/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0px;
  background: #fff;
  border: 0px;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	background-color: var(--black);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	border-bottom: none !important;
}
.flex-direction-nav .flex-prev {
left: -50px;
background-image:url(images/slider-arrow-left.png);
background-size: 40px 40px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
background-image:url(images/slider-arrow-right.png);
background-size: 40px 40px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
	border-bottom: none !important;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
	border-bottom: none !important;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.fileuploader {
    background: transparent!important;
}

.fileuploader-theme-gallery .fileuploader-input-inner {
    background: white!important;
}

section.content div.text-content div.gform_wrapper ul li {
	position: relative;
	margin-bottom: initial;
	padding-left: initial;
	}

section.content div.text-content div.gform_wrapper ul li:before {
	content: none;
	}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea {
	padding: 7px !important;
	letter-spacing: normal;
	border-bottom: 3px solid var(--lightgrey);
}

section.content div.text-content div.gform_wrapper input[type='text'],
section.content div.text-content div.gform_wrapper input[type='email'],
section.content div.text-content div.gform_wrapper input[type='tel'],
section.content div.text-content div.gform_wrapper textarea,
section.content div.text-content div.gform_wrapper select {
	background-color: white;
	border-bottom: 3px solid var(--lightgrey);
	padding: 7px !important;
	}

section.content div.text-content div.gform_wrapper input[type='text']:focus,
section.content div.text-content div.gform_wrapper textarea:focus,
section.content div.text-content div.gform_wrapper select:focus {
	border-bottom: 3px solid var(--mediumgrey);
	}

section.content div.text-content div.gform_wrapper select {
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-size: 15px 9px;
	background-position: top 50% right 17px;
	}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {

	}


div#gform_page_19_5 a.gform_save_link {
	display: none;
}


/* fix admin field margin issue */
li#field_19_203 {
    /* padding-top: 0px!important; */
    /* padding-bottom: 0px!important; */
    margin: 0px!important;
}




.gform_wrapper #gf_coupon_info .gf_coupon_item .gf_coupon_discount_container {
    vertical-align: bottom!important;
}


.gform_wrapper .gfield.couponclass .gfield_description {
    padding-top: 0px;
}

.gform_wrapper input#gf_coupon_button.button {
    background-position: top 50% right 15px;
}

.gform_wrapper input#gf_coupon_button.button {
    padding: 7px 30px 7px 15px;
    margin-top: 0px;
	margin-bottom: 3px;
}


.gform_wrapper input[type="submit"], .gform_wrapper input[type="button"] {
	font-family: 'Roboto Condensed';
	font-size: 18px;
	font-weight: 300 !important;
	text-transform: uppercase;
	letter-spacing: .075em;
	display: inline-block;
	color: var(--darkgrey);
	border: 1px solid var(--darkgrey);
	border-bottom: 1px solid var(--darkgrey) !important;
	background-color: transparent;
	padding: 22px 60px 22px 24px;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
	cursor: pointer;
	background: url(images/arrow-right.png);
	background-size: 9px 15px;
	background-position: top 50% right 30px;
	background-repeat: no-repeat;
}

section.content .gform_wrapper.gf_browser_safari input.button.gform_button_select_files {
	padding-right: 35px !important;
	background-position: top 50% right 15px;
	}

input.gform_previous_button {
	background: url(images/arrow-left.png) !important;
	background-size: 9px 15px !important;
	background-position: top 50% left 30px !important;
	padding: 22px 24px 22px 60px !important;
	background-repeat: no-repeat !important;
	cursor: pointer !important;
	}
input.gform_previous_button:hover {
	background-color: white !important;
	}


.gform_wrapper input[type="submit"]:hover, .gform_wrapper input[type="button"]:hover {
	border-bottom: 1px solid var(--darkgrey) !important;
	background-color: white;
}


.text-content .gform_wrapper h2.gsection_title {
	font-weight: 400 !important;
	padding-top: 30px !important;
	}

.gform_wrapper h4 {
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	font-weight: 400 !important;
	margin-bottom: 20px;
	padding-top: 30px;
	color: var(--mediumgrey);
	}

