@font-face {
  font-family: 'FontAwesome';
  src: url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-regular-400.eot');
  src:  url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-regular-400.eot#iefix') format('embedded-opentype'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-regular-400.woff2') format('woff2'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-regular-400.woff') format('woff'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-regular-400.ttf') format('truetype'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-regular-400.svg#fontawesomeregular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-light-300.eot');
  src:  url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-light-300.eot#iefix') format('embedded-opentype'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-light-300.woff2') format('woff2'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-light-300.woff') format('woff'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-light-300.ttf') format('truetype'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-light-300.svg#fontawesomelight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-solid-900.eot');
  src:  url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-solid-900.eot#iefix') format('embedded-opentype'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-solid-900.woff2') format('woff2'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-solid-900.woff') format('woff'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-solid-900.ttf') format('truetype'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-solid-900.svg#fontawesomesolid') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-brands-400.eot');
  src:  url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-brands-400.eot#iefix') format('embedded-opentype'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-brands-400.woff2') format('woff2'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-brands-4000.woff') format('woff'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-brands-400.ttf') format('truetype'), 
    url('https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/fonts/FontAwesomePro/fa-brands-400.svg#fontawesome') format('svg');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}


/****************************************/
/*      ^^^^^^ CSS Imports ^^^^^^       */
/*       Add external fonts above       */
/****************************************/


/****************************************/
/*      HubSpot Style Boilerplate       */
/****************************************/
/* 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/css?family=Roboto:100,300,300i,400,400i,500,500i,700,700i,900,900i');


/****************************************/
/*                                      */
/*                                      */
/*      Table of contents:              */
/*          HubL variables              */
/*          Macros                      */
/*          Base sets                   */
/*          Bootstrap standards     	*/
/*          Globals                     */
/*          Typography                  */
/*          Structure                   */
/*          Responsive 				    */
/*                                      */
/****************************************/

/*************** HubL variables ***************/







/*************** Macros ***************/
/*  Example use of macro (exclude HubL comment tags)
a {
color: red;
font-size: 12px;
 
}
*/










/*************** Base sets ***************/
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #484848;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
}

/* ************* Responsive Bootstrap Standard ************ */
.page-center {
  display: table;
  width:100%;
  float: none !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .page-center {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }    
}
@media (min-width: 750px) {
  .page-center {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}   
@media (min-width: 992px) {
  .page-center {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-center {
    max-width: 1200px;
  }
}

/*************** Globals ***************/
a {
  color: ;
  text-decoration: none;
}
a:hover,
a:focus {
  color: ; 
  text-decoration: underline;
}
img {
  max-width: 100%;
}
.hs_cos_wrapper_type_rich_text table {
  width: 100%;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
.widget-type-space {
  padding: 1px;
}

/*************** Typography ***************/
/* -------- Basic text -------- */
p,
q {
  color: #484848;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-margin-before: 1rem;
  -webkit-margin-after: 1rem;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 16px 0;
  text-rendering: optimizelegibility;
}
a{
  color: #9D2872;
  text-decoration: underline;
}
a:hover{
  color: #a6aecc;   
}
a:visited{
  color: #9D2872;
}
span {
  font-family: 'Roboto', sans-serif;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
label {
  color: ;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
p.semi {
  font-weight: 600;
}
strong {
  font-weight: 700;
}
q {
  font-style: italic;
  font-weight: 300;
  line-height: ;
}

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

/* -------- Headings -------- */
h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  text-rendering: optimizelegibility;
}
h1{
  font-family: 'Roboto', sans-serif;
  color: #9D2872;
  font-size: 54px;
  font-weight: 100;
  line-height: 62px;
  text-rendering: optimizelegibility;
}
h2{
  color: #9D2872;
  font-size: 42px;
  font-weight: 400;    
  line-height: 42px;    
}
h3{
  color: #9D2872;
  font-size: 36px;
  font-weight: 400;
  line-height: auto;    
}
h4{
  color: #9D2872;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
}
h5{
  color: #9D2872;    
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;    
}
h6{
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;    
}

/* -------- Highlighted Text -------- */
::-moz-selection {
  color: #fff;
  background:#3399FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background:#3399FF;
  text-shadow: none;
}
::placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder,
:placeholder-shown {
  color: rgba(0,0,0,0.75);
}

/* -------- Lists -------- */
ol, ul {
  padding-left: 0;
}
li {
  color: #484848;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: ;
  text-rendering: optimizelegibility;
}

.widget-type-rich_text ul {
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  margin: 1rem 0;
  padding: 0;
}
.widget-type-rich_text ul li {
  padding-left: 0.6rem;
}
.widget-type-rich_text ul li:before {

}

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

.content1 blockquote{
  padding: 20px 30px;
  width: 100%;
  margin: 30px 0;
  background: #f1f1f2;
}

/* -------- 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 {
   
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
	
  font-family: 'Roboto', sans-serif;
  border: 0;
}

.hs-form-field > label {
  display: block;	
}


/* Quotes */
q:before, q:after, blockquote:before, blockquote:after {}
.body-container .hs_cos_wrapper_type_rich_text ul{
}

.edensleep-error-template .body-container-wrapper{
  /*    box-shadow: 1px 1px 9px #cecece;*/
  min-height: 750px;
}
.edensleep-error-template .header-wrapper-bg, .blog-details .header-wrapper-bg, .header-wrapper-bg{
  border-bottom: 1px solid #dedede;    
}
.blog-details blockquote{
  border-top: 4px solid #9D2872;
  border-bottom: 4px solid #9D2872;
  text-align: center;
  padding-top: 73px;
  padding-bottom: 23px;
}
.blog-details blockquote h3{
  color: #9D2872;
  font-size: 28px;
  line-height: 33px;
  font-weight: 300;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 47px;
  font-style: italic;
}
.blog-details blockquote h3:before {
  content: "";
  background-image: url(https://retail.resmed.com.au/hubfs/images/quote-top.svg);
  width: 19px;
  height: 15px;
  display: block;
  margin: auto;
  top: -30px;
  position: relative;
}
.blog-details blockquote h3:after {
  content: "";
  background-image: url(https://retail.resmed.com.au/hubfs/images/quote-bottom.svg);
  width: 19px;
  height: 15px;
  display: block;
  margin: auto;
  bottom: -30px;
  position: relative;
}
.blog-details blockquote h4:before {
  content: "";
  background-image: url(https://retail.resmed.com.au/hubfs/images/quote-top.svg);
  width: 19px;
  height: 15px;
  display: block;
  margin: auto;
  top: -10px;
  position: relative;
}
.blog-details blockquote h4:after {
  content: "";
  background-image: url(https://retail.resmed.com.au/hubfs/images/quote-bottom.svg);
  width: 19px;
  height: 15px;
  display: block;
  margin: auto;
  bottom: -10px;
  position: relative;
}
.blog-details blockquote h4{
  color: #9D2872;
  font-size: 20px;
  line-height: 33px;
  font-weight: 300;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 47px;
  font-style: italic;
}
.blog-details blockquote p{
  font-size: 16px; 
  color: #000000;
  font-weight: 300;
  margin-bottom: 0;
}
.blog-details blockquote img{
  max-width: 350px;
  box-shadow: 6px 11px 11px rgba(0,0,0,.2); 
}
.blog-details blockquote.image-quote {
  padding-top: 56px;
  padding-bottom: 47px;
}
/*
======================
Header Section
======================
*/
.header-container .header-wrapper-bg{
  background: #fff;
  padding: 40px 0 0 0;
  /*box-shadow: 1px 1px 9px #cecece;*/
}
.header-wrapper-bg .page-center{
  position: relative;    
}
.header-container .edensleep-logo{
  width: 270px;
}
.row-fluid .eden-header-menu span ul{
  float: right;
  margin-top: 35px;
}
.eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
  padding: 0 18px 0 18px!important;
  line-height: 13px;
}
.eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  color: #484848;
  max-width: 100%;
  min-height: 45px;
  padding: 10px 0!important;
}
.eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
  color: #9D2872;
  border-bottom: 4px solid #9D2872;
}
.eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child{
  padding-right: 0!important;
}
.cta-btn span a.healthcare-pro{
  position: absolute;
  right: 15px;
  top: -45px;
  background: #9D2872;
  -webkit-transition: background 0.5s ease!important;
  -moz-transition: background 0.5s ease!important;
  transition: background 0.5s ease!important;
}
.cta-btn span a.healthcare-pro:hover{
  background: #9D2872!important;    
}

/* Dropdown */
.eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  background: #fff;
  margin-top: 0;
}
.eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
  padding: 0!important;
}
.eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  min-height: auto;
  padding: 20px!important;
  width: 100%!important;
}
.eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
  border: 0!important;
  color: #fff;
  background: #9D2872;
}
/*.eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child{
padding-right: 20px!important;
}*/





/*
======================
Banner Section
======================
*/

.row-fluid .home-banner-wrapper{
  height: 950px;
  position: relative;
}
.home-banner-wrapper .slider-image{
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
  margin:auto;
}
.home-banner-wrapper .slider-image .hs_cos_flex-control-nav{
  bottom: 450px;
}
.home-banner-wrapper .slider-image .hs_cos_flex-direction-nav{
  display:none;
}
.home-banner-wrapper .slider-image li img{
  height: 1042px;
  width:100%;
  object-fit:cover;
}
.home-banner-wrapper .page-center{
  position: relative;
  z-index: 5;
}
.home-banner-wrapper .page-center span a.call-us{
  background: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/EdenSleep%20Images/tel-icon.png?t=1479959186849) no-repeat 23px 17px #9D2872 !important;
  padding: 22px 25px 22px 75px !important;
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: 100;
  -webkit-transition: background 0.5s ease!important;
  -moz-transition: background 0.5s ease!important;
  transition: background 0.5s ease!important;    
}
.home-banner-wrapper .page-center span a.call-us:hover{
  background: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/EdenSleep%20Images/tel-icon.png?t=1479959186849) no-repeat 23px 17px #9D2872 !important;
}
.home-banner-wrapper .page-center span a.call-us span{
  font-weight: bold; 
}
.body-container-wrapper .page-center span a.call-us span{
  font-weight: bold; 
}
.home-banner-wrapper .banner-info{
  max-width: 42%;
  position: relative;
  top: 180px;
}
.home-banner-wrapper .banner-info h1{
  color: #9D2872;
  padding-bottom: 80px;
  font-size: 40px;
  line-height: 54px;
}
.home-banner-wrapper .banner-info h1 strong, .home-banner-wrapper .banner-info h1 b{
  font-size: 44px;
  font-weight: 500;    
}
.banner-info a.book-sleep-test{
  -webkit-transition: background 0.5s ease!important;
  -moz-transition: background 0.5s ease!important;
  transition: background 0.5s ease!important;    
  font-weight: bold!important;
}
.banner-info a.book-sleep-test:hover{
  background: #9D2872!important;
}

/*** Homepage GP Version ***/
.homepage-gp-version .banner-info h1{
  padding-bottom: 0;
}
.homepage-gp-version .banner-info h5{
  font-weight: 100;
  padding: 50px 0;
  line-height: 30px;
  color: #9D2872;
}
.homepage-gp-version .home-banner-wrapper .banner-info{
  max-width: 30%;
  top: 100px;
}
.homepage-gp-version .row-fluid .home-banner-wrapper{
  background-position: 100%!important;
}
.homepage-gp-version .two-column .content-info p{
  width: 100%;
}
.homepage-gp-version .two-column .content-info{
  top: 15%;
}
.homepage-gp-version .two-column-right-wrapper span > div:last-child .two-column-right-content .content-info{
  top: 100px;
  padding-left: 65px;
}
/*
================================
3 Column Module Section
===============================
*/
.row-fluid  .column-outer-wrapper{
  position: relative;
  margin-top: -350px;
}
.column-outer-wrapper .column-wrapper{
  float: left;
  text-align: center;
  width: 33.33%;
  padding-right: 12px;
}
.column-outer-wrapper .column-wrapper .column-wrapper-inner{
  background: #9D2872;
  padding: 50px 0;    
  min-height: 410px;
}
.column-outer-wrapper span > div:last-child .column-wrapper{
  padding-right: 0;    
}
.column-outer-wrapper .column-wrapper h3{
  color: #fff;
  max-width: 67%;
  margin: 30px auto 20px auto;    
  min-height: 125px;
}
.column-wrapper-inner .img-icon-wrapper{
  min-height: 70px;
}

a.bg-white-btn{
  background: #fff;
  padding: 15px 46px;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 14px;
  color: #9D2872;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  transition: background 0.5s ease;    
}
a.bg-white-btn:hover{
  background: transparent;
  border: 2px solid #fff;
  color: #fff;    
}

.basic-advance-wrapper a.bg-white-btn{
  background: #4055a6;
  color: #fff;
  border: 2px solid #4055a6;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  transition: background 0.5s ease;    
}
.basic-advance-wrapper a.bg-white-btn:hover{
  background: transparent;    
  border: 2px solid #4055a6;
  color: #4055a6!important;
}

.basic-advance-wrapper a.book-now-color{
  background: #9D2872;
  border: 2px solid #9D2872;
  color: #fff;    
}


a.book-now-color{
  background: #9D2872;
  color: #fff;
  border: 2px solid #9D2872;
  -webkit-transition: background 0.5s ease, border 0.5s ease;
  -moz-transition: background 0.5s ease, border 0.5s ease;
  transition: background 0.5s ease, border 0.5s ease;        
}
a.book-now-color:hover{
  background: transparent;
  border: 2px solid #9D2872;
  color: #9D2872;    
}
a.bg-red-btn{
  background: #9D2872;
  padding: 15px 46px;
  border-radius: 5px;
  border: 2px solid #9D2872;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: background 0.5s ease, border 0.5s ease;
  -moz-transition: background 0.5s ease, border 0.5s ease;
  transition: background 0.5s ease, border 0.5s ease;    
}
a.bg-red-btn:hover{
  background: #9D2872!important;
  border: 2px solid #9D2872!important;    
  text-decoration: underline!important;
}

a.bg-blue-btn{
  background: #9D2872;
  padding: 15px 46px;
  border-radius: 5px;
  border: 2px solid #9D2872;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: background 0.5s ease, border 0.5s ease;
  -moz-transition: background 0.5s ease, border 0.5s ease;
  transition: background 0.5s ease, border 0.5s ease;    
}
a.bg-blue-btn:hover{
  background: #9D2872!important;
  border: 2px solid #9D2872!important;    
  text-decoration: underline!important;
}


