/*--- Home ---*/
.homeImpact {
    background: url("../../Content/img/Lighthouse_CoreArt_CMYK_ForCover_04.jpg") no-repeat -200px -120px;
    min-height: 1150px;
    /* min-height: 1100px; */
    position: relative;
    display: flex;
    padding: 250px 220px 0 180px;
    text-align: center;
    /*    align-items: center;*/
}

    .homeImpact.tallerBack {
        /*background: url("../../Content/img/Lighthouse_CoreArt_CMYK_ForCover_04.jpg") no-repeat -200px -50px;*/
        background: url("../../Content/img/Lighthouse_CoreArt_CMYK_ForCover_04.jpg") no-repeat -200px 0px;
        padding-top: 320px;
        /* 270px */
    }

    .homeImpact .text {
        text-align: center;
        margin-right: 50px;
        padding-top: 80px;
    }

    .homeImpact h1 {
        font: 800 46px/50px 'Muli', Arial;
        margin: 0 0 20px 0;
        color: #94348C;
    }

    .homeImpact p {
        color: #676765;
        font: 700 22px/26px 'Muli', Arial;
        margin: 0;
    }

.boxes {
    display: flex;
    justify-content: center;
    /*margin: -555px 30px 0; Commented for phase 2*/
    margin: -510px 30px 0;
    position: relative;
    flex-flow: row wrap;
}

    .boxes .homepageVideo {
        width: 100%;
        flex: 1 1 100%;
        background: #fff;
        max-width: 903px;
        padding: 30px;
        border: 1px solid #94348C;
        margin-bottom: 50px;
    }

        .boxes .homepageVideo button {
            background-color: #177268;
            color: #fff;
            border-radius: 10px;
            padding: 10px 25px;
            border: none;
            align-items: center;
        }

            .boxes .homepageVideo button:hover {
                background-color: #224943;
            }

        .boxes .homepageVideo .video .azuremediaplayer {
            border: 1px solid #707070;
            border-radius: 6px;
        }

        .boxes .homepageVideo .video .video-hide {
            display: none;
        }

        .boxes .homepageVideo .video .video-poster-click:hover {
            cursor: pointer;
        }


        .boxes .homepageVideo button em {
            font-family: 'Font Awesome 5 Free';
            margin-left: 5px;
        }

        .boxes .homepageVideo .box {
            display: flex;
        }

            .boxes .homepageVideo .box .text, .boxes .homepageVideo .box .video {
                flex: 1 1 50%;
            }

                .boxes .homepageVideo .box .text h2 {
                    margin-top: 0;
                }

            .boxes .homepageVideo .box .text {
                margin-right: 15px;
            }

            .boxes .homepageVideo .box .video {
                align-self: center;
            }

                .boxes .homepageVideo .box .video img {
                    width: 100%;
                }

.homepageVideo .amp-default-skin.amp-big-play-centered .vjs-big-play-button {
    left: 95%;
    top: 85%;
}

.homepageVideo .amp-default-skin .vjs-big-play-button {
    background-color: rgba(112,112,112,.3);
    border: none;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

    .homepageVideo .amp-default-skin .vjs-big-play-button:before {
        color: #20223E;
        left: 7px;
        width: 12px;
        height: 16px;
        line-height: 1.5em;
    }


.footNote {
    margin: 0 30px;
}

    .footNote p {
        font: 14px/16px Arial;
    }

.boxes .whiteBox {
    /*max-width: 560px; commentedForPhase1*/
    max-width: 413px;
    background-color: #fff;
    display: flex;
    flex: 1;
}


.boxes .whiteBox {
    margin-right: 10px;
    margin-left: 10px;
    /*  margin-right: 30px;
    margin-left: 30px;*/
}

.boxes .infobox {
    max-width: 560px;
    padding: 34px;
    font-size: 1.5rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 75px auto auto auto;
}

.boxes .infobox-pu-2 {
    padding: 20px;
}

.boxes .orange {
    border: 1px solid #FF6618;
}

.boxes .teal {
    border: 1px solid #1E988A;
}

.boxes .yellow {
    border: 1px solid #F9BE00;
}


.boxes .infobox .thumb {
    grid-area: 1 / 2;
    text-align: right;
}

    .boxes .infobox .thumb img {
        max-width: 142px;
    }

    .boxes .infobox .thumb .homepageCard {
        max-width: 176px;
    }

.boxes .yellow .thumb img {
    max-width: 115px;
    border: 1px solid #707070;
}

.footnoteP {
    font: 14px/18px Arial, sans-serif;
}

.boxes .infobox h2 {
    color: #707070;
    margin: 0 0 7px 0;
    font: 700 28px/30px 'muli', Arial;
}

.boxes .infobox h3 {
    color: #94348C;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.boxes .infobox p {
    font: 18px/22px Arial;
    grid-column: 1;
}

.boxes .teal.infobox p {
    grid-column: 1 / 3;
}

.home .footNote {
    /*margin: 15px 75px 0;commentedForPhase1*/
    margin: 146px 75px 0px;
}

.boxes .infobox a {
    color: #177268;
    display: block;
    font: 16px/20px 'Muli', Arial, sans-serif;
    display: block;
    width: 100%;
    flex: 1 1 100%;
    font-weight: 600;
    grid-column: 1 / 3;
}

    .boxes .infobox a:hover {
        text-decoration: underline;
    }

        .boxes .infobox a:hover:after {
            text-decoration: none;
            display: inline-block;
        }

.boxes .infobox .mouse {
    font: 12px/14px Arial, sans-serif;
    line-height: 14px;
    color: #707070;
    text-align: center;
    display: block;
    margin-left: 30px;
    margin-bottom: 0px;
    z-index: 99999999;
}

.boxes .infobox a:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f35a';
    font-weight: 200;
}

.boxes .downinfo a:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f01a';
    font-weight: 200;
}

.lessSpacing p:not(:last-of-type) {
    margin: 4px 0;
}

.lessSpacing p:last-of-type {
    margin: 4px 0 1em 0;
}

@media only screen and (max-width: 767px) {
    .boxes .infobox h2 {
        color: #707070;
        margin: 0 0 7px 0;
        font: 700 22px/26px 'muli', Arial;
    }

    .mobileMargin {
        margin-top: 25px !important;
    }

    .boxes .homepageVideo {
        width: 100%;
        flex: 1 1 100%;
        background: #fff;
        max-width: 903px;
        padding: 30px 0px;
        border: 1px solid #94348C;
        margin-bottom: 50px;
    }

    .boxes .infobox p {
        font: 16px/18px Arial;
        grid-column: 1;
    }

    .boxes .infobox .mouse {
        font: 12px/14px Arial, sans-serif;
        line-height: 14px;
        color: #707070;
        text-align: center;
        display: block;
        margin-left: -10px;
        margin-bottom: 17px;
        z-index: 99999999;
    }
}

