/* ==========================================================================
   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('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');



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

/* 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 Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    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.com/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.com/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; }

 
@font-face {
	font-family: 'medical-guide-icons';
	src:url('https://www.healthrecoverysolutions.com/hubfs/Health%20Recovery%20Solutions%20December2017%20Theme/Fonts/medical-guide-icons.eot') format('embedded-opentype'),
		url('https://www.healthrecoverysolutions.com/hubfs/Health%20Recovery%20Solutions%20December2017%20Theme/Fonts/medical-guide-icons.ttf') format('truetype'),
		url('https://www.healthrecoverysolutions.com/hubfs/Health%20Recovery%20Solutions%20December2017%20Theme/Fonts/medical-guide-icons.woff') format('woff');
	font-weight: normal;
	font-style: normal;
} 

/* ==========================================================================
   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 {
  background: #fff;
  color: #444;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
}

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

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

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

/* Basic text */
p {
    margin: 15px 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
} 
small {}
strong {
    font-weight:600;
}
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 */


h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    line-height:normal;
    margin: 0;
    padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-family: 'Merriweather', serif;
    margin: 0 0 .67em 0;
    font-weight: 400;
    font-size: 2.75rem;
    color: #1d4c84;
    line-height: 1.4;
}
h2 {
    font-family: 'Merriweather', serif;
    font-size: 2.25rem;
    font-weight: 400;
    color: #1d4c84;
    line-height: 1.4;
}
h3 {
    font-size: 1.5rem;
/*     text-transform: uppercase; */
    font-weight: 400;
}
h4 {
    font-size: 1.375rem;
    font-weight: 400;
}
h5 {
    font-size: 1.125rem;
    font-weight: 400;
}
h6 {
    margin-top: 18px;
    font-size: 1.125rem;
    font-weight: 400;
}

/* Anchor Links */
a { 
    text-decoration: none;
    transition: background-color .5s ease;
    color: #1d4c84;
}
a:hover, a:focus { 
    text-decoration: none;
    color: #021368;
}

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

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

/* Horizontal Rules */
hr {
    border: 0 none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(221, 221, 221, 1.0);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width:550px){
  h1{
    font-size: 2rem;
  }
  
  h2{
    font-size: 1.75rem;
  }
}

/* =============== 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 {}


/* =============== Header =============== */

/* .header-container-wrapper {}
.header-container {
    line-height:normal;
    padding:0px;
}
.header-container-wrapper {
    position: relative;
}

.custom-header-upper {
    background: #525866;
    min-height:45px !important;
}
.custom-header-content .hs_cos_wrapper_type_rich_text {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 14px 0 0;
    display: inline-block;
    line-height: normal;
}
.custom-header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.custom-header-social .hs_cos_wrapper{
    display:block;
}
.custom-header-social .hs_cos_wrapper:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.custom-header-social ul li {
    float: left;
    border-left: solid 1px #9fa3aa;
    font-family: 'Open Sans', sans-serif;
}
.custom-header-social ul li:last-child {
    border-right: solid 1px #9fa3aa;
}
.custom-header-social ul li a {
    padding: 13px 10px;
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: normal;
}
.custom-header-social ul li a[href*="facebook"]:hover{
    background: #5c85ce;
}
.custom-header-social ul li a[href*="twitter"]:hover{
    background: #02c0f2;
}
.custom-header-social ul li a[href*="linkedin"]:hover{
    background: #0073B0;
}
.custom-header-social ul li a[href*="instagram"]:hover{
    background: #D30065;
} */
[class^="icon-"], [class*=" icon-"] {
    font-family: 'medical-guide-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custom-header-social ul li a i {
    font-size: 14px;
}
.custom-header-social ul li a i span {
    display: none;
}
.icon-facebook4:before {
    content: "\eaf7";
}
.icon-twitter4:before {
    content: "\eb0c";
}   
.icon-linkedin2:before {
    content: "\eac9";
}
.icon-instagram:before {
    content: "\eaff";
} 
/* .custom-header-lower {
    padding: 19px 0;
    background: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
} */

/*============== lp header ==================*/

.custom-header-lp .mobile-trigger {
    display: none !important;
}

/*================= scroll body ===================*/

.custom-header-lower-wrapper {
    min-height: 126px !important;
}
.scroll-body .custom-header-lower {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: solid 1px #F1F1F1;
    background: #fff;
    padding: 0;
    width:100% !important;
}
.scroll-body .custom-logo img {
    width: 200px;
    margin: 8px 0 6px;
}
.scroll-body .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 19px 0 0;
}


.no-banner:not(.Home-page) .custom-header-lower {
    border-bottom: solid 1px #f1f1f1;
}

/*==================== banner ===================*/

.custom-banner {
    background-size: cover!important;
    background-position: center center;
    background-repeat: no-repeat;
    height: 295.45px;
}



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

