/******NSCLC POPUP CODE SEPERATE************/
#popup-nsclc .siteexit-button span.now-appr-txt {
    font-size: 16px;
    letter-spacing: -0.25px;
}
#popup-nsclc .modal-content {
    background-color: #DFE5F1;
}

#popup-nsclc .siteexit-title h2 {
    text-align: left;
    padding-left: 0;
}

#popup-nsclc .siteexit-button>a {
    max-width: 316px;
    background-color: #FFFFFF;
    color: #333333;
    font-size: 18px;
    line-height: 22px;
    border-radius: 16px !important;
    padding: 15px 16px 15px 26px;
    text-align: left;
    box-shadow: 0px 6px 10px #00000029;
}

#popup-nsclc .modal-body {
    padding: 0;
}

#popup-nsclc p.close_icon img {
    top: -28px;
    right: 0px;
}

#popup-nsclc .siteexit-button a img {
    vertical-align: middle;
    margin-right: 16px;
}

ul.page-level-menu>li.financial-support {
        display: none;
    }
#header .fullnavigation .nav.navbar-nav li.financial-support{
	display:none;
}

@media screen and (min-width: 992px) {
	.navbar-nav li.about-nsclc,
    .navbar-nav li.about-nsclc a {
        width: 136px;
	}
	.navbar-nav li.about,
    .navbar-nav li.about a {
        width: 82px;
        padding: 0 0 0 22px;
	}
    .navbar-nav li.starting-imfinzi,
    .navbar-nav li.starting-imfinzi a {
        width: 90px;
        padding: 0 0 0 23px;
	}
    .navbar-nav li.financial-assistance,
    .navbar-nav li.financial-assistance a {
        width: 110px;
        padding: 0 0 0 22px;
    }

    .navbar-nav li.resources,
    .navbar-nav li.resources a {
        width: 117px;
        margin: 0 21px 0 0 !important;
	}

	.navbar-nav li.resources .glyphicon-chevron-down:before{
		left: 3px;
	}
	/*#popup-nsclc .siteexit-button>a {
        font-size: 22px;
    }*/
    /*.navbar li.resources.submenu ul{height: 185px!important;}*/
    #header .fullheader>.list-inline>li:last-child {
        padding: 0;
    }
    /*.navbar li.resources.submenu ul{height: 200px !important;}*/
    #popup-nsclc .siteexit-button>a:focus {
        border: none;
    }
	#popup-nsclc .modal-dialog {
        max-width: 746px;
    }
    #popup-nsclc .modal-content {
        max-width: 746px;
        width: 746px;
        height: 267px;
        padding: 50px 40px;
    }
    #popup-nsclc .siteexit-button>a.stage3-btn {
        margin-right: 30px;
    }
    #popup-nsclc .siteexit-button a {
        margin-top: 30px;
    }
    #popup-nsclc .siteexit-button span.now-appr-txt {
        right: 20px;
        padding: 9px 18px;
    }
}


@media screen and (max-width: 991px) {
	 #popup-nsclc p.close_icon img {
        top: 0px;
        right: 0px;
    }
    #popup-nsclc .siteexit-button>a {
        margin-bottom: 12px;
        max-width: 100%;
    }
    #popup-nsclc .modal-content{
        height: auto;
    }
    #popup-nsclc .modal-dialog {
        margin-right: auto;
        margin-left: auto;
    }
    #popup-nsclc .siteexit-button{
        margin-bottom: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
    #popup-nsclc p.close_icon img {
        top: -22px;
        right: -2px;
    }
    #popup-nsclc .siteexit-button>a {
        margin-bottom: 32px;
        display: flex;
        align-items: center;                 
    } 
}

/*******NSCLC POPUP CODE SEPERATE ENDS***********/


/*#empoverlay .mask {
    height: 1000rem !important;
}*/
@-webkit-keyframes slide-down {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 1;
        -moz-transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

#footer .footer ul li a {
    text-decoration: none;
}

a span.subtext1.ISI_head,
a.indicationTop {
    text-decoration: none;
    font-family: "Filson Pro", sans-serif !important;
}

div#sitemap p,
div#sitemap li {
    font-size: 18px;
    line-height: 22px;
    color: #333;
}
p.fda-text.carcinoma_desktop_only.mt-15 span.underline a{
	/*color:#EB0000!important;*/
}
p.fda-text.carcinoma_desktop_only.mt-15 span.underline a:hover{
	color:#6D0020!important;
}
.isi .ISI-content .isi-remained .pd0 li::marker {
    font-size: 13px;
}
ul.isi-list li:nth-child(4), ul.isi-list li:last-child {
    position: relative;
}
ul.isi-list li:nth-child(4)::after {
    content: 'FPO';
    color: #F307F8;
    font-weight: 700;
    font-size: 63px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-family: monospace;
    top: 10px;
    display:none;
}
ul.isi-list li:last-child::after {
    content: 'FPO';
    color: #F307F8;
    font-weight: 700;
    font-size: 63px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-family: monospace;
     display:none;
}


.fixed-header {
   /* position: fixed;
    background: #fff;
    z-index: 10;
    box-shadow: 0 2px 5px #666;
    -webkit-animation: slide-down 0.2s ease-out;
    -moz-animation: slide-down 0.2s ease-out;*/
}

