* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; }

a {
  color: inherit; }

.ins.copy {
  color: #6a6a6a;
  font-style: italic;
  margin: 0.5em auto;
  font-size: 1.1em; }
  @media (max-width: 800px) {
    .ins.copy {
      font-size: 0.9em; } }
  @media (max-width: 600px) {
    .ins.copy {
      font-size: 0.8em;
      line-height: 1.1em; } }

.hide-desktop {
  display: none; }
  @media (max-width: 700px) {
    .hide-desktop {
      display: block; } }

.hide-mobile {
  display: block; }
  @media (max-width: 700px) {
    .hide-mobile {
      display: none; } }

body {
  font-family: "PT Serif", serif;
  background-color: #fff;
  color: #3a3a3a;
  position: relative; }

#viz {
  width: 100%; }
  #viz .date-label {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    text-align: right;
    text-anchor: end; }

.copy {
  width: 91%;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  font-size: 1.25em;
  line-height: 1.5em;
  color: #3a3a3a; }
  .copy a {
    color: #008080; }
  @media (max-width: 700px) {
    .copy {
      line-height: 1.6em;
      font-size: 1.1em; } }

.body {
  overflow-x: hidden; }

.back-text {
  padding: 1px 0.3em;
  color: #fff;
  border-radius: 2px; }

.copy-container {
  margin-top: 2em;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }

.copy-container p{
  margin-bottom: 1.5em;
}

  @media (max-width: 1300px) {
    .copy-container {
      padding-top: 0.5em; } }
  .copy-container .copy.methodology {
    margin-top: 2em;
    font-size: 1em;
    line-height: 1.4em; }
    .copy-container .copy.methodology h3 {
      padding-bottom: 0.5em;
      margin-bottom: 0.5em;
      border-bottom: solid 2px #48a2d7; }
    @media (max-width: 500px) {
      .copy-container .copy.methodology p {
        font-size: 0.9em;
        color: #888; } }

.story {
  padding-top: 80px;
  position: relative; }
  .story .headline-container {
    text-align: center;
    max-width: 800px;
    margin: 0 auto; }
    .story .headline-container .strap {
      color: #2880b9;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      padding: 1em 0;
      font-size: 1.3em;
      font-weight: bold; }
    .story .headline-container img {
      height: 80px;
      width: auto;
      margin-bottom: 1em;
    }
    @media (max-width: 700px) {
      .story .headline-container {
        width: 95%;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 500px) {
      .story .headline-container {
        font-size: 0.9em; } }
    @media (max-width: 400px) {
      .story .headline-container {
        font-size: 0.8em; } }
  .story .subhed {
    padding-bottom: 2em;
    font-style: italic;
    font-weight: normal; }
  .story .headline {
    font-size: 2.3em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.7em; }
    .story .headline span {
      display: block;
      font-weight: bold;
      color: #2880b9;
      font-size: 0.5em;
      text-transform: uppercase;
      padding-top: 0.4em; 
      font-family: "Open Sans", sans-serif;
      padding-bottom: 0.4em; }
    @media (max-width: 600px) {
      .story .headline {
        font-size: 2.1em; } }

h3.byline {
  font-weight: 500;
  margin-bottom: 0.8em;
  font-size: 1.2em; }

.byline .line {
  width: 220px;
  margin: 1em auto;
  border: 2px solid #48a2d7; }

h3.byline.dateline {
  font-size: 1.1em; }

.nav {
  color: white;
  height: 40px;
  z-index: 1000;
  background-color: #262626;
  width: 100%;
  padding: 0.2em;
  position: fixed; }
  .nav a {
    color: inherit; }
  .nav .nav-logo {
    padding-left: .3em;
    vertical-align: middle;
    height: 60%;
    margin-top: 4px; }
  .nav .nav-logo.mobile {
    display: none; }
  .nav .nav-logo.desktop {
    vertical-align: middle;
    display: inline-block; }
  .nav .right-container {
    position: absolute;
    right: 28px;
    top: 4px;
    font-size: 1.4em; }
    .nav .right-container i {
      margin-left: 8px; }
    @media (max-width: 750px) {
      .nav .right-container {
        right: 14px; } }
  @media (max-width: 750px) {
    .nav .nav-logo.mobile {
      display: inline-block; }
    .nav .nav-logo.desktop {
      display: none; } }

section h2 {
  padding-bottom: 0.5em;
  border-bottom: solid 4px #48a2d7;
  margin-bottom: 0.5em;
  font-size: 1.7em;
  line-height: 1.4em; }

.related-stories.copy {
  margin-top: 2em;
  padding-top: 30px;
  max-width: 1000px;
  border-top: 1px solid #ddd; }
  .related-stories.copy h2 {
    border-bottom: none;
    font-size: 1.4em; }
  .related-stories.copy .series {
    text-transform: uppercase;
    font-size: .8em;
    padding-bottom: .1em;
    font-weight: 700;
    color: #2880b9; }
  .related-stories.copy img {
    width: 220px; }
    @media (max-width: 700px) {
      .related-stories.copy img {
        width: 90%; } }
  .related-stories.copy a {
    color: inherit;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer; }
  .related-stories.copy .related-story {
    max-width: 210px;
    display: inline-block;
    margin-right: 2em;
    vertical-align: top;
    text-align: left; }
    @media (max-width: 700px) {
      .related-stories.copy .related-story {
        margin-right: auto;
        margin-bottom: 2em;
        margin-left: auto;
        width: 90%;
        max-width: 100%; } }
  .related-stories.copy .related-story:hover {
    opacity: 0.8; }
  .related-stories.copy h3 {
    font-size: 0.7em;
line-height: 1.3em; }
    .related-stories.copy h3 span {
      font-style: italic;
      font-weight: bold; }
    @media (max-width: 700px) {
      .related-stories.copy h3 {
        font-size: 1em; } }
  @media (max-width: 700px) {
    .related-stories.copy {
      text-align: center; } }

.footer-basic-centered {
  background-color: #262626;
  color: #fff;
  width: 100%;
  text-align: center;
  font: 300 20px;
  padding: 30px;
  padding-bottom: 50px;
  margin-top: 30px; }
  .footer-basic-centered .footer-links {
    float: right; }
  .footer-basic-centered .footer-company-name {
    float: left; }
  .footer-basic-centered .footer-links, .footer-basic-centered .footer-company-name {
    vertical-align: middle;
    padding-bottom: 20px; }
  .footer-basic-centered a {
    margin-left: 5px;
    margin-right: 5px; }
  @media (max-width: 800px) {
    .footer-basic-centered {
      padding-bottom: 100px; } }

.copy.intro {
  text-align: center;
  font-size: 1.1em;
  max-width: 800px; }
  .copy.intro p {
    margin-bottom: 1.2em; }
  @media (max-width: 750px) {
    .copy.intro {
      text-align: left;
      font-style: normal;
      font-size: 1.1em;
      padding: 0 1em; } }

.social-shares {
  text-align: center;
  margin: 1.5em 0 1.5em auto;
  font-size: 1.1em;
  font-family: PT Serif,serif; }

.social-shares .social {
  border-radius: 6px;
  padding: .2em 0.6em;
  width: 150px;
  display: inline-block;
  text-align: left;
  color: #fff;
  font-style: italic;
  font-size: 1.3em;
  margin: 0 10px;
  cursor: pointer; }

.social-shares .social i {
  font-size: 1.2em;
  vertical-align: middle;
  margin-right: 20px; }

.social-shares .social.facebook {
  background-color: #3b5998;
  border: 2px solid #3b5998; }

.social-shares .social.twitter {
  background-color: #1da1f2;
  border: 2px solid #1da1f2; }

.social-shares .social.whatsapp {
  background-color: #43d854;
  border: 2px solid #43d854;
  display: none; }

.social-shares .social:hover {
  background-color: #fff !important; }

.social-shares .social.facebook:hover {
  color: #3b5998; }

.social-shares .social.twitter:hover {
  color: #1da1f2; }

.social-shares .social.whatsapp:hover {
  color: #43d854; }

@media (max-width: 800px) {
  .social-shares {
    text-align: center;
    font-size: 1em; }
  .social-shares .social.whatsapp {
    background-color: #43d854;
    display: inline-block; }
  .social-shares .social {
    margin: 0;
    text-align: center;
    border-radius: 0;
    width: 33%;
    padding: .2em .8em; }
  .social-shares .social i {
    margin: 0; }
  .social-shares .social span {
    display: none; }
}

/* viz css */
.axis .domain {
  display: none; }


.viz {
  max-width: 800px;
  margin: 0 auto; }
.y.axis .tick line {
  display: none;
}
.axis .tick text {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 1.1em;
  fill: #3a3a3a; }
.songs-sung-2017-women{
  margin-bottom: 2em;
}
.songs-sung-2017-women .song{
  background-color: #45B19C
}

.songs-sung-2017-men .song{
  background-color:#334D5C
}
.songs-sung{
  text-align: center;
}
.song {
  display: inline-block;
  padding: 0.1em 0.3em;
  margin: 0.1em 0.2em;
  font-family: "Open Sans";
  font-size: 0.7em;
  color: white;
}

.fifty {
  stroke: white;
  stroke-width: 2px;
  stroke-dasharray: 5, 10;
  opacity: 0.3; }

.chart {
  text-align: center;
  max-width: 900px;
  margin: 1em auto;
}

svg .label{
  font-family: "Open Sans";
}

.yearwise-solos.chart svg{
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
}

.chart-title{
  font-family: "Open Sans";
  font-size: 1.4em;
  font-weight: bold;
}
.chart-subhead{
  font-family: "Open Sans";
  font-size: 1.1em;
  font-style: italic;
}

.chart-source{
  text-align: left;
  font-family: "Open Sans";
  color: #aaa;
  font-weight: bold;
  font-size: 0.9em;
  margin-left: 40px;
  margin-top: 1em;
}

.methodology {
  background-color: #eee;
  padding: 0.2em 1em;
}
.methodology h3{
  margin-bottom: 0.5em;
  margin-top: 0.5em;

}
.methodology p{
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 1em 0;
}

.hist-year{
    display: inline-block;
    margin:  0.8em 1.3em ;
    font-family: "Open Sans"
}
.hist-year p{
    font-weight: bold;
    /*border-top: solid 1px #eee*/
}

.axis--x line{
    stroke: #e9e9e9;
}
.median line{
    stroke-dasharray: 5,5;
    stroke-width: 3px;
}
.axis--x text{
    fill: #3a3a3a;
}
.axis--x .domain{
    display: none;
}

.chart.histogram{
  max-width: 100%;
}

.histogram .hist-ann text{
    font-size: 0.7em;

}

.axis-label-detail text{
    font-weight: bold;
    font-size: 0.6em;
    text-anchor: end;
    text-shadow: 0px 0px 2px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 15px #fff;
}

.hist-label{
    display: inline-block;
    width: 80px;
    font-size: 0.8em;
}

.axis-label text{
    font-weight: bold;
    font-size: 0.8em;
}

/*TIP*/
.tip{
    text-align: center;
    top: 0px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  max-width: 220px;
  padding: 5px 10px;
  opacity: 0;
  font-family: "Open sans";
  z-index: 110;
}
.tip .close-tip, .tipjoy .close-tip{
    font-size: .8em;
    text-align: right;
    color: #888;
    display: none;
}
.tip .title {
  font-size: .8em;
  margin-bottom: 2px;
}

.tip .title span{
    font-weight: bold;
}
.tip .datum {
    font-size: .7em;
}
.tip .cover-image img {
    margin-top: 5px;
    width: 100%;
    max-width: 120px;
    opacity: 1;
}

.histogram rect:hover{
  stroke: black;
    stroke-width: 2px;
}

.histogram rect.selected{
    stroke: black;
    stroke-width: 2px;
}

.joyplot path{
  stroke: #fff;
 }

 .joyplot .name{
  position: absolute;
  top: 50px;
  left: 50px;
 }

 .joyplot .domain{
  display: none;
 }

 .joyplot .axis .tick line{
  stroke: #eee
 }

 .joyplot .baseline, .joyplot .refline{
  stroke: black;
 }

 .joyplot .refline{
  stroke-dasharray:5,5
 }


 .joyplot .lines-container{
  margin: -100px 0  0 0;
 }

 .joyplot .label{
  font-size: 0.8em;
 }

 .joyplot .chart-inner{
  position: relative;
 }

 .joyplot .tipjoy{
  position: absolute;
  top: 0;
  text-align: left;
  padding: 0.3em;
  left: 0;
  width: 200px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #ccc;
  opacity: 0.9;
  font-size: 0.8em;
   font-family: "Open sans";
   
 }

 .songs-name, .singers-name{
  width: 50%;
 }

 .joyplot .tipjoy {
  pointer-events: none;
 }

 .chart-ins{
  font-family: "Open sans";
  font-size: 0.8em;
  margin-top: 0.8em;
  color: #3a3a3a;
  font-weight: bold;
 }

 .tracklist{
  font-size: 0.8em;
  font-family: "Open Sans";
  margin: 0.5em 0.5em 1em 0.5em;
  width: 100%;

 }

 .tracktitle{
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
 }

  .tracktitle em{
    font-weight: normal;
  }

 .tracklist th{
  padding-left: 10px;
 }

 .tracklist td{
  vertical-align: top;
 }

 .tracklist .female, .tracklist .f{
  background-color: #45B19C;
  color: white;
 }

 .tracklist .male,.tracklist .m{
  background-color: #334D5C;
  color: white;
 }

.tracklist .unknown{
  background-color: #eee;
  color: #3a3a3a;
 }

.tracklist span{
  margin: 0.3em;
  padding: 0.1em 0.3em;
}
/*table*/
.select-box {
    margin: 0.5em auto;
    font-family: "Open Sans";
    text-align: center;
    display: table;
}
.search-table{
  max-width: 900px;
  margin: 1em auto;
  display: table;
}

.search-table table{
  border-collapse: collapse; 
  width: 700px;
}

.search-table ul{
  list-style: none;
  padding: 0;
  font-size: 0.8em;
}

.search-table li{
  display: inline-block;
  border: solid 1px #ddd;
  padding: 0.1em 0.5em;
}

.search-table li:hover{
  background-color: #e9e9e9;
  cursor: pointer;
}

.search-table li.selected{
  background-color: rgb(245, 245, 245);
    box-shadow: rgba(0, 0, 0, 0.125) 0px 3px 5px inset;
    border-color: rgb(173, 173, 173);
    font-weight: 500;
}

.search-table tr {
  border-bottom: 1px #eee solid;
  line-height: 1.5em;
}
.select-box .select-label{
  color: #999;
  font-weight: bold;
  font-size: 0.8em;
}

@media(max-width: 800px){
  .story .headline-container img{
    width: 100%;
    height: auto;
  }
  .search-table table{
  border-collapse: collapse; 
    width: 100%;
  }
  .chosen-container.chosen-container-single{
    width: 100% !important;
  }
  .search-table{
    width: 90%;
  }
  .joyplot .chart-inner{
    position: static;
  }
  .joyplot .tipjoy{
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    background-color: #3a3a3a;
    color: white;
  }

  .joyplot .tipjoy .close-tip{
    font-size: 1.4em;
    color: white;
  }
  .songs-sung{
    text-align: left;
  }
  svg .label{
  font-size: 1em;
  } 

  .joyplot .label{
  font-size: 0.7em;
 }
 .chart-subhead{
  font-size: 0.9em;
 }
      .hist-year{
         margin: 0;
    }

    .tip .close-tip , .tipjoy .close-tip{
        display: block;
        pointer-events: auto
    }
    .tip{
        text-align: left;
    }
}

@media (max-width: 600px){
  .select-box {
    width: 95%;
  }
  .tracklist span{
      padding: 0.1em 0.3em;
      line-height: 1.4em;
  }
}

/*# sourceMappingURL=styles.css.map*/