/* 
    FILE:		/styles/site-map-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: 0%;	/* Set to 65 plus width of  .leadGraphic . */
	}
/* END TITLE STRUCTURE */

.content {
	float: left;
	background-color: #f9f4e7; 
/*	width: 75.78947%;*/    /* 23Mar18 */
	width: 100%;    
	max-width: 100%;       /* 23Mar18 */
	height: 100%;       /* 23Mar18 */
	margin: 0 auto;
}

@media (max-width: 400px) {    
	.banner a.mobileBanner {
		visibility: visible;
		display: block;
	}
	.banner a.desktopBanner {
		visibility: hidden;
		display: none;
	}
}		

