@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "../../_halloffame-parts/fonts/css/icons.css";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Create an empty block element - used with :before and :after elements */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img, svg, picture, iframe, video, audio {
  display: block;
  max-width: 100%;
}

:where(p, #top-chart .nav li, blockquote, ul, ol, dl, h1, h2, h3, h4, h5, h6, video, audio) {
  margin: 0;
}
:where(p, #top-chart .nav li, blockquote, ul, ol, dl, h1, h2, h3, h4, h5, h6, video, audio) + :where(p, #top-chart .nav li, blockquote, ul, ol, dl, h1, h2, h3, h4, h5, h6, video, audio) {
  margin-top: 22px;
}

.wrapper {
  position: relative;
  display: block;
  max-width: 1000px;
  padding: 75px 22px;
  margin: 0 auto;
}

.text-box {
  max-width: 810px;
  margin: auto;
}

.text-box-narrow {
  max-width: 660px;
  margin: 0 auto;
}

.copy-body {
  margin: 45px 0;
}

a {
  color: currentColor;
  font-weight: bold;
}
a img {
  border: none;
}

fieldset {
  border: 0;
  padding: 0;
}

.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px !important;
  white-space: nowrap; /* 1 */
}

.center {
  text-align: center;
}

.pixel_img {
  opacity: 0;
  position: absolute;
  top: 0;
}

html {
  font-family: "calluna", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 700px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 13px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "calluna", sans-serif;
  line-height: 1.2;
}

h1, h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.2rem;
}

.column {
  max-width: 660px;
  margin: auto;
}

.user-details fieldset {
  border: 0;
  padding: 15px 0;
}
.user-details input, .user-details select, .user-details textarea {
  display: block;
  color: #000;
  width: 100%;
  border: 1px solid #a6bcc4;
  padding: 8px;
  opacity: 0.7;
}
.user-details input:focus + label:before, .user-details input:focus, .user-details select:focus + label:before, .user-details select:focus, .user-details textarea:focus + label:before, .user-details textarea:focus {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.user-details input[type=radio], .user-details input[type=checkbox], .user-details select[type=radio], .user-details select[type=checkbox], .user-details textarea[type=radio], .user-details textarea[type=checkbox] {
  opacity: 0;
  width: 0;
  position: absolute;
}
.user-details input[type=radio] + label, .user-details input[type=checkbox] + label, .user-details select[type=radio] + label, .user-details select[type=checkbox] + label, .user-details textarea[type=radio] + label, .user-details textarea[type=checkbox] + label {
  padding-left: 30px;
  display: block;
  position: relative;
}
.user-details input[type=radio] + label:before, .user-details input[type=checkbox] + label:before, .user-details select[type=radio] + label:before, .user-details select[type=checkbox] + label:before, .user-details textarea[type=radio] + label:before, .user-details textarea[type=checkbox] + label:before {
  width: 22px;
  height: 22px;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #fff;
}
.user-details input[type=checkbox] + label:before, .user-details select[type=checkbox] + label:before, .user-details textarea[type=checkbox] + label:before {
  border-radius: 3px;
}
.user-details input[type=radio] + label:before, .user-details select[type=radio] + label:before, .user-details textarea[type=radio] + label:before {
  border-radius: 50%;
}
.user-details input[type=radio]:checked + label:before, .user-details input[type=checkbox]:checked + label:before, .user-details select[type=radio]:checked + label:before, .user-details select[type=checkbox]:checked + label:before, .user-details textarea[type=radio]:checked + label:before, .user-details textarea[type=checkbox]:checked + label:before {
  background-color: #e31c24;
}
.user-details label {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  padding: 8px 0 8px;
  display: inline-block;
  text-transform: uppercase;
}
.user-details small {
  text-align: right;
  display: block;
}

p.field-container, #top-chart .nav li.field-container {
  margin: 0 0 8px 0;
}

.error {
  color: #fff;
  font-style: italic;
  text-align: left;
  background-color: #e31c24;
  padding: 5px;
  margin-top: 0;
}
.error a {
  color: inherit;
  text-decoration: underline !important;
}

/* QUESTION AND ANSWERS */
.answer-length {
  text-align: right;
  color: #fff;
}
.answer-length.less-than-0 {
  color: #e31c24;
}

.social-login-container {
  background: #transparent;
  text-align: left;
  padding: 1px 0 30px;
  color: #fff;
}
.social-login-container :not(.error) a {
  font-weight: 700;
  color: #e31c24;
  text-decoration: none;
}
.social-login-container h2#social-login-title {
  text-align: center;
  padding-top: 30px;
}
.social-login-container.social--logged-in h2#social-login-title {
  display: none;
}

