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


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

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


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


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

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


@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@font-face {
    font-family: "helvetica-w01-light";
    font-style: normal;
    font-weight: 300;
    src: url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/HelveticaW01-Light.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/HelveticaW01-Light.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/HelveticaW01-Light.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/HelveticaW01-Light.otf") format("otf");
}
@font-face {
    font-family: "helvetica-w01-roman";
    font-style: normal;
    font-weight: 400;
    src: url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/HelveticaW01-Roman.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/HelveticaW01-Roman.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/HelveticaW01-Roman.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/HelveticaW01-Roman.otf") format("otf");
}

@font-face {
  font-family: "Helvetica-W01-Bold";
  src: url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/helvetica-w01-bold/f70da45a-a05c-490c-ad62-7db4894b012a.eot") format("eot"), 
  url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/helvetica-w01-bold/c5749443-93da-4592-b794-42f28d62ef72.woff") format("woff"), 
  url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/helvetica-w01-bold/73805f15-38e4-4fb7-8a08-d56bf29b483b.ttf") format("truetype");
}

@font-face {
    font-family: "avenir-lt-w01_35-light1475496";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/AvenirLTW01-35Light.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/AvenirLTW01-35Light.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Fonts/AvenirLTW01-35Light.otf") format("otf");
}



/* 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 {
  background: #fff;
  color: #363636;
  font-family: 'helvetica-w01-roman','helvetica-w02-roman','helvetica-lt-w10-roman',sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight:normal;
}

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

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


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

/* Basic text */
p {} 
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 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 50px;
    line-height: 1em;
    
}
h2 {
    font-size: 30px;
    line-height: normal;
}
h3 {
    font-size: 20px;
    line-height: 1.5em;
}
h4 {
    font-size: 18px;
    line-height: normal;
}
h5 {
    font-size: 14px;
    line-height: normal;
}
h6 {
    font-size: 12px;
    line-height: normal;
}

