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

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

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Utilities
-------------------------------------------- */

/* Alignment */

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

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

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

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

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

/* Embed */

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

/* Screen Readers */

/* Screen Readers */

.skip-to-content {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index:1314;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

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

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

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

/* Spacing */

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

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

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

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

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

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

/* Colors */




/* Fonts */




:root {
  --color-black: #000000;
	--color-blackish: #020A0A;
  --color-red: #CC1518;
	--color-white: #FFFFFF;
	--color-off-white: #F7F6E8;
	--color-dark-green: #344F44;
  --color-darkest-green: #1E2D26; 
  --color-input: #E0E0E0;
  --font-body: 'alfabet', Arial, sans-serif;
    --font-primary: 'Sheepman', Arial, sans-serif;
  --font-secondary: 'Montserrat', Arial, sans-serif;
	--width-content: 1260px;
	--width-wide: 1400px;
	--width-nav: 900px;
	--width-medium: 992px;
	--width-small: 540px;
}
/* Base
-------------------------------------------- */

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

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

.container--wide {
    max-width: var(--width-wide);
}

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

main#primary .hs_cos_wrapper_widget > .hs_cos_wrapper_widget {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

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

body {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.66;
  color: var(--color-blackish);
}
/* @media (min-width: 992px) {
body {
font-size: 1.1875rem;
}
} */
a {
  color: var(--color-red);
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: color .2s ease;
}
a:hover,
a:active,
a:focus {
  color: var(--color-blackish);
  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-blackish);
}
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: 100px;
  text-transform: uppercase;

}
h2, .h2 {
  font-size: 50px;
}
h3, .h3 {
  font-size: 40px;
  font-weight: 800;
  font-family: var(--font-body);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
h4, .h4 {
  font-size: 32px;
  line-height: 1.12;
  font-weight: 700;
  font-family: var(--font-body);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
h5, .h5 {
  font-size: 28px;
  line-height: 1.07;
}
h6, .h6 {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
  font-family: var(--font-body);
}

@media (max-width: 992px) {
  h1, .h1 {
    font-size: 80px;
  }
  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: 65px;
  }
  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: 2rem;
  border-left: 0.5rem solid #f1f1f1;
}

/* Horizontal Rules */

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

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

.btn,
.cta_button,
.hs-button{
  background: var(--color-white);
  border: 2px solid var(--color-red);
  color: var(--color-red);
  display: inline-block;
  padding: 11px 38px 10px 16px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.btn:hover,
.btn:focus,
a.hs-button:hover,
a.hs-button:focus{
  text-decoration: none;
  background: var(--color-red);
  border-color: var(--color-red);
  color: var(--color-white);
}

.btn:after,
a.hs-button:after{
  background-image: url(https://44657546.fs1.hubspotusercontent-na1.net/hubfs/44657546/HWP_2024/Images/btn-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 15px;
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  filter:brightness(0) saturate(100%) invert(8%) sepia(97%) saturate(6155%) hue-rotate(354deg) brightness(113%) contrast(85%);
}

.btn:hover:after,
.btn:focus:after,
a.hs-button:hover:after,
a.hs-button:focus:after{
  filter:brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(1%) hue-rotate(199deg) brightness(108%) contrast(100%);
}

input.hs-button{
  background: var(--color-red);
  border: 2px solid var(--color-red);
  color: var(--color-white);
}

input.hs-button:hover,
input.hs-button:focus{
  text-decoration: none;
  background: var(--color-white);
  border-color: var(--color-red);
  color: var(--color-red);
}

button {
  cursor: pointer;
}

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

.actions:after {
  content: "";
  background-image: url(https://44657546.fs1.hubspotusercontent-na1.net/hubfs/44657546/HWP_2024/Images/btn-icon.svg);
  width: 25px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-size: 25px 15px;
  background-repeat: no-repeat;
}

.actions:hover:after {
  filter: brightness(0) saturate(100%) invert(20%) sepia(43%) saturate(4770%) hue-rotate(344deg) brightness(93%) contrast(111%);
}

.btn-inverse {
  background: var(--color-red);
  color: var(--color-white);
  border-color: var(--color-red);
}

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

.btn-inverse:after {
  filter: none;
}

.btn-inverse:hover:after,.btn-inverse:focus:after {
  filter: brightness(0) saturate(100%) invert(8%) sepia(97%) saturate(6155%) hue-rotate(354deg) brightness(113%) contrast(85%);
}

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

form {
  background: #EEE;
  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 {
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  background: var(--color-white);
  color: var(--color-black);
  outline: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid var(--color-black);
  border-radius: 0;
  display: block;
}

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


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

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

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

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

.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);
  }
}
/* Masthead/Nav
-------------------------------------------- */

/* Header
-------------------------------------------- */

.header--lp {
  padding: 20px 0;
  text-align: center;
}

/* Blog Header */

.bheader-top {
  background: var(--color-red);
  padding: 13px 0 12px;
}

.bheader-top-content p {
  margin: 0;
}

.bheader-top-content, .bheader-top-content a {
  text-align: right;
  color: var(--color-white);
}

.bheader-top-content p {
  text-transform: uppercase;
  font-family: var(--font-primary);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.36;
}

.bheader-main {
  background: var(--color-white);
  padding: 13px 0 16px;
}

.bheader-main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bheader-search {
  max-width: 400px;
  width: 100%;
}

.bheader-search form {
  background: transparent;
  padding: 0;
}

.bheader-search form input {
  border: 2px solid var(--color-black);
  background: var(--color-white);
  height: auto;
  padding: 13px 14px 9px;
  margin: 0;
  outline: none;
  outline-offset: 0;
  line-height: normal;
  font-family: Alfabet;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 425px;
  width: 100%;
  outline: none;
}

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

.bheader-search form button.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  width: 44px;
  height: 44px;
  padding: 0;
}

.bheader-search form button.search-submit svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.bheader-search form input:focus {
  outline: none;
}

.bheader-search form .hs-search-field__suggestions-container {
  display: block;
  position: absolute;
  bottom: -28px;
}

.bheader-search form .hs-search-field__suggestions .results-for, 
.bheader-search form .hs-search-field__suggestions a {
  padding: 0;
  line-height: normal;
}

.bheader-search form input[type="search" i]::-webkit-search-cancel-button {
  display: none;
}

.bheader-search form input::-webkit-input-placeholder {
  color: var(--color-black);
  opacity: 0.5;
}

/* Header V2 Style */

.site-header-container {
  --header-height: 152px;
  height: var(--header-height);
}

.site-header {
  background-color: var(--color-white);
  position: fixed;
  z-index: 100;
  width: 100%;
  transition: transform 0.4s ease-out;
}

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

.site-header[data-scroll-direction="down"] {
  transform: translateY(-100%);
}

.site-header__top {
  background-color: var(--color-red);
  padding: 4px 0;
}

.site-header__top-links {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.site-header__account {
  margin-left: auto;
}

.site-header__top-links a {
  position: relative;
  color: var(--color-white);
  text-decoration: none;
  line-height: 1;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  /* font-weight: 600; */
  text-transform: uppercase;
  transition: background-color 0.15s ease-in, color 0.15s ease-in;
}

.site-header__top-links a:hover, .site-header__top-links a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.site-header__tooltip {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-blackish);
  color: var(--color-white);
  text-align: center;
  padding: 7px 10px;
  font-size: 14px;
  text-transform: none;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
}

.site-header__tooltip::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent var(--color-blackish) transparent;
}

