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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */

@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 300;
  src: url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-300/librefranklin-light-webfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-300/librefranklin-light-webfont.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-300/librefranklin-light-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-400/librefranklin-regular-webfont.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-400/librefranklin-regular-webfont.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-400/librefranklin-regular-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 500;
  src: url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-500/librefranklin-medium-webfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-500/librefranklin-medium-webfont.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-500/librefranklin-medium-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 600;
  src: url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-600/librefranklin-semibold-webfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-600/librefranklin-semibold-webfont.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-600/librefranklin-semibold-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 700;
  src: url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-700/librefranklin-bold-webfont.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-700/librefranklin-bold-webfont.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-700/librefranklin-bold-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 800;
  src: url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-800/librefranklin-extrabold-webfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-800/librefranklin-extrabold-webfont.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Fonts/Libre%20Franklin-800/librefranklin-extrabold-webfont.ttf") format("truetype");
}

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

body {
  color: #4a6589;
  background: #fff;
  font-family: "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.page-center-wide {
  max-width: 1400px !important;
}

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


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

/* Basic text */
p {
  margin: 0 0 34px;
} 
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 {
  font-family: inherit;
  font-weight: 400;
  margin: 0 0 20px;
  color: #4a6589;
  margin: 0 0 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 51px;
}
h2 {
  font-size: 41px;
  color: inherit;
  margin:0;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}

/* Anchor Links */
a {
  color: #42709F;
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Lists */
ul, ol {
  padding-left: 3em;
  margin: 0 0 1.4em;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
  box-sizing: content-box;
  height: 0;
}


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

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

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

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


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


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

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

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

.header-container .page-center , 
.body-container .page-center , 
.footer-container .page-center {
  padding-left: 15px;
  padding-right: 15px;
}


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

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

.cm-header-wrapper {
  padding-top: 60px;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100% !important;
}

.custom-logo img {
  width: 224px;
}

/* Scroll Header */

.cm-scroll-header-wrapper {
  position: fixed;
  top: -440px;
  left: 0;
  width: 100% !important;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 6px 0;
  transition: all .3s ease;
  z-index: 11;
}

.scroll-header .cm-scroll-header-wrapper {
  top: 0;
}

.cm-scroll-header-wrapper .custom-scroll-logo a {
  width: 157px;
  display: block;
}




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


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

.body-container  .page-center {
  padding: 60px 15px;
}

.custom-banner {
  background-image: linear-gradient(0deg, #1E233E 0%, #39446D 100%);
  position: relative;
  padding-top: 125px;
  padding-bottom: 60px;
  overflow: hidden;
  margin-top: -1px;
}

.custom-banner-img {
  position: absolute;
  bottom: -10px;
  right: -105px;
}

.custom-banner-inner-wrapper {
  max-width: 708px;
  padding-top: 80px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
  position: relative;
}

.custom-banner-inner-wrapper h1 {
  letter-spacing: -1px;
  font-size: 51px;
  margin-bottom: 40px;
  font-weight: 500;
  color: inherit;
}

.custom-banner-inner-wrapper p {
  opacity: .66;
  font-size: 20px;
  color: inherit;
  letter-spacing: -.33px;
  padding-right: 15%;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1.4 !important;
}

.hero-lightbox {
  margin-top: 30px;
}

.hero-lightbox-content {
  position: relative;
  max-width: 450px;
  margin-bottom: 28px;
  cursor: pointer;
  display: block;
  transition: all .3s ease;
  padding-bottom: 3px;
}

.hero-lightbox-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn {
  color: #fff;
  background-color: #69c3cc;
  padding: 30px 20px;
  transition: all .3s ease;
  text-decoration: none;
  text-align: center;
  border: 0;
  font-weight: 800 !important;
  text-transform: uppercase;
  border-radius: 10px;
  width: 325px;
  max-width: 100%;
  font-size: 17px;
  letter-spacing: 1px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-lightbox .btn {
  padding-top: 26px;
  padding-bottom: 24px;
  opacity: .9;
  font-weight: 700 !important;
  letter-spacing: 1px;
}

.btn.btn-orange {
  background-color: #69c3cc !important;
}

.btn.btn-orange-outline {
  border: 2px solid #69c3cc;
  background-color:rgba(0, 0, 0, 0.1);
}

.hero-lightbox .btn {
  padding-top: 26px;
  padding-bottom: 24px;
  opacity: .9;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0;
}

.btn.btn-orange:hover {
  background-color: #49888e !important;
  text-decoration: none;
}

.btn.btn-orange-outline:hover {
  background-color:#49888e;
  text-decoration: none;
  color: #fff;
}

.btn svg {
  margin-left: 10px;
  fill: #fff;
  width: 8px;
  height: 10px;
}

.custom-banner-img img {
  width: 960px;
}

.hero-lightbox-content:hover {
  opacity: .8;
}

.custom-banner .page-center {
  padding: 0 15px !important;
}



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


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

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

.cm-footer-wrapper {
  background-color: #112d51;
  padding: 140px 0;
}

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

.cm-copyright p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(211, 211, 211, 0.57);
  letter-spacing: 0;
  margin-bottom: 0;
}

.cm-copyright p a {
  color: rgba(211, 211, 211, 0.57);
}

.cm-inner-wrapper > div > div.row-fluid {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
}

.widget-span.cm-footer-logo {
  -ms-flex: none;
  flex: none;
  margin-right: 17%;
  width: auto;
}

.widget-span.cm-footer-menu {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.widget-span.cm-address {
  font-size: 16px;
  color: #ddd;
  letter-spacing: 0;
  line-height: 1.6;
  max-width: 278px;
  width: 100%;
  margin-left: auto;
}

.cm-footer-logo img {
  width: 188px;
}

.cm-footer-menu .hs-menu-wrapper > ul > li {
  padding-right: 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cm-footer-menu .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}

.cm-footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  display: block;
  color: #ddd;
  font-weight: 400;
  margin-bottom: 4px;
}

.cm-footer-menu .hs-menu-wrapper > ul {
  display: block;
  width: 100%;
}

.widget-span.cm-footer-menu > div {
  width: 100%;
}

address {
  font-style: normal;
}

.cm-address address {
  margin-bottom: 30px;
}

.cm-address address p {
  margin-bottom: 0;
}

.cm-address a {
  display: block;
  color: inherit;
  font-weight: 400;
  margin-bottom: 26px;
}

.cm-address a:last-child {
  margin-bottom: 0;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float: right;
  padding-top: 23px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  margin-right: 43px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: block;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  top: 29px;
  border-bottom: 6px solid #69c3cc;
  opacity: 0;
  pointer-events: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before {
  opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  margin-top: -16px;
  margin-right: 0;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  color: #fff !important;
  background-color: #69c3cc;
  transition: all .3s ease;
  text-decoration: none;
  text-align: center;
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 10px;
  max-width: 100%;
  letter-spacing: 1px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  min-width: 190px;
  padding: 16px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a svg#ico-arrow {
  margin-left: 10px;
  fill: #fff;
  overflow: hidden;
  width: 5px;
  height: 7px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
  background-color: #49888e !important;
}

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper {
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
  }
  /* Scroll Header */

  .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #4a6589;
  }

  .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 20px;
  }

  .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 13px;
    margin-left: -50px;
  }

  .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding: 10px;
  }

  .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-top: -10px;
    margin-right: 0;
  }
  .custom-menu-primary ul li.active > a,
  .custom-menu-primary ul li.active-branch > a {
    color: #69c3cc;
  }

  .custom-menu-primary ul li.active > a:before,
  .custom-menu-primary ul li.active-branch > a:before {
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #69c3cc;
    text-decoration: none;
  }
  .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #4a6589;
  }
  /* Patient Header Stying */

  .cm-about-patient .custom-menu-primary .hs-menu-wrapper > ul > li:last-child,
  .careers-page .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    display: none;
  }
    .cm-about-patient .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
 
    display: list-item;
  }
  .cm-about-patient .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a{
 
      background-color: #f89337;
  }
 .cm-about-patient .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:hover{
 
      background-color: #d67c29;
  }

  .cm-about-patient .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #4a6589;
  }

  .cm-about-patient .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .cm-about-patient .custom-menu-primary ul li.active > a,
  .cm-about-patient .custom-menu-primary ul li.active-branch > a {
    color: #69c3cc;
  }

  .cm-about-patient .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before,
  .cm-about-patient .custom-menu-primary ul li.active > a:before,
  .cm-about-patient .custom-menu-primary ul li.active-branch > a:before{
    border-color: #69c3cc;
  }

  .cm-about-patient .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child,
  .careers-page .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    display: block;
  }

  .cm-about-patient .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a,
  .careers-page .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
    display: block;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    background-color: transparent;
    color: #4a6589 !important;
    padding: 0;
    text-align: left;
    border-radius: 0;
    min-width: auto;
  }

  .cm-about-patient .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child,
  .careers-page .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    margin-top: 0;
    margin-right: 20px;
  }

  .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li > a::before {
    top: 33px;
  }
  .cm-about-patient .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:before,
  .careers-page .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:before {
    display: block;
  }

  .cm-about-patient .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover > a,
  .careers-page .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover > a {
    color: #e7852d !important;
  }

  .careers-page .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover > a {
    color: #4a6589 !important;
  }
  .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper {
    display:  block !important;
    overflow:  visible !important;
    opacity:  1 !important;
    height: auto !important;
  }
  .careers-page .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
  }
  .custom-menu-primary ul li.active-menu > a:before {
    opacity:1;
  }
  .careers-page .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #82add8;
  }
  .cm-about-patient .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .cm-about-patient .custom-menu-primary ul li.active-menu > a{
    color: #E7852D !important;
  }
  .cm-about-patient .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before,
  .cm-about-patient .custom-menu-primary ul li.active-menu > a:before {
    border-color: #E7852D;
  }

  .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before { 
    opacity: 1;
  }
  .cm-about-patient .custom-menu-primary ul li.active-menu > a:before {
    opacity:1;
  }
  .cm-about-patient .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li.active-menu > a {
    color: #E7852D !important;
  }
}


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

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

