.hero-index__main-video3 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    top: 0;
    transform: none;
}
@media (min-width: 768px) { 
    .hero-index__main-video3 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
    }
    .video-plause-button {
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 301px) {
    .video-plause-button {
        bottom: 230px;
    }
}
@media (max-width: 300px) {
    .video-plause-button {
        bottom: 280px;
    }
}

.main-video3-right {
    right: 0;
}
.main-video3-center {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.video-plause-button {
    font-size: 2em;
    position: absolute;
    left: 20px;
    background: rgba(0, 0, 0, 0.5);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: white;
    padding-block: 0;
    padding-inline: 0;
    line-height: 0;
    border-style: none;
}

.hero-index__main-video2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.hero-index__main-video2 .container {
    max-width: none;
}
@media (max-width: 767.98px) {
    .hero-index__main-video2 {
        position: relative;
        transform: none;
    }
}
.hero-index-video {
    background-color: #012169;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media (max-width: 767.98px) {
    .hero-index__content-video {
        background-color: #012169;
    }
    
}

@media (min-width: 768px) {
    .hero-index__main-video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .video-plause-button {
        bottom: 15px;
    }
}
.hero-index__content-video {
    position: relative;
    z-index: 1;
    padding: 2rem;
    display: block;
    text-decoration: none;
    transition: box-shadow ease 0.25s;
}
@media (min-width: 768px) {
    .hero-index__main-video > .container {
        max-width: none;
    }
    a.hero-index__content-video:hover {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 8px 8px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.1), 0px 32px 32px rgba(0, 0, 0, 0.1), 0px 64px 64px rgba(0, 0, 0, 0.1), 0px 128px 128px rgba(0, 0, 0, 0.1), 0px 256px 256px rgba(0, 0, 0, 0.1);
    }
}
.hero-index__content-video::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #012169;
    opacity: 0.9;
}

/*! 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-white-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);
	 padding-inline-start: 1em;
}
.arrow-list-centered {
	 list-style-image: url(../images/site-wide/facts-arrow.svg);
	 list-style-position: inside;
	 text-align: center;
	 font-weight: bold;
}
.wysiwyg .arrow-list-centered {
    max-width: none;
}
.arrow-list li, .arrow-list-centered li {
    line-height: 2;
}
.arrow-list .list-unordered > li::before {
    color: #fff;
}
 .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;
}
.ranking-college-number {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	font-size: 4.5rem;
	line-height: 2rem;
	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: 1rem;
	 padding-top: 1rem;
	 line-height: 1.2;
}
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;
}
.stat-ww-image-subheading {
    font-size: 1.5rem;
}
.stat-heading {
    font-family: "Spectral", serif;
    text-transform: none;
    letter-spacing: normal;
    font-size: 3rem;
    font-weight: 400;
    color: #012169;
}
.stat-cards-with-image-border {
    background-clip: border-box;
    border: 1px solid #d0d0ce;
}
/*! End of Custom Styles */
 