/****************************************************************
 * FONTS 
 ****************************************************************/
@font-face {
    font-family: "Futura W01 Medium";
    src: url("/static/fonts/f0052336-792e-4fcf-8750-fe6d7d5dccba.eot?iefix");
    src: url("/static/fonts/1b696b29-a6bd-4411-a50f-37fd8a209b36.woff") format("woff"),
         url("/static/fonts/a3931c31-5998-4dbd-b7d5-d310e4ed3d60.ttf") format("truetype"),
         url("/static/fonts/6779412d-2ea7-4f1a-acfd-f6a527baaee7.svg#6779412d-2ea7-4f1a-acfd-f6a527baaee7") format("svg");
}


/****************************************************************
 * MODERNIZR
 ****************************************************************/
.show-if-no-fileinput {
	display: block;
}
.fileinput .show-if-no-fileinput {
	display: none !important;
}
.hide-if-no-fileinput {
	display: none;
}
.fileinput .hide-if-no-fileinput {
	display: block !important;
}


/****************************************************************
 * COLORS 
 ****************************************************************/
.gray {
    color: #F4F2F1; /* rgba(244, 242, 241, 1) */
}
.purple { 
    color: #662D91; /* rgba(102, 45, 145, 1) */
}
.red {
    color: #E87A72; /* rgba(232, 122, 114, 1) */
} 


/****************************************************************
 * FOUNDATION
 ****************************************************************/
.columns.block {
    width: 100%;
}


/****************************************************************
 * RESET 
 ****************************************************************/
div,
p,
a,
ul,
li,
hr,
h1,
h2,
h3,
h4,
h5,
th,
td,
form {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    
    color: inherit;
    
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    
    list-style: none;
}


/****************************************************************
 * GLOBAL 
 ****************************************************************/
html, 
body {
    height: 100%;
}

body {
    font: normal 11px Georgia;
    color: #666;
    background-color: #F4F2F1;
    
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
}

body.video-overlay-visible {
	color: #FFF;
    background-color: #662D91;
}

.georgia {
	font: normal 1em Georgia;
}

.futura {
	font-family: "Futura W01 Medium", sans-serif;
	font-weight: normal;
	letter-spacing: .1em;
}

.relative {
	position: relative;
}

ul.list {
	position: relative;
}
ul.list li {
	margin-bottom: 5px;
	padding-left: 15px;
}
ul.list li:before {
	position: absolute;
	left: 0;
	content: "\2022";
}


/*** IMAGES */
img {
    width: 100%;
    border: none;
    outline: none;
}


/*** ANCHORS */
a,
.hoverable {
    text-decoration: none;
    font-style: italic;
    
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
a:active,
a:focus,
a:hover,
.hoverable:hover {
    color: #110303;
    border: none;
    outline: none;
}

a.normal {
	font-style: normal;
}

a.button {
	font-family: "Futura W01 Medium", sans-serif;
	font-weight: normal;
	letter-spacing: .1em;
}

/*** SELECTION */
::selection {
    color: #FFF;
    background: #E87A72;
}
::-moz-selection {
    color: #FFF;
    background: #E87A72;
}


/*** BUBBLE */
.bubble {
    display: table;
    width: 100%;
    height: 100%;
}
.bubble > * {
    display: table-cell;
    vertical-align: middle;
}

/*** LINE */
.line {
    display: inline-block;
    position: relative;
    bottom: 3px;
    width: 30px;
    border-bottom: 1px solid;
}

/*** CONTENT */
.content section header:not(:only-child):not(:last-child) {
    margin-bottom: 20px;
}
.content section header.bordered {
    padding: 15px 15px 0;
    border-left: 1px solid #CCC;
}

.content h2,
.content h3 {
    font-family: "Futura W01 Medium", sans-serif;
    line-height: 1.6em;
}
.content h2 {
    letter-spacing: .4em;
}
.content h3 {
    letter-spacing: .1em;
}

.content h2 a {
	font-style: normal;
}


.content p {
    line-height: 1.45em;
}
.content p + p {
    text-indent: 2em;
}

.content img:not(:only-child):not(:last-child) {
    margin-bottom: 20px;
}


.content .title {
    display: table;
    width: 100%;
}
.content .title:not(:only-child):not(:last-child) {
    margin-bottom: 60px;
}
.content .title hgroup,
.overlay .title hgroup {
    display: inline-block;
}
.content .title hgroup h2,
.overlay .title hgroup h2 {
    font-size: .75em;
    line-height: 1.4em;
    letter-spacing: .3em;
}


.content .video {
	position: relative;
}

.content .video .flex-video {
    
}

.content .video iframe {
	background-color: #F4F2F1;
}


#video-contributors {    
	display: none;
	
    padding: 30px 20px 60px 260px;
	
    color: #FFF;
}
.video-overlay-visible #video-contributors {
    display: block;
}