/*.column-outer-wrapper .column-wrapper a{
background: #fff;
padding: 14px 46px;
border-radius: 6px;
border: 2px solid #fff;
font-size: 14px;
color: #9D2872;
font-weight: bold;
display: inline-block;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
transition: background 0.5s ease;
}
.column-outer-wrapper .column-wrapper a:hover{
background: transparent;
border: 2px solid #fff;
color: #fff;
}*/
.column-outer-wrapper .bg-arrow-down{
  background: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/EdenSleep%20Images/center-arrow-bg.png) repeat-x center center / cover;
  height: 32px;
  width: auto;
}
/*
======================
Content Section
======================
*/
.row-fluid  .content-section{
  text-align: center;
  background: #fff;
  padding: 80px 0 80px 0;
}
.content-section h2{
  color: #9D2872;
}
.page-center .welcome-content p{
  color: #484848;
  line-height: 24px;
  margin: 20px 0 35px 0;
}
.page-center .welcome-content a.about-us{
  background: #9D2872;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 16px 46px;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  transition: background 0.5s ease;    
}
.page-center .welcome-content a.about-us:hover{
  background: #9D2872;
}
.about-us-content .about-inner-content-wrapper h5{
  margin: 35px 0 0 0;
}

/*
===========================
Two Column Section
===========================
*/
.two-column-wrapper div.two-column{
  float: left;
  width: 50%;
  min-height: 450px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.two-column-wrapper span > div:last-child div.two-column-overlay{
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  display: block;
  z-index: 1;
  left: 0;
}
.two-column .content-info{
  position: absolute;
  top: 20%;
  right: 5%;
  left: 25%;
}
.two-column .content-info h2{
  color: #fff;
  max-width: 65%;    
}
.two-column .content-info p{
  font-size: 18px;
  color: #fff;    
  line-height: 24px;
  margin: 20px 0 30px 0;
}
.two-column .content-info a.enquire-now{
  background: #fff;
  color: #9D2872;
  padding: 15px 46px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;    
  border-radius: 5px;
  border: 2px solid #fff;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  transition: background 0.5s ease;    
}
.two-column .content-info a.enquire-now:hover{
  background: transparent;
  border: 2px solid #fff;
  color: #fff;    
}
.two-column .content-info a.sleep-study{
  color: #fff;
}

/*** 2 Column Right ***/
.row-fluid .two-column-right-wrapper{
  height: 400px;
}
.two-column-right-wrapper div.two-column-right-content{
  float: left;
  width: 50%;
  min-height: 400px;
  position: relative;    
}
.two-column-right-content .content-info{
  padding: 0;
  max-width: 60%;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 50px;
}
.two-column-right-content .content-info blockquote{
  font-size: 16px;
  line-height: 24px;
  font-style: italic;    
}
.two-column-right-content .content-info hr{
  width: 70px;
  height: 2px;
  background: #fff;
  border: 0;
  margin: 25px 0 18px 0;
}
.two-column-right-content .content-info h6{
  color: #fff;
  font-weight: 300;    
}
.two-column-right-content .content-info p{
  color: #fff;
  margin: 0;
  font-weight: 100;
}
/*
==========================
Fullwidth Section
==========================
*/
.row-fluid .full-width-wrapper{
  padding: 60px 0 80px;
  position: relative;
}
.full-width-wrapper .content-image img{
  padding-left: 80px;
}
.full-width-wrapper .fullwidth-content h2{
  color: #fff;
}
.full-width-wrapper .fullwidth-content p{
  font-size: 18px;
  color: #fff;    
  line-height: 24px;
  margin: 20px 0 30px 0;    
}
.full-width-wrapper .fullwidth-content a{
  background: #fff;
  color: #9D2872;
  padding: 15px 46px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 14px;
  display: inline-block;    
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  transition: background 0.5s ease;    
}
.full-width-wrapper .fullwidth-content a:hover{
  background: transparent;
  border: 2px solid #fff;
  color: #fff;    
}
.full-width-wrapper .page-center{
  position: relative;
  z-index: 5;
}
.full-width-wrapper .overlay{
  background: rgba(209, 34, 68, 0.8);
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  display: block;
  z-index: 1;
}
/*
======================
Contact Section
======================
*/

.row-fluid .contact-wrapper{
  padding: 60px 0 50px 0;
  position: relative;
}
.contact-wrapper form.hs-form fieldset{
  max-width: 100%;
}
.contact-wrapper form.hs-form{
  padding: 0 200px;
}
.contact-wrapper h3{
  text-align: center;
  max-width: 65%;
  margin: 20px auto 35px auto;
  color: #fff;
}
.hs-form-field>label{
  display: none;
}
.contact-form span form.hs-form fieldset.form-columns-2 .input{
  margin-right: 25px;
}
.contact-form span form.hs-form fieldset.form-columns-1 .input{
  margin-right: 0;    
}
fieldset div.hs_lastname .input, fieldset div.hs_phone .input, fieldset div.hs_state_field .input{
  margin-right: 0!important;
}
form.hs-form div .input input{
  height: 62px;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 30px;
  width: 100%;
}
form.hs-form div legend{
  margin-bottom: 15px; 
}
form.hs-form div .input select{
  height: 62px;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 30px;
  -webkit-appearance: none;
  color: #939597;
}
form.hs-form div .input select::-ms-expand{
  display: none;
}
form.hs-form div .input select{
  background-image: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/images/dropdown-arrow.png?t=1479982355893);
  background-color: #FFF;
  background-position: 95% center;
  background-size: 20px;
  background-repeat: no-repeat;    
}
form.hs-form div .input textarea{
  font-size: 16px;
  height: 100px;
  padding-left: 20px;
  padding-top: 20px;
  width: 100%!important;
  border: 0;
  resize: none;
}

.contact-form .hs-form fieldset.form-columns-1 .hs-input{
  width: 100%;
}

/*form.hs-form fieldset > div .input input:-ms-input-placeholder*/
form.hs-form .hs_submit div.actions input[type="submit"]{
  background: #9D2872;
  padding: 14px 50px;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin: 30px auto 0 auto;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;  
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  transition: background 0.5s ease;  
  -webkit-appearance: none;
}
form.hs-form .hs_submit div.actions input:hover{
  background: #9D2872;
  cursor: pointer;
}
form.hs-form ul.hs-error-msgs li{
  list-style: none;
}
form.hs-form ul.hs-error-msgs li label{
  position: relative;
  top: -28px;
  font-size: 14px;
  left: 20px;
}
/*** About us - inner pages ***/
.about-inner-content-wrapper{
  padding: 40px 0 0 0;
}
.about-inner-content-wrapper .page-center {
  padding-bottom: 80px;
}
.about-inner-content-wrapper a.bg-red-btn{
  display: table;
  margin: 40px auto 0 auto;
}

.about-inner-content-wrapper a.secure-payment-btn{
  margin: 6px 0;
}
.about-inner-content-wrapper a.secure-payment-btn:hover{
  text-decoration: none!important;
}

.sleep-videoWrapper iframe{
  /*    display: table;
  margin: 0 auto 40px auto;
  */
  float: right;
  margin: 25px 0 10px 15px;
  width: 500px;
  height: 280px;
}
.page-center .sleep-videoWrapper h3{
  padding-bottom: 25px;
  text-align: center;
}
.contact-wrapper form.hs-form ul.hs-error-msgs li label{
  top: -20px;
}
.contact-wrapper .page-center{
  position: relative;
  z-index: 50;
}
.contact-wrapper .form-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;    
}



.home-banner-wrapper .banner-info{
  display:none;
}
.home-banner-wrapper .slider-image .banner-info{
  display:block;
}
.slider-image .hs_cos_flex-slider .caption{
  display:none;
}
.slide-caption{
  position: absolute;
  top: 0;
  width: 100%;
}

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

.row-fluid .footer-wrapper{
  padding: 40px 0 20px 0;
}
.footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
  display: table;
  margin: 0 auto;
  position: relative;
  left: -40px;
  top: 5px;
}
.footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width: 100%;
  padding: 0 20px;
  border-right: 1px solid #cecece;
}
.footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
  border-right: none;    
}
/*.footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:after{
border-right: 1px solid #333;
content: " ";
transform: rotate(20deg);
-moz-transform: rotate(20deg);
-webkit-transform: rotate(20deg);
display: inline-block;
height: 17px;
margin-left: 28px;
position: relative;
top: 3px;
}*/
.footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  overflow: inherit;
}


.footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a:after{
  content: "";
  height: 0;
}
.footer-wrapper ul.social-media li{
  list-style: none;
}
.footer-wrapper ul.social-media li a{
  background: #9D2872;
  color: #fff;
  margin: 0 0 12px 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 6px 11px;
  display: block;
  width: 46px;
  height: 46px;   
  text-align: center;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.footer-wrapper ul.social-media li a:hover{
  background: #334381;
}
.footer-wrapper ul.social-media li a i{
  padding-top: 4px;
  font-size: 24px;
}
.footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
  position: relative;
}


/*
======================
Inner Page
======================
*/

/*** Banner Image ***/

.row-fluid .inner-banner-wrapper{
  position: relative;
}
.inner-banner-wrapper .page-center{
  position: relative;
  z-index: 8;
}
span.hs-cta-wrapper a.call-us{
  background: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/EdenSleep%20Images/tel-icon.png?t=1479959186849) no-repeat 23px 17px #9D2872 !important;
  padding: 22px 25px 22px 75px !important;
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: 100;
  -webkit-transition: background 0.5s ease!important;
  -moz-transition: background 0.5s ease!important;
  transition: background 0.5s ease!important;    
}
span.hs-cta-wrapper a.call-us:hover{
  background: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/EdenSleep%20Images/tel-icon.png?t=1479959186849) no-repeat 23px 17px #9D2872 !important;
}
/*.contact-list-page span.hs-cta-wrapper a.call-us{
top: -60px;    
}*/
.inner-banner-wrapper .page-center span a.call-us span{
  font-weight: bold; 
}
.inner-banner-wrapper .banner-info{
  position: relative;
  top: 140px;
  text-align: center;
  letter-spacing: 1px;    
  max-width: 68%;
  margin: 0 auto;
}
.inner-banner-wrapper .banner-info h1{
  color: #fff;
  padding-bottom: 15px;
  font-size: 36px;
  font-weight: 400;    
}
.inner-banner-wrapper .banner-info p{
  color: #fff;      
  font-size: 20px;
}
.cta-container .page-center{
  position:relative;
}         
.cta-container{
  position: absolute;
  top: 0;
  width: 100%;
}
.content-red-bg .cta-container span.hs-cta-wrapper a.call-us{
  background-color: #4156a6 !important;
}
.content-red-bg .cta-container span.hs-cta-wrapper a.call-us:hover{
  color: #fff !important;
  -webkit-transition: color 0.5s ease!important;
  -moz-transition: color 0.5s ease!important;
  transition: color 0.5s ease!important;
}
.row-fluid .content-red-bg{
  background: #9D2872    
}
.row-fluid .content-red-bg{
  padding: 70px 0;   
  /* padding: 50px 0; */
}
.row-fluid .content-red-bg{
  position:relative;
}
.content-red-bg h1{
  font-size: 24px;
  text-align: center;
  max-width: 100%;
  padding: 0 120px;
  line-height: 41px;
  margin: 0 auto;
  color: #fff;
  font-weight: 400;
}
.content-red-bg h1 a, .content-red-bg h5 a{
  color: #fff;
  text-decoration: none;
}
.content-red-bg h1 a:hover, .content-red-bg h5 a:hover{
  text-decoration: underline;
}
.content-red-bg h5, .content-red-bg h6{
  color: #fff;
  padding: 0 175px;
}
.inner-page .content-red-bg h5, .content-red-bg h6, .inner-page .content-red-bg p{
  font-size: 20px;
  font-weight: 400;    
  padding-top: 30px;
  padding-bottom: 0;
}
.inner-banner-wrapper .overlay{
  background: rgba(65, 86, 166, 0.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;    
}

/*** 2 column content ***/

.inner-page .content-outer-wrapper-one{
  border-top: 1px solid #e2e2e2;
  padding: 60px 0 60px 0;
}
.content-wrapper img,
.content-richtext img{
  margin-bottom: 30px !important; 
}
.content-wrapper h4, .content-richtext h4{
  font-size: 36px;
  padding-bottom: 25px;
}
.content-wrapper h5, .content-richtext h5{
  color: #9D2872;
  padding-bottom: 25px;
}

.updatedCss .content-richtext p,
.updatedCss .about-inner-content-wrapper p{
  max-width: 820px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.updatedCss .about-us-content h4,
.updatedCss .content-wrapper h5,
.updatedCss .content-wrapper p{
  max-width: 400px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.content-wrapper ul li{
  list-style: none;
  position: relative;
  padding-left: 25px;
  padding-bottom: 20px;
}
.content-wrapper ul li:last-child{
  padding-bottom: 0;    
}
.content-wrapper ul li:before{
  position: absolute;
  top: 5px;
  left: 0;
  content: " ";
  background: url('https://www.resmed.com.au/hubfs/EdenSleep/Images/Other%20Images/Polygon-icon.svg') no-repeat;
  width: 100%;
  height: 100%;
}

.row-fluid .content-outer-wrapper-two{
  background: #f1f1f2;
  padding: 70px 0;
}
.row-fluid a.contact-us-today{
  margin: 60px auto 0 auto;
  display: table!important;    
  -webkit-transition: background 0.5s ease, border 0.5s ease!important;
  -moz-transition: background 0.5s ease, border 0.5s ease!important;
  transition: background 0.5s ease, border 0.5s ease!important;
}
.row-fluid a.contact-us-today:hover{
  background: #9D2872!important;    
  border: 2px solid #9D2872!important;
}
.content-outer-wrapper-two span.hs-cta-node a.cta_button{
  -webkit-transition: background 0.5s ease, border 0.5s ease!important;
  -moz-transition: background 0.5s ease, border 0.5s ease!important;
  transition: background 0.5s ease, border 0.5s ease!important;
}
.content-outer-wrapper-two span.hs-cta-node a.cta_button:hover{
  background: #9D2872!important;
  border: 2px solid #9D2872!important;
}


/*** Appointments Page ***/
.inner-page h5{
  line-height: 30px;
  text-align: center;
  padding-bottom: 30px;
}
.inner-page h6{
  text-align: center;    
}
.inner-page h5 a{
  text-decoration: none;    
  /*    color: #fff;*/
}
.inner-page h6 a{
  text-decoration: none;        
  color: #fff;
}

/*** Form ***/
.inner-page form.hs-form{
  padding: 0 180px;
}
.inner-page form.hs-form fieldset>div .input input, .inner-page form.hs-form fieldset>div .input select{
  border: none;
}
.inner-page h3{
  padding-bottom: 50px;
  text-align: center;
}
.inner-page .hs-form fieldset{
  max-width: 100%;    
}
.inner-page .hs-form fieldset.form-columns-2 .input{
  margin-right: 25px;
}
.inner-page fieldset div.hs_lastname .input, fieldset div.hs_phone .input, fieldset div.hs_type_of_appointment_edensleep_ .input, .inner-page .hs-form fieldset.form-columns-1 .input{
  margin-right: 0!important;
}
.inner-page .hs_checkbox_for_existing_patient_edensleep_ ul li{
  list-style: none;
  padding-top: 25px;
}
.inner-page .hs_checkbox_for_existing_patient_edensleep_ input[type="checkbox"]{
  width: auto!important;
  height: 20px;
}
.inner-page .hs_checkbox_for_existing_patient_edensleep_ ul li span{
  color: #484848;
  position: relative;
  top: -4px;
  left: 15px;
  font-size: 18px;
}
.inner-page .hs_checkbox_for_existing_patient_edensleep_ ul li span a{
  text-decoration: none;
}
.inner-page form.hs-form .hs_submit div.actions input{
  margin: 10px auto 0 auto;    
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;    
}

/*** Error Page ***/
.row-fluid .error-page-wrapper{
  padding: 150px 0;
}
.error-page-wrapper img{
  display: table;
  margin: 0 auto;
}
.error-page-wrapper .error-text{
  text-align: center;
}
.error-text p{
  margin: 20px 0;
}
.error-text a.back-home{
  color: #fff;
  background: #cb333b;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;    
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.error-text a.back-home:hover{
  opacity: 0.8;
}

/*** Subscription Update ***/
.row-fluid .subscription-page-wrapper{
  padding: 150px 0;    
}
.subscription-page-wrapper img{
  display: table;
  margin: 0 auto 20px auto;
  width: 130px!important;
}
.subscription-page-wrapper .message-confirmation{
  text-align: center;
}
.message-confirmation h1{
  font-size: 54px;
  font-weight: 700;
  line-height: 62px;    
  padding-bottom: 10px;
}

.subs-pref h1{
  font-size: 54px;
  font-weight: 700;
  line-height: 62px;    
  padding-bottom: 14px;    
}
.subs-pref .page-header{
  text-align: center;
}

#email-prefs-form input[type=submit]{
  color: #fff!important;
  background: #cb333b!important;
  padding: 15px 30px!important;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;    
  opacity: 1;
  border: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;    
  display: block;
  margin: 40px auto 0 auto;
}
#email-prefs-form input[type=submit]:hover{
  opacity: 0.8;
}
.email-prefs .item .item-inner{
  border-radius: 0;
  border: 1px solid #494949;
  background: transparent;
}
#email-prefs-form h2{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
#email-prefs-form p{
  color: #676767;
  margin: 5px 29px 0px;
}
.subs-pref form#email-prefs-form{
  width: 60%;
  margin: 0 auto;
}
.checkbox-row{
  overflow: initial;
}
.checkbox-row input{
  top: 16px;
  font-size: 18px;
}
.checkbox-row span.fakelabel span{
  margin-left: 15px;
}
.subscribe-options p{
  margin: 5px 0 0!important;
}
.subscribe-options label input{
  font-size: 16px;
}
.subscribe-options label span{
  margin-left: 13px;
}
.message-confirmation .page-header h2{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;    
}

