	@charset "utf-8";
body {
	background-color: #eaeaea;
}
/* CSS Document */
.darker {
	background-color: #e3e3e3;
	width: 100%;
}
.menu {
	width: 100%;
	/*height: 100px;
*/
	background-color: #e3e3e3;
}
.inset20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.green {
	background-color: #94c11f;
	height: 3px;
	width: 100%;
}
h1 {
	font-size: 2.4rem;
	font-family: Ubuntu;
	color: #88c836;
	text-transform: uppercase;
}
a {
	color: #94c11f;
}
a:hover {
	color: #81a71b;
}
h2 {
	font-size: 1.7rem;
	font-family: Ubuntu;
	text-align: left;
	color: #88c836;
	text-transform: uppercase;
}
h3 {
	font-size: 1.3rem;
	font-family: Ubuntu;
	text-align: left;
	color: #000000;
	text-transform: none;
}
h5 {
	font-size: 1rem;
}
h5 span{
	font-size: 0.8rem;
	color: #999;
	text-align: right;
	float: right;
}

h4 , h6 {
	font-family: Ubuntu;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.footer h2 {
	font-size: 1.5rem;
	font-family: Ubuntu;
	text-align: left;
	color: #88c836;
	text-transform: uppercase;
}
p {
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
	color: #262626;
}
li {
	font-size: 1rem;
	text-rendering: optimizeLegibility;
}
.subfooter {
	background-color: #034a58;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.subfooter p {
	font-size: 0.7rem;
	color: #64919a;
	font-family: Arial, Helvetica, sans-serif;
}
p.lead {
	font-size: 1.21875rem;
	line-height: 1.6;
}
p aside {
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.35;
}
button, .button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: Ubuntu;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 1rem 2rem 1.0625rem 2rem;
	font-size: 1.3rem;
	background-color: #94C11F;
	border-color: #81a71b;
	color: #FFFFFF;
	transition: background-color 200ms ease-out 0s;
	-webkit-transition: background-color 200ms ease-out 0s;
	-moz-transition: background-color 200ms ease-out 0s;
	-ms-transition: background-color 200ms ease-out 0s;
	-o-transition: background-color 200ms ease-out 0s;
}
button:hover, button:focus, .button:hover, .button:focus {
	background-color: #81a71b;
}
button:hover, button:focus, .button:hover, .button:focus {
	color: #FFFFFF;
}
button.radius, .button.radius {
	border-radius: 4px;
}
button.center-align, .button.center-align {
	text-align: center;
	text-indent: 0.75rem;
}
.google-maps {
	position: relative;
	padding-bottom: 30%;
	// This is the aspect ratio        height: 0;
	overflow: hidden;
}
@media screen and (min-width:0em) and (max-width:39.9375em) {
.google-maps {
	padding-bottom: 75%;
	// This is the aspect ratio
}
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
	bottom: 0;
	position: absolute;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 0.875rem;
	width: 37%;
	padding-top: 3rem;
	padding-right: rem;
	padding-bottom: 3rem;
	padding-left: 3rem;
	height: 100%;
}
.orbit-container .orbit-slides-container > * .orbit-caption h3 {
	color: rgba(0,0,0,0.5);
	text-align: center;
}
.orbit-container .orbit-slides-container > * .orbit-caption p {
	color: #FFF;
	text-align: center;
	font-size: 0.75rem;
}
@media only screen and (min-width:40.0625em) {
}
@media screen and (min-width:40.0625em) and (max-width:64em) {
.orbit-container .orbit-slides-container > * .orbit-caption {
	bottom: 0;
	position: absolute;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 0.875rem;
	width: 37%;
	padding-top: 1.5rem;
	padding-right: rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	height: 100%;
}
.orbit-container .orbit-slides-container > * .orbit-caption h3 {
	color: rgba(0,0,0,0.5);
	font-size: 0.9rem;
	text-align: center;
}
.orbit-container .orbit-slides-container > * .orbit-caption p {
	color: #FFF;
	text-align: center;
	font-size: 0.67rem;
}
}
.footer {
	background-color: #045565;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer p {
	font-family: inherit;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
	color: #ADC6DA;
}
.footer li {
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: normal;
	line-height: 1.6rem;
	text-rendering: optimizeLegibility;
	color: #c9c9c9;
	margin-bottom: 1px;
}
.footer a {
	text-rendering: optimizeLegibility;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-rendering: optimizeLegibility;
	color: #B3DDEA;
	text-decoration: none;
}
.footer ul {
	margin-left: 0px;
	list-style-type: none;
}
/* footer */
.footer li {
	color: #95E9FB;
}
.footer li a {
	color: #ADC6DA;
	text-decoration: none;
	height: 1.55rem;
	width: 90%;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.5rem;
	background-color: #034B5A;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.footer li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #023C48;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.media-object {
	margin-bottom: 0.5rem;
	display: block
}
.media-object img {
	max-width: none
}
@media screen and (min-width:0em) and (max-width:39.9375em) {
.media-object.stack-for-small .media-object-section {
	display: block;
	padding: 0 0 1rem
}
.media-object.stack-for-small .media-object-section img {
	width: 100%
}
}
.media-object-section {
	display: table-cell;
	vertical-align: top
}
.media-object-section:first-child {
	padding-right: 1rem
}
.media-object-section:last-child:not(+&:first-child) {
	padding-left: 1rem
}
.media-object-section.middle {
	vertical-align: middle
}
.media-object-section.bottom {
	vertical-align: bottom
}

.columns-150 {min-height: 140px;}

.slideshow-wrapper .preloader {
	border-radius: 1000px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: rotate;
	animation-timing-function: linear;
	display: block;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(136,200,54,0);
	border-right-color: #FFFFFF;
	border-bottom-color: rgba(136,200,54,0);
	border-left-color: #FFFFFF;
}

