@CHARSET "ISO-8859-1";

h4, .well > h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}
thead {
	font-weight: bold;
}

.program-section {
	min-height:300px;
}
.program-title {
	font-family: "Montserrat", sans-serif;
	font-size: 96px;
	padding-left:20px;
	line-height: 1.0;
}
.program-title-sup {
	font-size: 50%;
	top: -0.75em;
	-webkit-text-stroke: 0.8px;
}

.program-teachers {
	line-height:96px;
}

.program-teachers .panel {
	margin-bottom: 5px;
}

.program-teachers .panel-footer {
	text-align:center;
	line-height:1.4;
}

.program-teachers .panel-body > img {
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.4);
	width:100px;
	margin: 0 auto;
}

.program-description {
	padding: 10px;
}

.modal-title {
	font-family: "Open Sans", sans-serif;
	font-weight:bold;
}
.modal-title > .text-muted {
	font-weight: normal;
}
.modal-title.text-success:hover {
	color: #468847;
}
.tuition-modal-table {
	width: 350px;
	margin: 0 auto;
}
.tuition-modal-table > tbody > tr > td {
	border-top-width: 0;
}
.tuition-modal-4yo-header {
	width: 400px;
	margin: 0 auto;
}

#tuitionModal {
	overflow-y: auto;
}
#tuitionModal > .modal-dialog {
	width: 650px;
}

.handbook-header {
	font-size: 7em;
	font-family: "Montserrat", sans-serif;
}
.handbook-well {
	text-align: center;
	cursor: pointer;
}
.no-link:hover,
.no-link:active,
.no-link:visited,
.no-link:focus {
	text-decoration: none;
}