/*! 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, section:not(#competition) .title, h3, h4, h5, h6, video, audio) {
  margin: 0;
}
:where(p, #top-chart .nav li, blockquote, ul, ol, dl, h1, h2, section:not(#competition) .title, h3, h4, h5, h6, video, audio) + :where(p, #top-chart .nav li, blockquote, ul, ol, dl, h1, h2, section:not(#competition) .title, h3, h4, h5, h6, video, audio) {
  margin-top: 22px;
}

.wrapper {
  position: relative;
  display: block;
  max-width: 1000px;
  padding: 30px 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: "Outfit", "Open Sans", Helvetica, Arial, sans-serif;
  color: #192222;
  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, section:not(#competition) .title, h3, h4, h5 {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
}

h1, h2, section:not(#competition) .title {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.2rem;
}

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

.user-details fieldset, .reason fieldset {
  border: 0;
  padding: 15px 0;
}
.user-details input, .user-details select, .user-details textarea, .reason input, .reason select, .reason 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, .reason input:focus + label:before, .reason input:focus, .reason select:focus + label:before, .reason select:focus, .reason textarea:focus + label:before, .reason 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], .reason input[type=radio], .reason input[type=checkbox], .reason select[type=radio], .reason select[type=checkbox], .reason textarea[type=radio], .reason 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, .reason input[type=radio] + label, .reason input[type=checkbox] + label, .reason select[type=radio] + label, .reason select[type=checkbox] + label, .reason textarea[type=radio] + label, .reason 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, .reason input[type=radio] + label:before, .reason input[type=checkbox] + label:before, .reason select[type=radio] + label:before, .reason select[type=checkbox] + label:before, .reason textarea[type=radio] + label:before, .reason textarea[type=checkbox] + label:before {
  width: 22px;
  height: 22px;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #FFDB00;
}
.user-details input[type=checkbox] + label:before, .user-details select[type=checkbox] + label:before, .user-details textarea[type=checkbox] + label:before, .reason input[type=checkbox] + label:before, .reason select[type=checkbox] + label:before, .reason 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, .reason input[type=radio] + label:before, .reason select[type=radio] + label:before, .reason 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, .reason input[type=radio]:checked + label:before, .reason input[type=checkbox]:checked + label:before, .reason select[type=radio]:checked + label:before, .reason select[type=checkbox]:checked + label:before, .reason textarea[type=radio]:checked + label:before, .reason textarea[type=checkbox]:checked + label:before {
  background-color: #FFDB00;
}
.user-details label, .reason label {
  color: #FFDB00;
  font-style: normal;
  font-weight: 400;
  padding: 8px 0 8px;
  display: inline-block;
  text-transform: uppercase;
}
.user-details small, .reason small {
  text-align: right;
  display: block;
}

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

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

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

.social-login-container {
  background: #192222;
  text-align: left;
  padding: 1px 0 30px;
  color: #FFDB00;
}
.social-login-container :not(.error) a {
  font-weight: 700;
  color: #FFDB00;
  text-decoration: none;
}
.social-login-container h2#social-login-title, .social-login-container section:not(#competition) #social-login-title.title, section:not(#competition) .social-login-container #social-login-title.title {
  text-align: center;
  padding-top: 30px;
}
.social-login-container.social--logged-in h2#social-login-title, .social-login-container.social--logged-in section:not(#competition) #social-login-title.title, section:not(#competition) .social-login-container.social--logged-in #social-login-title.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, .slick-prev,
.slick-next {
  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>

*/
.carousel-circular {
  position: relative;
  margin: 0 auto;
  max-width: 480px;
}

