/* Minification failed. Returning unminified contents.
(2018,35): run-time error CSS1046: Expect comma, found '0'
(2018,39): run-time error CSS1046: Expect comma, found '/'
(2029,35): run-time error CSS1046: Expect comma, found '0'
(2029,39): run-time error CSS1046: Expect comma, found '/'
(2123,35): run-time error CSS1046: Expect comma, found '0'
(2123,39): run-time error CSS1046: Expect comma, found '/'
(3847,53): run-time error CSS1039: Token not allowed after unary operator: '-white'
(4010,39): run-time error CSS1046: Expect comma, found '0'
(4010,43): run-time error CSS1046: Expect comma, found '/'
(4029,39): run-time error CSS1046: Expect comma, found '0'
(4029,43): run-time error CSS1046: Expect comma, found '/'
(4121,39): run-time error CSS1046: Expect comma, found '0'
(4121,43): run-time error CSS1046: Expect comma, found '/'
(4652,54): run-time error CSS1039: Token not allowed after unary operator: '-white'
(4891,35): run-time error CSS1046: Expect comma, found '0'
(4891,39): run-time error CSS1046: Expect comma, found '/'
(6912,49): run-time error CSS1039: Token not allowed after unary operator: '-white'
(8097,35): run-time error CSS1046: Expect comma, found '0'
(8097,39): run-time error CSS1046: Expect comma, found '/'
(9607,58): run-time error CSS1039: Token not allowed after unary operator: '-white'
(11445,39): run-time error CSS1046: Expect comma, found '0'
(11445,43): run-time error CSS1046: Expect comma, found '/'
 */
@keyframes fadeInBlock {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}


@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100px);
        opacity: 0.0;
    }

    50% {
        transform: translateX(-50px);
        opacity: 0.5;
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }

}

    @keyframes bounce {
        0% {
        transform: translateY(0px);
        opacity: .5;
    }

    17% {
        transform: translateY(-20px);
        opacity: .75;
    }

    34% {
        transform: translateY(0px);
        opacity: 1;
    }

    51% {
        transform: translateY(-13px);
        opacity: 1;
    }

    68% {
        transform: translateY(0px);
        opacity: 1;
    }


    85% {
        transform: translateY(-8.32px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slideInRight-Bladder {
    0% {
        width: 0px;
        height: 307px;
        transform: scale(0.5);
        opacity: 0;
    }

    95% {
        opacity: .25;
    }

    100% {
        width: 470px;
        height: 307px;
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        top: 296px;
    }

    100% {
        top: 0px;
        opacity: 1;
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        right: 425px;
    }

    100% {
        right: -2px;
        opacity: 1;
    }
}







.homePage h1 {
    opacity: 0;
    animation: fadeInBlock .7s forwards .75s ease-in-out;
    -moz-animation: fadeInBlock .7s forwards .75s ease-in-out;
    -webkit-animation: fadeInBlock .7s forwards .75s ease-in-out;
}

.homePage #titleP {
    opacity: 0;
    animation: fadeInBlock .7s forwards 1.75s ease-in-out;
    -moz-animation: fadeInBlock .7s forwards 1.75s ease-in-out;
    -webkit-animation: fadeInBlock .7s forwards 1.75s ease-in-out;
}

/*.homePage #desktop-carrot {
    animation-duration: 1.7s;
    animation-timing-function: ease-in;
    animation-delay: 2.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: bounce;
}*/

.slideInFromLeft {
    animation-timing-function: ease-in;
    animation-delay: 2.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: slindeInFromLeft;
}

.fadeCalloutBox1 {
    animation: fadeInBlock .7s forwards 0s linear;
    -moz-animation: fadeInBlock .7s forwards 0s linear;
    -webkit-animation: fadeInBlock .7s forwards 0s linear;
}

.tipsFade1 {
    animation: fadeInBlock .9s forwards 0s linear;
    -moz-animation: fadeInBlock .9s forwards 0s linear;
    -webkit-animation: fadeInBlock .9s forwards 0s linear;
}

.tipsFade2 {
    animation: fadeInBlock .9s forwards .5s linear;
    -moz-animation: fadeInBlock .9s forwards .5s linear;
    -webkit-animation: fadeInBlock .9s forwards .5s linear;
}

.tipsFade3 {
    animation: fadeInBlock .9s forwards 1s linear;
    -moz-animation: fadeInBlock .9s forwards 1s linear;
    -webkit-animation: fadeInBlock .9s forwards 1s linear;
}

.tipsFade4 {
    animation: fadeInBlock .9s forwards 1.5s linear;
    -moz-animation: fadeInBlock .9s forwards 1.5s linear;
    -webkit-animation: fadeInBlock .9s forwards 1.5s linear;
}

.graphFade1 {
    animation: fadeInBlock .9s forwards 0s linear;
    -moz-animation: fadeInBlock .9s forwards 0s linear;
    -webkit-animation: fadeInBlock .9s forwards 0s linear;
}

.graphFade2 {
    animation: fadeInBlock .9s forwards .5s linear;
    -moz-animation: fadeInBlock .9s forwards .5s linear;
    -webkit-animation: fadeInBlock .9s forwards .5s linear;
}

.graphFade3 {
    animation: fadeInBlock .9s forwards 1s linear;
    -moz-animation: fadeInBlock .9s forwards 1s linear;
    -webkit-animation: fadeInBlock .9s forwards 1s linear;
}

.graphFade4 {
    animation: fadeInBlock .9s forwards 1.5s linear;
    -moz-animation: fadeInBlock .9s forwards 1.5s linear;
    -webkit-animation: fadeInBlock .9s forwards 1.5s linear;
}

.fadeBtn1 {
    animation: fadeInBlock .45s forwards 0s linear;
    -moz-animation: fadeInBlock .45s forwards 0s linear;
    -webkit-animation: fadeInBlock .45s forwards 0s linear;
}

.fadeBtn2 {
    animation: fadeInBlock .45s forwards .5s linear;
    -moz-animation: fadeInBlock .45s forwards .5s linear;
    -webkit-animation: fadeInBlock .45s forwards .5s linear;
}

.fadeBtn3 {
    animation: fadeInBlock .45s forwards 1s linear;
    -moz-animation: fadeInBlock .45s forwards 1s linear;
    -webkit-animation: fadeInBlock .45s forwards 1s linear;
}

.bladderSpreadWrap .cancerSpreadImg2,
.bladderSpreadWrap .cancerSpreadTxt1,
.bladderSpreadWrap .cancerSpreadTxt2,
.bladderSpreadWrap .cancerSpreadTxt3 {
    opacity: 0;
}

.cancerSpreadImg2-Animation {
    animation: slideInRight-Bladder .5s forwards 0s linear;
    -moz-animation: slideInRight-Bladder .5s forwards 0s linear;
    -webkit-animation: slideInRight-Bladder .5s forwards 0s linear;
}

.cancerSpreadTxtFade1 {
    animation: fadeInBlock .45s forwards .9s linear;
    -moz-animation: fadeInBlock .45s forwards .9s linear;
    -webkit-animation: fadeInBlock .45s forwards .9s linear;
}

.cancerSpreadTxtFade2 {
    animation: fadeInBlock .45s forwards 1.4s linear;
    -moz-animation: fadeInBlock .45s forwards 1.4s linear;
    -webkit-animation: fadeInBlock .45s forwards 1.4s linear;
}

.cancerSpreadTxtFade3 {
    animation: fadeInBlock .45s forwards 1.9s linear;
    -moz-animation: fadeInBlock .45s forwards 1.9s linear;
    -webkit-animation: fadeInBlock .45s forwards 1.9s linear;
}

.tipsFade1 {
    opacity: 0;
}

.tipsFade2 {
    opacity: 0;
}

.tipsFade3 {
    opacity: 0;
}

.tipsFade4 {
    opacity: 0;
}

.aboutChartOne-Wrap .aboutChartTxt_1,
.aboutChartOne-Wrap .aboutChartTxt_2,
.aboutChartOne-Wrap .aboutChartTxt_3,
.fadeCalloutBoxWrap .fadeCalloutBox {
    opacity: 1;
}

.graphFade1,
.graphFade2,
.graphFade3,
.graphFade4 {
    opacity: 0;
}

.labStudies1,
.labStudies2,
.labStudies3 {
    opacity: 0;
}

.labfadeBtn1 {
    animation: fadeInBlock .5s forwards 0s linear;
    -moz-animation: fadeInBlock .5s forwards 0s linear;
    -webkit-animation: fadeInBlock .5s forwards 0s linear;
}

.labfadeBtn2 {
    animation: fadeInBlock .5s forwards .7s linear;
    -moz-animation: fadeInBlock .5s forwards .7s linear;
    -webkit-animation: fadeInBlock .5s forwards .7s linear;
}

.labfadeBtn3 {
    animation: fadeInBlock .5s forwards 1.4s linear;
    -moz-animation: fadeInBlock .5s forwards 1.4s linear;
    -webkit-animation: fadeInBlock .5s forwards 1.4s linear;
}

.trial44,
.trial32,
.trial12 {
    opacity: 0;
}

.trial44 {
    z-index: 2;
}

.trial32,
.trial12 {
    z-index: 1;
}

.slideLeft {
    animation: slideLeft .5s forwards 0s linear;
    -moz-animation: slideLeft .5s forwards 0s linear;
    -webkit-animation: slideLeft .5s forwards 0s linear;
}

.slideRight32 {
    animation: slideRight .45s forwards .85s linear;
    -moz-animation: slideRight .45s forwards .85s linear;
    -webkit-animation: slideRight .45s forwards .85s linear;
}

.slideRight12 {
    animation: slideRight .45s forwards .85s linear;
    -moz-animation: slideRight .45s forwards .85s linear;
    -webkit-animation: slideRight .45s forwards .85s linear;
}

.treatmentImgWrap img {
    opacity: 0;
}

.treatmentfadeBtn1 {
    animation: fadeInBlock .5s forwards 0s linear;
    -moz-animation: fadeInBlock .5s forwards 0s linear;
    -webkit-animation: fadeInBlock .5s forwards 0s linear;
}

.treatmentfadeBtn2 {
    animation: fadeInBlock .5s forwards .7s linear;
    -moz-animation: fadeInBlock .5s forwards .7s linear;
    -webkit-animation: fadeInBlock .5s forwards .7s linear;
}

.treatmentfadeBtn3 {
    animation: fadeInBlock .5s forwards 1.4s linear;
    -moz-animation: fadeInBlock .5s forwards 1.4s linear;
    -webkit-animation: fadeInBlock .5s forwards 1.4s linear;
}

.treatmentfadeBtn4 {
    animation: fadeInBlock .5s forwards 2.1s linear;
    -moz-animation: fadeInBlock .5s forwards 2.1s linear;
    -webkit-animation: fadeInBlock .5s forwards 2.1s linear;
}

.treatmentfadeBtnLine {
    animation: fadeInBlock .5s forwards 2.5s linear;
    -moz-animation: fadeInBlock .5s forwards 2.5s linear;
    -webkit-animation: fadeInBlock .5s forwards 2.5s linear;
}

.footerDesk {
  margin-top: 45px !important;
  max-width: 1634px;
  margin: auto;
  padding-right: 304px;
}

    .footerDesk li a {
        font-family: 'Alright_Regular';
        font-size: 18px;
        color: #180f5e !important;
        text-decoration: none !important;
        border-bottom: 2px solid #180f5e;
        line-height: 0px;
    }

    .footerDesk li a:HOVER {
        font-family: 'Alright_Medium';
        font-size: 18px;
        color: #180f5e !important;
        text-decoration: none !important;
        border-bottom: none !important;
        line-height: 0px;
    }

/*a:hover {
    border-bottom: none !important;
}
*/
    .footerDesk .nav-link {
        display: block;
        padding: .35rem .0rem;
        margin: 0rem .34rem;
        position: relative;
        z-index: 3;
        line-height: 2px;
        margin-left: 15px;
        margin-right: 15px;
    }



    .footerDesk .separator {
        width: 1px;
        background: #180f5e;
        height: 17px;
        position: relative;
        top: -4px;
    }

    .footerDesk .footerLogos {
        position: relative;
        top: 28px;
        left: 0px;
        margin-bottom: 72px;
    }

    .footerDesk .copyrightTxt {
        color: #5b6770;
        font-family: 'Alright_Regular';
        font-size: 16px;
        width: 90% !important;
        position: relative;
        top: -15px;
        margin-top: 1rem;
    }
    .footerDesk .copyrightTxt a {
        color: #180f5e !important;
        text-decoration: none !important;
        border-bottom: 2px solid #180f5e;
    }

.footerMobile {
    display: none;
}

.mobileFooterLink {
    margin-left: 8px;
}

.astellasLogo {
    width: 136px;
}

.seatleLogo {
    width: 112px;
    position: relative; 
    top: 10px;
    left: 15px;
}

.customFooterDimensions {
    position: relative;
    left: 44px;
}

.customFooterNavDimensions {
    position: relative;
    left: -13px;
}

.mobile_br{
    display: none;
}

/*-------------------------------------------------------------------------------------------------------------------*/


/* Media Queries - Start */

@media only screen and (max-width: 767px) {

    .footerDesk {
        padding-top: 48px !important;
        margin-top: 0px;
    }

    #desktopFooter {
        display: none;
    }

    .mobile_br{
        display: block;
    }
       


    .footerMobile {
        display: block;
        margin-top: -20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 23px;
    }

        .footerMobile li a {
            font-family: 'Alright_Bold';
            font-size: 17px;
            color: #180f5e !important;
            text-decoration: none !important;
            border-bottom: 2px solid #180f5e;
            line-height: 0px;
        }

        .footerMobile .nav-link {
            display: block;
            padding: .35rem .0rem;
            margin: .55rem .5rem;
            position: relative;
            z-index: 3;
        }

        .footerMobile .separator {
            width: 2px;
            background: #180f5e;
            height: 17px;
            position: relative;
            top: 5px;
        }

        .footerMobile .footerLogos {
/*            position: relative;
            left: 64%;
            transform: translateX(-50%);
            margin-top: 15px;
            width: 383px;
            margin-left: -5px;
            padding-top: 28px;*/
        }

        .footerMobile .footerLogos {
            left: 10px;
            padding-top: 10px;
        }

        .footerMobile .copyrightTxt {
            margin-top: 15px;
            width: 100% !important;
        }
}

@media only screen and (max-width: 843px) {
    .footerDesk li a {
        font-family: 'Alright_Regular';
        font-size: 18px;
        color: #180f5e !important;
        text-decoration: none !important;
        border-bottom: 2px solid #180f5e;
        line-height: 0;
        width: fit-content;
    }

    .mobileFooter{
        flex-direction: column;
    }

    .footerDesk .separator {
        width: 2px;
        background: #180f5e;
        height: 15px;
        position: relative;
        top: -2px;
    }

    .footerDesk .footerLogos {
/*        position: relative;
        top: -32px;
        left: -22px;*/
    }
}

@media only screen and (max-width: 1199px) {
  .footerDesk {
    padding-right: 20px;
    padding-left: 20px;
    border-top: 4px solid #ebc971;
    padding-top: 4rem;
    margin-top: 0 !important;
  }
}


/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------- ISI ---------------------------------------- */

.isi-content {
    color: #000000;
    font-weight: 400;
}

    .isi-content .isi-header {
        color: #000000;
        font-weight: 700;
        font-size: 1rem;
    }

.indication {
    position: relative;
    top: 1px;
}

.isi-content strong {
    color: #000000;
    margin-bottom: 1rem;
}

.isi-content p strong {
    color: #78787a;
    margin-bottom: 0;
}

.what-is-padcev-header {
    text-decoration: underline;
    cursor: pointer;
    z-index: 5;
}

.fixed-isi {
    background-color: #ffffff;
    bottom: 0;
    /*    border-top: 1px solid black;*/
    height: 32%;
    left: 0;
    min-height: 160px;
    position: fixed;
    width: 100%;
    z-index: 9;
    display: none;
}

    .isi .container,
    .fixed-isi .container {
        max-width: 960px;
    }

    .fixed-isi .expand {
        cursor: pointer;
        float: right;
        position: relative;
        top: -20px;
        margin-left: -104px;
    }

    .fixed-isi.expanded .expand {
        top: -16px !important;
        margin-left: -110px;
        z-index: 1000;
        background: white;
    }

.expand-button,
.collapse-button {
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    padding: 4px 10px 2px 10px;
    font-size: 12px;
    margin-right: 4px;
}

.collapse-button {
    display: none;
}

.fixed-isi.expanded .expand .expand-button {
    display: none;
}

.fixed-isi.expanded .expand .collapse-button {
    display: inline-block;
}

.newExpandLogo {
    cursor: pointer;
    margin-top: -27px;
    margin-left: 872px !important;
}

.isi .scroll-body p:last-child {
    padding-bottom: 1rem;
}


/* -----  Inner expanded ISI scroll  -----*/

.fixed-isi.expanded {
    background-color: white;
    position: relative;
    /*overflow: hidden;*/
}

.fixed-isi .container,
.fixed-isi .isi-content {
    height: 100%;
}

.fixed-isi .isi-content {
    padding-bottom: 0;
}

.fixed-isi.expanded .isi-content {
    padding-bottom: 1rem;
}

.fixed-isi .isi-content .scroll-body {
    overflow: visible;
    margin-right: 0.3rem;
}

.fixed-isi.expanded .isi-content .scroll-body {
    height: 95%;
}

.fixed-isi .isi-content .scroll-body::-webkit-scrollbar {
    width: 10px;
}

.fixed-isi .isi-content .scroll-body::-webkit-scrollbar-track {
    background: #e0e0e0;
    -webkit-border-radius: 15px;
    margin-top: 15px !important;
}

.fixed-isi .isi-content .scroll-body::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 10px;
}

.fixed-isi.expanded {
    margin-top: -161px !important;
}

.fixed-isi.collapsed {
    height: 20%;
}

.fixed-isi.expanded .expand img {
    content: url("../img/icon-isi-arrow.png");
    transform: rotate(180deg);
}

.fixed-isi.expanded .expand img {
    content: url("../img/icon-isi-arrow.png");
    transform: rotate(180deg);
}

.isi .container,
.fixed-isi .container {
    padding-left: 0;
    padding-right: 0;
}

.fixed-isi .container {
    padding-top: 6px;
    overflow: visible !important;
}

.indicationOne {
    position: relative;
}

.contactFooterLink {
    cursor: pointer;
}

.spaceOneIsi {
    margin-top: 5px !important;
}

.ISIrBall {
    position: relative;
    font-size: 12px !important;
    top: -4px !important;
    left: -2px;
}

.isiRow,
.scroll-body,
.isi-content,
.isiContainer {
    overflow-x: visible !important;
}

#isi-contentDesktopView ::-webkit-scrollbar,
.fixed-isi ::-webkit-scrollbar {
    width: 0px !important;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

.fixed-isi {
    /*    border-top: 10px solid #EBC971;*/
    background-color: #fff;
    /* For browsers that do not support gradients */
}

    .fixed-isi .isiContainer {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

        .fixed-isi .isiContainer .col-md-6 {
            margin-top: -30px;
        }

@-moz-document url-prefix() {
    .fixed-isi .isiContainer .col-md-6 {
        margin-top: -0px !important;
    }
}

#left-side-isi {
    padding-left: 30px;
}

.actual-left-side-isi {
}

.isi-content .goldArrowImg {
    top: 35px !important;
}

.fixed-isi .isi-content .goldArrowImg {
    top: -2px !important;
}

.fixed-isi .isiContainer img {
    right: 36px !important;
}

#addressTxt {
    font-family: 'Alright_Regular' !important;
    font-weight: 200 !important;
    font-size: 14px !important;
    margin-top: -13px !important;
}

.box {
    /* background: blue; */
    width: 100% !important;
    position: relative;
}

.iconImg {
    position: absolute;
    left: -15px;
    top: 7px !important;
}

    .iconImg.img2 {
        width: 21px;
        left: 3px !important;
    }

    .iconImg.img3 {
        width: 45px;
    }

    .iconImg.img4 {
        width: 48px;
    }

    .iconImg.img5 {
        width: 32px;
        left: -9px;
    }

    .iconImg.img6 {
        width: 36px;
        left: -13px !important;
        top: 0px !important;
    }

    .iconImg.img7 {
        width: 39px;
        left: -20px !important;
    }

    .iconImg.img8 {
        width: 29px;
        left: -11px !important;
    }

    .iconImg.imgLung {
        width: 48px;
        left: -19px;
    }

    .iconImg.img6.eyeImg {
        width: 48px;
        left: -20px;
    }

    .iconImg.img9 {
        width: 32px;
        left: -12px !important;
    }

    .iconImg.img10 {
        width: 52px;
    }

.img2,
.img8 {
    left: 13px !important;
}

.img8 {
    left: 3px !important;
}

.img9 {
    left: -3px !important;
}

.img3,
.img7 {
    left: -7px !important;
}

.img5,
.img6 {
    left: -5px;
}

.img9 {
    left: 23px;
}

.boxP {
    position: relative;
    left: 53px;
    width: 80% !important;
    font-size: 17px !important;
    line-height: normal;
}

.isiContainer .boldTxt {
    color: #5b6770;
}

.regFont {
    color: #5b6770;
    font-family: 'Alright_Regular' !important;
}

.boxP .boldTxt {
    font-size: 17px !important;
    line-height: 20px;
}

.boxPLi {
    color: #5b6770;
    font-family: 'Alright_Regular';
    margin-top: -15px;
    line-height: normal;
}

.boldTxtHeader {
    padding-bottom: 10px !important;
    color: #5b6770;
}

.isiFontAlright {
    font-family: 'Alright_Regular';
}

.boxList {
    position: relative;
    width: 100%;
    margin-top: -10px;
    /*    height: 252px;*/
    font-size: 17px !important;
}

.boxLeft {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45% !important;
}

.boxRight {
    position: absolute;
    left: 70% !important;
    transform: translateX(-50%);
    top: 0px;
    width: 30% !important;
}

.boldHeaderIsi {
    /*  margin-top: -80px !important;*/
    color: #5b6770 !important;
    font-family: 'Alright_Regular';
    margin-top: -15px;
    font-size: 16px !important;
}

.pBodyTxt,
.pBodyTxt a {
    color: #5b6770 !important;
    font-family: 'Alright_Regular';
    text-decoration: none !important;
    font-size: 17px !important;
}

.underlineStyle {
    text-decoration: underline !important;
}

.smallerTxt {
    color: #5b6770 !important;
    font-family: 'Alright_Regular';
    text-decoration: none !important;
    margin-top: -5px !important;
    font-size: 12px !important;
}

.hiddenPrescribeDsk {
    display: none;
}

.isiContainer {
    position: relative;
}

    .isiContainer img {
        position: absolute;
        right: 54px;
        top: 43px;
        z-index: 2;
    }

.goldArrowImg {
    cursor: pointer !important;
}

.isiP1 {
    color: #180f5e;
    font-family: 'Alright_Bold';
    font-size: 21px;
    letter-spacing: 0px;
}

.p2 {
    color: #5b6770;
    font-family: 'Alright_Regular';
    padding-right: 44px;
    line-height: normal;
}

.p2-li {
    padding-right: 40px;
}

.boldTxt {
    font-family: 'Alright_Bold';
    font-size: 20px !important;
    line-height: 23px;
}

.bolderTxtIsi {
    font-family: 'Alright_Bold';
    font-size: 20px !important;
    line-height: 23px;
}

#bolderTxtIsi {
    font-family: 'Alright_Bold';
    font-size: 20px !important;
    line-height: 23px;
}

.isiUnderline {
    font-family: 'Alright_Bold';
    color: #180f5e !important;
    text-decoration: none !important;
    border-bottom: 2.5px solid #180f5e;
}

.fixed-isi {
    background-color: #ffffff;
    bottom: 0;
    box-shadow: 0px -2px 10px lightgrey;
    /*    border-top: 3px solid #EBC971;*/
    height: 16%;
    left: 0;
    min-height: 229px;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    display: block;
    padding: 24px 38px 24px 21px;
}

#img10 {
    top: 3px !important;
}

.goldArrowImg {
    display: none;
}

.fixed-isi .isi-content .goldArrowImg {
    display: block !important;
}

.boxPLi,
.isiTxtBlue,
.p2,
.isiFontAlright {
    font-size: 18px !important;
    line-height: normal;
}

#medWatchLink {
    border-bottom: 2px solid #5b6770;
}

.isiArrowDown {
    position: absolute;
    top: 0px !important;
    right: 36px !important;
    z-index: 99999999999999999999;
    display: none;
}

.isiExpanded .isiArrowDown {
    display: block;
}

.isiExpanded {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: none;
}

.rightSideISIBodyBold {
    padding-bottom: 16px;
}

.rightSideISIHeader.tray-title {
    font-size: 18px !important;
    line-height: 24px;
}

.expanded {
    display: block;
}

.bodyOverflow {
    overflow: hidden !important;
}

.isiRow,
.scroll-body,
.isi-content,
.isiContainer {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

    .isiRow::-webkit-scrollbar,
    .scroll-body::-webkit-scrollbar,
    .isi-content::-webkit-scrollbar,
    .isiContainer::-webkit-scrollbar {
        display: none !important;
    }

.isiFDAP {
    margin-top: -5px !important;
}

.skin-reactions-mobile {
    display: none;
}

    .skin-reactions-mobile .boldTxt,
    .skin-reactions-desktop .boldTxt {
        font-size: 18px !important;
    }

.skinReactionsBold {
    font-size: 18px !important;
}

.boxListIsiLeft {
    height: unset !important;
    display: flex;
    width: 100%;
    position: relative;
}

    .boxListIsiLeft .boxLeft,
    .boxListIsiLeft .boxRight {
        position: relative !important;
        left: unset !important;
        transform: unset !important;
        width: 50% !important;
    }

.boldTxt-18 {
    font-family: 'Alright_Bold';
}

.hlthcareTxt {
    font-size: 17px !important;
    line-height: normal !important;
    color: #5b6770 !important;
}


/* ---------------------------------------- Media Queries ---------------------------------------- */

@media screen and (min-width: 768px) {
    .fixed-isi.expanded {
        height: calc(100% - 146px);
    }
}

@media screen and (max-width: 991.98px) {
    .fixed-isi .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .isi .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .indicationOne {
        position: relative;
        top: -1px;
        margin-top: -15px !important;
    }

    .scroll-body {
        position: relative;
        top: -13px !important;
    }

    .fixed-isi.expanded {
        margin-top: 0px !important;
    }

    .isiNavMobile {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.isi_flex_container {
    display: flex;
    flex-flow: column;
    overflow: scroll;
    position: relative;
}

#isi-modal-body .what-is-padcev-header {
    display: none;
}

.fixed-isi > .isi-content #isiTrigger3 {
    display: block !important;
}

.tray-title {
    display: none;
}

.modal-only {
    display: none;
}

#isi-modal-body .modal-only {
    display: block !important;
}

    #isi-modal-body .modal-only .rightSideISIHeader {
        font-size: 24px !important;
    }

#isi-modal-body #modal-mt {
    margin-top: 24px !important;
}

#isi-modal-body .no-modal {
    display: none !important;
}

#isi-modal-body .isi_saftey_info,
#isi-modal-body .isi-safety-p2 {
    order: 2;
}



/*-------------------------------------------------------------------------------------------------------------------*/


/* Media Queries - Start */
@media screen and (max-width: 545px) {
    #isi-modal-body #modal-mt {
        margin-top: 24px;
    }
}

@media screen and (min-width: 767px) {
    .expand-button {
        position: relative;
        bottom: -3px;
    }
}

@media only screen and (max-width: 767px) {
    .fixed-isi .tray-title {
        display: block;
    }

    .fixed-isi .desktop-title {
        display: none;
    }

    .fixed-isi .isi_flex_container {
        flex-flow: column;
    }

    .isi_flex_container {
        flex-flow: column;
    }

    .p2 {
        padding-right: 0px;
    }

    .skin-reactions-mobile {
        display: block;
    }

    .skin-reactions-desktop {
        display: none;
    }

    .boxListIsiLeft .boxRight {
        position: relative;
        margin-left: 5px;
    }

    .skinReactionsBold {
        font-size: 16px !important;
    }

    .isiArrowDown {
        top: 15px !important;
    }

    .fixed-isi {
        min-height: 260px;
    }

    #breakPoint {
        position: relative;
        top: -20px;
    }

    .boxList {
        margin-left: 5px;
    }

    .IsiBreakMobile {
        display: none;
    }

    .img7,
    .img6,
    .eyeImg,
    .img9 {
        top: -15px !important;
    }

    .eyeImg {
        left: -13px;
    }

    .boxPLi,
    .isiTxtBlue,
    .p2,
    .isiFontAlright {
        font-size: 16px !important;
    }

    .isiBrDesk {
        display: none;
    }

    .boxRight {
        position: unset !important;
        left: 0px !important;
        transform: unset;
        top: 0px;
        width: 100% !important;
    }

    .boxLeft {
        position: unset !important;
        left: 0px;
        top: 0px;
        width: 100% !important;
    }

    .boxList {
        position: unset !important;
        width: 100%;
        margin-top: 0px;
        height: unset;
    }

    .hiddenPrescribeDsk {
        display: block;
    }

    .hiddenPrescribe {
        display: none;
    }

    .isi-content {
        margin-top: -5px;
    }

    .fixed-isi .isi-content {
        margin-top: 0px;
    }

    .mobileIsi-Br {
        display: none;
    }

    .fixed-isi .mobileIsi-Br {
        display: block;
    }

    .isiP1 {
        font-size: 22px !important;
        line-height: 25px;
    }

    .isiHeader {
        padding-right: 32px;
    }

    .fixed-isi .isi-content .goldArrowImg {
        top: 6px !important;
    }
}

@media screen and (max-width: 767.98px) {
    .fixed-isi .isi-content .scroll-body {
        height: 100%;
    }

    .p2-prescribe {
        padding-right: 50px;
    }

    .isi-sup {
        top: -4px;
    }

    #img10 {
        top: 100px !important;
    }

    .possible-p {
        padding-right: 20px;
    }

    .side-effects-p {
        padding-right: 30px;
    }

    .common-side-effects {
        padding-right: 30px;
    }

    .isi {
        background-color: #ffffff;
        padding-top: 40px;
    }



    /*    .isi-content h1 {
        font-size: 1.625rem;
    }*/

    .fixed-isi {
        height: 22%;
        min-height: 185px;
        transition: 1s ease height;
        padding: 24px 0px 24px 21px;
    }

        .fixed-isi.sunk {
            min-height: 100px;
            height: 5%;
        }

        .fixed-isi .isi-content .scroll-body {
            height: 100%;
        }

        .fixed-isi.expanded {
            height: calc(100% - 148px);
        }

    .isi .scroll-body p:last-child {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }

    .fixed-isi .expand {
        top: -16px;
        margin-left: -58px;
    }

    .fixed-isi .container .isaText {
        padding: 0 4px 0 0;
        margin: 0;
    }

    .fixed-isi .isi-content .scroll-body {
        width: 100%;
        margin-right: 0;
    }

        .fixed-isi .isi-content .scroll-body .container {
            padding: 0;
        }

    .isiNavMobile {
        padding-left: 20px;
        padding-right: 0px;
    }
}

@media (max-width: 1199px) {
    /*.isi-modal-body  .hideDesktop {*/
    /*    display: none;*/

    /*}*/
    /*.isi-modal-body .hideTablet{*/
    /*    display: block;*/
    /*}*/
    /*.hideTablet{*/
    /*    display: none;*/
    /*}*/
}

