/* ******************************************************************************
*********************************************************************************
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;
}
/* ******************************************************************************
*********************************************************************************
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: 20px 30px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "icomoon";
  src: url("//7856758.fs1.hubspotusercontent-na1.net/hubfs/7856758/LazarSpinalCare_June2020/Fonts/icomoon/icomoon.eot#iefix") format("embedded-opentype"), 
    url(//7856758.fs1.hubspotusercontent-na1.net/hubfs/7856758/raw_assets/public/LazarSpinalCare_June2020/fonts/icomoon.ttf),
    url(//7856758.fs1.hubspotusercontent-na1.net/hubfs/7856758/raw_assets/public/LazarSpinalCare_June2020/fonts/icomoon.woff);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//7856758.fs1.hubspotusercontent-na1.net/hubfs/7856758/LazarSpinalCare_June2020/Fonts/Font%20Awesome%205%20Free/fa-regular-400.eot") format("embedded-opentype"),
    url(//7856758.fs1.hubspotusercontent-na1.net/hubfs/7856758/raw_assets/public/LazarSpinalCare_June2020/fonts/fa-regular-400.woff),
    url(//7856758.fs1.hubspotusercontent-na1.net/hubfs/7856758/raw_assets/public/LazarSpinalCare_June2020/fonts/fa-regular-400.woff2);
  font-style: normal;
  font-weight: 400;
}



@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//7856758.fs1.hubspotusercontent-na1.net/hubfs/7856758/LazarSpinalCare_June2020/Fonts/Font%20Awesome%205%20Free/fa-solid-900.eot#iefix") format("embedded-opentype"), 
    url(//7856758.fs1.hubspotusercontent-na1.net/hubfs/7856758/raw_assets/public/LazarSpinalCare_June2020/fonts/fa-solid-900.ttf),
    url(//7856758.fs1.hubspotusercontent-na1.net/hubfs/7856758/raw_assets/public/LazarSpinalCare_June2020/fonts/fa-solid-900.woff),
    url(//7856758.fs1.hubspotusercontent-na1.net/hubfs/7856758/raw_assets/public/LazarSpinalCare_June2020/fonts/fa-solid-900.woff2);
  font-style: normal;
  font-weight: 900;
}


html {
  font-size: 24px;
}

body {
  font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #333333;
  line-height: 1.75;
  background: #d7d6d6;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
}

/* Anchor Links */
a {
  color: #589cae;
  text-decoration: none;
}
a, a:hover, a:focus {
  text-decoration: none;
}

a, a:after, a:before {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;  
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.1em;
  line-height: 1.4;
  font-weight: 400;
  font-family: Oxygen, Arial, Helvetica, sans-serif;
  color: #333333;
  word-break: break-word;
}

h1 {
  font-size: 34px;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

h2 {
  font-size: 26px;
  margin-top: 0em;
  margin-bottom: 1.1em;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}

h4 {
  font-weight: normal;
  font-size: 18px;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

h5 {
  font-size: 16px;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}

h6 {
  font-size: 14px;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}
img {
  max-width:100%;
}
ul {

}

ul li,
ol li {

}

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

blockquote {
  background: #f5f5f5;
  border-left: 4px solid #a0ce4e;
  padding: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: italic;
  background-color: #f6f6f6;
  border-color: #968974;
  line-height: 1.75;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

hr {
  border: 0 solid #e7e6e6;
  clear: both;
  position: relative;
  z-index: 11;
  border-color: #e0dede;
  border-top-width: 1px;
  height: 0;
}

img{
  max-width:100%;
  height:auto;
}

@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: 500px;
  font-family: Oxygen, Arial, Helvetica, sans-serif;
}

.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: 100% Arial,Helvetica,sans-serif;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 17px;
  color: #333333;
  display: block;
  float: none;
  width: auto;
  font-weight: 700;
  text-align: left;
  line-height: 1.75;
  padding-top: 0;
  margin-bottom: 10px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #e80000;
}

.hs-input,
.hs-search-field__input,
.systems-page input[type='password']  {
  display: inline-block;
  width: 100%;
  padding: 6.5px 15px;
  font-size: 13px;
  font-family:arial;
  font-weight: normal;
  line-height: normal;
  color: #aaa9a9;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.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-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #aaa9a9;
}

.hs-input::-webkit-input-placeholder {
  color: #aaa9a9;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: 1px;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #e80000;
}
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-color: #333333;
}

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

.field {
  margin-bottom: 25px;
}

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

.hs-form-required {
    color: red;
    margin-left: 5px;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 17px;
  color: #333333;
}
.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-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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: 10px 20px;
  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.
*********************************************************************************
****************************************************************************** */



.hs-team-layout .dnd-section>.row-fluid {
    background: unset !important;
    padding: 0px 0px 0px 0px;
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.fade.in {
    opacity: 1;
}
.tooltip.in {
    opacity: .9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #d1d1d2;
    text-align: center;
    text-decoration: none;
    background-color: rgba(33,33,33,.97);
    border-radius: 4px;
    background-clip: padding-box;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(33,33,33,.97);
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(33,33,33,.97);
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(33,33,33,.97);
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: rgba(33,33,33,.97);
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(33,33,33,.97);
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(33,33,33,.97);
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(33,33,33,.97);
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(33,33,33,.97);
}


.hs-team-banner .banner {
    min-height: 622px;
}
.hs-team-layout .dnd-section > .row-fluid {
    position: relative;
    background: #fff;
    padding: 20px 40px 40px 40px;
}
ul.hs-quote-ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    font-size: 20px;
    line-height: 34px;
}
.hs-quote-ul li {
    padding: 0 0 5.5px 48px;
    position: relative;
}
.hs-quote-ul li:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    color: #666666;
    height: 34px;
    width: 34px;
    margin-right: 14px;
    position: absolute;
    left: 0;
    top: 7px;
}
.hs-team-layout .hs-oembed__starter {
    max-width: 800px;
    max-height: 600px;
    width: 100%;
    padding-top: 68.2%;
    padding-bottom: 0;
}

.body-wrapper {
    background: #ffffff;
}


.hs-new-patients-layout .dnd-column .hs-button {
    padding: 17px 40px;
    font-family: PT Sans, sans-serif;
    line-height: 21px;
    font-size: 18px;
    color: #ab8b65 !important;
    text-transform: uppercase;
    border-width: 1px;
    border-color: #ab8b65;
    width: 280px!important;
    max-width: 100%;
  -webkit-transition: all .2s;
    transition: all .2s;
}
.hs-new-patients-layout .dnd-column .hs-button:hover {
    color: #ffffff !important;
}

.custom-include-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin-top: 0;
}
.custom-include-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-prev, 
.custom-include-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-next {
    margin-top: -15px;
    background-color: rgba(0,0,0,.5);
    display: block;
    border: 0;
    z-index: 1000;
    opacity: .8;
    position: absolute;
    top: 50%;
    text-align: center;
    cursor: pointer;
    color: transparent;
    height: 30px;
    width: 30px;
    -webkit-transition: all .3s ease;
      -webkit-font-smoothing: none;
}
.custom-include-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-prev {
    left: 0;
    margin-left: 0;
}
.custom-include-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-next {
    right: 0;
    margin-right: 0;
}
.custom-include-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-prev:before, 
.custom-include-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-next:before {
    display: block;
    position: relative;
    line-height: 29px;
    font-size: 14px;
    color: #fff;
    font-family: icomoon;
    font-size: 14px;
    opacity: 1;
    -webkit-font-smoothing: none;
}
.custom-include-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-prev:before {
    content: '\f104';
}
.custom-include-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-next:before {
    content: '\f105';
}
.custom-include-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-prev:hover, 
.custom-include-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-next:hover {
    background-color: rgba(0,0,0,.5);
    opacity: 1;
}
.custom-include-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-prev:hover:before, 
.custom-include-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-next:hover:before {
    opacity: 1;
}
.custom-include-slider .hs_cos_gallery_main {
    padding: 0;
    position: relative;
    margin-bottom: 60px;
}
.custom-include-slider .hs_cos_gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-prev,
.custom-include-slider .hs_cos_gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-next {
    opacity: 0.8;
    visibility: hidden;
}
.custom-include-slider .hs_cos_gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-prev:hover,
.custom-include-slider .hs_cos_gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-next:hover {
    opacity: 1;
}
.custom-include-slider .hs_cos_gallery:hover .hs_cos_gallery_main.slick-fixed-height-slider .slick-prev,
.custom-include-slider .hs_cos_gallery:hover .hs_cos_gallery_main.slick-fixed-height-slider .slick-next {
    visibility: visible;
}
.custom-include-slider .hs_cos_gallery .slick-dots {
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}
.custom-include-slider .hs_cos_gallery .slick-dots li {
    margin: 0 6px;
    display: inline-block;
    width: auto;
    height: auto;
}
.custom-include-slider .hs_cos_gallery .slick-dots li button {
    width: 11px;
    height: 11px;
    display: block;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
}
.custom-include-slider .hs_cos_gallery .slick-dots li button:hover,
.custom-include-slider .hs_cos_gallery .slick-dots li.slick-active button {
    background: rgba(0,0,0,.7);
}
.custom-include-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
    margin-bottom: 68px;
}
.hs-new-patients-row .dnd_area1-row-2-padding {
    padding-right: 15%;
    padding-left: 15%;
}
.hs-new-patients-row .dnd_area1-row-3-padding {
    padding-right: 20%;
    padding-left: 20%;
}

