.alert-bar {
	background: #51C0AA;
	color: #fff;
	padding: 10px 20px;
	display: none;
}

.alert-bar > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1330px;
} 

.alert-bar p {
	font-size: 12px;
	letter-spacing: .6px;
	margin: 0;
	line-height: 1.6;
}

.alert-bar a {
	color: inherit;
}

.alert-bar p a {
	text-transform: uppercase;
	font-weight: bold;
}

.alert-bar p a:before {
	content: " | ";
	font-weight: normal;
}

.alert-bar .close-alert {
	margin-left: 40px;
}