@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/SourceSansPro-Regular.eot");
  src: url("../fonts/sourcesanspro/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/sourcesanspro/SourceSansPro-Regular.woff") format("woff"), url("../fonts/sourcesanspro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/SourceSansPro-Semibold.eot");
  src: url("../fonts/sourcesanspro/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/SourceSansPro-Semibold.woff2") format("woff2"), url("../fonts/sourcesanspro/SourceSansPro-Semibold.woff") format("woff"), url("../fonts/sourcesanspro/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/SourceSansPro-Bold.eot");
  src: url("../fonts/sourcesanspro/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/sourcesanspro/SourceSansPro-Bold.woff") format("woff"), url("../fonts/sourcesanspro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/SourceSansPro-Black.eot");
  src: url("../fonts/sourcesanspro/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/SourceSansPro-Black.woff2") format("woff2"), url("../fonts/sourcesanspro/SourceSansPro-Black.woff") format("woff"), url("../fonts/sourcesanspro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.site-footer {
  position: unset;
  background: #161740;
  color: white;
}
.site-footer h5 {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.site-footer a {
  color: white;
  text-decoration: none;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer ul li {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 991px) {
  .site-footer .useful-info .menu {
    columns: 2;
  }
}

.green-icon {
  border-radius: 3px;
  background: #8BBB4B;
  width: 30px;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.footer-bottom {
  border: 1px solid #5C5C5C;
}

.social-icons {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 991px) {
  .social-icons {
    justify-content: start;
  }
}/*# sourceMappingURL=footer.css.map */