﻿.accordianComponent .content h5 {
	font-weight: 300;
	font-family: "Public Sans", sans-serif;
	font-size: 1.25rem;
}

.courseModule .accordianComponent .content h5 {
	font-weight: 300;
	font-family: "Public Sans", sans-serif;
	font-size: 1.25rem;
}

.courseResults .courseDetailsComponent {
	z-index: 5;
}

.courseDetailsComponent .courseInfo.use-grid {
	display: grid;
	grid-template-columns: 1fr 4rem;
	padding-bottom: 30px;
}

.courseInfo.use-grid .courseTitle,
.courseInfo.use-grid .entryGrades,
.courseInfo.use-grid .open-sub-req-popup {
	grid-column: 1/3;
}

.courseInfo.use-grid .courseCode,
.courseInfo.use-grid .open-sub-req-popup {
	justify-self: end;
}

.courseInfo.use-grid .courseTitle {
	font-family: "Public Sans", sans-serif;
	font-size: 1rem;
	font-weight: bold;
}

.courseDetailsComponent .courseInfo .entryGrades {
	padding: 0px;
	font-weight: 400;
	color: #757575;
	font-size: 0.875rem;
	line-height: 1.125rem;
}

.entryGrades.subjectReq {
	margin-top: 0.6rem;
}

.list .courseDetailsComponent .duration,
.list .courseDetailsComponent .abbreviation,
.list .courseDetailsComponent .courseCode {
	padding: 0px;
	font-weight: 400;
	color: #757575;
}

#clearingSearchResults .courseDetailsComponent .duration {
	padding-bottom: 4px;
}

#clearingSearchResults .courseResultsLayout1 {
	display: flex;
	flex-direction: column;
}

	#clearingSearchResults .courseResultsLayout1 .courseDetailsComponent {
		margin-bottom: 20px;
		padding: 2px 10px 20px;
		background-color: #f7f7f7;
		border-color: transparent;
		border-top: 2px solid #eee;
		cursor: pointer;
	}

		#clearingSearchResults .courseResultsLayout1 .courseDetailsComponent:hover {
			-webkit-box-shadow: 0px 2px 5px 1px rgba(35,50,59,0.5);
			-moz-box-shadow: 0px 2px 5px 1px rgba(35,50,59,0.5);
			box-shadow: 0px 2px 5px 1px rgba(35,50,59,0.5);
		}

		#clearingSearchResults .courseResultsLayout1 .courseDetailsComponent .courseInfo {
			text-align: left;
			background-color: #f7f7f7;
		}

		#clearingSearchResults .courseResultsLayout1 .courseDetailsComponent .faculty {
			background-color: #f7f7f7;
		}

.courseDetailsComponent.showCourse {
	display: block !important;
}

.courseDetailsComponent.hideCourse {
	display: none !important;
}

.courseDetailsComponent .showGrades {
	display: block !important;
}

.courseDetailsComponent .hideGrades {
	display: none !important;
}

#student-location-picker {
	display: inline-block;
}

.radio-title {
	font-size: 22px;
}

#introduction-paragraph > h5 {
	padding-bottom: 0px;
}

/* Customize the label (the container) */
.student-location-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default radio button */
	.student-location-container input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

	/* Create a custom radio button */
	.student-location-container .checkmark {
		position: absolute;
		top: 0;
		left: 0;
		height: 25px;
		width: 25px;
		background-color: #ccc;
		border-radius: 50%;
	}

	/* On mouse-over, add a grey background color */
	.student-location-container:hover input ~ .checkmark {
		background-color: #888;
	}

	/* When the radio button is checked, add a blue background */
	.student-location-container input:checked ~ .checkmark {
		background-color: #0073CF;
	}

	/* Create the indicator (the dot/circle - hidden when not checked) */
	.student-location-container .checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}

	/* Show the indicator (dot/circle) when checked */
	.student-location-container input:checked ~ .checkmark:after {
		display: block;
	}

	/* Style the indicator (dot/circle) */
	.student-location-container .checkmark:after {
		top: 9px;
		left: 9px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: white;
	}

.accordianComponent .department-message {
	padding-bottom: 30px;
}

#sideCardContactBox {
	height: 120px;
}

.cardsBox {
	height: inherit;
}

.card--1 {
	height: inherit;
}

.courseResultsLayout2 {
	margin: 0;
}

@media only screen and (min-width: 768px) {
	#student-location-picker {
		margin-top: 5px;
	}

	#clearingSearchResults .courseResultsLayout1 {
		flex-wrap: wrap;
		flex-direction: row;
	}
}
/* styling for the phone number cta, can be moved when making reusable*/
@media only screen and (min-width: 1280px) {
	#sideCardContactBox {
		display: flex;
		height: 120px !important;
		width: 380px;
		z-index: 99;
	}

	.stickyCard {
		position: fixed;
		top: 1rem;
		height: 180px;
		width: 380px;
		-webkit-box-shadow: 0px 2px 5px 1px rgba(35,50,59,0.5);
		-moz-box-shadow: 0px 2px 5px 1px rgba(35,50,59,0.5);
		box-shadow: 0px 2px 5px 1px rgba(35,50,59,0.5);
	}

	.hotline-cta-mobile {
		display: none;
	}
}

@media only screen and (max-width: 1279px) {
	.sideCol {
		display: none;
	}
}