html, body {
	margin:0;
	padding:0;
	width:100%;
	height: 100%;
	background-color: #000;
	background-size:cover;
	background-position: center right;
	font-family:Montserrat, Gotham, Helvetica Neue, Helvetica, Arial, "sans-serif";
	font-size:13px;
}

#content {
	background-color: rgba(30,30,30,0.90);
	box-sizing: border-box;
	color: #fff;
	min-height: 100%;
	padding: 4%;
	width: 40%;
}

.page-template-page-petition-landing-2col #content {
	padding: 0;
	width: 100%;
}

.page-template-page-petition-landing-2col #content #cols:after {
	clear: both;
	content: '';
	display: block;
	text-indent: -9999px;
	width: 100%;
}

.page-template-page-petition-landing-2col #content #cols .col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
	position: relative;
    width: 50%;
}

.page-template-page-petition-landing-2col #content #cols .col:last-child {
	background: none;
	position: fixed;
	right: 0;
	top: 0;
}

.page-template-page-petition-landing-2col #content #cols .col .col-inner {
	background-color: rgba(30, 30, 30, 0.9);
	padding: 8%;
}

.page-template-page-petition-landing-2col #content #cols .col:last-child .col-inner {
	background: none;
}

.page-template-page-petition-landing-2col #content #cols .col .col-inner .gform_wrapper:after {
	clear: both;
	content: '';
	display: block;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.page-template-page-petition-landing-2col #content #cols .col {
		float: none;
		width: 100%;
	}
	.page-template-page-petition-landing-2col #content #cols .col:last-child {
		position: static;
	}
}

body .gform_wrapper {
	width: 100% !important;
	margin: 0 !important;
}

#content p {
	line-height: 1.6em;
	font-size:1.3em;
	font-weight:200;
}

#content h1 {
	font-family: Merriweather, Baskerville, Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif;
	font-size: 2em;
	font-weight: 100;
	color: #fff;
}

#content hr {
	width:25%;
	height:0.3em;border:0;
	background-color:#FFF;margin:0;
}

form {
	width:100%;
	margin:2em 0;
}

#content .gform_wrapper form.start ul.gform_fields{
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
}

.gform_footer.top_label{

width: 67% !important;

float: right;

margin: 0px 0 0 1% !important;

clear: none !important;
}
.gfield_required{
	display:none
}
body #content .gform_wrapper  form.start ul.top_label .gfield.f-name{
	margin-bottom: 10px !important;
	padding-right: 0;
	margin-top: 0;
	line-height: 0;
}
body form.start input {
	height: 3.2em !important;
	border: 1px solid #FFF !important;
	box-sizing: border-box !important;
	background-color: rgba(255,255,255,0.1) !important;
	color:#FFF;
	font-size: 1.2em !important;
	font-family: montserrat !important;
	font-weight:300;
	padding: 1em !important;
	transition: border-color 500ms !important;
}
form.start input:focus {
	border-color:#f54f4f;
}
form.start .validation_error,
form.start .gfield_description.validation_message {
	padding: 8px 0 17px;
	color: red;
	width: 100%;
	line-height: normal;
	float: left;
}
body .gform_wrapper .top_label div.ginput_container{

margin-top: 0 !important;
}
#email,
form.start .f-name input {
	width: 100% !important;
	float:none;
	clear:both;
	margin-bottom: 0 !important;
	line-height: normal !important;
}
form.start li.f-zip{
	overflow: hidden;
	width: 30%;
	float: left;
	clear: none !important;
	margin-top: 0 !important;
	padding-right: 0 !important;
	line-height: 0;
	}
