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;
	/*box-sizing: border-box;*/
}

#logoLink { width: 100px; height: 110px; }
#logoLink span { display: none; }

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: treaded 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
{
	/*height: auto; background: linear-gradient(180deg, rgba(22,35,38,0.7) 0%, rgba(22,35,38,0) 72.5%);*/
	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: 90vh;
	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,
#homebox_awardsdays div.homebox-bg
{
	background-image: url("../bgs/bg-awardsday.jpg");
	background-size: cover;
	background-position: 50% 20%;
	-webkit-transform-origin: 61% 57%;
	transform-origin: 61% 57%;
}
#homebox_2 div.homebox-bg
{
	background-image: url("../bgs/bg-winners.jpg");
	background-size: cover;
	-webkit-transform-origin: 85% 60%;
	transform-origin: 85% 60%;
}
#homebox_2a div.homebox-bg,
#homebox_winners div.homebox-bg
{
	background-image: url("../bgs/bg-winners.jpg");
	background-size: cover;
	-webkit-transform-origin: 75% 60%;
	transform-origin: 75% 60%;
}
#homebox_3 div.homebox-bg
{
	background-image: url("../bgs/bg-joinus.jpg");
	background-size: cover;
	-ebkit-transform-origin: 85% 60%;
	transform-origin: 85% 60%;
}
#homebox_3a div.homebox-bg,
#homebox_jury div.homebox-bg
{
	background-image: url("../bgs/bg-jury.jpg");
	background-size: cover;
	-webkit-transform-origin: 85% 60%;
	transform-origin: 85% 60%;
}
#homebox_callforentries div.homebox-bg
{
	background-image: url("../bgs/bg-carlton.jpg");
	background-size: cover;
	-webkit-transform-origin: 75% 40%;
	transform-origin: 75% 40%;
}
@media screen and (orientation: portrait) {
	#homebox_callforentries div.homebox-bg
	{
		background-image: url("../bgs/bg-carlton-portrait.jpg");
		-webkit-transform-origin: 55% 60%;
		transform-origin: 55% 60%;
	}
}
#homebox_gallery div.homebox-bg,
#homebox_blog div.homebox-bg
{
	background-image: url("../bgs/bg-gallery.jpg");
	background-size: cover;
	-webkit-transform-origin: 85% 60%;
	transform-origin: 85% 60%;
}
#homebox_awardsupdate div.homebox-bg
{
	background-image: url("../bgs/bg-awardsday1.jpg");
	background-size: cover;
	-webkit-transform-origin: 85% 60%;
	transform-origin: 85% 60%;
}
#homebox_gallery3 div.homebox-bg
{
	background-image: url("../bgs/bg-gallery3.jpg");
	background-size: cover;
	-webkit-transform-origin: 85% 60%;
	transform-origin: 85% 60%;
}

@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', 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; }

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

div.homebox-content a { color: inherit; text-decoration: none; }
div.homebox-content a:hover,
div.homebox-content a:focus { color: #EAD08C; text-decoration: underline; }
div.homebox-content a:active { color: #d76431; text-decoration: underline; }

@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 12s ease both;
	animation: kf_homebox-1 12s ease both;
}
div.homebox.off div.homebox-bg
{
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

#homebanners, div.homebox, div.homebox-bg { contain: strict; }

@keyframes kf_homebox-2
{
	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.125, 1.125); transform: scale(1.125, 1.125); }
}
#homebox_gallery3.off div.homebox-bg
{
	-webkit-transform: scale(1.125, 1.125);
	transform: scale(1.125, 1.125);
}
#homebox_gallery3.on div.homebox-bg
{
	-webkit-animation: kf_homebox-2 11s ease both;
	animation: kf_homebox-2 11s ease both;
}

/* 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;
}

h3.gdpr
{
	font-family: 'Lato', sans-serif;
	color: rgba(22, 35, 38, 0.95);
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 0.25em;
}
h3.gdpr + p { margin-top: 0.5em; }

h4
{
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 20px;
	color: #212326;
	font-weight: 500;
	margin: 1em 0 0 0;
}
h4 + p { margin-top: 0.25em; }
h4 small { font-size: 18px; }

h3.contact
{
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 23px;
	color: #212326;
	font-weight: 500;
	margin: 1em 0 0 0;
}
h3.contact + p { margin-top: 0.25em; }
h3.contact > small { font-size: 20px; }
h3.contact > small small { font-size: 18px; }

#content p,#content td,#content li, #content label
{
	font-family: 'Lato', sans-serif;
	line-height: 143%;
	/*color: #3d3f41;*/
	color: #212326;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.0003em;
	text-shadow: 0 0 1px #21232610;
}