.site-header__top-links a:hover .site-header__tooltip, .site-header__top-links a:focus .site-header__tooltip {
  visibility: visible;
  opacity: 1;
}

.site-header__quote {
  width: auto !important;
  padding: 0 14px;
  border: 2px solid var(--color-white);
  margin-left: 4px;
  font-family: var(--font-primary);
  font-size: 20px !important;
}

.site-header__quote:hover, 
.site-header__quote:focus {
  background-color: var(--color-white) !important;
  color: var(--color-red) !important;
}

.site-header__main {
  padding: 13px 0;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

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

.site-header__logo {
  width: 95px;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__dealers {
  display: none;
}

.header-button .hs-button {
  padding: 0.5em calc(1.3em + 7px) 0.5em 0.6em;
}

.header-button .hs-button:before {
  content: '';
  display: block;
  position: absolute;
  right: calc(0.4em + 6px);
  top: 0.974em;
  transition: width 0.15s 0.3s ease-out;
  width: 0;
  height: 2px;
  background-color: currentcolor;
}

.header-button .hs-button:hover:before, 
.header-button .hs-button:focus:before {
  width: 14px;
}

.header-button .hs-button:after {
  content: '';
  display: block;
  position: absolute;
  right: 0.6em;
  top: 0.7em;
  transition: transform 0.15s 0.3s ease-out;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid currentColor;
  filter: none;
  transform: none;
}

.header-button .hs-button:hover:after, 
.header-button .hs-button:focus:after {
  transform: translateX(0.2em);
}

.primary-nav li {
  break-inside: avoid;
}

.primary-nav .has-mega-nav > .submenu {
	top: 100%;
	min-width: 800px;
	columns: 3;
	column-gap: 2rem;
	padding: 2rem;
	font-weight: bold;
}
.primary-nav .has-mega-nav.mega-nav--two-col > .submenu {
	min-width: 540px;
	columns: 2;
}

.primary-nav nav.main-nav > ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.primary-nav nav.main-nav > ul > li {
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
}

.primary-nav ul li a {
  color: var(--color-black);
  text-decoration: none;
  transition: color 0.15s ease-out;
}

.primary-nav nav.main-nav > ul>li>a {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 13px 10px;
}

.primary-nav ul li a:hover {
  color: var(--color-red);
}

.primary-nav li.main-nav__item.main-nav__item--has-children>a {
  padding-right: 0;
}

.primary-nav button.dropdown-toggle {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  padding: 0 10px;
}

.primary-nav .dropdown-toggle svg {
  color: var(--color-black);
  transition: color 0.15s ease-out, transform 0.15s ease-out;
}

.primary-nav ul.main-nav__list li.main-nav__item--has-children.is-open .dropdown-toggle svg {
  transform: rotate(180deg);
  color: var(--color-red);
}

.primary-nav ul.main-nav__dropdown {
  list-style: none;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  min-width: 290px;
  background-color: var(--color-white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out, transform 0.15s ease-out;
}

.primary-nav ul > li.is-open > ul.main-nav__dropdown {
  transform: translateX(-50%) translateY(0);
  visibility: visible;
  opacity: 1;
}

.primary-nav ul.main-nav__dropdown li a {
  display: block;
  text-align: center;
  padding: 6px 12px;
  line-height: 1.2;
}

.primary-nav ul > li.is-open.has-mega-nav > .submenu .submenu-toggle-button {
	display: none;
}
.primary-nav ul > li.is-open.has-mega-nav > .submenu .submenu {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 0;
  padding-left: 0;
  list-style: none;
	font-size: .875rem;
	transform: none;
	visibility: visible;
	opacity: 1;
	box-shadow: none;
	transition: none;
	font-weight: normal;
}
.primary-nav .has-mega-nav .submenu a {
	text-align: left;
}


button.mobile--nav_toggle {
  cursor: pointer;
  position: relative;
  width: 48px;
  height: 48px;
  border: 2px solid var(--color-red);
  background-color: transparent;
  color: var(--color-red);
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

.mobile--nav_toggle.is-open, 
.mobile--nav_toggle:hover, 
.mobile--nav_toggle:focus-visible {
  background-color: var(--color-red);
  color: var(--color-white);
}

.mobile--nav_toggle span {
  display: block;
  height: 4px;
  background-color: currentColor;
  position: absolute;
  left: 9px;
}

.mobile--nav_toggle span:nth-child(1) {
  width: 26px;
  top: 9px;
  transition: top .3s .3s cubic-bezier(.23,1,.32,1), transform .3s cubic-bezier(.23,1,.32,1);
}

.mobile--nav_toggle span:nth-child(2) {
  width: 15px;
  top: 20px;
  transition: background-color 0s 0.3s ease-out, width 0.15s 0.3s ease-out;
}

.mobile--nav_toggle span:nth-child(3) {
  width: 22px;
  top: 31px;
  transition: top .3s .3s cubic-bezier(.23,1,.32,1), transform .3s cubic-bezier(.23,1,.32,1), width .3s cubic-bezier(.23,1,.32,1);
}

.mobile--nav_toggle.is-open span:nth-child(1) {
  top: 20px;
  transform: rotate(-45deg);
  transition: top .3s cubic-bezier(.23,1,.32,1), transform .3s .3s cubic-bezier(.23,1,.32,1);
}

.mobile--nav_toggle.is-open span:nth-child(2) {
  background-color: transparent;
}

.mobile--nav_toggle.is-open span:nth-child(3) {
  width: 26px;
  top: 20px;
  transform: rotate(45deg);
  transition: top .3s cubic-bezier(.23,1,.32,1), transform .3s .3s cubic-bezier(.23,1,.32,1), width .3s .3s cubic-bezier(.23,1,.32,1);
}

.mobile--nav__menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: translateY(-20px);
  opacity: 0;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
  background-color: var(--color-white);
  height: calc(100dvh - var(--header-height));
  padding: 20px;
  overflow-y: auto;
}

.mobile--nav__menu ul > li.mobile--nav__item--has-children.has-mega-nav > .submenu .submenu-toggle-button {
	display: none;
}
.mobile--nav__menu ul > li.mobile--nav__item--has-children.has-mega-nav > .submenu {
	font-weight: bold;
}
.mobile--nav__menu ul > li.mobile--nav__item--has-children.has-mega-nav > .submenu .submenu {
	font-weight: normal;
}
.mobile--nav__menu ul > li.mobile--nav__item--has-children.has-mega-nav > .submenu .submenu a {
	font-size: .875rem;
	padding: .5em 0;
}

.mobile--nav__menu:not(.is-open) {
  display: none;
}

@media (max-width: 1349px) {
  .primary-nav {
    display: none;
  }

  nav.mobile--nav,
  button.mobile--nav_toggle{
    display: block;
  }

  .site-header__account {
    order: 5;
  }

  .site-header__search {
    order: 1;
    margin-left: -15px;
  }

  .site-header__phone {
    order: 2;
  }

  .site-header__email {
    order: 3;
  }

  .site-header__cart {
    order: 6;
    margin-right: -15px;
  }

  .site-header__quote {
    order: 4;
  }

  .site-header__account-text, .site-header__cart-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .mobile--nav__menu.is-open {
    opacity: 1;
    transform: translateY(0);
  }

  .mobile--nav__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.1;
  }

  .mobile--nav__menu ul li {
    padding: 0;
    margin: 0;
  }

  .mobile--nav__menu .mobile--nav__nav > ul > li {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  }

  .mobile--nav__menu .mobile--nav__nav > ul > li:first-child {
    border-top: 2px solid rgba(0, 0, 0, 0.2);
  }

  .mobile--nav__menu .mobile--nav__nav > ul > li.mobile--nav__item--has-children {
    display: grid;
    grid-template-columns: auto 58px;
  }

  .mobile--nav__menu ul.mobile--nav_dropdown {
    display: none;
  }

  .mobile--nav__menu ul a {
    display: block;
    text-decoration: none !important;
    font-size: 18px;
    color: var(--color-black);
  }

  .mobile--nav__menu .mobile--nav__nav > ul > li > a {
    padding: 20px 20px 20px 0;
    text-transform: uppercase;
    font-weight: 600;
  }

  .mobile--nav__menu ul a:hover, 
  .mobile--nav__menu ul a:focus {
    color: var(--color-red);
  }

  .mobile--nav__menu .mobile--nav__dropdown-toggle {
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;    
    cursor: pointer;
    color: var(--c-black);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
  }

  .mobile--nav__menu .mobile--nav__dropdown-toggle svg {
    transition: transform 0.15s ease-out;
  }

  .mobile--nav__menu .mobile--nav__dropdown-toggle:hover, 
  .mobile--nav__menu .mobile--nav__dropdown-toggle:focus-visible {
    color: var(--color-red);
  }

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

  .mobile--nav__menu .mobile--nav__dropdown-toggle[aria-expanded="true"] svg {
    color: var(--color-red);
    transform: rotate(180deg);
  }

  .mobile--nav__menu ul.mobile--nav_dropdown {
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    grid-column: 1 / -1;
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 20px;
    transition: height 0.15s ease-out;
  }

  .mobile--nav__menu ul.mobile--nav_dropdown.is-open {
    display: block;
  }

  .mobile--nav__menu ul.mobile--nav_dropdown li {
    padding: 0;
    margin: 0;
  }

  .mobile--nav__menu ul.mobile--nav_dropdown li:first-child {
    border-top: none;
  }

  .mobile--nav__menu ul.mobile--nav_dropdown li a {
    padding: 10px 0;
  }

  body.open-menu {
    overflow-y: hidden;
  }

}

@media (min-width: 576px) {
  .site-header__dealers {
    display: block;
  }
}

@media (min-width: 1350px) {
  .site-header__top {
    padding: 6px 0;
  }

  .site-header__top-links {
    justify-content: end;
  }

  .site-header__account {
    margin: 0;
    padding: 0 14px;
    width: auto !important;
  }

  .site-header__top-links a {
    width: 44px;
    height: 44px;
    font-size: 18px;
    font-weight: 400;
  }

  .site-header__account svg {
    display: none;
  }

  .site-header__cart {
    padding: 0 14px;
    width: auto !important;
  }

  .site-header__cart svg {
    width: 16px;
    margin-left: 10px;
  }

  .site-header__quote {
    margin-left: 6px;
  }

  button.mobile--nav__toggle {
    display: none;
  }

  .site-header-container {
    --header-height: 176px;
  }

  .site-header__logo {
    width: 125px;
  }

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

@media (min-width: 1400px) {
  .site-header__logo {
    width: auto;
  }

  .site-header-container {
    --header-height: 201px;
  }
}


@media (max-width: 575px){
  .utility-nav.mobile-utility-nav {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .mobile-utility-nav .header-button .hs-button {
    width: 100%;
  }
}
/* Header V2 Style */

@media (min-width: 992px){

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

  .top-header{
    display: none;
  }

  .mobile-nav {
    display: none;
  }

  .mobile-nav__toggle {
    background-color: var(--color-second);
    border: none;
    border-radius: 50%;
    flex: 0 1 2.5rem;
    height: 2.5rem;
    padding: 0;
    position: relative;
    width: 2.5rem
  }

  .mobile-nav__toggle span {
    background: var(--color-white);
    border-radius: 2px;
    display: block;
    height: 3px;
    left: .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: .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: .5rem;
    width: 1.5rem
  }

  .mobile-nav__toggle.active {
    background: var(--color-fourth);
  }

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

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

  .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.is-open {
    border-radius: 0 0 1.25rem 1.25rem;
    box-shadow: 0 0.25rem 0.25rem rgb(0 0 0 / 15%);
    display: block;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 82px;
    width: calc(100% - 40px);
    background: var(--color-white);
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .mobile-nav__nav ul {
    margin: 0;
    /*     border-top: 0.5px solid var(--color-second); */
    list-style: none;
    padding: 16px 0;
  }

  .mobile-nav__nav ul li a {
    color: var(--color-main);
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 24px;
    display: block;
    line-height: 1.5;
  }

  .mobile-nav__nav ul li a:hover {
    color: var(--color-second);
  }

  .header-btn-wrapper.mobile-btn-wrapper {
    display: block;
    padding: 0px 0 16px;
    text-align: center;
  }

  .header-btn-item {
    padding: 12px 24px;
  }

  .header-btn-item.btn-1 .hs-button {
    font-size: 16px;
    padding: 10px 15px;
  }

  .header-btn-item.btn-2 .hs-button {
    font-size: 16px;
    padding: 10px 15px;
  }

  .header-btn-item.btn-2 {
    margin-left: 0;
  }

  .header-btn-item .hs-button {
    max-width: 180px;
    display: block;
  }

  /*   .mobile-nav__dropdown-toggle {
  display: none;
}

  .mobile-nav__dropdown {
  display: none;
} */

  .mobile-nav__dropdown-toggle:after {
    border-right: 0.2rem solid var(--color-second);
    border-top: 0.2rem solid var(--color-second);
    content: "";
    font-size: 20px;
    font-weight: 900;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    width: 14px;
  }

  .mobile-nav__dropdown-toggle {
    background: transparent;
    border: none;
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
  }

  .mobile-nav__dropdown-toggle svg {
    display: none;
  }

  .mobile-nav__dropdown {
    display: none;
  }

  .mobile-nav__item.mobile-nav__item--has-children {
    /*     display: flex; */
    position: relative;
  }

  .mobile-nav__dropdown.is-open {
    display: block;
  }


}



@media (max-width: 767px){

  .bheader-search {
    padding-top: 20px;
  }

  .bheader-main .container {
    flex-direction: column;
  }

  .bheader-top-content, .bheader-top-content a {
    text-align: center;
  }

  .bheader-main {
    padding: 20px 0;
  }

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

}

@media (max-width: 479px){

}
/* Footer
-------------------------------------------- */

.footer {
  background-image: url(https://44657546.fs1.hubspotusercontent-na1.net/hubfs/44657546/HWP_2024/Images/footer-bg.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 175px 0 60px;
      position: relative;
    z-index: 1;
}

.footer__col-wrapper {
  align-items: center;
  display: flex;
  padding-bottom: 30px;
  margin: 0 -15px;
}

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

.footer-contact, .footer-contact a {
  color: var(--color-white);
}

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

.footer-contact p {
  margin: 0 0 10px;
  line-height: 1.44;
}

.footer-contact h5 {
  color: var(--color-white);
  margin-bottom: 10px;
}

.footer-contact {
  max-width: 240px;
  margin: 0 0 0 auto;
}

.footer-logo {
  text-align: center;
}


.footer_copyright p {
  color: var(--color-white);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 173.333% */
  margin-bottom: 0;
}

.footer_copyright span.line {
  margin: 0 10px;
}

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

.footer__social-link-icon {
  display: flex;
  align-items: center;
}

.footer__col--social {
  margin-bottom: 30px;
}

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

.footer__col--social ul li a {
  border: 2px solid var(--color-white);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 5px;
}

.footer__col--social ul li a:hover {
  border-color: var(--color-red);
}

.footer__col--social ul li:not(:last-child) {
  margin-right: 10px;
}

.footer__col--social ul li a svg {
  fill: var(--color-white);
}

.footer__col--social ul li a:hover svg path {
  fill: var(--color-red);
}

.thank-you-page .footer {
    margin-top: -110px;
    position: relative;
}


/* Footer V2 Style */

.site-footer {
  position: relative;
  background-color: var(--color-blackish);
  color: var(--color-white);
  padding: 60px 0 50px;
  margin-top: 130px;
}

.site-footer:before {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 2;
  top: 1px;
  transform: translateY(-100%);
  background-image: url(https://44657546.fs1.hubspotusercontent-na1.net/hubfs/44657546/HWP_2024/Images/footer-top-tear.png);
  background-repeat: repeat-x;
  background-size: 1728px 100%;
  background-position-x: calc(50% + 1200px);
  pointer-events: none;
}

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer__subscribe {
  text-align: center;
  margin-bottom: 30px;
}

.site-footer__subscribe h3 {
  color: var(--color-white);
  text-transform: inherit;
  line-height: 1.125em;
}

.site-footer__subscribe p {
  margin-top: 1.333em;
  margin-bottom: 1.333em;
}

.site-footer__subscribe-form {
  min-height: 112px;
}

.site-footer__subscribe form {
  max-width: 750px;
  margin: 0 auto;
  background: transparent;
  padding: 0;
}

.site-footer__subscribe .hs-form-field {
  flex: 1 1 auto;
  margin-bottom: 0;
}

.site-footer__subscribe label[for] {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer__subscribe [type='email'] {
  background-color: var(--color-blackish);
  color: var(--color-white);
  border: 2px solid var(--color-white);
  margin: 0 0 15px;
  display: block;
  width: 100%;
  height: 48px;
  padding: 8px 13px;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.5;
  transition: border-color 0.15s ease-out;
  appearance: none;
  font-style: normal;
}

.site-footer__subscribe ::-webkit-input-placeholder {
  color: var(--color-white);
  opacity: 1;
  font-style: normal;
}

.site-footer__subscribe .actions {
  display: inline-block;
  position: relative;
  color: var(--color-white);
}

.site-footer__subscribe .actions:after, .site-footer__subscribe .actions:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  transform: none;
}

.site-footer__subscribe .actions:before {
  right: 0.95em;
  top: 1.23em;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.15s 0.3s ease-out;
}

.site-footer__subscribe .actions:after {
  right: 0.8em;
  top: 0.9em;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid currentColor;
  transition: transform 0.15s 0.3s ease-out;
}

.site-footer__subscribe [type='submit'] {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0.5em calc(1.3em + 7px) 0.5em 0.6em;
  /* font-family: var(--font-sheepman); */
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-red);
  border: 2px solid transparent;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

.site-footer__subscribe .actions:hover, .site-footer__subscribe .actions:focus-within {
  color: var(--color-red);
}

.site-footer__subscribe .actions:hover:before, .site-footer__subscribe .actions:focus-within:before {
  width: 14px;
}

.site-footer__subscribe .actions:hover:after, .site-footer__subscribe .actions:focus-within:after {
  transform: translateX(0.2em);
}

.site-footer__subscribe [type='submit']:hover, .site-footer__subscribe [type='submit']:focus {
  background-color: var(--color-white);
  color: var(--color-red);
  border-color: var(--color-white);
}

.site-footer__middle {
  display: grid;
  grid-template-areas: "nav" "logos" "contact";
  gap: 40px;
}

.site-footer__logos {
  grid-area: logos;
  text-align: center;
}

.site-footer__logos-hwp {
  margin-bottom: 15px;
}

.site-footer__nav {
  grid-area: nav;
}

.site-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 0 30px;
  justify-content: center;
}

.site-footer__nav li {
  margin: 10px 0;
}

.site-footer__nav a {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.site-footer__nav a:hover, .site-footer__nav a:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;
}

.site-footer__contact {
  grid-area: contact;
  text-align: center;
  padding: 0;
}

.site-footer__contact h5 {
  color: var(--color-white);
  font-size: 28px;
  font-weight: 400;
}

.site-footer__contact p {
  line-height: 1.5;
  margin: 0.5em 0;
}

.site-footer__socials {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: auto 0 0;
  padding: 30px 0 0;
}

.site-footer__socials li {
  margin: 0;
  padding: 0;
}

.site-footer__contact a {
  color: var(--color-white);
  text-decoration: none;
}

.site-footer__contact a:hover, .site-footer__contact a:focus {
  text-decoration: underline;
}

.site-footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  color: var(--color-white);
  transition: color 0.15s ease-in, background-color 0.15s ease-in;
}

.site-footer__socials a:hover, .site-footer__socials a:focus {
  color: var(--color-blackish);
  background-color: var(--color-white);
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  margin-top: 40px;
}

.text-nowrap {
  white-space: nowrap !important;
}

.site-footer__legal-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
}

.site-footer__legal-nav li {
  margin: 0;
}

.site-footer__legal-nav a {
  color: white;
  text-decoration: none;
}

.site-footer__legal-nav a:hover, .site-footer__legal-nav a:focus {
  text-decoration: underline;
}


@media (min-width: 576px) {
  .site-footer:before {
    height: 67px;
  }

  .site-footer__subscribe-form {
    min-height: 64px;
  }

  .site-footer__subscribe form {
    display: flex;
    gap: 35px;
  }

  .site-footer__middle {
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "nav nav" "logos contact";
    gap: 40px 80px;
  }

  .site-footer__logos {
    display: flex;
    justify-content: flex-end;
  }

  .site-footer__contact {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    text-align: left;
  }

  .site-footer__contact-inner {
    display: flex;
    flex-direction: column;
  }

  .site-footer__socials {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .site-footer {
    margin-top: 180px;
  }
}

@media (min-width: 1200px) {
  .site-footer__middle {
    grid-template-columns: 1fr 2.5fr 1fr;
    grid-template-areas: "logos nav contact";
    gap: 30px;
  }

  .site-footer__logos {
    justify-content: flex-start;
  }

  .site-footer__contact {
    justify-content: flex-end;
  }

  .site-footer__legal {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .site-footer__logos-hwp img {
    width: 150px !important;
  }
}



/* Footer V2 Style */
@media (max-width: 767px){
  .footer {
    padding: 140px 0 40px;
  }

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

  .footer__col {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .footer-contact {
    margin: 0 auto;
    max-width: 100%;
  }

  .footer__col:last-child {
    margin-bottom: 0;
  }

  .footer_bottom {
    text-align: center;
  }

  .footer__col--social ul {
    justify-content: center;
  }
}
.blog-posts {
  padding-bottom: 0rem;
  padding-top: 3rem;
}

.blog_post {
  padding-bottom: 100px;
}

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

.blog-listing__item {
  margin: 0 0 100px;
  padding: 0 15px;
  width: 50%;
}


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

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

/* .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 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: #CC1518;
  display: inline-grid;
  padding: 8px;
  margin-right: 5px;
}

.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: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.13;
}

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

.blog-listing__img {
  overflow: hidden;
}

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

.sidebar-search .bheader-search,
.blog-search .bheader-search{
  max-width: 100%;
}

.sidebar-search .bheader-search form input,
.blog-search .bheader-search form input {
  max-width: 100%;
}

.bheader-search .hs-search-field--open form .hs-search-field__suggestions-container {
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
}

/* .bheader-search .hs-search-field--open form .hs-search-field__suggestions-container ul {
  padding: 6px;
} */

.bheader-search .hs-search-field--open form .hs-search-field__suggestions .results-for,
.bheader-search .hs-search-field--open .hs-search-field__suggestions li{
    padding: 5px 10px;
}

.hs-blog-listing .subscribe-newsletter-wrapper,
.hs-blog-post .subscribe-newsletter-wrapper{
    margin-bottom: -210px;
}

@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: 991px) {
  .hs-blog-post h3 {
    font-size: 30px;
  }
  .hs-blog-post h4 {
    font-size: 28px;
  }
}