/* -------------- FEATURE AREA -----------------------------*/
#feature-wrapper {
	background-image: url(/partners/find-a-partner/images/feature-graphic.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#feature-wrapper.fh2 { text-align: center; }
#feature-wrapper.fh2 h1 { margin-bottom: 0px; }
#feature-wrapper.fh2 p { color: #fff; }
#feature-wrapper.results-view .section.venti { padding: 0; }
#feature-wrapper.results-view.fh2 { min-height: 340px; }

/* X-LARGE SCREENS (CASCADE TO LOWER SCREEN) */
@media only screen and (min-width: 1442px) {
	
}
 
/* LARGE SCREENS (SPECIFIC) */
@media only screen and (min-width: 1069px) and (max-width:1441px) {
	
}
 
/* MEDIUM SCREENS (CASCADE TO LOWER SCREENS) */
@media only screen and (max-width: 1068px) {
	
}
 
/* MEDIUM SCREENS (SPECIFIC) */
@media only screen and (min-width: 736px) and (max-width:1068px) {
 
}
 
/* SMALL SCREENS */
@media only screen and (max-width: 735px) {
	/* FEATURE AREA */
	#feature-wrapper #feature-area .section-header { height: auto; }
	#feature-wrapper #feature-area .section { padding: 30px 0; }
	#feature-wrapper .column-content { flex-direction: column; }
	#feature-wrapper #feature-graphic-find-a-partner { margin: 0; }
	#feature-wrapper #feature-area h1 { text-align: center; }
	#feature-wrapper #feature-area h3 { text-align: center; }
}
 
/* EXTRA SMALL SCREENS < 400px */
@media only screen and (max-width: 400px) {
 	#feature-wrapper #feature-area h1 { font-size: 40px; line-height: 46px; text-align: center; }
}