#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.lead-in-2
{
	font-family: 'EB Garamond', Georgia, serif;
	font-weight: 500;
	font-style: italic;
	font-size: 22px;
	line-height: 31px;
	letter-spacing: 0.015em;
	margin: 1.125em 0 1.5em 0.75em;
	color: #048BA8;
}

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

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

#content p.blue
{
	color: #048BA8;
}


p.narrowTopMargin { margin-top: 0.5em !important; }

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

strong { font-weight: 700; }

sup { line-height: 50%; }

.serif { font-family: 'EB Garamond', Georgia, serif; font-size: 120%; font-style: italic; letter-spacing: 0.015em; }
strong .serif { font-weight: 500; }

#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.semi,
#content *.semi { font-weight: 400; }

#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;
	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', Georgia, serif;
	font-style: italic;
	line-height: 150%;
	margin: 1em 0 0 0;
}

.dropcaps:first-letter
{
	float: left;
	font-family: 'EB Garamond', Georgia, serif;
	/*
	font-family: 'Lato', sans-serif;
	font-size: 49px;
	line-height: 39px;
	*/
	font-size: 75px;
	line-height: 59px;
	/*color: #31a0b8;*/
	color: rgba(49,160,184,0.99);
	margin: 0;
	padding: 0 0.2em 0 0.1em;
}

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 ol
{
	margin-left: 0;
	padding-left: 2em;
}
#content ol > li
{
	padding-left: 0.75em;
	padding-bottom: 0.5em;
}


/* award */

#content figure.awardimg
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
}

#content figure.awardimg img
{
	border: none;
	width: 320px;
	height: 320px;
}
#content figure.awardimg img.diploma
{
	height: auto;
}
@media screen and (max-width: 340px) {
	#content figure.awardimg img { max-width: 100%; height: auto; }
}
#content figure.awardimg img.badge { opacity: 0.9; }

/* press */

h2.pressrelease
{
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 25px;
	color: #212326;
	font-weight: 500;
}

#content p.pressrelease-link { margin-bottom: 1.8em; }
#content p.pressrelease-link:before
{
	content: "";
	display: inline-block;
	background-image: url("../visuals/icon-view-li.svg");
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	margin-right: 6px;
}

#content p.pressrelease-link a { font-weight: 700; }

#content a.media-icon
{
	margin: 0 1em 0 0.25em;
	display: inline-block;
	vertical-align: middle;
}

#content section.pressrelease
{
	background-color: #fff;
	padding: 1em 2em;
	margin: 0;
}

#content section.pressrelease h1 { font-size: 30px; margin-top: 0.5em; }
#content section.pressrelease h2 { font-size: 26px; }
#content section.pressrelease h3 { font-size: 22px; }

#content section.pressrelease p { text-align: justify; }

#content section.pressrelease + p { margin-top: 2em; }


table.media_table td { padding-top: 1em !important; vertical-align: middle; }
table.media_table td:first-child { text-align: center; }
table.media_table td:last-child { padding-left: 1em !important; }


/* partners */

