/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url("https://use.typekit.net/cxg6izg.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Colors*/
/* Sizes and breakpoints */
a,
input,
i,
div,
h2,
h3 {
  text-decoration: none;
  -webkit-transition: all 180ms ease-in-out;
  -moz-transition: all 180ms ease-in-out;
  -o-transition: all 180ms ease-in-out;
  transition: all 180ms ease-in-out;
}

.show-medium {
  display: none;
}

.show-small {
  display: none;
}

@media all and (max-width: 1023px) {
  .show-medium {
    display: block;
  }
  .hide-medium {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .show-small {
    display: block;
  }
  .hide-small {
    display: none;
  }
}
@font-face {
  font-family: "videoplayer";
  src: url("../fonts/videoplayer.eot");
  src: url("../fonts/videoplayer.eot?#iefix") format("embedded-opentype"), url("../fonts/videoplayer.woff") format("woff"), url("../fonts/videoplayer.ttf") format("truetype"), url("../fonts/videoplayer.svg#videoplayer") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "videoplayer";
    src: url("../fonts/videoplayer.svg#videoplayer") format("svg");
  }
}
.i-facebook:before, body.press-release-2016 .story-video__content__social-media__icon.facebook:before,
.i-twitter:before,
body.press-release-2016 .story-video__content__social-media__icon.twitter:before,
.i-video_fullscreen_exit:before,
.i-video_fullscreen_open:before,
.i-video_pause:before,
.i-video_play:before,
body.press-release-2016 .story-video__content__actions__back-to-video:before,
.i-video_replay:before {
  display: inline-block;
  font-family: "videoplayer";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.i-facebook:before, body.press-release-2016 .story-video__content__social-media__icon.facebook:before {
  content: "\f100";
}

.i-twitter:before, body.press-release-2016 .story-video__content__social-media__icon.twitter:before {
  content: "\f101";
}

.i-video_fullscreen_exit:before {
  content: "\f102";
}

.i-video_fullscreen_open:before {
  content: "\f103";
}

.i-video_pause:before {
  content: "\f104";
}

.i-video_play:before, body.press-release-2016 .story-video__content__actions__back-to-video:before {
  content: "\f105";
}

.i-video_replay:before {
  content: "\f106";
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

/* Typography */
body {
  font-family: "depot-new-web", Helvetica, sans-serif;
}

h1 {
  font-weight: 500;
  font-size: 44px;
  line-height: 1.2;
  color: #32343c;
  padding-bottom: 20px;
}
h1 span {
  color: #9c9fab;
}

.mobelux-hilite {
  color: #ff6e0a;
  cursor: pointer;
}

.display {
  color: #32343c;
  font-weight: 300;
  font-size: 44px;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .display {
    font-size: 20px;
  }
}

.display b {
  color: #9c9fab;
  font-weight: 700;
}

h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #32343c;
}

h3 {
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #32343c;
}
h3.header-speaker {
  padding-top: 15px;
  color: #9c9fab;
}

h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #32343c;
  margin-bottom: 5px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9c9fab;
}
p.small-p, body.press-release-2016 p.story-section__copy {
  margin-bottom: 20px;
}
p.small-p b, body.press-release-2016 p.story-section__copy b {
  font-weight: 400;
}
p.lead-p, body.press-release-2016 p.story-section__headline {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 300;
}
p.lead-p a, body.press-release-2016 p.story-section__headline a {
  color: #ff6e0a;
}
p.lead-p b, body.press-release-2016 p.story-section__headline b {
  font-weight: 400;
}

.lead-p, body.press-release-2016 .story-section__headline {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 300;
}
.lead-p a, body.press-release-2016 .story-section__headline a {
  color: #ff6e0a;
}
.lead-p b, body.press-release-2016 .story-section__headline b {
  font-weight: 400;
}

.standalone {
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
.standalone p {
  font-size: 24px;
  line-height: 32px;
}
.standalone a {
  color: #ff6e0a;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .standalone {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .standalone p {
    font-size: 18px;
    line-height: 24px;
  }
}

.caption {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #9c9fab;
  text-align: center;
  margin-top: 20px;
}

b {
  color: #32343c;
}

.text-link {
  color: #ff6e0a;
}

a.text-link:hover {
  opacity: 0.4;
}

a.text-link:visited {
  color: #ff6e0a;
}

.points {
  margin-top: 20px;
  margin-bottom: 50px;
  border-top: 1px solid #ebf0f5;
}

.points li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9c9fab;
  padding: 20px;
  border-bottom: 1px solid #ebf0f5;
}

.points:last-child {
  margin-bottom: 0;
}

.small-header {
  text-align: center;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
  p.display {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  p.display .quote {
    text-indent: -8px;
  }
  p.lead-p, body.press-release-2016 p.story-section__headline {
    font-size: 20px;
    line-height: 28px;
  }
  .points {
    margin-bottom: 40px;
  }
  h4 {
    font-size: 20px;
  }
}
/* Mobelux Icon Font */
@font-face {
  font-family: "Mobelux-Icon";
  src: url("fonts/mobelux.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.screen-reader {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

i {
  font-family: "Mobelux-Icon";
  font-style: normal;
}
i.icon-tumblr:before {
  content: "\e601";
}
i.icon-twitter:before {
  content: "\e600";
}
i.icon-facebook:before {
  content: "\e60b";
}
i.icon-dribbble:before {
  content: "\e60d";
}
i.icon-menu:before {
  content: "\e609";
}
i.icon-close:before {
  content: "\e603";
}
i.icon-check:before {
  content: "\e60e";
}
i.icon-arrow-r:before {
  content: "\e610";
}
i.icon-arrow-l:before {
  content: "\e60f";
}

em {
  font-style: italic;
}

/* fade */
.device-fade {
  -webkit-animation: fade 0.7s ease both;
  -moz-animation: fade 0.7s ease both;
  animation: fade 0.7s ease both;
}

.device-moveFromRight {
  -webkit-animation: moveFromRight 0.6s ease both;
  -moz-animation: moveFromRight 0.6s ease both;
  animation: moveFromRight 0.6s ease both;
}

.device-moveFromLeft {
  -webkit-animation: moveFromLeft 0.6s ease both;
  -moz-animation: moveFromLeft 0.6s ease both;
  animation: moveFromLeft 0.6s ease both;
}

/********************************* keyframes **************************************/
@-webkit-keyframes fade {
  to {
    opacity: 0.5;
  }
}
@-moz-keyframes fade {
  to {
    opacity: 0.5;
  }
}
@keyframes fade {
  to {
    opacity: 0.5;
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
  }
}
@keyframes moveFromLeft {
  from {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
}
@keyframes moveFromRight {
  from {
    transform: translateX(100%);
  }
}
/* Section */
.section {
  width: 100%;
  float: left;
  padding: 120px 0;
}

.section-wrap {
  width: 960px;
  margin: auto;
  position: relative;
}

.section-cta {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .section-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* HELPFUL NUDGES */
.half-space-under {
  margin-bottom: 120px;
}

.half-space-over {
  margin-top: 120px;
}

.full-space-under {
  margin-bottom: 200px;
}

@media all and (max-width: 1023px) {
  .section {
    padding: 120px 0;
  }
  .section-wrap {
    width: 672px;
  }
  .half-space-under {
    margin-bottom: 50px;
  }
  .half-space-over {
    margin-top: 50px;
  }
  .full-space-under {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
  .section-wrap {
    width: 80%;
    margin: 0 10% 0;
  }
  .half-space-under {
    margin-bottom: 40px;
  }
  .half-space-over {
    margin-top: 50px;
  }
  .full-space-under {
    margin-bottom: 70px;
  }
}
/* Special body classes */
.no-nav .main-nav {
  display: none;
}

.mobile {
  background: #444648;
}
.mobile .main-container {
  max-width: 767px;
}
.mobile .btn-dark-full {
  border-bottom: #555555 1px solid;
  border-top: #555555 1px solid;
}

.mobile-section {
  float: left;
  width: 80%;
  margin: 40px 10% 0;
}
.mobile-section h2 {
  color: #ffffff;
}

.dn {
  display: none;
}

.tc {
  text-align: center;
}

.relative {
  position: relative;
}

@media all and (max-width: 767px) {
  .db-sm {
    display: block;
  }
  .tl-sm {
    text-align: left;
  }
}
.banner-cta {
  width: 100%;
  height: 800px;
  position: relative;
  display: flex;
  justify-content: center;
  background-position: center;
  background-size: cover;
}
@media all and (max-width: 1023px) {
  .banner-cta {
    height: 400px;
  }
}
.banner-cta::after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.banner-cta__content {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .banner-cta__content {
    width: 80%;
  }
}
.banner-cta__body {
  width: 100%;
  max-width: 45rem;
  color: #ffffff;
  text-align: center;
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .banner-cta__body {
    font-size: 24px;
    line-height: 1.25;
  }
}
.banner-cta__btn {
  margin-top: 60px;
}

.story-center h1 {
  font-weight: 300;
}

.textBlock .story-block {
  float: left;
  width: 100%;
  padding-top: 120px;
}
.textBlock .lead-p p, .textBlock body.press-release-2016 .story-section__headline p, body.press-release-2016 .textBlock .story-section__headline p {
  font-weight: 300;
  line-height: 1.5;
  font-size: 24px;
}
@media all and (max-width: 767px) {
  .textBlock .lead-p p, .textBlock body.press-release-2016 .story-section__headline p, body.press-release-2016 .textBlock .story-section__headline p {
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
  }
}
.textBlock strong {
  font-weight: 400;
  color: #444648;
}

.section-wrap--btn {
  text-align: center;
}

.btn-block {
  margin-top: 120px;
}
@media all and (max-width: 1023px) {
  .btn-block {
    margin-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .btn-block {
    flex-direction: column;
    margin-top: 40px;
  }
}

.pull-quote {
  display: flex;
  justify-content: center;
  padding-top: 120px;
}
@media all and (max-width: 1023px) {
  .pull-quote {
    padding-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .pull-quote {
    flex-direction: column;
    padding-top: 40px;
  }
}
.pull-quote__content p {
  float: left;
  width: 672px;
  font-weight: 500;
  color: #32343c;
  font-size: 22px;
  line-height: 45px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 1023px) {
  .pull-quote__content p {
    width: 520px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  .pull-quote__content p {
    width: 100%;
    margin-right: 0;
  }
}
.pull-quote__content p::before {
  content: "“";
  position: absolute;
  left: -32px;
  top: 4px;
  font-size: 60px;
  color: #ccced7;
}
@media all and (max-width: 1023px) {
  .pull-quote__content p::before {
    left: -22px;
    font-size: 40px;
  }
}
.pull-quote__content p::after {
  content: "”";
  position: relative;
  display: inline-block;
  margin-bottom: -3px;
  vertical-align: bottom;
  font-size: 60px;
  color: #ccced7;
}
@media all and (max-width: 1023px) {
  .pull-quote__content p::after {
    font-size: 40px;
  }
}
.pull-quote.without-photo {
  flex-direction: column;
}
.pull-quote.without-photo .pull-quote__content p {
  width: 100%;
}
.pull-quote.without-photo .relative {
  margin-left: 4rem;
}
@media all and (max-width: 1023px) {
  .pull-quote.without-photo .relative {
    margin-left: auto;
  }
}
.pull-quote.without-photo .avatar-block {
  width: auto;
  margin-left: 0;
}
.pull-quote.without-photo .avatar-block h3 {
  text-align: left;
  margin-left: 4rem;
}
@media all and (max-width: 1023px) {
  .pull-quote.without-photo .avatar-block h3 {
    margin-left: 0;
  }
}
.pull-quote .avatar-block {
  float: right;
  margin-top: 10px !important;
  margin-left: 30px;
  margin-right: 0;
  width: 122px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .pull-quote .avatar-block {
    margin-left: 0;
  }
}
.pull-quote .avatar-block .avatar-bubble {
  left: 24px;
}
.pull-quote .avatar-block .avatar-bubble.pull-quote-img {
  width: 72px;
  height: 72px;
  border-radius: 50px;
  border: none;
}
@media all and (max-width: 767px) {
  .pull-quote .avatar-block .avatar-bubble.pull-quote-img {
    float: left;
    margin-right: 25px;
  }
}
.pull-quote .avatar-block h2 {
  padding-top: 10px;
}
.pull-quote .avatar-block h3 {
  color: #9c9fab;
  font-size: 9px;
  padding-top: 3px;
}
@media all and (max-width: 767px) {
  .pull-quote .avatar-block {
    width: 100%;
    margin-bottom: 40px !important;
    text-align: left;
  }
  .pull-quote .avatar-block .avatar-bubble {
    left: 0;
  }
  .pull-quote .avatar-block h2 {
    padding-top: 12px;
  }
}
.pull-quote.reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 767px) {
  .pull-quote.reverse {
    flex-direction: column;
  }
}
.pull-quote.reverse .avatar-block {
  margin-right: 60px;
  margin-left: 0;
}
@media all and (max-width: 767px) {
  .pull-quote.reverse .avatar-block {
    margin-right: 0;
  }
}

.separator {
  width: 960px;
  padding-top: 120px;
  border-bottom: 2px solid #ebf0f5;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  clear: both;
}
@media all and (max-width: 1023px) {
  .separator {
    width: 672px;
    padding-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .separator {
    width: 80%;
    padding-top: 40px;
  }
}

.image-block img {
  max-width: 100%;
}

.img-content-width {
  width: 960px;
  padding-top: 120px;
}
@media all and (max-width: 1023px) {
  .img-content-width {
    width: 672px;
    padding-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .img-content-width {
    width: 100%;
  }
}

.img-full-width {
  width: 100%;
  height: 700px;
  padding-top: 120px;
  display: table;
  object-fit: cover;
}
@media all and (min-width: 1400px) {
  .img-full-width {
    background-size: cover;
    height: 900px;
  }
}
@media all and (max-width: 1023px) {
  .img-full-width {
    height: 500px;
    padding-top: 50px;
    background-size: contain;
  }
}
@media all and (max-width: 767px) {
  .img-full-width {
    height: auto;
    display: block;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .img-full-width {
    background-attachment: scroll;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .img-full-width {
    background-attachment: scroll;
  }
}

.img-left,
.img-right {
  width: 100%;
  max-width: 300px;
  padding: 40px 40px 20px;
}
@media all and (max-width: 767px) {
  .img-left,
  .img-right {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.img-left {
  float: left;
  padding-left: 0;
}
@media all and (max-width: 767px) {
  .img-left {
    float: none;
    padding-top: 50px;
  }
}

.img-right {
  float: right;
  padding-right: 0;
}
@media all and (max-width: 767px) {
  .img-right {
    float: right;
    padding-top: 50px;
  }
}

.img-portrait {
  padding-top: 50px;
  text-align: center;
}
.img-portrait img {
  max-height: 700px;
}
@media all and (max-width: 767px) {
  .img-portrait img {
    max-height: 500px;
  }
}

.main-page .img-full-width {
  padding-top: 0;
}

.description-list {
  width: 672px;
  margin: auto;
}
@media all and (max-width: 767px) {
  .description-list {
    width: 80%;
    max-width: 672px;
  }
}
.description-list__headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
  margin: 0 !important;
  width: auto;
}
.description-list__subheadline {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #9c9fab;
}
.description-list__list {
  margin-top: 20px;
  width: 100%;
  color: black;
  display: flex;
  flex-wrap: wrap;
}
.description-list__name, .description-list__description {
  box-sizing: border-box;
  width: 50%;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 300;
  text-transform: none;
  letter-spacing: normal;
}
.description-list__name {
  color: black;
  text-align: left;
  padding-right: 8px;
}
.description-list__description {
  color: #9c9fab;
  text-align: right;
  padding-left: 8px;
}

.video-block {
  width: 100%;
  margin-top: 120px;
}
@media all and (max-width: 1023px) {
  .video-block {
    margin-top: 50px;
  }
}
.video-block__embed-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* Player ratio: 100 / (1280 / 720) */
}
.video-block__embed {
  position: absolute;
  top: 0;
  left: 0;
}

#screenshots {
  background: #f7f7f7;
  margin-bottom: 100px;
}

.devices {
  width: 672px;
  height: 672px;
  display: block;
  position: relative;
  margin: auto;
  background-size: 672px 672px;
}
.devices img {
  display: none;
}
.devices .device-current {
  visibility: visible;
  z-index: 1;
  display: block;
}
.devices .device-ontop {
  z-index: 999;
}

.device-iphone-vert {
  background-image: url("../img/device-iphone-vert.png");
}
.device-iphone-vert .images-wrap,
.device-iphone-vert img {
  width: 272px;
  height: 484px;
  position: absolute;
  top: 94px;
  left: 200px;
  overflow: hidden;
  background-color: #000000;
}
.device-iphone-vert img {
  top: 0;
  left: 0;
}

.device-android-vert {
  background-image: url("../img/device-android-vert.png");
}
.device-android-vert .images-wrap,
.device-android-vert img {
  width: 302px;
  height: 538px;
  position: absolute;
  top: 57px;
  left: 185px;
  overflow: hidden;
  background-color: #000000;
}
.device-android-vert img {
  top: 0;
  left: 0;
}

.device-web {
  background-image: url("../img/device-web.png");
}
.device-web .images-wrap,
.device-web img {
  width: 664px;
  height: 500px;
  position: absolute;
  top: 102px;
  left: 4px;
  overflow: hidden;
  background-color: #000000;
}
.device-web img {
  top: 0;
  left: 0;
}

.page-indicators {
  width: 100%;
  margin-top: 120px;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.page-indicators li {
  display: inline-block;
}
.page-indicators li a {
  width: 8px;
  height: 8px;
  display: block;
  background-color: #444648;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 2px 0 2px;
  opacity: 0.25;
}
.page-indicators li a:hover {
  opacity: 1;
}
.page-indicators .active a {
  opacity: 1;
}

.arrow-left {
  position: absolute;
  font-size: 48px;
  color: #ccc;
  top: 311px;
  left: -200px;
  -webkit-transition: all 180ms ease-in-out;
  -moz-transition: all 180ms ease-in-out;
  -o-transition: all 180ms ease-in-out;
  transition: all 180ms ease-in-out;
}

.arrow-right {
  position: absolute;
  font-size: 48px;
  color: #ccc;
  top: 311px;
  right: -200px;
  -webkit-transition: all 180ms ease-in-out;
  -moz-transition: all 180ms ease-in-out;
  -o-transition: all 180ms ease-in-out;
  transition: all 180ms ease-in-out;
}

.devices a:hover {
  -webkit-transform: scale(1.3);
  color: #444648;
  transform: scale(1.3);
  -webkit-transition: all 180ms ease-in-out;
  -moz-transition: all 180ms ease-in-out;
  -o-transition: all 180ms ease-in-out;
  transition: all 180ms ease-in-out;
}

@media all and (max-width: 1400px) {
  .arrow-left {
    left: 0;
  }
  .arrow-right {
    right: 0;
  }
  #desktop-screenshots .arrow-left {
    left: -80px;
  }
  #desktop-screenshots .arrow-right {
    right: -80px;
  }
}
@media all and (max-width: 1023px) {
  .page-indicators {
    margin-top: 50px;
  }
}
@media all and (max-width: 899px) {
  #desktop-screenshots .arrow-left {
    left: 0;
  }
  #desktop-screenshots .arrow-right {
    right: 0;
  }
}
@media all and (max-width: 767px) {
  .devices {
    width: 100%;
    height: auto;
  }
  .devices img {
    display: block;
    margin-bottom: 40px;
  }
  .device-iphone-vert,
  .device-android-vert,
  .device-web {
    text-align: center;
    background: none;
  }
  .device-iphone-vert h2,
  .device-android-vert h2,
  .device-web h2 {
    margin-bottom: 40px;
  }
  .device-iphone-vert .images-wrap,
  .device-iphone-vert img,
  .device-android-vert .images-wrap,
  .device-android-vert img,
  .device-web .images-wrap,
  .device-web img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    background-color: #ffffff;
  }
  .device-iphone-vert .images-wrap img,
  .device-android-vert .images-wrap img,
  .device-web .images-wrap img {
    width: 55%;
    margin-left: 22%;
    border: 4px solid #ebf0f5;
  }
  .device-iphone-vert .images-wrap img:last-child,
  .device-android-vert .images-wrap img:last-child,
  .device-web .images-wrap img:last-child {
    margin-bottom: 0;
  }
}
#stories-wrap .section {
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
  background: #ebf0f5;
}
#stories-wrap .section:last-child {
  padding-bottom: 120px;
}
#stories-wrap .show-small {
  display: none;
}
@media all and (max-width: 767px) {
  #stories-wrap .show-small {
    display: flex;
  }
}

.feature-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 464px;
  text-align: center;
}
.feature-copy .btn-white {
  margin-top: 18px;
}
.feature-copy p {
  padding-bottom: 15px;
}

.feature-large {
  float: left;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 700px;
  background-color: #ebf0f5;
}
.feature-large .feature-copy {
  margin: 210px auto 0;
}
.feature-large .btn-white {
  margin-top: 20px;
}
@media all and (min-width: 1400px) {
  .feature-large {
    height: 900px;
  }
  .feature-large .feature-copy {
    margin-top: 300px;
  }
}

#feature-large-ihome {
  background-color: #ebf0f5;
}
#feature-large-ihome .btn-white {
  margin-top: 20px;
}

