/* Order Grid */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

.row:after,
.row:before {
    display: inline-block !important
}

strong {
    font-weight: 700
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

iframe,
img,
svg {
    vertical-align: middle
}

a {
    text-decoration: none
}

section {
    clear: both;
    overflow: hidden
}

* {
    box-sizing: border-box
}



p,
ul {
    font-size: 18px;
    margin: 20px 0 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4
}

.text.left {
    text-align: left
}

.text.center {
    text-align: center
}

.text.right {
    text-align: right
}

.text.light {
    font-weight: 100
}

.text.bold {
    font-weight: 700
}

.text.blue {
    color: #3b77bd
}

.text.source-sans {
    font-family: museo-sans, sans-serif
}

.text.uppercase {
    text-transform: uppercase
}

.text.italic {
    font-style: italic
}

.text.underline {
    text-decoration: underline
}

.text.lead {
    font-size: 24px
}

.text.follow {
    font-size: 14px !important
}

input,
input[type=text],
select {
    width: 100%;
    border: 1px solid #959595;
    padding: 12px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px
}

select,
select#cc_month,
select#cc_year,
select#state {
    color: #a9a9a9;
    padding: 11px;
    background-color: #fff;
    height: 43px;
    margin: 0 0 10px;
    color: #000 !important
}

#checkout-button,
#survey-button,
button {
    background-color: #de1c4b;
    border-radius: 5px;
    font-family: museo-sans, sans-serif;
    box-sizing: border-box;
    color: #fff !important;
    border: none;
    box-shadow: 0 4px 0 #962906;
    width: 100%;
    display: block;
    text-align: center;
    padding: 16px 0;
    font-size: 28px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 4px
}

#checkout-button:hover,
#survey-button:hover,
a.cta-btn:hover,
button:hover {
    box-shadow: 0 2px 0 #962906;
    position: relative;
    top: 2px;
    text-decoration: none
}

select.valid {
    color: #000 !important
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: museo-sans, sans-serif
}

#container {
    height: auto !important;
    margin: 0 auto -240px;
    min-height: 100%
}

.push {
    clear: both;
    height: 240px
}

#content {
    margin: 0 auto;
    padding: 0;
    background-color: #fff
}

.wrap {
    max-width: 972px;
    overflow: visible;
    padding: 0 10px
}

.row,
.wrap {
    margin: 0 auto
}

.row {
    width: 100%;
    zoom: 1;
    overflow: hidden
}

.row:after,
.row:before {
    display: table;
    content: ""
}

.row:after {
    clear: both
}

.column {
    float: left
}

.column,
.column.alpha {
    margin: 0 3.7037037037% 10px 0
}

.column.omega,
.column.single {
    margin: 0 0 10px
}

.column.one {
    width: 4.9382716049%
}

.column.two {
    width: 13.5802469136%
}

.column.three {
    width: 22.2222222222%
}

.column.four {
    width: 30.8641975309%
}

.column.five {
    width: 39.5061728395%
}

.column.six {
    width: 48.1481481481%
}

.column.seven {
    width: 56.7901234568%
}

.column.eight {
    width: 65.4320987654%
}

.column.nine {
    width: 74.0740740741%
}

.column.ten {
    width: 82.7160493827%
}

.column.twelve {
    width: 100%
}

.hidden {
    display: none !important;
    visibility: hidden
}

header[role=banner] {
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 20px 0 30px 0;
    background: #005696 !important
}

header[role=banner] .logo img {
    max-width: 375px;
    width: 100%
}

header[role=banner] .icons ul {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    top: 10px
}

header[role=banner] .icons li {
    display: inline-block;
    color: #000;
    font-size: 18px;
    padding: 0 15px
}

header[role=banner] .icons li .icon {
    display: inline-block;
    width: 30px;
    height: 22px;
    padding-left: 10px;
    position: relative;
    top: 8px
}