@media (min-width: 768px) {

    .isi_two_col {
        display: flex;
    }

        .isi_two_col .rightSideISIBody {
            position: relative;
        }

        .isi_two_col .leftAlignBulletPoint {
            left: -14px;
        }

        .isi_two_col .mleft {
            margin-left: 20px;
        }

    /*.hideDesktop {*/
    /*    display: none;*/
    /*}*/


}
/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/




/*privacy modal */


#privacyModalDim {
    margin: auto;
    position: relative;
    top: 35%;
}

#leavingModalDim {
    margin: auto;
    position: relative;
    top: 20%;
}

#privacyModalInner {
    max-width: 624px;
    max-height: 370px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    margin: auto;
    background-color: #170f5e;
}



.innerContentContainer {
    text-align: center;
    margin-top: 21px;
    margin: auto;
}


.privacyTitle {
    color: #fff;
    font-family: "Alright_Bold";
    font-size: 32px;
    margin-bottom: 0px;
    padding-bottom: 32px;
    padding-top: 11px;
}






#mainNavContainer .nav-item {
    position: relative;
    background: #e6e5ee !important;
    height: 40px;
    display: flex;
    align-items: center;
}




.dropdown-toggle::after {
    display: none;
}


.bladderCancer .navAbout:before, .bladderCancer .navStarted:before, .bladderCancer .navSupport:before, .bladderCancer .navResources:before {
    width: 100% !important;
}

.bladderCancer .navAbout .navArrowIndicator, .bladderCancer .navStarted .navArrowIndicator, .bladderCancer .navSupport .navArrowIndicator, .bladderCancer .navResources .navArrowIndicator {
    display: none !important;
}

.bladderCancer .navBladderCancer .navArrowIndicator {
    display: block;
}

.bladderCancer .navBladderCancer a {
    font-family: 'Alright_Bold' !important;
}


.gettingStarted .navAbout:before, .gettingStarted .navBladderCancer:before, .gettingStarted .navSupport:before, .gettingStarted .navResources:before {
    width: 100% !important;
}

.gettingStarted .navAbout .navArrowIndicator, .gettingStarted .navBladderCancer .navArrowIndicator, .gettingStarted .navSupport .navArrowIndicator, .gettingStarted .navResources .navArrowIndicator {
    display: none !important;
}

.gettingStarted .navStarted .navArrowIndicator {
    display: block;
}


.aboutPadcev .navStarted:before, .aboutPadcev .navBladderCancer:before, .aboutPadcev .navSupport:before, .aboutPadcev .navResources:before {
    width: 100% !important;
}

.aboutPadcev .navStarted .navArrowIndicator, .aboutPadcev .navBladderCancer .navArrowIndicator, .aboutPadcev .navSupport .navArrowIndicator, .aboutPadcev .navResources .navArrowIndicator {
    display: none !important;
}

.aboutPadcev .navAbout .navArrowIndicator {
    display: block;
}

.aboutPadcev .navAbout a {
    font-family: 'Alright_Bold' !important;
}


.supportSolutions .navStarted:before, .supportSolutions .navBladderCancer:before, .supportSolutions .navAbout:before, .supportSolutions .navResources:before {
    width: 100% !important;
}

.supportSolutions .navStarted .navArrowIndicator, .supportSolutions .navBladderCancer .navArrowIndicator, .supportSolutions .navAbout .navArrowIndicator, .supportSolutions .navResources .navArrowIndicator {
    display: none !important;
}

.supportSolutions .navSupport .navArrowIndicator {
    display: block;
}



.advancedBladder .navBladder a {
    font-family: 'Alright_Bold' !important;
}

.supportSolutions .navSupport a {
    font-family: 'Alright_Bold' !important;
}

.supportSolutions #smSupNav {
    font-weight: bold !important;
}





.resourcePage .navAbout:before, .resourcePage .navBladderCancer:before, .resourcePage .navSupport:before, .resourcePage .navStarted:before {
    width: 100% !important;
}

.resourcePage .navAbout .navArrowIndicator, .resourcePage .navBladderCancer .navArrowIndicator, .resourcePage .navSupport .navArrowIndicator, .resourcePage .navStarted .navArrowIndicator {
    display: none !important;
}

.resourcePage .navResources .navArrowIndicator {
    display: block;
}

.resourcePage .navResources a {
    font-family: 'Alright_Bold' !important;
}

.resourcePage .leftBar {
    width: 100% !important;
}

.resourcePage .rightBar {
    width: 100% !important;
}

.resourcePage .navArrowIndicatorGold {
    display: block;
}

.navArrowIndicator {
    position: absolute;
    bottom: -24px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    height: 50%;
}

.navArrowIndicatorGold {
    z-index: 9999;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.bladderCancer #navBar:before {
    width: 39% !important;
    border-right: 4px solid #cfa644;
    background-image: url("images/navArrow.png");
    background-position: right 30px center;
}

.bladderCancer #navBar:after {
    width: 61% !important;
    border-left: 4px solid #cfa644;
    background-image: url("images/navArrow.png");
    background-position: right 30px center;
}


.regNav {
    font-family: 'Alright_Regular' !important;
}

#demo-modal #wrapper {
    overflow: hidden;
    height: 497px;
    width: 830px;
    position: relative;
    margin: 160px auto;
    border-top: 4px solid #cfa644;
    border-right: 4px solid #cfa644;
    border-left: 4px solid #cfa644;
}

#demo-modal #modal-wrapper {
    height: 470px;
    background-image: url("../images/gradientBg.png");
    background-position: center;
    background-size: cover;
    position: relative;
}

    #demo-modal #modal-wrapper:before {
        content: "";
        position: absolute;
        left: -6px;
        width: 5%;
        height: 30px;
        bottom: -23px;
        background: #0D0648;
        -webkit-transform: skew(-40deg);
        -moz-transform: skew(-40deg);
        -o-transform: skew(-40deg);
        -ms-transform: skew(-40deg);
        transform: skew(-40deg);
        border-bottom: 4px solid #cfa644;
    }

    #demo-modal #modal-wrapper:after {
        content: "";
        position: absolute;
        right: -25px;
        width: 95%;
        height: 30px;
        bottom: -23px;
        -webkit-transform: skew(40deg);
        -moz-transform: skew(40deg);
        -o-transform: skew(40deg);
        -ms-transform: skew(40deg);
        transform: skew(40deg);
        border-bottom: 4px solid #cfa644;
        background-image: url("../images/gradientBg1.png");
        background-position: bottom;
        background-size: cover;
    }

.interstitialArrow {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999999999999999999999999999;
    animation-name: show;
    animation-duration: 0.5s;
}

@keyframes show {
    0% {
        display: none;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

#top-nav {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    max-width: 800px;
    height: 74px;
}

.nav #main-nav-logo {
    position: absolute;
    left: 0px;
}


.modal-footer {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 12px;
}

.modal-close {
    right: 30px;
    top: 30px;
    position: absolute;
    opacity: 1;
}

    .modal-close:hover,
    .modal-close:focus {
        opacity: 1;
        cursor: pointer;
    }

.modal-InnerWrap {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}

    .modal-InnerWrap .modalPNew {
        color: #fff;
        top: 0px;
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-family: 'Alright_Bold';
        margin-bottom: 30px;
    }

    .modal-InnerWrap a {
        text-decoration: none !important;
    }

    .modal-InnerWrap button {
        display: block;
        color: #fff;
        width: 400px;
        height: 55px;
        text-decoration: none !important;
        background: transparent;
        margin-bottom: 35px;
        position: relative;
        font-size: 24px;
        font-family: 'Alright_Bold';
        border: 1.5px solid #cfa644;
        border-right: 0px !important;
        padding-top: 5px;
        position: relative;
        margin-left: -15px;
    }

        .modal-InnerWrap button img {
            position: absolute;
            top: -7px;
            right: -35px;
        }

#navBar {
    position: relative;
    z-index: 999 !important;
}

.subNav {
    z-index: 999999 !important;
}


.whiteCopy {
    font-size: 18px;
    font-family: "Alright_Regular";
    color: #ffffff;
    text-align: center;
    margin-bottom: 7px;
}

#demo-modal-Leaving {
    z-index: 999999999999999999999999999999;
    max-width: 796px;
    max-height: 540px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%);
    margin: auto;
    background-color: #170f5e;
}


#leavingModalInner {
    z-index: 999999999999999999999999999999;
    max-width: 796px;
    max-height: 540px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%);
    margin: auto;
    background-color: #170f5e;
}

#demo-modal-Leaving #wrapper {
    /*        overflow: hidden;
        height: 497px;
        width: 830px;
        position: relative;
        margin: 160px auto;
        border-top: 4px solid #cfa644;
        border-right: 4px solid #cfa644;
        border-left: 4px solid #cfa644;*/
}

#demo-modal-Leaving #modal-wrapper {
    /*        height: 470px;
        background-image: url("../images/gradientBg.png");
        background-position: center;
        background-size: cover;
        position: relative;*/
}

    #demo-modal-Leaving #modal-wrapper:before {
        /*            content: "";
            position: absolute;
            left: -6px;
            width: 5%;
            height: 30px;
            bottom: -23px;
            background: #0D0648;
            -webkit-transform: skew(-40deg);
            -moz-transform: skew(-40deg);
            -o-transform: skew(-40deg);
            -ms-transform: skew(-40deg);
            transform: skew(-40deg);
            border-bottom: 4px solid #cfa644;*/
    }

    #demo-modal-Leaving #modal-wrapper:after {
        /*            content: "";
            position: absolute;
            right: -25px;
            width: 95%;
            height: 30px;
            bottom: -23px;
            -webkit-transform: skew(40deg);
            -moz-transform: skew(40deg);
            -o-transform: skew(40deg);
            -ms-transform: skew(40deg);
            transform: skew(40deg);
            border-bottom: 4px solid #cfa644;
            background-image: url("../images/gradientBg1.png");
            background-position: bottom;
            background-size: cover;*/
    }

.interstitialArrow {
    position: absolute;
    bottom: 0px;
}

#patient-arrow {
    left: -29px;
}


.modal-ISI {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999999999999999999999999999;
    animation-name: show;
    animation-duration: 0.5s;
}

#isiModalDim {
    margin: auto;
    position: relative;
    top: 2%;
}


#isiModalInner {
    z-index: 999999999999999999999999999999;
    width: 98%;
    max-width: 1200px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%);
    margin: auto;
    background-color: #ffffff;
    height: fit-content;
    margin-bottom: 1rem;
}


.modal-Leaving {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999999999999999999999999999;
    animation-name: show;
    animation-duration: 0.5s;
}


/*patient modal stlying */

.modal-InnerWrap-Patient {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 645px;
}


#demo-modal-Patient {
    z-index: 999999999999999999999999999999;
}

    #demo-modal-Patient #wrapper {
        overflow: hidden;
        height: 497px;
        width: 830px;
        position: relative;
        margin: 160px auto;
        border-radius: 10px;
    }

    #demo-modal-Patient #modal-wrapper {
        height: 470px;
        background-color: #fff;
        background-position: center;
        background-size: cover;
        position: relative;
    }



.modal-Patient {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999999999999999999999999999;
    animation-name: show;
    animation-duration: 0.5s;
}

.modal-Privacy {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999999999999999999999999999;
    animation-name: show;
    animation-duration: 0.5s;
}



/*patient modal styling ^^ */

@keyframes show {
    0% {
        display: none;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.modal-footer {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 12px;
}

.modal-close {
    right: 30px;
    top: 30px;
    position: absolute;
    opacity: 1;
}

    .modal-close:hover,
    .modal-close:focus {
        opacity: 1;
        cursor: pointer;
    }

.modal-InnerWrap-Leaving {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 645px;
}

.modal-HCP .modal-InnerWrap-Leaving {
    width: 610px;
}

.modal-InnerWrap-Leaving .bodyCopy {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Alright_Regular';
    font-size: 18px;
}

.modal-InnerWrap-Leaving .modalPNew {
    color: #fff;
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-family: 'Alright_Bold';
    margin-bottom: 20px;
}

.modal-InnerWrap-Leaving a {
    text-decoration: none !important;
}

.modal-InnerWrap-Leaving button {
    color: #fff;
    width: 185px;
    height: 55px;
    text-decoration: none !important;
    background: transparent;
    margin-top: 35px;
    position: relative;
    font-size: 24px;
    font-family: 'Alright_Bold';
    border: 1.5px solid #cfa644;
    border-right: 0px !important;
    padding-top: 5px;
    position: relative;
}

    .modal-InnerWrap-Leaving button img {
        position: absolute;
        top: -3px;
        right: -27px;
        height: 55px;
    }



/*        patient modal stlying */
.modal-InnerWrap-Patient {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
}

    .modal-InnerWrap-Patient .bodyCopy {
        width: 100%;
        color: #333333;
        font-family: 'Alright_Regular';
        font-size: 18px;
    }

.top-patient-bullet.sub {
    margin-left: 48px !important;
}

.modal-InnerWrap-Patient .modalPNew {
    color: #180f5e;
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'Alright_Bold';
    margin-bottom: 15px;
    margin-top: -11px;
}

.modal-InnerWrap-Patient a {
    text-decoration: none !important;
}

/*    .modal-InnerWrap-Patient button {
        color: #fff;
        width: 185px;
        height: 55px;
        text-decoration: none !important;
        background: transparent;
        margin-top: 35px;
        position: relative;
        font-size: 24px;
        font-family: 'Alright_Bold';
        border: 1.5px solid #cfa644;
        border-right: 0px !important;
        padding-top: 5px;
        position: relative;
    }*/

.modal-InnerWrap-Patient button img {
    position: absolute;
    top: -3px;
    right: -27px;
    height: 55px;
}

/*patient modal styling */



.mobileMenu-List {
    width: 100%;
    position: relative;
    z-index: 999999999999999999999999999999;
    padding-bottom: 50px;
}

    .mobileMenu-List #mobileNav-Ul {
        /*height: 560px;*/
        height: 96vh;
        min-height: 600px;
        background-position: center;
        background-size: cover;
        position: relative;
        z-index: 99999999999999999999999999 !important;
        padding: 0px;
    }



    .mobileMenu-List .modal-close-Nav {
        position: absolute;
        right: 25px;
        top: 15px;
    }

#mobilePatientsLink {
    border-bottom: 0px;
}

a {
    text-decoration: none !important;
}

    a:hover {
        text-decoration: none !important;
    }

.outerMobileLi {
    background: transparent;
    height: 60px;
    width: 100%;
}

.mobile-ulBox {
    position: relative;
    text-decoration: none !important;
    width: 90%;
    transform: translateX(-50%);
    left: 50%;
    border-bottom: 3px solid #cfa644;
    height: 60px;
}

    .mobile-ulBox p {
        position: relative;
        color: #fff !important;
        font-family: 'Alright_Bold';
        top: 50%;
        transform: translateY(-50%);
        text-decoration: none !important;
    }

    .mobile-ulBox img {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

.mobileSubItems {
    margin-left: 65px;
    margin-top: 15px;
    padding-bottom: 20px;
}

    .mobileSubItems a {
        display: block;
        color: #fff !important;
        text-decoration: none !important;
        font-size: 16px;
        font-family: 'Alright_Regular';
    }

    .mobileSubItems span {
        border-bottom: 1px solid #fff;
    }

    .mobileSubItems .midSubNavItem {
        padding: 15px 0px;
    }



.navCover {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    display: none;
}

.mobileNav-interstitialArrow {
    position: absolute;
    bottom: -23px;
    left: 6%;
    z-index: 9999999;
}



/*.scrolled {
    position: fixed;
    width: 100% !important;
    top: -12px;
    left: 0 !important;
    margin-left: 0px !important;
}*/

.mobileMenu-Overlay {
    width: 100vw;
    height: 100vh;
    background: #e6e5ee;
    position: fixed;
    top: 0px;
    left: 0px;
    margin-top: 92px;
    z-index: 999999999999;
}

#mobileNav-Ul .mobileNavUl {
    height: calc(100% - 89px);
    max-height: 615px;
    overflow-y: auto;
    overflow-x: hidden;
    /*padding-bottom: 150px;*/
}

#mobileMenuClose {
    display: none;
}

.hamburger-container {
    cursor: pointer;
}

.dropdown-menu {
    background-color: #e6e5ee;
}

.mobileBrModal {
    display: none;
}

#demo-modal .modal {
    overflow: hidden;
}

#demo-modal #wrapper, #demo-modal-Leaving #wrapper {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}



/*side isi nav*/







#demo-modal-Leaving .modal-InnerWrap-Leaving .modalPNew {
    top: 0;
    font-size: 24px;
    font-family: 'Alright_Bold';
    margin-bottom: 20px;
    line-height: 28px !important;
}

#demo-modal-Leaving #wrapper {
    overflow: hidden;
    height: 645px !important;
}

#demo-modal-Leaving #modal-wrapper {
    /*    height: 96.6% !important;
    background-image: url(../images/gradientBg.png);
    background-position: center;
    background-size: cover;
    position: relative;*/
}

.modal-InnerWrap-Leaving {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
}

.mobileBrModal {
    display: block;
}

#demo-modal .interstitialArrow, #demo-modal-Leaving .interstitialArrow {
    left: -12px;
}

#demo-modal #wrapper, #demo-modal-Leaving #wrapper {
    /*    overflow: hidden;
    height: 497px;
    width: 90%;
    position: relative;
    margin: 160px auto;
    border-top: 4px solid #cfa644;
    border-right: 4px solid #cfa644;
    border-left: 4px solid #cfa644;*/
}

#demo-modal .modal-InnerWrap, #demo-modal-Leaving .modal-InnerWrap {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
}

    #demo-modal .modal-InnerWrap button, #demo-modal-Leaving .modal-InnerWrap button {
        display: block;
        color: #fff;
        width: 175px;
        height: 70px;
        background: 0 0;
        margin-bottom: 35px;
        font-size: 18px;
        font-family: 'Alright_Bold';
        border: 1.5px solid #cfa644;
        border-right: 0 !important;
        padding-top: 5px;
        position: relative;
        margin-left: -15px;
        text-align: left;
        line-height: 23px;
        padding-left: 10px;
    }

        #demo-modal .modal-InnerWrap button img, #demo-modal-Leaving .modal-InnerWrap button img {
            position: absolute;
            top: -7px;
            right: -35px;
            width: 48px;
        }

    #demo-modal .modal-InnerWrap .modalPNew, #demo-modal-Leaving .modal-InnerWrap .modalPNew {
        color: #fff;
        top: 0;
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-family: 'Alright_Bold';
        margin-bottom: 30px;
        margin-left: -16px;
    }

#demo-modal #modal-wrapper, #demo-modal-Leaving #modal-wrapper {
    /*    height: 363px;
    background-image: url(../images/gradientBg.png);
    background-position: center;
    background-size: cover;
    position: relative;*/
}

#demo-modal #wrapper, #demo-modal-Leaving #wrapper {
    /*    overflow: hidden;
    height: 390px;*/
}

#demo-modal .modal-close, #demo-modal-Leaving .modal-close {
    /*    right: 8px;
    top: 10px;*/
}


/*    patient modal styling */

#demo-modal-Leaving .modal-InnerWrap-Leaving .modalPNew {
    top: 0;
    font-size: 24px;
    font-family: 'Alright_Bold';
    margin-bottom: 20px;
    line-height: 28px !important;
}

#demo-modal-Leaving #wrapper {
    /*    overflow: hidden;
    height: 645px !important;*/
}

#demo-modal-Leaving #modal-wrapper {
    /*    background: #170f5e;
    max-height: 540px;
    position: relative;*/
}

.modal-InnerWrap-Leaving {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
}

.mobileBrModal {
    display: block;
}

#demo-modal .interstitialArrow, #demo-modal-Leaving .interstitialArrow {
    left: -12px;
}

#demo-modal #wrapper, #demo-modal-Leaving #wrapper {
    /*    overflow: hidden;
    height: 497px;
    width: 90%;
    position: relative;
    margin: 160px auto;*/
}

#demo-modal .modal-InnerWrap, #demo-modal-Patient .modal-InnerWrap {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
}

    #demo-modal .modal-InnerWrap button, #demo-modal-Patient .modal-InnerWrap button {
        display: block;
        color: #fff;
        width: 175px;
        height: 70px;
        background: 0 0;
        margin-bottom: 35px;
        font-size: 18px;
        font-family: 'Alright_Bold';
        border: 1.5px solid #cfa644;
        border-right: 0 !important;
        padding-top: 5px;
        position: relative;
        margin-left: -15px;
        text-align: left;
        line-height: 23px;
        padding-left: 10px;
    }

        #demo-modal .modal-InnerWrap button img, #demo-modal-Patient .modal-InnerWrap button img {
            position: absolute;
            top: -7px;
            right: -35px;
            width: 48px;
        }

    #demo-modal .modal-InnerWrap .modalPNew, #demo-modal-Patient .modal-InnerWrap .modalPNew {
        color: #fff;
        top: 0;
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-family: 'Alright_Bold';
        margin-bottom: 30px;
        margin-left: -16px;
    }

#demo-modal #modal-wrapper, #demo-modal-Patient #modal-wrapper {
    height: 363px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    position: relative;
}

#demo-modal #wrapper, #demo-modal-Patient #wrapper {
    overflow: hidden;
    height: 390px;
}

#demo-modal .modal-close, #demo-modal-Patient .modal-close {
    right: 8px;
    top: 10px;
}

#demo-modal-Patient #wrapper {
    overflow: hidden;
    height: 700px;
    /*    width: 29%;*/
    width: 519px;
    position: relative;
    margin: 160px auto;
    background: #ffffff;
}





.activeSub {
    font-family: 'Alright_Bold' !important;
}

.inactiveSub {
    font-family: 'Alright_Regular' !important;
    color: #fff !important;
}

#what-is-padcev, #download-links {
    position: relative;
    top: -200px;
}

.mobileSubItems {
    display: none;
}

.arrow-active {
    display: none;
}

.homePage .mobileLi1 {
    background: #ebc971 !important;
}

    .homePage .mobileLi1 .mobile-ulBox {
        border-bottom: 0px;
    }

    .homePage .mobileLi1 p {
        color: #180f5e !important;
    }

    .homePage .mobileLi1 .arrow-active {
        display: block;
    }

    .homePage .mobileLi1 .arrow-not-active {
        display: none;
    }

.bladderCancer .mobileLi1 .mobile-ulBox {
    border-bottom: 0px;
}

.bladderCancer .mobileLi2 {
    background: #ebc971 !important;
}

    .bladderCancer .mobileLi2 .mobile-ulBox {
        border-bottom: 0px;
    }

    .bladderCancer .mobileLi2 p {
        color: #180f5e !important;
    }

    .bladderCancer .mobileLi2 .arrow-active {
        display: block;
    }

    .bladderCancer .mobileLi2 .arrow-not-active {
        display: none;
    }

.aboutPadcev .mobileLi2 .mobile-ulBox {
    border-bottom: 0px;
}

.aboutPadcev .mobileLi3 {
    background: #ebc971 !important;
}

    .aboutPadcev .mobileLi3 .mobile-ulBox {
        border-bottom: 0px;
    }

    .aboutPadcev .mobileLi3 p {
        color: #180f5e !important;
    }

    .aboutPadcev .mobileLi3 .arrow-active {
        display: block;
    }

    .aboutPadcev .mobileLi3 .arrow-not-active {
        display: none;
    }

.aboutPadcev .mobileSubItems1 {
    display: block;
}

.aboutPadcev .mobileMenu-List #mobileNav-Ul {
    height: 650px;
}

.gettingStarted .mobileLi3 .mobile-ulBox {
    border-bottom: 0px;
}

.gettingStarted .mobileLi4 {
    background: #ebc971 !important;
}

    .gettingStarted .mobileLi4 .mobile-ulBox {
        border-bottom: 0px;
    }

    .gettingStarted .mobileLi4 p {
        color: #180f5e !important;
    }

    .gettingStarted .mobileLi4 .arrow-active {
        display: block;
    }

    .gettingStarted .mobileLi4 .arrow-not-active {
        display: none;
    }

.supportSolutions .mobileLi4 .mobile-ulBox {
    border-bottom: 0px;
}

.supportSolutions .mobileLi5 {
    background: #ebc971 !important;
}

    .supportSolutions .mobileLi5 .mobile-ulBox {
        border-bottom: 0px;
    }

    .supportSolutions .mobileLi5 p {
        color: #180f5e !important;
    }

    .supportSolutions .mobileLi5 .arrow-active {
        display: block;
    }

    .supportSolutions .mobileLi5 .arrow-not-active {
        display: none;
    }

.resourcePage .mobileLi5 .mobile-ulBox {
    border-bottom: 0px;
}

.resourcePage .mobileLi6 {
    background: #ebc971 !important;
}

    .resourcePage .mobileLi6 .mobile-ulBox {
        border-bottom: 0px;
    }

    .resourcePage .mobileLi6 p {
        color: #180f5e !important;
    }

    .resourcePage .mobileLi6 .arrow-active {
        display: block;
    }

    .resourcePage .mobileLi6 .arrow-not-active {
        display: none;
    }

.resourcePage .mobileSubItems2 {
    display: block;
}

/*.resourcePage .mobileMenu-List #mobileNav-Ul {
    height: 650px;
}*/

.navScrolled {
    position: fixed;
    top: -12px;
    width: 100% !important;
    left: 0px !important;
    display: none;
}

#subNav1 {
    font-weight: bold !important;
    padding-right: 5px;
    left: -150px;
}

.resourcePage .navScrolled {
    margin-left: 0px;
}

.backTopSubNav {
    position: absolute;
    bottom: -12px !important;
    color: #282a77 !important;
    font-size: 14px;
    font-family: 'Alright_Regular';
    text-decoration: none !important;
    cursor: pointer;
    z-index: 9;
}

    .backTopSubNav:hover {
        font-family: 'Alright_Medium';
    }

.navSupportDesk a {
    margin-top: -2px;
}



.mainNavDropdown {
    /*border-radius: 0px;
    border: 2px solid #cfa644;
    border-top: 0px;
    border-left: 0px;
   
    width: 175px;
    position: relative;
    margin-left: -15px;
    
    background: transparent !important;*/
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
    padding: 0px;
}

.dropDownItemsDiv {
    border-top: 2px solid #cfa644;
    padding: 0px;
    width: 243px;
    position: relative;
    background: #cfa644;
    overflow: hidden;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

#mainNavContainer .dropdown .mainNavDropdown .dropdown-item {
    color: #180f5e !important;
    font-family: 'Alright_Regular';
    padding: 10px 10px 10px 5px;
    background: #ebc971;
    transition: all .2s ease;
    font-size: 14px;
    line-height: 18px;
}

.dropwnItems-wrap {
    text-align: center;
    background: #ebc971;
}

#mainNavContainer .dropdown .mainNavDropdown .dropdown-item:hover {
    font-family: 'Alright_Bold';
    background: #ebc971 !important;
}

#dropdown-menu-clinical {
    left: -8px !important;
}

#dropdown-menu-resources {
    left: -8px !important;
}



.navDropdownArrow {
    position: absolute;
    left: 0px;
    top: -123px;
    width: 15px;
    transition: top .25s ease;
}

.resourceDropDown .navDropdownArrow {
    top: -131px;
}

.dropdownDivider {
    width: 90%;
    position: relative;
    left: 48.5%;
    transform: translateX(-50%);
    height: 1px;
    background: #AB916B;
    pointer-events: none;
}

.aboutPadcevDropdown, .supportDropDown {
    margin-top: 32px;
}

.resourceDropDown, .supportDropDown {
    margin-left: 15px;
}

.clinicalResultsDropDown, .resourceDropDown {
    margin-top: 18px;
}

.clinicalResultsDropDown {
    margin-left: -11px;
}

.supportDropDown .dropSupport {
    padding-top: 19px !important;
    padding-bottom: 16px !important;
    padding-right: 0px !important;
}

.supportDropDown .arrow1 {
    top: -114px !important;
}


.supportDropDown {
    width: 145px !important;
}




#resourcesDropDown {
    top: 70px;
    left: -39px !important;
}




#mobileNav-Ul .dropdown-menu {
    position: static !important;
    transform: unset !important;
}

#mobileNav-Ul .nav-item {
}

    /*.navItemMobile{
    padding: 0px 20px;
}*/

    #mobileNav-Ul .nav-item .nav-link {
        color: #170f5e;
        font-family: 'Alright_Medium';
        border-bottom: 1px solid #170f5e;
        text-decoration: none !important;
        padding: 18px 0px;
        margin: 0px 20px;
        position: relative;
    }

        #mobileNav-Ul .nav-item .nav-link.foot {
            color: #170f5e;
            font-family: 'Alright_Medium';
            border-bottom: 1px solid #170f5e;
            text-decoration: underline !important;
            padding: 8px 0px;
            font-size: 14px !important;
            margin: 0px 20px;
            position: relative;
        }

#navbarDropdownMobile5 {
    border-bottom: 2px solid #170f5e !important;
}

#mobileNav-Ul .dropdown-menu {
    border-radius: 0px;
    margin-top: -3px;
    padding: 0px 20px;
}

#mobileNav-Ul .show {
    border-radius: 0px;
    border: none;
}



.dropDownSpan {
    /*    padding: 7px;*/
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}



.show > .nav-link {
    border-bottom: none !important;
}



#dosingAdministrationMobile {
    border-bottom: 1px solid #170f5e;
}

#sideEffectsMobile {
    border-bottom: 1px solid #170f5e;
}

#faqPageMobile {
    border-bottom: 1px solid #170f5e;
}

#mobileNav-Ul .dropdown-menu .dropdown-item {
    font-family: 'Alright_Medium';
    color: #180f5e !important;
    text-decoration: none !important;
    padding: 13px 0px 13px 20px;
    position: relative;
    /*margin: 0px 20px !important;*/
}




#mobileNav-Ul .fa-chevron-down {
    position: absolute;
    right: 0px;
    color: #cfa644;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}

.fa-chevron-down.chev-flip::before {
    content: "\f077";
}


#mobileNav-Ul .fa-plus {
    position: absolute;
    right: 0px;
    color: #180f5e;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}




#mobileNav-Ul .fa-minus {
    position: absolute;
    right: 10px;
    color: #180f5e;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
}


#mobileNav-Ul .fa-minus-second {
    position: absolute;
    right: 10px;
    color: #180f5e;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 15px;
    transition: all .25s linear;
}



.dropdown1.show .fa-minus-second {
    transform: translateY(-50%) rotate(180deg) !important;
    transition: all .25s linear;
}

.dropdown2.show .fa-minus-second {
    transform: translateY(-50%) rotate(180deg) !important;
    transition: all .25s linear;
}


.dropdown3.show .fa-minus-second {
    transform: translateY(-50%) rotate(180deg) !important;
    transition: all .25s linear;
}








.navLinkStandard .fa-chevron-down {
    transform: translateY(-50%) rotate(-90deg) !important;
}




.mobileNav-contact {
    background: rgb(229,188,88);
    background: linear-gradient(117deg, rgba(229,188,88,1) 28%, rgba(242,225,176,1) 50%, rgba(229,188,88,1) 70%);
    color: #212529 !important;
    text-decoration: none !important;
    font-size: 16px;
    font-family: 'Alright_Regular';
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2px;
    padding: 12px 0px;
    line-height: 20px;
}

    .mobileNav-contact a {
        color: #180f5e !important;
        text-align: center;
        margin-top: 4px;
    }



    .mobileNav-contact span {
        font-size: 22px;
        font-family: 'Alright_Bold';
        line-height: 28px !important;
    }




