@charset "UTF-8";

/************************************************
*	CSS RESET									*
************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

form#subForm select {
	width: 100%;
}

form#subForm input[type="email"] {
	width: 100%;
	max-width: 218px;
	margin-bottom: 12px;
	margin-right: 5px;
	-moz-appearance: none; 
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #fff;
	padding: 6px 4px;
}

form#subForm input[type="radio"] {
	width: auto;
}

form#subForm button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	border-radius: 0;
	border: 0;
	background-color: #FFF;
	color: #ff352e;
	text-transform: uppercase;
	padding: 7px 8px;
}

form#subForm button:hover {
	cursor: pointer;
	background-color: #ff352e;
	color: #FFF;

}

a.button {
	text-decoration: none !important;
	color: #FFF !important;
	border: 2px solid #ff352e;
	display: block;
	padding: 6px 0 5px;
    text-align: center;
    max-width: 136px;
	text-transform: uppercase;
	font-weight: 400;
}

.newsblock a.button {
	border: 2px solid #FFF;
    max-width: 120px;
	margi-top: 2px;
}

a.button:hover,
a.buttonwhite:hover {
	color: #ff352e !important;
	background-color: #FFF;
}

a.buttonred {
	text-decoration: none !important;
	color: #ff352e !important;
	border: 2px solid #ff352e;
	display: block;
	padding: 6px 0 5px;
    text-align: center;
    max-width: 240px;
	text-transform: uppercase;
	font-weight: 400;
}

a.buttonred:hover {
	color: #FFF !important;
	background-color: #ff352e;
}

a.buttonwhite {
	text-decoration: none !important;
	color: #FFF !important;
	border: 2px solid #FFF;
	display: block;
	padding: 6px 0 5px;
    text-align: center;
    max-width: 240px;
	text-transform: uppercase;
	font-weight: 400;
}


/************************************************
*	Melbourne Prize								*
************************************************/
html { min-height: 100%; height: 100%; }

body {
	background: #fff;
	color: #ff352e;
	font: 15px/21px "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	min-height: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.voting {
	background: #ff352e;
	color: #fff !important;
}

img, img a, img a:hover {
	width: 100%;
	height: auto;
}

img.border, a:hover img.border {
	border: 4px solid #ff352e;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a:hover img.border {
	border: 4px solid #000;
}

#container {
	margin: 0 auto 40px auto;
	width: 100%;
	height: auto;
	min-height: 100%;
}

.social a {
	display: inline-block;
}

.social img {
	margin-right: 10px;
	max-width: 25px;
}

#nav-container {
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  background: transparent !important;
  color: #ff352e;
  position: fixed;
  position: relative;
  top: 0;
  top: 112px;
  font-weight:400;
  z-index:99;
  font-family: 'Helvetica Neue LT W01_93 BlkEx', Helvetica, Arial, Verdana, sans-serif;
}

#nav {
	margin: 0 auto;
	padding: 26px 0;
	width: 92%;
	max-width: 1120px;
}

#nav-container a, #nav-container a:visited {
	color: #ff352e;
	text-decoration: none;
}

#nav-container a:hover {
	color: #000;
	text-decoration: none;
}

#nav-container.no-bg a:hover {
	color: #FFF;
}

.menu {
	width: 77%;
	float: left;
	text-align:right;
	position: relative;
	top: 20px;
	text-transform: uppercase;
}

.menu ul li {
	display: inline-block;
	margin-left: 30px;
}

.menu ul li:first-child {
	margin-left: 0;
}

#nav .menu ul ul { /* desktop subnav */
	display: none;
	text-align: left;
	clear: both;
	float: left;
	background: #FFF;
	position: absolute;
	right: 400px;
	min-width: 195px;
	padding: 0 15px;
}

#nav .menu ul ul.subnav2 { /* desktop subnav about */
	right: -45px;
	min-width: 128px;
}

#nav .menu ul ul.subnav3 { /* desktop subnav past winners */
	right: 164px;
	min-width: 136px;
}

#nav .menu ul ul li { /* desktop subnav */
	display: block;
	margin: 0;
	padding: 5px 0;
}

#nav .menu ul ul li:first-child {
	padding-top: 24px;
}

#nav .menu ul ul li:last-child {
	padding-bottom: 15px;
}

.no-bg, .no-bg #nav .menu ul ul {
	background: transparent !important;
}

