@media only screen and (max-width: 1500px) {
  .container:not(.contextual-region .container) {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .container:not(.contextual-region .container) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.sponsor {
  padding-bottom: 14px;
}
.sponsor .footer-sponsor {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 140px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .sponsor .footer-sponsor img {
    max-width: 80%;
  }
}
.sponsor .footer-sponsor:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 575.98px) {
  .sponsor .col-sm:nth-last-child(n+3) {
    margin-bottom: 1.875rem;
  }
}

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