html,body { height: 100%; }
body
{
	margin: 0;
	background-color: #fcfcfc;
	-webkit-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
}

/* general layout */

header
{
	display: block;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;

	box-shadow: 0 0 2px #212326;
	z-index: 2;

	height: 140px;
	vertical-align: top;
	background-color: #0d2d58;
	background: linear-gradient(180deg, rgba(22,35,38,0.7) 0%, rgba(22,35,38,0) 75%),linear-gradient(90deg, #132540 0%, #07356f 100%);
}
#headerContent
{
	position: relative;
	max-width: 1064px;
	margin: 0 auto;
	padding: 8px 12px 0.4em 12px;
}

footer
{
	width: 100%;
	min-height: 192px;
	margin: -192px 0 0 0;
	background-color: #2274A5;
	background: linear-gradient(0deg, rgba(34,116,165,0.75) 0%, rgba(4,139,168,0.85) 100%);
}
footer:before
{
	content: '';
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(234, 208, 140, 0.85);
}
#footerContent
{
	position: relative;
	box-sizing: border-box;
	max-width: 930px;
	margin: 0 auto 0 auto;
	padding: 28px 20px 0 20px;
	color: rgba(22,35,38, 0.7);
	font-family: 'Lato', sans-serif;
	line-height: 143%;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.0003em;
}
footer #footerContent.wide-content { max-width: 1080px; }

#footerLinks
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

#footerLinks p { margin: 0 0 0.5em 0; }

#footerContent > p.copyright { margin: 1.2em 0; }

#footerContent a
{
	text-decoration: none;
	color: rgba(22,35,38, 0.7);
}
#footerContent a:hover, #footerContent a:focus
{
	text-decoration: underline;
	color: #212326;
}
#footerContent a:active
{
	text-decoration: underline;
	color: #111316;
	-webkit-text-decoration-color: #d76431;
	text-decoration-color: #d76431;
}
#footerContent svg#iconPageTop
{
	margin: 0 0.4em 3px 0;
	vertical-align: text-bottom;
	fill: rgba(22,35,38, 0.7);
	-webkit-transition: fill 0.3s ease;
	-moz-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}
#footerContent a:hover svg#iconPageTop, #footerContent a:focus svg#iconPageTop
{ fill: rgba(22,35,38, 1); }
#footerContent a:active svg#iconPageTop{ fill: #111316; }

main
{
	display: block;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	vertical-align: top;
	box-sizing: border-box;
	padding: 164px 0 280px 0;
	margin: 0;
}

#content
{
	box-sizing: border-box;
	max-width: 744px;
	margin: 0 auto;
	padding: 20px 12px;
}

main.wide-content #content,
#content.content-wide
{
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}




/* home banners */

body.home header
{
	background: linear-gradient(180deg, rgba(22,35,38,0.7) 0%, rgba(22,35,38,0) 66.5%);
	box-shadow: none;
}
body.home main { padding-top: 0; }

#homebanners
{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60vh;
	background-color: #212326;
	border-bottom: 4px #EAD08C solid;
}

div.homebox
{
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div.homebox-bg
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	opacity: 0.95;
}
#homebox_1 div.homebox-bg
{
	background-image: url("../../bgs/bg-winners.jpg");
	background-size: cover;
	background-position: 50% 50%;
	-webkit-transform-origin: 75% 60%;
	transform-origin: 75% 60%;
}
#homebox_2 div.homebox-bg
{
	background-image: url("../../bgs/bg-awardsday.jpg");
	background-size: cover;
	background-position: 50% 30%;
	-webkit-transform-origin: 61% 57%;
	transform-origin: 61% 57%;
}


@media screen and (max-width: 500px) and (orientation: portrait) {
	div.homebox-bg {
		left: -55%;
		width: 180%;
	}
}

div.homebox-content-wrapper
{
	position: absolute;
	top: 30%;
	width: 100%;
}
div.homebox-content
{
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 0 0 60px;
	box-sizing: border-box;
	font-family: 'EB Garamond', 'Noto Serif SC', 'Noto Serif TC', 'Noto Serif JP', Georgia, serif;
	font-weight: 400;
	font-size: 50px;
	color: #fff;
	text-shadow: 0 2px 8px rgba(0,0,0,0.5), 0 0 1px rgba(255,255,255,0.5);
}
div.homebox-content.clickable { cursor: pointer; }

div.homebox-content span.gold { color: #EAD08C; text-shadow: 0 2px 8px rgba(0,0,0,0.5), 0 0 1px rgba(234, 208, 140,0.5);}

div.homebox-content small { font-size: 42px; line-height: 56px; }

@keyframes kf_homebox-1
{
	0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
	1% { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
	100% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
}

div.homebox.start { visibility: visible; opacity: 1; }
div.homebox.hidden { visibility: hidden; opacity: 0; }
div.homebox.off
{
	opacity: 0;
	-webkit-transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	transition: opacity 2s ease;
	pointer-events: none;
}
div.homebox.on
{
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 2s linear;
	-moz-transition: opacity 2s linear;
	transition: opacity 2s linear;
}

div.homebox.start div.homebox-bg, 
div.homebox.on div.homebox-bg
{
	-webkit-animation: kf_homebox-1 15s ease both;
	animation: kf_homebox-1 15s ease both;
}
div.homebox.off div.homebox-bg { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }

*:lang(zh-Hans) div.homebox-content,
*:lang(zh-Hant) div.homebox-content,
*:lang(ja) div.homebox-content { font-size: 42px; }

*:lang(zh-Hans) div.homebox-content small,
*:lang(zh-Hant) div.homebox-content small,
*:lang(ja) div.homebox-content small { font-size: 34px; }


/* content */

h1
{
	font-family: 'EB Garamond', Georgia, serif;
	color: #114B5F;
	font-weight: 500;
	font-size: 33px;
}

h2
{
	font-family: 'EB Garamond', Georgia, serif;
	color: #114B5F;
	font-weight: 500;
	font-size: 30px;
	margin-top: 1.8em;
	margin-bottom: 0.5em;
}

h3
{
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 24px;
	color: #212326;
	font-weight: 500;
	margin: 1em 0 0.75em 0;
}

#content h1:lang(ja),
#content h2:lang(ja),
#content h3:lang(ja)
{
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 0.25em;
	font-weight: 600;
}
#content h1:lang(zh-Hant),
#content h2:lang(zh-Hant),
#content h3:lang(zh-Hant)
{
	font-family: 'Noto Sans TC', sans-serif;
	margin-bottom: 0.25em;
	font-weight: 600;
}
#content h1:lang(zh-Hans),
#content h2:lang(zh-Hans),
#content h3:lang(zh-Hans)
{
	font-family: 'Noto Sans SC', sans-serif;
	margin-bottom: 0.25em;
	font-weight: 600;
}

#content h1:lang(ja),
#content h1:lang(zh-Hant),
#content h1:lang(zh-Hans)
{ margin-bottom: 0.5em; }

#content h2:lang(ja),
#content h2:lang(zh-Hant),
#content h2:lang(zh-Hans) { font-size: 28px; }

#content h3:lang(ja),
#content h3:lang(zh-Hant),
#content h3:lang(zh-Hans)
{
	font-size: 22px;
	color: #114B5F;
}

#content p,#content td,#content li, #content label
{
	font-family: 'Lato','Source Sans Pro', sans-serif;
	line-height: 143%;
	color: #212326;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.0003em;
}

#content p.lead-in
{
	font-family: 'EB Garamond' Georgia, serif;
	font-weight: 500;
	font-style: italic;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: 0.015em;
	margin: 2em 0 2em 1.25em;
	color: #048BA8;
}

#content p:lang(ja),
#content td:lang(ja),
#content li:lang(ja)
{
	font-family: 'Noto Serif JP', Georgia, serif;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: normal;
	font-weight: 300;
}

#content p.lead-in:lang(ja)
{
	font-family: 'Noto Serif JP', Georgia, serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: normal;
}

#content p:lang(zh-Hans),
#content td:lang(zh-Hans),
#content li:lang(zh-Hans)
{
	font-family: 'Noto Serif SC', Georgia, serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: normal;
	font-weight: 300;
}
#content p.lead-in:lang(zh-Hans)
{
	font-family: 'Noto Serif SC', Georgia, serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: normal;
}

#content p:lang(zh-Hant),
#content td:lang(zh-Hant),
#content li:lang(zh-Hant)
{
	font-family: 'Noto Serif TC', Georgia, serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: normal;
	font-weight: 300;
}
#content p.lead-in:lang(zh-Hant)
{
	font-family: 'Noto Serif TC', Georgia, serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: normal;
}

#content p.fullversionhint
{
	font-family: 'EB Garamond', 'Noto Serif SC', 'Noto Serif TC', 'Noto Serif JP', Georgia, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 19px;
	letter-spacing: 0.015em;
	margin: 2em 0;
	border-left: 7px #048BA8 solid;
	padding-left: 1.25em;
	color: #484a4e;
}

#content p.heading,
#content p.important
{
	font-weight: 700;
	color: rgba(22, 35, 38, 0.88);
}

#content p.emphasized
{
	border-left: 7px #2274A5 solid;
	padding-left: 2em;
	margin: 1.25em 0;
}

p.narrowBottomMargin { margin-bottom: 0 !important; }
p.narrowBottomMargin + p { margin-top: 0.5em !important; }

strong { font-weight: 700; }

sup { line-height: 50%; }

#content a
{
	text-decoration: underline;
	color: #048BA8;
	-webkit-text-decoration-color: rgba(34, 116, 165, 0.5);
	text-decoration-color: rgba(34, 116, 165, 0.5);
}

#content a:hover,
#content a:focus
{
	text-decoration: underline;
	color: #2274A5;
}

#content a:active
{
	text-decoration: underline;
	color: #d76431;
	-webkit-text-decoration-color: #EAD08C;
	text-decoration-color: #EAD08C;
}

#content a.eaddress { text-decoration: none; }
#content a.eaddress:hover,
#content a.eaddress:focus,
#content a.eaddress:active { text-decoration: underline; }

span.entity64
{
	padding-left: 1.5px;
	padding-right: 1.5px;
	font-size: 82%;
}

#content figure
{
	margin: 2em 0;
	text-align: center;
}

#content figure img
{
	box-sizing: border-box;
	border: 12px #fff solid;
	width: 524px;
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 2px rgba(33,35,38, 0.15);
}

#content figure.no-border img
{
	border: none;
	box-shadow: none;
}

#content figure figcaption
{
	color: #636567;
	font-family: 'EB Garamond', 'Noto Serif SC', 'Noto Serif TC', 'Noto Serif JP', Georgia, serif;
	font-style: italic;
	line-height: 150%;
	margin: 1em 0 0 0;
}

#content figure.illustr-categories { margin: 3em 0; }
#content figure.illustr-regulations { margin: 3em 0; }

.dropcaps:first-letter
{
	float: left;
	font-family: 'EB Garamond', 'Noto Serif SC', 'Noto Serif TC', Georgia, serif;
	font-size: 75px;
	line-height: 59px;
	/*color: #505254;*/
	color: #31a0b8;
	margin: 0;
	padding: 0 0.2em 0 0.1em;
	opacity: 0.99;
}

td.listcounter {
	width: 1.25em;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	color: #3d3f41;
}
td.listdata {
	vertical-align: top;
	padding-left: 12px;
	padding-bottom: 3px;
}
td.listdata td.listcounter {
	width: 1.5em;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	font-weight: 400;
	color: #3d3f41;
	font-style: italic;
}

img.embedded_portrait
{
	box-sizing: content-box;
	border: 12px #fff solid;
	box-shadow: 0 0 2px rgba(33,35,38, 0.15);
	float: right;
	margin: -0.3em 0 0.5em 1.25em;
	padding: 0;
	max-width: 37.5%;
	height: auto;
}
@media screen and (max-width: 500px) {
	img.embedded_portrait { margin-left: 1em; }
}

#content ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0.5em;
}

#content ul > li
{
	padding-left: 1.2em;
	padding-bottom: 0.5em;
}

#content ul > li:before
{
	content: "\002022";
	display: inline-block;
	font-weight: 400;
	color: #048BA8;
	width: 1.2em;
	margin-left: -1.2em;
}

#content p.floral { text-align: center; color: #EAD08C; margin-bottom: -1em; }

#content figure.eventfilm
{
	display:block;
	box-sizing: border-box;
	width:660px;
	max-width: 100%;
	margin: 5em auto 2em auto;
	text-align: center;
	font-size: 90%;
}

#content figure.eventfilm iframe
{
	border: 10px #fff solid;
	box-shadow: 0 0 2px rgba(33,35,38, 0.15);
	background-color: #212326;
}


/* navigation */

#navContainer
{
	position: absolute;
	display: flex;
	top: 36px;
	left: 250px;
	right: 40px;
	height: 73px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#mainNav
{
	display: block;
	font-family: 'Lato', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans JP', 'Source Sans Pro', sans-serif;
	font-weight: 700;
	color: #fff;
	order: 1;
	z-index: 10;
}
#mainNav:lang(ja),
#mainNav:lang(zh-Hans),
#mainNav:lang(zh-Hant){ font-weight: 600; }

#mainNav ul { list-style: none; padding: 0; margin: 0; }
#mainNav ul li { display: inline-block; position: relative; }
#mainNav > ul > li
{
	margin: 0 0.32em;
	letter-spacing: 0.015em;
	padding: 0 0 0.75em 0;
}

#mainNav > ul > li > a[aria-current='true']:before
{
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	top: 28px;
	height: 2px;
	background-color: rgba(4, 139, 168, 0.5);
	/*background-color: rgba(234, 208, 140, 0.5);*/
	z-index: 10;
	pointer-events: none;
	-webkit-animation: kf_navCurrent 0.3s ease forwards;
	animation: kf_navCurrent 0.3s ease forwards;
}

@keyframes kf_navCurrent
{
	0% { width: 0; left: 50%; }
	100% { width: 100%; left: 0; }
}

#mainNav a
{
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}


#langNav
{
	display: block;
	font-family: 'Lato', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans JP', 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0;
	border-bottom: 1px rgba(234, 208, 140, 0.7) solid;
	text-align: right;
	padding-bottom: 3px;
	width: 100%;
	order: 2;
	z-index: 1;
}
#langNav ul { display: inline-block; list-style: none; padding: 0; margin: 0; }
#langNav ul li
{
	display: inline-block;
	position: relative;
	margin: 0 4px 0 0;
	font-weight: 300;
	font-size: 16px;
	color: #EAD08C;
	padding: 0;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
#langNav ul li a
{
	color: #EAD08C;
	text-decoration: none;
}
#langNav ul li a:hover,
#langNav ul li a:focus
{ color: #fff; }

#langNav ul li[aria-current='true']
{
	cursor: default;
	border-bottom: 1px rgba(234, 208, 140, 0.5) solid;
}

#langNav ul li small { font-size: 15px; }

#langNav li.moreLanguages { position: relative; padding-left: 1px; }
#langNav li.moreLanguages ul
{
	display: none;
	position: absolute;
	right: -24px;
	top: 0;
	margin: 0;
	padding: 23px 0 0 0;
	box-shadow: 0 2px 6px rgba(6, 46, 97, 0.3);
	border-radius: 1px;
	overflow: hidden;
	z-index: 2;
}
body.home #langNav li.moreLanguages ul { box-shadow: none; }
#langNav li.moreLanguages:hover ul,
#langNav li.moreLanguages:focus ul { display: block; }
#langNav li.moreLanguages:focus-within ul { display: block; }
#langNav li.moreLanguages ul li
{
	display: block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	background-color: #EAD08C;
	font-size: 15px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#langNav li.moreLanguages ul li:first-child:before
{
	content: '';
	display: block;
	height: 2px;
	background-color: #EAD08C;
	border-radius: 1px 1px 0 0;
}
#langNav li.moreLanguages ul li:last-child:after
{
	content: '';
	display: block;
	height: 3px;
	background-color: #EAD08C;
}
#langNav li.moreLanguages ul li a
{
	display: block;
	margin: 0;
	padding: 3px 12px 3px 22px;
	box-sizing: border-box;
	vertical-align: middle;
	min-height: 28px;
	color: #054573;
}
#langNav li.moreLanguages ul li a:hover, #langNav li.moreLanguages ul li a:focus
{
	background-color: #2274A5;
	color: #fff;
}


#menuToggle { display: none; }
#menuToggleLabel
{
	display: none;
	width: 34px;
	background-image: url("../../visuals/icon-menu.svg");
	background-size: 34px 34px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: rgba(234,208,140,0.9);
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.02em;
	padding: 37px 0 0 0;
	margin: 0;
	order: 2;
}

/* compact navigation */
@media screen and (max-width: 620px) {
	#menuToggleLabel { display: block; }
	#navContainer
	{
		top: 0;
		left: 0;
		right: 0;
		padding: 48px 20px 0 0;
		flex-direction: row;
		justify-content: flex-end;
		align-items: flex-end;
		height: auto;
	}
	#mainNav { display: none; position: static; }
	#menuToggle:checked ~ #mainNav
	{
		display: block;
		position: absolute;
		top: 134px;
		left: 6px;
		right: 6px;
		background-color: #fff;
		box-shadow: 0 2px 4px rgba(6, 46, 97, 0.25);
		border-radius: 0 0 2px 2px;
		padding: 24px 0;
	}
	#menuToggle:checked ~ #mainNav > ul:before
	{
		content: '';
		position: absolute;
		top: -5px;
		right: 27px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 4px 5px 4px;
		border-color: transparent transparent #fff transparent;
	}

	#langNav
	{
		width: auto;
		border-bottom: none;
		margin-bottom: -2px;
		padding: 0 22px 0 0;
		order: 1;
	}
	#langNav ul li { margin: 0 12px 0 0; }
	header { height: 133px; }
	main { padding-top: 140px; }
	
	#mainNav a { color: #212326; }
	#mainNav > ul
	{
		display: block;
		list-style-type: none;
	}
	#mainNav > ul > li
	{
		display: list-item;
		margin: 0;
		padding: 0;
		left: 0;
		width: auto;
	}
	#mainNav > ul > li > a[role=button]:after
	{
		content: '';
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-color: transparent transparent transparent inherit;
		-webkit-transform: none;
		transform: none;
		vertical-align: top;
		margin-left: 6px;
		margin-top: 6px;
		opacity: 0.75;
	}
	#mainNav > ul > li a
	{
		display: block;
		box-sizing: border-box;
		padding: 6px 1px 6px 24px;
		line-height: normal;
		font-weight: 400;
	}
	#mainNav > ul > li a:hover,
	#mainNav > ul > li a:focus
	{
		background-color: #2274A5;
		color: #fff !important;
	}
	#mainNav > ul > li a:active { background-color: #EAD08C; color: #114B5F !important; }
	#mainNav > ul > li > a[aria-current='true']:before
	{
		left: 0;
		top: 0;
		height: 31px;
		width: 3px;
		color: rgb(4, 139, 168);
		z-index: 1;
		-webkit-animation: none;
		animation: none;
	}

	#logoLink
	{
		position: absolute;
		top: 8px;
		left: 12px;
		z-index: 2000;
	}
}

@media screen and (max-width: 540px) {
	#footerLinks { padding-top: 2em; }
	#footerLinks div { margin: 0 0.5em 0.5em 0; }
	#footerLinks div:first-child { position: absolute; top: 1.5em; }
	#footerLinks p { margin: 0 0 1em 0; }
	#footerContent > p.copyright { padding-bottom: 1.2em; }
}

@media screen and (max-width: 400px) {
	#langNav li.moreLanguages
	{
		position: absolute;
		right: 72px;
		top: 46px;
	}
	div.homebox-content { font-size: 40px; padding: 0 30px;}
	div.homebox-content small { font-size: 28px; line-height: 36px; }
	table.newsletter input[type=text],
	table.newsletter input[type=email] { width: 15em; }
}

*:lang(zh-Hans),
*:lang(zh-Hant),
*:lang(ja) { font-style: normal !important; }

/* IE 10 fix */
[hidden] { display: none; }