/* reset
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
================================================================================= */

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

:focus {
	outline: 0;
}

::-moz-selection {
	text-shadow: none;
	color: #fff;
	background: #4f4f4c;
}

::-webkit-selection {
	text-shadow: none;
	color: #fff;
	background: #4f4f4c;
}

::selection {
	text-shadow: none;
	color: #fff;
	background: #4f4f4c;
}

/* fonts
================================================================================= */

/*
Font: 		YWFT Pakt Condensed
Style: 		SemiBold
URL: 		http://www.youworkforthem.com/font/T0016/ywft-pakt
Foundry: 	YouWorkForThem
Foundry: 	http://www.youworkforthem.com/designer/1/youworkforthem
Copyright:	Copyright (c) 2001 by YouWorkForThem. All rights reserved.
Version: 	1.4
Created:	March 10, 2014
License: 	http://www.youworkforthem.com/font-license
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted
			from using the WebFonts(s) listed without a purchased license.
			All details above must always remain unaltered and visible in your CSS.
*/

@font-face {
	src: url('../fonts/pakt-condensed-semibold.eot');
	src: url('../fonts/pakt-condensed-semibold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/pakt-condensed-semibold.woff') format('woff'),
		 url('../fonts/pakt-condensed-semibold.ttf') format('truetype'),
		 url('../fonts/pakt-condensed-semibold.svg#ywftsvg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-family: 'Pakt';
}

/* structure
================================================================================= */

html {
	width: 100%;
	height: 100%;
}

body {
	font: 62.5% "museo-slab", Arial, Verdana, sans-serif;
	font-weight: 500;
	text-align: center;
	color: #474445;
	background: #f4f4ef;
}

body.no-scroll {
	overflow: hidden;
}

.wrapper,
.heading {
	clear: both;
	width: 1250px;
	margin: 0 auto;
	text-align: left;
}

header[role="banner"],
#widgets,
#full,
.full {
	float: left;
	width: 1150px;
	margin: 50px;
}

#content {
	float: left;
	width: 750px;
	margin: 0 0 50px 50px;
}

#full,
.full {
	margin-top: 0;
}

#sidebar {
	float: right;
	width: 350px;
	margin: 0 50px 50px 0;
}

.half {
	float: left;
	width: 47.82608695%;
	margin: 0 0 50px 0;
}

.half:nth-of-type(odd) {
	clear: left;
	margin-right: 4.3478261%;
}

.third {
	float: left;
	width: 30.4347826%;
	margin: 0 4.3478261% 50px 0;
}

.third:nth-of-type(3n) {
	margin-right: 0;
}

.third:nth-of-type(3n+1) {
	clear: left;
}

.quarter {
	float: left;
	width: 21.7391304%;
	margin: 0 4.3478261% 50px 0;
}

.quarter:nth-of-type(4n) {
	margin-right: 0;
}

.quarter:nth-of-type(4n+1) {
	clear: left;
}

.fifth {
	float: left;
	width: 18.26%;
	margin: 0 2.17% 50px 0;
}

.fifth:nth-of-type(5n) {
	margin-right: 0;
}

.fifth:nth-of-type(5n+1) {
	clear: left;
}

#mobile-header,
#mobile-menu,
#mobile-nominees-button,
#mobile-footer,
#omdc-mobile {
	display: none;
}

/* header
================================================================================= */

#top,
nav {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #b8b8ac;
}

#top {
	margin-top: -33px;
	padding-bottom: 17px;
}

nav {
	position: relative;
	margin-bottom: -50px;
}

#banner {
	clear: both;
	padding: 100px 0 0;
	text-align: center;
}

#banner img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#supported {
	display: none;
	position: relative;
	float: left;
	height: 46px;
	margin: 0 30px 0 0;
	padding: 8px 14px 8px 30px;
	border-right: 1px dotted #767672;
}

#partners {
	position: relative;
	float: left;
	width: 390px;
	height: 46px;
	margin-top: 10px;
	padding-left: 30px;
}

#partners div,
#mobile-partners div {
	overflow: visible !important;
}

#mobile-partners {
	position: relative;
	display: none;
	margin-bottom: 25px;
	padding-left: 30px;
}

#partners h3,
#mobile-partners h3,
#supported h3 {
	position: absolute;
	bottom: 16px;
	left: -16px;
	font: 1.4em/1em "bebas-neue", Arial, sans-serif;
	color: #767672;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

#supported h3 {
	bottom: 23px;
}

#partners img {
	width: auto;
	height: 100px;
	margin: -25px auto 0;
}

#mobile-partners img {
	float: right;
	max-height: 100px;
	width: auto;
	height: auto;
	margin: -25px 0;
}

#supported div {
	float: left;
	display: inline-block;
}

#supported img {
	width: auto;
	height: 30px;
	margin: 10px 8px 0 10px;
}

#partners a:hover,
#partners a:focus,
#mobile-partners a:hover,
#mobile-partners a:focus,
#supported a:hover,
#supported a:focus,
#mobile-supported a:hover,
#mobile-supported a:focus {
	opacity: .75;
	filter: alpha(opacity=75);
}

#mobile-supported {
	display: none;
	clear: both;
	width: 90%;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	padding: 15px 5%;
	background: #fff;
	border-bottom: 1px solid #d6d6d4;
}

#mobile-supported div {
	margin: 0 10px;
	text-align: center;
}

#mobile-supported h3 {
	font: 1.4em/1em "bebas-neue", Arial, sans-serif;
	color: #767672;
}

#mobile-supported img {
	display: block;
	width: auto;
	height: 20px;
	margin: 0 auto;
}

#languages {
	margin-bottom: 8px;
	text-align: center;
}

#languages div {
	display: inline-block;
	font: 1.4em/1em "bebas-neue", Arial, sans-serif;
	letter-spacing: 0.075em;
	color: #767672;
}

#languages img {
	margin-right: 5px;
}

#languages a {
	text-decoration: none;
	color: #767672;
}

#languages div.active {
	display: none;
}

#languages div:hover,
#languages div:focus,
#languages div:hover a,
#languages div:focus a {
	color: #198da8;
	border-color: #198da8;
}

#social {
	float: right;
	padding: 23px 30px 0 0;
	text-align: right;
}

#tools {
	float: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 66px;
	padding: 0 30px;
	text-align: center;
	border-left: 1px dotted #767672;
}

#tools ul {
	padding-top: 8px;
	border-top: 1px dotted #767672;
}

#social.mobile {
	display: none;
}

#social li,
#tools li {
	display: inline-block;
}

#social li a,
#tools li a {
	display: inline-block;
	margin-left: 12px;
	text-decoration: none;
	color: #767672;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

#tools li a {
	margin-left: 10px;
}

#mobile-social li:first-of-type a,
#tools li:first-of-type a {
	margin-left: 0;
}

#social li#social-facebook a:hover {
	color: #3b5998;
}

#social li#social-instagram a:hover {
	color: #e4405f;
}

#social li#social-twitter a:hover {
	color: #55acee;
}

#social li#social-youtube a:hover {
	color: #cd201f;
}

#social li#social-tiktok a:hover {
	color: #FE2C55;
}

#social li#social-podcast a:hover {
	color: #d66dfd;
}

#social li#social-google a:hover {
	color: #ef6c00;
}

#social li#social-apple a:hover {
	color: #000;
}

#social li#social-spotify a:hover {
	color: #2ebd59;
}

#social li#social-soundcloud a:hover {
	color: #ff3300;
}

#social li a:hover {
	color: #474445;
}

#tools li a:hover {
	color: #008da9;
}

#mobile-social li:nth-of-type(3) {
	padding-right: 12px;
	border-right: 1px solid #c4c5bf;
}

#tools #tools-search {
	font: 1.4em/1em "bebas-neue", Arial, sans-serif;
	letter-spacing: 0.075em;
}

#subscribe {
	float: right;
	display: flex;
	text-align: center;
}

#subscribe a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 76px;
	padding: 12px;
	height: 66px;
	text-decoration: none;
	color: #fff;
	background: #767672;
	box-sizing: border-box;
	border-radius: 5px;
}

#subscribe a i {
	font-size: 24px;
	margin-bottom: 5px;
}

#subscribe a strong {
	font: 1.4em/1em "bebas-neue", Arial, sans-serif;
	letter-spacing: 0.05em;
	opacity: .8;
}

#subscribe a#subscribe-donate {
	margin-left: 10px;
	background: #008da9;
}

#subscribe a:hover,
#subscribe a#subscribe-donate:hover {
	background: #444541;
}

nav .inner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

#nav-logo {
	padding: 30px 25px;
	border-right: 1px solid #b8b8ac;
}

#logo {
	position: relative;
	width: 51px;
	height: 37px;
	margin: auto;
	overflow: hidden;
	text-indent: -5000px;
}

#logo a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 51px;
	height: 100%;
	background: url('../images/logo.png') no-repeat 0 0;
}

#logo a:hover span,
#logo a:focus span {
	background: url('../images/logo.png') no-repeat 0 -37px;
}

#logo a {
	text-decoration: none;
}

#countdown {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 25px;
	font-family: "bebas-neue", Arial, sans-serif;
	cursor: default;
	border-right: 1px solid #b8b8ac;
}

#countdown-mobile {
	display: none;
	min-width: 174px;
	padding: 0 0 0 25px;
	font-family: "bebas-neue", Arial, sans-serif;
	border-right: 1px solid #b8b8ac;
	cursor: default;
}

.countdown h6 {
	font-size: 1.4em;
	color: #767672;
}

.fr .countdown h6 {
	font-size: 1.2em;
}

.countdown dl {
	display: inline;
	float: left;
	margin-right: 12px;
	text-align: center;
}

.countdown dl:last-of-type {
	margin-right: 0;
}

.countdown dl dd {
	font-size: 2.8em;
	line-height: 1em;
	color: #474445;
}

.countdown dl dt {
	font: 1em/1.4em "montserrat", Arial, sans-serif;
	text-transform: uppercase;
	color: #767672;
}

#dates {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 25px;
	vertical-align: middle;
	border-right: 1px solid #b8b8ac;
}

#dates h6 {
	font: 1.7em/1.2em "bebas-neue", Arial, sans-serif;
	color: #767672;
}

#dates h6:last-of-type {
	margin-bottom: 0;
}

.fr #dates h6 {
	font-size: 1.6em;
}

#dates h6 strong {
	color: #474445;
}

#dates-mobile {
	display: none;
}

nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: #f4f4ef;
}

.admin-bar nav.stuck {
	top: 32px;
}

nav.stuck .inner {
	width: 1150px;
	margin: 0 auto;
}

nav ul.menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 4;
	padding: 0;
}

nav ul.menu li {
	display: inline-block;
	font: 3.8em/1em "Pakt", Arial, sans-serif;
	text-transform: uppercase;
}

.fr nav ul.menu li {
	font-size: 3.1em;
}