.social-connect-container .grid-row {
  display: block;
}
.social-connect-container #signup,
.social-connect-container #login {
  padding-bottom: 30px;
}
.social-connect-container > .component {
  padding: 4px 0 0 0;
  background: none;
  text-align: center;
  color: inherit;
}
.social-connect-container .form {
  text-align: left;
}
.social-connect-container label.field__label {
  font-size: 1rem;
}
.social-connect-container .grid-row__col--2 {
  float: none;
}

@media (min-width: 1024px) {
  .social-connect-container .grid-row {
    text-align: center;
  }
}
.icon-arrow {
  display: inline-block;
  height: 64px;
  width: 64px;
  background: none;
  border: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 0 128 128'%3E%3Cpolyline fill='none' stroke-width='16px' stroke='%23333333' stroke-linejoin='square' stroke-linecap='square' points='43.06 22.06 84.94 63.94 43.06 105.94'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* Example with additional styles */
.icon-arrow-1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 0 128 128'%3E%3Cpolyline fill='none' stroke-width='4px' stroke='%23333333' stroke-linejoin='square' stroke-linecap='square' points='43.06 22.06 84.94 63.94 43.06 105.94'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
  background-color: #eee;
  border: 3px solid #ddd;
  border-radius: 50%;
  /* When positioning the icons using absolute positioning + transform: translate (to center them),
     the rotation of .icon-prev needs to be reapplied (as it gets overwritten)! Example of how to use transforms:

  transform: translateY(-50%);
  &.icon-prev { transform: translateY(-50%) rotate(-180deg); }
  */
}
.icon-arrow-1:hover, .icon-arrow-1:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 0 128 128'%3E%3Cpolyline fill='none' stroke-width='16px' stroke='%23ea9b3a' stroke-linejoin='round' stroke-linecap='round' points='43.06 22.06 84.94 63.94 43.06 105.94'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  border-color: #ea9b3a;
}

/* HTML examples, copy-paste these in your html

<button type="button" class="icon-arrow icon-prev"></button>
<button type="button" class="icon-arrow icon-next"></button>

<button type="button" class="icon-arrow icon-prev icon-arrow-1"></button>
<button type="button" class="icon-arrow icon-next icon-arrow-1"></button>

*/
header {
  padding: 3rem;
}
header .brand-logo {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
}
header .brand-logo img {
  width: 100%;
  max-width: 512px;
  margin: 0 auto;
}
header .client-logo {
  display: none !important;
}

.icon-facebook {
  font-size: 2.1rem !important;
}

.icon-twitter-bird {
  font-size: 1.4rem !important;
}

[class^=icon-custom-arrow] {
  font-size: 0.5em;
}

.icon-up-fat, .icon-custom-arrow-up, .icon-down-fat, .icon-custom-arrow-down, .icon-plus-3, .icon-custom-show-more, .icon-minus-2, .icon-custom-show-less {
  visibility: visible;
}

[class^=icon-custom-show] {
  font-size: 0.5em;
}

#top-list li > a {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
  -ms-grid-rows: (auto)[6];
  grid-template-rows: repeat(6, auto);
      grid-template-areas: "image image image rating rating rating rating control-icons" "image image image rating rating rating rating control-icons" "image image image title title title title control-icons" "image image image title title title title control-icons" "image image image title title title title control-icons" "image image image title title title title control-icons";
}

.intro {
  padding-bottom: 5rem;
}
.intro .wrapper {
  background: rgba(48, 48, 48, 0.6);
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 800px;
}
.intro .wrapper .text-box {
  max-width: 700px;
}

.intro, #top-chart {
  position: relative;
}
.intro > *, #top-chart > * {
  position: relative;
}
.intro:before, #top-chart:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

header:before {
  width: 100%;
  height: 100%;
  content: "";
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 800px) {
  header {
    background: #e31c24 url("../img/bg.jpg") no-repeat 75% center/cover !important;
  }
  header > * {
    position: relative;
  }
  header:before {
    display: block;
  }
  .intro .wrapper {
    background: rgb(48, 48, 48);
  }
  .intro {
    padding-bottom: 0;
  }
}
#clientSection {
  color: #212121;
  position: relative;
  background: #e9e9ea;
}

#listenBtn a [class^=icon-]::before, #listenBtn a [class*=" icon-"]::before {
  -webkit-transform: translate(2%, 3%) !important;
      -ms-transform: translate(2%, 3%) !important;
          transform: translate(2%, 3%) !important;
}

