@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;
	overflow-x: hidden;
}

h1, h2 {
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: -5px;
}

#apply_now_link, #summary_apply_now, #who_we_are_apply_now, #how_it_works_apply_now, #how_it_works, #apply_now {
	display: none;
}

.how_it_works_step:last-child {
	display: none;
}

#header {
	height: 220px;
	width: 100%;
	background-color: #e33f24;
	color: white;
}

#main_logo {
	text-align: center;
	height: 134px;
}

#main_logo > img {
	height: 94px;
	margin-top: 40px;
}

#main_links {
	text-align: left;
	padding-left: 0px;
	margin-top: 32px;
	white-space: nowrap;
}

#main_links > li {
	display: inline;
	padding-left: 60px;
	padding-right: 60px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.6px;
}

#main_links > li:last-child {
	padding-right: 0;
}

#main_links > li a {
	color: white;
	text-decoration: none;
}

#language_selector {
	float: right;
	margin-top: -45px;
	margin-right: 50px;
	margin-bottom: 0px;
}

#language_selector li {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.6px;
	margin-left: 50px;
	float: left;
	width: 20px;
}

#language_selector li a {
	text-decoration: none;
	color: white;
}

#language_selector li.selected a::after {
	content: '.';
    display: inline-block;
    position: relative;
    float: left;
    bottom: 18px;
    left:7px;
    font-size: 35px;
}

#mobile_menu_open, #mobile_menu_close {
	display: none;
}

#apply_now_link {
	float: left;
	width: 20%;
	text-align: right;
	height: 126px;
	margin-top: 50px;
}

.apply_now_button {
	background-color: 2b65fe;
	color: white;
	border-radius: 12px;
	padding: 14px 23px 14px;
	box-shadow: 5px 5px #0a3676;
	margin-right: 20px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

#about {
	background-image: url("img/tile2.png");
	padding-top: 167px;
	padding-bottom: 219px;
	text-align: center;
}

#summary_box {
	margin: 0 auto;
	max-width: 990px;
	background-color: rgba(255, 255, 255, 0.94);
	box-shadow: 0px 3px 6px #00000029;
}

#summary {
	max-width: 670px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 27px;
	padding-right: 27px;
}

#summary_title {
	font-family: 'Solway', serif;
	font-weight: 700;
	font-size: 88;
	line-height: 87px;
	margin-bottom: 11px;
}

#summary_description {
	line-height: 24px;
	max-width: 660px;
}

#summary_apply_now {
	margin-top: 40px;
}

#whatsnew {
	background-color: #EFEFEF;
	padding-top: 25px;
	padding-bottom: 50px;
}

#whatsnew_container {
	margin: 0 auto;
	max-width: 1180px;
}

#whatsnew h2 {
	font-size: 24px;
	letter-spacing: -0.58px;
	font-family: 'Solway', serif;
	font-weight: 700;
	color: #0A3676;
	margin-bottom: 15px;
}

.whatsnew_flex {
	display: flex;
}

.whatsnew_entry {
	max-width: 487px;
	width: 100%;
	display: inline-block;
	background-color: white;
	padding: 40px 50px;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
}

.whatsnew_entry:first-child {
	margin-left: 0px;
}

.whatsnew_entry:last-child {
	margin-right: 0px;
}

.whatsnew_entry .whatsnew_text {
	width: 330px;
	display: inline-block;
}

.whatsnew_entry h4 {
	font-weight: 400;
}

.whatsnew_entry p {
	line-height: 36px;
}

.whatsnew_entry p.whatsnew_firstp {
	font-size: 24px;
	font-weight: 700;
}

.whatsnew_entry a {
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1.8px;
}

.whatsnew_entry img {
	max-width: 135px;
    vertical-align: top;
}

.whatsnew_entry .whatsnew_text img {
	display: none;
}

#who_we_are {
	background-color: #e33f24;
	color: white;
	text-align: center;
	padding-top: 172px;
	padding-bottom: 154px;
}

#who_we_are_box {
	margin: 0 auto;
	padding-top: 118px;
	padding-bottom:118px;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 990px;
	background:
	    url("img/h-left-top.png") left 30px top no-repeat,
	    url("img/h-right-top.png") right 30px top no-repeat,
	    url("img/h-left-bottom.png") left 30px bottom no-repeat,
	    url("img/h-right-bottom.png") right 30px bottom no-repeat
}

#who_we_are_content {
	max-width: 660px;
	margin: 0 auto;
}

#who_we_are_title {
	font-family: 'Solway', serif;
	font-weight: 700;
	font-size: 64px;
	line-height: 90px;
	margin-bottom: -16px;
}

#who_we_are_description {
	line-height: 24px;
}

#who_we_are_apply_now {
	padding-top: 46px;
}

#featured_partners {
	text-align: center;
	max-width: 1290px;
	margin: 0 auto;
}

