@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: #000;
	text-transform: uppercase;
	padding: 7px 8px;
}

form#subForm button:hover {
	cursor: pointer;
	background-color: #999;
}

a.button {
	text-decoration: none !important;
	color: #FFF !important;
	background: #000;
	display: block;
	padding: 6px 0;
    text-align: center;
    max-width: 136px;
}

a.button:hover {
	color: #FFF;
	background: #999;
}

/************************************************
*	FONTS										*
************************************************/
@font-face {
   font-family: 'GTSectraMedium';
      src: url('../webfonts/GT-Sectra-Display-Medium.eot');
      src: url('../webfonts/GT-Sectra-Display-Medium.eot?#iefix') format('embedded-opentype'),
           url('../webfonts/GT-Sectra-Display-Medium.ttf') format('truetype'),
		   url('../webfonts/GT-Sectra-Display-Medium.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}

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

body {
	background: #fff;
	color: #000;
	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: #000;
	color: #fff !important;
}

img {
	width: 100%;
	height: auto;
}

#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: #000;
  color: #FFF;
  position: fixed;
  top: 0;
  z-index:99;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #999999;
}

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

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

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

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

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

p {
	padding-bottom: 15px;
}

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

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

hr {
	border: 0;
	background-color: #c2c2c2;
	height: 1px;
	margin: 10px 0 24px 0;
}

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

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

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

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

.logo a:hover img {
	border: 0;
	opacity: 0.6;
	filter: alpha(opacity=60); 
}

a:hover img {
	border: 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/************************************************
*	Content 									*
************************************************/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 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: 150px;
}

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

.banner {
	margin-top: 118px;
	height: 500px;
	overflow: hidden;
	background-image: url(../img/bg_banner.gif);
	background-repeat: no-repeat;
	background-color: #000;
	background-size: cover;
	background-position: center;
}

.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);
}

.section-title {
	margin: 0;
	width: 100%;
	padding: 40px 0 30px;
	font: 32px/34px "GTSectraMedium", Georgia, Times, serif;
	font-weight: normal;
	clear: both;
}

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

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

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

.awards {
	min-height: 600px;
}

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

#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%;
}

.home .fullcol {
	width: 84.75%;
}

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

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

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

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

.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: #eeeeee;
}

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

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

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

#quote {
	width: 84.75%;
	margin: 0 auto 30px auto;
    padding: 95px 0 69px 0;
    text-align: center;
    clear: both;
    border-bottom: 1px solid #c2c2c2;
}

#quote h1 {
	font: 40px/46px "GTSectraMedium", Helvetica, Arial, Verdana, sans-serif;
	width: 90%;
	padding: 0 5% 20px;
	font-weight: normal;
}

#colcontact {
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
	clear: both;
}

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

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

h2.subheader {
	font: 26px/30px "GTSectraMedium", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	padding-bottom: 12px;
}

h2.subheader span {
	font-size: 20px;
	line-height: 26px;
}

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

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

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;
	min-height: 480px;
}

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

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

#jstwitter li {
	display: inline-block;
	width: 20.5%;
	margin-right: 2%;
	vertical-align: top;
	position: relative;
	min-height: 170px;
	background: #eeeeee;
	padding: 15px 1.5%;
}

#jstwitter li:last-child {
	margin-right: 0 !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: #3e516f;
}

#jstwitter p {
	padding-bottom: 0;
}

#jstwitter p.timePosted {
	position: absolute;
	bottom: 10px;
}

#jstwitter p.timePosted a {
	text-decoration: none;
	font-weight: 300;
	font-size: 13px;
}

.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: #000;
	color: #fff;
	font-weight:400;
}

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

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

.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: #999;
}

/************************************************
*	MEDIA QUERIES						 		* 
************************************************/	
@media only screen and (max-device-width: 736px) {
	#content.mini {
		min-height: 1px !important;
	}
	
	.burger:hover span {
		background: #FFF;
	}
}

@media only screen and (max-width: 1165px) {
	.awards {
		min-height: 580px;
	}
}
@media only screen and (max-width: 1155px) {
	.awards h2.subheader {
		max-width: 90%;	
	}
}
/*
@media only screen and (max-width: 1112px) {
	.menu ul li {
		margin-left: 22px;
	}
	
	#nav .menu ul ul {
		right: 304px;
	}
	
	#nav .menu ul ul.subnav2 {
		right: 180px;
	}
	
	#nav .menu ul ul.subnav3 {
		right: 302px;
	}
}*/

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

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

@media only screen and (max-width: 1050px) {
	#jstwitter li {
		min-height: 100px;
		width: 44%;
		margin-right: 4%;
		padding: 15px 2%;
		margin-bottom:35px;
	}
	
	#jstwitter li:nth-child(2) {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 1035px) {
	.awards h2.subheader {
		max-width: 100%;	
	}
}
/*
@media only screen and (max-width: 985px) {
	.menu ul li {
		margin-left: 12px;
	}
	
	#nav .menu ul ul {
		right: 264px;
	}
	
	#nav .menu ul ul.subnav2 {
		right: 160px;
	}
	
	#nav .menu ul ul.subnav3 {
		right: 272px;
	}
}
*/
@media only screen and (max-width: 980px) {
	.portrait {
		min-height: 415px;
	}
	
	.portrait2 {
		min-height: 400px;
	}
}