.feature-wrap {
  width: 960px;
  margin: auto;
  position: relative;
}

.feature-large .feature-copy h1,
.feature-large .feature-copy p,
.feature-large .feature-copy p b {
  color: #ffffff;
}

.feature-med {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.feature-med .feature-copy .display {
  padding-bottom: 10px;
}
.feature-med .story-launch-bubble {
  width: 466px;
  height: 466px;
  -webkit-border-radius: 233px;
  -moz-border-radius: 233px;
  border-radius: 233px;
  border: none;
  position: relative;
  cursor: pointer;
}

#feature-med-ihome,
#feature-med-rise,
#feature-med-need {
  flex-direction: row-reverse;
}

#feature-med-ihome .feature-copy,
#feature-med-rise .feature-copy,
#feature-med-need .feature-copy {
  padding-right: 30px;
}

#feature-med-theinfatuation .feature-copy,
#feature-med-elixr .feature-copy {
  padding-left: 30px;
}

@media all and (max-width: 1023px) {
  .feature-wrap {
    width: 672px;
  }
  .feature-med .story-launch-bubble {
    width: 321px;
    height: 321px;
    -webkit-border-radius: 160.5px;
    -moz-border-radius: 160.5px;
    border-radius: 160.5px;
  }
  .feature-med .feature-copy {
    width: 301px;
  }
  .feature-copy .display {
    font-size: 36px;
    line-height: 38px;
  }
  .feature-copy h1 {
    padding-bottom: 5px;
  }
  #feature-med-theinfatuation .feature-copy,
  #feature-med-elixr .feature-copy {
    padding-left: 40px;
  }
  #feature-med-ihome .feature-copy,
  #feature-med-rise .feature-copy,
  #feature-med-need .feature-copy {
    padding-right: 40px;
  }
}
@media all and (max-width: 767px) {
  #stories-wrap .section {
    padding-top: 90px;
  }
  .feature-copy {
    display: inline-block;
    margin-top: 20px;
  }
  .feature-med .story-launch-bubble {
    width: 250px;
    height: 250px;
    margin: 0 auto 0 auto;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
  }
  #feature-med-ihome,
  #feature-med-theinfatuation,
  #feature-med-rise,
  #feature-med-elixr,
  #feature-med-need {
    flex-direction: column;
    max-width: 280px;
  }
  #feature-med-ihome .feature-copy,
  #feature-med-theinfatuation .feature-copy,
  #feature-med-rise .feature-copy,
  #feature-med-elixr .feature-copy,
  #feature-med-need .feature-copy {
    padding-left: 0;
    padding-right: 0;
  }
  .feature-copy .display {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
}
#footer {
  background: #444648;
}
#footer h1 {
  font-weight: 300 !important;
  font-size: 26px;
  color: #8a8a8a;
  margin: 0 0 20px 20px;
}
#footer h2,
#footer h3 {
  color: #ffffff;
}
#footer p {
  margin: 0;
  color: #8a8a8a;
}

.footer-col {
  width: 465px;
  float: left;
  margin-left: 30px;
}
.footer-col:first-child {
  margin-left: 0;
}
.footer-col ul {
  width: 100%;
  border-bottom: 1px solid #555555;
  float: left;
}
.footer-col ul li {
  width: 465px;
  float: left;
  border-top: 1px solid #555555;
}
.footer-col ul li a {
  width: 260px;
  float: left;
  padding: 20px 20px;
}
.footer-col ul li a:hover {
  opacity: 0.5;
}

.footer-copy {
  margin-top: 120px;
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.footer-copy div:first-child {
  margin-left: 0;
}

.footer-share {
  width: 380px;
  margin-right: 30px;
  float: left;
}
.footer-share li {
  display: inline-block;
  width: 20%;
  text-align: center;
}
.footer-share li a {
  width: 100%;
  height: 50px;
  display: inline-block;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.footer-share i {
  color: #8a8a8a;
  font-size: 2em;
  font-style: normal;
}
.footer-share svg {
  fill: #8a8a8a;
}
.footer-share a:hover {
  color: #ff6e0a;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.footer-share a:hover i {
  color: #ff6e0a;
}
.footer-share a:hover svg {
  fill: #ff6e0a;
}
.footer-share a:hover svg #frame {
  stroke: #ff6e0a;
}
.footer-share a:hover svg #letter {
  fill: #ff6e0a;
}

.copyright {
  float: left;
  width: 300px;
  height: 30px;
}
.copyright p {
  line-height: 30px;
  font-size: 12px;
  text-align: center;
}

