/* Import the Open Sans font for the site header */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html{
    font-family: myriad-pro, Arial, sans-serif;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
body{
	margin: 0;
	font-size: 17px;
}
br{
	display: none;
}
.centerdiv{
	padding: 0 !important;
}
#divNodeTitleContainer{
	display: none;
}

.NavigationSectionT1{
	background-color: #DD4814;
	color: #FFF;
	height: 42px;
	line-height: 42px;
	padding: 0 20px 0 20px;
}
.NavigationSectionT1 .home{
	float: left;
	font-size: 0.9em;
    background-image: url(../Images/icon-home-18.png);
    background-repeat: no-repeat;
    background-position: 0;
    padding: 12px 0 0 25px;
	background-color: transparent;
	border: none;
	color: #FFF;
	cursor: pointer;
	background-position: 0px 10px;
	outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.NavigationSectionT1 .home:hover{
	background-image: url(../Images/icon-home-18-2.png);
	color: #F2B79F;
	background-color: transparent;
}
.NavigationSectionT1 .siteName{
	float: right;	
    font-family: 'Open Sans', sans-serif;
}
.ButtonSectionT3 {
    min-height: 41px;
    max-height: auto;
    line-height: 41px;
    background-color: #EFEFEF;
    font-size: 0.8em;
	-moz-box-shadow:    0 2px 11px 0 #BBBBBB;
	-webkit-box-shadow: 0 2px 11px 0 #BBBBBB;
	box-shadow: 0 2px 11px 0 #BBBBBB;
	text-align: center;	
}
.ButtonSectionT3 input{
	border: none;
    background: none;
    color: #666;
	font-size: 1em;
	cursor: pointer;
	padding: 0 15px 0 15px;
	outline: none;
	-webkit-appearance: none;
}
.ButtonSectionT3 input:hover{
    text-shadow:0px 1px #666666;
}
.ButtonSectionT3 input:hover, .ButtonSectionT3 input.Current, .ProgBarSectionT3 input.Current{
    text-shadow:0px 1px #666666;
}
.ProgBarSectionT3 {
    background-color: #EFEFEF;
    height: auto;
    line-height: 30px;
    border-bottom: 2px solid #999;
    /*padding: 0 20px 0 20px;*/
    text-align: center;
    color: #666;
    font-size: 0.75em;
    position: fixed;
    bottom: 0;
    width: 100%;
	min-height: 42px;
}
.ProgBarSectionT3 .copyright, .ProgBarSectionT3 .Hyperlink{
	margin-right: 30px;
	display: inline;
	background: none;
	border: none;
	outline: none;
}
.ProgBarSectionT3 .Hyperlink{
	color: #666;
    font-size: inherit;
	cursor: pointer;
	display: inline-block;
    white-space: nowrap;
	line-height: 30px;
	text-decoration: none;
}
.ProgBarSectionT3 .Hyperlink:hover{
	text-decoration: underline;
}

.ContentSectionT1{
	color: #666;	
}
.ContentSectionT1 .Hyperlink{
	text-decoration: underline;
	cursor: pointer;	
	margin-bottom: 20px;
    display: inline-block;
}
.ContentSectionT1 span{
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.ContentSectionT1 .StandardButton{
    background-color: #DD4814;
    border: none;
    color: #fff;
    font-size: 0.85em;
    padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-appearance: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
	margin-right: 20px;
	text-decoration: none;	
}
.ContentSectionT1 a.StandardButton{
	display: inline-block;
}
.ContentSectionT1 .StandardButton.Negative{
	background-color: #777777;
}
.ContentSectionT1 .StandardButton:hover{
	background-color: #3A3A3A;
}
.ContentSectionT1 .StandardButton.BottomMarginForAnchorJump{
	margin-bottom: 200px;
}
.ContentSectionT1 .StandardRadio_Container div:nth-of-type(3), .ContentSectionT1 .StandardCheck_Container + div{
	color: #DD4916;
    border: 1px solid #DD4916;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    border-radius: 6px;
    display: block;
    text-align: center;
    padding: 20px;
    font-weight: 600;
	display: none;
	margin-top: 20px;
}
.ContentSectionT1 .StandardRadio label, .ContentSectionT1 .StandardCheck label{
	font-weight: 300;
	margin-left: 24px;
}
.ContentSectionT1 .NextQuestion, .ContentSectionT1 .FinishQuestions, .ContentSectionT1 .KnowledgeQuestion{
	display: none;
}
.ContentSectionT1 .KnowledgeQuestion.Question-1{
	display: block;
}
.ContentSectionT1 .StandardDdl{
	clear: both;
    display: block;
    float: left;
}
.ContentSectionT1 .StandardDdl select{
	background: #DD4814;
    border: 4px solid #DD4814;
    border-radius: 6px;
    color: #FFF;
    font-size: 1.0em;
	outline: none;

	cursor: pointer;
}
.ContentSectionT1 .StandardDdl select:hover{
	background: #3A3A3A;
    border-color: #3A3A3A;        
}
.ContentSectionT1 .StandardDdl.Reactions{
	/*width: 90%;*/
    min-width: 100%;
}
.ContentSectionT1 .StandardDdl.Severity_Container{
	display: none;
}
.ContentSectionT1 .StandardDdl span{
	display: block;
	clear: both;
}
.ContentSectionT1 .StandardDdl div:nth-of-type(2){
	float: left !important;
    display: block;
    clear: both;
	/*width: auto !important;*/
}
.ContentSectionT1 .Emphasis{
	border: 1px solid #DD4916;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    padding: 20px;
    font-weight: 600;
    display: none;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
.ContentSectionT1 .TreatmentModifcation{
	display: none;
	margin: 5px 0 15px 0;
}
.ContentSectionT1 .SeveritySupportingText{
	color: #DD4916;
}
.ContentSectionT1 .ReactionSupportingText{
	color: #DD4916;
}
.ContentSectionT1 .TreatmentModifcation, .ContentSectionT1 .ReactionSupportingText, .ContentSectionT1 .SeveritySupportingText{
	display: none;
}
.ContentSectionT1 .TopMarginLargest{
	margin-top: 40px;
}
.ContentSectionT1 .Bold.TopRule{
	border-top: 1px solid;
    padding-top: 20px;
    color: inherit;
} 
.ContentSectionT1 .BMSLogo{
	margin-top: 40px;
}
.ContentSectionT1 .BlackTriangleText {
    color: #000;
    border: 1px solid #000;   
	font-size: 0.75em;	
    width: 94%;
}
.ContentSectionT1 .AnchorDestination{
	display: block;
}
.ContentSectionT1 .ReminderContainer{    
    border: 1px solid #DD4916;
	color: #DD4916;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px 20px 0 20px;
    font-weight: 600;	
	margin: 0 auto;
	margin-bottom: 20px;
	display: none;
}
input[type="text"], input[type="password"]{
    padding-left: 5px;
    box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -ms-box-sizing:border-box;
}
input[type="submit"]:disabled {
    opacity: 0.4;
}
.StandardCaption{
    margin-bottom: 20px;
	background: none;
	border: none;
	color: inherit;
	font-size: inherit;
	float: left;
	width: 100%;
}
.StandardCaption sup{
	font-size: 0.55em;
}
.StandardCaptionCentered{
    text-align: center;
}
.CaptionImportant {
    color: #DD4814;
    font-weight: 600;
    border: 1px solid #DD4814;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 40px 15px 40px;
    text-align: center;
    margin-bottom: 20px;
	clear: both;
}
.CaptionLarge{
	font-size: 1.6em;
}
.CaptionLargest{
	font-size: 2em;
	margin-bottom: 30px;
}
.NavigationBanner{
	background: #EFEFEF;
    height: 174px;
    vertical-align: middle;
    width: 100%;
    display: block;
    left: 0;
    position: absolute;
}
.NavigationBanner .Inner{
	width: 60%;
    margin: 0 auto;
    margin-top: 25px;
}
.NavigationBanner .Inner input[type=image]{
	margin-right: 15px;
	outline: none;
}
.NavigationBanner .Inner div{
	width: 470px;
    margin: 0 auto;
}
.StandardList{
	margin-bottom: 20px;
}
.StandardListItemMargin li{
    margin-bottom: 10px;
}
.StandardList.BoldHeader span.listCaption, .StandardListWithBack.BoldHeader span.listCaption {
    font-weight: 600;	
}
.StandardListWithBack{
	margin-bottom: 20px !important;
    background: #F0F0F0;
    width: 100%;    
    left: 0;
	padding: 20px 0 20px 0;	
}
.StandardListWithBack span.listCaption{
	margin-left: 20px;
}
.StandardListWithBack .list{
	padding-right: 10px;
}
.StandardCheck label, .StandardRadio label {
    display: block;
}
.StandardCheck input[type="checkbox"], .StandardRadio input[type="radio"]{
    float: left;
}
/*select{
    -webkit-appearance: none;
}*/
.Inline{
	float: left;
	display: inline;
}
.Italic{
	font-style: italic;
}
.Bold{
	font-weight: 600;
}

#tandcpanel{
    display: none;
}

/* indents the relevant list-items */
.expectBeforeTreatment li:nth-child(8), .expectBeforeTreatment li:nth-child(9) {
    margin-left: 20px;
}
/* amended mobile layout */
@media screen and (max-width:893px){
        .ButtonSectionT3 .MobileMenuHandle{
        cursor: pointer;
        float: left;
        padding: 0 10px 0 10px;
        width: 30px;
    }
    .ButtonSectionT3 input{
        float: left;
        width: 100%;
        height: 40px;
        background: #EFEFEF;
        border-top: 1px solid;
    }
    .ButtonSectionT3 .MobileMenuHandle:hover {
        transition: background-color 0.25s ease;
        background-color: #ccc;
    }
    .ButtonSectionT3 .NavMenuButtonsContainer{
        display: none;
        background: red;
        clear: both;         
    }
    .ButtonSectionT3 .NavMenuButtonsContainer input:last-of-type{
        -moz-box-shadow: 0 2px 11px 0 #BBBBBB;
        -webkit-box-shadow: 0 2px 11px 0 #BBBBBB;
        box-shadow: 0 2px 5px 0 #BBBBBB;
    }
}
/* amended desktop layout accomidate menu items */
@media screen and (min-width:894px){
    .ButtonSectionT3 .MobileMenuHandle{
        display: none;
    }
    .ButtonSectionT3 .NavMenuButtonsContainer{
        display: block !important;
    }      
}
/* mobile layout was - (767px) */
@media screen and (max-width: 767px) {
    .UKAdditionalTextTop {
        margin-top: -10px;
    }
    /*.ButtonSectionT3 .MobileMenuHandle{
        cursor: pointer;
        float: left;
        padding: 0 10px 0 10px;
        width: 30px;
    }
    .ButtonSectionT3 input{
        float: left;
        width: 100%;
        height: 40px;
        background: #EFEFEF;
        border-top: 1px solid;
    }
    .ButtonSectionT3 .MobileMenuHandle:hover {
        transition: background-color 0.25s ease;
        background-color: #ccc;
    }
    .ButtonSectionT3 .NavMenuButtonsContainer{
        display: none;
        background: red;
        clear: both;         
    }
    .ButtonSectionT3 .NavMenuButtonsContainer input:last-of-type{
        -moz-box-shadow: 0 2px 11px 0 #BBBBBB;
        -webkit-box-shadow: 0 2px 11px 0 #BBBBBB;
        box-shadow: 0 2px 5px 0 #BBBBBB;
    }*/

    .ContentSectionT1{
        float: left;
        padding: 35px 10px 40px 10px;  
		min-height: calc(100vh - 295px);		
    }
	.ContentSectionT1 .StandardDdl.Reactions_Container div:nth-of-type(2){
		min-width: 90%;
	}
	.ContentSectionT1 .StandardDdl.Severity{
		/*width: 300px;*/
		min-width: 100%;
		/*width: 100%;
        max-width: 100%;*/
	}		
	.ContentSectionT1 .BlackTriangleText {		
		padding: 5px 5px;
	}
	.ContentSectionT1 .ReminderContainer{
		width: inherit;
	}
		
	.ProgBarSectionT3{
		position: relative;
		float: left;
	}
	.ProgBarSectionT3 .Hyperlink{		
		display: block;	
		width: 100%;		
	}
	
	.NavigationBanner{
		display: none;
	}
	
	.StandardListWithBack .list{	
		margin-left: 10px;		
	}
	.StandardListWithBack .listCaption{
		margin-left: 10px;
		display: block;
	}
    .ProgBarSectionT3 div.copyright{
        margin-right: 0;
    }
}

/* desktop layout - was (768px) */
@media only screen and (min-width: 768px) {
    .UKAdditionalTextTop {
        margin-top: -40px;
    }
    /*.ButtonSectionT3 .MobileMenuHandle{
        display: none;
    }
    .ButtonSectionT3 .NavMenuButtonsContainer{
        display: block !important;
    }  
      */
    .ContentSectionT1{
        padding-top: 60px;
		padding-bottom: 100px;
        margin: 0 auto;
		/*padding-left: 25%;*/
        width: 70%;
		max-width: 900px;
		min-height: calc(100vh - 312px);
		overflow: auto;
		overflow-x: hidden;
    }
	.ContentSectionT1 .StandardDdl.Severity {
		    min-width: 100%;
	}
	.ContentSectionT1 .BlackTriangleText {		
		padding: 10px 15px;
	}
	.ContentSectionT1 .ReminderContainer{
		width: 60%;
	}
	
	/* Patient site home page nav banner */
    .NavigationBanner {
        background: #EFEFEF;
        height: 174px;
        vertical-align: middle;
        width: 100%;
        display: block;
        left: 0;
        position: absolute;
		margin-top: 10px;
    }
    .NavigationBanner .Inner {
        width: 60%;
		max-width: 900px;
        margin: 0 auto;
        margin-top: 25px;        
    }
    .NavigationBanner .Inner input[type=image]{
        border-style: None;
        height: 79px;
        width: 79px;
        margin-right: 15px;
        float: left;
    }
    .NavigationBanner .Inner .TextContainer{
        clear: both; 
        margin-top: 10px;
        font-size: 0.8em;
    }
    .NavigationBanner .Inner .TextContainer div{
        width: 79px;          
        float: left; 
        display: inline;		
		margin: 10px 15px 0 0;
    }
	
	.ProgBarSectionT3 .Hyperlink{		
		display: inline-block;		
	}
	
	.UnderNavigationBanner{
		margin-top: 200px;
	}
	.StandardListWithBack{
		margin: 0 auto;		
	}
}

/* When the site header is about to overlap affecting the mobile nav-menu, remove it */
@media (max-width:510px){
    div.siteName{
        display: none;
    }
}
@media (min-width:511px){
    div.mobileViewHeader{
        display:none;
    }
}
/* HCP Edits */
.NoFloat{
    float: none !important;
}

.StandardList-LargerMargin{
    margin-bottom: 40px;
}

.StandardCaption-LargerMargin{
    margin-bottom: 40px !important;
}
/* Login form styles */
#ctl05_ctl01_pnlLogin{
    font-family:'Open Sans', sans-serif;
}
#txtUserName, #txtPassword, #textBoxUsernameReadOnly {
    border: 1px solid black;
    height: 45px;
    font-size: 22px;
    border-radius: 6px;
    width: 100%;
    outline: none;
}
div#divPassword, div#divUsername, #divUsernameReadOnly {
    max-width: 443px;
}
#txtUserName, #txtPassword:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#loginForm{
    border-top: 1px solid black;
}
#loginForm a{
    color:#272727;
}
#loginForm h3{
    margin-bottom:0;
}
#btnUpdateDetails{
    float:right;
}
#ctl05_ctl01_lblUserNameInstText, #ctl05_ctl01_lblPasswordInstText{
    display: none;
}
#ctl05_ctl01_lblLoginIntro{
    background-image: url(../Images/icon-start-19.png);
    background-repeat: no-repeat;
    background-position: 0; 
    padding-left: 30px;
    position: relative;
    font-weight: 100;
    font-size: 17px !important; 
}
#ctl05_ctl01_lnkForgotPwd{
    margin-left: 20px;
    margin-right: 20px
}
#loginMessageContainer{
    border: 1px solid #DD4916;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    padding: 20px;
    font-weight: 600;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
     color:#DD4916;
}
#loginMessageContainer span{
    margin-bottom: 0;
}