@media (max-width: 1024px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: -42px;           /* Position Button at right of screen */
    right: 15px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */   
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    transition: all .25s ease;
    height: 18px;
    width: 25px;
  }
  .mobile-trigger:hover {
    opacity: .7;
  }
  .mobile-trigger span {
    background: #fff;
    border: 0;
    cursor: pointer;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .25s ease;
    width: 100%;
  }

  .mobile-trigger span:nth-of-type(2) {
    top: 8px;
  }

  .mobile-trigger span:nth-of-type(3) {
    top: 16px;
  }

  .menu-open1 .trigger1 .top {
    transform: translatey(8px) translatex(0) rotate(45deg);
    background: #fff;
  }

  .menu-open1 .trigger1 .middle {
    opacity: 0;
    background: #fff;
  }

  .menu-open1 .trigger1 span:nth-of-type(3) {
    top: 16px;
    transform: translatey(-8px) translatex(0) rotate(-45deg);
    background: #fff;
  }


  .menu-open2 .trigger2 .top {
    transform: translatey(8px) translatex(0) rotate(45deg);
    background: #6c98c4;
  }

  .menu-open2 .trigger2 .middle {
    opacity: 0;
    background: #fff;
  }

  .menu-open2 .trigger2 span:nth-of-type(3) {
    top: 16px;
    transform: translatey(-8px) translatex(0) rotate(-45deg);
    background: #6c98c4;
  }



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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

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

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

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

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

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 15px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    text-align: center;
  }
  .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{
    display: inline-block;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px;
    line-height: 1.4;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #2b4c6c;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-top: 0;
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
    background-color: #487fb5;
    padding: 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:hover {
    background-color: #2b4c6c;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a::before {
    display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

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

}
@media(max-width: 1134px) and (min-width: 1024px){
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
    display: none;
  }
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}

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

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

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

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}

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

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


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

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


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

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

.comment-body {
  border-bottom: medium none;
  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;
}

#recaptcha_area, #recaptcha_table {
  width: 318px!important;
  overflow-x: auto !important;
  max-width: 100% !important;
}


/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: inline-block;
  padding-right: 7px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 20px;
  padding: 15px 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 .form-title {
  font-size: 28px;
}

.blog-sidebar ul {
  padding-left: 22px;
}


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

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

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

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

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

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


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


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

/* Form Background */
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-span.widget-type-form,
.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
.hs_cos_wrapper_type_form,
.hs-search-field,
.section.post-footer form {
  display: block;
  background-color: #24456E;
  position: relative;
  max-width: 500px;
  padding: 15px;
  color: #fff;
}

.section.post-footer form {
  max-width: 100%;
}


/* Form Background */
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search::before,
.widget-type-blog_subscribe::before,
.widget-span.widget-type-form,
.landing-page.one-column .body-container .widget-type-form::before,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search::before,
.password-template .body-container form::before,
.subscription-template .body-container .widget-type-email_simple_subscription form::before,
.hs_cos_wrapper_type_form::before,
.hs-search-field::before,
div#comment-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.04);
}

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

.hs-form {
  position: relative;
  z-index: 1;
}

.body-container form h3,
h3.form-title{
  color: #fff;
  position: relative;
  z-index: 1;
}

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  margin: 17px 0 10px;
  -webkit-appearance: none;
  border: 0;
  transition: all .3s ease;
  padding: 0 15px;
  width: 100%;
  background: #405A7F;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 50px;
  display: block;
  position: relative;
  z-index: 1;
  font-family: inherit;  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  transition: all .3s ease;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 10px;
  color: #fff;
  line-height: 50px;
  background: #69c3cc;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0 15px;
  display: inline-block;
  width: 100%;
  margin: 15px 0 0;
  position: relative;
  z-index: 1;
  font-family: inherit;
  white-space: normal !important;
}

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

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


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

.hs-error-msgs.inputs-list{
  margin: 0;
}

ul.hs-error-msgs.inputs-list label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fa6161;
  display: block;
  letter-spacing: 1px;
  padding-top: 5px;
}

.subscribe-options label span {
  color: #444;
}

ul.hs-error-msgs.inputs-list {
  list-style: none;
}

ul.hs-error-msgs.inputs-list {
  padding-left: 0;
}

.checkbox-row span.fakelabel span {
  width: calc(100% - 40px);
}

.subscription-template.one-column #submitbutton {
  font-size: 11px;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width:  100%;
  overflow:  hidden;
  overflow-x: auto;
}

/* Full Width Layout */

.full-width .custom-banner {
  background-image: linear-gradient(-179deg, #F3F4F6 0%, #CBDEE7 100%);
}

.full-width .custom-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.full-width .custom-banner-img img {
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
  object-position: 100% 50%;
}

.full-width .custom-banner-inner-wrapper p {
  opacity: 1;
}

.full-width .body-container p {
  line-height: 1.8;
  margin-bottom: 34px;
}

.custom-layout .body-container a {
  font-weight: 600;
}

.full-width .body-container .page-center > div > div.row-fluid > div {
  margin-bottom: 80px;
}

.full-width .body-container .page-center p:last-child {
  margin-bottom: 0;
}

.subscribe-options label {
  margin-left: 0;
  margin-right: 0;
}

/* Home */

.bl-profit {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.col-without {
  position: relative;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bl-profit .col {
  width: 50%;
  background-color: #1E233E;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-without::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.07);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl-profit .img-holder {
  width: 100%;
  flex: 0 0 auto;
}

.bl-profit img {
  width: 100%;
}

.profit-info {
  max-width: 510px;
  width: 100%;
  color: #fff;
  padding-top: 108px;
  padding-bottom: 140px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.col-without .profit-info {
  padding-left: 15px;
  padding-right: 75px;
}

.profit-info h2 {
  font-size: 51px;
  color: inherit;
  letter-spacing: -1.83px;
  margin-bottom: 30px;
}

.profit-info ul {
  margin: 0;
  padding: 0 0 0 35px;
}

.profit-info li {
  opacity: .66;
  font-size: 20px;
  letter-spacing: -.33px;
  list-style: none;
  position: relative;
}

.profit-info li::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.bl-profit .prefix {
  position: absolute;
  bottom: 155px;
  left: 0;
  right: 0;
  margin: auto;
  width: 154px;
  height: 154px;
  line-height: 154px;
  background-color: #f89337;
  font-size: 61px;
  color: #fff;
  letter-spacing: 0;
  border-radius: 50%;
  text-align: center;
}

svg {
  width: 17px;
  height: 17px;
}

.bl {
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.bl-blue {
  background-color: #24456E;
}

.bl-estimation {
  color: #fff;
}

.bl-estimation .row-title {
  opacity: .9;
  text-align: center;
  letter-spacing: -.95px;
  position: relative;
  top: -6px;
}

.bl-estimation .row-title {
  margin-bottom: 70px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.bl-estimation .row-title h2 {
  color: inherit;
}

.bl-estimation .row-title h2 {
  opacity: .9;
  font-weight: 500;
  font-size: 43px;
  letter-spacing: -1px;
}

.bl-estimation .estimation {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 38px 10px 52px 52px;
}

.bl-estimation .estimation-subtitle {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: rgba(248, 147, 55, 0.82);
  letter-spacing: 1.26px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.bl-estimation .estimation-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.bl-estimation .estimation-holder .item {
  -ms-flex: auto;
  flex: auto;
}

.bl-estimation .estimation-holder .label {
  font-weight: 700;
  font-size: 19px;
  color: rgba(250, 250, 250, 0.82);
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.bl-estimation .estimation-holder .el {
  font-size: 39px;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 1px;
  line-height: .8;
}

.bl-estimation .page-center {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}

.bl-estimation .estimation-holder .pref {
  font-weight: 600;
  font-size: 39px;
  letter-spacing: 1px;
  height: 44px;
  -ms-flex: auto;
  flex: auto;
}

.bl-cyan {
  background-color: #eef3f7;
}

.bl-faq.bl {
  padding-bottom: 90px;
}

.bl.bl-cyan.bl-faq .row-title {
  opacity: .9;
  text-align: center;
  letter-spacing: -.95px;
  position: relative;
  top: -6px;
}

.bl-faq .row-title {
  margin-bottom: 95px;
}

.bl-faq .container,
.bl-faq .faq-accordion a,
.faq-accordion .bl-faq a,
.bl-faq .faq-accordion ul li,
.faq-accordion ul .bl-faq li {
  max-width: 995px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.bl h2 {
  font-size: 41px;
}

.bl.bl-cyan.bl-faq .row-title h2 {
  color: inherit;
}

.bl.bl-cyan.bl-faq .faq-accordion li {
  list-style: none;
}

.bl.bl-cyan.bl-faq.faq-accordion a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 25px;
  color: rgba(74, 101, 137, 0.9);
  letter-spacing: -1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.faq-accordion .accord-icons {
  padding-left: 10px;
  float: right;
}

svg:not(:root) {
  overflow: hidden;
}

.faq-accordion .minus {
  display: none;
}

.js-acc-hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  display: block;
  width: 100%;
}

.faq-accordion ul {
  margin: 0;
  padding: 80px 0;
  background-color: #fff;
}

.faq-accordion ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.faq-accordion ul::after {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.faq-accordion h3 {
  font-size: 29px;
  color: rgba(74, 101, 137, 0.9);
  letter-spacing: -1px;
  margin-bottom: 54px;
}

.faq-accordion p {
  color: rgba(33, 47, 66, 0.67);
  letter-spacing: 0;
  line-height: 1.9;
  padding-right: 70px;
  margin: 0;
}
ul.faq-accordion.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq .faq-accordion a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 25px;
  color: rgba(74, 101, 137, 0.9);
  letter-spacing: -1px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-decoration: none;
}

.faq .faq-accordion a:hover {
  text-decoration: none;
  color: #f89337;
}

.faq .faq-accordion .active a {
  color: rgba(248, 147, 55, 0.81);
  letter-spacing: -1px;
}

.faq-accordion svg#minus {
  display: none;
}


.bl-form-main {
  padding: 120px 0;
  background-color: #24456E;
  position: relative;
  color: #fff;
  padding-bottom: 100px;
}

.bl-form-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.04);
}

.bl-form-main .page-center {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.bl-form-main .row-title {
  opacity: .9;
  text-align: center;
  letter-spacing: -.95px;
  position: relative;
  top: -6px;
  margin-bottom: 60px;
}

.bl-form-main .row-title h2 {
  color: inherit;
  font-size: 38px;
  letter-spacing: -1px;
}

.bl-form-main .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.bl-form-main .hs_cos_wrapper_type_form {
  display: block;
  background-color: transparent;
  position: relative;
  max-width: 100%;
  padding: 0;
  color: #fff;
  width: 100%;
}

.bl-form-main .contact-form .hs-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bl-form-main .hs-form > div {
  font-weight: 800;
  font-size: 13px;
  color: inherit;
  letter-spacing: 2px;
  max-width: 220px;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-right: 10px;
  vertical-align: bottom;
  position: relative;
}

.bl-form-main .hs-form > div.hs_error_rollup {
  max-width: 100%;
  text-align: center;
  position: absolute;
  bottom: -85px;
  width: calc(100% - 10px);
  margin: 0;
  left: 5px;
}
.bl-form-main .hs-form > div.hs_error_rollup label {
  font-size: 12px !IMPORTANT;
}
.bl-form-main .hs-form > div.hs_error_rollup ul.hs-error-msgs.inputs-list label {
  font: 17px/1.4 "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: none;
}

.bl-form-main form.hs-form .hs-form-field ul.inputs-list {
  position: absolute;
}

.bl-form-main .hs_cos_wrapper_type_form:before {
  display: none;
}

.bl-form-main .hs-form > div input {
  margin-bottom: 0 !important;
}

.bl-form-main .hs-form > div.hs_submit.hs-submit {
  max-width: 193px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.bl-form-main .hs-form > div.hs_submit.hs-submit input.hs-button.primary.large {
  min-width: 193px;
  padding-top: 0;
  padding-bottom: 0;
  background: #69c3cc;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
}

.bl-form-main .hs-form > div.hs_submit.hs-submit input.hs-button.primary.large:hover {
  background-color: #49888e;
}

/* Placeholder Text */

.bl-form-main input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.81);
}

.bl-form-main input::-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.81);
}

.bl-form-main input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.81);
}

.bl-form-main input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.81);
}

