/***** Top Banner *****/
header .banner-container .banner-open {
	background-image: url('/sites/all/modules/custom/rw_ads/images/dashboard-banner-ad-arrow-sprite.png');
	background-position: 0px 0px;
	cursor: pointer;
	display: none;
	height: 21px;
	position: absolute;
  right: 5px;
  top: 0px;
	width: 24px;
	z-index: 1;
}
header .banner-container .banner-open:hover {
  background-position: 0px -22px;
}	
header .banner {
  background-color: #0062ad;
  display: none;
  height: 65px;
  position: relative;
}
header .banner .banner-close {
  float: right;
  position: relative;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  color: #fff;
  background-color: #4991d7;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
header .banner .adslist {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
header .banner .simplead-container {
  color: #fff;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}
header .banner .simplead-container a {
  color: #fff;
  text-decoration: underline;
}
header .banner .simplead-container p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .banner .simplead-container {
    font-size: 14px;
  }
}  
@media (max-width: 767px) {
  header .banner .simplead-container {
    font-size: 12px;
  }