/*.header {
	border-width: 0.14px;
	border-color: #b5b7ba;
	border-style: solid;
	background-color: #dfdfdf;
	height: 48px;
	text-align: center;
	padding-top: 20px;
}

.header a{
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 100;
	padding-right: 25px;
	
}

.footer{
	background-color: #434445;
	height: 80px;
	padding-top: 60px;
	color: #a4a4a4;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
}
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f7f7f7;
	font-family: 'Roboto', sans-serif;
}

.header {
	border-bottom: 1px solid #b5b7ba;
	background-color: #dfdfdf;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	padding-top: 18px;
}

.header .selected {
	color: #000;
}

.center {
	margin: 0 auto;
}

.header a {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 100;
	text-align: left;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding-right: 40px;
}

.header span{
	padding: 0 38px;
}

.content {
	height: 806px;
	margin: 0 auto;
	min-height: calc(100vh - 140px);
}

.content h1 {
	width: 100%;
	float: left;
	text-align: center;
	color: #2e353d;
	font-size: 40px;
	font-weight: 300;
	margin-top: 63px;
	margin-bottom: 75px;
}

.content h3 {
	color: #242424;
	font-size: 35px;
	font-weight: 300;
	text-align: left;
	margin-left: 41px;
	margin-bottom: 52px;
}
.content h5 {
	color: #242424;
	font-size: 24px;
	text-align: left;
}

.content img {
	margin-left: 17px;
	width: 389px;
	border-radius: 50%;
}

.content .box_text {
	width: 600px;
	background-color: #ffffff;
	float: right;
	padding: 49px 48px 51px 76px;
	margin-bottom: 100px;
}

.content #box_text p{
	color: #242424;
	font-size: 24px;
	font-weight: 100;
	text-align: left;
	margin-bottom: 31px;
}

.content #box_text a {
	color: #40678a;
	font-size: 24px;
	font-weight: 100;
	text-align: center;
	text-decoration: none;
	padding-right: 30px;
}

.content .media{
	margin-right: 0;
}

.content .box{
	background-color: #ffffff;
	width: 1238px;
	height: 446px;
	margin: 170px auto 0 auto;
	padding-top: 37px;
	padding-left: 38px;
}

.content .box p{
	color: #242424;
	font-size: 24px;
	font-weight: 100;
	text-align: left;
	margin-top: 37px;
	margin-bottom: 30px;
}

.content .box input {
	border: 1px solid #a0a0a0;
	background-color: #f5f5f5;
	width: 457px;
	height: 34px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 12px;
}

.content .box a {
	display: block;
	float: left;
	background-color: #8cbbd3;
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	margin-top: 30px;
	padding: 11px 51px;
}
.content .box a:hover{
	background-color: #5ba1d3;
}

.footer{
	background-color: #434445;
	width: 100%;
	float: left;
	height: 140px;
	text-align: center;
	color: #a4a4a4;
	font-size: 20px;
	font-weight: 100;
	line-height: 140px;
}
.footer a{
	color: inherit;
}