﻿.footer-container {
  background-color: #002856;
  color: rgba(250, 250, 250, 0.5); }
  .footer-container .footer-main {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap; }
  .footer-container ul {
    list-style-type: none;
    overflow: hidden;
    padding: 5px !important; }
  .footer-container li {
    width: 100% !important; }
    .footer-container li a {
      color: rgba(250, 250, 250, 0.5);
      background-color: #002856;
      text-transform: none;
      cursor: pointer; }
    .footer-container li a:hover {
      color: white !important;
      background-color: #002856;
      box-shadow: none;
      text-decoration: underline; }
  .footer-container h5 {
    text-transform: uppercase;
    text-decoration: underline; }
  .footer-container a {
    color: rgba(250, 250, 250, 0.5);
    background-color: #002856;
    text-transform: none; }
  .footer-container a:hover {
    color: white;
    background-color: #002856;
    box-shadow: none; }

.footer-end {
  text-align: center;
  margin: 0;
  padding: 20px;
  background-color: #001e42;
  color: white; }

.footer-end > a {
  color: white; }

hr.img-centered {
  padding: 0;
  border: none;
  border-top: 1px solid white;
  color: rgba(250, 250, 250, 0.5);
  text-align: center; }

hr.img-centered:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -1.00em;
  height: 32px;
  width: 32px;
  background: url(../images/TMP_circle_white_transperant.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #002856;
  background-blend-mode: lighten; }

/* Desktop Styles */
@media (min-width: 767.98px) {
  .footer-container {
    padding: 1% 5% 1% 5%; }
    .footer-container .footer-main {
      margin: 25px 5px; }
    .footer-container .footer-copyright {
      margin: 40px;
      display: flex;
      flex-direction: column; }
      .footer-container .footer-copyright ul {
        list-style: none; } }

/* Mobile Styles */
@media (max-width: 768px) {
  .footer-container {
    padding: 10px 20px; }
    .footer-container .footer-main .footer-main-navigate, .footer-container .footer-main .footer-main-contact, .footer-container .footer-main .footer-main-visit {
      width: 100%;
      padding: 10px; }
    .footer-container .footer-copyright {
      margin: 25px auto; } }
