*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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: 500;
}

/**
 * 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;
}
/* 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: 1px;
    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: 1px;
        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: 1px;
        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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "basic-sans";
  src: url("https://use.typekit.net/af/cc97f2/00000000000000003b9b043e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/cc97f2/00000000000000003b9b043e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/cc97f2/00000000000000003b9b043e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: "basic-sans";
  src: url("https://use.typekit.net/af/fe293c/00000000000000003b9b043c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
    url("https://use.typekit.net/af/fe293c/00000000000000003b9b043c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
    url("https://use.typekit.net/af/fe293c/00000000000000003b9b043c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: "basic-sans";
  src: url("https://use.typekit.net/af/5c6dd4/00000000000000003b9b043a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/5c6dd4/00000000000000003b9b043a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/5c6dd4/00000000000000003b9b043a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: auto;
}

@font-face {
  font-family:"basic-sans";
  src:url("https://use.typekit.net/af/bedfa2/00000000000000003b9b0439/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/bedfa2/00000000000000003b9b0439/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/bedfa2/00000000000000003b9b0439/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}

@font-face {
  font-family:"basic-sans";
  src:url("https://use.typekit.net/af/5c6dd4/00000000000000003b9b043a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/5c6dd4/00000000000000003b9b043a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/5c6dd4/00000000000000003b9b043a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
  font-family:"basic-sans";
  src:url("https://use.typekit.net/af/d34176/00000000000000003b9b043b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"),url("https://use.typekit.net/af/d34176/00000000000000003b9b043b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"),url("https://use.typekit.net/af/d34176/00000000000000003b9b043b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display:auto;font-style:italic;font-weight:600;font-stretch:normal;
}

@font-face {
  font-family:"basic-sans";
  src:url("https://use.typekit.net/af/fe293c/00000000000000003b9b043c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/fe293c/00000000000000003b9b043c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/fe293c/00000000000000003b9b043c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:600;font-stretch:normal;
}

@font-face {
  font-family:"basic-sans";
  src:url("https://use.typekit.net/af/1a9b5f/00000000000000003b9b043d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/1a9b5f/00000000000000003b9b043d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/1a9b5f/00000000000000003b9b043d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

@font-face {
  font-family:"basic-sans";
  src:url("https://use.typekit.net/af/cc97f2/00000000000000003b9b043e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/cc97f2/00000000000000003b9b043e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/cc97f2/00000000000000003b9b043e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
  font-family:"basic-sans";
  src:url("https://use.typekit.net/af/3f4c96/00000000000000003b9b043f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"),url("https://use.typekit.net/af/3f4c96/00000000000000003b9b043f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"),url("https://use.typekit.net/af/3f4c96/00000000000000003b9b043f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display:auto;font-style:italic;font-weight:300;font-stretch:normal;
}

@font-face {
  font-family:"basic-sans";
  src:url("https://use.typekit.net/af/5f2d5f/00000000000000003b9b0440/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/5f2d5f/00000000000000003b9b0440/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/5f2d5f/00000000000000003b9b0440/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://21588366.fs1.hubspotusercontent-na1.net/hubfs/21588366/raw_assets/public/Assurecare_October2022/font/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
@font-face {
  font-family: "Roboto";
  src: url("https://21588366.fs1.hubspotusercontent-na1.net/hubfs/21588366/raw_assets/public/Assurecare_October2022/font/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
@font-face {
  font-family: "Roboto";
  src: url("https://21588366.fs1.hubspotusercontent-na1.net/hubfs/21588366/raw_assets/public/Assurecare_October2022/font/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }

body {
  margin: 0;
  font-family: basic-sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.5rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration:underline;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
  line-height:1.4;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 16px;
  font-weight: 700;

}

/* Help text - legends */

form legend {
  font-size: 16px;
}