@media only screen and (max-width: 1256px) {
    .homeImpact .text {
        margin: 0 20px 0 85px;
        text-align: center;
        padding-top: 40px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1160px) {
    .home .footNote {
        margin: 0px 75px 0px;
    }
}




@media only screen and (max-width: 1160px) {
    .homeImpact {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-position: -263px -50px !important;
        text-align: left;
        padding: 220px 220px 0 180px;
        min-height: 650px;
    }


    .home .footNote {
        margin: 30px 20px 0;
    }

    .homeImpact .text {
        margin: 0 20px 0 85px;
        text-align: left;
    }

    .homeImpact h1 {
        font-size: 30px;
        line-height: 34px;
        padding-top: 20px;
        font-weight: 800;
    }

    .homeImpact .image {
        padding-bottom: 25px;
    }

    .homeImpact p {
        font: 700 18px/22px 'Muli', Arial;
    }

    .boxes .homepageVideo {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #94348C;
        margin-bottom: 0px;
    }

        .boxes .homepageVideo .box {
            display: flex;
            flex-flow: row wrap;
        }

            .boxes .homepageVideo .box .text {
                margin-bottom: 20px;
            }

            .boxes .homepageVideo .box button {
                margin-top: 20px;
            }

            .boxes .homepageVideo .box .text, .boxes .homepageVideo .box .video {
                flex: 1 1 100%;
            }

    .boxes {
        display: flex;
        position: static;
        justify-content: center;
        flex-flow: row wrap;
        margin: 0 20px;
    }

        .boxes .whiteBox {
            flex-flow: row wrap;
            flex: auto;
        }

        .boxes .infobox {
            max-width: 100%;
            padding: 30px 0;
            display: flex;
            flex-wrap: wrap;
        }

            .boxes .infobox h3 {
                margin-bottom: 10px;
            }

            .boxes .infobox .thumb img {
                width: 100%;
                max-width: 200px;
            }

        .boxes .yellow .thumb img {
            max-width: 150px;
        }

        .boxes .teal.infobox .thumb img {
            max-width: 250px;
        }

        .boxes .orange {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 2px solid #FF6618;
        }

        .boxes .teal {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 2px solid #1E988A;
        }

        .boxes .yellow {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 2px solid #F9BE00;
        }

        .boxes .infobox .h2 {
            order: 0;
        }

        .boxes .infobox .h3 {
            order: 1;
        }

        .boxes .infobox p {
            order: 3;
        }

        .boxes .infobox a {
            order: 4;
        }

        .boxes .infobox .thumb {
            width: 100%;
            flex: 1 1 100%;
            display: flex;
            justify-content: center;
            margin: 10px 25px;
            order: 2;
        }

            .boxes .infobox .thumb img, .boxes .infobox .mouse {
                display: inline-block;
            }

        .boxes .infobox .mouse {
            align-self: flex-end;
        }
}

@media only screen and (max-width: 960px) {
    .homeImpact {
        display: flex;
        flex-wrap: wrap;
        min-height: auto;
        justify-content: center;
        background-position: -263px -310px !important;
        text-align: left;
        padding: 0px 0 1.5rem 0px;
    }

        .homeImpact .text {
            margin-bottom: 1.5rem;
        }

    .footnoteP {
        font: 12px/16px Arial, sans-serif;
    }
}

/*--- Home ---*/

/* Landing */
.impact {
    background: url("../../Content/img/Lighthouse_CoreArt_CMYK_ForCover_04.jpg") no-repeat center -130px;
    min-height: 440px;
    position: relative;
    display: flex;
    padding-top: 270px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

    .impact.tallerBack {
        background-position: center -55px;
    }

    .impact .text {
        margin-top: 50px;
    }

    .impact h1 {
        font-size: 34px;
        line-height: 50px;
        font-weight: 800;
    }

.text h1 {
    font-weight: 800;
}

.rowphase1 {
    padding: 120px 75px 0 !important;
}

.row {
    margin: 0 auto;
    padding: 0 75px 0;
}

@media only screen and (min-width:1200px) {
    .row-homepage-PU {
        padding: 38px 75px 0px !important;
    }

    .boxes-homepage-PU {
        margin-top: -495px !important;
        margin-bottom: 70px !important;
    }

    .homeimpact-homepage-PU {
        min-height: 1150px !important;
    }
}




.row .graphic-chart {
    max-width: 700px;
    margin: 0 auto;
}

    .row .graphic-chart .chart-header {
        color: #93358D;
        font-size: 16px;
        line-height: 20px;
    }

    .row .graphic-chart .footnotes p {
        font-size: 14px;
    }

.row .voriconazole-chart {
    max-width: 815px;
    margin: 0 auto;
}

@media only screen and (max-width:768px) {
    .row .graphic-chart .footnotes p {
        font-size: 12px;
        line-height: 16px;
    }
}

.flex-col {
    display: flex;
}

    .flex-col .col {
        flex: 1 1 50%;
        width: 50%;
        padding-left: 15px;
        margin-right: 4.5rem;
    }

.downloadAnchor {
    position: relative;
    display: block;
}

.downloadAnchor-PU-2 {
    display: contents;
}


.downloadArrow {
    position: absolute;
    top: 25%;
    right: 0;
}

.downloadArrow-PU-2-storage-handle-page {
    position: absolute;
    top: 35%;
    right: 0px;
}



/*createdForPhase1*/
.JumpAnchorLink {
    position: absolute;
    /*top: 99%;
    right: 500px;*/
    height: 36px;
    transform: translate(25%, 240%);
    -ms-transform: translate(-50%, -50%);
    background-color: #177268;
    color: white;
    font-size: 16px;
    padding: 16px 25px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}


    .JumpAnchorLink a {
        color: white;
    }

.downloadAnchor:hover #Ellipse_3-2 {
    fill: #94348C;
}

.noRowMobile figure {
    max-width: 1130px;
    margin: 0;
}

.smallerFont li span {
    font: 16px/20px 'Muli', Arial, sans-serif;
}

@media only screen and (min-width:960px) {
    .cross-link.request a {
        width: 67%;
    }

    .storageImg1 {
        width: 40%;
    }


        .storageImg1 img {
            width: auto;
            max-width: 420px;
        }

    .noRowMobile {
        padding: 0 75px;
        margin: 25px auto 0;
    }

    .noRowmobileforphase1 {
        padding-left: 40px !important;
    }

    .cross-link {
        margin: 15px;
    }

    .downloadAnchor img {
        margin-right: 40px;
        width: 75%;
    }

    .downloadAnchor span {
        position: relative;
        display: inline-block;
        max-width: 75%;
    }

    .enrollment-form .downloadAnchor img {
        margin-right: 40px;
        width: auto;
        height: 221px;
    }

    .enrollment-form .downloadAnchor span {
        position: relative;
        display: inline-block;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .downloadAnchor img {
        margin-right: 10px;
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .downloadArrow {
        right: -26px;
        top: 30%;
    }

    .downloadArrow-PU-2 {
        right: 59px;
        top: 38%;
    }

    .downloadArrow-PU-2-storage-handle-page {
        right: 61px;
        top: 39%;
    }

    .footnotes {
        /*padding: 0 20px;*/
        margin: 0 auto;
    }

    .footnoteFigure .footnotes {
        padding: 0 20px;
        margin: 0 auto;
    }

    .downloadAnchor img {
        margin-right: 10px;
    }

    .flex-col {
        flex-wrap: wrap;
    }

        .flex-col .col {
            flex: 1 1 100%;
            width: 100%;
            padding: 0;
            margin: 0;
        }

    .impact {
        display: none;
    }

    .row {
        padding: 0px 20px;
    }

    .rowphase1 {
        padding: 0px 75px 0 !important;
    }

    .row1 {
        padding: 0px 23px 0 !important;
    }



    .boxes .whiteBox {
        margin-right: 10px;
        margin-left: unset;
    }
}
/* Landing */
/* download-link */
.download-link {
    background-color: rgba( 148, 52, 140, 0.1);
    border: 2px solid #94348C;
    margin: 20px auto;
    position: relative;
    padding: 25px;
    max-width: 841px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 25% 50% 25%;
}

    .download-link.dosing-brochure {
        grid-template-rows: 25% 40% 25%;
    }

    .download-link.video-callout {
        /* grid-template-rows: 35% 40% 25%; */
        grid-template-columns: 1fr 389px;
    }

        .download-link.video-callout a {
            text-transform: none;
        }

.videoThumb {
    /* height: 100%; */
    width: 100%;
    height: auto;
}

.download-link.copay {
    grid-template-rows: 20% auto auto auto;
}

.download-link.enrollment-form {
    grid-template-rows: 35% 50% 20%;
}

.download-link .thumb {
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    margin-left: 25px;
}

.download-link.video-callout .thumb {
    font-size: 0;
    line-height: 0;
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 1;
}

.enrollment-form .thumb {
    margin-top: 10px;
}

.download-link.copay .thumb {
    grid-row-start: 2;
    grid-row-end: 5;
}

.download-link a {
    text-transform: uppercase;
    font-weight: 600;
    grid-column: 1;
    font: 600 18px/22px 'Muli', Arial, sans-serif;
}

    .download-link a:hover {
        text-decoration: underline;
    }

.download-link:not(.copay) a.with-arrow:after {
    content: "\f063";
    font-weight: 600;
}

.download-link.video-callout a.with-arrow:after {
    content: '\f35a';
    font-size: 14px;
    padding-left: 4px;
    position: relative;
    width: 12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    /* display: inline-block; */
}

.download-link.copay a {
    text-transform: none;
}

.download-link h3.h4 {
    color: #94348C;
    font: 24px/30px 'Muli', Arial, sans-serif;
    font-weight: 700;
    grid-column: 1;
}

.download-link p.h4 {
    color: #525151;
    font: 20px/22px 'Muli', Arial, sans-serif;
    margin: 0 0 10px 0;
}

.download-link p {
    color: #525151;
    font: 18px/22px Arial, sans-serif;
    grid-column: 1;
    padding-right: 5px;
}

    .download-link p.small {
        font: bold 14px/16px Arial, sans-serif;
    }

.download-link.iv-guide {
    min-height: 135px;
    padding-left: 224px;
}

.download-link a {
    color: #177268;
}


.download-link.iv-guide .thumb {
    width: 193px;
    height: 117px;
    left: 14px;
    top: 20px;
    background-image: url(/Content/img/iv-guide.png);
}

.download-link.iv-guide h4 {
    margin-right: 147px;
}

.download-link.education-brochure {
    padding-left: 100px;
    min-height: 136px;
}

    .download-link.education-brochure .thumb {
        width: 75px;
        height: 117px;
        left: 14px;
        top: 11px;
    }

.cross-link.savings-card {
    padding-left: 212px;
    padding-right: 100px;
    min-height: 140px;
}

    .cross-link.savings-card .thumb {
        width: 176px;
        height: 112px;
        left: 14px;
        top: 11px;
        position: absolute;
    }

        .cross-link.savings-card .thumb img {
            width: 100%;
        }

.download-link.info-form {
    padding-left: 139px;
    min-height: 178px;
}

    .download-link.info-form .thumb {
        width: 113px;
        height: 143px;
        left: 14px;
        top: 15px;
        background-image: url(/Content/img/info-form.png);
    }
/*--- Efficacy: Invasive Aspergillosis ---*/
.jump-link {
    margin: 40px 0px 0px;
}

    .jump-link a, .jump-link a:hover, .jump-link a:visited, .jump-link a:active {
        color: #ff661B !important;
        text-decoration: underline;
        font-weight: 700;
    }

@media only screen and (max-width: 768px) {
    .jump-link {
        margin: 20px 0px 0px;
    }

    .pagesVideo {
        margin: 20px 0px !important;
    }

        .pagesVideo .text {
            flex: 1 1 100%;
            padding: 0px 0 !important;
        }
}


p.next {
    display: block;
    margin-top: 4em;
}

.cross-links {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    display: flex;
}

    .cross-links.storage {
        flex-wrap: wrap;
    }

        .cross-links.storage .cross-link.dosing, .cross-links.storage .cross-link.support {
            flex: 1 1 47%;
            width: 47%;
        }

        .cross-links.storage .cross-link.request .icon {
            margin: 0 auto;
        }

.cross-link-forphase1 {
    background-color: #177268;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    border-radius: 8px;
}

    .cross-link-forphase1 a {
        color: white;
        font: 18px/22px 'Muli', Arial, sans-serif;
        margin: 0;
        width: 100%;
        flex: 1 1 100%;
        display: flex;
        height: 70px;
        text-align: center;
        font-weight: 700;
        align-self: flex-end;
        align-items: center;
        justify-content: center;
    }

    .cross-link-forphase1.efficacy.green, .cross-link-forphase1.support {
        border: 2px solid #177268;
    }



.cross-link {
    background-color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
}

    .cross-link.efficacy.green, .cross-link.support {
        border: 2px solid #177268;
    }

    /*createdforphase1*/
    .cross-link.efficacy.purple {
        border: 2px solid #94348c;
    }

    .cross-link.efficacy, .cross-link.pharmacokinetics {
        border: 2px solid #E35710;
    }

    .cross-link.dosing {
        border: 2px solid #F9BE00;
    }

    .cross-link.education {
        border: 2px solid #94348C;
    }

    .cross-link.request {
        border: 2px solid #94348C;
        width: 100%;
        flex: 1 1 100%;
    }

    .cross-link h4, .cross-link p.h4, .cross-link h3.h4 {
        color: #525151;
        font: 24px/28px 'Muli', Arial, sans-serif;
        margin: 0 0 10px 0;
        font-weight: 700;
    }

    .cross-link.request .text {
        padding: 0;
    }

    .cross-link.request p {
        padding: 15px 0 0 25px;
    }

        .cross-link.request p:last-of-type {
            padding: 8px 0 15px 25px;
        }

        .cross-link.request p.h4 {
            margin-bottom: 15px;
        }

    .cross-link .icon {
        background-color: #ffffff;
        position: relative;
        margin: 10px 10px 20px 35px;
        display: flex;
        max-width: 28%;
    }

        .cross-link .icon img {
            width: 100%;
        }

    .cross-link .text {
        width: 60%;
        padding: 15px 0 15px 25px;
    }

    .cross-link .text-runup {
        width: 75%;
        padding: 15px 0 15px 25px;
    }

.no-left-margin {
    width: 75%;
    padding: 15px 0 15px 0px;
}

.cross-link p {
    color: #525151;
    font: 18px/22px Arial, sans-serif;
    margin: 0 0 10px 0;
}

.cross-link a {
    color: #f2672b;
    font: 18px/22px 'Muli', Arial, sans-serif;
    margin: 0;
    width: 100%;
    flex: 1 1 100%;
    display: flex;
    margin-bottom: 10px;
    height: 50px;
    text-align: center;
    font-weight: 700;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
}

    .cross-link a em {
        font-family: 'Font Awesome 5 Free'
    }

    .cross-link a span {
        border-bottom: none;
    }

.cross-link.efficacy.green a, .cross-link.support a {
    background: #177268;
    color: #fff;
}

/*createdforphase1*/
.cross-link.efficacy.purple a {
    background: #94348C;
    color: #fff;
}

.cross-link.efficacy a, .cross-link.pharmacokinetics a {
    background: #E35710;
    color: #fff;
}

.cross-link.dosing a {
    background: #F9BE00;
    color: #434343;
}

.cross-link.education a, .cross-link.request a {
    background: #94348C;
    color: #fff;
}

.cross-link a:hover {
    color: #fff;
}

.cross-link.education a:hover, .cross-link.request a:hover {
    background: #6A2565;
}

.cross-link.efficacy.green a:hover, .cross-link.support a:hover {
    background: #0E4A43;
}

/*createdforphase1*/
.cross-link.efficacy.purple a:hover {
    background: #6A2565;
}

.cross-link.efficacy a:hover, .cross-link.pharmacokinetics a:hover {
    background: #BC480D;
}

.cross-link.dosing a:hover {
    background: #DDB32D;
    color: #434343;
}

.cross-link.custom {
    padding: 15px 18px 10px 18px;
}

    .cross-link.custom h4 {
        color: #93348c;
    }

    .cross-link.custom p {
        color: #525151;
        font-size: 16px;
        line-height: 20px;
    }

.dosing-admin .columns > p {
    float: left;
    width: 35%;
    margin-right: 2%;
}

.dosing-admin .columns .cross-link {
    float: left;
    width: 63%;
}

.dosing-admin .cross-link.custom h4, .dosing-admin .cross-link.custom h3.h4, .dosing-admin .cross-link.custom p {
    padding-right: 90px;
}

.dosing-admin .cross-link.custom .icon {
    width: 109px;
    height: 81px;
    top: 6px;
    right: -25px;
    /*background-image: url(/Content/img/gallagher-thumb.png);*/
}

.dosing-admin.storage .cross-link .request .icon {
}
/*--- Efficacy: Invasive Mucormycosis ---*/
/*--- Safety: Safety Profile ---*/
.cresemba-voriconazole-bar-chart {
    min-height: 700px;
    position: relative;
    width: 100%;
}

.no-js .cresemba-voriconazole-bar-chart {
    display: none;
}

.cresemba-voriconazole-bar-chart h2 {
    border-bottom: 2px solid #93358D;
    color: #93358D;
    margin: 0 38px 20px 24px;
    padding: 14px 0 10px 0;
    font-size: 20px;
}

.chartH2 {
    color: #93358D;
    padding: 14px 0 10px 0;
    font-size: 20px;
}

.cresemba-voriconazole-bar-chart legend {
    position: absolute;
    right: 24px;
    padding-top: 0;
}

    .cresemba-voriconazole-bar-chart legend label {
        position: relative;
        display: block;
        margin-bottom: 15px;
    }

        .cresemba-voriconazole-bar-chart legend label div {
            width: 30px;
            height: 21px;
            position: absolute;
            left: -36px;
        }

        .cresemba-voriconazole-bar-chart legend label.purple {
            color: #96368d;
        }

            .cresemba-voriconazole-bar-chart legend label.purple div {
                background: #96368d;
            }

        .cresemba-voriconazole-bar-chart legend label.gray {
            color: #808082;
        }

            .cresemba-voriconazole-bar-chart legend label.gray div {
                background: #808082;
            }

.cresemba-voriconazole-bar-chart legend {
    display: block;
    margin-bottom: 10px;
}

    .cresemba-voriconazole-bar-chart legend label span {
        padding-bottom: 8px;
    }

    .cresemba-voriconazole-bar-chart legend label.gray strong {
        color: #707070;
    }

.cresemba-voriconazole-bar-chart .chart-header {
    color: #808082;
    display: block;
    font: 14px/16px 'Muli', Arial, sans-serif;
    padding-left: 150px;
    padding-bottom: 8px;
}

    .cresemba-voriconazole-bar-chart .chart-header span {
        font-family: 'Arial';
    }

.cresemba-voriconazole-bar-chart .chart-row {
    display: table;
}

    .cresemba-voriconazole-bar-chart .chart-row .chart-label {
        display: table-cell;
        width: 150px;
        height: 56px;
        padding-right: 10px;
        padding-left: 10px;
        vertical-align: middle;
        text-align: right;
        color: #707070;
        font-weight: 200;
        font: 16px/20px 'Muli', Arial, sans-serif;
    }

    .cresemba-voriconazole-bar-chart .chart-row .chart-bars {
        border-left: 2px solid #9d9d9d;
        padding: 7px 0;
    }

        .cresemba-voriconazole-bar-chart .chart-row .chart-bars div {
            color: #fff;
            font: bold 14px/22px 'Muli', Arial, sans-serif;
            height: 22px;
            padding-right: 10px;
            text-align: right;
        }

        .cresemba-voriconazole-bar-chart .chart-row .chart-bars .chart-bar-purple {
            background: #96368d;
        }

        .cresemba-voriconazole-bar-chart .chart-row .chart-bars .chart-bar-gray {
            background: #808082;
        }

.cresemba-voriconazole-bar-chart .chart-footer {
    padding: 9px 0 16px 0;
    text-align: center;
    color: #707070;
}
/*--- Safety: Discontinuation Rates ---*/
/*--- Safety: Use in Specific Populations ---*/
/*--- Dosing & Administration ---*/
#azuremediaplayer {
    padding-top: 56.25%;
    margin-top: 0;
}

.home .azuremediaplayer {
    border: 1px solid #94348c;
}

#amp-home, #amp-kol, #amp-pk {
    padding-top: 56.25%;
}

    #amp-home.vjs-fullscreen, #amp-kol.vjs-fullscreen, #amp-pk.vjs-fullscreen, #azuremediaplayer.vjs-fullscreen {
        padding-top: 0;
    }

