html, body, div, span, applet,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  height: auto;
}

.timeline {
    position: fixed;
    top: 69px;
    width: 40px;
    height: auto;
    z-index: 1000000;
    margin-left: 880px;
}

.year-filter {
    border-top: 1px solid #ddd;   height: 20px;   width: 750px;   border-bottom: 1px solid #ddd;
    position: absolute;
    left: 130px;
}

.date-marker-rapper{

}

.date-marker {
}

.marker-grey{
  height: 1px;
  position: absolute;
  width: 15px;
  background-color: #808080;
}

.date-wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 10px;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: auto;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
}

.date-marker-wrapper:hover{
  /*background-color: #444444;
  width: 38px;*/
}



.marker-black{
  height: 1px;
  position: absolute;
  width: 23px;
  background-color: #444444;
}

.date-marker-text {
    font-size: 10px;
    position: absolute;
    left: 42px;
    margin: 0;
    padding: 0;
    top: -6px;
}

.date-marker-wrapper {
    width: 100px;
    position: relative;
    cursor: pointer;
    cursor: hand;
    height: 2px;
}


.date-year {
    position: absolute;
    top: -10px;
    left: -24px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}


.artists {
    position: absolute;
    top: 150px;
    left: 750px;
    font-size: 12px;
    margin: 0;
    line-height: 0px;
}

body {
    background-color: #fcfcfc;
    margin: 0;
    padding: 0;
}

.map {
    width: 960px;
    z-index: 900;
    opacity: 1;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-top: 0;
    min-height: 600px;
    overflow: hidden;
    z-index: 300;
    -webkit-transform: translateZ(0);
    overflow: visible;
}

.chart-wrapper {
    width: 750px;
    bottom: -24px;
    height: 460px;
}

.chart {
    z-index: 10;
    position: absolute;
}

.chart-map {
    position: absolute;     right: -112px;
    top: -170px;     z-index: 0;
}

.chart-sections {
    position: absolute;
    z-index: 30;
    opacity: .7;
}

.national-wrapper {
    width: 170px;
    height: 70px;
    /* border-top: 1px solid #C0C0C0; */
    top: 444px;     left: 143px;
}

.national-wrapper p {
    position: absolute;
    left: 0px;
    margin: 0 auto;
    width: 77px;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    top: 6px;
    color: #1f77b4;
}

.regional-wrapper {
    position: absolute;
    left: 180px;
    width: 570px;
    height: 10px;     border-top: 1px solid #C0C0C0;
    top: 0px;
}

.regional-wrapper p {
    position: absolute;     top: -9px;     left: 0px;     right: 0px;     margin: 0 auto;     width: 87px;     text-align: center;     text-transform: uppercase;     font-size: 14px;     font-weight: 500;     background: #F5F5F5;
}

.text{
  font-size: 15px;
  font-weight: 500;
  pointer-events: none;
}

.tool-tip{
  position: absolute;
  height: auto;
  padding: 10px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
  pointer-events: none;
  text-align: left;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 370px;
  z-index: 1000000000000;
  font-size: 14px;
  font-weight: 100;
  left: 323px;
  top: 98px;
}

.tool-tip:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(150, 202, 235, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
    margin-bottom: -2px;
}

.tool-tip-top-labels:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(150, 202, 235, 0);
    border-bottom-color: #ccc;
    border-width: 15px;
    margin-left: -15px;
    margin-bottom: -2px;
}

.tool-tip-two{
  position: absolute;
  height: auto;
  padding: 7px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
  pointer-events: auto;
  text-align: left;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 80px;
  z-index: 1000000000000;
  font-size: 14px;
  font-weight: 100;
}

/*.tool-tip-two:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(150, 202, 235, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
    margin-bottom: -2px;
}*/

.tool-tip-artist{
    font-size: 11px;

    font-weight: 500;
    letter-spacing: 0px;
    border-top: 1px solid #ddd;
    padding: 5px 0 5px 0;
    margin: 0;
}

.hidden{
  display:none;
}


.tool-tip-label {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 5px;
}

.tool-tip-date {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 11px;
    font-weight: 500;
}

.content-wrapper {
    pointer-events: none;
    -webkit-transform: translateZ(0);
    position: relative;
    /* margin-top: 50px; */
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 400;
    right: 0px;
    margin: auto;
}

