@font-face {
	font-family: 'Ted Next';
	src: url('fonts/TedNext-Medium.otf');
	font-weight: normal;
}

@font-face {
	font-family: 'Ted Next';
	src: url('fonts/TedNext-Bold.otf');
	font-weight: bold;
}

body {
	margin: 0;
	font-family: 'Ted Next', sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#header {
	height: 126px;
	width: 100%;
	background-color: #e33f24;
	color: white;
}

#main_logo {
	float: left;
	width: 20%;
}

#main_logo > img {
	margin-left: 50px;
	width: 187px;
	margin-top: 28px;
}

#main_links {
	float: left;
	width: 60%;
	text-align: center;
	padding-left: 0px;
	margin-top: 50px
}

#main_links > li {
	display: inline;
	padding-left: 30px;
	padding-right: 30px;
}

#apply_now {
	float: left;
	width: 20%;
	text-align: right;
	height: 126px;
	margin-top: 50px;
}

.apply_now_button {
	background-color: 2b65fe;
	color: white;
	border-radius: 12px;
	padding: 12px 23px 12px;
	box-shadow: 5px 5px #0a3676;
	margin-right: 20px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

#summary_container {
	background-image: url("img/tile.png");
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

#summary_box {
	margin: 0 auto;
	width: 990px;
	background-color: rgba(255, 255, 255, 0.94);
}

#summary {
	padding: 50px 147px;
}

#summary_title {
	font-family: 'Solway', serif;
	font-weight: 700;
	font-size: 88;
	line-height: 90px;
}

#summary_description {
	line-height: 24px;
	margin-top: 20px;
}

#summary_apply_now {
	margin-top: 40px;
	margin-bottom: 30px;
}

#who_we_are_container {
	background-color: #e33f24;
	color: white;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

#who_we_are_box {
	margin: 0 auto;
	width: 990px;
	background:
	    url("img/h-left-top.png") left top no-repeat,
	    url("img/h-right-top.png") right top no-repeat,
	    url("img/h-left-bottom.png") left bottom no-repeat,
	    url("img/h-right-bottom.png") right bottom no-repeat
}

#who_we_are {
	padding: 50px 147px;
}

#who_we_are_title {
	font-family: 'Solway', serif;
	font-weight: 700;
	font-size: 64;
	line-height: 90px;
}

#how_it_works {
	width: 884px;
	margin: 0 auto;
}

#how_it_works_title {
	font-size: 64px;
	font-family: 'Solway', serif;
	font-weight: 700;
	color: #0A3676;
	text-align: center;
	margin-top: 60px;
}

#how_it_works_description {
	text-align: center;
}

#how_it_works_apply_now {
	text-align: center;
	margin-top: 30px
}

#form_container {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #175945;
}

#main_form {
	max-width: 990px;
	margin: 0 auto;
	height: 500px;
}