div.institutionalPartners
{
	margin: 2em 0 4em;
	padding: 0;
	display: table
}
div.institutionalPartners > div
{
	display: table-row;
}
div.institutionalPartners > div > span
{
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	line-height: 143%;
	color: #212326;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.0003em;
}
div.institutionalPartners > div > span:first-child
{
	text-align: right;
	margin: 0;
	padding: 0 28px 1.25em 0;
	width: 226px;
}
div.institutionalPartners > div > span:last-child
{
	margin: 0;
	padding: 0 0 1.25em 0;
}
div.institutionalPartners > div > span.textbottom
{
	vertical-align: bottom;
	padding-bottom: 2.25em;
}

@media screen and (max-width: 500px) {
	div.institutionalPartners { display: block; }
	div.institutionalPartners > div { display: block; margin: 0; }
	div.institutionalPartners > div > span
	{
		display: block;
		vertical-align: top !important;
		padding: 0 0 1em 0 !important;
	}
	div.institutionalPartners > div > span,
	div.institutionalPartners > div > span:first-child { width: auto; text-align: center; }
	div.institutionalPartners > div > span:last-child { margin-bottom: 1.5em;  }
}

div.partnerspane
{
	background-color: #fff;
	margin: 0;
	padding: 0.5em 0.25em 0.5em 0.75em;
	border-radius: 4px;
}

div.logopane
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 1em 2em 2.5em;
}
div.logopane a,
div.logopane span
{
	display: block;
	width: 170px;
	height: 111px;
	padding: 0.5em;
}

@media screen and (max-width: 450px) {
	div.logopane span { display: none; }
}


#content figure.cannes-impressions { margin: 4.5em 0; }

figure.cannes-impressions img
{
	width: 524px;
	height: 557px;
}
figure.cannes-impressions img + img { margin-top: 0.4em; }

figure.cannes-impressions img:nth-child(1) { margin-left: -8%; }
figure.cannes-impressions img:nth-child(2) { margin-left: 8%; }
figure.cannes-impressions img:nth-child(3) { margin-left: -8%; }
figure.cannes-impressions img:nth-child(4) { margin-left: 8%; }
figure.cannes-impressions img:nth-child(5) { margin-left: -8%; }
figure.cannes-impressions img:nth-child(6) { margin-left: 8%; }

@media screen and (max-width: 600px) {
	#content figure.cannes-impressions img { margin-left: 0 !important; }
}

/* entryform */

#content p.entrybutton
{
	margin: 3.25em 0 3.3em 2em;
}