header {
  padding: 3rem;
}
header .brand-logo {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
}
header .brand-logo img {
  width: 100%;
  max-width: 100%;
  margin: -3rem auto -1rem !important;
}
@media (max-width: 940px) {
  header .brand-logo img {
    margin-top: -10vw;
  }
}
header .client-logo {
  display: block !important;
}

.header-grid {
  max-width: 1200px;
  margin: 0 auto;
}

.header-grid #clientLogo img {
  max-width: 260px;
}

#selected figure {
  max-width: 280px;
}

#votes figcaption span, #selected figcaption span, #reorder .item .label span {
  font-weight: 700;
  text-transform: uppercase;
}

#votes {
  -ms-grid-columns: (1fr)[4] !important;
  grid-template-columns: repeat(4, 1fr) !important;
}

@media (max-width: 920px) {
  #votes {
    -ms-grid-columns: (1fr)[3] !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 640px) {
  #votes {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
#competition .form-wrapper {
  background: rgba(30, 30, 30, 0.6);
}

.icon-facebook {
  font-size: 2.1rem !important;
}

.icon-twitter-bird {
  font-size: 1.4rem !important;
}

#top-chart {
  background: #e31c24 url("../img/bg.jpg") no-repeat fixed 75% bottom/cover !important;
}

[class^=icon-custom-arrow] {
  font-size: 0.5em;
}

.icon-custom-arrow-up:before {
  content: "\e81f";
}

.icon-custom-arrow-down:before {
  content: "\e81e";
}

[class^=icon-custom-show] {
  font-size: 0.5em;
}

#top-chart #results .list-rating {
  background: #e31c24;
}
#top-chart #results .list-rating span {
  font-size: 0.9em;
  text-transform: lowercase;
}
#top-chart #results .list-title {
  font-style: italic;
}
#top-chart #results .list-title span {
  display: block;
  font-size: 0.8em;
  font-style: normal;
}

#top-chart #results .list-image {
  -webkit-transform: skew(-12deg);
      -ms-transform: skew(-12deg);
          transform: skew(-12deg);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  overflow: hidden;
}
#top-chart #results .list-image img {
  -webkit-transform: skew(12deg);
      -ms-transform: skew(12deg);
          transform: skew(12deg);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
#top-chart #overlay .bl-more {
  margin-top: 1rem;
}

#top-chart #results .list-control-icons i {
  background: #e31c24;
}
#top-chart #results .list-control-icons i:before {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  color: white;
}

[class^="icon-custom-*"] {
  font-size: 0.5em;
}

.icon-custom-back:before {
  content: "\e826";
}

.icon-custom-next:before {
  content: "\e827";
}

#result {
  padding-top: 5em;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
  font-size: 2rem;
}

p, #top-chart .nav li {
  font-size: 1.2rem;
}

.intro {
  background: #e31c24 url("../img/bg.jpg") no-repeat fixed 75% bottom/cover !important;
  color: #fff;
}
.intro h1, .intro h2, .intro h3, .intro h4, .intro h5, .intro h6 {
  color: #fff;
}
.intro > * {
  position: relative;
  z-index: 3;
}

@supports (-webkit-touch-callout: none) {
  .intro {
    background-attachment: scroll !important;
  }
}
#selection {
  background: transparent;
  color: #fff;
}
#selection h1, #selection h2, #selection h3, #selection h4, #selection h5, #selection h6 {
  color: #fff;
}

#selection:before {
  content: "";
  position: fixed; /* stretch a fixed position to the whole screen */
  top: 0;
  height: 100vh; /* fix for mobile browser address bar appearing disappearing */
  left: 0;
  right: 0;
  z-index: -1;
  background: #141027;
  background-attachment: scroll !important;
  background-size: cover;
  display: block;
}

#listenBtn a {
  margin: 0 0 1.2em 0;
  background: #fff;
  border-radius: 360em;
  color: #e31c24;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: initial;
  text-transform: none;
  line-height: 2em;
}
#listenBtn a [class^=icon-], #listenBtn a [class*=" icon-"] {
  background: #e31c24;
  color: #fff;
}
#listenBtn a:hover, #listenBtn a:active, #listenBtn a:focus {
  background: #fff;
  color: #141027;
}
#listenBtn a:hover [class^=icon-], #listenBtn a:hover [class*=" icon-"], #listenBtn a:active [class^=icon-], #listenBtn a:active [class*=" icon-"], #listenBtn a:focus [class^=icon-], #listenBtn a:focus [class*=" icon-"] {
  background: #e31c24;
  color: #141027;
}

