#masthead .alert
{
	background: #f8be21;
	transition: all .5s ease;
	color: #09172d;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
	text-transform: none;
	text-overflow: ellipsis;
	vertical-align: middle;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	padding: 20px calc(50vw - (1176px / 2) + 30px);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: -1;
	max-height: 200px;
	height: auto;
	width: 100%;
}

#masthead .alert:before
{
	font-weight: 700;
	text-transform: uppercase;
	content: "Alert: ";
}

#masthead .alert .close
{
	cursor: pointer;
	transform: translateY(-50%);
	color: #09172d;
	font-size: 36px;
	position: absolute;
	top: 50%;
	right: 25px;
}

#masthead .alert a:not(.close){
	user-select: none;
}

@media only screen and (max-width: 1176px)
{
	#masthead .alert
	{
		font-size: 14px;
		text-align: left;
		padding-right: 60px;
		padding-left: 30px;
	}

	#masthead .alert .close
	{
		cursor: pointer;
		transform: none;
		color: #09172d;
		font-size: 36px;
		top: 12px;
		right: 15px;
	}

}

body:not(.alert) #masthead .alert
{
	transform: translateY(-100%);
	pointer-events: none;
}

body:not(.javascript-support) #masthead
{
	/* Alert Panels */
}

body:not(.javascript-support) #masthead [role="menuitem"]:active + [role="menubar"],
body:not(.javascript-support) #masthead [role="menuitem"]:focus + [role="menubar"],
body:not(.javascript-support) #masthead [role="menubar"]:focus-within,
body:not(.javascript-support) #masthead [role="menubar"]:active,
body:not(.javascript-support) #masthead [role="menubar"]:focus
{
	display: flex;
}

body:not(.javascript-support) #masthead .alert .close
{
	display: none;
}