/* ==========================================================================
   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 =============== */
@import url('//fonts.googleapis.com/css?family=Istok+Web:400,400i,500,500i,700,700i');

@font-face {
    font-family: "ElegantIcons";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/ElegantIcons/ElegantIcons.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/ElegantIcons/ElegantIcons.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/ElegantIcons/ElegantIcons.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/ElegantIcons/ElegantIcons.svg#ElegantIcons") format("svg");
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/FontAwesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/FontAwesome/FontAwesome.woff?v=4.6.3") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/FontAwesome/FontAwesome.ttf?v=4.6.3") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/FontAwesome/FontAwesome.svg?v=4.6.3#fontawesomeregular") format("svg");
}
@font-face {
    font-family: "linea-basic-elaboration-10";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/linea-basic-elaboration-10/linea-basic-elaboration-10.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/linea-basic-elaboration-10/linea-basic-elaboration-10.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/linea-basic-elaboration-10/linea-basic-elaboration-10.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/linea-basic-elaboration-10/linea-basic-elaboration-10.svg#linea-basic-elaboration-10") format("svg");
}
@font-face {
    font-family: "linea-basic-10";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/linea-basic-10/linea-basic-10.eot?#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/linea-basic-10/linea-basic-10.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/linea-basic-10/linea-basic-10.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Font/linea-basic-10/linea-basic-10.svg#linea-basic-10") format("svg");
}
/* EX: @import url('http://example.com/example_style.css'); */

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



/* ==========================================================================
   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;
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out;
} 

body {
    background: #fff;
    line-height: 26px;
    font-family: 'Istok Web',sans-serif;
    color: #777;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

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

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


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

/* Basic text */
p {
    color: #777;
    font-size: 15px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
    margin:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -1px;
    font-style: normal;
}
h2 {
    color: #303030;
    font-size: 34px;
    line-height: 1.35em;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 5px;
}
h3 {
    color: #222;
    font-size: 23px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 700;
}
h4 {
    color: #303030;
    font-size: 20px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 300;
}
h5 {
    color: #303030;
    font-size: 16px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 700;
}
h6 {
    color: #303030;
    font-size: 15px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

/* Anchor Links */
a { 
  color: #60cbf5;
  text-decoration: none;
}
a:hover, a:focus { 
      color: #36c1f1;
  text-decoration: none;
}

/* Lists */
ul{
    list-style-position: outside;
    padding-left: 15px;
}
ol{
    padding-left: 30px;
    margin:0;
}
ul ul, ul ol, ol ol, ol ul {}
li {
    margin-bottom: 10px;
}



.pillar li {margin:0!important;}

.pillar .warning-checklist ul {list-style:none;padding-left: 50px;}
.pillar .warning-checklist ul li:before {
    content: "\f071";
    font-family: FontAwesome;
  color:#40a2a2;
  margin-right:5px;
  margin-left: -20px;
}
.pillar .card {
    border-top: solid 3px #8dedee;
}


.pillar-nav {
    margin: 50px 0;
    background-color: #f4f4f4;
    padding: 25px;
}
.pillar-nav strong {
    display: block;
    margin-bottom: 15px;
  color: #000;
}
.pillar-nav a, .pillar-link a {
    display: inline-block;
    margin: 6px 0;
    padding: 8px 16px;
    border: solid 1px #777;
    border-radius: 1000px;
    color: #000;
  transition:0.2s;
}
.pillar-nav a:hover, .pillar-link a:hover {
    background-color: #40a2a2;
    color: #fff;
    border-color: #40a2a2;
}

.tabletop td {
    vertical-align: text-top;
}


ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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


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

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

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

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


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


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

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

.hs-full-width .body-container-wrapper {
    border-bottom: 1px solid #999998;
    padding-bottom: 40px;
}
.hs-full-width-without-border .body-container-wrapper {
    border-bottom: 1px solid #999998;
}
.main-content > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}

i.fa.fa-phone:after {
    content: "\f095";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        min-width: 20px;

}

i.fa.fa-fax:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1ac";
        min-width: 20px;

}

