.rep_container {
    display: flex;
}

.rep_filters {
    width: 25%;
    padding: 0 2rem 0 0;
}

.rep_filters select {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: .25rem 1rem;
    border-radius: .5rem;
    color: #7E7E7E;
    font-style: italic;
    height: 46px;
}

.rep_filters input {
    width: 100%;
    padding: .25rem 1rem;
    border-radius: .5rem;
    color: #000;
    background-color: transparent;
    border: 1px solid #D3D3D3;
}

.rep_filters input::placeholder {
    opacity: 1;
    font-size: .8125rem!important;
}

.rep_listing {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}

.rep_entry {
    width: calc(33.3% - 4rem);
    margin: 0 2rem 2rem;
    font-size: .75rem;
}

.rep_entry_logo {
    width: calc(25% - 4rem);
    margin: 0 2rem 2rem;
}

.rep_entry_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rep_entry_header div {
    margin: 0;
}

.rep_entry_header strong, .rep_entry_header a {
    display: block;
}

.rep_entry_header strong {
    font-weight: 900;
}

.rep_entry_header a {
    color: #E81C9A;
}

.pink_pastille {
    border-radius: .5rem;
    color: #fff;
    padding: .5rem 1rem;
    font-size: .75rem;
    background-color: #E81C9A;
    display: block;
    text-align: center;
    margin: 1rem 0 0 0;
}

.rep_entry_header img {
    width: 150px;
    padding: 0 0 0 2rem;
}

.rep_entry_contact {
    padding: 1rem 0;
    font-weight: 700;
}

.rep_entry_contact a, .rep_entry_address a {
    color: #E81C9A;
}

#filter_search {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 1rem 0;
}

#filter_search button {
    position: absolute;
    right: 1rem;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #707070;
}