footer {
  background: #4f9b3e;
  min-height: 200px;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding: 20px;
  border-top: 1px solid #ccc;
  color: #fbfbfb;
  font-size: 14px;
  line-height: 18px;
}

footer a {
  color: #fbfbfb;
  text-decoration: none;
}

footer a:visited {
  text-decoration: none;
  color: #fbfbfb;
}

footer p {
  font-size: 14px;
}

.footerCont {
  max-width: 1200px;
  margin: auto;
}

div#footerArea1 {
  margin-bottom: 40px;
}

h3.widget-title {
  font-size: 26px;
  margin-top: 20px;
}

div#footerArea2 .textwidget {
  padding-left: 10px;
}

div#footerArea2 a {
  line-height: 26px;
}

.footerCont img {
  margin-bottom: 25px;
}

p.payOff {
  display: block;
}

.departmentFooter {
  margin: 10px 0;
}
div#footerArea3 {
  text-align: center;
}

div#footerArea3 img {
  max-width: 200px !important;
}

@media screen and (min-width: 756px) {
  div#footerArea1,
  div#footerArea2,
  div#footerArea3 {
    width: 33.3%;
    float: left;
    padding: 0 30px;
  }
  .departmentFooter {
    width: 100%;
    float: left;
  }
  .footerCont img {
    margin-bottom: 0;
  }
}