.body-container-wrapper {}
.body-container {
    padding: 0% 0;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer-lower {
    background: #1d4c84;
    padding: 22px 0 24px 0;
}
.custom-copyright {
    color: #fff;
    text-align: center;
    margin: 3px 0 0;
    font-size: 15px;
    line-height: normal;
}
.custom-footer {
    background: #434a5a;
}
.custom-footer-upper {
    padding: 70px 0;
}
.custom-footer-upper-first-col ul {
    margin-top: 15px;
    padding: 0;
    list-style: none;
}
.custom-footer-upper-first-col ul li {
    line-height: normal;
    display: inline;
}
.custom-footer-upper-first-col ul li a {
    color: #b1b1b1;
    border: 1px solid #b1b1b1;
    padding: 7px 9px;
    border-radius: 100%;
    font-size: 16px;
}
.custom-footer-upper-first-col ul li a i span {
    display: none;
}
/* .custom-footer-upper-first-col ul li a[href*="facebook"]:hover {
    background: #5c85ce;
    border: 1px solid #5c85ce;
    color: #fff;
}
.custom-footer-upper-first-col ul li a[href*="twitter"]:hover {
    background: #02c0f2;
    border: 1px solid #02c0f2;
    color: #fff;
}
.custom-footer-upper-first-col ul li a[href*="linkedin"]:hover {
    background: #0073B0;
    border: 1px solid #0073B0;
    color: #fff;
}
.custom-footer-upper-first-col ul li a[href*="instagram"]:hover {
    background: #D30065;
    border: 1px solid #D30065;
    color: #fff;
} */
.custom-subscribe-to-our-newsletter h3 {
    color: #b1b1b1;
    font-size: 18px;
    margin: 15px 0 11px 0;
    font-family: 'Arial', Helvetica, sans-serif;
    text-transform: none;
    font-weight: 400;
}
.custom-footer-address ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.custom-footer-address ul li {
    margin: 0 0 20px;
    font-family: 'Arial', Helvetica, sans-serif;
}
.custom-footer-address ul li a {
    color: #fff;
    font-size: 18px;
    line-height:normal;
    display: block;
}
.custom-footer-address ul li a i {
    float: left;
    font-size: 20px;
    margin: 1px 9px 0 0;
    color: #b1b1b1;
}
.custom-footer-address ul li a span {
    font-size: 16px;
    color: #b1b1b1;
}
.custom-footer-address ul li a:hover span{
    color: #0397D6;
}
.icon-mail:before {
    content: "\e630";
}
.icon-phone4:before {
    content: "\e6bb";
}
.icon-location:before {
    content: "\e629";
}
.custom-subscribe-to-our-newsletter form .hs-form-field>label span.hs-form-required {
    display: none;
}
.custom-subscribe-to-our-newsletter form .actions {
    text-align: right;
}
.custom-subscribe-to-our-newsletter form .actions input.hs-button.primary.large {
    margin-bottom: 0;
    background-color: #0397D6;
    min-width: 125px;
}
.custom-subscribe-to-our-newsletter form .actions input.hs-button.primary.large:hover{
    background-color: #b1b1b1;
}
.custom-footer-upper-first-col {
    margin-top: 14px;
}
.custom-subscribe-to-our-newsletter {
    padding-right: 34px;
}




/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
    margin: 20px 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 1px 0 0;
    font-family: 'Open Sans',sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 12px 12px;
    color: #333;
    font-size: 16px;
    line-height:normal;
    font-family: 'Open Sans', sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch,
.custom-menu-primary .hs-menu-wrapper > ul > li:hover{
    color: #fff;
    background: #1d4c84;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #fff;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* 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;
  font-size: 16px;
  color: #021368;
  line-height: normal;
      letter-spacing: inherit;
    text-transform: inherit;
}
.custom-menu-primary .hs-menu-wrapper {

    margin-top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    width: auto;
    text-align: center;
    min-width: 100%;
    padding: 0px;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-2 {
    padding: 10px;
/*     box-shadow: 0px 0px 2px #a8aaac; */
}

.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: -2px;
}

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


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

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

@media (max-width: 991px){

  /* 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{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 15px;
    right: 15px;  /**************************************/
    width: 40px;
    height: 41px;
    background: url(//cdn2.hubspot.net/hubfs/4064170/Health%20Recovery%20Solutions%20December2017%20Theme/Images/mob-menu.png) center no-repeat;
    border-radius: 5px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    
  }

.scroll-body .mobile-trigger {
    top: 20px;
}

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

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 0px; /* Icon line width */
    height: 0px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #1d4c84; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
.custom-menu-primary.js-enabled {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 9;
    font-size: 14px;
    background: #fff;
    height: 100%;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    color: rgba(255,255,255,.6);
    transition: all .4s ease;
    right:-440px;
}
.mobile-open .custom-menu-primary.js-enabled{
    right:0;
}
div#site-wrapper {
    position: relative;
    left: 0;
    transition: all .4s ease;
    z-index: 999;
}
div#site-wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    background: transparent;
    top: 0;
    left: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    opacity:0;
    pointer-events:none;
}
.mobile-open div#site-wrapper:after{
    opacity:1;
    pointer-events:auto;
}
.mobile-open div#site-wrapper{
    left:-440px;
}
.scroll-body.mobile-open .custom-header-lower {
    position: static;
}

.custom-menu-primary.js-enabled:before {
    content: "HRS";
    display: block;
    padding: 0 50px;
    padding-top: 18px;
    overflow: hidden;
    width: 100%;
    position: relative;
    color: #0197d6;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    min-height: 60px;
    border-bottom: 1px solid transparent;
    border-color: rgba(0,0,0,.15);
    font-weight: 800;
    letter-spacing: -1px;
    font-family: 'Montserrat', sans-serif;
}
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .custom-menu-primary .hs-menu-wrapper>ul:after {
        content: "";
        display: block;
        height: 40px;
        width: 100%;
    }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
  
    line-height: 24px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Open Sans',sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
      background: rgba(0,0,0,.15);
  }

  /* 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{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* 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 */
  }
  
  body.mobile-open {
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    bottom: 0;
    width: auto;
    margin-left: 0;
    position: relative;
    left: auto;
    border-color: rgba(0,0,0,.15);
  }
  .scroll-body .custom-menu-primary .hs-menu-wrapper>ul {
    margin: 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover{
      
      background: #fff !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
      color: #1d4c84 !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch, .custom-menu-primary .hs-menu-wrapper > ul > li:hover{
    border: none !important;
  }
  
}


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


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

/* 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 {
    text-decoration:none;
}

/* 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 {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 20px;
    padding: 0 0 30px;
}
.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-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
  
}

/* Read More Link */
a.more-link {
    display:inline-block;
    padding:20px 0;
}

/* 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;
  margin-bottom: 15px;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* -------------- Default Code for comment ------------ */
.custom_listing_comments {
border: 1px solid #ccc;
margin-bottom: 30px;
margin-top: 30px;
padding:15px;
}
#comments-listing {
   padding:15px;
   margin:20px 0;
   border:1px solid #ccc;
}

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

.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;
   color: inherit;
   display: block;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
   padding: 0;
}

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

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

.comment-date {
   color: inherit !important;
   display: block !important;
   text-align: left !important;
}


/* -------------------- Ends ----------- */


/* Pagination */
.blog-pagination {
    display:block;
}
.blog-pagination a {
    display:block;
}
.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 {
    margin-bottom:30px;
}


/* =============== 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 {}


.blog .blog-sidebar h3 {
    font-size: 38px;
    font-weight: 700;
    color: #222;
    text-transform: none;
    margin: 0 0 50px;
}
div#comment-form {
    margin-top: 50px;
}

/*----------------------- media------------------------*/

@media(max-width:767px) {
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
        margin:0 0 15px;
        float:none;
        width:100%;
        max-width:100%;
        max-height:none;
    }
    .blog .blog-sidebar{
        margin-top:30px;
    }
}


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

.body-container .form-title {
    font-size: 38px;
    font-weight: 700;
    color: #222;
    text-transform: none;
    margin: 0 0 50px;
}

.checkbox-row span.fakelabel span {
    float: none;
}
.subscribe-options label {
    margin-left: 0;
}
ul.hs-error-msgs.inputs-list {
    list-style: none;
    color: #D25259;
    font-size: 16px;
    margin: 0 0 14px;
    font-family: 'Open Sans',sans-serif;
    padding-left: 0 !important;
}


body.password-template #hs-pwd-widget-password {
    margin-top: 10px !important;
}

.submitted-message {
    color: #444;
    background-color: #efeff0;
    padding: 6px 18px;
    font-size: 16px;
    border: 3px solid #0096d2;
    text-align: left;
}

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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* 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 {
    width: 100%;
    padding: 13px 12px;
    border: 1px solid #b1b1b1;
    display: block;
    margin: 0 0px 15px 0;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    max-width:767px;
    font-size: 16px;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {}
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 CTAs =============== */
.cta_button{
    display: inline-block;
    background-color: #92278F;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
	  border-radius: 25px;
    padding: 12px 20px;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -moz-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -o-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -ms-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
}

.cta_button:hover{
    background-color: #7D227A;
    color: #ffffff;
}
 a.cta_button:focus {
    text-decoration: none;
    color: #fff;
   border: 1px solid #521650 !important;
}
/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border: none;
    background-color: #92278f;
    color: #fff;
    padding: 14px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0 15px;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    display: inline-block;
    transition:none;
    border-radius: 25px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #7D227A;
    border-radius: 25px;
}

  


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