/*
======================
Thank You Page
======================
*/

body.thank-you-page .banner-info{
  top: 120px;
}
.row-fluid .ty-header-wrapper{
  padding: 40px 0;
  text-align: center;
}
.row-fluid .content-cta-wrapper{
  padding: 90px 0 80px 0;
  text-align: center;
  position: relative;
}
.row-fluid .content-cta-wrapper:before{
  content: url('https://www.resmed.com.au/hubfs/EdenSleep/Images/Other%20Images/Polygon-icon.svg');
  font-family: FontAwesome;
  color: red;
  font-size: 25px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  text-align: center;    
}
.content-cta-wrapper{
  background-color: #f1f1f2;
}

.ty-content-wrapper h5{
  color: #4156A6;
  padding-bottom: 10px;
}
.ty-content-wrapper p{
  padding: 0 200px;
  line-height: 30px;
  margin-bottom: 25px;
}
.ty-content-wrapper a.btn-red{
  margin-right: 12px;
  /*    display: inline-block;
  color: #fff;
  background: #9D2872;
  text-decoration: none;
  border-radius: 5px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;    
  margin-right: 12px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  transition: background 0.5s ease;
  */    
  /*    background: #9D2872;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 16px 46px;
  border-radius: 5px;
  font-weight: 600;
  margin-right: 12px;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  transition: background 0.5s ease;*/

}
.ty-content-wrapper a.btn-red:hover{
  /*    background: #9D2872;*/    
  text-decoration: underline;
}
.ty-content-wrapper a.btn-blue{
  /*    background: #9D2872;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 16px 46px;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  transition: background 0.5s ease;*/
}
.ty-content-wrapper a.btn-blue:hover{
  /*    background: #9D2872;*/    
  text-decoration: underline;    
}

body.thank-you-page .inner-banner-wrapper .overlay{
  background: rgba(65, 86, 166, 0.6);
}
body.thank-you-page .row-fluid .inner-banner-wrapper{
  background-position: 100% 58%!important;
}
.row-fluid .ty-recent-blog-post{
  padding: 80px 0;
}
/*** Blog Recent Post ***/
.ty-recent-blog-post h5{
  color: #5b6fb3;
  text-align: center;
  padding-bottom: 80px;
}
.recentpost .recent-image-wrapper{
  height: 280px;
}
.recent-image-wrapper img{
  height: 280px;
  object-fit: cover;
}
.recentpost .blog-content-wrapper{
  position: relative;
  top: -30px;
  color: #fff;
}
.recentpost .blog-content{
  background: #9D2872;
  padding: 30px;
}
.blog-content h5{
  color: #fff;
  text-align: left;
  font-weight: 400;
  padding-bottom: 0;
  min-height: 85px;    
}
.blog-content p{
  color: #fff;    
  font-weight: 100;
  margin-top: 0;
}
.blog-content a.read-more{
  background: #fff;
  border-radius: 5px;
  padding: 15px 46px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  border: 2px solid #fff;
  text-transform: uppercase;   
  letter-spacing: 1px;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  -moz-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
}
.blog-content a.read-more:hover{
  background: transparent;
  color: #fff;
}

/*
=====================
Blog Details
=====================
*/


.green-cta.Hide,
.darkblue-cta.Hide{
  display:none; 
}

.green-cta{
  background-color: #9D2872;
  padding: 36px 38px 30px ;
}
.green-cta.Blue {
  background-color: #9D2872;
}
.green-cta.Red{
  background-color:#9D2872;
}
.green-cta .row-fluid,
.darkblue-cta .row-fluid{
  display: flex;
  align-items: center; 
}
.green-cta h2{
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 0.36px;
  color:#fff;
  font-family: 'Roboto',sans-serif;
}
.green-cta .hs-cta-wrapper a{
  color: #9D2872;
  background-color: #fff;
  text-decoration: none;
  font-size: 19.2px;
  line-height: 23px;
  font-weight: bold;
  font-family: 'Roboto',sans-serif;
  padding: 12.5px 0; 
  display: inline-block;
  border-radius: 3.6px;
  width: 100%;
  text-align: center;
}
.green-cta{
  margin-top: 34px;
  margin-bottom: 42px;
}
.darkblue-cta{
  margin-bottom: 82px;
  margin-top: 51px;
}
.darkblue-cta .hs-cta-wrapper a{
  color: #9D2872;
  background-color: #fff;
  text-decoration: none;
  font-size: 19.2px;
  line-height: 23px;
  font-weight: bold;
  font-family: 'Roboto',sans-serif;
  padding: 12.5px 43px; 
  display: inline-block;
  border-radius: 3.6px;
}
.green-cta .span4{
  text-align:right; 
}
.darkblue-cta{
  padding: 36px 66px;
}
.darkblue-cta.Blue {
  background-color: #9D2872;
}
.darkblue-cta.Red{
  background-color:#9D2872;
}
.darkblue-cta h2{
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.28px;
  font-weight: 300;
  font-family: 'Roboto',sans-serif;
  margin-bottom: 18px;
  color:#fff;
}
.darkblue-cta p{
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color:#fff;
  font-family: 'Roboto',sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}
.darkblue-cta p:last-child{
  margin-bottom: 0; 
}
.darkblue-cta img{
  height: 248px;
  width: auto !important;
}

.body-outer-wrapper1, .body-outer-wrapper-allpost{
  padding-top: 120px;
}

.blog-details .row-fluid .page-center{
  position: relative;
  /*z-index: 50;*/
}

