.card.card-body-p-0 > .card-body {
	 padding: 0 !important;
}
.card.card-outline-gold, .card.card-outline-gold .card-footer, .card.card-outline-gold .card-header, .card.card-outline-gold .list-group-item, .card.card-gold, .card.card-gold .card-footer, .card.card-gold .card-header, .card.card-gold .list-group-item {
	 border-color: #b58500;
}
 .card.card-outline-gold .card-footer, .card.card-outline-gold .card-header, .card.card-gold .card-footer, .card.card-gold .card-header {
	 background-color: #b58500;
	 color: #ffffff;
}
.card.card-gold .card-header.h2, .card.card-gold .card-header.h4, .card.card-gold .card-header .h2, .card.card-gold .card-header .h4, .card.card-gold .card-header h2, .card.card-gold .card-header h4, .card.card-gold .card-header legend {
	 color: #ffffff !important;
}
.card.card-lt-yellow {
	 background-color: #FEF2B2;
}
.card.statistic {
	 
}
.card.statistic > .card-body > .statistic-number {
	 font-family: "Barlow Condensed",sans-serif;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: .05em;
	 color: #012169;
	 font-size: 5rem;
	 line-height: 1.1;
}
.card.statistic > .card-body > .statistic-label {
	 font-family: "Noto Sans", sans-serif;
	 font-style: normal;
	 font-weight: 700;
	 text-transform: uppercase;
	 color: #101820;
	 font-size: 1.375rem;
}
.card.statistic.statistic-polygon {
    border: 0;
    margin-bottom: 0 !important;
}
.card.statistic.statistic-polygon > .card-body > .statistic-number {
    background-image: url(https://secure.web.emory.edu/webcollege/template/st4.2/images/bg/polygons/polygon2_cyan.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #012169;
    font-family: "Noto Sans", sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: normal; 
    line-height: normal;
    margin-bottom: 1rem;
    padding: 2rem;
    text-transform: uppercase;
}
.card.statistic.statistic-polygon > .card-body > .statistic-label {
    font-family: "Barlow Condensed",sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.1;
	text-transform: uppercase;
}
.card.statistic.bg-graphic-triangles-lt-yellow {
	 background-image: url(https://secure.web.emory.edu/webcollege/template/st4.2/images/bg/triangles/bg-lt-yellow-triangle-pattern-orange.jpg);
	 background-position: 50%;
	 background-repeat: no-repeat;
	 background-size:150%;
	 border: 0;
}
.card.card-lt-yellow, .card.statistic.bg-graphic-triangles-lt-yellow > .card-body {
	 background: transparent !important;
}

.card-body a.news-story-link .news-story-headline {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    text-decoration: underline;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    color: #006fa6 !important;
    margin-bottom: 0;
}

.feed-events .card .card-header .calendar__date {
	border-bottom: none !important;
	color: #012169 !important;
	font-size: 1.75rem !important;
    text-align: left !important;
}

.feed-events .card .card-header .calendar__date > div {
	display: inline !important;
	font-size: 87.5% !important;
	margin-right: 0.5rem !important;
}

.feed-events .card .card-body.calendar__details {
	border-bottom: none !important;
}

.feed-events .card .card-body.calendar__details .small a {
	display: inline !important;
}

@media (min-width: 768px) {
	 .card-deck-2 > .card, .directory-cards > .card {
		 max-width: calc((100%/2) - 30px);
		 min-width: calc((100%/2) - 30px);
	}
}

@media (min-width: 768px) {
	 #col-right .card-contact a.email {
		 display: inline-block;
		 white-space: nowrap;
		 text-overflow: ellipsis;
		 overflow: hidden;
		 max-width: 9rem;
	}
}

@media (min-width: 992px) {
	 #col-right .card-contact a.email {
		 max-width: 13rem;
	}
}
