/*
Theme Name: Bruntwood
Theme URI: http://ohdigital.co.uk
Description: Custom theme by OH Digital for Bruntwood
Author: OH Digital
Author URI: http://ohdigital.co.uk
Version: 1.0
*/
.container:after,
#header:after {
	content: " ";
	display: block;
	clear: both;
}

#header .social-networks,
#header .add-nav,
#nav ul,
.intro .list,
#footer .footer-nav,
#menu-topmost-bar {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: white;
	font: 15px/23px "Synthese", Arial, Helvetica, sans-serif; /*min-width: $base-min-width;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #dfd3c2;
}

a:hover {
	text-decoration: none;
}

input,
textarea,
select {
	font: 100% "Synthese", Arial, Helvetica, sans-serif;
	color: white;
	vertical-align: middle;
	outline: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="submit"]:hover,
button:hover {
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none !important;
	border-radius: 0;
	border: 1px solid #ccc2b3;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #8a785c;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Synthese", "Karla", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.screen-reader-only {
	clip: rect(0 0 0 0);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	left: -999px;
	width: 1px;
}

#wrapper {
	overflow: hidden;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 960px;
}

.container-wrapper {
	background: #107792;
}

.container-wrapper .container {
	height: 83px;
	padding: 17px 0 0 0;
	max-width: 1080px;
}

.search-notice .container{
	display: block;
	padding-bottom: 20px;
	font-size: 19px;
}

/* burger menu style */

.nav-opener {
	float: right;
	width: 25px;
	height: 14px;
	position: relative;
	margin: 7px;
	display: none;
	top: 30px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -1px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: 100%;
}

/* close button transition */

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#header {
	padding: 0px;
	position: relative;
}

#header .social-networks {
	float: left;
	text-align: center;
	margin: 5px 0 5px;
}

#header .social-networks li {
	float: left;
	margin: 0 0 0 13px;
}

#header .social-networks li:first-child {
	margin: 0;
}

.fa::before {
	font-size: 24px;
	top: 4px;
	position: relative;
}

.fa:hover::before {
	font-size: 29px;
	top: 2px;
}

#header .social-networks a {
	color: #107792;
	padding: 4px 0 0;
	background: white;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	text-decoration: none;
}
#header .social-networks a:hover {
	text-decoration: none;
	background: #FFF;
}
#header .social-networks a:active {
	background: #6CCACD;
}
#header .add-nav {
	float: right;
	font-size: 18px;
	line-height: 14px;
	padding: 12px 0 0;
}

#menu-topmost-bar {
	float: right;
	font-size: 18px;
	line-height: 14px;
	padding: 12px 0 0;
}


#header .add-nav.mobile{
	display: none;
	padding: 6px 0 0;
	/*width: 46.1%;*/
}
#header .add-nav li a:first-child {
	padding-left: 5px;
}
#header .add-nav li {
	float: left;
	padding: 0 5px;
	margin-left: 12px;
}
#menu-topmost-bar li {
	padding: 0 5px 0 0;
}
#header .add-nav li:last-child {
	border-right: 0px solid #dfd3c2;
}

#header .add-nav li:first-child {
	padding-left: 0;
	border-left: none;
}

#header .add-nav a,
#menu-topmost-bar a {
	color: white;
	text-decoration: none;
}
#header .add-nav a:active {
	color:#6CCACD;
	text-decoration: none;
}
#header .add-nav a:hover,
#menu-topmost-bar a:hover {
	text-decoration: underline;
}

#header .header-holder {
	padding: 46px 0 30px;
	max-width: 1080px;
	margin: 10px auto;
}

#header h1 {
	width: 75%;
	font-size: 59px;
	line-height: 59px;
	font-weight: bold;
	color: #107792;
}

#header h1 span {
	color: #A83115;
}
#header h1 p{
	margin: 0;
}
#header .mobile-heading {
	background: #443F39;
	padding: 25px 20px;
	display: none;
}

#header .mobile-heading h1 {
	display: block;
	float: none;
	font-size: 22px;
	line-height: 22px;
}

.nav-active .nav-holder {
	display: block;
}

.search-form {
	margin: 0 0 0 0px;
}

.search-form label {
	float: left;
	font-size: 14px;
	line-height: 14px;
	padding: 6px 16px 0 0;
}

.search-form input[type="search"] {
	float: left;
	width: 179px;
	padding: 1px;
	margin: 0;
	background: none;
	border-width: 0 0 0px;
}

#nav {
	font-size: 15px;
	line-height: 18px;
	padding: 3px 0 0;
}

#nav a {
	text-decoration: none;
}
.header-holder a {
	text-decoration: none;
}
#menu-main-menu{
	position: relative;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: space-between;
	font: bold 16px/25px "Open Sans", Arial, Helvetica, sans-serif;
}
#menu-main-menu a:hover {
	text-decoration: underline;
}
#nav .sub-menu {
	position: absolute;
	top: 57px;
	right: 0px;
	display: none;
	width: 100%;
}
#nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
}

#nav li.current-menu-item > a{
	background: #ECF1F3 !important;
	color: #49494B;
}
#nav li.current-menu-ancestor ul.sub-menu,
#nav li.current-menu-item ul.sub-menu{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

#nav li.green {
	width: 57.8%;
}

#nav li.green a {
	background: #6ccacd;
	text-decoration: none;
}

#nav li.orange {
	width: 100%;
}
#nav li.grey > a{
	background: #443F39;
}

#nav li.parent-menu .sub-menu > li > a{
	background: #fcaf1a;
	text-decoration: none;
}
#nav li.style {
	margin: 40px 0 10px;
}

#nav a {
	display: inline-block;
	padding: 11px 16px;
	color: white;
}
#menu-topmost-bar li a {
	display: inline-block;
	vertical-align: top;
}

