.skip-link {
    left: 1rem;
    position: fixed;
    top: -5rem;
    z-index: 1100;
}

.skip-link:focus {
    background: #fff;
    padding: .75rem 1rem;
    top: 1rem;
}

#slider {
    overflow: hidden;
}

.navbar-toggler {
    margin-top: 1rem;
}

.content-area {
    color: #555;
    min-height: 12rem;
}

.content-area::after {
    clear: both;
    content: "";
    display: table;
}

.content-area img {
    height: auto;
    max-width: 100%;
}

.content-area .alignright {
    float: right;
    margin: 0 0 1rem 1.5rem;
}

.content-area .alignleft {
    float: left;
    margin: 0 1.5rem 1rem 0;
}

.brand-grid > div {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 140px;
    padding: 1rem 2rem;
}

.brand-grid img {
    max-height: 105px;
}

.product-line {
    display: block;
    text-align: center;
}

.product-line img {
    aspect-ratio: 1 / .75;
    object-fit: cover;
}

.product-line strong {
    display: block;
    font-size: 1.1rem;
    margin-top: .5rem;
}

.store-map {
    border: 0;
    max-width: 100%;
}

.estimate-embedded {
    margin-top: 2rem;
}

.estimate-embedded > .row {
    margin-left: 0;
    margin-right: 0;
}

.estimate-status {
    min-height: 1.5em;
}

.estimate-status.is-error {
    color: #a82020;
}

.estimate-status.is-success {
    color: #146c2e;
}

.review {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.review-stars {
    color: #d6a500;
    letter-spacing: .12em;
    margin-bottom: .25rem;
}

.review blockquote {
    margin-bottom: .5rem;
}

.archive-post h2 {
    font-size: 1.5rem;
}

@media (max-width: 991.98px) {
    #navbar {
        min-height: 0;
    }

    #navbarDropdown {
        width: 100%;
    }

    #socialbar {
        white-space: nowrap;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand {
        max-width: 100%;
    }

    .navbar-brand .logo {
        width: 52%;
    }

    .navbar-brand .angies-list {
        width: 21%;
    }

    #headerContactInfo {
        white-space: normal;
    }

    .content-area .alignright,
    .content-area .alignleft {
        float: none;
        margin: 0 0 1rem;
        width: 100% !important;
    }
}
