body {
	font-family: 'Open Sans', sans-serif;
}

a {
	color:#ca0f00;
}
a:hover {
	color:#808080;
}

a:link,a:visited,a:active {
	outline:0;
}

p {
	font-size:16px;
	line-height:25px;
	font-weight:400;
	color:#000;
}


li {
list-style: none;
}

input[type="radio"] {
	-webkit-appearance: none;
}

input[type="submit"] {
	-webkit-appearance: none;
}


.no-padding {
	padding:0;
}

.space10 {
	margin-bottom:10px;
}

.space15 {
	margin-bottom:15px;
}

.space20 {
	margin-bottom:20px;
}

.space25 {
	margin-bottom:25px;
}

.space30 {
	margin-bottom:30px;
}

.space35 {
	margin-bottom:35px;
}

.space40 {
	margin-bottom:40px;
}

.space50 {
	margin-bottom:50px;
}

.space60 {
	margin-bottom:60px;
}

.space70 {
	margin-bottom:70px;
}

.space80 {
	margin-bottom:80px;
}

.space90 {
	margin-bottom:90px;
}

#top {
	text-align: center;
	padding: 200px 0 0;
	background: url("../images/epiclanding_bg.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
}

#top h1 {
    color: #f37636;
    font-size: 72px;
    font-weight: 600;
}

#top h1 span {
    font-weight: 900;
}

a.top-logo img {
    margin-bottom: -180px;
    margin-top: 60px;
}

a.top-logo {
	margin-top: 70px;
	transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	opacity: 1;
}

a.top-logo:hover {
	cursor: pointer;
	opacity: .8;
}

#body-content {
	padding: 180px 0 80px;
}

#body-content img {
	padding: 0 50px;
}

#body-content h2 {
	font-size: 30px;
	padding-top: 20px;
	color: #139fba;
}


p.descrip {
	color: #333333;
	padding-top: 40px;
    font-size: 20px;
    line-height: 30px;
}

p.descrip em {
    font-weight: 700;
}

p.fine-print {
	text-align: left;
	font-size: 10px;
	line-height: 14px;
	color: #9a9898; 
	padding-right: 36px;
}


.infusion-form {
	margin-top: 40px;
}


.infusion-field-1 input, .infusion-field-2 input{
	border-radius: 4px;
	padding-left: 14px;
	color: #808080;
	background: #fafafa;
	border: 1px solid #cdcdcd;
	width: 48%;
}

.infusion-field-1 input {
	float: left;
}

.infusion-field-2 input {
	float: right;
}

.infusion-submit {
	text-align: center;
}

.infusion-submit input{
	background: #f37636;
	border: none;
	color: #fff;
	font-size: 20px;
	font-family: Lato, sans-serif;
	font-weight: 300;
	border-radius: 4px;
	padding: 20px auto;
	height: 50px;
	width: 200px;
	margin: 10px auto;
	transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
}

.infusion-submit input:hover {
	cursor: pointer;
	background: #ca4d0e;
	color: #cccccc;
}

.footer {
	background: #139fba;
}

.footer-inner {
	padding: 20px 0;
}

.footer-inner p {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #91c9d7;
	font-size: 12px;
	margin-bottom: 0;
    margin-top: -15px;
}

.footer-inner a {
	color:#757575;
}

.footer-logo {
	padding-right: 20px;
	padding-left: 136px;
	display: inline-block;
}

.bottom-social {
	display:table;
	float: right;
	margin-bottom: 0;
}

.bottom-social li {
	float:left;
	padding: 0 14px 10px;
	position:relative;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	font-size: 20px;
}

.bottom-social li a {
	color: #ffffff;
}

.bottom-social li a:hover {
	color: #fff;
	background: #0086a1;
	border-radius: 4px;
	padding: 10px 14px;
	margin-left: -14px;
	margin-right: -14px;
}



/* THANK YOU PAGE */


.thankyou-h1 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;  
    color: #f37636;
    font-size: 72px;
}

p.thankyou-p1 {
	font-size: 30px;
	line-height: 42px;
}

p.thankyou-p2 {
	font-size: 18px;
	line-height: 26px;
}

p.thankyou-p3 {
	margin-top: 60px;
	font-size: 14px;
	line-height: 20px;
	color: #9a9a9a;
	font-style: italic;
}



/* Landscape Tablet Styles */

@media only screen and (min-width:960px) and (max-width:1024px){

#top {
	padding: 160px 0 0;
}
    
    
.footer-logo {
	padding-left: 76px;
}

}



/* Portrait Tablet Styles */

@media only screen and (min-width:768px) and (max-width:959px){

#top {
	padding: 140px 0 0;
}
    
#body-content img {
	padding: 0;
}

p.descrip {
	padding-top: 40px;
}

.footer-logo {
	padding-left: 30px;
	padding-right: 15px;
}

}


/* LANDSCAPE PHONE STYLES */ 

@media only screen and (max-width:767px){


#top {
	padding: 80px 0 0;
}

a.top-logo img {
	width: 60%;
}

#body-content img {
	padding-left: 0;
    margin-top: 40px;
    width: 100%;
}

p.descrip {
	padding-top: 30px;
	padding-right: 0;
}

.infusion-field-1 input, .infusion-field-2 input {
	width: 100%;
}
    
.infusion-submit input {
    width: 100%;
}

p.fine-print {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding-right: 0;
}

.footer {
	text-align: center;
}

.footer-logo {
	padding-left: 0;
	padding-right: 0;
}

.footer-inner p {
	margin-bottom: 20px;
}

.bottom-social {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

}



/* PORTRAIT PHONE STYLES */ 

@media only screen and (max-width:479px){



a.top-logo img {
	width: 70%;
}

#top h1 {
    font-size: 50px;
}
    
a.top-logo img {
    margin-bottom: -115px;
    margin-top: 60px;
}

#body-content img {
    margin-top: 0;
}

.footer {
	text-align: center;
}

.bottom-social {
	float: none;
	margin-right: auto;
	margin-left: auto;
}



}