@keyframes slideDownLast {
    0% {
        top: 0px;
        opacity: 0;
    }

    30% {
        top: 70px;
        opacity: 0;
    }

    50% {
        top: 90px;
        opacity: .6;
    }

    100% {
        opacity: 1;
        top: 106px;
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        top: 0px;
    }

    30% {
        top: 40px;
        opacity: 0;
    }

    100% {
        top: 150px;
        opacity: 1;
    }
}

.slideDownLast {
    animation: slideDownLast .34s forwards 0s ease-in-out;
    -moz-animation: slideDownLast .34s forwards 0s ease-in-out;
    -webkit-animation: slideDownLast .34s forwards 0s ease-in-out;
}

.slideLeft {
    animation: slideLeft .34s forwards 0s ease-in-out;
    -moz-animation: slideLeft .34s forwards 0s ease-in-out;
    -webkit-animation: slideLeft .34s forwards 0s ease-in-out;
}





.desktopContact-slideIn2 {
    position: absolute !important;
    left: -3px;
    /*left: -179px;*/
    top: 50%;
    transform: translateY(-50%);
    height: 96%;
    background: rgb(229,188,88);
    background: linear-gradient(117deg, rgba(229,188,88,1) 28%, rgba(242,225,176,1) 50%, rgba(229,188,88,1) 70%);
    color: #180f5e !important;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Alright_Regular';
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 8px 1px 9px;
    cursor: pointer;
    opacity: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); /*transition: all .25s ease;*/
}

    .desktopContact-slideIn2 a p {
        color: #180f5e !important;
        text-align: center;
        margin: 0px !important;
        pointer-events: none;
        font-size: 12px;
        line-height: 15px;
        font-family: 'Alright_Regular';
        padding-top: 7px;
    }


    .desktopContact-slideIn2 p {
        color: #180f5e !important;
        text-align: center;
        margin: 0px !important;
        pointer-events: none;
    }



    .desktopContact-slideIn2 span {
        font-size: 17px;
        font-family: 'Alright_Bold';
        line-height: 20px !important;
        pointer-events: none;
    }











.desktopContact-slideIn {
    position: absolute !important;
    left: -4px;
    /*left: -179px;*/
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    background: rgb(229,188,88);
    background: linear-gradient(117deg, rgba(229,188,88,1) 28%, rgba(242,225,176,1) 50%, rgba(229,188,88,1) 70%);
    color: #180f5e !important;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Alright_Regular';
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 31px 10px 27px 10px;
    cursor: pointer;
    opacity: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); /*transition: all .25s ease;*/
}

    .desktopContact-slideIn a p {
        color: #180f5e !important;
        text-align: center;
        margin: 0px !important;
        pointer-events: none;
        font-size: 12px;
        line-height: 15px;
        font-family: 'Alright_Regular';
        padding-top: 7px;
    }


    .desktopContact-slideIn p {
        color: #180f5e !important;
        text-align: center;
        margin: 0px !important;
        pointer-events: none;
    }



    .desktopContact-slideIn span {
        font-size: 17px;
        font-family: 'Alright_Bold';
        line-height: 20px !important;
        pointer-events: none;
    }


/*.navResources.show .desktopContact-slideIn {
    opacity: 1;
}*/



/*#mainNavContainer .dropdown:hover > .dropdown-menu {
    display: block;
}*/


.visible {
    display: block;
}



/*.disabling click on Nav buttons }*/

#mainNavContainer .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

/*.disabling click on Nav buttons }*/


#mainNavContainer .dropdown-menu {
    border-radius: 6px;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}


#mainNavContainer .dropdown-menu {
    /*        transition: all 35s ease;*/
}

.dropdown-menu {
    left: -87px !important;
}

#trialResultsDropdown {
    top: 70px;
    left: -65px !important;
}

.dropDown-item {
    /*    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 19px;*/
    padding-top: 18px;
    padding-bottom: 14px;
    line-height: 19px;
}

    .dropDown-item a {
        color: #170f5e;
        font-family: "Alright_Medium";
        font-size: 18px;
    }

        .dropDown-item a:hover {
            color: #170f5e;
            font-family: "Alright_Bold";
            font-size: 18px;
        }

/*#mainNavContainer .dropdown-menu:before {
    content: '' !important;
    position: absolute !important;
    height: 22px !important;
    width: 105% !important;
    top: -22px !important;
    left: -10px !important;
    background: transparent !important;
    z-index: 1 !important;
}*/

#mainNavContainer .nav-link {
    cursor: pointer !important;
}

#mobileNav-Ul .dropdown-item:hover {
    background: #e6e5ee;
}

#mobileNav-Ul .dropdown-item:focus {
    background: #e6e5ee;
}

#mainNavContainer.nav-item .nav-link {
    transition: margin-top .09s linear;
}





.caregiverTips #subNav1 {
    left: -245px !important;
}

.dosingAdministration #subNav1, .caregiverTips #subNav1, .faqPage #subNav1 {
    font-weight: normal !important;
}







#navBar #leftOfISINavContainer {
    height: 100%;
    position: relative;
    max-width: 1330px !important;
    margin: auto;
}

    #navBar #leftOfISINavContainer #metaNavContainer {
        position: relative;
        right: 10px;
        margin-left: 12px;
        margin-top: 5px;
        margin-right: 16px;
    }

        #navBar #leftOfISINavContainer #metaNavContainer ul li {
            color: #170f5e !important;
            text-decoration: none !important;
            font-size: 16px;
            font-family: 'Alright_Medium';
        }

        #navBar #leftOfISINavContainer #metaNavContainer .nav-link {
            display: block;
            padding-top: .4rem 0rem;
            color: #170f5e !important;
            text-decoration: none !important;
            font-size: 15px;
            font-family: 'Alright_Medium';
            line-height: 16px !important;
            text-align: center;
            cursor: pointer !important;
        }



        #navBar #leftOfISINavContainer #metaNavContainer .vLine {
            height: 32px;
            width: 1px;
            background: #170f5e;
            position: relative;
        }

    #navBar #leftOfISINavContainer #mainNavContainer ul li .nav-item-custom {
        color: #170f5e !important;
        text-decoration: none !important;
        font-size: 18px;
        font-family: 'Alright_Medium';
        line-height: 22px !important;
        text-align: center;
        cursor: pointer !important;
    }

        #navBar #leftOfISINavContainer #mainNavContainer ul li .nav-item-custom a {
            color: #170f5e !important;
            text-decoration: none !important;
            font-size: 18px;
            font-family: 'Alright_Medium';
            line-height: 22px !important;
            text-align: center;
            cursor: pointer !important;
        }

        #navBar #leftOfISINavContainer #mainNavContainer ul li .nav-item-custom span.active-tab {
            /* border-bottom: #170f5e 4px solid; */
            position: relative;
        }

            #navBar #leftOfISINavContainer #mainNavContainer ul li .nav-item-custom span.active-tab::after {
                content: '';
                border-bottom: #170f5e 7px solid;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                position: absolute;
                width: 100%;
                left: 0px;
                right: 0px;
                top: 36px;
            }

    #navBar #leftOfISINavContainer #mainNavContainer ul li .nav-item-trial-results span.active-tab::after,
    #navBar #leftOfISINavContainer #mainNavContainer ul li .nav-item-resources span.active-tab::after {
        top: 35px;
    }






    #navBar#leftOfISINavContainer #mainNavContainer .navLogo {
        position: absolute;
        left: -29px;
        bottom: 8px;
        z-index: 999;
        width: 192px;
    }




.alignItemsToBottomOfDiv {
    align-self: self-end;
}


#mainNavContainer {
    margin-top: 15px;
}

.mb88 {
    margin-bottom: 88px !important;
}


.sideISIContainer {
    background: white;
    top: 0;
    height: 100vh;
    position: fixed;
    z-index: 9998;
    padding: 12px 8px 24px 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    right: 0;
    overflow-y: auto;
    z-index: 9999;
}


.rightSideISIHeader {
    color: #170f5e;
    font-family: 'Alright_Bold';
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 8px;
}

.rightSideISIBody {
    padding-bottom: 8px;
    margin-top: 0px !important;
    margin-bottom: 0px;
    font-family: 'Alright_Regular';
    line-height: 26px;
    color: #333333;
    font-size: 16px;
    padding-right: 10px;
}

.isi_indication {
    padding-top: 8px;
}


.ml-10 {
    margin-left: 10px;
}


.ml-26 {
    margin-left: 26px;
}

.rightSideISIBody.ml-26 {
    margin-left: 14px !important;
}

.rightSideISIBody.ml-43 {
    margin-left: 32px !important;
}

    .rightSideISIBody.ml-43 .leftAlignBulletPoint {
        margin-left: 15px;
        right: 10px;
    }

.ml-55 {
    margin-left: 55px;
}

.ml-20 {
    margin-left: 20px !important;
}


.leftAlignBulletPoint {
    margin-left: 0px;
    position: absolute;
    left: 0px;
}


.side-isi-pb {
    padding-bottom: 13px;
    margin-top: 0px !important;
}

.sideISILogoMargin {
    margin-top: 13px !important;
    padding-bottom: 13px;
}

.sideISILogoSize {
    height: 54px;
    width: 44px;
}

    .sideISILogoSize.tall {
        height: 67px !important;
    }

.no-mt {
    margin-top: 0px !important;
}

.side-isi-subhead {
    color: #5b6770;
}


.chev-flip {
    transform: rotate(180deg);
    transition-duration: .5s;
}


#chevron1 {
    transition-duration: .5s;
    position: absolute;
    top: 9px;
    left: 79px;
}

#chevron2 {
    transition-duration: .5s;
    position: absolute;
    top: 10px;
    left: 121px;
}

#chevron3 {
    transition-duration: .5s;
    position: absolute;
    top: 11px;
    left: 173px;
}

.alright-bold {
    font-family: 'Alright_Bold' !important;
}



/*-------------------------------------------------------------------------------------------------------------------*/
/* Media Queries - Start */
/*----------Any Screen less than 1200px----------*/
@media (max-width: 1023px) {


    .contentContainer {
        margin-top: 93px;
        background: linear-gradient(to bottom, var(--white), #ebeaf5);
    }

    .modal-InnerWrap-Patient .bodyCopy {
        font-size: 16px;
    }



    #tips-for-caregivers, #clinical-trial-results, #possible-side-effects {
        position: relative;
        top: -95px !important;
    }

    #faqs {
        position: relative;
        top: -105px !important;
    }

    .mobileMenu-Overlay {
        display: none;
    }

    .mobileTopNav {
        margin-top: -3px;
    }
    /*
    .mobileNav .mobileTopNav li {
        padding: 0px 10px;
    }
*/
    .mobileNavLeft {
        padding-left: 0px !important;
    }

    .mobileNavRight {
        padding-right: 0px !important;
    }

    #navBar {
        display: none;
    }

    .subNav {
        display: none;
    }

    .mobileNav {
        display: block;
        background: #e6e5ee;
        background-position: center;
        background-size: cover;
        width: 100% !important;
        overflow: hidden;
        height: 92px;
        position: absolute;
        top: 0px;
        z-index: 99;
        left: 0px;
        box-shadow: 0px 0px 6px grey;
        color: #170f5e;
    }

    .mobileTopNav li a {
        color: #170f5e;
        text-decoration: none !important;
        font-family: 'Alright_Regular';
        font-size: 16px;
        text-align: center;
        padding: 0px !important;
        line-height: 17px !important;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
        margin-top: 10px;
    }

    /*        .mobileTopNav li a span {
            border-bottom: 2px solid #170f5e !important;
        }*/

    .mobileTopNav .nav-link {
        display: block;
    }

    .mobileTopNav .vLine {
        height: 15px;
        width: 2px;
        background: #170f5e;
        position: relative;
        margin-top: 16px;
    }

    .mobileNavRow .navLogo {
        position: absolute;
        left: 31px;
        width: auto;
        max-width: 140px;
        top: 18px;
        bottom: 6px;
    }

    .mobileNavRow .navMenuImg {
        width: 38px;
        height: 35px;
        position: absolute;
        right: 16px;
        bottom: 30px;
    }

    .heroTextWrap {
        margin-top: 0px;
    }
}





@media (max-width: 545px) {

    #leavingModalDim {
        margin: auto;
        position: relative;
        top: 16%;
        width: 90%;
    }

    .mobilePad {
        padding-left: 20px;
    }


    .privacyTitle {
        color: #fff;
        font-family: "Alright_Regular";
        font-size: 32px;
        margin-bottom: 0px;
        padding-bottom: 32px;
        padding-top: 6px;
    }


    #demo-modal-Patient #wrapper {
        overflow: hidden;
        height: 890px;
        width: 91%;
        position: relative;
        margin: 67px auto;
        background: #ffffff;
    }

    #privacyModalDim {
        margin: auto;
        position: relative;
        top: 37%;
        width: 90%;
    }

    #leavingModalInner {
        z-index: 999999999999999999999999999999;
        max-width: 796px;
        max-height: 840px;
        border-radius: 8px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%);
        margin: auto;
        background-color: #170f5e;
    }


    #leavingModalDim {
        margin: auto;
        position: relative;
        top: 5%;
        width: 90%;
    }

    .sideISIContainer {
        background: white;
        top: 0;
        position: relative;
        z-index: 999;
        padding: 24px 38px 24px 21px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%);
        right: 0;
        height: 100%;
    }

    /*    #sideISIContainer {
        background: white;
        bottom: 0px !important;
        height: 100vh;
        position: relative;
        z-index: 1 !important;
        padding: 24px 33px 24px 40px !important;
        box-shadow: none !important;
        right: 0;
        overflow-y: unset !important;
    }*/

    .mobileBreak {
        display: block;
    }


    .mobileTopNav li a {
        font-size: 13px;
    }

    .mobileNavRow .navLogo {
        position: absolute;
        left: 20px;
        width: 140px;
        top: 15px;
        bottom: 32px;
    }
}

@media (min-width: 1900px) {
    .large-break {
        display: none;
    }

    #navBar #leftOfISINavContainer #metaNavContainer .vLine {
        margin-top: 22px !important;
    }

    #top-nav {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) {



    #navBar {
        padding-right: 300px !important;
    }
}


@media (min-width: 1024px) {

    .mobileMenu-Overlay, .mobileNav {
        display: none;
    }
    /* ISI Modal View two column */
    .isi-content .two-col {
        display: flex;
    }

        .isi-content .two-col .col {
            flex-basis: 50%;
        }

            .isi-content .two-col .col:first-child {
                flex-basis: 65%;
            }

    .sideISIContainer .isi-content .two-col {
        display: block;
    }



    #navBar {
        position: relative;
        height: 169px;
        z-index: 999;
        background: #e6e5ee;
        padding-left: 30px;
        padding-right: 0;
        margin-left: 0px;
        margin-right: 0px;
        box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    }
}

@media (min-width: 1045px) {

    #isiModalInner {
        height: fit-content;
        margin-bottom: 1rem;
    }
}

@media (max-width: 350px) {
    .mobileTopNav li a {
        font-size: 11px;
    }
}


/* Media Queries - End */
/*-------------------------------------------------------------------------------------------------------------------*/



/*----------Any Screen less than 1200px----------*/
@media (max-width: 1023px) {



    .col-sm-9half {
        width: 100%;
    }

    .sideISIContainer {
        position: relative;
        box-shadow: none !important;
        height: 100%;
        z-index: 9999;
    }


    #sideISIContainer {
        display: none;
    }

    #isi-contentDesktopView {
        display: block
    }
}




@media (min-width: 1024px) {

    .fixed-isi {
        display: none !important;
    }

    .sideISIContainer {
        overflow-y: auto;
    }


    .col-sm-2half, .col-sm-9half {
        float: left;
        min-height: 1px;
    }

    .col-sm-2half {
        width: 20%;
    }

    .col-sm-9half {
        width: calc(100vw - 304px + 15px);
    }

    #metaNavContainer .nav-item {
        padding-top: 15px;
    }

    #navBar #leftOfISINavContainer #metaNavContainer .vLine {
        margin-top: 22px;
    }

    .navLogo {
        width: 184px;
    }

    #metaNavContainer {
        padding-bottom: 10px;
    }

        #metaNavContainer::after {
            content: '';
            position: absolute;
            margin: auto;
            right: 0;
            bottom: 0;
            left: 0;
            height: 1px;
            background-color: #ebc971;
        }

    #mainNavContainer {
        display: flex;
        justify-content: center;
        max-width: 95%;
        margin: 0 auto;
        margin-top: 15px;
    }

    #chevron3, #chevron2, #chevron1 {
        top: 50px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.tab-only {
    display: none;
}

.not-tab {
    display: block;
}
/* Nav Tablet view only */
@media (min-width: 1024px ) and (max-width: 1100px) {
    .nav-item .nav-link {
        font-size: 14px !important;
        padding-top: 10px !important;
        padding: 0.5rem 0.8rem;
    }

    #navBar #leftOfISINavContainer #metaNavContainer {
        margin-right: 10px;
    }

    #navBar #leftOfISINavContainer #mainNavContainer ul li .nav-item-custom a, #navBar #leftOfISINavContainer #mainNavContainer ul li .nav-item-custom a {
        font-size: 18px !important;
    }
}

@media (min-width: 1024px ) and (max-width: 1200px) {

    .fixed-isi {
        display: none !important;
    }

    #indexBody,
    #aboutPadcevBody,
    #dosingBody,
    #dowloadsBody,
    #FAQBody,
    #storiesBody,
    #ContactBody,
    #ContactBody,
    #supportBody,
    #trialBody,
    #sideEffectsBody,
    #tipsBody,
    #termsBody,
    #siteBody,
    #notFound,
    #advancedBladder {
        padding-right: 225px !important;
    }

    #more-vids {
        width: 36%;
        padding-right: 0px !important;
    }

    #top-video-ipad {
        flex: 0 0 60% !important;
    }

    .col-sm-9half {
        width: calc(100vw - 304px + 40px);
    }

    .col-sm-2half {
        width: 20%;
    }

    .tab-only {
        display: block;
    }

    .not-tab {
        display: none;
    }

    #navBar #leftOfISINavContainer #metaNavContainer .vLine {
        height: 40px;
    }

    .col-sm-9.alignItemsToBottomOfDiv {
        flex: unset;
        max-width: unset;
    }

    #navBar #leftOfISINavContainer #mainNavContainer ul li .nav-item-custom,
    #navBar #leftOfISINavContainer #mainNavContainer ul li .nav-item-custom a {
        font-size: 18px;
    }

    .new-btn-yellowContainer {
        flex: 0 0 30% !important;
    }

    .new-btn-yellow {
        width: 218px !important;
        padding: 9px !important;
        padding-left: 10px !important;
    }

        .new-btn-yellow a p img {
            position: absolute !important;
            right: 10px !important;
            left: unset !important;
            top: 16px !important;
        }

        .new-btn-yellow a p {
            padding-right: 30px !important;
            line-height: 22px !important;
        }
}










/* Media Queries - End */
/*-------------------------------------------------------------------------------------------------------------------*/


/* Font Related - Start */

@font-face {
    font-family: 'Alright_Bold';
    src: url("/fonts/Alright-v2-Normal-LT-Bold.woff2") format("woff2"), url("/fonts/Alright-v2-Normal-LT-Bold.woff") format("woff");
}

@font-face {
    font-family: 'Alright_Medium';
    src: url("/fonts/Alright-v2-Normal-LT-Medium.woff2") format("woff2"), url("/fonts/Alright-v2-Normal-LT-Medium.woff") format("woff");
}

@font-face {
    font-family: 'Alright_Regular';
    src: url("/fonts/Alright-v2-Normal-LT-Regular.woff2") format("woff2"), url("/fonts/Alright-v2-Normal-LT-Regular.woff") format("woff");
}

@font-face {
    font-family: 'Alright_Black';
    src: url("/fonts/Alrightv2NormalLT-Black.woff2") format("woff2"), url("/fonts/Alrightv2NormalLT-Black.woff") format("woff");
}

.magenta {
    color: magenta;
}

html {
    scroll-behavior: smooth
}

sup {
    top: -.75em !important;
    font-size: 60% !important;
}

.padding-top-24px {
    padding-top: 24px;
}




#blueBGIndex {
    position: absolute;
    width: 100vw;
    background-color: #170f5e;
    left: 0;
}




#cookie-btn {
    cursor: pointer;
}

    #cookie-btn:hover {
        transform: scale(1) !important;
        box-shadow: none !important;
    }

#patient-banner-btn {
    cursor: pointer;
}

    #patient-banner-btn:hover {
        transform: scale(1) !important;
        box-shadow: none !important;
    }





.small-sup {
    font-size: 50%;
    position: relative;
    top: -13px;
}

.clearAllBtn {
}

.minWidth836 {
    min-width: 836px;
}


.top-bullet-trial {
    left: -13px !important;
}

.leftAlign {
    text-align: left !important;
}

.footnoteCopy {
    margin-left: 10px;
    margin-right: 11px;
    font-size: 16px !important;
}

.mainFoot {
    font-size: 14px !important;
    color: #333333 !important;
    font-family: "Alright_Regular";
    line-height: 1.57;
    position: relative;
    left: 0px;
    margin-bottom: -18px;
}

    .mainFoot span {
        position: absolute;
        left: -7px;
    }

.hang-note {
    position: relative;
    margin-left: 8px;
}

    .hang-note span {
        position: absolute;
        left: -9px;
    }

.floatingFootnote {
    margin-left: -10px;
}

.blueText {
    color: #170f5e;
}

.alright_bold {
    font-family: "Alright_Bold" !important;
}

.text-container {
    max-width: 331px;
    line-height: 21px;
}



.text-container-1 {
    text-align: left;
    margin-top: 40px;
    padding-left: 15px;
    margin-bottom: -6px;
}


.text-container-2 {
    text-align: left;
    padding-right: 8px;
    padding-top: 8px;
}

.text-container-3 {
    text-align: left;
    padding-left: 15px;
}




.custom-container {
    /*        max-width: 1336px !important;*/
    margin: auto;
}

.enabled {
    color: #170f5e !important;
    font-family: "Alright_Bold";
}

#clearAll {
    width: fit-content;
    color: #ADADAD;
    font-size: 18px;
    font-family: "Alright_Bold";
}

    #clearAll.enabled:hover {
        cursor: pointer;
    }

#downloadAll.enabled:hover {
    cursor: pointer;
}

#downloadAll {
    width: fit-content;
    color: #ADADAD;
    font-size: 18px;
    font-family: "Alright_Bold";
}

#blueContainer .innerContentMargin {
    margin: 40px 27px;
}



.display {
    display: block !important;
}

.hide {
    display: none !important;
}



.resourceCheckBox {
    height: 24px;
    width: 24px;
    position: relative;
    top: 6px;
}


.sideEffectsBox {
    margin-bottom: 39px !important;
}

.blackText {
    color: #333333 !important;
}

.blueText {
    color: #170f5e !important;
}

.pt-36 {
    padding-top: 36px;
}

.pt-71 {
    padding-top: 71px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-88 {
    padding-top: 88px;
}

.pt-44 {
    padding-top: 44px;
}

.hang {
    position: absolute;
    left: -9px;
}

.marg-left {
    margin-left: 18px;
}

.mt-34 {
    margin-top: 34px !important;
}

.mt-44 {
    margin-top: 44px !important;
}

.margin-study {
    margin-left: 24px !important;
}

.thoughtToWork {
    margin-bottom: -10px;
}

#notActual {
    padding-left: 8px;
    position: relative;
    top: 1px;
}

.notRealPatientDiv {
    background-image: linear-gradient(to right, var(--white), rgba(255, 255, 255, 0) 130%);
    position: absolute;
    bottom: 16px;
    left: 20px;
    width: 200px;
    opacity: .95;
    font-size: 14px;
    color: #333333;
    font-family: "Alright_Regular";
    height: 23px;
    line-height: 23px;
}

.notRealPatientDivRight {
    background-image: linear-gradient(89deg, rgba(255, 255, 255, 0.82) 67%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 24px;
    right: 10px;
    left: auto;
    width: 156px;
    opacity: .95;
    font-size: 14px;
    color: #333333;
    font-family: "Alright_Regular"; 
}

.whiteDivTextBox {
    background: #ffffff;
    padding: 20px;
    border-top: 4px solid #ebc971;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    display: block !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-16 {
    margin-bottom: 10px;
}

.whiteBoxTitle {
    font-size: 24px;
    line-height: 30px;
    color: #170f5e;
    font-family: "Alright_Bold";
}

.whiteBoxSubtext {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-family: "Alright_Regular";
}


.properUnderline {
    border-bottom: 2px dotted;
}


.bs-example {
    margin: 200px 150px 0;
}

.popover-title .close {
    position: relative;
    bottom: 3px;
}

.popover-body {
    padding: 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    font-family: 'Alright_Regular';
    background-color: #e6e5ee;
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    font-size: 18px;
    line-height: 24px;
}


.backgroundBtn {
    background-color: #170f5e;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    position: relative;
    top: -13px;
    left: -10px;
}

.leavingTitle {
    font-family: "Alright_Bold";
    color: #ffffff;
    font-size: 32px;
    margin-top: 41px;
    margin-bottom: 32px;
}

.mb32 {
    margin-bottom: 32px;
}

.close {
    float: right;
    font-size: 33px;
    font-weight: 500;
    line-height: 1;
    color: #ebc971 !important;
    opacity: 1;
    position: relative;
    top: -4.5px;
    right: 4.5px;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;
}

.mx-850 {
    max-width: 95%;
    margin: 0 auto !important;
    margin-bottom: 56px;
}

.close:not(:disabled):not(.disabled):hover {
    color: #ebc971;
    text-decoration: none;
    opacity: 1;
}

.popover-header {
    padding: 0;
    float: right;
    background-color: #e6e5ee;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  border-bottom: none;
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 2px;
    border-top-color: #e6e5ee;
}
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 2px;
  border-bottom-color: #e6e5ee;
}


.textPopUp {
    background: transparent;
    color: #170f5e;
    font-size: 18px;
    font-family: "Alright_Bold";
    border: none;
    padding: 0;
    text-align: left;
}

#stableDis.textPopUp,
#partialResponseRate5.textPopUp,
#completeResponseRateDesk2.textPopUp {
    color: #333333 !important;
    font-size: 16px !important;
    font-family: "Alright_Regular" !important;
}

.hide-container {
    display: flex;
    justify-content: end;
}

.hide-btn-div {
    max-width: 75px;
    cursor: pointer;
}

    .hide-btn-div span {
        color: #170f5e;
        text-decoration: underline;
        font-size: 14px;
        font-family: "Alright_Regular" !important;
        margin-right: 8px;
    }

    .hide-btn-div img {
        width: 32px !important;
    }




.marginAuto {
    margin: auto;
}

.subHeadP {
    font-size: 18px;
    color: #333333;
    font-family: 'Alright_Regular';
    padding-right: 23px;
}

.customMarginTop79px {
    margin-top: 79px !important;
}

/*tool tip
*/
/* Tooltip container */
Body
.tooltipcustom {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #170f5e; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipcustom .tooltiptext {
    visibility: hidden;
    width: 374px;
    background-color: #e6e5ee;
    color: #fff;
    text-align: center;
    font-family: "Alright_Regular";
    padding: 16px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -168px;
    left: -1px;
    font-size: 16px;
    color: #333333;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipcustom:hover .tooltiptext {
    visibility: visible;
}


/*    tool tip */

.fullWidth {
    width: 100%;
}

/*.specialMargin {
    margin-right: 20px;
    margin-left: 14px;
}*/


#text-1 {
    padding-bottom: 2rem;
}

.specialPadding {
    padding-right: 35px;
}

.bullet {
    margin-right: 15px;
}

#trialStudy1Img {
    position: relative !important;
    top: 0 !important;
    transform: none !important;
    right: 0 !important;
}


.inBlueBG {
    position: absolute;
    right: 34px;
    top: 15px;
    right: 325px;
}

.linkText {
    color: #170f5e !important;
    border-bottom: 2px solid #170f5e !important;
    font-family: "Alright_Regular";
    width: fit-content;
}
.regular {
  font-family: "Alright_Regular" !important;
}

    .linkText:hover {
        cursor: pointer;
        color: #170f5e;
        border-bottom: none !important;
    }

#indexBody,
#aboutPadcevBody,
#dosingBody,
#dowloadsBody,
#FAQBody,
#storiesBody,
#ContactBody,
#ContactBody,
#supportBody,
#trialBody,
#sideEffectsBody,
#tipsBody,
#termsBody,
#siteBody,
#notFound,
#advancedBladder {
    max-width: 1634px;
    margin: auto;
    padding-right: 304px;
    width: 100vw;
}

#indexBody {
    position: relative;
}

.banner-background {
    position: absolute;
    height: 284px;
    background-color: #f4e9cf;
    width: 100%;
    left: 0px;
    border-bottom: 4px solid #ebc971;
}

.home-banner-background {
    position: absolute;
    height: 500px;
    background: linear-gradient(#fbe2b1, #f4ce77 50%);
    width: 200%;
    left: -1000px;
    z-index: 0;
}



.contentContainer {
    border-bottom: 4px solid #ebc971;
}


.boldContactP {
    color: #170f5e;
    font-size: 20px;
    line-height: 32px;
    font-family: "Alright_Bold";
}



#support-carrot {
    position: relative;
    top: -28px;
    left: 257px;
}

.backToTopMargin {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 24px;
}

.backToTopContainer {
    text-align: center;
    top: 0;
}

.back-to-top {
    transform: translateY(0px);
    transition: all .75s ease;
}


.back-to-top-text {
    position: relative;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: "Alright_Medium";
}

    .back-to-top-text.blue {
        color: #170f5e !important;
    }

.back-to-top:hover {
    cursor: pointer;
    transform: translateY(-10px);
    transition: all .75s ease;
}

.topContainerAbs {
    position: absolute;
    right: 18px;
    top: 64px;
}

.bannerImg {
    height: 280px;
    left: -20%;
}

.bannerImgNoLeft {
    left: 0% !important;
}



/* Font Related - End  */
/*-------------------------------------------------------------------------------------------------------------------*/
/* Padding, Margin, Position - Start */
/* Padding, Margin, Position - End */
/*-------------------------------------------------------------------------------------------------------------------*/
/* Index Page - Start */
/* Index Page - End */
/*-------------------------------------------------------------------------------------------------------------------*/
/* About Padcev Page - Start */
/* About Padcev Page - End */
/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/* Unorganized Code - Start */
.purplePbody {
    font-family: "Alright_Regular";
    font-size: 18px;
    line-height: 26px;
    color: #170f5e !important;
}

.hero-txt {
    background-color: #170f5e;
    padding-left: 38px;
}

    .hero-txt p {
        color: #ffffff !important;
    }

    .hero-txt h1 {
        color: #ffffff !important;
    }


.amp-content-title {
    display: none !important;
}
/*styling form homepage video section*/
.not-actual-patients {
    position: relative;
    color: #ffffff;
    top: 92%;
    left: 62%;
    font-size: 12px;
    font-family: 'Alright_Regular'
}

#mobile-quote-box {
    display: none;
}

.patient-stories-header {
    font-size: 33px;
    color: #170f5e;
    font-family: 'Alright_Bold';
    margin-bottom: 0;
}

.patient-stories-subhead {
    font-size: 17px;
    color: #170f5e;
    font-family: 'Alright_Bold';
    line-height: normal;
}

