.provider-quickbox {
    padding: 1% !important;
}

.provider-quickbox-info {
    padding: 2% 3% !important;
}

.provider-quickbox-img img {
    width: 120px !important;
    height: 160px !important;
    object-fit: cover;
    overflow: hidden;
}

.provider-quickbox-img-container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.vc_custom_1572012226430 {
    background-color: #f7f7f7 !important;
}

@media only screen and (max-width:1250px) {
    .provider-quickbox {
        width: 50% !important;
    }
}

@media only screen and (max-width: 775px) {
    .provider-quickbox-img {
        display: none;
    }
}

@media only screen and (max-width:815px) {
    .provider-quickbox {
        width: 70% !important;
        display: inline-block;
        float: none !important;
    }
}



.beacon-grid-thirds {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: 0 24px;
}

@media (min-width: 800px) {
    .beacon-grid-thirds {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 45px;
    }
}

@media (min-width: 1200px) {
    .beacon-grid-thirds {
        grid-template-columns: repeat(3, 1fr);
        margin: 0 45px;
    }
}



.beacon-grid-halves {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: 0 24px;
}

@media (min-width: 800px) {
    .beacon-grid-halves {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 45px;
    }
}



.provider-list {}

.provider-card {
    background-color: #f7f7f7;

    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

@media (min-width: 481px) {
    .provider-card {
        display: grid;
        grid-template: 1fr / 1fr 3fr;
        column-gap: 12px;
    }
}

.provider-card-headshot {
    display: none;
}

@media (min-width: 481px) {
    .provider-card-headshot {
        display: block;
    }
}

.provider-card-logo {
    justify-self: center;
    align-self: center;
}

.provider-card-name {}

.provider-card-name-header {
    margin-bottom: 0 !important;
}

.provider-card-info {
    padding: 8px 8px 0 8px;
}

@media (min-width: 481px) {
    .provider-card-info {
        padding: 8px 0 0 0;
    }
}

.provider-card-headshot-link {}

.provider-card-headshot-image {
    object-fit: cover;
    min-width: 120px;
    height: 100%;
    width: 100%;
}

.provider-card-logo-image {
    height: 36px;
    width: 36px;
}

.provider-card-specialties {
    margin-top: 8px;
    margin-bottom: 8px;
}

.stars-p {
    margin: 0;
}

.ratings-number {
    font-size: 10pt;
}

.ratings-description {
    font-size: 8pt;
}