header[role=banner] .icons li .icon.leaf {
    background: url(https://resources.healthydirections.com/resources/web/shared/img/icon-leaf-white.png) 0 0 no-repeat
}

header[role=banner] .icons li .icon.phone {
    background: url(https://resources.healthydirections.com/resources/web/shared/img/icon-phone-white.png) 0 0 no-repeat
}

footer[role=contentinfo] {
    padding-top: 30px;
    height: auto;
    min-height: 240px;
    margin: auto;
    position: relative;
    overflow: hidden
}

footer[role=contentinfo] .hd-badges {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    margin-bottom: 40px
}

footer[role=contentinfo] .hd-badges .hd-badge {
    position: relative;
    min-height: 140px
}

footer[role=contentinfo] .hd-badges .hd-badge img {
    max-width: 100px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

footer[role=contentinfo] .terms ul {
    text-align: center;
    margin: 10px auto;
    padding-left: 0
}

footer[role=contentinfo] .terms ul li {
    display: inline-block;
    color: #09f;
    list-style: none;
    width: auto;
    margin: 0 !important
}

footer[role=contentinfo] .terms ul li a {
    width: auto;
    color: #09f !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: 12px;
    text-decoration: none
}

footer[role=contentinfo] .call-order {
    background: #ccc;
    padding: 10px 20px;
    border-radius: 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

footer[role=contentinfo] .legal {
    margin-bottom: 20px
}

footer[role=contentinfo] .follow {
    font-size: 14px !important
}

@media screen and (max-width:748px) {
    footer[role=contentinfo] .hd-badges {
        grid-template-columns: repeat(4, 1fr) !important
    }
}

#error-message,
.warn,
span.red {
    color: red
}

#error-message {
    display: inline-block
}

label.warn[for=tos] {
    display: none
}

label.warn {
    display: block;
    margin-bottom: 10px
}

input.warn,
select.warn {
    border-color: red;
    margin-bottom: 0 !important
}

.hidden {
    display: none !important;
    visibility: hidden
}

@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

#ss,
.active-ingredients,
.doctor,
.dual-release,
.five-star-2,
.good-z-pointer,
.have-you-ever,
.offer,
.restorative-sleep,
.results,
.say-enough,
.science-backed,
.sleep-problem {
    font-family: museo-sans, sans-serif;
    padding: 30px 0 40px
}

#ss p,
#ss ul,
.dual-release p,
.dual-release ul,
.five-star-2 p,
.five-star-2 ul,
.good-z-pointer ul,
.have-you-ever p,
.have-you-ever ul .good-z-pointer p,
.restorative-sleep p,
.restorative-sleep ul,
.science-backed p,
.science-backed ul,
.sleep-problem p,
.sleep-problem ul {
    font-weight: 400;
    font-size: 20px
}

#ss .cta-btn,
.dual-release .cta-btn,
.five-star-2 .cta-btn,
.offer .cta-btn,
.promise .cta-btn,
.restorative-sleep .cta-btn,
.results .cta-btn,
.results-are-in .cta-btn,
.say-enough .cta-btn,
.science-backed .cta-btn,
.sleep-problem .cta-btn {
    display: contents
}

#ss .cta-btn button,
.dual-release button,
.five-star-2 .cta-btn button,
.offer .cta-btn button,
.promise .cta-btn button,
.restorative-sleep button,
.results .cta-btn button,
.results-are-in .cta-btn button,
.say-enough .cta-btn button,
.science-backed .cta-btn button,
.sleep-problem .cta-btn button {
    background-color: #f5460d !important;
    box-shadow: 0 4px 0 #83112c;
    max-width: 420px;
    width: 100%;
    padding: 16px 30px;
    margin: 20px auto 40px auto !important
}

.sub-title {
    color: #084a9e
}

h2.blue-callout {
    font-weight: 900;
    color: #084a9e
}

h3.blue-callout {
    font-weight: 900;
    color: #084a9e
}

p.blue-callout {
    font-weight: 900;
    color: #084a9e
}

.five-star-2 {
    background: url(https://resources.healthydirections.com/resources/web/whit/lp/1120-whit-lp-rne/1120-whit-lp-restful-night-galaxy-bg.jpg) center 0 no-repeat !important;
    min-height: inherit !important;
    background-size: cover !important
}

.five-star-2 .wrap h2 {
    color: #fff;
    font-weight: 700
}

.five-star-2 .wrap h3 {
    color: #fff
}

.five-star-2 .wrap p {
    color: #fff
}

.dual-release {
    background: url(https://resources.healthydirections.com/resources/web/whit/lp/1120-whit-lp-rne/1120-whit-lp-restful-night-pills-section-bg.jpg) no-repeat -200px center !important;
    min-height: inherit !important;
    background-size: cover !important
}

.dual-release .pill-d {
    max-width: 250px
}

.results-are-in {
    background: #005696;
    background-size: cover;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.results-are-in .wrap {
    max-width: 972px
}

.results-are-in p {
    color: #fff
}

.results-are-in .wrap h1 {
    font-weight: 600;
    font-size: 55px;
    font-style: normal;
    line-height: 70px;
    color: #fff
}

.results-are-in .wrap h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
    color: #fff
}

.results-are-in .wrap h3 {
    font-weight: 100;
    color: #fff
}

.results-are-in .wrap img.moons {
    max-width: 500px;
    width: 100%;
    margin-top: 0
}

.results-are-in .wrap img.bottle {
    max-width: 500px;
    width: 100%;
    margin-top: 0
}

.good-z-pointer {
    background: #005696;
    align-items: center;
    justify-content: center;
    color: #fff
}

section .good-z-pointer .wrap h3 {
    font-weight: 100;
    text-align: center;
    color: #fff
}

.active-ingredients {
    background-color: #f2f2f2
}

.active-ingredients img {
    max-width: 400px;
    padding: 10px 0
}

.offer {
    background-color: #fff;
    background-size: cover;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center
}

.offer .wrap {
    max-width: 972px
}

.offer .wrap h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 52px
}

.offer .wrap h3 {
    font-weight: 300;
    font-size: 48px;
    line-height: 52px
}

.offer .wrap img.bottle {
    max-width: 500px;
    width: 100%;
    margin-top: 0
}

.doctor {
    background-color: #f2f2f2;
    background-size: cover;
    min-height: 300px;
    align-items: center;
    justify-content: center
}

.doctor .wrap {
    max-width: 972px
}

.doctor .wrap h3 {
    font-weight: 300;
    font-size: 48px;
    line-height: 52px
}

.doctor .wrap img {
    max-width: 500px;
    width: 100%;
    margin-top: 0
}

.micetype {
    font-size: 9px;
    color: #363636
}

.restorative-sleep .wrap ul li {
    background: url(https://resources.healthydirections.com/resources/web/whit/lp/1120-whit-lp-rne/1120-whit-lp-restful-night-checkmark-black.png) no-repeat 0 6px !important;
    list-style: none;
    padding-left: 40px;
    font-weight: 300;
    font-style: normal
}

.science-backed .alpha p.lead,
.science-backed .omega p.lead {
    color: #084a9e
}

.science-backed .alpha img,
.science-backed .omega img {
    max-width: 458px;
    width: 100%
}

.science-backed .omega p.lead {
    margin-bottom: 40px
}

@media screen and (max-width:748px) {
    .science-backed .omega p.lead {
        margin-bottom: 10px
    }
}

@media screen and (max-width:748px) {
    .results .wrap .rainbow {
        display: none
    }

    .results .wrap .wrap-grid {
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        grid-column-gap: 20px !important
    }

    .results .wrap .wrap-grid .row .result {
        margin-bottom: 3px
    }
}

.formulated .alpha img {
    max-width: 220px;
    width: 100%
}

.say-enough {
    background-color: #f4f4f4
}

.say-enough .omega img {
    margin-top: 20px !important;
    max-width: 420px;
    width: 100%
}

@media screen and (max-width:748px) {
    .say-enough .omega {
        display: none
    }
}

.promise {
    background-color: #005696;
    color: #fff !important
}

.promise h1 {
    color: #fff
}

.promise .hd-icons {
    margin-top: 20px
}

.promise .hd-icons img {
    max-width: 100px;
    width: 100%
}

.promise .hd-icons .flag img {
    margin-top: 20px
}

.promise .hd-icons .flag p {
    margin-top: 35px
}

@media screen and (max-width:748px) {
    .promise .hd-icons .two {
        width: 30.8641975309% !important
    }

    .promise .hd-icons .two:nth-child(3),
    .promise .hd-icons .two:nth-child(6) {
        margin: 0
    }

    .promise .hd-icons .two:nth-child(4) {
        clear: both
    }
}

.offer {
    background-color: #fff
}

#ss {
    overflow: hidden;
    margin-bottom: 0
}

#ss #straight-sale {
    max-width: 768px;
    width: 100%;
    padding: 10px 10px 5px;
    margin: 20px auto 0;
    background: rgba(0, 0, 0, .125);
    overflow: hidden;
    border-radius: 5px;
    display: block !important
}

#ss #straight-sale .ss-header {
    background: #000915;
    color: #fff;
    font-size: 24px;
    padding: 10px 0
}

#ss #straight-sale form {
    padding: 0
}

#ss #straight-sale form .option {
    padding: 0 20px;
    margin-bottom: 10px;
    transition: background-color .25s ease;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .25)
}

