  /* 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: 28.125rem; /* 450px */
}

.global-footer {
    background-color: #252525;
}

/* push to core soon */
.lw_view_all_cta {
    display: none;
}
@media print, screen and (min-width: 40em) {
    .content > h2:first-child {
        margin-bottom: 1.25rem;
    }
    .image.align-right,
    .image.align-left {
        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}


/* the news_page data def has an image that we float left */
.news-photo,
.news-photo-index {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.news-photo-index {
  max-width: 200px;
}
.news-photo {
  max-width: 400px;
}


/* person content */
.person-content h3 {
  margin-top: 1.75em;
}
.person-content h3:first-child {
  margin-top: 0;
}

/* announcement css */
/* ================================================== */
.announcement-banner {
  background-color: #ffd100;
  padding: 3.5em 0; }
  .announcement-banner > div {
    max-width: 1250px;
    margin: auto;
    padding: 0 1.5em; }
  .announcement-banner h2 {
    font-size: 1.6875rem;
    line-height: 1.4;
    margin-bottom: 1.5rem; }
  .announcement-banner p {
    max-width: 40em;
    margin-bottom: 1em; }
  .announcement-banner a {
    border: none;
    color: inherit;
    font-weight: bold;
    text-decoration: underline; }
  .announcement-banner .section-title {
    margin-bottom: .5rem; }

.announcement-banner__content > p::first-line {
  font-weight: bold; }

.announcement-banner__content p + p::first-line {
  font-weight: normal; }

.announcement-banner__links {
  padding-top: 2em; }
  .announcement-banner__links > p {
    margin-bottom: .5rem; }

@supports (display: grid) {
  @media print, screen and (min-width: 64em) {
    .announcement-banner > div {
      display: grid;
      grid-template-columns: 3fr 1fr; }
    .announcement-banner .section-title, .announcement-banner h2 {
      grid-column: 1 / 3; }
    .announcement-banner__content {
      padding-right: 4rem; }
    .announcement-banner__links {
      padding-top: 0; }
      .announcement-banner__links > p {
        margin-bottom: 0; } } }