#content a.entrybutton
{
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 7px 12px;
	border: none;
	border-radius: 14px;
	background-color: #31a0b8;
	color: #fcfcfc;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.024em;
	text-decoration: none;
	user-select: none;
}
#content a.entrybutton:hover,
#content a.entrybutton:focus
{ background-color: #048BA8; }
#content a.entrybutton:active
{ background-color: #d76431; }


#content span.entrybutton-border
{
	display: inline-block;
	text-indent: 0;
	line-height: normal;
	margin: 0;
	padding: 2px;
	border: 1px rgba(49,160,184, 0.25) solid;
	border-radius: 17px;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#content span.entrybutton-border:hover,
#content span.entrybutton-border:focus,
#content span.entrybutton-border:active
{ border-color: #b49b58; }


a.button-note, a.button-note-bottom { position: relative; }
a.button-note:after
{
	content: attr(data-note);
	position: absolute;
	left: 120%;
	top: 9px;
	color: #414346;;
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap;
	pointer-events: none;
}
a.button-note-bottom:after
{
	content: attr(data-note);
	position: absolute;
	bottom: -32px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #414346;;
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap;
	pointer-events: none;
}

/* newsletter */

form { display: block;  margin: 0; padding: 0; }
table.newsletter { border-collapse: collapse; margin: 2em 0 1em 0; }
table.newsletter td { padding: 0 0 0.5em 0; }
table.newsletter input { margin: 0 0 0 1.5em; }
table.newsletter input[type=text],
table.newsletter input[type=email] { padding: 0.3em; border: 1px #81c5d3 solid; border-radius: 3px; width: 20em; }

table.newsletter input[type=submit],
input#newsletterButton
{
	margin: 0.5em 0.6em 0 0;
	padding: 7px 12px;
	border: none;
	border-radius: 14px;
	background-color: #31a0b8;
	color: #fcfcfc;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.02em;
}
table.newsletter input[type=submit]:hover,
table.newsletter input[type=submit]:focus,
input#newsletterButton:hover,
input#newsletterButton:focus
{ background-color: #048BA8; }
table.newsletter input[type=submit]:active,
input#newsletterButton:active
{ background-color: #d76431; }
input#newsletterButton[disbled],
input#newsletterButton[disabled=disabled]
{
	background-color: #ccc;
}
div.newsletterSubmit
{
	margin: 1em 0 1.5em;
	width: 100%;
	max-width: 330px;
	text-align: right;
}
div.g-recaptcha { margin-left: 0.6em; }
/*
table.newsletter tr:last-child td:last-child { text-align: right; }
*/


/* awards day */

#content figure.awardsdays-img img
{
	display: inline-block;
	margin: 0 0 0 -15%;
}
#content figure.awardsdays-img img + img,
#content figure.awardsdays-img br + img
{
	margin: 0.5em -15% 0 0;
}
#content p.floral { text-align: center; color: #EAD08C; }

@media screen and (max-width: 600px) {
	#content figure.awardsdays-img img { margin-left: 0 !important; margin-right: 0 !important; }
}

/* event videos */

h2.eventvideos
{
	font-size: 20px;
	color: #2274A5;
}

#content figure.awardsdays-video
{
	display: block;
	width: 640px;
	margin: 3em auto 2em auto;
	text-align: center;
	max-width: 100%;
}

#content figure.awardsdays-video iframe
{
	width: 640px;
	max-width: 100%;
}

#content figure.awardsdays-video figcaption
{
	font-family: 'Lato', sans-serif;
	line-height: 143%;
	color: #212326;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.0003em;
	font-style: normal;
}


/* jury */

main.blurred
{
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

h1.jury { text-align: center; }

#jurywrapper
{
	margin: 1.5em 0 1em 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#content div.jury-container
{
	margin: 0 0 6px 0;
	padding: 18px 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	width: 308px;
	max-width: 100%;
}
#content div.jury-display
{
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-sizing: border-box;
}

#content figure.jury-portrait
{
	margin: 0;
	padding: 0;
	text-align: center;
	order: -1;
	width: 276px;
	height: 365px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #383838;
	background: linear-gradient(135deg, #303133 0%, #181a1b 100%);
	border-radius: 1px 1px 0 0;
	cursor: pointer;
}
#content figure.jury-portrait img
{
	border: none;
	width: 100%;
	height: auto;
	/*
	width: 276px;
	height: 366px;
	*/
	color: #777;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}

#content #jurywrapper div.jury-more
{
	text-align: center;
	margin: 0.4em 0 0 0;
}

#content #jurywrapper div.jury-more button
{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 0.0003em;
	font-weight: 300;
	color: #fcfcfc;
	line-height: 100%;
	padding: 4px 16px;
	border: none;
	border-radius: 12px;
	background-color: #2d85ba;
	cursor: pointer;
}
#content #jurywrapper div.jury-more button:hover,
#content #jurywrapper div.jury-more button:focus
{ background-color: #3c98cf; }
#content #jurywrapper div.jury-more button:active
{ background-color: #d76431; }

#content #jurywrapper div.jury-more button:before
{
	content: '+';
	display: inline-block;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	color: #2d85ba;
	background-color: #f1f6f9;
	margin: 0 5px 0 -11px;
	text-align: center;
}
#content #jurywrapper div.jury-more button:hover:before,
#content #jurywrapper div.jury-more button:focus:before
{ color: #3c98cf; }
#content #jurywrapper div.jury-more button:active:before
{ color: #d76431; background-color: #faf4f2; }

#content #jurywrapper div.jury-more a.jury-more-link
{
	display: inline-block;
	padding: 0 6px;
	margin: -0.2em 2px -0.4em 0;
	color: #fff;
	text-shadow:  0 1px 1px #0004;
	background-color: #0002;
	border-radius: 7px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.2s ease;
}
#content #jurywrapper div.jury-more a.jury-more-link:hover,
#content #jurywrapper div.jury-more a.jury-more-link:focus
{
	background-color: #048BA8;
	box-shadow: 0 0 4px #048BA833;
}
#content #jurywrapper div.jury-more a.jury-more-link:active
{
	background-color: #d76431;
	box-shadow: 0 0 3px #d7643128;
}

#content h2.jury-name,
#content h2.jury-title
{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	letter-spacing: 0.0003em;
}

#content h2.jury-name
{
	margin: 0 0 0.5em 0;
	padding: 13px 4px 12px 4px;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	/* background-color: #2274A5; */
	background-color: #888;
	color: #fcfcfc;
	letter-spacing: 0.001em;
	border-radius: 0 0 1px 1px;
	transition: background-color 0.275s ease;
}
/*
#content h2.jury-name
{
	background-color: #054573;
	color: #EAD08C;
}
*/
#content .jury-display:hover h2.jury-name,
#content .jury-display:focus h2.jury-name
{
	background-color: #2274A5;
}
#content h2.jury-name:hover { cursor: pointer; }

#content figure.jury-portrait img {
/*
	filter: grayscale(90%) contrast(104%) brightness(103%);
*/
	filter: grayscale(96%) contrast(99%) brightness(107%);
	transition: filter 0.4s ease;
}
#content .jury-display:hover figure.jury-portrait img,
#content .jury-display:focus figure.jury-portrait img,
#content .jury-display:active figure.jury-portrait img
{
	filter: grayscale(0) contrast(100%) brightness(100%);
}

#content p.jury-title
{
	margin: 0;
	padding: 0 4px;
	font-weight: 300;
	line-height: 143%;
	color: #212326;
}

#content p.jury-imgcredit
{
	margin-top: 1em;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.0003em;
	font-style: italic;
}

#juryShield
{
	position: fixed;
	display: flex;
	justify-content: center;
	flex-direction: column;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0,0,10, 0.5);
	box-sizing: border-box;
	margin: 0;
	padding: 18px;
	overflow: hidden;
}
#juryShield #juryDisplay
{
	position: relative;
	display: block;
	background-color: #fcfcfc;
	border: none;
	border-radius: 13px;
	box-sizing: border-box;
	max-width: 740px;
	height: 100%;
	max-height: 100%;
	padding: 26px 6px 12px 30px;
	margin: 0 auto;
	vertical-align: top;
	box-shadow: 0 0 5px rgba(0, 0, 10, 0.5);
	overflow: hidden;
}

#juryDisplay #scrollPane
{
	box-sizing: border-box;
	margin: 0;
	padding: 0 24px 24px 0;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
}

#juryDisplay:after
{
	content: '';
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	right: 30px;
	bottom: 0;
	height: 46px;
	z-index: 2;
	background-color: rgba(255,255,255, 0.5);
	background: linear-gradient(180deg, rgba(255,255,255, 0.05) 0%, rgba(255,255,255, 1) 70%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	pointer-events: none;
}

#juryDisplay #closeButton
{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 26px;
	height: 26px;
	overflow: hidden;
	z-index: 3;
}

#juryDisplay #closeButton svg { width: 26px; height: 26px; fill: #EAD08C; }
#juryDisplay #closeButton:hover svg,
#juryDisplay #closeButton:focus svg{ fill: #2274A5; }
#juryDisplay #closeButton:active svg { fill: #d76431; }

#juryDisplay div.jury-detail,
#juryDisplay div.jury-caption
{
	font-family: 'Lato', sans-serif;
	line-height: 143%;
	color: #212326;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.0003em;
	padding: 0;
	margin: 0;
}
#juryDisplay p { margin: 0.25em 0; }
#juryDisplay p.jury-title { font-style: italic; margin-top: 0.4em; }
#juryDisplay div.jury-caption { margin-bottom: 2em; }
#juryDisplay div.jury-bio { margin: 2em 0 1.5em 0; clear: both; }
#juryDisplay h2 { margin: 0; font-size: 25px; line-height: 130%; }
#juryDisplay div.jury-bio p { margin: 0 0 0.5em 0; }
#juryDisplay p.jury-imgcredit { font-style: italic; margin-top: 1.25em; }

#juryDisplay figure.jury-portrait
{
	float: left;
	padding: 0;
	margin: 0.25em 2em 1.4em 0.25em;
}
#juryDisplay figure.jury-portrait img
{
	box-sizing: border-box;
	border: 12px #fff solid;
	width: 220px;
	height: auto;
	box-shadow: 0 0 2px rgba(33,35,38, 0.15);
}
@media screen and (max-width: 600px) {
	#juryDisplay figure.jury-portrait
	{
		float: none;
		margin: 0 0 0.75em 0;
		width: 100%;
		text-align: center;
	}
	#juryDisplay figure.jury-portrait img { width: 180px; }
	#juryDisplay div.jury-caption { margin-bottom: 1em; }
}

#juryDisplay a
{
	text-decoration: underline;
	color: #2274A5;
	-webkit-text-decoration-color: rgba(34, 116, 165, 0.5);
	text-decoration-color: rgba(34, 116, 165, 0.5);
}
#juryDisplay a:active
{
	text-decoration: underline;
	color: #d76431;
	-webkit-text-decoration-color: #EAD08C;
	text-decoration-color: #EAD08C;
}

#juryDisplay a.externallink:before
{
	content: "";
	display: inline-block;
	background-image: url("../visuals/icon-view-li.svg");
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	padding-left: 7px;
	vertical-align: text-bottom;
}

#juryDisplay ul
{
	margin: 0.5em 0;
	list-style: disc;
	padding-left: 1.25em;
}
#juryDisplay ul > li { margin-bottom: 0.2em; }

#juryDisplay
{
	-webkit-animation: kf_fadein 0.35s ease-in normal forwards;
	animation: kf_fadein 0.35s ease-in normal forwards;
}

@keyframes kf_fadein
{
	0% { opacity: 0; }
	100% { opacity: 1; }
}

div.regulations-fees
{
	margin: 1em 0 1.5em 0;
	max-width: 100%;
	overflow-x: auto;
}
table.regulations-fees
{
	border-collapse: collapse;
	margin: 0;
	border: 1px #e1e3e6 solid;
	border-radius: 5px;
}
table.regulations-fees th,
table.regulations-fees td
{
	padding: 0.2em 0.8em;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	border: 1px #e1e3e6 solid;
	min-width: 10em;
	max-width: 14em;
	vertical-align: top;
	font-size: 15px;
}
table.regulations-fees thead { background-color: rgba(4, 139, 168, 0.1); }
table.regulations-fees th {
	border-left-color: #d1d3d6;
	border-right-color: #d1d3d6;
	border-bottom-color: #d1d3d6;
}
table.regulations-fees td:first-child,
table.regulations-fees th:first-child
{
	text-align: left;
	white-space: nowrap;
	width: auto;
	min-width: unset;
	max-width: unset;
	padding: 0.2em 0.8em 0.2em 0.6em;
}
table.regulations-fees td:first-child { font-style: italic; }

span.regulations-fees-annotation
{
	display: inline-block;
	width: 1.25em;
}

/* footer social icons */

a.social-icon
{
	margin: 0 0 0 5px;
	text-decoration: none !important;
}

a.social-icon svg
{
	width: 18px;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 1px;
	fill: rgba(22,35,38, 0.7);
	border: 1px rgba(22,35,38, 0.7) solid;
	border-radius: 2px;
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
	box-sizing: border-box;
	transition: all 0.25s ease;
}

a.social-icon:hover svg,
a.social-icon:focus svg
{
	fill: #fff;
	border-color: #212326;
	background-color: #212326;
}
a.social-icon:active svg
{
	fill: #fff;
	border-color: #111316;
	background-color: #111316;
}


/* navigation */

#navContainer
{
	position: absolute;
	display: flex;
	top: 36px;
	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', sans-serif;
	font-weight: 700;
	color: #fff;
	order: 1;
	z-index: 10;
}
#mainNav ul { list-style: none; padding: 0; margin: 0; }
#mainNav ul li { display: inline-block; position: relative; }

#mainNav > ul > li > ul
{
	left: -9999px;
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	/*
	display: none;
	*/
	min-width: 100px;
	margin: 0;
	padding: 4px 0 6px 0;
	border-radius: 4px;
	overflow-x: hidden;
	background-color: rgba(17, 75, 95, 0.975);
	border: 2px #a7b8bf solid;
	box-shadow: 0 2px 6px rgba(16, 17, 18, 0.3);
	top: 1.75em;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 11;
}
#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,
#mainNav > ul > li > a[aria-current='location']: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 > ul > li > a[role=button]:after
{
	content: "^";
	font-weight: 300;
	color: rgba(167,184,191,0.95);
	vertical-align: text-bottom;
	display: inline-block;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform: scale(1.3, -0.9) translate(1px, -1px);
	transform: scale(1.3, -0.9) translate(1px, -1px);
}
#mainNav > ul > li:hover > ul,
#mainNav > ul > li:focus > ul
{
    left: -1px;
    /*
	display: block;
    */
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#mainNav > ul > li:focus-within > ul
{
    left: -1px;
    visibility: visible;
}

#mainNav > ul > li:hover > ul:before,
#mainNav ul li:focus > ul:before
{
	content: '';
	position: absolute;
	top: -7px;
	left: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 5px 4px;
	border-color: transparent transparent rgba(167,184,191,0.95) transparent;
}

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

#mainNav > ul > li > ul > li
{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	letter-spacing: 0.02em;
	text-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 1px 2px rgba(255,255,155,0.15);
	position: relative;
}
#mainNav > ul > li > ul > li a
{
	display: block;
	margin: 0;
	padding: 4px 24px 5px 16px;
	font-weight: 300;
}
#mainNav > ul > li > ul > li[aria-current='page']:before
{
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: 80%;
	top: 10%;
	left: 1px;
	background-color: rgba(4, 139, 168, 0.5);
}
#mainNav > ul > li > ul#menuWinners > li a { padding: 4px 24px 5px 24px; }

#mainNav > ul > li > ul > li a:hover,
#mainNav > ul > li > ul > li a:focus
{
	background-color: #2274A5;
}

@media screen and (max-width: 1190px) {
	#mainNav > ul > li:last-child:hover > ul,
	#mainNav > ul > li:last-child:hover > ul
	{
		left: auto;
		right: -32px;
	}
	#mainNav > ul > li:last-child:hover > ul:before,
	#mainNav ul li:last-child:focus > ul:before
	{ left: auto; right: 48px; }
}

body.home #mainNav > ul > li > ul { background-color: rgba(15,70,89, 0.925); }


#langNav
{
	display: block;
	font-family: 'Lato', 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;
}
body.home #langNav > ul
{
	padding-left: 5px;
	border-radius: 2px;
	transition: all 0.3s ease;
}
body.home #langNav:hover > ul
{
	background-color: rgba(35,38,42, 0.4);
	box-shadow: 0 0 2px rgba(35,38,42, 0.4);
}
#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'],
#langNav ul li[aria-current='location']
{
	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: 15px;
	margin: 0;
	padding: 8px 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: 980px) {
	#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; }
	#menuToggle:checked ~ #langNav ul > li > ul { display: none !important; }
	
	#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 #212326;
		-webkit-transform: none;
		transform: none;
		vertical-align: top;
		margin-left: 6px;
		margin-top: 6px;
		opacity: 0.75;
	}
	#mainNav > ul > li > a[role=button]:hover:after,
	#mainNav > ul > li > a[role=button]:focus:after { border-color: transparent transparent transparent #fff; }
	#mainNav > ul > li > a[role=button]:active:after { border-color: transparent transparent transparent #114B5F; }
	#mainNav > ul > li:hover > ul:before,
	#mainNav ul li:focus > ul:before
	{ display: none; }
	#mainNav > ul > li:hover > ul,
	#mainNav > ul > li:focus > ul { left: 0; top: 0; right: auto;}
	#mainNav > ul > li:focus-within > ul { left: 0; top: 0; right: auto;}
	#mainNav > ul > li > ul
	{
		display: block;
		border: none;
		padding: 0;
		margin: 0;
		border-radius: 0;
		background-color: inherit;
		visibility: visible;
		opacity: 1;
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		min-width: auto;
		box-shadow: none;
	}
	#mainNav > ul > li > a + ul[aria-hidden='true'] { display: none; }
	body.home #mainNav > ul > li > ul { background-color: inherit; }
	#mainNav > ul > li > ul > li
	{
		display: block;
		background-color: inherit;
		margin: 0;
		padding: 0;
		left: 0;
		top: 0;
		width: auto;
		text-shadow: none;
	}
	#mainNav > ul > li > ul > li[aria-current='page']:before
	{
		width: 3px;
		height: 80%;
		top: 10%;
		left: 3px;
		/*background-color: rgb(4, 139, 168);*/
	}
	#mainNav > ul > li a,
	#mainNav > ul > li > ul > li a
	{
		display: block;
		box-sizing: border-box;
		padding: 6px 1px 6px 24px;
		line-height: normal;
		font-weight: 400;
	}
	#mainNav > ul > li > ul > li a,
	#mainNav > ul > li > ul#menuWinners > li a { padding-left: 39px; }
	#mainNav > ul > li a:hover,
	#mainNav > ul > li a:focus,
	#mainNav > ul > li > ul > li a:hover,
	#mainNav > ul > li > ul > li a:focus
	{
		background-color: #2274A5;
		color: #fff !important;
	}
	#mainNav > ul > li a:active,
	#mainNav > ul > li > ul > li a:active { background-color: #EAD08C; color: #114B5F !important; }
	#mainNav > ul > li:focus-within > ul { left: 0; }
	#mainNav > ul > li > a[aria-current='true']:before,
	#mainNav > ul > li > a[aria-current='location']: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; }
}


button { outline: none; }

#content a.inline-button
{
	display: inline-block;
	box-sizing: border-box;
	border-radius: 11px;
	height: 22px;
	padding: 0 8px;
	line-height: 22px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #fcfcfc;
	background-color: #31a0b8;
    vertical-align: 0;
}
#content a.inline-button:hover,
#content a.inline-button:focus
{ background-color: #048BA8; }
#content a.inline-button:active
{ background-color: #d76431; }

#content span.inline-button-border
{
	display: inline-block;
	text-indent: 0;
	line-height: normal;
	margin: 0 0 0 1px;
	padding: 2px;
	border: 1px rgba(49,160,184, 0.25) solid;
	border-radius: 17px;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    vertical-align: 0;
}
#content span.inline-button-border:hover,
#content span.inline-button-border:focus,
#content span.inline-button-border:active
{ border-color: #b49b58; }

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