.burger {
	display: none;
	position: fixed;
	left: 10px;
	top: 24px;
	width: 30px;
	z-index: 1000;
	cursor: pointer;
}
	
.burger span {
	display: block;
	height: 4px;
	background: #ff352e;
	border-bottom: 4px solid #fff;
	width: 26px;
	float: right;
}

.no-bg .burger span {
	border-bottom: 0;
	margin-bottom: 4px;
}

.burger img {
	display: none;
	width: 100%;
	height: auto;
	max-width: 22px;
	float: right;
}

.burger.active span {
	display: none;
}

.burger.active img {
	display: block;
}

.burger:hover span {
	background: #000;
}

.no-bg .burger:hover span {
	background: #fff;
}

.mobile-nav {
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	background: #FFF;
	display: none;
}

.logo {
	margin: 0;
	float: left;
	clear: none;
	width: 23%;
}

.logo img {
	max-width: 198px;
}

.logo-mobile {
	width: 100%;
	text-align:center;
	display: none;
	padding: 20px 0;
}

.logo-mobile img {
	max-width: 60px;
	margin: 0 auto;
}

p {
	padding-bottom: 16px;
}

.col2-3 p {
	width: 90%;
}

.home .col2-3 p {
	width: 100% !important;
}

hr {
	border: 0;
	background-color: #ff352e;
	height: 2px;
	margin: 35px 0 60px 0;
}

hr.sub {
	margin: 22px 0 35px 0;
}

/************************************************
*	Hyperlinks  								*
************************************************/
a, a:visited {
	color: #ff352e;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a.menu {
	color: #ff352e;
	text-decoration: none;
	display: inline-block;
	height: 30px;
}

a.menu:hover {
	color: #000;
	text-decoration: none;
	background: url(../img/arrow-down-menu.png) no-repeat 50% 100%;
}

.logo a, .logo-mobile a, a.footerlogo,
a.social, .social a, a.mpt {
	overflow: hidden;
	display: inline-block;
	
	max-height: 60px;
}

.logo-mobile a {
	max-height: 50px;
	margin: 10px 0;
}

a.social, .social a {
	max-height: 25px;
}

a.mpt {
	max-height: 39px;
}

a.footerlogo:hover img,
a.social:hover img, a.mpt:hover img, .social a:hover img {
	transform: translatey(-50%);
}

.logo a:hover img, .logo-mobile a:hover img {
	transform: translatey(-33.33%);
}

.no-bg .logo a:hover img, .no-bg .logo-mobile a:hover img {
	transform: translatey(-66.66%);
}

/************************************************
*	Content 									*
************************************************/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: -120px auto -120px;
}

.home .content {
	padding-top: 0 !important;
}

.single-award .content {
	padding-top: 20px !important;
}

.content {
	width: 92%;
	max-width: 1120px;
    margin: 0 auto 0 auto;
	padding-top: 180px;
}

.content.mini {
	min-height: 775px;
}

.banner {
	min-height: 600px;
	overflow: hidden;
	position: relative;
	background-color: #000000;
	/*background-image: url(../img/bg_banner.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-size: cover;
	background-position: center;*/
}

.video-container {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.splash-video {
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1001;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%) scale(1.01);
      -ms-transform: translate(-50%, -50%) scale(1.01);
          transform: translate(-50%, -50%) scale(1.01);
  overflow: hidden;
}