#dosing-admin-video {
    margin-bottom: 30px;
}

#video-tabs {
    height: 100%;
    clear: both;
}

    #video-tabs a {
        background: #9b9b9d;
        color: #d9d7d7;
        text-decoration: none;
        font: 30px/24px 'NobelRegular', Arial, sans-serif;
        display: block;
        text-align: center;
        padding: 20px;
        border-radius: 3px;
        float: left;
        margin-right: 12px;
        height: 65px;
        width: 65px;
        margin-bottom: 5px;
    }

        #video-tabs a:hover {
            background: #ecd9ee;
            color: #9b9b9d;
        }

        #video-tabs a.active {
            background: #8f2b8c !important;
            color: #fff !important;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            height: 70px;
            margin-bottom: 0;
        }

#video-container {
    background: #8f2b8c;
    padding: 20px;
    clear: both;
    width: 100%;
    border-radius: 3px;
    border-top-left-radius: 0;
    text-align: center;
}

    #video-container h2 {
        margin-top: .8rem;
        margin-bottom: 1.5rem;
        font: 700 28px/31px 'Muli', Arial, sans-serif;
        margin-top: 1
    }

    #video-container h4 {
        color: #fff;
        font: 22px/24px 'Muli', Arial, sans-serif;
        margin: 0;
    }

        #video-container h4 strong {
            font-family: 'NobelRegular', Arial, sans-serif;
        }

    #video-container p {
        color: #fff;
        font: 16px/18px 'Muli', Arial, sans-serif;
    }