#nav a:hover {
	opacity: .9;
}
.main-slider{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.main-slider .container {
	margin: unset;
	padding: 23px 10px 0 119px;
	max-width: 800px;
}
.bx-viewport{
	/*min-height: 377px;*/
}
.bx-prev,
.bx-next{
	background: #a83115;
    width: 46px;
    height: 46px;
    border-radius: 50%;
	top: 50%;
	overflow: hidden;
	text-indent: -999em;
	display:block;
	position:absolute;
	margin-top:-20px;
}
.bx-prev{
	left: 19px;
}
.bx-prev::before,
.bx-next::before {
	width: 17px;
	height: 26px;
	content: '';
	position: absolute;
	top: 9px;
	background-size: cover;
}
.bx-prev::before {
	background-image: url(images/arrow-left.svg);
	left: 12px;
}
.bx-next::before {
	background-image: url(images/arrow-right.svg);
	left: 17px;
}
.bx-next{
	right: 19px;
}
.main-image {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	/*min-height: 300px;*/
}
.main-image li {
	background: black;
}
.main-image img {
	width: 100%;
	height: auto;
	display: block;
	backface-visibility:hidden;
}
.main-image li::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: #107792;
	opacity: 0.3;
}
.main-image li:hover::before {
	opacity: 0.6;
}
.main-image iframe{
	display: block;
	margin:auto;
	width:100%;
}
.main-image .ustream iframe{
	display:inline-block;
	height: 400px;
	width: 39%;
}
.main-image .ustream{
	display: block;
	margin-bottom: -7px;
}
.main-image .ustream iframe:first-child{
	display: inline-block;
	height: 400px;
	width: 60%;
}
.main-image-link:hover img{
	backface-visibility:hidden;
}
.main-image .container {
	position: relative;
	height: 100%;
}

.main-image .text-holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 10.58%;
	bottom: 10.58%;
}

.main-image .text {
	max-width: 800px;
	font-size: 26px;
	font-weight: 500;
}
.main-image h1 {
	margin: 0 0 20px;
	font-size: 57px;
	font-weight: 300;
}
.main-image h1 span {
	display: inline-block;
	vertical-align: top;
	padding: 0 18px 6px 3px;
	margin: 0 0 -5px;
	min-height: 140px;
}
.main-image p {
	margin: 0;
}
.main-image p span {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 0 0;
}
a.main-image-link{
	color:#fff;
}
.main-image-link:hover span{
	text-decoration: underline;
}
.intro {
	background: #443F39;
	max-width: 1080px;
	margin: 10px auto;
	padding: 50px 0;
	font-weight: 700;
}
.intro img {
	max-width: 100% !important;
	height: auto;
}

.intro .container {
	display: flex;
	flex-flow: row;
	max-width: 1080px;
	padding: 0 30px;
}

.intro .list {
	min-width: 360px;
}

.intro .list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 27px 0 0;
}

#footer .list {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	list-style: none;
}

#footer .list li {
	margin: 0 27px 0 0;
}

#footer .list li:nth-child(1) {
	margin: 0 43px 0 0;
}

.info {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	margin-top: 10px;
}

.info .container {
	max-width: 1080px;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
}

.info .col {
	float: left;
	width: 100%;
	position: relative;
	color: white;
	min-height:300px;
}
.info.list .col{
	min-height:0px;
}
.info .col.green h1 {
	background: #6ccacd;
}

.info .col.green .text-holder span {
	background: #6ccacd;
}

.info .col span.image{
	display: block;
}
.info img {
	width: 100%;
	height: auto;
	opacity: 1;
	max-height: 350px;
	min-height: 350px;
}

.info h1 {
	margin: 0;
	font-size: 17px;
	line-height: 18px;
	position: absolute;
	top: 20px;
	left: 17px;
	color: #360f31;
	background: #dfd3c2;
	padding: 0 4px;
}

.info time {
	font-weight: normal;
	color: white;
}

.info p {
	margin: 0;
}

.info .text-holder {
	position: absolute;
	left: 20px;
	bottom: 21px;
	margin-right: 111px;
}

.info .text-holder span {
	background: #443F39;
	padding: 2px 4px;
}

.quote-block {
	padding: 45px 0 31px;
	background: url(images/bg-lilac.png);
	font: 28px/35px "Synthese", Arial, Helvetica, sans-serif;
	margin-bottom: 34px;
	margin-top: 34px;
	color: white;
    background: #107792;
}

.quote-block .container {
	max-width: 962px;
}

.quote-block blockquote {
	margin: 0;
}

.quote-block q {
	display: block;
	margin: 0 0 40px;
}

.quote-block cite {
	display: block;
	font-style: normal;
	font-weight: 700;
}

.quote-block .btn-written {
	float: right;
	margin: -25px 44px 0 0;
	text-decoration: none;
	height: 44px;
	color: #A83115;
	background: white;
	font-size: 16px;
	font-weight: 700;
	padding-right: 36px;
	padding-left: 70px;
	position: relative;
}

.quote-block .btn-written::before {
	content: '';
	background-image: url(images/arrow-right-brown.svg);
	position: absolute;
	right: 13px;
	top: 12px;
	width: 8px;
	height: 14px;
	background-size: cover;
}

.quote-block .btn-written:hover {
	text-decoration: none;
	opacity: .9;
}
.quote-block q:hover,
.quote-block cite:hover {
	text-decoration: underline;
}

.social-block {
	color: #360f31;
	margin-bottom: 34px;
	margin-top: 82px;
}

.social-block .container {
	max-width: 1080px;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.social-block .container::after {
	content: unset;
}

.social-block .col {
	float: left;
	width: 24.5%;
	background: #ECF1F3;
	border-left: 2px solid #ECF1F3;
	position: relative;
	height: 252px !important;
}

.social-block .col a {
	/*display: block;*/
	/*padding: 19px 19px 15px;*/
	color: #360f31;
	text-decoration: none;
}

.social-block .col.video a:hover,
.social-block .col.photo a:hover  {
	opacity: .7;
	text-decoration: none;
}

.social-block .col a:hover,
.social-block .col a:hover span {
	text-decoration: underline;
}
.social-block .col a:hover span.twitter{
	background:#360F31;
}

.social-block .col:first-child {
	border: none;
}

.social-block .col.style {
	background: #f0efe9;
}

.social-block .col.video {
	color: #fff;
	border-bottom: 0px solid #fff;
}

.social-block .col.video > a {
	padding: 0;
	color: #fff;
}

.social-block .col.video .frame {
	padding: 19px 19px 15px;
	background: rgb(16, 119, 146, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.social-block .col.video .frame p {
	margin: 0 0 47px;
}

.social-block .col.video img {
	max-width: 100%;
}

.social-block .title {
	display: block;
	margin: 0 0 36px;
	color: white;
	font-size: 17px;
	line-height: 18px;
}

.social-block .title span {
	display: inline-block;
	vertical-align: top;
	background: #A83115;
	padding: 1px 3px 3px;
	font: 16px/28px "Open Sans", "Times New Roman", Times, serif;
}

.social-block p {
	margin: 0 0 30px;
	min-height: 72px;
}

.social-block .holder {
	overflow: hidden;
}

.social-block .item {
	float: left;
	width: 71%;
}

.social-block .twitter {
	float: right;
	background: #fff;
	color: #dcd9cc;
	text-align: center;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	padding: 4px 0 0;
	margin: 6px 4px 0 5px;
}

#footer {
	font-size: 13px;
	line-height: 14px;
	padding: 38px 0;
	color: white;
	background: #49494B;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .copyright {
	margin:4px 0;
	float: right;
	clear: right;
}

#footer .footer-nav {
	float: right;
	margin: -1px -5px 0 0;
	margin-top: 33px;
}

#footer .footer-nav li {
	float: left;
	border-left: 2px solid #dfd3c2;
	padding: 0 5px;
}
#footer .footer-nav ul{
	list-style: none;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
