/*                                                                      */
/* 		                   FOOTER                       		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/*                                                                      */
/*                                                                      */


footer {
  color: white;
  font-weight: bold;
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
footer p {
  font-size: 11px;
  line-height: 15px;
}
footer small {
  display: block;
  font-size: 11px;
  margin: 6px 0 0 0;
  width: auto;
}
footer p.website-by {
  margin-bottom: 0;
  color: white;
}
footer small.website-by a {
  color: white;
  text-decoration: none;
}
footer small.website-by a:hover {
  text-decoration: underline;
}
footer small.copyright {
  clear: left;
}
footer p.footer-nav {
  margin-bottom: 20px;
  margin-left: -7px;
  white-space: nowrap;
}
footer p.footer-nav a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding-left: 7px;
  padding-right: 10px;
  border-right: 1px solid #0039A6 /* __ ARP 3 __ Dark Blue (Pantone 286c)  */;
}
footer p.footer-nav a.last {
  border-right: none;
}


