/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CJosefin+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPacifico%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&subset=latin%2Clatin-ext&ver=1.0.0');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Roboto%3A500');
/* @import url('//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i&display=swap'); */

@font-face {
  font-family: eleganticons;
  src: url("//6834925.fs1.hubspotusercontent-na1.net/hubfs/6834925/Princetonih-Dec2019/Fonts/ElegantIcons.eot") format("embedded-opentype"), 
    url("//6834925.fs1.hubspotusercontent-na1.net/hubfs/6834925/Princetonih-Dec2019/Fonts/ElegantIcons.woff") format("woff"), 
    url("//6834925.fs1.hubspotusercontent-na1.net/hubfs/6834925/Princetonih-Dec2019/Fonts/ElegantIcons.ttf") format("truetype"), 
    url("//6834925.fs1.hubspotusercontent-na1.net/hubfs/6834925/Princetonih-Dec2019/Fonts/ElegantIcons.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: linearicons-free;
  src: url("//6834925.fs1.hubspotusercontent-na1.net/hubfs/6834925/Princetonih-Dec2019/Fonts/Linearicons-Free.eot") format("embedded-opentype"), 
    url("//6834925.fs1.hubspotusercontent-na1.net/hubfs/6834925/Princetonih-Dec2019/Fonts/Linearicons-Free.woff2") format("woff2"), 
    url("//6834925.fs1.hubspotusercontent-na1.net/hubfs/6834925/Princetonih-Dec2019/Fonts/Linearicons-Free.woff") format("woff"), 
    url("//6834925.fs1.hubspotusercontent-na1.net/hubfs/6834925/Princetonih-Dec2019/Fonts/Linearicons-Free.ttf") format("truetype"),
    url("//6834925.fs1.hubspotusercontent-na1.net/hubfs/6834925/Princetonih-Dec2019/Fonts/Linearicons-Free.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive iFrames */
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 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.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.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .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;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; } 


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-family: open sans,sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: grey;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1330px;
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #0d9b8c;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #0d9b8c;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {
  color: #3d3d3d;
  font-weight: 500;
  margin: 10px 0; 
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #303030;
  font-family: "Josefin Sans",sans-serif;
  line-height: 1.3em;
  font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 60px;
  font-family: "Josefin Sans",sans-serif;
  line-height: 1.5em;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

/* Anchor Links */
a {     color: #0d9b8c;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}
a:hover, a:focus { color: #0d9b8c; }

/* Lists */
ul, ol {
  margin: 15px 0;
  padding-left: 18px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}
.footer-container h3 {
  color: #000;
}
.header-social-icons {
  color: #fbfbfc;
  position: relative;
  font-weight: 600;
  font-size: 12px;
  background-color: #0d9b8c;
}

.header-social-icons .mkdf-icon-list-text {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  padding-left: 13px;
}

.header-social-icons .topbar-item {
  float: left;
  padding-right: 24px;
}

.header-social-icons .ltcol {
  width: 66.66%;
  float: left;
  padding: 7px 0;
}

.header-social-icons .rtcol {
  width: 33.33%;
  float: left;
  padding: 10px 0 3px;
}

.header-social-icons .topbar-item .mkdf-top-bar-widget-inner {
  display: table;
  height: 100%;
}

.header-social-icons .topbar-item .mkdf-top-bar-widget-inner * {
  display: table-cell;
  vertical-align: middle;
}
.lnr {
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lnr-clock:before {
  content: "\e864";
}

.lnr-phone-handset:before {
  content: "\e830";
}

.lnr-map-marker:before {
  content: "\e833";
}

.social_facebook_circle:before {
  content: "\e0aa";
}

.social_instagram_circle:before {
  content: "\e0b1";
}

.social_twitter_circle:before {
  content: "\e0ab";
}

.social_linkedin_circle:before {
  content: "\e0b4";
}

.social_youtube_circle:before {
  content: "\e0ba";
}

.header-social-icons .topbar-item .mkdf-top-bar-widget-inner i {
  color: #ffffff;
  font-size: 15px;
}

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

.social-icons .mkdf-icon-element {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-size: 17px;
}

.social-icons .mkdf-icon-shortcode {
  margin: 0 7px 0 0;
}

.social-icons .mkdf-icon-shortcode:last-child {
  margin: 0;
}

.custom-logo img {
  max-height: 55px;
  width: auto !important;
}

.custom-logo {
  padding: 18px 0;
  width: auto !important;
}

.icon_search:before {
  content: "\55";
}

.icon_menu:before {
  content: "\61";
}

.search-area-wrap {
  display: table;
  margin-left: 12px;
  height: 92px;
  vertical-align: middle;
  float: right;
}

.trigger-wrap {
  padding-right: 9px;
  padding-left: 8px;
}

.search-area {
  padding: 0 12px;
  cursor: pointer;
}

.search-area-wrap a {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #4c4c4c;
  /*   position: relative;
  top: -1px; */
}

.search-area-wrap a:hover{
  color: #0d9b8c;
}

.custom-menu-primary {
  width: auto !important;
  float: right !important;
  margin: 0 !important;
}

.trigger-wrap .mkdf-side-menu-button-opener {
  display: inline-block;
  font-size: 25px;
  line-height: 34px;
  height: 34px;
  width: 24px;
}

.trigger-wrap:before,
.trigger-wrap:after,
.search-area:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 25px;
  width: 1px;
  border-left: 1px dashed #bdbdbd;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trigger-wrap:before,
.search-area:before {
  left: 0;
}

.trigger-wrap:after {
  right: 1px;
}

.search-area-wrap > div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

/* .search-area-wrap a span {
position: relative;
top: -1px;
} */

.header-search {
  position: absolute;
  right: 56px;
  top: 100%;
  max-width: 378px;
  padding: 13px 13px 11px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  line-height: 26px;
  -webkit-transition: visibility 0s linear .2s,opacity .2s ease-in-out 0s;
  -moz-transition: visibility 0s linear .2s,opacity .2s ease-in-out 0s;
  transition: visibility 0s linear .2s,opacity .2s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.header-search.active {
  opacity: 1;
  visibility: visible;
}

.logo-wrapper .page-center {
  position: relative;
}

.header-search input.hs-search-field__input {
  border: none;
  outline: 0;
  width: 70%;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 12px;
  color: #969696;
  float: left;
  background-color: #f7f7f7;
  padding: 10px 17px;
  height: 35px;
}

.header-search input.hs-search-field__input::-webkit-input-placeholder{
  color:#969696;
  opacity: 1;
}

.header-search input.hs-search-field__input:-moz-placeholder {
  color:#969696;
  opacity: 1;
}

.header-search input.hs-search-field__input:-moz-placeholder {
  color:#969696;
  opacity: 1;
}

.header-search input.hs-search-field__input:-ms-input-placeholder {
  color:#969696;
  opacity: 1;
}

.header-search button {
  color: #fff;
  font-size: 13px;
  background-color: #0d9b8c;
  border: solid 2px #0d9b8c;
  -webkit-appearance: none;
  float: right;
  width: 25%;
  min-width: initial;
  padding: 4px 0;
  font-weight: 600;
  font-family: "Open Sans",sans-serif;
  line-height: 1.7em;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  -moz-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
}

.header-search button svg {
  display: none;
}

.header-search button:after {
  content: "Search";
}

.banner-area-wrapper h1 {
  text-align: center;
  color: #fff;
  margin: 0;
}

.banner-area-wrapper {
  background-color: #0D9B8C;
  background-position: center 0;
  background-repeat: no-repeat;
  border-bottom: 1px solid #f2f2f2;
}

.banner-area-wrapper .banner-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.banner-area-wrapper.hide-img {
  background-image: none !important;
  position: relative;
  padding:0;
}

.banner-area-wrapper.hide-img .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100% !important;
}

.banner-area-wrapper.hide-img img {
  width: 100%;
}

.header-top-section-wrap {
  padding: 30px 50px;
  width: 470px;
  position: fixed;
  visibility: visible;
  right: -470px;
  top: 0;
  background: #ffff;
  overflow-y: auto;
  height: 100%;
  transition: left .2s ease,right .2s ease;
  opacity: 0;
  visibility: hidden;
  max-height:0;
  height:0;
}

.open-sidebar .header-top-section-wrap {
  right: 0;   
  opacity: 1;
  visibility: visible;
  max-height:100%;
  height:100%;
}

.mkdf-close-side-menu-holder {
  display: table;
  height: 90px;
  position: absolute;
  top: 0;
  right: 38px;
  z-index: 1000;
}

.mkdf-close-side-menu-holder-inner {
  display: table-cell;
  vertical-align: middle;
}

.mkdf-close-side-menu-holder-inner a {
  display: inline-block;
  height: 26px;
  width: 26px;
  padding: 0 2px 4px 0;
  z-index: 1000;
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  transition: transform .5s ease;
}

.mkdf-close-side-menu-holder-inner a span {
  color: grey;
  display: inline-block;
  font-size: 22px;
  height: 26px;
  line-height: 29px;
  position: relative;
  text-align: center;
  width: 26px;
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon_close:before {
  content: "\4d";
}

.header-top-section-wrap .textwidget h2 {
  margin: 23px 0;
}

.header-top-section-wrap .textwidget p {
  color: grey;
  margin: 0;
  line-height: 31px;
}

.header-top-section-wrap .textwidget h5 {
  margin: 0 0 12px;
  color: #808080;
  line-height: 1.3em;
}

.vc_empty_space {
  height: 15px;
}

.mkdf-working-hours {
  position: relative;
  font-size: 16px;
  margin-bottom: 18px;
}

.mkdf-wh-item {
  position: relative;
  margin-bottom: 18px;
  display: table;
}

.mkdf-wh-item .mkdf-wh-day {
  padding-right: 3px;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
}

.mkdf-wh-item span {
  color: #9d9d9d;
  line-height: 31px;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  transition: color .15s ease-out;
}

.mkdf-wh-item .mkdf-wh-dots {
  height: 3px;
  background-image: radial-gradient(circle closest-side,#b3b3b3 99%,transparent 100%);
  background-position: 50% 70%;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  display: table-cell;
  width: 98%;
  z-index: 1;
  position: relative;
}

.mkdf-wh-item .mkdf-wh-hours {
  padding-left: 4px;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
}

.mkdf-wh-item .mkdf-wh-day .mkdf-wh-icon {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 6px;
}

.icon_clock_alt:before {
  content: "\7d";
}

.mkdf-icon-list-item {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.mkdf-icon-list-item .mkdf-icon-list-icon-holder {
  display: table-cell;
  vertical-align: middle;
  min-width: 13px;
  color: #939393 !important;
}

.mkdf-icon-list-item .mkdf-icon-list-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
  color: #939393 !important;
  font-size: 15px;
  font-weight: 400;
}

.lnr-printer:before {
  content: "\e81c";
}

.lnr-map-marker {
  color: #939393;
  font-size: 19px;
}

.btn{
  display: inline-block;
  position: relative;
  outline: 0;
  padding: 11.5px 43px 11.5px 38px;
  font-style: normal;
  font-weight: 700;
  font-family: open sans,sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  -moz-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  background-color: #4fbf70;
  border: 2px solid #4fbf70;
  color: #fff;
}

a.btn-trans {
  display: inline-block;
  position: relative;
  outline: 0;
  padding: 11.5px 38px;
  font-style: normal;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  -moz-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  border: 2px solid #4fbf70;
  padding: 10px 34px;
  border-color: #0d9b8c;
  color: #9d9d9d;
  line-height: 31px;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  transition: color .15s ease-out;
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 16px auto 0;
}

.btm-btn-wrap {
  text-align: center;
}

.mkdf-separator {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #b2b2b2;
  margin: 10px 0;
}

.mkdf-separator-holder.mkdf-separator-full-width .mkdf-separator {
  width: 100%!important;
  border-color: #e5e5e5;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  margin-top: 17px;
  margin-bottom: 35px;
}

.header-top-section-wrap .textwidget {
  margin: 0 0 30px;
}

.custom-header,
.body-container-wrapper,
.footer-container-wrapper{
  position: relative;
  z-index: 9;
  -webkit-transition: left .2s ease,right .2s ease;
  -moz-transition: left .2s ease,right .2s ease;
  -o-transition: left .2s ease,right .2s ease;
  transition: left .2s ease,right .2s ease;
  left: 0;
}

.open-sidebar .custom-header,
.open-sidebar .body-container-wrapper,
.open-sidebar .footer-container-wrapper{
  left: -470px;
}

.mkdf-close-side-menu-holder-inner a:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-header.fixed-header {
  position: fixed;
  top: 0;
  z-index: 99;
  background: #0d9b8c;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .33s ease;
  transition: transform .3s ease;
  width: 100%;
}

.custom-header.fixed-header .search-area-wrap {
  display: none !important;
}

.fixed-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #fff;
  padding: 17px 14px;
}

.fixed-header .custom-logo {
  padding: 3px 0;
}

.fixed-header .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.fixed-header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
  color: #b3d9d2;
}

.mkdf-icon-list-icon-holder-inner.clearfix i {
  display: block;
}
/* =============== Header =============== */

.header-container-wrapper {
  position: relative;
  z-index: 99;
}
.header-container {}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {
  padding-top:70px;
  padding-bottom:70px;
}
.main-content {
  margin-bottom:20px;
}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.mkdf-subtitle {
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  display: block;
  line-height: 1.666666666666667em;
  width: 60%;
  margin: 0 auto;
}

.banner-innercontent {
  width: 100%;
}

.mkdf-subtitle span {
  display: inline-block;
  vertical-align: middle;
}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}



a#mkdf-back-to-top {
  background-color: #0d9b8c;
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 65px;
  height: 60px;
  z-index: 10000;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity .2s ease-out,visibility .2s ease-out,color .2s ease-out;
  -moz-transition: opacity .2s ease-out,visibility .2s ease-out,color .2s ease-out;
  transition: opacity .2s ease-out,visibility .2s ease-out,color .2s ease-out;
}

#mkdf-back-to-top .mkdf-back-to-top-inner {
  display: block;
  position: relative;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#mkdf-back-to-top .mkdf-back-to-top-text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  font-family: josefin sans,sans-serif;
}

#mkdf-back-to-top .mkdf-icon-stack {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  line-height: inherit;
  font-size: 36px;
  -webkit-transition: transform .2s ease-out;
  -moz-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
}

#mkdf-back-to-top .mkdf-icon-stack span.mkdf-icon-font-elegant {
  font-family: eleganticons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.arrow_carrot-up:before {
  content: "\32";
}

a#mkdf-back-to-top:hover {}

#mkdf-back-to-top:hover .mkdf-icon-stack {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

#mkdf-back-to-top:hover .mkdf-back-to-top-text {
  opacity: 0;
}

