/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.RegionFooterBottom {
  background: #0a141a;
  border-top: 1px solid #004366;
  padding: 1rem 0; }

@media (min-width: 960px) {
  .RegionFooterBottom {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

.RegionFooterBottom_Grid {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
