/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/
/* Images */ img { max-width: 100%; border: 0; -ms-interpolation-mode: bicubic; vertical-align: bottom; /* Suppress the space beneath the baseline */ } /* Videos */ video { max-width: 100%; height: auto; } /* Embed Container (iFrame, Object, Embed) */ .hs-responsive-embed { position: relative; height: auto; overflow: hidden; padding-top: 0; padding-left: 0; padding-right: 0; } .hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed { width: 100%; height: 100%; border: 0; } .hs-responsive-embed, .hs-responsive-embed.hs-responsive-embed-youtube, .hs-responsive-embed.hs-responsive-embed-wistia, .hs-responsive-embed.hs-responsive-embed-vimeo { padding-bottom: 2%; } .hs-responsive-embed.hs-responsive-embed-instagram { padding-bottom: 116.01%; } .hs-responsive-embed.hs-responsive-embed-pinterest { height: auto; overflow: visible; padding: 0; } .hs-responsive-embed.hs-responsive-embed-pinterest iframe { position: static; width: auto; height: auto; } iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] { width: 100%; max-width: 100%; } @media (max-width: 568px) { iframe { max-width: 100%; } } /* Forms */ textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select { padding: 6px; display: inline-block; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Menus */ .hs-menu-wrapper ul { padding: 0; } .hs-menu-wrapper.hs-menu-flow-horizontal ul { list-style: none; margin: 0; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul { display: inline-block; margin-bottom: 20px; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul:before { content: " "; display: table; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul:after { content: " "; display: table; clear: both; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float: left; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { display: inline-block; padding: 10px 20px; white-space: nowrap; max-width: 140px; overflow: hidden; text-overflow: ellipsis; text-decoration: none; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children { position: relative; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { visibility: hidden; opacity: 0; -webkit-transition: opacity 0.4s; position: absolute; z-index: 10; left: 0; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { display: block; white-space: nowrap; width: 140px; overflow: hidden; text-overflow: ellipsis; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { left: 180px; top: 0; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; } .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul { margin-bottom: 0; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch { position: relative; margin-bottom: 20px; min-height: 7em; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul { margin-bottom: 0; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children { position: static; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper { display: none; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper { display: block; visibility: visible; opacity: 1; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before { content: " "; display: table; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after { content: " "; display: table; clear: both; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li { float: left; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a { display: inline-block; padding: 10px 20px; white-space: nowrap; max-width: 140px; width: auto; overflow: hidden; text-overflow: ellipsis; text-decoration: none; } .hs-menu-wrapper.hs-menu-flow-vertical { width: 100%; } .hs-menu-wrapper.hs-menu-flow-vertical ul { list-style: none; margin: 0; } .hs-menu-wrapper.hs-menu-flow-vertical li a { display: block; white-space: nowrap; width: 140px; overflow: hidden; text-overflow: ellipsis; } .hs-menu-wrapper.hs-menu-flow-vertical > ul { margin-bottom: 20px; } .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a { width: auto; } .hs-menu-wrapper.hs-menu-flow-vertical > ul li a { padding: 10px 20px; text-decoration: none; } .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children { position: relative; } .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper { visibility: hidden; opacity: 0; -webkit-transition: opacity 0.4s; position: absolute; z-index: 10; top: 0; left: 180px; } .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a { min-width: 140px; width: auto; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul { max-width: 100%; overflow: hidden; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper { display: none; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper { display: block; visibility: visible; opacity: 1; position: static; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a { padding-left: 4em; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a { padding-left: 6em; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a { padding-left: 8em; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a { padding-left: 140px; } .hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul { box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18); -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18); -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18); } @media (max-width: 568px) { .hs-menu-wrapper, .hs-menu-wrapper * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; width: 100%; } .hs-menu-wrapper.hs-menu-flow-horizontal ul { list-style: none; margin: 0; display: block; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul { display: block; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float: none; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a, .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a { display: block; max-width: 100%; width: 100%; } } .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper { visibility: visible; opacity: 1; } /* Space Module */ .widget-type-space { visibility: hidden; } /* Blog Author Section */ .hs-author-listing-header { margin: 0 0 .75em 0; } .hs-author-social-links { display: inline-block; } .hs-author-social-links a.hs-author-social-link { width: 24px; height: 24px; border-width: 0px; border: 0px; line-height: 24px; background-size: 24px 24px; background-repeat: no-repeat; display: inline-block; text-indent: -99999px; } .hs-author-social-links a.hs-author-social-link.hs-social-facebook { background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png"); } .hs-author-social-links a.hs-author-social-link.hs-social-linkedin { background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png"); } .hs-author-social-links a.hs-author-social-link.hs-social-twitter { background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png"); } .hs-author-social-links a.hs-author-social-link.hs-social-google-plus { background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png"); }
@import url("hubspot/styles/patches/recommended.css");
/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
/*==================================================
Dnd styling
====================================================*/


.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

.dnd-section {
  padding:0px;
}

.dnd-section {
  position: relative;
  z-index: 1;
}


.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding:0 15px;
  width: auto;
}





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

body .dnd-section .full-width-section > .row-fluid{
  padding: 0px!important;
}

@media (max-width: 767px) {

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

}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */

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







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

html {
  font-size: ;
  overflow-x:hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #5a5b5d;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  margin: 0px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  scroll-behavior: smooth;
}

body .container-fluid .row-fluid .wrapper, body .header-container-wrapper .header-grp .wrapper{
  max-width: 1200px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  position:relative;
  z-index:2;
  box-sizing:border-box;
  padding: 0px 15px;
}

.body-container-wrapper li {
  margin-left: 26px;
  margin-bottom: 0;
  list-style-type: disc;
}

@media(max-width: 767px) {
  body .body-container-wrapper li {
    text-align: left;
    font-size: 16px;
  }

  body {
    font-size:16px; 
  }

  body .container-fluid a {
    font-size: 16px; 
  }

  body .container-fluid .row-fluid .simple-cta a.cta_button{
    padding:0px;
  }

}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #5a5b5d; 
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

.p-14 p,
.p-16 a{
  font-size: px;
  font-family: ;
  color: ; 
  font-style: ;
  text-decoration: ;
  font-weight: ;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

img{
  height:auto;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/* Anchor Links */

a {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #007aff;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2px;
  cursor: pointer;
  margin-bottom:0;
}

a:hover, a:focus {
  text-decoration: none;
}

h1 {
  font-size: 48px;
  font-family: 'Open Sans', sans-serif;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.2px;
  text-transform: none;
  margin-bottom:20px;
}

h2 {
  font-size: 46px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1px;
  text-transform: none;
}

h3 {
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2px;
  text-transform: none;
}

h4 {
  font-size: 20px;
  font-family: 'Open Sans',sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2px;
  text-transform: none;
}

h5 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.2px;
  text-transform: none;
}

h6 {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2px;
  text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  word-break: break-word;
}

strong {
  font-weight: 800;
}

code {
  vertical-align: bottom;
}

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

.body-container-wrapper {
  background:#ffffff;
  overflow:hidden;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  list-style:none;
  margin:10px 0;
}

.body-container-wrapper ol li,
.body-container-wrapper ol{
  list-style: decimal;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #5a5b5d;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  line-height:1.5;
  letter-spacing: 0.2px;
  position: relative;
  margin-left:17px;
}

body .row-fluid form ul,
.no-list-style li ul{
  margin:0;
  padding:0;
}

body .row-fluid form li,
.no-list-style li{
  margin:0;    
}

.check-mark li:before {
  position: absolute;
  top: 7px;
  left: -24px;
  content: '';
  width: 13px;
  height: 13px;
  background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Section%20Images/foursquare-button1.svg)no-repeat;
  background-position: center;
  background-size: cover;
} 

body .row-fluid form li:before,
.no-list-style li:before{
  display:none;
}

hr {
  background-color: rgb(205, 205, 205);
  border: none;
  color: #CCC;
  height: 1px;
}

blockquote{
  margin:0;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #a9a9a9;
  font-weight: 300;
  text-decoration: none;
  line-height: 1.4;
  padding-left: 17px;
  border-left: 2px solid #007aff;
  margin-left: 4px;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;

}

body .row-fluid .hide-module{
  display:none;
}

.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(43, 43, 43, 0.4);
  z-index: -1;
}

.gray-bg{
  background:0;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#ffffff;
}


.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
body .container-fluid .row-fluid .text-margin-zero.span12,
.text-margin-zero .widget-type-cta{
  margin:0;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.hubspot-link__container.sproket{
  display:none;
}

.section-bg{
  background-size: cover;
  background-position: center center;
}

.section-bg .bg-image{
  display:none
}

.section-padding{
  padding:100px 0;
}

.two-cta-container .left-cta {
  margin-right: 20px;
  margin-bottom: 15px;
}

@media(max-width: 1024px) and (min-width: 768px) {
  .two-cta-container .left-cta a.cta_button,
  .two-cta-container .right-cta a.cta_button{
    margin-bottom: 20px;
  }
}

@media(max-width: 767px) {
  .two-cta-container .left-cta a.cta_button {
    margin-bottom: 20px;
  }

  blockquote{
    font-size: 18px;
  }

  body .container-fluid .row-fluid a.cta_button,
  body .container-fluid .row-fluid .hs-button{
    display:block;
    /*     width:100%; */
    box-sizing: border-box;
  }

}

@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     
}


/*========================================================
Typography Responsive Styling
========================================================*/

@media (min-width:768px) and (max-width:1024px){

  .row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
  }

  h1 {
    font-size: 30px;
  }

}

@media (max-width:767px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  body h1 {
    font-size: 28px ;
  }

  body h2 {
    font-size: 26px;
  }

  body h3 {
    font-size: 22px ;
  }

  body h4 {
    font-size: 18px ;
  }

  body h5 {
    font-size: 14px ;
    line-height: 1.64;
  }

  body h6 {
    font-size: 12px ;
  }

  body p {
    font-size: 14px ;
  }

  .align-right {
    text-align: center;
  }

  .align-left {
    text-align: center;    
  }

  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }

  body a.cta_button, body a.cta-button, body .row-fluid .hs-button{
    display:block;
  }

  .heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
  }

  body .container-fluid .row-fluid .small a.cta_button, 
  body .container-fluid .row-fluid .small .hs-button {
    font-size: 12px;
    padding: 10px 12px;
  }

  body .container-fluid .row-fluid a.cta_button, 
  body .container-fluid .row-fluid .hs-button,
  body .container-fluid .row-fluid .medium a.cta_button, 
  body .container-fluid .row-fluid .medium .hs-button {
    font-size: 16px;
    /*     padding: 10px 25px; */
  }

  body .container-fluid .row-fluid .large a.cta_button, 
  body .container-fluid .row-fluid .large .hs-button {
    font-size: 18px;
    padding: 18px 50px;
  }

}

/*======================================================
Two Column Adjust
========================================================*/

body .container-fluid .row-fluid .two-col-adjust>span{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  webkit-box-align:stretch;
  -moz-box-align:stretch;
  -webkit-align-items:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  flex-wrap:wrap;
  -wevkit-flex-wrap:wrap;
  flex-direction:row;
  -webkit-flex-direction:row;
  margin-right:-2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-basis:46%;
  -webkit-flex-basis:46%;
  float:left;
  margin-right:4%;
  margin-top:40px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
}

@media(max-width:767px){

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
    display:block;
    width:100%;
    margin:20px auto 0;
    float:none
  }

  body .container-fluid .row-fluid .two-col-adjust>span{
    display:block;
    margin-right:0;
  }


}



/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -3.2%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 29.96%;
  -webkit-flex-basis: 29.96%;
  float: left;
  margin-right: 3.5%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0px;
}


@media (max-width:767px){

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right:auto;
  }

}



/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    width:100%;
    margin-top: 20px;
  }   
}

/*==================================================
Cta Module Styling starts Here 
====================================================*/


.cta-choices span.left-cta .video-container .video-title h6 {
  position: relative;
}

.cta-choices .left-cta .arrow-cta {
  margin-right: 50px;
}

body .simple-cta a.cta_button, body .simple-cta a{
  margin-top:0;
}

body.overflow-hidden{
  overflow:hidden;
}

.cta-choices .video-title a.cta-button {
  margin-top: 20px;
}

.cta-choices span {
  display: inline-block;
}

.cta-choices .video-container .video-section .video-title{
  display:inline-block;
  margin-left:0px;
}

.cta-choices .arrow-cta a.cta-button:after,.cta-choices .arrow-cta a:after{
  display:none
}

@media(max-width: 767px) {

  .cta-choices {
    margin-top: 15px;
  }

  .cta-choices .arrow-cta a.cta_button {
    display: inline-block ;
    width: auto;
    box-sizing: border-box;
  }

  .cta-choices span.left-cta .cta-container .video-title h6:after {
    left: 22%;  
  }
}

/*==================================================
Modal Popup styling
====================================================*/

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
}

body .container-fluid .row-fluid .model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

@media(max-width: 1024px) {
  .custom-model-main .close-button {
    right: 0;
  }

  .custom-model-main .custom-model-inner {
    margin-top: 60px;
  }
}

.custom-model-main:before {
  content: "";
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-right: -0px;
  height: 100%;
}

@media(max-width: 767px) {
  body .custom-model-main .custom-model-inner {
    max-width: 80%;
  }

  .cta-choices {
    margin-top: 15px;
  }
}




/*=====================================================================
Footer styling
========================================================================*/

.footer-section{
  position:relative;
  z-index:2;
  border-top:4px solid #007aff;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width:100%;
}

body .footer-section .widget-type-header h1,
body .footer-section .widget-type-header h2,
body .footer-section .widget-type-header h3,
body .footer-section .widget-type-header h4,
body .footer-section .widget-type-header h5,
body .footer-section .widget-type-header h6,
.social-follow-title h5{
  font-family:Open Sans;
  color:#ffffff;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  font-size:20px;
  letter-spacing: 0px;
}

.footer-section .hs_cos_wrapper_type_logo img{
	margin-bottom:25px;
}
.footer-section p{
  font-family:Open Sans;
  color:#fff;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  line-height: 24px;
  font-size:16px;
  letter-spacing: 0.2px;
	margin-top: 5px;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-vertical>ul li a,
.footer-section a {
  padding: 5px 0px;
  white-space: break-spaces;
  font-family:Open Sans;
  color:#fff;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  font-size:16px;
  letter-spacing: 0.2px;
	line-height: 24px;
}



/******* Opacity Card Module ********/


/******* Opacity Card Module ********/
/*****************************************/
/* Start your style declarations here    */
/*****************************************/



                                        

    





















button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

body button,
body .button,
body a.cta-button,
body a.cta_button {    
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  border-radius:  4px;
  background: rgba(0, 122, 255, 1.0);
  line-height: 1.3; 
  padding: 17px
    33px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  letter-spacing: 0px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border:1px solid
    rgba(0, 122, 255, 1.0);
  text-transform: uppercase;
}

@media(max-width: 1024px) and (min-width: 768px) {
  body .row-fluid .hs-button {
    font-size: 14px !important;
  }
}

.row-fluid a.cta_button:hover { 
  background: rgba(0, 122, 255, 
    1.0);
  border-color: rgba(0, 122, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
} 

/****************Button Sizes*******************/

body .container-fluid .row-fluid .small a.cta_button,
body .container-fluid .row-fluid .small .hs-button{    
  font-size: px;
  padding: px px;
}

body .container-fluid .row-fluid .medium a.cta_button,
body .container-fluid .row-fluid .medium .hs-button{    
  font-size: px;
  padding: px px;
}

body .container-fluid .row-fluid .large a.cta_button,
body  .container-fluid .row-fluid .large .hs-button{    
  font-size: px;
  padding: px px;
}

.transparent-cta a.cta-button,
.transparent-cta a.cta_button,
.transparent-cta a{
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #007aff;
	font-style: normal;
  text-decoration: none;
  font-weight: 600;
  border-radius:  4px;
  background: transparent;
  position:relative;
  border: 1px
    solid rgba(0, 122, 255, 1.0);
  padding: 17px 40px;
  line-height:1.3; 
  letter-spacing:0px;
  text-transform: none;
}

.transparent-cta a.cta-button:hover,
.transparent-cta a.cta_button:hover,
.transparent-cta a:hover{ 
  background: rgba(0, 122, 255, 1.0);
  border-color: rgba(0, 122, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
} 

.transparent-cta a.cta_button:hover:before{
  display:none;
}

.simple-cta a.cta_button,
.simple-cta a{
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #007aff;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  border: 0;
	background: none;
  line-height:1.3; 
  letter-spacing:0px;
  padding: 0px;
  position:relative;
  display:inline-block;
  text-transform: none;
}

.simple-cta a.cta_button:hover{
  color: rgba(0, 122, 255, 1.0);
  background: none;
}

body .container-fluid .row-fluid .small.simple-cta a.cta_button,
body .container-fluid .row-fluid .medium.simple-cta a.cta_button,
body .container-fluid .row-fluid .large.simple-cta a.cta_button{
  padding:0px!important;
}

body .gradient-cta a.cta_button,
body .gradient-cta a{
  background-image:linear-gradient(, , );
  border: 0;
  border-radius: px;
  font-size: px;
  font-family: ;
  font-style: ;
  text-decoration: ;
  font-weight: ;
  color: #fff;
}

body .row-fluid .white-cta a.cta_button,
body .row-fluid .white-cta a{
  color: rgba(0, 122, 255, 1.0);
  border: 1px solid rgba(255, 255, 255, 1.0);
/*   background: ; */
	background: #ffffff;
}

body .row-fluid .white-cta a.cta_button:hover{
  color: rgba(255, 255, 255, 1.0);	
  background: rgba(0, 122, 255, 1.0);
  border: 1px solid rgba(0, 122, 255, 1.0);
}

body .row-fluid .image-cta a.cta_button{
  background: none;
  padding: 0;
  border:none;
}


.arrow-cta a.cta-button,
.arrow-cta a.cta_button,
.arrow-cta a{
  position: relative!important;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #007aff;
	line-height: 1.3;
	letter-spacing: 0px;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  padding:  0px;
  color: rgba(0, 122, 255, 1.0);
  border: none;
  background: none;
	transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.arrow-cta a.cta-button:hover,
.arrow-cta a.cta_button:hover,
.arrow-cta a:hover{
	background: none;
	border:none;
	color: rgba(0, 122, 255, 1.0);
}	


body .video-cta a.cta-button,
body .video-cta a.cta_button,
body .video-title h6{    
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #007aff;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  border-radius:  4px;
  line-height: 1.3; 
	text-transform: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  letter-spacing: 0px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
body .video-cta a.cta-button,
body .video-cta a.cta_button{    
  background: rgba(255, 255, 255, 0.0);
  padding: 17px
    24px;
	  border:1px solid
  rgba(0, 122, 255, 1.0);
}


.row-fluid .video-cta a.cta-button:hover,
.row-fluid .video-cta a.cta_button:hover { 
  background: rgba(0, 122, 255, 1.0);
  border-color: rgba(0, 122, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
  transform: translateY(-1px);
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/








/*=========================================================================
form styling
==========================================================================*/

/* Help text */

form legend {
  font-size: 16px;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/*======= Placeholder Color ====*/

body .row-fluid .hs-input::placeholder {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: ;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
  font-weight: 600;
}

body .row-fluid .hs-input:focus::placeholder{
color:#f45d48!important;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
    outline:0;
    border:0;
    border: .5px solid #007aff!important;
}

body .row-fluid .hs-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
 color: ;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
  font-weight: 600;  
  text-decoration: none;
}

body .row-fluid .hs-input::-moz-placeholder {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: ;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
  font-weight: 600;
    text-decoration: none;
}

body .row-fluid .input select::placeholder {
}

body .row-fluid .hs-input::-ms-input-placeholder {  
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: ;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
    text-decoration: none;
  line-height: 1.75;
  font-weight: 600;
}

.email-prefs .item .item-inner span {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.2px;
    text-decoration: none;
}

.email-prefs .item .item-inner p {
  font-size: 16px;
  color: #5a5b5d;
  font-weight: 400;
     text-decoration: none;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

input:focus{
  outline: none;
}

select::-ms-expand {
  display: none;
}

input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance:none;
  border:0;
  background:;
  color:#ffffff;
  position:absolute;
  bottom:40%;
  left:40%;
  width:100px;
  height:24px;
  font-size:16px;
  border-radius:4px;
}

form {
  padding: 0px 0px;
  background: rgba(255, 255, 255, 0.0);
  border: 0px solid rgba(255, 255, 255, 0.0);
  border-radius: 0px;
  max-width: 807px;
  margin: 0 auto;
}

body .row-fluid .hs-button {  
  font-size: 16px;
  line-height: 14px;
  padding: 16px 34px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-style: normal;
  text-align: center;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  transition: all .15s ease;
  top: 0;
  background-color: rgba(0, 122, 255, 1.0);
  border: 1px solid rgba(0, 122, 255, 1.0);
  border-radius: 2px;
  text-shadow: 0 1px 3px rgb(36 180 126 / 40%);
  text-transform: none;
  font-weight: 600;
      text-decoration: none;
  cursor: pointer;
  min-width: 130px;
  
}

body .row-fluid .hs-button:hover{ 
  background: rgba(0, 122, 255, 1.0);
  border-color:#007aff;
  color:#ffffff;
} 

.hs_recaptcha.hs-recaptcha.field.hs-form-field .input {
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}

body .row-fluid .hs-button:focus,
body .row-fluid .hs-button:active{
  background-color: #007aff;
  border: 1px solid #007aff;
  border-radius: 2px;
  color: #ffffff;
  outline: none;
}

.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-decoration: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  padding-top: 0;
  margin-bottom: 5px;
  margin-top: 10px;
  text-transform: none;
  letter-spacing: normal;
}

form label span{
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-decoration: 0;
  font-style: normal;
  font-weight: 400;
    text-decoration: none;
  text-align: left;
  line-height: 1;
  padding-top: 0;
  margin-bottom: 5px;
  margin-top: 10px;
  text-transform: none;
  letter-spacing: normal;
}

body .container-fluid .row-fluid .hs-error-msgs label {
  margin-top: 0px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #FF0000;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

body .container-fluid .row-fluid .hs-field-desc {  
  margin-top: 0px;
  font-size: px;
  font-family: ;
  color: ;
  text-decoration: ;
  font-style: ;
  font-weight: ;
  text-transform: ;
}

form .hs-richtext p,
.hs-form-booleancheckbox-display p,
.legal-consent-container .hs-form-booleancheckbox-display{
  font-size: 14px ! important;
  font-family: 'Open Sans', sans-serif;
  color: #8184a3;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  text-align: left;
}

.legal-consent-container .hs-input[type="checkbox"] {
  margin: 0 7px 0px 0px !important;
  top: 2px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  vertical-align: middle;
}

body .row-fluid .hs-input,
.systems-page-psw input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height:47px;
  padding: 10px 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #007aff;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: 17px;
  background: #ffffff;
  border: 1px solid #e7e7e7!important;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border:0;
}

body .row-fluid .field.hs-form-field{
  margin-bottom: 15px;
}

select::-ms-expand {
    display: none;
}

.body-container-wrapper .hs-error-msgs,
.hs-error-msg{
  margin:0;
}

.submitted-message {
  text-align: center;
}

/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  background: rgba(255, 255, 255, 1.0);
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: ;
-webkit-appearance: none;
border: 1px solid rgba(0, 122, 255, 1.0);
margin-right: 8px;
top: 4px;
width: 15px;
height: 15px;
}

.row-fluid .hs-form .field .input input[type="radio"]:checked:after{
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  top: 2px;
  background-color: #007aff;
  left: 2px;
  border-radius: 50%;
}

body textarea.hs-input {
  height: 150px!important;
  resize: none;
}

.two-col-form-section textarea.hs-input {
  height: 122px;
}

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

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  top: 5px;
  left: 4px;
  border: 2px solid rgba(0, 122, 255,1.0);
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  display:transparent;
}

body .row-fluid .hs-form .field .input input[type="checkbox"] {
  padding: 0!important; 
  background: rgba(255, 255, 255, 1.0)!important;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 8px;
  margin-right: 8px;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 122, 255, 1.0)!important;
  margin-right: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius:0px;
}

.row-fluid .hs-form .field .input input[type="radio"]{
  border-radius: 50%;
  margin-bottom: 4px;
  height: auto;
  overflow: unset;
}

.row-fluid .hs-form .field .input input[type="radio"]::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 122, 255, 1.0);
  background: rgba(255, 255, 255, 1.0);
  border-radius: 50%;
  position: absolute;
  left: -22px;
  bottom: -7px;
  opacity: 1;
  transition: all 0.3s;
}

.row-fluid .hs-form .field .input input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(0, 122, 255,1.0);
  background: rgba(0, 122, 255,1.0);
  border-radius: 50%;
  position: absolute;
  left: -18px;
  bottom: -3px;
  opacity: 1;
  transition: all 0.3s;
}

.row-fluid .hs-form .field .input input[type="radio"] {
  appearance: none;
  margin: 0;
}

.row-fluid .hs-form .field .input .hs-form-radio-display {
  margin-left: 20px;
}

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

form .file-upload-button-label {
  border: 1px solid #e7e7e7;
  position: absolute;
  left: 11px;
  top: 19px;
  border-radius: 6px;
  padding: 0px 10px;
  color: #007aff;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0px;
  width: auto;
  height: 0;
  display: flex;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0px;
  height: 36px;
  font-weight: normal;
}

form .file-upload-file-name {
  height: 55px;
  color: #007aff;
  line-height: normal;
  display: flex;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  right: 0;
  width: 100%;
  top: 0px;
  padding: 0 10px;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 20px;
  box-sizing:border-box;
  padding-left:134px;
}

form input[type="file"] {
  display: none !important;
}

form .input {
  display: block;
  position: relative;
  margin-bottom: 0px;
}

body .row-fluid form select {
  background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/arrow-down-33.svg)no-repeat!important;
  background-position: 97%!important;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  -ms-appearance: none!important;
  cursor: pointer!important;
  background-size: 12px!important;
  height: auto!important;
  padding: 10px 20px;
}

@media(max-width:480px){

  form .file-upload-button-label{
    font-size:12px;
  }

  form .file-upload-file-name{
    font-size:12px;
    padding-left: 102px;
  }

  form {
    padding: 40px 20px;
  }

}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

body .hs-input:focus {
  outline: 0;
}

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

body .row-fluid fieldset {
  max-width: 100%;
}

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

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

.actions {
  padding: 0;
}

body .row-fluid .hs-button{
  margin-top: 20px;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}

.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin-left:0;
}

.inputs-list label {
  color: ;
  display: inline-block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0px;
  cursor: pointer;
  text-transform: ;
}

.inputs-list:first-child {
  padding-top: 6px;
}

.inputs-list > li + li {
  padding-top: 2px;
}

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

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

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

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

/* Captcha */

.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:767px){

  body .row-fluid form .form-columns-2 .hs-form-field .hs-input {
    width: 100%!important;
  }

}

@media(max-width:400px){

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

}

@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: 100%;
    }
    .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: ;
}


.hs_file_upload.hs-file_upload {
  border: dashed 1px #868686;
  background-color: #feefe8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 13px 0 16px;
  margin: 27px 0px 15px;
}
.hs_file_upload.hs-file_upload>label {
  width: 100%;
  text-align: center;
}
.hs_file_upload.hs-file_upload>label span {
  color: #f45d48;
}
/****************Table Styling Starts Here*******************/

th {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0px;
  line-height: 1.111;
  color: #ffffff;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  padding: 20px 20px;
  text-align:left;
  border: 1px solid rgba(221, 221, 221, 1.0);
  background-color: rgba(0, 122, 255, 1.0);
}

td {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0px;
  line-height: 1.667;
  color: #808080;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  border:  1px solid rgba(221, 221, 221, 1.0);
  padding: 20px 20px;
}

table {
	background: rgba(255, 255, 255, 1.0);
  border-collapse: collapse;
  width: 100%;
  padding: 20px;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

@media(min-width: 768px) and (max-width: 1024px) {

  th {
    font-size: 20px;
  }

  td {
    font-size: 16px;
  }
}

@media(max-width: 767px) {
  table { 
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
  }

  th {
    font-size: 20px;
  }

  td {
    font-size: 14px;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

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






/*=====================================================================
header styling
========================================================================*/

.header-grp {
  background:#ffffff;
  position: absolute;
  z-index:3;
  line-height:0;
  top:0;
  left:0;
  right:0;
  transition: all ease-in-out .4s;
  padding: 20px 0px;
}

@media(min-width:768px){



  

  .header-container-wrapper .header-grp.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index:3;
    transition: all ease-in-out .4s;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    animation: sticky .2s linear;
    background-color: #ffffff;
    padding: 20px 0;
  }  
  

}

@media (max-width:767px){
body .header-container-wrapper .header-grp.fixed {
  padding:20px 0;
  }
}


/********************Header fixed styling Ends************************/

.header-grp {
  background-color: rgba(255, 255, 255,1.0);
  transition: all ease-in-out .4s;
}



/*====================================================
Header Search Styling
====================================================*/   


body .row-fluid .hs-search-field__bar button svg {
  height: 25px;
  fill:#ffffff;
}

.hs-search-field__bar button {
  position: absolute;
  right: 0;
  height: 100px;
  width: 116px;
  background: #007aff;
  border: 1px solid #007aff;
  top:0px;
  border-radius:0;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

body .row-fluid input.hs-search-field__input {
  padding: 20px;
  height: 100px;
  font-size: 32px;
  border-radius: 6px !important;
}

#myOverlay .closebtn {
  width: 100%;
  max-width: 16px;
  position: absolute;
  right: 3px;
  font-size: 24px;
  z-index: 11;
  cursor: pointer;
  background: #fff;
  padding: 12px;
  border-radius: 50%;
  line-height: 0.7;
  text-align: center;
  color: #14142b;
  top: -18px;
  box-sizing: unset;
}
#myOverlay .hs-search-field.hs-search-field--open form {
  max-width: 750px;
}
#myOverlay .overlay-content {
  max-width: 750px;
  margin: 0 auto;
}

ul#hsresults li {
  list-style-type: none;
}
ul#hsresults li a {
  text-transform: uppercase;
}

p.hs-search-results__description {
  margin-top: 20px;
}
.system-search-page h1 {
  margin-bottom: 40px;
}

.system-search-page {
  padding: 100px 0px;
}


@media(max-width: 1000px) and (min-width: 768px) {
  #myOverlay .closebtn {
    right: -19px;
  }
}

@media(max-width: 767px){
  p.hs-search-results__description {
    margin-top: 15px;
  }
  .system-search-page h1 {
    margin-bottom: 20px;
  }
  .system-search-page {
    padding: 60px 0px;
  }
  body .row-fluid .header-grp.header-section {
    padding: 20px 0;
  }
}

/*====================================================
MOBILE MENU 
====================================================*/                

/* ==========================================================================
Custom Menu Primary
========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */


.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#ffffff;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}




/*===========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
============================================================================*/




.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */



  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }
	
	.custom-menu-primary .hs-menu-wrapper > ul{
		margin: -1px 0px 0px -1px;
	}


  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -3px;          /* Position Button at right of screen  */
    right: 15px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 6px 7px 11px 7px;
    background:transparent; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    border:1px solid #000;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #f45d48; 
    transition: all .3s ease-in-out;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#007aff;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#000;
    background-color: transparent; 
    border-color: transparent;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -3px;
  }

  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
    transition: all .3s ease-in-out;
  }

  .mobile-trigger i:before{
    top: -8px; /* Position top line */
    width: 100%;
    right: 0;
  }
  .mobile-trigger i:after{
    top: 8px; /* Position bottom line */
    width: 100%;
    right: 0;
  }

  .mobile-open .mobile-trigger i {
    background: transparent;
    transition: all .3s ease-in-out;
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
    width: 100%;
  }

  .mobile-open .mobile-trigger i:before {
    top:0px;
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
    width: 100%;
  }
  .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #000; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }

  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }

  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color:#fff; /* Icon color */
    display: block;
  }

  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }



  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #ffffff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px!important; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .header-grp .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px!important; /* Indent Child lists */
  }
  .header-grp .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px!important; /* Indent Child lists */
  }

  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    pointer-events: unset;
  }

  .header-container-wrapper ul li.hs-menu-depth-1 .child-trigger {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%!important;
    height: 45px !important;
  }

  .child-trigger i{
    position: absolute;
    top: 22px;
    right: 24px;
  }  


}


