@charset "utf-8";
/* CSS Document */

/*-----------------------
MAIN CSS START
------------------------*/
.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/*-------------------------
NEW: CSS FOR MAIN HEADER
--------------------------*/
@media only screen and (min-width: 771px) {
    #header {
        width: 100%;
    }
}

@media only screen and (max-width: 770px) {
    #header {
        padding: 0 20px;
    }
}

header {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1em;
    background-color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-align: left;
}

main article header {
    background: rgba(255, 255, 255, 1) !important;
}

main article header .header-inner {
    margin: auto;
}

@media only screen and (max-width: 770px) {
    .header-inner {
        padding: 10px 0;
        display: block;
    }
}

@media only screen and (min-width: 771px) {
    #header #logoWrapper,
    #header #logoImage {
        width: 140px;
    }
}

@media only screen and (min-width: 771px) {
    #header #logoWrapper,
    #header #siteTitleWrapper,
    #header #headerNav {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: table-cell;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 770px) {
    #headerNav {
        display: none;
    }
}

@media only screen and (min-width: 771px) {
    #header #logoWrapper,
    #header #logoImage {
        width: 140px;
    }
}

#logoImage {
    margin: 0;
    font-size: 0;
    max-width: 100%;
}

@media only screen and (max-width: 770px) {
    #logoWrapper,
    #siteTitleWrapper {
        display: inline-block;
        vertical-align: middle;
        max-width: 240px;
        padding: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

#logoImage img {
    height: auto;
    max-height: 100px;
    width: auto;
    max-width: 100%;
}

@media only screen and (max-width: 770px) {
    #logoWrapper #logoImage img,
    #siteTitleWrapper #logoImage img {
        max-height: 50px;
        max-width: 100%;
        width: auto;
        height: auto;
    }
}

@media only screen and (max-width: 770px) {
    #logoWrapper {
        width: 140px;
    }
}

#logoImage a {
    display: block;
}

#header a {
    text-decoration: none;
}

.mobile-nav-toggle {
    display: none;
}
@media only screen and (max-width: 770px) {
    .mobile-nav-toggle {
        display: block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 100;
        width: 10%;
        position: absolute;
        z-index: 1002;
        top: 50%;
        right: 20px;
        margin-top: -8px;
        padding: 0;
        vertical-align: middle;
        line-height: 16px;
        text-align: right;
        cursor: pointer;
        user-select: none;
        color: rgba(255, 255, 255, 0.9);
        width: 22px;
        height: 22px;
    }
}

@media only screen and (max-width: 770px) {
    .mobile-nav-toggle.fixed-nav-toggle .top-bar,
    .mobile-nav-toggle.fixed-nav-toggle .middle-bar,
    .mobile-nav-toggle.fixed-nav-toggle .bottom-bar {
        margin-top: 12px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 770px) {
    .mobile-nav-toggle .top-bar,
    .mobile-nav-toggle .middle-bar,
    .mobile-nav-toggle .bottom-bar {
        width: 22px;
        height: 2px;
        background-color: #000000;
        -webkit-transition: -webkit-transform 0.15s 0s ease-in-out,
            top 0.15s 0.15s ease-in-out;
        -moz-transition: -moz-transform 0.15s 0s ease-in-out,
            top 0.15s 0.15s ease-in-out;
        -ms-transition: -ms-transform 0.15s 0s ease-in-out,
            top 0.15s 0.15s ease-in-out;
        -o-transition: -o-transform 0.15s 0s ease-in-out,
            top 0.15s 0.15s ease-in-out;
        transition: transform 0.15s 0s ease-in-out, top 0.15s 0.15s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media only screen and (max-width: 770px) {
    .mobile-nav-toggle.fixed-nav-toggle {
        position: fixed;
        top: 5px;
        right: 5px;
        z-index: 1001;
        visibility: hidden;
        opacity: 0;
        padding: 20px;
        margin-top: 0;
        background-color: #043257;
        width: 42px;
        height: 36px;
        -webkit-transition: opacity 0.17s ease-in-out;
        -moz-transition: opacity 0.17s ease-in-out;
        -ms-transition: opacity 0.17s ease-in-out;
        -o-transition: opacity 0.17s ease-in-out;
        transition: opacity 0.17s ease-in-out;
    }
}

@media only screen and (max-width: 770px) {
    .mobile-nav-toggle .bottom-bar {
        top: 14px;
    }
}

@media only screen and (max-width: 770px) {
    .mobile-nav-toggle .middle-bar {
        -webkit-transition: opacity 0s 0.15s linear;
        -moz-transition: opacity 0s 0.15s linear;
        -ms-transition: opacity 0s 0.15s linear;
        -o-transition: opacity 0s 0.15s linear;
        transition: opacity 0s 0.15s linear;
        top: 7px;
    }
}

.mobile-nav-close {
    height: 22px;
    width: 22px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 45px;
    margin-top: -8px;
}

.close-bar-one,
.close-bar-two {
    height: 2px;
    width: 22px;
    background: #000000;
    position: absolute;
}

.close-bar-one {
    transform: rotate(45deg);
}

.close-bar-two {
    transform: rotate(-45deg);
}

@media only screen and (min-width: 771px) {
    #header #headerNav {
        text-align: right;
    }
}

@media only screen and (min-width: 771px) {
    body:not(.force-mobile-nav) #headerNav {
        white-space: nowrap;
    }
}

@media only screen and (min-width: 771px) {
    #header #mainNavWrapper {
        position: relative;
        z-index: 1000;
    }
}

@media only screen and (min-width: 771px) {
    body:not(.force-mobile-nav) .nav-wrapper nav > div {
        vertical-align: middle;
        margin: 0;
    }
}

#sidecarNav {
    right: -260px;
    z-index: 2000 !important;
    position: fixed;
    width: 260px;
    top: 0;
    bottom: 0;
    height: 100%;
    line-height: 1em;
    text-align: left;
    overflow: auto;
    background-color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
    border-left: 1px solid #dadada;
}

#headerNav nav a,
#sidecarNav nav a,
#headerNav nav a:visited,
#sidecarNav nav a:visited,
#headerNav nav .folder-toggle,
#sidecarNav nav .folder-toggle {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: rgba(0, 0, 0, 1);
}

@media only screen and (min-width: 771px) {
    body:not(.force-mobile-nav) .nav-wrapper nav > div > a,
    body:not(.force-mobile-nav) .nav-wrapper nav > div .folder-toggle {
        display: block;
        padding: 0.75em 1em;
    }
}

@media only screen and (min-width: 771px) {
    body:not(.force-mobile-nav) .nav-wrapper nav > div a,
    body:not(.force-mobile-nav) .nav-wrapper nav > div .folder-toggle {
        -webkit-transition: color 0.1s 0s ease-in-out;
        -moz-transition: color 0.1s 0s ease-in-out;
        -ms-transition: color 0.1s 0s ease-in-out;
        -o-transition: color 0.1s 0s ease-in-out;
        transition: color 0.1s 0s ease-in-out;
    }
}

#headerNav nav .active > a,
#sidecarNav nav .active > a,
#headerNav nav .active > a:visited,
#sidecarNav nav .active > a:visited,
#headerNav nav .active > .folder-toggle,
#sidecarNav nav .active > .folder-toggle {
    color: #fff;
}

body:not(.force-mobile-nav) .nav-wrapper nav > div {
    vertical-align: middle;
    margin: 0;
}

style-pill.enable-nav-button #headerNav nav > div:not(.folder):last-child a,
.nav-button-corner-style-pill.enable-nav-button
    #sidecarNav
    nav
    > div:not(.folder):last-child
    a {
    -webkit-border-radius: 300px;
    border-radius: 300px;
}

#headerNav nav > div:not(.folder):last-child a:hover {
    /* background-color: #efefef !important; */
}

#sidecarNav nav > div:not(.folder):last-child a:hover {
    /* background-color: #efefef !important; */
}

.nav-button-style-outline.enable-nav-button
    #headerNav
    nav
    > div:not(.folder):last-child
    a,
.nav-button-style-outline.enable-nav-button
    #sidecarNav
    nav
    > div:not(.folder):last-child
    a {
    background-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border: 2px solid #000000;
    color: #000000;
}

.enable-nav-button #headerNav nav > div:not(.folder):last-child a,
.enable-nav-button #sidecarNav nav > div:not(.folder):last-child a {
    font-weight: 700;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 1em;
    padding: 0.75em 1.5em !important;
    display: block;
    background-color: #fff;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fff;
    -webkit-transition: background-color 0.1s 0s ease-in-out,
        color 0.1s 0s ease-in-out;
    -moz-transition: background-color 0.1s 0s ease-in-out,
        color 0.1s 0s ease-in-out;
    -ms-transition: background-color 0.1s 0s ease-in-out,
        color 0.1s 0s ease-in-out;
    -o-transition: background-color 0.1s 0s ease-in-out,
        color 0.1s 0s ease-in-out;
    transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
}

@media only screen and (min-width: 771px) {
    body:not(.force-mobile-nav) .nav-wrapper nav > div:last-child > a,
    body:not(.force-mobile-nav)
        .nav-wrapper
        nav
        > div:last-child
        .folder-toggle {
        padding-right: 0;
    }
}

.nav-button-corner-style-pill.enable-nav-button
    #headerNav
    nav
    > div:not(.folder):last-child
    a,
.nav-button-corner-style-pill.enable-nav-button
    #sidecarNav
    nav
    > div:not(.folder):last-child
    a {
    -webkit-border-radius: 300px;
    border-radius: 300px;
}

#headerNav nav a,
#sidecarNav nav a,
#headerNav nav a:visited,
#sidecarNav nav a:visited,
#headerNav nav .folder-toggle,
#sidecarNav nav .folder-toggle {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: rgba(0, 0, 0, 1);
}