/* Anchor Links */
a { color: #363636; text-decoration:none;}
a:hover, a:focus { color: #363636; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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


.custom-social-icon ul li img {
    width: 30px;
    height: 30px;
}
.custom-footer-logo img {
    max-width: 250px;
}
.custom-logo img {
    max-width: 215px;
}

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

.custom-header-group.header-no-nav {
    padding-bottom: 2px;
}
.container-fluid .row-fluid .custom-header-group .page-center {
  max-width: 100%;
}
.custom-header-group {
  position: fixed;
  width: 100% !important;
  top: 0;
  right:0;
  left:0;
  padding:0 20px ;
  z-index:999;
}
.custom-banner-group{
    display: flex;
}
.custom-banner-area {
    min-height: 478px !important;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    display:flex;
    justify-content:middle;
    width:100% !important;
    align-items:center;
    text-align: center;
    color:#fff;
    background-color:#000;
    margin-top: -1px;
}

.custom-banner-area h1 {
    margin: 0;
    font-family: 'helvetica-w01-bold','helvetica-w02-bold','helvetica-lt-w10-bold',sans-serif;
    color:#fff;
    font-weight:normal;
    line-height:1.4em;
    margin-bottom: 4px;
}
.custom-banner-area p {
    max-width: 647px;
    margin: 0 auto;
    font-size: 18px;
}
.custom-banner-area:after {
    content: '';
    background: rgba(0,0,0,0.8);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
/****************** Privacy *****************/

.hs-privacy-layout .custom-banner-area h1 {
    margin-top: 49px;
    margin-bottom: 15px;
}

.hs-privacy-layout .custom-banner-area p {
    margin-bottom: 20px;
    max-width: 820px;
}

.hs-privacy-layout a.custom-white-btn {
    padding: 8.5px 31px;
    margin-top: 0;
}
.hs-privacy-layout .custom-banner-area ul{
    list-style-position:inside;
    font-size: 18px;
    line-height: normal;
}
.custom-full-width-content-mod svg {
    fill: #FFC62C;
}
.hs-privacy-layout .custom-full-width-content-mod .page-center {
    max-width: 871px !important;
}
.custom-full-width-content-mod h1 {
    font-size: 35px;
    line-height: 35px;
    font-family: 'helvetica-w01-bold','helvetica-w02-bold','helvetica-lt-w10-bold',sans-serif;
    font-weight:400;
    margin-top:12px;
    color:#000;
}

.custom-full-width-content-mod h5 {
    font-size: 18px;
    line-height: 25px;
    font-family: 'helvetica-w01-roman','helvetica-w02-roman','helvetica-lt-w10-roman',sans-serif;
    font-weight: normal;
}
.custom-full-width-content-mod blockquote {
    margin: 0;
    text-align: center;
}

.custom-full-width-content-mod blockquote ul {
    text-align: center;
    list-style-position: inside;
}
/* =============== Content =============== */

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

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

.body-container .page-center {
    padding:25px 20px;
}

/**************** about Full Width Layout ***************/

.custom-two-column-image-inner {
    max-width: 23%;
    float: left;
    padding: 9px 16px 0;
}

.custom-two-column-content-inner {
    max-width: 76%;
    float: left;
    padding: 0 9px;
}

.custom-two-column-content-inner h3 {
    margin-top: 10px;
}

.custom-two-column-image-content-inner {
    overflow: hidden;
}

.custom-two-column-image-content-group {
    padding: 0 0 29px;
}

.custom-two-column-image-content-inner.right .custom-two-column-image-inner {
    float: right;
    padding-top: 0;
}

.custom-two-column-image-content-inner.right .custom-two-column-content-inner {
    float: left;
    padding: 0 25px;
}
.custom-two-column-content-inner p {
    margin: 0 0 20px;
    line-height: 20px;
}
.custom-two-column-content-inner h3 {
    margin-bottom: 18px;
}

.custom-two-column-content-inner ul li p {
    margin: 0;
}
.custom-two-column-content-inner ul {
    margin-top: 0;
}

.custom-two-column-content-inner h4 {
    margin-bottom: 20px;
}

/************* Two Column Top BAnner *************/


.two-column-with-top-banner .custom-banner-area {
    min-height: 407px !important;
}

.two-column-with-top-banner .custom-banner-area:after {
    background: rgba(0,0,0,0.77);
}
.two-column-with-top-banner .custom-banner-area p {
    margin: 15px auto 20px;
    max-width: 800px;
}

.two-column-with-top-banner .custom-banner-area h1 {
    margin-top: 32px;
    margin-bottom: 22px;
}
.custom-two-col-with-hover-inner {
    width: 49.3%;
    float: left;
    margin-right: 5px;
    position: relative;
}

.custom-two-col-with-hover-inner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.68);
    width: 100%;
    height: 100%;
    display: block;
}

.custom-two-col-with-hover-group {
    overflow: hidden;
}

.container-fluid .row-fluid .hs-two-col-top-banner-row1-group .page-center {
    padding: 30px 10px;
}

.custom-two-col-hover-content {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
}
.custom-two-col-hover-content-inner{
    top:43%;
    position:relative;
    padding:0 10px;
    transition: top ease 0.5s;
    -webkit-transition: top ease 0.5s;
    -moz-transition: top ease 0.5s;
}
.custom-two-col-hover-content h5 {
    font-family: 'helvetica-w01-bold','helvetica-w02-bold','helvetica-lt-w10-bold',sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight:400;
    margin: 0;
}

.custom-two-col-hover-content a {
    display: none;
    font-size: 15px;
    line-height: 1.4em;
    border: 1px solid #fff;
    max-width: 261px;
    margin: 0 auto;
    padding: 8.5px 10px;
    margin-top: 13px;
    color: #fff;
}
.custom-two-col-with-hover-inner:hover .custom-two-col-hover-content.active a {
    display: block;
}

.custom-two-col-hover-content a:hover {
    background-color: rgba(232, 191, 58, 1);
    border-color: rgba(232, 191, 58, 1);
}
.custom-two-col-with-hover-inner:hover .active .custom-two-col-hover-content-inner {
    top: 37%;
}
.custom-two-col-with-hover-inner:hover:after {
    background:rgba(0,0,0,0.8);
}

/****************** Contact *******************/

.hs-contact-layout .custom-banner-area {
    min-height: 406px !important;
}

.hs-contact-layout .custom-banner-area:after {
    background: rgba(0,0,0,0.7);
}

.hs-contact-layout .custom-contact-row1-group .main-content form .hs-form-field > label {
    display: none;
}

.hs-contact-layout .custom-contact-row1-group .main-content form .hs-input {
    max-width: 100%;
}
.hs-contact-layout .custom-contact-row1-group .main-content form .hs-input::-webkit-input-placeholder {
    color:#000;
    opacity:1;
} 

.hs-contact-layout .custom-contact-row1-group .main-content form .hs-input:-moz-placeholder {
    color:#000;
    opacity:1;
} 
.hs-contact-layout .custom-contact-row1-group .main-content form .hs-input::-moz-placeholder {
    color:#000;
    opacity:1;
}
.hs-contact-layout .custom-contact-row1-group .main-content form .hs-input:-ms-input-placeholder {
    color:#000;
    opacity:1;
} 

.hs-contact-layout .custom-contact-row1-group .main-content form .hs-button {
    width: 98%;
    display: block;
}

.hs-contact-layout .custom-contact-row1-group .main-content.left .hs_cos_wrapper_type_rich_text {
    text-align:Center;
}
.custom-yellow-btn{
    display:inline-block;
    background-color: rgba(232, 191, 58, 1);
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    font: normal normal normal 15px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    color: #FFFFFF;
    padding:10px 10px;
}
.hs-contact-layout .custom-contact-row1-group .main-content.right h2 {
    font-size: 25px;
    font-family: 'helvetica-w01-bold','helvetica-w02-bold','helvetica-lt-w10-bold',sans-serif;
    color: #E8BF3A;
    font-weight:400;
}

.hs-contact-layout .custom-contact-row1-group .main-content.right a {
    text-decoration: underline;
}

.custom-yellow-btn:hover {
    background-color: rgba(237, 174, 2, 1);
    color: #fff;
}

/************* Register *************/

.hs-register-layout .custom-banner-area p {
    max-width: 640px;
}

.hs-register-layout  .custom-banner-area h1 {
    margin-top: 34px;
    margin-bottom: 10px;
}
.hs-register-row1-group h3 {
    font-size: 30px;
    font-family: sans-serif;
    color: #4C4C4C;
}

.hs-register-row1-group {
    font-family: sans-serif;
}

.hs-register-row1-group form .hs-form-field > label {
    font-weight: 700;
    margin:0 0 10px;
    font-family: 'Open Sans', sans-serif;
    color:#4c4c4c;
}

.hs-register-layout form .hs_message.field.hs-form-field .hs-input {
    max-width: 99%;
}

.hs-register-layout form .actions {
    text-align: center;
}
.body-container .hs-register-row1-group .page-center {
    padding-left: 57px;
    padding-right: 40px;
}
.hs-register-layout form .hs-button {
    background-color: #1BA8CE;
    padding: 9px 30px;
    font-size: 18px;
    border-radius: 3px;
    border: none;
    margin-top:20px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.hs-register-row1-group form {
    padding: 20px 0 0;
}
.hs-register-layout form .hs-input {
    border: 1px solid #797979;
    color: #4c4c4c;
    padding:5px 15px;
    border-radius: 3px;
    font-size:16px;
    font-family:sans-serif;
}

.hs-register-layout form .hs-error-msgs label{
    background:#FFDFDF;
    padding:8px;
    font-size:12px;
    width:98%;
    color:#ff0000;
    margin-bottom: 20px;
}
.hs-register-layout form .hs_message .hs-error-msgs label {
    width: 99%;
}
.hs-register-layout form .hs-input::-webkit-input-placeholder {
    color:#AB9E9E;
    opacity:1;
    font-weight:400;
} 
.hs-register-layout form .hs-input:-moz-placeholder {
   color:#c9c0c0;
    opacity:1;
    font-weight:400;
}
.hs-register-layout form .hs-input::-moz-placeholder {
    color:#c9c0c0;
    opacity:1;
    font-weight:400;
} 
.hs-register-layout form .hs-input:-ms-input-placeholder {
   color:#AB9E9E;
    opacity:1;
    font-weight:400;
} 

/************* Privacy ****************/

.hs-full-width-layout .custom-two-col-hover-content a {
    max-width: 142px;
}
.custom-full-width-content-mod:nth-child(even) {
    background: #fff;
}

.body-container .hs_cos_wrapper_type_custom_widget:nth-child(odd) .custom-full-width-content-mod {
    background-color: #fff;
}

.body-container .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-full-width-content-mod {
    background-color: rgb(250, 250, 250);
}

.custom-full-width-content-mod {
    text-align: center;
    padding:10px 20px 0px;
}
.hs-privacy-layout .body-container .page-center{
    padding-bottom:15px;
}
.custom-full-width-content-mod h2 {
    font-family: 'helvetica-w01-bold','helvetica-w02-bold','helvetica-lt-w10-bold',sans-serif;
    font-size: 25px;
    line-height: 38px;
    font-weight:400;
    margin-top: 0;
    margin-bottom: 28px;
}
.hs-privacy-layout .custom-banner-area:after {
    background: rgba(0,0,0,0.75);
}
.custom-full-width-content-mod p,
.custom-full-width-content-mod ul li{
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}
.custom-full-width-content-mod ul li p span {
    font-weight: bold;
}
.custom-full-width-content-mod ul {
    text-align: left;
    margin:0;
}
.custom-full-width-content-mod p a {
    word-break: break-all;
}
a.custom-black-btn {
    display: inline-block;
    border: 1px solid #000;
    padding: 8.5px 27px;
    margin: 30px 0 10px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    font-size: 15px;
    line-height: 21px;
}

a.custom-black-btn:hover {
    background-color: rgba(232, 191, 58, 1);
    border-color: rgba(232, 191, 58, 1);
}



/************** three column ****************/

.custom-three-column-group {
    overflow: hidden;
    max-width: 753px;
    margin: 0 auto;
    padding:0 0 20px;
}

.custom-three-column-image-inner {
    width: 22%;
    float: left;
}

.custom-three-column-content-inner {
    width: 57%;
    padding: 0 10px;
    float: left;
}

.custom-three-column-link-inner {
    width: 21%;
    float: left;
    padding-top: 12px;
    text-align: right;
}

.custom-three-column-link-inner a {
    background-color: rgba(232, 191, 58, 1);
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    color: #fff;
    padding: 9.5px 38px;
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
}

.custom-three-column-link-inner a:hover {
    background-color: rgba(237, 174, 2, 1);
}

.custom-three-column-content-inner h3 {
    text-align: left;
    margin-top: 13px;
    color:#000;
}

/************** Pateient FAQ *******************/

.hs-faq-layout .body-container .custom-tabber-content ul li {
    font: normal normal normal 18px/22px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    padding:  0 17px 0px 0;
    color:#000;
}
.hs-faq-layout .body-container .custom-tabber-content ul li a{
    color:#000;
}
.hs-faq-layout .body-container .custom-tabber-content ul li {
    display: inline-block;
}

.hs-faq-layout .body-container .custom-tabber-content ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0;
}
.hs-faq-layout .body-container .custom-tabber-content ul li.active {
    font-weight: 700;
}
.hs-faq-layout  .custom-banner-area h1 {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 18px;
    line-height: 50px;
}

/********* Accordion *****************/

span.arrow-up {
    display: none;
}
.custom-accordion-title span polygon {
    fill: rgba(0,0,0,1);
    width: 12px;
    height: 6px;
}
.custom-top-heading-active span.arrow-up {
    display: inline-block;
}
.custom-accordion-title span svg {
    fill: rgba(0,0,0,1);
    width: 12px;
    height: 6px;
}
.custom-top-heading-active span.arrow-down {
    display: none;
}

.custom-accordion-title h3 {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    line-height: 1.2em;
    font: normal normal normal 22px/27px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    color: #000;
    width:92%;
    float:left;
}

.custom-accordion-title span {
    float: right;
}

.custom-accordion-content {
    color: rgba(0,0,0,1);
    font-size: 16px;
    font: normal normal normal 18px/22px helvetica-w01-light,helvetica-w02-light,sans-serif;
    line-height: 1.5em;
}

.accordion-group {
    border-bottom: 1px solid #000;
    padding: 26px 0px;
    margin: 0 auto;
    max-width: 900px;
    cursor: pointer;
}
.custom-socila-icon-faq a {
    display: inline-block;
    padding: 0 4px;
}

.custom-socila-icon-faq a:hover path {
    fill: rgba(0, 0, 0, 0.7);
}
.custom-socila-icon-faq a path{
    fill: rgba(0, 0, 0, 1);
}
.custom-accordion-title {
    overflow: hidden;
}

.custom-icon {
    overflow: hidden;
    width: 3%;
    float: right;
}

.hs-full-width-patient-faq-layout .custom-banner-area h1 {
    max-width: 440px;
    line-height: 50px;
}
.hs-medical-layout .custom-banner-area {
    min-height: 480px !important;
    padding-top: 7px;
}
.hs-medical-layout.hs-instruction-tips .custom-banner-area{
    min-height: 402px!important;
}
.custom-five-col-eq-with-bg-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-five-col-eq-with-bg-img-wrapper .custom-five-col-bg-img-md {
    width: 20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 74px 15px;
    position:relative;
}
.custom-five-col-eq-with-bg-img-wrapper .custom-five-col-content {
    max-width: 196px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    position:relative;
    top: -15px;
}
.custom-five-col-eq-with-bg-img-wrapper .custom-five-col-content h1 {
    color: #000000;
    font-size: 24px;
    text-align: center;
    line-height: normal;
    font-family: 'helvetica-w01-bold','helvetica-w02-bold','helvetica-lt-w10-bold',sans-serif;
    max-width:190px;
}
.custom-five-col-eq-with-bg-img-wrapper  a.custom-bottom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 126px;
    min-height: 35px;
    background-color: transparent;
    border: solid rgba(0, 0, 0, 1) 1px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    font: normal normal normal 15px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    color: #000000;
}
.custom-five-col-eq-with-bg-img-wrapper a.custom-bottom-btn:hover {
    background-color: rgba(232, 191, 58, 1);
    border-color: rgba(232, 191, 58, 1);
}
.custom-five-col-eq-with-bg-img-wrapper .custom-five-col-bg-img-md:before {
    content: "";
    background-color: rgb(232, 191, 58);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
}
.custom-five-col-eq-with-bg-img-wrapper .custom-five-col-bg-img-md:nth-child(even):before {
    background-color: rgb(135, 97, 1);
}
.custom-five-col-eq-with-bg-img-wrapper .custom-five-col-bg-img-md:nth-child(even) h1, 
.custom-five-col-eq-with-bg-img-wrapper .custom-five-col-bg-img-md:nth-child(even) a.custom-bottom-btn {
    color: #fff;
    border-color: #fff;
}
.custom-five-col-bg-img-md:nth-child(even) a.custom-bottom-btn:hover {
    border-color: rgba(232, 191, 58, 1);
}
.custom-five-col-eq-with-bg-img-wrapper.three-col .custom-five-col-bg-img-md {
   width: 33.3333333333%;
}
.custom-five-col-eq-with-bg-img-wrapper.three-col .custom-five-col-bg-img-md .overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.55;
}
.custom-five-col-eq-with-bg-img-wrapper.three-col .custom-five-col-bg-img-md:before{
    content:none;
}