.hide {
  display:none;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
}

.header-grp form {
  padding: unset;
  background: unset;
  border: 0;
}

.header__search input:focus {
  outline: none;
}

.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: ;
  border: 0!important;
  font-family: ;
  font-weight: 300;
  font-size: 22px;
  cursor: pointer;
  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: ;
  font-size: 22px;
}

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

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

.header__search .image-popup-search {
  cursor: pointer;
  margin: 0 0 0 auto;
  float: right;
  max-width: 20px;
  max-height:20px;
}

.header__search {
  position:relative;
}

body .row-fluid input.hs-search-field__input::placeholder {
  font-size: 32px;
}
.open-popup {
  opacity: 1;
  z-index: 9999;
}
p.hs-search-results__description {
  margin-bottom: 30px;
}

ul#hsresults li {
  margin-bottom: 20px;
}
#myOverlay.open-popup  {
  pointer-events: auto;
  opacity: 1;
  transition: all .5s ease-in-out;
  z-index: 3;
  height: 100vh;
}
body .row-fluid .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000000;
  background: #FFFFFF;
  padding: 20px;
}

body .row-fluid .hs-search-field__suggestions li {
  margin-bottom: 15px;
}

#myOverlay .text-container {
  max-width: 800px;
  margin: 0 auto;
  float: none;
  position: relative;
  top: 40%;
  z-index: 1;
}
body .row-fluid input.hs-search-field__input:focus {
  outline: none;
}
#myOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  top: -226px;
  opacity: 0;
  overflow: hidden;
  transition: all .5s ease-in-out;
  width: 100%;
  padding: 37px 0px;
}

