a { cursor:pointer; }
a:hover { color: rgb(255, 255, 255, 0.5); }
a.dropdown-item.nav-link.menu-text:hover { background: transparent; }
.caret-off::before { display: none; }
.caret-off::after { display: none; }

.title-bar {
  background: #27235e;
  color: #fefefe;;
  height: auto;
  padding: 20px 100px;
}

.title-bar li a {
  color: #fff;
}

.title-bar li a:hover {
  color: #ddd;
}

#navbarDropdownMenuLink {
  color: white;
}

.dropdown-menu {
  border: 0;
  padding: 0;
  background: #27235e;
}

.menu-text {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.dropdown-caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: '';
  border-top-style: solid;
  border-top-width: 4px;
  border-right: 4px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 4px solid transparent;
}

.profile-menu {
  margin-left: -75px;
  width: 220px;
  padding: 0.5rem 1rem;
  background: #298fc9;
}

.profile-text-block {
  border-bottom: 1px solid;
  border-color: silver;
  padding-bottom: 0.5rem;
}

.profile-text-block .profile-text {
  color: white;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
}

.profile-text-block .member-id {
  font-weight: 500;
}

.profile-menu .nav-link {
  padding: 0.5rem 0 0.25rem;
}

.logo-image {
  max-width: 260px;
  height: 42px;
}

.profile-img {
  width: 30px;
  margin: 0 1rem;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.img-circular {
  border-radius: 50%;
  border: 2px solid;
}

@media only screen and (max-width: 388px) {
  .logo-image {
    max-width: 180px;
    margin-bottom: 10px;
  }
}