.header-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10rem;
  grid-template-columns: auto 10rem;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
      grid-template-areas: "-- listen" "brandLogo brandLogo" "clientLogo clientLogo";
}
.header-grid #brandLogo {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: brandLogo;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.header-grid #brandLogo img {
  width: 860px;
  margin: 0 auto 2em;
}
.header-grid #listenBtn {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: listen;
  text-align: right;
}
.header-grid #clientLogo {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: clientLogo;
}
.header-grid #clientLogo img {
  width: 30vw;
  margin: 0 auto;
}

#votes li {
  padding: 0.3em;
}
#votes li a figure {
  color: #fff;
  background: #e31c24;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  border-radius: 5px;
}
#votes li a figure figcaption {
  font-size: 1em;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-family: "calluna", sans-serif;
}
#votes li a:focus figure, #votes li a:active figure, #votes li a:hover figure, #votes li a.selected figure {
  color: #141027;
  background: #fff;
}

#reorder {
  background: #abca61;
  color: #212121;
}
#reorder #order .item {
  background: #141027;
  color: #fff;
  font-size: 1.2em;
}
#reorder #order .item .icon-ellipsis-vert:before {
  margin-right: 5px;
}

.reason {
  background: lavender;
  padding: 2em;
  color: #212121;
  border: 3px solid #e31c24;
  border-radius: 15px;
}
.reason .question {
  font-family: "calluna", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  text-transform: none;
}
.reason label[for=readOptIn] {
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

.side-panel {
  top: 8em;
  color: #fff;
}
.side-panel .phantom {
  top: 8em;
}
.side-panel p, .side-panel #top-chart .nav li, #top-chart .nav .side-panel li {
  font-size: 1em;
  background: #141027;
  padding: 1em;
}
.side-panel p span, .side-panel #top-chart .nav li span, #top-chart .nav .side-panel li span {
  font-size: 3em;
}
.side-panel .scroll {
  background: #e31c24;
  color: inherit;
  padding: 0;
}
@media (max-width: 1000px) {
  .side-panel p, .side-panel #top-chart .nav li, #top-chart .nav .side-panel li {
    font-size: 0.8em;
  }
}

.search-field input {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #e31c24;
  color: #212121;
}
.search-field .icon-search:before {
  color: #212121;
}

#selected {
  background: #CAE090;
  color: #212121;
}
#selected figure {
  background: #e31c24;
  border-radius: 5px;
  margin: 2em auto;
}
#selected figure img {
  border-radius: 0;
}
#selected figure figcaption {
  color: #fff;
  font-size: 1.2rem;
}

#competition {
  background: #e31c24 url("../img/bg.jpg") no-repeat fixed 75% center/cover !important;
  color: #fff;
}
#competition .user-details {
  text-align: left;
}

#result {
  background: transparent;
  color: #fff;
}

.btn-cta {
  background: #e31c24;
  color: #fff;
  border: 3px solid #e31c24;
  border-radius: 3px;
  font-family: "calluna", sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.btn-cta:hover, .btn-cta:active, .btn-cta:focus {
  background: #fff;
  color: #141027;
  border: 3px solid #fff;
  border-radius: 3px;
}
.btn-cta.btn-alternative {
  background: #e31c24;
  color: #fff;
  border: 3px solid #e31c24;
  border-radius: 3px;
}
.btn-cta.btn-alternative:hover, .btn-cta.btn-alternative:active, .btn-cta.btn-alternative:focus {
  background: #fff;
  color: #141027;
  border: 3px solid #fff;
  border-radius: 3px;
}
.btn-cta.btn-secondary {
  background: #141027;
  color: #fff;
  border: 3px solid #141027;
  border-radius: 3px;
}
.btn-cta.btn-secondary:hover, .btn-cta.btn-secondary:active, .btn-cta.btn-secondary:focus {
  background: #fff;
  color: #141027;
  border: 3px solid #fff;
  border-radius: 3px;
}
.btn-cta.submit-btn {
  background: #e31c24;
  color: #fff;
  border: none;
  border-radius: 3px;
}
.btn-cta.submit-btn:hover, .btn-cta.submit-btn:active, .btn-cta.submit-btn:focus {
  background: #fff;
  color: #141027;
  border: none;
  border-radius: 3px;
}

#reorder #order .remove, .search-field .clear {
  display: block;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}

#votes {
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  #votes {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

#votes li {
  position: relative;
  font-size: 1.1em;
}
@media (max-width: 900px) {
  #votes li {
    padding: 0.3em;
    font-size: 1.43vw;
  }
}
@media (max-width: 900px) {
  #votes li {
    font-size: 2.2vw;
  }
}
#votes li .btn {
  cursor: pointer;
  text-decoration: none;
}

