body {
  font-family: "Lato", sans-serif;
  color: #343e49;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.5;
}

a {
  color: #00af51;
  text-decoration: none;
  font-size: 18px;
}

a:hover,
a:active {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-decoration: underline;
  color: #316b58;
  text-decoration: underline;
}

a:focus {
  text-decoration: none;
  color: #316b58;
  outline: none;
}

.btn,
a.btn {
  font-weight: 700;
  padding: 8px 20px;
}

.btn:hover,
a.btn:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.btn:focus,
a.btn:focus {
  box-shadow: none;
}

a.btn-cta,
.btn-cta {
  font-size: 16px;
  padding: 12px 25px;
  padding-top: 13px;
  font-weight: 900;
}

a.btn-theme-primary,
.btn-theme-primary {
  background: #00af51;
  border: none;
  color: #fff;
}

a.btn-theme-primary:hover,
a.btn-theme-primary:active,
a.btn-theme-primary:focus,
.btn-theme-primary:hover,
.btn-theme-primary:active,
.btn-theme-primary:focus {
  background: #3d866e;
  border: none;
  color: #fff;
  outline: none;
}

a.btn-theme-secondary,
.btn-theme-secondary {
  background: #00af51;
  border: none;
  color: #fff;
}

a.btn-theme-secondary:hover,
a.btn-theme-secondary:active,
a.btn-theme-secondary:focus,
.btn-theme-secondary:hover,
.btn-theme-secondary:active,
.btn-theme-secondary:focus {
  background: #316b58;
  border: none;
  color: #fff;
  outline: none;
}

b,
strong {
  font-weight: 700;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.blog-card-image {
  aspect-ratio: 4 / 3;
}

.blog-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-pagination .page-numbers > li {
  margin: 0;
}

.blog-pagination .page-numbers a,
.blog-pagination .page-numbers span {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  display: inline-block;
  padding: 0.5rem 0.75rem;
}

.blog-pagination .page-numbers .current {
  background: #00af51;
  border-color: #00af51;
  color: #fff;
}

.blog-article-image {
  max-width: 500px;
}

.post-navigation {
  clear: both;
}

.search-result-item + .search-result-item {
  border-top: 1px solid #dee2e6;
}

.search-result-link {
  font-weight: 700;
}

.error-404-copy,
.error-404-search {
  max-width: 720px;
}

.error-404-search .search-form,
.search-no-results .search-form {
  align-items: stretch;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.error-404-search .search-field,
.search-no-results .search-field {
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 45px;
  padding: 0.5rem 0.75rem;
  width: min(100%, 420px);
}

.error-404-search .search-submit,
.search-no-results .search-submit {
  background: #00af51;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  padding: 0.5rem 1rem;
}

.page-content-card::after,
.entry-content::after {
  clear: both;
  content: "";
  display: table;
}

.page-content-image {
  display: block;
  height: auto;
  max-width: min(400px, 100%);
}

.page-content-image--top {
  float: none;
  margin: 0 auto 1.5rem;
}

.page-content-image--left {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
}

.page-content-image--right {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
}

.entry-content {
  font-size: 18px;
  line-height: 1.5;
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  clear: both;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-bottom: 1rem;
}

.entry-content li {
  font-size: 18px;
  line-height: 1.5;
}

.entry-content li + li {
  margin-top: 0.35rem;
}

.entry-content b,
.entry-content strong {
  display: inline;
  font-weight: 700;
  margin: 0;
}

.entry-content img,
.entry-content .wp-caption {
  height: auto;
  max-width: 100%;
}

.entry-content .alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
}

.entry-content .alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
}

.entry-content .aligncenter {
  display: block;
  margin: 0.5rem auto 1rem;
}

.entry-content .alignnone {
  display: block;
  margin: 0.5rem 0 1rem;
}

.entry-content .wp-caption img {
  display: block;
  margin-bottom: 0.5rem;
}

.entry-content .wp-caption-text {
  color: #5f6974;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.faq-sections {
  clear: both;
  margin-top: 2rem;
}