.hs-medical-layout .body-container .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-five-col-eq-with-bg-img-wrapper.three-col .custom-five-col-bg-img-md:nth-child(odd) .custom-five-col-content h1 {
    color: #fff;
}

.hs-medical-layout .body-container  .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-five-col-eq-with-bg-img-wrapper.three-col .custom-five-col-bg-img-md:nth-child(even) .custom-five-col-content h1 {
    color: #000;
}

.hs-medical-layout .body-container  .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-five-col-eq-with-bg-img-wrapper.three-col .custom-five-col-bg-img-md:nth-child(even) .custom-five-col-content .custom-bottom-btn {
    border-color: #000;
    color: #000;
}

.hs-medical-layout .body-container  .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-five-col-eq-with-bg-img-wrapper.three-col .custom-five-col-bg-img-md:nth-child(odd) .custom-five-col-content .custom-bottom-btn {
    border-color: #fff;
    color: #fff;
}
.hs-medical-layout .body-container .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-five-col-eq-with-bg-img-wrapper.three-col .custom-five-col-bg-img-md:nth-child(even) .custom-five-col-content .custom-bottom-btn:hover {
    background-color: rgba(232, 191, 58, 1);
    border-color: rgba(232, 191, 58, 1);
}

.hs-medical-layout .body-container .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-five-col-eq-with-bg-img-wrapper.three-col .custom-five-col-bg-img-md:nth-child(odd) .custom-five-col-content .custom-bottom-btn:hover {
    background-color: rgba(232, 191, 58, 1);
    border-color: rgba(232, 191, 58, 1);
}
/************* Sleep Arena ****************/


.custom-three-col-side-hover-mod {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 -15px 20px;
    padding: 10px 0 20px;
}

.left-side {
    width: 40%;
    float: left;
    padding: 0 40px;
}

.middle-side {
    width: 33%;
    float: left;
}

.right-side {
    width: 25%;
    float: left;
}

.middle-side h1 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
}

.custom-three-col-side-hover-mod:after {
    background: rgba(0,0,0,.7);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
}
.custom-three-col-side-hover-mod:hover:after {
    background: rgba(0,0,0,0.85);
}
.custom-three-col-side-hover-mod * {
    position: relative;
    z-index: 999;
}

.left-side-inner p {
    font-size: 25px;
    color: #fff;
    line-height: 1.4em;
    font-family: 'helvetica-w01-bold', sans-serif;
    position: relative;
    margin: 0;
    font-weight:400;
}

.left-side-inner {
    transform: translateX(100%);
    transition: 0.7s ease all;
    -webkit-transition: 0.7s ease all;
    -moz-transition: 0.7s ease all;
    opacity: 0;
}
.hs-full-width-layout .custom-banner-area a.custom-white-btn {
    padding: 8.5px 24px;
}
.custom-three-col-side-hover-mod:hover .left-side-inner {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    opacity:1;
}

.left-side-inner p:after {
    background: #fff;
    height: 1px;
    width: 65px;
    position: absolute;
    left: auto;
    content: '';
    right: 0;
    top: 50%;
}
.custom-three-col-side-hover-mod a.custom-white-btn {
    padding: 8.5px 10px;
    max-width: 142px;
    width: 100%;
    text-align: center;
}

