/* 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;
}
.mt-1 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: 4rem;
}
.mt-3 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 8rem;
}
.mt-5 {
  margin-top: 10rem;
}
.mt-6 {
  margin-top: 12rem;
}

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

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

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

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

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

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

:root {
  --color-main: #003366;
  --color-second: #001871;
  --color-third: #0052ea;
  --color-fourth: #307FE2;
  --color-fifth: #377dff;
  --color-white: #FFFFFF; 
  --color-navy: #000080; 
  --color-grey: #e4e5e6;
  --color-sky-blue: #cbdff8;
  --color-alice-blue: #f7faff; 
  --color-black: #000000; 
  --color-input: #1e2022;
  --icon-bg-color: rgba(247,250,255,.1);
  --icon-highlight-color: rgba(48, 127, 226, 0.9);
  --font-body: 'Poppins', sans-serif;
  --width-content: 1220px;
  --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: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
}

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

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

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

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

/* Colors */

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

/* Background Colors */

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

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

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-main);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
/* @media (min-width: 992px) {
body {
font-size: 1.1875rem;
}
} */
a {
  color: var(--color-second);
  text-decoration: underline;
  -webkit-transition: all .2s ease;
  transition: color .2s ease;
}
a:hover,
a:active,
a:focus {
  color: var(--color-third);
  text-decoration: underline;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: var(--font-body);
  color: var(--color-second);
  font-weight: 600;
  line-height: 1.1;
}
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: 2.5rem;
}

h2, .h2 {
  font-size: 1.875rem;
}
h3, .h3 {
  font-size: 1.3125rem;
}
h4, .h4 {
  font-size: 1.125rem;
}
.h5,h5 {
  font-size: 1rem;
}
.h6,h6 {
  font-size: 0.875rem;
}
.font-header {
  font-family: var(--font-body);
}

@media (max-width: 1200px) {
  .h1,h1 {
    font-size:calc(1.375rem + 1.5vw);
  }

  .h2,h2 {
    font-size:calc(1.3125rem + .75vw);
  }

  .h3,h3 {
    font-size:calc(1.25625rem + .075vw);
  }
}


strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

