.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

footer {
  background-color: #F7F7F7;
  padding-top: 30px;
  padding-bottom: 40px;
  min-height: 200px;
  margin-top: 30px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media only screen and (max-width: 992px) {
  footer {
    padding-bottom: 75px;
  }
}
footer.active {
  padding-bottom: 0;
}
footer h2 {
  font-size: 1.375rem;
  color: #5e5e63;
}
footer a {
  color: #5e5e63;
}
footer a:hover {
  color: #eb1f25;
}
footer .footer-content {
  display: flex;
  flex-direction: column;
}
footer .footer-content .block {
  flex: 1;
}
footer .footer-content .block ul:not(.contextual-links) {
  display: flex;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
  width: 75%;
}
footer .footer-content .block ul:not(.contextual-links) a {
  font-size: 0.875rem;
  line-height: normal;
  position: relative;
  padding: 5px 15px;
  color: black;
  padding-left: 0;
  display: flex;
  align-items: center;
}
footer .footer-content .block ul:not(.contextual-links) a:after {
  content: "/";
  position: absolute;
  right: 0;
  padding-right: 5px;
}
footer .footer-content .block ul:not(.contextual-links) li:last-child a:After {
  display: none;
}
footer .footer-content .block ul:not(.contextual-links) li:first-child a {
  padding-left: 0;
}
footer .footer-content .block:last-child {
  justify-content: flex-end;
}
footer .footer-content p {
  color: #999999;
  font-size: 0.813rem;
  line-height: 1.375rem;
  margin-top: 0;
}
footer .footer-content .footer-bottom {
  display: flex;
}
@media only screen and (max-width: 992px) {
  footer .footer-content .footer-bottom {
    flex-direction: column;
  }
}
footer .footer-content .footer-bottom .footer-bottom-left {
  flex: 1;
}
footer .footer-content .footer-bottom .footer-bottom-right {
  flex: 0;
}
footer .footer-content .footer-social-icons {
  list-style: none;
  margin: 0;
  height: 50px;
  display: flex;
  align-items: self-start;
  padding-left: 0;
  margin-top: 30px;
}
footer .footer-content .footer-social-icons li {
  padding: 5px 10px;
}
footer .footer-content .footer-social-icons li a:before {
  color: #292E6F;
}
footer .footer-content .footer-social-icons li:first-child {
  padding-left: 0;
}

/*# sourceMappingURL=footer.css.map */
