html,
body {
  color: #1d1d1d;
  background-color: #ededed;
  font-family: sans-serif;
}
a,
a:visited {
  color: #1d1d1d;
  text-decoration: none;
}
a.lxLink {
  text-decoration: underline;
  color: #164094;
}
a.lxLink:hover,
a.lxLink:active {
  color: #091a3b;
}
a.lxLink:before {
  content: " ";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  background: url("../images/lxIcon.svg") no-repeat center center;
  background-size: contain;
  vertical-align: text-bottom;
}
.h-1 {
  font-size: 180%;
  font-weight: bold;
}
header {
  color: #ededed;
  background-color: #164094;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header a,
header a:visited {
  color: #ededed;
}
header div:last-child {
  margin-left: auto;
}
header #logoWrap {
  flex: 1;
}
header #logoWrap #cwLogo {
  height: 1rem;
  display: block;
  margin-bottom: 0.75rem;
}
header #logoWrap #lxLogo {
  height: 2rem;
}
header select {
  height: 2rem;
  border-radius: 0.25rem;
  color: #164094;
}
.dirListing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0.5rem;
}
.dirListing .dirListElement {
  margin: 0.25rem 0.25rem 1rem 0.25rem;
  width: 8rem;
  text-align: center;
  padding: 0.5rem;
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 10rem;
}
.dirListing .dirListElement img {
  margin-bottom: 0.5rem;
}
.bc-shade {
  background-color: #ddd;
}
.m-05 {
  margin: 0.5rem;
}
.m-1 {
  margin: 1rem;
}
.m-2 {
  margin: 2rem;
}
.mb-05 {
  margin-bottom: 0.5rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.p-1 {
  padding: 1rem;
}
.p-05 {
  padding: 0.5rem;
}
.p-2 {
  padding: 2rem;
}
.fs-150 {
  font-size: 150%;
}
.fw-b {
  font-weight: bold;
}
.lh-12 {
  line-height: 1.2rem;
}
.o-a {
  overflow: auto;
}
.c-gray {
  color: #808080;
}
/*# sourceMappingURL=style.css.map */