#footer .footer-nav ul li:first-child {
	border:none;
}

#footer .footer-image{
	float:left;
}

#mti_wfs_colophon {
	display: none !important;
}


@media only screen and (max-width: 1023px) {
	.social-block .col > a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.social-block .twitter {
		margin-right: 0;
	}
	.info .container {
		max-width: 100%;
		overflow: hidden;
	}
	.info .col {
		min-height:180px;
	}

}

@media only screen and (max-width: 767px) {
	#menu-main-menu a:hover {
		text-decoration: none;
	}
	.intro .container {
		flex-direction: column;
	}
	.judges .info .container {
		flex-flow: row wrap;
	}
	.quote-block .btn-written {
		padding-top: 10px;
	}
	#menu-topmost-bar {
		font-size: 16px;
	}
	#menu-topmost-bar,
	#menu-topmost-bar li,
	#menu-topmost-bar li a {
		float: left;

		width: 100%;
	}
	.nav-opener {
		display: block;
	}
	#header .mobile-heading {
		padding: 32px 20px;
	}
	#header {
		padding: 0;
	}
	#footer .footer-image{
		float:none;
		margin-bottom: 14px;
	}
	#footer .footer-nav li {
		float: none;
		padding: 1px 5px 2px;
		display: inline-block;
		font-size: 16px;
	}
	#footer .container {
		text-align: center;
	}
	#header .container {
		padding: 0;
	}

	#header .social-networks {
		position: absolute;
		bottom: 9px;
		left: 6px;
		right: 0;
		margin: 0;
	}
	.nav-holder {
		background: #4f534d;
	}
	#header .add-nav {
		float: none;
		padding: 0;
		font-size: 15px;
		line-height: 18px;
		width: auto;
	}
	#header .add-nav li {
		float: none;
		padding: 0;
		margin-left: 0;
	}
	#header .add-nav a,
	#menu-topmost-bar a
	{
		display: block;
		padding: 6px;
	}
	#header .add-nav a:hover,
	#menu-topmost-bar li a:hover {
		background: #ECF1F5;
		color: black;
		text-decoration: none;
	}
	#header .add-nav.mobile{
		background: #107792;
		display: block;
	}
	#header .add-nav.mobile .enter-prize,
	#header .add-nav.mobile .highlight{
		color:#fcaf1a;
		border-color: #fcaf1a!important;
	}
	#nav li.current-menu-ancestor ul.sub-menu {
		display: block;
		width: 100%;
	}
	#header .add-nav.desktop,
	#header a#enter-prize{
		display: none;
	}
	#header .header-holder {
		padding: 0;
		background: #360f31;
	}

	#header h1 {
		display: none;
		color: white;
	}

	#header .mobile-heading {
		display: block;
		clear: both;
		text-decoration: none;
	}
	.nav-holder {
		position: absolute;
		top: 62px;
		left: 0;
		right: 0;
		 background: #4f534d;
		z-index: 100;
		display: none;
		padding: 0 0 52px;
	}

	/*.search-form {
		position: absolute;
		bottom: 58px;
		left: 6px;
		margin: 0;
	}*/

	#nav {
		float: none;
		width: auto;
		padding: 0;
	}

	#nav li {
		width: auto;
		display: block;
		margin: 0;
	}

	#nav li.green {
		width: auto;
	}

	#nav li.green a {
		background: none;
	}

	#nav li.green a:hover,
	#menu-topmost-bar li a:hover {
		background: #ECF1F5;
		color: #4f534d;
	}

	#nav li.orange {
		width: auto;
	}

	#nav li.orange a {
		background: none;
	}

	#nav li.orange a:hover {
		background: #dfd3c2;
		color: #4f534d;
	}

	#nav li.style {
		margin: 0;
	}

	#nav a {
		display: block;
		color: white;
	}

	.main-image {
		font-size: 11px;
		line-height: 1.39;
		overflow:hidden;
	}

	.main-image h1 {
		font-size: 25px;
		line-height: 25px;
	}

	.intro .col {
		float: none;
		width: auto;
		margin: 0 0 30px;
	}

	.intro .list {
		margin: 0;
		float: none;
		text-align: center;
	}

	.intro .list li {
		margin: 0 8px 17px;
	}

	.intro .list li:first-child {
		margin: 0 8px 17px;
	}

	.info {
		font-size: 15px;
		line-height: 1.39;
	}

	.info .col {
		float: none;
		width: auto;
	}

	.info h1 {
		font-size: 13px;
		line-height: 1.2;
	}

	.info .text-holder {
		bottom: 10px;
	}

	.quote-block {
		font-size: 21px;
		line-height: 1;
	}

	.quote-block blockquote {
		margin: 0 0 30px;
	}

	.quote-block q {
		margin: 0 0 25px;
	}

	.quote-block .btn-written {
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}

	.quote-block {
		padding: 28px 0 21px;
	}

	.social-block .col {
		float: none;
		width: 49%;
		border-left: none;
		border-bottom: 2px solid #94818c;
	}

	.social-block .col:first-child {
		border-bottom: 2px solid #94818c;
	}

	.social-block .col.video img {
		/*display: block;*/
		margin: 0 auto;
		max-width: 1000px;
		width: 100%;
		height: auto;
	}

	#footer {
		padding: 20px 0 50px;
	}

	#footer .copyright {
		display: block;
		float: none;
		text-align: center;
		font-size: 16px;
	}

	#footer .footer-nav {
		margin: 0 0 25px;
		float: none;
		clear:both;
	}

	#footer .footer-nav li {
		float: none;
		padding: 1px 5px 2px;
		display: inline-block;
		font-size: 16px;
	}
	#nav .sub-menu {
	  width: 100%;
	}
	#nav li.parent-menu .sub-menu > li > a {
		background: #360f31;
		text-decoration: none;
	}
}
@media only screen and (max-width: 400px) {
	.info .col {
		min-height: 178px;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.content .alignnone {
	margin: 5px 20px 20px 0;
}

.content a {
	text-decoration: underline;
	font-weight: 700;
}

.content a:hover {
	text-decoration: none
}

.content .aligncenter,
.content div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.content .alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.content.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.content a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.content a img.alignnone {
	margin: 5px 20px 20px 0;
}

.content a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.content a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.content .wp-caption {
	background: #fff;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.content .wp-caption.alignnone {
	margin: 5px 20px 10px 0;
}

.content .wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}

.content .wp-caption.alignright {
	margin: 5px 0 10px 20px;
}

.content .wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.content .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.content ul, .content ol{
	padding-left: 14px;
}
/*.content img{
	margin: 10px;
}*/
.content .alignright{
	float:right;
}
.content .alignleft{
	float:left;
}

.clear{
	clear: both;
}
.back a {
	color: white;
}
section.related{
	background-color: #ECF1F5;
}
section.title{
	padding:35px 0px;
	background-color: #fff;
}
section.title h2, section.post h2, section.related h2, section.key-dates h2{
	font-size: 40px;
	color: #4f534d;
	margin: 0;
}
section.title h2{
	display: inline-block;
}
section.title .control{
	font-size: 40px;
	float:right;
}
section.post h2 .subtitle{
	color:#fcaf1a;
}
#filter-link{
	color: #4f534d;
}
#list-control{
	color: #fcaf1a;
	margin-left: 20px;
	top: 11px;
	position: relative;
}
#list-control:hover{
	color:#bd8314;
}
section.load-more, section.back{
	background-color: #107792;
}
a.add-comment, section.back, section.related h2, h3.comments-title, #upload-control,
section.judges h2{
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 40px;
}
section.load-more{
	font-size: 40px;
}
section.load-more a{
	padding-top: 35px;
	padding-bottom: 35px;
	display: block;
	color: white;
}
section.load-more a, a.add-comment, section.back a, #filter-link, #list-control, #upload-control{
	background: url("images/plus.png") no-repeat left center;
	padding-left: 47px;
	text-decoration: none;
}
section.load-more a:hover, a.add-comment:hover{
	color:#a9a79d;
}
a.add-comment, h3.comments-title{
	padding-top: 13px;
	padding-bottom: 13px;
}
a.add-comment{
	display: block;
	background-image: url("images/plus_dark.png");
}
h3.comments-title{
	display: none;
	float:left;
	margin-bottom: 0;
}
.has-comments a.add-comment{
	float:right;
}
.has-comments h3.comments-title{
	display: block;
	color: #360f31;
}
#respond{
	display: none;
}
ol.comment-list{
	padding: 0;
}
.comment-list li{
	list-style-type: none;
	margin-bottom: 40px;
}
.comment-text{
	color:#390032;
}
.comment-text p:before{
	content: '\201C';
}
.comment-text p:after{
	content: '\201D';
}
#reply-title{
	display: none;
}
#commentform{
	margin: 10px 0 30px 0;
}
#commentform label{
	width: 15%;
}
#commentform p{
	border-bottom: 2px solid #bdbfbd;
	min-height: 100%;
	overflow-y: hidden;
	padding-bottom: 2px;
}
#commentform .comment-notes, #commentform .form-allowed-tags,
#commentform .form-submit, #commentform .logged-in-as{
	border:none;
}
#commentform input[type="text"], #commentform textarea{
	color:#360f31;
	float: right;
	width: 85%;
	padding: 0;
	border: none;
}
#commentform input[type="submit"]{
	background-color: #360f31;
	border:none;
}
section.back a{
	background-image: url("images/arrow.png");
}
section.back a:hover{
	color:#a9a79d;
}
#filter-container{
	position: relative;
	top: 11px;
}
#filter-link, a.upload-control{
	background-image: url("images/dropdown.png")
}
#list-control{
	background-image: none;
}
#filter-container.active #filter-back,
#filter-container.active #filter-box{
	display: block;
}
#filter-container.active #filter-link, #upload-control.active{
	background-image: url("images/dropdown-active.png")
}
#filter-back{
	position: fixed;
	height:100%;
	top:0;
	left:0;
	width:100%;
	z-index: 99;
	display: none;
}
#filter-box{
	position: absolute;
	z-index: 999;
	left:-30px;
	width:575px;
	top:50px;
	display: none;
	font-size: 40px;
	background-color: #FFF;
	color:#848782;
	font-size: 40px;
	line-height: 40px;
}
#filter-box ul{
	margin-top: 0px;
	margin-bottom:0px;
	padding-left: 31px;
}
#filter-box ul:last-child{
	margin-bottom: 10px;
}
#filter-box ul:first-child{
	margin-top: 10px;
}
#filter-box a.show-filter:hover{
	color:#72576e;
}
#filter-box li{
	list-style-type: none;
	padding: 4px 0px;
}
#filter-box a.clear-filter{
	color:#c72731;
	text-decoration: none;
	padding-left: 46px;
	background: url("images/cross.png") no-repeat left center;
}
#filter-box a.apply-filter{
	color: #fcaf1a;
	text-decoration: none;
	padding-left: 46px;
	background: url("images/plus_orange.png") no-repeat left center;
}
#filter-box a.clear-filter:hover,
#filter-box a.apply-filter:hover {
	opacity:0.5;
}
#filter-box a.show-filter{
	color:#351030;
	text-decoration: none;
	padding-left: 46px;
	background: url("images/dropdown.png") no-repeat left center;
}
#filter-box a.show-filter.active{
	background-image: url("images/dropdown-active.png");
}
#filter-box input[type=checkbox] {
	display: none;
}
#filter-box label {
	position: relative;
}
#filter-box label:before {
	border-radius: 0px;
	content: "";
	display: inline-block;
	width:28px;
	height:28px;
	margin-right: 18px;
	/*position: absolute;
	left: 0;
	bottom: 1px;  */
	border:1px solid #848782;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color:#351030;
	overflow: hidden;
}
#filter-box input[type=checkbox]:checked + label:before {
	content: "";
	background: url("images/cross-grey.png") no-repeat center;
}
#upload-control{
	display: block;
	text-decoration: none;
	padding-left: 47px;
	background: url("images/dropdown-light.png") no-repeat left center;
}
#upload-control.active{
	background-image: url("images/dropdown-light-active.png");
}
#filter-box label{
	cursor: pointer;
}
#filter-box label:hover{
	color:#b9bab8;
}
input[type=checkbox] {
	border-radius: 0px;
}
/*#post-list{
	background-color: #fff;
}*/
#post-list .container:after {
	content: unset;
}
section.post{
	padding-top: 42px;
	padding-bottom: 22px;
	/*background-color: #fff;*/
}
/*section.post, section.post a{
	color: #4f534d;
}*/
section.post .col{
	width:58%;
	float:left;
}
section.post h2{
	margin-bottom: 30px;
}
.date{
	float:right;
	text-align: right;
	font-size: 40px;
}
.date .watch{
	background: url("images/play.png") no-repeat left center;
	padding-left: 38px;
	color: #6ccacd;
}
.date .watch:hover{
	background: url("images/play-hover.png") no-repeat left center;
	color:#51989a;
}
.date.date-deadline {
	margin-top: 30px;
}
.date .description{
	font-size: 30px;
    margin-bottom: 15px;
}
a.watch{
	text-decoration: none;
	display: block;
}
a.gallery{
	background: url("images/gallery.png") no-repeat left center;
	padding-left: 38px;
	color: #6ccacd!important;
	text-decoration: none;
	display: block;
}
.post .share{
	float:right;
	clear:both;
	position: relative;
	font-size: 40px;
	top:-55px;
	height: 0px;
}
.post .share a{
	color: #fcaf1a;
	text-decoration: none;
	background: url("images/share.png") no-repeat left center;
	padding-left: 38px;
}
.post .share a:hover{
	color:#bd8314;
	background: url("images/share-hover.png") no-repeat left center;
}

