/*
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;
}
a {
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  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: 635px) {
  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;
}
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;
}
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;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 635px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share.top {
    top: 6px;
  }
  nav.main-nav .share.top label span {
    display: none;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.ad {
  text-align: center;
  padding: 16px 0;
}
.ad.square {
  float: right;
  width: 320px;
}
@media (max-width: 480px) {
  .ad.square {
    width: 100%;
  }
}
.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;
}
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;
}
footer.nav-bottom .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.nav-bottom .share.bottom label {
  background: black !important;
  color: white !important;
}
body {
  max-width: 930px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 0 auto;
}
@media (max-width: 635px) {
  .graphic-container {
    display: none;
  }
}
#g-file-Artboard_1 {
  position: relative;
  overflow: hidden;
}
.g-aiAbs {
  position: absolute;
}
.g-aiImg {
  display: block;
  width: 100% !important;
}
#g-file-Artboard_1 p {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.1;
  margin: 0;
}
#g-file-Artboard_1 .g-aiPstyle0 {
  color: #636466;
}
#g-file-Artboard_1 .g-aiPstyle1 {
  text-align: right;
  color: #000000;
  font-weight: bold;
}
#g-file-Artboard_1 .g-aiPstyle2 {
  color: #000000;
}
#g-file-Artboard_1 .g-aiPstyle3 {
  text-align: right;
  color: #636466;
  font-weight: bold;
  font-size: 18px;
}
#g-file-Artboard_1 .g-aiPstyle4 {
  text-align: right;
  color: #000000;
}
#g-file-Artboard_1 .g-aiPstyle5 {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.g-aiPtransformed p {
  white-space: nowrap;
}
.mobilegraphic {
  display: none;
}
@media (max-width: 635px) {
  .mobilegraphic {
    display: block;
  }
}
#g-file2-Artboard_1 {
  z-index: -1;
  position: relative;
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: -60px;
}
.g-aiAbs {
  position: absolute;
}
.g-aiImg {
  display: block;
  width: 100% !important;
}
p {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 760px) {
  p {
    font-size: 9px;
  }
}
.g-aiPstyle1 {
  line-height: 1.2;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.g-aiPstyle2 {
  text-align: right;
  line-height: 1.2;
  font-size: 13px;
}
@media (max-width: 760px) {
  .g-aiPstyle2 {
    font-size: 10px;
  }
}
.g-aiPstyle3 {
  line-height: 1.2;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.g-aiPtransformed p {
  white-space: nowrap;
}
#g-kent-Artboard_1 {
  z-index: -1;
  position: relative;
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: -40px;
}
.g-aiAbs {
  position: absolute;
}
.g-aiImg {
  display: block;
  width: 100% !important;
}
#g-bellevue-Artboard_1 {
  z-index: -1;
  position: relative;
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: -40px;
}
body {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}
.fa {
  padding-left: 13px;
  color: #424648;
}
.outmost {
  width: 100%;
  padding: 20px 0;
  margin: 20px 0;
}
.title {
  font-size: 22px;
  text-align: center;
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  .title {
    font-size: 24px;
  }
}
.chatter {
  display: none;
  font-size: 16px;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 635px) {
  .chatter {
    display: block;
    font-size: 14px;
  }
}
.year {
  width: 100%;
  clear: both;
  cursor: pointer;
  transition: margin-bottom 0.5s linear;
}
.year:hover * {
  opacity: 1;
}
.year:hover .label,
.year:hover .bars,
.year:hover .total {
  font-weight: bold;
  color: black !important;
}
.year.selected {
  margin-bottom: 12px;
}
.key {
  max-height: 0;
  padding-top: 2px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.key.shown {
  max-height: 570px;
  border-left: 1px solid #c0c0c0;
  margin-left: 15px;
}
.key-row {
  padding-bottom: 6px;
}
.swatch {
  width: 8px;
  height: 14px;
  display: inline-block;
  margin-right: 2px;
  opacity: 0.7;
  vertical-align: text-top;
}
.projected {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  margin-left: 6px;
  font-weight: bold;
  color: #7e838b;
}
.label {
  color: #424648;
  display: block;
  font-size: 16px;
  padding: 10px 0 6px 0;
}
.label.bolded {
  color: black;
  font-weight: bold;
}
.total {
  width: 84px;
  display: inline;
  top: 0;
  color: #7e838b;
  vertical-align: top;
  padding-top: 2px;
  padding-left: 4px;
}
.total * {
  vertical-align: top;
}
.total.bolded {
  font-weight: bold;
  color: black;
}
.total.absolute {
  position: absolute;
  left: 100%;
}
.bar-box {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bars {
  position: relative;
}
.bar {
  height: 18px;
  display: inline-block;
}
.filler {
  -webkit-flex: 0 0 41px;
  -ms-flex: 0 0 41px;
  flex: 0 0 41px;
}
.source {
  padding-top: 10px;
}
.source,
.credit {
  font-size: 11.5px;
  color: #7e838b;
}
.legend {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  text-transform: uppercase;
}
.legend.centered {
  text-align: center;
}
.legend .category {
  display: inline-block;
  padding-right: 14px;
}
@mdia @tablet {
  padding-right: 5px;
}
.legend .swatch {
  width: 25px;
  height: 10px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: text-top;
}