.ftr-rss .hs-rss-item .hs-rss-item-image-wrapper {
  order: 1;
  width: auto !important;
  max-width: 110px;
}

.ftr-rss .hs-rss-item {
  display: flex;
  border-bottom: 1px dashed #393939;
  padding: 15px 0;
  margin: 0;
}

.ftr-rss .hs-rss-item:last-child {
  padding-bottom: 20px;
  border-bottom:none;
}

.ftr-rss .hs-rss-item:first-child {
  padding-top: 0;
}

.ftr-rss .hs-rss-item .hs-rss-item-text .hs-rss-title:hover {
  color: #6b7c7a;
}

.ftr-rss .hs-rss-item .hs-rss-item-text {
  order: 2;
  width: auto !important;
  padding: 0 0 0 10px;
}

.ftr-rss .hs-rss-item .hs-rss-item-text .hs-rss-title {
  color: #000;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  display: inline-block;
  font-family: josefin sans,sans-serif;
  margin-bottom: 6px;
}

.ftr-rss .hs-rss-byline {
  color: #ababab;
  font-size: 16px;
  font-family: josefin sans,sans-serif;
  font-weight: 700;
  opacity: 1;
}

.btm-ftr-grp {
  background-color: #0d9b8c;
}

.btm-ftr-grp .ftr-cpyrt {
  padding-top: 21px;
}

.btm-ftr-grp .ftr-cpyrt p {
  font-size: 16px;
  font-family: "Josefin Sans",sans-serif;
}

.ftr-social-icons {
  text-align: right;
  padding-top: 21px;
  font-size: 16px;
  font-family: "Josefin Sans",sans-serif;
  color: #fff;
}

.ftr-social-icons span.icon-items {
  display: inline-block;
}

.ftr-social-icons span.icon-items span.mkdf-icon-element {
  -webkit-transition: color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.ftr-grp .tp-ftr-grp .page-center {
  padding: 68px 15px 45px;
}

.ftr-form h3.form-title {
  font-family: inherit;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 24px;
  color: #000;
  margin-bottom: 26px;
}

.ftr-rss h3 {
  font-family: inherit;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 24px;
  color: #000;
  margin-bottom: 26px;
}

.ftr-address {
  color: #000;
}

.ftr-address ul {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.ftr-address ul li {
  margin-bottom: 10px;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.ftr-address ul li i {
  display: table-cell;
  vertical-align: middle;
  min-width: 13px;
  color: #000000;
  font-size: 15px;
}

.ftr-address ul li span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
}

.ftr-rss {
  padding-left: 8px;
}

.ftr-form form fieldset {
  padding: 10px 0;
  position: relative;
}

.ftr-form form fieldset.form-columns-0 {
  padding-bottom: 0;
}

.ftr-form form fieldset.form-columns-2 {
  padding-top: 0;
}

.ftr-form form fieldset.form-columns-2 .hs-form-field > label {
  display: none;
}

.ftr-form form fieldset.form-columns-2 .hs-form-field {
  display: flex;
  flex-wrap: wrap;
}

.ftr-form form fieldset.form-columns-2 .hs-form-field .input {
  order: 1;
  width: 100%;
}

.ftr-form form fieldset.form-columns-2 .hs-form-field legend.hs-field-desc {
  order: 2;
}

.ftr-form form .hs-richtext label {
  display: block;
  font-weight: 700;
  float: none;
}

.ftr-form form .hs-richtext label span {
  color: red;
  font-weight: 400;
}

.ftr-form form {
  color: #000;
  margin-bottom: 26px;
}

.ftr-form form legend.hs-field-desc {
  display: block;
  font-size: .85em;
}

.tp-ftr-grp {
  background: #fafafa;
  border-top: 1px solid #6b7c7a;
}

.ftr-form form span.hs-form-required {
  color: red;
  margin-left: 4px;
  font-weight: normal;
}

.ftr-form form fieldset.form-columns-2 .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
  order: 3;
}

.ftr-form form ul.inputs-list.multi-container {
  margin: 0;
}

.ftr-form form ul.inputs-list.multi-container li.hs-form-checkbox {
  border-bottom: 1px solid #393939;
  font-size: 17px;
  font-weight: 700;
  color: #bdbdbd;
  font-family: "Josefin Sans",sans-serif;
}

.ftr-form form ul.inputs-list.multi-container li.hs-form-checkbox input[type="checkbox"] {
  width: 13px;
  height: 13px;
  margin: 2px 10px 0 3px;
  display: inline-block;
  vertical-align: baseline;
  padding: 17px;
  border: 1px solid #f2f2f2;
  outline: 0;
  font-family: inherit;
  font-size: 13px;
  background-color: #f6f6f6;
  color: grey;
}

.ftr-form form ul.inputs-list.multi-container li.hs-form-checkbox span {
  font-size: 17px;
  color: #bdbdbd;
  font-family: "Josefin Sans",sans-serif;
  font-weight: normal;
}

.ftr-form form ul.inputs-list.multi-container li.hs-form-radio {
  border-bottom: 1px solid #393939;
  font-size: 17px;
  font-weight: 700;
  color: #bdbdbd;
  font-family: "Josefin Sans",sans-serif;
}

.ftr-form form ul.inputs-list.multi-container li.hs-form-radio input[type="radio"] {
  width: 13px;
  height: 13px;
  margin: 2px 10px 0 3px;
  display: inline-block;
  vertical-align: baseline;
}

.ftr-form form ul.inputs-list.multi-container li.hs-form-radio span {
  font-weight: normal;
}

.ftr-form form ul.inputs-list.multi-container li.hs-form-radio:last-child,
.ftr-form form ul.inputs-list.multi-container li.hs-form-checkbox:last-child {
  border-bottom: 0;
}

.ftr-form form select {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 0 18px;
  height: 48px;
  outline: 0;
  color: #7f8385;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: rgb(169, 169, 169);
  max-width: 60%;
}

.ftr-form form .hs_submit.hs-submit {
  padding: 10px 0 0;
  position: relative;
}

.ftr-form form .hs_recaptcha.hs-recaptcha {
  padding-bottom: 20px;
  padding-top: 28px;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  vertical-align: top;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{

}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 33px 14px;
  display: block;
  -webkit-transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out,color .2s ease-out;
  transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out,color .2s ease-out;
  font-size: 14px;
  color: #6a6a6a;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  color: #0d9b8c;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  border: 1px solid #f2f2f2;
  padding: 9px 0;
  min-width:222px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  padding: 0 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  display: block;
  color: grey;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 0 7px;
  position: relative;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  transition: color .2s ease-out;
  border-bottom: 1px dashed #f2f2f2;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a{
  border-bottom:none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover a{
  color: #0d9b8c;
}

/* 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 {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
  .search-area-wrap>div {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

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

  .home-page .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #fff;
  }


  .fixed .custom-header.fixed-header{
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .fixed-header .custom-logo img {
    max-height: 54px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
    color: #0d9b8c;
  }

  .fixed-header .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
    color: #b3d9d2;
  }

}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1024px){

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

  /* Menu Reset */
  .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:#fff;
  }

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

  .mobile-trigger{
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 15px;
    width: auto;
    height: auto;
    background: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    display: table;
    height: 100%;
    padding-right: 10px;
    color: #000;
    font-weight: 600;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
  }

  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #0d9b8c;
  }

  .mobile-trigger .mkdf-mobile-opener-icon-holder {
    display: table-cell;
    vertical-align: middle;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }



  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px !important;
    min-width: 55px !important;
    height: 35px !important;
    padding: 0 !important;
    text-align: right;
    padding-right: 10px !important;
    line-height: 35px;
  }
  .child-trigger:hover{
    text-decoration: none;
  }

  .child-trigger i {
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    color: grey;
    text-align: right;
    padding-right: 0;
    line-height: 35px;
    width: auto;
    display: inline-block;
    line-height: 1;
  }

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

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .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 .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper{
    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{
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    color: #8d8d8d;
    padding: 9px 0 !important;
    display: block;
    position: relative;
    line-height: 17px;
    font-weight: 600;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 13px; /* Font size of child lists */
    border-bottom: 1px solid #eaeaea;
    font-weight: 600;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li:last-child a {
    border-bottom: 1px solid #eaeaea;
  }

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

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

.topic-name {
  color: #545454;
  line-height: 1.5em;
  vertical-align: middle;
  font-family: josefin sans,sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: block;
  position: relative;
  top: -1px;
}

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}
/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
div#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to {
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  text-align: left;
  display: block;
}

#comments-listing.no-comments {
  border: none;
}

div#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

.replying {
  padding-right: 2em;
  padding-left: 2em;
}
/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  padding: 10px 0;
  position: relative;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: block;
  font-weight: 700;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  padding: 17px;
  border: 1px solid #f2f2f2;
  outline: 0;
  font-family: inherit;
  font-size: 13px;
  background-color: #f6f6f6;
  color: grey;
  display: block;
  width: 100%;
  max-width:767px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #0d9b8c;
  outline:none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  height: 120px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */
.hs-input.invalid.error {
  border: 1px solid #c00 !important;
}

