/* CSS Overwrites */
#masthead #main-nav, #masthead #main-nav .top-bar, #masthead #main-nav .title-bar, #masthead #main-nav .top-bar ul.dropdown{
    background: #bd4f19;
    
}
#masthead #main-nav .dropdown.menu a {
    text-transform: uppercase;
}
#masthead #main-nav .top-bar ul a:hover,
#masthead #main-nav .top-bar .is-active,
#masthead #main-nav .top-bar .is-active a,
#masthead #main-nav .top-bar .js-dropdown-active,
#masthead #main-nav .top-bar ul.accordion-menu {
    background: #ce8e00;
    color: #fff;
}
#masthead .heroHeader {
  margin-bottom: 2.8rem;
}

#stickyWrapper{
    height: 45px!important;
}

.dropdown.menu a {
    padding: .9rem 1rem!important;
    margin-left: 20px;
}