@charset "UTF-8";
/*

$font_size_normal: 1.7rem;
$font_size_normaler: 2.6875rem;
$font_size_med: 3.75rem;
$font_size_large: 4.625rem;
$font_size_largexl: 8rem;
$font_size_largexxl: $font_size_largexl * 2;
$font_size_largexxxl: $font_size_largexl * 5;

$site_pad: 8.125rem;
$hero_padding: 21.875rem;
*/
.headingTreatment, testimonial h2.testimonial-title, testimonial .sidebar .testimonials, services-panel .copy .service-pitch, hero .quote h1, .bigNumber, services-panel .big-number {
  font-size: 2rem;
  color: #fff;
  font-family: "Lora", serif;
  line-height: 100%;
  display: block;
  margin-top: 1rem;
  font-weight: 400;
}

.bigNumber, services-panel .big-number {
  position: relative;
  margin-top: 3rem;
  margin-left: 0.25em;
  text-align: right;
  font-size: 15rem;
  line-height: 0.75em;
  margin-right: 0.05em;
  align-self: flex-end;
  margin-bottom: -0.01em;
}
.bigNumber:before, services-panel .big-number:before {
  content: "#";
  font-size: 0.25em;
  position: absolute;
  top: 0px;
  right: 100%;
  line-height: 0.75em;
  font-style: italic;
}

.home .site-content.site-pad {
  padding: 0;
}

hero {
  margin-top: -12rem;
  background-color: #091F40;
  background-size: cover;
  background-position: left top;
}
hero .quote {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  background-color: rgb(9, 31, 64);
}
hero .quote h1 {
  font-size: 2.25rem;
  margin: 0;
}
hero .quote p {
  color: #68B4E1;
  font-size: 1.5rem;
  margin-top: 0.5em;
  line-height: 120%;
}
hero .quote a {
  color: #fff;
  text-decoration: underline;
}
hero .quote .sig {
  color: #DA8020;
  font-weight: 600;
  display: block;
  text-align: right;
  font-size: 1rem;
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  hero {
    display: flex;
  }
  hero > div {
    width: 50%;
  }
  hero .quote {
    padding: 13.25rem 1.25rem 1.25rem 1.25rem;
    background-color: rgba(9, 31, 64, 0.65);
  }
}

services-panel {
  background-color: #68B4E1;
  color: #091F40;
  display: block;
}
services-panel .big-number {
  display: none;
  color: #091F40;
}
services-panel .copy {
  display: flex;
  flex-direction: column;
  align-self: center;
}
services-panel .copy .service-count, services-panel .copy .service-count a {
  font-size: 1.5rem;
  color: #762053;
  text-decoration: none;
  margin: 0;
  position: relative;
  z-index: 2;
}
services-panel .copy .service-pitch {
  font-size: 3rem;
  color: #091F40;
  font-family: "Lora", serif;
  margin: 0;
  padding: 0;
}
services-panel .copy .service-link {
  font-weight: bold;
  font-size: 1.55rem;
  color: #091F40;
  display: block;
  text-decoration: underline;
  margin-top: 0.25em;
}
services-panel .copy .service-link:after {
  content: "";
  background-image: url("../../img/arrow-white.svg");
  background-size: contain;
  height: 1.55rem;
  width: 3rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  vertical-align: middle;
}
@media (min-width: 992px) {
  services-panel {
    display: flex;
  }
  services-panel .service-count, services-panel .service-count a {
    font-size: 400;
  }
  services-panel .big-number {
    display: block;
  }
  services-panel .copy {
    width: 70%;
  }
}

testimonial {
  display: block;
  padding: 2.5rem;
}
testimonial .sidebar .testimonials {
  color: #091F40;
  margin-bottom: 1em;
}
testimonial .testimonial-label {
  text-transform: uppercase;
  color: #762053;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}
testimonial h2.testimonial-title {
  color: #469CCE;
  margin: 0;
}
testimonial p {
  color: #091F40;
  font-size: 1rem;
}
testimonial p:before {
  content: "“";
}
testimonial p:after {
  content: "”";
}
@media (min-width: 768px) {
  testimonial {
    display: flex;
  }
  testimonial .copy {
    width: 60%;
  }
  testimonial .sidebar {
    width: 40%;
    padding-left: 3rem;
  }
}

.button-treatment, testimonial .sidebar a {
  display: inline-block;
  border-radius: 0.25rem;
  font-size: 1rem;
  color: #091F40;
  border: 0.2rem solid #091F40;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  text-decoration: none;
  padding: 0.5rem;
  font-weight: 600;
  background-color: #fff;
  box-shadow: 0.25em 0.25em 1px #469CCE;
}
.button-treatment.block, testimonial .sidebar a.block {
  display: block;
}
.button-treatment:after, testimonial .sidebar a:after {
  content: "";
  background-image: url("../../../img/arrow.svg");
  background-size: contain;
  height: 1rem;
  width: 3rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  vertical-align: middle;
}

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