.site-footer {
  background-color: #0d1d76;
}
.site-footer .footer-wrap {
  width: 100%;
  padding: 80px 0 100px;
  border-bottom: 1px solid #fff;
}
.site-footer .footer-wrap .row {
  margin-left: 0;
  margin-right: 0;
}
.site-footer .footer-wrap .wrap-footer-top {
  width: 100%;
}
.site-footer .footer-wrap .wrap-footer-top .wrap-top .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .footer-wrap .wrap-footer-top .wrap-top .navbar-nav .menu-item > a {
  text-decoration: none;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.23;
  color: #ffffff;
  margin-bottom: 22px;
}
.sustainability-site .site-footer .footer-wrap .wrap-footer-top .wrap-top .navbar-nav .menu-item > a {
  color: #626363;
}
.site-footer .footer-wrap .wrap-footer-top .wrap-top .navbar-nav .menu-item .sub-menu li {
  margin-bottom: 8px;
}
.site-footer .footer-wrap .wrap-footer-top .wrap-top .navbar-nav .menu-item .sub-menu li a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
}
.sustainability-site .site-footer .footer-wrap .wrap-footer-top .wrap-top .navbar-nav .menu-item .sub-menu li a {
  color: #626363;
}
@media screen and (max-width: 1199px) {
  .site-footer .footer-wrap .wrap-footer-top .wrap-top .navbar-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .site-footer .footer-wrap .wrap-footer-top .wrap-top .navbar-nav .menu-item {
    width: calc(100% / 3);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-wrap .wrap-footer-top .wrap-top .navbar-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer .footer-wrap .wrap-footer-top .wrap-top .navbar-nav .menu-item {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .site-footer .footer-wrap .wrap-footer-top .wrap-top .navbar-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site-footer .footer-wrap .wrap-footer-top .wrap-top .navbar-nav .menu-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .site-footer .footer-wrap .wrap-footer-top .wrap-top .navbar-nav .menu-item:last-child {
    margin-bottom: 0;
  }
  .site-footer .footer-wrap .wrap-footer-top .wrap-top .navbar-nav .menu-item:last-child a {
    margin-bottom: 0;
  }
}
@media (max-width: 1025px) {
  .site-footer .footer-wrap {
    padding: 50px 0;
  }
}
.sustainability-site .site-footer .footer-wrap {
  background: none !important;
}
.site-footer .wrap-footer-bottom {
  padding: 23px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-footer .wrap-footer-bottom .copyright-box-wrap {
  width: 100%;
}
.site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top a,
.site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top .copyright {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
}
.site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top > a {
  padding: 0 5px 0 15px;
}
.site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top .wrap-quick-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 3px;
}
.site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top .wrap-quick-links .menu-item > a {
  padding: 0 5px;
}
.site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top .wrap-quick-links .menu-item span.line {
  margin-left: 5px;
  margin-right: -5px;
}
@media screen and (max-width: 1023px) {
  .site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top .icp-link,
.site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top .copyright {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top .wrap-quick-links {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top .icp-link,
.site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top .copyright {
    width: 100%;
  }
  .site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top .icp-link {
    margin-top: 10px;
  }
  .site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top .wrap-quick-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer .wrap-footer-bottom .copyright-box-wrap .wrap-top .wrap-quick-links .menu-item:first-child .line {
    display: none;
  }
}
.sustainability-site .site-footer .wrap-footer-bottom {
  background-color: #626363;
}
.sustainability-site .site-footer {
  background-color: #e5e5e5;
}

/*# sourceMappingURL=footer.css.map */
