body {
  background-color: #fff;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.header {
  margin: auto;
  max-width: 1280px;
  background: -webkit-linear-gradient(top, #CEE9F8 0, #EDF7FE 100%);
  background: -o-linear-gradient(top, #CEE9F8 0, #EDF7FE 100%);
  background: linear-gradient(to bottom, #CEE9F8 0, #EDF7FE 100%);
}

.top-header {
  display: block;
  background-color: #fff;
  min-height: 2rem;
}

.main-header {
  display: block;
  background-color: #fff;
  min-height: 5rem;
}
.main-header .logo {
  text-align: center;
  left: 50%;
  display: block;
}
.main-header .logo img {
  margin-top: 1rem;
}
.main-header .title {
  font-family: amplesoft-medium;
  font-size: 1.2rem;
}

.main-header img {
  height: 5rem;
  display: inline-block;
}

.env-m-navbar__brand {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 3.8em;
  z-index: 10;
}

.content {
  position: relative;
  box-sizing: border-box;
  margin: auto;
  max-width: 1280px;
}
.content-teaser-sign {
  background: #fff;
  padding: 1em;
  color: #3c3732;
}
.content-teaser-inner {
  max-width: 50%;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.content-inner__column {
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
}

.content-inner__row {
  padding: 1em;
}

.content-inner__item {
  display: block;
  margin: 0.5em 0.5em 0.5em 0;
}

.content-inner__column i {
  position: relative;
  top: 0.1rem;
}

@media only screen and (min-width: 1080px) {
  .content-inner__column {
    width: 49%;
    float: left;
    height: 19rem;
  }
  .show-desktop {
    display: block;
  }
  .show-mobile {
    display: none;
  }
  .content-inner__column:last-child {
    margin-left: 1em;
    float: left;
  }
}
@media only screen and (max-width: 1079px) {
  body {
    font-size: 20px;
  }
  .content-inner__column {
    width: 90%;
  }
  .show-desktop {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .content-inner__column {
    margin-left: auto;
    margin-right: auto;
  }
}
dt, dd {
  color: #fff;
}

dt {
  font-size: 24px;
  font-weight: 500;
}

a {
  text-decoration: none;
}

.bg-color--7 {
  background-color: #f59b00;
}
.bg-color--20 {
  background-color: #143c8c;
}
.bg-color--17 {
  background-color: #009ba5;
}
.bg-color--15 {
  background-color: #64b42d;
}
.bg-color--12 {
  background-color: #a50032;
}

.text-bold {
  font-weight: 700;
}

.margin-top-md {
  margin-top: 2rem;
}

/*# sourceMappingURL=main.css.map */