.carousel-circular__inner {
  position: relative;
  padding: 60px 0;
  height: 780px;
}
.carousel-circular__inner .carousel-circular__item {
  display: block;
  position: absolute;
  max-width: 480px;
  width: 100%;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  color: #192222;
  background-color: white;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
.carousel-circular__inner iframe {
  max-width: 100%;
}
@media (max-width: 640px) {
  .carousel-circular__inner iframe {
    height: 56.2vw;
  }
}
.carousel-circular__inner .carousel-circular__item.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.carousel-circular__inner .carousel-circular__item.transition {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.circular-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
.circular-arrow.icon-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1000px) {
  .circular-arrow {
    top: 33%;
    background-color: rgba(255, 255, 255, 0.7);
    background-size: 80%;
  }
}
.circular-arrow.icon-next {
  right: -180px;
}
@media (max-width: 1000px) {
  .circular-arrow.icon-next {
    right: 0;
  }
}
.circular-arrow.icon-prev {
  left: -180px;
}
@media (max-width: 1000px) {
  .circular-arrow.icon-prev {
    left: 0;
  }
}

.carousel-dots {
  margin: 45px 0 60px;
  padding: 0;
}
.carousel-dots li {
  display: inline-block;
  margin: 0 10px;
}
.carousel-dots .carousel-circular__dot {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #3c1a59;
  border: 2px solid #3c1a59;
  border-radius: 50%;
  cursor: pointer;
}
.carousel-dots .carousel-circular__dot.active {
  background-color: #ed1a3b;
  border: 2px solid #ed1a3b;
}
.carousel-dots .carousel-circular__dot:focus {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  outline: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

fieldset {
  min-width: initial;
}

.carousel-slick {
  padding-bottom: 90px;
}

.carousel-inner {
  max-width: 600px;
  margin: 0 auto;
}
.carousel-inner .item-text {
  padding: 15px 0;
}
.carousel-inner iframe {
  margin: 0 auto;
}
@media (max-width: 640px) {
  .carousel-inner iframe {
    height: 56.2vw;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  outline: none;
}
.slick-prev.slick-prev,
.slick-next.slick-prev {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
      -ms-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
@media (max-width: 940px) {
  .slick-prev,
  .slick-next {
    top: auto;
    bottom: -86px;
  }
}

.slick-prev {
  left: -80px;
}
@media (max-width: 940px) {
  .slick-prev {
    left: 0;
  }
}

.slick-next {
  right: -80px;
}
@media (max-width: 940px) {
  .slick-next {
    right: 0;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-color: #FFDB00;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  background-color: #FFDB00;
  opacity: 0.75;
}

.fileUploadSection {
  position: relative;
  color: white;
  z-index: 0;
  margin-bottom: 75px;
}
.fileUploadSection .upload-wrap {
  max-width: 650px;
  margin: 0 auto 15px;
  background-color: #0488da;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.fileUploadSection .upload-wrap:hover {
  background-color: #0d97ec;
}
.fileUploadSection .text-box {
  margin-bottom: 45px;
}

.upload-row {
  padding: 60px 75px;
}
@media (max-width: 470px) {
  .upload-row {
    padding: 15px 22px;
  }
}

.upload-container .upload-box {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  display: table;
  width: 100%;
}
.upload-container .upload-box .btn-choose-files {
  display: block;
  max-width: 220px;
  margin: 15px auto 0;
  padding: 15px 30px;
  background: white;
  color: #333;
  border-radius: 32px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.upload-container .upload-box .btn-choose-files:hover {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
}
.upload-container .upload-box .upload-box-content {
  font-size: 1.2rem;
  font-weight: 300;
}
.upload-container .upload-box .upload-box-content span {
  font-weight: 700;
}
.upload-container .upload-box .upload-box-content img, .upload-container .upload-box .upload-box-content svg {
  display: block;
  margin: 0 auto 45px;
}
.upload-container .upload-box .fileupload-progress {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 30%;
  width: 0;
  background-color: white;
}
.upload-container .upload-box label.fileuploadLabel {
  position: relative;
  margin: 0 auto;
  padding: 30px 22px;
  color: white;
  text-align: center;
  text-transform: none;
  font-size: 2rem;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .upload-container .upload-box label.fileuploadLabel {
    padding: 22px 0;
  }
}
.upload-container .upload-box label.fileuploadLabel p, .upload-container .upload-box label.fileuploadLabel #top-chart .nav li, #top-chart .nav .upload-container .upload-box label.fileuploadLabel li {
  margin: 0;
  font-size: 1.2rem;
}
.upload-container .error {
  display: none;
  margin-bottom: 15px;
}

.preview-details {
  display: none;
}
.preview-details .preview-header .upload-filename {
  max-width: 320px;
  margin: 0 auto 15px;
  font-size: 2rem;
  word-break: break-all;
}
.preview-details .preview-header .delete-file {
  float: right;
  margin-top: -3px;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.preview-details .preview-header .delete-file:hover, .preview-details .preview-header .delete-file:focus, .preview-details .preview-header .delete-file:active {
  fill: #555;
}
.preview-details .file-preview {
  margin: 15px 0;
}
.preview-details .file-preview video, .preview-details .file-preview .img-upload {
  max-width: 100%;
}

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

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

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

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

header {
  padding: 0 !important;
}

.frame .header-inner {
  -webkit-box-align: start !important;
  -webkit-align-items: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
  max-width: none !important;
}
@media (max-width: 1000px) {
  .frame .header-inner .brand-logo img {
    width: 1000px !important;
    max-width: none;
    margin-left: 50vw !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 625px) {
  .frame .header-inner .brand-logo img {
    min-width: 160vw;
  }
}
.frame .header-inner #listenBtn {
  max-width: 98vw;
}
@media (max-width: 1000px) {
  .frame .header-inner #listenBtn {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
  }
}

@media (max-width: 635px) {
  section:not(#competition) h1, section:not(#competition) h2, section:not(#competition) .title {
    width: 100% !important;
  }
  #frame .text-box {
    margin-right: 0 !important;
  }
}
.header-inner #listenBtn {
  margin-top: 1rem;
  margin-right: 1rem;
  grid-area: none !important;
  -ms-grid-row: 2 !important;
  grid-row: 2 !important;
  -ms-grid-column: 2 !important;
  grid-column: 2 !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;
}

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

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

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

#gallery .grid > li figure span mark {
  left: auto !important;
  right: 0.75rem;
}
#gallery .grid > li figure span img {
  border: none !important;
}
#gallery .scrollable [aria-checked=true] .checkbox {
  background: #192222;
}
#gallery .scrollable > li > a {
  border-radius: 360em;
}
#gallery .scrollable > li > a:focus {
  border-color: transparent;
}
#gallery .scrollable > li > a:hover {
  border-color: #192222;
}

