/* font starts */

/* arial-narrow */
.arial-narrow {
    font-family: arial-narrow;
}

@font-face {
    font-family: 'arial-narrow';
    src: url('../fonts/Arial-Narrow/Arial-Narrow.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.arial-narrow-bold {
    font-family: arial-narrow-bold;
}

@font-face {
    font-family: 'arial-narrow-bold';
    src: url('../fonts/Arial-Narrow/Arial-Narrow-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.arial-narrow-bold-italic {
    font-family: arial-narrow-bold-italic;
}

@font-face {
    font-family: 'arial-narrow-bold-italic';
    src: url('../fonts/Arial-Narrow/Arial-Narrow-Bold-Italic.ttf') format('truetype');
}

.arial-narrow-italic {
    font-family: arial-narrow-italic;
}

@font-face {
    font-family: 'arial-narrow-italic';
    src: url('../fonts/Arial-Narrow/Arial-Narrow-Italic.ttf') format('truetype');
}


/* Interstate-Condensed */
.interstate-condensed {
    font-family: interstate-condensed;
}

@font-face {
    font-family: 'interstate-condensed';
    src: url('../fonts/Interstate-Condensed/Interstate-Condensed.otf') format('opentype');
}

.interstate-condensed-bold {
    font-family: interstate-condensed-bold;
}

@font-face {
    font-family: 'interstate-condensed-bold';
    src: url('../fonts/Interstate-Condensed/Interstate-Condensed-Bold.otf') format('opentype');
}

.interstate-condensed-bold-italic {
    font-family: interstate-condensed-bold-italic;
}

@font-face {
    font-family: 'interstate-condensed-bold-italic';
    src: url('../fonts/Interstate-Condensed/Interstate-Condensed-Bold-Italic.otf') format('opentype');
}

.interstate-condensed-italic {
    font-family: interstate-condensed-italic;
}

@font-face {
    font-family: 'interstate-condensed-italic';
    src: url('../fonts/Interstate-Condensed/Interstate-Condensed-Italic.otf') format('opentype');
}

.interstate-condensed-light {
    font-family: interstate-condensed-light;
}

@font-face {
    font-family: 'interstate-condensed-light';
    src: url('../fonts/Interstate-Condensed/Interstate-Condensed-Light.otf') format('opentype');
}

.interstate-condensed-light-italic {
    font-family: interstate-condensed-light-italic;
}

@font-face {
    font-family: 'interstate-condensed-light-italic';
    src: url('../fonts/Interstate-Condensed/Interstate-Condensed-Light-Italic.otf') format('opentype');
}

/* Quatro */
.quatro-black {
    font-family: quatro-black;
}

@font-face {
    font-family: 'quatro-black';
    src: url('../fonts/Quatro/Quatro-Black.otf') format('opentype');
}

.quatro-medium {
    font-family: quatro-medium;
}

@font-face {
    font-family: 'quatro-medium';
    src: url('../fonts/Quatro/Quatro-Medium.otf') format('opentype');
}

.quatro-semibold {
    font-family: quatro-semibold;
}

@font-face {
    font-family: 'quatro-semibold';
    src: url('../fonts/Quatro/Quatro-SemiBold.otf') format('opentype');
}

.quatro-bold {
    font-family: quatro-bold;
}

@font-face {
    font-family: 'quatro-bold';
    src: url('../fonts/Quatro/Quatro-Bold.otf') format('opentype');
}

html,
body {
    font-size: 20px;
    font-family: "arial-narrow";
    line-height: 1.25em;
    -webkit-font-smoothing: antialiased;
    color: #878787;
}

#banner,
#content,
#footer {
    padding-left: 0;
    padding-right: 0;
}


#banner,
#content {
    margin-bottom: 60px;
}


.container>.row:first-child,
#banner>.row:first-child,
#content>.row:first-child,
#footer>.row:first-child {
    margin-left: 0;
    margin-right: 0;
}

/* end fonts  */

/* Font size starts here */

.fs-25 {
    font-size: 25px;
}

.fs-12 {
    font-size: 12px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-34 {
    font-size: 34px;
}

.fs-18 {
    font-size: 18px;
}

/* Font size ends here */

/* color codes */

.text-blue {
    color: #009AC7;
}

.text-blue-footer {
    color: #00A2C2;
}

.text-content {
    color: #00758C;
}

.bg-white {
    background-color: #fff !important;
}

.bg-skyblue {
    background: #18BDD3;
}

.bg-skyblue-light {
    background: #E5F1F3;
}

.default-text-color {
    color: #878787;
}

.text-dark-blue {
    color: #25215F;
}



/* top navbar */
#navbar_top {
    padding-top: 0px;
    padding-bottom: 0px;
}

#pre-header {
    padding-right: 30px;
    padding-left: 30px;
}

#pre-header p {
    font-size: 16px;
}

