﻿/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */


@font-face {
    font-family: "resicon";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/resicon.eot?t=1500380859436") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/resicon.woff?t=1500380859436") format("woff"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/resicon.ttf?t=1500380859436") format("truetype");
}

@font-face {
    font-family: "oxygen-icon";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/oxygen-icon.eot?t=1500380859436") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/oxygen-icon.woff?t=1500380859436") format("woff"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/oxygen-icon.ttf?t=1500380859436") format("truetype");
}

@font-face {
    font-family: "CernLight";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/CernLight-webfont.eot?t=1500380859436") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/CernLight-webfont.woff?t=1500380859436") format("woff"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/CernLight-webfont.ttf?t=1500380859436") format("truetype");
}

@font-face {
    font-family: "Cern";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/CernLight-webfont-1.eot?t=1500380859436") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/CernLight-webfont-1.woff?t=1500380859436") format("woff"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/CernLight-webfont-1.ttf?t=1500380859436") format("truetype");
}

@font-face {
    font-family: "CernMed";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/CernMed-webfont.eot?t=1500380859436") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/CernMed-webfont.woff?t=1500380859436") format("woff"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/CernMed-webfont.ttf?t=1500380859436") format("truetype");
}

@font-face {
    font-family: "CernUltraLight";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/CernUltraLight-webfont.eot?t=1500380859436") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/CernUltraLight-webfont.woff?t=1500380859436") format("woff"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/CernUltraLight-webfont.ttf?t=1500380859436") format("truetype");
}

@font-face {
    font-family: "resmed-icon";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/resmed-icon.eot?t=1500380859436") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/resmed-icon.woff?t=1500380859436") format("woff"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/resmed-icon.ttf?t=1500380859436") format("truetype");
}

@font-face {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/fontawesome-webfont.eot?t=1500380859436") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/fontawesome-webfont.woff?t=1500380859436") format("woff"), url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Font/fontawesome-webfont.ttf?t=1500380859436") format("truetype");
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    /*max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;*/ /* Suppress the space beneath the baseline */
}

    img.alignRight, img.alignright {
        margin: 0 0 5px 15px;
    }

    img.alignLeft, img.alignleft {
        margin: 0 15px 5px 0;
    }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] {
    min-height: 1px;
}

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}

    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
        height: 30px;
        list-style: none !important;
    }

@media (max-width: 479px) {
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span {
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {
    line-height: 0;
}

.recaptchatable #recaptcha_response_field {
    min-height: 0;
    line-height: 12px;
}

@media all and (max-width: 400px) {
    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden;
    }

        #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
            width: 67px !important;
        }

        #recaptcha_area table#recaptcha_table #recaptcha_image {
            width: 280px !important;
        }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}

    #calroot,
    #calroot *,
    #calroot *:before,
    #calroot *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        #calroot select {
            min-height: 0 !important;
            padding: 1px 2px !important;
            font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
            font-size: 10px !important;
            line-height: 18px !important;
            font-weight: normal !important;
        }

#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}

    .hs-responsive-embed iframe,
    .hs-responsive-embed object,
    .hs-responsive-embed embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .hs-responsive-embed.hs-responsive-embed-instagram {
        padding-top: 0px;
        padding-bottom: 116.01%;
    }

    .hs-responsive-embed.hs-responsive-embed-pinterest {
        height: auto;
        overflow: visible;
        padding: 0 0 0 0;
    }

        .hs-responsive-embed.hs-responsive-embed-pinterest iframe {
            position: static;
            width: auto;
            height: auto;
        }

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}

#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0;
}

    .hs-menu-wrapper ul li {
        float: left;
    }
/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    margin-top: -15px;
}

.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: #000;*/
    /*-webkit-text-stroke: 0.15px;*/
    /*font-size: 18px;*/
    overflow-x: hidden;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #3399FF;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #3399FF;
    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 {
    margin: 0 0 15px;
    font-weight: normal;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    }

h1 {
    font-size: 50px;
    line-height: 61px;
}

h2 {
    font-size: 38px;
    line-height: 46px;
}

h3 {
    font-size: 32px;
    line-height: 39px;
}

h4 {
    font-size: 24px;
    line-height: 29px;
}