/*--- Dosing & Admin: Storage & Handling ---*/
.storage {
    margin: 2em 0 2em 0;
    width: 100%;
    position: relative;
    display: flex;
}

    .storage:first-of-type {
        margin-top: 0;
    }

    .storage figure small {
        font-size: 70%;
    }

    .storage figure + ul {
        margin-right: 336px;
    }
/*--- Pharmacokinetics ---*/
/*--- Pharmacokinetics: Drug Interactions ---*/
#caution-table-desktop td {
    min-width: 72px;
}

#caution-table-desktop .dark th:first-child {
    border-left: 1px solid #a6a7a9;
}

#caution-table-mobile td.open {
    border-bottom: none;
    padding-bottom: 0;
}

#caution-table-mobile td h4 {
    background: url(/Content/img/table-accordion-arrow-down.png) 97.5% center no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    background-position-x: calc(100% - 20px);
}

#caution-table-mobile td.open h4 {
    background-image: url(/Content/img/table-accordion-arrow-up.png);
}

#caution-table-mobile td div, #caution-table-mobile td table {
    display: none !important;
}

#caution-table-mobile td.open div {
    display: block !important;
}

#caution-table-mobile td.open table {
    display: table !important;
}

#caution-table-mobile td i, #caution-table-desktop td i {
    color: #95358d;
    font-size: 16px;
    margin-right: 3px;
    position: relative;
}
/*--- Access & Reimbursement ---*/
.access-links {
    margin: 1em 0;
    clear: both;
    overflow: auto;
}

    .access-links .col1, .access-links .col2 {
        float: left;
        width: 35%;
        margin-left: 2%;
    }

    .access-links .col1 {
        margin-left: 0;
    }

    .access-links h3 {
        font-size: 16px;
    }

        .access-links h3 a.with-arrow:after {
            top: 0;
        }

    .access-links a {
        text-decoration: none;
        font-size: 18px;
        color: #FF6618;
        font-weight: 600;
    }

        .access-links a span {
            border-bottom: 1px solid #f04e25;
        }

            .access-links a span sup {
                border-bottom: 0px solid #f04e25;
            }

        .access-links a:hover {
            color: #94348C;
        }

            .access-links a:hover span {
                border-bottom: 1px solid #94348C;
            }

    .access-links + h2 {
        padding-right: 262px;
    }

        .access-links + h2 + img {
            padding-left: 40px;
            margin-top: -42px;
        }

            .access-links + h2 + img + p + h3 a {
                font-size: 16px;
            }

