/* CSS Document for It Matters section only  */

/* begin home page CSS */

.epht-banner {
	background-color: #86b5e9;
	color:white;
	margin:0;/* margins must be zeroed out on background color rows */
	padding:0;
	
}

.banner-container.row {
	height:160px;
	margin-bottom:0;
	padding-bottom:0;
}

.banner-images {
	background-position:right;
	background-repeat:no-repeat;
	-webkit-background-size: auto !important;
	   -moz-background-size: auto !important;
		 -o-background-size: auto !important;
			background-size: auto !important;
     margin:0;
     padding:0;
}


.tagline {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:40px;
}


.banner-container h2 {

	margin:0;
	padding-top:20px;
	color:#ffffff;
	cursor:pointer;
	
}

.epht-large-banner-p{
	font-size:38px;
	line-height:38px;
}

@media (max-width:1024px){
	.safe-sleep-large-banner-p{
		font-size:20px;
		line-height:20px;
	}
}

.callout-epht {
    z-index: 10;
	background:url(/assets/images/prevention/womens-childrens-health/safe-sleep/bubble-bg.jpg) repeat top left #47c2d4; 
    padding: 10px 0;
	margin: 20px 0;
}

.callout-epht h4 {
	color: #fff;
	padding: 15px 10px;
}





