/* # Genesis Child Theme
Theme Name: Jeb2016
Theme URI: http://jeb2016.com/
Description: Genesis child theme for Jeb2016.com
Author: Jeb2016.com
Template: genesis
*/

body {
	background-color: #204462;
	font-family: Georgia, 'Georgia', serif;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, 'Georgia', serif;
}

a {
	color: #227CAE;
}

.site-container {
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.home .site-container {
	background-size: cover;
	background-position: center;
}

.site-header {
	min-height: 0;
	background-color: transparent;
}

.site-header .wrap {
	padding: 0;
}

.title-area,
.site-title,
.site-title a,
.site-description {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	position: absolute;
	visibility: none;
	display: none;
}

.site-footer {
	background-color: #204462;
	font-family: Lato, 'Lato', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
}

.site-footer p,
.site-footer .menu {
	margin: 20px 0;
}

.site-footer .logo img {
	width: 80px;
	display: inline-block;
}

.site-footer .menu li {
	list-style-type: none;
	margin: 0 10px;
	display: inline-block;
}

.site-footer .menu a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}

.site-footer .menu a:hover {
	text-decoration: underline;
}

.site-footer .disclaimer span {
	display: inline-block;
	padding: 10px 50px;
	border: 1px solid #fff;;
	font-size: 10px;
}

.entry {
	font-size: 20px;
	padding: 10% 4% 4%;
}

.content .entry {
	background-color: transparent;
}

.entry-title {
	text-align: center;
	font-size: 60px;
	margin-bottom: 40px;
}

.has-thumbnail .entry-title {
	font-size: 120px;
	margin-bottom: 10px;
}

.home .entry {
	background-color: transparent;
	padding: 10% 4% 35%;
	text-align: center;
}

.home .entry-content * {
	color: #fff;
}

.home .entry-content h2 {
	font-size: 40px;
}

.has-thumbnail .entry-title,
.has-thumbnail .entry-content h1,
.has-thumbnail .entry-content h2,
.has-thumbnail .entry-content h3 {
	color: #fff;
	text-shadow: 1px 1px 2px #555;
}

.gform_wrapper {
	background-color: #eee;
	padding: 2.564102564102564%;
	max-width: 600px;
	margin: 60px auto;
}

.gform_wrapper .gform_body ul {
	margin: 0;
	padding: 0;
}

.gform_wrapper .gfield {
	list-style-type: none;
	margin-bottom: 2.564102564102564%;
}

.gform_wrapper .gfield .gfield_label {
	display: none;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield textarea {
	font-size: 16px;
}

.gform_wrapper .gfield textarea {
	height: 200px;
}

@media only screen and (max-width: 767px) {
	.home .entry {
		padding: 10% 4% 100%;
	}

	.has-thumbnail .entry-title {
		font-size: 60px;
	}

	.site-container {
		background-size: auto 40%;
	}

	.gform_footer input {
		width: 100%;
	}

	.site-footer .menu li {
		display: block;
		margin: 20px;
	}

	.site-footer .disclaimer span {
		padding-left: 40px;
		padding-right: 40px;
	}
}