/* This file should only include @use */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css | Slight Mods for Me */
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.35;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 1em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html, body {
  scroll-behavior: smooth;
  font-family: var(--theme-font-sans, Manrope, sans-serif);
  font-size: 20px;
  line-height: 1.45;
}

.container h1, .container h2, .container h3, .container h4 {
  text-wrap: balance;
  line-height: 1.15;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  background: white;
}
header.sticky {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
}
header.sticky > .container > .content {
  padding: 0.5em;
  transition: all 0.2s ease-in-out;
}
header.sticky > .container > .content figure {
  width: 7em;
  transition: all 0.2s ease-in-out;
}
header .pre-header {
  background: #4A8E5E;
  padding: 0.25em 0;
}
header .pre-header .container .content {
  display: flex;
  justify-content: space-between;
}
header .pre-header .container .content a {
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
header > .container > .content {
  padding: 1em 0;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header > .container > .content figure {
  width: 9rem;
  transition: all 0.2s ease-in-out;
}
header > .container > .content a#shownav {
  display: block;
  width: 1em;
  height: 1em;
  background: url("../svg/icon-hamburger.svg");
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  header > .container > .content a#shownav {
    display: none;
  }
}
header > .container > .content a#shownav.showing {
  position: fixed;
  z-index: 20;
  right: 5vw;
  top: 7.5vh;
  background: url("../svg/icon-times.svg");
}
@media screen and (max-width: 1024px) {
  header > .container > .content nav {
    position: absolute;
    top: 0;
    left: -125vw;
    z-index: 15;
    background: #4A8E5E;
    width: 100vw;
    height: 100vh;
    display: flex;
    transition: all 0.2s ease-in-out;
  }
  header > .container > .content nav.showing {
    left: 0;
    transition: all 0.2s ease-in-out;
  }
  header > .container > .content nav > ul {
    margin: 7.5vh 0 0 5vw;
    padding: 0;
  }
  header > .container > .content nav > ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  header > .container > .content nav > ul li {
    list-style-type: none;
  }
  header > .container > .content nav > ul li a {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
  }
  header > .container > .content nav > ul li ul {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin-top: 0.5em;
  }
  header > .container > .content nav > ul li ul li a {
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  header > .container > .content nav > ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1em;
  }
  header > .container > .content nav > ul > li {
    list-style-type: none;
    font-size: 0.7rem;
    position: relative;
  }
  header > .container > .content nav > ul > li a {
    color: black;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  header > .container > .content nav > ul > li a:hover {
    color: #4A8E5E;
    transition: all 0.2s ease-in-out;
  }
  header > .container > .content nav > ul > li:hover ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  header > .container > .content nav > ul > li ul {
    display: none;
    position: absolute;
    background: #4A8E5E;
    border-radius: 0.5em;
    overflow: hidden;
    z-index: 5;
    padding: 0;
    min-width: 100%;
    width: auto;
    white-space: nowrap;
    left: 0;
    top: 100%;
  }
  header > .container > .content nav > ul > li ul li {
    list-style-type: none;
  }
  header > .container > .content nav > ul > li ul li a {
    display: flex;
    padding: 0.25em 0.5em;
    color: white;
  }
  header > .container > .content nav > ul > li ul li a:hover {
    background: #F1DF40;
    color: black;
  }
}
@media screen and (min-width: 1440px) {
  header > .container > .content nav > ul {
    gap: 1.5em;
  }
  header > .container > .content nav > ul > li {
    font-weight: 500;
  }
  header > .container > .content nav > ul > li ul li a {
    padding: 0.5em 0.75em;
  }
}

main {
  margin-top: 5.9em;
}

footer {
  background: #373838;
  padding: 1em 0 0.5em;
}
footer .container .content {
  padding-bottom: 2em;
}
footer .container .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  footer .container .content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
footer .container .content nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  footer .container .content nav ul {
    justify-content: flex-start;
  }
}
footer .container .content nav ul li {
  list-style-type: none;
  font-size: 0.8em;
}
footer .container .content nav ul li a {
  color: white;
  text-decoration: none;
}
footer .container .content > ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  footer .container .content > ul {
    justify-content: flex-end;
  }
}
footer .container .content > ul li {
  list-style-type: none;
}
footer .container > p {
  font-size: 0.8em;
  text-align: center;
  color: white;
  margin: 0;
}

h5.layout-label {
  text-align: center;
  background: #4A8E5E;
  color: white;
  margin: 0;
  border-top: 1px solid #373838;
  border-bottom: 1px solid #373838;
}