figure {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
  max-width: 479px;
  margin: 0 auto;
  overflow: hidden;
}
figure img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
figure figcaption {
  padding: 1em 2em;
}

#selection .user-choice {
  text-align: center;
  margin-top: 4rem;
}
#selection .input {
  margin-top: 1rem;
  padding: 1rem;
}
#selection .input input {
  width: 100%;
  color: #212121;
  border: none;
  padding: 0.3em;
  text-align: center;
}

#selection .wrapper, #selected .wrapper {
  text-align: center;
}
#selection p.cta, #selection #top-chart .nav li.cta, #top-chart .nav #selection li.cta, #selected p.cta, #selected #top-chart .nav li.cta, #top-chart .nav #selected li.cta {
  text-align: center;
  margin: 2em auto;
  padding: 0.4em;
}
@media (max-width: 900px) {
  #selection p.cta, #selection #top-chart .nav li.cta, #top-chart .nav #selection li.cta, #selected p.cta, #selected #top-chart .nav li.cta, #top-chart .nav #selected li.cta {
    width: 100%;
  }
}
#selection p.cta a, #selection #top-chart .nav li.cta a, #top-chart .nav #selection li.cta a, #selected p.cta a, #selected #top-chart .nav li.cta a, #top-chart .nav #selected li.cta a {
  background: #abca61;
  width: 100%;
  padding: 1.1em 2.8em;
}

#promotion p.cta, #promotion #top-chart .nav li.cta, #top-chart .nav #promotion li.cta {
  max-width: 320px;
  text-align: center;
  margin: 2em auto 2em 0;
  padding: 0.4em;
}
@media (max-width: 900px) {
  #promotion p.cta, #promotion #top-chart .nav li.cta, #top-chart .nav #promotion li.cta {
    width: 100%;
  }
}
#promotion p.cta a, #promotion #top-chart .nav li.cta a, #top-chart .nav #promotion li.cta a {
  background: #121225;
  width: 100%;
  padding: 1.1em 2.8em;
}

#info p.cta, #info #top-chart .nav li.cta, #top-chart .nav #info li.cta {
  width: 33%;
  text-align: center;
  margin: 2em auto;
  padding: 0.4em;
}
@media (max-width: 900px) {
  #info p.cta, #info #top-chart .nav li.cta, #top-chart .nav #info li.cta {
    width: 100%;
  }
}
#info p.cta a, #info #top-chart .nav li.cta a, #top-chart .nav #info li.cta a {
  background: #abca61;
  width: 100%;
  padding: 1.1em 2.8em;
}

#listenBtn a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  z-index: 100;
  position: relative;
  display: inline-block;
  padding-right: 0.75em;
  border: 3px solid #e31c24;
}
#listenBtn a [class^=icon-], #listenBtn a [class*=" icon-"] {
  border-radius: 360em;
  display: inline-block;
  position: relative;
  width: 2em;
  height: 2em;
  text-align: center;
  margin-right: 0.3em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#listenBtn a [class^=icon-]:before, #listenBtn a [class*=" icon-"]:before {
  display: inline-block;
  font-size: 1.2em;
  margin: 0 !important;
  line-height: auto !important;
  -webkit-transform: translate(7%, 0%);
      -ms-transform: translate(7%, 0%);
          transform: translate(7%, 0%);
}

.search-field {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;
  width: 100%;
}
.search-field label {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.search-field .icon-search {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0.7em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1.6em;
  width: 1.6em;
}
.search-field input {
  font: inherit;
  padding: 0.5em 2.6em;
  position: relative;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
  width: 100%;
}
.search-field input:focus {
  border-color: #abca61;
}
.search-field input::-webkit-input-placeholder {
  color: #212121;
  font-weight: 400;
}
.search-field input::-moz-placeholder {
  color: #212121;
  font-weight: 400;
}
.search-field input:-ms-input-placeholder {
  color: #212121;
  font-weight: 400;
}
.search-field input::-ms-input-placeholder {
  color: #212121;
  font-weight: 400;
}
.search-field input::placeholder {
  color: #212121;
  font-weight: 400;
}
.search-field .clear {
  position: absolute;
  display: block;
  top: 50%;
  right: 0.6em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
  border-radius: 360em;
  border: 2px solid transparent;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  right: 0.6em;
  transform: translateY(-50%);
}
.search-field .clear:hover, .search-field .clear:active {
  border: 2px solid #212121;
}
.search-field .clear:focus {
  border: 2px solid #abca61;
}
.search-field .clear:focus:before, .search-field .clear:focus:after {
  background: #abca61;
}
.search-field .clear:before, .search-field .clear:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  background: #212121;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 66%;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.search-field .clear:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.search-field .clear:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#form {
  position: relative;
}