#video-contributors .content {
	margin-top: 30px;
	margin-left: -260px;
	
	font-size: 1.2em;
}
#video-contributors .content:first-of-type {
	margin-top: 60px;
}

#video-contributors .content p + p {
	text-indent: 0;
}

#video-contributors .content .three {
	width: 245px;
}
#video-contributors .content .six {
	float: left;
}

#video-contributors .close {
    position: fixed;
   	top: 12px;
	right: 26px;
    
    font-size: 5em;
    font-style: normal;
    cursor: pointer;
    
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.video-overlay-visible .social,
.video-overlay-visible .language,
.video-overlay-visible #menu,
.video-overlay-visible #content,
.video-overlay-visible #footer {
	display: none;
}


.content .video label {
    font-size: 1em;
}

.content .video label .open.visible {
    opacity: 0;
    visibility: hidden;
}

.content .link {
    display: inline-block;
    position: relative;
}


/*** FORMS */
form ::-webkit-input-placeholder {
    color: #666;
    
    -webkit-transition: color .3s;
    transition: color .3s;
}
form :focus::-webkit-input-placeholder {
    color: #AAA;
}
form :-moz-placeholder {
    color: #666;
}


form ::-webkit-outer-spin-button,
form ::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


form input[type],
form textarea,
form label.inline,
form label.custom {
    display: inline-block;
    margin: 0 0 8px 0;
    padding: 6px 12px;
    border: none;
    
    font: normal 1em Georgia;
    resize: none;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

form div.custom {
	padding-left: 12px;
}
form div.custom label.custom {
	padding-left: 0;
}

form div.custom br + label.custom {
	padding: 6px 0 8px;
}
form div.custom br + label.custom input[type="radio"] ~ :last-child, 
form div.custom br + label.custom input[type="checkbox"] ~ :last-child {
	margin: 0;
}

form input[type="number"] {
    margin-bottom: 18px;
    padding: 6px 10px;
    text-align: center;
}
form input[type="number"][maxlength="2"] {
    width: 46px;
}
form input[type="number"][maxlength="4"] {
    width: 54px;
}
form input[type="number"]:not(:last-child) {
    margin-right: 6px;
}

form input[type="submit"] {
    margin-top: 12px;
    
    outline: none;
    border: none;
    background-color: transparent;
    
    font-family: "Futura W01 Medium", sans-serif;
    font-weight: normal;
    letter-spacing: .1em;
    cursor: pointer;
}

form textarea {
    line-height: 1.8em;
}

form input.block,
form textarea.block {
	display: block;
}

form label.inline {
    margin: 0;
    padding: 8px 12px;
}

label.inline.section {
	display: inline-block;
    padding: 10px 0 8px 0;
}


form label.custom {    
    position: relative;
    margin: 0;
    padding: 8px 12px 15px;
    cursor: pointer;
}
form label.custom.block {
    width: 100%;
}


form label.custom.upload-file-selector {
    padding: 10px 12px 16px;
}
form label.custom.upload-file-selector:first-child {
	
}
form.submitting label.custom.upload-file-selector {
	display: none;
}


form label.custom[for="entry-female"] {
	padding-left: 0;
}


form label.custom input[type="file"],
form label.custom input[type="radio"],
form label.custom input[type="checkbox"] {
    display: inline;
    position: absolute;
    width: 100%;
    padding: 0;
    
    opacity: 0;
    cursor: pointer;
}
form label.custom input[type="radio"] ~ :last-child,
form label.custom input[type="radio"]:checked ~ :last-child:before,
form label.custom input[type="checkbox"] ~ :last-child,
form label.custom input[type="checkbox"]:checked ~ :last-child:before {
    border: 1px solid #666;
    
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
form label.custom input[type="radio"] ~ :last-child,
form label.custom input[type="checkbox"] ~ :last-child {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px;
    margin-left: 6px;
}
form label.custom input[type="radio"]:checked ~ :last-child:before,
form label.custom input[type="checkbox"]:checked ~ :last-child:before {
    display: block;
    position: relative;
    top: 2px;
    left: 2px;
    height: 4px;
    width: 4px;
    
    background-color: #666;
    content: '';
}


form input.error,
form textarea.error {
    background-color: rgba(232, 122, 114, .1);
}
form textarea.error:focus {
    background-color: #FFF;
}


form label.error {
    position: absolute;
    right: 16px;
    padding: 10px 12px;
    
    color: rgba(232, 122, 114, 1);
    font-size: .8em;
    font-style: italic;
}

form label.error[for="entry-description"] {
	right: -1px;
	bottom: 0;
}

form label.error[for="entry-birth-day"],
form label.error[for="entry-birth-month"],
form label.error[for="entry-birth-year"] {
    left: 18px;
    bottom: 4px;
    margin: 0;
    padding: 0;
}
form label.error[for="entry-birth-month"] {
    left: 73px;
}
form label.error[for="entry-birth-year"] {
    left: 128px;
}


form label.custom label.error {
    right: 0;
    padding: 1px 11px;
}
form label.custom label.error[for="gender"] {
    right: -130px;
}


form label.custom label.error[for="terms"] {
	right: -50px;
}


form.submitting input[type="submit"] {
    display: none;
}

form .spinner {
    display: none;
    height: 24px;
    width: 24px;
    margin: 15px 0 0 12px;
}
form.submitting .spinner {
    display: inline-block;
}


form label.feedback {
	display: none;
	padding: 0 0 0 12px;
}
form label.feedback.show {
	display: block;
}
form.submitting label.feedback {
    display: none;
}


form .progress {
	display: none;
    position: relative;
    height: 3px;
    width: 100%;
    padding: 16px 0;
    margin-bottom: 10px;
}
form.submitting:not(.no-progress) .progress {
	display: block;
}

form .progress .status {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .8em;
}

form .progress .timeline {
    position: absolute;
    top: 50%;
    width: 100%;
    
    border-bottom: 3px solid #FFF;
}
form .progress .timeline.uploaded {
    width: 0;
    border-bottom-color: #662D91;
}


form .uploading {
	display: none;
}
form.submitting.no-progress .uploading {
	display: block;
}
form .uploading label.custom {
	padding: 10px 0 16px 12px;
}


/*** SOCIAL */
.social {
    line-height: 0;
    font-size: 0;
}
.social li {
    display: inline-block;
}
.social li:not(:last-child) {
    margin-right: 4px;
}
.social li a {
    display: inline-block;
    height: 24px;
    width: 24px;
    
    opacity: 1;
    
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
}
.social li a:hover {
    opacity: .8;
}
.social li.facebook a { 
    background: url('/static/images/facebook.png') no-repeat center center;
    background-size: 100%;
}
.social li.twitter a { 
    background: url('/static/images/twitter.png') no-repeat center center;
    background-size: 100%;
}
.social li.youtube a { 
    background: url('/static/images/youtube.png') no-repeat center center;
    background-size: 100%;
}
.social li.pinterest a { 
    background: url('/static/images/pinterest.png') no-repeat center center;
    background-size: 100%;
}


/****************************************************************
 * LOADER & FULLSCREEN
 ****************************************************************/
.js body.preload,
.js body.fullscreen {
    position: relative;
    overflow: hidden;
}

.js body.preload #loader {
    z-index: 999999;
    
    opacity: 1;
    visibility: visible;
}
#loader { 
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 0;
    
    background-color: inherit;
    
    opacity: 0;
    visibility: hidden;
    
    -webkit-transition: .6s .3s;
    -moz-transition: .6s .3s;
    transition: .6s .3s;
}
#loader img { 
    position: fixed;
    top: 31px;
    left: 31px;
    height: 32px;
    width: 32px;
}