.text-under-purple {
    font-size: 26px;
    color: #170f5e;
    font-family: 'Alright_Bold';
    padding-top: 40px;
}

.purple-text {
    font-size: 16px;
    color: #170f5e;
    font-family: 'Alright_Regular';
    width: 624px;
    position: relative;
    z-index: 2;
    top: 29px !important;
    left: 17px;
    line-height: normal;
}

#patient-quote-box {
    position: relative;
    top: -68px;
    width: 645px;
}

.purple-text-under {
    font-size: 16px;
    color: #170f5e;
    font-family: 'Alright_Regular';
    position: relative;
    top: -40px !important;
    line-height: normal;
}

#patient-mobile-quote {
    display: none;
}

#wrap-div {
    height: 777px;
}

.header-text-holder {
    top: -29px;
    position: relative;
}

#patient-stories-video-img {
    visibility: hidden;
}
.bmpui-ui-watermark{
    display:none;
}

#MOA-video-IMG {
    visibility: hidden;
}

.flexContainer {
    display: flex
}

.homeRow {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}

.column {
    flex-basis: 100%;
    flex: 1;
}

#stories-header-homepage {
    color: #170f5e;
    font-family: 'Alright_Bold';
    font-size: 33px;
}

.stories-container-home {
    background-image: linear-gradient(white 40%, #F3F3F7);
}

.big-quotes {
    font-size: 30px;
    font-style: italic;
    position: relative;
}

.purple-text-home {
    font-family: 'Alright_Medium';
    color: #170f5e;
    font-size: 17.75px;
    line-height: 21px;
    position: relative;
    top: 16px;
}


.black-text-home {
    font-family: 'Alright_Medium';
    color: #333333;
    font-size: 17.75px;
    line-height: 21px;
    position: relative;
    /*    top: 16px;*/
}

.borderBottomFooter {
    border-bottom: 4px solid #ebc971;
}

.purple-text-smaller {
    font-size: 16px !important;
}

.top-box {
    position: relative;
    width: 458px;
    left: 37px;
    top: 204px;
}

.bottom-box {
    position: relative;
    top: 210px;
    width: 421px;
    left: 55px;
}

.quote-box {
    position: relative;
    top: -203px;
}

#quote-button {
    margin-top: -80px;
    left: -128px;
    top: 123px;
}

#text-under-video-home {
    font-size: 16px;
    width: 450px;
}
.player-wrapper {
    width: 60%;
    margin: 20px auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.7);
}
.video-js {
    width: 100%;
    aspect-ratio: auto;
    height: auto;
}
.bitmovinplayer-poster {
    background-size: cover !important;
}


/*styling form homepage video section*/

body,
html {
    max-width: 100% !important;
    overflow-x: hidden !important;
    font-family: 'Alright_Regular';
}

a,
button {
    cursor: pointer !important;
}

.container {
    max-width: 1277px !important;
    /*    padding: 0px;*/
}

.bodyWrap {
    width: 100% !important;
    /*    overflow-x: hidden;*/
}

.navInner {
    padding-left: 20px;
}

.index-div {
    /* margin: 10px; */
    font-family: 'Alright_Bold';
    color: #170f5e;
    line-height: normal;
    padding-top: 20px;
    padding-left: 35px;
}

.svg-arrow {
    width: 25px;
}

.svg-icons {
    width: 45px;
}

.blue-arrow-text {
    position: absolute;
    top: 13px;
    left: 27px;
    font-family: 'Alright_Bold';
    font-size: 17px !important;
    line-height: normal;
}

.white-footer {
    color: #ffffff;
}

.gold-arrow-text {
    position: absolute;
    top: 13px;
    left: 20px;
    font-family: 'Alright_Bold';
    font-size: 17px !important;
    line-height: normal;
    width: 300px;
}

.mobile-reg {
    color: #170f5e;
}

.mobile-carrot {
    display: none;
}

.faqBtnWrap {
    float: right;
    padding-right: 65px !important;
}

.header-sup {
    top: -8px;
    font-size: 60%;
}

#about-padcev-white-box {
    top: 48px !important;
}

#dosing-white-box-section {
    top: 76px !important;
}

#dosing-white-box-section-inner {
    width: 508px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    color: #170f5e;
    padding-top: 34px;
    padding-bottom: 30px;
    font-size: 18px;
    padding-right: 20px;
    line-height: 27px;
    padding-left: 30px;
    position: relative;
    top: 29px;
}

#downloads-header {
    padding-bottom: 7px;
}

.dosing-chart {
    background-color: #f1f1f5;
    padding: 20px;
    padding-left: 48px;
    padding-right: 45px;
    padding-top: 3px;
    padding-bottom: 28px;
}

    .dosing-chart .col {
        padding: 10px;
        padding-bottom: 0px;
        padding-top: 12px;
        color: #170f5e;
        font-size: 19px;
        font-family: 'Alright_Regular';
        border: 1px solid #ADAAC6;
    }

    .dosing-chart .col-2 {
        padding: 10px;
        font-size: 19px;
        border: 1px solid #ADAAC6;
        font-family: 'Alright_Medium';
    }

.first-row .col {
    color: #170f5e;
    text-align: center;
    border: none !important;
}

.first-col {
    text-align: center;
    color: #ffffff;
    background-color: #170f5e;
    width: 200px;
}

#firstColLastRow {
    background-color: #f1f1f5;
    color: #170f5e;
}

.lastRow {
    text-align: center;
    color: #170f5e;
    font-size: 19px;
}

.day-1 {
    position: relative;
    left: 14px;
}

.day-2 {
    position: relative;
    left: 16px;
}

.day-3 {
    position: relative;
    left: 12px;
}

.day-4 {
    position: relative;
    left: 10px;
}

.day-5 {
    position: relative;
    left: 8px;
}

.day-6 {
    position: relative;
    left: 6px;
}

.dosing-clock {
    top: -8px;
    position: relative;
    height: 35px;
    margin-right: 7px;
    opacity: 0;
}

.dosing-clock-text {
    opacity: 0;
}

.index-div-mobile {
    margin: 15px;
    font-family: 'Alright_Bold';
    color: #170f5e;
    line-height: 25px;
    font-size: 21px;
}

.index-arrows {
    margin-top: 15px;
    margin-bottom: 15px;
    left: 10px;
}

.index-arrows-mobile {
    left: 40px;
}

.index-or {
    margin-top: 40px;
    font-family: 'Alright_Bold';
    color: #170f5e;
    line-height: normal;
    left: 41px;
}

.index-or-mobile {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Alright_Bold';
    color: #170f5e;
    line-height: normal;
    left: 100px;
}

.heroBtnMobile {
    border: 2px solid #ebc971;
    margin-bottom: 25px;
}

.h1smallFont {
    font-size: 33px !important;
    margin: 0px;
    color: #170f5e;
    font-family: 'Alright_Bold';
}

.about-padcev-header {
    font-family: 'Alright_Bold';
    color: #170f5e;
    padding-top: 10px;
    margin-top: 5px;
    font-size: 33px !important;
    padding-bottom: 10px;
}

.dosing-header {
    font-family: 'Alright_Bold';
    color: #170f5e;
    padding-top: 14px;
    margin-top: -1px;
    font-size: 33px;
    margin-bottom: -3px;
}

.support-header {
    font-family: 'Alright_Bold';
    color: #170f5e;
    font-size: 33px;
    display: block;
    transform: translate3d( 0px, 16px, 10px);
    padding-top: 10px;
}


.displayGridCenter {
    display: grid;
    place-items: center;
}


.index-support-img {
    width: 431px;
}

.support-container {
    flex-flow: row;
    align-items: center;
}

.support-icon-container {
    min-width: 62px;
}

.support-icon-text-container {
    margin-left: 1rem;
}

.pl-15 {
    padding-left: 15px;
}

.no-pl {
    padding-left: 0px;
}

.second-row {
    padding-top: 80px;
}


.new-btn-white {
    background-color: #ffffff;
    width: fit-content;
    padding: 15px 20px 16px 16px;
    padding-bottom: 13px;
    border-radius: 8px;
    border-color: #170f5e;
    border: 2px solid #170f5e;
    transform: scale(1.00);
    transition: all .5s linear;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

    .new-btn-white:hover {
        transform: scale(1.03);
        box-shadow: 0px 0px 7px #170f5e;
        transition: transform .5s linear;
    }

.new-btn-caret {
    transform: translateX(0px);
    transition: all .5s linear;
}


    .new-btn-caret:hover {
        transform: translateX(5px);
        transition: all .5s linear;
    }

.no-mb {
    margin-bottom: 0 !important;
}

.new-btn-caret {
    position: relative;
    left: 8px !important;
    bottom: 0px !important;
    top: -1px;
    max-height: 23px;
}

.new-btn-yellow a p img {
    max-height: 23px;
}

.heroImg {
    overflow: hidden;
    position: relative;
    top: 0px;
}

    .heroImg img {
        /*            width: 100% !important;*/
        position: relative;
    }

    .heroImg .hero-txt {
        height: 401px;
        position: absolute;
        top: -14px;
        /*            z-index: 10;*/
    }

        .heroImg .hero-txt p {
            color: #170f5e;
        }

        .heroImg .hero-txt .reg-hero {
            font-size: 17px;
            font-family: 'Alright_Regular';
            line-height: 19px;
            width: 414px;
        }

#learn-about-padcev {
    margin-top: -10px;
}

.heroImg .hero-txt .bold-hero {
    font-family: 'Alright_Medium';
    font-size: 48px;
    line-height: 20px;
    width: 490px;
    margin-top: 51px;
}

.heroImg .hero-txt .bold-hero-lg {
    font-family: 'Alright_Medium';
    font-size: 48px;
    line-height: 51px;
    width: 490px;
    margin-top: 5px;
}

.notActual-Txt-mobile {
    position: absolute;
    left: 15px;
    bottom: -16px;
    color: #170f5e;
    font-family: 'Alright_Bold';
    font-size: 11px;
}

.heroImg .notActual-Txt {
    position: absolute;
    left: 30px;
    bottom: 33px;
    color: #fff;
    font-family: 'Alright_Regular';
    font-size: 16px;
}

.heroBtn {
    position: relative;
    top: -110px;
    height: 103px;
    width: 98%;
    margin-left: 0px;
    /* margin-right: 21px; */
    border: 2px solid #cfa644;
    background-color: #ffffff;
}

    .heroBtn .col-md {
        -ms-flex-preferred-size: 0;
        /* flex-basis: 0; */
        -ms-flex-positive: 1;
        /*        flex-grow: 0.27;*/
        max-width: 100%;
    }


.container {
    /*            margin-left: 0 !important;
            padding-left: 27PX;*/
}

.skip-to-content-link {
    left: 50%;
    position: absolute;
    transform: translateY(-100%);
    color: transparent !important;
}

    .skip-to-content-link:focus {
        transform: translateY(0%);
    }

.heroBtn button {
    width: 288px;
    height: 68px;
    background: #170f5e;
    color: #fff;
    font-family: 'Alright_Bold';
    font-size: 16px;
    line-height: 20px;
    position: relative;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    padding-top: 5px;
    border: none;
}

    .heroBtn button img {
        position: absolute;
        top: 0px;
        right: -15px;
    }

button:focus,
button {
    outline: none !important;
}

.bladderCaner-Hero {
    width: 100% !important;
    height: 430px;
    position: relative;
}

    .bladderCaner-Hero img {
        position: relative;
        left: 48%;
        transform: translateX(-50%);
        top: -78px;
    }

.gettingStarted .bladderCaner-Hero img {
    position: relative;
    left: 68%;
    transform: translateX(-50%);
    top: -78px;
}

.heroBold {
    font-family: 'Alright_Bold';
    color: #170f5e;
    font-size: 31px;
    line-height: 35px;
}

.heroReg {
    font-size: 19px;
    line-height: 23px;
    color: #170f5e;
    width: 600px;
    font-family: 'Alright_Medium';
}

.copy-header {
    font-family: 'Alright_Bold';
    color: #170f5e;
    font-size: 28px;
    line-height: 35px;
    position: relative;
    z-index: 2;
}

.copy-header-dosing {
    font-family: 'Alright_Medium';
    color: #170f5e;
    font-size: 26px;
    line-height: 30px;
    position: relative;
    z-index: 2;
}

.sideEffectWhiteBox {
    position: absolute;
    top: 53px;
}

.tipsWhiteBox {
    position: absolute;
    top: 77px;
}

.dosingLi {
    color: #170f5e;
    font-family: 'Alright_Regular';
    /*        margin-top: -15px;*/
    line-height: normal !important;
    padding-left: 5px;
    margin-bottom: 20px;
}

.dosingAdministration .dosingLi {
    margin-bottom: 10px !important;
}

.bladderHeroCopy {
    position: absolute;
    top: 50px;
}

    .bladderHeroCopy .heroBold {
        margin-bottom: .5rem;
        width: 442px;
    }

    .bladderHeroCopy .heroReg {
        width: 466px;
    }

.gettingStarted .heroReg {
    width: 446px;
}

.bladderImg {
    width: 100%;
}

.clinical-trial-footnote img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.footnoteCaption {
    position: relative;
    margin-top: 30px;
    height: 100%;
}

    .footnoteCaption img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .footnoteCaption p {
        font-family: 'Alright_Bold';
        color: #170f5e;
        font-size: 16px;
        line-height: 22px;
        padding-left: 50px;
        width: 90%;
    }

.ctaLeft {
    width: 100%;
    height: 60px;
    position: relative;
    margin-top: 70px;
    left: 70px;
}

    .ctaLeft button {
        position: absolute;
        right: 70px;
        width: 265px;
        height: 42px;
        background: #170f5e;
        color: #fff;
        font-family: 'Alright_Bold';
        border-top-right-radius: 203px;
        border-bottom-right-radius: 173px;
        font-size: 18px;
        padding-top: 3px;
        border: none;
    }

        .ctaLeft button img {
            position: absolute;
            right: -12px;
            top: 0px;
            height: 42px;
        }

.gettingStarted .ctaLeft button {
    /*    width: 367px;*/
}

#spanFont {
    font-family: 'Alright_Regular';
}

.magnifyGlass {
    margin-left: -10px !important;
}

.subNav {
    height: 46px;
    background: #ecc15d;
    background: linear-gradient(90deg, #ecc15d 0%, #f1cb75 47%, #ecc15d 100%);
    z-index: 999;
}

    .subNav .subNav-Items {
        position: relative;
        top: 18px;
    }

        .subNav .subNav-Items .navItem {
            padding: 0px !important;
            max-width: 154px !important;
        }

            .subNav .subNav-Items .navItem a {
                color: #282a77 !important;
                font-size: 14px;
                font-family: 'Alright_Regular';
                text-decoration: none !important;
            }

        .subNav .subNav-Items .navItemFirst {
            max-width: 174px !important;
        }

        .subNav .subNav-Items .navItemLast {
            max-width: 160px !important;
        }

        .subNav .subNav-Items .subNav-Separator {
            width: 1px;
            height: 17px;
            background: #282a77;
            position: relative;
            top: 5px;
        }

.heroLink {
    text-decoration: underline !important;
    color: #170f5e !important;
}

.aboutPadcev .footnoteCaption img {
    top: 15% !important;
    left: -6px;
}

.aboutPadcev .heroBold {
    width: 460px;
}

.sideEffectWhiteBox .heroReg {
    width: 508px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    color: #170f5e;
    padding-top: 33px;
    line-height: 27px;
    padding-bottom: 27px;
    padding-left: 28px;
    top: -26px;
    position: relative;
    padding-right: 39px;
}

.tipsWhiteBox .heroReg {
    width: 508px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    color: #170f5e;
    padding-top: 33px;
    line-height: 27px;
    padding-bottom: 27px;
    padding-left: 28px;
    top: -12px;
    position: relative;
    padding-right: 39px;
}

.FAQWhiteBox .heroReg {
    width: 508px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    color: #170f5e;
    padding-top: 28px;
    padding-bottom: 17px;
    height: 137px;
    padding-right: 18px;
    line-height: 27px;
    top: 51px;
    padding-left: 27px;
    position: relative;
}

.img .heroReg {
    width: 265px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    color: #170f5e;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 35px;
}

#about-padcev-white-box-inner {
    width: 508px;
    background-color: rgba(255, 255, 255, .9);
    padding: 20px;
    color: #170f5e;
    padding-top: 38px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
    padding-right: 10px;
    padding-left: 26px;
    position: relative;
    top: 39px;
}

.aboutPadcev .bladderCaner-Hero img {
    position: relative;
    left: 57% !important;
    transform: translateX(-50%);
    top: -135px !important;
}

.aboutPadcev .bladderHeroCopy {
    top: 89px !important;
}

.aboutPadcev .bladderCaner-Hero {
    height: 376px !important;
}

.mid-Hero {
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
}

    .mid-Hero img {
        position: relative;
        left: 45%;
        transform: translateX(-50%);
    }

    .mid-Hero .bladderHeroCopy {
        top: 200px !important;
    }

    .mid-Hero .heroBold {
        margin-bottom: .7rem;
    }

.imageFootnote {
    font-size: 15px;
    color: #170f5e;
    font-family: 'Alright_Regular';
    line-height: 17px;
    /* width: 880px; */
    margin-top: 15px;
}

.aboutImgFour {
    margin: 10px 0px;
}

.mid-HeroTwo .bladderHeroCopy {
    top: 134px !important;
}

.mid-HeroTwo .heroBold {
    width: 330px !important;
}

.mid-HeroTwo .heroReg {
    width: 337px !important;
}

.chartFiveImg {
    width: 800px !important;
}

.careGiverTips {
    position: relative;
}

    .careGiverTips img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .careGiverTips p {
        font-family: 'Alright_Regular';
        color: #170f5e;
        font-size: 18px;
        line-height: normal;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 90px;
    }

.chartBox {
    position: relative;
}

    .chartBox .chartBoxLeft {
        height: 80px;
    }

    .chartBox .chartBoxRight {
        height: 80px;
        margin-left: 20px;
    }

    .chartBox img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .chartBox p {
        font-family: 'Alright_Bold';
        color: #170f5e;
        font-size: 18px;
        line-height: 21px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 90px;
    }

    .chartBox .icon6-Chart {
        left: 12px;
    }

    .chartBox .icon5-Chart {
        left: 12px;
    }

.chartFootnote {
    font-size: 17px;
    line-height: 20px;
    color: #170f5e;
    font-family: 'Alright_Regular';
    margin-top: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#about-exclamationImg {
    top: 19px !important;
}

.aboutPadcev .ctaLeft button {
    width: 234px;
}

.supportSolutions .bladderHeroCopy .heroReg {
    width: 436px;
}

.about-padvev-button-desktop {
    width: 254px !important;
}

.supportSolutions .bladderHeroCopy {
    position: absolute;
    top: 73px;
    width: 446px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    color: #170f5e;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-right: 24px;
}

#support-white-section {
    width: 508px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    color: #170f5e;
    padding-top: 31px;
    padding-bottom: 13px;
    padding-right: 36px;
    font-family: 'Alright_Medium';
    font-size: 18px;
    position: relative;
    top: 0px;
}

.supportSolutions .bladderCaner-Hero img,
.supportSolutions .gettingStarted .bladderCaner-Hero img {
    position: relative;
    left: 40%;
    transform: translateX(-50%);
    top: -78px;
}

.right-p-gold {
    border-left: 1px solid #dfc482;
    height: 75px;
}

.flagBanner {
    width: 100%;
    height: 100px;
    background: #170f5e;
    position: relative;
    z-index: 2;
    margin-top: 5px;
}

    .flagBanner p {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        font-family: 'Alright_Regular';
        position: absolute;
        left: 85px;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }

    .flagBanner a {
        color: #fff !important;
        text-decoration: none;
    }

    .flagBanner span {
        font-size: 16px !important;
    }

    .flagBanner img {
        position: absolute;
        left: 0px;
        top: 18px;
        height: 65px;
        width: 40px;
    }

.bodyCopy {
    color: #170f5e;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    font-family: 'Alright_Regular';
}

.copyHeaderLead {
    line-height: 27px;
}

.assistanceBox {
    width: 91%;
    border: 1px solid #dfc482;
    padding: 15px 20px 10px 20px;
    margin: 35px 0px;
}

    .assistanceBox .bodyCopy {
        margin-top: -10px !important;
    }

.footNoteTwo {
    margin-top: -13px;
}

.icon1-Support {
    position: absolute;
    top: 27px;
}

.support-box-p-header {
    font-family: 'Alright_Bold';
    color: #170f5e;
    font-size: 21px;
    margin-top: 14px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.supportRow {
    width: 100%;
    color: #170f5e;
    border: 1px solid #dfc482;
    margin-bottom: 30px;
}

    .supportRow .supportBox {
        position: relative;
    }

        .supportRow .supportBox .icon1-Support,
        .supportRow .supportBox .icon2-Support {
            position: relative;
            top: 15px;
        }

        .supportRow .supportBox img {
            position: relative;
        }

        .supportRow .supportBox p {
            font-family: 'Alright_Bold';
            color: #170f5e;
            font-size: 21px;
            margin-top: 30px;
            margin-left: 20px;
        }

        .supportRow .supportBox ul {
            margin-top: -12px;
        }

            .supportRow .supportBox ul li {
                color: #3b4045;
                font-size: 18px;
                line-height: 24px;
                margin-bottom: 15px;
                font-family: 'Alright_Regular' !important;
            }

        .supportRow .supportBox .copyBox2 {
            position: relative;
            top: -19px;
        }

        .supportRow .supportBox .copyBox1,
        .supportRow .supportBox .copyBox3 {
            position: relative;
            top: 16px;
            border: 1px solid #dfc482;
        }

        .supportRow .supportBox .copyBox1,
        .supportRow .supportBox .copyBox {
            position: relative;
            top: 16px;
            border: 1px solid #dfc482;
        }

.faqBtnWrap button {
    background: #fff;
}

.resourcePage #navItemLast {
    max-width: 70px !important;
}

.resourcePage .subNav {
    margin-left: 0px;
}

.resourcePage .bladderCaner-Hero img {
    position: relative;
    left: 28% !important;
    transform: translateX(-50%);
    top: -108px;
}

.resourcePage .bladderHeroCopy .heroBold {
    margin-bottom: .5rem;
    width: 180px;
}

.resourcePage .bladderHeroCopy {
    position: absolute;
    top: 131px;
}

.resourcePage .pdfRow {
    margin-top: 0px;
    margin-bottom: 40px;
}

    .resourcePage .pdfRow div {
        height: 270px;
        position: relative;
    }

        .resourcePage .pdfRow div p {
            position: absolute;
            width: 92%;
            text-align: center;
            bottom: -5px;
            font-family: 'Alright_Medium';
            font-size: 16px;
            color: #3b4045;
        }

        .resourcePage .pdfRow div .downlaodImgResource {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 10px;
            height: 65%;
        }

        .resourcePage .pdfRow div .downloadIconResource {
            position: relative;
            right: 0px;
            width: 20px;
            top: -3px;
        }

        .resourcePage .pdfRow div .patientPdf {
            margin-top: -13px;
        }

.resourcePage .resource-Ul li {
    font-family: 'Alright_Bold';
    margin-bottom: 5px;
    font-size: 18px;
}

    .resourcePage .resource-Ul li a {
        font-family: 'Alright_Medium';
        text-decoration: none !important;
        border-bottom: 2px solid #3b4045;
        color: #3b4045 !important;
    }

.resourcePage .mid-Hero .bladderHeroCopy .heroBold {
    margin-bottom: .5rem;
    width: 300px !important;
}

.resourcePage .mid-Hero .bladderHeroCopy .heroReg {
    width: 332px;
}

.resourcePage .mid-Hero .bladderHeroCopy {
    top: 183px !important;
}

.resourcePage .mid-Hero img {
    left: 42%;
}

.resourcePage .resourceList {
    width: 93%;
    position: relative;
    padding-bottom: 21px;
}

    .resourcePage .resourceList img {
        position: absolute;
        left: 0px;
        top: 5px;
    }

    .resourcePage .resourceList .copyWrap {
        position: relative;
        left: 80px;
        top: 5px;
    }

        .resourcePage .resourceList .copyWrap .headerBold {
            font-size: 23px;
            font-family: 'Alright_Bold';
            line-height: 27px;
            color: #170f5e !important;
        }

        .resourcePage .resourceList .copyWrap .bodyCopy {
            position: relative;
            top: -10px;
        }

            .resourcePage .resourceList .copyWrap .bodyCopy a {
                font-family: 'Alright_Medium';
                /*                    text-decoration: none !important;
        color: #170f5e !important;
        border-bottom: 2px solid #170f5e;*/
            }

.resourcePage .mid-HeroTwo .bladderHeroCopy .heroBold {
    margin-bottom: .5rem;
    width: 445px !important;
}

.resourcePage .mid-HeroTwo .heroReg {
    width: 405px !important;
}

.resourcePage .mid-HeroTwo img {
    left: 51%;
}

.trialAccordionSection {
    padding-top: 30px;
    width: 93%;
}




.accordionSection {
    padding-top: 32px;
}

    .accordionSection .bodyCopy {
        font-family: 'Alright_Regular';
        color: #333333;
        font-size: 16px;
        line-height: 26px;
        /*        width: 84%;*/

        padding-top: 18px;
    }

        .accordionSection .bodyCopy.blueText.alright_bold {
            margin-bottom: 20px;
        }

    .accordionSection .minusIcon {
        display: none;
    }

    .accordionSection ul {
        list-style: none;
    }

    .accordionSection .bull {
        list-style: disc !important;
        padding-left: 16px;
    }

        .accordionSection .bull li:not(:last-child) {
            margin-bottom: 8px;
        }

#study2 .bull li:not(:last-child),
#study3 .bull li:not(:last-child) {
    margin-bottom: 16px;
}

.accordionSection .inner {
    display: none;
    font-size: 16px;
    padding: 0px;
}

.trialResults .accordionSection .inner {
    padding-left: 0px;
    margin-top: 10px;
}

.accordionSection .accordion {
    padding-left: 0px !important;
}

.accordionSection .accordionWrapper {
    border-bottom: 1px solid #ebc971;
    padding-top: 32px;
    padding-bottom: 32px;
}

.accordion1 {
    border-top: 1px solid #ebc971;
}

.trialResults .accordion3 {
    border-top: 1px solid #ebc971;
}

.accordionSection .faqP1 {
    font-size: 24px !important;
    font-family: 'Alright_Bold' !important;
    line-height: 29px !important;
    color: #170f5e !important;
    margin-bottom: 0px;
    max-width: 85%;
}

.accordionSection .toggle {
    width: 100% !important;
    height: auto !important;
    position: relative;
    cursor: pointer;
}

    .accordionSection .toggle p {
        position: relative;
        top: 2px;
        font-size: 20px;
        color: #5a6870;
        pointer-events: none;
    }

    .accordionSection .toggle img {
        position: absolute;
        top: 16px !important;
        transform: unset;
        right: 20px;
    }

.resourcePage .inner {
    padding-top: 0px;
    padding: 0px;
}

    .resourcePage .inner .innerP1 {
        color: #5a6870;
        font-size: 15px;
        margin-top: -5px;
    }

    .resourcePage .inner a {
        color: #5a6870;
    }

        .resourcePage .inner a:hover {
            text-decoration: none;
        }

    .resourcePage .inner .ulBlock {
        list-style: disc outside none;
        margin-top: -6px !important;
        padding-left: 1em;
        padding-bottom: 20px !important;
        margin-left: 25px;
    }

        .resourcePage .inner .ulBlock li {
            padding-left: 1em;
            color: #ff9522;
        }

            .resourcePage .inner .ulBlock li span {
                position: relative;
                left: -19px !important;
                color: #5a6870;
                font-size: 15px;
            }

.errorPage .containerPadding {
    margin-top: 50px;
    margin-bottom: 200px;
}

.errorPage .error404P1 {
    font-size: 33px;
    line-height: 40px;
}

.errorPage .errorTxt {
    margin-top: -11px;
    color: #170f5e;
}

.errorPage .error404P2 {
    color: #170f5e !important;
}

.errorPage .bodyCopy a {
    color: #170f5e !important;
    text-decoration: none !important;
    font-family: 'Alright_Bold';
}

.errorPage .ctaLeft button {
    width: 193px;
}

.contactPage .containerPadding {
    margin-top: 50px;
}

.contactPage .contactBox {
    border: 3px solid #cfa644 !important;
    height: 295px;
    width: 94%;
    position: relative;
    margin-bottom: 55px;
}

    .contactPage .contactBox .leftContactBox {
        width: 50%;
        position: absolute;
        left: -24px;
        top: 0px;
        height: 100%;
    }

        .contactPage .contactBox .leftContactBox .innerText {
            width: 250px;
        }

    .contactPage .contactBox .rightContactBox {
        width: 50%;
        position: absolute;
        right: 80px;
        top: 0px;
        height: 100%;
    }

    .contactPage .contactBox .addressTxt {
        line-height: 21px;
        margin-bottom: 19px !important;
    }

    .contactPage .contactBox .bodyCopy a {
        color: #170f5e !important;
    }

    .contactPage .contactBox .contactUnderline {
        text-decoration: underline !important;
        color: #170f5e !important;
    }

.contactPage .boldContactP {
    color: #170f5e !important;
    font-size: 24px;
    font-family: 'Alright_Bold';
    margin-bottom: 22px;
}

.contactPage .contactBox .boxInner {
    position: relative;
    height: 100%;
    width: 100%;
}

.contactPage .contactBox .innerText {
    position: absolute;
    left: 139px;
    top: 60px;
}

.contactPage .contactBox p {
    padding: 0px !important;
    margin: 0px !important;
}

.contactPage .contactBox .contactUnderline {
    text-decoration: none !important;
    border-bottom: 2px solid #170f5e;
}

.contactPage .contactBox .phoneNum {
    text-decoration: none !important;
}

.termsPage .containerPadding {
    margin-top: 50px;
    margin-bottom: 200px;
}

.termsPage {
    font-family: 'Alright_Regular';
}

    .termsPage .bodyCopy {
        color: #333333 !important;
        font-family: 'Alright_Regular';
    }

        .termsPage .bodyCopy a {
            color: #170f5e !important;
            text-decoration: none !important;
            font-family: 'Alright_Bold';
        }

        .termsPage .bodyCopy strong {
            color: #170f5e !important;
            text-decoration: none !important;
            font-family: 'Alright_Bold' !important;
        }

.siteMap-content {
    margin-bottom: 100px;
}

    .siteMap-content .siteMapBox-Right {
        margin-left: -355px !important;
    }

    .siteMap-content a {
        line-height: 41px;
        text-decoration: none !important;
        padding-bottom: 0px !important;
        color: #170f5e !important;
        font-size: 19px;
        font-family: 'Alright_Bold';
    }

    .siteMap-content button {
        background: transparent;
        border: 0px;
        color: #170f5e !important;
        border-bottom: 3px solid #170f5e !important;
        padding: 0px;
        line-height: 15px;
    }

    .siteMap-content span {
        font-family: 'Alright_Bold';
    }

    .siteMap-content p {
        color: #170f5e !important;
        font-size: 19px;
        font-family: 'Alright_Bold';
        margin: 0px;
        margin-bottom: -2px;
    }

    .siteMap-content .indentLink {
        width: 290px;
        margin-top: 8px;
        margin-bottom: 7px;
    }

        .siteMap-content .indentLink a {
            margin-left: 10px;
            line-height: 30px !important;
            font-family: 'Alright_Regular' !important;
        }
