@charset "UTF-8";

/* -- FOUNDATION OVERRIDES ----*/

html {
	color: #01095C;
	font-size: 1rem;
}
body {
	color: #01095C;
	font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
p,
ul {
	color: #01095C;
}
.header {
	background-color: #01095C;
}
.header .logo img {
	height: 80px;
}
.nav-wrap {
	margin-top: 20px;
}
@media only screen and (min-width: 640px) {
	.top-bar-title {
		float: right;
		margin-right: 0;
	}
	.top-bar ul {
		margin-right: 30px;
		margin-top: -20px;
	}
}
.top-bar ul li {
	padding: 0 20px;
}
.top-bar ul li a {
	color: #ffffff;
	font-size: 125%;
}
@media only screen and (max-width: 40em) {
	.menu-icon.dark {
		margin-left: 0;
	}
}
.vertical li a {
	padding: 20px 0;
}
.is-active a, .top-bar ul li a:hover {
	color:#ffffff !important;
	border-bottom:2px solid #ffffff !important;
}
.module {
	margin-bottom: 30px;
}
.section-title-wrapper::before {
	background: #01095C !important;
}
.section-title-wrapper.light-title::before {
	background: #ffffff !important;
}
.section-title-wrapper.light-title::after {
	background-color: #01095C !important;
	color: #ffffff !important;
}
.section-title-wrapper::after {
	color: #01095C !important;
}
.newadmission-info {
 	background-color: #6F76A6 !important;
 }
.courses-info {
 	background-color: #01095C !important;
 }
.seminar-events {
	background-color: #01095C !important;
}
.event {
	margin-bottom: 30px;
}
.event-data h4 {
	color: #01095C;
	line-height: 110%;
	margin: 0;
	padding-bottom: 15px;
}
.event-data p {
	color: #01095C;
	line-height: 120%;
	margin: 0;
	padding-bottom: 15px;
}
@media only screen and (max-width: 40em) {
	.seminar-events .event-thumb {
		display: inline;
	}
}
.price-tag {
	background-color: #01095C !important;
}
.secondary.button {
	border: 1px solid #01095C !important;
	background-color: #01095C !important;
	color: #ffffff !important;
}
.secondary.button:hover {
	background-color: #ffffff !important;
	border: 1px solid #01095C !important;
	color: #01095C !important;
}
.bordered-dark {
	border: 1px solid #01095C !important;
	color: #01095C !important;
}
.bordered-dark:hover {
	background-color: #01095C !important;
	border: 1px solid #01095C !important;
	color: #ffffff !important;
}
.bordered-light:hover {
	background-color: #01095C !important;
	border: 1px solid #ffffff !important;
	color: #ffffff !important;
}
.bordered-light2 {
	background-color: #01095C !important;
	border: 1px solid #ffffff !important;
	color: #ffffff !important;
}
.bordered-light2:hover {
	background-color: #6F76A6 !important;
	border: 1px solid #ffffff !important;
	color: #ffffff !important;
}
.footer,
.footerbottom {
	background-color: #01095C;
}
#top {
	background-color: #ffffff;
	border: #01095C;
	color: #01095C;
}
#top:hover {
	background-color: #01095C !important;
	border: #01095C;
	color: #ffffff;
}
fieldset {
	font-weight: bold;
	text-transform: uppercase;
}
fieldset label {
	text-transform: capitalize;
}
.fieldset {
	border: 1px solid #01095C;
}
label {
	color: #01095C;
}
.classmates-container {
	width: 100%;
}
.classmates-thumb {
	float: left;
	margin: 0 10px;
	width: 27.5%;
}
.teacher {
	min-height: 220px;
}
@media only screen and (min-width: 640px) {
	.newadmission-info,
	.courses-info {
		height: 350px;
	}
	.classmates-thumb {
		width: 20%;
	}
	.teacher {
		min-height: 230px;
	}
}
@media only screen and (min-width: 768px) {
	.newadmission-info,
	.courses-info {
		height: 300px;
	}
	.classmates-thumb {
		width: 16.5%;
	}
	.teacher {
		min-height: 250px;
	}
}
@media only screen and (min-width: 1024px) {
	.newadmission-info,
	.courses-info {
		height: 250px;
	}
	.classmates-thumb {
		width: 12.5%;
	}
	.teacher {
		min-height: 260px;
	}
}
.tabs .tabs-title {
	margin: 0 5px 5px 0;
}
.tabs .tabs-title.is-active {
	background-color: #01095C;
	border: 1px solid #01095C;
	color: #ffffff;
	margin: 0 5px 5px 0;
	padding: 6px 0 9px 2px;
}
.tabs .tabs-title a {
	background-color: #ffffff;
	border: 1px solid #01095C;
	color: #01095C;
	margin: 0 5px 5px 0;
	padding: 10px;
}
.teacher .teacher-thumb {
	background-color: #01095C;
	border: 2px solid #01095C;
}
.small-button {
	background-color: #01095C;
	border: 1px solid #ffffff;
}
.small-button:hover {
	background-color: #ffffff;
	border: 1px solid #01095C;
	color: #01095C !important;
}
.teacher-meta h4 {
	font-size: 105%;
	font-weight: normal;
	line-height: 110%;
	margin: 10px 0 0 0;
}
.teacher-meta a {
	color: #01095C;
}
.teacher-meta a:hover {
	color: #01095C;
	text-decoration: underline;
}
.staff-box img {
	width: 100%;
}
.staff-detail p {
	line-height: 140%;
	margin: 10px;
}
.staff-box img {
	border: 1px solid grey;
}
.staff-detail ul {
	font-size: 100%;
	line-height: 120%;
}
.staff-detail ul li {
	margin-bottom: 5px;
}
.staff-detail > p {
	line-height: 130%;
	margin-top: -5px;
}
.gallery-wrapper {
	text-align: center;
}
.gallery-container {
	width: 100%;
}
.gallery-thumb {
	border: 1px solid grey;
	max-width: 295px;
}

