/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.config_pages--type--course-finder-plus {
  display: none;
}

#block-course-finder-plus-block {
  width: 100vw;
  margin-left: -15px;
}
@media (min-width: 992px) {
  #block-course-finder-plus-block {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #block-course-finder-plus-block .inline-course-finder klg-course-finder-panel .course-finder {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  #block-course-finder-plus-block .inline-course-finder klg-course-finder-panel .course-finder {
    width: 1146px;
  }
}

/*# sourceMappingURL=course-finder-plus.css.map */
