@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');


@font-face {
    font-family: 'P22 Mackinac';
    src: url('https://20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_Jan2023/Fonts/P22MackinacMedium.eot');
    src: local('P22 Mackinac Medium'), local('P22MackinacMedium'),
        url('https://20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_Jan2023/Fonts/P22MackinacMedium.eot?#iefix') format('embedded-opentype'),
        url('https://20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_Jan2023/Fonts/P22MackinacMedium.woff2') format('woff2'),
        url('https://20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_Jan2023/Fonts/P22MackinacMedium.woff') format('woff'),
        url('https://20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_Jan2023/Fonts/P22MackinacMedium.ttf') format('truetype'),
        url('https://20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_Jan2023/Fonts/P22MackinacMedium.svg#P22MackinacMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




@font-face { font-family: NeueMontreal-Bold; src: 
  url("//20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_June2022/fonts/NeueMontreal-Bold.woff2") format("woff2"), 
  url("//20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_June2022/fonts/NeueMontreal-Bold.woff") format("woff"); }

@font-face { font-family: NeueMontreal-Regular; src: 
  url("//20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_June2022/fonts/NeueMontreal-Regular.woff2") format("woff2"), 
  url("//20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_June2022/fonts/NeueMontreal-Regular.woff") format("woff"); 
}

@font-face { font-family: Vulf-Sans; src: 
  url("//20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_June2022/fonts/VulfSans-Bold.woff2") format("woff2"), 
  url("//20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_June2022/fonts/VulfSans-Bold.woff") format("woff"); }



@font-face { font-family: NeueMontreal-Bold; src: local("NeueMontreal-Bold"), 
  url("//20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_June2022/fonts/NeueMontreal-Bold.ttf") format("truetype"); }

@font-face { font-family: NeueMontreal-Regular; src: local("NeueMontreal-Regular"), 
  url("//20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_June2022/fonts/NeueMontreal-Regular.ttf") format("truetype"); }

@font-face { font-family: VulfSans-Bold; src: local("VulfSans-Bold"), 
  url("//20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_June2022/fonts/VulfSans-Bold.ttf") format("truetype"); }



html{
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  word-break: break-word;
  font-family: NeueMontreal-Regular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0em;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 8px 0;
}

@media (min-width: 600px){
  p {
    font-size: 18px!important;
    line-height: 26px;
    margin: 12px 0;
  }
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:focus{
  outline: solid 3px #639af9;
  outline-offset: 5px;
  outline-style: inset;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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: 0px solid;
  margin: 0;
  padding-left: 0;
}

/* Horizontal rules */

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

@keyframes marquee{
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
*, *: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;
  }
}
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;
}
body .cta-wrapper .btn-secondary i {
    margin-right: 4px;
}
body .cta-wrapper .btn-secondary {
    display: inline-flex;
    align-items: center;
}
body .care-experience-page .hs-cta-wrapper a.cta_button {
  margin: 6px 14px;
}
body .footer-subs .hs_submit input[type=submit] , body .cta-wrapper .btn-secondary{
min-height:52px !important;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
/*   font-family: NeueMontreal-Regular; */
/*   color: rgba(128,58,98,1.0); */
  color:#471132 !important;
  font-weight: 400;
  max-width: 100%;
  display: block;
  font-size: .875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  display: block;
/*   font-family: NeueMontreal-Regular; */
/*   color: rgba(128,58,98,1.0); */
  color:#471132 !important;
  font-weight: 400;
  max-width: 100%;
  display: block;
  font-size: .875rem;
  margin-bottom: 0.35rem;
}

/* Inputs */

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: rgba(0,123,255,1.0);
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  border-color: rgba(128,58,98,1.0);
  color: rgba(128,58,98,1.0);
  display: block;
  border: 1.5px solid #471132 ;
  border-radius: 5px;
  line-height: 1.3rem;
  padding: 10px;
  width: 100%;
  font-family: inherit;
/*   background-color: #f2e7d1; */
  font-size: 100%;
  margin: 0;
}
.hs-form-ccceed76-c8b5-4f92-86ec-99f27b56ad1b_3b4a693c-700b-4183-ba64-970d68f853c6 fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
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;
}

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: #471132 ;
}

.hs-input.invalid.error {
  border-color: #471132 ;
}

.hs-error-msgs label {
  font-size: 12px;
  line-height: 1rem;
  color: rgba(220,38,38,1);
  display: block;
  margin: 5px 0 5px;
}

/* Submit button */

.hs-button,
.hs-button.large.primary,
.button {
  background-color:#471132 ;
  border: 1px solid #471132 ;
  border-radius: 24px;
  color: #FBF8F1;
  padding: 8px 8px;
  transition: .3s ease-in-out;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.25rem;
  align-items: center;
  width: 200px;
  margin: 20px 0;
  display: block;
  text-align: center;
  cursor: pointer;
  white-space:no-wrap;
}

.hs-button:hover,
.hs-button:focus,
.hs-button.large.primary:hover,
.hs-button.large.primary:focus,
.button:hover,
.button:focus {
  background: #116978 !important;
  border: 1px solid #116978 !important;
  color: #fff !important;
}
.hs-blog-social-share .hs-blog-social-share-list {
    list-style: none;
    display: flex !important;
    padding-left: 0;
    justify-content: center;
    align-items: center;
}
.hs-blog-social-share .hs-blog-social-share-item {
    float: none !important;
    display: flex;
    align-items: center;
    margin: 0;
}