#ss #straight-sale form .option:hover {
    background: #398df5;
    background: radial-gradient(circle, #398df5 0, #004294 100%);
    color: #fff
}

#ss #straight-sale form .option p {
    margin: 5px 0 0;
    font-size: 30px
}

#ss #straight-sale form .option .row {
    margin-top: -20px;
    display: flex;
    align-items: center
}

#ss #straight-sale form .option .row .alpha,
#ss #straight-sale form .option .row .beta,
#ss #straight-sale form .option .row .omega {
    margin: 0 !important;
    width: 33.33%
}

#ss #straight-sale form .option .row .alpha {
    height: 180px;
    overflow: visible
}

#ss #straight-sale form .option .row .alpha img {
    margin-top: -10px;
    max-width: 200px;
    width: 100%
}

#ss #straight-sale form .option .row .beta {
    padding-right: 20px;
    text-align: center
}

#ss #straight-sale form .option .row .beta p {
    font-size: 22px;
    font-weight: 100;
    margin: 0
}

#ss #straight-sale form .option .row .beta p:first-child {
    font-weight: 600;
    line-height: 20px
}

#ss #straight-sale form .option .row .beta p:nth-child(2) {
    font-size: 30px
}

#ss #straight-sale form .option .row .beta p:nth-child(3) {
    font-weight: 600;
    line-height: 14px
}

