﻿.footer-branding p {
  font-size: 10pt;
  margin-top: 0;
  color: #fff;
  font-family: "PT Sans", "Lato", sans-serif;
}
.footer-branding a:hover,
.footer-branding a:focus {
  text-decoration: underline;
  color: #d9eef6;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #fff;
  margin: 16px 0 4px;
  font-family: "Montserrat", "Lato", sans-serif;
}
.footer-links li,
.footer-links ul,
.footer-links ol {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.footer-links li:before,
.footer-links ul:before,
.footer-links ol:before {
  display: none;
}
.footer-links:before,
.footer-links:after {
  content: " ";
  display: table;
}
.footer-links:after {
  clear: both;
}
.footer-links .level1-item {
  float: left;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.footer-links .level1-item:after {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 0;
  background-color: #fff;
  width: 1px;
}
.footer-links .level1-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-links .level1-item:last-child:after {
  display: none;
}
.footer-links .level1-item > a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.footer-links .level1-item > a:hover,
.footer-links .level1-item > a:focus {
  text-decoration: underline;
  color: #d9eef6;
}
/*# sourceMappingURL=FooterLinks.css.map */