
body
{
	margin: 0;
	font-family: Corbel, Ideal sans;
}

#topOfPage
{
position: absolute;
top: 0;
left: 0;
}

.pageContainer
{
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 120px;
}

@media(max-width:1600px)
{
	.pageContainer
	{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
}

@media(max-width:1000px)
{
	.pageContainer
	{
		margin-top: 170px;
	}
}

.mainContentBody
{
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	width: 100%;
}

@media(max-width:1600px)
{
	.mainContentBody
	{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
}

.main
{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

@media(max-width:1200px)
{
	.main
	{
		margin: 0 auto;
	}
}

.mainPageLayout
{
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

@media(max-width:1200px)
{
	.mainPageLayout
	{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
}

aside
{
	width: 250px;
	min-height: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.asideLeft
{
	padding-right: 20px;
	padding-left: 20px;
}

@media(max-width:1600px)
{
	.asideLeft
	{
		-webkit-order: 2;
		order: 2;
		width: 1000px;
		margin: 0 auto;
		margin-top: 50px;
	}
}

@media(max-width:1200px)
{
	.asideLeft
	{
		width: 90%;
		margin: 0 auto;
		margin-top: 50px;
		padding: 0;
	}
}

.asideRight
{
	padding-left: 20px;
	padding-right: 20px;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: flex-start;
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: flex-start;
	justify-content: start;
	width: 15%;
}

@media(max-width:1600px)
{
	.asideRight
	{
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		justify-content: center;
		/*width: -webkit-calc(100% - 290px);*/
		/*width: -moz-calc(100% - 290px);*/
		/*width: calc(100% - 290px);*/
		/*margin-top: 50px;*/
		/*margin-left: 250px;*/
		-webkit-order: 3;
		order: 3;
		width: 1000px;
		margin: 0 auto;
		margin-top: 50px;
	}
}

@media(max-width:1200px)
{
	.asideRight
	{
		margin-left: 0;
		width: 90%;
		margin: 0 auto;
		margin-top: 50px;
		padding: 0;
	}
}

@media(max-width:768px)
{
	.asideRight
	{
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.rcRightColumnComponentContainer
{
	height: 250px;
	width: 250px;
	margin-bottom: 20px;
	background-color: #d3d3d3;
}

@media(max-width:1600px)
{
	.rcRightColumnComponentContainer
	{
		margin-left: 10px;
		margin-right: 10px;
	}
}

/*Menu 2 to be removed if not required.*/
.rcLeftMenu2
{
	/*margin-top: 50px;*/
	width: 100%;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	align-items: flex-end;
}

.rcMenuItem2
{
	width: 80%;
	text-align: left;
	height: 40px;
	padding-left: 20px;
	border: 1px solid rgba(210,210,210,0.5);
	text-transform: uppercase;
	font-size: 12px;
	transition: border 0.5s ease;
	background-color: #abc7e6;
}

.rcMenuItem2:hover
{
	border: 1px solid #202a30;
}

.rcMenuItem2 > a
{
	color: #888888;
	text-decoration: none;
	transition: color 0.25s ease;
	width: 100%;
	height: 100%;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.rcMenuItem2:hover > a
{
	color: #202a30;
}

@media(max-width: 1000px)
{
	.leftMenuMobile
	{
		width: 100%;
		height: 50px;
		background-color: #202a30;
		position: fixed;
		top: 92px;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		-webkit-box-pack: space-between;
		-webkit-justify-content: space-between;
		-webkit-box-pack: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
}

.leftMenuMobile > h3
{
	display: none;
}

@media(max-width: 1000px)
{
	.leftMenuMobile > h3
	{
		color: #ffffff;
		padding-left: 10px;
		display: block;
	}
}

#sectionMobileMenu > ul > li
{
	display: none;
}

@media(max-width: 1000px)
{
	.mobileHamburger
	{
		height: 15px;
		width: 30px;
		margin-right: 15px;
		border: 2px solid #ffffff;
		border-radius: 5px;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		-webkit-box-pack: space-between;
		-webkit-justify-content: space-between;
		-webkit-box-pack: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 10px;
		transition: border 0.25s ease;
	}

	.mobileHamburger:hover
	{
		border: 2px solid #2a6ebc;
	}

	.mobileHamburger > span
	{
		width: 100%;
		border: 1px solid #ffffff;
		display: block;
		transition: border 0.25s ease;
	}

	.mobileHamburger:hover > span
	{
		border: 1px solid #2a6ebc;
	}

	#sectionCheckBox
	{
		position: absolute;
		right: 10px;
		height: 50px;
		width: 50px;
		opacity: 0;
		cursor: pointer;
	}

	#sectionCheckBox:hover ~ .mobileHamburger
	{
		border: 2px solid #2a6ebc;
	}

	#sectionCheckBox:hover ~ .mobileHamburger > span
	{
		border: 1px solid #2a6ebc;
	}

	.leftMenuMobile input:checked ~ .mobileHamburger
	{
		border: 2px solid #2a6ebc;
	}

	.leftMenuMobile input:checked ~ .mobileHamburger > span
	{
		border: 1px solid #2a6ebc;
	}

	#sectionMobileMenu
	{
		height: 100%;
		width: 100%;
		background-color: #ffffff;
		position: fixed;
		top: 140px;
		display: none;
	}

	.leftMenuMobile  input:checked ~ #sectionMobileMenu
	{
		display: block;
	}

	#sectionMobileMenu > ul
	{
		padding: 0;
		margin: 0;
	}

	#sectionMobileMenu > ul > li
	{
		list-style: none;
		height: 50px;
		width: 100%;
		border-bottom: 1px solid #aaaaaa;
		display: block;
		text-align: center;
		transition: border-bottom 0.25s ease;
	}

	#sectionMobileMenu > ul > li:hover
	{
		border-bottom: 1px solid #2a6ebc;
		cursor: pointer;
		background-color: #ededed;
	}

	#sectionMobileMenu > ul > li > p
	{
		padding-left: 30px;
		font-size: 18px;
		color: #202a30;
		width: 100%;
		height: 100%;
		transition: color 0.25s ease;
		margin: 0;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		justify-content: center;
	}

	#sectionMobileMenu > ul > li > p:hover
	{
		color: #2a6ebc;
	}

}

.middleContainer
{
	width: 100%;
}

@media(max-width:1200px)
{
	.middleContainer
	{
		width: 100%;
		order: 1;
		padding: 10px;
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px);
	}
}

.middleContainer > p
{
	text-align: justify;
}

.researchCentreBanner
{
	width: 100%;
	height: 400px;
	background-color: #202a30;
	background-image: url('/siteelements/images/american-foundation/kingsfest-4-of-23.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	-webkit-box-pack: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-pack: flex-end;
	justify-content: flex-end;
}

.titleContainer
{
	width: 100%;
	height: 100px;
	background-color: rgba(42, 110, 188, 0.8); /*Using rgba because opacity makes the div jump to the front and sits above header.*/
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.titleContainer > h1
{
	margin: 0;
	text-align: center;
	padding-top: 10px;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
}

.socialMediaContainer
{
    margin-top: 10px;
	width: 98%;
	height: 40px;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.facebookIcon
{
	height: 40px;
	width: 40px;
	margin-right: 5px;
	cursor: pointer;
}

.twitterIcon
{
	height: 40px;
	width: 40px;
	margin-right: 5px;
	cursor: pointer;
}

.breadcrumbsContainer
{
	margin-bottom: 50px;
}

.breadcrumbsContainer a
{
	color: #2a6ebc;
	font-weight: bold;
	text-decoration: none;
}

.breadcrumbsContainer a:hover
{
	text-decoration: underline;
}

.breadcrumbsContainer span
{
	font-weight: bold;
	color: #202a30;
}

.noMargin
{
	margin-bottom: 0;
}

h2
{
	color: #2a6ebc;
	margin-bottom: 10px;
}

h3
{
	color: #2a6ebc;
	font-size: 22px;
}

h4
{
	color: #2a6ebc;
	margin: 0;
}

.callToActionContainer
{
	width: 100%;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media(max-width: 1500px)
{
	.callToActionContainer
	{
		width: 100%;
		margin: 0;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center
	}
}

.callToAction
{
	width: 100%;
	min-width: 300px;
	/*max-width: 600px;*/
	height: 300px;
	margin-bottom: 50px;
	background-color: rgba(0,0,0,0.08);
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.cta-1 {
width: 100%;
max-width: 100%;
}

.cta-1 > .callToAction
{
	max-width: 100%;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.cta-2
{
	width: 49%;
	margin-left: 0;
	margin-right: 0;
}

.cta2 > .callToAction
{
	max-width: 100%;
	width: 100%;
}

a.cta-2:nth-of-type(1)
{
	margin-right: 1%;
}

a.cta-2:nth-of-type(2)
{
	margin-left: 1%;
}

a.cta-3
{
	width: 32%;
}

a.cta-3:nth-of-type(1)
{
	margin-right: 1%;
}

a.cta-3:nth-of-type(2)
{
	margin-right: 1%;
	margin-left: 1%;
}

a.cta-3:nth-of-type(3)
{
	margin-left: 1%;
}

@media(max-width:1000px)
{
	a.cta-1, a.cta-1 .callToAction, a.cta-2, a.cta-2 .callToAction, a.cta-3, a.cta-3 .callToAction
	{
		width: 100%;
		max-width: 100%;
	}
}

@media(max-width:1500px)
{
	.callToAction
	{
		width: 100%;
		margin-left: 1%;
		margin-right: 1%;
	}
}

@media(max-width: 921px)
{
	.callToAction
	{
		width: 100%;
	}
}

.callToActionImage
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.CTA1
{
	background-image: url("/siteelements/images/american-foundation/visiting-students-15-of-16.jpg");
}

.CTA2
{
	background-image: url("/siteelements/images/american-foundation/windsor-bridge.jpg");
}

.CTA3
{
	background-image: url("/siteelements/images/american-foundation/principal-video.jpg");
}

.CTA4
{
	background-image: url("/siteelements/images/american-foundation/kingsfest-21-of-23.jpg");
}

.CTA5
{
	background-image: url("/siteelements/images/american-foundation/kingsfest-4-of-23.jpg");
}

.CTA6
{
	background-image: url("/siteelements/images/american-foundation/doctor-with-stethascope.jpg");
}

.callToActionInfo
{
	width: 100%;
	min-width: 300px;
	height: 40%;
	background-color: rgba(0,0,0,0.65);
	transition: height 0.5s ease;
	text-overflow: ellipsis;
	text-align: justify;
}

.callToAction:hover  .callToActionInfo
{
	height: 100%;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
}

.callToActionInfo > h4
{
	color: #ffffff;
	padding: 10px;
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
}

.callToActionInfo > p
{
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

.callToActionInfo > button
{
	display: none;
}

.callToActionInfo > button:hover
{
	background-color: #eb641e;
}

.callToAction:hover  .callToActionInfo > button
{
	display: inline-block;
	margin-top: 20px;
}

.fullWidthContainer
{
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	min-height: 300px;
	background-color: #202a30;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 50px;
	padding: 30px;
}

@media(max-width:768px)
{
	.fullWidthContainer
	{
		padding-bottom: 50px;
		padding-top: 50px;
	}
}

.newsSnippetContainer
{
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	align-items: center;
	padding-left: 20px;
	padding-right: 20xpx;
}

@media(max-width:1000px)
{
	.newsSnippetContainer
	{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		align-items: center;
		padding: 0;
	}
}

.newsSnippetContainer > p
{
	text-align: justify;
}

.newsImage
{
	width: 50%;
	max-width: 400px;
	height: 250px;
	background-image: url("/siteelements/images/american-foundation/colossus-signing-tile.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media(max-width:768px)
{
	.newsImage
	{
		width: 100%;
	}
}

.newsSnippet
{
	width: 50%;
}

@media(max-width:1200px)
{
	.newsSnippet
	{
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding-left: 20px;
		padding-right: 20px;
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
	}
}

.newsSnippet > h3
{
	padding: 10px;
	padding-left: 30px;
	color: #ffffff;

}

@media(max-width:921px)
{
	.newsSnippet > h3
	{
		text-align: center;
		padding-left: 0;
		margin-bottom: 0px;
	}
}

.newsSnippet > p
{
	padding: 10px;
	padding-left: 30px;
	color: #ffffff;
	text-align: left;
	width: 100%;
}

@media(max-width:921px)
{
	.newsSnippet > p
	{
		padding: 0;
		margin-bottom: 20px;
	}
}

.newsSnippet > button
{
	background-color: #2a6ebc;
	padding: 10px 20px;
	margin: 10px;
	margin-left: 30px;
	border: none;
	transition: background-color 0.25s ease;
}

.newsSnippet > button:hover
{
	background-color: #ffffff;
	color: #202a30;
	font-weight: bold;
}

@media(max-width:921px)
{
	.newsSnippet > button
	{
		margin: 0 auto;
	}
}

.orangeButton
{
	min-width: 150px;
	padding:10px 20px;
	background-color: #2a6ebc;
	border: none;
	transition: background-color 0.25s ease;
	margin: 0 auto;
	color: #ffffff;
	cursor: pointer;
}

@media(max-width:1000px)
{
	.orangeButton
	{
		/*margin-left: 20px;*/
	}
}

.orangeButton:hover
{
	background-color: #202a30;
}

.orangebutton:focus
{
	background-color: #202a30;
}

.relatedResearchCentres
{
	background-color: rgba(0,0,0,0.08);
	padding: 30px;
	margin-bottom: 20px;
}

.relatedResearchCentres > p
{
	text-align: justify;
}

.relatedTitle
{
	margin-top: 50px;
	margin-bottom: 10px;
}

@media(max-width:1000px)
{
	.relatedTitle
	{
		padding-left: 20px;
	}
}


/*contact page*/
.contactContainer
{
	width: 100%;
	background-color: rgba(0,0,0,0.08);
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 50px;
	min-height: 200px;
}

.contactContainer > address > p > span
{
	color: #2a6ebc;
}

@media(max-width:768px)
{
	.contactContainer
	{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
}

.contactAddress
{
	width: 50%;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
}

@media(max-width:768px)
{
	.contactAddress
	{
		width: 100%;
	}
}

.contactAddress > p
{
	padding-left: 150px;
}

@media(max-width:768px)
{
	.contactAddress > p
	{
		padding-left: 50px;
	}
}

.contactDetailsContainer
{
	width: 50%;
	padding-left: 150px;
}

@media(max-width:768px)
{
	.contactDetailsContainer
	{
		width: 100%;
		padding-left: 50px;
	}
}

.contactDetailsContainer > p
{
	padding: 20px;
}

.contactDetailsContainer > p > span
{
	color: #2a6ebc;
}

.mapContainer
{
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	padding: 20px;
	background-color: rgba(0,0,0,0.08);
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 50px;
}

.socialMediaContact
{
	width: cal(100% - 40px);
	background-color: rgba(0,0,0,0.08);
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	padding: 50px 20px;
	margin-bottom: 50px;
}

@media(max-width:768px)
{
	.socialMediaContact
	{
		flex-direction: column;
	}
}

.socialMediaContact > p
{
	padding: 20px;
}

.facebookContainer
{
	width: 46%;
	margin-left: 1%;
	margin-right: 1%;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media(max-width:768px)
{
	.facebookContainer
	{
		margin-bottom: 10px;
		width: 100%;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		-webkit-justify-content: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}
}

.facebookContainer > a > img
{
	width: 75px;
	height: 75px;
}

.facebookContainer > a
{
	text-decoration: none;
}

.facebookContainer > a > p
{
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
}

.facebookContainer > a > p:hover
{
	color: #eb641e;
}

.facebookContainer > a > p:visited
{
	color: #eb641e;
}

.twitterContainer
{
	width: 46%;
	margin-left: 1%;
	margin-right: 1%;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media(max-width:768px)
{
	.twitterContainer
	{
		width: 100%;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		-webkit-justify-content: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}
}

.twitterContainer > a > img
{
	width: 75px;
	height: 75px;
}

.twitterContainer > a
{
	text-decoration: none;
}

.twitterContainer > a > p
{
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
}

.twitterContainer > a > p:hover
{
	color: #eb641e;
}

.twitterContainer > a > p:visited
{
	color: #eb641e;
}

/*Staff Listing Page*/

.academicStaff
{
	width: 100%;
}

.academicStaff h3
{
	padding-left: 0;
	margin-bottom: 10px;
}

@media(max-width:1000px)
{
	.academicStaff h3
	{
		padding-left: 20px;
	}
}

.personContainer
{
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	margin-bottom: 20px;
	background-color: rgba(0,0,0,0.08);
	padding: 30px;
}

@media(max-width:768px)
{
	.personContainer
	{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
}

.personImage
{
	width: 150px;
	min-width: 150px;
	height: 150px;
	min-height: 150px;
	background-color: #2a6ebc;
	background-repeat: no-repeat;
	background-size: cover;
}

@media(max-width:768px)
{
	.personImage
	{
		margin-bottom: 20px;
	}
}

.staff1
{
	background-image: url("/siteelements/images/american-foundation/170327_043.jpg");
}

.staff2
{
	background-image: url("/siteelements/images/american-foundation/141105_015 Rosie Meek.jpg");
}

.staff3
{
	background-image: url("/siteelements/images/american-foundation/141105_105 Sarah Nikkel.jpg");
}

.personImage1
{
	background-image: url("/siteelements/images/american-foundation/141105_105 Sarah Nikkel.jpg");
}

.personImage2
{
	background-image: url("/siteelements/images/american-foundation/141105_015 Rosie Meek.jpg");
}

.personImage3
{
	background-image: url("/siteelements/images/american-foundation/170327_043.jpg");
}

.personImage4
{
	background-image: url("/siteelements/images/american-foundation/141105_105 Sarah Nikkel.jpg");
}

.personImage5
{
	background-image: url("/siteelements/images/american-foundation/141105_015 Rosie Meek.jpg");
}

.personImage6
{
	background-image: url("/siteelements/images/american-foundation/141105_105 Sarah Nikkel.jpg");
}

.personInfo
{
	width: -webkit-calc(100% - 180px);
	width: -moz-calc(100% -180px);
	width: calc(100% - 180px);
	min-height: 150px;
	padding-left: 30px;
}

@media(max-width:768px)
{
	.personInfo
	{
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% -30px);
		width: calc(100% - 30px);
	}
}

@media(max-width:768px)
{
	.personInfo
	{
		padding-left: 0;
	}
}

.personInfo > h4
{
	margin: 5px;
}

.personInfo > h5
{
	margin: 5px;
}

@media(max-width:768px)
{
	.personInfo > h4
	{
		text-align: center;
	}

	.personInfo > h5
	{
		text-align: center;
	}
}

.staffListingContainer
{
	width: 100%;
}

.staffListingContainer > h4
{
	font-size: 16px;
}

.staffListingContainer > h5
{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media(max-width:768px)
{
	.staffListingContainer > h4
	{
		text-align: center;
	}
}

@media(max-width:768px)
{
	.staffListingContainer > h5
	{
		text-align: center;
	}
}

.staffListing
{
	width: 100%;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: space-between;
}

@media(max-width:1000px)
{
	.staffListing
	{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px;
	}
}

@media(max-width:768px)
{
	.staffListing
	{
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
}

.staffListing > p
{
	text-align: justify;
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% -30px);
	width: calc(100% - 30px);
	padding-right: 30px;
}

@media(max-width:1000px)
{
	.staffListing > p
	{
		order: 2;
		padding-right: 30px;
		width: 100%;
	}
}

@media(max-width:768px)
{
	.staffListing > p
	{
		padding-right: 0;
	}
}

.staffListingButtons
{
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: flex-start;
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: flex-start;
	justify-content: start;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

@media(max-width:768px)
{
	.staffListingButtons
	{
		-ms-flex-pack: flex-start;
		-webkit-box-pack: flex-start;
		-webkit-justify-content: flex-start;
		-webkit-box-pack: flex-start;
		justify-content: center;
	}
}

.staffListingButton
{
	width: 120px;
	padding:10px;
	border: none;
	transition: background-color 0.25s ease;
	color: #ffffff;
	cursor: pointer;
	margin-right: 10px;
	background-color: #57676d;
}

@media(max-width:1000px)
{
	.staffListingButton
	{
		margin-bottom: 30px;
	}
}

.staffListingButton:hover
{
	background-color: #eb641e;
}

.staffListingButton:focus
{
	background-color: #eb641e;
}

/*About us page*/
.aboutUsContainer
{
	background-color: rgba(0,0,0,0.08);
}

.aboutUsContainer > p
{
	padding: 20px;
}

.aboutUsImage
{
	background-image: url("/siteelements/images/american-foundation/kingsfest-4-of-23.jpg");
	background-size: cover;
	background-color: rgba(0,0,0,0.08);
	background-position: center;
	height: 400px;
}

/*Publications page*/

.publicationsSearch
{
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	background-color: rgba(0,0,0,0.08);
	padding: 20px;
	margin-bottom: 50px;
}

.publicationsSearch > input
{
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	height: 35px;
}

.publicationContainer
{
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	padding: 30px;
	background-color: rgba(0,0,0,0.08);
	margin-bottom: 10px;
}

.publicationContainer > p
{

	margin: 0;
}

.inMediaPublications
{
	margin-top: 50px;
}

.magnifyingGlassAfterScroll
{
	display: inline-block;
	background-image: url(/siteelements/images/american-foundation/searchicons2.png);
	height: 35px;
	width: 40px;
	background-repeat: no-repeat;
	background-size: 35px;
}

/*Projects page*/
.projectsContainer
{
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	padding: 20px;
	background-color: rgba(0,0,0,0.08);
	margin-bottom: 10px;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

@media(max-width:768px)
{
	.projectsContainer
	{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
}

.projectInfo
{
	width: 60%;
	padding: 20px;
}

.projectImage
{
	min-height: 300px;
	width: 40%;
	background-color: rgba(210, 210, 210, 0.5);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media(max-width:768px)
{
	.projectInfo
	{
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
		order: 2;
	}

	.projectImage
	{
		width: 100%;
		order: 1;
	}
}

.projectImage1
{
	background-image: url("/siteelements/images/american-foundation/0511013_01.jpg");
}

.projectImage2
{
	background-image: url("/siteelements/images/american-foundation/170327_043.jpg");
}

.projectImage3
{
	background-image: url("/siteelements/images/american-foundation/140715_096.jpg");
}

.projectImage4
{
	background-image: url("/siteelements/images/american-foundation/140715_009.jpg");
}

.projectImage5
{
	background-image: url("/siteelements/images/american-foundation/100630_090.jpg");
}

.projectImage6
{
	background-image: url("/siteelements/images/american-foundation/041129_096.jpg");
}

.projectImage7
{
	background-image: url("/siteelements/images/american-foundation/002_high_level_founders_2015_01.jpg");
}

.projectImage8
{
	background-image: url("/siteelements/images/american-foundation/foundersgate.jpg");
}

.projectInfo > h4
{
	font-size: 16px;
}

/*Events/News page*/
.headlineContainer
{
	width: 100%;
	background-color: rgba(0,0,0,0.08);
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

@media(max-width:1200px)
{
	.headlineContainer
	{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
}

.headlineContainer p
{
	margin: 0;
}

.headlineImage
{
	height: 300px;
	width: 400px;
	background-color: #eb641e;
}

@media(max-width:1200px)
{
	.headlineImage
	{
		margin: 0 auto;
		order: 1;
	}
}

@media(max-width:768px)
{
	.headlineImage
	{
		width: 300px;
		height: 200px;
	}
}

.headlineInfo
{
	height: 300px;
	width: 600px;
	background-color: #202a30;
}

@media(max-width:1200px)
{
	.headlineInfo
	{
		order: 2;
	}
}

@media(max-width:768px)
{
	.headlineInfo
	{
		min-width: 300px;
		height: auto;
	}
}

.headlineInfo > h3
{
	padding: 20px;
	padding-bottom: 0;
	color: #ffffff;
}

.headlineInfo > p
{
	padding: 20px;
	padding-bottom: 10px;
	padding-top: 0;
	color: #ffffff;
}

.headlineInfo > button
{
	margin-left: 20px;
	margin-bottom: 20px;
}

.headlineInfo > button:hover
{
	background-color: #eb641e;
}

@media(max-width:1200px)
{
	.headlineInfo
	{
		width: 100%;
	}
}

.newsSearchContainer
{
	background-color: rgba(0,0,0,0.08);
	height: 200px;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.newsSearchContainer > h2
{
	margin-top: 0;
}

.newsSearchContainer > input
{
	width: 300px;
	height: 25px;
}

.year
{
	width: 300px;
	height: 25px;
}

.month
{
	width: 300px;
	height: 25px;
}

.previousEventsContainer
{
	width: 100%;
	background-color: rgba(0,0,0,0.08);
	margin-bottom: 10px;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.previousEventImage
{
	width: 150px;
	height: 150px;
	min-width: 150px;
	min-height: 15px;
	background-color: #eb641e;
}

.previousEventInfo
{
	padding: 10px;
}
