/* Alert Bars */
.alert-bar {
    display: flex;
    flex-direction: row;
    color: white;
    padding: 1em;
    text-align: center;
    margin: auto;
}
.alert-bar p {
    margin: auto;
    max-width: 1140px;
}
.alert-bar a, .alert-bar a:hover {
    color: white;
    text-decoration: underline;
}
.alert_bar_close, .alert_bar_close:hover {
    font-size: 2.5em !important;
    padding: 0 !important;
    margin: 0 15px 0 1em !important;
    border: 0;
    background-color: transparent !important;
}
.alert-bar-content {
    width: 100%;
}

/* Utility */
@media print {
    .hide-print {
        display: none;
    }
}
