.views-exposed-widgets {
    margin-bottom: 0.5em;
}
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0;
    content: '';
    display: table;
    clear: both;
}
.views-exposed-form .views-exposed-widget {
    float: left;
    width: 50%;
}
.views-exposed-widget.views-submit-button {
    clear: both;
}
.views-exposed-form label {
    color: #3f3f3f;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
}
.views-exposed-form .views-exposed-widgets input {
    width: 96%;
    padding: 8px 5px;
    color: #3f3f3f;
    border: 1px solid #898989;
    font-size: 14px;
}
.views-exposed-form .views-exposed-widget {
    width: 100%;
    max-width: 175px;
    padding: 0;
}
.views-exposed-form .views-exposed-widgets input.form-submit {   
    border: 1px solid #a8ad00;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    margin-top: 1.6em;
    padding: 9px 24px;
    text-transform: uppercase;
    width: auto;
    min-height: auto;
    line-height: normal;
    letter-spacing: 1px;
}
.views-exposed-form .views-exposed-widgets input.form-submit:hover {
    background: #b3c400;
    border-color: #b3c400;
}

.view-new-rep-finder {
    display: flex;
    flex-wrap: wrap;
}
.view-new-rep-finder .views-field-field-photo {
    width: 25%;
    max-width: 200px;
    float: left;
    margin-right: 2%;
}
.views-field-nothing {
    width: 100%;
    margin: 0 0 20px;
    float: left;
    clear: both;
    margin-bottom: 26px;
    padding-top: 10px;
    color: #0971ce;
    font-size: 20px;
    font-weight: 300;
}
.views-field.views-field-field-bio {
    width: 73%;    
}
.view-new-rep-finder h2 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.2634;
}
.view-new-rep-finder h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}
.views-exposed-form .views-exposed-widget select {
    width: 90%;
    height: 35px;
    padding: 0.5rem;
    border: 1px solid #898989;
    border-radius: 0;
    background-color: #fff;
    font-size: 14px;
    line-height: normal;
    appearance: auto;
    background-image: none;
    color: var(--black);
}
.views-exposed-form .form-item input[type="number"] {
    width: 100%;
    padding: 8px 5px;
    color: #3f3f3f !important;
    border: 1px solid #898989 !important;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none !important;!I;!;
    height: auto;
    line-height: normal;
}

.views-exposed-form .views-exposed-widget:has(input) {
    max-width: 180px;
}
.views-exposed-form .views-exposed-widget.views-submit-button {
    max-width: 100%;
}
span#error-msg {
    margin-top: 12px;
}
.views-exposed-widgets {
    margin-bottom: 15px;
}