.home-page .sec3-rtcol .hs-input.invalid.error{
  border: #f37c7b 1px solid !important;
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  -moz-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  background: #0d9b8c;
  border: 0;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  padding: 10px 34px;
  display: inline-block;
  white-space:normal !important;
  outline:none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #b3d9d2;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
/*======= programs page ======*/
.col8 {
  width: 66.66666667%;
  float: left;
}

.col4 {
  width: 33.33333333%;
  float: left;
}

.paddinglr15 {
  padding: 0 15px;
}

.full-width-wrap h2 {
  color: #0d9b8c;
  margin-top: 0;
  margin-bottom: 20px;
}

.full-width-wrap {
  padding: 74px 0 25px;
  border-top: solid 1px #f2f2f2;
}


.row {
  margin: 0 -15px;
}

.our-prog-grp {
  background: #fafafa;
  border-bottom: solid 1px #f2f2f2;
  padding: 0 0 74px;
}

.full-width-wrap *:last-child {
  margin-bottom: 0;
}

.prog-col {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}

.prog-col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.prog-col ul li {
  margin-bottom: 19px;
}

.prog-col ul li:first-child {
  margin-bottom: 0;
}

.prog-col ul li.mkdf-table-title h2 {
  font-size: 34px;
  margin: 25px 0 0;
}

.prog-col ul li.mkdf-table-content img {
  display: block;
  margin: 10px auto;
}

.prog-col-inner {
  border: 1px solid #f2f2f2;
  background: #fff;
}

.prog-col ul li.mkdf-table-content {
  font-size: 15px;
  font-weight: 500;
  color: grey;
  line-height: 26px;
  border-top: 1px dashed #e5e5e5;
}

.prog-col-content {
  padding: 0 20px;
}

.prog-col-content h4 {
  color: #0d9b8c;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  font-family: open sans,sans-serif;
}

.prog-col-content ul {
  list-style-position: initial;
  list-style-type: disc;
  color: #000000;
  font-weight: 500;
  padding: 0 0 0 16px;
}

.prog-col-content ul li {
  line-height: 1.6;
  font-size: .9em;
  margin-bottom: 9px !important;
}

.prog-col-content h6 {
  font-size: 75%;
  line-height: 120%;
  font-family: open sans,sans-serif;
  font-weight: normal;
  margin: 0;
}

.prog-col ul li.mkdf-price-button {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 19px;
}

.btn-green {
  display: inline-block;
  position: relative;
  outline: 0;
  padding: 11.5px 41px;
  font-style: normal;
  font-weight: 700;
  font-family: open sans,sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  -moz-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  border: 2px solid #4fbf70;
  color: #fff;
  background-color: #0d9b8c;
  border-color: #0d9b8c;
}

.btn-green:hover{
  border-color: #0d9b8c!important;
  color: #0d9b8c!important;
  background-color: transparent!important;
}

.twoc-ol-img-wrap {
  padding: 74px 0;
  overflow-x: hidden;
}

.twoc-ol-img-wrap.col50-col50 .tc-col-item {
  width: 50%;
  float: left;
}

.twoc-ol-img-wrap .tc-col-item h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.twoc-ol-img-wrap .tc-col-item.rtcol {
  text-align: center;
}

h4, h5 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.btm-pane-section {
  padding: 37px 10px 47px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btm-pane-section .btm-pane-inner *:first-child {
  margin-top: 0;
}

.btm-pane-section h2 {
  font-size: 45px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
}

.btm-pane-section h5 {
  color: #e8e8e8;
}
.consultation-btn {
  display: inline-block;
  position: relative;
  outline: 0;
  padding: 11.5px 43px 11.5px 38px;
  font-style: normal;
  font-weight: 700;
  font-family: open sans,sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  -moz-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  border: 2px solid #4fbf70;
  background-color: #fff;
  border-color: #b3d9d2;
  color: #0d9b8c;
}

.consultation-btn:hover {
  background-color: #0d9b8c;
  border-color: #b3d9d2;
  color: #fff;
}

.wow{
  visibility:visible;
}

.our-prog-grp{
  overflow-x:hidden;
}

.twoc-ol-img-wrap .ltcol.tc-col-item > div p:last-of-type {
  margin-bottom: 0;
}

.team-mem-wrapper {
  padding: 74px 0 26px;
  overflow-x: hidden;
}

.team-mem-wrapper .img-wrap {
  margin-top: 20px;
  text-align: right;
}

.team-mem-wrapper .cont-wrap *:last-child {
  margin-bottom: 0;
}

.team-mem-col.mem-col5 div {
  height: auto !important;
}

.team-mem-col.mem-col7 div.spacer-ht {
  height: auto !important;
  padding-top: 10px;
}

.team-mem-col.mem-col8 .spacer-ht {
  height: auto !important;
}

.team-mem-col.mem-col9 .spacer-ht {
  height: auto !important;
}

.full-width-wrap .full-width-inner.col8 {
  float: none;
  margin: 0 auto;
}

.program-page .banner-area-wrapper {
  border: none;
}

.full-width-wrap .page-center {
  max-width: 1330px !important;
  padding: 0 15px !important;
}

/*======= client review page =========*/

.client-review-page .banner-area-wrapper{
  background-size: cover;
  border:none;
}

.col6 {
  width: 50%;
}

.client-review-page .full-width-wrap .col6 {
  margin: 0 auto;
}

.client-review-page .full-width-wrap .page-center {
  max-width: 100% !important;
}

.client-review-page .full-width-wrap {
  padding: 64px 0 35px;
}

.client-review-page .btm-pane-section{
  background-position: initial;
  background-size: auto;
  background-repeat: repeat;
}

blockquote.mkdf-blockquote-shortcode {
  quotes: none;
  position: relative;
  display: table;
  margin:0;
}

.btm-pane-outer-wrap {
  overflow: hidden;
}

blockquote.mkdf-blockquote-shortcode .mkdf-icon-quotations-holder {
  display: table-cell;
  width: 1%;
  padding: 0 10px 0 15px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #0d9b8c;
}

blockquote.mkdf-blockquote-shortcode .icon_quotations {
  font-family: eleganticons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon_quotations:before {
  content: "\7b";
}

blockquote.mkdf-blockquote-shortcode .quote-content {
  display: table-cell;
  vertical-align: top;
  font-weight: 600;
  color: grey;
  font-size: 17px;
  font-style: italic;
  line-height: 30px;
  font-family: open sans,sans-serif;
}

blockquote.mkdf-blockquote-shortcode .quote-content h6 {
  font-weight: 600;
  color: grey;
  font-size: 17px;
  font-family: open sans,sans-serif;
  line-height: 30px;
  margin: 0;
}

.col-spacer {
  width: 16.66666667% !important;
  min-height: 1px !important;
  margin-left: 0 !important;
}

.client-review-page .sec-two-col {
  width: 33.33333333% !important;
  margin-left: 0 !important;
  padding: 0 15px;
}

.client-review-page .section-two-wrapper .row-fluid-wrapper {
  margin: 0 -15px;
}

.client-review-page .section-two-wrapper {
  overflow: hidden;
}

.client-review-page .section-two-wrapper .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-right: -85px !important;
  margin-left: 65px !important;
  margin-bottom: 50px;
}

.client-name {
  text-align: right;
  margin-top: -22px;
  margin-right: 20px;
}

.review-col {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 21px;
  margin-bottom: 24px;
}

.client-name h5 {
  margin-bottom: 0;
}

.review-col:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.content-with-bg-wrap {
  padding: 55px 5px;
  margin-top: 25px;
  margin-left: -100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 18px;
}

.content-with-bg-wrap p {
  margin-bottom: 0;
}

.content-with-bg-wrap .btn-trans {
  background-color: #fff;
  border-color: #b3d9d2;
  color: #0d9b8c;
  padding: 11.5px 43px 11.5px 38px;
  font-style: normal;
  font-weight: 700;
  font-family: open sans,sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  margin: 0;
}

.content-with-bg-wrap .btn-trans:hover {
  background-color: #0d9b8c;
  border-color: #b3d9d2;
  color: #fff;
}

span.vc_sep_line {
  height: 1px;
  background: #ebebeb;
  display: block;
}

.sep-wrapper {
  padding: 21px 0 25px;
}

#hs_cos_wrapper_widget_1576145500108 .review-col.rev-col1 .client-name {
  margin-top: -15px;
}

.client-review-page .sec-two-col.btm-col {
  width: 66.66666667% !important;
  margin-top: 20px;
}

.client-review-page .sec-two-col.btm-col .client-review-wrap {
  border-top: 1px solid #ebebeb;
  padding-top: 24px;
}

.client-review-page .sec-two-col.btm-col .client-review-wrap .client-name{
  margin-top: -12px;
}


/*======= home page =========*/
.video-wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-top: 10px;
}

.video-wrap iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.twoc-ol-img-wrap .btn-green {
  font-size: 13px;
  padding: 10px 39px 10px 34px;
  margin: 16px auto 0;
}

.home-page .custom-logo img {
  position: relative;
  top: 1px;
}

.home-page .custom-header {
  position: absolute;
  width: 100%;
}

.home-page .header-social-icons {
  display: none !important;
}

.home-page .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.header-container-wrapper * {
  min-height: 0 !important;
}

.home-page .search-area-wrap a {
  color: #fff !important;
}

.home-page .trigger-wrap:before, 
.home-page .trigger-wrap:after,
.home-page .search-area:before {
  border-color: rgba(255,255,255,.5);
}

.image-gallery-wrap .slick-slide-inner-wrapper img {
  display: none;
}

.image-gallery-wrap .slick-slide-inner-wrapper {
  background-size: cover;
  display: block!important;
  margin: 0 !important;
  min-height: 780px !important;
  background-position: center;
}

.image-gallery-wrap .hs_cos_gallery_main .caption.superimpose {
  position: absolute;
  background: transparent;
  height: 100%;
  left: 0;
  right: 0;
  display: flex;
  margin: 0 !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.image-gallery-wrap .sec-title {
  font-weight: 700;
  color: #fff;
  font-size: 75px;
  line-height: 80px;
  font-family: Josefin Sans;
}

.image-gallery-wrap .sec-label {
  font-family: "Josefin Sans";
  font-size: 26px;
  line-height: 26px;
  margin: 0 0 7px;
  font-weight: 600;
}

.slide-btn-wrapper a {
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  color: #fff;
  font-family: Roboto;
  background-color: rgba(13,155,140,0.75);
  border-color: #0d9b8c;
  border-style: solid;
  border-width: 2px;
  border-radius: 23px;
  padding: 12px 35px;
  display: inline-block;
}

.slide-btn-wrapper a:hover{
  background:#fff;
  color:#0d9b8c;
}

.slide-btn-wrapper a:after{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 15px;
  font-weight: 400;
  margin-left: 14px;
}

.slide-btn-wrapper {
  margin: 27px 0 0;
}

.caption-wrapper {
  margin-top: 38px;
}

.twoc-ol-img-wrap .ltcol.tc-col-item>div p.btm-btn {
  margin: 0;
}

.home-page .btm-pane-section a.btn-trans {
  border-color: #b3d9d2;
  color: #0d9b8c;
  padding: 11.5px 43px 11.5px 38px;
  font-size: 16px;
  line-height: 1.7em;
  margin: 25px 0 0;
  font-weight: 700;
  font-family: open sans,sans-serif;
}

.home-page .btm-pane-section a.btn-trans:hover {
  background-color: #0d9b8c!important;
  border-color: #b3d9d2!important;
  color: #fff!important;
}

#hs_cos_wrapper_widget_1576218125073 .video-wrap {
  margin: 0;
}

.home-page .section-three-wrapper {
  border-top: solid 0px #ffffff;
  background: #ffffff;
  padding: 10px 0;
}

.home-page .sec3-ltcol {
  width: 50% !important;
}

.home-page .sec3-rtcol {
  margin-left: 0 !important;
  width: 50% !important;
  padding: 0px 0 0;
}

.home-page .sec3-rtcol span.hs-form-required {
  color: #ffffff !important;
  margin: 0 !important;
  font-weight: bold;
}

.image-cont-col {
  width: 50%;
  float: left;
  padding: 18px 15px 0;
  text-align: center;
}

.image-content-wrap h5 {
  margin-bottom: 0;
  font-weight: 700;
}

.image-content-wrap h5 a {
  color: #ffffff;
  font-weight: 700;
}

.home-page .sec3-rtcol > .row-fluid-wrapper {
  background: #ffffff !important;
  border: 0px solid #939393 !important;
  max-width: 350px;
  margin: 0 auto;
  padding: 10px;
}

.home-page .sec3-rtcol h3.form-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  margin: 20;
}

.home-page .sec3-rtcol p {
  font-size: 14px;
}

.home-page .sec3-rtcol .hs-form-field>label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

.home-page .sec3-rtcol .hs-input {
  padding: 6px !important;
  height: auto;
  border: #979797 1px solid !important;
  border-radius: 4px;
  background: #fff !important;
  font-size: 14px !important;
  line-height: normal !important;
  font-family: Arial !important;
  color: #000 !important;
}

.home-page .sec3-rtcol .hs-form-field {
  padding: 0;
  margin: 0 0 10px;
}

