/******* REGISTRATION FORM *********/
#contactaz_form .form_row .form_rightcol select
{
	resize: inherit;
}

.lightbox2-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1000;
  opacity: .7;
  display: none;
}
span.mandatory-txt{
	color: #ac182e;
}

.lightbox2.overlay2 {
  position: fixed !important;
  background: #f7f7f7;
  padding: 0px;
  z-index: 1001;
  -webkit-overflow-scrolling: touch !important;
  margin: 5px !important;
  margin-top: -100px!important;
  height: 97% !important;
  display: none;
}

.contactazformcontainer.parbase.section {
  overflow-y: scroll;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  display: block;
  position: fixed;
  bottom: 0px;
  left: 2%;
  margin: 0 auto;
  top: 30px;
  z-index: 2000;
  width: 96%;
  overflow-x: hidden;
  font-family: 'RobotoCondensed-Regular';
}

#contactaz_form h2 {
  margin: 0;
  font-family: RobotoCondensed-Bold;
  color: #ac182e;
  padding: 0;
  margin-bottom: 7px;
}

.closeHcp {
  position: absolute;
  cursor: pointer;
  background-image: url(/content/dam/website-services/us/434-imfinzi-com/global/ic-close@3x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  right: 11px;
  top: 11px;
}

#contactaz_form p a, #contactaz_form p a:hover {
  color: #ac182e !important;
  font-size: 15px;
  text-decoration: none;
}

#contactaz_form div.section {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  clear: both;
}

.form_row {
  margin: 0 auto 15px auto;
  width: 100%;
}

#contactaz_name_rightcol .form_row,
	#contactaz_lastname_rightcol .form_row,
	#contactaz_email_rightcol .form_row,
	#contactaz_address_rightcol .form_row, #contactaz_city_rightcol .form_row,
	#contactaz_zipcode_rightcol .form_row, #contactaz_Phone_rightcol .form_row, #contactaz_Fax_rightcol .form_row,
	#contactaz_office_rightcol .form_row, .genericdropdown .form_rightcol .form_row {
  margin: 5px 0px 0px 0px;
}

.regPara,
    .regAst {
  font-family: 'Roboto-Light';
  font-size: 14px;
  line-height: 20px;
  color: #3c4242;
}

.regAst {
  font-size: 11px;
  line-height: 13px;
}

.step_0.contactazformstep {
  margin: 0 auto;
  width: 100% !important;
}

.rar-grid .col-sm-6 {
  padding-left: 0px;
  padding-right: 0px;
}



.grid.section:after,
.grid.section>div:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.section.text.generictext,
.genericdropdown.section {
	height: 88px;
}

.reg-request .col-xs-12.col-sm-6,
.reg-request2 .col-xs-12.col-sm-6 {
	height: 88px;
}




.section.generictext.survey-message {
  height: 170px;
}

#contactaz_form .form_row .form_rightcol select, #contactaz_form .form_rightcol input[type="text"], #contactaz_form textarea#contactaz_message {
  padding: 8px 10px;
  font-size: 14px;
  border: solid 1px #c4d0cd;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
 font-family: 'RobotoCondensed-Light';
  color: #3c4242;
  /*resize:vertical;
  overflow:auto; */
}
#contactaz_form textarea#contactaz_message
{
height: 70px;
}
#contactaz_form .form_rightcol .form_rightcol_wrapper input, #contactaz_form .form_rightcol select, #contactaz_form .form_rightcol select option {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #c4d0cd;
  font-family: Roboto-Light;
  color: #3c4242;
  font-size: 14px;
  border-radius: 3px;
    
}

#contactaz_form input[type=radio] {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -prefix-appearance: none;
  border: 1px solid #7C7F7F;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}

#contactaz_form input[type=radio]:checked {
  background-color: #7C7F7F;
  outline: 0;
}

.form_row {
  margin: 0 auto 15px auto;
  width: 100%;
}

#contactaz_form .surveyRadio .form_rightcol {
  font-family: 'Roboto-Regular';
  color: #555555;
}

#contactaz_form .surveyRadio.section .form_row:first-child, #contactaz_form .surveyRadio.section .form_row:nth-child(2) {
  margin-bottom: 0px !important;
}

select, .nurse-center .reg-request .form_rightcol select, .nurse-center .reg-request2 select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 	background-image: url(/content/dam/website-services/us/434-imfinzi-com/global/ic-arrow-dwn@3x.png) !important;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
	background-size: 14px 9px;
}

select::-ms-expand {
  display: none;
}

#contactaz_form .form_row .form_rightcol select {
  margin: 0;
  padding-left: 8px;
}

