/* 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;
}

/* 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% "Inter", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #403f40;
  background: #fff;
}

body.no-scroll {
  overflow: hidden;
}

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

#widgets,
#full,
.full {
  float: left;
  width: 1150px;
  margin: 50px;
}

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

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

#narrow {
  width: 100%;
  max-width: 600px;
  min-height: 300px;
  margin: 0 auto 50px;
}

#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 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  height: 60px;
  max-width: 1390px;
  margin: 0 auto;
  padding: 20px 0;
}

#banner {
  clear: both;
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

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

#partners {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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 {
  position: absolute;
  left: -16px;
  font: 1.4em/1em "Bebas Neue", sans-serif;
  color: #8c8d8d;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: default;
}

#partners img {
  width: auto;
  height: 60px;
}

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

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

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

#languages div {
  display: inline-block;
  font: 1.4em/1em "Bebas Neue", sans-serif;
  letter-spacing: 0.075em;
  color: #1d1d1d;
}

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

#languages i,
#tools i {
  margin-right: 10px;
  font-size: 14px;
  color: #8c8d8d;
}

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

#languages div.active {
  display: none;
}

#languages div:hover,
#languages div:focus,
#languages div:hover a,
#languages div:focus a {
  color: #8c8d8d;
  border-color: #8c8d8d;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}

#social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 4;
     -moz-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  padding: 0 25px;
  text-align: right;
}

#tools {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px;
  text-align: center;
  border-left: 1px solid #c8c8c8;
}

#tools #languages,
#tools #tools-search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#tools #languages a:hover,
#tools #languages a:focus,
#tools #tools-search a:hover,
#tools #tools-search a:focus {
  color: #1d1d1d;
}

#tools-search {
  padding-top: 5px;
  border-top: 1px solid #c8c8c8;
}

#social.mobile {
  display: none;
}

#social li {
  display: inline-block;
}

#social li a {
  margin-left: 12px;
}

#social li a,
#tools-search a {
  text-decoration: none;
  color: #8c8d8d;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}

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

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

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

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

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

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

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

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

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

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

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

#social li a:hover,
#social li a:focus {
  color: #1d1d1d;
}

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

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

#subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-left: 25px;
  border-left: 1px solid #c8c8c8;
}

#subscribe a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #8c8d8d;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border 0.1s ease-out, color 0.1s ease-out;
  transition: border 0.1s ease-out, color 0.1s ease-out;
}

#subscribe a#subscribe-tickets {
  width: 60px;
  border: 1px solid #8c8d8d;
  border-radius: 6px;
  word-spacing: 60px;
}

#subscribe a#subscribe-tickets:hover,
#subscribe a#subscribe-tickets:focus {
  border-color: #1d1d1d;
}

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

#subscribe a strong {
  font: 1.4em/1em "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
}

#subscribe a#subscribe-donate,
#subscribe a#subscribe-tickets {
  margin-left: 20px;
}

#subscribe a:hover,
#subscribe a:focus,
#subscribe a#subscribe-donate:hover,
#subscribe a#subscribe-donate:focus {
  color: #1d1d1d;
}

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

.home nav {
  border-bottom: none;
}

nav .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  width: 90%;
  max-width: 1390px;
  margin: -1px auto 0;
}

#logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
  background: #1d1d1d;
}

#logo a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
}

#logo img {
  width: 60%;
  height: auto;
}

#logo a {
  text-decoration: none;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}

#logo a:hover,
#logo a:focus {
  background: #403f40;
}

#countdown {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 25px;
  font-family: "Bebas Neue", sans-serif;
  cursor: default;
  border-right: 1px solid #a7a8a7;
}

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

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

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

.countdown dl dt {
  font: 1em/1.4em "Inter", sans-serif;
  text-transform: uppercase;
  color: #403f40;
}

#dates {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 25px;
  vertical-align: middle;
  border-right: 1px solid #a7a8a7;
}

#dates h6 {
  font: 1.4em/1.1em "Bebas Neue", sans-serif;
  color: #403f40;
}

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

#dates h6 span {
  color: #a7a8a7;
}

#dates h6 strong {
  color: #1d1d1d;
}

#dates-mobile {
  display: none;
}

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

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

nav.stuck {
  border-top: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

nav.stuck .inner {
  width: 90%;
  max-width: 1390px;
  margin: 0 auto;
}

nav ul.menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 4;
     -moz-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  gap: clamp(10px, 1.5vw, 25px);
  padding: 0 0 0 25px;
}

nav ul.menu li {
  font: clamp(1rem, 1vw + 1rem, 2.6rem) "Pakt", Arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

.fr nav ul.menu li {
  font-size: clamp(1rem, 1vw + 1rem, 2.5rem);
}
@media all and (max-width: 1279px) {
  .fr nav ul.menu li {
    font-size: clamp(1rem, 0.6vw + 1rem, 2.5rem);
  }
}

nav ul.menu li a:link,
nav ul.menu li a:visited,
nav ul.menu li a:active {
  text-decoration: none;
  color: #1d1d1d;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}

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: #8c8d8d;
}

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: -6px;
  font-size: 14px;
  color: #bab9b0;
}

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

#menu-more {
  display: none;
  position: absolute;
  width: 90%;
  max-width: 1390px;
  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, 0.97);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  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: #403f40;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

#searchform {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  border-bottom: 1px solid #a7a8a7;
  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: #403f40;
  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: #1d1d1d;
  background: transparent;
  border: 0;
  border-left: 1px solid #a7a8a7;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}

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

#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: #a7a8a7;
  background: url("../images/search-close.png") no-repeat 50% 50%;
  border: 0;
  border-left: 1px solid #a7a8a7;
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

/* content
================================================================================= */
.blue {
  color: #a7a8a7 !important;
}

