@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 16px;
  line-height: 26px;
  color: #131C26;
  overflow-x: hidden;
  font-family: "Noto Sans";
  margin-bottom: 48px;
}

.header__container {
  height: 379px;
  background: #db0032;
}

.logo {
  max-width: 117px;
  max-height: 33px;
}

h1 {
  font-size: 35px;
  line-height: 44px;
  font-family: "Noto Sans";
  font-weight: 500;
}

h2 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Work Sans";
  font-weight: 700;
}

a {
  color: #252525;
}
a:hover {
  color: #db0032;
  text-decoration: none;
}

ul li:before {
  content: "•";
  font-size: 12pt;
}

.footer {
  position: absolute;
  bottom: 0;
  height: 48px;
  width: 100%;
}
.footer .container-fluid {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.copyright {
  opacity: 0.6;
}

.background-grey {
  background-color: #f7f7f9;
}

.ezrichtext-field p {
  margin-bottom: 0;
}

.description {
  max-width: 625px;
}

.references-list-item__link {
  padding-left: 15px;
}

.container--wide {
  max-width: 1566px;
}
