<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#NavigationSecondary {
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	min-height: 40px;
}

	#NavigationSecondary #inner ul li a {
		font-size: 12px;
		color: #605e61;
	}

		#NavigationSecondary #inner ul li a:hover {
			color: #f4821f;
			text-decoration: none;
		}

	#NavigationSecondary #inner ul li {
		margin-left: 30px;
	}

		#NavigationSecondary #inner ul li .nav-on a {
			color: #f4821f;
		}

.disable-dot {
	display: none;
}

.tutor-name {
	font-size: 22px;
}

.tutor-category {
	font-weight: bold;
	margin-bottom: 0;
}

.top-of-page-spacing {
	padding-top: 60px;
}

.ourtutors .col-md-4 div {
	margin-bottom: 40px;
}

.ourtutors .col-md-4 p {
	padding: 0 20px;
	text-align: center;
}

#NavigationSecondary ul {
	list-style-type: none;
	padding-left: 0px;
	margin-right: -15px;
}

	#NavigationSecondary ul li {
		float: left;
	}
/* Subjects */
.subject-list {
	list-style: none;
	padding: 0;
	min-height: 180px;
}

.ap-info {
	font-size: 11px;
	margin-top: 20px;
}
/* Testimonials */
.testimonial .subject {
	font-weight: bold;
	margin-bottom: 0;
	color: #3a3a3a;
	margin-top: 25px;
}

.testimonial em {
	font-style: normal;
}

.testimonial .student-name {
	font-size: 20px;
	font-weight: bold;
	color: #303030;
	margin-top: 2px;
	margin-bottom: -5px;
}

.testimonial .student-grade {
	font-size: 15px;
	font-weight: bold;
	color: #303030;
}

.testimonial img {
	margin-top: 20px;
}

/* Our Tutors */
.ourtutors .tutor-name {
	font-size: 20px;
	color: #303030;
	font-weight: bold;
	margin-bottom: 10px;
}

.ourtutors .category {
	font-weight: bold;
	color: #303030;
	margin-bottom: 0;
}

.ourtutors .tutor {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	#NavigationSecondary {
		margin-bottom:20px;
	}
	#NavigationSecondary ul {
		margin-right: 0px;
	}
	#NavigationSecondary ul li {
		width:66px;
	}
		#NavigationSecondary #inner ul li {
			margin-left:0;
			margin-right:30px;
		}

	.subject-list {
		min-height: 0px;
	}

	.ourtutors .tutor-name {
		margin-top: 20px;
	}
}
</pre></body></html>