nav ul.menu li a:link,
nav ul.menu li a:visited,
nav ul.menu li a:active {
	padding: 26px 0 26px 25px;
	text-decoration: none;
	color: #767672;
}

.fr nav ul.menu li a:link,
.fr nav ul.menu li a:visited,
.fr nav ul.menu li a:active {
	padding-left: 25px;
}

nav ul.menu li a:hover,
nav ul.menu li:hover > a,
nav ul.menu li a.hover,
nav ul.menu li a:focus {
	color: #008da9;
}

nav ul.menu li.current-menu-item a:link,
nav ul.menu li.current-menu-item a:visited,
nav ul.menu li.current-menu-item a:active,
nav ul.menu li.current-menu-item a:hover,
nav ul.menu li.current-menu-item a:focus {
	color: #bd941c;
}

nav ul.menu li#nav-more {
	position: relative;
}

nav ul.menu li#nav-more .fa {
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: 10px;
	font-size: 14px;
	color: #bab9b0;
}

nav ul.menu li#nav-more:hover .fa,
nav ul.menu li#nav-more a.hover .fa {
	color: #008da9;
}

#menu-more {
	display: none;
	position: absolute;
	width: 100%;
	max-width: 1150px;
	top: 97px;
	margin: 0 auto;
}

#menu-more.visible {
	display: block;
}

nav ul.submenu {
	position: relative;
	width: 200px;
	padding: 25px 0;
	margin: -10px -10px 0 auto;
	text-align: right;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
	border-radius: 8px;
	z-index: 999;
}

nav ul.submenu li {
	font: 24px/1.2em "Pakt", Arial, sans-serif;
	text-transform: uppercase;
}

nav ul.submenu li a:link,
nav ul.submenu li a:visited,
nav ul.submenu li a:active {
	display: block;
	width: 100%;
	padding: 5px 30px;
	text-decoration: none;
	color: #767672;
	box-sizing: border-box;
}

nav ul.submenu li a:hover,
nav ul.submenu li a:focus {
	color: #008da9;
}

#searchform {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101px;
	background: #fff;
	border-bottom: 1px solid #b8b8ac;
	z-index: 1001;
	overflow: hidden;
}

.admin-bar #searchform {
	top: 32px;
}

#searchform .search-field {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 5%;
	font-family: "montserrat", Arial, Verdana, sans-serif;
	font-size: 3em;
	text-transform: lowercase;
	color: #767672;
	border: 0;
}

#searchform .search-submit,
#searchform .search-close {
	position: relative;
	float: right;
	height: 101px;
	padding: 0 20px;
	font-family: "montserrat", Arial, Verdana, sans-serif;
	font-size: 3em;
	text-decoration: none;
	text-transform: lowercase;
	color: #008da9;
	background: transparent;
	border: 0;
	border-left: 1px solid #b8b8ac;
	cursor: pointer;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

#searchform .search-submit:hover,
#searchform .search-submit:focus {
	color: #474445;
}

#searchform .search-close {
	position: relative;
	float: right;
	width: 42px;
	height: 43px;
	padding: 29px 20px;
	font-family: "montserrat", Arial, Verdana, sans-serif;
	font-size: 3em;
	text-indent: -5000px;
	text-transform: lowercase;
	color: #008da9;
	background: url('../images/search-close.png') no-repeat 50% 50%;
	border: 0;
	border-left: 1px solid #b8b8ac;
	cursor: pointer;
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

/* homepage
================================================================================= */

#watch-gala {
	clear: both;
	margin: 0 auto 50px;
	width: 560px;
	height: 56px;
}

#watch-gala a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: url('../images/watch-gala.png') repeat 0 0;
	background-size: 100% 100%;
}

#watch-gala a:hover,
#watch-gala a:focus {
	filter: alpha(opacity=75);
	opacity: .75;
}

#gala-stream {
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#gala-stream.bottom {
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	padding-top: 50px;
}

#featured {
	position: relative;
	clear: both;
	width: 100%;
	height: 410px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 1350px 410px;
}

#featured-overlay {
	position: relative;
	max-width: 1350px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

#featured-text {
	max-width: 1150px;
	margin: 0 auto;
	padding: 95px 50px 0 50px;
	text-align: left;
}

#featured h3 {
	width: 500px;
	margin-bottom: 10px;
	font: 700 4em/1.1em "montserrat", Arial, sans-serif;
	text-transform: uppercase;
	color: #f4f4ef;
}

#featured h3 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #f4f4ef;
}

#featured p {
	width: 460px;
	margin-bottom: 10px;
	font: 1.4em/1.8em "museo-slab", "Times New Roman", serif;
	color: #f4f4ef;
}

#featured a.button {
	display: inline-block;
	padding: 20px;
	font: 1.4em/1em "montserrat", Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: #767672;
	background: #f4f4ef;
}

#featured:hover a.button {
	color: #008da9;
}

#featured a:hover.button,
#featured a:focus.button {
	color: #474445;
}

#gala-banner {
	max-width: 1150px;
	margin: 50px auto 0;
}

#gala-banner img {
	display: block;
	width: 100%;
	height: auto;
}

#widgets .widget {
	float: left;
	width: 350px;
	margin-right: 50px;
}

#widgets .widget img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

#widgets .widget:nth-of-type(4n) {
	margin-right: 0;
}

#widget-blog article {
	display: table;
	margin-bottom: 25px;
}

#widget-blog article:last-of-type {
	margin-bottom: 0;
}

#widget-blog .blog-tnail {
	display: table-cell;
	width: 100px;
}

#widget-blog .blog-tnail a {
	display: block;
	width: 65px;
	padding: 5px;
	background: #cfcfc7;
}

#widget-blog .blog-content {
	display: table-cell;
	width: 250px;
	padding-top: 2px;
	vertical-align: middle;
}

#widget-blog .blog-content h3 {
	font: 1.4em/1.2em "museo-slab", "Times New Roman", serif;
}

#widget-blog .blog-content h3 a {
	text-decoration: none;
	color: #198da8;
}

#widget-blog .blog-content h3 a:hover,
#widget-blog .blog-content h3 a:focus {
	text-decoration: underline;
	color: #444141;
}

#widget-blog .blog-content time {
	font: 1.1em/1.8em "montserrat", Arial, sans-serif;
	color: #767672;
}

#widget-posters a {
	display: block;
	padding: 5px;
	background: #198da8;
}

#widget-ad a {
	display: block;
	padding: 5px;
	background: #cfcfc7;
}

#widget-blog .blog-tnail a:hover,
#widget-blog .blog-tnail a:focus,
#widget-posters a:hover,
#widget-posters a:focus,
#widget-ad a:hover,
#widget-ad a:focus {
	background: #767672;
}

#short-list-homepage {
	position: relative;
	text-align: center;
}

#short-list-homepage h2 {
	position: relative;
	display: inline-block;
	margin: 0 auto 40px;
	padding: 0 15px;
	font: 1.6em/1em "montserrat", Arial, sans-serif;
	text-transform: uppercase;
	color: #008da9;
	background: #f4f4ef;
}

#short-list-homepage h2 strong {
	color: #767672;
}

#short-list-homepage hr {
	position: static;
	width: 100%;
	height: 1px;
	margin-bottom: -8px;
	background: #b8b8ac;
	border: 0;
}

#short-list-homepage .nominee {
	float: left;
	width: 108px;
	margin-right: 7px;
}

#short-list-homepage .nominee:last-of-type {
	margin-right: 0;
}

#short-list-homepage .nominee a {
	display: block;
	padding: 4px;
	background: #dadbd5;
}

#short-list-homepage .nominee a:hover,
#short-list-homepage .nominee a:focus {
	background: #767672;
}

#short-list-homepage .nominee img {
	width: 100%;
	height: 100%;
}

/* content
================================================================================= */

.blue {
	color: #008da9 !important;
}

.yellow {
	color: #be9500 !important;
}

.content a:link,
.content a:visited,
.content a:active {
	text-decoration: none;
	color: #198da8;
}

.content a:hover,
.content a:focus {
	text-decoration: underline;
	color: #4f4f4c;
}

.content a.button:link,
.content a.button:visited,
.content a.button:active,
.nominee-cover a.post-edit-link,
.content #edit-button a:link,
.content #edit-button a:visited,
.content #edit-button a:active {
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 20px;
	font: bold 1.1em/1em "montserrat", Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #767672;
	background: transparent;
	border: 3px solid #767672;
}

.content #edit-button a:link,
.content #edit-button a:visited,
.content #edit-button a:active {
	font-size: 1.4em;
}

.content a.button:hover,
.content a.button:focus,
.nominee-cover a.post-edit-link:hover,
.nominee-cover a.post-edit-link:focus,
.content #edit-button a:hover,
.content #edit-button a:focus {
	color: #fff;
	background: #767672;
}

.content a.button.button-small:link,
.content a.button.button-small:visited,
.content a.button.button-small:active {
	padding: 15px;
	font-size: .85em;
}

#sidebar .content a.button.button-small:link,
#sidebar .content a.button.button-small:visited,
#sidebar .content a.button.button-small:active {
	clear: both;
	display: block;
	text-align: center;
}

.content a.button.button-blue:link,
.content a.button.button-blue:visited,
.content a.button.button-blue:active {
	color: #008da9;
	background: transparent;
	border: 3px solid #008da9;
}

.content a.button.button-blue:hover,
.content a.button.button-blue:focus {
	color: #fff;
	background: #008da9;
}

.content a.button.button-yellow:link,
.content a.button.button-yellow:visited,
.content a.button.button-yellow:active {
	color: #fff;
	background: #bd941c;
}

.content a.button.button-yellow:hover,
.content a.button.button-yellow:focus {
	background: #474445;
}

.content a.button.button-disabled:link,
.content a.button.button-disabled:visited,
.content a.button.button-disabled:active,
.content a.button.button-disabled:hover,
.content a.button.button-disabled:focus {
	color: #767672;
	background: transparent;
	border: 3px solid #767672;
	cursor: not-allowed;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin: 2em 0 1em;
	font-weight: 700;
	color: #4f4f4c;
}

.content h1 {
	margin: 0 0 .75em;
	font-size: 3em;
}

.content h2 {
	margin-top: 0;
	font-size: 2em;
	line-height: 1.6em;
}

.content h3 {
	font-size: 1.8em;
}

.content h4 {
	font-size: 1.6em;
}

.content h5 {
	font-size: 1.4em;
}

.content h6 {
	font-size: 1.3em;
}

.content p {
	margin-bottom: 1.5em;
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.8em;
}

.content p.lead {
	font-size: 2em;
	line-height: 1.7em;
}

.content p:empty {
	display: none;
}

.content p.icon-left i {
	margin-right: 10px;
	color: #767672;
}

.content ul,
.content ol {
	margin: 0 0 1.5em 30px;
}