#zip,
form.start .f-zip input  {
	width: 100% !important;
	float:left;
	line-height: normal !important;
	margin: 0 !important;
}
#submit,
form.start input[type="submit"] {
	width: 100% !important;
	float:right;
	background-color:#FFFFFF;
	background-size: 200% 100%;
	color: #000;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(0,0,0,0.1) 50%);
	letter-spacing: 2px;
	border: 0 !important;
	transition: background-position 200ms;
	text-transform: uppercase;
	cursor: pointer;
	margin:  0 !important;
	text-shadow: none;
}
#submit:hover {
	background-position: -100% 0;
	cursor:pointer;
}
.clear {
	width:100%;
	height:0;
	float:none;
	clear:both;
}
.signatures {
	width:100%;
	text-align:left;
	font-family:Montserrat,Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size:1.3em;
	text-transform: uppercase;
	margin-bottom:10px;
}
footer {
	width:100%;
	box-sizing: border-box;
	padding:2%;
	background-color:#000000;
	color:#FFF;
	text-align: center;
}
footer p {
	border:1px solid #FFF;
	width:90%;
	max-width:420px;
	box-sizing: border-box;
	text-align: center;
	margin:0 auto;
	padding:15px;
	text-transform: uppercase;
	opacity: 0.7;
}
footer a {
	font-size:0.7em;
	text-align: center;
	margin:0 auto;
	color:#FFF;
	opacity: 0.7;
}
h5 {font-family:Montserrat, Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";font-size:2em;font-weight:700;letter-spacing:-1px;text-transform: uppercase;padding: 0;margin:10px auto;}

@media (max-width: 750px){
	html, body {
		font-size:13px;
	}
	#content {
		width:100%;
	}
}
@media (max-width: 450px){
	html, body {
		font-size:12px;
	}
	#content {
		width:100%;
	}
}

@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?wisv4v');
	src:  url('fonts/icomoon.eot?wisv4v#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf?wisv4v') format('truetype'),
	url('fonts/icomoon.woff?wisv4v') format('woff'),
	url('fonts/icomoon.svg?wisv4v#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\ea90";
}
.icon-twitter:before {
	content: "\ea96";
}
.icon-linkedin2:before {
	content: "\eaca";
}


.social {
	width:100%;
	height:40px;
}
.social a {color:#FFF;}
.social span {
	height:20px;width:20px;font-size:20px;border-radius:100%;border:2px solid #FFF;display:inline-block;padding:10px;
}

#link {
	height:3.2em;
	width:100%;
	border:1px solid #FFF;
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.1);
	color:#FFF;
	font-size:0.9em;
	font-family:Montserrat, Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	text-transform: uppercase;
	font-weight:300;
	padding:1.5em;
	transition: border-color 500ms;
}
.thankyou {display:none}

/**/

.page-template-page-contest-landing {
}

.page-template-page-contest-landing #content {
	background: none;
	padding: 0;
}

.page-template-page-contest-landing #content #content-landing-text {
	background-color: rgba( 255, 255, 255, 0.50 );
	box-sizing: border-box;
    height: 50vh;
	position: relative;
}

.page-template-page-contest-landing #content #content-landing-text .box {
    bottom: 0;
    left: 0;
    padding: 4% 4% 4% 16%;
    position: absolute;
}

.page-template-page-contest-landing #content #content-landing-text h1 {
    color: #000;
    font-family: Montserrat, Gotham, Helvetica Neue, Helvetica, Arial, "sans-serif";
    font-size: 30px;
    line-height: 125%;
    margin: 0 0 20px;
}

.page-template-page-contest-landing #content #content-landing-text p {
	color: #000;
	font-family: Montserrat, Gotham, Helvetica Neue, Helvetica, Arial, "sans-serif";
	font-size: 14px;
	line-height: 125%;
	margin: 0 0 15px;
}

.page-template-page-contest-landing #content #content-landing-form {
	background-color: rgba( 30, 30, 30, 0.90 );
	box-sizing: border-box;
    height: 50vh;
    padding: 4% 4% 4% 16%;
}

.page-template-page-contest-landing footer {
	display: none;
}

/**/

body form#gform_26.start {
}

body form#gform_26.start .gform_body {
	margin-right: -10px;
}

body form#gform_26.start .gform_fields {
	font-size: 0;
}

body form#gform_26.start .gfield {
	box-sizing: border-box !important;
	display: inline-block;
	font-size: 13px;
	padding-right: 10px;
	padding-bottom: 15px;
}

body form#gform_26.start .gfield.field-left {
}

body form#gform_26.start .gfield.field-right {
}

body form#gform_26.start .gfield.field-full-name {
	width: 70%;
}