@media only screen and (max-width: 960px) {
	.awards {
		min-height: 600px;
	}
}
	
@media only screen and (max-width: 950px) {
	#quote h1 {
		width: 80%;
		padding: 0 10% 20px;
	}
	
	#quote, .home .fullcol {
		width: 100%;
	}
}

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

@media only screen and (max-width: 820px) {
	#quote h1 {
		width: 90%;
		padding: 0 5% 20px;
	}
	
	.portrait, .portrait2 {
		min-height: 380px;
	}
	
	h2.subheader {
		font-size: 22px;
		line-height: 26px;
	}
	
	h2.subheader span {
		font-size: 17px;
		line-height: 23px;
	}
	
	.voting .section-title {
		max-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;
	}
	
	#nav { 
		display: none;
	}
	
	.logo {
		width: 100%;
		text-align: center;
		padding: 10px 0;
		float: none;
	}
	
	.logo img {
		max-width: 114px;
		margin: 0 auto;
	}
	
	.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;
	}
	
	.banner {
		margin-top: 70px;
	}
}

@media only screen and (max-width: 810px) {
	#jstwitter li {
		min-height: 120px;
		margin-bottom: 30px;
	}
}
	
@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 {
		height: 400px;
	}
}

@media only screen and (max-width: 736px) {	
	.showmobile { display: block; }
	.hidemobile { display: none !important; }
	
	.home hr {
		margin: 24px 0;
	}
	
	.colone, .coltwo, .colthree, .col2-3 {
		width: 100%;
		margin: 0;
		padding-bottom: 9px;
	}
	
	.voting .col2-3 {
		padding-bottom: 0;
	}
	
	.halfcol {
		width:100%;
		padding-right: 0;
	}
	
	.colthree {
		padding-bottom: 0px;
	}
	
	.col2-3 h2.subheader {
		padding-top: 14px;
	}
	
	.home .col2-3 h2.subheader.first {
		padding-top: 0;
	}
	
	.col2-3 p {
		width: 100%;
	}
	
	.finalists {
		margin-bottom: 40px;
	}
	
	.spacer {
		height: 30px;
	}
	
	.topmobile {
		border-top: 1px solid #c2c2c2;
		padding-top: 26px;
		margin-top: 10px;
	}
	
	#content {
		width: 75%;
		padding-top: 90px;
	}
	
	#content.mini {
		min-height: 894px;
	}
	
	.categories .content {
		width: 75%;
	}
	
	#quote h1 {
		font-size: 30px;
		line-height: 35px;
	}
	
	.portrait, .portrait2 {
		min-height: auto;
		padding-bottom: 25px;
	}
	
	.awards {
		min-height: 1px;
	}
	
	.awards h2.subheader {
		max-width: 45%;
	}
	
	.wrapper {
		margin-bottom: -92px;
	}
	
	.footer, .push {
		height: 92px;
	}
	
	.footer-box {
		width: 75%;
		padding: 22px 0 22px 0;
	}
	
	.footer-box span {
		float: none;
	}
	
	.banner {
		height: 300px;
	}
	
	#jstwitter {
		padding-bottom: 0;
	}
	
	#jstwitter li {
		min-height: 1px;
		width: 92%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 20px 4%;
	}
	
	#jstwitter .tweet {
		padding-bottom: 5px;
	}
	
	#jstwitter p.timePosted {
		position: static;
	}
}

@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 {
		padding: 30px 0 20px;
		font-size: 26px;
		line-height: 28px;
	}
	
	#quote {
		padding: 65px 0 40px 0;
		margin-bottom: 20px;
	}
	
	form#subForm input[type="radio"] {
		margin-bottom: 5px;
	}
	
	h2.subheader {
		font: 20px/24px "GTSectraMedium", Helvetica, Arial, Verdana, sans-serif;
		padding-bottom: 10px;
	}
	
	.awards h2.subheader {
		max-width: 50%;
	}
}

@media only screen and (max-width: 540px) {	
	#quote h1 {
		font-size: 20px;
		line-height: 25px;
	}
	
	#quote h5 {
		font-size: 13px; 
	}
	
	.fullcol img { /* partners */
		margin-left: 0px;
	}
}

@media only screen and (max-width: 480px) {	
	#quote {
		padding: 45px 0 25px 0;
		margin-bottom: 15px;
	}
	
	form#subForm input[type="email"] {
		max-width: 60%;
	}
	
	.menu {
		width: 85%;
	}
	
	.banner {
		height: 250px;
	}
}

@media only screen and (max-width: 414px) {	
	#content, .categories .content, .footer-box {
		width: 85%;
	}
	
	#quote h1 {
		width: 100%;
		padding: 0 0 20px;
	}
}

@media only screen and (max-width: 380px) {		
	#news.section-title {
		max-width: 90%;
	}
	
	.awards h2.subheader {
		max-width: 70%;
	}
}

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