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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

/* Alignment */

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

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

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

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

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

/* Embed */

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

/* Screen Readers */

/* Screen Readers */

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

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

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

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

/* Spacing */

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

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

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

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

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

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

:root {
  --color-red: #892433;
  --color-yellow: #FAA633;
  --color-bright-green: #00806E;
  --color-dark-green: #005547;
  --color-dark-blue: #1C2448;
  --color-bright-blue: #39AEBD;
  --color-grey: #F9F7F3;
  --color-white: #FFFFFF;
  --color-white-smoke: #F5F5F5;
  --color-off-white: #F9F7F3;
  --color-black: #0F0F0F;
   --font-body: "futura-pt",Arial,sans-serif;
  --font-primary: 'yorkten-slab-normal', Arial, sans-serif;
  --width-content: 1220px;
  --width-wide: 1320px;
  --width-nav: 900px;
  --width-medium: 992px;
  --width-small: 540px;
}
/* Base
-------------------------------------------- */

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

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

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


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

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

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

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

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

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

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

/* Colors */

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

/* Background Colors */


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

main section {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

main section.fadein {
  opacity: 1;
  transform: translate(0, 0);
}
/* Typography
-------------------------------------------- */
body {
  background-color: var(--color-white);
  font-family: var(--font-body);
  color: var(--color-black);
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-weight: 400;
}

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

a {
  color: var(--color-red);
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
a:hover,
a:active,
a:focus {
  color: var(--color-yellow);
  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-body);
  font-weight: 500;
  line-height: 1;
  color: var(--color-black);
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-family: var(--font-primary);
  font-size: 60px;
  letter-spacing: -0.01em;
  line-height: 1;
}

h2, .h2 {
  font-family: var(--font-primary);
  font-size: 48px;
  letter-spacing: 1.08px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h3, .h3 {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h4, .h4 {
  font-size: 21px;
  line-height: 1.52;
  letter-spacing: 0.1em;
}

h5, .h5 {
  font-size: 19px;
  line-height: 1.5;
}

h6, .h6 {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 30px;
  }
}

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

  h2, .h2 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 30px;
  }
}

strong {
  font-weight: 800;
}

code {
  vertical-align: bottom;
}

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

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


/* Blockquote */

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

/* Horizontal Rules */

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

.body-bold-italics{
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.body-bold{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: -0.02em;
}

.body-2-larger{
  font-size: 22px;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: -0.02em;
}

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

.btn,
.cta_button,
.hs-button,
input.hs-button,
.primary-btn,
.secondary-btn{
  background: var(--color-yellow);
  border: 1px solid var(--color-yellow);
  border-radius: 33px;
  color: var(--color-black);
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  letter-spacing: -.02em;
  line-height: normal;
  padding: 6px 19px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}


.btn:hover,
.btn:focus,
a.hs-button:hover,
a.hs-button:focus,
input.hs-button:hover,
input.hs-button:focus,
.actions:hover input.hs-button,
.actions:focus input.hs-button,
.primary-btn:hover,
.primary-btn:focus{
  text-decoration: none;
  background: var(--color-white);
  border-color: var(--color-yellow);
  color: var(--color-black);
  outline: none;
}

.secondary-btn{
  background: var(--color-dark-blue);
  border-color: var(--color-dark-blue);
  color: var(--color-bright-blue);
}

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

button {
  cursor: pointer;
}

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

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

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

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

.bg-bright-green {
  background: var(--color-bright-green);
  color: var(--color-white);
}
.bg-dark-green {
  background: var(--color-dark-green);
  color: var(--color-white);
}

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

@media (min-width: 768px){
  .visible-phone {
    display: none !important;
  }
}
@media (max-width: 991px){
  .no-btnText .btn-circle {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px){

  .btn-circle {
    margin: 10px 0 0;
    padding: 15px;
  }

  .no-btnText .btn-circle {
    width: 80px;
    height: 80px;
  }

  .visible-phone {
    display: block !important;
  }
}

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


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

}
/* Forms
-------------------------------------------- */

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

.actions {
  cursor: pointer;
}

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

select {
  height: 52px;
}

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


textarea {
  min-height: 100px;
}

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

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

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

.hs-form .hs-field-desc {
  font-size: 15px;
  line-height: 1.5em;
  margin: 0px 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;
}

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

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

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

header.header {
  background: var(--color-white);
  left: 0;
  padding: 10px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0px 2px 14px 0px #0000001A;
  border-bottom: 1.5px solid var(--color-red);
}

body {
  padding-top: 64px;
}

body.scroll-header {
  padding-top: 64px;
}

.scroll-header header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 18px 0;
  -webkit-animation: fadeInDown .3s ease-out forwards;
  animation: fadeInDown .3s ease-out forwards;
}

.scroll-header .logo img {
  width: 180px !important;
}

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

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

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

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


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

