/* REACTIVE GROUP TOP BAR START */
#RGBarWrap {
	width: 100%;
	height: 38px;
	margin: 0;
	padding: 0;
	background: #FFF url(rg-tb-logo.jpg) right no-repeat;
	border-bottom: 2px #E20000 solid;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 11px 19px 12px 19px;
  border-right: solid 1px #e5e5e5;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.topnav a:hover {
  background-color: rgb(127, 127, 127);
  color: white;
}

.topnav a.active {
    background-color: #DC0A0A;
    color: white;
}


.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}
/* REACTIVE GROUP TOP BAR END */