@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');*/

/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

img {
  max-width: 100%;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
/*! 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.35em;
}

sup {
  top: -0.35em;
}

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

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

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 0px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 0px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

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

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

/* Remove Vertical Padding */
.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* Vertically Center Content */
@media (min-width: 768px) {
  .flex:not(.flex-top) .row-fluid {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flex.flex-top .row-fluid {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
  }
  .flex.flex-end .row-fluid {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
  }
  .flex.flex-end .row-fluid:after {
    display: none !important;
  }
  .flex .row-fluid:before,
  .flex .row-fluid:after {
    display: none !important;
  }
}

/* Flexbox */
.flex,
.flex-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0
}

.flexInline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

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

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

.flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-end {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.flex-self {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.flex-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex-space {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:767px) {
    .flex:not(.flex-row) {
        flex-direction: column;
    }
}
.page-center,
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1280px) {
  .page-center,
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

/* Responsive 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%;
}
.embed-container--43 {
  padding-bottom: 75%;
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

button,
.button, .button--primary {
  background: transparent;
  border: 3px solid #223055;
  border-radius: 100vw;
  color: #192442;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 13px 25px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
button:active, button:hover, button:focus,
.button:active, .button:hover, .button:focus,
.button--primary:active, .button--primary:hover, .button--primary:focus {
  background: transparent;
  border: 3px solid #5691FF;
  color: #192442;
  text-decoration: none;
}

.button--secondary {
  background: #7AF9E9;
  border: 3px solid #7AF9E9;
  color: #192442;
}
.button--secondary:active, .button--secondary:hover, .button--secondary:focus {
  background: transparent;
  border: 3px solid #7AF9E9;
  color: #192442;
}
.white-text .button--secondary:active, .white-text .button--secondary:hover, .white-text .button--secondary:focus {
  color: #fff;
}

.button--white {
  border: 3px solid #fff;
  color: #fff;
}
.button--white:active, .button--white:hover, .button--white:focus {
  border: 3px solid #5691FF;
}
.button--white:active, .button--white:hover, .button--white:focus,
.white-text .button--white:active, .white-text .button--white:hover, .white-text .button--white:focus {
  color: #fff;
}

.button--arrow {
  font-size: 1.5rem;
  padding: 20px 25px 20px;
}
/*.button--arrow:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 16px;
  background-image: url('https://8048740.fs1.hubspotusercontent-na2.net/hubfs/8048740/eConnect_2022/icons/arrow-right-blue-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  right: 35px;
  z-index: 3;
  transform: translateY(-50%);
}
.button--arrow:hover:before {
  background-image: url('https://8048740.fs1.hubspotusercontent-na2.net/hubfs/8048740/eConnect_2022/icons/arrow-right-dark-icon.svg');
}*/

.button--arrow img {
  vertical-align: middle;
  margin-left: 15px;
  margin-top: -4px;
}

a.cta_button {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

@media (max-width: 499px) {
  .body-container-wrapper .button {
    display: block;
    max-width: 500px;
  }
}
/* Form title */
.form-title {
  margin-bottom: 30px;
}

.form-title {
  font-size: 1.25rem;
}

.form-title > span {
  color: #192442;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 15px;
}

/* Form fields */
.hs-form-field,
.hs-form-field:last-child {
  margin-bottom: 20px !important;
}

/* Labels */
form label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}

.hs-fieldtype-checkbox,
.hs-fieldtype-radio,
.hs-fieldtype-booleancheckbox {
  margin-top: 0.5rem;
}

.hs-fieldtype-checkbox li > label,
.hs-fieldtype-radio li > label,
.hs-fieldtype-booleancheckbox li > label {
  font-size: 1rem;
}

@media (max-width: 399px) {
  .hs-fieldtype-checkbox,
  .hs-fieldtype-radio,
  .hs-fieldtype-booleancheckbox {
    margin-bottom: 1.5rem;
  }
}

/* Help text - legends */
form legend {
  font-size: 0.7rem;
  margin-bottom: 15px;
}

/* Inputs */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form input[type=date],
form select,
form textarea {
  background-color: #FFFFFF;
  border: 1px solid #192442;
  border-radius: 6px;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 11px 20px;
  width: 100%;
}

form select,
form input[type=date] {
  -webkit-appearance: none;
  appearance: none;
  min-height: 42px;
  width: 100% !important;
}

form select {
  background-image: url('https://8048740.fs1.hubspotusercontent-na2.net/hubfs/8048740/eConnect_2022/icons/chevron-down-icon.svg');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

form input[type=date],
form input[type=date]::-webkit-date-and-time-value {
  text-align: left;
  color: #444444;
}

form textarea {
  min-height: 110px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - placeholder text */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #192442;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #192442;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #192442;
}
:-moz-placeholder { /* Firefox 18- */
  color: #192442;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin:  10px 0 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.5rem 0;
}

form .hs-fieldtype-booleancheckbox ul.inputs-list,
form .hs-fieldtype-booleancheckbox ul.inputs-list li.hs-form-booleancheckbox {
  width: 100% !important;
}

@media (min-width: 501px) {
  form .inputs-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  form .form-columns-1 .inputs-list>li.hs-form-checkbox,
  form .form-columns-1 .inputs-list>li.hs-form-radio {
    margin: .25rem 0 0;
    padding-right: 0.5rem;
    width: 50%;
  }
}

@media (min-width: 600px) {
  form .form-columns-1 .inputs-list>li.hs-form-checkbox,
  form .form-columns-1 .inputs-list>li.hs-form-radio {
    margin: .5rem 0 0;
    padding-right: 0.5rem;
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  form .form-columns-1 .inputs-list>li.hs-form-checkbox,
  form .form-columns-1 .inputs-list>li.hs-form-radio {
    width: 100%;
  }
}

form .inputs-list > li label {
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: top;
}

form .inputs-list label > span:not(.hs-form-required) {
  display: inline-block;
  width: calc(100% - 24px);
}

form .inputs-list .hs-form-radio label > span:not(.hs-form-required) {
  margin-top: -2px;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.25rem;
}

/* Inputs - datepicker */
.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* GDPR */
.legal-consent-container,
.legal-consent-container:last-child {
  margin-bottom: 25px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

.legal-consent-container .inputs-list label>span:not(.hs-form-required) {
  width: calc(100% - 40px);
}

.hs_gdpr_consent ul.inputs-list {
  display: block;
}
.hs_gdpr_consent ul.inputs-list > li {
  width: 100%;
}
.hs_gdpr_consent .hs-form-booleancheckbox label {
  font-size: 0.6667rem;
}

/* Validation */
.hs-form-required {
  color: #223055;
}
form .hs_error_rollup {
  display: none !important;
}
form ul.hs-error-msgs,
form ul.hs-error-msgs li,
form ul.hs-error-msgs li label {
  font-size: 0.875rem;
  margin: 0 !important;
  text-align: left !important;
  width: 100% !important;
}
form .hs-error-msg {
  color: #F00;
}

/* Submit button */
form .actions {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0;
}

form input[type=submit],
form .hs-button {
  background-color: #7AF9E9;
  border: 3px solid #7AF9E9;
  border-radius: 100vw;
  color: #192442;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 13px 25px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

form input[type=submit]:hover,
form .hs-button:hover {
  background-color: transparent;
}

/* Captcha */
.hs-recaptcha,
.grecaptcha-badge {
  margin: 5px auto 25px;
}

/* Form columns */
form fieldset.form-columns-1 .hs-form-field:not(.hs-fieldtype-checkbox):not(.hs-fieldtype-radio):not(.hs-fieldtype-booleancheckbox),
form fieldset .hs-form-field:not(.hs-fieldtype-checkbox):not(.hs-fieldtype-radio):not(.hs-fieldtype-booleancheckbox) .hs-input {
  width: 100% !important;
}

@media (min-width: 500px) {
  form fieldset.form-columns-2 .hs-form-field:not(.hs-fieldtype-checkbox):not(.hs-fieldtype-radio):not(.hs-fieldtype-booleancheckbox) {
    width: 50%;
  }
  form fieldset.form-columns-3 .hs-form-field:not(.hs-fieldtype-checkbox):not(.hs-fieldtype-radio):not(.hs-fieldtype-booleancheckbox) {
    width: 33.33%;
  }
  form fieldset.form-columns-2 .input,
  form fieldset.form-columns-3 .input {
    margin-right: 0.8rem !important;
  }
}

form fieldset.form-columns-1 > div:last-of-type .input,
form fieldset.form-columns-2 > div:last-of-type .input,
form fieldset.form-columns-3 > div:last-of-type .input {
  margin-right: 0 !important;
}

@media (max-width: 499px) {
  form fieldset.form-columns-2 .hs-form-field:not(.hs-fieldtype-checkbox):not(.hs-fieldtype-radio):not(.hs-fieldtype-booleancheckbox),
  form fieldset.form-columns-3 .hs-form-field:not(.hs-fieldtype-checkbox):not(.hs-fieldtype-radio):not(.hs-fieldtype-booleancheckbox) {
    width: 100% !important;
  }
  form fieldset.form-columns-2 .input,
  form fieldset.form-columns-3 .input,
  form fieldset .hs-form-field .input {
    margin-right: 0 !important;
  }
}

/* form-section content */
.widget-type-form .hs-richtext {
  margin-bottom: 25px;
}

.widget-type-form .hs-richtext:not(:first-child) {
  margin-top: 20px;
}

.widget-type-form .hs-richtext hr {
  margin: 25px auto 30px;
}

.widget-type-form fieldset:first-child .hs-richtext:first-child {
  margin-top: 0;
}


/* Checkbox / Radio Styles */
.control,
.control__indicator,
form input[type="checkbox"] {
  background: #fff;
  width: 18px;
  height: 19px;
}
.control {
  display:inline-block;
  font-size: 0.7rem;
  line-height: 1.2;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  margin: 0 5px 0 0;
  width: 18px;
  height: 19px;
  top: 1px;
}
.inputs-list label:hover .control,
.control:hover,
.control.active-check {}
.control--checkbox input[type="checkbox"] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  border: 1px solid #C8C8C8;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: none;
}

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #223055;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #223055;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 2px;
  left: 50%;
  margin-left: -4px;
  width: 7px;
  height: 11px;
  transform: rotate(38deg);
  border: solid #fff;
  border-width: 0 3px 3px 0;
  border-radius: 1px;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.checkbox-row {
  overflow: visible;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  clear: both;
}
.checkbox-row span.fakelabel .control {
  float: left;
}
.checkbox-row span.fakelabel span {
  margin-top: 2px;
  margin-left: 0 !important;
  width: calc(100% - 28px);
  line-height: 1.75;
}

@media (max-width: 599px) {
  .checkbox-row span.fakelabel span {
    font-size: 90%;
  }
}

.hs_subscribe_to_blog_updates ul.inputs-list {
  display: block;
}

/*======================================
Selectric v1.11.0
======================================*/
.hidden-option {
  display: none !important;
}

.hidden-option + li {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  /*text-transform: capitalize;*/
  width: 100%;
  text-align: left;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  background-color: #FFFFFF;
  border: 1px solid #192442;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 30px rgba(132, 135, 137, 0.1);
  box-shadow: 0px 5px 30px rgba(132, 135, 137, 0.1);
  position: relative;
  width: 100%;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 35px 0px 15px;
  font-size: 1rem;
  line-height: 40px;
  color: #192442;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .selectArrow {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: transparent;
  text-align: center;
}
.selectric .selectArrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 8px;
  background-image: url('https://8048740.fs1.hubspotusercontent-na2.net/hubfs/8048740/eConnect_2022/icons/chevron-down-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.selectric-focus .selectric,
.selectric-hover .selectric,
.selectric-open .selectric {
  border: 1px solid #192442;
}

.selectric-open {
  z-index: 99;
}

.selectric-open .selectric-items {
  display: block;
  width: 100% !important;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  background: #fff;
  border: 1px solid #192442;
  border-radius: 6px;
  box-shadow: 0px 2px 16px rgba(34, 48, 85, 0.1);
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: -1;
}

.selectric-items .selectric-scroll {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 20px;
  min-height: 20px;
  text-align: left;
  width: 100%;
}

.selectric-items li {
  color: #192442;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 7px 15px;
}

.selectric-items li:first-child {
  border-radius: 4px 4px 0 0;
}

.selectric-items li:last-child {
  border-radius: 0 0 4px 4px;
}

.selectric-items li.selected,
.selectric-items li.highlighted,
.selectric-items li:hover {
  background: #192442;
  color: #FFF;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Navigation skipper */
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

@media (max-width: 1024px) {
  .header__skip:hover,
  .header__skip:focus,
  .header__skip:active {
    left: 10px;
    top: 40px;
  }
}


/* Header container */
.body-wrapper:not(.no-sticky) header.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
}

header.header,
header.header .header__row.header__main-nav {
  transition: ease all .3s;
}

header.header {
  padding: 0;
  position: relative;
  z-index: 99999;
}

.header.nav-down,
.header.nav-up {
  box-shadow: 0px 1px 20px rgba(152, 162, 179, 0.2);
}

.header .header__row.header__main-nav {
  padding: 22px 0;
}

.header.nav-down .header__row.header__main-nav,
.header.nav-up .header__row.header__main-nav {
  padding: 8px 0;
}

@media (min-width: 1025px) {
  .header:not(.nav-down):not(.nav-up),
  .header.nav-neutral {
    background-color: #192442;
  }

  .header.nav-down,
  .header.nav-up {
    background: #F4F9FF !important;
    background-color: #F4F9FF;
  }

  .header.nav-down .header__row.header__top-nav,
  .header.nav-up .header__row.header__top-nav {
    height: 0;
    opacity: 0;
    padding: 0;
  }
}


/* Top Nav */
.header__top-nav {
  background: #223055;
  padding: 11px 0;
  text-align: right;
  transition: linear all .2s;
}

.header__top-nav .hs-menu-wrapper > ul > li,
.header__top-nav .hs-menu-wrapper > ul > li > a {
  font-size: 0.875rem;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.header__top-nav .hs-menu-wrapper > ul > li > a:hover {
  color: #7AF9E9;
}

.header__top-nav .hs-menu-wrapper > ul > li:not(:first-child) {
  margin-left: 2.8%;
}

.header__top-nav .hs-menu-wrapper > ul > li > a strong {
  font-weight: 700;
}

#phoneContactHeader:before {
  content: '';
  background-image: url('https://8048740.fs1.hubspotusercontent-na2.net/hubfs/8048740/eConnect_2022/icons/phone-circle-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  height: 26px;
  width: 26px;
  margin-left:10px;
  vertical-align: middle;
}

@media (min-width: 1025px) {
  .header__menu .mobile-link {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .header__top-nav {
    text-align: center;
  }

  .header__top-nav .hs-menu-wrapper > ul > li,
  .header__top-nav .hs-menu-wrapper > ul > li > a {
    font-size: 0.75rem;
  }
}

/* Logo */
@media (min-width: 1025px) {
  .header:not(.nav-down):not(.nav-up) .header__logo > .widget-type-logo:last-child,
  .header.nav-neutral .header__logo > .widget-type-logo:last-child,
  .header.nav-down .header__logo > .widget-type-logo:first-child,
  .header.nav-up .header__logo > .widget-type-logo:first-child  {
    display: none;
  }

  .header.nav-down .header__logo > .widget-type-logo:last-child,
  .header.nav-up .header__logo > .widget-type-logo:last-child  {
    display: block;
  }
}

@media (max-width: 1024px) {
  .header .header__logo > .widget-type-logo:last-child  {
    display: none !important;
  }

  .header .header__logo img {
    width: 70px !important;
  }
}

/* Header button */
@media (min-width: 1025px) {
  .header__cta {
    margin-left: 20px;
  }

  .header.nav-down .header__cta .button:hover,
  .header.nav-up .header__cta .button:hover {
    color: #192442;
  }
}

@media (max-width: 1024px) {
  .header__cta {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }
  
  .header__cta .button {
    font-size: 14px;
    padding: 6px 10px;
  }
}


/* Mega Menu */
.header__menu ul {
  list-style: none;
  padding: 0;
}
.header__menu > nav > ul,
.header__menu > nav > ul > li,
.header__subitem__menu .hs-menu-wrapper > ul,
.header__subitem__menu .hs-menu-wrapper > ul > li {
  margin: 0;
  padding: 0;
}
.header__menu > nav > ul > li {
  padding: 10px 18px;
}
.header__menu > nav > ul > li > a,
.header__menu > nav > ul > li .header__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  position: relative;
}
.header__menu > nav > ul > li .header__link-wrapper__sublist--simple {
  justify-content: center;
}
.header__link-wrapper a {
  display: block;
}
.header__item-content {
  display: none;
}
.header__subitem__menu ul li a {
  display: inline-block;
  line-height: 1.1;
  margin: 0 0 25px;
  white-space: initial !important;
}
.header__subitem__menu ul li:last-child a {
  margin-bottom: 0;
}
.header__subitem__menu ul li.nolink > a,
.header__subitem__menu ul li.nolink > a {
  pointer-events: none;
}

.header__subitem.header__subitem__resource {
  background: #fff;
  border-radius: 0 16px 16px 0;
  text-align: center;
}
.header__subitem.header__subitem__resource h5 {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.16;
}
.header__subitem.header__subitem__resource img {
  margin: 0 auto 20px;
  max-width: 185px !important;
  width: 100%;
} 

@media screen and (min-width: 1025px) {
  .header__hamburger {
    display: none !important;
  }
  .main-menu {
    flex-grow: 1;
    margin: 0 auto;
  }
  .header__menu > nav > ul {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header__menu nav > ul > li {
    width: auto;
  }
  .header__menu nav > ul > li.header__menu--has-child {
    padding-right: 36px;
  } 
  .header:not(.nav-down):not(.nav-up) .header__menu nav > ul > li > div > a,
  .header:not(.nav-down):not(.nav-up) .header__menu nav > ul > li.active > div > a,
  .header:not(.nav-down):not(.nav-up) .header__menu nav > ul > li > div > a:hover {
    color: #fff;
  }

  .header__menu nav > ul > li.header__menu--has-child > div > a:after {
    content: "";
    background-image: url('https://8048740.fs1.hubspotusercontent-na2.net/hubfs/8048740/eConnect_2022/icons/chevron-down-icon.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 9px;
    width: 12px;
  } 
  
  .header .header__menu nav > ul > li > div > a,
  .header__subitem.header__subitem__menu ul li a {
    border-bottom: 1px solid rgba(255,255,255,0);
  }

  .header:not(.nav-down):not(.nav-up) .header__menu nav > ul > li > div > a.active,
  .header:not(.nav-down):not(.nav-up) .header__menu nav > ul > li > div > a:hover,
  .header__subitem.header__subitem__menu ul li a.active,
  .header__subitem.header__subitem__menu ul li a:hover {
    border-bottom-color: rgba(255,255,255,1);
  }

  .header.nav-down .header__menu nav > ul > li > div > a.active,
  .header.nav-down .header__menu nav > ul > li > div > a:hover,
  .header.nav-up .header__menu nav > ul > li > div > a.active,
  .header.nav-up .header__menu nav > ul > li > div > a:hover,
  .header__subitem.header__subitem__menu ul li a.active,
  .header__subitem.header__subitem__menu ul li a:hover {
    border-bottom-color: #5691FF;
  }
  

  .header__menu nav > ul > li.header__menu--has-child {
    position: relative;
    z-index: 1;
  }
  .header__menu nav > ul > li.active .header__item-content {
    visibility: visible;
    opacity: 1;
  }
  .header__item-content {
    background: #F4F9FF;
    border-radius: 16px;
    box-shadow: 0px 2px 16px rgba(34, 48, 85, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    visibility: hidden;
    z-index: 2;
  }
  .header__subitem.header__subitem__menu-icons,
  .header__subitem.header__subitem__resource {
    padding: 35px;
  }
  .header__subitem.header__subitem__menu {
    padding: 35px 20px;
    width: 100%;
  }
  .header__subitem__menu-icons.col1 {
    width: 495px;
  }
  .header__subitem__resource.col2 {
    width: 355px;
  }

  .header__subitem.col1 ul {
    flex-direction: column;
    text-align: center;
  }
  .header__subitem.header__subitem__menu-icons ul li a .title span {
    border-bottom: 1px solid rgba(255,255,255,0);
  }
  .header__subitem.header__subitem__menu-icons ul li a.active .title span,
  .header__subitem.header__subitem__menu-icons ul li a:hover .title span {
    border-bottom-color: #5691FF;
  }
  .header__subitem.header__subitem__menu-icons ul li a .subtitle,
  .header__subitem.header__subitem__menu-icons ul li a:hover .subtitle {
    color: #223055 !important;
  }


  .header__subitem__menu-icons ul li {
    margin-bottom: 30px;
    text-align: left;
  }
  .header__subitem__menu-icons ul li:last-child {
    margin-bottom: 0;
  }
  .header__subitem__menu-icons ul li a .link-icon {
    margin-right: 25px;
    width: 38px;
  }
  .header__subitem__menu-icons ul li a .link-icon img {
    max-width: 38px;
  }
  .header__subitem__menu-icons ul li a .link-content {
    width: calc(100% - 65px);
  }
  .header__subitem__menu-icons ul li a .title {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.42;
  }
  .header__subitem__menu-icons ul li a .subtitle {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.29;
  }

  .header__subitem__menu .hs-menu-wrapper.flyouts ul ul.hs-menu-children-wrapper {
    left: initial;
    opacity: 1;
    position: relative;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .header__mega-menu .header__link-wrapper .expand-trigger {
    margin-right: 10%;
  }
}


@media (max-width: 1024px) {
  body.mobile-open {
    overflow-Y: hidden;
  }

  .main-menu {
    order: 3;
    width: 30px
  }
  
  .header .header__row.header__main-nav,
  .header.nav-down .header__row.header__main-nav,
  .header.nav-up .header__row.header__main-nav {
    background: #192442;
    padding: 10px 0;
    position: relative;
  }

  /*!
  * Hamburgers
  * @description Tasty CSS-animated hamburgers
  * @author Jonathan Suh @jonsuh
  * @site https://jonsuh.com/hamburgers
  * @link https://github.com/jonsuh/hamburgers
  */
  .hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent !important;
    outline: none;
    border: 0 !important;
    margin: 0;
    overflow: visible; 
    position:absolute;
    top: 17px;
    right: 20px;
  }  
  .hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative; 
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
  }  
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
  }  
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
  }  
  .hamburger-inner::before {
    top: -9px; 
  }  
  .hamburger-inner::after {
    bottom: -9px; 
  }  


  .header__menu,
  .header__menu .header__subitem__resource {
    display: none;
  }

  .header__menu {
    height: calc(100vh - 50px);
    overflow: auto;
    position: absolute;
    width: 100%;
    background: #192442;
    left: 0;
    right: 0;
    top: 50px;
    padding: 10px;
  }
  .header__menu .header__item-content .header__subitem > .header__link-wrapper,
  .header__subitem.header__subitem__menu ul {
    display: block !important;
  }
  .header__menu > nav > ul li a, 
  .header__menu > nav > ul > li .header__link-wrapper,
  .header__link-wrapper a,
  .header__subitem__menu ul li a[href^="tel:"], 
  .header__subitem__menu ul li.nolink > a, 
  .header__subitem__menu ul li a span,
  .header__subitem__menu h5 {
    color: #fff;
  }
  .header__menu > nav > ul > li,
  .header__menu > nav > ul > li .header__link-wrapper {
    padding: 0;
  }
  .header__menu > nav > ul > li .header__link-wrapper > a,
  .header__menu > nav > ul > li.mobile > a {
    border-radius: 100vw;
    text-decoration: none;
    margin: 5px auto;
    padding: 16px 20px;
  }
  .header__menu > nav > ul > li.active a.expand-trigger-link {
    background: #223055;
  }
  .header__link-wrapper a {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 50px !important;
    width: 100%;
  }
  .header__link-wrapper a.expand-trigger-link:after {
    content: "";
    background-image: url('https://8048740.fs1.hubspotusercontent-na2.net/hubfs/8048740/eConnect_2022/icons/chevron-down-icon.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    height: 9px;
    width: 12px;
    transition: ease all .3s;
  }
  li.active .header__link-wrapper a.expand-trigger-link:after {
    transform: rotate(180deg) translateY(4px);
  }
  .header__subitem.col1 .hs-menu-wrapper ul {
    padding: 10px 40px 0;
  }
  .header__subitem.col1 .hs-menu-wrapper li a {
    border: 0;
    margin: 0;
    padding: 20px !important;
    position: relative;
  }
  .header__subitem.col1 .hs-menu-wrapper li.active > a,
  .header__subitem.col1 .hs-menu-wrapper li a:hover {
    color: #5691FF;
    font-weight: 700;
  }
  .header__subitem.col1 .hs-menu-wrapper li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 8px;
    height: calc(100% + 10px);
    border-left: 1px solid #3E5082;
    border-radius: 0 0 0 8px;
  }
  .header__subitem.col1 .hs-menu-wrapper li:first-child a:before {
    height: calc(100% - 25px);
  }

  .header__subitem.col1.header__subitem__menu-icons .hs-menu-wrapper ul,
  .header__subitem.col1.header__subitem__menu-icons .hs-menu-wrapper li a {
    padding-right: 10px !important;
  }
  .header__subitem.col1.header__subitem__menu-icons .hs-menu-wrapper li {
    margin-bottom: 0;
  }
  .header__subitem.col1.header__subitem__menu-icons .hs-menu-wrapper li a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .header__subitem.col1.header__subitem__menu-icons .hs-menu-wrapper li a .link-icon {
    width: 30px !important;
  }
  .header__subitem.col1.header__subitem__menu-icons .hs-menu-wrapper li a .link-icon img {
    max-width: 30px !important;
  }
  .header__subitem.col1.header__subitem__menu-icons .hs-menu-wrapper li a .link-content {
    padding-left: 15px;
    width: calc(100% - 45px);
  }
  .header__subitem.col1.header__subitem__menu-icons .hs-menu-wrapper li a .title {
    font-size: 1rem;
    font-weight: 600;
  }
  .header__subitem.col1.header__subitem__menu-icons .hs-menu-wrapper li a .subtitle {
    font-size: 0.75rem;
    font-weight: 400;
    margin-top: 3px;
  }
  .header__subitem.col1.header__subitem__menu-icons .hs-menu-wrapper li a:before {
    bottom: 50%;
    height: calc(100% + 15px);
  }
  .header__subitem.col1.header__subitem__menu-icons .hs-menu-wrapper li:first-child a:before {
    height: calc(100% - 45px);
  }
}
@media(min-width:601px) and (max-width:1000px){
 #phoneContactHeader, #emailContactHeader{
padding-left:3px;
padding-right:3px;

}
   #phoneContactHeader::before,#emailContactHeader::before{
    margin-left:10px;
    margin-right:10px;
} 
  
}
@media(max-width:600px){
 #phoneContactHeader, #emailContactHeader{
padding-left:3px;
padding-right:3px;
}
  #phoneContactHeader::before,#emailContactHeader::before{
    height:20px !important;
    width:20px !important;
}

}
#emailContactHeader::before{
    background-image: url(https://8048740.fs1.hubspotusercontent-na2.net/hubfs/8048740/Email.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";

    display: inline-block;
    height: 26px;
    margin-right: 10px;
    vertical-align: middle;
    width: 26px;
}
.header__top-nav .hs-menu-wrapper>ul> li:nth-of-type(2) {
    margin-left: 10px !important;
    /* margin-left: 2.8%; */
}


/* Landing Page Header */
.lp-header {
  padding: 20px;
}
/* Footer CTA Banner */
.footer-cta-banner,
.footer-cta-banner__curve {
  background-color: #5691FF;
}

.footer-cta-banner {
  overflow: hidden;
  padding: 100px 0 130px;
}

.footer-cta-banner__curve {
  width: 100%;
  height: 110px;
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
  margin-bottom: -1px;
  margin-top: -100px;
}

.footer-cta-banner__svg {
  position: absolute;
  width: 0;
  height: 0;
}

.footer-cta-banner.white-text:before {
  background-image: url('https://8048740.fs1.hubspotusercontent-na2.net/hubfs/8048740/eConnect_2022/backgrounds/white-bkg-2.svg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90%;
  width: 100%;
}

.footer-cta-banner__curve,
.footer-cta-banner,
.footer-cta-banner__inner {
  position: relative;
}

.footer-cta-banner__content-left h2 {
  margin-bottom: 25px;
}

/* @media (min-width: 1281px) {
  .footer-cta-banner__content-right img {
    transform: translateX(75px);
  }
} */

@media (min-width: 768px) {
  .footer-cta-banner__content-left {
    max-width: 630px;
    margin-right: auto;
    width: 55%;
  }
  
  .footer-cta-banner__content-right {
    max-width: 535px;
    margin-right: auto;
    width: 45%;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .footer-cta-banner__inner.flex {
    flex-direction: column;
  }

  .footer-cta-banner__content-left,
  .footer-cta-banner__content-right {
    text-align: center;
    margin: 0 auto;
    width: 65%;
  }
}

@media (max-width: 900px) {
  .footer-cta-banner__curve {
    height: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200%;
  }

  .footer-cta-banner {
    padding: 30px 0 80px;
  }

  .footer-cta-banner__content-left {
    text-align: center;
    padding: 60px 0px;
  }
}


/* Footer Subscribe */
.footer-subscribe__bot {
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
}

.footer-subscribe__bot,
.footer-subscribe__bot form {
  width: 100%;
}

.footer-subscribe__bot form .hs-email,
.footer-subscribe__bot form .hs-submit {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
}

.footer-subscribe__bot form .hs-email .hs-input,
.footer-subscribe__bot form .hs-submit .hs-button {
  min-height: 50px;
}

.footer-subscribe__bot form .hs-email > label {
  display: none;
}

.footer-subscribe__bot form .hs-email input {
  border: 0;
  color: #192442;
  padding: 12px 35px 13px;
}

.footer-subscribe__bot form .actions,
.footer-subscribe__bot form input[type=submit],
.footer-subscribe__bot form .hs-button {
  width: 100%;
}

.footer-subscribe__bot form input[type=submit],
.footer-subscribe__bot form .hs-button {
  color: #192442;
  padding: 10px;
}

.footer-subscribe__bot form input[type=submit]:hover,
.footer-subscribe__bot form .hs-button:hover,
.footer-subscribe__bot form .hs-error-msg {
  color: #fff;
}

.footer-subscribe__bot .submitted-message {
  text-align: center;
}

.footer-subscribe__bot .submitted-message *:last-child {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .footer-subscribe__bot form .hs-email {
    width: 68%;
  }

  .footer-subscribe__bot form .hs-email input {
    border-radius: 100vw 0 0 100vw;
  }

  .footer-subscribe__bot form .hs-submit {
    width: 32%;
  }

  .footer-subscribe__bot form input[type=submit],
  .footer-subscribe__bot form .hs-button {
    border-left: 0;
    border-radius: 0 100vw 100vw 0;
  }

  .footer-subscribe__bot form .hs-error-msgs {
    position: absolute;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .footer-subscribe__bot form .hs-email {
    width: 60%;
  }
  .footer-subscribe__bot form .hs-submit {
    width: 38%;
  }
}

@media (max-width: 479px) {
  .footer-subscribe__bot form .hs-email,
  .footer-subscribe__bot form .hs-submit {
    width: 100%;
  }

  .footer-subscribe__bot form .hs-email {
    margin-bottom: 10px !important;
  }

  .footer-subscribe__bot form ul.hs-error-msgs li label {
    text-align: center !important;
  }
}


/* Main Footer */
.footer,
.footer p {
  font-size: 0.875rem;
}

.footer a:hover {
  opacity: 0.7;
}

.footer .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0 !important;
}

.footer {
  background-color: #192442;
  padding: 25px 0 55px; 
  position: relative;
  z-index: 3;
}

.footer .footer__row {
  border-top: 1px solid #C2E2FF;
  padding: 50px 0 30px;
}

.footer .footer__row:first-child {
  border-top: 0;
  padding-bottom: 50px;
}

.footer .links .hs-menu-wrapper > ul > li {
  cursor: text;
}

.footer .links .hs-menu-wrapper > ul > li:first-child > a {
  display: block;
  margin-bottom: 30px;
  pointer-events: none;
}

.footer .links .hs-menu-wrapper > ul > li:first-child > a,
.footer .social h3 {
  color: #5691FF;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
}

.footer .links .hs-menu-wrapper > ul .hs-menu-children-wrapper {
  display: block;
  opacity: 1;
  position: relative;
}

.footer .links .hs-menu-wrapper > ul .hs-menu-children-wrapper li a {
  white-space: initial;
}

.footer .social a {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  padding: 0 20px 20px 0;
}

.footer .copyright {
  width: 100%;
}

.footer .copyright p > span,
.footer .copyright p > a {
  margin: 0 12px;
}

.footer .copyright p a:last-child {
  margin-right: 0;
}

@media (min-width: 600px) {
  .footer .footer__row .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer .footer__row:first-child .row-fluid {
    justify-content: space-between;
    align-items: center;
  }

  .footer .links-col {
    padding-right: 6%;
    width: 16.8%;
  }

  .footer .links-col:last-child {
    padding-right: 0;
    width: 16%;
  }
}

@media (min-width: 600px) and (max-width: 1039px) {
  .footer .links-col,
  .footer .links-col:last-child {
    padding-left: 8%;
    padding-right: 0;
    width: 33%;
  }

  .footer .links-col:nth-child(3n+1) {
    padding-left: 0;
  }
}

@media (max-width: 599px) {
  .footer {
    text-align: center;
  }

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

  .footer .links-col {
    padding-bottom: 0;
  }

  .footer .social a {
    padding: 0 10px 5px;
  }

  .footer .copyright p > span,
  .footer .copyright p > span.bar {
    display: block;
  }

  .footer .copyright p > span.bar {
    font-size: 0;
    line-height: 1;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 500px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
  }

  #phoneContactHeader::before,#emailContactHeader::before{
   margin-left:0px !important;
   margin-right:0px !important;
  }
}
@media(max-width:800px){
  .header__top-nav .hs-menu-wrapper>ul>li:nth-of-type(2){
  margin-left:0px !important;
  }
}
/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  /*left: -9999px;*/
  position: absolute;
  opacity: 0;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper.active {
  opacity: 1 !important;
  visibility: visible !important;
}

/*.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (min-width: 1024px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    pointer-events: none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper.active {
    pointer-events: initial;
  }
}*/

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

.widget-type-linked_image img {
  border-radius: 6px;
}