/****************************************************************
 * language
 ****************************************************************/
.language {
	margin: 4px 25px 0 0;
	font-size: .9em;
}

.language.wide {
	margin: 0 0 25px 0;
	font-size: 1em;
}

/****************************************************************
 * LOCKUP
 ****************************************************************/
.lockup {
	height: 34px;
	width: 127px;
	background: transparent url('/static/images/lockup.png') no-repeat left top;
	background-size: 100%;
	text-indent: -1000em;
}
.video-overlay-visible .lockup {
	background-image: url('/static/images/lockup-white.png')
}

.lockup.wide {
	height: 26px;
	width: 191px;
	background: transparent url('/static/images/lockup-wide.png') no-repeat center center;
	background-size: 100%;
}
.video-overlay-visible .lockup.wide {
	background-image: url('/static/images/lockup-wide-white.png')
}


/****************************************************************
 * HEADER 
 ****************************************************************/
#header {
    padding: 0 10px;
    font-family: "Futura W01 Medium", sans-serif;
    font-size: 1.1em;
}

#header .header {
    position: fixed;
    left: 27px;
    padding: 21px 0 0 3px;
    z-index: 1;
}
.video-overlay-visible #header .header {
	position: absolute;
	left: 17px;
}


/*** LOGO */
#logo {
    display: block;
    margin-bottom: 50px;
    
    font-size: 3.9em;
    font-weight: bold;
    font-style: normal;
}