.faq-accordion {
  --bs-accordion-active-bg: #eef7f2;
  --bs-accordion-active-color: #245b48;
  --bs-accordion-btn-focus-border-color: #316b58;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(49, 107, 88, 0.3);
  --bs-accordion-border-color: #d5dfda;
}

.faq-accordion__item {
  scroll-margin-top: 6rem;
}

.faq-accordion .accordion-button {
  color: #343e49;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #245b48;
}

.faq-accordion .accordion-button:focus-visible {
  border-color: #316b58;
  box-shadow: 0 0 0 0.2rem rgba(49, 107, 88, 0.3) !important;
  outline: 2px solid transparent !important;
}

.faq-accordion .accordion-body {
  padding: 1.25rem;
}

.faq-accordion .faq-answer-content > :last-child {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .faq-accordion .collapsing {
    transition: none;
  }
}

.sidebar-panel {
  padding-bottom: 1rem;
}

.sidebar-section-title {
  color: #316b58;
  font-size: 1rem;
  margin: 0;
  padding: 1rem 1rem 0;
}

.sidebar-image {
  display: block;
  width: 100%;
}

@media (max-width: 767.98px) {
  .blog-article-image {
    display: block;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .page-content-image--left,
  .page-content-image--right,
  .entry-content .alignleft,
  .entry-content .alignright {
    display: block;
    float: none !important;
    margin: 0.5rem auto 1.25rem;
  }

  .error-404-search .search-form,
  .search-no-results .search-form {
    flex-direction: column;
  }
}

.form-control {
  box-shadow: none;
  height: 45px;
  border-color: #ccc;
  font-size: 16px;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-control:-moz-placeholder {
  color: #ccc;
}

.form-control::-moz-placeholder {
  color: #ccc;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
}

.form-control:focus {
  border-color: #bfbfbf;
  box-shadow: none;
}

.embed-map-item {
  width: 100%;
  height: 100%;
}

li {
  font-size: 18px;
}

textarea.form-control {
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 30px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #00af51 !important;
}

.newsletter-month-header {
  font-size: 16px !important;
}

.alt-text {
  color: #316b58 !important;
}

.k-tabstrip {
  font-family: inherit !important;
}

#right {
  overflow-y: auto;
}

#back-to-top {
  background: #00af51;
  color: #fff;
  text-align: center;
  display: inline-block;
  z-index: 30;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#back-to-top:hover {
  background: #3d866e;
  color: #fff;
}

#back-to-top svg {
  margin-top: 5px;
}

#promo,
#footer,
#header,
#main {
  display: block;
}

.carousel-fade .carousel-item {
  opacity: 0.5;
  transition: opacity 0.75s ease-in-out;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
  display: block;
}

.carousel-indicators {
  bottom: 30px;
  margin-bottom: 0;
}

.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  width: 10px;
  height: 10px;
  margin: 0;
  margin-right: 10px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.carousel-indicators li.active {
  background-color: rgba(0, 0, 0, 0.5);
  width: 11px;
  height: 11px;
  margin: 0;
  margin-right: 10px;
}

