	body.section_approach.sub_section_none .vignette {
		display: none;
		}
	
	.approach_preview_box {
		width:100%;
		height: 320px;
		background-repeat: no-repeat;
		background-position: top left;
		display: inline-block;
		}
	
	.approach_celebrate {
		background-image:url(/images/approach_celebrate.jpg);
		}
	.approach_captivate {
		background-image:url(/images/approach_captivate.jpg);
		}
	.approach_embrace {
		background-image:url(/images/approach_embrace.jpg);
		}
	.approach_champion {
		background-image:url(/images/approach_champion.jpg);
		}
	.approach_stories {
		background-image:url(/images/approach_stories.jpg);
		}
	
	img.eightyfive {
		padding-bottom:10px;
 		 margin-left: 4.5%;
		}
	
	/*p.link_effect {
	  margin-left:-4%;

	}*/
	
	#main_site_content a {
		color: #987749 !important;
		
	}
	@media only screen and (max-width : 480px) 
	{
		
		img.eightyfive {
			margin-left: 3%;
		}
		.bx-wrapper .bx-controls-direction a {
    		top: 48% !important;
		}
		
	}
	@media only screen and (max-width : 320px) 
	{
		
		img.eightyfive {
			margin-left: 1%;
		}
		.bx-wrapper .bx-controls-direction a {
    		top: 41% !important;
		}
		
	}