.gc_info_tile-info_tiles-list {
    font-family: inherit;
}

.gc-info_tile-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.gc-info_tile-item.gc-info_tile-style-1 a {
    background-color: #002850;
    color: white;
    border: solid 0.125rem #002850;
}

.gc-info_tile-item.gc-info_tile-style-1 a:hover {
    background-color: white;
    color: #002850;
}

.gc-info_tile-item.gc-info_tile-style-2 a {
    background-color: #005028;
    color: white;
    border: solid 0.125rem #005028;
}

.gc-info_tile-item.gc-info_tile-style-2 a:hover {
    background-color: white;
    color: #005028;
}

.gc-info_tile-item.gc-info_tile-style-3 a {
    background-color: #bea96f;
    color: white;
    border: solid 0.125rem #bea96f;
}

.gc-info_tile-item.gc-info_tile-style-3 a:hover {
    background-color: white;
    color: #bea96f;
}

.gc-info_tile-item.gc-info_tile-style-4 a {
    background-color: #aaaaaa;
    color: white;
    border: solid 0.125rem #aaaaaa;
}

.gc-info_tile-item.gc-info_tile-style-4 a:hover {
    background-color: white;
    color: #aaaaaa;
}

.gc-info_tile-item.gc-info_tile-style-5 a {
    background-color: #3c3c3c;
    color: white;
    border: solid 0.125rem #3c3c3c;
}

.gc-info_tile-item.gc-info_tile-style-5 a:hover {
    background-color: white;
    color: #3c3c3c;
}

a.gc-info_tile-button {
    display: block;
    width: 10rem;
    height: 8rem;
    padding: 0.5rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: background-color 0.5s ease;
}

.gc_info_tile-info_tiles-array_info_tile-field_tile_text {
    text-transform: uppercase;
}

.mygc-info_tile-a-inner {
    height: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: -1.75rem;
}

.gc-info_tile-leave-icon {
    text-align: right;
    height: 1rem;
    opacity: 0.6;
    font-size: 1rem;
}

.gc_info_tile-info_tiles-array_info_tile-field_font_awesome_icon {
    font-size: 2.5rem;
}

.gc-info_tile-information {
    font-family: Muli;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}

.gc_info_tile-info_tiles-array_info_tile-title {
    font-weight: bold;
    font-size: 1.25rem;
}

.gc_info_tile-info_tiles-array_info_tile-field_info_line_one {
    margin-top: 0.25rem;
}

.gc_info_tile-info_tiles-array_info_tile-field_info_line_two {
    margin-top: 0.25rem;
}

@media screen and (max-width: 1320px) {
    .gc-info_tile-item {
        display: block;
        justify-content: unset;
        margin-bottom: 1rem;
    }
    .gc-info_tile-item.gc-info_tile-style-1 a,
    .gc-info_tile-item.gc-info_tile-style-2 a,
    .gc-info_tile-item.gc-info_tile-style-3 a,
    .gc-info_tile-item.gc-info_tile-style-4 a,
    .gc-info_tile-item.gc-info_tile-style-5 a {
        margin-right: auto;
        margin-left: auto;
    }
}