.splash-video-mobile {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	z-index: 10;
	background: url('../img/bg_banner.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

.newsblock {
	background: #ff352e;
	color: #FFF;
	padding: 60px 0;
	width: 100%;
}

.newsblock a, .newsblock a:visited {
	color: #FFF;
	text-decoration: none;
}

.newsblock a:hover {
	color: #000;
}

.newsblock .fullcol {
	position: relative;
}

.newsblock .col2-3:before {
	content: "—";
    font-family: 'Helvetica Neue LT W01_93 BlkEx', Helvetica, Arial, Verdana, sans-serif;
    font-size: 70px;
    line-height: 68px;
    position: absolute;
    top: -24px;
    left: -80px;
}

.newsblock .col2-3 {
	font-family: 'Helvetica Neue LT W01_93 BlkEx', Helvetica, Arial, Verdana, sans-serif;
	font-size: 75px;
	line-height: 70px;
	text-transform: uppercase;
	position: relative;
	left: -5px;
}

.newsblock .colthree {
	font-weight: 400;
}

/*.single-award.mp .banner {
	background-image: url(../img/bg_banner_mp.gif);
}
.single-award.oa .banner {
	background-image: url(../img/bg_banner_oa.gif);
}
.single-award.ba .banner {
	background-image: url(../img/bg_banner_ba.gif);
}
.single-award.da .banner {
	background-image: url(../img/bg_banner_da.gif);
}
.single-award.df .banner {
	background-image: url(../img/bg_banner_df.gif);
}
*/

#announcements {
	padding-top: 80px;
}

.section-title {
	margin: 0;
	width: 100%;
	padding: 0 0 30px;
	font: 50px/52px 'Helvetica Neue LT W01_93 BlkEx', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	clear: both;
	text-transform: uppercase;
}

.vert {
	-webkit-transform: rotate(90deg);	
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: left top 0;
	float: left;
	position: relative;
    left: 46px;
	min-height: 300px;
}

.vert.twolines {
	left: 98px;
}

.vert.special {
	width: 180%;
}

.voting .section-title {
	max-width: 58%;
}

.voting hr {
	margin-top:20px;
	margin-bottom: 10px;
}

#news.section-title {
	max-width: 80%;
}

.awards {
	margin-bottom: 20px;
	min-height: 590px;
}

.col2-3 .awards {
	min-height: 1px;
}

.awards:nth-child(3), .awards:last-child {
	margin-bottom: 0;
}

.awards h2.subheader {
	max-width: 80%;	
}

#contact.section-title {
	margin: 0;
}

.fullcol img { /* partners */
	max-width: 1100px;
    float: left;
    text-align: left;
    position: relative;
    margin-left: -8px;
}

.home .fullcol img {
	position: static;
    margin-left: 0;
}

.fullcol {
	margin: 0 auto;
	width: 100%;
}

.colone {
	padding-bottom: 4px;
	width: 21%;
	margin-right: 3.5%;
	float: left;
	clear: none;
}

.coltwo {
	margin: 0;
	padding-bottom: 4px;
	width: 36%;
	float: left;
	clear: none;
}

.colthree {
	padding-bottom: 4px;
	margin-left: 3.5%;
	width: 36%;
	float: left;
	clear: none;
}

.col2-3, .col2-3a {
	width: 75.5%;
	padding-bottom: 4px;
	float: left;
	clear: none;
}

.home .col2-3 {
	width: 60.5%;
}

.halfcol {
	width:47.25%;
	padding-right: 5.5%;
	float: left;
	clear: none;
}

.halfcol.last {
	padding-right: 0;
}

.finalists {
	width: 100%;
	clear: both;
	margin-bottom: 60px;
}

.finalists.last {
	margin-bottom: 0 !important;
}

.spacer {
	display: block;
	clear: both;
	height: 60px;
}

.categories {
	width: 100%;
    margin: 0 auto 0 auto;
	padding: 10px 0 40px 0;
	background: #ffdfd7;
}

.categories .content {
	width: 92%;
	max-width: 1120px;
    margin: 0 auto 0 auto;
}

.categories a {
	display: block;
	padding-bottom:10px;
}

#thankyou {	
	margin: 0 auto;
	width: 100%;
	clear: both;
	text-align: center;
}

strong {
	font: "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
}

h2 {
	font: 15px/19px 'Helvetica Neue LT W01_93 BlkEx', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 3px;
}

h2.subheader {
	font: 22px/26px 'Helvetica Neue LT W01_93 BlkEx', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	padding-bottom: 15px;
}

h3 { /* h2 with bottom padding */
	font: 15px/19px 'Helvetica Neue LT W01_93 BlkEx', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	padding-bottom: 15px;
	text-transform: uppercase;
}

h3 em {
	font-family:'Helvetica Neue LTW0193BlkExObl', Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
}

h4 {
	font: 15px/20px "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
	padding-bottom: 12px;
}

.awards h4 {
	padding-bottom: 25px;
}

h5 {
	font: 15px/20px "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
}

.note {
	font: 12px/25px "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
}

a.note {
	text-decoration: none;
}

a.note:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-decoration: none;
}

.credits { /* photo courtesy */
	font: 11px/16px "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
}

#colcontact .credits {
	width: 100%;
	max-width: 280px;
	display: block;
	margin: 0;
}

img.credits {
	padding-bottom: 5px;
}

.portrait {
	width: 100%;
	height: auto;
	min-height: 500px;
}

