@font-face {
  font-family: "Inter";
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: "Regular";
  src: url(./Inter-roman.var.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: "Italic";
  src: url(./Inter-italic.var.woff2) format("woff2");
}
#epi-quickNavigator {
  background: hsl(227, 100%, 50%);
  border-radius: 0 0 4px 4px;
  border-top: none;
  box-shadow: 2px 2px 4px 1px rgba(0, 55, 255, 0.32);
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 10px;
  top: 0;
  z-index: 100000;
}
#epi-quickNavigator a {
  text-decoration: none;
}
#epi-quickNavigator .epi-quickNavigator-editLink {
  padding: 8px 16px;
}
#epi-quickNavigator .epi-quickNavigator-editLink a span {
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-family: Inter, sans-serif, Sans-Serif;
  font-size: 0.875rem;
  font-weight: 400;
  height: 16px;
  padding-left: 4px;
  vertical-align: middle;
}
#epi-quickNavigator > li {
  box-sizing: border-box;
  display: block;
  float: left;
  line-height: 16px !important;
  position: relative;
}
#epi-quickNavigator-logo {
  width: 24px;
  height: 24px;
}
#epi-quickNavigator .epi-quickNavigator-dropdown-arrow {
  background: hsl(227, 100%, 50%) url(../images/quicknav/quicknav-arrow.png)
    center center no-repeat;
  border-left: 1px solid hsl(0, 0%, 100%);
  border-radius: 0 0 4px 0;
  display: block;
  height: 40px;
  width: 40px;
}
#epi-quickNavigator .epi-quickNavigator-dropdown-arrow:hover {
  background-color: hsl(227, 100%, 85%);
}
#epi-quickNavigator .epi-quickNavigator-dropdown ul {
  background: hsl(0, 0%, 100%);
  border-radius: 4px;
  display: none;
  list-style: none;
  margin-top: 4px;
  padding: 4px;
  position: absolute;
  right: -1px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
#epi-quickNavigator .epi-quickNavigator-dropdown ul li a {
  color: hsl(227, 100%, 50%);
  display: block;
  font-family: Inter, sans-serif, Sans-Serif !important;
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5rem !important;
  white-space: nowrap;
  padding: 8px 16px;
}
#epi-quickNavigator .epi-quickNavigator-dropdown ul li a:hover {
  background: hsl(227, 100%, 95%);
  color: hsl(227, 100%, 50%);
}
