/* patient site only */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* login page */
body.preview.patientPage div.section{
	margin: 0;
    height: auto;
}
#loginBody .desktop-img-container, #loginBody .mobile-img-container {
    background-size: cover;
}
.section.loginBgImgD, .mobile-img-container .loginBgImgM{
    max-width: 850px;
    margin: 0 auto !important;
	padding-top: 131px;
}
.section.loginBgImgD{
    max-width: 60%;
}
.login h1{
	font-size: 32px;
	line-height: 33px;
	color: #0032a0;
	font-weight: bold;
	margin-bottom: 1.8rem;
	text-transform: uppercase;
}
.login .fnt14{
	font-size: 16px;
	line-height: 21px;
	color: #58595b;
	font-weight: 500;
}
.login .fnt10{
	font-size: 12px;
	line-height: 13px;
	color: #768692;
	margin-bottom: 0.8rem;
	padding: 4px 0 0 216px;
}
.login input[type=text]{
	font-size: 15px;
	line-height: 16px;
	color: #768692;
    background: #ffffff;
    border: 2px solid #dce1e6;
    border-radius: 25px;
    padding: 5px 18px 19px;
    margin-top: 24px;
    width: 303px;
	height: 44px;
	outline: 0;
}
.login input[type=text]::placeholder{
	font-size: 13px;
	line-height: 16px;
	color: #768692;
}
.login input[type=submit]{
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
    font-weight: bold;
	border: 0;
    cursor: pointer;
	outline: 0;
	width: auto;
    height: auto;
	display: inline-block;
	border-radius: 25px;
    padding: 14px 43px;
	background: linear-gradient(to right, #0032a0 85%, #0082ba 100%);
}
a.submit-btn-nl{
	display: inline-block;
}
.show-error, .invalid-code, .login-attempts{
    font-size: 13px;
	line-height: 16px;
    color: #d0103a;
    margin-bottom: 0;
    padding-top: 2px;
}
.big-id .main-section-container {
    padding: 0;
}	
.big-id .main-section-form {
    background-color: transparent;
	width: auto;
    padding: 0;
}
#loginBody .big-id.section{
    max-width: 850px;
    margin: 0 auto !important;
    display: none !important;
}
#loginBody .main-section-form-container{
	justify-content: left;
	padding: 0;
}
.text-input label[for='article-reg-number'],
.terms-text .none{
	display: none;
}
.reg-link {
    height: auto;
    padding-top: 0;
}


/* header */
.patientPage #postlogin-header .navbar-expand-lg .navbar-nav.mainnav_links .nav-link.active{
	text-decoration: underline;
	font-weight: bold !important;
}
.patientPage #postlogin-header .navbar-expand-lg.mobMenu .navbar-nav.mainnav_links .nav-link{
    display: inline-block;
}

/* footer */
#patientFooter{
    border-top: 4px solid #ff9527;
    background-color: #b1bfc8;
    padding: 3rem 0 2rem;
}
#patientFooter .footer-footnote{
	color: #ffffff;
    font-weight: 500;
    line-height: 13px;
}
#patientFooter .footer-links {
    color: #ffffff;
}	
#patient .report{
	font-size: 14px;
	line-height: 16px;
	color: #768692;
	font-weight: 500;
	text-align: center;
	margin-bottom: 3.6rem;	
}
#patient .report a{
	text-decoration: none;
	color: #0032a0;
}
#patientFooter .zeposiauc-footer .footer-logo img{
	border-right: 0;
	padding-right: 80px;
}

/*sitemap*/
#patient #banner{
    border-bottom: 4px solid #ff9527;	
}
#sitemapBody h1{
	font-size: 28px;
	line-height: 31px;
	color: #0032a0;
	font-weight: 600;
	position: relative;
    padding-left: 77px;
    padding-top: 36px;
}
#sitemapBody h1:before{
	content: '';
	position: absolute;
	width: 7px;
	height: 41px;
	background-color: #ff9527;
	border-radius: 10px;
    left: 47px;
    bottom: -7px;
}
.sMapLink{
	padding: 45px 0 161px 75px;
}
.sMapLink a{
	font-size: 18px;
	line-height: 21px;
	color: #0032a0;
	font-weight: bold;
}