.home-page .sec3-rtcol .hs-button.primary.large {
  font-size: 14px;
}

.home-page .sec3-rtcol .hs-button.primary.large:hover {
  background: #0d9b8c !important;
}

.home-page .image-gallery-wrap .slick-next:before {
  width: 60px;
  height: 60px;
  line-height: 72px;
  font-size: 60px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-family: 'Linearicons-Free' !important;
  content: '\e876';
  color: #fff;
  display: block;
}

.home-page .image-gallery-wrap .slick-prev:before {
  width: 60px;
  height: 60px;
  line-height: 72px;
  font-size: 60px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-family: 'Linearicons-Free' !important;
  content: '\e875';
  color: #fff;
  display: block;
}

.home-page .image-gallery-wrap .slick-arrow {
  z-index: 99;
  width:auto !important;
  height:auto !important;
  margin-top: -30px;
}

.home-page .image-gallery-wrap .slick-next {
  right:20px !important;
}

.home-page .image-gallery-wrap .slick-arrow:before{
  opacity:1;
}

.home-page .image-gallery-wrap .slick-prev.slick-arrow {
  left: 20px !important;
}

.home-page .image-gallery-wrap .slick-arrow:hover:before{
  opacity: 0.75;
}

.home-page .image-gallery-wrap ul.slick-dots {
  display: none !important;
}

.home-page .custom-header.fixed-header{
  position: fixed !important;
}

.metabolic-page iframe {
  display: block;
  border: none;
  height: 100vh;
  width: 100vw;
}

.testimonial-grp .col6 {
  margin: 0 auto;
}

.testimonial-cont-wrap .col8 {
  margin: 0 auto;
  float: none;
}

.testimonial-grp.clearfix {
  padding: 64px 0 50px;
}

.testimonial-title-wrap h2 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.col2 {
  width: 16.66666667%;
}

.col10 {
  width: 83.33333333%;
}

.testimonial-grp.clearfix .col2,.testimonial-grp.clearfix .col10 {
  float: left;
}

.testimonial-title-wrap {
  margin-bottom: 50px;
  padding: 0 25px;
}

.testimonial-grp.clearfix .lt-col {
  text-align: center;
}

.testimonial-item.clearfix {
  margin: 0 -15px;
}

.testimonial-grp.clearfix .rt-col *:last-child {
  margin-bottom: 0;
}

.dotted-border {
  border-bottom-width: 2px;
  padding-top: 25px;
  margin-bottom: 25px;
  border-color: #c1c1c1;
  border-bottom-style: dotted;
}

.testimonial-grp.clearfix .lt-col h5 {
  margin-bottom: 0;
}

.testimonial-item-inner:last-child .dotted-border {
  display: none;
}

.about-layout .content-with-bg-wrap {
  margin: 0 0 64px;
  padding: 50px 0;
}

.about-layout .content-with-bg-wrap p {
  margin: 0;
}

.testi-quote-wrap {
  padding: 0 25px;
}

.testi-quote-wrap .testimonial-item.clearfix {
  margin: 0;
}
/* Styles that do not fit into any of the available sections above can go here. */

.caption-wrapper > div {
  visibility: hidden;
}

.slick-active .caption-wrapper > div.sec-label {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
    -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
} 

.slick-active .caption-wrapper > div.sec-title {
  visibility: visible;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
    -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active .caption-wrapper > div.slide-btn-wrapper {
  visibility: visible;
  -webkit-animation-duration: 2.5s !important;
  animation-duration: 2.5s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
    -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*======= events page =========*/

.events-page .banner-area-wrapper {
  border: none;
}

.events-details-wrap {
  padding: 74px 0;
}

.events-details-wrap .col6 {
  float: left;
}

.events-details-wrap h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.events-details-wrap .img-col {
  padding: 6px;
  border: solid 1px #2a2a2a;
}

.events-details-wrap .img-col img {
  border: 1px solid #ebebeb;
}

.events-details-wrap .subheading h4 {
  line-height: 1em;
  font-size: 100%;
  margin: 0;
  font-weight: 600;
  color: grey;
  font-family: "Josefin Sans",sans-serif;
  padding: 0 .8em 0 0;
}

.events-details-wrap .vc_sep_holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%;
  color: #ebebeb;
}

.events-details-wrap .vc_sep_holder .vc_sep_line {
  border: none;
  position: relative;
  height: 20px;
  top: 0;
  overflow: hidden;
  border-color: #ebebeb;
  background: transparent;
}

.events-details-wrap .vc_sep_holder .vc_sep_line:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  height: 10px;
  border-radius: 100%;
  left: -100%;
  box-shadow: -10px 10px 10px 1px;
}

.events-details-wrap .subheading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}

.events-details-wrap .row {
  padding: 74px 0;
}

.cm-time{
  text-transform: lowercase;
}
.events-details-wrap .row:first-child {
  padding-top: 0;
}

.events-details-wrap .btm-con p:last-of-type {
  margin-bottom: 0;
}

.events-details-wrap .row:last-child {
  padding-bottom: 0;
}

.events-page .btm-pane-section p {
  color: #e8e8e8;
  margin-top: 0;
}

.events-page .section-two-wrapper {
  padding: 74px 0 111px;
  background-color: #fafafa;
}

.events-page .section-two-wrapper h2 {
  font-size: 37px;
  margin-top: 0;
  margin-bottom: 20px;
}

.form-wrap {
  margin-left: 0 !important;
  width: 33.33% !important;
  padding: 25px 15px 0;
}

.form-left-col {
  width: 66.667% !important;
}

.form-wrap > .row-fluid-wrapper {
  background: #fff !important;
  border: 2px solid #939393 !important;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px;
}

.form-wrap > .row-fluid-wrapper h3.form-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}

.form-wrap > .row-fluid-wrapper p {
  font-size: 14px;
}

.form-wrap .hs-form-field>label {
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

.form-wrap .hs-input {
  padding: 6px !important;
  height: auto;
  border: #979797 1px solid !important;
  border-radius: 4px;
  background: #fff !important;
  font-size: 14px !important;
  line-height: normal !important;
  font-family: Arial !important;
  color: #000 !important;
}

.form-wrap .hs-form-field {
  padding: 0;
  margin: 0 0 10px;
}

.form-wrap span.hs-form-required {
  color: #000;
  font-weight: bold;
  margin-left: 0;
  font-size: 10px !important;
  vertical-align: top;
}

.form-wrap input.hs-button.primary.large {
  font-size: 14px;
}

p.follow-us .mkdf-icon-shortcode {
  font-size: 21px;
  margin: 0 7px 0 0;
  display: inline-block;
}

/*======= wellness page ==========*/

@-webkit-keyframes slideWidth {
  0% {
    width: 0
  }
}

@-moz-keyframes slideWidth {
  0% {
    width: 0
  }
}

@-o-keyframes slideWidth {
  0% {
    width: 0
  }
}

@keyframes slideWidth {
  0% {
    width: 0
  }
}
.mkdf-progress-bar .mkdf-progress-content-outer {
  background-color: #e5e5e5;
  position: relative;
  overflow: hidden;
  height: 9px;
}
.mkdf-progress-content {
  opacity: 1;
  height: 100%;
  -webkit-animation: slideWidth 1s 1 cubic-bezier(0,.25,.75,1);
  -moz-animation: slideWidth 1s 1 cubic-bezier(0,.25,.75,1);
  -o-animation: slideWidth 1s 1 cubic-bezier(0,.25,.75,1);
  animation: slideWidth 1s 1 cubic-bezier(0,.25,.75,1);
}

.wellness-page .banner-area-wrapper {
  border: none;
}

.wellness-page .full-width-wrap {
  padding-top: 50px;
  border: none;
  padding-bottom: 37px;
}

.two-col-progress-grp .col6 {
  float: left;
}

.two-col-progress-grp h4 {
  font-weight: bold;
  margin-bottom: 0;
}

.mkdf-progress-bar {
  position: relative;
  margin: 0 0 8px;
  width: 100%;
  overflow: hidden;
  text-align: left;
  padding-right: 0;
}

.mkdf-progress-bar .mkdf-progress-title-holder {
  position: relative;
  color: #545454;
  font-weight: 600;
  margin-bottom: 8px;
}

.mkdf-progress-bar .mkdf-progress-title-holder .mkdf-progress-title {
  display: inline-block;
  z-index: 100;
  padding-bottom: 6px;
  width: calc(100% - 40px);
}

.mkdf-progress-bar .mkdf-progress-number-wrapper {
  text-align: right;
  position: absolute;
  right: 0;
  z-index: 10;
  opacity: 0;
  bottom: 0;
}

.mkdf-progress-bar .mkdf-progress-number-wrapper .mkdf-progress-number {
  font-size: 21px;
  color: #545454;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  float: right;
}

/* .mkdf-progress-bar .mkdf-progress-number-wrapper .mkdf-progress-number .mkdf-percent:after {
content: '%';
margin-left: .1em;
font-size: 1em;
}
*/
.employee-wellness-img-wrap {
  padding: 44px 0;
}

.employee-wellness-img-wrap .col8 {
  margin: 0 auto;
  float: none;
}

.employee-wellness-img-wrap .col6.img-col {
  margin-top: 18px;
}

.employee-wellness-img-wrap .col6 {
  float: left;
}

.employee-wellness-img-wrap .col6 blockquote {
  font-style: italic;
  font-size: 17px;
  line-height: 1.6em;
  margin: 19px 0 0;
  padding-top: 1px;
}

.employee-wellness-img-wrap .col6.cont-col h4:last-of-type {
  margin-bottom: 0;
}

.wellness-page .btm-pane-section h3 {
  color: #e8e8e8;
  margin-top: 20px !important;
  margin-bottom: 0;
}

.wellness-page .btm-btn-wrap {
  margin: 10px 0 0;
}

.wellness-page .btm-btn-wrap .btn-green {
  background-color: #fff;
  border-color: #b3d9d2;
  color: #0d9b8c;
  padding-left: 38px;
  padding-right: 44px;
}

.wellness-page .btm-btn-wrap .btn-green:hover {
  background-color: #0d9b8c !important;
  border-color: #b3d9d2 !important;
  color: #fff !important;
}

.two-col-progress-grp.wellness-wrap {
  padding: 82px 50px 60px;
  border-bottom: solid 1px #b2b2b2;
  margin-bottom: 30px;
}

.wellness-wrap .col4 {
  text-align: center;
}

.two-col-progress-grp.wellness-wrap .row {
  margin: 0;
}

.two-col-progress-grp.wellness-wrap .col6.cont-col {
  padding-top: 21px;
}

.two-col-progress-grp.wellness-wrap .col6.cont-col h2 {
  font-size: 37px;
  margin-top: 25px;
  margin-bottom: 0;
}

.two-col-progress-grp.wellness-wrap .wpb_wrapper h3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.col6.top-title-wrap {
  margin: 0 auto;
  text-align: center;
}

.col6.top-title-wrap h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.workplace-wrap .img-grp .col3 {
  width: 25%;
  float: left;
  margin-bottom: 40px;
}

.workplace-wrap .img-grp {
  padding: 2px 50px;
}

.workplace-wrap .img-grp h4 {
  margin-bottom: 0;
  text-align: center;
}

.workplace-wrap .img-grp .col3:nth-child(4n+1) {
  clear: left;
}

.cm-btm-btn-wrap {
  text-align: center;
  padding: 0 0 33px;
}

.cm-btm-btn-wrap a {
  font-size: 13px;
  padding: 10px 39px 10px 34px;
}

.two-col-progress-grp .col6 p:last-of-type {
  margin-bottom: 0;
}

p.follow-us .mkdf-icon-shortcode svg {
  width: 21px;
  height: 21px;
  display: inline-block;
  fill: #0d9b8c;
}

.health-page .full-width-wrap {
  border-top: none;
  padding-bottom: 37px;
}

.three-col-content-wrap {
  background-color: #fafafa;
  padding: 74px 0;
}

.three-col-content-wrap .top-heading h4 {
  margin-bottom: 0;
}

.three-col-cont-inner.clearfix {
  margin: 0 -15px;
}

.three-col-cont-inner.clearfix *:last-child {
  margin-bottom: 0;
}

.health-page .btm-pane-section {
  padding: 62px 10px 47px;
}

.btm-pane-section h5+h2 {
  margin: 20px 0;
}

.two-col-form-wrap {
  background: #fafafa;
  padding: 74px 0 111px;
}

.two-col-form-wrap .form-left-col h2 {
  font-size: 37px;
  margin-top: 0;
  margin-bottom: 20px;
}

.two-col-form-wrap .hs_cos_wrapper_type_form h3.form-title {
  display: none;
}

.two-col-form-wrap .form-wrap .form-inner {
  background: #fff !important;
  border: 2px solid #939393 !important;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px;
}

.two-col-form-wrap .form-wrap .form-inner h3.form-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 10px;
  color:#000;
}

