.program-details { .content-wrapper { max-width: 100%; padding-top: 0; } } .program-header { .banner-content { padding-top: 100px; } .title { margin: 0; } .title, .subtitle { color: palette(grayscale, white-t); font-weight: font-weight(semi-bold); } .org-wrapper { position: absolute; top: 0; background: palette(grayscale, white-t); opacity: 0.7; left: 0; } .org-logo { height: 80px; } .breadcrumb-wrapper { padding: $full-width-banner-margin; @include susy-media(1200px) { padding-left: 0; } } .breadcrumb-list { list-style-type: none; margin: 0; } .crumb { position: relative; float: left; font-size: font-size(x-small); line-height: line-height(x-small); color: palette(grayscale, dark); &.active { color: palette(grayscale, x-dark); } } .crumb-link { font-size: inherit; line-height: inherit; color: palette(primary, base); &:hover, &:focus { color: palette(grayscale, black); text-decoration: underline; } } .crumb-separator { font-size: font-size(xx-small); line-height: line-height(xx-small); padding: 0 $full-width-banner-margin/4; } }