#ss #straight-sale form .option .row .omega button {
    color: #fff !important;
    background-color: #3e9217 !important;
    box-shadow: 0 4px 0 #347214
}

#ss #straight-sale form .option .row .omega p {
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0 0;
    background-color: #efcb2e
}

#ss #straight-sale form .option.two {
    background: #398df5;
    background: radial-gradient(circle, #398df5 0, #004294 100%);
    color: #fff
}

#ss #straight-sale .option-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#ss #straight-sale .option-select button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 10px 10px 10px 10px;
    background-color: rgba(0, 0, 0, .125);
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 0 rgba(0, 0, 0, .25);
    color: #2f2f2f !important;
    font-size: 20px;
    line-height: 22px
}

#ss #straight-sale .option-select button img {
    display: block;
    margin-right: 10px
}

#ss #straight-sale .option-select button:hover {
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .25)
}

#ss #straight-sale .option-select button.active {
    background-color: #fff
}

@media screen and (max-width:748px) {
    #ss #straight-sale form .option {
        padding: 0 10px 10px
    }

    #ss #straight-sale form .option .row {
        display: block;
        margin-top: -10px
    }

    #ss #straight-sale form .option .row .four.alpha {
        margin-bottom: 0 !important;
        height: auto;
        width: 40%
    }

    #ss #straight-sale form .option .row .four.alpha img {
        margin-top: 0
    }

    #ss #straight-sale form .option .row .four.beta {
        padding: 0 0 0 10px !important;
        text-align: left;
        width: 50%
    }

    #ss #straight-sale form .option .row .four.beta p:nth-child(3) {
        font-size: 16px
    }

    #ss #straight-sale form .option .row .four.omega {
        width: 100%
    }

    #ss #straight-sale form .option .row .four.omega p {
        display: none
    }
}