/*
#mobileMenuHamburger {
    transform: scale(1.0);
    transition: all ease .75s;
}

    #mobileMenuHamburger:hover {
        transform: scale(1.0);
        transition: all ease .75s;
    }

#mobileMenuClose {
    transform: scale(1.0);
    transition: all ease .75s;
}

    #mobileMenuClose:hover {
        transform: scale(1.0);
        transition: all ease .75s;
    }*/


.contentContainer {
    background: linear-gradient(to bottom, var(--white), #ebeaf5);
}

.tabletOnly {
    display: none;
}

.navLogo {
    transform: scale(1.0);
    transition: all ease .75s;
    position: relative;
    /*    left: 16px;*/
}

.new-btn-yellow {
    transform: scale(1.0);
    transition: all ease .75s;
}

    .new-btn-yellow:hover {
        transform: scale(1.02);
        transition: all ease .75s;
    }

.navLogo:hover {
    transform: scale(1.02);
    transition: all ease .75s;
}

.newBtn {
    background: transparent;
    color: #170f5e;
    font-family: 'Alright_Regular';
    border: none;
}

/*
#video1 {
    box-shadow: 0px 0px 0px #170f5e;
    transition: all .75s ease;
}*/

/*    #video1:hover {
        box-shadow: 0px 0px 8px #170f5e;
        transition: all .75s ease;
    }*/

/*.video-container {
    box-shadow: 0px 0px 0px #170f5e;
    transition: all .75s ease;
}*/

/*    .video-container:hover {
        box-shadow: 0px 0px 23px #170f5e;
        transition: all .75s ease;
    }*/

.alignRight {
    text-align: right;
}

.customAcordianPadding {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}


#ExpandAll {
    border-bottom: 2px solid #170f5e;
    font-size: 18px;
}

#CollapseAll {
    font-size: 18px;
}

.aboutChartOne-Wrap {
    position: relative;
    text-align: center;
}

    .aboutChartOne-Wrap .aboutChartTxt {
        position: absolute;
    }

    .aboutChartOne-Wrap .aboutChartTxt_1 {
        top: 7px;
        left: 9px;
    }

    .aboutChartOne-Wrap .aboutChartTxt_2 {
        top: 0px;
        left: 4px;
    }

    .aboutChartOne-Wrap .aboutChartTxt_3 {
        top: 0px;
        left: 21px;
    }

.labStudiesWrap {
    padding: 20px;
    padding-left: 0px;
    padding-top: 8px;
    width: 100%;
    padding-bottom: 5px;
}

    .labStudiesWrap p {
        font-size: 16px;
        font-family: 'Alright_Regular';
        line-height: 26px;
        color: #333333;
        padding-top: 5px;
        padding-bottom: 3px;
        margin-bottom: 0px;
    }

.aboutPadcev .aboutfootnoteCaption {
    margin-top: 50px !important;
    margin-bottom: 30px;
    left: 5px;
}

    .aboutPadcev .aboutfootnoteCaption img {
        /*        top: 38% !important;*/
    }

.trialImgWrap {
    width: 916px;
    position: relative;
}

    .trialImgWrap .trial44 {
        position: relative;
    }

    .trialImgWrap .trial32 {
        position: absolute;
        right: -2px;
        top: 0px;
    }

    .trialImgWrap .trial12 {
        position: absolute;
        right: -2px;
        bottom: 0px;
    }

.treatmentImgWrap {
    border: 1px solid #cfa644;
    padding: 20px;
    padding-bottom: 35px;
    width: 916px;
    position: relative;
}

    .treatmentImgWrap .treatmentImgLine {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
    }

    .treatmentImgWrap .treatmentImg2,
    .treatmentImgWrap .treatmentImg3 {
        margin-left: 2px;
    }

    .treatmentImgWrap .treatmentImg4 {
        margin-left: 5px;
    }

.bladderSpreadWrap {
    border: 1px solid #cfa644;
    padding: 20px;
    padding-bottom: 35px;
    width: 916px;
    height: 468px;
    position: relative;
}

    .bladderSpreadWrap .cancerSpreadImg1 {
        position: absolute;
        top: 100px;
        left: 50px;
    }

    .bladderSpreadWrap .cancerSpreadImg2 {
        position: absolute;
        top: 86px;
        left: 217px;
    }

    .bladderSpreadWrap .cancerSpreadTxt1 {
        position: absolute;
        left: 400px;
        top: 186px;
    }

    .bladderSpreadWrap .cancerSpreadTxt2 {
        position: absolute;
        left: 658px;
        top: 186px;
    }

    .bladderSpreadWrap .cancerSpreadTxt3 {
        position: absolute;
        left: 588px;
        bottom: 13px;
    }

.bladderSpreadMobile {
    display: none;
}

.faqBtnWrap button {
    font-family: 'Alright_Medium';
    border-bottom: 2px solid #170f5e;
    height: 23px;
    padding: 0px 0px;
    border-radius: 0px;
    font-size: 16px;
    cursor: pointer;
    color: #170f5e !important;
}

.LearnMoreLink {
    font-family: 'Alright_Regular';
    border-bottom: 2px solid #170f5e;
    color: #170f5e !important;
    line-height: 0px !important;
    padding: 0px !important;
}

.smallFont {
    font-size: 14px;
}

#faqs {
    position: relative;
    top: 15px;
}

#clinical-trial-results,
#possible-side-effects {
    position: relative;
    top: 20px !important;
}

.heroReg strong {
    font-family: 'Alright_Bold';
}

.mobileBr-Hero {
    display: none;
}

.heroBtnBr {
    display: block;
}

#important-safety-information {
    position: relative;
    top: -5px;
}

.aboutPadcev #important-safety-information,
.resourcePage #important-safety-information {
    position: relative;
    top: -20px !important;
}

.heroRegMobile,
.flagBannerMobile,
.treatmentImgMobile,
.threepartsMobile,
.labStudiesMobile,
.trialImgWrap-Mobile,
.mobileRowAbout {
    display: none;
}



.hiddenDesktopIndication {
    display: none;
}

.mobileClick {
    display: none;
}

.flagBannerMobile {
    background: #170f5e;
    height: auto;
    position: relative;
    width: 100%;
    padding: 5px 0px;
}

    .flagBannerMobile p {
        position: absolute;
        left: 55%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 19px;
        line-height: 24px;
        font-family: 'Alright_Regular';
        top: 50%;
        width: 70%;
    }

    .flagBannerMobile a {
        color: #fff !important;
        text-decoration: underline !important;
    }

    .flagBannerMobile span {
        font-size: 16px !important;
    }


/*#index-banner {
        min-width: 1576px;
        min-height: 369px;
        bottom: -65px !important;
        max-width: 1576px;
        max-height: 369px;
        width: 2434px;
        height: 708px;
        position: relative;
    }*/

.cancerSupportLink {
    word-break: break-all; 
}

.isiComponent {
    display: none;
}

.resourcePage .bodyWrap {
    overflow: visible;
}

.labStudiesCopyHeader {
    display: none;
}

.finalAccordionWrapper {
    border-bottom: 0px !important;
}

.ulWrap a {
    text-decoration: none !important;
}

.hiddenIsi {
    display: none !important;
}

.supportUnderline {
    border-bottom: 1.5px solid #fff;
}

.hiddenIsi {
    display: none;
}

#smSup {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: bold !important;
}

#smSupNav {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

#smSupport {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 500;
}

.termsUseLink {
    font-family: 'Alright_Regular' !important;
    border-bottom: 2px solid #170f5e;
    line-height: 15px !important;
    color: #170f5e !important;
}

.resourceUnderline {
    border-bottom: 3px solid #170f5e !important;
}

#homeContainer-Fluid {
    position: relative;
    padding: 0px !important;
    height: 450px !important;
    overflow: hidden;
}

.parallaxHome1 {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    left: 0px !important;
    height: 400px;
    overflow: hidden;
}

#homeContainer-Fluid #fill .parallaxHome1 img {
    /*max-width: 100%;*/
    min-width: 2500px;
    width: 2000px;
    left: 62%;
    bottom: 90px !important;
    /*min-width: 1576px;
            min-height: 369px;
            max-width: 1576px;
            max-height: 369px;
            width: 2434px;
            height: 708px;
            position: relative;*/
}

.innerContainerHome {
    display: none;
}

.containerHero {
    position: absolute !important;
    left: 48%;
    transform: translateX(-50%);
    height: 610px;
    width: 100%;
    top: 12px;
}

    .containerHero .innerContainerHero {
        position: relative;
        height: 610px;
        width: 100%;
    }

.parallax-container {
    /*        height: 370px !important;*/
    width: 100%;
    position: relative;
}

.parallax-container-given {
    height: 330px !important;
    width: 100%;
    position: relative;
    top: -10px;
}

#parrallax-containerNew {
    height: 500px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    margin-top: 20px;
}

.parallaxMidHero2 img {
    left: 65% !important;
    top: -110px !important;
    width: 2400px;
}

.parallaxMidHero3 img {
    left: 65% !important;
    top: -115px !important;
    width: 2400px;
}

.parallaxMidHero4 img {
    left: 70% !important;
    top: -125px !important;
    width: 2400px;
}

.parallaxBladder img {
    width: 2900px;
    position: relative;
    top: -250px;
    left: 60% !important;
}

.parallaxAbout img {
    width: 2400px;
    position: relative;
    top: -160px;
    left: 60% !important;
}

.parallaxStarted img {
    width: 2200px;
    position: relative;
    top: -160px;
    left: 60% !important;
}

.parallaxSupport img {
    width: 2200px;
    position: relative;
    top: -128px;
    left: 65% !important;
}

.parallaxResources img {
    width: 2250px;
    position: relative;
    top: -134px;
    left: 65% !important;
}

.parallaxBgMob {
    display: none !important;
}

#midHeroAbout {
    top: 150px !important;
}

#midHeroAbout3 {
    top: 115px !important;
}

#midHeroAbout4 {
    top: 108px !important;
}

#midHeroAbout5 {
    top: 174px !important;
}

.midHeroDimensions {
    display: none;
}

.notActual-Txt {
    position: absolute;
    right: 52px;
    bottom: 105px;
    color: #170f5e;
    font-family: 'Alright_Regular';
    font-size: 13px;
    z-index: 999;
}

#not-actual-index {
    position: absolute;
    right: 313px;
    bottom: 98px;
    color: #ffffff;
    font-family: 'Alright_Regular';
    font-size: 13px;
    z-index: 999;
    text-shadow: 0px 0px #ffffff;
}

.containerHeaderTxt {
    max-width: 985px !important;
    position: absolute;
    z-index: 0;
    height: 100%;
    background: transparent;
    left: 50%;
    transform: translateX(-50%);
}

.parallaxBladder1 img {
    bottom: -30px !important;
}

.parallaxAbout1 img {
    bottom: 60px !important;
}

.parallaxStarted1 img {
    bottom: -60px !important;
}

.parallaxSupport1 img {
    bottom: -60px !important;
}

.homeParallaxContainer {
    height: 450px !important;
}

#homeContainer-Fluid #fill img {
    /*    top: -340px;*/
    bottom: -45px;
}

button,
a,
.homeBtn1,
.heroBtn button {
    cursor: pointer !important;
}

.heroBtn {
    z-index: 9999999 !important;
}

.resourcePage .subNav .subNav-Items .navItemFirst {
    max-width: 158px !important;
}

.contactSection .isiComponent {
    display: block !important;
}

.contactSection .isiExpanded .containerPadding {
    margin-top: 0px !important;
}

#padcev-is-made-of-three-parts,
#serious-side-effects {
    position: relative;
    color: #170f5e;
    font-family: 'Alright_Medium';
    margin-bottom: -30px;
    top: -49px;
}

#frequently-asked-questions {
    position: relative;
    color: #170f5e;
    font-family: 'Alright_Bold';
    border: 2px solid #170f5e;
    height: 100px;
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

#how-is-padcev-given {
    position: relative;
    color: #170f5e;
    font-family: 'Alright_Bold';
    border: 2px solid #170f5e;
    height: 100px;
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 28px;
    margin-bottom: -4px;
}

#clinical-trials-header .header {
    color: #170f5e;
    font-family: 'Alright_Bold';
    font-size: 33px;
    padding-top: 21px;
    line-height: 37px;
}

#clinical-trials-header .subheader {
    color: #170f5e;
    font-family: 'Alright_Medium';
    font-size: 18px;
    line-height: normal;
}

#clinical-trial-study-2-clicked {
    margin-top: -15px;
}

    #clinical-trial-study-2-clicked .header {
        color: #170f5e;
        font-family: 'Alright_Bold';
        font-size: 26px;
        line-height: 30px;
    }

    #clinical-trial-study-2-clicked .subheader {
        color: #170f5e;
        font-family: 'Alright_Medium';
        font-size: 17px;
        line-height: normal;
    }

#clinical-trial-study-1-clicked {
    margin-top: -50px;
}

    #clinical-trial-study-1-clicked .header {
        color: #170f5e;
        font-family: 'Alright_Bold';
        font-size: 26px;
        line-height: 30px;
    }

    #clinical-trial-study-1-clicked .subheader {
        color: #170f5e;
        font-family: 'Alright_Medium';
        font-size: 18px;
        line-height: normal;
    }

.clinical-trial-gold-line img {
    transform: translate(-110px, 0);
    width: 123%;
    height: 50%;
    z-index: -1;
    position: relative;
}

.blue-tab-unclicked img {
    height: 50%;
    width: 250px;
    transform: translate(150px, 46px);
    z-index: 1;
    position: relative;
}

.gold-tab-clicked img {
    height: 72%;
    transform: translate(-50px, 35px);
}

.clinical-trial-blue-line img {
    transform: translate(-740px, 0);
    width: 240%;
    height: 50%;
    z-index: -1;
    position: relative;
}

.blue-tab-clicked img {
    height: 70%;
    transform: translate(150px, 40px);
}

.gold-tab-unclicked img {
    height: 55%;
    transform: translate(-50px, 49px);
    z-index: 1;
    position: relative;
}

.clinical-trial-subheader {
    position: relative;
    color: #170f5e;
    font-family: 'Alright_Medium';
}

.dosing-administration {
    position: relative;
    top: -50px;
    color: #170f5e;
    font-family: 'Alright_Medium';
    margin-bottom: -18px;
}

.dosing-administration-sub {
    position: relative;
    color: #170f5e;
    font-family: 'Alright_Medium';
    line-height: normal;
}

#working-with-team {
    padding-top: 30px;
    position: relative;
    color: #170f5e;
    font-family: 'Alright_Medium';
}

.trial-results-nav {
    left: 260px;
}

.resourcePage .pdfRow div p {
    position: absolute;
    width: 91%;
    text-align: center;
    bottom: -27px;
    font-family: 'Alright_Medium';
    font-size: 16px;
    line-height: 19px;
    color: #3b4045;
}

.resourcePage .pdfRow {
    margin-left: -91px;
    margin-bottom: 60px !important;
}

.about-padcev-banner-mobile {
    top: 4px;
}

.about-padcev-banner-mobile-img {
    top: -5px;
}

.parallax-container,
.parallax-container-given {
    overflow: hidden !important;
}



.home-arrow-img {
    width: 260px;
}

.magnifyGlass {
    width: 49px;
}

img.fadeCalloutBox1 {
    width: 60px;
}

img.fadeCalloutBoxImgTwo {
    width: 49px;
}

.labStudyImgWidth {
    width: 320px;
}

.three-parts-mobile-wrapperMobile {
    border: 0px;
    padding: 0px;
}

.blueArrowChartSvg {
    width: 142px;
    height: 209px;
}

.grayArrowChartSvg {
    width: 127px;
    height: 136px;
}

.mainChartSvg {
    width: 566px;
    height: 310px;
}

.tab1ImgDiv-img-right {
    width: 437px;
    height: 67px;
}

.tab1ImgDiv-img-left {
    width: 430px;
    height: 67px;
}

.study-2-graphic-left {
    width: 514px;
    height: 209px;
}

.study-2-graphic-right {
    width: 491px;
    height: 209px;
}

.notActual-dropShadow {
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1) !important;
    opacity: 0;
}

.homePage .mobile-carrot {
    position: relative;
    transform: rotate( 90deg) !important;
    top: -3px;
}

.homePage .notActual-Txt-mobile {
    left: 20px !important;
}

.svg-icons.lipaseIcon {
    width: 35px;
    position: relative;
    left: 5px;
}

.svg-icons.svgEyeIcon {
    width: 55px;
    left: 6px;
}

.video1 {
    width: 67.55%;
    height: 363px;
    /* font-size: 880px; */
    position: relative;
    top: -778px;
}

.video1home {
    width: 47%;
    height: 410px;
    top: -393px;
    /*    font-size: 880px;*/
    position: relative;
}

#text-under-video-home-desktop {
    margin-top: 20px;
}

.gradient-home {
    height: 400px;
    width: 100%;
    position: absolute;
    top: 595px;
    z-index: -1;
}

.gradient-home2 {
    height: 422px;
    width: 100%;
    position: absolute;
    top: 595px;
    z-index: -1;
}

#video2 {
    display: none;
}


/* Unorganized Code - End */


.new-btn-yellow {
    background-color: #ebc971;
    width: 307px;
    padding-bottom: 13px !important;
    padding: 16px;
    padding-right: 30px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    height: 56px !important;
}

    .new-btn-yellow p {
        font-size: 18px;
        font-family: 'Alright_Bold';
        color: #170f5e;
    }

.about-btn-yellow-help {
    height: 56px !important;
    padding-top: 7px;
    line-height: 22px;
}

.about-btn-yellow-advanced {
    height: 56px !important;
    padding-top: 7px;
    line-height: 22px;
}

.about-btn-yellow-help p {
    width: 191px;
}

.about-btn-yellow-advanced p {
    width: 226px;
}

.about-btn-yellow-faq {
    height: 56px !important;
}

#help-carrot {
    position: relative;
    left: 120px;
    bottom: 11px;
}

#advanced-carrot {
    position: relative;
    left: 192px;
    bottom: 12px;
}

#faq-carrot {
    position: relative;
    left: 256px;
    bottom: 28px;
}

#works-carrot {
    left: 79px;
    bottom: 0px;
    position: relative;
}

#side-effects-carrot {
    left: 72px;
    position: relative;
    bottom: -1px;
}

.marginLeftRight {
    margin-left: 0px;
    margin-right: 0px;
}


.whiteDivBox {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    padding: 32px;
    background: white;
}






.blueBg {
    background-color: #170f5e;
    border-bottom: 2px solid #ebc971;
    height: 118px;
    margin-top: -27px;
}

.borderBottom {
    border-bottom: 1px solid;
}

.padding-top-32px {
    padding-top: 32px;
}

.block {
    display: block;
}

.purplePbody:hover {
    color: #170f5e !important;
}


.margin-left-24px {
    margin-left: 24px;
    margin-bottom: 16px;
}

.padding-bottom-32px {
    padding-bottom: 32px;
}

.padding-bottom-64px {
    padding-bottom: 64px;
}

.grayTxt {
    color: #333333 !important;
}


.trialPreHeader {
    font-size: 18px !important;
    color: #170f5e !important;
    font-family: "Alright_Bold";
    line-height: 24px;
}





.trialHeader {
    font-size: 22px !important;
    color: #170f5e !important;
    font-family: "Alright_Bold";
    line-height: 29px;
    margin-bottom: 0;
}

.trialBodyCopy {
    font-size: 18px !important;
    color: #333333 !important;
    font-family: "Alright_Regular";
    line-height: 26px;
}

.marginAuto {
    margin: auto;
}
/*
.topWhiteDivBox {
    margin-bottom: 32px;
}*/

.smallBodyCopy {
    font-size: 14px !important;
    color: #333333 !important;
    font-family: "Alright_Regular";
    line-height: 24px;
    position: relative;
}

.hang-started {
    position: absolute;
    left: -6px;
    top: 6px !important;
}

.h2 {
    font-size: 24px;
    font-family: 'Alright_Bold';
    color: #180f5e;
    margin-bottom: 12px;
}

#tips-carrot {
    position: relative;
    left: 90px;
}

.borderBottomYellow {
    border-bottom: 1px solid #ebc971;
}

.magnify {
    height: 24px;
    margin-right: 8px;
}

.downL {
    margin-right: 6px !important;
}

.pb-32 {
    padding-bottom: 32px;
}

.extraBottomPadding {
    padding-bottom: 39px;
}

.downloadRow {
    margin-top: -44px !important;
}

.marginTopCustom {
    margin-top: 11px !important;
}

.marginBottomCustom {
    margin-bottom: 26px !important;
}

.customMbMt {
    margin-top: 32px !important;
    margin-bottom: 26px !important;
}


.new-btn-white p {
    font-family: 'Alright_Bold';
    color: #170f5e;
}




#blueContainerBtn {
    background-color: #ebc971;
    width: 265px;
    padding-bottom: 13px !important;
    padding: 16px;
    display: -webkit-inline-box;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    transition: all .5s linear;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

    #blueContainerBtn:hover {
        transform: scale(1.05);
        box-shadow: 0px 0px 7px #ebc971;
        transition: transform .5s linear;
    }

#desktop-carrot {
    transform: translateX(0px);
    transition: all .5s linear;
}

    #desktop-carrot:hover {
        transform: translateX(5px);
        transition: all .5s linear;
    }



#blueContainer {
    background-color: transparent;
    /*    min-height: 427px;*/
    z-index: 2;
    position: absolute;
    max-width: 422px;
    top: 40px;
}

    #blueContainer h1 {
        font-family: 'Alright_Bold';
        color: #170f5e;
        width: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 36px;
    }


    #blueContainer p {
        font-family: 'Alright_Regular';
        color: #170f5e;
        width: auto;
        margin-top: 16px;
        margin-bottom: 16px;
        line-height: 26px;
        font-size: 18px;
    }

    #blueContainer #blueContainerBtn {
        background-color: #fff !important;
    }

#blueContainerBtn {
    background-color: #ebc971;
    width: 265px;
    padding-bottom: 13px !important;
    padding: 16px;
    display: -webkit-inline-box;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

    #blueContainerBtn p {
        font-family: 'Alright_Bold';
        margin-top: 0px;
        margin-bottom: 0px;
        color: #170f5e;
        transform: translateX(0px);
        opacity: 1;
        transition: all 2s ease;
    }

/*    #blueContainerBtn p:hover {
        font-family: 'Alright_Black';
        transform: translateX(0px);
        opacity: 1;
        transition: all 2s ease;
    }*/

#desktop-carrot {
    top: 0px;
    margin-left: 1rem;
    height: fit-content;
    left: 0px !important;
    transform: translateX(0px);
    transition: all .75s ease;
    max-height: 24px;
}


#homePageBannerImg {
    width: inherit;
}


.noDefaultMarginRow {
    margin-left: 0px;
    margin-right: 0px;
}

.noDefaultMargin {
    margin: 0;
}


.blueHeader {
    color: #180f5e;
    font-family: 'Alright_Bold';
    margin-bottom: 16px;
}

.blueSubHeader {
    color: #180f5e;
    font-family: 'Alright_Bold';
    font-size: 24px;
    line-height: 38px;
}

.fillAvailable {
    max-width: 100%
}

.inlineFlex {
    display: inline-flex;
}

.textAlignCenter {
    text-align: center;
}


.customWhiteboxP {
    width: 89%;
    margin-bottom: 0;
}


.addressTxt {
    color: #333333 !important;
    font-size: 18px;
    margin-bottom: 30px;
}

.termsBody {
    max-width: 1000px;
    margin: auto !important;
}

.text-container-trial {
    display: -webkit-box;
    padding-right: 162px;
}

.large-number {
    font-size: 42px;
    color: #170f5e;
    font-family: "Alright_Black";
    margin-left: 23px;
    padding-right: 16px;
    margin-bottom: 0px;
}

.large-number-text {
    font-size: 18px;
    font-family: "Alright_Bold";
    line-height: 26px;
    color: #170f5e;
    position: relative;
    top: 8px;
}

.alright-regular {
    font-family: "Alright_Regular";
}

.bullet-margin {
    margin-right: 12px;
}



.a51-alone {
    position: absolute;
    right: -101px;
    width: 264px;
    top: -67px;
}

.borderBottom {
    /*  width: 518px;*/
    border-bottom: 1px solid #170f5e;
    height: 1px;
    /*    margin-left: 27px;*/
}

#TrialBBYellow {
    margin-left: 27px;
}


.yellow-box-div {
    background: rgba(249,239,212,0.6);
    width: 90%;
    border-radius: 8px;
}

.blue-box-div {
    background: #dadae6;
    width: 100%;
    border-radius: 8px;
    position: relative;
}

.trialsWhiteBox {
    padding-left: 25px;
    padding-right: 25px;
}

.ISI-caret {
    position: absolute;
    right: 20px;
    top: 25px;
}

#patientBanner {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    width: 80%;
    border-bottom: 4px solid #ebc971;
    margin-left: 0px;
}

    #patientBanner .rightSideISIBody {
        position: relative;
        line-height: 22px !important;
    }

        #patientBanner .rightSideISIBody .leftAlignBulletPoint {
            left: -14px;
        }

        #patientBanner .rightSideISIBody.ml-43 .leftAlignBulletPoint {
            left: -30px;
        }

.patient-banner-txt {
    padding-top: 19px;
    padding-left: 19px;
    position: relative;
    margin: 8px 27px;
    padding-right: 120px;
}

.cookie-div-btn {
    margin: auto;
    float: right;
    position: absolute;
    top: 14px;
    right: 34px;
}

.cookie-txt {
    max-width: 1201px;
}

#cookie-btn {
    width: 95px;
}

#halfAdults {
    margin-bottom: 8px;
}

.cookie-txt {
    width: 87%;
    font-size: 18px;
    color: #333333;
    font-family: "Alright_Regular";
}

.no-left-padding {
    padding-left: 0px;
}

.pi-bumper {
    font-family: "Alright_Regular";
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 0px;
    padding-right: 80px;
}

#thoughtMB {
    padding-left: 0px;
}

.pi-bumper a {
    text-decoration: underline !important;
    color: #fff !important;
}

#advancedBladder .aboutLi {
    padding-bottom: 24px;
    margin-top: 0px !important;
    margin-bottom: 0px;
    font-family: 'Alright_Regular';
    line-height: 26px;
    color: #333333;
    font-size: 16px;
}

.advancedBladder .advancedList {
    padding-left: 16px;
}

.aboutLi-blue {
    padding-bottom: 24px;
    margin-top: 0px !important;
    margin-bottom: 0px;
    font-family: 'Alright_Regular';
    line-height: 26px;
    color: #170f5e !important;
    font-size: 18px;
}

.aboutPadcev .textPopUp {
    font-size: 16px;
}

.aboutLi-blue a {
    text-decoration: underline !important;
    color: #170f5e !important;
}

.yellow-break {
    width: 100%;
    border-bottom: 1px solid #ebc971;
    height: 1px;
    margin-top: -80px;
    margin-bottom: 32px;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.card-container {
    max-width: 800px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    padding: 30px 131.7px 30.3px 53px;
    margin: 0px auto 40px auto;
}

    .card-container img {
        width: 100%;
    }

#custom-about {
    margin-bottom: 24px;
}

.centered {
    justify-content: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.dosing-footer {
    font-size: 14px;
    color: #180f5e;
    line-height: 1.86;
    width: 100%;
}

    .dosing-footer.grayTxt {
        font-size: 14px !important;
    }

.dosing-blue {
    color: #170f5e;
    font-size: 18px;
    line-height: 1.44;
}

    .dosing-blue a,
    .dosing-footer a {
        text-decoration: underline !important;
        color: #180f5e;
    }

#dosingBody #topDivWhite {
    position: relative;
}

    #dosingBody #topDivWhite img {
        width: 90% !important;
        margin: 0 auto;
        max-width: 715px;
    }

.gettingStarted #study1 {
    background-color: #E0DFEB !important;
}

.gettingStarted #study2 {
    background-color: #EAEAF3 !important;
    margin-bottom: 0px;
}

.gettingStarted #study1 {
    padding: 32px 20px;
}

.gettingStarted #study2 {
    padding: 32px 20px;
}

#study3 {
    background-color: #fbf7ec;
    padding: 32px 20px;
}

.resource-card-container {
    background-color: #fff;
    position: relative;
    z-index: 2;
    max-width: 950px;
}

.faqPage .accordionSection .bodyCopy, .mediumCopy, .mediumCopy li {
    font-family: 'Alright_Regular' !important;
    line-height: 1.63;
}

    .faqPage .accordionSection .bodyCopy:not(:first-child) {
        padding-top: 0px;
    }

.support-icon-container {
    min-width: 43px;
}

.support-icon-index {
    width: 45px;
    height: 45px;
}

.faqPage .faq-list {
    list-style-type: disc !important;
    padding-left: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .faqPage .faq-list li {
        margin-bottom: 10px;
        line-height: 1.63 !important;
        position: relative;
    }

    .faqPage .faq-list li {
        list-style-type: none;
    }

        .faqPage .faq-list li::before {
            position: absolute;
            content: "•";
            left: -17px;
        }

        .faqPage .faq-list li strong {
            font-family: 'Alright_Bold' !important;
        }

    .faqPage .faq-list .faq-sublist {
        list-style: none;
        padding-left: 0px;
        padding-bottom: 10px;
    }

        .faqPage .faq-list .faq-sublist li {
            list-style: none;
            padding-left: 30px;
            position: relative;
        }

            .faqPage .faq-list .faq-sublist li::before {
                content: '-' !important;
                position: absolute;
                left: 1px !important;
                top: -1px !important;
            }

#patientVid {
    max-width: 48%;
}



.faqPage .faq-list li:last-child {
    margin-bottom: 0px;
}

.resource-card-container .resourceContainerBody {
    font-size: 16px;
    font-family: 'Alright_Bold';
    color: #170f5e;
    width: 100%;
    margin-bottom: 24px;
}

.resource-card-container .resourcesBodytxt {
    z-index: 3;
    position: relative;
}

.resource-card-container .resourceContainerBody a {
    font-size: 16px;
    font-family: 'Alright_Regular';
    text-decoration: underline !important;
    color: #170f5e !important;
    cursor: pointer;
}

.resource-card-container .resource-callout {
    position: absolute;
    top: 0px;
    height: 100%;
    left: -6px;
    z-index: 1;
    max-width: 340px;
}

#cs-trial3 {
    margin-top: 28px;
    margin-bottom: 8px;
}

.btn.collapseBtn.gtm-accordion.newBtn.float-end {
    padding-right: 0px;
}

.faqPage.resourcePage .inner {
    margin-top: 14px;
}

#calloutContainer .calloutTxt a {
    color: white;
    text-decoration: underline !important;
}


/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/




@media (min-width: 1024px) {
    #blueContainer {
        top: 40px;
    }
}

@media (max-width: 1024px) {
    #blueContainer {
        top: 0px;
    }
    .mainFoot {
      left: 7px;
    }
}

@media (min-width: 1936px) {
    .cookie-txt {
        max-width: unset;
        width: 100%;
        margin-top: 14px;
    }
}

@media (min-width: 1900px) {
    .nav-link br {
        display: none !important;
    }

    #top-nav {
        max-width: 1000px;
    }

    #navBar #leftOfISINavContainer #metaNavContainer .vLine {
        height: 17px;
    }
}

@media (min-width: 1350px) {
    #no-wrap-desk {
        white-space: nowrap;
    }
}