.two-col-form-wrap .form-wrap .form-inner p {
  font-size: 14px;
}

.two-col-form-wrap .form-wrap .form-inner .hs-form-field>label {
  font-family: arial, helvetica, sans-serif;
}

.header-search.active {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.header-search .hs-search-field--open .hs-search-field__suggestions {
  clear: both;
  padding: 5px;
  width: 70%;
  position: absolute;
  background: #ffff;
  top: 36px;
}

.hs-search-field__suggestions a {
  background: transparent !important;
}

.mkdf-progress-bar .mkdf-progress-number-wrapper {
  opacity: 1 !important;
}
.mkdf-progress-content {
  opacity: 1;
  height: 100%;
  width:0;
  transform-origin: left top;
  animation:none !important;
  transition:all 1s;
  transition-duration:3s;
  transition-delay:0.1s;

}
.animated.mkdf-progress-content {
  width:100%;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: auto;
}

/*======== booknow page ==============*/

.banner-with-brdcrm-wrap {
  background-color: #fafafa;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  margin-top: -1px;
}

.banner-with-brdcrm-wrap h2 {
  color: #545454;
  line-height: 1.5em;
  vertical-align: middle;
  font-family: josefin sans,sans-serif;
  font-size: 20px;
  margin: 0;
}

.brdcrmb-inner > div {
  float: left;
  width: 50%;
}

.brdcrmb-inner.clearfix {
  padding: 33px 0 34px;
}

.brdcrmb-inner .rtcol .hs-breadcrumb-menu-item {
  padding: 0;
  color: #969696;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  font-family: josefin sans,sans-serif;
}

.brdcrmb-inner .rtcol .hs-breadcrumb-menu {
  float: right;
  padding: 4px 0 0;
}

.brdcrmb-inner .rtcol .hs-breadcrumb-menu-divider:before {
  content: " / ";
  padding: 0 5px 0 0;
}

.brdcrmb-inner .rtcol .hs-breadcrumb-menu-item a {
  color: #969696;
}

.book-page .content-wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
}

.full-width-image-wrap .col6 {
  margin: 0 auto;
}

.content-wrapper select {
  background: transparent;
}

.full-width-image-wrap {
  padding: 12px 0 0;
}

.empowered-health-program-page .btm-pane-section h5:first-of-type {
  margin-top: 15px !important;
}

.empowered-health-program-page .btm-pane-section {
  padding-top: 47px;
  padding-bottom: 44px;
}

.services-layout .accord-wrapper {
  padding: 50px 0;
}

.services-layout .accord-title-wrapper h4 {
  text-align: left;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.services-layout .accord-title-wrapper {
  margin: 0;
}

.services-layout .accord-title-wrapper p {
  margin-bottom: 0;
}

.services-layout .accord-item-container-inner {
  border: none;
}

.services-layout .accord-item-header {
  padding: 23px 27px 23px 22px;
}

.services-layout span.mkdf-icon-accordion-holder {
  font-size: 20px;
}

.services-layout .accord-item-body {
  background: transparent;
}

.services-layout .accord-item-body-inner {
  padding: 5px 0 0;
}

.services-layout .accord-item-content p {
  font-weight: 500;
  color: #3d3d3d;
}

.services-layout .accord-item-holder:last-child .accord-item-body {
  border: none;
}
.accord-item-outer-wrapper.col12 {
  width: 100%;
}

.our-beliefs-title .col8 {
  float: none;
  margin: 0 auto;
  text-align: center;
}

.our-beliefs-title h2 {
  font-size: 37px;
  margin-top: 25px;
  margin-bottom: 0;
}

.col3 {
  width: 25%;
}

.our-beliefs-cont-wrap .col3 {
  float: left;
}

.our-beliefs-cont-wrap .img-col {
  text-align: center;
}

.our-beliefs-cont-wrap .img-col img {
  vertical-align: top;
  border-radius: 50%;
  max-width: 150px;
}

.our-beliefs-title {
  margin-bottom: 32px;
}

.our-beliefs-cont-wrap p.h5 {
  color: #0d9b8c;
}

.our-beliefs-wrap {
  padding-bottom: 50px;
}

.our-beliefs-cont-wrap .cont-col *:last-child {
  margin-bottom: 0;
}

/*============ error page =============*/

.error-404 .content-wrapper {
  padding: 64px 0;
}

.error-404 .custom_error_message {
  text-align: center;
}

.error-404 .custom_error_message h1 {
  font-size: 37px;
  margin-bottom: 30px;
  font-weight: 700;
  margin-top: 32px;
  line-height: 1.3em;
}

.error-404 .custom_error_message p {
  margin-bottom: 35px;
  padding: 0 10%;
}

.error-404 .custom_error_message p + a {
  display: inline-block;
  position: relative;
  outline: 0;
  padding: 11.5px 43px 11.5px 38px;
  font-style: normal;
  font-weight: 700;
  font-family: open sans,sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  -moz-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  border: 2px solid #4fbf70;
  color: #fff;
  background-color: #0d9b8c;
  border-color: #0d9b8c;
}

.error-404 .custom_error_message p + a:hover {
  border-color: #0d9b8c!important;
  background: transparent;
  color: #0d9b8c!important;
}

.error-404 .main-content {
  margin-bottom: 80px;
}

/*====== search page =========*/

.search-page .hs-search-results__listing a.hs-search-results__title {
  font-size: 30px;
  color: #303030;
  font-family: josefin sans,sans-serif;
  line-height: 1.3em;
  margin: 15px 0 ;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}

p.hs-search-results__description {
  margin-top: 0;
}

.search-page .content-wrapper {
  padding: 64px 0;
}

.search-page .hs-search-results__listing a.hs-search-results__title:hover {
  color: #0d9b8c;
}

.search-page .hs-search-results__listing li {
  border-bottom: 1px dashed #e5e5e5;
  padding: 0 0 11px;
  margin: 0 0 22px;
}

.hs-search-results__pagination {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 5px;
}

.search-page-input ul.hs-search-field__suggestions {
  max-width: 767px;
}

.hs-search-results__next-page {
  float: none;
}

.hs-search-results__pagination a {
  position: relative;
  display: inline-block;
  width: 24px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  color: grey;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  margin: 0 2px 4px;
}

form.hs-form li.hs-form-checkbox .hs-input,
form.hs-form li.hs-form-radio .hs-input {
  padding: 17px;
  border: 1px solid #f2f2f2;
  outline: 0;
  font-family: inherit;
  font-size: 13px;
  background-color: #f6f6f6;
  color: grey;
  margin-left: 0;
  vertical-align: middle;
  margin-bottom: 4px;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1399px) {

  .btm-pane-outer-wrap .row {
    margin: 0;
  }

  .full-width-wrap .page-center {
    max-width: 1130px !important;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 1130px;
  }

  .custom-header:not(.fixed-header) .custom-logo {
    width: 100% !important;
    padding: 18px 0;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
  }

  .custom-header:not(.fixed-header) .custom-logo:before {
    content: "";
    border-bottom: 1px solid #f2f2f2;
    position: absolute;
    left: -20%;
    width: 20%;
    height: 1px;
    bottom: -1px;
  }

  .custom-header:not(.fixed-header) .custom-logo:after {
    content: "";
    border-bottom: 1px solid #f2f2f2;
    position: absolute;
    right: -20%;
    width: 20%;
    height: 1px;
    bottom: -1px;
  }

  .custom-header:not(.fixed-header) .custom-menu-primary {
    width: 100% !important;
    text-align: right;
  }

  .custom-header:not(.fixed-header) .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 32px 14px 30px;
  }

  .search-area-wrap {
    min-height: 90px !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    text-align: left;
  }

  .image-gallery-wrap .slick-slide-inner-wrapper {
    min-height: 50.2vw !important;
  }

  .caption-wrapper {
    margin: 0;
  }

  .image-gallery-wrap .sec-title {
    font-size: 5vw;
    line-height: 1.2;
  }

  .image-gallery-wrap .sec-label {
    font-size: 2vw;
  }

  .home-page .custom-header:not(.fixed-header) .custom-logo:after,
  .home-page .custom-header:not(.fixed-header) .custom-logo:before{
    content:none;
  }

  .home-page .custom-header:not(.fixed-header) .custom-logo{
    bordeR:none;
  }
}
@media (max-width: 1399px) and (min-width:1025px){
  .caption-wrapper {
    padding-top: 80px;
  }
}

