/* OSU top hat styles */
#osu-top-hat {
  width: 100%;
  height: 100px;
  border-bottom: 10px solid #000;
  font-size: 13px;
  font-family: 'Gudea', Arial, Helvetica, Verdana, sans-serif;
  background: #dc4405;
  position:relative;
  padding-left:0;
  padding-right:0;
}

.ie #osu-top-hat {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#252525',GradientType=0 ); /* IE6-8 */
}

#osu-top-hat img {
  height: 80px;
  margin: 10px;
  vertical-align: top;
  max-width: 100%;
  float: left;
}

#osu-top-hat a {
  text-decoration: none;
  color: #fff;
  padding: 5px 6px 5px 7px;
  border-radius: 10px;
}

#osu-top-hat a:hover,
#osu-top-hat a:active,
#osu-top-hat a:focus {
  background-color: #555;
}

#osu-top-hat a.tag {
  float: left;
  margin-left: 1.231em;
  margin-right: 1.5em;
  position: relative;
  border: none;
  z-index: 51;
  padding: 0;
}

#osu-top-hat a.tag:hover,
#osu-top-hat a.tag:active,
#osu-top-hat a.tag:focus {
  background: transparent;
}

/* Utitlity Links */
#osu-top-hat ul.menu {
  float: left;
  margin: 1.465em 0 0; 
  padding: 0;
  width: auto;
}

#osu-top-hat ul.menu li.leaf {
  float: left;
  list-style-type: none;
  list-style-image: none;
  font-size: 12px;
  margin: 0;
  padding: 0 .5em;
}

#osu-top-hat ul.menu li a:before {
  font-family: "FontAwesome";
  padding-right: 4px;
  /* padding-left: 26px; maybe on left */
}
#osu-top-hat ul.menu li a[href^="http://oregonstate.edu/main/online-services"]:before {
  content: "\f085"; /* gears (online services) icon unicode */
}
#osu-top-hat ul.menu li a[href^="http://oregonstate.edu/campusmap"]:before {
  content: "\f041"; /* map icon unicode */
}
#osu-top-hat ul.menu li a[href^="http://calendar.oregonstate.edu"]:before {
  content: "\f073";  /* calendar icon unicode */
}
#osu-top-hat ul.menu li a[href^="http://osulibrary.oregonstate.edu"]:before {
  content: "\f02d"; /* book (library) icon unicode */
}
#osu-top-hat ul.menu li a[href^="https://securelb.imodules.com/s/359/campaign/"]:before,
#osu-top-hat ul.menu li a[href*="osufoundation.org/"]:before {
  content: "\f06b"; /* gift icon unicode */ 
}

#osu-top-hat form.search {
  float: right;
  width: auto;
  margin: 0.5em 0 0;
  position: relative;
}


/* VSO Option */
p.vso-standard-header {
  float: left;
  margin: 1.2em 0;
}

.vso-standard-header a {
  font-size: 22px;
}

.vso h1#site-name {
  margin-left: .5em;
}

.vso #header ul {
  margin-left: 0;
}

#osu-top-hat .social_links {
  margin-top:64px;
  float:left;
}
@media (max-width: 767px) {
  #osu-top-hat .social_links {
    float:none;
    display:none;
  }
}
.group-header h1 {
  padding:0;
}
.group-header h1 a {
  text-decoration:none;
}