.section-headline {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.section-prose {
    font-size: 17px;
    font-weight: 100;
    line-height: 1.7em;
    margin: 0 auto;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 600px;
}

.content-section {
    margin-bottom: 80px;
    width: 600px;
    margin: auto;
}

.opening {
    margin: 0;
    padding: 0;
    z-index: 10000;
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 196px;
}

.opening-subtitle {
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    display:





    -webkit-box;
    display:





    -ms-flexbox;
    display:





    -webkit-flex;
    width: 350px;
    position: absolute;
    top: 97px;
    left: 0px;
    right: 0px;
    opacity: .45;
    display: none;
}

.opening-title {
    text-align: center;
    width: 510px;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.2em;
    color: #222;
    font-size: 43px;
}

.opening-explainer {
    font-weight: 400;
    font-size: 24px;
    width: 520px;
    margin: 0 auto;
    line-height: 1.3em;
    margin-top: 21px;
    margin-bottom: 20px;
    text-align: center;
}

.left-col {
}

.right-col {
    width: 200px;
    height: 1060px;
    position: fixed;
    top: 0px;
    background-color: rgb(35,35,35);
    right: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 100000000000;
}

.content {
    position: relative;
    margin: 0 auto;
    z-index: 9;
    height: 4000px;
    margin-top: 93px;
    /* display: none; */
}

.right-col-wrapper {
    width: 157px;
    margin: 0 auto;
    margin-top: 20px;
}

.label-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
    padding-bottom: 6px;
    margin-bottom: 30px;
    padding-top: 6px;
}

.top-track-header {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid white;
    padding-bottom: 4px;
}

.top-track-artist {
    color: white;
    font-weight: 600;
    width: 120px;
    line-height: 16px;
    margin-top: 9px;
    margin-bottom: 5px;
}

.top-track-title {
    color: white;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 2px;
}

.top-artist {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    /* margin-top: 32px; */
}