body.blog-details h5{
  padding-top: 15px;
}
.row-fluid .blog-banner-cta{
  margin-bottom: 45px;
}
.blog-banner-cta a.call-us{
  background: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/EdenSleep%20Images/tel-icon.png?t=1482113005696) no-repeat 23px 17px #9D2872 !important;   
  padding: 22px 25px 22px 75px !important;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  -moz-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;    
}
.blog-banner-cta a.call-us:hover{
  background: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/EdenSleep%20Images/tel-icon.png?t=1482113005696) no-repeat 23px 17px #9D2872 !important;   
}
.featured-image-wrapper img.hs-featured-image{
  float: none;
  margin: 0 0 25px 0;
  max-width: 100%;    
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.post-body p.posted-label{
  margin: 10px 0 30px 0;
}
.post-body ul li, .post-body ol li{
  list-style: none;
  position: relative;
  padding-left: 25px;
  padding-bottom: 20px;
}
.post-body ul li:before, .post-body ol li:before{
  position: absolute;
  top: 6px;
  left: 0;
  content: " ";
  background: url('https://www.resmed.com.au/hubfs/EdenSleep/Images/Other%20Images/Polygon-icon.svg') no-repeat;
  width: 100%;
  height: 100%;    
}
.row-fluid .blog-email-subscription{
  padding: 40px;
  background: #f1f1f2;    
}
.blog-email-subscription form.hs-form .hs_submit div.actions input[type="submit"]{
  padding: 14px 40px;
  display: table;
  margin: 0 auto 0 auto;
  width: 100%;
}
.blog-email-subscription form.hs-form div .input input{
  margin-bottom: 0;
  border: 0;
}
.row-fluid .recent-post-wrapper{
  border-bottom: 1px solid #9D2872;
  padding: 50px 0 25px 0;
  margin-bottom: 30px;
}
.recent-post-wrapper h5,.blog-topics-wrapper h5{
  border-bottom: 1px solid #9D2872;
  padding-bottom: 30px;    
  margin-bottom: 30px;    
}
.recent-post-wrapper ul li, .blog-topics-wrapper ul li{
  list-style: none;
  padding-bottom: 15px;
}
.recent-post-wrapper ul li:last-child, .blog-topics-wrapper ul li:last-child{
  padding-bottom: 0;    
}
.recent-post-wrapper ul li a, .blog-topics-wrapper ul li a{
  text-decoration: none;
  font-size: 18px;
}
.row-fluid .blog-cta-wrapper{
  padding: 40px 0;
}
/*.row-fluid .blog-details-content{
border-bottom: 1px solid #9D2872;
padding-bottom: 40px;
}*/
.row-fluid .blog-social-media-wrapper{
  border-bottom: 1px solid #9D2872;
  padding-bottom: 40px;    
  margin-bottom: 40px;    
}
.blog-comment-form-wrapper h5{
  padding-bottom: 20px;
}
.blog-comment-form-wrapper form{
  background: #f1f1f2;
  padding: 40px 30px;    
}
.blog-comment-form form.hs-form fieldset{
  max-width: 100%;
}
.blog-comment-form form.hs-form div .input input{
  border: 0;
}
.blog-comment-form .hs-form fieldset.form-columns-1 .hs-input{
  width: 100%;
}
.blog-comment-form div.hs_lastname .input, div.hs_website .input, div.hs_comment .input{
  margin-right: 0!important;   
}
.blog-comment-form form.hs-form .hs_submit div.actions input[type="submit"]{
  margin: 30px 0 0 0;
  padding: 18px 31px;
  -webkit-appearance: none;    
}
.blog-comment-form .hs-form fieldset.form-columns-2 .input{
  margin-right: 30px;    
}
.blog-comment-section .comment-text{
  position: relative;
}
.blog-comment-form h5{
  border-top: 1px solid #9D2872;
  padding-top: 40px;
  margin-top: 40px;    
  padding-bottom: 30px;
}
.hs_comment ul.hs-error-msgs li label{
  top: 0!important;
}
.comment-text h6{
  font-size: 24px;
}
.comment-text .counter-wrapper{
  position: absolute;
  top: -4px;
  left: 136px;
  background: #9D2872;
  color: #fff;
  padding: 8px 13px;
  font-size: 14px;
}
.counter-wrapper span{
  position: relative;
}
.counter-wrapper span:before{
  content: "\f0d9";
  font-family: FontAwesome;
  color: #9D2872;
  position: absolute;
  top: -1px;
  left: -19px;
  font-size: 21px;
}
.blog-pagination-wrapper{
  border-top: 1px solid #9D2872;
  padding-top: 30px;    
  margin-top: 40px;    
  margin-bottom: 70px;
}
.blog-pagination a{
  display: inline-block;
  text-decoration: none;
  padding-right: 30px;
  font-weight: 500;
}

.blog-comment-form .comment.depth-0:first-child{
  margin-top: 40px;
}
.blog-comment-form .comment{
  background: #f1f1f2;    
  border-top: 0;
  margin-left: 100px;
  padding: 15px 25px 25px 25px;
  position: relative;
}
.blog-comment-form .comment.depth-1{
  background: #f1f1f2;    
  border-top: 0;
  margin-left: 150px;
  padding: 15px 25px 25px 25px;    
}
.blog-comment-form .comment.depth-0{
  padding-top: 0;
}
.blog-comment-form .comment:after{
  content: " ";
  background-image: url(https://www.resmed.com.au/hubfs/EdenSleep/Images/Other%20Images/user-icon.png);
  width: 70px;
  height: 70px;
  position: absolute;
  top: 40px;
  left: -100px;    
}
.blog-comment-form .comment:before{
  content: "\f0d9";
  font-family: FontAwesome;
  height: 10px;
  width: 10px;
  color: #f1f1f2;
  left: -18px;
  font-size: 55px;
  position: absolute;
  top: 45px;
}
.main-body-post-wrapper h3{
  padding-bottom: 15px;
}
.main-body-post-wrapper h5{
  padding-bottom: 12px;
}
.blog-email-subscription p{
  margin: 24px 0;
}
.post-body ul{
  padding-top: 18px;
}

.blog-comment-form .comment-date{
  display: block;
}
.comment-from a{
  font-size: 18px;
  font-weight: 400!important;
  text-decoration: none;
}
form.hs-form .hs_subscribe{
  display: none;
}
.row-fluid .sidebar-cta{
  margin-top: 40px;
}
/*.widget-type-cta  span.hs-cta-wrapper .cta_button{
opacity: 1!important;
-webkit-transition: opacity 0.5s ease!important;
-moz-transition: opacity 0.5s ease!important;
transition: opacity 0.5s ease!important;
}
.widget-type-cta  span.hs-cta-wrapper .cta_button:hover{
opacity: 0.8!important;
}*/
span.posted-date-color{
  color: #9D2872;
}
.blog-pagination-wrapper .blog-pagination{
  display: none;
}
.blog-email-subscription h3.hs_cos_wrapper{
  display: none;
}

.blog-section iframe{
  width: 100%;
}

.right-sidebar-widgets .blog-email-subscription form.hs-form div .input input{
  margin-bottom: 20px;
}
.right-sidebar-widgets .blog-email-subscription form.hs-form ul.hs-error-msgs li label{
  top: -18px;
}


/*** Blog Title ***/

.blog-title-wrapper h2.blog-title{
  padding-bottom: 20px;
  border-bottom: 1px solid #9D2872;
  padding-top: 10px;
}
.blog-title-wrapper h2.blog-title a{
  font-size: 22px;
  text-decoration: none;
}


/*** Blog List ***/



/*** Contact Details Inner Page ***/
.contact-innerpage .row-fluid .page-center{
  position: relative;
  /*z-index: 50;*/
}
.contact-inner-wrapper{
  padding: 110px 0 80px 0;
}
.contact-inner-wrapper h1{
  padding-bottom: 15px;
  margin-bottom: 65px;
  border-bottom: 2px solid #9D2872;
  font-size: 36px;
  font-weight: 400;    
}
.contact-inner-wrapper .span4 p{
  margin-top: 0;
  position: relative;
  top: -5px;
}
.contact-details-wrapper .span4:nth-child(2){
  margin-left: 0!important;
}
.contact-inner-wrapper ul li{
  list-style: none;
  position: relative;
  padding-left: 55px;
  padding-bottom: 40px;
  font-size: 18px;
}
.contact-inner-wrapper ul li:last-child{
  position: relative;
  top: 6px;
}
.contact-inner-wrapper ul li.location:before{
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background: url('https://www.resmed.com.au/hubfs/EdenSleep/Images/Other%20Images/location-icon-v2.png') no-repeat;
  width: 100%;
  height: 100%;
}
.contact-inner-wrapper ul li.phone:before{
  content: '';
  position: absolute;
  top: -3px;
  left: -2px;
  background: url('https://www.resmed.com.au/hubfs/EdenSleep/Images/Other%20Images/phone-icon-v2.png') no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-inner-wrapper ul li.email:before{
  content: '';
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 0;
  background: url('https://www.resmed.com.au/hubfs/EdenSleep/Images/Other%20Images/icon-email-3.png') no-repeat;
  width: 100%;
  height: 100%;
}
.contact-inner-wrapper ul li.date:before{
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  background: url('https://www.resmed.com.au/hubfs/EdenSleep/Images/Other%20Images/clinic-hours-icon-v2.png') no-repeat;
  width: 100%;
  height: 100%;
}
.contact-inner-wrapper ul{
  max-width: 80%;
  padding-top: 30px;
}
.content-2-col{
  padding-top: 60px;
}

/*** Contact list ***/

.header-cta-wrapper{
  padding-top: 100px;
}
.list-outer-wrapper .contact-list-wrapper{
  float: left;
  width: 50%;
  padding-bottom: 50px;
  padding-right: 35px;
}
.list-outer-wrapper span > div:nth-child(even) div.contact-list-wrapper{
  padding-right: 0;
}
.contact-list-wrapper .span6{
  margin-left: 0;
}
.contact-list-wrapper .span6 .target-map{
  width: 100%;
  height: 300px;
}
.header-cta-wrapper h3{
  padding-bottom: 15px;
  margin-bottom: 65px;
  border-bottom: 2px solid #9D2872;

}
.contact-list-wrapper ul{
  padding: 50px 38px 0 0;
}
.contact-list-wrapper ul li{
  list-style: none;
  position: relative;
  padding-left: 55px;
  padding-bottom: 40px;
  font-size: 18px;    
}
.contact-list-wrapper ul li:last-child{
  position: relative;
  top: 15px;
}
.contact-list-wrapper ul li.location:before{
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  background: url('//retail.resmed.com.au/hubfs/EdenSleep%20Images/location-icon-v2.png') no-repeat;
  width: 100%;
  height: 100%;
}
.contact-list-wrapper ul li.phone:before{
  content: '';
  position: absolute;
  top: -3px;
  left: -2px;
  background: url('//retail.resmed.com.au/hubfs/EdenSleep%20Images/phone-icon-v2.png') no-repeat;
  width: 100%;
  height: 100%;
}
.contact-list-wrapper ul li.date:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('//retail.resmed.com.au/hubfs/EdenSleep%20Images/clinic-hours-icon-v2.png') no-repeat;
  width: 100%;
  height: 100%;
}
.contact-list-wrapper a.find-out-more{
  color: #fff;
  background: #9D2872;
  text-decoration: none;
  border-radius: 3px;
  padding: 15px 0 13px 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 1px;
  -webkit-transition: background .5s ease !important;
  -moz-transition: background .5s ease !important;
  transition: background .5s ease !important;    
}
.contact-list-wrapper a.find-out-more:hover{
  background: #9D2872;
  color: #fff;    
}
.address-entered{
  display: none;
}



/*** Patient Pathway ***/
.pp-wrapper{
  padding-bottom: 120px;
}
.pp-header-text{
  text-align: center;
  padding: 120px 120px 100px 120px;
}
.pp-header-text h1{
  font-size: 36px;
  font-weight: 400;
  padding-bottom: 20px;
}
.pp-wrapper .infographic-image img{
  display: table;
  margin: 0 auto;
}
.pp-wrapper .infographic-image-mobile{
  display: none;
}
.pp-wrapper .infographic-image-mobile img{
  display: table;
  margin: 0 auto;    
}


/*** UL style for about us pages***/

.about-us-content ul li{
  list-style: none;
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
}
.about-us-content ul li:before{
  position: absolute;
  top: 5px;
  left: 20px;
  content: " ";
  background: url(https://www.resmed.com.au/hubfs/EdenSleep/Images/Other%20Images/Polygon-icon.svg) no-repeat;
  width: 15px;
  height: 100%;
}


/*** UL style for inner pages***/
.inner-page .body-container-wrapper ul li{
  list-style: none;
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
}
.inner-page .body-container-wrapper ul li:before{
  position: absolute;
  top: 5px;
  left: 20px;
  content: " ";
  background: url(https://www.resmed.com.au/hubfs/EdenSleep/Images/Other%20Images/Polygon-icon.svg) no-repeat;
  width: 15px;
  height: 100%;
}

.div-right-img{
  float: right;
  padding-left: 60px;
}
.div-right-img img{
  padding-top: 20px;
}

.right-img{
  float: right;
  padding: 0 20px 20px 30px;    
}


/*** About Us - Team Member module ***/

.team-members-outer-wrapper{
  background-color: #f1f1f2;    
  padding-bottom: 100px;
}
.team-members-wrapper{
  position: relative;
  width: 48%;
  float: left;
  padding-bottom: 47px;
}
.team-members-outer-wrapper span > div:nth-child(even) .team-members-wrapper{
  margin-left: 40px;
}
.meet-the-team{
  background-color: #f1f1f2;        
}
.meet-the-team h2{
  text-align: center;
  padding: 70px 0;
}
.dropdown-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
  position: relative;
  z-index: 50;
}
.team-members-wrapper img{
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
}

/*** Basic and Advace page - Sleep test ***/
.basic-advance-wrapper{
  padding: 50px 0;
}
.basic-advance{
  text-align: center;
}
.basic-advance .basic{
  margin-left: 0;
  border: 4px solid #9D2872;
  padding: 20px;
  min-height: 675px;
  margin-right: 25px;
  margin-top: 25px;
}
.basic-advance .basic img, .basic-advance .advance img{
  width: 200px;
  height: 277px;
}
.basic-advance .advance{
  margin-left: 0;
  border: 4px solid #9D2872;
  padding: 20px;
  min-height: 675px;
  margin-top: 25px;
}
.basic-advance-wrapper h4{
  padding-bottom: 20px;
}
.referral-form-wrapper{
  background-color: #f1f1f2;
  padding: 60px 0;
  text-align: center;
}
.referral-form-wrapper ul li{
  list-style: none;
}
.referral-form-wrapper ul li:before{
  display: none;
}
.referral-form-wrapper .hs-form fieldset.form-columns-2 .input{
  margin-right: 0;
}
.referral-form-wrapper .hs-form .hs_firstname{
  padding-right: 10px;
}
.referral-form-wrapper .hs-form .hs_email{
  padding-left: 0px;
}
.referral-form-wrapper form.hs-form div .input textarea{
  margin-bottom: 20px;
}
.referral-form-wrapper form.hs-form .hs_gender{
  position: relative;
  top: 17px;
}
.referral-form-wrapper form.hs-form .hs_required_investigation label, .referral-form-wrapper form.hs-form .hs_sleep_study_type label, .referral-form-wrapper form.hs-form .hs_medical_insurance label{
  float: none;
  display: block;    
  text-align: left;
}
.referral-form-wrapper form.hs-form .hs_gender label{
  float: left;
  display: block;        
}
.referral-form-wrapper form.hs-form .hs_gender .multi-container li{
  float: left;
}

.referral-form-wrapper form.hs-form .multi-container li{
  float: none;
  padding-left: 30px;
}
.referral-form-wrapper form.hs-form .multi-container li.hs-form-radio input{
  height: auto;
  margin-bottom: 0;
  width: auto!important;
  margin-right: 10px;
}
.referral-form-wrapper .hs-form fieldset.form-columns-1 .hs-input{
  width: 100%;
}

.referral-form-wrapper form.hs-form .multi-container li.hs-form-checkbox input{
  height: auto;
  margin-bottom: 0;
  width: auto!important;
  margin-right: 10px;
}

.page-center form.hs-form ul.hs-error-msgs li{
  padding-left: 0;
}
.page-center form.hs-form ul.hs-error-msgs li label{
  display: block;
  text-align: left;
  left: 0;
}
.referral-form-wrapper form.hs-form ul.hs-error-msgs li label{
  top: -18px;
}

.referral-form h3{
  color: #fff;
}

.referral-form-wrapper .hs-form .hs-field-desc{
  font-size: 20px;
  margin-bottom: 15px;
  text-align: left;
}

/*** Others ***/
div.tired-icons{
  padding: 30px 0 5px 0;
}
div.custom-row div.tired-icons img{
  margin-top: 9px!important;
}
div.tired-icons img{
  width: 135px;
  height: auto;
  float: left;
  margin: 46px 35px 30px 0;
}
div.custom-row .span2{
  width: 12%!important;
}
div.custom-row{
  padding-top: 20px;
}
div.custom-row ul{
  padding-top: 10px;
}
div.custom-row ul li{
  float: left;
  width: 33.33%;
}

/* ==== Treatment pages === */
/*.treatment-page .about-inner-content-wrapper h4 {*/
/*    font-size: 32px;*/
/*    line-height: 43px;*/
/*}*/
/*.treatment-page .about-inner-content-wrapper h5 {*/
/*    font-size: 22px;*/
/*    line-height: 29px;*/
/*}*/
/*.treatment-page .about-inner-content-wrapper p {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: #4A4A4A;*/
/*    line-height: 23px;*/
/*    margin-bottom: 22px;*/
/*}*/
.treatment-page .about-us-content ul li {
  font-size: 16px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 23px;
}
.treatment-page .about-us-content .col2 li {
  width: 48%;
  display: inline-block;
}
.treatment-page .about-inner-content-wrapper .page-center {
  position: relative;
}
.treatment-page .about-inner-content-wrapper .page-center:after {
  content: '';
  width: 97.5%;
  height: 1px;
  padding: 0 15px;
  background: #9D2872;
  position: absolute;
  bottom: 0;
}
@-moz-document url-prefix() {
  .treatment-page .about-inner-content-wrapper .page-center:after {
    left: 16px;
  }
}
.treatment-page .other-related {
  margin-top: 80px;
}
.treatment-page .other-related-label {
  font-size: 22px;
  line-height: 43px;
  color: #9D2872;
  margin-bottom: 64px;
}
.related-articles-list {
  margin-bottom: 130px;
}
.related-articles-list > span > div.hs_cos_wrapper {
  float: left;
  width: calc(94.8% / 3);
  margin-right: 30px;
  margin-bottom: 40px;
}
.related-articles-list > span > div.hs_cos_wrapper:nth-child(3n) {
  margin-right: 0;
}
.related-articles-list .treatment-article {
  cursor: pointer;
}
.related-articles-list .treatment-article-image {
  height: 185px;
}
.related-articles-list .treatment-article-image img {
  height: 185px;
  width: 100%;
  object-fit: cover;
}
.related-articles-list .treatment-title-body {
  height: 106px;
  border-bottom: 3px solid #EBEBEB;
  display: table;
  background: #EBEBEB;
  width: 100%;
}
.related-articles-list .treatment-article:hover .treatment-title-body {
  border-bottom: 3px solid #9D2872;
}
.related-articles-list .treatment-article .treatment-title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #424243;
  line-height: 24px;
}
.treatment-offer {
  padding: 70px 0 60px;
  background: #9D2872;
  text-align: center;
  position: relative;
}
.treatment-offer:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #FFF;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.treatment-offer h3 {
  font-size: 22px;
  font-weight: 300;
  color: #FFF;
  padding-bottom: 33px;
  position: relative;
  margin: auto auto 25px;
  max-width: 587px;
}
.treatment-offer h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 230px;
  width: 100%;
  height: 1px;
  background: #FFF;
}
.treatment-offer a {
  display: inline-block;
  padding: 10px 30px;
  margin: 0 12.5px 15px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
}
.treatment-offer a.interest-btn {
  color: #9D2872;
  background: #FFF;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
}
.treatment-offer a.interest-btn:hover {
  color: #FFF;
  background: #9D2872;
}
.treatment-offer a.find-more-btn {
  color: #FFF;
  background: #9D2872;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
}
.treatment-offer a.find-more-btn:hover {
  background: #FFF;
  color: #9D2872;
}
.treatment-page .inner-banner-wrapper .overlay {
  background: rgba(65, 86, 166, 0.7);
}
.treatment-page .inner-banner-wrapper .banner-info h1 {
  font-weight: 400;
  font-size: 36px;
}