#logo h1 {
    display: none;
    font-size: .9em;
    letter-spacing: .35em;
}

#logo ul {
    margin-left: -5px;
    
    font-size: 0;
    letter-spacing: 0;
}
#logo ul li {
    display: inline-block;
    position: relative;
    height: 52px;
    
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

#logo ul li img {
    position: absolute;
    top: 0;
    left: 0;
    height: 52px;
    width: auto;
    
    opacity: 0;
}
#logo ul li img.visible {
    opacity: 1;
}
.video-overlay-visible #logo ul li img.visible {
	display: none;
}

#logo ul li:nth-child(1) {
    width: 42px;
    background-image: url('/static/images/logo/c-0.png');
}
.video-overlay-visible #logo ul li:nth-child(1) {
	background-image: url('/static/images/logo/c-0-0.png');
}
#logo ul li:nth-child(1) img {
    -webkit-transition: opacity .2s .1s;
    -moz-transition: opacity .2s .1s;
    transition: opacity .2s .1s;
}

#logo ul li:nth-child(2) {
    width: 36px;
    background-image: url('/static/images/logo/u-0.png');
}
.video-overlay-visible #logo ul li:nth-child(2) {
	background-image: url('/static/images/logo/u-0-0.png');
}
#logo ul li:nth-child(2) img {
    -webkit-transition: opacity .2s .1s;
    -moz-transition: opacity .2s .1s;
    transition: opacity .2s .1s;
}

#logo ul li:nth-child(3) {
    width: 41px;
    background-image: url('/static/images/logo/r-0.png');
}
.video-overlay-visible #logo ul li:nth-child(3) {
	background-image: url('/static/images/logo/r-0-0.png');
}
#logo ul li:nth-child(3) img {
    -webkit-transition: opacity .2s .1s;
    -moz-transition: opacity .2s .1s;
    transition: opacity .2s .1s;
}

#logo ul li:nth-child(4) {
    width: 38px;
    background-image: url('/static/images/logo/a-0.png');
}
.video-overlay-visible #logo ul li:nth-child(4) {
	background-image: url('/static/images/logo/a-0-0.png');
}
#logo ul li:nth-child(4) img {
    -webkit-transition: opacity .2s .1s;
    -moz-transition: opacity .2s .1s;
    transition: opacity .2s .1s;
}

