.c-service-teaser {
  align-self: stretch;
  background-color: #F2F2F2;
  border: 2px solid #F2F2F2;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 1.1111111111rem 0.7777777778rem;
  width: 100%;
  min-height: auto;
}
.c-service-teaser.js--block-link a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.c-service-teaser.js--block-link:hover {
  border-color: #ccc;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.c-service-teaser.js--block-link:hover .c-service-teaser__title a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.c-service-teaser.t-twilight {
  background-color: #F2F2F2;
  border: 2px solid #F2F2F2;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0);
}
.c-service-teaser.t-twilight:hover {
  border-color: #ccc;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
}
.path-frontpage .c-service-teaser.t-twilight {
  background-color: #01426A;
  border: 2px solid #01426A;
}
.path-frontpage .c-service-teaser.t-twilight:hover {
  background-color: #01426A;
  border: 2px solid #01426A;
}

.c-service-teaser--featured {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.c-service-teaser--featured.js--block-link:hover {
  border-color: #ccc;
}

.c-service-teaser__icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 1.6666666667rem;
  width: 1.6666666667rem;
  margin-bottom: 0.5555555556rem;
}
.c-service-teaser__icon svg {
  fill: #417925;
  max-width: 100%;
}
.t-twilight .c-service-teaser__icon svg {
  fill: #01426A;
}
.path-frontpage .t-twilight .c-service-teaser__icon svg {
  fill: #fff;
}

.c-service-teaser__title {
  color: #417925;
  font-size: 1rem;
  margin: 0;
}
@media (min-width: 37.5em) {
  .c-service-teaser__title {
    font-size: 1rem;
  }
}
.c-service-teaser__title a:not([class]) {
  color: #417925;
}
.c-service-teaser__title a:not([class]):hover {
  color: #417925;
}
.t-twilight .c-service-teaser__title a:not([class]) {
  color: #01426A;
}
.t-twilight .c-service-teaser__title a:not([class]):hover {
  color: #01426A;
}
.path-frontpage .t-twilight .c-service-teaser__title a:not([class]) {
  color: #fff;
}
.path-frontpage .t-twilight .c-service-teaser__title a:not([class]):hover {
  color: #fff;
}

p.c-service-teaser__core-service:not(:first-child) {
  color: #000;
  font-size: 0.7777777778rem;
  line-height: 1.333;
  margin: 0.2222222222rem 0 0;
}
@media (min-width: 37.5em) {
  p.c-service-teaser__core-service:not(:first-child) {
    font-size: 0.7777777778rem;
  }
}
p.c-service-teaser__core-service:not(:first-child) a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
p.c-service-teaser__core-service:not(:first-child) a:hover {
  color: #000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}