/* 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 */
    }
}