#readOptIn + label {
  color: #192222;
}

#readOptIn + label:before {
  border-color: #192222;
}

#user-details .btn-cta {
  border-color: #FFDB00;
}

#form-wrapper {
  background: #192222;
  color: #FFDB00;
}

html, body {
  background: #FFDB00;
}

#frame {
  background: #FFDB00;
}
#frame:before, #frame:after {
  width: 100%;
  height: 100vh;
}
#frame:before {
  background: url("../img/gold-background.jpg") #FFDB00 no-repeat top center/cover;
}
#frame:after {
  background: transparent;
}
#frame .text-box {
  margin-right: 20%;
}

header {
  background: transparent;
}

.intro {
  background: transparent;
  color: #192222;
}

#search {
  background: #fff;
  color: #192222;
}

#gallery {
  background: #EBEAE0;
  color: #192222;
}

#review {
  background: #EBEAE0;
  color: #192222;
}

#thank-you {
  background: #EBEAE0;
  color: #192222;
}

section:not(#competition) h1, section:not(#competition) h2, section:not(#competition) .title, section:not(#competition) h3, section:not(#competition) h4, section:not(#competition) h5, section:not(#competition) h6 {
  margin-top: 0;
}
section:not(#competition) h1 {
  font-size: 3rem;
}
section:not(#competition) h2, section:not(#competition) .title {
  font-size: 2.6rem;
}
section:not(#competition) h3, section:not(#competition) h4, section:not(#competition) p strong, section:not(#competition) #top-chart .nav li strong, #top-chart .nav section:not(#competition) li strong {
  font-size: 2.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
section:not(#competition) h1, section:not(#competition) h2, section:not(#competition) .title {
  width: 80%;
}
section:not(#competition) .title {
  font-weight: 700;
  margin-bottom: 1em;
}

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

.btn-cta {
  margin: 1.5em 0 0;
  padding: 0.5rem 4rem;
  background: #192222;
  border: 2px solid #192222;
  border-radius: 10px;
  color: #FFDB00;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: none;
  text-decoration: none;
  opacity: 1;
}
.btn-cta:hover, .btn-cta:active, .btn-cta:focus {
  background: #FFDB00;
  border: 2px solid #192222;
  color: #192222;
  opacity: 1;
}
.btn-cta.btn-small {
  margin: 0 auto;
  padding: 0.5rem 4rem;
  background: #192222;
  border: 2px solid #192222;
  border-radius: 10px;
  color: #FFDB00;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: none;
  text-decoration: none;
  opacity: 1;
}
.btn-cta.btn-small:hover, .btn-cta.btn-small:active, .btn-cta.btn-small:focus {
  background: #FFDB00;
  border: 2px solid #192222;
  color: #192222;
  opacity: 1;
}
.btn-cta.btn-secondary {
  margin: 1.5em 0 0;
  padding: 0.5rem 4rem;
  background: #fff;
  border: 1px solid #192222;
  border-radius: 10px;
  color: #192222;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: none;
  text-decoration: none;
  opacity: 1;
}
.btn-cta.btn-secondary:hover, .btn-cta.btn-secondary:active, .btn-cta.btn-secondary:focus {
  background: #001c54;
  border: 1px solid transparent;
  color: #fff;
  opacity: 1;
}
.btn-cta[disabled] {
  margin: 1.5em 0 0;
  padding: 0.5rem 4rem;
  background: transparent;
  border: 1px solid #192222;
  border-radius: 10px;
  color: #192222;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: none;
  text-decoration: none;
  opacity: 0.5;
}

#listenBtn a {
  margin: 0 0 1.2em 0;
  background: #192222;
  border-radius: 360em;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: initial;
  text-transform: none;
  line-height: 2em;
}
#listenBtn a [class^=icon-], #listenBtn a [class*=" icon-"] {
  background: #FFDB00;
  color: #192222;
}
#listenBtn a:hover, #listenBtn a:active, #listenBtn a:focus {
  background: #FFDB00;
  color: #192222;
}
#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: #FFDB00;
  color: #192222;
}

