.mobile {
display: none;
font-family: 'MyriadProBold', sans-serif;
font-size: 1.2em;
line-height: 41px;
color:#fff;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .02em;
width:80%;
}
.mobile img {
max-height: 41px;
display: block;
float: left;
margin-right: 12px;
}

.topnav {
	background: url(/images/menu-bar.jpg) no-repeat;
	height: 41px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}
.topnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.topnav ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px solid #F9C555;
}
.topnav ul li a{
	text-transform: uppercase;
	color: #e2ccb0;
	font-size:.94em;
	line-height:41px;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 41px;
	font-family: MyriadPro;
}
.topnav .home a {
	width: 70px;
}
.topnav .details a {
	width: 315px;
}
.topnav .faq a {
	width: 57px;
}
.topnav .teachers a {
	width: 210px;
}
.topnav .apply a {
	width: 73px;
}
.topnav ul li a:hover{
	color: #fff;
	background: url(/images/menu-highlight.png) repeat-x;
	font-family: 'MyriadProBold', sans-serif;
}
footer ul {
	list-style: none;
	margin: 0px;
	padding: 40px 0px 0px;
	text-align: center;
	font-size: .8em;
	line-height:1.5em;
	text-transform: uppercase;
}
footer ul li {
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}
footer ul li + li,
footer ul span li{
	border-left: 1px solid #175ba0;
}
footer ul li a{
	color: #175ba0;
	text-decoration: none;
}
footer ul li a:hover{
	text-decoration: underline;
}
footer p {
	list-style: none;
	margin: 0px auto;
	padding: 12px 0px 30px;
	text-align: center;
	font-size: .8em;
	line-height:1.5em;
	color: #175ba0;
	max-width: 800px;
}
@media(max-width: 760px){
.mobile {display: block;}
.topnav {overflow:visible!important;}
.topnav ul { opacity: 0; visibility: hidden;background: #fffae5;  text-align: center;  -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; top: 40px;height:0; position: absolute; right:0;z-index: 150;width:100%;padding:0;margin:0;
-webkit-box-shadow: 0 3px 10px #656565;
box-shadow: 0 3px 10px #656565}
.topnav ul.active {opacity: 1!important; visibility: visible;height:auto;	background-image: url(/images/menu.jpg);padding:0;margin:0;border-top:1px solid #fff;}
.topnav ul.active li {float:none;width:100%;border-right-style: none;}
.topnav ul.active li a {width:auto;text-align: left;padding-left:20px;}
.mobile-only { display: inline-block; }
.nav-trigger { position: absolute; top: 10px; right: 20px; display: inline-block; width: 30px; height: 26px; }
.nav-trigger span { position: absolute; display: block; height: 2px; width: 100%; background: #fff; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; }
.nav-trigger span:nth-child(1) { top: 0; }
.nav-trigger span:nth-child(2) { top: 9px; }
.nav-trigger span:nth-child(3) { top: 19px; }
.nav-trigger.active span { transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; }
.nav-trigger.active span:nth-child(3),
.nav-trigger.active span:nth-child(1) { top: 12px; }
.nav-trigger.active span:nth-child(2) { opacity: 0; }
.nav-trigger.active span:nth-child(1) { transform: rotate(45deg); }
.nav-trigger.active span:nth-child(3) { transform: rotate(-45deg); }
}
@media(max-width: 400px){
.mobile {font-size: .9em;}
}