.beneficiaries_container {
	max-width: 1180px;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
}

.beneficiary {
	width: 300px;
	text-align: left;
	display: inline-block;
	margin-left: 45px;
	margin-right: 45px;
	margin-bottom: 90px;
	vertical-align: top;
}

.beneficiary p {
	margin: 0;
}

.beneficiary img {
	height: 75px;
	max-width: 300px;
	object-fit: scale-down;
}

.beneficiary h3 {
	margin-bottom: 0;
}

.beneficiary_report {
	font-weight: 700;
    letter-spacing: 2px;
    color: #2b65fe;
    margin-top: 50px;
    display: block;
    text-decoration: none;
}

.beneficiary_report img {
	padding-left: 15px;
	position: relative;
	top: 3px;
	height: auto;
}

#current_beneficiaries_title {
	font-family: 'Solway', serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 90px;
	margin-top: 184px;
    margin-bottom: 84px;
}

#past_beneficiaries_title {
    max-width: 1290px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 25px;
}

#how_it_works {
	padding-top: 173px;
	padding-bottom: 172px;
	background:
		url("img/howItWorks-graphic-2.png") right 29px top 106px no-repeat,
		url("img/howItWorks-graphic-1.png") left -40px bottom 41px no-repeat,
		url("img/howItWorks-graphic-3.png") right 79px bottom 236px no-repeat;
}

#how_it_works_box {
	max-width: 1070px;
	margin: 0 auto;
	padding-left: 27px;
	padding-right: 27px;
}

#how_it_works_title {
	font-size: 64px;
	font-family: 'Solway', serif;
	font-weight: 700;
	color: #0A3676;
	text-align: center;
}

#how_it_works_description {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}

.how_it_works_step {
	width: 30%;
	display: inline-block;
	margin-top: 45px;
	min-height: 137px;
	vertical-align: top;
}

.how_it_works_step p {
	line-height: 22px;
}

.how_it_works_step_number {
	font-size: 32px;
	font-family: 'Solway', serif;
	color: #0A3676;
	font-weight: 700;
}

.how_it_works_hor_spacer {
	width: 44px;
	height: 8px;
	background-color: #0A3676;
	border-radius: 12px;
	margin-top: 9px;
	margin-bottom: 23px;
}

.how_it_works_spacer {
	width: 4%;
	display: inline-block;
}

#how_it_works_apply_now {
	text-align: center;
	margin-top: 57px;
}

#apply_now {
	padding-top: 62px;
	padding-bottom: 58px;
	background-color: #175945;
}

#main_form {
	max-width: 872px;
	margin: 0 auto;
	border: 12px solid #7AB178;
}

#main_form div {
	height: auto !important;
}

#footer {
	margin-top: 43px;
	margin-left: 74px;
	margin-bottom: 37px;
	line-height: 27px;
}

#footer a {
	color: black;
	margin-left: 20px;
}

#footer a#footer_email {
	margin: 0
}

#footer p {
	margin: 0;
}

#footer_text {
	float: left;
}

#footer_logo {
	float: right;
	margin-right: 79px;
}

#footer:after{
    clear: both;
    content: "";
    display: block;
}

#logos_container {
	background-color: #EFEFEF;
}

#logos {
	margin: 0 auto;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}

#logos a {
	padding-left: 45px;
	padding-right: 45px;
}

#logos img {
	vertical-align: middle;
	max-height: 100px;
}

.logos_row {
	display: inline-block;
	padding-top: 35px;
	padding-bottom: 35px;
}

.logos_row a:last-child {
	direction: rtl;
}

@media screen and (max-width: 1500px) {
	#main_links > li {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 1400px) {
	.logos_row {
		width: 100%;
		max-width: 1400px;
	}

	#logos a {
		padding: 0;
		display: inline-block;
		width: 32%;
	}
}

@media screen and (max-width: 1200px) {
	#main_links > li {
		padding-left: 12px;
		padding-right: 12px;
		letter-spacing: 1px;
	}

	.beneficiaries_container {
		max-width: 750px;
	}

	.beneficiary {
		margin-left: 35px;
		margin-right: 35px;
	}

	#whatsnew h2 {
		margin-bottom: 0;
	}

	#whatsnew_container {
		max-width: 527px;
	}

	.whatsnew_flex {
		display: block;
	}

	.whatsnew_entry {
		padding: 40px 20px;
		margin: 18px 0;
	}
}