#logo ul li:nth-child(5) {
    width: 36px;
    background-image: url('/static/images/logo/t-0.png');
}
.video-overlay-visible #logo ul li:nth-child(5) {
	background-image: url('/static/images/logo/t-0-0.png');
}
#logo ul li:nth-child(5) img {
    -webkit-transition: opacity .2s .1s;
    -moz-transition: opacity .2s .1s;
    transition: opacity .2s .1s;
}

#logo ul li:nth-child(6) {
    width: 35px;
    background-image: url('/static/images/logo/e-0.png');
}
.video-overlay-visible #logo ul li:nth-child(6) {
	background-image: url('/static/images/logo/e-0-0.png');
}
#logo ul li:nth-child(6) img {
    -webkit-transition: opacity .2s .1s;
    -moz-transition: opacity .2s .1s;
    transition: opacity .2s .1s;
}


/*** MENU */
#menu {
    letter-spacing: .3em;
    line-height: 1.6em;
}

#menu a {
    position: relative;
    font-style: normal;
}
#menu a:hover {
    color: inherit;
}
#menu a:hover:before,
#menu a.active:before {
   position: absolute;
   top: 49%;
   left: -2px;
   width: 101%;
   z-index: -1;
   
   border-bottom: 2px solid #E87A72;
   content: '';
}


#way-finder {
    display: none;
    margin-top: -45px;
}
#way-finder, 
#way-finder a {
    height: 45px;
    width: 100%;
}
#way-finder a {
    display: block;
    background: rgba(255, 255, 255, .9) url('/static/images/chevron.png') no-repeat center center;
}
.sticky #way-finder a {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


/****************************************************************
 * CONTENT 
 ****************************************************************/
#content {
	height: auto;
	min-height: 100%;
    padding: 0 20px 0 260px;
    
    font-size: 1.2em;
}
.js body.fullscreen #content {
	overflow: hidden;
	height: 0;
	min-height: initial;	
}

#content .content {
    margin-bottom: 55px;
    padding: 30px 0;
}


#content .content section {
    margin-bottom: 30px;
}

#content .content .image {
	margin-bottom: 55px;
	padding: 0 0 60px;
}


#content .content .row .three {
	width: 234px;
}


/*** HOME */
#home {

}

#home section.video {
	min-height: 200px;
    min-width: 200px;
	margin-bottom: 60px;
}

#home .video label .open {
	display: block;
}


/*** THE AWARD */
#the-award {

}


#the-award .title {
    height: 34px;
    background: transparent url('/static/images/the-award-shape.png') no-repeat center center;
}
#the-award .title h2 {
    display: table-cell;
    vertical-align: middle;
}


#the-award p:nth-last-child(-n+2) {
    text-indent: 0;
}


#the-award > .row > :nth-child(1) img:last-child {
    margin-top: 150%;
}
#the-award > .row > :nth-child(3) img:last-child {
    margin-top: 60%;
}


#the-award > .row > .four {
	width: 314px;
}
#the-award > .row > .five {
	float: left;
	width: 394px;
	max-width: 454px;
}


/*** FOUNDERS */
#founders {

}


#founders .title {
    height: 34px;
    background: transparent url('/static/images/founders-shape.png') no-repeat center center;
}
#founders .title h2 {
    display: table-cell;
    vertical-align: middle;
}


#founders > .row > .eight {
	float: left;
    width: 628px;
}


/*** JURY */
#jury {

}


#jury .title {
    height: 34px;
    background: transparent url('/static/images/jury-shape.png') no-repeat center center;
}
#jury .title h2 {
    display: table-cell;
    vertical-align: middle;
}


#jury > .row > :nth-child(2) {
    margin-top: 12%;
}
#jury > .row .row > :nth-child(2) {
    margin-top: 24%;
}

#jury > .row > .six {
	float: left;
	width: 468px;
}


#jury section header a.link {
	display: none;
}

/*** STAGES */
#stages {

}