.ss {
    position: relative;
    margin: 1.5em auto;
    justify-content: center;
    display: flex;
    color: #707070;
    max-width: 841px;
}

.ss-link img {
    max-width: 100%;
}

.ss-link {
    margin-top: 15%;
    display: block;
}

.ss .text {
    width: 45%;
}

.ss .thumb {
    width: 55%;
}

.ss .text p {
    font: 18px/30px Arial, sans-serif;
    margin: 3px 0;
}

.mobile-100 {
    display: none;
}

.mobile-101 {
    display: block;
}

.dwnload-a {
    width: 25%;
    margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
    .ss .thumb {
        width: 100%;
    }

    .brochure-a-tag {
        margin: 0 20px 20px;
    }

    .dwnload-a {
        width: 50%;
        margin-bottom: 0em;
    }

    .mobile-100 {
        display: block;
    }

    .mobile-101 {
        display: none;
    }
}

.star {
    display: inline-block;
}

.indented {
    display: flex;
}

/*--- Resources ---*/
div.resources {
    margin: 1em 0;
    clear: both;
    overflow: auto;
}

.resource {
    width: 45%;
    margin-right: 5%;
    float: left;
}

    .resource a h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .resource a sup {
        display: inline-block;
        border-bottom: 1px solid #f04e25;
        padding-bottom: 4px;
        margin-bottom: -4px;
        line-height: 1;
    }

    .resource a:hover sup {
        border-bottom-color: #8f2b8c;
    }

#national-broadcast-video {
    background: #8f2b8c;
    padding: 20px;
    clear: both;
    width: 100%;
    border-radius: 3px;
}
/*--- Patient Support ---*/
.patient-resource {
    margin: 1em 0;
    clear: both;
    overflow: auto;
}

    .patient-resource .patient-resource-content {
        width: 63%;
        margin-right: 7%;
        float: left;
    }

        .patient-resource .patient-resource-content h2 {
            margin-top: 0;
        }

    .patient-resource .patient-resource-image {
        width: 30%;
        float: left;
    }

        .patient-resource .patient-resource-image img {
            max-width: 100%;
        }

    .patient-resource h3 {
        font-size: 16px;
        line-height: 20px;
    }
/*--- Request Information ---*/
form {
    margin: 2em 0;
}

    form > div {
        padding-bottom: 32px;
    }

        form > div.dd_specialty_other {
            display: none;
            margin-top: -24px;
        }

    form label, .likeLabel {
        color: #707070;
        display: block;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 6px;
        font-weight: 400;
        margin-top: 8px;
    }

        form label[for=contactPhone], form label[for=contactEmail] {
            margin-left: 5px;
        }

.ie form label {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
}

form input {
    background: #fff;
    border: 1px solid #707070;
    display: block;
    border-radius: 10px;
    font-family: Arial;
    font-size: 16px;
    height: 44px;
    padding: 0 10px;
    width: 100%;
}

    form input:focus, form button:focus {
        outline: none !important;
        border: 1px solid #8f2b8c;
        box-shadow: 0 0 10px #8f2b8c;
    }

form .error input {
    border: 1px solid #ff0000 !important;
}

form span {
    padding-top: 3px;
    display: none;
    color: #ff0000;
}

form .error span {
    display: inline-block !important;
    font-family: Arial, sans-serif;
}

form .contact-me {
    display: none;
}

form .dk_container {
    width: 100%;
    height: 44px;
    margin-bottom: 0;
}

form .dk_toggle {
    background: #ffffff url(/Content/img/Arrow_Down.png) 94.5% 12px no-repeat;
    border: 1px solid #707070;
    border-radius: 9px;
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    line-height: 44px;
    height: 44px;
    position: relative;
    text-align: center;
    width: 100% !important;
    z-index: 2;
}

form .dk_open .dk_toggle {
    background: #ffffff url(/Content/img/Arrow_Down.png) 94.5% 12px no-repeat;
}

form .dk-selected.two-lines {
    line-height: 1;
    padding-top: 3px;
}

form .error .dk_toggle {
    border: 1px solid #fb0d0d;
}

form .dk_options {
    border: 1px solid #626262;
    border-radius: 0 0 5px 5px;
    margin-top: -3px;
    z-index: 1;
    max-height: 1000000px;
    top: 100% !important;
    background-color: #F4F4F4;
}

    form .dk_options .dk_options_inner {
        border-radius: 0 0 5px 5px;
        background-color: #F4F4F4;
        max-height: 350px;
    }

    form .dk_options li a {
        color: #3e3e3e !important;
        font: 16px/19px Arial;
        padding: 8px 24px;
    }

    form .dk_options a:hover, form .dk_option_current {
        background: #b1b1b1;
    }

    form .dk_options li:first-child {
        display: none;
    }

form .field {
    max-width: 390px;
}

form .subscribe-button {
    max-width: 200px;
    margin-bottom: 36px;
}

form .unsubscribe-button {
    max-width: 200px;
    margin-bottom: 0;
}

form .toggle-buttons, form .toggle-buttons label {
    padding-bottom: 15px;
}

form .radio {
    display: grid;
    align-content: center;
    margin-bottom: 20px;
    grid-template-columns: 36px 1fr;
    grid-template-rows: 43px 43px 1fr;
}

    form .radio span {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: span 2;
    }

form input[type="radio"] {
    display: inline-block;
    width: 33px;
    height: 33px;
}

.radioFields label {
    display: inline-block;
    margin: 10px 0 0 5px;
}

form .toggle-button {
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    margin-bottom: 10px;
    padding-left: 72px;
    padding-right: 15px;
    position: relative;
    align-items: center;
}

    form .toggle-button img {
        display: block;
        width: 42px;
        height: 42px;
        border: none;
        margin: 4px 15px 15px;
        position: absolute;
        left: 0;
        top: 0;
    }

        form .toggle-button img + img {
            display: none;
        }

.page #content form .toggle-buttons .toggle-button p {
    margin: 13px 15px 13px 0;
    line-height: 23px;
}

form .dd_prefix {
    max-width: 230px;
}

form a.dk_label {
    padding-left: 15px;
    color: #707070 !important;
    text-align: left;
    font-weight: 300;
}

    form a.dk_label:hover {
        color: #ffffff;
    }