.header-inner {
  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";
}
.header-inner #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-inner #brandLogo img {
  width: auto;
  margin: 0 auto 2em;
}
.header-inner #listenBtn {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: listen;
  text-align: right;
}
.header-inner #clientLogo {
  grid-area: clientLogo;
}
.header-inner #clientLogo img {
  width: 180px;
  margin: 0 auto;
}

.reason {
  background: #fff;
  padding: 2em;
  color: #192222;
  border: 3px solid #FFDB00;
  border-radius: 15px;
}
.reason .question {
  font-family: "Outfit", 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;
}

html {
  text-align: left;
}

.screenreader-text {
  position: absolute !important;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.screenreader-text:focus {
  left: 0;
  opacity: 1;
  z-index: 50;
  height: auto;
  width: auto;
  margin: auto;
}

.screenreader-link {
  display: block;
  font-weight: 700;
  text-decoration: none;
  background: #f1f1f1;
  padding: 0.5em;
  color: #192222;
  position: fixed;
  left: -999px;
  width: 1px;
  height: 1px;
  top: 50vh;
}
[draggable=true] .screenreader-link {
  display: none !important;
}
.screenreader-link:hover, .screenreader-link:focus, .screenreader-link:active {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 50;
  height: auto;
  width: auto;
  margin: auto;
}
.rank-controls .screenreader-link:hover, .rank-controls .screenreader-link:focus, .rank-controls .screenreader-link:active {
  display: inline;
  position: static !important;
  font-weight: normal;
  color: #FFDB00;
}

#frame {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
#frame .header-inner, #frame .intro, #frame #form, #frame #overlay .wrapper, #frame #top-chart .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
#frame #form {
  z-index: 5;
}
#frame .wrapper {
  max-width: none;
  padding: 2rem;
}
#frame .text-box {
  max-width: none;
  padding: 0;
}

