/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
main {
  display: block;
}
.interactive {
  padding: 10px;
  margin: 20px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #0777b3;
  text-decoration: none;
}
a:visited {
  color: #7e838b;
}
a:hover,
a:focus {
  color: #2b4d70;
}
a img {
  border: none;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
.byline {
  font-size: 19px;
  margin-bottom: 0;
}
.staff-position {
  font-style: italic;
  font-size: 15px;
  margin-top: 0;
}
.publish-date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
}
.graphic-hed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.graphic-chatter {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.source-container {
  margin-top: 10px;
}
.source-container::after {
  clear: both;
  content: "";
  display: block;
}
.data-source,
.art-credit,
.caption {
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.data-source {
  font-style: italic;
}
@media (min-width: 480px) {
  .data-source {
    float: left;
  }
}
@media (min-width: 480px) {
  .art-credit {
    float: right;
  }
}
.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
  z-index: 999;
}
.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
.main-nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
.share-bar {
  display: inline-block;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.share-icon {
  margin-left: 3px;
  margin-right: 3px;
  width: 30px;
}
.share-icon:hover .changes-color {
  fill: #231f20;
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending::before {
  display: block;
  content: "";
  background: #e0e0e0;
}
.ad.pending[data-type="banner"],
.ad.pending[data-type="bannerBottom"] {
  max-width: 728px;
}
.ad.pending[data-type="banner"]::before,
.ad.pending[data-type="bannerBottom"]::before {
  padding-bottom: 12.36263736%;
}
@media (max-width: 480px) {
  .ad.pending[data-type="banner"]::before,
  .ad.pending[data-type="bannerBottom"]::before {
    padding-bottom: 16.66666667%;
  }
}
.ad.pending[data-type="tall"] {
  max-width: 300px;
}
.ad.pending[data-type="tall"]::before {
  padding-bottom: 200%;
}
.ad.pending[data-type="square"] {
  max-width: 300px;
}
.ad.pending[data-type="square"]::before {
  padding-bottom: 83.33333333%;
}
.marketing {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 5px;
  padding: 10px;
  text-align: center;
  width: calc(100% - 10px);
}
.marketing--footer {
  border: 1px solid #e0e0e0;
  max-width: 630px;
}
@media (min-width: 640px) {
  .marketing--footer {
    margin: 20px auto;
  }
  .marketing--footer span {
    white-space: pre;
  }
}
.marketing--sidebar {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 350px;
}
@media (max-width: 500px) {
  .marketing--sidebar {
    margin: auto;
  }
}
.marketing__text {
  margin: 5px auto;
}
.marketing__body {
  font-size: 18px;
  line-height: 21px;
}
.marketing__button {
  background: #0777b3;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin-top: 3px;
  padding: 5px 20px;
}
.marketing__button:hover {
  color: #fff;
  background: #2b4d70;
}
.marketing__button:visited {
  color: #fff;
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
.project-credits {
  padding-top: 10px;
  max-width: 900px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .project-credits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.project-credit {
  flex-basis: 50%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 3px 0;
  padding: 0 10px;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
nav.main-nav {
  z-index: 999;
}
.bigHed {
  text-align: center;
  max-width: 900px;
  padding: 10px;
  margin: 1em auto 0 auto;
}
.bigHed .headline {
  font-family: 'Permanent Marker', cursive;
  font-size: 4em;
  line-height: 0.9em;
}
@media (max-width: 480px) {
  .bigHed .headline {
    font-size: 3em;
  }
}
.bigHed .subhed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 2em;
}
@media (max-width: 480px) {
  .bigHed .subhed {
    margin-top: 20px;
    font-size: 1.5em;
    line-height: 1em;
  }
}
.creditEnd {
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 0;
}
#navScroll {
  height: 20px;
  background-color: #efefef;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  font-size: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #00712b));
  background-image: linear-gradient(180deg, transparent 0%, #00712b 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
#navScroll .seasonSep {
  width: 20px;
  border-left: 1px solid white;
  position: absolute;
  height: 20px;
  font-size: 12px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: white;
  padding-left: 2px;
}
@media (max-width: 480px) {
  #navScroll .seasonSep {
    font-size: 11px;
  }
}
#navScroll .seasonDiv {
  width: calc(100% / 17.3);
  border-right: 1px solid black;
  display: inline-block;
  height: 20px;
  vertical-align: top;
}
@keyframes devil-daggers {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(10px);
  }
}
header.intro {
  z-index: 1;
  position: relative;
  background: white;
  box-shadow: 0 8px 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 99;
  padding-bottom: 48px;
}
header.intro .ad {
  margin: 0 auto;
  padding: 16px 0;
}
header.intro img {
  display: block;
  margin: auto;
  width: 100%;
}
header.intro .published {
  font-size: 16px;
  max-width: 800px;
  padding: 10px;
  margin: auto;
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
header.intro .chatter {
  display: block;
  max-width: 800px;
  margin: auto;
  padding: 10px;
}
@media (max-width: 480px) {
  header.intro .chatter {
    font-size: 16px;
  }
}
header.intro .scroll-indicator {
  color: #7e838b;
  font-size: 48px;
  text-align: center;
  animation: devil-daggers 2s infinite alternate-reverse ease-in-out;
}
.scroll-graph {
  overflow: hidden;
  position: relative;
}
.scroll-graph .season {
  height: 120vh;
  background-image: url(assets/SueBird/bird2002.jpg);
  background-position: 60% 0;
  background-size: cover;
  background-attachment: fixed;
}
.scroll-graph .season .backdrop {
  transition: all 0.6s ease-in-out, opacity 0.8s linear;
  background-size: cover;
  background-position: 80% 20%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(400px at -400px 70%);
  clip-path: circle(400px at -400px 70%);
  transform: translateZ(0);
  will-change: clip-path;
  opacity: .01;
}
.scroll-graph .season.active .backdrop {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
  background-position: 50% 0;
}
.scroll-graph .season[data-season="1"] .backdrop {
  background-image: url(assets/SueBird/bird2002.jpg);
}
.scroll-graph .season[data-season="2"] .backdrop {
  background-image: url(assets/SueBird/bird2003.jpg);
}
.scroll-graph .season[data-season="3"] .backdrop {
  background-image: url(assets/SueBird/bird2004.JPG);
}
.scroll-graph .season[data-season="4"] .backdrop {
  background-image: url(assets/SueBird/bird2005.jpg);
}
@media (max-width: 480px) {
  .scroll-graph .season[data-season="4"] .backdrop {
    background-image: url(assets/SueBird/bird2005_mobile.jpg);
  }
}
.scroll-graph .season[data-season="5"] .backdrop {
  background-image: url(assets/SueBird/bird2006.jpg);
}
.scroll-graph .season[data-season="6"] .backdrop {
  background-image: url(assets/SueBird/bird2007.jpg);
}
@media (max-width: 480px) {
  .scroll-graph .season[data-season="6"] .backdrop {
    background-image: url(assets/SueBird/bird2007_mobile.jpg);
  }
}
.scroll-graph .season[data-season="7"] .backdrop {
  background-image: url(assets/SueBird/bird2008.jpg);
}
@media (max-width: 480px) {
  .scroll-graph .season[data-season="7"] .backdrop {
    background-image: url(assets/SueBird/bird2008_mobile.jpg);
  }
}
.scroll-graph .season[data-season="8"] .backdrop {
  background-image: url(assets/SueBird/bird2009.jpg);
}
@media (max-width: 480px) {
  .scroll-graph .season[data-season="8"] .backdrop {
    background-image: url(assets/SueBird/bird2009_mobile.jpg);
  }
}
.scroll-graph .season[data-season="9"] .backdrop {
  background-image: url(assets/SueBird/bird2010.jpg);
}
.scroll-graph .season[data-season="10"] .backdrop {
  background-image: url(assets/SueBird/bird2011.jpg);
}
.scroll-graph .season[data-season="11"] .backdrop {
  background-image: url(assets/SueBird/bird2012.jpg);
}
.scroll-graph .season[data-season="12"] .backdrop {
  background-image: url(assets/SueBird/bird2014.jpg);
}
.scroll-graph .season[data-season="13"] .backdrop {
  background-image: url(assets/SueBird/bird2015.jpg);
}
.scroll-graph .season[data-season="14"] .backdrop {
  background-image: url(assets/SueBird/bird2016.jpg);
}
@media (max-width: 480px) {
  .scroll-graph .season[data-season="14"] .backdrop {
    background-image: url(assets/SueBird/bird2016_mobile.jpg);
  }
}
.scroll-graph .season[data-season="15"] .backdrop {
  background-image: url(assets/SueBird/bird2017.jpg);
}
.scroll-graph .season[data-season="16"] .backdrop {
  background-image: url(assets/SueBird/bird2018.jpg);
}
.scroll-graph .season[data-season="17"] .backdrop {
  background-image: url(assets/SueBird/bird2020.jpg);
}
.scroll-graph .season[data-season="18"] {
  margin-bottom: 170vh;
}
.scroll-graph .season[data-season="18"] .backdrop {
  background-image: url(assets/SueBird/bird2021.jpg);
}
@media (max-width: 480px) {
  .scroll-graph .season[data-season="18"] .backdrop {
    background-image: url(assets/SueBird/bird2021_mobile.jpg);
  }
}
.scroll-graph .viz {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
}
.scroll-graph .viz .counter {
  position: absolute;
  top: 20px;
  left: 1px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  padding: 10px;
  max-width: 20%;
}
@media (max-width: 480px) {
  .scroll-graph .viz .counter {
    max-width: 100%;
    width: 100%;
  }
}
.scroll-graph .viz .counter .block {
  text-align: center;
}
.scroll-graph .viz .counter .block .points {
  display: inline-block;
  border-right: 1px solid #00712b;
  padding-right: 5px;
  padding-left: 2px;
}
.scroll-graph .viz .counter .block .points:last-child {
  border-right: none;
}
.scroll-graph .viz .counter .block .seasonGame {
  display: block;
  text-align: center;
}
.scroll-graph .viz .counter .block .seasonGame .head {
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .scroll-graph .viz .counter .block .seasonGame .head {
    display: inline-block;
    text-decoration: none;
  }
}
.scroll-graph .viz .counter .block .seasonGame .headSeason {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .scroll-graph .viz .counter .block .seasonGame .headSeason {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .scroll-graph .viz .counter {
    font-size: 14px;
  }
}
.scroll-graph .viz .awards {
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  padding: 10px;
}
.scroll-graph .viz .awards .allstars {
  line-height: 1em;
}
.scroll-graph .viz .awards .allstars img {
  max-width: 30px;
}
@media (max-width: 480px) {
  .scroll-graph .viz .awards .allstars img {
    max-width: 16px;
  }
}
.scroll-graph .viz .awards .medals img {
  max-width: 20px;
}
@media (max-width: 480px) {
  .scroll-graph .viz .awards .medals img {
    max-width: 15px;
  }
}
.scroll-graph .viz .awards .wnba img {
  max-width: 30px;
}
@media (max-width: 480px) {
  .scroll-graph .viz .awards .wnba img {
    max-width: 20px;
  }
}
.scroll-graph .viz .awards .bigCareer {
  display: block;
  text-align: center;
}
.scroll-graph .viz .awards .bigCareer .head {
  font-weight: bold;
  display: inline-block;
}
.scroll-graph .viz .awards .bigCareer .career {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #00712b;
}
@media (max-width: 480px) {
  .scroll-graph .viz .awards .bigCareer .career {
    padding: 0 5px;
  }
}
.scroll-graph .viz .awards .bigCareer .career:last-child {
  border-right: none;
}
.scroll-graph .viz .awards .each {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
}
@media (max-width: 480px) {
  .scroll-graph .viz .awards .each {
    text-align: center;
    padding: 0;
  }
}
.scroll-graph .viz .awards .each .titlehed {
  display: none;
  line-height: 1em;
}
.scroll-graph .viz .credit {
  position: absolute;
  bottom: 3px;
  right: 3px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 8px;
  color: white;
  font-size: 13px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.popup {
  margin-top: 15px;
  color: white;
  display: none;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  z-index: 999;
  transform: translateZ(0);
}
.popup h2 {
  font-size: 16px;
  color: white;
  margin: 0;
}
@media (max-width: 480px) {
  .popup {
    font-size: 14px;
  }
}
.popup .close-button {
  position: absolute;
  top: -15px;
  right: 0px;
  line-height: 0.8em;
  font-size: 150%;
  font-weight: bold;
  color: white;
  cursor: pointer;
  display: none;
}
@media (max-width: 480px) {
  .popup .close-button {
    display: block;
  }
}
.popup a {
  color: white;
  display: block;
  text-align: right;
}
.popup.record-breaker {
  background: #c7bbdc;
  color: black;
}
.popup.record-breaker h2,
.popup.record-breaker a {
  color: black;
}
.point {
  position: absolute;
  border: 1px solid white;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 100%;
  display: none;
}
.point .content {
  display: none;
}
.point.activated {
  background: white;
}
.follow-up {
  background: white;
  z-index: 999;
  position: relative;
  overflow: hidden;
}
.follow-up .content {
  max-width: 800px;
  margin: auto;
  padding: 10px;
  font-size: 19px;
}
.follow-up .row {
  padding-top: 2.5em;
}
@media (max-width: 480px) {
  .follow-up .row {
    display: block;
    padding: 0;
    padding-top: 2.5em;
  }
}
.follow-up .tableHed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.follow-up .tableCon {
  width: 49%;
  display: inline-block;
  padding: 10px;
  margin-bottom: 25px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.follow-up .tableCon .thed {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .follow-up .tableCon {
    display: table;
    width: 100%;
    padding: 0px;
  }
}
.follow-up table {
  font-size: 14px;
  width: 100%;
  vertical-align: top;
}
.follow-up table th,
.follow-up table td {
  padding: 2px 5px;
}
@media (max-width: 480px) {
  .follow-up table th,
  .follow-up table td {
    text-align: left;
  }
}
.follow-up table th {
  vertical-align: bottom;
  font-weight: bold;
  text-align: left;
}
.follow-up table td {
  vertical-align: top;
}
.follow-up table tr:nth-child(2n) td {
  background: #f8f8f8;
}
.follow-up table tr.bold {
  background-color: #cee6d8;
}
.follow-up table .school {
  font-style: italic;
}
.follow-up .credits {
  width: auto;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
  list-style-type: none;
  margin: 20px 0;
  padding: 20px;
}