@media all and (max-width: 1023px) {
  .footer-col {
    width: 321px;
  }
  .footer-col .blog {
    border-top: none;
  }
  .footer-col ul li {
    width: 321px;
  }
  .footer-col ul li a {
    width: 281px;
  }
  .footer-copy {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }
  .footer-share {
    width: 321px;
  }
  .copyright {
    height: 22px;
  }
  .copyright p {
    text-align: left;
    padding-left: 15px;
  }
}
@media all and (max-width: 767px) {
  #footer {
    padding: 0 0 50px 0;
  }
  #footer .section-wrap {
    margin: 0;
    width: 100%;
  }
  .footer-col {
    width: 100%;
    margin: 0;
  }
  .footer-col ul li {
    width: 100%;
  }
  .footer-col ul li a {
    width: 80%;
    padding: 20px 10%;
  }
  .footer-copy {
    width: 100%;
    margin-top: 42px;
  }
  .footer-share {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .footer-share li {
    text-align: center;
    width: 60px;
  }
  .footer-share li:last-child {
    padding-right: 8px;
  }
  .footer-share li a {
    text-align: center;
  }
  .copyright {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .copyright p {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
#contact h1 {
  font-weight: 300;
}

.btn-dark, body.press-release-2016 .story-video__content__actions__learn-more, body.press-release-2016 .story-video__content__actions__back-to-video,
.btn-white,
.btn-dark-full,
.btn-white-full,
.btn-light {
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 60px;
  height: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-dark, body.press-release-2016 .story-video__content__actions__learn-more, body.press-release-2016 .story-video__content__actions__back-to-video {
  background-color: #444648;
  color: #ffffff;
  width: 300px;
  display: inline-block;
}
.btn-dark:hover, body.press-release-2016 .story-video__content__actions__learn-more:hover, body.press-release-2016 .story-video__content__actions__back-to-video:hover {
  background: #2f3132;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.btn-white {
  background-color: #ffffff;
  color: #32343c;
  width: 300px;
  display: inline-block;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn-white:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media all and (max-width: 767px) {
  .btn-dark, body.press-release-2016 .story-video__content__actions__learn-more, body.press-release-2016 .story-video__content__actions__back-to-video,
  btn-white {
    width: 100%;
  }
}
.btn-orange,
input[type=submit].btn-orange {
  background-color: #ff6e0a;
  color: #ffffff;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-appearance: none;
}
.btn-orange:hover,
input[type=submit].btn-orange:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #ff6e0a;
}
.btn-orange:disabled,
input[type=submit].btn-orange:disabled {
  -webkit-transform: none;
  transform: none;
  background-color: rgba(255, 255, 255, 0.02);
  color: #32343c;
  cursor: auto;
}

.btn-dark-full {
  background-color: #444648;
  color: #ffffff;
  width: 100%;
  float: left;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn-dark-full:hover {
  background: #2f3132;
}

.btn-white-full {
  background-color: #ffffff;
  color: #32343c;
  width: 100%;
  float: left;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn-white-full:hover {
  background: #f7f7f7;
}

.btn-light {
  height: 11px;
  background-color: #ebf0f5;
  line-height: 11px;
  color: #32343c;
  padding: 8px 15px 10px 15px;
  display: inline-block;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn-light:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

form {
  padding: 0;
  margin: 0;
}

.form-group-head {
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9c9fab;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  float: left;
}

input:focus,
textarea:focus {
  outline: none;
}

input[type=text],
input[type=email] {
  width: 100%;
  height: 50px;
  border: none;
  font-family: "depot-new-web", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #32343c;
  text-indent: 22px;
  padding: 0;
  margin: 0 0 6px 0;
}

input[type=email].error {
  color: #ea4d4d;
}

div.error {
  color: #ea4d4d;
}

::-webkit-input-placeholder {
  color: #32343c;
  opacity: 0.4;
}

:-moz-placeholder {
  color: #32343c;
  opacity: 0.4;
}

::-moz-placeholder {
  color: #32343c;
  opacity: 0.4;
}

:-ms-input-placeholder {
  color: #32343c;
  opacity: 0.4;
}

.error::-webkit-input-placeholder {
  color: #ea4d4d;
  opacity: 1;
}

.error:-moz-placeholder {
  color: #ea4d4d;
  opacity: 1;
}

.error::-moz-placeholder {
  color: #ea4d4d;
  opacity: 1;
}

.error:-ms-input-placeholder {
  color: #ea4d4d;
  opacity: 1;
}

textarea {
  width: 100%;
  height: 200px;
  border: none;
  font-family: "depot-new-web", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #32343c;
  padding: 22px;
  margin: 0;
  box-sizing: border-box;
  resize: none;
  overflow: auto;
}

input[type=submit] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #444648;
  border: none;
  height: 50px;
  width: 100%;
  font-family: "depot-new-web", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
input[type=submit]:hover {
  background-color: #2f3132;
}

.check-buttons {
  margin-bottom: 6px;
}

.check-button {
  position: relative;
  float: left;
  width: 153px;
  height: 50px;
  margin: 0 0 6px 6px;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
}
.check-button input {
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.check-button:first-child {
  margin-left: 0;
}
.check-button span {
  position: absolute;
  left: 0;
  line-height: 38px;
  color: #32343c;
  opacity: 0.4;
  font-family: "depot-new-web", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 38px;
  width: 141px;
  margin: 4px;
  border: 2px solid transparent;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.check-button input[type=checkbox]:checked ~ span {
  border: 2px solid #ff6e0a;
  opacity: 1;
  color: #ff6e0a;
}

@media all and (max-width: 1023px) {
  .check-button {
    width: 216px;
  }
  .check-button span {
    width: 200px;
    padding-right: 4px;
  }
  .check-button:nth-child(2n-1) {
    margin-left: 0;
  }
}
.contact-validation {
  float: left;
  width: calc(100% - 330px);
  margin-left: 330px;
  margin-top: 24px;
  text-align: center;
}
@media all and (max-width: 1023px) {
  .contact-validation {
    width: calc(100% - 234px);
    margin-left: 234px;
  }
}
@media all and (max-width: 767px) {
  .contact-validation {
    display: none;
  }
}

.homepage-collage {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 1023px) {
  .homepage-collage {
    flex-direction: column;
  }
}
.homepage-collage__block {
  flex-basis: 50%;
  height: auto;
  position: relative;
}
@media all and (max-width: 1023px) {
  .homepage-collage__block {
    flex-basis: 100%;
    margin-bottom: -2px;
  }
}
.homepage-collage__img {
  width: 100%;
  height: 100%;
}

/* Navigation */
.main-nav {
  position: relative;
  height: 60px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s linear;
  background-color: #FFFFFF;
  border-bottom: 2px solid rgba(50, 52, 60, 0.07);
}
.main-nav .logo {
  height: 100%;
  width: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav li a {
  display: block;
  line-height: 60px;
  font-size: 14px;
  text-transform: capitalize;
  color: #9c9fab;
  transition: all 0.2s linear;
  cursor: pointer;
}
.main-nav li a:hover {
  color: #32343c;
}
.main-nav li a.selected {
  color: #32343c;
}
.main-nav__pages {
  width: calc(100% - 122px);
  display: flex;
  justify-content: center;
  padding-right: 122px;
}
.main-nav__pages li:not(:first-of-type) {
  margin-left: 30px;
}

@media all and (max-width: 767px) {
  .nav.show-small {
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(50, 52, 60, 0.07);
  }
  .nav-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-wrapper .icon-wrapper {
    cursor: pointer;
    margin-right: 10px;
  }
  .nav-wrapper .icon-wrapper:hover {
    transform: scale(1.1);
  }
  .nav-wrapper .icon-wrapper:hover .nav-icon {
    color: #32343c;
  }
  .nav-wrapper .nav-icon {
    color: #9c9fab;
    transition: all 0.2s ease;
  }
  .nav-wrapper .nav-icon:hover {
    color: #32343c;
  }
  .nav-wrapper .nav-icon.icon-close {
    font-size: 34px;
  }
  .nav-wrapper .nav-icon.icon-close:hover {
    transform: scale(1.2);
  }
  .nav-wrapper .nav-icon.icon-menu {
    font-size: 36px;
  }
  .nav-wrapper .nav-icon.icon-menu:hover {
    font-size: scale(1.1);
  }
  .nav-wrapper .logo {
    margin-left: 20px;
  }
  .nav-wrapper .logo img {
    height: 27px;
    padding: 0;
  }
  .main-nav {
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    padding: 0;
    border-bottom: 0;
    transition: all 0.2s ease;
  }
  .main-nav.closed {
    height: 0;
  }
  .main-nav.open {
    height: 168px;
  }
  .main-nav li {
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
    border-bottom: 2px solid rgba(50, 52, 60, 0.07);
  }
  .main-nav li a {
    width: 100%;
    padding: 0 20px;
    line-height: 40px;
    font-weight: 500;
    transition: all 0.2s linear;
  }
  .main-nav li a:hover {
    color: #32343c;
  }
}
/* Page Navigation */
.page-nav-wrap {
  width: 100%;
  float: left;
  background-color: #ffffff;
  display: block;
}

.page-nav {
  width: 100%;
  text-align: center;
}
.page-nav li a {
  width: 100%;
  display: block;
  height: 70px;
  line-height: 70px;
  border-bottom: #ebf0f5 6px solid;
  font-family: "depot-new-web", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #9c9fab;
}
.page-nav li a:hover {
  color: #8a8a8a;
  border-bottom: #8a8a8a 6px solid;
  opacity: 1;
}
.page-nav li a.active {
  color: #32343c;
  border-bottom: #32343c 6px solid;
}

.page-nav-section {
  display: none;
  background-color: #ffffff;
}

.page-nav-active {
  display: block;
  background-color: #ffffff;
}

.page-nav-5 li {
  float: left;
  width: 20%;
}

.page-nav-4 li {
  float: left;
  width: 25%;
}

.page-nav-3 li {
  float: left;
  width: 33.3333333333%;
}

.page-nav-2 li {
  float: left;
  width: 50%;
}

/*@media @medium {

	.page-nav-wrap {
	margin-bottom: $spacerfullmedium;
	}

	.page-nav {
	width: $mediumContentWidth;
	margin: auto;
	text-align: left;
	border-top: 1px $bglight solid;
	}

	.page-nav li {
	border-bottom: 1px $bglight solid;
	}

	#page-nav-5 li {
	float: none;
	width: 100%;
	}

	#page-nav-4 li {
	float: none;
	width: 100%;
	}

	#page-nav-3 li {
	float: none;
	width: 100%;
	}

	.page-nav li a {
	text-indent: 30px;
	width: $mediumContentWidth;
	margin: auto;
	border-bottom: none;
	color: $textdark;
	}

	.page-nav li a:hover {
	border-bottom: none;
	opacity: 0.5;
	}

	.page-nav li a.active {
	color: $textdark;
	border-bottom: none;
	}

}

@media @small {

	.page-nav-wrap {
	margin-bottom: $spacerfullsmall;
	}

	.page-nav {
	width: 100%;
	}

	.page-nav li a {
	text-indent: 0;
	padding: 0 10% 0 10%;
	width: 80%;
	}

}*/
/* Off-Page LINKS */
.list-block h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #32343c;
}

.page-links-wrap {
  width: 100%;
  float: left;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media all and (max-width: 1023px) {
  .page-links-wrap {
    padding-top: 40px;
  }
}

.page-links ul {
  width: 960px;
  margin: auto;
  border-top: 1px #ebf0f5 solid;
  margin-top: 20px;
  margin-bottom: 50px;
  border-top: 1px solid #ebf0f5;
}
.page-links ul li {
  width: 100%;
  border-bottom: 1px #ebf0f5 solid;
  padding: 22px 0px 22px 30px;
  line-height: 1.63;
  font-family: "depot-new-web", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9c9fab;
}
.page-links ul li a {
  width: 100%;
  display: block;
  color: #32343c;
}
.page-links ul li a:hover {
  opacity: 0.5;
}

@media all and (max-width: 1023px) {
  .page-links-wrap {
    padding-bottom: 100px;
  }
  .page-links ul {
    width: 672px;
  }
}
@media all and (max-width: 767px) {
  .page-nav-wrap {
    display: none;
  }
  .page-links-wrap {
    padding-bottom: 70px;
  }
  .page-nav-section {
    display: block;
    padding-top: 40px;
    margin-bottom: 0;
    border-top: 1px solid #ebf0f5;
  }
  .page-nav-section:first-child {
    margin-bottom: 40px;
  }
  .page-links ul {
    width: 100%;
  }
  .page-links ul li {
    padding-left: 0;
  }
  .page-links ul li a {
    padding: 0 10% 0 10%;
    width: 80%;
  }
}
.list-container {
  display: flex;
  padding-top: 70px;
}
.list-container .list-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
}
.list-container .list-column .list-title {
  font-weight: 500;
  line-height: 1.5;
}
.list-container .list-column .list-title,
.list-container .list-column .list-content {
  width: 100%;
  margin: 0 0 12px 0;
  line-height: 1.75;
}
.list-container .list-column ul li {
  line-height: 1.75;
  color: #32343c;
}
.list-container .list-column:not(:last-of-type) {
  padding-right: 30px;
}

.list-description div {
  display: flex;
  flex-direction: row;
}
.list-description div h1, .list-description div .lead-p, .list-description div body.press-release-2016 .story-section__headline, body.press-release-2016 .list-description div .story-section__headline {
  margin-left: 0;
  width: auto;
  text-align: left;
}
.list-description div h1 {
  flex-basis: 33%;
}
.list-description div .lead-p, .list-description div body.press-release-2016 .story-section__headline, body.press-release-2016 .list-description div .story-section__headline {
  flex-basis: 66%;
  padding-left: 15px;
}
.list-description div .lead-p p, .list-description div body.press-release-2016 .story-section__headline p, body.press-release-2016 .list-description div .story-section__headline p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  .list-container {
    display: block;
    padding-top: 40px;
  }
  .list-container .list-column:not(:first-of-type) {
    padding-top: 40px;
  }
  .list-description div {
    flex-direction: column;
  }
  .list-description div .lead-p, .list-description div body.press-release-2016 .story-section__headline, body.press-release-2016 .list-description div .story-section__headline {
    padding-left: 0;
  }
  .list-description div .lead-p p, .list-description div body.press-release-2016 .story-section__headline p, body.press-release-2016 .list-description div .story-section__headline p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
  }
}
.partner-logo-section {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: rgba(235, 240, 245, 0.5);
}
@media all and (max-width: 767px) {
  .partner-logo-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.partner-logo-section .partner-logo-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.partner-logo-section .partner-logo-grid__item {
  flex-basis: calc(16.6% - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 140px;
  height: 50px;
  text-align: center;
  padding-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  opacity: 0.4;
}
@media all and (max-width: 767px) {
  .partner-logo-section .partner-logo-grid__item {
    flex-basis: calc(33.3% - 40px);
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0.6;
  }
}
.partner-logo-section .partner-logo-grid__logo {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
@media all and (-ms-high-contrast: none) {
  .partner-logo-section .partner-logo-grid__logo {
    flex: 0 0 auto;
    min-width: 0;
  }
}

/* Story preview blocks (appear on homepage) */
.story-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.story-preview {
  position: relative;
  height: 500px;
  display: flex;
  flex-basis: 50%;
  order: 2;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  .story-preview {
    height: 350px;
  }
}
@media all and (max-width: 767px) {
  .story-preview {
    height: 250px;
    flex-basis: 100%;
  }
}
.story-preview__img {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.story-preview__img::after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
  transition: all 0.2s ease-out;
  opacity: 0;
}
.story-preview__img:hover::after {
  opacity: 1;
}
.story-preview__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 60px;
  color: #ffffff;
  pointer-events: none;
}
@media all and (max-width: 1023px) {
  .story-preview__content {
    padding: 32px;
  }
}
.story-preview__title {
  max-width: 35rem;
  margin: 0 auto;
  color: inherit;
  font-size: 40px;
  font-weight: 500;
}
.story-preview__subtitle {
  max-width: 35rem;
  margin: 0 auto;
  color: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}
@media all and (max-width: 1023px) {
  .story-preview__title, .story-preview__subtitle {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  .story-preview__title, .story-preview__subtitle {
    font-size: 20px;
    line-height: 1.2;
  }
  .story-preview__title {
    font-weight: bold;
  }
  .story-preview__subtitle {
    font-weight: normal;
  }
}
.story-preview--feature {
  flex-basis: 100%;
  order: 1;
}
.story-preview--feature .story-preview__content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .story-preview--feature .story-preview__content {
    display: block;
    padding: 32px;
    bottom: 0;
    left: 0;
    top: auto;
    width: auto;
    height: auto;
    text-align: left;
  }
}
.story-preview--feature .story-preview__title {
  padding-bottom: 16px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .story-preview--feature .story-preview__title {
    font-size: 20px;
    padding-bottom: 0;
  }
}

.story-tag-section {
  position: absolute;
  top: 0;
  left: calc(50% + 250px);
  width: 260px;
  padding: 120px 0;
}
@media all and (max-width: 1023px) {
  .story-tag-section {
    position: relative;
    left: 0;
    width: 672px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 0 0;
  }
}
@media all and (max-width: 767px) {
  .story-tag-section {
    width: 80%;
  }
}
.story-tag-section .tag-list {
  list-style: none;
}
.story-tag-section .tag-list .tag-item {
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.story-tag-section .tag-list i.icon-check {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2em;
  margin-left: -6px;
  margin-right: 2px;
}

.story-tag-section + .section-wrap.textBlock .lead-p, .story-tag-section + .section-wrap.textBlock body.press-release-2016 .story-section__headline, body.press-release-2016 .story-tag-section + .section-wrap.textBlock .story-section__headline,
.story-tag-section + .section-wrap.textBlock h1,
.story-tag-section + .section-wrap.textBlock h4 {
  margin-left: 0;
}
@media all and (max-width: 1023px) {
  .story-tag-section + .section-wrap.textBlock {
    float: none;
  }
}

.form-submit {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.grecaptcha-badge {
  display: none !important;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url("../font/VideoJS.eot") format("eot");
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAi0AAoAAAAADnwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD0AAABWQLpNY2NtYXAAAAE0AAAAOgAAAUriJhC2Z2x5ZgAAAXAAAATAAAAH/CNovTZoZWFkAAAGMAAAACwAAAA2BEqUO2hoZWEAAAZcAAAAGAAAACQELwIWaG10eAAABnQAAAAPAAAAVCoAAABsb2NhAAAGhAAAACwAAAAsEBQSZm1heHAAAAawAAAAHwAAACABJgBkbmFtZQAABtAAAAElAAACCtXH9aBwb3N0AAAH+AAAALsAAAElJXNJs3icY2BkYmCcwMDKwMHowpjGwMDgDqW/MkgytDAwMDGwMjNgBQFprikMDh8ZP4owgbh6TBBhRhABAFl1B6YAAAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD6K/P8PUvCREUTzM0DVAwEjG8OIBwCEVQbLAAB4nIVVzW/jRBSf5zieJE2bOPVH0jRpEidxsZumW8f20orWi6C7rKoKqSQUVUjdQ6RVAkekHi047AEOvbSqxIFed8OBO3voDSE4gRohLmi1N/Z/SHljp90uJSLRvJn5vZn3Pc8ECP7gBE4IR8is6A7+huPR8JhEAnwIQ8RnyBwhm6C7M0CLoG6AuwyRZdBxgdsZuPB9c/+Q4w73Q/rgEcc9ehDQs4ODL67x/cPRl1cMpEwj6vBRd4RQQlxL1CzREv12e9DugzEagkH44Mw5nBOBZEiF1HDXquuy6rgSRYJmyEWoUVWTLdVWBSo7rupGqAoHhWwL7KmSDLB7r7k2+inf7bb7+8rcumupf95oack0kk2b0ujc+a2VrW56KbX9Tb7r94/2xdhSYt7Mw4eNRqA+IB0YkCjGCPWI9LjT64Hn96HTJ2M/vka+QJK4YjZtQC04iHAhmy2MXrT7/UDj98nGp+N7kbFvz1FukuSuZKvMv43ALwn9CcLt4fVfmCC7ubbWvLeLPo3Ve6HMP9D6x9uppXR3a6uLYvnrvEbJFBGJivHFENmabtlIIVzLFk7HRs8zDK8HxOsZnmdc9IwTz7gkRu8c0Qmy2EUtlDgbSHRttul7KAzF+HjTMHoDr+cbvdHQM3zcMzFhrAYYqxSZxVUZa0rEKiqjmyKWVVksg39JMlmAbAbG8yWmAO+wxWsGlgeKEq7rlGIMZ0melMgiRtKtaxWBqjXMBdYG1qzdiuozIEuqxWrYtahirTqu/nNXyervze9ANP3u8s7vZ5/NFUcvdueK/Nm3DNB2x+zSD9Gc+qTSvC8+kX8sfGAoyhGjssyQI8YjrDoCW0LfVLRlIfRQFiWFeWiLrXrUkjVVsy02bBwwGD3LZNGlDtLRaaczHA59Rm85/Mxsm6ZpmNd1w/ToZPO2DqoFybDkGTChUn8HWs46rCoLcIVLAsN1ewMYLrMnn8nlMmAgfV4yzRIk4148GRA4ZkC4DOFblh1PeVMKO95hRHljd52jc+gH73xqHB2socCaIA5q2S7LOGwknhn82mCOLsLxyvBN/CMdmObVezzHnFcIqQlUd1q6q6w6rTqmXFIpTpKy6qqCLAUo+DnxlONOMna16lQhXNiZU67aqlafQvoTmqZ7YtWtVucp3UvjmfQepXkNozWu199Ql0s81MZUOU2op6COFKOYAjQAt8ICCKgbJ2UTMNQKRnYTsBnh1tHpMuZgVZEE+A6gIfBGNOakpRgX6+CQ0nacN3mhEbBMPm7fYv1awhdqGK8SSkITYg9pRJ6O3Y3H78am5Qh9GBO0SYxZYPc843UfY29lCl/IVSfHV2HeaNFAbrTyq/ca3sGcwYRPwBu3bn4A4GJi+7/xjWGyS5Olo4mVOovfRDUxwKyx5E5U9zTP+FWmkoaNCA7INFGwW6yRbfIR+Rgr0naKHEUjBE1fcbE9OHUqK6riuKx/1HVNUdEeSRgjaKEmISL/FxK1NoFVtyprL+vrxhzH36lJufxKthjhSgX4PJ7gE0llOg6RRAoy84k4n5gGeSbGJ1L/2o1q72e8O+vJxa/+BL7gVBddHuDtrFIow2PO5VIx0cxVWxmBz6zMlx35fwF1Hgp/7dwn/wCHsUmOeJxjYGRgYADi2RquW+L5bb4ycDMxgMDFaZpbkGkmBsZrQIqDASwNAAmYCNZ4nGNgZGBgYgACPTAJYjMyoAJRAAXjAEx4nGNiYGBgojIGAAeMACsAAAAAAAAMAD4AUACSAKIAvgDsARIBOAFgAaYB2gIyAloCkAL2AxADPgN6A/54nGNgZGBgEGWIYGBnAAEmIOYCQgaG/2A+AwATugGLAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtjlkOwjAMRDNAy1KgrMfIoUJqqKU0KVlYbk+hReKD+bCfrdHYYiR6ZeK/jkJghDEmyJBjihnmWKDAEiusUWKDLXbY44DjpDXqWbyL1Oy1oaxVKVBxcyY1JJsUaTGwcfcvNlx9HTVf6s05GRO0J7KSbCRf/i4eHPNwTcrTNLRsLfl5SKfI0VCYadVGdraDuiPyIQt15xxrd8n7h9Z9ky5Fw5b2w/gJGn7eqlSxkxV1J/mTJ8QLQRVRWgA=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMkC6TWMAAAEoAAAAVmNtYXDiJhC2AAAB1AAAAUpnbHlmI2i9NgAAA0wAAAf8aGVhZARKlDsAAADQAAAANmhoZWEELwIWAAAArAAAACRobXR4KgAAAAAAAYAAAABUbG9jYRAUEmYAAAMgAAAALG1heHABJgBkAAABCAAAACBuYW1l1cf1oAAAC0gAAAIKcG9zdCVzSbMAAA1UAAABJQABAAACAAAAAC4CAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAFQABAAAAAQAAmyhx5F8PPPUACwIAAAAAANGWKbQAAAAA0ZYptAAAAAACAAHWAAAACAACAAAAAAAAAAEAAAAVAFgABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQIAAZAABQAIAUQBZgAAAEcBRAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxFAIAAAAALgIAAAAAAAABAAAAAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADxFP//AAAAAPEB//8AAA8AAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAPgBQAJIAogC+AOwBEgE4AWABpgHaAjICWgKQAvYDEAM+A3oD/gABAAAAAAGWAZYAAgAAExE3q+oBlf7WlQADAAAAAAHWAdYAAgAOABoAAD8BJzcOAQceARc+ATcuAQMuASc+ATceARcOAdWAgCtbeAICeFtbeAICeFtIYQICYUhIYQICYaBgYHUCeFtbeAICeFtbeP6CAmFISGECAmFISGEAAgAAAAABgAGWAAMABwAANzMRIzMRMxGAVVWrVWsBKv7WASoABAAAAAABwAHAAAYAEgAiACUAAAE0JicVFzY3FAcXNjcuAScVHgElBxcjFTMXNRcGBxU2Nxc3AwcXAWAdGDQBNQsgFQEBU0EvOv7HG2VlVWtbFhosIiwbwC0tAQAdLQwvNQcHHhohKTBGZRAsD0yMG2WAa5BbEQgsChwrGwFQLS0AAAAAAQAAAAABVgGrAAUAABMVMxcRB5VWamoBQIBrAVZrAAACAAAAAAGLAasABgAMAAABLgEnFT4BJRUzFxEHAYsBHRgYHf7hVWtrAQAdLQysDC1dgGsBVmsAAAMAAAAAAcABvAAFAAwAGQAAExUzFxEHFzQmJxU+AScVHgEUBgcVPgE3LgFAVWtryx0YGB01Lzo6L0FTAQFTAUCAawFWa0AdLQysDC3YLA9MaEwPLBBlRkZlAAAABAAAAAABlgGWAAUACwARABcAADcjFTM1IyczNTM1IwEjFTM1IycVMxUzNZUqakAqKkBqAQBAaipAQCrVaiqWQCr/ACpqwCpAagAAAAQAAAAAAZYBlgAFAAsAEQAXAAA3MxUzNSM3IxUzNSMTMzUzNSM3NSMVMzVrQCpqQEBqKoAqQGoqKmqrQGqAKmr+1kaqgebqkgaaaaacaaaaaagraasadwataaabiq4bbxeearchpge3es4bayeriqga/wASGAEBGBIBABIYAQEYEv8AAQABqwEYEv8AEhgBARgSAQASGP7WAQAAAAYAAAAAAdYB1gAHAAwAEwAbACAAKAAAEzcmIyIGBxclLgEnBxcjFz4BNTQFJw4BFRQXMwceARc3MwcWMzI2NyfJZRYYJ0QcTgEFEEIuTtOgbBoe/uFTGh4EoJsQQi5OI1MWGCdEHE4BILAFGReHIi9HEYcVux1JKhYWkB1JKhYVFS9HEYeQBRkXhwAABQAAAAAB1gGrAA8AEwAXABsAHwAAASEOARURFBYXIT4BNRE0JgUzFSMXIzUzFyM1MzUjNTMBq/6qEhgYEgFWEhgY/phWVtbW1oBWVtbWAasBGBL/ABIYAQEYEgEAEhiqK1UrKysqKwADAAAAAAHAAasADwAnAD8AAAEhDgEVERQWFyE+ATURNCYHIzUjFTM1MxUOASsBIiY9ATQ2OwEyFh8BIzUjFTM1MxUUBisBIiYnNT4BOwEyFhUBlf7WEhkZEgEqEhkZvCArKyABDAlACQwMCUAJDAGVICsrIAwJQAkMAQEMCUAJDAGrARgS/wASGAEBGBIBABIYlQtACxYJDAwJVgkMDAkWC0ALFgkMDAlWCQwMCQAAAAYAAAAAAcABawADAAcACwAPABMAFwAANzM1IxUzNSM1MzUjFyE1IRUhNSE1FSE1QCsrKysrK1UBK/7VASv+1qer6yqak4argcqak6srkwaaaqaaaaabwahwaciaacugbyc2ncc3fji2ncyibgcufwcmigyufji3fwyvfbyynjqmayazezgcapysnsqkniqbapysnsqknrkyaiq0jcsparbzbxahwbeknyqkhachwbakniqqwachgymjnsmaagaaaaab0ghwadcaqaaajty0jzc2lwemdwemlwemkweidwegbycmdweghwegfbchbh8bfj8bfh8bfjsbmj8bnjcxfj8bnichlge0njiwfaybnweblqyekguinhaucaiivggccbqqnqkekwqglqeblqyekwqjnraucaiivggccbqqnqkekwqgzcaqkkaqkuskfgojbghkbwmvdqg4cqk4ca0vawdkcayjchykiwyisgcdfq0ioakjoagnfqmhsgggeweqqcoqqcoaaaaaaqaaaaab1ghwaasaabmearc+ATcuAScOASsCeFtbeAICeFtbeAEAW3gCAnhbW3gCAngAAAIAAAAAAdYB1gALABcAAAEOAQceARc+ATcuAQMuASc+ATceARcOAQEAW3gCAnhbW3gCAnhbSGECAmFISGECAmEB1QJ4W1t4AgJ4W1t4/oICYUhIYQICYUhIYQAAAwAAAAAB1gHWAAsAFwAgAAABDgEHHgEXPgE3LgEDLgEnPgE3HgEXDgEnDgEiJjQ2MhYBAFt4AgJ4W1t4AgJ4W0hhAgJhSEhhAgJhCAEkNiQkNiQB1QJ4W1t4AgJ4W1t4/oICYUhIYQICYUhIYakbJCQ2JCQAAAAABwAAAAACAAFgAA0AFgAoADoATABUAFcAADc1Nh4CBw4BBwYjJzA3MjY3NiYHFRYXFjY3PgE1NCYnIxYXHgEXFAYXFjY3PgE1LgEnIxQXHgEVFAYXFjY3PgE1LgEnIxQXHgEVFAYFMz8BFTM1IxcVI+MmOyoaAgQxJRQZGzAYHgMCIB0BbQkKBAoMFg0JAQMKDwESHAoJBAoNARUOCAQKDxIcCgkECg0BFQ4IBAoPEv4lRRJAMTsMKIPaAQQdNiQoNwQBATkYFh0hAWgCNwIPCBErGSQ0EgYEEjAcITYVAg8IESsZJDQSBgQSMBwhNhUCDwgRKxkkNBIGBBIwHCE2FxwBHd9ORwAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUAAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZRFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions,
.video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.video-js {
  /* display:inline-block would be closer to the video el's display:inline
   * but it results in flash reloading when going into fullscreen [#2205]
   */
  display: block;
  /* Make video.js videos align top when next to video elements */
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
  easily calculable. */
  font-size: 10px;
  line-height: 1;
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
  checking fullScreenEnabled. */
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 50%;
  height: 50%;
}

/* All elements inherit border-box sizing */
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

/* List style reset */
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  /* Important to specify each */
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* Fill the width of the containing element and use padding to create the
   desired aspect ratio. Default to 16x9 unless another ratio is given. */
/* Not including a default AR in vjs-fluid because it would override
   the user set AR injected into the header. */
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

/* Playback technology elements expand to the width/height of the containing div
<video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 50%;
  height: 50%;
  /* Undo any aspect ratio padding for fluid layouts */
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

/* Hide disabled or unsupported controls. */
.vjs-hidden {
  display: none !important;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
The .video-js classname on the video tag also isn't considered.
This optional paragraph inside the video tag can provide a message to users
about what's required to play video. */
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

/* prevent menus from opening while scrubbing (FF, IE) */
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  /* (Width of vjs-menu - width of button) / 2 */
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
  /* Same as ul background */
}

/* Button Pop-up Menu */
.vjs-menu-button-popup .vjs-menu ul {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
}

.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 2.2222222em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  /* !important is ok in this context. */
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
- "\9" IE8 hack didn't work for this
- Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
/* IE 8 + 9 Support */
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}

/* Replacement for focus outline */
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

/* Hide control text visually, but have it available for screenreaders */
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* IE 8 + 9 Support */
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

/**
 * Let's talk pixel math!
 * Start with a base font size of 10px (assuming that hasn't changed)
 * No Hover:
 * - Progress holder is 3px
 * - Progress handle is 9px
 * - Progress handle is pulled up 3px to center it.
 *
 * Hover:
 * - Progress holder becomes 5px
 * - Progress handle becomes 15px
 * - Progress handle is pulled up 5px to center it
 */
.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vjs-live .vjs-progress-control {
  display: none;
}

/* Box containing play and load progresses. Also acts as seek scrubber. */
.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

/* We need an increased hit area on hover */
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

/* Also show the current time tooltip */
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  display: block;
  /* If we let the font size grow as much as everything else, the current time tooltip ends up
     ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
     to avoid a weird hitch when you roll off the hover. */
  font-size: 0.6em;
}

/* Progress Bars */
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */
  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}

.video-js .vjs-mouse-display:before {
  display: none;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.3333333333em;
  right: -0.5em;
  font-size: 0.9em;
}

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  /* By default this is hidden and only shown when hovering over the progress control */
  display: none;
  position: absolute;
  top: -2.4em;
  right: -1.5em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 0.2em 0.5em;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}

.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  background: ligthen(#73859f, 25%);
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.5);
}

/* there are child elements of the load progress bar that represent the
specific time ranges that have been buffered */
.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: ligthen(#73859f, 50%);
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.75);
}

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
}

.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-js .vjs-volume-bar {
  margin: 1.35em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

/* Assumes volume starts at 1.0. */
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

/* The volume menu button is like menu buttons (captions/subtitles) but works
a little differently. It needs to be possible to tab to the volume slider
without hitting space bar on the menu button. To do this we're not using
display:none to hide the slider menu by default, and instead setting the
width and height to zero. */
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  /* An inline volume should never have a menu background color.
     This protects it from external changes to background colors. */
  background-color: transparent !important;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

/* Used for IE8 fallback */
.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

/* Hide the poster after the video has started playing */
.vjs-has-started .vjs-poster {
  display: none;
}

/* Don't hide the poster if we're playing audio */
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

/* Hide the poster when controls are disabled because it's clickable
and the native poster can take over */
.vjs-controls-disabled .vjs-poster {
  display: none;
}

/* Hide the poster when native controls are used otherwise it covers them */
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
}

.vjs-live .vjs-time-control {
  display: none;
}

/* We need the extra specificity that referencing .vjs-no-flex provides. */
.video-js,
.vjs-no-flex {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

/* Individual tracks */
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

.video-js .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

/* Switch to the exit icon when the player is in fullscreen */
.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error-display {
  display: none;
}

.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vjs-error .vjs-error-display:before {
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  color: #fff;
  /* In order to center the play icon vertically we need to set the line height
  to the same as the button height */
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}

.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.vjs-error-display a,
.vjs-error-display a:visited {
  color: #66a8cc;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  /* Need to fix centered page layouts */
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  /* Keep 100% opacity so they don't show through each other */
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

/* only animate when showing because it can be processor heavy */
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu {
  left: -10em;
  /* (Width of vjs-menu - width of vjs-control) / 2 */
  width: 0;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}

.vjs-caption-settings label > input {
  margin-right: 10px;
}

.vjs-caption-settings input[type=button] {
  width: 40px;
  height: 40px;
}

.ad-page .nav,
.ad-page .main-nav {
  display: none;
}
@media all and (max-width: 767px) {
  .ad-page .page-header .display-small {
    font-size: 20px;
  }
}
.ad-page .marketing-form {
  height: 1328px;
  margin-bottom: -2px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .ad-page .marketing-form {
    height: 1262px;
  }
}
.ad-page #title-section {
  float: left;
  text-align: center;
}
@media all and (max-width: 767px) {
  .ad-page #title-section {
    padding: 120px 0 60px 0;
  }
}
.ad-page #capabilities-cta {
  background-image: url("../img/landing-tech/culture-background.jpg");
  background-size: cover;
}
.ad-page .story-banner .display,
.ad-page .ad-cta .display {
  font-size: 40px;
  line-height: 1.1;
}
@media all and (max-width: 767px) {
  .ad-page .story-banner .display,
  .ad-page .ad-cta .display {
    font-size: 30px;
  }
}
.ad-page .btn-dark.show-small, .ad-page body.press-release-2016 .show-small.story-video__content__actions__learn-more, body.press-release-2016 .ad-page .show-small.story-video__content__actions__learn-more, .ad-page body.press-release-2016 .show-small.story-video__content__actions__back-to-video, body.press-release-2016 .ad-page .show-small.story-video__content__actions__back-to-video {
  display: none;
}
@media all and (max-width: 767px) {
  .ad-page .btn-dark.show-small, .ad-page body.press-release-2016 .show-small.story-video__content__actions__learn-more, body.press-release-2016 .ad-page .show-small.story-video__content__actions__learn-more, .ad-page body.press-release-2016 .show-small.story-video__content__actions__back-to-video, body.press-release-2016 .ad-page .show-small.story-video__content__actions__back-to-video {
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 32px;
  }
}
.ad-page .story-banner {
  height: 540px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-position: center;
  background-attachment: inherit;
}
@media all and (max-width: 767px) {
  .ad-page .story-banner {
    height: 320px;
  }
}
.ad-page .story-banner .banner-content .display {
  color: #ffffff;
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.5);
}
.ad-page .story-banner .banner-content .btn-dark, .ad-page .story-banner .banner-content body.press-release-2016 .story-video__content__actions__learn-more, body.press-release-2016 .ad-page .story-banner .banner-content .story-video__content__actions__learn-more, .ad-page .story-banner .banner-content body.press-release-2016 .story-video__content__actions__back-to-video, body.press-release-2016 .ad-page .story-banner .banner-content .story-video__content__actions__back-to-video {
  margin-top: 40px;
  background-color: #32343c;
}
.ad-page .contact-form,
.ad-page .contact-copy {
  float: none;
  width: 630px;
  margin: 0 auto;
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  .ad-page .contact-form,
  .ad-page .contact-copy {
    width: 80%;
    padding-top: 0;
  }
}
.ad-page .contact-copy {
  text-align: center;
}
.ad-page .contact-copy p.lead-p, .ad-page .contact-copy body.press-release-2016 p.story-section__headline, body.press-release-2016 .ad-page .contact-copy p.story-section__headline {
  margin-bottom: 0;
  font-weight: 400;
}
.ad-page .contact-copy p.lead-p a, .ad-page .contact-copy body.press-release-2016 p.story-section__headline a, body.press-release-2016 .ad-page .contact-copy p.story-section__headline a {
  color: #32343c;
  white-space: nowrap;
}

.ad-page-read-our-stories {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 500;
  color: #32343c;
}

.ad-page-sticky-contact {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  padding: 17px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1.5;
  font-weight: 500;
  color: #9c9fab;
  background-color: rgba(235, 240, 245, 0.97);
  z-index: 1;
}
@media all and (max-width: 767px) {
  .ad-page-sticky-contact {
    position: absolute;
    padding: 17px 37px;
  }
}
.ad-page-sticky-contact .mobelux-link {
  position: absolute;
  right: 17px;
  top: 17px;
  transition: all 0.2s ease-out;
}
.ad-page-sticky-contact .mobelux-link:hover {
  color: #9c9fab;
}
@media all and (max-width: 767px) {
  .ad-page-sticky-contact .mobelux-link {
    display: none;
  }
}
.ad-page-sticky-contact .telephone {
  transition: all 0.2s ease-out;
  white-space: nowrap;
}
.ad-page-sticky-contact .telephone:hover {
  color: #9c9fab;
}

.ad-page-main-header {
  font-weight: 300;
}

.ad-page-section-wrap {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.ad-page-section-wrap .page-header {
  margin: 0;
}

.ad-page-wide-wrap {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.ad-page-wide-wrap .page-header {
  margin: 0;
}

.display-small {
  font-size: 24px;
  line-height: 1.33;
}

.ad-story-row {
  width: 100%;
  margin-top: 30px;
  float: left;
  display: flex;
  justify-content: space-between;
}
.ad-story-row:first-child {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .ad-story-row {
    display: block;
    margin-top: 10px;
  }
}

.ad-story-block {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .ad-story-block {
    height: 320px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ad-story-block h1 {
  font-weight: 300;
}
@media all and (max-width: 767px) {
  .ad-story-block h1 {
    padding-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .ad-story-block .display {
    font-weight: 300;
  }
}
.ad-story-block h1,
.ad-story-block p {
  color: #ffffff;
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 767px) {
  .ad-story-block h1,
  .ad-story-block p {
    font-size: 30px;
  }
  .ad-story-block h1 br,
  .ad-story-block p br {
    display: none;
  }
}
.ad-story-block.small {
  padding: 60px;
  align-items: flex-end;
}
.ad-story-block.small .display span {
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .ad-story-block.small {
    padding: 32px;
  }
}
.ad-story-block.half {
  width: calc(50% - 15px);
}
@media all and (max-width: 767px) {
  .ad-story-block.half {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .ad-story-block.half:last-child {
    margin-top: 10px;
  }
}

.ad-story-block-content {
  text-align: center;
  position: relative;
}
.ad-story-block-content.infat {
  margin-top: 10px;
}

.ad-story-block-content-small {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: left;
}
.ad-story-block-content-small .webby {
  width: 150px;
  height: 149px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .ad-story-block-content-small .webby {
    width: 109px;
    height: 108px;
    margin-bottom: 20px;
  }
}

.ad-cta {
  box-sizing: border-box;
  float: left;
  width: 100%;
  text-align: center;
  padding: 150px 60px 80px;
  padding-top: 150px;
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  .ad-cta {
    padding: 50px 30px 60px;
  }
}
.ad-cta .display {
  color: #32343c;
}
@media all and (max-width: 767px) {
  .ad-cta .display {
    font-size: 30px;
    font-weight: 300;
  }
}
.ad-cta .display-small {
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .ad-cta .display-small {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .ad-cta .phone {
    display: block;
  }
}
.ad-cta#platforms {
  padding-top: 0px;
}

.ad-saunders-shots {
  float: left;
}
.ad-saunders-shots img {
  display: block;
  width: 50%;
  float: left;
}
@media all and (max-width: 767px) {
  .ad-saunders-shots img {
    float: none;
    width: 100%;
  }
}

.webby-logo {
  width: 150px;
  height: 149px;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .webby-logo {
    width: 109px;
    height: 108px;
    margin-bottom: -20px;
  }
}

.ad-story-gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  transition: all 0.2s ease-out;
}
.ad-story-gradient:hover {
  opacity: 0.6;
}

.infat-bg {
  background-image: url(../img/story-theinfatuation/infat-feature.jpg);
  background-position: 50%;
  background-size: cover;
}

.ford-bg {
  background-image: url(../img/landing-tech/ford-background.jpg);
  background-position: 50%;
  background-size: cover;
}

.ihome-bg {
  background-image: url(../img/landing-tech/ihome-background.jpg);
  background-size: cover;
}

.rise-bg {
  background-image: url(../img/story-rise/banner-feature.jpg);
  background-size: cover;
}

.orange {
  color: #ff6e0a;
}

.black {
  color: #32343c;
}

.list-container {
  float: left;
  display: flex;
  padding-top: 70px;
  padding-bottom: 110px;
  width: 100%;
}
.list-container .list-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
}
.list-container .list-column .list-title {
  font-weight: 500;
  line-height: 1.5;
}
.list-container .list-column .list-title,
.list-container .list-column .list-content {
  width: 100%;
  margin: 0 0 12px 0;
  line-height: 1.75;
}
.list-container .list-column .list-item {
  line-height: 1.75;
  color: #32343c;
}
.list-container .list-column:not(:last-of-type) {
  padding-right: 40px;
}
@media (max-width: 930px) {
  .list-container {
    width: 60%;
    padding-left: 20%;
    padding-right: 20%;
  }
}

@media all and (max-width: 767px) {
  .list-container {
    display: block;
    padding-top: 0;
    padding-bottom: 60px;
    text-align: center;
  }
  .list-container .list-column {
    padding-top: 40px;
    padding-right: 0 !important;
  }
}
.product-container {
  float: left;
  width: calc(100% - 120px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}
@media all and (max-width: 767px) {
  .product-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .product-container {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-container .product-title {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #32343c;
}
@media all and (max-width: 767px) {
  .product-container .product-title {
    display: block;
    width: 100%;
    margin-bottom: 32px;
    text-align: center;
  }
}
.product-container .product-item {
  padding-bottom: 40px;
}
.product-container .product-item img {
  height: 40px;
}
.product-container .product-item p {
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .product-container .product-item {
    flex-basis: 25%;
  }
}
@media (max-width: 450px) {
  .product-container .product-item {
    flex-basis: 33.3%;
  }
}

.careers-page-blocks .story-center {
  text-align: center;
}
.careers-page-blocks .story-center h1 {
  font-size: 44px;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .careers-page-blocks .story-center h1 {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  .careers-page-blocks .story-center {
    text-align: left;
  }
}

#apply {
  text-align: center;
  background: #ebf0f5;
  border-bottom: 1.5px solid #bebebe;
}
#apply .btn-block {
  margin-top: 0;
}
#apply .contact-copy {
  float: none;
  max-width: 360px;
  margin: auto;
  padding-bottom: 40px;
}
@media all and (max-width: 767px) {
  #apply {
    text-align: left;
  }
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  column-gap: 40px;
  row-gap: 0px;
}
@media all and (max-width: 767px) {
  .content-grid {
    display: block;
  }
}
.content-grid__center-6 {
  grid-column: 3/9;
}
.content-grid__center-8 {
  grid-column: 2/10;
}
.content-grid__leading-3 {
  grid-column: 1/4;
}
.content-grid__leading-4 {
  grid-column: 1/5;
}
.content-grid__trailing-5 {
  grid-column: 6/11;
}
.content-grid__trailing-6 {
  grid-column: 5/11;
}

.remote-leading {
  grid-column: 1/4;
}

.remote-leading img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}
@media all and (max-width: 767px) {
  .remote-leading img {
    height: 318px;
    width: 100%;
    padding-bottom: 80px;
  }
}

.benefits-trailing {
  grid-column: 6/11;
}
@media all and (max-width: 767px) {
  .benefits-trailing {
    padding-top: 68px;
  }
}

.careers-page .img-content-width {
  padding-top: 0px;
}
@media all and (max-width: 1023px) {
  .careers-page .img-content-width {
    padding-top: 0px;
  }
}

.eyebrow {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero__eyebrow {
  color: #8F92A1;
  text-align: center;
}
.hero__headline {
  font-weight: 400;
  font-size: 88px;
  line-height: 110%;
  text-align: center;
  color: #32343c;
  padding-top: 59px;
  padding-bottom: 59px;
}
@media all and (max-width: 767px) {
  .hero__headline {
    font-size: 44px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.hero__btn {
  text-align: center;
}

.auto-rotating-list {
  grid-column: 2/10;
}

.benefit-list__item {
  border-bottom: 1px solid #EDF0F4;
}
.benefit-list__item.js-expanding--expanded {
  background-color: #F5F7FA;
}
@media all and (max-width: 767px) {
  .benefit-list__item.js-expanding--expanded {
    background-color: #ffffff;
  }
}
.benefit-list p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
  color: #8F92A1;
}
.benefit-list__title {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  position: relative;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 88px;
  padding-bottom: 24px;
  cursor: pointer;
  user-select: none;
  transition: all ease-in-out 0.25s;
}
.benefit-list__title::after, .benefit-list__title:after {
  position: absolute;
  content: "+";
  right: 24px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 24px;
  height: 24px;
  text-align: center;
  color: #32343c;
  border-radius: 100%;
  border: 1px solid #32343c;
  line-height: 22px;
}
.benefit-list__title.js-expanding--expanded::after, .benefit-list__title.js-expanding--expanded:after {
  content: "–";
  line-height: 20px;
}
@media all and (max-width: 767px) {
  .benefit-list__title {
    font-size: 20px;
  }
}
.benefit-list__body {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 20px;
  overflow: hidden;
  transition: height ease-in-out 0.25s;
}
.benefit-list__body.js-expanding--expanded {
  height: auto;
}

.opening-list {
  padding-top: 72px;
}
@media all and (max-width: 767px) {
  .opening-list {
    padding-top: 80px;
  }
}
.opening-list__card {
  border: 1px solid #EDF0F4;
  padding: 32px;
  transition: all ease-in-out 0.25s;
}
.opening-list__card:hover {
  background-color: #EDF0F4;
}
.opening-list__card:hover .team-tag {
  background-color: #ffffff;
}
.opening-list__card:hover .opening-list__carrot {
  opacity: 1;
}
.opening-list__tag, .opening-list__position {
  color: #32343c;
}
.opening-list__position-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 24px 0 12px;
}
@media all and (max-width: 767px) {
  .opening-list__position-container {
    margin: 20px 0 12px;
  }
}
.opening-list__position {
  font-weight: 300;
  font-size: 32px;
  line-height: 125%;
  flex: 1 1 0;
}
@media all and (max-width: 767px) {
  .opening-list__position {
    font-size: 28px;
  }
}
.opening-list__carrot {
  opacity: 0;
  transition: all ease-in-out 0.25s;
}
@media all and (max-width: 767px) {
  .opening-list__carrot {
    display: none;
  }
}
.opening-list__details {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #8F92A1;
}

.quote__mark {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.quote__quotation {
  font-weight: 300;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #32343c;
  padding-top: 62.19px;
  padding-bottom: 60px;
}
@media all and (max-width: 767px) {
  .quote__quotation {
    padding-top: 34.19px;
    padding-bottom: 32px;
  }
}
.quote__headshot {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 60px;
  padding-bottom: 24px;
}
.quote__name, .quote__position {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.quote__name {
  color: #32343c;
}
.quote__position {
  color: #8F92A1;
}

.statistic-list {
  background: #32343c;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: 50px;
}
@media all and (max-width: 767px) {
  .statistic-list {
    align-items: stretch;
    flex-direction: column;
    gap: 56px;
    padding-bottom: 0px;
  }
}
.statistic-list h1 {
  font-weight: 400;
  font-size: 88px;
  line-height: 110%;
  color: #ffffff;
  padding-bottom: 24px;
}
@media all and (max-width: 767px) {
  .statistic-list h1 {
    font-size: 44px;
    padding-bottom: 20px;
  }
}
.statistic-list__stat {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
}
.statistic-list__stat:hover .statistic-list__main {
  transform: translateY(0);
}
.statistic-list__stat:hover .statistic-list__details {
  opacity: 1;
  transform: translateY(0);
}
@media all and (max-width: 767px) {
  .statistic-list__stat {
    flex-direction: row;
  }
}
.statistic-list__main {
  background-color: #32343c;
  flex: 1 1 0;
  z-index: 1;
  transform: translateY(50px);
  transition: all ease-in-out 0.25s;
}
@media all and (max-width: 767px) {
  .statistic-list__main {
    transform: translateY(0);
  }
}
.statistic-list__big-number {
  color: #ffffff;
  text-align: center;
}
.statistic-list__name {
  color: #8F92A1;
  text-align: center;
}
.statistic-list__details {
  border-left: none;
  border-top: 1px solid #8F92A1;
  flex-direction: column;
  height: 0px;
  margin: 10px 14px;
  opacity: 0;
  padding: 14px 0px;
  text-align: center;
  transform: translateY(-50px);
  transition: all ease-in-out 0.25s;
}
@media all and (max-width: 767px) {
  .statistic-list__details {
    align-items: center;
    border-left: 1px solid #8F92A1;
    border-top: none;
    display: flex;
    flex: 1 1 0;
    height: 100%;
    justify-content: center;
    margin: 0px;
    opacity: 1;
    padding: 0px;
    transform: translateY(0);
  }
}
.statistic-list__item {
  color: #ffffff;
}

.team-tag {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #32343c;
  background-color: #EDF0F4;
  display: inline-block;
  padding: 10px;
  transition: all ease-in-out 0.25s;
}

.text-block--centered {
  text-align: center;
}
.text-block__headline {
  color: #32343c;
  font-weight: 300;
  font-size: 40px;
  line-height: 125%;
}
@media all and (max-width: 767px) {
  .text-block__headline {
    font-size: 32px;
  }
}
.text-block__body {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  padding-top: 24px;
}
@media all and (max-width: 767px) {
  .text-block__body {
    font-size: 20px;
    padding-top: 20px;
  }
}

.value-list {
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding-top: 72px;
}
@media all and (max-width: 767px) {
  .value-list {
    gap: 48px;
    padding-top: 48px;
  }
}
.value-list__row {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
@media all and (max-width: 767px) {
  .value-list__row {
    flex-direction: column;
    gap: 48px;
  }
}
.value-list__value {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media all and (max-width: 767px) {
  .value-list__value {
    flex-direction: row;
  }
}
.value-list__headline, .value-list__body {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.value-list__img {
  width: 60px;
  height: 60px;
}
.value-list__headline {
  color: #32343c;
  padding-bottom: 12px;
}
.value-list__body {
  color: #8F92A1;
}

#stats-section {
  background: #32343c;
  padding: 71px 0 69px;
}

#mission-section,
#remote-section,
#quotes-section {
  background: #F5F7FA;
}

.main-nav-placeholder {
  position: relative;
  height: 60px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s linear;
  background-color: #FFFFFF;
  border-bottom: 2px solid rgba(50, 52, 60, 0.07);
}

#contact {
  background: rgba(236, 239, 243, 0.6);
}
#contact h1 {
  margin-bottom: 0;
  margin-top: -8px;
}
#contact .btn-dark-full {
  color: #ffffff;
}

.contact-copy {
  width: 300px;
  margin-right: 30px;
  float: left;
}
.contact-copy a {
  color: #32343c;
}

.contact-form {
  width: 630px;
  float: left;
  position: relative;
}

#contact-submit {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 150px;
  cursor: pointer;
}
#contact-submit:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media all and (max-width: 1023px) {
  .contact-copy {
    width: 204px;
  }
  .contact-form {
    width: 438px;
  }
}
@media all and (max-width: 767px) {
  .contact-copy {
    width: 100%;
    margin-right: 0;
  }
  #contact {
    padding: 60px 0 60px;
  }
}
.messages {
  padding: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #32343c;
}
.messages .success {
  background-color: #b0dcba;
}
.messages .error {
  background-color: #ea4d4d;
  color: #ffffff;
}

.homepage-capabilities {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media all and (max-width: 767px) {
  .homepage-capabilities {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.homepage-capabilities__img--small {
  display: none;
}
@media all and (max-width: 767px) {
  .homepage-capabilities__img--small {
    display: flex;
    width: 100%;
    height: auto;
  }
}
.homepage-capabilities__img--large {
  display: flex;
  max-width: 620px;
  width: 40%;
  height: auto;
}
@media all and (max-width: 767px) {
  .homepage-capabilities__img--large {
    display: none;
  }
}
.homepage-capabilities__content {
  text-align: center;
  width: 700px;
  margin: 0 auto;
  padding: 0 50px;
}
@media all and (max-width: 767px) {
  .homepage-capabilities__content {
    width: 85%;
    padding: 50px 0 0 0;
  }
}
.homepage-capabilities__header .display {
  padding-bottom: 40px;
}

.homepage-content-blocks .target-audiences {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.homepage-content-blocks .target-audiences .textBlock {
  flex-basis: calc(50% - 80px);
  max-width: 450px;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
}
@media all and (max-width: 767px) {
  .homepage-content-blocks .target-audiences .textBlock {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.homepage-content-blocks .target-audiences .textBlock h1,
.homepage-content-blocks .target-audiences .textBlock p {
  margin: 0;
  width: auto;
  font-size: 24px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .homepage-content-blocks .target-audiences .textBlock h1,
  .homepage-content-blocks .target-audiences .textBlock p {
    font-size: 20px;
  }
}
.homepage-content-blocks .target-audiences .textBlock h1 {
  font-weight: 500;
}

.careers-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 40px;
}
@media all and (max-width: 767px) {
  .careers-grid {
    display: block;
  }
}

.aside {
  grid-column-start: 2;
  grid-column-end: 6;
  position: sticky;
  top: 0;
  align-self: start;
}
@media all and (max-width: 767px) {
  .aside {
    position: relative;
    padding-bottom: 80px;
  }
}

.main-content {
  grid-column-start: 6;
  grid-column-end: 12;
}

.opening-page {
  padding: 140px 60px;
}
@media all and (max-width: 767px) {
  .opening-page {
    padding: 80px 20px 102px;
  }
}
.opening-page h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: normal;
  color: #32343c;
  text-transform: none;
  padding-top: 40px;
}
@media all and (max-width: 767px) {
  .opening-page h3 {
    font-size: 28px;
  }
}
.opening-page ul {
  list-style-type: disc;
  padding-top: 14px;
  padding-left: 26px;
}
.opening-page li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #8F92A1;
  padding-top: 4px;
  padding-bottom: 4px;
}

.opening-cta {
  color: #8F92A1;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding-top: 40px;
  padding-bottom: 32px;
  width: 75%;
}
@media all and (max-width: 767px) {
  .opening-cta {
    width: 100%;
    padding-top: 32px;
  }
}

.btn-careers,
.btn-careers-full {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #32343c;
  background-color: #ff6e0a;
  padding: 16px 20px;
}

.btn-careers-full {
  display: inline-block;
}
@media all and (max-width: 767px) {
  .btn-careers-full {
    display: block;
  }
}

.description {
  padding-bottom: 0px;
}
.description h3:first-of-type {
  padding-top: 0px;
}
.description p:first-of-type {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #8F92A1;
  padding-top: 16px;
}
@media all and (max-width: 767px) {
  .description {
    padding-bottom: 80px;
  }
  .description p:first-of-type {
    font-size: 20px;
  }
}

.opening-header__position {
  color: #32343c;
  font-size: 32px;
  font-weight: 300;
  line-height: 125%;
  margin: 24px 0 12px;
}
@media all and (max-width: 767px) {
  .opening-header__position {
    margin: 20px 0 12px;
  }
}
.opening-header__details {
  color: #8F92A1;
}

.openings-section-page .section {
  padding-top: 0;
}

#past-openings-section {
  padding-top: 0;
}
@media all and (max-width: 767px) {
  #past-openings-section {
    padding-top: 48px;
  }
}

/* Story Styles ------------ */
#title-section {
  padding: 128px 0 138px 0;
  text-align: center;
  float: none;
}

#header-section {
  padding-top: 80px;
  text-align: center;
}

.page-header {
  width: 672px;
  margin-left: 144px;
}

.story-body {
  position: relative;
}

.story-center {
  position: relative;
  width: 100%;
  padding-top: 120px;
  z-index: 2;
}
.story-center h1 {
  width: 672px;
  font-size: 40px;
  line-height: 42px;
  margin-left: 144px;
}
@media all and (max-width: 767px) {
  .story-center h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.story-center h4 {
  width: 672px;
  margin-left: 144px;
  margin-bottom: 18px;
}
.story-center .lead-p, .story-center body.press-release-2016 .story-section__headline, body.press-release-2016 .story-center .story-section__headline {
  width: 672px;
  margin-left: 144px;
}
.story-center .lead-p:last-child, .story-center body.press-release-2016 .story-section__headline:last-child, body.press-release-2016 .story-center .story-section__headline:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 1023px) {
  .page-header {
    width: 100%;
    margin-left: 0;
  }
  .story-center {
    padding-top: 50px;
  }
  .story-center h1 {
    width: 100%;
    margin-left: 0;
  }
  .story-center h4 {
    width: 100%;
    margin-left: 0;
  }
  .story-center .lead-p, .story-center body.press-release-2016 .story-section__headline, body.press-release-2016 .story-center .story-section__headline {
    width: 100%;
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  #title-section {
    padding: 40px 0;
  }
  .story-center {
    padding-top: 40px;
  }
}
@media (min-width: 46.25em) {
  .mobile-break {
    display: none;
  }
}

/* Story Banners */
.story-banner {
  width: 100%;
  height: 700px;
  display: table;
  object-fit: cover;
  background-color: #ebf0f5;
}
.story-banner--primary {
  background-color: #ffffff;
}
.story-banner--not-fixed {
  background-attachment: scroll;
}

#graph-animation {
  width: 672px;
  margin-left: 144px;
}
@media all and (max-width: 1023px) {
  #graph-animation {
    width: 100%;
    margin-left: 0;
  }
}

