.text-orange {
    color: orange;
}

.gray-star {
    color: #e0e3e6;
}

.mr-4 {
    margin-right: 4px;
}

.header-info {
    font-size: 18px
}

.distancer::before {
    content: "\0022c5";
    margin-left: 5px;
    margin-right: 5px;
}

.company-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
}

.state-list {
    list-style-type: none;
    padding: 0;
}

.homepage-list {
    list-style-type: none;
    padding: 0;
}

.homepage-list li {
    margin-top: 25px;
}

.footer-links {
    margin: 0;
    display: inline-flex !important;
    text-align: right !important;
    list-style-type: none;
}

.footer-links {
    display: block !important;
    padding: 0;
}

.footer-links li {
    margin-top: 30px;
    text-align: center !important;
}

.header-link {
    justify-content: center !important;
}

@media (max-width: 992px) {
    .hide-age {
        display: none;
    }

    .three-row-list {
        grid-template-columns: 1fr !important;
    }
}

@media (min-width: 992px) {
    .footer-links {
        margin: 0;
        display: inline-flex !important;
        list-style-type: none;
    }

    .footer-links li {
        margin-top: 0px;
        text-align: right !important;
    }

    .header-link {
        justify-content: left !important;
    }

    .footer-links li::after {
        content: "|";
        color: #fff;
        margin: 0px 10px 0px 10px;
    }

    .footer-links li:last-child {
        margin-right: 0px;
    }

    .footer-links li:last-child::after {
        display: none;
    }

    section.hero {
        height: 30rem;
    }
}

.divider-line {
    border-bottom: 1px solid #ccc;
    margin: 16px 0px 16px 0px;
}

.three-row-list {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.two-row-list {
	display: grid;
    grid-template-columns: 1fr 1fr;
}

.ml-15 {
    margin-left: 15px;
}