@charset "utf-8";
/* CSS Document */
body, html {
	height: 100%;
	width: 100%;
}
body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
p, li, blockquote{
	font-weight:400;
	line-height:150%;
	font-size:14px;
}
blockquote{
	border-top:0;
	border-bottom:0;
	border-right:0;
}
.content-section-a .col-lg-5, .content-section-b .col-lg-5 div{
	width:42%;
	float:left;
}
.content-section-a .col-lg-6{
	width:50%;
	float:left;
}

.row:after{
  visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.content-section-a .col-lg-offset-1, .content-section-b .col-lg-5>div:last-child {
    margin-left: 8%;
}
.spacer{
	padding:25px 0;
}