  @charset "utf-8";
/* CSS Document */

/*  Admissions Overides  */

.carousel-caption {
	display: none;
}

.siderbar-inner > * {
	font-family: 'Open Sans';
	font-size: 1.2em;
	line-height: 1.65em;
}

.panel-group .panel {
	border-radius: 0px !important;
}

.accordion .panel-title a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: normal !important;
}

.main-content-text ul > li:before {
	margin-top: 0.25em !important;
}

.panel-group {
	border: solid 1px #ddd;
}

.panel {
	border: 0px !important;
}

.panel-collapse {
	border-top: solid 1px #ddd;
}

.accordion > div > div> p.panel-title a:before {
	margin-bottom: 0 !important;
	margin-top: 5px !important;
}

footer {
	font-family: 'Open Sans';
	font-size: 15px;
}

.list-footer a {
	font-size: 15px;
}

.breadcrumb {
	font-family: 'Open Sans';
}

/*  STAFF TABLE */

.staff-card {
	margin-top: 1.5em;
	display: flex;
}

.staff-card > div:nth-child(1) {
	display: flex;
	flex-direction: column;
	flex-basis: 19.0em;
}

.staff-card > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	margin-left: 1.0em;
	flex-basis: 20.0em;
	background-color: #f5f5f5;
    padding: 10px;
}

.staff-card > div:nth-child(2) > p:nth-child(1) {
	font-size: 0.85em;
	margin-bottom: 0.85em;
}

.staff-card ul > li:before {
	position: absolute;
	color: #222;
	font-family: 'FontAwesome';
	content: "\f111";
	font-size: 0.35em;
	margin-top: 0;
}

.staff-card ul > li {
	margin: 0 0 0 1.65em;
}

.staff-card > div > p:nth-child(1) {
	font-size: 1.25em;
}

.staff-card > div > p:nth-child(2) {
	font-style: italic;
}

.staff-card > div > p:nth-child(3), .staff-card > div > p:nth-child(1) {
	margin-bottom: 0px;
}

.staff-email {
	margin-left: 20px;
}

.staff-email:before {
	content: "\f0e0";
	font-size: 0.85em;
	margin-left: -20px;
}

.staff-phone {
	margin-left: 15px;
}

.staff-phone:before {
	content: "\f10b";
	font-size: 1.25em;
	margin-left: -15px;
}

.staff-phone:before, .staff-email:before {
	position: absolute;
	color: #222;
	font-family: 'FontAwesome';
	margin-bottom: 0.25em;
}

.alert {
	border-radius: 0px !important;
}

.alert-danger {
	background-color: #f5f5f5;
}

.large-text-red a {
	color: #a90533;
	text-decoration: underline;
}

.open-hours-table {
	margin: 1.25em auto;
	
}

.open-hours-table > p {
	font-weight: bold;
}

.open-hours-table > div {
	display: flex;
	justify-content: space-between;
}

.open-hours-table > div > div:nth-child(1) {
	font-weight: bold;
}

.open-hours-table > div > div:nth-child(2) {
	
}

.please-contact {
	font-size: 1.45em;
	font-weight: bold;
}

@media only screen and (max-width: 1199px) {
	.open-hours-table > div {
		flex-direction: column;
	}
}

@media only screen and (min-width: 1200px) {
	.open-hours-table > div {
		flex-direction: row;
	}
}