.footer {
  background-color: #39678f;
  padding: 0;
  margin: 0;
  width: 100%;
}

.region-top-footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  height: 300px;
}

.region-top-footer section,
.region-top-footer nav {
  padding: 0 127px;
  padding-top: 30px;
}

.region-top-footer nav {
  padding-top: 25px;
}

.homepage-socialmedia {
  padding-top: 25px !important;
}

.footer-logo-wrapper {
  padding-left: 0 !important;
}

.connect-wrap section {
  padding-right: 0 !important;
}

.connect-wrap section {
  width: 100%;
}

.footer-logo-wrapper,
.region-top-footer nav {
  border-right: 1px solid #ffffff;
}

.menu--footer {
  width: 165px;
  margin: auto;
}

.menu--footer>li>a {
  padding: 0px;
  margin-bottom: 10px;
}

.menu--footer a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.menu--footer a:hover,
.menu--footer a:focus {
  background: none !important;
  font-weight: 600;
  /* text-decoration: underline !important; */
  color: #ffffff;
}

.region-top-footer section:last-child {
  padding-top: 30px;
}

.bottom-footer {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--blue);
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscribe-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  width: 320px;
}

footer .more-link {
  text-align: left;
  margin-top: 10px;
}

footer .more-link a {
  background-color: var(--red);
  color: #fff;
}

footer .more-link a:hover {
  color: var(--red);
  background-color: #fff !important;
}

/* Social Media Links  */

.social-icon-wrap .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.subscribe-wrapper {
  margin-top: -10px;
}

.social-icons {
  width: 100%;
  transform: translate(-16px, 0px);
}

.social-icons ul {
  display: flex;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 17px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../../images/homepage/social_media_sprite.png) no-repeat 0px 5px transparent;
  font-size: 0;
}

.social-icons li:last-child a {
  border: none;
}

.social-icons .twitter a:hover {
  background-position: 0px -39px;
}

.social-icons .fb a {
  background-position: -43px 5px;
}

.social-icons .fb a:hover {
  background-position: -43px -39px;
}

.social-icons .linkedin a {
  background-position: -88px 6px;
}

.social-icons .linkedin a:hover {
  background-position: -88px -39px;
}

/*************************************************************************************************/
