@import url("/_fnt/opensans/stylesheet.css");
@import url("/_fnt/poppins/stylesheet.css");
:root {
	--blue: #3880b2;
	--orange: #faab54;
	--green: #289A4A;
	--red: #D25B72;
}
body, html {
	margin: 0;
	padding: 0;
	font-size: 0;
}
#Header-Message {
	padding: 20px;
	text-align: center;
	background-color: var(--red);
}
#Header-Message span {
	display: inline-block;
	padding: 8px 20px;
	font-family: 'poppinsmedium', sans-serif;
	font-size: 24px;
	color: var(--red);
	background-color: #f5dce1;
	border-radius: 50px;
	cursor: pointer;
}
#Header {}
#Header > div {
	max-width: 1060px;
	margin: auto;
	padding: 20px 20px 10px 20px;
}
#Header #gckh-logo {
	max-height: 85px;
}
#Header i {
	display: none;
	margin-top: 40px;
	font-size: 32px;
	color: var(--green);
	float: right;
}
#Levin {
	background-color: var(--orange);
}
#Levin > div {
	max-width: 1060px;
	padding: 8px;
	color: black;
	text-align: center;
	font-family: 'open_sanscondensed_light';
	font-weight: 600;
	letter-spacing: .02em;
	font-size: 14px;
	margin: auto;
}
@media only screen and (min-width: 1024px) {
	#Navigation {
		float: right;
		margin-top: 40px;
	}
	#Navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#Navigation ul li {
		display: inline-block;
	}
	#Navigation ul li a {
		display: block;
		padding: 10px 20px;
		font-family: 'poppinsmedium', sans-serif;
		font-size: 18px;
		color: var(--green);
		text-decoration: none;
		background-color: white;
	}
	#Navigation ul ul {
		position: absolute;
		display: none;
		z-index: 1;
	}
	#Navigation ul ul li {
		display: block;
	}
	#Navigation ul ul li a:hover {
		background-color: #e9f5ed;
	}
	#Navigation ul li:hover > ul {
		display: block;
	}
}
#Hero, #Hero2 {
	height: 320px;
	padding: 40px;
	background: #103b6e url(/_img/_hro/statue-02.jpg) center no-repeat;
	background-size: cover;
}
#Hero > div, #Hero2 > div {
	max-width: 980px;
	height: 100%;
	margin: auto;
	position: relative;
}
#Hero > div > div.fact {
	display: none;
	position: absolute;
	bottom: 0;
	font-family: 'poppinsbold';
	line-height: 60px;
	color: white;
	font-size: 48px;
	text-shadow: 2px 2px 2px #000000;
}
#Hero span {
	display: block;
	margin-top: 20px;
	text-align: center;
	font-family: "myriad-pro", sans-serif;
	font-size: 18px;
	text-shadow: none;
	cursor: pointer;
}
#Hero > div > div.card {
	display: none;
	position: absolute;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	padding: 40px;
	font-family: 'open_sansregular';
	line-height: 32px;
	color: black;
	font-size: 18px;
	background-color: var(--orange);
	border: #f99d46 solid 3px;
	border-radius: 20px;
	z-index: 1;
	overflow-y: auto;
}
#Hero > div > div.card strong {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
#Hero2 {
	height: 180px;
	border-bottom: var(--green) solid 10px;
}
@media only screen and (max-width: 1024px) {
	#Hero > div > div.fact {
		font-size: 32px;
		line-height: 48px;
	}
}
#Band1 {
	padding: 40px;
	background-color: var(--green);
}
#Band1 > div {
	font-size: 32px;
	font-family: 'poppinsmedium', sans-serif;
	color: white;
	text-align: center;
	line-height: 38px;
}
#Band1 span {
	display: inline-block;
	border-bottom: white solid 2px;
}
#Band2 {}
#Band2 > div {
	max-width: 1060px;
	margin: auto;
	padding: 40px;
	font-family: 'poppinssemibold', sans-serif;
	font-size: 32px;
	line-height: 38px;
	color: var(--blue);
	background-color: #e6e6e6;
	border-radius: 20px;
}
#Band2 img {
	height: 84px;
	margin-right: 40px;
	float: left;
}
#Body {
	padding: 40px;
}
#Body > div {
	max-width: 1060px;
	margin: auto;
}
#Body h1, #Body h2 {
	font-family: 'poppinsmedium', sans-serif;
	font-size: 32px;
	color: var(--blue);
	line-height: 38px;
}
#Body h1 span, #Body h2 span {
	display: block;
	font-family: 'open_sansregular';
	font-size: 18px;
}
#Body h2 {
	margin-top: 60px;
}
#Body p, #Body ul {
	font-family: 'open_sanslight';
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
}
#Body strong {
	color: var(--blue);
}
#Body a {
	color: var(--green);
	font-weight: bold;
}
#Body a:hover {
	color: var(--blue);
}
#Footer1 {
	font-family: 'open_sanslight';
	margin-top: 60px;
	padding: 40px;
	background-color: var(--blue);
}
#Footer1 > div {
	max-width: 1060px;
	margin: auto;
	text-align: center;
}
#Footer1 p, #Footer1 a {
	font-size: 16px;
	color: white;
	font-weight: 600px;
}
#Footer1 img {
	height: 32px;
	margin: 0 10px;
}
#Footer2 {
	font-family: 'open_sanslight';
	padding: 40px;
	background-color: #0c407c;
}
#Footer2 > div {
	max-width: 1060px;
	margin: auto;
}
#Footer2 p {
	text-align: center;
	font-size: 12px;
	color: white;
}
.image {
	margin: 20px;
	padding: 10px;
	border-radius: 20px;
	background-color: #e6e6e6;
	max-width: 500px;
	display: block;
}
.image.right {
	float: right;
	margin: 20px;
}
.image.left {
	float: left;
	margin: 20px;
}
.actionbox {
	display: inline-block;
	width: 50%;
}
@media only screen and (max-width: 800px) {
	.image.right, .image.left {
		float: none;
		display: block;
		margin: 20px auto;
		width: 94%;
	}
	.actionbox {
		width: 100%;
	}
}
p.greybox {
	font-family: 'poppinssemibold', 'sans-serif' !important;
	margin-top: 60px;
	padding: 40px;
	border-radius: 20px;
	background-color: #e6e6e6;
	font-size: 24px !important;
	line-height: 32px !important;
	color: var(--blue);
}