.yellow {
  color: #be9500 !important;
}

.content a:link,
.content a:visited,
.content a:active {
  text-decoration: underline;
  -moz-text-decoration-color: #c8c8c8;
       text-decoration-color: #c8c8c8;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  color: #1d1d1d;
}

.content a:hover,
.content a:focus {
  text-decoration: underline;
  -moz-text-decoration-color: #c8c8c8;
       text-decoration-color: #c8c8c8;
  color: #a7a8a7;
}

.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,
.content .add_list_item,
.content .delete_list_item {
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 20px;
  font: 600 14px/1em "Inter", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1d1d1d;
  background: transparent;
  border: 1px solid #1d1d1d;
  border-radius: 8px;
  cursor: pointer;
}

.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,
.content .add_list_item:hover,
.content .add_list_item:focus,
.content .delete_list_item:hover,
.content .delete_list_item:focus {
  background: #ededed;
}

.content a.button.button-small:link,
.content a.button.button-small:visited,
.content a.button.button-small:active,
.content .add_list_item,
.content .delete_list_item {
  padding: 12.5px;
  font-size: 11px;
}

#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;
  border-radius: 6px;
}

.content a.button.button-blue:link,
.content a.button.button-blue:visited,
.content a.button.button-blue:active {
  color: #1d1d1d;
  background: transparent;
  border: 2px solid #1d1d1d;
}

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

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

.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: #a7a8a7;
  background: transparent;
  border: 2px solid #a7a8a7;
  cursor: not-allowed;
}

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

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

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

.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.5em;
}

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

.content p:empty {
  display: none;
}

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

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

.content li ul,
.content li ol {
  margin: 5px 0 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 #c8c8c8;
}

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

.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: 20px 0 20px 20px;
}

.content table th {
  font-weight: 600;
}

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

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

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

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

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

