@media (min-width: 1770px) {
  /* For reasons unknown, the page at connex/leadership-academy has 
   * too large left margin at certain screen widths.
   * This is an imperfect fix by forcing the left content to min-width
   * at certain screen widths */
  .content-category-custom .main-content__left {
    min-width: 1470px;
  }
}
