footer {
  min-height: 20vh;
  background-color: #052e46;
  padding-top: 4em;
  padding-bottom: 4em;
  /* FACEBOOK SHARE */ }
  footer a, footer h6 {
    color: white !important; }
  footer h6 {
    font-weight: bold; }
  footer a:hover {
    color: #f5ab35 !important; }
  footer .footer-links a {
    padding-bottom: 1em;
    display: block;
    width: fit-content; }
  footer a {
    display: block;
    width: fit-content; }
  footer .divider {
    margin: 1rem 0;
    line-height: 1;
    height: 0;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.85);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  footer .js-fb-share {
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.28;
    border-radius: 4px;
    font-size: 13px;
    height: 28px;
    padding: 8px;
    background-color: #1877f2;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    margin: 0;
    font-weight: bold;
    color: white; }
  footer .js-fb-share:hover, footer .js-fb-share:active, footer .js-fb-share:focus {
    color: white; }
