/* 

Safe and Sound Funnel - Changes to make it responsive and create a mobile version 

*/

@media only screen and (max-width: 640px) {
	div.storypage div.pad20 div div.boxHeader {height:auto;display:inline-block;border-radius:0;background:#fff;;line-height:normal;margin:0;padding:0 7px;text-transform:none;color:#000;}
	div.storypage div.pad20 div div.boxHeader .boxHead {line-height:normal; width:55%;display:inline-block;color:#000 !important;font-size:14px !important;}
	div.storypage div.pad20 div div.boxHeader  .right.fs10.pad8 {padding:0;width:41%;clear:left;font-size:10px;font-weight:normal;}
	
	div.storypage div.pad20 div div.boxHeader:before {background:#fff;content:none;height:auto;margin-left:0;position:relative;
		border-bottom: 1px solid #D2DFFF;
		padding: 0 7px;
	}

	.right.bgWhite.border2.width300 {display:none;}
	#headquarters .pad5.fcNatAve.pad10 {width:245px;}
	#headquarters div select {pargin:2px 0 ; padding:6px 0;width:190px;}

	.storypage > .bgWhite.pad20.padNoBottom, .storypage > .pad20.padNoBottom { padding:0;width:100%;}
	.well {padding-left:2px !important;}

	.boxContainer.dw {display:block !important; width:98%; height:auto;}
	.boxContainer.dw  div.height30 {height:45px;font-size:14px;}
	.storypage .section-title {display:block !important;}
	.most-pop-container, .CRContainerOut.compare_tall_height {display:none;}
	select.mid {width:220px;}
	input.width160 {width:200px !important;}
}