.right-side-inner {
    text-align: right;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    opacity: 0;
    transition: 0.7s ease all;
    -webkit-transition: 0.7s ease all;
    -moz-transition: 0.7s ease all;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.custom-three-col-side-hover-mod:hover .right-side-inner {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}

.right-side-inner:after {
    background: #fff;
    height: 1px;
    width: 65px;
    position: absolute;
    left: 0;
    content: '';
    right: auto;
    top: 62%;
}


/************** Full Width banner top Layout **************/



.hs-full-width-top-banner-layout .custom-banner-area {
    min-height: 582px !important;
    
}

.hs-full-width-top-banner-layout .custom-banner-area h1 {
    line-height: 50px;
    margin-bottom: 27px;
    margin-top: 62px;
}
.hs-full-width-top-banner-layout a.custom-banner-yellow-btn{
    margin-top: 8px;
}
.hs-full-width-top-banner-layout .custom-banner-area p {
    max-width: 810px;
    margin-bottom: 15px;
}

.hs-full-width-top-banner-layout .custom-banner-area:after {
    background: rgba(0,0,0,0.75);
}
.hs-full-width-top-banner-layout a.custom-white-btn{
    padding: 8.5px 20px;
}
a.custom-banner-yellow-btn {
    display: inline-block;
    background-color: rgba(232, 191, 58, 1);
    border: solid rgba(0, 0, 0, 1) 0px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s, color 0.4s ease;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s, color 0.4s ease;
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s, color 0.4s ease;
    font: normal normal normal 15px/1.4em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
    color: #000000;
    margin-top: 21px;
    padding: 9.5px 21px;
    margin-right: 15px;
}

a.custom-banner-yellow-btn:hover {
    color: #fff;
    background-color: rgba(237, 174, 2, 1);
}

a.custom-white-btn {
    border: 1px solid #fff;
    color: #fff;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s, color 0.4s ease;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s, color 0.4s ease;
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s, color 0.4s ease;
    padding: 9.5px 10px;
    display: inline-block;
    margin-top: 15px;
    font: normal normal normal 15px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
}

a.custom-white-btn:hover {
    background-color: rgba(232, 191, 58, 1);
    border-color: rgba(232, 191, 58, 1);
}


.hs-osa-layout .custom-banner-area p {
    margin-bottom: 18px;
    max-width: 830px;
}

.hs-osa-layout a.custom-white-btn {
    margin: 0 auto;
    width: 230px;
    padding: 8.5px 10px;
}

.hs-osa-layout .custom-banner-area h1 {
    line-height: 50px;
    margin-top: 63px;
    margin-bottom: 20px;
}

.hs-osa-row1-group {
    text-align: center;
}
.hs-osa-row4-group p {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}

.hs-osa-row4-group img {
    margin-bottom: 25px;
}
.hs-osa-row1-group p {
    font: normal normal normal 18px/20px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    color: #363636;
    max-width: 790px;
    margin-left: auto;
    line-height:normal;
    margin-right: auto;
}

.hs-osa-row2-group,
.hs-osa-row4-group{
    background-color: rgb(250, 250, 250);
    padding: 0 0 15px;
}

.hs-osa-layout .body-container h2 {
    font-size: 35px;
    color: #E8BF3A;
    font-family: 'helvetica-w01-roman','helvetica-w02-roman','helvetica-lt-w10-roman',sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 811px;
    margin-left: auto;
    margin-right: auto;
}

.hs-osa-layout .body-container {
    text-align: center;
}

.hs-osa-row2-group h4 {
    line-height: 27px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.hs-osa-row2-group p {
    font-size: 18px;
    margin: 0;
    line-height: 27px;
}
.hs-osa-layout .body-container table {
    width: 100%;
    display: block;
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
}

.hs-osa-layout .body-container table td {
    padding-right: 60px;
    font-size: 18px;
    line-height: 26px;
}

.hs-osa-layout .body-container table p small {
    font-size: 12px;
    line-height: 19px;
}
.hs-osa-layout .body-container table p{
    margin:5px 0;
}
.custom-three-col-osa-mod {
    overflow: hidden;
}

.custom-three-col-osa-inner {
    width: 30.3%;
    float: left;
    margin-right: 30px;
    position: relative;
}
.custom-three-col-osa-inner:last-child {
    margin-right: 0;
}
.custom-three-col-osa-inner:hover .custom-three-col-osa-image:after {
    background: rgba(0,0,0,0.5);
}
.custom-three-col-osa-image {
    text-align: left;
    position: relative;
}

.custom-three-col-osa-image img {
    width: 100%;
}

.custom-three-col-osa-image:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    top: 0;
}
.custom-three-col-osa-content-inner p {
    color: #fff;
    font-size: 15px;
    font-family: 'helvetica-w01-light','helvetica-w02-light',sans-serif;
    line-height: 1.4em;
}
.custom-three-col-osa-content-inner {
    position: absolute;
    top: auto;
    bottom: 15px;
    width: 100%;
    text-align: left;
    padding: 0 30px 30px;
}

.custom-three-col-osa-content-sub-inner {
    display:none;
}

.custom-three-col-osa-content-inner h6 {
    color: rgb(255, 255, 255);
    font-size: 25px;
    position: relative;
    padding-bottom: 17px;
    margin: 0;
}

.custom-three-col-osa-content-inner h6:after {
    position: absolute;
    content: '';
    top: auto;
    bottom: 0;
    background: #fff;
    width: 40px;
    height: 2px;
    left: 0;
}

.custom-three-col-osa-inner.col1 .custom-three-col-osa-content-inner {
    bottom: auto;
    top: 46%;
    transition:top 250ms ease ;
    -webkit-transition:top 250ms ease ;
    -moz-transition:top 250ms ease ;
}

.custom-three-col-osa-inner.col1:hover .custom-three-col-osa-content-inner {
    top: 46px;
}
.hs-osa-row3-group p {
    font-size: 18px;
    line-height: 29px;
}

.hs-osa-row3-group p small {
    font-size: 12px;
    line-height: 19px;
    display: block;
}
/**************** Employers Risk Managers *******************/

.hs-employer-row3-group h2 {
    font-family: 'helvetica-w01-bold','helvetica-w02-bold','helvetica-lt-w10-bold',sans-serif;
    font-size: 30px;
    line-height: 48px;
    margin-top: 5px;
    font-weight:400;
    margin-bottom: 34px;
}

.hs-employer-row3-group {
    text-align: center;
}

.hs-employer-row3-group p {
    font-size: 20px;
    line-height: 32px;
}

a.custom-yelllow-btn {
    display: inline-block;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    font-size: 15px;
    line-height: 21px;
    background-color: rgba(232, 191, 58, 1);
    padding: 9.5px 35px;
    color: #fff;
    margin: 0 0 12px;
}
a.custom-yelllow-btn:hover {
    background-color: rgba(237, 174, 2, 1);
}
.hs-employer-row2-group {
    position: relative;
    overflow:hidden;
}

.hs-employer-row2-group:after {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.58);
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
}
.hs-employer-row2-group video {
    height: 449px;
    display: block;
    width: 100% !important;
    max-width: 100%;
    object-fit: cover;
}
.hs-employer-row2-group .main-content {
    position: absolute;
    z-index: 9999;
    top: 30%;
    left: 0;
    right: 0;
    max-width: 900px;
    margin: 0 auto !important;
    color: #fff;
    text-align: center;
}

.hs-employer-row2-group .page-center {
    padding: 0;
}

.hs-employer-row2-group .main-content p {
    font-size: 20px;
    line-height: 30px;
}
.hs-employer-row2-group a.custom-white-btn svg {
    fill : #fff;
    vertical-align: middle;
    margin-right: 9px;
}

.hs-employer-row2-group a.custom-white-btn {
    padding: 7px 23px;
    font-size: 15px;
    line-height: 21px;
    margin-right: 10px;
}
.hs-employer-row1-group {
    text-align: center;
}

.hs-employer-row1-group p {
    font-size: 20px;
    line-height: 30px;
}

.hs-employer-row1-group ul {
    list-style-position: inside;
    margin: -29px 0 30px;
}

.hs-employer-row1-group ul li {
    font-size: 20px;
    line-height: 30px;
}

.hs-employer-row1-group p {
    margin: 0 0 30px;
}

.custom-slider-group .hs_cos_gallery_main {
    padding: 0;
    margin: -1px 0 0;
    position:relative;
}
.custom-slider-group .hs_cos_gallery_main:after{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.78);
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
}
.custom-slider-group .hs_cos_gallery_slide.slick-slide {
   min-height:416px;
}
.custom-slider-group .hs_cos_gallery_main .slick-dots {
    display: none !important;
}

.custom-slider-group .hs_cos_gallery_main .slick-arrow {
    display: none !important;
}
.custom-slider-content-group {
    position: absolute;
    top: 142px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.custom-slider-content-group h1 {
    max-width: 670px;
    margin: 0 auto;
    font-size: 50px;
    font-weight:400;
    line-height: 50px;
    letter-spacing: normal;
    font-family: 'helvetica-w01-bold','helvetica-w02-bold','helvetica-lt-w10-bold',sans-serif;
}


/* =============== Testimonials =============== */

.custom-banner-area h4{
    font-size: 22px;
    line-height: normal;
    margin: 0;
    font-weight: normal;
}
.custom-img-with-hover-content {
    float: left;
    width: 49%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 9px;
    min-height: 325px;
    margin-bottom: 9px;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.custom-img-with-hover-content .inner-group {
    width: 100%;
}

.custom-img-with-hover-content .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.25);
}
.custom-img-with-hover-content:hover .overlay{
    background: rgba(0,0,0,0.7);
}
.testimonials .body-container .page-center{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
}
.custom-img-with-hover-content h1 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: normal;
    margin: 0 0 45px;
    position: relative;
    z-index: 9;
    font-family: helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
    font-weight: normal;
    padding: 0 31px;
}
.custom-img-with-hover-content .custom-hover-content {
    padding: 0 31px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 9;
    line-height: normal;
    font: normal normal normal 18px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    transition: all 0.7s ease;
    opacity: 0;
    transform: translateY(20px);
}
.custom-img-with-hover-content .custom-hover-content p{
    line-height: normal;
    margin: 0;
}
.custom-img-with-hover-content:hover .custom-hover-content{
    opacity: 1;
    transform: translateY(-16px);
}


/*************** Home Page ******************/