.heading {
  position: relative;
  width: 90%;
  max-width: 1150px;
  margin: 0 auto 50px;
  padding: 0 25px;
  text-align: left;
  background: #1d1d1d;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.heading-left,
.heading-right {
  display: none;
}

.heading h1 {
  font: 500 3.6em/1.75em "Inter", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.heading h1 span {
  font-weight: 400;
  color: #a7a8a7;
}

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

.heading a:hover {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.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 {
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

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

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

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

#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: 600;
  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: #fff;
  background: #403f40;
  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: #a7a8a7;
}

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

#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;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

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

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

#page-header-video {
  max-width: 800px;
  margin: 0 0 50px;
}

/* legacy gravity forms
================================================================================= */
.gform_wrapper {
  margin-bottom: 50px;
}

.gform_wrapper .gf_invisible {
  display: none !important;
}

#theme-my-login,
#theme-my-login1 {
  padding-bottom: 25px;
  font-size: 1em;
}

#theme-my-login form::after,
#theme-my-login1 form::after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

.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 #c8c8c8;
  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%;
  line-height: 44px;
}

#theme-my-login p label[for=rememberme],
#theme-my-login1 p label[for=rememberme] {
  line-height: normal;
}

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

.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: 0.85em;
  line-height: 1.5em;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.gform_wrapper .gfield_hidden,
.gform_wrapper .gfield_hidden label,
.gform_wrapper .gfield_hidden input,
.gform_wrapper .gfield_hidden select {
  display: none !important;
  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 select,
#theme-my-login textarea,
#theme-my-login1 input[type=text],
#theme-my-login1 input[type=password],
#theme-my-login1 select,
#theme-my-login1 textarea,
#comments textarea,
.page-id-356 input#s2email {
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  font: 16px/1.5em "Inter", sans-serif;
  color: #403f40;
  background: #fff;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 1px #403f40;
          box-shadow: inset 0 0 0 1px #403f40;
  -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 {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #dc2626;
          box-shadow: inset 0 0 0 1px #dc2626;
  border: 0;
}

.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 #dc2626, 0 0 0 1px #dc2626;
          box-shadow: inset 0 0 0 1px #dc2626, 0 0 0 1px #dc2626;
}

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

#theme-my-login #your-profile input[type=text],
#theme-my-login #your-profile input[type=password],
#theme-my-login #your-profile select,
#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 select,
#theme-my-login1 #your-profile textarea {
  width: 100%;
}

#theme-my-login #your-profile select,
#theme-my-login1 #your-profile select {
  width: 100%;
}

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

#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 select:focus,
#theme-my-login textarea:focus,
#theme-my-login1 input[type=text]:focus,
#theme-my-login1 input[type=password]:focus,
#theme-my-login1 select:focus,
#theme-my-login1 textarea:focus,
#comments textarea:focus,
input#s2email:focus {
  color: #403f40;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #1d1d1d, 0 0 0 1px #1d1d1d;
          box-shadow: inset 0 0 0 1px #1d1d1d, 0 0 0 1px #1d1d1d;
}

.gform_wrapper input[disabled=disabled],
#theme-my-login input[disabled=disabled],
#theme-my-login1 input[disabled=disabled] {
  opacity: 0.5;
  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],
#comments #submit,
.page-id-356 form input[type=submit] {
  display: inline-block;
  margin: 0 10px 0 35%;
  padding: 20px 30px;
  font: 14px/1em "Inter", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #fff;
  background: #1d1d1d;
  border: 0;
  border-radius: 8px;
  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],
#comments #submit {
  -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,
#comments #submit:hover,
#comments #submit:focus,
#content form input[type=submit]:hover,
#content form input[type=submit]:focus {
  background: #403f40;
}

#theme-my-login .tml-action-links,
#theme-my-login1 .tml-action-links {
  clear: both;
  margin-bottom: 50px;
  padding-left: 35%;
}

#theme-my-login .tml-action-links li:last-of-type,
#theme-my-login1 .tml-action-links li:last-of-type {
  display: none;
}

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

#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: #403f40;
}

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

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

#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;
  background: transparent;
  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: 44px;
}

.content #theme-my-login th span.description,
.content #theme-my-login1 th span.description {
  opacity: 0.5;
  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: 0.5;
  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-user-admin-bar-front-wrap label,
