#masthead .logo-tagline {
	width: 34.5%;
	margin-bottom: 20px; 
	margin-right: 1.5%;
	float: left;
	}
#masthead .logo {
	margin-right: 0;
	float: none;
	max-width: 100%;
	}
#masthead .tagline {
	font-size: 15px;
	line-height: 21px;
	color: #000;
	margin: 0;
	text-align: justify;
	border-top: 2px solid #8CC63F;
	padding-top: 12px;
	}
#slideshow {
	/* position: absolute;
	top: 32px;
	left: 360px;
	height: 245px;
	width: 640px; */
	display: block;
	float: left;
	height: 245px;
	margin: 6px 0 20px 0;
	width: 640px;
	max-width: 64%;
	overflow: hidden;
	background: #fff;
	}

@media ( max-width: 768px ) {

	#slideshow {
		float: none;
		clear: both;
		background: #000;
		width: auto;
		max-width: 100%;
		margin: 10px auto;
	}
	#masthead .logo-tagline {
		width: 100%;
		margin-bottom: 10px; 
		margin-right: 0;
	}
	#masthead .logo {
		float: left;
		max-width: 42%;
		margin-right: 3%;
		margin-bottom: 10px;
	}
	#masthead .tagline {
		border: none;
		float: left;
		padding-top: 0;
		width: 55%;
		font-size: 1em;
		line-height: 1.3em;
	}
	#masthead .date { 
		margin-bottom: 10px;
	}
}

@media ( max-width: 520px ) {
	#canvas0_0, #canvas0_1 {
		left: -60px !important ;
	}
}

@media ( max-width: 480px ) {
	#slideshow {
		height: 245px;
		background-position: 0 0;
	}
	#masthead .logo-tagline {
		float: none;
	}
	#masthead .logo {
		max-width: 60%;
	}
	#masthead .tagline {
		float: none;
		clear: both;
		width: 100%;
	}
	#slideshow {
		margin-top: 0;
	}
	#canvas0_0, #canvas0_1 {
		left: -90px !important ;
	}
}

@media ( max-width: 320px ) {
	#canvas0_0, #canvas0_1 {
		left: -160px !important ;
	}
	#slideshow {
		height: 210px;
	}
}