h5 {
    font-size: 20px;
    line-height: 24px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

/* Anchor Links */
a {
    color: #1788c3;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: underline;
        color: #ed3f35;
    }

/* 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 =============== */

.header-container-wrapper {
    border-bottom: 0px solid #c0bfbf;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
}

.header-container .page-center {
    position: relative;
}


.custom-logo {
    padding: 17px 0;
    max-width: 96px !important;
}


.custom-search-show {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
}

    .custom-search-show ul {
        display: inline-block;
        margin: 0 0 0 10px;
        padding: 0;
        list-style: none;
        float: right;
    }

        .custom-search-show ul li {
            display: block;
            position: relative;
            z-index: 9999;
        }

            .custom-search-show ul li a {
                font-size: 13px;
                color: #9d2a54;
                background: #ffffff;
                border: 1px solid #e6e6e7;
                border-top: 0;
                padding: 7px 26px 7px 8px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                border-top-left-radius: 0;
                border-top-right-radius: 0;
                display: block;
                width: 226px;
                text-decoration: none;
                position: relative;
                margin: 0 -5px 0 0;
            }

            .custom-search-show ul li > a:hover {
                background: #f1f1f1;
            }

            .custom-search-show ul li a:after {
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-family: 'resmed-icon';
                display: inline-block;
                position: absolute;
                right: 6px;
                top: 8px;
                content: "\2a";
            }

            .custom-search-show ul li ul {
                position: absolute;
                top: 30px;
                left: 0;
                background: #e6e6e6;
                margin: 0 !important;
                border: 0px solid;
                width: 100% !important;
                display: none;
                border-radius: 4px;
            }

                .custom-search-show ul li ul li a {
                    color: #888;
                    font-size: 13px;
                    padding: 7.8px 10px;
                    background: transparent;
                    border: 0;
                    LINE-HEIGHT: 13PX;
                }

                .custom-search-show ul li ul li:hover a {
                    color: #000;
                    background: transparent;
                }

                .custom-search-show ul li ul li a:after {
                    display: none !important;
                }

            .custom-search-show ul li:hover ul {
                display: block;
            }

.custom-search-txt {
    float: right;
    display: none !important;
    background: #ffffff;
    border: 1px solid #e6e6e7;
    border-top: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 14px;
    line-height: 14px;
    color: #424243;
    padding: 5px 18px 9px 14px;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

    .custom-search-txt:before {
        content: "\40";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: 'resmed-icon';
        font-size: 16px;
        color: #3597ca;
        margin: 0 14px 0 0;
        position: relative;
        top: 1px;
    }

    .custom-search-txt:hover:before {
        color: #1788c3;
    }

.custom-search-group {
    position: absolute;
    top: 137px;
    width: 100% !important;
    left: 0;
    z-index: 301;
    background: #ebebeb;
    min-height: 500px !important;
}

.custom-search-form form {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    display: block;
    margin: 40px 0;
    width: 92%;
    overflow: hidden;
    float: left;
}

.custom-search-form input[type="text"] {
    background: none;
    border: 0px solid;
    color: #000;
    font-family: "CernLight",Helvetica,Arial,Serif;
    font-size: 38px;
    line-height: 82px;
    margin: 0;
    padding: 0 2.5% 3px;
    width: 85%;
    outline: medium none;
}

.custom-search-form button[type=submit] {
    background: none !important;
    border: 0px solid !important;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 25px;
    float: right;
    line-height: 85px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 8%;
}

    .custom-search-form button[type=submit]:hover {
        color: #1788c3;
    }
/*[class^="icon-"], [class*="icon-"] {
    font-family: 'resmed-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:25px;
}*/
.icon-general-search:before {
    content: "\40";
}

.close-primary-search {
    color: #000;
    display: inline-block;
    float: right;
    font-size: 25px;
    line-height: 85px;
    margin-top: 38px;
    text-align: center;
    cursor: pointer;
    width: 7%;
}

    .close-primary-search:hover {
        color: #1788c3;
        text-decoration: none;
    }

.icon-interaction-cross:before {
    content: "\46";
}

.custom-normal {
    width: 100px;
}

.custom-header-links,
.custom-mobile {
    display: none !important;
    width: 70px;
}

.custom-conturies {
    display: inline-block;
    float: right;
    margin: 0 -48px 0 0px;
    padding: 4px 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: "CernUltraLight", Helvetica, Arial,Serif !important;
    font-size: 13px;
    position: relative;
}

    .custom-conturies:hover {
        background: #e4e4e4;
    }

.flag-us {
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.flag-icon {
    background-image: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Image/resmed-flags-1.png?t=1500380859436");
    background-position: 0 -990px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
}

.custom-conturies ul {
    position: absolute;
    top: 31px;
    right: 0;
    display: none;
    margiN: 0;
    list-style: none;
    background: #e4e4e4;
    border: 0px solid;
    -webkit-border-radius: 4px 0px 4px 4px;
    border-radius: 4px 0px 4px 4px;
    min-width: 150px;
}

.custom-conturies:hover ul {
    display: block !important;
}

.custom-conturies ul li {
    display: block;
    padding: 12px;
}

    .custom-conturies ul li a {
        color: #5b5b5b;
        display: block;
        font-size: 13px;
        line-height: 1.35;
        padding-right: 30px;
        background: none;
        border: 0px solid #e6e6e7;
        border-top: 0;
        padding: 0;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        width: 100%;
        background: transparent;
    }

        .custom-conturies ul li a:hover {
            color: #1788c3;
            background: transparent;
        }

        .custom-conturies ul li a:after {
            display: none !important;
        }

.icon-parent.icon-general-globe {
    top: -11px;
    position: relative;
    float: right;
}

#all-countries .icon-parent {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 2px;
}

.icon-general-globe:before {
    content: "\3c";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'resmed-icon;
}

.close-icon-cate,
.secondary-navbar-toggle {
    display: none !important;
}


/* =============== Content =============== */

.body-container-wrapper {
    padding: 137px 0 0px 0;
    background: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Image/header-background.png?t=1500380859436") top left repeat-x;
}
/*.body-container .page-center{
    padding:80px 0 0;
    max-width:1192px;
}*/
.hs-blog-header,
.custom-section-header {
    text-align: center;
}

    .hs-blog-header h1,
    .custom-section-header h1 {
        font-size: 50px;
        line-height: 61px;
        color: #000;
        margin: 5px 0 0;
    }

.content-wrapper {
}

.main-content {
}

.sidebar {
}

    .sidebar.right {
    }

    .sidebar.left {
    }


/* =============== Footer =============== */

.footer-container-wrapper {
    background: #424243;
    padding: 42px 0 2px;
    position: relative;
}

.footer-container .page-center {
    padding: 0 4%;
}


.custom-footer-soical ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .custom-footer-soical ul li {
        display: inline-block;
        vertical-align: top;
    }

        .custom-footer-soical ul li a {
            font-size: 0;
            margin: 0 8.9px;
            display: block;
        }

            .custom-footer-soical ul li a.custom-facebook:before {
                content: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Image/icon-social-facebook.png?t=1500380859436");
                cursor: pointer;
            }

            .custom-footer-soical ul li a.custom-twitter:before {
                content: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Image/icon-social-twitter.png?t=1500380859436");
                cursor: pointer;
            }

            .custom-footer-soical ul li a.custom-linkedin:before {
                content: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Image/icon-social-linkedin.png?t=1500380859436");
                cursor: pointer;
            }

            .custom-footer-soical ul li a.custom-google:before {
                content: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Image/icon-social-googleplus.png?t=1500380859436");
                cursor: pointer;
            }

            .custom-footer-soical ul li a.custom-youtube:before {
                content: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Image/icon-social-youtube.png?t=1500380859436");
                cursor: pointer;
            }

.custom-all-rights-reserved ul {
    display: block;
    margin: 0;
    padding: 3px 0 2px;
    list-style: none;
    text-align: center;
}

    .custom-all-rights-reserved ul li {
        display: inline-block;
        padding: 10px 19px 8px;
        vertical-align: top;
    }

        .custom-all-rights-reserved ul li a {
            color: #e6e6e7;
            font-size: 14px;
            text-decoration: none;
        }

            .custom-all-rights-reserved ul li a:hover {
                text-decoration: underline;
            }

.custom-all-rights-reserved p {
    margin: 0;
    text-align: center;
    color: #9b9b9e;
    line-height: 1.5;
    font-size: 12px;
    padding: 5px 0 8px 0;
}



#back-to-top {
    display: block;
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    top: -22px;
    width: 44px;
    height: 44px;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0.8;
    background: url("//cdn2.hubspot.net/hubfs/3445757/ResMed%202017/Image/xcomponent-up-arrow.png.pagespeed.ic.3Nfh8WZ14r.png?t=1500380859436");
}

    #back-to-top:hover {
        opacity: 1;
    }



/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