a.button.solid.green {
  background-color: #4A8E5E;
  color: white;
  border-color: #4A8E5E;
  font-family: var(--theme-font-sans, Manrope, sans-serif);
  display: flex;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  padding: 0.3rem 1.85rem;
  line-height: 1.66;
  border-width: 0.05rem;
  border-style: solid;
}
a.button.solid.green:hover {
  background-color: #F1DF40;
  border-color: #F1DF40;
  color: black;
}

a.button.solid.white {
  font-family: var(--theme-font-sans, Manrope, sans-serif);
  display: flex;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  padding: 0.3rem 1.85rem;
  line-height: 1.66;
  border-width: 0.05rem;
  border-style: solid;
  background-color: white;
  color: #4A8E5E;
  border-color: white;
}
a.button.solid.white:hover {
  background-color: #F1DF40;
  border-color: #F1DF40;
  color: black;
}

.container {
  width: 90vw;
  margin: 0 auto;
  max-width: 1240px;
}
.container .content * {
  margin: 0;
}

.blog-roll {
  background: #E6E6E6;
  padding: 2em 0;
}
@media screen and (min-width: 1024px) {
  .blog-roll {
    padding: 4em 0;
  }
}
.blog-roll .container .content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.blog-roll .container .content * {
  margin: 0;
}
.blog-roll .container .content article {
  border: 0.1rem solid #D3D3D3;
  border-radius: 0.75em;
  overflow: hidden;
  background: white;
}
@media screen and (min-width: 1024px) {
  .blog-roll .container .content article {
    display: flex;
    gap: 1em;
  }
}
.blog-roll .container .content article figure {
  background: white;
}
@media screen and (min-width: 1024px) {
  .blog-roll .container .content article figure {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .blog-roll .container .content article figure img {
    object-fit: cover;
    height: 100%;
  }
}
.blog-roll .container .content article > div {
  padding: 1.5em;
}
@media screen and (min-width: 1024px) {
  .blog-roll .container .content article > div {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
  }
}
.blog-roll .container .content article > div h2 {
  font-weight: 600;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 130%;
  font-family: var(--theme-font-header, Goldman, sans-serif);
}
.blog-roll .container .content article > div h2 a {
  color: inherit;
  text-decoration: none;
}
.blog-roll .container .content article > div .post-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75em;
  padding: 1em 0;
  margin-top: 0.25rem;
  border-top: 0.05rem solid #E6E6E6;
  width: 100%;
}
.blog-roll .container .content article > div .post-meta a {
  color: inherit;
}
.blog-roll .container .content article > div .post-excerpt {
  margin-bottom: 1rem;
}
.blog-roll .container .content article > div a.read-more {
  background-color: #4A8E5E;
  color: white;
  border-color: #4A8E5E;
  font-family: var(--theme-font-sans, Manrope, sans-serif);
  display: flex;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  padding: 0.3rem 1.85rem;
  line-height: 1.66;
  border-width: 0.05rem;
  border-style: solid;
}
.blog-roll .container .content article > div a.read-more:hover {
  background-color: #F1DF40;
  border-color: #F1DF40;
  color: black;
}
@media screen and (min-width: 1024px) {
  .blog-roll .container .content article > div a.read-more {
    align-self: flex-start;
  }
}

.blog-nav {
  background: #4A8E5E;
  padding: 2em 0;
}
.blog-nav .container .pagination {
  display: flex;
  justify-content: center;
  color: white;
  gap: 1em;
}
.blog-nav .container .pagination .nav-links {
  display: flex;
  gap: 0.5em;
}
.blog-nav .container .pagination .nav-links a {
  color: white;
}

