.top-bar-section {
  max-width: 970px;
}
@media only screen and (max-width: 930px) {
  .top-bar-section {
    margin-bottom: 0;
  }
}

#sub-nav-container .contain-to-grid.fixed {
  top: 45px;
  z-index: 98;
  background: transparent;
  box-sizing: border-box;
}

#primary-nav-container .contain-to-grid ul li,
#sub-nav-container .contain-to-grid ul li {
  background: transparent;
}
#primary-nav-container .contain-to-grid ul li ul li,
#sub-nav-container .contain-to-grid ul li ul li {
  background: #fff;
}

nav.sub-nav {
  padding-top: 0;
  height: 2rem;
}
nav.sub-nav .divider {
  height: auto !important;
}
@media only screen and (max-width: 930px) {
  nav.sub-nav {
    display: none !important;
  }
}
nav.sub-nav section.top-bar-section li:not(.has-form) a:not(.button) {
  padding: 0 0.3rem;
  line-height: 2rem;
}
nav.sub-nav section.top-bar-section > ul li a {
  font-size: 12px;
  padding-right: 3px;
  font-weight: normal;
}
nav.sub-nav section.top-bar-section > ul li {
  margin-left: 0;
  background: transparent;
}
nav.sub-nav section.top-bar-section > ul li.has-dropdown a {
  padding-right: 15px !important;
}
nav.sub-nav section.top-bar-section > ul li.has-dropdown a:after {
  border: inset 3px;
  border-color: rgba(31, 31, 31, 0.4) transparent transparent transparent !important;
  margin-top: -9px;
  margin-right: 5px;
}
nav.sub-nav section.top-bar-section > ul li.has-dropdown .dropdown li.has-dropdown > a:after {
  top: 0.55rem;
}
nav.sub-nav section.top-bar-section > ul > li a:before {
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
nav.sub-nav section.top-bar-section > ul > li a:hover {
  cursor: pointer;
}
nav.sub-nav section.top-bar-section > ul > li a:hover:before {
  border-bottom-color: #0C2C6B;
}
nav.sub-nav section.top-bar-section > ul > li.active a:before {
  border-bottom-color: #E90606;
}

.border-bottom-red-thinner {
  border-bottom: 1px solid #E90606;
}
@media only screen and (max-width: 930px) {
  .border-bottom-red-thinner {
    display: none !important;
  }
}

@media only screen and (min-width: 930px) {
  .hide-on-desktop {
    display: none;
  }
}
.sub-nav-in-mobile {
  background-color: #efefef;
  margin-top: 5px;
  padding: 0 0 5px 0;
}
.sub-nav-in-mobile #menu-secondary-menu li.active a, .sub-nav-in-mobile .sub-nav-title li.active a {
  color: #E90606;
}
.sub-nav-in-mobile #menu-secondary-menu li a, .sub-nav-in-mobile .sub-nav-title li a {
  color: #0C2C6B;
}

.top-bar-section ul li a {
  padding: 8px 8px 0 8px;
}

.top-bar-section-title {
  padding-top: 5px;
  display: block;
  color: #424242;
}

/*# sourceMappingURL=extra.css.map */
