/* @import "../fonts/fonts.css"; */
@import "header.css";
@import "icons.css";

:root {
    --blue: #029fd8;
    --dark-blue: #242c5c;
    --light-blue: #bde3ff;
    --yellow: #f9d147;
    --orange: #ff7e4f;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; 
}

body {
    background: #ffffff;
    font-family: 'Jost', Helvetica, sans-serif;;
    color: #242C5C;
    overflow-x: hidden;
    -webkit-text-stroke: 0.7px;
}

header {
    background-color: var(--blue);
}

.font_title {
    font-family: 'Figtree'; 
}

li strong, p strong {
    color: #242C5C;
}

.small_font_title {
    font-family: 'Jost'; 
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.9px;
    text-transform: uppercase; 
    display: inline-block;
}

.bg-orange {
    background: var(--orange);
    color: var(--dark-blue);
}

.center-banner p {
    font-family: 'Figtree'; 
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
    line-height: 35px; /* 129.63% */
    text-transform: uppercase; 
    color: #242C5C;
}

.paragraph_title {
    font-size: 48px;
font-style: normal;
font-weight: 900;
line-height: 55px; /* 114.583% */
letter-spacing: 0.48px;
text-transform: uppercase; 
color: #242C5C;
font-family: 'Figtree';
}

.bright_cove_video > p {
    color: var(--dark-blue);
    font-family: 'Jost';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; 
}

.font_italic_bold {
    font-family: 'Jost'; 
    color: #002FAC;
}

.figtreeblack_italic_bold {
    font-family: 'Figtree'; 
    color: #002FAC;
}

.section {
    padding: 90px 240px;
}

#about.section {
    padding: 90px 110px;
}

#symptoms.section {
    padding: 90px 130px;
}


.copd-footer.section {
    padding: 65px 52px;
}

.bg-light {
    background: #f4f4f4;
}

.bg-dark {
    background: #464646;
}

.bg-dark  * {
    color: #ffffff;
}

.bg-dark-blue {
    background: var(--dark-blue);
}

.bg-dark-blue  * {
    color: #ffffff;
}

.br {
    display: block;
}

.form-check {
    display: flex;
}

.form-check-input[type="checkbox"] {
    border-radius: .25em;
    margin-right: 1rem;
}

.form-check label {
    display: inline-block;
}

.form .btn {
    margin-top: 1rem;
    color: #ffffff;
    border-radius: 6px;
    border: 1px solid;
    background-color: #6a6a6a;
    text-align: center;
}

.form .btn:hover {
    opacity: 0.5;
}

.form input:focus {
    outline: none;
    border-color: #ccc;
    box-shadow: none;
}

.vidplaceholder:hover {
    opacity: 0.5;
    cursor: pointer;
}

.h1,h1 {
    margin-top: 0;
}

.rounded-bordered {
    border-radius: 24px;
    border: 4px solid #002FAC;
    padding: 55px;
}

.rounded-bordered:after {
    content: '';
    display: block;
    clear: both;
}

p {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; 
}

footer p {
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 40px; 
}

footer .container {
    width: 95vw;
}

.wrapper {
    padding-top: 85px;
}

.bg-light-blue {
    background-color: var(--light-blue);
}

.bg-blue {
    background-color: var(--blue);
}

.full-width {
    width: 100%;
}

.btn {
    text-align: center;
    color: #fff;
    background-color: var(--dark-blue);
    display: block;
    padding: 0;
    margin: 0.5rem auto;
    text-transform: uppercase;
    border-radius: 0.5rem;
}

#pledge .btn {
    height: auto;
    padding: 24px 20px; 
    border-radius: 15px;
    font-family: 'Jost';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    letter-spacing: 1.1px;
    text-transform: uppercase; 
    max-width: none;
    margin: 40px 0;
}

#pledge .btn:hover {
    background-color: #161C3F;
}

#pledge .btn.show-share {
    max-width: 140px;
    margin: 0 auto;
}

#pledge * {
    color: #fff;
}

.share-social {
    display: none;
}

.share-social.show {
    display: flex!important;
align-items: center;
gap: 40px; 
justify-content: center;
}

