@charset "UTF-8";

/* Global Styles */

body {
    color: #000000;
    line-height: 1.5em;
    font-family: Arial;
    font-size: 14px;
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-color: #FFFFFF;
    height: auto;
}
.page {
    max-width: 2000px;
    margin: 0px auto;
    position: relative;
    background-size: cover;
    background-repeat: repeat-x;
    padding-bottom: 0px;
}

h1 {
    color: #ff8900;
    margin: 0em 0em .5em 0em;
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    font-style: normal;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
    font-size: 1.7em;
    margin: 0em 0em 1em 0em;
    color: #FE8600;
    line-height: 1em;
    text-align: center;
}
h3 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
	color: #014B64;
	margin-bottom: 1em;
}
h4 {
    font-size: 1.2em;
    margin-top: 0px;
    margin-right: 0em;
    margin-left: 0em;
    color: #014B64;
    margin-bottom: 0px;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.center {
	background-repeat: no-repeat;
	text-align: center;
}

p {
    margin: 0px 0px .75em 0px;
    font-size: 1em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 
a {
	color: #004C66;
}
a:hover {
    color: #FF9200;
}
a.cta {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background-repeat: no-repeat; 
	background-image: url(../images/cta_arrow.png);
	background-position: right top;
	color: #358CDD;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	 
}
a.cta:hover {
	background-position: right -50px;
	color: #E7702E;
}
a.cta2 {
	text-transform: lowercase;
	font-size: 0.6em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background-repeat: no-repeat;
	background-position: right top;
	color: #358CDD;
	 
}
a.cta2:hover {
	background-position: right -50px;
	color: #E7702E;
}


 

footer {
    font-size: .85em;
    color: #EFEFEF;
    min-height: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
footer p {
    font-size: 1em;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    width: auto;
    border: thin none rgba(255,255,255,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}

.promo h3 {
    font-size: 1.2em;
    color: #000000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 1em;
    margin-left: 0px;
    line-height: 1em;
    text-align: center;
}
.promo p {
    line-height: 1.3em;
    font-size: 1.2em;
    margin-bottom: .5em;
    text-align: center;
    color: #000000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.promo p-inside {
    line-height: 1.3em;
    font-size: 1.2em;
    margin-bottom: .5em;
    text-align: center;
    color: #000000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.promo {
    background-repeat: no-repeat;
    text-align: center;
}

.promo.one {
	width: auto;
	float: right;
	background-repeat: no-repeat;


}
a.bottom_btn {
	display: inline-block;
	border: 1px solid rgba(255,255,255,.5);
	padding: 5px 20px 5px 10px;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	width: 125px;
	transition: background-color .5s, border-color .5s, padding .5s, width .5s;
	position: relative;
	overflow: hidden;
	line-height: 10
				px
			}
a.bottom_btn:hover {
	width: 125px;
	background-color: rgba(0,0,0,.2);
	border-color: #fff;
	padding-left: 20px;
}
a.bottom_btn::after { content:''; display: block; width: 10px; height: 100px; background-color: #FCBA68; position: absolute; top: 0px; left: -10px; transition: left .5s;}
a.bottom_btn:hover::after { left: 0px;}
a.sm_btn {
    display: inline-block;
    border: 1px solid rgba(255,255,255,.5);
    text-decoration: none;
    letter-spacing: 2px;
    color: #fff;
    width: 75px;
    position: relative;
    line-height: 10
				px;
    height: auto;
    margin-right: 15px;
    margin-top: 10px;
    left: 85%;
    top: 50%;
			}
a.sm_btn:hover {
    border-color: rgba(255,255,255,0.75);
	 
}



a.btn {
	display: inline-block;
	border: 1px solid rgba(8,128,92,1.00);
	padding: 5px 20px 5px 10px;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 0px 0px 10px 0px;
	color: #08805C;
	width: 125px;
	transition: background-color .5s, border-color .5s, padding .5s, width .5s;
	position: relative;
	overflow: hidden;
	line-height: 10
				px
			}
			
			a.btn:hover {
	width: 115px;
	background-color: rgba(0,0,0,.2);
	border-color: #08805C;
	padding-left: 20px;
}
			
			a.btn::after {
	content: '';
	display: block;
	width: 10px;
	height: 100px;
	background-color: #FCD109;
	position: absolute;
	top: 0px;
	left: -10px;
	transition: left .5s;
}
			
			a.btn:hover::after { left: 0px;}
.clear-fix {
	clear: both;
	line-height: 1px;
	width: auto;
}
.gallery img {
	display: block;
	margin-bottom: 0;
}
p.caption {
	font-style: italic;
	text-align: center;
}
.gallery {
	width: 100%;
	float: left;
	margin-right: 5%;
}
img, object, embed, video  {
	max-width: 100%;
}
 
 iframe {
}
 
.tint {
    background-color: rgba(255,137,0,0.08);
}