.carousel-indicators li:last-child {
  margin-right: 0;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 28px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.section-intro {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 18px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.blueimp-gallery > a.next,
.blueimp-gallery > a.prev {
  color: #fff !important;
}

.branding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header .logo {
  margin: 0;
  display: inline-block;
}

.header .logo img {
  vertical-align: inherit;
}

.header-info-list {
  margin-bottom: 0;
  margin-top: 5px;
}

.header-info-list .info-item {
  position: relative;
  padding-left: 42px;
  line-height: 1.2;
  margin-right: 30px;
}

.header-info-list .info-item:last-child {
  margin-right: 0;
}

.header-info-list .info-item a {
  color: #343e49;
}

.header-info-list .info-main {
  display: block;
  color: #343e49;
  font-weight: bold;
  font-size: 16px;
}

.header-info-list .info-main a {
  color: #343e49;
}

.header-info-list .info-sub {
  display: block;
  color: #6c8198;
  font-size: 14px;
}

.header-info-list .info-sub a {
  color: #6c8198;
}

.header-info-list .custom-icon {
  font-size: 34px;
  position: absolute;
  left: 0;
  top: 0;
  color: #00af51;
}

.bg-primary {
  background-color: #316b58 !important;
}

.footer {
  background: #303030;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.footer a {
  color: rgba(255, 255, 255, 0.7);
}

.footer a:hover {
  color: #fff;
}

.footer .col-title {
  font-size: 18px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.footer .social-item {
  font-size: 16px;
}

.footer .social-item p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.footer .social-location-label {
  margin-right: 4px;
}

.footer .social-item a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding-top: 0;
  text-decoration: none;
}

.footer .social-item a .fa,
.footer .social-item a .fab,
.footer .social-item a .fas,
.footer .social-item a .svg-inline--fa,
.footer .social-item a .social-icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  height: 1em;
  width: 1em;
}

.footer .social-item a .social-icon {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer .social-item a .social-icon-facebook {
  fill: currentColor;
  stroke: none;
}

.footer .social-item a .social-icon-facebook text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.footer .social-item a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.footer .social-item a:hover .fa,
.footer .social-item a:hover .fab,
.footer .social-item a:hover .fas,
.footer .social-item a:hover .svg-inline--fa,
.footer .social-item a:hover .social-icon {
  color: #fff;
}

.footer-col {
  padding: 0 30px;
  margin-bottom: 30px;
}

.footer-col .business-hours-list li {
  margin-bottom: 10px;
}

.footer-col .intro {
  margin-bottom: 15px;
}

.footer-contact-list .item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 32px;
}

.footer-contact-list .custom-icon {
  position: absolute;
  font-size: 22px;
  color: #fff;
  left: 0;
}

.footer-main {
  padding-bottom: 60px;
  padding-top: 60px;
}

.bottombar {
  background: #101010;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 0.4);
}

.bottombar a {
  color: rgba(255, 255, 255, 0.4);
}

.bottombar a:hover {
  color: #fff;
}

.copyright {
  font-size: 13px;
}

.footer-menu {
  margin-top: 15px;
  margin-bottom: 0;
}

.footer-menu li {
  margin-bottom: 5px;
}

.footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.3);
}

.promo-section {
  position: relative;
}

.hero-carousel {
  height: 500px;
  color: #fff;
  background-color: #343e49;
}

.hero-carousel .carousel-inner .item {
  height: 500px;
  background-position: center center;
  padding-top: 100px;
}

.hero-carousel .carousel-inner .item-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
    url("../../../../uploads/2023/02/carousel_1.jpg");
  background-size: cover;
  background-position: center;
}

.hero-carousel .carousel-inner .item-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
    url("../../../../uploads/2023/02/carousel_3.png");
  background-size: cover;
  background-position: center;
}

.hero-carousel .carousel-inner .item-4 {
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
    url("../../../../uploads/2023/02/carousel_4.jpg");
  background-size: cover;
  background-position: center;
}

.hero-carousel .carousel-inner .item-5 {
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
    url("../../../../uploads/2023/02/carousel_5.jpg");
  background-size: cover;
  background-position: center;
}

.hero-carousel .carousel-inner .item-content-inner {
  max-width: 680px;
  margin: 0 auto;
}

.hero-carousel .carousel-inner .heading {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 15px;
}

.hero-carousel .carousel-inner .intro {
  font-size: 20px;
  margin-bottom: 30px;
}

.hero-carousel .carousel-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  margin-right: 6px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.hero-carousel .carousel-indicators [data-bs-target]:last-child {
  margin-right: 0;
}

.owl-carousel .owl-item img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services-section .item {
  margin-bottom: 60px;
}

.services-section .item-inner {
  padding: 0 15px;
  height: 100%;
}

