@charset "UTF-8";
/************************************************

Stylesheet: Variables

*************************************************/
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.hero-page-single {
  background-color: #eff4fb;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-page-single {
    padding-top: 7.8125rem;
    padding-bottom: 5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-page-single {
    padding-top: 11.875rem;
    padding-bottom: 15.625rem;
  }
}
.hero-page-single h1 {
  margin: 0.3125rem 0 0 0;
  color: #101524;
  font-size: 2.5rem;
}
.hero-page-single p.subheading {
  font-size: 1.25rem;
  color: #7577be;
}
.hero-page-single p.date {
  font-size: 0.8125rem;
  font-weight: 500;
}
.hero-page-single p:last-of-type {
  margin-bottom: 0;
}
.hero-page-single__excerpt p:first-of-type {
  margin-top: 1.875rem;
}

body:not(.single.single-success-stories) article.article h5 {
  font-weight: 500 !important;
}
@media print, screen and (min-width: 64em) {
  body:not(.single.single-success-stories) article.article h1 {
    font-size: 2.5rem;
  }
  body:not(.single.single-success-stories) article.article h2 {
    font-size: 1.875rem;
  }
  body:not(.single.single-success-stories) article.article h3 {
    font-size: 1.375rem;
  }
  body:not(.single.single-success-stories) article.article h4 {
    font-size: 1.25rem;
  }
  body:not(.single.single-success-stories) article.article h5 {
    font-size: 1.125rem;
  }
  body:not(.single.single-success-stories) article.article h6 {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  body:not(.single.single-success-stories) article.article h1 {
    font-size: 1.875rem;
  }
  body:not(.single.single-success-stories) article.article h2 {
    font-size: 1.5625rem;
  }
  body:not(.single.single-success-stories) article.article h3 {
    font-size: 1.25rem;
  }
  body:not(.single.single-success-stories) article.article h4 {
    font-size: 1.125rem;
  }
  body:not(.single.single-success-stories) article.article h5 {
    font-size: 1.125rem;
  }
  body:not(.single.single-success-stories) article.article h6 {
    font-size: 1rem;
  }
}

article.article .grid-x {
  padding-top: 3.125rem;
}
@media print, screen and (max-width: 63.99875em) {
  article.article .grid-x {
    padding-bottom: 5rem;
  }
}
@media print, screen and (min-width: 64em) {
  article.article .grid-x {
    padding-bottom: 6.875rem;
  }
}
article.article h2,
article.article img {
  margin: 2.1875rem 0 !important;
}
article.article footer,
article.article header {
  margin: 0;
  padding: 0;
}
article.article header img,
article.article header h1 {
  margin-bottom: 1.5625rem;
}
article.article h1,
article.article h2,
article.article h3,
article.article h4,
article.article h5,
article.article h6,
article.article p {
  color: #101524;
  margin-bottom: 1rem;
}
article.article ol,
article.article ul {
  list-style: none;
}
article.article ol li::before,
article.article ul li::before {
  display: inline-block;
  color: #f58706;
  position: absolute;
}
article.article ol li ul li::before,
article.article ul li ul li::before {
  color: #7577be;
}
article.article ul li::before {
  content: "•";
  width: 1rem;
  margin-left: -1rem;
}
article.article ol {
  counter-reset: ott;
}
article.article ol li {
  counter-increment: ott;
}
article.article ol li::before {
  content: counter(ott) ". ";
  font-weight: 600;
  width: 1rem;
  margin-left: -1rem;
}
article.article ol li ol {
  counter-reset: abc;
}
article.article ol li ol li {
  counter-increment: abc;
}
article.article ol li ol li::before {
  content: counter(abc, lower-alpha) ". ";
  color: #7577be;
}
article.article blockquote {
  margin: 1.875rem 0;
  border-left: 1px solid #7577be;
  padding: 0.75rem 0 1.25rem 1.5625rem;
}
article.article blockquote p:last-of-type {
  margin-bottom: 0;
}
article.article blockquote footer {
  padding-top: 0.625rem;
}
article.article blockquote footer p {
  margin-bottom: 0;
}
article.article blockquote footer p:first-of-type {
  font-size: 0.75rem;
  margin-bottom: -0.1875rem;
  color: #7577be;
}
article.article blockquote footer p:last-of-type {
  font-weight: 600;
}
article.article img {
  width: 100%;
  border-radius: 0.625rem;
}

.single.single-success-stories article.article h1,
.single.single-success-stories article.article h2,
.single.single-success-stories article.article h3,
.single.single-success-stories article.article h4,
.single.single-success-stories article.article h5,
.single.single-success-stories article.article h6,
.single.single-success-stories article.article p {
  color: #fff;
}

@media print, screen and (min-width: 64em) {
  .hero-page-single + .article {
    margin-top: -12.5rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hero-page-single + .article {
    border-radius: 1.625rem 1.625rem 0 0;
    margin-top: -1.625rem;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-page-single + .article .grid-container {
    border-radius: 3.9375rem 3.9375rem 0 0;
    background-color: #fff;
  }
}

/*# sourceMappingURL=page-legal.css.map*/