/* 
    FILE:		/styles/fees-title-style.css
		AUTHOR: Sonya Shannon
            sshannon@artware.com
            http://www.valeriekates.com
*/
/*  This file is customized for each page and is included below the  main-style.css  link. */
/*  The  margin-left  for  .content .title  should be set to  65  plus the width of the  .leadGraphic . */

/* TITLE STRUCTURE */
.content .title {
	text-align: left;
	margin-left: 36.80555%;	
}
	.content .title img {
		width: 15.82417%;
		max-width: 100%;
	}
@media (max-width: 480px) {     /* @media (max-width: 480px) */
	.content .title img {
		width: 25%; 			/* INCREASE WIDTH BY 15%   ?????? */
/*		width: 30%;*/
		max-width: 100%;
	}
}			     			/* @media (max-width: 480px) */
/* END TITLE STRUCTURE */

/* LEAD GRAPHIC STRUCTURE */
.content .leadGraphic {
	float: left;
	width: 33.61344%;
	margin-right: 2.521%;
	max-width: 100%;
}
	.content .leadGraphic img {
		width: 100%;
		max-width: 100%;
	}
/* END LEAD GRAPHIC STRUCTURE */

/* Tweaks for this Page */
	.bodyText {
		margin-bottom: 2rem;
	}
/* Tweaks for this Page */