ul.hs-arrow_ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 30.6px;
}
.hs-arrow_ul li {
    padding: 5.5px 0;
    padding-left: 43.2px;
    position: relative;
}
.hs-arrow_ul li:first-child {
    padding-top: 0;
}
.hs-arrow_ul li:before {
    content: "\f00c";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ab8b65;
    height: 30.6px;
    width: 30.6px;
    margin-right: 12.6px;
    display: table;
    float: left;
    position: absolute;
    left: 0;
    top:11.5px;
}
.hs-arrow_ul li:first-child:before {
  top: 6px;
}
.hs-faq-layout .custom-accordion-item {
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e0dede;
    border-radius: 0;
    background-clip: padding-box;
    margin-bottom: 0;
}
.hs-faq-layout .accordion-title {
    padding: 10px 0;
}
.hs-faq-layout .accordion-content .inner-col {
    padding: 10px 0 15px;
}
.hs-faq-layout .custom-accordion-item.active:hover .accordion-content {
    background-color: transparent;
}
.hs-faq-layout .custom-accordion-item:hover {
    background-color: transparent;
}
.hs-faq-banner .dnd-section>.row-fluid {
    max-width: none !important;
}
.hs-faq-row {
    padding-right: 14%;
    padding-left: 14%;
}

.hs-home-row .hs-oembed__starter {
    max-width: 600px;
    max-height: 360px;
    width: 100%;
    margin: 0 auto !important;
    padding-bottom: 37.5%;
}

