* {
  -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: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 23px;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  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: 480px) {
  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;
}
main.interactive {
  display: block;
  padding: 25px;
  max-width: 960px;
}
.order-number {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: black;
  color: white;
  margin-right: 8px;
  vertical-align: text-bottom;
}
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-bottom: 8px;
  position: relative;
}
.row .block {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  margin-right: 2px;
}
.row .block.selected {
  outline: 1px solid #0777b3;
}
.details {
  position: relative;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  height: 0;
  overflow: hidden;
}
.details.show {
  overflow: visible;
  border-top: 1px solid #888888;
}
.details.slide {
  transition: height 0.4s ease-in-out;
  overflow: hidden;
}
.details .triangle {
  width: 20px;
  height: 20px;
  border-width: 1px 0 0 1px;
  border-color: #888888;
  border-style: solid;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: rotate(45deg) translateY(-75%);
  transform: rotate(45deg) translateY(-75%);
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  transition: left 0.3s ease-in-out;
}
.details .previous,
.details .next {
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  color: #e0e0e0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 60px;
  border-radius: 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition-property: color, border-color;
  transition-duration: .2s;
}
.details .previous:hover,
.details .next:hover {
  border-color: #424648;
  color: #424648;
}
.details .previous {
  left: -10px;
}
.details .next {
  right: -10px;
}
.details .caption {
  display: none;
  padding: 16px;
}
.details .caption img {
  display: block;
  margin: auto;
}
.details .caption.selected {
  display: block;
}
.credit {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  text-align: right;
  text-transform: uppercase;
}