.portrait2 { /* judges */
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	min-height: 500px;
}

.portrait2 h5 {
	max-width: 70%;
}

.showmobile { display: none; }
.hidemobile { display: block; }
.footer .hidemobile { display: inline-block; }
.last { padding-bottom: 0 !important; }

/************************************************
*	Twitter										*
************************************************/
#jstwitter {
	width: 75.5%;
    padding-bottom: 15px;
    float: left;
}

#jstwitter li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	display: inline-block;
	width: 31%;
	margin-right: 3.5%;
	vertical-align: top;
	position: relative;
	min-height: 260px;
	background: transparent;
	padding: 15px;
	border: 2px solid #ff352e;
}

#jstwitter li:last-child {
	margin-right: 0 !important;
}

#jstwitter li:hover {
	background: #ff352e;
	color: #FFF !important;
}

 #jstwitter li:hover a {
	 color: #FFF !important;
 }
		
#jstwitter .tweet {
	margin: 0 auto;
	padding: 0 0 15px 0;
}
		
#jstwitter .tweet a {
	text-decoration: none;
	font-weight: 300;
	font-size: 15px;
}

#jstwitter .tweet a:hover {
	text-decoration: none;
	font-weight: 300;
}
		
#jstwitter .tweet .time {
	color: #ff352e;
}

#jstwitter p {
	padding-bottom: 0;
}

#jstwitter .timePosted {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	//display: inline-block;
}


#jstwitter .timePosted p {
	text-decoration: none;
	font-weight: 300;
	font-size: 13px;
	position: absolute;
	bottom: 10px;
	left: 15px;
}

#jstwitter p.timePosted a span {
	position: absolute;
	bottom: 10px;
	left: 15px;
}

.tco-hidden{
  display: none;
}

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

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/************************************************
*	FOOTER 										*
************************************************/
.footer, .push {
	height: 120px; /* .push must be the same height as .footer */
}

.footer {
	background: #ff352e;
	color: #fff;
	font-weight: 400;
}

.footer-box {
	margin: 0 auto;
	width: 92%;
	max-width: 1120px;
	padding: 26px 0 24px 0;
}

.footer img {
	max-width: 198px;
}

.footer span {
	float: right;
	padding-top: 10px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: .01em;
}

.footer a, .footer a:visited {
	text-decoration: none;
	color: #FFF;
}

.footer a:hover {
	color: #000;
}

.top-banner{
	background-color: #000;
	overflow: hidden;
	margin-bottom: 20px;
	margin-bottom: -100px;
}

.top-banner .content{
	display: -webkit-flex; /* Safari */
  display: flex;
}

.top-banner .col{
	width: 35%;
	padding: 20px 0;
}

.top-banner .col-left{
	float: left;
	display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
  
}

.top-banner .col-left p{
	color: #fff;
	    font-weight: 700;
	    padding-bottom: 0;
	    margin-top: 20px;
}

.top-banner .col-left a{
	color: #fff;
	text-decoration: none;
}

.top-banner .col-right{
	float: right;
	width: 65%;
}

@media only screen and (max-width: 914px) {
	.top-banner .col{
		width: 100%;
	}

	.top-banner .col-left{
	  padding:20px 0 0px 0;
	}

	.top-banner .col-right{
		padding-top: 0;
	}

	.top-banner .content{
  	display: block;
}
.top-banner .col-left p{
	text-align: center;
}

}

/************************************************
*	MEDIA QUERIES						 		* 
************************************************/
@media only screen and (max-device-width : 1024px) {
	.splash-video-mobile {
		display: block;
	}
	
	#mp-video {
		display: none;
	}
}
	
@media only screen and (max-device-width: 736px) {
	.content.mini {
		min-height: 1px !important;
	}
	
	.burger:hover span {
		background: #ff352e;
	}
}

@media only screen and (min-width: 1200px) {
	.banner {
    	min-height: 700px;
	}
}

@media only screen and (min-width: 1600px) {
	.banner {
    	min-height: 800px;
	}
}

@media only screen and (max-width: 1320px) {
	#nav, .content, .categories .content, .footer-box {
		max-width: 1040px;
	}
	
	.vert.special {
		width: 200%;
	}
	
	.menu ul li {
		margin-left: 15px;
	}
	
	#nav .menu ul ul {
		right: 365px;
		min-width: 185px;
	}
	
	#nav .menu ul ul.subnav2 {
		right: -60px;
	}
}