/* ============================================================================== */


/* ================ Tablets - Ipad Pro(portrait) ================ */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .team-members-wrapper .team-content{
    width: 330px!important;
  }
}

/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .inner-banner-wrapper .banner-info{
    max-width: 82%;
  }
  .outer-wrapper h1{
    max-width: 100%;    
  }

  /*** Appointment Page ***/
  .inner-page form.hs-form{
    padding: 0;
  }

  .list-outer-wrapper .contact-list-wrapper{
    min-height: 510px;
  }    
  .header-cta-wrapper h3{
    margin-bottom: 80px;
  }

  /*** About Us - Team Member module ***/
  .team-members-outer-wrapper span > div:nth-child(even) .team-members-wrapper{
    margin-left: 0;
  }
  .team-members-wrapper{
    margin-left: 30px;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .team-members-wrapper .team-content{
    width: 230px;
  }

  /*** Dropdown page with Video ***/
  .sleep-videoWrapper iframe{
    width: 50%;
    height: 260px;
  }

  /*** Blog List ***/
  .blog-list-content .body-content{
    min-height: 420px!important;
  }

  /* Header menu - CTA */
  .home-patients .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.li-home{
    margin: 30px 0 25px 0;
    padding-right: 18px!important;
  }
  .home-patients .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.li-home a{
    background: #fff;
    color: #242857;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
  }

  .home-gp .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.li-home{
    margin: 30px 0 25px 0;
    padding-right: 18px!important;
  }
  .home-gp .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.li-home a{
    background: #fff;
    color: #242857;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
  }   

  .related-articles-list > span > div.hs_cos_wrapper {
    width: calc(93.5% / 3);    
  }
  .green-cta .hs-cta-wrapper a {
    padding: 12.5px 0;
    width: 100%;
    text-align: center;
  }
  .darkblue-cta { 
    padding: 36px 30px;
  }
  .darkblue-cta img {
    height: auto;
  }
}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .darkblue-cta img {
    height: auto;
  }
  .darkblue-cta {
    padding: 36px 30px;
  }
  .green-cta .hs-cta-wrapper a {
    padding: 12.5px 0;
    width: 100%;
    text-align: center;
  }
  .inner-banner-wrapper .banner-info{
    top: 115px;
  }
  .outer-wrapper h1{
    max-width: 100%;
  }

  /*** Appointment Page ***/
  .inner-page form.hs-form{
    padding: 0;
  }
  .content-red-bg h5, .content-red-bg h6{
    padding: 0 110px;
  }
  .inner-page h5{
    padding-bottom: 20px;
  }    

  /***  ***/
  .subs-pref form#email-prefs-form{
    width: 75%;
  }

  /**** Thank You Page ***/
  body.thank-you-page .banner-info{
    top: 95px;
  }
  .ty-content-wrapper p{
    padding: 0 80px;
  }
  .blog-content h5{
    min-height: 135px;    
  }

  /*** Blog Details ***/
  .row-fluid .ty-recent-blog-post{
    padding: 50px 0 10px 0;
  }
  .ty-recent-blog-post h5{
    padding-bottom: 50px;
  }
  .recentpost .blog-content{
    min-height: 440px;
  }

  /*** Blog List ***/
  .blog-list-content .body-content{
    min-height: 500px!important;
  }

  /*** Contact List ***/
  .list-outer-wrapper .contact-list-wrapper{
    float: none;
    padding-right: 0;
    width: 100%;
    min-height: auto!important;
  }

  /*** Homepage GP Version ****/
  .homepage-gp-version .home-banner-wrapper .banner-info{
    max-width: 45%;
    top: 170px;
  }
  .homepage-gp-version .banner-info h5{
    padding: 0 0 40px 0;
  }
  .homepage-gp-version .row-fluid .home-banner-wrapper{
    background-position: 26%!important;
  }

  /*** Patient PathWay ***/
  .pp-header-text{
    padding: 120px 120px 50px 120px;
  }
  .pp-header-text h3{
    padding-bottom: 15px;
  }


  /*** Inner page right image ***/
  .div-right-img{
    float: none;
    padding-left: 0;
    padding-bottom: 20px;
  }

  /*** About Us - Team Member module ***/
  .team-members-outer-wrapper span>div:nth-child(even) .team-members-wrapper{
    margin-left: 0;
  }
  .team-members-wrapper{
    float: none;
    display: table;
    margin: 0 auto 30px auto!important;
    width: 56%;
  }
  .team-content{
    height: 165px!important;
  }

  /*** Dropdown page with Video ***/
  .sleep-videoWrapper iframe{
    width: 50%;
    height: 200px;
  }

  /*** Basic and Advance ***/
  .basic-advance .basic{
    margin-right: 18px;
    min-height: 710px;
  }
  .basic-advance .advance{
    min-height: 710px;
  }

  /* Header menu - CTA */
  .home-patients .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.li-home{
    margin: 30px 0 25px 0;
    padding-right: 18px!important;
  }
  .home-patients .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.li-home a{
    background: #fff;
    color: #242857;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
  }

  .home-gp .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.li-home{
    margin: 30px 0 25px 0;
    padding-right: 18px!important;
  }
  .home-gp .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.li-home a{
    background: #fff;
    color: #242857;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
  }

  .related-articles-list > span > div.hs_cos_wrapper {
    width: calc(91.5% / 3);    
  }
  .treatment-page .about-inner-content-wrapper .page-center:after {
    width: 95.5%;
  }

}

/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 767px) {
  .darkblue-cta {
    padding: 36px 30px;
  }
  .blog-details blockquote img{
   margin-bottom: 50px !important;
    width: 100% !important;
  }
  .row-fluid .inner-banner-wrapper{
    /*height: 480px!important;*/
  }
  .inner-banner-wrapper .page-center span a.call-us{
    top: 38px;
    left: 0;
    width: 100%;
    padding: 22px 0!important;
    text-align: center;    
    background: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/EdenSleep%20Images/tel-icon.png?t=1480913681570) no-repeat 35px 17px #9D2872 !important;
  }
  .inner-banner-wrapper .banner-info{
    top: 110px;    
    max-width: 100%;
  }
  .outer-wrapper h1{
    max-width: 100%;
  }
  .content-wrapper h5{
    padding-bottom: 25px;
  }
  .content-wrapper div.span6:last-child{
    margin-top: 30px;
  }
  .inner-page .content-outer-wrapper-one, .row-fluid .content-outer-wrapper-two{
    padding: 50px 0;
  }
  .row-fluid a.contact-us-today{
    margin: 40px auto 0 auto;    
  }
  .content-red-bg h1{
    padding: 50px 0;
  }
  .row-fluid .content-red-bg{
    padding: 20px 0;
  }

  /*** Appointment Page ***/
  .inner-page form.hs-form{
    padding: 0;
  }
  .inner-page .hs-form fieldset.form-columns-2 .input{
    margin-right: 0;
  }
  .inner-page .hs_checkbox_for_existing_patient_edensleep_ input[type="checkbox"]{
    width: 10px!important;
  }
  .inner-page .hs_checkbox_for_existing_patient_edensleep_ ul li span{
    display: block;
    line-height: 24px;
    font-size: 16px;
    top: -44px;
    left: 30px;
    max-width: 90%;
  }
  .content-red-bg h5, .content-red-bg h6{
    padding: 0;
  }
  .inner-page h5{
    padding-bottom: 20px;
  }

  /***  ***/
  .subs-pref form#email-prefs-form{
    width: 100%;
  }
  .checkbox-row span.fakelabel span{
    font-size: 14px;
  }

  /*** Thank You Page ***/
  .ty-content-wrapper p{
    padding: 0;
  }
  body.thank-you-page .banner-info{
    top: 65px;
  }
  .ty-content-wrapper a.btn-red{
    margin-bottom: 10px;
    margin-right: 0;
  }
  .ty-content-wrapper a.btn-blue{
    margin-left: 0;
  }
  .blog-content-wrapper img{
    width: 100%;
  }
  .blog-content h5{
    min-height: 65px;
  }

  /*** Blog Details ***/
  .featured-image-wrapper img.hs-featured-image{
    height: auto;
  }
  .blog-banner-cta a.call-us{
    display: block!important;
  }
  span.hs-cta-wrapper img{
    height: auto;
  }
  .blog-comment-form .hs-form fieldset.form-columns-2 .input{
    margin-right: 0;
  }
  .row-fluid  .blog-banner-cta{
    position: absolute;
    width: 100%;
    left: 0;
  }
  .featured-image-wrapper img.hs-featured-image{
    margin: 50px 0 12px 0;
  }
  .blog-comment-form-wrapper form{
    padding: 40px 20px;
  }
  .row-fluid .ty-recent-blog-post{
    padding: 50px 0 0 0;
  }
  .ty-recent-blog-post h5{
    padding-bottom: 50px;
  }
  .fb_iframe_widget iframe{
    top: -4px!important;
  }
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item{
    display: inline-block;
    padding-top: 10px;
    float: none!important;
  }
  .row-fluid .blog-cta-wrapper{
    padding: 20px 0;
  }
  .row-fluid .blog-social-media-wrapper{
    padding-bottom: 55px;
  }
  span.hs-cta-wrapper a.call-us{
    width: 100%;
    left: 0;
    text-align: center;
    padding: 22px 0 22px 0 !important;
  }    
  .body-outer-wrapper1, .body-outer-wrapper-allpost{
    padding-top: 60px;
  }
  .blog-comment-form form.hs-form ul.hs-error-msgs li label{
    top: -20px;
  }



  /*** Blog List - Fix ***/
  .blog-details-content .blog-list-content{
    padding-bottom: 25px;
  }
  .blog-details-content .blog-pagination{
    margin-top: 10px;
  }
  .blog-list-div .grey-background h3{
    margin-bottom: 5px!important;
  }
  .blog-list-div form.hs-form div .input input{
    margin-bottom: 20px!important;
  }

  /*** Blog Title ***/
  .blog-titles-left-bar{
    padding: 90px 0 60px 0;
  }

  /*** Homepage GP Version ***/
  .homepage-gp-version .home-banner-wrapper .banner-info{
    max-width: 100%;
  }
  .homepage-gp-version .two-column-right-wrapper span > div:last-child .two-column-right-content .content-info{
    top: 0;
    left: 0;
    padding-top: 55px;
  }
  .homepage-gp-version .banner-info h5{
    padding: 0 0 50px 0;
    max-width: 80%;
  }
  .homepage-gp-version .home-banner-wrapper .banner-info{
    top: 200px;
  }
  .homepage-gp-version .row-fluid .home-banner-wrapper{
    background-position: 38%!important;
  }

  /*** Patient Pathway ***/
  .pp-header-text{
    padding: 120px 20px 50px 20px;
  }
  .pp-header-text h3{
    padding-bottom: 15px;
  }
  .pp-wrapper .infographic-image-mobile{
    display: block;
  }
  .pp-wrapper .infographic-image img{
    display: none;
  }
  .pp-wrapper{
    padding-bottom: 50px;
  }

  /*** Inner page mobile for images ***/
  .about-inner-content-wrapper img{
    height: auto;
  }

  .inner-page .body-container-wrapper ul li:before{
    left: 10px;
  }
  .inner-page .body-container-wrapper ul li{
    padding-left: 35px;
  }

  .div-right-img{
    padding-left: 0;
    padding-bottom: 40px;
  }

  .right-img{
    float: none;
    padding: 0;
  }

  /*** About Us - Team Member module ***/
  .team-members-wrapper{
    text-align: center;
    width: 100%;
  }
  .team-members-outer-wrapper span>div:nth-child(even) .team-members-wrapper{
    margin-left: 0;
  }

  /*** Dropdown page with Video ***/
  .sleep-videoWrapper iframe{
    height: 200px;
    margin: 0px 0 20px 15px;
  }


  /*** Basic and Advance ***/
  .basic-advance .basic{
    margin-right: 0;
    margin-bottom: 25px;
  }
  .referral-form-wrapper .hs-form .hs_firstname{
    padding-right: 0;
  }    
  .referral-form-wrapper .hs-form .hs_email{
    padding-left: 0;
  }
  .referral-form-wrapper form.hs-form .hs_gender{
    top: 0;
  }

  /* Header menu - CTA */
  .home-patients .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.li-home{
    margin: 30px 0 25px 0;
    padding-right: 18px!important;
  }
  .home-patients .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.li-home a{
    background: #fff;
    color: #242857;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
  }

  .home-gp .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.li-home{
    margin: 30px 0 25px 0;
    padding-right: 18px!important;
  }
  .home-gp .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.li-home a{
    background: #fff;
    color: #242857;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
  }

  /*** Others ***/
  div.custom-row div.tired-icons img, div.tired-icons img{
    display: block;
    margin: 0 auto!important;
    float: none!important;
  }
  div.custom-row .span2, div.custom-row .span10{
    width: 100%!important;
  }
  div.custom-row ul li{
    float: none;
    width: 100%;
  }

  .home-banner-wrapper .slider-image .hs_cos_flex-control-nav{
    display:none;
  }

  .related-articles-list > span > div.hs_cos_wrapper {
    width: 100%;
    float: none;
  }
  .treatment-page .about-inner-content-wrapper .page-center:after {
    width: 100%;
    left: 0;
  }
  .about-us-page .row-fluid .inner-banner-wrapper {
    height: 600px !important;
  }
  .green-cta .row-fluid, .darkblue-cta .row-fluid {
    display: block;
  }
  .green-cta , .darkblue-cta{
    text-align:center; 
  }
  .green-cta h2{
    margin-bottom: 40px; 
  }
  .green-cta .span4 {
    text-align: center;
  }
  .darkblue-cta img{
    margin-bottom: 40px;
  }

}

