﻿.location-column {
    padding: 24px;
    padding-bottom: 40px;
}

    .location-column h3 {
        font-weight: 700;
    }

    .location-column .type-list {
        min-height: 75px;
        color: #007932;
    }

.type-locations {
    margin-top: 25px;
    text-align: center;
}

.type a {
    color: black;
    text-decoration: none;
}

    .type a[aria-expanded="true"] {
        color: #007932;
        border-bottom: 3px solid #007932;
    }

.location-header {
    padding: 15px;
    padding-top: 30px;
    border-bottom: 3px solid #E5E5E5;
}

    .location-header h1 {
        font-weight: 900;
        font-style: italic;
    }

    .location-header i {
        float: right;
        margin-top: 5px
    }


.location-note {
    color: #007932;
    font-weight: 700;
}

.get-locations {
    top: 100%;
    position: sticky;
}

.get-directions-btn {
    font-weight: bold;
    max-width: 200px;
    margin: 0 auto;
}

.address {
    margin-bottom: 1rem;
}

    .address p {
        margin: 0;
    }

#map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
}

#APIFailureMessage {
    color: red;
    display: none;
}