#stages .row:first-of-type > .columns > section {
	margin-bottom: 15px;
}


#stages .title {
    height: 34px;
    background: transparent url('/static/images/stages-shape.png') no-repeat center center;
}
#stages .title h2 {
    display: table-cell;
    vertical-align: middle;
}


/*** ENTER NOW */
#enter-now {

}


#enter-now .title {
    height: 34px;
    background: transparent url('/static/images/enter-now-shape.png') no-repeat center center;
}
#enter-now .title h2 {
    display: table-cell;
    vertical-align: middle;
}


#enter-now .row > .six {
	float: left;
	width: 468px;
}


#enter-now div.video {
	min-height: 256px;
}

#enter-now .video video,
#enter-now .video .file-uploaded {
	margin: 4px 0 12px;
	line-height: 0;
}

#enter-now .video .file-uploaded {
	position: absolute;
	top: 0;
}

#enter-now .video .file-uploaded {
	width: 100%;
	text-align: center;
	
	opacity: 0;
    visibility: hidden;
	
	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
}
#enter-now .video .file-uploaded img {
	max-height: inherit;
	width: auto;
}
#enter-now .video video.no-preview ~ .file-uploaded {
	opacity: 1;
	visibility: visible;
}


#enter-now section.padded p + p {
	margin-top: 10px;
	text-indent: 0;
}

#enter-now #entry-form {
	margin-top: 12px;
}


/*** NEWS */
#news {

}


#news .title {
    height: 34px;
    background: transparent url('/static/images/news-shape.png') no-repeat center center;
}
#news .title h2 {
    display: table-cell;
    vertical-align: middle;
}

#news a.twitter img {
	height: auto;
	width: auto;
	margin-right: 4px;
	vertical-align: bottom;
}


#news #tweets {
	margin: 15px 0;
}

#news #tweets.loading {
	min-height: 400px;	
	padding-top: 204px;
}


#news #tweets .tweet {
	border-top: 1px solid rgba(102, 45, 145, .3);
	margin: 0;
	padding: 15px 0;
}
#news #tweets .tweet:last-child {
	border-bottom: 1px solid rgba(102, 45, 145, .3);
}


#news #tweets .tweet img  {
	width: auto;
}


#news #tweets .tweet .top {
	margin-bottom: 6px;
}
#news #tweets .tweet .top span {
	color: #999;
}


#news #tweets .tweet .text a {
	color: #662D91;
	font-style: normal;
}
#news #tweets .tweet .text a:hover {
	color: #000;
}


#news #tweets .tweet .retweeted {
	margin-top: 2px;
}

#news #tweets .tweet .retweeted a {
	position: relative;
	margin-left: 20px;
}

#news #tweets .tweet .retweeted a:before {
	position: absolute;
   	top: 25%;
   	left: -20px;
   	content: url('/static/images/twitter-retweeted.png');
}


#news #tweets .tweet .actions {
	margin-top: 2px;
	opacity: 0;
	visibilty: hidden;
}
.mobile #news #tweets .tweet .actions,
#news #tweets .tweet:hover .actions {
	opacity: 1;
	visibilty: visible;
}

#news #tweets .tweet .actions a {
	position: relative;
	margin-left: 20px;
}
#news #tweets .tweet .actions a:first-child {
	margin-left: 15px;
}

#news #tweets .tweet .actions a:before {
	position: absolute;
   	top: 25%;
   	left: -15px;
}
#news #tweets .tweet .actions .reply:before {
   	content: url('/static/images/twitter-reply.png');
}
#news #tweets .tweet .actions .retweet:before {
   	content: url('/static/images/twitter-retweet.png');
}
#news #tweets .tweet .actions .favorite:before {
   	content: url('/static/images/twitter-favorite.png');
}


#news #tweets .tweet .columns {
	padding: 0;
}

#news #tweets .tweet .one {
	padding-right: 10px;
}


/*** WINNERs & FINALISTS */
#winners,
#finalists {

}


