/* Remove red lines for main content but keep sidebar underlines */

/* Remove borders from main content elements */
#header,
#banner,
section,
.inner > *,
.major:not(#sidebar .major):not(#sidebar section header.major),
.wrapper, 
.inner, 
#main .inner > *,
#main > .inner > section,
section:last-of-type,
header.major > :last-child:not(#sidebar .major):not(#sidebar section header.major) {
  border-top: none !important;
  border-bottom: none !important;
  border: none !important;
}

/* Remove main header border that was specifically set in header-override.css */
#header {
  border: none !important;
  border-bottom: none !important;
}

/* Remove section borders in main content */
#main > .inner > section {
  border-top: none !important;
}

/* Keep sidebar section headers with orange underline */
#sidebar section header.major {
  border-bottom: solid 2px #E25541 !important;
}
