.page-template-page-rural-thriving,
.page-template-page-rural-thriving #page-wrap {
    background: #F7F3F0;
}
.bg-dark {
    background-color: #342326 !important;
}
.btn-primary {
    background-color: #80B63A;
    border: none;
    color: #FFF;
}
.btn-primary:hover {
    background-color: #342326;
    color: #FFF;
}
.font-adriane {
    font-family: "adriane", sans-serif;
}
#rural-thriving-hero {
    height: 600px;
    /* background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url('/wp-content/uploads/AdobeStock_162004457-1920.jpg');
    background-size: cover;
    background-position: center; */
}
#rural-thriving-hero .hero-logo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
#rural-thriving-hero h1 span {
    color: #80B63A;
    display: block;
    font-family: "adriane";
    font-size: 1.5em;
    display: block;
    margin-top: 20px;
}
.lp-thriving-header span {
    color: #80B63A;
    display: block;
    font-family: "adriane";
    font-size: 1.5em;
}
.lp-thriving-item img {
    width: 75px;
    height: 75px;
    margin-bottom: 15px;
}
.splide__arrow {
    background: transparent;
    color: #000;
}
.splide__arrow svg {
    fill: #000;
}
.splide__arrow--prev {
    left: -35px;
}
.splide__arrow--next {
    right: -35px;
}
@media(max-width: 768px) {
    
    #rural-thriving-hero {
        height: 450px;
    }
    .lp-thriving-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .splide__arrow--prev {
        left: -10px;
    }
    .splide__arrow--next {
        right: -10px;
    }

}
@media(max-width: 575px) {
    #rural-thriving-hero h1 span {
        margin-top: 15px;
    }
}
.solutions-tailored {
    color: #342326;
    font-size: 18px;
}
.solutions-tailored span {
    font-size: 1.75em;
}
img.graph-up-icon {
    width: 75px;
    height: 75px;
}
.accordion-item {
    margin-bottom: 25px;
    border: none;
    border-radius: 12px !important;
}
.accordion-body {
    border-top: 1px solid;
}
.accordion-button::after {
    width: 35px;
    height: 35px;
    background-size: 35px;
}
.accordion-header .accordion-button {
    font-family: "adriane", sans-serif;
    font-size: 1.25rem;
    border-radius: 12px !important;
}
.accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #FFF;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
@media(max-width: 575px) {
    .accordion-header .accordion-button {
        font-size: 1rem;
        line-height: normal;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}
.our-philosophy-section {
    background: url(/wp-content/uploads/waves@2x-opacity.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.desktop-thriving-item {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    border: 1px solid #322426;
}