#post-list .post-category{
	position: absolute;
	top: 19px;
	left: 21px;
	background: #a83115;
	padding: 0 4px;
	font-weight: 400;
}
#post-list.list .col{
	float: none;
	width:100%;
}
#post-list.list .col h1{
	position: inherit;
	padding: 0 5px;
	display: inline-block;
}
#post-list.list .col .text-holder{
	position: inherit;
	margin-top: 6px;
}
#post-list.list .col .text-holder span{
	padding: 0;
	background: none;
}
#post-list.list .image{
	float:left;
	width:30%;
	margin-bottom: 40px;
	clear:left;
}
#post-list.list .text{
	padding-left: 20px;
	float:left;
	width:70%;
	margin-bottom: 40px;
}
#post-list .col .excerpt{
	display: none;
	font-weight: normal;
}
#post-list.list .col .excerpt{
	display: block;
}
#post-list a{
	width: 49.5%;
	margin-bottom: 8px;
}
.judges #post-list a {
	width: 24.5%;
}
#post-list a .col:hover .text .text-holder,
#post-list a .col:hover .text h1{
	text-decoration: underline;
}
#post-list a .col:hover img{
	opacity:0.8;
	width: 100%;
	height: auto;
}
.info .col span.image {
	background: #000;
}
#wrapper{
	overflow: visible;
}
section.upload{
	background-color: #443F39;
	color: white;
}
.upload .container {
	padding-bottom: 20px;
}
#upload-form{
	display:none;
}
.upload a {
	color: white;
}
#upload-form input{
	background-color: #443F39;
	border: none;
}
#upload-form textarea{
	background-color: #443F39;
	border: none;
}

