section.alerts {
    display: none !important;
}
header#site-header {
    margin-bottom: 50px;
}
header#site-header::before {
    content: 'A special edition celebrating our newest ';
    position: absolute;
    top: 122px;
    width: 100%;
    padding: 14px 0;
    font-size: 1rem;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    text-indent: -125px;
    background: #000429;
    color: white;
}
header#site-header::after {
    content: 'Nobel laureate';
    position: absolute;
    top: 122px;
    width: 100%;
    padding: 14px 0;
    font-size: 1rem;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-indent: 270px;
    color: #ffc629;
}

.clickable-banner {
  position: absolute;
  top: 122px;
  width: 100%;
  padding: 14px 0;
  font-size: 1rem;
  font-style: italic;
  text-align: center;
  background: #000429;
  color: white;
  cursor: pointer;
  z-index: 1000;
}

.clickable-banner .highlight {
  font-weight: bold;
  color: #ffc629;
}

/* temp test */

header#site-header::before,
header#site-header::after {
  content: none !important;
}

@-moz-document url-prefix() {
  /* @media (min-width: 771px) { */
    header#site-header::before, header#site-header::after {
      top: 121px;
    }
  /* } */
}

@media (max-width: 770px) {

    header#site-header {
        margin-bottom: 48px;
    }
    .clickable-banner {
        top: 0;
    }

    ul.generic-list.feature-list {
        display: grid;
        grid-template-columns: 1fr;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px;
        grid-gap: 20px;
        background: #eeeeee;
        padding: 20px;
    }

    .banner-img {
        text-align: center;
    }
    .featured-story h1 {
        text-align: center;
        padding-bottom: 15px;
        padding-top: 15px;    
    }
}

@media (max-width: 390px) {
    header#site-header {
        margin-bottom: 46px;
    }
    header#site-header::before {
        font-size: .9rem;
        text-indent: -105px;
    }
    header#site-header::after {
        font-size: .9rem;
        text-indent: 252px;
    }
}

@media (min-width: 771px) {

    ul.generic-list.feature-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 1040px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        grid-gap: 20px;
        background: #eeeeee;
        padding: 20px;
    }

    div#open-site-search {
        display: none !important;
    }

    div#site-logo {
        width: 100% !important;
    }
}

ul.generic-list.issues-list {
    display: grid;
    grid-template-columns: auto;
    margin-top: 20px;
    grid-gap: 20px;
    max-width: 1000px;
    margin: auto;
}

.issues-list li.card-item {
    display: grid;
    grid-template-columns: 33% 1fr;
}

.issues-list .teaser {
    grid-column: 2/3;
}

.issues-list .item-header {
    max-width: 80%;
    align-self: center;
    justify-self: center;
}

.card-item h2 {
    padding: 10px;
    padding-left: 0px;
}

@media screen and (min-width: 1000px) {
    .news-notes #utility-desktop > .container, #logo-banner, .main-nav-desktop ul.main-nav, #main-content, #footer section {
        width: 800px;
    }
}

@media screen and (min-width: 1000px) {
    .featured-story #utility-desktop > .container, #logo-banner, .main-nav-desktop ul.main-nav, #main-content, #footer section {
        width: 800px;
    }
}

.featured-story h1 {
    text-align: center;
    padding-bottom: 15px;
}

.news-notes h1 {
    text-align: center;
}

.news-notes h2 {
    padding: 20px;
}

img.banner-img {
    max-width: 50%;
}

.featured-story figcaption {
    text-align: center !important;
    padding-top: 10px !important;
}

header#site-header {
    background: #191919;
}

img.formal {
    content: url("https://www.umassmed.edu/globalassets/magazine/logo_3000w.png");
}

#section-top > div > div:nth-child(3) {
    padding-top: 60px !important;
}

div#site-banner {
    display: none !important;
}

#umms-o header#site-header #open-main-nav, #umms-o header#site-header #logo-banner-container #site-logo, #umms-o header#site-header #logo-banner-container #open-site-search {
    background-color: #191919 !important;
}

.dropcap::first-letter {
    float: left;
    padding: 1px;
    margin-right: 5px;
    font-size: 70px;
    line-height: 50px;
    color: #000f9f;
}

.homepage #main-content {
    display: none;
}