.custom-home-slider .hs_cos_gallery_main {
    margin: 0;
    padding: 0;
}
.custom-home-slider .hs_cos_gallery_slide {
    min-height: 723px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 !important;
}
.custom-home-slider .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    display: block;
    max-width: 980px;
    position: absolute;
    bottom: 40%;
    left: 0;
    margin: 0 auto;
    width:100% !important;
    right:0;
}
.custom-home-slider .hs_cos_gallery_slide:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
}
.custom-home-slider .caption {
    text-align: center !important;
    max-width: 932px;
    margin: 0 auto;
}
.custom-home-slider .caption h1 {
    color: #FFF;
    font-size: 45px;
    font-family: 'Helvetica-W01-Bold', sans-serif;
    font-weight: 400;
    line-height: 45px;
    margin: 0;
}
.custom-home-slider .slick-dots {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
}
.custom-home-slider .slick-dots {
    position: absolute;
    bottom: 17px;
    padding: 0;
    max-width: 980px;
    margin: 0 auto;
    right: 0;
    left: 0;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
.custom-home-slider .slick-dots li {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
}
.custom-home-slider .slick-dots li button:before{
	content:none;
}
.custom-home-slider .slick-dots li button {
    pointer-events: auto;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(250, 250, 250, 1);
    padding: 0;
    width: 6px;
    height: 6px;
    margin: 0 3.5px;
}
.custom-home-slider .slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 0.3);
}
.custom-four-col-eq-with-bg-img-wrapper .custom-four-col-bg-img-md {
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position:relative;
    padding: 64px 0;
}
.custom-four-col-eq-with-bg-img-wrapper .custom-four-col-content {
    max-width: 245px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.custom-four-col-eq-with-bg-img-wrapper h1 {
    color: #000000;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font-size: 27px;
    font-family: 'helvetica-w01-bold','helvetica-w02-bold','helvetica-lt-w10-bold',sans-serif;
    margin: 0 0 11px;
}
.custom-four-col-eq-with-bg-img-wrapper p {
    font: normal normal normal 15px/1.4em 'helvetica-w01-light','helvetica-w02-light',sans-serif;
    color: #363636;
    margin: 0;
    line-height: normal;
}
.custom-four-col-eq-with-bg-img-wrapper .custom-four-col-bg-img-md .four-col-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(232, 191, 58);
    opacity: 0.8;
}
.custom-four-col-eq-with-bg-img-wrapper .custom-four-col-content a.custom-four-col-bottom-btn {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    align-items: center;
    border: solid rgba(0, 0, 0, 1) 1px;
    background: transparent;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    padding: 6px 34px;
    display: inline-block;
    font: normal normal normal 15px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    color: #000000;
    margin-top: 20px;
}
.custom-four-col-eq-with-bg-img-wrapper .custom-four-col-content a.custom-four-col-bottom-btn:hover {
    background-color: rgba(232, 191, 58, 1);
    border-color: rgba(232, 191, 58, 1);
}
.custom-home-page-row-3 .page-center {
    padding: 46px 0;
}
.custom-home-page-row-3 .custom-two-column-image-content-group .custom-two-column-image-inner {
    max-width: 55%;
    padding: 0;
}
.custom-home-page-row-3 .custom-two-column-image-content-group .custom-two-column-content-inner {
    width: 45%;
    float: right;
    padding: 0;
    padding-left: 40px;
}
.custom-home-page-row-3 .custom-two-column-image-content-inner {
    display: flex;
    align-items: center;
}
.custom-home-page-row-3 .custom-two-column-image-content-inner h2 {
    margin: 0;
    font-size: 50px;
    line-height: 1.3em;
    font-weight: bold;
    color: #E8BF3A;
    font-family: 'helvetica-w01-bold','helvetica-w02-bold','helvetica-lt-w10-bold',sans-serif;
    margin: 0 0 15px;
}
.custom-home-page-row-3 .custom-two-column-image-content-inner h6 {
    line-height: 1.5em;
    font-family: 'helvetica-w01-bold','helvetica-w02-bold','helvetica-lt-w10-bold',sans-serif;
    color: #E8BF3A;
    font-size: 15px;
    font-weight:400;
    margin: 0 0 21px;
}
.custom-home-page-row-3 .custom-two-column-image-content-inner p {
    font: normal normal normal 15px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    color: #363636;
    line-height: 1.5em;
    text-align: justify;
}
.custom-home-page-row-3 a.custom-yellow-btn {
    padding: 9.5px 27px;
    margin-top: 27px;
    display: inline-block;
}
.custom-testimonial-module-wrapper {
    text-align: center;
    color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 90px 0 80px;
}
.custom-testimonial-module-wrapper:before {
    content: "";
    background-color: rgb(0, 0, 0);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.custom-testimonial-module-wrapper .container {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.custom-testimonial-module-wrapper h1 {
    margin: 0;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'helvetica-w01-bold','helvetica-w02-bold','helvetica-lt-w10-bold',sans-serif;
    line-height: normal;
    margin-bottom: 32px;
}
.custom-testimonial-module-wrapper p {
    font: normal normal normal 15px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    margin: 0;
    line-height: normal;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
.custom-testimonial-module-wrapper h6 {
    font: normal normal normal 15px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    line-height: normal;
    color: #FFC62C;
    font-style: italic;    
    margin: 12px 0 30px;
}
.custom-testimonial-module-wrapper a.hs-read-mor-testimonial {
    display:inline-block;
    padding:9.5px 24px;
    margin: 0 auto;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    background-color: transparent;
    border: solid rgba(255, 255, 255, 1) 1px;
    color: #FFFFFF;
}
.custom-testimonial-module-wrapper a.hs-read-mor-testimonial:hover {
    background-color: rgba(232, 191, 58, 1);
    border-color: rgba(232, 191, 58, 1);
}
.custom-home-slider .slick-arrow {
    display: none !important;
}

.custom-four-col-eq-with-bg-img-wrapper .custom-four-col-bg-img-md:nth-child(even) .four-col-overlay {
   background: rgb(253, 226, 169);
}
.custom-home-page-row-5 .custom-four-col-eq-with-bg-img-wrapper .custom-four-col-bg-img-md:nth-child(even) .four-col-overlay {
   background-color: rgb(232,191,58);
}
.custom-home-page-row-5 .custom-four-col-eq-with-bg-img-wrapper .custom-four-col-bg-img-md:nth-child(odd) .four-col-overlay {
   background: rgb(253, 226, 169);
}

.hs-medical-layout .custom-four-col-eq-with-bg-img-wrapper .custom-four-col-bg-img-md .four-col-overlay {
   background-color: rgb(0, 0, 0);
   opacity: 0.6;
}
/*.hs-medical-layout.hs-instruction-tips .custom-four-col-eq-with-bg-img-wrapper .custom-four-col-bg-img-md .four-col-overlay {
    opacity: 0.7;
}*/
.hs-medical-layout .custom-four-col-eq-with-bg-img-wrapper {
   padding: 10px;
}
.hs-medical-layout .custom-four-col-eq-with-bg-img-wrapper h1 {
   color: #fff;
   font-weight:400;
}
.hs-medical-layout .custom-four-col-eq-with-bg-img-wrapper a.custom-four-col-bottom-btn {
   color: #fff;
   border-color: #fff;
}
.hs-medical-layout .custom-four-col-eq-with-bg-img-wrapper .custom-four-col-content {
   max-width: 186px;
}
.hs-medical-layout .custom-four-col-eq-with-bg-img-wrapper .custom-four-col-bg-img-md {
   width: 24.6%;
   margin-right: 0.5%;
   padding: 95px 0;
}
.hs-medical-layout .custom-four-col-eq-with-bg-img-wrapper .custom-four-col-bg-img-md:last-child {
   margin-right: 0;
}

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

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

.custom-js-import, .custom-js-import .row-fluid [class*="span"]{
    min-height:0 !important;
}

.custom-footer-bottom-group {
    background-color: rgba(0, 0, 0, 1);
    color: #FFFFFF;
    line-height: normal;
    letter-spacing: normal;
    padding: 18px 0 17px;
    font-weight: normal;
    font-size: 15px;
    font-family: 'helvetica-w01-light','helvetica-w02-light',sans-serif;
    line-height: normal;
}
.custom-footer-bottom-group .page-center{
    padding: 0 18px;
}

.custom-footer-contact ul {
    padding:0;
    margin:0;
    list-style:none;
    float: right;
}
.custom-footer-contact ul li {
    display:inline-block;
    vertical-align: middle;
    padding-left:5px;
}
.custom-footer-contact ul li a,
.custom-footer-contact ul li span{
    color:#fff;
    display:inline-block;
    vertical-align:middle;
    text-decoration:none;
}
.custom-footer-contact svg{
    stroke-width: 0px;
    width: 33px;
    height: 25px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    fill: #E8BF3A;
    fill-opacity: 1;
    stroke: rgba(237, 21, 102, 1);
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px !important;
}
.custom-footer-contact ul li:nth-child(2) svg {
    width: 29px;
    height: 22px;
}
.custom-footer-contact ul li:last-child svg {
    stroke-width: 9px;
    width: 29px;
    height: 22px;
    margin: auto;
    fill: #E8BF3A;
    fill-opacity: 1;
    stroke: rgba(232, 191, 58, 1);
}

.custom-copyright p {
    margin: 0;
    font-weight:normal;
    font-size:15px;
    font-family:  'helvetica-w01-light','helvetica-w02-light',sans-serif;
    line-height: normal;
    letter-spacing: normal;
    padding: 3px 0;
}
.custom-footer-group {
    background: url(//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Images/4f8030_d220a49510b049598482250c5bee4c6f_mv2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.custom-footer-group .page-center{
    padding: 0 7px;
}
.custom-footer-logo{
    padding-top: 14px;
    padding-bottom: 7px;
}
.custom-social-icon ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    padding-top: 34px;
}

.custom-social-icon ul li {
    display: inline-block;
    vertical-align: middle;
}
.custom-side-footer-logo{
    text-align: right;
    padding-top: 3px;
}
.custom-side-footer-logo img {
    margin: 0 7px;
    vertical-align: middle;
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}

.custom-menu-container {
    text-align: right;
    padding: 8px 31px 0 0;
}

.custom-menu-primary .hs-menu-wrapper > ul {
    text-align: left;
    margin-bottom: -4px !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: 47px;
    padding: 0 15px;
    color: #FFFFFF;
    transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    font-size: 15px;
    padding-bottom: 1px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) ul{
/*     left:auto !important;
    right:0 !important; */
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
    color: #000000;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color:#000;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
    border-top: 7px solid transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(153,134,66,0.7);;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #fff;
    padding: 0px 10px;
    font-size: 15px;
    line-height: 38px;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    font-weight: 400;
}
/* Child List */


}
.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{
    color:#000;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul{
  display:block;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-banner-area *,
    .custom-header-group *{
        position:relative;
        z-index:99;
    }
    .custom-header-group:after {
        content: "";
        background: url(//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Images/4f8030_d220a49510b049598482250c5bee4c6f_mv2.png);
        position: absolute;
        top: 0;
        bottom:0;
        left: 0;
        background-repeat: no-repeat;
        background-size: cover;
        right: 0;
        opacity: 0.6;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) ul,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) ul{
/*         left:-50px !important; */
    }
}



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

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

@media (max-width: 767px){

  /* 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: 0px;           /* Position Button at right of screen */
    right: 0px;        /**************************************/
    left:0;
    width: 44px; /* Button width */
    margin:0 auto;
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

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

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

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 47px !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: 44px; /* Makes room for button */
    margin: 10px 0 10px 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: transparent;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
    line-height: 47px;
    padding: 0 15px;
    color: #FFFFFF;
    transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    font-size: 15px;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 15px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #000;
  }

  /* 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 */
  }
.custom-menu-primary .hs-menu-wrapper > ul li.active .child-trigger i, 
.custom-menu-primary .hs-menu-wrapper > ul li.active .child-trigger i:after,
.custom-menu-primary .hs-menu-wrapper > ul li:hover .child-trigger i, 
.custom-menu-primary .hs-menu-wrapper > ul li:hover .child-trigger i:after{
    background:#000;
}
  /* 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 */
  }
  .custom-logo {
      text-align:center;
  }
    .custom-menu-container {
        text-align: right;
        padding: 8px 0px 0 0;
    }
    .custom-banner-area .page-center {
        position:relative;
        z-index:20;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        border-top:0;
    }
}



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


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

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

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    box-shadow: 0 0px 0px transparent;
    padding: 5px;
    font: normal normal normal 15px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    background-color: rgba(255, 255, 255, 1);
    -webkit-appearance: none;
    border: 1px solid rgba(0, 0, 0, 1);
    color: #000000;
    margin: 0 0 15px;
    width: 100%;
    max-width:420px;
    display:block;
    box-sizing: border-box;
    border-radius: 0;
    outline:0;
    width:100% !important;
}