#reorder #order {
  width: 100%;
  max-width: 600px;
  margin: 4em auto;
  text-align: left;
}
#reorder #order .item {
  position: relative;
  border-radius: 5px;
  margin: 0.5rem;
  padding: 0.5em 4em;
}
#reorder #order .item .rank {
  display: inline-block;
  color: #fff;
  width: 2.6em;
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#reorder #order .remove {
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#reorder #order .remove:before, #reorder #order .remove:after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
#reorder #order .remove:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#reorder #order .remove:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#reorder #order .selectMore {
  background: #141027;
  text-align: center;
}
#reorder .cta {
  margin: 2em auto 0;
  position: relative;
}
#reorder .error {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.reason {
  margin: 2em 0.5rem;
}
.reason .question {
  margin-top: 0;
}
.reason textarea {
  font-family: inherit;
  opacity: 1;
  width: 100%;
}
.reason input + label {
  float: right;
}
.reason p:last-child, .reason #top-chart .nav li:last-child, #top-chart .nav .reason li:last-child {
  margin-top: 0;
}
.reason::after {
  content: "";
  display: block;
  clear: both;
}

.pin-spacer {
  pointer-events: none;
}

.side-panel {
  pointer-events: all;
  position: absolute;
  background: #212121;
  border-radius: 10px 0 0 10px;
  padding: 0;
  right: 0;
  overflow: hidden;
}
.side-panel .phantom {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  position: absolute;
}
.side-panel p, .side-panel #top-chart .nav li, #top-chart .nav .side-panel li {
  width: min-intrinsic;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.side-panel p span, .side-panel #top-chart .nav li span, #top-chart .nav .side-panel li span {
  display: block;
  margin: 0 auto;
  font-weight: 700;
}
.side-panel p a, .side-panel #top-chart .nav li a, #top-chart .nav .side-panel li a {
  text-decoration: none;
}
.side-panel .scroll {
  display: block;
  margin: 0;
  text-decoration: none;
}

@media (max-width: 1000px) {
  #selectTopList .wrapper {
    padding-right: 8rem;
  }
}
#page-nav {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 3rem 0;
}
#page-nav li {
  display: inline-block;
  margin: 0 1em;
}
#page-nav li p, #page-nav li #top-chart .nav li, #top-chart .nav #page-nav li li {
  cursor: pointer;
  font-weight: 300;
}
#page-nav li p:hover, #page-nav li #top-chart .nav li:hover, #top-chart .nav #page-nav li li:hover {
  text-decoration: underline;
}
#page-nav li p.active, #page-nav li #top-chart .nav li.active, #top-chart .nav #page-nav li li.active {
  font-weight: 700;
}
#page-nav li p.disabled, #page-nav li #top-chart .nav li.disabled, #top-chart .nav #page-nav li li.disabled {
  opacity: 0.2;
}
#page-nav li p.disabled:hover, #page-nav li #top-chart .nav li.disabled:hover, #top-chart .nav #page-nav li li.disabled:hover {
  text-decoration: none;
  cursor: default;
}

#competition {
  padding: 100px 0;
  text-align: center;
}
#competition .thank-you {
  text-align: center;
}