.logo {
  width: 200px;
}

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

.header-button .hs-button {
  padding: 6px 18px;
  text-transform: uppercase;
  font-weight: 450;
  letter-spacing: 0;
  line-height: normal;
}

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

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

.main-nav__item{
  border-bottom: 1px solid var(--color-white);
}

.main-nav__item:hover, 
.main-nav__item.child-open {
  border-bottom: 1px solid var(--color-dark-blue);
}

.main-nav__dropdown {
  background: var(--color-white);
  border-radius: 0px;
  box-shadow: 0px 2px 15px 0px #0000001A;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 250px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 80%;
  transition: all .3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 99;
  border: 1px solid var(--color-orange);
}

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

.utility-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 25px;
}

button.dropdown-toggle {
  background: transparent;
  border: none;
  position: absolute;
  right: 0px;
  top: 10px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

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

button.dropdown-toggle svg {
  width: 10px;
  height: 10px;
}

.main-nav__item {
  padding: 5px 25px;
}

.main-nav__item:first-child {
  padding-left: 0;
}

.main-nav__dropdown-link,.main-nav__link {
  color: var(--color-dark-blue);
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  text-transform: uppercase;
}

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

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

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

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

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

.main-nav__dropdown-link {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: none;
}

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

.header-button.call-us-btn {
  padding-right: 15px;
}

.call-us-btn .hs-button {
  background: var(--color-white);
  border-color: var(--color-dark-grey);
  color: var(--color-dark-grey);
}

.call-us-btn .hs-button:focus,.call-us-btn .hs-button:hover {
  background: var(--color-orange);
  border-color: var(--color-orange);
  color: var(--color-white);
}

/* @media (max-width: 1330px) {
.main-nav__item {
padding: 5px 15px;
}

button.dropdown-toggle {
right: -8px;
}
} */

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

button.dropdown-toggle {
right: -8px;
}
} */

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

@media (max-width: 1150px){
  header.header {
    padding: 12px 0;
  }

  body, body.scroll-header {
    padding-top: 58px;
  }

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

  .header-inner {
    position: relative;
  }

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

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

  .mobile-nav__toggle span {
    background: var(--color-red);
    border-radius: 2px;
    display: block;
    height: 1.5px;
    left: .5rem;
    position: absolute;
    top: calc(50% - 1px);
    width: 1.5rem;
    transition: all 0.3s ease;
  }

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

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

  .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 span:nth-of-type(2) {
    transform: rotate(0);
    transition: all .5s;
  }

  /*   .mobile-nav__toggle.is-open {
  background: var(--color-yellow);
} */

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

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

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

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

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

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

  .mobile-nav__item {
    position: relative
  }

  .mobile-nav__link {
    color: var(--color-dark-blue);
    display: block;
    padding: .75rem 1.5rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
  }

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

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

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

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

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

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

  .mobile-nav__dropdown {
    display: none
  }

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

  .mobile-nav__dropdown-item {
    padding: .5rem 1.5rem .5rem 2.5rem;
  }

  .mobile-nav__dropdown-link {
    color: var(--color-dark-blue);
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    text-align: left;
  }

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

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


  .header-button .hs-button {
    padding: 12px 18px;
    font-weight: 500;
  }
}

@media (max-width: 991px){
  /*   body.scroll-header {
  padding-top: 101px;
} */

  /*   body {
  padding-top: 101px;
} */

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

  body, body.scroll-header {
    padding-top: 55px;
  }

  .mobile-nav.is-open {
    top: 42px;
  }
}
/* Footer
-------------------------------------------- */

.footer {
  background: var(--color-red);
  color: var(--color-white-smoke);
  padding: 50px 0;
}

.footer_bottom_col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer_bottom_col ul li a {
  color: var(--color-white-smoke);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: -0.02em;
  position: relative;
  padding: 0px 10px;
}

.footer_bottom_col ul li a:after {
  content: "";
  background: var(--color-white-smoke);
  height: 16px;
  width: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}

.footer_bottom_col ul li:last-child a:after {
  display: none;
}

.footer_bottom_col ul li:first-child a {
  padding-left: 0;
}

.footer_bottom_col ul li a:hover {
  color: var(--color-yellow);
}

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

.footer-bottom-container>div {
  width: 50%;
  padding: 0 15px;
}

.footer_copyright_col {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
}

.footer_copyright_col p {
  letter-spacing: -.02em;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer_copyright_col p img {
  margin-left: 15px;
}

.footer_bottom_col ul li {
  line-height: 1;
}

.footer-bottom {
  padding-top: 35px;
}

.footer-top-container-inner {
  border-bottom: 1px solid var(--color-white-smoke);
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 35px;
}

.footer-top-container-inner>div {
  width: 33.33%;
  padding: 0 15px;
}
.footer_social ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}

