* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  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: 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;
}
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;
  }
}
.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;
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main.interactive {
  display: block;
  max-width: 630px;
  margin: 8px auto;
  padding: 8px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
h1 {
  font-size: 24px;
}
.chatter {
  font-size: 16px;
}
.recommendation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
@media (max-width: 480px) {
  .recommendation {
    display: block;
  }
}
.recommendation .combo {
  float: left;
  width: 50%;
}
.recommendation input[type=checkbox] {
  display: none;
}
.recommendation input[type=checkbox] + label .check {
  display: none;
}
.recommendation input[type=checkbox]:checked + label .check {
  display: inline-block;
}
.recommendation input[type=checkbox]:checked + label .box {
  display: none;
}
.recommendation label {
  font-size: 14px;
  cursor: pointer;
}
.recommendation section {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 8px;
  border-right: 1px solid #e0e0e0;
  clear: both;
}
.recommendation section h2 {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 480px) {
  .recommendation section {
    border-top: 1px solid #e0e0e0;
    border-right: none;
    padding: 4px;
    margin: 4px;
  }
  .recommendation section:first-child {
    border-top: none;
  }
  .recommendation section select {
    width: 100%;
  }
}
.recommendation section:last-child {
  border-right: none;
}
.recommendation .transport-modes {
  line-height: 1;
  overflow: hidden;
}
.recommendation .explanation {
  display: block;
  font-size: 14px;
  font-style: italic;
}
.browse {
  text-align: center;
  background-image: repeating-linear-gradient(-45deg, white 0, white 6px, #e0e0e0 6px, #e0e0e0 7px);
}
@media (max-width: 480px) {
  .browse {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .browse .browse-app {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin: 4px 0;
  }
}
a.browse-app {
  font-size: 14px;
  color: black;
  background: white;
  transition: color 0.2s linear, border-color 0.2s linear;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  display: inline-block;
  padding: 4px 12px;
  margin: 8px;
  cursor: pointer;
}
a.browse-app .fav,
a.browse-app .invalid {
  display: none;
}
a.browse-app.bonus .fav {
  display: inline-block;
}
a.browse-app.bonus .ok {
  display: none;
}
a.browse-app.disabled {
  color: #e0e0e0;
  border-color: #fafafa;
  background: white;
  cursor: normal;
  text-decoration: line-through;
}
a.browse-app.disabled .invalid {
  display: inline-block;
}
a.browse-app.disabled .ok {
  display: none;
}
a.browse-app.selected {
  color: #0777b3;
  background: #eef9fe;
}
.showcase {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px;
  padding: 20px 0;
  clear: both;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .showcase {
    display: block;
  }
}
.showcase .screenshot {
  width: 160px;
}
@media (max-width: 480px) {
  .showcase .screenshot {
    float: right;
    margin: 16px;
    width: 100px;
  }
}
.showcase .information {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding: 0 16px;
}
.showcase .information h1 {
  margin: 0;
}
@media (max-width: 480px) {
  .showcase .information h1 {
    font-size: 20px;
  }
}
.showcase.enter .screenshot {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}
@media (max-width: 480px) {
  .showcase.enter .screenshot {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.showcase.enter .information {
  transform: translateX(30px);
  opacity: 0;
}
@media (max-width: 480px) {
  .showcase.enter .information {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.showcase.transition .screenshot,
.showcase.transition .information {
  transition: -webkit-transform 0.4s ease-in-out, opacity 0.4s linear;
  transition: transform 0.4s ease-in-out, opacity 0.4s linear;
}
