/* TRY TO RESET ALL UMN CSE ELEMENTS
need specificity >= 110 to override (at least 1 ID + 1 class in selector)
*/
#umncsehf-h .umncsehf {
  background: none;
  border: none;
  bottom: auto;
  clear: none;
  /*cursor: auto;*/
  float: none;
  font: normal normal normal 11px/22px arial, verdana, sans-serif;
  height: auto;
  left: auto;
  letter-spacing: normal;
  line-height: 22px;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  overflow: visible;
  padding: 0;
  position: static;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  top: auto;
  visibility: visible;
  white-space: normal;
  width: auto;
  z-index: auto;
}

/*
-------------------------------------------
College of Science and Engineering Branding
-------------------------------------------
*/
#umncsehf-h {
  display: block !important;
  height: 35px;
  background: #3a3534;
  clear: both;
  overflow: hidden;
}

#umncsehf-h p.umncsehf,
#umncsehf-h ol.umncsehf,
#umncsehf-h ul.umncsehf {
  font-size: 97%;
  margin: 0 0 0.5em 0;
}

#umncsehf-h a.umncsehf {
  color: #ddd;
  text-decoration: underline;
}

#umncsehf-h a.umncsehf:link {
  color: #ddd;
}

#umncsehf-h a.umncsehf:visited {
  color: #ddd;
}

#umncsehf-h a.umncsehf:hover {
  color: #ddd;
}

#umncsehf-h a.umncsehf:active {
  color: #ddd;
}

#umncsehf-h ul.umncsehf {
  float: left;
  margin: 0;
  padding: 0;
  height: 35px;
}

#umncsehf-h li.umncsehf {
  list-style: none;
}

#umncsehf-lg.umncsehf {
  margin: 0 0 0 10px;
  height: 35px;
  line-height: 35px;
  width: 174px;
  float: left;
  display: inline;
  text-indent: -5000px;
  background: url(../img/cse_branding_logo.png) no-repeat left;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #umncsehf-lg.umncsehf {
    background: url(../img/cse_branding_logo@2x.png) no-repeat left;
    background-size: auto 25px;
  }
}

#umncsehf-lnk.umncsehf {
  display: block;
  float: right;
  padding: 0 10px 0 0;
  font-size: 10px;
  font-weight: normal;
}

#umncsehf-lnk ul.umncsehf li.umncsehf {
  list-style: none;
  display: inline;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  line-height: 35px;
  border-right: 1px solid #d7a602;
  white-space: nowrap;
}

#umncsehf-lnk.umncsehf ul.umncsehf li.umncsehf.last {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 35px;
  border: none;
}

body {
  min-width: 320px;
}

#umnhf-h-logo {
  margin-left: 10px;
}

.umnhf-container #umnhf-h-ql,
.umnhf-container #umnhf-h-search {
  right: 10px;
}

#umncsehf-c.umncsehf {
  margin: auto;
  max-width: 1170px;
}

a:link,
a:active,
a:visited,
a:hover {
  color: #7a0019;
  text-decoration: underline;
}

.navbar-brand:link {
  text-decoration: none;
}

.footer {
  padding: 20px;
  text-align: center;
}

/* new custom classes for buttons */
.btn-student {
  background-color: #7a0019;
}

a.btn-student {
  color: #ffcc33;
}

a.btn-student:hover {
  color: white;
}

button.btn-student {
  color: white;
}

/* mentor */
.btn-mentor {
  background-color: #ffcc33;
}

a.btn-mentor {
  color: #7a0019;
}

a.btn-mentor:hover {
  background-color: #ffc007;
}

.position-sticky {
  top: 0px;
}