.gform_wrapper .gsection {
	border-bottom: none !important;
	padding: 0 16px 8px 0;
	margin: 28px 0;
	clear: both;
	}

.gfield_visibility_hidden {
	height: 0px;
	}

span.ginput_total {
	color: var(--black) !important;
	font-size: 36px !important;
	font-family: 'Roboto Condensed';
	font-weight: 300;
	}


.ginput_container.ginput_container_singleproduct, .gform_wrapper span.ginput_product_price {
    color: var(--black) !important;
    font-size: 30px !important;
    font-family: 'Roboto Condensed';
    font-weight: 300;
}

/* Radio Buttons */

.text-content .gform_wrapper .gfield_radio li label {
	padding-left: 30px !important;
	margin: 0 !important;
	}
.text-content .gform_wrapper input[type="radio"] label {
	padding-left: 30px !important;
	position: relative !important;
	margin: 0 !important;
	}
.text-content .gform_wrapper input[type="radio"]:checked + label {
	position: relative !important;
	}
.text-content .gform_wrapper input[type="radio"] + label:before {
	content: '';
	position: absolute !important;
	left: 0px !important;
	top: 6px !important;
	width: 14px !important;
	height: 14px !important;
	border-radius: 50% !important;
	background-color: white !important;
	border: 1px solid white !important;
	}
.text-content .gform_wrapper input[type="radio"]:checked + label:before {
	content: '';
	position: absolute !important;
	left: 0px !important;
	top: 6px !important;
	width: 14px !important;
	height: 14px !important;
	border-radius: 50% !important;
	background-color: var(--mediumgrey) !important;
	border: 1px solid white !important;
	}

/* Checkboxes */

.text-content .gform_wrapper input[type="checkbox"] {
	display: none !important;
	}

.text-content .gform_wrapper .gfield_checkbox li label {
	padding-left: 30px !important;
	margin: 0 !important;
	}
.text-content .gform_wrapper input[type="checkbox"] label {
	padding-left: 30px !important;
	position: relative !important;
	margin: 0 !important;
	}
.text-content .gform_wrapper input[type="checkbox"]:checked + label {
	position: relative !important;
	}
.text-content .gform_wrapper input[type="checkbox"] + label:before {
	content: '';
	position: absolute !important;
	left: 0px !important;
	top: 6px !important;
	width: 14px !important;
	height: 14px !important;
	border-radius: 2px !important;
	background-color: white !important;
	border: 1px solid white !important;
	}
.text-content .gform_wrapper input[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute !important;
	left: 0px !important;
	top: 6px !important;
	width: 14px !important;
	height: 14px !important;
	border-radius: 2px !important;
	background-color: var(--mediumgrey) !important;
	border: 1px solid white !important;
	}

/* */

.text-content .gform_fileupload_multifile .gform_drop_area {
	padding: 0px !important;
	}


body .text-content div.ginput_preview  {
	font-family: 'Roboto Condensed' !important;
	text-transform: uppercase !important;
	display: block;
	margin-top: 10px;
	}

.text-content img.gform_delete {
/*	width: 12px;	*/
	width:auto;
	margin-left: 0px;
	display:block;
	clear:both;
}


.ginput_preview img {
/*	max-width:100%!important;	*/
	max-width:300px;
}



body .text-content .gform_wrapper ul li.gfield {
	margin-top: 30px !Important;
	}

.text-content .gform_wrapper div.charleft {
	color: var(--mediumgrey) !important;
	}

.text-content .gform_wrapper .gform_page_footer {
	margin: 14px 0;
	width: 100%;
	border-top: 0 !important;
	padding: 16px 0 0;
	clear: both;
	}

/* Progress bar */

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    filter: alpha(opacity=100 )!important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
	margin: 0 0 8px 0px !important;
}

.text-content .gform_wrapper .gf_progressbar {
padding: 0px !important;
position: relative;
background-color: rgba(0,0,0,.1);
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
-webkit-box-shadow: inset 0 0 0px 0px rgba(0,0,0,.0) !important;
-moz-box-shadow: inset 0 0 0px 0px rgba(0,0,0,.0) !important;
box-shadow: inset 0 0 0px 0px rgba(0,0,0,.0) !important;
width: 1;
	height: 40px !important;
	}

