/*working women*/

#working-with-uk .work-with-uk-banner {
    height: 410px;
    width: 100%;
    background-image: url("/content/dam/intelligentcontent/unbranded/astrazeneca/uk/en/images/work-with-uk/working_women.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}

#working-with-uk .ban-content {
    position: absolute;
    top: 45px;
    font-size: 4.4em;
    line-height: 120%;
    font-family: 'Lexia-Lt';
    color: #ffffff;
    padding: 0px;
}

#working-with-uk .main-container {
    width: 100%;
    margin: 0 auto;
    clear: both;
}

#working-with-uk .home ul {
    display: flex;
}

#working-with-uk .home ul li {
    margin-right: 10px;
    padding-right: 10px;
    text-align: center;
    align-items: center;
    list-style-type: none;
    border-right: 2px solid #000000;
    font-size: 12px;
    line-height: 120%;
    color: #000000;
    font-family: 'Lexia-Regular';
}

#working-with-uk .home-one {
    font-size: 12px;
    line-height: 120%;
    color: #000000;
    text-decoration: underline;
    font-family: 'Lexia-Regular';
}

#working-with-uk .Donation {
    font-size: 12px;
    line-height: 120%;
    color: #8B0051;
    text-decoration: underline;
    font-family: 'Lexia-Regular';
}

#working-with-uk .home li:last-child {
    border: none;
}

#working-with-uk .home ul li a {
    color: #8B0051;
    text-decoration: underline;
}

#working-with-uk .donated {
    margin-top: 3%;
    margin-bottom: 2%;
    color: #830051;
    font-size: 24px;
    line-height: 150%;
    font-family: 'Lexia-Regular';
}

#working-with-uk .aimed p {
    margin-bottom: 25px;
    font-size: 1.39em;
    line-height: 120%;
    font-family: 'Arial';
    color: #000000;
}

#working-with-uk .disclosure-sub_heading p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 120%;
    font-family: 'Arial';
    color: #8B0051;
    text-decoration: underline;
}

#working-with-uk .disclosure-desc p {
    margin-top: 32px;
    margin-bottom: 75px;
    font-size: 18px;
    line-height: 120%;
    font-family: 'Arial';
    color: #000000;
}

#working-with-uk .disclosure-desc p a {
    font-size: 18px;
    line-height: 120%;
    font-family: 'Arial';
    color: #8B0051;
    text-decoration: underline;
}

/*media queries*/

@media screen and (min-width: 1920px) {
    #working-with-uk .work-with-uk-banner {
        height: 578px;
        width: 100%;
        background-image: url("/content/dam/intelligentcontent/unbranded/astrazeneca/uk/en/images/work-with-uk/working_women.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -1;
    }
    #working-with-uk .ban-content {
        font-size: 87px;
        line-height: 105px;
    }
    #working-with-uk .home ul li {
        font-size: 16px;
        line-height: 19px;
    }
    #working-with-uk .donated {
        font-size: 37px;
        line-height: 44px;
    }
    #working-with-uk .aimed p {
        font-size: 27px;
        line-height: 31px;
    }
    #working-with-uk .disclosure-desc p,
    #working-with-uk .disclosure-desc p a,
    #working-with-uk .disclosure-sub_heading h3 {
        font-size: 27px;
        line-height: 43px;
    }
}

@media screen and (max-width: 1200px) {
    #working-with-uk .work-with-uk-banner {
        height: 360px;
        width: 100%;
        background-image: url("/content/dam/intelligentcontent/unbranded/astrazeneca/uk/en/images/work-with-uk/working_women.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -1;
    }
    #working-with-uk .ban-content {
        top: 34px;
        font-size: 3.7em;
    }
}

@media screen and (max-width: 1024px) {
    #working-with-uk .work-with-uk-banner {
        height: 310px;
        width: 100%;
        background-image: url("/content/dam/intelligentcontent/unbranded/astrazeneca/uk/en/images/work-with-uk/working_women.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -1;
    }
}

@media screen and (max-width: 992px) {
    #working-with-uk .work-with-uk-banner {
        height: 310px;
        width: 100%;
        background-image: url("/content/dam/intelligentcontent/unbranded/astrazeneca/uk/en/images/work-with-uk/working_women.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -1;
    }
}

@media screen and (max-width: 767px) {
    #working-with-uk .work-with-uk-banner {
        height: 120px;
        width: 100%;
        background-image: url("/content/dam/intelligentcontent/unbranded/astrazeneca/uk/en/images/work-with-uk/working_women.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -1;
    }
    #working-with-uk .ban-content {
        top: 25px;
        font-size: 30px;
        line-height: 35px;
    }
    #working-with-uk .home ul li {
        border-right: 0px;
        padding-bottom: 12px;
    }
    #working-with-uk .home ul {
        display: block;
    }
}