.top-title {
    font-size: 14px;
    color: white;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.timeline-bottom {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    position: absolute;
    top: 568px;
    width: 90%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    z-index: 100000;
    left: 7%;
}

.timeline-item {
    font-size: 12px;
    line-height: 0px;
    font-weight: 700;
    /* width: 26px; */
    text-align: center;
    font-weight: 400;
    height: 18px;
    position: relative;
    cursor: pointer;   cursor: hand;
    width: 10px;
}

.timeline-item .even {
    opacity: 0;
}

.timeline-item.even {
    opacity: 1;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}

.timeline-item p {
    line-height: 0px;
    margin-top: 10px;
}

/*.screen{
  background: linear-gradient(to bottom, rgba(245,245,245,0) 1%,rgba(245,245,245,0.03) 1.5%,rgba(245,245,245,.9) 3%,rgba(245,245,245,1) 4%);
  height: 1000px;
  width: 100%;
}*/



.timeline-item.even:hover {
    opacity: 1;
}

.timeline-item p:hover{
    font-weight: 600;
}

.timeline-bottom-marker {
    position: absolute;
    width: 3px;
    height: 32px;
    top: 562px;
    left: 122px;
    z-index: 10000000;
}

.timeline-bottom-marker-one {
    width: 100%;
    background-color: #CB444B;
    height: 33%;
}

.timeline-bottom-marker-two {
    width: 100%;
    background-color: #CB444B;
    height: 35%;
    margin-top: 13px;
}

.node {
    cursor: pointer;   cursor: hand;
}

.node:hover{
  fill:grey;
}


.chart-title {
    position: absolute;
    z-index: 400;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    top: 12px;
    width: 433px;
}

.chart-title-range {
    position: absolute;
    z-index: 400;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    top: 22px;
    width: 433px;
}

.chart-title-total {
    position: relative;
    z-index: 400;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    width: 600px;
    margin-top: 50px;
}

.chart-title-top {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 442px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 4px;
    line-height: 23px;
}

.chart-title-range-top {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 442px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 4px;
    line-height: 23px;
}

.chart-title-total-top {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    width: 90%;
    margin: 0px;
    /* text-transform: UPPERCASE; */
    text-align: left;
    line-height: 23px;
    margin-top: 6px;
}

.chart-title-sub {
    font-size: 14px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    line-height: 12px;
    text-align: center;
    width: 440px;
    margin: 0 auto;
}

.chart-title-subtitle p {
    margin: 0;
    margin-top: 3px;
    font-weight: 400;
    color: #000;
    font-size: 13px;
    text-align: center;
    margin-left: 10px;
}

.chart-title-bubbles {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}


.bubble {
    background-color: black;
    border-radius: 50%;
}


.bubble-one {
    height: 6px;
    width: 6px;
    margin-top: 6px;
    margin-right: 4px;
}

.bubble-two {
    width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-right: 4px;
}

.bubble-three {
    width: 18px;
    height: 18px;
}


.section-wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.image-right {
    margin-left: 50px;
}

.text-left {
    width: 490px;
}

.scroll {
    position: relative;
    z-index: 10000;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: -20px;
    margin-top: 40px;
    letter-spacing: .5px;
    font-weight: 400;
    display: block;
    margin-bottom: 0px;
    opacity: .45;
}

.scroll:after{
  content: '﹀';
  margin-top: 5px;
  font-size: 24px;
  display: block;
  -webkit-animation: pulsate 2s ease-out;
  animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  40% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  40% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes playin {
  0% {
    stroke: white;
  }
  50% {
    stroke: black;
  }
  100% {
    stroke: white;
  }
}

@-webkit-keyframes playin {
  0% {
    stroke: white;
  }
  50% {
    stroke: black;
  }
  100% {
    stroke: white;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity: 1;
  }
}

.autoplay-on{
  -webkit-animation: flash 1s ease-out;
  animation: flash 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.sample-playing{
  -webkit-animation: playin 3s ease-out;
  animation: playin 3s ease-out;
  -webkit-animation-iteration-count: 9;
  animation-iteration-count: 9;
  stroke-width: 3px;
}

.white-feather-top {
    height: 150px;
    background:
    -webkit-linear-gradient(top, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
    background: linear-gradient(to bottom, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    pointer-events: none;
    display: none;
}

.white-feather-left {
    width: 150px;
    background: -webkit-linear-gradient(left, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
    background: linear-gradient(to right, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);     position: absolute;     top: 0;     left: 0;     bottom: 0;     z-index: 3;     pointer-events: none;
}

.white-feather-right {
    width: 150px;
    background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
    background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);     position: absolute;     top: 0;     right: 0;     bottom: 0;     z-index: 3;     pointer-events: none;
}

.svg-map {
    position: absolute;
    top: 0px;
    z-index: 0;
    overflow: visible;
}

.svg-data {
    z-index: 100;
    position: absolute;
    overflow: visible;
}


.content-screen {
    opacity: 0.01;     z-index: -1;
    background: #fff;     position: absolute;     top: 0;     left: 0;     right: 0;     bottom: 0;
    margin: 0;
}


.tool-bar a {
    text-decoration: none;
    color: #fff100;
    padding-left: 21px;
    letter-spacing: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tool-bar {
    background-color: rgb(35,35,35);
    border-bottom: 1px solid #ccc;
    box-shadow: 0 4px 4px rgba(0,0,0,0.06);
    position: fixed;
    width: 100%;
    z-index: 1000000000;
    display: flex;
    display:
    -webkit-box;
    display:
    -ms-flexbox;
    display:
    -webkit-flex;
}

.tool-bar p {
    margin: 0;
    line-height: 2.4em;
    font-size: 18px;
    font-weight: 700;
}

.timeline-autoplay {
    position: absolute;
    top: 541px;
    cursor: pointer;     cursor: hand;
    z-index: 100000;
}

.timeline-autoplay p {
    font-size: 11px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}

.play-button {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: auto;
    z-index: 10000;
}


.chart-title-year {
}

.search {
    position: absolute;
    top: 520px;
    right: 27px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    z-index: 1000;
}

.search p {
    font-size: 11px;     font-weight: 600;     margin: 0;
    margin-right: 13px;
    line-height: 1em;
    margin-top: 13px;
}

.search input {
    width: 128px;     height: 26px;
    font-size: 12px;     padding: 0px;     border: none;
    font-weight: 400;     margin-top: 4px;     background: none;     border-bottom: 2px solid black;     text-align: center;
    text-transform: uppercase;
}

::-webkit-input-placeholder {
   color: #000;
   font-weight: 400;
}

:-moz-placeholder {
  color: #000;
  font-weight: 400;
}

::-moz-placeholder {
  color: #000;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #000;
  font-weight: 400;
}


#input-newsletter::-webkit-input-placeholder
{
  color:    #fff;
  font-weight: 300;
}

#input-newsletter:-moz-placeholder{
  color:    #fff;
  font-weight: 300;
}

#input-newsletter::-moz-placeholder{
  color:    #fff;
  font-weight: 300;
}

#input-newsletter:-ms-input-placeholder{
  color:    #fff;
  font-weight: 300;
}






.annotation-bind {
    fill: none;
    stroke: black;
    stroke-width: 1px;
}

marker {
    overflow: hidden;
}


.opening-text {
    width: 518px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

.by-line {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    width: 550px;
    margin: 0 auto;
    text-align: center;
    margin-top: 6px;
    opacity: .45;
    margin-bottom: 60px;
}

a:visited {
    /* color: initial; */
}


.timeline-item p:hover {
    font-weight: 600;
}


.year-big {
    position: absolute;
    top: 200px;
    left: 230px;
    z-index: 2;
    pointer-events: none;
    font-size: 100px;
    font-weight: 600;
    line-height: 0px;
    color: #bfbfbf;
}

.remarks {
    display: flex;
    display:


    -webkit-box;
    display:


    -ms-flexbox;
    display:


    -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 34px;
}

.remark-item {
    margin: 10px;
    width: 150px;
}

.remark-image {
    width: 100%;
    height: 100px;
    background-color: white;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.remark-text {
    font-size: 14px;
    line-height: 23px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.notable-headline {
    text-align: center;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.footnote__container {
    display: inline-block;     position: relative;     text-indent: 0;
}

.footnote__button {
    position: relative;
    z-index: 100000000;
    top: -8px;
    display: inline-block;
    padding: 0.65em 0.55em 0.65em 0.55em;
    margin: 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #ccc;
    font-size: 9px;
    font-weight: 600;
    line-height: 0;
    vertical-align: middle;
    text-decoration: none;
}

.footnote__button:hover {
    background-color: #fff;
}

.tool-tip-text {
    margin: 0px;
    text-align: left;
    margin-bottom: 14px;
}

.tool-tip-text-big {
    margin: 0px;
    margin-bottom: 14px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    text-transform:
    uppercase; margin-top: 10px;
}


.tool-tip-two-text {
    margin: 0px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.hull {
    stroke-width: 50px;
    stroke-linejoin: round;
    opacity: .2;
}

.west-wrapper {
    position: absolute;
    left: 125px;     margin: 0 auto;     width: 77px;     text-align: left;     text-transform: uppercase;     font-size: 16px;     font-weight: 500;
    top: 236px;
    color: #2ca02c;
}

.east-wrapper {
    position: absolute;
    left: 595px;     margin: 0 auto;     width: 77px;     text-align: left;     text-transform: uppercase;     font-size: 16px;     font-weight: 500;
    top: 206px;
    color: #d62728;
}

.atl-wrapper {
    position: absolute;
    left: 655px;     margin: 0 auto;     width: 77px;     text-align: left;     text-transform: uppercase;     font-size: 16px;     font-weight: 500;
    top: 326px;
    color: #ff7f0e;
}


.annotation-text {
    pointer-events: none;
}

.share-links {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.8em;
    width: 450px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 40px;
    margin-bottom: 22px;
}

.share-icons {
    /* display: flex; */
    /* display:
    -webkit-box; */
    display:







    -ms-flexbox;
    /* display:

    -webkit-flex; */
    /* margin-left: 17px; */
    /* margin-top: -4px; */
    /* -webkit-justify-content: space-around; */
    /* justify-content: space-around; */
    /* width: 180px; */
}

.email-icon {
    margin-left: 4px;
}

.share-wrapper {
    width: 640px;
    margin: 0 auto;
}

.related-articles {
    margin-top: 20px;
}

.related-article {
    /* display: flex; */
    /* display:
    -webkit-box; */
    display:






    -ms-flexbox;
    /* display:

    -webkit-flex; */
    /* width: 100%; */
    /* padding-bottom: 30px; */
    /* border-bottom: 1px solid rgba(0,0,0,0.075); */
    /* margin-bottom: 30px; */
}

.related-image {
    /* width: 150px; */
    /* height: 90px; */
    /* margin-right: 40px; */
}

.related-content {
    /* width: 450px; */
}

.related-content a {
    color:initial;
    text-decoration:none;
}

.related-content a:visited {
    color:initial;
}

.related-title {
    /* font-weight: 500; */
    /* font-size: 16px; */
    /* text-transform: uppercase; */
    /* letter-spacing: 2px; */
    /* margin-top: -5px; */
}

.related-description {
    /* font-weight: 100; */
    /* font-size: 14px; */
    /* line-height: 23px; */
    /* margin-top: 9px; */
}

.footer {
    /* background-color: #fafafa; */
    padding-top: 20px;
    /* padding-bottom: 50px; */
}

.footer-description {
    /* font-size: 14px; */
    font-weight: 40;
    /* margin: 0 auto; */
    /* width: 410px; */
    /* margin-top: 20px; */
    /* line-height: 21px; */
    text-align: left;
}

.footer-links {
    /* display: flex; */
    /* display:
    -webkit-box; */
    display:





    -ms-flexbox;
    /* display:

    -webkit-flex; */
    /* width: 106px; */
    /* margin: 0 auto; */
    /* margin-top: 30px; */
}


a {
    color: black;
}

.audio-wrapper {
    position: absolute;
    top: 533px;
    right: 343px;
    z-index: 100;
    margin: 0 auto;
    width: 364px;
    text-align: center;
}

.audio-text {
    font-size: 11px;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}

.album-cover {
    height: 98px;
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

.dividerthick{
  content: '';
  border: 1px solid rgb(194,194,194);
  margin: 50px auto 40px auto;
  width: 100px;
  display: block;
}


.top-items-wrapper {
    margin-top: 30px;
}

.filter-wrapper {
    display: flex;
    display:



    -webkit-box;
    display:



    -ms-flexbox;
    display:



    -webkit-flex;
    position: absolute;
    font-size: 16px;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    top: 112px;
    left: 0px;
    right: 0px;
    width: 253px;
    margin: 0 auto;
    z-index: 100000000000;
    cursor: pointer;
    cursor: hand;
}

.filter-wrapper-two {
    display: flex;
    display:












    -webkit-box;
    display:












    -ms-flexbox;
    display:












    -webkit-flex;
    position: absolute;
    font-size: 16px;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    right: 0px;
    margin: 0 auto;
    z-index: 100000000000;
    cursor: pointer;
    cursor: hand;
    top: 20px;
}

.location-filter {
    color: rgb(173,172,185);
    cursor: pointer;
    cursor: hand;
    border: solid 1px rgb(173,172,185);
    padding: 5px 10px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
    margin-left: -3px;
    background: rgb(253,253,253);
    width: 71px;
    text-align: center;
}

.location-filter-two {
    color: rgb(173,172,185);
    cursor: pointer;
    cursor: hand;
    border: solid 1px rgb(173,172,185);
    padding: 5px 10px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
    margin-left: -3px;
    background: rgb(253,253,253);
    width: 19px;
    text-align: center;
    line-height: 21px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.black {
    color: rgb(35,35,35);
}

.white-background {
    background-color: #fff;
}

.red {
    color: #d62728;
}

.green {
    color: #2ca02c;
}n {
    color: #2ca02c;
}


.chart-head {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    height: 41px;
}

.chart-text {
    font-size: 13px;
    font-weight: 500;
}

.chart-text p {
    margin: 0;
}

.song-two {
    border-bottom: 1px solid rgb(170,170,170);
    position: relative;
    height: 29px;
    margin: 0 auto;
}

.billboard-number {
    position: absolute;
    left: 1px;
    font-size: 13px;
    margin-top: 7px;
    font-weight: 400;
}

.billboard-track {
    position: absolute;
    left: 21px;
    font-size: 13px;
    top: 7px;
    width: 110px;
    text-align: left;
    font-weight: 600;
    margin: 0;
}

.billboard-artists{
margin: 0 auto;border-bottom: 1px dotted black;width: 58px;cursor: pointer;cursor: hand;}

.billboard-count {
margin: 0px auto;/* border-bottom: 1px dotted black; */width: 66px;}

.billboard-rank {
    position: absolute;
    left: 351px;
    font-size: 13px;
    top: 0px;
    width: 130px;
    text-align: center;
    border-right: 1px solid rgb(170,170,170);
    padding-top: 6px;
    height: 24px;
    font-weight: 600;
}

.section-prose p {
    font-size: 17px;
}

.section-prose-big p{
font-size:23px;
}

.billboard-year-rank {
    position: absolute;
    left: 487px;
    top: 1px;
    width: 111px;
    text-align: center;
    margin: 0;
    font-size: 9px;
    font-weight: 700;
    height: 15px;
    color: black;
    opacity: .3;
}


.billboard-year-rank-two {
    position: absolute;
    left: 487px;
    top: 2px;
    width: 111px;
    text-align: center;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    height: 28px;
}



.top-labels-wrapper {
    position: relative;
    width: 600px;
    line-height: 16px;
    margin: 0 auto;
    margin-bottom: 13px;
    margin-top: 12px;
}


.label-chart-filters {
    width: 600px;
    position: relative;
    height: 70px;
    margin: 0 auto;
}

.search-label input {
  width: 170px;
  height: 31px;
  font-size: 13px;
  padding: 0 8px;
  border: solid 1px rgb(173,172,185);
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
}


.search-label {
    position: absolute;
    top: 20px;
    left: 60px;
}


.track-hover {
    position: absolute;
    left: 130px;
    font-size: 13px;
    top: 0px;
    border-left: 1px solid rgb(170,170,170);
    height: 24px;
    padding-top: 6px;
    padding-left: 0px;
    border-right: 1px solid rgb(170,170,170);
    width: 110px;
    text-align: center;
    margin: 0;
    font-weight: 600;
}

.artist-hover {
    position: absolute;
    left: 248px;
    font-size: 13px;
    top: 0px;
    width: 103px;
    text-align: center;
    border-right: 1px solid rgb(170,170,170);
    padding-top: 6px;
    height: 24px;
    font-weight: 600;
}

.tool-tip-top-labels {
    position: absolute;
    height: auto;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
    pointer-events: none;
    text-align: left;
    background-color: #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 220px;
    z-index: 1000000000000;
    font-size: 14px;
    font-weight: 100;
}


.tool-tip-top-labels-artist {
font-size: 11px;text-transform: uppercase;font-weight: 600;text-align: center;}

p.top-labels-source {
    position: relative;
    width: 548px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    margin: 0 auto;
    line-height: 16px;
    margin-bottom: 50px;
    font-size: 14px;
}

.section-prose-big {
    font-size: 24px;
    line-height: 1.5em;
}

.top-labels-wrapper p {
}

.top-labels-source p {
    font-size: 12px;
}

p.chart-title-red{
  text-align: left; font-size: 24px; color: #D62729; font-weight: 600; margin: 0px;
}

.chart-head p{
  font-size:14px;
}

.label-label{
  position: absolute; left: 20px; top: 12px; font-weight: 600;
}

.charting-tracks-label{
  position: absolute; left: 136px; top: 4px; width: 100px; text-align: center;
}

.charting-artists-label{
  position: absolute; left: 248px; top: 4px; WIDTH: 105PX; text-align: center;
}

.cumulative-weeks-label{
  position: absolute;
  left: 362px;
  top: 4px;
  width: 112px;
  text-align: center;
}

.years-active-label{
  position: absolute;
  left: 487px;
  top: 4px;
  WIDTH: 115PX;
}

p.label-chart-filters-search{
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  position: absolute;
  top: 27px;
  left: 0px;
}

.search-label {}

.location-atl{
  width:24px;
}

.location-nola{
  width: 40px;
}

.location-mia{
  width: 35px;
}

.chart-title-mobile{
  display:none;
}

.mobile-hide{
  display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;
}

.right-col-close{
  display:none;
}

.desktop-hide{
  display:none;
}

.tool-tip-top-labels-header{
  text-transform: uppercase; font-weight: 900; font-size: 12px; text-align: center; border-bottom: 2px solid black; width: 170px; margin: 0 auto; margin-top: 11px;
}

.preach{
  margin:0px;
}

.song-sample {
    cursor: pointer;
    cursor: hand;
}

.twitter-follow {
}

.follow-links {
    margin-left: 40px;
}

.facebook-follow {
}

.newsletter {
    /* background-color: #171717; */
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
    /* margin-top: 80px; */
    /* justify-content: center; */
    /* -webkit-justify-content: center; */
}

.newsletter-wrapper {
    /* width: 463px; */
    /* margin: 0 auto; */
    /* display: flex; */
    /* color: white; */
}

.newsletter-input {
    /* width: 191px; */
    /* height: 32px; */
    /* margin-right: 40px; */
    /* margin-top: 1px; */
}

.newsletter-input input {
    background-color: #171717;
    border: 1px solid #ccc;
    width: 200px;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    padding-left: 17px;
    color: white;
}

.line-chart path {
    stroke: rgb(31, 119, 180);
    fill: rgb(143, 187, 218);
    stroke-width: 1px;
}

.line-chart {
    height: 25px;
    width: 107px;
}

p.years-active-label-two {
    position: absolute;
    left: 487px;
    top: 17px;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
}

p.years-active-label-min {
    position: absolute;
    left: 485px;
    top: 33px;
    font-size: 9px;
    color: rgb(31, 119, 180);
    font-weight: 800;
    background-color: #fcfcfc;
    width: 23px;
}

p.years-active-label-max {
    position: absolute;
    left: 573px;
    top: 33px;
    font-size: 9px;
    color: rgb(31, 119, 180);
    font-weight: 800;
    background-color: #fcfcfc;
    width: 23px;
}


.chart-title-year {
    background-color: #ddd;
    padding-left: 5px;
    padding-right: 4px;
}


.long-tail-label {
    height: 100px;
    width: 3px;
    background-color: #1f77b4;
    position: relative;
    margin-left: 1px;
}

.long-tail {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0 auto;
    position: relative;
    left: 0;
    width: 50%;
    margin-top: 50px;
    border-left: 2px solid #000;
    border-bottom: 2px solid black;
    z-index: 1000;
    margin-right: 10px;
    height: 198px;
}

.long-tail-wrapper {
    width: 600px;
    margin: 0 auto;
    position: relative;
    height: 330px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 60px;
}

.long-tail-label-two {
    height: 100px;
    width: 3px;
    background-color: #d62728;
    position: relative;
    margin-left: 1px;
}

.long-tail-y-axis {
    position: relative;
    width: 5%;
    margin-top: 50px;
}

.long-tail-y-axis {}

.long-tail-title {
    position: absolute;
}

.long-tail-drop-one {
    position: absolute;
    top: 46px;
    left: 159px;
    z-index: 100000;
}

.long-tail-drop-two {
    position: absolute;
}

.long-tail-y-axis-text {
    ms-transform: rotate(270deg);
    -webkit-transform:rotate(270deg);
    transform: rotate(270deg);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    width: 100px;
    margin: 0px;
    position: absolute;
    margin-top: 27px;
    margin-left: -8px;
    pointer-events: none;
}

.long-tail-y-axis-tick {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 76px;
    text-align: right;
    padding-right: 3px;
}

.long-tail-x-axis {
    position: absolute;
    bottom: 48px;
    left: 251px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.long-tail-x-axis {}

.long-tail-source {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 263px;
    width: 196px;
}

.long-tail-source p {
    font-size: 12px;
    line-height: 1.2em;
}

.chart-title-long-tail {
    position: relative;
    z-index: 400;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    width: 600px;
    margin-top: 50px;
}

.chart-title-long-tail-top {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    width: 74%;
    margin: 0px;
    /* text-transform: UPPERCASE; */
    text-align: left;
    line-height: 23px;
    margin-top: 6px;
    margin-bottom: -20px;
}

.long-tail-select-one {
font-size: 48px;text-align: center;color: blue;}

option {
}

.long-tail-drop-two {
    position: absolute;
    top: 46px;
    left: 450px;
    z-index: 100000;
}

.long-tail-select-two {
    font-size: 48px;
    text-align: center;
    color: blue;
}

.long-tail-drop-label-one {
    position: absolute;
    font-size: 14px;
    top: 48px;
    font-weight: 600;
    color: #1f77b4;
    left: 114px;
}

.long-tail-drop-label-two {
    position: absolute;
    font-size: 14px;
    top: 48px;
    font-weight: 600;
    color: #d62728;
    left: 406px;
}

.long-tail-annotation {
    position: absolute;
    top: 90px;
    font-size: 13px;
    pointer-events: none;
}

.long-tail-annotation-one {
    left: 100px;
    top: 120px;
    width: 150px;
    text-align: center;
}

.long-tail-annotation-two {
    left: 394px;
    top: 120px;
    width: 150px;
    text-align: center;
}



.share-tool-bar a {
text-decoration: none;}

.share-icons a {
    text-decoration: none;
    border-bottom: none;
}

.footer-description a {
    border-bottom: none;
}


.logo-mobile {
    display: none;
}


@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

  .logo{
    position:absolute;
  }

  .logo-text{
    font-size: 58px;
    text-decoration: none;
  }

  .logo-mobile{
    display:initial;
    top: 47px;
    position: absolute;
    left: 34px;
    z-index: 1000000;
  }

  .share-tool-bar{
    display:none;
  }

.chart-title-long-tail{
  display:none;
}

.long-tail-wrapper{
  display:none;
}

.desktop-hide{
  display:initial;
  height: 700px;
  position: relative;
  width: 100%;
  display: block;
}

.tool-bar p{
  font-size:36px;
  text-align: center;
}

.opening-title{
  width: 810px;
  font-size: 145px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opening-explainer{
width: 780px;
font-size: 64px;
margin-top: 80px;
line-height: 81px;
margin-bottom: 110px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

p.by-line{
  width: 759px;
  font-weight: 500;
  margin-top: 77px;
  color: black;
  font-size: 36px;
}

.section-prose{
  width: 930px;
  line-height: 1.5em;
}

p.section-prose{
  font-size: 48px;
  line-height: 1.5em;
  margin-bottom: 90px;
}

.chart-head{
  height: 107px;
}

.chart-head p{
  font-size: 33px;
  line-height: 1em;
  text-align: center;
}

.label-label{
position: absolute;     left: 28px;     top: 36px;}

.charting-tracks-label{
left: 259px;     top: 4px;     width: 210px;}

.charting-artists-label{
position: absolute;     left: 469px;     top: 6px;     WIDTH: 165PX;}

.cumulative-weeks-label{
     display: none;
     }

.years-active-label{
left: 710px;width: 150px;top: 19px;text-align: center;}

p.years-active-label {
    text-align: center;
}

.chart-title-total{

width: 930px;}

p.label-chart-filters-search{
font-size: 43px;top: 52px;}

p.chart-title-total-top {
line-height: 1.1em;
font-size: 47px;margin-bottom: 40px;letter-spacing: 0px;width: 930px;}

p.chart-title-red{
  font-size: 52px;
  margin-top: 110px;
  width: 930px;
  margin: 0 auto;
}
p.top-labels-source{
  font-size: 32px;
  text-align: left;
  line-height: 36px;
  margin-bottom: 80px;
  margin-top: 30px;
  width: 860px;
}

.song-two{

height: 90px;}

p.billboard-number {
display: none;}

p.billboard-track {
width: 330px;left: 90px;line-height: 27px;top: 31px;font-size: 35px;}

a.track-hover {
width: 190px;height: 90px;left: 270px;}

a.artist-hover {
left: 465px;height: 90px;width: 170px;}

p.billboard-count{

width: 186px;margin-top: 32px;font-size: 36px;}

p.billboard-artists{

width: 150px;margin-top: 22px;line-height: 38px;font-size: 36px;}

p.billboard-rank{

display: none;}

p.billboard-year-rank{
  left: 672px;
  width: 210px;
  margin-top: 34px;
  font-size: 36px;
  opacity: 1;
  top: 5px;
}

.label-chart-filters{
  height: 220px;
  margin-bottom: 30px;
  margin-top: 42px;
  border-top: 1px solid grey;
  margin-bottom: 80px;
  width: 930px;
}

.search-label{

left: 180px;top: 32px;}

.search-label input{

height: 90px;font-size: 36px;width: 400px;padding-left: 31px;}

.filter-wrapper-two{

left: 0px;top: 163px;width: 777px;margin: 0px;}

p.location-filter-two{

width: 79px;font-size: 37px;line-height: 80px;}

p.location-atl{
  width: 84px;
}

p.location-nola{
  width: 110px;
}

p.location-mia{
  width: 105px;
}

.desktop-spacing{
  display:none;
}

.map{
position: relative;
margin-bottom: 100px;width: 100%;
background-color: #fcfcfc;
padding-bottom: 50px;
}

.content-section{
width: 980px;
}

.content-screen{
  display:none;
}

.svg-map{
  overflow: hidden;
  width: 914px;
  left: 0px;
}

.svg-data{
  overflow: hidden;
  width: 914px;
}

p.section-prose-big{

font-size: 48px;
}

.top-labels-wrapper{
  width: 930px;
  margin: 0 auto;
}

.remarks{
}

.remark-item{
width: 213PX;
}

.remark-text p{

font-size: 30px;line-height: 48px;}

.remark-image{
  height: 210px;
}

.chart-title{
  display:none;
}

.chart-title-mobile{
  display:initial;
}

p.chart-title-top{
font-size: 50px;line-height: 55px;width: 800px;margin-top: 190px;}

.chart-title-sub{

width: 820px;}

.chart-title-bubbles{

width: 230px;margin-top: 20px;}

.bubble{

}

.bubble-one{

height: 30px;width: 30px;margin-top: 28px;margin-right: 19px;}

.bubble-two{

width: 60px;height: 60px;margin-top: 12px;margin-right: 18px;}

.bubble-three{

width: 80px;height: 80px;}

.chart-title-subtitle{

width: 600px;margin-top: 18px;}

.chart-title-subtitle p{
  font-size: 37px;
  line-height: 41px;
}

.logo{

font-size: 68px;margin-bottom: 100px;}

p.footer-description{

font-size: 38px;width: 810px;line-height: 60px;margin-bottom: 48px;}

.footer-links{

margin-bottom: 100px;}

.share-wrapper{

width: 930px;}

.share-links{

font-size: 36px;width: 700px;margin: 0 auto;margin-bottom: 52px;}

.share-icons{

margin-top: 6px;width: 170px;}

.related-articles{

}

.related-article{

}

.related-image{
  width: 330px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 230px;
}
.related-title{
  font-size: 38px;
}

.related-content{

width: 530px;}

.related-description{

font-size: 33px;line-height: 38px;}

.content-wrapper{
  z-index:0;
  pointer-events: auto;
}

.tool-bar {
position:relative;
}

.timeline-bottom-marker{
  display:none;
}

.footnote__button{
  top: -1px;
  font-size: 26px;
}

.tool-tip{

width: 460px;left: 303px;     top: -62px;}

p.tool-tip-text{

font-size: 28px;width: 90%;margin: 0 auto;}

p.tool-tip-text-big {
font-size: 40px;}

.right-col{
  height: 140px;
  width: 100%;
  top: 0px;
  opacity: 1;
  left: 0px;
}

.right-col-wrapper{

margin: 0 auto;width: 90%;display: flex;     display: -webkit-box;     display: -ms-flexbox;     display: -webkit-flex;
}

p.label-title{

}

p.label-title{

height: 100%;left: 60px;font-size: 38px;padding-left: 20px;padding-right: 20px;margin: 0;margin-top: 14px;
}

.album-cover{
  display:none;
}

.top-items-wrapper{
width: 80%;margin-left: 40px;height: 100px;display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;align-items: flex-start;-webkit-align-items: flex-start;flex-direction: row;-webkit-flex-direction: row;margin-top: 16px;
}

.top-item{

width: 280px;height: 20px;
}

p.top-artist{

font-size: 23px;margin: 0px;width: 360px;
}

.top-track-header{
  display:none;
}

.mobile-hide{
  display:none;
}

.right-col-close{
position: absolute;right: 25px;height: 10px;display: initial;top: 43px;
}

p.tool-tip-two-text{
text-align: left;
}

.tool-tip-top-labels{
  width: 440px;
  pointer-events: auto;
}

.tool-tip-top-labels-artist{

font-size: 24px;margin-bottom: 10px;font-weight: 500;}

.tool-tip-top-labels-header{
  font-size: 28px;
  line-height: 34px;
  width: 100%;
  margin-bottom: 20px;
}

}


.share-email {
    font-size: 43px;
}