 
/*! Custom Styles */
 .stat-box-gray, .stat-box-white, .stat-box-blue {
	 border: 1px solid #ffffff;
	 color: #012169;
	 font-size: 1.2rem;
}
 .stat-box-gray {
	 background-color: #F3F3F3;
}
 .stat-box-white {
	 background-color: #ffffff;
}
 .stat-box-blue {
	 background-color: #F2FBFF;
}
 .stat-box-gray-number {
	 font-family: "Barlow Condensed", sans-serif;
	 font-weight: 600;
	 font-size: 4.5rem;
	 line-height: 4rem;
	 text-transform: uppercase;
	 color: #007DBA;
	 padding-top: 20px;
}
 .stat-box-gray > p, .stat-box-white > p {
	 text-transform:uppercase;
}
 .card-college-box {
	 margin: 10px;
	 border: 1px solid #d0d0ce;
	 width: 30%;
}
 .card-college-name {
	 font-family: "Barlow Condensed", sans-serif;
	 font-weight: 600;
	 font-size: 1.6rem;
	 line-height: 2rem;
	 letter-spacing: .5px;
	 text-transform: uppercase;
	 color: #012169;
	 padding-bottom: 10px;
	 border-bottom: 1px solid #d0d0ce;
}
 .card-college-stats-title {
	 font-family: "Spectral", serif;
	 font-weight: 700;
	 font-size: 1.3rem;
	 color: #007DBA;
	 margin-bottom: 0px;
}
 .card-college-stats {
	 font-family: "Spectral", serif;
	 font-weight: 700;
	 font-size: 1.5rem;
	 color: #012169;
}
 .blue-background {
	 background-color: #F2FBFF;
}
 .student-stats-number {
	 font-family: "Spectral", serif;
	 font-weight: 700;
	 font-size: 3.5rem;
	 color: #F2A900;
	 margin-bottom: 0px;
}
 .student-stats-name {
	 font-family: "Barlow Condensed", sans-serif;
	 font-weight: 600;
	 font-size: 1.4rem;
	 line-height: 1.5rem;
	 letter-spacing: .5px;
	 text-transform: uppercase;
	 color: #ffffff;
}
 .bold-blue {
	 font-weight: bold;
	 font-size: 150%;
	 color: #007DBA;
}
 .bold-gold {
	 font-weight: bold;
	 font-size: 150%;
	 color: #F2A900;
}
 .stat-box-type {
	 color: #0F0F10;
	 font-size: 1.2rem;
}
 .stat-box-number {
	 font-family: "Barlow Condensed", sans-serif;
	 font-weight: 600;
	 font-size: 6.3rem;
	 line-height: 4rem;
	 text-transform: uppercase;
	 color: #007DBA;
	 padding-top: 20px;
}
 .stat-box {
	 margin: 10px;
	 border: 1px solid #d0d0ce;
	 width: 30%;
}
 .arrow-list {
	 list-style-image: url(../images/site-wide/facts-arrow.svg);
}
 .smaller-type {
	 font-size: 1.2rem;
}
 .image-grid-stats p:first-child {
	 margin-top: 1rem;
}
 .circle-stat {
	 background-image: url(../images/site-wide/stat-frame.svg);
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: contain;
	 height: 215px;
	 width: 215px;
	 margin: 0 auto;
	 padding: 1rem;
}
 .circle-stat-line, .circle-stat-card-line {
	 position: relative;
}
 .circle-stat-line:after {
	 content: "";
	 background: white;
	 position: absolute;
	 bottom: 21%;
	 right: 0;
	 height: 54%;
	 width: 0px;
}
@media (min-width: 768px) {
    .circle-stat-line:after {
    	 width: 1px;
    }
}
.circle-stat-card-line:after {
    	 content: "";
    	 background: white;
    	 position: absolute;
    	 bottom: 21%;
    	 right: 0;
    	 height: 54%;
    	 width: 0px;
    }
@media (min-width: 992px) {
    .circle-stat-card-line:after {
    	 width: 1px;
    }
}

 .student-stats-number {
	 padding-top: 1.75rem;
}
 h3.ranking-college-number {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	font-size: 4.5rem;
	line-height: 4rem;
	text-transform: uppercase;
	color: #007DBA;
	padding-top: 1.3rem;
	text-align: center;
}
 .ranking-card-subheading {
	 font-family: "Barlow Condensed", sans-serif;
	 font-weight: 600;
	 font-size: 1.6rem;
	 line-height: 2rem;
	 letter-spacing: .5px;
	 text-transform: uppercase;
	 color: #012169;
	 padding-bottom: 10px;
}
 p.ranking-college-name {
	 text-align: center;
	 font-size: 1.25rem;
	 padding-top: 1rem;
	 line-height: 1.6;
}
p.footnote {
    text-transform: none;
    font-family: "Noto Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #101820;
}
p.footnote:nth-last-of-type(2) {
    margin-bottom: 3rem;
}
/*! End of Custom Styles */
 