.bl-testimonials {
  position: relative;
}

.bg-fit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.bg-fit img {
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
}

.bl-testimonials .container {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
  position: relative;
}

.bl-testimonials .row-title {
  opacity: .9;
  text-align: center;
  letter-spacing: -.95px;
  position: relative;
  top: -6px;
}

.bl-testimonials .row-title.row-title-large {
  margin-bottom: 40px;
}

.bl-testimonials .row-title h2 {
  opacity: .9;
  font-size: 41px;
  letter-spacing: -1px;
}

.bl-testimonials .row-title.row-title-large h2 {
  font-weight: 500;
  font-size: 43px;
  color: rgba(74, 101, 137, 0.9);
}

.bl-testimonials .panel-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 970px;
  margin: 90px auto;
  padding: 0;
  list-style: none;
  margin-bottom: 100px;
  margin-top: 0;
}

.panel-tabs li {
  list-style: none;
  width: 33.3%;
  display: -ms-flexbox;
  display: flex;
}

.tabset a {
  text-decoration: none;
}

.bl-testimonials .panel-tabs a {
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  color: rgba(112, 140, 176, 0.9);
  letter-spacing: -.44px;
  line-height: 1.6;
  border-top: 3px solid #708cb0;
  border-bottom: 3px solid #708cb0;
  -ms-flex: auto;
  flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .3s ease;
}

.panel-tabs li:first-child a {
  border-radius: 11px 0 0 11px;
  border-left: 3px solid #708cb0;
}

.panel-tabs li:last-child a {
  border-radius: 0 11px 11px 0;
  border-right: 3px solid #708cb0;
}

.panel-tabs a.active, .panel-tabs a:hover {
  background-color: #708cb0;
  color: #fff;
}

.bl-testimonials .row-content ul.slider.js-slider {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.bl-testimonials .row-content ul.slider.js-slider li {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  transform: translate3d(0, 0, 0);
  margin-bottom: 80px;
}

.bl-testimonials .slider-holder {
  display: -ms-flexbox;
  display: flex;
}

.bl-testimonials .slider .slider-img {
  -ms-flex: none;
  flex: none;
  border-radius: 5px;
  overflow: hidden;
}

.bl-testimonials .slider img {
  width: auto;
  height: 378px;
  display: block;
}

.bl-testimonials .slider .slider-text {
  padding-left: 30px;
  display: -ms-flexbox;
  display: flex;
}

blockquote {
  border-radius: 10px;
  border: 0;
  margin: 0;
  padding: 10px;
  -ms-flex: auto;
  flex: auto;
  position: relative;
  font-size: 19px;
  color: #3c5677;
}

.bl-testimonials .slider blockquote {
  padding: 48px 10px 48px 57px;
}

blockquote::before {
  content: '';
  background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}

blockquote * {
  position: relative;
  z-index: 1;
}

.bl-testimonials .icon-quote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 53px;
  height: 53px;
  border-radius: 10px;
  background: #69c3cc;
}

.bl-testimonials .slider .icon-quote {
  margin-bottom: 30px;
}

.custom-layout .body-container blockquote p {
  font-size: inherit;
  font-weight: 300;
  color: inherit;
  letter-spacing: -.11px;
  line-height: 1.6;
  margin-bottom: 24px;
}

blockquote cite {
  display: block;
  padding-top: 5px;
}

blockquote cite {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 2.1;
}

.bl-testimonials .slider blockquote::after {
  content: '';
  position: absolute;
  top: 35px;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 14px 27px 0;
  border-color: transparent #fff transparent transparent;
  opacity: .5;
}

.bl-testimonials svg {
  width: 28px;
  height: 22px;
}

.difficult-or-incomplete-slide .hs_cos_gallery_main .slick-prev, 
.difficult-or-incomplete-slide .hs_cos_gallery_main .slick-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
  line-height: 1;
  min-width: 1px;
  z-index: 2;
  cursor: pointer;
  background: url(//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Images/arrow-blue.svg) no-repeat 0 0/contain;
  width: 64px;
  height: 64px;
  top: 40%;
}

.difficult-or-incomplete-slide .hs_cos_gallery_main .slick-prev:before, 
.difficult-or-incomplete-slide .hs_cos_gallery_main .slick-next:before {
  display: none;
}

.difficult-or-incomplete-slide .hs_cos_gallery_main button.slick-prev {
  transform: translateY(-50%) rotate(180deg);
  right: calc(100% + 100px);
  left: auto;
}

.difficult-or-incomplete-slide .hs_cos_gallery_main .slick-prev:hover,
.difficult-or-incomplete-slide .hs_cos_gallery_main .slick-next:hover {
  opacity: .8;
}

.difficult-or-incomplete-slide .hs_cos_gallery_main button.slick-next {
  left: calc(100% + 100px);
  right: auto;
}

.slick-slide-inner-wrapper .difficult-or-incomplete-slide {
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-slide-inner-wrapper .difficult-or-incomplete-slide .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.slick-slide-inner-wrapper .row-title {
  opacity: .9;
  text-align: center;
  letter-spacing: -.95px;
  position: relative;
  top: -6px;
  margin-bottom: 80px;
}

.slick-slide-inner-wrapper .row-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slick-slide-inner-wrapper .col-text {
  padding-right: 8%;
}

.slick-slide-inner-wrapper .row-content h3 {
  opacity: .82;
  font-weight: 600;
  letter-spacing: -.88px;
  margin-bottom: 40px;
  padding-left: 15px;
}

.slick-slide-inner-wrapper .row-content ul {
  margin: 0 0 30px;
  padding: 0 0 0 25px;
}

.slick-slide-inner-wrapper .row-content li {
  opacity: .82;
  font-size: 22px;
  letter-spacing: -.13px;
  line-height: 1.7;
  position: relative;
  list-style: none;
}

.slick-slide-inner-wrapper .row-content li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #4a6589;
  position: absolute;
  left: -24px;
  top: 16px;
}

