.mybanner {
  min-width: 100%;
}
.card {
  background-color: #c44515;
  border: 0px solid #dfe3e7;
}
.container-header  {
  background-color: black;
  background-image: none;
}
.container-header .mod-menu a {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px; 
  padding: 3px 15px;
  color: #0088cc;
}
.container-header .mod-menu {
  color: #f58520;
  justify-content: center;
}
.container-header .mod-menu a:hover {
    background-color: #d6d6d6
}
.footer {
  background-color: var(--cassiopeia-color-primary);
  background-image: linear-gradient(135deg,#000 0,#000 100%);
  color: #f58520;
  text-align: left;
  margin-top: 1em;
}
footer div.mod-footer {
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
}
@media (min-width: 768px) {
  footer div.mod-footer {
    flex-direction: row;
  }
}
.grid-child {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  width: 100%;
}
:root {
  --body-bg: #c44515;
}
.container-header .container-nav {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1px;
}
.position-sticky {
  position: static !important;
}
.sticky-top {
  top: 0;
}
.site-grid > [class*=" container-"], .site-grid > [class^="container-"] {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  max-width: none;
  width: 80%;
}
.bfQuickMode .bfRequired {
  color: black;
}
body {
  color: #fff;
}