.hs-home-row .row-number-6.dnd-section .span7.dnd-column {
    padding-right: 60px !important;
}
.hs-home-row .row-number-6.dnd-section .span5.dnd-column {
    padding-right: 75px !important;
}
.hs-home-row .row-number-9.dnd-section .span4.dnd-column {
    width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
    margin-right: 4%;
    margin-left: 0;
}
.hs-home-row .row-number-9.dnd-section .span4.dnd-column:last-child {
    margin-right: 0;
}
.hs-home-row .row-number-9.dnd-section .span4.dnd-column > div {
    background-color: rgb(226, 226, 226);
    padding: 15px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.hs-home-row .row-number-9.dnd-section .hs-button {
    text-transform: uppercase;
    padding: 13px 29px;
    line-height: 17px;
    border: 0;
    margin-top: -22px;
    display: block;
}
.hs-home-row .row-number-9.dnd-section .span4.dnd-column > div:last-child {
    padding-bottom: 8px;
}
.hs-home-layout .row-number-1.dnd-section,
.hs-home-layout .row-number-6.dnd-section {
    padding-right: 15%;
    padding-left: 15%;
}

.hs-website-banner .banner-area .hs-oembed__starter {
    max-width: 700px;
    max-height: 500px;
    margin: 0 auto !important;
    padding-bottom: 52.105%;
}
.body-container__website img {
    vertical-align: middle;
}
.hs-speaking-layout .row-number-1.dnd-section .span5.dnd-module {
    padding-left: 17px;
}  
.hs-speaking-layout .dnd-section form {
    position: relative;
    text-align: left;
    margin: 25px auto 0;
    padding: 20px;
    background: #fff;
    border: 2px solid #b0b0b0;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
}
.hs-speaking-layout .dnd-section form label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
}
.hs-speaking-layout .dnd-section form .hs-form-required {
   color:#000 !important;
   margin-left:0;
}
.hs-speaking-layout .dnd-section form .hs-input {
    padding: 6px;
    height: auto;
    border: #979797 1px solid;
    border-radius: 4px;
    color: #000 !important;
    font-size: 14px;
    width: 100%;
    outline: 0;
}
.hs-speaking-layout .dnd-section form .field {
    position: relative;
    margin-bottom: 10px;
}
.hs-speaking-layout .dnd-section form .hs-button {
    -webkit-appearance: none;
    cursor: pointer;
    font-family: arial, sans-serif;
    font-size: 14px;
    text-align: center;
    background: #333 !important;
    border: 0 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #fff !important;
    padding: 10px !important;
    outline: 0;
    margin-top: 2px;  
}
.hs-speaking-layout .dnd-section form .hs-input[type=radio] {
    width: auto;
}
.hs-speaking-layout .dnd-section form .hs-input[type=checkbox] {
    font: 100% Arial,Helvetica,sans-serif;
    vertical-align: middle;
    color: #000;
    outline: 0;
    font-size: 14px;
    margin: 6px 7px 3px 4px;
    padding: initial;
    border: initial;
    width: auto;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.hs-speaking-layout .dnd-section form .hs-input.invalid.error {
    border: #f37c7b 1px solid;
}
.hs-speaking-layout .dnd-section form ul.no-list.hs-error-msgs.inputs-list li {
    position: relative;
    text-align: right;
}
.hs-speaking-layout .dnd-section form label.hs-error-msg {
    padding: 8px 12px;
    background-color: #f37c7b;
    font-size: 14px;
    font-family: arial, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: auto;
    display: inline-block;
    position: relative;
    margin-top: 5px;
}
.hs-speaking-layout .dnd-section form label.hs-error-msg:before {
    content: "";
    top: -5px;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f37c7b;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 14px;
}
.hs-speaking-layout .dnd-section form .hs-main-font-element h4 {
    position: relative;
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    font-family: arial, helvetica, sans-serif;
    color: #000;
}
.hs-speaking-layout .dnd-section form .hs-main-font-element p {
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.6;
}
.hs-speaking-layout .dnd-section form .hs_event_location.hs-event_location .hs-input,
.hs-speaking-layout .dnd-section form .hs_event_details_audience_type_size_etc_ .hs-input {
    min-height: 46px;
}
.hs-speaking-layout .dnd-section form .hs_what_topics_are_you_interested_in_choose_as_many_as_you_d_like_.hs-form-field .inputs-list:first-child {
    padding-top: 0;
}
.hs-speaking-layout .dnd-section form .hs_what_topics_are_you_interested_in_choose_as_many_as_you_d_like_.hs-form-field [role=checkbox] label {
  margin-bottom: 0;
  font-weight: normal;
  margin-bottom: -2px;
}
.hs-speaking-layout .dnd-section form .hs-input[type=checkbox] + span {
    padding-left: 4px;
    margin-top: 0px;
    display: block;
}


.hs-patient-reviews-layout .row-number-1.dnd-section .span6.dnd-module:first-child {
    padding-right: 7px;
}
.hs-patient-reviews-layout .row-number-1.dnd-section .span6.dnd-module:last-child {
    padding-left: 7px;
}
.hs-patient-reviews-layout .row-number-1.dnd-section >.row-fluid {
    border-bottom: solid 1px #e0dede;
    padding-bottom: 1px;
}
.hs-patient-reviews-layout .hs-oembed__starter {
    padding-bottom: 59%;
}
.hs-patient-reviews-layout .row-number-2.dnd-section >.row-fluid,
.hs-patient-reviews-layout .row-number-5.dnd-section >.row-fluid,
.hs-patient-reviews-layout .row-number-8.dnd-section >.row-fluid,
.hs-patient-reviews-layout .row-number-11.dnd-section >.row-fluid,
.hs-patient-reviews-layout .row-number-14.dnd-section >.row-fluid {
    border-bottom: solid 1px #e0dede;
    padding-bottom: 31px;
}
.hs-patient-reviews-layout .hs_cos_gallery {
    max-width: calc(60% - ( ( 4% + 4% ) * 0.6 ) );
    margin: 0 auto;
}
.hs-patient-reviews-layout .row-number-22.dnd-section .row-number-30.dnd-row .hs-testimonial-group {
    margin-bottom: 20px;
}
.hs-patient-reviews-layout .row-number-22.dnd-section {
    padding-right: 14%;
    padding-left: 14%;
}
.body-container__website form textarea.hs-input {
    height: 200px;
}
.body-container__website form input[type="tel"] {
      border-color: #333;
    border-style: inset;
    border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
    background-color: -internal-light-dark-color(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-width: 1px;
    margin: 0;
    width: 100%;
    height: auto;
    vertical-align: inherit;
    color: #000;
}
.body-container__website form .hs-error-msgs label {
    color: #e80000 !important;
}

.body-container-wrapper.website-section .hs-oembed__starter {
    padding-bottom: 59%;
}

.hs-community-impact-banner .banner {
    min-height: 622px;
}
.hs-community-impact-row .row-number-1.dnd-section .span8.dnd-module {
    padding: 20px 40px 20px 40px;
    margin-top: -150px;
    background-color: #ffffff;
    position: relative;
}
.hs-community-impact-row .row-number-1.dnd-section .span4.dnd-column {
    padding: 20px 40px 20px 40px;
    margin-top: -150px;
    background-color: #ffffff;
    position: relative;
}
.hs-community-impact-row .row-number-1.dnd-section .dnd-module ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0;
}
.hs-community-impact-row .row-number-1.dnd-section .dnd-module ul li {
    padding: 5.5px 0;
}
.hs-community-impact-row .row-number-1.dnd-section .dnd-module ul li:first-child {
    padding-top: 0;
}
.hs-community-impact-row .row-number-1.dnd-section .dnd-module ul li > span {
    display: table;
    float: left;
}
.hs-community-impact-row .row-number-1.dnd-section .dnd-module ul li > span i.fusion-li-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.fa-quote-left:before {
    content: "\f10d";
}
.hs-community-impact-row .row-number-1.dnd-section {
    padding-right: 9%;
    padding-left: 9%;
}
.hs-community-impact-row .row-number-2.dnd-section,
.hs-community-impact-row .row-number-4.dnd-section,
.hs-community-impact-row .row-number-6.dnd-section {
    padding-right: 14%;
    padding-left: 14%;
}

.hs-home-row .dnd-section .hs_cos_wrapper_type_rich_text {
  color:#333;
}











@media(max-width:800px) {
  .hs-team-layout .hs-oembed__starter {
      padding-top: 75%;
  }  
  .hs-faq-row {
      padding-right: 13%;
      padding-left: 13%;
  }
  .hs-home-layout .row-number-1.dnd-section, 
  .hs-home-layout .row-number-6.dnd-section {
      padding-right: 13.75%;
      padding-left: 13.75%;
  }
  .hs-patient-reviews-layout .hs_cos_gallery {
    max-width: 100%;
  }
  .hs-community-impact-row .row-number-1.dnd-section .span8.dnd-module {
      width: 100%;
  }
  .hs-community-impact-row .row-number-1.dnd-section .span4.dnd-column {
      width: 100%;
      margin-left: 0;
      margin-top: 0;
  }
  .hs-community-impact-row .row-number-1.dnd-section > .row-fluid {
      display: block !important;
  }
}

@media(max-width:767px) {
  .hs-team-row img {
      float: none !important;
      display: block;
      margin-bottom: 10px !important;
  }
  .hs-home-row .hs-oembed__starter {
      padding-bottom: 52.1%;
  }
  .hs-home-row .row-number-6.dnd-section .span7.dnd-column {
      padding-right: 0 !important;
  }
  .hs-home-row .row-number-6.dnd-section .span5.dnd-column {
      padding-right: 0 !important;
  }
  .hs-home-row .row-number-9.dnd-section .span4.dnd-column {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
  }
  .hs-home-row .row-number-6.dnd-section .span5.dnd-column img {
      vertical-align: middle;
  }
  .hs-website-banner .banner-area .hs-oembed__starter {
      padding-bottom: 71.4286%;
  }
  .hs-patient-reviews-layout .row-number-1.dnd-section .span6.dnd-module:last-child {
      padding-left: 0;
  }
  .hs-patient-reviews-layout .row-number-22.dnd-section {
      padding-right: 13.6%;
      padding-left: 13.6%;
  }
  .hs-speaking-layout .row-number-1.dnd-section .span5.dnd-module {
      padding-left: 0;
  }
  .body-container-wrapper.website-section .hs-oembed__starter {
      padding-bottom: 54%;
      max-width: 600px;
      max-height: 360px;
  }
}

@media (max-width: 667px) {
  .hs-speaking-layout .dnd-section form .hs_what_topics_are_you_interested_in_choose_as_many_as_you_d_like_.hs-form-field [role=checkbox] label {
      width: 100%;
      line-height: 1.55;
      margin-bottom: 12px;
  } 
  .hs-speaking-layout .dnd-section form .hs-input {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 16px;
      line-height: 1.3em;
      -webkit-appearance: none;
  }
  .hs-speaking-layout .dnd-section form .field {
      margin-bottom: 20px;
  }
  .hs-speaking-layout .dnd-section form .hs-main-font-element h4 {
      margin: 0 0 20px;
  }
  .hs-speaking-layout .dnd-section form .hs-input[type=checkbox] {
    -webkit-appearance: auto;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    float: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 4px;
  }
  .hs-speaking-layout .dnd-section form .hs-input[type=checkbox]+span {
      padding-left: 0;
      display: initial;
  }
  .hs-speaking-layout .dnd-section form .hs-button {
      font-size: 1.22em;
      margin-top: -2px;
  }
  .hs-speaking-layout .dnd-section form .hs_what_topics_are_you_interested_in_choose_as_many_as_you_d_like_.hs-form-field .inputs-list:first-child {
      padding-top: 6px;
  }
  .hs-speaking-layout .dnd-section form label.hs-error-msg {
      font-weight: normal;
  }
}



@media(max-width:640px) {
  .table-1 {
      display: block;
      overflow-x: auto;
  }
  .table-1 td, .table-1 th {
      white-space: nowrap;
  }
}

@media(max-width:400px) {
  .hs-team-layout .dnd-section >.row-fluid {
    padding-left: 0;
    padding-right: 0;
  } 
  .hs-team-layout .dnd-section:first-child >.row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }  

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

:root {  
  --main-color: #3090AA;
  --second-color: #AB8B66;

  --font-family: 'DM Sans', sans-serif;
 
}


.header {
  background-color: transparent;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

.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: ;
  height: auto;
  margin-right: auto;
  overflow: hidden;
}

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


/* 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: #333333;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Source Sans Pro, Arial, Helvetica, sans-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: Source Sans Pro, Arial, Helvetica, sans-serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #333333;
  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: Source Sans Pro, Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  color: #333333;
  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: Source Sans Pro, Arial, Helvetica, sans-serif;
  color: #333333;
}

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

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


.custom-header-top-section {
  background-color: #f4f4f4;
  font-size: 12px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid transparent;
  border-bottom-color: #e5e5e5;
}
.hs-header-top-left {
  line-height: 44px;
  color: #747474;
}
.fusion-social-networks {
  overflow: hidden;
}
.fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -10px;
}
[class*=" fusion-icon-"], [class^=fusion-icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fusion-social-networks .fusion-social-network-icon {
  display: inline-block;
  margin: 0 10px 10px 7px;
  font-size: 16px;
  color: #bebdbd;
  text-decoration: none;
  box-shadow: none!important;
}
.hs-header-social-icon .fusion-social-networks a {
  font-size: 16px;
}
.fusion-social-networks .fusion-social-network-icon:hover {
  opacity: .8;
}
.fusion-icon-facebook:before {
  content: "\e604";
}
.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;
  word-wrap: normal!important;
}
.fusion-icon-twitter:before {
  content: "\e605";
}
.fusion-icon-googleplus:before {
  content: "\e900";
}
.fusion-icon-youtube:before {
  content: "\e622";
}
.fusion-icon-linkedin:before {
  content: "\e60f";
}
.fusion-youtube {
  margin: 0 auto !important;
}
.hs-header-social-icon {
  float: right;
  margin-top: 14px;
}

.custom-header-mid-section {
  padding: 30px;
  padding-bottom: 30px;
  background-color: rgba(255,255,255, 1);
  border-bottom: 1px solid transparent;
  border-bottom-color: #e5e5e5;
}
.custom-header-logo {
  margin-top: 11px;
}

.custom-header-btn {
  margin-top: 16px;
}
.custom-header-btn button {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-right: 4px solid #ffa808;
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(160, 160, 160, .6);
  color: #000;
  margin: 0 4px;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
  line-height: normal;
  font-size: 13.3333px;
  font-family: arial;
}
.custom-header-btn button:hover {
  color: #ffa808;
  text-decoration: none;
}
.custom-header-btn button:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

.mac .custom-header-btn button {
  font: 400 13.3333px Arial;
  padding : 6px 8px 6px;
}

@-moz-document url-prefix() {
  .custom-header-btn button {
      font-family: Arial,Helvetica,sans-serif;
      padding: 5px 8px 7px;
  }
  .custom-header-btn button:focus {
    outline: 0;
  }
  .mac .custom-header-btn button {
    font: 400 11px -apple-system;
    padding : 6px 8px 6px;
  }
}



.custom-header-bottom-section {
  border-bottom: 1px solid transparent;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom-color: #e5e5e5;
  background-color: #ffffff;
  position: relative;
  z-index: 101;
}
.custom-header-bottom-section .header__container {
  display: block;
}

.custom-header-search form {
  position: relative;
}
.custom-header-search .hs-search-field__input {
  border-radius: 0;
  padding-bottom: 6px;
}
.custom-header-search .hs-search-field__input:focus {
  outline: 0;
  border-color: #d2d2d2;
}
.custom-header-search button {
  background: #000;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  height: 29px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  width: 29px;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  position: absolute;
  right: 0;
  top: 1px;
}
.custom-header-search button:before {
  content: "";
  display: block;
}
.custom-header-search button:hover {
  background-color: #968974;
}
.custom-header-search .hs-search-field__input::-webkit-input-placeholder {
  color: #aaa9a9;
}

.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  background: #fff;
  z-index: 1;
  padding: 5px;
  width: 100%;
}
.hs-search-field--open .hs-search-field__suggestions li a:hover {
  background: transparent;
}

.custom-header-logo img {
  width: 300px !important;
  vertical-align: top;
}

.hs-header-social-icon .fusion-youtube.fusion-icon-youtube {
    margin-left: -1.5px !important;
}

.fix-header .custom-header-group {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 1001;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    border-bottom: 0;
}

/* Tablet Styles */

@media (min-width: 801px) {
/*   .custom-header-group {
    min-height: 197px;
  } */
  .custom-header-group.hs-lp-header {
      min-height: 111px;
  }
  .hs-search-icon-grp {
    display:none;
  }
  .custom-header-search {
    display: none;
  }
}

/* .fix-header .custom-header-bottom-section
  {
  position: static!important;
  } */

/* @media (max-width: 958px) and (min-width: 801px) {
  .custom-header-group {
    min-height: 237px;
  }
}
 */

@media (max-width: 960px) and (min-width: 945px) {
  @-moz-document url-prefix() {
    .custom-header-group {
      min-height: 197px;
    }
  }
}



/* Mobile Styles */

@media (max-width: 800px) {
  .header__container {
    display: block;
  }
  .custom-header-top-section {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-header-top-left {
    padding: .6em 30px;
    line-height: 1.5em;
    border-bottom: 1px solid transparent;
    border-bottom-color: #e5e5e5;
  }
  .hs-header-social-icon {
    float: none;
    margin-top: 10px;
    padding-bottom: 8px;
  }
  .hs-header-social-icon .fusion-social-networks a {
    margin-right: 19px;
    margin-bottom: 5px;
    margin-left: 8px;
  }
  .custom-header-mid-section {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom:none;
  }
  .custom-header-logo {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75%;
  }
  .header__container form {
    max-width: 100%;
  }
  .custom-header-btn button {
    display: inherit;
  }
  div.custom-header-btn {
    margin: 10px auto 0 !important;
    margin-top: 15px !important;
    display: table;
    text-align: center;
  }
  .custom-header-search {
    border-top: 1px solid #e5e5e5;
    padding: 6px 30px 4px;
  }

  .custom-header-bottom-section .header__container {
    margin-left: -30px;
    margin-right: -30px;
  }

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

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

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

  .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;
  }
  .custom-header-bottom-section {
    position: relative;
    z-index: 10;
  }
  [class*=" fusion-icon-"], [class^=fusion-icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .custom-header-mid-section .header__container {
    position: relative;
  }
  .hs-search-icon-grp {
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: middle;
    text-align: right;
  }
  .header__navigation--toggle {
    float: right;
    font-size: 21px;
    margin-left: 20px;
    color: #dadada;
    line-height: 1;
    cursor: pointer;
  }
  .header__navigation--toggle:before {
    content: "\f0c9";
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .hs-search-icon {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-size: 21px;
    margin-left: 20px;
    color: #dadada;
    cursor: pointer;
  }
  .hs-search-icon:before {
    content: "\f002";
  }

  .header__navigation.open {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .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.show {
    display: block;
  }

  .custom-header-search {
    display: none;
  }
  .custom-header-search .hs-search-field__bar button svg {
    display: none;
  }
  .custom-header-btn button {
      margin-top: 10px;
  }
}

@media(max-width:767px) {
  @-moz-document url-prefix() {
    .custom-header-btn button {
      padding: 7px 8px 5px;
    }
    .mac .custom-header-btn button {
      margin-top:10px;
    }
  }
  .mac .custom-header-btn button {
    margin-top:10px;
  }
  
}

@media(max-width:550px) {
  .custom-header-phone {
    display: block !important;
    width: max-content;
    margin: 0 auto 10px !important;
  }
  .custom-header-phone::before {
    top: 3px !important;
  }
}

@media(max-width:400px) {
  .custom-header-btn button {
    white-space: nowrap;
  } 
}


/* Homepage Update */

.custom-header-btn a.btn-header {
    border-radius: 5px!important;
    color: var(--main-color)!important;
    display: inline-block!important;
    font-weight: 400!important;
    padding: 19.2px 48px!important;
    text-decoration: none!important;
    border: 1px solid var(--main-color)!important;
    font-size: 16px!important;
    font-family: var(--font-family)!important;
    line-height: 1.4em;
    box-shadow: none;
    margin: 0;
}
.custom-header-btn a.btn-header:hover {
  text-decoration:underline!important;
  color: #fff!important;
  background-color: var(--main-color)!important;
  transition: all .25s ease;
}

.custom-header-btn a.btn-header:before {
    all: unset!important;
    aspect-ratio: 1/1!important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.126' height='17.118' viewBox='0 0 17.126 17.118'%3E%3Cg id='calendar_1_' data-name='calendar (1)' transform='translate(0 -0.114)'%3E%3Cpath id='Path_2' data-name='Path 2' d='M13.82,1.429h-.639V.783a.669.669,0,1,0-1.337,0v.646H5.283V.783a.669.669,0,1,0-1.337,0v.646H3.307A3.31,3.31,0,0,0,0,4.736v9.19a3.31,3.31,0,0,0,3.306,3.306H13.82a3.31,3.31,0,0,0,3.306-3.306V4.736A3.31,3.31,0,0,0,13.82,1.429ZM3.307,2.766h.639v1.3a.669.669,0,1,0,1.337,0v-1.3h6.561v1.3a.669.669,0,1,0,1.337,0v-1.3h.639a1.971,1.971,0,0,1,1.969,1.969v.639H1.337V4.736A1.971,1.971,0,0,1,3.307,2.766ZM13.82,15.9H3.307a1.971,1.971,0,0,1-1.969-1.969V6.712H15.789v7.214A1.971,1.971,0,0,1,13.82,15.9ZM5.94,9.342a.669.669,0,0,1-.669.669H3.956a.669.669,0,0,1,0-1.337H5.272A.669.669,0,0,1,5.94,9.342Zm7.9,0a.669.669,0,0,1-.669.669H11.855a.669.669,0,1,1,0-1.337H13.17A.669.669,0,0,1,13.838,9.342Zm-3.953,0a.669.669,0,0,1-.669.669H7.9a.669.669,0,0,1,0-1.337H9.217A.669.669,0,0,1,9.885,9.342ZM5.94,13.287a.669.669,0,0,1-.669.669H3.956a.669.669,0,1,1,0-1.337H5.272A.669.669,0,0,1,5.94,13.287Zm7.9,0a.669.669,0,0,1-.669.669H11.855a.669.669,0,1,1,0-1.337H13.17A.669.669,0,0,1,13.838,13.287Zm-3.953,0a.669.669,0,0,1-.669.669H7.9a.669.669,0,1,1,0-1.337H9.217A.669.669,0,0,1,9.885,13.287Z' fill='%233090aa'/%3E%3C/g%3E%3C/svg%3E%0A")!important;
    content: ""!important;
    display: inline-block!important;
    margin-right: 10px!important;
    position: relative!important;
    top: 2px!important;
    width: 17px!important;
    transition: all .25s ease;
} 
.custom-header-btn a.btn-header:hover:before{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.126' height='17.118'%3E%3Cg data-name='calendar (1)'%3E%3Cpath fill='%23fff' d='M13.82 1.315h-.639V.669a.669.669 0 1 0-1.337 0v.646H5.283V.669a.669.669 0 1 0-1.337 0v.646h-.639A3.31 3.31 0 0 0 0 4.622v9.19a3.31 3.31 0 0 0 3.306 3.306H13.82a3.31 3.31 0 0 0 3.306-3.306v-9.19a3.31 3.31 0 0 0-3.306-3.307ZM3.307 2.652h.639v1.3a.669.669 0 1 0 1.337 0v-1.3h6.561v1.3a.669.669 0 1 0 1.337 0v-1.3h.639a1.971 1.971 0 0 1 1.969 1.969v.639H1.337v-.638a1.971 1.971 0 0 1 1.97-1.97ZM13.82 15.786H3.307a1.971 1.971 0 0 1-1.969-1.969V6.598h14.451v7.214a1.971 1.971 0 0 1-1.969 1.974ZM5.94 9.228a.669.669 0 0 1-.669.669H3.956a.669.669 0 0 1 0-1.337h1.316a.669.669 0 0 1 .668.668Zm7.9 0a.669.669 0 0 1-.669.669h-1.316a.669.669 0 1 1 0-1.337h1.315a.669.669 0 0 1 .668.668Zm-3.953 0a.669.669 0 0 1-.669.669H7.9a.669.669 0 0 1 0-1.337h1.317a.669.669 0 0 1 .668.668ZM5.94 13.173a.669.669 0 0 1-.669.669H3.956a.669.669 0 1 1 0-1.337h1.316a.669.669 0 0 1 .668.668Zm7.9 0a.669.669 0 0 1-.669.669h-1.316a.669.669 0 1 1 0-1.337h1.315a.669.669 0 0 1 .668.668Zm-3.953 0a.669.669 0 0 1-.669.669H7.9a.669.669 0 1 1 0-1.337h1.317a.669.669 0 0 1 .668.668Z' data-name='Path 2'/%3E%3C/g%3E%3C/svg%3E" )!important;
}
.custom-header-mid-section {
    padding: 23px 30px!important;
} 

.custom-header-btn,
.custom-header-logo {
    margin-top: 0!important;
}

.custom-header-phone {
	font-family: Source Sans Pro, sans-serif;
	font-size: 22px;
	font-weight: 400 !important;
	color: #968974;
	line-height: 100%;
	letter-spacing: 0;
	text-decoration: none !important;
	margin-right: 16px;
	position: relative;
	padding-left: 24px;
	display: inline-block;
}

.custom-header-phone:hover {
  color: #4d4a45;
}

.custom-header-phone::before {
	content: '';
	background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"%2F%3E%3Cpath fill="%23968974" d="M16.552 22.133c-1.44-.053-5.521-.617-9.795-4.89c-4.273-4.274-4.836-8.354-4.89-9.795c-.08-2.196 1.602-4.329 3.545-5.162a1.47 1.47 0 0 1 1.445.159c1.6 1.166 2.704 2.93 3.652 4.317a1.504 1.504 0 0 1-.256 1.986l-1.951 1.449a.48.48 0 0 0-.142.616c.442.803 1.228 1.999 2.128 2.899c.901.9 2.153 1.738 3.012 2.23a.483.483 0 0 0 .644-.162l1.27-1.933a1.503 1.503 0 0 1 2.056-.332c1.407.974 3.049 2.059 4.251 3.598a1.47 1.47 0 0 1 .189 1.485c-.837 1.953-2.955 3.616-5.158 3.535"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center / contain;
	display: flex;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 2px;
	left: 0;
	justify-content: center;
	align-items: center;
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .custom-header-logo img {
    width: 260px !important;
  }
  .custom-header-btn a.btn-header {
    padding: 19.2px 28px !important;
  }
}

@media (max-width: 800px) {
    .custom-header-mid-section {
        padding-block: 15px!important;
    }
  
    .custom-header-btn a.btn-header {
        padding: 10px 20px !important;
    }
    
    .custom-header-btn button {
        padding-block: 10px!important;
        margin-top: 20px!important;
        margin-inline: auto!important;
        display: block!important;
    }
}

.header__container {
    max-width: 1200px!important;
}

.submenu.level-2>li {
  position: relative;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  text-align: center;
}
.footer__container {
  margin: 0 auto;
}
.custom-footer-top {
    border-top: 12px solid #e9eaee;
    position: relative;
    background-color: #363839;
    border-color: #e9eaee;
    border-top-width: 12px;
    padding-top: 43px;
    padding-bottom: 41px;
    padding-left: 30px;
    padding-right: 30px;
    color: #8c8989;
}
.custom-footer-bottom {
    background-color: #282a2b;
    border-top: 1px solid;
    border-color: #4b4c4d;
    border-top-width: 1px;
    padding-top: 18px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 10;
    position: relative;
}
.custom-footer-bottom .footer__container {
    display: table;
    width: 100%;
}

.footer__copyright {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    color: #dddddd;
    font-size: 12px;
}
.hs-footer-social-icon {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    text-align: right;
}
.hs-footer-social-icon .fusion-social-networks {
    margin-top: 10px;
}
.hs-footer-social-icon .fusion-social-networks .fusion-social-network-icon {
    color: #46494a;
}
.hs-footer-social-icon .fusion-social-networks .fusion-social-network-icon {
    margin: 0 10px 10px 5.5px;
}

#toTop {
    background-color: #333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 35px;
    position: fixed;
    right: 75px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    opacity: .9;
    z-index: 100000;
    transition: all .2s ease-in-out 0s;
    cursor:pointer;
}
#toTop:before {
    line-height: 35px;
    content: '\f106';
    -webkit-font-smoothing: antialiased;
    font-family: icomoon;
    font-size: 22px;
      color: #fff;
}
#toTop:hover {
    background-color: #968974;  
}

@media (max-width: 800px) {
  .footer__copyright {
      display: block;
      text-align: center;
      padding: 0 0 15px;
  }
  .hs-footer-social-icon {
      width: auto;
      display: block;
      text-align: center;
  }
  .hs-footer-social-icon .fusion-social-networks {
      display: inline-block;
      float: none;
      margin-top: 0;
  }
  .custom-footer-top {
      padding-top: 93px;
      padding-bottom: 93px;
  }
  #toTop {
    display:none !important;
  }
}