.content #theme-my-login table .tml-user-description-wrap label,
.content #theme-my-login table .user-pass1-wrap 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 {
  margin-top: 10px;
  padding-top: 30px;
  border-top: 1px solid #c8c8c8;
}

#theme-my-login p.message,
#theme-my-login p.error {
  margin-bottom: 50px;
  padding: 10px 15px;
  font-size: 14px;
  color: #0084c7;
  background: #f0f9ff;
  border: 1px solid #0084c7;
  border-left-width: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#theme-my-login p.error {
  color: #dc2626;
  background: #fef2f2;
  border-color: #dc2626;
}

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

.tml-user-contact-method-myspace-wrap,
.tml-user-contact-method-pinterest-wrap,
.tml-user-contact-method-soundcloud-wrap,
.tml-user-contact-method-tumblr-wrap,
.tml-user-contact-method-wikipedia-wrap,
.tml-user-contact-method-youtube-wrap {
  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;
  border: 1px solid #1d1d1d;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

.gravity-theme h2 {
  font-size: 1.2em;
}

.gravity-theme p {
  font-size: 1em;
}

.gravity-theme .gfield_label {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 500;
}
.gravity-theme .gfield_label .gfield_required {
  margin-left: 3px;
  font-size: 0.9em;
  font-weight: 400;
  color: #8c8d8d;
}

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

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

.gravity-theme .ginput_complex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px 10px;
}

.gravity-theme .gfield_radio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.gravity-theme .gfield_list_icons {
  margin-top: 10px;
}

.gravity-theme .gfield_list_icons button {
  margin-right: 10px;
}

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

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

.gravity-theme input[type=text],
.gravity-theme input[type=email],
.gravity-theme input[type=password],
.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-color: #fff;
  border: 1px solid #403f40;
  border-radius: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gravity-theme input[type=file] {
  width: 100%;
  margin-bottom: 10px;
}

.gravity-theme textarea,
.gravity-theme select,
.gravity-theme .StripeElement {
  height: auto;
}

.gravity-theme .ginput_container_select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.gravity-theme .ginput_container_select::after {
  content: "\f078"; /* Font Awesome chevron-down */
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.gravity-theme .ginput_container_select select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
}

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

.gravity-theme .gform_button {
  margin-left: 0;
  padding: 20px 30px;
  font: 1em/1em "Inter", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
  background: #1d1d1d;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

.gravity-theme .gform_button:focus,
.gravity-theme .gform_button:hover {
  background: #403f40;
}

.gravity-theme input.ginput_total,
.gravity-theme input.ginput_total:focus {
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  color: #1d1d1d;
  background: transparent;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

.gf_login_links {
  float: none;
  max-width: 400px;
  margin: 50px auto 10px;
  font-size: 1.6em;
  border: 0;
}

.gf_login_links a:first-of-type,
.gf_login_links br {
  display: none;
}

#gform_0 {
  max-width: 400px;
  margin: 0 auto;
}
#gform_0 .gform_heading {
  display: none;
}
#gform_0 .gform_footer {
  padding-top: 0;
}

/* 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: right;
  width: 34.78%;
}

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

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

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

#heritage-intro-content p:last-of-type {
  margin-bottom: 0;
}

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

#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;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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.1s ease-out;
  transition: opacity 0.1s ease-out;
}

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

#heritage-banner-right {
  display: table-cell;
  width: 50%;
  padding: 50px 0 50px 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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.1s ease-out;
  transition: color 0.1s 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: 600 4em/1em "Inter", 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: #403f40;
}

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

.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: 600 16px "Inter", sans-serif;
  letter-spacing: 0.2em;
  color: #1d1d1d;
  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: 0.5;
}

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

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

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

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

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

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

.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, 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: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

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

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

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

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

#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: #a7a8a7;
  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: 600 16px "Inter", sans-serif;
  letter-spacing: 0.2em;
  color: #a7a8a7;
  background: #fff;
  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: 600;
  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: #fff;
  z-index: 10;
}

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

.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: 600 18px "Inter", sans-serif;
  letter-spacing: 0.2em;
}

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

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

#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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          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: #403f40;
}

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

#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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  background-color: rgba(25, 141, 168, 0.9);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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: #fff;
}

#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: #403f40;
}

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

#sidebar #suggestion-list.content p {
  margin-top: 0;
}

#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
================================================================================= */
#subnav-buttons {
  margin-bottom: 10px;
  font-size: 10px;
}