#frame {
  position: relative;
  background-attachment: fixed;
}
#frame:before, #frame:after {
  display: block;
  content: "";
  top: 0;
  left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
}
#frame > * {
  position: relative;
  z-index: 3;
}
#frame #thank-you {
  padding: 2rem;
}

.btn-cta {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header {
  padding: 1.5rem 3rem;
  text-align: center;
}
@media (max-width: 380px) {
  header {
    padding: 1rem 2rem;
  }
}
header .header-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
header .header-inner svg, header .header-inner img {
  max-width: 100%;
  margin: 0 auto;
}

.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 .clear {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0.7em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 1px;
  border: 2px transparent solid;
  border-radius: 360em;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.search-field .clear:active, .search-field .clear:focus, .search-field .clear:hover {
  border: 2px #192222 solid;
}
.search-field .clear .icon-cancel-2 {
  display: inline-block;
}
.search-field .clear[aria-expanded=true] {
  opacity: 1;
}
.search-field .clear[aria-expanded=false] {
  opacity: 0;
}
.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: #001c54;
}
.search-field input::-webkit-input-placeholder {
  color: #192222;
  font-weight: 400;
}
.search-field input::-moz-placeholder {
  color: #192222;
  font-weight: 400;
}
.search-field input:-ms-input-placeholder {
  color: #192222;
  font-weight: 400;
}
.search-field input::-ms-input-placeholder {
  color: #192222;
  font-weight: 400;
}
.search-field input::placeholder {
  color: #192222;
  font-weight: 400;
}

#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 #192222;
}
#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-results[aria-expanded=true] ul {
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  height: auto;
}
#search-results[aria-expanded=false] ul {
  opacity: 0;
  -webkit-transition: 0.1s all ease;
  transition: 0.1s all ease;
  height: 0;
}
#search-results ul {
  border: 1px #EBEAE0 solid;
  border-radius: 1rem;
  max-height: 700px;
  margin-top: 3rem;
}
#search-results ul li {
  border-bottom: 1px #EBEAE0 solid;
}
#search-results ul li:last-child {
  border-bottom: none;
}
#search-results ul article {
  text-align: center;
}
#search-results ul article [aria-expanded=true] {
  display: block;
}
#search-results ul article [aria-expanded=false] {
  display: none;
}
#search-results ul article .btn-secondary {
  border-radius: 5px;
  width: 360px;
  max-width: 100%;
}
#search-results ul article dl {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
#search-results ul article dl dt, #search-results ul article dl dd {
  padding: 0;
}
#search-results ul article dl dd {
  margin: 1em 0 0.5em;
}
#search-results ul article dl input {
  padding: 0.5rem;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #192222;
}

#gallery {
  padding-bottom: 5rem;
}
.isPostal #gallery {
  display: none;
}
#gallery ul {
  list-style: none;
  padding: 0;
}
#gallery ul[id^=songList-], #gallery ul[id*=" songList-"] {
  display: none;
  margin-top: 3rem;
}
#gallery .grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: dense;
  -ms-grid-columns: (25%)[4];
  grid-template-columns: repeat(4, 25%);
}
#gallery .grid > li figure {
  margin: 0;
  padding: 1.5rem;
}
#gallery .grid > li figure span {
  position: relative;
  display: block;
}
#gallery .grid > li figure span img {
  border: 2px transparent solid;
  border-radius: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