.custom-menu-primary {
    margin-left: 100px;
}
    /* Parent List */
    .custom-menu-primary .hs-menu-wrapper > ul {
        display: block;
        margin: 0;
        padding: 0 20px;
        list-style: none;
    }

        .custom-menu-primary .hs-menu-wrapper > ul > li {
            display: inline-block;
            position: static !important;
        }

            .custom-menu-primary .hs-menu-wrapper > ul > li > a {
                color: #000;
                display: block;
                font-size: 18px;
                line-height: 16px;
                padding: 3.78em 1.35em;
                position: relative;
                -webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
                -moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
                -o-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
                transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
                text-decoration: none;
                position: relative;
            }

            .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
                background: #1788c3;
                color: #fff;
            }

            .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
                content: "\21";
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                font-size: 20px;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-family: 'resmed-icon';
                position: absolute;
                /*bottom: -12px;*/
                bottom: 0px;
                left: 0;
                right: 0;
                z-index: 99;
                float: none;
                margin: 0 auto !important;
                display: none;
                width: 40px;
                background: #1788c3;
                border-radius: 21px;
                text-align: center;
                height: 40px;
                line-height: 40px;
                color: #fff;
            }

            .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:before {
                display: block;
            }

            /* Child List */
            .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
                background: #ebebeb;
                width: 100% !important;
                padding: 38px 0;
            }

            .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul:after {
                content: "";
                background: #ebebeb;
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 100%;
                min-height: 100px;
                top: 0;
                transform: scaleX(30);
                z-index: -1;
                -webkit-box-shadow: 0 10px 10px -22px #999;
                -moz-box-shadow: 0 10px 10px -22px #999;
                box-shadow: 0 10px 10px -22px #999;
            }

            .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li > ul:before {
                content: "";
                background: #dbdbdb;
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 1px;
                top: 68px;
                transform: scaleX(30);
                z-index: 0;
            }

            .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
                padding: 65px 0;
            }

                .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a {
                    padding: 0 4px;
                }

            .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul ul {
                display: block !important;
                opacity: 1 !important;
                visibility: visible !important;
                position: static !important;
                left: 0 !important;
            }

            .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a {
                font-family: "Noto Sans KR","CernUltraLight", Helvetica, Arial,sans-serif,"Nanum Gothic","Helvetica Neue",Helvetica !important;
                color: #2f2f2f;
                font-weight: 400;
                font-size: 18px;
                letter-spacing: 0.1px;
            }

                .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a:hover {
                    text-decoration: underline;
                }

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul {
    padding: 40px 0;
}

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li {
        width: 23%;
        float: left !important;
        padding-right: 10px;
    }

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) > ul > li > ul > li,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) > ul > li > ul > li {
    width: 18%;
    padding-top: 40px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li > a {
    white-space: normal !important;
    padding-bottom: 37px;
    color: #000;
    font-size: 18px;
    font-family: CernUltraLight, Helvetica, Arial, serif;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li > ul li {
    width: 100%;
    float: none !important;
    display: block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li > ul {
    padding: 20px 0 0 !important;
    border-top: 1px solid transparent;
}

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li > ul:hover {
        border-top: 1px solid #000;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li > ul li a {
        color: #6d6d6d;
        font-family: "CernLight", Helvetica, Arial,Serif !important;
        font-size: 18px;
        line-height: 1.415;
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li > ul li:last-child a {
        padding: 0;
        padding-top: 35px;
        margin-top: 0;
        color: #dd2625;
        font-size: 15px;
        display: inline-block;
        padding-right: 0;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li > ul li a {
        position: relative;
    }

        .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li > ul li a span {
            display: inline-block;
        }

        .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li > ul li a:hover .custom-last-type {
            text-decoration: underline;
        }

        .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li > ul li a span.icon-arrow-dotted-right {
            color: #000;
            font-size: 12px;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            padding-left: 10px;
            font-family: 'resmed-icon';
            width: 10px;
        }

.icon-arrow-dotted-right:before {
    content: "\25";
}



/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */

.custom-menu-primary .hs-menu-wrapper,
.custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
}

}

@media screen and (min-width:641px) {
    .custom-search-group {
        display: none !important;
    }
}

.custom-search-group {
    display: none !important;
}

.form-open .custom-search-group {
    display: block !important;
}


/* ==========================================================================
   Mobile Menu - Toggle Side Menu - Right
   ========================================================================== */


/* Variables
   ========================================================================== */

/* Set mobile icon color */
/* Set close icon color */
/* Set full menu background color */
/* Set link Color */
/* Set link Hover Color */


/* Toggle Button
   ========================================================================== */

.mobile-icon {
    display: none; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    margin: 0;
    position: absolute;
    top: 74px;
    right: 26px;
}

    .mobile-icon:hover {
        text-decoration: none; /* Removes link text underline on button */
    }

    /* Three line icon */
    .mobile-icon span {
        margin: 0 auto;
        top: 0;
        display: inline-block;
        position: relative;
        text-align: center;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: 'resmed-icon';
        font-size: 26px;
        color: #000;
    }

        .mobile-icon span:hover {
            color: #1788c3;
        }

        .mobile-icon span:before {
            content: "\50";
        }




.footer-container {
    padding-top: 30px;
    margin-bottom: 45px;
}

/* Menu Styles on Mobile Devices
   ========================================================================== */

@media (min-width: 981px) {

    /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
    .custom-menu-primary {
        height: auto !important;
        width: auto !important;
        margin-left: 100px !important;
    }
}

@media (max-width: 980px) {

    body, html {
        height: 100%;
    }

    /* Show the Mobile and Close Icons */
    .mobile-icon {
        display: block !important;
    }

    /* Container added with js and is required for transforms to work */
    #site-wrapper {
        max-width: 100%;
        position: relative;
    }

    /* Provide room in header for the toggle button */
    .header-container-wrapper .page-center {
    }

    /* Provide spacing for the menu ul */
    .custom-menu-primary .hs-menu-flow-horizontal > ul {
        clear: both;
    }

    /* Mobile Nav is HIDDEN By Default */
    .custom-menu-primary {
        position: FIXED;
        width: 248px !important; /* must match the value above in 'left' */
        z-index: 1000;
        background: #fff;
        right: -248px;
        top: 0;
        transition: all 0.5s;
        height: 100vh !IMPORTANT;
        z-index: 99999999;
    }

    .show-mobile-nav .custom-menu-primary {
        right: 0;
    }

    /* Set Link Colors */
    .custom-menu-primary a {
        color: #fff;
    }

        .custom-menu-primary a:hover {
            color: #ccc;
        }

    /* All Main Containers Display FULL Width By Default */
    .body-container-wrapper, .footer-container-wrapper {
        right: 0;
        transition: all 0.5s;
        position: relative !important;
    }

    .header-container-wrapper {
        transition: all 0.5s;
        z-index: 9999;
    }

    /* All Main Containers Display PARTIAL Width On Icon Click */
    .show-mobile-nav .header-container-wrapper, .show-mobile-nav .body-container-wrapper, .show-mobile-nav .footer-container-wrapper {
        right: 248px;
    }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {
}

/* Blog Post */
.hs-blog-post {
}

/* Blog Listing */
.hs-blog-listing {
}

/* Blog Columns Wrapper */
.blog .content-wrapper {
}


/* =============== Blog Content Column =============== */

.blog .blog-content {
}

.filter-link-count {
    display: none !important;
}
/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {
}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {
}

/* Blog Title */
.hs-blog-header h1 {
}

    .hs-blog-header h1 a {
    }

/* Blog Post Title */
.post-header h2 {
    font-size: 38px;
    line-height: 46px;
}

    .post-header h2 a {
        text-decoration: none;
        color: #000;
    }

/* 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 {
        max-width: 70px;
        padding: 10px 10px 10px 0;
    }

        #hubspot-author_data .hs-author-avatar img {
            height: auto !important;
            max-width: 100%;
        }

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

    .blog-listing-wrapper .post-listing .post-item .post-body {
    }

.blog-post-wrapper .post-body {
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
}

    .hs-featured-image-wrapper .hs-featured-image-link {
    }

        .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
            border-width: 0;
            max-height: 170px;
            max-width: 210px;
            height: auto;
            width: auto;
            display: inline-block !important;
            float: right;
            margin: 20px 0 20px 20px;
        }

/* Read More Link */
a.more-link {
    display: block;
    padding: 10px 0;
}

/* Blog Topics List */
#hubspot-topic_data {
}

    #hubspot-topic_data a.topic-link {
    }

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: auto;
    margin-top: 10px;
    padding: 10px 0 0;
}

/* Blog Commments */
.custom_listing_comments {
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #ccc;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}


.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    color:;
    display: block;
    font-family:;
    font-size:;
    line-height:;
    padding: 0;
}