#winners .title,
#finalists .title {
    height: 34px;
    background: transparent url('/static/images/enter-now-shape.png') no-repeat center center;
}
#winners .title h2,
#finalists .title h2 {
    display: table-cell;
    vertical-align: middle;
}

#winners .row > .nine {
	float: left;
	width: 753px;
}

#finalists .row > .nine {
	float: left;
	max-width: 468px;
	width: auto;
}

#winners > .row > .nine > .row > :nth-child(2) {
	margin-top: 12%;
}


/****************************************************************
 * FOOTER 
 ****************************************************************/
#footer  {
    padding: 0 20px 0 260px;
}

#footer .footer {
    padding: 30px 0;
}

#footer .right {
	display: inline-block;
	float: right;
}

#footer .left {
	display: inline-block;
	float: left;
}


/****************************************************************
 * MOBILE 
 ****************************************************************/

.show-when-two-columns {
	display: none;
}

.hide-when-two-columns {
	display: block;
}

 
.show-on-mobile {
	display: none;
}
.mobile .show-on-mobile {
	display: block !important;
}
.hide-on-mobile {
	display: block;
}
.mobile .hide-on-mobile {
	display: none !important;
}

 
@media only screen and (max-width: 1280px) {
    #founders > .row > .eight {
        width: 314px;
    }
    #founders > .row .row > .six {
        width: 100%;
    }
    
    
    #jury > .row > :nth-child(2) {
        margin-top: 14%;
    }
    #jury > .row .row > :nth-child(2) {
        margin-top: 0;
    }
    
    #jury > .row > .six {
    	float: left;
        width: 234px;
    }
    #jury > .row .row > .six {
        width: 100%;
    }
    
    #winners .row > .nine {
		width: 502px;
	}
	#winners > .row .row > .four {
		float: left;
        width: 251px;
    }
    
    #winners > .row > .nine > .row > :nth-child(2) {
		margin-top: 0%;
	}
}

@media only screen and (max-width: 1016px) {
	#winners .row > .nine {
		width: 251px;
	}
	#winners > .row .row > .four {
		float: left;
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
	
	.show-when-two-columns {
		display: block;
	}
	
	.hide-when-two-columns {
		display: none;
	}
	
	
	#jury > .row > :nth-child(2) {
        margin-top: 18%;
    }
    
    #jury > .row > .six {
        width: 468px;
    }
    #jury > .row .row > .six {
        width: 50%;
    }
    
    
    #canvas {
	    height: 350px;
	}
}

@media only screen and (max-width: 981px) {
	#enter-now .video {
		display: none;
	}
}

@media only screen and (max-width: 960px) {
	
	#stages > .row > .eight {
		width: 64%;
	}
	
	#stages > .row > .two {
		width: 18%;
	}
}

@media only screen and (max-width: 830px) {
	#the-award > .row > .five {
		float: right;
	}
	
	#the-award > .row > :nth-child(1) img:last-child {
		display: none !important;
	}
	
	#the-award > .row > :nth-child(3) img:last-child {
		display: block !important;
		margin: 0;
	}
	
	
	#stages > .row > .eight {
		width: 60%;
	}
	
	#stages > .row > .two {
		width: 20%;
	}
	
    #canvas {
	    height: 300px;
	}
}

