* {
  -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;
}
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;
  text-align: center;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 768px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 440px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  max-width: 630px;
  margin: auto;
}
.outer {
  margin-top: 20px;
  margin-bottom: 20px;
}
img {
  width: 100%;
  max-width: 330px;
}
.divider {
  border-top: 1px solid #e0e0e0;
}
.divider.top {
  margin-bottom: 20px;
}
.title {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
}
.title.big {
  font-size: 28px;
  text-align: center;
}
.chatter {
  font-size: 14px;
  margin: auto;
}
@media (max-width: 630px) {
  .chatter {
    padding-bottom: 15px;
  }
}
.chatter.big {
  padding-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}
.note {
  font-size: 11px;
  font-style: italic;
  padding-top: 15px;
}
.image-container {
  text-align: center;
}
.section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 630px) {
  .section {
    display: block;
  }
}
.info,
.image-container {
  padding: 20px;
}
@media (max-width: 630px) {
  .info,
  .image-container {
    padding: 0;
    padding-top: 20px;
  }
}
.masonry .info {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.masonry .image-container {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
@media (max-width: 630px) {
  .masonry .image-container {
    padding-top: 0;
  }
}
@media (max-width: 630px) {
  .masonry {
    padding-bottom: 20px;
  }
}
@media (max-width: 440px) {
  .masonry .masonry-image {
    width: 90%;
  }
}
.during {
  padding: 20px;
  padding-top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 440px) {
  .during {
    padding-left: 0;
    padding-right: 0;
  }
}
.during .during-image {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 440px) {
  .during .during-image {
    text-align: center;
  }
}
.during .during-image .animation-title {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding-bottom: 15px;
}
@media (max-width: 440px) {
  .during .during-image .animation-title {
    font-size: 13px;
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (max-width: 630px) {
  .during .during-image .animation-title .aside {
    display: block;
  }
}
@media (max-width: 440px) {
  .during .during-image .animation-title .aside {
    display: inline-block;
  }
}
@media (max-width: 630px) {
  .retrofitting .details {
    padding-bottom: 0;
  }
}
.retrofitting .info,
.retrofitting .image-container {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.retrofitting .info {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 630px) {
  .retrofitting .info {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.retrofitting table {
  background: #f8f8f8;
  padding: 10px;
  border-radius: 3px;
}
@media (max-width: 630px) {
  .retrofitting table {
    margin-top: 15px;
  }
}
.retrofitting td {
  vertical-align: top;
}
.retrofitting td.details-text {
  padding-left: 5px;
}
.retrofitting .click {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 14px;
  color: #7e838b;
}
@media (max-width: 630px) {
  .retrofitting .click {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 630px) {
  .retrofitting .fa-angle-double-left {
    display: none;
  }
}
.retrofitting .fa-angle-double-down {
  display: none;
}
@media (max-width: 630px) {
  .retrofitting .fa-angle-double-down {
    display: inline-block;
  }
}
.retro-image {
  position: relative;
  display: inline-block;
}
@media (max-width: 440px) {
  .retro-image {
    width: 90%;
  }
}
.dot {
  width: 23px;
  height: 23px;
  line-height: 23px;
  color: white;
  font-size: 14px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}
.dot.one,
.dot.three,
.dot.two {
  background: #424648;
}
.dot.six,
.dot.five,
.dot.four {
  background: #7e838b;
}
.dot:hover,
.dot.selected {
  background: #d90c2c;
}
.dot.one {
  top: 21%;
  left: 62%;
}
.dot.two {
  top: 42%;
  left: 68%;
}
.dot.three {
  top: 80%;
  left: 68%;
}
.dot.four {
  top: 65%;
  left: 77%;
}
.dot.five {
  top: 29%;
  left: 21%;
}
.dot.six {
  top: 71%;
  left: 57%;
}
.dot.inline {
  position: relative;
  text-align: center;
}
.source,
.credit {
  font-size: 11.5px;
  color: #7e838b;
}
.source {
  padding-bottom: 6px;
}
.credit {
  padding-bottom: 20px;
}
.alt.credit {
  font-size: 11px;
  color: #AAA;
}
.alt.credit.right {
  text-align: right;
}
