#page-footer .item a {
  -webkit-transition: opacity 0.15s ease-out, color 0.15s ease-out, border-radius 0.15s ease-out, font-size 0.15s ease-out, bottom 0.15s ease-out, top 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, color 0.15s ease-out, border-radius 0.15s ease-out, font-size 0.15s ease-out, bottom 0.15s ease-out, top 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, color 0.15s ease-out, transform 0.15s ease-out, border-radius 0.15s ease-out, font-size 0.15s ease-out, bottom 0.15s ease-out, top 0.15s ease-out, background-color 0.15s ease-out;
  transition: opacity 0.15s ease-out, color 0.15s ease-out, transform 0.15s ease-out, border-radius 0.15s ease-out, font-size 0.15s ease-out, bottom 0.15s ease-out, top 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

#page-footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #101128;
}

@media (min-width: 1181px) {
  #page-footer > .group:nth-child(odd) {
    margin-right: calc(100% / 24 * 2);
    width: calc(100% / 24 * 11);
  }
  #page-footer > .group:nth-child(even) {
    width: calc(100% / 24 * 11);
  }
}

#page-footer .group > .item:not(:last-child) {
  margin-bottom: 1.333rem;
}

#page-footer .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#page-footer .item h4 {
  color: #96ACB7;
}

#page-footer .item ul > li:not(:last-child) {
  margin-right: 1rem;
}

#page-footer .item ul li a {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#page-footer .item ul li a > *:not(:last-child) {
  margin-right: 0.5rem;
}

#page-footer .item ul li img.icon {
  height: 1rem;
  width: 1rem;
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
}

#page-footer .item a {
  color: #357DED;
  font-weight: 900;
  text-align: left;
  display: inline;
}

#page-footer .item a:hover, #page-footer .item a:focus {
  color: #0B63ED;
}

#page-footer .item a .icon {
  display: inline;
  margin-left: 0.5rem;
}

#page-footer a {
  color: #357DED;
}

#page-footer a:hover, #page-footer a:focus {
  color: #0B63ED;
}

#page-footer a::before {
  display: none;
}

@media (max-width: 1180px) {
  #page-footer {
    padding-top: 2.666rem;
    padding-bottom: 2.666rem;
  }
  #page-footer > .group:not(:last-child) {
    margin-bottom: 1.333rem;
  }
  #page-footer .item h4 {
    margin-bottom: 0.333rem;
  }
  #page-footer .item > p:not(:last-child) {
    margin-bottom: 0.333rem;
  }
  #page-footer ul li, #page-footer ul li a {
    width: 100%;
  }
  #page-footer ul > li:not(:last-child) {
    margin-bottom: 0.777rem;
  }
}
/*# sourceMappingURL=footer.css.map */