.navbar.navbar-default {
    /*max-width: 1440px;
    padding: 7px 154.357px 5px 153.643px;
    width: 100%;
    float: right;*/

    background: transparent;
    max-width: 1132px;
    width: 100%;
    float: none;
    padding: 0;
}
.bile-duct-cancer-gallbladder-cancer .navbar.navbar-default {
                background: transparent;
                max-width: 1132px;
                width: 100%;
                float: none;
                padding: 0;
}

.navbar-default .navbar-nav>li.active {
  /* background-color: #ECFDFF;*/
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>.active>a:hover {
    color: #193965;
    background: none;
}

.navbar-header {
    display: none;
}

.main_logo {
    float: left;
    /*margin-top: 10px;*/
}

.nav.navbar-nav {
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    margin-left: 28px;
    width: 100%;
    padding-left: 0;
    justify-content: space-around;
}

.navbar-nav>li {
    width: auto;
    margin: 0 5px -30px 5px !important;
    height: 48px;
}

.navbar-nav>li>a {
    width: 100%;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.navbar-nav li.about-btcs,
.navbar-nav li.about-btcs a {
    width: 205px;
}





li.about-btcs a:after {
    display: none;
}

ul.dropdown-menu.multi-level.show-focus {
    display: block;
}

ul.dropdown-menu.multi-level,
.fullnavigation .navbar-nav .open .dropdown-menu.multi-level {
    width: 415px;
    min-height: 142px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    /*padding: 15px 23px;*/
    padding: 0;
}

li.treatment ul.dropdown-menu.multi-level {
    min-height: 128px;
    padding-top: 16px;
}

.dropdown-menu.multi-level>li {
    display: block;
    max-width: 50%;
    clear: both;
    white-space: normal;
    width: 100%;
    margin: 0;
    padding: 0;
    /* height: 100%; */
}

.dropdown-menu.multi-level>li.brochure {
 	position: absolute;
    right: 0;
    height: 100%;
    background: #6D0020;
    border-radius: 0;
    color: #fff;
    bottom: 0;
    padding: 16px 24px !important;
	width: 50.611%;
	max-width: 50.611%;
}

li.about-imfinzi li.brochure{
    padding-left: 16px !important;
}

li.resources li.brochure>a {
    padding-top: 20px !important;
}

.dropdown-menu>li>a {
    font: 15px/normal din-2014, sans-serif;
    letter-spacing: 0px;
    color: #4B4B4B;
    white-space: normal;
}

li.brochure a {
    color: #fff;
    text-align: center;
    line-height: 18px !important;
}

li.brochure span {
    display: block;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu>li.brochure>a:focus,
.dropdown-menu>li.brochure>a:hover {
    color: #fff;
}

.fa-book:before {
    content: "";
    width: 100%;
    display: block;
    clear: both;
    font-size: 45px;
    position: relative;
    top: 0;
    /*background: url(/content/dam/website-services/us/498-rwd-imfinzi-com/cholangiocarcinoma-gallbladder-cancer/global/icon-brouchere.svg) no-repeat;*/
    background: url(/content/dam/website-services/us/498-rwd-imfinzi-com/make-space-s3-nsclc/global/btc-patient-guide.png) no-repeat;
	background-size: 40px;
    height: 40px;
    width: 40px;
}

.glyphicon-chevron-down:before {
    color: #00A594;
    content: '';
    border: solid #6D0120;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    position: relative;
    color: #6D0120;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
	left: 24px;
    top: -6px;
}

.treatment.submenu .glyphicon-chevron-down:before {
	left: 20px;
}

.glyphicon-chevron-down:second-child:before {
	left: 20px;
}

.navbar-collapse .navbar-nav>li>span {
    background-color: transparent;
    width: 100%;
    display: block;
    text-align: right;
    cursor: pointer;
    top: 15px;
    position: absolute;
    right: 15px;
    z-index: 99;
}

/*ul.nav.navbar-nav span.glyphicon.glyphicon-chevron-down.dropdown-toggle {
    width: 15%;
}*/

@media (min-width: 48em) {
    .navbar-nav>li {
        margin: 0;
        min-width: unset !important;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
        height: 0!important;
        padding-bottom: 0;
        overflow: hidden!important;
    }

}


/*Mobile styles starts*/

@media screen and (max-width: 991px) {
    /*.fullheader ul.list-inline li:nth-of-type(5){
		width: 124px;
     }
    .navbar-collapse .navbar-nav>li>span {
        height: 50px;
    }*/
    .fixed-header ul.list-inline.show-utility {
       /* display: block !important;*/
    }
    ul.invisible-indication li a {
        display: flex;
    }
    ul.invisible-indication li a .drop-link-img img {
        width: 32px;
        height: 32px;
    }
    ul.invisible-indication span.drop-link-cont {
        padding-left: 10px;
    }
    .navbar-nav>li.open>span::before {
       /* content: "\e113";
        top: -4px;*/
    }
    /*.fixed-header .header-iparsys .navbar-collapse.collapse.in{
    	top: 104px;
    } */
    .cloned-signup {
        margin-top: -88px !important;
    }
    /* .signup-sticky {
        position: fixed;
        width: 100%;
        top: 108px;
        z-index: 9;
        -webkit-animation: slide-down 0.5s ease-out;
    } */
    .navbar-collapse.collapse.in .signup-sticky {
        position: relative;
        width: 100%;
        top: 0;
    }
    /*.fixed-header .header-iparsys .navbar .navbar-collapse.collapse.in{
  top: 108px !important;
} */
    /*.Sticky_ISI {
        box-shadow: 0px -2px 24px rgb(0 0 0 / 50%);
    }*/
    #footer .footer ul li a,
    #footer .footer p:nth-child(2),
    #footer .footer p:nth-child(3),
    #footer .footer p:nth-child(4) {
        padding-left: 0px;
    }
	#footer .footer ul li a {
        text-decoration: underline;
    }
    .main_logo img {
        margin-top: 10px;
    }
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
      /*  color: #FFFFFF;*/
    }
    ul.default-indication li {
        color: #333333;
        font-weight: 700;
    }
    .navbar-toggle .icon-bar {
        border-radius: 6px;
    }
    .fullheader ul.list-inline {
        display: flex !important;
        padding: 8px 15px 6px;
        background: #E1E1E1;
        margin-bottom: 0;
        margin-left: 0;
        text-align: center;
    	justify-content: space-between;
    	justify-content: center;
    }
    #header.container {
        padding-bottom: 5px;
    }
    ul.invisible-indication li {
        padding: 10px 16px 10px;
    }
    .navbar-default .navbar-nav>li>a {
        line-height: 22px;
    }
    /*.mobile-sign-up-container {
        padding: 6px 0;
    }*/
    .fixed-body {
        overflow: hidden;
    }
    .navbar-header {
        display: block;
    }
    .header-dropdown {
        display: none;
    }
    .nav.navbar-nav {
        display: block;
        margin: 0;
        padding: 0;
        max-width: 100%;
        height: 110vh;
    }
    .navbar-collapse {
        position: absolute;
        top: 192.5px;
        z-index: 1000;
        background: #E1ABA2;
        width: 100%;
        height: 100vh;
        left: 15px;
        padding: 0;
    }
    .logos {
        float: left;
    }
    /*.bile-duct-cancer-gallbladder-cancer .navbar.navbar-default {
        position: initial;
        width: auto;
        float: right;
        padding: 0 15px;
    }*/

 	.navbar.navbar-default {
        position: initial;
        width: auto;
        float: right;
        padding: 0 15px;
    }
    .dropdown-menu.multi-level>li.brochure {
        display: none;
    }
    button.navbar-toggle:before {
        content: "MENU";
        color: #fff;
        float: left;
        position: absolute;
        left: 12px;
        top: 15px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 14px;
        letter-spacing: -0.183px;
        text-transform: uppercase;
    }
    .navbar-default button.navbar-toggle {
        /*padding-left: 49px;
        padding: 12px 9px 14px;
        padding-left: 55px;
        background: none !important;
        border: 1px solid #A8A8A8;
        width: 83px;
        height: 40px;
        border-radius: 6px;*/
        padding: 0 0 0 65px;
        background-color: #6D0020 !important;
    	background-image: url('/content/dam/website-services/us/498-rwd-imfinzi-com/cholangiocarcinoma-gallbladder-cancer/global/hamburger-icon.png');
        border-radius: 0;
        width: 91px;
        height: 40px;
        border: none;
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: right 10px center;
    }
	.navbar-default button.navbar-toggle.active{
		background-image: url('/content/dam/website-services/us/498-rwd-imfinzi-com/cholangiocarcinoma-gallbladder-cancer/global/hamburger-close.png');
	}
    .navbar-default .navbar-toggle .icon-bar {
        width: 15px;
        background-color: #fff;
        float: left;
        display: table;
        clear: both;
        margin-top: -3px;
    	display: none;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 3px;
    }
    .navbar-default button.navbar-toggle.active span.icon-bar:nth-child(2) {
        top: 3px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        position: relative;
        height: 1.5px;
    }
    .navbar-default button.navbar-toggle.active span.icon-bar:nth-child(4) {
        top: -2px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        position: relative;
        height: 1.5px;
    }
    .navbar-default button.navbar-toggle.active span.icon-bar:nth-child(3) {
        display: none;
    }
    .navbar-default .navbar-collapse {
        padding: 0;
        margin: -99px -15px;
        /*margin: 0px -15px;*/

    }
    .navbar-default .navbar-nav>li>a,
    .navbar-nav li.about-btcs a {
        width: 100%;
        padding: 16px 0 16px 16px;
        color: #333;
        font-size: 16px;
        font-weight: 700;
    	line-height: 18px;
    	font-family: "Filson Pro", sans-serif;
    	float: none;
    }
    .navbar-nav li.about-btcs a {
        /*padding-top: 10px;*/
    }
    .fullnavigation .navbar li:hover ul {
        display: none;
    }
    .navbar-nav .open .dropdown-menu.multi-level {
        display: block;
    }
    .navbar-nav>li {
        width: 100% !important;
    	border-bottom: 1px solid #FFF;
    	/*background-color: #ECFDFF;
        min-height: 64px;*/
        height: auto;
        clear: both;
        line-height: 20px;
        margin: 0 !important;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        background: none;
        color: #333;
    }
    ul.dropdown-menu li:nth-child(1) {
        background: none;
    }
    .navbar-nav .open .dropdown-menu li.brochure {
        display: none;
    }
    .navbar-nav .open .dropdown-menu li {
        width: 100%;
        max-width: none;
    }
    .navbar-nav .open .dropdown-menu li a {
        color: #fff;
        padding: 0 !important;
        padding-bottom: 16px !important;
        font-size: 18px;
        font-family: "Filson Pro", sans-serif;
        text-transform: none;
    }
    .navbar-nav>li.open {
        border-bottom: 0;
    }
    .navbar-nav .open .dropdown-menu li {
        width: 100%;
        max-width: none;
        border-top: 0px solid #00A594;
    }

    .dropdown-menu.multi-level > li {
        padding: 0 !important;
    }
    ul.dropdown-menu li:nth-child(1) {
        padding: 0 !important
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
        padding: 0 !important;
        padding-bottom: 16px !important;
    	font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    /*.navbar-default .navbar-nav .open .dropdown-menu>li:nth-last-child(-2n+3)>a {
        padding-bottom: 0 !important;
    }*/
    .navbar-collapse.collapse.in {
        display: block!important;
        height: 100vh !important;
        padding-bottom: 200px;
        overflow: scroll !important;
    }
    .navbar-collapse.navbar-bot-sp { padding-bottom: 200px; }
	.navbar-collapse .navbar-nav>li>span.glyphicon {
        top: 0px;
        right: 4px;
        width: 100%;
        height: 50px;
    }

	.navbar-default .navbar-nav>li .glyphicon-chevron-down:before {
        color: #6D0020;
        font-size: 20px;
        display: inline-block;
        border-right: 3px solid #6D0020;
        border-bottom: 3px solid #6D0020;
        width: 13px;
        height: 13px;
        content: '';
        transform: rotate(45deg);
        left: -16px;
        top: 2px;
    }
	/*.navbar-default .navbar-nav>li.about-imfinzi .glyphicon-chevron-down:before {
        top: -7px;
    }*/

	.navbar-default .navbar-nav>li.open .glyphicon-chevron-down:before, 
	.navbar-default .navbar-nav>li.open.about-imfinzi .glyphicon-chevron-down:before {
    	top: 9px;
		transform: rotate(225deg);
	}
    .navbar-nav>li.open .glyphicon-chevron-down {
        /*transform: rotate(180deg);*/
        top: 18px;
    }
    ul.dropdown-menu.multi-level,
    .fullnavigation .navbar-nav .open .dropdown-menu.multi-level {
        width: 100%;
        min-height: auto;
        box-shadow: none;
        border-radius: 0;
		padding: 0 35px 0 30px;
        margin: 0;
        background: none;
        position: static;
        border: 0 none;
        border-bottom: 1px solid #FFF;
    	background-color: #E1ABA2;
    }
    .navbar-collapse .header-dropdown {
        display: block;
        clear: both;
        overflow: hidden;
        height: 80vh;
    }
    .navbar-nav>li {
        margin: 0;
    }
    ul.default-indication {
        padding-left: 11px;
        padding-right: 80px;
        position: relative;
        clear: both;
        /* overflow: hidden;
        border-radius: 8px;
        height: 40px; */
        background: #FFFFFF 0% 0% no-repeat padding-box;
        max-width: 358px;
        margin: 15px auto 0;
        top: 0;
        right: 0;
    }
    ul.invisible-indication li {
        max-width: 375px;
        margin: 0 auto;
    }

	/*ul.invisible-indication li:nth-child(5):before {
        content: '[';
        position: absolute;
        font-family: "Filson Pro";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: #F307F8;
        left: 0;
        top: 0;
    }
    
    ul.invisible-indication li:nth-child(5):after {
        content: ']';
        position: absolute;
        font-family: "Filson Pro";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: #F307F8;
        right: 5px;
        top: 0;
    } /*
    ul.default-indication::before {
      /*  content: "Change";
        font-weight: 500;
        line-height: 20px;
    	letter-spacing: -0.42px;
    	text-transform: uppercase;
    	background-color: #091B34;
        padding: 8px;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 8px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 30px;
        font-size: 14px;
        color: #fff;*/
    
    .navbar-default .navbar-nav>li.active>a,
    .navbar-default .navbar-nav>.active>a:hover {
        text-decoration: none;
    }
    ul.default-indication.arrow-down::before {
      /*  transform: rotate(180deg);*/
    }
    ul.page-level-menu {
        display: none !important;
    }
    .navbar-default .navbar-nav>li.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        /*color: #333;*/
        background: none;
    	text-decoration: underline;
        color: #6D0020;
    }

	/******NSCLC popup*****/
    #popup-nsclc .siteexit-button span.now-appr-txt {
        display: block;
    }
    #popup-nsclc .siteexit-button>a {
        padding: 16px;
        max-width: 100%;
    }
  /* #popup-nsclc .siteexit-button a.stage2a-btn:after{
    content: '[';
    display: block;
    position: absolute;
    color: #FF00E6;
    top: 28px;
    left: 6px;
    font-size: 33px;
    transform: scale(1.5);
    }

    #popup-nsclc .siteexit-button a.stage2a-btn:before {
        content: ']';
        display: block;
        position: absolute;
        color: #FF00E6;
        top: 28px;
        left: 66px;
        font-size: 33px;
        transform: scale(1.5);
    }
    #popup-nsclc .siteexit-button span.now-appr-txt:before{
		content:'[';
        display:block;
        position:absolute;
        color: #FF00E6;
        top: 7px;
        left: -13px;
        font-size: 17px;
        transform: scale(2);
    }
	#popup-nsclc .siteexit-button span.now-appr-txt:after{
        content:']';
        display:block;
        position:absolute;
        color: #FF00E6;
        top: 6px;
        right: -13px;
        font-size: 17px;
        transform: scale(2);
    } */


 /******NSCLC popup*****/
	.bile-duct-cancer-gallbladder-cancer .navbar.navbar-default .navbar-header {
		margin: 0;
	}

}