#page-content{
	background-color: #ECF1F5;
}
section.key-dates{
	/*padding: 40px 0;*/
	background-color: #FFF;
	color: #4f534d;
	font-size: 40px;
	line-height: 40px;
}
.key-dates .date{
	color: #4f534d;
	float: none;
	text-align: left;
}
.key-dates ul{
	padding:0;
	margin-bottom: -40px;
}
.key-dates li{
	list-style: none;
	margin-bottom: 40px;
}
#post-list.shortlist .col{
	width:25%;
}
.judges #post-list .col {
	width: 100%;
}
section.judges, .judges #post-list{
	background-color: #ECF1F5;
	color: black;
}
section.judges h2{
	margin: 0;
}
.work{
	margin-top: 25px;
}
.work ul{
	padding: 0;
}
.work li{
	list-style: none;
}
.work .title, .work .subtitle{
	color: #360f31;
}
.work .title{
	font-weight: bold;
}
.work li{
	margin-bottom: 20px;
}
.links{
	margin-top: 40px;
}
.links a{
	color: #360f31!important;
	text-decoration: none;
	font-weight: bold;
}
.enter-here {
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: #107792;
}
a.folder-control{
	padding: 32px 0;
	font-size: 40px;
	line-height: 42px;
	text-decoration: none;
	padding-left: 47px;
	background: url("images/dropdown-purple.png") no-repeat left center;
	display: block;
}
a.folder-control.active{
	background-image: url("images/dropdown-purple-active.png");
}
.key-dates a.folder-control{
	color: #4f534d !important;
}
.folder{
	display:none;
	padding-bottom: 17px;
}
ul.repeater{
	padding: 0;
}
.repeater li{
	list-style: none;
}
.repeater li a.folder-control{
	padding-top:10px;
	padding-bottom: 10px;
}
.white{
	color:#4f534d;
	background-color: #fff;
}
.white a{
	color:#4f534d;
}
.white a:hover{
	color:#282a27;
}
.light{
	background-color: #ECF1F3;
	color: #4f534d;
}
.light a{
	color: #4f534d!important;
}
.light.history-intro p{
	margin:0;
}
.light a.folder-control{
	background-image: url("images/dropdown-purple.png");
}
.light a.folder-control.active{
	background-image: url("images/dropdown-purple-active.png");
}
.red a.folder-control{
	background-image: url("images/dropdown-red.png");
}
.red  a.folder-control.active{
	background-image: url("images/dropdown-red-active.png");
}
.faq .red a.folder-control{
	background-image: url("images/dropdown-red.png");
	background-position: top 24px left 0px;
}
.faq .red  a.folder-control.active{
	background-image: url("images/dropdown-red-active.png");
	background-position: top 24px left 0px;
}
.red, .red a{
	color:#c9252c!important;
}
.purple{
	background-color: #107792;
	color: white;
}
.purple a {
	color: white;
}
.blue{
	background-color: #49494B;
	color: white;
}
.blue a{
	color: white;
}
.yellow{
	background-color: #fcaf1a;
	color: #360f31;
}
.yellow a{
	color: #360f31;
}
.orange-back{
	background-color: #ECF1F3;
	color: #49494B;
}
.orange-back a{
	color: #49494B;
}
.left-col .col{
	width:58%;
	float:left;
}
.left-col.faq .col{
	width: 81%;
}
.show{
	display: block!important;
}
.right-controls{
	padding-top: 32px;
	float: right;
	text-align: right;
	display: none;
}
.beige {
	background-color: #E0DED1;
	color: #4F534D;
}
.right-controls a{
	float:right;
	clear:both;
	padding: 0;
	font-size: 40px;
	line-height: 45px;
	text-decoration: none;
	display: block;
	color: #4f534d!important;
}
.wide{
	padding: 32px 0;
}
.wide h2{
	font-size: 40px;
	margin: 0;
}
h2 .author{
	color: #4f534d;
}
img.image-placeholder{
	width:540px;
	height:300px;
	display: block;
}
.list .image-placeholder{
	width:324px;
	height:180px;
	display: block;
	background: transparent !important;
	border: 1px solid #4f534d;
}
.quote-block blockquote{
	display: none;
}
.quote-block q::before,
.quote-block q::after {
	font-style: italic;
}
.col.padded{
	padding: 19px 19px 15px;
}
.social-block .padded p{
	margin: 0;
	min-height: 126px;
}
.social-block p a{
	color: #000;
	text-decoration: none;
}
/*
 * ENTRY AREA
 */