@media (max-width: 1400px) {
    #homePageImgContainerNoPLMobile {
        padding: 0px !important;
        padding-left: 0px !important;
    }

    .maxWidth836 {
        max-width: 836px;
    }

    .gettingStarted .studyChart-container {
        margin-left: 16% !important;
        margin-right: 20% !important;
    }
}

@media (min-width: 1024px) {

    .faqPage .accordionSection .accordion {
        padding-left: 60px !important;
        padding-right: 60px;
    }

    .resourcePage a .PDFHeader,
    .resourcePage label .PDFHeader {
        font-size: 16px !important;
    }

    .supportIcons {
        margin-right: 28px !important;
    }

    #custom-faq-btns {
        margin-right: 85px;
    }

    .custom-mb {
        margin-bottom: 2rem !important;
    }

    .hideDesktop {
        display: none;
    }

    #topCircle {
        margin-right: 0px;
        max-width: 240px;
        right: 16px;
    }

    #bottomCircle {
        margin-left: 0px;
        max-width: 240px;
        right: 16px;
    }

    .ISI-caret {
        display: none;
    }

    #homePageImgContainerNoPLMobile {
        padding-left: 0px !important;
        z-index: 1;
    }

    .fixed-isi {
        display: none !important;
    }


    #homePageBannerImg {
        display: none;
    }

    @media (min-width: 1900px) {
        #homePageBannerImgDesktop {
            height: 500px !important;
        }
    }

    #homePageBannerImgDesktop {
        display: block;
        height: 500px;
        min-width: 1360px;
        margin-left: -120px;
    }

    .noPaddingRightDesktop {
        padding-right: 0px;
    }

    .noMarginRightDesktop {
        margin-right: 0px !important;
    }

    .noMarginLeftDesktop {
        margin-left: 0px !important;
    }

    .customPaddingLeft24Px {
        padding-left: 24px;
    }

    .customPaddingLeft30Px {
        padding-left: 30px;
    }

    .blueHeader {
        font-size: 28px;
    }

    .noMarginTopDesktop {
        margin-top: 0px !important;
    }

    .customMarginBottom16px {
        margin-bottom: 16px !important;
    }

    .padding-left-87px {
        padding-left: 87px;
    }


    .threeBtnDivToBeMovedUp {
        position: relative;
        top: -27px;
    }

    .new-btn-yellowContainer {
        padding-bottom: 24px;
    }

    .threeBtnBlue {
        margin-top: 50px;
        height: 136px;
    }

    .threeBtnBlueBG {
        background-color: #170f5e;
        position: absolute;
        min-height: 136px;
        margin-right: 0px;
        left: 0;
        width: 100vw;
    }

    #indexBody .threeBtnBlueBG {
        width: 200%;
        left: -1000px;
    }

    .mobileBr {
        display: none;
    }
}

/*1199 or less px */

@media (max-width: 1023px) {
    .maxWidth836 {
        max-width: 836px;
    }

    #patientBanner {
        display: none !important;
    }

    .aboutPadcev .contentContainer {
        background: linear-gradient(to bottom, #fff, #ebeaf5) !important;
    }

    #trial-acc-bts {
        position: relative !important;
        margin-bottom: 14px;
    }

    .hideTablet {
        display: none;
    }

    .marginLeftRight {
        margin-left: 5px;
    }

    .new-btn-yellow {
        margin: auto;
    }

    .mainFoot {
        margin-bottom: 0px;
    }

    .resource-card-container .resourceContainerBody {
        margin-bottom: 18px;
    }

    .faqPage.resourcePage .inner {
        margin-top: 0px;
    }

    .faqPage .related-pad {
        padding-top: 20px;
    }

    #patientVid {
        max-width: 100%;
    }



    .positionAbsolute {
        display: none;
    }

    .bannerSubP {
        display: none;
    }

    .visible {
        display: block !important;
    }

    .bannerSubPShow {
        display: block !important;
        color: #333333 !important;
        font-size: 18px;
        width: 100% !important;
    }

    .bannerContainer {
        background-color: #b9b6ce;
        width: 100vw;
    }

    #homePageBannerImg {
        display: block;
    }

    #homePageBannerImgDesktop {
        display: none;
    }

    .blueHeader {
        font-size: 28px;
    }

    .customMarginBottom16px {
        margin-bottom: 16px !important;
    }

    .noMarginTopMobile {
        margin-top: 0px !important;
    }

    .topContainerAbs {
        top: 220px;
    }

    .threeBtnBlue {
        background-color: #170f5e;
        border-bottom: 2px solid #ebc971;
        position: relative;
        margin-top: 50px;
        min-height: 295px;
    }


    .new-btn-yellowContainer {
        padding-bottom: 24px;
        padding-right: 0px;
    }

    .threeBtnDivToBeMovedUp {
        margin-top: -28px;
        place-content: flex-start;
    }
}

@media (min-width: 767px) {
    .show-mobile {
        display: none !important;
    }
}

show-mobile {
    display: block;
}

@media (max-width: 1023px) {
    .sideISIContainer {
        overflow-y: hidden;
    }

    .desktopOnly {
        display: none !important;
    }

    .mobileOnly {
        display: block !important;
    }

    .mobileOnlyFlex {
        display: flex !important;
    }

    .mobileOnly.inline {
        display: inline-block !important;
    }

    .support-container {
        align-items: start;
    }
}

@media (min-width: 941px) {


    #TrialsTabletandSmaller {
        display: none;
    }

    #TrialsDesktopOnly {
        display: block;
    }
}


@media (max-width: 940px) {

    .a51-alone {
        position: relative;
        width: 106%;
        right: 4px;
        padding-bottom: 2px;
        top: 20px;
    }

    .gettingStarted .large-number-text {
        font-size: 16px !important;
        line-height: 19px;
    }

    .gettingStarted .textPopUp {
        font-size: 16px !important;
    }

    #TrialsTabletandSmaller {
        display: block;
        max-width: 360px;
        left: unset;
        right: unset;
        margin: auto;
        margin-bottom: -210px;
        width: 80%;
    }

    #TrialsDesktopOnly {
        display: none;
    }
}


@media (max-width: 1023px) {
    #indexBody,
    #aboutPadcevBody,
    #dosingBody,
    #dowloadsBody,
    #FAQBody,
    #storiesBody,
    #ContactBody,
    #ContactBody,
    #supportBody,
    #trialBody,
    #sideEffectsBody,
    #tipsBody,
    #termsBody,
    #siteBody,
    #notFound,
    #advancedBladder {
        padding-right: 0;
    }

    .inBlueBG {
        right: 30px;
    }

    .card-container {
        margin: auto auto 32px;
        padding: 32px 32px 32.9px;
    }
}

.advanced-body {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    font-family: 'Alright_Regular';
}

    .advanced-body strong {
        font-family: 'Alright_Bold';
        font-weight: 400;
    }

strong {
    font-family: 'Alright_Bold' !important;
    font-weight: 400 !important;
}

.mb-desk {
    margin-bottom: 35px !important;
}

.resourcesSubHeader {
    font-size: 20px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.popover {
    max-width: 376px
}





@media only screen and (max-width: 767px) {

    .bannerContainer + div {
        padding: 0;
    }

    .popover {
        max-width: 97vw;
    }

    .termsPage .threeBtnBlue {
        margin-top: 25px;
    }

    .dosingAdministration .full-width {
        width: 100%;
    }

    #TrialsTabletDeskBreak {
        display: none;
    }

    #cs-trial3 {
        margin-top: 62px;
    }

    .mb-desk {
        margin-bottom: 16px !important;
    }

    #side-effects-carrot, #given-carrot, #faq-carrot, #side-effects-carrot, #works-carrot, #tips-carrot, #support-carrot {
        position: relative;
        top: -1px;
    }




    .whiteDivTextBox {
        padding: 32px 16px;
    }

    .whiteBoxTitle {
        font-size: 24px;
        line-height: 29px;
    }

    .whiteBoxSubtext {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .innerContentMargin {
        margin-left: 32px;
        margin-right: 32px;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    #blueContainer h1 {
        font-size: 36px;
    }

    #blueContainer p {
        font-size: 18px;
    }

    .copy-header {
        font-size: 24px;
        line-height: 29px;
    }

    .hideMobile {
        display: none;
    }

    .noPaddingTopMobile {
        padding-top: 0 !important;
    }


    .new-btn-caret {
        position: relative;
        left: 6px !important;
        bottom: 0px !important;
    }

    .pl-0-desk {
        padding-left: 0px;
    }

    .specialMargin {
        margin-right: 20px;
        margin-left: 14px;
        margin-bottom: 56px;
    }

    #given-carrot {
        position: relative;
        left: 64px;
    }

    .blackBodyCopy {
        font-size: 18px;
        font-family: 'Alright_Regular';
        line-height: 26px;
        color: #333333;
    }

    .purpleHeaderAdmin {
        font-size: 20px;
        font-family: 'Alright_Bold';
        color: #170f5e;
        line-height: 29px;
    }

    .mobileBreak {
        display: block !important;
    }

    #due-to-rounding {
        padding-top: 19px;
    }

    .resourcePage .pdfRow {
        margin-top: -75px;
        margin-bottom: 40px;
        margin-left: -19px !important;
    }

    .accordionSection .toggle p {
        position: relative;
        top: 2px;
        font-size: 20px !important;
        color: #5a6870;
        pointer-events: none;
        width: 89%;
    }

    .minusPlusContainer {
        top: 8px !important;
    }

    .accordionSection .toggle img {
        position: absolute;
        top: 30px !important;
        transform: unset;
        right: 26px;
    }

    .siteMap-content .siteMapBox-Right {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .siteMap-content .indentLink {
        margin-top: 6px;
    }

    .downloadIconResource {
        position: relative;
        right: 0px;
        width: 13px !important;
        top: 0px !important;
    }

    .mobileClick {
        display: initial;
    }

    .desktopClick {
        display: none;
    }

    .contactPage .contactBox .rightContactBox {
        margin-bottom: 50px;
    }

    .supportDesktopBr {
        display: none;
    }

    #telmedWatch {
    }

    #important-safety-information {
        position: relative;
        top: -130px !important;
    }

    .hiddenDesktopIndication {
        display: initial;
    }

    .resourcePage .mid-HeroTwo .bladderHeroCopy .heroBold {
        margin-bottom: .5rem;
        width: 165px !important;
    }

    .resourcePage .mid-Hero .bladderHeroCopy {
        top: 76px !important;
    }

    .resource-Ul {
        margin-left: -20px;
    }

        .resource-Ul li {
            padding-bottom: 15px;
        }

    .resourcePage .mid-Hero .bladderHeroCopy .heroBold {
        margin-bottom: .5rem;
        width: 170px !important;
    }

    .mobileBr {
        display: block;
    }

    .containerFlag {
        display: none;
    }

    .flagBannerMobile {
        display: block;
    }

    .mid-HeroTwo .heroBold {
        width: 180px !important;
    }

    .aboutPadcev .bladderHeroCopy .heroBold {
        width: 211px;
    }

    .mobileRowAbout {
        display: block;
    }

    .assistanceBox {
        border: 0px;
        padding: 0px;
    }

    .aboutPadcev .footnoteCaption img {
        top: 0% !important;
    }

    .mid-Hero img {
        width: 850px;
        left: 50%;
    }



    .heroBtnBr {
        display: none;
    }

    .heroBtn button {
        width: 355px;
        height: 45px;
        margin-bottom: 10px;
    }

        .heroBtn button img {
            height: 45px;
            position: absolute;
            top: 0;
            right: -10px;
        }

    .heroBtn {
        top: -23px;
    }

    .bladderSpreadMobile {
        display: block;
        width: 70%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .heroRegMobile {
        display: block;
        margin-top: 10px;
        width: 100% !important;
    }

    #about-padcev-white-box-replacement {
        display: none !important;
    }

    .bladderHeroCopy {
        position: absolute;
        top: 143px !important;
    }

        .bladderHeroCopy .heroBold {
            font-size: 22px;
            line-height: 23px;
            width: 246px;
        }

    .aboutPadcev .bladderHeroCopy {
        top: 28px !important;
    }

    .dosing-chart {
        display: none;
    }

    .threepartsMobile {
        display: block;
        position: relative;
        left: 50%;
        width: 60%;
        transform: translateX(-50%);
    }

    .labStudiesMobile {
        display: block;
        position: relative;
        left: 50%;
        width: 50%;
        transform: translateX(-50%);
    }

    .trialImgWrap-Mobile {
        display: block;
        position: relative;
        left: 50%;
        width: 70%;
        transform: translateX(-50%);
    }

    .aboutImgFour {
        display: block;
        position: relative;
        left: 50%;
        width: 70%;
        transform: translateX(-50%);
    }

    .treatmentImgMobile {
        display: block;
        position: relative;
        left: 50%;
        width: 60%;
        transform: translateX(-50%);
    }

    .parallax-Started .bladderHeroCopy {
        top: 169px !important;
    }

    .aboutPadcev .aboutfootnoteCaption img {
        top: 0% !important;
    }

    .footnoteCaption img {
        position: absolute;
        top: 0%;
        transform: unset;
    }

    .ctaLeft {
        margin-top: 0px;
    }

    #midHeroAbout {
        top: 59px !important;
    }

    #midHeroAbout3 {
        top: 34px !important;
    }

    .chartBox .chartBoxRight {
        display: none;
    }
}

.full-width {
    max-width: 100%;
}

@media (min-width: 768px) {


    #trialStudy1Img {
        position: relative !important;
        top: 11px !important;
        transform: none !important;
        right: 0 !important;
        width: 99px;
    }

    .desk-pl-5 {
        padding-left: 25px;
    }




    .innerContentMargin {
        margin-left: 27px;
        margin-right: 27px;
        margin-top: 56px;
        margin-bottom: 56px;
    }

    #blueContainer h1 {
        font-size: 36px;
    }


    .bold-hero {
        font-family: 'Alright_Medium';
        font-size: 48px;
        line-height: 58px;
        width: 459px;
        margin-top: 56px;
    }

    #headerTextContainer {
        height: 456px;
        background-color: #170f5e;
        z-index: 1000;
    }

    #headerTextInnerContainer {
        padding-left: 38px;
        color: #ffffff;
    }

        #headerTextInnerContainer h1 {
            font-family: 'Alright_Medium';
            font-size: 48px;
            line-height: 58px;
            width: auto;
            margin-top: 56px;
            padding-right: 40px;
        }

    #titleP {
        width: auto;
        margin-bottom: 24px;
        padding-right: 40px;
    }

    #notActualPatientsContainer {
        bottom: 60px;
        right: 27px;
        position: relative;
        width: 480px;
        height: 23px;
        margin: 17px 0 0 46px;
        padding: 2px 8px 3px 10px;
        opacity: 0.95;
        background-image: linear-gradient(to right, var(--white), rgba(255, 255, 255, 0) 64%);
    }

        #notActualPatientsContainer p {
            font-size: 14px;
            color: #333333;
            font-family: 'Alright_Regular'
        }

    .new-btn-yellow p {
        font-size: 18px;
        font-family: 'Alright_Bold';
        color: #170f5e;
    }

    .new-btn-white p {
        font-size: 18px;
        font-family: 'Alright_Bold';
        color: #170f5e;
    }

    #dektop-carrot {
        position: relative;
        left: 23px !important;
    }

    #realPatientStoriesSection {
        margin-top: 88px;
    }

    .pl-38 {
        padding-left: 38px;
    }

    .z-index {
        z-index: 999999999;
    }

    #supportSolutionsSection {
        margin-top: 88px;
    }

    #discussionGuideSection {
        margin-top: 88px;
        margin-bottom: 88px;
    }



    #aboutPageMainContainer {
        background-image: linear-gradient(white 40%, #F3F3F7);
    }

    .subHeadP {
        font-size: 18px;
        color: #333333;
        font-family: 'Alright_Regular';
        padding-right: 23px;
    }

    .full-width {
        width: 100%;
    }



    .headP {
        color: #170f5e;
        font-family: 'Alright_Bold';
        font-size: 33px;
    }

    .pt-16 {
        padding-top: 16px;
    }

    .partial-width-80 {
        width: 80%;
    }

    .partial-width-85 {
        width: 85%;
    }

    .positionAbsolute {
        position: absolute;
    }

    #aboutPageHeaderTextContainer {
        padding-top: 56px;
        padding-left: 27px;
        margin-bottom: 15px;
    }

    .purpleSmallHeader {
        font-size: 16px;
        font-family: 'Alright_Bold';
        color: #170f5e;
    }

    .purpleLargeHeader {
        font-size: 32px;
        font-family: 'Alright_Bold';
        color: #170f5e;
        line-height: 38px;
        padding-right: 50PX;
    }

    .purpleLightHeader {
        font-family: 'Alright_Regular';
        color: #170f5e;
        line-height: 26px;
        font-size: 18px;
        padding-right: 30px;
    }

    .blackLightHeader {
        font-family: 'Alright_Regular';
        color: #333333;
        line-height: 26px;
        font-size: 18px;
        padding-right: 30px;
    }

    .aboutLi {
        padding-bottom: 24px;
        margin-top: 0px !important;
        margin-bottom: 0px;
        font-family: 'Alright_Regular';
        line-height: 26px;
        color: #333333;
        font-size: 16px;
    }

        .aboutLi .leftAlignBulletPoint {
            margin-left: 42px;
        }


    .sideEffectsLi {
        padding-bottom: 15px;
        margin-top: 0px !important;
        margin-bottom: 0px;
        font-family: 'Alright_Regular';
        line-height: 26px;
        color: #333333;
        font-size: 18px;
    }

        .sideEffectsLi .leftAlignBulletPoint {
            margin-left: 42px;
        }

    .purpleText {
        color: #170f5e;
    }

    #aboutLiContainer {
        padding-top: 76px;
    }

    .pl-27 {
        padding-left: 27px;
    }

    .pt-88 {
        padding-top: 88px;
    }

    .pt-71 {
        padding-top: 71px;
    }



    .labStudiesText {
        font-size: 18px;
        font-family: 'Alright_Regular';
        line-height: 26px;
        color: #333333;
    }

    .blackBodyCopy {
        font-size: 18px;
        font-family: 'Alright_Regular';
        line-height: 26px;
        color: #333333;
    }

    .check-mark {
        padding-right: 12px;
    }

    .about-btn-yellow-help {
        height: 56px !important;
        padding-top: 7px;
        line-height: 22px;
    }

    .about-btn-yellow-advanced {
        height: 56px !important;
        padding-top: 7px;
        line-height: 22px;
    }

    .about-btn-yellow-help p {
        width: 191px;
    }

    .about-btn-yellow-advanced p {
        width: 226px;
    }

    .about-btn-yellow-faq {
        height: 56px !important;
    }

    .about-btn-yellow-download {
        line-height: 22px;
    }

    .about-btn-yellow-faq p {
        height: 56px !important;
    }

    .about-btn-yellow-side-effects p {
    }

    #help-carrot {
        position: relative;
        left: 120px;
        bottom: 11px;
    }

    #advanced-carrot {
        position: relative;
        left: 192px;
        bottom: 12px;
    }

    #faq-carrot {
        position: relative;
        left: 256px;
        bottom: 26px;
    }

    #about-carrot {
        position: relative;
        left: 72px;
    }

    #works-carrot {
        position: relative;
        left: 80px;
    }

    #given-carrot {
        position: relative;
        left: 65px;
    }

    #side-effects-carrot {
        left: 72px;
        position: relative;
    }

    .purpleHeaderAdmin {
        font-size: 25px;
        font-family: 'Alright_Bold';
        color: #170f5e;
        line-height: 34px;
    }

    #care-giver-icon {
        position: relative;
        top: -9px;
    }

    #moaVideoContainer {
    }
}

.gettingStarted .popover-body {
    max-width: 406px;
}

#tipsBody .img-responsive {
    max-width: 39px !important;
    float: left;
}

#about-what-header {
    padding-bottom: 4px;
}

.lh-24 {
    line-height: 24px;
    height: 39px;
    align-items: center;
    display: flex;
}

.vjs-poster img {
    width: 100%;
    height: 100%;
}


/*screens 546px and larger */

@media (min-width: 546px) {

    .lastTermsLine {
        padding-bottom: 64px;
    }

    #about-what-header {
        padding-bottom: 20px;
    }

    .gettingStarted .trialHeader {
        width: 90%;
    }

    .dosingAdministration .trialHeader {
        padding-right: 40px;
    }

    .mobileScreenImage {
        display: none !important;
    }

    .blue-bar {
        position: absolute;
        width: 47%;
        left: 50%;
        top: -3%;
    }

    .gray-bar {
        position: absolute;
        width: 47%;
        left: 48%;
        top: -3%;
    }

    .labStudiesText {
        max-width: 335px;
        text-align: left;
        padding-left: 17px !important;
    }

    #headerAboutPadcev {
        padding-bottom: 20px;
    }



    #privacyBtnBottom {
        padding-bottom: 50px !important;
    }

    #study1textpt {
        width: 82%;
    }

    #study1textpt2 {
        width: 82%;
    }

    .patientFootnoteCopy {
        font-size: 18px !important;
        color: #333333 !important;
        font-family: "Alright_Regular";
        line-height: 26px;
    }

    .faqLI {
        line-height: 26px !important;
        padding-top: 16px;
    }

    .cancerTitle {
        font-size: 18px !important;
        color: #170f5e;
        font-family: "Alright_Bold";
        padding-bottom: 17px;
    }

    .studyGraphHeader {
        display: none;
    }

    .bannerP {
        font-family: "Alright_Bold";
        font-size: 16px;
        color: #170f5e;
        margin: 0;
    }

    .bannerH1 {
        font-size: 32px;
        font-family: 'Alright_Bold';
        color: #180f5e;
        line-height: 38px;
        padding-right: 24px;
        margin-top: 6px;
        padding-bottom: 10px;
        margin-bottom: 6px;
    }

    .bannerSubP {
        font-family: "Alright_Regular";
        font-size: 18px;
        color: #170f5e;
        line-height: 26px;
    }

    #smallTextTrials {
        padding-top: 20px;
        margin-bottom: 2px;
    }

    #TrialORR {
        margin-bottom: 42px;
    }

    .customAcordianPadding {
        margin-top: 0px !important;
    }

    #mobileFAQIMG {
        display: none;
    }

    #desktopFAQIMG {
        display: block;
        max-width: 663px;
        margin: auto;
    }

    #yellowBoxContact {
        max-height: 158px;
    }

    #astellasBox {
        min-height: 269px;
    }

    .siteMapBackToTop {
        margin-top: -100px;
    }

    .termsMapBackToTop {
        margin-top: -95px;
        position: absolute;
        left: 0;
        width: 100vw;
    }

    .fontSize18 {
        font-size: 18px;
    }

    #cancelMb {
        padding-bottom: 40px;
    }

    #cancelWhite {
        margin-bottom: 40px;
        margin-top: -14px;
        cursor: pointer;
        border-bottom: 1px solid #ffffff;
    }

        #cancelWhite:hover {
            border-bottom: none;
            cursor: pointer;
        }

    .modalClose {
        top: 15px !important;
        font-size: 37px;
        right: 10px;
    }

    .patientClose {
        font-size: 37px;
        top: -352px;
        left: -17px;
    }

    .padding-bottom-64px-desk {
        padding-bottom: 64px;
    }

    .top-bullet-txt {
        margin-left: 20px !important;
    }

    .trialBulletedText {
        margin-left: 30px;
    }

    .bullet-margin-trial {
        position: relative;
        left: -27px;
    }

    #firstLineTrial {
        position: relative;
        left: -13px;
    }

    #topDivWhite {
        margin-bottom: 32px;
    }

    #secondFootnote {
        position: relative;
        left: -52px;
    }

    .mobileTextNextImg {
        max-width: 68%
    }

    #ADCMobile {
        position: absolute;
        top: 47px;
        right: 24px;
    }

    #isi-body {
        text-align: left;
    }

    #isi-modal-body {
        padding: 57px;
        max-width: 1023px;
    }

    .firstHeader {
        margin-bottom: 45px;
    }

    .backgroundBtnISI {
        background-color: #170f5e;
        border-radius: 20px;
        height: 30px;
        width: 30px;
        position: absolute;
        /* position: relative; */
        /* top: -9px; */
        right: 13px;
        top: 15px;
    }

    #isiCloseBtn {
        left: -4.5px !important;
        top: -3.5px !important;
    }

    #underVideoText {
        margin-top: 18px;
    }

    .navLogoArrow {
        position: absolute;
        top: 63px;
        left: -86px;
        z-index: 9999999;
    }

    .trialLogoArrow {
        position: absolute;
        top: 63px;
        left: -64px;
        z-index: 9999999;
    }

    .resourceLogoArrow {
        position: absolute;
        top: 63px;
        left: -38px;
        z-index: 9999999;
    }

    .calloutTxt {
        color: #ffffff;
        font-family: "Alright_Regular";
        font-size: 18px;
        max-width: 712px;
        margin: auto;
        line-height: 26px;
        position: relative;
        padding: 1rem 3rem;
    }

    #resourcesCalloutContainer {
        background-image: url('../images/support/support-callout-img.svg');
        width: 836px;
        height: 112px;
    }


    #calloutContainer {
        background-image: url('../images/side-effects/side-effects-v3-container.png');
        background-size: 100%;
        display: flex;
        height: 119px;
        align-content: center;
    }

        #calloutContainer .calloutTxt {
            padding: 0.5rem 3rem;
        }

    #sideEffectsMBTitle {
        margin-bottom: 32px;
    }

    #otherSupport {
        font-size: 24px;
    }

    .calloutDiv {
        margin-left: 80px;
        margin-top: 44px;
    }

    #sideEffectCalloutDiv {
        margin-top: 16px;
        margin-bottom: 36px;
        margin-left: 0;
        padding: 0px !important;
    }

    .duringStudy {
        padding-top: 32px;
        padding-bottom: 0px;
        width: 100%;
        text-align: left;
    }

    .leaving-padding-desk {
        padding-left: 32px;
        padding-right: 32px;
    }


    #thoughtMB {
        margin-bottom: 26px;
    }

    .faqP1 {
        width: 95%;
    }


    #finalBulletSupport1 {
        margin-bottom: 32px !important;
    }


    #finalBulletSupport2 {
        margin-bottom: 32px !important;
    }

    #topWhiteBoxSupport {
        margin-bottom: 24px !important;
    }


    #secondWhiteBoxSupport {
        margin-bottom: 24px !important;
    }

    #lastPTag {
        margin-bottom: 32px !important;
    }

    #finalWhiteBox {
        margin-bottom: 32px !important;
    }

    #supportHeader1 {
        margin-bottom: 32px !important;
        line-height: 34px;
    }

    #marginB3 {
        margin-bottom: 32px;
    }

    #second88 {
        margin-top: 88px;
    }

    #mt32custom {
        margin-top: 32px;
    }

    #removeMTMobile {
        margin-top: 32px !important;
    }

    #removeMTMobile2 {
        margin-top: 32px !important;
    }

    #vid-container {
        margin-top: 10px;
        margin-bottom: 32px;
    }

    #bodulsPathP {
        margin-bottom: 0px !important;
    }

    #importanceP {
        margin-bottom: 0px !important;
    }

    .patientFootnoteCopy {
        margin-bottom: 0px !important;
    }

    #modal-cancel {
        width: 216px;
        margin: auto;
    }


    .modal-InnerWrap-Patient {
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 357px;
    }

    #patient-close-div {
        background: #170f5e;
        width: 30px;
        height: 30px;
        border-radius: 20px;
        position: absolute;
        top: 17px;
        right: 17px;
    }

    #patient-close-btn {
        position: absolute;
        top: -3px;
        right: 12px;
        left: 5px;
    }

    .top-patient-bullet {
        margin-left: 25px;
        width: 76% !important;
    }

    .patient-bullet {
        margin-left: -12px;
        color: #333333;
        left: 12px;
        position: absolute;
    }

    #demo-modal-Patient #wrapper {
        height: 936px;
    }

    .text-container {
        text-align: left;
    }

    .dosingH1 {
        width: 90%;
    }
}

/*@media (min-width: 1200px) and (max-width: 1199px) {
  .large-number-text {
    font-size: 15px;
    font-family: "Alright_Bold";
    line-height: 26px;
    color: #170f5e;
    position: relative;
    top: 14px;
  }
}*/


/*screens 546px to 1200px */
#emotionalContainer img {
    width: 39px;
}

.gettingStarted .large-number-text {
    font-size: 12px;
    line-height: 1.18;
    padding-right: 10px;
}

.gettingStarted .customFontSizeSmallScrn {
    font-size: 12px !important;
}

.gettingStarted .studyChart-container {
    position: relative;
    max-width: 600px;
    margin-left: 20%;
    margin-right: 20%;
}

.bannerContainer {
    min-height: 286px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

#advancedBladder .bannerContainer {
    min-height: unset !important;
}

.bannerContainer div {
    margin-left: 27px;
}

#metaNavContainer .nav-item {
    padding-top: 15px;
    font-size: 13px !important;
}

.dosingRelated {
    padding-top: 50px;
}

.related-pad {
    padding-top: 48px;
}

@media (min-width: 1024px) and (max-width: 1300px) {
    .tabletOnly {
        display: block;
    }

    #trial-acc-bts {
        position: absolute;
        right: 15px !important;
        top: 26px !important;
    }

    #metaNavContainer .nav-item {
        padding-top: 15px;
    }

    .navLogo {
        margin-right: 0px; 
        left: -20px;
        top: -5px;
    }

    #navBar #leftOfISINavContainer #metaNavContainer .vLine {
        height: 32px;
        width: 1px;
        background: #170f5e;
        position: relative;
      
    }

    #navBar #leftOfISINavContainer #metaNavContainer .vLine {
        margin-top: 25px !important;
    }

    #navBar #leftOfISINavContainer #metaNavContainer{
    margin-right: 0px !important;
    }

    #top-nav {
        width: 80%;
        margin-left: auto;
        margin-right: 0;
        max-width: unset;
        height: unset;
    }

    .nav #main-nav-logo {
        position: relative;
        left: unset;
    }
}


@media (min-width: 1024px) and (max-width: 1200px) {
    .what-is-padcev-header {
        display: inline-block;
    }

    #ContactBody .col-lg-10 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .flag-left {
        padding-left: 28px !important;
    }

        .flag-left p {
            font-size: 16px !important;
        }

    .yellow-break {
        display: none !important;
    }

    .advancedBladder .yellow-break {
        display: block !important;
    }

    .treatment-Page .treatment-card {
        padding-top: 31px;
    }

    .labStudiesRow .row {
        width: 90%;
        justify-content: space-between;
    }

        .labStudiesRow .row .col-xl-4 {
            flex: 0 0 30%;
            max-width: 30%;
        }

    .labStudiesRow .labStudyImgWidth {
        width: 218px;
    }

    .gettingStarted .accordion .inner {
        padding-left: 0px !important;
    }

    .positionAbsolute {
        display: block;
        left: -350px !important;
    }

    .bannerContainer {
        background-color: transparent;
        width: 100vw;
    }

    .bannerH1 {
        padding-right: 150px !important;
    }

    .pi-bumper {
        padding-left: 38px;
    }
}

