footer {
  background: #0f2d43;
  padding: 50px;
  position: relative;
  color: #fff;
  min-height: 192px;
}
footer.is-inview .footerTitle,
footer.is-inview .col {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
footer .footerTitle {
  margin-bottom: 18px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.3s 0.3s, pointer-events 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, pointer-events 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, pointer-events 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, pointer-events 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, pointer-events 0.3s 0.3s, transform 0.3s 0.3s;
}
footer .col {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.3s 0.45s, pointer-events 0.3s 0.45s, transform 0.3s 0.45s;
  -moz-transition: opacity 0.3s 0.45s, pointer-events 0.3s 0.45s, transform 0.3s 0.45s;
  -ms-transition: opacity 0.3s 0.45s, pointer-events 0.3s 0.45s, transform 0.3s 0.45s;
  -o-transition: opacity 0.3s 0.45s, pointer-events 0.3s 0.45s, transform 0.3s 0.45s;
  transition: opacity 0.3s 0.45s, pointer-events 0.3s 0.45s, transform 0.3s 0.45s;
}
footer .col:nth-child(2) {
  -webkit-transition: opacity 0.3s 0.6s, pointer-events 0.3s 0.6s, transform 0.3s 0.6s;
  -moz-transition: opacity 0.3s 0.6s, pointer-events 0.3s 0.6s, transform 0.3s 0.6s;
  -ms-transition: opacity 0.3s 0.6s, pointer-events 0.3s 0.6s, transform 0.3s 0.6s;
  -o-transition: opacity 0.3s 0.6s, pointer-events 0.3s 0.6s, transform 0.3s 0.6s;
  transition: opacity 0.3s 0.6s, pointer-events 0.3s 0.6s, transform 0.3s 0.6s;
}
footer .col:nth-child(3) {
  -webkit-transition: opacity 0.3s 0.75s, pointer-events 0.3s 0.75s, transform 0.3s 0.75s;
  -moz-transition: opacity 0.3s 0.75s, pointer-events 0.3s 0.75s, transform 0.3s 0.75s;
  -ms-transition: opacity 0.3s 0.75s, pointer-events 0.3s 0.75s, transform 0.3s 0.75s;
  -o-transition: opacity 0.3s 0.75s, pointer-events 0.3s 0.75s, transform 0.3s 0.75s;
  transition: opacity 0.3s 0.75s, pointer-events 0.3s 0.75s, transform 0.3s 0.75s;
}
footer .col:last-child {
  text-align: right;
  -webkit-transition: opacity 0.3s 0.9s, pointer-events 0.3s 0.9s, transform 0.3s 0.9s;
  -moz-transition: opacity 0.3s 0.9s, pointer-events 0.3s 0.9s, transform 0.3s 0.9s;
  -ms-transition: opacity 0.3s 0.9s, pointer-events 0.3s 0.9s, transform 0.3s 0.9s;
  -o-transition: opacity 0.3s 0.9s, pointer-events 0.3s 0.9s, transform 0.3s 0.9s;
  transition: opacity 0.3s 0.9s, pointer-events 0.3s 0.9s, transform 0.3s 0.9s;
}
footer .col a {
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .col a:hover {
  opacity: 0.6;
}
footer .col .logo {
  display: inline-block;
  width: 70px;
  margin-top: -32px;
}
footer .col .logo img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  footer {
    padding: 50px;
  }
  footer .col {
    width: 30%;
  }
  footer .col:last-child {
    width: 10%;
  }
}
@media all and (max-width: 950px) {
  footer {
    padding: 50px 20px;
    position: relative;
  }
  footer .cols {
    margin-bottom: -18px;
  }
  footer .col {
    width: 50% !important;
    margin-bottom: 18px;
  }
  footer .col .logo {
    width: 40px;
    margin-top: 4px;
  }
}
@media all and (max-width: 550px) {
  footer {
    padding: 50px 20px;
    position: relative;
  }
  footer .cols {
    margin-bottom: -18px;
  }
  footer .col {
    width: 100% !important;
    margin-bottom: 18px;
  }
  footer .col:last-child {
    text-align: left;
  }
  footer .col .logo {
    width: 40px;
    margin-top: 4px;
  }
}
/*# sourceMappingURL=footer.css.map */