/*
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: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: 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;
}
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;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  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;
  margin: 16px auto;
}
.ad.pending::before {
  display: block;
  content: "";
}
.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%;
}
.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%;
}
.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;
}
footer.nav-bottom .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.nav-bottom .share.bottom label {
  background: black !important;
  color: white !important;
}
.day-calendar {
  background-color: #f8f8f8;
  margin-bottom: 60px;
}
.calendar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  padding-bottom: 25px;
  margin: 0px 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
@media (max-width: 480px) {
  .calendar {
    margin: 0px 27px;
  }
}
.calendar .gray {
  color: #7e838b;
}
.calendar .month-container {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 10px;
}
@media (max-width: 768px) {
  .calendar .month-container {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.calendar .page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.calendar .page .day {
  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;
  -webkit-flex: 0 0 14.28571429%;
  -ms-flex: 0 0 14.28571429%;
  flex: 0 0 14.28571429%;
  position: relative;
}
.calendar .page .day a {
  color: #222222;
  position: relative;
}
.calendar .page .day a .digit {
  z-index: 999;
  position: relative;
}
.calendar .page .day.goal a {
  font-weight: bold;
}
.calendar .page .day.goal a:hover {
  background-color: #e0e0e0;
}
@media (max-width: 480px) {
  .calendar {
    display: block;
  }
}
.month {
  margin: 10px 0px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .month {
    font-size: 14px;
  }
}
.bar-label {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  width: 100%;
  max-width: 700px;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  margin: auto;
  color: #7e838b;
  padding-bottom: 10px;
}
.bar-container {
  width: 100%;
  height: 38px;
  background: #F5F5F5;
  max-width: 700px;
  margin: auto;
}
.bar-container .broken {
  background: #1695A3;
}
.bar-container .developing {
  background: #ACF0F2;
}
.bar-container .kept {
  background: #225378;
}
.bar-container .stymied {
  background-color: #4abfed;
}
.bar-container .completed {
  height: 100%;
}
.bar-container .bar {
  float: left;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.bar-container .popup {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  position: absolute;
  background: white;
  display: none;
  z-index: 99;
  top: 105%;
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.12);
  padding: 10px;
}
.bar-container .popup ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bar-container .popup ul li {
  white-space: nowrap;
}
.bar-container .popup ul li.total {
  border-bottom: 0.5px solid #e0e0e0;
  margin-bottom: 5px;
}
.bar-container .bar:hover .popup {
  display: block;
}
.legend {
  width: 100%;
}
.legend-key {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0px;
  margin-top: 5px;
  margin: auto;
  max-width: 700px;
}
.legend-key .status-legend {
  list-style-type: none;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.legend-key .status-title {
  font-size: 15px;
  padding: 2px 15px 2px 15px;
  border-radius: 2px;
  color: white;
  text-transform: uppercase;
}
.legend-key .quantity {
  font-size: 35px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  text-align: center;
}
.legend-key .kept .status-title {
  background-color: #225378;
}
.legend-key .none {
  order: 1;
}
.legend-key .none .status-title {
  background-color: #F5F5F5;
  color: #222222;
}
.legend-key .broken .status-title {
  background-color: #1695A3;
}
.legend-key .developing .status-title {
  background-color: #ACF0F2;
  color: #222222;
}
.legend-key .stymied .status-title {
  background-color: #4abfed;
  color: #222222;
}
.large {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 30px;
  line-height: 30px;
  color: #222222;
  text-align: center;
}
@media (max-width: 480px) {
  .large {
    font-size: 20px;
    line-height: 25px;
  }
}
.title {
  text-align: center;
}
.title img {
  max-width: 800px;
  width: 100%;
  margin-top: 20px;
}
.title .headline {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 80px;
  line-height: 80px;
  color: #222222;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .title .headline {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 480px) {
  .title .headline {
    font-size: 35px;
    line-height: 40px;
  }
}
main.content {
  max-width: 850px;
  margin: auto;
}
@media (max-width: 480px) {
  main.content {
    max-width: 100%;
    padding: 0px;
  }
}
@media (max-width: 768px) {
  main.content {
    margin: 15px;
  }
}
.intro {
  font-size: 23px;
  padding-bottom: 40px;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.intro a {
  color: #222222;
  font-weight: bold;
}
.intro a:hover {
  color: #7e838b;
}
@media (max-width: 480px) {
  .intro {
    font-size: 16px;
    padding-bottom: 40px;
  }
}
.dates-goals {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.jump-to {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
  color: #222222;
  padding-bottom: 10px;
}
.jump-to ul {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  padding-left: 0px;
}
@media (max-width: 480px) {
  .jump-to ul {
    margin-left: 20px;
    margin-right: 20px;
  }
  .jump-to ul .pipe {
    display: none;
  }
}
.jump-to ul li {
  float: left;
  padding-top: 30px;
  font-size: 18px;
}
.jump-to ul li a {
  color: #222222;
}
.jump-to ul li a:hover {
  color: #7e838b;
  font-weight: bold;
}
@media (max-width: 480px) {
  .jump-to ul li a {
    font-size: 17px;
  }
}
.checklist {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 480px) {
  .checklist {
    display: block;
  }
}
.checklist .filter-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checklist .filter-container h2 {
  margin-right: auto;
}
@media (max-width: 480px) {
  .checklist .filter-container h2 {
    display: block;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .checklist .filter-container h2 select {
    display: block;
  }
}
.checklist h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 5px;
  font-size: 28px;
}
.checklist ol {
  list-style-type: none;
  font-size: 18px;
  padding-left: 0px;
}
.checklist ol li {
  padding: 35px 70px 35px 70px;
}
@media (max-width: 480px) {
  .checklist ol li {
    padding: 20px;
  }
}
.checklist ol li.update {
  padding: 25px 0px;
}
@media (max-width: 480px) {
  .checklist ol li.update {
    padding: 20px 0px 20px 0px;
  }
}
.checklist ol li ul {
  padding: 0px;
}
.checklist .checklist-key {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.checklist .checklist-key .incomplete {
  margin-right: auto;
}
.checklist .checklist-key ul {
  list-style-type: none;
}
.checklist .checklist-key ul li {
  padding: 0px;
}
.checklist .plan-filter {
  display: none;
}
.checklist .plan-filter + label {
  font-size: 15px;
  border: 0.3px solid #e0e0e0;
  padding: 8px 8px;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .checklist .plan-filter + label {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: 4px;
    text-align: left;
  }
  .checklist .plan-filter + label .text {
    padding-right: 0px;
  }
}
.checklist .plan-filter:checked + label {
  background-color: #e0e0e0;
  cursor: pointer;
}
.light-caps {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #222222;
  padding-top: 25px;
  margin: 0px 60px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .light-caps {
    margin: 0px 30px;
  }
}
label {
  font-size: 17px;
}
.label-container .category-label {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 33px;
  font-weight: bold;
  color: #222222;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin: 30px 0px 0px 0px;
}
@media (max-width: 480px) {
  .label-container .category-label {
    font-size: 30px;
  }
}
.label-container .category-label .material-icons {
  font-size: 30px;
  color: #222222;
  padding: 15px;
  border-radius: 5%;
}
.hidden {
  display: none;
}
.plan-item {
  padding: 8px 10px 16px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 20px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .plan-item {
    font-size: 18px;
  }
}
.plan-item.hidden {
  display: none;
}
.plan-item header {
  display: block;
}
.plan-item ul li {
  list-style-type: none;
}
.cal {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.cal h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.actions-key li {
  display: inline-block;
  margin-right: 40px;
}
@media (max-width: 480px) {
  .actions-key li {
    padding: 0px;
    margin-right: 30px;
  }
}
.actions-key-container {
  margin: 0px 41px;
}
@media (max-width: 480px) {
  .actions-key-container {
    margin: 0px 12px;
  }
}
.actions-key {
  margin-top: 3px;
  margin-bottom: 0px;
}
.actions {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.actions .narrow {
  max-width: 700px;
  margin: auto;
}
.actions .day-no {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 4px 16px;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 480px) {
  .actions .day-no {
    display: block;
  }
}
.actions .day-no .actionDay {
  font-size: 13px;
  padding-top: 5px;
  font-weight: normal;
}
.actions .day-no .actions-list {
  margin: 0px;
  width: 100%;
  list-style-type: none;
}
.actions .day-no .actions-list ul {
  max-width: 100%;
}
.actions .day-no:nth-child(2n) {
  background: #ebebeb;
}
.actions .day-no h3 {
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  padding-left: 10px;
  margin: 0px;
}
@media (max-width: 480px) {
  .actions .day-no h3 {
    padding-left: 0;
  }
}
.actions .day-no a {
  font-weight: bold;
  color: #7e838b;
  padding-left: 5px;
}
.actions .day-no a:hover {
  text-decoration: underline;
}
.read-more {
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
  padding-bottom: 5px;
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 480px) {
  .read-more {
    font-size: 15px;
  }
}
.read-more a {
  color: #222222;
}
.read-more a:hover {
  color: #7e838b;
}
.update {
  font-style: italic;
  text-indent: 0px;
  font-size: 18px;
  color: #424648;
}
@media (max-width: 480px) {
  .update {
    font-size: 16px;
  }
}
.update .update-label {
  border-radius: 1px;
  padding: 5px 5px 5px 0px;
  font-style: normal;
  font-weight: bold;
}
.update .update-summary {
  padding-top: 3px;
}
.update .related {
  font-style: normal;
  color: #424648;
  margin-top: 30px;
  padding: 10px;
  background-color: #f8f8f8;
}
.update .related .related-label {
  font-weight: bold;
}
.update .related a {
  color: #424648;
}
.update .related a:hover {
  color: #7e838b;
  font-weight: bold;
}
.to-top {
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding-top: 20px;
  padding-bottom: 25px;
}
.to-top a {
  color: #222222;
  text-decoration: none !important;
}
.to-top a:hover {
  color: #7e838b;
}
hr:last-of-type {
  margin-bottom: 40px;
}
ul.calendar-legend li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-top: 4px;
  padding-left: 60px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
ul.events,
ul.key {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-top: 4px;
}
ul.key {
  padding: 8px 26px 16px;
}
.event {
  font-size: 18px;
  clear: left;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .event {
    font-size: 16px;
  }
}
.event .icon {
  border-radius: 100%;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: black;
  content: "";
  background-size: 20px 20px;
  font-size: 20px;
  margin-right: 4px;
}
@media (max-width: 480px) {
  .event .icon {
    width: 15px;
    height: 15px;
  }
}
.event.completed .icon {
  background-color: #225378;
}
.event.developing .icon {
  background-color: #ACF0F2;
}
.event.broken .icon {
  background-color: #1695A3;
}
.event.incomplete .icon {
  background-color: #FFFFFF;
  border: 0.5px solid #222222;
}
.event.stymied .icon {
  background-color: #4abfed;
}
select {
  font-size: 16px;
}
@media (max-width: 480px) {
  select {
    width: 100%;
  }
}
.credits,
.sources {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 0.8em;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.credits .credit-name,
.sources .credit-name {
  font-weight: 700;
}
