#sohAlert {
  display: block;
  position: relative;
  text-align: center;
  padding: 1.5em 2em;
  font-size: 1.3em;
}

#sohAlert .messageContainer {
  max-width: 1000px;
  margin: 0 auto;
}

#sohAlert span {
  color: #FFF;
}

#sohAlert span a {
	color: #FFF;
	text-decoration: underline;
}

#sohAlert span a:hover {
	text-decoration: none;
}

.alertColorRed {
	background-color: #C3333D;
}

.alertColorRed .messageContainer a {
	color: #fff !important;
}

.alertColorYellow {
	background-color: #F5D25A;
}

.alertColorYellow .messageContainer span {
	color: #000 !important;
}

.alertColorYellow .messageContainer a {
	color: #000 !important;
}

.alertColorOrange {
	background-color: #E55904;
}

.alertColorOrange .messageContainer a {
	color: #fff !important;
}

.alertColorGreen {
	background-color: #53AC47;
}

.alertColorGreen .messageContainer a {
	color: #fff !important;
}

.alertColorBlue {
	background-color: #2D5387;
}

.alertColorBlue .messageContainer a {
	color: #fff !important;
}

@media only screen and (max-width: 767px) {
  #sohAlert {
    top: 0;
  }
}