body .row-fluid input.hs-search-field__input {
  padding: 20px 62px 20px 20px;
  border: 0;
}

#myOverlay.open-popup {
  background-color: #ffffff;
  top: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.9);
}

@media(max-width:1024px) and (min-width:768px) {

  .header__language-switcher--label {
    float: none;
  }
  .header__search .image-popup-search {
    margin: 0 auto;
  }
  #myOverlay .text-container {
    max-width: 80%
  }

  body .row-fluid input.hs-search-field__input {
    padding: 20px 130px 20px 20px;
  }
}


@media(max-width:767px) {

  .header-grp .image-popup-search {
    max-width: 27px;
    padding: 15px 15px;
    cursor: pointer;
  }

  #myOverlay.open-popup {
    z-index: 5;
  }
  #myOverlay .text-container {
    max-width: 80%;
  }

  #myOverlay {
    padding: 30px 0px;
  }

  .header__search {
    position: relative;
    z-index: -1;
  }

  .header-grp .image-popup-search {
    display: none;
  }

  #myOverlay .closebtn{
    top: -64px;
    right: 25px;
  }
  .child-trigger{
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
}

@media (max-width: 568px) {
  .header-grp .image-popup-search {
    max-width: 55px;
  }
}

@media(max-width:1024px) and (min-width:768px) {
  .header__language-switcher--label {
    float: none;
  }
}
@media(max-width:767px){
.header__language-switcher--label{
  top:-5px;
  position:absolute;
  
}
}

.container-fluid.body-container.body-container-header_{
	display:none;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/



                                        

/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
	flex-direction: column;
}

@media (max-width: 767px) {
	.hs-menu-wrapper.hs-menu-flow-horizontal ul {
		flex-direction: column;
	}
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
	flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
	display: inline-flex;
}

@media (max-width: 767px) {
	.hs-menu-wrapper.hs-menu-flow-vertical ul {
		display: flex;
	}
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
	position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
	display: block;
	white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
	left: 0;
	opacity: 1;
	top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
	left: 100%;
	opacity: 1;
	top: 0;
}

@media (max-width: 767px) {
	.hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
	.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
		left: 0;
		opacity: 1;
		position: relative;
		top: auto;
	}
	.custom-menu-primary .hs-menu-wrapper{
		background:#000;
	}
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
	height: auto;
	max-width: 100%;
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	font-size:16px;
	color: #777;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0px;
	font-style: normal;
	text-decoration: none;
	padding: 10px 18px;
	white-space: normal;
	max-width: 100%;
}

/* .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
color: ;
border-radius: 3px;
} */

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover a{
	/*   color:#ffffff; */
	color:rgba(255, 255, 255, 1.0)
} 

@media(max-width: 900px)and(min-width: 768px) {
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		color:#777;
		padding: 15px 15px;
		font-size: 14px;
	}

}

@media(min-width: 768px) {

	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		position: relative;
	}

	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
		font-weight:600;
	}
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 {
		position: relative;
		margin: 0;
	}
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover{
		background-color: rgba(78, 86, 247, 0.99);
		border-radius:0;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		display: block;
		white-space: nowrap;
		width: 140px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.header-grp .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after,
	.header-grp .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children:hover>a:after {
		top: 16px!important;
		right: 14px!important;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
		opacity: 1; 
		visibility: visible;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 0.4s;
		position: absolute;
		z-index: 10;
		left: 0px;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
		left: 180px!important;
		top: 0!important;
	}
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
		line-height: 0;
	}
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1>a {
		border-top: 0;
		z-index: 3;
	}
	.header-grp .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		overflow: visible !important;
		max-width: none !important;
		width: auto !important;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
		position: relative;
	}
	.header-grp .hs-menu-wrapper {
		line-height: 0;
		text-align: center;
		float: right;
		position: relative;
		right: -15px;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
		display: inline-block;
		margin-bottom: 20px;
	}
	.header-grp .hs-menu-wrapper {
		display: block !important;
	}

}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active a{
	color:;
}

/*Sub Menu*/

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
	/*   background:#000100;	 */
	background: rgba(0, 0, 0, 1.0);
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: 400;
	margin: 0px;
	line-height: 1;
	letter-spacing: 0px;
	padding:10px 17px;
	text-align: left;
	min-width: 180px;
	text-indent: 0;
	color:#ffffff;
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li ul li:hover a,
.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a{
	color:#ffffff;
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active a{
	color:#ffffff;
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li.active a,
.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li.active a{
	color:#ffffff;
}

/*===== New Header Styling ===========*/

@media(min-width: 768px) {
	body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
		left: 181px;
		top:5px;
	}
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover{
		/*   background:#4e56f7; */
		background: rgba(78, 86, 247, 1.0);
	}
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper  ul.hs-menu-children-wrapper li a,
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper  ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a {
		font-size:16px;
		color:#ffffff;
		font-family: 'Open Sans', sans-serif;
		font-style: normal;
		text-decoration: none;
		font-weight: 400;
		margin: 0px;
		line-height: 1;
		letter-spacing: 0px;
		padding: 10px 15px;
	}

	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li:hover a,
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li:hover a{
		color:;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper ul {
		left: 170px !important;
	}

	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
		transform: translateY(10px);
		transition: 0.3s all ease-in-out;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
		opacity: 1;
		visibility: visible;
		transition: 0.3s all ease-in-out;
		transform: translateY(0px);
	}

	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children a{
		padding:10px 30px 10px 17px;
	}


}

/*===== New Header Styling ===========*/

@media(min-width:768px)and(max-width:1180px){
	body .header-grp a.cta_button {
		width: 100%;
		display: block;
		padding: 19px 5px;
	}
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1{
		margin:0px !important;
	}
}
@media(max-width: 1200px) and (min-width: 1025px) {
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		padding: 15px 15px;
	}

}
@media(max-width: 1024px) and (min-width: 768px) {

	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		padding: 10px 20px 10px 10px!important;
		font-size: 11px!important;
		min-width: 165px!important;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
		left: 130px !important;
	}

	body .row-fluid .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>a:after, 
	body .row-fluid .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
		right: 0px !important;
	}

	body .row-fluid .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
		right: 5px !important;
		top: 13px !important;
	}

	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li ul li a,
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		padding: 15px 15px;
		font-size: 14px;
	}

	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 {
		margin: 0 !important;
	}

	.header-grp .hs-menu-wrapper ul>li.hs-item-has-children>a:after, 
	.header-grp .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after{
		top: 18px!important;
	}

}

@media(max-width:767px){
	.header-grp {
		z-index: 99999;
		padding: 20px 0px;
	}
	body .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
		padding:0px; 
	}
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		font-size: 14px;
		padding: 14px 25px;
	}
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		box-shadow: none;
	}
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		border: 0;
	}

	.header-grp ul.hs-menu-children-wrapper{
		box-shadow: none;
	}

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

	.custom-menu-primary .hs-menu-wrapper,
	.span1.header__search.header--element.vertical-center,
	.span3.right-col.vertical-center.align-right
	{
		display:none;
	}  

	body .container-fluid .row-fluid  .mobile-trigger{
		top:-33px;
		cursor:pointer;
	}

	body .row-fluid .custom-menu-primary.js-enabled .hs-menu-wrapper{
		top: 48px;
		position:absolute;
	}

	.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
		padding: 14px 25px;
		font-weight: 500;
		font-size: 16px;
	}

	body .container-fluid .row-fluid .custom-menu-primary.js-enabled {
		position: absolute;
		width: 100%;
		left: 0;
		margin: 0;
		right: 0;
		top: 36px;
		padding: 0;
	}  

	body .container-fluid .row-fluid  .mobile-open .mobile-trigger,
	body .container-fluid .row-fluid  .mobile-trigger {
		background-color: transparent;
		border: none;
	}

	body .container-fluid .row-fluid .mobile-trigger:hover i, 
	body .container-fluid .row-fluid .mobile-trigger:hover i:before, 
	body .container-fluid .row-fluid .mobile-trigger:hover i:after, 
	body .container-fluid .row-fluid .mobile-open .mobile-trigger i, 
	body .container-fluid .row-fluid .mobile-open .mobile-trigger i:before, 
	body .container-fluid .row-fluid .mobile-open .mobile-trigger i:after {
		background-color:#007aff;

	}

	body .container-fluid .row-fluid .mobile-trigger i, 
	body .container-fluid .row-fluid .mobile-trigger i:before, 
	body .container-fluid .row-fluid .mobile-trigger i:after {
		width: 30px;
		height: 4px;
		background-color:#007aff;
	}

	body .container-fluid .row-fluid .mobile-trigger i:before {
		top: -7px;
	}

	body .container-fluid .row-fluid .mobile-trigger i:after {
		top: 7px;
	} 

	body .container-fluid .row-fluid .mobile-trigger{
		top: -33px;  
	}  
}

.header__language-switcher--label-current{
	display:none;
}

.lang_list_class{
	min-width:150px;
}

.lang_list_class li{
	text-align:left;
	border:0;
	background:#000;
}

body .lang_list_class li a {
	text-decoration: none;
	color: #777;
	font-weight:600;
	cursor: pointer;
}

.lang_switcher_class .lang_list_class li a:hover{
	color: #007aff;
	font-weight:600;
}

.header-section .row-fluid .span1.header__language-switcher.header--element, .header-section .row-fluid .span1.header__search.header--element {
	width: 2.4%;
}

@media(max-width:767px) {
	body .header-grp .span1.header__search.header--element.vertical-center {
		display: block;
		position: absolute;
		right: 60px;
		top:4px;
	}
	.header-section .row-fluid .span1.header__language-switcher.header--element, .header-section .row-fluid .span1.header__search.header--element {
		width:30px;
	}
	.header-section .logo-image img{
		max-width:140px;
	}
	.span1.header__language-switcher.header--element {
		position: absolute;
		right: 80px;
		top: 8px;
		bottom: 0;
	}
}



@media(min-width:768px){
	.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
		display: block !important;
	}
}


.hs-responsive-embed-wrapper.hs-responsive-embed{
	max-width:none !important;
}

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


/******************************** Megnific PopUp CSS *************************************************/


/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 502;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80); }

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 503;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

.mfp-container {
	height: 100%;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.mfp-align-top .mfp-container:before {
	display: none; }

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.mfp-hide {
	display: none !important; }

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 504; }

.mfp-preloader a {
	color: #cccccc; }

.mfp-preloader a:hover {
	color: white; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 506; }

button::-moz-focus-inner {
	padding: 0;
	border: 0; }

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
	opacity: 1; }
.mfp-close:active {
	top: 1px; }

.mfp-close-btn-in .mfp-close {
	color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px; }

.mfp-arrow {
	position: absolute;
	top: 0;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
	margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
	opacity: 0.8;
	border-top-width: 12px;
	border-bottom-width: 12px;
	top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 20px;
	border-bottom-width: 20px; }

.mfp-arrow-left {
	left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 12px solid black;
	left: 5px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	border-right: 20px solid white; }

.mfp-arrow-right {
	right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 12px solid black;
	left: 3px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 20px solid white; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; 
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; 
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; 
}

.mfp-iframe-scaler iframe {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black; 
}

.mfp-iframe-holder .mfp-close {
	top: -43px; 
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; 
}

/* The shadow behind the image */
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); 
}

.mfp-figure {
	line-height: 0; 
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; 
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-break: break-word;
	padding-right: 36px; 
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px; 
}

.mfp-image-holder .mfp-content {
	max-width: 100%; 
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; 
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	* Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; 
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0; 
	}

	/* The shadow behind the image */
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0; 
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; 
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; 
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; 
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; 
	} 
}

@media all and (max-width: 800px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); 
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; 
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; }

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; 
	} 
}
.mfp-ie7 .mfp-img {
	padding: 0; 
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px; 
}
.mfp-ie7 .mfp-container {
	padding: 0; 
}
.mfp-ie7 .mfp-content {
	padding-top: 44px; 
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0; }

div#wistia-pukozq6xf0-1_popover {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	left: 0 !important;
	box-shadow: none !important;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.pagination{
  margin:0 0 60px;
}
.blog-post__meta {
  margin-bottom: 1.4rem;
}
body .blog-index__post-image,
body .blog-related-posts__image{
    height: 190px;
}
.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

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

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}







.post-banner .topic-post-item{
  flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    padding: 0;
    background: #fff;
  border:0;
  margin-top:0;
}
.post-banner .pop_post_title.inner-box{
  padding:10px 227px;
  background:#fafafa;
}
.post-banner .topic-post-item:hover{
  border:none;
}

 .post-section-hero .post-sharing-icons ul{
   list-style-type:none;
   margin:0;
}

.post-section-hero .post-sharing-icons .sharing-icon ul li i{
   font-size:19px;
}

.block-blog .post-hero-section .post-section-hero .post-sharing-icons .sharing-icon{
   padding-top:63px;
}

.post-section-hero .post-sharing-icons .sharing-icon ul li{
   line-height:30px;
}
.post-section-hero .topic-list li{
   list-style-type:none;
} 




.post-section-hero .post-sharing-icons .sharing-icon{
     padding-top: 30px;
}

  body .topic-post-item .bottom-conta{
    padding:50px 50px 100px 85px;
    background:#fff;
    margin-top:-110px;
  }

  body .topic-post-item .pop_featured_image{
    height:640px;
  }

  @media(max-width:767px){
    body .post-banner .pop_post_title.inner-box{
      padding:10px 15px;
    }
    body .topic-post-item .bottom-conta{
      padding:25px;
      margin-top:-60px;
    }
    body .topic-post-item-1 .pop_featured_image{
      height:50vw;
    }
  }
