/* Generated by less 3.11.1 */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-template-rows: 0fr;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.footer-logo {
  grid-area: 1 / 1 / 2 / 5;
}
.footer-logo a {
  text-align: center;
  display: flex;
  justify-content: center;
}
.footer-navigation {
  grid-area: 1 / 5 / 3 / 13;
  min-height: 220px;
}
.footer-navigation .accordion .accordion-button:focus {
  box-shadow: unset;
}
.footer-navigation .accordion .accordion-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-navigation a {
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 33.33%;
}
.footer-socialmedia {
  grid-area: 2 / 1 / 3 / 5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.footer-socialmedia .rounded-pill {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  /*
           border-color: #002659 !important;
           color: #002659;
*/
}
.footer-socialmedia .rounded-pill .fa-2x {
  font-size: 1.5em;
}
.footer-quicklink {
  grid-area: 3 / 1 / 4 / 13;
  border-bottom: 1px solid #224e84;
}
.footer-quicklink ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-quicklink ul li {
  padding: 0 15px;
}
.footer-quicklink ul li a {
  font-size: 12px;
}
.footer-copyright {
  grid-area: 4 / 1 / 5 / 13;
}
@media (max-width: 767px) {
  .footer-grid {
    display: block;
  }
  .footer-quicklink ul {
    display: block;
  }
  .footer-quicklink ul li {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-navigation {
    padding-bottom: 20px;
    padding-left: 0 !important;
    min-height: unset;
  }
  .footer-navigation a {
    width: 100%;
  }
}