.graph {
  max-width: 672px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (min-width: 46.25em) {
  .graph {
    margin-top: 146px;
  }
}
.graph__row {
  display: flex;
  height: 70px;
}
.graph__total {
  display: flex;
  align-items: center;
  flex-basis: 70px;
  color: #9c9fab;
}
@media (min-width: 46.25em) {
  .graph__total {
    flex-basis: 100px;
  }
}
.graph__bar--small {
  background: #ebf0f5;
  flex-basis: 0px;
  transition: 1.5s ease;
}
.graph__bar--large {
  background: #ff6e0a;
  transition: 1.5s ease;
  flex: 0;
}

@media all and (min-width: 1400px) {
  .story-banner {
    background-size: cover;
    height: 900px;
  }
  .inner-banner {
    height: 900px;
  }
}
/* Story Bubbles */
.story-launch-bubble {
  display: flex;
  position: relative;
  text-align: center;
  z-index: 0;
  width: 160px;
  height: 160px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  border: none;
  overflow: hidden;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.story-launch-bubble:hover {
  -webkit-box-shadow: inset 0 0 0 12px rgba(255, 109, 11, 0.7);
  -moz-box-shadow: inset 0 0 0 12px rgba(255, 109, 11, 0.7);
  box-shadow: inset 0 0 0 12px rgba(255, 109, 11, 0.7);
}

/* Continue Reading */
#continue-reading {
  padding: 120px 0;
  background-color: rgba(236, 239, 243, 0.25);
  margin-top: 120px;
}
#continue-reading .btn-light {
  background-color: #ffffff;
  margin-top: 10px;
}
#continue-reading .story-launch-bubble {
  float: left;
  margin: 15px 30px 0 235px;
}