/* Register form */
#registrationForm input[type="text"], input[type="password"]{
    border:1px solid black;
    height:45px;
    font-size:22px;
    border-radius: 6px;
    width: 100%;
    outline: none;
    max-width: 443px;
}
#registrationContainer{
    border-top: 1px solid black;
    font-family:'Open Sans', sans-serif;
}
#registrationContainer h3{
    margin-bottom: 0;
}
#registrationContainer h5{
    display: none;
}
#ctl05_ctl01_lblRegisterIntro{
    background-image: url(../Images/icon-start-19.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    position: relative;
    font-weight: 100;
    font-size: 17px !important; 
}
#btnRegister{
    background-color: #DD4814;
    border: none;
    color: #fff;
    font-size: 0.85em;
    padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-appearance: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
	margin-right: 20px;
	text-decoration: none;	
    float: left;
}
#btnRegister:hover{
    background-color: #3A3A3A;
}
input[name="ctl05$ctl01$ctl11"]{
    background-color: #777777 !important;
}
input[name="ctl05$ctl01$ctl11"]:hover{
    background-color: #3A3A3A !important;
}
#registrationMessageContainer{
    border: 1px solid #DD4916;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    padding: 20px;
    font-weight: 600;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
     margin-top: 45px;
     color:#DD4916;
}
#ctl05_ctl01_lblRegisterFailedPassMatch {
    color: rgb(221, 72, 20);
    margin-top: 5px;
    font-weight:300;
}
/* Reset password form */
#ctl05_ctl01_pnlForgotPWD {
    font-family: 'Open Sans', sans-serif;
}
#ctl05_ctl01_pnlForgotPWD h2 span{
    font-weight: 100;
    background-image: url(../Images/icon-start-19.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    position: relative;
    font-size: 17px !important; 
}
#txtForgotEmail{
    border:1px solid black;
    height:45px;
    font-size:22px;
    border-radius: 6px;
    width: 100%;
    outline: none;
    max-width: 443px;
}
#ctl05_ctl01_lblForgotEmailInstText{
    display: none;
}
#forgotPasswordMessageContainer{
    border: 1px solid #DD4916;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    padding: 20px;
    font-weight: 600;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
     margin-top: 25px;
     color:#DD4916;
}
#forgotPasswordForm{
    border-top: 1px solid black;
}
/*#ctl05_ctl01_btnForgotPWDCancel{
    background-color: #777777;
}
*/
#ctl05_ctl01_btnForgotPWDCancel:hover{
    background-color: #3A3A3A;
}
/* Cookies message */
#cookiesdirective{
   background: rgba(221,72,20, 0.9) !important;
   }

