
    :root {
        --text: #565656;
--links: #3781B5;
--titles: #003e70;
--page-background: #F6F8FB;
--highlight: #5ad1c2;
--boxes-background: #FFFFFF;
--boxes-border: #ebebeb;
--section-titles: #ffffff;
--section-titles-background: #003e70;
--header-background: #ffffff;
--header-links: #3781B5;
--footer-background: #FFFFFF;
--footer-links: #3781B5;
    }
    
main {
  min-height: calc(100% - 160px - 75px - 3em);
}
.stmalo-footer {
  border-bottom: 1em solid #003e70;
  border-top: 1em solid #ffffff;
  padding: 0 1em;
  min-height: calc(75px + 3em);
  height: auto;
}
.stmalo-footer__links {
  text-align: left;
  padding-top: 0.33em;
  padding-bottom: 0.33em;
}
.stmalo-footer__stmalo-logo {
  height: 75px;
  float: left;
  margin-right: 1em;
  margin-top: -0.33em;
}
.stmalo-footer__links {
  line-height: calc((75px - 0.66em) / 3);
}
.stmalo-footer__ods-logo {
  line-height: 75px;
}
.stmalo-footer__ods-logo img {
  height: 45px;
  vertical-align: middle;
}
.stmalo-footer__terms {
  text-align: right;
  line-height: 75px;
}
.ods-front-header {
  padding: 0;
  height: auto;
  min-height: 160px;
}
.stmalo-header__brand {
  text-align: center;
  height: 120px;
}
.stmalo-header__logo {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 20px;
}
.stmalo-header__logo-img {
  height: 100px;
}
.stmalo-header__title {
  font-size: 3rem;
  padding-top: 1.33rem;
  padding-bottom: 0.33rem;
  color: #003e70;
  font-weight: bold;
}
.stmalo-header__tagline {
  color: #5ad1c2;
  font-style: italic;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.ods-front-header__menu {
  background-color: #003e70;
  display: block;
  margin: 0;
  padding: 0 20px;
  text-transform: uppercase;
}
.ods-front-header__menu-item {
  display: inline-block;
  float: none;
}
.ods-front-header__menu-item.ods-front-header__menu-item--active {
  background-color: #5ad1c2;
}
.ods-front-header__menu-item-link {
  color: #ffffff;
  padding: 0 2rem;
  font-size: 1rem;
  line-height: 40px;
  border: none;
  opacity: 1;
}
.ods-front-header__menu-item-link:hover {
  color: #5ad1c2;
}
.ods-front-header__menu-item-link.ods-front-header__menu-item-link--active {
  color: #003e70;
  font-weight: bold;
}
.ods-front-header__management-menu {
  position: absolute;
  top: 10px;
  right: 20px;
  text-align: right;
}
.ods-front-header__management-menu-item {
  line-height: normal;
  display: list-item;
  margin: 0 0 0.67rem 0;
}
.ods-front-header__management-menu-item-link {
  margin: 0;
  padding: 0;
}
