body, h1, h2, h3, h4 {
	padding: 0;
}

body {
	font-size: 14px;
	font-family: 'Neuton', Georgia, serif;
	margin: 0;
	border-top: 4px solid #1d245d;
}

h2, h3 {
	font-family: 'Barlow Condensed', 'OmnesMedium', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

h2 {
	color: #6578B6;
	font-weight: 700;
	font-size: 22px;
}

h3 {
	color: #6E4976;
	margin-right: 40px;
	font-weight: 500;
}

/* Header */
#site-header {
	background: #fff;
	margin-bottom: 0;
}

#header-inner {
	max-width: 925px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: right;
}

#kbs-logo {
	height: 70px;
}

#header-accent {
	background-color: #79cbbd;
}

#header-accent-inner {
	max-width: 925px;
	margin: 0 auto;
	padding: 3rem 0;
}

#header-accent h1 {
	font-family: 'Barlow Condensed', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	font-size: calc(1.5rem + 2.5vw);
	line-height: 1.1;
	color: #000;
	margin: 0;
	text-transform: none;
	letter-spacing: 0;
}

#contest-container {
	width: 925px;
	margin: 0 auto;
	padding-top: 10px;
}

#upload-form strong {
	display: block;
	float: left;
	color: #6E4976;
	font-family: 'OmnesMedium', Arial;
	font-weight: bold;
}

/* Required field indicator */
#upload-form strong.field::after,
#upload-form strong.big-field::after,
#upload-form strong.copyright::after,
#upload-form strong.description::after,
#upload-form div.rights input[parsley-required="true"] + label::after {
	content: " *";
	color: #FF0000;
}

.required-legend {
	color: #FF0000;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 10px 0;
}

strong.field {
	width: 250px;
	text-align: right;
	margin-right: 20px;
}

input.field {
	width: 570px;
}

div.box {
	width: 250px;
	margin: 10px;
	float: left;
	text-align: center;
	overflow: hidden;
}

div.box p {
	text-align: center;
}

div.box p strong {
	float: none !important;
}

textarea.description {
	width: 225px;
}

input.copyright {
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 0;
}

/* Adaptive photo layout: 2 photos */
.photos-2 div.box {
	width: 440px;
}

.photos-2 textarea.description {
	width: 410px;
}

.photos-2 input.copyright {
	width: 300px;
}

/* Adaptive photo layout: 1 photo */
.photos-1 div.box {
	width: 100%;
	float: none;
	margin: 20px 0;
	overflow: visible;
	text-align: left;
}

.photos-1 div.box form {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 30px;
	align-items: flex-start;
}

.photos-1 div.box form > label {
	flex-shrink: 0;
}

.photos-1 div.box form > br {
	display: none;
}

.photos-1 div.box .photo-details {
	flex: 1;
	min-width: 300px;
}

.photos-1 div.box p {
	text-align: left;
}

.photos-1 div.box p strong {
	float: none !important;
	text-align: left;
}

.photos-1 textarea.description {
	width: 100%;
	box-sizing: border-box;
}

.photos-1 input.copyright {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0;
	margin-top: 0;
}

div.rights {
	clear: both;
}

div.rights input {
	margin-right: 20px;
}

#upload-button {
	cursor: pointer;
	border: medium none;
	display: block;
	height: 55px;
	text-align: center;
	text-indent: -9999em;
	width: 273px;
	margin-bottom: 30px;
}

#upload-button:hover {
	opacity: 0, 9;
}

input.parsley-success, textarea.parsley-success {
	background-color: #DFF0D8 !important;
	border: 2px solid #D6E9C6 !important;
	color: #468847 !important;
}

input.parsley-error, textarea.parsley-error {
	background-color: #F2DEDE !important;
	border: 3px solid #EED3D7 !important;
	color: #B94A48 !important;
}

ul.parsley-error-list {
	font-size: 11px;
	list-style-type: none;
	margin: 2px;
	color: #FF0000;
	font-family: 'OmnesMedium', Arial;
	font-size: 11px;
	font-weight: bold;
	padding-left: 0;
	padding-top: 5px;
}

ul.parsley-error-list li {
	line-height: 11px;
}