/*/@import 'site/modules/font-awesome';*/
.subpage .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.subpage .row .column-8 {
  flex: 0 0 auto;
  width: 100%;
}
.subpage .row .column-8 .container {
  width: 100%;
}
@media (min-width: 992px) {
  .subpage .row .column-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.subpage .row .column-4 {
  flex: 0 0 auto;
  width: 100%;
}
.subpage .row .column-4 .container {
  width: 100%;
}
@media (min-width: 992px) {
  .subpage .row .column-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.text-lg, .introductory-text {
  font-size: 18px;
}

.subpage h2.checkmark {
  color: #000000;
}
.subpage h2.checkmark:before {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-size: 24px;
  color: var(--color21);
  padding-right: 8px;
}
.subpage h1 {
  font-size: 32px;
  margin-top: 0;
}
.subpage main > .container, .subpage main > section:first-of-type {
  padding-top: 30px;
}
.subpage article {
  align-self: flex-start;
}
@media (max-width: 767.98px) {
  .subpage article {
    border-right: none !important;
  }
}
@media (min-width: 992px) {
  .subpage article {
    flex: 1 0 72% !important;
    max-width: 72% !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 992px) {
  .subpage article + aside {
    flex: 1 0 28% !important;
    max-width: 28% !important;
  }
}
.subpage article .testimonial-wrapper {
  padding-top: 20px;
}
.subpage article .testimonial-wrapper .testimonial {
  padding-bottom: 30px;
}
.subpage article .testimonial-wrapper .testimonial .quote-content {
  background-color: #ffffff;
  position: relative;
  padding: 20px;
  padding-left: 90px;
  border: thin solid #bbb !important;
  border-radius: 6px;
  z-index: 6;
  /*
  https://www.screencast.com/t/J5dlsbmiPe
  */
}
.subpage article .testimonial-wrapper .testimonial .quote-content p {
  padding-bottom: 0;
  position: relative;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .subpage article .testimonial-wrapper .testimonial .quote-content p {
    font-size: 20px;
    line-height: 34px;
  }
}
.subpage article .testimonial-wrapper .testimonial .quote-content p:first-of-type:after {
  position: absolute;
  left: -70px;
  top: 0;
  content: url("../img/quote.png");
}
.subpage article .testimonial-wrapper .testimonial .quote-content:before, .subpage article .testimonial-wrapper .testimonial .quote-content:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  bottom: -59px;
  transform: rotate(90deg);
  border-width: 30px;
  z-index: 5;
  left: 55%;
}
@media (min-width: 768px) {
  .subpage article .testimonial-wrapper .testimonial .quote-content:before, .subpage article .testimonial-wrapper .testimonial .quote-content:after {
    left: 67%;
  }
}
.subpage article .testimonial-wrapper .testimonial .quote-content:before {
  border-color: transparent transparent transparent #aaa !important;
  bottom: -60px;
}
.subpage article .testimonial-wrapper .testimonial .quote-content:after {
  border-color: transparent transparent transparent white;
}
.subpage article .testimonial-wrapper .quote-footer {
  font-weight: bold;
  padding-left: 58%;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .subpage article .testimonial-wrapper .quote-footer {
    padding-left: 70%;
  }
}
.subpage p + ul {
  margin-top: -12px;
}
.subpage aside {
  padding-bottom: 40px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .subpage aside {
    padding-top: 20px;
    background-color: var(--color11);
    border-left: none !important;
  }
}
@media (min-width: 992px) {
  .subpage aside {
    padding-left: 30px !important;
    padding-bottom: 0;
  }
}
.subpage aside h4 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color12);
}
.subpage aside .widget > h4 {
  padding-top: 20px;
  border-top: thin solid var(--color10);
}
.subpage aside .column-12 > h4:nth-of-type(1n+2) {
  padding-top: 20px;
  border-top: thin solid var(--color10);
}
.subpage aside .column-12.sidebarPicker .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.subpage aside .column-12.sidebarPicker .col-md-12 > div > h4:nth-of-type(1n+2) {
  padding-top: 20px;
  border-top: thin solid var(--color10);
}
.subpage aside .list {
  padding-left: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.subpage aside .list a {
  color: var(--color4);
}
.subpage aside .card {
  border: none;
  margin-bottom: 0;
}
.subpage aside .card .card-block {
  background-color: var(--color11);
  padding-left: 0;
  padding-bottom: 0;
}
.subpage aside .card .card-block p {
  line-height: 20px;
}
.subpage aside .card .card-block .card-title {
  text-transform: none;
  margin-bottom: 0;
}
.subpage aside .testimonial {
  padding-bottom: 20px;
}
.subpage aside .testimonial .quote-footer {
  font-weight: bold;
  font-style: italic;
  text-align: right;
}
.subpage aside .gen-info {
  padding-bottom: 20px;
}
.subpage aside .gen-info > p {
  padding-bottom: 0;
}
.subpage aside .gen-info > p.name {
  font-weight: bold;
}
.subpage aside .gen-info > p.address, .subpage aside .gen-info > p.address-cont {
  line-height: 20px;
}
.subpage aside .gen-info > p.phone {
  padding-top: 4px;
}
.subpage aside .umbraco-forms-form {
  padding-top: 0;
  padding-bottom: 20px;
}
.subpage aside .umbraco-forms-form .umbraco-forms-navigation {
  text-align: right;
}
.subpage aside .umbraco-forms-form .umbraco-forms-navigation > div {
  padding-right: 0;
}
.subpage aside .umbraco-forms-form label.umbraco-forms-label {
  margin-bottom: 0.25rem;
}
.subpage aside .umbraco-forms-form input.text {
  height: 34px;
}
.subpage aside .umbraco-forms-form .umbraco-forms-field > div {
  padding-bottom: 0.5em;
}
.subpage aside .umbraco-forms-form .umbraco-forms-field > div input, .subpage aside .umbraco-forms-form .umbraco-forms-field > div textarea {
  margin-bottom: 0;
  width: 100%;
  border-radius: 6px;
  border-color: var(--color7);
}
.subpage aside .umbraco-forms-form textarea {
  height: 85px;
}
.subpage aside .umbraco-forms-form .umbraco-forms-fieldset {
  padding-top: 0;
  padding-right: 0;
}
.subpage aside .umbraco-forms-form .umbraco-forms-fieldset .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.subpage aside .umbraco-forms-form .umbraco-forms-fieldset .col-md-12 input, .subpage aside .umbraco-forms-form .umbraco-forms-fieldset .col-md-12 textarea {
  margin-top: 0;
}