/*internal pop up*/
.modal-backdrop.bgClrGrey.fade.show{
	background-color: #353636;
    opacity: 0.9;
}
#externalLink .modal-dialog.patientPopupExt .modal-content{
	border-radius: 20px;
}
.modal .patientPopupExt .modal-content .overlay-wrapper .modal-button .first-button,
.modal .patientPopupExt .modal-content .overlay-wrapper .modal-button .last-button{
    border: 3px solid #0032a0;
    border-radius: 20px !important;
    max-width: 123px !important;
}


/*external pop up*/
#externalLink .modal-dialog.patientPopup .modal-content{
	border-radius: 20px;
}
.modal .patientPopup .modal-content .overlay-wrapper .modal-button .first-button,
.modal .patientPopup .modal-content .overlay-wrapper .modal-button .last-button{
    border: 3px solid #0032a0;
    border-radius: 20px !important;
    max-width: 123px !important;
}
.modal .patientPopup .modal-content .overlay-wrapper .modal-button .last-button a,
.modal .patientPopup .modal-content .overlay-wrapper .modal-button .first-button a{
	font-weight: 600;
}
#externalLink .modal-dialog.patientPopup .modal-button{
	max-width: 450px;
	display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}	
#externalLink .modal-dialog.patientPopup.patientPopupExt .modal-button{
	max-width: 420px;
}

/*Additional Support*/
#supportBody h1 {
    font-size: 28px;
    line-height: 31px;
    color: #0032a0;
    font-weight: 600;
    position: relative;
    padding-left: 77px;
    padding-top: 36px;
}
#supportBody h1:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 41px;
    background-color: #ff9527;
    border-radius: 10px;
    left: 47px;
    bottom: -7px;
}
#bodyContent{
	padding: 46px 76px 62px;
}
#bodyContent h2{
	font-size: 20px;
	line-height: 23px;
	color: #0032a0;
	font-weight: 600;
}
#bodyContent .fnt16{
	font-size: 16px;
	line-height: 19px;
	color: #58595b;
	font-weight: 500;
    padding-top: 8px;
    margin-bottom: 0.5rem;
}
#bodyContent .fnt16 a{
	color: #0032a0;
}
#bodyContent h3{
	font-size: 20px;
	line-height: 23px;
	color: #58595b;
	font-weight: bold;
	position: relative;
}
#bodyContent h3:before{
	content: '';
	background: url(../resources/images/orgArrow.png) no-repeat;
    position: absolute;
    width: 7px;
    height: 8px;
    left: -28px;
    top: 8px;
}
#bodyContent .fnt18{
	font-size: 18px;
	line-height: 21px;
	color: #0032a0;
	font-weight: 600;
	text-align: center;
    padding: 24px 14px 0;
}
.supSection{
	padding: 44px 0 0 30px;
}
.resSection{
	border-top: 1px solid #e9e9e9;
	margin-top: 72px;
}
.restile{
	display: flex;
    justify-content: space-between;
	padding: 43px 0 81px;
	max-width: 810px;
    margin-left: -15px;
}
.tileSec{
	background: url(../resources/images/tileIcon.png) no-repeat;
	width: 280px;
    height: 197px;
}
.tileSec img{
	display: block;
    margin: 32px auto 0;
}
#bodyContent .tileSec .fnt16{
    text-align: center;
    padding: 52px 58px 0;
}
#bodyContent .resSection h2{
	padding-top: 73px;
}
.abbrevation{
	border-bottom: 1px solid #e9e9e9;
}
.abbrevation .fnt14{
	font-size: 14px;
	line-height: 17px;
	color: #0032a0;
	font-weight: 600;
	margin-bottom: 0.6rem;
}
.abbrevation .fnt12{
	font-size: 12px;
	line-height: 15px;
	color: #58595b;
	font-weight: 500;
	padding: 0 0 45px;
}

