/* CSS Document */

.month {
	outline: 1px solid black;
	padding: 1rem 2rem;
	background: white;
	min-height: 24rem;
}
.month h6 {
	font-weight: bold;
	text-align: left;
}
.month a.course-link {
	text-decoration: underline;
}
.month .course:not(:last-child) {
	border-bottom: 1px solid black;
}
.month .course p {
	margin: 0;
}
.month .course {
	margin: 0;
	padding: 1rem 0 1rem 0;
}
.course-type h3 {
	font-size: 1.4rem;
	padding-bottom: 1rem;
	font-weight: bold;
}
.course-type a {
	text-decoration: none !important;
	color: black !important;
}
.course-type .type-box {
	background: white;
	outline: 1px solid black;
	padding: 3rem;
	transition: all .3s ease;
}
.course-type .type-box:hover {
	transform: scale(1.02);
	filter: drop-shadow(0px 54px 72px rgba(0, 0, 0, 0.30));
	outline: 1px solid transparent;
	z-index: 9999;
}

@media only screen and (max-width:991px) {
.course-type .type-box {
	padding: 2rem;
}
}
h1 {
	font-size: 3.5rem
}
h3 {
	font-size: 2.5rem;
}
.breadcrumb {
	padding-left: 0
}