/**
 * @file
 * Footer Styling.
 */

 .site-footer .content {
  color: #17390F;
}

.site-footer__bottom {
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.857em;
}

.site-footer__bottom p {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.site-footer__bottom p a {
  color: rgba(0, 0, 0, 0.5);
}

.site-footer .content a, .site-footer .content a.is-active {
  color: inherit;
}

.site-footer .content a:hover, .site-footer .content a:focus {
  color: #2BC463
}

@media (min-width: 851px) {
  .site-footer__top .region {
      width: 33%;
  }
}