.social {
  max-width: 400px;
  margin: 2em auto;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.social a {
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  display: block;
  padding: 0.7em 1.2em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 1em;
}
.social a:first-child {
  margin-left: 0;
}
.social a:hover, .social a:active, .social a:focus {
  letter-spacing: 0.2em;
  color: #fff;
}
.social a [class^=icon-], .social a [class*=" icon-"] {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.social a [class^=icon-]:before, .social a [class*=" icon-"]:before {
  color: #fff;
  font-size: 2.1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.social a.ttw {
  padding-right: 60px;
  background: #000 !important;
}
.social a.ttw [class^=icon-], .social a.ttw [class*=" icon-"] {
  right: 1em;
}
.social a.fcb {
  padding-left: 60px;
  background: #3b5998 !important;
}
.social a.fcb [class^=icon-], .social a.fcb [class*=" icon-"] {
  left: 1em;
}

.selection-overlay {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 90px);
      -ms-transform: translate(-50%, 90px);
          transform: translate(-50%, 90px);
  z-index: 1001;
  width: 560px;
  max-width: 100vw;
  background: #212121;
}
.selection-overlay .blurb {
  padding: 1em;
  text-align: left;
}
.selection-overlay iframe {
  background: #151515;
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.selection-overlay p, .selection-overlay #top-chart .nav li, #top-chart .nav .selection-overlay li {
  margin: 0;
}
.selection-overlay .vote-btn {
  display: block;
  width: 100%;
  padding: 1em;
  color: #fff;
  background: #e31c24;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: none;
}
.selection-overlay .close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 45px;
  height: 45px;
  background: #e31c24;
  border: 2px solid #e31c24;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
.selection-overlay .close-btn:before {
  content: "✖";
  font-size: 17px;
}

.screen_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.screen_overlay.active {
  opacity: 1;
  pointer-events: all;
}

.btn-cta {
  display: inline-block;
  padding: 1em 2.5em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

footer {
  background: #e31c24;
  color: #141027;
}
footer p, footer #top-chart .nav li, #top-chart .nav footer li {
  margin: 0;
}

#top-chart {
  color: #e6e6e6;
}
#top-chart > .wrapper {
  background: transparent;
}
#top-chart h2 {
  color: #fff;
}
#top-chart .nav {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#top-chart .nav li {
  font-family: "calluna", sans-serif;
}
#top-chart .nav li a, #top-chart .nav li span {
  color: #fff;
  background: #e31c24;
  border-radius: 5px;
  font-size: 1.2rem;
}
#top-chart .back-to-top a {
  color: #fff;
  font-size: 2.4rem;
  font-family: "calluna", sans-serif;
  text-transform: uppercase;
  text-shadow: none;
}
#top-chart .back-to-top a .icon-up-open-1 {
  background: #fff;
  color: #141027;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#top-chart .back-to-top a .icon-up-open-1:before {
  text-shadow: none;
}
#top-chart .back-to-top a:hover, #top-chart .back-to-top a:focus, #top-chart .back-to-top a:active {
  text-shadow: none;
}
#top-chart .back-to-top a:hover .icon-up-open-1, #top-chart .back-to-top a:focus .icon-up-open-1, #top-chart .back-to-top a:active .icon-up-open-1 {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#top-list li > a {
  border-radius: 10px;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0 0 10% #e31c24;
          box-shadow: 0 0 10% #e31c24;
}
#top-list li > a h5 {
  font-size: 2.6rem;
}
#top-list li > a h6 {
  font-size: 2.2rem;
}
@media (max-width: 560px) {
  #top-list li > a h5 {
    font-size: -webkit-calc(5vw + 4px);
    font-size: calc(5vw + 4px);
  }
  #top-list li > a h6 {
    font-size: -webkit-calc(3vw + 4px);
    font-size: calc(3vw + 4px);
  }
}
#top-list li > a .list-image {
  padding: 0;
}
#top-list li > a .list-image img {
  border-radius: 0;
}
#top-list li > a .list-rating {
  padding: 2rem 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
}
#top-list li > a .list-title {
  font-family: "calluna", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  color: #212121;
}

#top-list li > a {
  -ms-grid-columns: 7rem 240px auto 5rem;
  grid-template-columns: 7rem 240px auto 5rem;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
      grid-template-areas: "rating image title control-icons";
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#top-list li > a .list-image img {
  height: 100%;
  min-height: 160px;
}

@media (max-width: 560px) {
  #top-list li > a {
    font-size: 0.8rem;
    -ms-grid-columns: 7rem 120px auto 5rem;
    grid-template-columns: 7rem 120px auto 5rem;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  #top-list li > a > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #top-list li > a > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #top-list li > a > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #top-list li > a > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  #top-list li > a .list-image img {
    height: 100%;
    min-height: 100px;
  }
}
#top-chart #sticky #overlay .bl-media {
  float: right;
  margin: 0 0 2em 1em;
  width: 50%;
}
#top-chart #sticky #overlay .bl-media .iframe-embed {
  padding-bottom: 52.5%;
}
@media (max-width: 560px) {
  #top-chart #sticky #overlay .bl-media {
    width: 100%;
  }
}
#top-chart #sticky #overlay .bl-blurb {
  text-align: left;
}
#top-chart #sticky #overlay .bl-more {
  text-align: left;
}

.search-field input {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #e31c24;
  color: #212121;
}
.search-field .icon-search:before {
  color: #fff;
}

