
body {
	background: #F7FAF6;
}

.container {
	font-family: 'Figtree' !important;
}

.wiki-hero {
	padding-bottom:50px;
	padding-top:50px;
	max-width: 800px;
}

.wiki-title {
	display: flex;
}

.wiki-icon {
	flex: 4;
}

.wiki-icon img {
	border-radius: 30px;
	margin-left: 2em;
}

.wiki-word-icon {
	flex: 12;
	margin-top: .6em;
	margin-left: 6em;
	text-align: left;
}

.wiki-word-icon img {
	width: 100%;
	height: auto;
}

.wiki-word-icon p {
	font-size: 5.5vw;
	margin-top: 15px;
	line-height: 3vw;
	font-family: 'Figtree';
}

.wiki-heading {
	font-size: 3rem;
	font-weight: bold;
	font-family: 'Figtree';
	padding-bottom: 10px;
}

.wiki-container {
	max-width: 1200px;
	padding-top: 3vw;
}

.wiki-statement {
	font-size: 1.6rem;
	font-family: 'Figtree';
	padding-top: 10px;
	padding-bottom: 10px;
}

.region-list {
	margin-top: -20px;
}

.region-list div {
	padding: 30px 20px;
	margin: 15px;
	flex: 1;
}

.region-list a {
	width: 100%;
}

.region-list img {
	border-radius: 20px;
	height: auto;
	width: 100px;
}

.region-list p {
	color: black;
	font-family: 'Figtree';
}

.recognition-title {
	font-size: 1.5rem !important;
}

.recognition-logo {
	filter: invert(100%) brightness(0%);
	margin-bottom: 30px;
}

.bx-prev {
	left: -30px !important;
	top: 55%;
}

.bx-next {
	right: -30px !important;
	top: 55%;
}

.bxslider h6 {
	margin-bottom: 0px;
}

.content.padded {
	padding-bottom: 0;
}

.copyright a {
	color: #fff;
	opacity: .5;
	text-decoration: underline;
	filter: alpha(opacity = 50);
}

.wiki-footer {
	width: 100%;
	height: 100vh;
	background-image: url('../images/footer.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: flex-end;
}

#footer {
	background: none;
}

.copyright h6 {
	text-transform: none;
	color: #fff !important;
	letter-spacing: normal;
	font-size: 1rem;
	margin-bottom: 5rem;
}

/* Mobile Phones (Portrait and Landscape) */
@media (max-width: 600px) {
	.wiki-hero {
		padding-bottom:30px;
		padding-top:30px;
	}
	.wiki-icon {
		flex: 5;
	}
	.wiki-word-icon {
		margin-top: 10px;
		margin-left: 4em;
	}
	.wiki-heading {
		font-size: 2rem;
	}
	.wiki-statement {
		font-size: 1.2rem;
	}
}

/* Tablets */
@media (min-width: 601px) and (max-width: 768px) {
	.wiki-icon {
		flex: 5;
	}
	.wiki-word-icon p {
		font-size: 2.4em;
		line-height: 35px;
	}
	.wiki-heading {
		font-size: 2.2rem;
	}
	.wiki-statement {
		font-size: 1.4rem;
	}
}

/* Small Laptops and Large Tablets */
@media (min-width: 769px) and (max-width: 1024px) {
	.wiki-word-icon p {
		font-size: 2.4em;
		line-height: 35px;
	}
	.wiki-heading {
		font-size: 2.2rem;
	}
	.wiki-statement {
		font-size: 1.6rem;
	}
}

@media (min-width: 1025px) {
	.wiki-word-icon p {
		font-size: 2.7em;
		line-height: 35px;
	}
}

.wiki-top-menu {
	display: flex;
}