.container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
  color: #c9f5f5;
  position: relative;
  text-decoration: none;
  font-size: 18px;
}

.container-header .site-description {
  color: #fff;
  font-size: 1rem;
  white-space: normal;
  margin-top: 15px;
}
.h1, h1 {
  font-size: 2rem;
}
.h2, h2 {
  font-size: 1.6rem;
}
  @media (min-width: 992px)
.container-header .mod-menu {
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  justify-content: space-between;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--cassiopeia-font-family-headings,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",);
  font-weight: 500;
}
.container-header {
  background-color: #92858c;
  background-image: none;
  box-shadow: none;
  position: relative;
  z-index: 10;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0;
  color: #75a19b;
}
body {
  -webkit-text-size-adjust: 100%;
  color: #58585a;
  font-family: var(--body-font-family);
  font-size: 13pt;
  font-weight: 400;
  line-height: 24px;
  text-align: var(--body-text-align);
}
a:not([class]) {
  text-decoration: none !important;
}