.center-aligned ul {
  list-style-position: inside;
  padding-left: 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,
.hs-button{
  background: var(--color-second);
  border: 0.0625rem solid;
  border-color: var(--color-second);
  border-radius: 0.25rem;
  color: var(--color-white);
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  transition: all .2s ease-in-out;
  user-select: none;
  vertical-align: middle;
}

.btn:hover,
.btn:focus,
.hs-button:hover,
.hs-button:focus{
  text-decoration: none;
  background: var(--color-fourth);
  border-color: var(--color-fourth);
  color: var(--color-white);
  box-shadow: 0 4px 11px rgba(55, 125, 255, .35);
}

a.cta_button.btn-cta.btn {
  min-width: 10rem;
}

.btn-secondary {
  color: var(--color-white);
  background-color: var(--color-fourth);
  border-color: var(--color-fourth);
  font-weight: 400;
  text-decoration: none;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  color: var(--color-white);
  background-color: var(--color-fourth);
  border-color: var(--color-fourth);
  box-shadow: 0 4px 11px rgba(113, 134, 157, .35);
} 

.btn-outline-primary {
  font-weight: 600;
  color: var(--color-second);
  border-color: var(--color-second);
  background: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus{
  color: var(--color-white);
  background-color: var(--color-fifth);
  border-color: var(--color-fifth);
}

button {
  cursor: pointer;
}
.arrow-link {
  font-weight: 800;
}
.arrow-link::after {
  content:"";
  background: currentColor;
  -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" fill="currentColor" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" fill="currentColor" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  -webkit-mask-size: cover;
  mask-size: cover;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  position: relative;
  top: 1em;
  left: -.5em;
  transition: left .3s;
}

.arrow-link:hover::after {
  left: 0em;
}

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

a.ext svg,
a[href^="mailto:"] svg {
  width: 1em;
  height: 1em;
}

a.ext svg,
a[href^="mailto:"] svg {
  width: 1em;
  height: 1em;
}
.bi-file-earmark-pdf-fill {
  width: 1em;
  height: 1em;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

.text-highlight-warning {
  color: var(--color-second);
  background: left 1em/1em 0.2em;
  background-image: linear-gradient(to bottom, var(--icon-highlight-color) 0%, var(--icon-highlight-color) 100%);
  background-repeat: repeat-x;

}

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

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

.bg-blue-dark {
  background-color: var(--color-second);
  color: var(--color-white);
}
.bg-blue-dark h1,
.bg-blue-dark h2,
.bg-blue-dark h3,
.bg-blue-dark h4,
.bg-blue-dark h5,
.bg-blue-dark h6 {
  color: var(--color-sky-blue);
}
.bg-sky-blue {
  background-color: var(--color-sky-blue);
  color: var(--color-main);
}

@media (max-width: 1200px){
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
/* Forms
-------------------------------------------- */

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 {
  display: block;
  width: 100%;
  height: calc(1.6em + 1.625rem);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-input);
  background-color: var(--color-white);
  background-clip: padding-box;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
  border: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
}

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 {
  color: var(--color-input);
  background-color: var(--color-white);
  border-color: rgba(55, 125, 255, .4);
  outline: 0;
  box-shadow: 0 0 10px rgba(55, 125, 255, .1);
}

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

.hs-form-field>label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #6b6e7d;
}

textarea {
  min-height: 10rem;
}

.hs-button {
  cursor: pointer
}

form .hs-button {
/*   opacity: 0.65; */
}

.actions {
    margin-bottom: 20px;
}

/* Inputs List */

.hs-form ul.inputs-list {
  margin: 10px 0 2rem 0;
  padding: 0;
  list-style: none;
}
.hs-form .hs-form-field ul.inputs-list .hs-input {
  position: relative;
  top: -2px;
  width: auto !important;
  margin: 0 1rem 0 0;
  height: auto;
  display: inline-block;
}
.hs-form .hs-form-field ul.inputs-list span {
  font-weight: 400;
}

/* Error */

.hs-input.invalid {
  border-color: red;
}
.hs-error-msgs {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0 0 0 2rem !important;
  list-style: none;
  color: red;
  font-size: 1.4rem;
}
.hs-error-msgs:after {
  position: absolute;
  content: '▴';
  top: 0;
  left: 0;
}

/* Captcha */

.hs_recaptcha {
  margin-bottom: 2rem;
}

/* 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 {
  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,
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field input[type="radio"].hs-input,
.hs-form fieldset.form-columns-2 .hs-form-field input[type="radio"].hs-input,
.hs-form fieldset.form-columns-3 .hs-form-field input[type="radio"].hs-input {
  width: auto !important;
}

@media (min-width: 480px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}
/* Masthead/Nav
-------------------------------------------- */

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


.main-header {
  padding: 0;
}

.logo {
  width: 100%;
}

.masthead-inner {
  display: flex;
  align-items: center;
}

.masthead__main {
  position: relative;
}

@media (max-width: 767px){
  .logo img {
    width: 200px !important;
  }
}


/* Menus
-------------------------------------------- */

/* Mobile Nav */

.mobile-nav {
  position: absolute;
  background-color: #ffffff;
}
/* mobile nav toggle */
.mobile-nav__toggle {
  background-color: var(--color-second);
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  border: none;
  border-radius: 50%;
  padding: 0;
  flex: 0 1 2.5rem;
}
.mobile-nav__toggle span {
  display: block;
  width: 1.5rem;
  height: 3px;
  border-radius: 2px;
  background: #ffffff;
  position: absolute;
  left: .5rem;
  top: calc(50% - 1px);
}
.mobile-nav__toggle span:nth-of-type(1) {
  top: 13px;
}
.mobile-nav__toggle span:nth-of-type(2) {
  left: .75rem;
  width: 1.25rem;
  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.is-open {
  background: var(--color-third);
  transition: all .5s;
}
.mobile-nav__toggle.is-open span:first-of-type {
  transform: rotate(42deg);
  top: 19px;
}
.mobile-nav__toggle.is-open span {
  background: #ffffff;
}
.mobile-nav__toggle.is-open span:nth-of-type(2) {
  left: .5rem;
  width: 1.5rem;
  transform: rotate(135deg);
}
.mobile-nav__toggle.is-open span:nth-of-type(3) {
  display: none;
}
/* mobile nav nav */
.mobile-nav {
  display: none;
}
.mobile-nav.is-open {
  display: block;
  position: absolute;
  width: calc(100% - 39px);
  max-height: calc(100vh - 7rem);
  overflow-y: auto;
  padding: 0;
  top: 100%;
  border-radius: 0 0 1.25rem;
  box-shadow: 0 .25rem .25rem rgba(0,0,0,.15);
  text-align: left;
  z-index: 99;
}
.mobile-nav__list {
  padding: 1rem 0;
  margin: 0;
  border-top: .5px solid var(--color-third);
  list-style: none;
}
.mobile-nav__item {
  position: relative;
}
.mobile-nav__link {
  display: block;
  padding: .75rem 1.5rem;
  position: relative;
  text-decoration: none !important;
}
.mobile-nav__utility-nav .mobile-nav__link {
  color: var(--color-main);
}
.mobile-nav__link:hover,
.mobile-nav__link:active,
.mobile-nav__link:focus {
  color: var(--color-third);
}
.mobile-nav__link:hover::after,
.mobile-nav__link:active::after,
.mobile-nav__link:focus::after {
  transform:  scaleX(1);
}

.mobile-nav__dropdown-toggle {
  background: var(--white);
  border: none;
  position: absolute;
  top: 1px;
  right: 0;
  padding: 1.25rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: background .3s;
}
.mobile-nav__dropdown-toggle.is-open svg {
  transform: rotate(0);
  fill: var(--color-second);
}
.mobile-nav__dropdown-toggle svg {
  width: 16px;
  height: 10px;
  transition: all .3s;
  fill: var(--color-third);
  transform: rotate(180deg);
}
.mobile-nav__dropdown-toggle:hover,
.mobile-nav__dropdown-toggle:focus,
.mobile-nav__dropdown-toggle:active {
  color: var(--color-second);
}
.mobile-nav__main-nav .mobile-nav__link {
  text-transform: uppercase;
  font-weight: 700;
}
.mobile-nav__main-nav .mobile-nav__link.active-branch,
.mobile-nav__main-nav .mobile-nav__link.active-node {
  font-weight: 900;
}
.mobile-nav__dropdown {
  display: none;
}
.mobile-nav__dropdown.is-open {
  display: block;
  list-style: none;
  padding: 0 0 .5rem;
  margin: 0;
}
.mobile-nav__dropdown-item {
  padding: .5rem 1.5rem .5rem 3rem
}
.mobile-nav__dropdown-link {
  position: relative;
  display: block;
  text-decoration: none !important;
}
.mobile-nav__dropdown-link:hover,
.mobile-nav__dropdown-link:active,
.mobile-nav__dropdown-link:focus {
  color: var(--color-third);
}
.mobile-nav__dropdown-link:hover::after,
.mobile-nav__dropdown-link:active::after,
.mobile-nav__dropdown-link:focus::after {
  transform:  scaleX(1);
}
.mobile-nav__dropdown-link.active-branch,
.mobile-nav__dropdown-link.active-node {
  font-weight: 900;
}

.masthead__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: var(--color-white);
  padding: 10px;
}

@media (min-width: 1140px) {
  .mobile-nav,
  .mobile-nav__toggle {
    display: none !important;
  }
}




/* Main Nav */
/*
.main-nav,
.masthead__utility-nav {
display: none;
}

@media (min-width: 1140px) {
.masthead__utility-nav {
display: block;
}
.main-nav,
.utility-nav {
display: flex;
align-items: center;
justify-content: space-between;
}
.main-nav__list,
.utility-nav__list {
display: flex;
padding: 0;
margin: 0;
list-style: none;
}
.main-nav__list {
margin: 0 auto;
}
.main-nav__list>li,
.utility-nav__list>li {
position: relative;
}
.main-nav__link {
display: block;
font-size: 1rem;
padding: 1.25em .75em;
color: var(--color-inv);
font-weight: 700;
text-transform: uppercase;
}
.utility-nav__link {
display: block;
font-size: 0.9375rem;
padding: .5em .75em;
color: var(--color-third);
font-weight: 400;
text-align: center;
}
.utility-nav__link.active-branch,
.utility-nav__link.active-node {
font-weight: 700;
}
.utility-nav__link::before {
content: attr(data-label);
content: attr(data-label) /"";
height: 0;
overflow: hidden;
pointer-events: none;
user-select: none;
visibility: hidden;
font-weight: 400 !important;
display: block;
}
.utility-nav__link::after {
content: "";
display: block;
background-color: transparent;
height: 1.5px;
}
.main-nav__link.active-branch,
.main-nav__link.active-node {
font-weight: 900;
}
.main-nav__link:hover,
.main-nav__link:active,
.main-nav__link:focus {
color: var(--color-second);
}
.utility-nav__link:hover,
.utility-nav__link:active,
.utility-nav__link:focus {
color: var(--color-third);
font-weight: 700;
}
.utility-nav__link:hover::after,
.utility-nav__link:active::after,
.utility-nav__link:focus::after {
background: var(--color-second);
}
.main-nav__dropdown {
position: absolute;
top: -9999px;
margin: 0;
padding: 1rem 0;
list-style: none;
width: 15rem;
left: calc(50% - 7.5rem);
background: var(--color-inv);
text-align: right;
font-size: 0.9375rem;
z-index: 13;
transform: translateY(-.5rem);
transition: transform .3s;
border-radius: 0 0 1.25rem;
box-shadow: 0 .25rem .25rem rgba(0,0,0,.15);
text-align: center;
}
.main-nav__dropdown-item {
border-top: none; 
padding: 0;
}
.main-nav__dropdown-item:first-of-type {
border-top: none; 
}
.main-nav__dropdown-link {
display: block;
padding: .675rem 1rem;
line-height: 1.4;
color: var(--color-third);
text-transform: uppercase;
position: relative;
}
.main-nav__dropdown-link::after {
content: "";
display: block;
background: var(--color-second);
width: 5rem;
height: .125rem;
transform:  translateX(-50%) scaleX(0);
transition: transform .3s;
position: absolute;
bottom: .25rem;
left: 50%;
}
.main-nav__dropdown-link.active-branch,
.main-nav__dropdown-link.active-node {
font-weight: 900;
}
.main-nav__dropdown-link:hover::after,
.main-nav__dropdown-link:active::after,
.main-nav__dropdown-link:focus::after {
transform:  translateX(-50%) scaleX(1);
}
.main-nav__dropdown-link:hover,
.main-nav__dropdown-link:active,
.main-nav__dropdown-link:focus {
color: var(--color-third);
}
.main-nav__list>li:hover .main-nav__dropdown {
top: auto;
transform: translateY(0);
}
.main-nav__list>li:hover .main-nav__link {
color: var(--color-second);
}
.main-nav__list>li:hover .main-nav__dropdown::after {
top: -0.5rem;
}
}
@media (min-width: 1280px) {
.main-nav__link {
font-size: 1.0675rem;
}
}
*/




/* Utility Nav */

.masthead__utility-nav {
  display: block;
}
@media (max-width: 1139px) {
  .masthead__utility-nav {
    display: none;
  }
}
.utility-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.utility-nav__list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.utility-nav__list > li {
  position: relative;
}
.utility-nav__link {
  display: block;
  font-size: 0.9375rem;
  padding: .5em .75em;
  color: var(--color-third);
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.utility-nav__link.active-branch,
.utility-nav__link.active-node {
  font-weight: 700;
}
.utility-nav__link::before {
  content: attr(data-label);
  content: attr(data-label) /"";
  height: 0;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  visibility: hidden;
  font-weight: 400 !important;
  display: block;
}
.utility-nav__link::after {
  content: "";
  display: block;
  background-color: transparent;
  height: 1.5px;
}
.utility-nav__link:hover,
.utility-nav__link:active,
.utility-nav__link:focus {
  color: var(--color-third);
  font-weight: 700;
}
.utility-nav__link:hover::after,
.utility-nav__link:active::after,
.utility-nav__link:focus::after {
  background: var(--color-second);
}



/* Main Nav */

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1139px) {
  .main-nav {
    display: none;
  }
}
.main-nav__list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-nav__list {
  margin: 0 auto;
}
.main-nav__list > li {
  position: relative;
}

.main-nav__item {
  display: flex;
}

.main-nav__link {
  display: flex;
  align-items: center;
  font-size: .875rem;
  padding: 1.25em .75em;
  color: var(--color-main);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
}
.main-nav__item--has-children .main-nav__link {
  padding-right: 0;
}
.main-nav__link.active-branch,
.main-nav__link.active-node {
  font-weight: 900;
}
.main-nav__link:hover,
.main-nav__link:active,
.main-nav__link:focus {
  color: var(--color-third);
}

.dropdown-toggle {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #fff;
  display: flex;
  padding: 0 0.5em;
}

.dropdown-toggle svg {
  transition: transform .3s ease-out;
  fill: var(--color-second);
}

.dropdown-toggle svg polygon {
  fill: var(--color-second) !important;
}

.main-nav__link:hover + .dropdown-toggle svg polygon {
  fill: var(--color-third) !important;
}

.main-nav__list>li.is-open .dropdown-toggle svg {
  transform: scaleY(-1)
}

.main-nav__button {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  padding: 0 0.5em;
  color: white;
}
.main-nav__button svg {
  transition: transform 0.3s ease-out;
}

.main-nav__list > li.is-open .main-nav__button svg {
  transform: scaleY(-1);
}

.main-nav__dropdown {
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  width: 15rem;
  left: calc(50% - 7.5rem);
  background: #ffffff;
  text-align: right;
  font-size: 0.9375rem;
  z-index: 13;
  transform: translateY(-.5rem);
  border-radius: 0;
  box-shadow: 0 .25rem .25rem rgba(0,0,0,.15);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
}
.main-nav__dropdown-item {
  border-top: none; 
}
.main-nav__dropdown-item:first-of-type {
  border-top: none; 
}
.main-nav__dropdown-link {
  position: relative;
  display: block;
  padding: .675rem 1rem;
  line-height: 1.4;
  color: var(--color-main);
  text-transform: uppercase;
  text-decoration: none !important;
}
.main-nav__dropdown-link.active-branch,
.main-nav__dropdown-link.active-node {
  font-weight: 900;
}
.main-nav__dropdown-link:hover,
.main-nav__dropdown-link:active,
.main-nav__dropdown-link:focus {
  color: var(--color-third);
}
.main-nav__list > li.is-open .main-nav__dropdown {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1280px) {
  .main-nav__link {
    font-size: 1rem;
  }
}

@media (min-width: 1400px) {
  .main-nav__link {
    font-size: 1.0675rem;
  }
}



/* Search */
.masthead__search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 5.5vw;
  width: 100%;
}
.masthead__search.is-open {
  display: block;
}
.masthead__search .hs-search-field {
  position: relative;
}
.masthead__search .hs-search-field__input {
  width: 100%;
  font-size: 1rem;
  height: 3.25rem;
  background-color: var(--color-super-light);
  /*   background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljk2MDEgMi43OTM5MkMxMS43NDk5IC0wLjQxNzA2NSA2LjUyNjA2IC0wLjQxNzA2NSAzLjMxNTQgMi43OTM5MkMwLjEwNDUwMiA2LjAwNDA5IDAuMTA0NTAyIDExLjIyODIgMy4zMTU0IDE0LjQzODZDNi40MTU5MiAxNy41MzkxIDExLjM5MzggMTcuNjQ0NiAxNC42MjMgMTQuNzU2OEwxNS4yNzU4IDE1LjQwOThDMTUuMTEzMiAxNS44MjU5IDE1LjE5ODUgMTYuMzE2MiAxNS41MzQ1IDE2LjY1MjNMMTguOTc5MSAyMC4wOTY5QzE5LjQzMiAyMC41NSAyMC4xNjY1IDIwLjU1IDIwLjYxOSAyMC4wOTY5QzIxLjA3MjEgMTkuNjQ0MyAyMS4wNzIxIDE4LjkxIDIwLjYxOSAxOC40NTY3TDE3LjE3NDcgMTUuMDEyOEMxNi44Mzg0IDE0LjY3NjIgMTYuMzQ3OSAxNC41OTEgMTUuOTMxOCAxNC43NTM4TDE1LjI3OSAxNC4xMDA4QzE4LjE2NzMgMTAuODcxOCAxOC4wNjA4IDUuODkzOTEgMTQuOTYwMSAyLjc5MzkyWk00LjI5OTM5IDEzLjQ1NDhDMS42MzE0IDEwLjc4NzIgMS42MzE0IDYuNDQ1NTMgNC4yOTkzOSAzLjc3NzUyQzYuOTY3MTQgMS4xMDk1MyAxMS4zMDg2IDEuMTA5NTMgMTMuOTc2NiAzLjc3NzUyQzE2LjY0NDYgNi40NDU1MyAxNi42NDQ2IDEwLjc4NzEgMTMuOTc2NiAxMy40NTQ4QzExLjMwODYgMTYuMTIyNiA2Ljk2NzE0IDE2LjEyMjYgNC4yOTkzOSAxMy40NTQ4WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==); */
  /*   background-position: center right 1rem; */
  /*   background-repeat: no-repeat; */
  /*   background-size: 1.25rem; */
  border: none;
  border-top: 1px solid var(--color-third);
  border-radius: 0 0 1.25rem;
  box-shadow: 0 .25rem .25rem rgba(0,0,0,.15);
  margin-bottom: 0;
  padding-right: 50px;
}
.masthead__search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 3.25rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljk2MDEgMi43OTM5MkMxMS43NDk5IC0wLjQxNzA2NSA2LjUyNjA2IC0wLjQxNzA2NSAzLjMxNTQgMi43OTM5MkMwLjEwNDUwMiA2LjAwNDA5IDAuMTA0NTAyIDExLjIyODIgMy4zMTU0IDE0LjQzODZDNi40MTU5MiAxNy41MzkxIDExLjM5MzggMTcuNjQ0NiAxNC42MjMgMTQuNzU2OEwxNS4yNzU4IDE1LjQwOThDMTUuMTEzMiAxNS44MjU5IDE1LjE5ODUgMTYuMzE2MiAxNS41MzQ1IDE2LjY1MjNMMTguOTc5MSAyMC4wOTY5QzE5LjQzMiAyMC41NSAyMC4xNjY1IDIwLjU1IDIwLjYxOSAyMC4wOTY5QzIxLjA3MjEgMTkuNjQ0MyAyMS4wNzIxIDE4LjkxIDIwLjYxOSAxOC40NTY3TDE3LjE3NDcgMTUuMDEyOEMxNi44Mzg0IDE0LjY3NjIgMTYuMzQ3OSAxNC41OTEgMTUuOTMxOCAxNC43NTM4TDE1LjI3OSAxNC4xMDA4QzE4LjE2NzMgMTAuODcxOCAxOC4wNjA4IDUuODkzOTEgMTQuOTYwMSAyLjc5MzkyWk00LjI5OTM5IDEzLjQ1NDhDMS42MzE0IDEwLjc4NzIgMS42MzE0IDYuNDQ1NTMgNC4yOTkzOSAzLjc3NzUyQzYuOTY3MTQgMS4xMDk1MyAxMS4zMDg2IDEuMTA5NTMgMTMuOTc2NiAzLjc3NzUyQzE2LjY0NDYgNi40NDU1MyAxNi42NDQ2IDEwLjc4NzEgMTMuOTc2NiAxMy40NTQ4QzExLjMwODYgMTYuMTIyNiA2Ljk2NzE0IDE2LjEyMjYgNC4yOTkzOSAxMy40NTQ4WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border: none;
  background-color: transparent;
}
.masthead__search button span {
  display: none;
}
.mobile-search__toggle {
  display: block;
  padding: 0;
  border: none;
  background: none;
  flex: 0 1 2.5rem;
}
.mobile-search__toggle.is-open {
  opacity: .5;
}
@media (min-width: 1140px) {
  .masthead__search {
    display: block !important;
    flex: 1 0 auto;
    padding: 0 2rem;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
  .masthead__search .hs-search-field {
    max-width: 28rem;
  }
  .masthead__search .hs-search-field__input {
    font-size: .875rem;
    background-color: var(--color-super-light);
    height: 2.25rem;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: none;
  }
  .masthead__search .hs-search-field__input:focus {
    border-color: var(--color-third);
  }
  .masthead__search button {
    height: 2.25rem;
  }
  .mobile-search__toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  .masthead__search .hs-search-field--open .hs-search-field__suggestions {
    text-align: left;
  }
}
/* Footer
-------------------------------------------- */
footer.footer {
  background: var(--color-second);
  padding: 3rem 0;
}

.footer a,
.footer a:hover {
  text-decoration: none;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
}

.footer-col {
  width: 33.33%;
  padding: 0 15px;
}

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

.footer-links ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-links ul li {
  display: block;
  position: relative;
  padding-right: 35px;
}

.footer-links ul li:not(:last-child):after {
  color: #8c98a4;
  content: "/";
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  opacity: .6;
  position: absolute;
  right: 15px;
  top: 6px;
  vertical-align: middle;
}

.footer-links ul li:last-child {
  padding-right: 0;
}

.footer-links ul li a {
  color: var(--color-white);
  opacity: 0.7;
  display: inline-block;
  font-size: .875rem;
  padding: 0.5rem 0.25rem;
}

.footer-links ul li a:hover {
  color: var(--color-white);
  opacity: 1;
}

.footer-links ul li.accessibility >a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f193";
  font-weight: 900;
  margin-right: 7px;
}

