@import url("https://use.typekit.net/nma0isb.css");
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: open-sans, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: open-sans, sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: open-sans, sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.wrapper {
  color: #fff;
  background-color: #282828; }
  .wrapper .inner {
    max-width: 1100px;
    margin: auto;
    padding: 20px; }
  .wrapper header {
    background-color: #040404;
    position: relative;
    background-image: url(https://images.musicmagpie.co.uk/images/campaignpages/prolific-producers/img/spotlight.png);
    background-size: 2000px;
    background-position: center top -50px;
    overflow: hidden;
    color: #fff;
    padding-bottom: 50px; }
    @media screen and (max-width: 425px) {
      .wrapper header {
        padding-bottom: 20px; } }
    .wrapper header .inner {
      position: relative;
      z-index: 1; }
    .wrapper header h1 {
      font-weight: 100;
      color: #fff;
      font-size: 4em;
      line-height: 1em;
      position: relative;
      margin-top: 150px; }
      @media screen and (max-width: 425px) {
        .wrapper header h1 {
          font-size: 3em;
          margin: 25px 0 50px 0; } }
      .wrapper header h1 span {
        display: block;
        font-weight: 700; }
      .wrapper header h1:after {
        content: "";
        position: absolute;
        bottom: -20px;
        width: 60%;
        height: 10px;
        background: #fff; }
  .wrapper section.top_bar {
    background-color: #fff; }
    .wrapper section.top_bar .inner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .wrapper section.top_bar .inner .social {
        display: flex;
        align-items: center;
        margin-left: 10px; }
        .wrapper section.top_bar .inner .social li {
          line-height: 10px;
          margin: 0 10px; }
  .wrapper section.table_wrap[data-sort="0"] .top .label .num {
    color: #00AEFF; }
  .wrapper section.table_wrap[data-sort="0"] .dd .data .label:nth-child(1) {
    color: #fff;
    background-color: #00AEFF; }
  .wrapper section.table_wrap[data-sort="1"] .top .label .num {
    color: #E35C5C; }
  .wrapper section.table_wrap[data-sort="1"] .dd .data .label:nth-child(2) {
    color: #fff;
    background-color: #E35C5C; }
  .wrapper section.table_wrap[data-sort="2"] .top .label .num {
    color: #E58A5B; }
  .wrapper section.table_wrap[data-sort="2"] .dd .data .label:nth-child(3) {
    color: #fff;
    background-color: #E58A5B; }
  .wrapper section.table_wrap[data-sort="3"] .top .label .num {
    color: #DEBA2F; }
  .wrapper section.table_wrap[data-sort="3"] .dd .data .label:nth-child(4) {
    color: #fff;
    background-color: #DEBA2F; }
  .wrapper section.table_wrap[data-sort="4"] .top .label .num {
    color: #6CD180; }
  .wrapper section.table_wrap[data-sort="4"] .dd .data .label:nth-child(5) {
    color: #fff;
    background-color: #6CD180; }
  .wrapper section.table_wrap[data-sort="5"] .top .label .num {
    color: #CE7FE5; }
  .wrapper section.table_wrap[data-sort="5"] .dd .data .label:nth-child(6) {
    color: #fff;
    background-color: #CE7FE5; }
  .wrapper section.table_wrap .table_nav {
    background-color: #353535;
    border-top: 1px solid #808080; }
    .wrapper section.table_wrap .table_nav h2 {
      font-size: 2em;
      font-weight: 100;
      line-height: 1em;
      margin: 0;
      margin: 20px 0; }
      .wrapper section.table_wrap .table_nav h2 span {
        background-image: url(https://images.musicmagpie.co.uk/images/campaignpages/prolific-producers/img/sort.svg);
        background-size: contain;
        display: inline-block;
        height: 0.75em;
        width: 20px;
        background-repeat: no-repeat; }
    .wrapper section.table_wrap .table_nav ul {
      display: flex;
      flex-wrap: wrap;
      margin: 20px 0; }
      .wrapper section.table_wrap .table_nav ul li {
        padding: 7px 10px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        margin: 0 20px 20px 0;
        font-size: 1.1em;
        font-weight: 600;
        line-height: 1em;
        cursor: pointer;
        transition: all 0.1s;
        font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
        @media screen and (max-width: 425px) {
          .wrapper section.table_wrap .table_nav ul li {
            font-size: 0.8em;
            margin-bottom: 10px; } }
        .wrapper section.table_wrap .table_nav ul li:hover {
          transform: scale(1.05); }
        .wrapper section.table_wrap .table_nav ul li:nth-of-type(1) {
          color: #00AEFF; }
          .wrapper section.table_wrap .table_nav ul li:nth-of-type(1).active {
            background-color: #00AEFF;
            color: #fff; }
        .wrapper section.table_wrap .table_nav ul li:nth-of-type(2) {
          color: #E35C5C; }
          .wrapper section.table_wrap .table_nav ul li:nth-of-type(2).active {
            background-color: #E35C5C;
            color: #fff; }
        .wrapper section.table_wrap .table_nav ul li:nth-of-type(3) {
          color: #E58A5B; }
          .wrapper section.table_wrap .table_nav ul li:nth-of-type(3).active {
            background-color: #E58A5B;
            color: #fff; }
        .wrapper section.table_wrap .table_nav ul li:nth-of-type(4) {
          color: #DEBA2F; }
          .wrapper section.table_wrap .table_nav ul li:nth-of-type(4).active {
            background-color: #DEBA2F;
            color: #fff; }
        .wrapper section.table_wrap .table_nav ul li:nth-of-type(5) {
          color: #6CD180; }
          .wrapper section.table_wrap .table_nav ul li:nth-of-type(5).active {
            background-color: #6CD180;
            color: #fff; }
        .wrapper section.table_wrap .table_nav ul li:nth-of-type(6) {
          color: #CE7FE5; }
          .wrapper section.table_wrap .table_nav ul li:nth-of-type(6).active {
            background-color: #CE7FE5;
            color: #fff; }
  .wrapper section.table_wrap .table .inner {
    padding: 0;
    counter-reset: row; }
  .wrapper section.table_wrap .table .grid-sizer {
    width: 50%; }
  .wrapper section.table_wrap .table .row_wrap {
    background-color: #282828;
    margin: 0 20px 20px 20px;
    width: calc(100% - 40px); }
    .wrapper section.table_wrap .table .row_wrap .label {
      display: flex;
      justify-content: space-between;
      border-top: 2px solid #595959;
      padding: 5px 10px;
      margin: 0;
      font-size: 1em;
      font-weight: 600;
      line-height: 1.1em; }
    .wrapper section.table_wrap .table .row_wrap .top {
      display: flex;
      cursor: pointer;
      align-items: center;
      border-top: 5px solid #fff;
      padding: 10px 0; }
      .wrapper section.table_wrap .table .row_wrap .top .headshot {
        width: 55px;
        height: 55px;
        position: relative;
        border: 2px solid #fff;
        border-radius: 100px;
        background-size: cover; }
        .wrapper section.table_wrap .table .row_wrap .top .headshot:before {
          counter-increment: row;
          content: counter(row);
          background-color: #00AEFF;
          color: #424242;
          border-radius: 100px;
          height: 30px;
          width: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          top: 0;
          left: 0;
          transform: translate(-50%);
          font-size: 1.2em;
          font-weight: 700; }
      .wrapper section.table_wrap .table .row_wrap .top .name_wrap {
        flex: 1;
        padding: 0 0 0 5px; }
        .wrapper section.table_wrap .table .row_wrap .top .name_wrap h2 {
          margin: 0 0 5px 10px;
          font-size: 1.5em;
          line-height: 1.1em;
          color: #00AEFF;
          top: 0px;
          transition: top 0.3s; }
        .wrapper section.table_wrap .table .row_wrap .top .name_wrap .label {
          opacity: 1;
          height: 30px;
          transition: all 0.3s; }
      .wrapper section.table_wrap .table .row_wrap .top .arrow {
        width: 40px;
        height: 25px;
        display: inline-block;
        position: relative;
        margin: 0 0 0 20px; }
        .wrapper section.table_wrap .table .row_wrap .top .arrow span {
          top: .5rem;
          position: absolute;
          width: 24px;
          height: 3px;
          background-color: #efefef;
          display: inline-block;
          transition: all .2s ease; }
          .wrapper section.table_wrap .table .row_wrap .top .arrow span:first-of-type {
            left: 0;
            transform: rotate(45deg); }
          .wrapper section.table_wrap .table .row_wrap .top .arrow span:last-of-type {
            right: 0;
            transform: rotate(-45deg); }
    .wrapper section.table_wrap .table .row_wrap .dd {
      display: none; }
      .wrapper section.table_wrap .table .row_wrap .dd .text {
        font-size: 1em;
        margin: 40px 0; }
      .wrapper section.table_wrap .table .row_wrap .dd h3 {
        text-align: center;
        margin: 20px 0; }
    .wrapper section.table_wrap .table .row_wrap.active .top .name_wrap {
      position: relative;
      height: 70px; }
      .wrapper section.table_wrap .table .row_wrap.active .top .name_wrap .label {
        position: absolute;
        top: 48px;
        width: calc(100% - 20px);
        opacity: 0; }
      .wrapper section.table_wrap .table .row_wrap.active .top .name_wrap h2 {
        position: absolute;
        top: 15px; }
    .wrapper section.table_wrap .table .row_wrap.active .top .arrow span:first-of-type {
      transform: rotate(-45deg); }
    .wrapper section.table_wrap .table .row_wrap.active .top .arrow span:last-of-type {
      transform: rotate(45deg); }
    .wrapper section.table_wrap .table .row_wrap.active .dd {
      display: block; }
  .wrapper section.table_wrap canvas {
    margin: 20px 0; }
  .wrapper section.white {
    background-color: #fff;
    color: #282828;
    padding: 2em 0; }
    .wrapper section.white h2 {
      color: #00AEFF;
      font-size: 2.5em;
      position: relative; }
      .wrapper section.white h2:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 40%;
        height: 5px;
        background-color: #00AEFF; }
  .wrapper section.outro {
    background-color: #E3E3E3;
    padding: 50px 0;
    color: #282828; }
    .wrapper section.outro p {
      text-align: center;
      font-size: 1.1em;
      font-weight: 100; }
      .wrapper section.outro p a {
        color: inherit; }
    .wrapper section.outro .links {
      display: flex;
      margin: 40px 0 0;
      flex-wrap: wrap; }
      .wrapper section.outro .links li {
        flex: 1;
        text-align: center;
        font-size: 1.1em;
        font-weight: 600; }
        .wrapper section.outro .links li a {
          color: #00AEFF; }
  .wrapper section.sources {
    background-color: #fff;
    color: #282828;
    padding: 0; }
    .wrapper section.sources .i {
      margin: 20px; }
    .wrapper section.sources .flex {
      display: flex;
      text-align: center; }
      .wrapper section.sources .flex .text {
        flex: 1;
        font-size: 0.8em; }
        .wrapper section.sources .flex .text a {
          color: inherit; }
      @media screen and (max-width: 700px) {
        .wrapper section.sources .flex {
          flex-wrap: wrap;
          justify-content: center; }
          .wrapper section.sources .flex .text {
            flex: auto;
            margin: 20px 0; } }
  .wrapper section .i {
    font-size: 0.8em;
    margin: 50px 0;
    font-style: italic;
    text-align: center; }
