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

.skip-to-content {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index:1313;
}
/* 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;
}
/*
 * 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;
}
/* CSS Variables
-------------------------------------------- */

:root {
	--blue-medium: #0b5a96;
	--blue-bright: #74c1fc;
	--blue-light: #edf9fd;
	--blue-dark: #0c3048;
	--yellow-medium: #ffba00;
	--yellow-dark: #d88031;
	--red-medium: #d44e4d;
	--dark: #424343;
	--grey-medium: #707070;
	--grey-light: #ccc;
	--super-light: #f5f5f5;
	--white: #fff;
}
/* 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;
}

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

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.wide-wrapper {
    max-width: 100rem;
    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: 2rem 0;
}
@media (min-width: 992px) {
    section {
        padding: 5rem 0;
    }
}

.hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

/* Colors */

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

/* Background Colors */

.bg-white {
    background-color: var(--white);
}
.bg-blue-light {
    background-color: var(--blue-light);
}
.bg-grey-light,
.bg-gray-light {
    background-color: var(--super-light);
}
.bg-blue-dark {
    background-color: var(--blue-dark);
}
.bg-dark {
    background-color: var(--dark);
}

.system-section {
  padding: 15rem 0;
}
/* Typography
-------------------------------------------- */

a {
    color: var(--blue-medium);
      text-decoration: none;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
  }
  a:hover,
  a:active,
  a:focus {
      color: var(--blue-bright);
    text-decoration: none;
  }
  
  p {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: .75em;
    margin-bottom: .75em;
    font-weight: 700;
    line-height: 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: 3rem;
    font-weight: 800;
  }
  h2, .h2 {
    font-size: 2rem;
    font-weight: 800;
  }
  h3, .h3 {
      font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.4;
  }
  h4, .h4 {
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 1.8rem;
  }
  @media (min-width: 992px) {
      h1, .h1 {
          font-size: 4rem;
      }
      h2, .h2 {
          font-size: 2.75rem;
      }
      h3, .h3 {
          font-size: 2rem;
      }
  }
  
  strong {
    font-weight: 600;
  }
  
  code {
    vertical-align: bottom;
  }
  
  ul,
  ol {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  ul ul,
  ol ul,
  ul ol,
  ol ol {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  /* Blockquote */
  
  blockquote {
      margin: 2rem 0;
      padding-left: 2rem;
      border-left: 0.5rem solid #f1f1f1;
  }
  
  /* Horizontal Rules */
  
  hr {
      background-color: #ccc;
    height: 1px;
    border: none;
  }

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

.btn,
.hs-button {
	display: inline-block;
	padding: .3125em 1.75em;
	text-align: center;
  background: var(--yellow-medium);
  color: var(--blue-medium);
  border-radius: 1.25em;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.8;
}
.btn:hover,
.btn:active,
.btn:focus,
.hs-button:hover,
.hs-button:active,
.hs-button:focus {
	text-decoration: none;
  background: var(--blue-dark);
  color: var(--white);
}
.cta_button:hover {
	text-decoration: none;
  background: var(--blue-dark) !important;
  color: var(--white) !important;
}

.btn--secondary {
	background-color: var(--blue-medium);;
	color: var(--white);
}
.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus {
	background-color: var(--blue-bright);;
	color: var(--white);
}
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;
}

.btn--block {
	display: block;
}
/* 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 {
  width: 100%;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  border: 1px solid #ccc;
}

textarea {
  min-height: 10rem;
}

.hs-button {
	cursor: pointer
}

/* Inputs List */

.hs-form ul.inputs-list {
  margin: 0 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: -1rem;
  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
-------------------------------------------- */

.masthead {
  background: var(--white);
  position: fixed;
  transition: transform .4s;
  z-index: 1313;
  width: 100%;
}
.masthead[data-scroll-direction="down"] {
  transform: translateY(-100%);
}
.masthead[data-scroll-direction="up"] {
  transform: translateY(0%);
}
.masthead.masthead--lp {
  position: relative;
}
.page-template-modular {
  padding-top: 110px;
}
.page-template-modular,
.blog-template {
  padding-top: 110px;
}

.masthead__top {
  text-align: right;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.masthead__top .btn {
	margin-left: .75rem;
	border-radius: 0 0 1.125em 1.125em;
	padding: .25em 1.75em;
	margin-top: 1px;
	vertical-align: top;
}

.masthead__logo {
  display: block;
  width: 16.25rem;
  height: 3.375rem;
  padding: .47rem 0;
}

.masthead--lp .masthead__logo {
	margin: auto;
  }

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

/* Mobile Nav */

.mobile-nav {
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center; 
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0 1rem;
}

.mobile-nav__toggle {
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobile-nav__toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--blue-medium);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.mobile-nav__toggle span:nth-child(1) {
  top: 8px;
}
.mobile-nav__toggle span:nth-child(2),
.mobile-nav__toggle span:nth-child(3) {
  top: 15px;
}
.mobile-nav__toggle span:nth-child(4) {
  top: 22px;
}
.mobile-nav__toggle.is-open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.mobile-nav__toggle.is-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav__toggle.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav__toggle.is-open span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}

.mobile-nav__list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	margin: 0 -2rem;
	padding: 0;
	list-style: none;
	/* border-bottom: 4px solid var(--super-light); */
  height: 100vh;
  overflow: auto;
	z-index: 113;
}
.mobile-nav__list.is-open {
	display: block;
}
.mobile-nav__item {
	position: relative;
}
.mobile-nav__link {
  display: block;
	padding: 0.2rem 2rem;
	background-color: var(--super-light);
	border-top: 1px solid var(--grey-light);
	text-transform: uppercase;
}
.mobile-nav__link:hover,
.mobile-nav__link:active,
.mobile-nav__link:focus {
	background-color: var(--blue-bright);
	color: var(--white);
}

.mobile-nav__dropdown-toggle {
	background: var(--white);
	border: none;
	position: absolute;
	top: 1px;
	right: 0;
	height: calc(100% - 1px);
	width: 4rem;
	display: flex;
	justify-content: center;
	cursor: pointer;
	transition: background .3s;
}
.mobile-nav__dropdown-toggle::before,
.mobile-nav__dropdown-toggle::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;
	border-radius: 2px;
	background-color: var(--blue-medium);
	left: calc(50% - 10px);
	top: 2rem;
	transform: rotate(180deg);
	transition: transform .3s;
}
.mobile-nav__dropdown-toggle::after {
	transform: rotate(90deg);
}

