/*
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
*/
.container:after,
#header:after {
	content: " ";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	color: #dfd3c2;
	background: #4f534d;
	font: 15px/18px "Karla", 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;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input,
textarea,
select {
	font: 100% "Karla", Arial, Helvetica, sans-serif;
	color: #dfd3c2;
	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: "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;
}

#wrapper {
	overflow: hidden;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 960px;
}
.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;
}

.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: 7px 0 0;
	position: relative;
}

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

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

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

#header .social-networks a {
	color: #4f534d;
	padding: 4px 0 0;
	background: #adadb4;
	display: block;
	width: 25px;
	height: 25px;
	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: 14px;
	line-height: 14px;
	padding: 6px 0 0;
}
#header .add-nav li {
	float: left;
	border-right: 2px solid #dfd3c2;
	padding: 0 5px;
}
#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 {
	color: #dfd3c2;
	text-decoration: none;
}
#header .add-nav a:active {
	color:#6CCACD;
	text-decoration: none;
}
#header .add-nav a:hover {
	text-decoration: underline;
}

#header .header-holder {
	background: url(/images/bg-lilac.png);
	padding: 46px 0 30px;
}

#header h1 {
	float: left;
	margin: 0 0 0 -3px;
	font: 40px/40px "Plantin W02", "Times New Roman", Times, serif;
	width: 50%;
}

#header h1 span {
	color: #6ccacd;
}

#header .mobile-heading {
	background: #360f31;
	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 {
	float: right;
	font-size: 15px;
	line-height: 18px;
	width: 46.1%;
	padding: 3px 0 0;
}

#nav li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0 0 10px;
}

#nav li.current-menu-item a {
	background: #ded0bb!important;
	color:#360F31;
}

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

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

#nav li.orange {
	width: 35%;
}

#nav li.orange a {
	background: #fcaf1a;
	text-decoration: none;
}

#nav li.style {
	margin: 40px 0 10px;
}

#nav a {
	display: inline-block;
	vertical-align: top;
	padding: 6px;
	color: #360f31;
}

#nav a:hover {
	text-decoration: none;
	opacity: .9;
}
.main-slider{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.bx-viewport{
	/*min-height: 377px;*/
}
.main-image {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	/*min-height: 300px;*/
}
.main-image img {
	width: 100%;
	height: auto;
	display: block;
	backface-visibility:hidden;
}
.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{
	opacity:0.8;
	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 {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	max-width: 486px;
}
.main-image h1 {
	margin: 0 0 20px;
	font: 40px/40px "Plantin W02", "Times New Roman", Times, serif;
}
.main-image h1 span {
	display: inline-block;
	vertical-align: top;
	background: #4f534d;
	padding: 0 18px 6px 3px;
	margin: 0 0 -5px;
}
.main-image p {
	margin: 0;
}
.main-image p span {
	display: inline-block;
	vertical-align: top;
	background: #4f534d;
	padding: 0 5px 0 0;
}
a.main-image-link{
	color:#fff;
}
.main-image-link:hover span{
	text-decoration: underline;
}
.intro {
	padding: 37px 0 27px;
}
.intro img {
	max-width: 100% !important;
	height: auto;
}
.intro .col {
	float: left;
	width: 47%;
}

/*.intro .col p {
	margin: 0;
}*/

.intro .list {
	float: right;
	margin: -9px 0 0;
}

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

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

.info {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

.info .container {
	max-width: 1080px;
	padding: 0;
}

.info .col {
	float: left;
	width: 50%;
	position: relative;
	color: #360f31;
	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;
}

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

.info time {
	font-weight: normal;
	color: #4f534d;
}

.info p {
	margin: 0;
}

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

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

.quote-block {
	padding: 45px 0 31px;
	background: url(/images/bg-lilac.png);
	font: 40px/40px "Plantin W02", "Times New Roman", Times, serif;
}

.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;
	color: #6ccacd;
}

.quote-block .btn-written {
	float: right;
	background: #6ccacd;
	color: #360f31;
	font: 15px/18px "Karla", Arial, Helvetica, sans-serif;
	padding: 1px 5px;
	margin: -25px -3px 0 0;
	text-decoration: none;
}

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

.social-block {
	color: #360f31;
}

.social-block .container {
	max-width: 1080px;
	padding: 0;
}

.social-block .col {
	float: left;
	width: 25%;
	background: #dcd9cc;
	border-left: 2px solid #94818c;
	position: relative;
}

.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;
	min-height:300px;
	border-bottom: 0px solid #fff;
}

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

.social-block .col.video .frame {
	padding: 19px 19px 15px;
	background: rgba(0, 144, 210, .55);
	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: #360f31;
	font-size: 15px;
	line-height: 18px;
}

.social-block .title span {
	display: inline-block;
	vertical-align: top;
	background: #6ccacd;
	padding: 1px 3px 3px;
}

.social-block p {
	margin: 0 0 100px;
	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: 14px;
	line-height: 14px;
	padding: 38px 0;
	color: #dfd3c2;
}

#footer a {
	color: #dfd3c2;
	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: 49px;
}

