.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only.light {
  color: #fff;
}
.sr-only.dark {
  color: #000;
}

footer#footer {
  width: 100%;
}
footer#footer .footer_top {
  position: relative;
  padding: 6rem 0 9rem;
  background: #0e4e82;
}
footer#footer .footer_top:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 130' fill='rgb(5,36,64)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,130 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  height: 130px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 1px;
  transform: rotate(180deg);
}
footer#footer .footer_top .footer_inner {
  display: flex;
  flex-direction: row;
  align-items: space-between;
  flex-wrap: wrap;
}
footer#footer .footer_top .footer_inner > div {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer#footer .footer_top .footer_inner > div {
    width: 50%;
  }
  footer#footer .footer_top .footer_inner > div:nth-child(1), footer#footer .footer_top .footer_inner > div:nth-child(2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  footer#footer .footer_top .footer_inner > div {
    width: 100%;
    text-align: center;
  }
  footer#footer .footer_top .footer_inner > div.footer_links {
    margin-bottom: 2rem;
  }
}
footer#footer .footer_top .footer_inner > div p.footer_title,
footer#footer .footer_top .footer_inner > div h2.footer_title {
  font-size: 20px;
  color: #fff;
  margin: 0 0 1rem;
  font-weight: 700;
}
footer#footer .footer_top .footer_inner > div p:not(.footer_title) {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
footer#footer .footer_top .footer_inner > div ul li {
  margin: 0 0 1rem;
}
footer#footer .footer_top .footer_inner > div ul li a {
  color: #fff;
  font-weight: 300;
}
footer#footer .footer_bottom {
  position: relative;
  background: #d0dde3;
}
@media (min-width: 768px) {
  footer#footer .footer_bottom {
    padding: 4rem 0 3rem;
  }
}
@media (max-width: 767px) {
  footer#footer .footer_bottom {
    padding: 3rem 0;
  }
}
footer#footer .footer_bottom:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 70' fill='rgb(208,221,227)' fill-opacity='1'%3E%3Cpolygon points='0,70 100,70 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -70px;
}
footer#footer .footer_bottom .footer_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer#footer .footer_bottom .footer_inner > div {
  width: 33.33%;
}
@media (max-width: 767px) {
  footer#footer .footer_bottom .footer_inner > div {
    width: 100%;
  }
  footer#footer .footer_bottom .footer_inner > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
footer#footer .footer_bottom .footer_inner.footer_inner_one {
  align-items: flex-start;
}
footer#footer .footer_bottom .footer_inner.footer_inner_one .left_side {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
@media (max-width: 767px) {
  footer#footer .footer_bottom .footer_inner.footer_inner_one .left_side {
    align-items: center;
    justify-content: center;
  }
}
footer#footer .footer_bottom .footer_inner.footer_inner_one .left_side a {
  display: inline-block;
}
footer#footer .footer_bottom .footer_inner.footer_inner_one .left_side a:first-child {
  margin-right: 2rem;
}
footer#footer .footer_bottom .footer_inner.footer_inner_one .left_side a img {
  width: auto;
  height: 6rem;
}
footer#footer .footer_bottom .footer_inner.footer_inner_one .middle {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  footer#footer .footer_bottom .footer_inner.footer_inner_one .middle {
    align-items: center;
  }
}
footer#footer .footer_bottom .footer_inner.footer_inner_one .middle .social-media-icons {
  width: 100%;
}
footer#footer .footer_bottom .footer_inner.footer_inner_one .right_side {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  footer#footer .footer_bottom .footer_inner.footer_inner_one .right_side {
    align-items: center;
    justify-content: center;
  }
}
footer#footer .footer_bottom .footer_inner.footer_inner_one .right_side p {
  color: #052440;
  margin: 0;
}
@media (max-width: 767px) {
  footer#footer .footer_bottom .footer_inner.footer_inner_one .right_side p {
    width: 100%;
    text-align: center;
  }
}
footer#footer .footer_bottom .footer_inner.footer_inner_two {
  margin-top: 3rem;
  align-items: flex-end;
}
footer#footer .footer_bottom .footer_inner.footer_inner_two .left_side {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  footer#footer .footer_bottom .footer_inner.footer_inner_two .left_side {
    align-items: center;
    justify-content: center;
  }
}
footer#footer .footer_bottom .footer_inner.footer_inner_two .left_side a.staff_login_btn {
  display: inline-block;
  background: #f57a21;
  padding: 1rem;
  transition: all 0.4s ease;
}
footer#footer .footer_bottom .footer_inner.footer_inner_two .left_side a.staff_login_btn:hover {
  background: #f79b58;
}
footer#footer .footer_bottom .footer_inner.footer_inner_two .left_side a.staff_login_btn:active {
  background: #fabc8f;
}
footer#footer .footer_bottom .footer_inner.footer_inner_two .left_side a.staff_login_btn span {
  color: #052440;
  text-decoration: underline;
  padding-left: 0.5rem;
}
footer#footer .footer_bottom .footer_inner.footer_inner_two .middle {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  footer#footer .footer_bottom .footer_inner.footer_inner_two .middle {
    align-items: center;
  }
}
footer#footer .footer_bottom .footer_inner.footer_inner_two .right_side {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  footer#footer .footer_bottom .footer_inner.footer_inner_two .right_side {
    align-items: center;
    justify-content: center;
  }
}
footer#footer .footer_bottom .footer_inner.footer_inner_two .right_side p {
  margin: 0;
}
footer#footer .footer_bottom .footer_inner.footer_inner_two .right_side p a {
  text-decoration: underline;
}

.social-media-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .social-media-icons {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.social-media-icons a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 992px) {
  .social-media-icons a {
    width: 50%;
  }
}
.social-media-icons a:not(:last-child) {
  margin-bottom: 1rem;
}
.social-media-icons a svg {
  width: 32px;
  height: 32px;
}
.social-media-icons a svg path {
  fill: #052440;
}
.social-media-icons a span {
  color: #052440;
  display: block;
  margin-left: 0.5rem;
}/*# sourceMappingURL=footer.css.map */