.dropdown-item:active {
  background-color: #e20c26;
}

.underlined {
  border-bottom: 1px solid #cacaca;
}

.nav-item > a {
    font-size: 0.9em;
}

.pill a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #999;
}

.navbarTop2 > li > a {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-left: 3px;
  margin-right: 3px;
  text-transform: uppercase;
  padding: 8px 12px 8px 12px;
  margin: 2px 3px 2px 3px;
  color: #e20026;
}

.nav-link {
  display: inline-block;
}

.top-nav {
  background: linear-gradient(to bottom, #f6f6f6 0%,#ffffff 100%);
}

.dropdown {
  bottom: 0px;
}

.dropdown a{
  font-size: 14px;
}

.dropdown-menu {
  background-color: #e20026;
}

.dropdown-menu a{
  color: white;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

/*Searchbar*/
.btn-search {
  border-radius: 0 14px 14px 0;  
  color: #fff;
}
.btn-search:link, .btn-search:visited {
  color: #fff;
}
.btn-search:active, .btn-search:hover {
  color: #fff;
}

nav .btn-search, nav .btn-primary {
  background: #e20026;
  border-color: #e20026;
}

nav .btn-search:hover, nav .btn-primary:hover {
  background: #e20026;
  border-color: #e20026;
}

#top-form {
  height: 31px;
  width: 130px;
  margin-left: 20px;
  border-radius: 14px 0 0 14px;
}

.right-menu-navbar {
  margin-top: 5px;
  margin-left: 5px;
}

.right-menu-navbar a {
  color: #999;
  text-decoration: none;
}

/*dropdown in topnavbar erase gap*/
.dropdown-menu {
  margin-top: 0px;
}

.subItem {
  margin-left: 15px;
  width: calc(100% - 15px);
}

.highlighted-locale {
  color: #e20026;
}

@media (max-width: 995px) {
  .search-container {
    width: 250px;
  }

  .search-container #top-form {
    margin-left: 0;
  }

  #topnav {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }

  #topnav li {
    margin-right: 10px;
  }
}

@media (max-width: 576px) {
  #topnav {
    flex-direction: column!important;
  }
  
  .flex-row {
    flex-direction: column!important;
  }
}

.contact-us {
  position: fixed;
  right: 30px;
  bottom: 0;
}

.contact-us a {
  border-radius: 5px 5px 0 0;
  background-color: #e20026;
  border-color: #e20026;
}

.contact-us a:hover {
  background-color: #e20026;
  border-color: #e20026;
  animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}

@media (max-width: 995px) {
  .contact-us {
    display: none;
  }
}





/*
     FILE ARCHIVED ON 8:45:34 Oct 12, 2021 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 17:23:15 Feb 1, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