.content li ul,
.content li ol {
	margin: 5px 0 .5em 30px;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.8em;
}

.content li li,
.content li p {
	font-size: 1em;
}

.content ul li {
	list-style-type: disc;
}

.content ol li {
	list-style-type: decimal;
}

.content blockquote {
	margin: 0 0 5% 0;
	padding: 0 15px;
	font-style: italic;
	border-left: 5px solid #dbdbd5;
}

.content strong,
.content b {
	font-weight: bold;
}

.content em,
.content i {
	font-style: italic;
}

.content i.fa,
.content i.fab,
.content i.fal,
.content i.fas {
	font-style: normal;
}

.content .wp-caption {
	max-width: 100%;
	width: 100%;
	height: auto;
	text-align: center;
}

.content .wp-caption img {
	margin-bottom: 10px;
}

.content .wp-caption p {
	font-size: 1.2em;
	font-style: italic;
}

.content img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.content .alignleft {
	display: inline;
	float: left;
	margin: 5px 15px 15px 0;
}

.content img[align $='left'] {
	display: inline;
	float: left;
	margin: 5px 15px 15px 0;
}

.content .alignright {
	display: inline;
	float: right;
	margin: 5px 0 15px 15px;
}

.content img[align $='right'] {
	display: inline;
	float: right;
	margin: 5px 0 15px 15px;
}

.content .aligncenter {
	margin: 0 auto 20px auto;
}

.content .alignnone {
	margin: 0 0 20px 0;
}

.content table {
	width: 100%;
	margin: 0 0 2em;
	font-size: 1.5em;
}

.content table th,
.content table td {
	padding: 15px 0 15px 15px;
}

.content table th {
	font-weight: bold;
	border-bottom: 1px solid #b8b8ac;
}

.content table#voting-results th,
.content table#voting-totals th {
	cursor: pointer;
}

.post-type-archive-voting .content table th {
	cursor: pointer;
}

.content table td {
	border-bottom: 1px solid #dbdbd5;
}

.post-type-archive-voting .content table td:last-of-type {
	text-align: right;
}

.content table.ballot td:first-of-type {
	width: 20px;
}

.content table tr:nth-of-type(odd) td {
	background-color: rgba(0, 0, 0, .03);
}

.content hr {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 5% 0;
	background: #b8b8ac;
	border: 0;
}

.content hr.invisible {
	margin: 2.5% 0;
	background: transparent;
}

.heading {
	position: relative;
	height: 80px;
	margin-bottom: 50px;
	text-align: center;
	background: url('../images/heading-bg.png') repeat-x 0 0;
	overflow: hidden;
}

.heading-left,
.heading-right {
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 80px;
	padding-left: 5px;
	background: #f4f4ef url('../images/heading-left.png') no-repeat 5px 0;
}

.heading-right {
	top: 0;
	right: 0;
	left: auto;
	padding: 0 5px 0 0;
	background: #f4f4ef url('../images/heading-right.png') no-repeat 0 0;
}

.heading h1 {
	font: 700 4em/1.75em "montserrat", Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

.heading h1 span {
	opacity: .50;
	filter: alpha(opacity=50);
}

.heading a {
	color: #f4f4ef;
	text-decoration: none;
	-moz-transition: border 0.2s ease-out, color 0.2s ease-out;
	-webkit-transition: border 0.2s ease-out, color 0.2s ease-out;
	transition: border 0.2s ease-out, color 0.2s ease-out;
	border-bottom: 3px solid rgba(255, 255, 255, 0);
}

.heading a:hover {
	color: #fff;
	border-bottom: 3px solid rgba(255, 255, 255, .35);
}

.gallery {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.gallery .gallery-item {
	float: left;
	width: 18%;
	margin: 0 2.2% 2.2% 0;
}

.gallery .gallery-item img {
	display: block;
	width: 100%;
	height: auto;
}

.gallery .gallery-item a {
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.gallery .gallery-item a:hover,
.gallery .gallery-item a:focus {
	filter: alpha(opacity=50);
	opacity: .50;
}

.gallery .gallery-item:nth-of-type(5n) {
	margin-right: 0;
}

.gallery .gallery-item:nth-of-type(5n+1) {
	clear: left;
}

.gallery .gallery-caption {
	display: none;
}

/* comments
================================================================================= */

#comments {
	margin-bottom: 2.5%;
	padding-top: 2.5%;
}

#comments h3.comments-title {
	padding-bottom: 5%;
	border-bottom: 1px solid #dbdbd5;
}

#comments h3#reply-title {
	margin: 0 0 10px;
	padding-bottom: 0;
	border-bottom: 0;
}

#comments .comment-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#comments .comment-list .comment {
	margin: 5% 0 0;
	padding: 0;
	list-style-type: none;
}

#comments .comment-list .comment.depth-2,
#comments .comment-list .comment.depth-3,
#comments .comment-list .comment.depth-4,
#comments .comment-list .comment.depth-5 {
	margin-left: 5%;
}

#comments .comment-list .comment.thread-even,
#comments .comment-list .comment.thread-odd {
	margin-bottom: 5%;
	padding-bottom: 5%;
	border-bottom: 1px solid #dbdbd5;
}

#comments .comment-list .comment .comment-author {
	margin: 0;
	padding: 0;
}

#comments .comment-list .comment .comment-author img.avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 15px 0 0;
}

#comments .comment-list .comment .comment-author cite,
#comments .comment-list .comment .comment-meta {
	font-size: 12px;
	line-height: 20px;
}

#comments .comment-list .comment .comment-author cite {
	display: inline-block;
	padding-top: 5px;
	font-weight: bold;
	font-size: 13px;
}

#comments .comment-list .comment .comment-meta {
	margin-bottom: 4%;
}

#comments .comment-list .comment .comment-author .says {
	display: none;
}

#comments .comment-list .comment .reply a,
.sce-comment-edit-buttons button,
.content .sce-edit-button a {
	display: inline-block;
	padding: 10px 15px;
	font-weight: 400;
	font-size: 11px;
	line-height: 1em;
	text-decoration: none;
	text-transform: lowercase;
	color: #f4f4ef;
	background: #767672;
	border: none;
	cursor: pointer;
}

#comments .comment-list .comment .reply a:hover,
.sce-comment-edit-buttons button:hover,
.content .sce-edit-button a:hover {
	color: #fff;
	background: #198da8;
}

.sce-comment-edit-buttons {
	position: relative;
	margin-bottom: -32px;
}

.sce-comment-edit-buttons button {
	margin-right: 10px;
}

#comments .comment #respond.comment-respond {
	padding: 5% 0 0 50px;
}

#comments #respond.comment-respond {
	padding-top: 0;
}

#comments #respond label {
	display: none;
}

#comments #respond p.form-allowed-tags {
	display: none;
}

.content #commentform p {
	margin-bottom: 0;
}

.content #commentform p.logged-in-as {
	margin-bottom: 20px;
}

.content #commentform p.comment-form-subscriptions {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 25px;
	font-size: 1.2em;
}

#comments #respond p.comment-form-subscriptions label {
	display: block;
}

.sce-timer {
	display: none;
}

.sce-edit-button {
	float: left;
	margin-right: 10px;
}

.sce-comment-textarea {
	margin-bottom: 20px;
	font-size: 1.4em;
}

.sce-loading {
	margin-bottom: 20px;
}

#canada-council {
	margin: 0 0 50px;
	text-align: center;
}

#canada-council img {
	max-width: 450px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.page-template-store #content {
	float: right;
	width: calc(75% - 50px);
	margin: 0 50px 50px 0;
}

.page-template-store #sidebar {
	float: left;
	width: calc(25% - 100px);
	margin: 0 0 50px 50px;
	padding: 20px;
	background-color: #e4e4df;
	box-sizing: border-box;
	border-radius: 5px;
}

.page-template-store #sidebar h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b8b8ac;
}

.page-template-store #sidebar ul {
	margin: 0;
}

.page-template-store #sidebar ul li {
	margin: 0 0 5px;
	padding: 0;
	list-style-type: none;
}

.page-template-store #sidebar ul li:last-of-type {
	margin-bottom: 0;
}

.page-template-store #sidebar ul li a.current {
	font-weight: bold;
}

/* legacy gravity forms
================================================================================= */

.gform_wrapper {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#theme-my-login,
#theme-my-login1 {
	font-size: 1em;
}

.single-album #theme-my-login1 {
	position: relative;
	margin-top: -12px;
	background: #f4f4ef;
}

.gform_wrapper ul.gform_fields,
.gform_wrapper ul.gform_fields li,
#theme-my-login p,
#theme-my-login1 p {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.gform_wrapper ul.gform_fields li:not(.gfield_hidden),
#theme-my-login p,
#theme-my-login1 p {
	margin-bottom: 20px;
}

.gform_wrapper ul.gform_fields li:not(.gfield_hidden) {
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e2;
}

.gform_wrapper #gform_20 ul.gform_fields,
.gform_wrapper #gform_21 ul.gform_fields {
	margin-bottom: 20px;
	border-bottom: 1px solid #dbdbd5;
}

.gform_wrapper #gform_20 ul.gform_fields li:not(.gfield_hidden),
.gform_wrapper #gform_21 ul.gform_fields li:not(.gfield_hidden) {
	margin-bottom: 0;
	padding-top: 20px;
	border-top: 1px solid #dbdbd5;
	border-bottom: 0;
}

.gform_wrapper h2.gsection_title {
	margin-top: 1.5em;
	font-size: 1.8em;
}

.gform_wrapper ul.gform_fields li label,
#theme-my-login p label,
#theme-my-login1 p label {
	float: left;
	width: 30%;
	font-size: 16px;
}

.page-id-356 form label {
	display: block;
	margin-bottom: 15px;
	font-size: 1.2em;
}

.page-id-356 form br {
	display: none;
}

#theme-my-login p label,
#theme-my-login1 p label {
	margin-right: 5%;
}

.gform_wrapper ul.gform_fields li label .gfield_required {
	margin-left: 5px;
	color: #cd0014;
}

.gform_wrapper ul.gform_fields li .ginput_container,
.gform_wrapper ul.gform_fields li .gfield_description,
.gform_wrapper ul.gform_fields li .clear-multi {
	float: right;
	width: 65%;
}

.gform_wrapper ul.gform_fields li .ginput_container.gfield_date_dropdown_month,
.gform_wrapper ul.gform_fields li .ginput_container.gfield_date_dropdown_day,
.gform_wrapper ul.gform_fields li .ginput_container.gfield_date_dropdown_year {
	float: left;
	width: auto;
	margin-right: 10px;
}

.gform_wrapper ul.gform_fields li .gfield_description {
	padding-top: 10px;
	font-size: .85em;
	line-height: 1.5em;
	opacity: .75;
	filter: alpha(opacity=75);
}