@media (min-width: 992px) {

	#header .fullnavigation .nav.navbar-nav li {
        margin: 0 !important;
        min-width: auto !important;
       /* height: 100%;*/
        display: flex;
        align-items: center;
    }
    /*#header .fullnavigation .nav.navbar-nav li.resources {
        width: 95px;
        margin: 0 21px 0 0 !important;
    }*/

	.navbar-default .navbar-nav>li>a {
        color: #333333;
    	font-family: "Filson Pro", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        padding: 0;
        background-image: linear-gradient(#7E1F3A 0 0), linear-gradient(#7E1F3A 0 0);
        background-position: left 16px, left bottom;
        background-size: 0% 2px;
        background-repeat: no-repeat;
        transition: background-size 0.5s;
    }

	.navbar-default .navbar-nav>li.home:focus>a, .navbar-default .navbar-nav>li.home:hover>a {
        color: #6D0020;
        background-size: 65% 0.1em, 94% 0.12em;
        text-decoration: none;
    }

	.navbar-default .navbar-nav>li.about-nsclc:focus>a, .navbar-default .navbar-nav>li.about-nsclc:hover>a {
        color: #6D0020;
        background-size: 98% 0.1em, 91% 0.12em;
        text-decoration: none;
    }
	.navbar-default .navbar-nav>li.about:focus>a, .navbar-default .navbar-nav>li.about:hover>a {
        color: #6D0020;
        background-size: 82% 0.1em, 100% 0.12em;
        text-decoration: none;
    }
    .navbar-default .navbar-nav>li.starting-imfinzi:focus>a, .navbar-default .navbar-nav>li.starting-imfinzi:hover>a {
        color: #6D0020;
        background-size: 98% 0.1em, 94% 0.12em;
        text-decoration: none;
    }

	/*.navbar-default .navbar-nav>li.about-imfinzi:focus>a, .navbar-default .navbar-nav>li.about-imfinzi:hover>a {
        color: #6D0020;
        background-size: 65% 0.1em, 100% 0.12em;
        text-decoration: none;
    }*/

	.navbar-default .navbar-nav>li.about-btcs:focus>a, .navbar-default .navbar-nav>li.about-btcs:hover>a {
        color: #6D0020;
        background-size: 90% 0.1em, 92% 0.12em;
        text-decoration: none;
    }

	.navbar-default .navbar-nav>li.treatment:focus>a, .navbar-default .navbar-nav>li.treatment:hover>a {
        color: #6D0020;
        background-size: 73% 0.1em, 96% 0.12em;
        text-decoration: none;
    }

	.navbar-default .navbar-nav>li.financial-assistance:focus>a, .navbar-default .navbar-nav>li.financial-assistance:hover>a {
    	color: #6D0020;
        background-size: 81% 0.1em, 95% 0.12em;
        text-decoration: none;
	}

	.navbar-default .navbar-nav>li.resources:focus>a, .navbar-default .navbar-nav>li.resources:hover>a {
    	color: #6D0020;
        background-size: 65% 0.1em, 100% 0.12em;
        text-decoration: none;
	}

	#header .fullnavigation .navbar-nav>li>a {
        width: 100%;
    }

	.navbar-default .navbar-nav>.active>a {
    	color: #6D0020;
    	text-decoration: underline !important;
	}

	.navbar-default .navbar-nav>li.about-imfinzi .glyphicon-chevron-down:before{
        top: -14px;
    }
    .navbar-default .navbar-nav>li:hover .glyphicon-chevron-down:before {
        transform: rotate(225deg);
        top: 0px;
    }
    .navbar-default .navbar-nav>li.about-imfinzi:hover .glyphicon-chevron-down:before{
        top: -8px;
    }

    .navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
        border: none;
        padding: 0;
        height: 48px !important;
    }
	#header .fullheader:after, 
	#header .fullheader:before,
	#header .fullheader .list-inline:before,
	#header .fullheader .list-inline:after,
	#header .fullheader .logos:after, #header .fullheader .logos:before {
        display: table;
        content: '';
        clear: both;
    }
	#header.container {
		height: 132px !important;
        padding: 0;
        background-color: #FFF;
        height: auto !important;
	}
	#header .fullnavigation .nav.navbar-nav {
        display: flex;
        justify-content: space-between;
        float: none;
        align-items: center;
        height: 48px;
		margin: 0;
        width: 100%;
        max-width: 100%;
    }
	#header .fullheader .logos {
        background: #FFF;
        max-width: 100%;
    }
    #header .fullnavigation {
        background: #F2F2F2;
        max-width: 100%;
    }
    #header .main_logo {
        margin: 12px auto;
        max-width: 1132px;
        width: 100%;
        position: relative;
        float: none;
    }
	#header .fullnavigation .nav.navbar-nav li.home {
        width: 50px;
    }
	.fixed-header ul.page-level-menu.nav {
    	/*top: 178px;*/
	}
     .navbar-nav li.brochure span{
		text-align: left;
        color: #fff;
     }        
    .fullnavigation li .nav-download2 {
        margin: 32px 0 0;
    }
    /*.fullnavigation ul.nav.navbar-nav li.about-imfinzi li.what-is-imfinzi a {
        padding-top: 12px !important;
    }*/
    li.treatment li.brochure {
        padding: 15px 10px 10px 10px!important;
    }
    li.about-imfinzi ul.dropdown-menu.multi-level {
        /*height: 150px;*/
    }
    li.treatment ul.dropdown-menu.multi-level {
        height: 150px;
    }
    li.resources ul.dropdown-menu.multi-level {
        height: 223px;
    }
    .dropdown-menu>li>a {
        line-height: 120% !important;
        padding: 0.4em !important;
        padding-left: 20px !important;
    }
    .nav-download2 {
        background: #fff;
        padding: 13px 30px 13px 12px;
        width: 135px;
        margin: 10px auto;
        border-radius: 8px;
        position: relative;
    }
    /*.nav-download2>a::after {
        content: " ";
        width: 10px;
        height: 10px;
        border: 3px solid #193965;
        position: absolute;
        right: 16px;
        top: 37.5%;
        transform: rotate(225deg);
        border-top: none;
        border-right: none;
    }*/
    ul.nav.navbar-nav li.about ul.dropdown-menu.multi-level {
        width: 440px;
    }
    ul.nav.navbar-nav li.starting-imfinzi ul.dropdown-menu.multi-level,
	ul.nav.navbar-nav li.about-nsclc ul.dropdown-menu.multi-level {
        width: 440px;
    }
    ul.nav.navbar-nav li ul.dropdown-menu.multi-level li {
        margin-bottom: 4px;
    }
    ul.nav.navbar-nav li.about ul.dropdown-menu.multi-level li:nth-child(3) {
        margin-bottom: 0;
    }
    ul.nav.navbar-nav li ul.dropdown-menu.multi-level li.brochure {
        margin-bottom: 0;
    	flex-direction: column;
    }
    ul.nav.navbar-nav li ul.dropdown-menu.multi-level li.brochure a.last-menu-item{
        flex-direction: row-reverse;
   		margin: 0 auto !important;
    }
    /*ul.nav.navbar-nav li.about-imfinzi ul.dropdown-menu.multi-level li a,*/
	ul.nav.navbar-nav li ul.dropdown-menu.multi-level li a{
        font-family: "Filson Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 425;
        line-height: 20px !important;
        color: #000;
    	padding: 8px 16px !important;
    	display: flex;
        flex-direction: row;
        width: 100%;
        text-align: left;
    }
	.fullnavigation li .nav-download2:active{
		transition: transform 150ms;
        transform: scale(0.95);
        transform-origin: center;
	}
    ul.nav.navbar-nav li ul.dropdown-menu.multi-level li a>span{
        font-weight:700;
        padding: 0 10px 0 0;
    }
    ul.nav.navbar-nav li ul.dropdown-menu.multi-level li a:hover, 
	ul.nav.navbar-nav li.about-imfinzi ul.dropdown-menu.multi-level li a:hover{
        color: #6D0020;
        text-decoration: underline;
        font-weight: 700;
    }
	ul.nav.navbar-nav li ul.dropdown-menu.multi-level li a.last-menu-item {
        padding: 0 !important;
    }
    #header li.taking-imfinzi a {
      /*  padding-top: 12px !important;*/
    }
    #header .header-dropdown ul.invisible-indication>li:hover:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    #sitemap.container {
        margin-top: 50px;
    	position: relative;
    }
	#sitemap.container .siteamp-iparsys.iparsys.parsys>.section:before {
		content: '';
		background: url('/content/dam/website-services/us/498-rwd-imfinzi-com/make-space-s3-nsclc/sitemap-fpo.svg') no-repeat;
		background-position: center top;
		background-size: 10%;
		width: 1000px;
		height: 2000px;
		position: absolute;
		left: 15%;
		top: 160px;
		z-index: -1;
    	display:none;
	}
    .navbar-collapse .navbar-nav>li>span {
        width: auto;
    }
    .navbar-default .navbar-nav>li.active ul.dropdown-menu.multi-level li.active {
        /*background: #abe7f4;*/
    }
    .navbar-default .navbar-nav>li.active ul.dropdown-menu.multi-level li.active>a {
    	color: #6D0020;
        text-decoration: underline;
        font-weight: 700;
    }
    .navbar-default .navbar-nav>li.active ul.dropdown-menu.multi-level li.faqs.active,
    .navbar-default .navbar-nav>li.active ul.dropdown-menu.multi-level li.what-to-ask-my-doctor.active,
    .navbar-default .navbar-nav>li.active ul.dropdown-menu.multi-level li.side-effects.active {
        border-bottom-left-radius: 10px;
    }
    li ul.dropdown-menu.multi-level {
        padding: 8px 0;
    }
    .dropdown-menu.multi-level>li>a {
        padding-left: 20px;
    }
    #header .header-dropdown ul.invisible-indication li {
        width: 420px;
        max-width: 420px;
    }

    #header .header-dropdown ul.invisible-indication li {
        width: 445px;
        max-width: 445px;
        padding: 12px 16px !important;
        text-align: left;
        list-style: none;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        color: #333333;
    }

    #footer .footer>p:nth-child(2) {
        margin-bottom: 4px;
    }
    #footer .footer ul {
        margin-bottom: 17px;
    }
    .nav-fixed {
        position: fixed !important;
        top: 82px !important;
        z-index: 9 !important;
        /*background: #006666 !important;  */
        /*-webkit-animation: slide-down 0.9s ease-out;
  -moz-animation: slide-down 0.9s ease-out;*/
    }
    .dropdown-menu>li>a {
        padding-bottom: 4px !important;
    }
    .navbar-nav>li>.dropdown-menu {
        margin-top: 0;
    	left: 21px;
        top: 100%;
    }
	body.stage-3-nsclc.make-space-s3-nsclc .navbar-nav>li>.dropdown-menu{
        top: 104%;
    }
	.navbar-nav>li.about-nsclc>.dropdown-menu {
    	left: 0;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    li.resources ul.dropdown-menu.multi-level {
        left: auto;
       /* right: -23px;*/
    	right:-48px;
        height: 165px;
        width: 440px;
    }
    .navbar-nav li:hover ul.dropdown-menu.multi-level {
        display: block;
    }
    .navbar-default .navbar-nav>li>a {
        position: relative;
    }
    .navbar-default .navbar-nav>li>a:after {
        position: absolute;
        content: "\e114";
        color: #00A594;
        font-family: "Glyphicons Halflings";
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        right: 0;
        bottom: -2px;
        -webkit-text-stroke: 3px #fff;
        font-size: 21px;
    	content: '';
    }
	/*.nav.navbar-nav:before,
    .nav.navbar-nav:after {
        display: none;
    }*/
    #header .fullnavigation .nav.navbar-nav:before, 
	#header .fullnavigation .nav.navbar-nav:after,
	#header .fullnavigation .nav.navbar-nav>.indication-selector {
        position: absolute;
    }
    .navbar-nav>li.about-imfinzi>a:after {
        right: -16px;
    }
    .navbar-nav>li.treatment>a:after {
        right: -14px;
    }
    .navbar-nav>li.resources>a:after {
        right: -8px;
    }
    .navbar-collapse .navbar-nav>li>span {
        opacity: 1;
        width: 0;
    }
    .navbar-nav>li:last-child {
        margin-right: 0 !important;
    }
    .fullnavigation {
        max-width: 1440px;
        margin: 0 auto;
        display: block;
    }
    .mobile-only .indication-selector {
        display: none;
    }
    .navbar-collapse .header-dropdown {
        display: none;
    }
    .dropdown-menu>.active>a:hover,
    .dropdown-menu>.active>a {
        background: none;
        color: inherit;
    }
    /*Page level menu styles*/
    .banner-container,
    .bg-container,
    .banner-bg {
        position: relative;
    }
    ul.page-level-menu {
        position: absolute;
        width: 100%;
        height: 42px;
        top: 167px;
        left: 0;
        z-index: 8;
        display: block;
        /*background: transparent linear-gradient(180deg, #00666688 0%, #0F838388 100%) 0% 0% no-repeat;
        background: transparent linear-gradient(180deg, rgb(0 102 102 / 88%) 50%, rgb(15 131 131 / 88%) 100%) 0% 0% no-repeat;*/
    	background: #E0A49A;
        text-align: center;
    }
    ul.page-level-menu>li {
        display: inline-block;
    }
    ul.page-level-menu>li a {
        color: #333;
        font-weight: 700;
        line-height: 18px;
        display: inline-block;
        /*margin-right: 6px;
        padding: 12px 16px 13px 19px;*/
    	padding: 12px 21.2px;
        font-size: 16px;
		margin: 0 3px;
    }
    ul.page-level-menu>li.active a {
        font-weight: 700;
    }
    ul.page-level-menu>li a:hover,
    ul.page-level-menu>li.active a {
        color: #FFF;
        /*background: #82CCDD;
          font-weight: 800;    */
    	background-color: #AC182E;
    }
    .page-level-menu .preparing-for-infusions {
        overflow: unset;
    }
    .page-level-menu li.brochure {
        display: none;
    }
    ul.dropdown-menu li a:hover {
        color: #193965;
    	font-weight: 700;
    }


	/******NSCLC popup*****/
	#popup-nsclc .siteexit-button span.now-appr-txt {

    display: block;
}
	#popup-nsclc p.close_icon img {
    top: -10px;
    right: 0px;
	}
     #popup-nsclc .modal-content {
    /* max-width: 791px!important;
    width: 791px!important;
    height: 304px!important;
    padding: 32px 36px!important; */

    width: 540px !important;
    height: 440px !important;
    padding: 32px 36px !important;
	}
	#popup-nsclc .siteexit-title {
    	margin-bottom: 36px;
	}
	#popup-nsclc .siteexit-button a {
    margin-top: 16px;
	}
	#popup-nsclc .siteexit-button>a.stage3-btn {
    margin-right: 0px;
	}
	#popup-nsclc .siteexit-button a {
    /* margin-top: 16px;
    max-width: 349px;
    padding: 16px; */

    margin-top: 16px;
    max-width: 572px;
    padding: 16px;
    min-height: 73px;
	}
	#popup-nsclc .modal-dialog {
    /* max-width: 791px!important; */

    max-width: 550px !important;
    width: 550px !important;
    height: 440px !important;
   /*  padding: 32px 36px !important; */
        margin-top: 7em;
        
	}
	#popup-nsclc .siteexit-button a.stage2a-btn {
    margin-right: 17px;
	}
	/* #popup-nsclc .siteexit-button a.stage2a-btn:after{
        content: '[';
        display: block;
        position: absolute;
        color: #FF00E6;
        top: 28px;
        left: 6px;
        font-size: 33px;
        transform: scale(1.5);
    }
	 #popup-nsclc .siteexit-button a.stage2a-btn:before {
        content: ']';
        display: block;
        position: absolute;
        color: #FF00E6;
        top: 28px;
        left: 66px;
        font-size: 33px;
        transform: scale(1.5);
    } */
	#popup-nsclc .siteexit-button a.stage4-btn {
    float: left;
	}
	#popup-nsclc .rich-text.text.parbase.section {
    overflow: visible;
	}
	/* #popup-nsclc .siteexit-button span.now-appr-txt:before{
		content:'[';
        display:block;
        position:absolute;
        color: #FF00E6;
        top: 12px;
        left: -13px;
        font-size: 21px;
        transform: scale(2);
    }
	#popup-nsclc .siteexit-button span.now-appr-txt:after{
        content:']';
        display:block;
        position:absolute;
        color: #FF00E6;
        top: 10px;
        right: -13px;
        font-size: 21px;
        transform: scale(2);
    } */

	 /******NSCLC popup*****/

}

