.gc_service_app_tool-service_app_tool-list {
    font-family: inherit;
}

.gc_service_app_tool-service_app_tool-array_service_app_tool {
    font-family: inherit;
}

.gc_service_app_tool-service_app_tool-array_service_app_tool-nav ul {
    list-style: none;
    padding: 0 0 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, 14rem);
    justify-content: space-between;
    column-gap: 0;
    row-gap: 2rem;
}

.gc_service_app_tool-service_app_tool-array_service_app_tool-nav ul li {
    width: 14rem;
    height: 8rem;
    text-align: center;
    margin-bottom: 1rem;
    background-color: gray;
    /*  border: solid 0.125rem gray;*/
}

.gc_service_app_tool-service_app_tool-array_service_app_tool-nav ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    height: 100%;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.35rem;
    padding: 1rem;
    text-transform: uppercase;
    transition: background-color 0.2s ease-in-out;
}

.gc_service_app_tool-service_app_tool-array_service_app_tool-nav ul li a:hover {
    background-color: white;
    /*color: #002850;*/
}

.gc_service_app_tool-service_app_tool-array_service_app_tool-nav ul li a svg {
    font-size: 1.75rem;
    padding-bottom: 0.3rem;
}

.gc_service_app_tool-service_app_tool-array_service_app_tool-nav ul li a.mygc-service-app-small-text {
    font-size: 0.8rem;
}

a.gc-service-app-tool-tile-1 {
    background-color: #002850;
    border: solid 0.35rem #002850;
}

a.gc-service-app-tool-tile-1:hover {
    background-color: white;
    color: #002850;
}

a.gc-service-app-tool-tile-2 {
    background-color: #005028;
    border: solid 0.35rem #005028;
}

a.gc-service-app-tool-tile-2:hover {
    background-color: white;
    color: #005028;
}

a.gc-service-app-tool-tile-3 {
    background-color: #9a9a9a;
    border: solid 0.35rem #9a9a9a;
}

a.gc-service-app-tool-tile-3:hover {
    background-color: white;
    color: #9a9a9a;
}

a.gc-service-app-tool-tile-4 {
    background-color: #bea96f;
    border: solid 0.35rem #bea96f;
}

a.gc-service-app-tool-tile-4:hover {
    background-color: white;
    color: #bea96f;
}

a.gc-service-app-tool-tile-5 {
    background-color: #3c3c3c;
    border: solid 0.35rem #3c3c3c;
}

a.gc-service-app-tool-tile-5:hover {
    background-color: white;
    color: #3c3c3c;
}

@media only screen and (max-width: 768px) {
    .gc_service_app_tool-service_app_tool-array_service_app_tool-nav ul {
        list-style: none;
        padding: 0 0 0 0;
        display: grid;
        grid-template-columns: repeat(5, 8rem);
        justify-content: space-between;
        grid-gap: 0.5rem;
    }
    .gc_service_app_tool-service_app_tool-array_service_app_tool-nav ul li {
        width: 8rem;
        height: 5rem;
        text-align: center;
        margin-bottom: 0rem;
        background-color: gray;
    }
    .gc_service_app_tool-service_app_tool-array_service_app_tool-nav ul li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: white;
        height: 100%;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        font-size: 0.8rem;
        padding: 0.25rem;
        transition: background-color 0.2s ease-in-out;
    }
}

@media screen and (max-width: 47.9375rem) {

    .gc_service_app_tool-service_app_tool-array_service_app_tool-nav ul {
        list-style: none;
        padding: 0 0 0 0;
        display: grid;
        grid-template-columns: repeat(3, 8rem);
        justify-content: space-between;
        grid-gap: 0.5rem;
    }
    .gc_service_app_tool-service_app_tool-array_service_app_tool-nav ul li {
        width: 7rem;
        height: 5rem;
        text-align: center;
        margin-bottom: 0rem;
        background-color: gray;
    }
    .gc_service_app_tool-service_app_tool-array_service_app_tool-nav ul li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: white;
        height: 100%;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        font-size: 0.6rem;
        padding: 0.25rem;
        transition: background-color 0.2s ease-in-out;
    }

    .gc_service_app_tool-service_app_tool-array_service_app_tool-nav ul li a svg {
        font-size: 1rem;
        padding-bottom: 0.3rem;
    }

    .gc_service_app_tool-service_app_tool-array_service_app_tool-nav ul li a.mygc-service-app-small-text {
        font-size: 0.6rem;
    }
}