@media(max-width:480px) {
  .hs-relief-layout .custom-footer-top {
      padding: 41px 0 42px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 960px;
  margin: 0 auto;
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
}
.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: block;
  flex-wrap: wrap;
}
.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%;
}
@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-family: "Antic Slab";
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 18px;
  margin-top: 0em;
  margin-bottom: 1.1em;
}
.blog-index__post-content p {

}
.blog-index__post-content a {
  color: #589cae;
}
.blog-index__post-content a:hover {
  color: #968974;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  float: right;
  margin-top: 40px;
  font-size: 12px;
  line-height: normal;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 20px;
}
.blog-pagination__link {
  border: 1px solid #747474;
  display: inline-block;
  color: #747474;
  padding: 2px 6px;
  margin: 0 2.5px;
  border-color: #e0dede;
  font-size: 12px;
  transition: border-color .2s linear;
}
.blog-pagination__link--active {
  background-color: #968974;
  border-color: #968974;
  color: #fff;
  pointer-events: none !important;
}

.blog-pagination__link--active {
  pointer-events: none;
}

.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;
  border: 0;
  color: #589cae !important;
  position: relative;
}
.blog-pagination__prev-link:hover,
.blog-pagination__next-link:hover {
  color: #968974 !important;
}


.blog-pagination__prev-link {
  text-align: right;
  margin-right: 0;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: -2px;
  margin-right: -5px;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
  display: none;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #333333;
  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-color: #968974;
}