/* 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 select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

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

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #790000;
  font-size:16px;
  font-weight:700;
}
ul.no-list.hs-error-msgs {
    padding: 0;
    margin: 0;
}
.hs-input.invalid.error {
  border-color: #790000;
}

.hs-error-msg,ul.no-list.hs-error-msgs li label {
  color: #790000;
  margin-top: 0.35rem;
  font-size:14.8px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



@media (max-width: 479px) {

  .hs_recaptcha {
    overflow-y: auto;
  }
}

form input[type=submit], form .hs-button, button, .button {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0;
  width: auto;
  margin-top: 20px;
  color: #fff;
  background-color: #2a632a;
  border-color: #265a26;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .8px;
  border-style:solid;
  white-space:normal;
}
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 select, form textarea {
  width: 100%;
  height: 4rem;
  margin: 0;
  font-size: 1.125rem;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: 1rem!important;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  color: #000;
  width: 100%;
  display:inline-block;
}


form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form input[type=file]:focus, form select:focus, form textarea:focus {
  outline: none;
  box-shadow: 0 0 4px rgb(53 126 53 / 25%);
}
form.hs-form.stacked{
  margin-bottom:20px;
}
/* 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;
}
.cst-header {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all .3s;
  padding: 3rem;
  top: 0;
  background-color: #fff;
  border-top: 1px solid #f2f4f7;
  border-bottom: 1px solid #f2f4f7;
}
.header-wrapper {
  min-height: 156px;
}
.back-to-top:hover svg#icon-arrow-down {
  margin-bottom: 5px;
}

.mobile-nav-bar {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display:flex;
  z-index: 1099;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  height: 100vh;
  overflow-x: hidden !important;
  overflow-y: auto !important;

}
.cst-btn ul.navbar-nav--static {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
li.connect-btn a {
  display: block;
  padding: 1rem 0;
  padding-right: 0;
  padding-left: 0;
  color: #357e35;
  font-size: 16px;
}
i.icon-new-window {
  fill: #357e35;
  font-size: .65rem;
  vertical-align: text-top;
  margin-left: 0.25rem;
}
.navbar .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
}
.navbar .hs-menu-wrapper>ul>li {
  position: relative;
}
.navbar .hs-menu-wrapper>ul>li>a {
  font-weight: 600;
  color: #212122;
  padding: 1rem;
  display: block;
}
.navbar .hs-menu-wrapper>ul>li>a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  vertical-align: 0.125em;
}
.navbar .hs-menu-wrapper ul>li>ul {
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  left: 0;
  z-index: 1000;
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 85%;
  float: left;
  min-width: 220px;
  margin-top: 0;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 14px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 2px 14px 0 rgb(0 0 0 / 15%);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.navbar .hs-menu-wrapper>ul>li>a:hover{
  text-decoration:none;
}
.navbar .hs-menu-wrapper ul>li.show >ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.navbar .hs-menu-wrapper ul>li>ul>li>a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-weight: 600;
}
.navbar .hs-menu-wrapper ul>li>ul>li>a:hover {
  background: #eef1f5;
  text-decoration: none;
  color: #16181b;
}

.logo a {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin-right: auto!important;
  color: rgba(0,0,0,.9);
}
.logo a svg g#blue {
  fill: #1ca6df;
}
.logo a svg  g#orange {
  fill: #f8971c;
}
g#green {
  fill: #357e35;
}
.logo {
  display: inline-block;
  margin-right: auto!important;
}
.cst-header {
  line-height: 24px;
}
.cst-header.navbar--scrolled .navbar {
  display: none!important;
}
.cst-header.navbar--scrolled {
  padding: 1rem 3rem;
  margin-top: 0!important;
}
.cst-header.navbar--scrolled li.manu-btn {

  margin-left: 3rem;
}
.cst-btn ul.navbar-nav--static{
  -ms-flex-direction: row;
  flex-direction: row;
}
.toggler {
  padding: 1rem 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #357e35;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
  border-color: rgba(53,126,53,.1);
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
}
span.menu-trigger {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
  background-image:url('https://21588366.fs1.hubspotusercontent-na1.net/hubfs/21588366/raw_assets/public/Assurecare_October2022/images/image.svg');
    }

span.trigger-text {
  margin-left: 0.5rem;
  color: #fff;
}

li.connect-btn a:hover {
  text-decoration: none;
  color: rgba(53,126,53,.7);
}
.logo path {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.mobile-nav-bar.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav-bar-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 100%;
}
.mobile-nav-bar-left {
  padding: 3.75rem 3rem;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-nav-bar-right {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.mobile-nav-bar-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.mobile-nav-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 100%;
}
.mobile-nav-bar-right{
  padding: 2.5rem;
  background-color: #f2f4f7;
  display: block;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
@keyframes fadeInRight{
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.nav-bar-social ul.justify-content-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 3rem;
}
.nav-bar-social ul.justify-content-start li {
  padding: 0;
}
.nav-bar-social ul.justify-content-start li a {
  transition: all .3s;
  padding: 0;
  display: block;
  color: #212122;
  font-size: 2.875rem;
}
.nav-bar-social ul.justify-content-start li a svg {
  display: block;
  font-size: .5em;
  vertical-align: middle;
  line-height: 0;
  margin-left: 0.25rem;
}
.nav-bar-social ul.justify-content-start li:not(:first-child) {
  margin-left: 1rem;
}
.drawer-logo {
  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;
}

g#blue {
  fill: #1ca6df;
}

g#orange {
  fill: #f8971c;
}

.cross {
  padding: 0;
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}

.cross svg {
  width: 3rem;
  height: 3rem;
}

.drawer-menu .hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.drawer-menu .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 3rem;
  padding-left: 3rem;
  position: relative;
}

.drawer-menu .hs-menu-wrapper>ul>li:nth-child(6) {
  margin-top: 3rem;
}
.drawer-menu .hs-menu-wrapper>ul>li {
  position: static;
}
.drawer-menu .hs-menu-wrapper>ul>li>a {
  font-size: 2.875rem;
  color: #212122;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0;
  position: relative;
  display: block;
  white-space: nowrap;
}
.drawer-menu .hs-menu-wrapper>ul>li:nth-child(6)>a, .drawer-menu .hs-menu-wrapper>ul>li:nth-child(7)>a {
  font-size: 1.875rem;
  line-height: 45px;
}
.drawer-menu .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0;
  position: static;
  float: none;
  border: none;
  padding: 0;
}
.drawer-menu .hs-menu-wrapper>ul>li>a {
  line-height: 69px;
}
.drawer-menu .hs-menu-wrapper>ul>li>a:hover,.drawer-menu .hs-menu-wrapper>ul>li>ul>li>a:hover,
.drawer-menu .hs-menu-wrapper>ul>li.show-menu>a{
  outline: none;
  color: #357e35;
  text-decoration: none;
}
.drawer-menu .hs-menu-wrapper>ul>li.show-menu >ul {
  display: block;
}

.drawer-menu .hs-menu-wrapper>ul>li>ul>li>a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 1.875rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-animation: dropDownItem .4s ease-in;
  animation: dropDownItem .4s ease-in;
  white-space: normal;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.drawer-menu .hs-menu-wrapper>ul>li>ul>li:first-child>a{
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.drawer-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>a{
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
}

.drawer-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(3)>a{
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}

.drawer-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(4)>a{
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
}

@keyframes dropDownItem {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.drawer-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
  content: "-";
  display: inline-block;
  position: relative;
  width: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-right: -0.5rem;
}
.drawer-menu .hs-menu-wrapper>ul>li.show-menu>a:before {
  width: 1rem;
  opacity: 1;
  margin-right: 0;
}
.drawer-menu .hs-menu-wrapper>ul>li:nth-child(6)>a i svg, .drawer-menu .hs-menu-wrapper>ul>li:nth-child(7)>a i svg {
  fill: #212122;
}
.drawer-menu .hs-menu-wrapper>ul>li:nth-child(6)>a i, .drawer-menu .hs-menu-wrapper>ul>li:nth-child(7)>a i {
  font-size: .5em;
  vertical-align: middle;
  line-height: 0;
  margin-left: 0.65rem;
}
.drawer-menu .hs-menu-wrapper>ul>li:nth-child(6)>a:hover svg, .drawer-menu .hs-menu-wrapper>ul>li:nth-child(7)>a:hover svg {
  fill: #357e35;
}
.navbar-drawer-header {
  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;
}
span.navbar-drawer-heading {
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-drawer-header .cross {
  display: block;
}
.cross:hover {
  outline: none;
  opacity: .5;
}
.navbar-modules{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
  padding-bottom: 2rem;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  height: calc(100vh - (3 * 2.5rem));
  overflow: scroll;
}
li.navbar-module {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1.5rem;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
article.tease--modules-core {
  display: block;
}
figure.tease-image-wrapper {
  margin: 0 0 1rem;
  overflow: hidden;
  position: relative;
  display: block;
}
p.tease-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
p.tease-excerpt {
  margin-top: 0;
  margin-bottom: 1rem;
}
i.tease-image-icon {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  font-style: normal;
  width: 1.75rem;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.35rem;
  background-color: #357e35;
}
i.tease-image-icon span {
  font-size: .9rem;
  opacity: .9;
  font-weight: 700;
  color: #fff;
}
figure.tease-image-wrapper img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
}
article.tease--modules-core:hover img.tease-image.lazyloaded {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tease-content-wrapper hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
}
li.navbar-module a.tease-link:hover {
  text-decoration: none;
}
.bottom-module-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3rem;
  height: 2rem;
  text-align: center;
  -webkit-transform: translate(-3rem,-1rem);
  transform: translate(-3rem,-1rem);
}
.bottom-module-wrapper:before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  top: 0;
}
i.down {
  position: absolute;
  top: 0.75rem;
  left: 2.5rem;
  z-index: 4;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
i.down svg {
  width: 1em;
  height: 1em;
  position: relative;
  top: 4px;
}
svg#assurecare-logo {

  vertical-align: middle;
}
.navbar .hs-menu-wrapper>ul>li.show {
  position: relative;
  background: #dee1e8;
  border-radius: 5px;
}


.navbar .hs-menu-wrapper>ul>li:not(:first-child)>a:after {
  margin-left: 8px;
}

.navbar .hs-menu-wrapper ul>li:after {
  content: "";
  opacity: 0;
  z-index: 1000;
  position: absolute;
  bottom: -9px;
  left: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 2px 0 0 0;
  border-top: 7px solid #fff;
  border-left: 7px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  background: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

}
.navbar .hs-menu-wrapper ul>li.show:after{
  opacity: 1;
}
.cst-header.lp-header {
  min-height: 156px;
}
.cst-header.lp-header.navbar--scrolled {
  min-height: 92px;
}
.drawer-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  padding-left: 7px;
}
.navbar .hs-menu-wrapper>ul>li:not(:last-child) {
  left: 11px;
}
.navbar .hs-menu-wrapper>ul>li:nth-child(2) {
  left: 8px;
}
.navbar .hs-menu-wrapper>ul>li:nth-child(3) {
  left: 4px;
}
li.connect-btn a:hover i.icon-new-window {
  opacity: .7 !important;
}

.drawer-menu .hs-menu-wrapper>ul>li.show-menu>a:before {
  position: relative;
  right: 7px;
}


.mobile-nav-bar-left {
  display: flex;
}

/***********************************media******************************/

