/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

footer {
  width: 100%;
  color: #eeeeee;
}
footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  text-decoration: none;
  color: #eeeeee;
}
footer ul {
  padding-left: 0;
  margin-left: 40px;
  margin-bottom: 0px;
}
footer li {
  list-style-type: none;
  font-size: 14px;
  margin: 10px 0px 0px 0px;
}

footer .menu {
  background-color: #004da1;
  padding-bottom: 85px;
  padding-top: 30px;
}

footer .list {
  width: 25%;
}

footer .list.boder-r {
  border-right: 1px solid #eeeeee;
}
footer .title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 16px;
  margin-left: 40px;
}

.copyright {
  width: 100%;
  background-color: #004590;
  height: 64px;
  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;
}

.copyright p {
  font-size: 14px;
  text-align: center;
  margin: 0;
}
