/*
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;
}
main.interactive {
  padding: 20px 10px;
  margin: 20px auto;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  main.interactive {
    padding: 0px 10px;
    margin: 0 auto;
  }
}
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;
}
.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;
  float: left;
}
.art-credit {
  float: right;
}
nav.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;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
@media (max-width: 480px) {
  nav.main-nav .wrapper {
    padding: 6px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
@media (max-width: 480px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
.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;
}
.reviews {
  max-width: 960px;
  margin: auto;
}
.reviews .review {
  margin-bottom: 3em;
}
.reviews hr {
  margin-bottom: 2em;
}
.afterSummary {
  display: none;
}
.wrapper {
  margin: 10px 0 50px 0;
  clear: both;
}
@media (max-width: 480px) {
  .wrapper {
    margin-bottom: 25px;
  }
}
.wrapper2 {
  margin: 10px 0 0 0;
  clear: both;
}
.toggle_radio {
  margin: 4px auto;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  height: 65px;
  width: 100%;
  max-width: 612px;
  background: #00b4db;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #00b4db, #0093c5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #00b4db, #0093c5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: 1;
}
@media (max-width: 480px) {
  .toggle_radio {
    height: 45px;
  }
}
.toggle_radio label div {
  z-index: 3;
  opacity: 0.4;
  line-height: 1em;
}
.toggle_radio label div.opacityOn {
  opacity: 1;
}
@media (max-width: 480px) {
  .toggle_radio label div {
    font-size: 0.7em;
    line-height: 1.1em;
  }
}
.toggle_radio label div span {
  display: inline;
}
@media (max-width: 480px) {
  .toggle_radio label div span {
    display: block;
  }
}
.toggle_radio label:nth-of-type(1) div {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
}
.toggle_radio label:nth-of-type(2) div {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
}
.toggle_radio.toggleOn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #048fbf;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #048fbf, #1b4c5d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #048fbf, #1b4c5d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 1;
}
.toggle_radio > * {
  float: left;
}
.toggle_radio input[type=radio] {
  display: none;
}
.toggle_radio label {
  font-family: sans-serif;
  font-weight: 900;
  display: block;
  width: 50%;
  height: 65px;
  margin: 0px 0px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  color: white;
  letter-spacing: 1px;
}
.toggle_radio label a {
  color: white;
}
.toggle_option_slider {
  width: 50%;
  height: 65px;
  position: absolute;
  top: 0;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
@media (max-width: 480px) {
  .toggle_option_slider {
    height: 39px;
  }
}
.toggle_option_slider2 {
  width: 50%;
  height: 65px;
  position: absolute;
  top: 0;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
@media (max-width: 480px) {
  .toggle_option_slider2 {
    height: 39px;
  }
}
#before_toggle:checked ~ .toggle_option_slider {
  background: rgba(255, 255, 255, 0.2);
  left: 0%;
}
#after_toggle:checked ~ .toggle_option_slider {
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
}
#before_toggle2:checked ~ .toggle_option_slider2 {
  background: rgba(255, 255, 255, 0.2);
  left: 0%;
}
#after_toggle2:checked ~ .toggle_option_slider2 {
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
}
.toggle_radio label div:hover {
  color: rgba(218, 246, 255, 0.8);
}
.toggle_radio2 label div:hover {
  color: rgba(218, 246, 255, 0.8);
}
.dropcap {
  font-size: 4em;
  font-weight: bold;
  float: left;
  line-height: 0.9em;
  margin-right: 5px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.dropcap.afterD {
  background: #048fbf;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #048fbf, #1b4c5d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #048fbf, #1b4c5d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.dropcap.beforeD {
  background: #00b4db;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #00b4db, #0093c5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #00b4db, #0093c5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
@media (max-width: 480px) {
  .dropcap {
    font-size: 3em;
  }
}
.intro {
  margin: 2em 0 2em 0;
  font-family: sans-serif;
}
.intro.afterIntro {
  display: none;
}
@media (max-width: 480px) {
  .intro {
    margin: 1em 0 1.5em 0;
  }
}
.headshot {
  max-width: 260px;
  margin-right: 20px;
  float: left;
}
@media (max-width: 480px) {
  .headshot {
    max-width: 200px;
    margin: auto;
    float: none;
  }
}
.headshot img {
  width: 100%;
}
.stats {
  border-left: 10px solid #4bb3d6;
  margin-left: 280px;
  padding: 0 1em;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
@media (max-width: 480px) {
  .stats {
    display: block;
    margin-left: 0;
    padding: 0;
    border-left: none;
  }
}
.stats h2.name {
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 480px) {
  .stats h2.name {
    text-align: center;
  }
}
.stats .job {
  font-style: italic;
}
.stats .gender {
  font-style: italic;
}
.divider {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  height: 10px;
  display: none;
  border-radius: 4px;
  background: #00b4db;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #00b4db, #0093c5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #00b4db, #0093c5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
@media (max-width: 480px) {
  .divider {
    display: block;
    margin: auto;
    width: 75%;
    margin-top: 17px;
  }
}
.divider.toggleOn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background: #048fbf;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #048fbf, #1b4c5d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #048fbf, #1b4c5d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  transition: opacity 0.5s linear;
  opacity: 1;
}
