.alert{
	position: relative;
	padding: 1rem 1rem;
	/*margin-bottom: 1rem;*/
	border: 1px solid transparent;
	border-radius: 0rem;
	text-transform: none !important;
	text-align: center;
}

.alert h2{
	font-size: 1.25rem;
	margin-bottom: 0.25rem !important;
	text-transform: uppercase;
	color: white;
}

.alert p:last-child{
	margin-bottom: 0;
}

.alert a{
	color: white;
	text-decoration: underline;
}

.alert a:hover{
	color: white;
}

.alert.alert-none{
	background-color: white;
}

.alert.alert-Warning{
	color: white;
	background-color: #F4B60B;
	border-color: #F4B60B;
}

.alert.alert-Critical{
	color: white;
	background-color: #123668;
	border-color: #123668;
}

.alert.alert-Critical h2{
	color: white;
}

.alert.alert-Information{
	color: white;
    background-color: #38B6C4;
    border-color: #38B6C4;
}

.alert.alert-Information h2{
	color: white;
}

.location_cards .location_entry.open {
    height: auto !important;
}

.location_cards .location_entry .location-format-alerts-cards{
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.location_cards .location_entry.open .location-format-alerts-cards{
	margin-top: 0.25rem;
}

.location_cards .location_entry .alert{
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.25rem;
    border-radius: 0.25rem;
    display: inline-block;
}

.location_cards .location_entry .alert h2{
	font-size: .75rem;
	margin: 0 !important;
	/*text-align: left;*/
	text-transform: none;
}

.nowopen_message{
	background-color: #8A1B61;
    display: inline-block;
    color: white;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 14px;
}

.type-locations .nowopen_message{
	background-color: #F5F5F5;
	border-color: transparent !important;
    display: inline-block;
    color: #4A4A4A !important;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.type-locations .nowopen_message.is_open,
.nowopen_message.is_open{
	background-color: #123668 !important;
	border-color: transparent !important;
	color:  white !important;
}