.entry-deadline{
	padding: 25px 0 32px;
	overflow: hidden;
}
.entry-deadline h3{
	font-size: 40px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
	color: white;
}
.enter-here a:hover h3 {
	text-decoration: underline;
}
a.enter-now-button{
	top: 3px;
	position: relative;
	float: right;
	background: #443F39;
	color: white;
	padding: 11px 14px;
	text-decoration: none;
	font-size: 17px;
	height: 47px;
}
a.enter-now-button:hover{
	opacity: 0.8;
	text-decoration: underline;
}
.entry-deadline .branding{
	float: right;
	width:150px;
	height: auto;
	margin: -12px 0 -12px 40px;
}
.help-menu{
	float: right;
}
.help-menu a{
	font-size: 40px;
	line-height: 45px;
	color: #6ccacd;
	text-decoration: none;
}
#deadlines{
	padding-top: 16px;
	padding-bottom: 25px;
	min-width: 500px;
}
#deadlines h2{
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 20px;
}
#deadlines .container{
	padding-left: 10px;
}
#deadlines a {
	color: #4f534d;
}
.events{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.events .event{
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	min-height: 105px;
	height: auto;
}
.events .event .event-date{
	border-bottom: 1px solid white;
	height: 100%;
	width: 60px;
	float: left;
	margin-right: 20px;
}
.events .event .event-date .day{
	font-size: 40px;
	position: relative;
	top: 8px;
}
.events .event .event-date .month{
	font-size: 19px;
	position: relative;
	top: 24px;
}
.events .event .event-desc{
	padding: 15px;
	min-height: 95px;
	height: 100%;
	width: 379px;
	float: left;
	color: #360F31;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}
.events .event .event-desc a{
	text-decoration: none;
}
.events .event .event-desc a:hover{
	text-decoration: underline;
}

/*
 * GRAVITY FORMS
 */
.gform_fields{
	padding: 0 !important;
	margin: 1em 0;
	list-style-type: none;
}
.enter-form .gform_fields h3{
	margin: 1em 0 0.2em 0;
	font-size: inherit;
}
.enter-form .gform_fields li.gfield{
	margin: 0;
	clear: both;
}
.enter-form .gform_fields li.gfield ul{
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
}
.enter-form .gfield_description{
	color: #bdbfbd;
	font-style: italic;
	margin: 0.6em 0 1em 0;
}
.enter-form .validation_message{
	color: #FCAF1A;
}
.enter-form .validation_error{
	color: #fcaf1a;
	font-weight: bold;
}
.gform_validation_container{
	position:absolute;
	left:-9999em;
	font-size:0;
	width:0;
	height:0;
}
.enter-form .gform_fields li.gfield.gfield_html{
	max-width:550px;
}
.enter-form .gform_fields li.gfield label{
	color: #4f534d;
	font-weight: bold;
	margin-bottom: 0.2em;
}
.enter-form .gform_fields li.gfield select,
.enter-form .gform_fields li.gfield option{
	color: #4f534d;
}
.enter-form .gform_fields li.gfield input[type="text"],
.enter-form .gform_fields li.gfield textarea{
	color: #360f31;
	border:0 none;
	padding:0.8em 0;
	margin:0;
	width:100%;
}
.enter-form .gform_fields li.gfield.arranged-text input[type="text"],
.enter-form .gform_fields li.gfield.arranged-text textarea{
	width:100%;
}
.enter-form .gform_fields li.gfield.arranged-text label{
	font-weight:normal;
	float:left;
	padding:0.8em 0.75em 0.8em 0;
	border-bottom:2px solid #bdbfbd;
}
.enter-form .gform_fields li.gfield.arranged-text input[type="text"],
.enter-form .gform_fields li.gfield.arranged-text label{
	line-height:1.2em;
}
.enter-form .gform_fields li.gfield.arranged-text select{
	line-height:1.2em;
	margin:calc(0.8em - 2px) 0;
	border-width: 1px;
}
.enter-form .gform_fields li.gfield.arranged-text .ginput_container,
.enter-form .gform_fields li.gfield.arranged-text label{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.enter-form .gform_fields li.gfield.arranged-text .ginput_container{
	display:block;
	border-bottom:2px solid #bdbfbd;
	overflow: hidden;
}
.enter-form .gform_fields li.gfield.arranged-textarea label,
.enter-form .gform_fields li.gfield.arranged-textarea .ginput_container{
	border-bottom:0 none;
}
.enter-form .gform_fields li.gfield.arranged-textarea{
	border-bottom:2px solid #bdbfbd;
}
.enter-form .gform_fields li.gfield.complex-arranged-text > label{
	display:none;
}
.enter-form .gform_fields li.gfield.arranged-text .ginput_container:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.enter-form .gform_fields li.gfield textarea{
	height:80px;
}
.enter-form .gform_fields li.gfield ul.gfield_checkbox,
.enter-form .gform_fields li.gfield ul.gfield_radio{
	padding:0;
	margin:0 0 2em 0;
	list-style-type:none;
}
.enter-form .gform_fields li.gfield ul.gfield_checkbox label,
.enter-form .gform_fields li.gfield ul.gfield_radio label{
	font-weight:normal;
	margin-left:0.5em;
}
.gform_wrapper .enter-form  input[type="submit"],
.gform_wrapper .enter-form  input[type="button"]{
	-webkit-appearance: none;
	border: 0 none;
	padding: 0;
	margin: 0;
	color: #360f31;
	font: 40px/40px "Plantin W02","Times New Roman",Times,serif;
	background: transparent;
}
.gform_wrapper .enter-form input#gform_submit_button_4,
#upload-form input[type="submit"]{
	font: inherit;
	background: transparent;
	color: black;
	background: #ECF1F3;
	float:left;
	padding:6px 12px;
}
.gform_wrapper .enter-form input#gform_submit_button_4:hover,
#upload-form input[type="submit"]:hover {
	opacity: 0.9;
}
.enter-form #input_2_14 {
	color: black;
	font-weight: 700;
}
.enter-form .gform_previous_button{
	float: left;
}
.enter-form .gform_next_button,
.gform_wrapper .enter-form input[type="submit"]{
	float: right;
}
.enter-form .gform_page_footer {
	overflow: hidden;
}
.enter-form .gform_fields li.gfield ::-webkit-input-placeholder {
   color: #4f534d;
   opacity:1;
}
.enter-form .gform_fields li.gfield :-moz-placeholder { /* Firefox 18- */
   color: #4f534d;
   opacity:1;
}
.enter-form .gform_fields li.gfield ::-moz-placeholder {  /* Firefox 19+ */
   color: #4f534d;
   opacity:1;
}
.enter-form .gform_fields li.gfield :-ms-input-placeholder {
   color: #4f534d;
   opacity:1;
}
.enter-form .gform_fields li.gfield.super-important {
	font: 40px/40px "Plantin W02","Times New Roman",Times,serif;
	color:#848782;
	margin:1em 0;
}
.enter-form .gform_fields li.gfield.super-important > label{
	display:none;
}
.enter-form .gform_fields li.gfield.super-important ul.gfield_checkbox label{
	margin-left:0.5em;
}
.enter-form .gform_fields li.gfield.spaced{
	margin: 1.5em 0;
}
.ui-datepicker-trigger{
	display:none;
}
section.upload .enter-form .gfield_description{
	color: #e0ded1;
}
section.upload .enter-form .validation_message{
	color: #fcaf1a;
}
section.upload .enter-form .validation_error{
	color: #fcaf1a;
}
section.upload .enter-form .gform_fields li.gfield label,
section.upload .enter-form .gform_fields li.gfield select,
section.upload .enter-form .gform_fields li.gfield option,
section.upload .enter-form .gform_fields li.gfield input[type="text"],
section.upload .enter-form .gform_fields li.gfield textarea{
	color: white;
}
.ui-datepicker {
	background:#fff;
	padding:0.5em;
}
.ui-datepicker {
	background:#fff;
	padding:0.5em;
	color:#4f534d;
}
.ui-datepicker td,
.ui-datepicker th{
	padding:2px;
	text-align:center;
}
.ui-datepicker select,
.ui-datepicker option{
	color:#4f534d;
}
.ui-datepicker a{
	text-decoration: none;
	color: #360f31;
	display: inline-block;
	padding: 2px;
	cursor:pointer;
}
.ui-datepicker td a{
	width:100%;
	background: #dfd3c2;
}
.ui-datepicker a:hover{
	opacity:0.9;
}
.ui-datepicker-next{
	float:right;
}
.ui-datepicker-next:after{
	content:" >";
}
.ui-datepicker-prev{
	float:left;
}
.ui-datepicker-prev:before{
	content:"< ";
}
.ui-datepicker-title{
	text-align:center;
	clear:both;
	padding:5px 0;
}