#footer .footer-nav li {
	float: left;
	border-left: 2px solid #dfd3c2;
	padding: 0 5px;
}
#footer .footer-nav ul{
	list-style: none;
	margin: 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) {
	.nav-opener {
		display: block;
	}

	#header {
		padding: 0;
	}

	#header .container {
		padding: 0;
	}

	#header .social-networks {
		position: absolute;
		bottom: 15px;
		left: 6px;
		right: 0;
		margin: 0;
	}

	#header .add-nav {
		float: none;
		padding: 0;
		font-size: 15px;
		line-height: 18px;
	}

	#header .add-nav li {
		float: none;
		border-right: none;
		border-bottom: 1px solid #dfd3c2;
		padding: 0;
	}

	#header .add-nav a {
		display: block;
		padding: 6px;
	}

	#header .add-nav a:hover {
		background: #dfd3c2;
		color: #4f534d;
		text-decoration: none;
	}

	#header .header-holder {
		padding: 0;
		background: none;
	}

	#header h1 {
		display: none;
	}

	#header .mobile-heading {
		display: block;
		clear: both;
		text-decoration: none;
	}

	.nav-holder {
		position: absolute;
		top: 28px;
		left: 0;
		right: 0;
		background: #360f31;
		z-index: 100;
		display: none;
		padding: 0 0 100px;
	}

	/*.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;
		border-bottom: 1px solid #dfd3c2;
	}

	#nav li.green {
		width: auto;
	}

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

	#nav li.green a:hover {
		background: #dfd3c2;
		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: #dfd3c2;
	}

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

	.main-image img {
		width: 200%;
		/*margin: 0 -50%;*/
	}

	.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: 25px;
		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 {
		background: url(/images/bg-lilac-m.png);
		padding: 28px 0 21px;
	}

	.social-block .col {
		float: none;
		width: auto;
		height: auto !important;
		max-height: 350px !important;
		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;
	}

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

	#footer .footer-nav li {
		float: none;
		border: none;
		padding: 0 0 10px;
	}


}
@media only screen and (max-width: 400px) {
	.info .col {
		min-height: 178px;
	}
}

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

.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;
}
section.related{
	background-color: #e1d8c7;
}
section.title{
	padding:35px 0px;
	background-color: #fff;
}
section.title h2, section.post h2, section.related h2, section.key-dates h2{
	font: 40px/40px "Plantin W02", "Times New Roman", Times, serif;
	color: #360f31;
	margin: 0;
}
section.title h2{
	display: inline-block;
}
section.title .control{
	font: 40px/40px "Plantin W02", "Times New Roman", Times, serif;
	float:right;
}
section.post h2 .subtitle{
	color:#fcaf1a;
}
#filter-link{
	color: #4f534d;
}
#list-control{
	color: #fcaf1a;
	margin-left: 20px;
}
#list-control:hover{
	color:#bd8314;
}
section.load-more, section.back{
	background-color: #360f31;
}
a.add-comment, section.back, section.related h2, h3.comments-title, #upload-control,
section.judges h2{	
	font: 40px/40px "Plantin W02", "Times New Roman", Times, serif;
	padding-top: 35px;
	padding-bottom: 35px;
}
section.load-more{
	font: 40px/40px "Plantin W02", "Times New Roman", Times, serif;
}
section.load-more a{
	padding-top: 35px;
	padding-bottom: 35px;
	display: block;
}
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;
}
#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: 40px/40px "Plantin W02", "Times New Roman", Times, serif;
	background-color: #FFF;
	color:#848782;
}
#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.clear-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;
}*/
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;
	font: 40px/40px "Plantin W02", "Times New Roman", Times, serif;
	text-align: right;
}
.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;
}
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;
	font: 40px/40px "Plantin W02", "Times New Roman", Times, serif;
	position: relative;
	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 .col{
	
}
#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{
	display: block;
}
#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: #4f534d;
	color: #e1d8c7;
}
#upload-form{
	display:none;
}
#upload-form input{
	background-color: #4f534d;
	border: none;
}
#upload-form textarea{
	background-color: #4f534d;
	border: none;
}