@media (min-width: 768px){
  .mobile-nav-bar-left {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .mobile-nav-bar-left {
    overflow: auto;

  }
  .cross {
    display: none;
  }
  .drawer-menu .hs-menu-wrapper>ul>li:nth-child(3) {
    display: none;
  }
  .mobile-nav-bar-right{
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .mobile-nav-bar-left:hover {
    outline: none;
    z-index: 2;
    -webkit-box-shadow: 0 0 24px rgb(0 0 0 / 15%);
    box-shadow: 0 0 24px rgb(0 0 0 / 15%);
  }
  .mobile-nav-bar-right:hover {
    outline: none;
    z-index: 2;
    -webkit-box-shadow: 0 0 24px rgb(0 0 0 / 15%);
    box-shadow: 0 0 24px rgb(0 0 0 / 15%);
  }
}
@media (min-width: 992px){
  li.connect-btn {
    display: block!important;
  }
  li.manu-btn {
    transition: all .2s;
    overflow: hidden;
    margin-left: 0;
    width: 0;
    opacity: 0;
    height:0;
  }
  .cst-header.navbar--scrolled li.manu-btn {
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
    width: 138px;
    height:100%;
    opacity:1;
  }
  li.navbar-module {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  .fade .mobile-nav-bar {
    opacity: 1;
    visibility: visible;
    display: flex;
  }
  .mobile-nav-bar {

    visibility:hidden;
    opacity:0;
  }
}
@media (min-width: 1200px){
  .cst-btn ul.navbar-nav--static {
    margin-left: 2rem!important;
  }

  .drawer-menu .hs-menu-wrapper>ul>li>a {
    width: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
  .drawer-menu .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    top: 0;
    left: calc(50% + 3rem);
    width: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
  .navbar .hs-menu-wrapper>ul>li:not(:first-child) {
    position: relative;
    margin-left: 2.2rem;
  }
}

@media (max-width: 991px){

  .mobile-nav-bar-left{
    float:left;
  }
  .mobile-nav-bar-right{
    float:right;
  }
  .mobile-nav-bar{
    display:none;
  }
  .cst-header {
    padding: 1rem;
  }
  .navbar {
    display: none;
  }
  .cst-btn ul.navbar-nav--static {
    margin-left: auto;
  }
  li.connect-btn {
    display: none;
  }
  li.manu-btn {
    margin-left: auto!important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .toggler {
    padding: 0!important;
    background-color: transparent!important;
    border: none!important;
  }
  span.trigger-text {
    color: #357e35;
    margin-left: 0.2rem;
  }
  span.menu-trigger{
    background-image:url('https://21588366.fs1.hubspotusercontent-na1.net/hubfs/21588366/raw_assets/public/Assurecare_October2022/images/green.svg');
      }
  svg#assurecare-logo {
    width: 160px;
    height: calc((36 / 198) * 160px);
  }
  .cst-header.navbar--scrolled {
    padding: 1rem;
  }
  .header-wrapper {
    min-height: 74.81px;
  }

  .cst-header {
    min-height: 74.81px;
  }
  .cst-header.lp-header {
    min-height: 74.81px;
  }
}

@media (max-width: 821px) and (min-width:767px){
  .drawer-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    font-size: 40px;
  }
}

@media (max-width: 767.98px){
  .mobile-nav-bar-right {
    display: none;
  }
  .mobile-nav-bar-left {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: auto;
    max-width: 100%;
    -ms-flex-item-align: auto;
    align-self: auto;
    height: auto;
    padding: 1.5rem 1rem;
    float:none;
  }
  .nav-bar-social ul.justify-content-start {
    position: relative!important;
    width: auto!important;
    max-width: 100%!important;
    padding-left: 0;
    margin-top: 2rem;
  }
  .nav-bar-social ul.justify-content-start li {
    position: relative!important;
    width: auto!important;
    max-width: 100%!important;
  }
  .nav-bar-social ul.justify-content-start li a {
    font-size: 2rem;
  }
  .drawer-logo {
    margin-bottom: 2rem;
  }
  .drawer-logo-inner a {
    position: relative!important;
    width: auto!important;
    max-width: 100%!important;
  }
  svg#assurecare-logo {

    width: 160px;
    height: calc((36 / 198) * 160px);
  }
  .cross {
    width: 2rem;
    height: 2rem;
  }
  .cross, .cross svg {

    width: 2rem;
    height: 2rem;
  }
  .drawer-menu .hs-menu-wrapper>ul {
    padding-left: 0;
    margin-top: 1rem;
    position: relative!important;
    width: auto!important;
    max-width: 100%!important;
  }
  .drawer-menu .hs-menu-wrapper>ul>li {
    position: static;
    position: relative!important;
    width: auto!important;
    max-width: 100%!important;
  }
  .drawer-menu .hs-menu-wrapper>ul>li>a {
    font-size: 2rem;
    line-height: 1.5;

  }
  .drawer-menu .hs-menu-wrapper>ul>li>ul {

    width: 100%;
    max-width: 100%;
  }
  .drawer-menu .hs-menu-wrapper>ul>li>ul>li>a {
    padding-left: 1.75rem;
    font-size: 1.25rem;
  }

}
.cst-footer {
  background-color: #212122;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1rem;
}

.cst-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1.5rem;
}

.cst-footer-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  margin-bottom: 1.5rem;
  border-top: 1px solid #474647;
  border-bottom: 1px solid #474647;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cst-footer-bottom {
  font-size: 80%;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cst-footer-bottom-section3, .cst-footer-bottom-section2, .cst-footer-bottom-section1, .cst-footer-bottom-section4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.cst-footer-bottom-section4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-direction: normal!important;
  -webkit-box-orient: vertical!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: _fadeInUp;
  animation-name: _fadeInUp;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cst-footer-bottom-section4 ul li {
  margin-bottom: 0.5rem;
}
.cst-footer-bottom-section4 ul li a {
  display: block;
  padding: 0;
  color: #fff;
}
.cst-footer-bottom-section3 p {
  line-height: 2.25;
  margin-bottom: 0;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  font-size: 12.8px;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: _fadeInUp;
  animation-name: _fadeInUp;
  color:#fff;
}

@keyframes _fadeInUp{
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  70% {
    opacity: 1;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.cst-footer-bottom-section2 p {
  line-height: 2.25;
  margin-bottom: 0;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: _fadeInUp;
  animation-name: _fadeInUp;
  font-size: 12.8px;
  color: #fff;
}
.cst-footer-bottom-section2 p a,.cst-footer-bottom-section1 p a {
  color: #fff;
}
.cst-footer-bottom-section1 p {
  line-height: 2.25;
  margin-bottom: 0;
  color: #fff;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: _fadeInUp;
  animation-name: _fadeInUp;
  font-size: 12.8px;
}
.cst-footer-middlesection-2, .cst-footer-middle-section-1, .cst-footer-middlesection-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.cst-footer-middlesection-3 ul.justify-content-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: _fadeInUp;
  animation-name: _fadeInUp;
}

.cst-footer-middlesection-3 ul.justify-content-start li {
  margin-left: 0.75rem;
}
.cst-footer-middlesection-3 ul.justify-content-start li a {
  font-size: 1.25rem;
  padding: 0;
  color: #fff;
  fill: #fff;
  display: block;
}
ul.justify-content-start li a svg {
  width: 1em;
  height: 1em;
}
.cst-footer-middlesection-3 ul.justify-content-start li:first-child{
  margin-left:0;
}
.cst-footer-middle-section-1 p a {
  font-weight: 700;
  color: #357e35;
}
.cst-footer-middle-section-1 p {
  color: #fff;
}
.content {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: _fadeInUp;
  animation-name: _fadeInUp;
}
p.call-to-action__subheading {
  margin-bottom: 5px;
  color: #fff;
}
.footer-from {
  margin-bottom: 16px;
  margin-top: 0;
  max-width: 100%;
}
.footer-from form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: 0.15rem;
}
.footer-from .hs-email input {
  font-size: 1rem;
  width: 100%;
  height: 2.75rem;
  margin: 0;
  border: none;
  background-color: #fff;
  transition: all .3s;
  color:#000;
  padding: 1rem!important;
}
.footer-from .hs-email input::placeholder {
  color: #212122;
}
.footer-from .hs-email>label {
  display: none;
}
.footer-from .hs_email {
  margin: 0;
}
.cst-footer-middlesection-3 ul.justify-content-start li a {
  line-height: 0;
}
.cst-footer-middlesection-3 ul.justify-content-start {
  padding-top: 0.3rem !important;
}
.cst-footer-top .hs-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cst-footer-top .hs-menu-wrapper>ul>li>ul {
  display: flex;
}
.cst-footer-top .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding:0;
}
.cst-footer-top .hs-menu-wrapper>ul>li>ul>li>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0!important;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: _fadeInUp;
  animation-name: _fadeInUp;
}

