/*
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: "titillium-web", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #0777b3;
  text-decoration: none;
}
a:visited {
  color: #7e838b;
}
a:hover,
a:focus {
  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;
}
.byline {
  font-size: 18px;
  margin: 24px auto;
}
@media (max-width: 768px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
.byline .staff {
  font-style: italic;
  font-size: 16px;
}
.byline .date {
  font-size: 16px;
  font-family: "titillium-web", Helvetica Neue, Helvetica, sans-serif;
  color: #424648;
}
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;
  }
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending::before {
  display: block;
  content: "";
  background: #e0e0e0;
}
.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%;
}
@media (max-width: 480px) {
  .ad.pending[data-type="banner"]::before,
  .ad.pending[data-type="bannerBottom"]::before {
    padding-bottom: 16.66666667%;
  }
}
.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%;
}
.subscribe-box {
  padding: 0;
}
.subscribe-box h2 {
  margin: 0;
}
.subscribe-box img {
  display: inline-block;
  padding-right: 10px;
  height: 24px;
}
@media (max-width: 480px) {
  .subscribe-box img {
    display: block;
    margin: 24px auto;
    padding-right: 0;
  }
}
.subscribe-box .button-box {
  padding-top: 10px;
  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;
}
@media (max-width: 480px) {
  .subscribe-box .button-box {
    display: block;
    text-align: center;
  }
}
.subscribe-box .subscribe-button {
  display: inline-block;
  background: #0777b3;
  padding: 12px 15px 10px 15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .08em;
}
.subscribe-box .subscribe-button:hover {
  background: #e0e0e0;
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "titillium-web", 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: "titillium-web", 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: "titillium-web", 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;
}
main.app {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
}
@media (max-width: 480px) {
  main.app {
    display: block;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
main.app .primary {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: none;
  min-height: 0;
  animation: fade 1s linear;
}
main.app[data-mode="intro"] .primary.intro {
  display: inherit;
}
main.app[data-mode="experience"] .primary.experience {
  display: inherit;
}
main.app[data-mode="help"] .primary.help {
  display: inherit;
}
@media (max-width: 480px) {
  main.app .primary {
    display: inherit;
  }
  main.app .primary.experience {
    display: none;
  }
  main.app[data-mode="experience"] .primary.intro {
    display: none;
  }
}
.video-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .video-container {
    display: block;
  }
}
.note {
  font-size: 15px;
  padding-top: 10px;
  color: #f8f8f8;
}
@media (max-width: 480px) {
  .note {
    font-size: 13px;
  }
}
.second-note {
  font-size: 12px;
  padding-top: 15px;
  font-style: italic;
}
.inner-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1 1 66%;
  -ms-flex: 1 1 66%;
  flex: 1 1 66%;
  background: black;
}
.aspect-outer {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.aspect-outer .aspect-inner {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.aspect-outer .aspect-inner .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.playlist {
  list-style: none;
  text-align: left;
  font-size: 15px;
  text-transform: uppercase;
  min-width: 240px;
  margin: 0;
  padding: 0;
  letter-spacing: .1em;
}
@media (max-width: 768px) {
  .playlist {
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
  }
}
.playlist-tile {
  margin-bottom: 7px;
}
.playlist-tile:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .playlist-tile {
    display: inline-block;
    margin-bottom: 4px;
  }
}
.playlist-video {
  cursor: pointer;
  padding: 7px 16px 5px 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: black;
  background: #d9d9d9;
  margin-left: 10px;
  display: inline-block;
  transition: all 0.3s linear;
}
.playlist-video.playing,
.playlist-video:hover {
  color: white;
  background: black;
  margin-left: 0;
  padding-left: 26px;
}
@media (max-width: 768px) {
  .playlist-video {
    margin-left: 0;
    padding: 7px 10px 5px 10px;
  }
  .playlist-video.playing,
  .playlist-video:hover {
    padding-left: 10px;
  }
}
.form-panel {
  font-size: 16px;
  padding-bottom: 30px;
}
.message {
  display: none;
  margin-left: 4px;
}
.message.visible {
  display: inline-block;
}
.bold {
  font-weight: 400;
}
.reactions-container {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .reactions-container {
    display: block;
  }
}
.reactions-container .sidebar {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .reactions-container .sidebar {
    padding-left: 0;
  }
}
.reactions-container .sidebar .required.email {
  font-size: 12px;
  padding: 4px;
  display: inline-block;
  margin-top: 10px;
  border: none;
  color: #666;
  border-radius: 2px;
}
.reactions-container .sidebar .guest-essays {
  padding-top: 50px;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 768px) {
  .reactions-container .sidebar .guest-essays {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .reactions-container .sidebar .guest-essays {
    font-size: 15px;
  }
}
.reactions-container .sidebar .guest-essays a {
  color: #c0c0c0;
  transition: all .2s linear;
}
.reactions-container .sidebar .guest-essays a:hover {
  color: white;
}
.reactions-container .sidebar .guest-essays .guest-essay {
  font-weight: 400;
}
.reactions-container .sidebar .guest-essays .submit {
  font-size: 16px;
}
.reactions-container .sidebar .guest-essays .submit a {
  color: #c0c0c0;
  transition: all 0.2s linear;
}
.reactions-container .sidebar .guest-essays .submit a:hover {
  color: white;
}
.reactions-container .sidebar .guest-essays .padded {
  padding-top: 15px;
}
.reactions-container .sidebar .guest-essays .email a {
  color: #c0c0c0;
  cursor: pointer;
}
.reactions-container .sidebar .guest-essays .email a:hover {
  color: white;
}
.reactions-container .sidebar .guest-essays .mc-button {
  display: inline-block;
}
.reactions-container .sidebar .guest-essays .mc-button .button {
  padding: 6px 9px;
  border: none;
  font-size: 10px;
  margin-top: 15px;
  border-radius: 2px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s linear;
  cursor: pointer;
  background: #424648;
  letter-spacing: 0.1em;
  transition: all 0.2s linear;
}
.reactions-container .sidebar .guest-essays .mc-button .button:hover {
  background: #222222;
}
@media (max-width: 768px) {
  .reactions-container .jump {
    display: none;
  }
}
.reactions-container .jump .bio-link {
  padding-bottom: 20px;
}
.reactions-container .jump img {
  transition: all 0.1s linear;
}
.reactions-container .jump:hover img {
  opacity: 0.7;
}
.reactions-container .reactions {
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .reactions-container .reactions {
    padding-left: 0;
  }
}
.reactions-container .reactions button {
  padding: 8px 14px;
  border: none;
  background: #424648;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  border-radius: 2px;
  color: white;
  opacity: 0.5;
  transition: all 0.3s linear;
}
.reactions-container .reactions button.validated {
  opacity: 1;
  cursor: pointer;
  background: #222222;
}
.reactions-container .reactions button.validated:hover {
  background: black;
}
.reactions-container .reactions input,
.reactions-container .reactions textarea {
  font-size: 14px;
  padding: 8px;
  border: none;
  margin-top: 10px;
  color: #666;
  border-radius: 2px;
}
.reactions-container .reactions input {
  padding: 6px;
  font-size: 12px;
}
.reactions-container .reactions select {
  letter-spacing: 0.02em;
  color: #666;
  border: none;
  font-size: 11px;
  height: 20px;
  margin: 0 4px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.reactions-container .reactions select.hidden {
  display: none;
}
@media (max-width: 480px) {
  .reactions-container .reactions select {
    height: 21px;
  }
}
.reactions-container .reactions .comment-box {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.reactions-container .reactions .comment-box textarea {
  resize: none;
  width: 100%;
  padding-right: 30px;
}
.reactions-container .reactions .comment-box .char-limit {
  position: absolute;
  color: #999;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 12px;
  right: 7px;
  bottom: 10px;
}
.reactions-container .reactions .age,
.reactions-container .reactions .name,
.reactions-container .reactions .email,
.reactions-container .reactions .adjective {
  display: inline-block;
}
.reactions-container .reactions .age input,
.reactions-container .reactions .name input,
.reactions-container .reactions .email input,
.reactions-container .reactions .adjective input {
  margin-left: 3px;
  height: 20px;
}
@media (max-width: 480px) {
  .reactions-container .reactions .age input,
  .reactions-container .reactions .name input,
  .reactions-container .reactions .email input,
  .reactions-container .reactions .adjective input {
    height: 21px;
  }
}
.reactions-container .reactions .adjective input {
  display: none;
  margin-right: 6px;
}
.reactions-container .reactions .adjective input.visible {
  display: inline-block;
}
@media (max-width: 480px) {
  .reactions-container .reactions .adjective {
    width: 110px;
  }
}
.reactions-container .reactions .age input {
  width: 50px;
}
.reactions-container .reactions .name {
  padding-right: 20px;
}
.reactions-container .reactions .email input {
  width: 200px;
}
.expand {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400 !important;
  padding-top: 10px;
  cursor: pointer;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .expand {
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #7e838b;
  }
}
.expand:hover {
  color: #c0c0c0;
}
.expand .hidden {
  display: none;
}
.comments {
  text-align: left;
  font-size: 15px;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.comments .comment-bucket {
  display: none;
}
.comments .comment-bucket.selected {
  display: block;
}
.comments .comment-bucket .comment.approved {
  display: none;
}
.comments .comment-bucket.more .comment.approved {
  display: block;
}
.comments .comment-bucket .be-the-first {
  text-align: center;
  font-family: "titillium-web", Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 200;
}
.comments .comment {
  letter-spacing: 0.08em;
  padding: 20px;
  padding-left: 0;
  max-width: 650px;
  border-bottom: 1px solid #7e838b;
  overflow: hidden;
}
@media (max-width: 480px) {
  .comments .comment {
    padding: 20px 0;
  }
}
.comments .credit {
  font-style: italic;
  text-align: right;
  padding-top: 4px;
  font-size: 14px;
}
.question {
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .question {
    font-size: 14px;
  }
}
.question .question-title {
  font-size: 26px;
  padding: 0 4px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .question .question-title {
    font-size: 18px;
  }
}
body {
  margin: 0;
  padding: 0;
  background: black;
}
button:focus {
  outline: none !important;
}
header.top-bar {
  background: black;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  color: white;
  z-index: 999;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
header.top-bar .title {
  font-family: "chantal", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: transparent;
  border: none;
  color: white;
  padding: 0;
  margin-left: 10px;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 768px) {
  header.top-bar .title {
    display: none;
  }
}
header.top-bar .logo img {
  height: 24px;
  display: block;
}
[data-mode="experience"] header.top-bar .logo {
  display: block;
}
header.top-bar .feelings-selector {
  display: none;
  font-size: 16px;
  font-family: "titillium-web", Helvetica Neue, Helvetica, sans-serif;
  margin: 0 auto;
  text-align: right;
  width: 100%;
  max-width: 315px;
  text-transform: uppercase;
}
[data-mode="experience"] header.top-bar .feelings-selector {
  display: block;
}
header.top-bar .feelings-selector select {
  padding: 0 8px;
  line-height: 1;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  font-family: "titillium-web", Helvetica Neue, Helvetica, sans-serif;
  font-size: inherit;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #424648;
  color: white;
  border: none;
}
header.top-bar .help-container {
  -webkit-flex: 0 1 200px;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  text-align: right;
  margin-right: 20px;
  cursor: pointer;
}
@media (max-width: 480px) {
  header.top-bar .help-container {
    display: none;
  }
}
header.top-bar .help {
  font-size: 16px;
  font-family: "titillium-web", Helvetica Neue, Helvetica, sans-serif;
  color: white;
}
.intro {
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: "titillium-web", Helvetica Neue, Helvetica, sans-serif;
}
.intro .backdrop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  display: block;
  z-index: -1;
}
@media (min-aspect-ratio: 16 / 9) {
  .intro .backdrop {
    width: 100vw;
    height: auto;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  .intro .backdrop {
    height: 100vh;
    width: auto;
  }
}
@media (max-width: 480px) {
  .intro .backdrop {
    position: static;
    max-width: 100%;
    height: auto;
    transform: none;
    min-height: 0;
  }
}
.intro .feel-ui {
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
@media (max-width: 480px) {
  .intro .feel-ui {
    padding: 15px 40px;
  }
}
.intro .feel-ui .i-want {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.intro .feel-ui .controls {
  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;
}
.intro .feel-ui button {
  border: none;
  background: transparent;
  font-size: 76px;
  color: white;
  padding: 20px;
  cursor: pointer;
  transition: color .3s linear;
  font-family: "titillium-web", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
}
.intro .feel-ui .feeling-stepper {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.intro .feel-ui .feeling {
  font-family: "chantal", sans-serif;
  text-transform: lowercase;
  font-size: 144px;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 480px) {
  .intro .feel-ui .feeling {
    font-size: 42px;
  }
}
.intro .feel-ui .show-me {
  border: 3px solid white;
  border-radius: 100px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px 20px;
  transition: all .2s linear;
  text-transform: uppercase;
}
.intro .feel-ui .show-me:hover {
  background: black;
  color: white;
  transform: scale(1.1);
}
.intro .feel-ui .show-me img {
  vertical-align: text-bottom;
  width: 22%;
}
.experience {
  background: black;
  position: relative;
}
@media (max-width: 480px) {
  .experience .video-container {
    position: relative;
  }
  .experience .video-container::before {
    display: block;
    content: "";
    padding-bottom: 56.25%;
  }
}
.experience .brightcove {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.experience button.close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  border: none;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
}
@media (max-width: 480px) {
  .experience button.close {
    display: none;
  }
}
.experience button.close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.experience .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  font-family: "titillium-web", Helvetica Neue, Helvetica, sans-serif;
}
@media (max-width: 480px) {
  .experience .overlay {
    position: static;
    display: block;
  }
}
.experience.show-overlay .overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.experience.show-overlay .close {
  display: none;
}
.experience .video-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .experience .video-row {
    display: block;
  }
}
.experience .video-stepper {
  -webkit-flex: 0 3 150px;
  -ms-flex: 0 3 150px;
  flex: 0 3 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  color: white;
  padding: 40px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "titillium-web", Helvetica Neue, Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .experience .video-stepper {
    padding: 0 0 20px 35px;
    width: 100%;
  }
}
.experience .video-stepper:hover,
.experience .video-stepper:focus {
  background: rgba(255, 255, 255, 0.2);
}
.experience .video-stepper .big {
  font-size: 100px;
  vertical-align: center;
  padding: 0 8px;
  line-height: 1;
}
@media (max-width: 480px) {
  .experience .video-stepper .big {
    font-size: 48px;
  }
}
.experience .metadata {
  -webkit-flex: 0 1 600px;
  -ms-flex: 0 1 600px;
  flex: 0 1 600px;
  padding: 0 32px;
}
@media (max-width: 480px) {
  .experience .metadata {
    padding: 32px;
  }
}
.experience .title {
  color: white;
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 480px) {
  .experience .title {
    font-size: 24px;
  }
}
.experience .description {
  max-width: 500px;
  margin: 20px 0;
}
@media (max-width: 480px) {
  .experience .description {
    font-size: 17px;
    max-width: 280px;
  }
}
.experience a {
  color: white;
  font-weight: bold;
}
@media (max-width: 480px) {
  .experience .back {
    display: none;
  }
}
.experience .close-overlay {
  text-align: right;
  padding: 10px 20px;
  background: transparent;
  border: none;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  cursor: pointer;
}
@media (max-width: 480px) {
  .experience .close-overlay {
    display: none;
  }
}
.experience .close-overlay .big {
  font-size: 150%;
  font-weight: bold;
  vertical-align: baseline;
}
.primary.help {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  position: relative;
}
@media (max-width: 480px) {
  .primary.help {
    padding: 32px;
  }
}
.primary.help h2 {
  color: white;
  text-align: center;
  font-family: "chantal", sans-serif;
  font-weight: normal;
  font-size: 36px;
}
.primary.help .content {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  min-height: 0;
  min-width: 0;
  max-width: 960px;
  font-family: "titillium-web", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
.primary.help .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  font-size: 24px;
  border: none;
  cursor: pointer;
  color: white;
}
@media (max-width: 480px) {
  .primary.help .close {
    display: none;
  }
}
