/**
Deprecated
*/
#main-footer {
  background-color: #2aaae1;
  color: white;
}
#main-footer .footer {
  padding: 3rem 3rem 1rem 3rem;
}
@media (min-width: 0) {
  #main-footer .footer {
    padding: 2rem 2rem 0.5rem 2rem;
  }
}
@media (min-width: 768px) {
  #main-footer .footer {
    padding: 3rem 3rem 1rem 3rem;
  }
}
#main-footer .footer h1 {
  color: white;
}
#main-footer .footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 0) {
  #main-footer .footer .footer-content {
    flex-flow: column;
  }
}
@media (min-width: 768px) {
  #main-footer .footer .footer-content {
    flex-flow: row;
  }
}
#main-footer .footer .footer-content .logo > img {
  padding-bottom: 20px;
  max-width: 4rem;
  max-width: 4rem;
}
#main-footer .footer .footer-content .logo p {
  padding: 0.5rem 0;
}
#main-footer .footer .footer-content .logo .social-icons svg {
  font-size: 20px;
  margin-right: 15px;
}
#main-footer .footer .footer-content .logo .social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 200px;
}
#main-footer .footer .footer-content .logo .social-icons img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
#main-footer .footer .footer-content .logo .social-icons img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}
#main-footer .footer .footer-content .logo .stay-in-touch {
  padding: 0.5rem 0 !important;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0 !important;
  opacity: 0.9;
}
#main-footer .footer .footer-content .logo .bold {
  margin-top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 17px;
}
#main-footer .footer-links {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (min-width: 0) {
  #main-footer .footer-links {
    flex-flow: column;
  }
  #main-footer .footer-links > * {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #main-footer .footer-links {
    flex-flow: row;
  }
}
#main-footer .footer-links .about {
  margin-top: 3px;
}
#main-footer .footer-links .newsroom {
  margin-top: 3px;
}
#main-footer .footer-links .footer-section {
  padding-right: 2.5rem;
  margin-top: 10px;
}
#main-footer .footer-links .footer-section h4 {
  padding-bottom: 0.5rem;
  font-size: 18px;
  font-weight: bold;
}
#main-footer .footer-links .footer-section .nav-link {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 18px;
}
#main-footer .footer-links .footer-section .last-section ul {
  display: block;
  list-style: none;
  margin: 0;
}
#main-footer .footer-links .footer-section .last-section ul li {
  padding-bottom: 0.5rem;
  margin-bottom: 10px;
}
#main-footer .footer-links .footer-section .last-section ul li a {
  color: white;
  font-size: 18px;
  font-weight: bold;
}
#main-footer .footer-links .footer-section .section-items ul {
  display: block;
  list-style: none;
  margin: 0;
}
#main-footer .footer-links .footer-section .section-items ul li {
  padding: 0.5rem 1rem;
  font-size: 18px;
  border-left: 0.5px solid white;
  display: block;
}
#main-footer .footer-links .footer-section .section-items ul li a {
  color: white;
  padding: 0 !important;
  opacity: 0.7;
  font-size: 18px;
}
#main-footer .footer-links .footer-section .section-items ul li:first-child {
  padding-top: 0;
}
#main-footer .footer-links .footer-section .section-items ul li:last-child {
  padding-bottom: 0;
}
#main-footer .footer-bottom {
  padding-top: 1rem;
  margin-top: 20px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.45);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #main-footer .footer-bottom {
    flex-flow: column-reverse;
    align-items: start;
  }
}
#main-footer .footer-bottom .copyright p {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
#main-footer .footer-bottom .footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #main-footer .footer-bottom .footer-bottom-links {
    flex-flow: column-reverse;
  }
}
#main-footer .footer-bottom .footer-bottom-links > * {
  margin-bottom: 10px;
  margin-right: 1rem;
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
}
#main-footer .footer-bottom .footer-bottom-links ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
#main-footer .footer-bottom .footer-bottom-links a {
  margin-right: 1rem;
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
  text-transform: uppercase;
}