.slick-slide-inner-wrapper .col-img {
  -ms-flex: none;
  flex: none;
  font-size: 0;
}

.slick-slide-inner-wrapper .img-border-rad-holder {
  border-radius: 10px;
  overflow: hidden;
}

.slick-slide-inner-wrapper .row-content p {
  color: rgba(45, 79, 121, 0.82);
  letter-spacing: -.1px;
  line-height: 1.8;
  margin-bottom: 28px;
}

.slick-slide-inner-wrapper .row-content .col-img .img-border-rad-holder p {
  margin: 0;
  padding: 0;
}

.slick-slide-inner-wrapper .alignleft {
  float: left;
  margin: 0 1.4em 0 0;
  margin-bottom: 0 !important;
}

.difficult-or-incomplete-slide .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.difficult-or-incomplete-slide l.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1060px;
  margin: 90px auto 0;
  position: relative;
}

.difficult-or-incomplete-slide .slick-dots li {
  list-style: none;
  text-align: center;
  padding: 0 10px;
  -ms-flex: 1 1 33.3%;
  flex: 1 1 33.3%;
  margin: 0;
}

.difficult-or-incomplete-slide .slick-dots li button {
  font-weight: 700;
  font-size: 14px;
  color: rgba(178, 187, 199, 0.85);
  letter-spacing: 2.47px;
  text-transform: uppercase;
  position: relative;
  padding-top: 36px;
  display: block;
  z-index: 1;
  cursor: pointer;
}

.difficult-or-incomplete-slide .slick-dots li button:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #f1f3f5;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}

.difficult-or-incomplete-slide .slick-dots li button:after {
  content: '';
  background-color: #fff;
  width: 200%;
  height: 30px;
  position: absolute;
  top: -12px;
  right: calc(50% + 10px);
}
.faq-accordion ul.slide {
  margin: 0;
  padding: 80px 0;
  background-color: #fff;
  width: 100% !important;
  overflow: hidden;
  position:relative;
  display:none;
}
.faq-accordion li.active #minus {
  display: inline-block;
}
.faq-accordion li.active #plus {
  display: none;
}

.difficult-or-incomplete-slide .slick-slide-inner-wrapper {
  display: block !important;
  margin: 0 !important;
}

.difficult-or-incomplete-slide {
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.difficult-or-incomplete-slide .row-title {
  opacity: .9;
  text-align: center;
  letter-spacing: -.95px;
  position: relative;
  top: -6px;
  margin-bottom: 80px;
}

.col-with .profit-info {
  padding-right: 15px;
  padding-left: 75px;
}

.panel-tabs li.active a {
  background-color: #708cb0;
  color: #fff;
}

.cm-home-fw-wrap {
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.cm-home-fw-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.cm-home-fw-img img {
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
}

.cm-home-fw-wrap .page-center {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cm-home-fw-wrap h2 {
  font-weight: 300;
  opacity: .9;
  font-size: 39px;
  letter-spacing: -1.15px;
  padding: 10px 0;
}

.bl-testimonials ul.slick-dots {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* Patient Layout */

.Patient-lay .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a svg#ico-arrow {
  display: none;
}

.popup-form {
  display: none;
}
.bl-action {
  min-height: calc(100vh - 56px);
  position:relative;
}
.bg-fit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bl-action img {
  mix-blend-mode: multiply;
  opacity: .4;
  z-index: 1;
}
.bl-action img {
  position: relative;
}
.bg-fit img {
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
}
.bl-action .blend-mask {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #24456E;
  width: 100%;
  height: 100%;
  opacity: 1;
  margin-bottom: 0;
}
.custom-layout .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
.action {
  max-width: 590px;
  color: #fff;
}
.action > h2 {
  color: inherit;
  font-weight: 500;
  opacity: .82;
  letter-spacing: -1.28px;
  margin-bottom: 37px;
}
.action h2 span {
  color: #f89337;
  display: block;
}
.action p {
  opacity: .82;
  font-size: 17px;
  letter-spacing: -.1px;
  line-height: 1.8;
  margin-bottom: 26px;
}
.action .btn{
  max-width: 405px;
  width: 100%;
  font-weight: 800!important;
}
.Patient-lay .custom-banner .custom-banner-img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:2;
}
.Patient-lay .custom-banner .custom-banner-img  img {
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
}
.custom-banner .page-center {
  position: relative;
  z-index: 3;
}
.custom-banner {
  position: relative;
  z-index: 3;
}
.Patient-lay .custom-banner-inner-wrapper p {
  opacity: 1;
  line-height: 1.4;
}
.Patient-lay .hero-lightbox .btn {
  max-width: 390px;
  width: 100%;
  margin-top:0;
  opacity: .9;
  font-weight: 700;
}


.cm-two-col-patient-full {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cm-two-col-patient-full .col-text {
  padding-right: 8%;
}
.cm-two-col-patient-full h2 {
  font-size: 4.4vh;
  margin-bottom: 4.7vh;
  color: rgba(74, 101, 137, 0.82);
  letter-spacing: -1.28px;
  font-size: 41px;
}
.cm-two-col-patient-full p {
  color: rgba(45, 79, 121, 0.82);
  letter-spacing: -.1px;
  line-height: 1.8;
  margin-bottom: 3.1vh;
  font-size: 20px;
}
.cm-two-col-patient-full .cm-two-col-img img {
  display: block;
}
.cm-two-col-patient-full .cm-two-col-img  {
  -ms-flex: none;
  flex: none;
  font-size: 0;
}
.cm-inne-wo-col-img {
  border-radius: 10px;
  overflow: hidden;
}
.cm-inne-wo-col-img p {
  margin: 0;
  color: rgba(45, 79, 121, 0.82);
  letter-spacing: -.1px;
  line-height: 1.8;
}
.cm-inne-wo-col-img img {
  display: block;
  height: auto;
  max-width: 500px;
  width:100%;
}
.Patient-lay .bl-reviews {
  padding: 0;
}
.bl-reviews {
  height: 600px;
}
.custom-patient-row-2-gallery .hs_cos_gallery_main {
  padding: 0;
  margin: 0!important;
}
.custom-patient-row-2-gallery  .slick-slide-inner-wrapper {
  position: relative;
  z-index: 3;
  height: 600px;
  width:100%
}

.custom-patient-row-2-gallery  .slick-slide-inner-wrapper > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
}

.custom-patient-row-2-gallery  .caption.below {
  min-height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1320px;
  height: inherit;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
}
.custom-patient-row-2-gallery  .caption.below > span {
  max-width: 535px;
  padding: 15px 45px 15px 15px;
  -ms-flex: auto;
  flex: auto;
  position: relative;
  border-radius: 10px;
  border: 0;
  margin: 0;
}
.custom-patient-row-2-gallery  .caption.below blockquote{
  font-size: 28px;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: -.68px;
  line-height: 1.6;
  padding: 0;
  border-radius: 0!important;
}
.custom-patient-row-2-gallery  .caption.below *{
  background: transparent!important;
}
.custom-patient-row-2-gallery  .caption.below blockquote p {
  font-size: inherit;
  font-weight: 300;
  color: inherit;
  letter-spacing: -.11px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.bl-reviews .custom-patient-row-2-gallery  .caption.below blockquote cite {
  font-weight: 600;
  font-size: 14px;
  color: inherit;
  letter-spacing: 1.47px;
}
.bl-reviews .custom-patient-row-2-gallery  .caption.below blockquote cite span {
  font-weight: 800;
  display: block;
  font-size: 30px;
  color: inherit;
  letter-spacing: 0;
  line-height: 1.9;
  text-transform: none;
}
.custom-patient-row-2-gallery  .caption.below blockquote:before,
.custom-patient-row-2-gallery  ul.slick-dots {
  display: none!important;
}

.custom-patient-row-2-gallery button.slick-arrow:before{
  display:none
}
.custom-patient-row-2-gallery  button.slick-arrow{
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
  line-height: 1;
  min-width: 1px;
  z-index: 2;
  cursor: pointer;
  width: 64px;
  height: 64px;
  font-size:0px;
  background: url('//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Images/arrow-white.svg') no-repeat 0 0/contain;
  margin-top: 0;

}
.custom-patient-row-2-gallery  button.slick-arrow:hover {
  opacity: .8;
}
.custom-patient-row-2-gallery  button.slick-arrow.slick-next{
  right: 40px;
}
.custom-patient-row-2-gallery  button.slick-arrow.slick-prev {
  left: 40px;
  transform: translateY(-50%) rotate(180deg);
}

.bl-testimonials .tab-content ul.slick-dots li button {
  font-family: inherit;
}

.bl-testimonials .tab-content ul.slick-dots {
  text-align: center;
  position: static;
  margin: 0;
  display: block;
  margin-bottom: -6px;
}

body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  opacity: 0;
  transition-duration: inherit;
  background: rgba(17, 45, 81, 0.7);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: transform, opacity;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  min-width: 1px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
  width: 100%;
  margin: 0 auto;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
/* Navigation arrows */
.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: 'Ã—';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small::after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
  box-sizing: border-box;
  z-index: 2;
  font: 300 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 50%;
  border-width: 0px;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover {
  background: transparent;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1;
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
p.fancybox-share__links {
  margin-right: -10px;
}
.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}
/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
.fancybox-container .popup-form {
  margin: 44px 0;
}
.popup-form {
  max-width: 714px;
  width: 95%;
  padding: 70px 40px 60px;
  display: none;
}
.popup-form .row-title {
  text-align: center;
  margin-bottom: 30px;
}
.popup-form .row-title p {
  color: #797979;
  letter-spacing: -.45px;
}
.popup-form h2 {
  font-weight: 500;
  font-size: 38px;
  color: #112d51;
  margin-bottom: 32px;
  line-height: 1.2;
  letter-spacing: normal;
  margin-top:-6px;
}
.popup-form form p {
  margin-bottom: 10px;
}
.popup-form input[type='text'], 
.popup-form input[type='tel'], 
.popup-form input[type='email'],
.popup-form input[type='search'], 
.popup-form input[type='number'],
.popup-form input[type='password'], 
.popup-form input[type='url'], 
.popup-form input[type='date'] {
  padding: 0 30px;
  height: 57px;
  line-height: 57px;
  margin: 0!important;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 0;
  transition: all .3s ease;
  background: #EDEDED;
  border-radius: 2px;
  font-size: 17px;
  color: #8B8B8B;
  letter-spacing: -0.45px;
}
.popup-form .field-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popup-form .field-holder > span {
  -ms-flex: auto;
  flex: auto;
}
.popup-form .field-holder > span:first-child {
  margin-right: 15px;
}
.popup-form h4 {
  margin: 27px 0 28px;
  text-align: center;
}
.popup-form .field-btn-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.popup-form .field-btn-inner:hover input {
  background-color: #d67c29;
}
.popup-form .field-btn-inner:hover svg {
  cursor: pointer;
}
.popup-form .actions {
  text-align: center;
  margin: 40px 0 0;
  height: 81px;
  line-height: 81px;
  display: flex;
  justify-content: center;
}
.popup-form .actions input {
  border-radius: 10px;
  overflow: hidden;
  height: 81px;
  width: 325px;
  line-height: 81px;
  padding: 0 45px;
  margin-top: 0!important;
  font-weight: 800!important;
  font-size: 16px;
  letter-spacing: 1px;
}
.popup-form .actions svg {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  fill: #fff;
}
.fancybox-container .intro-form {
  border-radius: 20px;
  text-align: center;
  display: none;
  max-width: 785px;
  width: 90%;
  padding: 105px 10px;
  transform: scale(0.75);
  margin: 44px 0;
}
.fancybox-container .intro-form h2 {
  font-weight: 600;
  color: #24456E;
  font-size: 60px;
  margin-bottom: 70px;
}
.fancybox-container .intro-form li {
  list-style: none;
  margin-bottom: 20px;
}
.fancybox-container .intro-form li:last-child {
  margin-bottom: 0;
}
.fancybox-container .intro-form a {
  text-transform: uppercase;
  min-width: 380px;
  line-height: 1.4;
  font-size: 18px;
  position: relative;
  padding: 30px 50px;
}
.fancybox-container .intro-form a svg {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.fancybox-introblock .fancybox-bg {
  background-color: rgba(56, 86, 123, 0.91);
  opacity: 1;
  position: relative;
  height: 100%;
}
.fancybox-introblock .fancybox-bg::before {
  content: '';
  background: url("assets/images/fancy-bg.jpg") no-repeat 0 0/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fancybox-introblock .fancybox-close-small {
  min-width: 1px;
  width: 30px;
  height: 30px;
  top: 42px;
  right: 41px;
}
.fancybox-introblock .fancybox-close-small:focus::after {
  outline: 0;
}
.fancybox-introblock .fancybox-close-small:hover::after,
.fancybox-introblock .fancybox-close-small:hover::before {
  background-color: #5e6f88;
}
.fancybox-introblock .fancybox-close-small::after,
.fancybox-introblock .fancybox-close-small::before {
  content: '';
  height: 3px;
  background-color: #7889a1;
  position: absolute;
  top: 19px;
  right: 0;
  border-radius: 0;
  width: 30px;
}
.fancybox-introblock .fancybox-close-small::before {
  transform: rotate(45deg);
}
.fancybox-introblock .fancybox-close-small::after {
  transform: rotate(-45deg);
}

.fancybox-stage .fancybox-slide .fancybox-content {
  margin-bottom: 44px;
}
div#popup-form-4 > span {
  background: transparent!important;
  max-width: 100%;
  padding: 0;
}
div#popup-form-4 > span:before {
  display: none;
}
div#popup-form-4 h3:empty {
  display: none;
}
div#popup-form-4 .hs-richtext {
  text-align: center;
}
div#popup-form-4 .hs-richtext p {
  color: #797979;
  letter-spacing: -.45px;
}
div#popup-form-4 .hs-richtext p:last-child {
  margin-bottom: 0;
  margin-bottom: 36px;
}
div#popup-form-4 .hs-form-field > label {
  display: none!important;
}
div#popup-form-4 .input {
  margin-bottom: 10px;
}
/* Home Page */