.services-section .item-title {
  color: #113560;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.services-section .custom-icon {
  margin-bottom: 15px;
  display: inline-block;
  color: #00af51;
  font-size: 68px;
}

.services-section .cta-area {
  margin-top: 45px;
}

.why-section {
  background: #00af51;
  color: #fff;
}

.why-section .section-title {
  margin-bottom: 30px;
}

.reasons {
  max-width: 600px;
}

.reasons .fa-check {
  color: #316b58;
}

.reasons .item {
  margin-bottom: 30px;
}

.reasons .item-title {
  font-size: 20px;
}

.reasons .item-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.badges-list {
  margin-top: 60px;
}

.badges-list .badge-item {
  margin-right: 30px;
  margin-bottom: 30px;
}

.badges-list .badge-item:last-child {
  margin-right: 0;
}

.badges-list img {
  max-height: 90px;
  vertical-align: middle;
}

.reviews-section {
  background: #316b58;
  color: #fff;
}

.reviews-section .rating {
  margin-bottom: 15px;
}

.reviews-section .rating .svg-inline--fa {
  color: #feb415;
}

.reviews-section .customer-profile {
  display: inline-block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.reviews-section .inner {
  padding: 30px;
}

.reviews-section .quote {
  border-left: none;
  padding: 0;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  text-align: left;
}

.reviews-section .quote .svg-inline--fa {
  position: absolute;
  left: -8px;
  color: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
}

.reviews-section .source {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.reviews-section .source a {
  color: rgba(255, 255, 255, 0.8);
}

.reviews-section .source a:hover {
  color: #fff;
}

.tns-nav {
  display: block;
  margin-top: 1rem;
  position: absolute;
  text-align: center;
  width: 100%;
}

.tns-nav button {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  border: 0;
}

.tns-nav button.tns-nav-active {
  background: rgba(255, 255, 255, 0.6);
}

.tns-nav button:focus {
  outline: none;
}

.about-section {
  background: #f5f5f5;
}

.about-desc {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.about-figure {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.callout-section {
  background: #00af51;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
}

.callout-section .section-title {
  margin-bottom: 5px;
}

.callout-btn {
  margin-top: 15px;
}

.projects-section {
  background: #f5f5f5;
}

.projects-section .sub-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}

.projects-section .item-inner {
  padding: 15px;
}

.projects-section .project-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.projects-section .project-item:hover .info-mask {
  margin-top: 0;
}

.projects-section .info-mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 360px;
  background: #fff;
  margin-top: 280px;
  -webkit-transition: margin-top 0.4s ease-in-out;
  -moz-transition: margin-top 0.4s ease-in-out;
  -ms-transition: margin-top 0.4s ease-in-out;
  -o-transition: margin-top 0.4s ease-in-out;
}

.projects-section .info-mask .mask-inner {
  position: relative;
  padding: 30px;
  height: 360px;
}

.projects-section .info-mask span {
  display: block;
}

.projects-section .info-mask .title {
  font-weight: bold;
  margin: 0;
  font-size: 18px;
  padding-bottom: 30px;
}

.projects-section .info-mask .desc {
  margin-bottom: 15px;
  font-size: 14px;
}

.projects-section .info-mask .link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.projects-section .img-holder {
  position: absolute;
  width: 100%;
  height: 360px;
}

.projects-section .img-holder-1 {
  background: url("../images/projects/latest/latest-1.jpg") no-repeat center
    center;
  background-size: cover;
}

.projects-section .img-holder-2 {
  background: url("../images/projects/latest/latest-2.jpg") no-repeat center
    center;
  background-size: cover;
}

.projects-section .img-holder-3 {
  background: url("../images/projects/latest/latest-3.jpg") no-repeat center
    center;
  background-size: cover;
}

.latest-projects {
  margin-bottom: 60px;
}

.photos-wrapper .item {
  margin-bottom: 15px;
}

.photos-wrapper .item a {
  display: inline-block;
  background: #113560;
  max-width: 100%;
  overflow: hidden;
}

.photos-wrapper .item a img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.photos-wrapper .item a img:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.shop-section .products .item {
  margin-bottom: 30px;
}

.shop-section .products .item-inner {
  position: relative;
}

.shop-section .product-info {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  top: 0;
  left: 0;
  padding: 15px;
}

.shop-section .product-info:hover .product-title {
  padding-top: 40px;
}

.shop-section .product-info:hover .product-desc {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.shop-section .product-info-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.shop-section .product-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.shop-section .product-title {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 50px;
  font-weight: 900;
  font-size: 18px;
}

.shop-section .product-desc {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 14px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-weight: bold;
}

.shop-section .btn-store {
  margin-top: 30px;
  margin-bottom: 30px;
}

.faq-section {
  background: #f5f5f5;
}

.faq-section .section-title {
  margin-bottom: 60px;
}

.faq-section .accordion-item {
  box-shadow: none;
  border: none;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.faq-section .accordion-button {
  text-decoration: none;
  padding: 0;
  color: #343e49;
  background: none;
  box-shadow: none;
}

.faq-section .accordion-button:after {
  display: none;
}

.faq-section .accordion-header {
  font-size: 18px;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
}

.faq-section .accordion-header .fa-circle-question {
  position: absolute;
  left: 5px;
  top: 3px;
  color: #343e49;
}

.faq-section .accordion-header a {
  color: #00af51;
}

.faq-section .accordion-body {
  font-size: 16px;
  padding: 30px;
  padding-top: 15px;
}

.contact-section {
  background: #303030;
  color: #fff;
}

.contact-section .contact-title {
  margin-top: 0;
}

.contact-intro {
  max-width: 750px;
  margin: 0 auto;
}

.contact-form {
  max-width: 1000px;
  background: #303030;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}

.request-appointment-form {
  max-width: 1000px;
  background: #303030;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}

.signup-form {
  max-width: 1000px;
  background: #316b58;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}

.contact-info-list {
  margin-bottom: 30px;
  margin-bottom: 45px;
}

.contact-info-list .custom-icon {
  width: 46px;
  height: 46px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  padding-top: 10px;
}

.contact-info-list .info {
  display: block;
}

.contact-info-list .item {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-right: 30px;
  line-height: 1.2;
  font-size: 16px;
}

.contact-info-list .item:last-child {
  margin-right: 0;
}

.contact-info-list a {
  color: #fff;
}

.contact-form label.error {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #cd3d2b;
  margin-top: 5px;
}

.modal-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  font-size: 16px;
}

.modal-body iframe {
  max-width: 100%;
}

.modal-content {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.modal-header {
  border: none;
  padding-top: 30px;
  position: relative;
  justify-content: center !important;
}

.modal button.btn-close {
  font-size: 36px;
  font-weight: 300;
  text-shadow: none;
  background: none;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 10;
  border: none;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.modal button.btn-close:focus {
  box-shadow: none;
  outline: none;
}

.modal button.btn-close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.modal-backdrop.in {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.modal .modal-dialog {
  max-width: inherit;
}

.modal .modal-title {
  font-size: 24px;
  font-weight: 900;
}

.modal .figure {
  margin-bottom: 30px;
  text-align: center;
}

.modal .figure img {
  margin: 0 auto;
}

.modal .review {
  margin: 15px auto;
  margin-top: 30px;
  background: #f5f5f5;
  padding: 30px;
}

.modal .rating {
  margin-bottom: 15px;
}

.modal .rating .svg-inline--fa {
  color: #feb415;
}

.modal .quote {
  border-left: none;
  background: #00af51;
  color: #fff;
  padding: 30px;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding-left: 20px;
  text-align: center;
}

.modal .quote .fa-quote-left {
  position: absolute;
  left: 15px;
  top: 15px;
  color: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.4);
}

.modal .quote:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00af51;
  position: absolute;
  bottom: -10px;
  margin-left: -10px;
  left: 50%;
}

.modal .customer-profile {
  width: 60px;
  margin-bottom: 10px;
}

.modal .source {
  font-size: 13px;
  color: #6c8198;
}

.modal .source a {
  color: #6c8198;
}

.modal .source a:hover {
  color: #00af51;
}

@media (max-width: 767px) {
  .branding {
    text-align: center;
  }

  .header .logo {
    float: none !important;
    text-align: center;
    display: block;
  }

  .header .logo img {
    margin: 0 auto;
  }

  .header-info-list {
    margin: 0 auto;
    float: none !important;
    text-align: left;
    display: inline-block;
  }

  .header-info-list .custom-icon {
    font-size: 26px;
  }

  .header-info-list .info-item {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
    padding-left: 34px;
  }

  .footer-col {
    margin-bottom: 30px;
  }

  .footer-col:last-child {
    margin-bottom: 0;
  }

  .header-info-list {
    display: none;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .header-info-list {
    display: none;
  }
}

@media (min-width: 992px) {
  .nav > li > a {
    margin-right: 15px;
  }
}

body {
  overflow-x: hidden;
}

.config-trigger {
  position: absolute;
  top: 30px;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #222;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}

.config-trigger:hover {
  background: #000;
  text-decoration: none;
}

.config-trigger:hover .svg-inline--fa {
  color: #fff;
}

.config-trigger .svg-inline--fa {
  font-size: 20px;
  margin-top: 7px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
}

.config-panel {
  position: fixed;
  top: 160px;
  z-index: 1000;
  width: 190px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.config-panel.config-panel-open {
  right: 0;
}

.config-panel.config-panel-hide {
  right: -190px;
}

.config-panel .panel-inner {
  position: relative;
  background: #222;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.config-panel .panel-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.config-panel label {
  color: #fff;
}

.config-panel #color-options {
  margin-bottom: 0px;
}

.config-panel #color-options li a {
  display: block;
  width: 40px;
  height: 20px;
  border: 2px solid transparent;
  margin-bottom: 10px;
}

.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.config-panel #color-options li.active a {
  border: 2px solid #fff;
}

.config-panel #color-options li.theme-1 a {
  background: #00af51;
}

.config-panel #color-options li.theme-2 a {
  background-color: #53b153;
}

.config-panel #color-options li.theme-3 a {
  background-color: #4e7eac;
}

.config-panel #color-options li.theme-4 a {
  background-color: #48b7b8;
}

.config-panel #color-options li.theme-5 a {
  background-color: #a06081;
}

.config-panel #color-options li.theme-6 a {
  background-color: #8a7247;
}

.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}