.social_twitter:before {
    content: "\e094";
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.social_facebook:before {
    content: "\e093";
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.footer-social {
    margin-top: 33px;
}
.footer_top a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 34px;
    font-weight: 300;
    font-style: normal;
}

.footer-container-wrapper .footer-wrapper .custom-footer-content-left {
    width: 25%;
}

.custom-footer-content-left strong {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
    color: #999998;
    text-transform: none;
    font-style: normal;
    line-height: 26px;
}

.custom-footer-content-left {
    color: #999998;
}

.footer-container-wrapper .footer-wrapper .footer-right-content h3 {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: none;
    color: #999998;
    margin: 0;
    font-style: normal;
}

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

.footer-container-wrapper .footer-wrapper .cm-about.common {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.footer-container-wrapper .footer-wrapper .cm-condition.common {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.footer-container-wrapper .footer-wrapper .cm-procedure.common {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.footer-container-wrapper .footer-wrapper .common {
    margin: 0 !important;
}

.footer-container-wrapper .footer-wrapper .custom-button {
    display: inline-block;
    width: 28%;
    vertical-align: top;
    margin: 0 !important;
}

.disclaimer {
    font-size: 12px;
    line-height: 14px;
    margin-top: 33px;
    border-top: solid 1px #eaeaea;
    padding-top: 25px;
    font-weight: 300;
    text-transform: none;
    color: #999998;
    font-style: normal;
}

.footer-wrapper {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 26px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
}

.disclaimer a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
}

.disclaimer span {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 26px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    margin-top:10px;
    display:block;
}
.disclaimer span a {
    font-size: inherit;
}
.footer-container-wrapper .footer-wrapper .footer-right-content {
    float: right;
    clear: right;
    width: 72%;
    margin: 0 !important;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    padding: 5px 0;
    clear: both;
    position: relative;
    left: -10px;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul li a {
    font-size: 14px;
    line-height: 14px;
    margin-top: 20px;
    padding-top: 25px;
    color: #999998;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    display: block;
    text-decoration: none;
    padding: 7px 10px 15px;
    line-height: 14px;
    margin-top: 15px;
    padding-top: 0;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul li:last-child a {
    padding-left: 6px;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul li a img {
    display: inline;
    vertical-align: middle;
    width: 18px;
    color: #999998;
    height: 12px;
    margin-right: .4em;
}

.custom-footer-logo {
    min-width: 380px;
    margin-top: 50px;
}

.custom-footer-logo a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 34px;
    font-weight: 300;
    font-style: normal;
}

.custom-footer-logo a img {
    display: inline-block;
    max-height: 68px;
  width: auto!important;
    margin-right: 10px;
}
.common ul li {
    margin-bottom: 0;
}
.common ul li a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 34px;
    font-weight: 300;
    font-style: normal;
    color: #0eace3;
        -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
}
.common ul li a:hover {
    color: #36c1f1;
}
.footer-col-five a {
    font-size: 12px;
    line-height: 49px;
    height: 49px;
    font-weight: 600;
    background-color: #0eace3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 0px;
    padding-left: 26px;
    display: block;
    padding-right: 26px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    margin: 0;
    padding: 0 23px;
    border-color: #60cbf5;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #fff!important;
    transition:0.3s;
}
.footer-col-five a:hover {
    background-color: #36c1f1;
}
.footer-container-wrapper .footer-wrapper .common {
    margin-right: 5px !important;
}
/* =============== Header =============== */



.remove-spanish-translation .translation-links {opacity: 0!important;    margin-bottom: -5px;}
.remove-spanish-translation .translation-links a  {display:none;}
.remove-spanish-translation .translation-links-footer {display:none;}


.diet-table { }
.diet-table th {
    color: #fff;
    background-color: #01ade3;
    padding: 10px;
    border: solid 1px #eaeaea;
    text-align: left;
}
.diet-table td {
    border: solid 1px #eaeaea;
    padding: 5px 10px;
vertical-align:top;
}
.row-highlight {background-color:#eaeaea;}





.blog .custom-logo {
    position: relative;
    top: 12px;
}


.header-container-wrapper {}
.header-container {}

.header-wrapper .page-center {
    max-width: 100% !important;
    padding: 0 45px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.custom-logo a:last-child {
    display: none;
}

.custom-logo a {
    display: block;
    position: relative;
}

.custom-logo a img {
    display: block;
    opacity: 1;
    position: absolute;
    top: -50%;
    width: auto!important;
    max-width: none;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    max-width: 269px;
}
.custom-logo {
    width: auto !important;
    margin-top: -13px;
}
.header-wrapper {
    position: absolute;
    padding-top: 0px;
    z-index:9999;
    width:100% !important;
}
.banner-wrapper {
    margin-top: -1px;
    position: relative;
}
.banner-wrapper {
    margin-top: -1px;
    position: relative;
}

.title_holder {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.container {
    display: block;
    height: 100%;
    vertical-align: middle;
    background-color: transparent;
    position: static;
    width: 100%;
    padding: 0;
}

.title_holder .page-center {
    height: 100%;
}

.title_subtitle_holder {
    display: table;
    height: 100%;
}

.title_subtitle_holder_inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-top: 59.5px;
    position: relative;
}

.title_subtitle_holder_inner h1 {
    margin: 0;
    color: #fff;
    text-align: left;
}



.two-column-equal-content .title_subtitle_holder_inner {/*display:none;*/} /*hiding on inner pages where the title is repetitive*/


span.separator.small.left {
    background-color: #36c1f1;
    width: 55px;
    height: 2px;
    display: block;
    position: relative;
    margin-top: 14px;
    margin-bottom: 10px;
}



.tab-panel .heading{background:#40a2a2;padding:10px; color:#fff;position:relative;cursor:pointer;margin-top:10px}
.tab-panel .heading:hover{background:#666}
.tab-panel .heading:before{content:""; width:10px; height:10px;border-right:1px solid #fff;border-bottom:1px solid #fff; position:absolute; right:15px; top:10px; transform:rotate(45deg); transition:.3s; }

.tab-panel .heading.rotate:before{transform:rotate(225deg); top:15px; position:absolute;}
.tab-panel .tab-content{padding:10px; background:#fff; border:1px solid #ccc; font-size:13px; }



.covid-info { 
  border:solid 10px #eaeaea;
  padding:3%;
  margin-top:50px;
}

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




.padding-left-50 {padding-left:50px;}
.padding-right-50 {padding-right:50px;}

    @media (max-width: 767px) {
        .padding-left-50 {padding-left:0;}
        .padding-right-50 {padding-right:0;}
      
      .licdh-logo img {margin-left:30%;}
    }




.body-container-wrapper {}
.body-container {}
.body-container-wrapper .page-center {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

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



.bulleted-list{   
    list-style-position: outside;
    padding-left: 15px;
    margin-bottom: 0;
    margin-top:0;
}
ul.bulleted-list li a:hover {
    color: #222;
}
ul.bulleted-list li {
    font-size: 20px;
    line-height: 35px;
    font-style: normal;
    font-weight: 300;
    margin: 8px;
    list-style: none;
    padding-left: 25px;
}
.bulleted-list li:last-child{
   margin-bottom:0;
}
ul.bulleted-list li:before {
    content: "\F138";
    font-family: FontAwesome;
    margin-right: 8px;
    margin-left: -24px;
    opacity: 0.5;
}
ul.bulleted-list li a {
    color: #36c1f1;
}


ul.checklist {   
    list-style-position: outside;
    padding-left: 15px;
    margin-bottom: 0;
    margin-top:0;
}
ul.checklist li a:hover {
    color: #222;
}
ul.checklist li {
    margin: 8px;
    list-style: none;
    padding-left: 25px;
}
ul.checklist li:last-child{
   margin-bottom:0;
}
ul.checklist li:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 8px;
    margin-left: -24px;
    color:#0dace2;
}
ul.checklist li a {
    color: #36c1f1;
}






/*===========procedure-instructions============*/
.procedure-instructions .main-content > .row-fluid-wrapper {
    margin-left: 0!important;
    margin-right: 0!important;
}
.main-content > .row-fluid-wrapper {
    margin-left: 0!important;
    margin-right: 0!important;
}
.procedure-instructions .body-container-wrapper .page-center ol{
    padding-left: 0;
    margin-top: 20px;
}
.procedure-instructions .body-container-wrapper .page-center ol li{
    list-style-position: inside;
}
.procedure-instructions .body-container-wrapper .page-center ol li{
    margin:0;
}


.procedure-instructions .body-container-wrapper .page-center {
    max-width: 850px !important;
    margin: auto;
}
.procedure-instructions .body-container-wrapper h4{
    margin-top: 50px;
}
.procedure-instructions .body-container-wrapper {
    border-bottom: 1px solid #999998;
}
.btn-blue {
    color: #fff;
    font-size: 13px;
    line-height: 58px;
    font-weight: 600;
    background-color: #0eace3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 0px;
    padding-left: 26px;
    display: inline-block;
    padding-right: 26px;
    margin-top: 80px;
    transition:0.3s;
}
.btn-blue:hover {
    background-color: #36c1f1;
    color: #fff;
}

.row4-group-bowel h4,
.row2-group-bowel h4 {
    margin-top: 0;
}
.row2-group-bowel {
    text-align: center;
}
.row1-group-suprep-bowel .page-center {
    border-bottom: 1px solid #eaeaea;
}
.row2-group-bowel {
    padding-top: 60px;
    padding-bottom: 30px;
}
.row3-group-bowel .page-center {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 1100px !important;
}
.content-with-top-image {
    float: left;
    width: 25%;
}
.body-container-wrapper .row3-group-bowel .page-center {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 1130px !important;
    text-align: center;
}
.row3-group-bowel .page-center > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.content-with-top-image {
    float: left;
    width: 25%;
}
.row3-group-bowel .content-with-top-image:last-child .content-wrapper {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.row4-group-bowel {
    text-align: center;
}
.row4-group-bowel .content-wrapper-bottom p {
    margin-bottom: 0;
}
.row4-group-bowel .content-wrapper-bottom p {
    text-align: left;
}
.row4-group-bowel .page-center {
    max-width: 100% !important;
}

.hs-bowel .btn-blue{
    float:left;
}



/*========Procedure Instructions========*/

.left-col-content {
    width: 41.666667%;
    float: left;
    padding-right: 15px;
    padding-top: 40px;
}
.image-wrapper-teo-col {
    float: left;
    padding-left: 15px;
}




/*============two column equal======*/

.two-column-equal  .main-content.left-column-content- {
    padding-right: 15px;
}
.two-column-equal  .main-content.right-column-content {
    padding-left: 15px;
}
.two-column-equal .body-container-wrapper {
    border-bottom: 1px solid #999998;
}
/* =============== Footer =============== */

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



.two-column-equal-with-bottom-pane .main-content.right-column-content p:last-child {
    margin-bottom: 0;
    text-align: right;
    font-style: italic!important;
    font-size: 12px;
}

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


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

/* Parent List */
.custom-menu-primary {
    width: auto !important;
    float: right !important;
}
.custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    margin-top: -5px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
        padding: 0 17px;
        margin:0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
        color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    display: block;
    height: 100%;
    background-color: transparent;
    -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    transition: opacity .3s ease-in-out,color .3s ease-in-out;
        line-height: 69px;
    font-family: 'Istok Web',sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    opacity: .8;
}

.translation-links { 
    color: #fff;
    float: right;
    text-align: right;
    padding-right: 17px;
    position:relative;
    top:7px;
    z-index:99999999;
    font-size: 13px;
}
.scroll-header .translation-links { /*so it's visible on the sticky header*/
    color: #999998;
    position:relative;
    top:5px;
}
    @media (max-width:1000px) {
        .translation-links {
            display: block;
            top: -5px;
            margin-bottom: 10px;
            color: #999998!important;
            right: -15px;
            font-size: 13px;
        }
    }



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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1001px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: rgba(153,153,152,.96);
    padding: 7px 0;
    border-color: #3d3d3d;
    width: 225px;
    top: 75%;
    left: 16px !important;
}
.no-banner .header-wrapper {
    background: #000;
    padding-bottom: 20px;
}
 .no-banner .body-container-wrapper .page-center{
        padding-top: 190px;
 }
.no-banner.scroll-header  .header-wrapper {
    background: #fff;
	    padding-bottom: 0px;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child.active-branch > a{
    color:#222;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:hover:last-child.active-branch > a{
    color: #36c1f1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child.active-branch > a {
    color: #fff;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    color: #36c1f1;
    font-weight:500;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
    border-bottom-width: 1px;
    border-bottom-color: #3d3d3d;
    margin-bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: none;
    display: block;
    margin: 0;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    padding-top: 9px;
    letter-spacing: 1px;
    padding-bottom: 9px;
        white-space: normal !important;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    background-position: 1px 28px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child >  ul > li{

}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child >  ul > li > a{
    padding-left: 43px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.scroll-header .header-wrapper {
    position: fixed;
    top: 0;
    padding-top: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.11);
    width: 100% !important;
    background: #fff;
}

.header-fixed-wrapper {
    min-height: 102px;
}

.scroll-header .custom-logo a:first-child {
    display: none;
}

.scroll-header .custom-logo a:last-child {
    display: block;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #222;
    line-height: 71px;
}

.scroll-header .header-wrapper .custom-logo img {
    max-width: 277px;
}
.header-wrapper{
    transition:all 0.5s ease-in-out;
}
.header-top {
    line-height: 53px;
    width: 100%;
    height: 38px;
}
.scroll-header .header-top {
    height: 0;
    display: none;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #36c1f1;
}
 .landing-page .header-wrapper {
    min-height: 71px;
}
.hs-two-column-banner-v2.scroll-header .custom-logo a img {
    opacity: 1 !important;
}
.hs-licdh .custom-logo a img,
.hs-two-column-banner-v2  .custom-logo a img {
    opacity: 0.3;
}
.hs-licdh .custom-logo:hover a img,
.hs-two-column-banner-v2  .custom-logo:hover a img {
    opacity: 1;
}


.error-template .body-container-wrapper .page-center,
.password-template .body-container-wrapper .page-center,
.subscription-template .body-container-wrapper .page-center{
    padding-top: 190px;
}
.error-template .header-wrapper .page-center,
.password-template .header-wrapper .page-center,
.subscription-template .header-wrapper .page-center {
    padding-bottom: 20px;
}
.error-template .header-wrapper,
.password-template .header-wrapper,
.subscription-template .header-wrapper{
    background: #000;
}

.error-template.scroll-header .header-wrapper,
.password-template.scroll-header .header-wrapper,
.subscription-template.scroll-header .header-wrapper {
    background: #fff;
}

.error-template.scroll-header  .header-wrapper .page-center,
.password-template.scroll-header  .header-wrapper .page-center,
.subscription-template.scroll-header  .header-wrapper .page-center {
    padding-bottom: 0px;
}

}

@media (min-width: 1400px) {
    .container-fluid .row-fluid .page-center {
      max-width: 1300px;
    }
    .footer-wrapper .page-center {
        max-width: 1300px !important;
    }
}
@media (max-width: 1399px) {
    .container-fluid .row-fluid .page-center {
      max-width: 1100px;
    }
    .footer-wrapper .page-center {
        max-width: 1100px !important;
    }
    .patient-resources .body-container-wrapper a.qbutton.default {
        color: #fff;
        font-size: 12px;
        line-height: 49px;
        border-width: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1366px) {
    .doctor-image-wrapper {
        width: 25%;
        float: left;
        padding-left: 0;
        padding-right: 24px;
    }
    .wrapper-icon-with-content.clearfix {
        padding-bottom: 20px;
    }
    .row2-group-home .left-column-content-home {
        width: 66.66666667%;
        padding-right: 44px;
    }
    .row3-right-content-home {
        float: right !important;
        margin: 0 !important;
        padding-left: 0;
    }
    .patient-resources .main-content.right-column-content {
        padding-left: 47px;
    }
}
@media (max-width: 1255px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding: 0 12px;
        margin: 0;
    }
}
@media (max-width: 1200px) {
    .container-fluid .row-fluid .page-center {
        max-width: 950px;
    } 
    .footer-wrapper .page-center {
        max-width: 950px !important;
    }
    .body-container-wrapper .row3-group-bowel .page-center {
        padding-top: 0;
        padding-bottom: 0;
        max-width: 970px !important;
        text-align: center;
    }
    
}

@media(max-width:1199px){
    .footer-container-wrapper .footer-wrapper .cm-about.common {
        width: 50.33%;
    }
    .footer-container-wrapper .footer-wrapper .cm-condition.common {
        width: 45%;
    }
    .footer-container-wrapper .footer-wrapper .cm-procedure.common {
        width: 50%;
    }
    .footer-container-wrapper .footer-wrapper .custom-button {
        width: 47%;
    }
    .patient-resources .appointments-inner {
        padding: 20px 26px;
        background-color: #fff;
    }
    .patient-resources a.qbutton.default {
        color: #fff;
        font-size: 11px;
        line-height: 49px;
        border-width: 0px;
        padding-left: 7px;
        padding-right: 12px;
        white-space: normal;
    }
    .patient-resources .body-container-wrapper a.qbutton.default {
        line-height: 29px;
    }
}
@media (max-width: 1192px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding: 0 9px;
        margin: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li:last-child ul {
        right: 0 !important;
        left: auto !important;
    }
}

@media (max-width: 1180px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        color: #fff;
        font-size: 13px;
    }
}
@media (max-width: 1135px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding: 0 5px 0 6px;
        margin: 0;
    }
}

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

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

  @media (max-width: 1000px){

  /* 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;
    cursor: pointer;
    position: absolute;
    top: -64px;
    left: 0;
    width: auto;
    height: auto;
    padding: 0;
    background: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .mobile-trigger:after {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\61";
    color: #303030;
    font-size: 27px;
}
    .mobile-trigger:after:hover{
        color: #36c1f1;
    }
  .mobile-trigger:hover{
    border-color: transparent;
  }
.mobile-trigger:hover:after {
    color: #36c1f1;
}


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

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

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

  .custom-menu-primary{
    position: relative;
    padding-top: 0;
    margin: 0;
    width: 100% !important;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: -1px;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

.custom-menu-primary .hs-menu-wrapper > ul {
    width: 768px;
    margin: 0 auto;
    padding-top: 1px;
    padding-bottom: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul li a {
    font-size: 13px;
    font-weight: 400;
        color: #303030;
    padding: 10px 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
}
.custom-menu-primary .hs-menu-wrapper  ul  li  a:hover {
    opacity: 1;
    color: #36c1f1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child > a {
    padding-left: 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child {
    margin-left: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    border: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li {
    border-top: 1px solid #eaeaea;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li >a {
    border: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child > a {
    padding-left: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child> ul > li:last-child > a {
    padding-left: 20;
}

i.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
span.mobile_arrow {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 50px;
    z-index: 9000;
    -webkit-tap-highlight-color: transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul li {
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
    margin: 0 0 0 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    border: none;
}


  /* Level 1 Menu List Styles */
  .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{
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  }

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

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

/* -------------- Default Code for comment ------------ */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

#comments-listing {
   margin-bottom: 30px;
   margin-top: 30px;
}


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

.comment-body {
   border-bottom: medium none;
   color: ;
   display: block;
   font-family: ;
   font-size: ;
   line-height: ;
   padding: 0;
}

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

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

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

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

/* -------------- Default Code for Author Bio ------------ */

.hs-author-avatar {
max-width: 70px;
padding: 10px 10px 10px 0;
}

.hs-author-avatar img {
height: auto !important;
max-width: 100%;
border-radius:10px;
}

.hs-blog-social-share {
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
height: auto;
margin-top: 10px;
padding: 10px 0 0;
}

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


/*-------------- Paste this all in .bog-sidebar for default Blog Style------------------*/


.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
   margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{
}


a.more-link {
   display:block;
   margin:15px 0;
}




p#hubspot-topic_data {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
    display: block;
    border-top: solid 1px #d9d9d9;
    padding-top: 10px;
}

div#hubspot-author_data {
    border-bottom: solid 1px #d9d9d9;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 50px;
}



/*blog listing page*/

.hs-blog-listing div#hubspot-author_data {
    border-bottom: none;
}
.hs-blog-listing .post-item-inner {padding:50px 0;/*max-width:600px;*/}
.hs-blog-listing .blog-listing-wrapper .post-listing .post-item, .post-listing .post-item, .post-listing-simple .post-item {
   border-bottom: 1px solid #E2E2E2;
   margin-bottom: 50px;
    padding-bottom: 35px;
    margin-top:25px;
}
.hs-blog-listing .blog-listing-wrapper .post-listing .post-item:last-of-type, .post-item:last-of-type {border:none;margin-bottom:0;padding-bottom:0;}
.hs-blog-listing .post-item-inner span.date {
    margin-top: -10px;
    display: block;
    text-transform:uppercase;
    opacity:0.5;
}
.hs-blog-listing .post-item-inner h3 {
    font-size: 200%;
    margin-bottom: 10px;
}
.hs-blog-listing .post-item-inner .post-description {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}
.blog-pagination {
    text-align: center;
    font-size: 150%;
}
.blog-pagination a {
    margin: 0 25px;
}
.hs-featured-image {float:none!important;width:100%!important;margin:0!important;    max-width: inherit!important;}

.arrow-link {
    font-size: 12px;
    line-height: 49px;
    height: 49px;
    font-weight: 600;
    color: #0face4;
    background-color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-transform: uppercase;
    border:solid 1px #0face4;
    padding:15px 23px;
    margin: 0;
    text-align: center;
    transition: 0.3s;
}
a.qbutton.default:hover {
    background-color: #0face4!important;
    color:#fff!important;
}
.hs-blog-listing h1 {
    margin-bottom: 50px;
}









.post-listing .post-item, .post-listing-simple .post-item {
    padding-bottom: 60px;
    display: inline-block;
}

.hs-blog-post .post-item-inner {padding:25px;}

.post-item h3 a {
    color: #1a1a1a;
    font-weight: 600;
}

.post-description {
    font-size: 18px;
    margin-bottom: 20px;
}
.blog-post-wrapper .post-body {
    position: relative;
}




/*blog full width subscribe global module*/

.subscribe-wrapper {
    background-color: #cccccc;
    background-image: url(https://cdn2.hubspot.net/hub/4196955/hubfs/Licdh%20January2018%20Theme/Images/LICDH_Title_Inner1%20%281%29.jpg?t=1517003403488&width=1920&height=445&name=LICDH_Title_Inner1%20%281%29.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px;
        max-width: 705px;
    margin: 100px 0 25px 0!important;
    float: none!important;
    color:#fff;
}


.blog-listing-pg .subscribe-wrapper {margin: 100px auto 25px auto!important;}

.subscribe-wrapper h3, .subscribe-wrapper p {
    color:#fff;
}
.subscribe-wrapper-inner {max-width:500px;}
.subscribe-wrapper-inner form { /*to adjust the position of the button*/
    position:relative;
}
.subscribe-wrapper .hs_submit { /*to adjust the position of the button*/
    position: absolute;
    z-index: 9999999999;
    top: 0px;
    right: 0px;
}
.subscribe-wrapper .hs_error_rollup { /* not necessary to show the list of missing inputs, since there's just one*/
    display:none!important; 
}
.subscribe-wrapper ul.hs-error-msgs.inputs-list { /* adjustment so appearance of error does not change overall box size */
    margin-bottom: -36px;
}
.subscribe-wrapper .hs-form-required {
    display: none;
}
.subscribe-wrapper .widget-type-form {
    margin-top: 15px;
    margin-bottom: -25px;
}

.sticky-scroll-box {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
}







.read-more-single { margin-bottom:25px;line-height:20px; }
.read-more-single h3 {
    margin: 5px 0px;
}
.read-more-single a strong {
    margin-top: 10px;
    display: block;
}


/*styling the stuff in the content of each post*/
.post-body h3 {
    margin-top: 50px;
}
.post-body li {
    margin: 10px 0px;
}
blockquote p {
    color: #01ade4;
    font-size: 23px;
    line-height: 30px;
    font-style: italic;
    margin: 50px 30px!important;
}

.blog-post-wrapper h1 {
    margin: 35px 0 15px;
}





/*add to any social sharing*/

.a2a_kit.a2a_kit_size_32.a2a_default_style {
    /*position: absolute;
    top: -5px;
    left: -150px;
    width: 20px;
    margin: 0;*/
}
.a2a_kit.a2a_kit_size_32.a2a_default_style {
    display: inline-block;
    max-width: 75px;
    position: absolute;
    left: -125px;
}
.a2a_default_style a {
    float: left;
    line-height: 22px;
    padding: 5px 8px;
    display: block;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style p {
    margin: 0;
    font-size: 12px;
}
.a2a_kit a {
    cursor: pointer;
    padding: 3px!important;
}






.blog-single-related-posts h4 {margin-bottom:20px;}
.blog-single-related-posts h4:before{
        content: "\f097";
        font-family: FontAwesome;
        margin-right:5px;
} 






/*accordion in sidebar*/

.accordion, .accordion * {
 -webkit-box-sizing:border-box; 
 -moz-box-sizing:border-box; 
 box-sizing:border-box;
}
 
.accordion {
 overflow:hidden;
}

.accordion p, .accordion ul {
    margin: 0!important;
    padding: 0!important;
}




 
/*----- Section Titles -----*/
.accordion-section-title {
 width:100%;
 padding: 15px 25px;
 display:block;
 background-color:#01ade4;
 transition:all linear 0.3s;
 color:#fff!important;
 text-decoration:none;
 margin-bottom:1px;
 font-weight:700;
 text-transform:uppercase;
}
a.accordion-section-title {color:#fff!important;}
 
.accordion-section-title.active, .accordion-section-title:hover {
 background:#8bc34a;
 color:#fff!important;
}
 
.accordion-section:last-child .accordion-section-title { }
 
/*----- Section Content -----*/
.accordion-section-content {
 display:none;
 padding:0!important;
 background-color:#fafafa;
}
.accordion ul {
    list-style: none;
    padding:0px!important;
}
.accordion li {
    border-bottom: solid 1px #e8e8e8;
    padding: 10px 25px!important;
}
.accordion li:last-child {border-bottom:none!important;}
.accordion-section-content a {color:#36c1f1!important;}








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


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


form.hs-form .hs-form-field ul.inputs-list li input {
    margin-right: 10px;
}
label.hs-form-radio-display span {
    font-weight: 400;
}
  .hs-fieldtype-radio .input {
    padding-left: 25px;
}
  form.hs-form .hs-form-field ul.inputs-list li input {
    margin-left: -22px;
    margin-right: 10px;
}
li.hs-form-radio {
    margin: 5px 0!important;
}



/* Form Field */
.hs-form-field {
    margin-bottom: 20px;
}

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

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

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
    width: 100%;
    display: block;
    height: 49px;
    font-size: 15px;
    padding: 16px;
    line-height: 1.42857143;
    color: #cccccc;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.04);
    transition:0.3s;
}


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

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 200px;
}




/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    font-size: 12px;
    line-height: 49px;
    height: 49px;
    font-weight: 600;
    background-color: #0eace3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 0px;
    padding-left: 26px;
    display: block;
    padding-right: 26px;
    transition:0.3s;
    margin: 0;
    padding: 0 23px;
    border-color: #60cbf5;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #fff!important;

}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
    text-decoration: none;
    background-color: #60CBF4;
    background-position: 0 -15px;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
    width: 50%;
}

.custom_error_message input.hs-button.primary.large {
    margin-top: 10px;
}


form{
    /*padding: 0 20px 0 0; */
}
.form-title{
    padding: 0 20px 0 0;
}
/* 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{
    color:red;
    font-size:12px;
    line-height:18px;
    
}

label span {
    font-weight: 700;
}



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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


/* =============== All Global Buttons (Excluding CTAs) =============== */


/* =============== 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                                      
   ========================================================================== */
   
   .hs-preview-pages .body-container-wrapper{
        border-bottom: 1px solid #999998;
    }
  .landing-page .disclaimer {
        border: none;
    }
    .hs-thankyou-page .disclaimer{
         border-top: solid 1px #eaeaea;
    } 
   
   .banner-image img {
    width: 100% !important;
}
   
  .error-content h2 {
    margin: 40px 0 20px;
    font-size: 32px;
    font-weight: bold;
}
.error-content .btn-blue {
    margin-top: 30px;
}
.hs-contact iframe{
    display:block !important;
}
.banner-img .banner-wrapper {
    height: 332px;
    background: #000;
}

   /*=================contact================*/
   .row1-left-column-content-contact {
        width: 33.333% !important;
        padding-right: 60px;
    }
   .body-container-wrapper .row1-group-contact .page-center {
        padding-left: 0;
        padding-right: 0;
    }
    .right-content-contact {
        width: 66.6666% !important;
        margin: 0 !important;
    }
    .Contact-map {
        border: 5px solid #f7f7f7;
    }
    .right-column-content-contact {
        padding-left: 11px;
    }
    .hs-contact .appointments-inner p {
        margin-bottom: 20px !important;
    }
    .hs-contact .appointments-inner p {
        margin-bottom: 0;
    }
     .row1-left-column-content-contact ul{
             padding-left: 0;
    margin-top: 40px;
     }
    .row1-left-column-content-contact ul li {
        list-style: none;
        font-size: 18px;
        line-height: 30px;
        margin: 15px 0px;
        font-style: normal;
        font-weight: 300;
        padding-left: 25px;
    }
    .row1-left-column-content-contact ul li:before{
        content: "\f058";
        font-family: FontAwesome;
        margin-right: 8px;
        margin-left: -24px;
        opacity: 1!important;
        color: #a9d26d;
    }
    .hs-contact .checklist.appointments {
        margin-bottom: 75px;
    }
    .Contact-map {
        margin-bottom: 50px;
    }
    .direction i.fa.fa-check-circle {
        font-size: 14px;
        color: #777;
    }
    .direction p:nth-child(2n+1) {
        margin-bottom: 70px;
    }
    .direction p:last-of-type {
        margin-bottom: 0 !important;
    }
    .hs-contact .body-container-wrapper {
        border-bottom: 1px solid #999998;
        padding-bottom: 100px;
    }
    .hs-contact  .btn-blue{
        margin-top:50px;
    }

   /*================end=======*/
   
   /*=================home================*/


.banner-wrapper-home h1 {
    margin-top: 5%;
    color: #ffffff;
    font-size: 76px;
    line-height: 82px;
    font-style: normal;
    font-weight: 700;
    text-shadow: none;
    letter-spacing: -1px;
    text-transform: none;
}

.banner-wrapper-home p {
    text-shadow: none;
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    padding-top: 0px;
    padding-bottom: 7px;
}

a.btn-blue.blue-button {
    margin-top: 0;
}
i.qodef-icon-linea-icon{
       font-family: "linea-basic-10" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    color: #fffcfc;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-size: 60px;
    line-height: .75em;
}
.icon-basic-info.qode_iwt_icon_element:before {
    content: "0";
    vertical-align: -15%;
}
.icon-basic-geolocalize-01:before {
    content: "Q";
    vertical-align: -15%;
}
.icon-basic-elaboration-todolist-check:before {
    content: "\e026";
    vertical-align: -15%;
}
[class^="icon-basic-elaboration-"]:before, [class*=" icon-basic-elaboration-"]:before {
    font-family: "linea-basic-elaboration-10" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon_text_inner p {
    font-size: 16px;
    color: #fff;
}
.row1-group-home .page-center {
    padding-bottom: 77px;
}
.row1-group-home {
    background-color: #36c1f1;
    text-align: left;
}

.common-icon-wrapper {
    width: 33.33333333%;
    float: left;
    min-height: 273px;
    padding-right: 0;
}

.icon_text_holder {
}

.icon_text_inner h3 {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
}

.icon_holder {
    float: left;
}

.icon_text_holder {
    padding-left: 92px;
}
.icon_text_inner a:after {
    content: "\F138";
    font-family: FontAwesome;
    margin-left: 5px;
}
.icon_text_inner a:hover {
    color: #fff;
}
.icon_text_inner a {
    font-weight: 700;
    color: #abe7ff;
    transition: 0.3s;
    display: inline-block;
    margin: 13px 0 0;
}
.row1-group-home .page-center > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.two-column-wrapper.common-icon-wrapper {
    padding-left: 10px;
}
.third-column-wrapper.common-icon-wrapper {
    padding-left: 20px;
    padding-right: 0px;
}
.row2-group-home .page-center > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.row2-group-home .left-column-content-home .row2-left-column-content {
    margin-top: 40px;
    padding-bottom: 100px;
}
.row2-group-home .row2-group-right-column-content {
    width: 33.333333% !important;
    float: right !important;
    background-color: #999998;
    padding: 40px 20px 40px 20px;
    color: #fff;
    margin: 0 !important;
}

.row2-group-home .row2-left-column-content h3 {
    margin-bottom: 20px;
}
.body-container-wrapper .row2-group-home  .page-center {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 0;
}
.row2-group-home .left-column-content-home {
    width: 66.66666667%;
    padding-right: 40px;
}

.left-image {
    padding-right: 15px;
}
.right-image {
    padding-right: 0;
    margin: 0 !important;
    padding-left: 15px;
}
.row3-group-home .page-center > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.row3-group-home {
    background-color: #f7f7f7;
}

.row3-group-home .page-center {
    padding-top: 126px !important;
    padding-bottom: 86px !important;
}

.row3-left-content-home {
    text-align: center;
}

.row3-left-content-home h2 {
    font-weight: bold;
    margin-bottom: 32px;
    margin-top: 20px;
}

.row3-left-content-home .btn-blue {
    margin-top: 21px;
}

.row3-left-content-home h4 {
    margin-bottom: 33px;
}

.row3-group-home .page-center {}

.row3-group-home .page-center > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.row3-right-content-home {
    float: right !important;
    margin: 0 !important;
    padding-left: 16px;
}
.row2-right-content-home {
    padding-left: 15px;
    padding-right: 15px;
}
.row2-right-content-home p {
    color: #fff;
}
.row3-right-content-home {
    padding-bottom: 70px;
}

 .banner-wrapper-home {
     background-image:url('https://www.ligastrohealth.com/hubfs/Licdh%20January2018%20Theme/Images/LICDH_NewHomeHero_Wide.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: left;
    margin-bottom: -150px!important;
    margin-top: -160px!important;
    background-color: #35c1f1;
}



.banner-content-home a.btn-blue.blue-button:first-of-type {
    background-color: #36c1f1;
}
.banner-content-home a.btn-blue.blue-button:first-of-type:hover{
    background-color: #fff;
    border-color: #fff;
    color: #202020;
}

.banner-content-home a.white-button {
    color: #fff;
    font-size: 14px;
    line-height: 58px;
    font-weight: 600;
    /* border: solid 1px #fff!important; */
    background-color: rgba(255,255,255,0.42);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 0px;
    padding-left: 26px;
    display: inline-block;
    padding-right: 26px;
    /* margin-top: 80px; */
    transition: 0.3s;
}
.banner-content-home a.white-button:hover{
    background-color: #fff;
    border-color: #fff;
    color: #202020;
}

.social_facebook:hover:before,
.social_twitter:hover:before{
    color: #818181;
        -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
   /*=============end================*/
   
   
   
   
   /*=============licdh=================*/
   
   .hs-licdh .banner-area-v2 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
     .row1-group-licdh .left-column-content-licdh {
        padding-right: 50px !important;
    }
     .row1-group-licdh .left-column-content-licdh h4:not(:first-child) {
        margin-top: 50px;
    }
     .row1-group-licdh .left-column-content-licdh h4:first-child {
        margin-top: 30px;
        margin-bottom: 33px;
    }
    .row1-group-licdh .right-column-content-licdh {
        padding-left: 15px;
    }
     .row1-group-licdh .right-column-content-licdh img {
        margin-bottom: 20px;
    }
     .row1-group-licdh  i.fa.fa-check-circle:before {
        color: #303030;
    }
      .row1-group-licdh  .btn-blue{
        margin-top:40px;
    }
     .row1-group-licdh .right-column-content-licdh p {
        text-align: right;
        font-style: italic!important;
        font-size: 12px;
    }
     .row1-group-licdh .page-center {
        padding-bottom: 60px;
    }
    .row2-group-licdh {
        background-color: #f4f4f4;
        text-align: left;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .row2-group-licdh .left-column-content-licdh {
        width: 33.33333333%;
            padding-top: 25px;
    }
    .row2-group-licdh .right-column-content-licdh {
        margin: 0;
        padding-left: 20px;
    }   
    .row2-group-licdh .right-column-content-licdh ul li {
        margin-bottom: 0;
    }
    .row2-group-licdh  .left-column-content-licdh h3 {
        font-weight: 400;
        font-size: 26px;
        line-height: 36px;
    }
    .row2-group-licdh .page-center {
        padding-bottom: 60px;
    }
.row3-group-licdh #hs_cos_wrapper_widget_1516082271131  h4:before {
        font-family: "linea-basic-elaboration-10" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "X";
        font-size: 42px;
        color: rgb(153, 153, 152);
    margin-right: 16px;
        vertical-align: middle;
    }
.row3-group-licdh #hs_cos_wrapper_widget_1516082271131 h4 {
    padding-bottom: 47px;
}
.common-wrapper ul {
    margin: 0;
    padding: 0;
    margin-left: 15px;
}
.common-wrapper ul li {
    margin-bottom: 0;
}
.row3-group-licdh .page-center > .row-fluid-wrapper.row-depth-1.row-number-11 {
    margin-right: -15px;
    margin-left: -15px;
}

.common-wrapper {
    width: 33.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.second-column-content.common-wrapper {
    padding-left: 25px;
}
.thrid-column-content.common-wrapper {
    padding-left: 33px;
}
.common-wrapper ul li a:hover {
    color: #303030;
}


.row4-group-licdh {
    background-color: #6b6b6b;
}

.row4-group-licdh h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}

.row4-group-licdh ul li {
    color: #fff;
    list-style-position: outside;
    margin: 15px 0px 0px 8px;
    list-style: none;
}

.row4-group-licdh ul li:before {
    content: "\f058";
    font-family: FontAwesome;
    margin-right: 7px;
    margin-left: -20px;
    opacity: 0.5;
}

.row4-group-licdh ul li a {
    color: #fff;
    text-decoration: underline;
}

.row4-group-licdh ul li a:hover {
    text-decoration: none;
    color: #fff !important;
}

.row4-content-licdh .common-wrapper {
    border-right: solid 1px #868686;
    min-height: 300px;
}

.span12.widget-span.widget-type-widget_container.row4-content-licdh {}

.thrid-column-content.common-wrapper {
    border: none;
}

.row4-group-licdh .page-center {}

.row4-group-licdh .page-center > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.row4-content-licdh .first-column-content.common-wrapper {
    padding-left: 0;
    padding-right: 19px;
}
.row4-group-licdh .second-column-content.common-wrapper {
    padding-left: 15px;
}
.row4-group-licdh .thrid-column-content.common-wrapper {
    padding-left: 13px;
}

   /*============end=============*/
   
   
   
   /*================Our Doctor=====================*/
   .doctor-image-wrapper {
    width: 25%;
    padding-bottom: 20px;
    float: left;
}



.meta ul {
    list-style-type: none;
    padding-left: 30px;
    border-left: solid 1px #eaeaea;
}


.doctor-image-wrapper {
    width: 25%;
    float: left;
}

.about-content {
    width: 33.33333333%;
    float: left;
    padding-left: 7px;
    padding-right: 15px;
        padding-bottom: 20px;
}

.meta ul {
    list-style-type: none;
    padding-left: 30px;
    border-left: solid 1px #eaeaea;
    margin: 0;
}

.meta {
    width: 41.66666667%;
    float: left;
    padding-left: 17px;
        
}

.hs-our-doctor .body-container-wrapper .about-content h3 {
    font-size: 28px;
    margin-top: 5px;
}

.meta ul li {
    margin-bottom: 15px;
    color: #222;
    font-size: 13px;
    line-height: 19px;
}

.meta ul li strong {
    color:#000000;
}
.doctor-group {
    overflow-x: hidden;
    padding-bottom: 100PX;
    border-bottom: 1px solid #eaeaea;
}
.row1-group-our-doctor {
    overflow: hidden;
}
 .hs-our-doctor .body-container-wrapper .page-center {
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
  .hs-our-doctor #hs_cos_wrapper_widget_1516018607521 .doctor-group .page-center {
    padding-top: 0;
}
 .hs-our-doctor .body-container-wrapper {
    padding-top: 100px;
}
   /*=====================end=================*/
   
   
   
   /*===============insurance==========*/
    .row1-group-insurance h4 {
        text-align: center;
        max-width: 800px;
        margin: auto;
    }
.hs-Insurance .table-head.table-insurance {
   background-color: #3cc2f1;
   color: #fff;
   font-size: 25px;
   vertical-align: middle;
   display:  table;
   width:  100%;
}
.hs-Insurance .table-head.table-insurance .table-content {
   display: table-cell;
   width:  30%;
   text-align:  center;
   vertical-align:  middle;
   color: #fff;
   font-size: 25px;
   border: solid 1px #00ade3;
   padding: 25px 0px;
   font-weight: bold;
   line-height: 26px;
   height: 132px;
}
.table-content.false .fa.fa-check-circle,
.table-content.true .fa.fa-times-circle {
    display: none;
}
.fa-times-circle:before {
    content: "\f057";
    color:red;
}


.table-content.true .fa.fa-check-circle,
.table-content.false .fa.fa-times-circle {
    display: block;
}
.hs-Insurance .table-head.table-insurance .table-content:first-child {
   width:  40%;
}

.hs-Insurance .table-head.table-insurance img {
   max-width: 75px;
   height: auto;
   position: relative;
   top: -3px;
}
.fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hs-Insurance .table-row.table-insurance {
    display: table;
    
}

.hs-Insurance .table-content {
    display: table-cell;
}

i.fa.fa-check-circle:before {}

.table-content.true i.fa.fa-check-circle:before {}

i.fa.fa-check-circle {
    color: #a9d26d;
    font-size: 20px;
}

i.fa.fa-times-circle {
    color: #a9d26d;
    font-size: 20px;
}

i.fa.fa-check-circle:before {
    content: "\f058";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hs-Insurance .table-content {
    border-right: solid 1px #e4e4e4;
    padding: 10px;
}

.hs-Insurance .table-row.table-insurance .table-content:first-child {
    width: 40.1%;
}

.hs-Insurance .table-row.table-insurance .table-content {
    font-family: 'Istok Web',sans-serif;
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

.hs-Insurance .table-row.table-insurance .table-content:nth-child(2) {
    width: 30.1%;
}

.hs-Insurance .hs-Insurance .table-insurance .table-content {
    text-align: center;
    vertical-align: middle;
}
.hs-Insurance .table-row.table-insurance {
    display: table;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.hs-Insurance .table-row.table-insurance:nth-child(odd) {
    background-color: #f4f4f4;
}
.hs-Insurance .wrapper-insurance {
    -webkit-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
    -moz-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
    box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
    max-width: 1020px;
    margin: auto;
    text-align: left;
    margin-top: 52px;
    border-collapse: collapse;
    border-spacing: 0;
}
.wrapper-insurance .insurance-content-wrapper:nth-child(2n + 1) {
    background-color: #fff;
}
.wrapper-insurance .insurance-content-wrapper:nth-child(2n) {
    background-color: #f4f4f4;
    border: solid 1px #e4e4e4;
    border-right:0;
    border-left:0;
}
.wrapper-insurance .insurance-content-wrapper:not(:first-child) .insurance-table-wrapper .table-head.table-insurance {
    display: none;
}
.row2-group-insurance h3:before {
    content: "\f05a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.row2-group-insurance h3 {
    color: #fff;
}
.row2-group-insurance p {
    color: #fff;
}
.row2-group-insurance {
    background-color: #999998;
    text-align: left;
    padding: 50px 0;
}
.row2-group-insurance .page-center {
    padding: 0;
}
   /*===========end===========*/
   
   
   
   /*===============Registration===============*/
   
   .banner-area-v2 {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        padding-top: 100px;
        padding-bottom: 100px;      
        background-color: #000;
        margin-left: -15px;
        margin-right: -15px;
    }
   
   .banner-v2-group {
        overflow-x: hidden;
        margin-top: -1px;
    }
    .new-registration-kiosk .body-container-wrapper .page-center {
        padding-left:0;
        padding-right:0;
    }
    .row1-group-new-registration-kiosk .left-column-row-1-content {
        width: 66.6667% !important;
    }
    .row1-group-new-registration-kiosk .right-column-row-1-content {
        width: 27% !Important;
        margin: 0 !important;
        float: right !important;
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        box-shadow: none;
        padding: 6px;
        background-color: #EBEBEB;
        border: none;
        text-align: center;
    }
    .row1-group-new-registration-kiosk .left-column-row-1-content ul li {
        margin-bottom: 0;
    }
    .row1-group-new-registration-kiosk .left-column-row-1-content {
        padding-right: 10px;
    }
    .shadow-wrapper {
        -webkit-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
        -moz-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
        box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
        padding: 35px;
        margin-top: 75px;
    }
    .Row2-Group-new-registration-kiosk h2 {
        color: #fff;
        font-weight: bold;
    }
    .Row2-Group-new-registration-kiosk p {
        color: #fff;
    }
    .Row2-Group-new-registration-kiosk .page-center {
        padding-top: 50px;
        padding-bottom: 50px;
        color: #fff;
        text-align: center;
    }
    .Row2-Group-new-registration-kiosk {
        background-color: #999998;
    }
    .fa-comments-o:before {
        content: "\f0e6";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .right-col-equal-content {
        width: 50%;
        float: left;
        padding-left: 15px;
    }
    .left-col-equal-content {
        width: 50%;
        float: left;
        padding-right: 15px;
    }
    .new-registration-kiosk .two-column-equal-content.clearfix {
        margin-bottom: 50px;
    }
    .row1-group-new-registration-kiosk {
        margin-bottom: 69px;
    }
    .row3-content-new-registration-kiosk h3 {
        margin-bottom: 50px;
    }
    .new-registration-kiosk .body-container-wrapper {
        border-bottom: 1px solid #999998;
    }
    .new-registration-kiosk #hs_cos_wrapper_widget_1516009293065 .two-column-equal-content.clearfix {
        margin-bottom: 0;
    }

   /*========endif============*/
   
   
   
   
   /*=======================Patient REsources==================*/
   .patient-resources .main-content.left-column-content- {
        width: 66.66666667%;
        padding-right: 25px;
    }
    .patient-resources ul.bulleted-list {
        padding-top: 20px;
    }
    .patient-resources .main-content.right-column-content {
        width: 29.333% !important;
        margin: 0 !important;
        float: right !important;
        padding-left: 39px;
    }

.patient-resources .left-column-content- h4:first-child {
    margin-bottom: 33px;
}

.checklist.appointments h4 .fa-info-circle:before {
    content: "\f05a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.checklist.appointments {
    -webkit-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
    -moz-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
    box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
}
.appointments-inner {
    padding: 20px 35px;
    background-color: #fff;
}
.patient-resources a.qbutton.default {
    white-space: normal;
}
.patient-resources a.qbutton.default {
    color: #fff;
    
    font-size: 12px;
    line-height: 49px;
    font-weight: 600;
    background-color: #0eace3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 0px;
    padding-left: 26px;
    padding-right: 26px;
    border-color: #36c1f1;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    transition:0.3s;
}
a.qbutton.default:hover{
    background-color: #36c1f1;
}
.patient-resources i.qode_icon_font_awesome.fa.fa-file-pdf-o.qode_button_icon_element {
    margin: 0 0 0 10px;
}
.patient-resources i.qode_icon_font_awesome.fa.fa-file-pdf-o.qode_button_icon_element:before {
    content: "\f1c1";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.patient-resources .patient-resources a.qbutton.default:hover {
    background-color: #36c1f1;
	    -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}
.patient-resources .body-container-wrapper {
    border-bottom: 1px solid #999998;
}
.checklist.appointments h4 {
    padding: 15px 35px;
    color: #fff;
    font-weight: 700;
    background-color: #999998;
}
   
   /*===================end======================*/
   /*================Testimonial==================*/
   
   .hs-testimonial .left-col-equal-content {
    width: 50%;
    float: left;
    margin-bottom: 75px!important;
    max-width: 515px;
}

.hs-testimonial .left-col-equal-content h4 {
    font-size: 17px;
    line-height: 27px;
}

.hs-testimonial .right-col-equal-content h4 {
    font-size: 17px;
    line-height: 27px;
}

.hs-testimonial .left-col-equal-content {
    padding-right: 0;
}

.hs-testimonial .right-col-equal-content {
    padding-left: 15px;
    width: 50%;
    float: right;
    padding-right: 15px;
}

.hs-testimonial .two-column-equal-content.clearfix h4:before {
    content: "\f10d";
    font-family: FontAwesome;
    margin-right: 7px;
    color: #00ade3;
    font-size: 22px;
}

.hs-testimonial .left-col-equal-content p {
    margin-left: 25px;
    font-style: italic;
    font-size: 17px;
}

.hs-testimonial .right-col-equal-content p {
    margin-left: 25px;
    font-style: italic;
    font-size: 17px;
}

   
   /*=================end===================*/
   
   
   
    .fa-check-square-o:before {
        content: "\f046";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #36c1f1!important;
    }
   	.two-column-equal-content .right-column-content > .row-fluid-wrapper {
		-webkit-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
		-moz-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
		box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
		padding: 35px;
	}
     .two-column-equal-content .right-column-content ul li {
        margin-bottom: 0;
    }
    .two-column-equal-content .right-column-content ul {
        margin: 0;
    }
    .two-column-equal-content .main-content.right-column-content {
        padding-left: 65px;
    }
	.two-column-equal.two-column-equal-content .content-wrapper h2:first-child {
		margin-top: 40px;
	}
   .two-column-equal-content .main-content.left-column-content- h4 {
        margin-bottom: 10px !important;
    }
    .two-column-equal-content .main-content.left-column-content- .btn-blue {
        margin-top: 20px;
        -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
        transition: color .1s linear,background-color .1s linear,border-color .1s linear;
            margin-bottom: 40px;
    }
   /*============Bottom Pane=================*/
   .container_inner {
        background-color: #999998;
        padding-top: 37px;
        padding-bottom: 39px;
        padding-left: 21px;
        padding-right: 21px;
}

.text_wrapper.column1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.call_to_action_text {
    width: auto;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
}

a.qbutton.white.medium {
    border-color: rgb(246, 247, 248);
    color: #222;
    background-color: rgb(246, 247, 248);
    margin: 0 0 0 27px;
    font-size: 15px;
    line-height: 49px;
    font-weight: 600;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 0px;
    padding-left: 26px;
    padding-right: 26px;
    display: inline-block;
    position: relative;
    left: -3px;
    position: relative;
    top: 3px;
    transition:0.3s;
}
a.qbutton.white.medium:hover {
    border-color: #fff;
    background-color: #fff;
}
.call_to_action_text p {
    color: #777;
    line-height: 26px;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: inherit;
    font-family: "Istok Web", sans-serif;
    font-size:  16px;
    color: #fff;
}

.call_to_action_text p {
    display: inline-block;
}
   
.body-container-wrapper p:last-child {
    margin-bottom: 0;
}
.hs-blog-social-share ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

form ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
    width: 50%;
}

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



.two-column-equal..two-column-equal-with-bottom-pane .main-content.left-column-content- {
    padding-left: 0;
    padding-right: 50px !important;
}

.home-hero-sidebar {
    position: relative;
    z-index: 99;
    margin-bottom: -1000px;
        top: 50px;
}

.home-hero-sidebar p {
    color: #202020;
    font-size: 13px;
    line-height: 1.25em;
    font-style: normal;
    font-weight: 400;
}

.home-hero-sidebar textarea {
    height: 120px!important;
    min-height: inherit;
}



.shadow {
  -webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.25);
}



 
  .wrap-collabsible {
  margin: 50px 0;
}

input[type='checkbox'] {
  display: none;
}

.lbl-toggle {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
  background: #FAE042;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
  color: #7C5A0B;
}

.lbl-toggle::before {
  content: ' ';
  display: inline-block;

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);

  transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 1350px;
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
    background: rgb(255, 255, 239);
    /* border-bottom: 1px solid rgba(250, 224, 66, .45); */
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 2% 5%;
    text-align: left;
}
  
.collapsible-content .content-inner a {
    font-weight: 700;
    color: #05ce7c;
    text-decoration: none;
}










/* Paddings */
.padding10tb { padding: 10px 0px; }
.padding20tb { padding: 20px 0px; }
.padding25tb { padding: 25px 0px; }
.padding40tb { padding: 40px 0px; }
.padding50tb { padding: 50px 0px; }
.padding80tb { padding: 80px 0px; }
.padding100tb { padding: 100px 0px; }
.padding125tb { padding: 125px 0px; }
.padding150tb  { padding: 150px 0px; }

.padding10t { padding-top: 10px; }
.padding25t { padding-top: 25px; }
.padding50t { padding-top: 50px; }
.padding75t { padding-top: 75px; }
.padding100t { padding-top: 100px; }

.padding10b { padding-bottom: 10px; }
.padding25b { padding-bottom: 25px; }
.padding50b { padding-bottom: 50px; }
.padding75b { padding-bottom: 75px; }
.padding100b { padding-bottom: 100px; }

.padding10 { padding: 10px; }
.padding20 { padding: 20px; }
.padding25 { padding: 25px; }
.padding40 { padding: 40px; }
.padding50 { padding: 50px; }
.padding60 { padding: 60px; }
.padding80 { padding: 80px; }
.padding100 { padding: 100px; }
.padding125 { padding: 125px; }
.padding150  { padding: 150px; }

.padding10lr { padding: 0px 10px; }
.padding25lr { padding: 0px 25px; }
.padding25l {padding-left:25px;}
.padding25r {padding-right:25px;}
.padding50lr { padding: 0px 50px; }
.padding50l {padding-left:50px;}
.padding50r {padding-right:50px!important;}
.padding100l {padding-left:100px;}
.padding100r {padding-right:100px!important;}






.narrow {max-width:700px;    float: none!important;
    margin: auto!important;}



/*Accessibility*/

.safeDisplayNone,
.safe-display-none {
   display: inline-block !important;
   height: 1px;
   left: -9999px !important;
   line-height: 0px;
   overflow: hidden;
   position: absolute !important;
   top: 0;
   white-space: nowrap;
   width: 1px !important;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}




/* ==========================================================================
   9. MEDIA QUERIES       ||  MOBILE AUDIT                        
   ========================================================================== */


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


.schedule-home { margin-top:-200px; }

@media (max-width: 1000px) {
    
    .schedule-home { margin-top:0px!important; }
    
    
    .home-hero-sidebar {
        width: 100%!important;
        display: block;
        position: inherit!important;
        margin: 50px 0!important;
        padding: 0!important;
    }
    .blog-single-related-posts.padding-left-50 {
        padding: 0!important;
    }
    .hs-home .common-icon-wrapper {
        width: 50%;
        float: left;
        min-height: 273px;
        padding-right: 0;
    }
    .span8.widget-span.widget-type-cell.banner-content-home {
        width: 100%;
    }
    .narrow {max-width:100%!important}
    .banner-wrapper-home {
        background-image: url(https://cdn2.hubspot.net/hubfs/4196955/Licdh%20January2018%20Theme/Images/LICDH_NewHomeHero_Narrow.jpg?t=1529342743593);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #3f3f3f;
        padding-bottom:100px;
    }
    
    
    
    
    .container-fluid .row-fluid .page-center {
        max-width: 768px;
    } 
    .footer-wrapper .page-center {
        max-width: 768px !important;
    }
    .header-wrapper {
        position: relative;
        padding-top: 19px;
        z-index: 9999;
        width: 100% !important;
        padding-bottom: 0px;
    }
    .custom-logo {
        padding-bottom: 20px;
    }
    .custom-logo a:first-child {
        display: none;
    }
    .custom-logo a:last-child {
        display: block;
    }
    .custom-logo a img {
        display: block;
        opacity: 1;
        position: relative;
      max-width: 273px;
        margin: 0 auto;
    }
    .custom-logo {
        width: 100% !important;
    }
    .title_subtitle_holder_inner {
        position: relative;
        padding: 0!important;
    }
    .title_subtitle_holder_inner h1 {
        font-size: 40px;
        line-height: 45px;
    }
    span.mobile_arrow {
        display: inline;
        color: #303030;
    }
    i.fa.fa-angle-right:before {
        content: "\f105";
    }
    .child-trigger.child-open i.fa.fa-angle-down:after {
        content: "\f107";
    }
    .child-trigger.child-open i.fa.fa-angle-right {
        display: none;
    }
    .footer-container-wrapper .footer-wrapper .cm-about.common {
        width: 48%;
        margin-bottom: 25px !important;
         margin-right:0;
    }
    .footer-container-wrapper .footer-wrapper .cm-condition.common {
        width: 49%;
        margin-bottom: 25px !important;
         margin-right:0;
    }
    .footer-container-wrapper .footer-wrapper .cm-procedure.common {
        width: 49%;
        margin-bottom: 25px !important;
         margin-right:0;
    }
    .footer-container-wrapper .footer-wrapper .custom-button {
        width: 49%;
        margin-bottom: 25px !important;
        margin-right:0;
    }
    .footer-container-wrapper .footer-wrapper .custom-footer-content-left {
        width: 35%;
    }
    .footer-container-wrapper .footer-wrapper .footer-right-content {
        float: right;
        clear: right;
        margin: 0 !important;
        width: 60%;
    }
    .disclaimer {
        font-size: 12px;
        line-height: 14px;
        margin-top: 24px;
        border-top: solid 1px #eaeaea;
        padding-top: 22px;
        font-weight: 300;
        text-transform: none;
        color: #999998;
        font-style: normal;
    }

    .custom-footer-logo a img {
        display: inline-block;
        max-height: 68px;
        margin-right: 10px;
        margin-bottom: 13px;
    }
    .body-container-wrapper .row3-group-bowel .page-center {
        padding-top: 0;
        padding-bottom: 0;
        max-width: 800px !important;
        text-align: center;
    }

    .title_subtitle_holder_inner {
        position: relative;
        padding: 0!important;
        top: 0px;
    }
    .row1-group-home .page-center > .row-fluid-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 1000px) and (min-width:768px){
    .icon_text_inner h3 {
        font-size: 20px;
        line-height: 35px;
        color: #fff;
        font-weight: 700;
    }
}
@media (max-width: 830px) and (min-width:599px){
    .footer-wrapper .page-center {
        padding: 0 15px;
    }
    
}
@media(max-width:825px) and (min-width:768px){
    .main-content > .row-fluid-wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
    .custom-footer-content-left strong {
        font-size: 17px;
    }

    span.separator.small.left {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .title_subtitle_holder_inner {
        position: relative;
        padding: 0!important;
        top: -2px;
        
    }
    .title_subtitle_holder_inner {
        position: relative;
        padding: 0!important;
        top: 0px;
    }

    .row1-group-our-doctor {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row1-group-new-registration-kiosk {
        padding-left: 15px;
        padding-right: 15px;
    }
    .body-container-wrapper .row2-group-home .page-center,
    .row1-group-contact {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row2-group-home .page-center > .row-fluid-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}
@media(max-width:825px) and (min-width:769px){
    .title_subtitle_holder {
        height: 100%;
        padding-left: 10px;
    }
    .banner-content-home {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 768px) {
    .container-fluid .row-fluid .page-center {
        max-width: 600px;
    } 
    .footer-wrapper .page-center {
        max-width: 600px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        width: 600px;
    }
    .common-icon-wrapper {
        width: 100%;
        float: left;
        min-height: auto;
        margin-bottom: 45px;
        padding-right: 0;
    }
    .two-column-wrapper.common-icon-wrapper {
        padding-left: 0;
    }
    .third-column-wrapper.common-icon-wrapper {
        padding-left: 0;
        padding-right: 0px;
    }
    .checklist.appointments h4 {
        padding: 15px 35px;
        color: #fff;
        font-weight: 700;
        background-color: #999998;
        font-size: 18px;
        line-height: 32px;
    }

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

@media (max-width: 767px) {
    
  .common-icon-wrapper {
    width: 100%!important;
    margin-bottom: 0;
}
    
    .padding100l, .padding100r, .padding50l, .padding50r {
        padding:0!important;
    }

    .landing-page.one-column .body-container .widget-type-form,
    .error-template.one-column .body-container .widget-type-google_search, 
    .body-container .widget-type-password_prompt.custom_error_message, 
    .body-container .widget-type-email_simple_subscription{
        width: 100%;
    } 
    .blog .blog-sidebar{
        margin-top: 40px;
    }
    .blog .blog-sidebar .widget-span {
      padding: 15px 0px;
    } 
    .footer-container-wrapper .footer-wrapper .custom-footer-content-left {
        width: 100%;
    }
    .common {
        text-align: left;
    }
        .footer-container-wrapper .footer-wrapper .cm-about.common {
        width: 100%;
    }
    .footer-container-wrapper .footer-wrapper .cm-condition.common {
        width: 100%;
    }
    .footer-container-wrapper .footer-wrapper .cm-procedure.common {
        width: 100%;
    }
    .footer-container-wrapper .footer-wrapper .custom-button {
        width: 100%;
    }
    .footer-container-wrapper .footer-wrapper .footer-right-content {
        float: right;
        clear: right;
        width: 100%;
        margin: 0 !important;
        margin-top: 40px !important;
    }
    .title_subtitle_holder_inner h1 {
        font-size: 28px!important;
        line-height: 32px!important;
    }
    .body-container-wrapper .page-center {
        padding-top: 25px;
        padding-bottom: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .body-container-wrapper h4 {
        font-size: 18px;
        line-height: 32px;
    }
    .btn-blue {
        padding: 0 14px;
    }
    .body-container-wrapper .row3-group-bowel .page-center {
        padding-top: 0;
        padding-bottom: 0;
        max-width: 600px !important;
        text-align: center;
    }
    .row3-group-bowel .page-center > .row-fluid-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .content-with-top-image {
        float: none;
        width: 100% !important;
        margin-bottom: 30px;
    }
    
    .row3-group-bowel .content-with-top-image:last-child .content-wrapper {
        padding: 0;
        padding-left: 0;
        padding-right: 0;
    }
    h1{
        font-size: 28px;
        line-height: 1.5em;
    }
    .body-container-wrapper h4 {
        font-size: 18px;
        line-height: 1.5em;
    }
    .body-container-wrapper h3 {
        font-size: 23px;
        line-height: 1.5em;
    }
    .custom-footer-logo {
        min-width: 100%;
        margin-top: 50px;
    }
    .body-container-wrapper h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .image-wrapper-teo-col {
        margin-top: 10px;
        width: 100% !important;
    }
    .left-col-content {
        width: 100% !important;
        float: left;
        padding-right:0px;
        padding-top: 40px;
    }
    .image-wrapper-teo-col {
        padding-left: 0px;
    }
    .hs-full-width-without-border .body-container-wrapper .page-center {
        padding-top: 24px;
        padding-bottom: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .two-column-equal .main-content.right-column-content {
        padding-left: 0;
        margin-bottom:12px;
    }
    .two-column-equal .main-content.left-column-content- {
        padding-right: 0;
        margin-bottom: 51px;
        margin-left: 0 !important;
    }
    
    .two-column-equal.two-column-equal-with-bottom-pane .main-content.left-column-content- {
        padding-right: 0;
        margin-bottom: 75px;
        margin-left: 0 !important;
    }
    .text_wrapper.column1 {
        margin: 0 auto;
        text-align: center;
        width: 600px;
    }
    .call_to_action_text {
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: normal;
        font-size: 16px;
    }
    .call_to_action_text p {
        font-size: 200%;
        line-height: 32px;
    }
    a.qbutton.white.medium {
        margin: 0 !important;
        line-height: 38px;
        padding: 0 16px;
    }
    a.qbutton.white.medium {
        left: 0;
        position: relative;
        top: 0;
    }
    .container_inner {  
        background-color: #999998;
        padding-top: 23px;
        padding-bottom: 41px;
    }
    a.qbutton.white.medium {
        margin: 0px 0 0!important;
        line-height: 50px;
    padding: 0px 25px;
    font-size: 15px;
    }
    .call_to_action_text p {
        margin: 0;
        margin-bottom: 27px;
    }
    .two-column-equal-content .main-content.right-column-content {
        padding-left: 0px;
    }
    .two-column-equal.two-column-equal-content .main-content.left-column-content- {
        padding-right: 0;
        margin-bottom: 20px;
        margin-left: 0 !important;
    }
    .two-column-equal-content .main-content.left-column-content- .btn-blue {
        margin-bottom: 20px;
    }
    .hs-testimonial .left-col-equal-content {
        width: 100%;
        float: left;
        margin-bottom: 75px!important;
        max-width: 100%;
    }
    .hs-testimonial .right-col-equal-content {
        padding-left: 0;
        width: 100%;
        float: right;
        padding-right: 0;
            margin-bottom: 75px!important;
    }
    .patient-resources .main-content.left-column-content- {
        width: 100% !important;
        padding-right: 25px;
    }
    .patient-resources .main-content.right-column-content {
        width: 100% !important;
        margin: 0 !important;
        float: right !important;
        padding-left: 0;
    }
    .patient-resources .checklist.appointments {
        margin-top: 40px;
    }
    .patient-resources .appointments-inner {
        background-color: #fff;
        padding: 20px 35px;
    }
    .patient-resources a.qbutton.default {
        padding: 0 14px;
        font-size: 12px;
        line-height: 49px;
    }
    .banner-v2-group .banner-area-v2 .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-area-v2 {
        padding-top: 112px;
        padding-bottom: 113px;
    }
    .new-registration-kiosk .body-container-wrapper .page-center {
        padding-top: 100px;
    }
    .row1-group-new-registration-kiosk .left-column-row-1-content {
        width: 100% !important;
    }
    .row1-group-new-registration-kiosk .left-column-row-1-content {
        padding-right: 0;
    }
    .new-registration-kiosk .right-column-row-1-content img {
        padding: 6px;
        background-color: #EBEBEB;
    }
    .new-registration-kiosk .row1-group-new-registration-kiosk .right-column-row-1-content {
        width: 100%;
        padding: 0;
        background-color: transparent;
    }
    .new-registration-kiosk .right-column-row-1-content {
        margin-top: 75px !important;
        float: none !important;
    }
    .row1-group-new-registration-kiosk {
        margin-bottom: 0;
    }
    .left-col-equal-content {
        width: 100%;
        float: left;
        padding-right: 0;
    }
    .right-col-equal-content {
        width: 100%;
        float: left;
        padding-left: 0;
    }
       .hs-two-column-banner-v2  .body-container-wrapper .page-center {
        padding-top: 100px;
    }
    .doctor-image-wrapper {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
   .about-content {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .meta {
        width: 100%;
        float: left;
        padding-left: 0;
    }
    .hs-our-doctor .body-container-wrapper {
        padding-top: 36px;
    }
    .doctor-image-wrapper {
        padding-bottom: 30px;
    }
    .hs-our-doctor .body-container-wrapper .page-center {
        padding-top: 111px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .doctor-group {
        overflow-x: hidden;
        padding-bottom: 86PX;
        border-bottom: 1px solid #eaeaea;
    }
    .hs-licdh .banner-area-v2 {
        padding-top: 210px;
        padding-bottom: 210px;
    }
    .hs-licdh .body-container-wrapper .page-center {
        padding-top: 43px;
        padding-bottom: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .row1-group-licdh .left-column-content-licdh {
        padding-right: 36px !important;
    }
    i.fa.fa-check-circle {
        font-size: 18px;
    }
    .row1-group-licdh .right-column-content-licdh {
        padding-left: 0;
    }
    .right-column-content-licdh {
        margin-top: 60px;
    }
    .row1-group-licdh .right-column-content-licdh img {
        margin-bottom: 46px;
    }
    .body-container-wrapper .row1-group-licdh .page-center {
        padding-bottom: 0;
    }
    .row2-group-licdh .left-column-content-licdh {
        width: 100% !important;
        padding-top: 25px;
    }
    .row2-group-licdh {
        background-color: #f4f4f4;
        text-align: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .body-container-wrapper .row2-group-licdh .page-center {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 0;
        padding-right: 0;
    }
    .row2-group-licdh .right-column-content-licdh {
        margin: 0;
        padding-left: 0;
    }
    .row2-group-licdh .left-column-content-licdh h3 {
        font-weight: 400;
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 50px;
    }
    .common-wrapper {
        width: 100% !important;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .body-container-wrapper .row3-group-licdh .page-center{
        padding-bottom:50px;
    }
    .row3-group-licdh .page-center > .row-fluid-wrapper.row-depth-1.row-number-11 {
        margin-right: 0;
        margin-left: 0;
    }
    .second-column-content.common-wrapper {
        padding-left: 15px;
    }
    .thrid-column-content.common-wrapper {
        padding-left: 15px;
    }
    .row4-group-licdh .page-center > .row-fluid-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .row4-content-licdh .common-wrapper {
        border-right: none;
        min-height: auto;
        margin-bottom: 140px;
    }
     .row4-content-licdh .thrid-column-content.common-wrapper {
        margin-bottom: 50px;
    }
    .body-container-wrapper .icon_text_inner h3{
        font-size: 22px;
        line-height: 29px;
    }
    .two-column-wrapper.common-icon-wrapper {
        padding-left: 0;
    }
    .third-column-wrapper.common-icon-wrapper {
        padding-left: 0;
        padding-right: 0px;
    }
    .common-icon-wrapper {
        width: 100%;
        float: left;
        min-height: auto;
        padding-right: 0;
        padding-bottom: 45px;
    }
     .body-container-wrapper .row1-group-home .page-center {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .row2-group-home .left-column-content-home {
        width: 100% !important;
        padding-right: 0;
    }
    .row2-group-home .left-column-content-home .row2-left-column-content {
        margin-top: 40px;
        padding-bottom: 111px;
    }
    .right-image {
        padding-right: 0;
        margin: 0 !important;
        padding-left: 0;
        padding-right: 15px;
    }
    .left-image img {
        margin-bottom: 24px;
    }
    .row2-group-home .row2-group-right-column-content {
        width: 100% !important;
        float: right !important;
        background-color: #999998;
        padding: 40px 20px 40px 20px;
        color: #fff;
        margin: 0 !important;
        margin-top: 10px !important;
    }
    .row3-left-content-home {
        margin-bottom: 80px;
    }
    .row3-left-content-home a#cta_button_4196955_2658eb74-4083-4f9f-822c-530463bc0863 {
        line-height: 38px;
        padding: 0 16px;
    }
    .row3-right-content-home {
        padding-bottom: 84px;
    }
    .row1-left-column-content-contact {
        width: 100% !important;
        padding-right: 0;
    }
    .right-column-content-contact {
        padding-left: 0;
    }
    .right-content-contact {
        width: 100% !important;
        margin: 0 !important;
    }
     .row1-left-column-content-contact ul{
             margin-top: 39px;
     }
     .right-content-contact {
        margin-top: 34px !important;
    }
    .Contact-map {
        margin-bottom: 42px;
    }
    .body-container input[type="text"],
    .body-container input[type="password"], 
    .body-container input[type="datetime"], 
    .body-container input[type="datetime-local"], 
    .body-container input[type="date"], 
    .body-container input[type="month"], 
    .body-container input[type="time"], 
    .body-container input[type="week"], 
    .body-container input[type="number"], 
    .body-container input[type="email"], 
    .body-container input[type="url"], 
    .body-container input[type="search"], 
    .body-container input[type="tel"], 
    .body-container input[type="color"],
    .body-container input[type="file"],
    .body-container textarea,
    .body-container select {
        max-width:100%;
    }
    .checkbox-row span.fakelabel span {
        font-size: 12px;
    }
    .row1-group-home .page-center > .row-fluid-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row1-group-new-registration-kiosk .right-column-row-1-content {
        width: 100% !IMPORTANT;
    }
    .patient-resources .body-container-wrapper a.qbutton.default {
        line-height: 49px;
    }
}  
@media(max-width:650px){
    .call_to_action_text {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .text_wrapper.column1 {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .banner-wrapper-home .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row1-group-home .page-center > .row-fluid-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .row2-group-home .page-center > .row-fluid-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .row3-group-home .page-center > .row-fluid-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .banner-wrapper-home h1 {
        margin-top: 5%;
        color: #ffffff;
        font-size: 36px;
        line-height: 36px;
        font-style: normal;
        font-weight: 700;
        text-shadow: none;
        letter-spacing: -1px;
        text-transform: none;
    }
    .landing-page.one-column .body-container .widget-type-form,
    .error-template.one-column .body-container .widget-type-google_search, 
    .body-container .widget-type-password_prompt.custom_error_message, 
    .body-container .widget-type-email_simple_subscription{
        width: 100%;
}
}
@media(max-width:645px) and (min-width:600px){
    .main-content > .row-fluid-wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
    .hs-Insurance .main-content > .row-fluid-wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
    .row1-group-our-doctor {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row1-group-contact {
        padding-left: 15px;
        padding-right: 15px;
    }
    .title_subtitle_holder {
        padding-left: 15px;
    }
}
@media (max-width: 600px) {
    .container-fluid .row-fluid .page-center {
        max-width: 420px;
    } 
    .custom-menu-primary .hs-menu-wrapper > ul {
        width: 420px;
    }
    .footer-wrapper .page-center {
        max-width: 420px !important;
    }
    .body-container-wrapper h2{
        font-size: 29px;
        line-height: 33px;
    }
    .body-container-wrapper h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .body-container-wrapper h3 {
        font-size: 20px;
        line-height: 24px;
    }
    p {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0px;
    }
    .hs-Insurance .body-container-wrapper .page-center {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        width: 600px;
        width: 420px;
    }
}

@media(max-width:520px){
    .header-wrapper .page-center {
        padding: 0 25px;
    }
}
@media (max-width: 480px) {
    .container-fluid .row-fluid .page-center {
        max-width: 360px;
    } 
    .footer-wrapper .page-center {
        max-width: 360px !important;
    }
    span.separator.small.left {
        background-color: #36c1f1;
        width: 55px;
        height: 2px;
        display: block;
        position: relative;
        margin-top: 14px;
        margin-bottom: 10px;
        display: none;
    }
    .footer-wrapper {
        padding: 25px 0 25px;
    }
    .footer-wrapper .page-center {
        padding: 0 10px;
        max-width: 100% !important;
        padding: 0 25px;
    }
    .custom-footer-logo {
        text-align: center;
    }
    .disclaimer {
        font-size: 12px;
        line-height: 14px;
        margin-top: 0px;
    }
    .custom-footer-logo a img {
        display: inline-block;
        margin-bottom: 13px;
    }
    .footer-container-wrapper .footer-wrapper .custom-button {
        width: 100%;
        margin-bottom: 25px !important;
    }
    .footer-col-five a {
            padding: 5px;
    height: 50px;
    line-height: 42px;
        font-size: 13px;
    }
    .header-wrapper .page-center {
        padding: 0 25px;
    }
      .custom-menu-primary .hs-menu-wrapper > ul {
        width: auto;
    }
    .btn-blue {
        margin-top: 20px;
        padding: 5px 25px;
    line-height: 42px;
        font-size: 13px!important;
    }
    a.qbutton.white.medium {
        margin: 0px 0 0!important;
        line-height: 42px;
      height:50px;
        padding: 5px 25px;
        font-size: 13px;
    }
    .common {
        display: none !important;
    }
    .footer-container-wrapper .footer-wrapper .footer-right-content {
        margin-top: 20px !important;
    }
    .new-registration-kiosk .body-container-wrapper .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hs-Insurance .body-container-wrapper .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row2-group-insurance .page-center {
        padding: 0 15px;
    }
    .icon_holder {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .icon_text_holder {
        padding-left: 0;
    }
    .procedure-instructions .title_subtitle_holder_inner h1 {
        font-size: 20px!important;
        line-height: 32px!important;
    }
    .body-container-wrapper .row2-group-home .page-center {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:420px){
    .footer-wrapper .page-center {
        padding: 0 15px;
    }
    
}
@media (max-width: 375px) {
    .mobile-trigger {
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: -64px;
        left: -15px;
        background:transparent;
    }
    .hs-Insurance .main-content > .row-fluid-wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
    .hs-Insurance .table-row.table-insurance .table-content {
        font-family: 'Istok Web',sans-serif;
        color: #777;
        font-size: 11px;
        font-weight: 400;
        word-wrap: break-word;
        max-width: 100px;
    }
   
 i.fa.fa-check-circle {
        font-size: 16px;
    }
    
}
/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 350px) {
    .container-fluid .row-fluid .page-center {
        max-width: 100%;
        width:100%;
    } 
    .footer-wrapper .page-center {
        max-width: 100% !important;
        width:100%;
    }
    .main-content > .row-fluid-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .mobile-trigger{
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: -64px;
        left: -15px;
    }
    .title_holder .page-center {
        height: 100%;
        width: 95% !important;
    }
    .text_wrapper.column1 {
        margin: 0 auto;
        text-align: center;
        width: 95%;
    }
    .hs-our-doctor .body-container-wrapper .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hs-contact .body-container-wrapper .page-center {
       padding-left: 15px !important;
        padding-right: 15px !important;
    }
form {
    padding: 0 0px 0 0;
}
}

@media(max-width:320px){
    .call_to_action_text p {
        line-height: 30px;
    }
    .mobile-trigger {
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: -64px;
        left: -18px;
        background: transparent;
    }
    
}






.sidewide-alert {
  padding: 20px;
  margin: 0;
  text-align: center;
  position: sticky;
  z-index: 9999999;
  background-color: #fff;
}
.sidewide-alert p {
  padding:0;
  margin:0;
}