.location-contacts.section-margins {
    padding: 0 0 80px;
}

.lc-block__wrapper {
    padding: 4px;
}

.lc-block {
    padding: 20px;
    background-color: #f5f5f5;
}

i.icon.icon-hours {
    background-image: url( https://www.quinncompany.com/wp-content/uploads/2022/10/time.png );
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 8px;
}

i.icon.icon-phone {
    background-image: url( https://www.quinncompany.com/wp-content/uploads/2022/10/call.png );
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 8px;
}

i.icon.icon-printer {
    background-image: url( https://www.quinncompany.com/wp-content/uploads/2022/10/fax.png );
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 8px;
}

i.icon.icon-envelope {
    background-image: url( https://www.quinncompany.com/wp-content/uploads/2023/03/envelope.png );
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 8px;
}

i.icon.icon-printer + a,
i.icon.icon-envelope + a,
i.icon.icon-phone ~ a {
	font-weight: 400;
	color:#444444;
}

i.icon.icon-printer + a:hover,
i.icon.icon-envelope + a:hover,
i.icon.icon-phone ~ a:hover {
	color: #fec81d;
}

.lc-block .numbers-base p:first-of-type {
    margin-right: 30px;
}

.lc-block h5,
.lc-block .p-h5 {
    margin: 0 0 10px;
}

.lc-block p:not(.p-h5) {
    margin: 0 0 8px;
}

.lc-block strong + span {
    display: block;
}

.lc-block .numbers-base p:last-child {
    margin-bottom: 0;
}

.lc-block .numbers-base {
    display: flex;
    flex-direction: column;
}

.iframe-wrapper,
.iframe-wrapper p {
    width: 100%;
    height: 300px;
}

.iframe-wrapper {
    min-height: 340px;
}

.iframe-wrapper p iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
}

/*.lc-block:first-of-type {
    margin-top: 10px;
}

.lc-block:last-of-type {
    margin-bottom: 0;
}*/

@media ( min-width: 768px ) {
    .lc-block {
        padding: 25px 35px;
    }

    .lc-block .numbers-base {
        flex-direction: row;
    }

    .lc-block__wrapper {
        padding: 8px;
    }

    .lc-block p {
        margin: 0 0 5px;
    }

    .lc-block strong + span {
        display: inline-block;
    }
}

@media ( min-width: 1025px ) {
    .locations-outer-wrap {
        max-width: 1132px;
        margin: 0 auto;
    }
}

@media ( min-width: 1200px ) {
    .location-contacts.section-margins {
        padding: 0 0 80px;
    }
    .locations-outer-wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .location-contacts .half-width {
        width: calc( 50% - 15px );
        display: inline-block;
    }
    .iframe-wrapper,
    .iframe-wrapper p {
        height: 100%;
    }
    /*.lc-block:first-of-type {
        margin-top: 0px;
    }*/
    .lc-block p {
        font-size: 16px;
    }
}