.post-author-list {
    padding-bottom: 65px;
}
.post-section-hero .post-sharing-icons ul li {
    list-style-type: none;
  display:inline-block;
    width: 35px;
    margin: 0 29px;
}
body .post-section-hero .post-sharing-icons ul li img:hover{
  filter:grey;
}
body .post-section-hero .post-sharing-icons ul li:first-child{
  margin-left:0;
}

@media(max-width:767px){

.post-section-hero .post-sharing-icons{
    padding-top: 25px;
    padding-bottom: 25px;
}
.post-author-list {
    padding-bottom: 35px;
}

.post-section-hero .post-sharing-icons ul li{
    margin-right:8px;
    display:inline-block;
}
}

@media(max-width:767px){
  .latest-blog-cm .slick-slide{
    padding-right:0 !important;
  }
}




/*********************************** Blog Post Styling *******************************************/

.hs-blog-post .body-section{
	margin-top: 24px;
}

.hs-blog-post .post-section-hero .featured-bg{
 position:relative;
 height:640px;
}

.hs-blog-post .post-section-hero .featured-bg:before{
	pointer-events: none;
  position: absolute;
	content:'';
  top:0;
	bottom: 0;
	left:0;
	right:0;
	background: rgba(0,0,0,0.4);
}

.related-post.post-listing .post-item{
	transition: all 0.5s ease-in-out;
}

.related-post.post-listing .post-item .post-body.clearfix, .hs-blog-listing .post-item .post-body{
	overflow:hidden;	
}

.related-post.post-listing .post-item .featured-bg, .hs-blog-listing .post-item .featured-bg{
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.related-post.post-listing .post-item:hover .featured-bg,  .hs-blog-listing .post-item:hover .featured-bg{
	transform: scale(1.2);
	transition: all 0.5s ease-in-out;
}


.hs-blog-listing .blog-body{
	margin-top: 76px;
	padding: 100px 0;
}

.hs-blog-listing .post-listing{
	padding-top: 40px;
}


@media(max-width: 767px){
	.hs-blog-post .post-section-hero .featured-bg{
		height:240px;
	}
	.hs-blog-listing .blog-body{
		margin-top: 65px;
		padding: 60px 0;	
	}
	.hs-blog-listing .post-listing{
		padding-top: 20px;
	}
}
/*======================================================================
Cta Styling Section 
======================================================================*/

@media (min-width:768px){
  .cta-choices span {
    display: inline-block;
  }
}

@media (max-width:767px){
  .cta-choices > span{
    margin-right:0;
  }
  .cta-choices span.right-cta{
    margin-top:20px;
  }
}

/*======================================================================
Home1 Page Styling Start 
======================================================================*/

/*======================================================================
List Items Section 
======================================================================*/

.list-items ul li{
  position:relative;
  margin-left:34px;
  margin-bottom:5px;
  list-style-type: none;
}

.list-items ul li:before{
	pointer-events: none;
  content: '';
  position: absolute;
  left: -33px;
  top: 2px;
  width: 20px;
  height: 20px;
}

@media (min-width:768px){
  .list-count ul {
    column-count: 2;
  }
}

/*======================================================================
separator Section 
======================================================================*/

.separator hr{
  background:#e7e7e7;
  border: 0;
  color: #e7e7e7;
  height: 1px;
  margin:0;
}

/*======================================================================
Logo Section Styling Start 
======================================================================*/

.logo-module .list-conta {
  margin: 0;
  text-align: center;
  filter: blur(0px) grayscale(1);
  list-style-type: none;
  transition: all .3s ease-in-out;
}

.logo-module .list-conta:hover {
  filter: blur(0px) grayscale(0);
}

.logo-module .list-conta li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0px 30px;
}

body .row-fluid .logo-module .list-conta .image-conta{
  height:30px;
  display: inline-block;
  vertical-align: middle;

}

@media (max-width: 1024px){
  .logo-module .list-conta li {
    padding: 10px 30px;
    margin-bottom:10px;
  }
}

/*======================================================================
Card Module Styling Start 
======================================================================*/

.card-module .team-conta:before {
  z-index: 1;
  position: relative;
}

.card-module .team-conta:before {
	pointer-events: none;
  position: absolute;  
  content: "";
  background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Blockquote.png) no-repeat;
  top: -56px;
  height: 115px;
  width: 134px;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.card-module .description{
  margin-bottom:30px;
}

body .row-fluid .card-module .team-conta .image-conta {
  height: 139px;
  width: 100%;
  max-width: 139px;
  margin: 0 auto 30px;
  border-radius: 50%;
  border: 1px solid #979797;
}

.card-module .content-conta{
  text-align:center;
}

.card-module .logo-conta{
  max-width:141px;
  margin:25px auto 0;
}

@media(max-width:767px){
  .card-module .team-conta:before {
    top: -46px;
    height: 85px;
    width: 84px; 
  }
  .card-module .team-conta{
    padding-bottom:50px;
  }
}

/*======================================================================
Home2 Page Styling Start 
======================================================================*/


.superlead-home2-banner-cm .cm-container{
  padding: 134px 111px;
  position:relative;
  z-index:2;
}


.superlead-home2-banner-cm .cm-container:after{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  content:'';
  background-color: rgba(0, 0, 0, 0.48);
  z-index:-1;
}

body .row-fluid .superlead-home2-banner-cm .wrapper{
  max-width:1390px;
}



.superlead-home2-banner-cm .heading h2{
  font-size:50px;
  line-height:76px;
  letter-spacing:-1.49px;
  font-weight:bold;
}

.superlead-home2-banner-cm .description-container p{
  font-size:20px;
  line-height:30px;
  letter-spacing:0;
  font-weight:normal;
}

.superlead-home2-banner-cm .description-container{
  max-width:488px;
}

.superlead-home2-banner-cm .cta-choices{
  margin-top:35px;
}

.home-banner-slider .slick-slide:focus{
  outline:0;
}

.home-banner-slider .slick-initialized .slick-slide{
  display:block;
}

.home-banner-slider .slick-dots li.slick-active button {
  width: 6px;
  height: 6px;
  background:#f45d48;

}

.home-banner-slider .slick-dots li.slick-active button:focus{
  outline:0;
}

.home-banner-slider .slick-dots li {
  margin: 14px 5px;
  display: block;
  line-height: 0px;
}

.home-banner-slider .slick-dots {
  text-align: left;
}

.home-banner-slider .slick-dots li button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
  background:rgba(0, 0, 0, 0.48);
}

.home-banner-slider{
  position:relative;
  z-index:1;
}

.home-banner-slider ul.slick-dots{
  position: absolute;
  top: 37.5%;
  right: 57px;
  padding-bottom: 0;
  background: #fff;
  padding: 11px 10px;
  border-radius:20.5px;
}

.home-banner-slider .slick-dots li button:focus {
  outline: none;
}

.home-banner-slider .slick-dots li:before{
  display:none;
}


@media(max-width:1024px){
  .superlead-home2-banner-cm {
    padding: 0px 0 50px;
  }

  .home-banner-slider .slick-prev:after {
    right: 57px;
  }

  .home-banner-slider ul.slick-dots {
    right: 10px;
    top: 31.5%;
  }
  .home-banner-slider .slick-next:after {
    right: 57px;
  }

  .superlead-home2-banner-cm .cm-container{
    padding: 74px 90px 67px 90px;
  }
}    


@media(max-width:767px){
  .superlead-home2-banner-cm {
    padding: 0px 0 30px;
  }
  .superlead-home2-banner-cm .cm-container {
    padding: 100px 20px 130px;
  }
  .superlead-home2-banner-cm .heading h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .superlead-home2-banner-cm .description-container p {
    font-size: 18px;
  }

  .home-banner-slider ul.slick-dots {
    top: 80%;
    transform: rotate(0deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 170px;
    box-sizing: border-box;
    text-align: center;
  }
}

@media(min-width:1025px)and(max-width:1240px){
  body .row-fluid .superlead-home2-banner-cm .slick-vertical .slick-slide {
    height: 100%;
    max-height: 617px;
    box-sizing:border-box;
  }
}

@media(min-width:768px)and(max-width:1024px){
  body .row-fluid .superlead-home2-banner-cm .slick-vertical .slick-slide {
    height: 100%;
    max-height: 435px;
    box-sizing:border-box;
  }
}


@media(max-width:767px){
  body .row-fluid .superlead-home2-banner-cm .slick-vertical .slick-slide {
    height: 100%;
    max-height: 617px;
    box-sizing:border-box;
  }
  .home-banner-slider ul.slick-dots {
    padding: 0;
  }
  body .row-fluid .home-banner-slider .slick-dots li {
    display: inline-block;
    margin: 18px 5px;
  }
}

@media(max-width:480px){
  body .row-fluid .superlead-home2-banner-cm .slick-vertical .slick-slide {
    height: 100%;
    max-height: 647px;
    box-sizing:border-box;
  }
}

/*======================================================================
Home Recent Post Styling 
======================================================================*/



.home2-recent-posts .featured-image{
  height:216px;
}

.home2-recent-posts #hubspot-author_data{
  border-top: none;
  margin-top: 0px;
  padding-top: 0;
}

body .row-fluid .home2-recent-posts .home-post-body-inner{
  margin-left:0;
  background:#fff;
  padding:28px 21px;
}

.home2-recent-posts .post-date h6{
  line-height:25px;
  text-transform:uppercase;
}

.home2-recent-posts .header-container h4{
  line-height:normal;
  min-height:60px;
}

.home2-recent-posts .author-label-section h6 a {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: .02px;
  color: #000;
  font-weight: normal;
}


.home2-recent-posts .author-image-width .hs-author-avatar{
  height:42px;
  width:42px;
  border-radius:50%;
}

.home2-recent-posts .author-label-section h6{
  margin-bottom:0;
}


.home2-recent-posts .author-details-section .left-col{
  width: 15.076923%;
}

.home2-recent-posts .author-details-section{
  margin-top:20px;
}


@media(max-width:1024px){

  .home2-recent-posts .header-container h4 {
    min-height: 70px;
  }
  body .row-fluid .home2-recent-posts .home-post-body-inner {
    padding: 20px 16px;
  }
  .home2-recent-posts .author-details-section .left-col {
    width: 30%;
  }
  .home2-recent-posts .author-details-section {
    margin-left: 0;
  }

}


@media(max-width:767px){

  .home2-recent-posts .author-details-section .left-col {
    width: auto;
    margin-right: 20px;
  }
  .home2-recent-posts .author-details-section > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
  }
  .home2-recent-posts .header-container h4 {
    min-height: auto;
  }
  body .row-fluid .home2-recent-posts .home-post-body-inner {
    padding: 20px 25px;
  }
}


/*======================================================================
Home2 Tabber Styling 
======================================================================*/

.tabber-cm ul li{
  list-style:none;
}

.tabber-cm .content-box01{
  display:none;
}

.tabber-cm .content-box01.current{
  display:block;
  transition: opacity 300ms ease 0s;
}


.tabber-cm .tabber-container01 .tab-link {
  background:transparent;
  box-shadow:none;
  width:auto;
  border-left:0;
  border-radius:0;
  padding:6px 25px;
  display: inline-block;
  cursor: pointer;
  float: none;
  text-align: left;
  margin-left: -5px;
}


.tabber-cm .tabber-container01 .tab-link.current{
  background:#f45d48;
  color:#fff;
}

.tabber-cm .tabber-container01 .tab-link.current h5{
  color:#fff;
}


.tabber-cm .tabber-container01 .tab-link h5{
  margin-bottom:0;
}

.tabber-cm .list-container ul li:before{
	pointer-events: none;
  content: '';
  position: absolute;
  left: -33px;
  top: 5px;
  width: 15px;
  height: 15px;
  background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/check-mark.svg)no-repeat;
  background-position: center center;
  background-size: cover;
}

.tabber-cm .list-container ul li{
  margin-left:30px;
}

.tabber-cm .description-container{
  margin:30px 0 20px;
}

@media (max-width: 1024px){
  .tabber-cm .tabber-container01 .tab-link {
    padding: 6px 16px;
  }
}


@media(max-width:767px){
  .tabber-cm .tabber-container01 .tab-link{
    display:block;
    margin-left:0;
  }
}

/*==================================================================
Section RSS Styling
==================================================================*/

.post-wrap .post-header {
  margin-bottom: 10px;
}

.post-listing h5 a {
  font-weight: 700;
}

.post-listing .simple-cta a.cta_button{
  color:#ffffff!important;
}

body .row-fluid .post-listing{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -3%;
}

body .row-fluid .post-listing .post-item{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30%;
  -webkit-flex-basis: 30%;
  float: left;
  margin-right: 3.3%;
  margin-top: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
}

body .row-fluid .blog-post-cm .post-listing .post-item:nth-child(3n){
  margin-right:0;
}

body .hs-featured-image{
  height:203px;
  max-width:100%;
  margin:0;
  width:100%;
}

.post-wrap{
  padding: 21px 16px 10px 20px;
}

.post-wrap p{
  margin-bottom: 11px;
}

.post-item .topic-link:first-child{
  display:block;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
} 

.post-item .topic-link{
  display:none;
}

.post-item .post-header{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: normal;
}

.post-listing .post-item .featured_image {
  margin-bottom: 20px;
}

.section-rss .post-item .description-cont {
  padding: 20px 16px 50px 20px;
  clear:both;
}

body .hs-blog-post .post-body ul li {
  color: #5a5b5d; 
}
body .hs-blog-post .post-body ol li{
  color: #5a5b5d; 
}

.read-more-sec.simple-cta a.cta_button{
  color: #000000; 
}

@media(max-width:767px){

  body .row-fluid .post-listing{
    display: block;
    margin-right: 0;
  }

  body .row-fluid .post-listing .post-item{
    display: block;
    width: 100%;
    margin: 0;
    flex-basis:100%;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 20px auto 40px;
    float: none;
  }

}


/*==================================================================
Portfolio Section Styling
==================================================================*/

body .row-fluid .portfolio-section .hover-conta .whole-card-link a{
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  height:100%;
  width:100%;
  right:0;
  bottom:0;
  content:'';
  margin:0;
}

.portfolio-section .image-conta{
  height: 330px;
  position: relative;
}

.portfolio-section span>.hs_cos_wrapper:hover .text-conta {
  opacity: 1;
  transition: .4s all ease-in-out;
}

body .row-fluid .portfolio-section .four-col-adjust>span{
  margin-right:0;
  flex-basis: 24.99%;
  -webkit-flex-basis: 24.99%;
}

body .row-fluid .portfolio-section span{
  justify-content:center;
  align-items:center;
}

.portfolio-section  .text-conta {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: rgba(10,128,128,0.75);
  padding: 100px 18px;
  opacity: 0;
  transition: .4s all ease-in-out;
}

@media (min-width:768px){
  body .container-fluid .row-fluid .portfolio-section .four-col-adjust>span{
    margin-right:0;
  }
}

@media(max-width:1024px) and (min-width:768px){
  .portfolio-section  .text-conta {
    padding: 50px 25px;
  }
}


/*==================================================================
Client Slider Section Styling
==================================================================*/


.happy-slider .client-slider .image-conta {
  height: 117px;
  max-width: 117px;
  margin: 30px auto 53px;
  float: none;
  border-radius: 6px;
  position:relative;
}

.happy-slider .client-slider .customer-name span {
  font-size: 18px;
  letter-spacing: .02px;
  font-weight: 500;
  display: inline-block;
}

.happy-slider .client-slider .customer-name h4 {
  display: inline-block;
}

.happy-slider .client-slider .description-conta{
  max-width: 855px;
  margin: 0 auto 40px;
  float: none;
}

.happy-slider .client-slider  ul.slick-dots{
  max-width: 42px;
  margin: 0px auto;
}

.happy-slider .client-slider  ul.slick-dots {
  max-width: 100%;
  margin: 20px 0;
  text-align: center;
}