@media (max-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    max-width: 980px;
  }

  .header-social-icons .rtcol{
    width: 25.33%;
  }

  .header-social-icons .ltcol {
    width: 74.66%;
  }

  .full-width-wrap .page-center {
    max-width: 980px !important;
  }
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 1024px) {
  .widget-span.blog-sidebar {
    margin-top: 30px !important;
  }
  .home-page .custom-header.fixed-header{
    display:none !important;
  }

  .ftr-rss {
    padding-left: 0;
  }
  .ftr-address.wrap-col {
    padding-bottom: 10px;
  }
  .home-page .custom-header {
    background: #fff;
  }

  .full-width-wrap .page-center {
    max-width: 798px !important;
  }
  .header-social-icons,
  .search-area-wrap{
    display: none;
  }

  .custom-logo {
    text-align: center;
    padding: 10px 0 0 !Important;
  }

  .custom-logo img {
    max-height: 115px;
    margin-bottom: -25px;
    position: relative;
    z-index: 9;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 798px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    max-width: 798px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .banner-area-wrapper h1,
  h1{
    font-size: 40px;
  }

  .banner-area-wrapper {
    position: relative;
    margin-top: -1px;
    background-image: none !important;
  }

  .banner-area-wrapper .banner-content {
    height: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }

  .custom-menu-primary.cm-hidden-phone.js-enabled {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    min-width: 100%;
    padding: 0;
    border: none;
  }

  .wrap-col{
    width:100% !important;
    float:none !important;
    margin-left:0 !Important;
  }

  .ftr-social-icons {
    text-align: center;
  }

  .btm-ftr-grp .ftr-cpyrt p {
    text-align: center;
  }

  .custom-header:not(.fixed-header) .custom-menu-primary{
    padding: 0;
  }

  .mobile-open .custom-header:not(.fixed-header) .custom-menu-primary {
    border-top: 1px solid #f2f2f2;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child> a {
    border: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 0 0 0 20px;
  }
  .image-gallery-wrap .slick-slide-inner-wrapper {
    min-height: auto !important;
    padding-bottom: 43.3%;
  }

  .custom-header:not(.fixed-header) .custom-logo {
    border-bottom: 0;
  }

  .custom-header:not(.fixed-header) .custom-logo:before,
  .custom-header:not(.fixed-header) .custom-logo:after {
    content: none;
  }

  .logo-wrapper {
    border-bottom: 1px solid #f2f2f2;
  }

  .brdcrmb-inner>div {
    float: none;
    width: 100%;
  }

  .brdcrmb-inner.clearfix {
    padding: 18px 0 20px;
  }

  .brdcrmb-inner .rtcol .hs-breadcrumb-menu {
    float: none;
    overflow: hidden;
  }
} 

@media (max-width: 800px) {
  .btm-pane-section h2 {
    font-size: 35px;
  }
  .image-gallery-wrap .slick-slide-inner-wrapper {
    padding-bottom: 77.1%;
  }

  .image-gallery-wrap .sec-label {
    font-size: 4.1vw;
  }
  .image-gallery-wrap .sec-title {
    font-size: 6.6vw;
    line-height: 1.2;
  }
  .caption-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {

  .client-name{
    margin-top: -12px;
  }

  .ftr-form form select{
    max-width: 100%;
  }

  .ftr-form form.hs-form fieldset .hs-form-field {
    padding: 0;
  }
  .form-columns-2 .hs-form-field .hs-input, .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }

  .ftr-form form fieldset.form-columns-2 .hs-form-field{
    width: 100% !important;
  }

  .col2,.col10 {
    width: 100%;
  }

  .full-width-wrap .page-center {
    max-width: 630px !important;
  }

  .mkdf-subtitle {
    font-size: 15px;
    width: 100%;
    max-width: 600px;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 630px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul{
    max-width: 630px;
  }
  .custom-logo img {
    max-height: 90px;
    margin-bottom: 0;
  }

  .banner-area-wrapper h1,
  h1{
    font-size: 33px;
  }

  .col8,
  .col4{
    width: 100%;
  }

  .prog-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .prog-col-inner {
    height: auto !important;
  }

  .prog-col:last-child {
    margin-bottom: 0;
  }

  .twoc-ol-img-wrap.col50-col50 .tc-col-item {
    width: 100% !important;
  }

  .btm-pane-section h2 {
    font-size: 35px;
  }

  .ftr-grp .tp-ftr-grp .page-center {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .col6 {
    width: 100%;
  }

  .client-review-page .sec-two-col {
    width: 100% !important;
  }

  .client-review-page .section-two-wrapper .row-fluid-wrapper {
    margin: 0;
  }

  .content-with-bg-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .client-review-wrap .paddinglr15 {
    padding: 0;
  }

  .client-review-page .section-two-wrapper .hs_cos_wrapper_type_linked_image {
    margin-left: 0!important;
    margin-right: 0 !important;
    margin-top: 20px;
  }

  .client-review-page .sec-two-col.btm-col {
    width: 100% !important;
  }

  .twoc-ol-img-wrap.left .row {
    display: flex;
    flex-direction: column;
  }

  .twoc-ol-img-wrap.left .row .ltcol.tc-col-item {
    order: 2;
    margin-top: 24px;
  }

  .home-page .sec3-ltcol {
    width: 100% !important;
  }

  .image-cont-col {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  .home-page .sec3-rtcol {
    width: 100% !important;
  }

  .home-page .vc_empty_space {
    height: 24px !important;
  }

  .image-content-wrap.clearfix .cont-col p:last-child {
    margin-bottom: 0;
  }

  .testimonial-title-wrap{
    margin-bottom: 52px;
  }

  .events-details-wrap .img-col {
    margin-bottom: 20px;
  }

  .form-left-col {
    width: 100% !important;
  }

  .form-wrap {
    width: 100% !important;
    padding-top: 40px;
    padding-left:0;
    padding-right:0;
  }

  .employee-wellness-img-wrap .col6.img-col {
    margin-bottom: 45px;
  }

  .employee-wellness-img-wrap {
    padding-bottom: 32px;
  }

  .workplace-wrap .row {
    margin: 0;
  }

  .workplace-wrap .img-grp .col3 {
    width: 100%;
  }

  .workplace-wrap .img-grp .col3 .paddinglr15 {
    padding: 0;
  }

  .twoc-ol-img-wrap.left .tc-col-item.ltcol .vc_empty_space {
    height: 0 !important;
  }

  .two-col-form-wrap .form-wrap .form-inner {
    max-width: 100%;
  }

  .two-col-form-wrap .form-wrap .form-inner h3.form-title{
    margin: 0 0 20px;
  }

  .two-col-form-wrap .form-wrap .form-inner p {
    margin-bottom: 20px;
  }

  .two-col-form-wrap .form-wrap .form-inner p {
    margin-bottom: 20px;
  }

  .form-wrap .hs-input {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 16px !important;
    line-height: 1.3em !important;
  }

  .form-wrap .hs-form-field {
    margin: 0 0 20px;
  }

  .form-wrap input.hs-button.primary.large {
    font-size: 21px;
  }

  .twoc-ol-img-wrap.col50-col50 .rtcol.tc-col-item {
    margin-top: 24px;
  }

  .twoc-ol-img-wrap.col50-col50.left .rtcol.tc-col-item {
    margin-top: 0;
  }
  .three-col-content-wrap .top-heading h4 {
    font-size: 20px;
    font-weight: normal;
  }

  .our-beliefs-cont-wrap .col3 {
    float: none;
  }

  .col3 {
    width: 100%;
  }

  .three-col-cont-inner-wrap ul ul {
    margin: 0;
    padding: 0 0 0 15px;
  }

  .three-col-cont-inner-wrap *:last-child {
    margin-bottom: 0;
  }

  .twoc-ol-img-wrap.video-col.col50-col50 .rtcol.tc-col-item {
    margin: 0;
  }

}

@media (max-width: 600px) {

  .full-width-wrap .page-center {
    max-width: 450px !important;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 450px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul{
    max-width: 450px;
  }

  .custom-logo img {
    max-height: 63px;
  }

  .custom-logo {
    padding: 14px 0 22px !important;
  }

  .banner-area-wrapper h1,
  h1{
    font-size: 27px;
  }
}
/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 480px) {
  .full-width-wrap .page-center {
    max-width: 330px !important;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 330px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul{
    max-width: 330px;
  }

  .custom-logo img {
    max-height: 45px;
  }

  .custom-logo {
    padding: 23px 0 31px !important;
  }

  .image-gallery-wrap .slick-slide-inner-wrapper {
    min-height: auto !important;
    padding-bottom: 130%;
  }

  .image-gallery-wrap .sec-title {
    font-size: 9.4vw;
    line-height: 1.2;
  }

  .image-gallery-wrap .sec-label {
    font-size: 6.5vw;
  }

  .caption-wrapper {
    padding: 0 30px;
  }

  .brdcrmb-inner .rtcol .hs-breadcrumb-menu-item {
    font-size: 12px;
  }

  .brdcrmb-inner .rtcol .hs-breadcrumb-menu {
    padding: 8px 0 2px;
  }
}



/*======= global ==========*/

.hs-error-msgs label {}

ul.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
  margin: 0px 0;
}

.hs-error-msgs label {
  display: block;
  white-space: normal;
  font-weight: normal;
  display: block;
  color: #900;
  font-size: .9em;
}


textarea.hs-input.error, input.hs-input.error {
  border: 1px solid #c00 !important;
}


/*======== Blog ========*/
/*======== Blog ========*/
/*======== Blog ========*/

.post-footer form {
  margin-top: 60px;
}

.post-footer form {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 12px 36px 20px;
}

.post-footer form h3 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #545454;
  font-weight: 700;
  margin-top: 20px;
}

.post-footer .hs-form-field {
  padding: 0;
  margin: 0 0 11px;
}

.post-footer input.hs-button.primary {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 700;
  padding: 11.5px 38px;
  display: inline-block;
}

.blog .custom-header {
  border-bottom: 1px solid #f2f2f2;
}

.blog .content-wrapper {
  padding: 64px 0;
}

.widget-span.blog-content {
  width: 66.66%;
  padding: 0 20px 0 0;
}

.widget-span.blog-sidebar {
  width: 33.33%;
  margin: 0;
  padding: 0 0 0 20px;
}

.hs-featured-image-wrapper img {
  width: 100%;
}

.hs-featured-image-wrapper {
  margin-bottom: 40px;
}

.post-item {
  padding-bottom: 20px;
  margin-bottom: 4px;
}

.post-item h2 {
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}

.post-item h2 a {
  color: inherit;
  font-weight: 700;
}

.post-item h2 a:hover {
  color: #0d9b8c;
}

.post-meta {
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 16px;
  font-family: josefin sans,sans-serif;
}

.post-meta > span {
  line-height: 20px;
  color: #ababab;
  display: inline-block;
  position: relative;
  padding-right: 10px;
}

.mkdf-icon-font-elegant {
  font-family: eleganticons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon_comment:before {
  content: "\e065";
}

.post-meta > span span.mkdf-icon-font-elegant {
  padding-right: 8px;
  display: inline-block;
  font-size: 12px;
  color: inherit;
}

.post-meta > span a {
  color: #adadad;
  font-weight: 700;
}

.icon_tags:before {
  content: "\e07c";
}

.post-meta span.mkdf-icon-font-elegant.icon_tags {
  font-size: 13px;
  padding-right: 5px;
}


a.more-link {
  display: inline-block;
  position: relative;
  outline: 0;
  padding: 11.5px 38px;
  font-style: normal;
  font-weight: 700;
  font-family: open sans,sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #4fbf70;
  color: #fff;
  font-size: 13px;
  padding: 10px 39px 10px 34px;
  min-width: 95px;
  background-color: #0d9b8c;
  border-color: #0d9b8c;
  -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  -moz-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
}

a.more-link:hover {
  border-color: #0d9b8c;
  color: #0d9b8c;
  background-color: transparent;
}


.post-item-footer {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 11px;
  border-top: 1px dashed #e5e5e5;
  padding-top: 22px;
}

.post-share-icons {
  width: 50%;
  float: right;
  text-align: right;
}

.post-footer-tags {
  width: 50%;
  float: left;
  text-align: left;
}

.post-share-icons .mkdf-share-label {
  font-size: 16px;
  font-weight: 700;
  color: #545454;
  margin-right: 5px;
  font-family: josefin sans,sans-seri;
}

.post-share-icons .mkdf-social-share-list {
  font-size: 14px;
  display: inline-block;
}

.post-share-icons .mkdf-social-share-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 18px;
  display: flex;
}

.post-share-icons .mkdf-social-share-list ul li {
  display: inline-block;
}

.post-share-icons .mkdf-social-share-list ul li a {
  color: #545454;
  padding: 0 7px;
}

.post-share-icons .mkdf-social-share-list ul li a:hover {
  color: #0d9b8c;
}

.post-share-icons .mkdf-social-share-list ul li:last-child a {
  padding-right: 0;
}

.social_facebook:before {
  content: "\e093";
}
.social_twitter:before {
  content: "\e094";
}
.social_linkedin:before {
  content: "\e09d";
}


.post-footer-tags {
}

.post-footer-tags a.topic-link {
  font-size: 13px!important;
  display: inline-block;
  color: #fff;
  font-family: josefin sans,sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  padding: 0 14px;
  line-height: 22px;
  margin: 0 8px 5px 0;
  border: 1px solid #4fbf70;
  background-color: #4fbf70;
  -webkit-transition: background-color .15s ease-out,border .15s ease-out;
  -moz-transition: background-color .15s ease-out,border .15s ease-out;
  transition: background-color .15s ease-out,border .15s ease-out;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #0d9b8c;
  border-color: #0d9b8c;
}

.post-footer-tags a.topic-link:hover {
  background-color: #323232;
  border: 1px solid #323232;
}

/*======== blog Sidebar ========*/

.blog-sidebar {
}

.blog-sidebar h3 {
  margin: 0;
  margin-bottom: 26px;
}

.blog-sidebar h3 a {
  color: inherit;
}

.blog-sidebar h3 a:hover {
  color: #0d9b8c;
}

/*============ Blog Banner ========*/

.blog-banner-area {
  min-height: 36.394vw !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center;
}

.blog .custom-header.fixed-header {
  border: none;
}

.blog-banner-area .page-center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-banner-area h1 {
  color: #ffffff;
  margin: 0;
}

.blog-banner-content {
  text-align: center;
}

.blog-banner-content p {
  font-size: 23px;
  font-weight: 500;
  width: 64.3%;
  display: block;
  line-height: 1.666666666666667em;
  margin: 0 auto;
  color: #fff;
}


.blog-pagination {
  text-align: center;
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  margin-top: 20px;
  margin-bottom: 60px;
  justify-content: center;
  align-items: center;
}

.blog-pagination > div {
  display: inline-flex;
}

.blog-pagination-left {
}

.blog-pagination-center a.active {
  color: #0d9b8c;
}

a.prev-link {
}

.arrow_carrot-left:before {
  content: "\34";
}

.arrow_carrot-right:before {
  content: "\35";
}

.blog-pagination a,
.blog-pagination-left a span, 
.blog-pagination-right a span {
  font-weight: 700;
  color: grey;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 44px;
  line-height: 44px;
  margin: 0;
}

.blog-pagination-left a span,
.blog-pagination-right a span {
  font-size: 31px;
}

.blog-pagination a {
  text-align: center;
  margin: 0 2px 4px;
  display: inline-block;
  font-family: josefin sans,sans-serif;
}

.blog-pagination-center a {
  font-size: 20px;
}


/*============= Post page  =======*/

.post-image-wrapper {
  margin-bottom: 40px;
}

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

.section.post-header h1 {
  font-size: 37px;
  font-family: josefin sans,sans-serif;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}

.section.post-header h1 a {
  color: inherit;
}

.section.post-header h1 a:hover {
  color: #0d9b8c;
}

/*=========== Breadcrumb==========*/

.blog-banner-breadcrumb {
  background-color: #fafafa;
  background-position: center 0;
  border-bottom: 1px solid #f2f2f2;
}

.blog-banner-breadcrumb .page-center {
  height: 97px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.blog-post-breadcrumb .page-center {
  justify-content: flex-end;
}

.blog-banner-breadcrumb .page-center > div {
  width: auto;
  height: auto;
}

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

.blog-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: -4px;
}

.blog-breadcrumb ul li {
  display: inline-block;
}

.blog-breadcrumb-title {
}

.blog-breadcrumb-title span {
  color: #545454;
  line-height: 1.5em;
  vertical-align: middle;
  font-family: josefin sans,sans-serif;
  font-size: 20px;
  margin: 0;
}

.blog-breadcrumb ul li {
  color: #969696;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  font-family: josefin sans,sans-serif;
}

.blog-breadcrumb ul li a {
  color: inherit;
}

.blog-breadcrumb ul li:not(:last-child):after {
  content: ' / ';
}

.section.post-share-icon-wrap {
  margin-bottom: 31px;
}

.custom-post-pagination {
  position: relative;
  border-bottom: 1px dashed #e5e5e5;
  border-top: 1px dashed #e5e5e5;
  padding: 10px 0;
  margin-bottom: 35px;
}

.custom-post-pagination > div {
  width: 50%;
  float: left;
}

.custom-post-pagination>div.next-post-pagination {
  float: right;
}

.prev-post-pagination {
}

.cm-post-pagination-img {
  width: 109px;
}

.prev-post-pagination {
}

.prev-post-pagination .cm-post-pagination-img {
  float: left;
}

.cm-post-pagination-body {
  width: 100%;
}

.prev-post-pagination {
}

.prev-post-pagination .cm-post-pagination-body {
  padding-left: 126px;
}

.cm-post-pagination-body {
}

.cm-post-pagination-body h6 {
  margin: 0;
  margin-bottom: 4px;
  font-weight: 700;
  font-family: josefin sans,sans-serif;
}

.cm-post-pagination-body h6 a {
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  color: #545453;
}
.cm-post-pagination-body span {
  font-weight: 700;
  font-family: josefin sans,sans-serif;
}

.next-post-pagination .cm-post-pagination-img {
  float: right;
}

.next-post-pagination 
.cm-post-pagination-body {
  text-align: right;
  padding-right: 126px;
}

/*============ Quiz Form =*/


.full-width-layout .row1 form.hs-form li.hs-form-checkbox .hs-input,
.full-width-layout .row1 form.hs-form li.hs-form-radio .hs-input  {
  width: 13px !important;
  height: 13px;
  margin: 2px 10px 0 3px;
  display: inline-block;
  vertical-align: baseline;
  font-size: 13px;
}
.full-width-layout .row1 form fieldset ul.inputs-list[role="checkbox"] {
  padding-left: 18px;
}

.full-width-layout {
}

.full-width-layout .row1 {
}

.contact-page .row1 .left-column form, 
.full-width-layout .row1 form {
  margin-top: 4px;
}

.contact-page .row1 .left-column form fieldset,
.full-width-layout .row1 form fieldset {
  padding: 10px 0;
  position: relative;
}

.contact-page .row1 .left-column form fieldset.form-columns-2,
.full-width-layout .row1 form fieldset.form-columns-2 {
  width: 60%;
}

.contact-page .row1 .left-column form fieldset.form-columns-2 .hs-form-field,
.full-width-layout .row1 form fieldset.form-columns-2 .hs-form-field {
  width: 48%;
  padding: 0;
}

.contact-page .row1 .left-column form fieldset.form-columns-2 .hs-form-field:last-child,
.full-width-layout .row1 form fieldset.form-columns-2 .hs-form-field:last-child {
  margin-left: 4%;
}

.contact-page .row1 .left-column form fieldset.form-columns-2 .hs-form-field:last-child > label,
.full-width-layout .row1 form fieldset.form-columns-2 .hs-form-field:last-child > label {
  opacity: 0;
  visibility: hidden;
}

span.hs-form-required,
.contact-page .row1 .left-column form fieldset .hs-form-field span.hs-form-required,
.full-width-layout .row1 form fieldset .hs-form-field span.hs-form-required {
  color: red;
  font-weight: 400;
  margin-left: 4px;
}

.contact-page .row1 .left-column form fieldset input,
.contact-page .row1 .left-column form fieldset textarea,
.full-width-layout .row1 form fieldset input,
.full-width-layout .row1 form fieldset textarea {
  max-width: 100%;
}

.contact-page .row1 .left-column form fieldset > .hs-form-field,
.full-width-layout .row1 form fieldset > .hs-form-field {
  padding: 0;
}

.contact-page .row1 .left-column form fieldset ul.inputs-list {
  margin:15px 0;
  padding: 0 0 0 18px;
}

.contact-page .row1 .left-column .hs_submit.hs-submit{
  padding:10px 0 0;
}

.contact-page .row1 .left-column .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 10px 0 20px;
}

.contact-page .widget-span.left-column.col8 .hs_cos_wrapper_type_rich_text *:last-child {
  margin-bottom: 0;
}

.contact-page .row1 .left-column form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"],
.contact-page .row1 .left-column .hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input{
  margin-right: 10px;
}

.full-width-layout .row1 form fieldset ul.inputs-list {
  margin-bottom: 0;
  padding: 0 0 0 17px;
}

.full-width-layout .row1 form fieldset ul.inputs-list li input {
  margin-right: 10px;
}

.contact-page .row1 .left-column form fieldset .form-columns-1 {
}

.full-width-layout .row1 fieldset.form-columns-1 .hs-form-field.hs-fieldtype-number,
.full-width-layout .row1 form fieldset.form-columns-1 .hs-form-field.hs-fieldtype-text,
.contact-page .row1 .left-column form fieldset.form-columns-1 .hs-fieldtype-number.field.hs-form-field,
.contact-page .row1 .left-column form fieldset.form-columns-1 .hs-fieldtype-text.field.hs-form-field,
.full-width-layout .row1 form fieldset.form-columns-1 .hs-fieldtype-number.field.hs-form-field 
.full-width-layout .row1 form fieldset.form-columns-1 .hs-fieldtype-text.field.hs-form-field {
  width: 60%;
}

/*=========== Services ===========*/

.services-layout {
}

.services-layout .content-wrapper {
  padding-top: 0;
}

.functional-med-wrapper {
  padding: 50px 0;
  overflow: hidden;
}


.functional-med-wrapper h2 {
  margin: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}

.functional-med-wrapper h2 img.mobile-hide {
  max-width: 100%;
  height: auto;
  float: left;
  margin: 0 20px 20px 0;
  width: 25%;
  margin-right: 50px;
  margin-bottom: 0;
}

.functional-med-wrapper p:last-child {
  margin-bottom: 0;
}

.functional-med-wrapper img.ds-hide {
  display: none;
}

.services-layout .twoc-ol-img-wrap {
  padding: 50px 0;
}

.services-layout .twoc-ol-img-wrap .ltcol {
  width: 75%;
  /* padding: 0 15px; */
  float: left;
}

.services-layout .twoc-ol-img-wrap .rtcol {
  width: 25%;
  float: left;
  /* padding: 0 15px; */
}


.twoc-ol-img-wrap.left .ltcol {
  float: right;
}


.services-layout .twoc-ol-img-wrap .ltcol p:last-child {
  margin-bottom: 0;
}

.services-layout .twoc-ol-img-wrap .ltcol p.btm-btn a {
  margin: 16px auto 0;
  display: inline-block;
  font-size: 13px;
  padding: 10px 39px 10px 34px;
}

.twoc-ol-add-border {
  border-top-width: 1px  ;
  border-bottom-width: 1px  ;
  background-color: #fafafa  ;
  border-top-color: #f2f2f2  ;
  border-top-style: solid  ;
  border-bottom-color: #f2f2f2  ;
  border-bottom-style: solid  ;
}

.testimonial-wrap {
  padding: 0 15px;
  padding-top: 74px;
  padding-bottom: 74px;
  background-color: #f7f7f7;
}

.testimonial-wrap .col8 {
  float: none;
  margin: 0 auto;
}

.testimonial-wrap .page-center.clearfix {
  padding: 0;
}

.testimonial-wrap blockquote {
  margin: 0;
  text-align: center;
  color: #3d3d3d;
  font-weight: 500;
  font-style: italic;
  font-size: 17px;
  line-height: 1.6em;
  margin: 20px 0;
  padding-top: 1px;
}

.testimonial-wrap h2 {
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 34px;
  font-size: 37px;
  color: #0d9b8c;
  text-align: center;
}


/*======== Accordiaon ==========*/

.accord-item-holder {
  position: relative;
}

.accord-wrapper {
  padding: 74px 0 50px 0;
}
.accord-title-wrapper {
  padding: 0 15px;
  margin-bottom: 37px;
}

.accord-title-wrapper h4 {
  text-align: center;
  margin-bottom: 0;
}

.accord-wrapper {
}

.accord-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}

.accord-item-outer-wrapper.col8 {
  margin: 0 auto;
}

.accord-item-container {
  padding-left: 15px;
  padding-right: 15px;
}

.accord-item-body-wrap{
  display: none;
}

.accord-item-body {
  background-color: #fafafa;
  margin: 0;
  padding: 22px 31px 31px 22px;
  border-bottom: 1px dashed #e5e5e5;
  position: relative;
  overflow: hidden;
}

.accord-item-body {
}

.accord-item-body .row {
}

.accord-item-content {
}

.accord-item-content ,.accord-item-img {
  padding: 0 15px;
}

.accord-item-header {
  font-family: josefin sans,sans-serif;
  line-height: 1.3em;
  border-bottom: 1px dashed #e5e5e5;
  text-align: left;
  cursor: pointer;
  position: relative;
  margin: 0;
  font-weight: 700;
  padding: 23px 27px;
  background-color: #fff;
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out;
  -moz-transition: background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out;
  transition: background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out;
  -webkit-transition: background-color .15s ease-out,border-color .15s ease-out;
  -moz-transition: background-color .15s ease-out,border-color .15s ease-out;
  transition: background-color .15s ease-out,border-color .15s ease-out;
  position: relative;
}

.accord-item-header span {
  display: inline-block;
}

.accord-item-container-inner {
  border: 1px solid #e5e5e5;
}

.accord-item-header .mkdf-left-mark {
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 1em;
  color: #adadad;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .15s ease-out,border-color .15s ease-out;
  -moz-transition: background-color .15s ease-out,border-color .15s ease-out;
  transition: background-color .15s ease-out,border-color .15s ease-out;
  border: 0;
  background-color: transparent;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  transition: color .15s ease-out;
}

.accord-item-header .accord-item-title {
  color: inherit;
  line-height: 26px;
  font-size: 20px;
  padding-right: 60px;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  transition: color .15s ease-out;
}

span.mkdf-icon-accordion-holder {
  margin-right: 16px;
  font-size: 18px;
}
.accord-item-body-inner {
  padding-top: 15px;
}

.accord-item-content p:last-child {
  margin-bottom: 0;
}

.accord-item-content p {
  color: #000;
}

.accord-item-img img {
  opacity: 1;
  transition: opacity 300ms;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.accord-item-header {
}

.accord-item-header span.mkdf-accordion-mark-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
  text-align: center;
  font-size: 18px;
}

.accord-item-holder.accord-open span.accord-item-title {
  color: #0d9b8c;
}

.accord-item-header span.mkdf-accordion-mark-icon span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: inherit;
  -webkit-transition: opacity .15s ease-out;
  -moz-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}