.top-nav-text {
    line-height: normal;
    font-family: 'arial-narrow-bold';
    color: #009AC7;
    font-size: 16px;
}

@media (max-width: 476px) {
    #pre-header p {
        font-size: 12px;
    }

    #pre-header p {
        font-size: 10px;
    }

    .logo {
        height: auto;
        width: 100px
    }
}

.navbar-nav .nav-item {
    padding: 10px 16px 10px 16px;

}

.navbar-nav li {
    list-style-type: none !important;
}

.navbar-nav a.active {
    border-bottom: 4px solid #25205E;
}

#main_nav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #25205E;
    font-family: 'quatro-medium';
    text-align: center;
}

.border-top-blue {
    border-top: 2px solid #00A2C2;
}

.border-bottom-blue {
    border-bottom: 5px solid #00A2C2;
}



.navbar-toggler-icon {
    background-image: url(../images/Icon-Hamburger.png);
    width: 1em;
    height: 1em;
}

@media screen and (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }

    #main_nav .navbar-nav .nav-item .nav-link {
        padding: 0px;
    }
}

@media screen and (max-width: 991px) {
    #main_nav .navbar-nav .nav-item .nav-link {
        text-align: center;
        font-size: 22px;
    }

    #main_nav .navbar-nav .nav-item .nav-link.active {
        border: none;
    }



    #main_nav .navbar-nav {
        line-height: 0px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    #main_nav {
        background-color: #E5F1F3;
    }

    .mob_pad {
        padding: 0px;
    }

}





.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

/* footer css */

.footer-links ul {
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    list-style-type: none;
    margin: 0;
}

.phone-footer {
    font-family: "arial-narrow";
    color: #878787;
    text-decoration: none;
    font-style: normal !important;
}

.footnote p {
    font-size: 0.6rem;
    line-height: 1.25em;
}

.footnote ol li {
    font-size: 0.6rem;
    line-height: 1.25em;
}

.footnote li::marker {
    color: #878787 !important;
}

.footnote ol {
    padding: inherit;
}

@media only screen and (max-width: 767px) {
    .footer-links ul {
        flex-direction: column;
    }
}

.footer-links ul li {
    padding: 0 0.85rem;
    line-height: 1rem;
}

@media only screen and (min-width: 768px) {
    .footer-links ul li:not(:last-of-type) {
        border-right: 1px solid #ffffff;
    }
}

.footer-links ul li::after {
    display: none;
}

@media only screen and (max-width: 767px) {
    .footer-links ul li {
        margin: 10px 0;
    }
}

.footer-links ul li a {
    text-decoration: none;
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 1.05rem;
    text-decoration: none;
}

.footer-links ul li a:after {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    content: "";
    height: 1px;
    bottom: -1px;
    display: block;
}

.footer-links ul li a:focus,
.footer-links ul li a:hover {
    text-decoration: none;
    color: #ffffff;
}

.footer-links ul li a:focus:after,
.footer-links ul li a:hover:after {
    background-color: transparent;
}

.reference-footer-links .footer-banner {
    background-color: #00758c;
    position: relative;
}

.reference-footer-links .footer-banner::before,
.reference-footer-links .footer-banner::after {
    content: "";
    display: block;
    height: 30px;
    width: 50%;
    background: #ffffff;
    position: absolute;
    bottom: -2;
}

.reference-footer-links .footer-banner::before {
    left: 0;
    border-radius: 0 30px 0 0;
}

.reference-footer-links .footer-banner::after {
    right: 0;
    border-radius: 30px 0 0 0;
}

.reference-footer-links .component-content>a {
    display: none;
}

.information-block p {
    margin-bottom: 0;
}

.information-block p,
.information-block li {
    font-size: 17px;
    line-height: 1.28em;
}

.information-block ul {
    padding-left: 0;
}

.information-block li {
    padding-left: 10px;
}

.information-block li::marker {
    display: none !important;
}

.information-block li::after {
    border-radius: 0;
    width: 6px;
    height: 2px;
    background: #878787;
}

.tag-with-text-center {
    display: flex;
    justify-content: center;
    background-color: #E5F1F3;
    text-align: center;
}

