@charset "utf-8";
.banner .logo {
    max-height: 64px;
}
.course_level.spar .content.wide:not(.home) > .linear,
.course_level.spar .content.wide:not(.home) > .sections,
.course_level.spar .content.wide:not(.home) > .running_text,
.course_level.spar .modules .sitemap,
.course_level.spar .paper + form { 
  display: none;
}
.course_level.spar .paper.page {
    max-width: 96%;
    padding-bottom: 0;
}
.course_level.spar .content.wide:not(.home) {
    max-width: inherit;
    margin-right: 2% !important;
}
.course_level.spar .paper.page .embed {
    background: none;
    width: 100%;
}
.course_level.spar .paper.page .embed > iframe {
    width: 102%;
}