body {
	margin: 0 auto;
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}

.wrapper {
	max-width: 960px;
	margin: 0 auto;
}

.banner {
	margin: 0 auto;
	background-color: #ECECEC;
	padding: 40px 0;
	font-size: 20px;
	line-height: 27px;
	border-bottom: 1px solid #DBDBDB;
}

.banner a, .banner a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #ECECEC;
}

.banner a:hover {
	border-bottom: 1px solid #A6A6A6;
}

header {
	font-weight: 300;
	font-size: 31px;
	line-height: 55px;
	padding: 100px 0;
}

section {
	border-top: 1px solid #9A9A9A;
}

article {
	text-align: left;
	margin: 0 auto;
	max-width: 600px;
}

p {
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 30px;
	max-width: 600px;
	margin: 0 auto;
}

.quote_left {
	float: left;
	display: inline-block;
	width: 120px;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	color: #9A9A9A;
	margin-top: 5px;
}

.quote_right {
	float: right;
	display: inline-block;
	width: 120px;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	color: #9A9A9A;
	margin-top: 3px;
}

.quote_left *, .quote_right * {
	padding: 0;
}

b {
	font-weight: 700;
}

h1 {
	/*color: #219958;*/
	font-weight: 900;
	font-size: 56px;
}

h2 {
	margin-top: 15px;
}

h3 {
	font-weight: 700;
	font-size: 15px;
	line-height: 27px;
	text-transform: uppercase;
	color: #9A9A9A;
	letter-spacing: 0.4px;
	padding-top: 27px;
	margin-bottom: 15px;
	/*border-bottom: 1px solid #DCDCDC;*/
	max-width: 600px;
}

h3 a:hover{
	color: #9A9A9A;
}

p a, li a, .quote_left a, .quote_right a {
	border-bottom: 1px solid #DCDCDC;
	text-decoration: none;
	color: #333333;
}

ul, li {
	display: inline;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #727272;
}

li a{
	color: #727272;
	margin-right: 8px;
}

a:hover{
	color: #333333;
}

.logos {
	margin-bottom: 27px;
}

.logos li {
	display: inline-block;
	width: 160px;
	height: 80px;
	padding: 0;
	margin: 0;
}

.logos img {
	width: 100%;
}

.members {
	padding-bottom: 27px;
	max-width: 820px;
	margin: 0 auto;

}

.scale {
	max-width: 100%;
	margin: 0 auto;
}

iframe {
	margin-bottom: 27px;
	width: 100%;
}

.btn {
	background-color: #333333;
	padding: 14px 16px;
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 3;
  	-moz-border-radius: 3;
 	border-radius: 3px;
}

.btn:hover {
	background-color: #000;
}

.btn a {
	text-decoration: none;
	color: #fff;
}

footer {
	padding: 90px 0;
}

@media (max-width: 800px) {
	.wrapper {padding: 2em 1em;}
	header {padding: 50px 0; font-size: 36px; line-height: 42px;}
	h1 {font-size: 48px; line-height: 48px;}
	p {font-size: 18px; line-height: 24px;}
	.quote_left {margin-right: 20px; margin-bottom: 20px;}
	.quote_right {margin-left: 20px; margin-bottom: 20px;}
}