.gform_wrapper .gform_hidden,
.gform_wrapper .gfield_hidden label,
.gform_wrapper .gfield_hidden input,
.gform_wrapper .gfield_hidden select {
	display: none;
	height: 0;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper textarea,
.gform_wrapper select,
#theme-my-login input[type="text"],
#theme-my-login input[type="password"],
#theme-my-login textarea,
#theme-my-login1 input[type="text"],
#theme-my-login1 input[type="password"],
#theme-my-login1 textarea,
#comments textarea,
#list-signup input[type="email"],
.page-id-356 input#s2email {
	width: 92%;
	margin: 0;
	padding: 3% 4%;
	font: 16px/1.5em "museo-slab", Arial, Verdana, sans-serif;
	color: #767672;
	background: #dbdbd5;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

.gform_wrapper select {
	width: 100%;
}

.gform_wrapper .gfield_error input[type="text"],
.gform_wrapper .gfield_error input[type="email"],
.gform_wrapper .gfield_error input[type="tel"],
.gform_wrapper .gfield_error input[type="url"],
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error input[type="text"]:focus,
.gform_wrapper .gfield_error input[type="email"]:focus,
.gform_wrapper .gfield_error input[type="tel"]:focus,
.gform_wrapper .gfield_error input[type="url"]:focus,
.gform_wrapper .gfield_error textarea:focus,
.gform_wrapper .gfield_error select:focus {
	color: #cd0014;
	background: #fbeced;
	-webkit-box-shadow: inset 0 0 0 1px #cd0014;
	-moz-box-shadow: inset 0 0 0 1px #cd0014;
	box-shadow: inset 0 0 0 1px #cd0014;
}

.gform_wrapper .gfield_error input[type="text"]:focus,
.gform_wrapper .gfield_error input[type="email"]:focus,
.gform_wrapper .gfield_error input[type="tel"]:focus,
.gform_wrapper .gfield_error input[type="url"]:focus,
.gform_wrapper .gfield_error textarea:focus,
.gform_wrapper .gfield_error select:focus {
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #dbdbd5;
	-moz-box-shadow: inset 0 0 0 1px #dbdbd5;
	box-shadow: inset 0 0 0 1px #dbdbd5;
}

#theme-my-login input[type="text"],
#theme-my-login input[type="password"],
#theme-my-login1 input[type="text"],
#theme-my-login1 input[type="password"] {
	float: left;
	width: 59%;
	padding: 3% 4%;
}

#theme-my-login #loginform input[type="text"],
#theme-my-login #loginform input[type="password"],
#theme-my-login #lostpasswordform input[type="text"],
#theme-my-login #lostpasswordform input[type="password"],
#theme-my-login1 #loginform1 input[type="text"],
#theme-my-login1 #loginform1 input[type="password"],
#theme-my-login1 #lostpasswordform input[type="text"],
#theme-my-login1 #lostpasswordform input[type="password"] {
	padding: 2.7%;
}

#theme-my-login #your-profile input[type="text"],
#theme-my-login #your-profile input[type="password"],
#theme-my-login #your-profile textarea,
#theme-my-login1 #your-profile input[type="text"],
#theme-my-login1 #your-profile input[type="password"],
#theme-my-login1 #your-profile textarea {
	width: 92%;
	padding: 3% 4%;
	font-size: 1.3em;
}

#theme-my-login #your-profile #pass-strength-result,
#theme-my-login1 #your-profile #pass-strength-result {
	margin: 20px 0;
}

.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus,
#theme-my-login input[type="text"]:focus,
#theme-my-login input[type="password"]:focus,
#theme-my-login textarea:focus,
#theme-my-login1 input[type="text"]:focus,
#theme-my-login1 input[type="password"]:focus,
#theme-my-login1 textarea:focus,
#comments textarea:focus,
#list-signup input[type="email"]:focus,
input#s2email:focus {
	color: #4f4f4c;
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #dbdbd5;
	-moz-box-shadow: inset 0 0 0 1px #dbdbd5;
	box-shadow: inset 0 0 0 1px #dbdbd5;
}

.gform_wrapper input[disabled="disabled"],
#theme-my-login input[disabled="disabled"],
#theme-my-login1 input[disabled="disabled"] {
	opacity: .50;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}

.gform_wrapper select {
	max-width: 100%;
	font-size: 16px;
}

.gform_wrapper .gform_button,
.gform_wrapper .gform_next_button,
.gform_wrapper .gform_previous_button,
#theme-my-login input[type="submit"],
#theme-my-login1 input[type="submit"],
#theme-my-login .tml-action-links a,
#theme-my-login1 .tml-action-links a,
#comments #submit,
#list-signup input[type="submit"],
.page-id-356 form input[type="submit"] {
	display: inline-block;
	margin: 0 10px 0 35%;
	padding: 20px;
	font: 1.4em/1em "montserrat", Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #f4f4ef;
	background: #767672;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.gform_wrapper .gform_next_button {
	margin: 0;
}

.gform_wrapper .gform_previous_button {
	margin: 0 20px 0 0;
}

.page-id-356 form input[type="submit"] {
	float: left;
	margin: 0 10px 0 0;
}

#theme-my-login input[type="submit"],
#theme-my-login1 input[type="submit"],
#theme-my-login .tml-action-links a,
#theme-my-login1 .tml-action-links a,
#comments #submit {
	padding-left: 0;
	padding-right: 0;
	width: 220px;
	font-size: 1em;
	-webkit-appearance: none;
}

#comments #submit {
	margin: 25px 0 0;
}

.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:focus,
.gform_wrapper .gform_next_button:hover,
.gform_wrapper .gform_next_button:focus,
.gform_wrapper .gform_previous_button:hover,
.gform_wrapper .gform_previous_button:focus,
#theme-my-login input[type="submit"]:hover,
#theme-my-login input[type="submit"]:focus,
#theme-my-login1 input[type="submit"]:hover,
#theme-my-login1 input[type="submit"]:focus,
#theme-my-login .tml-action-links a:hover,
#theme-my-login .tml-action-links a:focus,
#theme-my-login1 .tml-action-links a:hover,
#theme-my-login1 .tml-action-links a:focus,
#comments #submit:hover,
#comments #submit:focus,
#list-signup input[type="submit"]:hover,
#list-signup input[type="submit"]:focus,
#content form input[type="submit"]:hover,
#content form input[type="submit"]:focus {
	background: #198da8;
}

.gform_wrapper .gform_validation_container {
	display: none;
}

.gform_footer {
	clear: both;
}

#theme-my-login h3,
#theme-my-login1 h3 {
	margin: 0 0 20px;
	font-weight: 700;
}

#theme-my-login #pass-strength-result,
#theme-my-login1 #pass-strength-result {
	float: left;
	clear: both;
	width: 94%;
	margin-bottom: 15px;
	padding: 3%;
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background: #878782;
}

#theme-my-login #pass-strength-result.short,
#theme-my-login1 #pass-strength-result.short {
	background: #cd0014;
}

#theme-my-login #pass-strength-result.short,
#theme-my-login1 #pass-strength-result.short {
	background: #cd0014;
}

#theme-my-login #pass-strength-result.good,
#theme-my-login1 #pass-strength-result.good {
	background: #be9500;
}

#theme-my-login #pass-strength-result.strong,
#theme-my-login1 #pass-strength-result.strong {
	background: #35b31b;
}

.content #theme-my-login table th,
.content #theme-my-login table td,
.content #theme-my-login1 table th,
.content #theme-my-login1 table td {
	padding: 10px 0;
	text-align: left;
	border: 0;
}

.content #theme-my-login table th,
.content #theme-my-login1 table th {
	float: left;
	display: inline-block;
	width: 35%;
	font-weight: normal;
}

.content #theme-my-login table td,
.content #theme-my-login1 table td {
	display: inline-block;
	width: 65%;
}

.content #theme-my-login table th label,
.content #theme-my-login1 table th label {
	font-size: 14px;
	line-height: 54px;
}

.content #theme-my-login th span.description,
.content #theme-my-login1 th span.description {
	opacity: .50;
	filter: alpha(opacity=50);
}

.content #theme-my-login td span.description,
.content #theme-my-login1 td span.description {
	display: block;
	clear: both;
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.4em;
	opacity: .50;
	filter: alpha(opacity=50);
}

.content #theme-my-login td p.indicator-hint,
.content #theme-my-login1 td p.indicator-hint {
	font-size: 12px;
	line-height: 1.4em;
}

.content #theme-my-login #pass1-text,
.content #theme-my-login1 #pass1-text {
	display: none;
}

.content #theme-my-login .show-password #pass1-text,
.content #theme-my-login1 .show-password #pass1-text {
	display: block;
}

.content #theme-my-login .show-password #pass1,
.content #theme-my-login1 .show-password #pass1 {
	display: none;
}

.content #theme-my-login table .tml-display-name-wrap th label,
.content #theme-my-login1 table .tml-display-name-wrap th label {
	line-height: normal;
}

.content #theme-my-login table td p,
.content #theme-my-login1 table td p {
	font-size: 12px;
	line-height: 1.4em;
}

.content #theme-my-login table td label,
.content #theme-my-login table td p label,
.content #theme-my-login1 table td label,
.content #theme-my-login1 table td p label {
	width: auto;
	font-size: 12px;
}

.content #theme-my-login table td p#wpua-preview,
.content #theme-my-login table td p#wpua-thumbnail,
.content #theme-my-login1 table td p#wpua-preview,
.content #theme-my-login1 table td p#wpua-thumbnail {
	float: left;
	width: 96px;
	margin-right: 20px;
	text-align: center;
}

.content #theme-my-login table td p#wpua-preview img,
.content #theme-my-login table td p#wpua-thumbnail img,
.content #theme-my-login1 table td p#wpua-preview img,
.content #theme-my-login1 table td p#wpua-thumbnail img {
	margin-bottom: 5px;
}

.content #theme-my-login td input[type="checkbox"],
.content #theme-my-login1 td input[type="checkbox"] {
	float: left;
	margin-right: 5px;
}

#theme-my-login #your-profile table.form-table,
#theme-my-login1 #your-profile table.form-table {
	margin-bottom: 5%;
}

#your-profile h2,
.admin #your-profile table:nth-of-type(6),
.jury #your-profile table:nth-of-type(5) {
	display: none;
}

#theme-my-login p.submit,
#theme-my-login1 p.submit {
	padding-top: 5%;
	border-top: 1px solid #dbdbd5;
}

#theme-my-login ul.tml-action-links,
#theme-my-login1 ul.tml-action-links {
	margin-left: 0;
	list-style-type: none;
}

.single-album #theme-my-login1 ul.tml-action-links li:first-of-type {
	display: none;
}

#theme-my-login ul.tml-action-links li,
#theme-my-login1 ul.tml-action-links li {
	list-style-type: none;
}

#your-profile table:nth-of-type(3) tr:first-of-type {
	display: none;
}

#theme-my-login p#wpua-preview-existing {
	display: none;
}