body label{
    font-size:14px;
    margin:0 0 5px;
    display:block;
}
.hs-form-required{
    color:#ff0000;
}
.hs-error-msgs label{
    color:#C71212;
}

.hs-input.error{
    margin:0 0 5px;
}
.hs-error-msgs{
    margin:8px 0;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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



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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 1);
    color: #FCFCFC;
    width: auto;
    text-align:center;
    display:inline-block;
    margin-bottom: 15px;
    font: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    padding: 11px 10px;
    outline:0;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

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

.blog .custom-banner-area{
    background-image: url('//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Images/blog-banner.jpg');
}

.blog .custom-banner-area:after {
    background: rgba(0,0,0,0.75);
}

.blog .custom-banner-area h1 {
    margin-top: 14px;
    margin-bottom: 9px;
}

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

#comment-form .hs-input{
    max-width: 100%;
}
#comment-form .hs-button{
    margin-top:20px;
}
/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}
.blog .body-container .page-center {
    padding: 25px 47px;
}
.blog.hs-blog-post .body-container .page-center {
    padding: 25px 40px;
}

/* Blog Post */
.hs-blog-post {}
.hs-blog-post .custom-blog-banner {
    display:none !important;
}

/* 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 {
    padding-bottom: 9px;
}
.hs-featured-image-wrapper {
    padding: 0 0 15px;
}
.post-header h2, h2.post-listing-simple {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: bold;
    letter-spacing: normal;
    margin:0;
    font-family: 'helvetica-w01-roman','helvetica-w02-roman','helvetica-lt-w10-roman',sans-serif;
    color: #E8BF3A;
    text-align:center;
}
.post-header h2 a, h2.post-listing-simple a{
    text-decoration: none;
    color: #E8BF3A;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
    text-decoration: underline;
    color: #E8BF3A;
}
.section.post-header h1 {
    font-size: 35px;
    line-height: 1.2em;
    letter-spacing: normal;
    margin:10px 0 0;
    font-weight: bold;
    font-family:'helvetica-w01-roman','helvetica-w02-roman','helvetica-lt-w10-roman',sans-serif;
    color: #E8BF3A;
    text-align:Center;
}

.custom-date {
    margin:5px 0;
    line-height: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 15px;
    text-align:center;
    font-family:'helvetica-w01-light','helvetica-w02-light',sans-serif;
    color: #363636;
}


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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 0px solid #E2E2E2;
    margin-bottom: 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    font-family: 'helvetica-w01-light','helvetica-w02-light',sans-serif;
    text-align: justify;
    line-height: normal;
    letter-spacing: normal;
    color: #363636;
    font-size: 18px;
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
    margin:0;
}
.blog-post-wrapper .post-body {
    font-family: 'helvetica-w01-light','helvetica-w02-light',sans-serif;
    text-align: justify;
    line-height: normal;
    letter-spacing: normal;
    color: #363636;
    font-size: 18px;
}
.blog-post-wrapper .post-body p {
    margin:0;
}
.blog-post-wrapper .post-body ul,
.blog-post-wrapper .post-body ol{
    padding-left: 1.3em;
    margin-left: .5em;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom:0;
    list-style-type: disc;
    color: #363636;
    font-size: 18px;
}

/* 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-width: 100%;
  height: auto;
  width: auto;
  display: block !important;
  float: none;
  margin: 0 0 15px;
}

/* Read More Link */
.custom-more-link {
    text-align:center;
    padding:10px 0;
}
a.more-link {
    display:inline-block;
    padding:0 33px;
    background-color: rgba(237, 174, 2, 0.8);
    border-color: transparent;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
    letter-spacing:normal;
    font-size:15px;
    font-family: 'helvetica-w01-roman','helvetica-w02-roman','helvetica-lt-w10-roman',sans-serif;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    color: #FFFFFF;
    position: relative;
    white-space: nowrap;
}
a.more-link:hover {
    background-color: rgba(237, 174, 2, 1);
}



/* Blog Topics List */
#hubspot-topic_data {
    margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
   border: 1px solid #e2e2e2;
   display: block;
   line-height: 165%;
   padding: 15px;
}

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

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

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

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

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

#comment-form {
    background: #fff;
    border: 1px solid #000;
    margin: 15px 0;
    padding: 30px;
}