@media only screen and (max-width: 760px) {
    .row .row,
    .row form .row { 
        margin: 0 -10px; 
    }
    
    .column, .columns,
    .row form .row .column, .row form .row .columns { 
        padding: 0 10px; 
    }
    
    .row .mobile-one {
        width: 34% !important;
    }
    .row .mobile-three {
        width: 66% !important;
    }
    
    
    form label.error {
	    right: 10px;
	}
	
	form label.error[for="entry-birth-day"] {
	    left: 10px;
	}
	form label.error[for="entry-birth-month"] {
	    left: 65px;
	}
	form label.error[for="entry-birth-year"] {
	    left: 120px;
	}
    

    form label.custom[for="entry-terms"] br.show-for-small {
        display: none !important;
    }
    
    
    #header {
        padding: 0 10px;
        text-align: center;
    }
    
    #header .header {
    	position: relative;
    	left: auto !important;
    	right: auto !important;
		padding: 21px 0 0;
    }
    .video-overlay-visible #header .header {
    	position: relative;
    }
    
    #header .content .title hgroup,
    #header .content .title .social {
        margin-bottom: 30px;
    }
    
    
    #logo {
        margin-bottom: 5px;
    }
    

    #menu li {
        display: inline-block;
    }
    #menu li:not(:last-child) {
        margin-right: 4px;
    }
    #menu li:not(.show-for-small):after {
        position: relative;
        left: 5px;
        bottom: 2px;
        font-size: .5em;
        content: '\2022';
    }
    #menu li:last-child:after {
    	content: '';
    }
    
    .sticky #way-finder {
    	/* display: block; */
        display: none; 
    }
    
    
    #content {
        padding: 0 10px !important;
    }
    
    #content .content {
        /* margin-bottom: 20px; */
        /* padding: 60px 0 30px; */
    }
    
    
    #video-contributors .content:first-of-type {
    	margin-top: 0;
    }
    #video-contributors .close {
		right: 16px;
    }
    
    #home.content {
    	padding-top: 60px;
    }    
    
    
    #the-award > .row > .five {
    	float: right;
    }
    
    #the-award > .row > :nth-child(1) img:last-child {
        display: none !important;
    }
    #the-award > .row > :nth-child(3) img:last-child {
        display: block !important;
        margin-top: 0;
    }
    
    
    #jury > .row > :nth-child(2) {
        margin-top: 24%;
    }
    
    
    #stages {
        text-align: center;
    }
    #stages.content section img {
        display: inline-block !important;
        width: auto;
        margin-bottom: 12px;
    }
    #stages.content section header.bordered {
        padding: 0;
        border: none;
    }
    
    
    #news #tweets .tweet .mobile-one {
		width: 8% !important;
	}
    #news #tweets .tweet .mobile-three {
		width: 92% !important;
	}
    
    
    #footer  {
        padding: 0 10px !important;
    }
    
    #footer .right {
    	display: block;
    	float: none;
    	margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 620px) {
    #enter-now .line {
        width: 15px;
    }
}

@media only screen and (max-width: 520px) {
    form label.custom[for="entry-male"],
    form label.custom[for="entry-female"] {
        padding-left: 4px;
        padding-right: 4px;
    }
    
    form label.custom label.error[for="gender"] {
        right: -130px;
    }
    
    form label.custom[for="entry-terms"] br.show-for-small {
        display: block !important;
    }
    
    
    #enter-now .line {
        width: 4px;
    }
}

@media only screen and (max-width: 464px) {
	
	.show-when-two-columns {
		display: none;
	}
	
	.hide-when-two-columns {
		display: block;
	}
	
	
    .row .mobile-one,
    .row .mobile-two, 
    .row .mobile-three,
    .row .mobile-four {
        width: 100% !important;
    }
    
    .row .mobile-one.break {
        width: 34% !important;
    }
    .row .mobile-three.break {
        width: 66% !important;
    }
    
    
    form label.custom[for="entry-terms"] br.show-for-small {
        display: none !important;
    }
    
    
    #video-contributors .content .three {
    	margin-bottom: 10px;
    }
    
    
    #jury > .row > :nth-child(2) {
        margin-top: 0;
    }
    
    #jury > .row section:first-child {
        padding-right: 60px;
    }
    #jury > .row .six:first-child > section {
        padding: 0 60px 0 0;
    }
    #jury > .row section:nth-child(2) {
        padding-left: 60px;
    }
    #jury > .row .six:nth-child(2) > section {
        padding: 0 0 0 60px;
    }
    
    
    #stages.content section img {
        width: 10%;
    }
    
    
    #enter-now .line {
        width: 30px;
    }
    
    
    #news #tweets .tweet .mobile-one {
		width: 14% !important;
	}
    #news #tweets .tweet .mobile-three {
		width: 86% !important;
	}
}

@media only screen and (max-width: 360px) {
    form label.custom[for="entry-terms"] br.show-for-small {
        display: block !important;
    }
}