#survey-form {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: rgba(37, 37, 37, .75);
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    color: #000;
    z-index: 999999
}

#survey-form button#survey-button {
    font-size: 20px;
    background-color: #f60
}

.white-text {
    color: #000
}

@media screen and (max-width:748px) {

    .column.alpha,
    .column.eight,
    .column.five,
    .column.four,
    .column.nine,
    .column.omega,
    .column.one,
    .column.seven,
    .column.single,
    .column.six,
    .column.ten,
    .column.three,
    .column.twelve,
    .column.two {
        width: 100%
    }



    header[role=banner] .logo {
        text-align: center;
        padding: 0
    }

    header[role=banner] .omega {
        text-align: center
    }

    header[role=banner] .omega ul {
        padding-left: 0
    }
}


/* Page code----------------------------- */
html {
    scroll-behavior: smooth;
}

body {
    font-family: open-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .foco {
    font-family: foco, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.cta {
    margin: auto;
    background-color: #f5460d;
    border-radius: 5px;
    transition: position 0.1s ease, background-color 0.3s ease;
    box-shadow: 0 4px 0 #962906;
    width: 100%;
    display: block;
    text-align: center;
    padding: 16px;
    font-size: 28px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 4px;
    color: white;
    border: solid 1px #f43400;
    position: relative;
}
.cta:hover {
    background-color: #ff5527;
}
.cta:active {
    box-shadow: 0 2px 0 #962906;
    top: 2px;
    background-color: #f43400;
}
@media  screen and (min-width: 600px) {
    .cta {
        padding: 16px 30px;
        width: auto;
        transition: background-color 0s ease;
    }
}
.badges-grid {
    display: grid;
    -ms-grid-columns: repeat(2, 4fr); 
    grid-template-columns: repeat(2, 4fr);
    justify-items: center;
}
@media  screen and (min-width: 400px) {
    .badges-grid {
        grid-template-columns: repeat(3, 3fr);
    }
}
@media  screen and (min-width: 600px) {
    .badges-grid {
        -ms-grid-columns: repeat(4, 2fr); 
        grid-template-columns: repeat(4, 2fr);
    }
}
.slide-in-left {
	-webkit-animation: slide-in-left 0.8s ease-in-out both;
	        animation: slide-in-left 0.8s ease-in-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-5-27 14:1:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}
@keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}

.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-6-15 10:11:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
 @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  


.any-age {
    background: url(https://media.healthydirections.com/fit-in/2880x1274/production/media/2270/0620-dsin-lp-veu-any-age.jpg);
    background-size: cover;
    background-position: center;
}

.pill-bg {
    /* background: rgba(0,86,150,1); */
    background: radial-gradient(circle, rgba(0,86,150,0.1) 0%, rgba(0,86,150,0.6) 100%), url(https://media.healthydirections.com/fit-in/946x932/production/media/2274/0620-dsin-lp-veu-pill-bg.png), radial-gradient(circle, rgba(0,160,225,1) 0%, rgba(0,86,150,1) 100%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.price-info{padding:10px}#ss,.breathe,.breathe-post,.experience,.formulated,.hero,.hero-post,.offer,.promise,.results,.say-enough{font-family:Source Sans Pro,sans-serif;padding:30px 0 40px}#ss p,#ss ul,.breathe p,.breathe ul,.breathe-post p,.breathe-post ul,.experience p,.experience ul,.formulated p,.formulated ul,.hero p,.hero ul,.hero-post p,.hero-post ul,.offer p,.offer ul,.promise p,.promise ul,.results p,.results ul,.say-enough p,.say-enough ul{font-weight:400;font-size:20px}#ss .survey-1,.breathe .survey-1,.breathe-post .survey-1,.experience .survey-1,.formulated .survey-1,.hero .survey-1,.hero-post .survey-1,.offer .survey-1,.promise .survey-1,.results .survey-1,.say-enough .survey-1{display:contents}#ss .survey-1 button,.breathe .survey-1 button,.breathe-post .survey-1 button,.experience .survey-1 button,.formulated .survey-1 button,.hero .survey-1 button,.hero-post .survey-1 button,.offer .survey-1 button,.promise .survey-1 button,.results .survey-1 button,.say-enough .survey-1 button{background-color:#de1c4b!important;box-shadow:0 4px 0 #83112c;max-width:360px;width:100%;padding:16px 30px;margin:20px auto 4px}.sub-title{color:#084a9e}.testimonial-noImage{padding:0;margin-bottom:0}.testimonial-noImage .rating{margin-bottom:10px}.testimonial-noImage .rating img{width:200px;margin-left:40px}.testimonial-noImage blockquote{padding-left:30px;border-left:6px solid rgba(0,0,0,.125)}.testimonial-noImage blockquote p{margin:0}.testimonial-noImage blockquote p:before{content:'"';position:absolute;margin-left:-.4em}.testimonial-noImage blockquote p:after{content:'"'}.testimonial-noImage .meta{margin-left:40px}.testimonial-noImage .meta span{margin:0 10px}s,strike{text-decoration:none;position:relative;display:inline-block}s:after,strike:after{content:"";position:absolute;bottom:0;left:0;border-top:2px solid red;height:45%;height:calc(50% - 1px);width:100%}.ss-area{background:#f4f4f4;height:auto;overflow:hidden;padding:0 0 30px}.hero{background:url("https://resources.healthydirections.com/resources/web/sin/lp/1022-sin-lp-oqp-max-image/hero-bg.jpg") center 0 no-repeat;background-size:cover;min-height:540px;display:flex;align-items:center;justify-content:center}.hero .wrap{max-width:972px}.hero .wrap h1{font-weight:600;font-size:72px;line-height:74px;color:#de1c4b}.hero .wrap h2{font-weight:600;font-size:48px;line-height:52px;color:#084a9e}.hero .wrap .bottle img{max-width:360px;width:100%;margin-top:90px}.hero .wrap ul{font-size:1.425em;line-height:1.425em;padding-left:0}.hero .wrap ul li{background:url(/images/lung-support/bullet.png) no-repeat 0 6px!important;list-style:none;padding-left:40px}@media screen and (max-width:748px){header[role=banner]{height:200px}.hero{background:url("https://resources.healthydirections.com/resources/web/sin/lp/1022-sin-lp-oqp-max-image/hero-bg.jpg") center 0 no-repeat;min-height:inherit;background-size:cover}.hero .wrap h1{margin:0!important;font-size:48px;line-height:52px}.hero .wrap h2{margin:0!important;font-size:36px;line-height:40px}.hero .wrap .bottle img{margin-top:20px}}.hero-post .row img{border-radius:5px;max-width:360px;width:100%}.experience p.lead{color:#084a9e}.experience img{max-width:458px;width:100%;margin:0 auto;display:block}.breathe{padding-bottom:0!important;background-color:#e5f2f9}.breathe .alpha img{margin-top:20px;max-width:150px;width:100%}.breathe .omega p.lead{color:#084a9e}.breathe-post{padding-top:0!important;background:#e5f2f9;background:linear-gradient(#e5f2f9,#a5d7f4)}.breathe-post .alpha h2{color:#084a9e;margin-bottom:0}.breathe-post .alpha h3{color:#084a9e;margin-top:0}.breathe-post .omega img{max-width:360px;width:100%}.results{background:url(/images/lung-support/0620-sin-lp-adv-lung-bronchial-stack-chart-bkg-d.jpg) 50% no-repeat;background-size:cover}.results,.results .wrap{position:relative}.results .wrap .rainbow{position:absolute;top:180px;left:0;z-index:999999}.results .wrap h2,.results .wrap p{color:#000}.results .wrap .wrap-grid{width:100%;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr)!important;grid-column-gap:20px!important}.results .wrap .wrap-grid .row{align-self:end}.results .wrap .wrap-grid .row .result{margin-bottom:10px;min-height:92px;padding:10px;overflow:hidden;display:flex;align-items:center}.results .wrap .wrap-grid .row .result img{width:60px;position:absolute}.results .wrap .wrap-grid .row .result p{font-weight:600;font-size:16px;line-height:18px;margin:0 0 0 80px!important}.results .wrap .wrap-grid .row .result.yellow{background-color:#eaa813}.results .wrap .wrap-grid .row .result.blue{background-color:#1196d5}.results .wrap .wrap-grid .row .result.green{background-color:#1d9b07}.results .wrap .wrap-grid .row .result.red{background-color:#c31230}.results .wrap .wrap-grid .row .result.pink{background-color:#cc06b0}.results .wrap .wrap-grid .row .result.purple{background-color:#771c7d}@media screen and (max-width:748px){.results .wrap .rainbow{display:none}.results .wrap .wrap-grid{width:100%;margin:0 auto;display:grid;grid-template-columns:repeat(1,1fr)!important;grid-column-gap:20px!important}.results .wrap .wrap-grid .row .result{margin-bottom:3px}}.formulated .alpha img{max-width:220px;width:100%}.say-enough{background-color:#f4f4f4}.say-enough .rating img{max-width:160px!important}.say-enough .row img{margin-top:20px!important;max-width:420px;width:100%}.promise{background-color:#de1c4b;color:#fff!important}.promise h1{color:#fff}.promise .hd-icons{margin-top:20px}.promise .hd-icons img{max-width:90px;width:100%}.promise .hd-icons .flag img{margin-top:20px}.promise .hd-icons .flag p{margin-top:30px}@media screen and (max-width:748px){.promise .hd-icons .two{width:30.8641975309%!important}.promise .hd-icons .two:nth-child(3),.promise .hd-icons .two:nth-child(6){margin:0}.promise .hd-icons .two:nth-child(4){clear:both}.promise .hd-icons .two p{font-size:15px}}.offer{background-color:#084a9e;color:#fff}.offer h2{margin:20px 0}.offer h3{margin-top:0}.offer img{max-width:200px;width:100%}.offer .gnc-logo img{margin-top:20px;max-width:180px;width:100%}#ss{padding-bottom:0;overflow:hidden;margin-bottom:0}#ss #straight-sale{max-width:768px;width:100%;margin:20px auto 0;background:#fff;overflow:hidden;border-radius:2px;display:block!important;padding:0;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.325);box-shadow:1px 1px 2px rgba(0,0,0,.325)}#ss #straight-sale .ss-header{background:#c41230;color:#fff;font-size:32px;padding:10px 0}#ss #straight-sale .triangle{width:0;height:0;border-left:28px solid transparent;border-right:28px solid transparent;border-top:20px solid #c41230;margin:auto}#ss #straight-sale form{padding:10px}#ss #straight-sale form img{max-height:200px;display:block;margin:0 auto}#ss #straight-sale form p{font-size:22px;font-weight:100;margin:0 0 10px 0}#ss #straight-sale form select{color: #f1560d!important;font-weight:700;font-size:18px;line-height:18px}#ss #straight-sale form .summary{font-size:24px;font-weight:100}#ss #straight-sale form .summary .text .rule{width:80px;border-top:1px solid #cdcdcd;margin:10px auto;display:block}#ss #straight-sale form .summary .text .savings-value{color:red}#ss #straight-sale form .summary .text .subtotal-value,#ss #straight-sale form .summary .text .your-subtotal{font-size:48px;line-height:48px;font-weight:400;color:#000}#ss #straight-sale form .summary .text .one-time{font-size:16px;display:block;font-weight:400;margin-bottom:10px}#ss #straight-sale form #shipping_value{text-transform:uppercase}#ss #straight-sale form .option{padding:0 20px;margin-bottom:10px;transition:background-color .25s ease;border-radius:5px;background-color:rgba(0,0,0,.125);overflow:hidden;box-shadow:1px 1px 2px rgba(0,0,0,.25)}#ss #straight-sale form .option:hover{background:#398df5;background:radial-gradient(circle,#398df5 0,#004294 100%);color:#fff}#ss #straight-sale form .option p{margin:5px 0 0;font-size:30px}#ss #straight-sale form .option .row{margin-top:-20px;display:flex;align-items:center}#ss #straight-sale form .option .row .alpha,#ss #straight-sale form .option .row .beta,#ss #straight-sale form .option .row .omega{margin:0!important;width:33.33%}#ss #straight-sale form .option .row .alpha{height:180px;overflow:visible}#ss #straight-sale form .option .row .alpha img{margin-top:-10px;max-width:200px;width:100%}#ss #straight-sale form .option .row .beta{padding-right:20px;text-align:center}#ss #straight-sale form .option .row .beta p{font-size:22px;font-weight:100;margin:0}#ss #straight-sale form .option .row .beta p:first-child{font-weight:600;line-height:20px}#ss #straight-sale form .option .row .beta p:nth-child(2){font-size:30px}#ss #straight-sale form .option .row .beta p:nth-child(3){font-weight:600;line-height:14px}#ss #straight-sale form .option .row .omega button{color:#fff!important;background-color:#c41230!important;box-shadow:0 4px 0 #9d0d25}#ss #straight-sale form .option .row .omega p{font-size:16px;color:#fff;border-radius:5px;padding:5px 10px;margin:10px 0 0;background-color:#f5460d}#ss #straight-sale form .option.two{background:#398df5;background:radial-gradient(circle,#398df5 0,#004294 100%);color:#fff}@media screen and (max-width:748px){#ss #straight-sale form .option{padding:0 10px 10px}#ss #straight-sale form .option .row{display:block;margin-top:-10px}#ss #straight-sale form .option .row .four.alpha{margin-bottom:0!important;height:auto;width:40%}#ss #straight-sale form .option .row .four.alpha img{margin-top:0}#ss #straight-sale form .option .row .four.beta{margin:25px 0 0!important;padding:0 0 0 10px!important;text-align:left;width:60%}#ss #straight-sale form .option .row .four.beta p:nth-child(3){font-size:16px}#ss #straight-sale form .option .row .four.omega{margin-top:-10px!important;width:100%}#ss #straight-sale form .option .row .four.omega p{display:none}}#survey-form{width:100%;position:fixed;bottom:0;background-color:rgba(37,37,37,.75);height:auto;overflow:hidden;padding:10px 0;color:#fff;z-index:999999}#survey-form button#survey-button{font-size:20px;background-color:#f60}