.comment-date { font-size: 13px; text-align: right; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    clear: both;
}
.blog-pagination a {
    display: block;
    margin: 10px 0;
}
.blog-pagination a.previous-posts-link {
    float:left;
}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {
    float:right;
}

/* 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;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


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

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

.custom-blog-share .hs-blog-social-share {
    border-bottom: 0px solid #cccccc;
    border-top: 0px solid #cccccc;
    height: auto;
    margin-top: 0px;
    padding: 45px 0 30px;
    margin-bottom: 0px;
}
.custom-blog-share .hs-blog-social-share .hs-blog-social-share-list {
    text-align: center;
}
.custom-blog-share .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    float: none;
    margin-right: 10px;
    display: inline-block;
    vertical-align:middle;
}

.post-header h2 {
    margin-top: 13px;
}
.no-banner .header-container {
    min-height: 56px;
}
.no-banner .custom-header-group {
    background: rgba(0,0,0,1);
}
.custom-post-image {
    text-align: center;
    padding: 15px 0 57px;
}
.no-banner.hs-home-page-layout .header-container ,
.no-banner.hs-employer-layout .header-container{
    min-height: auto;
}
.custom-home-slider {
    margin-top: -1px;
}
.no-banner.hs-home-page-layout .custom-header-group,
.no-banner.hs-employer-layout .custom-header-group{
    background:transparent;
}

.no-banner.scroll .custom-header-group {
    background: transparent;
}

/* Blog Social Widget Styles */
.blog-section-bottom .span6.fb-widget{
	text-align:center;
}

.blog-section-bottom .span6.li-widget .custom-li-box .company-name a{
	color:#0073AF;
  font-weight:bold;
  font-size:20px;
  text-decoration:none;
}

.blog-section-bottom .span6.li-widget .custom-li-box .about p{
	font-weight:normal;
  font-size:12px;
  margin:5px 0 5px 0;
  line-height:18px;
}

.li-widget .container-outer{
	border: 1px solid #ededed;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1px;
  width:360px;
}

.li-widget .container-outer .profile-container{
    background: #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1px;
}

.li-widget .container-outer .profile-container .profile-card{
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    -webkit-box-shadow: 1px 1px 5px #cccccc;
    -moz-box-shadow: 1px 1px 5px #cccccc;
    box-shadow: 1px 1px 5px #cccccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC');
}

@media (max-width: 767px) {
  .fb-widget{
    margin-bottom:20px;
  }
	.li-widget .container-outer{
    margin:0 auto;
  }
}

/* Blog Subscription Styles */

.blog-subscribe-widget > div{
	background: rgb(253, 226, 169);
  padding:30px 50px 35px 50px;
  width:50%;
  margin:0 auto;
}

.blog-subscribe-widget form .hs-error-msgs{
  display:none !important;
}

.blog-subscribe-widget form .hs_error_rollup .hs-error-msgs{
	display:block !important;
  list-style-type:none;
  padding:0;
}

@media (max-width: 767px) {
	.blog-subscribe-widget > div{
  	width:100%;
  }
}

/* Blog Comments */
.widget-type-blog_comments form{
  width:50%;
  margin:0 auto;
}

.widget-type-blog_comments form input[type="text"], .widget-type-blog_comments form input[type="password"], .widget-type-blog_comments form input[type="datetime"], .widget-type-blog_comments form input[type="datetime-local"], .widget-type-blog_comments form input[type="date"], .widget-type-blog_comments form input[type="month"], .widget-type-blog_comments form input[type="time"], .widget-type-blog_comments form input[type="week"], .widget-type-blog_comments form input[type="number"], .widget-type-blog_comments form input[type="email"], .widget-type-blog_comments form input[type="url"], .widget-type-blog_comments form input[type="search"], .widget-type-blog_comments form input[type="tel"], .widget-type-blog_comments form input[type="color"], .widget-type-blog_comments form input[type="file"], .widget-type-blog_comments form textarea, .widget-type-blog_comments form select{
	margin: 0 0 15px 0;
  max-width:100%;
}

.widget-type-blog_comments  input[type="submit"]{
  margin-top:15px;
}

@media (max-width: 767px) {
  .widget-type-blog_comments form{
    width:100%;
  }
}

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


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


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


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


@media(max-width:1100px){
    .custom-slider-content-group {
        top: 14%;
    }
}

@media (max-width: 1024px) {
    .container-fluid .row-fluid .hs-two-col-top-banner-row1-group .page-center {
        padding: 16px 8px 35px;
    }
    .custom-home-slider .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    	padding: 0 20px;
	}
	.custom-four-col-eq-with-bg-img-wrapper .custom-four-col-bg-img-md {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.custom-home-page-row-3 .custom-two-column-image-content-inner {
	    padding: 0 15px;
	}
	.custom-five-col-eq-with-bg-img-wrapper .custom-five-col-content h1 {
	    font-size: 17px;
	}
	.custom-five-col-eq-with-bg-img-wrapper a.custom-bottom-btn {
	    min-height: 0;
	    max-width: 100%;
	    display: inline-block;
	    padding: 4px 10px;
	    font-size: 12px;
	}
}

@media (max-width: 1420px) and (min-width:1281px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 0 8px;
    }
}

@media (max-width: 1280px) and (min-width:1201px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 0 5px;
        font-size: 14px;
    }
}
@media (max-width: 1200px) and (min-width:768px) {
    .widget-span.custom-logo,
    .widget-span.custom-menu-container{
        width:100%;
        text-align:center;
        margin:0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
      display:inline-block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 0 8px;
    }
}
@media (max-width: 991px) and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper > ul {
/*         display: block; */
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        float:none !important;
        display:inline-block;
    }
    .custom-copyright p {
        font-size: 14px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        padding: 0 3px;
        font-size: 12px;
    }
    .body-container .hs-register-row1-group .page-center {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .left-side-inner p {
        font-size: 20px;
    }
    .no-banner .header-container {
        min-height: 106px;
    }
    .custom-three-col-osa-inner.col1:hover .custom-three-col-osa-content-inner {
        top: 7px;
    }
    .custom-three-col-osa-content-inner h6 {
        font-size: 18px;
    }
    
    .custom-three-col-osa-content-inner p {
        font-size: 14px;
    }
    
    .custom-three-col-osa-content-inner:hover {
        padding-bottom: 0;
    }
}

@media(max-width:991px){
    .hs-employer-row2-group .main-content{
        padding: 0 10px;
    }
}

@media(min-width:961px){
    .custom-img-with-hover-content.full-width {
        float: none;
        width: 99%;
        margin: 0 0 9px;
        overflow: hidden;
        align-items: flex-start;
    }
    .custom-img-with-hover-content.full-width .inner-group {
        display: flex;
        flex-flow: wrap-reverse;
        justify-content: center;
        padding-top: 39px;
    }
    .custom-img-with-hover-content.full-width .custom-hover-content {
        transform: translateY(-43%);
    }
    .custom-img-with-hover-content.full-width:hover .custom-hover-content {
        transform: translateY(-16%);
    }
    .custom-img-with-hover-content.full-width .inner-group > * {
        width: 100%;
    }
}
@media(max-width:960px){
    .hs-faq-layout .body-container .custom-tabber-content ul{
        padding-left: 0;
    }
    .custom-img-with-hover-content {
        width: 100%;
        margin-right: 0;
    }
    .custom-img-with-hover-content {
        padding: 40px 0;
    }
    
}
@media(max-width:900px) and (min-width:768px){
    .custom-banner-area {
        min-height: 538px!important;
    }
}
@media(max-width:830px) and (min-width:768px){
    .left-side-inner p:after {
        width: 20px;
    }
    .right-side-inner:after {
        width: 30px;
    }
    .custom-three-col-osa-content-inner p {
        font-size: 12px;
    }
    .hs-home-page-layout .custom-four-col-eq-with-bg-img-wrapper .custom-four-col-content {
        max-width: 100%;
    }
    
    .hs-home-page-layout .custom-four-col-eq-with-bg-img-wrapper h1 {
        font-size: 25px;
    }
    
}

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