.footer-copyright p {
  color: var(--color-white);
  opacity: 0.8;
  margin: 0;
}

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

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

.footer-social ul li a {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  color: var(--color-alice-blue);
  background-color: var(--icon-bg-color);
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  line-height: 1.6;
  border-radius: 0.3125rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.footer-social ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-social ul li:not(:last-child) {
  margin-right: 0.5rem;
}

.footer-social ul li a:hover {
  color: var(--color-input);
  background-color: var(--color-alice-blue);
  box-shadow: 0 4px 11px rgba(247, 250, 255, .1);
}

.footer-social .footer-images {
    padding-top: 15px;
}

@media (max-width: 1199px) and (min-width: 992px){

  .footer-links ul li {
    padding-right: 23px;
  }

  .footer-links ul li a {
    font-size: 13px;
  }

  .footer-links ul li:not(:last-child):after {
    right: 10px;
  }

}
@media (max-width: 991px){
  .footer-col {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .footer-row {
    flex-direction: column;
  }

  .footer-copyright {
    text-align: left;
  }

  .footer-social ul {
    justify-content: flex-start;
  }

  .footer-links {
    order: 1;
  }

  .footer-copyright {
    order: 3;
    margin-bottom: 0;
  }

  .footer-social {
    order: 2;
  }


}
/* ========== Blog Style ============ */

.liquid-blog-grid {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.liquid-blog-item {
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.liquid-lp-media {
  margin: 0;
  margin-bottom: 1.25em;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s, box-shadow 0.3s, transform 0.3s;
  box-shadow: 0 0 0 rgba(0,0,0,0.15);
}

.liquid-lp-media a {
  color: inherit;
}

.liquid-lp-media img {
  width: 100%;
}

.liquid-overlay-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -99999px;
}

.liquid-lp-title a {
  color: inherit;
  text-decoration: none;
}

.liquid-lp-details {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-top: 0.75em;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.liquid-lp-title {
  margin-bottom: 0;
}

.liquid-lp-details time, .liquid-lp-details .liquid-lp-category {
  display: inline-block;
  margin: 0;
  font-size: 1em;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
  list-style: none;
  padding: 0;
}

.liquid-lp-category a {
  text-decoration: none;
}

.liquid-overlay-link~header .liquid-lp-category, .liquid-overlay-link~.liquid-lp-category {
  position: relative;
  z-index: 21;
}

.liquid-blog-item .liquid-lp-excerpt {
  margin-top: 0.35em;
  margin-bottom: 0.75em;
}

.liquid-lp-excerpt p {
  margin: 0;
}

.liquid-blog-item .liquid-lp-footer {
  margin-top: 0;
  position: relative;
}

.liquid-lp-read-more {
  font-size: 11px;
  display: inline-flex;
  padding: 0;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.liquid-lp-read-more>span {
  display: inline-flex;
  padding: 0;
  border-radius: inherit;
  border-color: inherit;
  flex-flow: row wrap;
  align-items: center;
}

.liquid-lp-read-more .btn-line {
  display: inline-block;
  width: 2.727em;
  height: 2px;
  margin-right: 1em;
  position: relative;
  background-color: var(--color-main);
  transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
  transform-origin: left center;
}

.liquid-lp-read-more .btn-line~.btn-txt {
  transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
  position: relative;
  z-index: 3;
}

.liquid-lp-read-more .btn-txt~.btn-line {
  margin-right: 0;
  margin-left: 1em;
}

.liquid-lp-read-more .btn-line-after {
  transform: scaleX(0) translateX(0);
}

.liquid-lp-read-more .btn-line-after:after {
  content: '\f054';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: 1px;
  transform: translateY(-50%) scaleX(0);
  font: normal normal 1em/1 fontAwesome;
  color: inherit;
}

.liquid-blog-item:hover .liquid-lp-read-more .btn-line-before {
  transform: scaleX(0);
  transform-origin: left center;
}

.liquid-blog-item:hover .liquid-lp-read-more .btn-line~.btn-txt {
  transform: translateX(-3.727em);
}

.liquid-blog-item:hover .liquid-lp-read-more .btn-line-after {
  transform: scaleX(1) translateX(-3.727em);
}

.liquid-blog-item:hover .liquid-lp-read-more .btn-line-after:after {
  transition: transform 0.35s;
  transform: translateY(-60%) scaleX(1);
  transition-delay: 0.13s;
  color: var(--color-main);
}

.liquid-lp-category li {
  display: inline-block;
}

.blog-pagination {
  margin-bottom: 1em;
  margin-top: 2em;
  text-align: left;
}

.blog-pagination a {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
}

.blog-pagination a.active {
  color: var(--color-third);
}

.blog-listing {
  padding: 4rem 0;
}

.blog-single-content {
  padding-top: 65px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.blog-post-body-wrapper {
  padding-bottom: 50px;
}

.blog-single-cover {
  min-height: 450px;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  padding: 40px 0;
}

.blog-single-cover:after {
  content: "";
  background-image: linear-gradient(to right, rgba(20,22,34,0.6) 0%, transparent 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.blog-single-details {
  width: 100%;
  position: relative;
  z-index: 1;
}

.entry-header h1 {
  color: var(--color-white);
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 1.2;
}


.post-meta {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1em;
}

.post-meta>span {
  display: inline-block;
}

.post-meta>span+span {
  margin-left: 3.25em;
  color: var(--color-white);
}

.post-meta .block {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-white);
  opacity: 0.5;
}

.post-meta a {
  color: var(--color-white);
  text-decoration: none;
}

.blog-listing-tags {
  padding: 0 0 30px 0;
}

.blog-listing-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.blog-listing-tags ul li {
  padding: 0 18px 0;
  position: relative;
  margin-bottom: 10px;
}

.blog-listing-tags ul li:after {
  content: "";
  background: var(--color-second);
  width: 2px;
  height: 22px;
  display: inline-block;
  position: absolute;
  right: 0;
}


.blog-listing-tags ul li:last-child:after {
  display: none;
}

.blog-listing-tags ul li a {
  text-decoration: none;
  color: var(--color-second);
  font-family: var(--font-body);
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.3rem;
}

.blog-listing-tags ul li a:hover {
  color: var(--color-third);
}

.blog-post-body-wrapper .back-button {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 30px;
}
.blog-post-body-wrapper .back-button a {
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 0.8;
}

.blog-post-body-wrapper .back-button a span {
  margin-right: 10px;
}

.blog-post-body-wrapper .back-button a:hover svg path {
  stroke: var(--color-third) !important;
}


@media (max-width: 1199px){
  .entry-header {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 991px){
  .entry-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .post-meta {
    flex-direction: column;
  }

  .post-meta>span+span {
    margin-left: 0;
  }

  .post-meta>span {
    margin: 0 0 1em;
  }

  .post-meta>span:last-child {
    margin: 0;
  }

  .blog-post-body-wrapper .back-button {
    left: 0;
  }
}

@media (max-width: 767px){
  .entry-header {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-single-content {
    margin-top: -6em;
    padding-right: 6%;
    padding-left: 6%;
    background-color: var(--color-white);
  }
}
@media (max-width: 991px){
  .liquid-blog-item {
    width: 50%;
  }

  .blog-single-content {
    padding-left: 30px;
    padding-right: 30px;
  }


}

@media (max-width: 767px){
  .liquid-blog-item {
    width: 100%;
  }

  .blog-single-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .blog-post-body-wrapper {
    padding-bottom: 30px;
  }

  .topic-page {
    padding-bottom: 20px;
  }

  .blog-listing-tags ul li a {
    font-size: 1.1rem;
  }

  .blog-listing-tags ul li {
    padding-left: 14px;
    padding-right: 14px;
  }
}



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


/* blog index  */


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