#theme-my-login p#wpua-thumbnail-existing .description {
	display: none;
}

#gform_6 .gfield_contains_required,
#gform_7 .gfield_contains_required {
	float: left;
	width: 48%;
}

#gform_6 .gfield_contains_required:nth-of-type(even),
#gform_7 .gfield_contains_required:nth-of-type(even) {
	float: right;
}

#gform_6 label,
#gform_6 .ginput_container,
#gform_7 label,
#gform_7 .ginput_container {
	width: 100%;
}

#gform_6 .gform_button,
#gform_7 .gform_button {
	margin-left: 0;
}

.content .gform_wrapper table {
	margin-bottom: 0;
}

.content .gform_wrapper table td {
	padding: 0;
	background-color: transparent !important;
	border-bottom: 0;
}

.gform_wrapper .gfield_list_group td {
	padding-top: 20px !important;
}

.gform_wrapper .gfield_list_group:first-of-type td {
	padding-top: 0 !important;
}

.gform_wrapper .gfield_list_group .gfield_list_cell {
	padding-right: 20px;
}

.gform_ajax_spinner {
	display: none;
}

/* gravity forms
================================================================================= */

.gform_wrapper.gravity-theme {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.8em;
}

.gform_wrapper.gravity-theme#gform_wrapper_29 {
	padding: 50px;
	background: rgba(255, 255, 255, .5);
	border: 1px solid #dbdbd5;
	box-sizing: border-box;
}

.gravity-theme h3 {
	padding-top: 2em;
	border-top: 1px solid #dbdbd5;
}

.gravity-theme .gfield_label {
	display: block;
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 500;
}

.gravity-theme .hidden_label .gfield_label {
	display: none;
}

.gravity-theme .gfield {
	margin-bottom: 25px;
}

.gravity-theme .ginput_complex {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}

.gravity-theme .ginput_complex span {
	width: calc(50% - 20px);
	margin: 0 10px;
}

.gravity-theme .ginput_complex span label,
.gravity-theme .ginput_complex .ginput_full label {
	display: block;
	padding-top: 5px;
}

.gravity-theme .ginput_complex .ginput_full {
	width: calc(100% - 20px);
	flex-shrink: 0;
	margin: 0 10px 10px;
}

.gravity-theme .gfield_radio {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.gravity-theme .gfield_radio .gchoice {
	margin: 0 10px 10px;
}

.gravity-theme .gfield_required_asterisk {
	margin-left: 5px;
	color: #cd0014;
}

.gravity-theme .gfield_consent_description {
	height: 200px;
	margin-bottom: 20px;
	padding: 15px;
	overflow-y: scroll;
	border: 1px solid #dbdbd5;
}

.gravity-theme .gfield_creditcard_warning_message {
	display: none;
	margin-bottom: 20px;
	font-weight: 500;
	color: #cd0014;
}

.gravity-theme input[type="text"],
.gravity-theme input[type="email"],
.gravity-theme input[type="tel"],
.gravity-theme input[type="url"],
.gravity-theme textarea,
.gravity-theme select,
.gravity-theme .StripeElement {
	width: 100%;
	height: 50px;
	padding: 12px 15px;
	background: #fff;
	border: 1px solid #dbdbd5;
	border-radius: 0;
	box-sizing: border-box;
}

.gravity-theme .gform_footer {
	padding-top: 15px;
}

.gravity-theme .gform_button {
	margin-left: 0;
	background: #198da8;
}

.gravity-theme .gform_button:focus,
.gravity-theme .gform_button:hover {
	background: #252525 !important;
}

.gravity-theme input.ginput_total {
	font-family: "museo-slab", Arial, Verdana, sans-serif;
	font-size: 1.8em;
	font-weight: 500;
	color: #252525;
	background: transparent;
	border: 0;
}

#field_29_10 legend {
	display: block;
	width: 100%;
	margin-top: 1em;
	padding-top: 2.5em;
	border-top: 1px solid #dbdbd5;
}

/* heritage prize
================================================================================= */

.page-template-heritage #full {
	min-height: 0;
}

#heritage-vote-header img {
	width: auto;
	max-height: 77px;
}

#heritage-vote-back {
	text-align: right;
}

#heritage-intro {
	float: left;
	width: 100%;
}

#heritage-intro-logo {
	float: left;
	width: 34.78%;
}

#heritage-intro-logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

#heritage-intro-content {
	float: right;
	width: 60.22%;
}

#heritage-intro-content p {
	margin: 0;
	font-size: 1.6em;
	line-height: 2em;
}

#heritage-intro-content p span {
	margin: 0 10px;
}

#heritage-banner {
	margin-bottom: 50px;
	background: #fff;
	border-top: 1px solid #b8b8ab;
	border-bottom: 1px solid #b8b8ab;
}

#heritage-banner-inner {
	display: table;
	table-layout: fixed;
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
}

#heritage-banner-left {
	display: table-cell;
	width: 50%;
	padding: 50px 50px 49px 0;
	box-sizing: border-box;
	border-right: 1px solid #b8b8ab;
	text-align: right;
	vertical-align: middle;
}

#heritage-banner-left img {
	max-width: 100%;
	height: auto;
}

#heritage-banner-left a {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

#heritage-banner-left a:hover {
	filter: alpha(opacity=75);
	opacity: .75;
}

#heritage-banner-right {
	display: table-cell;
	width: 50%;
	padding: 50px 0 50px 50px;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
}

#heritage-banner-right a {
	font-size: 1.8em;
	text-decoration: none;
	color: #138da9;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

#heritage-banner-right a:hover,
#heritage-banner-right a:focus {
	text-decoration: underline;
	color: #000;
}

#heritage-banner-right hr {
	margin: 10px 0;
	max-width: 396px;
	height: 1px;
	background: #bfbfbf;
	border: 0;
}

#heritage-past h2 {
	font: 700 4em/1em "montserrat", Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #be9500;
}

#heritage-past-winners {
	position: relative;
}

.heritage-winner {
	display: table;
	table-layout: fixed;
	margin-bottom: 30px;
}

.heritage-winner-cover {
	position: relative;
	display: table-cell;
	width: 45%;
	text-align: left;
	vertical-align: middle;
}

.heritage-winner-cover img {
	display: block;
}

.heritage-winner-info {
	display: table-cell;
	width: 50%;
	padding-left: 5%;
	text-align: left;
	vertical-align: middle;
}

.heritage-winner-info p {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.6em;
}

.heritage-winner-info .nominee-poster {
	width: 88px;
	margin-top: 5px;
}

.heritage-winner-info .nominee-poster a {
	display: block;
	padding: 3px;
	background: #767672;
}

.heritage-winner-info .nominee-poster a:hover,
.heritage-winner-info .nominee-poster a:focus {
	background: #008da9;
}

.heritage-winner-info .nominee-poster img {
	display: block;
}

#heritage-vote-nominees {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}

#heritage-vote-nominees h2,
#heritage-past h3 {
	position: relative;
	display: inline-block;
	margin: 0 0 40px;
	font: 700 16px "montserrat", Arial, sans-serif;
	letter-spacing: 0.2em;
	color: #198da8;
	z-index: 10;
}

#heritage-past h3 {
	margin-bottom: 10px;
	color: #777670;
}

#heritage-past h6 {
	margin: 0 0 40px;
}

#heritage-vote-nominees hr,
#heritage-past hr {
	position: absolute;
	top: 11px;
	margin: 0;
	z-index: 1;
}

#heritage-vote-button {
	text-align: center;
}

#heritage-vote-button a:hover,
#heritage-vote-button-top a:hover,
#heritage-vote-button-bottom a:hover,
#heritage-vote-back a:hover,
#heritage-vote-bottom a:hover {
	filter: alpha(opacity=50);
	opacity: .50;
}

.heritage-nominee-header {
	display: table;
	table-layout: fixed;
	background: #fff;
}

.heritage-nominee-cover,
.heritage-nominee-stream {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

.heritage-nominee-stream a svg {
	margin-bottom: -1.5px;
	width: 15px;
	height: 15px;
	fill: #198da8;
}

.heritage-nominee-stream a:hover svg {
	fill: #474445;
}

.heritage-nominee {
	height: 240px;
	text-align: center;
}

.heritage-nominee-header {
	margin-bottom: 15px;
}

.heritage-nominee img {
	display: block;
	border-right: 1px solid #f4f4ef;
}

.heritage-nominee h4 {
	margin: 0 0 5px;
	font-size: 12px;
	color: #bab9b0;
}

.heritage-nominee ul,
.heritage-nominee ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.heritage-nominee ul li {
	display: inline-block;
	margin: 0 2px;
}

.heritage-nominee ul li i {
	font-style: normal;
}

.heritage-nominee p {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.4em;
}

#heritage-vote-nominees {
	display: table;
	table-layout: fixed;
	margin-bottom: 50px;
}

.heritage-decade {
	display: table-cell;
	width: 25%;
	padding: 40px 2.5% 0;
	background: #f0f0ec;
	border-right: 1px solid #b8b8ac;
}

.heritage-decade:nth-of-type(odd) {
	background: #e9e9e3;
}

.heritage-decade:last-of-type {
	border-right: none;
}

#heritage-vote-bottom {
	position: relative;
	clear: both;
	text-align: center;
}

#heritage-vote {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 1000;
}

#heritage-vote-poll {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 80%;
	max-width: 500px;
	height: 80%;
	background: #f4f4ef;
	box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}

#heritage-vote-poll-header {
	float: left;
	width: calc(100% - 60px);
	height: 40px;
	padding: 30px;
	background: #bd9401;
}

#heritage-vote-poll-header h2 {
	float: left;
	font: 700 40px/1em "montserrat", Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

#heritage-vote-poll-header a {
	float: right;
	color: #fff;
}

#heritage-vote-poll-header a:hover {
	color: #474445;
}

#heritage-vote-poll-body {
	position: relative;
	width: 100%;
	height: calc(100% - 100px);
	overflow-y: scroll;
	overflow-x: hidden;
}

#heritage-vote-poll-body hr {
	position: absolute;
	top: 35px;
	left: 30px;
	width: calc(100% - 60px);
	height: 1px;
	background: #b8b8ac;
	border: 0;
}

#heritage-vote-poll .gform_wrapper {
	width: calc(100% - 60px);
	margin: 0;
	padding: 30px;
}

#heritage-vote-poll .gform_wrapper ul li.gfield {
	text-align: left;
}

#heritage-vote-poll .gform_wrapper ul li.gfield label,
#heritage-vote-poll .gform_wrapper ul li.gfield .ginput_container {
	float: none;
	width: 100%;
}

#heritage-vote-poll .gform_wrapper ul li.gfield label.gfield_label {
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0 0 30px 15px;
	padding: 0 15px;
	font: 700 16px "montserrat", Arial, sans-serif;
	letter-spacing: 0.2em;
	color: #198da8;
	background: #f4f4ef;
	z-index: 10;
}

