nav.top {
  background: #323232;
  color: white;
  height: 65px;
  max-width: 1480px;
  margin: 0 auto;
  font-family: "Circular Pro Book", Helvetica, Arial, sans-serif;
}
nav.top > ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
nav.top > ul > li {
  float: left;
}
nav.top > ul > li a {
  display: block;
  height: 65px;
  width: auto;
  min-width: 93px;
  padding: 0 20px;
  border-right: 1px solid white;
  text-align: center;
  text-decoration: none;
  font-size: 13px !important;
  color: white;
}
nav.top > ul > li a:hover {
  background: #FC835A;
  color: black;
}
nav.top > ul > li a > span.electio-icon {
  font-size: 26px;
  padding-bottom: 5px;
}
nav.top > ul > li:first-of-type > a {
  border-left: 1px solid white;
}
nav.top > ul > li > nav {
  background: #323232;
  color: white;
  width: 27ch;
  border: 1px solid white;
}
nav.top > ul > li > nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7ch;
}
nav.top ul.shipping {
  float: left;
}
nav.top ul.admin {
  float: right;
}

.popunder-parent {
  position: relative;
}

.popunder, .popunder-right {
  display: block;
  position: absolute;
  left: 0;
  z-index: 2000;
  visibility: hidden;
  pointer-events: none;
  touch-action: none;
  opacity: 0;
  transition: visibility 0ms 500ms, pointer-events 0ms 500ms, touch-action 0ms 500ms, opacity 500ms 0ms;
}
.popunder:hover, .popunder-right:hover {
  visibility: visible;
  pointer-events: initial;
  touch-action: initial;
  opacity: 1;
  transition: visibility 0ms 0ms, pointer-events 0ms 0ms, touch-action 0ms 0ms, opacity 500ms 0ms;
}

.popunder-trigger:hover ~ .popunder {
  visibility: visible;
  pointer-events: initial;
  touch-action: initial;
  opacity: 1;
  transition: visibility 0ms 0ms, pointer-events 0ms 0ms, touch-action 0ms 0ms, opacity 500ms 0ms;
}

.popunder-right {
  left: revert;
  right: 0;
}@charset "UTF-8";
div.alert, .alert-danger {
  background-color: rgba(154, 20, 18, 0.88);
  color: white;
}
div.alert a, .alert-danger a {
  color: white;
}
div.alert a:visited, .alert-danger a:visited {
  color: white;
}
div.alert, .alert-danger {
  display: table;
  padding: 10px;
  margin-bottom: 10px;
}