#subnav-buttons a {
  margin-right: 20px;
  border-radius: 6px;
}

.content #about-lead p {
  font-size: 1.8em;
  line-height: 1.5em;
}

.content #about-facts ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px -10px 30px;
}

.content #about-facts ul li {
  -webkit-box-flex: 4;
     -moz-box-flex: 4;
      -ms-flex-positive: 4;
          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, 0.5);
  border: 1px solid #c8c8c8;
  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: #1d1d1d;
}

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

.blog-post:first-of-type {
  padding-top: 6.5%;
  border-top: 1px solid #c8c8c8;
}

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

.third .blog-post {
  margin-bottom: 3.25%;
  padding-bottom: 0;
  font-size: 0.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 0 5px;
  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 "Inter", 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 #c8c8c8;
}

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

.sponsor-category h2 {
  margin-bottom: 5%;
  font-size: 2.4em;
  color: #1d1d1d;
}

.sponsor-loop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sponsor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 22.25%;
  margin: 0 1.25% 2.5% 1.25%;
  border: 1px solid #c8c8c8;
  background-color: #fff;
}

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

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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #a7a8a7;
  text-decoration: none !important;
  border: 0;
}

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

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

ul.nominee-links li a:hover i,
ul.nominee-links li a:focus i,
ul.nominee-links li a:hover svg,
ul.nominee-links li a:focus svg,
.sponsor ul.sponsor-linkage li a:hover i,
.sponsor ul.sponsor-linkage li a:focus i,
.sponsor ul.sponsor-linkage li a:hover svg,
.sponsor ul.sponsor-linkage li a:focus svg {
  opacity: 1;
}

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

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

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

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

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

#videos article .video-tnail img {
  display: block;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.1s ease-in-out;
  transition: -webkit-filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out, -webkit-filter 0.1s ease-in-out;
}

#videos article .video-tnail a:hover img,
#videos article .video-tnail a:focus img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#videos article h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.8em;
  line-height: 1.4em;
  border-bottom: 0;
}
#videos article h2 a {
  display: inline-block;
}

#videos article p {
  margin: 0 0 10px;
  font-size: 1.4em;
  line-height: 1.6em;
}

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

#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: 600 4em/1em "Inter", sans-serif;
  border-bottom: 0;
}

#nominees-years .quarter h2 a {
  text-decoration: none !important;
}

#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: 0.75;
  filter: alpha(opacity=75);
}

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

#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: #1d1d1d;
  border-bottom: 0;
}

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

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

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

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

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

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

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

.nominee-cover {
  position: relative;
}

.nominee-cover img {
  display: block;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s 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: 0.75;
  filter: alpha(opacity=75);
}

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

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

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

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

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

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

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

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

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

#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: #1d1d1d;
}

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

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

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

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

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

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

.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: #fff;
  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: #fff;
  border: 1px solid #b8b8ad;
  border-bottom-color: #fff;
  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: #403f40;
  background: #fff;
  border: 0;
}

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

.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: #403f40 !important;
}

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

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

.album .wp-playlist-item {
  color: #403f40 !important;
  border-bottom: 1px solid #fff !important;
}

.album .wp-playlist-item:hover .wp-playlist-caption,
.album .wp-playlist-item:hover .wp-playlist-item-length {
  opacity: 0.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: 0.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 2px 2px 0;
  padding: 10px 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #403f40;
  background: #c8c8c8;
}

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

.content .wp-pagenavi span.current,
.content .navigation span.current {
  color: #fff;
  background: #a7a8a7;
}