body form#gform_26.start .gfield.field-zip-code {
	width: 30%;
}

body form#gform_26.start .gfield.field-email-address {
	width: 60%;
}

body form#gform_26.start .gfield.field-twitter-handle {
	width: 40%;
}

body form#gform_26.start input[type="text"] {
    background: none !important;
    border: 4px solid #fff !important;
    font-size: 13px !important;
    height: 50px !important;
    padding: 0 15px !important;
    width: 100%;
}

body form#gform_26.start .gform_footer.top_label {
	float: none;
	margin: 0 !important;
	width: 100% !important;
}

body form#gform_26.start input[type="submit"] {
    background-color: #fff !important;
    border: none !important;
    float: none;
    font-size: 15px !important;
    font-weight: bold;
    height: 50px !important;
    letter-spacing: 0;
    padding: 0 !important;
}

/**/

body #content .gform_wrapper  form.start ul.top_label #gfield-confirmation.gfield.f-name {
	margin: 0 !important;
	padding-right: 50px;
	position: relative;
}

body #content .gform_wrapper  form.start ul.top_label #gfield-confirmation.gfield.f-name input[type="text"] {
	height: 50px !important;
	padding: 0 15px !important;
	width: 100%;
}

body #content .gform_wrapper  form.start ul.top_label #gfield-confirmation.gfield.f-name button.gf_copy_btn {
	height: 50px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

body #content .gform_wrapper  form.start ul.top_label #gfield-confirmation.gfield.f-name button.gf_copy_btn img {
	width: 100%;
}

/* RESPONSIVE */

@media screen and (max-width: 1024px) {
	.page-template-page-contest-landing #content {
		width: 75%;
	}
	.page-template-page-contest-landing #content #content-landing-text .box {
		padding: 4%;
	}
	.page-template-page-contest-landing #content #content-landing-form {
		padding: 4%;
	}
}

@media screen and (max-width: 768px) {
	.page-template-page-contest-landing #content {
		width: 100%;
	}
	.page-template-page-contest-landing #content #content-landing-text .box {
		position: static;
	}
	body form#gform_26.start .gform_body {
		margin-right: 0;
	}
	body form#gform_26.start .gfield.field-full-name, body form#gform_26.start .gfield.field-zip-code, body form#gform_26.start .gfield.field-email-address, body form#gform_26.start .gfield.field-twitter-handle {
		display: block;
		padding-right: 0;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.page-template-page-contest-landing #content #content-landing-text {
		height: auto;
	}
	.page-template-page-contest-landing #content #content-landing-form {
		height: auto;
	}
}


/**/


.container-shows {
	display: block;
	margin: 0 auto;
	max-width: 1920px;
	padding: 0;
}

#section-boxes {
	font-size: 0;
	overflow: hidden;
	text-align: center;
}

#section-boxes .row {
	margin: 0 -5px;
}

#section-boxes .box {
    box-sizing: border-box;
    display: inline-block;
	margin: 0 0 50px;
    padding: 0 5px;
    vertical-align: top;
    width: 25%;
}

#section-boxes .box-text {
}

#section-boxes .box-text .image-logo {
	padding: 80px 0 0;
}

#section-boxes .box-text .image-logo:after {
	border-top: 1px solid #fff;
	content: '';
	display: block;
	height: 0;
	margin: 0 auto;
	width: 80px;
}

#section-boxes .box-text .image-logo img {
	display: block;
	height: auto;
	margin: 0 auto 35px;
	max-width: 300px;
	width: 100%;
}

#section-boxes .box-text h3 {
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 120%;
	margin: 0;
	padding: 35px 10% 0;
}

#section-boxes .box-image {
}

#section-boxes .box-image .image {
	height: 340px;
	margin: 0 0 40px;
	overflow: hidden;
}

#section-boxes .box-image .image img {
	width: 100%;
}

#section-boxes .box-image .image-logo {
}

#section-boxes .box-image .image-logo img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 60px;
    max-width: 220px;
    width: auto;
}

@media screen and (max-width: 1024px) {
	#section-boxes .box {
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	#section-boxes .box {
		width: 100%;
	}
}