/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 360px) {
  .blog-banner-cta a.call-us{
    font-size: 16px!important;
  }
  .inner-banner-wrapper .page-center span a.call-us{
    background: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/EdenSleep%20Images/tel-icon.png?t=1485133559191) no-repeat 26px 16px #9D2872 !important;        
  }
  span.hs-cta-wrapper a.call-us{
    background: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/EdenSleep%20Images/tel-icon.png?t=1488432467224) no-repeat 8px 12px #9D2872 !important;        
  }    
  .homepage-gp-version .home-banner-wrapper .banner-info {
    top: 120px;
  }    

}


/* ============================================================================== */


/* ================  Small Desktop ================ */
@media only screen and (max-width: 1531px) {
  .column-outer-wrapper .column-wrapper h3{
    min-height: 145px;
  }

  .two-column .content-info{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 50px 20px;      
    max-width: 100%;
  }
  .two-column-right-content .content-info{
    max-width: 80%;
  }

}


/* ================  Small Desktop - Header navigation fix ================ */
@media only screen and (max-width: 1199px) {


  /***  Mobile Menu ***/
  .row-fluid  .eden-header-menu{
    display: none;
  }
  .row-fluid .eden-header-menu span ul{
    margin-top: 0;    
  }
  .eden-header-menu span ul li a{
    font-size: 16px!important;
  }
  .header-wrapper-bg .mobile-menu{
    position: absolute;
    top: 34px;
    right: 15px;
    z-index: 150;
  }
  .header-wrapper-bg .mobile-menu span{
    background: #9D2872;
    height: 4px;
    border-radius: 3px;
    width: 34px;
    display: block;
    margin-bottom: 5px;
  }
  .header-container .header-wrapper-bg{
    padding: 25px 0 0 0;
  }

  /*** Sub-Menu ***/
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    display: none;
    float: none;
  }
  .child-trigger{
    height: 64px !important;
    right: 16px;
  }
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding: 10px 20px!important;
  }    




  /*** Icon (+) for sub menu dropdown ***/

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px !important;
    min-width: 55px !important;
    height: 80px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255,255,255,.20);
  }    
  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .child-trigger i, .child-trigger i:after {
    width: 10px;
    height: 1px;
    background-color: #9D2872;
    display: block;
  }
  .child-trigger i:after {
    position: absolute;
    content: '';
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);        
  }    



  /*** Header Menu ***/

  .header-wrapper-bg .page-center{
    padding: 0;
  }
  .header-wrapper-bg .menu-outer-wrapper{
    margin-left: 0;
  }
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    width: 100%!important;
  }
  .edensleep-logo img{
    width: 200px!important;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .cta-btn span a.healthcare-pro{
    display: none;
  }


  .header-container-wrapper .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    float: none;
    text-align: left;
    width: 100%;
    color: #9D2872;
    background-color: #fff;
  }    
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    float: none;
    width: 100%;
  }    
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    width: 100%!important;
    max-width: 100%!important;
    color: #9D2872;
    border-bottom: 1px solid #e5e5e5;
    /*padding-top: 16px!important;*/
    line-height: 45px;
  }
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
    border-bottom: none!important;    
  }    
  .header-wrapper-bg .page-center{
    width: 100%!important;
  }
  .header-wrapper-bg .menu-outer-wrapper{
    width: 100%!important;    
  }
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
  }    

  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    position: static !important;
    background: #fff;
  }

}



/* ================ Tablets - iPadPRO (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

  /*** Sub-Menu ***/
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    display: none;
    float: none;
    position: static !important;
    background: #242857;
  }

  .child-trigger{
    height: 64px !important;
    right: 16px;
  }
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding: 10px 20px!important;
  }

  /*** Icon (+) for sub menu dropdown ***/

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px !important;
    min-width: 55px !important;
    height: 80px !important;
    padding: 0 !important;
    /*border-left: 1px dotted rgba(255,255,255,.20);*/
  }    
  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .child-trigger i, .child-trigger i:after {
    width: 10px;
    height: 1px;
    background-color: #9D2872;
    display: block;
  }
  .child-trigger i:after {
    position: absolute;
    content: '';
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);        
  }    




  .two-column-right-content .content-info{
    position: relative;
    top: 0;
    left: 0;
  }
  .two-column-right-wrapper span div:last-child .two-column-right-content{
    padding: 50px 30px 30px 40px;
  }

}

/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {


  /*** Sub-Menu ***/
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    display: none;
    float: none;
  }
  .child-trigger{
    height: 64px !important;
    right: 16px;
  }
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding: 10px 20px!important;
  }    


  .header-wrapper-bg .menu-outer-wrapper{
    margin-left: 0;
    width: 71%;
  }
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    padding: 0 10px 0 10px !important;    
  }
  .row-fluid .home-banner-wrapper{
    background-position: 35% 100%!important;
  }
  .home-banner-wrapper .banner-info h1{
    padding-bottom: 40px;
  }
  .column-outer-wrapper .column-wrapper h3{
    max-width: 100%;
  }
  .two-column-wrapper div.two-column{
    padding: 40px;
  }
  .two-column .content-info{
    position: relative;
    top: 0;
    right: 0;   
    left: 0;
  }
  .two-column .content-info h2{
    max-width: 100%;    
  }
  .two-column-right-content .content-info{
    padding: 0;
    max-width: 100%;
  }
  .two-column-right-wrapper span > div:last-child .two-column-right-content{
    padding: 60px 30px 30px 60px;    
  }
  .footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 10px 10px 10px 8px;    
  }

  .two-column-right-content .content-info{
    position: relative;
    top: 0;
    left: 0;
  }
}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {   

  /***  Mobile Menu ***/
  .row-fluid  .eden-header-menu{
    display: none;
  }
  .row-fluid .eden-header-menu span ul{
    margin-top: 0;    
  }
  .eden-header-menu span ul li a{
    font-size: 16px!important;
  }
  .header-wrapper-bg .mobile-menu{
    position: absolute;
    top: 34px;
    right: 15px;
    z-index: 150;
  }
  .header-wrapper-bg .mobile-menu span{
    background: #9D2872;
    height: 4px;
    border-radius: 3px;
    width: 34px;
    display: block;
    margin-bottom: 5px;
  }
  .header-container .header-wrapper-bg{
    padding: 25px 0 0 0;
  }

  /*** Sub-Menu ***/
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    display: none;
    float: none;
  }
  .child-trigger{
    height: 64px !important;
    right: 16px;
  }
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding: 10px 20px!important;
  }    



  /*** Header Menu ***/
  .header-wrapper-bg .page-center{
    padding: 0;
  }
  .header-wrapper-bg .menu-outer-wrapper{
    margin-left: 0;
  }
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    width: 100%!important;
  }
  .edensleep-logo img{
    width: 200px!important;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .cta-btn span a.healthcare-pro{
    display: none;
  }
  /*** Banner Section ***/
  .home-banner-wrapper .banner-info{
    top: 130px;    
  }
  .home-banner-wrapper .banner-info h1{
    padding-bottom: 50px;    
  }
  .row-fluid .home-banner-wrapper{
    background-position: 33% 100%!important;
  }
  .row-fluid .column-outer-wrapper{
    margin-top: -360px;    
  }
  /*** 3 Column Section ***/
  .column-outer-wrapper .column-wrapper .column-wrapper-inner{
    padding: 30px 0;    
  }
  .column-outer-wrapper .column-wrapper h3{
    max-width: 70%;
    font-size: 21px;
  }
  .column-outer-wrapper .bg-arrow-down{
    height: 25px;    
  }
  /*** 2 Column Section ***/
  .two-column-wrapper div.two-column{
    padding: 30px;
  }
  .two-column .content-info{
    position: relative;
    top: 0;
    right: 0;      
    left: 0;
  }
  .two-column .content-info h2{
    max-width: 100%;
  }

  /*** 2 Column Right Content ***/
  .two-column-right-wrapper div.two-column-right-content{
    padding: 30px;
  }
  .two-column-right-content .content-info{
    padding: 0;
    max-width: 100%;    
    top: 50px;
    left: 30px;
  }
  .two-column-right-wrapper span div:last-child .two-column-right-content{
    padding: 50px 30px 30px 40px;
  }
  /*** Contact Form ***/
  .contact-wrapper form.hs-form{
    padding: 0 60px;    
  }
  /*** Footer Section ***/
  .footer-wrapper ul.social-media li a{
    margin: 0;
  }
  .footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 0 20px;    
  }
  .footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:after{
    margin-left: 12px;    
  }

  /***  ***/
  .row-fluid .two-column-right-wrapper{
    height: auto;
  }
  .two-column-right-wrapper div.two-column-right-content{
    /*min-height: 500px;*/
  }
  .two-column-right-content .content-info{
    position: relative;
    top: 0;
    left: 0;
  }

  .column-outer-wrapper .column-wrapper .column-wrapper-inner{
    min-height: 360px;
  }
  .column-outer-wrapper .column-wrapper h3{
    min-height: 100px;
  }

  .two-column .content-info{
    width: 100%;
  }
  .homepage-gp-version .two-column .content-info p{
    width: 100%;
  }

}

/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 767px) {

  /***  Mobile Menu ***/
  .row-fluid  .eden-header-menu{
    display: none;
  }
  .row-fluid .eden-header-menu span ul{
    margin-top: 0;    
  }
  .eden-header-menu span ul li a{
    font-size: 16px!important;
  }
  .header-wrapper-bg .mobile-menu{
    position: absolute;
    top: 34px;
    right: 15px;
    z-index: 150;
  }
  .header-wrapper-bg .mobile-menu span{
    background: #9D2872;
    height: 4px;
    border-radius: 3px;
    width: 34px;
    display: block;
    margin-bottom: 5px;
  }
  .header-container .header-wrapper-bg{
    padding: 25px 0 0 0;
  }

  /*** Sub-Menu ***/
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    display: none;
    float: none;
  }
  .child-trigger{
    height: 64px !important;
    right: 16px;
  }
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding: 10px 20px!important;
  }    

  /*** Header Menu ***/
  .header-wrapper-bg .page-center{
    padding: 0;
  }
  .edensleep-logo img{
    width: 200px!important;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .cta-btn span a.healthcare-pro{
    display: none;
  }
  /*** Banner Section ***/
  .home-banner-wrapper .page-center span a.call-us{
    background: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/EdenSleep%20Images/tel-icon.png?t=1480216828832) no-repeat 45px 12px #9D2872 !important;
    padding: 20px 0 20px 0 !important;
    left: 0;
    text-align: center;
    width: 100%;        
  }
  .row-fluid .home-banner-wrapper{
    background-position: 40% 100%!important;
    height:500px;
  }
  /*** 3 Column Section ***/
  .column-outer-wrapper .column-wrapper{
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .column-outer-wrapper span > div:nth-child(2) .column-wrapper .bg-arrow-down, .column-outer-wrapper span > div:nth-child(3) .column-wrapper .bg-arrow-down{
    display: none;
  }
  .column-outer-wrapper .column-wrapper .column-wrapper-inner{
    padding: 0 0 50px 0;        
  }
  .column-outer-wrapper span > div:nth-child(1) .column-wrapper .column-wrapper-inner{
    padding-top: 50px;
  }
  .column-outer-wrapper span > div:nth-child(1) .column-wrapper .column-wrapper-inner:after, .column-outer-wrapper span > div:nth-child(2) .column-wrapper .column-wrapper-inner:after{
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 40%;
    margin: 50px auto 0 auto;    
  }
  /*** Banner Image ***/
  .home-banner-wrapper .banner-info h1{
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 25px;
  }
  .home-banner-wrapper .banner-info h1 strong{
    font-size:35px;
  }
  .home-banner-wrapper .banner-info{
    max-width: 100%;    
  }
  .home-banner-wrapper .banner-info{
    top: 100px;    
  }
  .home-banner-wrapper .slider-image li img {
    height: 530px;
  }
  .row-fluid .column-outer-wrapper{
    margin-top:0;
  }
  /*** Content Section ***/
  .row-fluid .content-section{
    padding: 50px 0 50px 0;
  }
  /*** 2 Column Section ***/
  .two-column .content-info{
    position: relative;
    top: 0;
    right: 0;   
    left: 0;
    padding: 0;
  }
  .two-column-wrapper span > div:nth-child(2) .two-column, .two-column-right-wrapper span > div:nth-child(1) .two-column-right-content{
    display: none;
  }
  .two-column-wrapper div.two-column, .two-column-right-wrapper div.two-column-right-content{
    float: none;
    text-align: center;
    width: 100%;
    padding: 50px 40px 40px 40px;
  }
  .two-column .content-info h2{
    max-width: 100%;
  }

  .two-column-right-content .content-info{
    padding: 0;
    max-width: 100%;
    position: relative;
    top: 0!important;
    left: 0;        
  }
  .two-column-right-content .content-info hr{
    margin: 25px auto 18px auto;
  }
  .homepage-gp-version .two-column-right-wrapper span > div:last-child .two-column-right-content .content-info{
    padding-left: 0;
  }
  /*** Fullwidth Section ***/
  .row-fluid .full-width-wrapper{
    padding: 40px 0 50px 0;
    text-align: center;
  }
  .full-width-wrapper .content-image{
    display: none;
  }
  /*** Contact Section ***/
  .contact-wrapper form.hs-form{
    padding: 0;
  }
  .contact-wrapper h3{
    max-width: 100%;    
  }
  .contact-form span form.hs-form fieldset.form-columns-2 .input{
    margin-right: 0;
  }
  form.hs-form fieldset>div .input input, form.hs-form fieldset>div .input select{
    width: 100%!important;
  }
  form.hs-form fieldset>div .input input, form.hs-form fieldset>div .input select{
    margin-bottom: 20px;
  }
  /*** Footer Section ***/
  .footer-wrapper .footer-logo{
    display: table;
    margin: 0 auto 10px auto!important;
  }
  .footer-wrapper .footer-menu{
    margin: 0 auto;
    display: table;    
  }
  .footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    float: left;
    width: auto;
  }
  .footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size: 12px;
    padding: 0 12px;    
    margin-bottom: 15px;
  }
  .footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:after{
    margin-left: 7px;    
  }
  .footer-wrapper .social-media-wrapper{
    margin: 0 auto;
    display: table;    
  }
  .footer-wrapper ul.social-media li a{
    margin: 6px 0 12px 0;
  }
  .footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
    position: relative;
    top: 0;
  }
  .footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    left: 0;
  }

  /*** Contact List + Details ***/
  .contact-innerpage span.hs-cta-wrapper a.call-us{
    left: 0;
    width: 100%;
    padding: 22px 0 !important;
    text-align: center;
    background: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/EdenSleep%20Images/tel-icon.png?t=1485215527158) no-repeat 35px 17px #9D2872 !important;    
  }
  div#map{
    width: 100%!important;
  }
  .contact-details-wrapper .span4:nth-child(3) img{
    width: 100%!important;
  }
  .contact-details-wrapper .span4:nth-child(3){
    margin-bottom: 20px;
  }
  .content-2-col{
    padding-top: 0;
  }
  .content-2-col .content1{
    margin: 25px 0;
  }
  .contact-inner-wrapper{
    padding: 110px 0 40px 0;
  }
  .contact-inner-wrapper h3{
    margin-bottom: 40px;
  }


  .list-outer-wrapper .contact-list-wrapper{
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .contact-list-wrapper ul{
    padding: 40px 38px 0 0;
  }
  .contact-list-wrapper ul li.location:before{
    top: 8px;
  }
  .contact-list-wrapper ul li.date:before{
    top: -2px;
  }


  /***  ***/
  .row-fluid .two-column-right-wrapper{
    height: auto;
  }
  .column-outer-wrapper .column-wrapper h3{
    min-height: 125px;
  }    


  /***  ***/
  .grey-cta-module{
    text-align: center;
  }
  .hs-cta-wrapper a.basic-cta-btn{
    display: block!important;
  }

  .referrals-right-image img{
    height: auto;
  }

}