div.content-container {
  overflow: initial;
}
div.content-container > header {
  width: 100%;
  background: white;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0;
  margin-top: 0.5ch;
  height: 60px;
  border-bottom: 1px solid #323232;
  overflow: visible;
}
div.content-container > header > div {
  width: 1200px;
}
@media only screen and (max-width: 6000px) {
  div.content-container > header > div {
    width: 1480px;
    min-width: 1180px;
  }
}
@media only screen and (max-width: 1480px) {
  div.content-container > header > div {
    width: 1180px !important;
    min-width: 1180px;
  }
}
div.content-container > header > div {
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}
div.content-container > header > div > div.breadcrumb-container {
  margin: 0;
}
div.content-container > header > div > h1 {
  text-transform: lowercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
div.content-container section.page-content {
  padding-top: 15px;
}

nav.page-actions {
  display: flex;
  flex-flow: row-reverse;
}
nav.page-actions button, nav.page-actions > a {
  background: #FC835A;
  color: black;
  font-size: 17px !important;
  font-family: "Circular Pro Black", Helvetica, Arial, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 13px !important;
  padding: 10px 20px;
  border: none;
}
nav.page-actions button.secondary, nav.page-actions > a.secondary {
  background: white;
  color: black;
  border: 2px solid black;
}
nav.page-actions > button, nav.page-actions > div > button, nav.page-actions > a {
  border: 2px solid #FC835A;
  border-radius: 3px;
  margin: 0 4px;
}
nav.page-actions .popunder-parent {
  display: flex;
}
nav.page-actions .popunder-parent > button::after {
  font-size: 80%;
  padding-left: 1ch;
  content: "▼";
}
nav.page-actions .popunder {
  padding-top: 1px;
  top: 100%;
}
nav.page-actions .popunder button {
  height: 5ch;
  width: auto;
  min-width: 160px;
  background: #323232;
  color: white;
}
nav.page-actions .popunder button:hover {
  background: #FC835A;
  color: black;
}

div.filters > div.panel-group {
  z-index: 1000;
  top: 127px;
}@charset "UTF-8";
ul.sdu-actions {
  list-style-type: none;
  padding: 0;
}
ul.sdu-actions li {
  float: left;
}
ul.sdu-actions li.popunder-parent > a::after {
  font-size: 80%;
  padding-left: 1ch;
  content: "▼";
}
ul.sdu-actions li .popunder {
  padding-top: 1px;
}
ul.sdu-actions li .popunder > a {
  display: block;
  height: 5ch;
  line-height: 5ch;
  width: auto;
  min-width: 150px;
  text-align: center;
  text-decoration: none;
  background: #323232;
  color: white;
  font-size: 13px !important;
}
ul.sdu-actions li .popunder > a:hover {
  background: #FC835A;
  color: black;
}aside.filter {
  background-color: white;
}
aside.filter > div.contentBox {
  background: unset;
}
aside.filter {
  border: 2px solid;
  border-radius: 14px;
}
aside.filter label.filter-label {
  min-width: 150px;
}
aside.filter a.clear-filter {
  float: right;
}
aside.filter .contentBox {
  margin-bottom: 0;
}
aside.filter div.filter-panel > div.panel-body > ul {
  max-height: 300px;
  overflow: scroll;
}
aside.filter footer {
  display: flex;
  flex-flow: row-reverse;
}
aside.filter footer > div {
  margin-left: 10px;
}
aside.filter footer.panel {
  margin-bottom: unset;
}

nav.page-actions {
  position: static;
}

aside.filter {
  position: absolute;
  top: 100%;
  right: 10px;
  margin-top: 35px;
}

@media only screen and (max-width: 1236px) {
  nav.page-actions {
    position: relative;
  }
  aside.filter {
    left: 0;
    right: unset;
  }
}
@media only screen and (min-width: 1974px) {
  nav.page-actions {
    position: relative;
  }
  aside.filter {
    left: calc(100% + 30px);
    right: unset;
  }
}div.alert-success {
  background-color: rgb(125, 200, 125);
  color: black;
}
div.alert-success > span > a {
  color: black;
  text-decoration: underline;
}
div.alert-success > span > a:hover {
  color: grey;
}
div.alert-success > span > a:visited {
  color: gray;
}div.trace-explorer div.line {
  position: relative;
}
div.trace-explorer div.line:has(a.trace.active) {
  margin-bottom: 9px;
}
div.trace-explorer a.trace {
  color: #000;
  text-decoration: 1px underline dashed;
  position: relative;
}
div.trace-explorer a.trace:hover {
  color: #444;
}
div.trace-explorer a.trace.active {
  color: #000;
  background-color: rgba(255, 208, 154, 0.4117647059);
  text-decoration: none;
}
div.trace-explorer a.trace.active:hover {
  color: #222;
}
div.trace-explorer a.full {
  position: absolute;
  inset: 0;
}
div.trace-explorer a:not(.full) {
  position: relative;
}
div.trace-explorer span.line:not(:first-child) {
  border-top: 1px solid black;
}
div.trace-explorer span.line {
  display: inline-block;
  position: relative;
  padding: 3px 0;
  z-index: 200;
}
div.trace-explorer span:has(> a.active) {
  position: relative;
}
div.trace-explorer ul {
  list-style: none;
  position: relative;
  padding-left: 0;
  margin-left: 10px;
}
div.trace-explorer ul:has(> li) {
  border-width: 2px;
  border-color: #cacaca;
  border-style: none none solid solid;
  border-bottom-left-radius: 6px;
}
div.trace-explorer ul li {
  padding-top: 2px;
  padding-left: 5px;
  margin-bottom: 6px;
}
div.trace-explorer span.line:has(> a.active) + ul:has(> li):before {
  border-style: none none none solid;
  border-radius: 0;
}