/*-------------------------
CSS FOR HERO BANNER
--------------------------*/
.heroBanner {
    float: left;
    width: 100%;
    background: url(//media-resources-sleepwatch.s3-us-west-2.amazonaws.com/new-home-2019-12-03/images/hero-bg-2.jpg)
        no-repeat center center;
    background-size: cover;
    height: 815px;
}
.logo {
    position: absolute;
    width: 170px;
    left: 0;
    top: 15px;
}
a.logIn-btn {
    position: absolute;
    top: 18px;
    width: 115px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    font-weight: 300;
    padding: 4px 0;
    border-radius: 4px;
    right: 0;
}
a.logIn-btn:hover {
    color: #1b4258;
    background: #fff;
}
.bnr-content {
    float: left;
    width: 100%;
    padding: 100px 70px 0 70px;
}
.hero-img {
    float: left;
    margin-left: -30px;
    width: 33%;
}
.bnr-rgt {
    float: right;
    width: 61.5%;
    margin-top: 130px;
    text-align: left;
    padding-right: 30px;
}
.hero-heading {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 52px;
    line-height: 58px;
    font-weight: 600;
    letter-spacing: 1px;
}
.hero-para {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0.7px;
    margin-top: 14px;
}
.btnBox {
    display: inline-block;
    vertical-align: middle;
    width: 275px;
    text-align: center;
    margin-top: 40px;
}
a.getBtn,
.getBtn {
    float: left;
    width: 100%;
    background: #3aabd8;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}
a.getBtn:hover {
    background: #2b98c4;
}
.btnBox p,
.ctaBox p {
    float: left;
    width: 100%;
    color: #fefefe;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 10px;
}
.btnBox p a,
.ctaBox p a {
    text-decoration: underline;
}
.ctaBox p {
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
    .hero-heading {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*-------------------------
CSS FOR AS SEEN STRIP
--------------------------*/
.as-seen-strip {
    float: left;
    width: 100%;
    background: #283c55;
    padding: 20px 0 15px 0;
}
.as-seen-strip p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 300;
}
.as-seen-d {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin-top: 5px;
}
.as-seen-m {
    display: none;
}
/*------------------------
COMMON SECTIONS CSS
-------------------------*/
.pageSection {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #fff;
}
.secHeading {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
}
.sec-h-para {
    float: left;
    width: 100%;
    color: #404040;
    font-size: 19px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 15px;
    padding: 0 100px;
}

/*------------------------
CSS FOR SECTION ONE
-------------------------*/
ul.s1-box-list {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 40px -15px 0 -15px;
    width: calc(100% + 30px);
}
ul.s1-box-list li {
    float: left;
    width: calc((100% / 4) - 30px);
    border: 1px solid #d6eaf0;
    padding: 20px;
    margin: 15px;
    border-radius: 10px;
}
ul.s1-box-list li img {
    display: block;
    margin: 0 auto;
}
ul.s1-box-list li h3 {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    margin-top: 15px;
}
ul.s1-box-list li p {
    color: #404040;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-top: 5px;
}
.s1-btm-para {
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #656464;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 300;
}

/*---------------------
CSS CTA SECTIONS
----------------------*/
.cta-section-one {
    float: left;
    width: 100%;
    padding: 110px 0;
    background: url(//media-resources-sleepwatch.s3-us-west-2.amazonaws.com/new-home-2019-12-03/images/cta1-bg.jpg)
        no-repeat center center;
    background-size: cover;
}
.cta-section-two {
    float: left;
    width: 100%;
    padding: 110px 0;
    background: url(//media-resources-sleepwatch.s3-us-west-2.amazonaws.com/new-home-2019-12-03/images/cta2-bg.jpg)
        no-repeat center center;
    background-size: cover;
}
.alaram-icon {
    position: absolute;
    width: 150px;
    left: 170px;
    top: 50px;
}
.thermometer {
    position: absolute;
    right: 0;
    top: 70px;
}
.cta1-rgt {
    float: right;
    width: 58%;
    padding-right: 70px;
    text-align: left;
}
.cta1-left {
    float: left;
    width: 58%;
    text-align: left;
}
.cta1-rgt h3,
.cta1-left h3 {
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.cta-para1 {
    color: #ffffff;
    font-size: 19px;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: 0.8px;
    margin-top: 10px;
}
.cta-para1 sup {
    font-size: 50%;
}

/*---------------------
CSS FOR SECTION TWO
----------------------*/
.s2-content {
    float: left;
    width: 100%;
    padding: 0 70px;
    margin-top: 50px;
}
.s2-prod {
    float: left;
    width: 33%;
    margin-left: -10px;
}
.s2-content-rgt {
    float: right;
    width: 58.5%;
    text-align: left;
    margin-top: 40px;
}
.s2-icon {
    display: inline-block;
    vertical-align: middle;
}
.s2-subheading {
    float: left;
    width: 100%;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 25px;
}
.s2-para {
    float: left;
    width: 100%;
    color: #404040;
    font-size: 19px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 25px;
}
.s2-content-rgt .btnBox p {
    color: #656565;
}

/*---------------------
CSS FOR SECTION THREE
----------------------*/
.section-three {
    float: left;
    width: 100%;
    height: 660px;
    background: url(//media-resources-sleepwatch.s3-us-west-2.amazonaws.com/new-home-2019-12-03/images/sec3-bg.jpg)
        no-repeat center center #d0d5db;
}
.s3-content {
    float: left;
    width: 40%;
    text-align: left;
    margin-top: 120px;
}
ul.s3-list {
    float: left;
    width: 100%;
    margin-top: 20px;
}
ul.s3-list li {
    float: left;
    width: 100%;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-left: 35px;
    background: url(//media-resources-sleepwatch.s3-us-west-2.amazonaws.com/new-home-2019-12-03/images/s3-li-icon.png)
        no-repeat left 3px;
    margin: 5px 0;
}
.s3-watch {
    position: absolute;
    left: 520px;
    top: 200px;
}

/*---------------------
CSS FOR SECTION FOUR
----------------------*/
ul.ratingHeader {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}
ul.ratingHeader li {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
}
ul.ratingHeader li:nth-child(2) {
    width: 35%;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
.rating-point {
    float: left;
    width: 100%;
    color: #878888;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-top: 35px;
}
.rating-point span {
    color: #22303b;
    font-size: 72px;
    font-weight: bold;
}
.star-h {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.rate-scale {
    display: inline-block;
    vertical-align: middle;
    max-width: 96%;
}
.date-t {
    float: left;
    width: 100%;
    color: #22303b;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
.rev-count {
    float: left;
    width: 100%;
    color: #878888;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-top: 30px;
}
.rev-count span {
    color: #22303b;
    font-size: 42px;
    font-weight: bold;
}
.comment-row {
    float: left;
    width: 100%;
    border-top: 1px solid #d7d7d7;
    padding: 25px 0;
    text-align: left;
}
.comment-row p {
    float: left;
    width: 100%;
    margin-top: 5px;
    letter-spacing: 0.5px;
}
.t-img {
    float: left;
    margin-bottom: 5px;
}
.t-title {
    color: #656464;
    font-size: 17px;
    font-weight: 600;
}
.t-desc {
    color: #404040;
    font-size: 19px;
    line-height: 25px;
    font-weight: 300;
}
.t-name {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

/*---------------------
CSS FOR SECTION FIVE
----------------------*/
.step-list {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.step-box {
    float: left;
    width: 100%;
}
.step-box img {
    display: inline-block;
    vertical-align: middle;
    max-width: 96%;
}
.step-box h3 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.step-box h3 span {
    color: #00a2ff;
    font-size: 18px;
}
.step-box p {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 10px;
    padding: 0 20px;
}
#steps .btnBox p {
    color: #656565;
}

/*-------------------------
Footer CSS
---------------------------*/
.footer {
    float: left;
    width: 100%;
    background: #0e2643;
    padding: 50px 0;
}
.ft-col-1 {
    float: left;
    width: 28%;
    text-align: left;
}
.ft-logo {
    float: left;
    width: 175px;
}
.coprgt-txt {
    float: left;
    width: 100%;
    color: #bbbbbb;
    font-weight: 400;
    margin-top: 25px;
    letter-spacing: 0.5px;
}
.ft-col-2 {
    float: left;
    width: 17%;
    text-align: left;
    letter-spacing: 0.5px;
}
.ft-col-2.right {
    float: right;
}
.ft-col-2 h3 {
    float: left;
    width: 100%;
    color: #bebebe;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}
.ft-col-2 ul,
.ft-col-2 ul li {
    float: left;
    width: 100%;
}
.ft-col-2 ul li a {
    float: left;
    color: #e4e4e4;
    font-size: 15px;
    margin: 7px 0;
    font-weight: 400;
}

/*==============Media=============*/
@media only screen and (max-width: 1200px) {
    .container {
        width: 1004px;
    }

    .heroBanner {
        height: 660px;
    }
    .bnr-rgt {
        padding-right: 0;
        margin-top: 100px;
    }
    .hero-heading {
        font-size: 46px;
        line-height: 52px;
    }

    .secHeading {
        font-size: 38px;
        line-height: 44px;
    }
    .sec-h-para {
        padding: 0 40px;
    }
    ul.s1-box-list {
        margin: 40px -10px 0 -10px;
        width: calc(100% + 20px);
    }
    ul.s1-box-list li {
        width: calc((100% / 4) - 20px);
        margin: 10px;
    }

    .cta1-rgt {
        padding-right: 10px;
    }
    .cta1-rgt h3,
    .cta1-left h3 {
        font-size: 34px;
    }
    .s3-content {
        width: 46%;
    }
}

.forMob {
    display: none;
}

@media only screen and (max-width: 1020px) {
    .container {
        width: 750px;
    }

    /*HERO BANNER CSS*/
    .heroBanner {
        height: 520px;
    }
    .bnr-content {
        padding: 100px 50px 0 50px;
    }
    .bnr-rgt {
        width: 65%;
        margin-top: 60px;
    }
    .hero-heading {
        font-size: 36px;
        line-height: 42px;
    }
    .hero-para {
        font-size: 17px;
        line-height: 23px;
    }
    .btnBox {
        width: 260px;
    }
    a.getBtn {
        height: 55px;
        line-height: 55px;
        font-size: 21px;
    }
    .btnBox p {
        font-size: 13px;
    }

    /*STRIP CSS*/
    .as-seen-strip {
        padding: 15px 0 10px 0;
    }
    .as-seen-strip p {
        font-size: 17px;
    }
    .as-seen-d {
        margin-top: 5px;
    }

    /*COMMON SECTION CSS*/
    .pageSection {
        padding: 60px 0;
    }
    .secHeading {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: 0.5px;
    }
    .sec-h-para {
        font-size: 17px;
        padding: 0;
        line-height: 25px;
    }

    /*SECTION ONE CSS*/
    ul.s1-box-list {
        margin-top: 30px;
    }
    ul.s1-box-list li {
        padding: 15px 10px;
    }
    ul.s1-box-list li h3 {
        font-size: 19px;
        line-height: 23px;
        letter-spacing: 0.5px;
    }

    /*CTA SECTIONS CSS*/
    .cta-section-one,
    .cta-section-two {
        padding: 70px 0;
    }
    .cta1-rgt {
        padding-right: 0;
        width: 66%;
    }
    .alaram-icon {
        left: 40px;
        width: 120px;
    }
    .cta1-rgt h3,
    .cta1-left h3 {
        font-size: 30px;
    }
    .cta-para1 {
        font-size: 17px;
        line-height: 23px;
    }
    .cta1-left {
        width: 63%;
    }
    .thermometer {
        width: 240px;
    }

    /*SECTION TWO CSS*/
    .s2-content {
        padding: 0;
        margin-top: 30px;
    }
    .s2-prod {
        margin-left: 0;
    }
    .s2-content-rgt {
        width: 61%;
        margin-top: 20px;
    }
    .s2-para {
        font-size: 17px;
        line-height: 25px;
        margin-top: 15px;
    }
    .s2-subheading {
        font-size: 26px;
        line-height: 38px;
    }
    .s2-prod {
        width: 35%;
    }

    /*SECTION THREE CSS*/
    .section-three {
        background-size: 1400px;
        height: 460px;
    }
    .s3-content {
        width: 54%;
        margin-top: 50px;
    }
    ul.s3-list li {
        font-size: 17px;
        background-size: 20px;
        padding-left: 30px;
        margin: 2px 0;
    }
    .s3-watch {
        width: 160px;
        left: 400px;
        top: 110px;
    }

    /*SECTION FOUR CSS*/
    .t-desc {
        font-size: 17px;
    }
    ul.ratingHeader {
        margin-top: 20px;
    }
    .rate-scale {
        width: 75%;
    }
    .rating-point span {
        font-size: 60px;
    }
    .rev-count span {
        font-size: 36px;
    }

    #steps .sec-h-para {
        padding: 0 80px;
    }
    .footer {
        padding: 30px 0;
    }
    .ft-col-2 {
        width: 18%;
    }
    .coprgt-txt {
        font-size: 13px;
    }
    .ft-col-2 ul li a {
        font-size: 13px;
        margin: 5px 0;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 600px;
        padding: 0 10px;
    }
    .forDesk {
        display: none;
    }
    .forMob {
        display: block;
    }

    /*HERO BANNER CSS*/
    .heroBanner {
        height: auto;
        padding-bottom: 30px;
        background: url(//media-resources-sleepwatch.s3-us-west-2.amazonaws.com/new-home-2019-12-03/images/hero-bg-m.jpg)
            no-repeat right bottom;
        background-size: cover;
    }
    .hero-img {
        float: none;
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 77% !important;
    }
    .logo {
        width: 140px;
        left: 10px;
        top: 10px;
    }
    a.logIn-btn {
        width: 80px;
        right: 10px;
        top: 10px;
        font-size: 15px;
        padding: 3px 0;
    }
    .bnr-content {
        padding: 60px 0 0 0;
    }
    .bnr-rgt {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .hero-heading {
        font-size: 28px;
        line-height: 34px;
    }
    .hero-para {
        font-size: 15px;
        line-height: 21px;
        margin-top: 5px;
    }
    .btnBox {
        display: none;
    }

    /*STRIP CSS*/
    .as-seen-m {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        margin-top: 5px;
    }
    .as-seen-d {
        display: none;
    }

    .pageSection {
        padding: 30px 0 35px 0;
    }
    .secHeading {
        font-size: 26px;
        line-height: 34px;
    }
    .sec-h-para {
        margin-top: 10px;
    }

    /*SECTION ONE CSS*/
    ul.s1-box-list {
        margin: 20px -5px 0 -5px;
        width: calc(100% + 10px);
    }
    ul.s1-box-list li {
        width: calc((100% / 2) - 10px);
        margin: 5px;
    }

    /*CTA SECTIONS CSS*/
    .cta-section-one {
        padding: 30px 0;
        background: url(//media-resources-sleepwatch.s3-us-west-2.amazonaws.com/new-home-2019-12-03/images/cta1-bg-mob.jpg)
            no-repeat center center;
        background-size: cover;
    }
    .cta-section-two {
        padding: 30px 0;
        background: url(//media-resources-sleepwatch.s3-us-west-2.amazonaws.com/new-home-2019-12-03/images/cta-2-mob-bg.jpg)
            no-repeat center center;
        background-size: cover;
    }
    .alaram-icon {
        position: static;
        display: inline-block;
        vertical-align: middle;
        width: 80px;
    }
    .thermometer {
        position: static;
        display: inline-block;
        vertical-align: middle;
    }
    .cta1-rgt,
    .cta1-left {
        width: 100%;
        text-align: center;
    }
    .cta1-rgt h3,
    .cta1-left h3 {
        font-size: 26px;
        line-height: 32px;
        margin-top: 20px;
    }

    /*SECTION TWO CSS*/
    .s2-content {
        margin-top: 20px;
    }
    .s2-content-rgt {
        width: 100%;
        text-align: center;
    }
    .s2-prod {
        float: none;
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 60%;
    }
    .s2-subheading {
        font-size: 22px;
        line-height: 32px;
    }

    /*SECTION THREE CSS*/
    .section-three {
        background: url(//media-resources-sleepwatch.s3-us-west-2.amazonaws.com/new-home-2019-12-03/images/sec4-bg-mob.jpg)
            no-repeat center top #d0d5db;
        background-size: 100%;
        height: auto;
        padding-bottom: 30px;
        padding-top: 60%;
    }
    .s3-watch {
        display: none;
    }
    .s3-content {
        width: 100%;
        margin-top: 0;
    }
    ul.s3-list {
        margin-top: 10px;
    }
    ul.s3-list li {
        line-height: 25px;
        margin: 3px 0;
    }

    /*SECTION FOUR CSS*/
    ul.ratingHeader li:nth-child(3) {
        display: none;
    }
    ul.ratingHeader li:nth-child(2) {
        border-right: none;
        width: 58%;
    }
    ul.ratingHeader li {
        width: 40%;
    }
    .rating-point {
        margin-top: 10px;
        font-size: 17px;
        line-height: 20px;
    }
    .rev-count {
        font-size: 17px;
        line-height: 20px;
        margin-top: 20px;
    }
    .star-h {
        width: 70px;
    }
    .rating-point span {
        font-size: 40px;
    }
    .date-t {
        font-size: 15px;
    }
    .t-img {
        width: 80px;
    }
    .rate-scale {
        max-width: 170px;
    }

    /*SECTION FIVE CSS*/
    .step-list {
        margin-top: 30px;
    }
    .step-box p {
        font-size: 17px;
    }
    .step-box h3 {
        font-size: 22px;
    }
    .step-box img {
        max-width: 90%;
    }
    .step-img1 {
        margin-left: 10px;
    }
    .step-img2 {
        margin-left: 15px;
    }
    .step-img3 {
        margin-left: 25px;
    }
    #steps .sec-h-para {
        padding: 0;
    }

    /*-----FOOTER CSS----*/
    .ft-col-1 {
        width: 100%;
    }
    .ft-col-2 {
        width: 100%;
        margin-top: 40px;
    }
    .cta-holder {
        float: left;
        width: 100%;
    }
    .ctaBox {
        float: left;
        width: 100%;
        background: rgba(40, 65, 93, 1);
        padding: 20px 40px 20px;
        position: fixed;
        bottom: 0;
        z-index: 9;
    }
}

@media only screen and (max-width: 500px) {
    ul.s1-box-list {
        margin: 15px 0 0 0;
        width: 100%;
        padding: 0 15px;
    }
    ul.s1-box-list li {
        width: 100%;
        margin: 8px 0;
        padding: 15px 20px;
    }
}

/* Lifestyle-Choices */

.affector-wrapper {
    display: flex;
    flex-direction: column;
}
.affector-wrapper .icon-preview img {
    height: 90px;
    width: 90px;
}
.affector-wrapper .icon-container li img {
    height: 120px;
    width: 120px;
    display: block;
    margin: 0 auto;
}
.affector-wrapper .icon-preview {
    margin: 0 auto;
    display: flex;
    width: 90%;
    justify-content: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px 0px;
}
.affector-header {
    margin: 0px 23.625px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6f8bff;
    font-weight: 700;
    text-align: center;
}
.affector-description {
    font-size: 18px;
    line-height: 1.7em;
    margin: 0px 23.625px;
}

.affector-wrapper .section-header {
    margin: 30px 23px 10px 23px;
    font-size: 34px;
    color: #3c3e4a;
}

.affector-wrapper .icon-container {
    padding: 0 15px;
}
.affector-wrapper .icon-container li a {
    margin-left: 16px;
}
.affector-wrapper .icon-container li p {
    max-width: 95%;
    margin: 0 auto;
}
.affector-wrapper .icon-container li {
    flex: 1;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-bottom: 20px;
    text-align: left;
    flex-shrink: 0;
    margin: 30px auto;
    flex-basis: 88%;
}
.affector-wrapper .icon-container .long-icon-container {
    min-height: 450px;
}
.choice-header {
    margin: 0 auto;
    color: #6f8bff;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}
.choice-description {
    font-size: 18px;
    line-height: 1.7em;
    text-align: left;
}
/* LifeStyle Choice Queries */
@media only screen and (min-width: 550px) {
    .affector-wrapper .icon-container li {
        min-height: 300px;
    }
    .affector-wrapper .icon-container .long-icon-container {
        min-height: 350px;
    }
}
@media only screen and (min-width: 696px) {
    .affector-wrapper .section-header {
        font-size: 43px;
        margin-top: 60px;
        line-height: 45px;
        color: #3c3e4a;
        margin-bottom: 0.2em;
    }

    .affector-wrapper .affector-intro p {
        max-width: 820px;
        margin: 0 auto;
        padding: 0 40px;
    }

    .affector-wrapper .icon-container {
        margin-top: 40px;
        justify-content: space-around;
        padding: 0px 10px;
        margin-bottom: 10px;
    }

    .affector-wrapper .icon-container li p {
        max-width: 95%;
        margin: 0 auto;
    }
    .affector-wrapper .icon-container li {
        display: table;
        margin: 50px auto;
        padding: 0 20px;
        flex-basis: 48%;
        min-height: 280px;
    }
    .affector-wrapper .icon-container .long-icon-container {
        min-height: 300px;
    }

    .affector-wrapper .icon-preview {
        width: 100%;
    }
}

/*------Why Sleepwatch------*/
.ws-hero-wrapper {
    font-size: 16px;
    font-family: Roboto;
    height: 720px;
    text-transform: uppercase;
    color: #6f8bff;
    padding-top: 150px;
    padding-bottom: 40px;
    text-align: center !important;
    font-weight: 700;
    text-align: center;
    background-image: url(../images/why-sleepwatch-header-bg3x.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ws-hero-wrapper h3 {
    color: #bbf2eb;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    line-height: 26px;
}
.ws-hero-wrapper h1 {
    font-size: 32px;
    color: #fff;
    margin: 0 auto;
    width: 90%;
    font-family: Roboto;
    padding-bottom: 20px;
    font-style: normal;
    font-weight: normal;
}
.ws-hero-wrapper p {
    color: #fff;
    width: 320px;
    margin: 0 auto;
    text-transform: none;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
}

.gradient-arrow img {
    transform: rotateZ(0deg);
    margin: 39px auto;
    max-height: 130px;
}

.ws-shifts-wrapper .ws-image-timeline {
    display: flex;
    position: relative;
    flex-basis: 50%;
    flex-direction: column;
    margin-bottom: 40px;
    margin-top: 40px;
}
.ws-shifts-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}
.ws-shifts-wrapper.bg-underlay {
    background-image: url(../images/whysw-section-bg.svg);
    background-repeat: no-repeat;
    background-size: 792px 827px;
    background-position: top;
    background-position-y: 70%;
}
.ws-shifts-wrapper.bg-underlay-2 {
    background-image: url(../images/whysw-section-bg-2.svg);
    background-size: 998px 978px;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 30px;
}
.ws-shifts-wrapper.bg-underlay-2 p {
    max-width: 70%;
}
.ws-shifts-wrapper .ws-image-timeline.notification-timeline {
    margin-bottom: 50px;
}
.ws-shifts-wrapper .ws-image-timeline .ws-timeline-bg {
    overflow: visible;
    height: 30px;
}
.ws-shifts-wrapper .ws-image-timeline .ws-timeline-bg .timeline-bg {
    overflow: visible;
    max-width: 30px;
    margin: 0 auto;
    max-height: 802px;
    width: auto;
    height: auto;
    z-index: 1;
}
.ws-shifts-wrapper .ws-image-timeline .timeline-element {
    height: 220px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.ws-shifts-wrapper .ws-image-timeline .timeline-element span {
    text-align: left;
    font-weight: bold;
    margin: 0 auto;

    width: 246px;
}
.ws-shifts-wrapper .ws-image-timeline .timeline-element img {
    width: 246px;
    height: 164px;
    margin: 0 auto;
}
.ws-shifts-wrapper .ws-image-timeline .timeline-element img.notification-img {
    width: auto;
    height: 220px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
}
.ws-shifts-wrapper .ws-image-timeline .timeline-element .time-head {
    margin: 0 auto;
    text-align: left;
    width: 320px;
    padding-left: 40px;
    margin-bottom: -10px;
}
.ws-shifts-wrapper .ws-image-timeline .timeline-element .notification-time {
    margin-bottom: -8px;
}
.ws-shifts-wrapper .ws-image-timeline .timeline-element .timeline-label {
    box-shadow: 0px 10px 20px 0px #00000026;
    display: flex;
    padding: 15px 25px;
    height: 47px;
    background: #baf1eb;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 40px;
    margin: 0 auto;
    margin-top: -30px;
}
.ws-shifts-wrapper .ws-image-timeline .timeline-element .timeline-label span {
    font-size: 14px;
    text-align: center;
    align-self: center;
    color: #000000;
}
.ws-shifts-wrapper
    .ws-image-timeline
    .timeline-element
    .timeline-label.label-1 {
    max-width: 145px;
}
.ws-shifts-wrapper
    .ws-image-timeline
    .timeline-element
    .timeline-label.label-2 {
    max-width: 204px;
}
.ws-shifts-wrapper
    .ws-image-timeline
    .timeline-element
    .timeline-label.label-3 {
    max-width: 191px;
}

.ws-shifts-wrapper .header-icon {
    padding-top: 40px;
    padding-bottom: 20px;
}
.ws-shifts-wrapper .header-icon.coaching {
    width: 46px;
    padding-top: 100px;
}
.ws-shifts-wrapper .header-icon.pillow {
    width: 62px;
}
.ws-shifts-wrapper h3 {
    color: #6f8bff;
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    padding-bottom: 20px;
    max-width: 335px;
    margin: 0 auto;
}
.ws-shifts-wrapper h3.reduced-font {
    font-size: 32px;
    line-height: 32px;
}
.ws-shifts-wrapper .benefit-img-sec {
    display: none;
}
.ws-shifts-wrapper .benefits-img {
    width: 335px;
    height: 687px;
    margin-bottom: -35px;
}
.ws-shifts-wrapper p {
    max-width: 90%;
    margin: 0 auto;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #626673;
}

.ws-shifts-wrapper .outcomes-data-img {
    width: 339px;
    height: 358px;
    max-width: 95vw;
    margin: 20px auto;
}
.ws-shifts-wrapper.steps-sec {
    flex-direction: column;
    min-width: 100vw;
    flex-wrap: wrap;
    margin-top: 32px;
    display: flex;
    background: #f2f6ff;
    margin-bottom: -30px;
    padding-bottom: 30px;
}
.ws-shifts-wrapper .timeline-sec {
    display: flex;
    max-width: 1440px;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
}
.ws-shifts-wrapper .timeline-sec img {
    height: 632px;
    max-height: 632px;
    width: 16px;
}
.ws-shifts-wrapper .timeline-sec img.desktop-img {
    display: none;
}

.ws-shifts-wrapper.steps-sec .steps-copy {
    display: flex;
    flex-direction: column;
}
.ws-shifts-wrapper.steps-sec .steps-copy .step-element {
    width: 266px;
    height: 126px;
    margin-left: 20px;
}
.ws-shifts-wrapper.steps-sec .timeline-sec .steps-copy .step-element p {
    text-align: left;
    font-family: Roboto;
    max-width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;

    color: #626673;
}
.ws-shifts-wrapper.steps-sec .timeline-sec .steps-copy .step-element p.label {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6f8bff;
    margin-bottom: 10px;
}
.ws-shifts-wrapper.steps-sec
    .timeline-sec
    .steps-copy
    .step-element
    p.label.ongoing {
    color: #01d377;
}
.ws-shifts-wrapper .img-mask {
    width: 291px;
    margin: 0 auto;
    margin: 60px auto;
    height: 278px;
}
.ws-shifts-wrapper .img-mask-desktop {
    display: none;
}
/* Old phones */
@media only screen and (min-device-width: 300px) and (max-device-width: 375px) {
    .ws-shifts-wrapper .benefits-img {
        transform: scale(0.8);
        display: none;
    }
    .ws-shifts-wrapper .timeline-sec img {
        margin-left: 15px;
    }
    .ws-shifts-wrapper .benefit-img-sec-tablet {
        display: none;
    }
}

@media only screen and (min-device-width: 696px) and (max-device-width: 960px) {
    .ws-hero-wrapper {
        background-position: left;
        padding-top: 80px;
        height: 630px;
    }
    .ws-shifts-wrapper p {
        max-width: 70%;
    }
    .ws-shifts-wrapper .ws-desktop-col:first-of-type {
        width: 100%;
        flex-basis: 100%;
    }
    .ws-shifts-wrapper .ws-desktop-col.benefits-tablet-col {
        width: 100vw;
        flex-direction: row;
        display: flex;
        justify-content: space-around;
    }
    .ws-shifts-wrapper .benefit-img-sec {
        display: none;
    }
    .ws-shifts-wrapper .benefit-img-sec-tablet {
        padding-top: 40px;
    }
    .ws-shifts-wrapper.bg-underlay {
        padding-bottom: 50px;
    }
    .ws-desktop-col.ws-tablet-head {
        display: flex;
        flex-direction: column;
        padding-top: 120px;
        align-items: center;
    }
    .ws-desktop-col .header-icon.benefit-icon {
        max-width: 62px;
        margin-top: -130px;
    }
    .ws-shifts-wrapper .ws-image-timeline .ws-timeline-bg .timeline-bg {
        margin-left: 48.5vw;
    }
    .ws-shifts-wrapper.bg-underlay-2 {
        display: flex;
        background-image: url(../images/whysw-section-bg-2.svg);
        background-size: 1418px 848px;
        background-repeat: no-repeat;
        background-position: right;
        padding-top: 30px;
        flex-direction: row-reverse;
    }
    .ws-shifts-wrapper .ws-image-timeline.notification-timeline {
        margin-right: 50px;
    }
    .ws-shifts-wrapper.bg-underlay-2 .ws-desktop-col:first-of-type {
        flex-basis: 60%;
    }
    .ws-shifts-wrapper.steps-sec {
        margin-bottom: -80px;
    }
    .ws-shifts-wrapper .timeline-sec {
        display: flex;
        justify-content: center;
    }
    .ws-shifts-wrapper.steps-sec .steps-copy {
        margin-right: auto;
        margin-right: 0;
    }
    .ws-shifts-wrapper.steps-sec .steps-copy .step-element {
        margin-left: 0;
    }
    .ws-shifts-wrapper .timeline-sec img {
        height: 632px;
        max-height: 632px;
        width: 16px;
        margin-right: 50px;
        margin-left: 50px;
    }
    .timeline-sec img.desktop-img {
        display: none;
    }
    .ws-shifts-wrapper .header-icon.coaching {
        padding-top: 162px;
    }
}

@media only screen and (min-device-width: 960px) and (max-device-width: 1200px) {
    main#page .ws-hero-wrapper {
        padding-top: 70px;
    }
    .ws-desktop-col p {
        min-width: 260px;
    }
    .ws-shifts-wrapper .ws-image-timeline {
        margin-left: -70px;
    }
    main#page .ws-hero-wrapper {
        background-attachment: inherit;
        background-size: cover;
    }
    div.ws-shifts-wrapper.steps-sec .timeline-sec img.desktop-img {
        max-width: 95vw;
    }
    .ws-shifts-wrapper.bg-underlay {
        overflow: hidden;
    }
    .ws-shifts-wrapper.steps-sec .timeline-sec .steps-copy .step-element {
        min-width: 19vw;
        max-width: 19vw;
    }
}
@media only screen and (min-width: 960px) {
    .ws-hero-wrapper {
        background-position: center right;
        background-image: url(../images/why-sleepwatch-header-desktop-bg2x.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-y: 0px;
    }
    .ws-hero-wrapper h1 {
        max-width: 580px;
        text-align: center;
        font-size: 40px;
        line-height: 40px;
    }
    .ws-hero-wrapper .subhero:nth-of-type(1) p {
        width: 690px;
        font-size: 24px;
        line-height: 34px;
    }
    .ws-shifts-wrapper {
        display: flex;
        flex-direction: row;
    }
    .ws-shifts-wrapper .benefits-img {
        width: 383px;
        height: 785px;
        margin-right: 20px;
        margin-top: 10px;
    }
    .ws-shifts-wrapper .benefit-img-sec-tablet .benefits-img {
        display: none;
    }
    .ws-shifts-wrapper .benefit-img-sec {
        display: block;
    }
    .ws-shifts-wrapper .ws-image-timeline .ws-timeline-bg .timeline-bg {
        margin-left: 430px;
    }
    .ws-shifts-wrapper .ws-image-timeline .timeline-element span {
        text-align: right;
    }
    .ws-shifts-wrapper .ws-image-timeline .timeline-element {
        margin-left: 70px;
    }
    .ws-shifts-wrapper.bg-underlay {
        background-position-y: 30px;
        background-position-x: 630px;
        padding-bottom: 60px;
    }
    .ws-hero-wrapper p {
        font-size: 16px;
    }
    .ws-desktop-col {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .ws-desktop-col .header-icon.benefit-icon {
        max-width: 62px;
        margin-left: 65px;
        margin-top: -130px;
    }
    .ws-desktop-row {
        max-width: 1440px;
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }
    .ws-desktop-row h3 {
        max-width: 100%;
        text-align: center;
        font-size: 36px;
    }
    .ws-desktop-row p {
        margin: 0 auto;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 34px;
        max-width: 927px;
        color: #626673;
    }

    .ws-desktop-col h3 {
        text-align: left;
        margin-left: 65px;
    }
    .ws-desktop-col p {
        text-align: left;
        max-width: 375px;
        margin-left: 65px;
    }
    .ws-shifts-wrapper.bg-underlay-2 {
        flex-direction: row-reverse;
        justify-content: space-between;
        background-size: 1358px 888px;
        background-repeat: no-repeat;
        background-position: -400px 1px;
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .ws-shifts-wrapper.bg-underlay-2 p {
        max-width: 343px;
        margin-left: 90px;
    }
    .ws-shifts-wrapper.bg-underlay-2 h3 {
        max-width: 400px;
        font-family: Roboto;
        margin-left: 90px;
        font-style: normal;
        font-weight: normal;
        font-size: 36px;
        line-height: 36px;
    }
    .ws-shifts-wrapper .ws-image-timeline.notification-timeline .timeline-bg {
        margin-left: -70px;
        max-height: 757px;
    }
    .ws-shifts-wrapper
        .ws-image-timeline.notification-timeline
        .timeline-element {
        margin-left: 300px;
        margin-top: -115px;
    }
    .ws-shifts-wrapper
        .ws-image-timeline.notification-timeline
        .timeline-element
        .notification-img {
        width: 334px;
        height: 250px;
    }
    .ws-shifts-wrapper
        .ws-image-timeline.notification-timeline
        .timeline-element:nth-of-type(3) {
        margin-top: 45px;
    }
    .ws-shifts-wrapper
        .ws-image-timeline.notification-timeline
        .timeline-element:nth-of-type(4) {
        margin-top: 65px;
    }
    .ws-shifts-wrapper
        .ws-image-timeline.notification-timeline
        .timeline-element
        .time-head
        .notification-time {
        margin-left: -300px;
        transform: translate(-33px, 118px);
        display: inherit;
        padding-top: 70px;
    }
    .ws-shifts-wrapper
        .ws-image-timeline.notification-timeline
        .timeline-element:nth-of-type(3)
        .notification-time {
        padding-top: 55px;
        transform: translate(-33px, 114px);
    }
    .ws-shifts-wrapper
        .ws-image-timeline.notification-timeline
        .timeline-element:nth-of-type(4)
        .notification-time {
        padding-top: 20px;
        transform: translate(-34px, 111px);
    }

    .bg-underlay-2 .header-icon {
        min-height: 70px;
        min-width: 46px;
        margin-left: 90px;
        padding-top: 0px;
        padding-bottom: 20px;
        margin-top: -100px;
    }
    .ws-shifts-wrapper.ws-sustainable-desktop {
        flex-direction: column;
        justify-content: center;
    }
    .ws-shifts-wrapper.ws-sustainable-desktop img {
        margin: 0 auto;
    }
    .ws-shifts-wrapper.ws-sustainable-desktop h3 {
        max-width: 650px;
        font-size: 36px;

        line-height: 36px;
    }
    .ws-shifts-wrapper.ws-sustainable-desktop p {
        max-width: 613px;
    }
    .ws-shifts-wrapper .img-mask {
        display: none;
    }
    .ws-shifts-wrapper .img-mask-desktop {
        display: block;
        height: 467px;
        width: 454px;
        margin: 0 auto;
    }
    .timeline-sec {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .timeline-sec img {
        display: none;
    }
    .ws-shifts-wrapper .timeline-sec img.desktop-img {
        display: block;
        width: auto;
        max-width: 1169px;
        height: auto;
        flex-basis: 100;
        max-height: 60px;
        margin: 0 auto;
    }
    .ws-shifts-wrapper.steps-sec {
        margin-bottom: -80px;
        padding-bottom: 80px;
    }
    .ws-shifts-wrapper.steps-sec .steps-copy {
        flex-direction: row;
        margin-top: 40px;
        max-width: 1180px;
        margin: 0 auto;
    }
    .ws-shifts-wrapper.steps-sec .steps-copy .step-element {
        width: 230px;
        min-width: 229px;
        margin-top: 30px;
        height: 112px;
        margin-left: 9px;
        margin-top: 30px;
        height: 112px;
        margin-left: 9px;
    }
    .ws-shifts-wrapper.steps-sec .steps-copy .step-element p {
        max-width: 217px;
    }
}
/* Edge cases for behavior near breakpoints */
@media only screen and (min-device-width: 1204px) and (max-device-width: 1329px) {
    .ws-hero-wrapper {
        padding-top: 50px;
        height: 660px;
    }
}
@media only screen and (min-device-width: 1440px) {
    .ws-hero-wrapper {
        background-size: cover;
    }
}
@media only screen and (min-device-width: 900px) and (max-device-width: 960px) {
    .ws-shifts-wrapper .ws-image-timeline .ws-timeline-bg .timeline-bg {
        margin-left: 44vw;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 900px) {
    .ws-shifts-wrapper .ws-image-timeline .ws-timeline-bg .timeline-bg {
        margin-left: 45.4vw;
    }
}
@media only screen and (min-device-width: 698px) and (max-device-width: 810px) {
    .ws-shifts-wrapper .ws-image-timeline .ws-timeline-bg .timeline-bg {
        margin-left: 47.5vw;
    }
}

/* Apple Watch Sleep tracker */

.awst-hero-wrapper {
    font-size: 16px;
    font-family: Roboto;
    height: 640px;
    text-transform: uppercase;
    color: #6f8bff;
    padding-top: 130px;
    padding-bottom: 40px;
    text-align: center !important;
    font-weight: 700;
    text-align: center;
    background-image: url(../images/awst-Main-Header-Image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.awst-hero-wrapper h3 {
    color: #bbf2eb;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    line-height: 26px;
}
.awst-hero-wrapper h1 {
    font-size: 32px;
    color: #fff;
    margin: 0 auto;
    width: 90%;
    font-family: Roboto;
    padding-bottom: 20px;
    font-style: normal;
    font-weight: normal;
}
.awst-hero-wrapper p {
    color: #fff;
    width: 320px;
    margin: 0 auto;
    text-transform: none;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
}
.awst-wrapper.ws-shifts-wrapper.bg-underlay {
    background-image: url(../images/awst-bg-1.svg);
    padding-top: 32px;
    padding-bottom: 22px;
    background-repeat: no-repeat;
    background-size: 482px 617px;
    background-position: top;
    background-position-y: 100%;
}
.awst-tablet-wrap .ws-shifts-wrapper.awst-wrapper.bg-underlay .underlay-header {
    min-width: 250px;
}
.awst-wrapper.ws-shifts-wrapper h3 {
    font-size: 32px;
}

.awst-wrapper .flex-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.awst-wrapper .flex-col .analysis-item {
    max-width: 49%;
    flex-basis: 50%;
    padding-top: 30px;
}
.awst-wrapper .flex-col .analysis-item img {
    height: 110px;
    width: 110px;
}
.awst-wrapper .flex-col p {
    color: #6f8bff;
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 2px;
    text-align: center;
    max-width: 130px;
}
img.watch-render {
    margin-top: 40px;
    height: auto;
    width: auto;
    max-width: 305px;
}
.awst-wrapper.ws-shifts-wrapper.bg-underlay-2 {
    overflow: hidden;
}

.ws-shifts-wrapper.awst-wrapper {
    padding-top: 40px;
}
.awst-wrapper.ws-shifts-wrapper.bg-underlay-2 {
    background-position-y: 550px;
    background-position-x: -296px;
    background-size: 1098px 953px;
    background-image: url(../images/awst-bgimg.svg);
}
.awst-wrapper.ws-shifts-wrapper.bg-underlay-3 {
    background-position-y: 9px;
    background-position-x: -70px;
    padding-top: 60px;
    padding-bottom: 38px;
    background-size: 548px 703px;
    background-image: url(../images/awst-bg-3.svg);
    background-repeat: no-repeat;
}
.awst-wrapper.ws-shifts-wrapper.markers {
    padding: 60px 0;
}
.awst-wrapper .ws-shifts-wrapper p {
    font-family: Roboto;
    color: #626673;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
}
.awst-wrapper.ws-shifts-wrapper.bg-underlay-3 .awst-activity-tagging-img {
    max-height: 493px;
    max-width: 382px;
    height: auto;
    width: auto;
}
.awst-wrapper.ws-shifts-wrapper.bg-underlay-2 .awst-feature-asset-img {
    height: auto;
    width: auto;
    padding-top: 20px;
    max-height: 561px;
    max-width: 333px;
}
.awst-wrapper.ws-shifts-wrapper.bg-underlay-2 .awst-reports-feature-img-mobile {
    height: auto;
    width: auto;
    max-height: 836px;
    margin-left: -198px;
    max-width: 884px;
}
.awst-wrapper.ws-shifts-wrapper.bg-underlay-2 p {
    max-width: 80%;
}
.awst-viz-group:first-of-type {
    padding-top: 40px;
}
.awst-viz-group {
    padding: 11px 0;
}
.awst-tablet-reflow .awst-reports-feature-img {
    display: none;
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
    .awst-tablet.awst-tablet-reflow {
        overflow: hidden;
    }
    .awst-wrapper.ws-shifts-wrapper.bg-underlay-3 {
        overflow: hidden;
    }
    .ws-shifts-wrapper.ws-sustainable-desktop.awst-viz-wrapper {
        overflow: hidden;
    }
    .ws-desktop-col.awst-tablet.awst-tablet-reflow-1 {
        overflow: hidden;
    }
    .awst-wrapper .flex-col {
        justify-content: space-between;
    }
    img.awst-viz-group {
        height: auto;
        width: auto;
        padding: 5px 10px;
        max-width: 100vw;
    }
}

@media only screen and (min-width: 476px) {
    .awst-hero-wrapper {
        background-image: url(../images/awst-madison-lavern-4gcqRf3-f2I-unsplash.jpg);
    }
    .awst-tablet-wrap .ws-shifts-wrapper.awst-wrapper.bg-underlay {
        background-size: 722px 697px;
        padding-bottom: 72px;
        justify-items: center;
        padding: 0px 60px 100px;
        display: flex;
        background-position-x: center;
        background-position-y: -229px;
    }
    .awst-tablet-wrap
        .ws-shifts-wrapper.awst-wrapper.bg-underlay
        .underlay-header {
        padding-top: 100px;
    }
    .awst-wrapper-flow {
        display: flex !important;
        justify-content: space-between;
        flex-direction: column;
    }
    .awst-wrapper .flex-col {
        max-width: 60%;
        overflow: hidden;
        justify-content: space-between;
        margin: 0 auto;
    }
    .awst-wrapper.ws-shifts-wrapper.bg-underlay-2 {
        background-position-y: 270px;
    }
    .awst-wrapper.ws-shifts-wrapper.bg-underlay-3 {
        background-position: right;
        background-size: 879px 754px;
        padding-bottom: 210px;
    }
    .awst-wrapper.ws-shifts-wrapper.markers {
        padding: 10px 0 0;
    }

    .awst-wrapper.awst-wrapper-flow.ws-shifts-wrapper.bg-underlay-2 {
        flex-direction: column !important;
    }
    .awst-wrapper.ws-shifts-wrapper.bg-underlay-2 p {
        max-width: 400px;
    }
    .awst-wrapper.ws-shifts-wrapper.bg-underlay-3 .ws-header {
        padding-top: 20px;
    }
    .awst-tablet-wrap {
        display: flex;
        flex-direction: column !important;
        overflow: hidden;
        width: 100%;
    }
    .awst-tablet.awst-tablet-reflow-1 {
        display: flex;
        flex-direction: row-reverse;
    }
    .awst-tablet.awst-tablet-reflow-1 .awst-reflow-header {
        padding-top: 180px;
        max-width: 350px;
        min-width: 280px;
        padding-right: 30px;
    }
    .awst-tablet-reflow {
        flex-direction: row;
        overflow: hidden;
        width: 100%;
        display: flex;
        align-items: flex-start;
    }
    .awst-tablet-reflow .awst-reports-feature-img-mobile {
        display: none;
    }
    .awst-tablet-reflow .awst-reports-feature-img {
        display: inherit;
        height: auto;
        width: auto;
        max-height: 836px;
        max-width: 884px;
    }
    .awst-reports-feature-header {
        min-width: 270px;
        padding-left: 21px;
        padding-top: 0px;
    }
    .awst-viz-wrapper {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: space-around;
    }
    .viz-img-wrapper {
        max-width: 400px;
        margin: 0 auto;
    }
    .awst-viz-wrapper .awst-viz-header {
        padding-top: 40px;
        margin: 0 auto;
        max-width: 380px;
    }

    .awst-tablet-reflow h3 {
        padding-top: 180px;
    }
    .ws-desktop-col.ws-tablet-head {
    }
}
@media only screen and (min-width: 1200px) {
    .awst-hero-wrapper {
        background-position-y: -250px;
    }
    .awst-wrapper.awst-wrapper-flow.ws-shifts-wrapper.bg-underlay-2 {
        background-size: 1248px 1218px;
        background-position-y: 221px;
        padding-bottom: 0px;
    }
    .awst-tablet-reflow {
        overflow: visible;
        width: 60%;
        justify-content: space-around;
        max-width: 530px;
        padding-top: 80px;
        margin: 0 auto;
    }
    .awst-reports-feature-header {
        padding-left: 22px;
        margin-right: -150px;
    }
    .awst-reports-feature-img {
        margin-left: 120px;
    }
    .viz-img-wrapper {
        max-width: 400px;
    }
    .ws-shifts-wrapper.ws-sustainable-desktop.awst-viz-wrapper {
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 1000px) {
    .ws-shifts-wrapper.ws-sustainable-desktop {
        flex-direction: row;
        margin: 0 auto;
        max-width: 85%;
        align-items: flex-start;
        justify-content: center;
    }
    .ws-shifts-wrapper.ws-sustainable-desktop.awst-viz-wrapper {
        align-content: center;
        align-items: flex-start;
    }
    .awst-tablet-wrap
        .ws-shifts-wrapper.awst-wrapper.bg-underlay
        .underlay-header {
        max-width: 400px;
    }
    .awst-wrapper.ws-shifts-wrapper h3 {
        max-width: 400px;
    }
    .awst-tablet.awst-tablet-reflow-1 {
        margin: 0 auto;
    }
    .awst-wrapper.ws-shifts-wrapper.bg-underlay-3 {
        background-position: left;
        background-size: 905px 761px;
        justify-content: center;
        background-position: center;
        padding-bottom: 200px;
    }
    .awst-viz-wrapper .awst-viz-header {
        padding-top: 90px;
    }
    .awst-wrapper.ws-shifts-wrapper.bg-underlay-3 .underlay-header {
        padding-top: 160px;
        max-width: 500px;
        padding-left: 40px;
    }
    .awst-wrapper.ws-shifts-wrapper.bg-underlay-3 .awst-activity-tagging-img {
        margin-top: 40px;
    }
    .awst-reports-feature-header {
        min-width: 400px;
    }
    .awst-wrapper.ws-shifts-wrapper.markers p {
        max-width: 600px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 300px) {
    .awst-dl {
        position: absolute;
        z-index: 9;
        padding-top: 420px;
        margin-left: calc(100vw - 112vw);
    }
}
@media only screen and (min-width: 375px) {
    .awst-dl {
        position: absolute;
        z-index: 9;
        padding-top: 420px;
        margin-left: calc(100vw - 102vw);
    }
}
@media only screen and (min-width: 475px) {
    .awst-dl {
        display: none;
    }
}
/*------About Us------*/

.temp-headline-spacer {
    margin-top: 140px !important;
}
.about-us-wrapper .about-header,
.about-us-hero-wrapper .about-header {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6f8bff;
    margin: 15px auto;
    text-align: center !important;
    font-weight: 700;
    text-align: center;
}
.about-us-hero-wrapper .about-hero {
    font-size: 43px;
    line-height: 1.1;
    color: #3c3e4a;
    font-weight: 400;
    max-width: 300px;
    text-align: center;
    margin: 0 auto 30px;
}
.about-us-hero-wrapper .subhero {
    margin: 0 auto;
    max-width: 550px;
    color: #626673;
}
.about-us-hero-wrapper .subhero p {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}
.about-us-wrapper p,
.about-us-hero-wrapper p {
    max-width: 90%;
    line-height: 1.4;
    margin: 0 auto;
    text-align: left;
    font-weight: 400;
    color: #626673;
}
.about-sleepwatch-body p {
    margin-bottom: 20px;
}

.about-us-hero-wrapper .arrow-wrapper {
    margin-bottom: -20px;
}

.about-us-hero-wrapper .arrow {
    background: #000;
    height: 1px;
    width: 125px;
    margin: 75px auto;
    position: relative;
    cursor: pointer;
}
.about-us-hero-wrapper .arrow:before,
.about-us-hero-wrapper .arrow:after {
    background: #000;
}

/* Three Image stack grid */
.image-stack-3 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    overflow: visible;
    margin-bottom: 60px;
}
/* Two Image stack grid */
.image-stack-2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    overflow: visible;
    margin: 50px 0;
}
/* Two Image stack grid B */

.image-stack-2-b {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    overflow: visible;
    margin: 50px 0;
    padding: 0 20px;
}
/* Object fit has compatibility issues. We may need to refactor for microsoft edge */
.image-stack-2b_img-1 {
    max-width: 60vw !important;
    grid-column: 1 / 12;
    grid-row: 1;
    z-index: 0;
    min-height: 316px;
    margin-top: 7%;
    object-fit: cover;
}
.image-stack-2b_img-2 {
    max-width: 57vw !important;
    grid-column: 5 / 13;
    grid-row: 1;
    z-index: 1;
    margin-top: 53%;
    object-fit: cover;
}

.image-stack-3 img {
    max-width: 33vw;
    min-height: 200px;
    object-fit: cover;
}
.image-stack-2_img-1 {
    max-width: 40vw !important;
    grid-column: 2 / 11;
    grid-row: 1;
    z-index: 1;
    margin-top: 23%;
    object-fit: cover;

    min-height: 200px;
}
.image-stack-2_img-2 {
    grid-column: 4 / 9;
    max-width: 70vw !important;
    grid-row: 1;
    object-fit: cover;
    z-index: 0;
    min-height: 360px !important;
}

.image-stack-image1 {
    grid-column: 2 / span 8;
    grid-row: 1;
    z-index: 1;
    padding-top: -10%;
}
.image-stack-image2 {
    grid-column: 5 / -1;
    margin-top: 20%;
    grid-row: 1;
    z-index: 2;
}
.image-stack-image3 {
    grid-column: 8 / -1;
    grid-row: 1;
}

.about-subheader {
    text-align: left;
    display: inline-block;
    margin-bottom: 22px;
    margin-right: auto;
    margin-left: 0;
    max-width: 90%;
    font-size: 22px;
    font-weight: 400;
    color: #3c3e4a;
}

.teamlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.teamlist li {
    flex-basis: 45%;
    margin-bottom: 30px;
    display: flex;
    padding: 0 10px;
    flex-direction: column;
    align-content: start;
}
.teamlist li img {
    margin-right: auto;
    object-fit: contain;
    width: 100%;
    height: auto;
}
.teamlist li p {
    color: #6f8bff;
    font-size: 18px;
    margin: 0 !important;
    font-weight: 500;
}
.teamlist li .title {
    color: #626673;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (min-width: 696px) {
    .about-us-hero-wrapper .arrow {
        width: 151px;
        left: 22px;
    }

    .image-stack-3 {
        margin-top: -80px;
    }
    .image-stack-3 img {
        max-width: 31vw;
        margin-left: 1vw;
        min-height: 380px;
        object-fit: cover;
    }
    .about-us-hero-wrapper .arrow-wrapper {
        margin-bottom: 0px;
    }
    .teamlist {
        max-width: 900px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 996px) {
    .image-stack-3 img {
        min-height: 80vh;
    }
    .about-sleepWatch-section {
        max-width: 50vw;
        padding: 60px 20px 0;
        text-align: left;
    }

    .about-sleepWatch-section .about-header {
        text-align: left !important;
    }
    .image-stack-2_img-2 {
        grid-column: 7 / 12;
        max-width: 46vw !important;
        grid-row: 1;
        margin-top: calc(2vw - 510px);
        margin-left: 20px;
        object-fit: cover;
        z-index: 0;
        min-height: 821px !important;
    }
    .image-stack-2_img-1 {
        max-width: 43vw !important;
        grid-column: 1 / 3;
        grid-row: 1;
        margin-left: 20px;
        margin-top: 0;
        z-index: 1;
        object-fit: cover;
        min-height: 620px;
    }
    .about-us-wrapper p,
    .about-us-hero-wrapper p {
        margin-left: 0;
    }
    .our-vision-section {
        max-width: 50vw;
        padding: 20px 20px 0;
        text-align: left;
        margin-left: auto;
        margin-top: -270px;
    }
    .our-vision-section .about-header {
        text-align: left !important;
        margin-left: 0;
    }
    .image-stack-2b_img-1 {
        max-width: 36vw !important;
        grid-column: 3 / 12;
        grid-row: 1;
        z-index: 0;
        min-height: 666px;
        margin-top: 7%;
        object-fit: cover;
    }
    .image-stack-2b_img-2 {
        max-width: 49vw !important;
        grid-column: 5 / 12;
        grid-row: 1;
        z-index: 1;
        margin-left: 51px;
        margin-top: 33%;
        object-fit: cover;
    }
    .leadership-section {
        max-width: 700px;
        margin: 0 auto;
        padding: 40px 0;
    }
    .leadership-section .about-subheader {
        min-width: 100%;
    }

    .teamlist li {
        flex-basis: 20%;
        margin: 20px;
    }
    .sleep-anim-wrapper svg {
        display: inline !important;
    }

    .sleep-anim-wrapper.hands-img-101 svg {
        bottom: 90px;
        left: 80px;
    }
    .sleep-anim-wrapper.biker-img-101 svg {
        bottom: 80px;
    }
    .sleep-anim-wrapper.meditating-img-101 svg {
        bottom: 60px;
        left: 10px;
    }
    .sleep-anim-wrapper.runner-img-101 svg {
        bottom: 100px;
    }
    .sleep-anim-wrapper.diving-img-101 svg {
        bottom: 120px;
        left: 150px;
    }
}
/* Queries for about us 1440px and larger */
@media only screen and (min-width: 1396px) {
    .about-us-hero-wrapper {
        margin: 0 auto;
        padding: 0 60px;
    }
    .about-us-wrapper {
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 60px;
    }
    .image-stack-3 {
        grid-template-columns: repeat(12, 1fr);
    }
    /*.image-stack-3 img {
		max-width: 480px;
		min-height: 90%;
		margin-left: -20px;

	}*/
    .image-stack-3 img {
        max-width: 31vw;
        min-height: 80vh;
        margin-left: 0;
    }
    .about-sleepWatch-section {
        max-width: 50% !important;
    }
    .image-stack-2_img-2 {
        max-width: 100% !important;
        margin-top: -420px;
    }
    .image-stack-2_img-1 {
        max-width: 600px !important;
        min-height: 800px;
    }
    .our-vision-section {
        padding: 0 20px 0;
        margin-top: -290px;
        width: 50%;
    }
    .about-sleepWatch-section {
        padding: 140px 20px 0;
    }
    .image-stack-2b_img-1 {
        max-width: 60% !important;
        min-height: 850px;
        margin-top: 1%;
        grid-column: 2 / 12;
    }
    .image-stack-2b_img-2 {
        max-width: 100% !important;
        grid-column: 5 / 11;
    }
    .about-subheader p {
        line-height: 1.6;
    }
    .leadership-section {
        max-width: 500px;
    }
}
/* Queries for sleep-101 image overlays */

@media only screen and (min-width: 1196px) {
    .sleep-anim-wrapper.hands-img-101 svg {
        bottom: 70px !important;
        left: 50px !important;
    }
    .sleep-anim-wrapper.biker-img-101 svg {
        bottom: 100px !important;
        left: 20px !important;
    }
    .sleep-anim-wrapper.meditating-img-101 svg {
        bottom: 60px !important;
        left: -30px !important;
    }
    .sleep-anim-wrapper.runner-img-101 svg {
        bottom: 100px !important;
        left: 70px !important;
    }
    .sleep-anim-wrapper.diving-img-101 svg {
        bottom: 80px !important;
        left: 90px !important;
    }
}

@media only screen and (min-width: 1296px) {
    .sleep-and-you-sec .benefit-section p {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .sleep-anim-wrapper.hands-img-101 svg {
        bottom: 30px !important;
        left: 40px !important;
    }
    .sleep-anim-wrapper.biker-img-101 svg {
        bottom: 50px !important;
        left: 0px !important;
    }
    .sleep-anim-wrapper.meditating-img-101 svg {
        bottom: 30px !important;
        left: -40px !important;
    }
    .sleep-anim-wrapper.runner-img-101 svg {
        bottom: 80px !important;
        left: 70px !important;
    }
    .sleep-anim-wrapper.diving-img-101 svg {
        bottom: 30px !important;
        left: 90px !important;
    }
}

@media only screen and (min-width: 1396px) {
    .sleep-anim-wrapper.hands-img-101 svg {
        bottom: 10px !important;
        left: 40px !important;
    }
    .sleep-anim-wrapper.biker-img-101 svg {
        bottom: 30px !important;
        left: 0px !important;
    }
    .sleep-anim-wrapper.meditating-img-101 svg {
        bottom: 10px !important;
        left: -40px !important;
    }
    .sleep-anim-wrapper.runner-img-101 svg {
        bottom: 80px !important;
        left: 70px !important;
    }
    .sleep-anim-wrapper.diving-img-101 svg {
        bottom: 30px !important;
        left: 90px !important;
    }
}

@media only screen and (min-width: 640px) {
    .about-us-hero-wrapper .about-hero {
        max-width: 550px;
    }
}
@media only screen and (max-width: 640px) {
    .about-us-hero-wrapper .about-hero {
        font-size: 34px;
    }
}

@media only screen and (max-width: 500px) {
    .about-us-hero-wrapper .subhero {
        max-width: 90%;
    }
}

/* Blog List Elements */
.blog-list-element {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.blog-list-element .hero-img-section {
    background-repeat: no-repeat;
    background: url(../images/stars_night.jpg);
    /* background: url(https://placeimg.com/720/480/nature); */
    min-height: 520px;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
}
.blog-list-element .hero-img-section h1,
.blog-list-element .hero-img-section h1 strike {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    margin: 20px 0;
    justify-self: center;
}

.blog-list-element nav {
    width: 100vw;
    margin-bottom: 30px;
    max-width: 100vw;
    scroll-behavior: smooth;
    position: sticky;
    background: #ffffff;
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 57%,
        rgba(255, 255, 255, 0.8) 96%,
        rgba(255, 255, 255, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 57%,
        rgba(255, 255, 255, 0.8) 96%,
        rgba(255, 255, 255, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 57%,
        rgba(255, 255, 255, 0.8) 96%,
        rgba(255, 255, 255, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    top: 45px;
    z-index: 999;
    overflow-x: auto;
    max-height: 570px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    white-space: nowrap;
}
.blog-list-element nav.menu-center-in-app {
    top: 0px !important;
}
.blog-list-element nav ul {
    display: flex;
    /* border-bottom: 1px solid hsla(0, 0%, 0%, 0.261); */
    flex-direction: row;
    justify-content: flex-start;
    margin: 1px 5vw;
}
.blog-list-element nav ul li {
    color: #6c6c6c;
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.261);
    padding: 25px 25px 30px;
}
.blog-list-element nav ul li a.active {
    transition: color 0.5s ease;
    color: #000 !important;
}
.blog-list-element nav ul li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2.2px;
}

.blog-list-element .section-header h4 {
    color: #6f8bff;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog-list-element .section-header h3 {
    font-size: 33px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 450px;
    margin: 0px auto 20px auto;
    letter-spacing: 0px;
    line-height: 1.2;
}
.blog-list-element .section-header p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 30px;
    line-height: 140%;
}

.most-recent-posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1600px;
    justify-content: space-between;
}

.blog-list-element .mobile-row {
    max-width: 100vw;
    margin: 0 auto;
    position: relative;
    height: auto;
    cursor: pointer;
    margin-bottom: 20px;
}
.blog-list-element .mobile-row img {
    position: relative;
    width: 100%;
    object-fit: cover;
    height: 474px;
    filter: brightness(0.5);
}
.blog-list-element .mobile-row .topic-title {
    position: absolute;
    bottom: 40px;
    text-align: left;
    margin: 0 20px;
}
.blog-list-element .mobile-row .topic-title h2 {
    /*color: #5c72ff;*/
    color: #bbf2eb;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
}
.blog-list-element .mobile-row .topic-title p,
.blog-list-element .mobile-row .topic-title a {
    color: #fff;
    font-size: 32px;
    overflow: hidden;
    line-height: 1.2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.blog-list-element .qa-quote-sec-wrapper {
    margin-top: 40px;
    max-width: 1100px;
}
.blog-list-element .desktop-row-2 {
    display: none;
    cursor: pointer;
    overflow: hidden;
}
.blog-list-element .desktop-row {
    cursor: pointer;
    display: none;
}
.blog-list-element .topic-menu {
    margin-bottom: 20px;
}
.blog-list-element section:last-of-type .topic-menu {
    margin-bottom: -80px;
}
/* Blog Elements */

.blog-element {
    display: flex;
    flex-direction: column;
}
.blog-hero {
    padding: 60px 20px 30px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
}
.blog-hero h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: auto;
    margin-top: 15px;
    color: #bbf2eb;
}
.blog-hero h2 {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    font-size: 28px;
    font-weight: 400;
    margin-top: 0px;
}
.blog-takeaways {
    margin: 20px 20px;
    border: 4px solid #6f8bff;
    text-align: left;
    padding: 20px;
}
.takeaway-header {
    color: #6f8bff;
    margin-top: 10px;
    text-transform: uppercase;
}
.blog-takeaways li {
    margin-bottom: 15px;
    vertical-align: top;
    line-height: 22.4px;
}

/* Article related links element (e.g. tags, section, author) */
.related-links-wrapper {
    margin: 20px auto 0px auto;
    max-width: 1400px;
    text-align: center;
    padding: 0 20px;
}
.related-links-wrapper .related-links,
.related-links-wrapper .related-link {
    font-size: 12px;
    color: #9199a4;
    line-height: 1.5em;
}

/* Copy Blog element */
.copy-element {
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
}
.copy-element h1,
.copy-element h2,
.copy-element h3,
.copy-element h4,
.copy-element h5,
.copy-element h6 {
    font-weight: 400;
    color: #3c3e4a;
    text-align: left;
    margin-bottom: 12px;
    margin-top: 20px;
    width: 100%;
}
.copy-element h1 {
    font-size: 26px;
}
.copy-element h2 {
    font-size: 24px;
}
.copy-element h3 {
    font-size: 20px;
}
.copy-element h4,
.copy-element h5,
.copy-element h6 {
    font-size: 18px;
}
.copy-element p {
    text-align: left;
    margin-bottom: 10px;
    color: #626673;
}
.copy-element p a {
    text-decoration: underline;
    cursor: pointer;
}

.copy-element ul {
    width: 100%;
    text-align: left;
    padding-left: 30px;
}
.copy-element ul li {
    list-style: disc;
}
.copy-element ol {
    text-align: left;
    padding-left: 30px;
}
.copy-element ol li {
    list-style: decimal;
}
/* QA Blog element */
.copy-element .question-element img,
.copy-element .answer-element img {
    border-radius: 50%;
    margin: 10px;
    max-height: 40px;
    max-width: 40px;
    transform: translateX(-10px);
}
.question-element,
.answer-element {
    display: flex;
    flex-basis: 100%;
}
.answer-element {
    margin-bottom: 20px;
}
.question-element .image-wrapper,
.answer-element .image-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    flex-basis: 30px;
}
.question-element p {
    font-weight: 500;
    align-self: center;
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px;
}
.answer-element p {
    text-align: left;
    font-size: 16px;
}

.answer-body p {
    display: flex;
    flex-direction: column;
}
.answer-body p {
    margin-bottom: 10px;
}

.copy-element .blog-image-section,
.copy-element .blog-image-section {
    width: 100%;
}
.copy-element .blog-image-section img,
.copy-element .blog-image-section img {
    object-fit: cover;
    height: auto;
    max-width: 100%;
    margin: 20px 0;
    border-radius: 0%;
}

.qa-quote-sec-wrapper {
    background-color: #d4ddf1;
    margin: 60px 15px;
}
.qa-quote-sec-wrapper-variant {
    background: #f2f4f8 !important;
}
.qa-quote-sec {
    padding-bottom: 40px;
    background-color: #d4ddf1;
    position: relative;
    min-height: 300px;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}
.qa-quote-sec-wrapper-variant .qa-quote-sec {
    background: #f2f4f8 !important;
}
.qa-quote-sec .open-quote {
    top: 42px;
}
.qa-quote-sec .close-quote {
    right: 12px;
    bottom: -68px;
}
.qa-quote-sec .open-quote,
.qa-quote-sec .close-quote {
    font-size: 182px;
    position: absolute;
    color: #6f8bff;
}
.qa-quote-sec h3 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
    color: #6f8bff;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    margin: 40px auto 10px auto;
}
.qa-quote-sec p {
    color: #626673;
    font-size: 24px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    padding: 0px 20px;
    font-size: 24px;
}
.citation-section-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.citation-section {
    background: #d4ddf1;
    padding: 10px 20px;
    margin-top: 30px;
}
.citation-section cite {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}
.citation-section h2 {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 21px;
    letter-spacing: 3px;
    color: #6f8bff;
}
.citation-section li {
    text-align: left;
    margin-bottom: 10px;
    list-style: decimal;
}

.blog-list-element .desktop-row-2 .blog-item h2 {
    font-size: 18px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    font-weight: 500;
}

.blog-list-element .desktop-row-2 .blog-item .read-more-button {
    font-weight: 600;
    text-transform: uppercase;
}

.scroll-menu .related-header {
    display: none;
}
.scroll-menu {
    width: 100%; /**/
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;

    height: auto;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    white-space: nowrap;
}
.scroll-menu::-webkit-scrollbar {
    display: none;
}

.scroll-menu .blog-item {
    max-width: 75vw;
    position: relative;
    cursor: pointer;
    margin: 0px 2vw;
    overflow-wrap: normal;
    white-space: initial;
    display: inline-block;
}
.scroll-menu .blog-item h2 {
    margin-top: 10px;
    color: #6f8bff;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: left;
}

.scroll-menu .blog-item .blog-sub-header {
    font-size: 24px;
    text-align: left;
    display: table;
    color: #4f5260;
}

.scroll-menu .blog-item .blog-list-body {
    display: table;
    min-height: 100px;
}
.scroll-menu .blog-item .blog-list-body span {
    text-align: left;
    font-size: 16px;
    display: inherit;
    color: #4f5260;
    margin-top: 20px;
}
.scroll-menu .blog-item .blog-list-body strong {
    color: #2f313a;
}

.scroll-menu .blog-item .read-more-button {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #3c3e4a;
}

.scroll-menu .blog-item .read-more {
    text-align: left;
    margin-left: 0px;
    text-transform: uppercase;
}

.scroll-menu .blog-item .read-more .arrow-wrapper {
    transform: rotate(0deg);
    bottom: -9px;
    left: 13px;
}
.scroll-menu .blog-item .read-more .arrow-wrapper .arrow {
    background: #3c3e4a;
    width: 45px;
}
.scroll-menu .blog-item .read-more .arrow-wrapper .arrow:before,
.scroll-menu .blog-item .read-more .arrow-wrapper .arrow:after {
    background: #626673;
}

.scroll-menu .blog-item img {
    padding: 20px 0;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 100%;
    height: 234px;
    object-fit: cover;
}

.topic-menu {
    display: flex;
    margin: 20px 0 -30px;
    justify-content: flex-start;
    max-width: 100vw;
    background-color: #d4ddf1;
    overflow-x: auto;
    height: 110px;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    white-space: nowrap;
}

.topic-menu .topic-item:first-of-type {
    border: none;
    min-width: 155px;
    padding: 0 0;
    margin-left: 15px;
}
.topic-menu .topic-item a {
    margin-right: 20px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    white-space: nowrap;
    height: 100%;
    padding: 15px 30px;
}
.topic-menu .topic-item {
    position: relative;
    align-self: center;
    margin: 0 10px;
    text-transform: uppercase;
    color: #a2aab3;
    border: 1px solid #a2aab3;
    border-radius: 10px;
    overflow-wrap: normal;
    white-space: initial;
    display: inline-block;
}
.further-reading-sec {
    display: flex;
    flex-direction: column;
}
::-webkit-scrollbar {
    display: none;
}
/* Blog Queries for Desktop  */
@media only screen and (min-width: 941px) {
    .topic-menu {
        justify-content: center;
    }

    .blog-list-element nav ul {
        justify-content: center;
    }
}

@media only screen and (max-width: 640px) {
    .copy-element .copy-header {
        margin-top: 20px;
    }
    .in-app-content .blog-list-element,
    .in-app-content .blog-element {
        margin-bottom: 80px;
    }
}

@media only screen and (min-width: 641px) {
    /* Do we want to remove Horizontal scrollbars on desktop? */

    .blog-content {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-list-element .desktop-row-2 {
        display: flex;
        width: 49%;
        position: relative;
        margin-bottom: 0px;
    }

    .blog-list-element .desktop-row-2 .blog-item {
        position: absolute;
        color: #fff;
        flex-direction: column;
        pointer-events: none;
        z-index: 99;
        bottom: 0px;
        text-align: left;
        margin: 0 40px;
    }

    .blog-list-element .desktop-row-2 .blog-item .blog-sub-header {
        font-size: 16px;
    }
    .blog-list-element .desktop-row-2 .blog-item .blog-list-body span {
        font-size: 32px;
        text-overflow: ellipsis;
        display: table;
        -webkit-line-clamp: 3; /* number of lines to show */
        -webkit-box-orient: vertical;
    }
    .blog-list-element .desktop-row-2 .blog-item .blog-list-body .sub-summary {
        margin-top: 10px;
    }
    .blog-list-element .desktop-row-2 .blog-item .blog-list-body .sub-summary,
    .blog-list-element
        .desktop-row-2
        .blog-item
        .blog-list-body
        .read-more-button {
        font-size: 16px;
    }
    .blog-list-element .desktop-row-2 img {
        height: 430px;
        object-fit: cover;
        margin: auto auto !important;
        min-width: 100%;
        max-width: 100%;
        transition: all 0.3s linear;
        filter: brightness(0.5);
    }
    .blog-list-element .desktop-row-2 img:hover,
    .blog-list-element .desktop-row-2 img.hover {
        transform: scale(1.1);
    }

    .blog-list-element .desktop-row-2 .arrow {
        width: 50px;
        left: -30px;
        top: -90px;
        margin: 15px auto;
        position: relative;
        transform: rotate(-90deg);
        cursor: pointer;
    }

    .blog-list-element .desktop-row {
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
        width: 100vw;
        text-align: left;
        margin-bottom: 20px;
        height: auto;
        max-height: 520px;
    }
    .blog-list-element .desktop-row div {
        flex-basis: 43%;
    }
    .blog-list-element .desktop-row .blog-item h2 {
        color: #6f8bff;
        margin-bottom: 20px;
        margin-top: 10px;
        letter-spacing: 2.2px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .blog-list-element
        .desktop-row
        .blog-item
        .blog-item-inner-wrapper
        .blog-list-body {
        max-width: 100%;
    }
    .blog-list-element .desktop-row .blog-item .blog-item-inner-wrapper {
        height: auto;
        max-width: 400px;
        margin: auto;

        flex-basis: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    div.most-recent-posts > div:nth-child(3) > div {
        padding-left: 0 !important;
        margin-left: 10px;
    }
    div.most-recent-posts > div:nth-child(3) > div > div {
        margin-left: 0 !important;
    }
    .blog-list-element .desktop-row .blog-item .blog-item-inner-wrapper div {
        margin: 0;
        padding-left: 0;
    }
    .most-recent-posts {
        padding: 0 5vw;
        max-width: 95vw;
    }
    .blog-list-element .desktop-row .blog-item .blog-sub-header {
        font-size: 32px;
        letter-spacing: 1.5px;
        color: #4f5260;
        overflow: visible;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .blog-list-element .desktop-row .blog-item span {
        color: #4f5260;
        font-size: 18px;
        display: inherit;
        padding-top: 15px;
    }
    .blog-list-element .desktop-row .read-more-button {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        color: #3c3e4a;
    }
    .blog-list-element .desktop-row .blog-item .read-more {
        text-align: left;
        margin-left: 0px;
        word-break: break-word;
        text-transform: uppercase;
    }

    .blog-list-element .desktop-row .blog-item .read-more .arrow-wrapper {
        transform: rotate(0deg);
        bottom: -8px;
        left: 3px;
        margin: 0 !important;
        flex-basis: 0 !important;
        object-fit: fill;
        height: 16px !important;
        max-width: 0px !important;
    }
    .blog-list-element
        .desktop-row
        .blog-item
        .read-more
        .arrow-wrapper
        .arrow {
        background: #3c3e4a;
        width: 45px;
        padding-left: 25px;
    }

    .blog-list-element
        .desktop-row
        .blog-item
        .read-more
        .arrow-wrapper
        .arrow:before,
    .blog-list-element
        .desktop-row
        .blog-item
        .read-more
        .arrow-wrapper
        .arrow:after {
        background: #626673;
    }

    .blog-list-element .desktop-row .desktop-img-wrapper img {
        /* height: auto;
		width: auto; */
        margin: auto auto;
        object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 440px;
        transition: all 0.3s linear;
    }
    .blog-list-element .desktop-row .desktop-img-wrapper img:hover,
    .blog-list-element .desktop-row .desktop-img-wrapper img.hover {
        transform: scale(1.1);
    }
    .blog-list-element .desktop-row .desktop-img-wrapper {
        width: 588px;
        height: 440px;
        overflow: hidden;
        flex-basis: 49%;
    }
    .blog-list-element .scroll-menu {
        overflow-x: hidden;
        margin: 0 auto;
        padding-left: 0;
    }
    .blog-list-element .scroll-menu .blog-item,
    .blog-element .scroll-menu .blog-item {
        margin: 0px 1vw;
        max-width: 29vw;
    }

    .blog-list-element .scroll-menu .blog-item img {
        object-fit: cover;
        max-height: 24vw;
        width: 100%;
    }
    .blog-list-element .mobile-row {
        display: none;
        cursor: pointer;
    }
    .citation-section {
        margin-left: 40%;
        margin-right: 5%;
    }
    .blog-element .qa-quote-sec-wrapper {
        margin: 60px 0 60px 5%;
        width: 100%;
    }
    .copy-element {
        width: 60%;
        padding-right: 5%;
        margin: 0;
    }
    .blog-takeaways {
        float: left;
        width: 30%;
        margin: 0px 5%;
    }
    .blog-hero {
        padding-bottom: 10vh;
        margin-bottom: 60px;
    }
    .blog-hero-offset {
        float: left;
        width: 30%;
        margin: 0px 5%;
    }
    .blog-hero-wrapper {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .blog-header-copy {
        max-width: 589px;
        display: flex;
        flex-direction: column;
    }
    .blog-hero h3 {
        margin-bottom: 10px;
    }
    .blog-hero h2 {
        margin-top: 0;
        font-size: 28px;
        font-weight: 400;
        letter-spacing: 2px;
    }
    .qa-quote-sec {
    }
    .further-reading-sec {
        margin: 0 auto;
    }
    .copy-element .blog-image-section img {
        max-width: 100%;
        min-width: 100%;
        max-height: fit-content;
        height: auto;
    }
    .copy-element .qa-blog-image-section img {
        max-width: calc(100% - 80px);
        margin-left: 40px;
        max-height: fit-content;
        height: auto;
    }
    .scroll-menu .related-header {
        display: flex;
        justify-content: center;
        margin: 30px auto;
        text-align: center;
        font-size: 31px;
        font-weight: 500;
        letter-spacing: 1.4px;
    }
    .blog-element .topic-menu {
        margin: 40px 0px 10px;
        order: -1;
        width: 100vw;
    }
    .blog-list-element .topic-menu {
        order: -1;
        margin: 50px 0 10px;
    }

    .scroll-menu .blog-item img:hover,
    .scroll-menu .blog-item img.hover {
        transform: scale(1.1);
    }
    .scroll-menu .blog-item img {
        padding: 0;
        height: 264px;
        transition: all 0.3s linear;
    }
    .scroll-menu .blog-item .blog-img-wrapper {
        overflow: hidden;
        height: 264px;
        max-height: 24vw;
        width: auto;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 750px) and (min-width: 641px) {
    .most-recent-posts {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 850px) and (min-width: 641px) {
    .blog-list-element .desktop-row-2 {
        display: flex;
        position: relative;
        margin-bottom: 0px;
        width: auto;
        margin: 20px auto;
    }
    .blog-list-element .desktop-row-2 .blog-item {
        margin: 0px 20px;
    }
    .blog-list-element .desktop-row div {
        flex-basis: 50%;
    }
    .blog-list-element .desktop-row .blog-item .blog-item-inner-wrapper {
        margin-left: 20px;
    }
    .most-recent-posts {
        padding: 0 0.5vw;
        max-width: 100vw;
    }
}
@media only screen and (min-width: 1068px) {
    .blog-list-element .desktop-row-2 .blog-item {
        bottom: 10px;
    }
    .blog-list-element .desktop-row-2 .blog-item .blog-list-body .sub-summary {
        margin-top: 10px;
    }
    .qa-quote-sec-wrapper {
        width: 70%;
        background-color: #d4ddf1;
        margin: 60px auto;
    }
    .most-recent-posts {
        max-width: 1600px;
    }
    .blog-list-element .desktop-row-2 {
        margin: 20px auto;
    }
    .further-reading-sec .scroll-menu .blog-item,
    .blog-element .scroll-menu .blog-item {
        margin: 0 1%;
        width: 30%;
    }
}
@media only screen and (max-width: 1068px) and (min-width: 850px) {
    .blog-list-element .desktop-row-2 .blog-item {
        margin: 0px 30px;
    }
    .blog-list-element .most-recent-posts > .desktop-row-2:first-child {
        margin: auto;
        margin-bottom: 20px;
    }
    .blog-list-element .desktop-row-2 {
        width: 65%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .blog-list-element .desktop-row-2 .blog-item {
        bottom: 20px;
    }
}
/*------Sleep 101-----*/
.sleep-101-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.sleep-101-wrapper .hero-sec h2 {
    line-height: 1.2em;
}

.sleep-101-wrapper .hero-sec h3 {
    line-height: 1.3em;
}

.sleep-101-wrapper .hero-sec h2,
.sleep-101-wrapper .hero-sec h3 {
    color: #fff;
    max-width: 80%;
}
.sleep-101-wrapper h1 {
    font-size: 26px;
    margin-top: 15px;
    margin: 0px 45px;
    color: #bbf2eb;
}

.sleep-101-wrapper h2 {
    font-size: 43px;
    color: #3c3e4a;
    padding-bottom: 60px;
    /* max-width: 75%; */
    margin: 0 auto;
    line-height: 1em;
}
.sleep-101-wrapper h3 {
    font-size: 42px;
    color: #3c3e4a;
    padding-top: 70px;
}
.arrow-wrapper {
    position: relative;
    display: inline-block;
    transform: rotate(90deg);
}

.learn-more-button {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #3c3e4a;
}

.learn-more {
    text-align: left;
    float: left;
    margin-left: 20px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.learn-more .arrow-wrapper {
    transform: rotate(0deg);
    bottom: -9px;
    left: 13px;
}
.learn-more .arrow-wrapper .arrow {
    background: #3c3e4a;
    width: 45px;
}
.learn-more .arrow-wrapper .arrow:before,
.learn-more .arrow-wrapper .arrow:after {
    background: #626673;
}
.arrow {
    background: #fff;
    height: 1px;
    width: 20vh;
    margin: 15px auto;
    position: relative;
    cursor: pointer;
}
.arrow:before,
.arrow:after {
    content: "";
    background: #fff;
    position: absolute;
    height: 1px;
    width: 6px;
}

.arrow:before {
    right: -2px;
    bottom: -1px;
    transform: rotate(-39deg) translateX(-1px);
}

.arrow:after {
    right: -4px;
    top: -2px;
    transform: rotate(39deg) translateY(2px) translateX(-2px);
}
.did-you-know-sec {
    margin-top: 30px;
    min-height: 300px;
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 30px;
}

.did-you-know-sec .did-you-know-item {
    color: #3c3e4a;
    font-size: 22px;
}

.sleep-101-wrapper strong {
    font-size: 18px;
}

.sleep-101-wrapper h4 {
    font-size: 32px;
}
.sleep-101-wrapper .section-header {
    font-size: 34px;
    color: #3c3e4a;
}
.sleep-101-wrapper .benefit-header {
    margin: 20px auto;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6f8bff;
    font-weight: 700;
    text-align: center;
}
.sleep-101-wrapper .benefit-header.wrap-reset {
    white-space: normal;
}
.sleep-101-wrapper p {
    color: #626673;
    font-size: 18px;
    max-width: 90%;
    line-height: 1.7;
    font-weight: 400;
    margin: 30px auto;
}
.sleep-101-wrapper hr {
    border-top: 1px solid #c6c9cc;
    margin: 0 auto;
    align-self: center;
    width: 78%;
}
.hero-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 40px;
    min-height: 90vh;
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)
        ),
        url(../images/cozy_morning_sheets.jpg) no-repeat right center;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-sec h3 {
    font-size: 17px;
    font-weight: 400;
    margin: 30px auto;
}
.benefit-wrapper .benefit-section .cta-btn {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
    display: grid;
}
.benefit-wrapper .benefit-section .getBtn,
.best-sleep-header .getBtn {
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    margin-top: 20px;
    width: 70%;
    max-width: 220px;
    z-index: 999;
}
.icon-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-basis: 70%;
    padding: 0 45px;
    margin: 0 auto;
}
.icon-container > li {
    flex: 0 0 25.1%;
    height: 100px;
    width: 85px;
    background-position: center;
    margin: 10px 5px;
    background-repeat: no-repeat;
}
.icon_brain_health {
    background-image: url(../images/icon_brain_health.svg);
    transform: scale(1.2);
    background-repeat: no-repeat;
}

.icon_heart_health {
    background-image: url(../images/icon_heart_health.svg);
    transform: scale(1.2);
    background-repeat: no-repeat;
}
.icon_immune_fortification {
    background-image: url(../images/icon_immune_fortification.svg);
    transform: scale(1.2);
    background-repeat: no-repeat;
}
.icon_muscle_repair {
    background-image: url(../images/icon_muscle_repair.svg);
    transform: scale(1.2);
    background-repeat: no-repeat;
}

.icon_weight_loss {
    background-image: url(../images/icon_weight_loss.svg);
    transform: scale(1.2);
    background-repeat: no-repeat;
}
.icon_supplements {
    background-image: url(../images/icon_supplements.svg);
    transform: scale(1.2);
    background-repeat: no-repeat;
}
.icon_sleep_gear {
    background-image: url(../images/icon_sleep_gear.svg);
    transform: scale(1.2);
    background-repeat: no-repeat;
}
.icon_supplements {
    background-image: url(../images/icon_supplements.svg);
    transform: scale(1.2);
    background-repeat: no-repeat;
}
.icon_relaxation_techniques {
    background-image: url(../images/icon_relaxation_techniques.svg);
    transform: scale(1.2);
    background-repeat: no-repeat;
}
.icon_food {
    background-image: url(../images/icon_food.svg);
    transform: scale(1.2);
    background-repeat: no-repeat;
}
.icon_fitness {
    background-image: url(../images/icon_fitness.svg);
    transform: scale(1.2);
    background-repeat: no-repeat;
}
.icon_environment {
    background-image: url(../images/icon_environment.svg);
    transform: scale(1.2);
    background-repeat: no-repeat;
}
.icon_alcohol {
    background-image: url(../images/icon_alcohol.svg);
    transform: scale(1.2);
    background-repeat: no-repeat;
}
.icon_activities {
    background-image: url(../images/icon_activities.svg);
    transform: scale(1.2);
    background-repeat: no-repeat;
}

.benefit-img-101 {
    background-size: contain;
    object-fit: cover;
    padding: 20px;
    max-width: 950px;
    background-position: center;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
    height: 400px;
}

.sleep-anim-wrapper {
    position: relative;
}
.sleep-anim-wrapper svg {
    display: none;
    position: absolute;
    -webkit-animation: ripple 9s linear infinite;
    animation: ripple 9s linear infinite;
    opacity: 0;
}

.sleep-anim-wrapper svg:nth-child(2) {
    animation-delay: 2s;
}
.sleep-anim-wrapper svg:nth-child(3) {
    animation-delay: 4s;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.85);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.9;
    }
    50% {
        -webkit-transform: scale(0.4);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.85);
        opacity: 0;
    }
}

.hands-img-101 {
    background-size: contain;
    object-fit: cover;
    padding: 20px;
    background-position: center;
    width: 100%;
    height: 400px;
}

.sleep-and-you-sec .sleep-affectors {
    margin-top: 110px;
    max-width: 70%;
}

.sleep-and-you-sec .benefit-header {
    margin: 0 auto 0 auto;
}

.sleep-and-you-sec .section-header {
    padding: 20px 0 10px 0 !important;
}

.icon-container.sleep-affectors-list {
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
    max-width: 1000px;
}
.sleep-affectors-list.icon-container li:nth-child(even) {
    border-bottom: 1px solid #d1d1d1;
}
.sleep-affectors-list.icon-container li:nth-child(odd) {
    border-right: 1px #d1d1d1 solid;
    border-bottom: 1px #d1d1d1 solid;
}
.sleep-affectors-list.icon-container li:nth-child(n + 7) {
    border-bottom: none;
}
.sleep-affectors-list.icon-container li {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin: 0;
    width: auto;
    justify-content: space-between;
    flex-basis: 50%;
}
.sleep-affectors-list.icon-container li > img {
    height: 90px;
    width: 115px;
    margin: 40px 20px 10px;
}
.sleep-affectors-list.icon-container li > p {
    margin: 0 auto;
    color: #6f8bff;
    padding-bottom: 35px;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
}
.icon-101 {
    height: 115px;
    width: 115px;
}
.cdc-quote-sec-wrapper {
    background-color: #131621;
    margin-top: 60px;
    margin-bottom: 60px;
}
.cdc-quote-sec {
    background-color: #131621;
    position: relative;
    min-height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto;
}
.sleep-101-wrapper .sleep-and-you-sec h2 {
    font-size: 43px;
    padding: 20px 0;
    line-height: 45px;
    color: #3c3e4a;
}
.sleep-101-wrapper .sleep-and-you-sec a.learn-more {
    font-size: 24px;
    display: inherit;
    text-align: left;
    font-weight: 500;
    max-width: 90%;
    margin: 0 auto;
    margin-left: 20px;
}
.cdc-quote-sec .open-quote {
    top: 42px;
}
.cdc-quote-sec .close-quote {
    right: 12px;
    bottom: -68px;
}
.cdc-quote-sec .open-quote,
.cdc-quote-sec .close-quote {
    font-size: 182px;
    position: absolute;
    color: #6f8bff;
}
.cdc-quote-sec p {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 0px 58px;
    font-size: 22px;
}

.cdc-quote-sec .cdc-attr {
    letter-spacing: 0.1em;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    display: inherit;
    text-transform: uppercase;

    color: #bbf2eb;
}
.best-sleep-header h2 {
    color: #3c3e4a;
    max-width: 500px;
    font-size: 43px;
    padding-bottom: 0;
    font-weight: 700;
    line-height: 1em;
}
.sleep-is-made-section {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}
.sleep-is-made-section p {
    text-align: left;
}
.sleep-and-you-sec {
    padding-top: 50px;
    background: rgb(239, 241, 246);
    background: linear-gradient(
        180deg,
        rgba(239, 241, 246, 1) 0%,
        rgba(255, 255, 255, 1) 30%,
        rgba(255, 255, 255, 1) 100%
    );
}
.sleep-and-you-sec h2 {
    padding-bottom: 0;
    text-align: center;
}

.sleep-and-you-sec p {
    color: #626673;
    text-align: left;
    margin: 20px auto 30px;
    font-weight: 400;
    font-size: 18px;
}
.sleep-101-wrapper h2.sleep-affectors {
    padding-bottom: 30px;
    padding-top: 70px;
    line-height: 1em;
    max-width: 780px;
}

/* Sleep 101 Queries */
@media only screen and (min-width: 900px) {
    .did-you-know-sec p {
        min-width: 324px;
    }
}

@media only screen and (min-width: 996px) {
    .sleep-and-you-sec .benefit-section.benefit-sec-runner p:last-of-type,
    .sleep-and-you-sec .benefit-section.benefit-sec-hands p:last-of-type {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 996px) {
    .benefit-img-101 {
        object-fit: cover;
        width: calc(50% - 40px);
        margin: auto 0;
        min-width: 530px;
        min-height: 550px;
    }
    .benefit-section:nth-of-type(even) {
    }
    .benefit-section {
        padding: 40px 20px;
        padding-top: 60px;
        flex-basis: 46.7%;
        z-index: 999;
        cursor: pointer;
        pointer-events: all;
        display: flex;
        flex-direction: column;
    }
    .benefit-intro {
        margin-left: auto;
        margin-right: auto;
        max-width: 50%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .sleep-and-you-sec .benefit-intro p {
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center;
    }
    .benefit-section .benefit-header {
        white-space: nowrap;
        margin-bottom: 20px !important;
    }
    .benefit-section h2 {
        text-align: left;
    }
    .benefit-section > p {
        text-align: left;
        max-width: 650px;
        margin-left: 20px;
    }
    .benefit-wrapper {
        display: flex;
        margin: 0 auto;
        max-width: 1400px;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .benefit-wrapper .benefit-section a.learn-more {
        margin-left: 20px;
        display: block;
    }

    .benefit-wrapper .benefit-section a.learn-more .arrow-wrapper {
    }
    .benefit-sec-hands {
        order: 2;
    }
    .benefit-sec-biker {
        order: 3;
    }
    .benefit-sec-meditating {
        order: 6;
    }
    .benefit-sec-runner {
        order: 7;
    }
    .benefit-sec-diving {
        order: 10;
    }
    .benefit-wrapper .hands-img-101 {
        order: 1;
    }
    .biker-img-101 {
        order: 4;
    }
    .meditating-img-101 {
        order: 5;
    }
    .runner-img-101 {
        order: 8;
    }
    .diving-img-101 {
        order: 9;
    }
    .cdc-quote-sec .open-quote,
    .cdc-quote-sec .close-quote {
        font-size: 310px;
    }
    .cdc-quote-sec .open-quote {
        top: 72px;
    }
    .cdc-quote-sec .close-quote {
        right: 12px;
        bottom: -98px;
    }

    .cdc-quote-sec-wrapper {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    .best-sleep-wrapper {
        display: flex;
        flex-wrap: wrap;
        max-width: 1400px;
        margin: 0 auto;
    }
    .best-sleep-header h2 {
        max-width: none;
        text-align: left;
        margin-left: 15px;
    }
    .best-sleep-wrapper .best-sleep-header p {
        text-align: left;
        margin-left: 20px;
        margin-top: 10px;
        max-width: 640px;
    }
    .best-sleep-header {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        max-width: 49.9%;
        order: -1;
    }
    .best-sleep-wrapper > img {
        max-width: 29.9%;
        max-height: 400px;
        margin: 0 auto;
    }
    .best-sleep-wrapper .hands-img-101 {
        background-size: contain;
        padding: 30px;
        max-width: 50%;
        max-height: 550px;
    }
}

@media only screen and (max-width: 696px) {
    .cdc-quote-sec p {
        padding: 0 0;
        font-size: 25px;
    }

    .cdc-quote-sec .cdc-attr {
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 696px) {
    .sleep-affectors-list.icon-container li:nth-child(even) {
        border-bottom: none;
    }
    .sleep-affectors-list.icon-container li:nth-child(odd) {
        border-right: none;
        border-bottom: none;
    }
    .sleep-affectors-list.icon-container li img {
        height: 90px;
        margin: 15px auto;
        width: 90px;
    }
    .sleep-affectors-list.icon-container li {
        flex-basis: 49%;
    }
    .hero-sec {
        background: linear-gradient(
                0deg,
                rgba(0, 0, 0, 0.6),
                rgba(0, 0, 0, 0.2),
                rgba(0, 0, 0, 0.1)
            ),
            url(../images/cozy_morning_sheets.jpg) no-repeat right center;
        background-position: center right;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (min-width: 696px) {
    .sleep-101-wrapper .hero-large-callout {
        font-size: 42px;
    }

    .sleep-101-wrapper .hero-secondary-callout {
        max-width: 600px !important;
    }
    .sleep-101-wrapper .hero-sec > h1 {
        padding-top: 30px;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.1em;
    }
    .sleep-101-wrapper .hero-sec > h2 {
        max-width: 1000px;
        padding-bottom: 15px;
    }
    .sleep-101-wrapper .hero-sec > h3 {
        font-size: 18px;
        font-weight: 400;
        max-width: 290px;
    }
    .did-you-know-sec {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .did-you-know-sec p {
        flex-basis: 22%;
        margin: 0 auto;
    }
    .did-you-know-sec h4 {
        flex-basis: 100%;
    }
    .sleep-101-wrapper .did-you-know-sec > hr {
        transform: rotateZ(90deg);
        margin-bottom: 80px;
        width: 190px;
    }
    .icon-container > li {
        flex-basis: auto;
    }
    .sleep-and-you-sec {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .sleep-and-you-sec .benefit-header:first-of-type {
        flex-basis: 100%;
        max-height: 40px;
        margin: 0px auto 0px auto;
    }

    .sleep-and-you-sec .icon-container li {
        margin: 20px 25px;
    }
    .sleep-and-you-sec p {
        text-align: left;
        margin-bottom: 40px;
        margin-left: 20px;
    }
    .sleep-and-you-sec p:nth-of-type(2) {
        flex-basis: 100%;
        max-height: 130px;
    }

    .sleep-and-you-sec .icon-101 {
        margin: 0px auto 20px auto;
    }

    .sleep-affectors-list.icon-container li {
        flex-basis: 25%;
    }

    .sleep-affectors-list.icon-container li:nth-child(even) {
        border-bottom: none;
    }
    .sleep-affectors-list.icon-container li:nth-child(odd) {
        border-right: none;
        border-bottom: none;
    }
    .sleep-affectors-list.icon-container li:nth-child(-n + 4) {
        border-bottom: 1px solid #d1d1d1;
    }

    .sleep-affectors-list.icon-container li:nth-child(n + 5) {
        border-right: 1px solid #d1d1d1;
    }
    .sleep-affectors-list.icon-container li:nth-child(-n + 3) {
        border-right: 1px solid #d1d1d1;
    }
    .sleep-affectors-list.icon-container li:last-of-type {
        border-right: none;
    }
}

/*------BLOG LIST------*/

.main-blog-list * {
    font-size: 18px;
}

.main-blog-list article .entry-title {
    text-align: center;
}

.main-blog-list article .entry-title a {
    font-size: 1em;
}

.main-blog-list article .meta-above-title,
.main-blog-list article .meta-below-title {
    text-align: center;
}

.main-blog-list article .meta-below-title .entry-byline,
.main-blog-list article .meta-below-title .entry-morefrom {
    display: block;
}

.excerpt-thumb a {
    overflow: hidden;
    width: 100%;
    display: block;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
    .excerpt-thumb a {
        height: 200px;
    }
}

@media only screen and (min-width: 641px) {
    .excerpt-thumb a {
        height: 300px;
    }
}

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

.entry-content .p-summary {
    padding-left: 20px;
    padding-right: 20px;
}

.entry-content .entry-more-link {
    padding-left: 20px;
    padding-right: 20px;
}

.entry-footer {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    display: none;
}

.blog-list {
    max-width: 700px;
    margin: 0 auto 0 auto;
}

.blog-list article,
.blog-item article {
    padding-top: 2em;
    padding-bottom: 2em;
}

.blog-list h1 a {
    text-decoration: none;
    color: rgba(31, 31, 31, 1);
    font-weight: bold;
}

.blog-list .entry-more-link a {
    color: #0866b2;
    text-decoration: underline;
}

.blog-list .meta-below-title a,
.blog-list .meta-above-title a,
.blog-list .entry-tags a {
    text-decoration: none;
}

.blog-list .entry-more-link a:before {
    content: "Read More";
}

.blog-list .entry-more-link a:after {
    content: " \279D";
}

/*-----BLOG DETAIL------*/

.main-blog-item * {
    font-size: 18px;
}

.blog-item {
    max-width: 700px;
    display: flex;
    margin: 0 auto 0 auto;
}

.blog-item h1 {
    text-align: center;
}

.blog-item h1 a {
    text-decoration: none;
    color: rgba(31, 31, 31, 1);
    font-size: 1em;
}

.blog-item .meta-above-title {
    text-align: center;
}

.blog-item .meta-above-title,
.blog-item .meta-below-title {
    text-align: center;
}

.blog-item .meta-below-title .entry-byline,
.blog-item .meta-below-title .entry-morefrom {
    display: block;
}

.blog-item .meta-below-title a,
.blog-item .meta-above-title a,
.blog-item .entry-tags a {
    text-decoration: none;
}

.blog-item .entry-content p,
.blog-item .entry-content h1,
.blog-item .entry-content h2,
.blog-item .entry-content h3,
.blog-item .entry-content h4,
.blog-item .entry-content h5,
.blog-item .entry-content h6 {
    padding-left: 20px;
    padding-right: 20px;
}

.blog-item .entry-content h2 {
    font-size: 20px;
}

.blog-item .entry-content h3,
.blog-item .entry-content h4,
.blog-item .entry-content h5,
.blog-item .entry-content h6 {
    font-size: 16px;
}

.blog-item .entry-content a {
    color: #0866b2;
    text-decoration: underline;
}

.blog-item .entry-footer {
    display: block !important;
    margin-top: 2em;
}

.blog-item .entry-footer p,
.blog-item .entry-footer span,
.blog-item .entry-footer a {
    font-size: 14px;
}

.blog-item .entry-content p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog-list-filter-wrapper {
    max-width: 700px;
    margin: 0 auto 0 auto;
}

.blog-list-filter {
    font-size: 34px;
    text-align: left;
    padding-top: 1em;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.blog-item .entry-content ul,
.blog-item .entry-content ol {
    margin-left: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.blog-item .entry-content ul li {
    list-style-type: disc !important;
    padding-bottom: 0.5em;
}

.blog-item .entry-content ol li {
    list-style-type: decimal;
    padding-bottom: 0.5em;
}

/** TERMS OF SERVICE & PRIVACY **/

.legal {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.legal h1 {
    font-size: 32px;
}

.legal h2 {
    font-size: 20px;
    font-family: Roboto Condensed !important;
}

.legal a {
    color: #0866b2;
    text-decoration: underline;
}

/** 404 **/

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

/** Charge Watch **/

.charge-watch [class*="sqs-col"] .sqs-block {
    padding-left: 17px !important;
    padding-right: 17px !important;
}

.charge-watch {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
    text-align: left;
}

.charge-watch a {
    color: #0866b2;
    text-decoration: underline;
}

.charge-watch p {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

/** Does Apple Watch Track Sleep **/

.does-watch-track-sleep {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.does-watch-track-sleep a {
    color: #0866b2;
    text-decoration: underline;
}

/*** Help Center ***/

.help-center-sections {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.help-center-sections li {
    display: block;
    float: left;
    box-sizing: border-box;
}

.help-center-sections li a {
    display: block;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    color: #0866b2;
    text-decoration: none;
    border: 1px solid #0866b2;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
}

@media only screen and (min-width: 1000px) {
    .help-center-sections li {
        width: 31%;
    }
}

@media only screen and (min-width: 641px) {
    .help-center-sections li {
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
    .help-center-sections li {
        width: 100%;
    }
}

.help-center-sections li a:hover {
    background: #0c2e67;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.support-content {
    text-align: left;
    margin-bottom: 2em !important;
    padding-left: 20px;
    padding-right: 20px;
}

.support-content p {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.help-center-main h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 1em;
}

@media only screen and (max-width: 640px) {
    .sleep-101-wrapper .sleep-and-you-sec h2 {
        font-size: 34px;
    }
    .sleep-101-wrapper h1 {
        font-size: 16px;
        padding-top: 20px;
        letter-spacing: 0.1em;
    }
    .sleep-101-wrapper h2 {
        padding-bottom: 0;
        font-size: 34px;
    }
    .sleep-101-wrapper .benefit-header {
        margin-bottom: 5px;
    }
}

.support-content h2 {
    font-size: 20px;
    font-weight: normal !important;
    font-family: Roboto Condensed !important;
}

.support-content ul {
    margin-left: 2em;
}

.support-content a {
    color: #0866b2;
    text-decoration: underline;
}

/** Password Reset **/

.password-reset {
    text-align: left;
    margin-top: 2em !important;
    margin-bottom: 2em !important;
    padding-left: 20px;
    padding-right: 20px;
}

.password-reset h1 {
    font-family: "Roboto Condensed" !important;
    font-weight: bold;
}

/*** Support Article List **/

.help-center-breadcrumbs {
    text-align: left;
    padding-left: 20px;
    padding-top: 1em;
    padding-bottom: 2em;
}

.help-center-breadcrumbs * {
    font-size: 14px;
}

.help-center-breadcrumbs a {
    text-align: left;
    color: #0866b2;
    text-decoration: underline;
}

.support-article-list-filter {
    font-size: 34px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    margin-top: 0px;
    text-align: left !important;
}

.support-article-list {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.support-article-list a {
    color: rgb(81, 81, 81);
    text-decoration: none;
    font-size: 16px;
}

.support-article-list a:hover {
    color: #0866b2;
    text-decoration: underline;
}

.support-article-list ul {
    margin-left: 0px !important;
}

.support-article-list h2 a {
    text-decoration: none;
    color: rgba(50, 50, 50, 1);
    font-weight: bold;
    font-size: 20px;
}

.support-article-list h2 a:hover {
    text-decoration: underline;
    color: #0866b2;
}

.support-article-list li {
    padding-top: 1em;
}

.support-article-categories h2 {
    margin-bottom: 0px;
}

.support-articles li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #b8b8b8;
}

.help-center-main {
    margin-top: 1em !important;
}

.support-article-category-list-item {
    float: left;
    box-sizing: border-box;
    display: block;
}

@media only screen and (min-width: 900px) {
    .support-article-category-list-item {
        width: 50%;
    }

    .support-article-category-list-item-inner {
        padding-right: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 899px) {
    .support-article-category-list-item {
        width: 100%;
    }

    .support-article-category-list-item-inner {
        padding-right: 0px;
        padding-bottom: 35px;
    }
}

/** CTA-sec **/

.cta-sec {
    display: flex;
    position: relative;
    margin-top: 30px;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    min-height: 500px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)),
        url(../images/cta_mobile_bg.jpg) no-repeat right center;
    background-size: cover;
    background-blend-mode: color-dodge;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.cta-wrapper {
    display: block;
    height: auto;
    width: auto;
}
.cta-sec.cta-premium {
    margin-top: 0;
}
.cta-sec .cta-header-row {
    width: 100%;
    z-index: 2;
}
.cta-sec .cta-copy-column {
    display: flex;
    margin-left: 37%;
    margin-bottom: 33%;
    align-items: center;
    flex-direction: column;
    align-self: center;
}

.cta-sec .cta-copy-column svg {
    height: 120px;
    width: 160px;
    z-index: 2;
}
.cta-sec .sleepwatch-iphone {
    height: 520px;
    position: absolute;
    width: 290px;
    object-fit: cover;
    left: -76px;
    top: 112px;
}
.cta-sec .cta-header-row > p {
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 10px auto;
    font-size: 15px;
    max-width: 100%;
    line-height: 1.7;
    letter-spacing: 0px;
    padding: 0 10px;
}

.cta-sec .cta-header-row > h2 {
    color: #fff;
    padding-top: 20px;
    display: inline-block;
    flex-basis: 100%;
    min-width: 100%;
    padding-bottom: 0;
    font-size: 34px;
    margin: 10px auto 10px;
    height: 20px;
}
.cta-sec .cta-copy-column .getBtn {
    background-color: #bbf2eb;
    color: #1b2d43;
    max-width: 220px;
    font-size: 21px;
    margin: 0 auto;
    height: 43px;
    z-index: 2;
    line-height: 43px;
    padding: 0 10px;
    min-width: 200px;
}

@media only screen and (max-width: 696px) {
    .cta-sec > h2 {
        font-size: 34px;
    }
    .cta-sec .cta-copy-column .cta-header-row {
        display: none;
    }
}

@media only screen and (min-width: 696px) {
    .cta-sec {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 80px;
        margin-bottom: 0;
        max-height: 400px;
        justify-content: center;
        padding: 40px 0 0;
        background: linear-gradient(
                0deg,
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.8)
            ),
            url(../images/cta_desktop_bg.jpg) no-repeat;
        object-fit: cover;
        /* background-position: center center; */
        background-position: right 0px bottom 0px;
        background-size: cover;
    }

    .cta-sec .sleepwatch-iphone {
        display: flex;
        position: inherit;
        max-width: 290px;
        object-fit: cover;
        top: -50px;
        left: 0px;
    }

    .cta-sec .cta-img-wrapper {
        position: relative;
        flex-basis: 25%;
        margin-left: 3%;
    }

    .cta-sec .cta-copy-column {
        display: flex;
        flex-basis: 25%;
        margin-left: 50px;
        min-width: 420px;
        margin-bottom: 0%;
        align-items: center;
        flex-direction: column;
        align-self: auto;
    }

    .cta-sec .cta-copy-column svg {
        margin-right: auto;
    }
    .cta-sec .cta-copy-column .getBtn {
        margin-left: 0;
    }
    .cta-sec .cta-copy-column .cta-header-row {
        display: block;
        text-align: left;
    }

    .cta-sec .cta-header-row > h2 {
        font-size: 42px;
    }

    .cta-sec .cta-copy-column .cta-header-row p {
        text-align: left;
        font-size: 18px;
        padding: 0;
    }
    .cta-sec .cta-header-row {
        display: none;
    }

    .cta-sec p {
        max-width: 570px;
    }
    .cta-sec > .getBtn {
        max-width: 240px !important;
    }
}

@media only screen and (min-width: 696px) and (max-width: 709px) {
    .cta-sec .cta-img-wrapper {
        margin-left: -2% !important;
    }
}
@media only screen and (max-width: 500px) {
    .cta-sec {
        padding: 0 20px;
    }
    .cta-sec .cta-header-row > p {
        padding: 0;
    }

    .cta-sec .cta-copy-column {
        margin-left: 38%;
        margin-bottom: 45%;
        margin-top: -30px;
    }
}
@media only screen and (min-width: 696px) and (max-width: 863px) {
    .cta-sec .cta-copy-column {
        margin-left: 0;
    }
    .cta-sec .cta-img-wrapper {
        margin-left: 0;
    }
}
@media only screen and (min-width: 1441px) {
    .cta-sec {
        padding: 40px 20%;
    }
}

/** Support Article Detail **/

.support-article-item {
    max-width: none !important;
    display: block !important;
}

.support-article-item .support-article-footer a {
    color: #0866b2;
    text-decoration: underline;
    font-size: 16px !important;
}

.support-article-item .support-article-footer h3 {
    font-size: 16px !important;
}

.support-article-item h1 {
    font-size: 34px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    margin-top: 0px;
}

.support-article-item article {
    padding-top: 0px !important;
}

.support-article-item footer {
    padding-bottom: 3em;
}

.support-content footer ul {
    margin-left: 0px !important;
}

/*** 404 Error page ****/

.not-found-content {
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 20px;
    padding-right: 20px;
}

.not-found-content h1 {
    text-align: center;
    font-size: 32px;
}

.not-found-content-inner {
    max-width: 300px;
    margin: 0 auto 0 auto;
}

.not-found-content-inner a {
    color: #0866b2;
    text-decoration: underline;
}
.ios-android-navbar a {
    border-style: none !important;
    margin: unset !important;
    padding: unset !important;
}
/* 
.ios-android-navbar a:hover {
    all: unset;
}

.ios-android-navbar a:hover {
    background: none;
    color: inherit;
    text-decoration: none;
    border: none;
} */

.ios-android-navbar {
    all: initial !important;
    height: 42px !important;
    width: 155px !important;
    display: grid !important;
    grid-template-columns: 50% 50% !important;
}

.ios-android-navbar-left {
    all: initial !important;
    border-style: solid !important;
    border-width: 3px 2px 3px 3px !important;
    border-radius: 20px 0 0 20px !important;
    height: 35px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.ios-android-navbar-right {
    all: initial !important;
    border-style: solid !important;
    height: 35px !important;
    border-width: 3px 3px 3px 1.5px !important;
    border-radius: 0 20px 20px 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.ios-android-navbar-left img {
    all: initial !important;
    height: 25px !important;
    width: auto !important;
    padding-top: 3px !important;
}

.ios-android-navbar-right img {
    all: initial !important;
    height: 25px !important;
    width: auto !important;
    padding-top: 3px !important;
}

.cta-root-link-container {
}