/* -- CUSTOM RULES ----*/

.ahs-upload-button {
	margin-bottom: 10px !important;
}
.ahs-status-pending,
.ahs-status-attending,
.ahs-status-not-attending,
.ahs-status-deceased {
	font-size: 90%;
	font-weight: bold;
	line-height: 120%;
	margin-top: 5px;
}
.ahs-status-attending {
	color: green;
}
.ahs-status-not-attending {
	color: red;
}
.ahs-status-deceased {
	color: grey;
}
.ahs-photo {
	border: 1px solid #01095C;
}
@media only screen and (min-width: 640px) {
	.ahs-photo {
		float: left;
	}
}
.ahs-photo img {
	width: 100%;
}
.ahs-table {
	float: left;
	width: 100%;
}
.ahs-table .row {
	border-top: 1px solid #01095C;
}
.ahs-field {
	float: left;
	margin: 10px;
	width: 25%;
}
.ahs-data {
	float: left;
	font-weight: bold;
	margin: 10px;
	width: 60%;
}
.ahs-data a,
.ahs-data a:link
.ahs-data a:active,
.ahs-data a:visited,
.ahs-data a:hover {
	color: #01095C;
	font-size: 100%;
	text-decoration: underline;
}
.ahs-staff-panel {
	border: 1px solid #01095C;
	margin-bottom: 20px;
	height: 480px;
}
.ahs-staff-name {
	font-size: 150%;
	margin: 15px 0 5px 0;
}
.ahs-committee h5 {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 30px;
	margin-left: 10px;
}
.ahs-committee ul {
	margin-top: -30px;
}
@media only screen and (min-width: 640px) {
	.ahs-committee h5 {
		margin-left: 15px;
	}
}
.ahs-social-media-icons {
	display: block;
	margin: 0 auto;
}
.ahs-social-media-icons div {
	float: left;
	margin: 10px 10px 0 0;
}
.ahs-social-media-icons img {
	height: 48px;
	width: 48px;
}
#ahs-buy-tickets {
	margin: 20px 5px;
	padding: 20px;
}
#ahs-buy-tickets p {
	font-size: 100%;
	margin: 0 30px;
}
.ahs-paypal-button {
	color: green;
	font-weight: bold;
	padding: 30px 0 40px 0;
	position: relative;
}
#paypal-button-container {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}
.ahs-paypal-panel {
	height: 150px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	width: 100%;
}
.ahs-paypal-button-container {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}
.ahs-paypal-quantity select {
	border: 1px solid #999999;
	border-radius: 8px;
	color: black;
	width: 200px;
}
.ahs-status-list li {
	color: #01095C;
	float: left;
	font-size: 120%;
	width: 100%;
}
@media only screen and (min-width: 640px) {
	.ahs-status-list li {
		width: 50%;
	}
}
@media only screen and (min-width: 768px) {
	.ahs-status-list li {
		width: 33.3333%;
	}
}
@media only screen and (min-width: 1024px) {
	.ahs-status-list li {
		width: 25%;
	}
}
.ahs-status-list-footnote {
	font-size: 100%;
}