.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  color: #fff;
}
.footer_line {
  padding: 2rem -webkit-calc((100% - 1136px)/2);
  padding: 2rem calc((100% - 1136px)/2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer_line__top {
  font-size: 1.125rem;
  background-image: url("/themes/corpext/img/footer_pattern_top.png");
}
.footer_line__bottom {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("/themes/corpext/img/footer_pattern_bottom.png");
}
.footer_copyright {
  margin: 0;
}
.footer_customBlock {
  margin-top: 1rem;
}
.footer a:not(.button):not(.footer_totallyNotALink) {
  color: #f1dcae;
  text-decoration: underline;
}
.footer a:not(.button):not(.footer_totallyNotALink):hover {
  text-decoration: none;
}
a.footer_totallyNotALink {
  color: inherit;
  text-decoration: none;
}
a.footer_totallyNotALink:hover {
  color: inherit;
}
a.footer_totallyNotALink > span {
  color: #f1dcae;
  text-decoration: underline;
}
a.footer_totallyNotALink:hover > span {
  text-decoration: none;
}

/*# sourceMappingURL=../maps/component/footerStandard.css.map */
