/* MOBILE SMALL - Non-Retina - (0-321px) */

/* ------------------------------------- RESPONSIVE ADJUSTMENTS ------------------------------------- */
@media all and (min-width: 768px), print {
  /* TABLET - Non-Retina - (768px-1024px) */

  /* Footer Bottom Column Layout styles */
  #footer-bottom-wrap.footer-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
  }
  #footer-bottom-wrap .footer-bottom-right p {
    text-align:right;
  }
}