.happy-slider .client-slider ul.slick-dots li{
  display: inline-block;
  margin: 0 15px 0 0;
  color: transparent;
  padding: 0;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f45d48;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.happy-slider .client-slider ul.slick-dots li.slick-active{
  background-color:#fff;
}

.happy-slider .client-slider button {
  font-size: 0px;
  border: 0px;
  background:transparent;
} 
.happy-slider .client-slider .image-conta:after {
  position: absolute;
  right: 0;
  top: -25px;
  content: '';
  background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Icons/Quote.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 48px;
  height: 37px;
  z-index: 11;
}

.happy-slider .slick-next:after{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  top: 56%;
  right: 0;
  z-index: 1;
  background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Icons/arrow-131.svg) no-repeat;
  cursor: pointer;
  background-size: cover;
  background-position: center center;

}

.happy-slider .slick-prev:after{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  top: 56%;
  left: 0;
  z-index: 1;
  background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Icons/arrow-131.svg) no-repeat;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  transform: rotate(180deg);
}

@media (max-width: 1024px){
  .happy-slider .client-slider .description-conta {
    max-width: 565px;
  }
}

@media (max-width:767px){
  .happy-slider .client-slider .image-conta {
    margin-bottom:33px;
  }
  .happy-slider .slick-next:after {
    top: 105%;
    right: 0px;
    left: 40px;
    margin: 0 auto;
  }
  .happy-slider .slick-prev:after {
    top: 105%;
    right: 40px;
    left: 0;
    margin: 0 auto;
  }
}



/*==================================================================
Video Popup Section Styling
==================================================================*/

.video-cm .inner-div{
  height:340px;
  max-width: 572px;
  margin:0 auto;
  position: relative;
  box-shadow: 0 2px 24px 0 rgb(0 0 0 / 17%);
}
.video-cm .video-section .play-button {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  max-width: 17%;
  margin: 0 auto;
  justify-content: center;
}

button.mfp-close:hover {
  background: none;
}

@media(max-width:767px){
  .video-cm .video-section .play-button {
    top: 38%;
    max-width: 20%;

  }
}

/*==================================================================
Benifits Card Section Styling
==================================================================*/

.food-section .box-conta {
  box-shadow: 0 2px 34px 0 rgb(0 0 0 / 12%);
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  padding: 84px 32px 40px 35px;
  margin-bottom: 55px;
}

.food-section .number-box h2 {
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 0px;
  margin-top: -3px;
  text-align: center;
  position: relative;
  margin-right: -18px;
}
.food-section .number-box {
  width: 62px;
  height: 61px;
  top: 0;
  right: 0;
  position: absolute;
  border-radius: 0 0 0 100%;
  background: #f45d48;
}

@media(min-width:768px){
  body .row-fluid .food-section .hs_cos_wrapper.box-conta {
    margin-top: 10px;
  }
}


/*==================================================================
Counter Section Styling
==================================================================*/

@media(min-width:768px){
  .counter-cm .hs_cos_wrapper:after {
    position: absolute;
    right: 0px;
    top: 15px;
    bottom: 30px;
    content: '';
    background: #fff;
    width: 1px;
  }
  .counter-cm .hs_cos_wrapper:last-child:after {
    background: 0;
  }

  .counter-cm .hs_cos_wrapper{
    padding-right: 20px;
  }
}

.counter-cm .one .hs_cos_wrapper:after{
  display:none;
}

.counter-cm span.counter{
  font-size:44px;
}


/*==================================================================
Event Tabber Section Styling
==================================================================*/

.event-tabber-cm .content-box02.current {
  display: block;
  transition: opacity 300ms ease 0s;
}

.event-tabber-cm .description-container h4 {
  font-size: 33px;
  line-height: 1.82;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.event-tabber-cm .content-box02 {
  display: none;
}

.event-tabber-cm .cm-conta{
  align-items: center;
  position: relative;
  box-shadow: 0 2px 16px 0 rgb(0 0 0 / 12%);
  background-color: #fff;
  margin-bottom: 30px;
  padding: 40px 55px 40px;
  box-sizing: border-box;
  max-width:900px;
  margin:0 auto;
  margin-bottom:40px;
}

.event-tabber-cm .right-text-container{
  padding-left:75px;
  border-left:1px solid #d8d8d8;
}

body .row-fluid .event-tabber-cm .tabber-container02 .tab-link.current {
  background: #f45d48;
}

body .row-fluid .event-tabber-cm .tabber-container02 .tab-link.current h3{
  color: #fff;
}

body .row-fluid .event-tabber-cm .tabber-container02 .tab-link.current p{
  color: #fff;
}

.event-tabber-cm .tabber-container02 .tab-link{
  box-sizing: border-box;
  padding: 20px 48px;
  text-align: center;
  border-radius: 0px;
  background-color: #fff;
  cursor: pointer;
  border-right: 1px solid #dcdcdc;
}

.event-tabber-cm .tabber-container02{
  border-radius: 5px;
  max-width: 558px;
  margin: 0 auto;
  float: none;
  display: flex;
  align-items: stretch;
  justify-content: center;
  box-shadow: 20px 22px 54px 0 rgb(0 0 0 / 14%);
  margin-bottom:50px;
}


@media(max-width:767px){
  .event-tabber-cm .right-text-container{
    padding-left:0px;
    border:0;
  }
  .event-tabber-cm .tabber-container02{
    display:block; 
  }

  .event-tabber-cm .tabber-container02 .tab-link {
    border-bottom:1px solid #d8d8d8;
  }

  .event-tabber-cm .right-text-container{
    border-top:1px solid #d8d8d8;
    margin-top: 25px;
    padding-top: 25px;
  }

  .event-tabber-cm .text-container{
    padding:20px;
  }
}



/*==================================================================
Service Card Section Styling
==================================================================*/

body .row-fluid .service-card .content-conta {
  box-shadow: 0 2px 34px 0 rgb(0 0 0 / 12%);
  background-color: #fff;
  border-radius: 5px;
  padding: 45px 26px;
  max-width: 280px;
  margin: -149px auto 0;
  float: none;
  position: relative;
  transition: .3s all ease-in-out;
}
body .row-fluid .service-card .img-conta{
  height: 369px;
  border-radius: 6px;
  box-shadow: 0 2px 34px 0 rgb(0 0 0 / 21%);
}

body .row-fluid .service-card:hover .content-conta {
  transform: translateY(-20px);
  transition: .3s all ease-in-out;
}

@media (min-width:768px){
  .cta-choices span {
    display: inline-block;
  }
}

@media (max-width:767px){
  .cta-choices > span{
    margin-right:0;
  }
  .cta-choices span.right-cta{
    margin-top:20px;
  }
}

@media(max-width:480px){
  body .row-fluid .service-card .content-conta {
    max-width: 230px; 
  }
}

/*==================================================================
Simple Card Section Styling
==================================================================*/

.about-card .content-conta{
  padding-bottom:15px;
}

.about-card {
  border: solid 1px #dedede;
  padding: 56px 20px 52px;
}
.about-card .circular-img-container .image-conta{
  height:51px;
  width:51px;
  margin:0 auto;
}
.about-card .circular-img-container {
  padding: 26px 0;
  border-radius: 100%;
  border: solid 1px #e0e0e0;
  width: 103px;
  margin: 0 auto;
  margin-bottom:40px;
}

/*==================================================================
Service Side Bar Section Styling
==================================================================*/

body .row-fluid .sidebar .tabber-container .filter-container h5:hover,
body .row-fluid .sidebar .tabber-container .filter-container li.current h5{
  transition: all 0.3s ease-in-out;
  color:#F45D48;
}


body .row-fluid .sidebar .tabber-container .filter-container li h5{
  position:relative;
}

body .row-fluid .sidebar .tabber-container .filter-container li.current h5:before {
	pointer-events: none;
  position: absolute;
  top: 12px;
  content: '';
  background: #f45d48;
  width: 780px;
  height: 2px;
  z-index: 4;
  right:107%;
}

.sidebar .accordion_group {
  border-radius: 4px;
  border: solid 1px #d8d8d8;
  background-color: #fff;
  padding: 36px;
  margin-bottom: 30px;
}
.sidebar .description-conta{
  padding-top: 30px;
}
.row-fluid .sidebar .accordion_group.expanded {
  border-radius: 4px;
  box-shadow: 0 2px 34px 0 rgb(0 0 0 / 12%);
  background-color: #fff;
}

.sidebar .accordion_header{
  position:relative;
  z-index:1;
  cursor:pointer;
}

body .row-fluid .sidebar .accordion_header h3:after {
	pointer-events: none;
  content: "";
  right: 2px;
  position: absolute;
  transition: all ease-in-out .2s;
  background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Icons/orange_arrow-down.svg)no-repeat;
  background-size: cover;
  width: 15px;
  z-index: -1;
  top:6px;
  height: 15px;
  background-position: center ;
}

.sidebar .accordion_header.expanded h3:after {
  display:none;
}

body .row-fluid .sidebar .accordion_group.expanded h3:before {
	pointer-events: none;
  content: "";
  right: 0;
  position: absolute;
  transition: all ease-in-out .2s;
  background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Icons/remove.png)no-repeat;
  background-size: cover;
  width: 20px;
  z-index: 1;
  top:6px;
  height: 20px;
  background-position: center;
}  



.sidebar .right-sidebar .image-container{
  margin: 70px auto 75px;
  display: block;
  text-align: center;
}

*{
  scroll-behavior:smooth;
}

.sidebar .right-col .list-container-1 li{
  list-style-type:auto;
  margin: 12px 0 12px 0px;
  position:relative;
}

.sidebar .right-sidebar .text-container{
  margin-bottom:20px;
}

@media(max-width:767px){
  .sidebar .right-sidebar{
    padding-left:0px;
  }
  body .row-fluid .sidebar .wrapper{
    padding:0;
  }

  .sidebar .tabber-content .tabber-header h4{
    padding: 33px 20px 0px 20px;
    border: none;
  }
  .sidebar .accordion_group h3{
    padding-right:45px;
  }
  .sidebar .accordion_group{
    padding:20px;
  }
  .sidebar .accordion_header h3:before{
    top:0px;
  }
  .sidebar .accordion_header h3:after {
    top:4px;
    height: 20px;
  }

  .sidebar .tabber-content ul#filter li{
    padding: 10px 10px 10px 10px;
  }

  .body-container-wrapper .sidebar .tabber-content ul#filter li.current h6:before{
    top: 5px;
  }

  .sidebar .tabber-content ul#filter{
    border-left: solid 1px #d9dbe2;
    border-right: solid 1px #d9dbe2;
  }

  .sidebar .single-content#tab-4 .text-cont{
    padding:42px 20px 30px;
  }

  .sidebar .tabber-container .mobile-position {
    position: relative;
    cursor: pointer;
  }

  .sidebar .tabber-container span.mobile-tab-text {
    display: block;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 6px;
    border: solid 1px #d6d6d8;
    text-align: left;
  }

  .sidebar .tabber-container ul.filter-container {
    display: none;
    background: #f5f5f5;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
  }

  .sidebar .tabber-container .filter-container li {
    display: block;
    text-align: left;
    padding: 10px 20px;
    border-radius: 0;
  }

  .sidebar .tabber-container .mobile-position span.mobile-tab-text:before{
		pointer-events: none;
    position: absolute;
    content: '';
    background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Icons/orange_arrow-down.svg)no-repeat;
    background-position: center;
    background-size: contain;
    height: 11px;
    width: 11px;
    top: 17px;
    right: 25px;
    transition: all .3s ease-in-out;
  }

  .sidebar .tabber-container .mobile-position span.mobile-tab-text.down:before{
    transform: translate3d(0px,0px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(180deg) skew(0,0);
    transform-style: preserve-3d;
  }

  .sidebar .tabber-content{
    border: none;
  }

  .sidebar .any-question p,
  .sidebar .want-to-talk p{
    margin-top: 0;
  }
}

/*==================================================================
Sponsor Logo Section Styling
==================================================================*/

