﻿/* site wide alerts */
#SiteWideAlerts {
	display:none;
}
.uswds-alert {
	padding:14px 0;
	color:#000 !important;
}
.uswds-alert.slim {
	padding:10px 0 9px 0;
}
.uswds-alert.Blue {
	background: #2d6299;
    color: #FFF !important;
}
.uswds-alert.Yellow {
	background:#f1cc1c;
}
.uswds-alert.Green {
	background:#aad047;
}
.uswds-alert.Orange {
	background:#fcb93f
}
.uswds-alert.Grey {
	background:#f4f3f4;
}
.uswds-alert a {
	color:#005ea2;
	text-decoration:underline !important;
	transition: 0.1s ease all;
}
.uswds-alert a:hover,
.uswds-alert a:focus {
	color:#1a4480;
}
.uswds-alert .container {
	position:relative;
	z-index:1;
}
.uswds-alert i {
	font-size:30px;
	position:absolute;
	left:15px;
	top:8px;
}
.uswds-alert .alert-message {
	padding-left:0;
}
.uswds-alert i + .alert-message {
	padding-left:42px;
}
.uswds-alert .alert-message span.alert-message-title {
	font-weight:700;
	font-size:20px;
}
.uswds-alert .alert-message p {
	margin-bottom:0;
}
.uswds-alert.slim i {
	font-size:16px;
	top:2px;
}
.uswds-alert.slim .alert-message {
	padding-left:0;
}
.uswds-alert.slim i + .alert-message {
	padding-left:25px;
}
.uswds-alert.slim .alert-message span.alert-message-title {
	font-size:16px;
}
.uswds-alert.slim .alert-message span.alert-message-title + div {
	display:inline-block
}

.uswds-alert:not(.slim) .alert-message .alert-message-title {
	font-family:'Neo Sans Std Bold';
}