@charset "utf-8";
/* CSS Document */
body { margin: 0; padding: 0; overflow-x:hidden;}
/* Font */
h1{ font-family:Montserrat; font-size:32px; font-weight:300; line-height:50px; color:#fff;}
h2{ font-family:Montserrat; font-size:28px; font-weight:300; line-height:35px;}
h2.redText{color:#b80838;}
h2.blueText{color:#0079c1;}
h2.whiteText{color:#ffffff;}
h3{ font-family:Open Sans; font-size:40px; font-weight:300; line-height:35px;}
h4{ font-family:Montserrat; font-size:28px; font-weight:300; line-height:35px; color:#fff;}
h5{ font-family:Montserrat; font-size:25px; font-weight:400; line-height:28px; color:#fff;}
h6{ font-family:Open Sans; font-size:20px; font-weight:300; line-height:28px; color:#fff;}
ul, li{ font-family:Open Sans; font-size:15px; padding-top:0; margin-top:0; text-align:left;}
h1 .blueText{ font-family:Open Sans; font-size:32px; font-weight:300; line-height:50px; color:#fff;}
h4.greyText{ font-family:Open Sans; font-size:25px; font-weight:300; line-height:38px; color:#666666;}
p.subText{  font-family:Open Sans; font-size:24px; font-weight:300; line-height:30px; color:#666;}
p.white-subText{  font-family:Open Sans; font-size:24px; font-weight:300; line-height:30px; color:#fff;}
ul, li .whiteText{ color:#fff;}

p{
	font-family: Open Sans !important;
	font-size:16px;
	line-height:26px;
}
a:link, a:visited, a:hover{
	text-decoration:none;
}
.basic-container a:link, .basic-container a:visited{
	font-family:Montserrat;
	font-size:18px;
	color:#008ecf;
}
.basic-container a:hover{
	font-family:Montserrat;
	font-size:18px;
	color:#D31145;
}
.title-bar h2{
	color:#D31145;
}
.basic-container h2{
	font-family:Montserrat;
	font-size:3em;
}
.basic-container h3{
	font-family:Montserrat;
	font-size:2em;
	font-weight:400;
	line-height:30px;
}
.basic-container h3 a:link{
	font-family:Montserrat;
	font-size:1em;
	font-weight:400;
}
.basic-container h4, h4{
	font-family:Open Sans;
	font-weight:300;
	font-size:25px;
	line-height:30px;
}
.basic-container p{
	font-family:Open Sans;
	font-size:16px;
	line-height:23px;
}
.basic-quote p{
	font-weight:300;
	font-size:25px;
	line-height:30px;
	text-indent:-8px;
}
.whiteText{
	color:#fff;
}
/* Font */
/* BG */
.bg-grey{
	background-color:#fbfbfb;
}
.bg-red{
	background-color:#c11940;
}
.bg-dust{
	background-image:url(../images/bg-dust.png);
	background-repeat:repeat;
}
.bg-brushed-metal{
	background-image:url(../images/bg-brushed-metal.jpg);
	background-repeat:repeat-y;
	background-size:100% 100%;
}
/* BG */
/* Containers */
.basic-container{
	margin-top:70px;
	width:100%;
}
.title-bar{
	padding:50px 0px;
	text-align:center;
	background-color:#fff;
}
.basic-section{
	width:70%;
	padding:50px 15%;
	background-color:#fff;
	display:table;
}
hr{
	border-top:1px solid #e7e5e5;
	border-bottom:0px;
	height:0px;
	margin:0;
	padding:0;
	width:100%;
}
/* Containers */
/* Columns */
.full-column{
		width:100%;
	}	
.half-column{
	width:48%;
	margin-right:4%;
	float:left;
}
.three-columns{
	width:30%;
	margin-right:5%;
	float:left;
}
.three-columns-r{
	width:30%;
	margin-left:5%;
	float:left;
}
.two-three-columns{
	width:65%;
	float:left;
}
.end{
	margin-right:0%;
}
.center-column{
	width:50%;
	margin-left:25%;
	margin-right:25%;
	text-align:center;
}
/* Columns */
/* Cta Btn */
.ctaBtn2 {
	width:250px;
	padding: 20px 15px;
	margin:30px 0;
	background: #008ecf;
	border: 0;
	font-size: 20px;
	color: #FFFFFF;
	text-align:center;
	cursor:pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ctaBtn2:hover{
	width:250px;
	padding: 18px 15px;
	margin:30px 0;
	background: #FFF;
	border: 2px solid #008ecf;
	font-size: 20px;
	color: #008ecf;
	text-align:center;
	cursor:pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* Cta Btn */	
.valign{
	display:table-cell;
	vertical-align:middle;
}
.smallInclude{
	display:none;
}		
@media screen and (min-width: 771px) and (max-width: 980px) {

	/* Columns */
	.full-column{
		width:100%;
	}	
	.half-column{
		width:46%;
		margin-right:8%;
		float:left;
	}
	.three-columns{
		width:100%;
		margin-right:0%;
		float:left;
	}
	.two-three-columns{
		width:100%;
		margin-right:0%;
		float:left;
	}
	.end{
		margin-right:0%;
	}
	.center-column{
		width:80%;
		margin-left:10%;
		margin-right:10%;
		text-align:center;
	}
	
	/* Columns */
	
}

@media screen and (max-width: 770px) {

	.basic-container h2{
		font-family:Montserrat;
		font-size:30px;
	}
	.basic-container h3{
		font-family:Montserrat;
		font-size:20px;
		font-weight:400;
	}
	/* Columns */
	.basic-container{
		margin-top:70px;
		width:100%;
	}	
	.basic-section{
		width:80%;
		padding:50px 10%;
		background-color:#fff;
	}
	.half-column{
		width:100%;
		margin-right:0%;
		float:left;
	}
	.three-columns{
		width:100%;
		margin-right:0%;
		float:left;
	}
	.two-three-columns{
		width:100%;
		margin-right:0%;
		float:left;
	}
	.center-column{
		width:100%;
		margin-left:0%;
		margin-right:0%;
		text-align:left;
	}
	/* Columns */
	.smallInclude{
		display:block;
	}	
	
}