.sponsor-logo-module .event-client{
  box-shadow: 0 2px 34px 0 rgb(0 0 0 / 12%);
  background-color: #fff;
  min-height: 119px;
  padding: 10px;
  box-sizing: border-box;
  margin-right:3%;
}
body .row-fluid .sponsor-logo-module .event-client {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
.sponsor-logo-module .event-conta li{
  list-style-type:none;
  max-width:120px;
  margin-left:0;
}

@media(min-width:768px){
  body .row-fluid .sponsor-logo-module .event-conta{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media(max-width:767px){
  body .row-fluid .sponsor-logo-module .event-client {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
}

/*==================================================================
Team Slider Section Styling
==================================================================*/


body .row-fluid .two-col-slider .description-text{
  text-align: center;
  max-width: 324px;
  margin: 0 auto;
  margin-top: 12px;
}
body .row-fluid .two-col-slider .customer-name{
  margin-top:25px;
}
body .row-fluid .two-col-slider .img-conta{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .row-fluid .two-col-slider .slider-container .card-module .card-container {
  box-sizing: border-box;
  box-shadow: 0 2px 34px 0 rgb(0 0 0 / 12%);
  background-color: #fff;
  background-image: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Icons/Background.png);
  background-repeat:no-repeat;
  background-size: contain;
  background-position: bottom left;
  padding: 20px 20px 24px;
  box-sizing: border-box;
  max-width: 520px;
  margin:30px 47px 49px 47px;
}


body .row-fluid .two-col-slider .slider-container .img-container{
  border-radius: 50%;
  width: 78px;
  height: 78px;
}

.two-col-slider .slider-container .description-text{
  padding-bottom:10px
}

.two-col-slider .slider-container  ul.slick-dots{
  max-width: 42px;
  margin: 0px auto;
}

.two-col-slider .slider-container  ul.slick-dots {
  max-width: 100%;
  margin: 20px 0;
  text-align: center;
}

.two-col-slider .slider-container  ul.slick-dots li{
  display: inline-block;
  margin: 0 15px 0 0;
  height: 17px;
  width: 17px;
  border: 1px solid #f45d48;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.two-col-slider .slider-container  ul.slick-dots li.slick-active{
  background-color:#f45d48 ;
  border: 1px solid #f45d48;
}

.two-col-slider .slider-container button {
  font-size: 0px;
  border: 0px;
  display: none;
}
@media (max-width:767px){
  body .row-fluid .two-col-slider .slider-container .card-module .card-container{
    margin:40px auto;
    max-width: 460px;
  } 
}



/*==================================================================
Accordion Section Styling
==================================================================*/


.accord-section .accordion-description{
  padding-top:50px;
}
.accord-section .accordion_header h4{
  padding-right:20px;
  color:#000;
}
.accord-section .accordion_group {
  border-radius: 4px;
  border: solid 1px #d8d8d8;
  background-color: #fff;
  padding: 36px;
  padding-right:45px;
  margin-bottom: 30px;
}
.row-fluid .accord-section .accordion_group.expanded {
  border-radius: 4px;
  box-shadow: 0 2px 34px 0 rgb(0 0 0 / 12%);
  background-color: #fff;
}
.accord-section .accordion_header{
  position:relative;
  z-index:1;
  cursor:pointer;
}
body .row-fluid .accord-section .accordion_header h4:after {
  content: "";
  right: 2px;
  position: absolute;
  transition: all ease-in-out .2s;
  background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Icons/path-13-1.svg)no-repeat;
  background-size: cover;
  width: 14px;
  z-index: -1;
  top:0px;
  height: 14px;
  background-position: center ;
  transition: all ease-in-out .2s;
}

.accord-section .accordion_header.expanded h4:after {
  display:none;
}

body .row-fluid .accord-section .accordion_group.expanded h4:before {
  content: "";
  right: 0;
  position: absolute;
  transition: all ease-in-out .2s;
  background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Icons/remove.png)no-repeat;
  background-size: cover;
  width: 20px;
  z-index: 1;
  top:0px;
  height: 20px;
  background-position: center;
  transition: all ease-in-out .2s;
}  
@media(min-width:768px) and (max-width:1024px){
  .accord-section .accordion-description{
    padding-top:20px;
  }
}

/*==================================================================
Number Section Styling
==================================================================*/
.number-conta h3 {
  width: 40px;
  height: 40px;
  background: #f45d48;
  border-radius: 100%;
  display: inline-block;
  line-height:1.7;
  text-align: center;
}

@media(min-width:768px){
  .number-conta .content-conta{
    text-align: end;
  }
}

@media(max-width:767px){
  .number-conta .content-conta{
    text-align: left;
  }

  .number-conta h3 {
    line-height:2;
  }
}



/*==================================================================
Event Up Module Section Styling
==================================================================*/

body .row-fluid .event-card .img-conta {
  min-height: 181px;
  height: 100%;
}
@media(min-width:768px){
  .service-conta {
    display: flex;
  }}



.event-card .type-event{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 10px;
  padding-top: 10px;
}

.event-card .content-conta{
  position:relative;
  /*   z-index:1; */
}
body .row-fluid .event-card .right-col{
  margin-left:0;
}
.event-card .content-conta .price-box {
  min-width: 70px;
  text-align: right;
}
.event-card .content-conta .cta-choices{
  position:absolute;
  right:0;
  bottom:0;
}
.event-card .content-conta{
  margin: 0;
  box-shadow: 0 2px 34px 0 rgb(0 0 0 / 12%);
  background-color: #fff;
  padding: 25px;
}

@media(min-width:768px) and (max-width:1024px){
  .event-card .img-conta{
    height:170px;
  }
  .event-card .content-conta{
    padding: 19px; 
  }
}

@media(max-width:767px){
  body .container-fluid .row-fluid .event-card  .small a.cta_button, body .container-fluid .row-fluid  .event-card .small .hs-button {
    font-size: 14px;
    padding: 10px 10px;
  }
  .event-card .content-conta{
    padding: 10px; 
  }
  body .container-fluid .row-fluid .event-card .content-conta .type-event  h3{
    font-size:18px ;
  }
  body .row-fluid .event-card .content-conta .cta-choices {
    bottom: -15px;
  }
}




/*==================================================================
Generic Page Section Styling
==================================================================*/


.dnd_area-row-1-force-full-width-section > .row-fluid {
  padding: 0;
}


.generic-page-cm .image-container.show-popup{
  display:block;
}

.generic-page-cm{
  position:relative;
}

.generic-page-cm .image-container{
  display:none;
  margin-top:40px;
}

.generic-page-cm .image-container{
  position:relative;
}

.generic-page-cm .image-container img{
  height:auto;
}

body .row-fluid .generic-page-cm .image-container img.play-icon{
  position: absolute;
  left: 0;
  right: 0;
  top: 37%;
  max-width: 27%;
  margin: 0 auto;
  justify-content: center;
}

.generic-section1{
  background-image: linear-gradient(to bottom, #feefe8, rgba(245, 245, 245, 0));
  padding:100px 0;
  position:relative;
  z-index:3;
}

.generic-section1 .generic-page-cm{
  margin-bottom:100px;
}

.generic-section1 .generic-page-cm .heading h2{
  color:#f45d48;
  font-size:36px;
  letter-spacing:0;
  font-weight:bold;
  margin-bottom:20px;
}

.generic-section1 .generic-page-cm .description ul li:before{
  background:#f45d48;
}

.generic-section1 .generic-page-cm .description ul li {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -.1px;
  font-weight: 400;
  position: relative;
  margin-left: 34px;
  margin-bottom: 2px;
}

body .row-fluid .generic-section1 .generic-page-cm{
  max-width:850px;
  margin:0 auto 50px;
  float:none;
}

body .row-fluid .sidebar-cm{
  position: absolute;
  left: 0;
  top: 0;
  background:#fff;
  z-index: 11;
  width: 70px;
  overflow:hidden;
  height: 100%;
  box-shadow: 0 10px 14px 0 rgba(141, 140, 140, 0.5);
  padding:65px 30px;
  transition:0.4s all ease-in-out;
}

.sidebar-cm .menu-open{
  opacity:0;
  float:right;
}

.sidebar-cm img{
  cursor:pointer;
  max-width:28px;
}

body .row-fluid .sidebar-cm.cont-open{
  width:330px;
  transition:0.4s all ease-in-out;
}

.sidebar-cm.cont-open .menu-open{
  opacity:1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.sidebar-cm.cont-open .menu-close{
  opacity:0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.sidebar-cm.cont-close .menu-open{
  opacity:0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.sidebar-cm.cont-close .menu-close{
  opacity:1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.sidebar-cm ul li:before{
  display:none;
}

.sidebar-cm ul{
  padding: 40px 0px 27px;
}

.sidebar-cm ul li.active{
  color:#f45d48;
}

.sidebar-cm ul li:before{
  display:none;
}

.sidebar-cm ul li{
  font-size:16px;
  line-height:48px;
  font-weight:500;
  letter-spacing:normal;
  margin-left:0px;
  margin-bottom:0;
  cursor:pointer; 
  list-style:none;
}

.sidebar-cm .list-container{
  width:300px;
}

.sidebar-cm ul li:hover{
  color:#f45d48;
}

.sidebar-cm .list-container ul li span{
  float:left;
  margin-right:28px;
}

.sidebar-cm .list-container ul li{
  font-weight:bold;
}

body .generic-section1 .cm-container:last-child .generic-page-cm{
  margin-bottom:0
}

.generic-section1 .inner-div{
  height:340px;
  max-width: 572px;
  margin:20px auto 0;
  position: relative;
  box-shadow: 0 2px 24px 0 rgb(0 0 0 / 17%);
}
.generic-section1 .video-section .play-button {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  max-width: 17%;
  margin: 0 auto;
  justify-content: center;
}


@media(max-width:767px){
  .generic-section1 .video-section .play-button {
    top: 38%;
    max-width: 20%;

  }
}

@media(max-width:1600px) and (min-width:1080px){

  body .row-fluid .generic-section1 .generic-page-cm{
    position:relative;
    right:-100px;
  }

  body .row-fluid .sidebar-cm.cont-open {
    width:185px;
  }
}



@media(max-width:1079px){

  body .row-fluid .generic-section1 .generic-page-cm{
    max-width:600px;
    margin:0 auto 100px;
    float:none;
  }

  body .row-fluid .sidebar-cm.cont-open{
    width: 210px;  
  }

  body .row-fluid .generic-section1 .generic-page-cm{
    position:relative;
    right:-100px;
  }
}



@media(max-width:1024px){

  body .row-fluid .generic-section1 .generic-page-cm{
    right:0;
  }

  body .row-fluid .sidebar-cm{
    display:none;
  }

  .generic-section1{
    padding:70px 0;
  }

  .generic-section1 .cm-container span>.hs_cos_wrapper:last-child .generic-page-cm{
    margin-bottom:0;
  }

  body .row-fluid .generic-page-cm .image-container img.play-icon{
    top:20%;
  }
}

@media(max-width:767px){

  body .row-fluid .generic-section1{
    padding:70px 0 20px;
  }

  body .row-fluid .generic-section1 .generic-page-cm{
    margin-bottom:30px;
  }

  .generic-section1 .generic-page-cm .heading h2{
    font-size:30px;
  }

  body .row-fluid .generic-page-cm .image-container img.play-icon {
    top: 30%;
    max-width: 110px;
  }

  body .row-fluid .generic-section1 .generic-page-cm{
    max-width:100%;
  }
}
body .row-fluid .generic-section1 div#wistia.thumb_container {
  height: auto;
  width: auto;
}


/*==================================================================
Hover Cm Section Styling
==================================================================*/

.hover-cm{
  position:relative;
}

.hover-cm h3{
  margin-bottom:45px;
}

.hover-cm .address-container p{
  margin-bottom:45px;
}

.hover-cm .map-conta{
  opacity:0;
  position: absolute;
  left: -30px;
  right: -30px;
  top: -134px;
  margin: 0 auto;
  z-index: -1;
  width: auto;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.21);
  border-radius:8px;
  transition:0.1s all ease-in-out;
}

body .row-fluid .open-map-image .map-conta{
  opacity:1;
}

body .row-fluid .hover-cm .hover-conta{
  box-shadow: 0 2px 34px 0 rgb(0 0 0 / 12%);
  background-color: #fff;
  padding: 19px 22px;
  border-radius: 4px;
  z-index: 1;
  cursor: pointer;
  max-width:300px;
  margin:0 auto;
}


body .row-fluid .hover-cm .hover-conta.active .map-conta{
  opacity:1;
}

body .row-fluid .hover-cm:hover .map-conta{
  opacity:1;
  transition:0.1s all ease-in-out;
}

.hover-cm .map-conta{
  opacity:0;
  left:0;
  right:0;
  top:-195px;
}

@media(max-width:767px){

  body .row-fluid .hover-cm .hover-conta{
    margin-bottom:40px;
  }
  body .row-fluid .hover-cm .hover-conta{
    max-width:500px;  
  }

  .hover-cm .address-container p{
    margin-bottom:25px;
  }
  .hover-cm h3{
    margin-bottom:25px;
  }
}



/*==================================================================
Down Tabber Section Styling
==================================================================*/

.tabber-cm .content-box03.current {
  display: block;
  transition: opacity 300ms ease 0s;
}
body .row-fluid .tabber-cm .tab-container03 ul li{
  list-style-type:auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 30px;
  cursor:pointer;
}
.tabber-cm .content-box03 {
  display: none;
}
@media(min-width:768px){
  .option_dropdown1 {
    display: none;
  }
}
*{
  outline:none;
}

@media(max-width:767px){
  .tab-container03.mobile-tab-text {
    display: none;
  }
  .tabber-cm .content-box03 .image-conta{
    margin-top:70px;
  }
  select#id_select1 {
    list-style-type: none;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #000;
    position: relative;
    display: block;
    box-shadow: 0px 1px 1px #00000042;
    padding: 20px 23px 16px 17px;
    cursor: pointer;
    background-size:7% 38%;
    background-position:right;
    border:0;
  }
}




/*==================================================================
Pricing Tabber Section Styling
==================================================================*/

.pricing-tabber-cm .content-box04.current {
  display: block;
  transition: opacity 300ms ease 0s;
}
.pricing-tabber-cm .text-conta{
  padding:10px 0;
}
.pricing-tabber-cm .tabber-container04 .tab-link.current{
  background:#f45d48;
}
.pricing-tabber-cm .tabber-container04 .tab-link.current h3{
  color:#fff;
}
.pricing-tabber-cm .tabber-container04 .tab-link{
  display: inline-block;
  box-shadow: 20px 22px 54px 0 rgb(0 0 0 / 14%);
  background-color: #fff;
  color: #000;
  padding: 27px 25px;
  width: 215px;
  margin: 0;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  float: none;
  text-align: left;
  margin-left: -5px;
  border-left: 1px solid #dcdcdc;
}

body .row-fluid .pricing-tabber-cm .tabber-container04 {
  text-align: center;
  margin-bottom: 40px;
}

.pricing-tabber-cm .content-box04 {
  display: none;
}

.pricing-tabber-cm li{
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -.1px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-left: 0;
  position: relative;
  padding-left: 15px;
  padding-right: 10px;
  list-style-type:none;

} 
.pricing-tabber-cm li:before {
	pointer-events: none;
  content: "";
  left: -11px;
  top: 5px;
  position: absolute;
  color: #f45d48;
  background:url('//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Icons/checked.png')no-repeat;
  background-size:cover;
  height:17px;
  width:17px;
}

@media(min-width:768px){
  .pricing-tabber-cm .left-col {
    border-right: 1px solid #f2f2f2;
    padding-right: 40px;
  }
  .pricing-tabber-cm .right-col {
    padding-left: 40px;
  }
}
@media(max-width:767px){
  .pricing-tabber-cm .left-col-1{
    padding-bottom:20px;
  }
  .pricing-tabber-cm .tabber-container04 .tab-link{
    display: block;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 0px;
    border: 0;
    text-align:center;
  }
  .pricing-tabber-cm li:before{
    left:4px;
  }
  .pricing-tabber-cm li{
    padding-left:30px;
  }
}





/*==================================================================
Pricing Cm Section Styling
==================================================================*/
.switch-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  margin-top: 25px;
  margin-bottom: 100px;
  max-width: 260px;
  margin: 0 auto 50px;
}

.switch {
  pointer-events: visible;
  position: relative;
  display: inline-block;
  width: 42px;
  height: 20px;
}

.switch input {
  display: none;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #fff;
  transition: .4s;
  border: 1px solid;
}
body .row-fluid .ps1-pricing-3-section-1 .three-col-adjust>span {
  justify-content:center;
  margin:0;

}
.rangeslider_move.rangeslider__handle__result__group {
  position: absolute;
  top: 100px;
  background-color: #fff;
  max-width: 360px;
  padding: 40px;
  border-radius: 40px;
  box-shadow: 0 10px 40px rgba(50,50,93,.2);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  margin-left: -178px;
  top: 58px;
}

.rangeslider-wrap .rangeslider__handle__resultMax span, .rangeslider-wrap .rangeslider__handle__result span {
  color: #505050;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
}

.switch .slider:before {
	pointer-events: none;
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 2px;
  border-radius: 100px;
  background-color: #f45d48;
  transition: .4s;
  box-shadow: 0 10px 40px rgba(50,50,93,.2);
}


.switch input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.switch-wrap .month-select{
  font-size:12px;
  line-height:25px;
  letter-spacing:0.02px;
  color:#000;
  font-weight:600;
  text-transform:uppercase;
}

.switch-wrap .year-select{
  font-size:12px;
  line-height:25px;
  letter-spacing:0.02px;
  color:#000;
  font-weight:600;
  text-transform:uppercase;
}

.ps1-pricing-3-section-1 span.small-text{
  display: flex;
  padding-left: 10px;
}

.ps1-pricing-3-section-1 .pricing-head{
  display: flex;
  justify-content: center;
  align-items: center;
}


span.small-text.show .year-text {
  display: block;
}

span.small-text.show .month-text {
  display: none;
}

span.small-text .year-text {
  display: none;
}

.ps1-pricing-3-section-1 .pricing-3 .features li,
.ps1-pricing-3-section-1 .pricing-3 .features p{
  font-size: 17px;
}

.ps1-pricing-3-section-1 .pricing-3 .features li{
  list-style:none;
  margin:30px 0;
}

.ps1-pricing-3-section-1 .pricing-3 .features li{
  position: relative;
  margin: 12px 0;
  padding-left: 28px;
}

.ps1-pricing-3-section-1 .pricing-3 .features li:before{
	pointer-events: none;
  content: '';
  left: 0px;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 4px;
  background:url('//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Icons/checked.png')no-repeat;
  background-size:cover;
}

.ps1-pricing-3-section-1 .pricing-3 .cost .small-text{
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
  color: #757575;    
}

.ps1-pricing-3-section-1 .pricing-3 sup{
  font-size: 24px;
  font-weight: 300;
  color: #757575;
  margin-right: 4px;
}

.ps1-pricing-3-section-1 .pricing-3 .cost{
  background: #feefe8;
  padding: 22px 40px;
}

.ps1-pricing-3-section-1 .pricing-3 .heading{
  padding: 38px 30px;
}
.ps1-pricing-3-section-1 .pricing-3 .image-container img{
  width: -webkit-fill-available;
}
.ps1-pricing-3-section-1 .pricing-3 .features{
  padding: 12px 28px 0px;
  border-bottom:1px dotted grey;
}

.ps1-pricing-3-section-1 .pricing-3 .cost .month,
.ps1-pricing-3-section-1 .pricing-3 .cost .year{
  display:none;
}

.ps1-pricing-3-section-1 .pricing-3.plan-monthly .cost .month{
  display:inline-block;
  font-size:34px;  
}

.ps1-pricing-3-section-1 .pricing-3.plan-yearly .cost .year{
  display:inline-block;
}


.ps1-pricing-3-section-1 .pricing-3 .cta {
  padding: 30px 0px 0px;
  text-align: center;
}


@media (max-width: 1080px){

  .ps1-pricing-3-section-1 .pricing-3 .cost{
    padding: 16px 20px;
  }

  .ps1-pricing-3-section-1 .pricing-3 .heading{
    padding: 28px 20px;
  }

  body .row-fluid .pricing-version4 .pricing-3 .cost h2{
    font-size: 45px;
    line-height: 50px;
  }

  .pricing-version4 .pricing-3 .cost{
    height:auto;
  }

  body .row-fluid .pricing-version4 .pricing-3 .cost h2{
    min-height:60px;
  }

  .pricing4 .service-section{
    padding: 60px 0px 70px;  
  }

  body .row-fluid .pricing-version4{
    padding: 70px 0 80px;  
  }

}

@media(min-width:768px){
  .ps1-pricing-3-section-1 .three-col-adjust span>.hs_cos_wrapper:nth-child(2) {
    bottom: 31px;
    z-index:2;
    margin: 0;
  }
  body .row-fluid .ps1-pricing-3-section-1 .three-col-adjust span>.hs_cos_wrapper{
    margin: 0;
  }
}


@media(max-width: 767px){
  body .row-fluid .pricing-version4{
    padding: 60px 0 30px;  
  }
}

body .row-fluid .ps1-pricing-3-section-1 .three-col-adjust span>.hs_cos_wrapper{
  background: #fff;
  position: relative;
  transition: .4s;
  overflow: hidden;

}
.ps1-pricing-3-section-1 .three-col-adjust span>.hs_cos_wrapper:nth-child(2) {
  -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
  -moz-transition: .4s;
  -webkit-transition: .4s;
}

.ps1-pricing-3-section-1{
  position:relative;
  z-index:2;
}

.ps1-pricing-3-section-1 .pricing-3 .features li,
.ps1-pricing-3-section-1 .pricing-3 .features p{
  font-size: 17px;
}

.ps1-pricing-3-section-1 .pricing-3 .features ul{
  list-style:none;
  margin:0;
}

.ps1-pricing-3-section-1 .pricing-3 sup{
  font-size: 24px;
  font-weight: 300;
  color: #757575;
  margin-right: 4px;
}

.ps1-pricing-3-section-1 .pricing-3 .cost{
  background: #feefe8;
  padding: 10px 0;
  font-size: 30px;
  font-weight: 600;
}


.ps1-pricing-3-section-1 .pricing-3 .heading h3{
  font-weight:bold;
}



.ps1-pricing-3-section-1 .pricing-3 .cost .month,
.ps1-pricing-3-section-1 .pricing-3 .cost .year{
  display:none;
}

.ps1-pricing-3-section-1 .pricing-3.plan-monthly .cost .month{
  display:inline-block;
}

.ps1-pricing-3-section-1 .pricing-3.plan-monthly .cost h2 span.currency{
  font-size:24px;
  font-weight:bold;
}
.ps1-pricing-3-section-1 .pricing-3.plan-monthly .cost h2,
.ps1-pricing-3-section-1 .pricing-3.plan-monthly span{
  color:#000000;
}

.ps1-pricing-3-section-1 .pricing-3.plan-monthly .cost h2{
  font-size:34px;
  font-weight:bold;
  display:inline-block;
}

.ps1-pricing-3-section-1 .pricing-3.plan-yearly .cost .year{
  display:inline-block;
}


/*==================================================================
Portfolio Cm Styling
==================================================================*/

.portfolio-cm-version2{
  position:relative;
}

.portfolio-cm-version2 .heading-container{
  margin-bottom:50px;
}

.portfolio-cm-version2 span>.hs_cos_wrapper{
  position:relative;
  float:left;
}

.portfolio-cm-version2 span>.hs_cos_wrapper:hover .hover-container{
  opacity:1;
  transition:0.4s all ease-in-out;
}

.portfolio-cm-version2 .cm-container{
  height:330px;
  position:relative;
}

.portfolio-cm-version2 .hover-container{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  content:'';
  background: rgba(10, 128, 128, 0.75);
  padding:100px 25px;
  opacity:0;
  transition:0.4s all ease-in-out;
}

.portfolio-cm-version2 .hs_cos_wrapper.one{
  width: 23.29%;
}

.portfolio-cm-version2 .hs_cos_wrapper.two{
  width: 29.61%;
}

.portfolio-cm-version2 .hs_cos_wrapper.three{
  width: 47.1%;
}

.portfolio-cm-version2 .hs_cos_wrapper.four{
  width: 29%;
}

.portfolio-cm-version2 .hs_cos_wrapper.five{
  width: 35.1%;
}

.portfolio-cm-version2 .hs_cos_wrapper.six{
  width: 35.82%;
}

.portfolio-cm-version2 .hs_cos_wrapper.seven{
  width: 49.46%;
}

.portfolio-cm-version2 .hs_cos_wrapper.eight{
  width: 50.5%;
}

@media(max-width:1024px){

  .portfolio-cm-version2 {
    padding: 60px 0;
  }

  .portfolio-cm-version2 .hover-container {
    padding: 90px 10px;
  }


}

@media(max-width:767px){
  .portfolio-cm-version2 {
    padding: 60px 0 40px;
  }
  .portfolio-cm-version2 span>.hs_cos_wrapper {
    position: relative;
    float: none;
    width: 100% !important;
    margin-bottom: 20px;
  }
}



.latest-blog-cm .slick-dots li.slick-active button{
  width:26px;
}

.latest-blog-cm .slick-dots li{
  margin:0 5px;
}

/*==================================================================
Form Module  Styling
==================================================================*/

.form-section .top-conta{
  margin-bottom:50px;
}




@media(min-width:768px){
  body .row-fluid .form-section.row-reverse .left-col{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    left: auto;
  }
  
  body .row-fluid .form-section .left-col{
		pointer-events: none;
    left: 0;
    padding-left: 0;
    position: absolute;
    margin-left: 0;
    top: 0;
    bottom: 0;
  }
  
  body .row-fluid .form-section .span6.right-col{
    float:right;
    margin-left:auto;

  }
  
  body .row-fluid .form-section.row-reverse .span6.right-col {
    float: left;
    margin-left: 0;
    padding-right:50px;
  }
}

body .row-fluid .form-section .wrapper{
  position:revert;
}

.form-section{
  position:relative;
  z-index:1;
}

.form-section .left-col {
  padding-left:40px;
}

.form-section .left-col ,.form-section .right-col {
  padding-top:100px;
  padding-bottom:100px;
}

@media(max-width:767px){
  .form-section  .text-conta{
  display:block;
}
  
  .form-section .image-container {
margin-bottom:10px;
 }
  
  .form-section .left-col ,.form-section .right-col {
  padding-top:30px;
  padding-bottom:60px;
}
}

.form-section .row-reverse .equal-height-container>.row-fluid-wrapper>.row-fluid,.row-reverse.row-fluid{flex-direction:row-reverse;-webkit-flex-direction:row-reverse;justify-content:flex-end;-webkit-justify-content:flex-end}
.row-reverse .left-col{align-items:flex-end;-webkit-align-items:flex-end}





.three-col-cm .image-container {
    height: 300px;
    margin-bottom: 30px;
}
.three-col-cm .cta {
  margin-top: 0px;
  margin-bottom: 0px;
}
.three-col-cm .card12 {
  padding-bottom: 25px;
}
.three-col-cm .card-color {
    background: #ffffff;
}
.three-col-cm .card-space {
   padding-left: 10px;
    padding-right: 10px;
}
body .row-fluid .three-col-cm .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 30.65%;
    -webkit-flex-basis: 30.65%;
    margin-right: 2.5%;
}
.three-col-cm .text-spacing {
    padding-left: 20px;
    padding-right: 20px;
}





header.header{
  position: relative;
  z-index:5;
}

.body-container-wrapper {
  position: relative;
  z-index: 3;
}

@media(max-width:767px){
  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
  }

  body .footer-section div {
    text-align: left;
  }  
  body .footer-section p{
    margin-bottom:10px;
  }

}

[class*="-force-full-width-section"] > .row-fluid{
  padding:0px;
}



/* ===================================== Module Class ================================ */
/******* Border Sepreater Module ********/

.underline-border:before{
	pointer-events: none;
  position: absolute;
  content: '';
  bottom: -30px;
  left: 0;
  height: 5px;
}

@media (max-width:767px){
  body .row-fluid .underline-border:before{
    bottom:-15px;
  }
}

.underline-border text{
  color:#f45d48;
}

/******* Card Hover Module ********/

.card-section-hover .span3.left-col {
  margin-left: 0;
  width: 25%;
  padding: 117px 15px;
  position: relative;
  z-index: 2;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

@media(min-width: 768px) and (max-width: 1024px){
	.card-section-hover .span3.left-col{
		padding: 40px 15px;
	}
  .card-section-hover .span3.left-col .description h2 {	
		font-size: 28px;
		line-height: 1;
	}
}

.card-section-hover .span3.left-col:hover .overlay{
  display: block;
  transition: all .3s ease-in-out;
}

.card-section-hover .overlay {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: none;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.79);
  opacity: 0.75;
  pointer-events: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.card-section-hover .span3.left-col:hover .description {
  opacity: 1;
  transition: .4s all ease-in-out;
}

.card-section-hover .span3.left-col .description {
  text-align: center;
  opacity: 0;
  z-index: 3;
}

@media (max-width: 767px){
  .card-section-hover .span3.left-col {
    width: 100%;
  }
}

/******* Card Module ********/

.card-section .span4.left-col {
  margin-left: 0;
  width: 33.33%;
  padding: 80px 15px;
}

.card-section .header {
  margin-top: 20px;
  margin-bottom: 35px;
}

@media(min-width:768px) and (max-width: 1024px){
	.card-section .header {
		margin-bottom:15px;
	}
.card-section .header h3{
	font-size: 24px;
	margin-bottom: 0px;
}
}

.card-section .image-container {
  max-width: 40px;
  margin: 0 auto;
}

.card-section .description {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 48px;
  padding: 0 10px;
}

.card-section .span4.left-col:before {
	pointer-events: none;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.6;
  z-index: -1;
}

@media (max-width: 767px){
  .card-section .span4.left-col {
    width: 100%;
		padding:40px 15px;
  }
	.card-section .description{
    margin-bottom: 30px;		
	}
}


/******* Counter Module ********/

.counter-12:before {
	pointer-events: none;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(40,65,255,0.87);
  opacity: .9;
  z-index: -1;
}

.counter-12 .image-conta {
  padding-bottom: 10px;
  max-width: 42px;
  margin: 0 auto;
}

@media(max-width:767px){
/*   .counter-12 .image-conta {
    margin-bottom: 20px;
  } */
	.counter-12 h2.counter{
		margin-bottom: 0px;
	}
  body .row-fluid .counter-12 .hs_cos_wrapper.counter-conta{
    margin-top:25px;
  }
}

/******* Filter and Search Bar Module ********/

.blog-navigation {
  padding: 80px 0;
}


.hs-search-field {
  position: relative;
}

.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}

.hs-search-field__bar button svg {
  height: 10px;
  width: 10px;
}

.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}