/*what-is-zeposia*/
#whatBody h1 {
    font-size: 28px;
    line-height: 31px;
    color: #0032a0;
    font-weight: 600;
    position: relative;
    padding-left: 77px;
    padding-top: 36px;
}
#whatBody h1:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 41px;
    background-color: #ff9527;
    border-radius: 10px;
    left: 47px;
    bottom: -7px;
}
.references{
	margin-bottom: 35px;
	padding: 32px 0 22px;
	border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.references .fnt14{
    font-size: 14px;
    line-height: 17px;
    color: #0032a0;
    font-weight: 600;
}
.references ol{
	padding-left: 14px;
}
.references li{
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	font-weight: 500;
}
.references li::marker{
	color: #0032a0;
	font-weight: 600;
}
.references li a{
	text-decoration: none;
	color: #003cc3;
}
#whatBody #bodyContent h3:before{
	background: none;
}
#whatBody .cmp-accordion__button{
    box-shadow: 0 0 transparent;
	background: linear-gradient(to right, #0032a0 85%, #0082ba 100%);
    max-width: 338px;
    border-radius: 25px;
	padding: 9.2px 18px 11px;
	position: relative;
	outline: 0 !important;
	text-decoration: none !important;
	border: 0 solid;
}

#whatBody .cmp-accordion__title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #ffffff;
}
#whatBody .accordion.section {
    max-width: 380px;
	margin: 32px 0 0 33px;
}
#whatBody .cmp-accordion__panel--expanded{
	position: relative;
	z-index: 1;
}
#whatBody .cmp-accordion__item {
    margin-bottom: 23px;
}
#whatBody .cmp-accordion__icon{
	float: none;
    border: 0 solid transparent;
    transform: none !important;
    -webkit-transform: none !important;
	background: url(../resources/images/plus.png) no-repeat;
	width: 23px;
    height: 23px;
	position: absolute;
	right: 0;
    top: 5px;
}
#whatBody .cmp-accordion__button--expanded .cmp-accordion__icon{
	background: url(../resources/images/minus.png) no-repeat;
    height: 5px;
	top: 13px;
}
#whatBody #allAccCntnt{
	background: url(../resources/images/infoBg.png) no-repeat;
	width: 824px;
    height: 642px;
    margin-top: 30px;
	margin-bottom: 37px;
	position: relative;
}
#whatBody .cmp-accordion__panel--expanded {
    background-color: transparent;
    box-shadow: 0 0 transparent;
	padding: 13px 30px 0 0;
    border: 0;
}	

#allAccCntnt:after{
	content: '';
	position: absolute;
	background: url(../resources/images/Infographic1.png) no-repeat;
    transition-timing-function: ease-in-out;
	height: 271px;
	width: 300px;
    right: 59px;
    top: 156px;
}
#allAccCntnt.illusOne:after{
	background: url(../resources/images/Infographic1.png) no-repeat;
}
#allAccCntnt.illusTwo:after{
	background: url(../resources/images/Infographic2.png) no-repeat;
	height: 286px;
	top: 141px;
}
#allAccCntnt.illusThree:after{
	background: url(../resources/images/Infographic3.png) no-repeat;
}

