.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
/* to show the arrow */
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-toggle a::after{
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-item {
  text-transform: uppercase;
  text-decoration: none;
  padding: .5rem 0.5rem;

}

.current-menu-item  a.nav-link {
    font-weight: 400;
}

.current-menu-item > a.nav-link {
    font-weight: 700;
}

.dropdown-menu {
  border: 0px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.home .content-area {
  position:  relative;
  z-index: 99;
  max-width: 1140px;
}

.sponsor-header {
  text-align: center;
  font-weight: 600;
  color: #c1bfbf ;
  text-transform: uppercase;
  font-size: 1.15rem;
}

.footer-sponsor-box {
  text-align: center;
  padding-bottom: 3rem;
}

.sponsors-row {
  padding-top:  40px;
}

.sponsor-content h2 {
  margin-top: 0;
}

.border-g {
  border-top:  1px solid #c1bfbf;
}


@media (min-width: 1200px) {
  .col-lg-c1 {
    flex: 0 0 14.285%;;
    max-width: 14.285%;    
  }
}