/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
figure {
    margin: 0 0 25px;
}

blockquote {
    margin: 0 0 25px;
}
img{
  max-width:100%;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid,
.page-center{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left:15px;
  padding-right:15px;
}
.banner-section div[class*="force-full-width-section"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}


@font-face {
    font-family: 'liquid-icon';
  src: url(//cdn2.hubspot.net/hubfs/7701598/raw_assets/public/CarolinaPediatricTherapy_May2020/Fonts/liquid-icon.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/7701598/raw_assets/public/CarolinaPediatricTherapy_May2020/Fonts/liquid-icon.woff) format("svg");
    font-weight: normal;
    font-style: normal
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 100%;
  overflow-x: hidden;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;

  font-weight: 400;
  line-height: 1.7em;
  font-size: 18px;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f6f5f3;
}

p {
  margin-top: 0;
  margin-bottom: 1.3em;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: all 0.3s;
  color:#46b3e6;
}
a:hover, a:focus {
  text-decoration: none;
}
a:hover {
  color: #181b31;
}
/* Headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Lato, sans-serif;
  margin: 1.25em 0 0.75em;
  font-weight: 500;
  line-height: 1.2;
  color: #181b31;
}

h1 {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: -1px;
  font-size: 45px;
  color: #24140d;
}

h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.32em;
  letter-spacing: -1px;
  font-size: 37px;
  color: #24140d;
  margin-top: 0;
}

h3 {
  font-size: 1.25rem;

  font-weight: 700;
  line-height: 1.2em;
  font-size: 29px;
  color: #181b31;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
  color: #181b31;

}

h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 16px;
  color: #8224e3;
}

b, strong {
  font-weight: bold;
}

code {
  vertical-align: bottom;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul{
  list-style-position: inside;
  padding-left: 0;
}
ul li,
ol li {
  padding-bottom: 0.5em;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  margin-top: 32px;
  margin-bottom: 34px;
  border: none;
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs_cos_wrapper_type_module > .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
  font-size: 1em;
  line-height: 1.7em;
  transition: all .3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05);
  margin-top: 18px;
  margin-bottom: 18px;
}

.hs_cos_wrapper_type_module > .hs-button:hover{
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
form.hs-form .hs-button,
.form-container .hs-button,
.systems-page .hs-button{
  color: inherit;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: button;
}
form.hs-form .hs-button:focus,
.form-container .hs-button:focus,
.systems-page .hs-button:focus{
  outline: thin solid #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.field {
  margin-bottom: 20px;
  padding-bottom: 0.5em;
}

.field > label,
.form-container .hs-form-field > label {
  font-weight: 700;
  font-size: inherit;
  display: -moz-inline-stack;
  display: block;
  line-height: 1.3;
  clear: both;
  max-width: 100%;
  margin-bottom: 13px;
}
.input > .hs-input,
.hs-search-field__input,
.form-container .hs-form-field > .hs-input,
input[type="password"],
input.email-edit.hs-input{
  width: 100% !important;
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: inherit;
  box-sizing: border-box!important;
  font-size: inherit;
  font-family: inherit;
  padding: 6px 5px;
  letter-spacing: normal;
  width: 100%;
  box-shadow:none;
  border-color: rgb(118, 118, 118);
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}
.input > .hs-input:focus,
.hs-search-field__input,
.form-container .hs-form-field > .hs-input:focus,
input[type="password"]:focus,
input.email-edit.hs-input:focus{
  border-color: #131313;
  outline: none;
}
.input > textarea.hs-input {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
  height: 160px;
  width: 100%;
}
.input > select.hs-input {
  padding: 2px 0 2px 3px;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  box-sizing: border-box;
  text-transform: none;
  color: inherit;
  font: inherit;
  margin: 0;
}
.form-container .hs-form-field>label+a {
  display: inline-block;
  margin-bottom: 10px;
}
input[type="password"] {
  height: auto !important;
  margin-bottom: 15px;
  margin-top: 0 !important;
}
.form-container .hs-form-field > .hs-input[type=checkbox], 
.form-container .hs-form-field > .hs-input[type=radio]{
  width:auto !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.form-container .hs-form-field {
  padding-top:18px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
.hs-membership-loader {
  padding-top: 15px;
  padding-bottom: 15px;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
input.email-edit.hs-input {
  margin-bottom: 15px;
}
.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
ul.no-list.hs-error-msgs.inputs-list {
  order: 4;
}
/* 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: 1px solid #790000;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border: 1px solid #790000;
}
.hs_cos_wrapper_type_form form > fieldset{
  max-width:560px;
}
.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;
  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 legend {
  margin: 1px 0 9px 1px;
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
  font-weight: bold;
  max-width: 100%;
}

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@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-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
ul.no-list.hs-error-msgs.inputs-list {
  background-color: rgba(255,223,224,.25);
  margin-bottom: 0;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 10px;
  padding-top: 8px;
  padding-top: 10px;
  margin-top: 10px;
}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
  margin: 0;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  text-align: center;
  background: transparent;
}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  text-align: center;
  margin: 0;
  color: #790000;
  font-size: 1em;
  font-weight: 700;
}
.field {
  display: flex;
  flex-direction: column;
}
.field legend.hs-field-desc {
  order: 3;
}
.hs-fieldtype-select.hs-form-field legend.hs-field-desc {
  margin-top: 16px;
  margin-bottom: 0;
}
@media (min-width:768px){
  fieldset ul.no-list.hs-error-msgs.inputs-list,
  fieldset~.hs_error_rollup {
    max-width: calc(100% - 8px);
  }
}
@media (max-width:767px){
  .hs_cos_wrapper_type_form form>fieldset{
    max-width:100%;
  }
  .hs-form-field {
    width: 100% !important;
  }
  .hs-form-field > .input {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .field>label, .form-container .hs-form-field>label {
    margin-bottom: 17px;
  }

  .input >.hs-input, .hs-search-field__input, .form-container .hs-form-field>.hs-input, input[type="password"], input.email-edit.hs-input {
    line-height: 2;
    min-height: 2rem;
  }

  .input>select.hs-input {
    min-height: 1px;
    line-height: 1.5;
  }
  form.hs-form .hs-button, 
  .form-container 
  .hs-button, 
  .systems-page .hs-button {
    width: 100%;
  }
}


@media (max-width:991px){
  .hs_cos_wrapper_type_module > .hs-button {
    padding-left: 63px !important;
    padding-right: 63px !important;
    padding-top: 11px !important;
    padding-bottom: 10px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.banner-section .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
iframe {
  max-width: 100%;
  border: none;
}
.color-white{
  color:#fff !important;
}
.vimeo-video-wrap {
  margin-bottom: 35px;
}
@media (min-width:768px){
  .schedule-frame {
    margin-top: 2px;
  }
}



.about-layout .banner-area-section h1 {
  margin-bottom: 0.75em;
}
.about-layout .body-container-wrapper h2 {
  margin-top: 0;
  margin-bottom: 0.25em;
} 
.about-layout .body-container-wrapper .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.about-layout .body-container-wrapper .about-section-row{
  padding-top: 32px;
  padding-bottom: 32px;
}
.about-layout .body-container-wrapper .about-row-two-area .about-section-row{
  padding-top: 0;
  padding-bottom: 0;
}
.about-row-two-area {
  background-color: #9dc6a7;
  color: #fff;
  padding: 50px 0;
}

.about-row-two-area h1,
.about-row-two-area h2,
.about-row-two-area h3,
.about-row-two-area h4,
.about-row-two-area h5,
.about-row-two-area h6 {
  color: inherit;
}
.about-layout .body-container-wrapper .about-row-three {
/*   min-height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 50px 0;
}
/*
.about-section-row img {
opacity: 0.0001;
transition: opacity 1s;
}
.disable-focus-styles .about-section-row img {
opacity: 1;
}
*/
@media (min-width:1200px){
  .about-layout .body-container-wrapper .about-row-one {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .about-layout .body-container-wrapper .about-row-three {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}


/* Home page */
.home-row-1-section {
  background: linear-gradient(65deg, rgb(29, 225, 209) 0%, rgb(137, 135, 226) 100%);
  color:#fff;
}
.home-row-1-section h1,
.home-row-1-section h2,
.home-row-1-section h3,
.home-row-1-section h4,
.home-row-1-section h5,
.home-row-1-section h6{
  color: inherit;
}

.home-row-1-section h2 {
  margin-bottom: 0.5em;
}
.home-row-1-section h2:first-child {
  padding-top: 42px;
}

.home-row-1-section h2 {
  margin-bottom: 0.5em;
}
.home-row-2-section .dnd-section > div > .widget-span {
  margin-left: 0;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.featured-card-box {
  display: flex;
  margin-bottom: 2em;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: box-shadow 0.3s ease, background 0.3s ease;
  z-index: 3;
}

.featured-card-box span.iconbox-icon-container {
  display: flex;
  margin-bottom: 0.5em;
  border: 0 solid #F2F4F7;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 1em;
  color: var(--color-primary);
  transition: border 0.3s, box-shadow 0.3s;
}

.featured-card-box span.iconbox-icon-container i {
  font-family: 'liquid-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 1em;
}
.icon-md-star-outline:before {
  content: "\ec83";
}
.icon-ion-ios-body:before {
  content: "\f3e4";
}
.icon-md-walk:before {
  content: "\eca6";
}
.icon-md-compass:before {
  content: "\ebd2";
}
.icon-md-tablet-portrait:before {
  content: "\ec8d";
}

.featured-card-box h3 {
  display: inline-block;
  margin: 0 0 0.7em;
  font-size: 24px;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
}

.home-row-2-section .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.home-page-row-3 .dnd-section {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.therapists-counter {
  padding-top: 35px;
  margin-left: -15px;
  margin-right: -15px;
}

.therapists-counter .therapists-counter_row:after,
.therapists-counter .therapists-counter_row:before {
  content: "";
  display: table;
}

.therapists-counter .therapists-counter_row:after {
  width: 100%;
  clear: both;
}

.therapists-counter_column {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.therapists-counter_column .liquid-counter {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
}

.therapists-counter_column .liquid-counter-element {
  font-size: 32px;
  line-height: 1.5em;
  color: #24140d;
  font-weight: 700;
}

.therapists-counter_column .liquid-text-bottom {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: #24140d;
}
.home-page-row-3 h6 {
  margin-bottom: 1.75em;
  margin-top: 0;
}
.home-page-row-3 .hs_cos_wrapper_type_linked_image img {
  box-shadow: 0 25px 30px rgba(0, 0, 0, 0.07);
}
.home-page-row-4 .dnd-section,
.home-page-row-5 .dnd-section,
.home-page-row-7 .dnd-section{
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 100vh;
}
.home-page-row-4 {
  color: #fff;
}
.home-page-row-4 h1,
.home-page-row-4 h2,
.home-page-row-4 h3,
.home-page-row-4 h4,
.home-page-row-4 h5,
.home-page-row-4 h6{
  color: inherit;
}
.icon-et-calendar:before {
  content: "\ecbe";
}
.icon-et-profile-female:before {
  content: "\ecf2";
}
.icon-basic_clock:before {
  content: "\eb59";
}
.icon-et-shield:before {
  content: "\ecfc";
}
.icon-ion-logo-closed-captioning:before {
  content: "\f105";
}
.home-page-row-6 table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #dedede;
  border-bottom: 1px solid #707070;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-right-style: none;
  border-left-width: 0;
  border-left-style: none;
  margin-right: auto;
  margin-left: auto;
  right: auto;
  left: auto;
}
.home-page-row-6 table tbody tr {
  border-bottom: 1px solid #707070;
}
.home-page-row-6 table tbody tr td {
  border-width: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-left-width: 0;
  font-size: 16px;
  border-right: 1px solid #dedede;
  background: transparent;
  padding: 0.45em 1em;
  border: none;
}

.home-page-row-6 table tbody tr td:not(:first-child) {
  text-align: center;
}
.home-page-row-7 .content-with-icon-card .iconbox-icon-wrap span.iconbox-icon-container{
  font-size: 70px;
  color: #ebebeb;
}
.home-page-row-7 .content-with-icon-card h3 {
  font-family: Lato;
  font-weight: 700;
  line-height: 1.32em;
  letter-spacing: -1px;
  font-size: 37px;
  color: #24140d;
}
.home-page-row-7 .content-with-icon-card .iconbox-icon-wrap span.iconbox-icon-container i {
  font-size: 1em;
}
.home-page-row-7 .content-with-icon-card .iconbox-icon-wrap span.iconbox-icon-container {
  margin-bottom: 30px;
}
.home-page-row-7 .content-with-icon-card {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}
.home-page-row-7 .content-with-icon-card p:last-child {
  margin-bottom: 0;
}

.home-page-row-7 .content-with-icon-card h3 {
  margin-bottom: 42px;
}
.home-row-1-section .hs_cos_wrapper_type_module > .hs-button,
.home-row-4-section .hs_cos_wrapper_type_module > .hs-button{
  border-color: rgb(242, 239, 233);
  border-radius: 4px;
}
.home-row-1-section .hs_cos_wrapper_type_module > .hs-button:hover,
.home-row-4-section .hs_cos_wrapper_type_module > .hs-button:hover{
  border-color: #46b3e6;
}
.home-row-5-section .content-with-icon-card .iconbox-icon-wrap span.iconbox-icon-container,
.featured-card-box span.iconbox-icon-container i{
  color: #46b3e6;
}
.liquid-counter-element > span {
    justify-content: center;
}

/*search and top menu*/
.cap_search_n_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cap_search_box {
    position: relative;
}
.cap_search_box .hs-search-field--open .hs-search-field__suggestions{
    background-color: #FFF;
    width: 100%;
    border-color: #bfe1f1;
    padding: 10px;
    box-shadow: #0000003b 0px 3px 3px 1px;
    position: absolute;
    z-index: 999999; 
}
.cap_search_box .hs-search-field__input{
    width: 527px !important;
    height: 34px;
}
.cap_mob_search_box {
    margin-right: 15px;
    padding-bottom: 160px;
}
.cap_mob_search_box .hs-search-field__input{
    color: #333;
    border: #ffffffd6d thin solid; 
}
.cap_mob_search_box .hs-search-field--open .hs-search-field__suggestions{
    background-color: #FFF;
    width: 100%;
    border-color: #bfe1f1;
    padding: 10px;
    box-shadow: #0000003b 0px 3px 3px 1px;
    position: absolute;
    z-index: 999999; 
    color: #333
}

@media (min-width:1200px){
  .home-row-1-section .dnd-section,
  .home-row-6-section .dnd-section{
    padding-bottom: 92px;
    padding-top: 92px;
  }

  .home-row-1-section h2:first-child {
    padding-top: 42px;
  }
  .home-page-row-3 .dnd-section {
    padding-bottom: 72px;
    padding-top: 72px;
  }
  .home-page-row-4 .dnd-section,
  .home-page-row-5 .dnd-section,
  .home-page-row-7 .dnd-section{
    padding-bottom: 142px;
    padding-top: 142px;
  }
}

@media (max-width:1199px){
  .home-row-1-section h2:first-child {
    padding-top: 0;
  }
  .home-row-6-section .dnd-section {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}

@media (max-width:799px){
  .home-page-row-3 .dnd-section {
    min-height: 1px;
  }
}
@media (max-width:991px) and (min-width:768px){
  .home-page-row-4 .dnd-section .hs_cos_wrapper_type_module > .hs-button,
  .home-page-row-5 .dnd-section .hs_cos_wrapper_type_module > .hs-button{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .home-page-row-1 .dnd-section .hs_cos_wrapper_type_module > .hs-button{
    padding-left: 62px !important;
    padding-right: 62px !important;
  }
}
@media (max-width:767px){
  .home-row-2-section .dnd-section > div > .widget-span {
    width: 100%;
  }
  .therapists-counter_column {
    float: none;
    width: 100%;
  }
  .therapists-counter {
    padding-top: 33px;
  }
  .home-row-4-section .content-with-icon-card {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width:420px){
  .home-page-row-6 table tbody tr td:not(:first-child) {
    width: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}


.website-header-wrap > div{
  padding-right: 35px;
  padding-left: 35px;
}
.top-header{
  background: #fff;
}
.bottom-header {
  background: #fff;
}

.website-header-wrap ul {
  margin: 0;
  padding: 0;
}

.website-header-wrap ul li {
  margin: 0;
  padding: 0;
}

.top-header-menu-in .hs-menu-wrapper > ul {
  display: flex;
  margin-right: 0;
  align-items: stretch;
  justify-content: flex-end;
  flex: 1 auto;
  margin-left: auto;
}

.top-header-menu-in .hs-menu-wrapper > ul > li {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  align-items: center;
  padding-bottom: 0.5em;
}

.top-header-menu-in .hs-menu-wrapper > ul > li > a {
  white-space: nowrap;
  flex: 1 auto;
  flex-flow: row wrap;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px 15px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}

.top-header-menu-in {
  padding-left: 15px;
  padding-right: 15px;
}

.top-header-menu-in .hs-menu-wrapper > ul > li > a:hover {
  color: #000000;
}

.bottom-header-wrap {
  flex-wrap: nowrap;
  display: flex;
  align-items: stretch;
  flex: 1 auto;
  /* margin-left: -15px; */
  /* margin-right: -15px; */
}

.bottom-header-col {
  flex-flow: row nowrap;
  display: flex;
  align-items: stretch;
  position: static;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.logo-wrp {
  padding-top: 14px;
  padding-bottom: 14px;
  max-width: 200px;
}

button.mobile-toggler {
  display: none;
}

.bottom-header-col.col-right {
  justify-content: flex-end;
}

.header-menu-desktop {
  width: auto;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  flex: 1 auto;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  height: auto;
  flex-basis: 0;
  padding-bottom: 0;
  overflow: visible;
}

.header-module-btn {
  margin-left: 25px;
  align-items: flex-end;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header-menu-desktop .hs-menu-wrapper > ul {
  flex: 1 auto;
  margin-left: auto;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  margin-right: 0;
}

.header-menu-desktop .hs-menu-wrapper > ul:before,.header-menu-desktop .hs-menu-wrapper > ul:after {
  content: " ";
  display: table;
}

.header-menu-desktop .hs-menu-wrapper > ul:after {
  clear: both;
}

.header-menu-desktop .hs-menu-wrapper > ul > li {
  padding-bottom: 0.5em;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.bottom-header {
  position: relative;
  z-index: 3;
}

.header-menu-desktop .hs-menu-wrapper > ul > li > a {
  display: flex;
  padding: 10px 15px;
  position: relative;
  display: flex;
  white-space: nowrap;
  flex: 1 auto;
  flex-flow: row wrap;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
}

.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 16px;
  line-height: 1.5em;
  list-style: none;
  text-align: left;
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
  position: absolute;
  top: 100%;
  min-width: 232px;
  padding: 1.0625em 0;
  background-position: center bottom;
  width: 100%;
  flex-flow: row wrap;
  border-top-width: 1px;
  padding-top: 35px;
  padding-right: 50px;
  padding-bottom: 35px;
  padding-left: 60px;
  background: #79bac1 url(//cdn2.hubspot.net/hubfs/7701598/raw_assets/public/CarolinaPediatricTherapy_May2020/images/hands-with-hearts.jpg);
  border-top-color: rgba(255,255,255,0.06);
  border-top-style: solid;
  display: flex;
  background-position: center bottom;
}

.logo-wrp > div:last-child {
  display: none;
}

.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:nth-child(2n+1) {
  width: 66.66666667%;
}

.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:nth-child(2n) {
  width: 33.33333333%;
  padding-left: 20px;
}
.logo-wrp img {
  display: block;
}
.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li {
  padding-left: 15px;
  padding-right: 15px;
  line-height: normal;
}
.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a {
  margin-bottom: 20px;
  display: block;
  cursor: text;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: rgb(255, 255, 255);
  font-family: Lato;
  font-weight: 900;
  line-height: 1.2em;
}

.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li ul li {
  margin-bottom: 13px;
  padding-bottom: 0.5em;
  margin-top: -1px;
}

.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li ul li a {
  color: rgb(255, 255, 255);
  font-size: 15px;
}

.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li ul li a:hover {
  color: rgb(255, 137, 137);
}

.header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a:hover {
  color: rgb(255, 255, 255);
}
.header-menu-desktop .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.header-menu-desktop .hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}
.header-menu-desktop > div,.header-menu-desktop > div > span,.header-menu-desktop .hs-menu-wrapper {
  display: block;
  height: 100%;
}

.header-menu-desktop .hs-menu-wrapper > ul {
  height: 100%;
}

.header-module-btn a {
  border-radius: 4px;
  background-color: #46b3e6;
  border-color: #46b3e6;
  color: #ffffff;
  line-height: 1.15em;
  font-size: 13px;
  font-weight: 700;
  padding: 1.039em 2.7em;
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: all .3s ease;
  background: linear-gradient(to right, rgb(70, 179, 230) 0%, rgb(70, 179, 230) 100%);
  border-width: 2px;
  border-style: solid;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05);
  display: inline-flex;
  white-space: nowrap;
}

.header-module-btn a:hover {
  transform: translateY(-1px);
  color: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.home-lay .top-header-menu-in {
  max-width: 1200px;
  margin: 0 auto;
}
.header-menu-desktop .hs-menu-wrapper > ul:hover > li > a {
  opacity: 0.35;
}
.header-menu-desktop .hs-menu-wrapper > ul:hover > li:hover > a,
.header-menu-desktop .hs-menu-wrapper > ul > li:hover > a {
  opacity: 1;
}

@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.website-header-wrap .bottom-header {
  position: relative;
  z-index: 1000;
  left: 0;
  right: 0;
  width: 100%;
  top:0;
}
@media (max-width:1270px){
  .top-header-menu-in {
    padding: 0;
  }
}


@media (min-width:1200px){
  .header-mobole-menu-wrap {
    display: none;
  }
  .website-header-wrap-out {
    min-height: 177px;
    position: relative;
    z-index: 1002;
  }
  .fix-header-desktop .website-header-wrap .bottom-header {
    position: fixed;
    box-shadow: 0 2px 58px rgba(0, 0, 0, 0.17);
    top: 0px;
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  }

  .fix-header-desktop .logo-wrp {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .fix-header-desktop .logo-wrp > div:first-child {
    display: none;
  }

  .fix-header-desktop .logo-wrp > div:last-child {
    display: block;
  }
  .website-header-wrap-out.landing-header-wrap-out {
    min-height: 118px;
  }
}


@media (max-width:1199px){
  .fix-header-mob .website-header-wrap .bottom-header {
    position: fixed;
    top: 0px;
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  }

  .fix-header-mob .logo-wrp {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .fix-header-mob .logo-wrp > div:first-child {
    display: none;
  }

  .fix-header-mob .logo-wrp > div:last-child {
    display: block;
  }
  .website-header-wrap-out {
    min-height: 134px;
  }
  .top-header {
    display: none;
  }

  .website-header-wrap>div {
    background-color: #f6f6f6;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-header-col.col-right {
    display: none;
  }

  .bottom-header-col {
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-header-col .content {
    display: flex;
    align-items: center;
    flex: 1 0;
    justify-content: space-between;
    position: relative;
    z-index: 10;
  }

  .logo-wrp {
    padding: 22px 0;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    flex: 0 0 33.3333333333%;
    transition: none;
    line-height: normal;
    float: none;
    order: 0;
    display: inline-flex;
    height: auto;
  }

  button.mobile-toggler {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    border: none;
    background: none;
    background-color: transparent;
    box-shadow: none;
    color: #000;
    flex-flow: row wrap;
    align-items: center;
    border-radius: 4px;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button;
    position: relative;
    float: right;
    display: flex;
    flex: 0 0 33.3333333333%;
    order: 3;
    justify-content: flex-end;
    margin: 0;
  }

  span.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .mobile-toggler span.bars {
    align-items: inherit;
    justify-content: inherit;
    display: flex;
    flex-flow: column nowrap;
    transition: all 0.45s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    width: 20px;
    height: 15px;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
  }

  .mobile-toggler span.bars span.bar {
    display: inline-block;
    flex-flow: inherit;
    align-items: inherit;
    justify-content: inherit;
    background-color: #000;
    width: 20px;
    height: 2px;
    border-radius: 50em;
    margin-bottom: 4.25px;
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    transition: all 0.3s ease;
  }

  .mobile-toggler span.bars span.bar:first-child,
  .mobile-toggler span.bars span.bar:last-child {
    transition-delay: 0.15s;
  }

  .mobile-toggler span.bars span.bar:nth-child(2) {
    width: 16px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    transition: all 0.3s ease;
    margin-right: auto;
  }

  .mobile-toggler span.bars span.bar:last-child {
    margin-bottom: 0;
  }

  button.mobile-toggler:focus {
    outline: none;
  }
  .open-menu .mobile-toggler span.bars {
    width: 20px;
    height: 15px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all 0.45s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: initial;
  }

  .open-menu .mobile-toggler span.bars span.bar:first-child {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  .open-menu .mobile-toggler span.bars span.bar:first-child,
  .open-menu  .mobile-toggler span.bars span.bar:last-child {
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .open-menu .mobile-toggler span.bars span.bar:last-child {
    margin-bottom: 0;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  .open-menu .mobile-toggler span.bars span.bar:nth-child(2) {
    width: 22px;
    margin-right: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  .mobile-toggler span.bars span.bar:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    background-color: inherit;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }

  .open-menu .mobile-toggler span.bars span.bar:nth-child(2):before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }



  body:before {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    background-image: linear-gradient(to top left, #1DE1BC 0%, #DA0BEE 100%);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    transition-delay: 0.05s;
  }

  body {
    overflow-x: hidden;
  }

  .body-wrapper {
    transition: height 0.3s, -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.55s cubic-bezier(0.23, 1, 0.32, 1), height 0.3s;
    transition: right 0.55s cubic-bezier(0.23, 1, 0.32, 1), height 0.3s, -webkit-right 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    z-index: 300;
    right: 0;
  }

  body {
    position: relative;
    z-index: 1000;
  }

  body.open-menu .body-wrapper {
/*     overflow: hidden; */
    background-color: #fff;
    right: 80vw;
  }

  body.open-menu {
    overflow: hidden;
  }

  html {
    overflow: initial;
  }

  body.open-menu:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0s;
  }

  .header-mobole-menu-wrap {
    flex: 1 auto;
    padding: 0;
    display: flex !important;
    width: 70vw;
    height: 80vh !important;
    padding-top: 20px;
    border: none;
    position: fixed;
    top: 12vh;
    right: -80vw;
    z-index: 300;
    background: none !important;
    box-shadow: none;
    flex-direction: column;
    justify-content: center;
    right: -25vw;
      opacity: 0;
    visibility: hidden;
    overflow: visible !important;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: right, opacity, visibility;
    transition-property: right, opacity, visibility, -webkit-transform;
    transition-duration: 0.45s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    color: #fff;
  }
  body.open-menu.fix-header-mob .website-header-wrap .bottom-header{
    display:none;
  }
  body.open-menu .header-mobole-menu-wrap {
    right: 0;
    opacity: 1;
    visibility: visible !important;
    transition-delay: 0.1s;
  }
  .header-mobole-menu-wrap:before,.header-mobole-menu-wrap:after{
    content: " ";
    display: table;
  }
  .header-mobole-menu-wrap:after{
    clear: both;
  }
  .close-menu {
    font: inherit;
    margin: 0;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 10;
    justify-content: flex-end;
    color: #fff;
    pointer-events: all;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0;
    border: none;
    background: none;
    background-color: transparent;
    box-shadow: none;
    float: right;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: button;
    cursor: pointer;
    text-transform: none;
    overflow: visible;
  }

  .close-menu span.bars {
    align-items: inherit;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding-left: 8px;
    width: 42px;
    height: 42px;
    border: 2.4px solid rgba(255, 255, 255, 0.4);
    border-radius: 50em;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
  }

  .close-menu span.bars span.bar {
    display: inline-block;
    flex-flow: inherit;
    align-items: inherit;
    justify-content: inherit;
    width: 20px;
    height: 2px;
    border-radius: 50em;
    margin-bottom: 4.25px;
    position: relative;
    background-color: #fff;
  }

  .close-menu span.bars span.bar:first-child,.close-menu span.bars span.bar:last-child {
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    display: none;
  }

  .close-menu span.bars span.bar:nth-child(2) {
    width: 22px;
    margin-right: auto;
    -webkit-transform: translateY(2px) rotate(135deg) !important;
    transform: translateY(2px) rotate(135deg) !important;
    transition: none !important;
  }

  .close-menu span.bars span.bar:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    background-color: inherit;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .menu-wrp-mobile {
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul {
    margin-left: auto;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    flex: 0 auto;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul > li {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    padding-bottom: 0.5em;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul:before,
  .menu-wrp-mobile .hs-menu-wrapper > ul:after {
    content: " ";
    display: table;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul:after {
    clear: both;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul > li > a {
    position: relative;
    flex: 1 auto;
    flex-flow: row wrap;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    display: flex;
    padding: 15px 25px;
    border: none;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul > li > a:hover {
    color: #fff;
  }
  .menu-wrp-mobile .hs-menu-wrapper > ul > li > ul {
    text-align: inherit;
    box-shadow: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    right: auto;
    min-width: 0;
    border-radius: 0;
    position: static;
    top: auto;
    visibility: visible;
    display:none;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul > li > ul li {
    position: relative;
    font-size: 1em;
    line-height: normal;
    padding-bottom: 0.5em;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul ul ul {
    padding-bottom: 20.8px;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul > li > ul > li:last-child {
    padding-bottom: 23px;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul > li > ul > li {
    padding-left: 35px;
    padding-right: 35px;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul > li > ul > li > a {
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.01em;
    font-weight: 900;
    line-height: 1.2em;
    cursor: text;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul ul ul li {
    font-size: 1em;
    line-height: normal;
    padding-bottom: 0.5em;
    margin-bottom: 13px;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul ul ul li a {
    display: block;
    font-size: 15px;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul > li > ul > li:first-child {
    padding-top: 15px;
    margin-top: 22px;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul ul ul li a:hover {
    color: #fff;
  }
  span.submenu-expander {
    z-index: 3;
    font-size: 18px;
    width: 36px;
    height: 36px;
    margin-left: 18px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.05);
    text-align: center;
    position:absolute;
  }

  .menu-wrp-mobile .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    display:inline-block;
  }
  span.submenu-expander .fa {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  span.submenu-expander {
    margin-top: -3px;
    line-height: 36px;
  }
  body.fix-header-mob button.mobile-toggler {
    padding-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.website-footer-main {
  background-color: #006ba6;
  background-repeat: repeat;
  color: rgba(240,240,240,0.703);
  padding-top: 140px;
}

.website-footer-main > div {
  padding-left: 7%;
  padding-right: 7%;
}

.website-footer-bottom {
  border-top-style: solid;
  border-top-color: rgba(255,255,255,0.12);
  padding-bottom: calc(30px + 0.5em);
  padding-top: 15px;
  border-top-width: 1px;
}

.website-footer-bottom > div,
.website-footer-middle > div {
  padding-left: 15px;
  padding-right: 15px;
}


.website-footer-middle {
  padding-bottom: calc(15px + 0.5em);
  padding-top: 30px;
}


.footer-top-wrap-in {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -20px;
  margin-right: -20px;
}

.website-footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-top-wrap {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}

.footer-top-col.col-right {
  width: 33.33333333%;
}

.footer-top-col.col-left {
  width: 66.33333337%;
}
.footer-menu .hs-menu-wrapper > ul {
  display: block;
}

.footer-menu .hs-menu-wrapper > ul:after,.footer-menu .hs-menu-wrapper > ul:before {content: "";content: " ";display: block;width: 100%;clear: both;}
.footer-menu .hs-menu-wrapper > ul li {
  padding: 0;
}
.footer-menu .hs-menu-wrapper > ul > li {
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}



.footer-menu .hs-menu-wrapper > ul > li > a {
  cursor: text;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 1em;
  display: block;
  font-weight: 700;
  line-height: 1.2em;
}

.footer-menu .hs-menu-wrapper > ul ul li {
  margin-bottom: 2px;
  padding-bottom: 0.5em;
}

.footer-menu .hs-menu-wrapper > ul ul li a {
  display: block;
  color: rgba(240,240,240,0.7);
  font-size: 14px;
}
.website-footer-bottom .hs_cos_wrapper_type_text,
.website-footer-middle .hs_cos_wrapper_type_rich_text{
  font-size: 14px;
}
.footer-menu .hs-menu-wrapper > ul {
  margin: 0 -10px;
  width: auto;
}

.footer-top-col.col-left {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-top-col.col-right {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-top-col.col-right {
  text-align: center;
}

.website-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.website-footer h3 {
  margin-bottom: 2em;
  margin-top: 0;
  font-size: 18px;
  color: rgb(255, 255, 255);
}
.footer-menu .hs-menu-wrapper>ul>li+li {
  padding-left: 13px;
}

.footer-top-col.col-right {
  padding-left: 20px;
  position: relative;
  top: -1px;
}

ul.social-icon {
  font-size: 30px;
}

ul.social-icon li {
  display: inline-block;
  margin-right: 1em;
  font-size: 1em;
  line-height: 1em;
}

ul.social-icon li:last-child {
  margin-right: 0;
}

ul.social-icon li a {
  color: #ffffff;
}

.website-footer-main {
  padding-top: 144px;
}

.footer-menu .hs-menu-wrapper>ul>li>a:hover {
  color: #fff;
}

.footer-menu .hs-menu-wrapper>ul ul li a:hover,.website-footer a:hover {
  color: #fff;
}
.footer-menu .hs-menu-wrapper>ul ul li a, .website-footer a {
  color: rgba(240,240,240,0.7);
}
ul.social-icon li i.fa {
  font-family: 'FontAwesome';
  font-weight: 400;
}


@media (max-width:991px){
  .website-footer-main>div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 2em;
  }

  .website-footer-main > div.website-footer-top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .website-footer-main {
    padding-top: 146px;
  }
}

@media (max-width:767px){
  .footer-top-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-top-col.col-left,
  .footer-top-col.col-right {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: static;
  }

  .footer-menu .hs-menu-wrapper>ul {
    margin: 0;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }

  .footer-top-wrap-in {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .website-footer-main>div.website-footer-top {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    padding-bottom: 6px;
  }

  .footer-menu .hs-menu-wrapper>ul>li:last-child {
    padding-bottom: 5px;
  }
}

@media (min-width:1200px) and (min-height:700px){
  .main-body-wrapper{
    background-color: #f6f5f3;
    position:relative;
    z-index:10;
  }
  .website-footer-main {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
  }

  .website-footer {
    position: relative;
    z-index: 2;
  }
}
@media (min-width:1200px) and (max-height:699px){
  .website-ft-ht{
    display:none !important;
  }
}
@media (max-width:1199px){
  .website-ft-ht {
    display: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*Blog Listing with Sidebar*/
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}


.blog-pagination-nav li.not-visible {
  display: none;
}
.hs-blog-listing .top-header,.hs-blog-listing .bottom-header {
  background: #fff;
}
.blog-row-wrapper-body {
  background-color: #f0f2f4;
  padding-top: 90px;
  padding-bottom: 90px;
}
.blog-header-wrap .blog-header-inner {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.blog-header-inner-content {
  margin-left: 16.66666667%;
  width: 66.66666667%;
}

.blog-header-content {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.blog-header-content h1.blog-header-title {
  text-transform: uppercase;
  margin-bottom: 0.15em;
  display: inline-block;
  margin-top: 0;
  font-family: Lato;
  font-weight: 700;
  line-height: 1.32em;
  letter-spacing: -1px;
  font-size: 37px;
  color: #24140d;
}
.blog-header-subtitle p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.blog-header-content {
  padding-bottom: 60px;
}
.blog-content-wrap-all {
  margin: 0 -15px;
  width: auto;
}
.post-item-wrap {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
  min-height: 1px;
}

.post-item-box {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #181b31;
  margin-bottom: 30px;
}

.post-item-box .liquid-lp-media {
  position: relative;
  background-size: cover;
  background-position: center;
  transition: box-shadow 0.3s, -webkit-transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, transform 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s, -webkit-transform 0.3s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 1.25em;
}

.post-item-box .liquid-lp-media a {
  display: block;
  position: relative;
  z-index: 2;
  color: inherit;
}

.post-item-box .liquid-lp-media a img {
  transition: opacity 1s;
  width: 100%;
  opacity: 1;
  object-fit: cover;
  max-height: 205px;
}
img {
  vertical-align: middle;
}

.liquid-blog-item-inner > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -99999px;
  color: inherit;
}

.liquid-lp-header {
  display: block;
}

h2.post-item-title {
  font-size: 27px;
  line-height: 1em;
  letter-spacing: -0.05em;
  font-family: Lato;
  margin: 0;
  font-weight: 700;
}

h2.post-item-title a {
  color: inherit;
}
.liquid-lp-details {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-top: 0.75em;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.35);
}

.liquid-lp-details time, .liquid-lp-details .liquid-lp-category {
  display: inline-block;
  margin: 0;
  font-size: 1em;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
}

span.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  top: 0;
  left: 0;
}

ul.liquid-lp-category {
  position: relative;
  z-index: 21;
  padding: 0;
}

ul.liquid-lp-category li {
  display: inline-block;
  padding-bottom: 0.5em;
}

ul.liquid-lp-category li a {
  color: inherit;
  position: relative;
}

.liquid-lp-excerpt.entry-summary {
  margin-top: 0.35em;
  margin-bottom: 0.75em;
}

footer.liquid-lp-footer {
  position: relative;
  margin-top: 0;
}

footer.liquid-lp-footer a {
  font-size: 11px;
  color: inherit;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all .3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  border-radius: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
}

footer.liquid-lp-footer a > span {
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  display: inline-flex;
  padding: 1.15em 2.1em;
  border-radius: inherit;
  border-color: inherit;
  flex-flow: row wrap;
  align-items: center;
  padding: 0;
}

footer.liquid-lp-footer span.btn-line {
  display: inline-block;
  width: 2.727em;
  height: 2px;
  margin-right: 1em;
  position: relative;
  background-color: var(--color-primary);
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background-color: #181b31;
}

footer.liquid-lp-footer span.btn-txt {
  position: relative;
  z-index: 3;
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
}

footer.liquid-lp-footer span.btn-line.btn-line-after {
  -webkit-transform: scaleX(0) translateX(0);
  transform: scaleX(0) translateX(0);
  margin-right: 0;
  margin-left: 1em;
}

.post-item-box:hover h2.post-item-title.h3 {
  text-decoration: underline;
  /* text-decoration-style: solid; */
  /* text-decoration-color: red; */
}

.post-item-box:hover footer.liquid-lp-footer span.btn-line.btn-line-before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.post-item-box:hover footer.liquid-lp-footer span.btn-txt {
  -webkit-transform: translateX(-3.727em);
  transform: translateX(-3.727em);
}

.post-item-box:hover footer.liquid-lp-footer span.btn-line.btn-line-after {
  -webkit-transform: scaleX(1) translateX(-3.727em);
  transform: scaleX(1) translateX(-3.727em);
}

footer.liquid-lp-footer span.btn-line.btn-line-after:after {
  content: '\f054';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: 1px;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  font: normal normal 1em/1 fontAwesome;
}

.post-item-box:hover footer.liquid-lp-footer span.btn-line.btn-line-after:after {
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  transition-delay: 0.13s;
}
.blog-pagination-nav {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0 15px;
}

.blog-pagination-nav nav {
  display: block;
}

ul.blog-pagination-pagi {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

ul.blog-pagination-pagi li {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  padding-bottom: 0.5em;
}

ul.blog-pagination-pagi li span.page-numbers.current {
  color: #16171e;
}

ul.blog-pagination-pagi li a {
  display: inline-block;
}
.post-item-wrap:nth-child(4n+1) {
  clear: left;
}
.topic-titlebar {
  padding-top: 200px;
  padding-bottom: 200px;
  color: #000;
  background: #fff;
}

.topic-titlebar .topic-titlebar-col h1 {
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 0.5em;
}
.blog-topic-wrapper-body {
  background-color: #f6f5f3;
  padding-top: 70px;
  padding-bottom: 70px;
}

.blog-topic-wrapper-body .post-item-wrap {
  width: 50%;
}

.blog-topic-wrapper-body .post-item-wrap:nth-child(2n+1) {
  clear: left;
}

img {
  height: auto;
}

.blog-topic-wrapper-body .liquid-blog-item-inner>a {
  display: none;
}

.blog-topic-wrapper-body  h2.post-item-title {
  font-family: Lato;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 25px;
  color: #181b31;
  margin-bottom: 0;
  margin: 0;
  letter-spacing: -1px;
}

.blog-topic-wrapper-body .post-item-box .liquid-lp-media {
  margin-bottom: 1.5em;
}

.blog-topic-wrapper-body .post-item-box:hover h2.post-item-title.h3 {
  text-decoration: none;
}

.blog-topic-wrapper-body .liquid-lp-details {
  display: none;
}

.blog-topic-wrapper-body .liquid-lp-excerpt.entry-summary {
  margin-bottom: 1em;
  margin-top: 0.25rem;
}

.blog-topic-wrapper-body footer.liquid-lp-footer-topic {
  margin-top: 1.5em;
  position: relative;
}

footer.liquid-lp-footer-topic a span.btn-txt-topic,
footer.liquid-lp-footer-topic span.btn-icon-topic {
  position: relative;
  z-index: 3;
}

footer.liquid-lp-footer-topic span.btn-icon-topic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  letter-spacing: 0;
  transition: inherit;
  background-size: 99.99% !important;
  margin-right: 0;
  margin-left: 8px;
}

footer.liquid-lp-footer-topic span.btn-icon-topic i {
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  position: relative;
  z-index: 3;
}
.blog-topic-wrapper-body footer.liquid-lp-footer-topic a {
  font-weight: 700;
  transition: all .3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05);
  border-radius: 0;
  font-size: 1em;
  white-space: nowrap;
  display: inline-flex;
  padding: 0;
  position: relative;
}

.blog-topic-wrapper-body footer.liquid-lp-footer-topic a:hover {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #46b3e6;
}
.blog-topic-wrapper-body h2.post-item-title:hover {
  color: #46b3e6;
}
.blog-topic-wrapper-body .post-item-box:hover .liquid-lp-media {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.1);
}
.blog-topic-wrapper-body  .liquid-lp-excerpt.entry-summary {
  color: #666666;
}
@media (max-width:1199px){
  h2.post-item-title {
    font-size: 21.3px;
  }
  .hs-blog-listing .top-header, .hs-blog-listing .bottom-header {
    background: #fff;
    background-color: #f6f6f6;
  }
  .logo-wrp {
    flex: 0 0 200px;
    width: 200px;
    margin-right: -20px;
  }
}
@media (max-width:1199px) {
  .post-item-box .liquid-lp-media a img {
  max-height: 161px
  }
}

@media (max-width:991px){
  .blog-topic-wrapper-body .post-item-wrap{
    float:none;
    width:100%;
  }
  h2.post-item-title {
    font-size: 21.3px;
  }


  .post-item-wrap {
    width: 50%;
  }

  .blog-header-inner-content {
    margin-left: 0;
    width: 100%;
  }

  .post-item-box .liquid-lp-media a img {
    max-width: 660px;
    max-height: 227px;
  }

  h2.post-item-title {
    font-size: 30px;
  }

  .post-item-wrap:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width:767px){
  .post-item-wrap {
    width: 100%;
    float: none;
  }
  .topic-titlebar .topic-titlebar-col h1 {
    font-size: 48px
  }
  .post-item-box .liquid-lp-media a img {
    max-width: 660px;
    max-height: 500px;
  }
}
@media (max-width:479px){
  .topic-titlebar .topic-titlebar-col h1 {
    font-size: 38px
  }
}
@media (max-width:320px){
  h2.post-item-title {
    font-size: 38px
  }
}


/* Blog Post */

.post-content-col {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.post-content-col-in{
  padding-left: 15px;
  padding-right: 15px;
}
.post-body-top {
  padding-top: 65px;
}
h1.blog-post-title {
  font-weight: 700;
  line-height: 1.32em;
  letter-spacing: -1px;
  font-size: 37px;
  color: #24140d;
  font-family: inherit;
  margin-top: 0;
  margin-bottom: 0.6em;
}
.post-meta {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 1.5em;
}
.post-meta > span {
  display: inline-block;
}

.post-meta span.text-elemnt {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
}

.post-meta > span:first-child {
  margin-right: 3.25em;
}
.post-body-description {padding-bottom: 42px;}

.post-body-description .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}
.post-body-top:after{
  content: " ";
  display: table;
  clear: both;
}
.post-description-data-wrap {
  background-color: #c3edea;
  padding-top: 32px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom:42px;
}

.post-description-data-in {
  padding-left: 15px;
  padding-right: 15px;
}

.post-description-data-flex {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.post-description-data-col.col-left {
  margin-left: 8.33333333%;
  width: 58.33333333%;
}

.post-description-data-col .content {
  padding-left: 15px;
  padding-right: 15px;
}

.post-description-data-flex h2 {
  margin: 0 0 0.25em;
}

.post-description-data-col.col-left .content-in {
  margin-bottom: 2.5em;
}

.post-description-data-col.col-right {
  width: 33.33333333%;
}

.post-description-data-col a.scedule-btn {
  display: inline-flex;
  padding: 0;
  position: relative;
  border: 1px solid rgb(13, 156, 252);
  background-color: rgb(13, 156, 252);
  border-color: rgb(13, 156, 252);
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #fff;
  transition: all .3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  border-radius: 50em;
  border-width: 1px;
  text-transform: uppercase;
}

.post-description-data-col a.scedule-btn span {
  display: inline-flex;
  padding: 1.15em 2.1em;
  border-radius: inherit;
  border-color: inherit;
  flex-flow: row wrap;
  align-items: center;
  margin: -0.5px;
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
}

.post-description-data-col a.scedule-btn:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(13, 156, 252);
}
.blog-single-footer {
  margin: 0.2em 0 1.25em;
  display: flex;
}
.blog-single-footer > span.tags-links{
  padding: 0;
  font-size: 10px;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  list-style: none;
}
.blog-single-footer > span{
  margin: 2.5em 0;
}
.blog-single-footer .tags-links > a {
  padding: 0.5em 1.5em;
  margin-bottom: 0.5em;
  align-items: center;
  border: 1px solid #16171e;
  color: #16171e;
  opacity: 0.6;
  display: inline-flex;
  margin-right: 0.2em;
}
.blog-single-footer .tags-links > a:hover {
  opacity: 1;
}
.share-links {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.share-links > span {
  margin-right: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em
}
.share-links .social-icon {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
  line-height: 1em;
  border-radius: 50em;
  font-size: 14px;
  display: inline-block;
}
.share-links .social-icon li {
  display: inline-block;
  margin-right: 1.2em;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 0.5em;
  margin-right: 0.3em;
}
.share-links .social-icon li a {
  display: inline-flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  color: #fff;
  width: 30px;
  background-color: transparent;
  line-height: normal;
  border-radius: 50em;
}
.share-links .social-icon li a i {
  display: inherit;
  justify-content: inherit;
  align-items: inherit;
  border-radius: 50em;
  width: 100%;
  height: 100%;
  position: relative;
}
.share-links .social-icon li a:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.share-links .social-icon li a i[class*=fa-facebook] {
  background-color: #3b5998;
}
.share-links .social-icon li a i[class*=fa-twitter] {
  background-color: #1da1f2;
}
.share-links .social-icon li a i[class*=fa-pinterest-p] {
  background-color: #bd081c;
}
.share-links .social-icon li a i[class*=fa-linkedin] {
  background-color: #0077b5;
}
.post-nav {
  margin: 0.2em 0 1.25em;
  display: flex;
  padding: 2.25em 0;
  font-size: 1.0909090909em;
  line-height: 1.25em;
}
.post-nav .nav-previous {
  padding-left: 30px;
}
.post-nav a {
  display: inline-block;
  position: relative;
}
.post-nav svg {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0.95, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0, 0.95, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0, 0.95, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0, 0.95, 0.3, 1);
}
.post-nav .nav-previous svg {
  left: -40px;
}
.post-nav .nav-title {
  color: #16171e;
}
.post-nav .nav-previous:hover svg {
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
}
.post-nav .nav-next {
  padding-right: 30px;
  text-align: right;
}
.post-nav .nav-next svg {
  right: -40px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
}
.post-nav .nav-next:hover svg {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}
.post-nav .nav-subtitle {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.related-posts-wrap {
  margin: 1.5em 0 0.5em;
  margin-bottom: 0;
}

.related-posts-container {
  padding-left: 15px;
  padding-right: 15px;
}

.related-posts-container .clearfix {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-flow: row wrap;
}

.related-posts-container .clearfix > div {
  padding-left: 15px;
  padding-right: 15px;
}

.related-posts-col.full {
  width: 100%;
  text-align: center;
}

.related-posts-col.full h3.related-posts-title {
  margin-bottom: 1.75em;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.related-posts-col.col-half {
  width: 50%;
}

.related-post .related-post-image {
  margin-bottom: 0.9090909091em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.related-post {
  position: relative;
  margin-bottom: 1.875em;
  z-index: 3;
}

.related-post .related-post-image img {
  width: 100%;
}

.related-post:hover .related-post-image {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.related-post a.liquid-overlay-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -99999px;
  z-index: 2;
}

.related-post-header h2 {
  letter-spacing: -0.01em;
  margin: 0 0 0.4166666667em;
  font-size: 23px;
  line-height: 1.5em;
}

.related-post-header h2 a {
  color: inherit;
}

ul.related-post-categories {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 3;
  list-style: none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.post-banner-area .blog-single-media {
  margin-bottom: 0;
}
.comments-area-bl-pst {
  padding-bottom: 2.25em;
}

.blog-comments {
  max-width: 100%;
}

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

.comments-area-bl-pst h3.comments-area-bl-pst-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1.25em 0 0.75em;
}

.comments-area-bl-pst .blog-comments {
  margin-top: 3em;
  font-size: 16px;
}

.comments-area-bl-pst .blog-comments fieldset {
  max-width: none;
  margin: 0 -15px;
  width: auto;
}

.comments-area-bl-pst .blog-comments fieldset:after,
.comments-area-bl-pst .blog-comments fieldset:before {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}

.comments-area-bl-pst .blog-comments fieldset > div {
  padding: 0 15px;
}

.comments-area-bl-pst .blog-comments .hs-form-field {
  margin-bottom: 35px;
}

.comments-area-bl-pst .blog-comments .hs-form-field .input {
  margin-right: 0 !important;
}

.comments-area-bl-pst fieldset.form-columns-3 > div {
  width: 33.3333% !important;
}

.comments-area-bl-pst fieldset.form-columns-2 > div {
  width: 50% !important;
}

.comments-area-bl-pst .inputs-list label>span {
  margin-left: 8px;
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 12px;
}

.grecaptcha-badge {
  margin: 0;
}

.blog-comments .hs-submit {
  text-align: left;
}

.comments-area-bl-pst .blog-comments .hs-button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 16px 55px;
  border: none;
  background-color: #181b31;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  line-height: 1.5em;
  margin: 0 0 1.3em;
}
.comments-area-bl-pst .blog-comments .hs-button:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background-color: #181b31;
  color: #fff;
}
.comments-area-bl-pst .input > .hs-input {
  z-index: 1;
  width: 100%;
  border: none;
  position: relative;
  background-color: transparent;
  line-height: 1.5em;
  font-family: inherit;
  font-size: inherit;
  height: 45px;
}
.comments-area-bl-pst .hs-input::-webkit-input-placeholder {
  color: #666;
}

.comments-area-bl-pst .hs-input::-moz-placeholder {
  color: #666;
}

.comments-area-bl-pst .hs-input:-moz-placeholder {
  color: #666;
}

.comments-area-bl-pst .hs-input:-ms-input-placeholder {
  color: #666;
}
.comments-area-bl-pst .input:before,
.comments-area-bl-pst .input:after {
  content: '';
  display: table;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background-color: #d8dbe2;
}

.comments-area-bl-pst .input {
  position: relative;
}

.comments-area-bl-pst .input:after {
  clear: both;
  -webkit-transform: scale(0, 2);
  transform: scale(0, 2);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  background-color: #181b31;
}

.comments-area-bl-pst .input > textarea.hs-input {
  z-index: 1;
  width: 100%;
  border: none;
  position: relative;
  background-color: transparent;
  line-height: 1.5em;
  height: auto;
  overflow: auto;
  height: 148px;
}
.comments-area-bl-pst .hs-fieldtype-booleancheckbox .input:after,
.comments-area-bl-pst .hs-fieldtype-booleancheckbox .input:before,
.comments-area-bl-pst .hs_recaptcha .input:after,
.comments-area-bl-pst .hs_recaptcha .input:before{
  display: none !important;
}
.post-description-data-wrap .content-in{
  transition:all 1200ms ease-in-out;
  transform: translateY(36px);
  transition-delay:100;
  opacity:0;
}

.post-description-data-wrap.animated .content-in{
  transform: translateY(0);
  opacity:1;
}
.hs-button:hover {
  text-decoration: none !important;
  cursor: pointer;
}
.comment-date {
  display: block !important;
  margin-top: -10px;
  margin-bottom: 5px;
}
.comments-area-bl-pst .blog-comments .hs-button {
  margin-bottom: 0;
}
.comments-area-bl-pst .blog-comments .actions {
  padding-bottom: 1.3em;
  margin-bottom: 1px;
}
.liquid-lp-excerpt.entry-summary {
  word-break: break-all;
}
.comments-area-bl-pst .blog-comments button.comment-reply-to.hs-button.secondary, 
.comments-area-bl-pst .blog-comments button.comment-reply-to.hs-button.secondary:hover {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: none;
  padding-left: 25px;
  color: #333;
  box-shadow: none;
  transform: none;
}
.comments-area-bl-pst .blog-comments div#comments-listing {
  padding-bottom: 30px;
}
.comments-area-bl-pst .blog-comments .replying {
  padding-left: 0;
}
.post-body-description .hs_cos_wrapper_type_rich_text > p {
  word-break: inherit;
}
@media (min-width:1200px){
  .post-banner-area {
    position: relative;
    z-index: 3;
  }
  .post-banner-area img {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    object-fit: cover;
    right: 0;
    margin: 0 auto;
  }
  .post-banner-area img{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0.06, 0.78, 0.35, 1);
    transition: transform 1s cubic-bezier(0.06, 0.78, 0.35, 1), opacity 0.5s;
    transition: transform 1s cubic-bezier(0.06, 0.78, 0.35, 1), opacity 0.5s, -webkit-transform 1s cubic-bezier(0.06, 0.78, 0.35, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .post-banner-area.animated img{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .parallax {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .post-body-top {
    position: relative;
    z-index: 5;
  }
}
@media (max-width:1199px){
  .post-banner-area img {
    width: 100%;
    max-height: 581px;
    object-fit: cover;
  }
  .post-meta>span+span {
    margin-left: 0;
  }

  .post-meta > span:first-child {
    margin-right: 3.25em;
  }
  .share-links {
    min-width: 229px;
  }
}
@media (max-width:991px){

  .post-banner-area {
    padding: 0 15px;
  }

  .blog-single-footer {
    flex-direction: column;
  }

  .share-links {
    min-width: 100%;
  }

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

  .related-posts-col.full h3.related-posts-title {
    text-align: left;
  }

  .related-posts-col.col-half {
    width: 100%;
  }

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

  .post-meta>span {
    margin: 0 0 1em !important;
  }

  .post-meta > span:last-child {
    margin: 0 !important;
  }
  .post-description-data-col.col-left, .post-description-data-col.col-right {
    width: 100%;
    margin-left: 0;
  }

  .post-description-data-wrap {
    text-align: center;
  }
  .post-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px){
  .post-banner-area {
    padding: 0 50px;
    height: 87vh;
  }
  .with-featured-image-post{
    margin-top: -6.8181818182em;
  }
  .post-body-top {
    padding-left: calc(26%);
    padding-right: calc(26%);
    margin-right: calc(-26%);
    margin-left: calc(-26%);
    background-color: #fff;
  }
  .blog-single-footer {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .blog-single-footer > span {
    max-width: 50%;
  }
  .post-nav {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .post-nav .nav-previous, .post-nav .nav-next {
    max-width: 40%;
  }
}
@media (min-width: 992px){
  .post-content-col-in {
    width: 66.66666667%;
    margin-left: 16.66666667%;
  }
  .post-meta {
    margin-bottom: 3.75em;
  }
}
@media (max-width: 767px){
  .comments-area-bl-pst fieldset.form-columns-3>div,
  .comments-area-bl-pst fieldset.form-columns-2>div{
    width:100% !important;
  }
  .post-body-description-in img[style*="float"] {
    float: none !important;
    margin: 0 0 15px !important;
    display: block !important;
  }
  .hs_cos_wrapper_type_blog_subscribe {
    margin-bottom: 25px;
    display: block;
  }
}
.main-body-wrapper {
  overflow: hidden;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #fff;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 50px 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 650px;
  max-width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}



/* Error 404 Page */
.error-404-content {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  padding: 23px 0;
  padding-bottom: 130px;
}
.error-404-content-in {
  margin-left: 16.66666667%;
  text-align: center;
  width: 66.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}

.text-404 {
  position: relative;
}
.ld-particles-container {
  width: 100%;
  height: 450px;
}
.text-404 .ld-particles-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: auto;
}
.text-404 .re-particles-inner {
  position: relative;
}
canvas{
  display: inline-block;
  vertical-align: baseline;
}
.text-404 .re-particles-inner:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 15px 2px #fff inset, 0 0 30px 2px #fff inset, 0 0 45px 2px #fff inset, 0 0 60px 2px #fff inset;
}
.text-404 h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0.45em;
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  justify-content: center;
}
.error-404-content .liquid-counter-element > span {
  display: flex;
  white-space: nowrap;
}
.error-404-content .liquid-counter-animator {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  background: inherit;
}
.error-404-content .liquid-animator-value {
  display: inline-block;
  visibility: hidden;
}
.error-404-content .liquid-animator-numbers {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  overflow: hidden;
  visibility: visible;
}
.error-404-content .liquid-animator-numbers ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: inherit;
}
.error-404-content .liquid-animator-numbers li {
  margin: 0;
  background: inherit;
}
.text-404-bottom-content h3 {
  margin-bottom: 0.25rem;
}

a.error-btn {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  transition: all .3s ease;
  white-space: nowrap;
  display: inline-flex;
  padding: 0;
  position: relative;
  color: #fff;
  background: #46b3e6;
  border: none;
  border-radius: 50em;
  font-size: 13px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.07);
}

a.error-btn > span {
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  display: inline-flex;
  padding: 1.15em 2.1em;
  border-radius: inherit;
  border-color: inherit;
  flex-flow: row wrap;
  align-items: center;
  margin: 0;
  padding-left: 2.4em;
  padding-right: 2.4em;
}

a.error-btn span.btn-gradient-bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: opacity 0.3s;
  background: linear-gradient(to right, #8224e3 0%, #46b3e6 100%);
}

a.error-btn  span.btn-icon {
  order: -1;
  margin-left: 0;
  font-size: 2.15em;
  margin-right: 0.5em;
  text-shadow: 0 0.25px 0 currentColor, 0 -0.25px 0 currentColor, 0.25px 0 0 currentColor, -0.25px 0 0 currentColor;
}

a.error-btn span.btn-icon i {
  font-family: 'liquid-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  position: relative;
  z-index: 3;
}
.icon-ion-ios-arrow-round-back:before {
  content: "\f117";
}

a.error-btn span.btn-txt {
  position: relative;
  z-index: 3;
}

a.error-btn span .btn-gradient-bg-hover {
  z-index: 1;
  opacity: 0;
  background: linear-gradient(to right, #46b3e6 0%, #8224e3 100%);
}
a.error-btn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
}
a.error-btn:hover span .btn-gradient-bg-hover {
  opacity: 1;
}

@media (max-width:991px){
  .error-404-content-in {
    margin-left: 0;
    width: 100%;
  }
  .error-404-content {
    padding-top: 66px;
  }
  a.error-btn>span {
    padding: 1em 2em;
    padding-left: 2.4em;
    padding-right: 2.4em;
  }
}
@media (max-width:479px){
  .systems-page h1, 
  .systems-page h2 {
    font-size: 25px;
  }
}
/* @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    */
/*****************************************/
.kb_list_col-50 {
    width: 49.8%;
    display: inline-block;
    padding-right: 2.8%;
}
.kb_list_col-50:nth-child(2) {
    padding-right: 0px !important;
}
.kb-header-wrap {
    background: url('https://f.hubspotusercontent40.net/hubfs/7701598/kbhome-bg.jpg');
    padding: 50px 0 45px 0;
    margin-bottom: 55px;
}
.kb-header-wrap h1{
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 700;
}

ul.kb_list_cats {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}
ul.kb_list_cats li{
    display: inline-block;
}
ul.kb_list_cats li a{
    width: 360px;
    height: 230px;
    display: block;
    margin: 10px;
    position: relative; 
}
ul.kb_list_cats li.kb_speach_cat a{
    background-image: url('https://f.hubspotusercontent40.net/hubfs/7701598/speech-therapy-thumb1.jpg');
}
ul.kb_list_cats li.kb_physical_cat a{
    background-image: url('https://f.hubspotusercontent40.net/hubfs/7701598/Physical-Therapy-kb-head-thumb.jpg');
}
ul.kb_list_cats li.kb_occupational_cat a{
    background-image: url('https://f.hubspotusercontent40.net/hubfs/7701598/OccupationalTherapy-head-bg-thumb.jpg');
}
ul.kb_list_cats li.kb_behavioral_cat a{
    background-image: url('https://f.hubspotusercontent40.net/hubfs/7701598/BehavioralTherapy-Knowledgebase-head-bg-thumb.jpg');
}
ul.kb_list_cats li.kb_virtual_cat a{
    background-image: url('https://f.hubspotusercontent40.net/hubfs/7701598/Virtual-Therapy-kb-head-thumb.jpg');
}
ul.kb_list_cats li a span{
    background: rgb(37 184 194);
    width: 100%;
    display: block;
    bottom: 0;
    position: absolute;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}
ul.kb_list_cats li a:hover span {
    background: #03a7f4d4;
}
h2.kb_subhead{
  text-align: center;
  padding-bottom: 40px;
  
}
.kb-tag-header {
    padding: 130px 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-bottom: 70px;
}
.kb-tag-header h1{
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
    color: #FFF;
}
.kb_fallback_no{
  text-align: center;
  
}
.post-meta>span.cat-links {
    margin-right: 3.25em;
}
.kb-hero-search-box {
    margin: 0 auto;
    max-width: 488px;
    position: relative;
}
.kb-hero-search-box form {
    max-width: 486px;
}
.kb-hero-search-box form input{
    border: 0;
}
.kb-hero-search-box .hs-search-field__suggestions {
    max-width: 514px;
    margin: 0 auto; 
    background: #fff;
    border: 0;
    position: absolute;
    z-index: 9;
    border-color: #fff !important;
    text-align: left; 
}
.kb-hero-search-box .hs-search-field__suggestions li a{
    padding: 2px 5px; 
    font-size: 17px;
}
.kb-hero-search-box .hs-search-field__suggestions li a:hover{
   padding-left: 5px; 
   background-color: #46b3e6; 
   color: #fff;

}
.kb-hero-search-box .hs-search-field__suggestions li{
    padding: 5px 15px;
}

/*related items*/
.cpt_related_blog{
   margin-bottom: 80px; 
}
.cpt_related_blog .cpt_related_blog_posts {
    display: inline-block;
    max-width: 347px;
    vertical-align:top;
    margin-bottom: 20px;
}
.cpt_related_blog .cpt_related_blog_posts:nth-child(3) {
    margin: 0 15px;
}
.cpt_related_blog .cpt_related_blog_posts .cpt_related_blog_img_block{
    max-width: 347px;
    height: 200px;
    overflow: hidden;
    display: block;
}
.cpt_related_blog .cpt_related_blog_posts a{
    line-height: 1.2 !important;
    color: #333;
    text-align: center;
    display: block;
    margin-top:12px;
}
/*related blogs*/ 

@media (max-width: 991px){
  .kb_list_col-50 {
      width: 100%;
      padding: 20px;
  }
}
@media(max-width: 768px) {
  .kb-tag-header h1{
    font-size: 30px;
  }
  .kb-tag-header {
      margin-bottom: 10px;
  }
  .kb_list_col-50 .post-item-box{
      margin-bottom: 0;
  }
  h2.post-item-title {
      font-size: 24px;
  }
} 
@media(max-width: 508px) {
    
    .kb-post-title{
      font-size: 25px !important;
    }
}
@media(max-width: 408px) {
    ul.kb_list_cats li a{
        width: 290px;
    }
    
}
@media(max-width: 333px) {
    ul.kb_list_cats li a{
        width: 260px;
    }
}