.home-page .bl-testimonials .row-title.row-title-large h2 {
  font-size: 41px;
  font-weight: normal;
}

.home-page .bl-testimonials .panel-tabs {
/*   display: none !important; */
}

.home-page .bl-testimonials .row-title.row-title-large {
  margin-bottom: 80px;
}

.difficult-or-incomplete-slide ul.slick-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  max-width: 1060px !important;
  margin: 90px auto 0 !important;
  position: relative !important;
}

.difficult-or-incomplete-slide ul.slick-dots li {
  width:  auto;
  height: auto;
}
.difficult-or-incomplete-slide ul.slick-dots li a {
  font-weight: 700;
  font-size: 14px;
  color: rgba(178, 187, 199, 0.85);
  letter-spacing: 2.47px;
  text-transform: uppercase;
  position: relative;
  padding-top: 36px;
  display: block;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
}

.difficult-or-incomplete-slide ul.slick-dots li.slick-active a {
  color: #ffb97a;
}

.difficult-or-incomplete-slide ul.slick-dots li a:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #f1f3f5;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.difficult-or-incomplete-slide ul.slick-dots li.slick-active a:before,
.difficult-or-incomplete-slide ul.slick-dots li a:hover:before {
  border-color: #ffb97a;
}
.difficult-or-incomplete-slide ul.slick-dots li a:hover {
  color: #ffb97a;
}
.difficult-or-incomplete-slide ul.slick-dots li:first-child a:after,
.difficult-or-incomplete-slide ul.slick-dots li:last-child a:after {
  content: '';
  background-color: #fff;
  width: 200%;
  height: 30px;
  position: absolute;
  top: -12px;
}
.difficult-or-incomplete-slide ul.slick-dots li:first-child a:after {
  right: calc(50% + 10px);
}
.difficult-or-incomplete-slide ul.slick-dots li:last-child a:after {
  left: calc(50% + 10px);
}
.difficult-or-incomplete-slide ul.slick-dots:after {
  content: '';
  width: 100%;
  margin: 0 auto;
  height: 5px;
  background-color: #f1f3f5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.difficult-or-incomplete-slide {
  overflow: hidden;
}

.bl-testimonials .tab-content .row-content {
  height:  0;
  opacity:  0;
  visibility: hidden;
}
.bl-testimonials .tab-content .row-content.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.bl-testimonials .tab-content {
  overflow: hidden;
}
.bl-testimonials .tab-content ul.slick-dots {
  text-align: center;
  position:  static;
  margin:  0;
  margin-bottom: -6px;
}
.bl-testimonials .tab-content ul.slick-dots li {
  display: inline-block !important;
  list-style: none;
  margin: 0 3px !important;
  width:  auto !important;
  height: auto !important;
}
.bl-testimonials .tab-content ul.slick-dots li button {
  padding: 11px 13px 9px;
  background-color: #e3eaf3;
  border-radius: 5px;
  min-width: 1px;
  color: rgba(33, 47, 66, 0.25);
  text-align: center;
  height: auto;
  line-height: 1;
  font-size: 14px;
  width: 33px;
  font-weight: 500;
}
.bl-testimonials .tab-content ul.slick-dots li button:before {
  display: none;
}
.bl-testimonials .tab-content ul.slick-dots li.slick-active button,
.bl-testimonials .tab-content ul.slick-dots li:hover button  {
  background-color: #f89337;
  color: rgba(255, 255, 255, 0.85);
}
.custom-patient-row-2-gallery button.slick-arrow.slick-disabled,
.difficult-or-incomplete-slide button.slick-arrow.slick-disabled {
  display: none !important;
}
.hospital-lay .slick-slide-inner-wrapper h1.only-home {
  display: none;
}
.slick-slide-inner-wrapper .img-border-rad-holder img {
  border-radius: 10px;
}

.full-width .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  display: none !important;
}

.full-width .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  display: block !important;
}

/* Home Page Syling */

.home-page .difficult-or-incomplete-slide .row-title {
  display: none;
}

.home-page .only-home {
  opacity: .9;
  text-align: center;
  letter-spacing: -.95px;
  position: relative;
  top: -6px;
  margin-bottom: 80px;
}

.home-page .slick-slide-inner-wrapper .row-content h3 {
  display: none;
}

.home-page .slick-slide-inner-wrapper .row-content p {
  font-size: 20px;
  text-align: left;
}

.full-width .body-container a {
  font-weight: 600;
}

/* Error Page */

.custom_error_message ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 20px;
}

.custom_error_message ul li {
  float: left;
}

.custom_error_message ul li a {
  font-weight: 600;
}

.custom_error_message ul li span {
  margin: 0 3.5px;
}

.custom_error_message ul:after {
  content: "";
  display: table;
  width: 100%;
}