.comment-reply-to {
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color: !important;
    display: block !important;
    text-align: left;
}

.custom_listing_comments {
    border: 1px solid #ccc;
    padding: 15px;
}



/* Pagination */
.blog-pagination {
}

    .blog-pagination a {
        padding: 0 0 15px;
    }

        .blog-pagination a.previous-posts-link {
        }

        .blog-pagination a.all-posts-link {
        }

        .blog-pagination a.next-posts-link {
        }

/* Blog All Posts Page */
.hs-content-path-blog-all {
}

div.post-listing-simple {
}

    div.post-listing-simple .post-item {
    }

h2.post-listing-simple {
}

    h2.post-listing-simple a {
    }


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar h3,
.blog .blog-sidebar h3.form-title {
    font-size: 32px;
    line-height: 39px;
}

.blog .blog-sidebar .cell-wrapper {
    padding-bottom: 20px;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin-bottom: 25px;
}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.hs-blog-post .hs-author-profile {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 20px 0;
    margin: 20px 0 20px 0;
}

.hs-author-profile .hs-author-profile:after {
    content: '';
    display: block;
    clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
    float: left;
    margin-right: 15px;
    max-width: 100px;
}

    .hs-author-profile .hs-author-avatar img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        max-width: 100%;
    }

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
    overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
    margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {
}

.hs-author-profile .hs-author-social-label {
}

.hs-author-profile .hs-author-social-links {
}

.hs-author-profile .hs-author-social-link {
}

.hs-author-profile .hs-social-facebook {
}

.hs-author-profile .hs-social-linkedin {
}

.hs-author-profile .hs-social-twitter {
}

.hs-author-profile .hs-social-google-plus {
}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

.form-title {
    font-size: 38px;
    line-height: 1.22;
    font-family: "CernUltraLight", Helvetica, Arial,Serif !important;
    font-weight: normal;
    margin: 0 0 37px;
}

.custom-form {
    width: 50% !important;
}

.invalid.error {
    border: 1px solid #FF0000;
}

.hs-error-msgs {
    margin: 10px 0;
}

    .hs-error-msgs label {
        color: #FF0000;
        display: inline-block;
        padding: 1%;
        font-size: 13px !important;
    }

/* Form Field */
.hs-form-field {
}

/* Descriptions */
.hs-field-desc {
}

/* Labels and Legends */
label {
}

.widget-type-google_search label,
.hs-form-field > label {
    display: block;
    font-size: 16px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 4px;
    outline: 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 {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

/* Separate Styles for Multiple Line Inputs */
textarea {
}

    textarea:focus {
    }

/* Separate Styles for Drop Downs */
select {
}

    select:focus {
    }

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
}

    form.hs-form .hs-form-field ul.inputs-list li input {
    }

input[type="radio"] {
}

input[type="checkbox"] {
}

/* Required */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
}

    input:focus:required:invalid:focus,
    textarea:focus:required:invalid:focus,
    select:focus:required:invalid:focus {
    }

/* Error */
.hs-error-msgs label {
}

/* Placeholder Text */
::-webkit-input-placeholder {
    color: #666;
    opacity: 0.5;
}
/* Webkit Browsers */
:-moz-placeholder {
    color: #666;
    opacity: 0.5;
}
/* Firefox 18- */
::-moz-placeholder {
    color: #666;
    opacity: 0.5;
}
/* Firefox 19+ */
:-ms-input-placeholder {
    color: #666;
    opacity: 0.5;
}
/* 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;
    color: #fff;
    background: rgb(223,39,3);
    background: -moz-linear-gradient(top, rgba(223,39,38,1) 0%, rgba(201,49,39,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,39,38,1)), color-stop(100%,rgba(201,49,39,1)));
    background: -webkit-linear-gradient(top, rgba(223,39,38,1) 0%,rgba(201,49,39,1) 100%);
    background: -o-linear-gradient(top, rgba(223,39,38,1) 0%,rgba(201,49,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(223,39,38,1) 0%,rgba(201,49,39,1) 100%);
    background: linear-gradient(to bottom, rgba(223,39,38,1) 0%,rgba(201,49,39,1) 100%);
    border-radius: 4px;
    display: inline-block;
    padding:10px 32px;
    border:0;
    line-height:normal;
    font-size:18px;
    font-weight:normal;
    font-family:CernLight, Helvetica, Arial, serif;
    outline:0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: rgb(215,57,47);
    background: -moz-linear-gradient(top, rgba(215,57,47,1) 0%, rgba(174,39,38,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,57,47,1)), color-stop(100%,rgba(174,39,38,1)));
    background: -webkit-linear-gradient(top, rgba(215,57,47,1) 0%,rgba(174,39,38,1) 100%);
    background: -o-linear-gradient(top, rgba(215,57,47,1) 0%,rgba(174,39,38,1) 100%);
    background: -ms-linear-gradient(top, rgba(215,57,47,1) 0%,rgba(174,39,38,1) 100%);
    background: linear-gradient(to bottom, rgba(215,57,47,1) 0%,rgba(174,39,38,1) 100%);
}*/

.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 {
    }