.text-content .gform_wrapper .gf_progressbar_percentage {
	height: 40px !important;
	text-align: right;
	font-family: 'Roboto Condensed',helvetica,arial,sans-serif;
	font-size: .813em!important;
	text-shadow: none !important;
	z-index: 999;
	vertical-align: middle;
	background: var(--mediumgrey) !important;
	border-radius: 0px 0px 0px 0px !important;
}

.text-content .gform_wrapper .gf_progressbar:after {
content: none !important;
display: none !important;
width: 100%;
z-index: 990;
height: 40px !important;
margin-top: -24px;
background-color: rgba(0,0,0,.1);
-webkit-box-shadow: inset 0 0 0px 0px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 0 0px 0px rgba(0,0,0,.05);
box-shadow: inset 0 0 0px 0px rgba(0,0,0,.05);
border-radius: 0px;
}

.text-content .gform_wrapper .gf_progressbar_percentage span {
	line-height: 40px;
	}


/* Hide upload file Entension Message */
*[id^="extensions_message"] {
    display: none!important;
}

/* Remove Background arrow to fix Image upload button in Chrome ONLY */
.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
	background:initial!Important ;
	background-size: 0px!Important; 
}


/* Save and Continue Later */

div.text-content .gform_wrapper .form_saved_message form {
	text-align: left;
	}

div.text-content .gform_wrapper .form_saved_message {
	margin: 0px auto;
	padding: 3em 2em;
	width: 99%;
	font-size: 1em;
	line-height: 1.8;
	color: initial;
	background-color: transparent;
	text-align: left !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}

div.text-content .form_saved_message p.resume_form_link_wrapper {
background-color: rgba(255,255,255,1);
display: inline-block;
padding: 1em;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
max-width: 98%!important;
overflow: hidden;
-webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,.2);
-moz-box-shadow: 0 3px 2px 0 rgba(0,0,0,.2);
box-shadow: 0 3px 2px 0 rgba(0,0,0,.2);
}

div.text-content div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
	all: unset;
	}

div.text-content div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
font-family: 'Roboto Condensed';
font-size: 18px;
font-weight: 300 !important;
text-transform: uppercase;
letter-spacing: .075em;
display: inline-block;
color: var(--darkgrey);
border: 1px solid var(--darkgrey);
border-bottom: 1px solid var(--darkgrey) !important;
background-color: transparent;
padding: 22px 60px 22px 24px;
text-align: left;
margin-top: 25px;
margin-bottom: 25px;
position: relative;
cursor: pointer;
background: url(images/arrow-right.png);
background-size: 9px 15px;
background-position: top 50% right 30px;
background-repeat: no-repeat;
	display: block;
}

div.text-content input.gform_resume_email {
	padding: 25px !important;
	}

div.text-content .form_saved_message_sent {
background-color: initial;
color: initial;
text-align: left;
	}


.gform_wrapper span.gform_drop_instructions {
    margin-bottom:0px!important;
    margin-top: 10px;
}
header a.logout {
	position: absolute;
	top: 20px;
	right: 40px;
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	font-size: 14px;
	color: var(--mediumgrey);
	background-color: var(--lightgrey);
	padding: 10px;
	}

/* Judge's View Index */

div#judge-view-submissions {
	box-sizing: border-box;
	padding-bottom: 80px;
	}

form#gf-projects div.filterby strong {
	display: none;
	}

form#gf-projects div.filterby {
	border-bottom: 0;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Roboto Condensed';
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	}

form#gf-projects div.filterby label {
	font-weight: 700;
	width: calc(33.33% - 30px);
	font-family: 'Roboto Condensed';
	cursor: pointer;
	}

form#gf-projects div.filterby label span {
	padding: 5px;
	}

form#gf-projects div.filterby label span.count {
	color: var(--mediumgrey);
	font-weight: 300;
	font-size: 12px;
	}