/* Styles that do not fit into any of the available sections above can go here. */

/*======== Home Page ===============*/
.Home-page .body-container {
    padding: 0;
}
.custom-home-row1 .hs_cos_gallery_main{
    margin: 0;
    padding: 0;
}
.custom-home-row1 .hs_cos_gallery_slide {
   height: 600px;
   max-height: 600px;
   background-size: cover;
   background-position: center top;
   background-repeat: no-repeat;
   position: relative;
}
/*.custom-home-row1 .slick-slide-inner-wrapper{
   position: static !important; 
}*/
.custom-home-row1 .slick-slide-inner-wrapper {
    max-width: 1170px;
    display: block !important;
    width: 100%;
}
.custom-home-row1 .slick-slide-inner-wrapper img{
   display: none !important;
}
.custom-home-row1 .hs_cos_gallery_main .caption.superimpose{
    top: 188px;
    bottom:auto;
    text-align: left;
    padding: 38px 30px 33px;
    border-bottom: 6px solid rgb(3, 151, 214);
    /*background-image: url('//cdn2.hubspot.net/hubfs/4064170/Health%20Recovery%20Solutions%20December2017%20Theme/Images/transprint-bg.png');*/
    background-color:rgba(255,255,255,0.85);
    right: 19.2% !important;
    right: 0px !important;
    left:auto !important;
    width: 530px;
    /* font-weight: 500; */
    -webkit-font-smoothing: antialiased;
}
.custom-home-row1 .hs_cos_gallery_slide[data-slick-index="2"] .caption.superimpose {
    left: 19.2% !important;
    left: 0px !important;
    right: auto !important;
    padding: 38px 15px 33px 30px;
}
.custom-home-row1 .hs_cos_gallery_slide[data-slick-index="2"] .caption.superimpose p{
    margin-bottom: 29px;
}
.custom-home-row1 .caption.superimpose h1{
    font-weight: 800;
    color: #0397D6;
    font-size: 48px;
    text-transform: uppercase;
    line-height: normal;
    -webkit-font-smoothing: antialiased!important;
    margin:0;
}
.custom-home-row1 .caption.superimpose h2{
    font-size: 26px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased!important;
    line-height: normal;
    margin:0;
    margin-bottom: 16px;
    font-family: "Open Sans", sans-serif;
    margin-top: -9px;
}   
.custom-home-row1 .caption.superimpose p{
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
    margin: 0;
    color: #ffffff;
    margin-bottom: 18px;
    font-weight: normal;
    text-shadow: none;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
}
.custom-home-row1 .caption.superimpose a{
    padding: 12px 36px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 500;
    background: rgb(82, 88, 102);
    border-radius: 5px;
    display: inline-block;
    line-height: normal;
    font-size: 18px;
}
.custom-home-row1 .caption.superimpose a:hover{
    background: #0397D6;
    border-radius: 5px;
}


.custom-section-padding{
    padding: 0px 0;
}
.Home-page .hs_cos_wrapper_type_header{
    display: block;
    
}
.custom-home-row2 video{
    display: inline-block;
    vertical-align: baseline;
    box-shadow: 0 0 80px #000;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: none;
    object-fit: contain;
}
.custom-home-row3{
    background: #f5f5f5;
    padding: 90px 0 35px;
}
.custom-2col-left-icon > div{ 
    margin-right: -15px;
    margin-left: -15px;
}
.custom-2col-left-icon  .col-md-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.custom-2col-left-icon  .service-sec {
    margin: 0 0 55px;
    float: left;
}
.custom-2col-left-icon .icon {
    color: #ddd;
    font-size: 150%;
    width: 96px;
    height: 96px;
    float: left;
    border-radius: 7px;
    text-align: center;
    background: #0397D6;
}
.custom-2col-left-icon .detail {
    float: right;
    width: 78%;
    margin: -5px 0 0;
}
.custom-2col-left-icon h6{
    margin-top: 0;
}
.custom-2col-left-icon .icon i {
    color: #fff;
    font-size: 48px;
    text-shadow: 0 5px 0 rgba(0,0,0,.15);
    margin: 22px 0 0;
    display: block;
}
.icon-doctor:before {
    content: "\ebe7";
}
.icon-globe4:before {
    content: "\e854";
}
.icon-ambulanc:before {
    content: "\ebda";
}
 
i.icon-user-md , i.icon-hospital , i.icon-home{
    font-family: fontawesome;
}