.custom_error_message {
  margin-bottom: 80px;
}

.custom_error_message h2 {
  margin-bottom: 10px;
}

.custom_error_message p {
  margin: 0;
  line-height: 1.8;
}

.error-page .custom-banner-inner-wrapper p {
  margin-bottom: 30px;
}

.full-width .body-container .page-center ul li p {
  margin-bottom: 34px !important;
}

.careers-page .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a svg#ico-arrow {
  display: none;
}

.careers-page .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a svg#ico-arrow {
  display: none !important;
}
.hospital-lay .only-home {
  display: none;
}

.home-page .body-container .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin: 0 !important;
}

.cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li {
  position:  relative;
}

.cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li span.cm-span {
  position:  absolute;
  left:  0;
  top:  0;
  width:  100%;
  height:  100%;
  cursor: pointer;
}

.hospital-lay .body-container .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin: 0 !important;
}

.custom-menu-primary .hs-menu-wrapper ul li a {
  text-decoration: none !important;
}

.cm-about-patient .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a svg#ico-arrow {
  display: none;
}

/* Menu Popup */

.cm-menu-popup .fancybox-slide--current {
  display: block;
}

.cm-menu-popup .fancybox-slide1::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.cm-menu-popup .intro-form {
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  max-width: 785px;
  width: 90%;
  padding: 105px 10px;
  transform: scale(0.75);
  margin: 44px 0;
}

.cm-menu-popup .intro-form h2 {
  font-weight: 600;
  color: #24456E;
  font-size: 60px;
  margin-bottom: 70px;
}

.cm-menu-popup .hs-menu-wrapper > ul > li {
  margin-bottom: 20px;
  float: none !important;
  display: block;
}

.cm-menu-popup .hs-menu-wrapper > ul > li:last-child {
  margin-bottom: 0;
}

.cm-menu-popup .hs-menu-wrapper > ul > li > a {
  color: #fff;
  background-color: #6c98c4;
  padding: 30px 20px;
  transition: all .3s ease;
  text-decoration: none;
  text-align: center;
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 10px;
  width: 325px;
  max-width: 100%;
  font-size: 17px;
  letter-spacing: 1px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  min-width: 380px;
  line-height: 1.4;
  font-size: 18px;
  position: relative;
  padding: 30px 50px;
}

.cm-menu-popup .hs-menu-wrapper > ul > li > a:hover {
  background-color: #42709f;
  text-decoration: none;
}

.cm-menu-popup button.fancybox-close-small {
  min-width: 1px;
  width: 30px;
  height: 30px;
  top: 42px;
  right: 41px;
}

.cm-menu-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.cm-menu-popup .fancybox-bg1 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: inherit;
  background: rgba(17, 45, 81, 0.7);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  background-color: rgba(56, 86, 123, 0.91);
  opacity: 1;
  position: relative;
  height: 100%;
}

.cm-menu-popup .fancybox-bg1:before {
  content: '';
  background: url(//cdn2.hubspot.net/hubfs/4557343/ColoWrap_June2018/Images/fancy-bg.jpg) no-repeat 0 0/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cm-menu-popup .fancybox-slide1 {
  display: inline-block;
}

.fancybox-slide:before,
.fancybox-slide1:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.cm-menu-popup button.fancybox-close-small:after {
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-width: 0;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2;
  content: '';
  height: 3px;
  background-color: #7889a1;
  position: absolute;
  top: 19px;
  right: 0;
  border-radius: 0;
  width: 30px;
  transform: rotate(-45deg);
}

.cm-menu-popup button.fancybox-close-small:before {
  content: '';
  height: 3px;
  background-color: #7889a1;
  position: absolute;
  top: 19px;
  right: 0;
  border-radius: 0;
  width: 30px;
  transform: rotate(45deg);
}

.cm-menu-popup .fancybox-inner1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.cm-menu-popup .fancybox-stage1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
}

.cm-menu-popup .fancybox-slide1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity;
}

.cm-menu-popup .intro-form {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
  max-width: 785px;
  width: 90%;
  padding: 105px 10px;
  transform: scale(0.75);
  margin: 44px 0;
}

.cm-menu-popup {
  display: none;
}
.difficult-or-incomplete-slide .slick-slide-inner-wrapper img[src*="null"] {
  display: none;
}