.accord-item-header span.mkdf-icon-font-elegant.icon_plus {
  opacity: 1;
}

.accord-item-header span.mkdf-icon-font-elegant.icon_minus-06 {
  opacity: 0;
}

.accord-open .accord-item-header span.mkdf-icon-font-elegant.icon_plus {
  opacity: 0;
}
.accord-open .accord-item-header span.mkdf-icon-font-elegant.icon_minus-06 {
  opacity: 1;
}

.icon_minus-06:before {
  content: "\4b";
}
.icon_plus:before {
  content: "\4c";
}

.accord-item-header:hover * {
  color: #0d9b8c;
}

.accord-item-holder:last-child .accord-item-header {
  border-width: 0;
}

.accord-item-holder.accord-open .accord-item-header {
  border-width: 1px;
}

.two-col-cntnt-wrapper {
  padding-top: 74px;
  padding-bottom: 74px;
  background-color: #fafafa;
  margin-top: 12px;
}

.two-col-cntnt-wrapper .col6 {
  padding: 0 15px;
  float: left;
}

.two-col-cntnt-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}

.services-layout .full-width-wrap ul ul {
  margin: 0;
  padding: 0 0 0 15px;
}

.concierge-health-program-page .btm-pane-section h4 {
  margin-top: 0;
}