/*taking-zeposia*/
#takingBody h1 {
    font-size: 28px;
    line-height: 31px;
    color: #0032a0;
    font-weight: 600;
    position: relative;
    padding-left: 77px;
    padding-top: 36px;
}
#takingBody h1:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 41px;
    background-color: #ff9527;
    border-radius: 10px;
    left: 47px;
    bottom: -7px;
}
.one, .two, .three{
	display: none;
}
.notShow.one, .notShow.two, .notShow.three{
	display: list-item;
}
#takingAcc{
	padding-bottom: 65px;
}
#takingAcc .cmp-accordion__title{
	font-size: 20px;
    line-height: 22px;
    font-weight: 600;
}
#takingAcc .cmp-accordion__icon{
	float: none;
    border: 0 solid transparent;
    transform: none !important;
    -webkit-transform: none !important;
    background: url(../resources/images/orgPlus.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
	margin: 0;
    top: 7px;
    right: -22px;
}
#takingAcc .cmp-accordion__button--expanded .cmp-accordion__icon{
	background: url(../resources/images/orgMinus.png) no-repeat;
}
#takingAcc .cmp-accordion__button{
	outline: 0 !important;
	text-decoration: none !important;
	background-color: transparent;
    border: 0 solid transparent;
    box-shadow: 0 0 transparent;
    border-top-right-radius: 0;
    position: relative;
	width: auto;	
}
#takingAcc .cmp-accordion__button::before{
	content: '';
	position: absolute;
	background: url(../resources/images/orgRytArrow.png) no-repeat;
    width: 9px;
    height: 10px;
	left: -22px;
    top: 12px;
}
#takingAcc .cmp-accordion__panel--expanded {
    background-color: transparent;
    border: 0 solid transparent;
    box-shadow: 0 0 transparent;
	padding: 20px 0 57px;
}
#takingAcc .cmp-accordion__header {
    padding-left: 22px;
    margin: 4px 0;
}
#takingAcc ul.fnt16{
    padding-left: 0;
    margin-left: 12px;
}
#takingAcc ul.fnt16 li{
	color: #58595b;
    padding: 7px 0;
}
.shadow.d-flex{
	column-gap: 1rem;
    padding: 15px 0;
}
#bodyContent .fnt16.intnedd{
	padding-left: 12px;
}
.algnSelfC{
    align-self: center;
}
#takingAccCntnt .fnt16.orgArrow{
	position: relative;
    padding-left: 20px;
}
#takingAccCntnt .fnt16.orgArrow::before{
	content: '';
	position: absolute;
	background: url(../resources/images/orgRytArrow.png) no-repeat;
    width: 9px;
    height: 10px;
	top: 12px;
    left: 0;
}
.txtalgnC{
    text-align: center;
}
.mobFlex{
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.boxLift{
	background: url(../resources/images/acc6_img1.png) no-repeat;
    width: 280px;
    height: 231px;
	padding: 40px 32px;
}
.d-flex.flxcc{
	flex-direction: column;
	margin: 25px 0;
}
#bodyContent .boxLift .fnt16.txtalgnC {
    margin-top: 18px;
	padding: 0 24px;
}
#bodyContent .fnt16 a.blueClrr{
	color: #0032a0;
	text-decoration: none;
}
#takingAcc .shadow img{
	margin-top: 10px;
}
.mwdth275{
    max-width: 850px;
}
#externalLink .icon.icon-close svg{
	height: 0;
}
	



/*only desktop*/
@media (min-width: 1024px){

.patientPage .search.section{
	display: none !important;
}
.patientPage .hdr_btmcont li a.additional-nav{
	border-right: 0;
}
.patientPage .mt-70 {
    margin-top: 15px !important;
}
.patientPage .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 30px;
    padding-left: 6px;
}
.patientPage .navbar-expand-lg .navbar-nav .nav-link.taking-nav{
    padding-right: 36px;
}
.patientPage .navbar-expand-lg .navbar-nav .nav-link.what-nav{
    padding-left: 47px;
}
.patientPage #navbarSupportedContent{
    padding-bottom: 10px;	
}
#externalLink .modal-dialog.patientPopup{
    max-width: 750px;
}
.modal .patientPopup .modal-content .overlay-wrapper {
    padding: 54px 115px;
}
.modal .patientPopup.patientPopupExt .modal-content .overlay-wrapper {
    padding: 54px 120px;
}
.modal .patientPopup .modal-content .overlay-wrapper .modal-button .first-button {
    margin-right: 0;
}
.shadow.d-flex{
	box-shadow: 0px 2px 5px 2px #dadada;
    border-radius: 10px;
    padding: 15px 30px;
    margin: 20px 0;	
	max-width: 770px;
}
#bodyContent .fnt16.ptop36{
	padding-top: 36px;
}
#takingAcc .shadow img {
    min-width: 45px;
}
#bodyContent #takingAcc .shadow .fnt16{
	padding-left: 15px;
}
#bodyContent .fnt16.ptop43{
	padding-top: 43px;
}
#takingAcc ul.fnt16{
    padding-top: 0;
    padding-bottom: 28px;
    padding-left: 31px;
}
#takingAcc ul.fnt16.pbtm0{
	padding-bottom: 0;
}
#takingAcc {
    max-width: 850px;
}
#bodyContent .fnt16.intnedd {
    padding-left: 42px;
}
	
	
}


