.gc_it_alert-it_alerts-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gc_it_alert-it_alerts-title {
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #005028;
    font-size: 2rem;
}

.gc_it_alert-it_alerts-field_title_font_awesome_code {
    font-family: inherit;
}

.gc_it_alert-it_alerts-field_title {
    margin-left: 0rem;
}

.gc_it_alert-it_alerts-button {
    font-family: inherit;
}

.gc_it_alert-it_alerts-field_view_alerts_button_text {
    font-family: inherit;
}

.gc_it_alert-it_alerts-list {
    font-family: inherit;
}

.gc_it_alert-it_alerts-array_it_alert {
    font-family: inherit;
}

.gc_it_alert-it_alerts-button a {
    text-decoration: none;
    display: block;
    color: #005028;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Muli;
    padding: 1rem;
    border: solid 0.125rem #005028;
    transition: background-color 0.25s ease-in;
}

.gc_it_alert-it_alerts-button a:hover {
    background-color: #005028;
    color: white;
}

.gc_it_alert-it_alerts-array_it_alert-nav ul {
    list-style: none;
    padding-left: 0;
}

.gc_it_alert-it_alerts-array_it_alert-nav ul li {
    display: block;
    margin-bottom: 0.5rem;
}

.gc_it_alert-it_alerts-array_it_alert-nav ul li a {
    display: block;
    text-decoration: none;
    font-family: Muli;
    font-weight: bold;
    color: #005028;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    transition: background-color 0.25s ease-in;
}

.italert-level-1 {
    border-left: 1.5rem solid #aa0000;
    background-color: rgba(220, 220, 220, 0.25);
    padding-left: 1rem;
}

.gc_it_alert-it_alerts-array_it_alert-nav ul li a.italert-level-1:hover {
    background-color: rgba(234,191,191, 0.25);
}

.italert-level-1 svg,
.italert-level-2 svg,
.italert-level-3 svg{
    color: white;
    padding-right: 1rem;
    margin-left: -2.25rem;
}


.italert-level-2 {
    border-left: 1.5rem solid #ffcd01;
    background-color: rgba(220, 220, 220, 0.25);
    padding-left: 1rem;
}

.gc_it_alert-it_alerts-array_it_alert-nav ul li a.italert-level-2:hover {
    background-color: rgba(255, 238, 166, 0.25);
}

.italert-level-3 {
    border-left: 1.5rem solid #1d4289;
    background-color: rgba(220, 220, 220, 0.25);
    padding-left: 1rem;
}

.gc_it_alert-it_alerts-array_it_alert-nav ul li a.italert-level-3:hover {
    background-color: rgba(198, 208, 225, 0.25);
}


.gc_it_alert-it_alerts-container {
    width: 100%;
    background-color: white;
    height: 17rem;
    overflow-y: auto;
    padding: 0.5rem;
    border: solid 0.4rem #005028;
}

@media screen and (max-width: 1000px) {
    .gc_it_alert-it_alerts-container {
        width: 100%;
        min-height: unset;
        padding: 1rem;
    }
}