#gallery .grid > li figure span mark {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  margin: 0;
}
#gallery .grid > li figure[aria-checked=true] span img {
  border-color: #FFDB00;
}
#gallery .grid > li figure figcaption {
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  text-align: center;
}
#gallery .grid > li[id^=songList-], #gallery .grid > li[id*=" songList-"] {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
#gallery .grid > li[id^=songList-][aria-expanded=false], #gallery .grid > li[id*=" songList-"][aria-expanded=false] {
  display: none;
}
#gallery .grid > li[id^=songList-][aria-expanded=true], #gallery .grid > li[id*=" songList-"][aria-expanded=true] {
  display: block;
}
@media (max-width: 735px) {
  #gallery .grid {
    -ms-grid-columns: (33%)[3];
    grid-template-columns: repeat(3, 33%);
  }
  #gallery .grid > li[id^=songList-], #gallery .grid > li[id*=" songList-"] {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media (max-width: 580px) {
  #gallery .grid {
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
  }
  #gallery .grid > li[id^=songList-], #gallery .grid > li[id*=" songList-"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.scrollable {
  overflow-y: scroll;
  padding: 0;
  list-style: none;
}
.scrollable ::-webkit-scrollbar {
  width: 20px;
}
.scrollable ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}
.scrollable ::-webkit-scrollbar-thumb {
  background: #FFDB00;
  border-radius: 2px;
}
.scrollable ::-webkit-scrollbar-thumb:hover {
  background: #001c54;
}
.scrollable > li > a, .scrollable > li > article {
  padding: 1em 2rem;
  position: relative;
  display: block;
  font-size: 1.4rem;
}
.scrollable > li > a p, .scrollable > li > a #top-chart .nav li, #top-chart .nav .scrollable > li > a li, .scrollable > li > article p, .scrollable > li > article #top-chart .nav li, #top-chart .nav .scrollable > li > article li {
  font-size: 1.4rem;
}
.scrollable > li > a {
  text-decoration: none;
  font-weight: 400;
  border: 2px solid transparent;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.scrollable > li > a label {
  display: block;
  padding-left: 3rem;
}
.scrollable > li > a mark {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.scrollable > li > a:hover, .scrollable > li > a:focus {
  border-color: #FFDB00;
}

.checkbox {
  display: block;
  width: 2rem;
  height: 2rem;
  border: 2px transparent solid;
  border-radius: 360rem;
  background: #ccc;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: transparent;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-align: center;
  padding-right: 2px;
}
figure .checkbox {
  background: transparent;
}
.checkbox .icon-ok-2 {
  line-height: 2rem;
  margin: -2px 0 0 -2px;
}
[aria-checked=true] .checkbox {
  background: #FFDB00;
  color: #fff;
}

.isPublic #sticky {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.isPublic #sticky #overlay {
  position: absolute;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
  -webkit-transition: 0.5s top ease;
  transition: 0.5s top ease;
  z-index: 5;
}
.isPublic #sticky #overlay.no-animation {
  -webkit-transition: none;
  transition: none;
}
.isPublic #sticky[aria-expanded=false] .blackout, .isPublic #sticky[aria-expanded=false] .close-overlay {
  display: none;
}
.isPublic #sticky[aria-expanded=false] #overlay {
  top: 0;
}
.isPublic #sticky[aria-expanded=true] .blackout, .isPublic #sticky[aria-expanded=true] .close-overlay {
  display: block !important;
}
.isPublic #sticky[aria-expanded=true] #overlay {
  top: var(--translate);
}
.isPostal #sticky {
  position: relative;
}
.isPostal #sticky .floater, .isPostal #sticky .close-overlay, .isPostal #sticky .blackout {
  display: none;
}
.isPostal #sticky #competition {
  display: block !important;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#sticky .close-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  opacity: 1;
  -webkit-animation: 0.5s fadeIn ease;
          animation: 0.5s fadeIn ease;
  text-decoration: none;
  border: 1px solid #192222;
  border-radius: 5px;
  padding: 0.5em;
  font-weight: 400;
}
#sticky .floater {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s -webkit-transform ease;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: rgba(25, 34, 34, 0.8);
}
#sticky .floater.isHidden {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
#sticky .floater .wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#sticky .blackout {
  background: rgba(25, 34, 34, 0.8);
  position: absolute;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  top: -100vh;
  width: 100%;
  height: 100vh;
  z-index: 3;
}
#sticky #competition {
  background: #eceaeb;
}
#sticky #competition[aria-expanded=false] {
  display: none;
}
#sticky #competition[aria-expanded=true] {
  display: block;
}
#sticky #competition #result {
  padding: 100px 0;
  text-align: center;
}

