div#accordion-587 .panel-title a:before, div#accordion-590 .panel-title a:before, div#accordion-583 .panel-title a:before, div#accordion-440 .panel-title a:before {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
div#accordion-587 .panel-title a:before,
div#accordion-590 .panel-title a:before,
div#accordion-583 .panel-title a:before {
    content: "";
    height: 100px;
    width: 100px;
    background-size: cover;
    margin-right: 16px;
}
div#accordion-587 .panel-title a:before {
    background-image: url(/sites/default/files/images/affiliate.svg);
}
div#accordion-590 .panel-title a:before {
    background-image: url(/sites/default/files/images/serviceprovider.svg);
}
div#accordion-583 .panel-title a:before {
    background-image: url(/sites/default/files/images/national.svg);
}
div#accordion-440 .panel-title a:before {
    background-image: url(/sites/default/files/images/agencies-resized.png);
}

/* Classes */
.preamem-title, .preamem-slogan, .panel-title {
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.panel-title a {
    text-align: center;
    justify-content: center;
    font-size: 2.25vmax;
    display: flex !important;
    align-items: center;
}
.label-default {
    font-family: Oswald;
    letter-spacing: 1px;
    padding: 4px 8px;
    color: #fff;
    background-color: #444;
    font-weight: 300;
    display: inline-block;
}
.field-content.premem-body.small p {
    padding: 4px 0;
}

/* View Displays */
.view-associate-members .thumbnail {
    border-radius: 0;
}
.view-associate-members .view-content {
    display: flex;
    justify-content: flex-start;
    align-items: unset;
    flex-wrap: wrap;
}
.view-associate-members .view-content .thumbnail {
    padding: 2rem 2rem 7rem 2rem;
    flex-basis: calc(25% - 2rem);
    margin: 1rem;
    display: block;
    position: relative;
}
.view-associate-members .field-content .preamem-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: auto;
    text-align: center;
    display: inline-block;
    left: 0;
}
.view-associate-members .field-content .preamem-link a {
    color: #fff;
    margin: auto;
    width: 100%;
    border-radius: 0;
}
/*.view--associate-members.view--display-block_3 .premem-body {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/
.view-associate-members .views-field-field-member-type {
    padding: 0 0 1rem 0;
}
.view-associate-members .views-field.views-field-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.view-associate-members.view--display-block_3 .views-field-field-member-type {
  display: none;
}
.view-associate-members .field-content.premem-body p {
    flex-basis: 33%;
}

@media (max-width:951px) {
.view-associate-members .view-content .thumbnail {
    flex-basis: calc(33% - 2rem);
}  
}

@media (max-width:702px) {
.view-associate-members .view-content .thumbnail {
    flex-basis: calc(50% - 2rem);
}  
}

@media (max-width:480px) {
.view-associate-members .view-content .thumbnail {
    flex-basis: calc(100% - 2rem);
}  
}