.button {
  background-color: #3C6786;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 8px 18px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #3C6786;
}
.button:hover,
.button:focus {
  background-color: transparent;
  color: #3C6786;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.unitOne--1-1 .unit__body {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.unitOne--1-2 {
  grid-column: span 6;
}
.unitOne--1-3 {
  grid-column: span 6;
}
.unitTwo {
  grid-column: 2 / 12;
}
.unitThree {
  display: flex;
  align-items: center;
  gap: var(--generalHorizontalGap);
}
.unitThree--imageAlignRight .unit__background {
  order: 2;
}
.unitThree--imageAlignRight .unit__content {
  order: 1;
}
.unit--form {
  grid-column: 1 / 11;
}
.unitSlideshow {
  grid-column: 2 / 12;
}
.unitSlideshow.unitSlideshow--alignRight {
  grid-column: 7 / 13;
}
.part--1-2 {
  grid-column: span 1;
}
/*# sourceMappingURL=./screen-medium.css.map */