@media (min-width: 546px) and (max-width: 1023px) {

    /*    .large-number {
        font-size: 39px;
        color: #170f5e;
        font-family: "Alright_Black";
        margin-left: 23px;
        padding-right: 16px;
    }*/

    /*    .customFontSizeSmallScrn {
        font-size: 16px;
    }*/

    /*    .large-number-text {
        font-size: 16px;
        font-family: "Alright_Bold";
        line-height: 26px;
        color: #170f5e;
        position: relative;
        top: 14px;
    }*/

    /*    .trialsWhiteBox{
        padding-left: 32px;
        padding-right: 32px;
    }*/



    .tabletScreenImage {
        display: block !important;
        width: 100% !important;
        padding-right: 0;
        min-height: 470px;
        max-height: 470px;
        min-width: 878px;
    }

    #blueContainer {
        top: 26px;
    }
}


@media (min-width: 941px) and (max-width: 1100px) {

    .large-number-text {
        font-size: 16px;
    }

    .large-number {
        font-size: 45px;
    }

    .trialsWhiteBox {
        padding-left: 32px;
        padding-right: 50px;
    }

    .gettingStarted .studyChart-container {
        margin-left: 10% !important;
        margin-right: 20%;
    }
}

.mobileX {
    font-size: 20px;
    font-family: 'Alright_Bold';
    position: absolute;
    left: 15px;
}

@media (min-width: 1100px) {
    .dosingAdministration .accordionSection {
        max-width: 800px;
        margin: auto;
    }
}




@media (min-width: 546px) and (max-width: 767px) {



    .ISI-caret {
        position: absolute;
        right: 20px;
        top: 18px;
    }
}


@media (min-width: 546px) and (max-width: 1199px) {
    .ISI-caret {
        position: absolute;
        right: 49px;
        top: 20px;
    }

    .fixed-isi {
        padding: 24px 48px 24px 48px !important;
    }
}

@media (min-width: 546px) and (max-width: 940px) {




    .borderBottom {
        width: 90%;
        border-bottom: 1px solid #170f5e;
        height: 1px;
        margin-left: 5%;
    }

    .trialsWhiteBox {
        padding-left: 85px;
        padding-right: 85px;
    }

    .yellow-box-div {
        background: #f9efd4;
        width: 90%;
        max-width: 265px;
        border-radius: 8px;
        text-align: center;
        position: relative;
        top: -117px;
        padding-top: 41px;
        margin-bottom: -180px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .blue-box-div {
        background: #e8e7ef;
        width: 90%;
        max-width: 265px;
        border-radius: 8px;
        text-align: center;
        position: relative;
        top: -117px;
        padding-top: 41px;
        margin-bottom: -180px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .trialsWhiteBox {
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
    }


    .a51-alone {
        width: 100%;
        min-width: 300px;
        max-width: 420px;
    }

    .large-number-text {
        padding: 0 1rem 1rem;
    }

    .large-number {
        margin-bottom: 0;
        margin-top: 2rem;
    }
}

.mob-bul {
    margin-top: -1px;
    margin-right: 18px;
}

.mb-20-10 {
    margin-bottom: 20px;
}

.mb-24-12 {
    margin-bottom: 24px;
}

#resource-card #last-resource-line {
    padding-bottom: 32px;
}

#index-start {
    font-size: 24px;
    line-height: 38px;
    padding-top: 16px;
}

#about-bull .aboutLi {
    padding-bottom: 16px;
}

#during-treatment {
    margin-top: 36px;
}

#study-header {
    margin-bottom: 32px;
}

#rs-thumb-1,
#rs-thumb-2,
#rs-thumb-3 {
    max-width: 137px;
}

#trial-acc-bts {
    position: absolute;
    right: 15px;
    top: -2px;
    z-index: 2;
}

/* screens 545px or less */
@media (max-width: 545px) {
    .mx-850 {
        max-width: 90%;
    }

    #rs-thumb-1,
    #rs-thumb-2,
    #rs-thumb-3 {
        max-width: 50%;
    }

    .mob-ft-20 {
        font-size: 20px !important;
    }

    #patient-vid-mob {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }

    .about-btn-yellow-help {
        height: 78px !important;
    }

        .about-btn-yellow-help p {
            margin-top: 11px;
        }

    .advancedBladder .about-btn-yellow-help {
        margin-bottom: 80px;
    }

    .homePage .about-btn-yellow-faq {
        margin-bottom: 80px;
    }

    .aboutPadcev1 .about-btn-yellow-faq {
        margin-bottom: 80px;
    }

    .sideEffects .about-btn-yellow-side-effects {
        margin-bottom: 75px;
    }

    .advancedBladder .topContainerAbs {
        top: 242px;
    }

    .sideEffects .topContainerAbs,
    .homePage .topContainerAbs,
    .aboutPadcev1 .topContainerAbs {
        top: 240px;
    }

    .mob-marg-0 {
        margin-bottom: 0px !important;
    }

    .contactPage #astellasBox {
        height: 255px !important;
    }

    #about-bull .aboutLi {
        padding-bottom: 0px;
    }

    .about-btn-yellow-advanced {
        height: 78px !important;
        padding-top: 7px;
        line-height: 22px;
    }

        .about-btn-yellow-advanced p {
            margin-top: 11px;
        }

    #index-start {
        line-height: 34px !important;
        padding-top: 0px;
    }

    #during-treatment .blackBodyCopy {
        margin-top: 0px !important;
        margin-bottom: 16px !important;
    }

        #during-treatment .blackBodyCopy p {
            margin-top: 0px !important;
            font-size: 16px !important;
            line-height: 22px !important;
        }

    .gettingStarted #study2 {
        margin-bottom: 43px;
    }

    #study-header {
        margin-bottom: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .PDFHeader {
        line-height: 22px !important;
        margin-bottom: 12px !important;
    }

    .PDFSubHeader {
        margin-bottom: 12px !important;
    }

    #caregiver-info .boldContactP {
        margin-top: 12px;
    }

    #underVideoText {
        font-size: 13px !important;
    }

    #caregiver-info {
        margin-bottom: 32px !important;
    }

        #caregiver-info .subHeadP {
            margin-bottom: 42px !important;
        }

    .caregiverTips .h2.lh-24 {
        font-size: 20px !important;
    }

    .bannerContainer div {
        margin-left: 0px;
    }

    .gettingStarted .accordionSection .bull li:not(:last-child) {
        margin-bottom: 16px;
    }

    #dosingBody #topDivWhite img {
        width: 100% !important;
    }

    .gettingStarted .bodyCopy.mb-4 {
        margin-bottom: 2rem !important;
    }

    .mb-24-12 {
        margin-bottom: 12px;
    }

    .accordionSection .bodyCopy {
        line-height: 24px;
    }

    #cs-trial3 {
        margin-top: 62px;
        font-size: 13px !important;
        line-height: 18px;
        margin-bottom: 16px;
    }

    #cs-trial3a {
        font-size: 13px !important;
        line-height: 18px;
    }

    .accordionSection .bodyCopy.blueText.alright_bold {
        margin-bottom: 18px;
    }

    .mob-mt-12 {
        margin-top: 12px !important;
    }

    .thoughtMB {
        margin-top: -20px;
    }

    .aboutPadcev .bannerContainer {
        height: 160px;
        min-height: 160px;
    }

    .mob-16 {
        font-size: 16px !important;
    }

    .mb-20-10 {
        margin-bottom: 10px;
    }

    .mobile-mt-0 {
        margin-top: 0px !important;
    }

    .bannerContainer {
        min-height: 220px;
    }

    .caregiverTips .bannerContainer {
        min-height: 157px;
    }

    .supportSolutions .bannerContainer {
        min-height: 191px;
    }

    .dosingAdministration .bannerContainer {
        min-height: 191px;
    }

    .homePage #titleP {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 22px;
    }

    .sideEffectsLi {
        margin-left: 2px !important;
    }

    .whiteDivBox {
        padding: 24px 21px;
    }

    .contactPage #astellasBox,
    .contactPage #contactBottomBox {
        padding: 32px 10px 32px 32px !important;
    }

    .contactPage .addressTxt {
        margin-bottom: 36px;
    }

    .trialPreHeader {
        font-size: 18px !important;
    }

    #dosingBody .accordionSection .accordionWrapper {
        padding-left: 0px !important;
    }

    #headerAboutPadcev {
        margin-bottom: 0px !important;
    }

    .yellow-box-div {
        background: #f9efd4;
        width: 63%;
        border-radius: 8px;
        text-align: center;
        position: relative;
        top: -117px;
        padding-top: 41px;
        margin-bottom: -180px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .gettingStarted .studyChart-container {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .labStudiesWrap p {
        padding-left: 15px;
        padding-bottom: 20px;
    }

    .blue-box-div {
        background: #e8e7ef;
        width: 63%;
        border-radius: 8px;
        text-align: center;
        position: relative;
        top: -117px;
        padding-top: 41px;
        margin-bottom: -180px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .large-number-text {
        padding: 0 0.5rem 0.5rem;
    }

    .large-number {
        margin-bottom: 0;
        margin-top: -0.5rem;
    }

    .ISI-caret {
        position: absolute;
        right: 8px;
        top: 38px;
    }

    .tabletScreenImage {
        display: none;
    }

    .mobileScreenImage {
        display: block !important;
        width: 100%;
    }


    #mobileHowThoughttoWorkMT {
        margin-top: 47px;
    }

    .text-container {
        text-align: left;
    }

    .patient-bullet {
        margin-left: -12px;
        color: #333333;
        left: 12px;
        position: absolute;
    }

    .top-patient-bullet {
        margin-left: 25px;
        width: 83% !important;
    }

        .top-patient-bullet.sub {
            margin-left: 22px !important;
        }

    .bottom-patient-bullet {
        margin-left: 38px !important;
    }

    #patient-close-btn {
        position: absolute;
        top: -3px;
        right: 12px;
        left: 5px;
        font-size: 35px;
    }

    #patient-close-div {
        background: #170f5e;
        width: 30px;
        height: 30px;
        border-radius: 20px;
        position: absolute;
        top: 17px;
        right: 17px;
    }

    .modal-InnerWrap-Patient {
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 282px;
    }

    #modal-cancel {
        /*    width: 216px;*/
        margin: auto;
    }

    #cancelMb {
        padding-bottom: 31px;
        text-decoration: underline;
    }


    #addMB88 {
        margin-bottom: 88px;
    }

    #removeMTMobile {
        margin-top: 0px !important;
    }


    #addMB882 {
        margin-bottom: 88px;
        padding-top: 24px !important;
    }

    #addMB881 {
        padding-top: 8px !important;
    }

    #removeMTMobile2 {
        margin-top: 0px !important;
    }

    #firstMinusContainer {
        top: 8px;
    }

    #secondMinusContainer {
        top: 8px;
    }


    .FAQminus {
        /*    color: #ebc971;
    position: absolute;
    top: 5px;
    left: 5.1px !important;
    font-size: 21px;*/
    }



    #first88 {
        margin-bottom: 88px;
    }

    #second88 {
        margin-top: 88px;
    }

    #underMarginB2 {
        margin-bottom: 0px !important;
    }

    #marginB1 {
        margin-bottom: 24px !important;
    }

    #marginB2 {
        margin-bottom: 24px;
    }

    #support-foot2 {
        margin-bottom: 24px !important;
    }

    #marginB3 {
        margin-bottom: 24px;
    }

    #emotionalContainer {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    #lastPTag {
        margin-bottom: 24px !important;
    }

    #finalWhiteBox {
        margin-bottom: 32px !important;
    }

    #top-video-ipad,
    #vid-container {
        padding-right: 0px !important;
    }

    .specialPadding {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    #supportHeader1 {
        margin-bottom: 24px !important;
    }

    .supportSolutions .footnoteCopy {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    #finalBulletSupport1 {
        margin-bottom: 24px !important;
    }


    #finalBulletSupport2 {
        margin-bottom: 24px !important;
    }

    #topWhiteBoxSupport {
        margin-bottom: 24px !important;
    }


    #secondWhiteBoxSupport {
        margin-bottom: 24px !important;
    }

    #resource-card .resourcesBodyCopy {
        font-size: 13px;
        line-height: 18px !important;
        padding-bottom: 12px !important;
    }

    #resource-card #last-resource-line {
        padding-bottom: 14px !important;
    }

    #additonalResources {
        font-size: 20px;
    }


    #moreResources {
        font-size: 24px;
        margin-bottom: 12px !important;
    }

    #other-support-box {
        margin-top: 10px !important;
        margin-bottom: 18px !important;
    }

        #other-support-box .resourcesBodyCopy {
            font-size: 13px !important;
        }

    .blue-bar {
        position: absolute;
        width: 47%;
        left: 50%;
        top: -3%;
    }

    .gray-bar {
        position: absolute;
        width: 47%;
        left: 48%;
        top: -3%;
    }


    .cookie-div-btn {
        margin: auto;
        float: right;
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
        margin-bottom: 12px;
        height: 35px;
    }

        .cookie-div-btn #cookie-btn {
            width: 100%;
            padding: 0px;
        }

            .cookie-div-btn #cookie-btn p {
                text-align: center;
            }

    .patient-banner-txt {
        padding-top: 10px;
        padding-left: 0px;
        margin-bottom: 12px;
    }

    .cookie-txt {
        font-size: 16px;
        width: 100%;
    }

    #patientBannerInner {
        padding-right: 0px;
        margin-right: 0px;
    }


    .resourcesCopy {
        margin-bottom: 0px;
    }

        .resourcesCopy.mb-32.footnoteCopy {
            margin-bottom: 12px !important;
        }

    .resourcesBoxHeader {
        color: #170f5e;
        font-size: 20px !important;
        line-height: 24px;
        font-family: "Alright_Bold";
    }

    .supportHeader {
        color: #170f5e;
        font-size: 24px !important;
        line-height: 29px;
        font-family: "Alright_Bold";
    }

    #otherSupport {
        font-size: 20px;
        line-height: 24px;
    }

    #halfAdults {
        margin-top: 85px !important;
        font-size: 13px !important;
        line-height: 18px;
        margin-bottom: 16px;
    }

    #halfAdults2 {
        font-size: 13px !important;
        line-height: 18px;
    }

    .duringStudy {
        padding-top: 24px;
        padding-bottom: 0px;
        width: 100%;
        text-align: left;
    }

    #trialPreHeader {
        font-size: 16px !important;
        width: 93% !important;
    }

    #trialPreHeader2 {
        font-size: 16px !important;
    }

    #blueContainerBtn {
        background-color: #ebc971;
        width: 273px !important;
        padding-bottom: 13px !important;
        padding: 16px;
        display: -webkit-inline-box;
        border-radius: 8px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    }



    .isiModalHeader {
        font-size: 20px !important;
    }

    #isiModalInner {
        z-index: 999999999999999999999999999999;
        max-width: 92%;
        border-radius: 8px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%);
        margin: auto;
        background-color: #ffffff;
        height: fit-content;
        margin-bottom: 1rem;
    }

    #isiCloseBtn {
        left: -3.6px;
        top: -4px;
        right: 0px;
    }

    .backgroundBtnISI {
        background-color: #170f5e;
        border-radius: 20px;
        height: 25px;
        width: 25px;
        position: absolute;
        /* position: relative; */
        /* top: -9px; */
        right: 13px;
        top: 15px;
    }

    .firstHeader {
        margin-bottom: 45px;
    }

    #isi-modal-body {
        padding: 18px;
        padding-top: 40px;
    }

        #isi-modal-body .isi_flex_container {
            flex-flow: column !important;
        }

        #isi-modal-body .show-mobile {
            display: none !important;
        }

    #isi-body {
        text-align: left;
    }

    #ADCMobile {
        position: absolute;
        top: 50px;
        right: 16px;
    }

    .mobileTextNextImg {
        max-width: 61%
    }

    #about-mob-space {
        margin-bottom: 45px;
    }

    .privacyTitle {
        color: #fff;
        font-family: "Alright_Bold";
        font-size: 24px;
        margin-bottom: 0px;
        padding-bottom: 32px;
        padding-top: 6px;
    }

    .extraMB {
        margin-bottom: 30px;
    }

    .extraPB {
        padding-bottom: 30px;
    }

    .lastTerm {
        padding-bottom: 0px;
    }

    #contactBottomBox {
        margin-bottom: 0px;
    }

    .boldContactP {
        margin-bottom: 16px;
    }

    #importanceP {
        margin-bottom: 0px;
    }

    #bodulsPathP {
        margin-bottom: 0px;
    }

    .accordionSection .accordionWrapper {
        border-bottom: 1px solid #ebc971;
        padding-top: 32px;
        padding-bottom: 24px;
    }

    #topCircle {
        margin-bottom: 22px;
        width: 80%;
    }

    #bottomCircle {
        width: 80%;
    }

    #topDivWhite {
        margin-bottom: 32px;
    }

    .modalClose {
    }

    .fontSize18 {
        font-size: 18px;
    }

    #mobileFAQIMG {
        display: block;
    }

    #desktopFAQIMG {
        display: none;
    }

    .patientFootnoteCopy {
        font-size: 16px !important;
        color: #333333 !important;
        font-family: "Alright_Regular";
        line-height: 26px;
    }

    .faqLI {
        line-height: 26px !important;
        padding-top: 16px;
    }

    .faqUlImg {
        padding-bottom: 0px !important;
    }

    .cancerTitle {
        font-size: 16px !important;
        color: #170f5e;
        font-family: "Alright_Bold";
    }

    .alright_bold {
        font-family: "Alright_Bold" !important;
    }

    .PDFImg {
        min-width: 162px;
        padding-bottom: 16px;
    }

    .resourcesHeader {
        font-size: 24px;
    }

    .resourcesSubHeader {
        font-size: 20px;
    }

    .noPRMobile {
        padding-right: 0px;
    }

    #TipsIconMT {
        margin-top: 27px;
    }

    .sideEffectsLi {
        font-size: 18px !important;
    }

    .trialIcons {
        margin-bottom: 12px;
    }

    .leavingTitle {
        font-size: 24px;
        line-height: 29px;
        padding-top: 40px;
        padding-bottom: 32px;
        color: #fff;
        font-family: "Alright_Bold";
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .LargeNumSup {
        font-size: 29px;
    }

    #TrialBB {
        width: 84%;
        padding-top: 8px;
        margin: 0 auto;
        margin-bottom: 13px;
        border-bottom: 1px solid #170f5e;
        height: 1px;
    }


    #TrialORR {
        margin-bottom: 15px;
    }

    #smallTextTrials {
        margin-top: 18px;
        margin-bottom: 0px;
        font-size: 13px !important;
        line-height: 1.38;
    }

    #study1textpt {
        padding-top: 2px;
        margin-bottom: 30px;
    }

    #study1textpt2 {
        padding-top: 2px;
        margin-bottom: 32px;
    }



    .supportIcons {
        margin-bottom: 16px;
    }

    .bulletedText {
        padding-left: 20px;
    }

    .bullet-margin {
        margin-left: -11px;
        left: -8px;
        margin-right: 0px !important;
        position: relative;
    }

    .bullet-margin-trial {
        margin-left: -11px;
        left: -8px !important;
        margin-right: -3px !important;
        position: relative;
    }



    .aboutLi {
        font-size: 16px;
        line-height: 26px;
    }

        .aboutLi .leftAlignBulletPoint {
            margin-left: 17px !important;
        }

    .hideMobile {
        display: none;
    }


    .paddingTopMobile10 {
        padding-top: 10px;
    }

    .new-btn-white p {
        font-size: 18px;
    }

    .trialBodyCopy {
        font-size: 18px !important;
    }

    .subHeadP {
        font-size: 16px;
    }


    .large-number {
        margin-bottom: -18px;
    }


    .borderBottom {
        width: 80%;
        padding-top: 24px;
        margin-bottom: 13px;
    }

    .yellow-box-div {
        background: #f9efd4;
        width: 100%;
        border-radius: 8px;
        text-align: center;
        position: relative;
        top: -117px;
        padding-top: 41px;
        margin-bottom: -197px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .blue-box-div {
        background: #e8e7ef;
        width: 100%;
        border-radius: 8px;
        text-align: center;
        position: relative;
        top: -117px;
        padding-top: 41px;
        margin-bottom: -197px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .a51-alone {
        position: relative;
        width: 95%;
        right: -4px;
        padding-bottom: 2px;
        top: 13px;
    }

    #sideEffectsMBTitle {
        margin-bottom: 34px;
    }

    .gettingStarted .studyChart-container {
        margin-top: -15px;
    }

    .side-effect-container {
        padding-bottom: 20px !important;
    }

    .trialsWhiteBox {
        padding-left: 15px;
        padding-right: 15px;
    }

    .noPaddingTopMobile {
        padding-top: 0 !important;
    }

    #support-carrot {
        position: relative;
        left: 28px !important;
        top: 0px !important;
    }

    #tips-carrot {
        position: relative;
        left: 116px;
    }

    .bannerSubP {
        display: none;
        font-size: 18px;
    }


    .bannerP {
        font-family: "Alright_Bold";
        font-size: 16px;
        color: #170f5e;
        margin: 0;
    }

    .bannerH1 {
        font-size: 28px;
        font-family: 'Alright_Bold';
        color: #180f5e;
        line-height: 1.21;
        padding-right: 24px;
        margin-top: 6px;
    }


    .accordionSection {
        padding-top: 30px;
        width: 100%;
    }

    .trialResults .accordionSection {
        padding-top: 30px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }


    #works-carrot {
        left: 105px;
        bottom: 0px;
        position: relative;
    }

    .dosingRelated {
        padding-top: 50px;
    }

    .discussionDiv {
        margin-top: 15px;
    }

    .check-text {
        margin-left: 48px;
        width: 82%;
    }

    .check-mark {
        position: absolute;
        left: 18px;
    }

    .blackLightHeader {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .dosingImgChart {
        padding-bottom: 20px;
    }

    .dosingChartMobile {
        margin-top: 10px;
    }

    #side-effects-carrot {
        left: 98px;
        position: relative;
    }

    #faq-carrot {
        position: relative;
        left: 35px;
        bottom: 0px;
    }

    #help-carrot {
        position: relative;
        left: 154px;
        bottom: 11px;
    }

    #given-carrot {
        left: 105px;
    }

    .caregiverTips #given-carrot {
        left: 93px;
    }

    #advanced-carrot {
        position: relative;
        left: 218px;
        bottom: 11px;
    }

    .new-btn-yellow {
        width: 333px;
    }

    .relatedMobile {
        padding-left: 5px;
    }

    .videoContainer {
        padding-left: 21px;
        padding-right: 20px;
        padding-bottom: 29px;
    }

    .thoughtToWork {
        padding-left: 0px !important;
    }



    .labStudyImgWidth {
        width: 352px;
        max-width: 100%;
        margin-bottom: -12px;
    }

    .labStudiesWrap {
        padding-left: 3px;
        padding-right: 0px;
    }

    #custom-about {
        margin-bottom: 16px;
    }





    .innerContentMargin {
        margin-left: 2px !important;
        margin-right: 2px !important;
        margin-top: 32px;
        margin-bottom: 29px;
    }

        .innerContentMargin.noMobMargin {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

    .blueHeader {
        font-size: 28px;
    }

    .noMarginTopMobile {
        margin-top: 0px;
    }


    .mobilePaddingTopGuide {
        margin-top: 12px;
    }

    .tooltiptext {
        width: 319px !important;
    }

    .inline-grid {
        display: inline-grid;
    }

    /*    .resourcesBodyCopy {
        display: inline-grid;
    }*/

    .borderBottomYellow {
        border-bottom: 1px solid #ebc971;
        margin-bottom: 13px !important;
    }

    .extraBottomPadding {
        padding-bottom: 20px;
    }



    .downloadRow {
        margin-top: 4px !important;
        margin-bottom: -1px !important;
    }

    .marginRightMobile {
        margin-right: 30px !important;
    }

    .mt-0-mobile {
        margin-top: 0px;
    }

    .trial1Inner {
        padding-left: 0px;
    }

    .trialHeader {
        font-size: 20px !important;
        color: #170f5e !important;
        font-family: "Alright_Bold";
        line-height: 24px;
        max-width: 300px;
    }

    .studyGraphHeader {
        font-size: 16px !important;
        line-height: 24px !important;
        color: #170f5e !important;
        font-family: "Alright_Bold";
        margin-bottom: 5px;
    }

    #trialStudy1Img {
        height: 45px;
    }

    .customWhiteboxP {
        width: 100%;
    }


    .mobileOnly {
        display: block;
    }
}





#aboutPadcevImg {
    height: 284px;
    margin: 0px auto;
    margin-left: 0px;
    border-bottom: 4px solid #ebc971;
}

#dosingBannerImg {
    margin: 0px auto;
    padding-right: 304px;
    border-bottom: 4px solid #ebc971;
    height: 284px;
}

#sideEffectsBannerImg {
    margin: 0px auto;
    padding-right: 304px;
    border-bottom: 4px solid #ebc971;
}

#careGiverTips {
    margin: 0px auto;
    padding-right: 304px;
    border-bottom: 4px solid #ebc971;
    height: 284px;
}

#supportImgBanner {
    margin: 0 auto;
    padding-right: 304px;
    border-bottom: 4px solid #ebc971;
    height: 284px;
}

@media (min-width: 1300px) {
    #supportBody-container {
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media (min-width: 1300px) and (max-width: 1600px) {

    #dosingBannerImg {
        left: 0%
    }

    #sideEffectsBannerImg {
        left: -5%
    }

    #careGiverTips {
        left: 0%;
    }

    #supportImgBanner {
        left: 0%;
    }

    .gettingStarted .studyChart-container {
        margin-left: 18%;
        margin-right: 20%;
    }
}

@media (min-width: 1280px) and (max-width: 1399px) {

    .trialsWhiteBox {
        padding-left: 32px;
        padding-right: 32px;
    }

    #dosingBannerImg {
        left: 0%
    }

    #sideEffectsBannerImg {
        left: 0%
    }

    #careGiverTips {
        left: 0%;
    }

    #supportImgBanner {
        left: 0%;
    }
}

@media(min-width:1024px) and (max-width: 1350px) {

    .footerDesk li a {
        font-family: 'Alright_Medium';
        font-size: 16px;
        color: #180f5e !important;
        text-decoration: none !important;
        border-bottom: 2px solid #180f5e;
    }
}

@media (min-width: 1200px) and (max-width: 1279px) {

    #aboutPadcevImg {
        left: -28%
    }

    #dosingBannerImg {
        left: 0%
    }

    #sideEffectsBannerImg {
        left: -5%
    }

    #careGiverTips {
        left: 0%;
    }

    #supportImgBanner {
        left: 0%;
    }
}

.desktopOnly {
    display: block;
}

.mobileOnly {
    display: none;
}

    .mobileOnly.inline {
        display: none;
    }

#isiModal #isi-contentDesktopView .mobileOnlyISI {
    display: inline-block !important;
}

.mobileOnlyISI {
    display: none;
}








@media (min-width: 1024px) and (max-width: 1350px) {
    #support-carrot {
        position: relative;
        top: -12px;
        left: 117px;
    }


    #navBar #leftOfISINavContainer #mainNavContainer ul li .nav-item-custom,
    #navBar #leftOfISINavContainer #mainNavContainer ul li .nav-item-custom, #navBar #leftOfISINavContainer #mainNavContainer ul li .nav-item-custom a {
        font-size: 16px !important;
    }


    .dropDown-item a {
        font-size: 16px;
    }

        .dropDown-item a:hover {
            color: #170f5e;
            font-family: "Alright_Bold";
            font-size: 16px;
        }

    .dropdown-menu {
        left: -93px !important;
    }

    .navLogoArrow {
        position: absolute;
        top: 63px;
        left: -92px;
        z-index: 9999999;
    }

    #trialResultsDropdown {
        top: 70px;
        left: -74px !important;
    }

    .trialLogoArrow {
        position: absolute;
        top: 63px;
        left: -73px;
        z-index: 9999999;
    }

    #resourcesDropDown {
        top: 70px;
        left: -53px !important;
    }

    .resourceLogoArrow {
        position: absolute;
        top: 63px;
        left: -52px;
        z-index: 9999999;
    }

    .navLogo {
        transform: scale(.9);
        transition: all ease .75s;
        position: relative;
        left: -13px;
    }

    .rightSideISIBody {
        font-size: 16px;
    }

    .rightSideISIHeader {
        font-size: 20px;
    }

    .labStudyImgWidth {
        width: 279px;
    }

    .new-btn-yellow {
        background-color: #ebc971;
        width: 270px;
        padding-bottom: 13px !important;
        padding: 16px;
        padding-right: 30px;
        border-radius: 8px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        height: 56px !important;
    }

    #help-carrot {
        position: relative;
        left: 88px;
        bottom: 11px;
    }

    #advanced-carrot {
        position: relative;
        left: 159px;
        bottom: 11px;
    }

    .about-btn-yellow-faq {
        height: 56px !important;
        padding-top: 7px;
        line-height: 22px;
    }

    #faq-carrot {
        position: relative;
        left: 131px;
        bottom: 12px;
    }

    #side-effects-carrot {
        left: 40px;
        position: relative;
    }

    .footerDesk .copyrightTxt {
        color: #5b6770;
        font-family: 'Alright_Regular';
        font-size: 15px;
        width: 74% !important;
        position: relative;
        top: -15px;
    }

    .about-btn-yellow-help {
        height: 56px !important;
        padding-top: 7px;
        line-height: 22px;
    }

    .about-btn-yellow-advanced {
        height: 56px !important;
        padding-top: 7px;
        line-height: 22px;
    }

    #works-carrot {
        position: relative;
        left: 47px;
    }


    #given-carrot {
        position: relative;
        left: 33px;
    }

    .customFontSizeSmallScrn {
        font-size: 15px;
    }

    .trialsWhiteBox {
        padding-left: 32px;
        padding-right: 32px;
    }



    #tips-carrot {
        position: relative;
        left: 57px;
    }


    .large-number {
        font-size: 40px;
        color: #170f5e;
        font-family: "Alright_Black";
        margin-left: 23px;
        padding-right: 16px;
    }

    .large-number-text {
        font-size: 15px;
        font-family: "Alright_Bold";
        line-height: 26px;
        color: #170f5e;
        position: relative;
        top: 10px;
    }


    .calloutDiv {
        margin-left: 0px;
        margin-top: 44px;
    }
}

.navy{
    color: #170f5e !important;
}


@media (min-width: 380px) and (max-width: 410px) {

    .mobileTextNextImg {
        max-width: 63%;
    }
}

@media (min-width: 300px) and (max-width: 975px) {

    .calloutRow {
        justify-content: center;
    }

    .calloutTxt {
        color: #ffffff;
        font-family: "Alright_Regular";
        font-size: 18px;
        margin: auto;
        line-height: 26px;
        position: relative;
    }

    #calloutContainer {
        background-image: url(../images/side-effects/side-Effects_Moble-v2.png);
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 243px;
        display: table;
    }

    .calloutDiv {
        margin-left: 0px;
    }
}


@media (min-width: 550px) and (max-width: 1030px) {

    .ipad-vid-container {
        margin-right: 41px;
    }
}



@media (orientation: landscape) {
    .navLogo {
        transform: scale(.9);
        margin-right: 15px;
    }
}



@media (max-width: 395px) {
    .calloutTxt {
        font-size: 18px;
        padding: 0.5rem 2rem;
    }
}

/*@media (min-width: 200px) and (max-width: 384px) {

  .mobileTopNav li a {
      font-size: 9px;
      line-height: 13px !important;
  }
}*/





/* Media Queries - End */

/*-------------------------------------------------------------------------------------------------------------------*/


.seagenPModal {
    color: #fff;
    margin-top: 30px;
}

sup.sup-relative {
    top: -5px !important;
}

sup.small-sup.sup-relative {
    top: -9px !important;
}

