*, *: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: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* 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: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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 ;
  }
}
.site-wrapper {
  background-color: #fff; 
  margin: 0 auto;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  display: block;
  margin: 0px auto;
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (max-width: 1280px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding-left: 40px;
    padding-right: 40px;
  }
}


@media only screen and (max-width: 959px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding-left: 30px;
    padding-right: 30px;
  }
}


@media only screen and (max-width: 599px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@font-face {
        font-family: eicons; 
        src:  url(https://8720950.fs1.hubspotusercontent-ap1.net/hubfs/8720950/raw_assets/public/Care_Access_Nov2022/fonts/eicons.woff2) format("woff2");
        font-style: normal;
        font-weight: 400; 
      }

      body {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        line-height: 1.14285714286em;
      }

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

      /* Paragraphs */

      p {
        margin: 0;
        padding-bottom:16px;
        line-height: 1.86em;
      }

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

      /* Headings */

      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        margin: 0 0 1.4rem;
      }
      h1 {
        line-height: 1.29em;
        margin-bottom:12px;
      }

      h2 {
        line-height: 1.29em;
      }

      h3 {
        line-height: 1.28em;
      }

      h4 {
        line-height: 1.28em;
      }

      h5 {
        line-height:1.28em;
      }

      h6 {
        line-height: 1.49em;
      }


      /* Lists */


      ol {
        margin: 0 0 1.4rem;
      }
      ul{
        padding-left:0;
      }



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

      ul.no-list {
        list-style: none;
      }
      ul li{
        font-size: 14px;
        line-height: 1.86em;
        padding-bottom: 16px;
      }
      /* 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
form,
.submitted-message {
  max-width: ;
  font-family: ;
}

.hs-button,
.button--primary,
.button{
  display: block;
  font-size: 16px;
  line-height: 1.58em;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 0.4s ease-in-out;
  width: auto;
  text-align: center;
  margin:15px 0;
  border-style: solid;
  cursor:pointer;
  display: inline-block;
  white-space: normal;
}

.hs-button:hover,
.button--primary:hover {
  text-decoration: none;
}
.hs-button:focus,
.button--primary:focus{
  text-decoration: underline;
}
form label {
  margin-top: 10px;
  font-weight: 600;
  width: 100%;
  display: block;
  font-size: 15px;
  color: #1f1f1f;
  padding-left: 0;
  padding: .2em .6em .3em;
  padding-left:0;
  white-space: nowrap;
  vertical-align: baseline;
  line-height: 1;
  border-radius: .25em;
}

form .hs-error-msgs label {
  color: red !important;
  padding: 5px !important;
  display: block;
  line-height: 1.5;
  white-space:normal;
  font-weight: 400;
}

.hs-input,
input#hs-pwd-widget-password {
  border: 2px solid #D1EEF5;
  font-size: 14px;
  line-height: 1.57em;
  margin-bottom: 10px;
  text-align: center;
  min-width: inherit;
  max-width: inherit;
  outline: none;
  padding: 11px 20px;
  padding-bottom: 12px;
  transition: border-color 0.4s ease-in-out;
  width: 100%;
  cursor: pointer;
}
input#hs-pwd-widget-password {
  height: 45px!important;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: 0;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto!important;
  display:inline-block;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  vertical-align: middle;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}




textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #e49f9f;
}


.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto!important;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

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

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

#hs-search-module form input {
  margin-bottom: 20px;
}


@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}

.submitted-message{
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0px;
  margin: 10px 0;
}
.submitted-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  margin-right: 5px;
}
ul.inputs-list.multi-container label.hs-form-checkbox-display {
  display: block;
}

@media(max-width:767px){

  form{
    margin-top:25px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }
}

@media(max-width:400px){
  form .hs-input {
    width: 100%!important;
  }

  form .input {
    margin-right: 0!important;
  }
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}
/* 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 {
  display: block;
}

.header .content-wrapper {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.header .header_logo{
  transition-delay: 1s;
  opacity: 1;
  transform: translateZ(0);
  transition-timing-function: ease;
  transition-duration: .8s;
  visibility: visible;
  display: block;
  padding-bottom: 12px;
  padding-top: 49px;
  transition-property: opacity,transform;

}

.header .header-menu{
  transition-delay: 1s;
  opacity: 1;
  transform: translateZ(0);
  transition-timing-function: ease;
  transition-duration: .8s;
  visibility: visible;
  display: block;
  transition-property: opacity,transform;
}

.header .header_logo img{
  max-width: 170px;
  display: block;
}

.header .header-menu ul.submenu.level-1 {
  align-items: flex-start;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.header .header-menu ul.submenu.level-1>li {
  padding: 0px 16px;
  line-height: inherit;
}

.header .header-menu ul.submenu.level-1>li >a {
  color: #1B1B27;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.69em;
  padding-bottom: 7px;
  padding-top: 5px;
  position: relative;
}

.header .header-menu ul.submenu.level-1 >li >a:before {
  background: #D6507F;
  bottom: 2px;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  width: 0%;
  transition: width 0.4s ease-in-out;
}

.header .header-menu ul.submenu.level-1 li.home {
  padding-left: 0;
}

.header .header-menu ul.submenu.level-1 li.contact {
  padding-right: 0;
}


.header .mobile_trigger {
  display: none;
}

.header  .submenu.level-2 {
  padding-left: 0;
  list-style: none;
  border-radius: 6px;
  font-weight: 500;
  left: -9999px;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  transform: translateX(45%);
  width: 160px;
}


.header .submenu.level-2 li{
  padding: 0 10px;
  line-height: inherit;
}

.header .submenu.level-2 li a{
  color: #1b1b27;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.69em;
  padding-bottom: 7px;
  padding-top: 5px;
  position: relative;
}

.header_logo .logo a {
  display: inline-block;
}
.header .header-menu ul.submenu.level-1>li>a.active-item:before {
  width: 100%;
}

@media only screen and (min-width: 960px){
  .header .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
  .header .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
    left: 0;
    opacity: 1;
  }
  .header .header-menu ul.submenu.level-1 >li >a:hover:before{
    width: 100%;
  }
  .header .header-menu {
    display: block!important;
  }
}

@media only screen and (max-width: 1280px){
  .header .header_logo{ 
    display: block;
    height: auto;
    padding-bottom: 15px;
    padding-top: 30px;
  }
  .header .header_logo img{ 
    max-width: 99px;
  }

  .header .header-menu ul.submenu.level-1 >li{
    padding: 0px 9px;
  }
  .header .header-menu ul.submenu.level-1 >li >a {
    font-size: 13px;
    line-height: 1.95em;
    padding-bottom: 7px;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 959px){
  .header .header_logo{ 
    display: block;
    height: auto;
    padding-bottom: 21px;
    padding-top: 24px;
  }
  .header .mobile_trigger {
    align-items: center;
    cursor: pointer;
    display: block;
    height: 22px;
    margin-top: 3px;
    position: relative;
    width: 22px;
  } 
  .header .mobile_trigger:before {
    background: #D6507F;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 0px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform-origin: center center;
    top: 7px;
    width: 100%;
  }
  .header .mobile_trigger:after {
    background: #D6507F;
    bottom: 8px;
    content: "";
    display: block;
    height: 2px;
    margin-top: 0px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform-origin: center center;
    width: 100%;
  }

  .header .content-wrapper {
    align-items: center;
  }

  .child-trigger {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 34px !important;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header .header-menu ul li {
    position: relative;
  }
  .child-trigger:before {
    content: '+';
  }
  .child-trigger.child-open:before {
    content: '-';
  }
  .header .submenu.level-2 {
    position: static;
    display: none;
    transform: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header .submenu.level-2 li {
    padding: 0;
    margin: 0;
  }
  .header .submenu.level-2 li a {
    font-size: 13px;
  }
  .header .header-menu .submenu.level-2 li:first-child {
    margin-top: 15px;
  }
  .header .content-wrapper {
    display: block;
  }

  .header_logo {
    display: flex;
  }

  .header .header_logo {
    display: flex;
    justify-content: space-between;
  }

  .header-menu {
    background: #fff;
    position: absolute;
    height: calc(100% - 109px);
    width: 100%;
    z-index: 999;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }

  .header .header-menu ul.submenu.level-1 {
    display: block;
    padding-top: 47px;
    margin-top:0;
  }

  .header .header-menu ul.submenu.level-1>li {
    display: block;
    margin-bottom: 12.3px;
    padding-top: 4.2px;
    padding-bottom: 5px;
    padding-right: 0;
    padding-left: 0;
  }

  .header .header-menu ul.submenu.level-1>li>a {
    color: #000 !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.69em;
    position: relative;
    padding: 0;
  }

  .header .header_logo {
    align-items: center;
  }
  .header .header-menu {
    max-height: initial;
    left: 0;
    right: 0;
    padding: 0px 30px;
    display: none;
    transition: none;
    opacity: 1;
    visibility: visible;
    height: 100%;
    padding:0 20px;
  }
  .mobile_open {
    overflow: hidden;
  }
  .mobile_open .header .mobile_trigger:after {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotate(-45deg);
  }
  .mobile_open .header .mobile_trigger:before {
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
  }
  .header .header-menu .submenu.level-2 li:first-child {
    margin-bottom: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
  }

  .header .header-menu .submenu.level-2 >li >a {
    padding: 0;
  }
  .header .header-menu ul.submenu.level-1 li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 9;
    width: 50px;
  }
  .header .header-menu {
    padding: 0 30px;
  }
  .header .header-menu ul.submenu.level-1 {
    position: relative;
    max-height: 70vh;
    overflow-y: auto;
  }

  .header .header-menu ul.submenu.level-1>li>a.active-item:before {
    background: #D6507F;
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    transition: width 0.4s ease-in-out;
  }

}

@media only screen and (max-width: 599px){
  .header .content-wrapper {
    align-items: flex-start;
  }
  .header .header_logo{
    padding-bottom: 13px;
    padding-top: 17px;
  }
  .header .header_logo img {
    max-width: 73px;
  }
  .header .header-menu ul.submenu.level-1>li>a {
    font-size: 13px;
  }
  .header .header-menu ul.submenu.level-1 li {
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .header .header-menu ul.submenu.level-1 {
    padding-top: 32px;
    margin-top: 0;
  }

  .header .header-menu {
    padding: 0 20px;
  }

  .header .header-menu ul.submenu.level-1 li {
    margin-bottom: 10px;
  }
  .header .mobile_trigger {
    margin-top: -19px;
  }
  .header .header-menu ul.submenu.level-1>li>a.active-item:before {
    bottom: -2px;

  }

}
footer.footer {
  color: #fff;
  display: block;
  padding-bottom: 124px;
}

.footer .content-wrapper {
  padding-top: 64px;
}

.footer .footer_menu {
  display: block;
}

.footer .footer_menu ul {
  align-items: flex-start;
  display: flex;
  margin:0;
  padding-left:0;

}

.footer .footer_menu ul li {
  padding: 0px 24px;
  line-height:normal;
}

.footer .footer_menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.76em;
  transition: color 0.4s ease-in-out;
}

.footer .footer-end {
  font-size: 14px;
  padding-bottom: 30px;
  padding-top: 81px;
}
.footer .footer-end p {
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  color: rgba(255,255,255, 0.7);
  margin:0;
  font-size: 14px;
  padding-bottom:0;
  line-height: 1em;
}
.footer .footer-end p a {
  color: inherit;
  transition: color 0.4s ease-in-out;
}

.footer .footer_menu ul li.home {
  padding-left: 0;
}

.footer .footer_menu ul li.contact {
  padding-right: 0;
}

.footer  .footer_menu ul.hs-menu-children-wrapper {
  display: none;
}
body.no-bottom-pane footer.footer {
  padding-bottom: 0;
}
@media only screen and (max-width: 1280px){
  .footer {
    padding-bottom: 119px;
  }
  .footer .content-wrapper {
    padding-top: 39px;
  }
  .footer .footer_menu ul li{
    padding: 0px 17px;
  }
  .footer .footer_menu ul li a {
    font-size: 12px;
    line-height: 1.76em;
  }
  .footer .footer-end {
    padding-top: 50px;
  }
  .footer .footer-end p{
    font-size: 12px;
  }
}


@media only screen and (max-width: 959px){
  footer.footer {
    text-align: center;
    padding-bottom: 74px;
  }
  .footer .content-wrapper{
    padding-top: 51px;
  }
  .footer .footer_menu ul {
    display: block;
  }
  .footer .footer_menu ul li {
    margin-bottom: 12.9px;
    padding: 0px;
  }
  .footer .footer_menu ul li a {
    font-size: 12px;
    line-height: 1.76em;
  }
  .footer .footer-end {
    font-size: 12px;
    padding-top: 27px;
  }
  .footer .footer-end p {
    display: block;
    font-size: 12px;
  }
  .footer .footer-end p span{
    display: block;

  }
  .footer .footer-end p span:first-child {
    margin-bottom: 49px;
  }
}


@media only screen and (max-width: 599px){
  footer.footer {
    text-align: center;
    padding-bottom: 79px;
  }
  .footer .content-wrapper {
    padding-top: 51px;
  }
  .footer .footer_menu ul li{
    margin-bottom: 12.9px;
    padding: 0px;
  }
  .footer .footer_menu ul li a {
    font-size: 12px;
    line-height: 1.76em;
  }
  .footer .footer-end p span{
    line-height: 16px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.full_width_page .hs-form-field textarea {
  min-height: 200px;
  resize: none;
}

.full_width_page form {
  display: block;
  max-width: 352px;
  margin: 0px auto;
  padding-bottom: 123px;
}

.full_width_page .widget-type-rich_text{
  text-align:center;
}

.full_width_page form .hs-form-field>label {
  display: none;
}



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

.provider_page .widget-type-linked_image {
  width: 100%;
}
.full_width_page form input[type=submit] {
  width: 100%;
}

.cards_gallery_module.service_card .content-wrap .description hr {
  background: #D6507F;
  border: 0px none;
  display: block;
  height: 3px;
  margin: 0px;
  margin-bottom: 26px;
  margin-top: 19px;
  padding: 0px;
  width: 37px;
}
.about_page .span4 .hs_cos_wrapper_type_linked_image img {
  max-width: 385px !important;
  width: 100%;
}

.cards_gallery_module.service_card .flex_row_card .card-outer {
  box-shadow: none;
  border: 5px solid #F1F1F1;
}
.home-page-wrap .dnd-section>.row-fluid {
  padding: 0px !important;
}
.contact_page .row-fluid {
  padding: 0;
}

.bottom_section .row-fluid {
  padding: 0;
}

.bottom_section .row-fluid .span12.widget-span.widget-type-custom_widget.dnd-module {
  padding: 0;
}


.provider_page .cards_gallery_module.service_card  .content-wrap {
  padding: 61px 50px;
}

.provider_page .cards_gallery_module.service_card .flex_row_card .item {
  padding: 0px 30px;
}
.provider_page .hs_cos_wrapper_type_linked_image {
  display: block;
  text-align: center;
}
.service_card .content-wrap h2.title {
  margin-bottom: 0;
}

.service_card .content-wrap  h4.subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0;
}



.full_width_page .hs-fieldtype-select:before {
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-color: #D6507F;
  position: absolute;
  right: 20px;
  z-index: 2;
  top: 40%;
  cursor:pointer;
}

.full_width_page select.hs-input {
  appearance: none;
}

.full_width_page .hs-fieldtype-select {
  position: relative;
}


.provider_page .multipurpose-button-cm .multibtn-popup-form .popup-outer {
  display: flex;
  max-width: 1375px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.provider_page  .multipurpose-button-cm .popup_image img {
  width: 100%;
}

.provider_page .multipurpose-button-cm .multibtn-popup-form .multibtn_form {
  width: 66.66%;
  padding: 6%;
  padding-left: 7.1%;
}

.provider_page form fieldset {
  max-width: 100%;
}

.provider_page .popup_image {
  max-width: 33.33%;
}
.provider_page .multipurpose-button-cm .multibtn-popup-form .multibtn_form form h3 {
  color: #0F1319;
  font-family: "Rubik", Sans-serif;
  font-size: 27px;
  font-weight: 300;
  text-transform: none;
  line-height: 1.2em;
}

.provider_page  .multipurpose-button-cm .multibtn-popup-form .multibtn_form .hs-button {
  width: 100%;
}

.notifications_page  form {
  padding: 8% 15% 8% 15%;
}
.notifications_page  form label {
  color: #fff;
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.notifications_page  form .hs-richtext h3,
.notifications_page  form .hs-richtext p {
  color: #fff;
  font-weight: 400;
}

.notifications_page  form  input.hs-button.primary.large {
  background-color: #76ABD6;
  font-family: "Jost", Sans-serif;
  font-size: 15px;
  font-weight: 400;
}



.home-page-wrap .hs_cos_wrapper_type_module .hs-button {
  font-size: 13.25px;
  padding-bottom: 14px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 13px;
  border-radius: 24px;
}
.support_page hr{
  margin-top: 0;
  border-top: 3px solid #F1F1F1;
  height: 0;
  margin-bottom: 24px;
}
.notifications_page  form .hs-form-field input {
  text-align: inherit;
}


.home-page-wrap .span6 .widget-type-rich_text {
  max-width: 475px;
  padding-bottom:53px;
  padding-left:30px;
}
.home-page-wrap .span6 .widget-type-rich_text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.23em;
  padding-bottom: 13px;
  margin-bottom: 0;
}
.home-page-wrap .span6 .widget-type-rich_text p {
  line-height: 1.81em;
  padding-bottom: 0;
}

.content-with-image .dnd-section:nth-child(even) .span6 .widget-type-rich_text {
  margin: 0 auto;
}

.notifications_page  form .hs-richtext h3 span {
  font-family: Poppins, sans-serif;
}



.notifications_page  form fieldset {
  max-width: 100%!important;
}
.notifications_page  form .hs-richtext p {
  color: #F4E9E9;
  font-family: "Poppins", Sans-serif;
  font-size:16px;
}
.about_page h6 {
  font-size: 18px;
  margin-bottom:0;
}

.provider_page h2 {
  font-size: 28px;
  line-height: 1.3em;
  MARGIN-BOTTOM:0;
  padding-bottom: 22px;
  max-width: 915px;
  margin: 0 auto;
}
.provider_page .hs-button {
  font-size: 13.25px;
  font-weight: 700;
  line-height: 1.58em;
}
.cards_gallery_module .content-wrap .description p:nth-child(3) {
  font-size: 12px;
  line-height: 1.71em;
  padding-bottom: 8px;
}
@media only screen and (max-width: 1280px){
  .provider_page .cards_gallery_module.service_card  .content-wrap {
    padding: 20px;
  }
  .provider_page h2 {
    max-width: 640px;
  }
}

@media only screen and (min-width: 960px){
  .provider_page .cards_gallery_module.service_card .item {
    width: 100%;
  }
  
}
@media only screen and (max-width: 959px){
  .provider_page h2 {
    max-width: 480px;
  }
  .provider_page .multipurpose-button-cm .multibtn-popup-form .popup-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    width: 100%;
  }
  .provider_page .multipurpose-button-cm .multibtn-popup-form .multibtn_form {
    width: 100%;
  }
  .provider_page .multipurpose-button-cm .popup_image {
    order: 2;
  }

  .provider_page .cards_gallery_module.service_card .content-wrap {
    padding: 20px;
  }

  .provider_page .cards_gallery_module.service_card  .card-outer.normal .content-wrap{
    padding: 20px;
  }

  .provider_page .cards_gallery_module.service_card .item {
    width: auto;
  }

  .notifications_page .widget-type-rich_text  h1 {
    font-size: 35px!important;
  }
  .notifications_page  form .hs-richtext h3{
    font-size: 26px!important
  }
  .home-page-wrap .hs_cos_wrapper_type_rich_text>*{
    text-align: center;
  }
  .home-page-wrap .hs_cos_wrapper_type_rich_text>h2{
    font-size:32px!important;
  }
  .home-page-wrap  .hs_cos_wrapper_type_module{
    width: 100%;
    text-align: center;
  }
  .notifications_page form {
    padding: 15% 6% 15% 6%;
  }

}
@media only screen and (max-width: 767px){
  .provider_page h2 {
    max-width: 300px;
  }
  .full_width_page form {
    padding-bottom: 55px;
  }
  .home-page-wrap .span6 .widget-type-rich_text {
    padding-left: 0;
  }


  .provider_page h2{
    font-size: 28px!important;
  }

}