.footer_social ul li:last-child a {
  margin-right: 0;
}

.footer_social ul li a {
  padding: 9px;
  border-radius: 5px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  margin-right: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_social ul li a:hover {
  background: transparent;
}

.footer_social ul li a:hover svg {
  filter: invert(1);
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-menu ul li {
  line-height: normal;
}

.footer-menu ul li a {
  color: var(--color-white-smoke);
  font-weight: 400;
  letter-spacing: -.02em;
  padding: 0 15px;
  font-size: 16px;
  line-height: 2;
  text-transform: uppercase;
}

.footer-menu ul li a:hover {
  color: var(--color-yellow);
}

.footer-images {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.footer-images img {
  margin: 0 20px;
}

.footer-right-col-inner {
  text-align: right;
}

.footer-logo {
  padding-bottom: 25px;
}

.footer-addresss {
  max-width: 223px;
}

.footer-phone {
  display: flex;
  align-items: center;
}

.footer-phone a {
  color: inherit;
  font-size: 18px;
  line-height: 1.77;
  letter-spacing: -0.02em;
}

.phone-icon {
  margin-right: 12px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-phone a:hover {
  color: var(--color-yellow);
}

@media (max-width: 991px){
  .footer_social ul li a {
    margin-right: 10px;
    padding: 5px;
  }

  .footer_social ul li a svg {
    width: 25px;
    height: 25px;
  }

  .footer-menu ul li a {
    padding: 0 10px;
  }

  .footer-images img {
    margin: 0 12px;
  }
}

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

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

  .footer-menu ul li:first-child a {
    padding-left: 0;
  }

  .footer-top-container-inner>div:last-child {
    padding-bottom: 0;
  }

  .footer-addresss {
    max-width: 100%;
  }

  .footer-bottom {
    padding-top: 30px;
  }

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

  .footer-bottom-container>div {
    width: 100%;
    padding-bottom: 20px;
  }

  .footer_copyright_col p {
    justify-content: start;
  }

  .footer {
    padding-bottom: 20px;
  }

  .footer-top-container,
  .footer_copyright_col{
    text-align: center;
  }

  .footer-phone, .footer-images, .footer-menu ul, .footer_social ul,.footer_bottom_col ul  {
    justify-content: center;
  }

}
.blog-listing__grid-item {
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  border-radius: 0 0 0 50px;
}

.blog-listing__featured-image {
  overflow: hidden;
  padding-bottom: 66.666%;
  position: relative;
}

.blog-listing__featured-image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all .2s ease;
  width: 100%;
}

.blog-listing__featured-image:hover img {
  transform: scale(1.05);
}

.blog-listing__title {
  padding: 15px;
  text-align: center;
}


.blog-listing__pagination {
  margin-top: 45px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}

.blog-listing__pagination span {
  opacity: .5;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}

.blog-listing__pagination a.next-posts-link, .blog-listing__pagination a.prev-posts-link {
  display: flex;
  align-items: center;
}

.blog-listing__pagination svg {
  width: 15px;
  height: 15px;
}

.blog-listing__pagination a.previous-posts-link, 
.blog-listing__pagination span.previous {
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
}

.blog-listing__pagination a.next-posts-link, .blog-listing__pagination span.next {
  position: absolute;
  right: 0;
}

.blog-listing__pagination span.previous svg,
.blog-listing__pagination a.previous-posts-link svg{
  margin-right: 5px;
}

.blog-listing__pagination span.next svg,
.blog-listing__pagination a.next-posts-link svg{
  margin-left: 5px;
}

.blog-listing__pagination a.next-posts-link svg, 
.blog-listing__pagination a.previous-posts-link svg {
  fill: var(--color-red);
}

.blog-listing__pagination a.next-posts-link:hover svg, 
.blog-listing__pagination a.previous-posts-link:hover svg {
  fill: var(--color-yellow);
}

.blog-post-col {
  width: 83.33333333%;
  margin: 0 auto;
}

.blog__social-sharing {
  padding: 1rem 0;
  display: flex;
  align-items: center;
}

.blog__social-sharing > span {
  margin-right: 5px;
}

.blog__social-link-icon {
  display: inline-block;
  margin: 0 8px;
}

.blog__social-link-icon svg {
  height: 24px;
  vertical-align: middle;
  width: 24px;
}

.blog-post__rich-text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-post-top-col .blog__social-sharing {
  padding-top: 0;
}

.blog-post-bottom-col .blog__social-sharing {
  padding-top: 0;
}

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

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

@media (min-width: 992px) {
  .blog-listing__grid-item {
    width: calc(33.333% - 30px);
  }
}
@media (max-width: 991px) {
  .blog-post-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-listing__grid-item {
    margin-bottom: 30px;
    display: block;
  }

  .blog-post-col {
    width: 100%;
    margin: 0 auto;
  }
}