.padding-holder {
  padding: 120px 0;
}

.story-launch-detail {
  width: 300px;
  float: left;
}
.story-launch-detail h1 {
  font-size: 40px;
  padding-bottom: 5px;
}
@media all and (max-width: 767px) {
  .story-launch-detail h1 {
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 0;
  }
}

.continue-reading-all {
  width: 100%;
  float: left;
  text-align: center;
  margin: 1px 0;
}
.continue-reading-all a {
  display: block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  font-family: "depot-new-web", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #32343c;
}
.continue-reading-all a:hover {
  opacity: 0.5;
}

@media all and (max-width: 1023px) {
  /* Story Section */
  #title-section {
    padding: 100px 0;
  }
  .story-banner {
    height: 500px;
    background-size: contain;
  }
  /* Continue Reading */
  #continue-reading {
    margin-top: 50px;
  }
  .padding-holder {
    margin-top: 50px;
  }
  #continue-reading .story-launch-bubble {
    margin-left: 0;
  }
  .story-launch-detail {
    width: 482px;
  }
}
@media all and (max-width: 767px) {
  /* Story Section */
  .story-section {
    padding-bottom: 0;
  }
  #title-section {
    padding: 40px 0;
  }
  .story-header {
    margin: 0 0 40px 0;
  }
  .story-banner {
    height: 250px;
    display: block;
    background-position: center center;
    background-attachment: scroll;
    margin-bottom: 40px;
    background-size: cover;
  }
  .story-detail-copy {
    width: 100%;
    padding-bottom: 30px;
  }
  .story-detail img {
    float: left;
    width: 100%;
  }
  /* Continue Reading */
  #continue-reading {
    padding: 30px 0 30px;
  }
  .padding-holder {
    padding: 30px 0 30px;
  }
  .story-launch-detail {
    width: 72%;
    float: none;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .story-launch-bubble {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .story-banner {
    background-attachment: scroll;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .story-banner {
    background-attachment: scroll;
  }
}
body.press-release-2016 {
  box-sizing: border-box;
}
body.press-release-2016 *:not(#footer) {
  box-sizing: inherit;
}
body.press-release-2016 .section-wrap::after {
  clear: both;
  content: "";
  display: table;
}
body.press-release-2016 .story-section .coming-soon-date, body.press-release-2016 .story-video__content__return-to-site {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body.press-release-2016 .column--left {
  width: 100%;
}
@media (min-width: 61.25em) {
  body.press-release-2016 .column--left {
    width: 30%;
    float: left;
  }
}
body.press-release-2016 .column--right {
  width: 100%;
}
@media (min-width: 61.25em) {
  body.press-release-2016 .column--right {
    width: 70%;
    float: left;
    padding-left: 25px;
  }
}
body.press-release-2016 hr.tiny {
  display: block;
  width: 15px;
  height: 2px;
  background: rgb(126, 128, 129);
  border: none;
  margin: 20px 0;
}
@media (min-width: 46.25em) {
  body.press-release-2016 hr.tiny {
    margin: 13px 0 20px;
  }
}
body.press-release-2016 .story-video {
  height: 100vh;
  background: rgb(28, 30, 32);
}
@media (max-width: 46.24em) and (orientation: portrait) {
  body.press-release-2016 .story-video {
    padding-bottom: 55px;
  }
}
@media (max-width: 46.24em) and (orientation: landscape) {
  body.press-release-2016 .story-video {
    padding-bottom: 52px;
  }
}
body.press-release-2016 .story-video .video-js {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  max-width: 980px;
}
@media (min-width: 46.25em) {
  body.press-release-2016 .story-video .video-js {
    width: 80%;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) and (orientation: portrait) {
  body.press-release-2016 .story-video .video-js {
    height: 348px;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) and (orientation: landscape) {
  body.press-release-2016 .story-video .video-js {
    height: 462px;
  }
}
@media (min-width: 61.25em) {
  body.press-release-2016 .story-video .video-js {
    width: 925px;
    height: 520px;
  }
}
@media (min-width: 81.25em) {
  body.press-release-2016 .story-video .video-js {
    width: 1246px;
    max-width: 80%;
    height: 700px;
  }
}
body.press-release-2016 .story-video .video-js.vjs-fullscreen {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 61.25em) {
  body.press-release-2016 .story-video .video-js.vjs-fullscreen {
    width: 90%;
    max-width: 90%;
    height: 100%;
  }
}
body.press-release-2016 .story-video__player,
body.press-release-2016 .story-video video {
  border-radius: 4px;
  display: block;
  max-width: 100%;
  background: rgba(14, 15, 16, 0.6);
  margin: 0 auto;
}
body.press-release-2016 .story-video__player.no-mobile {
  display: block;
  background: rgba(14, 15, 16, 0.6);
}
body.press-release-2016 .story-video__content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 46.24em) {
  body.press-release-2016 .story-video__content {
    height: 56px;
  }
}
@media (min-width: 46.25em) {
  body.press-release-2016 .story-video__content {
    height: 154px;
  }
}
@media (min-width: 46.25em) and (orientation: landscape) {
  body.press-release-2016 .story-video__content {
    height: 100px;
  }
}
body.press-release-2016 .story-video__content__wrapper {
  position: relative;
  background: rgba(28, 30, 32, 0.9);
}
@media (max-width: 46.24em) {
  body.press-release-2016 .story-video__content__wrapper {
    height: 56px;
  }
}
@media (min-width: 46.25em) {
  body.press-release-2016 .story-video__content__wrapper {
    height: 154px;
  }
}
@media (min-width: 46.25em) and (orientation: landscape) {
  body.press-release-2016 .story-video__content__wrapper {
    height: 100px;
  }
}
body.press-release-2016 .story-video__content__wrapper.fixed {
  z-index: 999;
  transition: none;
  position: fixed;
  top: 0;
  bottom: auto;
  width: 100%;
}
body.press-release-2016 .story-video__content__social-media {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 25px;
}
@media (min-width: 46.25em) {
  body.press-release-2016 .story-video__content__social-media {
    left: 45px;
  }
}
body.press-release-2016 .story-video__content__social-media__icon {
  color: rgb(28, 30, 32);
  font-size: 32px;
  display: inline-block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: rgb(126, 128, 129);
  margin-right: 8px;
}
@media (min-width: 46.25em) {
  body.press-release-2016 .story-video__content__social-media__icon {
    font-size: 36px;
    width: 36px;
    height: 36px;
  }
}
body.press-release-2016 .story-video__content__social-media__icon:hover {
  background: #ffffff;
}
body.press-release-2016 .story-video__content__actions {
  position: relative;
  width: 170px;
  height: 60px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
body.press-release-2016 .story-video__content__actions__learn-more, body.press-release-2016 .story-video__content__actions__back-to-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #ffffff;
  background: rgba(14, 15, 16, 0.6);
  padding: 0;
}
body.press-release-2016 .story-video__content__actions__learn-more:hover, body.press-release-2016 .story-video__content__actions__back-to-video:hover {
  background: #0e0f10;
}
body.press-release-2016 .story-video__content__actions__learn-more.hidden, body.press-release-2016 .story-video__content__actions__back-to-video.hidden {
  opacity: 0;
  z-index: -10;
}
@media (min-width: 46.25em) {
  body.press-release-2016 .story-video__content__actions__learn-more, body.press-release-2016 .story-video__content__actions__back-to-video {
    width: 170px;
    margin: 0 auto;
  }
}
@media (max-width: 46.24em) {
  body.press-release-2016 .story-video__content__actions__learn-more {
    display: none;
  }
}
body.press-release-2016 .story-video__content__actions__back-to-video:before {
  position: relative;
  top: 2px;
  width: 16px;
  height: 18px;
  font-size: 18px;
  margin-right: 20px;
}
@media (max-width: 46.24em) {
  body.press-release-2016 .story-video__content__actions__back-to-video {
    display: none;
  }
}
body.press-release-2016 .story-video__content__return-to-site {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgb(126, 128, 129);
  position: absolute;
  right: 25px;
}
@media (min-width: 46.25em) {
  body.press-release-2016 .story-video__content__return-to-site {
    right: 45px;
  }
}
body.press-release-2016 .story-video__content__return-to-site:hover {
  color: #ff6e0a;
}
body.press-release-2016 .story-section {
  background: rgb(52, 54, 56);
  float: none;
  padding: 57px 0;
}
@media (min-width: 46.25em) {
  body.press-release-2016 .story-section {
    padding: 100px 0;
  }
}
body.press-release-2016 .story-section__title {
  text-align: left;
  color: #ffffff;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 46.25em) {
  body.press-release-2016 .story-section__title {
    font-size: 42px;
    line-height: 42px;
  }
}
body.press-release-2016 .story-section__title .highlight {
  color: #ff6e0a;
}
body.press-release-2016 .story-section__title .subtle {
  position: relative;
  left: -9px;
  font-size: 15px;
  letter-spacing: 2px;
  color: rgb(126, 128, 129);
}
@media (min-width: 46.25em) {
  body.press-release-2016 .story-section__title .subtle {
    font-size: 20px;
    left: -7px;
    letter-spacing: 3px;
  }
}
body.press-release-2016 .story-section__title__second-line {
  position: relative;
  top: -9px;
}
@media (min-width: 46.25em) {
  body.press-release-2016 .story-section__title__second-line {
    top: -10px;
  }
}
body.press-release-2016 .story-section__headline {
  color: rgb(196, 196, 197);
}
body.press-release-2016 .story-section__copy {
  color: rgb(126, 128, 129);
  margin-bottom: 12px;
  line-height: 26px;
}
body.press-release-2016 .story-section__copy a,
body.press-release-2016 .story-section__copy a:visited {
  color: #ffffff;
}
body.press-release-2016 .story-section__copy a:hover,
body.press-release-2016 .story-section__copy a:visited:hover {
  color: rgba(255, 255, 255, 0.7);
}
body.press-release-2016 .story-section .coming-soon-date {
  margin: 0 0 37.5px;
}
@media (min-width: 46.25em) {
  body.press-release-2016 .story-section .coming-soon-date {
    margin: 0 0 15px;
  }
}
body.press-release-2016 #footer {
  background: rgb(68, 70, 72);
  float: none;
  clear: both;
}

body.holiday-theme {
  background-color: #1c1e20;
  background-image: url("../img/invites/snow-background.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 450px 200px;
}
@media all and (max-width: 767px) {
  body.holiday-theme {
    background-size: 75%;
  }
}
body.holiday-theme h1 {
  font-size: 44px;
  color: #fff;
  font-weight: 100;
  text-align: center;
}
@media all and (max-width: 767px) {
  body.holiday-theme h1 {
    font-size: 28px;
    font-weight: 300;
  }
}

.invite-form {
  text-align: center;
  padding-top: 40px;
}
.invite-form .check-buttons {
  margin-bottom: 20px;
}
.invite-form .check-button {
  background-color: #434547;
  float: none;
  display: inline-block;
  width: 202px;
}
.invite-form .check-button.checked span {
  color: #ff6e0a;
}
.invite-form .check-button span {
  color: #a2a3a3;
  width: 190px;
  opacity: 1;
}
.invite-form .submit {
  cursor: pointer;
  width: 250px;
}
@media all and (max-width: 767px) {
  .invite-form .check-buttons {
    margin-bottom: 16px;
  }
  .invite-form .check-button {
    width: 100%;
    margin: 0 0 6px;
  }
  .invite-form .check-button span {
    width: 94%;
  }
  .invite-form .submit {
    width: 100%;
  }
}

.message-group {
  text-align: center;
  margin-top: 55px;
}
.message-group a {
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff6e0a;
}
.lighter {
  background-color: #2f3133;
  padding: 200px 0 120px;
}
@media all and (max-width: 767px) {
  .lighter {
    padding: 85px 0 60px;
  }
}

.lightest {
  background-color: #343638;
  padding: 0;
  height: 460px;
}
.lightest .form-group {
  margin-top: 105px;
}
.lightest .message-group {
  margin-top: 180px;
}
@media all and (max-width: 767px) {
  .lightest .form-group {
    margin-top: 40px;
  }
  .lightest .message-group {
    margin-top: 175px;
  }
}

.invite-header.section {
  padding-bottom: 0;
}
.invite-header img {
  width: 100%;
  margin-bottom: -75px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.8);
}
@media all and (max-width: 767px) {
  .invite-header.section {
    padding: 40px 0 0 0;
  }
  .invite-header .section-wrap {
    width: 90%;
    margin: auto;
  }
  .invite-header img {
    margin-bottom: -35px;
  }
}

.intro {
  width: 550px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  margin: auto;
  text-align: center;
}
.intro a {
  color: #ffffff;
}
.intro a:hover {
  opacity: 0.8;
}

@media all and (max-width: 767px) {
  .intro {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }
}
dl {
  margin-top: 100px;
  width: 25%;
  float: left;
}
dl dt {
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #828384;
  padding-bottom: 5px;
}
dl dd {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
dl a {
  color: #999;
  text-decoration: none;
  font-style: italic;
}

@media all and (max-width: 767px) {
  dl {
    margin-top: 25px;
    width: 100%;
  }
}
.capabilities-page {
  padding-bottom: 120px;
}
.capabilities-page .products-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 70px;
}
.capabilities-page .products-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: calc(33.3% - 30px);
  margin-right: 30px;
  box-sizing: border-box;
}
.capabilities-page .products-image {
  height: 120px;
  width: 120px;
  margin-bottom: 32px;
  object-fit: contain;
}
.capabilities-page .products-title {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.capabilities-page .products-content {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  text-align: center;
}
.capabilities-page .products-title, .capabilities-page .products-content {
  width: 100%;
  margin: 0 0 12px 0;
}
.capabilities-page .products-item {
  line-height: 28px;
  color: #32343c;
}
.capabilities-page .products-column:nth-child(3), .capabilities-page .products-column:nth-child(5) {
  margin-right: 0;
}
.capabilities-page .products-column:nth-child(4), .capabilities-page .products-column:nth-child(5) {
  margin-top: 84px;
}
.capabilities-page .wrap {
  width: 960px;
  position: relative;
  margin: auto;
}
.capabilities-page .centered {
  width: 100%;
  padding-top: 120px;
  z-index: 2;
}
.capabilities-page .lead-paragraph {
  width: 672px;
  margin-left: 144px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
@media all and (max-width: 1023px) {
  .capabilities-page .centered {
    padding-top: 50px;
  }
  .capabilities-page .centered .lead-paragraph {
    width: 800px;
    margin-left: 40px;
  }
}
@media all and (max-width: 767px) {
  .capabilities-page {
    padding-bottom: 40px;
  }
  .capabilities-page .centered {
    padding-top: 40px;
  }
  .capabilities-page .centered .lead-paragraph {
    width: 512px;
    margin-left: 40px;
  }
  .capabilities-page .products-container {
    display: block;
    padding-top: 0;
  }
  .capabilities-page .products-column {
    margin: 30px 0 0 0 !important;
  }
  .capabilities-page .products-column p {
    display: block;
  }
  .capabilities-page .products-image {
    height: 80px;
    width: 80px;
    margin-bottom: 16px;
  }
}