@media only screen and (max-width: 1240px) {
	.newsblock .col2-3:before {
		content: "–";
		left: -45px;
	}
}

@media only screen and (max-width: 1160px) {
	.awards {
		min-height: 630px;
	}
	
	.newsblock .col2-3:before {
		content: "";
		left: 0;
	}
}
@media only screen and (max-width: 1155px) {
	.awards h2.subheader {
		max-width: 85%;	
	}
	
	#nav .menu ul ul.subnav2 {
		right: -15px;
	}
}

@media only screen and (max-width: 1102px) {
	.awards h2.subheader {
		max-width: 95%;	
	}
}

@media only screen and (max-width: 1092px) {
	.awards h2.subheader {
		max-width: 100%;	
	}
}
	
@media only screen and (max-width: 1080px) {
	.portrait {
		min-height: 445px;
	}
	
	.portrait2 {
		min-height: 430px;
	}
}

@media only screen and (max-width: 1042px) {
	.vert.special {
		width: 210%;
	}
}

@media only screen and (max-width: 1015px) {
	#nav-container {
		font-size: 13px;
	}
	
	#nav .menu ul ul {
		right: 325px;
		min-width: 155px;
	}
}

@media only screen and (max-width: 1024px) {
	.newsblock .col2-3 {
		font-size: 65px;
		line-height: 60px;
	}
}

@media only screen and (max-width: 992px) {
	.vert.special {
		width: 230%;
	}
}

@media only screen and (max-width: 980px) {
	.portrait {
		min-height: 415px;
	}
	
	.portrait2 h5 {
		max-width: 100%;
	}
}

@media only screen and (max-width: 960px) {
	.awards {
		min-height: 700px;
	}
}
	
@media only screen and (max-width: 950px) {
	.home .fullcol {
		width: 100%;
	}
}

@media only screen and (min-width: 915px) {
	.mobile-nav .logo, .mobile-nav .menu { display: none; }
}
	
@media only screen and (max-width: 914px) {
	.burger, .logo-mobile {
		display: block;
	}
	
	.no-bg .logo a:hover img {
		transform: translatey(-33.33%);
	}
	
	#nav { 
		display: none;
	}
	
	.logo {
		width: 100%;
		text-align: center;
		padding: 30px 0;
		float: none;
	}
	
	.logo img {
		max-width: 162px;
		margin: 0 auto;
	}
	
	.logo a {
		max-height: 49px;
	}
	
	#nav-container {
		font-size: 15px;
	}
	
	.menu {
		width: 92%;
		margin: 10px auto 0 auto;
		float: none;
		text-align:left;
		position: static;
		top: auto;
	}
	
	.menu ul li {
		display: block;
		margin-left: 0px;
		padding-bottom: 10px;
	}
	
	.menu ul ul { /* mobile subnav */
		margin-left: 16px;
	}
	
	.menu ul li:last-child {
		padding-top: 5px;
		padding-bottom: 20px;
	}
	
	.menu ul ul li:last-child { /* mobile nav */
		padding-top: 0;
		padding-bottom: 10px !important;
	}
	
	.content {
		padding-top: 120px;
	}
	
	.banner {
		min-height: 500px;
	}
	
	#nav-container a, #nav-container a:visited {
		color: #ff352e;
	}
	
	#nav-container a:hover,
	#nav-container.no-bg a:hover {
		color: #000;
	}
	
	#jstwitter li {
		min-height: 140px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 35px;
	}
	
	#jstwitter li:nth-child(2) {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 906px) {
	.vert.special {
		width: 250%;
	}
	#jstwitter .timePosted p {
	    left: 21px;
	}
}

@media only screen and (max-width: 880px) {
	.newsblock {
		padding: 45px 0;
	}
	
	.newsblock .col2-3 {
		font-size: 55px;
		line-height: 50px;
	}
	
	.portrait2 {
		min-height: 410px;
	}
}

@media only screen and (max-width: 834px) {
	.vert.special {
		width: 270%;
	}
}

@media only screen and (max-width: 820px) {
	h2.subheader {
		font-size: 22px;
		line-height: 26px;
	}
	
	h2.subheader span {
		font-size: 17px;
		line-height: 23px;
	}
	
	.voting .section-title {
		max-width: 100%;
	}
	
	.coltwo, .colthree { margin: 0; width: 75.5%;}
	.colthree { float: right; }
	
	.newsblock .colthree { 
		width: 36%;
	}
	
	.awards {
		min-height: 1px;
	}
	
	hr.sub {
		margin: 12px 0 35px 0;
	}
}