.form_leftcol .form_leftcollabel label {
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  font-family: 'RobotoCondensed-Light';
  margin-bottom: 0px;
        font-weight: 300;
}

.form_leftcol .form_leftcollabel, .form_leftcolmark {
  display: inline-block;
}

.form_leftcolmark {
	padding-left: 3px;
    color: #ac182e;
    float: left;
    margin-right: 3px;
}

label[for='_content_WebsiteServices_us_434-imfinzi-com_en_us_hcp_request-a-rep-modal_jcr_content_modal-parsys_registrationform_509762082_contactaz_zipcode']:after {
    content: 'eg, 12345';
    font-size: 10px;
	padding-left: 2px;
    color: #9b9b9b;
    line-height: 14px;
    font-family: 'RobotoCondensed-Light';
    font-style: italic;
}


label[for='_content_WebsiteServices_us_434-imfinzi-com_en_us_hcp_request-a-rep-modal_jcr_content_modal-parsys_registrationform_509762082_contactaz_Fax']:after, 
label[for='_content_WebsiteServices_us_434-imfinzi-com_en_us_hcp_request-a-rep-modal_jcr_content_modal-parsys_registrationform_509762082_contactaz_Phone']:after {
  content: 'eg, 555-555-5555';
    font-size: 10px;
    padding-left: 2px;
    color: #9b9b9b;
    line-height: 14px;
    font-family: 'RobotoCondensed-Light';
    font-style: italic;
}

label[for='_content_WebsiteServices_us_434-imfinzi-com_en_us_hcp_request-a-rep-modal_jcr_content_modal-parsys_registrationform_509762082_contactaz_extn']:after{
	content: 'eg, 5555';
    font-size: 10px;
    padding-left: 2px;
    color: #9b9b9b;
    line-height: 14px;
    font-family: 'RobotoCondensed-Light';
    font-style: italic;
}
label[for='_content_WebsiteServices_us_434-imfinzi-com_en_us_hcp_request-a-rep-modal_jcr_content_modal-parsys_registrationform_509762082_contactaz_message']:after{
	content: 'eg, Product information, access & reimbursement, patient management or education';
    font-size: 10px;
    padding-left: 2px;
    color: #9b9b9b;
    line-height: 14px;
    font-family: 'RobotoCondensed-Light';
    font-style: italic;
    display: block;
}

.text.generictext.survey-message .form_leftcolmark{
	display: none;
}



.section.text.generictext.address-line-one .form_leftcollabel::after, #contactaz_form .survey-message .form_row_description span::before {
  content: "†";
	color: #555555;
  font-size: 9px;
  position: relative;
  top: -3px;
  font-family: roboto-light;
}

div#contactaz_message_wrapper span {
  font-family: 'RobotoCondensed-Light';
  margin-top: 11px;
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #3c4242;
  font-weight: 300;
}

#contactaz_form input.form_button_submit {
  height: 40px;
  text-align: center;
  width: 311px !important;
  display: inline-block;
  background-color: #ac182e !important;
  border: 1px solid #ac182e !important;
  color: #fff !important;
  font-family: Roboto-Bold;
  font-size: 14px;
  text-decoration: none;
}

.errorClass {
  border-color: #f10048 !important;
}

.form_rightcol.form_error {
  line-height: 12px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 10px;
  font-family: 'RobotoCondensed-Light';
  font-style: italic;
  color: #ac182e;
}

#contactaz_form .form_row {
  overflow: visible !important;
}

.form_rightcol.form_error:before {
  content: "";
  background-image: url(/content/dam/website-services/us/434-imfinzi-com/global/warning-3-x@3x.png);
	background-size: 12px 10px;
  width: 17px;
  height: 11px;
  top: 2px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
}

.thankyou {
  text-align: center;

}

.thankyou {
  width: 90%;
  margin: 0 auto;
}

.thank-you h2 {
  font-size: 22px;
  line-height: 32px;
  font-family: RobotoCondensed-Bold;
  color: #ac182e;
  margin: 0;
  padding: 0;
  margin-bottom: 17px;
}

.thank-you p {
  font-size: 14px;
  font-family: 'Roboto-Light';
  color: #3c4242 !important;
}

.thank-you p.thanksfor {
  margin-bottom: 15px;
}


