/*
 * Buckeye UX - version 0.8.7
 * Copyright (C) 2021 The Ohio State University
 */

@import url("https://assets.bux.osu.edu/bux-icons/bux-icons.css");
@import url("https://s3.amazonaws.com/assets.bux.osu.edu/bux-webfonts2/bux-webfonts2.css");
.bux-osu-nav {
  background-color: #fff;
  font-family: "BuckeyeSans", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #dfe3e5;
  z-index: 10002;
  transition: transform 0.3s;
}
.site-header.hide-nav .bux-osu-nav {
  transform: translateY(-250%);
  z-index: 10002;
}
.bux-osu-nav .bux-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
@media (min-width: 1280px) {
  .bux-osu-nav {
    padding: 12px 0;
  }
}
.bux-osu-nav__overlay {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
}
.bux-osu-nav__wrapper {
  position: relative;
  z-index: 1000;
}

.bux-osu-nav__osu-logo-link {
  display: inline-block;
}
.bux-osu-nav__osu-logo-link:focus {
  outline: 2px solid #3492b8;
}

#osu-navname-block,
.bux-osu-nav__osu-logo-img {
  height: 35px;
  z-index: 100;
}
.bux-osu-nav__osu-logo-img svg {
  height: 100%;
  width: auto;
}
@media (min-width: 1280px) {
  #osu-navname-block,
  .bux-osu-nav__osu-logo-img {
    height: 50px;
  }
}

#osu-navlinks {
  display: none;
}
@media (min-width: 1280px) {
  #osu-navlinks {
    display: block;
    margin-bottom: 0;
  }
}

#osu-navlinks-block button {
  background: none;
  display: inline-block;
  width: 44px;
  height: 44px;
  position: relative;
  right: -12px;
  z-index: 99;
  text-align: center;
  border: none;
  border-left: 2px solid #bfc6cb;
  padding-top: 10px;
  padding-left: 14px;
  z-index: 100;
}
#osu-navlinks-block button::after {
  font-family: "bux-icons";
  content: "\f00e";
  color: #212325;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
}
@media (min-width: 1280px) {
  #osu-navlinks-block button {
    display: none;
  }
}

#osu-nav-trigger[aria-expanded="true"] ~ #osu-navlinks {
  display: block;
  background-color: #fff;
  padding: 3.4375rem 1.25rem 1.25rem;
  left: 0;
  width: 100%;
  margin: 0;
  top: 0;
  position: absolute;
  z-index: 99;
  list-style-type: none;
}
@media (min-width: 1280px) {
  #osu-nav-trigger[aria-expanded="true"] ~ #osu-navlinks {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
  }
}

#osu-nav-trigger[aria-expanded="true"] {
  position: relative;
  border-left: none;
  z-index: 999;
}
@media (min-width: 640px) {
  #osu-nav-trigger[aria-expanded="true"] {
    margin-right: -2px;
  }
}
#osu-nav-trigger[aria-expanded="true"]::after {
  content: "\f105";
}
#osu-nav-trigger[aria-expanded="true"]::before {
  color: #212325;
  content: "";
  font-family: "BuckeyeSans", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  position: absolute;
  right: 50px;
  top: 10px;
}

.bux-osu-nav__link {
  border-bottom: 2px solid #dfe3e5;
}
@media (min-width: 1280px) {
  .bux-osu-nav__link {
    padding: 12px;
  }
}
.bux-osu-nav__link:first-child {
  border-top: 2px solid #dfe3e5;
}
.bux-osu-nav__link a {
  font-family: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
  color: #ba0c2f;
  border-bottom-color: #ba0c2f;
  border-bottom: none;
  color: #3f4443;
  display: block;
  padding: 12px;
  font-weight: 700;
}
.bux-osu-nav__link a:hover {
  text-decoration: none;
}
.bux-osu-nav__link a:focus {
  border-bottom: none;
  outline: 2px solid #3492b8;
  outline-offset: 2px;
}
.bux-osu-nav__link a:hover {
  color: #000;
  border-bottom-color: #212325;
  background-color: #fff;
}
.bux-osu-nav__link a:focus {
  color: #ba0c2f;
  background-color: #fff;
}
@media (min-width: 1280px) {
  .bux-osu-nav__link a {
    display: inline;
    padding: 0;
  }
}
.bux-osu-nav__link a:hover,
.bux-osu-nav__link a:focus {
  border-left: 4px solid #3f4443;
  padding-left: 8px;
  color: #ba0c2f;
}
@media (min-width: 1280px) {
  .bux-osu-nav__link a:hover,
  .bux-osu-nav__link a:focus {
    border-left: none;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .bux-osu-nav__link {
    display: inline-block;
    margin: 0;
    margin-left: 8px;
    border-bottom: none;
  }
  .bux-osu-nav__link:first-child {
    border-top: none;
  }
  .bux-osu-nav__link a {
    font-size: 1rem;
  }
  .bux-osu-nav__link a:hover {
    color: #ba0c2f;
    border-bottom: 1px solid #ba0c2f;
  }
}
