/* ==========================================================================
   CHS-WORLD STUDIES B.A.IN FOREIGN LANGUAGE PAGE
   ========================================================================== */
/* Concentration Cards */
@media (max-width: 767px) {
  .plugin-card--gray p.t4_button, 
  .plugin-card--accent p.t4_button {
    text-align: center;
  }
}
/* Sidebar */
.allAbout {
  --cwf-card--background-color: #80225f;
}
.allAbout .plugin-card__body h2 {
  color: #2f2f2f;
}
.allAbout .plugin-card__body a {
  --cwf-link--color: #fff;
  --cwf-link--active--color: #fff;
}
.allAbout .plugin-card__body > :first-child {
  padding-top: 1rem !important;
}
.allAbout h2 {
  text-align: center;
  background: #fff;
  padding: 1rem;
  border-top: 6px solid #f8b300;
}
.allAbout .checklist {
  padding-left: 0;
}
.allAbout .checklist li {
  margin: .25rem auto;
}
.allAbout .checklist li:before {
  color: #f8b300;
}
/* Do More With Your Degree */
.cwf-grid.cwf-grid--2-columns.doMore {
  margin-top: 2rem;
}


