@import url("//fonts.googleapis.com/css?family=Muli:400,700,800");
@import url("//fonts.googleapis.com/css?family=Playfair+Display");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal !important; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

svg {
  backface-visibility: hidden; }

.container {
  max-width: 82rem; }

@media (min-width: 600px) {
  header {
    overflow: hidden; } }
header .header-strip {
  background-color: #e5f7f8;
  height: 3rem;
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2); }
header .sub-header {
  margin-top: 1.6rem;
  margin-bottom: 1rem; }
  @media (min-width: 600px) {
    header .sub-header {
      margin-top: 2.8rem; } }

.sub-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .sub-header .updated-date {
    color: #524d50;
    font-size: 1.3rem; }

@media (min-width: 600px) {
  .logo-small {
    width: 6rem; } }

h1 {
  font-weight: 900;
  color: #0b094d;
  font-size: 2.8rem;
  line-height: 3.4rem; }
  @media (min-width: 600px) {
    h1 {
      font-size: 3.8rem;
      line-height: 4.8rem; } }

h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0b094d; }

p {
  font-size: 1.6rem;
  color: #0b094d;
  line-height: 2.5rem;
  padding: 0;
  margin-top: 0;
  margin-bottom: 2.4rem; }
  @media (min-width: 600px) {
    p {
      font-size: 1.8rem;
      line-height: 2.8rem; } }

a {
  color: #fc494d;
  text-decoration: underline; }
  a:hover {
    color: #222222;
    text-decoration: underline #fc494d; }

.img-full-caption, .video-full-caption {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.img-capation {
  background-color: #ffcc00;
  font-size: 1.2rem;
  text-align: center;
  color: #0b094d;
  font-weight: 700;
  margin-bottom: 2.4rem;
  padding: 1rem 0; }
  @media (min-width: 600px) {
    .img-capation {
      font-size: 1.6rem;
      margin-bottom: 3rem; } }

blockquote {
  position: relative;
  display: inline-block;
  border: 0;
  margin: 0;
  padding: 0;
  padding-left: 3rem;
  font-family: "Playfair Display", Georgia, serif;
  color: #0b094d;
  font-size: 2.2rem;
  line-height: 2.9rem;
  margin-bottom: 2.4rem; }
  @media (min-width: 600px) {
    blockquote {
      display: block;
      margin: 3rem auto;
      font-size: 2.8rem;
      line-height: 3.7rem;
      max-width: 80%; } }
  blockquote:before {
    display: inline-block;
    position: absolute;
    content: "\201C";
    top: 0;
    left: -0.5rem;
    height: 3.5rem;
    width: 2.5rem;
    font-size: 7.6rem; }
  blockquote .endquote {
    display: inline-block;
    font-size: 4rem;
    line-height: 2rem;
    vertical-align: bottom; }
    @media (min-width: 600px) {
      blockquote .endquote {
        line-height: 3rem; } }
  blockquote cite {
    display: flex;
    overflow: hidden;
    margin-top: 1rem;
    align-items: center;
    max-width: 92%;
    font-style: normal; }
    blockquote cite span {
      font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #877f84;
      font-size: 1.6rem;
      line-height: 1.8rem;
      white-space: nowrap; }
    blockquote cite:before {
      background-color: #ffcc00;
      content: "";
      display: inline-block;
      height: 0.4rem;
      position: relative;
      margin-right: 0.6rem;
      width: 100%; }

ol.steps {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2.4rem;
  counter-reset: steps; }
  ol.steps li {
    font-size: 1.5rem;
    color: #0b094d;
    font-weight: 700;
    line-height: 2.3rem;
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
    display: flex; }
    @media (min-width: 600px) {
      ol.steps li {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin-bottom: 3.6rem;
        align-items: center; } }
    ol.steps li:before {
      display: inline-block;
      content: counter(steps);
      counter-increment: steps;
      width: 5.6rem;
      min-width: 5.6rem;
      height: 5.6rem;
      margin-right: 1.8rem;
      background-color: #63c7ce;
      border-radius: 50%;
      text-align: center;
      line-height: 4.8rem;
      color: white;
      font-family: "Playfair Display", Georgia, serif;
      font-size: 3rem; }
      @media (min-width: 600px) {
        ol.steps li:before {
          width: 7.8rem;
          height: 7.8rem;
          min-width: 7.8rem;
          font-size: 4rem;
          line-height: 6.3rem; } }
    ol.steps li span {
      display: block; }
      ol.steps li span strong {
        font-weight: 800;
        color: #63c7ce; }

.button-large {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  text-transform: initial;
  border: 0;
  background-color: #fc494d;
  border-bottom: 0.3rem solid #db0408;
  margin: 0;
  padding: 1.8rem 0;
  line-height: 2.4rem;
  height: auto;
  cursor: pointer;
  box-shadow: 0 0.7rem 0.6rem 0 rgba(0, 0, 0, 0.12);
  border-radius: 0.8rem;
  color: white;
  transition: 0.3s all;
  text-decoration: underline #feadaf; }
  .button-large:hover, .button-large:active, .button-large:focus {
    background-color: #fb171c;
    border-bottom: 0.3rem solid #c20307;
    color: white;
    box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.15);
    text-decoration: underline white; }
    @media (min-width: 600px) {
      .button-large:hover, .button-large:active, .button-large:focus {
        margin-top: 0.3rem; } }

.play {
  text-align: center; }
  @media (min-width: 600px) {
    .play {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 600px) {
    .play .button-large {
      max-width: 32rem;
      margin-right: 2rem; } }

.reviews {
  margin-top: 2rem; }
  @media (min-width: 600px) {
    .reviews {
      margin-top: 0; } }
  @media (min-width: 600px) {
    .reviews img {
      width: 2.8rem; } }
  .reviews span {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #466aae;
    font-weight: 700; }
  .reviews .stars {
    text-align: center;
    margin-bottom: 0.4rem; }
    .reviews .stars img {
      display: inline-block; }

footer.container {
  margin-top: 4rem; }
  @media (min-width: 600px) {
    footer.container {
      padding-bottom: 2rem; } }
  footer.container a {
    font-size: 1.3rem;
    color: #524d50; }

.disclaimer {
  font-size: 1.3rem;
  color: #877f84;
  line-height: 2rem; }

.text-center {
  text-align: center; }

.fb-review {
  display: block;
  width: 28rem;
  margin: 2rem auto; }