#review {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
}
#review em, #review p[role=listitem], #review #top-chart .nav li[role=listitem], #top-chart .nav #review li[role=listitem] {
  font-size: 1.4rem;
  font-style: normal;
}
#review .rank {
  font-family: "Outfit", sans-serif;
  display: inline-block;
  font-size: 1.6em;
}
#review .handle {
  cursor: move;
}

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

.notification {
  position: fixed;
  top: 60%;
  right: 2rem;
  background: #f1f1f1;
  -webkit-box-shadow: 0 2px 5px #EBEAE0;
          box-shadow: 0 2px 5px #EBEAE0;
  border-radius: 5px;
  padding: 1rem;
  z-index: 100;
  -webkit-animation: slide-fade 0.3s ease;
          animation: slide-fade 0.3s ease;
}
.notification .icon-ok-2 {
  color: #002373;
}
@-webkit-keyframes slide-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.notification.slide-fade-enter-active {
  -webkit-animation: all 0.3s ease-out;
          animation: all 0.3s ease-out;
}
.notification.slide-fade-leave-active {
  -webkit-transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.notification.slide-fade-enter-from, .notification.slide-fade-leave-to {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

.reason {
  margin: 2em 0.5rem;
}
.reason .question {
  margin-top: 0;
}
.reason textarea {
  font-family: inherit;
  opacity: 1;
}
.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;
}

#top-chart {
  color: #192222;
}
#top-chart > .wrapper {
  background: #002373;
}
#top-chart h2, #top-chart section:not(#competition) .title, section:not(#competition) #top-chart .title {
  color: #192222;
}
#top-chart .nav {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#top-chart .nav li {
  font-family: "Outfit", sans-serif;
}
#top-chart .nav li a, #top-chart .nav li span {
  color: #192222;
  background: #FFDB00;
  border-radius: 5px;
  font-size: 1.5rem;
}
#top-chart .back-to-top a {
  color: #192222;
  font-size: 2.4rem;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  text-shadow: none;
}
#top-chart .back-to-top a .icon-up-open-1 {
  background: #192222;
  color: #002373;
  -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: 0 0 10px #192222;
}
#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: 0 0 10px #192222;
          box-shadow: 0 0 10px #192222;
}

#top-list li > a {
  border-radius: 2rem;
  background: #192222;
  padding: 0;
  -webkit-box-shadow: 0 0 15px #333333;
          box-shadow: 0 0 15px #333333;
}
#top-list li > a h5 {
  font-size: 2em;
}
#top-list li > a h6 {
  font-size: 2.2em;
}
@media (max-width: 760px) {
  #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(4vw + 4px);
    font-size: calc(4vw + 4px);
  }
}
#top-list li > a .list-image {
  padding: 0.6rem;
}
#top-list li > a .list-image img {
  border-radius: 2rem;
}
#top-list li > a .list-rating {
  padding: 0.6rem 0.6rem 0 0.6rem;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  text-align: left;
  color: #FFDB00;
}
#top-list li > a .list-title {
  font-family: "Outfit", sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  padding: 0 0.6rem 0.6rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
  color: #fff;
}

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

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

.search-field input {
  background: #fff;
  border-radius: 360em;
  border: 2px #192222 solid;
  color: #192222;
}
.search-field .icon-search:before {
  color: #192222;
}

#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: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  justify-items: end;
  padding: 0.5em;
}
#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: none;
  font-size: 1.6rem;
  line-height: 1.8em;
  background: #FFDB00;
}
#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-row-span: 2;
  -ms-grid-column: 1;
  grid-area: image;
}
#top-list li > a .list-rating {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: rating;
}
#top-list li > a .list-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: title;
}
#top-list li > a .list-control-icons {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  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: #192222;
  background: #fff;
}
#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;
}
/*# sourceMappingURL=layout-simple.css.map */