/* @import url('http://example.com/example_style.css'); */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}



@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


@font-face {
    font-family: 'Vastago Grotesk Extra';
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-ExtraLight.eot');
    src: url('https://www.resmed.co.in/hubfs/font/astagoGrotesk-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-ExtraLight.woff2') format('woff2'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-ExtraLight.woff') format('woff'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-ExtraLight.ttf') format('truetype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-ExtraLight.svg#VastagoGrotesk-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vastago Grotesk';
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Black.eot');
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Black.eot?#iefix') format('embedded-opentype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Black.woff2') format('woff2'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Black.woff') format('woff'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Black.ttf') format('truetype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Black.svg#VastagoGrotesk-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vastago Grotesk';
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Bold.eot');
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Bold.woff2') format('woff2'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Bold.woff') format('woff'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Bold.ttf') format('truetype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Bold.svg#VastagoGrotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vastago Grotesk';
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Heavy.eot');
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Heavy.eot?#iefix') format('embedded-opentype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Heavy.woff2') format('woff2'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Heavy.woff') format('woff'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Heavy.ttf') format('truetype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Heavy.svg#VastagoGrotesk-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vastago Grotesk';
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Light.eot');
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Light.eot?#iefix') format('embedded-opentype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Light.woff2') format('woff2'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Light.woff') format('woff'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Light.ttf') format('truetype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Light.svg#VastagoGrotesk-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vastago Grotesk';
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Thin.eot');
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Thin.eot?#iefix') format('embedded-opentype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Thin.woff2') format('woff2'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Thin.woff') format('woff'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Thin.ttf') format('truetype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Thin.svg#VastagoGrotesk-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vastago Grotesk';
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Medium.eot');
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Medium.woff2') format('woff2'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Medium.woff') format('woff'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Medium.ttf') format('truetype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Medium.svg#VastagoGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vastago Grotesk';
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-SemiBold.eot');
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-SemiBold.woff2') format('woff2'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-SemiBold.woff') format('woff'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-SemiBold.ttf') format('truetype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-SemiBold.svg#VastagoGrotesk-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vastago Grotesk';
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Regular.eot');
    src: url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Regular.woff2') format('woff2'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Regular.woff') format('woff'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Regular.ttf') format('truetype'),
        url('https://www.resmed.co.in/hubfs/font/VastagoGrotesk-Regular.svg#VastagoGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */



audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

ul,
ul li {
    margin: 0;
    padding: 0;
}

a:active {
    outline: 0;
}

a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Vastago Grotesk' !important;
  font-weight: 500;
}

@media (min-width: 320px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (max-width: 543px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1365px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1366px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}


/*@media (min-width: 544px) {
    .container {
      max-width: 576px; } }*/

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1228px;
    }
}


.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

@media (min-width: 320px) {
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left;
    }
    .col-xs-1 {
        width: 8.33333%;
    }
    .col-xs-2 {
        width: 16.66667%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-4 {
        width: 33.33333%;
    }
    .col-xs-5 {
        width: 41.66667%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-7 {
        width: 58.33333%;
    }
    .col-xs-8 {
        width: 66.66667%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-10 {
        width: 83.33333%;
    }
    .col-xs-11 {
        width: 91.66667%;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-pull-0 {
        right: auto;
    }
    .col-xs-pull-1 {
        right: 8.33333%;
    }
    .col-xs-pull-2 {
        right: 16.66667%;
    }
    .col-xs-pull-3 {
        right: 25%;
    }
    .col-xs-pull-4 {
        right: 33.33333%;
    }
    .col-xs-pull-5 {
        right: 41.66667%;
    }
    .col-xs-pull-6 {
        right: 50%;
    }
    .col-xs-pull-7 {
        right: 58.33333%;
    }
    .col-xs-pull-8 {
        right: 66.66667%;
    }
    .col-xs-pull-9 {
        right: 75%;
    }
    .col-xs-pull-10 {
        right: 83.33333%;
    }
    .col-xs-pull-11 {
        right: 91.66667%;
    }
    .col-xs-pull-12 {
        right: 100%;
    }
    .col-xs-push-0 {
        left: auto;
    }
    .col-xs-push-1 {
        left: 8.33333%;
    }
    .col-xs-push-2 {
        left: 16.66667%;
    }
    .col-xs-push-3 {
        left: 25%;
    }
    .col-xs-push-4 {
        left: 33.33333%;
    }
    .col-xs-push-5 {
        left: 41.66667%;
    }
    .col-xs-push-6 {
        left: 50%;
    }
    .col-xs-push-7 {
        left: 58.33333%;
    }
    .col-xs-push-8 {
        left: 66.66667%;
    }
    .col-xs-push-9 {
        left: 75%;
    }
    .col-xs-push-10 {
        left: 83.33333%;
    }
    .col-xs-push-11 {
        left: 91.66667%;
    }
    .col-xs-push-12 {
        left: 100%;
    }
    .col-xs-offset-0 {
        margin-left: 0%;
    }
    .col-xs-offset-1 {
        margin-left: 8.33333%;
    }
    .col-xs-offset-2 {
        margin-left: 16.66667%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-4 {
        margin-left: 33.33333%;
    }
    .col-xs-offset-5 {
        margin-left: 41.66667%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-7 {
        margin-left: 58.33333%;
    }
    .col-xs-offset-8 {
        margin-left: 66.66667%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-10 {
        margin-left: 83.33333%;
    }
    .col-xs-offset-11 {
        margin-left: 91.66667%;
    }
    .col-xs-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 544px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1366px) {
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }
    .col-xl-1 {
        width: 8.33333%;
    }
    .col-xl-2 {
        width: 16.66667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.33333%;
    }
    .col-xl-5 {
        width: 41.66667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.33333%;
    }
    .col-xl-8 {
        width: 66.66667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.33333%;
    }
    .col-xl-11 {
        width: 91.66667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-pull-1 {
        right: 8.33333%;
    }
    .col-xl-pull-2 {
        right: 16.66667%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-4 {
        right: 33.33333%;
    }
    .col-xl-pull-5 {
        right: 41.66667%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-7 {
        right: 58.33333%;
    }
    .col-xl-pull-8 {
        right: 66.66667%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-10 {
        right: 83.33333%;
    }
    .col-xl-pull-11 {
        right: 91.66667%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-push-1 {
        left: 8.33333%;
    }
    .col-xl-push-2 {
        left: 16.66667%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-4 {
        left: 33.33333%;
    }
    .col-xl-push-5 {
        left: 41.66667%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-7 {
        left: 58.33333%;
    }
    .col-xl-push-8 {
        left: 66.66667%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-10 {
        left: 83.33333%;
    }
    .col-xl-push-11 {
        left: 91.66667%;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-offset-0 {
        margin-left: 0%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
}


/* ==========================================================================
=FONTS
=========================================================================== */

@font-face {
    font-family: "LinotypeUniversW02-UltL 726076";
    src: url("clientlib-all/css/fonts/ee9a0b4a-1f05-44fe-a3b2-ed03bc8d56b3.eot#iefix");
    src: url("clientlib-all/css/fonts/ee9a0b4a-1f05-44fe-a3b2-ed03bc8d56b3.eot#iefix") format("eot"), url("clientlib-all/css/fonts/d3535119-4ccc-4813-95fb-39279ef7209d.woff") format("woff"), url("clientlib-all/css/fonts/248a8d49-b8f4-45a6-b9e4-0d8b34521bef.ttf") format("truetype"), url("clientlib-all/css/fonts/f64e2c93-e224-434b-b2c6-c11ac1327a84.svg#f64e2c93-e224-434b-b2c6-c11ac1327a84") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LinotypeUniversW02-Thin 726097";
    src: url("clientlib-all/css/fonts/eeb9e0c3-a2c7-4efd-8178-ae741e6ef8c6.eot#iefix");
    src: url("clientlib-all/css/fonts/eeb9e0c3-a2c7-4efd-8178-ae741e6ef8c6.eot#iefix") format("eot"), url("clientlib-all/css/fonts/4bf0434d-b039-4d43-a244-82064817bc6f.woff") format("woff"), url("clientlib-all/css/fonts/56030916-76ef-45b9-bc4a-4428a7da4ead.ttf") format("truetype"), url("clientlib-all/css/fonts/cb0f5b92-49ed-44f8-a654-54a4f968ac53.svg#cb0f5b92-49ed-44f8-a654-54a4f968ac53") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Univers LT W02 45 Light";
    src: url("clientlib-all/css/fonts/34ecd7fc-f469-4e0c-980b-6d7fcec493da.eot#iefix");
    src: url("clientlib-all/css/fonts/34ecd7fc-f469-4e0c-980b-6d7fcec493da.eot#iefix") format("eot"), url("clientlib-all/css/fonts/47a5b741-405e-4d03-ba4a-e50cc7716ddf.woff") format("woff"), url("clientlib-all/css/fonts/6ef60ba5-712c-4ea5-9e57-0242591afed0.ttf") format("truetype"), url("clientlib-all/css/fonts/ae2bbb03-6095-4a28-a333-555527bde8f6.svg#ae2bbb03-6095-4a28-a333-555527bde8f6") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Univers LT W02 55 Roman";
    src: url("clientlib-all/css/fonts/f1999e78-ab0c-4adc-a7dc-51e567e6cf5e.eot#iefix");
    src: url("clientlib-all/css/fonts/f1999e78-ab0c-4adc-a7dc-51e567e6cf5e.eot#iefix") format("eot"), url("clientlib-all/css/fonts/4d1e8df3-6c45-428d-a522-84c8a6a4e533.woff") format("woff"), url("clientlib-all/css/fonts/3c9abc50-742c-46dd-8af4-c50866112be0.ttf") format("truetype"), url("clientlib-all/css/fonts/c6310aa0-a8a1-4afc-a747-091de3970894.svg#c6310aa0-a8a1-4afc-a747-091de3970894") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Univers LT W02 65 Bold";
    src: url("clientlib-all/css/fonts/f0e92d0d-9263-4203-b0e2-cb14138b04e8.eot#iefix");
    src: url("clientlib-all/css/fonts/f0e92d0d-9263-4203-b0e2-cb14138b04e8.eot#iefix") format("eot"), url("clientlib-all/css/fonts/3145f7f3-577b-4fc5-b041-fd8a5b0b2d40.woff") format("woff"), url("clientlib-all/css/fonts/f82194e4-e04b-4013-bb9b-4f587dc5f48b.ttf") format("truetype"), url("clientlib-all/css/fonts/64433e35-936f-4806-b449-75ff58f8fc91.svg#64433e35-936f-4806-b449-75ff58f8fc91") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*== SITE ICONS ==*/

@font-face {
    font-family: 'resmed-icon';
    src: url('clientlib-all/css/fonts/resmed-icon.eot');
    src: url('clientlib-all/css/fonts/resmed-icon.eot#iefix') format('embedded-opentype'), url('clientlib-all/css/fonts/resmed-icon.woff') format('woff'), url('clientlib-all/css/fonts/resmed-icon.ttf') format('truetype'), url('clientlib-all/css/fonts/resmed-icon.svg#resmed-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}


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


/**ICON sleepvantage**/

@font-face {
    font-family: 'icomoon';
    src: url('clientlib-all/css/fonts/sleepvantage/icomoon.eot?-89dcal');
    src: url('clientlib-all/css/fonts/sleepvantage/icomoon.eot?#iefix-89dcal') format('embedded-opentype'), url('clientlib-all/css/fonts/sleepvantage/icomoon.woff?-89dcal') format('woff'), url('clientlib-all/css/fonts/sleepvantage/icomoon.ttf?-89dcal') format('truetype'), url('clientlib-all/css/fonts/sleepvantage/icomoon.svg?-89dcal#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[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: "LinotypeUniversW02-UltL 726076";
        src: url("clientlib-all/css/fonts/f64e2c93-e224-434b-b2c6-c11ac1327a84.svg#f64e2c93-e224-434b-b2c6-c11ac1327a84") format("svg");
    }
    @font-face {
        font-family: "LinotypeUniversW02-Thin 726097";
        src: url("clientlib-all/css/fonts/cb0f5b92-49ed-44f8-a654-54a4f968ac53.svg#cb0f5b92-49ed-44f8-a654-54a4f968ac53") format("svg");
    }
    @font-face {
        font-family: "Univers LT W02 45 Light";
        src: url("clientlib-all/css/fonts/ae2bbb03-6095-4a28-a333-555527bde8f6.svg#ae2bbb03-6095-4a28-a333-555527bde8f6") format("svg");
    }
    @font-face {
        font-family: "Univers LT W02 55 Roman";
        src: url("clientlib-all/css/fonts/c6310aa0-a8a1-4afc-a747-091de3970894.svg#c6310aa0-a8a1-4afc-a747-091de3970894") format("svg");
    }
    @font-face {
        font-family: "Univers LT W02 65 Bold";
        src: url("clientlib-all/css/fonts/64433e35-936f-4806-b449-75ff58f8fc91.svg#64433e35-936f-4806-b449-75ff58f8fc91") format("svg");
    }
    @font-face {
        font-family: 'resmed-icon';
        src: local('â˜º'), url('clientlib-all/css/fonts/resmed-icon.svg#resmed-icon') format('svg');
        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;
}


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

#primary-search-wrapper input[type="text"]:focus {
    outline: none;
}

#site-utility {
    position: absolute;
    right: 323px;
    top: 0;
}

.global-search {
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #e6e6e7;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.global-search #global-nav-search {
    outline: medium none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 6px 11px 5px 14px;
    color: #3597ca;
    display: inline-block;
    font-size: 16px;
    position: relative;
    vertical-align: top;
}

.global-search .search-txt {
    color: #424243 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 13px !important;
    padding: 0.5em 0 !important;
    position: relative !important;
    width: 178px !important;
}

.global-search span.search-tabview840 {
    display: none !important;
}

.jq-dropdown .arrow-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

#search_megamenu {
    left: 0;
}

#primary-search-wrapper {
    z-index: 4;
}

@media only screen and (max-width:991px) {
    #site-utility {
        display: none;
    }
}

ul.faq__queries__buttons li a {
    font-size: 16px !important;
}

ul.faq__queries__buttons li.cta-buttons-list {
    float: none;
    width: 100%;
    min-width: 220px;
    padding: 0 10px;
    margin-right: 25px;
    margin-right: 2.5rem;
}

ul.faq__queries__buttons li.cta-buttons-list .button {
    width: 100%;
}

.cta-buttons .button {
    min-height: 41px !important;
    padding-left: 25px;
    padding-right: 25px;
}


/*Secondary outline CSS*/

.cta-buttons {
    margin-bottom: 30px;
    margin-bottom: 3.0rem;
}

.cta-buttons .container {
    padding-left: 0px;
    padding-right: 0px;
}

.cta-buttons .button.link-secondary-ouline {
    background-color: none;
    border: 1px solid #1788c3;
    font-size: 16px;
    font-size: 1.6rem;
    border-width: 2px;
    color: #1788c3;
    border-radius: 6px;
    border-radius: 0.6rem;
    -webkit-transition: border 0.2s ease-out;
    -moz-transition: border 0.2s ease-out;
    -o-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
}

.cta-buttons .button.link-secondary-ouline:hover,
.cta-buttons .button.link-secondary-ouline:focus,
.cta-buttons .button.link-secondary-ouline:active {
    border-color: #1370a1;
    color: #1370a1;
}

.cta-buttons li::before {
    content: none !important;
}

.cta-unlimited-txt {
    width: auto !important;
    min-width: 220px !important;
}

.cta-lftalignment {
    float: left !important;
    width: auto !inmportant;
    min-width: 180px;
    !important;
    padding: 0 !important;
}

.cta-buttons-list .button.link-secondary {
    padding: 8px 25px;
}


/*Other Component CTA Styles*/


/*CTA Buttons stylse*/


/*.cta-btn-group.btn-max .btn.btn-primary, 
.cta-btn-group.btn-max .btn.btn-secondary{
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    border-radius: 4px;
    border-radius: 0.4rem;
}*/

.cta-btn-group.btn-max .btn.btn-primary,
.cta-btn-group.btn-max .btn.btn-secondary {
    min-height: 45px;
    padding: 1.1rem 2.5rem;
    min-width: 180px;
    margin-bottom: 5%;
    border-radius: 6px;
    font-size: 1.8rem;
    font-size: 18px;
    color: #fff;
}


/*.cta-btn-group.btn-max .btn.btn-primary{
    border: 2px solid #1478ac;
    background-color: #1788c3;
    color: #FFFFFF;
}*/

.cta-btn-group.btn-max .btn.btn-primary {
    border: 2px solid #1478ac;
    background-color: #1788C3;
    color: #FFFFFF;
}

.cta-btn-group.btn-max .btn.btn-primary:hover {
    background-color: #126895;
    border: 2px solid #0e5275;
}

.cta-btn-group.btn-max .btn.btn-secondary {
    margin-left: 20px;
    margin-left: 2.0rem;
    background-color: #DF2726;
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#DF2726, endColorstr=#B71918);
    background-image: -moz-linear-gradient(top, #DF2726 0%, #B71918 100%);
    background-image: -webkit-linear-gradient(top, #DF2726 0%, #B71918 100%);
    background-image: -ms-linear-gradient(top, #DF2726 0%, #B71918 100%);
    background-image: linear-gradient(top, #DF2726 0%, #B71918 100%);
    background-image: -o-linear-gradient(top, #DF2726 0%, #B71918 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #DF2726), color-stop(100%, #B71918));
}

.cta-btn-group.btn-max .btn.btn-secondary:hover {
    background-color: #DF2726;
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#B71918, endColorstr=#DF2726);
    background-image: -moz-linear-gradient(top, #B71918 0%, #DF2726 100%);
    background-image: -webkit-linear-gradient(top, #B71918 0%, #DF2726 100%);
    background-image: -ms-linear-gradient(top, #B71918 0%, #DF2726 100%);
    background-image: linear-gradient(top, #B71918 0%, #DF2726 100%);
    background-image: -o-linear-gradient(top, #B71918 0%, #DF2726 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #B71918), color-stop(100%, #DF2726));
}


/*Teritary CTA buttons code*/

.cta-buttons-list a.button {
    text-decoration: none !important;
}

.cta-buttons-list .button.link-teritiary {
    padding: 10px 25px;
}

.cta-buttons-list .button.link-teritiary:hover {
    text-decoration: underline !important;
    color: #1788c3 !important;
}


/*Read More White*/

a.morelink.readmore-white {
    color: #fff;
}


/*a.morelink.readmore.readmore-white:hover, 
a.morelink.readmore.readmore-white:focus{
    color: #DF2726;
}*/


/*Added for Image Text Compoenent and Video Animation Componenet By LTI*/

.image-text .text-comp .button.link-secondary {
    color: #ffffff;
    text-decoration: none;
}

.image-text .image-component .text-comp .faq__queries__buttons {
    text-align: left;
}

.image-text .text-comp .button.link-secondary:hover,
.image-text .text-comp .button.link-secondary:focus {
    text-decoration: underline;
}

.image-text .image-component .text-comp .cta-buttons-list {
    margin-right: 15px;
    padding-left: 0;
}

.image-text .image-component .text-comp li:last-child.cta-buttons-list {
    margin-right: 0;
}

.video-animation .text-comp ul.faq__queries__buttons li.cta-buttons-list {
    float: none;
    margin-right: 0;
}

@media screen and (min-width:768px) {
    ul.faq__queries__buttons li.cta-buttons-list {
        float: none;
        width: 32%;
        padding: 0 10px;
    }
    .image-text .image-component .text-comp .button.link-secondary {
        width: 140px;
    }
    .cq-colctrl-lt0-c1 .cta-buttons li.cta-buttons-list {
        padding-left: 0px !important;
        /*float: left;*/
        width: auto;
    }
    /*Two column layout center alignment button code
.cq-colctrl-lt0-c1 .cta-buttons .text-center li.cta-buttons-list{
    float: none;
}*/
}

@media screen and (min-width:992px) {
    ul.faq__queries__buttons li.cta-buttons-list {
        float: none;
        min-width: 180px;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .image-text .image-component .text-comp .cta-buttons-list {
        width: auto;
        padding: 0 15px;
        margin-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width:991px) {
    .video-animation .text-comp ul.faq__queries__buttons li.cta-buttons-list {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .cta-unlimited-txt {
        width: 100% !important;
    }
    ul.faq__queries__buttons li.cta-buttons-list {
        margin-right: 0;
    }
}

@charset "UTF-8";

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family:'Plus Jakarta Sans',sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("clientlib-all/css/products/bootstrap/fonts/glyphicons-halflings-regular.eot");
    src: url("clientlib-all/css/products/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("clientlib-all/css/products/bootstrap/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("clientlib-all/css/products/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("clientlib-all/css/products/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("clientlib-all/css/products/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family:'Plus Jakarta Sans',sans-serif!important;
    font-size: 14px;
    color: #b7b7b8;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #1788c3;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0f587f;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f6f7f7;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #f2f2f3;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #f2f2f3;
}

.text-primary {
    color: #1788c3;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #126895;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #1788c3;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #126895;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #f6f7f7;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #f2f2f3;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #f6f7f7;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #f2f2f3;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #f6f7f7;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
  .nav-container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  } 
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
  .nav-container{
    width: 1200px !impirtant;
  }  
  .container {
        width: 1170px !important;
    float: none !important;
   margin-left: auto !important;
       margin-right: auto !important;
    }
}


.row {
    margin-left: -15px;
    margin-right: -15px;
}



fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #b7b7b8;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #d7d8d8;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #d7d8d8;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f6f7f7;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #f7f7f7;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #1788c3;
    border-color: #1478ac;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #126895;
    border-color: #07293a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #126895;
    border-color: #0e5275;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #126895;
    border-color: #0e5275;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #0e5275;
    border-color: #07293a;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #1788c3;
    border-color: #1478ac;
}

.btn-primary .badge {
    color: #1788c3;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #dd2726;
    border-color: #ca2120;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #b41d1c;
    border-color: #5c0f0e;
}

.btn-danger:hover {
    color: #fff;
    background-color: #b41d1c;
    border-color: #951817;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #b41d1c;
    border-color: #951817;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #951817;
    border-color: #5c0f0e;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #dd2726;
    border-color: #ca2120;
}

.btn-danger .badge {
    color: #dd2726;
    background-color: #fff;
}

.btn-link {
    color: #1788c3;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #0f587f;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #f2f2f3;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #b7b7b8;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #aaaaab;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #1788c3;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #f2f2f3;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #f2f2f3;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #d7d8d8;
    text-align: center;
    background-color: #f6f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #f6f7f7;
}

.nav > li.disabled > a {
    color: #f2f2f3;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #f2f2f3;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #f6f7f7;
    border-color: #1788c3;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #f6f7f7 #f6f7f7 #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #d7d8d8;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #1788c3;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #ffffff;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #ffffff;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > .active {
    color: #f2f2f3;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #1788c3;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #0f587f;
    background-color: #f6f7f7;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #1788c3;
    border-color: #1788c3;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #f2f2f3;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #f6f7f7;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #f2f2f3;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #f2f2f3;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #d7d7db;
}

.label-primary {
    background-color: #1788c3;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #126895;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #dd2726;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #b41d1c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #f2f2f3;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #1788c3;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #1788c3;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #dd2726;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #f6f7f7;
    color: #f2f2f3;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #f2f2f3;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #1788c3;
    border-color: #1788c3;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #b0def6;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #b7b7b8;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #b7b7b8;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #1788c3;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #1788c3;
    border-color: #1788c3;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #1788c3;
}

.panel-primary > .panel-heading .badge {
    color: #1788c3;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1788c3;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: visible !important;
    /*To overwrite the styles form india template causing issues in Lead Generation Form*/
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
     
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;

}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: 'Cern-Light';
    src: url("https://5935712.fs1.hubspotusercontent-na1.net/hubfs/5935712/fonts/Cern-Light.eot");
    src: url("clientlib-all/assets/fonts/cernultralight-webfont.eot?#iefix") format("embedded-opentype"),
      url("https://5935712.fs1.hubspotusercontent-na1.net/hubfs/5935712/fonts/Cern-Light.woff") format("woff"),
      url("https://5935712.fs1.hubspotusercontent-na1.net/hubfs/5935712/fonts/Cern-Light.ttf") format("truetype"),
      url("https://5935712.fs1.hubspotusercontent-na1.net/hubfs/5935712/fonts/Cern-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CernLight';
    src: url("clientlib-all/assets/fonts/cernlight-webfont.eot");
    src: url("clientlib-all/assets/fonts/cernlight-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-all/assets/fonts/cernlight-webfont.woff") format("woff"), url("clientlib-all/assets/fonts/cernlight-webfont.ttf") format("truetype"), url("clientlib-all/assets/fonts/cernlight-webfont.svg#cernregular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'cern';
    src: url("clientlib-all/assets/fonts/cernmed-webfont.eot");
    src: url("clientlib-all/assets/fonts/cernmed-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-all/assets/fonts/cernmed-webfont.woff") format("woff"), url("clientlib-all/assets/fonts/cernmed-webfont.ttf") format("truetype"), url("clientlib-all/assets/fonts/cernmed-webfont.svg#cernregular") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'cern';
    src: url("clientlib-all/assets/fonts/cernbold-webfont.eot");
    src: url("clientlib-all/assets/fonts/cernbold-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-all/assets/fonts/cernbold-webfont.woff") format("woff"), url("clientlib-all/assets/fonts/cernbold-webfont.ttf") format("truetype"), url("clientlib-all/assets/fonts/cernbold-webfont.svg#cernregular") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'cern';
    src: url("clientlib-all/assets/fonts/cernboldit-webfont.eot");
    src: url("clientlib-all/assets/fonts/cernboldit-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-all/assets/fonts/cernboldit-webfont.woff") format("woff"), url("clientlib-all/assets/fonts/cernboldit-webfont.ttf") format("truetype"), url("clientlib-all/assets/fonts/cernboldit-webfont.svg#cernitalic") format("svg");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "resicon";
    src: url("clientlib-all/assets/fonts/resicons/resicon.eot");
    src: url("clientlib-all/assets/fonts/resicons/resicon.eot?#iefix") format("eot"), url("clientlib-all/assets/fonts/resicon.woff") format("woff"), url("clientlib-all/assets/fonts/new-resicons.ttf") format("truetype"), url("clientlib-all/assets/fonts/resicons/resicon.svg#resicon") format("svg");
    font-weight: normal;
    font-style: normal;
}



html {
    font-size: 62.5%;
}

body {
    font-size: 18px;
    color: #424243;
    word-break: break-word;
  line-height: 1.5;
}

a {
    color: #1788c3;
}

a:hover,
a:active,
a:focus {
    color: #1a98da;
}

p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
}

img {
    max-width: 100%;
}

hr {
    border-color: #1788c3;
}

.rmProd-white {
    color: #fff;
}

.rmProd-blue {
    color: #1788c3;
}

.rmProd-purple {
    color: #612f8c;
}

.rmProd-maroon {
    color: #9d2a54;
}

@media (max-width: 767px) {
    .hide-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hide-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hide-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hide-lg {
        display: none !important;
    }
}

.show-xs {
    display: none;
}

@media (max-width: 767px) {
    .show-xs {
        display: block !important;
    }
}

.mobile-link-arrow {
    display: none;
    vertical-align: middle;
    font-size: .75em;
    font-style: normal;
}

.mobile-link-arrow:before {
    content: '\232A';
}

@media (max-width: 767px) {
    .mobile-link-arrow {
        display: inline-block;
    }
}

.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 125%, 0);
    transform: translate3d(0, 125%, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Vastago Grotesk' !important;
  font-weight: 500;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    color: #000000;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small {
    display: block;
    padding-top: 7.5px;
    padding-top: 0.75rem;
    color: #424243;
    font-weight: inherit;
    line-height: inherit;
}

h1 {
    font-size: 50px;
    font-size: 5rem;
    margin: 0 0 30px;
    margin: 0 0 3rem;
    color: #000000;
}

h1 small {
    font-size: 65%;
}

h2 {
    font-size: 45px;
    font-size: 4.5rem;
    margin: 0 0 30px;
    margin: 0 0 3rem;
    color: #000000;
}

h2 small {
    font-size: 50%;
}

h3 {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 0 15px;
    margin: 0 0 1.5rem;
    color: #000000;
}

h3 small {
    font-size: 65%;
}

h4 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
}

h5 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 2.5px;
    margin-bottom: 0.25rem;
}

h1,
h2,
h3 {
    font-weight: 300;
}

h4,
h5,
h6 {
    font-weight: 400;
}


/* ========== mobile styles ====================
================================================ */

@media (max-width: 767px) {
    h1 {
        font-size: 35px;
        font-size: 3.5rem;
    }
    h2 {
        font-size: 35px;
        font-size: 3.5rem;
    }
    h2 small {
        font-size: 75%;
        line-height: 1.1em;
    }
    h3 {
        font-size: 25px;
        font-size: 2.5rem;
    }
    h3 small {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
}

.breadcrumb > .rmProd-breadcrumbs {
    padding: 15px 0;
    padding: 1.5rem 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
}

.breadcrumb > .rmProd-breadcrumbs .breadcrumb {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.breadcrumb > .rmProd-breadcrumbs .breadcrumb li {
    color: #b7b7b8;
    font-weight: 300;
}

.breadcrumb > .rmProd-breadcrumbs .breadcrumb li > a {
    color: #b7b7b8;
    vertical-align: baseline;
}

.breadcrumb > .rmProd-breadcrumbs .breadcrumb li + li:before {
    content: '\232A';
    vertical-align: middle;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 18px;
    font-size: 1.8rem;
    color: #424243;
  line-height: 1.5;
    word-break: break-word;
}

a {
    color: #1788c3;
}

a:hover,
a:active,
a:focus {
    color: #1a98da;
}

p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
}

img {
    max-width: 100%;
}

hr {
    border-color: #1788c3;
}

.rmProd-white {
    color: #fff;
}

.rmProd-blue {
    color: #1788c3;
}

.rmProd-purple {
    color: #612f8c;
}

.rmProd-maroon {
    color: #9d2a54;
}

@media (max-width: 767px) {
    .hide-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hide-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hide-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hide-lg {
        display: none !important;
    }
}

.show-xs {
    display: none;
}

@media (max-width: 767px) {
    .show-xs {
        display: block !important;
    }
}

.mobile-link-arrow {
    display: none;
    vertical-align: middle;
    font-size: .75em;
    font-style: normal;
}

.mobile-link-arrow:before {
    content: '\232A';
}

@media (max-width: 767px) {
    .mobile-link-arrow {
        display: inline-block;
    }
}

.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 125%, 0);
    transform: translate3d(0, 125%, 0);
}

.btn {
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

.btn.btn-lg {
    padding: 14px 25px;
    padding: 1.4rem 2.5rem;
}

.btn.btn-primary {
    border-radius: 6px;
    border-radius: 0.6rem;
    font-weight: 300;
}

.btn.btn-primary-outline {
    background-color: none;
    border: 1px solid #1788c3;
    color: #1788c3;
    border-radius: 6px;
    border-radius: 0.6rem;
    -webkit-transition: border 0.2s ease-out;
    -moz-transition: border 0.2s ease-out;
    -o-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
}

.btn.btn-primary-outline:hover,
.btn.btn-primary-outline:focus,
.btn.btn-primary-outline:active {
    border-color: #1370a1;
    color: #1370a1;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
}

.btn.btn-unstyled {
    border: 0;
    padding: 0;
    height: auto;
    width: auto;
    background: none;
    font-size: inherit;
    color: inherit;
    line-height: 1em;
}

.btn.btn-unstyled:hover,
.btn.btn-unstyled:focus,
.btn.btn-unstyled:active {
    text-decoration: none;
    background: none;
}

.rmProd-header {
    position: relative;
    z-index: 20;
     
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-header .navbar-default {
    border: 0;
    margin: 0;
    border-bottom: 1px solid #b7b7b8;
    background: #fff;
    border-radius: 0;
}

.rmProd-header .navbar-default .navbar-header .navbar-brand {
    height: auto;
    padding-right: 30px;
    padding-right: 3rem;
}

.rmProd-header .navbar-default .navbar-header .navbar-brand > img {
    /*height: 80px;
                    height: 8rem; by Lnt team to match with resmed logo*/
    height: 10.3rem;
    width: auto;
}

@media (min-width: 768px) {
    .rmProd-header .navbar-default .navbar-header .navbar-brand {
        /*padding-top: 30px;
                      padding-top: 3rem; by Lnt team to match with resmed logo*/
        margin-top: 1.7rem;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown {
    position: static;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > a {
    color: #000000;
    font-size: 18px;
    font-size: 1.6rem;
    /*Modifed by Lnt- followed by Resmed format*/
    font-weight: 300;
    -webkit-transition: background 0.25s ease-out;
    -moz-transition: background 0.25s ease-out;
    -o-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;
}

@media (min-width: 768px) {
    .rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > a {
        /*padding-top: 90px;
                                  padding-top: 9rem;
                                  padding-bottom: 30px;
                                  padding-bottom: 3rem; by Lnt team to match with resmed logo*/
        padding-top: 6.3rem;
        padding-bottom: 5.4rem;
    }
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > a:hover,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > a:focus,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > a:active {
    background-color: #1788c3;
    color: #fff;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu {
    background-color: #f2f2f3;
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
    border: 0;
    left: 0;
    right: 0;
    min-height: 300px;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 0;
    margin: 0 -15px 0px;
    /*bottom 0 modified by LnT hover line*/
    border-bottom: 1px solid #d7d8d8;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu h3 > a {
    display: block;
    color: #000000;
    text-align: left;
    /*Sub menu title text align center added by LnT*/
    padding: 30px 15px;
    padding: 3rem 1.5rem;
    border-bottom: 1px solid transparent;
    /*Sub menu title hover added by LnT*/
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu h3 > a:hover,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu h3 > a:focus,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu h3 > a:active {
    text-decoration: none;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu h3:hover,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu h3:focus,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu h3:active {
    border-color: #000;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section {
    text-shadow: 0 1px 1px #fff;
    margin-bottom: 45px;
    margin-bottom: 4.5rem;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont {
    /*Sub menu alignment added by LnT*/
    width: 20%;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont.menulength-culmn-2 {
    /*Sub menu if menu length is 2 -two-column*/
    width: 50%;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont.menulength-culmn-3 {
    /*Sub menu if menu length is 3 -three-column*/
    width: 31.33%;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont.menulength-culmn-4 {
    /*Sub menu if menu length is 4 -four-column4*/
    width: 25%;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont.menulength-culmn-6 {
    /*Sub menu if menu length is 6 -six-column6*/
    width: 16.66%;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont h3.prodmenu-algncenter a {
    text-align: center;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont .pushdown-subnav-wrapper ul.pushdown-subnav-links {
    /*Sub menu center alignment added by LnT*/
    padding-left: 0;
    padding-top: 15px;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont .pushdown-subnav-wrapper ul.pushdown-subnav-links:hover,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont .pushdown-subnav-wrapper ul.pushdown-subnav-links:focus,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont .pushdown-subnav-wrapper ul.pushdown-subnav-links:active {
    border-top: 1px solid #000;
    margin-top: -1px;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont .pushdown-subnav-wrapper ul.pushdown-subnav-links li {
    padding-bottom: 7.5px;
    padding-bottom: 0.75rem;
    list-style: none;
    text-align: center;
    /*Sub menu center alignment added by LnT*/
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont .pushdown-subnav-wrapper ul.pushdown-subnav-links li > a {
    color: #000000;
    font-size: 16px;
    font-size: 1.6rem;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont .pushdown-subnav-wrapper ul.pushdown-subnav-links li > a:hover,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont .pushdown-subnav-wrapper ul.pushdown-subnav-links li > a:focus,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont .pushdown-subnav-wrapper ul.pushdown-subnav-links li > a:active {
    color: #1788c3;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont ul.list-unstyled {
    margin-top: -1px;
    padding-top: 15px;
    border-top: 1px solid transparent;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont ul.list-unstyled:hover,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont ul.list-unstyled:focus,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont ul.list-unstyled:active {
    border-top: 1px solid #000;
    margin-top: -1px;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont ul.list-unstyled li {
    padding-bottom: 7.5px;
    padding-bottom: 0.75rem;
    list-style: none;
    /*Sub menu center alignment added by LnT*/
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont ul.list-unstyled li > a {
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont ul.list-unstyled li > a:hover,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont ul.list-unstyled li > a:focus,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-menu-section .submenu-cont ul.list-unstyled li > a:active {
    color: #1788c3;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-view-all {
    font-size: 16px;
    font-size: 1.6rem;
    text-shadow: 0 1px 1px #fff;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-view-all .smenu-brdcrmbcont {
    width: 20%;
    text-align: left;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-view-all .smenu-brdcrmbcont.prodbrdcrumb-algncenter {
    padding-left: 25px;
    text-align: center;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-view-all .smenu-brdcrmbcont.breadcrumb-culmn-2 {
    /*Sub menu if menu length is 2 -two-column*/
    width: 50%;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-view-all .smenu-brdcrmbcont.breadcrumb-culmn-3 {
    /*Sub menu if menu length is 3 -three-column*/
    width: 31.33%;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-view-all .smenu-brdcrmbcont.breadcrumb-culmn-4 {
    /*Sub menu if menu length is 4 -four-column4*/
    width: 25%;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-view-all .smenu-brdcrmbcont.breadcrumb-culmn-6 {
    /*Sub menu if menu length is 6 -six-column6*/
    width: 16.66%;
    padding: 0 1px;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-view-all .smenu-brdcrmbcont.breadcrumb-culmn-6 .fa-angle-right {
    padding-left: 5px;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-view-all a {
    color: #dd2726;
    display: inline;
    vertical-align: middle;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown > .rmProd-dropdown-menu .rmProd-view-all .fa {
    font-size: 20px;
    font-size: 2rem;
    color: #b7b7b8;
    display: inline;
    vertical-align: middle;
    padding-left: 15px;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown.dropdown-hover:hover > a,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown.dropdown-hover:focus > a,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown.dropdown-hover:active > a {
    background-color: #1788c3;
    color: #fff;
}

.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown.dropdown-hover:hover .dropdown-menu,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown.dropdown-hover:focus .dropdown-menu,
.rmProd-header .navbar-default .navbar-nav.navbar-main > li.dropdown.dropdown-hover:active .dropdown-menu {
    display: block;
}

.rmProd-header .rmProd-header-utils-container {
    position: relative;
    z-index: 1;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li {
    padding: 0 7.5px;
    padding: 0 0.75rem;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li > a {
    background-color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #e6e6e7;
    padding: 5px 15px;
    padding: 0.5rem 1.5rem;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-search a {
    color: #424243;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-search a .fa,
.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-search a .resicon {
    font-size: 16px;
    font-size: 1.6rem;
    color: #1788c3;
    vertical-align: baseline;
    padding-right: 7.5px;
    padding-right: 0.75rem;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-quicklinks a {
    color: #9d2a54;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-quicklinks a .fa,
.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-quicklinks a .resicon {
    vertical-align: middle;
    padding-left: 45px;
    padding-left: 4.5rem;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-quicklinks .dropdown-menu {
    border: 0;
    background-color: #e6e6e6;
    border-radius: 0 0 4px 4px;
    left: 7.5px;
    left: 0.75rem;
    right: 7.5px;
    right: 0.75rem;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-quicklinks .dropdown-menu > li > a {
    background: #e6e6e6;
    border: 0;
    color: #888888;
    text-shadow: 0 1px 1px #fff;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-quicklinks .dropdown-menu > li:hover > a,
.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-quicklinks .dropdown-menu > li:focus > a,
.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-quicklinks .dropdown-menu > li:active > a {
    background-color: #1788c3;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-account > .btn-danger {
    padding: 5px 30px;
    padding: 0.5rem 3rem;
    background-color: #dd2726;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-account > .btn-danger:hover,
.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-account > .btn-danger:focus,
.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-account > .btn-danger:active {
    background-color: #e03d3c;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language {
    padding: 0;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a {
    border-color: transparent;
    border-radius: 0;
    padding: 5px 7.5px 0;
    padding: 0.5rem 0.75rem 0;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a:hover,
.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a:focus,
.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a:active {
    background-color: #e4e4e4;
    color: #5b5b5b;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a .flag {
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 21px;
    overflow: hidden;
    background-image: url(clientlib-all/css/products/img/flags.png);
    background-repeat: no-repeat;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a .flag.flag-us {
    background-position: 0 -900px;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a .flag.flag-uk {
    background-position: 0 -270px;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a .flag.flag-fr {
    background-position: 0 -240px;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a .flag.flag-epn {
    background-position: 0 -990px;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a .flag.flag-se {
    background-position: 0 -780px;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a .flag.flag-lam {
    background-position: 0 -900px;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a .flag.flag-ch {
    background-position: 0 -90px;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a .flag.flag-de {
    background-position: 0 -150px;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a .flag.flag-fi {
    background-position: 0 -210px;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > a .flag.flag-no {
    background-position: 0 -600px;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > .dropdown-menu {
    border: 0;
    background-color: #e4e4e4;
    border-radius: 0 0 4px 4px;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > .dropdown-menu > li > a {
    background: #e4e4e4;
    border: 0;
    color: #5b5b5b;
    padding-right: 45px;
    padding-right: 4.5rem;
    text-shadow: 0 1px 1px #fff;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > .dropdown-menu > li > a > .fa,
.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > .dropdown-menu > li > a > .resicon {
    position: absolute;
    top: 7.5px;
    top: 0.75rem;
    right: 7.5px;
    right: 0.75rem;
    display: block;
    font-size: 30px;
    font-size: 3rem;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > .dropdown-menu > li > a:hover,
.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > .dropdown-menu > li > a:focus,
.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language > .dropdown-menu > li > a:active {
    color: #1788c3;
}

.rmProd-header .rmProd-header-utils-container .rmProd-header-utils .navbar-nav > li.rmProd-language.open > a {
    background: #e6e6e6;
}

@media (max-width: 767px) {
    .rmProd-header .navbar-default .navbar-header {
        margin: 0;
    }
    .rmProd-header .navbar-default .navbar-header .navbar-mobile {
        display: inline-block;
        float: right;
    }
    .rmProd-header .navbar-default .navbar-header .navbar-mobile .mobile-btn {
        display: inline-block;
        margin: 0;
        padding: 0 7.5px;
        padding: 0 0.75rem;
        border: 0;
        vertical-align: middle;
        background: none;
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 65px;
        line-height: 6.5rem;
        color: #424243;
    }
    .rmProd-header .navbar-default .navbar-header .navbar-mobile .mobile-btn:hover,
    .rmProd-header .navbar-default .navbar-header .navbar-mobile .mobile-btn:focus,
    .rmProd-header .navbar-default .navbar-header .navbar-mobile .mobile-btn:active {
        background: none;
        color: #68686a;
    }
    .rmProd-header .navbar-default .navbar-header .navbar-mobile .mobile-btn.navbar-toggle {
        float: none;
    }
    .rmProd-header .navbar-default .navbar-header .navbar-mobile .mobile-btn:last-child {
        padding-right: 0;
    }
    .rmProd-header .navbar-default .navbar-header .navbar-brand {
        padding: 7.5px;
        padding: 0.75rem;
        padding-left: 0;
    }
    .rmProd-header .navbar-default .navbar-header .navbar-brand > img {
        /*height: 50px;
                          height: 5rem; styles removed for matching with resmed logo*/
        width: 100%;
        height: auto;
    }
}


/* ========== mobile styles ====================
================================================ */

@media (max-width: 991px) {
    /*Modified by LTI SP for tablet view changed from 767px to 991px*/
    .off-canvas {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .off-canvas .rmProd-header .navbar-default .navbar-header {
        margin: 0;
    }
    .off-canvas .rmProd-header .navbar-default .navbar-header .navbar-mobile {
        display: inline-block;
        float: right;
    }
    .off-canvas .rmProd-header .navbar-default .navbar-header .navbar-mobile .mobile-btn {
        display: inline-block;
        margin: 0;
        padding: 0 7.5px;
        padding: 0 0.75rem;
        border: 0;
        vertical-align: middle;
        background: none;
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 65px;
        line-height: 6.5rem;
        color: #424243;
    }
    .off-canvas .rmProd-header .navbar-default .navbar-header .navbar-mobile .mobile-btn:hover,
    .off-canvas .rmProd-header .navbar-default .navbar-header .navbar-mobile .mobile-btn:focus,
    .off-canvas .rmProd-header .navbar-default .navbar-header .navbar-mobile .mobile-btn:active {
        background: none;
        color: #68686a;
    }
    .off-canvas .rmProd-header .navbar-default .navbar-header .navbar-mobile .mobile-btn.navbar-toggle {
        float: none;
    }
    .off-canvas .rmProd-header .navbar-default .navbar-header .navbar-mobile .mobile-btn:last-child {
        padding-right: 0;
    }
    .off-canvas .rmProd-header .navbar-default .navbar-header .navbar-brand {
        /*padding: 7.5px;
                          padding: 0.75rem;
                          padding-left: 0; styles removed for matching with resmed logo*/
        width: 62px;
    }
    .off-canvas .rmProd-header .navbar-default .navbar-header .navbar-brand b > img {
        height: 50px;
        height: 5rem;
    }
    .off-canvas .rmProd-header .navbar-default .mobile-navbar-canvas {
        transition: background-color 500ms linear;
    }
    .off-canvas .rmProd-header .navbar-default .mobile-navbar-canvas .nav.navbar-nav {
        visibility: hidden;
        position: fixed;
        top: 0;
        margin: 0;
        right: -250px;
        bottom: 0;
        width: 250px;
        background: #fff;
        overflow: hidden;
    }
    .off-canvas .rmProd-header .navbar-default .mobile-navbar-canvas .nav.navbar-nav > li {
        border-bottom: 1px solid #f2f2f3;
    }
    .off-canvas .rmProd-header .navbar-default .mobile-navbar-canvas .nav.navbar-nav > li:last-child {
        border-bottom: 0;
    }
    .off-canvas .rmProd-header .navbar-default .mobile-navbar-canvas .nav.navbar-nav > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        line-height: 3rem;
    }
    .off-canvas .rmProd-header .navbar-default .mobile-navbar-canvas .nav.navbar-nav > li > a:hover,
    .off-canvas .rmProd-header .navbar-default .mobile-navbar-canvas .nav.navbar-nav > li > a:active,
    .off-canvas .rmProd-header .navbar-default .mobile-navbar-canvas .nav.navbar-nav > li > a:focus {
        color: #424243;
        background-color: #f6f7f7;
    }
    .off-canvas .rmProd-header .navbar-default .mobile-navbar-canvas .nav.navbar-nav > li > a:after {
        display: none;
    }
    .off-canvas .rmProd-header .navbar-default .mobile-navbar-canvas.active {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .off-canvas .rmProd-header .navbar-default .mobile-navbar-canvas.active .nav.navbar-nav {
        visibility: visible;
    }
    .off-canvas .secondary-nav {
        text-align: right;
    }
    .off-canvas .secondary-nav .secondary-navbar-toggle {
        color: #fff;
        padding: 7.5px 15px;
        padding: 0.75rem 1.5rem;
        font-size: 30px;
        font-size: 3rem;
        line-height: 25px;
        line-height: 2.5rem;
    }
    .off-canvas .secondary-nav .mobile-secondary-navbar-canvas {
        transition: background-color 500ms linear;
    }
    .off-canvas .secondary-nav .mobile-secondary-navbar-canvas .secondary-nav-items {
        visibility: hidden;
        position: fixed;
        top: 0;
        margin: 0;
        right: -250px;
        bottom: 0;
        width: 250px;
        background: #fff;
        overflow: hidden;
    }
    .off-canvas .secondary-nav .mobile-secondary-navbar-canvas .secondary-nav-items > li {
        border-bottom: 1px solid #f2f2f3;
        width: 100%;
        text-align: left;
    }
    .off-canvas .secondary-nav .mobile-secondary-navbar-canvas .secondary-nav-items > li:last-child {
        border-bottom: 0;
    }
    .off-canvas .secondary-nav .mobile-secondary-navbar-canvas .secondary-nav-items > li > a {
        width: 100%;
        color: #424243;
        padding: 10px 15px;
        padding: 1rem 1.5rem;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        line-height: 3rem;
    }
    .off-canvas .secondary-nav .mobile-secondary-navbar-canvas .secondary-nav-items > li > a:hover,
    .off-canvas .secondary-nav .mobile-secondary-navbar-canvas .secondary-nav-items > li > a:focus,
    .off-canvas .secondary-nav .mobile-secondary-navbar-canvas .secondary-nav-items > li > a:active {
        background-color: #f6f7f7;
        color: #424243;
        text-decoration: none;
    }
    .off-canvas .secondary-nav .mobile-secondary-navbar-canvas.active {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .off-canvas .secondary-nav .mobile-secondary-navbar-canvas.active .secondary-nav-items {
        visibility: visible;
    }
    .off-canvas.active {
        -webkit-transform: translate3d(-250px, 0, 0);
        -moz-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}

.nav-products {
    /* ========== mobile styles ====================
    ================================================ */
}

.nav-products .product-list {
    position: relative;
    z-index: 10;
    background-color: #f6f7f7;
    margin: 0;
}

.nav-products .product-list > li {
    padding: 0 15px;
    padding: 0 1.5rem;
    position: relative;
    vertical-align: top;
}

.nav-products .product-list > li:last-child:after {
    border: 0;
}

.nav-products .product-list > li:after {
    display: block;
    position: absolute;
    top: 12.5px;
    top: 1.25rem;
    bottom: 12.5px;
    bottom: 1.25rem;
    right: -1%;
    border-right: 1px solid #424243;
    border-left: 1px solid #fff;
    color: #424243;
    content: '';
}

.nav-products .product-list > li > a {
    width: 100%;
    position: relative;
    display: inline-block;
    color: #424243;
    font-size: 20px;
    font-size: 2rem;
    padding: 7.5px 0;
}

.nav-products .product-list > li > a .product-title {
    color: #1788c3;
}

.nav-products .product-list > li > a .product-subtitle {
    display: inline;
    font-weight: 300;
}

.nav-products .product-list > li > a:hover,
.nav-products .product-list > li > a:focus,
.nav-products .product-list > li > a:active {
    text-decoration: none;
}

.nav-products .product-list > li.active > a {
    border-bottom: 2px solid #424243;
}

.nav-products .product-list > li.active > a .product-title {
    color: #424243;
}

.nav-products .product-list > li.active > a:after {
    width: 30px;
    width: 3rem;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -12.5px;
    bottom: -1.25rem;
    color: #424243;
    margin-left: -15px;
    margin-left: -1.5rem;
    display: inline-block;
    font: normal normal normal 15px/1 "resicon";
    font-size: 1.5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E015";
    z-index: -1;
}

@media (max-width: 991px) {
    .toggle-links .nav-products .product-list > li.togtablink-3colm {
        width: 33%;
    }
}

@media (max-width: 767px) {
    .nav-products .product-list > li {
        width: 50%;
        padding: 0;
    }
    .toggle-links .nav-products .product-list > li.togtablink-2colm {
        width: 49%;
    }
    .toggle-links .nav-products .product-list > li.togtablink-3colm {
        width: 32%;
    }
    .toggle-links .nav-products .product-list > li.togtablink-4colm {
        width: 24%;
    }
    .nav-products .product-list > li > a .product-subtitle {
        display: inline-block;
        clear: both;
        width: 100%;
    }
    .nav-products .product-list > li:last-child:after {
        border: 0;
    }
    .nav-products .product-list > li:after {
        top: 15px;
        top: 1.5rem;
        bottom: 15px;
        bottom: 1.5rem;
        border-right-color: #b7b7b8;
    }
    .toggle-links .nav-products .product-list > li {
        padding: 7.5px 15px;
        padding: 0.75rem 1.5rem;
    }
    .toggle-links .nav-products .product-list > li:last-child {
        padding-bottom: 0;
    }
    .nav-products .product-list > li.active > a {
        padding: 0;
        border-bottom-width: 1px;
    }
    .nav-products .product-list > li.active > a:after {
        bottom: -12px;
        bottom: -1.2rem;
    }
}

@media (max-width: 480px) {
    .toggle-links .nav-products .product-list > li.togtablink-2colm,
    .toggle-links .nav-products .product-list > li.togtablink-3colm {
        width: 100%;
    }
    .toggle-links .nav-products .product-list > li.togtablink-2colm:not(.active) a,
    .toggle-links .nav-products .product-list > li.togtablink-3colm:not(.active) a {
        border-bottom: 1px solid #b7b7b8;
        ;
    }
}

.rmProd-footer {
    background-color: #424243;
    color: #fff;
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-footer .rmProd-back-to-top {
    position: relative;
    top: -22.5px;
    top: -2.25rem;
    width: 45px;
    width: 4.5rem;
    height: 45px;
    height: 4.5rem;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 4rem;
    border-radius: 45px;
    border-radius: 4.5rem;
    text-align: center;
    border: 1px solid #1788c3;
    background: rgba(255, 255, 255, 0.8);
    color: #1788c3;
    cursor: pointer;
    -webkit-transition: background 0.25s ease-out;
    -moz-transition: background 0.25s ease-out;
    -o-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;
}

.rmProd-footer .rmProd-back-to-top:hover,
.rmProd-footer .rmProd-back-to-top:focus,
.rmProd-footer .rmProd-back-to-top:active {
    background: #fff;
    text-decoration: none;
}

.rmProd-footer .rmProd-footer-icons {
    margin: -10px 0 5px;
    margin: -1rem 0 0.5rem;
}

.rmProd-footer .rmProd-footer-icons > li {
    padding: 0 15px;
}

.rmProd-footer .rmProd-footer-icons > li a {
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
}

.rmProd-footer .rmProd-footer-links {
    margin: 0;
    margin-bottom: 7.5px;
    margin-bottom: 0.75rem;
}

.rmProd-footer .rmProd-footer-links > li {
    padding: 0 15px;
    padding: 0 1.5rem;
}

.rmProd-footer .rmProd-footer-links > li a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
}

.rmProd-footer .rmProd-copyright {
    font-size: 12px;
    font-size: 1.2rem;
    color: #b7b7b8;
}

@media (max-width: 767px) {
    .rmProd-footer .rmProd-back-to-top {
        top: -15px;
        top: -1.5rem;
        width: 35px;
        width: 3.5rem;
        height: 35px;
        height: 3.5rem;
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
        line-height: 3rem;
        border-radius: 35px;
        border-radius: 3.5rem;
    }
    .rmProd-footer .rmProd-footer-icons > li a {
        font-size: 25px;
        font-size: 2.5rem;
    }
    .rmProd-footer .rmProd-footer-links > li a {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.rmProd-feature-promo {
    color: #424243;
    padding: 60px 0;
    padding: 6rem 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-feature-promo h2 {
    margin: -7.5px 0 7.5px;
    margin: -0.75rem 0 0.75rem;
}

.rmProd-feature-promo.feature-promo-light {
    color: #fff;
}

.rmProd-feature-promo.feature-promo-light h2,
.rmProd-feature-promo.feature-promo-light p {
    color: inherit;
}

.rmProd-feature-promo .feature-promoalgn {
    width: 50%;
}

.rmProd-feature-promo .feature-promoalgn.col-sm-offset-5 {
    margin-left: 50%;
}

@media (min-width: 768px) {
    .rmProd-feature-promo {
        height: 698px;
    }
}

.rmProd-feature-promo.feature-promo-pattern {
    background-repeat: repeat-x;
    background-size: auto auto;
    background-color: #131314;
    height: auto;
    padding: 0;
}

.rmProd-feature-promo.feature-promo-pattern .feature-promo-image {
    display: block;
    width: 100%;
}

.rmProd-feature-promo.feature-promo-pattern h2 {
    margin: 30px 0 15px;
    margin: 3rem 0 1.5rem;
}

.rmProd-feature-promo.feature-promo-pattern h2 sup {
    font-size: 12.5px;
    font-size: 1.25rem;
    font-weight: 300;
    vertical-align: super;
}

.rmProd-feature-promo.feature-promo-pattern h2 .model {
    display: inline-block;
    font-size: 50%;
    padding: 2.5px 7.5px;
    padding: 0.25rem 0.75rem;
    border: 1px solid #fff;
    border-radius: 2.5px;
    border-radius: 0.25rem;
    vertical-align: middle;
    margin-left: 5px;
    margin-left: 0.5rem;
}

.rmProd-feature-promo.feature-promo-pattern p {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 300;
}

.rmProd-feature-promo.feature-promo-video {
    overflow: hidden;
    position: relative;
}

.rmProd-feature-promo.feature-promo-video .content-container {
    position: relative;
    z-index: 1;
}

.rmProd-feature-promo.feature-promo-video .video-container {
    width: 1240px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -620px;
    z-index: 0;
}

.rmProd-feature-promo.feature-promo-video .video-container .video-js {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    /*Video height for promo videos by L&T*/
}

.rmProd-feature-promo.feature-promo-video .video-container .video-js > div {
    display: none !important;
}

.rmProd-feature-promo.feature-promo-video .video-container .video-js video.vjs-tech {
    height: auto !important;
}

@media (min-width: 992px) {
    .rmProd-feature-promo.feature-promo-pattern h2 {
        margin-top: 60px;
        margin-top: 6rem;
    }
}

@media (min-width: 1200px) {
    .rmProd-feature-promo {
        background-size: cover;
    }
    .rmProd-feature-promo.feature-promo-pattern {
        background-size: auto auto;
    }
}

@media (max-width: 767px) {
    .rmProd-feature-promo {
        padding-top: 30px;
        padding-top: 3rem;
        background-size: cover;
        background-position: bottom right;
    }
    .rmProd-feature-promo .feature-promo-light {
        padding-bottom: 300px;
        padding-bottom: 30rem;
    }
    .rmProd-feature-promo .feature-promoalgn {
        width: 100%;
    }
    .rmProd-feature-promo .feature-promoalgn.col-sm-offset-5 {
        margin-left: 0%;
    }
    .rmProd-feature-promo h2 {
        margin-top: -5px;
        margin-top: -0.5rem;
    }
    .rmProd-feature-promo.feature-promo-pattern {
        min-height: 230px;
        min-height: 23rem;
        overflow: hidden;
        position: relative;
    }
    .rmProd-feature-promo.feature-promo-pattern .feature-promo-image-column {
        position: static;
    }
    .rmProd-feature-promo.feature-promo-pattern .feature-promo-image-column .feature-promo-image {
        position: absolute;
        display: block;
        top: 20%;
        bottom: 0;
        right: 20%;
        height: auto;
        width: auto;
    }
    .rmProd-feature-promo.feature-promo-pattern h2 {
        margin: 15px 0 30px;
        margin: 1.5rem 0 3rem;
        font-size: 30px;
        font-size: 3rem;
    }
    .rmProd-feature-promo.feature-promo-pattern p {
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 300;
    }
    .rmProd-feature-promo p {
        font-size: 20px;
        font-size: 2rem;
    }
    .rmProd-feature-promo.feature-promo-video .video-container {
        display: none;
    }
}

@media (max-width: 479px) {
    .rmProd-feature-promo {
        background-size: 100% !important;
        padding-bottom: 200px !important;
        padding-bottom: 20rem !important;
    }
    .rmProd-feature-promo.feature-promo-pattern {
        padding-bottom: 0 !important;
        background-size: cover !important;
    }
}

.rmProd-testimonials {
    color: #424243;
    padding: 40px 0;
    padding: 4rem 0;
    background-color: #f6f7f7;
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-testimonials h2 {
    position: relative;
    display: inline-block;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 30px;
    margin: 0 0 3rem;
}

.rmProd-testimonials h2 {
    quotes: '\201c''\201d';
}

.rmProd-testimonials h2:before,
.rmProd-testimonials h2:after {
    font-family: Georgia, sans-serif;
    font-size: 110px;
    font-size: 11rem;
    font-weight: 700;
    display: block;
    width: 50px;
    height: 50px;
    width: 5rem;
    height: 5rem;
    line-height: 1em;
    bottom: 0;
    color: #d7d8d8;
    position: absolute;
}

.rmProd-testimonials h2:before {
    content: open-quote;
    left: -75px;
    left: -7.5rem;
}

.rmProd-testimonials h2:after {
    content: close-quote;
    right: -75px;
    right: -7.5rem;
}

.rmProd-testimonials blockquote {
    border-left: 0;
    padding: 0 15px 0 45px;
    padding: 0 1.5rem 0 4.5rem;
    font-size: 18px;
    font-size: 1.8rem;
}

.rmProd-testimonials blockquote p {
    quotes: '\201c''\201d';
}

.rmProd-testimonials blockquote p:before {
    content: open-quote;
}

.rmProd-testimonials blockquote p:after {
    content: close-quote;
}

.rmProd-testimonials blockquote footer {
    color: inherit;
    font-size: inherit;
}

.rmProd-testimonials blockquote footer:before {
    content: none;
}

.rmProd-testimonials blockquote footer b,
.rmProd-testimonials blockquote footer strong {
    font-weight: 500;
}

@media (max-width: 767px) {
    .rmProd-testimonials h2 {
        border-bottom: 1px solid #d7d8d8;
        padding: 0 40px 15px;
        padding: 0 4rem 1.5rem;
        font-size: 30px;
        font-size: 3rem;
    }
    .rmProd-testimonials h2:before,
    .rmProd-testimonials h2:after {
        position: absolute;
        width: 35px;
        width: 3.5rem;
        height: 35px;
        height: 3.5rem;
        font-size: 75px;
        font-size: 7.5rem;
        top: -9px;
        top: -0.9rem;
    }
    .rmProd-testimonials h2:before {
        left: 0;
        text-align: left;
    }
    .rmProd-testimonials h2:after {
        right: 0;
        text-align: right;
    }
    .rmProd-testimonials blockquote {
        padding: 0 0 15px;
        padding: 0 0 1.5rem;
        border-bottom: 1px solid #d7d8d8;
    }
    .rmProd-testimonials [class*="col-"]:last-of-type blockquote {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.rmProd-support {
    /* ========== desktop styles for 992px to 1199px====================
    ================================================ */
    /* ========== desktop styles for 768px to 991px====================
    ================================================ */
    /* ========== desktop styles ====================
    ================================================ */
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-support .support-main-title h2 {
    font-size: 40px;
    font-size: 4rem;
    color: #000000;
    font-weight: 300;
    margin: 60px 15px 30px;
    margin: 6rem 1.5rem 3rem;
}

.rmProd-support .support-tabs .support-nav {
    background-color: #1788c3;
    color: #fff;
    margin: 0;
    text-align: center;
}

.rmProd-support .support-tabs .support-nav > li {
    border-right: 1px solid #fff;
    padding: 0;
}

.rmProd-support .support-tabs .support-nav > li.supnav-dyntabwid {
    width: 22%;
}

.rmProd-support .support-tabs .support-nav > li > a {
    color: #fff;
    display: block;
    font-weight: 300;
    width: 100%;
    padding: 0 15px;
    padding: 0 1.5rem;
    line-height: 40px;
    line-height: 4rem;
    background-color: #1788c3;
    -webkit-transition: background 0.25s ease-out;
    -moz-transition: background 0.25s ease-out;
    -o-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;
}

.rmProd-support .support-tabs .support-nav > li > a:hover,
.rmProd-support .support-tabs .support-nav > li > a:focus,
.rmProd-support .support-tabs .support-nav > li > a:active {
    background-color: #0f587f;
    text-decoration: none;
}

.rmProd-support .support-tabs .support-nav > li.active > a {
    background-color: #424243;
    position: relative;
}

.rmProd-support .support-tabs .support-nav > li.active > a:after {
    width: 30px;
    width: 3rem;
    position: absolute;
    left: 50%;
    bottom: -17.5px;
    bottom: -1.75rem;
    color: #424243;
    margin-left: -15px;
    margin-left: -1.5rem;
    display: inline-block;
    font: normal normal normal 25px/1 "resicon";
    font-size: 2.5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E015";
    z-index: -1;
}

.rmProd-support .support-tabs .support-nav > li:first-child {
    border-left: 1px solid #fff;
}

@media (min-width: 768px) {
    .rmProd-support .support-tabs .support-nav > li {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .rmProd-support .support-tabs .support-nav > li {
        width: 16.6667%;
    }
}

.rmProd-support .support-tabs.catch-navbar .support-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
}

.rmProd-support .support-tabs .tab-content {
    padding-top: 40px;
    padding-top: 4rem;
}

.rmProd-support .support-tabs .tab-content .tab-pane {
    /*Added by Lnt for Support feature component center alignment for less than 2 boxes*/
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-list {
    counter-reset: stepList;
    margin: 0 0 45px;
    margin-bottom: 4.5rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-list {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 10px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-list {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 0;
        margin-bottom: 0;
    }
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-list li {
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    color: #424243;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-list li:before {
    font-weight: 500;
    counter-increment: stepList;
    content: "Step "counter(stepList) " - ";
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-list a {
    text-decoration: underline;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-list a:hover,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-list a:focus,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-list a:active {
    text-decoration: none;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-fr {
    counter-reset: stepList;
    margin: 0 0 45px;
    margin-bottom: 4.5rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-fr {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 10px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-fr {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 0;
        margin-bottom: 0;
    }
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-fr li {
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    color: #424243;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-fr li:before {
    font-weight: 500;
    counter-increment: stepList;
    content: "ÃŠÂ´ape "counter(stepList) " - ";
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-fr a {
    text-decoration: underline;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-fr a:hover,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-fr a:focus,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-fr a:active {
    text-decoration: none;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfi-fi {
    counter-reset: stepList;
    margin: 0 0 45px;
    margin-bottom: 4.5rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfi-fi {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 10px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfi-fi {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 0;
        margin-bottom: 0;
    }
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfi-fi li {
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    color: #424243;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfi-fi li:before {
    font-weight: 500;
    counter-increment: stepList;
    content: "Askeleet "counter(stepList) " - ";
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfi-fi a {
    text-decoration: underline;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfi-fi a:hover,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfi-fi a:focus,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfi-fi a:active {
    text-decoration: none;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listnb-no {
    counter-reset: stepList;
    margin: 0 0 45px;
    margin-bottom: 4.5rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-listnb-no {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 10px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-listnb-no {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 0;
        margin-bottom: 0;
    }
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listnb-no li {
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    color: #424243;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listnb-no li:before {
    font-weight: 500;
    counter-increment: stepList;
    content: "Skritt "counter(stepList) " - ";
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listnb-no a {
    text-decoration: underline;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listnb-no a:hover,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listnb-no a:focus,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listnb-no a:active {
    text-decoration: none;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-ch {
    counter-reset: stepList;
    margin: 0 0 45px;
    margin-bottom: 4.5rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-ch {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 10px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-ch {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 0;
        margin-bottom: 0;
    }
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-ch li {
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    color: #424243;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-ch li:before {
    font-weight: 500;
    counter-increment: stepList;
    content: "ÃŠÂ´ape "counter(stepList) " - ";
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-ch a {
    text-decoration: underline;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-ch a:hover,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-ch a:focus,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listfr-ch a:active {
    text-decoration: none;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-ch {
    counter-reset: stepList;
    margin: 0 0 45px;
    margin-bottom: 4.5rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-ch {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 10px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-ch {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 0;
        margin-bottom: 0;
    }
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-ch li {
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    color: #424243;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-ch li:before {
    font-weight: 500;
    counter-increment: stepList;
    content: "Schritt "counter(stepList) " - ";
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-ch a {
    text-decoration: underline;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-ch a:hover,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-ch a:focus,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-ch a:active {
    text-decoration: none;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-de {
    counter-reset: stepList;
    margin: 0 0 45px;
    margin-bottom: 4.5rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-de {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 10px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-de {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 0;
        margin-bottom: 0;
    }
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-de li {
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    color: #424243;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-de li:before {
    font-weight: 500;
    counter-increment: stepList;
    content: "Schritt "counter(stepList) " - ";
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-de a {
    text-decoration: underline;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-de a:hover,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-de a:focus,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listde-de a:active {
    text-decoration: none;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listes-xl {
    counter-reset: stepList;
    margin: 0 0 45px;
    margin-bottom: 4.5rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-listes-xl {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 10px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .rmProd-support .support-tabs .tab-content .tab-pane ol.step-listes-xl {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 0;
        margin-bottom: 0;
    }
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listes-xl li {
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    color: #424243;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listes-xl li:before {
    font-weight: 500;
    counter-increment: stepList;
    content: "Paso "counter(stepList) " - ";
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listes-xl a {
    text-decoration: underline;
}

.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listes-xl a:hover,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listes-xl a:focus,
.rmProd-support .support-tabs .tab-content .tab-pane ol.step-listes-xl a:active {
    text-decoration: none;
}

.rmProd-support .support-tabs .tab-content .tab-pane hr {
    margin: 40px 0;
    margin: 4rem 0;
    border-color: #d7d8d8;
}

@media (max-width: 1199px) {
    .rmProd-support .support-tabs .tab-content .tab-pane hr {
        /*Added by LnT bottom space reduced for support tab video */
        margin: 25px 0;
        margin: 3rem 0 2.5rem 0;
    }
}

.rmProd-support .support-tabs .tab-content .tab-pane .videoWalkthrough h3 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0 0 20px;
    margin: 0 0 2rem;
}

.rmProd-support .support-tabs .tab-content .tab-pane .videoWalkthrough .video-walkthrough {
    width: 100%;
}

.rmProd-support .support-tabs .tab-content .tab-pane .videoWalkthrough .video-walkthrough .video-js {
    width: 100%;
    height: 100%;
}

.rmProd-support .support-tabs .tab-content .tab-pane .videoWalkthrough .video-walkthrough.video-16-9 .video-js {
    padding-top: 56.25%;
}

.rmProd-support .support-tabs .tab-content .tab-pane .videoWalkthrough .video-walkthrough.video-4-3 .video-js {
    padding-top: 75%;
}

.rmProd-support .support-tabs .tab-content .tab-pane .videoWalkthrough .video-walkthrough.video-square .video-js {
    padding-top: 100%;
}

.rmProd-support .support-tabs .tab-content .tab-pane .rmProd-support-teaser {
    /*Added by Lnt for Support Theraphy component center alignment for less than 2 boxes*/
}

.rmProd-support .support-tabs .tab-content .tab-pane .rmProd-support-teaser.support-featured .boxcontainer-center .row {
    float: none;
    /*margin: 0 auto;*/
    text-align: center;
    /*display: inline-block;*/
}


/*.rmProd-support .support-tabs .tab-content .tab-pane .rmProd-support-teaser.support-featured .boxcontainer-center .row .col-sm-4 {
    float: none;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}*/

.rmProd-support .support-tabs .tab-content .tab-pane .rmProd-support-teaser.support-featured .boxcontainer-center .row div.col-sm-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rmProd-support .support-tabs .tab-content .tab-pane .rmProd-support-teaser.support-featured .boxcontainer-center .row .col-sm-4 .teaser-item {
    text-align: left;
}

.rmProd-support .support-tabs .tab-content .tab-pane .rmProd-support-teaser.support-therapy .theraphycont-center .row {
    margin: 0 auto;
    text-align: center;
}

.rmProd-support .support-tabs .tab-content .tab-pane .rmProd-support-teaser.support-therapy .theraphycont-center .row .col-sm-4 {
    float: none;
    display: inline-block;
}

.rmProd-support .support-tabs .tab-content .support-video {
    position: relative;
    border: 1px solid #b7b7b8;
}

.rmProd-support .toggle-teaser {
    display: none;
}

.rmProd-support .support-therapy h4 {
    color: #1788c3;
}

.rmProd-support .support-resources .support-resource-items,
.helpful-resource-optimization .support-resources .support-resource-items {
    width: 100%;
}

.rmProd-support .support-resources .support-resource-items > .support-resource-item,
.helpful-resource-optimization .support-resources .support-resource-items > .support-resource-item {
    display: inline-table;
    /*Added by Lnt */
    padding: 0 15px;
    padding: 0 1.5rem;
}

.rmProd-support .support-resources .support-resource-items > .support-resource-item > a,
.helpful-resource-optimization.support-resources .support-resource-items > .support-resource-item > a {
    /*Added by LnT For optimization/Helpful resouces*/
    display: table-cell;
    text-align: left;
    /*Added by Lnt */
    font-weight: 300;
    color: #424243;
    position: relative;
    padding-left: 35px;
    padding-left: 3.5rem;
}

.rmProd-support .support-resources .support-resource-items > .support-resource-item > a h5,
.helpful-resource-optimization.support-resources .support-resource-items > .support-resource-item > a h5 {
    margin: 0;
}

.rmProd-support .support-resources .support-resource-items > .support-resource-item > a .fa,
.rmProd-support .support-resources .support-resource-items > .support-resource-item > a .resicon {
    color: #424243;
    position: absolute;
    left: 0;
    top: 15px;
    /*Added by Lnt */
    font-size: 25px;
    font-size: 2.5rem;
    margin-top: -12.5px;
    margin-top: -1.25rem;
}

.rmProd-support .support-accessories {
    padding: 0;
}

.rmProd-support .support-accessories-content {
    padding: 40px 0;
}

.rmProd-support .support-accessories h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1em;
}

.rmProd-support .support-accessories h2 small {
    font-size: 65%;
}

.rmProd-support .support-accessories h3 {
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0 0 15px;
    /*30px replaced by 15px by LnT*/
    margin-bottom: 1.5rem;
}

.rmProd-support .support-accessories img {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.rmProd-support .support-featured {
    padding: 40px 0;
    padding: 4rem 0;
    margin-top: -41px;
    margin-top: -4.1rem;
    background-color: #f2f2f3;
}

.rmProd-support .support-featured img {
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.rmProd-support .support-featured p {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    text-align: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rmProd-support .support-tabs .support-nav > li.supnav-dyntabwid {
        width: 26%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rmProd-support .support-tabs .support-nav > li.supnav-dyntabwid {
        width: 32.333%;
    }
    .rmProd-support .theraphycont-center .row .col-sm-4 {
        width: 48%;
    }
}

@media (min-width: 768px) {
    .rmProd-support #tabs_content_support_airfit-n20_airfit-20-series_mask-series_products_consumer_en_uk_resmed_content_2 .support-featured {
        border-bottom: 1px solid #b7b7b8;
    }
    .rmProd-support #tabs_content_support_airfit-n20_airfit-20-series_mask-series_products_consumer_en_uk_resmed_content_3 .support-accessories {
        border-bottom: 1px solid #b7b7b8;
    }
    .rmProd-support .support-accessories h2 {
        text-align: center;
    }
    .rmProd-support .support-therapy {
        padding: 0;
    }
    .rmProd-support .support-therapy-content,
    .support-therapy-content {
        /*Class added for out of support tab*/
        padding: 40px 0;
    }
    .rmProd-support .support-therapy h3,
    .support-therapy h3 {
        /*Class added for out of support tab*/
        text-align: center;
        margin-bottom: 30px;
        margin-bottom: 3rem;
    }
    .rmProd-support .support-therapy h3 small,
    .support-therapy h3 small {
        /*Class added for out of support tab*/
        width: 100%;
        color: #424243;
        font-weight: 300;
    }
    .rmProd-support .support-resources {
        padding: 40px 0;
        padding: 4rem 0;
        background-color: #f6f7f7;
    }
    .rmProd-support .support-resources .support-resource-items {
        text-align: center;
    }
    .rmProd-support .support-resources .support-resource-items > .support-resource-item,
    .helpful-resource-optimization .support-resource-items > .support-resource-item {
        padding-bottom: 30px;
        padding-bottom: 3rem;
        width: 33.333%;
    }
    .rmProd-support .support-resources h3 {
        text-align: center;
        margin-bottom: 30px;
        margin-bottom: 3rem;
    }
    .rmProd-support .rmProd-support-teaser .collapse {
        display: block !important;
    }
    .rmProd-support .support-tabs .tab-content .tab-pane .rmProd-support-teaser.support-featured .boxcontainer-center ul {
        display: table;
        align-items: center;
        justify-content: center;
    }
    .rmProd-support .support-tabs .tab-content .tab-pane .rmProd-support-teaser.support-featured .boxcontainer-center ul li {
        display: inline-table;
        display: -ms-inline-grid;
        float: none;
    }
}

@media (max-width: 767px) {
    .rmProd-support .support-main-title h2 {
        margin-top: 30px;
        margin-top: 3rem;
    }
    .rmProd-support .support-tabs {
        overflow: hidden;
    }
    .rmProd-support .support-tabs .support-nav {
        height: 65px;
        height: 6.5rem;
    }
    .rmProd-support .support-tabs .support-nav > li {
        width: 33.333%;
        height: 100%;
        float: left;
    }
    .rmProd-support .support-tabs .support-nav > li.supnav-dyntabwid {
        width: 50%;
    }
    .rmProd-support .support-tabs .support-nav > li > a {
        height: 100%;
        line-height: 1em;
        padding: 15px;
        padding: 1.5rem;
    }
    .rmProd-support .support-tabs .support-nav > li > a .nav-item-text {
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .rmProd-support .support-tabs .support-nav > li:first-child {
        border-left: 0;
    }
    .rmProd-support .support-tabs .support-nav > li:last-child {
        border-right: 0;
    }
    .rmProd-support .support-tabs .tab-content .support-video {
        margin-bottom: 30px;
        margin-bottom: 3rem;
    }
    .rmProd-support .rmProd-support-teaser {
        padding: 0;
    }
    .rmProd-support .rmProd-support-teaser.support-therapy {
        background-color: #f2f2f3;
        padding: 0 15px;
    }
    .rmProd-support .rmProd-support-teaser.support-therapy .container {
        /*To remove left and right space only for mobile device by LnT*/
        padding: 0;
    }
    .rmProd-support .rmProd-support-teaser.support-therapy .theraphycont-center {
        /*Added by LnT for mobile view text align left*/
        padding: 0;
    }
    .rmProd-support .rmProd-support-teaser.support-therapy .theraphycont-center .row {
        text-align: left !important;
    }
    .rmProd-support .support-featured {
        border-top: 1px solid #d7d8d8;
    }
    .rmProd-support .support-featured .boxcontainer-center {
        /*Added by Lnt*/
    }
    .rmProd-support .support-featured .boxcontainer-center .row .col-sm-4 {
        padding: 0;
    }
    .rmProd-support .support-featured .teaser-item .teaser-title {
        height: auto !important;
    }
    .rmProd-support .support-featured .teaser-item .teaser-content {
        /*less than 768px screen CTA btn overlapping issue code fix*/
    }
    .rmProd-support .support-featured .teaser-item .teaser-content p {
        display: inline-block;
        min-height: 50px;
    }
    .rmProd-support .support-featured .btn {
        width: 100%;
        margin-top: 10px;
        display: block;
        clear: both;
        /*less than 768px screen CTA btn overlapping issue code fix*/
    }
    .rmProd-support .support-accessories h2 {
        font-size: 25px;
        font-size: 2.5rem;
    }
    .rmProd-support .support-accessories h3 {
        font-size: 22px;
        font-size: 2.2rem;
        margin: 0 0 10px;
        margin-bottom: 1rem;
    }
    .rmProd-support .support-accessories p a {
        display: inline-block;
    }
    .rmProd-support .support-resources .container {
        /*To remove left and right space only for mobile device by LnT*/
        padding: 0;
    }
    .rmProd-support .support-resources .support-resource-items > .support-resource-item,
    .helpful-resource-optimization .support-resource-items > .support-resource-item {
        padding-bottom: 15px;
        padding-bottom: 1.5rem;
        padding-left: 5px;
        width: 100%;
    }
    .rmProd-support .support-resources .teaser-item {
        background-color: #f2f2f3;
        padding: 0 15px;
    }
    .rmProd-support .support-therapy h4 {
        font-size: 20px;
        font-size: 2rem;
    }
    .rmProd-support .teaser-item {
        margin: 0 -15px;
        margin: 0 -1.5rem;
        border-bottom: 1px solid #d7d8d8;
    }
    .rmProd-support .teaser-item .teaser-title {
        position: relative;
        margin: 0;
        padding: 15px 60px 15px 15px;
        padding: 1.5rem 6rem 1.5rem 1.5rem;
        background-color: #f2f2f3;
        -webkit-transition: background 0.25s ease-out;
        -moz-transition: background 0.25s ease-out;
        -o-transition: background 0.25s ease-out;
        transition: background 0.25s ease-out;
    }
    .rmProd-support .teaser-item .teaser-title small {
        display: none;
    }
    .rmProd-support .teaser-item .teaser-title.teaser-open {
        background-color: #fff;
    }
    .rmProd-support .teaser-item .teaser-title.teaser-open small {
        display: inline-block;
    }
    .rmProd-support .teaser-item .teaser-title.teaser-open small.replenish-subtitle {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 15px;
        margin-bottom: 1.5rem;
        line-height: 1.42857143;
    }
    .rmProd-support .teaser-item .teaser-title .toggle-teaser {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        width: 6rem;
        font-style: normal;
        cursor: pointer;
    }
    .rmProd-support .teaser-item .teaser-title .toggle-teaser:after {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 15px;
        right: 1.5rem;
        margin-top: -17.5px;
        margin-top: -1.75rem;
        font-size: 35px;
        font-size: 3.5rem;
        color: #1788c3;
        content: '\2013';
    }
    .rmProd-support .teaser-item .teaser-title .toggle-teaser.collapsed {
        background-color: #f2f2f3;
    }
    .rmProd-support .teaser-item .teaser-title .toggle-teaser.collapsed:after {
        content: '+';
    }
    .rmProd-support .teaser-item .teaser-title .toggle-teaser:hover,
    .rmProd-support .teaser-item .teaser-title .toggle-teaser:focus,
    .rmProd-support .teaser-item .teaser-title .toggle-teaser:active {
        text-decoration: none;
    }
    .rmProd-support .teaser-item .teaser-title .toggle-teaser:hover:after,
    .rmProd-support .teaser-item .teaser-title .toggle-teaser:focus:after,
    .rmProd-support .teaser-item .teaser-title .toggle-teaser:active:after {
        color: #3eaee8;
    }
    .rmProd-support .teaser-item .teaser-content {
        padding: 0 15px 30px;
        padding: 0 1.5rem 3rem;
        background-color: #fff;
        -webkit-transition: background 0.25s ease-out;
        -moz-transition: background 0.25s ease-out;
        -o-transition: background 0.25s ease-out;
        transition: background 0.25s ease-out;
    }
    .rmProd-support .teaser-item .teaser-content.collapsed {
        background-color: #f2f2f3;
    }
    .rmProd-support .teaser-item .teaser-content .wid100-s767 {
        width: 100%;
    }
}

.rmProd-support-hero {
    padding: 60px 0;
    padding: 6rem 0;
    background-color: #f6f7f7;
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-support-hero .support-hero-heading {
    text-align: center;
}

.rmProd-support-hero .support-hero-heading .support-hero-title {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
}

.rmProd-support-hero .support-hero-heading .support-hero-title .resicon {
    display: inline-block;
    vertical-align: middle;
    font-size: 80px;
    font-size: 8rem;
}

.rmProd-support-hero .support-hero-heading .support-hero-title h1 {
    color: #000000;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0;
    margin-top: -7.5px;
    margin-top: -0.75rem;
    padding-left: 30px;
    padding-left: 3rem;
}

.rmProd-support-hero .support-hero-heading .support-hero-title h1 small {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    color: #424243;
}

.rmProd-support-hero .hero-mask-selector h4 {
    margin-top: -40px;
    margin-top: -4rem;
    font-size: 16px;
    font-size: 1.6rem;
    color: #424243;
    font-weight: 400;
}

.rmProd-support-hero .hero-mask-selector .list-inline {
    width: 100%;
}

.rmProd-support-hero .hero-mask-selector .list-inline > li img {
    box-sizing: content-box;
    width: 32px;
    height: 32px;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 32px;
    border-radius: 3.2rem;
    border: 3px solid #dedee1;
    cursor: pointer;
}

.rmProd-support-hero .hero-mask-selector .list-inline > li img:hover,
.rmProd-support-hero .hero-mask-selector .list-inline > li img:focus,
.rmProd-support-hero .hero-mask-selector .list-inline > li img:active {
    border-color: #d7d7db;
}

.rmProd-support-hero .support-hero-cta .btn {
    margin-top: -40px;
    margin-top: -4rem;
}

@media (max-width: 767px) {
    .rmProd-support-hero {
        padding: 30px 0 40px;
        padding: 3rem 0 4rem;
    }
    .rmProd-support-hero .support-hero-heading .support-hero-title {
        padding-left: 60px;
        padding-left: 6rem;
    }
    .rmProd-support-hero .support-hero-heading .support-hero-title .resicon {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 60px;
        font-size: 6rem;
    }
    .rmProd-support-hero .support-hero-heading .support-hero-title h1 {
        margin-top: -5px;
        margin-top: -0.5rem;
        padding-left: 15px;
        padding-left: 1.5rem;
    }
    .rmProd-support-hero .hero-mask-selector {
        text-align: left;
    }
    .rmProd-support-hero .hero-mask-selector h4 {
        margin-top: 0;
    }
    .rmProd-support-hero .support-hero-cta .btn {
        margin-top: 15px;
        margin-top: 1.5rem;
        width: 100%;
    }
}

.rmProd-ecosystem {
    padding: 60px 0;
    padding: 6rem 0;
    background-color: #f2f2f3;
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-ecosystem h2 {
    marign: -7.5px 0 25px;
    margin: -0.75rem 0 2.5rem;
}

.rmProd-ecosystem h2 small {
    font-size: 55%;
}

.rmProd-ecosystem .ecosystem-images {
    margin: 50px -15px 0;
    margin: 5rem -1.5rem 0;
}

.rmProd-ecosystem .ecosystem-images > .image-wrap {
    display: inline-block;
    vertical-align: bottom;
    width: 24%;
    padding: 0 15px;
    padding: 0 1.5rem;
}

.rmProd-ecosystem .ecosystem-images > .image-wrap .resicon {
    color: #424243;
    font-size: 150px;
    clear: both;
}

.rmProd-ecosystem .ecosystem-images h4 {
    color: #1788c3;
    font-weight: 300;
    margin: 50px 0 0;
    margin: 5rem 0 0;
    font-size: 22.5px;
    font-size: 2.25rem;
}

.rmProd-ecosystem .ecosystem-images h4 > a {
    text-decoration: none;
}

@media (min-width: 768px) {
    .rmProd-ecosystem .ecosystem-images h4 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .rmProd-ecosystem {
        padding-top: 30px;
        padding-top: 3rem;
    }
    .rmProd-ecosystem h2 {
        margin-top: -5px;
        margin-top: -0.5rem;
        font-size: 35px !important;
        font-size: 3.5rem !important;
    }
    .rmProd-ecosystem h2 small {
        font-size: 85%;
    }
    .rmProd-ecosystem p {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .rmProd-ecosystem .ecosystem-images > .image-wrap {
        width: 49%;
    }
    .rmProd-ecosystem .ecosystem-images > .image-wrap .resicon {
        font-size: 90px;
        font-size: 9rem;
    }
    .rmProd-ecosystem .ecosystem-images > .image-wrap:first-child,
    .rmProd-ecosystem .ecosystem-images > .image-wrap:nth-child(2) {
        margin-bottom: 30px;
        margin-bottom: 3rem;
    }
}

.rmProd-faq {
    padding: 60px 0 10px;
    padding: 6rem 0 1rem;
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-faq .faq-accordion.panel-group {
    margin-bottom: 0;
}

.rmProd-faq .faq-accordion.panel-group .panel {
    padding: 3rem 0;
    border: 0;
    border-top: 1px solid #d7d8d8;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}

.rmProd-faq .faq-accordion.panel-group .panel .panel-heading {
    background: none;
    border: 0;
    padding: 0;
}

.rmProd-faq .faq-accordion.panel-group .panel .panel-heading .panel-title {
    margin: 0;
    color: #000000;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    padding-right: 45px;
    padding-right: 4.5rem;
    position: relative;
}

.rmProd-faq .faq-accordion.panel-group .panel .panel-heading .panel-title .toggle-icon {
    color: #1788c3;
    position: absolute;
    top: 0;
    right: 15px;
}

.rmProd-faq .faq-accordion.panel-group .panel .panel-heading .panel-title .toggle-icon:hover,
.rmProd-faq .faq-accordion.panel-group .panel .panel-heading .panel-title .toggle-icon:focus,
.rmProd-faq .faq-accordion.panel-group .panel .panel-heading .panel-title .toggle-icon:active {
    color: #3eaee8;
    text-decoration: none;
}

.rmProd-faq .faq-accordion.panel-group .panel .panel-heading .panel-title .toggle-icon:after {
    float: right;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 22px;
    line-height: 2.2rem;
    content: '\2013';
}

.rmProd-faq .faq-accordion.panel-group .panel .panel-heading .panel-title .toggle-icon.collapsed:after {
    content: '+';
}

.rmProd-faq .faq-accordion.panel-group .panel .panel-collapse .panel-body {
    padding: 0;
    padding-top: 7.5px;
    padding-top: 0.75rem;
    border: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    padding-right: 30px;
    padding-right: 3rem;
}

@media (min-width: 768px) {
    .rmProd-faq .faq-accordion.panel-group .panel .panel-collapse .panel-body {
        padding-right: 90px;
        padding-right: 9rem;
    }
}

@media (min-width: 992px) {
    .rmProd-faq .faq-accordion.panel-group .panel .panel-collapse .panel-body {
        padding-right: 120px;
        padding-right: 12rem;
    }
}

@media (max-width: 767px) {
    .rmProd-faq {
        padding-top: 30px;
        padding-top: 3rem;
    }
}

.rmProd-product-hero {
    color: #424243;
    /* ========== portrait tablet styles ===========
    ================================================ */
    /* ========== desktop styles ===================
    ================================================ */
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-product-hero .product-thumbnails {
    background-color: #f2f2f3;
    margin: 0;
    padding: 15px 0 7.5px;
    padding: 1.5rem 0 0.75rem;
}

.rmProd-product-hero .product-thumbnails > li {
    padding: 0 15px;
    padding: 0 1.5rem;
}

.rmProd-product-hero .product-thumbnails > li > .product-thumbnail {
    text-decoration: none;
    display: block;
    text-align: center;
    width: 110px;
    width: 11rem;
}

.rmProd-product-hero .product-thumbnails > li > .product-thumbnail > .product-thumbnail-image {
    position: relative;
    background-color: #fff;
    border-radius: 80px;
    border-radius: 8rem;
    border: 3px solid #1788c3;
    width: 80px;
    width: 8rem;
    height: 80px;
    height: 8rem;
    height: auto;
    display: inline-block;
    padding: 7.5px;
    padding: 0.75rem;
    margin: 0 0 15px;
    margin: 0 0 1.5rem;
}

.rmProd-product-hero .product-thumbnails > li > .product-thumbnail > .product-thumbnail-image > img {
    width: 100%;
    border-radius: 65px;
    border-radius: 6.5rem;
}

.rmProd-product-hero .product-thumbnails > li > .product-thumbnail > .product-thumbnail-title {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
}

.rmProd-product-hero .product-thumbnails > li > .product-thumbnail:hover,
.rmProd-product-hero .product-thumbnails > li > .product-thumbnail:focus,
.rmProd-product-hero .product-thumbnails > li > .product-thumbnail:active {
    text-decoration: none;
}

.rmProd-product-hero .product-thumbnails > li > .product-thumbnail:hover > .product-thumbnail-image,
.rmProd-product-hero .product-thumbnails > li > .product-thumbnail:focus > .product-thumbnail-image,
.rmProd-product-hero .product-thumbnails > li > .product-thumbnail:active > .product-thumbnail-image {
    border-color: #1ca0e4;
}

.rmProd-product-hero .product-thumbnails > li > .product-thumbnail:hover > .product-thumbnail-image > img,
.rmProd-product-hero .product-thumbnails > li > .product-thumbnail:focus > .product-thumbnail-image > img,
.rmProd-product-hero .product-thumbnails > li > .product-thumbnail:active > .product-thumbnail-image > img {
    width: 100%;
}

.rmProd-product-hero .product-thumbnails > li.active > .product-thumbnail .product-thumbnail-image {
    border-color: #424243;
}

.rmProd-product-hero .product-thumbnails > li.active > .product-thumbnail .product-thumbnail-image:hover,
.rmProd-product-hero .product-thumbnails > li.active > .product-thumbnail .product-thumbnail-image:focus,
.rmProd-product-hero .product-thumbnails > li.active > .product-thumbnail .product-thumbnail-image:active {
    border-color: #424243;
}

.rmProd-product-hero .product-thumbnails > li.active > .product-thumbnail .product-thumbnail-image:after {
    width: 30px;
    width: 3rem;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -16px;
    bottom: -1.6rem;
    color: #424243;
    margin-left: -15px;
    margin-left: -1.5rem;
    display: inline-block;
    font: normal normal normal 20px/1 "resicon";
    font-size: 2rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E015";
}

.rmProd-product-hero .product-thumbnails > li.active > .product-thumbnail .product-thumbnail-title {
    color: #424243;
}

.rmProd-product-hero .product-thumbnails > li:only-child {
    display: none;
}

.rmProd-product-hero .product-details {
    padding-top: 60px;
    padding-top: 6rem;
    padding-bottom: 60px;
    padding-bottom: 6rem;
}

.rmProd-product-hero .product-details .product-details-heading .product-details-title {
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    position: relative;
    padding-left: 80px;
    padding-left: 8rem;
}

.rmProd-product-hero .product-details .product-details-heading .product-details-title .resicon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80px;
    font-size: 8rem;
}

.rmProd-product-hero .product-details .product-details-heading .product-details-title h1 {
    display: inline-block;
    padding-left: 30px;
    padding-left: 3rem;
    margin: 0;
    margin-top: -7.5px;
    margin-top: -0.75rem;
}


/*.rmProd-product-hero .product-details .product-details-list {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px;
    padding-left: 2rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}
.rmProd-product-hero .product-details .product-details-list > li {
    padding: 0 0 25px;
    padding: 0 0 1.5rem;
    display: list-item;
    list-style: disc;
}*/


/*Added for Product hero bullets and Numbers*/

.rmProd-product-hero .product-details ul:not(.product-details-buttons):not(.list-inline) li {
    padding: 0 0 25px;
    padding: 0 0 1.5rem;
    display: list-item;
    list-style: disc;
}

.rmProd-product-hero .product-details ol {
    padding: 0;
}

.rmProd-product-hero .product-details ol:not(.product-details-buttons) li {
    padding: 0 0 25px;
    padding: 0 0 1.5rem;
    display: list-item;
}

.rmProd-product-hero .product-details .product-details-buttons {
    margin: 0;
}

.rmProd-product-hero .product-details .product-details-buttons > li .btn {
    font-size: 16px;
    font-size: 1.6rem;
    border-width: 2px;
}

.rmProd-product-hero .hero-mask-selector {
    text-align: left;
}

.rmProd-product-hero .hero-mask-selector h4 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #424243;
    font-weight: 400;
}

@media (min-width: 992px) {
    .rmProd-product-hero .hero-mask-selector h4 {
        marign-top: -15px;
        margin-top: -1.5rem;
    }
}

.rmProd-product-hero .hero-mask-selector .list-inline {
    margin-bottom: 0;
    display: inline-block;
}

.rmProd-product-hero .hero-mask-selector .list-inline > li img {
    box-sizing: content-box;
    width: 32px;
    height: 32px;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 32px;
    border-radius: 3.2rem;
    border: 3px solid #dedee1;
    cursor: pointer;
}

.rmProd-product-hero .hero-mask-selector .list-inline > li img:hover,
.rmProd-product-hero .hero-mask-selector .list-inline > li img:focus,
.rmProd-product-hero .hero-mask-selector .list-inline > li img:active {
    border-color: #d7d7db;
}

@media (min-width: 768px) {
    .rmProd-product-hero .product-details .product-details-heading {
        float: right;
    }
    .rmProd-product-hero .hero-mask-model {
        height: 100%;
    }
    .rmProd-product-hero .hero-mask-model .hero-mask-selector {
        position: absolute;
        bottom: 0;
        left: 15px;
        left: 1.5rem;
    }
}

@media (min-width: 992px) {
    .rmProd-product-hero .product-details .product-details-buttons > li {
        padding: 0 15px;
        padding: 0 1.5rem;
    }
    .rmProd-product-hero .product-details .product-details-buttons > li:first-child {
        padding-left: 0;
    }
    .rmProd-product-hero .product-details .product-details-buttons > li:last-child {
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .rmProd-product-hero .product-thumbnails > li {
        padding: 0 0.75rem;
    }
    .rmProd-product-hero .product-thumbnails > li > .product-thumbnail {
        width: auto;
    }
    .rmProd-product-hero .product-thumbnails > li > .product-thumbnail > .product-thumbnail-image {
        width: 70px;
        width: 7rem;
        border-radius: 70px;
        border-radius: 7rem;
        border-width: 2px;
        padding: 2.5px;
        padding: 0.25rem;
    }
    .rmProd-product-hero .product-thumbnails > li.active > .product-thumbnail > .product-thumbnail-image:after {
        bottom: -15px;
        bottom: -1.5rem;
    }
    .rmProd-product-hero .product-details {
        padding-top: 30px;
        padding-top: 3rem;
        padding-bottom: 40px;
        padding-bottom: 4rem;
    }
    .rmProd-product-hero .product-details > .row {
        height: auto !important;
    }
    .rmProd-product-hero .product-details .product-details-heading .product-details-title {
        padding-left: 60px;
        padding-left: 6rem;
    }
    .rmProd-product-hero .product-details .product-details-heading .product-details-title .resicon {
        font-size: 60px;
        font-size: 6rem;
    }
    .rmProd-product-hero .product-details .product-details-heading .product-details-title h1 {
        margin-top: -5px;
        margin-top: -0.5rem;
        padding-left: 15px;
        padding-left: 1.5rem;
        /*color: @brand-pulse-blue; Since its not clickablec olor is removed by Lnt*/
    }
    .rmProd-product-hero .product-details .product-details-heading .product-details-title h1 small {
        color: #424243;
    }
    .rmProd-product-hero .product-details .product-details-buttons > li {
        width: 100%;
        padding: 0;
        padding-bottom: 15px;
        padding-bottom: 1.5rem;
    }
    .rmProd-product-hero .product-details .product-details-buttons > li .btn {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .rmProd-product-hero .product-details .product-details-buttons > li:last-child {
        padding: 0;
    }
    .rmProd-product-hero .product-details .hero-mask-selector {
        position: relative;
        padding-bottom: 30px;
        padding-bottom: 3rem;
        margin-bottom: 30px;
        margin-bottom: 3rem;
        border-bottom: 1px solid #d7d8d8;
    }
    .rmProd-product-hero .product-details .hero-mask-selector .btn {
        position: relative;
        /* absolute has been replaced by relative*/
        /*right: 0; following code has been removed for alignment issue in mobile
        bottom: 30px;
        bottom: 3rem;*/
        border-width: 2px;
    }
}

.rmProd-video-hero {
    overflow: hidden;
    background-size: cover;
    background-position: bottom center;
    /* ========== desktop styles ===================
    ================================================ */
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-video-hero .video-hero-content h1 {
    margin: -7.5px 0 15px;
    margin: -0.75rem 0 1.5rem;
}

.rmProd-video-hero .video-hero-content .series-mask-images > li {
    max-width: 25%;
    padding: 0;
}

.rmProd-video-hero .video-hero-content .series-mask-images > li > a {
    outline: 0;
}

.rmProd-video-hero .video-hero-content h2 sup {
    font-size: 50%;
}

.rmProd-video-hero .bc-player-HJcMVCLf_default .vjs-tech {
    background: transparent !important;
}

@media (min-width: 768px) {
    .rmProd-video-hero {
        height: 600px;
        height: 60rem;
        padding: 60px 0;
        padding: 6rem 0;
        position: relative;
        background-repeat: repeat-x;
    }
    .rmProd-video-hero .video-hero-content h2 {
        margin-bottom: 75px;
        margin-bottom: 7.5rem;
    }
    .rmProd-video-hero .video-container {
        width: 1240px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -620px;
        z-index: 0;
        /*.video-js.bc-player-HJcMVCLf_default{
                background-color: transparent;
              }*/
    }
    .rmProd-video-hero .video-container .video-js {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: auto;
        padding-top: 56.25%;
        /*Video height for Hero videos by L&T*/
    }
    .rmProd-video-hero .video-container .video-js.bc-player-HJcMVCLf_default {
        background-color: transparent;
    }
    .rmProd-video-hero .video-container .video-js > div {
        display: none !important;
    }
    .rmProd-video-hero .video-container .video-js .vjs-tech {
        /*height: auto !important;*/
    }
    .rmProd-video-hero .video-hero-content {
        position: relative;
        z-index: 10;
    }
}

@media (max-width: 767px) {
    .rmProd-video-hero {
        padding: 30px 0 60px;
        padding: 3rem 0 6rem;
        background-size: cover;
    }
    .rmProd-video-hero .video-hero-content h1 {
        margin: -5px 0 30px;
        margin: -0.5rem 0 3rem;
    }
    .rmProd-video-hero .video-hero-content h2 {
        font-size: 25px;
        font-size: 2.5rem;
        margin-bottom: 45px;
        margin-bottom: 4.5rem;
    }
}

@media (max-width: 767px) {
    .rmProd-video-hero .video-container {
        display: none !important;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .ie-bg-color .bc-player-HJcMVCLf_default .vjs-tech {
        top: -50px;
    }
    .ie-feapromo-bg .bc-player-HJcMVCLf_default,
    .ie-feapromo-bg .bc-player-HJcMVCLf_default .vjs-tech {
        background-color: transparent;
    }
    /*.ie-feapromo-bg .bc-player-HJcMVCLf_default .vjs-tech{
          height: auto;
      }*/
}


/*360 degree Rotaing image code*/

.rotatingimg-cont {
    position: relative;
    margin-top: -10%;
}

.rmProd-view-360 {
    padding: 60px 0 40px;
    padding: 6rem 0 4rem;
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-view-360 .view-360 {
    position: relative;
    text-align: center;
    margin: 0 16.66666667%;
    padding: 0 15px;
    padding: 0 1.5rem;
    cursor: ew-resize;
}

.rmProd-view-360 .view-360 img {
    display: inline-block;
    width: 100%;
    max-width: 800px;
    max-width: 80rem;
    height: auto;
}

.rmProd-view-360 .view-360 img.rotate-left {
    left: 0;
    width: auto;
    max-width: auto;
    height: auto;
}

.rmProd-view-360 .view-360 img.rotate-right {
    right: 0;
    width: auto;
    max-width: auto;
    height: auto;
}

.rmProd-view-360 .view-360 .fa,
.rmProd-view-360 .view-360 .resicon {
    cursor: pointer;
    position: absolute;
    font-size: 120px;
    font-size: 12rem;
    top: 50%;
    margin-top: -15px;
    margin-top: -1.5rem;
    color: #25aae1;
    z-index: 1;
}

.rmProd-view-360 .view-360 .fa.resicon-rotate-left,
.rmProd-view-360 .view-360 .resicon.resicon-rotate-left {
    left: -30px;
    text-align: left;
}

.rmProd-view-360 .view-360 .fa.resicon-rotate-right,
.rmProd-view-360 .view-360 .resicon.resicon-rotate-right {
    right: -30px;
    text-align: right;
}

.rmProd-view-360 .view-360 .fa:hover,
.rmProd-view-360 .view-360 .resicon:hover,
.rmProd-view-360 .view-360 .fa:focus,
.rmProd-view-360 .view-360 .resicon:focus,
.rmProd-view-360 .view-360 .fa:active,
.rmProd-view-360 .view-360 .resicon:active {
    color: #3bb3e4;
}

@media (max-width: 767px) {
    .rmProd-view-360 {
        padding: 30px 0;
        padding: 3rem 0;
    }
    .rmProd-view-360 .view-360 {
        margin: 0;
        padding: 0;
    }
    .rmProd-view-360 .view-360 img.rotate-left {
        width: 25%;
    }
    .rmProd-view-360 .view-360 img.rotate-right {
        width: 25%;
    }
    .rmProd-view-360 .view-360 .fa,
    .rmProd-view-360 .view-360 .resicon {
        font-size: 60px;
        font-size: 6rem;
        width: 33.333%;
        text-align: center;
    }
    .rmProd-view-360 .view-360 .fa.resicon-rotate-left,
    .rmProd-view-360 .view-360 .resicon.resicon-rotate-left {
        left: 0;
    }
    .rmProd-view-360 .view-360 .fa.resicon-rotate-right,
    .rmProd-view-360 .view-360 .resicon.resicon-rotate-right {
        right: 0;
    }
}

.contact-us {
    padding: 30px 0;
    padding: 3rem 0;
    border-top: 1px solid #d7d8d8;
    /* ========== mobile styles ====================
    ================================================ */
}

.contact-us h4 {
    color: #000000;
    margin: 0;
    line-height: 1.42857143;
}

.contact-us h4 small {
    color: #424243;
    font-weight: 300;
}

@media (max-width: 767px) {
    .contact-us {
        padding: 20px 0;
        padding: 2rem 0;
    }
}

.about-us-summary {
    padding: 60px 0 50px;
    padding: 6rem 0 5rem;
    background-color: #1788c3;
    color: #fff;
    /* ========== mobile styles ====================
    ================================================ */
}

.about-us-summary h3 {
    color: inherit;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.about-us-summary .fa,
.about-us-summary .resicon {
    width: 80px;
    width: 8rem;
    height: 80px;
    height: 8rem;
    border-radius: 80px;
    border-radius: 8rem;
    line-height: 80px;
    line-height: 8rem;
    text-align: center;
    background-color: #fff;
    color: #1788c3;
    margin-bottom: 7.5px;
    margin-bottom: 0.75rem;
}

.about-us-summary .fa:before,
.about-us-summary .resicon:before {
    font-size: 60px;
    font-size: 6rem;
}

.about-us-summary h5 {
    font-weight: 300;
    margin: 0;
}

@media (max-width: 767px) {
    .about-us-summary {
        padding: 30px 0 20px;
        padding: 3rem 0 2rem;
    }
    .about-us-summary .container [class*="col-"] {
        text-align: left;
    }
    .about-us-summary .container [class*="col-"] .fa,
    .about-us-summary .container [class*="col-"] .resicon {
        position: absolute;
        left: 15px;
        left: 1.5rem;
        top: 0;
        width: 60px;
        width: 6rem;
        height: 60px;
        height: 6rem;
        border-radius: 60px;
        border-radius: 6rem;
        line-height: 60px;
        line-height: 6rem;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
    .about-us-summary .container [class*="col-"] .fa:before,
    .about-us-summary .container [class*="col-"] .resicon:before {
        font-size: 45px;
        font-size: 4.5rem;
    }
    .about-us-summary .container [class*="col-"] h5 {
        font-size: 20px;
        font-size: 2rem;
        min-height: 60px;
        min-height: 6rem;
        margin-bottom: 30px;
        margin-bottom: 3rem;
        vertical-align: middle;
        padding-left: 75px;
        padding-left: 7.5rem;
    }
}

.rmProd-mask-selector-promo {
    position: relative;
    background-color: #424243;
    color: #fff;
    height: 300px;
    height: 30rem;
    overflow: hidden;
    /* ========== tablet styles ====================
    ================================================ */
    /* ========== desktop styles ===================
    ================================================ */
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-mask-selector-promo h3 {
    color: inherit;
    margin: 30px 0 15px;
    margin: 3rem 0 1.5rem;
}

.rmProd-mask-selector-promo > .container {
    height: 100%;
}

.rmProd-mask-selector-promo > .container > .row {
    height: 100%;
}

.rmProd-mask-selector-promo > .container > .row [class*="col-"] {
    height: 100%;
}

.rmProd-mask-selector-promo > .container > .row [class*="col-"] .btn {
    position: absolute;
    width: auto;
    bottom: 30px;
    bottom: 3rem;
    left: 15px;
    left: 1.5rem;
    right: 15px;
    right: 1.5rem;
    z-index: 1;
}

.rmProd-mask-selector-promo > .container .mask-selector-promo-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
}

@media (min-width: 768px) {
    .rmProd-mask-selector-promo h3 {
        margin-top: 60px;
        margin-top: 6rem;
    }
    .rmProd-mask-selector-promo > .container .mask-selector-promo-img.left-img {
        left: -90px;
        left: -9rem;
    }
    .rmProd-mask-selector-promo > .container .mask-selector-promo-img.right-img {
        right: -90px;
        right: -9rem;
    }
}

@media (min-width: 992px) {
    .rmProd-mask-selector-promo > .container {
        position: relative;
    }
    .rmProd-mask-selector-promo > .container .mask-selector-promo-img.left-img {
        left: 15px;
        left: 1.5rem;
    }
    .rmProd-mask-selector-promo > .container .mask-selector-promo-img.right-img {
        right: 15px;
        right: 1.5rem;
    }
}

@media (max-width: 767px) {
    .rmProd-mask-selector-promo {
        overflow: hidden;
    }
    .rmProd-mask-selector-promo h3 {
        position: absolute;
        top: 30px;
        top: 3rem;
        left: 15px;
        left: 1.5rem;
        text-align: left;
        right: 175px;
        right: 17.5rem;
        margin: 0;
    }
    .rmProd-mask-selector-promo > .container .mask-selector-promo-img.right-img {
        right: -100px;
        right: -10rem;
    }
}

.rmProd-cross-promotion {
    padding: 60px 0 40px;
    padding: 6rem 0 4rem;
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-cross-promotion h2 {
    border-bottom: 1px solid #f2f2f3;
    line-height: 0.75em;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.rmProd-cross-promotion .cross-promotion-product-title {
    position: relative;
    display: inline-block;
    line-height: 1em;
    padding-left: 80px;
    padding-left: 8rem;
    margin-left: -80px;
    margin-left: -8rem;
}

.rmProd-cross-promotion .cross-promotion-product-title > .fa,
.rmProd-cross-promotion .cross-promotion-product-title .resicon {
    color: #424243;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -22.5px;
    margin-top: -2.25rem;
    font-size: 50px;
    font-size: 5rem;
}

.rmProd-cross-promotion .cross-promotion-product-title > .product-title-text {
    text-align: left;
    font-size: 30px;
    font-family: "Cern", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.rmProd-cross-promotion .cross-promotion-product-title > .product-title-text:hover,
.rmProd-cross-promotion .cross-promotion-product-title > .product-title-text:focus,
.rmProd-cross-promotion .cross-promotion-product-title > .product-title-text:active {
    text-decoration: none;
}

.rmProd-cross-promotion .cross-promotion-product-title > .product-title-text > .arw-maxwid {
    max-width: 20px;
    margin-top: -5px;
    margin-left: 9px;
}

.rmProd-cross-promotion .cross-promotion-image {
    text-align: right;
}

.rmProd-cross-promotion .cross-promotion-list ul {
    font-weight: 300;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-left: 2rem;
}

.rmProd-cross-promotion .cross-promotion-list ul > li {
    padding-bottom: 7.5px;
    padding-bottom: 0.75rem;
    display: list-item;
    list-style: disc;
    line-height: 1.42857143;
}

.rmProd-cross-promotion .cross-promotion-list ul > li:last-child {
    padding-bottom: 0;
}


/*Code added for column even height*/

@media (min-width: 768px) {
    .rmProd-product-comparison .box-aligncenter .row,
    .rmProd-product-comparison .row {
        display: flex;
        align-items: initial;
        justify-content: center;
        overflow: hidden;
    }
    .rmProd-product-comparison .row [class*="product-column"] {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }
    .rmProd-product-comparison .row {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .rmProd-cross-promotion {
        padding: 30px 0;
        padding: 3rem 0;
    }
    .rmProd-cross-promotion h2 {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .rmProd-cross-promotion .cross-promotion-product-title {
        padding-left: 65px;
        padding-left: 6.5rem;
        margin-left: 0;
    }
    .rmProd-cross-promotion .cross-promotion-product-title > .product-title-text > .arw-maxwid {
        max-width: 20px;
    }
    .rmProd-cross-promotion .cross-promotion-image {
        text-align: center;
    }
}

.rmProd-product-comparison {
    padding: 60px 0 40px;
    padding: 6rem 0 4rem;
    background-color: #f2f2f3;
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-product-comparison h2 {
    margin: -7.5px 0 40px;
    margin: -0.75rem 0 4rem;
}

.rmProd-product-comparison h2 small {
    font-size: 50%;
}

.rmProd-product-comparison .box-aligncenter {
    text-align: center;
}

.rmProd-product-comparison .product-column {
    margin-bottom: 10px;
}


/*.rmProd-product-comparison .box-aligncenter .product-column {
    float: none;
    display: inline-block;
    margin: 0 auto;
} Code removed for center alignment with new implementation*/

@media (min-width: 768px) and (max-width: 991px) {
    .rmProd-product-comparison .box-aligncenter .product-column {
        width: 49%;
    }
}

.rmProd-product-comparison .row {
    overflow: hidden;
}


/*.rmProd-product-comparison .row > [class*="col-"] {
    height: 100%;
} Code removed for center alignment with new implementation*/

.rmProd-product-comparison .panel-default {
    color: #424243;
    display: block;
    text-align: left;
    border-color: #fff;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-transition: border 0.25s ease-out;
    -moz-transition: border 0.25s ease-out;
    -o-transition: border 0.25s ease-out;
    transition: border 0.25s ease-out;
    text-decoration: none;
    height: 100%;
    overflow: hidden;
}

.rmProd-product-comparison .panel-default .panel-heading {
    background-color: #fff;
    border: 0;
    padding: 20px 15px 15px 65px;
    padding: 2rem 0.5rem 1.5rem 6.5rem;
    position: relative;
}

.rmProd-product-comparison .panel-default .panel-heading .fa,
.rmProd-product-comparison .panel-default .panel-heading .resicon {
    position: absolute;
    top: 30px;
    top: 2rem;
    left: 15px;
    left: 1.5rem;
    font-size: 50px;
    font-size: 5rem;
    display: inline-block;
    vertical-align: middle;
    color: #424243;
}

.rmProd-product-comparison .panel-default .panel-heading h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    font-size: 2.5rem;
    color: #1788c3;
    line-height: 1em;
    margin: 0;
    padding-left: 7.5px;
    padding-left: 0.75rem;
}

.rmProd-product-comparison .panel-default .panel-heading h3 .arw-maxwid {
    max-width: 20px;
    margin-top: -5px;
}

.rmProd-product-comparison .panel-default .panel-heading h3 .active-arw {
    display: none;
}

.rmProd-product-comparison .panel-default .panel-body {
    background-color: #fff;
}

.rmProd-product-comparison .panel-default .panel-body img {
    display: inline-block;
    min-height: 230px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rmProd-product-comparison .panel-default .panel-body img {
        min-height: 180px;
    }
}

.rmProd-product-comparison .panel-default .panel-footer {
    background-color: #fff;
    border: 0;
}

.rmProd-product-comparison .panel-default .panel-footer ul {
    font-weight: 300;
    padding: 0;
    padding-left: 20px;
    padding-left: 2rem;
    margin: 0;
}

.rmProd-product-comparison .panel-default .panel-footer ul > li {
    padding-bottom: 7.5px;
    padding-bottom: 0.75rem;
    display: list-item;
    list-style: disc;
}

.rmProd-product-comparison .panel-default:hover,
.rmProd-product-comparison .panel-default:focus,
.rmProd-product-comparison .panel-default:active {
    text-decoration: none;
    cursor: pointer;
    border-color: #d7d8d8;
}

.rmProd-product-comparison .panel-default.active {
    border-color: #424243;
    position: relative;
    z-index: 0;
}

.rmProd-product-comparison .panel-default.active .panel-heading h3 {
    color: #000000;
}

.rmProd-product-comparison .panel-default.active .panel-heading h3 .mobile-link-arrow {
    display: none;
}

.rmProd-product-comparison .panel-default.active .panel-heading h3 .nonactive-arw {
    display: none;
}

.rmProd-product-comparison .panel-default.active .panel-heading h3 .active-arw {
    display: inline-block;
}

.rmProd-product-comparison .panel-default.active:before {
    display: block;
    content: 'Currently viewing';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #f2f2f3;
    color: #424243;
    border-bottom: 1px solid #424243;
    font-weight: 300;
    line-height: 30px;
    line-height: 3rem;
    z-index: 1;
}

.rmProd-product-comparison .panel-default.active:hover,
.rmProd-product-comparison .panel-default.active:focus,
.rmProd-product-comparison .panel-default.active:active {
    border-color: #000000;
}

@media (max-width: 767px) {
    .rmProd-product-comparison {
        padding: 30px 0 0;
        padding: 3rem 0 0;
    }
    .rmProd-product-comparison .row {
        height: auto !important;
    }
    .rmProd-product-comparison .row > [class*="col-"] {
        height: auto;
    }
    .rmProd-product-comparison h2 {
        margin-top: -5px;
        margin-top: -0.5rem;
    }
    .rmProd-product-comparison .panel-default {
        margin-bottom: 15px;
        margin-bottom: 1.5rem;
    }
    .rmProd-product-comparison .panel-default .panel-heading h3 {
        height: auto !important;
    }
    .rmProd-product-comparison .panel-default .panel-heading h3 .arw-maxwid {
        max-width: 20px;
    }
    .rmProd-cross-promotion .cross-promotion-product-title > .product-title-text {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

.rmProd-replenishment {
    padding: 40px 0;
    padding: 4rem 0;
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-replenishment h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1em;
    text-align: center;
}

.rmProd-replenishment h2 small {
    font-size: 65%;
    margin-top: 10px;
}

.rmProd-replenishment h3 {
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #424243;
    color: #fff;
    margin: 0;
    padding: 15px;
    padding: 1.5rem;
    line-height: 30px;
    line-height: 3rem;
    text-align: center;
}

.rmProd-replenishment .replenishment-item {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding: 15px;
    padding: 1.5rem;
    background-color: #f6f7f7;
    position: relative;
}

.rmProd-replenishment .replenishment-item img {
    display: inline-block;
    width: 100%;
}

.rmProd-replenishment .replenishment-item .replenishment-text-col {
    position: static;
}

.rmProd-replenishment .replenishment-item .replenishment-text-col h4 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    margin-left: -15px;
    margin-left: -1.5rem;
    padding-right: 15px;
    padding-right: 1.5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rmProd-replenishment p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    font-weight: 400;
}

@media (max-width: 767px) {
    .rmProd-replenishment {
        padding: 0;
    }
    .rmProd-replenishment h2 {
        font-size: 25px;
        font-size: 2.5rem;
        text-align: left;
    }
    .rmProd-replenishment h2 small.replenish-subtitle {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 15px;
        margin-bottom: 1.5rem;
        line-height: 1.42857143;
    }
}

.rmProd-search-form {
    background: none;
    /* ========== desktop styles ====================
    ================================================ */
    /* ========== mobile styles ====================
    ================================================ */
}

.rmProd-search-form .modal-dialog {
    background-color: #f2f2f3;
    margin: 140px auto 0;
    margin-top: 14rem;
    width: 100%;
    height: 100%;
}

.rmProd-search-form .modal-dialog .modal-content {
    box-shadow: none;
    border-radius: 0;
    background-color: #f2f2f3;
    border: 0;
}

.rmProd-search-form .modal-dialog .modal-content .modal-body {
    padding-left: 0;
    padding-right: 0;
}

.rmProd-search-form .modal-dialog .modal-content .modal-body .modal-form .btn-search {
    position: absolute;
    top: 15px;
    top: 1.5rem;
    bottom: 15px;
    bottom: 1.5rem;
    text-align: center;
}

.rmProd-search-form .modal-dialog .modal-content .modal-body .modal-form .btn-search .resicon {
    position: absolute;
    top: 50%;
}

.rmProd-search-form .modal-dialog .modal-content .modal-body .modal-form .btn-search:hover,
.rmProd-search-form .modal-dialog .modal-content .modal-body .modal-form .btn-search:focus,
.rmProd-search-form .modal-dialog .modal-content .modal-body .modal-form .btn-search:active {
    color: #1788c3;
}

.rmProd-search-form .modal-dialog .modal-content .modal-body .btn-close-search-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.rmProd-search-form .modal-dialog .modal-content .modal-body .btn-close-search-modal:hover,
.rmProd-search-form .modal-dialog .modal-content .modal-body .btn-close-search-modal:focus,
.rmProd-search-form .modal-dialog .modal-content .modal-body .btn-close-search-modal:active {
    color: #1788c3;
}

@media (min-width: 768px) {
    .rmProd-search-form .modal-dialog .modal-content .modal-form {
        padding-right: 45px;
        padding-right: 4.5rem;
    }
    .rmProd-search-form .modal-dialog .modal-content .modal-form .search-input {
        font-size: 30px;
        font-size: 3rem;
        height: 75px;
        height: 7.5rem;
        line-height: 1em;
    }
    .rmProd-search-form .modal-dialog .modal-content .modal-form .btn-search {
        font-size: 30px;
        font-size: 3rem;
        line-height: 75px;
        line-height: 0.75rem;
        width: 45px;
        width: 4.5rem;
        right: 45px;
        right: 4.5rem;
    }
    .rmProd-search-form .modal-dialog .modal-content .modal-form .btn-search .resicon {
        margin-top: -15px;
        margin-top: -1.5rem;
        right: 15px;
        right: 1.5rem;
    }
    .rmProd-search-form .modal-dialog .modal-content .btn-close-search-modal {
        font-size: 45px;
        font-size: 4.5rem;
    }
}

@media (max-width: 767px) {
    .rmProd-search-form .modal-dialog {
        margin-top: 65px;
        margin-top: 6.5rem;
    }
    .rmProd-search-form .modal-dialog .modal-content .modal-form {
        padding-right: 30px;
        padding-right: 3rem;
    }
    .rmProd-search-form .modal-dialog .modal-content .modal-form .search-input {
        font-size: 20px;
        font-size: 2rem;
        height: 45px;
        height: 4.5rem;
    }
    .rmProd-search-form .modal-dialog .modal-content .modal-form .btn-search {
        font-size: 20px;
        font-size: 2rem;
        line-height: 45px;
        line-height: 4.5rem;
        width: 30px;
        width: 3rem;
        right: 30px;
        right: 3rem;
    }
    .rmProd-search-form .modal-dialog .modal-content .modal-form .btn-search .resicon {
        margin-top: -10px;
        margin-top: -1rem;
        right: 7.5px;
        right: 0.75rem;
    }
    .rmProd-search-form .modal-dialog .modal-content .btn-close-search-modal {
        font-size: 30px;
        font-size: 3rem;
    }
}

.ref-title {
    padding-top: 40px;
    padding-top: 4rem;
    text-align: center;
    border-top: 1px solid #d7d8d8;
}


/*Legal Information Reference component*/

.container.references ol {
    margin: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-left: 1.5rem;
    font-size: 14px;
    line-height: 2.075;
}

.container.references ol li.legal-info {
    margin-top: 30px;
    list-style: none;
    margin-left: -15px;
    border-top: 1px solid #d7d8d8;
}


/*General Information Support reference component for videos*/

.reference .cq-dd-paragraph .container .suppot-generalins {
    width: 57%;
    float: right;
    margin: 30px 0;
}

.reference .cq-dd-paragraph .container .suppot-generalins p {
    font-style: italic;
}

@media (max-width: 767px) {
    .reference .cq-dd-paragraph .container .suppot-generalins {
        width: 100%;
        float: none;
        margin-top: 0;
    }
}

.infoGraphic h1 {
    font-size: 5rem;
    text-align: center;
}

.infoGraphic h1,
.infoGraphic h2,
.infoGraphic h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.infoGraphic li {
    list-style: none;
}

.infoGraphic ul,
.infoGraphic ol {
    margin-top: 0px;
    margin-bottom: 10px;
}

.infoGraphic.parbase.baseComponent.section {
    width: 100%;
    display: inline-block;
}

.common-cont {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.common-cont {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    text-align: center;
}

.common-cont ul {
    padding: 0px;
    margin: 0;
}

.common-cont li {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
    min-height: 300px;
    margin-bottom: 20px;
    float: left;
}

.common-cont h2 {
    text-align: left;
}

.loader {
    margin-left: 2%;
    margin-right: 2%;
    min-height: 220px;
    float: left;
    width: 46% !important;
}

.loader-content {
    float: right;
    width: 50%;
    text-align: left;
}


/*Single Loader styles*/

.common-cont li.oneloader-cont {
    width: 100%;
}

.common-cont li.oneloader-cont h2 {
    width: 50%;
}

.common-cont li.oneloader-cont .loader {
    width: 50% !important;
    margin-top: -100px;
    float: left;
    margin: 0 auto;
}

.common-cont li.oneloader-cont .loader .canvas-container {
    margin-top: -100px;
}


/*Loader styles*/

.canvas-wrap {
    transform: rotate(178deg);
    max-width: 250px;
    max-height: 250px;
    width: 100%;
    height: 100%;
}

.canvas-container {
    margin: 0 auto;
}

.percent-val {
    font-size: 8rem;
}

.sup {
    vertical-align: super;
    font-size: 35px;
}

.common-cont li:nth-child(2) h2,
.common-cont li:nth-child(4) h2,
.common-cont li.txt-algn-center h2 {
    margin-left: 49%;
}


/*Common Class*/

.float-lft {
    float: left;
}

.txt-algn-center {
    display: table;
    margin: 0 auto;
    float: none !important;
}


/*Media Queries Start Here*/

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .canvas-container {
        width: 200px !important;
        height: 200px !important;
        margin: 0 auto;
    }
    .percent-val {
        font-size: 7rem;
    }
}

@media only screen and (max-width: 1023px) {
    .common-cont li,
    .common-cont li.oneloader-cont {
        width: 100% !important;
        padding: 0;
        min-height: 280px;
    }
    .common-cont li h2 {
        margin-left: 50%;
    }
    .float-lft {
        float: right;
    }
    .loader {
        float: none;
        width: 85% !important;
        margin: 0px auto;
    }
    .common-cont li.oneloader-cont {
        min-height: 260px;
    }
    .common-cont li.oneloader-cont .loader .canvas-container {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .common-cont li h2,
    .common-cont li:nth-child(2) h2,
    .common-cont li:nth-child(4) h2,
    .common-cont li.txt-algn-center h2 {
        margin-left: 0px;
    }
    .common-cont li {
        float: none;
        min-height: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .loader-content {
        float: none;
        width: 100%;
        text-align: left;
    }
    .loader {
        max-width: 220px;
        text-align: center;
        width: 100%;
    }
    .common-cont li.oneloader-cont .loader {
        width: 100% !important;
        float: none;
    }
    .common-cont li.oneloader-cont h2 {
        width: 100%;
    }
    .common-cont li.oneloader-cont .loader .canvas-container {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .canvas-container {
        width: 200px !important;
        height: 200px !important;
    }
    .percent-val {
        font-size: 7rem;
    }
    .common-cont li {
        min-height: 400px;
    }
}

@media only screen and (max-width: 380px) {
    .common-cont li {
        min-height: 460px;
    }
}

h3.teaser-title {
       
}

.teaser-content p {
    text-align: left;
    font-size: 16px;
}

.support-resources {
    padding: 40px 0;
    background: #f6f7f7;
}

ul.list-inline.support-resource-items {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    text-align: center;
}

.list-inline > li.support-resource-item {
    float: none;
    text-align: left;
}

.list-inline > li.support-resource-item a {
    color: #000;
    font-weight: bold;
}

.rmProd-replenishment ul.faq__queries__buttons li.cta-buttons-list {
    width: 33%;
}

.support-resources h3 {
    text-align: center;
    margin-bottom: 10px;
}

.support-resources .support-resource-items h5 {
    display: inline-block;
     
    font-size: 20px;
}

.support-resources .support-resource-items h5:hover {
    text-decoration: underline;
}

.support-resources .support-resource-items .fa {
    font-size: 25px;
}


/*.support-resources .toggle-teaser.collapsed{
     display:none!important;
            }*/

.support-featured {
    padding: 40px 0;
    background: #f2f2f3;
}

.rmProd-replenishment h2 {
    margin-bottom: 0;
    line-height: 0.5;
}

.rmProd-replenishment .replacement-text {
    display: inline-block;
}

.rmProd-replenishment .replacement-text p {
    margin: 0;
}

.rmProd-replenishment .faq__queries__buttons {
    padding-bottom: 0;
    margin-bottom: 0;
}

.rmProd-replenishment ul.faq__queries__buttons li.cta-buttons-list {
    width: 27%;
}

.rmProd-replenishment ul.faq__queries__buttons li.cta-buttons-list .button {
    padding: 14px 8px;
    text-decoration: none;
    font-size: 18px;
    height: 50px;
}

.support-featured li .p-align p {
    margin-bottom: 15px;
}

.rmProd-replenishment .asterisk sup {
    font-size: 12px;
}


/*.rich-text {
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}
.rich-text h2{
    text-align:center;
}
.rich-text h2 b {
 font-weight:normal;
}
.rich-text ol {
    line-height: 2.075;
    font-size: 14px;
}*/

.support-therapy-content h3 {
    font-size: 30px;
}

.support-therapy-content h3 small {
    line-height: 21px;
}

i {
    display: inline-block;
}


/*.rmProd-support .rmProd-support-teaser .teaser-title i.toggle-teaser {
    display:none!important;
}*/

.support-therapy-content .teaser-content a {
    font-size: 25px;
    line-height: 27px;
     
}

.support-therapy-content .teaser-content p {
    font-size: 18px;
    color: #424243;
    line-height: 25.71px;
    font-weight: 300;
    margin-bottom: 10px;
}

.rmProd-replenishment h2 {
    line-height: 1;
}

.rmProd-replenishment .replacement-text p {
    margin: 0;
     
    line-height: 22.3px;
}

.rmProd-replenishment ul.faq__queries__buttons li.cta-buttons-list .button {
    padding: 14px 8px;
    text-decoration: none;
    font-size: 18px;
    height: 50px;
     
    font-weight: 300;
}

.rmProd-support .support-tabs .tab-content .tab-pane .videoWalkthrough h3 {
     
}

.rmProd-ecosystem h2 {
    font-size: 45px;
    line-height: 49.5px;
    margin-bottom: 33px;
}

.rmProd-ecosystem p {
       
    margin-bottom: 10px;
    line-height: 25.7143px;
}

.support-video-text .videoWalkthrough p {
       
    font-size: 18px;
    line-height: 24.7143px;
}

.support-video-text .videoWalkthrough p a {
       
}

.support-resources h3 {
    font-size: 30px;
    line-height: 33px;
}

.support-resources h3 small {
       
    font-size: 19.5px;
    line-height: 21.45px;
}

.support-featured h3 {
    font-size: 30px;
    line-height: 33px;
}

.support-featured li p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25.7143px;
       
}

.support-therapy-content h3 {
    font-size: 30px;
    line-height: 33px;
}

.support-therapy-content .teaser-content a {
    font-size: 25px;
    line-height: 27px;
       
}

.support-therapy-content .teaser-content p {
    font-size: 18px;
    color: #424243;
    line-height: 25.71px;
    font-weight: 300;
    margin-bottom: 10px;
       
}

.rmProd-replenishment h2 small {
    font-size: 65%;
    margin-top: 0;
    font-size: 19.5px;
    line-height: 30px;
       
}

.rmProd-replenishment h2 small p {
    font-size: 65%;
    margin-top: 0;
    font-size: 19.5px;
    line-height: 30px;
       
}

.rmProd-replenishment .replacement-text p {
    margin: 0;
       
    font-size: 16px;
    line-height: 22.3px;
}

.rmProd-replenishment ul.faq__queries__buttons li.cta-buttons-list .button {
    font-size: 18px;
    line-height: 20px;
       
    font-weight: normal;
    border: 1px solid #0e5275;
    border-radius: 4px;
}

.rmProd-support .support-accessories h2 {
    margin-bottom: 10px;
}

.support-accessories-content .rich-text p {
    text-align: center;
    font-size: 19.5px;
    line-height: 30px;
       
}

.rmProd-support .support-accessories h3 {
    line-height: 27.5px;
}

.support-accessories-content .teaser-content p {
    font-size: 18px;
    line-height: 25.7143px;
       
}

.support-accessories-content .teaser-content p a {
    font-size: 18px;
    line-height: 25.7143px;
       
}

.italic-text {
    font-style: italic;
    line-height: 25.7143px;
    color: #424243;
    font-size: 18px;
       
}

.support-video-text .videoWalkthrough p {
       
    font-size: 18px;
    line-height: 25.7143px;
    margin-bottom: 5px;
}

.rmProd-ecosystem .ecosystem-images h4 {
       
}

.text .ref-title h2 {
    font-size: 45px;
    line-height: 49.5px;
}

.references li {
       
}

.rmProd-replenishment ul.faq__queries__buttons li.cta-buttons-list {
    width: initial;
}

.rmProd-replenishment ul.faq__queries__buttons li.cta-buttons-list .button {
    padding: 14px 10px;
}

.support-ecosystem {
    clear: both;
}

.rmProd-support .support-resources {
    background-color: #ebebeb;
}

.rmProd-support .support-resources h3 {
    font-size: 38px;
    line-height: 40.66px;
    margin-bottom: 38px;
    color: #000;
}

.rmProd-support .support-resources .content-para-primary {
    color: #000;
       
    font-size: 18px;
    line-height: 24.3px;
    margin: 27px 0;
    text-align: center;
    -webkit-text-stroke-width: 0.15px;
    display: inline-block;
}

.support-resources article.teaser-item {
    text-align: center;
}

.rmProd-support .support-resources .support-resource-items > .support-resource-item,
.helpful-resource-optimization .support-resource-items > .support-resource-item {
    display: inline-block;
}

.rmProd-support .support-resources .support-resource-items > .support-resource-item > a h5,
.helpful-resource-optimization .support-resource-items > .support-resource-item > a h5 {
       
    font-size: 18px;
    line-height: 22.05px;
    margin-bottom: 7px;
    -webkit-text-stroke-width: 0.15px;
    -webkit-text-stroke-color: #000;
    color: #000;
}

.support-resources .support-resource-item a:hover {
    text-decoration: none;
}

.rmProd-support .support-resources .support-resource-items > .support-resource-item > a h5:hover,
.helpful-resource-optimization .support-resource-items > .support-resource-item > a h5:hover {
    text-decoration: none;
    color: #048bd4;
    -webkit-text-stroke-color: #048bd4;
}

.support-resource-item ul.pdf-list li {
    display: table;
    padding: 0 0 0 25px;
}

.support-resource-item ul.pdf-list {
    display: inline-table;
}

.support-resource-item ul.pdf-list li a {
    color: #dd2726;
       
    font-size: 16px;
    line-height: 21.6px;
    margin: 8px 24px 6px 10px;
    display: inline-block;
    font-weight: normal;
    -webkit-text-stroke-width: 0.15px;
    -webkit-text-stroke-color: #dd2726;
}

.support-resources .support-resource-item ul.pdf-list li a:hover {
    text-decoration: underline;
}

.support-resources .full-span-extra {
    display: block;
    text-align: right;
    margin-bottom: 40px;
}

.support-resources .full-span-extra a {
    color: #dd2726;
       
    font-size: 18px;
    line-height: 24.3px;
    text-align: right;
    font-weight: normal;
}

@media only screen and (max-width:767px) {
    .rmProd-support .teaser-item .teaser-content,
    .rmProd-support .support-resources .teaser-item,
    .rmProd-support .teaser-item .teaser-title {
        background-color: #ebebeb;
    }
    .rmProd-support .support-resources .support-resource-items > .support-resource-item,
    .helpful-resource-optimization .support-resource-items > .support-resource-item {
        margin-bottom: 48px;
    }
    .rmProd-support .support-resources .support-resource-items > .support-resource-item:last-child,
    .helpful-resource-optimization .support-resource-items > .support-resource-item:last-child {
        margin-bottom: 0;
    }
    .rmProd-support .teaser-item {
        border-bottom: none;
    }
    .rmProd-support .rmProd-support-teaser {
        padding: 40px 0;
    }
    .rmProd-support .support-resources .teaser-item .teaser-title {
        padding: 15px;
        margin-bottom: 20px;
    }
    .rmProd-support .support-resources .support-resource-items {
        padding: 0 15px;
    }
    .rmProd-support .teaser-item .teaser-content {
        padding: 20px;
    }
    .rmProd-support .support-resources .content-para-primary {
        margin: 0;
    }
    .rmProd-support .support-resources .teaser-item {
        border-bottom: 0;
    }
}

.rmProd-support .support-resources .support-resource-items > .support-resource-item,
.helpful-resource-optimization .support-resource-items > .support-resource-item {
    width: 32%;
    padding-bottom: 25px;
    padding-bottom: 2.5rem;
    vertical-align: top;
}

@media only screen and (max-width:767px) {
    .rmProd-support .support-resources .support-resource-items > .support-resource-item,
    .helpful-resource-optimization .support-resource-items > .support-resource-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .rmProd-support .teaser-item {
        border-bottom: 1px solid #d7d8d8;
    }
    .rmProd-support .rmProd-support-teaser {
        padding: 0;
    }
}

.rmProd-support .teaser-item .teaser-title .toggle-teaser.collapsed {
    background-color: #ebebeb;
}

.rmProd-replenishment ul.faq__queries__buttons li.cta-buttons-list .button {
    padding: 10px 10px;
    max-height: 80px;
    height: initial;
    width: 250px;
    line-height: 31px;
    overflow: hidden;
}

.support-references {
    padding-bottom: 60px;
}

.support-video-text li {
       
    font-weight: normal;
}

.rmProd-support .support-featured {
    margin-top: 0;
}

.teaser-open .collapse {
    display: block !important;
}

.arrow {
    display: none;
}


/*STYLES ADDED BY GSPANN */

.rmProd-support .support-tabs .support-nav > li > a {
    padding: 0px 1.5rem;
    /*Removed top and bottom space*/
}

@media (min-width: 768px) and (max-width: 1024px) {
    .rmProd-support .support-tabs .tab-content {
        clear: both;
    }
    .rmProd-support .support-tabs .support-nav > li > a {
        height: 100%;
        line-height: 1em;
        padding: 1.5rem;
    }
    /*.rmProd-support .support-tabs .support-nav > li{
    width:auto !important;
}*/
    .txtcomp-containerbgtxt {
        padding: 4rem 2rem 0rem !important;
    }
    .rmProd-support .support-tabs .tab-content {
        padding-top: 1rem !important;
    }
    #nav {
        width: auto;
        height: 60px;
        list-style-type: none;
        white-space: nowrap;
        margin-bottom: 30px;
    }
    #nav li {
        display: inline-block;
        word-break: break-all;
        white-space: normal;
        height: 100%;
    }
    .arrow {
        display: block;
        width: 35px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background-color: #cccccc;
        font-weight: bold;
        cursor: pointer;
        position: absolute;
        z-index: 101;
        opacity: 0.5;
    }
    .arrow:hover {
        opacity: 1;
    }
    .arrow:first-of-type {
        left: 0;
    }
    .arrow:nth-of-type(2) {
        right: 0;
    }
    #support_tabs {
        width: calc(100%);
        position: relative;
    }
    .rmProd-support .support-tabs .tab-content {
        padding-top: 0px !important;
    }
    /*.rmProd-support .support-tabs .support-nav > li {
    width: 134px !important; 
}*/
    .MultiCarousel {
        padding: 0;
        width: 100%;
        position: relative;
    }
    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item {
        float: left;
        padding: 0 .5rem;
    }
    .MultiCarousel .leftLst {
        left: 0;
    }
    .MultiCarousel .rightLst {
        right: 0;
    }
    .MultiCarousel .leftLst.over,
    .MultiCarousel .rightLst.over {
        opacity: 0;
        pointer-events: none;
        background: #ccc;
    }
    .support-tabs.catch-navbar {
        position: relative;
        z-index: 9999;
    }
    .support-tabs.catch-navbar .tab-pane {
        margin-top: 50px;
    }
    .support-tabs.catch-navbar .arrow {
        position: fixed;
        top: 0px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .txtcomp-containerbgtxt {
        padding: 4rem 2rem 0rem !important;
    }
    .rmProd-support .support-tabs .tab-content {
        padding-top: 1rem !important;
    }
    /*.rmProd-support .support-tabs .support-nav > li{
    width:33.33% !important;
}*/
    .rmProd-support .support-tabs .support-nav > li > a {
        font-size: 14px;
        padding: 0rem;
    }
}

@media (min-width: 320px) and (max-width: 740px) {
    .footer__buyOnline.footer-2 p {
        margin: 0px;
        padding: 15px 0 0 0;
    }
    .footer__buyOnline.footer-2 img {
        margin-bottom: 10px;
    }
    #nav {
        width: auto;
        height: 60px;
        list-style-type: none;
        white-space: nowrap;
        margin-bottom: 30px;
    }
    #nav li {
        display: inline-block;
        word-break: break-all;
        white-space: normal;
    }
    .arrow {
        display: block;
        width: 35px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background-color: #cccccc;
        font-weight: bold;
        cursor: pointer;
        position: absolute;
        z-index: 101;
        opacity: 0.5;
    }
    .arrow:hover {
        opacity: 1;
    }
    .arrow:first-of-type {
        left: 0;
    }
    .arrow:nth-of-type(2) {
        right: 0;
    }
    #support_tabs {
        width: calc(100%);
        position: relative;
    }
    .rmProd-support .support-tabs .tab-content {
        padding-top: 0px !important;
    }
    /*.rmProd-support .support-tabs .support-nav > li {
    width: 134px !important; 
}*/
    .MultiCarousel {
        padding: 0;
        width: 100%;
        position: relative;
    }
    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item {
        float: left;
        padding: 0.5rem;
    }
    .MultiCarousel .leftLst {
        left: 0;
    }
    .MultiCarousel .rightLst {
        right: 0;
    }
    .MultiCarousel .leftLst.over,
    .MultiCarousel .rightLst.over {
        opacity: 0;
        pointer-events: none;
        background: #ccc;
    }
    .support-tabs.catch-navbar {
        position: relative;
        z-index: 9999;
    }
    .support-tabs.catch-navbar .tab-pane {
        margin-top: 50px;
    }
    .support-tabs.catch-navbar .arrow {
        position: fixed;
        top: 0px;
    }
}

@media (min-width: 1200px) {
    .rmProd-support .support-tabs .support-nav > li {
        width: auto !important;
        margin-left: -4px;
    }
}


/*Support Tab new look and feel only for Brookyln Project*/

.rmProd-support .support-tabs .support-nav.support-nav-grey {
    background-color: #3f4a50;
}

.rmProd-support .support-tabs .support-nav.support-nav-grey > li > a {
    background-color: #3f4a50;
    font-size: 16px;
    font-size: 1.6rem;
}

.rmProd-support .support-tabs .support-nav.support-nav-grey > li.active > a,
.rmProd-support .support-tabs .support-nav.support-nav-grey > li > a:hover,
.rmProd-support .support-tabs .support-nav.support-nav-grey > li > a:focus,
.rmProd-support .support-tabs .support-nav.support-nav-grey > li > a:active {
    background-color: #862471;
}

.rmProd-support .support-tabs .support-nav.support-nav-grey > li.active > a:after {
    color: #862471;
}


/*Brookyln project code Ends*/

@font-face {
    font-family: 'Cern Light';
    src: url("clientlib-all/assets/fonts/cernlight-webfont.eot");
    src: url("clientlib-all/assets/fonts/cernlight-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-all/assets/fonts/cernlight-webfont.woff2") format("woff2"), url("clientlib-all/assets/fonts/cernlight-webfont.woff") format("woff"), url("clientlib-all/assets/fonts/cernlight-webfont.ttf") format("truetype"), url("clientlib-all/assets/fonts/cernlight-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cern Medium';
    src: url("clientlib-all/assets/fonts/cernmed-webfont.eot");
    src: url("clientlib-all/assets/fonts/cernmed-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-all/assets/fonts/cernmed-webfont.woff2") format("woff2"), url("clientlib-all/assets/fonts/cernmed-webfont.woff") format("woff"), url("clientlib-all/assets/fonts/cernmed-webfont.ttf") format("truetype"), url("clientlib-all/assets/fonts/cernmed-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cern Bold';
    src: url("clientlib-all/assets/fonts/cernbold-webfont.eot");
    src: url("clientlib-all/assets/fonts/cernbold-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-all/assets/fonts/cernbold-webfont.woff2") format("woff2"), url("clientlib-all/assets/fonts/cernbold-webfont.woff") format("woff"), url("clientlib-all/assets/fonts/cernbold-webfont.ttf") format("truetype"), url("clientlib-all/assets/fonts/cernbold-webfont.svg") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cern Boldit';
    src: url("clientlib-all/assets/fonts/cernboldit-webfont.eot");
    src: url("clientlib-all/assets/fonts/cernboldit-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-all/assets/fonts/cernboldit-webfont.woff2") format("woff2"), url("clientlib-all/assets/fonts/cernboldit-webfont.woff") format("woff"), url("clientlib-all/assets/fonts/cernboldit-webfont.ttf") format("truetype"), url("clientlib-all/assets/fonts/cernboldit-webfont.svg") format("svg");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Cern Ultralight';
    src: url("clientlib-all/assets/fonts/cernultralight-webfont.eot");
    src: url("clientlib-all/assets/fonts/cernultralight-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-all/assets/fonts/cernultralight-webfont.woff2") format("woff2"), url("clientlib-all/assets/fonts/cernultralight-webfont.woff") format("woff"), url("clientlib-all/assets/fonts/cernultralight-webfont.ttf") format("truetype"), url("clientlib-all/assets/fonts/cernultralight-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*BroadCasr Matter new font file*/

@font-face {
    font-family: 'Broadcast Matter';
    src: url("clientlib-all/assets/fonts/broadcast-matter.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/*New Glyphicon iCons are added here*/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("clientlib-all/assets/fonts/glyphicons-halflings-regular.eot");
    src: url("clientlib-all/assets/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("clientlib-all/assets/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("clientlib-all/assets/fonts/glyphicons-halflings-regular.woff") format("woff"), url("clientlib-all/assets/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("clientlib-all/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*color variables */


/*font variables */


/*Common variables*/


/* Component color variables */


/* Grid variables */

.left-skew {
    position: relative;
}

.left-skew:before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -28px;
    display: block;
    width: 55px;
    background: #fff;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}

.right-skew {
    position: relative;
}

.right-skew:before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -28px;
    display: block;
    width: 55px;
    background: #fff;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-weight: 100;
    font-size: 18px;
    font-size: 1.8rem;
     
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

iframe {
    border: none !important;
}

.top-border {
    border-top: 1px solid #ddd;
}

.bottom-border {
    border-bottom: 1px solid #ddd;
}

.brd-top-grey {
    border-top: 1px solid #d7d8d8;
}

.brd-bottom-grey {
    border-bottom: 1px solid #d7d8d8;
}

.brd-bottom-darrkgrey {
    border-bottom: 1px solid #808080
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: border-box;
}


/*i {
  display: inline-block !important; }*/

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}


/* Global UI LI styles */

ul li {
/**    display: inline-block;**/
    list-style: none;
    font-weight: normal;
}

ol li {
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: 0;
}

.overflow {
    overflow: hidden;
    position: fixed;
}

.hide-overflow {
    overflow: hidden;
}

.input-text {
    font-size: 18px;
    color: #5d5d5d;
    width: 100%;
    height: 40px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding-right: 10px;
}


/*color variables */

/*font variables */

/*Common variables*/

/* Component color variables */

/* Grid variables */

/*Heading Styles*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: 100;
}
h1,
h2,
h3 {
    font-weight: 300;
}
h4,
h5,
h6 {
    font-weight: 400;
     
}
h1 {
    font-size: 50px;
    font-size: 5rem;
    margin: 0 0 30px;
    margin: 0 0 3rem;
    line-height: 54px;
}
@media (min-width: 320px) and (max-width: 767px) {
    h1 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: normal;
    }
}
h2 {
     
    font-size: 45px;
    font-size: 4.5rem;
    margin: 0 0 30px;
    margin: 0 0 3rem;
    line-height: 1.5;
    /*Modifed by LnT for two line text at Rescare*/
}
@media (min-width: 320px) and (max-width: 767px) {
    h2 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.5;
        margin: 0 0 1rem;
    }
}
h3 {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 0 15px;
    margin: 0 0 1.5rem;
    line-height: 1.5;
}
@media (min-width: 320px) and (max-width: 767px) {
    h3 {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.5;
    }
}
h4 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}
@media (min-width: 320px) and (max-width: 767px) {
    h4 {
        font-size: 2.2rem;
        line-height: 1.5;
    }
}
h5 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 2.5px;
    margin-bottom: 0.25rem;
    line-height: 1.5;
}
@media (min-width: 320px) and (max-width: 767px) {
    h5 {
        font-size: 2.0rem;
        line-height: normal;
    }
}
h6 {
     
    font-size: 1.6rem;
}
@media (min-width: 320px) and (max-width: 767px) {
    h6 {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}
h2 small {
    font-size: 75%;
    line-height: 1.5;
}
h3 small {
    font-size: 18px;
    font-size: 1.8rem;
}

/*Content Styles*/
p {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
    p {
        font-size: 18px;
        /*Modified from 20px to 18px as per the guidelines*/
        line-height: 1.5;
    }
}
p.small-content {

    font-size: 12px;
}
.faq-content {

    font-size: 16px;
}
a {
     
    font-size: 18px;
    line-height: 25px;
}
@media (min-width: 320px) and (max-width: 767px) {
    a {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: normal;
    }
}
a.breadcrumb {
       
    font-size: 16px;
}
@media (min-width: 320px) and (max-width: 767px) {
    a.breadcrumb {
        font-size: 14px;
    }
}
a.breadcrumb.active {
       
    font-size: 16px;
}
@media (min-width: 320px) and (max-width: 767px) {
    a.breadcrumb.active {
        font-size: 14px;
    }
}

/*Text Heading*/
.text-red {
    color: #DF2726 !important;
}
.text-blue {
    color: #1788C3 !important;
}
.text-black {
    color: #000000 !important;
}
.text-charcoal {
    color: #5D5D5D !important;
}
.text-light-grey {
    color: #EBEBEB !important;
}
.text-mild-grey {
    color: #ECEBEA !important;
}
.text-soft-grey {
    color: #F6F7F7 !important;
}
.text-white {
    color: #FFFFFF !important;
}

/*Border colors*/
.brd-red {
    border-color: #DF2726 !important;
}
.brd-blue {
    border-color: #1788C3 !important;
}
.brd-black {
    border-color: #000000 !important;
}
.brd-charcoal {
    border-color: #5D5D5D !important;
}
.brd-light-grey {
    border-color: #EBEBEB !important;
}
.brd-mild-grey {
    border-color: #ECEBEA !important;
}
.brd-soft-grey {
    border-color: #F6F7F7 !important;
}
.brd-white {
    border-color: #FFFFFF !important;
}

/* Font Family */
.font-light {
     
}
.font-medium {
       
}
.font-bold {
       
}
.font-boldit {
    font-family: "Cern Boldit";
}
.font-ultralight {
       
}
.font-broadcast {
    font-family: "Broadcast Matter";
    font-size: 1.5em;
}

/* =============================================
Utility Class 
================================================*/

/* ==========================================================================
Font and Text Related Utility Class 
========================================================================== */

/*color variables */

/*font variables */

/*Common variables*/

/* Component color variables */

/* Grid variables */
.dark-grey {
    background: #5d5d5d !important;
}
.light-grey {
    background: #ebebeb !important;
}
.blue {
    background: #1788c3 !important;
}
.white {
    background: #ffffff !important;
}
.black {
    background: #000000 !important;
}
.medium-grey {
    background: #f2f2f3 !important;
}
.charcoal {
    background: #222222 !important;
}
.silver-white {
    background: #f6f6f6 !important;
}
.pink {
    background: #f14959 !important;
}
.white-bgcolor {
    background: #ffffff !important;
}
.black-bgcolor {
    background: #000000 !important;
}

/*Background with opacity*/
.dark-grey-opacity {
    background: rgba(93, 93, 93, 0.6) !important;
}
.light-grey-opacity {
    background: rgba(235, 235, 235, 0.6) !important;
}
.blue-opacity {
    background: rgba(23, 136, 195, 0.6) !important;
}
.white-opacity {
    background: rgba(255, 255, 255, 0.6) !important;
    ;
}
.black-opacity {
    background: rgba(0, 0, 0, 0.6) !important;
}
.medium-grey-opacity {
    background: rgba(242, 242, 243, 0.6) !important;
}
.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
.text-bold {
    font-weight: bold !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-italic {
    font-style: italic !important;
}
.add-underline {
    text-decoration: underline !important;
}
.underline {
    text-decoration: none;
}
.underline:hover {
    text-decoration: underline;
}

/* ==========================================================================
left and right Related Utility Class 
========================================================================== */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.flush-left {
    padding-left: 0;
}
.flush-right {
    padding-right: 0;
}
.float-none {
    float: none !important;
}

/* ==========================================================================
Display and hide Related Utility Class 
========================================================================== */
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.visible {
    visibility: visible;
}

/* ==========================================================================
Position Related Utility Class 
========================================================================== */
.affix {
    position: fixed;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix {
    clear: both;
}

/* ==========================================================================
Margin  Related Utility Class 
========================================================================== */
.m1 {
    margin: 10px;
}
.m1-bottom {
    margin-bottom: 10px;
}
.m1-top {
    margin-top: 10px;
}
.m1-right {
    margin-right: 10px;
}
.m1-left {
    margin-left: 10px;
}
.m2 {
    margin: 20px;
}
.m2-bottom {
    margin-bottom: 20px;
}
.m2-top {
    margin-top: 20px;
}
.m2-right {
    margin-right: 20px;
}
.m2-left {
    margin-left: 20px;
}
.m3 {
    margin: 30px;
}
.m3-bottom {
    margin-bottom: 30px;
}
.m3-top {
    margin-top: 30px;
}
.m3-right {
    margin-right: 30px;
}
.m3-left {
    margin-left: 30px;
}
.m4 {
    margin: 40px;
}
.m4-bottom {
    margin-bottom: 40px;
}
.m4-top {
    margin-top: 40px;
}
.m4-right {
    margin-right: 40px;
}
.m4-left {
    margin-left: 40px;
}
.m5 {
    margin: 50px;
}
.m5-bottom {
    margin-bottom: 50px;
}
.m5-top {
    margin-top: 50px;
}
.m5-right {
    margin-right: 50px;
}
.m5-left {
    margin-left: 50px;
}
.m6 {
    margin: 60px;
}
.m6-bottom {
    margin-bottom: 60px;
}
.m6-top {
    margin-top: 60px;
}
.m6-right {
    margin-right: 60px;
}
.m6-left {
    margin-left: 60px;
}
.m7 {
    margin: 70px;
}
.m7-bottom {
    margin-bottom: 70px;
}
.m7-top {
    margin-top: 70px;
}
.m7-right {
    margin-right: 70px;
}
.m7-left {
    margin-left: 70px;
}
.m8 {
    margin: 80px;
}
.m8-bottom {
    margin-bottom: 80px;
}
.m8-top {
    margin-top: 80px;
}
.m8-right {
    margin-right: 80px;
}
.m8-left {
    margin-left: 80px;
}
.margin-none {
    margin: 0;
}

/* ==========================================================================
Padding  Related Utility Class 
========================================================================== */
.padding-none {
    padding: 0;
}
.p1 {
    padding: 10px;
}
.p1-bottom {
    padding-bottom: 10px;
}
.p1-top {
    padding-top: 10px;
}
.p1-right {
    padding-right: 10px;
}
.p1-left {
    padding-left: 10px;
}
.p2 {
    padding: 20px;
}
.p2-bottom {
    padding-bottom: 20px;
}
.p2-top {
    padding-top: 20px;
}
.p2-right {
    padding-right: 20px;
}
.p2-left {
    padding-left: 20px;
}
.p3 {
    padding: 30px;
}
.p3-bottom {
    padding-bottom: 30px;
}
.p3-top {
    padding-top: 30px;
}
.p3-right {
    padding-right: 30px;
}
.p3-left {
    padding-left: 30px;
}
.p4 {
    padding: 40px;
}
.p4-bottom {
    padding-bottom: 40px;
}
.p4-top {
    padding-top: 40px;
}
.p4-right {
    padding-right: 40px;
}
.p4-left {
    padding-left: 40px;
}
.p5 {
    padding: 50px;
}
.p5-bottom {
    padding-bottom: 50px;
}
.p5-top {
    padding-top: 50px;
}
.p5-right {
    padding-right: 50px;
}
.p5-left {
    padding-left: 50px;
}
.p6 {
    padding: 60px;
}
.p6-bottom {
    padding-bottom: 60px;
}
.p6-top {
    padding-top: 60px;
}
.p6-right {
    padding-right: 60px;
}
.p6-left {
    padding-left: 60px;
}
.p7 {
    padding: 70px;
}
.p7-bottom {
    padding-bottom: 70px;
}
.p7-top {
    padding-top: 70px;
}
.p7-right {
    padding-right: 70px;
}
.p7-left {
    padding-left: 70px;
}
.p8 {
    padding: 80px;
}
.p8-bottom {
    padding-bottom: 80px;
}
.p8-top {
    padding-top: 80px;
}
.p8-right {
    padding-right: 80px;
}
.p8-left {
    padding-left: 80px;
}
@media screen and (max-width: 767px) {
    .visible-sm {
        display: none;
    }
    
    .visible-md {
        display: none;
    }
    
    .visible-lg {
        display: none;
    }
    
    .visible-xs {
        display: block !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .visible-xs {
        display: none;
    }
    
    .visible-md {
        display: none;
    }
    
    .visible-lg {
        display: none;
    }
    
    .visible-sm {
        display: block !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .visible-xs {
        display: none;
    }
    
    .visible-sm {
        display: none;
    }
    
    .visible-lg {
        display: none;
    }
    
    .visible-md {
        display: block !important;
    }
}
@media screen and (min-width: 1200px) {
    .visible-xs {
        display: none;
    }
    
    .visible-sm {
        display: none;
    }
    
    .visible-md {
        display: none;
    }
    
    .visible-lg {
        display: block !important;
    }
}
.hidden-desktop-up {
    display: none;
}
.hidden-ipad-up {
    display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .hidden-ipad-up {
        display: block !important;
    }
}
@media screen and (min-width: 1025px) {
    .hidden-desktop-up {
        display: block !important;
    }
}


/*color variables */

/*font variables */

/*Common variables*/

/* Component color variables */

/* Grid variables */
.noscroll {
    /*Body class for not scrolling on mobile device with overlay*/
    
    overflow: hidden;
}
.header {
    position: relative;
    background-color: #FFFFFF;
    border-bottom: 1px solid #cdcdcd;
}
#megamenu-container {
    left: 0;
}
.header__nav {
    position: static;
}
.header__logo {
    margin: 13px 15px 13px 0;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 99;
}
.header__logo a {
    font-size: 20px;
}
.header__logo a:hover {
    text-decoration: none;
}
@media (min-width: 320px) and (max-width: 767px) {
    .header__logo img {
        width: 100%;
    }
    
    body {
        cursor: pointer;
    }
}
.header .header__nav__search {
    position: static;
    padding: 0;
}
.header__search__list--search {
    border: 1px solid #ddd;
    height: 25px;
    width: 240px;
    padding: 15px 10px;
    border-radius: 0 0 5px 5px;
    padding-left: 30px;
    color: black;
}
.header__search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
}
.header__search__list {
    position: relative;
    box-shadow: 0px 0px 1px 1px #ddd;
}
.header__search__list--icon {
    display: inline-block;
}
.header__search__list--icon:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.93);
    position: absolute;
    right: 10px;
    top: 14px;
}
.header__search__list--dropdown {
    border: 0px solid #ddd;
    height: 35px;
    width: 220px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.93);
    cursor: pointer;
    border-radius: 0 0 2px 2px;
    padding: 15px 10px;
    margin-top: 0px;
    background: #f3f3f3;
}
@media (min-width: 320px) and (max-width: 991px) {
    .header__nav.showNav {
        display: block;
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 990;
        background-color: #FFFFFF;
        width: 100%;
    }
    
    .header__nav.hideNav {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header__nav.showNav {
        top: 100px;
        z-index: 9999;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    .header__nav__container {
        text-align: center;
        width: 100%;
    }
}
@media (min-width: 320px) and (max-width: 543px) {
    .header__nav__icons {
        margin-top: 22%;
    }
}
@media (min-width: 544px) and (max-width: 991px) {
    .header__nav__icons {
        margin-top: 15%;
    }
}
.header__nav__icons span {
    display: inline-block;
}
.header__nav__icons--icon {
    width: 100%;
    height: 25px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .header__nav__icons--icon {
        width: 70%;
    }
}

/*@media (min-width: 768px) and (max-width: 991px) {
    .header__nav__icons--icon {
        width: 75%;
        height: 30px;
    }
}*/
.header__nav__list {
    padding-right: 30px;
}
.header__nav__list.active a {
    color: #1788C3;
       
}
@media (min-width: 320px) and (max-width: 991px) {
    .header__nav__list {
        display: block;
        padding: 10px 2px;
        border-bottom: 1px solid #5D5D5D;
    }
}
.header__nav__list a {
    font-size: 17px;
    color: #000;
       
}
#primary-nav-container {
    margin: 0 auto;
    max-width: 1200px;
    height: 137px;
    position: relative;
}
#primary-nav {
    display: inline-block;
    height: 120px;
    list-style: none;
}
#mobile-primary-nav {
    display: none;
    float: left;
    height: 130px;
    list-style: none;
    margin-left: 130px;
}
#primary-nav li,
#mobile-primary-nav li {
    display: block;
    height: 130px;
    float: left;
}
#primary-nav li a,
#mobile-primary-nav li a {
    color: #fff;
    display: block;
    font-size: 1.6em;
    padding: 3.55em 1.35em;
    position: relative;
}
@media only screen and (min-width: 1100px) and (max-width: 1365px) {
    #primary-nav li a,
    #mobile-primary-nav li a {
        color: #fff;
        display: block;
        font-size: 1.4em;
        padding: 3.55em 1em;
        position: relative;
    }
}
@media only screen and (min-width: 1171px) and (max-width: 1365px) {
    #primary-nav li a,
    #mobile-primary-nav li a {
        color: #fff;
        display: block;
        font-size: 1.4em;
        padding: 4em 1em;
        position: relative;
    }
}
#mobile-primary-nav li a {
    font-size: 2.6em;
    padding: 1.97em .5em;
}
#primary-nav li a .nav-arrow-container,
#mobile-primary-nav li a .nav-arrow-container {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99999;
}
#primary-nav li a .nav-arrow-container .nav-arrow,
#mobile-primary-nav li a .nav-arrow-container .nav-arrow {
    -webkit-border-radius: 21px;
    background: #1788c3;
    border-radius: 21px;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    height: 42px;
    position: relative;
    width: 42px;
}
#primary-nav li a .nav-arrow-container .nav-arrow .icon-child,
#mobile-primary-nav li a .nav-arrow-container .nav-arrow .icon-child {
    top: .6em;
}
#header-container.maps-container #primary-nav,
#header-container.maps-container #primary-nav li {
    height: 60px;
}
#header-container.maps-container #primary-nav li a {
    padding: 1.36em 1.35em;
}
/* #primary-nav li a:hover,
#primary-nav li a.active {
    background: #1788c3;
} */
#primary-nav li a:hover .nav-arrow-container,
#primary-nav li a.active .nav-arrow-container {
    bottom: -15px;
    display: block;
}
#mobile-primary-nav li a:hover,
#mobile-primary-nav li a.active {
    color: #1788c3;
}
#mobile-primarynav-links {
    border-bottom: 1px solid #666;
    margin-bottom: 5em;
}
#mobile-primarynav-links,
#mobile-primarynav-links li {
    list-style: none;
    display: block;
}
.nav-arrow img {
    margin-top: 15px;
}
#mobile-primarynav-links li a {
    border-bottom: 1px solid #434343;
    border-top: 1px solid #666;
    color: #fff;
    display: block;
    font-size: 1.7em;
    line-height: 1.35;
    padding: .75em 1.5em;
}
@media only screen and (max-width: 950px) {
    #site-utility ul.jq-dropdown {
        margin-left: 2em;
    }
    
    #primary-nav li a {
        padding: 3.55em .9em;
    }
}
@media only screen and (max-width: 879px) {
    #mobile-primary-nav {
        display: inline-block;
    }
    
    #mobile-nav-user {
        display: none !important;
    }
}
@media only screen and (max-width: 579px) {
    #mobile-primary-nav {
        float: right;
        margin-right: 0;
    }
    
    #mobile-nav-user,
    #mobile-nav-search {
        display: block !important;
    }
    
    #mobile-primary-nav li a {
        padding: 1.2em .5em;
    }
}
@media only screen and (min-width: 640px) and (max-width: 1023px),
only screen and (min-width: 600px) and (max-device-width: 1280px) and (orientation: portrait) and (min-width: 6in) and (max-width: 10in) {
    #mobile-primary-nav li a {}
}
.global-search span.search-txt {
    padding: .6em 0;
    position: relative;
    width: 178px;
    display: inline-block;
    font-size: 1.4em;
    color: #424243;
    cursor: pointer;
}
.user-utility-item-wrapper {
    display: inline-block;
    position: relative;
    *display: inline;
    *zoom: 1;
}
.login-section {
    background-color: #2a2a2a;
    width: 320px;
    padding: 30px 50px 20px 30px;
    top: 50px;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.4em;
    right: 100px;
    display: none;
    z-index: 230;
}
.login-arrow {
    position: absolute;
    right: 30px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 12px 8px;
    border-color: transparent transparent #2a2a2a transparent;
}
.field-wrapper {
    font-size: 14px;
}
.login-section input {
    width: 100%;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: .5em;
    outline: 0;
    margin-top: 3px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    font-size: 17px;
    color: #000;
}
.login-section .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
}
.close > .icon-circle-2p0 {
    font-size: 20px;
}
.close .icon-circle-2p0 {
    display: inline-block;
    position: absolute;
    text-align: center;
    color: #fff;
    top: 0;
    right: 5px;
    color: #1788c4 !important;
}
.close .icon-circle-2p0 > .icon-interaction-cross {
    position: absolute;
    font-size: .4em;
    margin-top: 0;
    top: 7px;
    right: 6px;
}
.field-wrapper {
    margin-top: 20px;
}
.field-wrapper:first-child {
    margin-top: 0;
}
.link {
    color: #dd2625;
    display: inline-block;
    position: relative;
    *display: inline;
    *zoom: 1;
}
.margin-r10 {
    margin-right: 10px;
}
.link .icon-parent {
    color: #fff;
    font-size: .857em;
}
.login-form .cta-link {
    font-size: 1em;
    width: 45%;
}
.login-form button.cta-link .icon-parent {
    top: .4em;
}
.section-wrapper.one-column .section-component .restricted-content {
    margin-top: 40px;
}
.restricted-content .master-component-div h4 {
    padding: 0 50px 13px 10px;
}
.restricted-content .master-component-div p {
    padding-left: 10px;
}
.restricted-content .login-section {
    top: 0;
    padding: 0 50px 20px 30px;
    z-index: 0;
}
@media only screen and (min-width: 300px) and (max-width: 640px),
only screen and (min-width: 300px) and (max-device-width: 1280px) and (orientation: portrait) and (max-width: 5in) {
    .field-wrapper {
        text-align: left;
    }
    
    .login-section {
        padding: 0;
        width: 100%;
    }
    
    .field-wrapper a.cta-link.primary {
        background: linear-gradient(to bottom, #df2726 0%, #b71918 100%) repeat scroll 0 0 transparent !important;
        border: 0 none;
        border-radius: 4px !important;
        color: #fff !important;
        display: inline-block !important;
        font-size: 1.6em;
        padding: 4% !important;
        position: relative;
        text-align: left;
        width: 92% !important;
    }
    
    .login-section input {
        padding: 4%;
    }
    
    .login-section {
        right: 0;
    }
    
    .restricted-content .login-section {
        padding: 0 !important;
    }
    
    .secured-article .login-section {
        width: 100%;
    }
    
    .section-wrapper.one-column .section-component .restricted-content {
        margin-bottom: 85%;
        margin-top: 0;
    }
    
    .login-form .cta-link {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) and (orientation: portrait),
only screen and (max-width: 1024px) and (orientation: landscape) {
    .close .icon-circle-2p0 > .icon-interaction-cross {
        margin-top: -1.8em;
    }
}
.lte-ie11 .close .icon-circle-2p0 > .icon-interaction-cross {
    margin-top: -1.9em;
}
.login-section .error {
    color: #dd2625;
    display: inline-block;
    margin-top: .5em;
}
#megamenu-container {
    background: #ebebeb;
    display: none;
    position: absolute;
    top: 94%;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 10px 10px -8px #999;
    -moz-box-shadow: 0 10px 10px -8px #999;
    box-shadow: 0 10px 10px -8px #999;
}
#megamenu-container {
    height: auto;
}
#megamenu-container.maps-megamenu,
#search_megamenu.maps-megamenu {
    top: 90px;
}
#mobile-primarynav-container {
    display: none;
}
#primary-pushdown {
    margin: 4em 0;
}
#search_megamenu {
    background: #ebebeb;
    display: none;
    min-height: 500px;
    position: absolute;
    top: 137px;
    width: 100%;
    z-index: 301;
}
#black_overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.93) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.93)), color-stop(100%, rgba(0, 0, 0, 0.93)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.93) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.93) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.93) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.93) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ed000000', endColorstr='#ed000000', GradientType=0);
    left: 0;
    min-height: 500px;
    opacity: 0;
    position: fixed;
    top: 137px;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    -moz-transition: visibility .5s, opacity .5s ease;
    -ms-transition: visibility .5s, opacity .5s ease;
    -o-transition: visibility .5s, opacity .5s ease;
    -webkit-transition: visibility .5s, opacity .5s ease;
    transition: visibility .5s, opacity .5s ease;
}
#black_overlay.visible {
    opacity: 1;
    visibility: visible;
    -moz-transition: visibility .5s, opacity .5s ease;
    -ms-transition: visibility .5s, opacity .5s ease;
    -o-transition: visibility .5s, opacity .5s ease;
    -webkit-transition: visibility .5s, opacity .5s ease;
    transition: visibility .5s, opacity .5s ease;
}
#black_overlay.flexible {
    position: absolute;
}
#black_overlay {
    top: 476px;
    width: 100%;
    height: 4600px;
    position: absolute;
}
#prod-result-sec {
    position: absolute !important;
    top: 496px;
}
#black_overlay .blackCurve {
    position: relative;
    height: 30px !important;
    width: 29.9%;
    margin: auto;
    display: block;
    margin-top: -30px;
    -webkit-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.93) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.93)), color-stop(100%, rgba(0, 0, 0, 0.93)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.93) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.93) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.93) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.93) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ed000000', endColorstr='#ed000000', GradientType=0);
}
#pushdown-nav {
    display: block;
   
    font-size: 10px;
    list-style: none;
    width: 100%;
}
#pushdown-nav li.pushdown-nav-block {
    color: #f0f0f0;
    display: none;
    opacity: 0;
    width: 100%;
}
#pushdown-nav li.pushdown-nav-block.visible {
    display: block;
    opacity: 1;
}
.pushdown-border-wrapper {
    border-bottom: 1px solid #dbdbdb;
    height: 60px;
}
.pushdown-border-wrapper section {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 4%;
}
.pushdown-category-list {
    list-style: none;
    display: block;
    font-size: 10px;
    margin: 0;
    padding: 0;
}
.pushdown-category-list li {
    color: #6d6d6d;
    display: inline-block;
    float: left;
    padding-right: 2%;
    position: relative;
    width: auto;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}
.pushdown-category-list li:hover {
    color: #000;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}
.pushdown-category-list li h4 {
    color: #000;
    display: block;
    font-family: 'CernLight', Helvetica, Arial, serif;
    margin: 0;
    -moz-transition: border .8s ease;
    -ms-transition: border .8s ease;
    -o-transition: border .8s ease;
    -webkit-transition: border .8s ease;
    transition: border .8s ease;
    margin-bottom: -1px;
}
#megamenu-container .pushdown-category-list li h4 {
    height: 60px;
    padding-bottom: 10px;
}
#megamenu-container .pushdown-category-list .manualnavigation h4 a {
    color: #000;
}
#megamenu-container .pushdown-category-list .manualnavigation h4 a:hover {
    color: #1788c3;
    text-decoration: none;
}
.pushdown-category-list li:hover h4 {
    -moz-transition: border .5s ease;
    -ms-transition: border .5s ease;
    -o-transition: border .5s ease;
    -webkit-transition: border .5s ease;
    transition: border .5s ease;
}
.pushdown-category-list.one-column li {
    width: 98%;
}
.pushdown-category-list.two-column li {
    width: 48%;
}
.pushdown-category-list.three-column li {
    width: 31.33%;
}
.pushdown-category-list.four-column li {
    width: 23%;
}
.pushdown-category-list.four-column li:first-child {
    margin-left: 0;
}
.pushdown-category-list.four-column li.two-column {
    width: 47%;
}
.pushdown-category-list.five-column li.two-column {
    width: 47%;
}
.pushdown-category-list.five-column li {
    width: 18%;
}
.pushdown-category-list.five-column li:first-child {
    margin-left: 0;
}
.pushdown-category-list.six-column li {
    width: 14.66%;
}
.pushdown-category-list .manualnavigation {
    float: left;
    padding-right: 2%;
}
.pushdown-category-list.one-column .manualnavigation {
    width: 98%;
}
.pushdown-category-list.two-column .manualnavigation {
    width: 48%;
}
.pushdown-category-list.three-column .manualnavigation {
    width: 31.33%;
}
.pushdown-category-list.four-column .manualnavigation {
    width: 23%;
}
.pushdown-category-list.your-products-added .manualnavigation.your-products-added {
    width: 43%;
}
.pushdown-category-list.four-column .manualnavigation:first-child {
    margin-left: 0;
}
.pushdown-category-list.four-column .manualnavigation.two-column {
    width: 47%;
}
.pushdown-category-list.five-column .manualnavigation {
    padding-right: 1%;
    width: 20%;
}
.pushdown-category-list.five-column .manualnavigation:first-child {
    margin-left: 0;
}
.pushdown-category-list.six-column .manualnavigation {
    width: 14.66%;
}
.pushdown-category-list .manualnavigation li {
    width: 100%;
}
.pushdown-nav-block:after,
.pushdown-border-wrapper:after,
.prod-pushdown-nav-block:after {
    content: "";
    display: table;
    clear: both;
}
.pushdown-common-wrapper {
    bottom: 4em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 98%;
    margin-top: 5em;
}
.pushdown-subnav-wrapper {
    left: 0;
    padding-top: 20px;
    width: 100%;
    -moz-transition: border .5s ease;
    -ms-transition: border .5s ease;
    -o-transition: border .5s ease;
    -webkit-transition: border .5s ease;
    transition: border .5s ease;
}
.pushdown-category-list li .pushdown-subnav-wrapper {
    border-top: 1px solid transparent;
}
.pushdown-category-list li:hover .pushdown-subnav-wrapper {
    border-top: 1px solid #000;
    -moz-transition: border .5s ease;
    -ms-transition: border .5s ease;
    -o-transition: border .5s ease;
    -webkit-transition: border .5s ease;
    transition: border .5s ease;
}
.pushdown-subnav-wrapper.sub-nav-blocks-container {
    border-top: 0 solid !important;
    padding-top: 0;
    top: 0;
}
.pushdown-subnav-wrapper ul {
    font-size: 10px;
    display: block;
    min-height: auto;
    margin: 0;
    padding: 0;
    min-height: 275px;
}
.pushdown-subnav-wrapper ul li {
    margin: 0 !important;
    width: 100% !important;
}
.pushdown-subnav-wrapper ul li a {
    color: #000;
    margin-top: 10px;
    display: block;
    font-size: 1.4em;
    line-height: 16px;
    margin-top: 10px;
    width: 100%;
}
.pushdown-category-list li:hover ul li a {
    color: #000;
}
.pushdown-category-list li ul li a:hover {
    color: #1788c3;
    text-decoration: underline;
}
#megamenu_1 .pushdown-category-list li ul li a:hover,
#megamenu_4 .pushdown-category-list li ul li a:hover {
    text-decoration: none;
}

/*Added by LnT to remove underline for the second tab sub menu's-Product*/
.pushdown-subnav-wrapper ul.pushdown-subnav-extra {
    min-height: 50px;
}
.pushdown-common-wrapper li {
    display: inline-block;
    margin: 0 2em;
}
.pushdown-subnav-extra > li {
    padding-top: 10px;
}
.pushdown-common-wrapper li a,
.pushdown-subnav-wrapper ul.pushdown-subnav-extra li a {
    color: #dd2625;
    font-size: 1.5em;
}
.pushdown-common-wrapper li a span,
.pushdown-subnav-wrapper ul.pushdown-subnav-extra li a span {
    color: #000;
    font-size: .8em;
    padding-left: 1em;
}
.pushdown-common-wrapper li a:hover,
.pushdown-subnav-wrapper ul.pushdown-subnav-extra li a:hover {
    color: #dd2625;
}
.pushdown-category-list li .pushdown-subnav-wrapper ul.pushdown-subnav-extra li a {
    color: #dd2625;
    font-size: 1.3em;
}
.pushdown-category-list li .pushdown-subnav-wrapper ul.pushdown-subnav-extra li a {
    color: #dd2625;
    font-size: 1.3em;
}
ul.pushdown-subnav-extra li a {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    width: auto;
}
ul.pushdown-subnav-extra li a .icon-arrow-dotted-right {
    position: absolute;
    right: 0;
    top: 1px;
}
.pushdown-category-list li .pushdown-subnav-wrapper ul.pushdown-subnav-extra li a:hover .icon-arrow-dotted-right {
    text-decoration: none;
}
.pushdown-category-list.four-column li.two-column .pushdown-subnav-wrapper {
    left: 35%;
    width: 64%;
    float: left;
}
.pushdown-category-list.four-column li.two-column .pushdown-subnav-wrapper.first {
    left: 0%;
    width: 35%;
    float: left;
}
.pushdown-category-list.four-column .manualnavigation li.two-column {
    width: 100%;
}
.pushdown-category-list.four-column .manualnavigation li.two-column .pushdown-subnav-wrapper.first {
    left: 0%;
    width: 100%;
    float: left;
}
.pushdown-category-list.five-column li.two-column .pushdown-subnav-wrapper {
    left: 35%;
    width: 64%;
    float: left;
}
.pushdown-category-list.five-column li.two-column .pushdown-subnav-wrapper.first {
    left: 0%;
    width: 35%;
    float: left;
}
.pushdown-category-list.five-column .manualnavigation li.two-column {
    width: 100%;
}
.pushdown-category-list.five-column .manualnavigation li.two-column .pushdown-subnav-wrapper.first {
    left: 0%;
    width: 100%;
    float: left;
}
.pushdown-category-list.your-products-added .manualnavigation li.two-column .pushdown-subnav-wrapper.first {
    width: 34%;
}
.pushdown-subnav-wrapper ul ul.product-list li {
    display: inline-block !important;
    margin-right: 4% !important;
    width: 30% !important;
}
.pushdown-subnav-wrapper .sub-nav-blocks a {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #dbdbdb;
    margin: .8em 0 0 0;
    padding: .8em 7.5%;
    width: 80%;
}
.pushdown-subnav-wrapper .sub-nav-blocks a:hover {
    background: #1788c3;
    color: #fff;
    text-decoration: none;
}
.pushdown-subnav-wrapper .sub-nav-blocks a div {
    font-size: 1.1em;
}
.pushdown-subnav-wrapper .sub-nav-blocks a span {
    display: block;
    font-size: .65em;
    line-height: 1;
    margin-top: 1em;
}
#primary-search-wrapper,
#search-result-wrapper-div {
    position: relative;
    z-index: 1;
}
#primary-search-wrapper {
    z-index: 2;
}
#primary-search-wrapper section,
#prod-primary-search-wrapper section {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 4%;
}
#primary-search-wrapper label {
    margin-bottom: 4em;
}
.pushdown-border-wrapper h3 {
    margin-bottom: 0;
    clear: both;
}
#primary-search-wrapper label {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    display: block;
    float: left;
    margin-top: 4em;
    width: 92%;
}
#prod-primary-search-wrapper label {
    background: #161616;
}
#primary-search-wrapper input[type="text"] {
    background: none;
    border: 0 solid;
    color: #000;
    font-size: 3.8em;
    height: 2.1em;
    line-height: 82px;
    margin: 0;
    padding: 0 2.5%;
    width: 85%;
}
#prod-primary-search-wrapper input[type="text"] {
    color: #fff;
}
#primary-search-wrapper button[type="submit"] {
    background: none;
    border: 0 solid;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 2.5em;
    float: right;
    line-height: 85px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 8%;
}
#primary-search-wrapper button[type="submit"]:hover {
    color: #1788c3;
}
#prod-primary-search-wrapper button[type="submit"] {
    color: #fff;
}
#primary-search-wrapper #close-primary-search {
    color: #000;
    display: inline-block;
    float: right;
    font-size: 2.5em;
    line-height: 85px;
    margin-top: 1.5em;
    text-align: center;
    width: 7%;
}
#prod-primary-search-wrapper #prod-close-primary-search {
    color: #6d6d6d;
}
#primary-search-wrapper #close-primary-search:hover {
    color: #1788c3;
    text-decoration: none;
}
#prod-primary-search-wrapper #prod-close-primary-search:hover {
    color: #fff;
}
.pushdown-subnav-wrapper ul li.search-image-link {
    margin-bottom: 3em !important;
}
.pushdown-subnav-wrapper ul li.search-image-link a {
    margin-bottom: .5em;
}
.pushdown-subnav-wrapper ul li.search-image-link a img {
    display: block;
    margin-bottom: 1em;
    width: 42.3%;
}
.pushdown-subnav-wrapper ul li.search-image-link a {
    font-size: 1.5em;
}
.pushdown-subnav-wrapper ul li.search-image-link span {
    font-size: 1.3em;
    line-height: 1.35;
}
.pushdown-subnav-wrapper ul li.search-link {
    display: block;
    padding-left: 50px;
    width: 80% !important;
    margin-bottom: 3em !important;
}
.pushdown-subnav-wrapper ul li.search-link a {
    font-size: 1.5em;
    margin-bottom: 1em;
}
.pushdown-subnav-wrapper ul li.search-link span.icon-parent {
    position: absolute;
    left: 0;
    font-size: 3em;
    top: 2px;
}
.pushdown-subnav-wrapper ul li.search-link span {
    font-size: 1.3em;
    line-height: 1.35;
}
.pushdown-subnav-wrapper ul ul.product-list.mega-menu-product-list li.nonresmed {
    display: none !important;
}
#tablet-megamenu-primary #megamenu-container {
    display: block;
    height: auto;
    position: relative;
    top: 0;
}
#tablet-megamenu-primary #primary-pushdown {
    margin-top: 0;
}
#tablet-megamenu-primary .pushdown-border-wrapper {
    border-bottom: 0 solid;
}
#tablet-megamenu-primary .pushdown-border-wrapper section {
    margin: 0;
    max-width: auto;
    padding: 0;
    width: 100%;
}
#tablet-megamenu-primary .pushdown-category-list {
    margin-bottom: 2em;
}
#tablet-megamenu-primary .pushdown-category-list li {
    float: none;
}
#tablet-megamenu-primary .pushdown-category-list.five-column li {
    margin: 0;
    width: 100%;
}
#tablet-megamenu-primary .pushdown-category-list.four-column li.two-column {
    width: 100%;
}
#tablet-megamenu-primary .pushdown-category-list.six-column li {
    margin: 0;
    width: 100%;
}
#tablet-megamenu-primary .pushdown-category-list li h4 {
    font-size: 2em;
    padding: .85em 1em;
}
#tablet-megamenu-primary .pushdown-subnav-wrapper {
    position: relative;
    padding: 1em 4.5% 3em 4.5%;
    top: 0;
    width: 91%;
}
#tablet-megamenu-primary .pushdown-common-wrapper {
    bottom: auto;
    position: relative;
}
#tablet-megamenu-primary .pushdown-category-list.four-column li {
    margin: 0;
    width: 100%;
}
#tablet-megamenu-primary .pushdown-category-list.four-column li.two-column .pushdown-subnav-wrapper {
    display: inline-block;
    left: auto;
    vertical-align: top;
    width: 39%;
}
#tablet-megamenu-primary .pushdown-subnav-wrapper ul {
    height: auto;
    min-height: inherit;
    margin-bottom: 2em;
}
#tablet-megamenu-primary .pushdown-subnav-wrapper ul ul.product-list li {
    width: 44% !important;
}
#tablet-megamenu-primary .pushdown-category-list .manualnavigation li {
    width: 100% !important;
}
#tablet-megamenu-primary .pushdown-subnav-wrapper ul li a {
    font-size: 1.5em;
}
#tablet-megamenu-primary .pushdown-category-list .manualnavigation {
    padding: 0;
    width: 100%;
}
#tablet-megamenu-primary ul.pushdown-subnav-extra {
    margin: 0;
}
#tablet-megamenu-primary ul.pushdown-subnav-extra li {
    margin-bottom: 2em;
}
#tablet-megamenu-primary ul.pushdown-subnav-extra li a {
    color: #dd2726;
}
#tablet-megamenu-primary ul.pushdown-subnav-extra li a .icon-arrow-dotted-right {
    color: #000;
}
#tablet-megamenu-primary .pushdown-category-list .manualnavigation {
    float: none;
}
#tablet-megamenu-primary .pushdown-subnav-wrapper {
    border-top: 0 solid #dbdbdb;
}
#tablet-megamenu-primary .pushdown-category-list.five-column li.two-column .pushdown-subnav-wrapper {
    float: none;
    left: 0;
}
.pushdown-subnav-wrapper ul ul.product-list.mega-menu-product-list li {
    width: 44% !important;
    text-align: left;
}
.pushdown-subnav-wrapper ul.mega-menu-product-list li a {
    font-size: 1.4em;
    margin-top: 1em;
}
.pushdown-subnav-wrapper ul.mega-menu-product-list {
    margin-left: 0;
}
#search_megamenu .pushdown-border-wrapper {
    border-bottom: 0;
}
#search_megamenu .pushdown-subnav-wrapper {
    margin-top: 2em;
    padding-top: 2em;
    position: static;
}
#search_megamenu .pushdown-category-list {
    margin-top: 2em;
}
.mega-menu-product-list-holder {
    display: none;
}
.your-products-added .mega-menu-product-list-holder {
    display: block;
}
#megamenu-container .pushdown-category-list .manualnavigation h4 {
    font-size: 1.8em !important;
}
#search_megamenu .pushdown-subnav-wrapper ul li {
    width: 80% !important;
}
#products_megamenu {
    padding-bottom: 35px;
}
@media only screen and (min-width: 1000px) and (max-width: 1439px) {
    .pushdown-subnav-wrapper ul li a {
        font-size: 1.5em;
        margin-top: 10px;
    }
    
    .pushdown-subnav-wrapper .sub-nav-blocks a span {
        font-size: .8em;
    }
}
@media only screen and (min-width: 640px) and (max-width: 1030px) {
    #megamenu-container .pushdown-category-list li h4 {
        height: 11px;
        padding-bottom: 10px;
    }
    
    #megamenu-container {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
@media only screen and (min-width: 640px) and (max-width: 1000px),
only screen and (min-width: 600px) and (max-device-width: 1280px) and (orientation: portrait) and (min-width: 6in) and (max-width: 10in) {
    #primary-search-wrapper input[type="text"] {
        line-height: normal;
        width: 80%;
    }
    
    .pushdown-border-wrapper {
        border: 0 solid;
        height: auto;
    }
}
@media only screen and (min-width: 300px) and (max-width: 640px),
only screen and (min-width: 300px) and (max-device-width: 1280px) and (orientation: portrait) and (max-width: 5in) {
    #search_megamenu {
        top: 95%;
    }
    
    .pushdown-border-wrapper {
        border: 0 solid;
        height: auto;
    }
    
    #primary-search-wrapper label {
        width: 88%;
    }
    
    #primary-search-wrapper input[type="text"] {
        font-size: 1.7em;
        width: 82%;
    }
    
    #primary-search-wrapper button[type="submit"] {
        font-size: 1.7em;
        line-height: 35px;
        width: 12%;
    }
    
    #primary-search-wrapper #close-primary-search {
        font-size: 1.7em;
        margin-top: 1em;
    }
    
    #search-result-wrapper-div .pushdown-category-list.three-column li {
        width: 100% !important;
    }
    
    .megamenu-layer {
        top: 55px;
    }
    
    #primary-search-wrapper input[type="text"] {
        line-height: normal;
        width: 80%;
    }
    
    #search-result-wrapper-div .pushdown-category-list.one-column li {
        width: 98%;
    }
    
    #search-result-wrapper-div .pushdown-category-list.two-column li {
        width: 98%;
    }
    
    #search-result-wrapper-div .pushdown-category-list.three-column li {
        width: 98%;
    }
}

/* SPECIFIC TO LESS THAN IE9 STARTS*/
.lt-ie8 #primary-search-wrapper input[type="text"] {
    float: left;
}
.lt-ie8 #primary-search-wrapper button {
    position: relative;
    top: 35%;
}
.lt-ie9 .megamenu-layer {
    background: #ebebeb;
    filter: alpha(opacity=97);
}
.lte-ie11 .pushdown-subnav-links .icon-medium.icon-parent {
    padding-top: 5px;
}
#primary-search-wrapper .hasPlaceholder {
    color: #777 !important;
}
.pushdown-subnav-links .icon-parent .icon-child {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-transition: all 500ms cubic-bezier(0.43, 1, 0.58, 1);
    -webkit-transition: all 500ms cubic-bezier(0.43, 1.65, 0.58, 1.65);
    -moz-transition: all 500ms cubic-bezier(0.43, 1.65, 0.58, 1.65);
    -o-transition: all 500ms cubic-bezier(0.43, 1.65, 0.58, 1.65);
    transition: all 500ms cubic-bezier(0.43, 1.65, 0.58, 1.65);
}
.pushdown-subnav-links .icon-parent:hover .icon-child {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition: all 300ms cubic-bezier(0.43, 1, 0.58, 1);
    -webkit-transition: all 300ms cubic-bezier(0.43, 1.65, 0.58, 1.65);
    -moz-transition: all 300ms cubic-bezier(0.43, 1.65, 0.58, 1.65);
    -o-transition: all 300ms cubic-bezier(0.43, 1.65, 0.58, 1.65);
    transition: all 300ms cubic-bezier(0.43, 1.65, 0.58, 1.65);
}
#site-nav-container {
    position: absolute;
    width: 100%;
    z-index: 305;
}
#primary-nav {
    display: inline-block;
    font-size: 10px;
    height: 137px;
    list-style: none;
    float: left;
}
#mobile-primary-nav {
    display: none;
    float: left;
    font-size: 10px;
    height: 137px;
    list-style: none;
    margin-left: 130px;
}
#primary-nav li,
#mobile-primary-nav li {
    display: block;
    height: 137px;
    float: left;
}
#primary-nav li a,
#mobile-primary-nav li a {
    color: #000;
    display: block;
    font-size: 1.6em;
    padding: 3.54em 1.35em;
    position: relative;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
#primary-nav li a:hover,
#mobile-primary-nav li a:hover {
/*     color: #fff; */
    text-decoration: underline;
}
#mobile-primary-nav li a {
    font-size: 2.6em;
    padding: 1.97em .5em;
}
#primary-nav li a .nav-arrow-container,
#mobile-primary-nav li a .nav-arrow-container,
#global-nav-search .nav-arrow-container {
    bottom: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99999;
    -webkit-transition: all 100ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 100ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 100ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 100ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
#primary-nav li a .nav-arrow-container .nav-arrow,
#mobile-primary-nav li a .nav-arrow-container .nav-arrow,
#global-nav-search .nav-arrow-container .nav-arrow {
    -webkit-border-radius: 21px;
    background: #1788c3;
    border-radius: 21px;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    height: 42px;
    position: relative;
    width: 42px;
}
#primary-nav li a .nav-arrow-container .nav-arrow .icon-child,
#mobile-primary-nav li a .nav-arrow-container .nav-arrow .icon-child,
#global-nav-search .nav-arrow-container .nav-arrow .icon-child {
    top: .6em;
}
#header-container.maps-container #primary-nav li,
#header-container.maps-container #mobile-primary-nav li {
    height: 90px;
}
#header-container.maps-container #primary-nav,
#header-container.maps-container #primary-nav li {
    height: 90px;
}
#header-container.maps-container #primary-nav li a {
    padding: 2.3em 1.35em;
}
#header-container.maps-container #mobile-primary-nav li a {
    padding: 1.2em 1em;
}
#primary-nav li a:hover,
#primary-nav li a.active {
/*     background: #1788c3;
    color: #fff; */
    font-weight: normal;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
#primary-nav li a:hover .nav-arrow-container,
#primary-nav li a.active .nav-arrow-container,
#global-nav-search:hover .nav-arrow-container,
#global-nav-search.active .nav-arrow-container {
    bottom: -15px;
    filter: alpha(alpha=100);
    opacity: 1;
/*     opacity: 0 ; */
    -webkit-transition: all 220ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 220ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 220ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 220ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

#primary-nav li a:hover .nav-arrow-container{
  opacity: 0 !important;
}

#mobile-primary-nav li a:hover,
#mobile-primary-nav li a.active {
    color: #1788c3;
}
#mobile-primarynav-links {
    border-bottom: 1px solid #666;
    margin-bottom: 5em;
}
#mobile-primarynav-links,
#mobile-primarynav-links li {
    list-style: none;
    display: block;
}
#mobile-primarynav-links li a {
    border-bottom: 1px solid #434343;
    border-top: 1px solid #666;
    color: #fff;
    display: block;
    font-size: 1.7em;
    line-height: 1.35;
    padding: .75em 1.5em;
}
#desktop-device-view {
    display: block;
}
#tablet-device-view {
    display: none;
}
#mobile-device-view {
    display: none;
}
@media only screen and (min-width: 980px) and (max-width: 1080px) {
    #primary-nav li a {
        padding: 3.78em .7em;
    }
    
    #primary-nav {
        margin-left: 11.65em;
    }
    
    #desktop-device-view {
        display: block;
    }
    
    #tablet-device-view {
        display: none;
    }
    
    #mobile-device-view {
        display: none;
    }
}

/*#mobile-nav-mask {
    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);
    display: none;
    right: 0;
    top: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 3000;
}*/
#tablet-nav-primary,
#mobile-nav-primary {
    background: #fff;
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    right: -248px;
    top: 0;
    width: 250px;
    z-index: 3030;
    -webkit-overflow-scrolling: touch;
}
#tablet-megamenu-primary {
    background: #ebebeb;
    display: block;
    height: 100%;
    overflow: hidden;
    position: fixed;
    right: -752px;
    top: 0;
    width: 504px;
    z-index: 3015;
}
#tablet-megamenu-primary-wrapper {
    height: 100%;
    left: 0;
    overflow: scroll;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}
#mobile-audience {
    background: #fff;
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    left: -248px;
    top: 0;
    width: 248px;
    z-index: 3030;
    -webkit-overflow-scrolling: touch;
}
#mobile-audience a.mobile-channel-option {
    color: #000;
    position: relative;
}
#mobile-audience a {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    font-size: 1.6em;
    padding: 1.2em 3em 1.2em 1.2em;
}
#mobile-audience a.cta-link {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: #fff;
}
#mobile-audience a.cta-link .icon-parent {
    top: .55em;
}
#mobile-audience a.cta-link #user-name-header {
    font-style: italic;
    padding-right: 1em;
}
#mobile-audience a.mobile-channel-option:hover,
#mobile-audience a.mobile-channel-option.active {
    background: #1788c3;
    color: #fff;
}
#tablet-nav-primary #primary-nav,
#mobile-nav-primary #primary-nav {
    display: block;
    height: auto;
    /*height: 100%;*/
    
    margin: 0;
    -webkit-transform: translateZ(0);
}
#tablet-nav-primary #primary-nav li,
#mobile-nav-primary #primary-nav li {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    float: none;
    height: auto;
}
#tablet-nav-primary #primary-nav li a,
#mobile-nav-primary #primary-nav a {
    padding: 1.2em 3em 1.2em 1.2em;
}
#tablet-nav-primary #primary-nav li a .nav-arrow-container,
#mobile-nav-primary #primary-nav li a .nav-arrow-container,
#mobile-audience a .nav-arrow-container {
    bottom: 0;
    height: 100%;
    left: auto;
    right: 0;
    width: 42px;
}
#tablet-nav-primary #primary-nav li a .nav-arrow-container .nav-arrow,
#mobile-nav-primary #primary-nav li a .nav-arrow-container .nav-arrow,
#mobile-audience a .nav-arrow-container {
    top: 6px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
#mobile-nav-primary #country-selector {
    background: #ebebeb;
    display: block;
    font-size: 1.4em;
    padding: 1em 1.5em;
}
#mobile-nav-primary #country-selector:hover {
    background: #1788c3;
    color: #fff;
}
#mobile-nav-primary #country-selector #lang-selected {
    display: inline-block;
    max-width: 130px;
    padding: .3em 1em;
    vertical-align: top;
}
#mobile-nav-primary #country-selector .icon-parent {
    color: #aaa;
    float: right;
    font-size: 1.5em;
}
#mobile-nav-primary #country-selector:hover .icon-parent {
    color: #fff;
}
#mobile-audience a .nav-arrow-container {
    display: none;
    font-size: 40px;
    position: absolute;
    right: -5px;
    top: 0;
}
#mobile-audience a:hover .nav-arrow-container,
#mobile-audience a.active .nav-arrow-container {
    display: block;
}
#handheld-nav-container {
    display: none;
}
#mobile-nav-primary,
#mobile-audience,
#tablet-nav-primary,
#tablet-megamenu-primary {
    display: none;
}
#mobile-flag-display {
    background: #e4e4e4;
    padding-left: 40px;
    position: relative;
}
#mobile-flag-display .mobile-lang-selector {
    border-top: 1px solid #b8b8b8;
    color: #000;
    display: block;
    font-size: 1.5em;
    padding: 1em 1em 1em 0;
}
#mobile-flag-display .mobile-lang-selector:first-child {
    border: 0 solid;
}
#handheld-nav-container.show {
    display: block;
}
#mobile-allcountries-nav,
#tablet-allcountries-nav {
    background: #e4e4e4;
    border-top: 1px solid #b8b8b8;
    color: #000;
    display: inline;
    padding: 1em 1em 1em 40px;
    font-size: 15px;
    position: relative;
}
#mobile-allcountries-nav .icon-parent {
    font-size: 1.5em;
    left: 8px;
    position: absolute;
    top: 11px;
}
#mobile-nav-primary .flag-icon {
    left: 9px;
    position: absolute;
    top: 12px;
}

/*Header CSS Modified by Prabhu*/
#mobile-nav-primary {
    visibility: hidden;
}
@media screen and (max-width: 991px) {
    /*Modified by LTI SP for tablet view changed from 767px to 992px*/
    
    #mobile-nav-primary.active {
        visibility: visible;
/*         right: -250px !important; */
    }
    
    #mobile-primary-nav {
        display: block;
        float: right;
        height: 55px;
        margin: 35px 0;
    }
}
#mobile-nav-mask {
    transition: background-color 500ms linear;
}
#mobile-nav-mask.active {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3000;
}

/*#mobile-nav-mask{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#mobile-nav-mask.active {
    -webkit-transform: translate3d(-248px, 0, 0);
    -moz-transform: translate3d(-248px, 0, 0);
    transform: translate3d(-248px, 0, 0);
}*/

/*Code Ends Here*/
@media only screen and (min-width: 1080px) and (max-width: 1170px) {
    #primary-nav li a {
        padding: 3.78em 1em;
    }
}

/*@media only screen and (min-width: 768px) and (max-width: 1024px),
only screen and (min-width: 600px) and (max-device-width: 1280px) and (orientation: portrait) and (min-width: 6in) and (max-width: 10in) {
    #mobile-primary-nav li a {
        position: absolute;
        right: 1.9%;
        top: 12px;
        padding-right: 8px !important;
    }
}*/
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 500px) and (max-width: 1280px) and (orientation: landscape) and (min-device-width: 6in) and (max-device-width: 10in) {
    #mobile-primary-nav {
        display: block;
    }
    
    #mobile-primary-nav li {
        height: 137px;
    }
    
    #mobile-primary-nav li a {
        padding: 54px 10px;
    }
    
    #mobile-nav-search {
        display: none !important;
    }
    
    #mobile-nav-user {
        display: none !important;
    }
    
    #primary-nav {
        display: none;
    }
    
    #mobile-nav-primary {
        display: none;
    }
    
    #desktop-device-view {
        display: none;
    }
    
    #tablet-device-view {
        display: block;
    }
    
    #mobile-device-view {
        display: none;
    }
    
    #handheld-nav-container.show {
        display: block;
    }
    
    #mobile-nav-primary {
        display: none;
    }
}

/*@media only screen and (min-width: 768px) and (max-width: 980px) and (orientation: portrait),
only screen and (min-width: 900px) and (max-width: 1280px) and (orientation: landscape) {
    #mobile-nav-primary {
        display: none !important;
    }
}*/
@media only screen and (min-width: 300px) and (max-width: 991px),
only screen and (min-width: 300px) and (max-device-width: 1280px) and (orientation: portrait) and (max-width: 5in) {
    #mobile-primary-nav li,
    #header-container.maps-container #mobile-primary-nav li {
        height: 55px;
    }
    
    #mobile-nav-user {
        display: block !important;
    }
    
    #mobile-primary-nav li a,
    #header-container.maps-container #mobile-primary-nav li a {
        font-size: 2em;
        padding: 17px 10px;
    }
    
    #mobile-nav-search {
        display: block !important;
    }
    
    #primary-nav {
        display: none;
    }
    
    #tablet-nav-primary,
    #tablet-megamenu-primary {
        display: none !important;
    }
    
    #desktop-device-view {
        display: none;
    }
    
    #tablet-device-view {
        display: none;
    }
    
    #mobile-device-view {
        display: block;
    }
    
    #handheld-nav-container.show {
        display: block;
    }
}
.blockOverlay {
    z-index: 9999;
    border: medium none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    position: absolute;
    display: none;
}
@media only screen and (min-width: 1080px) and (max-width: 1365px) {
    #primary-nav li a,
    #mobile-primary-nav li a {
        display: block;
        font-size: 1.4em;
        padding: 4em 1em;
        position: relative;
    }
}
@media only screen and (min-width: 1171px) and (max-width: 1365px) {
    #primary-nav li a,
    #mobile-primary-nav li a {
        display: block;
        font-size: 1.4em;
        padding: 4em 1em;
        position: relative;
    }
}
@media only screen and (max-width: 1080px) and (min-width: 980px) {
    #primary-nav li a {
        padding: 4.3em .6em;
        font-size: 13px;
    }
    
    #primary-nav {
        margin-left: 5em;
    }
}
@media only screen and (max-width: 991px) and (min-width: 980px) {
    #primary-nav li a {
        padding: 4.7em .2em;
        font-size: 12px;
    }
    
    #primary-nav {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1030px) and (min-width: 979px) {
    #megamenu-container .pushdown-category-list .manualnavigation h4 {
        font-size: 1.8em !important;
        height: 60px;
    }
    
    .pushdown-border-wrapper {
        border-bottom: 1px solid #dbdbdb;
        height: 60px;
    }
}
@media only screen and (max-width: 768px) and (min-width: 979px) {
    #mobile-primary-nav li a {
        padding: 50px 30px !important;
    }
}
@media only screen and (max-width: 767px) and (min-width: 640px) {
    .header__logo {
        margin: 36px 0;
    }
}
@media only screen and (max-width: 767px) and (min-width: 640px) {
    .header__logo {
        margin: 36px 0;
    }
    
    #mobile-primary-nav li a {
        padding: 50px !important;
    }
}
@media only screen and (max-width: 430px) and (min-width: 320px) {
    .header__logo {
        margin: 36px 0;
    }
    
    #mobile-primary-nav li a {
        padding: 20px !important;
    }
}
#pushdown-nav {
    display: block;
    font-size: 10px;
    list-style: none;
    width: 100%;
    background: #ebebeb;
    margin-bottom: 0;
}
#primary-pushdown {
    margin: 0;
}
#megamenu-container {
    background: white;
}
#pushdown-nav li.pushdown-nav-block.visible {
    padding: 4em 0;
}
.header__search__list:hover .country-dropdown {
    display: block;
}
.header__search__list:hover input {
    border-radius: 0;
    border-bottom: 1px solid rgba(233, 233, 233, 0.92);
}
.country-dropdown {
    background: #f3f3f3;
    border: 0 solid;
    display: none;
}
.country-dropdown p {
    border-bottom: 1px solid grey;
    padding: 10px 5px;
    font-weight: bold;
}
.country-dropdown li {
    display: block;
}
.country-dropdown li:hover {
    border-left: 4px solid #1b9ad6;
}
.country-dropdown li:hover a {
    color: #fff;
    padding: 5px 16px;
}
.country-dropdown li a {
    color: #888;
    font-size: 15px;
    display: block;
    padding: 5px 20px;
}
.country-dropdown li a:hover {
    color: #000;
    font-weight: bold;
}
.country-dropdown li a img {
    vertical-align: middle;
    padding-right: 10px;
}
@media only screen and (max-width: 992px) {
    .country-dropdown {
        display: block;
    }
    
    #primary-nav-container {
        margin: 0 auto;
        max-width: 1200px;
        height: 124px;
    }
    
    #tablet-nav-primary,
    #mobile-nav-primary {
        z-index: 999999;
    }
}
.header ul.jq-dropdown {
    z-index: 999;
    background: white;
}
.header ul.jq-dropdown.primary {
    padding: 0;
}
@media only screen and (max-width:767px) {
    #site-utility {
        display: none;
    }
}
.forgot-pwd-link,
.register-link {
    font-size: 14px;
    line-height: 14px;
}
.forgot-pwd-link:hover,
.register-link:hover {
    color: #ed3f35;
}
#primary-search-wrapper label {
    margin-top: 0.84em;
    height: 75px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 92%;
}
#primary-search-wrapper input[type="text"] {
    font-size: 1.5em;
    height: 2.7em;
    padding: 0 1.5%;
}
#primary-search-wrapper button[type="submit"] {
    line-height: 73px;
    font-size: 1.3em;
}
#primary-search-wrapper button[type="submit"] {
    width: 5%;
}
#primary-search-wrapper #close-primary-search {
    font-size: 1.1em;
    margin-top: 0.5em;
    float: none;
    text-decoration: none;
    width: 3%;
    margin-left: 13px;
}
#primary-search-wrapper section {
    padding: 0 2%;
}
#primary-search::-webkit-input-placeholder {
    color: #999;
}
#primary-search:-ms-input-placeholder {
    color: #999;
}
#primary-search::-moz-placeholder {
    color: #999;
}
#primary-search-wrapper label {
    margin-bottom: 0;
}
.icon-parent.icon-arrow-solid-bottom {
    display: inline-block;
    position: relative;
    text-align: center;
    float: right;
    margin-top: 5px;
}
#mobile-allcountries-nav .icon-parent {
    font-size: 1.5em;
    left: 8px;
    position: unset;
    top: 11px;
    margin-right: 10px;
}
#mobile-allcountries-nav,
#tablet-allcountries-nav {
    background: #e4e4e4;
    border-top: 1px solid #b8b8b8;
    color: #000;
    display: inline-block;
    padding: 15px 14px;
    font-size: 15px;
    position: unset;
}
.mobile-allcountries-link-section {
    overflow: hidden;
    clear: both;
}
.nav-arrow img {
    margin-bottom: 15px;
    margin-top: 0;
}
@media only screen and (max-width:767px) {
    #primary-search-wrapper #close-primary-search {
        font-size: 1.1em;
        margin-top: 0.5em;
        float: none;
        text-decoration: none;
        width: 3%;
        margin-left: 5px;
        line-height: 60px;
    }
    
    #primary-search-wrapper label {
        height: 45px;
    }
    
    #primary-search-wrapper input[type="text"] {
        font-size: 20px;
        height: 45px;
        width: 85%;
    }
    
    #primary-search-wrapper button[type="submit"] {
        width: 9%;
        line-height: 50px;
        font-size: 20px;
    }
}
@media (min-width: 980px) {
    .pushdown-category-list.six-column .manualnavigation {
        width: 16.66%
    }
    
    .pushdown-category-list.four-column .manualnavigation {
        width: 25%
    }
    
    #pushdown-nav li.pushdown-nav-block {
        transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
    }
    
    #pushdown-nav li.pushdown-nav-block.has-hidden-list {
        opacity: 0 !important;
    }
    
    #primary-nav {
        margin-bottom: 0;
        margin-left: 0;
    }
    
    #primary-nav li a {
        font-size: 1.6em;
        padding: 3.5em 0.75em;
    }
    
    .header__logo {
        margin-top: 17px;
    }
    
    .pushdown-subnav-wrapper ul li a {
        font-size: 1.5em;
        margin-top: 1em;
    }
    
    #primary-nav .nav-arrow img {
        margin-bottom: -15px;
    }
    
    .pushdown-subnav-wrapper ul {
        min-height: 0;
    }
    
    .pushdown-subnav-extra li {
        position: relative;
    }
    
    .pushdown-category-list li .pushdown-subnav-wrapper ul.pushdown-subnav-extra li a img {
        margin: 0;
        position: absolute;
        right: 0;
        top: 3px;
    }
    
    .pushdown-category-list li .pushdown-subnav-wrapper ul.pushdown-subnav-extra li {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .pushdown-category-list li .pushdown-subnav-wrapper ul.pushdown-subnav-extra li a {
        font-size: 1.5em;
        position: relative !important;
        z-index: 2;
    }
    
    .pushdown-common-wrapper {
        z-index: 1;
    }
}
@media (min-width: 1200px) {
    #primary-nav {
        margin-left: 3.75em;
    }
    
    #primary-nav li a {
        padding: 3.5em 1em;
    }
    
    #megamenu-container {
        top: 100%;
    }
    
    .pushdown-border-wrapper > section {
        box-sizing: content-box;
    }
}

/*Modified by Lnt For mobile deive logo and removing extra space*/
@media (max-width: 991px) {
    /*#toggle-section {
        position: relative;
        margin-bottom: 85px;
    }*/
    /*.cookie-cont.margin-top85{
        margin-top: 85px;    
    }*/
    /*.cc-grower.cookie-cont .container:not(.cc-invisible){
        margin-top: 85px;
    }*/
    /*#toggle-section .position-fixed{
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
#toggle-section .position-fixed.scrollup{
    transform: translateY(-85px);
}*/
    
    #toggle-section.cont-topspace85 {
        position: relative;
        margin-top: 85px;
    }
    
    #toggle-section .header {
        transition: all 0.5s;
    }
    
    #toggle-section .header.trans-effect {
        transform: translateY(-85px);
    }
    
    #toggle-section .header.position-fixed {
        position: fixed;
        top: 0;
    }
    
    #toggle-section .header.position-relative {
        position: relative;
    }
    
    #toggle-section .header {
        position: relative;
        overflow: visible;
        width: 100%;
    }
    
    #toggle-section .header.slide-down {
        transition: all .5s ease-in-out;
    }
    
    .off-canvas.active #toggle-section {
        margin-top: 0;
    }
    
    .cc-grower.cookie-cont.margin-none {
        margin-top: 0;
    }
    
    .cookie-cont.margin-top85 ~ .off-canvas .iparys_inherited #toggle-section {
        margin-bottom: 0;
    }
    
    header.header {
        height: 85px;
        position: relative;
        z-index: 10000;
    }
    
    .header__logo {
        margin: 15px 0;
    }
    
    #primary-nav-container {
        height: 85px;
    }
    
    #mobile-primary-nav {
        margin: 15px 0;
        height: 50px;
    }
    
    #primary-nav-container #mobile-primary-nav li a {
        padding: 20px 15px 10px 15px !important
    }
    
    #mobile-nav-menu a {
        padding-right: 0 !important;
        margin-top: -4px;
    }
    /*#toggle-section .header{
            transition: all 0.5s;
    display: block;
    }
    #toggle-section .header.scrollup{
            transform: translateY(-85px);
    position: fixed;
    display: none;
    }
#toggle-section .position-fixed.scrollup{
    transform: translateY(-85px);
}*/
    /*Sticky Header*/
    
    .shrink #mobile-primary-nav {
        margin: 10px 0 0 0;
    }
    
    .shrink #mobile-primary-nav li a {
        padding: 10px 15px 15px 15px !important;
    }
    
    .shrink #primary-nav-container {
        height: 65px;
    }
    
    .shrink .header__logo {
        margin: 10px 0;
    }
    
    .header.navbar-fixed-top.shrink {
        margin-bottom: 80px;
        height: 65px;
    }
    
    .shrink.header-fixed-top {
        position: fixed;
        height: 65px;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

/*Footer Styles - LInks, Copy Right and Social Iocns for Airmini Template */
.footer {
    text-align: center;
}
footer.footer {
    display: initial;
    text-align: center;
    background: #424243;
}
.footer__externalLinks {
    background: #1788C3;
    z-index: 99;
    position: relative;
    padding: 80px 30px;
    color: #FFFFFF;
    text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer__externalLinks {
        padding: 40px 0px;
    }
}
.footer__externalLinks a {
    font-size: 22px;
    padding-top: 15px;
    color: #FFFFFF;
}
.footer__buyOnline {
    float: none;
    display: inline-block;
    padding: 0 40px;
    margin: 0 50px;
}
.footer__buyOnline p,
.footer__contact p {
    padding: 20px 0 0 0;
}
.footer__externalLinks .footer__buyOnline a:hover {
    /*Modified by LTI for connectedHealcare - 4-column layout*/
    
    text-decoration: none;
    cursor: pointer;
}
.footer__buyOnline a.abtus-removedlink:hover,
.footer__buyOnline a.abtus-removedlinkp .aboutus-titlealign:hover {
    /*CH about us removed link*/
    
    cursor: default;
}
@media (min-width: 768px) and (max-width: 992px) {
    .footer__buyOnline {
        margin: 0 25px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer__buyOnline {
        padding: 0 20px;
        margin: 0 0px;
    }
    
    .footer__buyOnline p,
    .footer__contact p {
        padding: 20px 0px;
    }
}
.footer__externalLinks--icon {
    font-size: 36px;
    padding: 10px 10px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    width: 58px;
}
.footer__socialLinks {
    padding: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer__socialLinks {
        padding: 20px 5px;
    }
}
.footer__socialLinks p {
     
    font-size: 26px;
}
.footer__socialLinks__list li {
    padding: 0 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer__socialLinks__list li {
        padding: 0 5px;
    }
}
.footer__socialLinks--icon {
    font-size: 34px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer__socialLinks--icon {
        font-size: 30px;
    }
}
.footer__socialLinks--envelopeIcon,
.footer__socialLinks--printIcon {
    color: #258FCB;
}
.footer__socialLinks--facebookIcon {
    color: #39559F;
}
.footer__socialLinks--twitterIcon {
    color: #00ABF0;
}
.footer__socialLinks--googleplusIcon {
    color: #E14B33;
}
.footer__socialLinks--linkedinIcon {
    color: #007AB8;
}
.footer__socialLinks--pinterestIcon {
    color: #A40001;
}
.footer__copyright {
    background: #5D5D5D;
    z-index: 99;
    position: relative;
    padding: 30px;
    color: #FFFFFF;
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer__copyright {
        padding: 40px 15px 20px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer__copyright__socialIconList {
        text-align: left;
    }
}
.footer__copyright__socialIconList li {
    padding: 0 5px;
}
.footer__copyright--icon {
    font-size: 24px;
}
.footer__copyright__linksList {
    padding: 14px 0;
}

/*@media (min-width: 320px) and (max-width: 767px) {
    .footer__copyright__linksList {
        text-align: left;
    }
}*/
.footer__copyright__linksList a {
    padding: 0 20px;
    font-size: 16px;
    color: #FFFFFF;
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer__copyright__linksList {
        padding: 10px;
    }
    
    .footer__copyright__linksList a {
        text-align: left;
        padding: 5px;
        font-size: 14px;
    }
}
.footer__copyright__text {
    color: #EBEBEB;
    font-size: 14px;
    width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer__copyright__text {
        text-align: center;
        font-size: 12px;
    }
}
.footer__scrollToTop--icon {
    opacity: 0.8;
    margin-top: -24px;
    margin-left: -20px;
    position: absolute;
    cursor: pointer;
}
.footer__scrollToTop {
    z-index: 100;
    position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer__scrollToTop--icon {
        width: 40px;
        height: 40px;
        font-size: 30px;
        margin-top: -16px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .login {
        padding-bottom: 65px;
    }
    
    .login.overlay {
        padding-bottom: 0;
    }
}
.footer__scrollToTop span {
    display: block;
    width: 0;
    margin: 0 auto;
}
.footer-three,
.footer-2,
.footer-3,
.footer-4,
.footer-5 {
    padding: 0;
    margin: 0;
    width: 25%;
    display: inline-table;
}
.footer-three a,
.footer-2 a,
.footer-3 a,
.footer-4 a,
.footer-5 a {
    float: none;
    padding: 0;
    margin: 0 15px;
    display: table-cell;
}
.about-us .aboutus-airmini .footer-1 {
    width: 45%;
}
.about-us .aboutus-airmini .footer-2 {
    width: 40%;
}
.about-us .aboutus-airmini .footer-3 {
    width: 33%;
}
.about-us .aboutus-airmini .footer-4 {
    width: 24%;
}
.about-us .aboutus-airmini .footer-5 {
    width: 19%;
}
.about-us .aboutus-airmini .footer-1,
.about-us .aboutus-airmini .footer-2,
.about-us .aboutus-airmini .footer-3,
.about-us .aboutus-airmini .footer-4,
.about-us .aboutus-airmini .footer-5 {
    padding: 0 15px;
    margin: 0;
}
.footer-5 {
    width: 15%;
}

/*More Articles/About Us Blue BG and Arrow Code Here*/
.aboutus-airmini {
    padding-top: 40px;
    padding-top: 4rem;
    padding-bottom: 40px;
    padding-bottom: 4rem;
}
.aboutus-airmini .footer__buyOnline {
    position: relative;
    margin-right: 1%;
}
.aboutus-airmini .icon-circle-1p5 {
    float: right;
    position: absolute;
    right: 0em;
    top: 0em;
}
.aboutus-airmini h4.aboutus-titlealign {
    padding: 0;
    padding-right: 35px;
    text-align: left;
    font-size: 2.2rem;
}
.aboutus-airmini .icon-arrow-dotted-right {
    float: none;
    display: block;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .about-us .aboutus-airmini .footer-3 {
        width: 32.5%;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer-three,
    .footer-1,
    .footer-2,
    .footer-3,
    .footer-4,
    .footer-5,
    .about-us .aboutus-airmini .footer-1,
    .about-us .aboutus-airmini .footer-2,
    .about-us .aboutus-airmini .footer-3,
    .about-us .aboutus-airmini .footer-4,
    .about-us .aboutus-airmini .footer-5 {
        padding: 5px 0px;
        width: 100% !important;
    }
    
    .footer-three span,
    .footer-1 span,
    .footer-2 span,
    .footer-3 span,
    .footer-4 span,
    .footer-5 span {
        float: left;
        display: inline-block;
        width: 25%;
    }
    
    .aboutus-airmini .icon-circle-1p5 {
        top: 0.8rem;
        right: -20px;
    }
    
    .about-us .aboutus-airmini p {
        font-size: 18px;
        font-size: 1.8rem;
    }
    
    .about-us .aboutus-airmini p.aboutus-titlealign {
        display: inherit;
        padding-top: 0;
        text-align: left;
    }
}
.footer h2,
.footer h3,
.footer h4 {
    margin-top: 0;
    color: #fff;
}
@media only screen and (min-width:768px) {
    .aboutus-airmini .footer__buyOnline {
        margin-top: 15px;
        margin-top: 1.5rem;
    }
    
    .aboutus-airmini .footer__buyOnline.footer-2 {
        width: 30%;
        margin-right: 5%;
    }
}
@media only screen and (max-width:767px) {
    .footer__externalLinks {
        padding: 50px 10px;
    }
}
.footer__copyright__linksList a {
    font-size: 14px;
}
.footer__copyright {
    padding: 30px 0 5px 0;
}
.footer__socialLinks {
    padding: 10px 0 0 0;
}
.footer__copyright__linksList {
    padding: 0;
}
.footer__copyright {
    background: #424243;
}
.footer__copyright__text p {
    line-height: 17px;
}
.footer__copyright__linksList {
    padding: 0;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}
ul.footer__socialLinks__list {
    margin-bottom: 5px;
}
.footer__copyright__text p {
    font-size: 14px;
    color: #9b9b9e;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer__copyright__linksList {
        padding: 0 10px;
    }
    
    .footer__copyright__linksList li {
        padding: 8px 10px;
    }
    
    .footer__copyright__linksList li a {
        padding: 0;
    }
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-email_icon {
    background-image: url(clientlib-all/assets/images/icons/icon-sprite.png);
    background-position: 0px 0px;
    width: 34px;
    height: 29px;
}
.icon-facebook_icon {
    background-image: url(clientlib-all/assets/images/icons/icon-sprite.png);
    background-position: -34px -30px;
    width: 29px;
    height: 29px;
}
.icon-facebook_icon_white {
    background-image: url(clientlib-all/assets/images/icons/icon-sprite.png);
    background-position: -94px -46px;
    width: 23px;
    height: 23px;
}
.icon-google_plus_icon {
    background-image: url(clientlib-all/assets/images/icons/icon-sprite.png);
    background-position: 0px -59px;
    width: 29px;
    height: 29px;
}
.icon-google_plus_icon_white {
    background-image: url(clientlib-all/assets/images/icons/icon-sprite.png);
    background-position: -94px 0px;
    width: 23px;
    height: 23px;
}
.icon-linkedin_icon {
    background-image: url(clientlib-all/assets/images/icons/icon-sprite.png);
    background-position: -64px -30px;
    width: 29px;
    height: 29px;
}
.icon-linkedin_icon_white {
    background-image: url(clientlib-all/assets/images/icons/icon-sprite.png);
    background-position: -94px -23px;
    width: 23px;
    height: 23px;
}
.icon-newsletter_icn {
    background-image: url(clientlib-all/assets/images/icons/icon-sprite.png);
    background-position: -34px 0px;
    width: 30px;
    height: 30px;
}
.icon-newsletter_icn_white {
    background-image: url(clientlib-all/assets/images/icons/icon-sprite.png);
    background-position: -64px 0px;
    width: 30px;
    height: 30px;
}
.icon-pinterest_icon {
    background-image: url(clientlib-all/assets/images/icons/icon-sprite.png);
    background-position: -29px -59px;
    width: 29px;
    height: 29px;
}
.icon-print_icon {
    background-image: url(clientlib-all/assets/images/icons/icon-sprite.png);
    background-position: 0px -29px;
    width: 31px;
    height: 30px;
}
.icon-twitter_icon {
    background-image: url(clientlib-all/assets/images/icons/icon-sprite.png);
    background-position: -58px -59px;
    width: 29px;
    height: 29px;
}
.icon-twitter_icon_white {
    background-image: url(clientlib-all/assets/images/icons/icon-sprite.png);
    background-position: 0px -88px;
    width: 23px;
    height: 23px;
}
.icon-youtube_icon_white {
    background-image: url(clientlib-all/assets/images/icons/icon-sprite.png);
    background-position: -23px -88px;
    width: 23px;
    height: 23px;
}
.icon-social-weibo-footer_white {
    background-image: url(clientlib-all/assets/images/icons/icon-social-weibo-footer.png);
    /*background-position: -23px -88px;*/
    
    width: 23px;
    height: 23px;
}

/*color variables */

/*font variables */

/*Common variables*/

/* Component color varibales */
.full-width-image-text .image-text .text-comp.black-bulletin ul li:not(.cta-buttons-list),
.full-width-image-text .image-text .text-comp.white-bulletin ul li:not(.cta-buttons-list) {
    margin-left: 2.5rem;
}
.full-width-image-text .image-text .container .text-comp.black-bulletin ul li::before,
.full-width-image-text .image-text .container .text-comp.white-bulletin ul li::before {
    content: "â€¢";
    font-size: 25px;
    margin-right: 10px;
    width: 1em;
    margin-left: -1em;
}
.full-width-image-text .image-text .container .text-comp.black-bulletin ul li.cta-buttons-list::before,
.full-width-image-text .image-text .container .text-comp.white-bulletin ul li.cta-buttons-list::before {
    content: "";
}
.full-width-image-text .image-text .text-comp.black-bulletin ul li::before {
    color: #000;
}
.full-width-image-text .image-text .text-comp.white-bulletin ul li::before {
    color: #fff;
}
.full-width-image-text .image-text .text-comp.black-bulletin ol li {
    color: #000;
}
.full-width-image-text .image-text .text-comp.white-bulletin ol li {
    color: #fff;
}
.full-width-image-text {
    clear: both;
}
.full-width-image-text .image-text {
    background-position: center top;
    background-size: cover;
    min-height: 600px;
    clear: both;
}
.image-text .container {
    padding: 0;
}
.image-text {
    display: table;
    width: 100%;
    min-height: 600px;
}
.image-component .container {
    min-height: auto !important;
}
.image-text h4 {
    display: table-row;
}
.image-text .text-comp {
    padding: 60px 0;
}
.image-text .text-comp a {
    text-decoration: underline;
    color: #1788c3;
}
.image-text .text-comp.top-left {
    float: left;
}
.image-text .container {
    min-height: 600px;
}
.image-text .text-comp.top-right {
    float: right;
}
.image-text .text-comp.center {
    margin: 0 auto;
    float: none;
    text-align: left;
}
.image-text .text-comp h2 {
    color: #000000;
    margin: 0 0 10px 0;
}
.image-text .text-comp p {
    color: #000000;
    line-height: auto;
}
.image-text .text-white p,
.image-text .text-white h2 {
    color: #fff;
}
.image-text .text-black p,
.image-text .text-black h2 {
    color: #000;
}
.image-text .text-comp.text-white a,
.image-text .text-comp.text-black a {
    color: #1788c3;
}
.image-text .text-comp .morelink {
    padding-left: 3px;
    color: #1788c3;
    text-decoration: none;
}
.full-width-image-text .flexiheight.image-text,
.flexiheight.image-text,
.flexiheight.image-text .container {
    min-height: 495px;
}
@media screen and (max-width: 767px) {
    .full-width-image-text .image-text {
        min-height: 600px;
        background-position: bottom center;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    
    .image-text .text-comp {
        padding: 30px 15px 300px 15px;
    }
    
    .full-width-image-text .image-text .text-comp div.visibleText p a,
    .full-width-image-text .image-text .text-comp div.hiddenText p a {
        font-size: 18px;
        font-size: 1.8rem;
    }
    
    .full-width-image-text .flexiheight.image-text {
        min-height: 495px;
    }
    
    .flexiheight.image-text .text-comp {
        padding: 30px 15px 111px 15px;
    }
    
    .image-component.top-left .text-comp > .visibleText {
        padding-left: 20px;
    }
    /*CTA Code*/
    
    .full-width-image-text .image-text .text-comp.black-bulletin ul li.cta-buttons-list {
        margin-left: 0;
        margin-right: 0;
    }
}

/*New overlay */
.full-width-image-text .fullwid-infotxt-cont {
    margin-top: 100px;
}
.fullwid-infotxt-title h1 {
    font-size: 45px;
    font-size: 4.5rem;
    margin: 0;
}
.fullwid-infotxt-cont button {
    width: 115px;
    height: 40px;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #1788C3;
    border-radius: 6px;
    color: #1788C3;
}
.image-text .text-comp.fullwid-infotxt-cont {
    padding: 0 !important;
}
.fullwid-infotxt-cont.white .button.link-quaternary:hover {
    background-color: #1788c3;
    color: #fff;
}
@media only screen and (min-width: 976px) {
    .fullwid-infotxt-title {
        font-size: 44px;
        min-height: 80px;
        padding-top: 2%;
    }
    
    .fullwid-infotxt-title h1 {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media only screen and (min-width: 768px) {
    .fullwid-infotxt-title {
        font-size: 34px;
        min-height: 0px;
        padding-top: 5%;
    }
    
    .fullwid-infotxt-title h1 {
        font-size: 34px;
        font-size: 3.4rem;
    }
}
@media only screen and (min-width: 600px) {
    .fullwid-infotxt-title {
        font-size: 34px;
        min-height: 0px;
        padding-top: 0;
    }
    
    .fullwid-infotxt-title {
        font-family: "CernMed";
        font-size: 44px;
        color: #070918;
        text-align: center;
        border-bottom: 1px solid #aaaaaa80;
        min-height: 80px;
        padding-top: 3%;
    }
    
    .box-body-height-adjustment {
        height: 300px;
        justify-content: center;
    }
    
    .box-body-height-adjustment {
        height: 300px;
        justify-content: center;
    }
    
    .fullwid-infotxt-body {
        font-family: "CernLight";
        font-size: 18px;
        color: #070918;
        text-align: center;
        padding: 5%;
        padding-bottom: 0;
    }
}

/*color variables */

/*font variables */

/*Common variables*/

/* Component color variables */

/* Grid variables */
.left-skew {
    position: relative;
}
.left-skew:before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -28px;
    display: block;
    width: 55px;
    background: #fff;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}
.right-skew {
    position: relative;
}
.right-skew:before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -28px;
    display: block;
    width: 55px;
    background: #fff;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}
.contactUs {
    background: #F6F7F7;
    color: #000000;
}
.contactUs__heading {
    padding: 24px 15px;
    border-bottom: 1px solid #cdcdcd;
}
.contactUs__heading h4 {
       
    margin: 0;
    font-size: 24px;
}
.contactUs__heading p {
    font-size: 18px;
}
.contactUs__block {
    margin: 30px 0;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    background: #FFFFFF;
}
.error {
    display: none;
}
.error.show {
    display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block {
        padding: 0;
        margin: 15px 0;
    }
}
.contactUs__block__contactAddress {
    padding-top: 20px;
    padding-bottom: 20px;
}
.contactUs__block__address {
    padding: 10px 50px;
    border-bottom: 1px solid #cdcdcd;
    margin-left: 12px;
    text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__address {
        padding: 20px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .contactUs__block__address {
        padding: 30px;
    }
}
.contactUs__block__address h5 {
    margin: 0;
    font-size: 18px;
       
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__address h5 {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .contactUs__block__address h5 {
        font-size: 16px;
    }
}
.contactUs__block__address p {
    font-size: 18px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__address p {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .contactUs__block__address p {
        font-size: 14px;
    }
}
.contactUs__block__address a {
    font-size: 24px;
    color: #DF2726;
}
.contactUs__block__address .contactus-phone-number {
    color: #1788C3;
    font-size: 18px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__address a {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .contactUs__block__address a {
        font-size: 16px;
    }
}
.contactustextimage:nth-child(3) .contactUs__block__address {
    border: none;
}
.contactUs__block .col-lg-6.col-md-6:nth-child(1) {
    padding-right: 0;
}
.contactUs__block .col-lg-6.col-md-6:nth-child(2) {
    padding-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__address--icon {
        padding: 0;
    }
    
    .contactUs__block .col-lg-6.col-md-6:nth-child(1) {
        padding-right: 15px;
    }
    
    .contactUs__block .col-lg-6.col-md-6:nth-child(2) {
        padding-left: 15px;
    }
    
    .contactUs__block__address {
        margin-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1365px) {
    .contactUs__block__address--icon {
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .contactUs__block__address--icon {
        padding: 0;
    }
}
.contactUs__block__address--icon img {
    width: 100%;
}
.contactUs__block__contactForm {
    background: #F6F7F7;
    padding: 20px 20px 20px 40px;
    margin: 2px;
    margin-left: 0;
    border-radius: 5px;
    box-shadow: inset 5px 2px 10px #EBEBEB;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__contactForm {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 2px;
    }
}
.contactUs__block__contactForm h4 {
    margin: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__Form {
        padding: 0;
    }
}
.contactUs__block__Form li {
    display: block;
    position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__Form li {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 25px;
    }
}
.contactUs__block__Form li input {
    display: block;
}
.contactUs__block__Form li label {
    font-size: 18px;
    padding-bottom: 10px;
}
.contactUs__block__Form .input-text.ng-invalid.ng-touched {
    border: 1px solid #DF2726;
}
.contactUs__block__Form .input-text.ng-valid.ng-touched {
    border: 1px solid #cdcdcd;
}
.contactUs__block__Form .input-text:focus {
    outline: none;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__Form li label {
        font-size: 14px;
    }
}
.contactUs__block__Form li label[for="phone-number"] {
    display: block;
}
.contactUs__block__Form li label[for="comments"] {
    display: inline-block;
}
.contactUs__block__Form li input.input-phone {
    width: 50%;
    padding-left: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__Form li input.input-phone {
        width: 100%;
        height: 45px;
    }
}
.contactUs__block__Form li .input-comments {
    height: 160px;
    resize: none;
    box-shadow: none;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__Form li .input-comments {
        height: 100px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .contactUs__block__Form li .input-comments {
        height: 88px;
    }
    
    .contactUs__block__Form li input.input-phone {
        width: 65%;
    }
}
.contactUs__block__Form--phoneIcon {
    position: absolute;
    bottom: 3px;
    left: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__Form--phoneIcon {
        bottom: 30px;
    }
}
.contactUs__block__Form--phoneIcon img {
    width: 18px;
    height: 18px;
}
.contactUs__block__helpInfo {
    border-bottom: 1px solid #cdcdcd;
    padding-top: 25px;
    padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .contactUs__block__helpInfo {
        padding: 25px 10px;
    }
}
.contactUs__block__helpInfo h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__helpInfo h4 {
        font-size: 14px;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .contactUs__block__helpInfo h4 {
        font-size: 16px;
        margin-bottom: 0;
    }
}
.contactUs__block__helpInfo p {
    font-size: 32px;
    line-height: 32px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__helpInfo p {
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .contactUs__block__helpInfo p {
        font-size: 18px;
    }
}
.contactUs__block__charCount {
    float: right;
}
@media (min-width: 320px) and (max-width: 767px) {
    .contactUs__block__charCount {
        font-size: 12px;
    }
    
    .contactUs__block__Form .button.link-primary {
        width: 100%;
    }
}
.contactUs__block__Form li.error {
    display: none;
}
.contactUs__block__Form li.error.showError {
    display: block;
}
.submitContact {
    display: none;
}
.submitContact.show {
    display: block;
}
.hide {
    display: none;
}
.contact-us-mail-phone:last-child .contactUs__block__address {
    border: none;
}
.contactUs__block__contactForm .usage-hours__latest__errorMessage.login__desc__list {
    display: block;
}
.contactUs__block__contactForm .usage-hours__latest__errorMessage .login__desc__icon {
    margin-top: 10px;
}
@media (min-width: 544px) and (max-width: 767px) {
    .contactUs__block__contactForm .usage-hours__latest__errorMessage .login__desc__icon {
        margin-top: 5px;
    }
}
.contactUs__block__address {
    padding: 10px 50px;
    border-bottom: none;
    margin-left: 12px;
}

/*color variables */

/*font variables */

/*Common variables*/

/* Component color varibales */

/* Glance component variables */

/*Latest News component variables*/

/*Lifetime Support component variables*/

/*Business challenges component variables*/

/*Location component variables*/

/*Vacancies component variables*/

/*Case Study component variables*/

/*Form component variables*/
.image-text {
    clear: both;
}
.image-component .container {
    padding: 0;
}
.image-component .text-comp {
    padding: 60px 0;
}
.image-component {
    display: table-cell;
    vertical-align: bottom;
}
.image-component.top-right .airmini-device {
    float: left;
}
.image-component.top-right .text-comp {
    float: right;
}
.image-component.top-left .airmini-device {
    float: right;
}
.image-component.top-left .text-comp {
    float: left;
}
.image-component .airmini-device img {
    width: 100%;
}
.image-component .text-comp h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.image-component .text-comp p {
    line-height: auto;
}
.image-component .text-comp a {
    text-decoration: underline;
    color: #1788c3;
}
.image-component .container {
    min-height: 600px;
}
.image-component .text-white p,
.image-component .text-white h2 {
    color: #fff;
}
.image-component .text-black p,
.image-component .text-black h2 {
    color: #000;
}
.image-component .text-comp.text-white a,
.image-component .text-comp.text-black a {
    color: #1788c3;
}
.image-text .text-comp.text-white a.more-link,
.image-text .text-comp.text-black a.more-link {
    color: #1788c3;
}

/*Migration code from 5.6 to 6.2*/
.image-text {
    min-height: 360px;
    height: 470px;
}
.image-component {
    vertical-align: middle;
    padding: 40px 0;
}
.image-component .text-comp.imgtxt-wrapper {
    padding: 0 15px;
    padding: 0 1.5rem;
}
.image-component .text-comp.imgtxt-wrapper ul li {
    margin-left: 20px;
    margin-left: 2rem;
    display: list-item;
    list-style: initial;
}

/*Component has been injected in section container code*/
.sectioncontainer .section-container-comp .image-component .airmini-device img {
    width: auto;
}
.sectioncontainer .section-container-comp .image-component {
    padding: 0;
}
.sectioncontainer .section-container-comp .image-text {
    min-height: 320px;
    height: auto;
}
.sectioncontainer .section-container-comp .image-text .image-component .text-comp {
    padding-top: 0;
}

/*Migration Code Ends Here*/
@media screen and (max-width: 767px) {
    .image-text {
        min-height: 500px;
    }
    
    .image-component .container {
        /*min-height: 500px;*/
    }
}
@media screen and (max-width: 991px) {
    .image-text {
        min-height: 400px;
    }
    
    .image-component {
        padding: 40px 0;
        /*padding-bottom: 0; Code removed due to mogration form 5.6 to 6.2
    }
    .image-component .container {
        /*min-height: 400px;*/
    }
    
    .image-component.top-right .airmini-device,
    .image-component.top-left .airmini-device {
        padding: 0 15px;
    }
    
    .image-component.top-right .text-comp,
    .image-component.top-left .text-comp {
        padding: 0 15px;
    }
}
.hiddenText {
    display: none;
}

/*color variables */

/*font variables */

/*Common variables*/

/* Component color varibales */

/* Glance component variables */

/*Latest News component variables*/

/*Lifetime Support component variables*/

/*Business challenges component variables*/

/*Location component variables*/

/*Vacancies component variables*/

/*Case Study component variables*/

/*Form component variables*/
.specifications {
    background-position: center top;
    background-size: cover;
    min-height: 685px;
    color: #fff;
    position: relative;
    clear: both;
    overflow: hidden;
}
.specifications .description {
    bottom: 60px;
    position: absolute;
    text-align: center;
}
.specifications .description li {
    margin: 0 20px;
    float: none;
    display: inline-table;
}
.specifications .description li h2 {
    color: #fff;
    margin: 0 0 10px 0;
}
.specifications .description li p {
    color: #ffffff;
    line-height: auto;
}
@media screen and (max-width: 767px) {
    .specifications {
        min-height: 825px;
        background-size: 100% auto;
        background-color: #000;
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    
    .specifications .description {
        bottom: 10px;
        text-align: left;
        position: static;
        margin-top: 57%;
    }
    
    .specifications .description li {
        padding: 0 0 20px 0;
        margin: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .specifications {
        background-size: 222% auto;
        background-color: #000;
        background-repeat: no-repeat;
        background-position: 50% 0;
    }
    
    .specifications .description {
        bottom: 10px;
        position: static;
        margin-top: 35%;
    }
}

/*color variables */

/*font variables */

/*Common variables*/

/* Component color varibales */

/* Glance component variables */

/*Latest News component variables*/

/*Lifetime Support component variables*/

/*Business challenges component variables*/

/*Location component variables*/

/*Vacancies component variables*/

/*Case Study component variables*/

/*Form component variables*/
.product-details {
    clear: both;
}
.product-details .row {
    margin: 0;
}
.product-specifications {
    background-color: #231f20;
    padding: 60px 0;
    background-image: url("clientlib-all/assets/images/B2B%20Panel%20BlackDots%202200x700.jpg");
}
.product-specifications .align-left,
.specifications .align-right {
    padding: 0 30px;
}
.product-specifications img {
    max-width: 100%;
}
.product-specifications .align-left {
    text-align: right;
}
.imageText {
    background: #231f20;
}
.product-specifications .details li a {
    color: #fff;
}
.product-specifications .details {
    clear: both;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-top: 30px;
    text-align: center;
    color: #fff;
}
.product-specifications .details li {
    padding: 0 20px;
}
.product-specifications span {
    display: block;
}
@media screen and (max-width: 767px) {
    .product-specifications {
        padding: 40px 0;
    }
    
    .product-specifications .align-left,
    .product-specifications .align-right {
        padding: 0 10px;
    }
}

/*color variables */

/*font variables */

/*Common variables*/

/* Component color varibales */

/* Glance component variables */

/*Latest News component variables*/

/*Lifetime Support component variables*/

/*Business challenges component variables*/

/*Location component variables*/

/*Vacancies component variables*/

/*Case Study component variables*/

/*Form component variables*/
.product-configuration {
    clear: both;
    padding: 60px 0;
    position: relative;
}
.product-configuration h2 {
    color: #000000;
    text-align: center;
    padding: 0;
    margin: 0 0 15px 0;
}
.prod-config-img {
    padding: 0;
}
.prod-config-image-section {
    padding: 0;
}
.product-configuration .prod-config-image-section img {
    float: right;
}
.product-configuration .prod-config-steps {
    position: unset;
}
.product-configuration .prod-config-steps ul {
    margin-top: 50px;
}
.product-configuration .prod-config-steps ul li {
    display: block;
    font-size: 18px;
       
    color: #424243;
    line-height: 28px;
    margin-bottom: 20px;
}
.product-configuration .prod-config-steps ul li span {
    font-size: 24px;
       
    color: #000000;
    line-height: 28px;
}
.product-configuration .prod-config-steps .prod-config-button {
    position: unset;
    bottom: 60px;
}
.product-configuration .prod-config-steps .prod-config-button .btn {
    background: #1788c3;
    font-size: 18px;
    color: #fff;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
    .product-configuration {
        padding: 40px 0;
    }
    
    .product-configuration .prod-config-image-section .prod-config-img {
        text-align: center;
    }
    
    .product-configuration .prod-config-image-section img {
        float: none;
    }
    
    .product-configuration .prod-config-steps .prod-config-button {
        position: unset;
    }
}
.product-config .row {
    margin: 0;
}
.product-configuration {
    clear: both;
    padding: 60px 0;
    position: unset;
    background: #ddd;
}
.product-configuration .prod-config-steps {
    position: unset;
}
.product-configuration .prod-config-steps .prod-config-button {
    position: unset;
    padding-top: 60px;
}
.product-configuration .prod-config-steps ul {
    margin: 0;
    padding: 0;
    position: unset;
    bottom: 0;
}
.product-configuration .prod-config-steps ul li {
    padding: 0;
    width: 320px;
    margin-bottom: 15px;
}
.product-configuration .prod-config-steps .prod-config-button {
    position: unset;
    bottom: 60px;
}
.prod-config-button ul.faq__queries__buttons li.cta-buttons-list .button {
    width: 320px;
}
.product-configuration .prod-config-steps ul li {
    padding-left: 0;
}
.product-configuration .prod-config-steps .prod-config-button {
    position: unset;
    bottom: 60px;
    padding-top: 30px;
}
@media only screen and (max-width:479px) {
    .prod-config-button ul.faq__queries__buttons li.cta-buttons-list .button {
        width: 270px;
    }
}
.prod-config-button li.cta-buttons-list {
    padding: 0;
}

/*Added by LTI for LightBox video component*/
.video .video-component {
    padding: 0;
}
.video-component .video-image {
    width: 100%;
}
.video-component .lightbox {
    display: none;
    width: 960px;
    height: 415px;
    margin: 20px 0;
    position: fixed;
    top: 0;
    left: 20%;
    padding: 0px;
    opacity: 1;
    background: #fff;
    z-index: 10001;
    /*new global nav implamented so inceased the z-index value*/
}
.video-component .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
}
.video-component .video-close {
    width: 40px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    opacity: 0.5;
}
.video-component .video-close:hover {
    opacity: 1;
}
.video-component .content div {
    display: none;
}
.lb-mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 10000;
}
#article {
    font-family: Agenda-Light, "Agenda Light", Agenda, "Arial Narrow", sans-serif;
    color: white;
    padding: 0;
    width: 33%;
    margin: 0;
    float: right;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#article button {
    display: block;
    width: 80%;
    padding: .4rem;
    border: none;
    margin: 1rem auto;
    font-size: 1.3rem;
    background: none;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s background;
}
.vjs-menu .vjs-menu-content li.vjs-menu-item {
    /*Added for Quality selector plugin*/
    
    display: list-item;
}

/*Player Information close icon*/
.video-component .lightbox .video-js .vjs-control.vjs-close-button {
    right: 25px;
    top: 1.5em;
}
@media (min-width: 300px) {
    #videoContainer .bc-player-HkBGXZbMg_default.vjs-fullscreen,
    #videoContainer .bc-player-HkBGXZbMg_default.vjs-fullscreen .vjs-tech,
    #videoContainer .bc-player-WRdp9RcYY_default.vjs-fullscreen,
    #videoContainer .bc-player-WRdp9RcYY_default.vjs-fullscreen .vjs-tech,
    #videoContainer .bc-player-MNmwL00f3a_default.vjs-fullscreen,
    #videoContainer .bc-player-MNmwL00f3a_default.vjs-fullscreen .vjs-tech,
    #videoContainer .bc-player-U1YfjdcjBL_default.vjs-fullscreen,
    #videoContainer .bc-player-U1YfjdcjBL_default.vjs-fullscreen .vjs-tech,
    #videoContainer .bc-player-ryxYFdtk8_default.vjs-fullscreen,
    #videoContainer .bc-player-ryxYFdtk8_default.vjs-fullscreen .vjs-tech {
        width: 100% !important;
        height: 100% !important;
    }
}
@media (min-width: 768px) {
    /*Added by LTI Sp Code Starts Here*/
    
    .parsys_column .video,
    .parsys_column .video .video-component,
    .parsys_column .video-component .video-image {
        min-height: 320px;
    }
    /*Ends here*/
}
@media (min-width: 1200px) {
    .video-component .lightbox .bc-iframe,
    .video-component .lightbox .bc-iframe body,
    .video-component .lightbox .video-js .vjs-tech,
    .video-component .lightbox .bc-player-HkBGXZbMg_default,
    .video-component .lightbox .bc-player-WRdp9RcYY_default,
    .video-component .lightbox .bc-player-MNmwL00f3a_default,
    .video-component .lightbox .bc-player-U1YfjdcjBL_default,
    .video-component .lightbox .bc-player-ryxYFdtk8_default {
        width: 960px !important;
        height: 465px !important;
    }
}
@media (max-width: 1199px) {
    .video-component .lightbox,
    .video-component .lightbox .bc-iframe,
    .video-component .lightbox .bc-iframe body,
    .video-component .lightbox .video-js .vjs-tech,
    .video-component .lightbox .bc-player-HkBGXZbMg_default,
    .video-component .lightbox .bc-player-WRdp9RcYY_default,
    .video-component .lightbox .bc-player-MNmwL00f3a_default,
    .video-component .lightbox .bc-player-U1YfjdcjBL_default,
    .video-component .lightbox .bc-player-ryxYFdtk8_default {
        width: 780px !important;
        height: 380px !important;
    }
}
@media (max-width: 1023px) {
    .video-component .lightbox {
        width: 80% !important;
        height: 40vh !important;
    }
    
    .video-component .lightbox .bc-iframe,
    .video-component .lightbox .bc-iframe body,
    .video-component .lightbox .video-js .vjs-tech,
    .video-component .lightbox .bc-player-HkBGXZbMg_default,
    .video-component .lightbox .bc-player-WRdp9RcYY_default,
    .video-component .lightbox .bc-player-U1YfjdcjBL_default,
    .video-component .lightbox .bc-player-ryxYFdtk8_default {
        width: 100% !important;
        height: 50vh !important;
    }
}
@media (max-width: 991px) {
    .video-component .lightbox {
        margin-top: 85px;
    }
}
@media (max-width: 767px) {
    .video-component .lightbox {
        width: 100% !important;
        height: 40vh !important;
        margin-top: 85px;
        left: 0% !important;
    }
}
#primary-nav-container {
    position: relative;
}
.primary {
    position: absolute;
    right: 30px;
    top: 0;
    padding: 0;
    z-index: 999;
}
.sub-dropdown {
    display: none;
}
.primary>li:hover {
    background: #f1f1f1;
}
.primary li a:hover {
    border-radius: 0;
}
.secondary {
    position: absolute;
    right: -20px;
    top: 0;
    padding: 0 5px;
    z-index: 999;
}
.secondary .sub-dropdown {
    right: 5px;
    width: 130px;
}
.secondary>li {
    padding: 0 4px;
}
.secondary>li:hover {
    background: #e6e6e7;
    border-radius: 5px 5px 0 0;
}
.primary >li>a {
    font-size: 13px;
    border: 1px solid #e6e6e7;
    border-radius: 0 0PX 5PX 5PX;
    padding: 5px 15px;
    cursor: pointer;
    width: 230px;
    display: block;
    color: #9d2a54;
    background: #fff;
}
.sub-dropdown {
    position: absolute;
    padding: 5px 10px;
    background: #e6e6e7;
    z-index: 9999;
    width: 230px;
    border-radius: 0 0 5px 5px;
    margin-left: 0;
}
.sub-dropdown>li {
    display: block;
    list-style: none;
    padding: 1px 2px;
    cursor: pointer;
}
.primary>li>a:hover {
    text-decoration: none;
    background: #f1f1f1;
}
.sub-dropdown li a:hover {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.secondary .sub-dropdown li a:hover {
    color: #1788c3;
}
.secondary .flag-icon {
    background-image: url(clientlib-all/assets/images/resmed-flags.png);
    background-position: 0 0;
    width: 21px;
    height: 22px;
    display: block;
    margin: 8px 7px 7px 7px;
}
.secondary .sub-dropdown li a {
    line-height: 0;
}
.secondary .sub-dropdown li a .icon-general-globe {
    position: relative;
    float: right;
    font-size: 22px;
    font-size: 2.2rem;
}
.sub-dropdown li a {
    font-size: 13px;
    color: #888;
}
.active {
    font-weight: bold;
}
@media only screen and (max-width:991px) {
    .primary,
    .secondary {
        display: none;
    }
}
.button.link-primary.login-btn {
    position: absolute;
    right: 80px;
    width: 130px;
    border-bottom: 1px solid #f55b5a;
    border-left: 1px solid #f55b5a;
    border-right: 1px solid #f55b5a;
    font-size: 13px;
}
#site-utility {
    right: 273px;
}
//CSS for login -section
.login-section {
    top: 50px;
    right: 100px;
}
.country-selector-flag-icon {
    display: inline-block;
    padding: 6px;
}
.copy-right {
    font-size: 12px;
    color: #9b9b9e;
}
@charset "UTF-8";
.faq {
    overflow: hidden;
}
.accordian {
    clear: both;
    margin: 0 auto;
}
.accordian p {
    font-style: normal;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 5px;
}
.accordian--container {
    padding: 40px 0;
    padding: 4rem 0 1rem;
}
.accordian--container h3 {
    margin-bottom: 30px;
    padding: 0;
    margin-top: 0;
    text-align: center;
    font-size: 44px;
       
    color: #000000;
    line-height: 48px;
}
.accordian--container .icon-down_arrow {
    background: url("clientlib-all/assets/images/plus_icon.png");
    width: 18px;
    height: 18px;
}
.accordian--container .icon-up_arrow {
    background: url("clientlib-all/assets/images/minus_icon.png");
    width: 18px;
    height: 18px;
}
.accordian--list {
    text-align: left;
}
.accordian--list > li {
    display: block;
    border-top: 1px solid #ecebea;
    padding: 20px 15px 20px 0;
    overflow: hidden;
}
.accordian--list li > a {
    display: block;
    font-size: 20px;
    font-family: "Cern Light", Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 24px;
    outline: 0 none;
}
.accordian--list li i {
    vertical-align: middle;
}
.accordian--list li.inline-block {
    display: inline-block;
}
.accordian--content {
    display: none;
    height: 0;
    transition: all ease .4s;
    margin: 5px 0 0;
    padding: 0;
}
.accordian--content.show {
    display: block;
    height: auto;
    padding: 0;
}
.accordian--content p {
    padding: 15px 0;
    padding: 1.5rem 0;
    font-size: 18px;
    font-family: "Cern Light", Helvetica, Arial, sans-serif;
    color: #424243;
    line-height: 20px;
}
.faq .accordian .accordian--content p.text-content {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
}
.fa-ques {
    cursor: text;
}
.accordian--content > ul,
.accordian--content > ol {
    margin: 1.8rem 1.8rem 1.8rem 2.5rem;
}
.accordian--content ul li ul,
.accordian--content ol li ol,
.accordian--list ul li ol,
.accordian--list ol li ul {
    margin-top: 18px;
    margin-top: 1.8rem;
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
    padding-left: 20px;
    padding-left: 2rem;
}
.accordian--content > ol {
    margin: 10px 18px 20px 18px;
    margin: 1rem 1.8rem 2rem 1.8rem;
    padding: 0;
}
.accordian--content ul li,
.accordian--content ol li {
    display: list-item;
    margin-left: 10px;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
    padding: 0;
    overflow: unset;
    border: 0;
    list-style: disc;
    list-style-position: outside;
    line-height: 1.415;
}
.accordian--content > ol > li,
.accordian--list ul li ol li {
    list-style: decimal;
}
.accordian--list ol li ol li {
    list-style: lower-alpha;
}
.accordian--content > ul > li:last-child,
.accordian--content > ol > li:last-child {
    margin-bottom: 40px;
    margin-bottom: 4rem;
}
.accordian--content ul p,
.accordian--content ol p {
    margin-left: -8px;
}
@media screen and (min-width: 320px) and (max-width: 544px) {
    .accordian {
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .accordian--content > ul,
    .accordian--content > ol {
        margin-right: 0;
    }
}

/*Table Code */
.faq .accordian .accordian--list .accordian--content table {
    width: 100%;
}
.faq .accordian .accordian--list .accordian--content table caption {
    display: none
}
/*Adding this styles just to edit the table layout in FAQ RTE from LTI*/
.faq .accordian .accordian--list .accordian--content table tbody th,
.faq .accordian .accordian--list .accordian--content table tbody tr td {
    width: auto;
    padding: 1.7rem;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: middle;
}
.faq .accordian .accordian--list .accordian--content table tbody th {
    background-color: #1788c3;
    border-right: none;
    border-top: solid 1px #5dacd5;
    min-width: 95px;
    color: #fff;
}
.faq .accordian .accordian--list .accordian--content table tr:nth-child(even) td {
    background-color: #f4f4f4;
    border-right: solid 1px #ffffff;
}
.faq .accordian .accordian--list .accordian--content table tr:nth-child(odd) td {
    background-color: #ebebeb;
    border-right: solid 1px #ffffff;
}
body.overflow {
    left: 0;
    right: 0;
}
.rotating-image-360 {
    padding: 60px 0;
    overflow: hidden;
}
.rotating-image-360 .rotation-thumbnail {
    float: right;
    max-width: 100%;
    padding-right: 50px;
}
.rotating-image-360 .heading-details h1 {
    margin: 0;
    color: #000;
}
.rotating-image-360 .heading-details p {
    font-size: 32px;
    line-height: 36px;
    color: #000;
}
.rotating-image-360 .features ul {
    padding-top: 20px;
    margin-left: 20px;
}
.rotating-image-360 .features .rte-styles ul li {
    list-style: initial;
    list-style: outside;
    display: list-item;
    font-size: 18px;
    color: #424243;
    line-height: 28px;
    padding-bottom: 15px;
}

/*5.6 to 6.2 migration templates code for table view*/
.rte-styles .table-view {
    margin: 20px 0;
    margin: 2rem 0;
}
.rte-styles .table-view .dark-table th {
    background-color: #3a3a3a;
    border-right: 1px solid #555;
}

/*CTA Button code Align Center*/
.rotating-image-360 li.cta-buttons-list.cta-align-center {
    float: none !important;
}
.rotating-image-360 .cta-buttons-list .button.link-text {
    color: #1788c3;
}
.rotating-image-360 .cta-buttons-list .button.link-text:hover,
.rotating-image-360 .cta-buttons-list .button.link-text:active,
.rotating-image-360 .cta-buttons-list .button.link-text:focus {
    color: #1a98da;
}
@media screen and (min-width: 768px) {
    .rte-styles .table-view .dark-table th:nth-child(2) {
        min-width: 95px;
    }
}
@media screen and (max-width: 991px) {
    .rotating-image-360 {
        padding: 40px 0px;
    }
}
@media screen and (max-width: 767px) {
    .rotating-image-360 {
        padding: 30px 0px;
    }
}

/*Rermoved for two column rotating image top space*/
.rotate-icon-360 {
    clear: both;
    padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
    .rotate-icon-360 {
        padding-top: 10px;
    }
}
.close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    cursor: pointer;
    background: #000;
    z-index: 10;
    padding: 5px;
}
.image-rotation {
    display: block;
    visibility: hidden;
    top: -1000%;
    opacity: 0;
    position: fixed;
    padding: 0px;
    opacity: 1;
    background: #fff;
    z-index: 10001;
    width: 80%;
    left: 10%;
    height: 90vh;
    margin: 0 auto;
    transition: all ease .4s;
}
.image-rotation.top {
    top: 5%;
}
.image-rotation.lb-show {
    visibility: visible;
    opacity: 1;
}
.image-rotation-light-box {
    width: 55%;
    height: 90vh;
    display: table !important;
    position: absolute;
    left: 20%;
}
.image-rotation.lb-show {
    display: table !important;
}
@media screen and (max-width: 991px) {
    .image-rotation {
        width: 92%;
        left: 4%;
    }
}
@media screen and (max-width: 767px) {
    .image-rotation {
        width: 90%;
        left: 5%;
    }
}
.image-rotation .reel.reel-overlay {
    margin: 0 auto;
    display: table-cell !important;
    text-align: center;
    width: 100% !important;
    vertical-align: middle;
}
.image-rotation img.reel {
    background-repeat: no-repeat;
    margin: -9px auto;
    z-index: -1;
}
.resicon.rotate-left {
    position: absolute;
    top: 50%;
    left: 0%;
}
.resicon.rotate-right {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
    right: 0%;
}
.rotate-icon-360 {
    float: none;
    text-align: center;
}
.icon-360 {
    cursor: pointer;
}
.rotating-image-360 .features ul.faq__queries__buttons {
    padding: 0;
    text-align: left;
    margin: 0;
}
.rotating-image-360 ul.faq__queries__buttons li {
    padding: 0;
    width: 25%;
    float: left;
    margin-right: 0;
}
ul.faq__queries__buttons li a {
    font-size: 15px;
}
.rotating-image-360 ul.faq__queries__buttons li.cta-buttons-list {
    float: none;
    width: 100%;
    padding: 0;
}
.rotating-image-360 ul.faq__queries__buttons li.cta-buttons-list .button {
    width: 100%;
    overflow: hidden;
    padding: 14px;
    font-size: 16px;
    height: 53px;
}
.rotating-image-360 ul.faq__queries__buttons li:last-child.cta-buttons-list {
    margin-right: 0;
}

/*CTA text link*/
.rotating-image-360 ul.faq__queries__buttons li.cta-buttons-list.list-link {
    display: inline-block;
    margin: 25px 20px 20px 0px;
    line-height: 0;
    vertical-align: bottom;
}
.rotating-image-360 ul.faq__queries__buttons li.cta-buttons-list.list-link .link-anchor:hover {
    text-decoration: underline !important;
}
@media screen and (min-width:768px) {
    .rotating-image-360 ul.faq__queries__buttons li.cta-buttons-list {
        float: left;
        width: 98%;
        padding: 0;
    }
}
@media screen and (min-width:992px) {
    .rotating-image-360 ul.faq__queries__buttons li.cta-buttons-list {
        float: left;
        width: 30%;
        padding: 0;
        margin-right: 2%;
    }
    
    .rotating-image-360 ul.faq__queries__buttons li.cta-buttons-list.list-link {
        width: auto;
        min-width: auto;
    }
}
@media screen and (min-width: 1024px) {
    .image-rotation img.reel {
        height: 100% !important;
        /*Added for the lightbox image was extended to out of the lightbox*/
    }
}
@media screen and (max-width: 991px) {
    .image-section {
        text-align: center;
    }
    
    .rotating-image-360 .rotation-thumbnail {
        float: none;
        padding-right: 0;
    }
    
    .resicon.rotate-right {
        right: 0%;
    }
    
    .resicon.rotate-left {
        left: 0%;
    }
    
    .image-rotation-light-box {
        width: 60%;
        height: 90vh;
        display: table !important;
        position: absolute;
        left: 20%;
    }
    
    .rotating-image-360 ul.faq__queries__buttons li.cta-buttons-list.list-link {
        margin: 0;
        padding-left: 20px;
        margin-top: 15px;
    }
    
    .rotating-image-360 ul.faq__queries__buttons li.cta-buttons-list.cta-unlimited-txt {
        width: 98% !important;
    }
}
@media screen and (max-width: 767px) {
    .resicon.rotate-right {
        right: 0%;
        z-index: 10;
        width: 20%;
    }
    
    .resicon.rotate-left {
        left: 0%;
        z-index: 10;
        width: 20%;
    }
    
    ul.faq__queries__buttons li {
        padding: 0;
        width: 100%;
    }
    
    .image-rotation-light-box {
        width: 80%;
        height: 90vh;
        display: table !important;
        position: absolute;
        left: 10%;
    }
    
    .rotating-image-360 .heading-details p {
        font-size: 22px;
        line-height: 25px;
    }
}

/*Customized Code*/
.hero-mask-selector .list-inline li {
    cursor: pointer;
}

/*Select Model Codes*/
.productcarousel .hero-mask-selector {
    margin-left: 50px;
}
.productcarousel .hero-mask-selector h6 {
    font-weight: 600;
    font-size: 1.4rem;
    color: #424243;
}
.video-animation-component {
    line-height: 0;
    min-height: 430px;
    padding: 60px 0;
}
.video-animation {
    overflow: hidden;
    position: relative;
}
.video-animation-component .container {
    position: relative;
}
.video-animation-component video,
.video-animation-component img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:1600px) {
    .video-animation-component video,
    .video-animation-component img {
        object-fit: cover;
    }
}
@media screen and (min-width:1743px) {
    .video-animation {
        padding: 60px 0;
    }
    
    .video-animation-component video,
    .video-animation-component img {
        object-fit: cover;
    }
}
.video-animation-component .text-comp {
    font-size: 18px;
    line-height: auto;
}
.video-animation-component .text-comp.text-white {
    color: #fff;
}
.video-animation-component .text-comp.text-black {
    color: #424243;
}
.video-animation-component .text-comp.text-white a {
    color: #1788c3;
}
.video-animation-component .text-comp.text-black a {
    color: #1788c3;
}
.video-animation-component .text-comp.top-left {
    float: left
}
.video-animation-component .text-comp.top-right {
    float: right;
}
.video-animation-component .text-comp.center {
    margin: 0 auto;
    float: none;
    text-align: left;
}
@media screen and (max-width:767px) {
    .video-animation-component {
        padding: 30px 0;
    }
    
    .video-animation-component {
        min-height: 600px;
    }
    
    .video-animation-component video,
    .video-animation-component img {
        position: absolute;
        bottom: 0;
        top: initial;
    }
    
    .video-animation-component .text-comp {
        padding-bottom: 300px;
    }
}
.video-ipad {
    display: none;
}
.video-iphone {
    display: none;
}
@media screen and (min-width:1280px) {
    .ie .video-animation-component video {
        transform: scale(1.2);
    }
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px;
}
.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}
.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.twentytwenty-before-label {
    opacity: 0;
}
.twentytwenty-before-label:before {
    content: "Before";
}
.twentytwenty-after-label {
    opacity: 0;
}
.twentytwenty-after-label:before {
    content: "After";
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}
.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}
.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}
.twentytwenty-before {
    z-index: 20;
}
.twentytwenty-after {
    z-index: 10;
}
.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}
.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px;
}
.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px;
}
.twentytwenty-overlay {
    display: none;
}
.slider-image-container,
.twentytwenty-container {
    left: 50%;
    transform: translateX(-50%);
}
.image-slider .row {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .slider-image-container {
        padding: 0;
        margin: 10px 0;
    }
}
.support-accessories {
    padding: 0;
}
.support-accessories .mobi-support-accessories {
    padding: 40px 0;
}

/*.support-accessories .mobi-support-accessories h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1em; 
}*/
.support-accessories .mobi-support-accessories h2 small {
    font-size: 65%;
}
.support-accessories .mobi-support-accessories h3 {
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0 0 15px;
    /*30px replaced by 15px by LnT*/
    
    margin-bottom: 1.5rem;
}
.support-accessories .mobi-support-accessories img {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}
.rmProd-support-teaser.support-accessories-content .colm-ctrl {
    float: none;
    display: inline-flex;
    position: relative;
}
.rmProd-support-teaser.support-accessories-content .colm-ctrl .colm-ctrlinrcont,
.rmProd-support-teaser.support-accessories-content .colm-ctrl .titledesc {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.support-accessories .teaser-item .teaser-content .accessoreis-item {
    padding-top: 15px;
    padding-bottom: 15px;
}
.rmProd-support-teaser.support-featured .support-featured-list-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*Support-Accessories Center Alignment Code*/
.support-accessories .teaser-item .teaser-content.boxcontainer-center .accessoreis-item {
    float: none;
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
}

/*Support accessories image alignment*/
.support-accessories .teaser-item .teaser-content .accessoreis-item .support-accsimg-align {
    display: block;
}
.support-accessories .teaser-item .teaser-content .accessoreis-item .support-accsimg-align img {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .support-accessories .mobi-support-accessories h2 {
        text-align: center;
    }
}
@media (max-width: 767px) {
    /*.support-accessories .mobi-support-accessories h2 {
        font-size: 25px;
        font-size: 2.5rem;
    }*/
    
    .support-accessories .mobi-support-accessories h3 {
        font-size: 22px;
        font-size: 2.2rem;
        margin: 0 0 10px;
        margin-bottom: 1rem;
    }
    
    .support-accessories .mobi-support-accessories p a {
        display: inline-block;
    }
    
    .support-accessories-content .teaser-content .accessoreis-item .titledesc p {
        height: auto !important;
    }
    
    .suppaccs-more-info {
        margin-top: 20px;
        display: inline-block;
    }
}

/* 
  ==============================================================================
    Copyright 2017, LTI;  All Rights Reserved.
    This software is the confidential and proprietary information of 
    LTI, ("Confidential Information"). You shall not
    disclose such Confidential Information and shall use it only in
    accordance with the terms of the license agreement you entered into
    with LTI.
    @author Mohamed Fazil
    ResMed
  ==============================================================================
*/

/*Two Column Intro Component code*/
.parsys-column.dark-grey,
.dark-grey {
    background: #5d5d5d;
}
.parsys-column.light-grey,
.light-grey {
    background: #ebebeb;
}
.parsys-column.blue,
.blue {
    background: #1788c3;
}
.parsys-column.white,
.white {
    background: #ffffff;
}
.parsys_column.dark-grey {
    color: #ffffff;
}
.parsys_column.blue {
    color: #ffffff;
}
.support-references .container.references h1 {
    margin: 0 0 4rem;
}
.support-references .container.references p {
    width: 71%;
    margin: 30px auto;
}

/*.parsys-column.cq-colctrl-lt0{
    padding: 40px0 10px 0;
    padding: 4rem 0 1rem 0;
}*/
.parsys-column.cq-colctrl-lt0 {
    /*Added for 2Column 3 Adjacent 3 rows alternate image and text component*/
    
    padding-top: 40px;
    padding-bottom: 40px;
}
.parsys-column.two-column {
    width: 100%;
    padding: 40px 0;
    padding: 4rem 0;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
}
.parsys-column.two-column h1 {
    font-size: 50px;
    font-size: 5rem;
}
.parsys-column.two-column h3,
.parsys-column.cq-colctrl-lt0 h3 {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    font-size: 32px;
    font-size: 3.2rem;
}
.parsys_column.dark-grey h3,
.parsys_column.blue h3 {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    color: #ffffff;
}
.parsys_column.blue h1 {
    color: #ffffff;
}
.parsys-column.two-column li {
    padding-bottom: 10px;
}

/*.parsys-column.two-column li:before {
    content: 'â€¢';
    margin-right: 3px;
    margin-right: 0.3rem;
}*/
.parsys-column.two-column li b {
    padding-left: 5px;
    padding-left: 0.5rem;
}
.parsys-column.two-column p {
    font-size: 18px;
    font-size: 1.8rem;
}

/*.parsys-column.light-grey .textimage.parbase,
.parsys-column.dark-grey .textimage.parbase {
    padding: 25px 0;
    padding: 2.5rem 0;
}*/

/*.parsys_column.cq-colctrl-lt0-c0 h3,
.parsys_column.cq-colctrl-lt0-c0 p {
    text-align: right;
}*/
.parsys_column.cq-colctrl-lt0-c0,
.parsys_column.cq-colctrl-lt0-c1,
.parsys_column.two-column-c0,
.parsys_column.two-column-c1 {
    display: block;
    float: left;
    width: 50%;
    padding: 0 15px;
    padding: 0 1.5rem;
}

/*Image Text Component*/
.parsys-column.two-column div.textimage div.image,
.parsys-column.two-column .resmed-image div.image,
.parsys-column.cq-colctrl-lt0 div.textimage div.image,
.parsys-column.cq-colctrl-lt0 .resmed-image div.image {
    margin-bottom: 0px !important;
}

/*Asia page contact address*/
.parsys_column.two-column-c0 table tr td {
    font-size: 16px;
    font-size: 1.6rem;
}

/*Code ends*/
.parsys-column.cq-colctrl-lt0 {
    width: 100%;
    text-align: left;
}
.parsys_column.light-grey .textimage img {
    width: 100%;
}
.parsys_column.cq-colctrl-lt0-c0.leftcolm-image .textimage .image {
    float: right;
    text-align: right;
}
.parsys-column.two-column.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.parsys-column.dark-grey.two-column .cta-buttons {
    margin-bottom: 0;
}

/*Two Column layout bulletins*/
.parsys-column .parsys_column .text.parbase li {
    display: list-item;
    list-style: disc;
    line-height: 1.78;
}

/*Lead generation form*/
.parsys-column.two-column .lead-generation-form-two-column .mobipop-container {
    padding: 0;
}
.parsys-column.two-column .lead-generation-form-two-column .mobipop-container .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
}
.parsys-column.cq-colctrl-lt0 .video-inline-inrcont,
.parsys-column.two-column .video-inline-inrcont {
    padding: 0;
}

/*Fix for two col issue
@media (min-width: 544px) {
    .parsys-column.two-column.container {
        max-width: 100%;
    }
}*/
@media (max-width: 767px) {
    .support-references .container.references p {
        width: 100%;
    }
    
    .parsys-column.two-column h3 {
        margin-bottom: 20px;
        margin-bottom: 2rem;
        font-size: 24px;
        font-size: 2.4rem;
    }
    
    .parsys-column.two-column p {
        font-size: 18px;
        font-size: 1.8rem;
    }
    /*.parsys_column.cq-colctrl-lt0-c0,
    .parsys_column.cq-colctrl-lt0-c1m,
    .parsys_column.blue {
        padding: 20px 0 !important;
        padding: 2rem 0 !important;
    }*/
    
    .parsys_column.cq-colctrl-lt0-c0,
    .parsys_column.cq-colctrl-lt0-c1,
    .parsys_column.two-column-c0,
    .parsys_column.two-column-c1 {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
    }
    
    .parsys_column.cq-colctrl-lt0-c0,
    .parsys_column.two-column-c0 {
        margin-bottom: 40px;
    }
    
    .parsys-column.cq-colctrl-lt0 h3,
    .parsys-column.cq-colctrl-lt0 p {
        text-align: center;
    }
    
    .parsys-column.light-grey .textimage.parbase,
    .parsys-column.dark-grey .textimage.parbase {
        padding: 0;
    }
    
    .parsys_column.cq-colctrl-lt0-c0.leftcolm-image .textimage .image {
        float: none;
        text-align: center;
    }
    
    .parsys-column div.textimage div.image {
        float: none;
        text-align: center;
    }
    
    .parsys-column div.textimage div.image img {
        display: inline;
    }
    /*Container changing position using css flex method inmobile device*/
    
    .parsys-column.cq-colctrl-lt0 .container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    
    .parsys_column.cq-colctrl-lt0-c0 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    
    .parsys_column.cq-colctrl-lt0-c1 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    
    .parsys_column.cq-colctrl-lt0-c0.leftcolm-image {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 1;
    }
    
    .parsys-column.two-column .cta-buttons {
        margin-bottom: 0;
    }
    
    .parsys-column.two-column .cta-buttons .faq__queries__buttons {
        padding-bottom: 0;
    }
    /*.leftcolm-image .parsys_column.cq-colctrl-lt0-c1.leftcolm-image{
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 2;
    }*/
}

/*IE11 CSS FIX FOR TWO COLUMN LAYOUT*/
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    div.textimage div.image {
        float: none !important;
    }
}
.helpful-resource-optimization.support-resources h3 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 40.66px;
    color: #000;
}
.helpful-resource-optimization.support-resources .support-resource-items > .support-resource-item > a .fa {
    color: #424243;
    position: absolute;
    left: 0;
    top: 15px;
    /*Added by Lnt */
    
    font-size: 25px;
    font-size: 2.5rem;
    margin-top: -12.5px;
    margin-top: -1.25rem;
}
.helpful-resource-optimization.support-resources .support-resource-items > .support-resource-item > a h5 {
       
    font-size: 18px;
    line-height: 22.05px;
    margin: 0;
    -webkit-text-stroke-width: 0.15px;
    -webkit-text-stroke-color: #000;
    color: #000;
}
.helpful-resource-optimization.support-resources .support-resource-item a:hover,
.helpful-resource-optimization.support-resources .support-resource-items a h5:hover {
    text-decoration: none;
    color: #048bd4;
}

/*SUPPORT LANDING MIGRTAION STYLES*/
.support-resources.product-support-downloads h3 small {
    margin: 15px 0;
    font-size: 18px;
}
.support-resources.product-support-downloads .content-para-primary {
    margin-bottom: 20px;
}
.support-landing-featured {
    width: 1170px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .helpful-resource-optimization.support-resources .list-inline>li.support-resource-item {
        float: left;
        margin-bottom: 15px;
    }
}
@media (max-width: 1024px) {
    .support-landing-featured {
        width: auto;
    }
}
@font-face {
    font-family: "resicon";
    src: url('clientlib-all/resicons/resicon.eot');
    src: url('clientlib-all/resicons/resicon.eot?#iefix') format('eot'), url('clientlib-all/resicons/resicon.woff') format('woff'), url('clientlib-all/resicons/resicon.ttf') format('truetype'), url('clientlib-all/resicons/resicon.svg#resicon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.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-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.resicon-2x {
    font-size: 2em;
}
.resicon-3x {
    font-size: 3em;
}
.resicon-4x {
    font-size: 4em;
}
.resicon-5x {
    font-size: 5em;
}
.resicon-fw {
    width: 1.2857142857142858em;
    text-align: center;
}
.resicon-classic-full-face:before {
    content: "\E001"
}
.resicon-classic-nasal:before {
    content: "\E002"
}
.resicon-compact-full-face:before {
    content: "\E003"
}
.resicon-compact-nasal:before {
    content: "\E004"
}
.resicon-pillow-mask:before {
    content: "\E005"
}
.resicon-avatar:before {
    content: "\E006"
}
.resicon-search:before {
    content: "\E007"
}
.resicon-angle-up:before {
    content: "\E008"
}
.resicon-pdf:before {
    content: "\E009"
}
.resicon-medal:before {
    content: "\E010"
}
.resicon-calendar:before {
    content: "\E011"
}
.resicon-certificate:before {
    content: "\E012"
}
.resicon-rotate-left:before {
    content: "\E013"
}
.resicon-rotate-right:before {
    content: "\E014"
}
.resicon-arrow-down:before {
    content: "\E015"
}

/*ResMed Icons*/

/*== SITE ICONS ==*/
@font-face {
    font-family: 'resmed-icon';
    src: url('clientlib-all/resicons/resmed-icon.eot');
    src: url('clientlib-all/resicons/resmed-icon.eot#iefix') format('embedded-opentype'),
      url('https://5935712.fs1.hubspotusercontent-na1.net/hubfs/5935712/resmed-icon.woff') format('woff'),
      url('clientlib-all/resicons/resmed-icon.ttf') format('truetype'),
      url('https://5935712.fs1.hubspotusercontent-na1.net/hubfs/5935712/resmed-icon-white.png') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

/* Specific styles- Header navigation icons */
.icon-site-masks,
.icon-site-devices,
.icon-site-dental,
.icon-site-humidifiers,
.icon-site-accessories,
.icon-site-humidification,
.icon-site-patient-interfaces,
.icon-site-monitoring-and-data-management,
.icon-site-cloud-data,
.icon-circle-0p5 {
    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-circle-0p5:before {
    content: "\2e";
}
.icon-site-accessories:before {
    content: "\58";
}
.icon-site-dental:before {
    content: "\5c";
}
.icon-site-devices:before {
    content: "\5d";
}
.icon-site-humidifiers:before,
.icon-site-humidification:before {
    content: "\66";
}
.icon-site-masks:before,
.icon-site-patient-interfaces:before {
    content: "\69";
}
.icon-site-cloud-data:before,
.icon-site-monitoring-and-data-management:before {
    content: "\5a";
}

/*End*/

/*Icons styles*/

/* ==========================================================================
=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;
}
.icon-medium {
    font-size: 76px;
    width: 76px;
    height: 76px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* ==========================================================================
    =FONTS for Chorme
    =========================================================================== */
    
    @font-face {
        font-family: 'resmed-icon';
        src: local('?'), url('clientlib-all/resicons/resmed-icon.ttf#resmed-icon') format('ttf');
        font-weight: normal;
        font-style: normal;
    }
}

/*New Mask Icon styles*/
@font-face {
    font-family: 'new-resicons';
    src: url('clientlib-all/resicons/new-resicons.eot');
    src: url('clientlib-all/resicons/new-resicons.eot#iefix') format('embedded-opentype'), url('clientlib-all/resicons/new-resicons.ttf') format('truetype'), url('clientlib-all/resicons/new-resicons.woff') format('woff'), url('clientlib-all/resicons/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="newicon-"],
[class*=" newicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    
    font-family: 'new-resicons' !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;
}

/*Font size is reduced Only for custom made dental CAD/CAM Icon*/
.newicon-custom-made-dental:before {
    font-size: 5.5rem !important;
}
/*Code End*/
.newicon-clinical-proven:before {
    content: "\e907";
}
.newicon-custom-made-dental:before {
    content: "\e908";
}
.newicon-quality-safety:before {
    content: "\e909";
}
.newicon-certificate:before {
    content: "\e900";
}
.newicon-classic-fullface-mask:before {
    content: "\e901";
}
.newicon-classic-nasal-mask:before {
    content: "\e902";
}
.newicon-cradle-mask:before {
    content: "\e903";
}
.newicon-fullface-mask:before {
    content: "\e904";
}
.newicon-nasal-mask:before {
    content: "\e905";
}
.newicon-nasal-pillow-mask:before {
    content: "\e906";
}

/*Oxygen Icon for Mask Series*/
@font-face {
    font-family: 'oxygen-icon';
    src: url('clientlib-all/resicons/oxygen-icon.eot?rn46ma');
    src: url('clientlib-all/resicons/oxygen-icon.eot?rn46ma#iefix') format('embedded-opentype'), url('clientlib-all/resicons/oxygen-icon.ttf?rn46ma') format('truetype'), url('clientlib-all/resicons/oxygen-icon.woff?rn46ma') format('woff'), url('clientlib-all/resicons/oxygen-icon.svg?rn46ma#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";
}

/*New-resmed-n30i ICON Code*/
@font-face {
    font-family: 'new-resmed-n30i';
    src: url("clientlib-all/resicons/new-resmed-n30i.eot?wmxzo4");
    src: url("clientlib-all/resicons/new-resmed-n30i.eot?wmxzo4#iefix") format("embedded-opentype"), url("clientlib-all/resicons/new-resmed-n30i.ttf?wmxzo4") format("truetype"), url("clientlib-all/resicons/new-resmed-n30i.woff?wmxzo4") format("woff"), url("clientlib-all/resicons/new-resmed-n30i.svg?wmxzo4#new-resmed-n30i") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="newiconi-"],
[class*=" newiconi-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    
    font-family: 'new-resmed-n30i' !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;
}
.newiconi-n30i-mask-icon:before {
    content: "\e900";
}

/* New Accessories Device Icon*/
@font-face {
    font-family: 'accessories-devices';
    src: url('clientlib-all/resicons/accessories-devices.eot?b4b3ay');
    src: url('clientlib-all/resicons/accessories-devices.eot?b4b3ay#iefix') format('embedded-opentype'), url('clientlib-all/resicons/accessories-devices.ttf?b4b3ay') format('truetype'), url('clientlib-all/resicons/accessories-devices.woff?b4b3ay') format('woff'), url('clientlib-all/resicons/accessories-devices.svg?b4b3ay#accessories-devices') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="accessories-"],
[class*=" accessories-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    
    font-family: 'accessories-devices' !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;
}
.accessories-devices:before {
    content: "\e900";
}

/*N30 icon*/
@font-face {
    font-family: 'n30-icon';
    src: url('clientlib-all/resicons/n30-icon.eot?ry7mri');
    src: url('clientlib-all/resicons/n30-icon.eot?ry7mri#iefix') format('embedded-opentype'), url('clientlib-all/resicons/n30-icon.ttf?ry7mri') format('truetype'), url('clientlib-all/resicons/n30-icon.woff?ry7mri') format('woff'), url('clientlib-all/resicons/n30-icon.svg?ry7mri#n30-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="newn30-"],
[class*=" newn30-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    
    font-family: 'n30-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;
}
.newn30-icon:before {
    content: "\e900";
}
.promotional_logo {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin: 30px 15px 15px 5px;
}
.header__logo.pormotional-cont {
    margin: 13px 0px 13px 0;
}
@media (min-width: 1300px) {
    .subscrip-head.header .container {
        max-width: 1228px;
    }
}
@media (max-width: 961px) {
    .promotional_logo {
        margin-top: 12px;
    }
    
    .promotional_logo img {
        max-height: 55px;
    }
    
    .pormotional-cont .virtual-logo {
        margin-left: 10px;
    }
    
    .pormotional-cont a {
        display: inline-block;
    }
}

/*Support image Tab modified bvy LnT*/
.rmProd-support.support-imgtabs .support-tabs .support-nav > li {
    border: 0;
}
.rmProd-support.support-imgtabs .support-tabs .support-nav > li > a {
    background-color: transparent;
}
.rmProd-support.support-imgtabs .support-tabs .support-nav > li.supnav-dyntabwid {
    width: 20%;
}
.rmProd-support.support-imgtabs .support-tabs .support-nav > li > a {
    padding: 0;
    margin-top: 5px;
}
.rmProd-support.support-imgtabs .support-tabs .support-nav > li.active > a {
    background-color: transparent;
    position: relative;
}
.rmProd-support.support-imgtabs .support-tabs .support-nav > li.active > a > span > .tab-ctrl {
    border: 4px solid #1788c3;
}
.rmProd-support.support-imgtabs .support-tabs .support-nav > li.active > a:after {
    color: #1788c3;
}
.rmProd-support.support-imgtabs .support-tabs .support-nav > li.active > a .rmProd-support.support-imgtabs .support-tabs .support-nav > li > a:hover,
.rmProd-support.support-imgtabs .support-tabs .support-nav > li > a:focus,
.rmProd-support.support-imgtabs .support-tabs .support-nav > li > a:active .rmProd-support.support-imgtabs .support-tabs .support-nav > li.active > a {
    background-color: transparent;
}
.rmProd-support.support-imgtabs .support-tabs .support-nav > li > a:hover {
    background-color: transparent;
}
.rmProd-support.support-imgtabs .support-tabs .support-nav {
    background-color: transparent;
}
.rmProd-support.support-imgtabs .nav-item-text {
    display: block;
    width: 100%;
    max-width: 265px;
    max-height: 110px;
}
.rmProd-support.support-imgtabs .tab-ctrl {
    background-repeat: no-repeat;
    width: 100%;
    height: 110px;
    background-position: center;
    background-size: cover;
    border: 4px solid transparent;
}
.rmProd-support.support-imgtabs .support-tabs.catch-navbar .support-nav {
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    box-shadow: none;
}

/*Inner content and accordsion styles*/
.rmProd-support.support-imgtabs .set-accordion h4.panel-title {
    font-size: 100%;
}
.rmProd-support.support-imgtabs .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}
.rmProd-support.support-imgtabs .panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067";
}
.rmProd-support.support-imgtabs .panel-title > a:hover,
.rmProd-support.support-imgtabs .panel-title > a:active,
.rmProd-support.support-imgtabs .panel-title > a:focus {
    text-decoration: none;
}

/*Popover styles*/
.rmProd-support.support-imgtabs .popover {
    border: 1px solid #424243;
}
.rmProd-support.support-imgtabs .popover-title {
    background-color: #424243;
    border-bottom: 1px solid #424243;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
}
.rmProd-support.support-imgtabs .popover.right > .arrow {
    border-right-color: #000;
}
.rmProd-support.support-imgtabs .panel-default {
    border-color: #424243;
}
.rmProd-support.support-imgtabs .panel-default > .panel-heading {
    color: #fff;
    background-color: #424243;
    border-color: #424243;
}
.rmProd-support.support-imgtabs .panel-title {
    color: #fff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #424243;
}

/*.rmProd-support.support-imgtabs .popover.right > .arrow:after {
    border-right-color: #424243;
}*/

/*End*/

/*Media Query Starts Here*/
@media (min-width: 768px) {
    .rmProd-support.support-imgtabs .prod-config-steps .set-popover {
        display: inline-block;
    }
    
    .rmProd-support.support-imgtabs .prod-config-steps .set-accordion {
        display: none;
    }
}
@media (max-width: 1023px) {
    .rmProd-support.support-imgtabs .support-tabs .support-nav > li.supnav-dyntabwid {
        width: 25%;
    }
}
@media (max-width: 991px) {
    .rmProd-support.support-imgtabs .prod-config-steps .set-popover {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .rmProd-support.support-imgtabs .support-tabs {
        overflow: auto;
    }
    
    .rmProd-support.support-imgtabs .support-tabs .support-nav > li.supnav-dyntabwid {
        width: 48%;
    }
    
    .rmProd-support.support-imgtabs .support-tabs .support-nav > li {
        float: none;
    }
    
    .rmProd-support.support-imgtabs .support-tabs .support-nav {
        height: auto;
    }
    
    .rmProd-support.support-imgtabs .nav-item-text {
        max-width: 100%;
    }
    
    .rmProd-support.support-imgtabs .support-tabs .support-nav > li > a .nav-item-text {
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    .rmProd-support.support-imgtabs .nav-item-text {
        width: 100%;
    }
    
    .rmProd-support.support-imgtabs .product-configuration .prod-config-steps ul li {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    .rmProd-support.support-imgtabs .product-configuration .prod-config-steps {
        margin-top: 30px;
    }
    
    .rmProd-support.support-imgtabs .prod-config-button ul.faq__queries__buttons li.cta-buttons-list .button,
    .rmProd-support.support-imgtabs .product-configuration .prod-config-steps ul li {
        width: 100%;
    }
    
    .rmProd-support.support-imgtabs .prod-config-steps .set-accordion {
        display: inline-block;
        width: 100%;
    }
    
    .rmProd-support.support-imgtabs .prod-config-steps .set-popover {
        display: none;
    }
}
.virtual-logo {
    display: inline-block;
    padding: 40px 10px;
    margin-left: 20px;
       
    font-style: italic;
    border-left: 2px solid grey;
}
@media (max-width: 961px) {
    .virtual-logo {
        padding: 10px 3px;
    }
    
    #primary-nav {
        width: 100%;
    }
}
.hiwhite {
    background-color: #FFFFFF;
    color: #000 !important;
}
.hiwhite p {
    color: #000 !important;
}
.hiwhite h2 {
    color: #000 !important;
}
.hiblue {
    background-color: #1788c3;
    color: #fff !important;
}
.hiblue h2,
.hiblue p {
    color: #fff !important;
}
.higrey {
    background-color: #EBEBEB;
}
.higrey h2,
.higrey p,
.lightgrey h2,
.lightgrey p {
    color: #424243 !important;
}
.lightgrey {
    background-color: #F6F7F7;
}
.video-inline-inrcont {
    padding: 4rem 0;
}
.video-inline-inrcont h2 {
    padding: 0 15px;
}
@media (min-width: 768px) {
    .video-inline .vid-articlecont {
        width: 73%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .video-inline .vid-articlecont {
        width: 100%;
        padding: 0 15px;
    }
}

/*Text parbase componenet - 14days Guarantee*/
.textbase-comp {
    background-color: #d3d3d3;
    padding: 3rem 0;
}
.textbase-comp h2 {
    margin: 0 0 37px 0;
    text-align: center;
}
.textbase-comp img {
    float: left;
    padding-right: 30px;
}
.textbase-comp p {
    margin-bottom: 1.4em;
}
@media (max-width: 767px) {
    .textbase-comp {
        text-align: center;
    }
    
    .textbase-comp img {
        float: none;
        margin-bottom: 30px;
    }
    
    .textbase-comp p {
        text-align: left;
    }
}

/*Flexi CTA*/
.flexi-cta-inrcont {
    padding-top: 40px;
    padding-top: 4rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;
}
.txtcomp-containerbgtxt.dark-grey.text-white a {
    /*Support landing page*/
    
    color: #1788c3 !important;
}

/*Modal Popup for astral series*/
#appinstruction-modal-desk .modal-body ol li {
    display: list-item;
    list-style: unset;
    font-size: 16px;
    text-align: left;
}
table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.table-wrapper {
    padding: 60px 0;
    padding: 6rem 0;
}
.table-view table {
    width: 100%;
}
.table-view th {
    color: #fff;
    background-color: #1788c3;
    border-right: solid 1px #8bc4e1;
}
.table-view td,
.table-view th {
    padding: 1.7rem;
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: middle;
}

/*table themes*/
.light-table tbody th,
.dark-table tbody th,
.darkest-table tbody th {
    border-right: none;
    border-top: solid 1px #5dacd5;
    min-width: 95px;
}
.light-table td,
.dark-table td,
.darkest-table td {
    border-right: solid 1px #ffffff;
}
.light-table tr:nth-child(even) td,
.dark-table tr:nth-child(even) td,
.darkest-table tr:nth-child(even) td {
    background-color: #f4f4f4;
}
.light-table tr:nth-child(even) td,
.dark-table tr:nth-child(odd) td {
    color: #303030;
}
.dark-table tr:nth-child(odd) td {
    background-color: #ebebeb;
}
.darkest-table tr:nth-child(odd) td {
    background-color: #2b2b2b;
}
.darkest-table tr:nth-child(even) td {
    background-color: #252525;
}
.darkest-table tr:nth-child(odd) td,
.darkest-table tr:nth-child(even) td {
    color: #fff;
}
@media (max-width: 767px) {
    .light-table tbody th,
    .dark-table tbody th,
    .dark-table tbody td {
        min-width: 65px;
    }
}
@media (min-width: 320px) and (max-width: 1024px) {
    .table-view table {
        table-layout: inherit !important;
    }
    
    .table-view table {
        table-layout: inherit !important;
    }
    
    .light-table tr:nth-child(even) td {
        background-color: #f4f4f4;
    }
    
    .light-table tr:nth-child(odd) td {
        background-color: #ebebeb;
    }
    
    .table-view td,
    .table-view th {
        padding: 1.2rem;
        font-size: 1.2rem;
    }
    
    .table-view table ul {
        margin-left: 0px;
    }
    
    .table-view table ul li {
        margin-left: 0px !important;
        font-size: 1.3rem !important;
    }
    
    .table-view table.dark-table .table-view td,
    .table-view th {
        word-break: initial;
    }
}

/*Cern Ultra Light Font Family Starts Here*/

/*core-resmed.css*/
html .zh_cn h1,
html .zh_cn h2,
html .zh_cn h3,
html .zh_cn h4,
html .zh_cn h5,
html .zh_cn h6 {
    font-family: "Cern UltraLight", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}

/*megamenu.css*/
html .zh_cn #primary-search-wrapper input[type=text] {
    font-family: "Cern UltraLight", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}
html .zh_cn #pushdown-nav {
    font-family: "Cern UltraLight", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}

/*custom-dropdown.css*/
html .zh_cn #site-utility .jq-dropdown-label {
    font-family: "Cern UltraLight", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}
html .zh_cn ul.jq-dropdown > li > a {
    font-family: "Cern UltraLight", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}

/*Cern Ultra Light Font Family Ends Here*####################/

/*Cern Light Font Family Starts Here*/

/*core-resmed.css*/
html .zh_cn,
html .zh_cn body {
    font-family: "Cern Light", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri;
}
html .zh_cn p {
    font-family: "Cern Light", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}
html .zh_cn input,
html .zh_cn select,
html .zh_cn textarea,
html .zh_cn button,
html .zh_cn input:focus,
html .zh_cn select:focus,
html .zh_cn textarea:focus,
html .zh_cn button:focus {
    font-family: "Cern Light", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}
html .zh_cn input[type=password] {
    font-family: "Cern Light", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}

/*clientlib-all.css*/
.zh_cn .rmProd-ecosystem p,
.zh_cn .support-resources h3,
.zh_cn .support-featured li p,
.zh_cn .support-featured li p,
.zh_cn .support-therapy-content .teaser-content p,
.zh_cn .support-therapy-content .teaser-content p,
.zh_cn .rmProd-replenishment h2 small,
.zh_cn .rmProd-replenishment h2 small p,
.zh_cn .rmProd-replenishment ul.faq__queries__buttons li.cta-buttons-list .button,
.zh_cn .support-accessories-content .rich-text p,
.zh_cn .support-accessories-content .teaser-content p,
.zh_cn .support-accessories-content .teaser-content p a,
.zh_cn .rmProd-ecosystem .ecosystem-images h4,
.zh_cn .rmProd-support .support-resources .support-resource-items > .support-resource-item > a h5,
{
    font-family: "Cern UltraLight", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}
.zh_cn .support-video-text .videoWalkthrough p,
.zh_cn .support-video-text .videoWalkthrough p a,
.zh_cn .support-therapy-content .teaser-content a,
.zh_cn .rmProd-replenishment .replacement-text p,
.zh_cn .support-video-text .videoWalkthrough p,
.zh_cn .references li,
.zh_cn .rmProd-support .support-resources .content-para-primary,
.zh_cn .support-resource-item ul.pdf-list li a,
.zh_cn .support-resources .full-span-extra a,
.support-video-text li {
    font-family: "Cern Medium", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}

/*clientlib-optimization.css*/
.zh_cn a,
.zh_cn a:hover,
.zh_cn a:active,
.zh_cn a:focus,
.zh_cn .ref-footnotes p a,
.zh_cn .ref-footnotes p a:hover,
.zh_cn .ref-footnotes p a:active,
.zh_cn .ref-footnotes p a:focus {
    font-family: "Cern Light", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}
body .off-canvas.zh_cn {
    font-family: "Cern Light", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}
.zh_cn p,
.zh_cn p.small-content,
.zh_cn p.small-content,
.zh_cn .faq-content,
.zh_cn a.breadcrumb,
.zh_cn a,
.zh_cn a:hover,
.zh_cn a:active,
.zh_cn a:focus,
.zh_cn .ref-footnotes p a,
.zh_cn .ref-footnotes p a:hover,
.zh_cn .ref-footnotes p a:active,
.zh_cn .ref-footnotes p a:focus,
.zh_cn .article-content .quote-text.float-left,
.zh_cn .article-content .quote-text,
.zh_cn .homepage-two-colm-link .user-prodnav h4,
.zh_cn .homepage-two-colm-link .prodnav-list li a,
.zh_cn .product-configuration .prod-config-steps ul li,
.zh_cn .product-configuration .prod-config-steps ul li span,
.zh_cn .accordian--container h3,
.zh_cn .accordian--list li > a,
.zh_cn .accordian--content p,
.zh_cn #pushdown-nav,
.zh_cn .pushdown-category-list li h4,
.zh_cn #primary-search-wrapper input[type="text"],
.zh_cn .fullwid-infotxt-body,
.zh_cn .product-configuration .prod-config-steps ul li,
.zh_cn .product-configuration .prod-config-steps ul li span,
.zh_cn .accordian--container h3,
.zh_cn .accordian--list li > a,
{
    font-family: "Cern Light", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}
.zh_cn .font-light {
    font-family: "Cern Light", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}
.zh_cn .font-medium,
.zh_cn .footer__socialLinks p {
    font-family: "Cern Medium", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}
.zh_cn .font-bold,
.zh_cn a.breadcrumb.active,
.zh_cn .contactUs,
.zh_cn .contactUs__block__address h5,
.zh_cn .virtual-logo {
    font-family: "Cern Bold", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}
.zh_cn .font-ultralight {
    font-family: "Cern UltraLight", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}

/*Cern Light Font Family Ends Here*####################/

/*Cern Medium Font Family Starts Here*/

/*    core-resmed.css*/
html .zh_cn b,
html .zh_cn strong {
    font-family: "Cern Medium", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri;
    !important;
}
html .zh_cn .breadcrumbs-section .text-primary a {
    font-family: "Cern Medium" Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}

/*generel-section.css*/
html .zh_cn .breadcrumbs-section .text-secondary span {
    font-family: "Cern Medium", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}
html .zh_cn .breadcrumbs-section .text-secondary a {
    font-family: "Cern Medium", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}
html .zh_cn .newstyle-bredcrm-section .text-primary span {
    font-family: "Cern Medium", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}

/*clientlib-all.css*/
.zh_cn .references li {
    font-family: "Cern Medium", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}

/*clientlib-optimization.css*/
.zh_cn a.breadcrumb {
    font-family: "Cern Medium", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}

/*Cern Medium Font Family Ends Here*####################/

/*Cern Bold Font Family Starts Here*/

/*generel-section.css*/
html .zh_cn .breadcrumbs-section .text-primary span {
    font-family: "Cern Bold", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}

/*Cern Bold Font Family Ends Here*####################//

//***Japanese****/ //

/*Cern Ultra Light Font Family Starts Here*/

/*core-resmed.css*/
html .ja_jp h1,
html .ja_jp h2,
html .ja_jp h3,
html .ja_jp h4,
html .ja_jp h5,
html .ja_jp h6 {
    font-family: "Cern UltraLight", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}

/*megamenu.css*/
html .ja_jp #primary-search-wrapper input[type=text] {
    font-family: "Cern UltraLight", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}
html .ja_jp #pushdown-nav {
    font-family: "Cern UltraLight", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}

/*custom-dropdown.css*/
html .ja_jp #site-utility .jq-dropdown-label {
    font-family: "Cern UltraLight", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}
html .ja_jp ul.jq-dropdown > li > a {
    font-family: "Cern UltraLight", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}

/*clientlib-optimization.css*/
.zh_cn h1,
.zh_cn h2,
.zh_cn h3,
.zh_cn h4,
.zh_cn h5,
.zh_cn h6 {
    font-family: "Cern Light", Helvetica, Arial, "Microsoft YaHei", "STXihei", "åŽæ–‡ç»†é»‘", "SimHei", sans-seri !important;
}

/*Cern Ultra Light Font Family Ends Here*####################/

/*Cern Light Font Family Starts Here*/

/*core-resmed.css*/
html .ja_jp,
html .ja_jp body {
    font-family: "Cern Light", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
}
html .ja_jp p,
html .ja_jp h3,
html .ja_jp h2 {
    font-family: "Cern Light", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}
html .ja_jp input,
html .ja_jp select,
html .ja_jp textarea,
html .ja_jp button,
html .ja_jp input:focus,
html .ja_jp select:focus,
html .ja_jp textarea:focus,
html .ja_jp button:focus {
    font-family: "Cern Light", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}
html .ja_jp input[type=password] {
    font-family: "Cern Light", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}

/*Cern Light Font Family Ends Here*####################/

/*Cern Medium Font Family Starts Here*/

/*    core-resmed.css*/
html .ja_jp b,
html .ja_jp strong {
    font-family: "Cern Medium", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
    !important;
}
html .ja_jp .breadcrumbs-section .text-primary a {
    font-family: "Cern Medium" !important;
}

/*generel-section.css*/
html .ja_jp .breadcrumbs-section .text-secondary span {
    font-family: "Cern Medium", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}
html .ja_jp .breadcrumbs-section .text-secondary a {
    font-family: "Cern Medium", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}
html .ja_jp .newstyle-bredcrm-section .text-primary span {
    font-family: "Cern Medium", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}

/*Cern Medium Font Family Ends Here*####################/

/*Cern Bold Font Family Starts Here*/

/*generel-section.css*/
html .ja_jp .breadcrumbs-section .text-primary span {
    font-family: "Cern Bold", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}

/*Cern Bold Font Family Ends Here*####################//

/*===== CSS ADDEED FOR JAPAN SPECIFC ===========*/

/*clientlib-all.css*/
.ja_jp .rmProd-ecosystem p,
.ja_jp .support-resources h3,
.ja_jp .support-featured li p,
.ja_jp .support-featured li p,
.ja_jp .support-therapy-content .teaser-content p,
.ja_jp .support-therapy-content .teaser-content p,
.ja_jp .rmProd-replenishment h2 small,
.ja_jp .rmProd-replenishment h2 small p,
.ja_jp .rmProd-replenishment ul.faq__queries__buttons li.cta-buttons-list .button,
.ja_jp .support-accessories-content .rich-text p,
.ja_jp .support-accessories-content .teaser-content p,
.ja_jp .support-accessories-content .teaser-content p a,
.ja_jp .rmProd-ecosystem .ecosystem-images h4,
.ja_jp .rmProd-support .support-resources .support-resource-items > .support-resource-item > a h5,
{
    font-family: "Cern UltraLight", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}
.ja_jp .support-video-text .videoWalkthrough p,
.ja_jp .support-video-text .videoWalkthrough p a,
.ja_jp .support-therapy-content .teaser-content a,
.ja_jp .rmProd-replenishment .replacement-text p,
.ja_jp .support-video-text .videoWalkthrough p,
.ja_jp .references li,
.ja_jp .rmProd-support .support-resources .content-para-primary,
.ja_jp .support-resource-item ul.pdf-list li a,
.ja_jp .support-resources .full-span-extra a,
.support-video-text li {
    font-family: "Cern Medium", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}

/*clientlib-optimization.css*/
.ja_jp a,
.ja_jp a:hover,
.ja_jp a:active,
.ja_jp a:focus,
.ja_jp .ref-footnotes p a,
.ja_jp .ref-footnotes p a:hover,
.ja_jp .ref-footnotes p a:active,
.ja_jp .ref-footnotes p a:focus,
.ja_jp p,
.ja_jp p.small-content,
.off-canvas.ja_jp {
    font-family: "Cern Light", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}
.ja_jp p,
.ja_jp p.small-content,
.ja_jp p.small-content,
.ja_jp .faq-content,
.ja_jp a.breadcrumb,
.ja_jp a,
.ja_jp a:hover,
.ja_jp a:active,
.ja_jp a:focus,
.ja_jp .ref-footnotes p a,
.ja_jp .ref-footnotes p a:hover,
.ja_jp .ref-footnotes p a:active,
.ja_jp .ref-footnotes p a:focus,
.ja_jp .article-content .quote-text.float-left,
.ja_jp .article-content .quote-text,
.ja_jp .homepage-two-colm-link .user-prodnav h4,
.ja_jp .homepage-two-colm-link .prodnav-list li a,
.ja_jp .product-configuration .prod-config-steps ul li,
.ja_jp .product-configuration .prod-config-steps ul li span,
.ja_jp .accordian--container h3,
.ja_jp .accordian--list li > a,
.ja_jp .accordian--content p,
.ja_jp #pushdown-nav,
.ja_jp .pushdown-category-list li h4,
.ja_jp #primary-search-wrapper input[type="text"],
.ja_jp .fullwid-infotxt-body,
.ja_jp .product-configuration .prod-config-steps ul li,
.ja_jp .product-configuration .prod-config-steps ul li span,
.ja_jp .accordian--container h3,
.ja_jp .accordian--list li > a .ja_jp .font-light {
    font-family: "Cern Light", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}
.ja_jp .font-medium,
.ja_jp .footer__socialLinks p {
    font-family: "Cern Medium", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}
.ja_jp .font-bold,
.ja_jp a.breadcrumb.active,
.ja_jp .contactUs,
.ja_jp .contactUs__block__address h5,
.ja_jp .virtual-logo {
    font-family: "Cern Bold", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}
.ja_jp .font-ultralight {
    font-family: "Cern UltraLight", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}
.ja_jp h1,
.zh_cn h2,
.zh_cn h3,
.zh_cn h4,
.zh_cn h5,
.zh_cn h6 {
    font-family: "Cern UltraLight", Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif !important;
}

/*End of Japanese*/

/*360 degree Rotaing image code for 2 column layout*/
.rmProd-view-360.rm2colm-view360 {
    padding: 0;
}
.rotatingimg-cont {
    position: relative;
    margin-top: -10%;
}
.rmProd-view-360.rm2colm-view360 .view-360 {
    position: relative;
    text-align: center;
    margin: 0 16.66666667%;
    padding: 0 15px;
    padding: 0 1.5rem;
    cursor: ew-resize;
}
.rmProd-view-360.rm2colm-view360 .view-360 img {
    display: inline-block;
    width: 100%;
    max-width: 800px;
    max-width: 80rem;
    height: auto;
}
.rmProd-view-360.rm2colm-view360 .view-360 img.rotate-left {
    left: 0;
    width: auto;
    max-width: auto;
    height: auto;
}
.rmProd-view-360.rm2colm-view360 .view-360 img.rotate-right {
    right: 0;
    width: auto;
    max-width: auto;
    height: auto;
}
.rmProd-view-360.rm2colm-view360 .view-360 .fa,
.rmProd-view-360.rm2colm-view360 .view-360 .resicon {
    cursor: pointer;
    position: absolute;
    font-size: 120px;
    font-size: 12rem;
    top: 75%;
    margin-top: -15px;
    margin-top: -1.5rem;
    color: #25aae1;
    z-index: 1;
}
.rmProd-view-360.rm2colm-view360 .view-360 .fa.resicon-rotate-left,
.rmProd-view-360.rm2colm-view360 .view-360 .resicon.resicon-rotate-left {
    left: -30px;
    text-align: left;
}
.rmProd-view-360.rm2colm-view360 .view-360 .fa.resicon-rotate-right,
.rmProd-view-360.rm2colm-view360 .view-360 .resicon.resicon-rotate-right {
    right: -30px;
    text-align: right;
}
.rmProd-view-360.rm2colm-view360 .view-360 .fa:hover,
.rmProd-view-360.rm2colm-view360 .view-360 .resicon:hover,
.rmProd-view-360.rm2colm-view360 .view-360 .fa:focus,
.rmProd-view-360.rm2colm-view360 .view-360 .resicon:focus,
.rmProd-view-360.rm2colm-view360 .view-360 .fa:active,
.rmProd-view-360.rm2colm-view360 .view-360 .resicon:active {
    color: #3bb3e4;
}

/*.rotating-image-360 .heading-details {
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    position: relative;
    padding-left: 80px;
    padding-left: 8rem;
}*/
.rotating-image-360 .heading-details .resicon {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-right: 1rem;
    font-size: 80px;
    font-size: 8rem;
    vertical-align: bottom;
}
.rotating-image-360 .heading-details h1 {
    display: inline-block;
    margin: 0;
    margin-top: -7.5px;
    margin-top: -0.75rem;
}
.rotating-image-360 .product-details-heading .product-details-title h1 small {
    line-height: 15px;
    padding: 0;
}
.rotating-image-360 .heading-details h1 small {
    padding: 0;
}
.rotating-image-360 .heading-details h1 small p {
    margin: 0;
       
    font-size: 22.5px;
    font-size: 2.25rem;
    font-weight: 100;
    color: #424243;
}
@media (min-width: 1024px) {
    .rmProd-view-360.rm2colm-view360 .view-360 {
        margin: 0 1%;
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    .rotating-image-360 .product-details-heading .product-details-title .resicon {
        width: 13%;
    }
}
@media (max-width: 767px) {
    .rmProd-view-360.rm2colm-view360 {
        padding: 25px 0;
        padding: 2.5rem 0;
    }
    
    .rotating-image-360 .image-section {
        padding-top: 40px;
        padding-top: 4rem;
    }
    
    .rmProd-view-360.rm2colm-view360 .view-360 {
        margin: 0;
        padding: 0;
    }
    
    .rmProd-view-360.rm2colm-view360 .view-360 img.rotate-left {
        width: 18%;
    }
    
    .rmProd-view-360.rm2colm-view360 .view-360 img.rotate-right {
        width: 18%;
    }
    
    .rmProd-view-360.rm2colm-view360 .view-360 .fa,
    .rmProd-view-360.rm2colm-view360 .view-360 .resicon {
        font-size: 60px;
        font-size: 6rem;
        width: 33.333%;
        text-align: center;
    }
    
    .rmProd-view-360.rm2colm-view360 .view-360 .fa.resicon-rotate-left,
    .rmProd-view-360.rm2colm-view360 .view-360 .resicon.resicon-rotate-left {
        left: 0;
    }
    
    .rmProd-view-360.rm2colm-view360 .view-360 .fa.resicon-rotate-right,
    .rmProd-view-360.rm2colm-view360 .view-360 .resicon.resicon-rotate-right {
        right: 0;
    }
    
    .rotating-image-360 .heading-details .resicon {
        font-size: 60px;
        font-size: 6rem;
    }
    
    .rotating-image-360 .product-details-heading .product-details-title {
        margin-bottom: 10px;
        margin-bottom: 1rem;
        position: relative;
    }
    
    .rotating-image-360 .product-details-heading .product-details-title .resicon {
        font-size: 60px;
        font-size: 6rem;
    }
    
    .rotating-image-360 .product-details-heading .product-details-title h1 {
        display: inline-block;
        /*padding-left: 30px;
        padding-left: 1rem;*/
        margin: 0;
        margin-top: -7.5px;
        margin-top: -0.75rem;
    }
    /*.rotating-image-360 .heading-details {
        padding-left: 60px;
        padding-left: 6rem;
    }*/
    
    .rotating-image-360 .heading-details h1 {
        margin-top: -5px;
        margin-top: -0.5rem;
        padding-left: 15px;
        padding-left: 1.5rem;
    }
    
    .rotating-image-360 .product-details-heading .product-details-title h1 small p {
        padding: 0;
        margin: 0;
           
        font-size: 22.2px;
        font-size: 2.22rem;
        line-height: 15px;
    }
}
@media (max-width: 420px) {
    .rotating-image-360 .product-details-heading .product-details-title .resicon {
        font-size: 50px;
        font-size: 5rem;
    }
}
a,
a:hover,
a:active,
a:focus,
.ref-footnotes p a,
.ref-footnotes p a:hover,
.ref-footnotes p a:active,
.ref-footnotes p a:focus {
/*         */

}
a:hover,
a:active,
a:focus {
    text-decoration: underline;
}
.justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}
.comp-wrapper-space.article-container {
    padding-bottom: 0;
}
.txt-block-center {
    display: table;
    margin: 0 auto;
    float: none !important;
}
.article-content {
    width: 100%;
    padding: 0 15px;
}
.article-content h2 {
    font-size: 38px;
    font-size: 3.8rem;
}
.article-content h3 {
    /*font-size: 32px;
    font-size: 3.2rem;*/
    
    margin-top: 30px;
    margin-top: 3rem;
}
.article-content p {
    margin: 25px 0;
    margin: 2.5rem 0;
}
.article-content p.sub-title {
    text-align: center;
}
.article-content .text-wrapper a {
    font-size: 18px;
    font-size: 1.8rem;
}
.article-content .text-wrapper h3 a {
    font-size: 33px;
    font-size: 3.3rem;
}
.article-content .text-wrapper a:hover,
.article-content .text-wrapper a:focus,
.article-content .text-wrapper a:active {
    color: #1787c3;
    text-decoration: underline;
}
.article-content .image-wrapper img {
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
}
.article-content .text-wrapper ul li,
.article-content .text-wrapper ol li {
    display: list-item;
    padding: 5px 0;
    font-size: 16px;
    font-size: 17px;
    font-size: 1.7rem;
}
.article-content .text-wrapper ul {
    margin-left: 20px;
}

/* INTERNET EXPLORER STYLES */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .article-content .text-wrapper ul li {
        list-style-position: inside !important;
        /* text-indent: -1em;
        margin-left: 1em;*/
    }
    
    .about-us .aboutus-airmini .footer-3 {
        width: 32%;
    }
    
    .about-us .aboutus-airmini .footer-4 {
        width: 20%;
    }
}
.article-content .text-wrapper ul li {
    margin-left: 15px;
    list-style: disc;
}
.article-content .text-wrapper ol li {
    list-style: decimal;
}
.article-content .text-wrapper ul li ul li {
    list-style: circle;
    margin-left: 15px;
}
.article-content .footnotes-wrap {
    padding: 47px 0 0 0;
    padding: 4.7rem 0 0 0;
    border-top: 1px solid #cbcbcb;
}
.article-content .footnotes-wrap p,
.footnotes-wrap a {
    font-size: 12px;
    font-size: 1.2rem;
}
.article-content .footnotes-wrap p {
    margin: 5px 0;
    color: #909090;
}
.article-content .quote-text.float-left,
.article-content .quote-text {
    float: left;
    width: 47%;
    margin-right: 5%;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    position: relative;
    top: -9px;
       
    color: #1695d8;
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: -1.2px;
}
.article-content .quote-text {
    width: 100%
}
.article-content img.article-image.float-right {
    float: right;
    margin-left: 5%;
    margin-bottom: 3%;
    width: 35.5%;
}
.article-content img.article-image.float-left {
    float: left;
    margin-right: 5%;
    margin-bottom: 3%;
    width: 35.5%;
}

/*Article reference Component*/
.article-refcomp {
    /*margin-bottom: -4rem;*/
    
    padding-top: 40px;
    padding-top: 4rem;
    padding-bottom: 30px;
    padding-bottom: 3rem;
}
.article-refcomp .references .general-link {
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer;
}
.article-refcomp .references a.general-link:hover {
    /*   /comorbidities.html modified by LTI*/
    
    text-decoration: underline;
}
.article-refcomp .ref-title {
    width: 100%;
    padding-top: 0;
    display: table;
    margin: 0rem auto 0 auto;
    float: none !important;
    text-align: left;
    border-top: 1px solid transparent;
}
.article-refcomp.lightgrey .ref-title,
.article-refcomp.hiwhite .ref-title,
.article-refcomp.hiblue .ref-title,
.article-refcomp.higrey .ref-title {
    text-align: center;
}
.article-refcomp .ref-title h2 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 20px;
}
.article-refcomp .references ol {
    /*width: 82%;*/
    
    margin: 0 auto;
}

/*Reference footnotes*/
.ref-footnotes {
    margin-top: 60px;
    margin-top: 6rem;
    padding-top: 45px;
    padding-top: 4.5rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    border-top: 1px solid #cbcbcb;
    color: #909090;
}
.ref-footnotes p,
.ref-footnotes p a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    line-height: 1.2;
}
.article-refcomp .references li a,
.article-refcomp .references li a:hover,
.article-refcomp .references li a:active,
.article-refcomp .references li a:focus {
       
    font-size: 14px;
    font-size: 1.4rem;
}
.article-refcomp .references li a:hover,
.article-refcomp .references li a:active,
.article-refcomp .references li a:focus {
    text-decoration: underline;
}

/*Social Share component Code*/
.socialshare-content {
    width: 100%;
    padding-top: 20px;
    padding-top: 2rem;
    padding-bottom: 0;
    display: table;
    margin: 0 auto;
    float: none !important;
    text-align: left;
}
.socialshare-content h3 {
    display: inline-block;
    padding-right: 10px;
    padding-right: 1rem;
    font-size: 18px;
    font-size: 1.8rem;
}
.social .socialshare-content h3 {
    color: #333333;
}
.socialshare-content .a2a_button_print .print-icon {
    max-width: 16px;
}
.socialshare-content .addthis_button_email .email-icon {
    max-width: 17px;
}
.socialshare-content .addthis_button_email img.email-icon,
.socialshare-content .a2a_button_print img.print-icon {
    margin-top: -3px;
}
.socialshare-content .a2a_kit {
    display: inline-block;
}
.socialshare-content .a2a_kit a {
    padding: 0px 7px;
}
.socialshare-content .a2a_kit.a2a_kit_size_32.a2a_default_style font {
    display: none;
}
.socialshare-content .a2a_kit .a2a_svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: 3px;
}

/*Airmini custom code for Article detail*/
.support-references {
    padding-bottom: 40px;
}

/*made-to-work content fontsize increased*/
.madetowork-container .carousel li p,
.madetowork-container .carousel .p2-bottom p:not(.image-title) {
    font-size: 16px;
    font-size: 1.6rem;
}
.support-references .article-refcomp .container.references p:not(:last-child) {
    margin: 0;
}
.support-references .article-refcomp .container.references p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

/*Table layout*/
.article-content .table-view td p,
.article-content .table-view td ul li {
    text-align: left;
}
.article-container .article-content table.address-comp {
    margin-bottom: 40px;
}
.article-container .article-content table.address-comp tr td {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.article-container .article-content table.address-comp tr td p {
    margin: 0;
}
/ *Text Component HIcomponent flexitext*/ .txtcomp-containerbgtxt hr {
    border-color: #ccc;
}

/*PRODUCT DETAIL MIGRTAION CSS*/
.visibleText ul li,
.rte-styles.clearfix.rtecontentrmptags ul li {
    list-style: disc;
    display: list-item;
}
.orderlist-container {
    text-align: left;
    margin: 0 auto;
    width: 200px;
}

/*Footer Scroll to top code for optimization pages*/
.circle-pos {
    top: 0;
}

/*Footer Back To Top */
.circle-pos a {
    display: block;
    width: 0;
    margin: 0 auto;
}
.circle-pos img {
    opacity: 0.8;
    margin-top: -24px;
    margin-left: -20px;
    position: absolute;
    cursor: pointer;
}
.footer .social-icons a {
    margin-top: 20px;
}

/*Contact Page styles from Flexi text Component*/
.contact-form-layout {
    background-color: #f4f4f4;
    padding: 40px 30px 20px 30px;
    padding: 4remx 3rem 2rem 3rem;
    border: 1px solid #808080;
    border-radius: 25px;
    width: 60%;
    margin: 0 auto;
}

/*Only for the executive pages- resmed Blogs*/
.articledetail .article-content .rtecontentrmptags hr {
    border-top: 1px solid #ccc;
    width: 100%;
}

/*Image text Component*/
.image-text-migration .image-component .airmini-device img {
    width: auto;
}
@media screen and (min-width: 320px) {
    .article-container .article-content .image-wrapper.text-left {
        text-align: left;
    }
    
    .article-container .article-content .image-wrapper.text-right {
        text-align: right;
    }
}
@media screen and (min-width: 768px) {
    .article-container .article-content .image-wrapper {
        margin: 0 auto;
        text-align: center;
    }
    
    .article-content .image-wrapper img {
        max-width: 72%;
        display: inline-block;
    }
    
    .article-container .article-content table.address-comp tr td {
        padding-right: 40px;
        display: table-cell;
        width: 50%;
        min-width: 320px;
    }
}
@media screen and (max-width: 767px) {
    .article-content .footnotes-wrap {
        padding-bottom: 20px;
        padding-bottom: 2rem;
    }
    
    .article-container.comp-wrapper-space {
        padding-top: 35px;
        padding-top: 3.5rem;
        padding-bottom: 0;
    }
    
    .article-content .image-wrapper img {
        padding-top: 10px;
        padding-top: 1.0rem;
        padding-bottom: 5px;
        padding-bottom: 0.5rem;
    }
    
    .article-content p.sub-title {
        text-align: left;
    }
    
    .article-content {
        width: 100%;
    }
    
    .article-refcomp .references ol,
    .article-refcomp .ref-title,
    .socialshare-content {
        width: 100%;
    }
    
    .article-content .quote-text.float-left {
        float: none;
        width: auto;
        margin: auto;
        top: 0;
    }
    
    .article-content img.article-image.float-right,
    .article-content img.article-image.float-left {
        float: none;
        width: 70%;
        min-width: 206px;
    }
}
@media screen and (max-width: 640px) {
    .article-content img.article-image.float-right,
    .article-content img.article-image.float-left {
        width: 69.2%;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .contact-form-layout {
        margin-bottom: 40px;
    }
    
    .img-col50 {
        width: 50% !important;
    }
}
@media screen and (max-width: 380px) {
    .socialshare-content .a2a_kit a {
        padding: 0px 4px;
    }
}
.articaldetail-content-container h4 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #444;
}
.articaldetail-content-container ul li {
    font-size: 1.5rem !important;
    color: #333;
}
.articaldetail-content-container ul li ul li {
    list-style: lower-roman !important;
}
@media (min-width: 320px) and (max-width: 480px) {
    .txt-block-center.article-content .text-wrapper img {
        width: 100%;
    }
    
    .article-content p br {
        display: none;
    }
}
.off-canvas .columncontrol:last-child {
    padding-bottom: 40px;
    padding-bottom: 4rem;
}
.columncontrol .container .row > div:nth-of-type(odd),
.columncontrol .container .row > div:nth-of-type(even) {
    padding-top: 40px;
    padding-top: 4rem;
}
.columncontrol .rich-text h4 {
    margin-top: 0;
}

/* ------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------ */
#user-signin-header-b2b.cta-link {
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    font-size: 16px;
    padding: 0.95rem 1.8rem;
}
#user-signin-header-b2b.cta-link {
    display: inline-block;
    /*Added by LTISP*/
    min-width: auto;
    /*Added by LTISP*/
    /*border-bottom:1px solid #f55b5a;
    border-left:1px solid #f55b5a;
    border-right:1px solid #f55b5a;*/
}
#loggedInViewB2B.jq-dropdown {
    vertical-align: top;
}
#loggedInViewB2B.jq-dropdown > li > a {
    background: #ebebeb;
    border: 0px solid;
    color: #000;
    padding: 0.6em 2em 0.6em 0.55em;
    position: relative;
    width: 190px;
}
#loggedInViewB2B.jq-dropdown > li > a {
    width: 160px;
}
#loggedInViewB2B.jq-dropdown > li > a .icon-parent {
    position: absolute;
    right: 0.5em;
}
#loggedInViewB2B.jq-dropdown ul {
    background: #f6f6f6;
    border: 0px solid;
    padding: 2px;
}
#loggedInViewB2B.jq-dropdown ul li {
    padding-top: 1em;
}
#loggedInViewB2B.jq-dropdown > li > a:hover,
#loggedInViewB2B.jq-dropdown > li > a.active {
    background: #f6f6f6
}
#loggedInViewB2B.jq-dropdown ul.sub-dropdown a {
    width: 127px;
}
#loggedInViewB2B.jq-dropdown ul.sub-dropdown a {
    color: #888;
    font-size: 1.3em;
    margin-bottom: 1em;
}
#loggedInViewB2B.jq-dropdown ul.sub-dropdown a:hover {
    color: #1788c3;
}
#loggedInViewB2B.jq-dropdown ul.sub-dropdown a.cta-link {
    color: #fff;
    margin-bottom: 0;
    width: auto;
}
#loggedInViewB2B.jq-dropdown > li > a,
.global-search {
    background: transparent;
    border: 1px solid #e6e6e7;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#loggedInViewB2B.jq-dropdown > li > a,
    {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color #e6e6e7 #e6e6e7;
    border-image: none;
    border-style: none solid solid;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: 0 1px 1px;
}
#loggedInViewB2B.jq-dropdown > li > a {
    background: #ffffff;
    border: 1px solid #e6e6e7;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#user-account-header-b2b {
    padding-left: 50px;
}
#user-account-header-b2b .icon-parent {
    font-size: 2em;
    position: absolute;
    left: 10px;
    top: 0.2em;
}
.server_error {
    display: block;
    width: 100%;
    background-color: #d20d0d;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
}
.cursor-logout {
    cursor: pointer
}
/*Login Action CTA blur button*/
@media (min-width: 767px) {
    #user-signin-header-b2b {
        min-height: auto;
        line-height: 1.5rem;
        border-width: 1px;
    }
}
/** new spinner icons8.com start **/
#cssloadSpinner,
#cssloadSpinnerMB2B,
.cssloadSpinnerPdf {
    position: relative;
    width: 21px;
    height: 21px;
    margin: 0px auto;
    float: right;
}
.circularG {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 5px;
    height: 5px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    animation-name: bounce_circularG;
    -o-animation-name: bounce_circularG;
    -ms-animation-name: bounce_circularG;
    -webkit-animation-name: bounce_circularG;
    -moz-animation-name: bounce_circularG;
    animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    -ms-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}
#circularG_1 {
    left: 0;
    top: 8px;
    animation-delay: 0.41s;
    -o-animation-delay: 0.41s;
    -ms-animation-delay: 0.41s;
    -webkit-animation-delay: 0.41s;
    -moz-animation-delay: 0.41s;
}
#circularG_2 {
    left: 2px;
    top: 2px;
    animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    -ms-animation-delay: 0.55s;
    -webkit-animation-delay: 0.55s;
    -moz-animation-delay: 0.55s;
}
#circularG_3 {
    top: 0;
    left: 8px;
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}
#circularG_4 {
    right: 2px;
    top: 2px;
    animation-delay: 0.83s;
    -o-animation-delay: 0.83s;
    -ms-animation-delay: 0.83s;
    -webkit-animation-delay: 0.83s;
    -moz-animation-delay: 0.83s;
}
#circularG_5 {
    right: 0;
    top: 8px;
    animation-delay: 0.97s;
    -o-animation-delay: 0.97s;
    -ms-animation-delay: 0.97s;
    -webkit-animation-delay: 0.97s;
    -moz-animation-delay: 0.97s;
}
#circularG_6 {
    right: 2px;
    bottom: 2px;
    animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
}
#circularG_7 {
    left: 8px;
    bottom: 0;
    animation-delay: 1.24s;
    -o-animation-delay: 1.24s;
    -ms-animation-delay: 1.24s;
    -webkit-animation-delay: 1.24s;
    -moz-animation-delay: 1.24s;
}
#circularG_8 {
    left: 2px;
    bottom: 2px;
    animation-delay: 1.38s;
    -o-animation-delay: 1.38s;
    -ms-animation-delay: 1.38s;
    -webkit-animation-delay: 1.38s;
    -moz-animation-delay: 1.38s;
}
@keyframes bounce_circularG {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(.3);
    }
}
@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1);
    }
    100% {
        -o-transform: scale(.3);
    }
}
@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1);
    }
    100% {
        -ms-transform: scale(.3);
    }
}
@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(.3);
    }
}
@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1);
    }
    100% {
        -moz-transform: scale(.3);
    }
}
/** new spinner icons8.com end **/

/*login component starts here*/
.btn-primary,
a.btn.btn-primary,
button.btn.btn-primary {
    background: #428bca !important;
    border-color: #357ebd !important;
    color: #fff !important;
    text-align: center;
}
.btn-primary:hover,
a.btn.btn-primary:hover,
button.btn.btn-primary:hover {
    background: #3276b1 !important;
    border-color: #285e8e !important;
    color: #fff !important;

}
.btn-primary,
.btn-secondary,
.btn-primary:hover,
.btn-secondary:hover {
    color: #fff;
    border-color: transparent;
}
.user-utility-item-wrapper {
    display: inline-block;
    position: relative;
    *display: inline;
    *zoom: 1;
}
.login-section {
    background-color: #2a2a2a;
    width: 320px;
    padding: 30px 50px 20px 30px;
    top: 40px;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.4em;
    right: 20px;
    display: none;
    z-index: 230;
}
.login-section-B2B {
    /*  background-color:#2a2a2a;
    padding:30px 50px 20px 30px;*/
    width: auto;
    top: 40px;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.4em;
    right: 20px;
    display: none;
    z-index: 230;
}
.login-arrow {
    position: absolute;
    right: 30px;
    top: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 8px 12px 8px;
    border-color: transparent transparent #2a2a2a transparent;
}
.login-section input {
    width: 100%;
    border: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0.5em;
    outline: 0px;
    margin-top: 3px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    font-size: 1.2em;
}
.login-section-B2B .login-section .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
}
.close > .icon-circle-2p0 {
    font-size: 20px;
}
.close .icon-circle-2p0 {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
}
.close .icon-circle-2p0 > .icon-interaction-cross {
    position: relative;
    font-size: 0.4em;
    margin-top: -1.6em;
}
.field-wrapper {
    margin-top: 20px;
}
.field-wrapper:first-child {
    margin-top: 0px;
}
.link {
    color: #dd2625;
    display: inline-block;
    position: relative;
    *display: inline;
    *zoom: 1;
}
.margin-r10 {
    margin-right: 10px;
}
.link .icon-parent {
    color: #fff;
    font-size: 0.857em;
}
.login-form .cta-link {
    font-size: 1em;
    width: 45%;
}
.login-form button.cta-link .icon-parent {
    top: 0.4em;
}
.section-wrapper.one-column .section-component .restricted-content {
    margin-top: 40px;
}
.restricted-content .master-component-div h4 {
    /* margin:0 2.1em 1em 0.42em; */
    padding: 0px 50px 13px 10px;
}
.restricted-content .master-component-div p {
    padding-left: 10px;
}
.restricted-content .login-section {
    top: 0px;
    padding: 0px 50px 20px 30px;
    z-index: 0;
}
/*login component ends here*/
/*Login css For mobile version*/
#mob-userlogin {
    margin: 0;
    display: block;
    background: #1788c3;
    z-index: 11;
}
#mob-userlogin li a {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 15px;
    float: left;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
#mob-userlogin li a:hover,
#mob-userlogin li a:focus,
#mob-userlogin li a:active {
    text-decoration: none;
}
#mob-userlogin li a span {
    top: 3px;
    margin: 0 5px;
    ;
}
/*user login and logout code*/
#loggedInViewMB2B {
    padding: 10px;
    display: block;
    background: #1788c3;
}
#loggedInViewMB2B.secondary,
#loggedInViewMB2B.secondary > li:hover {
    background: #1788c3;
    border-radius: 5px 5px 0 0;
    position: relative;
    left: 0;
    border-radius: 0;
}
#loggedInViewMB2B li a.active {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 100;
    text-decoration: none;
}
#loggedInViewMB2B li a {
    color: #fff;
}
#loggedInViewMB2B li a span.welcomeUserB2B {
    font-weight: 100;
}
#loggedInViewMB2B li a span.welcomeUserB2B {
    font-weight: 100;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
}
#loggedInViewMB2B li a span.icon-arrow-solid-bottom {
    margin-left: 10px;
    margin-top: 6px;
    margin-top: 0.6rem;
    font-size: 10px;
    font-size: 1.0rem;
}
#loggedInViewMB2B.secondary .sub-dropdown {
    left: -10px;
    background: #1788c3;
    padding: 5px 15px;
}
#loggedInViewMB2B.secondary .sub-dropdown li {
    padding: 5px 0;
    padding: 0.5rem 0;
}
#user-account-header-Mb2b {
    color: #fff;
}
#user-signout-header-Mb2b {
    padding: 15px;
    padding: 1.5rem;
    margin-top: 10px;
    margin-top: 1.0rem;
    color: #fff;
    border-color: #fff !important;
    background-color: transparent !important;
}
#loginErrorB2B {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #d20d0d;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
#loginErrorB2B a, 
#loginErrorB2B a:hover {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
}
/*My Air CTA button Code*/
#site-utility .myair{
    display: inline-block;
    padding: 0 !important;
    float: left;
    position: relative;
    clear: none;
}
#site-utility .myair .cta-buttons-list{
    margin: 0;
    line-height: 0;
    width: auto;
    min-width: 120px;
}
#site-utility .myair .cta-buttons-list .button{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 0.6rem 1.5rem;
    line-height: normal;
    min-height: auto;
}
#site-utility .myair .cta-buttons-list .button:hover,
#site-utility .myair .cta-buttons-list .button.active,
#site-utility .myair .cta-buttons-list .button:focus,
#mobile-nav-primary .myair .cta-buttons-list .button:hover,
#mobile-nav-primary .myair .cta-buttons-list .button.active,
#mobile-nav-primary .myair .cta-buttons-list .button:focus{
    background-color: #DF2726;
    background: #DF2726;
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#B71918, endColorstr=#DF2726);
    background-image: -moz-linear-gradient(top, #B71918 0%, #DF2726 100%);
    background-image: -webkit-linear-gradient(top, #B71918 0%, #DF2726 100%);
    background-image: -ms-linear-gradient(top, #B71918 0%, #DF2726 100%);
    background-image: linear-gradient(top, #B71918 0%, #DF2726 100%);
    background-image: -o-linear-gradient(top, #B71918 0%, #DF2726 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #B71918), color-stop(100%, #DF2726));
    color: #fff;
}
}

@media (min-width: 768px) {
    .idmlogin-usercont .secondary li a span {
        font-size: 16px;
        font-size: 1.6rem;
    }
    #loggedInViewB2B.jq-dropdown ul.sub-dropdown a {
        font-size: 16px;
        font-size: 1.6rem;
    }
    #mob-userlogin .login-section .close {
        top: -45px;
    }
    #mob-userlogin .close .icon-circle-2p0 {
        color: #fff;
    }
}
@media only screen and (min-width: 300px) and (max-width: 991px)
/*Desktop Resizing*/
,
only screen and ( min-width: 300px) and ( max-device-width: 1280px) and ( orientation: portrait) and ( max-width: 5in)
/*Mobile*/
    {
    .field-wrapper {
        text-align: left;
    }
    .login-section {
        padding: 0px;
        width: 100%;
    }
    .field-wrapper a.cta-link.primary {
        background: linear-gradient(to bottom, #DF2726 0%, #B71918 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        border: 0 none;
        border-radius: 4px !important;
        color: #FFFFFF !important;
        display: inline-block !important;
        font-size: 1.6em;
        padding: 4% !important;
        position: relative;
        text-align: left;
        width: 92% !important;
    }
    .login-section input {
        padding: 4%
    }
    .login-section {
        right: 0px;
    }
    .restricted-content .login-section {
        padding: 0px !important;
    }
    .secured-article .login-section {
        width: 100%;
    }
    .section-wrapper.one-column .section-component .restricted-content {
        margin-bottom: 85%;
        margin-top: 0px;
    }
    .login-form .cta-link {
        width: 100%;
    }
#mobile-nav-primary #primary-nav{
    width: 100%;
}
/*My Air CTA button Code*/
    #mobile-nav-primary .myair, 
    #mobile-nav-primary .myair .cta-buttons-list{
        padding: 0;
        margin: 0;
        width: 100%;
    }
    #mobile-nav-primary .myair .cta-buttons-list .button{
        padding: 1rem 3rem !important;
        border-radius: 0;
        height: auto;
        color: #fff;
    }
}
@media only screen and (max-width: 768px) and ( orientation: portrait),
only screen and (max-width: 1024px) and ( orientation: landscape) {
    .close .icon-circle-2p0 > .icon-interaction-cross {
        margin-top: -1.8em
    }
}
/* SPECIFIC TO LESS THAN IE9 STARTS*/
.lte-ie11 .close .icon-circle-2p0 > .icon-interaction-cross {
    margin-top: -1.9em;
}
/* SPECIFIC TO LESS THAN IE9 ENDS*/
.login-section .error {
    color: #dd2625;
    display: inline-block;
    margin-top: 0.5em;
}
/*Modified by Login CTA button code by LTI-SP*/
.idmlogin-usercont .global-search, .idmlogin-usercont .primary, 
.idmlogin-usercont .login-ctabtn, .idmlogin-usercont .jq-dropdown.secondary, 
.idmlogin-usercont .secondary.country-selector-wrapper {
    background: #fff;
}
.idmlogin-usercont #site-utility {
    right: 0;
}
.idmlogin-usercont #site-utility .country-selector-wrapper{
    position: relative;
    right: 0;
    float: left;
}
.idmlogin-usercont .login-ctabtn{
    position: relative;
    right: 4px;
    float: left;
}
.idmlogin-usercont .primary{
    position: relative;
    right: 2px;
    float: left;
    margin: 0 5px;
}
.idmlogin-usercont .secondary{
    position: relative;
    float: left;
    right: 0;
    display: inline-block;
    /*min-width: 200px;*/
    padding: 0
}
#loggedInViewB2B.jq-dropdown>li>a{
    padding: 4px 5px;
    width: 200px;
}
.idmlogin-usercont .secondary li{
    width: 100%;
}
.header-utility .jq-dropdown.secondary li ul.sub-dropdown{
    padding: 4px 5px;
    width: 200px;
    right: 4px;
}
#user-account-header-b2b {
    padding: 1em;
    padding-left: 50px;
}
#loggedInViewB2B.jq-dropdown ul.sub-dropdown a{
    width: 100%;
    display: block;
    font-size: 13px;
}
#loggedInViewB2B.jq-dropdown>li>a:hover, 
#loggedInViewB2B.jq-dropdown>li>a.active {
    background: #f6f6f6;
    text-decoration: none;
    font-weight: normal;
}
#loggedInViewB2B.jq-dropdown ul.sub-dropdown a.cursor-logout{
    color: #fff;
    margin-bottom: 0;
    width: auto;
    padding: 1.8rem 1.5rem;
}
#user-account-header-b2b .icon-parent {
    top: 1.5rem;
}
.idmlogin-usercont .secondary li:hover {
    background: transparent;
    border-radius: 0;
}
.idmlogin-usercont .jq-dropdown.secondary li a{
    width: 100%;
    display: inline-block;
}
.idmlogin-usercont .secondary li a span{
    font-size: 13px;
    font-size: 1.3rem;
}
.idmlogin-usercont .secondary li a span span.icon-parent {
    position: absolute;
    right: 0.5em;
    font-size: 14px;
}
.idmlogin-usercont .cta-link, 
#mob-userlogin .cta-link{
    font-size: 16px;
    font-size: 1.6rem;
    background-color: transparent;
    vertical-align: bottom;
    min-width: 120px;
    width: auto;
}
#user-signin-header-b2b.cta-link{
    font-size: 16px;
}
.idmlogin-usercont .btn-primary:hover{
    text-decoration: none;
}
.idmlogin-usercont .login-ctabtn .login-section{
    min-width: 360px;
    top: 45px;
    right: 0px;
       
    font-size: 14px;
}
.idmlogin-usercont .login-ctabtn .login-section .close{
    float: none;
    text-shadow: none;
    opacity: 1;
    line-height: normal;
    background-color: transparent;
    right: -10px;
    top: 0;
}
.idmlogin-usercont .login-ctabtn .login-section input{
    font-size: 1.6rem;
}
.idmlogin-usercont .login-ctabtn .login-section .icon-interaction-cross{
    top: -1px;
    right: 0px;
}

/*Country Slector code*/
ul.country-selector-wrapper.secondary>li:hover, 
ul.country-selector-wrapper.secondary>li>a.active {
    background: #e4e4e4;
}
.secondary.country-selector-wrapper li ul.sub-dropdown {
    right: 0;
    min-width: 150px;
}
@media only screen and (max-width:991px) {
    .secondary.country-selector-wrapper{
        display: block;
        position: relative;
        left: 0;
        top: -17px;
    }
    .secondary.country-selector-wrapper .country-selector-flag-icon{
        display: none;   
    }
    .secondary.country-selector-wrapper li ul.sub-dropdown{
        display: block;
        z-index: 9999;
        left: 0;
        width: 100%;
        border-radius: 0;
    }
    .secondary.country-selector-wrapper li ul.sub-dropdown > li{
        padding: 5px 2px;
    }
}
/*Server Error*/
.server_error {
    margin-top: 15px;
}
#account .server_error{
    font-size: 16px;
    text-indent: 5px;
}
#user-signout-header-b2b .cssloadSpinner{
    margin-top: -10px;
}
#logout-closeicon{
    display: none;
}


@media (max-width: 991px) {
    #mob-userlogin .login-section{
        display: block;
        width: 100%;
        top: 43px;
        border-radius: 0;
        z-index: 3001;
    }
    #mob-userlogin .login-section .close {
        float: none;
        text-shadow: unset;
        opacity: unset;
        line-height: normal;
        background-color: unset;
        right: -10px;
        top: 0px;
        color: #fff;
        background: transparent;
    }
    #mob-userlogin .login-section .login-arrow {
        left: 20px;
    }
    #mob-userlogin .login-section .login-popup-form-B2B{
        padding: 35px 20px;
    }
    #mob-userlogin .login-section .close .icon-circle-2p0>.icon-interaction-cross {
        top: 1px;
        right: 0px
    }
    #loggedInViewMB2B.secondary .sub-dropdown{
        width: 150px;
    }
    #user-signout-header-Mb2b{
        min-width: 120px;
        height: 40px;
        padding-top: 20px;
    }
    #cssloadSpinner{
        top: -10px;
    }
    .login-section .error {
        padding: 10px;
        margin: 10% 10% 0 10%;
        background-color: #d20d0d;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
    }
    /*Close Code for Login*/
    #mob-userlogin .login-section .close{
        top: -45px;
        z-index: 0;
    }
    #mob-userlogin  .close .icon-circle-2p0 {
        color: #fff !important;
    }
    #logout-closeicon{
        display: block;
        position: absolute;
        right: -20px;
        top: -8px;
    }
    #logout-closeicon .close{
        color: #fff;
        background: transparent;
        text-shadow: none;
        opacity: 1;
    }
    #logout-closeicon .close .icon-circle-2p0{
        color: #fff !important;
        display: inline-block;
        position: relative;
        text-align: center;
    }
    #logout-closeicon .close .icon-circle-2p0>.icon-interaction-cross{
        position: relative;
        top: 1px;
        right: 0px;
    }
}
@media (max-width: 767px) {
    #mob-userlogin .login-section .login-popup-form-B2B {
        padding: 30px 20px;
    }
}
@media (min-width: 320px) and (max-width: 480px) {

  .jq-dropdown #logout-closeicon .close{
    display:none;
}

}
@media (min-width: 768px) and (max-width: 1024px) {
  .jq-dropdown #logout-closeicon .close{
    display:none;
}
}