.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}

.hs-search-field__suggestions #results-for {
  font-weight: bold;
}

.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}

.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}


/******* Gallery Module ********/


.gallery-cm .hs_cos_wrapper:hover .overlay {
  display: block;
  transition: .4s all ease-in-out;
}

.gallery-cm .hs_cos_wrapper .overlay {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  display:none;
  right: 0;
  pointer-events: none;
  transition: .4s all ease-in-out;
}

.gallery-cm .hs_cos_wrapper .inner-div{
  opacity: 0;
  z-index: 3;
}

.gallery-cm .hs_cos_wrapper:hover .inner-div{
  opacity: 1;
  transition: .4s all ease-in-out;
}


/******* Icon Slider Module ********/


body .theme-home-3.icon-slider-banner .slick-slide {
  height: 150px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.theme-home-3.icon-slider-banner .heading-container {
  margin: 0 auto;
}

.theme-home-3.icon-slider-banner button.slick-next.slick-arrow ,
.theme-home-3.icon-slider-banner button.slick-prev.slick-arrow{
  border: none;
  font-size: 0;
  background: none;
  padding: 0;
  top: 0;
  left: 0;
  border: 0;
  right: 0;
  position: absolute;
}

.theme-home-3.icon-slider-banner button.slick-prev.slick-arrow:before {
	pointer-events: none;
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left:-20px;
  top: 70px;
  z-index: 1;
  background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/arrow-right-31.svg)no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transform: rotate(180deg);
}

.theme-home-3.icon-slider-banner button.slick-next.slick-arrow:after {
	pointer-events: none;
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  right: -20px;
  top: 70px;
  z-index: 1;
  background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/arrow-right-31.svg)no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}


/******* Latest Blog Module ********/


.latest-blog-cm .health-cm .image-container {
  height: 300px;
  margin-bottom: 30px;
}

.latest-blog-cm .top-container {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 40px;
  float: none;
}

.latest-blog-cm ul.slick-dots {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}

.latest-blog-cm .slick-dots li {
  display: inline-block;
  margin: 0px 10px;
}

.latest-blog-cm  .slick-slide {
  float: left;
  height: 100%;
  padding: 0px;
  margin: 0 0px;
  padding-right: 20px;
  transition: all .4s ease-in;
}

.latest-blog-cm .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: #007aff;
}

.latest-blog-cm .slick-dots li.slick-active button {
  display: block;
  opacity: 1;
}

.latest-blog-cm .slick-dots li button {
  background: #d6d6d6;
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.medea-home1-section7 .description-container {
  text-align: left;
  float: left;
}

@media(min-width:768px){
  .pad-right {
    padding-right: 50px;
  }
}


/******* Opacity Card Module ********/

.card-section-121 .overlay:before {
  background: #2f3cab;
  opacity:.7;
}

.card-section-121 .span4.left-col {
  padding: 45px;
  overflow: hidden;
}

.card-section-121 .type-container {
  padding-bottom: 5px;
}

.card-section-121 span {
  font-size: 12px;
  font-weight: 600;
}

.card-section-121 h3 {
  margin: 0;
}

.card-section-121 .amount-container {
  padding-bottom: 32px;
}

.card-section-121 .transparent-cta a.cta_button:hover,
.card-section-121 .transparent-cta a:hover {
  background-color: #000;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1024px){
  .card-section-121 .transparent-cta a.cta-button,
  .card-section-121 .transparent-cta a.cta_button,
  .card-section-121 .transparent-cta a {
    padding: 17.82px 20px;
  }
}

@media (max-width: 767px){
  .card-section-121 .span4.left-col {
    margin-top: 25px;
  }
  .card-section-121 .span4.left-col:first-child {
    margin-top: 0px;
  }
}

/******* Simple Two Col Module ********/

.two-col-section .text-conta{
  display:flex;
  margin-bottom:10px;
}


body .row-fluid .two-col-section .row-fluid a.cta_button:hover{
  color: #fff;
  border: 2px solid #5472d2;
  background-color: #5472d2;
}

body .row-fluid .two-col-section .row-fluid a.cta_button{
  color: #5472d2;
  border: 2px solid #5472d2;
  background-color: #fff;
}

@media(min-width:768px){
	body .row-fluid .two-col-section .cta-choices{
  margin-top:40px;
}
  body .row-fluid .two-col-section.row-reverse .left-col{
		pointer-events: none;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    left: auto;
  }

  .two-col-section .image-container {
    width: 30px;
    float: left;
  }

  .two-col-section .inner-container {
    width: 449px;
    float: left;
    margin-left: 4%;
  }

  body .row-fluid .two-col-section .left-col{
		pointer-events: none;
    left: 0;
    padding-left: 0;
    position: absolute;
    margin-left: 0;
    top: 0;
    bottom: 0;
  }

  body .row-fluid .two-col-section .span6.right-col{
    float:right;
    margin-left:auto;

  }

  body .row-fluid .two-col-section.row-reverse .span6.right-col {
    float: left;
    margin-left: 0;
  }
  body .two-col-section.span12.section-2 .span6.right-col.vertical-center,
  body .two-col-section.span12.section-4 .span6.right-col.vertical-center{
    padding-left: 50px;
  }
  .two-col-section .top-conta {
    margin-bottom: 50px;
    max-width: 480px;
}
}

body .row-fluid .two-col-section .wrapper{
  position:revert;
}

.two-col-section{
  position:relative;
  z-index:1;
}

.two-col-section .left-col {
  padding-left:40px;
}

.two-col-section .left-col ,.two-col-section .right-col {
  padding-top:100px;
  padding-bottom:100px;
}

@media(max-width:767px){
	.two-col-section .top-conta{
		margin-bottom: 30px;
	}
	body .row-fluid .two-col-section .cta-choices{
		margin-top: 20px;
	}
	
  .text-conta{
    display:block;
  }

	.two-col-section .text-conta{
		flex-wrap: wrap;
	}
	
  .two-col-section .image-container {
    margin-bottom:10px;
  }

  .two-col-section .left-col ,.two-col-section .right-col {
    padding-top:30px;
    padding-bottom:60px;
    padding-right:20px;
    padding-left:20px;
  }

  body .row-fluid .two-col-section .wrapper{
    padding:0px;
  }
}

.row-reverse .equal-height-container>.row-fluid-wrapper>.row-fluid,.row-reverse.row-fluid{
	flex-direction:row-reverse;
	-webkit-flex-direction:row-reverse;
	justify-content:flex-end;
	-webkit-justify-content:flex-end;
}
.row-reverse .left-col{
	align-items:flex-end;
	-webkit-align-items:flex-end;
}



/******* Slider Module ********/

.slider-banner-1 .image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 50px;
  float: none;
  margin-bottom:40px
}