@media screen and (max-width: 1023px) {
	#header {
		height: 158px;
	}

	#main_logo {
		margin-left: 20px;
		margin-right: 90px;
		text-align: left;
	}

	#main_logo > img {
		text-align: left;
		max-width: 100%;
	}

	#main_links {
		display: none;
		margin-top: 166px;
		margin-bottom: 50px;
		text-align: center;
	}

	#main_links::-webkit-scrollbar {
		height: 0;
		width: 0;
	}

	#main_links > li {
		display: block;
		font-size: 18px;
		padding-top: 26px;
		padding-bottom: 26px;
	}

	#language_selector {
		display: none;
	}

	#mobile_menu_open, #mobile_menu_close {
		position: absolute;
		right: 18px;
		top: 54px;
	}

	#mobile_menu_open {
		display: block;
	}

	#apply_now_link {
		position: absolute;
		top: -13px;
		right: 0;
		width: auto;
		height: 0;
	}

	#header.mobile_menu_open {
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 10;
	}

	#header.mobile_menu_open #main_logo {
		display: none;
	}

	#header.mobile_menu_open #main_links {
		display: block;
	}

	#header.mobile_menu_open #language_selector {
		display: block;
		float: none;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 160px;
	}

	#header.mobile_menu_open #language_selector li {
		float: none;
		margin-left: 25px;
		margin-right: 25px;
	}

	#header.mobile_menu_open #language_selector li.selected a::after {
	    bottom: -20px;
	    left: -20px;
	    font-size: 35px;
		width: 0;
		float: none;
	}

	#header.mobile_menu_open #mobile_menu_open {
		display: none;
	}

	#header.mobile_menu_open #mobile_menu_close {
		display: block;
	}

	.beneficiaries_container {
		max-width: 370px;
	}

	.whatsnew_entry {
		width: auto;
	}

	.whatsnew_entry img {
		display: none;
	}

	.whatsnew_entry .whatsnew_text {
		width: 100%;
	}

	.whatsnew_entry .whatsnew_text > * {
		float: left;
	}

	.whatsnew_entry .whatsnew_text img {
		display: inline;
		float: right;
	}

	.whatsnew_entry p {
		font-size: 16px;
		line-height: 27px;
	}

	.whatsnew_entry p.whatsnew_firstp {
		font-size: 16px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	#main_links > li {
		padding-left: 15px;
		padding-right: 15px;
	}

	.how_it_works_step {
		width: 29%;
	}

	.how_it_works_spacer {
		width: 3%;
	}
}

@media screen and (max-width: 767px) {
	#summary {
		padding-top: 27px;
		padding-bottom: 55px;
	}

	#summary_title {
		font-size: 48px;
		line-height: 54px;
	}

	#who_we_are_box {
		padding-top: 54px;
		padding-bottom: 0px;
	}

	#who_we_are {
		padding-top: 61px;
		padding-bottom: 140px;
	}

	#who_we_are_box {
		background:
		    url("img/h-left-top.png") left 30px top / 14px 14px no-repeat,
		    url("img/h-right-top.png") right 30px top / 14px 14px no-repeat,
		    url("img/h-left-bottom.png") left 30px bottom / 14px 14px no-repeat,
		    url("img/h-right-bottom.png") right 30px bottom / 14px 14px no-repeat
	}

	#who_we_are_title {
		font-size: 32px;
		line-height: 50px;
	}

	#who_we_are_apply_now {
		padding-top: 0px;
		position: relative;
		top: 70px;
	}

	#current_beneficiaries_title {
		font-size: 48px;
	}

	#how_it_works {
		background:
			url("img/howItWorks-graphic-2.png") right -55px top 45px no-repeat,
			url("img/howItWorks-graphic-1.png") left -75px bottom 48px no-repeat,
			url("img/howItWorks-graphic-3.png") right -70px bottom 160px no-repeat;
		padding-top: 149px;
		padding-bottom: 290px;
	}

	#how_it_works_title {
		font-size: 32px;
	}

	.how_it_works_step {
		width: 100%;
		margin-top: 15px;
	}

	.how_it_works_spacer {
		display: none;
	}

	#apply_now {
		padding: 0;
	}

	#footer {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 64px;
	}

	#footer_text {
		float: none;
	}

	#footer_text a {
		display: block;
		margin-top: 27px;
		margin-left: 0;
	}

	#footer_text #footer_email {
		display: inline;
	}

	#footer #footer_copyright {
		margin-top: 27px;
	}

	#footer_logo {
		float: none;
		margin-top: 24px;
	}

	#logos a {
		transform: scale(0.5);
	}

	#logos a:nth-child(2) img {
		margin-left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 360px) {
	#logos .logos_row:last-child a:last-child {
		transform: scale(0.35);
	}
}

.announcement_container {
    width: 100%;
	background-color: #FFF9E2;
}

.announcement {
	margin: 0 auto;
    max-width: 1146px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    padding: 4px 10px;
}

.announcement a {
	color: #2B65FE;
	text-decoration: none;
	font-weight: 700;
}

.announcement img {
	float: left;
	max-height: 140px;
}

@media screen and (max-width: 767px) {
	.announcement img {
		float: none;
	}
}