#heritage-vote-poll .gform_wrapper ul li.gfield .ginput_container {
	text-align: left;
}

#heritage-vote-poll .gform_wrapper ul li.gfield .ginput_container ul li {
	position: relative;
	width: calc(100% - 60px);
	padding: 0 30px;
	margin-bottom: 10px;
	font-size: 14px;
}

#heritage-vote-poll .gform_wrapper ul li.gfield .ginput_container ul li {
	font-weight: 700;
	line-height: 1.5em;
	border-bottom: 0;
}

#heritage-vote-poll .gform_wrapper ul li.gfield .ginput_container ul li em {
	font-style: italic;
	font-weight: normal;
	color: #a8a7a7;
}

#heritage-vote-poll .gform_wrapper ul li.gfield .ginput_container ul li input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
}

#heritage-vote-poll .gform_wrapper .gform_button {
	margin: 0 auto;
}

#heritage-vote-poll #heritage-thanks {
	position: relative;
	padding: 30px;
	font-size: 1.6em;
	background: #f4f4ef;
	z-index: 10;
}

#heritage-vote-poll #heritage-thanks h3 {
	color: #198da8;
}

.page-template-heritage-about #content h3:first-of-type {
	margin-top: 0;
}

#heritage-nominees {
	float: left;
	width: 100%;
	text-align: center;
}

#heritage-nominees #heritage-vote-button-top {
	margin-bottom: 50px;
}

#heritage-nominees #heritage-vote-button-bottom {
	clear: left;
	padding-top: 25px;
}

#heritage-winners {
	float: left;
	width: 69.57%;
}

#heritage-winners h2,
#heritage-posters-widget h2 {
	margin-bottom: 5px;
	font: 700 18px "montserrat", Arial, sans-serif;
	letter-spacing: 0.2em;
}

#heritage-winners h6,
#heritage-posters-widget h6 {
	margin: 0 0 25px;
	color: #767672;
}

#heritage-winners .heritage-winners-decade {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #b8b8ac;
}

#heritage-winners .heritage-winners-decade:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#heritage-nominees .heritage-nominees-albums .nominee .nominee-title,
#heritage-winners .heritage-winners-decade .nominee .nominee-title {
	margin-bottom: 5px;
}

#heritage-nominees .heritage-nominees-albums .nominee .nominee-author,
#heritage-winners .heritage-winners-decade .nominee .nominee-author {
	margin-bottom: 10px;
}

#heritage-nominees .nominee,
#heritage-winners .nominee {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

#heritage-nominees .nominee .nominee-cover,
#heritage-winners .nominee .nominee-cover {
	width: 47.5%;
}

#heritage-nominees .nominee .nominee-details,
#heritage-winners .nominee .nominee-details {
	width: 47.5%;
	padding-left: 5%;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}

#heritage-nominees .nominee .nominee-details .nominee-name,
#heritage-winners .nominee .nominee-details .nominee-name {
	margin-bottom: 5px;
	font-size: 14px;
}

#heritage-posters-widget {
	float: right;
	width: 26.09%;
}

#heritage-posters-widget img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

#heritage-posters-widget .poster a {
	display: block;
	padding: 3px;
	background: #767672;
}

#heritage-archive .heritage-archive-heading {
	margin-bottom: 50px;
	font-size: 32px;
	text-align: center;
	color: #474445;
}

#heritage-archive .heritage-archive-nom {
	position: relative;
	float: left;
	width: calc(20% - 1px);
	margin: 0 1px 1px 0;
}

#heritage-archive .heritage-archive-nom:hover .heritage-archive-nom-info {
	visibility: visible;
}

#heritage-archive .heritage-archive-nom-cover img {
	display: block;
}

#heritage-archive .heritage-archive-nom-info {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	text-align: center;
	background-color: rgba(25, 141, 168, .9);
	box-sizing: border-box;
	visibility: hidden;
}

#heritage-archive .heritage-archive-nom-info p {
	margin-bottom: 0;
	line-height: 1.4em;
	color: #fff;
}

#heritage-archive .heritage-archive-nom ul {
	margin: 5px 0 0;
	padding: 0;
	list-style-type: none;
}

#heritage-archive .heritage-archive-nom ul li {
	display: inline-block;
	margin: 0 3px;
	padding: 0;
	list-style-type: none;
}

#heritage-archive .heritage-archive-nom ul li a {
	color: #d6d6c9;
}

#heritage-winners-split {
	padding-top: 30px;
}

#heritage-winners-split h2 {
	margin: -17px 0 70px;
	font-size: 24px;
	text-align: center;
}

#heritage-winners-split h2 span {
	display: inline-block;
	padding: 0 30px;
	background-color: #f4f4ef;
}

#heritage-winners-split .nominee-cover {
	margin-bottom: 30px;
}

#heritage-winners-split .nominee-name {
	margin-bottom: 5px;
	font-size: 2.4em;
}

#heritage-winners-split .nominee-title {
	margin-bottom: 15px;
	font-size: 2em;
	font-style: italic;
	color: #767672;
}

#heritage-winners-split .nominee-links {
	margin-bottom: 20px;
}

/* sidebar
================================================================================= */

#sidebar .widget {
	float: left;
	width: 100%;
	margin-bottom: 14%;
}

.widget img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

#sidebar #suggestion-list.content h3 {
	margin: 15px 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbd5;
}

#sidebar #suggestion-list.content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar #suggestion-list.content ul li {
	margin: 10px 0 0;
	list-style-type: none;
}

#sidebar #suggestion-list.content ul li p {
	margin-bottom: 0;
	line-height: 1.5em;
}

/* other pages
================================================================================= */

#about-buttons {
	margin-bottom: 30px;
}

#about-buttons a,
#jury-buttons a {
	margin-left: 10px;
	margin-right: 10px;
}

.content #about-lead p {
	font-size: 2em;
	line-height: 1.7em;
	text-align: center;
}

.content #about-facts ul {
	display: flex;
	flex-wrap: wrap;
	margin: 50px -10px 30px;
}

.content #about-facts ul li {
	flex-grow: 4;
	width: calc(50% - 82px);
	margin: 0 10px 20px;
	padding: 30px;
	list-style-type: none;
	font-size: 1.6em;
	line-height: 1.6em;
	text-align: center;
	background: rgba(255, 255, 255, .5);
	border: 1px solid #dbdbd5;
	cursor: default;
}

.content #about-facts ul li:hover {
	background: #fff;
}

.content #about-facts ul li strong {
	display: block;
	margin-bottom: 10px;
	font-size: 1.8em;
	color: #008da8;
}

.blog-post {
	float: left;
	width: 100%;
	margin-bottom: 6.5%;
	padding-bottom: 3.25%;
	border-bottom: 1px solid #dbdbd5;
}

.single .blog-post {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.third .blog-post {
	margin-bottom: 3.25%;
	padding-bottom: 0;
	font-size: .85em;
	border-bottom: 0;
}

.blog-post .blog-tnail {
	float: left;
	width: 20%;
}

.blog-post .blog-tnail img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.blog-post .blog-content {
	float: right;
	width: 73.5%;
}

.blog-post h2 {
	margin: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.blog-post p,
.blog-post li {
	font-weight: 300;
}

.blog-post .blog-meta {
	margin-bottom: 20px;
	font: 1.1em/1.8em "montserrat", Arial, sans-serif;
}

.single .blog-post .blog-meta {
	margin: -15px 0 25px;
	font-size: 1.2em;
}

.blog-post .blog-meta time,
.blog-post .blog-meta .blog-author {
	text-transform: uppercase;
}

.blog-share {
	float: left;
	width: 100%;
	padding-top: 25px;
	border-top: 1px solid #dbdbd5;
}

.blog-share-twitter,
.blog-share-facebook {
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.fb-comments {
	margin-top: 3.25%;
}

.sponsor-category {
	float: left;
	width: 100%;
	padding-bottom: 2.5%;
	margin-bottom: 5%;
	border-bottom: 1px solid #dddcd8;
}

.sponsor-category h2 {
	margin-bottom: 5%;
	font-size: 2.4em;
	text-align: center;
	color: #008da9;
}

.sponsor-loop {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sponsor {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 22.25%;
	margin: 0 1.25% 2.5% 1.25%;
	text-align: center;
	border: 1px solid #dddcd8;
	background-color: #fbfbfa;
}

.sponsor-category-presenting .sponsor {
	width: 35%;
}

.sponsor-category-presenting .sponsor img {
	width: 360px;
}

.sponsor img {
	display: block;
	margin: auto;
	max-width: 90%;
}

.sponsor ul.sponsor-linkage,
.sponsor ul.sponsor-linkage li,
ul.nominee-links,
ul.nominee-links li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nominees-longlist ul.nominee-links,
#nominees-longlist ul.nominee-links li {
	text-align: center;
}

ul.nominee-links li,
.sponsor ul.sponsor-linkage li {
	display: inline-block;
	font-size: 18px;
	overflow: hidden;
}

#nominees-shortlist ul.nominee-links li,
.single-album ul.nominee-links li {
	float: left;
}

ul.nominee-links li a,
.sponsor ul.sponsor-linkage a {
	display: flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	color: #f4f4ef;
	background-color: #9c9c99;
	text-decoration: none;
	border: 0;
}

ul.nominee-links li a i,
.sponsor ul.sponsor-linkage a i {
	font-style: normal;
	color: #f4f4ef;
}

ul.nominee-links li a:hover,
ul.nominee-links li a:focus,
.sponsor ul.sponsor-linkage li a:hover,
.sponsor ul.sponsor-linkage li a:focus {
	text-decoration: none;
	background-color: #008da9;
}

ul.nominee-links li.nominee-links-youtube-music svg {
	width: 20px;
	height: 20px;
}

.sponsor ul.sponsor-linkage {
	clear: both;
	display: inline-block;
	width: 100%;
	padding: 15px 0 10px;
	text-align: center;
	background-color: #f8f8f5;
	border-top: 1px solid #dddcd8;
}

.sponsor ul.sponsor-linkage li {
	display: inline-block;
	overflow: hidden;
	margin: 0 5px 0 0;
}

.sponsor ul.sponsor-linkage li {
	float: none;
}

.sponsor .sponsor-designation {
	padding: 0 20px 10px;
	font-size: 1.2em;
	color: #9c9c99;
	background-color: #fbfbfa;
}

#full ul.nominee-links li,
.single-album ul.nominee-links li {
	margin: 0 5px 5px 0;
}

.video-embed {
	margin-bottom: 20px;
}

#videos article {
	text-align: center;
}

#videos article .video-tnail {
	margin-bottom: 18px;
	background: #008da9;
}

#videos article .video-tnail img {
	display: block;
}