/* ================ Phones (landscape) ================ */
@media screen and (min-width: 480px) and (max-width: 768px) {
  .eden .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    width: 100%!important;
  }
  .contact-form span form.hs-form fieldset.form-columns-2 .input{
    margin-right: 20px;    
  }

}

/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 320px) {
  .inner-banner-wrapper .page-center span a.call-us, .home-banner-wrapper .page-center span a.call-us, .contact-innerpage span.hs-cta-wrapper a.call-us{
    background: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/EdenSleep%20Images/tel-icon.png?t=1481086558528) no-repeat 8px 12px #9D2872 !important;
  }
  /*    .footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  padding: 10px 5px 10px 0;    
  font-size: 10px;
}	
  .footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:after{
  margin-left: 7px;    
}
  .footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
  top: 7px;
}*/
}

@media screen\0 { .hs-form-field > label { display: block; } }





/*** About us css ***/


.about-us-page .row-fluid .inner-banner-wrapper .page-center{
  position: relative;
  z-index: 1;
}
.about-us-page .row-fluid .inner-banner-wrapper{
  height:480px !important;
}
.two-column-content .outer-content li{
  font-size: 16px;
  line-height: 24px;
  color: #484848;
  margin-bottom: 15px;
  list-style-type: none;
  margin-left: 20px;
}
.two-column-content .outer-content li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent #9D2872;
  position: absolute;
  margin-left: -18px;
  margin-top: 5px;
}
.additional-info{
  background-color: #f1f1f2;
  height: 100px;
  padding-top: 27px;
}
.violet-text{
  text-align:right;
}
.violet-text span{
  font-size: 16px;
  line-height: 46px;
  color: #9D2872;
  font-weight: 300;
  letter-spacing: 0.66px;
}
.dropdown-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width: 100%;
  color: #939597;
  font-size: 12px;
  font-weight: 300;
  line-height: 42px;
  padding: 2px 20px;
  background: #fff;
  width: 470px;

}
.dropdown-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a{
  background-image: url(//2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/images/dropdown-arrow.png?t=1481101138007);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20px;
}
.dropdown-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li a{
  background-color: #9D2872;
  color: #fff;
  font-size: 16px;
  line-height: 55px;
  position: relative;
  padding: 0 0 0 100px !important;
}
.dropdown-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li a:hover {
  background-color: #9D2872;
}

.dropdown-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li a img{
  position: absolute;
  margin-left: -60px;
  margin-top: 15px;
}
.dropdown-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper{
  width:100%;
  padding: 25px 0 25px 0;
  background: #9D2872;
  margin-top: 7px;
  display:none;
}
.dropdown-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1#show ul.hs-menu-children-wrapper{
  display:block;
}
.dropdown-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
  height: 75px;
  position:relative;
}
/*.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{
display:block;
}*/


/*.white-btn{
margin-top: 12px;
background: #fff;
color: #9D2872;
padding: 15px 46px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
border-radius: 5px;
border: 2px solid #fff;
font-size: 14px;
display: inline-block;
text-decoration: none;
-webkit-transition: background .5s ease;
-moz-transition: background .5s ease;
transition: background .5s ease;
text-decoration: none;
line-height:14px;
}

a.white-btn:hover{
background: transparent;
border: 2px solid #fff;
color: #fff;
text-decoration: none;
}
*/
.white-btn{
  margin-top: 16px;
  margin-right: 0;
}

.white-btn:nth-child(2){
  margin-left:15px;
}
.red-btn{
  margin-top: 12px;
  /*    background: #9D2872;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 15px 46px;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  transition: background .5s ease;
  line-height:16px;*/
}

a.red-btn:hover{
  background: #9D2872;
  text-decoration: none;
  color:#fff;
}

}
.messenger-btn{
  margin-top: 12px;
  /*    background: #0084FF;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 15px 46px;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  transition: background .5s ease;
  line-height:16px;*/
}


a.messenger-btn:hover{
  background: #9D2872;
  text-decoration: none;
  color:#fff;
}


/* GREY CTA MODULE  */
.grey-cta-module{
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:30px 0;
}
.grey-cta-module:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(112, 112, 112, .9);
}
.grey-cta-module .cta-content{
  position: relative;
  z-index: 2;
}
.cta-content .span8 .cta-content-section{
  display: table-cell;
  vertical-align: middle;
}

.cta-content .span8{
  display: table;
  min-height: 260px;
}
.cta-content-section .white-btn{
  width:auto;
}
.cta-content-section h1, 
.cta-content-section h2,
.cta-content-section p{
  color:#fff;
}
.cta-content-section p{
  font-size:18px;
}


/* EdenSleep - White RichText Module  */
.white-background{
  background-color:#fff;
}
.content-richtext{
  padding-top:50px;
  padding-bottom:50px;
}
.content-richtext h1{
  margin-bottom: 25px;
}

