.m-menu__item--subitem2 {
  color: black;
}

.m-dualcolumn-text__text a,
.m-content-contact__item a,
.m-content-paragraph__text a {
  color: #095286;
  text-decoration: underline;
  font-weight: 500;
}

.m-slideshow__slide {
  opacity: 0;
  pointer-events: none;
}

.m-slideshow__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.m-header__logo img {
  max-height: 52px;
  width: auto;
  display: block;
}