.content .navigation span.empty {
  color: #a7a8a7;
  background: rgba(0, 0, 0, 0.05);
  cursor: default;
}

.content .navigation .dots {
  color: #fff;
  background: #c8c8c8;
}

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

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

#jury h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.5em;
  color: #403f40;
}

#jury h6 {
  margin: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
  color: #403f40;
}

#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: #1d1d1d;
}

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

#albums-sort {
  margin: 0 0 30px;
}

#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: 2px solid #1d1d1d;
}

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

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

#community-development-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 40px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #c8c8c8;
}

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

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

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

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

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

#community-development-partners {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#community-development-partners a {
  width: 15%;
  margin-bottom: 2.5%;
  padding: 0 2.5%;
  text-align: center;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s 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;
  -webkit-box-shadow: 0 0 0 3px #757770;
          box-shadow: 0 0 0 3px #757770;
}

#posters-banner:hover {
  -webkit-box-shadow: 0 0 0 3px #1d1d1d;
          box-shadow: 0 0 0 3px #1d1d1d;
}

#posters-banner img {
  display: block;
}

/* newsletter-optin popup
================================================================================= */
#newsletter-optin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
  transition: backdrop-filter 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: backdrop-filter 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
}
#newsletter-optin.active {
  visibility: visible;
  opacity: 1;
}
#newsletter-optin .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 900px;
  width: 100%;
  margin: 50px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
#newsletter-optin .image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  background-color: #ededed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#newsletter-optin .content {
  position: relative;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
#newsletter-optin .content h3 {
  margin: 0 0 20px;
  font: 3em/1.1em "Space Mono", monospace;
  text-transform: uppercase;
  color: #1d1d1d;
}
#newsletter-optin .content p {
  font-size: 1.6em;
  margin-bottom: 15px;
  color: #403f40;
}
#newsletter-optin .content p#newsletter-optin-disclaimer, #newsletter-optin .content p#newsletter-optin-hide {
  font-size: 1.2em;
  color: #8c8d8d;
}
#newsletter-optin .content p#newsletter-optin-hide {
  margin-bottom: 0;
}
#newsletter-optin .content #newsletter-optin-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
#newsletter-optin .content #newsletter-optin-close i {
  font-style: normal;
  color: #8c8d8d;
}
#newsletter-optin .content #newsletter-optin-close:hover i {
  color: #403f40;
}
#newsletter-optin .content .gform_wrapper {
  min-height: 215px;
}
#newsletter-optin .content .gform_validation_errors {
  display: none;
}
#newsletter-optin .content .gform_confirmation_wrapper {
  margin: 10px 0 15px;
  min-height: 215px;
}
#newsletter-optin .content .gform_confirmation_message {
  padding: 10px 15px;
  font-size: 1.3em;
  margin-bottom: 15px;
  color: #403f40;
  background: #f0fdf4;
  border: 1px solid #15a34a;
  border-left-width: 4px;
}
#newsletter-optin .content form {
  margin-top: 10px;
}
#newsletter-optin .content form .gfield:nth-child(2) {
  float: left;
  margin-right: 25px;
}
#newsletter-optin .content form .gfield--type-text {
  display: inline-block;
  width: calc(50% - 12.5px);
}
#newsletter-optin .content form .gfield_validation_message {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #dc2626;
}
#newsletter-optin .content form .gform_footer {
  padding-top: 0;
}
#newsletter-optin .content form .gform_footer input {
  width: 100%;
}

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

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

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

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

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

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

/* subfooter
================================================================================= */
#subfooter {
  clear: both;
  padding: 150px 0;
  background: #403f40 url("../images/subfooter-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}

#subfooter .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  width: 90%;
  max-width: 910px;
  margin: 0 auto;
  text-align: left;
}

#subfooter-socials {
  color: #fff;
}

#subfooter-socials h3 {
  margin-bottom: 15px;
  font: 4em "Space Mono", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#subfooter-socials p {
  margin-bottom: 30px;
  font-size: 2em;
}