.hcp-thank {
  padding: 50px 25px 30px 25px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 10px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  display: block;
  position: fixed;
  left: 3%;
  margin: 0 auto;
  top: 19%;
  z-index: 20;
  width: 95%;
  text-align: center;
}
.closeThank span{
	position: absolute;
    cursor: pointer;
    background-image: url(/content/dam/website-services/us/434-imfinzi-com/global/ic-close.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    right: 11px;
    top: 11px;
}
span.prevPage {
  cursor: pointer;
  text-decoration: underline;
  color: #ac182e;
}


.reg-request3.mobile-reg-request3 {
    display: none;
}

.about-imfinzi-durvalumab .calloutBrouchure p a, .about-imfinzi-durvalumab .page-content a.abouttesting {
    pointer-events: none;
}

@media screen and (max-width: 767px) {
	
	
	.reg-request3.desktop-reg-request3 {
		display: none;
}
.reg-request3.mobile-reg-request3 {
    display: block;
}
    .hcp-thank {
    padding: 48px 4px 30px 5px;
        }
        .thank-you p {
    font-size: 13px;
            }
            body.noscroll{
position: fixed;
            }


#contactaz_form .form_rightcol .form_rightcol_wrapper input
{
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contactaz_form textarea#contactaz_message
{
            -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
        }

  .contactazformcontainer.parbase.section {
    padding: 30px 23px 20px 23px;
    height: 460px;
  }
#contactaz_form h2{
	font-size: 23px;
    line-height: 28px;
	text-align: center;

}
#contactaz_message_wrapper textarea {
   height: 84px !important;
   /* max-height: 85px;*/
}
.thank-you p{
	line-height: 20px;
}
.thank-you .click-return{
    margin-top: 12px;
}


}



@media screen and (min-width: 768px) {
.Sticky_ISI.desktop_only{
	    z-index: 1;
}
  .contactazformcontainer.parbase.section {
    top: 11.5%;
    max-width: 830px;
    height: 560px;
  }

.reg-request .col-xs-12.col-sm-6:first-child{
	width: 42%;
}
.reg-request3 .col-xs-12.col-sm-6:first-child {
    width: 42%;
}
.reg-request .col-xs-12.col-sm-6:last-child{
	width: 58%;
}
.reg-request3 .col-xs-12.col-sm-6:last-child {
    width: 58%;
}

  #contactaz_form h2 {
    font-size: 23.5px;
    line-height: 1.33;
	text-align: left;
  }

  #contactaz_message_wrapper textarea {
   /* height: 84px !important;*/
        max-height: 85px;
  }
.rar-grid .col-sm-6:nth-child(2) {
  padding-left: 15px;
}
#contactaz_form input.form_button_submit{
	margin-left: 25%;
}
.hcp-thank {
      padding: 45px 30px 45px 30px;
    top: 20%;
    width: 60%;
    left: 20%;
    right: 20%;
       max-width: 486px;
  }
  .thank-you h2 {
    text-align: center;
 	font-size: 24px;
    line-height: 32px
  }

  .thank-you p {
    text-align: center;
    margin-bottom: 6px;
	line-height: 30px;
  }

  .thank-you p.thanksfor {
    margin-bottom: 6px;
  }



  .closeHcp span {
    position: relative;
    top: 0px;
    left: 0px;
    cursor: pointer;
  }


}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .contactazformcontainer.parbase.section {
    width: 90%;
    left: 5%;
    right: 5%;
    padding: 37px 30px 37px 30px;
  }
.form_rightcol.form_error {
  font-size: 9.5px;
}

}

@media screen and (min-width: 1024px) {
  .contactazformcontainer.parbase.section {
    width: 80%;
    left: 10%;
    right: 10%;
    padding: 37px 85px 37px 85px;
  }
}
@media screen and (min-width: 1400px) {
  .contactazformcontainer.parbase.section {
    height: 624px;
  }
}




@media screen and (min-width: 320px)and (max-width: 370px) {
#contactaz_form input.form_button_submit
{
    width: 263px !important;
}
  .thank-you p {
    font-size: 11px;
}                              
}

                        /*	For Android	*/
@media screen and (min-width: 360px) and (max-width: 640px)  
{
#contactaz_form input.form_button_submit {
    width: 298px !important;
}
}
@media screen and (min-width: 375px) and (max-width: 667px)  
{
#contactaz_form input.form_button_submit {
    width: 309px !important;
}
}
@media screen and (min-width: 414px) and (max-height: 763px)
{
#contactaz_form input.form_button_submit {
    width:345px !important;
}
}

/*
UPDATE  US-73998 inkn out icon
*/

span.visiually-hidden {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

img.linkout {
    height: 20px;
    width: 20px;
    margin-left: 5px;
    top: -3px;
    position: relative;
}


@media only screen and (min-width: 992px) {
    .navbar-collapse > ul:first-child {
     margin-top: 2px !important;
    }
}