.bg-qoute {
    background-image:url('../img/bg_desktop.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 59vw;
    position: relative;
}

.qoute-box {
    display: flex;
    padding: 45px 60px;
    flex-direction: column;
    align-items: center;
    gap: 22.5px;
    border-radius: 18px;
    border: 2.25px solid var(--primary-skyblue, #01AEEF);
    background: var(--primary-navyblue, #242C5C);
    width: 634.5px;
    position: absolute;
    left: 4rem;
    top: 20rem;
}

.qoute-box > * {
    color: #fff;
}

.qoute-box p {
    color: var(--primary-white, #FFF);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px; /* 120.833% */
    margin: 1rem 0;
}

.qoute-author {
    color: var(--primary-lighterblue, #BDE3FF);
text-align: center;
    font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 15px; /* 62.5% */
letter-spacing: 2.4px;
text-transform: uppercase;
}

.qoute-box .small_font_title {
    color: var(--primary-orange, #FF7E4F);
}
.qoute-box .small_font_title:before {
    left: -60px;
    color: #01AEEF;
}

.qoute-box .small_font_title:after {
    right: -60px;
    color: #01AEEF;
}

.copd-footer p {
    line-height: unset;
}

.card {
    padding: 30px 21px;
    border-radius: 25px;
    border: 3px solid #002FAC;
}

.card > *,
.card ul li {
    font-family: "Jost";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
    text-align: left;
    color: var(--dark-blue)!important;
}

.card ul li {
    margin-bottom: 0.25rem;
    position: relative;
}

.card ul {
    list-style: none;
}

.card ul li:before {
    content: '●';
    font-size: 7px;
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    color: #242C5C;
}

.card strong {
    font-family: "Jost";
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.card-arrow strong {
    font-family: Jost;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.card h3 {
    font-family: 'Figtree';
    color: var(--dark-blue);
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 107.407% */
    text-transform: uppercase; 
    margin: 0;
}

.card > img {

    margin-bottom: 1rem;
}

.card-arrow {
    position: relative;
}

.card-arrow:after {
    content: '';
    width: 54.75px;
    height: 30px;
    background-image: url('../img/arrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 83px;
    right: -40px;
}

.card-arrow.last:after {
    display: none;
}

.center-img {
    margin: 0 1.5rem;
}

.show-mobile {
    display: none;
}

.show-desktop {
    display: block;
}

.small_font_title .slash {
    display: none;
}

.small_font_title:before,
.small_font_title:after {
    content:'///';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.small_font_title:before {
    left:-30px;
    color: #002FAC;
}

.small_font_title:after {
    right:-30px;
    color: #002FAC;
}

#about .small_font_title:before {
    left:-55px;
}

#about .small_font_title:after {
    right:-55px;
    color: #002FAC;
}

#pledge .small_font_title:before {
    color: #242C5C;
}

#pledge .small_font_title:after {
    color: #242C5C;
}


.out-border {
    min-width: 100%!important;
}

#science .small_font_title {
    text-align: left;
    max-width: 75vw;
    padding-left: 1rem;
    margin-left: 1.75rem;
}

#science .small_font_title:after {
    display: none;
}

.diagram {
    max-width: 375px;
}

h1.font_title.paragraph_title {
    font-family: 'Figtree';
}

.slash{
    color: #002FAC;
}

.small_font_title {
    position: relative;
}

.six.row h2{
    font-family: 'Figtree';
}

.six.row span.figtreeblack_italic_bold_dark {
    color: #242C5C !important;
    font-family: 'Figtree';
}

footer a {
    text-decoration: underline!important;
}

footer a:hover,
footer a:active {
    color: #ffffff;
}

.card-2 img {
    
}


@media screen and (max-width:1440px) {
    img.gen_logo {
        padding-right: 2rem;
    }

    #science.section,
    #about.section,
    #symptoms.section,
    #qoute.section,
    #pledge.section {
        padding: 90px 2rem;
    }

}

@media screen and (max-width:1024px) {
    html, body {
        overflow-x: hidden;
    }

    .most p {
        line-height: 32px;
    }

    .jb-strong {
        font-size: 24px!important;
        line-height: 32px!important;
    }

    .br {
        display: inline;
    }

    #science .small_font_title {
        text-align: left;
        max-width: 75vw;
        padding-left: 1rem;
        margin-left: 2rem;
    }

    .small_font_title:before {
        left:-30px;
    }
    
    .small_font_title:after {
        right:-30px;
    }

    .out-border {
        min-width: unset;
    }

    .circle-mobile {
        margin: 0 auto;
        margin-bottom: -3.75rem;
        margin-top: 2rem;
    }


    #science .small_font_title {
        text-align: left;
        max-width: 75vw;
        padding-left: 1rem;
        margin-left: 2rem;
    }

    #science .small_font_title:after {
        display: none;
    }
    
    .img-three {
        display: flex;
        margin: 2rem auto;
        max-width: 700px;
    }

    .img-three img {
        width: 30.3%;
    }

    .section {
        padding: 1rem;
    }

    .mobile-copd {
        position: fixed;
        z-index: 1;
        bottom: 60px;
        width: 100%;
    }

    .show-mobile {
        display: block;
    }

    .show-desktop {
        display: none;
    }


    .wrapper {
        padding-top: 105px;
    }

    .small_font_title {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; /* 112.5% */
        letter-spacing: 1.6px;
        text-transform: uppercase;
        text-align: left;
    }

    .paragraph_title {
        color: var(--primary-navyblue, #242C5C);
        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        line-height: 40px; /* 100% */
        text-transform: uppercase;
        padding: 18px 0;
    }

    h2.paragraph_title {
        font-size: 32px;
        font-style: normal;
        font-weight: 900;
        line-height: 36px; /* 112.5% */
        text-transform: uppercase; 
    }

    .bright_cove_video > p,
    p {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    #science .container p,
    #about .container p,
    #symptoms .container p  {
        color:#242C5C
    }

    .rounded-bordered {
        margin: 1rem auto;
        padding: 2rem 0rem;
        max-width: 600px;
    }

    .card-arrow {
        margin-bottom: 155px;
    }

    .card-arrow.last {
        margin-bottom: 0;
    }

    .card-arrow img {
        width: 55%;
        max-width: 240px;
    }

    .card-arrow::after { 
        background-image: url('../img/arrow-down.svg');
        right: unset;
        top: unset;
        bottom: -8rem;
        height: 102px;
        width: 42px;
        left: 50%;
        transform: translateX(-50%);
    }

    .center-banner {
        padding: 30px;
    }

    .center-banner p {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
        text-transform: uppercase;
        margin: 0;
    }
    

    .card {
        max-width: 600px;
        margin: 1rem auto;
    }

    .card h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
        text-transform: uppercase; 
    }

    .card-2 img {
        margin-bottom: 1rem;
    }

    .card > *, .card ul li {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; 
    }

    #symptoms .col-lg-4 {
        margin: 1rem 0;
    }

    .pledge-bar,
    .pledge-bar-footer {
        padding:1rem;
    }

    .pledge-bar a,
    .pledge-bar-footer a {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px; /* 133.333% */
        letter-spacing: 2.07px;
        text-transform: uppercase;
        display: block;
        margin: 0 auto; 
    }

    .share-social.show {
        flex-direction: column;
    }
    

    .bg-qoute {
        background-image:url('../img/bg_desktop.jpg');
        min-height: 479px;
    }

    .qoute-box {
        display: flex;
        padding: 27px 25px;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        border-radius: 25px;
        border: 3px solid var(--primary-skyblue, #01AEEF);
        background: var(--primary-navyblue, #242C5C);
        position: absolute;
        left: 3rem;
        top: 11rem;
        width: 341px;
    }
    
    .qoute-box > * {
        color: #fff;
    }
    
    .qoute-box p {
        color: var(--primary-white, #FFF);
        text-align: center;
        font-family: Jost;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 31px;
        margin: 1rem 0;
    }
    
    .qoute-author {
        color: var(--primary-lighterblue, #BDE3FF);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; /* 90% */
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    
    .qoute-box .small_font_title {
        color: var(--primary-orange, #FF7E4F);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; /* 112.5% */
        letter-spacing: 1.6px;
        text-transform: uppercase;
    }
    .qoute-box .small_font_title:before {
        left: -40px;
        color: #01AEEF;
    }
    
    .qoute-box .small_font_title:after {
        right: -40px;
        color: #01AEEF;
    }

    br {
        display: block!important;
    }


    .copd-footer .NextBreath p {
        color: #FFF;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
    }
    

    .section {
        padding: 60px 1rem;
    }

    .gen_logo {
        max-width: 75vw;
    }
}

@media screen and (max-width:520px) {
    .mobile_br {
        display: block;
    }

    .card-container {
        padding: 1rem;
    }

    .gen_logo {
        max-width: 100%;
    }

    .copd-footer .NextBreath p {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 133.333% */
    }

    .rounded-bordered {
        margin: 1rem;
    }

    #science .small_font_title {
        text-align: left;
        max-width: 75vw;
        padding-left: 1rem;
        margin-left: 2rem;
    }

    #science .small_font_title::after {
        display: none;
    }

    .bright_cove_video > p, p {
        font-family: 'Jost';
    }

    .section {
        padding: 60px 1rem;
    }

    .bg-orange .container,
    #about .container {
        padding: 0;
    }

    #about .container {
        padding: 0 2px;
    }
 
    .small_font_title {
        max-width: 200px;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        min-width: 140px;
    }

    #about .small_font_title:before {
        left:-40px;
    } 
    
    #about .small_font_title:after {
        right:-42px;
    }

    #pledge .small_font_title:before {
        left: -23px;
    } 
    
    #pledge .small_font_title:after {
        right: -25px;
    }

    #symptoms .small_font_title:after {
        right: -45px;
    }

    #symptoms .small_font_title::before {
        left: -40px;
    }

    footer .container {
        padding: 45px 0;
    }

    .copd-footer.section {
        padding: 0;
    }

    .copd-footer .NextBreath p.show-mobile {
        padding: 0 1rem;
        margin: 0;
    }

    .logo_genzyme {
        margin: 2rem 1rem;
        margin-bottom: 0;
    }

    .wrapper,
    header,
    .header,
    footer {
        /*overflow-x: hidden;*/
        max-width:100%;  
        min-width: unset;
    }

    html, body {
        overflow-x: hidden;
    }

    header,
    .header {
        min-width: unset;
    }
    /* .card > p > br {
        display: inline-block!important;
        content: '';
        height: 2.5rem;
    } */

    br.hide-mobile {
        display: none !important;
    }

    .card > p {
        margin-bottom: 0;
    }

    .sm-pt-0 {
        margin-top: 0rem;
    }

    #pledge .btn {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 100% */
        letter-spacing: 1.1px;
        text-transform: uppercase; 
    }

    #pledge .btn:last-child {
        margin-top: 0;
    }

    .pledge-bar,
    .pledge-bar-footer {
        padding:1rem;
    }

    .pledge-bar a,
    .pledge-bar-footer a {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px; /* 133.333% */
        letter-spacing: 2.07px;
        text-transform: uppercase;
        max-width: 200px;
        display: block;
        margin: 0 auto; 
        text-align: center;
    }

    .share-social.show {
        gap: 0;
    }

    .diagram {
        max-width: 100%;
    }

    .center-img {
        margin: 0 0.3rem;
    }

    .img-three img {
        width: 32.5%;
    }

    .bg-qoute {
        background-image:url('../img/bg_mobile.jpg');
        min-height: 479px;
    }

    .qoute-box {
        display: flex;
        padding: 27px 25px;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        border-radius: 25px;
        border: 3px solid var(--primary-skyblue, #01AEEF);
        background: var(--primary-navyblue, #242C5C);
        position: absolute;
        left: 50%;
        top: 10rem;
        width: 341px;
        transform: translate(-50%, 0);
    }
    
}

/*Desktop clean fix*/


@media (min-width:1024px){
    h1.font_title.paragraph_title {
        margin: 35px 0;
    }
    .bright_cove_video p{
        margin-top: 35px;
        margin-bottom: 0;
    }
    .section.bg-light-blue {
        padding-bottom: 90px;
    }
    .center-banner p{
        margin: 60px 0;
    }
    .third.row h2 {
        font-size: 38px;
        line-height: 53px;
        margin-bottom: 0;
        margin-top: 30px;
        font-family: 'Figtree';
    }
    .third.row p{
        font-weight: 900;
        margin-top: 30px;
        color: #242C5C;
    }
    .img-three {
        margin: 30px 0;
    }
    .img-three + div > p {
        margin-bottom: 0;
    }
    .img-three + div {
        margin-bottom: 55px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .rounded-bordered p {
        color: #242C5C;
    }
    div#about{
        padding-bottom: 120px;
    }
    div#symptoms{
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .six.row h2{
        margin-top: 30px;
        margin-bottom: 0;
        color: #002FAC;
        font-size: 38px;
    }
    .six.row p{
        margin-top: 30px;
        color: #242C5C;
        /* margin-bottom: 80px; */
    }

    div#pledge h2{
        margin: 30px 0;
        min-width: 960px;
        margin-left: -69px;
    }
    div#pledge p{
        margin-top: 0;
        margin-bottom: 40px;
    }

    a.btn.show-share{
        font-size: 24px;
    }

    .pledge-bar-footer{
        padding: 24px 0;
        width: 100%;
    }

    #science .small_font_title:before {
        left: -27px;
    }
    
    #symptoms .small_font_title:after {
        right: -51px;
    }

    #symptoms .small_font_title::before {
        left: -51px;
    } 

}

@media screen and (min-width:1920px) {
    footer .container {
        width: 70vw;
    }

    .bg-qoute {
        background-position: center;
        background-size:    cover;
        background-repeat: no-repeat;
        min-height: 59vw;
        background-color: #ccc5b8;
    }
}
@media screen and (max-width:360px) {
    .copd-footer .NextBreath p.show-mobile {
        padding: 0 0.5rem;
        font-size: 22px;
    }
}


#onetrust-consent-sdk {
    font-family: Arial, Helvetica, sans-serif!important;
    -webkit-text-stroke:0!important;
}