/* BIG NOODLE TITLING */
@font-face {
    font-family: 'bignoodletitlingregular';
    src: url('type/big_noodle_titling-webfont.eot');
    src: url('type/big_noodle_titling-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/big_noodle_titling-webfont.woff2') format('woff2'),
         url('type/big_noodle_titling-webfont.woff') format('woff'),
         url('type/big_noodle_titling-webfont.ttf') format('truetype'),
         url('type/big_noodle_titling-webfont.svg#bignoodletitlingregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* SOURCE SANS PRO BOLD */
@font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('type/SourceSansPro-Bold.eot');
	src: url('type/SourceSansPro-Bold.woff2') format('woff2'),
		 url('type/SourceSansPro-Bold.woff') format('woff'),
		 url('type/SourceSansPro-Bold.ttf') format('truetype'),
		 url('type/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg'),
		 url('type/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
/* Source Sans Pro Italic */
@font-face {
    font-family: 'source_sans_proitalic';
    src: url('type/sourcesanspro-italic-webfont.eot');
    src: url('type/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/sourcesanspro-italic-webfont.woff2') format('woff2'),
         url('type/sourcesanspro-italic-webfont.woff') format('woff'),
         url('type/sourcesanspro-italic-webfont.ttf') format('truetype'),
         url('type/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Source Sans Pro Regular */
@font-face {
    font-family: 'source_sans_proregular';
    src: url('type/sourcesanspro-regular-webfont.eot');
    src: url('type/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('type/sourcesanspro-regular-webfont.woff') format('woff'),
         url('type/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('type/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Ostrich Sans Bold */
@font-face {
	font-family: 'OstrichSans-Bold';
	src: url('type/OstrichSans-Bold.eot');
	src: url('type/OstrichSans-Bold.woff2') format('woff2'),
		 url('type/OstrichSans-Bold.woff') format('woff'),
		 url('type/OstrichSans-Bold.ttf') format('truetype'),
		 url('type/OstrichSans-Bold.svg#OstrichSans-Bold') format('svg'),
		 url('type/OstrichSans-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
/* Roper Serif Press Heavy */
@font-face {
	font-family: 'RoperSerif-PressHeavy';
	src: url('type/RoperSerif-PressHeavy.eot');
	src: url('type/RoperSerif-PressHeavy.woff2') format('woff2'),
		 url('type/RoperSerif-PressHeavy.woff') format('woff'),
		 url('type/RoperSerif-PressHeavy.ttf') format('truetype'),
		 url('type/RoperSerif-PressHeavy.svg#RoperSerif-PressHeavy') format('svg'),
		 url('type/RoperSerif-PressHeavy.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
/* Hudson NY Serif Press 
@font-face {
  	font-family: 'HudsonNYSerif-Press';
  	src: url('type/HudsonNYSerif-Press.eot');
	src: url('type/HudsonNYSerif-Press.woff2') format('woff2'),
		 url('type/HudsonNYSerif-Press.woff') format('woff'),
		 url('type/HudsonNYSerif-Press.ttf') format('truetype'),
		 url('type/HudsonNYSerif-Press.svg#HudsonNYSerif-Press') format('svg'),
		 url('type/HudsonNYSerif-Press.eot?#iefix') format('embedded-opentype');
  	font-weight: normal;
 	font-style: normal;
}
*/

@font-face {
    font-family: 'Hudson NY Serif';
    src: 	url('type/HudsonNYSerif.eot');
    src: 	url('type/HudsonNYSerif.eot?#iefix') format('embedded-opentype'),
        	url('type/HudsonNYSerif.woff2') format('woff2'),
        	url('type/HudsonNYSerif.woff') format('woff'),
        	url('type/HudsonNYSerif.ttf') format('truetype'),
        	url('type/HudsonNYSerif.svg#HudsonNYSerif') format('svg');
    font-weight: normal;
    font-style: normal;
}








/* Gotham-Ultra */
@font-face {
  	font-family: 'Gotham-Ultra';
  	src: url('type/Gotham-Ultra.eot');
  	src: url('type/Gotham-Ultra.woff2') format('woff2'),
		 url('type/Gotham-Ultra.woff') format('woff'),
		 url('type/Gotham-Ultra.ttf') format('truetype'),
		 url('type/Gotham-Ultra.svg#Gotham-Ultra') format('svg'),
		 url('type/Gotham-Ultra.eot?#iefix') format('embedded-opentype');
  	font-weight: normal;
  	font-style: normal;
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #fff;
	font: 1.125em/1.4 'source_sans_proregular';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

p {
	margin: 0;
	padding: 0;	
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	background: url("images/bg-business-cares.jpg") left top no-repeat #000;
	background-size: contain;
	width: 100%;	
}
body.voting {
	background: url("images/bg-nye-voting.jpg") left top no-repeat #000;
	background-size: contain;
	width: 100%;	
}
.hide {
	display: none;	
}
a {
	color: #fff;	
}
a.back {
	background: url("images/back-arrow.svg") left 50% no-repeat;	
	background-size: 20px auto;
	color: #d4be85;
	font: 1.250em/1 "bignoodletitlingregular";
	letter-spacing: 0.0925em;
	padding-left: 30px;
	text-transform: uppercase;
	text-decoration: none;	
}
img {
	max-width: 100%;	
}
img.background {
	top: 0;
	left: 0;
	position: absolute;	
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}
div.wrapper {
	padding: 0 10px 60px;
	position: relative;
	text-align: center;	
	z-index: 1;
}
h1 {
	margin: 50px 0 10px;
}
/*
h1 {
	border: 4px solid #fff;
	margin: 3px 24%;
	padding: 4px 7px;
}
h2 {
	margin: 0 24%;	
}
*/
h1 img,
h2 img {
	width: 100%;
}
p.time {
	color: #f4d042;
	font: 1em/1 'Gotham-Ultra';
	padding-top: 2%;
	text-transform: uppercase;	
}
p.time span {
	color: #fb532a;
	font: 0.750em/0.563 'source_sans_proregular';
	padding: 0 3px;
	position: relative;
	top: -4px;
}
p.location {
	color: #fff;
	font: 1em/1 'bignoodletitlingregular';
	padding-top: 7px;
}
p.feature {
	background: #000;
	color: #00eb00;
	font: 1.250em/1 'OstrichSans-Bold';
	margin: 3px 24% 0;
	padding: 6px 0 2px;		
}
p.artists {
	color: #fff;
	font: 1.250em/1 'Hudson NY Serif';
	margin: 3px 0 0px;
}
p.artists span {
	font-size: 0.625em;
}
p.subartists {
	color: #fb532a;
	font: 1.250em/1 'Hudson NY Serif';
	margin: 3px 0 5px;
}
p.artists img.logo {
	display: block;
	margin: 0 auto;
	height: 33px;
	width: 171px;	
}
p.entryform img.logo {
	display: inline-block;
	height: 20px;
	width: 103px;
	margin-top: -10px;	
}
/*	BACKGROUND INSIDE CONTAINER */
div.bg_black {
	/*background: #000;*/
	padding: 0 5px;
	word-wrap: break-word;
}
div.bg_black p.intro {
	color: #f4d042;
	font: 1.688em/1 'bignoodletitlingregular';
	margin-top: 3px;		
}
div.bg_black p.intro time sup {
	top: -0.206em;	
}
div.bg_black strong {
	font-family: 'SourceSansPro-Bold';
	font-weight: normal;	
}
div.bg_black em {
	font-family: 'source_sans_proitalic';
	font-style: normal;	
}
div.bg_black h3 {
	color: #fb532a;
	font: 1.813em/1 'Gotham-Ultra';
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;	
}
p.colourme {
	max-width: 685px;
	margin: 0 auto;	
}
p.colourme time {
	color: #f4d042;	
}
div.timeline {
	margin: 0 auto;
	max-width: 720px;	
}
div.bg_black h3.question:before, 
div.bg_black h3.question:after {
	content: ' ';
	padding: 0;
}
div.bg_black hr {
	border-color: #fb532a;	
}
div.bg_black hr.slim {
	border-color: #353535;
	margin: 3px auto;	
}
div.bg_black ul {
	margin: 0 10%;
	padding: 0;
	text-align: left;

}
div.bg_black ul li a {
	font-family: 'SourceSansPro-Bold';	
}
div.timeline time.title {
	color: #f4d042;
	display: block;
	font: 1.250em/1.125em 'SourceSansPro-Bold';	
}
div.bg_black a.contest {
	background: #190500;
	border: 1px solid #fb532a;
	border-radius: 10px;
	color: #f4d042;
	display: inline-block;
	font: 1.565em 'bignoodletitlingregular';
	padding: 5px 40px;
	margin-top: 10px;
	text-transform: uppercase;
	text-decoration: none;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*
	SPONSORS
*********************************************************/
div.bg_black ul.sponsors {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;	
}
div.bg_black ul.sponsors li {
	display: inline-block;
	text-align: center;	
	padding: 10px 0;
}

div.bg_black ul.sponsors li.country img {
	width: 216px;
}
div.bg_black ul.sponsors li.lmo img {
	width: 60px;
}
div.bg_black ul.sponsors li.musichall img {
	width: 157px;
}
div.bg_black ul.sponsors li.countryhits img {
	width: 137px;
}
div.bg_black ul.sponsors li.fender img {
	width: 95px;
}
div.bg_black ul.sponsors li.factor img {
	width: 80px;
}
div.bg_black ul.sponsors li.bx93 img {
	width: 105px;
}
div.bg_black ul.sponsors li.canada img {
	width: 94px;
}
div.bg_black ul.sponsors li.ontario img {
	width: 100px;
}

div.bg_black ul.sponsors li.country {
	width: 100%;	
}
div.bg_black ul.sponsors li.lmo {
	width: 25%;	
}
div.bg_black ul.sponsors li.musichall {
	width: 75%;
}

div.bg_black ul.sponsors li.countryhits,
div.bg_black ul.sponsors li.fender,
div.bg_black ul.sponsors li.factor,
div.bg_black ul.sponsors li.bx93,
div.bg_black ul.sponsors li.canada,
div.bg_black ul.sponsors li.ontario {
	width: 50%;
}
div.bg_black ul.country li.countryhits {
	width: 100%;	
}
div.bg_black ul.box li.bx93 {
	width: 100%;	
}
/*
	SHARE ICONS
*********************************************************/
div.share {
	margin: 0 auto;
	text-align: center;	
	padding: 10px 0;
}
div.share ul {
	margin: 0;
	padding: 0;
	text-align: center;
}	
div.share li:first-child {
	padding-left: 0;	
}
div.share li {
	display: inline-block;
	list-style-type: none;
	padding: 0 5px;
	vertical-align: top;
}
div.share span.intro_share {
	color: #f4d042;
	display: block;
	font: 1.250em 'bignoodletitlingregular';
	margin-bottom: 5px;	
}
div.share ul li a.share_facebook {
	background: #4c68a9 url("images/share-facebook.svg") 50% 50% no-repeat;
	background-size: 45px auto;
	/*background: #4c68a9 url("images/icon-facebook-share.png") 50% 50% no-repeat;*/
}
div.share ul li a.share_twitter {
	background: #60a9da url("images/share-twitter.svg") 50% 50% no-repeat;
	background-size: 45px auto;
	/*background: #60a9da url("images/icon-twitter-share.png") 50% 50% no-repeat;*/
}
div.share ul li a.share_google {
	background: #d83d30 url("images/share-google.svg") 50% 50% no-repeat;
	background-size: 45px auto;
	/*background: #60a9da url("images/icon-twitter-share.png") 50% 50% no-repeat;*/
}
div.share ul li a.st_email {
	background: #343434 url("images/share-email.svg") 50% 50% no-repeat;
	background-size: 45px auto;
	/*background: #60a9da url("images/icon-twitter-share.png") 50% 50% no-repeat;*/
}
div.share ul li a.st_email span {
	display: none;
	width: 0 !important	
}
div.share ul li a.share_other {
	background: #fc6d4c url("images/icon-plus-share.png") 50% 50% no-repeat;
}	
div.share ul li a {
	display: block;
	height: 30px;
	overflow: hidden;
	text-align: left;
	text-indent: -99em;	
	width: 38px;
}


/*
	CONTACT FORM
************************************/
div.bg_black ul.contact {
	border-top: 1px solid #353535;
	border-bottom: 1px solid #353535;	
	color: #ccbf8a;
	font: 1.375em 'bignoodletitlingregular';
	letter-spacing: 0.0325em;
	list-style-type: none;
	margin: 3px 0 0;
	padding: 0;	
}
div.bg_black ul.contact li {
	border-bottom: 1px solid #353535;
	padding: 5px 0;
	text-align: center;
}
div.bg_black ul.contact li:last-child {
	border-bottom: 0 none;	
}
div.bg_black ul.contact li span {
	color: #fb532a;
}
div.bg_black ul.contact li a {
	color: #f4d042;	
	font-family: 'bignoodletitlingregular';
}

form.form dd {
	margin: 0 0 14px;	
}
form.form input.text,
form.form textarea {
	background: #000;
	border: 0 none;
	box-sizing: border-box;
	color: #a6a6a6;
	font: 1.063em/1 'source_sans_proregular';
	width: 100%;
	padding: 8px 10px;	
}
form.form input.submit {
	background: #000;
	border: 1px solid #fb532a;
	border-radius: 4px;
	color: #f4d042;
	font: 1.563em 'bignoodletitlingregular';
	padding: 5px 40px;
	text-transform: uppercase;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
form.contact input.text,
form.contact textarea {
	background: #141419;
	border: 1px solid #353535;
}
form.mailing_list input.text {
	background: #000;
	border: 1px solid #496b83;
}

/* ARTIST CONTEST FORM SUBMISSIONS */
div.artist_col {
	margin-top: 10px;	
}
div.artist {
	padding-bottom: 20px;
}	
div.artist h3 {
	color: #f4d042;
	font-family: 'Hudson NY Serif';	
}
div.artist h3:before {
	color: #f4d042;
	content: '\2022\00a0';
	padding-left: 10px;
}
div.artist h3:after {
	color: #f4d042;
	content: '\00a0\2022';
	padding-right: 10px;
}
form.artist fieldset {
	padding-bottom: 10px;	
}
form.artist input.text,
form.artist textarea {
	color: #fb532a;
	border-color: #fb532a;	
}
form.artist span.maxlength-feedback {
	display: block;
	font: 0.875em/1 'source_sans_proitalic';	
	text-align: left;
	margin-top: 5px;
}
form.artist input.submit {
	border-radius: 10px;
	padding: 10px 80px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
form.artist label {
	display: block;
	font-family: 'SourceSansPro-Bold';
	text-align: left;	
}
form.artist label.hide {
	display: none;
}
form.artist legend {
	color: #f4d042;
	font: 1.750em/1 'bignoodletitlingregular';	
	width: 100%;
	position: relative;
}
form.artist legend span {
	background: #000;
	padding: 0 10px;
	position: relative;
	top: 50%;
	margin-top: -4px;
	z-index: 1;
}
form.artist legend span.hr {
	background: #371209;
	height: 4px;
	left: 0;
	padding: 0;
	position: absolute;
	width: 100%;	
}
form.artist em.required {
	color: #fb532a;
	display: block;
	font-size: 0.875em;
	text-align: left;
}
form.artist span.label {
	display: block;
	font-family: 'SourceSansPro-Bold';
	text-align: left;	
}
form.artist em.file {
	display: block;
	font-size: 0.813em;
	margin-bottom: 7px;	
	text-align: left;	
}
form.artist input.file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
form.artist label.file_label {
	background: #000;
	border: 1px solid #fb532a;
	border-radius: 10px;
	color: #f4d042;
	cursor: pointer;
	display: inline-block;
	font: 1.563em 'bignoodletitlingregular';
	padding: 5px 40px;
	text-align: center;
	text-transform: uppercase;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* MUSICAL GENRE AND ARTIST PROFILE */
form.artist dd.checkbox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
form.artist dd.checkbox ul li {
	padding: 7px 0;	
}
form.artist input.singleCheckbox,
form.artist dd.checkbox ul li input.checkbox {
	float: left;
}
label.genre_label {
	margin-left: 50px;
	margin-top: 7px;	
}
form.artist div.styledCheckbox {
    background-size: 45px 88px;
    float: left;
}
form.artist label.singleCheckLabel {
	margin-left: 55px;
	margin-top: 7px;	
}
form.artist dd.checkbox ul li div.styledCheckbox {
    background-size: 42px 82px;
    float: left;
}
form.artist dd.checkbox ul li label.label_checkbox {
	margin-left: 30px;
}

.regular-checkbox {
	display: none;
}
div.error {
	text-align: left;	
}

/*
	VOTING
************************************/

body.voting ul.vote_headings {
	margin: 12px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;	
}
body.voting ul.vote_headings li {
	display: inline-block;
	vertical-align: top;
	padding: 0 2%;
	width: 46%;	
}
body.voting ul.vote_headings li:first-child {
	width: 52%;
}
body.voting ul.vote_headings li:last-child {
	width: 40%;
}
body.voting ul.vote_headings li h1,
body.voting ul.vote_headings li h2 {
	margin: 0;	
}
body.voting hr.big {
	border-color: #6c1903;
	border-width:thick;
	margin: 0 auto;
	width: 60%;
}
body.voting div.bg_black {
	background: none;
	margin-top: 13px;	
}
body.voting div.bg_black hr.slim {
	border-color: #b6b6b6;
	width: 80%;
	margin: 10px auto;	
}
body.voting div.bg_black h3:before {
	color: #f4d042;
	content: '\2022\00a0';
	padding-left: 10px;
}
body.voting div.bg_black h3:after {
	color: #f4d042;
	content: '\00a0\2022';
	padding-right: 10px;
}

body.voting div.bg_black h3 {
	color: #f4d042;
	font-size: 1.563em;
}

body.voting ul.vote_artists {
	margin: 24px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;	
}
body.voting ul.vote_artists li {
	padding-bottom: 60px;	
}
li.voting_promo p.entryform {
	padding-top: 10px;
}
body.voting ul.vote_artists li:last-child {
	padding-bottom: 30px;
}
body.voting ul.vote_artists h4 {
	color: #f4d042;
	font: 2.375em/1 'bignoodletitlingregular';
	margin-left: 4%;
	margin-right: 4%;
	padding: 2px 0;
}
body.voting ul.vote_artists p.city {
	color: #a5a5a5;
	text-transform: uppercase;	
}
body.voting ul.vote_artists hr {
	border-color: #a5a5a5;
	margin: 3px 0;
}
body.voting ul.vote_social {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
body.voting ul.vote_social li {
	display: inline-block;
	text-align: center;
	width: 25%;
	padding-bottom: 0;	
}
body.voting ul.vote_social li:last-child {
	padding-bottom: 0;	
}
body.voting ul.vote_social li a {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -99em;	
}
body.voting ul.vote_social li a.facebook {
	background: url("images/icon-social-facebook.svg") 50% 50% no-repeat;
	background-size: 17px auto;
	height: 30px;
	width: 30px;
}
body.voting ul.vote_social li a.twitter {
	background: url("images/icon-social-twitter.svg") 50% 50% no-repeat;
	background-size: 23px auto;
	height: 30px;
	width: 30px;
}
body.voting ul.vote_social li a.instagram {
	background: url("images/icon-social-instagram.svg") 50% 50% no-repeat;
	background-size: 26px auto;
	height: 30px;
	width: 30px;
}
body.voting ul.vote_social li a.youtube {
	background: url("images/icon-social-youtube.svg") 50% 50% no-repeat;
	background-size: 26px auto;
	height: 30px;
	width: 30px;
}
body.voting ul.vote_read {
	list-style-type: none;	
	margin: 0;
	padding: 0;
}
body.voting ul.vote_read li {
	padding-bottom: 0;
	text-align: center;	
}
body.voting ul.vote_read li:last-child {
	padding-bottom: 0;
}
body.voting ul.vote_read li a {
	background: #000;
	border: 1px solid #fb532a;
	border-radius: 10px;
	color: #fb532a;
	display: block;
	font: 1.313em 'bignoodletitlingregular';
	padding: 10px 0;
	margin: 10px auto;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 165px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

body.voting ul.vote_song {
	list-style-type: none;	
	margin: 12px 0;
	padding: 0;
}
body.voting ul.vote_song li {
	padding-bottom: 0;	
}
body.voting ul.vote_song li:last-child {
	padding-bottom: 0;	
}

body.voting ul.vote_song a {
	background: url("images/play-button.svg") left 50% no-repeat;
	background-size: 32px auto;
	color: #fff;
	display: block;
	font: 1em/1 'source_sans_proitalic';
	padding: 10px 0 10px 40px;
	text-decoration: none;
}
body.voting a.vote_button {
	background: #190500;
	border: 1px solid #fb532a;
	border-radius: 10px;
	color: #f4d042;
	display: inline-block;
	font: 1.813em/1 'Hudson NY Serif';
	padding: 10px 60px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

body.voting ul.vote_artists li.voting_promo {
	position: relative;	
}
body.voting ul.vote_artists li.voting_promo img.voting_promo {
	top: 0;
	left: 0;
	position: absolute;	
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;	
}
body.voting ul.vote_artists li.voting_promo div.vote_images {
	margin: 0 20%;
	padding-top: 6%;
	padding-bottom: 9%;
}

body.voting ul.vote_artists li.voting_promo div.vote_images img {
	width: 100%;	
}

body.voting ul.vote_artists li.voting_promo div.vote_images span.border {
	border: 4px solid #fff;
	display: block;
	margin-bottom: 3px;
	padding: 4px 7px;	
}
body.voting ul.vote_artists li.voting_promo p.feature {
	font-size: 2em;
}
body.voting ul.vote_artists li.voting_promo p.artists {
	font-size: 1.750em;
	margin-left: 2%;
	margin-right: 2%;	
}
body.voting ul.vote_artists li.voting_promo p.intro {
	font: 1.063em 'SourceSansPro-Bold';
	padding-bottom: 3px;
	margin-left: 6%;
	margin-right: 6%;
}
body.voting ul.vote_artists div.vote_ends {
}
body.voting ul.vote_artists div.vote_ends p.vote_text {
	color: #fb532a;
	font: 2.000em 'bignoodletitlingregular';
	margin-left: 6%;
	margin-right: 6%;
}
body.voting ul.vote_artists div.vote_ends hr {
	border-color: #fb532a;
	margin: 6px 0;
}
body.voting ul.vote_artists div.vote_ends p:last-child {
	padding-top: 7px;
	margin-left: 5%;
	margin-right: 5%;
}





/*
	MODAL WINDOW 
********************************************/
.noscroll { overflow: hidden; position: fixed; }


div.modalWindowContainer {
	margin: 0 auto;
	position: relative;
	overflow-y: scroll;
	text-align: center;	
}
div.modalInnerContainer {
	position: relative;
	margin: 0 auto;
	padding:  10% 20px 40px 20px;
}
div.modalWindowContainer p.theCloser {
	padding-bottom: 7px;
	position: relative;
	text-align: right;	
}
div.modalWindowContainer a.top_close {
	background: url("images/modal-close.png") left top no-repeat;
	background-size: 60px auto;
	display: inline-block;
	width: 60px;
	height: 59px;
	overflow: hidden;
	text-align: left;
	text-indent: -99em;
	top: 20px;
	right: 0;
}
div.modalWindowContainer a.bottom_close {
	background: url("images/modal-close-bottom.png") left top no-repeat;
	color: #b3b3b3;
	display: block;
	font: 1.500em/1 'bignoodletitlingregular';
	padding: 5px 0 5px 47px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
div.modalWindowContainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.modalWindowContainer h4 {
	color: #f4d042;
	font: 3.688em/1 'bignoodletitlingregular';
}
div.modalWindowContainer p.city {
	color: #a5a5a5;
	text-transform: uppercase;
}
div.modalWindowContainer hr {
	border-color: #fb532a;
	border-width: medium;
	margin: 7px auto;
}
div.modalWindowContainer div.modalDescription {
	color: #fff;
	font-family: 'SourceSansPro-Bold';
	text-align: left;
}

/*
	END MODAL WINDOW 
********************************************/
div#overlay {
	background: rgba(0,0,0,0.94);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 19;	
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* recaptcha smaller until this size*/
@media only screen and (max-width: 22.5em) { /* 360 */
	div.g-recaptcha {
		transform:scale(0.87);
		-webkit-transform:scale(0.87);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
	div.g-recaptcha > div,
	div.g-recaptcha > div > div {
		width: 100% !important;
	}
	div.g-recaptcha > div iframe {
		width: 100% !important;
	}
}   

@media only screen and (max-width: 23.438em) { /* 375 */
	/*p.time {
		padding-top: 4.5%
	}*/	
}


@media only screen and (min-width: 30em) { /* 480 */
	
	div.wrapper {
		padding-left: 30px;
		padding-right: 30px;	
	}
	p.time {
		font-size: 1.688em;	
	}
	/*
	p.time span {
		top: -5px;
	}
	*/
	p.location {
		font-size: 1.188em;	
	}
	/*
	h1,h2 {
		margin-left: 26%;
		margin-right: 26%;	
	}
	*/
	p.feature {
		font-size: 1.563em;
		margin-left: 26%;
		margin-right: 26%;
	}
	p.artists {
		font-size: 1.750em;
	}
	p.subartists {
		font-size: 1.750em;	
	}
	p.artists img.logo {
		height: 39px;
		width: 200px;	
	}
	p.entryform img.logo {
		height: 24px;
		width: 124px;	
	}
	div.bg_black p.intro {
		font-size: 	2.188em;
	}
	div.bg_black {
		padding-left: 9px;
		padding-right: 9px;	
	}
	div.bg_black h3 {
		font-size: 2.625em;	
	}
	div.timeline time.title {
		font-size: 1.188em;	
	}
	/*
		SPONSORS
	************************************/
	
	div.bg_black ul.sponsors li.lmo {
		width: 40%;	
	}
	div.bg_black ul.sponsors li.musichall {
		width: 60%;	
	}
	div.bg_black ul.sponsors li.musichall img {
		width: 163px;	
	}	
	div.bg_black ul.sponsors li.countryhits, 
	div.bg_black ul.sponsors li.fender, 
	div.bg_black ul.sponsors li.factor, 
	div.bg_black ul.sponsors li.bx93, 
	div.bg_black ul.sponsors li.canada, 
	div.bg_black ul.sponsors li.ontario {
		width: 33%;	
	}
	
	div.bg_black ul.country li.countryhits {
		width: 50%;	
	}
	div.bg_black ul.country li.fender {
		width: 50%;	
	}
	div.bg_black ul.box li.bx93 {
		width: 50%;	
	}
	div.bg_black ul.box li.fender {
		width: 50%;	
	}
	/* ARTIST CONTEST FORM SUBMISSIONS */
	form.artist dd.file {
		text-align: left;	
	}
	form.artist input.submit {
		font-size: 	2.625em;
		padding: 10px 113px;
	}
	/*
		VOTING
	************************************/
	body.voting ul.vote_headings {
		max-width: 400px;
		margin: 12px  auto 0;
	}
	body.voting div.bg_black h3 {
		font-size: 2em;	
	}
	
	body.voting ul.vote_artists div.vote_container {
		margin-left: 12%;
		margin-right: 12%;	
	}
	body.voting ul.vote_artists h4 {
		margin-left: 6%;
		margin-right: 6%;
	}
	body.voting ul.vote_artists li.voting_promo p.feature {
		margin-left: 21%;
		margin-right: 21%;	
	}
	body.voting ul.vote_artists li.voting_promo div.vote_images {
		margin: 0 23%;	
		padding-top: 11%;
		padding-bottom: 1%;
	}
	body.voting ul.vote_artists div.vote_ends p:last-child {
		margin-left: 0;
		margin-right: 0;
	}
	
	/*
		MODAL WINDOW 
	********************************************/
	div.modalInnerContainer {
		padding-left: 30px;
		padding-right: 30px;	
	}
}

@media only screen and (min-width: 46.875em) { /* 750 */
	/* MUSICAL GENRE AND ARTIST PROFILE */
	form.artist dd.checkbox ul li {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
}



@media only screen and (min-width: 48em) { /* 768 */
	a.back {
		font-size:1.875em;
	}
	div.wrapper {
		padding-left: 40px;
		padding-right: 40px;	
	}
	p.time {
		/*padding-top: 3.5%;*/
		font-size: 2.625em;		
	}
	/*
	p.time span {
		top: -8px;	
	}*/
	p.location {
		font-size: 1.688em;	
	}
	/*h1,h2 {
		margin-left: 27%;
		margin-right: 27%;	
	}
	h1,h2 {
		margin-top: 8px;	
	}
	*/
	p.feature {
		font-size: 2.313em;
		margin-left: 27%;
		margin-right: 27%;	
	}
	p.artists {
		font-size: 2.563em;
	}
	p.subartists {
		font-size: 2.063em;	
		line-height: 0.625;
	}
	p.entryform img.logo {
		height: 35px;
		width: 180px;	
	}
	div.bg_black {
		padding: 0 32px;	
	}

	div.bg_black p.intro {
		padding-top: 10px;	
	}
	/*
		SHARE ICONS
	*********************************************************/
	div.share {
		 width: 400px;
	}
	div.share span.intro_share {
		float: left;
		margin-top: 3px;
	}
	div.bg_black ul {
		margin-left: 6%;
		margin-right: 6%;	
	}
	
	
	div.bg_black a.contest {
		font-size: 2.565em;
	}
	
	
	/*
		SPONSORS
	************************************/
	div.bg_black ul.sponsors li.nogo {
		display: none;	
	}
	div.bg_black ul.sponsors li.one,
	div.bg_black ul.sponsors li.two,
	div.bg_black ul.sponsors li.three {
		vertical-align: top;
	}
	div.bg_black ul.sponsors li.one {
		width: 33%;	
	}
	div.bg_black ul.sponsors li.two {
		width: 47%;	
	}
	div.bg_black ul.sponsors li.three {
		width: 20%;
	}
	/* reset sizes*/
	/* box one */
	div.bg_black ul.sponsors li.one img.lmo {
		display: block;
		margin: 0 auto;
		padding-bottom: 13px;
		width: 	65px;
	}
	div.bg_black ul.sponsors li.one img.countryhits {
		width: 	152px;
		padding-bottom: 20px;
	}
	div.bg_black ul.country li.one img.factor,
	div.bg_black ul.box li.one img.factor {
		display: block;
		margin: 0 auto;
		width: 	99px;
		padding-bottom: 25px;
	}
	div.bg_black ul.sponsors li.one img.musichall {
		width: 	178px;
	}
	div.bg_black ul.box li.one img.bx93 {
		width: 	119px;
	}
	/* box two */
	div.bg_black ul.sponsors li.two img.country {
		display: block;
		margin: 0 auto;
		padding-bottom: 21px;
		padding-top: 5px;
		width: 	228px;
	}
	div.bg_black ul.country li.two img.country,
	div.bg_black ul.box li.two img.country {
		padding-bottom: 10px;
	}
	div.bg_black ul.sponsors li.two img.factor {
		/*width: 	100px;*/
		display: block;
		margin: 38px auto 0;
		width: 	135px;
		/*padding-right: 33px;*/
	}
	div.bg_black ul.sponsors li.two img.canada {
		/*width: 	105px;*/
		margin-top: 38px;
		width: 	168px;
	}
	div.bg_black ul.country li.two img.musichall,
	div.bg_black ul.box li.two img.musichall {
		margin-top: 60px;
		width: 	178px;
	}
	/* box three */
	div.bg_black ul.sponsors li.three img.fender {
		width: 	101px;
		padding-bottom: 10px;
	}
	div.bg_black ul.country li.three img.fender,
	div.bg_black ul.box li.three img.fender {
		padding-bottom: 20px;
	}
	div.bg_black ul.country li.three img.canada,
	div.bg_black ul.box li.three img.canada {
		width: 	105px;
		padding-bottom: 33px;
	}
	div.bg_black ul.sponsors li.three img.bx93 {
		width: 	119px;
		padding-bottom: 13px;
	}
	div.bg_black ul.sponsors li.three img.ontario {
		width: 	112px;
	}
	
	/*
		CONTACT FORM
	************************************/
	div.question_container {
		margin: 0 auto;
		max-width: 724px;	
	}
	div.bg_black ul.contact li {
		box-sizing: border-box;
		display: inline-block;
		border-bottom: 0 none;
		border-right: 1px solid #353535;
		padding: 5px 0;
		width: 50%; 
	}
	div.bg_black ul.contact li:last-child {
		border-right: 0 none;	
	}
	form.contact div.position_left {
		float: left;
		width: 49%;	
	}
	form.contact div.position_right {
		float: right;
		width: 49%;	
	}
	form.mailing_list div.position_right dd:last-child {
		margin-bottom: 20px;	
	}
	/* ARTIST CONTEST FORM SUBMISSIONS */
	form.artist legend {
		font-size: 2.375em;	
	}
	form.artist legend span.hr {
		left: 50%;
		margin-left: -40%;
		width: 80%;
	}
	/*
		VOTING
	************************************/
	body.voting p.time {
		padding-top: 2%;
		font-size: 2em;	
	}
	body.voting div.bg_black h3 {
		font-size: 3.125em;
	}
	div.bg_black h3 {
		font-size: 2.500em;/*2.625em*/	
	}
	body.voting ul.vote_artists li.artist {
		display: inline-block;
		vertical-align: top;
		width: 50%;	
	}
	body.voting ul.vote_artists li.voting_promo {
		width: 100%;	
	}
	body.voting ul.vote_artists div.vote_container {
		margin-left: 2%;
		margin-right: 2%;	
	}
	body.voting ul.vote_artists h4 {
		font-size: 2em;	
	}
	body.voting ul.vote_artists hr,
	body.voting ul.vote_social,
	body.voting ul.vote_song {
		margin-left: 4%;
		margin-right: 4%;	
	}
	body.voting ul.vote_artists li.voting_promo div.vote_images {
		max-width: 285px;
		margin: 0 auto;
		padding-top: 4%;
		padding-bottom: 2%;
	}
	body.voting ul.vote_artists li.voting_promo p.intro {
		margin-left: 5%;
		margin-right: 5%;	
	}
	body.voting ul.vote_artists div.vote_ends p.vote_text {
		margin-left: -2%;
		margin-right: -2%;
	}
	body.voting ul.vote_artists div.vote_ends p:last-child {
		margin-left: 0;
		margin-right: 0;
	}
	body.voting ul.vote_artists li.voting_promo p.feature {
		margin: 0 auto;
		max-width: 300px;
	}
	
	body.voting ul.vote_artists li.artist:nth-child(5) h4 {
		padding: 20px 0;
	}
	
	
	
	/*
		MODAL WINDOW 
	********************************************/
	div.modalInnerContainer {
		padding-left: 35px;
		padding-right: 35px;
		max-width: 670px;
	}
	div.modalWindowContainer ul {
		text-align: left;	
	}
	div.modalWindowContainer ul li {
		display: inline-block;
		vertical-align: top;	
	}
	div.modalWindowContainer ul li:first-child {
		width: 312px;
	}
	div.modalWindowContainer ul li:last-child {

	}
	div.modalWindowContainer div.modalDescription {
		padding: 0 10px;	
	}
	
}

@media only screen and (min-width: 52.125em) { /* 834 */
	div.bg_black {
		max-width: 834px;
		margin: 0 auto;	
	}
	/* ARTIST CONTEST FORM SUBMISSIONS */
	div.artist_col {
		margin-top: 10px;	
	}
}
@media only screen and (min-width: 60.500em) { /* 968 */
	div.modalWindowContainer a.top_close {
		position: absolute;
		right: -74px;
		top: -19px;
	}

}

@media only screen and (min-width: 64em) { /* 1024 */
	div.wrapper {
		padding-left: 68px;
		padding-right: 68px;	
	}
	p.time {
		font-size: 2.813em;
	/*	padding-top: 4.3%;	*/
	}
	p.location {
		font-size: 2.063em;
		padding-top: 13px;
	}
	/*h1,h2 {
		margin-left: 29%;
		margin-right: 29%;	
	}*/
	p.feature {
		font-size: 2.813em;	
		margin-left: 29%;
		margin-right: 29%;
		margin-top: 10px;
	}
	
	div.bg_black {
		padding: 0 44px;
	}
	div.bg_black ul {
		list-style-position:outside;	
	}
	/*
		SPONSORS
	************************************/
	div.bg_black ul.sponsors {
		position: relative;
		margin-left: -40px;
		margin-right: -40px;
		max-width: 834px;	
	}
	/* reset sizes*/
	/* box one */
	div.bg_black ul.sponsors li.one img.lmo {
		padding-bottom: 20px;
		width: 	87px;
	}
	div.bg_black ul.sponsors li.one img.countryhits {
		width: 	202px;
		padding-bottom: 30px;
	}
	div.bg_black ul.sponsors li.one img.musichall {
		width: 	237px;
	}
	div.bg_black ul.country li.one img.factor,
	div.bg_black ul.box li.one img.factor {
		padding-bottom: 35px;
		width: 	132px;
	}
	div.bg_black ul.box li.one img.bx93 {
		width: 	158px;
	}
	/* box two */
	div.bg_black ul.sponsors li.two img.country {
		padding-bottom: 42px;
		width: 	303px;
	}
	div.bg_black ul.sponsors li.two img.factor {
		margin-top: 57px;
		width: 	183px;
		/*padding-right: 55px;*/
	}
	div.bg_black ul.sponsors li.two img.canada {
		width: 	182px;
	}
	div.bg_black ul.country li.two img.country,
	div.bg_black ul.box li.two img.country {
		padding-bottom: 18px;
	}
	div.bg_black ul.country li.two img.musichall,
	div.bg_black ul.box li.two img.musichall {
		margin-top: 98px;
		width: 	237px;
	}
	/* box three */
	div.bg_black ul.sponsors li.three img.fender {
		width: 	134px;
		padding-bottom: 10px;
	}
	div.bg_black ul.sponsors li.three img.bx93 {
		width: 	158px;
		padding-bottom: 20px;
	}
	div.bg_black ul.sponsors li.three img.ontario {
		width: 	150px;
	}
	div.bg_black ul.country li.three img.fender,
	div.bg_black ul.box li.three img.fender {
		padding-bottom: 25px;
	}
	div.bg_black ul.country li.three img.canada,
	div.bg_black ul.box li.three img.canada {
		width: 	139px;
	}
	/*
		VOTING
	************************************/
	body.voting div.wrapper {
		padding-left: 0;
		padding-right: 0;
		max-width: 1024px;
		margin: 0 auto;	
	}
	body.voting div.bg_black {
		max-width: 1024px;	
	}
	body.voting ul.vote_artists li.artist {
		width: 33%;	
	}
	body.voting ul.vote_artists div.vote_container {
		background: #000;
		padding-bottom: 20px;
	}
	body.voting ul.vote_artists li.voting_promo {
		display: inline-block;
		width: 66%;
	}
	body.voting div.bg_black ul.sponsors {
		margin-left: auto;
		margin-right: auto;
	}
	
	body.voting ul.vote_artists li.artist:nth-child(4) h4,
	body.voting ul.vote_artists li.artist:nth-child(5) h4 {
		padding: 20px 0;
	}
	
	
	
	
}
@media only screen and (min-width: 80em) { /* 1280 */
	div.wrapper {
		max-width: 898px;	
		padding-left: 191px;
		padding-right: 191px;
		margin: 0 auto;
	}
	p.time {
		font-size: 2.813em;
	/*	padding-top: 5.5%;	*/
	}
	p.location {
		font-size: 2.750em;	
	}
	/*h1,h2 {
		margin-left: 25%;
		margin-right: 25%;	
	}*/
	p.feature {
		font-size: 3.813em;	
		margin-left: 25%;
		margin-right: 25%;
	}
	p.artists {
		font-size: 3.375em;
	}
	p.artists span {
		font-size: 0.625em;
	}
	p.subartists {
		font-size: 2.563em;	
	}
	p.entryform {
		font-size: 2.938em;	
	}
	p.artists img.logo {
		height: 101px;
		width: 524px;	
	}
	p.entryform img.logo {
		height: 39px;
		width: 200px;	
	}
	li.voting_promo p.entryform img.logo {
		height: 29px;
		width: 150px;	
	}
	
	/*
		VOTING
	************************************/
	body.voting div.wrapper {
		padding-left: 0;
		padding-right: 0;
		max-width: 1280px;
	}
	body.voting ul.vote_artists li.artist {
		width: 25%;	
	}
	body.voting div.bg_black {
		max-width: 1280px;	
	}
	body.voting ul.vote_artists li.voting_promo div.vote_images {
	}
	body.voting ul.vote_artists li.voting_promo {
		width: 50%;	
	}
	
	body.voting ul.vote_artists li.artist:nth-child(4) h4 {
		padding: 3px 0;	
	}
	
	body.voting ul.vote_artists li.artist:nth-child(5) h4,
	body.voting ul.vote_artists li.artist:nth-child(7) h4,
	body.voting ul.vote_artists li.artist:nth-child(8) h4 {
		padding: 20px 0;
	}
	
	
}

@media only screen and (min-width: 85.500em) { /*1368*/

	/*p.time {
		padding-top: 6%;	
	}*/
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
