.footer-nav{
  max-width: 720px;
  margin: 0 auto;
  margin-top: 40px;
}

.footer-navigation{
  width: 100%;
}

.footer-navigation ul{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  text-align: center;
  font-weight: bold;
}

.footer-navigation li{
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  font-size: 16px;
}

.footer-navigation a{
  color: #002646;
  text-decoration: none;
}

.footer-navigation a:hover{
  text-decoration: underline;
}

.footer{
  background-color: #264F73;
  height: 400px;
}

.footer-info{
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-info-table{
  width: 325px;
  color: #ffffff;
}

.footer-info-table dt,
.footer-info-table dd{
  padding-bottom: 20px;
  line-height: 24px;
  float: left;
}

.footer-info-table dt{
  width: 85px;
}

.footer-info-table dd{
  width: 240px;
  font-weight: bold;
}

.footer-map img{
  padding-left: 145px;
}

.footer-logo{
  background-color: #002646;
  clear: both;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media screen and (max-width: 720px){
  .footer{
    background-color: #264F73;
    margin-top: 40px;
    height: 700px;
  }
  .footer-info{
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .footer-info-table{
    clear: both;
  }
  .footer-map{
    clear: both;
  }
  .footer-map img{
    margin-top: 40px;
    padding-left: 0px;
  }
}