h3.footer-link--title
{
  color: #061e42;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

ul.footer-links
{
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer-wrapper
{
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin: 20px;
}

ul.footer__nav.footer-download-icons
{
  display: flex;
}

.social-icon img
{
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .flex-row
{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#footer
{
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 60px;
}

#index #footer
{
  position: relative;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.footer-col
{
  margin-bottom: 20px;
  transition: all 0.5s ease;
}

.footer-col a
{
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #1A192C;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-col a:hover
{
  text-decoration: underline;
}

.footer__nav li
{
  transition: all .3s ease;
}

.footer__nav li:hover
{
  color: blue;
}

.footer-link--social li:hover
{
  transform: scale(1.05);
}

.footer-download-icons li:hover
{
  transform: translateY(-5px);
}

.centeredContent.row.social-icons
{
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
  padding: 2rem;
  align-items: center;
}

.social-icon
{
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
}

.footer-social a
{
  font-size: 1.2rem;
}

.footer-social img
{
  width: 41px;
  height: auto;
}

ul.footer__nav
{
  margin-top: 24px;
  padding-left: 0;
}

ul.footer__nav li
{
  margin-bottom: 8px;
  list-style: none;
}

.flex-left
{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-right
{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.flex-row
{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  margin-top: 15px;
  flex-wrap: wrap;
}

ul.footer__nav.footer-link--social
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

ul.footer__nav.footer-link--social a:before
{
  content: unset;
}

ul.footer__nav.footer-download-icons a:before
{
  content: unset;
}

.Pagefooter
{
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 12px;
  align-items: center;
  justify-content: space-between;
  border: none;
  margin: 0 auto;
  color: black;
  background: #f2f2f2;
}

.Pagefooter span.left
{
  color: inherit;
}

#footer .legalRow
{
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px)
{
  .footer-col
  {
    flex: 1 1 45%;
  }
}

@media screen and (max-width: 670px)
{
  .footer-col
  {
    flex: 1 1 100%;
  }
}