form .cta {
    background: #94348C;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font: 13px/15px 'Muli', Arial, sans-serif;
    margin-bottom: 10px;
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 44px;
}

form .results ul {
    list-style-type: none;
    margin-left: 0;
}

form .results li {
    border-bottom: 1px solid #707070;
    list-style-type: none;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: #707070;
    font: 18px/22px Arial;
}

    form .results li p {
        padding: 0px 10px 0px 0px;
        width: 170%;
    }


@media only screen and (max-width: 767px) {
    form .results li p {
        padding: 0px 10px 0px 0px;
        width: 170%;
    }
}

form .results {
    display: none;
}

    form .results.active {
        display: block;
    }


form .notFound {
    display: none;
}

    form .notFound.active {
        display: block;
    }

form .notListed, form .notListed .notListedTitle, form .notListed .notFoundTitle {
    display: none;
}

    form .notListed.active, form .notListed .notListedTitle.active, form .notListed .notFoundTitle.active {
        display: block;
    }


form .results a {
    width: 300px;
    height: auto;
}

form .results .profile-check {
    display: none;
    color: green;
    margin: 0px auto;
    width: 16%;
    padding: 0px;
}




form .results li.active {
    font-weight: bold;
}

    form .results li.active a {
        background: linear-gradient(#f9c300, #fbd700) !important;
        border: 1px solid #cea520 !important;
        color: #444 !important;
    }

form .results .notHere {
    margin-top: 30px;
}

    form .results .notHere.active {
        background: linear-gradient(#f9c300, #fbd700) !important;
        border: 1px solid #cea520 !important;
        color: #444 !important;
    }

form div.disclaimer {
    padding-bottom: 0;
}

form .results button.active {
    background: linear-gradient(#f9c300, #fbd700) !important;
    border: 1px solid #cea520 !important;
    color: #444 !important;
}

form .notListed, form .notFound {
    padding: 25px 1.5rem;
    position: relative;
    margin: 25px -1.5rem;
    background: rgba(112, 112, 112, .1);
}


    form .notListed .field, form .notFound .field {
        padding-bottom: 32px;
    }

        form .notListed .field input, form .notFound .field input {
            z-index: 9;
        }


form .info ul {
    list-style-type: none;
    margin-left: 0;
}

    form .info ul li {
        list-style-type: none;
        color: #707070;
        font: 18px/22px Arial;
    }

        form .info ul li a {
            text-decoration: underline;
        }

.info p {
    margin: 15px 0 .5em 0;
}

.info h3 {
    margin: 0 0 .5em 0;
    font: bold 18px/22px Arial !important;
}

.thankYouLinks .cross-link:first-of-type {
    margin-left: 0;
}

.download-link.dosing-brochure p {
    margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
    form .results li, form .info ul li {
        font: 16px/18px Arial;
    }
}


/*--- Unsubscribe ---*/
#unsubscribeForm .spinner > div {
    background-color: #94348c;
    height: 30px;
}
/*--- Sitemap ---*/
.sitemap #main-content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.sitemap #main-content li {
    color: #000;
}

.sitemap #main-content ul li ul li {
    background: none;
}

.cross-link.support .icon {
    max-width: 45%;
    margin-left: 0;
}

