#whole-footer {
  /* sytles for the sponsor logos in the footer */
}
#whole-footer .footer-top {
  padding: 80px 0;
  text-align: center;
}
#whole-footer .footer-top h2.block-title {
  margin-bottom: 35px;
  color: #000000;
  font-size: 2.2em;
  font-weight: bold;
}
#whole-footer .footer-top .container.sponsors .field--name-field-sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
#whole-footer .footer-top .container.sponsors .field--name-field-sponsors .field--item {
  margin-right: 30px;
}
#whole-footer {
  /*  container div for the links section of the footer */
}
#whole-footer .footer-bottom {
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
  background: #000000;
  /* styles for the footer menu links */
}
#whole-footer .footer-bottom ul.menu--footer li {
  display: inline-block;
  margin: 0 35px;
}
#whole-footer .footer-bottom ul.menu--footer li a {
  color: #fff;
  font-size: 18px;
}
#whole-footer .footer-bottom ul.menu--footer li a:hover {
  text-decoration: underline;
  background: transparent;
}
#whole-footer .footer-bottom {
  /* style for the limitless logo  in the footer */
}
#whole-footer .footer-bottom a.logo.navbar-btn {
  width: 100%;
}
#whole-footer .footer-bottom {
  /* styles for the social media icons in the footer */
}
#whole-footer .footer-bottom #block-footersociallinks ul.social-media-links--platforms {
  margin: 0;
  font-size: 0;
}
#whole-footer .footer-bottom #block-footersociallinks ul.social-media-links--platforms li {
  display: inline-block;
  margin: 0;
  border-left: 2px solid #fff;
}
#whole-footer .footer-bottom #block-footersociallinks ul.social-media-links--platforms li:first-child {
  border-left: 0;
}
#whole-footer .footer-bottom #block-footersociallinks ul.social-media-links--platforms li a {
  display: block;
  padding: 10px;
  color: #fff;
  background: #00adef;
  font-size: 18px;
}
#whole-footer .footer-bottom #block-footersociallinks ul.social-media-links--platforms li a:hover {
  border: 1px solid #fff;
}
#whole-footer .footer-bottom #block-footersociallinks ul.social-media-links--platforms li a.social-media-link-icon--facebook {
  padding: 10px 18px;
}

/* extra styles for the social media section of the footer */
.footer-social {
  margin-top: 30px;
}
.footer-social .region-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* styles for the newsletter section that's next to social media buttons */
#block-newsletterblock .newsletter a {
  position: relative;
  display: block;
  padding: 15px 60px;
  text-decoration: none;
  color: #000000;
  background: #fff;
  font-size: 18.5px;
}
#block-newsletterblock .newsletter a::before {
  position: absolute;
  top: 27%;
  left: 9%;
  width: 25px;
  height: 25px;
  content: "";
  background: url("../images/envelope-regular.svg") no-repeat;
}
#block-newsletterblock .newsletter a:focus-visible {
  outline: 3px solid #005fcc;
  offset: 3px;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  #block-newsletterblock .newsletter a {
    position: relative;
    display: block;
    padding: 16px 60px;
    text-decoration: none;
    color: #000;
    background: #fff;
    font-size: 14px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #whole-footer .footer-bottom a.logo.navbar-btn img {
    height: 186px;
    margin-bottom: 20px;
  }
  #whole-footer .footer-bottom ul.menu--footer li {
    margin: 10px 0;
  }
  #whole-footer .footer-bottom ul.menu--footer li a {
    padding: 0 23px;
  }
  #whole-footer .footer-bottom #block-footersociallinks ul.social-media-links--platforms li a {
    display: block;
    padding: 10px;
    color: #fff;
    background: #00adef;
    font-size: 15px;
  }
  #whole-footer .footer-top {
    padding: 40px 0;
    text-align: center;
  }
  #whole-footer .footer-top h2.block-title {
    margin-bottom: 25px;
    font-size: 1.9em;
  }
}
@media only screen and (min-width: 0) and (max-width: 530px) {
  #whole-footer .footer-bottom ul.menu--footer li {
    display: block;
    margin: 25px 0;
  }
}
#whole-footer h2 {
  color: #fff;
}