.contact-archive {
    width: 100%;
}

.bc-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.contact-archive .contact-title {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 5px;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;
}

.contact-archive .contact-description {
    font-family: Gotham Pro, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #B8B8B8;
}

.contact-counter {
    font-family: Gotham Pro, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
}

.justify-center {
    justify-content: center;
}

.contact-archive .col a {
    color: #000000;
    text-decoration: underline;
}

.more-contacts-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.disclaimer-text {
    color: #717171;
    font-size: 12px;
    line-height: 130%;
}

.add-contact-btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 21px;
}

.disclaimer-row {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 20px;
    border-top: 1px solid #B8B8B8;
    justify-content: space-between;
}

@media (min-width: 767px) {
    .contact-list {
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {

    .contact-archive .contact-title {
        font-size: 36px;
    }

    .contact-archive .contact-description {
        font-size: 16px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .contact-list {
        gap: 40px;
    }

    .contact-counter {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .more-contacts-btn {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .disclaimer-text {
        font-size: 16px;
        font-weight: 200;
    }

    .add-contact-btn {
        font-size: 16px;
        margin-bottom: 0;
    }

    .disclaimer-row {
        display: flex;
        flex-direction: row;
        padding-top: 40px;
        gap: 20px;
    }
}

.is--dark .contact-archive .col a {
    color: #ffffff;
}

span.highlight {
    color: green;
}
.search_conrol_btn {
    text-align: center;

}
a.search_clear_form {
    font-size: 14px;
    color: green;
}
a.search_clear_form:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
}

.form_section {
    flex-basis: 25%;
    max-width: 300px;
}
.form_section input {
    width: 100%;
}

@media (max-width: 768px) {
    .form_section {
        flex-basis: 100%;
        max-width: 100%;
    }
}
.btn.active_item {
    background-color: #07924D;
    color: #ffffff;
}