.hs-button:focus,
.hs-button.large.primary:focus,
button:focus,
.button:focus {
  outline: 1px dotted;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
header.header {
  transition: all .3s ease-in-out;
  padding: 20px;
  z-index: 400;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;    
  background-color: #fbf8f1;
  color: #803a62;
  display: block;
}

body.no-banner .outter_header {
  position: static;
}
.hide-announcement-bar .parent_header,
.show-announcement-bar:not(:has(.home-page-banner-wrapper)) .parent_header,
.no-banner .parent_header {
  margin: 0 !important;
/*   min-height: 120px; */
  min-height: var(--header-height, 120px);
}
/* .hide-announcement-bar .parent_header {
  min-height: 69px;
}
@media (max-width: 999px) {
  .hide-announcement-bar .parent_header {
    min-height: 63px;
  }
} */
.outter_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.blog-header .outter_header {
/*   min-height: 102.39px; */
/*   min-height: 69px; */
}
header.header.newClass {
  background-color: #fbf8f1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

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

.row {
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
  min-height: 1px;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.row >.bar {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  vertical-align: top;
}

.header .site_logo {
  width: 25%;
}

.custom-menu-primary {
  width: 75%;
}

.header .site_logo a {
  max-width: 90px;
  display: block;
  position: relative;
}

.header svg {
  width: 100%;
  height:auto;
}


.custom-menu-primary .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-box-pack: justify;
  justify-content: flex-end;
}


.custom-menu-primary .hs-menu-wrapper>ul >li {
  font-size: 16px;
  line-height: 1.5;
  margin: 8px 0;
  position:relative;

}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  outline: none;
  position: relative;
  margin-left: 20px;
  display: block;
  color: #803a62;
  font-size: 16px;
  padding: 8px 2px;
  font-family: NeueMontreal-Bold
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
  border-color: #803a62;
  border: 2px solid;
  padding: 6px 30px;
  outline: none;
  margin-left: 20px;
  display: block;
  border-radius: 20px;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 16px;
  background-color: #803a62;
  color: #fff;
  font-family: NeueMontreal-Bold
}



.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:hover {
  background-color: #fff;
  border-color: #803a62;
  padding: 6px 30px;
  color: #803a62;
}

/* BEGIN: PINT - ADD BUTTON STYLE FOR MENU 3/24/25 */
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(7) a {
    background-color: white;
    border-radius: 10px;
    border: 1px solid;
    box-sizing: border-box;
    color: #803a62;
    display: block;
    font-family: NeueMontreal-Bold;
    font-size: 16px;
    line-height: 100%;
    outline: none;
    padding: 14px 15px;
    transition: all .3s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(7) a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(7):hover > a{
    background-color: #803a62;
    border-color: #803a62;
    color: white;
}
.mobile_menu .hs-menu-wrapper > ul > li:nth-of-type(7) { 
  border-block-start: 1px solid #803663; 
  padding-block-start: 30px;
}
/*  END: PINT 3/24/25 */

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child):not(:nth-of-type(7)) a::before{
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  transform: translateY(4px);
  bottom: -3px;
  opacity: 0;
  background-color: currentColor;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 2px;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:before,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:before,
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a:before{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
  list-style: none;
  padding: 9px 7px 9px 21px;
  margin: 0;
  position: absolute;
  left: 0 !important;
  top: 42px;
  right: 0;
  width: 170px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 2px 4px rgba(217, 217, 217, 0.5);
  border-radius: 0px 0px 5px 5px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.custom-menu-primary .hs-menu-wrapper>ul ul > li >a {
  display: block;
  color: #803a62;
  font-size: 16px;
  font-weight:400;
  font-family: NeueMontreal-Bold;
  outline:none !importannt;
  padding: 6px 0;
  position:relative;
}
.custom-menu-primary .hs-menu-wrapper>ul ul > li >a:after {
  content:'';
  width:100%;
  height:2px;
  background-color:currentColor;
  position:absolute;
  left:0px;
  bottom:-3px;
  transform: translateY(4px);
  transition: all .3s ease-in-out;
  opacity:0
}
.custom-menu-primary .hs-menu-wrapper>ul ul > li >a:hover:after {
  opacity:1;
  transform: translateY(0);
  bottom:0px;
}
.custom-menu-primary .hs-menu-wrapper>ul >li:hover ul{
  visibility: visible;
  opacity: 1;
}
.custom-menu-primary .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  position: relative;
  padding-right: 16px;
}

.custom-menu-primary .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a::after {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  background-image: url('https://20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/dropdown-arrow.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  transform: rotate(0deg);
  transition: all .3s linear;
}
.custom-menu-primary .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:hover:after{
  transform: rotate(180deg);
}
.child-trigger {
  display: block !important;
  cursor: pointer;
  position: absolute;
  top: 0px;
  width: 30px !important;
  height: 40px !important;
  padding: 0 !important;
  right: -30px;
}
.child-trigger:hover {
  text-decoration: none
}
.child-trigger i {
  position: relative;
  top: 50%;
  margin: 0 auto !important;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}
.child-trigger i:after {
  position: absolute;
  content: ''
}
.child-trigger i,.child-trigger i:after {
  width: 10px;
  height: 1px;
  background-color: #fff;
  display: block
}
.child-trigger i:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.child-trigger.child-open i:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.child-trigger i,.child-trigger i:after {
  background-color: #fff;
}

.mobile_menu .hs-menu-wrapper>ul ul {
  margin: 0;
  padding: 0;
  position: static;
  list-style: none;
  display: none;
}
.mobile_menu .hs-menu-wrapper>ul>li {
  position: relative;
}
.mobile_menu .hs-menu-wrapper>ul ul >li >a {
  margin-bottom: 20px;
  display: block;
  color: #fff;
  font-size: 23px;
  line-height: 1.3;
  font-family: NeueMontreal-Bold;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: .02em;
  text-transform: capitalize;
}
.mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger {
  right: -15px;
  top: 3px;
  width: 30px!important;
  text-align: center;
}
.mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children.nav-active .child-trigger {
  right: -5px;
}
.mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger i{
  display: none !important;
}
.mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger::after{
  background-image: url(https://20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  transform: rotate(0deg);
  transition: all .3s linear;
  width: 10px;  
}
.mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children.nav-active .child-trigger:after {
  transform: rotate(360deg);
}
/* .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children a:after{
background-image: url(https://20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/ThymeCare_June2022/chevron.png);
background-repeat: no-repeat;
background-size: cover;
content: "";
display: block;
height: 6px;
position: absolute;
right: 0;
top: calc(50% - 3px);
transform: rotate(180deg);
transition: all .3s linear;
width: 9px;
} */
.expand_menu .menu_trigger button.header__menu-button:focus {
  outline-color: #fff!important;
  outline: none !important;
}
.menu_trigger button.header__menu-button {
  position: relative;
  padding: 0!important;
  height: 28px;
  width: 28px;
  color: currentColor;
  background-color: transparent;
  border: none;
  right: 20px;
  margin: 0;
  border-radius: 0;
  top: -4px;
  outline: none !important;
}

.menu_trigger .header__menu-line.db {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #471132;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
}

.menu_trigger .header__menu-line.db::before {
  height: 2px;
  left: 0;
  top: -8px;
  position: absolute;
  background-color: #471132;
  content: "";
  width: 100%;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menu_trigger .header__menu-line.db::after {
  height: 2px;
  left: 0;
  top: 8px;
  position: absolute;
  background-color: #471132;
  content: "";
  width: 100%;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


.mobile_menu {
  /*   -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  padding: 30px;
  z-index: 200;
  background-color: #471132;
  display: -webkit-flex;
  display: -moz-box;
  position: fixed;
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  left: 0;
  flex-wrap: wrap; */

  -moz-box-align: flex-start;
  -moz-box-pack: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background-color: #471132;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: fixed;
  text-align: left;
  top: 0;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 200;
}
.mobile_logo{
  width: 100%;
}
.mobile_logo svg{
  height: 47px;
}
.mobile_logo a{
  display: inline-flex;
  flex: 1;
}
.mob_menu{
  position: absolute;
  top: 20px;
  width: 100%;
  left: 0;
  right: 0;
}
.mob_menu #hs_cos_wrapper_header_menu{
  margin-top: 20px;
  width: 100%;
}
.mobile_menu .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


.mobile_menu .hs-menu-wrapper>ul>li>a {
  margin-bottom: 30px;
  display: block;
  color: #fff;
  /*   font-size: 32px; */
  font-size: 26px;
  line-height: 1.3;
  font-family: NeueMontreal-Bold;
  cursor: pointer;
  letter-spacing: .02em;
  text-decoration: none;
}


.mobile_menu .hs-menu-wrapper>ul>li:last-child a {


  /*   transition: all .3s ease-in-out;



  cursor: pointer;
  background: #fff;
  color: #803663 !important;
  border: 2px solid #803663;
  border-radius: 10px !important;
  padding: 12px 15px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  font-family: NeueMontreal-Bold;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  line-height: 24px; */
}

.mobile_menu .hs-menu-wrapper>ul>li:last-child {
  /*   padding-top: 40px; */
}


.expand_menu .mobile_menu {
  opacity: 1; 
  visibility: visible;
}


.expand_menu .menu_trigger .header__menu-line.db::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  background-color: #fff;
}

.expand_menu .menu_trigger .header__menu-line.db::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  background-color: #fff;
}

.mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger {
  right: 10px;
}
.mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children.nav-active .child-trigger {
  right: 10px !important;
}
.mobile_menu .hs-menu-wrapper>ul ul>li>a {
  font-size: 18px;
  font-weight: 400;
}
.mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger:after{
  background-image: url(https://20041330.fs1.hubspotusercontent-na1.net/hubfs/20041330/white-arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  transform: rotate(0deg);
  transition: all .3s linear;
  width: 20px;
}
.mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children.nav-active .child-trigger:after {
  transform: rotate(180deg);
}
@media (min-width: 600px){
  .custom-menu-primary .hs-menu-wrapper>ul >li {
    font-size: 18px;
    line-height: 1.4;
    margin: 12px 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li {
    font-size: 18px;
    line-height: 1.4;
    margin: 12px 0;
    font-family: NeueMontreal-Regular;
  }

}

@media(max-width:1199px){
  .custom-menu-primary {
    width: 90%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
}
@media (min-width: 800px){
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row >.bar {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header .site_logo {
    width: 12.5%;
  }

  .row >.bar {
    font-size: 16px;
    line-height: 24px;
  } 

  .header .site_logo a{
    max-width: 110px;
    top: 6px;
  }
}


@media (min-width: 1000px){
  .menu_trigger {
    display: none;
  } 
  header.header.lp_container .site_logo.bar {
    padding-top: 5px;
    padding-bottom:5px;
  }
}



@media (min-width: 1200px){

  .custom-menu-primary {
    width: 80%;
  }
}

@media (max-width: 999px){


  .custom-menu-primary.bar {
    display: none!important;


  }

  .menu_trigger {
    position: relative;
    z-index: 999;
    cursor: pointer;
  }
  .mobile_menu .hs-menu-wrapper>ul {
    /*     overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 100px);
    padding: 0 30px;
    margin: 8px -30px 0; */
    margin: 8px 0;
    max-height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: 100%;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.nav-active .child-trigger i:after {
    display: none;
  }
}



@media (min-width: 599px){
  .mobile_menu .hs-menu-wrapper>ul>li {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 0;
  }
}


@media (max-width: 350px){

}
@media (max-width: 767px){
  .mobile_menu .hs-menu-wrapper > ul > li:last-child a{
    font-size: 26px !important;
  }
  .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger:after{
    top: 25%;
  }
  .mobile_menu .hs-menu-wrapper > ul > li:last-child ul li a{
    font-size: 18px !important;
    font-weight: 400;
  }
  .mobile_menu .hs-menu-wrapper > ul ul {
    display: none !important;
  }
  .mobile_menu .hs-menu-wrapper > ul >  .nav-active ul.hs-menu-children-wrapper{
    display: block !important;
  }
}


@media (max-width: 799px) {
  .body-wrapper--no-banner .parent_header {
    margin-bottom: 50px; 
  }
  .body-wrapper--no-banner .banner {
    padding-top: 80px; 
  }
}
@media (max-width: 1220px){
  .body-wrapper--no-banner .header_container {
      padding: 0 15px 0;
  }
}
@media (max-width: 800px){
  .body-wrapper--no-banner .header_container {
      padding: 12px 15px 0;
  }
}
@media (max-width: 800px){
   .header-top-bar .header_container {
    padding: 12px 15px 0;
  }
}
footer.footer {
  padding: 20px;
  /*   background-color: #803a62; */
  background-color: #471132;
  display: block;
}
.footer-subs .hs_submit input[type=submit]{
  background: #471132;
}
.footer_img {
  width: 25%;
}

.footer_menu {
  width: 50%;
}


.footer_social_links {
  width: 62.5%;
}



.footer_img svg {
  max-width: 30px;
  height: auto;
}


.footer_menu .hs-menu-wrapper > ul {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0 -5px;
}

.footer_menu .hs-menu-wrapper>ul >li {
  width: 31.25%;
  padding:0 5px;
}


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




.footer_menu .hs-menu-wrapper > ul li a{
  color: #FBF8F1;
  line-height: 1.2;
  font-size: 14px;
  padding-bottom: 8px;
  display: inline-block;
  position: relative;
}

.copyright {
  margin-top: 80px;
  padding-top: 20px;
  border-top: 2px solid;
  color: #FBF8F1 !important;
}



.copyright p {
  font-size: 18px;
  line-height: 1.6;
  color:#FBF8F1;
  margin: 8px 0;
}


.footer_comtainer {
  padding-bottom: 20px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}


.footer_menu .hs-menu-wrapper>ul li a::before {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  transform: translateY(2px);
  bottom: -1px;
  opacity: 0;
  background-color: currentColor;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 2px;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer_menu .hs-menu-wrapper>ul li a:hover::before {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}


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

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

.bottom_content .hs-menu-wrapper>ul>li:first-child {
  width: 63%;
}

.bottom_content {
  padding-top: 40px;
  margin-top: 20px;
  border-top: 2px solid;
  color: #fff !important;
}

.bottom_content .hs-menu-wrapper>ul li {
  width: 37.5%;
}


.bottom_content .hs-menu-wrapper>ul li a {
  color: #FBF8F1;
  line-height: 1.2;
  word-break: initial;
  font-size: 14px;
  padding-bottom: 8px;
  display: inline-block;
  position: relative;
  font-family: 'NeueMontreal-Regular';
}


.bottom_content .hs-menu-wrapper>ul li a::before {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  transform: translateY(2px);
  bottom: -1px;
  opacity: 0;
  background-color: currentColor;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 2px;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.bottom_content .hs-menu-wrapper>ul li a:hover::before {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}


.top_content.row {
  align-items: flex-start;
}



.lp_container .copyright {
  border: 0;
  margin-top:0;
}





@media (min-width: 600px){

  .footer_social_links{
    width: 25%;

  }
  .footer_menu .hs-menu-wrapper > ul li a{
    padding-bottom: 0;
    font-size: 16px;
    line-height: 2;

  }
  .copyright p{
    margin: 12px 0;
  }

  .bottom_content .hs-menu-wrapper>ul li a{
    padding-bottom: 0;
    font-size: 16px;
    line-height: 2;
  }


}



.top_content.row {
  align-items: flex-start;
}




@media (min-width: 800px){

  .footer_img {
    width: 12.5%;
  }  

  .footer_img svg {
    max-width: 100%;
  }
  .bottom_content {
    display: none;
  }

}
@media (max-width: 799px){
  .footer_menu {
    display: none !important;
  }
  .bottom_content .hs-menu-wrapper>ul {
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    list-style: none;
    min-height: 1px;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin-top: 20px;
    margin-bottom: 80px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .bottom_content .hs-menu-wrapper>ul>li:first-child {
    width: 37.5%;
  }
  .bottom_content .hs-menu-wrapper>ul li {
    width: 37.5%;
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    vertical-align: top;
  }
  .copyright {
    margin-top: 78px;
  }
  .bottom_content {
    padding-top: 20px;
  }

}

@media (max-width: 599px){
  .bottom_content .hs-menu-wrapper>ul li a {
    line-height: 1.2;
    font-size: 14px;
    padding-bottom: 8px;
    display: inline-block;
    position: relative;
  }
}

.health-plans-banner .left_content p {
  font-size: 18px;
  line-height: 1.4;
  margin: 12px 0;
  font-family: NeueMontreal-Regular;
}
.health-plans-banner .right_content img {
  max-height: inherit;
}
.about-thyme-care-sec .dnd-section {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 20px;
}
.about-thyme-care-sec .dnd-section>.row-fluid {
  padding: 0;
}
.about-thyme-care-sec .dnd-section .dnd-column {
  padding: 0;
}
.coordinated-care-sec .dnd-section {
  padding: 20px;
  text-align: center;
}
.coordinated-care-sec .dnd-section>.row-fluid {
  padding: 0;
}
.coordinated-care-sec .dnd-section .dnd-column {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 10px 20px;
  width: 100%;
}
.coordinated-care-sec h2 {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 1;
  font-feature-settings: "ss01" on,"ss02" on;
  font-family: Vulf-Sans;
  font-weight: 400;
  margin-top: 20px;
  letter-spacing: .02em;
}
.coordinated-care-sec p {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.6;
  font-family: NeueMontreal-Regular;
  letter-spacing: .02em;
}
.cancer-care-sec .dnd-section {
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 27px;
}
.cancer-care-sec .dnd-section>.row-fluid {
  padding: 0;
}
.cancer-care-sec .dnd-section .dnd-column {
  padding: 0;
}
.image-with-content-wrapper h3 {
  margin: 20px 0;
  letter-spacing: .02em;
  font-feature-settings: "ss01" on,"ss02" on;
  font-family: Vulf-Sans;
}
.thyme-care-model-sec .dnd-section,
.partnering-with-thyme-sec .dnd-section{
  padding: 20px;
  text-align: center;
}
.thyme-care-model-sec .dnd-section>.row-fluid,
.partnering-with-thyme-sec .dnd-section>.row-fluid{
  padding: 0;
}
.thyme-care-model-sec .dnd-section .dnd-column,
.partnering-with-thyme-sec .dnd-section .dnd-column{
  padding: 0;
}
.email-our-team-sec .dnd-section {
  padding: 20px;
}
.email-our-team-sec .dnd-section>.row-fluid {
  padding: 0;
}
.email-our-team-sec .dnd-section .dnd-column {
  padding: 0;
}
.banner-area.our-story-banner .left_content p {
  font-size: 18px;
  line-height: 1.4;
  margin: 12px 0;
}
.our-story-page .dnd-section .dnd-column,
.we-welcome-everyone-section .dnd-section .dnd-column,
.open-roles-section .dnd-section .dnd-column{
  padding: 0;
}
.our-story-page .dnd-section>.row-fluid ,
.we-welcome-everyone-section .dnd-section>.row-fluid{
  padding: 0;
}  
.our-story-page .dnd-section {
  padding: 20px;
  margin-bottom: 30px;
}
.our-story-page .company-section3 .dnd-section {
  padding: 0 !important;
  margin: 0 !important;
}
.our-story-page .company-section3 .dnd-section>.row-fluid,
.open-roles-section .dnd-section>.row-fluid{
  padding: 0 !important;
}
.our-story-page .company-section3 .background-layer {
  background-color: transparent !important;
}
.our-story-page .company-section3 .join-us-btn {
  margin-bottom: 10px;
}


/******************* careers-page ********************/

.we-welcome-everyone-section .dnd-section {
/*   margin-bottom: 30px; */
  padding: 20px 0;
}
.open-roles-section .dnd-section {
  padding: 0;
}
.join-our-talent-network-section .dnd-section,
.join-our-talent-network-section .dnd-section .dnd-column{
  padding: 0;
}
.join-our-talent-network-section .dnd-section>.row-fluid {
  padding: 0;
}
.join-our-talent-network-section .bottom-pane {
  background-color: #fbf8f1;
}
.join-our-talent-network-section .background-layer {
  color: #fbf8f1;
  background: transparent;
}
.join-our-talent-network-section .background-layer-inner {
  color: #fbf8f1;
}
.home-header header.header.newClass {
  background-color: #fbf8f1;
}
.home-header .outter_header {
  position: relative;
}
.home-header header.header {
  background: transparent;
}
.simplify-things-sec .dnd-section {
  padding: 20px;
}
.simplify-things-sec .dnd-section>.row-fluid {
  padding: 0;
}
.simplify-things-sec .dnd-section .dnd-column {
  padding: 0;
}
.simplify-things-sec .our-team-development-wrapper .our-team-development-heading-area {
  text-align: center;
}
.simplify-things-sec .our-team-development-wrapper .our-team-development-heading-area p {
  font-size: 18px !important;
  line-height: 1.6;
}
.simplify-things-sec .our-team-development-content .our-team-development-row {
  text-align: center;
}
.what-to-expect-sec .dnd-section {
  padding: 0;
}
.what-to-expect-sec .dnd-section>.row-fluid {
  padding: 0;
}
.what-to-expect-sec .dnd-section .dnd-column {
  padding: 0;
}
.member-story-sec .dnd-section {
  padding: 20px;
  margin-bottom: 30px;
}
.member-story-sec .dnd-section .dnd-column,
.member-story-sec .dnd-section>.row-fluid{
  padding: 0;
}
.member-story-sec.thyme-care-helped .dnd-section {
  margin-top: 30px;
}
.home-page .company-section3 .dnd-section>.row-fluid {
}
.home-page .background-layer {
  background-color: transparent;
}
.home-page .bottom-pane-content h2 {
  margin-bottom: 40px;
  margin-top: 10px;
/*   font-size: 56px; */
  line-height: 1;
  font-feature-settings: "ss01" on,"ss02" on;
  font-family: Vulf-Sans;
  letter-spacing: .02em;
}
.home-page .bottom-pane-content p {
  font-size: 18px;
  line-height: 1.6;
  margin: 12px 0;
  font-family: NeueMontreal-Regular;
  letter-spacing: .02em;
}
.home-page .bottom-pane .note-text p {
  font-size: 18px;
  line-height: 1.4;
  margin: 12px 0;
}
.home-page .bottom-pane .note-text a {
  text-decoration: underline;
}
.where-we-can-help-sec .dnd-section {
  padding: 0;
}
.benefits-and-perks-section .dnd-section>.row-fluid{
  padding: 0 !important;
}
.where-we-can-help-sec .dnd-section>.row-fluid{
  padding: 0 !important;
}
.where-we-can-help-sec .dnd-section .dnd-column,
.benefits-and-perks-section .dnd-section,
.benefits-and-perks-section .dnd-section .dnd-column{
  padding: 0;
}
.benefits-and-perks-section .benefits-content-wrapper .benefits-title h2 {
  margin-bottom: 0!important;
  margin-top: 20px;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  font-feature-settings: "ss01" on,"ss02" on;
  font-family: Vulf-Sans;
  letter-spacing: .02em;
  padding: 0;
}
.benefits-and-perks-section .benefits-content-wrapper .benefits-subtitle h2 {
  font-size: 18px;
  padding-top: 10px;
  max-width: 860px;
  line-height: 1.4;
  margin: 12px 0;
  font-family: NeueMontreal-Regular;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-bottom: 50px;
}
.care-experience-banner .right_content {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  vertical-align: top;
}
.care-experience-banner .right_content>div {
  position: relative;
  top: 80px;
  margin: 0 auto;
  max-width: 80%;
  width: 100%;
  display: block;
}
.care-experience-banner .right_content>div img {
  min-width: unset;
  width: 100%;
  position: relative;
  right: 6px;
  max-width: 471.992px;
  object-fit: cover;
  border-radius: 10px;
  max-height: unset !important;
  top: 0;
  display: inline-block;
}
.care-experience-banner .left_content p {
  font-size: 18px;
  line-height: 1.4;
  margin: 12px 0;
}
.just-ask-sec .dnd-section,
.just-ask-sec .dnd-section .dnd-column{
  padding: 0;
}
.just-ask-sec .dnd-section>.row-fluid {
  padding: 0 !important;
}
.our-care-experience-sec .dnd-section,
.our-care-experience-sec .dnd-section .dnd-column{
  padding: 0;
}
.our-care-experience-sec .dnd-section>.row-fluid {
  padding: 0;
}
.our-care-experience-sec.people-are-the-priority .our-care-experience-wrapper .care-experience-description-left h2 {
  margin-top: 20px;
  font-size: 48px;
}
.testimonial-slider-sec .dnd-section {
  padding: 0;
}
.testimonial-slider-sec .dnd-section>.row-fluid {
  padding: 0;
}
.testimonial-slider-sec .dnd-section .dnd-column {
  padding: 0 !important;
}
.care-experience-page .company-section3 .dnd-section>.row-fluid {
}

.care-experience-page .bottom-pane-content h2 {
  margin-bottom: 40px;
  margin-top: 10px;
/*   font-size: 56px;
  line-height: 1; */
}
.care-experience-page .bottom-pane .note-text p {
  font-size: 18px;
  line-height: 1.4;
  margin: 12px 0;
  letter-spacing: .02em;
}

.care-experience-page .bottom-pane-content p {
  font-size: 18px;
  line-height: 1.6;
}
.care-experience-page .bottom-pane .note-text p a {
  text-decoration: underline;
}

body.no-banner .ledership-header .outter_header {
  position: absolute;
}
.leadership-tem-sec .dnd-section {
  padding: 20px;
  padding-bottom: 100px;
  padding-top: 80px;
  width: 100%;
}
.ledership-header header.header {
  background-color: transparent !important;
}
.leadership-page .dnd-section>.row-fluid {
  padding: 0;
}
.leadership-page .dnd-section .dnd-column {
  padding: 0 !important;
}
.ledership-header header.header.newClass {
  background-color: #fbf8f1 !important;
}
.faq-title-sec .dnd-section {
  padding: 20px;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
}
.faq-title-sec .faq-heading {
  padding-top: 80px;
  border-bottom: 2px solid;
  margin-bottom: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.faq-title-sec .faq-heading h2 {
  padding-bottom: 40px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  font-feature-settings: "ss01" on,"ss02" on;
  font-family: Vulf-Sans;
  letter-spacing: .02em;
}
.faq-title-sec .accordian-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.faq-title-sec .accordian-wrapper .accordian-item-inner:first-child {
  border-top: 0;
}
.member-story-video .dnd-section {
  padding: 0;
}



.full-header .outter_header,
.full-header header.header{
  position: relative;
}

.full-width-section .dnd-section>.row-fluid {
  padding: 10px 20px;
}

.full-width-section .span12.dnd-column{
  padding:0;
}

.full-width-section .widget-type-rich_text h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-feature-settings: "ss01" on,"ss02" on;
  font-family: Vulf-Sans;
  letter-spacing: 0.48px;
}

li strong, p strong {
/*   font-family: NeueMontreal-Bold; */
}

.full-width-section .widget-type-rich_text h4 {
  margin-top: 20px;
  margin-bottom: 14px;
  font-size:16px;
  font-feature-settings: "ss01" on,"ss02" on;
  font-family: Vulf-Sans;
  line-height: 1;
}

.full-width-section .widget-type-rich_text p{
  letter-spacing: 0.36px;
}

.full-width-section .widget-type-rich_text ul {
  margin-left: 20px;
  margin-bottom:0;
  list-style: none;
  padding: 0;
}

.full-width-section .widget-type-rich_text ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.5;
  margin: 8px 0;
  letter-spacing: 0.36px;
}

.full-width-section .dnd-section {
  padding: 0;
}

.full-width-section{
  margin-bottom:40px;
}

.faq-section .dnd-section>.row-fluid {
  padding: 0;
}

.faq-section .span12.dnd-column {
  padding: 0;
}


.faq-section {
  padding: 0 20px 50px;
  background-color: #fbf8f1;
}
.signup-wrapper .hs-form-required {
  display: none;
}
.faq-section .dnd-section{
  padding:0;
}

.company-banner .left_content p{
  line-height:1.4;
}

.company-banner .left_content p:last-child {
  display: none;
}

.company-section1 .dnd-section>.row-fluid {
  padding: 0;
}

.company-section1 .dnd-section{
  padding: 0;
}

.company-section1 .span12.dnd-column{
  padding:0;
}

.company-banner .right_content img {
  max-height: 570px;
}

.company-section2 .thyme-empty-text, .company-section2 .thyme-care-health-plans-wrapper .thyme-care-heading-area h3 {
  display: none;
}

.company-section2 {
  text-align: center;
  padding: 20px;
  background-color: #fbf8f1;
  width:100%;
}

.company-section2 .dnd-section,
.company-section2 .span12.dnd-column,
.company-section2 .dnd-section>.row-fluid,
.company-section3 .dnd-section,
.company-section3 .span12.dnd-column,
.company-section3 .dnd-section>.row-fluid,
.resource-page .dnd-section,
.resource-page .span12.dnd-column,
.resource-page .dnd-section>.row-fluid,
.signup-section .dnd-section,
.signup-section .dnd-section>.row-fluid,
.signup-section .span12.dnd-column{
  padding:0;
}

.resource-banner .left_content p{
  margin-bottom:49.17px;
}

.resource-banner .wrapper_inner.row{
  width:100%;
}

.resource-banner .right_content img {
  width: 100%;
  max-width: 100%;
}

.resource-item:first-child {
  margin-top: 0;
}

.resource-section2 .background-layer {
  background-color: #fff;
}

.resource-section2 .bottom-pane-content p {
  line-height: 1.6;
  font-size: 18px;
}

.resource-section2 .note-text p {
  line-height: 1.4!important;
}

.signup-section .dnd-section>.row-fluid{
  max-width: 100%;
}

.signup-section {
  padding-top: 18px;
  background-color: #fbf8f1;
  padding-bottom: 8px;
}

.banner-section.full-width-banner {
  margin-top: -83px;
}

/* leadership */

.relevant-news-sec .dnd-section, .relevant-news-sec .dnd-section>.row-fluid {
  padding: 0;
}

.relevant-news-sec {
  padding-bottom: 90px;
  padding-top: 80px;
  padding-left:20px;
  padding-right:20px;
  background-color: #fff;
  width: 100%;
  text-align: center;
}
.signup-wrapper {
  font-family: NeueMontreal-Regular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  height: 100%;
  margin: 30px;
  padding-top: 102px;
}



.custom_topbar{
  background: #471132;
  padding: 12px 0;
}
.custom_topbar p {
  margin: 0;
  color: #FBF8F1;
  font-size: 16px !important;
  text-align: center;
}
.custom_topbar p a{
  color: #FBF8F1;
  text-decoration: underline;
}
.header-top-bar{
  padding: 0 !important;
}
.leadership-tem-sec .dnd-section {
  padding: 120px 20px 100px;
}
.home-page-banner-wrapper .home-banner-image figure img{
  height: auto !important;
}
.cta-custom:hover{
  border: 2px solid #19c076 !important;
  background: #19c076 !important;
  color: #fbf8f1  !important;
}
.parent_header{
  margin-bottom: 50px; 
}
.hs-content-id-76974496340 .parent_header .header .custom_topbar {
  display: none;
}
.hs-content-id-76974496340 .parent_header header.header{
  padding:10px 0px !important;
}
.email-our-team-sec .span6 form .hs-input {
  width: 100% !important;
}
.image-with-content-wrapper {
  padding: 0 5px;
}
.care-experience-page h2{
/*   font-size: 48px */
}

@media (max-width: 1210px){
  span.mob-pd {
    padding-bottom: 20px;
    display: block;
}
  .header-top-bar .header_container {
    padding: 0 15px;
  }
  .home-page-banner-wrapper .home-banner-image figure img{
    height: 100% !important;
  }
}
@media (max-width: 992px){
  .custom_topbar p {
    /*font-size: 14px !important;*/
  }
  .leadership-tem-sec .dnd-section {
    padding: 120px 20px 100px;
  }
}
@media (max-width: 850px){
  .parent_header{
    margin-bottom: 50px; 
  }
}

@media (max-width: 799px){
  .parent_header{
    margin-bottom: 100px;
  }
  .parent_header2{
    margin-bottom: 0;
  }
}
@media (max-width: 800px){
  .leadership-tem-sec .dnd-section {
    padding: 80px 20px 100px;
  }
   .header-top-bar .header_container {
    padding: 12px 15px 0;
  }
}
@media (max-width: 767px){
  span.mob-pd {
    padding-bottom: 20px;
    display: block;
}
  .care-experience-page h2{
/*     font-size: 48px */
  }
}
@media (max-width: 480px){ 
  .parent_header{
    margin-bottom: 70px;
  }
  .parent_header2{
    margin-bottom: 0;
  }
}
@media (max-width: 420px){ 
  .parent_header{
    margin-bottom: 100px;
  }
  .parent_header2{
    margin-bottom: 0;
  }
}
@media (max-width: 340px){ 
  .parent_header{
    margin-bottom: 120px;
  }
  .parent_header2{
    margin-bottom: 0;
  }
}
@media (min-width: 800px){
  .banner-section.full-width-banner {
    margin-top: -93px;
  }
}

@media (min-width: 1000px){
  .banner-section.full-width-banner {
    margin-top: -102px;
  }
}

@media (min-width: 600px){
  .full-width-section .widget-type-rich_text ul li {
    font-size: 18px;
    line-height: 1.4;
    margin: 12px 0;
  }
}

@media screen and (max-width: 929.9px) and (min-width: 800px) {
  .resource-banner .right_content img {
    margin-bottom: -3px;
  }
  .resource-banner .right_content>div {
    top: 78px;;
  }
  .left_content h2 {
    margin-top: 0!important;
  }
}

@media (min-width: 800px){
  .full-width-section .dnd-section>.row-fluid {
    margin-bottom: 30px;
  }
  .company-banner .banner .banner-button a {
    margin-left: 0;
  }
  .resource-banner .right_content,
  .resource-banner .left_content{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 24px;
  }
  .resource-banner .right_content>div {
    position: relative;
    height: auto;
    top: 80px;
    margin: 0 auto;
    max-width: 80%;
  }
  .resource-banner .right_content img {
    min-width: auto;
    width: 100%;
    position: relative;
    max-width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    max-height: initial;
    display: initial;
  }
  .resource-banner .banner {
    min-height: initial;
    margin-bottom: 100px;
  }
}



@media (max-width: 1000px){
  .signup-wrapper {
    padding-top: 102px;
  }
}





@media (max-width: 800px){
  .about-thyme-care-sec .dnd-section {
    padding: 26px 20px 20px 20px;
    margin-bottom: 0;
  }
  .coordinated-care-sec .dnd-section .dnd-column {
    margin: 0;
  }
  .coordinated-care-sec h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .cancer-care-sec .dnd-section {
    margin: 0;
    padding: 16px 20px 19px;
  }
  .coordinated-care-sec .dnd-section {
    padding: 17px 20px 20px 20px;
  }
  .our-story-page .company-section3 .join-us-btn {
    margin-bottom: 12px;
  }
  .our-story-page .dnd-section {
    margin-bottom: 0;
  }
  .we-welcome-everyone-section .dnd-section {
    margin-bottom: 0;
  }
  .member-story-sec.thyme-care-helped .dnd-section {
    margin-top: 0;
  }
  .member-story-sec .dnd-section {
    margin-bottom: 0;
  }
  .benefits-and-perks-section .benefits-mobile-content .benefits-heading p {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 32px !important;
    line-height: 1.3;
    font-weight: 400;
    font-feature-settings: "ss01" on,"ss02" on;
    font-family: Vulf-Sans;
    letter-spacing: .02em;
  }
  .benefits-and-perks-section .benefits-mobile-content .benefits-heading p strong {
    font-feature-settings: "ss01" on,"ss02" on;
    font-family: Vulf-Sans;
  }
  .benefits-and-perks-section .benefits-mobile-content .benefits-heading h2 {
/*     font-size: 18px;
    line-height: 1.5; */
    margin: 12px 0;
    
    letter-spacing: 0em;
    padding-bottom: 30px;
  }
  .care-experience-banner .right_content>div {
    max-width: 100%;
    top: 0;
  }
  .care-experience-banner .right_content>div img {
    right: 0;
    max-width: 100%;
  }
  .our-care-experience-sec.people-are-the-priority .our-care-experience-wrapper .care-experience-description-left h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .our-care-experience-sec.people-are-the-priority .our-care-experience-wrapper .care-experience-description-left {
    margin: 0;
  }
  .care-experience-page .bottom-pane-content h2 {
/*     font-size: 32px;
    line-height: 1.3; */
    margin-bottom: 20px;
  }
  .faq-title-sec .faq-heading {
    padding-top: 20px;
    margin-top: 80px;
  }
  .faq-title-sec .faq-heading h2 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 32px;
    line-height: 1.3;
    font-feature-settings: "ss01" on,"ss02" on;
    font-family: Vulf-Sans;
    padding: 0;
  }
  .home-page .bottom-pane-content h2 {
/*     font-size: 32px; */
    line-height: 1.3;
    margin-bottom: 20px;
  }
}


@media (max-width: 799.9px){
  .full-width-section .widget-type-rich_text h3:first-child {
    margin-top: 30px;
  }
}





@media (max-width: 920px) and (min-width: 800px){
  .health-plans-banner .right_content img {
    max-height: inherit;
    min-width: 640px;
    position: absolute;
  }
}



@media (max-width: 600px){
  .health-plans-banner .left_content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 0;
  }
  .cancer-care-sec .dnd-section {
    margin: 0;
    padding: 16px 20px 16px;
  }
  .care-experience-banner .left_content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 0;
  }
  .care-experience-page .bottom-pane .note-text p {
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 0;
  }
  .home-header header.header {
    background-color: #fbf8f1;
  }
  .home-page .bottom-pane .note-text p {
    font-size: 16px !important;
    line-height: 1.5;
    margin: 8px 0;
  }
}


@media (max-width: 599.9px){
  .full-width-section .widget-type-rich_text p,
  .full-width-section .widget-type-rich_text ul li{
    letter-spacing: 0.32px;
  }
  .company-banner .left_content p{
    font-size:16px;
    line-height: 1.5;
  }
}


@media (max-width: 320px){
  .home-page-banner-wrapper {
    padding-top: 70px;
  }
}

.people-are-the-priority .hs_submit input {
    margin: 20px auto!important;
    width: 200px!important;
    cursor: pointer!important ;
    background: #803663!important;
    color: #fff!important;
    border: 2px solid #803663 !important;
    border-radius: 10px !important;
    padding: 12px 15px!important;
    text-decoration: none!important;
    transition: all .3s ease-in-out!important;
    font-family: NeueMontreal-Bold!important;
    font-weight: 700!important;
    text-align: center!important;
    font-size: 16px!important;
    line-height: 24px!important;
}
.people-are-the-priority hs-input{
    color:#803663!important;
}

/* Grid Images styles */
@media (max-width:991px) {
	.body-wrapper.hs-content-id-121502110247 .hs-image__grid__container .hs-image__grid__list__item {
		flex-basis: calc(100% / 4 - 30px) !important;
	}

}

@media (max-width:991px) {
	.body-wrapper.hs-content-id-121502110247 .hs-image__grid__container .hs-image__grid__list__item {
		flex-basis: calc(100% / 3 - 30px) !important;
	}

}

@media (max-width:480px) {
  .body-wrapper.hs-content-id-121502110247 .hs-image__grid__container .hs-image__grid__list {
	gap: 10px !important;
}
	.body-wrapper.hs-content-id-121502110247 .hs-image__grid__container .hs-image__grid__list__item {
		flex-basis: calc(100% / 2 - 20px) !important;
	}

}

@media (max-width:400px) {
	.body-wrapper.hs-content-id-121502110247 .hs-image__grid__container .hs-image__grid__list__item {
		flex-basis: calc(100% / 2 - 10px) !important;
	}

}


header.header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
   background-color: #803663;
    color: #fff;
    padding: 15px 15px;
    line-height: 100%;
    border-radius: 10px;
}
header.header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:hover {
   background-color: #116978;
  text-decoration:none
}
header.header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:hover::before {
  opacity:0;
}
header.header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:before{
  display:none;
}


#formsort iframe{
  height:100vh;
}
#flow-renderer-root {
background-color:red;
}
.hs-site-page.page {
    overflow: hidden;
}
@media (min-width: 1024px) {
  .hs-site-page.page {
    overflow: unset;
  }
}


.embed_container { max-width: none !important; max-height: none !important; }
.embed_container iframe { width: 100%; height: 100%; }
/* Main nav accessibility */
.custom-menu-primary .hs-menu-wrapper > ul > li > a:focus-visible,
header.header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:focus-visible {
  outline: 3px solid #639af9;
  outline-offset: 5px;
  outline-style: inset
}
.custom-menu-primary .hs-menu-wrapper>ul>li:has(a:focus-visible) ul {
  opacity: 1;
  visibility: visible !important;
}
.hs-menu-depth-2:has(> a:focus-visible) ul.hs-menu-children-wrapper:has(.hs-menu-depth-3),
ul.hs-menu-children-wrapper:has( li > a:focus-visible) {
  opacity: 1;
  visibility: visible !important;
}
ul.hs-menu-children-wrapper:has(*:focus-visible) {
  opacity: 1;
  visibility: visible !important;
}