/* riverbank-override.css */
/* this rule needs to change. it's causing sidebar menus to break columns. it's too generic and targeting too large of a selection */
/*.menu { white-space: nowrap; }*/
.global-nav__primary .menu > li > a { white-space: nowrap; }  /* this is causing issues in our nav as well... */


/* Master courses list content */
div.accordion-content {
    min-height:0!important;
}

.content {
    min-height: 21.875rem; /* 350px */
}

/* push to core soon */
.fb-page--wrapper {
    min-height: 21.875rem;  /* 350px */
    overflow: hidden;
}
.lw_view_all_cta {
    display: none;
}
@media print, screen and (min-width: 40em) {
    .h3 {
        font-size: 2.4rem;
    }
    .image.align-right {
        max-width: 26.25rem;  /* 420px */
    }
}


/* faculty handbook, also found in the site-override for ase site */
.is-accordion-submenu-parent>a{position:relative}.is-accordion-submenu-parent>a:after{border-color:#003b71 transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;content:"";display:block;height:0;margin-top:-3px;position:absolute;right:1rem;top:50%;width:0}.is-accordion-submenu-parent[aria-expanded=true]>a:after{-webkit-transform:rotate(180deg);-webkit-transform-origin:50% 50%;transform:rotate(180deg);transform-origin:50% 50%}.sticky,.sticky-container{position:relative}.sticky{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:0}.sticky.is-stuck{position:fixed;z-index:5}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{left:auto;position:relative;right:auto}.sticky.is-anchored.is-at-bottom{bottom:0}.media-object--section-header .media-object-section:first-child{width:100%}.media-object--section-header .media-object-section:last-child{min-width:4.375rem}