.cross-link.support .text {
    width: 50%;
}
/*--- Other Media Queries ---*/
@media only screen and (max-width: 960px) {
    .ss .text {
        width: 100%;
    }

    .ss-link {
        margin-top: 1em;
        position: static;
    }

    .cresemba-voriconazole-bar-chart legend {
        right: 12px;
        font-size: 14px;
    }

    .cross-link .text, .cross-link.support .text {
        width: 100%;
        order: 1;
        padding: 10px;
    }


    .cross-link .icon {
        width: 100%;
        order: 0;
        margin: 20px auto;
        max-width: 115px !important;
    }

    .storage {
        flex-wrap: wrap;
    }

    .cross-link {
        flex: 1 1 100% !important;
        text-align: center;
    }

        .cross-link a {
            order: 3;
            padding: 15px 24px;
            height: auto;
        }

    .cross-links.storage .cross-link.request .icon {
        margin: 20px auto !important;
    }

    .cross-link.request p, .cross-link.request p:last-of-type {
        padding: 0;
    }

    .cross-link.support .icon {
        max-width: 85% !important;
        margin: 20px auto;
    }

    .download-link p.small, .download-link p.small a {
        font: 14px/16px Arial, sans-serif;
        text-align: left;
    }

    .access-links h3 {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 800px) {
    .callouts .callout.patient-materials > div {
        padding-bottom: 10px;
    }

    .callouts .callout.patient-materials h2,
    .callouts .callout.patient-materials h3,
    .callouts .callout.patient-materials p,
    .callouts .callout.patient-materials a {
        max-width: 300px;
    }

    .callouts .callout.support h3 {
        word-break: break-word;
    }

    .download-link.iv-guide h4,
    .download-link.enrollment-form h4,
    .download-link.enrollment-form h3.h4,
    .cross-link.savings-card h4,
    .cross-link.savings-card h3.h4 {
        margin-right: 0px;
    }
}

.drugInteractions1 table, .drugInteractions2 table, .drugInteractions3 table {
    margin: 1.5rem 0px 0px;
    /* margin: 1.5rem 0; */
}

.footnotes {
    margin-top: 15px;
    /*margin-left: -20px;*/
}


/*--- Mobile ---*/
@media only screen and (max-width: 767px) {
    .callouts .callout h2 {
        font: 18px/20px 'Muli', Arial, sans-serif;
        margin: 0 0 6px 0;
    }

    .callouts .callout h3 {
        font: 14px/16px 'NobelBold', Arial, sans-serif;
        margin: 0 0 6px 0;
    }

    .callouts .col1,
    .callouts .col2 {
        width: 100%;
        margin: 0;
    }

    .callouts .callout {
        height: auto !important;
        padding: 8px 8px 6px 8px;
    }

        .callouts .callout div {
            font-size: 14px;
            line-height: 16px;
        }

        .callouts .callout p {
            margin: 8px 0;
        }

        .callouts .callout.overview .content {
            display: none;
        }

            .callouts .callout.overview .content.mobile {
                display: block;
                padding-right: 0;
            }

        .callouts .callout.overview #video-thumb {
            display: none;
        }

        .callouts .callout.overview #video-thumb-mobile {
            display: block;
            width: 100%;
            max-width: 287px;
            height: 120px;
            background-image: url('/Content/img/home-overview-video-mobile.png');
            background-repeat: no-repeat;
            background-position: top center;
            background-size: contain;
            margin: 0 auto 8px auto;
        }

            .callouts .callout.overview #video-thumb-mobile:hover {
                background-image: url('/Content/img/home-overview-video-mobile-hover.png');
            }

        .callouts .callout.overview .video-container {
            margin-top: 0;
            margin-bottom: 20px;
        }

        .callouts .callout.patient-materials > div {
            padding-bottom: 0;
        }

        .callouts .callout.dosing br {
            display: none;
        }

        .callouts .callout.dosing h2 {
            margin-top: 18px;
        }

        .callouts .callout.dosing h3 {
            margin-bottom: 34px;
        }

        .callouts .callout.dosing .thumb {
            width: 114px;
            height: 87px;
            left: -15px;
            top: 8px;
            /*background-image:url('/Content/img/home-dosing-bottle-mobile.png');
        background-size:contain;*/
        }

        .callouts .callout.support h2 {
            margin-top: 10px;
        }

        .callouts .callout.support .thumb {
            width: 92px;
            height: 58px;
            left: 8px;
            top: 8px;
            /*background-image:url('/Content/img/home-savings-card-mobile.png');
        background-size:contain;*/
        }

            .callouts .callout.support .thumb img {
                width: 100%;
            }

        .callouts .callout.support h2,
        .callouts .callout.support h3 {
            margin-left: 108px;
        }

        .callouts .callout.support h3 {
            margin-bottom: 16px;
        }

        .callouts .callout.patient-materials .thumb {
            width: 69px;
            height: 107px;
            right: auto;
            left: 0;
            top: -10px;
            /*background-image:url('/Content/img/home-patient-materials-mobile.png');
        background-size:contain;*/
        }

            .callouts .callout.patient-materials .thumb img {
                width: 100%;
            }

        .callouts .callout.patient-materials h2 {
            margin-top: 10px;
        }

        .callouts .callout.patient-materials h2,
        .callouts .callout.patient-materials h3,
        .callouts .callout.patient-materials p,
        .callouts .callout.patient-materials a {
            max-width: 100%;
            margin-left: 85px;
            display: block;
        }

    .cross-link h4,
    .cross-link p.h4,
    .cross-link h3.h4 {
        margin-bottom: 8px;
    }

    .cross-link p,
    .cross-link.custom p {
        margin-bottom: 8px;
    }


    .cross-link.support h4,
    .cross-link.support h3.h4,
    .cross-link.support p,
    .cross-link.support a {
        margin-left: 0;
    }


    .cross-link.custom {
        padding: 12px 15px 20px 15px;
    }


    @media only screen and (max-width: 960px) {
        .cross-links {
            flex-wrap: wrap;
        }
    }




    .dosing-admin .columns > p {
        float: none;
        width: 98%;
        margin-right: 0;
    }

    .dosing-admin .columns .cross-link {
        float: none;
        width: 100%;
    }

    .dosing-admin .cross-link.custom h4,
    .dosing-admin .cross-link.custom p {
        padding-right: 90px;
        padding-right: 90px;
    }

    .dosing-admin .cross-link.custom h4 {
        color: #525151;
    }

    .dosing-admin .cross-link.custom .icon {
        width: 109px;
        height: 89px;
        top: 12px;
        right: -15px;
        left: auto;
        /*background-image: url(/Content/img/gallagher-thumb-mobile.png);*/
    }

        .dosing-admin .cross-link.custom .icon img {
            width: 100%;
        }

    /* download-link */
    .download-link {
        padding: 20px;
        margin-bottom: 32px;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }



        .download-link .text {
            margin-right: 20px;
        }

        .download-link.dosing-brochure {
            min-height: 127px;
            display: flex;
            flex-wrap: wrap;
        }

            .download-link.dosing-brochure a {
                margin-top: 10px;
            }

            .download-link.dosing-brochure .thumb {
                order: 1;
                margin: 0 auto;
                text-align: center;
            }

        .download-link .thumb {
            order: 1;
            margin-left: 0;
            margin-top: 10px;
        }

        .download-link.dosing-brochure .h4, .download-link h3.h4 {
            order: 0;
            width: 100%;
        }

        .download-link p {
            order: 2;
        }

        .download-link a {
            order: 3;
        }

        .download-link p.small {
            order: 4;
        }

        .download-link.dosing-brochure .thumb img {
            width: 100%;
        }

        .download-link.iv-guide {
            min-height: 105px;
            padding-left: 123px;
        }

            .download-link.iv-guide .thumb {
                width: 107px;
                height: 66px;
                left: 8px;
                top: 8px;
                background-image: url(/Content/img/iv-guide-mobile.png);
            }

        .download-link.education-brochure {
            padding-left: 82px;
            min-height: 127px;
        }

            .download-link.education-brochure .thumb {
                width: 63px;
                height: 98px;
                left: 8px;
                top: 12px;
                /*background-image: url(/Content/img/education-brochure-mobile.png);*/
            }

                .download-link.education-brochure .thumb img {
                    width: 100%;
                }

    .cross-link.savings-card {
        padding-left: 14px;
        padding-right: 14px;
        min-height: auto;
    }

        .cross-link.savings-card .thumb {
            width: 107px;
            height: 68px;
            left: 8px;
            top: 8px;
            margin: 0 auto 1rem auto;
            position: static;
            /*background-image: url(/Content/img/savings-card-mobile.png);*/
        }

            .cross-link.savings-card .thumb img {
                width: 100%;
            }


    .download-link.info-form {
        min-height: 118px;
        padding-left: 94px;
    }

        .download-link.info-form .thumb {
            width: 76px;
            height: 96px;
            left: 8px;
            top: 8px;
            background-image: url(/Content/img/info-form-mobile.png);
        }

    .ss {
        flex-wrap: wrap;
    }

    .accordion {
        margin-top: 1em;
        margin-left: -16px;
        margin-right: -16px;
    }

    .accordion-header {
        background: #cacacd url(/Content/img/accordion-plus.png) 96% center no-repeat;
        background-size: 28px 28px;
        cursor: pointer;
        padding-left: 16px;
        padding-right: 72px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .accordion.open .accordion-header {
        background-image: url(/Content/img/accordion-minus.png);
    }

    .accordion-header h2 {
        font: 18px/21px 'NobelRegular', Arial, sans-serif;
        margin-top: 0;
        margin-bottom: 0;
    }

    .accordion-body {
        background: #e1e1e3;
        display: none;
        padding: 16px;
    }

    .accordion.open .accordion-body {
        display: block;
    }

    .cresemba-voriconazole-bar-chart {
        background: none;
    }


        .cresemba-voriconazole-bar-chart h2 {
            margin: 20px 0 10px 0;
            padding-right: 40px;
            padding-top: 10px;
            font-weight: 800;
        }

    @media screen and (max-width: 767px) {
        .cresemba-voriconazole-bar-chart h2 {
            margin: 20px 0 10px 0;
            padding-right: 0px;
            padding-top: 10px;
            font-weight: 800;
        }
    }

    .cresemba-voriconazole-bar-chart .chart-header {
        padding-left: 0;
    }

    .cresemba-voriconazole-bar-chart legend {
        margin-bottom: 12px;
        position: static;
        padding-top: 8px;
        width: 100%;
    }

        .cresemba-voriconazole-bar-chart legend label {
            display: block;
            margin-bottom: 5px;
        }

            .cresemba-voriconazole-bar-chart legend label div {
                height: 14px;
                left: 0;
                top: 2px;
            }

            .cresemba-voriconazole-bar-chart legend label strong {
                padding-left: 40px;
            }

            .cresemba-voriconazole-bar-chart legend label strong, .cresemba-voriconazole-bar-chart legend label span {
                display: inline-block;
                font-size: 16px;
            }

    .cresemba-voriconazole-bar-chart .chart-row {
        display: block;
    }

        .cresemba-voriconazole-bar-chart .chart-row .chart-label {
            display: block;
            height: auto;
            padding: 8px 0 0 0;
            text-align: left;
            width: auto;
        }

        .cresemba-voriconazole-bar-chart .chart-row .chart-bars div:after {
            content: ' of patients';
        }

        .cresemba-voriconazole-bar-chart .chart-row .chart-bars {
            border: none;
            padding-top: 4px;
        }

    .cresemba-voriconazole-bar-chart .chart-footer {
        display: none;
    }

    .cresemba-voriconazole-bar-chart + .footnotes {
        margin-top: 1em;
    }

    p.next {
        margin-top: 2em;
    }

    .access-links div {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .access-links + h2 {
        padding-right: 0;
    }

        .access-links + h2 + img {
            display: none;
        }

    .resource {
        width: 100%;
        margin: 0;
    }

    .storage {
        position: static;
        padding-left: 0;
        margin-bottom: 0;
    }

    div.download-link.iv-guide + h2 + div.storage {
        margin-bottom: 2em;
    }

    .storage figure {
        position: static;
        margin: 1.5em auto 1em;
        float: none;
    }

    .download-link h3.h4 {
        margin-top: 0;
    }

    .storage figure small {
        display: block;
        text-align: center;
    }

    .storage figure + ul {
        margin-left: 1em;
    }

    .patient-resource .patient-resource-content {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .patient-resource .patient-resource-image {
        display: none;
        width: 100%;
        float: none;
    }

        .patient-resource .patient-resource-image a {
            display: block;
            margin: 1em 0;
        }

    #caution-table-mobile > tbody > tr > td {
        padding: 0;
    }

    #caution-table-mobile td h4 {
        display: block;
        padding: 0 20px;
        height: 44px;
        line-height: 44px;
        position: relative;
        z-index: 1;
        color: #707070;
        font-family: 'Muli', Arial;
    }

    #caution-table-mobile td.open div {
        padding: 0 20px;
        margin-top: -10px;
    }

    #caution-table-mobile td.open table {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #video-tabs a {
        height: 44px;
        width: 44px;
        font-size: 24px;
        padding: 12px;
        margin-right: 8px;
    }

        #video-tabs a.active {
            height: 49px;
        }

    form .toggle-button img {
        margin: 9px 15px;
    }
}