.config-panel .close .svg-inline--fa {
  color: #fff;
  font-size: 18px;
}

.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
  font-family: "Lato", sans-serif !important;
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 10px !important;
}

.e-control,
.e-css {
  font-family: "Lato", sans-serif !important;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
  font-family: "Lato", sans-serif !important;
}

.x_elementToProof {
  margin: 5px 0px 5px 0px !important;
}

.location-tabs-content {
  padding-top: 1.25rem !important;
}

.location-profile-list,
.location-service-list {
  display: block;
}

.location-profile-item,
.location-service-item {
  display: block;
  overflow: hidden;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(17, 53, 96, 0.12);
}

.location-profile-item::after,
.location-service-item::after {
  content: "";
  display: table;
  clear: both;
}

.location-profile-item:first-child,
.location-service-item:first-child {
  padding-top: 0;
}

.location-profile-item:last-child,
.location-service-item:last-child {
  border-bottom: 0;
}

.location-profile-media,
.location-service-media {
  float: left;
  display: block;
  max-width: 48%;
  margin: 0.25rem 1.5rem 0.85rem 0;
  overflow: hidden;
  border-radius: 8px;
  line-height: 0;
}

.location-profile-media {
  width: 380px;
}

.location-service-media {
  width: 350px;
}

.location-profile-image,
.location-service-image {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  border-radius: inherit;
}