@media screen and (min-width: 992px) and (max-width: 1280px) {
    /*.navbar.navbar-default {
        left: -50px;
    }
    li.resources ul.dropdown-menu.multi-level {
        left: -114%;
    }*/
}
@media screen and (max-width: 768px) {
    .modal-content {
        height: auto;
    }
    #popup-nsclc p.close_icon img {
        top: -18px;
        right: 12px;
    }
    #popup-nsclc .siteexit-button {
        margin-bottom: 25px;
    }
	#header.container {
    	padding-bottom:0;
    }
}
@media screen and (max-width: 767px) {
    .Sticky_ISI {
        z-index: 9;
    }
    #sitemap.container {
        margin-top: 24px !important;
    }
}

@media screen and (min-width: 768px) {
    .footer-iparsys.parsys.iparsys {
        max-width: 1132px;
    }
    .footer-az-logo img {
        margin-left: 0;
    }
    .footer-iparsys .col-xs-12.col-sm-6:nth-child(2) {
        padding-left: 0;
    }
    #sitemap.container {
        margin-top: 22px;
		position: relative;
    }
}

@media screen and (min-width: 1366px) {
    .isi .row {
        padding: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1137px) {
    .logos .main_logo a {
        width: 260px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1175px){
.Sticky_ISI .ISI-content.desktop_only {
    height: 87px !important;
	-webkit-line-clamp: 2;
    overflow: hidden;
}
}                    

@media screen and (min-width: 320px) and (max-width: 374px){
.fullheader ul.list-inline li:nth-of-type(5) {
    width: 107px;
}
ul.default-indication{
	top: 0 !important;
    max-width: 305px;
}
ul.invisible-indication{
	/*width: 94%;
    left: 3.5%;*/
	width:302px;
}
.nav.navbar-nav{
	height: 125vh;
}
.navbar-default .navbar-nav>li>a{
	font-size: 15px;
}
                           
}

.cta-block > ul.left-content {
    list-style-type: none;
}
   #footer .footer ul li a:hover {
        text-decoration: none;
    } 
@media screen and (max-width: 991px){
	.cta-block > ul.left-content {
        padding-left: 0;
    }
  	.fda-text.carcinoma_mobile_only.mt-15{
		    z-index: 99;
    		position: relative;
    }
	 .ISI-content  p.what-is-imf-mob.what-is-imf-heading-mob {
        margin-top: 15px;
        margin-bottom: 8px;
        color: #6D0020 !important;
        font-weight: 800 !important;
        font-size: 22px !important;
        font-weight: 700 !important;
        line-height: 30px !important;
        letter-spacing: 0.11px;
    }
}

/* US-89794 update starts here*/
@media screen and (min-width: 992px){
    #footer .footer ul li a { 
        text-decoration: underline; 
    }

}

.what-is-imfinzi .splitter .icon-div > img {
    width: 70px;
}


/* US-89794 update ends here*/