.mobile-nav__dropdown-toggle.is-open {
	background: var(--blue-bright);
}
.mobile-nav__dropdown-toggle.is-open::before {
	transform: rotate(45deg);
}
.mobile-nav__dropdown-toggle.is-open::after {
	transform: rotate(-45deg);
}

.mobile-nav__list .mobile-nav__list {
	position: relative;
	background-color: var(--white);
	margin: 0;
  height: auto;
  display: block;
}
.mobile-nav__list .mobile-nav__list .mobile-nav__link {
	background-color: var(--white);
  font-size: 1rem;
  padding: .5rem 2rem;
}
.mobile-nav__list .mobile-nav__list .mobile-nav__link:hover,
.mobile-nav__list .mobile-nav__list .mobile-nav__link:active,
.mobile-nav__list .mobile-nav__list .mobile-nav__link:focus {
	background-color: var(--blue-light);
	color: var(--blue-medium);
}

@media (min-width: 1102px) {
	.mobile-nav {
		display: none;
	}
}

/* Main Nav */

.main-nav {
	display: none;
}

@media (min-width: 1102px) {
	.main-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 2.5rem 0 1rem;
	}
	.main-nav__list {
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.main-nav__list>li {
		position: relative;
	}
	.main-nav__link {
		display: block;
    font-size: 1rem;
		padding: .5rem .625rem;
		color: var(--blue-medium);
    font-weight: 800;
    text-transform: uppercase;
	}
	.main-nav__link.active-branch {
		color: var(--dark);
	}
	.main-nav__link:hover,
	.main-nav__link:active,
	.main-nav__link:focus {
		color: var(--blue-bright);
	}

	.main-nav__dropdown {
		position: absolute;
		right: 0;
		top: -9999px;
		margin: 0;
		padding: 1rem 0;
		border-radius: .75rem 0 .75rem .75rem;
		list-style: none;
		width: 15rem;
		background: var(--blue-medium);
		text-align: left;
		font-size: 1rem;
		z-index: 13;
		transform: translateY(-.5rem);
		transition: transform .3s;
	}
	.main-nav__dropdown::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 .5rem 1rem;
		border-color: transparent transparent var(--blue-medium) transparent;
		position: absolute;
		right: 0;
		top: 0;	
		transition: top .3s;	
	}
	.main-nav__dropdown-item {
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.main-nav__dropdown-item:first-of-type {
		border-top: none; 
	}
	.main-nav__dropdown-link {
		display: block;
		padding: .25rem 1rem;
		color: var(--white);
		/*text-transform: uppercase;
    font-weight: 600;*/
	}
	.main-nav__dropdown-link:hover,
	.main-nav__dropdown-link:active,
	.main-nav__dropdown-link:focus {
		color: var(--blue-bright);
	}
	.main-nav__list>li:hover .main-nav__dropdown,
  .main-nav__list>li:focus .main-nav__dropdown{
		top: auto;
		transform: translateY(0);
	}
	.main-nav__list>li:hover .main-nav__dropdown::after,
  .main-nav__list>li:focus .main-nav__dropdown::after{
		top: -0.5rem;
	}
  /* New styles for level 3 menu items */
  .main-nav__dropdown__level2 {
	
		list-style: none;
		font-size: .8rem;
	}

	.main-nav__dropdown-item__level2 {
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.main-nav__dropdown-item__level2:first-of-type {
		border-top: none; 
	}
	.main-nav__dropdown-link__level2 {
		display: block;
		padding: .25rem 1rem;
		color: var(--white);
		text-transform: uppercase;
	}
	.main-nav__dropdown-link__level2:hover,
	.main-nav__dropdown-link__level2:active,
	.main-nav__dropdown-link__level2:focus {
		color: var(--blue-bright);
	}
 /* END New styles for level 3 menu items */
}
/* Footer
-------------------------------------------- */

.footer {
  background: var(--blue-dark);
  color: var(--white);
}
.footer__top {
  padding: 2rem 0;
  text-align: center;
}
.footer a {
  color: var(--white);
} 
.footer a:hover {
  color: var(--blue-bright);
}  
.footer__bottom {
  background: rgba(255,255,255,.1);
}
.footer__logo {
  display: block;
  width: 10.25rem;
  margin: 0 auto 1.25rem;
}
.footer__logo img {
  filter: brightness(0) invert(1);
}
.footer__social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0px;
}
.footer__social-list li {
  display: inline-block;
}
.footer__social-list li::before {
  content: "";
  display: inline-block;
  background: var(--white);
  width: 1px;
  height: 30px;
  margin: 0 .5rem;
}
.footer__social-list li:nth-child(1)::before {
  display: none;
}
.footer__social-list li a {
  /* color: var(--white); */
}
.footer__social-list li a svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 5px;
  margin-right: 5px;
}
}
.footer-nav__list {
  padding: 0;
  margin: 0 1rem 1rem 0;
  font-size: 1rem;
  text-transform: uppercase;
  list-style: none;
}
.footer-nav__list li {
  display: block;
}
.footer-nav__list li a {
  display: block;
}
.footer__bottom {
  font-size: .875rem;
  text-align: center;
  padding: 1rem 0;
}
.footer__col--subscribe {
  background: var(--blue-medium);
  padding: 2rem;
  max-width: 640px;
  margin: 2rem auto;
}
.footer__col--subscribe h3 {
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 1em;
  padding: 0 1.5rem;
  line-height: 1.6;
}
.footer__col--subscribe form {
  position: relative;
  text-align: center;
}
.footer__col--subscribe input[type="email"] {
  height: 2.75rem;
  border: none;
  border-radius: 1.375rem;
}
.footer__col--subscribe input[type="submit"] {
  height: 2.75rem;
  border: none;
  border-radius: 1.375rem;
  padding: .625rem 1.5rem;
  background: var(--yellow-medium);
  color: var(--blue-medium);
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
}
.footer__col--subscribe input[type="submit"]:hover {
  background: var(--blue-bright);
  color: var(--white);
}
.footer__col--subscribe  .hs-form ul.inputs-list {
  margin-bottom: .5rem;
  font-size: 1rem;
}
@media (max-width: 1115px) {
  .footer__social-list li::before {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .footer__social-list li::before {
    margin: 0 .5rem;
  }
}
@media (min-width: 540px) {
  .footer__col--brand {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .footer-nav__list li {
    display: inline-block;
  }
  .footer-nav__list li a {
    padding: .5rem;
  }
}
@media (min-width: 992px) {
  .footer__top {
    padding: 3rem 0;
    text-align: left;
  }
  .footer__top .container {
    display: grid;
    grid-template-columns: 3fr 2fr 5fr 2fr;
    column-gap: 2rem;
  }
  .footer__col--brand {
    display: block;
  }
  .footer__logo {
    margin: 0 0 2rem;
  }
  .footer-nav__list li {
    display: block;
  }
  .footer-nav__list li a {
    padding: 0;
  }
  .footer__col--subscribe {
    background: transparent;
    padding: 0;
    max-width: none;
    margin: 0 0 1rem;
  }
}
.blog-header {
    background: var(--blue-dark);
    color: var(--white);
}
.blog-header h1 {
    margin: 0 0 .25rem;
}
/* blog index  */
.blog-index > .container {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4rem;
}
.blog-index .post-item {
    padding: 2rem;
}
.blog-index .post-item:nth-child(even) {
    background: var(--super-light);
}
.blog-index .hs-featured-image-wrapper {
    margin-bottom: 2rem;
}
.blog-sidebar-topic-filter h3 {
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
}
.blog-sidebar-topic-filter ul {
    padding: 1rem 0;
    margin: 0;
    list-style: none;
}
.blog-pagination {
    padding: 2rem 0;
}
.blog-pagination .blog-pagination__link {
    display: inline-block;
    padding: .25em .5em;
    background: var(--super-light);
    width: 2.5em;
    text-align: center;
}
.blog-pagination .blog-pagination__link:hover,
.blog-pagination .blog-pagination__link--active {
    background: var(--blue-bright);
    color: var(--white);
}
.blog-sidebar {
    padding: 2rem 0;
}
.blog-subscribe,
.blog-sidebar-subscribe {
    background-color: var(--blue-medium);
    padding: 2rem 1rem;
    border-radius: 1rem;
    color: var(--white)
}
.blog-sidebar-topic-filter {
    padding: 2rem 1rem;
    font-weight: bold;
}
.blog-sidebar-topic-filter li {
    border-bottom: 1px solid var(--grey-light);
    padding: .125rem 0;
}
.blog-sidebar-search {
    background-color: var(--blue-light);
    padding: 3rem 1rem 2rem;
    border-radius: 1rem;
}
.blog-social-share {
    padding: 2rem 0;
}
@media (min-width: 992px) {
    .blog-index > .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 .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;
}
@media (min-width: 992px) {
    .blog-post > .container {
        grid-template-columns: 2fr 1fr;
        column-gap: 6rem;
    }
}


/* fixing image slider mobile styles */
#hs_cos_wrapper_widget_1701183603518 .splide__controls{
  margin-top: 0px;
}
#hs_cos_wrapper_widget_1701183603518 .splide__slide__contents{
  height: auto !important;
}
#hs_cos_wrapper_widget_1701183603518 #splide01 .splide__arrows button.splide__arrow{
  top: 20em !important;
}
#hs_cos_wrapper_widget_1701183603518 #splide01{
  padding: 1rem 0 !important;
}
#hs_cos_wrapper_widget_1701183603518 > .slider__container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