@media only screen and (max-width: 810px) {
	#jstwitter li {
		min-height: 160px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 772px) {
	.vert.special {
		width: 295%;
	}
}
	
@media only screen and (max-width: 768px) {
	body {
		-webkit-text-size-adjust: none;
	}
	
	.fullcol { margin: 0; width: 100%;}
	
	#news.section-title {
		max-width: 90%;
	}
	
	.banner {
		min-height: 400px;
	}
	
	.portrait2 {
		min-height: 380px;
	}
}

@media only screen and (max-width: 736px) {	
	.showmobile { display: block; }
	.hidemobile { display: none !important; }
	
	.home hr {
		margin: 24px 0;
	}
	
	hr {
		margin: 30px 0 40px 0;
	}
	
	hr.sub {
		margin: 10px 0 30px 0;
	}
	
	.home .col2-3 {
		width: 100%;
		padding-bottom: 35px;
	}
	
	.colone, .coltwo, .colthree, .col2-3, .newsblock .colthree {
		width: 100%;
		margin: 0;
		padding-bottom: 0;
		float: left;
	}
	
	.voting .col2-3 {
		padding-bottom: 0;
	}
	
	.halfcol {
		width:100%;
		padding-right: 0;
	}
	
	.home .col2-3 h2.subheader.first {
		padding-top: 0;
	}
	
	.col2-3 p {
		width: 100%;
	}
	
	.finalists {
		margin-bottom: 40px;
	}
	
	.spacer {
		height: 30px;
	}
	
	.topmobile {
		border-top: 2px solid #ff352e;
		padding-top: 30px;
		margin-top: 20px;
	}
	
	.content {
		width: 75%;
		padding-top: 100px;
	}
	
	.content.mini {
		min-height: 894px;
	}
	
	.categories .content {
		width: 75%;
	}
	
	.portrait, .portrait2 {
		min-height: auto;
		margin-bottom: 35px;
	}
	
	.wrapper {
		margin-bottom: -92px;
	}
	
	.footer, .push {
		height: 92px;
	}
	
	.footer-box {
		width: 75%;
		padding: 20px 0 19px 0;
	}
	
	.footer-box span {
		float: none;
	}
	
	#jstwitter {
		padding-bottom: 0;
		width: 100%;
	}
	
	#jstwitter li {
		min-height: 1px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 20px;
	}
	
	#jstwitter .tweet {
		padding-bottom: 30px;
	}
	
	#jstwitter p.timePosted a span {
		bottom: 15px;
		left: 20px;
	}
	
	.vert {
		-webkit-transform: rotate(0deg);	
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		left: 0 !important;
	}
	
	.vert.special {
		width: 100%;
	}
	
	.section-title {
		padding-bottom: 30px !important;
		min-height: 1px;
		font: 40px/42px 'Helvetica Neue LT W01_93 BlkEx', Helvetica, Arial, Verdana, sans-serif;
	}
	.vert{
		min-height: 0px;
	}
}

@media only screen and (max-width: 680px) {		
	#news.section-title {
		max-width: 95%;
	}
}
	
@media only screen and (max-width: 640px) {		
	.content.mini {
		min-height: 921px;
	}
	
	.section-title {
		font-size: 28px;
		line-height: 30px;
	}
	
	form#subForm input[type="radio"] {
		margin-bottom: 5px;
	}
	
	h2.subheader {
		font: 20px/24px 'Helvetica Neue LT W01_93 BlkEx', Helvetica, Arial, Verdana, sans-serif;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 540px) {	
	.fullcol img { /* partners */
		margin-left: 0px;
	}
}

@media only screen and (max-width: 480px) {	
	form#subForm input[type="email"] {
		max-width: 60%;
	}
	
	.menu {
		width: 85%;
	}
	
	.banner {
		min-height: 320px;
	}
	
}

@media only screen and (max-width: 414px) {	
	.content, .categories .content, .footer-box {
		width: 85%;
	}
	
	.newsblock .col2-3 {
		font-size: 40px;
		line-height: 38px;
	}
	
	.home .col2-3 {
		padding-bottom: 30px;
	}
}