section.upload .enter-form input[type=checkbox]{
	display:none;
}
section.upload .enter-form .gfield_checkbox label{
	margin-left: 0px!important;
}
section.upload .enter-form .gfield_checkbox label:before {
	border-radius: 0px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 18px;
	border: 1px solid #848782;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #351030;
	overflow: hidden;
	position: relative;
	top: 3px;
}
section.upload .enter-form input[type="checkbox"]:checked + label:before {
	content: "";
	background: url("images/cross-grey.png") no-repeat scroll center center transparent;
}
/*
 * OTHER MENUS & FORMS
 */
#theme-my-login input{
	color: black
}
#theme-my-login input[type="submit"]{
	font: inherit;
	background: transparent;
	color: #fff;
	background: #390032;
	float: left;
	padding: 6px 12px;
	border: 0 none;
}
#theme-my-login h3{
	margin: 1.2em 0 1.0em 0;
}
.tml-action-links{
	clear: both;
	margin: 1em 0;
	padding-top: 1em;
}
#nav li.sub-menu{
	display: none;
}
#nav li.sub-menu.active{
	display: inline-block;
}
#header .add-nav li.current-menu-item a{
	color:#6ccacd;
}
#nav-folder{
	display: none;
}
#newsletter-form .link-privacy-policy {
	border-bottom: none;
	top: 11px;
	float: right;
	right: 200px;
	position: relative;
}
#newsletter-form .link-privacy-policy a {
	height: 32px;
	background: #443F39;
	color: white;
	font-size: 17px;
	padding: 3px 7px 4px;
}
#newsletter-form,
#search-form{
	float: right;
	font-size: 17px;
	line-height: 18px;
	width: 46.1%;
	padding: 24px 0;
	display: none;
}
#newsletter-form h3,
#search-form h3{
	display: none;
}
#newsletter-form .gform_wrapper,
#search-form .gform_wrapper{
	margin: 10px 0;
}
#newsletter-form li,
#search-form .field-container{
	border-bottom: 2px solid #bdbfbd;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
#header a#enter-prize{
	color: #FCAF1A;
	float: right;
	border-right: solid 1px #FCAF1A;
	border-left: solid 1px #FCAF1A;
	padding: 9px 6px;
	margin-right: 7px;
	font-weight: bold;
	text-decoration: none;
}
#search-form .field-container{
	min-height: 35px;
}
#search-form .field-container input[type=search]{
	color:#6CCACD
}
.search-form label {
	float: left;
	font-size: 17px;
	line-height: 17px;
	padding: 1px 16px 0px 0px;
}
#newsletter-form input[type="text"],
#search-form input[type="text"]{
	border: none;
	width: 68%;
	padding: 0;
	color:#6ccacd;
	font-size: 17px;
}
#newsletter-form label,
#search-form label{
	display: inline-block;
	width: auto;
	font-weight: normal;
	margin-right: 6px;
	line-height: normal;
}
#newsletter-form .ginput_container,
#search-form .ginput_container{
	display: inline;
}
#newsletter-form .gform_description{
	color:#360f31;
}
#newsletter-form input[type="submit"],
#search-form input[type="submit"]{
	float:left;
	color: white;
	background-color: #443F39;
	line-height: 20px;
	padding: 6px 8px;
	border: none;
}
#newsletter-form .gform_footer.left_label{
	padding: 0;
}
#newsletter-form .validation_message, #newsletter-form .validation_error{
	color: #c9252c;
}
#search-form {
	display:none;
}
/*
 * SHARING & EXTRAS
 */
.btn-addtocalendar .atcb-link {
	color: #360f31;
	font: 40px/40px "Plantin W02","Times New Roman", Times, serif;
	display: block;
	background: url("images/plus_dark.png") no-repeat left center;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 47px;
	text-decoration: none;
}
.btn-addtocalendar .atcb-list{
	padding: 0.5em;
}
.btn-addtocalendar .atcb-list,
.btn-addtocalendar .atcb-item{
	background: #ded0bb;
}

