.article__kicker {
    color: #767676;
}
html{
	scroll-behavior: smooth;
}
.related-services__chips {
    flex-wrap: wrap;
}
.textsection{
	margin-bottom: 0;
}
.waystogive {
    padding: 40px 0 24px;
}
.expect {
    margin-bottom: 0;
    padding: 40px 0;
}

.textsection h3,
.textsection h4{
    margin-bottom: 5px;
    font-weight: 500;
	font-size: 21px;
}

.sortbyrow p {
	color: #000;
}

.df-ui .df-ui-page label {
    color: #000!important;
}



.main>*:not(.custom-block-acf) {
    width: 100%;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 576px) {
    .main>*:not(.custom-block-acf) {
        max-width: 540px;
        padding: 0 12px;
    }
}

@media (min-width: 768px) {
    .main>*:not(.custom-block-acf) {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .main>*:not(.custom-block-acf) {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .main>*:not(.custom-block-acf) {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .main>*:not(.custom-block-acf) {
        max-width: 1264px;
    }
}


.spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
}

.spinner>span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #dbdbdb;
    top: 150px;
    left: calc(50% - 75px);
    animation: spin linear 3s infinite;
}

.spinner>span::after {
    content: '';
    position: absolute;
    background-color: #474646;
    display: block;
    width: 10px;
    height: 10px;
    top: 8px;
    left: 8px;
    border-radius: 50%;
}

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

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

#wpadminbar .quicklinks {
    max-width: 100%;
}