/*mobile*/
@media (max-width: 1023px){

/* login page mob*/
.section.loginBgImgD, .mobile-img-container .loginBgImgM{
	background: url(../resources/images/whtBgLoginMob.png) no-repeat;
	height: 363px !important;
    max-width: 312px;
    padding: 23px 18px;
}
#loginBody .mobile-img-container{
    padding-top: 300px;
    background-position-y: center;
}
#loginBody .main-section-form-container {
    justify-content: center;
}
a.submit-btn-nl{
	display: flex;
}
#patient #postlogin-header .mainnav_links{
	margin-bottom: 50px;
    margin-top: 30px !important;
}
.login h1 {
    font-size: 26px;
    line-height: 29px;
	text-align: center;
    margin-bottom: 0.7rem;
}
.login .fnt14{
	text-align: center;
    line-height: 16px;	
    margin-bottom: 1.1rem;	
}
.login .fnt10{
	padding: 18px 0 7px;
    text-align: center;
}
.login input[type=text]{
    width: 267px;
    display: block;
    margin: 0 auto;
    padding: 12px 15px;
	text-align: center;
}
.show-error, .invalid-code, .login-attempts{
	text-align: center;
    margin-bottom: -12px;
}	
.login input[type=submit]{
    margin: auto;
    display: block;
}
#loginBody .big-id.section {
    max-width: 312px;
}	
.patientPage #postlogin-header{
	max-width: 375px;
    margin: 0 auto;
}

#patient .report{
	max-width: 375px;
    margin: 0 auto 49px;
}
#patientFooter .zeposiauc-footer{
	max-width: 375px;
    margin: 0 auto;
}
#sitemapBody .container, #supportBody .container,
#whatBody .container, #takingBody .container{
	max-width: 375px;
}
#patient #postlogin-header .navbar{
	padding-bottom: 8px;
}
#sitemapBody h1{
    padding-left: 27px;
    padding-top: 55px;
}
#sitemapBody h1:before{
    left: -1px;
    bottom: -6px;
}
.sMapLink{
    padding: 30px 0 236px 17px;
}
#patientFooter .link-1 {
    padding-left: 0;
}
#patientFooter .link-2{
	border-right: 0;
}
#patientFooter .link-3{
	border-left: 1px solid #00279b;
}
#patient .after-login {
    width: 202px;
}

/*Additional Support mob*/
#supportBody h1 {
	padding-left: 27px;
    padding-top: 55px;
}
#supportBody h1:before {
    left: -1px;
    bottom: -6px;
}
.restile{
	max-width: none;
    flex-direction: column;
	padding: 28px 0 42px;
}
.tileSec{
	margin: auto;
}
#bodyContent h2{
    font-size: 18px;
    line-height: 21px;
}
#bodyContent .fnt16{
    font-size: 14px;
    line-height: 17px;
    padding-top: 1px;
}
#bodyContent h3{
    font-size: 14px;
    line-height: 17px;
}
#bodyContent h2.resSection{
    font-size: 16px;
    line-height: 19px;
}
#bodyContent{
    padding: 32px 16px 52px;
}
#whatBody #bodyContent{
    padding: 32px 0 52px;
}
.supSection {
    padding: 24px 0 0 15px;
}
#bodyContent h3:before{
	left: -13px;
	top: 6px;
}
.resSection {
    border-top: 0;
	margin-top: 34px;
}
.abbrevation {
    border-top: 1px solid #e9e9e9;
}
.abbrevation .fnt14{
	padding-top: 21px;
}
.abbrevation .fnt12{
	padding-bottom: 18px;
}
#bodyContent .fnt16.mmb0{
	margin-bottom: 0;
}
#bodyContent .resSection h2 {
    padding-top: 0;
}
#patientFooter .zeposiauc-footer .footer-logo img {
    padding-right: 0;
}	
.tileSec.ma15{
	margin: 15px auto;
}

