/* ==========================================================================
   CHS-BIO GLOBAL
   ========================================================================== */
/* Navigation */
.cwf-nav__link[href="https://clse.vcu.edu/"]::after, 
.cwf-nav__link[href="https://medschool.vcu.edu/education/graduate/bsdp/"]::after {/* For navigation links that go to external sites, add an external link icon */
    content: "";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 0.25em;
    color: #f8b300;
}
/* Bulletin feeds */
.plugin-bulletin-subject-info {
  padding: 1em;
  background: #006894;
  margin-top: 2rem;
}
.courseblock {
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-left: 10px solid #b2e0d6;
}
.courseblock:last-of-type {
  margin-bottom: initial;
}
p.courseblocktitle {
  color: #d43900;
}
/* Questions? sidebar */
.quest-card h2 {
    text-align: center;
    color: var(--cwf-color--orange);
}
.quest-card ul {
    list-style-type: none;
    padding-left: 0.25rem;
}
.quest-card li {
    margin: 1rem auto;
}
.quest-card li:before {
    content: "\f0e0";
    color: var(--cwf-color--orange);
    font-family: "Font Awesome 6 Free";
    margin-right: 0.25rem;
    font-weight: 900;
}
.quest-card li:first-of-type {
    margin: 0.5rem auto;
}
/* Quick Links sidebar */
.quickLinks .plugin-card__body h2 {
    color: #2f2f2f;
}
.quickLinks .plugin-card__body > :first-child {
    padding-top: 1rem !important;
}
.quickLinks h2 {
    text-align: center;
    background: #fff;
    padding: 1rem;
    border-top: 6px solid #f8b300;
}
.quickLinks .checklist {
    padding-left: 0;
}
.quickLinks .checklist li {
    margin: .25rem auto;
}
.quickLinks .checklist li:before {
    color: #f8b300;
}
/* Hide sidebar hero images when screen size is less than 1280px */
@media (max-width: 1279px) {
  aside .plugin-hero .plugin-hero__content.hero__image--vertical img.plugin-hero__image {
    display: none;
  }
}