.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: #333333;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-pagination__next-link:after {
  font-family: icomoon;
  content: '\f105';
  background-color: transparent !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  right: -0.5em;
}
.blog-pagination__prev-link:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  left: -0.5em;
  font-family: icomoon;
  content: '\f104';
}


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

.blog-post__tags {
  font-family: Oxygen, Arial, Helvetica, 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: #333333;
  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;
}



.hs-blog-banner {
  border-color: #d2d3d4;
  background-image: url(//7856758.fs1.hubspotusercontent-na1.net/hubfs/7856758/raw_assets/public/LazarSpinalCare_June2020/images/blog_banner.png);
  background-color: #f6f6f6;
  height: 87px;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.hs-blog-banner .page-center {
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
}
.fusion-page-title-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  height: 100%;
  width: 100%;
}
.hs-blog-banner h1 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}
.fusion-page-title-secondary {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}
.hs-blog-banner .fusion-page-title-secondary {
  margin-left: 10px;
}
.hs-blog-banner .fusion-breadcrumbs, 
.hs-blog-banner .fusion-breadcrumbs a {
  color: #333333;
  font-size: 10px;
}
.fusion-breadcrumbs span {
  display: inline-block;
}
.fusion-breadcrumb-sep {
  padding: 0 5px;
  padding-left: 3px;
}
.hs-blog-body-wrapper {
  padding: 40px 30px;
}

.blog-index__post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 65px;
}
.listing-item-left {
  margin-right: 25px;
  width: 320px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.hs-blog-listing .blog-index__post-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1px;
  -ms-flex: 1 1 1px;
  flex: 1 1 1px;
  color: #333333;
}
.fusion-rollover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  line-height: normal;
  text-align: center;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#aad75d),to(#d1e990));
  background-image: linear-gradient(to top,#aad75d,#d1e990);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
}
.listing-item-left .fusion-rollover {
  background-image: linear-gradient(top, #e8c090 0%, #d69e5a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8c090), color-stop(1, #d69e5a));
  background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8c090, endColorstr=#d69e5a), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  background-image: -webkit-linear-gradient(top, #e8c090 0%, #d69e5a 100%);
  background-image: -moz-linear-gradient(top, #e8c090 0%, #d69e5a 100%);
  background-image: -ms-linear-gradient(top, #e8c090 0%, #d69e5a 100%);
  background-image: -o-linear-gradient(top, #e8c090 0%, #d69e5a 100%);
}
.fusion-rollover-content {
  padding: 10px;
  width: 90%;
  box-sizing: border-box;
}
.fusion-rollover-gallery, 
.fusion-rollover-link {
  display: inline-block;
  opacity: .9;
  position: relative;
  vertical-align: middle;
  margin: 0;
  height: 36px;
  width: 35px;
  text-indent: -10000px;
  background-color: #333;
  border-radius: 50%;
  background-clip: padding-box;
  z-index: 99;
}
.fusion-blog-shortcode a {
  text-decoration: none;
  box-shadow: none!important;
}
.listing-item-left .fusion-rollover .fusion-rollover-gallery, 
.listing-item-left .fusion-rollover .fusion-rollover-link {
  background-color: #333333;
  width: calc(15px * 2.41);
  height: calc(15px * 2.41);
  background: #333333;
}
.fusion-rollover-gallery:before, 
.fusion-rollover-link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-indent: 0;
  line-height: normal;
  text-shadow: none;
  font-family: icomoon;
  font-size: 15px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.fusion-rollover-gallery:before {
  content: '\f002';
}
.listing-item-left .fusion-rollover .fusion-rollover-gallery:before, 
.listing-item-left .fusion-rollover .fusion-rollover-link:before {
  font-size: 15px;
  line-height: 2.41;
  color: #ffffff;
}
.listing-item-left:hover .fusion-rollover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-style: preserve-3d;
}
.fusion-rollover-sep {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 5px;
}
.fusion-rollover-link:before {
  content: '\e619';
}
.fusion-rollover-content .fusion-rollover-title {
  font-family: Oxygen, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  margin-bottom: 3px;
  margin-top: 10px;
  padding-top: 0;
}
.fusion-rollover-content .fusion-rollover-title a {
  color: #333333;
}
.fusion-rollover-content .fusion-rollover-categories {
  font-size: 12px;
  line-height: 1.75;
  color: #333333;
}
.fusion-rollover-content .fusion-rollover-categories a {
  color: #333333;
}
.fusion-rollover-gallery:hover, .fusion-rollover-link:hover {
  opacity: 1;
}
.hs-blog-post .hs-blog-body-wrapper {
  padding-top: 20px;
}
.custom-post-pagination {
  height: 34px;
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 60px;
  text-align: right;
}
.custom-post-pagination a {
  display: inline-block;
  position: relative;
  color: #589cae;
}
.custom-post-pagination a:hover {
  color: #968974;
}
.custom-post-pagination a[rel=prev]:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  left: -1em;
  font-family: icomoon;
  content: '\f104';
}

.custom-post-pagination a[rel=next]:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  right: -1em;
  font-family: icomoon;
  content: '\f105';
}
.custom-post-pagination a[rel=next] {
  margin-left: 15px;
  margin-right: 1em;
}
.fusion-meta-info {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  padding: 5px 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  font-size: 12px;
  border-color: #e0dede;
}
.fusion-inline-sep {
  padding: 0 2px;
}
.fusion-sharing-box {
  display: table;
  margin-bottom: 55px;
  padding: 20px;
  height: 70px;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.fusion-single-sharing-box {
  background-color: #f6f6f6;
}
.fusion-sharing-box {
  margin-bottom: 0;
  margin-top: 60px;
}
.fusion-sharing-box h4 {
  color: #333333;
}
.fusion-social-networks {
  overflow: hidden;
}
.fusion-sharing-box .fusion-social-networks, 
.fusion-sharing-box h4 {
  display: table-cell;
  vertical-align: middle;
}
.fusion-sharing-box .fusion-social-networks {
  text-align: right;
}
.fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -10px;
}
.fusion-icon-mail:before {
  content: "\e616";
}
.fusion-icon-vk:before {
  content: "\f189";
}
.fusion-icon-pinterest:before {
  content: "\e602";
}
.fusion-icon-tumblr:before {
  content: "\e613";
}
.fusion-icon-reddit:before {
  content: "\e60d";
}





.hs-related-post-grp {
  margin-top: 55px;
  clear: both;
  margin-bottom: 40px;
}
.hs-related-post-grp h3 {
  text-transform: inherit;
  margin-bottom: 3%;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
}
.related-post-item .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}
.hs-related-post .blog-image a.blog-index__post-image {
  padding-bottom: 76%;
  display: block;
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.related-post-item .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  display: block;
  max-width: none;
  margin: auto;
}