/* ==========================================================================
=FONTS
=========================================================================== */
/* CERN fonts for SleepVantage */
@font-face {
    font-family: "CernLight";
    src: url("clientlibs-new/css/fonts/CernLight-webfont.eot#iefix");
    src: url("clientlibs-new/css/fonts/CernLight-webfont.eot#iefix") format("eot"), url("clientlibs-new/css/fonts/CernLight-webfont.woff") format("woff"), url("clientlibs-new/css/fonts/CernLight-webfont.ttf") format("truetype"), url("clientlibs-new/css/fonts/CernLight-webfont.svg#CernLight-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CernMedium';
    src: url('clientlibs-new/css/fonts/CernMed-webfont.eot#iefix');
    src: url('clientlibs-new/css/fonts/CernMed-webfont.eot#iefix') format('eot'), url('clientlibs-new/css/fonts/CernMed-webfont.woff') format('woff'), url('clientlibs-new/css/fonts/CernMed-webfont.ttf') format('truetype'), url('clientlibs-new/css/fonts/CernMed-webfont.svg#CernMed-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CernBold';
    src: url('clientlibs-new/css/fonts/CernBold-webfont.eot#iefix');
    src: url('clientlibs-new/css/fonts/CernBold-webfont.eot#iefix') format('eot'), url('clientlibs-new/css/fonts/CernBold-webfont.woff') format('woff'), url('clientlibs-new/css/fonts/CernBold-webfont.ttf') format('truetype'), url('clientlibs-new/css/fonts/CernBold-webfont.svg#CernBold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CernUltraLight';
    src: url('clientlibs-new/css/fonts/CernUltraLight-webfont.eot#iefix');
    src: url('clientlibs-new/css/fonts/CernUltraLight-webfont.eot#iefix') format('eot'), url('clientlibs-new/css/fonts/CernUltraLight-webfont.woff') format('woff'), url('clientlibs-new/css/fonts/CernUltraLight-webfont.ttf') format('truetype'), url('clientlibs-new/css/fonts/CernUltraLight-webfont.svg#CernUltraLight-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*== SITE ICONS ==*/
@font-face {
    font-family: 'resmed-icon';
    src: url('clientlibs-new/css/fonts/resmed-icon.eot');
    src: url('clientlibs-new/css/fonts/resmed-icon.eot#iefix') format('embedded-opentype'), url('clientlibs-new/css/fonts/resmed-icon.woff') format('woff'), url('clientlibs-new/css/fonts/resmed-icon.ttf') format('truetype'), url('clientlibs-new/css/fonts/resmed-icon.svg#resmed-icon') format('svg');
    src: url('clientlibs-new/css/fonts/resmed-newicons.eot?eikluo');
    src: url('clientlibs-new/css/fonts/resmed-newicons.eot?eikluo#iefix') format('embedded-opentype'), url('clientlibs-new/css/fonts/resmed-newicons.ttf') format('truetype'), url('clientlibs-new/css/fonts/resmed-newicons.woff') format('woff'), url('clientlibs-new/css/fonts/resmed-newicons.svg?eikluo#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Newly added icon mail, phone, ticket from icomoon - July 2016*/

[class^="iconnew-"], [class*=" iconnew-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'resmed-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconnew-mail:before {
    content: "\e900";
}

.iconnew-phone:before {
    content: "\e901";
}

.iconnew-ticket:before {
    content: "\e902";
}

/*Oxygen Icon added on 16th March 2017*/

@font-face {
    font-family: 'oxygen-icon';
    src: url('clientlibs-new/css/fonts/oxygen-icon.eot?');
    src: url('clientlibs-new/css/fonts/oxygen-icon.eot?#iefix') format('embedded-opentype'), url('clientlibs-new/css/fonts/oxygen-icon.ttf?') format('truetype'), url('clientlibs-new/css/fonts/oxygen-icon.woff?') format('woff'), url('clientlibs-new/css/fonts/oxygen-icon.svg?#icomoon') format('svg');
    font-family: 'oxygen-icon';
    src: url('clientlibs-new/css/fonts/oxygen-icon.eot#iefix');
    src: url('clientlibs-new/css/fonts/oxygen-icon.eot#iefix') format('eot'), url('clientlibs-new/css/fonts/oxygen-icon.woff') format('woff'), url('clientlibs-new/css/fonts/oxygen-icon.ttf') format('truetype'), url('clientlibs-new/css/fonts/oxygen-icon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="oxygen-"], [class*=" oxygen-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'oxygen-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.oxygen-icon-circle:before {
    content: "\e901";
}

.oxygen-icon:before {
    content: "\e900";
}
/*End*/

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'resmed-icon' !important;
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-arrow-dotted-down, .icon-arrow-dotted-down-extended, .icon-arrow-dotted-left, .icon-arrow-dotted-left-extended, .icon-arrow-dotted-right, .icon-arrow-dotted-right-extended, .icon-arrow-dotted-top, .icon-arrow-dotted-top-extended, .icon-arrow-media-play, .icon-arrow-solid-bottom, .icon-arrow-solid-left, .icon-arrow-solid-right, .icon-arrow-solid-top, .icon-circle-0p5, .icon-circle-1p0, .icon-circle-1p5, .icon-circle-2p0, .icon-circle-solid, .icon-general-contact, .icon-general-downloads, .icon-general-exclamation, .icon-general-faq, .icon-general-file-exe, .icon-general-file-other, .icon-general-file-pdf, .icon-general-file-resources, .icon-general-file-search, .icon-general-globe, .icon-general-online-store, .icon-general-play-small, .icon-general-ruler, .icon-general-search, .icon-general-support, .icon-general-weight, .icon-interaction-check, .icon-interaction-checkbox, .icon-interaction-check-thick, .icon-interaction-cross, .icon-interaction-gridmore, .icon-interaction-minus, .icon-interaction-new-window, .icon-interaction-plus, .icon-maps-bicycle, .icon-maps-car, .icon-maps-directions, .icon-maps-pin, .icon-maps-walk, .icon-mobile-menu, .icon-mobile-user, .icon-number-01, .icon-number-02, .icon-number-03, .icon-number-04, .icon-number-05, .icon-number-06, .icon-site-accessories, .icon-site-blood-circulation, .icon-site-cloud-data, .icon-site-community, .icon-site-dental, .icon-site-devices, .icon-site-devices-wifi, .icon-site-doctor, .icon-site-easier-breathing, .icon-site-fewer-hospital-visits, .icon-site-find-distributor, .icon-site-gas-circulation, .icon-site-good-sleep, .icon-site-heart-function, .icon-site-humidifiers, .icon-site-invasive, .icon-site-learning, .icon-site-mask, .icon-site-non-invasive, .icon-site-not-out-of-breath, .icon-site-on-treatment, .icon-site-overall-health, .icon-site-recently-diagnosed, .icon-site-see-products, .icon-site-support-patients, .icon-site-take-symptom-test, .icon-site-treatment-options, .icon-site-ventilator, .icon-site-warranty-service, .icon-social-email, .icon-social-facebook, .icon-social-googleplus, .icon-social-linkedin, .icon-social-pinterest, .icon-social-print, .icon-social-twitter {
    font-family: 'resmed-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

    .icon-arrow-dotted-down:before {
        content: "\21";
    }

    .icon-arrow-dotted-down-extended:before {
        content: "\22";
    }

    .icon-arrow-dotted-left:before {
        content: "\23";
    }

    .icon-arrow-dotted-left-extended:before {
        content: "\24";
    }

    .icon-arrow-dotted-right:before {
        content: "\25";
    }

    .icon-arrow-dotted-right-extended:before {
        content: "\26";
    }

    .icon-arrow-dotted-top:before {
        content: "\27";
    }

    .icon-arrow-dotted-top-extended:before {
        content: "\28";
    }

    .icon-arrow-media-play:before {
        content: "\29";
    }

    .icon-arrow-solid-bottom:before {
        content: "\2a";
    }

    .icon-arrow-solid-left:before {
        content: "\2b";
    }

    .icon-arrow-solid-right:before {
        content: "\2c";
    }

    .icon-arrow-solid-top:before {
        content: "\2d";
    }

    .icon-circle-0p5:before {
        content: "\2e";
    }

    .icon-circle-1p0:before {
        content: "\2f";
    }

    .icon-circle-1p5:before {
        content: "\30";
    }

    .icon-circle-2p0:before {
        content: "\31";
    }

    .icon-circle-solid:before {
        content: "\32";
    }

    .icon-general-contact:before {
        content: "\33";
    }

    .icon-general-downloads:before {
        content: "\34";
    }

    .icon-general-exclamation:before {
        content: "\35";
    }

    .icon-general-faq:before {
        content: "\36";
    }

    .icon-general-file-exe:before {
        content: "\37";
    }

    .icon-general-file-other:before {
        content: "\38";
    }

    .icon-general-file-pdf:before {
        content: "\39";
    }

    .icon-general-file-resources:before {
        content: "\3a";
    }

    .icon-general-file-search:before {
        content: "\3b";
    }

    .icon-general-globe:before {
        content: "\3c";
    }

    .icon-general-online-store:before {
        content: "\3d";
    }

    .icon-general-play-small:before {
        content: "\3e";
    }

    .icon-general-ruler:before {
        content: "\3f";
    }

    .icon-general-search:before {
        content: "\40";
    }

    .icon-general-support:before {
        content: "\41";
    }

    .icon-general-weight:before {
        content: "\42";
    }

    .icon-interaction-check:before {
        content: "\43";
    }

    .icon-interaction-checkbox:before {
        content: "\44";
    }

    .icon-interaction-check-thick:before {
        content: "\45";
    }

    .icon-interaction-cross:before {
        content: "\46";
    }

    .icon-interaction-gridmore:before {
        content: "\47";
    }

    .icon-interaction-minus:before {
        content: "\48";
    }

    .icon-interaction-new-window:before {
        content: "\49";
    }

    .icon-interaction-plus:before {
        content: "\4a";
    }

    .icon-maps-bicycle:before {
        content: "\4b";
    }

    .icon-maps-car:before {
        content: "\4c";
    }

    .icon-maps-directions:before {
        content: "\4d";
    }

    .icon-maps-pin:before {
        content: "\4e";
    }

    .icon-maps-walk:before {
        content: "\4f";
    }

    .icon-mobile-menu:before {
        content: "\50";
    }

    .icon-mobile-user:before {
        content: "\51";
    }

    .icon-number-01:before {
        content: "\52";
    }

    .icon-number-02:before {
        content: "\53";
    }

    .icon-number-03:before {
        content: "\54";
    }

    .icon-number-04:before {
        content: "\55";
    }

    .icon-number-05:before {
        content: "\56";
    }

    .icon-number-06:before {
        content: "\57";
    }

    .icon-site-accessories:before {
        content: "\58";
    }

    .icon-site-blood-circulation:before {
        content: "\59";
    }

    .icon-site-cloud-data:before {
        content: "\5a";
    }

    .icon-site-community:before {
        content: "\5b";
    }

    .icon-site-dental:before {
        content: "\5c";
    }

    .icon-site-devices:before {
        content: "\5d";
    }

    .icon-site-devices-wifi:before {
        content: "\5e";
    }

    .icon-site-doctor:before {
        content: "\5f";
    }

    .icon-site-easier-breathing:before {
        content: "\60";
    }

    .icon-site-fewer-hospital-visits:before {
        content: "\61";
    }

    .icon-site-find-distributor:before {
        content: "\62";
    }

    .icon-site-gas-circulation:before {
        content: "\63";
    }

    .icon-site-good-sleep:before {
        content: "\64";
    }

    .icon-site-heart-function:before {
        content: "\65";
    }

    .icon-site-humidifiers:before {
        content: "\66";
    }

    .icon-site-invasive:before {
        content: "\67";
    }

    .icon-site-learning:before {
        content: "\68";
    }

    .icon-site-mask:before {
        content: "\69";
    }

    .icon-site-non-invasive:before {
        content: "\6a";
    }

    .icon-site-not-out-of-breath:before {
        content: "\6b";
    }

    .icon-site-on-treatment:before {
        content: "\6c";
    }

    .icon-site-overall-health:before {
        content: "\6d";
    }

    .icon-site-recently-diagnosed:before {
        content: "\6e";
    }

    .icon-site-see-products:before {
        content: "\6f";
    }

    .icon-site-support-patients:before {
        content: "\70";
    }

    .icon-site-take-symptom-test:before {
        content: "\71";
    }

    .icon-site-treatment-options:before {
        content: "\72";
    }

    .icon-site-ventilator:before {
        content: "\73";
    }

    .icon-site-warranty-service:before {
        content: "\74";
    }

    .icon-social-email:before {
        content: "\75";
    }

    .icon-social-facebook:before {
        content: "\76";
    }

    .icon-social-googleplus:before {
        content: "\77";
    }

    .icon-social-linkedin:before {
        content: "\78";
    }

    .icon-social-pinterest:before {
        content: "\79";
    }

    .icon-social-print:before {
        content: "\7a";
    }

    .icon-social-twitter:before {
        content: "\7b";
    }

.icon-social-googleplus,
.icon-social-linkedin {
    cursor: pointer;
}


[class^="icon-"], [class*="icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-sv-external-link-arrow:before {
    content: "\e604";
}

.icon-sv-sleep-apnea-women:before {
    content: "\e600";
}

.icon-sv-forum:before {
    content: "\e601";
}

.icon-sv-member-benefits:before {
    content: "\e602";
}

.icon-sv-troubleshooting:before {
    content: "\e603";
}

.icon-sv-external-link-arrow {
    margin-left: 10px;
    font-size: 1.5em !important;
    position: relative !important;
}

.pushdown-category-list.three-column li.result-products span.icon-sv-external-link-arrow {
    font-size: 1em
}

/**Icon sleep vantage**/


@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* ==========================================================================
	=FONTS for Chorme
	=========================================================================== */
    @font-face {
        font-family: "CernUltraLight";
        src: url('clientlibs-new/css/fonts/CernUltraLight-webfont.svg#CernUltraLight-webfont') format('svg');
    }

    @font-face {
        font-family: "CernLight";
        src: url("clientlibs-new/css/fonts/CernLight-webfont.svg#CernLight-webfont") format("svg");
    }

    @font-face {
        font-family: "CernMedium";
        src: url('clientlibs-new/css/fonts/CernMed-webfont.svg#CernMed-webfont') format('svg');
    }

    @font-face {
        font-family: "CernBold";
        src: url('clientlibs-new/css/fonts/CernBold-webfont.svg#CernBold-webfont') format('svg');
    }

    @font-face {
        font-family: 'resmed-icon';
        src: local('?'), url('clientlibs-new/css/fonts/resmed-icon.ttf#resmed-icon') format('ttf');
        font-weight: normal;
        font-style: normal;
    }
}





/* ==========================================================================
=ICON DEFINITIONS
=========================================================================== */
.icon-parent {
    display: inline-block;
    position: relative;
    text-align: center;
}

.icon-child {
    display: block;
    font-size: 0.5em;
    left: 0%;
    position: absolute;
    text-align: center !important;
    top: 0.5em;
    width: 100%;
}

.icon-small {
    font-size: 65px;
    height: 65px;
    width: 65px;
}

.icon-medium {
    font-size: 94px;
    height: 94px;
    width: 94px;
}

.icon-large {
    font-size: 150px;
}

/*LnT InfotechIcon size*/
.banner-infolink i.fa-chevron-right {
    font-size: 0.7em;
}

.icon-medium {
    font-size: 76px;
    width: 76px;
    height: 76px;
}
/*
.downloadpdf-link .icon-parent {
  font-size: 35px;
}
*/
/* ==========================================================================
=OTHER
=========================================================================== */
.general-link-list {
    list-style: none;
    margin-bottom: 3em;
}

    .general-link-list li {
        margin-bottom: 1.5em
    }

.general-article-list {
    font-size: 1.7em;
    margin-bottom: 2em;
    text-align: left;
}

    .general-article-list .general-article-list {
        font-size: 0.8em;
    }

    .general-article-list li {
        line-height: 1.5;
        margin-left: 1.1em;
        margin-top: 0.5em;
        padding-left: 1em;
    }

        .general-article-list li:first-child {
            margin-top: 0
        }

.intro-section-wrapper .key-feature-list ul {
    margin-left: 1em;
}

.key-feature-list ul li {
    padding-left: 1em;
    margin-bottom: 1em;
    line-height: 1.17;
}

.flag-icon {
    background-image: url(clientlibs-new/css/images/resmed-flags.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
}

#The-executive-team .section-component img.article-image.float-right, #The-executive-team .section-component img.article-image.float-left {
    margin-bottom: 0;
}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

/*555*/
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    padding: 20px 4% 20px 4%;
}


@media (max-width: 1260px) {
    .custom-menu-primary .hs-menu-wrapper > ul {
        padding: 0 0px;
    }

    .custom-search-show ul {
        margin: 0 4% 0 10px;
    }


    .custom-all-rights-reserved ul {
        padding: 8px 0 4px;
    }

        .custom-all-rights-reserved ul li {
            padding: 10px 12.5px 8px;
        }

    .header-container .page-center {
        padding: 0 4%;
    }

    .body-container .page-center {
        /*padding: 80px 4% 0;*/
    }
}


/* 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: 1500px) {
    .custom-conturies {
        margin: 0;
    }
}


@media (max-width: 1199px) {
    .blog .header-container .page-center {
        max-width: 970px;
    }

    .blog .body-container .page-center {
        max-width: 970px !important;
    }

    .custom-conturies {
        margin: 0 19px 0 0;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        color: #000;
        display: block;
        font-size: 17px;
        line-height: 16px;
        padding: 3.78em 18px;
    }
}



@media (max-width: 991px) {
    .blog-listing-wrapper .post-listing .post-item:first-child .post-header {
        position: static;
        width: 100%;
        padding: 0;
    }
}


@media (max-width: 991px) {
    .blog .header-container .page-center {
        max-width: 750px;
    }

    .blog .body-container .page-center {
        max-width: 750px !important;
    }

    .custom-pop-wrap {
        background: none !important;
        padding: 0;
    }

    .custom-post-content {
        padding: 15px 15px 30px;
    }

    .custom-pop-wrap .hs-featured-image-wrapper {
        display: block;
    }
}


@media (max-width: 980px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul li .child-trigger {
        display: None !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li {
        display: block;
        position: static !important;
        float: none !important;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li {
        width: 100%;
        float: none !important;
        padding-right: 0 !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 1.2em 3em 1.2em 1.2em;
        white-space: normal !important;
        font-size: 16px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul:before,
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul:after {
        display: none !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        left: auto;
        bottom: auto;
        top: 6px;
    }

    .child-trigger {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: transparent;
        height: 54px;
        z-index: 999;
        cursor: pointer;
        margin: -54px 0 0;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-item-has-children > ul {
        position: absolute !important;
        transform: translate(100%,0);
        padding: 0;
        top: 0;
        box-shadow: none;
        transition: 0.5s all !important;
        background: #ebebeb;
        display: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        OVERFLOW: AUTO;
        HEIGHT: 100VH;
    }

    .custom-menu-primary .hs-menu-wrapper > ul {
        transform: translate(0%, 0);
        transition: all 0.5s;
        background: #fff;
        height: 100vh;
    }

        .custom-menu-primary .hs-menu-wrapper > ul.open {
            transform: translate(-100%, 0);
        }

        .custom-menu-primary .hs-menu-wrapper > ul > li.child-open.hs-menu-item.hs-item-has-children > ul {
            transform: translate(100%, 0);
            display: block !important;
        }

        .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul li a {
            padding: 10px 21px;
            min-height: 100%;
        }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) > ul > li > ul > li,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) > ul > li > ul > li {
        width: 100%;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul li ul,
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul li:hover ul {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: static !important;
        padding: 0px 0 0px !important;
        border: 0 !important;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li > ul {
        padding: 0 !important;
        border-top: 0;
    }

        .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li > ul li a .custom-last-type {
            padding: 0;
            padding-top: 0;
            margin-top: 0;
            color: #dd2625;
            font-size: 15px;
            display: inline-block;
            padding-right: 0;
        }

    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul li:nth-child(2) ul li:last-child a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(5) > ul li ul li:last-child a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(4) > ul li ul li:last-child a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(3) > ul li ul li:last-child a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul li:nth-child(4) ul li:last-child a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul li:nth-child(3) ul li:last-child a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:first-child > ul li ul li:last-child a {
        padding-top: 0;
        padding-right: 0;
        DISPLAY: BLOCK;
    }

        .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul li:nth-child(2) ul li:last-child a:after,
        .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(5) > ul li ul li:last-child a:after,
        .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(4) > ul li ul li:last-child a:after,
        .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(3) > ul li ul li:last-child a:after,
        .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul li:nth-child(4) ul li:last-child a:after,
        .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul li:nth-child(3) ul li:last-child a:after,
        .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:first-child > ul li ul li:last-child a:after {
            top: 4px;
            right: 0;
        }

    .close-icon {
        background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 );
        left: 0;
        top: 0;
        display: none;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 999;
    }

    .show-mobile-nav .close-icon {
        display: block;
    }

    .custom-all-rights-reserved ul li {
        padding: 10px 9.5px 8px;
    }

    .hs-blog-header h1,
    .custom-section-header h1 {
        font-size: 38px;
        line-height: 46px;
    }

    .custom-all-rights-reserved ul {
        padding: 8px 0 4px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul li a {
        white-space: normal !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li > ul:before {
        display: none !important;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li > ul li:last-child a {
        color: #dd2625;
        font-size: 15px;
        display: inline-block;
        padding: 0 20px;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul > li > ul > li > ul li a span.icon-arrow-dotted-right {
        width: 10px;
        position: absolute;
        right: 20px;
        top: 7px;
    }
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .custom-all-rights-reserved ul li {
        padding: 10px 7.5px 8px;
    }

        .custom-all-rights-reserved ul li a {
            font-size: 12px;
        }

    .body-container-wrapper {
        background: none;
    }

    .custom-search-group {
        top: 55px;
        height: 100vh;
    }

    .custom-form {
        width: 100% !important;
    }

    .hs-form {
        margin: 0 0 30px;
    }

    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        max-height: 100%;
        max-width: 100%;
        float: none;
        margin: 0 0 20px;
    }

    .blog .body-container .page-center {
        padding-right: 15px;
        padding-left: 15px;
    }

    .blog .blog-sidebar {
        padding: 0;
    }

    .hs-blog-post .blog-content {
        padding: 0;
    }

    .custom-related-wrap {
        width: 100% !important;
        float: left;
        margiN: 0;
    }

    .related-post-item {
        padding: 0;
        width: 100%;
        float: none;
        display: block;
        margin: 0 0 30px;
    }

    .hs-blog-post .custom-date-shar .custom-date {
        width: 100%;
        float: none;
    }

    .hs-blog-post .custom-social-shar {
        width: 100%;
        float: none;
    }

    .hs-blog-social-share {
        text-align: left;
        padding: 15px 0 0;
    }

    .blog-pagination {
        float: none;
        width: 100%;
    }

    .custom-post-structure {
        float: none;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .post-structure .custom-fearured-image {
        float: none;
        width: 100%;
    }

    .post-structure .post-header {
        padding: 0;
    }

    .custom-all-categories ul li a {
        line-height: normal;
        padding: 10px 15px;
    }

    .secondary-navbar-toggle {
        color: #fff;
        padding: 7.5px 15px;
        font-size: 30px;
        line-height: 30px;
        display: block;
        float: right;
        cursor: pointer;
    }

    .resicon {
        display: inline-block;
        font: normal normal normal 14px/1 "resicon";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .resicon-arrow-dotted-right:before {
        content: "\E017";
    }

    .custom-all-categories ul {
        display: none !important;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
        position: absolute;
        top: 0;
        right: -250px;
        background: #fff;
        z-index: 9999999;
        min-width: 250px;
        height: 100%;
    }

    .post-cate-open .custom-all-categories ul {
        display: block !important;
    }

    .custom-all-categories ul li {
        display: block;
        border-bottom: 1px solid #cccccc;
    }

        .custom-all-categories ul li a {
            width: 100%;
            color: #424243;
            padding: 10px 15px;
            font-size: 16px;
            line-height: 30px;
            font-family: Cern, "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

            .custom-all-categories ul li a:hover {
                background-color: #f6f7f7;
                color: #424243;
                text-decoration: none;
            }

    .post-cate-open .header-container-wrapper, .post-cate-open .body-container-wrapper, .post-cate-open .footer-container-wrapper {
        right: 250px;
    }

    .secondary-navbar-toggle {
        display: inline-block !important;
    }

    .post-cate-open .close-icon-cate {
        background-color: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 999999;
        display: block !important;
    }

    .blog-sidebar {
        width: 100% !important;
        display: block !important;
        margin: 60px 0 0 !important;
    }
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 640px) {

    .custom-search-txt {
        display: block !important;
    }

    .custom-conturies {
        display: none !important;
    }

    .body-container-wrapper {
        padding: 76px 0 0px 0;
    }

    .custom-normal {
        display: none !important;
    }

    .custom-mobile {
        display: block !important;
    }

    .custom-logo {
        padding: 5px 0 25px;
    }

    .custom-search-show ul {
        display: none;
    }

    .mobile-icon {
        cursor: pointer;
        margin: 0;
        position: absolute;
        top: 17px;
        right: 34px;
    }

        .mobile-icon span {
            font-size: 20px;
        }

    .custom-search-txt {
        background: transparent;
        font-size: 0;
        padding: 5px 10px 9px;
        right: 64px;
        top: 11px;
        border: 0;
    }

        .custom-search-txt:before {
            margin: 0;
            color: #000;
            font-size: 20px;
        }

    .custom-search-form form {
        width: 88%;
    }

    .custom-search-form input[type="text"] {
        font-size: 17px;
        line-height: 33px;
        padding: 1.5px 2.5% 0;
    }

        .custom-search-form input[type="text"]:focus {
            outline: 0;
            box-shadow: none;
        }

    .custom-search-form button[type=submit] {
        font-size: 17px !important;
        line-height: 36px;
    }

    .custom-search-form [class^="icon-"], .custom-search-form [class*="icon-"] {
        font-size: 17px !important;
        line-height: 30px;
        position: relative;
        right: 10px;
    }

    .close-primary-search {
        margin-top: 14px;
        width: 3.5%;
    }

    .custom-all-rights-reserved ul {
        padding: 4px 0 4px;
    }

        .custom-all-rights-reserved ul li {
            padding: 5px 7.5px;
        }

            .custom-all-rights-reserved ul li a {
                font-size: 14px;
            }

    .custom-all-rights-reserved p {
        font-size: 14px;
    }

    .custom-header-links {
        display: inline-block !important;
        float: right;
        font-size: 0;
        padding: 17px 10px;
        position: relative;
        right: 64px;
        cursor: pointer;
        color: #000;
    }

        .custom-header-links:hover {
            color: #1788c3;
        }

        .custom-header-links:before {
            content: "\51";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: 'resmed-icon';
            font-size: 20px;
        }

    .custom-search-show ul {
        display: block;
        margin: 0;
        position: absolute;
        border: 0 !important;
        background: #fff;
    }

        .custom-search-show ul li a {
            background: #ffffff;
            border: 0;
            border-top: 0;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            width: 226px;
            text-decoration: none;
            position: relative;
            border-bottom: 1px solid #e9e9e9;
            display: block;
            font-size: 16px;
            padding: 19px;
            color: #000;
        }

        .custom-search-show ul li ul {
            position: absolute;
            top: 30px;
            left: 0;
            background: #e6e6e6;
            margin: 0 !important;
            border: 0px solid;
            width: 100% !important;
            display: block;
            z-index: 999;
            border-radius: 4px !important;
        }

            .custom-search-show ul li ul li a {
                background: #ffffff;
                border: 0;
                border-top: 0;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                border-top-left-radius: 0;
                border-top-right-radius: 0;
                width: 226px;
                text-decoration: none;
                position: relative;
                border-bottom: 1px solid #e9e9e9;
                display: block;
                font-size: 16px;
                padding: 19px;
                color: #000;
            }

    .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
        transition: all 0.5s;
    }

    .mobile-left-menu .header-container-wrapper, .mobile-left-menu .body-container-wrapper, .mobile-left-menu .footer-container-wrapper {
        left: 248px;
        right: auto !important;
    }

    .mobile-left-menu .close-icon {
        display: block;
    }

    .custom-search-show ul {
        left: -248px;
        height: 100vh;
        overflow: auto;
        position: fixed;
        transition: all 0.5s;
        width: 248px;
    }

    .mobile-left-menu .custom-search-show ul {
        left: 0;
    }

    .custom-search-show ul li a:after {
        display: none !important;
    }

    .custom-search-show ul li:hover a {
        background: transparent;
    }

    .custom-search-show ul li a {
        line-height: normal;
        padding: 15px 19px 16px;
        border-bottom: 0px solid #e9e9e9;
        width: 100%;
        border-radius: 0;
        position: relative;
    }

        .custom-search-show ul li a:hover:before {
            content: "\21";
            font-family: 'resmed-icon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 20px;
            position: absolute;
            right: 8px;
            top: 17px;
            transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
        }

    .custom-search-show ul li ul {
        height: 100% !important;
    }

        .custom-search-show ul li ul li a {
            border-top: 1px solid #e9e9e9;
            border-bottom: 0px solid #e9e9e9;
            width: 100%;
        }

    .custom-search-show ul li a:hover {
        background: #1788c3;
        color: #fff;
        text-decoration: underline;
    }

    .custom-search-show ul li ul li a:hover {
        background: #1788c3;
        color: #fff;
        text-decoration: underline;
    }

    .custom-search-show ul li ul li a strong {
        font-weight: 100;
    }

    .custom-search-show {
        width: auto !important;
    }
}

@media (max-width: 380px) {
    .mobile-icon {
        right: 22px;
    }

    .custom-search-txt {
        right: 52px;
    }

    .custom-all-rights-reserved ul li a {
        font-size: 12px;
    }

    .custom-all-rights-reserved p {
        font-size: 12px;
    }

    .custom-header-links {
        right: 52px;
    }
}


.hs-menu-item.hs-menu-depth-3 {
    display: none !important;
}


li.hs-menu-item.hs-menu-depth-2 {
    padding-top: 20px;
}

@media (min-width:980px) {
    .hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul {
        padding-left: 200px;
    }

    .hs-menu-item.hs-menu-depth-3 {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
    }

    .hs-menu-wrapper ul li {
        text-align: center;
    }


    li.hs-menu-item.hs-menu-depth-2 {
        padding-left: 70px;
        padding-top: 20px;
    }
}