#app {
    display: none;
}

.export_list_container {
    height: 300px;
}

    .export_list_container button a {
        text-decoration: none;
    }

    .export_list_container button.nav-link {
        max-width: 50%;
    }

@media screen and (max-width: 521px) {
    .cross-link.custom {
        padding: 12px 15px 10px 15px;
    }
}

@media screen and (max-width: 480px) {
    .cresemba-voriconazole-bar-chart .chart-row .chart-bars div {
        font-size: 12px;
    }
}

@media screen and (max-width: 322px) {
    .callouts .callout.dosing h3 {
        margin-bottom: 32px;
    }
}

.sitemap .sitemapUl {
    margin-top: 1em;
}

.sitemap .sitemap ul {
    list-style: none;
}

    .sitemap .sitemap ul li {
        color: #707070;
        font: 18px/22px Arial, sans serif;
    }

        .sitemap .sitemap ul li a {
            text-decoration: underline;
            font: 18px/22px Arial, sans serif;
        }

.sitemap .grayLink {
    color: #707070;
}

.sitemap ul li ul li {
    background: transparent;
}

.answer {
    margin: 0 0 10px 66px;
    padding: 0 20px;
    display: none;
}

    .answer p {
        margin-top: 0;
    }

    .answer figure.graphic-chart {
        margin-bottom: 1em;
        margin-left: 0;
    }

        .answer figure.graphic-chart img {
            max-width: 100% !important;
        }

    .answer ul {
        list-style: disc;
        margin: 0 0 0 1em;
    }

        .answer ul li {
            background: transparent;
            padding-left: 0;
            color: #94348c;
            margin-bottom: 0.5em;
            font: 18px/22px Arial, sans-serif;
        }

            .answer ul li span {
                color: #707070;
            }

    .answer figure.graphic-chart span {
        font: bold 18px/20px Arial, sans-serif;
    }
    /*.answer p, .accordion li {
    color: #707070;
}*/
    .answer h4 {
        font: 600 20px/24px 'Muli', Arial;
        margin-bottom: 10px;
    }

.shown .answer {
    display: block;
}

.answer a {
    color: #FF6618;
    font: 18px/22px Arial, sans-serif;
    font-weight: 400;
    text-decoration: underline;
}

.accordion {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}

    .accordion h3 {
        position: relative;
        margin: 0;
        padding: 10px;
        color: #676765;
        font-size: 24px;
        display: flex;
        align-items: center;
        font-weight: 700;
    }

        .accordion h3:hover {
            cursor: pointer;
        }

        .accordion h3:before {
            content: url(../../Content/img/FAQ-Plus.jpg);
            margin-right: 25px;
        }

        .accordion h3:hover:before {
            content: url(../../Content/img/FAQ-PlusHover.png);
            cursor: pointer;
        }

    .accordion .shown h3:before {
        content: url(../../Content/img/FAQ-Minus.jpg);
    }

@media only screen and (max-width: 960px) {
    .answer {
        margin: 0;
    }

        .answer a {
            color: #FF6618;
            font: 16px/18px Arial, sans-serif;
        }
}


.pagesVideo {
    background-color: rgba(112,112,112,.1);
    display: flex;
    margin: 50px 0;
}

    .pagesVideo .text {
        flex: 1 1 50%;
        padding: 100px 0;
    }

        .pagesVideo .text.textOutside p {
            padding: 0 60px 0 75px;
            margin-bottom: 20px;
        }

        .pagesVideo .text.textOutside a {
            padding: 0 60px 0 75px;
            margin-bottom: 0;
        }

        .pagesVideo .text.textOutside h2 {
            margin-bottom: 0;
        }

    .pagesVideo .video .video-hide {
        display: none;
        width: 660px;
    }

.purpleText {
    flex: 1 1 50%;
    background: #94348C;
    padding: 35px 55px 35px 75px;
}

    .purpleText p, .purpleText h2 {
        color: #fff;
    }

    .purpleText h2 {
        margin-top: 0;
    }

    .purpleText p {
        margin-bottom: 20px;
    }

    .purpleText a {
        color: white;
    }



@media only screen and (max-width:768px) {
    .purpleText {
        flex: 1 1 50%;
        background: #94348C;
        text-align: left;
        padding: 35px 25px 35px 25px;
    }

    .pagesVideo .video .video-hide {
        width: auto;
    }
}

.pagesVideo .video {
    flex: 1 1 50%;
    padding: 0px 70px 0px 0;
    align-self: center;
}

    .pagesVideo .video .video-poster-click:hover {
        cursor: pointer;
    }

    .pagesVideo .video .pagesVid.azuremediaplayer {
        border: 1px solid #707070;
        border-radius: 6px;
    }

.pagesVideo .amp-default-skin.amp-big-play-centered .vjs-big-play-button {
    left: 95%;
    top: 85%;
}

.pagesVideo .amp-default-skin .vjs-big-play-button {
    background-color: rgba(112,112,112,.3);
    border: none;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

    .pagesVideo .amp-default-skin .vjs-big-play-button:before {
        color: #20223E;
        left: 7px;
        width: 12px;
        height: 16px;
        line-height: 1.5em;
    }

@media only screen and (max-width: 960px) {
    .pagesVideo {
        flex-flow: row wrap;
    }

        .pagesVideo .video img {
            width: 100%;
        }

    .videoThumb {
        width: 100%;
    }

    .pagesVideo .video {
        flex: 1 1 100%;
        padding: 0 75px 30px;
    }

    .pagesVideo .text {
        flex: 1 1 100%;
        padding: 30px 0;
    }
}

@media only screen and (max-width: 768px) {
    .pagesVideo {
        flex-flow: row wrap;
    }

        .pagesVideo .video img {
            width: 100%;
        }

    .videoThumb {
        width: 100%;
    }

    .pagesVideo .video {
        flex: 1 1 100%;
        padding: 10px 25px 30px;
    }

    .pagesVideo .text.textOutside p {
        flex: 1 1 100%;
        padding: 0 25px 0px;
    }

    .pagesVideo .text.textOutside a {
        flex: 1 1 100%;
        padding: 0 25px 30px;
    }


    .pagesVideo .text {
        flex: 1 1 100%;
        padding: 30px 0;
    }
}



.registration_form h3 {
    color: #707070;
    font-size: 22px;
}