@media (max-width: 767px) {
    .checkbox-row span.fakelabel span{
        float:none;
    }
    .custom-slider-content-group {
        top: 25%;
    }
    .subscribe-options label {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .custom-side-footer-logo {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .custom-social-icon ul {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .custom-footer-group ,
    .custom-copyright p{
        text-align:center;
    }
    .custom-footer-contact ul {
        padding: 10px 0;
        text-align: center;
        float: none;
    }
    .custom-footer-contact ul li {
        padding-left: 0;
        padding: 10px 0;
        display: block;
    }
    .custom-header-group,
    .no-banner .custom-header-group,
    .no-banner.hs-home-page-layout .custom-header-group,
    .no-banner.hs-employer-layout .custom-header-group{
        position:relative;
        padding:0;
        background: #AA9450;
    }
    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 {
        max-width:100%;
    }
    .custom-two-column-image-inner {
        max-width: 100%;
        float: none;
        padding: 0;
    }
    
    .custom-two-column-content-inner {
        max-width: 100%;
        float: none;
        padding: 0;
    }
    
    .custom-two-column-image-content-inner {
        text-align: center;
    }
    
    .custom-two-column-image-content-inner.right .custom-two-column-image-inner {
        float: none;
    }
    
    .custom-two-column-image-content-inner.right .custom-two-column-content-inner {
        float: none;
        padding: 0;
    }
    
    .custom-two-column-content-inner ul {
        text-align: left;
        padding-left: 28px;
    }
    .custom-two-col-hover-content-inner{
        padding:0 10px;
    }
    .custom-two-col-with-hover-inner {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    
    .two-column-with-top-banner .custom-banner-area h1 {
        line-height: normal;
    }
    .custom-banner-area h1 {
        font-size: 36px;
    }
    .custom-three-column-image-inner {
        width: 100%;
        float: none;
    }
    
    .custom-three-column-content-inner {
        width: 100%;
        float: none;
        padding: 0;
    }
    .custom-three-column-group{
        text-align:center;
    }
    .custom-three-column-link-inner {
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .custom-three-column-content-inner h3 {
        text-align: center;
    }
    form.hs-form fieldset .hs-form-field {
        width: 100% !important;
        padding: 0;
    }
    .hs-contact-layout .custom-contact-row1-group .main-content form .hs-button{
        width:100%;
    }
    .body-container .hs-register-row1-group .page-center {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hs-register-layout form .hs_message.field.hs-form-field .hs-input{
        max-width:100%;
    }
    
    
    .hs-full-width-top-banner-layout .custom-banner-area h1 {
        line-height: 36px;
    }
    .custom-home-slider .hs_cos_gallery_slide {
	    min-height: 200px;
	    padding: 80px 0;
	}
	.custom-home-slider .hs_cos_gallery_slide .slick-slide-inner-wrapper {
	    position: relative;
	    bottom: 0;
	}
	.custom-home-slider .caption h1 {
	    font-size: 40px;
	    line-height: 50px;
	}
	.custom-four-col-eq-with-bg-img-wrapper .custom-four-col-bg-img-md {
	    width: 100%;
	    float: none;
	    margin-bottom: 30px;
	}
	.hs-home-page-layout .custom-four-col-eq-with-bg-img-wrapper .custom-four-col-bg-img-md{
	    margin-bottom:0;
	}
	.custom-home-page-row-3 .custom-two-column-image-content-group .custom-two-column-image-inner {
	    max-width: 100%;
	    margin-bottom: 30px;
	}
	.custom-home-page-row-3 .custom-two-column-image-content-group .custom-two-column-content-inner {
	    max-width: 100%;
	    padding: 0;
	    width: 100%;
	}
	.custom-home-page-row-3 .custom-two-column-image-content-inner {
	    display: block;
	}
	.custom-home-page-row-3 .page-center {
	    padding: 20px;
	}
	.custom-home-page-row-3 .custom-two-column-image-content-inner {
	    padding: 0;
	}
	.custom-testimonial-module-wrapper {
	    padding: 50px 0;
	}
	.custom-testimonial-module-wrapper h1 {
	    font-size: 30px;
	}
	.left-side-inner p:after,
	.right-side-inner:after{
       content:none;
    }
    
    .left-side {
        width: 100%;
        float: none;
        padding: 0 30px;
    }
    
    .middle-side {
        width: 100%;
        float: none;
        padding: 0 30px;
    }
    
    .right-side {
        width: 100%;
        float: none;
        padding: 0 30px;
    }
    .custom-five-col-eq-with-bg-img-wrapper .custom-five-col-bg-img-md {
	    width: 100%;
	}
	.custom-five-col-eq-with-bg-img-wrapper {
	    display: block;
	}
	.custom-five-col-eq-with-bg-img-wrapper .custom-five-col-bg-img-md {
	    margin-bottom: 30px;
	}
	.hs-medical-layout .custom-four-col-eq-with-bg-img-wrapper .custom-four-col-bg-img-md {
       width: 100%;
       margin-right: 0;
   }
   .custom-five-col-eq-with-bg-img-wrapper.three-col .custom-five-col-bg-img-md {
       width: 100%;
    }
    .custom-full-width-content-mod ul{
        padding-left: 20px;
    }
    .hs-employer-row2-group .main-content{
        top: 10%;
    }
    .blog .body-container .page-center,
    .blog.hs-blog-post .body-container .page-center {
        padding: 25px 20px;
    }
    .post-header h2, h2.post-listing-simple ,
    .section.post-header h1{
        font-size: 30px;
    }
    .custom-three-col-osa-inner, .custom-three-col-osa-inner:last-child {
        float: none;
        margin: 0 auto 20px;
    }
    .custom-three-col-osa-inner {
        width: 50.3%;
    }
    .custom-five-col-eq-with-bg-img-wrapper.three-col .custom-five-col-content h1 {
        font-size: 24px;
    }
    
    .custom-five-col-eq-with-bg-img-wrapper.three-col .custom-five-col-content a {
        font-size: 15px;
    }
    
    .custom-five-col-eq-with-bg-img-wrapper.three-col .custom-five-col-content {
        max-width: 100%;
    }
    .right-side-inner {
        position: static;
    }
    .hs-faq-layout .body-container .custom-tabber-content ul li{
        padding: 0 17px 10px 0;
    }
    .hs-register-layout form .hs-error-msgs label,
    .hs-register-layout form .hs_message .hs-error-msgs label{
        width:100%;
    }
    .hs-employer-row2-group video {
        display: none;
    }
    
    .hs-employer-row2-group {
        background: url('//cdn2.hubspot.net/hubfs/4017103/HomeSleep%20LLC%20V2%20-%20November%202017/Images/employer-mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .hs-employer-row2-group .main-content {
        position: relative;
        top: 0;
    }
   
}  

@media(max-width:609px){
    .custom-three-col-osa-inner {
        width:63.3%;
    }   
    .custom-three-col-osa-inner.col1:hover .custom-three-col-osa-content-inner {
        top: 26px;
    }
}

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

@media (max-width: 479px) {
    .custom-two-col-with-hover-inner:hover .active .custom-two-col-hover-content-inner {
        top: 22%;
    }
    .custom-three-col-osa-inner {
        width: 90.3%;
    } 
    .custom-accordion-title h3{
        width: 88%;
    }
    .custom-icon{
        width: 5%;
    }
    .hs-osa-layout .body-container table tbody, .hs-osa-layout .body-container table tbody tr {
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .custom-slider-content-group {
        top: 19%;
    }
    .hs-osa-layout .body-container table td {
        vertical-align: top;
        font-size: 14px;
        padding-right: 0;
        width: 100%;
    }
    
    .hs-osa-layout .body-container table tr td:last-child {
        text-align: right;
    }
    .custom-home-slider .caption h1 {
	    font-size: 30px;
	    line-height: normal;
	}
	.custom-three-col-osa-content-inner {
        padding: 0 10px 20px;
    }
    
    .custom-three-col-osa-content-inner h6 {
        font-size: 20px;
    }
    
    .custom-three-col-osa-content-inner p {
        font-size: 13px;
    }
    .custom-slider-content-group h1{
        font-size: 42px;
    }
}

@media(max-width:380px){
    .hs-full-width-layout .custom-two-col-hover-content-inner {
        top: 8%;
    }
    .hs-full-width-layout .custom-two-col-with-hover-inner:hover .active .custom-two-col-hover-content-inner {
        top: 3%;
    }
}

.custom-four-col-bg-img-md.matchHeight {
min-height: 530px;
}


.triagevideo{
    margin-top: -170px;
}


.widget-span.widget-type-rich_text.header {
/*     min-height: 185px; */
}

.widget-span.widget-type-custom_widget.middle-group{
    max-width: 625px;
    margin: 0 auto;
    float: none;
}

@media(max-width: 767px) {
  .widget-span.widget-type-rich_text.header {
  	min-height: unset!Important;
  }
}