#videos article .video-tnail a:hover img,
#videos article .video-tnail a:focus img {
	opacity: .50;
	-webkit-filter: grayscale(1);
	filter: url('../images/filters.svg#grayscale');
	filter: gray;
	filter: alpha(opacity=50);
}

#videos article h2 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 2em;
	border-bottom: 0;
}

#nominees-years-current {
	margin-bottom: 4.3478261%;
	padding-bottom: 4.3478261%;
	text-align: center;
	border-bottom: 1px solid #dbdbd5;
}

#nominees-years-current h2 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 4em;
	border-bottom: 0;
}

#nominees-years .quarter {
	text-align: center;
}

#nominees-years .quarter h2 {
	margin: 0 0 15px;
	padding: 0;
	font: 500 4em/1em "montserrat", Arial, sans-serif;
	border-bottom: 0;
}

#nominees-years-current p,
#nominees-years .quarter p {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

#nominees-years-current p em,
#nominees-years .quarter p em {
	opacity: .75;
	filter: alpha(opacity=75);
}

.nominees {
	float: left;
	width: 100%;
	margin-bottom: 4.3478261%;
	border-bottom: 1px solid #dbdbd5;
}

#nominees-shortlist,
#nominees-longlist {
	margin-bottom: 0;
	border-bottom: 0;
}

.nominees h2 {
	margin: 0 0 4.3478261%;
	padding-bottom: 0;
	font-size: 2.2em;
	line-height: 1em;
	color: #767672;
	border-bottom: 0;
}

.nominee-details .nominee-title {
	font-style: italic;
	color: #767672;
}

.nominee-details .nominee-author {
	font-size: 12px;
	color: #bebebc;
}

.nominee-details .nominee-author strong {
	font-weight: normal;
	color: #a4a4a2;
}

.nominee-details .nominee-media,
.nominee-details .nominee-contact {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #dbdbd5;
}

.nominee-details .nominee-media p,
.nominee-details .nominee-contact p {
	margin-bottom: 2px;
	font-size: 12px;
	color: #a4a4a2;
}

.nominee-details .nominee-city,
.nominee-details .nominee-date,
.nominee-details .nominee-contact {
	color: #bebebc;
}

.nominee-details .nominee-city {
	font-size: .9em;
}

.nominee-cover {
	position: relative;
}

.nominee-cover img {
	display: block;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#nominees-winner .nominee-cover:hover img,
#nominees-shortlist .nominee-cover:hover img,
#nominees-longlist .nominee-cover:hover img {
	opacity: .75;
	filter: alpha(opacity=75);
}

.nominee-cover a.post-edit-link {
	position: absolute;
	top: 0;
	left: 0;
}

.nominee-cover a.post-edit-link {
	padding: 10px;
	font-size: 10px;
	color: #fff;
	background: #767672;
}

.nominee-cover a.post-edit-link:hover {
	background: #468fa8;
	border-color: #468fa8;
}

.nominee-cover-icons {
	position: absolute;
	margin: 0 !important;
	padding: 8px 6px;
	bottom: 0;
	right: 0;
	background: #f4f4ef;
}

.nominee-cover-icons .fa {
	margin: 0 2px;
	font-size: 14px;
	color: #b8b8ad;
}

.nominee .nominee-poster {
	position: relative;
	clear: both;
	width: 70px;
}

#nominees-longlist .nominee .nominee-poster,
#nominees-winner .nominee .nominee-poster {
	display: none;
}

#nominees-shortlist .nominee .nominee-poster {
	padding-top: 10px;
}

.single .nominee .nominee-poster {
	padding-top: 15px;
}

.nominee .nominee-poster img {
	display: block;
}

.nominee .nominee-poster a {
	display: block;
	padding: 3px;
	background: #767672;
}

.nominee .nominee-poster a:hover,
.nominee .nominee-poster a:active {
	background: #008da9;
}

.nominees .nominee-winner {
	display: none;
}

.nominees .nominee-winner h2 {
	margin-bottom: 5px;
	font-size: 1.6em;
}

#nominees-winner .nominee {
	float: left;
	width: 100%;
	margin-bottom: 4.3478261%;
}

#nominees-winner .nominee-cover {
	float: left;
	width: 21.7391304%;
	margin-right: 4.3478261%;
}

#nominees-winner .nominee-details {
	float: left;
	width: 73.9130435%;
	font-size: 1.4em;
	line-height: 1.2em;
}

#nominees-winner .nominee-details .nominee-name,
#nominees-winner .nominee-details .nominee-title {
	font-size: 2.8em;
	line-height: 1.2em;
	color: #767672;
}

#nominees-winner .nominee-details .nominee-title {
	font-size: 2.4em;
	color: #a4a4a2;
}

#nominees-winner .nominee-details .nominee-city {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #bebebc;
}

#nominees-winner .nominee-details .nominee-winner {
	display: block;
}

#nominees-shortlist .nominee {
	float: left;
	width: 47.826087%;
	margin-bottom: 4.3478261%;
}

#nominees-shortlist .nominee:nth-of-type(odd) {
	clear: both;
}

#nominees-shortlist .nominee:nth-of-type(even) {
	float: right;
}

#nominees-shortlist .nominee-cover,
#nominees-shortlist .nominee-details {
	float: left;
	width: 45.4545455%;
}

#nominees-shortlist .nominee-details {
	float: right;
	font-size: 1.6em;
	line-height: 1.3em;
}

#nominees-shortlist .nominee-details div {
	margin-bottom: 5px;
}

#nominees-winner .nominee-details ul.nominee-links,
#nominees-shortlist .nominee-details ul.nominee-links,
#nominees-longlist .nominee-details ul.nominee-links,
.album .nominee-details ul.nominee-links {
	clear: both;
	margin-bottom: 15px;
	padding-top: 10px;
}

.album .nominee-details ul.nominee-links {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#nominees-longlist .nominee {
	float: left;
	width: 16.52%;
	margin: 0 4.3478261% 4.3478261% 0;
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
}

#nominees-longlist .nominee .nominee-cover {
	margin-bottom: 15px;
}

#nominees-longlist .nominee div {
	margin-bottom: 5px;
}

#nominees-longlist .nominee:nth-of-type(5n) {
	margin-right: 0;
}

#nominees-longlist .nominee:nth-of-type(5n+1) {
	clear: both;
}

#nominees-longlist.nominees-list-view .nominee:nth-of-type(5n+1) {
	clear: none;
}

#nominees-longlist.nominees-list-view {
	text-align: center;
}

#nominees-longlist.nominees-list-view .nominee {
	float: left;
	width: 50%;
	max-width: 50%;
	margin: 0 auto 20px;
	padding-top: 20px;
	text-align: left;
	border-top: 1px solid #dbdbd5;
}

#nominees-longlist.nominees-list-view .nominee:nth-of-type(odd) {
	clear: left;
}

#nominees-longlist.nominees-list-view .nominee {
	line-height: 1.5em;
}

#nominees-longlist.nominees-list-view .nominee-details {
	margin-bottom: 0;
}

#nominees-longlist.nominees-list-view .nominee-name {
	font-size: 1.2em;
}

#nominees-longlist.nominees-list-view .nominee-title {
	margin-bottom: 3px;
	font-size: 1.1em;
}

#nominees-longlist.nominees-list-view .nominee-author {
	margin-bottom: 0;
}

#nominees-longlist.nominees-list-view .nominee p {
	margin: 3px 0 0;
	font-size: 1em;
	line-height: 1.2em;
}

.content .wp-pagenavi,
.content .navigation {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	font-size: 1.2em;
}

.content .navigation {
	margin-bottom: 50px;
	text-align: center;
}

.page-id-7661 .content .wp-pagenavi {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dbdbd5;
}

.album .nominee {
	float: left;
	width: 100%;
	margin-bottom: 7.6923077%;
}

.album .nominee-cover,
.album .nominee-details {
	float: left;
	width: 46.4285714%;
}

.album .nominee-cover {
	text-align: center;
}

.album .nominee-cover img {
	display: block;
	width: 100%;
	height: auto;
}

.album .nominee-details {
	float: right;
	font-size: 1.4em;
	line-height: 1.2em;
}

.album .nominee-details div {
	margin-bottom: 5px;
}

.album .nominee-download,
.album .nominee-listen {
	display: inline-block;
	padding-top: 20px;
	font-size: 11px;
}

.album .nominee-download a.button,
.album .nominee-listen a.button {
	width: 50px;
	margin-bottom: 0;
}

.album .nominee-listen a.button {
	margin-right: 0;
}

.album .nominee-why-tabs {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #b8b8ad;
}

.album .nominee-why-tabs a {
	float: left;
	display: inline-block;
	width: 50px;
	padding: 10px 0;
	font-size: 1.4em;
	text-align: center;
	color: #f4f4ef;
	background: #b8b8ad;
	border: 1px solid #b8b8ad;
}

.album .nominee-why-tabs a:hover {
	color: #fff;
}

.album .nominee-why-tabs a.active {
	margin-bottom: -1px;
	padding-bottom: 11px;
	text-decoration: none;
	color: #b8b8ad;
	background: #f4f4ef;
	border: 1px solid #b8b8ad;
	border-bottom-color: #f4f4ef;
	cursor: default;
}

.album .nominee-why-fr {
	display: none;
}

.album .wp-playlist {
	clear: both;
	width: 94%;
	margin-bottom: 7.5%;
	padding: 3%;
	font-size: 1.2em;
	color: #767672;
	background: #fff;
	border: 0;
}

.album .wp-playlist .mejs-container {
	width: 100% !important;
	margin: 20px 0;
	background: #f4f4ef;
}

.album .wp-playlist .mejs-time-rail {
	width: 67% !important;
}

.album .wp-playlist .mejs-time-total {
	width: 64% !important;
}

.album .wp-playlist .mejs-time-loaded {
	background: #878782 !important;
}

.album .wp-playlist .mejs-time-current {
	background: #be9500 !important;
}

.album .wp-playlist-tracks {
	border-top: 1px solid #f4f4ef !important;
}

.album .wp-playlist-item {
	color: #767672 !important;
	border-bottom: 1px solid #f4f4ef !important;
}

.album .wp-playlist-item:hover .wp-playlist-caption,
.album .wp-playlist-item:hover .wp-playlist-item-length {
	opacity: .75;
	filter: alpha(opacity=75);
}

.album .wp-playlist-item .wp-playlist-caption,
.album .wp-playlist-item .wp-playlist-item-length {
	padding: 2px 0 0;
	font-size: .95em;
}

.tax-poster_year .content .navigation {
	margin-bottom: 45px;
	text-align: center;
}

.content .wp-pagenavi a:link,
.content .wp-pagenavi a:visited,
.content .wp-pagenavi a:active,
.content .wp-pagenavi span.current,
.content .navigation a:link,
.content .navigation a:visited,
.content .navigation a:active,
.content .navigation span.current,
.content .navigation span.empty,
.content .navigation .dots {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 10px 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #198da8;
	background: #cfcfc7;
}

