.op-blue {
  color: #00549E;
}

.op-white {
  color: #ffffff;
}

.op-orange {
  color: #FF983D;
}

.bg-blue {
  background-color: #00549E;
}

footer {
  background-color: #00234A;
  color: #ffffff;
}
@media (min-width: 992px) {
  footer {
    position: sticky;
    bottom: 0;
    z-index: 1;
  }
}

#op-footer-logo img {
  width: 120px;
}

#op-footer-contact a {
  color: #FF983D;
  text-decoration: underline;
}
#op-footer-contact a:hover {
  color: #FFB370;
  text-decoration: underline;
}
#op-footer-contact .mailto {
  color: #ffffff;
  text-decoration: none;
}
#op-footer-contact .mailto:hover {
  color: #FFB370;
  text-decoration: underline;
}

#op-footer-menu a {
  color: #ffffff;
}
#op-footer-menu a:hover {
  text-decoration: underline;
}

#op-footer-share .ft-ic {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#op-footer-share .ft-ic.ic-in {
  background-image: url("../img/linkedin.svg");
}
#op-footer-share .ft-ic.ic-in:hover {
  background-image: url("../img/linkedin_active.svg");
}

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