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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

/* Alignment */

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

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

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

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

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

/* Embed */

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

/* Screen Readers */

/* Screen Readers */

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

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

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

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

/* Spacing */

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

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

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

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

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

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

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

:root {
  --color-black: #180D1D;
  --color-light-blue: #7DC8E3;
  --color-dark-blue: #313384;
  --color-white: #FFFFFF;
  --color-minsk: #313384;
	--font-body: "Montserrat", sans-serif;
  --font-primary: "Oswald", sans-serif;
  --width-large: 1450px;
	--width-content: 1170px;
	--width-nav: 960px;
	--width-medium: 720px;
	--width-small: 540px;
}
/* Base
-------------------------------------------- */

html {
  /* 	font-size: 62.5%; */
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.66;
  font-weight: 400;
  color: var(--color-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.guts {
  /* padding-top: 7rem; */
}
/* .wrapper.page {
  overflow: hidden;
} */
/* Layout
-------------------------------------------- */

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

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


/* @media (min-width: 576px) {
.container {
max-width: 570px;
}
}

@media (min-width: 768px) {
.container {
max-width: 750px;
}
}

@media (min-width: 992px) {
.container {
max-width: 990px;
}
}

@media (min-width: 1200px) {
.container {
max-width: var(--width-content);
}
} */

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

.system-page {
  padding-bottom: 10rem;
}

@media (min-width: 992px) {
  section {
    padding: 6rem 0;
  }
  .system-page {
    padding-bottom: 18rem;
  }
}

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

/* Colors */

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

/* Background Colors */

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

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

body {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.66;
  font-weight: 400;
  color: var(--color-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--color-light-blue);
  text-decoration: underline;
  -webkit-transition: all .2s ease;
  transition: color .2s ease;
}
a:hover,
a:active,
a:focus {
  color: var(--color-dark-blue);
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  font-family: var(--font-primary);
  font-weight: 600;
  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-size: 75px;
}
h2, .h2 {
  font-size: 60px;
}
h3, .h3 {
  font-family: var(--font-body);
  font-size:40px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
h4, .h4 {
  font-family: var(--font-body);
  font-size: 32px;
  line-height: 1.25;
}
h5, .h5 {
  font-size: 24px;
  font-family: var(--font-body);
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: 0.03em;
}
h6, .h6 {
  font-size: 22px;
  font-family: var(--font-body);
  font-weight: 500;
  line-height: 1.18;

}

@media (max-width: 992px) {
  h1, .h1 {
    font-size: 60px;
  }
  h2, .h2 {
    font-size: 45px;
  }
  h3, .h3 {
    font-size: 32px;
  }
  h4, .h4 {
    font-size: 28px;
  }
  h5, .h5 {
    font-size: 22px;
  }
  h6, .h6 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 45px;
  }
  h2, .h2 {
    font-size: 35px;
  }
  h3, .h3 {
    font-size: 28px;
  }
  h4, .h4 {
    font-size: 25px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 18px;
  }
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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


/* Blockquote */

blockquote {
  margin: 2rem 0;
  padding-left: 2rem;
  border-left: 0.5rem solid #78C7EF;
}

/* Horizontal Rules */

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

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

.btn,
.cta_button,
.hs-button{
  display: inline-block;
  padding: 11px 60px 11px 37px;
  position: relative;
  border: 1.5px solid var(--color-light-blue);
  color: var(--color-black);
  background: radial-gradient(50% 296.37% at 50% 50%, #7DC8E3 100%, #02D5FF 0%);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.37;
  letter-spacing: 0.05em;
  text-align: left;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta_button {
  padding: 11px 60px 11px 37px !important;
  border-radius: 100px !important;
}

form .hs-button {
  padding: 11px 37px 11px;
}

.btn:before,
.cta_button:before,
.hs-button:before,
.primary-btn:before,
.secondary-btn:before{
  content: "";
  border: 2px solid #7DC8E3;
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  right: 0;
  bottom: 0;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border-radius: 100px;
}

.btn:after,
.cta_button:after,
.hs-button:after,
.primary-btn:after,
.secondary-btn:after{
  content: "";
  background-image: url(https://512632.fs1.hubspotusercontent-na1.net/hubfs/512632/LeightonMedia_2024/Images/btn-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.btn:hover,
.btn:focus,
a.hs-button:hover,
a.hs-button:focus,
.primary-btn:hover,
.primary-btn:focus{
  text-decoration: none;
  background: var(--color-dark-blue);
  border-color: var(--color-dark-blue);
  color: var(--color-white);
}

.btn:hover:before,
.btn:focus:before,
.cta_button:hover:before,
.cta_button:focus:before,
.hs-button:hover:before,
.hs-button:focus:before,
.primary-btn:hover:before,
.primary-btn:focus:before,{
  border-color: var(--color-dark-blue);
}

.btn:hover:after,
.btn:focus:after,
.cta_button:hover:after,
.cta_button:focus:after,
.hs-button:hover:after,
.hs-button:focus:after,
.primary-btn:hover:after,
.primary-btn:focus:after{
  filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(190deg) brightness(107%) contrast(104%);
}

.bg-blue .btn:hover,
.bg-blue .btn:focus,
.bg-blue a.hs-button:hover,
.bg-blue a.hs-button:focus,
.bg-blue .primary-btn:hover,
.bg-blue .primary-btn:focus{
  text-decoration: none;
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-dark-blue);
}

.bg-blue .btn:hover:before,
.bg-blue .btn:focus:before,
.bg-blue .cta_button:hover:before,
.bg-blue .cta_button:focus:before,
.bg-blue .hs-button:hover:before,
.bg-blue .hs-button:focus:before,
.bg-blue .primary-btn:hover:before,
.bg-blue .primary-btn:focus:before,{
  border-color: var(--color-white);
}

.bg-blue .btn:hover:after,
.bg-blue .btn:focus:after,
.bg-blue .cta_button:hover:after,
.bg-blue .cta_button:focus:after,
.bg-blue .hs-button:hover:after,
.bg-blue .hs-button:focus:after,
.bg-blue .primary-btn:hover:after,
.bg-blue .primary-btn:focus:after{
  filter:brightness(0) saturate(100%) invert(18%) sepia(74%) saturate(1904%) hue-rotate(222deg) brightness(82%) contrast(87%);
}


.bg-black .btn:hover,
.bg-black .btn:focus,
.bg-black a.hs-button:hover,
.bg-black a.hs-button:focus,
.bg-black .primary-btn:hover,
.bg-black .primary-btn:focus{
  text-decoration: none;
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-dark-blue);
}

.bg-black .btn:hover:before,
.bg-black .btn:focus:before,
.bg-black .cta_button:hover:before,
.bg-black .cta_button:focus:before,
.bg-black .hs-button:hover:before,
.bg-black .hs-button:focus:before,
.bg-black .primary-btn:hover:before,
.bg-black .primary-btn:focus:before,{
  border-color: var(--color-white);
}

.bg-black .btn:hover:after,
.bg-black .btn:focus:after,
.bg-black .cta_button:hover:after,
.bg-black .cta_button:focus:after,
.bg-black .hs-button:hover:after,
.bg-black .hs-button:focus:after,
.bg-black .primary-btn:hover:after,
.bg-black .primary-btn:focus:after{
  filter:brightness(0) saturate(100%) invert(18%) sepia(74%) saturate(1904%) hue-rotate(222deg) brightness(82%) contrast(87%);
}


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

.secondary-btn:hover:before,
.secondary-btn:hover:before,{
  border-color: var(--color-dark-blue);
}

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

button {
  cursor: pointer;
}

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

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

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

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

.top-padding {
  padding-top: 10rem;
}

.bottom-padding {
  padding-bottom: 10rem;
}

.embed-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive iframe, 
.embed-responsive object, 
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 1199px){
  .bottom-padding {
    padding-bottom: 10rem;
  }
  .top-padding {
    padding-top: 10rem;
  }
}
@media (max-width: 767px){
  body {
    font-size: 16px;
  }

  .btn, .cta_button, .hs-button {
    font-size: 14px;
    padding: 9px 45px 9px 18px;
  }

  .btn:after, .cta_button:after, .hs-button:after, .primary-btn:after, .secondary-btn:after {
    width: 25px;
    height: 25px;
  }
}
/* Forms
-------------------------------------------- */

form {
  background: #F1F9FD;
  max-width: 750px;
  padding: 30px;
}

.actions {
    cursor: pointer;
}

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

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


textarea {
  min-height: 100px;
}

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

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

label {
  color: var(--color-dark-blue);
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
}

.hs-form .hs-field-desc {
  font-size: 15px;
  line-height: 1.5em;
}

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

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

.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0;
}


/* 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-msg {
  font-size: 14px;
  font-weight: 400;
}

.hs_error_rollup {
  margin: 20px 0;
}

/* Captcha */

.hs_recaptcha {
  margin: 20px 0;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  float: none !important;
  width: 100% !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']),
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']),
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']) {
  width: 100% !important;
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .hs-form fieldset.form-columns-2,
  .hs-form fieldset.form-columns-3 {
    display: grid;
    column-gap: 20px;
  }
  .hs-form fieldset.form-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .hs-form fieldset.form-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Masthead/Nav
-------------------------------------------- */

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

header.header {
  background: var(--color-black);
  padding-bottom: 35px;
  padding-top: 35px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

body.no-banner {
  padding-top: 115px;
}

body.has-banner {
  padding-top: 0;
}

.has-banner header.header {
  background: transparent;

}

.scroll-header header.header {
  background: var(--color-black);
}

/* 
.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: 17%;
}

.header-right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 83%;
  position: relative;
}

.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__dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 200px;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -ms-transform-origin: top;
  transform-origin: top;
  transition: all .5s ease-out;
  background: var(--color-dark-blue);
}

.main-nav__list .main-nav__item.main-nav__item--has-children.is-open .main-nav__dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}


button.dropdown-toggle {
  display:none;
}

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

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

.main-nav__link {
  color: var(--color-white);
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.37;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
}

.main-nav__link:focus,.main-nav__link:hover {
  color: var(--color-light-blue);
}

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

.main-nav__dropdown-link {
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 15px;
  text-align: left;
  text-decoration: none;
}

.main-nav__dropdown-link:hover,
.main-nav__dropdown-link:focus{
  /*   border-bottom-color: var(--color-blackish); */
  color: var(--color-light-blue);
}

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


.header-button.call-us-btn {
  padding-left: 10px;
}

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

.call-us-btn .hs-button:before {
  display: none;
}

.call-us-btn .hs-button:after {
  filter: brightness(0) saturate(100%) invert(83%) sepia(4%) saturate(4425%) hue-rotate(164deg) brightness(92%) contrast(94%);
}

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

.call-us-btn .hs-button:hover:after, .call-us-btn .hs-button:focus:after {
  filter: brightness(0) saturate(100%) invert(2%) sepia(78%) saturate(2978%) hue-rotate(271deg) brightness(105%) contrast(92%);
}

.has-banner .call-us-btn .hs-button {
  background: transparent;
}

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

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

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

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

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

@media (max-width:1330px) {
  .call-us-btn .hs-button {
    padding: 11px 55px 11px 25px;
  }

  .main-nav__item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-button.call-us-btn {
    padding-left: 0;
  }
}
@media (min-width: 1199px) and (max-width:1240px) {
  .call-us-btn .hs-button {
    font-size: 15px;
  }

  .main-nav__link {
    font-size: 15px;
  }

  
}


@media (min-width: 1200px) {
  .mobile-menu,.mobile-nav,.mobile-nav__toggle,.utility-nav.mobile-utility-nav {
    display:none;
  }
  #menu ul li.active > ul { 
    display: block;
    opacity: 1;
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
  }
}

@media (max-width: 1199px){

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


  header.header {
    padding-bottom: 1.8rem;
    padding-top: 1.8rem;
  }

  .logo {
    width: 100%;
  }

  .header-right {
    width: 100%;
    position: initial;
  }

  .header-inner {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile-nav__item {
    position: relative
  }

  .mobile-nav__link {
    color: var(--color-dark-blue);
    display: block;
    font-weight: 500;
    padding: 1rem 1rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid var(--color-dark-blue);
  }

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

  .mobile-nav__item--has-children .mobile-nav__link {
    padding-right: 48px;
  }

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

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

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

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

  .mobile-nav__dropdown {
    display: none
  }

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

  .mobile-nav__dropdown-item {
    position: relative;
    padding: 0;
  }

  .mobile-nav__dropdown-link {
    color: var(--color-dark-blue);
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 15px 15px 30px;
    border-bottom: 1px solid var(--color-dark-blue);
  }

  .mobile-nav__dropdown-has-children .mobile-nav__dropdown-link {
    padding-right: 48px;
  }

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

  .main-nav__dropdown.dropdown-level-3 {
    display: none;
  }

  .main-nav__dropdown.dropdown-level-3.is-open {
    display: block;
  }

  .main-nav__dropdown.dropdown-level-3.is-open {
    display: block;
  }

  .main-nav__dropdown.dropdown-level-3 > li> a:hover {
    color: var(--color-light-blue);
  }

  .main-nav__dropdown.dropdown-level-3 > li> a {
    padding: 15px 15px 15px 48px;
    font-size: 16px;
  }

  .header-button {
    margin-left: 0
  }

  .header-button.call-us-btn {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .call-us-btn .hs-button:focus, .call-us-btn .hs-button:hover {
    background: var(--color-white);
    border-color: var(--color-dark-blue);
    color: var(--color-dark-blue);
    text-decoration: none;
  }

  .call-us-btn .hs-button:after {
    filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7447%) hue-rotate(143deg) brightness(100%) contrast(92%);
  }

  .call-us-btn .hs-button:hover:after,
  .call-us-btn .hs-button:focus:after{
    filter:brightness(0) saturate(100%) invert(21%) sepia(26%) saturate(2523%) hue-rotate(211deg) brightness(97%) contrast(100%);
  }
  
  .has-banner .call-us-btn .hs-button {
    background: var(--color-dark-blue);
  }

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


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

  /*   body {
  padding-top: 96px;
} */
}
/* Footer
-------------------------------------------- */

.footer {
  background-color: var(--color-white);
  color: var(--color-black);
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
  z-index: 3;
/*   margin-top: -100px; */
}


.footer a {
  text-decoration: none;
  color: var(--color-black);
}

.footer a:hover {
  color: var(--color-light-blue);
}

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

.footer__col {
  padding: 0 15px;
}

.footer__col.footer-col_1 {
  width: 27%;
}

.footer__col.footer-col_2 {
  width: 20%;
}

.footer__col.footer-col_3 {
  width: 53%;
}

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

.footer-social-icons ul li {
  padding: 0 8px;
}

.footer-social-icons ul li:first-child {
  padding-left: 0;
}

.footer-social-icons {
  padding-top: 40px;
}

.footer__col h4,
.footer-col_3_content .hs-menu-wrapper > ul > li > a{
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

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

.footer-col_2_content ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
  margin-bottom: 10px;
}

.footer-col_3_content .hs-menu-wrapper > ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.footer-col_3_content .hs-menu-wrapper > ul > li {
  margin-bottom: 10px;
  padding: 0 15px;
  line-height: normal;
}

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

.footer-col_3_content .hs-menu-wrapper > ul ul li {
  margin-bottom: 10px;
  line-height: 1;
}

.footer-col_3_content .hs-menu-wrapper > ul ul li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.footer-col_3_content .hs-menu-wrapper>ul > li:last-child ul > li > a{
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1;
}

.footer-legal--copyright {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
}

.footer_bottom {
  padding-top: 50px;
}


@media (max-width: 991px){
  .footer__col.footer-col_1 {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer__col.footer-col_2 {
    width: 25%;
  }

  .footer__col.footer-col_3 {
    width: 75%;
  }

  .footer_bottom {
    padding-top: 40px;
  }

}


@media (max-width: 767px){
  .footer__col.footer-col_1 {
    margin-bottom: 0;
  }

  .footer__col.footer-col_2 {
    width: 100%;
  }

  .footer__col:not(:last-child) {
    padding-bottom: 30px;
  }

  .footer__col.footer-col_3 {
    width: 100%;
  }

  .footer-col_3_content .hs-menu-wrapper>ul {
    flex-wrap: wrap;
  }

  .footer-col_3_content .hs-menu-wrapper>ul>li {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer_bottom {
    padding-top: 0;
  }

  .footer {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .footer-col_3_content .hs-menu-wrapper>ul>li>a, .footer__col h4 {
    margin-bottom: 15px;
  }
}
.blog_post {
  padding-bottom: 100px;
}

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

.blog-listing__item {
  margin: 0 0 60px;
  padding: 0 15px;
  width: 33.333%;
}


.blog-list-tags a {
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

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

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

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

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

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


.blog-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20xp 0;
}

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

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

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

.blog-pagination .pagination-arrow svg,
.blog-pagination .pagination-arrow svg path {
  fill: var(--color-white);
}


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

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

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


.blog-listing__listing_wrap {
  padding-bottom: 60px;
  padding-top: 70px;
}

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

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

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

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

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

.meta_title {
  margin-right: 14px;
}

.blog-post__body {
  color: var(--color-black);
  padding-bottom: 4rem;
}

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

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

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


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

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

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

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

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

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

.sidebar-social-share ul li a {
  background: transparent;
  display: inline-grid;
  padding: 8px;
  margin-right: 5px;
}

.blog-sidebar-widget h3 {
  margin-bottom: 25px;
  color: var(--color-dark-blue);
  text-transform: uppercase;
  font-size: 32px;
}

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

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

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

.blog-listing__img {
  overflow: hidden;
}

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

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

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

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

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

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

.blog-listing-container {
  position: relative;
  background-color: #180D1D;
}

.blog-listing-container > .container {
  position: relative;
  top: -100px;
}

.post-item-content {
  border: 3px solid #7DC8E3;
  border-radius: 40px;
  position: relative;
  margin-top: -40px;
  padding: 40px;
  overflow: hidden;
}

.post-item-content:before {
  content: "";
  background-color: #180d1d;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.post-item-content {
  display: flex;
  justify-content: center;
  text-align: center;
  align-content: space-between;
  flex-wrap: wrap;
}

.post-item-desc {
  padding: 0 0 40px;
}

.post-item-desc,
.blog-listing__title, 
.blog-listing__title a,
.post-item-desc p {
  color: #fff;
}

.post-item-button {
  text-align: center;
}

.blog-sidebar-widget.recent-topics .widget-module > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
/*   justify-content: center; */
}

.blog-sidebar-widget .widget-module > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--color-black);
}

.blog-sidebar-widget .widget-module > ul li a {
  color: var(--color-black);
  text-decoration: none;
}

.blog-sidebar-widget.recent-article .widget-module > ul li a {
  font-weight: bold;
  font-size: 20px;
}

.blog-sidebar-widget .widget-module > ul li {
  padding: 0 0rem 1rem;
}

.blog-sidebar-widget .widget-module > ul li a:hover {
  color: var(--color-dark-blue);
}

.blog-sidebar-widget.recent-topics .widget-module > ul li a span {
  display: none;
}

.blog-sidebar-widget.recent-topics .widget-module > ul li {
/*   width: calc(50% - 1rem); */
  padding: 0 .7rem 1.25rem;
}

.blog-sidebar-widget.recent-topics .widget-module > ul li a {
  line-height: 1;
  background: radial-gradient(50% 296.37% at 50% 50%, #7dc8e3 100%, #02d5ff 0);
  border: 1.5px solid var(--color-light-blue);
  border-radius: 100px;
  color: var(--color-black);
  display: block;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.37;
  padding: 8px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  word-break: break-all;
}

.blog-sidebar-widget.recent-topics .widget-module > ul li a:before {
  border: 2px solid #7dc8e3;
  border-radius: 100px;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% + 15px);
  left: -7px;
  position: absolute;
  right: 0;
  top: -7px;
  width: calc(100% + 15px);
}

.blog-sidebar-widget.recent-topics .widget-module > ul li a:focus,
.blog-sidebar-widget.recent-topics .widget-module > ul li a:hover {
  background: var(--color-dark-blue);
  border-color: var(--color-dark-blue);
  color: var(--color-white);
  text-decoration: none
}

.blog-sidebar-widget.recent-topics .widget-module > ul li a:focus:before,
.blog-sidebar-widget.recent-topics .widget-module > ul li a:hover:before {
  border-color: var(--color-dark-blue)
}


@media (max-width: 991px){

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

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

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

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

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

  .blog_post {
    padding-bottom: 60px;
  }

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

}

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

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

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

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

  .woodmark {
    bottom: 20px;
  }

}

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


/* blog index  */


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