.hs-related-post .slick-prev, 
.hs-related-post .slick-next {
  margin-top: -15px;
  background-color: #999999;
  display: block;
  border: none;
  z-index: 1000;
  opacity: .8;
  position: absolute;
  top: 50%;
  text-align: center;
  cursor: pointer;
  color: transparent;
  height: 30px;
  width: 30px;
}
.hs-related-post .slick-prev:hover, 
.hs-related-post .slick-next:hover {
  background-color: #808080;
  opacity: 1;  
}
.hs-related-post .slick-prev:focus, 
.hs-related-post .slick-next:focus {
  outline:0;
}
.hs-related-post .slick-prev {
  left: 0;
  margin-left: 0;
}
.hs-related-post .slick-next {
  right: 0;
  margin-right:0;
}
.hs-related-post .slick-prev:before, 
.hs-related-post .slick-next:before {
  display: block;
  position: relative;
  line-height: 29px;
  font-size: 14px;
  color: #fff;
  font-family: icomoon;
  font-size: 14px;
}
.hs-related-post .slick-prev:before {
  content: '\f104';
}
.hs-related-post .slick-next:before {
  content: '\f105';
}
.blog-slider-icon-inner {
  padding: 0 22px;
}
.hs-related-post-grp .slick-list {
  margin: 0 -22px;
}
.fusion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
  overflow: hidden;
}
.fusion-title h3 {
  font-family: "Antic Slab";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 18px;
  color: #333333;
  padding-right: 8px;
  text-align: left;
  margin: 0;
}
.fusion-title .title-sep-container {
  position: relative;
  height: 6px;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.fusion-title .title-sep {
  position: relative;
  display: block;
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  box-sizing: content-box;
}
.fusion-title .title-sep, 
.fusion-title.sep-underline {
  border-color: #e0dede;
}
.fusion-title .title-sep.sep-double {
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
}
.blog-slider-icon-inner .blog-image {
  position: relative;
  overflow:hidden;
}
.blog-slider-icon-inner:hover .fusion-rollover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-style: preserve-3d;
}
.blog-slider-icon-inner .fusion-rollover {
  background-image: linear-gradient(top, #e8c090 0%, #d69e5a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8c090), color-stop(1, #d69e5a));
  background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8c090, endColorstr=#d69e5a), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  background-image: -webkit-linear-gradient(top, #e8c090 0%, #d69e5a 100%);
  background-image: -moz-linear-gradient(top, #e8c090 0%, #d69e5a 100%);
  background-image: -ms-linear-gradient(top, #e8c090 0%, #d69e5a 100%);
  background-image: -o-linear-gradient(top, #e8c090 0%, #d69e5a 100%);
}
.blog-slider-icon-inner h4.fusion-rollover-title {
  font-size: 12px;
}
.blog-slider-icon-inner .fusion-rollover-gallery, 
.blog-slider-icon-inner .fusion-rollover-link {
  height: 31px;
  width: 31px;
}
.blog-slider-icon-inner .fusion-rollover-content .fusion-rollover-title {
  margin-top: 0;
}

.custom-sidebar-search form {
  position: relative;
}
.custom-sidebar-search .hs-search-field__input {
  border-radius:0;
  padding-bottom: 6px;
}

.custom-sidebar-search .hs-search-field__input::-webkit-input-placeholder {
  color: #aaa9a9; 
}
.custom-sidebar-search button {
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  height: 29px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  width: 29px;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  position: absolute;
  right: 0;
  top: 1px;
}
.custom-sidebar-search button:before {
  content: "";
  display: block;
}
.custom-sidebar-search button svg {
  display: none;
}
.custom-sidebar-search button:hover {
  background-color: #968974;
}
.custom-sidebar-search .hs-search-field__input:focus {
  outline: 0;
  border-color: #d2d2d2;
}
.hs-post-right-column > div {
  margin-bottom: 45px;
  position: relative;
}
.hs-post-right-column h3 {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
.recent-post-item {
  display: block;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #e7e6e6;
  color: #333;
  position: relative;
  border-color: #e0dede;
}
.recent-post-item a:hover {
  color: #968974;
}
.recent-post-item a:before,
.hs-sidebar-topic ul li a:before {
  position: absolute;
  font-family: icomoon;
  content: '\f105';
  margin-left: -12px;
}
.hs-sidebar-topic ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-sidebar-topic ul li {
  display: block;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #e7e6e6;
  position: relative;
  border-color: #e0dede;
}
.hs-sidebar-topic ul li a:hover {
  color: #968974;
}
.filter-link-count {
  display: none;
}
.hs-blog-post .comment-date {
  display: block !important;
}
#comments-listing .comment-reply-to {
  padding-left: 30px;
}

.fusion-author-avatar {
  float: left;
  margin-right: 20px;
  max-width: 20%;
  height: 82px;
  width: 82px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fusion-author-info {
  overflow: hidden;
}
.fusion-author .fusion-author-title {
  font-size: 20px;
  margin-top: 0;
}
.fusion-author-social {
  padding: 20px 0;
}
.fusion-author-social {
  display: table;
  margin: 20px 0 80px;
  padding: 5px 0;
  width: 100%;
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  border-color: #e0dede;
}
.content-wrapper .fusion-author {
  margin-top: -19px;
}
.blog-header__author-social-links {
  line-height: 1;
}

.ilightbox-button.ilightbox-next-button.metro-white, 
.ilightbox-button.ilightbox-prev-button.metro-white {
  background: url(//7856758.fs1.hubspotusercontent-na1.net/hubfs/7856758/raw_assets/public/LazarSpinalCare_June2020/images/arrows_vertical.png) no-repeat 50% -100px; 
}

.tag-banner .normal-title {
  display: none;
}

.author_topic-section {
  width: 33.33%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  padding: 20px;
  margin-bottom: 0;
}
.author_topic-section-nxt .listing-item-left {
  max-width: 100%;
}
.hs-blog-body-wrapper.custom-tag-setion {
  padding-top: 0;
}

.custom-tag-setion .blog-index {
  margin: 0 -20px;
}
.author_topic-section-nxt {
  border: 1px solid #eaeaea;
  border-bottom-width: 3px;
  border-color: #ebeaea;
}
.hs-topic_author-bottom-content {
  padding: 30px 25px 20px 25px;
}
.author_topic-section-nxt .fusion-meta-info-wrapper {
  font-size: 12px;
}
.author_topic-section-nxt .fusion-content-sep.sep-double {
  margin-top: 20px;
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  box-sizing: content-box;
  border-bottom-style: solid;
  border-top-style: solid;
  border-color: #e0dede;
  margin-bottom: 20px;
}
.author_topic-section-nxt .fusion-meta-info {
  border: 0;
}
.author_topic-section-nxt .fusion-alignleft {
  width: 50%;
  display: inline-block;
  margin: 0;
  float: left;
}
.author_topic-section-nxt .fusion-alignright {
  text-align: right;
  float: right;
}
.author_topic-section-nxt .fusion-alignleft a {
  margin-right: 10px;
  text-align: right;
  display: inline-block;
  position: relative;
}
.author_topic-section-nxt .fusion-alignleft a:after {
  content: '\f105';
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: icomoon;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.none-in-author {
  display: none !important;
}
.hs-author-blog-index {
  margin: 0 -20px;
}
.blog-slider-icon-inner .fusion-rollover {
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}





@media(min-width: 801px){
  .hs-post-left-column {
    width: calc(100% - 23% - 80px);
    float: left;
  }
  .hs-post-right-column {
    width: 23%;
    float: right;
  }
}


@media(max-width: 856px){
  .author_topic-section {
    width: 50%;
  }  
  .author_topic-section-nxt .listing-item-left {
    width: 100%;
  }
}



@media(max-width: 800px){
  .hs-blog-banner .fusion-page-title-secondary {
    display: none;
  }
  .fusion-page-title-captions {
    display: block;
    float: none;
    width: 100%;
    line-height: normal;
  }
  .hs-blog-banner {
    padding-top: 4px;
    padding-bottom: 6px;
    min-height: 60px;
    height: auto;
    margin-top: -1px;
  }
  .hs-blog-banner .page-center {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 60px;
    height: auto;
  }
  .blog-pagination__next-link:after {
    right: -1em;
  }
  .share-box {
    height: auto;
  }
  .hs-post-left-column {
    margin-bottom: 50px!important;
  }
  .hs-post-right-column {
    width: 100%!important;
    float: none!important;
    margin-left: 0!important;
    clear: both;
  }
  .custom-sidebar-search form {
    max-width: 100%;
  }
  .blog-post img {
    display: block;
    float: none !important;
  }
}


@media(max-width: 711px){
  .author_topic-section {
    width: 100%;
  }  
}


@media(max-width: 640px){
  .listing-item-left {
    float: none;
    margin: 0 0 20px;
    width: auto;
    height: auto;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .fusion-sharing-box h4 {
    display: block;
    float: none;
    line-height: 20px!important;
    margin-top: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  .hs-blog-post .fusion-sharing-box .fusion-social-networks {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
  .author_topic-section-nxt .listing-item-left {
    margin: 0;
  }
}


@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  .fusion-author-avatar {
    width: 20%;
    height: 50px;
  }
}


@media(max-width: 400px){
  .hs-blog-banner h1 {
    font-size: 18px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Oxygen, Arial, Helvetica, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page_heading {
    margin-bottom: 1rem;
    position: relative;
    z-index: 10;
}

.error-page p {
    position: relative;
    z-index: 10;  
}

.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  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: Oxygen, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  color: #333333;
  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: #333333;
}

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


.systems-page form#email-prefs-form {
  max-width: 100%;
}
.systems-page input[type='password'] {
  height: auto !important;
  margin-bottom: 10px;
}
.systems-page ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
}
.systems-page .hs-button {
  margin-top: 10px;
}

.custom-404-body .error-page {
  padding: 0;
}
.custom-404-body-wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.custom-404-body-wrapper h2.title-heading-left {
  margin: 0;
  padding-right: 8px;
}
.custom-404-body-wrapper .fusion-columns {
  margin: 0 -15px;
}
.hs-error-col-lg-4 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.error-message {
  color: #f0f0f0;
  font-size: 170px;
  line-height: 1;
  font-weight: 700;
}
.error-page .useful-links {
  width: 30.66%;
  padding-left: 5%;
}
.custom-sidebar-search form {
  position: relative;
  max-width:100%;
}
.custom-404-menu .hs-menu-wrapper ul {
  display: block;
  margin: 10px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 23.8px;
}
.custom-404-menu .hs-menu-wrapper ul li {
  padding: 5.5px 0;
}
.custom-404-menu .hs-menu-wrapper ul li:first-child {
  padding-top: 0;
}
.custom-404-menu .hs-menu-wrapper ul li a {
  color: #589cae;
  padding: 0;
}
.custom-404-menu .hs-menu-wrapper ul li a:hover {
  color: #968974;
}
.custom-404-menu .hs-menu-wrapper ul li a:before {
  content: "\f105";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  background-color: #a0ce4e;
  font-size: 14px;
  height: 22.8px;
  width: 22.8px;
  line-height: 22.8px;
  margin-right: 9.8px;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
  float: left;
  text-align: center;
}
.error-page .useful-links h3 {
  padding-bottom: 1px;
}
.custom-404-body-wrapper .error-page:before {
  display:none;
}

.search-page-search-form form {
  position: relative;
  max-width: 100%;
}
.search-page-search-form .hs-search-field__input {
  border-radius: 0;
  padding-bottom: 6px;
}
.search-page-search-form .hs-search-field__input::-webkit-input-placeholder {
  color: #aaa9a9;
}
.search-page-search-form button {
  background: #000;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  height: 29px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  width: 29px;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  position: absolute;
  right: 0;
  top: 1px;
}
.search-page-search-form button::before {
  content: "";
  display: block;
}
.search-page-search-form button svg {
  display: none;
}
.search-page-search-form button:hover {
  background-color: #968974;
}
.custom-404-body .error-page {
  text-align: left;
}


/* Page Style */
.aligncenter, .fusion-aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.custom-shadow-section .dnd-section>.row-fluid > .dnd-column {
  max-width: 500px;
  margin: 0 auto;
  float: none;
}

.custom-shadow-section {
  padding-top: 66px;
}
.custom-shadow-section h1._form-title {
  margin: 0;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: arial, helvetica, sans-serif;
  margin-bottom: 10px;
  color: #000;
}

.custom-shadow-section p {
  font-size: 14px;
  line-height: 1.6;
  font-family: arial, helvetica, sans-serif;
  color: #000;
  margin: 0;
  position: relative;
  margin-bottom: 10px;
}
.custom-shadow-section .hs-form {
  max-width: 100%;
  font-size: 14px;
  line-height: 1.6;
  font-family: arial, helvetica, sans-serif;
}

.custom-shadow-section .hs-form label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

.custom-shadow-section .hs-form .hs-input {
  padding: 6px;
  height: auto;
  border: #979797 1px solid;
  border-radius: 4px;
  color: #000 !important;
  font-size: 14px;
}

.custom-shadow-section .hs-form .hs-input:focus {
  border: #979797 1px solid;
  outline: none;
}

.custom-shadow-section .hs-form .hs-form-field {
  margin-bottom: 10px;
}

.custom-shadow-section .hs-form .hs-button{
  -webkit-appearance: none;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #333;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px ;
  border-radius: 4px;
  color: #fff ;
  padding: 10px 
}

h3.relief-heading {
  margin-top: -20px;
  font-size: 22px;
}

.fusion-checklist, ul.fusion-checklist {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
  margin-bottom:20px;
}

li.fusion-li-item {
  font-size: 17px;
}

.fusion-checklist .fusion-li-item {
  padding: 5.5px 0;
  margin-left: 0;
}

.fusion-checklist .fusion-li-item:first-child {
  padding-top: 0;
}

.fusion-checklist .icon-wrapper,
ul.fusion-checklist .icon-wrapper {
  display: table;
  float: left;
}


.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fusion-checklist .fusion-li-icon, ul.fusion-checklist .fusion-li-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fa-check-square-o:before, 
.fa-check-square:before {
  content: "\f14a";
}

.fusion-checklist .circle-yes, 
ul.fusion-checklist .circle-yes {
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #333;
  color: #fff;
  text-align: center;
}

.fusion-checklist .fusion-li-icon, 
ul.fusion-checklist .fusion-li-icon {
  font-size: 17px;
}

.fusion-li-item-content p {
  font-size: 17px;
  padding-bottom: 10px;
  margin: 0;
}

.custom-schedule-section .dnd-section>.row-fluid > div {
  margin-bottom: 16px;
  margin-top: 16px;
}

.custom-schedule-section .hs-form {
  width: 600px;
  border: 1px solid #cccccc;
  padding: 30px;
  padding-left: 50px;
  max-width: 100%;
  margin: 0 auto;
}


.custom-schedule-section .hs-form .form-title {
  display: none;
}

.custom-schedule-section .hs-form .hs-form-field {
  margin-top: 16px;
  margin-bottom: 15px;
}

.custom-schedule-section .hs-form label{
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  margin:0;
}

.custom-schedule-section .hs-form .hs-input {
  padding: 5px 4px;
  line-height: normal;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  height: 29px;
  font-size: 17px;
}

.custom-schedule-section .hs-form .input {
  margin-top: 9px;
}

.custom-schedule-section .hs-form-required {
  color: #790000;
  margin-left: 4px;
}

.custom-schedule-section .hs-form .hs-button {
  vertical-align: middle;
  position: relative;
  outline: 0;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  border-width: 0px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-border-radius: 2px;
  color: #fff;
  background: #589cae;
  text-transform: uppercase;
  padding: 13px 29px;
  line-height: 17px;
  font-family: "PT Sans";
  font-weight: 400;
  letter-spacing: 0px;
}


.custom-schedule-section .hs-form fieldset.form-columns-3 > div {
    display: flex;
    flex-wrap: wrap;
}
.custom-schedule-section .hs-form fieldset.form-columns-3 > div > label {
    order: 1;
}
.custom-schedule-section .hs-form fieldset.form-columns-3 > div > legend {
    order:3;
}
.custom-schedule-section .hs-form fieldset.form-columns-3 > div > .input {
    order: 2;
}
.custom-schedule-section .hs-form fieldset.form-columns-3 > div > ul.no-list.hs-error-msgs.inputs-list {
    order: 4;
}

.custom-schedule-section .hs-form .hs_np_appt_time_.hs-np_appt_time_.hs-fieldtype-text.field.hs-form-field,
.custom-schedule-section .hs-form .hs_am.hs-am.hs-fieldtype-select.field.hs-form-field,
.custom-schedule-section .hs-form .hs_mm.hs-mm.hs-fieldtype-text.field.hs-form-field,
.custom-schedule-section .hs-form .hs_pm.hs-pm.hs-fieldtype-select.field.hs-form-field {
    padding-top: 22px;
}
.custom-schedule-section .hs-form select.hs-input {
    height: 29px;
    padding: 1px 4px;
  font-size: 13px;
}
.custom-schedule-section .hs-form fieldset[data-reactid=".hbspt-forms-0.1:$5"], 
.custom-schedule-section .hs-form fieldset[data-reactid=".hbspt-forms-0.1:$6"], 
.custom-schedule-section .hs-form fieldset[data-reactid=".hbspt-forms-0.1:$7"], 
.custom-schedule-section .hs-form fieldset[data-reactid=".hbspt-forms-0.1:$8"] {
    width: 50%;
    float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;

}
.custom-schedule-section .hs-form fieldset.form-columns-3 > div {
    margin-top: 6px !important;
}

.custom-schedule-section .hs-richtext.hs-main-font-element h3 {
    margin-top: 5px;
}
.custom-schedule-section .hs-form .hs_np_appt_time_.hs-np_appt_time_.hs-fieldtype-text.field.hs-form-field span.hs-form-required,
.custom-schedule-section .hs-form .hs_mm.hs-mm.hs-fieldtype-text.field.hs-form-field span.hs-form-required {
    display: none;
}
.custom-schedule-section .hs-form fieldset:not(:first-child) .hs-form-field {
    margin-top: 0;
}






.custom-schedule-section .hs-form .hs-button:hover,
.custom-schedule-section .hs-form .hs-button:focus{
  background: #487d8b;
  color: #ffffff;
}

.page-border {
  border: 1px dotted rgb(88, 156, 174);
  padding: 15px;
}

/* Header */
.custom-backpain-header {
  position: absolute;
  top: 58px;
  right: 0;
  left: 0;
  width: 100% !important;
}

@media(min-width:2000px) {
  .custom-backpain-header {
    top: 71px;
  }  
}





.custom-backpain-logo img {
  width: 312px !important;
}


.hs-backpain-layout .banner-section{
  overflow:hidden;
}

.hs-backpain-layout .fusion-li-item-content p {
  font-size: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  line-height: 120%;
}

.hs-backpain-layout .fusion-checklist, ul.fusion-checklist {
  margin-top: 22px;
}

.hs-backpain-layout .fusion-checklist .fusion-li-icon, 
.hs-backpain-layout ul.fusion-checklist .fusion-li-icon {
  margin-top: 7px;
  font-size: inherit;
  display: block;
}

.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fa-check:before {
  content: "\f00c";
}

.hs-shadow-section form .hs-form-required {
    color: #000;
    margin-left: 0;
}

.custom-shadow-section .hs-form .hs-form-checkbox label,
.custom-shadow-section .hs-form .hs-form-radio label{
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.custom-shadow-section .hs-form .hs-form-checkbox label span,
.custom-shadow-section .hs-form .hs-form-radio label span {
  font-size: 14px;
  color: #000;
  vertical-align: top;
  margin-left: 4px;
}

.custom-shadow-section .hs-form .hs-form-checkbox,
.custom-shadow-section .hs-form .hs-form-radio {
  padding: 0;
}

.custom-shadow-section .hs-form .hs-fieldtype-checkbox,
.custom-shadow-section .hs-form .hs-fieldtype-radio{
  position: relative;
  margin-bottom: 10px;
  padding: 0;
}


.custom-shadow-section .hs-form .hs-fieldtype-checkbox ul,
.custom-shadow-section .hs-form .hs-fieldtype-radio ul{
  padding: 0;
}

.custom-shadow-section .hs-form .hs-fieldtype-checkbox label input,
.custom-shadow-section .hs-form .hs-fieldtype-radio label input{
  margin: 3px 3px 3px 4px;
}

.custom-shadow-section .hs-form  .hs-error-msgs label {
  padding: 8px 12px;
  background-color: #f37c7b;
  font-size: 14px;
  font-family: arial, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
}

/* error styling */

.custom-schedule-section .hs-form .hs-error-msgs label {
  color: #790000;
  font-weight: 700;
  font-size: 17px;
  font-weight: normal;
}

.custom-schedule-section .hs-form .hs-error-msgs {
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  margin-top: 10px;
}
.post-content button {
    font-family: arial;
    margin-top: -8px;
}
.post-content button:focus {
    outline: -webkit-focus-ring-color auto 1px;
}


.custom-schedule-section .hs-form .hs-input.invalid.error {
  border: 1px solid #790000;
}

@media (min-width:801px) {
  .hs-error-col-lg-4 {
    width: 33.33333333%;
  }  
  .custom-relief-header {
    min-height: 156px;
  }
}


@media(max-width:1300px){
  .custom-backpain-header {
    top: 4.8%;
  }
}

@media(max-width:1200px) and (min-width:1025px) {
  .custom-backpain-header {
    top: 4.4%;
  }
}

@media(max-width:1024px){
  .custom-backpain-header {
      padding-left: 20px;
      padding-right: 20px;
  }
  .custom-backpain-header {
    top: 0;
    padding-top: 4%;
  }
}

@media (max-width:800px) {
  .systems-page .success {
    min-width: 100%;
  }
  .systems-page input.email-edit.hs-input {
    width: 100% !important;
  }
  .custom-404-body-wrapper .fusion-title {
    margin-bottom: 20px !important;
  }
  .hs-error-col-lg-4 {
    margin: 0 0 32px;
  }
  .error-page .useful-links {
    width: 95%;
  }
  .custom-404-body-wrapper {
    padding-bottom: 58px;
  }
  .custom-404-menu .hs-menu-wrapper ul li a {
    display: inline-block;
    vertical-align: top;
  }
}

@media(max-width:641px){
  .custom-schedule-section .hs-form {
    padding: 10px 30px;
  }

  .custom-schedule-section .hs-form .hs-input {
    line-height: 2;
    min-height: 2rem;
    height: 32px;
  }

  .custom-schedule-section .hs-form .input {
    margin-top: 8px;
  }
  .custom-schedule-section .hs-form .hs-button {
      width: 100%;
  }
  .custom-schedule-section .hs-form .hs-button {
      line-height: 2;
      min-height: 2rem;
  }
  .custom-schedule-section .hs-form fieldset[data-reactid=".hbspt-forms-0.1:$5"], 
  .custom-schedule-section .hs-form fieldset[data-reactid=".hbspt-forms-0.1:$6"], 
  .custom-schedule-section .hs-form fieldset[data-reactid=".hbspt-forms-0.1:$7"], 
  .custom-schedule-section .hs-form fieldset[data-reactid=".hbspt-forms-0.1:$8"] {
      width: 100%;
      float: left;
      margin-right:0;
  }
}

@media (max-width:479px) {
  .custom-schedule-section .hs-form fieldset.form-columns-3>div {
      margin-right: 0 !important;
  }
  .custom-schedule-section .hs-form .hs-input {
      width: 100% !important;
  }
  .custom-schedule-section .hs-form .hs_np_appt_time_.hs-np_appt_time_.hs-fieldtype-text.field.hs-form-field, 
  .custom-schedule-section .hs-form .hs_am.hs-am.hs-fieldtype-select.field.hs-form-field, 
  .custom-schedule-section .hs-form .hs_mm.hs-mm.hs-fieldtype-text.field.hs-form-field, 
  .custom-schedule-section .hs-form .hs_pm.hs-pm.hs-fieldtype-select.field.hs-form-field {
      padding-top: 0;
  }
}


@media (max-width:400px) {
  .error-message {
    font-size: 150px;
  }

  .custom-backpain-logo img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* @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    */
/*****************************************/
body 
{
    overflow-x: hidden;
}
.form-ct form .actions input.hs-button.primary.large {
    background-color: #968974 !important; 
}
 .inner-content {
    min-height: 218px;
}

 
.card-main-item:nth-child(2) .inner-content h3 {
    min-height: 55px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.hs-content-id-79168384310 .main-button .button-main-one, .button-main-two {
    padding: 0 20px;
}
.cus-testimonial .col-md-6.cus-text {
    display: flex;
    align-items: center;
}
.row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-force-full-width-section .content-image {
    flex-direction: row-reverse;
}
.row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-force-full-width-section .content-image .right-section {
    padding-right: 25px;
}
.hs-content-id-79168384310.hs-site-page.page .content-inner-sec {
    padding-right: 30px;
}
a.tr-button:hover {
    background-color: #968974 !important;
    border: 2px solid #968974 !important;
    color: #333 !important;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
      position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.trt-page .dnd-column {
    padding: 0;
}
a.dark-btn:hover {
    background-color: rgba(150,137,116,1.0);
    border: 2px solid #968974;
    color: #333;
    fill: #333;
  transform: scale(1.03);
}
.section-test .owl-nav {
    display: none !important;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.main-button {
    justify-content: space-around;
    padding-top: 50px;
}
.hs-content-id-76421902160 .main-button .button-main-one, button-main-two {
    padding: 0 20px;
}
a.dark-btn {
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    background-color: rgba(150,137,116,1.0);
    border: 2px solid #968974;
    border-radius: 0;
      transform: scale(1);
    color: #f4f4f4;
    fill: #f4f4f4;
    padding: 18px 39px;
    text-transform: none;
    font-size: 18px;
    -webkit-box-shadow: 0 .625em 1.1764705882352942em 0 rgba(0,0,0,0.10);
    box-shadow: 0 .625em 1.1764705882352942em 0rgba(0,0,0,0.10);
}
a.tr-button {
    padding: 20px 30px;
    color: #ab8b65;
    font-weight: 600;
    background-color: #fff;
    border: 2px solid #ab8b65;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 10px;
}
.col-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}

@media only screen and (max-width: 900px) 

{

  .content-lt-item ul li 
  {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important; 
}
  
  .profile-main .profile-item 
  {
    width: 45% !important;
    max-width: 45% !important;
    flex: 45% !important; 
    margin-bottom: 40px !important;
}
 
  .col-6 
  {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 40px !important;
}
  
  .left-section 
  {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-top: 80px !important;
}
  
  .trt-page iframe 
  {
    width: 100% !important;
    padding: 10px !important;
  }
  
  .content-lt-item ul li 
  {
    list-style: none !important;
  }
  
  .two-col-right 
  {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: flex;
    align-items: end;
    justify-content: center !important;
    text-align: center !important;
  }
  
  .two-col-left 
  {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 0px !important;
    text-align: center !important;
  }
  
  .card-item 
  {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 40px !important;
  }
  
  .profile-main:before 
  {
    height: 70% !important;
  }
  
  .profile-main 
  {
      justify-content: center !important;
  }
  
  .right-section 
  {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; 
 }
  
  
  
}

@media only screen and (max-width: 550px) 
{

  .landign-page-left {
    width: 30%;
    max-width: 30%;
}
  .landign-page-btn a.dark-btn {
    padding: 10px 10px !important;
}
  .footer-mod-item {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important; 
}
  .footer-mod {
     
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
  .hs-content-id-79168384310.hs-site-page.page .content-inner-sec {
    padding-right: 0px !important;
}
  .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-force-full-width-section .content-image .right-section {
    padding-right: 0 !important;
}
  .hs-content-id-79168384310 .right-section {
    padding: 0 !important;
}
   
  
  .hs-content-id-79168384310 .right-main-btn 
  {  
    margin-top: 0px !important;
}
  
 .hs-content-id-79168384310 .trt-page .dnd-section 
  {
    padding-bottom: 0px !important;
  }
  
  .hs-content-id-79168384310 .content-listing ul 
  { 
    margin: -10px !important;
    padding-left: 30px !important;
}
  
}

.hs-content-id-79168384310 .content-heading {
    margin-bottom: 0px;
}

@media only screen and (max-width: 481px) 
{
  
  .profile-main .profile-item 
  {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important; 
}
   
  .landign-page-left {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
}
  
  .landign-page-btn {
    display: none !important;
}
  .col-md-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; 
}
  .row-fluid-wrapper.row-depth-1.row-number-11.dnd-section.dnd_area-row-5-padding.dnd_area-row-5-background-color.dnd_area-row-5-force-full-width-section .site-button-item {
    padding-top: 30px !important;
}
  div#hs_cos_wrapper_widget_1655187907630 {
    margin-top: 40px !important;
}
  .section-test .owl-nav {
    display: none !important;
}
  .section-test .owl-dots {
    display: none !important;
}
  .list-content-rp ul li {
    width: 100% !important;
     
}
  .span6.widget-span.widget-type-cell.cell_1655121103158-vertical-alignment.dnd-column {
    padding: 0 20px !important;
}
  .banner-video .video-section video {
    height: 610px !important;
}
.content-listing ul li {
    width: 100% !important;
    
}
.module-button .left-button {
    margin-bottom: 60px !important;
}
  .left-section {
    
    margin-top: 0 !important;
}
  .right-section {
 
    padding-top: 70px !important;
}
  .trt-page .dnd-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
}
  .left-button {
    margin-bottom: 55px !important;
    padding: 0 !important;
}
  .module-button {
    padding-top: 30px;
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
}
  .profile-main:before {
    
     display:none !important; 
}
  .logo-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .button-main-one {
    margin-bottom: 50px !important;
}
  .video-section video {
    height: 690px !important;
}
  .twov-main-image img {
    width: 100% !important;
    margin-top: 40px !important;
}
  
}