.blog-article {
  padding: 2em 0;
}
@media screen and (min-width: 1024px) {
  .blog-article {
    padding: 4em 0;
  }
}
@media screen and (min-width: 1024px) {
  .blog-article .container {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
}
.blog-article .container .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-article .container .content > span {
  display: flex;
  border: 0.1rem solid #4A8E5E;
  padding: 0.3em 1em;
  align-self: flex-start;
  border-radius: 4em;
  color: black;
  font-size: 0.75em;
  font-weight: 600;
}
.blog-article .container .content > h1 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 115%;
  font-family: var(--theme-font-header, Goldman, sans-serif);
}
@media screen and (min-width: 768px) {
  .blog-article .container .content > h1 {
    font-size: 3.7rem;
  }
}
.blog-article .container .content a {
  color: #4A8E5E;
}
.blog-article .container .content .content-aside {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .blog-article .container .content .content-aside {
    display: flex;
    flex-direction: row-reverse;
    gap: 2em;
    position: relative;
    min-height: 100vh;
  }
}
.blog-article .container .content .content-aside .ca-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .blog-article .container .content .content-aside .ca-content {
    flex: 2;
  }
}
.blog-article .container .content .content-aside .ca-content h3 {
  color: #4A8E5E;
  scroll-margin-top: 5em;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 112.5%;
  font-family: var(--theme-font-header, Goldman, sans-serif);
}
.blog-article .container .content .content-aside aside {
  display: none;
}
@media screen and (min-width: 768px) {
  .blog-article .container .content .content-aside aside {
    display: block;
    flex: 1;
    position: sticky;
    top: 5em;
    max-height: calc(100vh - 5em);
    overflow-y: auto;
    padding-bottom: 1em;
  }
  .blog-article .container .content .content-aside aside ul {
    margin: 0;
    padding: 0;
  }
  .blog-article .container .content .content-aside aside ul.sticky {
    position: fixed;
    top: 5em;
  }
  .blog-article .container .content .content-aside aside ul li {
    list-style-type: none;
  }
  .blog-article .container .content .content-aside aside ul li a {
    display: block;
    width: 100%;
    padding: 0.3em;
    color: black;
    text-decoration: none;
    font-weight: 600;
  }
  .blog-article .container .content .content-aside aside ul li a.active {
    background: #D3D3D3;
  }
}
.blog-article .container.return-to-blog {
  margin-top: 3em;
}
.blog-article .container.return-to-blog a {
  align-self: flex-end;
  background-color: #4A8E5E;
  color: white;
  border-color: #4A8E5E;
  font-family: var(--theme-font-sans, Manrope, sans-serif);
  display: flex;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  padding: 0.3rem 1.85rem;
  line-height: 1.66;
  border-width: 0.05rem;
  border-style: solid;
}
.blog-article .container.return-to-blog a:hover {
  background-color: #F1DF40;
  border-color: #F1DF40;
  color: black;
}

.service-areas-index-header {
  padding: 2em 0;
}
@media screen and (min-width: 1024px) {
  .service-areas-index-header {
    padding: 4em 0;
  }
}
.service-areas-index-header .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .service-areas-index-header .container {
    flex-direction: row;
  }
}
.service-areas-index-header .container .content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.service-areas-index-header .container .content h4 {
  text-align: center;
  color: #4A8E5E;
  font-family: var(--theme-font-header, Goldman, sans-serif);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 160%;
  font-family: var(--theme-font-sans, Manrope, sans-serif);
}
@media screen and (min-width: 1024px) {
  .service-areas-index-header .container .content h4 {
    text-align: left;
  }
}
.service-areas-index-header .container .content h1 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 125%;
  text-transform: capitalize;
  font-family: var(--theme-font-header, Goldman, sans-serif);
}
@media screen and (min-width: 1024px) {
  .service-areas-index-header .container .content h1 {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .service-areas-index-header .container .content {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .service-areas-index-header .container .content h4, .service-areas-index-header .container .content h1 {
    text-align: left;
  }
}
.service-areas-index-header .container .content a {
  align-self: center;
  margin-top: 1em;
  background-color: #4A8E5E;
  color: white;
  border-color: #4A8E5E;
  font-family: var(--theme-font-sans, Manrope, sans-serif);
  display: flex;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  padding: 0.3rem 1.85rem;
  line-height: 1.66;
  border-width: 0.05rem;
  border-style: solid;
}
.service-areas-index-header .container .content a:hover {
  background-color: #F1DF40;
  border-color: #F1DF40;
  color: black;
}
@media screen and (min-width: 1024px) {
  .service-areas-index-header .container .content a {
    align-self: flex-start;
  }
}
.service-areas-index-header .container aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .service-areas-index-header .container aside {
    flex: 1;
  }
}
.service-areas-index-header .container aside .service-area-nav {
  border: 0.15rem solid #D3D3D3;
  border-radius: 0.75em;
  padding: 1rem;
}
.service-areas-index-header .container aside .service-area-nav * {
  margin: 0;
}
.service-areas-index-header .container aside .service-area-nav h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1em;
}
.service-areas-index-header .container aside .service-area-nav h3:hover {
  cursor: pointer;
}
.service-areas-index-header .container aside .service-area-nav h3 span {
  font-size: 0.75em;
  color: #4A8E5E;
}
.service-areas-index-header .container aside .service-area-nav ul {
  margin: 0.5em 0 0 0;
  padding: 0;
  display: none;
}
.service-areas-index-header .container aside .service-area-nav ul li {
  list-style-type: none;
  border-bottom: 0.1rem solid #E6E6E6;
}
.service-areas-index-header .container aside .service-area-nav ul li:last-of-type {
  border-bottom: none;
}
.service-areas-index-header .container aside .service-area-nav ul li a {
  padding: 0.2em 0.5em;
  display: block;
  color: black;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.service-areas-index-header .container aside .service-area-nav ul li a:hover {
  background: #4A8E5E;
  color: white;
  transition: all 0.2s ease-in-out;
}

.service-areas-footer {
  background: #4A8E5E;
  padding-bottom: 4em;
  position: relative;
}
.service-areas-footer:before {
  content: "";
  display: block;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16/4.5;
}
.service-areas-footer .container {
  position: relative;
  z-index: 5;
}
.service-areas-footer .container .content {
  margin-top: 2em;
  color: white;
}
@media screen and (min-width: 1024px) {
  .service-areas-footer .container .content {
    flex-direction: row;
    display: flex;
  }
}
.service-areas-footer .container .content h2 {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 125%;
  text-transform: capitalize;
  font-family: var(--theme-font-header, Goldman, sans-serif);
}
@media screen and (min-width: 1024px) {
  .service-areas-footer .container .content h2 {
    flex: 1;
  }
}
.service-areas-footer .container .content div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .service-areas-footer .container .content div {
    flex: 1;
  }
}
.service-areas-footer .container .content div a {
  width: 12em;
  margin-top: 1em;
  font-family: var(--theme-font-sans, Manrope, sans-serif);
  display: flex;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  padding: 0.3rem 1.85rem;
  line-height: 1.66;
  border-width: 0.05rem;
  border-style: solid;
  background-color: white;
  color: #4A8E5E;
  border-color: white;
}
.service-areas-footer .container .content div a:hover {
  background-color: #F1DF40;
  border-color: #F1DF40;
  color: black;
}

