/*
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;
  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: 18px;
  margin: 24px auto;
}
@media (max-width: 768px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
.byline .staff {
  font-style: italic;
  font-size: 16px;
}
.byline .date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #424648;
}
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;
  font-size: 13px;
  text-transform: uppercase;
  color: #7e838b;
}
.ad.pending::after {
  display: block;
  content: "";
  background: #e0e0e0;
}
.ad.pending[data-type="banner"],
.ad.pending[data-type="bannerBottom"] {
  max-width: 728px;
}
.ad.pending[data-type="banner"]::after,
.ad.pending[data-type="bannerBottom"]::after {
  padding-bottom: 12.36263736%;
}
@media (max-width: 480px) {
  .ad.pending[data-type="banner"]::after,
  .ad.pending[data-type="bannerBottom"]::after {
    padding-bottom: 16.66666667%;
  }
}
.ad.pending[data-type="tall"] {
  max-width: 300px;
}
.ad.pending[data-type="tall"]::after {
  padding-bottom: 200%;
}
.ad.pending[data-type="square"] {
  max-width: 300px;
}
.ad.pending[data-type="square"]::after {
  padding-bottom: 83.33333333%;
}
.subscribe-box {
  padding: 0;
}
.subscribe-box h2 {
  margin: 0;
}
.subscribe-box img {
  display: inline-block;
  padding-right: 10px;
  height: 24px;
}
@media (max-width: 480px) {
  .subscribe-box img {
    display: block;
    margin: 24px auto;
    padding-right: 0;
  }
}
.subscribe-box .button-box {
  padding-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .subscribe-box .button-box {
    display: block;
    text-align: center;
  }
}
.subscribe-box .subscribe-button {
  display: inline-block;
  background: #0777b3;
  padding: 12px 15px 10px 15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .08em;
}
.subscribe-box .subscribe-button:hover {
  background: #e0e0e0;
}
.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;
}
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;
}
.bc-preroll,
.bc-no-preroll {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
}
.bc-preroll video,
.bc-no-preroll video,
.bc-preroll iframe,
.bc-no-preroll iframe,
.bc-preroll button,
.bc-no-preroll button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.bc-preroll video,
.bc-no-preroll video {
  z-index: -1;
}
.bc-preroll button,
.bc-no-preroll button {
  background: transparent;
  border: none;
  opacity: .3;
  transition: all .3s linear;
  display: block;
  margin: 0;
  padding: 0;
}
.bc-preroll button span,
.bc-no-preroll button span {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 32px;
  margin-bottom: 32px;
  border-radius: 4px;
  padding: 8px;
  background-color: #f8f8f8;
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.bc-preroll button svg,
.bc-no-preroll button svg {
  display: inline;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.bc-preroll button:hover,
.bc-no-preroll button:hover,
.bc-preroll button:focus,
.bc-no-preroll button:focus {
  opacity: 0.9;
  cursor: pointer;
}
.bc-preroll::before,
.bc-no-preroll::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
header.splash h1 {
  margin: 0;
  padding: 20px 40px;
  text-align: center;
  font-size: 52px;
  line-height: 1;
}
@media (max-width: 480px) {
  header.splash h1 {
    padding: 0;
  }
}
header.splash video {
  width: 100%;
}
.tabset {
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  max-width: 960px;
  margin: 10px auto 20px;
  padding: 20px 0 0;
}
.tabset .tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media (max-width: 480px) {
  .tabset .tabs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tabset .tabs label {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  padding: 0 16px 0 0;
  font-size: 15px;
}
@media (max-width: 480px) {
  .tabset .tabs label {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.tabset .tabs img {
  display: block;
}
.tabset .tabs a {
  display: block;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 4px 8px;
  position: relative;
  color: black;
  font-size: 16px;
}
@media (max-width: 480px) {
  .tabset .tabs a {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.tabset .tabs a.selected {
  background: #e0e0e0;
  font-weight: bold;
}
.tabset .tabs a.selected::before {
  position: absolute;
  top: calc(100% - 10px);
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  left: 50%;
  background: #e0e0e0;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
@media (max-width: 480px) {
  .tabset .tabs a.selected::before {
    display: none;
  }
}
.tabset .tab-content {
  padding: 16px 16px 0;
}
@media (max-width: 480px) {
  .tabset .tab-content {
    padding: 16px 0;
  }
}
.tabset.ready .tab-content {
  display: none;
}
.tabset.ready .tab-content.show {
  display: block;
}
.tabset .hbox,
.tabset .vbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tabset .hbox.cross-centered,
.tabset .vbox.cross-centered {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabset .hbox.cross-stretch,
.tabset .vbox.cross-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.tabset .hbox.content-centered,
.tabset .vbox.content-centered {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabset .hbox.row-reverse,
.tabset .vbox.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 480px) {
  .tabset .hbox,
  .tabset .vbox {
    display: block;
  }
}
.tabset .hbox [data-flex],
.tabset .vbox [data-flex] {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  position: relative;
}
.tabset .hbox [data-flex$="-5"][data-flex^="1-"],
.tabset .vbox [data-flex$="-5"][data-flex^="1-"] {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.tabset .hbox [data-flex$="-5"][data-flex^="2-"],
.tabset .vbox [data-flex$="-5"][data-flex^="2-"] {
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.tabset .hbox [data-flex$="-5"][data-flex^="3-"],
.tabset .vbox [data-flex$="-5"][data-flex^="3-"] {
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
.tabset .hbox [data-flex$="-5"][data-flex^="4-"],
.tabset .vbox [data-flex$="-5"][data-flex^="4-"] {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}
.tabset .hbox [data-flex$="-4"][data-flex^="1-"],
.tabset .vbox [data-flex$="-4"][data-flex^="1-"] {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.tabset .hbox [data-flex$="-4"][data-flex^="2-"],
.tabset .vbox [data-flex$="-4"][data-flex^="2-"] {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.tabset .hbox [data-flex$="-4"][data-flex^="3-"],
.tabset .vbox [data-flex$="-4"][data-flex^="3-"] {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}
.tabset .hbox [data-flex$="-3"][data-flex^="1-"],
.tabset .vbox [data-flex$="-3"][data-flex^="1-"] {
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}
.tabset .hbox [data-flex$="-3"][data-flex^="2-"],
.tabset .vbox [data-flex$="-3"][data-flex^="2-"] {
  -webkit-flex: 0 0 66.6666%;
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
}
.tabset .hbox [data-flex="1-2"],
.tabset .vbox [data-flex="1-2"] {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.tabset .vbox {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tabset .image-container {
  position: relative;
  padding: 0 16px;
}
@media (max-width: 480px) {
  .tabset .image-container {
    padding: 16px 0;
  }
}
.tabset .image-container img {
  display: block;
  margin: 0 auto;
}
.tabset .image-container img.hidden {
  display: none;
}
.tabset .image-container img:nth-child(3) {
  margin-top: 16px;
}
.tabset .text-container {
  padding: 0 16px 16px;
}
@media (max-width: 480px) {
  .tabset .text-container {
    padding: 0;
  }
}
.tabset .text-container h2,
.tabset .text-container p {
  margin: 0;
  max-width: none;
}
.tabset .text-container h2 {
  font-size: 28px;
  line-height: 1;
}
.map-container {
  position: relative;
}
.map-container::before {
  display: block;
  content: "";
  padding-bottom: 170%;
}
aside.legend {
  font-size: 12px;
}
aside.legend h3 {
  margin: 8px 0 0;
  font-size: 16px;
  text-transform: uppercase;
}
aside.legend h4 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
aside.legend ul {
  margin: 0;
  border: 1px solid #e0e0e0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  list-style-type: none;
}
aside.legend ul li {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  text-align: center;
}
leaflet-map {
  position: absolute;
  top: 0;
  left: 16px;
  width: calc(100% - 32px);
  height: 100%;
}
leaflet-map:not([ready]) {
  display: none;
}
@media (max-width: 480px) {
  leaflet-map {
    left: 0;
    width: 100%;
  }
}
leaflet-map .community-center-popup {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
leaflet-map .community-center-popup h4 {
  margin: 0;
}
leaflet-map .community-center-popup ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.center-marker {
  background: #f2934c;
  border-radius: 100%;
  border: 1px solid #f8f8f8;
}
.legend .center-marker {
  display: inline-block;
  margin: 0;
  width: 12px;
  height: 12px;
  vertical-align: text-top;
}
#canopy-toggle {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 16px;
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.4s ease;
  text-align: left;
}
@media (max-width: 768px) {
  #canopy-toggle {
    position: static;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  #canopy-toggle {
    position: absolute;
    margin-top: 16px;
    width: auto;
  }
}
#canopy-toggle:hover,
#canopy-toggle:focus {
  cursor: pointer;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
}
.source {
  padding-bottom: 4px;
  font-size: 12px;
  color: #7e838b;
  font-style: italic;
}
.align-right {
  float: right;
}
@media (max-width: 650px) {
  .align-right {
    float: none;
    display: block;
  }
}
.byline {
  padding: 0;
}
.constrained {
  margin: auto;
  max-width: 630px;
}
.floating > div,
.floating > img {
  float: right;
  margin-left: 20px;
}
.floating > div {
  width: 300px;
  max-width: 100%;
}
@media (max-width: 480px) {
  .floating > div {
    float: none;
    margin: auto;
  }
}
.floating > div h3 {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.floating > img {
  width: 200px;
}
@media (max-width: 480px) {
  .floating > img {
    width: 150px;
  }
}
main.article {
  padding: 20px 16px;
}
main.article h2,
main.article p {
  display: block;
  max-width: 630px;
  margin: 1em auto;
}
main > img {
  display: block;
  margin: 0 auto;
  width: 960px;
}
.credits {
  padding: 48px 16px;
}
.credits ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.credits li {
  margin-bottom: 8px;
}
.caption {
  margin: 6px auto 0;
  max-width: 960px;
  line-height: 1.2;
  font-size: 14px;
  font-style: italic;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
}
.centered {
  text-align: center;
}
a.image-link {
  display: block;
  line-height: 0;
}