@media only screen and (max-width: 600px) {
  #hs_cos_wrapper_widget_1701183603518 #splide01 .splide__arrows button.splide__arrow{
    top: 8em !important;
  }
  #hs_cos_wrapper_widget_1698773645222 .slider__container {
    padding: 15px !important;
    margin-top: -36px !important;
    margin-bottom: -39px !important;
  }
  #hs_cos_wrapper_widget_1698773645222 .slider__container button.splide__arrow--prev {
    left: 0em;
  }
  
  #hs_cos_wrapper_widget_1698773645222 .slider__container button.splide__arrow--next{
    right: 0em;
  }
  #hs_cos_wrapper_widget_1667445095202 .hs_cos_wrapper_type_rich_text {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #hs_cos_wrapper_widget_1667445095202 .hs_cos_wrapper_type_rich_text p{
    font-size: 16px;
  }
}

/* fixing rich text module table mobile styles */

@media only screen and (max-width: 1150px) {
  .main-nav__link {
    font-size: 0.85rem;
  }
  #hs_cos_wrapper_widget_1718128472952_ > div:first-of-type {
    width: 75% !important;
  }
  #hs_cos_wrapper_widget_1718128472952 table tbody td {
    overflow: hidden;
  }
}

@media only screen and (max-width: 950px) {
  .wrapper .page-template-modular #hs_cos_wrapper_widget_1718128472952 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #hs_cos_wrapper_widget_1718128472952_ > div:first-of-type {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #hs_cos_wrapper_widget_1718128472952 table tbody .hs-cta-wrapper a {
    padding: 6px 10px !important
  }
}

@media only screen and (max-width: 600px) {
  #hs_cos_wrapper_widget_1718128472952 #hs_cos_wrapper_widget_1718128472952_ {
    padding: 0px;
  }
  #hs_cos_wrapper_widget_1718128472952 table tbody .hs-cta-wrapper a {
    padding: 6px 4px !important
  }
}
@media only screen and (max-width: 450px) {
  .wrapper .page-template-modular #hs_cos_wrapper_widget_1718128472952 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  #hs_cos_wrapper_widget_1718128472952 table tbody .hs-cta-wrapper a {
    font-size: 1rem !important;
  }
  #hs_cos_wrapper_widget_1718128472952 table tbody .hs-cta-wrapper a > span {
    font-size: 0.85rem !important;
  }
  #hs_cos_wrapper_widget_1718128472952 table tbody tr td {
    font-size: 1rem;
    padding: 2px !important;
  }
}
/* rich text styles */
#hs_cos_wrapper_widget_1695134654655 .hs_cos_wrapper_type_rich_text {
  max-width: 1170px !important;
  float: none;
  margin: 0 auto;
}