.slider-banner-1 .header{
  max-width: 880px;
  margin: 0 auto 40px;
  float: none;
}

.slider-banner-1 .inner-conta{
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.slider-banner-1 button.slick-prev.slick-arrow, .slider-banner-1 button.slick-next.slick-arrow {
  border: none;
  font-size: 0;
  background: none;
  padding: 0;
  position:absolute; 
  top:0;
  bottom:0;
}

.slider-banner-1 button.slick-prev.slick-arrow{
	left:0;
}
.slider-banner-1 button.slick-next.slick-arrow {
	 right:0;
}

.slider-banner-1 ul.slick-dots {
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}

.slider-banner-1 ul li {
  display: inline-block;
  margin: 0px 6px;
}

.slider-banner-1 ul li button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #fff;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.slider-banner-1 ul li.slick-active button {
  display: block;
  opacity: 1;
  background: #fff;
  width: 30px;
  height: 14px;
}

.slider-banner-1 .hero-overlay {
  padding: 100px 0;
}

.slider-banner-1 .slides {
  position: relative;
  z-index: 1;
}

.slider-banner-1 .slides:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #2f3cab;
  opacity: .7;
  z-index: -1;
}

@media (min-width: 1024px){
  .slider-banner-1 button.slick-prev.slick-arrow:before ,.slider-banner-1 button.slick-next.slick-arrow:after {
    position: absolute;
    content: '';
    width: 45px;
    height: 45px;
    left: 0;
    top: 25%;
    z-index: 1;
    background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Section%20Images/arrow-123.png)no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transform: rotate(180deg);

  }

  .slider-banner-1 button.slick-next.slick-arrow:after{
    right: 0;
    left: auto;
    background: url(//21827020.fs1.hubspotusercontent-na1.net/hubfs/21827020/raw_assets/public/@marketplace/Palmspire/HealthCare_Pack/Images/Section%20Images/arrow-123.png)no-repeat;
    transform: rotate(0deg);
    background-position: center;
    background-size: contain;
  }
}

@media(max-width: 768px){
	.slider-banner-1 .hero-overlay {
		padding: 60px 0;
	}	
	.slider-banner-1 .header{
		margin-bottom: 10px;
	}
	.slider-banner-1 .image{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}


/******* Social Follow Module ********/

.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 40px;
}

.social-links__icon {
  display: inline-flex;
  float:left;
  position: relative;
  transition: all .3s ease-in-out;
}

.social-links__icon svg{
  transition: all .3s ease-in-out;
}

.social-links__link{
  line-height: 0;
  max-width: 20px;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  transform: scale(1.2);
  transition: all .3s ease-in-out;
}

/***************** Three Col CM *************************/

  @media(max-width:767px){
		.three-col-cm-module .hs_cos_wrapper{
			max-width: 420px;
			margin-left:auto !important;
			margin-right: auto !important;
		}
}



.clipboard {
	position: relative;
	cursor: pointer;
}
.clipboard > p{
	pointer-events: none;
	position:absolute;
	content:'';
	width: 115px;
	top: -42px;
	left: -28px;
	text-align:center;
}


@media(min-width:2200px){
	.card-section .span4.left-col{
		padding: 150px 15px;
	}
	.card-section-hover .span3.left-col{
		padding: 240px 15px;
	}
}
/* System pages */

.systems-page {
  padding: 3rem 1.4rem;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  border: 1.5px solid #007aff;
  border-radius: 6px;
  color: #007aff;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

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

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */

#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}


/*****************************************/
/* 404 Error Page   */
/*****************************************/

.error-page-content{
  padding:160px 0px 150px;
} 


/*****************************************/
/* 500 Error Page   */
/*****************************************/
.error-page-500{
  background:#f5f7fa;
  padding:149px 0px 158px;
}

.error-page-500-section1 {
  max-width: 750px;
  margin: 0 auto;
  float: none;
  padding: 70px 100px;
  border: 2px solid #000;
  background: #fff;
  box-sizing: border-box;
}
.error-page-500-section1 h1 {
  font-size: 38px;
  line-height: 1.2;
}

.error-page-500-section1 h4 {
  margin-bottom: 13px;
}
.error-page-500-section1 a {
  font-size: 15px;
}

@media (max-width: 1024px) and (min-width:768px){
  .error-page-500 {
    padding: 80px 0px;
  }
}
@media (max-width: 767px){
  .error-page-500-section1 {
    padding: 20px 20px;
  }
  .error-page-500 {
    padding: 60px 0px;
  }
  .error-page-500 h1 {
    font-size: 26px;

  }
  .error-page-content{
     padding: 100px 0px 60px;
  }
  .systems-page {
  padding: 60px 0;
}
}

/*****************************************/
/* Email Preferences  */
/*****************************************/

#email-preferences form {
  max-width: unset;
}

#email-preferences {
  padding: 120px 0px 100px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #email-preferences .email-prefs .systems-page{
    padding: 52px 0px 100px;
  }
}
#email-preferences form {
  border: none;
  padding:0px;
}


.email-prefs .item .item-inner {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  border: 1px solid #E4E4E4;
  overflow: hidden;
  margin-top: 0;
  padding: 41px 32px;
  border-radius: 4px;
    box-shadow: 0 2px 34px 0 rgb(0 0 0 / 12%);
    background-color: #fff;
    border: 0;
}


.email-prefs .item {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding-bottom: 1px;
  position: relative;
  margin: 20px 0px;
}
#email-preferences .email-prefs .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

@media(max-width:1024px) and (min-width:768px){
  #email-preferences .email-prefs .item {

    flex-basis: 46.9%;
    -webkit-flex-basis: 46.9%;

  }
}
@media(max-width:767px){
  #email-preferences .email-prefs .item {
    display: block;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  
  #email-preferences {
    padding: 102px 0px 0px;
  }
  
  body #email-preferences .email-prefs .item p{
    margin:20px 0px 0;
  }
  
   body #email-preferences .checkbox-row input{
    top:28px;
    left:23px;
  }
  
   body #email-preferences .email-prefs .item .item-inner {
   padding:25px; 
  }
  
   body #email-preferences .checkbox-row{
    padding-left:30px;
  }
  
}

#email-preferences .subscribe-options {
  margin-bottom: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  margin-top: 40px;
}

#email-preferences .form-style input[type="checkbox"] {
  border: solid 1px #000000;
  padding: 7px;
  margin-bottom: 4px;
  height: 16px;
  width:16px;
  float: left;
  margin-top: -2px;
  position: relative;
  cursor: pointer;
}

#email-preferences input[type="checkbox"]:checked .email-prefs .item-inner{
  background: #f0f7fc;
  border: 1px solid #000000;
}


 .widget-type-email_subscriptions h1, .widget-type-email_simple_subscription h1{
 font-size: 36px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 15px;
}

.widget-type-email_subscriptions h2{
  font-size: 24px;
    line-height: 1.67;
    letter-spacing: normal;
    color: #007aff;
    margin-bottom: 10px;
}
.widget-type-email_subscriptions p{
  font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0px;
    color: gray;
    margin: 0;
}
#email-preferences p.header{
  border-bottom:1px solid grey;
  line-height:3;
}

#email-preferences .widget-type-email_subscriptions h1, #email-preferences #content {
  font-weight: 700;
  line-height: normal;
  color:#000000;
}

#email-preferences #content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

#email-preferences .header { 
  margin-left: 0;
  display: block;
  width: 100%;
}

#email-preferences .email-prefs .item p {
  clear: both;
  margin: 45px 20px 0px;
}

#email-preferences .email-prefs .item .item-inner span p{
  font-weight:bold;
}

#email-preferences .email-prefs .item .item-inner span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0px;
}
#email-preferences .email-prefs .item .item-inner p {
  letter-spacing: 0;
}

#email-preferences .hs-button {
/*   max-width: 315px; */
  margin-left: 0px;
}
#email-preferences .subscribe-options label span {
  font-weight: normal;
  margin-left: 3px;
  font-size: 14px;
  font-weight: bold;
}
#email-preferences .subscribe-options label {
  margin-left: 0;
    display: flex;
    align-items: center;
}
#email-preferences .subscribe-options input[type="checkbox"] {
  border: solid 1px #f45d68;
  top: 1px;
  position: relative;
  cursor: pointer;
  background: white;
  margin-left: 0px;
  margin-right: 3px;
}
.subscribe-options p:last-child{
  margin:0px;
}
.subscribe-options label span {
  vertical-align: top;
}
#email-preferences .checkbox-row {
  margin-top: 0;
  overflow: hidden;
}
#email-preferences .checkbox-row input {
  vertical-align: middle;
    margin: 0;
    padding: 0;
    float: left;
    top: 43px;
    position: absolute;
    cursor: pointer;
    left: 50px;
    right: 0;
    height:16px;
  width:16px;
}

#email-preferences .checkbox-row span.fakelabel span {
  float: left;
  font-weight: bold;
  vertical-align: top;
}

#email-preferences .checkbox-row{
   padding-left: 50px;
}

#email-preferences .checkbox-row span.fakelabel {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform: normal;
  vertical-align: middle;
}

 form#email-prefs-form {
    box-shadow: none;
}

/*****************************************/
/* Backup Unsubscribe Page   */
/*****************************************/
.backup-unsubscribe{
  padding:150px 0px 158px;
}
.backup-unsubscribe .page-header h1 {
    font-size: 36px;
    line-height: 2;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0;
  border-bottom:1px solid grey;
}

.wrapper{
  max-width:1180px;
  padding:0 15px;
  margin:0 auto;
  float:none;
}

.back input#submitbutton {
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
    font-family: 'Roboto',sans-serif;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: #000000;
    color: #fff;
    letter-spacing: 0px;
    padding: 19px 51px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: -webkit-linear-gradient(right,#000000 50%,#ef523c 50%);
    background: linear-gradient(to left,#000000 50%,#ef523c 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    border: 2px solid transparent;
}


.backup-unsubscribe div#content h3 {
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0px;
    color: #007aff;
    margin-bottom: 6px;
  margin-top:25px;
}

.backup-unsubscribe form#email-prefs-form {
    max-width: none;
    box-shadow: none;
    padding: 0;
}

.backup-unsubscribe input.email-edit.hs-input {
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 10px 10px 24px 0 rgb(0 0 0 / 19%);
    background-color: #fff;
    padding: 18px 15px !important;
    height: auto;
    border: 0;
} 
#backup_unsubscribe .hs-button {
  max-width: 187px;
  margin-left: 0px;
  margin-top: 10px;
}


#backup_unsubscribe form {    
  background-color: #fff;
  border: 2px solid #000;
  max-width: 750px;
  margin: 0px auto;
  float: none;
  padding: 70px 100px;
  box-sizing:border-box;
}
#backup_unsubscribe form h3{
  margin-bottom: 15px;
    color:#f45f68;
  font-size: 45px;
}
#backup_unsubscribe input.email-edit.hs-input::placeholder{
  color:#9B9A98;
  font-weight:400;
  font-size: 15px;
  letter-spacing: 1px;
}
#backup_unsubscribe input.email-edit.hs-input {
  margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 10px 10px 24px 0 rgb(0 0 0 / 19%);
    background-color: #fff;
    padding: 18px 15px !important;
    height: auto;
    border: 0;
}

@media (max-width: 1024px) and (min-width:768px){
  .backup-unsubscribe {
    padding: 80px 0px;
  }
}
@media (max-width: 767px){
  #backup_unsubscribe form {
    padding: 20px 20px;
  }
  .backup-unsubscribe {
    padding: 60px 20px;
  }
  #backup_unsubscribe .contact-cm .cm-container {
    text-align: center;
  }
  #backup_unsubscribe input.email-edit.hs-input {
    width: 100%!important;
  }
  #backup_unsubscribe .hs-button {    
    max-width: 100%;
  }
  #email-preferences .widget-type-email_subscriptions h1 {
    font-size: 20px !important;
  }


td.columnContent.widget-span.widget-type-linked_image img {
  height: 100%!important;
}
}
/*****************************************/
/*        Password Prompt Page          */
/*****************************************/

.psw {
  padding: 155px 0px;
}
.psw h3{
  font-size: 24px;
    font-weight: normal;
    line-height: 1.67;
    color: gray;
}
.psw h1{
border-bottom: 1px solid #c7c7c7;
    padding-bottom: 11px;
    margin-bottom: 8px;
  font-size: 36px;
    line-height: 1.33;
    letter-spacing: 0px;
    color: #000000;
  font-weight:bold;
}
.psw form{
  margin-top: 40px;
  max-width:unset;
  padding:0;
  box-shadow:none;
}

.systems-page-psw input#hs-pwd-widget-password{ 
  height:54px !important;
  margin-top: 30px !important;
}
.psw form input[type='submit'] {
    margin: 0.7rem 0;
  margin-left:-4px;
    display: block;
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    color: #fff;
    letter-spacing: 0px;
    padding: 20px 40px;
    background:#007aff;
    background-position: right bottom;
    background-size: 200% 100%;
    text-transform: uppercase;
    font-weight: 900;
    border: 1px solid transparent;
}
.psw input[type=password] {
    height: 36px;
    margin-bottom: 7px;
    border-radius: 0;
    background: transparent;
    padding: 20px;
    color: #000000;
    font-weight: 400;
    border: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 375px;
    box-shadow: 10px 10px 24px 0 rgb(0 0 0 / 19%);
}
@media(max-width: 767px) {
  .psw {
  padding: 60px 20px 60px;
}
  body .psw input[type=password]{
    max-width:100%;
   margin-left:0px;
  }
  input.hs-button.primary.large {
    margin-left: 0;
  }

}


/*        Search Result Page          */
/*****************************************/

.search-conta{
  padding: 150px 0px;
}



@media(max-width: 767px) {
  .search-conta {
  padding: 60px 0px;
}
}

.search-conta h2 {
    font-size: 24px;
    line-height: 1.67;
    color: #007aff;
    font-weight: normal;
}


div#hs_cos_wrapper_subscriptions_confirmation {
    max-width: 1200px;
    margin: 0 auto;
    padding: 150px 20px;
}