.footArea {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.footArea a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.footArea img {
  display: block;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
}

.about {
  background: #fffae6;
  color: #46323c;
}

.about p {
  padding: 0 5%;
  margin-bottom: 3%;
}

.about dd {
  margin-right: 5%;
  margin-left: 5%;
}

.about p:last-child {
  margin: 0;
  padding-bottom: 5%;
}

.about .titl {
  text-align: center;
  background: #940100;
  color: #ffffff;
  font-weight: bold;
  padding: 2% 0;
  margin-bottom: 3%;
}

.bold {
  font-weight: 700;
}

.red {
  color: #bf2828;
}

.blue {
  color: #003c7d;
}

.pl {
  position: relative;
  width: 100%;
}

.mt6 {
  margin-top: 6%;
}

.mb3 {
  margin-bottom: 3em;
}

.cta-btn {
  position: absolute;
  top: 0;
  right: 3%;
  width: 47.85%;
}

.btn-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84.8%;
}

.btn-list p {
  margin-bottom: 3%;
}

.footer-link {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 10%;
  list-style: none;
}

.footer-link li {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #3c230f;
  padding-bottom: 1em;
  text-align: center;
  list-style: none;
}

#copy {
  background: #18512e;
  text-align: center;
  font-size: 0.72em;
  color: #fff;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 1em 0 1em;
  line-height: 1.7;
}
#copy p {
  text-align: center;
}

/* CSS Document *//*# sourceMappingURL=footer.css.map */