#page-content{
	background-color: #e1d8c7;
}
section.key-dates{
	/*padding: 40px 0;*/
	background-color: #FFF;
	color: #360f31;
	font: 40px/40px "Plantin W02", "Times New Roman", Times, serif;
}
.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;
}
.judges #post-list .col{
	width:25%;
}
section.judges, .judges #post-list{
	background-color: #e1d8c7;
	color: #360f31;
}
section.judges h2{
	margin: 0;
}
.judges .info .text-holder span{
	background-color:#fcaf1a;
}
.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;
}
a.folder-control{
	padding: 32px 0;
	font: 40px/40px "Plantin W02", "Times New Roman", Times, serif;
	text-decoration: none;
	padding-left: 47px;
	background: url("images/dropdown.png") no-repeat left center;
	display: block;
}
a.folder-control.active{
	background-image: url("images/dropdown-active.png");
}
.key-dates a.folder-control{
	color:#360F31;
}
.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: #e1d8c7;
	color: #4f534d;
}
.light a{
	color: #360f31!important;	
}
.light h2{
	color: #360f31;
}
.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: #360f31;
	color: #e1d8c7;
}
.blue{
	background-color: #6ccacd;
	color: #390032;
}
.blue a{
	color: #390032;	
}
.yellow{
	background-color: #fcaf1a;
	color: #360f31;
}
.yellow a{
	color: #360f31;
}
.orange-back{
	background-color: #fcaf1a;
	color: #390032;
}
.orange-back a{
	color: #390032;	
}
.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;
}
.right-controls a{
	float:right;
	clear:both;
	padding: 0;
	font: 40px/40px "Plantin W02", "Times New Roman", Times, serif;
	text-decoration: none;
	display: block;
	color: #4f534d!important;
}
.wide{
	padding: 32px 0;
}
.wide h2{
	font: 40px/40px "Plantin W02", "Times New Roman", Times, serif;
	margin: 0;
}
h2 .author{
	color: #4f534d;
}
img.image-placeholder{
	width:540px;
	height:300px;
	display: block;
}
.list img.image-placeholder{
	width:324px;
	height:180px;
	display: block;
}
.quote-block blockquote{
	display: none;
}
.col.padded{
	padding: 19px 19px 15px;
}
.social-block .padded p{
	margin: 0 0 80px;
	min-height: 92px;
}
.social-block p a{
	color: #000;
	text-decoration: none;
}
/*
 * ENTRY AREA
 */
.entry-deadline{
	padding: 32px 0;
	overflow: hidden;
}
.entry-deadline h3{
	font: 40px/40px "Plantin W02","Times New Roman",Times,serif;
	margin: 0;
	padding: 0;
	float: left;
}
a.enter-now-button{
	float: right;
	background: #390032;
	font: 40px/40px "Plantin W02","Times New Roman",Times,serif;
	color: #d6c8b4;
	padding:2px 5px;
	text-decoration: none;
}
a.enter-now-button:hover{
	background: #d6c8b4;
	color:#390032;
}
.help-menu{
	float: right;
}
.help-menu a{
	font: 40px/40px "Plantin W02","Times New Roman",Times,serif;
	color: #6ccacd;
	text-decoration: none;
}

/*
 * 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: #6ccacd;
	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 .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: #fff;
	background: #390032;
	float:left;
	padding:6px 12px;
}
.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: #e0ded1;
}
.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:inherit;
}
#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,
#search-form{
	float: right;
	font-size: 15px;
	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;
}
#search-form .field-container{
	min-height: 35px;
}
#search-form .field-container input[type=search]{
	color:#6CCACD
}
.search-form label {
    float: left;
    font-size: 15px;
    line-height: 15px;
    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: 15px;
}
#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: #dfd3c2;
	background-color: #360f31;
	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
 */

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;
	min-height: 300px;
}
.col.photo .frame{
	padding: 19px 19px 15px;
	background: rgba(252, 175, 26, .55);
	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 h2.reader {
    font-size: 31px;
    margin-bottom: 23px;
}
.reader-section h3{
	color: #360F31;
}
.reader-section input[type=submit]{
	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;s
}
.reader-docs li .file-size{
	float:right;
	color:#6CCACD;
	font-weight: bold;s
}
@media only screen and (max-width: 767px) {
	#nav li.what-is{
		display: none;
	}
	#nav li.sub-menu, #nav li.sub-menu.active{
		display: block;
	}
	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{
		font-size:22px;
	}
	.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{
		width:auto;
	}
	#filter-box {
		font-size: 25px;
		line-height: 32px;
	}
	#filter-box li {
	    padding: 0px;
	}
	#newsletter-form,
	#search-form{
		font-size: 15px;
		line-height: 18px;
		width: 100%;
		padding: 24px 5px;
		display: none;
		float: none;
	}
}
@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) {
	section.post .col {
	    width: 100%;
	}
	.main-image {
	    max-width: 100%;
	    overflow: hidden;
	}
}
@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: 30px/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;
	}
}