#region-header-first {
	display: block;
	margin: 0 !important;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.region-header-first-inner {
	margin: 0 !important;
}

.flexslider, flexslider-content {
	margin: 15px 15px 0 15px !important;
}

body.not-front #map {
	margin: 15px !important;
}

body.front #map {
	margin: -15px 15px 0 15px;
}

.slides {
	margin: 0 !important;
	width: 100%;
	height: 100%;
}

.flexslider ul.slides, .flexslider ul.slides li img {
	margin: 0 !important;
	max-width: 100%;
	min-width: 100%;
}

.flex-caption {
	width: 58%;
	height: 100%;
	left: 35%;
	top: 25%;
	background-color: rgba(0,0,0,0) !important;
	padding: 0;
}

.flex-nav-container {
	margin-bottom: 15px !important;
}

.flex-caption h1, field-content-caption p, .flex-caption strong {
	font-family: 'YaleDesign', "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.1em;
	display: inline !important;
	color: #f2eadf;
	text-shadow: 0 0 0 rgba(0,0,0,0) !important;
}

@media all and (max-width: 780px) {
.flex-caption h1, field-content-caption p, .flex-caption strong {
	font-size: 16px;
	/*line-height: 1.5em;*/
}
}

@media all and (max-width: 590px) {
.flex-caption h1, field-content-caption p, .flex-caption strong {
	font-size: 1em;
	/*line-height: 1.4em;*/

.flex-caption {
	width: 60%;
	height: 100%;
	left: 5%;
	top: 37%;
	background-color: rgba(0,0,0,0) !important;
}
}

@media all and (max-width: 480px) {
.flex-caption h1, field-content-caption p, .flex-caption strong {
	font-size: 1.1em !important;
	line-height: 1.1em !important;
}
}

@media all and (max-width: 320px) {
.flex-caption h1, field-content-caption p, .flex-caption strong {
	font-size: 1em !important;
	line-height: 1em !important;
}
}