.location-profile-body,
.location-service-body {
  display: block;
}

.location-profile-name,
.location-service-name {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.location-profile-name a {
  color: #113560;
  text-decoration: none;
}

.location-service-name,
.location-service-name a {
  color: #00af51;
  text-decoration: none;
}

.location-profile-name a:hover,
.location-profile-name a:focus {
  color: #00af51;
  text-decoration: underline;
}

.location-service-name a:hover,
.location-service-name a:focus {
  color: #316b58;
  text-decoration: underline;
}

/* Custom post singular views */
.custom-single__type {
  color: #316b58;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.custom-single__body::after {
  content: "";
  display: table;
  clear: both;
}

.custom-single__media {
  float: left;
  width: min(42%, 360px);
  margin: 0.25rem 1.5rem 1rem 0;
}

.custom-single__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.custom-single__details {
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  background: #f3f8f5;
  border-left: 4px solid #00af51;
  border-radius: 0 6px 6px 0;
}

.custom-single__details > div {
  display: grid;
  grid-template-columns: minmax(7rem, 0.35fr) 1fr;
  gap: 0.75rem;
}

.custom-single__details dt,
.custom-single__details dd {
  margin: 0;
}

.custom-single__details dt {
  color: #113560;
}

.custom-single__content {
  line-height: 1.65;
}

.custom-single__content img {
  max-width: 100%;
  height: auto;
}

.custom-single__action {
  margin: 1.25rem 0 0;
}

.custom-single__locations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  clear: both;
  margin-top: 1.5rem;
}