form#gf-projects div.filterby label.gfp-fr-ajax {
	float: initial;
	display: block;
	border: 0px solid var(--lightgrey);
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	}

form#gf-projects div.filterby .gfp-field:checked + span {
	color: white;
	background-color: var(--darkgrey);
	padding: 5px;
}

table.gfptable {
	width: 100%;
	margin-top: 0px;
	}

table.gfptable .button {
	margin-top: 0px;
	margin-bottom: 0px !important;
	float: initial !important;
	}
.trloadmore .button {
	float: initial !important;
	}

table.gfptable tr.thlist {
	font-family: 'Roboto Condensed';
	font-weight: 500;
	color: var(--mediumgrey);
	text-transform: uppercase;
	background-color: var(--lightgrey);
	margin-bottom: 20px;
	box-sizing: border-box;
	}

table.gfptable tr {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	padding: 30px;
	box-sizing: border-box;
	align-items: center;
}

table.gfptable tr .projectid, table.gfptable th.projectid {
	width: 5%;
}
table.gfptable tr .img, table.gfptable th.img {
	width: 20%;
}
table.gfptable tr .category, table.gfptable th.category {
	width: 35%;
}
table.gfptable tr .rating, table.gfptable th.rating {
	width: 20%;
}
table.gfptable tr .tdview, table.gfptable th.tdview {
	width: 20%;
	text-align: right;
}

table.gfptable tr .img img {
	max-width: 100%;
	height: auto;
	}
table.gfptable tr .tdexcludeme label span {
	font-family: 'Roboto Condensed';
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 5px;
	position: relative;
	top: 1px;
}
table.gfptable tr td.projectid {
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	color: var(--mediumgrey);
	font-size: 12px;
	}

table.gfptable td.rating span, table.gfptable td.o-rating span {
	border: 1px solid var(--lightgrey);
	display: inline-block;
	border-radius: 50%;
	font-family: 'Roboto Condensed';
	padding: 20px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: var(--darkgrey);
	}

table.gfptable td.rating span.or.not-rated {
	border: 0px;
	font-size: 12px;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 0;
	}

table.gfptable td.o-rating span {
	background-color: var(--lightgrey)
	}

table.gfptable td.rating span.excluded {
	font-weight: 700;
	padding: 0px;
	color: var(--red);
	border: 0;
	text-transform: uppercase;
	}

#gf-projects td.tdexcludeme  {
	display: none;
	}

/* Admin Judge */

form.judgeadmin table.gfptable tr .projectid, form.judgeadmin table.gfptable th.projectid {
	width: 5%;
	order: 0;
}
form.judgeadmin table.gfptable tr .img, form.judgeadmin table.gfptable th.img {
	width: 20%;
	order: 1;
}
form.judgeadmin table.gfptable tr .category, form.judgeadmin table.gfptable th.category {
	width: 25%;
	order: 2;
}
form.judgeadmin table.gfptable tr .rating, form.judgeadmin table.gfptable th.rating {
	width: 15%;
	order: 3;
}
form.judgeadmin table.gfptable tr .tdview, form.judgeadmin table.gfptable th.tdview, form.judgeadmin table.gfptable tr .view, form.judgeadmin table.gfptable th.view {
	width: 20%;
	order: 5;
	text-align: right;
}

form.judgeadmin table.gfptable tr .o-rating, form.judgeadmin table.gfptable th.o-rating {
	width: 15%;
	order: 4;
}
table.gfptable tr .o-rating, table.gfptable th.o-rating {
	width: 15%;
	order: 4;
	}
form.judgeadmin table.gfptable tr .o-rating a, form.judgeadmin table.gfptable th.o-rating a {
	color: var(--black);
	}

/* End Admin Judge */

/* End Judge's View Index */

/* Judge View Single Project */

/* Slider */

section#singleprojectflex {
	background-color: var(--lightgrey);
	}

div.project.flexslider {
	max-width: 1280px;
	margin: auto;
	background-color: var(--black);
	padding-top: 30px;
	overflow: hidden;
	}

div.project.flexslider .slide .slide-image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

	}

div.project.flexslider .slide .slide-image a.lightbox {
	display: block;
	padding-top: 40%;
	}