#cookiesdirective div{
   color:#ffffff !important;
   width:534px !important;
   max-width: 100% !important;
   padding: 20px 0 20px 0 !important;
}

#cookiesdirective div a{
    color: #ffffff !important;
    font-weight: normal !important;
}
/* Reset password form */
#updatePasswordForm{
    border-top: 1px solid black;
}
#ctl05_ctl01_lblUpdatePWDIntro{
    background-image: url(../Images/icon-start-19.png);
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 30px;
    position: relative;
    font-weight: 100;
    font-size: 17px !important;
}
#updatePasswordMessageContainer{
    border: 1px solid #DD4916;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    padding: 20px;
    font-weight: 600;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
     color:#DD4916;
}
#ctl05_ctl01_lblUpdatePWDPasswordInstText{
    display: none;
}
#ctl05_ctl01_lblUpdatePWDConfirmInstText{
    display: none;
}
#ctl05_ctl01_pnlUpdateMyPWD{
    font-family: 'Open Sans', sans-serif;
}


/* styled help message captions for registration page */
.lblHelpMessage, #ctl05_ctl01_lblConfPasswordHelpMessage, #ctl05_ctl01_lblConfEmailHelpMessage {
    font-family: myriad-pro, Arial, sans-serif;
    font-weight: 300 !important;
    margin-top:-5px;
}
/* styled help message caption for Forgotten your details page*/
#updatePasswordForm h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    margin-bottom:0;
}