a#top-share.current-menu-item{
	background:#6ccacd;
}
#share-via{
	display: none;
	padding: 36px 0;
	float: left;
}
#share-via ul{
	margin: 0;
	padding: 0;
}
#share-via li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#share-via a,
#share-via strong{
	text-decoration: none;
	color:#360F31;
}
.col.video{
	position: relative;
	overflow: hidden;
}
.col.photo{
	overflow: hidden;
}
.col.photo .frame{
	padding: 19px 19px 15px;
	background: rgb(16, 119, 146, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
}
.bg{
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}
.bg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
#footer .container {
	padding: 0px 00px;
	max-width: 1080px;
}
#footer .footer-image.logo2{
	margin: 34px;
}

/* Readers section */
.reader-section .reader-nav{
	float: right;
}
.reader-section h2.reader {
	font-size: 31px;
	margin-bottom: 23px;
}
.reader-section h3{
	color: #360F31;
}
.reader-section .gfield_html_formatted ul {
	margin: 0 0 1.2em;
	padding-left: 2em;
}
.reader-section form img{
	max-width: 100%;
}
.reader-feedback .gfield_description{
	color: inherit !important;
}
.reader-section textarea{
	color:#4f534d;
}
.reader-section .validation_message{
	color: #A83115;
}
.reader-section input[type=submit],
.reader-section input[type=button]{
	background: #360F31;
	border: none;
	padding: 5px 10px;
	margin-left: 5px;
}
.reader-section input[type=text]{
	margin: 0px 5px;
	color: #360F31;
}
.reader-stats h2{
	font-size: 19px;
	line-height: 24px;
}
.reader-stats span,
.reader-messages li{
	color:#FCAF1A;
	font-weight: bold;
}
.content ul.reader-docs{
	list-style: none;
	padding-left: 0px;
	margin-top: 30px;
}
.reader-docs li{
	background: url("images/document.png") no-repeat scroll 0% 0% transparent;
	min-height: 91px;
	display: block;
	padding-left: 93px;
	margin-bottom: 22px;
}
.reader-docs li a{
	color:#6CCACD;
	font-weight: bold;
}
.reader-docs li a.download{
	display:block;
}
.reader-docs li h4{
	display: inline-block;
	width: 80%;
	word-break: break-all;
	min-height: 36px;
}
.reader-docs li .file-size{
	float:right;
	color:#6CCACD;
	font-weight: bold;
}
@media only screen and (max-width: 920px) {
	.entry-deadline .branding {
		clear: right;
		margin: 5px 0;
	}
	a.enter-now-button {
		float: left;
		margin: 10px 0 0 0;
		clear: left;
	}
}
@media only screen and (max-width: 767px) {
	a.enter-now-button{
		padding: 3px 14px;
	}
	.container-wrapper .container {
		height: 47px;
	}
	.judges #post-list a {
		width: 49.5%;
	}
	#menu-main-menu {
		display: block;
	}
	#nav li.what-is{
		display: none;
	}
	#nav li.sub-menu, #nav li.sub-menu.active{
		display: block;
	}
	#nav .sub-menu {
		position: static;
		border-top: 1px solid #dfd3c2;
	}
	section.title, section.load-more{
		padding: 10px 0px;
	}
	section.title h2, section.post h2, section.load-more, .date, .post .share,
	a.add-comment, section.back, section.related h2, section.title .control, section.key-dates,
	.entry-deadline h3, a.folder-control, a.enter-now-button, .gform_wrapper .enter-form input[type="submit"],
	.gform_wrapper .enter-form input[type="button"], .right-controls a, .wide h2, section.back, a.add-comment,
	section.load-more{
		font-size:28px;
		line-height:34px;
	}
	.date .watch, .post .share a, section.back a, a.add-comment, section.title .control{
		background-size: 15px !important;
		padding-left: 20px !important;
	}
	.judges #post-list .col,
	#post-list.shortlist .col {
		width: auto;
	}
	#filter-box {
		font-size: 25px;
		line-height: 32px;
	}
	#filter-box li {
		padding: 0px;
	}
	.info .container {
		flex-flow: column;
	}
	#post-list a {
		width: 100%;
	}
	#newsletter-form,
	#search-form{
		font-size: 15px;
		line-height: 18px;
		width: 100%;
		padding: 24px 5px;
		display: none;
		float: none;
	}
	#header .add-nav.mobile {
		padding: 0px 0 0;
	}
	#header .add-nav.mobile,
	#menu-main-menu {
		font: 15px/23px "Synthese", Arial, Helvetica, sans-serif;
	}
	#nav a {
		padding: 7px 5px;
	}
	#nav a:hover {
		background: #ECF1F5 !important;
		color: black;
	}
	#header .header-holder {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 602px) {
	.main-image .ustream iframe{
		display:inline-block;
		height: 400px;
		width: 100%;
	}
	.main-image .ustream{
		display: block;
		margin-bottom: -7px;
	}
	.main-image .ustream iframe:first-child{
		display: inline-block;
		height: 400px;
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.social-block .container {
		flex-flow: column wrap;
	}
	.social-block .col {
		width: 100%;
	}
	section.post .col {
		width: 100%;
	}
	.main-image {
		max-width: 100%;
		overflow: hidden;
	}
	#footer .footer-image{
		display: none;
	}
	#footer {
		padding: 20px 0px 27px;
	}
	.judges #post-list a {
		width: 100%;
	}
}
@media only screen and (max-width: 400px) {
	#filter-container {
		float: left;
		padding-left: 0px !important;
		clear: both;
	}
	#post-list.list .text {
		padding-left: 20px;
		float: none;
		width: 95%;
		margin-bottom: 40px;
		padding-top: 19px;
	}
	#post-list.list .image {
		float: none;
		width: auto;
	}
	#post-list a{
		text-decoration: none;
	}
	.left-col .col {
		width: 100%;
	}
	img.image-placeholder {
		width: 100%;
		height: auto;
		display: block;
	}
	section.load-more, a.add-comment, section.back, section.related h2, h3.comments-title, #upload-control,
	section.judges h2{
		font: 28px/30px "Plantin W02", "Times New Roman", Times, serif;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.col.padded {
		padding: 19px 19px 25px;
	}
	.content .alignright,
	.content .alignleft {
		float: none;
		display: block;
		text-align: center;
		margin: auto;
		margin-bottom: 14px;
	}
	#footer .footer-nav li {
	  float: none;
	  border: none;
	  padding: 0 0 10px;
	  display: inline-block;
	  padding: 5px;
	}
}
@media only screen and (min-width: 980px) {
	.events .event .event-desc.wide{
		width: 860px;
	}
}