.blue-blurb {
	background-color: #1087fc!important;
}

.blue-blurb .c-section-block__title,
.blue-blurb .c-section-block__desc {
	color: white!important;
}

	.video-hero .video-cta-wrap .cta-pos p,
	.video-hero .video-cta-wrap .cta-pos p b {
		font-weight: bold;
		max-width: 677px;
	}

.o-block-instructor-text .js-popup-youtube {
	display: block;
	margin-top: 10px;
}

.o-block-instructor-text .learn-more-link {
		display: flex;	
    align-items: center;
		transition: 0.25s;
}

.o-block-instructor-text .learn-more-link:hover {
	color: #571f7a;
}

.o-block-instructor-text .learn-more-link .video-icon {
    margin-left: 10px;
    display: flex;
    align-items: center;
    position: relative;	
}

.o-block-instructor-text .learn-more-link .video-icon .fa-circle {
    color: #FFFFFF;
}

.o-block-instructor-text .learn-more-link .video-icon .fa-play-circle {
    position: absolute;
    left: 0;
    color: #1087fc;
		transition: 0.25s;
}

.o-block-instructor-text .learn-more-link:hover .video-icon .fa-play-circle {
    color: #571f7a;
}

.c-site-header .l-container .c-site-header__tier1 a.tier1-link:hover {
    /*color: #571f7a!important;*/
    text-decoration: none!important;
}

.c-site-header__list.right .c-site-header__tier1 a:hover {
	text-decoration: none!important;
}

.c-site-header__list.right .c-site-header__tier1 a.portal-login:hover {
	color: black!important;
}

#schedule-table .month .Rtable .Rtable-cell.section-4 {
    display: none;
}

@media screen and (min-width: 48em) {
	#schedule-table .month .Rtable .Rtable-cell.section-4 {
	    display: block;
	}
}

.c-site-header .l-container .c-site-header__tier1 a.has-submenu:hover,
.c-site-header .l-container #top-header .c-site-header__list .home a:hover {
	text-decoration: none!important;
	color: #000!important;
}

.c-site-header .l-container .c-site-header__tier1 a:hover {
	text-decoration: none!important;
}

.c-site-header .l-container #top-header .c-site-header__list.right .c-site-header__tier1 a:hover {
	color: #000!important;
}
.c-site-header .l-container #top-header .c-site-header__list .home a:hover {
	color: #571f7a!important;
}

.faq-section {
	background-color: #f0f4f7;
}

.faq-section .toggle-info-block__content {
    text-align: justify;
}

.c-site-header .l-container .c-site-header__tier1.classroom_tier1 a.has-submenu:hover, 
.c-site-header .l-container .c-site-header__tier1.online_tier1 a.has-submenu:hover {
    color: #571f7a!important;
}

.c-compare-table .l-container #compare-table .Rtable .Rtable-cell.blueprint.number,
.c-compare-table .l-container #compare-table .Rtable .Rtable-cell.blueprint.text,
.c-compare-table .l-container #compare-table-mobile .Rtable .Rtable-cell.blueprint.number, 
.c-compare-table .l-container #compare-table-mobile .Rtable .Rtable-cell.blueprint.text {
font-weight: 400;
font-size: 1.25em;
font-family: "jubilat", serif;
}

.c-section-block.c-feature-blocks.center .has-cta.c-section-block__desc {
	margin-bottom: 15px;
}

@media screen and (min-width: 48em) {
	.footerLinksContainer .o-grid__column:nth-child(1) {
			width: 53%;
			margin-right: 15.193548%!important;
	}
}

/* University/Course Alert */

.alerts.uni-landing {
	border: 2px solid #A349A4!important;
	border-radius: 5px;
	margin: 80px auto 0;
	padding: 0px;
	background-color: transparent;
	position: relative;
	text-align: justify;
	text-align-last: center;
}

.alerts.uni-landing .c-modal__close {
	width: 39px;
	height: 32px;
	line-height: 30px;
	position: absolute;
	border-radius: 0% 0% 0% 15%;														  
}

.alerts.uni-landing .c-modal__close {
	background-color: #A349A4;	
}

@media screen and (min-width: 650px) {
	.alerts.uni-landing .c-modal__close {
		width: 30px;
		height: 30px;
		line-height: 30px;
		position: absolute;
		border-radius: 50%;
		top: -16px;
		right: -16px;
		background-color: #A349A4;	
	}
}


.alerts.uni-landing p {
	margin-bottom: 0;
	font-size: 16px;
	color: #444444;
	font-weight: 400;
}


.alerts.uni-landing .card-header h3 {
	color: white;
	margin-bottom: 20px;
	line-height: initial;
}

.alerts.uni-landing ul {
	margin-left: 1.1rem;
	margin-bottom: 0px;
}

.alerts.uni-landing h3 {
	font-family: "jubilat", serif;
	font-weight: 500;
	font-size: 28px;
	text-transform: none;
	color: #444444;  
}

.alerts.uni-landing .fa-exclamation-triangle {
	color: #ffcc33;	
}

.alerts.uni-landing {
	max-width: 600px;
}

@media screen and (min-width: 48em) {
	.alerts.uni-landing h3 {
			font-size: 24px;
	}
}

/* Prep Session Alerts */

.alerts.uni-landing.prepmore-window-alert .info-window {
	background-color: transparent;
	padding: 10px 30px 15px;  
}

.alerts.uni-landing.prepmore-window-alert h3 {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 15px;
	margin-top: 10px;
	gap: 5px;
	text-align: center;
	font-size: 22px;
}

@media screen and (min-width: 48em) {
.alerts.uni-landing.prepmore-window-alert h3 {
		font-size: 28px;
	}
}

.alerts.uni-landing.prepmore-window-alert h3 .icon-container {
	position: relative
}


.alerts.uni-landing.prepmore-window-alert h3 svg {
	height: 50px;
	position: absolute;
	top: -12px;
	left: -50px;
}