<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.head_strip{
	background-color: #4DBA9B;
}
.head_strip h2 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 14px;
	margin-top: 14px;
	font-family: 'Gotham';
}
.head_strip h3 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 14px;
	margin-top: 14px;
	font-family: 'Gotham';
}
.sub_head_strip {
	background-color: #EBF3FF;
	margin: 0;
}
.sub_head_strip h2 {
	color: #2B305A;
	font-size: 15px;
	margin-bottom: 14px;
	margin-top: 14px;
	font-family: 'Gotham';
}
.sub_head_strip h3 {
	color: #2B305A;
	font-size: 15px;
	margin-bottom: 14px;
	margin-top: 14px;
	font-family: 'Gotham';
}
.outline_content li {
	list-style: none;
	font-size: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.outline_head {
	font-size: 16px;
	font-family: 'Gotham';
}
.breadcrumb ul li a {
	list-style: none;
	padding: 0px 10px !important;
	color: #000 !important;
	text-decoration: none;
	display: block;
	position: relative;
}
.breadcrumb ul li a::after {
	content: '&gt;';
	position: absolute;
	font-size: 12px;
	right: -5px;
	top: 3px;
}
.breadcrumb {
	border-bottom: solid 1px #ddd;
}
.head_strip {
	background-color: #4DBA9B;
	margin-top: 5px;
	margin: 0;
}
.back_to_course {
	background-color: #FFB01B;
	color: #fff !important;
	font-weight: 600;
	float: right;
	padding: 12px 20px;
	font-size: 18px;
	font-family: 'Gotham';
	margin-top: 30px;
	text-decoration: none;
}
.back_to_course img {
	position: relative;
	top: -4px;
	margin-left: 0px;
	transform: rotate(180deg);
}
.remove_left{
	padding-left:0;
}
.remove_right{
	padding-right:0;
}
.dr_nm img {
	height: 32px;
	margin-left:0px;
	margin-right: 7px;
	margin-top: 6px;
}
.dr_nm span {
	color: #2B305A;
	margin-bottom: 14px;
	margin-top: 0px;
	font-family: 'Gotham';
	display: inline-block;
	vertical-align: top;
	width: 80%;
}
.tooltip_wrapper {
	background: transparent;
	color: #555;
	margin: 5px 5px 5px 5px;
	padding: 7px 10px;
	position: relative;
	text-align: left;
	width: auto;
	-webkit-transform: translateZ(0);
	-webkit-font-smoothing: antialiased;
}
	
.tooltip_wrapper .tooltip {
	background: #fff;
	bottom: -50%;
	color: #333;
	display: block;
	left: -100%;
	margin-bottom: 15px;
	opacity: 0;
	padding: 14px;
	pointer-events: none;
	position: absolute;
	width: 100%;
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	font-size: 15px;
	border-radius: 10px;
}
	
	/* This bridges the gap so you can mouse into the tooltip without it disappearing */
	.tooltip_wrapper .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
	}
	
	/* CSS Triangles - see Trevor's post */
	.tooltip_wrapper .tooltip::after {
		border-style: solid;
		border-width: 10px 0 10px 10px;
		border-color: transparent transparent transparent #fff;
		bottom: 40%;
		content: " ";
		height: 0;
		left: 102%;
		margin-left: -13px;
		position: absolute;
		width: 0;
	}	
	.tooltip_wrapper:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  -ms-transform: translateX(0px);
	   -o-transform: translateX(0px);
		transform: translateX(0px);
	}
	
	/* IE can just show/hide with no transition */
	.lte8 .tooltip_wrapper .tooltip {
	display: none;
	}
	
	.lte8 .tooltip_wrapper:hover .tooltip {
	display: block;
	}
	.usr_dp_tltp img {
		margin: 0;
		height: 50px;
		width: 50px;
		border: solid 1px #4DBA9B;
		border-radius: 100%;
		object-fit: cover;
		object-position: center;
	}
	.dr_nm span small {
		display: block;
		font-size: 15px;
	}
	.sub_head_strip p {
		font-size: 15px;
		padding: 5px 0px;
		line-height: 20px;
	}
	.dr_nm span small:nth-child(2) {
		font-size: 12px;
		font-family: 'Gotham-book';
	}
	.row.outline_content {
		margin: 0;
	}
	.course_outline &gt; .container &gt; .row {
		margin: 0;
	}
	.rem_margin{
		margin-left: 0;
		margin-right: 0;
	}
	.cstm_link {
		color: #37a384;
		cursor: pointer;
	}
	.cstm_link a{
		text-decoration: none;
		color: #37a384;
	}
	.breadcrumb ul li:nth-child(1) a {
		padding-left: 0 !important;
	}
	.back_to_course.top {
		margin-top: 0;
	}</pre></body></html>