#ctl05_ctl01_lblUpdatePWDConfirmCaption {
    margin-bottom: 16px;
}
/* Added username textbox on 'Forgotten your details page */
#textBoxUsernameReadOnly {
    color: dimgrey;
}

/*container for the consent check box*/
#chk_container_Userdefined3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

/*styling for truste preferences button container*/
.trusteContainer {
    position: absolute;
    top: 45px;
    right: 5px;
}

/*Spanish regulators text box styling*/
.regulatorCaptionBox_ES {
    display: none;
    width: 98%;
    /*float: left;*/
    font-size: 0.75em;
    color: black;
    background-color: #FFFF04;
    border: 1px solid black;
    padding: 5px;
    margin-left: 0px;
}

/*AUNZ tm section*/
.tmInfusions_AU {
    display: none;
}

/*NL additional resource*/
.hcpResourceBtn_NL {
    display: none !important;
}

/*NL additional resource*/
.hcpResource_NL {
    display: none !important;
}

.UKAdditionalTextTop {
    display: none;
    color: #000;
    font-size: 0.75em;
    font-weight: 600;
    text-align: center;
    /*margin-top: -40px;*/
}

.UKAdditionalTextBottom {
    display: none;
    color: #000;
    font-size: 0.75em;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}

.UKBlackTriangleText {
    display: none;
    border: 1px solid #000;
    color: #000;
    font-size: 0.75em;
    padding: 10px 15px;
    width: 94%;
}

.UkPvNotice {
    display: none;
}

.AuNzPvNotice {
    display: none;
}

.AuNzCaption {
    display: none;
}


.BeTopCaption {
    background-image: url(../Images/logo-orange.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 100px;
    padding-bottom: 20px;
    position: relative;
    display: none;
}

.BeMidCaption1 {
    font-size: 3em;
    color: #DD4814;
    ;
    display: none;
    text-align: center;
}

.BeMidCaption2, .BeMidCaption3 {
    font-size: 1.5em;
    color: #DD4814;
    ;
    display: none;
    text-align: center;
}

.BeMidCaption4 {
    display: none;
    text-align: center;
    padding-bottom: 20px;
}

.BeIndentedList {
    border: 1px solid #000;
    padding: 10px;
    margin-left: 25px;
}

/* indents the relevant list-items on BE HCP landing RMA page */
.BeList li:nth-child(5), .BeList li:nth-child(6), .BeList li:nth-child(7), .BeList li:nth-child(8), .BeList li:nth-child(9) {
    margin-left: 20px;
    list-style-type: circle;
}

.BeTmImage {
    display: none;
    padding-bottom: 10px;
}

.EsAdditionalTextLower {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

sup {
   vertical-align: top;
}