#subfooter-socials ul li {
  display: inline-block;
  margin: 0 20px 20px 0;
  font-size: 1.4em;
}

#subfooter-socials ul li a {
  color: #fff;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

#subfooter-socials ul li a:hover,
#subfooter-socials ul li a:focus {
  opacity: 0.5;
}

#subfooter-partner {
  width: 300px;
  overflow: hidden;
  cursor: default;
}

#subfooter-partner h4 {
  position: relative;
  margin-bottom: 20px;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
}

#subfooter-partner h4::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  right: 100px;
  background: #929192;
  content: "";
}

#subfooter-partner img {
  width: 100%;
  height: auto;
}

/* footer
================================================================================= */
#footer {
  clear: both;
  width: 100%;
  padding: 100px 0;
  color: #fff;
  background: #1d1d1d;
}

#footer .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  width: 90%;
  max-width: 1390px;
  margin: 0 auto;
  text-align: left;
}

#footer h3 {
  margin-bottom: 25px;
  font-size: 2.4em;
  line-height: 1em;
  text-transform: uppercase;
  color: #ededed;
}

#footer a,
#mobile-footer a {
  text-decoration: none;
  color: #f4f3f3;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}

#footer a:hover,
#footer a:focus,
#mobile-footer a:hover,
#mobile-footer a:focus {
  text-decoration: none;
  color: #a7a8a7;
}

#footer ul {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#footer ul li,
#mobile-footer ul li {
  margin-bottom: 7px;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #a7a8a7;
}

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

#footer #footer-signup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

#footer #footer-signup h3 {
  margin: 0;
}

#footer #footer-signup .gform_wrapper {
  margin: 0;
}

#footer #footer-signup .gform_wrapper .gform-footer {
  padding: 0;
}

#footer #footer-signup form,
#footer #footer-signup form .gform_fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#footer #footer-signup form .gfield {
  margin: 0;
}

#footer #footer-signup form .ginput_complex {
  width: 100%;
  margin: 0;
}

#footer #footer-signup form .ginput_complex span {
  width: 100%;
  margin: 0;
}

#footer #footer-signup form input[type=email],
#footer #footer-signup form input[type=text] {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  font: 1em/1em "Inter", sans-serif;
  color: #ededed;
  background: #403f40;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.1s ease-out, -webkit-box-shadow 0.1s ease-out;
  transition: color 0.1s ease-out, -webkit-box-shadow 0.1s ease-out;
  transition: box-shadow 0.1s ease-out, color 0.1s ease-out;
  transition: box-shadow 0.1s ease-out, color 0.1s ease-out, -webkit-box-shadow 0.1s ease-out;
  -webkit-appearance: none;
}

#footer #footer-signup form input[type=email]:focus,
#footer #footer-signup form input[type=text]:focus {
  color: #ededed;
  -webkit-box-shadow: inset 0 0 0 2px #ededed;
          box-shadow: inset 0 0 0 2px #ededed;
}

#footer #footer-signup form input[type=submit] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  height: 50px;
  padding: 10px 15px;
  font: 1em/1em "Inter", sans-serif;
  text-transform: uppercase;
  color: #ededed;
  background: transparent;
  border: 1px solid #ededed;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.1s ease-out, color 0.1s ease-out;
  transition: background 0.1s ease-out, color 0.1s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
}

#footer #footer-signup form input[type=submit]:hover,
#footer #footer-signup form input[type=submit]:focus {
  color: #1d1d1d;
  background: #ededed !important;
}

#footer #footer-signup .gform_confirmation_message {
  padding-top: 20px;
  font-size: 1.4em;
  line-height: 1.2em;
  color: #ededed;
}

#footer #footer-signup .gfield_validation_message {
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #ededed;
}

#footer #footer-signup p {
  width: 100%;
  max-width: 640px;
  margin: 25px 0 0;
  font-size: 1em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #8c8d8d;
}

/* miscellaneous
================================================================================= */
.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}

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