/*what-is-zeposia mob*/
#whatBody h1 {
	padding-left: 27px;
    padding-top: 55px;
}
#whatBody h1:before {
    left: -1px;
    bottom: -6px;
}
.references{
	border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}
#whatBody .accordion.section{
	max-width: 100%;
    margin: 0;
    padding-top: 444px;
}
#whatBody .cmp-accordion__button{
    max-width: 100%;
    padding: 13px 10px 14px;
}
#whatBody .cmp-accordion__icon{
    right: -6px;
}
#whatBody .cmp-accordion__panel--expanded{
    padding: 16px 0 0;	
}
#whatBody .cmp-accordion__button--expanded .cmp-accordion__icon{
    top: 15px;
}
#whatBody #allAccCntnt {
    background: url(../resources/images/infoBgMob.png) no-repeat;
    width: 358px;
    height: 985px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 30px;	
}
#allAccCntnt:after{
	background: url(../resources/images/Infographic1Mob.png) no-repeat;
    height: 212px;
    width: 234px;
	top: 23px;
    right: 49px;
}	
#allAccCntnt.illusOne:after{
	background: url(../resources/images/Infographic1Mob.png) no-repeat;
}
#allAccCntnt.illusTwo:after{
	background: url(../resources/images/Infographic2Mob.png) no-repeat;
	height: 218px;
	top: 17px;
}
#allAccCntnt.illusThree:after{
	background: url(../resources/images/Infographic3Mob.png) no-repeat;
}

/*taking-zeposia mob*/
#takingBody h1 {
	padding-left: 27px;
    padding-top: 55px;
}
#takingBody h1:before {
    left: -1px;
    bottom: -6px;
}
#takingAcc .cmp-accordion__button::before{
	background: none;
    visibility: hidden;
	height: 0;
}
#takingAcc .cmp-accordion__icon{
    background: url(../resources/images/orgArrowDown.png) no-repeat;
	width: 22px;
	height: 13px;
	top: 5px;
    right: -0;	
}
#takingAcc .cmp-accordion__button--expanded .cmp-accordion__icon {
    background: url(../resources/images/orgArrowUp.png) no-repeat;
}
#takingAcc .cmp-accordion__header {
    padding-left: 0;
}
#takingAcc .cmp-accordion__button{
    width: 100%;
	padding-left: 0;
	margin-left: 0;
	padding-right: 28px;
}	
#takingAcc .cmp-accordion__item{
	box-shadow: 0px 3px 3px 3px #dadada;
    border-top-right-radius: 20px 20px;
	padding: 5px 15px;
    margin: 0 0 30px;
}
#takingAcc #bodyContent {
    padding: 32px 0 52px;
}
#takingAcc .cmp-accordion__panel--expanded{
	padding: 24px 0;
}
#takingAcc .cmp-accordion__title {
    font-size: 18px;
    line-height: 20px;
}
#takingAccCntnt .fnt16.orgArrow::before{
	top: 5px;
}
.mobFlex, .flxcc{
	flex-direction: column;
}
.mwdth275{
    max-width: 275px;
	margin-top: 40px;
}
#takingAcc ul.fnt16{
    margin-top: 0;
    padding: 0 0 17px;
}
#takingAcc ul.fnt16.pbtm0.pmbtm0{
    padding-bottom: 0;
    margin-bottom: 0;
}
#takingAcc {
    margin: 0 -10px;
}
#takingAcc ul.fnt16 li::marker{
	font-weight: 100;
	font-size: 10px;
}



	
}