#top-chart {
  position: relative;
}
#top-chart .search-field {
  margin: 2rem auto;
}
#top-chart .nav {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 0;
  padding: 0;
}
#top-chart .nav li {
  -webkit-box-flex: 6em;
  -webkit-flex: 6em 0 1;
      -ms-flex: 6em 0 1;
          flex: 6em 0 1;
  margin-right: 0.5em;
  margin-top: 0;
}
#top-chart .nav li:last-child {
  margin-right: 0;
}
#top-chart .nav li a, #top-chart .nav li span {
  display: block;
  padding: 0.3em;
  text-align: center;
  opacity: 0.8;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  text-decoration: none;
}
#top-chart .nav li a.active, #top-chart .nav li span.active {
  opacity: 1;
}
#top-chart .nav-small li {
  -webkit-box-flex: 2em;
  -webkit-flex: 2em 0 1;
      -ms-flex: 2em 0 1;
          flex: 2em 0 1;
}
@media (max-width: 551px) {
  #top-chart .nav-large {
    display: none;
  }
}
@media (min-width: 551px) {
  #top-chart .nav-small {
    display: none;
  }
}
#top-chart .back-to-top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#top-chart .back-to-top.isVisible {
  opacity: 1;
}
#top-chart .back-to-top a {
  display: block;
  position: relative;
  text-decoration: none;
}
#top-chart .back-to-top a .icon-up-open-1 {
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  border-radius: 360em;
  bottom: 100%;
  left: -webkit-calc(50% - 1em);
  left: calc(50% - 1em);
  line-height: 1.8em;
  text-align: center;
}

#top-list li > a {
  text-decoration: none;
  font-size: 1rem;
  overflow: hidden;
}
#top-list li > a h5, #top-list li > a h6 {
  margin: 0;
  width: 100%;
}
#top-list .list-control-icons {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: right;
  padding: 1rem;
}
#top-list .list-control-icons span {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  text-align: center;
}
#top-list .list-control-icons span.hide-blurb {
  display: none;
}
#top-list .list-control-icons [class^=icon-] {
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 360em;
  border: 3px solid #e31c24;
  font-size: 1.2rem;
  line-height: 1.8em;
  background: #fff;
}
#top-list .active .list-control-icons .show-blurb {
  display: none;
}
#top-list .active .list-control-icons .hide-blurb {
  display: block;
}
#top-list .noBlurbs {
  cursor: auto;
}
#top-list .noBlurbs .list-control-icons {
  display: none;
}

#top-list li {
  list-style: none;
  padding: 0.5rem 0 1rem;
}
#top-list li > a {
  display: -ms-grid;
  display: grid;
}
#top-list li > a .list-image {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: image;
}
#top-list li > a .list-rating {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-area: rating;
}
#top-list li > a .list-title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 4;
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-area: title;
}
#top-list li > a .list-control-icons {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  -ms-grid-column: 8;
  grid-area: control-icons;
}
#top-list li > a .list-image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-list li > a .list-rating, #top-list li > a .list-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: columns;
      -ms-flex-direction: columns;
          flex-direction: columns;
}

#top-list {
  padding: 0;
}
#top-list li.staggered-fade-leave-active, #top-list li.staggered-fade-leave-to {
  display: none;
}
#top-list li.staggered-fade-enter-active, #top-list li.staggered-fade-enter-to {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#top-list li.isVisible > a .img span {
  opacity: 1;
}

#top-chart {
  --top: 0;
}
#top-chart #results {
  padding-bottom: -webkit-calc(100vh - var(--top));
  padding-bottom: calc(100vh - var(--top));
}
#top-chart #sticky {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-transition: top 1s linear;
  transition: top 1s linear;
}
#top-chart #sticky[aria-expanded=false] {
  top: 100%;
}
#top-chart #sticky[aria-expanded=true] {
  top: var(--top);
  overflow-x: scroll;
}
#top-chart #sticky #overlay #preview {
  height: -webkit-calc(100vh - var(--top));
  height: calc(100vh - var(--top));
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  color: #212121;
  background: #fbf8fd no-repeat bottom right/100% auto;
}
#top-chart #sticky #overlay #preview .overlay-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#top-chart #sticky #overlay #preview .overlay-nav a {
  text-decoration: none;
}
#top-chart #sticky #overlay #preview .overlay-nav span:first-child {
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#top-chart #sticky #overlay #preview .overlay-nav span:last-child {
  text-align: right;
}
#top-chart #sticky #overlay #preview .bl-media .iframe-embed {
  width: 100%;
  height: 0;
  position: relative;
}
#top-chart #sticky #overlay #preview .bl-media .iframe-embed iframe {
  background: black;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.frame {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

/* --- BUTTONS --- */
/*# sourceMappingURL=layout-simple.css.map */