.custom-single__location {
  padding: 1rem;
  background: #f8f9fa;
  border: 1px solid rgba(17, 53, 96, 0.14);
  border-radius: 8px;
}

.custom-single__location .embed-map-item {
  width: 100%;
  min-height: 220px;
  margin-bottom: 1rem;
  border: 0;
}

@media (max-width: 991.98px) {
  .custom-single__locations {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .custom-single__media {
    float: none;
    width: 100%;
    max-width: 360px;
    margin: 0 0 1rem;
  }

  .custom-single__details > div {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}

/* Accessibility and progressive enhancement */
#header {
  position: relative;
  z-index: 1030;
}

.bs-component .navbar {
  z-index: 1020;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    max-height: 50vh;
    overflow-y: auto;
  }
}

.skip-link {
  background: #fff;
  border: 3px solid #1f2933;
  border-radius: 4px;
  color: #1f2933;
  font-weight: 700;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: 1rem;
  transform: translateY(-200%);
  transition: transform 0.15s ease-in-out;
  z-index: 10000;
}

.skip-link:focus {
  color: #1f2933;
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  box-shadow: 0 0 0 2px #1f2933 !important;
  outline: 3px solid #ffbf47 !important;
  outline-offset: 2px !important;
}

.navbar .nav-link:focus-visible {
  box-shadow: inset 0 -3px 0 #fff !important;
  outline: none !important;
}

.navbar button:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9) !important;
  outline: none !important;
}

.navbar .form-control:focus-visible {
  border-color: #113560;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75) !important;
  outline: none !important;
}

.navbar .dropdown-item:focus-visible {
  background-color: #e9ecef;
  box-shadow: inset 3px 0 0 #113560 !important;
  outline: none !important;
}

@keyframes vnhawc-region-reveal {
  from {
    opacity: 0.01;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  #header,
  #main,
  #footer,
  #promo {
    animation: vnhawc-region-reveal 0.45s ease-out both;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.location-profile-title-inline {
  color: #343e49;
  font-weight: 700;
}

.location-profile-details,
.location-service-description {
  font-size: 1rem;
  line-height: 1.6;
}

.location-profile-details img,
.location-service-description img {
  max-width: 100%;
  height: auto;
}

.location-profile-details p:last-child,
.location-service-description p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .location-profile-media,
  .location-service-media {
    float: none;
    width: 100%;
    max-width: 340px;
    margin: 0 0 0.85rem;
  }

  .location-profile-image,
  .location-service-image {
    width: 100% !important;
    max-width: 340px !important;
    height: auto !important;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#form-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-loading-spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