/*  EdenSleep - 2 Column Full Width  */
.two-column-overlay {
  width: 50%;
  float: left;
  padding: 0 80px;
  text-align: center;
  height:100%;
  display:table;
  position:relative;    
  background-size: cover;
  background-position: center center;
}
.column-content{
  display: table-cell;
  vertical-align: middle;
  position:relative;
  z-index:1;
  color:#fff;
}
.column-content h1, .column-content h2, .column-content h3, .column-content h4,.column-content h5,.column-content h6,.column-content p{
  color:#fff;
}
.blue-overlay{
  background-color: rgba(65, 86,166, .9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.red-overlay{
  background-color: rgba(183, 39,85, .8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.outer-container{
  overflow:hidden;
  height:455px;
}



/*   EdenSleep - Team Module  */
.team-photos{
  background-color:#f1f1f2;
  padding-top: 83px;
  padding-bottom: 100px;
}
.team-photos h2{
  text-align:center;
  margin-bottom: 70px;
}
.team-members{
  position: relative;
  margin-bottom:47px;
}
.team-content{
  background-color: #fff;
  width: 380px;
  position: absolute;
  top: 0;
  left: 190px;
  height: 144px;
  padding: 23px 20px 0;
  margin: 14px 0;
}
.team-content h3{
  font-size: 32px;
  line-height: 42px;
  margin-bottom:10px;
  padding-bottom: 0;
  text-align: left;
}
.team-content h4{
  font-size: 18px;
  line-height: 24px;
  color: #484848;
  font-weight:bold;
}

.team-content p{
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.team-content:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 11px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -11px;
  top: 50%;
  margin-top: -11px;
}


/*  EdenSleep - Content and Image  */
.two-column-content{
  display:table;
  width:100%;
}
.two-column-content .morphe-image, .two-column-content .outer-content{
  width:50%;
  float:left;
}
.morphe-image img{
  width: 100%;
  height: 337px;
  object-fit: cover;
}
.outer-content {
  display: table;
  height: 337px;
  padding: 0 50px;
}
.morphe-content{
  display:table-cell;
  vertical-align:middle;
}
.morphe-content h3{
  margin-bottom: 20px;
  line-height: 42px;
}



/*  Landing page 1  */
.landing-page-001 .landing-page-header, .landing-page-header .content-left{
  background-size: cover;
  background-position: center center;      
}
.landing-form{
  background: #f1f1f2;
  padding: 30px 50px;
}

.landing-form h3{
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 25px;
}

.landing-form form.hs-form .hs_submit div.actions input {
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
  white-space: normal;
  padding: 20px 30px;
  font-weight:normal;
}
.landing-form textarea{
  padding: 15px !important;
  resize: vertical;
}
.landing-form textarea, input[type="text"], 
.landing-form input[type="password"], 
.landing-form input[type="datetime"], 
.landing-form input[type="datetime-local"], 
.landing-form input[type="date"], 
.landing-form input[type="month"], 
.landing-form input[type="time"], 
.landing-form input[type="week"], 
.landing-form input[type="number"], 
.landing-form input[type="email"], 
.landing-form input[type="url"], 
.landing-form input[type="search"], 
.landing-form input[type="tel"], 
.landing-form input[type="color"], 
.landing-form select{
  font-size: 16px;
  height: 60px;
  border: 0;
  padding: 0 19px;
  margin-bottom: 23px;
}
.landing-form span{
  position: relative;
  display: block;
  color: #9D2872;
  font-size: 14px;
  line-height: 24px;
  /*text-align: center;*/
}
.landing-form .hs-error-msgs{
  position:relative;
}
.landing-form form.hs-form ul.hs-error-msgs li label {
  position: absolute;
  top: -22px;
  left: 20px;
}
.landing-page-header .header-text{
  height: 100%;
  min-height: 768px;
  position: relative;


}
.landing-page-header .content-left{
  padding-top: 0;
}
.landing-page-header .landing-form{
  position: relative;
  right: 0;
  bottom: 0;
  margin-top: 40px;
}

/*** Edited Landing page(form) ***/
.landing-page-001 .landing-page-header{
  padding-top: 80px;
}
.landing-page-header form.hs-form div li.hs-form-radio{
  float: left;
}
.landing-page-header form.hs-form div li.hs-form-radio:first-child{
  padding-right: 15px;
}
.landing-form .hs-form-radio span{
  display: inline;
}
.landing-page-header form.hs-form div li.hs-form-radio input{
  float: none!important;
}

form.hs-form ul.inputs-list .hs-form-booleancheckbox input{
  height: auto;
  width: auto!important;
  margin: 0px !important;
}
form.hs-form li.hs-form-booleancheckbox {
    padding-left: 0px !important;
    text-align: left;
}

form.hs-form ul.inputs-list li{
  list-style: none;
}
form.hs-form ul.inputs-list .hs-form-booleancheckbox span{
  display: inline;
  vertical-align: 1px;
  padding-left: 10px;
}
.landing-page-header form.hs-form .hs_gender{
  margin-bottom: 48px;
}
.landing-page-001 .content-left ul{
  list-style-type: disc;
  padding-left: 40px;
}
.landing-page-001 .content-left ul li{
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  padding-bottom: 10px;
}
.landing-form .hs-form fieldset.form-columns-2 .input, .landing-form .hs-form fieldset.form-columns-1 .input{
  margin-right: 0;
}
.landing-form .hs-form fieldset.form-columns-1 .hs-input{
  width: 100%;
}
.landing-form .hs-form fieldset.form-columns-2 .field:first-child{
  padding-right: 15px;
}




.content-left img{
  margin-bottom: 90px;
}
.content-left h1{
  color: #fff;
  margin-bottom: 45px;
  font-size: 40px;
  line-height: 54px;
}
.content-left h3{
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
}
.content-left p{
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
}
.share-this-text img , .share-this img{
  margin-bottom: 15px;
  width:auto;
  display:none;
  margin-right: 20px;
}
.share-this-text{
  margin-top:55px;
}
.share-this-text span{
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.white-content{
  padding-top: 60px;
  padding-bottom: 40px;
}
.white-content h3{
  text-align: center;
  margin: 0 170px 60px;
}
.disease-content {
  width: 50%;
  float:left;
}
.disease-text{
  position: relative;
  margin-left: 200px;
  margin-bottom: 25px;
}
.disease-text img{
  position: absolute;
  margin: auto 0 auto -104px;
  top: 0;
  bottom: 0;
}
.disease-text h1{
  color: #9D2872;
  font-size: 24px;
  line-height: 24px;
}
.disease-text p{
  font-size: 18px;
  line-height: 24px;
}
.red-content{
  background:#9D2872;
  padding-top: 60px;
  padding-bottom: 70px;
}
.red-content h3{
  color: #fff;
  text-align: left;    
  margin-bottom: 32px;
}
.testimonial-content h3{
  font-size: 20px;
  line-height: 24px;
  text-align: inherit;
  font-weight: 100;
  font-style: italic;
  margin-bottom:0;
}
.testimonial img{
  width: 192px;
  height: 192px;

}
.header-content{
  padding: 0 100px;
}
.testimonial{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0 100px;
}
.testimonial-content .testimonial-name{
  font-weight:400;
}
.testimonial-content p{
  margin:0;
  color:#fff;
  font-weight:100;
}
.testimonial-content h3:after {
  content: "";
  border-bottom: 2px solid #fff;
  display: block;
  width: 69px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.landing-page-header form.hs-form div li.hs-form-radio span {
  line-height: 16px;
  vertical-align: 1px;
}
.landing-page-header form.hs-form div li.hs-form-radio input {
  height: auto !important;
  float: left;
  width: auto !important;
  margin-bottom: 0;
  margin-right: 10px;
}
.landing-page-header form.hs-form div li.hs-form-radio{
  margin-bottom: 15px;
  list-style-type: none;
}

.landing-page-header .hs_gender > label {
  display: block;
  margin-bottom: 10px;
  float: left;
  padding-right: 50px;    
}
.landing-page-header .hs_gender {
  margin-bottom: 23px;
}






/*  Landing page 2  */
.landing-page-002 .landing-form a{
  color:#fff;
}
.landing-white{
  padding-top:70px;
  padding-bottom:70px;
}

.logo-header{
  padding-bottom: 40px;
  padding-top: 35px;
}
.landing-white-content h1{
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 54px;
}
.landing-white-content h3{
  font-size: 24px;
  color: #484848;
  line-height: 30px;
  margin-bottom: 30px;
}
.landing-white-content p{
  font-size: 18px;
}
.share-this{
  margin-top: 35px;
}
.share-this span{
  color:#9D2872;
  font-size:18px;
}
.banner-image img{
  width:100% !important;
  object-fit:cover;
  height:400px;
}

.landing-page-002 .landing-form{
  background-color:#ce3251;
  position:absolute;
  right:0;
  bottom:22px;
  padding: 30px 50px 50px;
}
.landing-white .inner-container{
  position:relative;
}
.landing-page-002 .landing-form h3 {
  font-size: 30px;
  letter-spacing: 0;
  color:#fff;
}
.landing-page-002 .landing-form form.hs-form .hs_submit div.actions input{
  background: #fff;
  color: #9D2872;
  margin-bottom: 45px;
}
.landing-page-002 .landing-form form.hs-form .hs_submit div.actions input:hover{
  background: #9D2872;
  color:#fff;
}
.landing-page-002 .landing-form span{
  color:#fff;
  text-align: left;
}


.testimonial-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 60px;
}
.testimonial-section h3{
  color: #fff;
  text-align: center;
  margin-bottom: 72px;
}
.client-testimonial-content{
  background-color: #ffffff;
  min-height: 276px;
  position: relative;
  text-align: center;
  padding:60px 30px 30px;
}
.client-testimonial-content img{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -60px;
  width: 120px;
  height: 120px;
}
.testi-content{
  font-style: italic;
  font-weight: 100;
}
p.client-name:before {
  content: "";
  border-bottom: 2px solid #9D2872;
  display: block;
  width: 69px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}


.red-background-content{
  background-color:#9D2872;
  padding-top: 60px;
  padding-bottom: 30px;
}

.red-background-content h3{
  color:#fff;
  text-align:center;
  margin-bottom: 50px;
}

.benefit-content li{
  width: 50%;
  float: left;
  position: relative;
  padding-left: 70px !important;
  margin-bottom:26px;
  display:table;
}

.benefit-content li:before {
  position: absolute;
  content: "";
  background: url(https://2163007.fs1.hubspotusercontent-na1.net/hubfs/2163007/EdenSleep%20Images/tick.png);
  display: block;
  width: 32px;
  height: 25px;
  margin-left: -60px;
}
.benefit-content{
  padding:0 100px;
}
.benefit-content h5{
  color: #fff;
  font-weight: 300;
}
.benefit-content p{
  font-size: 18px;
  line-height: 24px;
  margin-top: 12px;
  color: #fff;
  font-weight: 300;
}
.benefit-content ul li:nth-child(2n+1) {
  content: "";
  display: table;
  clear: both;
}


/* Blog List */
.blog-list-div  .grey-background{
  background-color:#f1f1f2;
  padding:35px 0 40px;
}
.blog-list-div .grey-background h3{
  width: auto;
  float: none;
  font-size:24px;
  line-height:60px;
  text-transform:uppercase;
  margin-right:46px;
  text-align: center;
  padding-bottom: 12px;
}
.blog-list-div .grey-background .hs-form-field{
  display: table;
  float: left;
  margin-right: 15px;
  width: 300px;
}
.blog-list-div form.hs-form div .input input{
  margin-bottom: 10px;
}

.blog-list-div  .grey-background form.hs-form ul.hs-error-msgs li label{
  top:0;
}
.blog-list-div .grey-background input[type="email"]{
  float: left;
  margin-right: 30px;
  border: 0;
  height: 62px;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom:0;

}
.blog-pagination{
  margin-top: 45px;
  text-align:center;
}
.blog-pagination a{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
.blog-pagination a.all-posts-link{
  margin: 0 40px;
}
.blog-list-div .grey-background  form.hs-form .hs_submit div.actions input[type="submit"]{
  margin:0;
  height:60px;
}
.blog-list-content .post-item{
  background-color:#9D2872;
  margin-bottom: 35px;
}
.blog-list-content .span4:nth-child(3n+1){
  margin-left:0;
}
.blog-list-content .post-item h2{
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 7px;
}
.blog-list-content .post-item p.date-posted{
  margin-bottom: 5px;
}
.blog-list-content .post-item p.blog-content{
  margin-bottom: 29px;    
}

.blog-list-content .post-item p{
  font-size: 14px;
  color: #fff;
  margin:0;
}
.blog-list-content .post-item .more-link{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  padding: 15px 19px;
  color:#9D2872;
  background-color:#fff;
  border: 2px solid #fff;
  display: table;
  -webkit-transition: all 2s; 
  transition: all 2s;
  -webkit-appearance: none;
  margin-top: 20px;
}
.blog-list-content .post-item .more-link:hover{
  color: #fff;
  background-color: transparent;

}
.hs-featured-image-wrapper{
  position:relative;
  margin-bottom:12px;
}
.hs-featured-image-wrapper .arrow-down{
  position:absolute;
  bottom:-1px;
  width:100%;
  height:25px;
  left:0;
  z-index:1;
}
.blog-list-content .post-item .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  height: 250px;
  object-fit: cover;
}
.blog-list-content .body-content {
  padding: 10px 30px 30px 30px;
  min-height:350px;
}
.blog-list-content .post-listing{
  display:table;
}
.blog-list-content{
  padding-top: 72px;
  padding-bottom:85px;
}
.blog-pagination a:last-child {
  padding-right:0;
}
.blog-list-div .blog-subs form.hs-form ul.hs-error-msgs li label{
  top: -16px;
}
.main-body-post-wrapper .post-body h1{
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  padding-bottom: 15px;    
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++
Responsive                                                 
+++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ================  Desktop ================ */
@media only screen and (min-width: 960px) and (max-width: 1280px) {

}
@media only screen and (min-width: 1300px) {

}
@media only screen and (min-width: 1366px) {

}
@media only screen and (min-width: 1900px) {

}

/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* end of tablet (portrait and landscape) */
  .team-content {
    width: auto;
    height: 100%;
    padding: 23px 20px;
    margin: 0;
  }
  .disease-text {
    margin-left: 150px;
  }
  .testimonial img {
    width: auto;
    height: auto;
  }
  .testimonial .span3{
    width:auto;
  }
  .share-this-text .span5, .share-this-text .span7, .share-this .span5, .share-this .span7{
    width:100%;
  }
  .share-this-text span , .share-this span{
    line-height: 40px;
  }
  .landing-form {
    padding: 30px 25px;
  }
  .landing-page-002 .landing-form {
    padding: 30px 20px 50px;
  }
  .blog-list-div  .grey-background h3{
    margin-right: 20px;
  }
  .blog-list-div  .grey-background input[type="email"] {
    width: 255px;
    margin-right: 20px;
  }
  .white-btn:nth-child(2){
    margin-left:0;
  }
}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {   
  .additional-info .violet-text{
    width: 100%;
    text-align: center;
  }
  .additional-info .dropdown-menu{
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .additional-info {
    height: auto;
    padding-bottom:20px;
  }
  .dropdown-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper{
    text-align:left;
  }
  .outer-container {
    height: auto;
  }
  .two-column-overlay {
    width: 100%;
    padding: 80px;
  }
  .team-photos .team-members {
    width: 100% ;
  }
  .team-content {
    width: 380px;
  }
  .span6.team-members:nth-child(2) {
    margin-left: 0;
  }
  .team-photos .span12{
    width: 576px;
    margin: auto !important;
    float: none;
    display: table;
  }
  .two-column-content .morphe-image, .two-column-content .outer-content {
    width: 100%;
  }
  .outer-content {
    height: auto;
    padding: 50px;
  }
  .landing-form {
    padding: 30px 15px;
  }
  .landing-form h3 {
    font-size: 20px;
    letter-spacing: 0;
  }

  .landing-page-header .header-text {
    height: auto;

  }
  .landing-page-header .content-left{
    padding-bottom: 70px;
  }
  .white-content h3 {
    margin: 0 0 60px;
  }
  .disease-text {
    margin-left: 130px;
  }
  .testimonial{
    padding:0;
  }
  .testimonial img {
    width: auto;
    height: auto;
  }
  .testimonial .span3{
    width:auto;
  }
  .share-this-text .span5, .share-this-text .span7 , .share-this .span5 , .share-this .span7{
    width:100%;
  }
  .share-this-text span , .share-this span{
    line-height: 40px;
  }

  .benefit-content {
    padding: 0;
  }
  .blog-list-div  .grey-background h3 {
    float: initial; 
  }
  .blog-list-div  .grey-background input[type="email"] {
    width: 450px;
    margin-right: 30px;
  }
  .blog-list-content .body-content {
    min-height: 360px;
  }
  .hs-featured-image-wrapper .arrow-down {
    bottom: -1px;
  }
  .banner-image img{
    height:300px;
  }

  /*** Edited Landing page form ***/
  .landing-page-header .landing-form{
    margin-top: 160px;
  }
  .treatment-page .about-us-content .col2 li {
    width: 100%;
  }

}

/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 767px) {
  /* end of mobile (portrait and landscape) */
  .additional-info .violet-text{
    width: 100%;
    text-align: center;
  }
  .additional-info .dropdown-menu{
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .additional-info {
    height: auto;
    padding-bottom:20px;
  }
  .dropdown-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper{
    text-align:left;
    padding: 25px 0 25px 0;
  }
  .violet-text span {
    line-height: 35px;
  }
  .dropdown-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li a img{
    width: auto;
    margin-left: -50px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index:1;
  }


  .dropdown-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li{
    height:auto;
    margin-bottom:20px;
  }
  .dropdown-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li a{
    line-height:30px;
    white-space: normal;
    padding: 0 0 0 65px !important;
  }
  .outer-container {
    height: auto;
  }
  .two-column-overlay {
    width: 100%;
    padding: 50px 15px;
  }
  .team-members{
    text-align: center;
  }
  .team-members img{
    margin-bottom: 5px;
  }
  .team-content {
    width: auto;
    position: inherit;
    left: 0;
    height: auto;
    padding: 20px;
  }
  .team-content:before {
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #ffffff transparent;
    top: 0;
    left: 50%;
    margin-left: -11px;
  }
  .two-column-content .morphe-image, .two-column-content .outer-content {
    width: 100%;
  }
  .outer-content {
    height: auto;
    padding: 50px 15px;
  }
  .white-content h3 {
    margin: 0 0 60px;
  }
  .disease-content {
    width: 100%;
  }
  .disease-text {
    margin-left: 120px;
  }
  .testimonial {
    display: initial;
    align-items: initial;
  }
  .testimonial .span3{
    text-align:center;
  }
  .testimonial img{
    margin-bottom: 25px;
  }
  .landing-page-header .landing-form {
    position: initial;
    margin-top: 0;
  }
  .landing-form {
    padding: 30px 15px;
  }
  .share-this-text span, .share-this span {
    line-height: 40px;
  }

  .landing-form form.hs-form ul.hs-error-msgs li label {
    left: 0;
  }
  .landing-form h3 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .landing-page-002 .landing-form {
    margin-top: 50px;
    position: initial;
    padding: 30px 15px 50px;
  }
  .client-testimonial-content{
    margin-bottom:100px;
    min-height: auto;
  }
  .benefit-content {
    padding: 0;
  }
  .benefit-content li {
    width: 100%;
    float: initial;
  }
  .blog-list-div  .grey-background h3 {
    float: initial;
    line-height: 32px;
    margin-bottom: 30px;
    margin-right: 0;
    font-size:20px;
  }
  .blog-list-div .grey-background input[type="email"] {
    width: 100%;
    float: initial;
    margin-right: 0;
    margin-bottom:20px;
  }
  .blog-list-div .grey-background form.hs-form .hs_submit div.actions input[type="submit"]{
    width:100%;
  }
  .cta-content img{
    margin-bottom:30px;
  }
  .white-btn:nth-child(2){
    margin-left:0;
  }
  .banner-image img{
    height:150px;
  }
  .header-content{
    padding:0;
  }
  .landing-page-header .page-center{
    padding-left:0;
    padding-right:0;
  }
  .content-left{
    padding-left:15px;
    padding-right:15px; 
  }
  .blog-pagination a.all-posts-link{
    margin:0;
  }
  .row-fluid .inner-banner-wrapper{
    height:350px !important;
  }
  .blog-list-div  .grey-background .hs-form-field{
    float: initial;
    width: 100%;
  }
  .content-left h1{
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 60px;
  }
  .share-this-text {
    margin-top: 20px;
  }
  .content-left img {
    margin-bottom: 20px;
  }

  .landing-page-header .content-left{
    padding-bottom: 50px;
    padding-top: 40px;
  }

  .team-content h3{
    text-align: center;
  }

  /*** Edited Landing page form ***/
  .landing-page-001 .landing-page-header {
    padding-top: 0;
  }

  .landing-form .hs-form fieldset.form-columns-2 .field:first-child{
    padding-right: 0;
  }
  .treatment-page .about-us-content .col2 li {
    width: 100%;
  }

}

/* ================ Phones (landscape) ================ */
@media screen and (min-width: 480px) and (max-width: 768px) {
  .blog-list-content .body-content {
    min-height: auto;
    height: auto;
    padding-bottom:30px;
  }
  .grey-cta-module .cta-content{
    text-align:center;
  }
}

/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 480px) {
  .blog-list-div  .grey-background h3{
    font-size:18px;   
  }
  .blog-pagination a{
    padding-right:15px;
  }

}

/* ===== IE9 ======= */
@media screen\0 {
  .landing-page-header .landing-form {
    bottom: -35px;
    top:0;
  }
  form.hs-form div .input input {
    margin-bottom: 10px;
  }
}