.content .wp-pagenavi a:hover,
.content .wp-pagenavi a:focus,
.content .navigation a:hover,
.content .navigation a:focus {
	text-decoration: none;
	color: #f4f4ef;
	background: #767672;
}

.content .wp-pagenavi span.current,
.content .navigation span.current {
	color: #f4f4ef;
	background: #198da8;
}

.content .navigation span.empty {
	color: #b8b8ac;
	background: #e7e7e2;
	cursor: default;
}

.content .navigation .dots {
	color: #f4f4ef;
	background: #dbdbd5;
}

.content .wp-pagenavi span.pages,
.content .wp-pagenavi span.extend {
	display: none;
}

#jury h2 {
	margin-bottom: 5%;
}

#jury h3 {
	margin: 0;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #767672;
}

#jury h6 {
	margin: 0;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #767672;
}

#jury .third {
	margin-bottom: 3.5%;
}

#jury ol {
	margin-left: 25px;
}

#jury ol li.third {
	margin-bottom: 10px;
}

#jury .voted {
	display: inline-block;
	width: 12px;
	height: 0;
	margin-left: 2px;
	padding-top: 12px;
	background: url('../images/checkmark-blue.png') no-repeat 0 0;
	background-size: 12px 12px;
	overflow: hidden;
}

#jury .voted.voted-shortlist {
	background: url('../images/checkmark-orange.png') no-repeat 0 0;
	background-size: 12px 12px;
}

.page-template-playlist-php #wpadminbar,
.page-template-playlist-php .wrapper,
.page-template-playlist-php #mobile-header,
.page-template-playlist-php #mobile-supported {
	display: none !important;
}

.admin-bar #playlist {
	margin-top: -46px;
}

#playlist {
	padding: 2%;
}

#playlist .wp-playlist {
	width: 96%;
	margin: 0;
	padding: 2%;
	text-align: left;
}

#wide {
	width: auto;
	max-width: 100%;
	margin: 0;
	overflow-x: auto;
}

.content table#voting-results th,
.content table#voting-results td {
	text-align: left;
}

.content table#voting-results td {
	font-weight: 300;
}

.content table#voting-results th:first-of-type,
.content table#voting-results td:first-of-type {
	padding-left: 15px;
}

.content table#voting-results th:last-of-type,
.content table#voting-results td:last-of-type {
	padding-right: 15px;
}

.content table#voting-results tr.ui-state-highlight td {
	color: #fff;
	background: #474445;
}

.content table#voting-totals th:first-of-type,
.content table#voting-totals td:first-of-type {
	padding-left: 15px;
}

.content table#voting-totals th:last-of-type,
.content table#voting-totals td:last-of-type {
	padding-right: 15px;
}

.content table#voting-totals td.totals-album {
	width: 22%;
}

.content table#voting-totals th.totals-value,
.content table#voting-totals td.totals-value {
	text-align: center;
}

.content table#voting-totals tr:nth-of-type(odd) td {
	background: rgba(0, 0, 0, .03);
}

#voting-total {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	font-size: 4em;
	line-height: 80px;
	text-align: center;
	color: #fff;
	background: #008da9;
}

#albums-sort {
	margin: 0 auto 5%;
	text-align: center;
}

#albums-sort label {
	font-size: 1.2em;
	margin-right: 5px;
}

#albums-sort-menu {
	margin-right: 20px;
}

#albums-sort br {
	display: none;
}

.poster-tnail a {
	display: block;
	margin-bottom: 20px;
	border: 3px solid #757670;
}

.poster-tnail a:hover,
.poster-tnail a:focus {
	border-color: #008da9;
}

.poster img {
	display: block;
	width: 100%;
	height: auto;
}

.poster h3 {
	margin: 0;
}

.poster p {
	margin-bottom: 20px;
	font-size: 1.5em;
}

#translations-funded img {
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 30px auto;
}

#community-development-header {
	display: flex;
	margin-bottom: 40px;
	padding-top: 40px;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #dddcd8;
}

#community-development-header h3 {
	margin: 0;
	color: #008da9;
}

#community-development-header p {
	margin: 0;
}

#community-development-header-right {
	width: 225px;
}

#community-development-header-right a {
	transition: opacity 0.2s ease-out;
}

#community-development-header-right a:hover,
#community-development-header-right a:focus {
	opacity: 0.5;
}

#community-development-partners {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

#community-development-partners a {
	width: 15%;
	margin-bottom: 2.5%;
	padding: 0 2.5%;
	text-align: center;
	transition: opacity 0.2s ease-out;
}

#community-development-partners a:hover,
#community-development-partners a:focus {
	opacity: 0.5;
}

#community-development-partners a img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	height: auto;
}

#posters-content {
	display: none;
}

#posters-banner {
	clear: both;
	margin: 4em 0 5em;
	background: #fff;
	box-shadow: 0 0 0 3px #757770;
}

#posters-banner:hover {
	box-shadow: 0 0 0 3px #008da8;
}

#posters-banner img {
	display: block;
}

/* search results
================================================================================= */

.search-album,
.search-page,
.search-video {
    float: left;
    width: 100%;
    margin-bottom: 6.5%;
    padding-bottom: 3.25%;
    border-bottom: 1px solid #dbdbd5;
}

.search-album,
.search-video {
	text-align: center;
}

.search-album img,
.search-video img {
	display: block;
	margin: 0 auto 20px;
}

.search-album h2,
.search-page h2,
.search-video h2 {
	margin: 0;
}

/* mailing list
================================================================================= */

#list-signup {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 90%;
	padding: 20px;
	max-width: 320px;
	height: 390px;
	margin: auto;
	background: rgba(255, 255, 255, .97);
	box-sizing: border-box;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}

#list-signup.active {
	display: block;
}

#list-signup h3 {
	margin: 0 0 15px;
	font-size: 2em;
	line-height: 1.4em;
	color: #bd941c;
}

#list-signup input[type="email"] {
	width: 100%;
	height: 54px;
	margin: 0 0 15px;
	padding: 5%;
	font-size: 1.4em;
	text-align: center;
	box-sizing: border-box;
}

#list-signup input[type="submit"] {
	width: 100%;
	margin: 0 0 15px;
}

#list-signup p {
	margin: 0 0 15px;
	font-size: 1.1em;
	line-height: 1.4em;
}

#list-signup form p {
	padding: 10px;
	border: 1px solid #dbdbd5;
	border-radius: 3px;
	opacity: .5;
}

#list-signup p a {
	text-decoration: none;
	color: #878782;
}

#list-signup p a:hover {
	text-decoration: underline;
	color: #474445;
}

/* spotify player
================================================================================= */

#spotify-player {
	display: none;
	position: absolute;
	top: 62px;
	right: 0;
	width: 300px;
	height: 380px;
	padding: 10px;
	z-index: 1000;
	background: #767672;
}

#spotify-player.active,
#spotify-player-mobile.active {
	display: block;
}

#spotify-player-mobile {
	display: none;
	position: fixed;
	bottom: 53px;
	left: 50%;
	margin-left: -160px;
	padding: 10px;
	background: #cfcfc7;
}

#spotify-player-close {
	display: none;
	position: absolute;
	top: -14px;
	right: -12px;
	z-index: 1000;
}

#spotify-player-close a {
	text-decoration: none;
	color: #fff;
}

/* footer
================================================================================= */

#footer-list {
	display: none;
}

#footer {
	float: left;
	clear: both;
	min-width: 1250px;
	width: 100%;
	padding: 50px 0;
	color: #fff;
	background: #767672;
}

#footer .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 0 50px;
	text-align: left;
}

.footer-col {
	display: table-cell;
	width: 100px;
	padding: 0 25px;
	border-right: 1px solid #5d5d5a;
	vertical-align: top;
}

.footer-col-01 {
	width: 125px;
	padding-left: 0;
}

.footer-col-05 {
	width: 150px;
}

.footer-col-06 {
	width: 320px;
	padding-right: 0;
	border-right: 0;
}

#footer h3,
#footer-list h3 {
	margin-bottom: 25px;
	font: 2em/1em "bebas-neue", Arial, sans-serif;
	color: #d6d6c9;
}

#footer-list h3 {
	margin-bottom: 15px;
}

#footer a,
#mobile-footer a {
	text-decoration: none;
	color: #f4f4ef;
}

#footer a:hover,
#footer a:focus,
#mobile-footer a:hover,
#mobile-footer a:focus {
	color: #eab209;
}

#footer ul li,
#mobile-footer ul li {
	margin-bottom: 7px;
	font: 300 1.2em/1.4em "museo-slab", "Times New Roman", serif;
	color: #d6d6c9;
}

#mobile-footer ul li {
	margin-bottom: 3px;
}

#footer .footer-col-02 ul li {
	float: left;
	display: inline-block;
	width: 50%;
}

#footer .footer-col-06 h3,
#footer-list h3 {
	display: inline-block;
	float: left;
	margin-right: 25px;
}

#footer form input[type="email"],
#footer-list form input[type="email"] {
	float: left;
	width: 140px;
	margin-right: -2px;
	padding: 9px 10px;
	font: 1.2em/1em "museo-slab", "Times New Roman", serif;
	color: #a1a19b;
	background: #4f4f4c;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

.gecko #footer form input[type="email"],
.gecko #footer-list form input[type="email"] {
	padding: 11px 10px;
}

.fr #footer form input[type="email"],
.fr #footer-list form input[type="email"] {
	width: 112px;
}

#footer form input[type="email"]:focus,
#footer-list form input[type="email"]:focus {
	color: #f4f4ef;
}

#footer form input[type="submit"],
#footer-list form input[type="submit"] {
	height: 37px;
	padding: 10px;
	font: 1.2em/1em "museo-slab", "Times New Roman", serif;
	color: #4f4f4c;
	background: #f4f4ef;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-appearance: none;
}

#footer form input[type="submit"]:hover,
#footer form input[type="submit"]:focus,
#footer-list form input[type="submit"]:hover,
#footer-list form input[type="submit"]:focus {
	color: #4f4f4c;
	background: #eab209;
}

#footer form p,
#footer-list p,
#omdc p {
	clear: both;
	margin: 0 0 25px;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.3em;
	filter: alpha(opacity=35);
	opacity: .35;
}

#omdc-alt {
	float: right;
	width: 35%;
}

#omdc p,
#omdc-alt p {
	clear: none;
	color: #4f4f4c;
	font-size: 1.2em;
	padding-top: 13px;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

#omdc-mobile p {
	margin: 0 7.5% 15px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #767672;
}

#omdc img,
#omdc-alt img,
#omdc-mobile img {
	max-width: 80%;
	width: auto;
	height: auto;
}

#omdc-mobile img {
	float: none;
	margin: 0 0 30px;
}

/* miscellaneous
================================================================================= */

.screen-reader-text {
	display: none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}