.icon-clipboard3:before {
    content: "\e7a1";
}
.custom-home-row4 .hs_cos_wrapper_type_widget_container{
    display: block;
    margin-right: -15px;
    margin-left: -15px;
}
.custom-client-news {
    float: left;
    width: 25%;
    padding: 0 15px;
}
.custom-client-news a.gallery-sec{
    padding: 0 7px; 
    display: block;
    margin: 0 0 45px;
    transition: background-color .5s ease;
}
.custom-client-news .image-hover {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    overflow: hidden;
}
.custom-client-news .layer {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.72);
    opacity: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.custom-client-news .detail {
    border-bottom: solid 4px #0397D6;
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    margin: -6px 0 0;
    line-height: normal;
}
.custom-client-news .detail h6{
    margin: 0;
}
.custom-client-news .detail span{
    color: #4f4f4f;
}
.custom-client-news .image-hover img{
    vertical-align: middle;
    width: 100%;
}
.custom-client-news a.gallery-sec:hover .layer{
    opacity: 1;
    right: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.custom-client-news a.gallery-sec:hover .detail{
    background: #0397D6;    
}  
.custom-client-news a.gallery-sec:hover .detail h6,
.custom-client-news a.gallery-sec:hover .detail span{
    color: #fff
} 
.custom-client-news .layer i {
    color: #fff;
    position: absolute;
    bottom: 36%;
    left: 45%;
    padding: 14px;
    width: 55px;
    height: 50px;
    font-size: 26px;
    background: #0397D6;
    left: 40%;
}
.icon-link3:before {
    content: "\e874";

}
.custom-home-row5,
.custom-home-row8{
    background: #f5f5f5;
}
.custom-tabs ul.etabs {
    margin: 0 0 70px;
    border-bottom: solid 1px #bcbcbc;
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
    text-align: center;
}
.custom-tabs ul.etabs li  div {
    display: none;
}
.custom-tabs ul.etabs li {
    float: left;
    margin: 0 90px 0 0;
    margin-right: 0;
    width: 18%!important;
    position: relative;
}
.custom-tabs ul.etabs li a {
    color: #222;
    margin-right: -1px;
    min-height: 1px;
    font-size: 20px;
    padding: 15px 0;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
    display: block;
}
.custom-tabs ul.etabs li.active > a{
    border-bottom: solid 5px #0397D6;
    color: #0397D6;
}
.custom-tabs ul.etabs li.active {
    background: 0 0;
    z-index: 1;
    top: 3px;
    margin-top: -2px;
    padding-bottom: 2px;
}
.custom-tabs .content-inner .row{
    margin-left: -15px;
    margin-right: -15px;
}
.custom-tabs .content-inner .row > div{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.custom-tabs .col-md-5 {
    width: 41.66666667%;
}
.custom-tabs .col-md-7 {
    width: 58.33333333%;
}
.custom-tabs h5{
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}
.custom-tabs p{
    line-height: 25px;
    margin: 25px 0 0;
    font-size: 16px;
}
.custom-home-row5.custom-section-padding {
    padding-bottom: 165px;
}
.custom-home-row6 {
    text-align: center;
}
.background-image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.custom-home-row6 h2{
    color: #fff;
}
.custom-home-row6 .hs_cos_gallery_main{
    margin: 0;
    padding: 0;
}
.custom-home-row6 .slick-slide-inner-wrapper > img{
    display: none;
}
.custom-home-row6 .caption.below{
    text-align: center !important;
    color: #fff;
}
.custom-home-row6 p{
    line-height: 32px;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    width: 92%;
    font-size: 25px;
    margin: 10px auto 22px;
    font-family: 'Open Sans', sans-serif;
}
.custom-home-row6 .caption.below span{
    display: block;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
}
.custom-home-row6 {
    min-height: 520px !important;
    padding: 120px 0;
}
.custom-home-row6 .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide{
    margin-top:0 !important;
}
.custom-home-row6 .slick-prev,
.custom-home-row6 .slick-next{
    display: none !important; 
}
.custom-3col-left-icon > .row {
    margin-left: -15px;
    margin-right: -15px;
}
.custom-3col-left-icon .col-md-4{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
}
.custom-3col-left-icon .icon{
    float: left;
    width: 12%;
}
.custom-3col-left-icon .detail {
    width: 85%;
    float: right;
}
.custom-3col-left-icon .icon i {
    color: #B5B5B5;
    font-size: 36px;
}
.custom-3col-left-icon h6{
    margin: 0;
}
.custom-3col-left-icon p{
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 23px;
}
.icon-tablet:before {
    content: "\e003";
}
.icon-calendar2:before {
    content: "\e00d";
}
.icon-heart2:before {
    content: "\e04a";
}
.icon-lightbulb:before {
    content: "\e030";
}
.icon-video2:before {
    content: "\e011";
}
.icon-caution:before {
    content: "\e03d";
}
.custom-3col-left-icon {
    margin: 60px 0 0px;
}
.hs_cos_wrapper_type_custom_widget:first-of-type .custom-3col-left-icon {
    margin: 0;
}
.custom-home-row7 .hs_cos_wrapper_type_rich_text {
    text-align: center;
    margin-top: 30px;
}
.custom-home-row7 .hs_cos_wrapper_type_rich_text .btn {
    padding: 14px 39px;
}
.custom-home-row7.custom-section-padding {
    padding-bottom: 76px;
}
.custom-home-row5,
.custom-home-row8,
.custom-home-row10{
    background: #f5f5f5;
}
.custom-home-row10 input.hs-button.primary.large{
    margin-bottom: 0;
    margin-top: 14px;
    width: calc(16.66666667% - 30px);
}
.custom-home-row10 .hs-input{
    margin-bottom: 16px;
    /* min-height: 48px; */
}
.custom-home-row10 textarea{
    min-height: 220px;
    width: 100%;
    max-width: 100%;
}
.custom-home-row10 select.hs-input {
    padding: 12px 12px;
}
.custom-home-row10 .hs-form-field > label{
    display: none;
}
.custom-6col-img .grayImage {
    /* opacity: .75;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); */
    float: left;
    width: 16.66666667%;
    padding: 0 15px;
}
.custom-6col-img > div{
    margin-right: -15px;
    margin-left: -15px;
}
.custom-6col-img .grayImage:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    cursor: pointer;
    opacity: 1;
}
.custom-home-row8 .hs_cos_gallery_main{
    margin: 0;
    padding: 0;
}
/*.custom-home-row8  .slick-slide-inner-wrapper{
     border: 10px solid rgba(177,177,177,.35);
}*/
.custom-home-row8 .hs_cos_gallery_main{
     border: 10px solid rgba(177,177,177,.35);
}
.custom-home-row8 .hs_cos_gallery_main > .slick-list {
    margin-bottom: -6px;
}
.custom-home-row8 .right-col {
    margin-top: 90px;
}
.custom-home-row8 .slick-prev, 
.custom-home-row8 .slick-next{
    display: none !important;
}
.custom-home-row8 .right-col h4{
    font-size: 25px;
    color: #000;
    line-height: 23px;
    font-family: 'Open Sans',sans-serif;
    margin: 0;
    margin-bottom: 13px;
}
.custom-home-row8 .right-col .hs_cos_wrapper_type_header{
    margin: 0;
    padding: 0 30px;
}
.custom-home-row8 .right-col ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-home-row8 .right-col ul li{
    list-style: none;
    font-size: 16px;
    margin: 0 0 0px 33px;
    line-height: 44px;
}
.custom-home-row8 .right-col li{
    list-style: none;
    font-size: 16px;
    margin: 0 0 0px 33px;
    line-height: 44px;
}
/*.custom-home-row8 .right-col ul li span{
    display: block;
    font-size: 16px;
    font-family: 'Source Sans Pro',sans-serif;
    color: #3F3F3F;
}*/
.custom-home-row8 .right-col ul li a {
    color: #3F3F3F;
}
.custom-home-row8 .right-col li a {
    color: #3F3F3F;
}
.custom-home-row8 .right-col ul li a:hover {
    color: #0397D6;
}
.custom-home-row8 .right-col li a:hover {
    color: #0397D6;
}
/*.custom-home-row8 .right-col ul li a{
    color: #3F3F3F;
    transition: background-color .5s ease;
    font-size: 12px;
    font-weight: 400;
    color: #969696;
    line-height: 16px;
    margin-top: -8px;
    font-family: 'Open Sans',sans-serif;
}*/
.custom-home-row8 .right-col ul li div {
    font-size: 12px;
    font-weight: 400;
    color: #969696;
    line-height: 13px;
    margin-top: -8px;
    font-family: 'Open Sans',sans-serif;
}
.custom-home-row8 .right-col li div {
    font-size: 12px;
    font-weight: 400;
    color: #969696;
    line-height: 13px;
    margin-top: -8px;
    font-family: 'Open Sans',sans-serif;
}
.pressArticleLinks.mCustomScrollbar._mCS_1 {
    height: 300px;
    overflow: auto;
    color: #fff;
    scrollbar-base-color: gold;
    padding: 1px;
    display: block;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.custom-home-row2.custom-section-padding {
    padding-bottom: 75px;
}
.custom-6col-img .grayImage img,
.custom-2col-left-icon .service-sec{
    width: 100%;
}




.custom-home-row1 .hs_cos_gallery_main button.slick-arrow {
    width: 67px;
    height: 68px;
    opacity: .8;
    cursor: pointer;
    z-index: 99;
    background: url(//cdn2.hubspot.net/hubfs/4064170/Health%20Recovery%20Solutions%20December2017%20Theme/Images/left-arrow.jpg);
    color:transparent;
    transform: translateY(-50%);
    margin-top: 0;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    border-radius:0;
}
.custom-home-row1 .hs_cos_gallery_main button.slick-arrow:hover{
    opacity:1;
}
.custom-home-row1 .hs_cos_gallery_main button.slick-arrow:before{
    display:none;
}
.custom-home-row1 .hs_cos_gallery_main button.slick-next.slick-arrow{
    background: url(//cdn2.hubspot.net/hubfs/4064170/Health%20Recovery%20Solutions%20December2017%20Theme/Images/right-arrow.jpg);
}




/*============ two col left ============*/

.two-col-left-row1-left-col .hs-menu-flow-horizontal > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
}
.two-col-left-row1-left-col .hs-menu-flow-horizontal > ul > li {
    float: none !important;
    width: 100%;
    display: block;
}
.two-col-left-row1-left-col .hs-menu-flow-horizontal > ul>li>a {
    background: #0397D6;
    color: #fff;
    width: 100%;
    display: block;
    padding: 15px 24px;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    cursor: text;
}
.two-col-left-row1-left-col .hs-menu-flow-horizontal > ul>li>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block !important;
    position:static !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.two-col-left-row1-left-col .hs-menu-flow-horizontal > ul>li>ul>li>a {
    cursor: pointer;
    display: block;
    padding: 18px 15px 18px 22px;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #525866;
    width: 100%;
    border-radius: 0;
    font-family: 'Open Sans',sans-serif;
    line-height: normal;
}
.two-col-left-row1-left-col .hs-menu-flow-horizontal>ul>li>ul>li>ul>li>a {

    background-color: #525866;

    padding: 18px 15px 18px 22px;

    color: #fff;

    font-weight: 700;

    font-family: 'Open Sans',sans-serif;

    line-height: normal;

}
/* h1 em,h2 em,h3 em,h4 em,h5 em,h6 em {
    font-weight: 100;
    font-style: normal;
} */
.two-col-left-row1-right-col h2 {
    margin-bottom: 50px;
}
.two-col-left-row1-right-col a.btn {
    margin-top: 21px;
}
a.btn {
    border: none;
    background-color: #434A5A;
    color: #fff;
    padding: 14px 30px;
    font-weight: 700;
    margin: 10px 0 0;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    line-height: normal;
}
a.btn:hover{
    background: #0397D6;
    color: #fff;
}
.hs-two-col-left .body-container {
    padding: 0;
}
.two-col-left-row1-group {
    padding: 90px 0;
}
.two-col-left-row2-group {
    padding: 90px 0;
    background: #f5f5f5;
}
.two-col-left-row2-group form span.hs-form-required {
    display: none;
}
.two-col-left-row2-group form fieldset.form-columns-3 .hs-form-field {
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
}
.two-col-left-row2-group form fieldset.form-columns-3 {
    margin: 0 -15px;
}
.two-col-left-row2-group form .hs_upload_resume.field input {
    max-width: 100%;
    background: #fff;
    vertical-align: middle;
    border: 1px solid #b1b1b1;
}
.two-col-left-row2-group form fieldset.form-columns-1 {
    margin: 0 -15px;
}
.two-col-left-row2-group form fieldset.form-columns-1 .hs-form-field {
    padding: 0 15px;
}
.two-col-left-row2-group form fieldset.form-columns-1 .hs-form-field textarea {
    max-width: 100%;
    min-height: 220px;
    margin-bottom: 14px;
}
.two-col-left-row2-group form input.hs-button.primary.large {
    margin: 0;
    min-width: 170px;
}


/*=========== solutions =============*/

.hs-solutions .body-container {
    padding: 0;
}
.solutions-row1-group {
    padding: 90px 0 35px;
}
.icon-ecg-line:before {
    content: "\ec06";
}
.icon-light-bulb:before {
    content: "\e870";
}
.icon-caddieshopshoppingstreamline:before {
    content: "\e606";
}
.icon-refresh2:before {
    content: "\eb3e";
}

.two-col-eq-img {
    padding: 90px 0;
    position:relative; 
}
.two-col-eq-img.grey {
    background: #f5f5f5;
}
.two-col-eq-img .col-group {
    width: 50%;
    padding: 0 15px;
    float: left;
}
.two-col-eq-img .col-wrapper {
    margin: 0 -15px;
}
.two-col-eq-img .col-group.left-col h2 {
    margin-bottom: 50px;
}
.two-col-eq-img.white {
    background: #fff;
}
.two-col-eq-img.left .col-group.left-col {
    float: right;
}
.two-col-eq-img .col-group.right-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.two-col-eq-img .col-group.left-col ul {
    margin: 0;
    padding-left: 20px;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
    line-height: normal;
}
.solutions-row3-group {
    padding: 90px 0;
}
.solutions-row3-group h2 {
    margin-bottom: 50px;
}
.solutions-row4-group {
    padding: 150px 0;
    text-align: center;
}
.bg-img-wrapper {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #0397d6;
}
.solutions-row4-group video {
    box-shadow: 0 0 80px #000;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    vertical-align: baseline;
}
.solutions-row5-group {
    padding: 90px 0 76px;
}
.solutions-row5-col .hs_cos_wrapper_type_header h1 {
    font-size: 38px;
    margin: 0;
    font-weight: 700;
    color: #222;
    margin-bottom:50px;
}

.pie-chart-row {
    display: inline-block;
}
.progress-report span.chart {
    text-align: center;
    display: inline-block;
    position: relative;
    width: 181px;
    height: 181px;
    margin: 30px 0 50px 0px;
}
.progress-report span.chart span.percent {
    display: inline-block;
    line-height: 181px;
    font-size: 34px;
    color: #6b6b6b;
    z-index: 2;
}
.percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em;
}
.progress-report span.chart span.year {
    color: #0397D6;
    text-align: center;
    left: 0;
    position: absolute;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    bottom: -60px;
    display: block;
    font-size: 18px;
}
.progress-report span.chart canvas {
    display: inline-block;
    vertical-align: baseline;
    left: 0;
    position: absolute;
    top: 0;
}
.piechart-section-box {
    display: inline-block;
    margin-left: 53px;
}
.piechart-section-box-wrapper .piechart-section-box:first-child {
    margin-left: 0;
}
.piechart-section-box-wrapper {
    padding-top: 25px;
    margin: 0 -15px;
    text-align: center;
}
.solutions-row5-col .hs_cos_wrapper_type_rich_text {
    text-align: center;
    margin-top: 67px;
}
.solutions-row5-col .hs_cos_wrapper_type_rich_text a.btn {
    padding: 14px 39px;
}
.solutions-row6-group {
    padding: 90px 0 93px;
    background: #f5f5f5;
}
.solutions-row6-right-col .hs_cos_wrapper_type_header h1 {
    font-size: 38px;
    margin: 0;
    font-weight: 700;
    color: #222;
    margin-bottom:50px;
}
.solutions-row6-left-col h2 {
    margin-bottom: 50px;
}
ul.list-tick {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.list-tick li {
    margin: 0 0 10px;
    font-family: 'Open Sans',sans-serif;
    line-height: normal;
}
ul.list-tick li:before {
    font-family: 'medical-guide-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    width: 5%;
    font-size: 23px;
    margin: 2px 10px 0 0;
    color: #0397D6;
    content: "\e685";
    display:block;
}

ul.list-tick li:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.accordion .title {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 50px;
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #CCC;
    margin: -1px 0 0;
    position: relative;
    transition: all .4s ease;
    font-family: 'Open Sans',sans-serif;
    line-height: normal;
}
.accordion.active .title{
    color: #0397D6;
}
.accordion {
    background: #FFF;
}
.accordion .description {
    background: #FFF;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    
    transition:all 0.5s;
    overflow:hidden;
}
.accordion.active .description{
    border-bottom: solid 1px #ccc;
}
.accordion .description .col-inner {
    padding: 22px 20px;
}
.accordion .title i.icon-chevron-down {
    right: 12px;
    left: auto;
    font-size: 20px;
    color: #222;
    position: absolute;
    top: 16px;
    transition: all .4s ease;
}
.accordion.active .title i.icon-chevron-down{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #0397D6;
}
.icon-chevron-down:before {
    content: "\e7c6";
}
.icon-first-aid-box:before {
    content: "\ebdb";
}
.accordion .title i {
    color: #0397D6;
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 22px;
    transition: all .4s ease;
}
.icon-heart-beat:before {
    content: "\ebe2";
}
.icon-images:before {
    content: "\e861";
}
.icon-bar-graph:before {
    content: "\e80f";
}


/*=================== about ======================*/

/* .hs-about .body-container h2 {
    margin-bottom: 50px;
}
.about-row1-right-img-gallery .hs_cos_gallery_main.slick-slider {
    padding: 0;
    margin: 0;
    margin-top: -70px;
}
.about-row1-right-img-gallery .hs_cos_gallery_main.slick-slider img {
    border: 1px solid rgba(0,0,0,.1);
}
.about-row1-right-img-gallery .hs_cos_gallery_main.slick-slider button.slick-arrow {
    display: none !important;
}
.about-row1-right-img-gallery .hs_cos_gallery_main.slick-slider ul.slick-dots {
    display: none !important;
}
.hs-about .body-container {
    padding: 0;
}
.about-row1-group {
    padding: 90px 0;
}
.about-row1-left-col {
    padding-right: 25px;
}
.about-row2-group {
    padding: 40px 0;
    background: #f5f5f5;
}
.about-row3-group {
    padding: 40px 0;
}
.about-row4-group {
    padding: 50px 0;
    text-align: center;
    color: #fff;
    background-color: #0397d6;
}

.about-row4-bg.bg-img {
    min-height: 0;
}
.about-row4-group h2 {
    color: #fff;
}
.about-row4-group p {
    font-size: 22px;
    line-height: 30px;
}
.about-row4-content {
    margin-bottom: 35px;
}
.about-row5-group {
    padding: 40px 0;
}
.about-row5-img-gallery button.slick-arrow {
    display: none !important;
}
.about-row5-img-gallery .hs_cos_gallery_main.slick-slider {
    padding: 0;
    margin: 0 -15px;
}
.about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper {
    display: block;
}
.about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .img-wrapper {
    width: 41.66666667%;
    float: left;
    padding: 0 15px;
}
.about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption {
    position: static;
    float: left;
    width: 58.33333333%;
    padding: 0 15px;
    background: transparent;
    color: inherit;
    text-align: left;
}
.about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption > span {
    display: block;
}
.about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption > span h3 {
    color: #0397D6;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: none;
}
.about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption > span h4 {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
}
.about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption > span ul {
    padding: 0;
    list-style: none;
    margin: 18px 0 0;
}
.about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption > span ul li {
    margin: 15px 0 0;
    padding: 0 0 15px;
    float: left;
    width: 100%;
    border-bottom: solid 1px #dedede;
}
.about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption > span ul li h6 {
    color: #353535;
    font-weight: 700;
    width: 22%;
    float: left;
    font-size: 16px;
    margin: 0;
    line-height: normal;
    font-family: 'Open Sans',sans-serif;
}
.about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption > span ul li span {
    font-size: 16px;
    float: right;
    width: 78%;
    font-family: 'Open Sans',sans-serif;
    line-height: normal;
}

.about-row5-img-gallery .hs_cos_gallery_main.slick-slider .slick-dots-wrapper {
    overflow-x: auto;
    width:100%;
}
.about-row5-img-gallery .hs_cos_gallery_main.slick-slider .slick-dots-wrapper-outer{
    padding:0 15px;
    overflow:hidden;
}


.slide-anchor {
    cursor: pointer;
}
.slide-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
}
body.video-open{
    overflow:hidden;
}
body.video-open .slide-modal-wrapper{
    opacity: 1;
    pointer-events: auto;
}
.slide-modal-wrapper .modal-wrapper {
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top,opacity;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.3);
    position: fixed;
    left: 0;
    right: 0;
    top: calc(0px + 17%);
    display:none;
}
body.video-open .slide-modal-wrapper .modal-wrapper.active{
    display:block;
}
.slide-modal-wrapper .modal-wrapper video {
    width: 100%;
}
.icon-cancel3:before {
    content: "\e6a7";
}
.slide-modal-wrapper .modal-wrapper .modal-box {
    position: relative;
}
.slide-modal-wrapper .modal-wrapper .modal-box a {
    z-index: 99999;
    cursor: pointer;
    right: 7px;
    top: 7px;
    font-size: 20px;
    position: absolute;
    color: #333;
}
.about-row5-img-gallery ul.slick-dots li {
    margin: 0;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-color: red;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    background-size: 170%;
    background-position: top center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.about-row5-img-gallery ul.slick-dots li.slick-active{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.about-row5-img-gallery ul.slick-dots li button {
    display: none;
}
.about-row5-img-gallery ul.slick-dots li img {
    height: 50px;
    object-fit: cover;
}
body.mobile-open.video-open .slide-modal-wrapper .modal-wrapper {
    display:none;
}
a#cta_button_4064170_6a385b0b-1c89-4ce3-a89e-115955c85526 {
    font-size: 16px;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    padding: 12px 12px;
    text-transform: inherit;
} */


.footer-container.container-fluid .row-fluid .page-center {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer-container.container-fluid .row-fluid .page-center  .hs_cos_wrapper_type_rich_text ul li:before{
display:none;
}
/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */

/* For new DnD pages */
@media (min-width: 768px){
    .page-center {
      max-width: 750px;
      margin: 0 auto !important;
    }
}
@media (min-width: 992px){
     .page-center {
      max-width: 970px;
      margin: 0 auto !important;
    }
}
@media (min-width: 1230px) {
   .page-center {
      max-width: 1200px;
      margin: 0 auto !important;
    }
}


@media (min-width: 768px){
    .container-fluid .row-fluid .page-center {
      max-width: 750px;
    }
}
@media (min-width: 992px){
    .container-fluid .row-fluid .page-center {
      max-width: 970px;
    }
}
@media (min-width: 1230px) {
    .container-fluid .row-fluid .page-center {
      max-width: 1200px;
    }
}







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

@media (max-width:1366px){
    .custom-home-row1 .hs_cos_gallery_main .caption.superimpose {
        right: 6.7% !important;
        right: 0px !important;
    }
    .custom-home-row1 .hs_cos_gallery_slide[data-slick-index="2"] .caption.superimpose {
        left: 6.7% !important;
        left: 0px !important;
        right: auto !important;
    }
}

@media (max-width: 1230px) and (min-width: 992px){
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        padding: 12px 4px;
    }
    .custom-client-news .detail{
        min-height: 105px;
    }
  a#cta_button_4064170_6a385b0b-1c89-4ce3-a89e-115955c85526 {
    font-size: 16px !important;
    padding: 12px 5px;
  }
     .custom-2col-left-icon .detail {
    padding-left: 22px;
    margin: 0px;
}
}

@media (max-width:1229px){
    .custom-logo img {
        max-width: 212.5px;
    }
    .custom-header-lower-wrapper {
        min-height: 107px!important;
    }
    .custom-home-row1 .hs_cos_gallery_main .caption.superimpose {
        right: 1.7% !important;
    }
    .custom-home-row1 .hs_cos_gallery_slide[data-slick-index="2"] .caption.superimpose{
        left: 1.7% !important;
        right: auto !important;
    }
    .custom-home-row1 .slick-slide-inner-wrapper {
        max-width: 100% !important;
        position: static !important;
    }
}

@media(max-width: 1188px){
   .custom-home-row1 .hs_cos_gallery_slide {
       height: 50.5vw;
       max-height: 50.5vw;
   }
   .custom-home-row1 .hs_cos_gallery_main .caption.superimpose{
       right: 5% !important;
       bottom: 10%;
       top: auto;
   }
}

@media (max-width: 992px) {
    .custom-logo img {
        max-width: 200px;
    }
    .two-col-left-row1-right-col h2 {
        margin-top: 45px;
    }
    .bg-img-wrapper {
        background-position: center center;
        background-attachment: scroll;
    }
    .custom-home-row2 .left-col{
        margin-bottom: 55px;
    }
    .custom-tabs ul.etabs li{
        margin-right: 5px;
    }
    .custom-tabs ul.etabs li a{
        font-size: 15px;
    }
    .custom-tabs .col-md-7{
        margin: 35px 0 0;   
    }
    .background-image{
        background-position: center center;
    }
    .custom-3col-left-icon .services-sec{
        margin: 0 0 30px;
        float: left;
        width: 100%;
    }
    .about-row1-left-col {
        margin-bottom: 55px;
    }
    .about-row3-group ul.list-tick {
        padding-bottom: 55px;
    }
    .about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption {
        margin-top: 30px;
    }
    .slide-modal-wrapper .modal-wrapper {
        width: 80%;
    }
     .custom-2col-left-icon .detail {
    padding-left: 22px;
    margin: 0px;
}
 
}

@media (max-width:992px) and (min-width:992px){
    .custom-menu-primary .hs-menu-wrapper > ul{
        margin-top:10px;
    }
    .custom-header-lower-wrapper {
        min-height: 103px!important;
    }
}

@media (max-width:991px){
    .custom-logo {
        width: 100% !important;
    }
    .custom-header .page-center {
        position: relative;
    }
    .custom-header-lower {
        padding: 19px 0 20px;
    }
    .custom-header-lower-wrapper {
        min-height: 104px!important;
    }
    .custom-footer-upper-first-col {
        width: 100% !important;
    }
    .custom-subscribe-to-our-newsletter {
        width: 100% !important;
        padding-right: 0;
        margin: 40px 0 0 !important;
    }
    .custom-footer-address {
        margin-left: 0 !important;
        width: 100% !important;
    }
    a#cta_button_4064170_6a385b0b-1c89-4ce3-a89e-115955c85526 {
    display: none;
     }
    .two-col-left-row1-left-col {
        width: 100% !important;
    }
    .two-col-left-row1-right-col {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .two-col-left-row2-group form fieldset.form-columns-3 .hs-form-field {
        width: 100% !important;
    }
    .two-col-left-row2-group form .hs-form-field input,
    .two-col-left-row2-group form .hs-form-field select{
        width:100% !important;
    }
    .two-col-left-row2-group form input.hs-button.primary.large {
        width: 100%;
    }
    .custom-2col-left-icon .col-md-6 {
        width: 100%;
    }
    .two-col-eq-img .col-group {
        width: 100%;
        float: none !important;
        height: auto !important;
    }
    .two-col-eq-img .col-group.right-col {
        display: block;
        margin-top: 18px;
    }
    .solutions-row3-left-col {
        width: 100% !important;
        margin-bottom: 50px;
    }
    .solutions-row3-right-col {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .solutions-row6-left-col {
        width: 100% !important;
        margin-bottom: 50px;
    }
    .solutions-row6-right-col {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .solutions-row6-right-col .hs_cos_wrapper_type_header h1 {
        margin-bottom: 65px;
    }
    .solutions-row6-group {
        padding: 90px 0 90px;
    }
    .custom-break-ninty,
    .custom-tabs .content-inner .row > div,
    .custom-3col-left-icon .col-md-4{
        width: 100% !important; 
        margin-left: 0 !important;
    }
    .custom-client-news{
        width: 50% ;
    }
    .custom-home-row5.custom-section-padding {
        padding-bottom: 90px;
    }
    .custom-home-row6{
        min-height: 0 !important;
    }
    .background-image{
        background-attachment:scroll;
    }
    .custom-6col-img .grayImage{
        width: 33.33333333%;
    }
    .custom-home-row10 form.hs-form fieldset.form-columns-3 .hs-form-field,
    .custom-home-row10 form.hs-form fieldset .hs-form-field{
        width: 100% !important;
    }
    .custom-home-row10 .hs-input{
        height: 48px;
    }
    .custom-home-row10 input.hs-button.primary.large{
        width: 100%;
    }
    .custom-home-row8 .right-col {
        margin-top: 83px;
    }
    .custom-home-row1 .hs_cos_gallery_slide {
       height: 50.4vw;
       max-height: 50.4vw;
   }
   .about-row1-left-col {
        width: 100% !important;
    }
    .about-row1-right-img-gallery .hs_cos_gallery_main.slick-slider {
        margin-top: 0;
    }
    .about-row1-right-img-gallery {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .about-row3-left-col {
        width: 100% !important;
    }
    .about-row3-right-col {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .img-wrapper {
        width: 100%;
    }
    .about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption {
        width: 100%;
    }
    .custom-home-row1 .hs_cos_gallery_main .caption.superimpose{
        right:0 !important;
        bottom: 17%;
        width:440.78px;
        padding: 33px 23px 33px;
    }
    .custom-home-row1 .hs_cos_gallery_slide[data-slick-index="2"] .caption.superimpose {
        left: 0;
        right: auto;
        bottom: 17%;
        top: auto;
        padding: 33px 15px 33px;
    }
    .custom-home-row1 .caption.superimpose h1 {
        font-size: 40px;
    }
    .custom-home-row1 .caption.superimpose h2 {
        font-size: 22px;
    }
    .custom-home-row1 .caption.superimpose p,
    .custom-home-row1 .hs_cos_gallery_slide[data-slick-index="2"] .caption.superimpose p{
        font-size: 15px;
        margin-bottom: 30px;
    }
    .custom-home-row1 .caption.superimpose a {
        padding: 10px 30px;
        font-size: 15px;
    }
}

@media (max-width:800px){
    .custom-header-upper {
        display: none !important;
    }
    .hs-two-col-left .custom-banner {
        background-position: 85% center;
    }
    .hs-about .custom-banner {
        background-position: 65% center;
    }
    .custom-home-row1 .caption.superimpose h1 {
        font-size: 32px;
    }
    .custom-home-row1 .caption.superimpose h2 {
        font-size: 17px;
    }
    .custom-home-row1 .caption.superimpose p,
    .custom-home-row1 .hs_cos_gallery_slide[data-slick-index="2"] .caption.superimpose p{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .custom-home-row1 .caption.superimpose a {
        padding: 8px 24px;
        font-size: 12px;
    }
    .custom-home-row1 .hs_cos_gallery_main .caption.superimpose {
        width: 354.69px;
        padding: 24px 20px 22px;
    }
    .custom-home-row1 .hs_cos_gallery_slide[data-slick-index="2"] .caption.superimpose{
        padding: 22px 15px;
    }
}

@media (max-width: 768px) {
    .custom-logo img {
        width: 150px;
    }
    .custom-header-lower-wrapper {
        min-height: 88px!important;
    }
    .mobile-trigger {
        top: -1px;
    }
    .piechart-section-box {
        margin-left: 17px !important;
    }
}

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

@media (max-width: 767px) {
    .custom-subscribe-to-our-newsletter {
        margin: 55px 0 0 !important;
    }
    .solutions-row4-content {
        padding: 0 15px;
    }
    .piechart-section-box-wrapper {
        margin: 0;
    }
    .custom-client-news {
        width: 100%;
    }
    .custom-home-row1 .hs_cos_gallery_slide {
       height: 50.2vw;
       max-height: 50.2vw;
    }
    .about-row4-content {
        padding: 0 15px;
    }
    .hs-about .body-container .about-row4-content h2 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .custom-home-row1 .hs_cos_gallery_main .caption.superimpose {
        background: transparent;
        border: 0;
    }
    .custom-home-row1 .caption.superimpose p {
        display: none;
    }
    .custom-home-row1 .caption.superimpose a {
        display: none;
    }
    .custom-home-row1 .hs_cos_gallery_main button.slick-arrow{
        display:none !important;
    }
    .custom-home-row1 .caption.superimpose h1 {
        font-size: 38px;
        text-shadow: 1px 1px 5px rgba(0,0,0,.2);
    }
    .custom-home-row1 .caption.superimpose h2 {
        font-size: 26px;
        text-shadow: 1px 1px 10px rgba(0,0,0,.5);
        margin-top: -8px;
    }
    .custom-home-row1 .hs_cos_gallery_main .caption.superimpose {
        background: transparent;
        border: 0;
        padding: 0;
        width: 320.69px;
        bottom: 40.4%;
    }
    .custom-home-row1 .hs_cos_gallery_slide[data-slick-index="2"] .caption.superimpose {
        padding: 0;
        width: 320.69px;
        bottom: 40.4%;
        left: 2.5% !important;
    }
}  

@media (min-width:646px){
    .etabs-box {
        display: none;
    }
}
@media (max-width:645px){
    .custom-tabs ul.etabs {
        position: absolute;
        background-color: #222;
        z-index: 99;
        left: 0;
        width: 100%;
        border-bottom: 0;
        opacity:0;
        pointer-events:none;
    }
    .custom-tabs ul.etabs.active {
        opacity:1;
        pointer-events:auto;
    }
    .custom-tabs.custom-tabs-reasons.tabs-circle-top.tab-container {
        position: relative;
    }
    .custom-tabs ul.etabs li {
        margin: 0;
        width: 100% !important;
        display: block;
        float: none;
        text-align: left;
        border-bottom: solid 1px #3E3E3E;
    }
    .custom-tabs ul.etabs li a {
        color: #fff;
        margin: 0 0 0 20px;
        border-width: 1px 0 0;
    }
    .custom-tabs ul.etabs li:last-child {
        border-bottom: 0;
    }
    .custom-tabs ul.etabs li:last-child a {
        border-bottom: 0;
    }
    .custom-tabs ul.etabs li.active {
        background-color: #3E3E3E;
        top: 0;
    }
    .custom-tabs ul.etabs li.active > a {
        border-width: 0;
        color: #fff;
    }
    .custom-tabs.custom-tabs-reasons.tabs-circle-top.tab-container .etabs-box {
        color: #fff;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        padding: 15px 0 15px 20px;
        font-weight: 500;
        background-color: #0397D6;
        line-height: normal;
        cursor:pointer;
    }
    .custom-tabs.custom-tabs-reasons.tabs-circle-top.tab-container .etabs-box div {
        display: none;
    }
    .custom-tabs.custom-tabs-reasons.tabs-circle-top.tab-container .panel-container {
        padding-top: 8px;
    }
}

@media (max-width:550px){
    .custom-menu-primary.js-enabled{
        right: -80%;
    }
    .mobile-open div#site-wrapper {
        left: -80%;
    }
    .custom-2col-left-icon .icon {
        float: none;
        display: flex;
        justify-content: center;
        margin-top:22px;
    }
    .custom-2col-left-icon .detail {
        float: none;
        width: 100%;
        margin: 12px 0 0;
        text-align: left;
    }
    .custom-home-row1 .hs_cos_gallery_main .caption.superimpose {
        width: 45%;
    }
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 480px) {
    .custom-2col-left-icon .icon {
        margin: 0 auto;
    }
    .about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption>span ul li h6 {
        width: 100%;
    }
    .about-row5-img-gallery .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper .caption>span ul li span {
        float: left;
        width: 100%;
    }
}

@media (max-width: 479px){
    .custom-6col-img .grayImage{
        width: 50%;
    }
}

@media (max-width:430px){
    .piechart-section-box {
        margin-left: 14px !important;
    }
}

@media (max-width:425px){
    .custom-home-row1 .caption.superimpose h1 {
        font-size: 28px;
    }
    .custom-home-row1 .caption.superimpose h2 {
        font-size: 20px;
    }
    .custom-home-row1 .hs_cos_gallery_main .caption.superimpose {
        bottom: 34.4%;
    }
    .custom-home-row1 .hs_cos_gallery_main .caption.superimpose {
        width: 42.5%;
    }
    .custom-home-row1 .hs_cos_gallery_slide[data-slick-index="2"] .caption.superimpose {
        bottom: 34.4%;
    }
}

@media (max-width:374px){
    .custom-home-row1 .caption.superimpose h1 {
        font-size: 22px;
    }
    .custom-home-row1 .caption.superimpose h2 {
        font-size: 18px;
        margin-top: -6px;
    }
    .custom-home-row1 .hs_cos_gallery_main .caption.superimpose {
        bottom: 29.4%;
    }
    .custom-home-row1 .hs_cos_gallery_slide[data-slick-index="2"] .caption.superimpose {
        bottom: 30.4%;
    }
    .custom-3col-left-icon .icon i {
        font-size: 30px;
    }
}

@media (max-width:340px){
    .custom-footer-address ul li a[href*="mail"] span {
        display:inline-block;
    }
    
}
  .listfix ul{
        margin: 0;
    padding-left: 20px;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
    line-height: normal;
  }