section.bni_branding {
    padding: 10px 0;
}

.bni_logo img {
    width: 150px;
    height: auto;
}

.logo_npe img {
    width:100px;
}

#findMeetingMapSection {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in;
}

#findMeetingMapSection.showMap {
    height: auto;
    overflow: auto;
    opacity: 1;
}

div#npe {
    width: 100% !important;
    max-width: 100% !important;
}

input#c-19-2 {
    margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
    .TestimonialsForm {
        flex-direction: column;
    }
    .TestimonialsForm .wp-block-column:first-child {
        order: 1;
    }
}

@media only screen and (max-width: 767px) {
    .TestimonialsForm {
        flex-direction: row;
    }
    .bni_logo img {
        width: 80px;
    }
    .logo_npe img {
        width: 50px;
    }

}


@media only screen and (max-width: 576px) {

    .amazingcarousel-next,
    .amazingcarousel-prev {
        display: none !important;
    }
}