﻿@media only screen and (min-width: 768px) {
	#heroGraphic + .container_24 [class^='grid_']:first-child > h1:first-child,
	#heroGraphic + .container_24 [class^='grid_']:first-child > h2:first-child {
		margin: -3.5em 0 2em 0;
		font-size: 2.4em;
		font-weight: 400;
		color: #fff;
		border-bottom: none;
		position: relative;
		z-index: 2;
	}
}
	
@media only screen and (min-width: 768px) and (max-width: 980px) {
	#heroGraphic + .container_24 [class^='grid_']:first-child > h1:first-child,
	#heroGraphic + .container_24 [class^='grid_']:first-child > h2:first-child {
		margin: -3.25em 0 1.75em 0;
	}
}

#heroGraphic.flexslider {
    margin-top:1.5em;
}