@media (max-width: 767px) {
    sup.LargeNumSup {
        top: -11px !important;
    }

    .marginTopmobile {
        margin-top: 30px !important;
    }
}

.p_14{
    font-size: 14px !important;
}


.p_22 {
    font-size: 22px;
}

.bold {
    font-family: 'Alright_Bold' !important;
}

.share_story_callout {
    font-size: 22px !important;
}

.flag_md{
    max-width: 800px;
}

.div-center{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.desktopNavLogo_li{
    position: absolute;
    left: 0px;
}
/*-------------------------------------------------------------------------------------------------------------------*/


/* Media Queries - Start */



/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/


.supportHeader {
    color: #170f5e;
    font-size: 28px;
    line-height: 29px;
    font-family: "Alright_Bold";
}

.resourcesCopy {
    font-family: 'Alright_Regular';
    color: #333333;
    line-height: 26px;
    font-size: 16px;

}

.resourcesBoxHeader {
    color: #170f5e;
    font-size: 24px;
    line-height: 24px;
    font-family: "Alright_Bold";
}
.resourcesCopy.footnoteCopy {
    font-size: 14px !important;
}



.resourcePage .accordionSection ul .faqUlInner {
    list-style: initial;
    margin-left: -22px;
}


    .resourcePage .accordionSection ul .faqUlInner.ulTop {
        margin-top: -15px;
        font-size: 18px;
    }


.resourcePage .accordionSection .bodyCopy, .mediumCopy, .mediumCopy li {
    font-family: 'Alright_Medium';
    font-size: 16px;
}


.resourcePage .accordionSection li {
    font-family: 'Alright_Regular';
    line-height: normal;
    color: #333333 !important;
}






.resourcePage .accordionSection .ul-left {
    margin-left: -22px;
}

.faqUlImg{
    width: 100%;
    padding-bottom: 40px;
}



.flagBanner-support {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/support/support-callout-img-v3.svg');
    background-repeat: no-repeat;
    height: 160px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-size: cover;
}

.flag_md{
    background-image: url('../images/support/support-callout-img-md.svg');
    height: 187px;
}

.flag_md .flag-right{
    padding: 35px 0px 35px 26px;
    flex-basis: 47%;
}

    .flagBanner-support p {
        font-family: 'Alright_Regular';
        color: #fff;
        font-size: 18px;
        line-height: 1.6em !important;
        text-align: center;
        margin-bottom: 0px;
    }

    .flagBanner-support p a{
        font-family: 'Alright_Bold';
        color: #fff;
        text-decoration: none !important;
        /*font-size: 30px;*/
        line-height: 1em !important;
    }

.supportUnderline {
    border-bottom: 2px solid #fff !important;
}

.flag-left {
    position: relative;
    flex-basis: 50%;
    padding: 17px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flag_md .flag-left p{
    line-height: 1.3em !important;
}

.flag_md .share_story_callout{
    margin-bottom: 10px;
}

.flag_md .flag-left{
    flex-basis: 45%;
    padding: 17px 23px 17px 17px;
}

.flag-left-img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
}

.flag-right {
    flex-basis: 46%;
    position: relative;
    display: flex;
    padding: 7px 10px;
    align-items: center;
    justify-content: center;
    border-left: 2px solid #eabc4d;
}




.assistanceBox {
    width: 100% !important;
    border: 2px solid #dfc482;
    padding: 15px 20px 10px 20px;
    margin: 35px 0px;
}

.supportSolutions .bodyCopy {
    width: 100%;
    line-height: normal;
}


.assistanceBox .copy-header {
    font-family: 'Alright_Bold';
    color: #180f5e;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    z-index: 2;
}

.supportRow{
    margin-left: 0px !important;
}
.mb-32-desk {
    margin-bottom: 32px !important;
}




/*-------------------------------------------------------------------------------------------------------------------*/


/* Media Queries - Start */
@media only screen and (max-width: 1367px) {
    /* .flag_md{ 
        left: unset !important;
        transform: unset !important;
    } */
    .flag_md.innerContentMargin{
        margin-left: auto !important;
        margin-right: auto !important;
        left: unset !important;
        transform: unset !important;
    }
   

   
}





@media only screen and (max-width: 1023px) {
    
}



@media only screen and (min-width: 768px) {
    .yellowLineSupport {
     display: none;
    }
}

    @media only screen and (max-width: 767px) {

        .yellowLineSupport {
            width: 78px;
            border-bottom: 2px solid #ebc971;
            margin-bottom: 17px;
        }
        #emotionalContainer .bodyCopy {
            font-size: 16px;
          }
        .mb-32-desk {
            margin-bottom: 24px !important;
        }
        .resourcesCopy.footnoteCopy {
            font-size: 13px !important;
        }
        #supportBody .bannerSubP {
            font-size: 16px !important;
        }

        .flagBanner-support {
            display: flex;
            justify-content: center;
            align-items: center;
            background-image: url('../images/support/Support-Callout-Container-Mobile_2.svg');
            background-repeat: no-repeat;
            height: 290px;
        }

        .flag_md{ 
            background-image: url('../images/support/support-callout-img-md-mobile.png');
            height: 315px;
        }
        .flagBanner-support {
            margin: 0 auto !important;
          }
          .supportHeader.mb-32 {
            margin-bottom: 16px !important;
          }

          .flag_md .flag-left{
            margin-top: 9px;
          }


        .copyBox1 {
            margin-left: 0px;
        }


        .icon1-Support {
            position: relative;
            top: 22px;
            left: 50%;
            transform: translateX(-50%);
        }

        .support-box-p-header {
            font-family: 'Alright_Bold';
            color: #180f5e;
            font-size: 21px;
            margin-top: 30px;
            margin-left: 20px;
            margin-bottom: 0px;
        }



        .supportBrDesk {
            display: none;
        }

        .assistanceBox {
            padding: 15px 15px 10px 15px;
        }


            .assistanceBox .copy-header {
                font-family: 'Alright_Bold';
                color: #180f5e;
                font-size: 20px;
                line-height: 30px;
                position: relative;
                z-index: 2;
            }

        .flagBanner-support {
            flex-direction: column;
            width: 345px;
            margin: auto;
        }

            .flagBanner-support br {
                display: none;
            }

        .flag-left {
            position: relative;
            flex-basis: 100%;
            padding: 17px 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .flag-left-img {
            display: none;
        }

        .flag-right {
            margin: 0px 15px !important;
            position: relative;
            display: flex;
            padding: 17px 5px 27px 5px;
            align-items: center;
            justify-content: center;
            border-top: none;
            border-left: 0px;
        }



        .flagBanner-support p {
            font-family: 'Alright_Regular';
            color: #fff;
            font-size: 16px ;
            line-height: 25px !important;
            text-align: center;
            margin-bottom: 0px;
            text-align: center !important;
        }

            .flagBanner-support p a {
                font-family: 'Alright_Bold';
                color: #fff;
                text-decoration: none !important;
                font-size: 18px;
                line-height: 1.2em !important;
            }

        .padcevNum {
            font-size: 28px !important;
        }

        .callPadcev {
            font-size: 16px !important;
        }

        .datePadcev {
            font-size: 16px !important;
        }

        .padcevSupportBottom{
            font-size:18px !important;
        }

        .supportUnderline {
            border-bottom: 3px solid #fff !important;
        }


        .flag-right-img {
            position: absolute;
            bottom: -19px;
            left: 25px;
            transform: rotate(-90deg);
        }
    }






@media (min-width: 400px) and (max-width: 575px) {
    .flagBanner-support {
        width: 345px;
    }
}


@media (min-width: 512px) and (max-width: 576px) {
  
}

@media only screen and (max-width: 959px) {
    .flag_md br{
        display: block !important;
    }

    .flag_md .flag-right {
        padding: unset;
    }

    .flag_md .flag-right p{
       line-height: 27px !important; 
    }

    
     .flag_md .supportUnderline {
        border-bottom: 1px solid #fff !important;
    }

    .flag_md .yellowLineSupport {
       
        margin-bottom: 0px;
        margin-top: 10px;
    }
}


.flagBanner-support.flag_md p a{
    font-family: 'Alright_Regular';
}

    /* Media Queries - End */


    /*-------------------------------------------------------------------------------------------------------------------*/
[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.valign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .valign-wrapper .valign {
        display: block;
    }

.clearfix {
    clear: both;
}

.breadcrumb {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

    .breadcrumb i,
    .breadcrumb [class^="mdi-"],
    .breadcrumb [class*="mdi-"],
    .breadcrumb i.material-icons {
        display: inline-block;
        float: left;
        font-size: 24px;
    }

    .breadcrumb:before {
        content: '\E5CC';
        color: rgba(255, 255, 255, 0.7);
        vertical-align: top;
        display: inline-block;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 25px;
        margin: 0 10px 0 8px;
        -webkit-font-smoothing: antialiased;
    }

    .breadcrumb:first-child:before {
        display: none;
    }

    .breadcrumb:last-child {
        color: #fff;
    }

.pin-top,
.pin-bottom {
    position: relative;
}

.pinned {
    position: fixed !important;
}

.fade-in {
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.page-footer {
    padding-top: 20px;
    background-color: #ee6e73;
}

    .page-footer .footer-copyright {
        overflow: hidden;
        min-height: 50px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0px;
        color: rgba(255, 255, 255, 0.8);
        background-color: rgba(51, 51, 51, 0.08);
    }

table,
th,
td {
    border: none;
}

table {
    width: 100%;
    display: table;
}

    table.bordered > thead > tr,
    table.bordered > tbody > tr {
        border-bottom: 1px solid #d0d0d0;
    }

    table.striped > tbody > tr:nth-child(odd) {
        background-color: #f2f2f2;
    }

    table.striped > tbody > tr > td {
        border-radius: 0;
    }

    table.highlight > tbody > tr {
        transition: background-color .25s ease;
    }

        table.highlight > tbody > tr:hover {
            background-color: #f2f2f2;
        }

    table.centered thead tr th,
    table.centered tbody tr td {
        text-align: center;
    }

thead {
    border-bottom: 1px solid #d0d0d0;
}

td,
th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

@media only screen and (max-width: 992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
    }

        table.responsive-table td:empty:before {
            content: '\00a0';
        }

        table.responsive-table th,
        table.responsive-table td {
            margin: 0;
            vertical-align: top;
        }

        table.responsive-table th {
            text-align: left;
        }

        table.responsive-table thead {
            display: block;
            float: left;
        }

            table.responsive-table thead tr {
                display: block;
                padding: 0 10px 0 0;
            }

                table.responsive-table thead tr th::before {
                    content: "\00a0";
                }

        table.responsive-table tbody {
            display: block;
            width: auto;
            position: relative;
            overflow-x: auto;
            white-space: nowrap;
        }

            table.responsive-table tbody tr {
                display: inline-block;
                vertical-align: top;
            }

        table.responsive-table th {
            display: block;
            text-align: right;
        }

        table.responsive-table td {
            display: block;
            min-height: 1.25em;
            text-align: left;
        }

        table.responsive-table tr {
            padding: 0 10px;
        }

        table.responsive-table thead {
            border: 0;
            border-right: 1px solid #d0d0d0;
        }

        table.responsive-table.bordered th {
            border-bottom: 0;
            border-left: 0;
        }

        table.responsive-table.bordered td {
            border-left: 0;
            border-right: 0;
            border-bottom: 0;
        }

        table.responsive-table.bordered tr {
            border: 0;
        }

        table.responsive-table.bordered tbody tr {
            border-right: 1px solid #d0d0d0;
        }
}

.collection {
    margin: .5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

    .collection .collection-item {
        background-color: #fff;
        line-height: 1.5rem;
        padding: 10px 20px;
        margin: 0;
        border-bottom: 1px solid #e0e0e0;
    }

        .collection .collection-item.avatar {
            min-height: 84px;
            padding-left: 72px;
            position: relative;
        }

            .collection .collection-item.avatar .circle {
                position: absolute;
                width: 42px;
                height: 42px;
                overflow: hidden;
                left: 15px;
                display: inline-block;
                vertical-align: middle;
            }

            .collection .collection-item.avatar i.circle {
                font-size: 18px;
                line-height: 42px;
                color: #fff;
                background-color: #999;
                text-align: center;
            }

            .collection .collection-item.avatar .title {
                font-size: 16px;
            }

            .collection .collection-item.avatar p {
                margin: 0;
            }

            .collection .collection-item.avatar .secondary-content {
                position: absolute;
                top: 16px;
                right: 16px;
            }

        .collection .collection-item:last-child {
            border-bottom: none;
        }

        .collection .collection-item.active {
            background-color: #26a69a;
            color: #eafaf9;
        }

            .collection .collection-item.active .secondary-content {
                color: #fff;
            }

    .collection a.collection-item {
        display: block;
        transition: .25s;
        color: #26a69a;
    }

        .collection a.collection-item:not(.active):hover {
            background-color: #ddd;
        }

    .collection.with-header .collection-header {
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 20px;
    }

    .collection.with-header .collection-item {
        padding-left: 30px;
    }

        .collection.with-header .collection-item.avatar {
            padding-left: 72px;
        }

.secondary-content {
    float: right;
    color: #26a69a;
}

.collapsible .collection {
    margin: 0;
    border: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: .5rem 0 1rem 0;
    overflow: hidden;
}

    .progress .determinate {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #26a69a;
        transition: width .3s linear;
    }

    .progress .indeterminate {
        background-color: #26a69a;
    }

        .progress .indeterminate:before {
            content: '';
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
            animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
        }

        .progress .indeterminate:after {
            content: '';
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            -webkit-animation-delay: 1.15s;
            animation-delay: 1.15s;
        }

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

.hide {
    display: none !important;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.center,
.center-align {
    text-align: center;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}


/*-------------------------------------------------------------------------------------------------------------------*/


/* Media Queries - Start */

@media only screen and (max-width: 600px) {
    .hide-on-small-only,
    .hide-on-small-and-down {
        display: none !important;
    }
}

@media only screen and (max-width: 600px) {
    .show-on-small {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .center-on-small-only {
        text-align: center;
    }
}

@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display: block !important;
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .show-on-large {
        display: block !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .show-on-medium {
        display: block !important;
    }
}

@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display: block !important;
    }
}

/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/

.subHead{
    font-size: 20px;
    font-family: "Alright_Bold";
    color: #170f5e;
    line-height: 24px;
}

.subHeadText {
    font-size: 18px;
    font-family: "Alright_Regular";
    color: #333333;
    line-height: 26px;
}


/*-------------------------------------------------------------------------------------------------------------------*/


/* Media Queries - Start */



/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/




.bannerMobileImg{
    width: 100%;
}

.blackPbody {
    font-family: "Alright_Regular";
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.indigoColoredText {
    color: #170f5e;
}
.ft-18 {
    font-size: 18px;
}
#advanced-graphic {
    padding-right: 53px;
}


/* Media Queries - Start */
/*----------Any Screen larger than or equal to 1024px----------*/
@media (min-width: 1024px) {

    .blackPbody {
        max-width: 202px;
    }
    .mobileDontShow{
        display: none;
    }

    .bannerMobileImg {
        display: none;
    }

    .bannerSubPShow {
        display: none !important
        
    }
    #caregiver-top {
        margin-top: 50px !important;
    }
    .resource-card-container .resourcesBodytxt {
        margin-left: -10px;
    }
  
}

/*----------Any Screen less than 1200px----------*/
@media (max-width: 1199px) {
  .howItWorksInfographic{
    width: fit-content;
    margin: auto;
  }
  
   

}

/*screens 768px and less - tablet  */
@media(max-width: 768px) {

    

    .customTopMarginAbout{
        margin-top: 25px;
    }

}

/*screens 768px and larger - desktop */
@media (min-width: 769px) {
    
   
}


/* screens 545px or more  */
@media (min-width: 545px) {
    .threePartsMobileContainer{
        display: none;
    }
  

    
}

/* screens 545px or less - mobile */
@media (max-width: 545px) {
    .threePartsMobileContainer {
        display: inline-flex;
        margin-top: -17px;
        margin-bottom: -7px;
    }
   
  
}

/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------*/
.contactPage #astellasBox,
  .contactPage #contactBottomBox {
    height: 280px;
  }

/* Media Queries - Start */
@media (min-width: 545px) {

    .mobileOnly.small {
        display: none !important;
    }
    
}


/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------*/

.live-text-container {
    position: relative;
    width: 100%;
}
.live-text-container p {
    position: absolute;
    text-align: center;
    color: #170f5e !important;
    font-family: "Alright_Bold";
    font-size: 20px;
    bottom: 55px;
    line-height: 1.2;
    margin: 0px auto;
    width: 100%;
}
.live-text-container #first-cap {
    bottom: 54px;
}
.dosing-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center !important;
}
#dosingBody .trialPreHeader {
    text-align: center !important;
    margin: 0px auto;
    font-family: "Alright_Black" !important;
}
.dosing-container h4 {
    flex-basis: 40% !important;
    margin: 0px;
}
.dosing-divider {
    border-top: 1px solid #707070;
    margin-top: 17px;
    margin-bottom: 0px;
    width: 100%;
}
.dosing-container .dosing-container-img {
    max-height: 45px;
    max-width: 32px !important;
    flex-basis: 10%;
    margin: 0px 48px !important;
    margin-top: 10px !important;
}
/* Media Queries - Start */
@media only screen and (max-width: 1023px) {
    .live-text-container p {
        position: relative;
        text-align: left;
        font-size: 20px;
        bottom: unset;
        margin-top: 30px;
    }
    .dosing-container {
        display: flex;
        flex-direction: column;
    }
    .dosing-container h4,
    .dosing-container .dosing-container-img {
        flex-basis: 100% !important;
        line-height: 22px;
        margin-left: 0px !important;
    }
    .dosing-container .dosing-container-img {
        margin: 16px auto !important;
        max-height: 24px !important;
        max-width: 48px !important;
    }
    .dosing-divider {
        margin-bottom: 17px;
    }
    .live-text-container #first-cap {
        bottom: unset;
    }
    .live-text-container {
        margin-bottom: 12px;
        margin-top: 8px;
    }
}


/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/



.minusPlusContainer {
    position: absolute;
    right: 0;
    top: 2px;
    background: #170f5e;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dosingAdministration .minusPlusContainer {
    top: 50% !important;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.FAQminus {
    color: #ebc971;
    position: absolute;
    /*    top: 5px;
    left: 6px;*/
    font-size: 21px;
}


#FAQAccordian1 {
    transition: all .25s linear;
}

.FAQFirst {
    transform: rotate(90deg);
    transition: all .25s linear;
    left: 5px;
}

.minusPlusContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .minusPlusContainer i, .FAQminus {
        left: unset !important;
        right: unset !important;
        top: unset !important;
    }


.small_caps{
        font-size: 12px !important;
}


/*-------------------------------------------------------------------------------------------------------------------*/


/* Media Queries - Start */



/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------------------------------*/


.graphic-div {
  display: flex;
  width: 100%;
  flex-direction: row;
  min-height: 137px;
  max-width: 800px;
  margin: 0 auto;
}
.graphic-div div {
  flex-basis: 50%; 
  font-size: 14px;
  font-family: 'Alright_Regular';
  color: #170f5e;
  display: flex;
  align-items: center;
}
.graphic-div div strong {
  font-family: 'Alright_Bold' !important;
}
.getting-started-longer {
  display: flex;
  flex-direction: row;
  background-color: #f5f5f8;
  max-width: 660px;
  margin: 0 auto;
  align-items: center;
  border-radius: 8px;
}
.getting-started-longer img {
  width: 88px;
  height: 92px;
  margin-left: 24px;
}
.getting-started-longer h5 {
  margin-bottom: 0px !important;
  padding: 14px !important;
  line-height: 23px !important;
}

.graphic-div .graphic-text {
  font-size: 16px;
  font-family: 'Alright_Regular';
  color: #170f5e;
  justify-content: right;
  padding-right: 50px;
  line-height: 24px;
}
.graphic-div .graphic-cal {
  border-radius: 10px;
  background-color: #DADAE6;
  padding:  21px 33px;
}
.graphic-div .graphic-cal img {
  height: 100%;
  max-height: 88px;
}
.graphic-div .graphic-cal span {
  padding-left: 25px;
  font-family: 'Alright_Bold' !important;
  line-height: 18px;

}
.mt-2r {
  margin-top: 2rem;
}

/* Media Queries - Start */

@media only screen and (max-width: 1023px) {
  .graphic-div {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .graphic-div .graphic-cal img {
    max-height: 118px;
  }
  .gettingStarted .minusPlusContainer {
    transform: unset;
    top: 8px;
  }
  .getting-started-longer h5,
  .accordionSection .getting-started-longer .bodyCopy {
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .getting-started-longer img {
    width: 75px;
    height: 79px;
    margin-left: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .graphic-div div {
    flex-basis: 100%; 
  }
  .graphic-div .graphic-text {
    justify-content: left;
    font-size: 18px;
    margin-bottom: 32px;
  }
  .graphic-div .graphic-cal {
    padding:  21px 14px;
    min-height: 160px;
  }
  .graphic-div .graphic-cal span {
    font-size: 12px;
    line-height: 14px;
    padding-left: 15px;
  }
  .graphic-div .graphic-text {
    padding-right: 0px;
  }

}
@media only screen and (max-width: 575px) {
  .accordionImageContainer {
      width: 89%;
      text-align: left;
     
  }
    .accordionImageContainer img {
      max-width: 100px;
    }
    .gettingStarted #study1,
    .gettingStarted #study2,
    .gettingStarted #study3 {
      padding: 22px 20px;
    }
}

/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------*/



 


.toggle-btn .btn {
  display: flex;
  flex-flow: row;
  margin: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.toggle-btn p {
  color: white !important;
  text-decoration: underline;
  margin-right: 0.5rem;
  margin-bottom: 0;
  font-size: 18px;
}
.toggle-btn img {
  width: 23.4px;
  height: 23.4px;
}

.show-btn-container {
  background-image: linear-gradient(to right, #170f5e 90%, #3b3479);
  width: 150px;

}

.collapse-btn-container {
  margin-top: -25px;
}

  .collapse-btn-container .btn {
    justify-content: right !important;
  }
  .collapse-btn-container img{
    transform: rotate(180deg);
  }

.expanded-banner-container {
  background-image: linear-gradient(91deg, #170f5e 52%, #3b3479 100%);
  color: white;
  padding: 2rem 2rem 1rem;
  border-bottom: 10px solid #cfa644;
  font-size: 21px;
}
.expanded-banner-container .banner-width {
  max-width: 1248px;
  margin: 0 auto;
}
  .expanded-banner-container .new-btn-white {
   margin-top: 2rem;
  }

#collapseNowApprovedBanner {
  height: 100%;
}

/*hide while expanded*/

.expanded .visible-banner-text p,
.expanded .visible-banner-content .new-btn-white,
.expanded .show-btn-container{
  display: none;
}

.expanded .visible-banner-text h2 {
  margin-bottom: 0;
  font-size: 37px;
  margin-left: 1rem;
}
.two-col-card { 
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}

.two-col-card .col-card { 
  flex-basis: 48%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background-color: #fff;
}

.two-col-card .col-card .card-title { 
  height: 70px;
  background-color: #e6e5ee;
  color: #170f5e;
  font-size: 20px;
  font-family: "Alright_Bold";
  line-height: 70px;
  margin-bottom: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-left: 20px;
}
.two-col-card .col-card .card-title.yellow { 
  background-color: rgba(235, 201, 113, 0.55);
}
.two-col-card .col-card strong {
  font-family: "Alright_Bold" !important;
  font-weight: 400;
}

.two-col-card .col-card .card-body { 
  background-color: #fff;
  font-size: 16px;
  color: #333333;
  font-family: "Alright_Regular";
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.two-col-card .col-card .card-body a {
  text-decoration: underline !important;
  color: #170f5e;
}



/* Media Queries - Start */
/*----------Any Screen larger than or equal to 1200px----------*/
@media (min-width: 1200px) {
}

@media(max-width: 1620px) {
  .visible-banner-content {
    margin: auto 4rem auto 1rem;
    margin-left: 41px;
  }
}

/*screens 768px and less - tablet  */
@media(max-width: 999px) {

  .visible-banner-container {
    display: flex;
    flex-flow: column;
    justify-content: start;
    height: fit-content;
    padding: 1rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .visible-banner-content {
    flex-flow: column;
    margin: 0;
  }

    .visible-banner-content .new-btn-white {
      margin-top: 1rem;
    }

  .visible-banner-text p {
    max-width: none;
  }

  .show-btn-container {
    background: none;
    width: 100%;
    margin-top: -41px;
  }

    .show-btn-container .btn {
      justify-content: right;
    }

      .show-btn-container .btn p {
        color: #170f5e !important;
      }

  .expanded .visible-banner-text h2 {
    font-size: 21px;
    margin-left: 0;
  }

  .expanded-banner-container {
    font-size: 16px;
    padding: 1rem;
  }

  .collapse-btn-container {
    margin-top: -41px;
  }
  .two-col-card { 
    flex-direction: column;
    align-items: center;
  }
  
  .two-col-card .col-card { 
    margin-bottom: 24px;
    flex-basis: 100%;
  }
  .two-col-card .col-card:not(:first-child) { 
    margin-bottom: 0px !important;
  }
  
  .two-col-card .col-card .card-title { 
    background-color: #e6e5ee;
    color: #170f5e;
    font-size: 20px;
    font-family: "Alright_Bold";
    line-height: 70px;
    margin-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 20px;
  }
  .two-col-card .col-card strong {
    font-family: "Alright_Bold" !important;
    font-weight: 400;
  }
  
  .two-col-card .col-card .card-body { 
    background-color: #fff;
    font-size: 16px;
    color: #333333;
    font-family: "Alright_Regular";
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 100%;
  }
  .two-col-card .col-card .card-body a {
    text-decoration: underline !important;
    color: #170f5e;
  }
}


/*screens 768px and less - tablet  */
@media(max-width: 768px) {
  
}

/*screens 768px and larger - desktop */
@media (min-width: 769px) {
  
}

/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/




.playlist-item {
  position:relative;
}

  .playlist-item div {
    position: relative;
    cursor: pointer;
  }

#video-holder{
    overflow-y:auto;
    max-width: 500px;
    margin: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    
}

#video-holder div:first-of-type{
    margin-top: 0;
}

#top-video-ipad {
  height: fit-content;
  transition: 2s all ease;
}

.gradient-container {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(238, 237, 246, 0) 90%, rgba(23, 15, 94, 0.2) 100%);
  height: 200px;
  position: sticky;
  bottom: 0;
  margin-top: -200px;
  pointer-events: none;
}

.video-text-side {
  font-size: 18px;
  color: #170f5e;
  font-family: 'Alright_Bold';
  line-height: 25px;
  padding: 20px 20px 30px;
  background-color: white;
  margin-bottom: 0;
}

.timestamp {
  font-size: 16px;
  font-family: 'Alright_Regular';
  position: relative;
  top: 10px;
  color: #333333;
}

.playlist-banner {
  background-color: #170f5e;
  padding: 14px 24px;
  margin: 1rem 0 1rem 0;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  
}

  

  .playlist-banner .banner-subtitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    margin-bottom: 10px;
  }

  .playlist-banner .banner-title {
    font-size: 25px;
    font-family: 'Alright_Bold';
    line-height: 30px;
    color: white;
    margin-bottom: 0px;
  }

.now-playing .thumbnail, .currently-viewing .thumbnail {
  border-bottom: 4px solid #ebc971;
}

.now-playing .thumbnail::after {
  content: 'Now Playing';
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  text-align: center;
  padding-top: 25%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Alright_Regular';
}

.currently-viewing .thumbnail::after {
  content: 'Currently Viewing';
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  text-align: center;
  padding-top: 25%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Alright_Regular';
}
.amp-default-skin .vjs-controls-enabled .vjs-big-play-button {
  display: none !important;
}


/*-------------------------------------------------------------------------------------------------------------------*/


/* Media Queries - Start */

@media(max-width: 768px) {
  #vid-container {
    margin-top: 0;
  }
}


@media (max-width: 545px) {
 

  .related-topics-header{
      padding-top: 0;
  }
}



/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/


.PDFHeader {
    color: #170f5e;
    font-size: 18px;
    font-family: "Alright_Bold";
    line-height: 26px;
    margin-bottom: 1rem;
}



.PDFSubHeader {
    color: #333333;
    font-size: 16px;
    font-family: "Alright_Regular";
    line-height: 26px;
}

.PDFImg{
    width: inherit;
    max-width: 117px;
}

.symptomTracker {
    max-width: 148px;
}

.sectionHeader {
    font-size: 28px;
    font-family: "Alright_Bold";
    line-height: 34px;
    color: #170f5e;
}
.inline {
    display: inline; 
}

.sectionSubHeader {
    font-size: 24px;
    font-family: "Alright_Bold";
    line-height: 34px;
    color: #170f5e;
}

.visbilityHidden{
    visibility: hidden;
}

.resourcesBodyCopyBlue {
    color: #170f5e;
    font-size: 18px;
    font-family: "Alright_Bold";
    line-height: 26px;
    margin-bottom: 0;
}

.external-link-out {
    padding-right: 9px;
    position: relative;

    height: 19px;
 
}

.resourcesBodyCopy {
    color: #333333;
    font-size: 16px;
    font-family: "Alright_Regular";
    line-height: 26px;
    margin-bottom: 0;
 
}

.linkOutContainer {
  margin-bottom: 0px;
  margin-top: 16px;
  width: 100%;
}


/*input[type="checkbox"] {*/
  
    /* For iOS < 15 to remove gradient background */
    /*background-color: #fff;*/
    /* Not removed via appearance */
    /*margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.1em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
   
}*/


/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    BORDER: 1px solid #170f5e;
    border-radius: 3px;
    width: 25px;
    background-color: #FFFFFF;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
/*    background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #170f5e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 7px;
    top: 2px;
    /* BORDER-RADIUS: 0PX; */
    width: 9px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(36deg);
}
    

/*-------------------------------------------------------------------------------------------------------------------*/
/* Media Queries - Start */
@media (max-width: 545px) {
 
    }


    @media (max-width: 768px) {
        .visbilityHidden {
            display: none;
        }
        .linkOutContainer {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    /* Media Queries - End */
    /*-------------------------------------------------------------------------------------------------------------------*/


.side-effect-container {
    display: flex;
    padding-bottom: 30px;
}
.side-effect-container img{
    width: 39px;
    height: 39px;
}

.side-effect-icons-text {
    font-family: 'Alright_Regular';
    color: #333333;
    line-height: 26px;
    font-size: 18px;
    
    padding-left: 16px;
    margin-top: auto;
    margin-bottom: auto;
}
.sideEffects .leftAlignBulletPoint {
  margin-left: 42px;
}
@media (max-width: 410px){
  #sideEffectCalloutDiv .calloutTxt {
    padding-left: 0.75rem;
  }
}

@media (max-width: 546px) {
  #sideEffectCalloutDiv .calloutTxt {
    padding-left: 1.5rem;
    display: table-cell;
    vertical-align:  middle;
  }
  .sideEffects .leftAlignBulletPoint {
    margin-left: -3px;
  }
}

@media (min-width: 992px) {
  .d-lg-block-flex {
    display: flex !important;
  }
}


/*-------------------------------------------------------------------------------------------------------------------*/


/* Media Queries - Start */



/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------*/


/* Media Queries - Start */



/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------*/


/* Media Queries - Start */



/* Media Queries - End */


/*-------------------------------------------------------------------------------------------------------------------*/

