.view-content .thumbnail {
    border-right: none;
}

body.not-front main#main .l-constrain--no-padding {
    max-width: none;
}

/*View Displays*/
.views-element-container {
    max-width: 86em;
    margin: 0 auto;
}

.view-content .thumbnail {
    padding: 0;
    margin: 1rem;
    display: block;
    position: relative;
    flex: 1 1 30%;
    max-width: 445px;
    margin: 0 auto 2rem auto;
}

.view-content {
    display: flex;
    justify-content: flex-start;
    align-items: unset;
    flex-wrap: wrap;
}
/* It's better to use an element that already exists like a H3 for this */
/*.views-field.views-field-title {*/
/*    font-weight: 600;*/
/*    font-size: 22px;*/
/*}*/

.views-field.views-field-field-political-party- {
    display: flex;
}
.views-field.views-field-field-state {
    display: flex;
}
.views-field.views-field-field-district {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
}

/* Additions - 7-28-2022 */
.views-exposed-form {
    margin: auto;
    display: table;
    padding: 32px 0 0 0;
}
.view-content >h3 {
    display: none;
    visibility: hidden;
}
h2.title {
    font-family: 'Cardo';
}
.clay-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.views-element-container h2.title {
    background: #3f5373;
    color: #fff;
    padding: 12px 0;
    margin: 16px;
    font-weight: 500;
}
.clay-wrapper > div:last-of-type {
    padding: 32px 16px;
}

/*
.clay-wrapper .views-field-fieldset-1 {
    flex: 1 1 33%;
}
.clay-wrapper .views-field-fieldset-2 {
    flex: 1 1 66%;
}
*/

/*Mobile View*/
@media only screen and (max-width: 600px){
.view-content {
    display: flex;
    justify-content: flex-start;
    align-items: unset;
    flex-wrap: wrap;
    flex-direction: column;
}
}