body:not(.with-banner) .cm-header-wrapper {
  background-image: linear-gradient(0deg, #1E233E 0%, #39446D 100%);
  padding-bottom: 30px;
}

body:not(.with-banner) .body-container {
  padding-top: 154px;
}

.cm-menu-popup button.fancybox-close-small:hover:before,
.cm-menu-popup button.fancybox-close-small:hover:after {
  background-color:#5e6f88;
}
.popup-form ul.hs-error-msgs.inputs-list label {
  padding-bottom: 10px;
  padding-top: 0;
}

ul.hs-search-field__suggestions {
  padding: 10px;
  color: #fff;
}

ul.hs-search-field__suggestions a {
  color: #fff;
  padding: 5px;
}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

ul.hs-search-field__suggestions {
  position:  relative;
  border:  none !important;
  z-index: 1;
  padding:  0;
}

ul.hs-search-field__suggestions a {
  padding-left:  0;
  padding-right:  0;
}

ul.hs-search-field__suggestions a:hover {
  background:  none !important;
}

body.open-poup {
  overflow: hidden
}

.cm-menu-popup {
  overflow: hidden;
  overflow-y: auto;
}

.hide-poup .cm-menu-popup {
  display: none !important;
}

body.open-poup.hide-poup {
  overflow: auto;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */



@media (min-height: 641px) and (min-width: 1025px) {
  .custom-banner {
    min-height: calc(100vh + 1px) !important;
  }
  .short-banner .custom-banner {
    min-height: calc(70vh + 1px) !important;
  }
  .bl-action,
  .bl-reviews,
  .bl-profit,
  .bl-features,
  .bl-testimonials,
  .bl-hero {
    min-height: calc(100vh - 250px);
  }
  .difficult-or-incomplete-slide {
    min-height: calc(100vh - 156px);
  }
}

@media (max-height: 899px) and (min-height: 641px) and (min-width: 1025px) {
  .difficult-or-incomplete-slide ul.slick-dots {
    margin: 10vh auto 0 !important;
  }
  .home-page .only-home {
    margin-bottom: 8.5vh;
  }
  .custom-banner-inner-wrapper h1 {
    font-size: 5.6vh;
    margin-bottom: 4.4vh;
  }

  .custom-banner-inner-wrapper p {
    font-size: 2.2vh;
  }

  .custom-banner-inner-wrapper {
    padding-top: 5.9vh;
  }

  .hero-lightbox {
    margin-top: 3.3vh;
  }

  .hero-lightbox-content {
    max-width: 50vh;
  }

  .hero-lightbox .btn {
    padding-top: 2.9vh;
    padding-bottom: 2.8vh;
    font-size: 2vh;
  }

  .bl-testimonials .row-title.row-title-large h2 {
    font-size: 5vh;
  }
  .bl-testimonials .row-title.row-title-large {
    margin-bottom: 40px;
    margin-bottom: 2vh;
  }

  .bl-testimonials .panel-tabs {
    margin-bottom: 5vh;
  }

  .bl-testimonials .panel-tabs a {
    font-size: 1.4vh;
  }

  .bl.bl-cyan.bl-faq .row-title h2 {
    font-size: 4.5vh;
  }

  .profit-info h2 {
    font-size: 5.5vh;
  }
  .profit-info li {
    font-size: 2.2vh;
  }

  .profit-info li::before {
    left: -1.8vh;
    top: 1.4vh;
  }

  .col-without .profit-info {
    max-width: 56vh;
    padding-top: 12vh;
    padding-bottom: 10vh;
    padding-left: 1.6vh;
    padding-right: 8.2vh;
  }

  .bl-profit .img-holder {
    height: 10vh;
  }

  .slick-slide-inner-wrapper .col-img {
    width: 56vh;
  }

  .slick-slide-inner-wrapper .row-content p {
    font-size: 1.8vh;
  }
  .slick-slide-inner-wrapper .row-content h3 {
    font-size: 4vh;
    margin-bottom: 4.3vh;
  }
  .slick-slide-inner-wrapper .row-content li {
    font-size: 2.4vh;
  }

  .slick-slide-inner-wrapper .row-content li::before {
    left: -2vh;
    top: 1.6vh;
  }

  .row-title h2 {
    font-size: 4.5vh;
  }

  .profit-info {
    max-width: 56vh;
    padding-top: 12vh;
    padding-bottom: 10vh;
  }

  .col-with .profit-info {
    padding-left: 8.2vh;
    padding-right: 1.6vh;
  }

  .bl-profit .prefix {
    width: 17vh;
    height: 17vh;
    line-height: 17vh;
    font-size: 6.6vh;
  }
  .bl-testimonials .slider img {
    height: 42vh;
  }
  .bl-testimonials .slider blockquote {
    padding: 5.2vh 1.1vh 5.3vh 6.3vh;
  }
  .bl-testimonials .row-content ul.slider.js-slider li {
    margin-bottom: 6vh;
  }
  .home-page .bl-testimonials .row-title.row-title-large {
    margin-bottom: 80px;
  }

  .home-page .bl-testimonials .row-title.row-title-large {
    margin-bottom: 8vh;
  }

  .home-page .bl-testimonials .row-title.row-title-large h2 {
    font-size: 4.5vh;
  }

  .cm-two-col-patient-full h2 {
    font-size: 4.4vh;
    margin-bottom: 1vh;
  }

  .cm-two-col-patient-full .cm-two-col-img  {
    width: 56vh;
  }

  .home-page .only-home h2 {
    font-size: 4.5vh;
  }

  .difficult-or-incomplete-slide .row-title {
    margin-bottom: 8.5vh;
  }

  .hospital-lay .difficult-or-incomplete-slide .hs_cos_gallery_main .slick-prev, 
  .hospital-lay .difficult-or-incomplete-slide .hs_cos_gallery_main .slick-next {
    top: 21.5%;
  }
  .popup-form h2 {
    font-size: 4.5vh;
  }

}


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

@media (max-width:1599px){
  .custom-patient-row-2-gallery  button.slick-arrow.slick-next{
    right: 10px;
  }
  .custom-patient-row-2-gallery  button.slick-arrow.slick-prev {
    left: 10px;
  }
}

@media (max-width: 1529px) {
  .difficult-or-incomplete-slide .hs_cos_gallery_main .slick-prev, 
  .difficult-or-incomplete-slide .hs_cos_gallery_main .slick-next {
    display: none !important;
  }
}

@media (max-width:1439px){
  .custom-patient-row-2-gallery .caption.below > span {
    max-width: 535px;
    padding: 15px 45px 15px 15px;
    -ms-flex: auto;
    flex: auto;
    position: relative;
    border-radius: 10px;
    border: 0;
    margin: 0;
    padding-right: 60px;
    padding-left: 60px;
    max-width: 600px;
  }
}

@media (max-width: 1024px) {
  .widget-span.cm-footer-logo {
    margin-right: 5%;
  }
  .widget-span.cm-address {
    max-width: 220px;
  }
  .header-container .page-center > div > div.row-fluid > div {
    width: 100%;
  }
  .custom-logo,
  .custom-scroll-logo {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-container .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-banner-inner-wrapper {
    max-width: 100%;
  }
  .cm-scroll-header-wrapper .mobile-trigger span {
    background-color: #6c98c4;
  }

  .cm-scroll-header-wrapper .mobile-trigger {
    top: -32px;
  }
  .menu-open2 .trigger2 span {
    background-color: #6c98c4;
  }
  .cm-scroll-header-wrapper {
    min-height: 58px !important;
    padding-bottom: 0;
  }
  .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 6px;
  }
  .custom-menu-primary ul li.active > a,
  .custom-menu-primary ul li.active-branch > a {
    color: #69c3cc;
  }

  .bl-form-main .hs-form > div {
    max-width: 100%;
    margin-right: 0;
  }

  .bl-form-main .contact-form .hs-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bl-estimation .estimation-holder .label {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .bl-estimation .estimation-holder .el {
    font-size: 22px;
  }

  .bl-estimation .estimation-holder .pref {
    font-size: 14px;
    height: auto;
    margin-top: 6px;
  }

  .bl-testimonials .slider .slider-img {
    -ms-flex: 1 .5 auto;
    flex: 1 .5 auto;
  }

  .bl-testimonials .slider img {
    width: 400px;
    height: auto;
  }

  .col-without .profit-info {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .profit-info h2 {
    font-size: 36px;
  }

  .bl-profit .prefix {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 42px;
  }

  .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 0;
  }

  .cm-scroll-header-wrapper .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 6px;
  }

  .slick-slide-inner-wrapper .row-content {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slick-slide-inner-wrapper .col-text {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .hospital-lay .slick-slide-inner-wrapper .alignleft {
    max-width: 50% !important;
  }

  .profit-info {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .cm-about-patient .mobile-trigger span,
  .cm-about-patient.mobile-open .mobile-trigger span,
  .cm-about-patient.mobile-open .mobile-trigger span:nth-of-type(3) {
    background-color: #f89337;
  }

  .cm-about-patient .custom-menu-primary .hs-menu-wrapper {
    background-color: #f89337;
  }

  .about-us .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    display: none;
  }

  .cm-about-patient .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .cm-about-patient .custom-menu-primary ul li.active > a,
  .cm-about-patient .custom-menu-primary ul li.active-branch > a {
    color: #69c3cc !important;
  }

  .cm-two-col-patient-full {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cm-two-col-patient-full .col-text {
    padding: 0;
    margin-bottom: 40px;
  }
  .cm-two-col-patient-full h2+p {
    margin-top: -1px;
  }
  .bl-action {
    min-height: 1px;
  }
  .action {
    max-width: 100%;
  }
  .careers-page .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
    background-color: transparent;
    letter-spacing: .5px;
  }
  .careers-page  ..cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    display: block !important;
  }
  .careers-page .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:hover {
    color: #2b4c6c !important;
  }
  .cm-about-patient .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
  }

  .about-us .custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: 0;
  }
  .cm-about-patient .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
    background-color: transparent;
    letter-spacing: .5px;
  }
  .about-us .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: 15px;
  }
  .Patient-lay .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    display: none;
  }
  .Patient-lay .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    display: block;
  }
  .slick-slide-inner-wrapper .row-content p {
    margin-bottom: 15px;
  }
  .slick-slide-inner-wrapper .img-border-rad-holder img {
    margin: 0 auto;
  }
  .careers-page .custom-menu-primary .hs-menu-wrapper > ul > li:last-child  {
    display: none;
  }
  .careers-page .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child  {
    display: block;
  }
  .custom-menu-primary ul li.active-menu > a {
    color: #2b4c6c;
  }
  .careers-page .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul.active-branch > li > a {
    color: #2b4c6c !important;
  }
  .careers-page .custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: 0;
  }
  .careers-page .cm-scroll-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: 15px;
  }
  .about-us.menu-open1 .trigger1 .top,
  .about-us.menu-open1 .trigger1 span:nth-of-type(3),
  .about-us.menu-open2 .trigger2 .top,
  .about-us.menu-open2 .trigger2 span:nth-of-type(3),
  .Patient-lay.menu-open1 .trigger1 .top,
  .Patient-lay.menu-open1 .trigger1 span:nth-of-type(3),
  .Patient-lay.menu-open2 .trigger2 .top,
  .Patient-lay.menu-open2 .trigger2 span:nth-of-type(3) {
    background: #f89337;
  }
  .bl-form-main .hs-form > div.hs_error_rollup {
    position: static;
    width: 100%;
    padding-bottom: 10px;
  }
  .scroll-header .cm-scroll-header-wrapper ul:empty {
    display: none;
  }
  .slick-slide-inner-wrapper .row-content p {
    text-align: center;
  }

  .hospital-lay .slick-slide-inner-wrapper .alignleft {
    float: none;
  }
  .cm-about-patient .cm-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
/*     display: none; */
  }
  .bl-form-main form.hs-form .hs-form-field ul.inputs-list {
    position: static;
  }
}


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

