.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.our-story-video .story-image {
  width: 100%;
  padding: 1.5em 5%;
}
.our-story-video .video-js .vjs-big-play-button {
  background-color: transparent;
  width: 1.5em;
  left: 50%;
  top: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 40px;
  margin-left: -0.75em;
  margin-top: -0.75em;
  border: 0.05em solid #fff;
}
@media only screen and (min-width: 560px) {
  .our-story-video .video-js .vjs-big-play-button {
    font-size: 50px;
  }
}
.our-story-video .story-outer-wrap {
  z-index: 100;
  padding-bottom: 3em;
}
.our-story-video .story-wrap {
  margin-left: 10%;
  width: 80%;
  padding: 2em 5%;
}
.our-story-video .story-wrap .sig-image {
  width: 12em;
}
.our-values .inner-wrap {
  padding: 3em 0;
}
.our-values .title-wrap {
  padding: 0 5%;
}
.our-values .values-wrap {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10%;
}
.our-values .value-wrap {
  position: relative;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  flex: 1;
  text-align: left;
  min-width: 27em;
  max-width: 27em;
  padding-left: 6.5em;
  padding-top: 1.5em;
}
.our-values .value-wrap .value-image {
  position: absolute;
  top: 1em;
  left: 0;
  width: 6.5em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .our-values .value-wrap {
    min-width: 18em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .our-values .title-wrap {
    padding: 0 10%;
  }
  .our-values .values-wrap {
    padding: 0 12%;
  }
  .our-values .value-wrap {
    min-width: 30em;
    max-width: 30em;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .our-values .title-wrap {
    padding: 0 9%;
  }
  .our-values .values-wrap {
    padding: 0 2%;
  }
  .our-values .value-wrap {
    min-width: 26em;
    max-width: 26em;
  }
}
@media only screen and (min-width: 960px) {
  .our-values .title-wrap {
    padding: 0 18%;
  }
}
.our-story-content .inner-wrap {
  padding: 3em 5%;
}
.our-story-content .the-image {
  width: 100%;
}
.our-story-content .the-image img {
  width: 100%;
}
@media only screen and (max-width: 759px) {
  .our-story-content .image-wrap {
    padding: 0;
    padding-top: 1.5em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .our-story-content .inner-wrap {
    padding: 3em 14%;
  }
}
@media only screen and (min-width: 760px) {
  .our-story-content .the-text-wrap,
  .our-story-content .image-wrap {
    padding: 0 1.5em;
  }
}
.our-text .inner-wrap {
  padding: 3em 5%;
}
@media only screen and (min-width: 960px) {
  .our-text .inner-wrap {
    padding: 3em 17%;
  }
}
.logo-links .inner-wrap {
  padding: 3em 5%;
  padding-top: 1em;
}
.logo-links .logo-wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em;
}
.logo-links .logo-wrap img {
  width: 100%;
}
