.highlight {
  color: #c9a84c;
}

.icon-image {
  width: 10px;
  height: 10px;
}

.header .navbar-brand .brand {
  font-size: 21px;
  font-weight: bold;
}

.bg-gray{
  background: #eeeef0;
  background-image: inherit;
}

.header-right {
  text-align: right;
  position: relative;
  top: -1px;
}
.header-right a {
  display: inline-block;
  color: #d6d8e0;
  font-size: 13px;
  padding: 0 9px;
}
.header-right a:last-child {
  padding-right: 0px; 
}
.header-right a .badge {
  padding: 5px 10px;
  font-weight: normal;
  border-radius: 12px;
}


.banner_badge {
  color: #c9a84c;
  font-size: 12px;
  padding: 4px 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(201, 168, 76, 0.2);
  border: 1px solid #c9a84c;
  border-radius: 12px;
}


.bottom-logo h1 {
  font-size: 36px;
  font-weight: bold;
}