div.project.flexslider .slide .caption {
	color: var(--lightgrey);
	background-color: var(--black);
	box-sizing: border-box;
	padding: 20px;
	font-family: 'Roboto Condensed';
	font-weight: 300;
	font-size: 14px;
	}

/* End Slider */

body.project-template-default h3.section-title {
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	color: var(--mediumgrey);
	font-size: 22px;
	padding-top: 20px;
	margin-bottom: 20px;
	}

span.blackbg {
	color: white;
	background-color: var(--darkgrey);
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	padding: 5px;
	display: inline-block;
	}

body.project-template-default p strong {
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	}



/* Judge Form */

div#judge-form {
	padding-left: 100px;
	text-align: left;
	}

div#judge-form label, div#judge-form p.overall-rating {
	font-size: 16px !important;
	font-family: 'Roboto Condensed';
	
	}

div#judge-form textarea, div#judge-form select {
	background-color: white;
	margin-bottom: 5px;
	padding: 10px;
	border-bottom: 3px solid var(--lightgrey);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;
	}
div#judge-form textarea:focus, div#judge-form select:focus {
	border-bottom: 3px solid var(--mediumgrey);
	}

div#judge-form textarea {
	width: 100%;
	height: 90px;
	}

div#judge-form select {
	font-family: 'Roboto Condensed';
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-size: 13%;
	background-position: top 50% right 17px;
	padding-right: 40px;
	}

div#judge-form p.selectbox, div#judge-form p.overall-rating {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
	
	
#judge-form label.community {
	font-size: 13px !important;
}

p.overall-rating span.or.rated {
    border: 1px solid var(--mediumgrey);
	background-color: var(--mediumgrey);
    display: inline-block;
    border-radius: 50%;
    font-family: 'Roboto Condensed';
    padding: 20px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: white;
}

p.overall-rating span.or.excluded, p.overall-rating span.or.not-rated {
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	font-weight: 700;
	height: 72px;
	line-height: 72px;
	display: inline-block;
	}
p.overall-rating span.or.excluded {
	color: var(--red);
	}
p.overall-rating span.or.not-rated {
	color: var(--mediumgrey);
	}

div#judge-form label.exclude {
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	font-size: 14px !important;
	cursor: pointer;
	padding-left: 22px;
	}

div#judge-form input[type="checkbox"]  {
	display: none;
	}
div#judge-form input[type="checkbox"] + label.exclude::before {
    content: '';
    position: absolute !important;
    left: 0px !important;
    top: 8px !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: white !important;
    border: 2px solid white !important;
}
div#judge-form input[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute !important;
	left: 0px !important;
	top: 8px !important;
	width: 12px !important;
	height: 12px !important;
	border-radius: 50% !important;
	background-color: var(--red) !important;
	border: 2px solid white !important;
	}

div#judge-form a.button {
	cursor: pointer;
	}

div#judge-form a.button::after {
    background-color: white;
}

div#judge-form p.complete {
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	font-weight:bolder;
	color: green;
	}

/* End Judge Form */

nav.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	}

nav.post-navigation h2 {
	display: none;
	}

nav.post-navigation .nav-links .nav-next {
	background-image: url(images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px;
	padding-left: 20px;
	}

nav.post-navigation .nav-links .nav-previous {
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px;
	padding-right: 20px;
	}



nav.post-navigation .nav-links .nav-next {
	order: -1;
	}

#fancybox-right-ico {
	background-image: url(images/slider-arrow-right.png) !important;
	background-size: 15px 15px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-color: rgba(0,0,0,.6);
	border-radius: 50%;
	}

#fancybox-left-ico {
	background-image: url(images/slider-arrow-left.png) !important;
	background-size: 15px 15px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-color: rgba(0,0,0,.75);
	border-radius: 50%;
	}

#fancybox-close {
	
	background: rgba(0,0,0,.75) url(images/x.png) !important;
	background-size: 15px 15px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	border-radius: 50%;
}

body.single-project div.text-content {
	word-wrap: break-word;
	}

/* End Judge View Single Project */