/*CSS Structure
-------------------------------------------------- */
/* =Fontface */
/* =Headings */
/* =Content */
/* =Links */
/* =Lists */
/* =Tags */
/* =Media Queries */
/*-------------------------------------------------- */

/* =Fontface
-------------------------------------------------- */
/*Lato Regular*/
/*Lato Black*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

/*Open Sans Regular*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);

/* =Headings
-------------------------------------------------- */

h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', 'Helvetica', sans-serif;
	font-weight: 400;
}

h3{
	color: #319784;
}

h4{
	color: #333;
}

/* =Content
-------------------------------------------------- */
body{
	font-size: 14px;
	font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif
}

p{
	font-family: 'Open Sans',"Helvetica Neue",'Helvetica', sans-serif;
	font-weight: 400;
	line-height: 1.5em;
}

.lead{
	color: #319784;
	line-height: 1.6em;
}

.cs-highlight-text{
	color: #319784;
}

.cs-highlight-block{
	color: #fff;
	background-color: 319784;
}

/* =Links
-------------------------------------------------- */

a{
	color: #319784;
	text-decoration: underline;
}

a:hover{
	color: #319784;
	text-decoration: none;
}

a.cs-link-btn{
	display: inline-block;
	padding: 3px 8px;
	margin-right: 15px;
	text-decoration: none;
	color: #fff;
	background-color: #00476d;
	text-transform: uppercase;
}

a.cs-link-btn:hover{
	background-color: #003653;
}

/* =Lists
-------------------------------------------------- */

/* =Tags
-------------------------------------------------- */

a.tag{
	font-family: 'Lato',"Helvetica Neue",'Helvetica', sans-serif;
	font-weight: 700;
}

/* =Media Queries
-------------------------------------------------- */
