 /*Cold Lead promo  */



/*1. General Settings */


/*2. Hero*/

	.myHero {
		position: relative; 
		width: 975px; 
		left:-16px; 
		height: 350px; 
		background-image: url('http://media.mt.com/dam/LabDiv/NVC/2016/5/1st-touch-header.jpg')   ; 
		background-position: right top; background-repeat: no-repeat;

	}

	/*	Promo Box inside Hero */
		.myPromotionBox {
		    position: absolute;
		    top: 50px;
		    left: 0px;
		    background-color: #45cbfc;
		    width: 23%;
		    padding: 30px 40px 30px 40px;
		    box-sizing: content-box;

		}

		.myPromotionBox h2 {
		    font-size: 26px;
		    line-height: 34px;
		    font-weight: normal;
		    color: #fff;
		    display:block; 
			margin: 0; padding: 0;
		}


/*3. Main text*/

.myMainTextBox {
	position: relative; 
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 40px 100px 20px 140px;
}


.myMainTextBox h1  {
	font-size: 36px;  
	line-height: 42px; 
	display:block; 
	margin: 0 0 25px 0; 
	padding: 0;
}

			/*Guide or Whitepaper label, which sits on top of H1*/
			.myWhitePaperLabel {
				font-size: 20px; 
				margin-bottom: 7px;
				font-weight: normal;
			}


.myMainTextBox h3, 
.myMainTextBox p {
	font-size: 18px; 
	line-height: 23px; 
	margin: 2rem 0;
}

.myMainTextBox h3 {
	font-weight: bold;
}




.myProductBrochureBox {
	float: right;
	margin: 25px 0 40px 40px;
	padding: 20px;
	background-color: #f0f0f0;
	width: 200px;
}




/*4. Feedback form settings*/
.fb_form_section .customQuestionInput {
font-size:12px;
}	

#inlineFeedbackFormContainer, .feedbackb  {

	/*margin: 0 150px 70px 100px; padding-bottom:50px;*/
	box-sizing: border-box;
	margin: 0;
    padding: 0 0 50px 200px;
    background-color: #f0f0f0;

} 


.fb_form_section_title{display:none!important;}
.feedbackTitleWrapper{width:450px!important;}

.fb_form .feedbackTitleWrapper .feedbackTitle {
  text-align: left!important;
}

.fb_form .additionalProducts {
	display: none!important;
}




/*4.1 x-div form questions - layout fix*/
	/*Feedback form Custom questions font size fix*/
	p.customQuestionInput {
	font-size: 12px;
	}

	.fb_form .crossEsbuQuestionSection  {
		margin-bottom: 30px!important;
	}

	.fb_form .crossEsbuQuestionSection .crossEsbuRow {
	display: block!important;  
	padding: 3px 20px;
	}
	/*Feedback form Custom questions font size fix*/


/*No breadcrumbs*/
#breadcrumb_layer {display: none;}


