body {
  background-color: #e4e4e4;
  margin: 0;
  padding: 0;
}
body .descriptive-text {
  font-family: "Roboto", sans-serif;
  color: #555;
  font-weight: 400;
  padding: 60px 40px 20px 40px;
}
body .descriptive-text h2 {
  font-weight: 600;
  font-size: inherit;
}
body .descriptive-text h2 span {
  font-weight: 400;
}
body a,
body a:hover,
body a:focus,
body a:active {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  height: 100%;
  padding: 0 40px;
  gap: 4px;
}
body a .flex-container-inner,
body a:hover .flex-container-inner,
body a:focus .flex-container-inner,
body a:active .flex-container-inner {
  width: 100%;
  margin: 0 auto;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body a .flex-container-inner,
  body a:hover .flex-container-inner,
  body a:focus .flex-container-inner,
  body a:active .flex-container-inner {
    flex-direction: column;
    justify-content: center;
  }
}
body a .flex-container-inner.flex-container-max-width,
body a:hover .flex-container-inner.flex-container-max-width,
body a:focus .flex-container-inner.flex-container-max-width,
body a:active .flex-container-inner.flex-container-max-width {
  max-width: 1200px;
}
body a .flex-container-inner svg,
body a:hover .flex-container-inner svg,
body a:focus .flex-container-inner svg,
body a:active .flex-container-inner svg {
  width: 100%;
  display: block;
  height: 30px;
}
@media (max-width: 767px) {
  body a .flex-container-inner svg,
  body a:hover .flex-container-inner svg,
  body a:focus .flex-container-inner svg,
  body a:active .flex-container-inner svg {
    align-self: center;
  }
}
body a .flex-container-inner svg.header-item-1,
body a:hover .flex-container-inner svg.header-item-1,
body a:focus .flex-container-inner svg.header-item-1,
body a:active .flex-container-inner svg.header-item-1 {
  max-width: 240px;
}
body a .flex-container-inner svg.header-item-2,
body a:hover .flex-container-inner svg.header-item-2,
body a:focus .flex-container-inner svg.header-item-2,
body a:active .flex-container-inner svg.header-item-2 {
  max-width: 150px;
}
@media (max-width: 767px) {
  body a .flex-container-inner svg.header-item-2,
  body a:hover .flex-container-inner svg.header-item-2,
  body a:focus .flex-container-inner svg.header-item-2,
  body a:active .flex-container-inner svg.header-item-2 {
    display: none;
  }
}
body a#header-option-1, body a#header-option-2, body a#header-option-3,
body a:hover#header-option-1,
body a:hover#header-option-2,
body a:hover#header-option-3,
body a:focus#header-option-1,
body a:focus#header-option-2,
body a:focus#header-option-3,
body a:active#header-option-1,
body a:active#header-option-2,
body a:active#header-option-3 {
  background-color: #000046;
}
body a#header-option-1 .colour-text, body a#header-option-2 .colour-text, body a#header-option-3 .colour-text,
body a:hover#header-option-1 .colour-text,
body a:hover#header-option-2 .colour-text,
body a:hover#header-option-3 .colour-text,
body a:focus#header-option-1 .colour-text,
body a:focus#header-option-2 .colour-text,
body a:focus#header-option-3 .colour-text,
body a:active#header-option-1 .colour-text,
body a:active#header-option-2 .colour-text,
body a:active#header-option-3 .colour-text {
  fill: #ffffff;
}
body a#header-option-1 .colour-logo, body a#header-option-2 .colour-logo, body a#header-option-3 .colour-logo,
body a:hover#header-option-1 .colour-logo,
body a:hover#header-option-2 .colour-logo,
body a:hover#header-option-3 .colour-logo,
body a:focus#header-option-1 .colour-logo,
body a:focus#header-option-2 .colour-logo,
body a:focus#header-option-3 .colour-logo,
body a:active#header-option-1 .colour-logo,
body a:active#header-option-2 .colour-logo,
body a:active#header-option-3 .colour-logo {
  fill: #0073ff;
}
body a#header-option-4,
body a:hover#header-option-4,
body a:focus#header-option-4,
body a:active#header-option-4 {
  background-color: #ffffff;
}
body a#header-option-4 .colour-text,
body a:hover#header-option-4 .colour-text,
body a:focus#header-option-4 .colour-text,
body a:active#header-option-4 .colour-text {
  fill: #000046;
}
body a#header-option-4 .colour-logo,
body a:hover#header-option-4 .colour-logo,
body a:focus#header-option-4 .colour-logo,
body a:active#header-option-4 .colour-logo {
  fill: #0073ff;
}/*# sourceMappingURL=styles.css.map */