.headerBar {
	background-color: #FFF;
/*	background-image:  url('/media/umb/style-assets/images/swoosh-grey.png'); */
}
form.search-bar input {
	background-color: #DFDFDF;
	color: #000;
}

#preheadwrap ul li a:hover {
	color: #000;
}

/*Change the mega menu color to red, and the link color to white*/
.menu3dmega.skin-orange-light {
  background-color: #C8102E;
}
.header, .sticky-wrapper.sticky_nav {
  background-color: #C8102E;
}
.menu3dmega.skin-orange-light > ul > li:hover, .menu3dmega.skin-orange-light > ul > li:active, .menu3dmega.skin-orange-light > ul > li.open {
   background-color: #990000;
}
.menu3dmega.skin-orange-light .dropdown-menu {
   border-bottom: 2px solid #990000;
}
@media only screen and (max-width: 768px) {
  .mobile_nav, .menu3dmega .menuToggle {
    background: none repeat scroll 0% 0% #C8102E;
    color: #fff;
  }
  .menu3dmega .menuToggle .megaMenuToggle-icon, .menu3dmega .menuToggle .megaMenuToggle-icon:before, .menu3dmega .menuToggle .megaMenuToggle-icon:after {
    background: none repeat scroll 0% 0% #fff;
  }
}

.menu3dmega > ul li > a.main_nav_link, .menu3dmega > ul > li.open > a.main_nav_link, .menu3dmega > ul > li:hover > a.main_nav_link {
  color: #fff !important;
}




div.school-top-bar {
    background-color: rgb(0, 0, 0);
    color: #DFDFDF;
    font-size: .75em;
    padding: .8em 0;
    font-family: "Gotham SSm A","Gotham SSm B","proxima-nova",sans-serif;
}

div.school-top-bar a[href="http://www.umaryland.edu"] { 
    color:#ffcd00;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 1em;
}

div.school-top-bar a:not([href="http://www.umaryland.edu"]) { 
    text-decoration: none;
    text-transform: uppercase;
    color: #DFDFDF;
    margin-left: 1em;
}

div.school-top-bar a[href="http://www.umaryland.edu"]:hover,
div.school-top-bar a[href="http://www.umaryland.edu"]:active,
div.school-top-bar a[href="http://www.umaryland.edu"]:focus { 
    color:#FEE276;
}

div.school-top-bar a:not([href="http://www.umaryland.edu"]):hover,
div.school-top-bar a:not([href="http://www.umaryland.edu"]):active,
div.school-top-bar a:not([href="http://www.umaryland.edu"]):focus { 
    color: #fff;
}

@media only screen and (max-width: 768px) {
  div.school-top-bar .school-bar-links {
    display: block;
    margin-left: -1em;
  }
  div.school-top-bar .school-bar-links .spacer {
    display:none;
  }
}

/*Added to compensate for header readability revisions 02/12/16*/

#locatedIn {
	color: #989898;
}

#locatedIn .secondLine {
	color: #989898;
}

#preheadwrap ul li a {
	color: #989898;
}