.image-parp {
    width: 100%;
    height: auto;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

/* Home Page */

.btn-text-first {
    font-size: 34px;
    font-family: 'interstate-condensed';
    color: #ffffff;
}

.btn-text-second {
    font-size: 21px;
    font-family: 'interstate-condensed-light';
    color: #ffffff;
}

/* How does zejula work */

.text-dark-blue-20-arial {
    color: #25215F;
    font-family: 'arial-narrow-bold';
    font-size: 20px;
}

.brca-line {
    line-height: normal;
}

/* Maintanance theraphy css */

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.first-section .banner-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.second-section h2 {
    font-family: 'quatro-medium';
    font-size: 22px;
    color: #00758C;
}

.second-section ul {
    list-style-type: disc;
}

.third-section li::marker {
    color: #00758C !important;
}

.third-section li {
    color: #878787 !important;
}

.second-section .know-basics-heading {
    font-family: 'arial-narrow-bold';
    font-size: 26px;
    color: #00758C;
}

.third-section ul {
    list-style-type: disc;
    color: #00758C;
}

.third-section .text-div .image-div {
    flex: 1;
}

.image-div img {
    width: 100%;
    height: auto;
    display: block;
}

.fourth-section .fourth-text-div .fourth-img-div {
    flex: 1;
}

.fourth-img-div img {
    width: 100%;
    height: auto;
    display: block;
}

.btn-container {
    display: flex;
    justify-content: center;
}

.btn-fully-funded {
    background-color: #18BDD3;
    text-align: center;
    width: fit-content;
    line-height: normal;
}

/* resources */

.resources .section-text {
    font-size: 22px;
    font-family: quatro-medium;
    margin-bottom: 40px;
}

.no-underline {
    text-decoration: none;
}

.btn-container-home {
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 100% !important;
}

.banner-logo-home {
    position: absolute;
    z-index: 5;
    top: 10%;
    left: 8%;
    height: auto;
    right: auto;
    width: 220px;
    max-width: 100% !important;
}

.banner-title-home {
    position: absolute;
    z-index: 4;
    bottom: 25%;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 100% !important;
    font-family: 'quatro-semibold';
    font-size: 4rem;
    color: #ffffff;
}

.hypothetical-home {
    font-family: 'arial-narrow';
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 3%;
    width: 150px;
    line-height: normal;
}

.hypothetical-text {
    font-family: 'arial-narrow';
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 5%;
    line-height: normal;
}

.resources-banner .banner-title-container {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 40%;
    height: auto;
    width: 100%;
}

.banner-title-container {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 70%;
    height: auto;
    width: 100%;
}

.banner-title-bg {
    background-color: #ffffff;
    text-align: start;
    width: fit-content;
}

.banner-title {
    margin: 0;
    font-family: "quatro-medium";
    font-weight: normal;
    color: #25215F;
    font-size: 1.9rem;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
    padding-left: 60px;
    line-height: 1.20em;
}

.image-resources {
    width: 100%;
}

.elevation-image {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.text-shadow {
    text-shadow: 2px 2px 4px #000000;
}

@media (min-width:767px) and (max-width:992px) {

    .banner-title-container {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 65%;
        height: auto;
        width: 100%;
    }

    .banner-logo-home {
        position: absolute;
        z-index: 5;
        top: 10%;
        left: 6%;
        height: auto;
        right: auto;
        width: 180px;
        max-width: 100% !important;
    }

    .banner-title-bg {
        background-color: #ffffff;
        text-align: start;
        width: fit-content;
    }

    .banner-title {
        margin: 0;
        font-family: "quatro-medium";
        font-weight: normal;
        color: #25215F;
        font-size: 34px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        padding-left: 40px;
        line-height: 1.20em;
    }
}

@media (min-width:576px) and (max-width:767px) {

    .image-resources {
        width: 60%;
    }

    .btn-funded-home .btn-text-first {
        font-size: 26px;
        font-family: 'interstate-condensed';
        color: #ffffff;
    }

    .btn-funded-home .btn-text-second {
        font-size: 18px;
        font-family: 'interstate-condensed-light';
        color: #ffffff;
    }

    .resources-banner .banner-title-container {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 70%;
        height: auto;
        width: 100%;
    }

    .banner-title-container {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 65%;
        height: auto;
        width: 100%;
    }

    .banner-title-bg {
        background-color: #ffffff;
        text-align: start;
        width: fit-content;
    }

    .banner-title {
        margin: 0;
        font-family: "quatro-medium";
        font-weight: normal;
        color: #25215F;
        font-size: 28px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        padding-left: 40px;
        line-height: 1.20em;
    }

    .fourth-text-div {
        text-align: center;
        padding-top: 60px;
    }

    .banner-title-home {
        position: absolute;
        z-index: 4;
        bottom: 28%;
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        max-width: 100% !important;
        font-family: 'quatro-semibold';
        font-size: 3rem;
        color: #ffffff;
    }

    .banner-logo-home {
        position: absolute;
        z-index: 5;
        top: 8%;
        left: 6%;
        height: auto;
        right: auto;
        width: 180px;
        max-width: 100% !important;
    }

    .hypothetical-text {
        font-size: 12px;
    }

}

@media (min-width:425px) and (max-width:576px) {
    .image-resources {
        width: 60%;
    }

    .btn-funded-home .btn-text-first {
        font-size: 24px;
        font-family: 'interstate-condensed';
        color: #ffffff;
    }

    .btn-funded-home .btn-text-second {
        font-size: 16px;
        font-family: 'interstate-condensed-light';
        color: #ffffff;
    }

    .resources-banner .banner-title-container {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 68%;
        height: auto;
        width: 100%;
    }

    .banner-title-container {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 65%;
        height: auto;
        width: 100%;
    }

    .banner-title-bg {
        background-color: #ffffff;
        text-align: start;
        margin-right: auto;
    }

    .banner-title {
        margin: 0;
        font-family: "quatro-medium";
        font-weight: normal;
        color: #25215F;
        font-size: 20px;
        padding-left: 15px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: start;
        line-height: 1.20em;
    }

    .hypothetical-home {
        font-family: 'arial-narrow';
        font-size: 10px;
        color: #ffffff;
        position: absolute;
        z-index: 3;
        bottom: 0;
        left: 2%;
        width: 80px;
        line-height: normal;
    }

    .banner-title-home {
        position: absolute;
        z-index: 4;
        bottom: 32%;
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        max-width: 100% !important;
        font-family: 'quatro-semibold';
        font-size: 2rem;
        color: #ffffff;
    }

    .banner-logo-home {
        position: absolute;
        z-index: 5;
        top: 6%;
        left: 6%;
        height: auto;
        right: auto;
        width: 140px;
        max-width: 100% !important;
    }

    .fourth-text-div {
        text-align: center;
        padding-top: 60px;
    }

    .hypothetical-text {
        font-size: 10px;
    }

}

@media (max-width:425px) {

    .image-resources {
        width: 60%;
    }

    .btn-funded-home .btn-text-first {
        font-size: 18px;
        font-family: 'interstate-condensed';
        color: #ffffff;
    }

    .btn-funded-home .btn-text-second {
        font-size: 12px;
        font-family: 'interstate-condensed-light';
        color: #ffffff;
    }

    .resources-banner .banner-title-container {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 68%;
        height: auto;
        width: 100%;
    }

    .banner-title-container {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 55%;
        height: auto;
        width: 100%;
    }

    .banner-title-bg {
        background-color: #ffffff;
        text-align: start;
        margin-right: 19%;
    }

    .banner-title {
        margin: 0;
        font-family: "quatro-medium";
        font-weight: normal;
        color: #25215F;
        font-size: 20px;
        padding-left: 15px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: start;
        line-height: 1.20em;
    }

    .hypothetical-home {
        font-family: 'arial-narrow';
        font-size: 8px;
        color: #ffffff;
        position: absolute;
        z-index: 3;
        bottom: 0;
        left: 2%;
        width: 60px;
        line-height: normal;
    }

    .banner-title-home {
        position: absolute;
        z-index: 4;
        bottom: 32%;
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        max-width: 100% !important;
        font-family: 'quatro-semibold';
        font-size: 1.5rem;
        color: #ffffff;
    }

    .banner-logo-home {
        position: absolute;
        z-index: 5;
        top: 6%;
        left: 6%;
        height: auto;
        right: auto;
        width: 100px;
        max-width: 100% !important;
    }

    .fourth-text-div {
        text-align: center;
        padding-top: 60px;
    }

    .btn-container-home .btn-fully-funded {
        background-color: #18BDD3;
        text-align: center;
        width: fit-content;
        line-height: normal;
        font-size: 14px;
    }

    .hypothetical-text {
        font-size: 10px;
    }

}

.image-text {
    bottom: 2%;
    left: 5%;
    font-size: 14px;
    line-height: 15px;
}


@media (min-width:768px) and (max-width:992px) {
    .image-text {
        bottom: 5%;
        left: 10%;
    }

}

@media screen and (max-width: 767px) {
    .section-parp {
        display: flex;
        align-items: center;
        text-align: left;
    }

    .section-parp img {
        width: 230px;
    }

    .download-link {
        display: flex;
        justify-content: center;
    }

    .download-link span {
        text-align: left;
    }
}

@media screen and (max-width: 425px) {
    .section-parp img {
        width: 160px;
    }

    .section-parp p {
        font-size: 18px;
    }
}


.fourth-section a {
    display: flex;
    width: 230px;

}

/* popup css */

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #18BDD3 !important;
}


.confirm-ok-btn {
    color: #fff;
    background-color: #18BDD3;
    font-weight: normal !important;
    min-width: 112px;
    padding: 8px 30px !important;
}

.confirm-ok-btn:hover {
    background-color: #18BDD3 !important;
    color: #fff;
}

.confirm-cancel-btn {
    text-transform: capitalize !important;
    min-width: 112px;
    color: white;
    padding: 8px 30px !important;
    margin-left: 10px !important;
    font-weight: normal !important;
    background-color: #4c4c4e;
}

.confirm-cancel-btn:hover {
    background-color: #4c4c4e !important;
    color: #fff;
}

/*end popup css */