.cst-footer-top .hs-menu-wrapper>ul>li>ul>li>ul >li:first-child {
  opacity: .5;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cst-footer-top .hs-menu-wrapper>ul>li>ul>li>ul >li:first-child>a {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.cst-footer-top .hs-menu-wrapper>ul>li>ul>li>ul >li {
  margin-bottom: 0.25rem;
}
.cst-footer-top .hs-menu-wrapper>ul>li>ul>li>ul >li>a {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.back-to-top {
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 50px;
  background: #357e35;
  border: 3px solid #fff;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}
svg#icon-arrow-down {
  fill: #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  height: 1em;
  width: 1em;
}
.back-to-top {
  text-align: center;
}

.cst-footer-top span#hs_cos_wrapper_footer-menu {
  width: 100%;
}
.footer-from input.hs-button.primary.large {
  margin: 0;
  padding: 0;
}
.footer-from form.hs-form.stacked {
  margin: 0;
}

.footer-from .actions {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
  display: inline-block;
  color: #fff;
  background-color: #357e35;
  border-color: #357e35;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .8px;
  cursor: pointer;
  padding: 0.5rem;
  height: 2.75rem;
  width: 3.125rem;
  position: relative;
}
.footer-from form {
  justify-content: space-between;
}
.footer-from .actions:before {
  content: "";
  width: 14px;
  height: 13px;
  display: inline-block;
  background: no-repeat 50%;
  background-size: 90% 90%;
  background-image:url('https://21588366.fs1.hubspotusercontent-na1.net/hubfs/21588366/raw_assets/public/Assurecare_October2022/images/download.svg');
    }
.footer-from input.hs-button.primary.large {
    width: 0;
    background: #357e35;
    border: none;
}

.footer-from .actions:hover {
    color: #fff;
    background-color: #2a632a;
    border-color: #265a26;
}
.footer-from .actions:before {
    position: relative;
    top: 3px;
}
.footer-from .hs-email input:focus {
    box-shadow: none;
}
.footer-from .hs-error-msgs li {
    padding-top: 0.25rem;
    padding-left: 1rem;
    max-width: 100%;
    padding-right: 16px;
    margin: 0;
}
.footer-from .hs-error-msgs li label.hs-error-msg {
    font-size: 13px;
}
.back-to-top:hover {
    background: #3d903d;
}

/**********************************************************************midia********************/
@media (min-width: 576px){
  .cst-footer-bottom-section1 ,.cst-footer-bottom-section2,.cst-footer-bottom-section3{
    margin-bottom: 0;
  }
}

@media (min-width: 768px){
  .cst-footer-bottom {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
  }
  .cst-footer-middle-section-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cst-footer-middlesection-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .cst-footer-middlesection-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    margin-left: 16.66667%;
  }
  .cst-footer-middle-section-1 p {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: _fadeInUp;
    animation-name: _fadeInUp;
  }

  .cst-footer-bottom-section4 ul {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
  }
  .cst-footer-bottom-section4 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-left: auto!important;
  }
  .cst-footer-bottom-section3 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .cst-footer-bottom-section2 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .cst-footer-bottom-section1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .cst-footer-top .hs-menu-wrapper>ul>li>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cst-footer-middle {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
  }

}

@media (min-width: 992px){
  .cst-footer-top .hs-menu-wrapper>ul>li>ul>li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}


@media (max-width: 992px){
  .cst-footer-top .hs-menu-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px){
  .cst-footer-top .hs-menu-wrapper>ul>li>ul>li>ul {
    padding: 0 0 30px;
  }
  .cst-footer-top .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
  }
  .content {
    padding: 1rem 0;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: block;
  }
  .cst-footer-middle-section-1 p {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }
  .cst-footer-middlesection-3 ul.justify-content-start {
    margin-bottom: 1.2rem!important;
  }

}
@media (max-width: 576px){
  .cst-footer-bottom-section1, .cst-footer-bottom-section2, .cst-footer-bottom-section3 {
    margin-bottom: 1.5rem!important;
  }
}