.service-area-header {
  padding: 3em 0;
  position: relative;
  background-size: cover;
}
.service-area-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .service-area-header {
    padding: 5em 0;
  }
}
.service-area-header .container {
  position: relative;
  z-index: 5;
}
.service-area-header .container .content {
  align-items: center;
  color: white;
}
.service-area-header .container .content * {
  margin: 0;
}
.service-area-header .container .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.service-area-header .container .content h4 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.12rem;
}
.service-area-header .container .content h1 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 115%;
  font-family: var(--theme-font-header, Goldman, sans-serif);
}
@media screen and (min-width: 768px) {
  .service-area-header .container .content h1 {
    font-size: 3.7rem;
  }
}
.service-area-header .container .content a {
  font-family: var(--theme-font-sans, Manrope, sans-serif);
  display: flex;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  padding: 0.3rem 1.85rem;
  line-height: 1.66;
  border-width: 0.05rem;
  border-style: solid;
  background-color: white;
  color: #4A8E5E;
  border-color: white;
}
.service-area-header .container .content a:hover {
  background-color: #F1DF40;
  border-color: #F1DF40;
  color: black;
}

.service-area-intro {
  background: #4A8E5E;
  padding: 3em 0;
  color: white;
}
.service-area-intro .container * {
  margin: 0;
}
.service-area-intro .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .service-area-intro .container {
    flex-direction: row;
  }
}
.service-area-intro .container .content {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 130%;
  font-family: var(--theme-font-header, Goldman, sans-serif);
}
@media screen and (min-width: 1024px) {
  .service-area-intro .container .content {
    flex: 1;
  }
}
.service-area-intro .container aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .service-area-intro .container aside {
    flex: 1;
  }
}

.service-area-pre {
  background: #373838;
  padding: 2em;
}
.service-area-pre .container .content {
  text-align: center;
  color: white;
  font-style: italic;
  font-size: 1.3em;
}

h1, h2, h3, h4, h5 {
  font-weight: 400 !important;
  line-height: 110% !important;
}

a.button {
  transform: skewX(-10deg) !important;
}
a.button span {
  transform: skewX(10deg) !important;
}

.main-header .container .content h1 {
  font-size: 2rem !important;
}
@media screen and (min-width: 768px) {
  .main-header .container .content h1 {
    font-size: 3rem !important;
  }
}

/*# sourceMappingURL=ppc-houston.css.map */
