#tactical_message:before {
	background: #323232;
	bottom: auto;
	content: '';
	height: 29px;
	left:0;
	max-height: 29px;
	position: absolute;
	right: 0;
	top: 116px;
	-webkit-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    transition: max-height 0.4s;
    z-index: -1;
}

#tactical_message {
    letter-spacing: 1px;
    overflow: hidden;
}
#tactical_message > li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Interstate';
	font-size: 12px;
	font-weight: inherit;
	font-style: inherit;
	text-transform: uppercase;
	line-height: 45px;
	height: auto;
	white-space: nowrap;
	text-align: center;
	float: left;
	text-transform: uppercase;
	overflow: hidden;
}
#tactical_message .html-content {
  display: table;
  width: 100%;
}
#tactical_message > li.cols-1 {
	width: 100%;
}
#tactical_message > li.cols-2 {
	width: 49.75%;
	margin-left: .5%;
}
#tactical_message > li.cols-3 {
	width: 33%;
	margin-left: .5%;
}
#tactical_message > li.cols-4 {
	width: 24.6%;
	margin-left: .5%;
}
#tactical_message > li.cols-5 {
	width: 19.6%;
	margin-left: .5%;
}

#tactical_message > li:first-child {
  margin-left: 0;
}

#tactical_message > li a {
  background: #323232;
  display: table-cell;
  padding: 0 15px;
  color: #57b4de;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  line-height: 12px;
  height: 29px;
  vertical-align: middle;
}

#tactical_message > li a.rollover:hover {
	background-position: 100% 100%; 
}