@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 767px) {
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .widget-type-blog_subscribe,
  .widget-span.widget-type-form,
  .landing-page.one-column .body-container .widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form,
  .hs_cos_wrapper_type_form,
  .hs-search-field,
  .section.post-footer form {
    max-width: 100%;
  }
  .custom_error_message {
    margin-bottom: 40px;
  }
  .widget-span.cm-footer-menu > div {
    width: 100%;
  }

  .widget-span.cm-footer-logo {
    margin-right: 5%;
    margin-right: 0;
    margin-bottom: 26px;
    width: 100%;
  }

  .widget-span.cm-footer-menu {
    padding-right: 0;
    max-width: 100%;
    margin: 0 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .widget-span.cm-address {
    margin-left: 0;
  }

  .cm-inner-wrapper > div > div.row-fluid {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .cm-copyright p {
    font-size: 14px;
  }

  .cm-footer-wrapper {
    padding: 60px 0;
  }

  .cm-address a {
    margin-bottom: 10px;
  }

  .cm-address address {
    margin-bottom: 15px;
  }

  body {
    font-size: 16px;
  }

  .cm-footer-menu .hs-menu-wrapper > ul > li {
    width: auto !important;
    float: left !important;
  }

  .custom-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cm-header-wrapper {
    padding-top: 30px;
  }

  .custom-logo img {
    width: 150px;
  }

  .custom-banner-img {
    display: none;
  }

  .custom-banner-inner-wrapper h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .custom-banner-inner-wrapper p {
    font-size: 16px;
    padding-right: 0;
    opacity: 1;
  }

  .custom-banner-inner-wrapper {
    padding-top: 73px;
  }

  .btn {
    padding: 20px 10px;
    width: 280px;
  }

  .hero-lightbox .btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    min-width: 160px;
    box-sizing: content-box;
  }

  .mobile-trigger {
    top: -30px;
  }

  .full-width .custom-banner-img {
    display: block;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  p {
    margin-bottom: 20px;
  }

  .full-width .body-container .page-center > div > div.row-fluid > div {
    margin-bottom: 40px;
  }

  .blog .blog-sidebar {
    margin-top: 20px;
  }

  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }
  .blog .blog-sidebar .widget-span {
    padding-left: 0;
    padding-right: 0;
  }
  .bl-form-main {
    padding: 50px 0;
  }
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    margin-top: 10px;
    width: 100% !important;
    max-width: 100% !important;
  }

  .bl-form-main .row-title h2 {
    font-size: 30px;
  }
  .bl-form-main .row-title {
    margin-bottom: 30px;
  }
  .faq .faq-accordion a {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px;
  }
  .faq-accordion svg {
    width: 10px;
    height: 10px;
  }
  .bl-faq.bl {
    padding-bottom: 40px;
  }
  .bl.bl-cyan.bl-faq .row-title h2 {
    font-size: 28px;
  }
  .bl-faq .row-title {
    margin-bottom: 40px;
  }
  .bl-estimation .estimation {
    padding: 20px;
  }
  .bl-estimation .estimation-subtitle {
    margin-bottom: 20px;
  }
  .bl-estimation .estimation-holder {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bl-estimation .row-title h2 {
    font-size: 28px;
  }
  .bl-estimation .row-title {
    margin-bottom: 40px;
  }
  .bl-testimonials .row-content ul.slider.js-slider li {
    margin-bottom: 40px;
  }
  .bl-testimonials .slider-holder {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bl-testimonials .slider .slider-img {
    margin-bottom: 10px;
  }
  .bl-testimonials .slider .slider-text {
    padding-left: 0;
  }
  .bl-testimonials .slider blockquote {
    padding: 20px;
  }
  .bl-testimonials .slider .icon-quote {
    margin-bottom: 15px;
  }
  .bl-testimonials .icon-quote {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
  }
  .bl-testimonials .row-title.row-title-large {
    margin-bottom: 20px;
  }
  .bl-testimonials .row-title.row-title-large h2 {
    font-size: 28px;
  }
  .bl-testimonials .panel-tabs {
    margin-bottom: 40px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .panel-tabs li {
    width: 100%;
  }
  .bl-testimonials .panel-tabs a {
    font-size: 16px;
    border: 2px solid #708cb0;
    border-top: 0;
    border-bottom: 0;
  }
  .panel-tabs li:first-child a {
    border-radius: 11px 11px 0 0;
    border: 2px solid #708cb0;
    border-bottom: 0;
  }
  .panel-tabs li:last-child a {
    border-radius: 0 0 11px 11px;
    border: 2px solid #708cb0;
    border-top: 0;
  }
  .bl-profit {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bl-profit .col {
    width: 100%;
  }

  .col-without .profit-info {
    max-width: 100%;
    padding: 40px 40px 80px 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .profit-info h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .profit-info li {
    font-size: 16px;
  }

  .profit-info li::before {
    left: -18px;
    top: 9px;
  }
  .bl-profit .prefix {
    left: auto;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin: 0;
  }
  .slick-slide-inner-wrapper .row-content h3 {
    margin-bottom: 20px;
  }
  .col-with .profit-info {
    max-width: 100%;
    padding: 40px 15px 80px;
  }

  .col-with .profit-info {
    padding-right: 15px;
    padding-left: 75px;
  }

  .col-with .profit-info {
    max-width: 100%;
    padding: 40px 15px 80px;
  }

  .panel-tabs li.active a {
    background-color: #708cb0;
    color: #fff;
  }

  .slick-slide-inner-wrapper .row-content li {
    font-size: 16px;
  }

  .difficult-or-incomplete-slide .row-title {
    margin-bottom: 40px;
  }

  .difficult-or-incomplete-slide .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: 0 !important;
  }

  .slick-slide-inner-wrapper .row-content ul {
    margin: 0 0 15px;
  }
  .slick-slide-inner-wrapper .row-content li::before {
    left: -15px;
    top: 12px;
  }
  .faq-accordion ul.slide {
    padding: 20px 0;
  }
  .faq-accordion p {
    padding-right: 0;
  }
  .faq-accordion h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .slick-slide-inner-wrapper .col-text {
    margin-bottom: 20px;
  }
  .popup-form {
    padding: 50px 15px 40px;
  }

  .popup-form .row-title {
    margin-bottom: 20px;
  }

  .popup-form h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .popup-form input[type='text'],
  .popup-form input[type='tel'],
  .popup-form input[type='email'],
  .popup-form input[type='search'],
  .popup-form input[type='number'],
  .popup-form input[type='password'],
  .popup-form input[type='url'],
  .popup-form input[type='date'] {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }

  .popup-form .field-holder {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-form .field-holder > span:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .popup-form h4 {
    margin: 10px 0 20px;
  }

  .popup-form .action {
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
  }

  .popup-form .action input {
    height: 50px;
    line-height: 50px;
    letter-spacing: normal;
    font-size: 14px;
  }

  .popup-form .action svg {
    right: 25px;
  }

  .fancybox-container .intro-form {
    padding: 50px 10px;
  }

  .fancybox-container .intro-form h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .fancybox-container .intro-form a {
    min-width: 280px;
    max-width: 280px;
    padding: 16px 50px;
    font-size: 16px;
  }

  .fancybox-introblock .fancybox-close-small {
    top: 20px;
    right: 20px;
  }

  .Patient-lay .custom-banner-inner-wrapper p {
    padding-right: 35%;
  }
  .Patient-lay .custom-banner-img {
    display: block;
  }
  .Patient-lay .custom-banner-inner-wrapper h1 {
    margin-top: 1px;
  }
  .cm-two-col-patient-full h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .custom-layout .body-container .cm-two-col-patient-full .col-text p {
    margin: 0 0 15px;
  }
  .cm-two-col-patient-full .col-text {
    margin-bottom: 20px;
  }
  .cm-two-col-patient-full .col-text {
    margin-bottom: 20px;
  }
  .custom-patient-row-2-gallery .caption.below > span {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 350px;
  }
  .custom-patient-row-2-gallery .caption.below blockquote {
    font-size: 18px;
  }
  .bl-reviews .custom-patient-row-2-gallery .caption.below blockquote cite {
    font-weight: 600;
    font-size: 14px;
    color: inherit;
    letter-spacing: 1.47px;
  }
  .bl-reviews .custom-patient-row-2-gallery .caption.below blockquote cite span {
    font-size: 24px;
    line-height: 1.4;
  }
  .custom-patient-row-2-gallery button.slick-arrow {
    width: 30px;
    height: 30px;
  }
  .action > h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .action br {
    display: none;
  }
  .careers-page .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
    min-width: auto;
  }
  .full-width .body-container p {
    margin-bottom: 20px;
  }
  .full-width .body-container .page-center ul li p {
    margin-bottom: 20px !important;
  }
  .home-page .only-home {
    margin-bottom: 40px;
  }
  .cm-home-fw-wrap h2 {
    font-size: 28px;
  }
  .home-page .bl-testimonials .row-title.row-title-large h2 {
    font-size: 28px;
  }
  .home-page .bl-testimonials .row-title.row-title-large {
    margin-bottom: 20px;
  }
  .difficult-or-incomplete-slide ul.slick-dots li a {
    letter-spacing: normal;
    font-size: 12px;
    padding-top: 25px;
  }
  .difficult-or-incomplete-slide ul.slick-dots li a:before {
    width: 15px;
    height: 15px;
    border-width: 4px;
    top: -6px;
  }
  .difficult-or-incomplete-slide ul.slick-dots:after {
    height: 3px;
  }
  .difficult-or-incomplete-slide ul.slick-dots {
    margin: 40px auto 0 !important;
  }
  .cm-menu-popup .intro-form h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .cm-menu-popup .hs-menu-wrapper > ul > li > a {
    min-width: 280px;
    max-width: 280px;
    padding: 16px 50px;
    font-size: 16px;
  }

  .cm-menu-popup .intro-form {
    padding: 50px 10px;
  }

  .cm-menu-popup button.fancybox-close-small {
    top: 20px;
    right: 20px;
  }
  body:not(.with-banner) .body-container {
    padding-top: 103px;
  }
  .popup-form .actions input {
    height: 50px;
    line-height: 50px;
    letter-spacing: normal;
    font-size: 14px;
  }
  .popup-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .popup-form .actions {
    margin-top: 10px;
  }
  div#popup-form-4 .hs-richtext p:last-child {
    margin-bottom: 20px;
  }
  .popup-form .actions {
    height: auto;
  }

}  

@media (max-width: 666px) {
  .fancybox-stage .fancybox-slide .fancybox-content {
    max-width: 100%;
    width: 90%;
  }
  .popup-form .actions input {
    width: 100%;
  }
}


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

@media (max-width: 479px) {
  .cm-footer-menu .hs-menu-wrapper > ul > li {
    width: 100% !important;
    float: none !important;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    float: none;
    margin: 20px 0 20px 0px;
  }
  .cm-footer-menu .hs-menu-wrapper > ul > li {
    padding-right:  0 !important;
    display:  block !important;
  }

  .cm-footer-menu .hs-menu-wrapper > ul > li a {
    display: inline-block !important;
  }

  .cm-footer-menu .hs-menu-wrapper > ul > li > a {
    display: none !important;
  }
}

@media (max-width: 374px) {
  .hero-lightbox .btn {
    font-size: 14px;
  }
  .bl-profit .prefix {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
  }
  .bl-faq .row-title {
    margin-bottom: 20px;
  }
  .home-page .only-home {
    margin-bottom: 20px;
  }
  .difficult-or-incomplete-slide ul.slick-dots li a {
    font-size: 10px;
  }
  .bl-testimonials .tab-content ul.slick-dots {
    margin-top: 30px;
  }
  .difficult-or-incomplete-slide .row-title {
    margin-bottom: 20px;
  }
  .action .btn {
    font-size: 14px;
  }
  .cm-menu-popup .intro-form {
    width: 98%;
  }
}

.second-cta {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .second-cta {
    margin-left: 0px;
      margin-top: 10px !important;
  }
}

@media (max-width: 767px) {
  .padding-mobile {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}

.custom-banner-img-patient img {
    width: 850px;
}