.concierge-health-program-page .btm-pane-section h5 {
  margin-bottom: 0;
}

.concierge-health-program-page .btm-pane-section h2 {
  margin: 20px 0;
}

.btm-pane-section-bottom-text {
  margin-top: 32px;
  margin-bottom: -9px;
}

.btm-pane-section-bottom-text p {
  text-align: center;
  margin: 0;
  color: #fff;
}

.two-col-cntnt-title-wrapper {
  width: 100%;
  padding: 0 15px;
}

.two-col-cntnt-title-wrapper h4 {
  margin-bottom: 0;
}

.two-col-cntnt-wrapper ul {
  margin-bottom: 0;
}

.enlightened-health-membership-program-page .btm-pane-section {
  padding-top: 47px;
}

.enlightened-health-membership-program-page .btm-pane-section .btm-pane-inner h5 {
  margin-top: 15px;
}

.enlightened-health-membership-program-page .btm-pane-section .btm-pane-inner h2 {
  margin-top: 20px;
}

.enlight-cntnt-img-wrapper {
  overflow: hidden;
  padding-top: 75px;
}

.enlight-cntnt-img-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}

.enlight-cntnt-img-wrap {
  margin: 0 auto;
  padding: 0 15px;
}

.enlight-cntnt-body {
  margin-bottom: 37px;  
  padding: 0 15px;
}

.enlight-cntnt-body h4 {
  margin-bottom: 45px;
}

.enlight-cntnt-body *:last-child {
  margin-bottom: 0;
}

.enlightened-health-membership-program-page .two-col-cntnt-wrapper {
  margin: 0;
}

/*================*/

.two-col-left-cntnt-img-outer-wrap {
  padding: 74px 0 50px 0;
}

.two-col-left-cntnt-img-outer-wrap .row {
  display: flex;
  flex-wrap: wrap;
}

.two-col-left-cntnt-spacer hr {
  margin: 0;
  background: transparent;
  border-color: #0d9b8c;
  border-style: solid;
  border-bottom-width: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.two-col-left-img-container {
  margin-top: 0px ;
  margin-right: 0px ;
  margin-bottom: 0px ;
  margin-left: 0px ;
  padding-top: 200px ;
  padding-right: 25px ;
  padding-bottom: 100px ;
  padding-left: 25px ;
  background-size: cover;
  position: relative;
  background-position: left center ;
}

.two-col-left-inner {
  padding: 0 15px;
}

.two-col-left-inner blockquote {
  margin: 10px 0;
  color: #3d3d3d;
  font-weight: 500;
  padding: 20px 0 10px;
}

.two-col-left-cntnt-body-inner {
  padding: 0 15px;
}

.two-col-left-cntnt-body-inner h2 {
  margin-top: 0;
}

.two-col-left-body-btn-wrapper {
  padding-top: 20px;
}

.two-col-left-body-btn-wrapper a.btn-green {
  padding: 12px 43px 11.5px 38px;
}

.medicalmarijuana-page .two-col-left-img-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.two-col-left-img-container h2 {
  margin: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.btn-green.btn-sm {
  font-size: 13px;
  padding: 10px 39px 10px 34px;
  min-width: 95px;
}

/*======== Contact Page=============*/

.contact-page {
}

.contact-page .body-container-wrapper .content-wrapper {
  padding-top: 37px;
  padding-left: 0;
  padding-right: 0;
}

.contact-page .widget-span.left-column.col8 {
  width: 66.66666667%;
  padding: 0 15px;
}

.contact-page .widget-span.right-column.col4 {
  margin: 0;
  padding: 0 15px;
  width: 33.33333333%;
}

.get-touch-info-wrapper h3 {
  margin-bottom: 19px;
}

.get-touch-info-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 13px;
}

span.get-touch-icon-wrap {
  display: table-cell;
  width: auto;
  min-width: 13px;
  vertical-align: middle;
}

span.get-touch-info-text {
  display: table-cell;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  color: #999;
  padding-left: 10px;
  margin: 10px 0;
}

span.get-touch-icon-wrap .mkdf-icon-linear-icon {
  color: #545454;
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.get-touch-icon-wrap:before,.get-touch-icon-wrap:after {
  content: " ";
  display: table;
}

.contact-social-icon-wrapper {
}

.contact-social-icon-wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.contact-social-icon-wrapper ul > li > a {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.contact-social-icon-wrapper ul > li > a {
  margin: 0px 6px 0px 0px;
  width: 27px;
  height: 27px;
  display: inline-block;
  border-style: solid;
  border-width: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.contact-social-icon-wrapper ul > li {
  display: inline-block;
}

.social_instagram:before {
  content: "\e09a";
}
.social_youtube:before {
  content: "\e0a3";
}
.lnr-printer:before {
  content: "\e81c";
}

.contact-social-icon-wrapper ul>li a.social_facebook-link {
  background-color: rgb(66, 103, 178);
}

.contact-social-icon-wrapper ul > li > a span {
  color: #ffffff;
  font-size: 11px;
}

.contact-social-icon-wrapper a.social_instagram-link {
  background-color: rgb(155, 57, 154);
}

.contact-social-icon-wrapper a.social_youtube-link {
  background-color: rgb(187, 0, 0);
}

.contact-social-icon-wrapper a.social_youtube-link:hover {
  background-color: rgb(163, 0, 0);
}

.contact-social-icon-wrapper a.social_instagram-link:hover {
  background-color: rgb(188, 67, 118);
}

.contact-social-icon-wrapper ul>li a.social_facebook-link:hover {
  background-color: rgb(54, 88, 153);
}

.no-nav .header-social-icons .rtcol {
  display: none;
}

.no-nav .mobile-trigger {
  display: none !important;
}

#hs-pwd-widget-password {
  height: auto !important;
  margin: 15px 0;
}
/*======== endss ==========*/


/*========== Media Queriess=============*/
@media (min-width: 1400px){
  .services-layout .twoc-ol-img-wrap.right p.btm-btn + .vc_empty_space {
    height: 0 !important;
  }
}
@media (max-width: 1400px){

  .blog-banner-area {
    min-height: 35.94vw !important;
  }

}


@media (max-width: 1024px){
  .metabolic-page .header-container-wrapper {
    min-height: 0 !important;
  }
  .custom-header:not(.fixed-header) .custom-menu-primary {
    border-top: 1px solid transparent;
  }

  .widget-span.blog-sidebar, 
  .widget-span.blog-content {
    padding: 0;
    width: 100%;
  }

  .hs-blog-listing .blog-banner-breadcrumb .page-center {
    padding-top: 20px;
    display:block;
    height: auto;
    min-height:97px;
  }

  .blog-banner-breadcrumb .page-center>div {
    text-align: left;
  }

  .blog-breadcrumb ul {
    margin-top: 0;
  }

  .blog-breadcrumb ul li {
    font-size: 12px;
  }

  .header-container-wrapper {
    min-height: 100px;
  }

  .custom-header:not(.fixed-header) {
    -webkit-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
    -moz-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
    -o-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
    transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
  }

  .header-show .custom-header:not(.fixed-header) {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  .header-hide .custom-header:not(.fixed-header) {
    position: absolute;
    top: auto;
    bottom: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
  }
}

@media (min-width: 768px){

  .services-layout .twoc-ol-img-wrap.right .vc_empty_space {
    height: 24px !important;
  }

}

@media (max-width: 767px){
  .blog-banner-content p {
    font-size: 15px;
    width: 100%;
  }

  .next-post-pagination {
    padding-left: 15px;
  }

  .prev-post-pagination {
    padding-right: 15px;
  }

}

@media (max-width: 767px){

  .contact-page .row1 .left-column form fieldset.form-columns-2 .hs-form-field:last-child ,
  .contact-page .row1 .left-column form fieldset.form-columns-1 .hs-fieldtype-number.field.hs-form-field,
  .contact-page .row1 .left-column form fieldset.form-columns-1 .hs-fieldtype-text.field.hs-form-field ,
  .contact-page .row1 .left-column form fieldset.form-columns-2 .hs-form-field,
  .contact-page .row1 .left-column form fieldset.form-columns-2,
  .full-width-layout .row1 form fieldset.form-columns-2 .hs-form-field:last-child ,
  .full-width-layout .row1 form fieldset.form-columns-1 .hs-fieldtype-number.field.hs-form-field,
  .full-width-layout .row1 form fieldset.form-columns-1 .hs-fieldtype-text.field.hs-form-field ,
  .full-width-layout .row1 form fieldset.form-columns-2 .hs-form-field,
  .full-width-layout .row1 form fieldset.form-columns-2 {
    width: 100%;
    margin-left: 0%;
  }

  .functional-med-wrapper h2 img.mobile-hide {
    display: none;
  }

  .functional-med-wrapper img.ds-hide {
    display: block;
    width: 75%;
    padding-bottom: 6px;
  }

  .services-layout .twoc-ol-img-wrap .tc-col-item {
    width: 100%;
    float: none;
  }

  .services-layout .twoc-ol-img-wrap .ltcol {
    margin-bottom: 24px;
  }

  .services-layout .twoc-ol-img-wrap.left .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services-layout .twoc-ol-img-wrap.left .row .ltcol {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }

  .services-layout .twoc-ol-img-wrap.left .rtcol {
    margin-bottom: 24px;
  }

  .accord-item-body-inner .col8 {
    margin-bottom: 15px;
  }

  .enlightened-health-membership-program-page  .two-col-cntnt-title-wrapper h4 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    font-family: open sans,sans-serif;
  }

  .two-col-cntnt-wrapper .col6.right-col ul {
    margin: 0;
  }

  .two-col-left-cntnt-img-wrap {
    margin-bottom: 10px;
  }

  .two-col-left-body-btn-wrapper a.btn-green {
    padding-left: 38px;
    padding-right: 38px;
  }

  .contact-page .widget-span.left-column.col8,.contact-page .widget-span.right-column.col4 {
    width: 100%;
  }

  /*===========  endsss 767 ===========*/

}

@media (max-width: 600px){
  .blog-banner-area {
    min-height: 35.56vw !important;
  }

  .post-item-footer > div {
    width: 100%;
    float: none;
    text-align: left;
  }

  .post-item-footer .post-share-icons {
    margin-top: 10px;
  }


  .next-post-pagination .cm-post-pagination-img,.prev-post-pagination .cm-post-pagination-img {
    float: none;
  }

  .next-post-pagination .cm-post-pagination-body,.prev-post-pagination .cm-post-pagination-body {
    padding: 0;
  }

  .next-post-pagination {
    text-align: right;
  }

  .next-post-pagination .cm-post-pagination-img {
    float: right;
  }

  .next-post-pagination .cm-post-pagination-body {
    float: right;
  }

  .cm-post-pagination-body h6 {
    margin-top: 10px;
  }

}


@media (max-width: 479px){

  .testimonial-wrap h2 {
    padding: 0 10px;
  }

  .home-page .image-gallery-wrap .slick-next:before,
  .home-page .image-gallery-wrap .slick-prev:before {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-size: 20px;
  }

  .home-page .image-gallery-wrap .slick-next {
    right: 5px !important;
  }

  .home-page .image-gallery-wrap .slick-prev.slick-arrow {
    left: 5px !important;
  }

}

@media (max-width: 400px){
  .custom-post-pagination>div {
    width: 100%;
    float: none !important;
    text-align: left;
    padding: 0;
  }

  .next-post-pagination .cm-post-pagination-img,.next-post-pagination .cm-post-pagination-body {
    float: none;
    text-align: left;
  }
}