.division-alert {
	position: relative;
	z-index: 2;
}
.layout-content-top .edit {
    text-align: center;
}
.region-content-top {
    text-align: center;
}
.region-content-top .message p {
    margin: 0 !important;
    padding: .5rem;
}
.region-content-top .navy-bg,
.region-content-top .royal-bg,
.region-content-top .burgundy-bg,
.region-content-top .orange-bg,
.region-content-top .red-bg {
    color: white;
}
.region-content-top .navy-bg,
.region-content-top .orange-bg,
.region-content-top .red-bg {
    border-bottom: 1px solid var(--yellow);
}
.region-content-top .white-bg {
    border-bottom: 1px solid var(--gray_40);
}
.region-content-top .gray-20-bg {
    border-bottom: 1px solid var(--royal);
}
.region-content-top .light-yellow-bg {
    border-bottom: 1px solid var(--red);
}
.region-content-top .royal-bg,
.region-content-top .royal-20-bg,
.region-content-top .burgundy-bg {
    border-bottom: 1px solid var(--navy);
}
.region-content-top .navy-bg a,
.region-content-top .royal-bg a,
.region-content-top .burgundy-bg a,
.region-content-top .orange-bg a,
.region-content-top .red-bg a {
    color: var(--white);
    border-bottom: 1px solid var(--white);
}
.region-content-top .navy-bg a:hover,
.region-content-top .royal-bg a:hover,
.region-content-top .burgundy-bg a:hover,
.region-content-top .orange-bg a:hover,
.region-content-top .red-bg a:hover {
    color: var(--highlight);
    border-bottom: 1px solid var(--highlight);
}
.region-content-top .navy-bg a:after,
.region-content-top .royal-bg a:after,
.region-content-top .burgundy-bg a:after,
.region-content-top .orange-bg a:after,
.region-content-top .red-bg a:after {
    font-family: 'Font Awesome 6 Free' ;
    color: var(--highlight);
    content: "\f138";
    margin-left: .25rem;
}
.region-content-top .royal-20-bg a:hover,
.region-content-top .gray-20-bg a:hover,
.region-content-top .light-yellow-bg a:hover {
    color: var(--royal);
    border-bottom: 1px solid var(--royal);
}
.region-content-top .royal-20-bg a:after,
.region-content-top .gray-20-bg a:after,
.region-content-top .light-yellow-bg a:after {
    font-family: 'Font Awesome 6 Free' ;
    color: var(--royal);
    content: "\f138";
    margin-left: .25rem;
}