﻿#program-filter .list-group-item {
  cursor: pointer; }

#program-filter .list-group-item:hover {
  cursor: pointer;
  background-color: #DDD !important; }

#program-filter .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

#program-filter .program-title {
  font-size: 1.25rem;
  padding: .5rem;
  margin-bottom: 0; }

#program-filter .programType, #program-filter .programInterestArea {
  padding: .75rem 1.25rem;
  color: #26367b;
  font-weight: 400;
  font-size: 1rem; }

#program-filter .programType:before, #program-filter .programInterestArea:before {
  font-family: "fontawesome";
  font-size: 1rem;
  margin-right: .5rem;
  content: "\f10c"; }

#program-filter .programType.text-primary, #program-filter .programInterestArea.text-primary {
  color: #26367b !important; }

#program-filter .programType.text-primary:before, #program-filter .programInterestArea.text-primary:before {
  content: "\f058"; }

/* - - Cornerstone 1.0 styling - - */
#container #program-filter .program-cards .program-card h3 {
  font-family: "TradeGothicLTW05-BdCnNo.20";
  font-size: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
  color: #26367b;
  letter-spacing: .5px;
  font-weight: normal; }

#container #program-filter .program-cards .program-card h4 {
  font-family: "TiemposHeadlineWeb-Regular";
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
  color: #CC0035;
  letter-spacing: .5px;
  font-weight: 700; }

/* - - Cornerstone 2.0 styling - - */
#smu-main .program-cards .program-card.bg-light {
  background-color: #EEE !important; }

#smu-main .program-cards .program-card h3 {
  font-family: "america-comp",sans-serif;
  margin-bottom: 1rem;
  padding-bottom: 0;
  color: #26367b;
  letter-spacing: .5px;
  font-size: calc(26px + 22*((100vw - 100px)/1900)); }

#smu-main .program-cards .program-card h4 {
  font-size: 1.5rem !important;
  margin-bottom: 1rem;
  padding-bottom: 0;
  color: #CC0035;
  letter-spacing: .5px; }

#smu-main .program-cards .program-card p {
  color: #333; }

#smu-main .program-cards .program-card .btn-danger {
  margin-top: 12px; }

@media screen and (min-width: 768px) and (max-width: 979.98px) {
  #smu-main .program-cards .program-card .col-md-7 {
    max-width: 100%;
    flex: 0 0 100%; }
  #smu-main .program-cards .program-card .col-md-5 {
    max-width: 100%;
    flex: 0 0 100%; } }

#smu-main .program-list.list-group {
  padding-left: 0; }
  #smu-main .program-list.list-group li {
    background-color: #EEE !important;
    margin-bottom: 0; }

#smu-main h3.program-title {
  font-size: 1.25rem; }
