footer {
  background: #18a79d!important;
  background-color: #18a79d!important;
}
.page-footer .footer-copyright {
  background: none!important;
  background-color: none!important;
}

footer .footerContent {
  width: 100%;
  padding: 50px 15% 0 15%;
  position: relative;
  text-align: left;
}
footer .footerContent h2 {
  font-size: 20px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #424040;
  text-transform: uppercase;
  padding: 0 0 25px 0!important;
  margin: 0 0 0 0!important;
}

footer .footerContent a.page,
footer .footerContent h3 {
  font-size: 16px;
  font-family: 'SF UI Display';
  font-weight: 900;
  font-style: normal;
  color: #01514b;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
footer .footerContent a.page:hover,
footer .footerContent a.page:focus,
footer .footerContent a.page:active {
  color: #ffffff;
}

footer .footerContent ul {
  padding: 0 0 15px 0!important;
  margin: 0 0 0 0!important;
}
footer .footerContent ul li {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
footer .footerContent ul li a {
  font-size: 16px;
  font-family: 'SF UI Display';
  font-weight: 100;
  font-style: normal;
  color: #01514b;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
footer .footerContent ul li a:hover,
footer .footerContent ul li a:focus,
footer .footerContent ul li a:active {
  color: #ffffff;
}

footer .footerContent a.contactWhite {
  font-size: 16px;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
footer .footerContent a.contactWhite:hover,
footer .footerContent a.contactWhite:focus,
footer .footerContent a.contactWhite:active {
  color: #01514b;
}
footer .footerContent p {
  font-size: 16px;
  font-family: 'SF UI Display';
  font-weight: 100;
  font-style: normal;
  color: #01514b;
}
footer .footerContent p span {
  font-weight: 600;
}

footer .footerContent ul {
  padding: 0 0 15px 0!important;
  margin: 0 0 0 0!important;
}
footer .footerContent ul.iconList li {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  text-align: center;
  display: inline-block;
}

footer .footerContent ul li img {
  max-width: 100%;
  height: auto;
}
footer img.logoFooter {
  max-width: 195px;
  height: auto;
}

footer .footerContent p.woorx {
  font-size: 20px;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-style: normal;
  color: #08857c;
}
footer .footerContent p.woorx a {
  position: relative;
  color: #08857c;
}
footer .footerContent p.woorx a:hover,
footer .footerContent p.woorx a:focus,
footer .footerContent p.woorx a:active {
  color:  #ffffff;
}
footer .footerContent p.woorx a::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #08857c;
  background-color: #08857c;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: auto;
  transition: all .3s ease;
}
footer .footerContent p.woorx a:hover::after,
footer .footerContent p.woorx a:focus::after,
footer .footerContent p.woorx a:active::after {
  width: 0;
  background: #ffffff;
  background-color: #ffffff;
}

footer .logoContainer {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  text-align: left;
}