/* Navigation
-------------------------------------------------------------- */
.mainNavWrapper {
	width: 100%;
	/*background:#004c45;*/
	clear:both;
}
.mainNav {
	overflow:visible;
	z-index:100;
	clear:both;
}
.mainNav {
	height: 40px;
	width:100%;
	max-width:960px;
	margin:0 auto;
	background: #004c45;
}
/* style the main menu 8*/
.sf-menu {
	border-top: none;
}
/* get rid of padding and margin off all ul's (not sure about using * here, could be better) */
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
/* position all dropdowns off screen */
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:150px;
}
/* style the main nav list items */
.sf-menu li {
	background: #004c45;
	background-repeat: repeat-x;
	clear: none;
	float:left;
	position:relative;
	clear: none;
	width: auto; /* this will need to be adjusted for your needs */
}
/* change the main nav list items on hover */ 
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
/* style all the links */
.sf-menu a {
	color: #fff;
	display:block;
	padding: 10px 15px;
	text-decoration: none;
	/*font-family:'Gudea', 'Trebuchet MS', Tahoma, sans-serif;*/
    font-family: 'source_sans_probold', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	/*font-weight:bold;*/
}
.sf-menu a:hover {
	color: #a4d65e;
    
}
.no-touch .sf-menu li.hover {
	background: #004c45;
  
    
}
.no-touch .sf-menu li.hover li.hover {
	background: #004c45;
   
}
.sf-menu li.hover ul li:nth-child(2),
.standardNav li.hover ul li:nth-child(2){
	border-top: solid 4px #a4d65e;
}

.sf-menu li li a {
	font-size:1em;
	/*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'source_sans_probold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0;
	background: #004c45;
	color:#fff;
}
/* fix for touch desktop */
.sf-menu li li:hover a {
    background-color: transparent;
}
/* position first drop */
.no-touch .sf-menu li:hover ul {
	top:auto; /* match top ul list item height */
	position:relative;
}
.touch .sf-menu li.open ul,
.no-touch .sf-menu li.open ul {
	top:auto; /* match top ul list item height */
	position:relative;
}
/* make sure second drop is still off screen */
.no-touch ul.sf-menu li:hover li ul {
	position: absolute;
	top:-999em;
}
.touch ul.sf-menu li.open li ul,
.no-touch ul.sf-menu li.open li ul {
	position: absolute;
	top:-999em;
}
/* position second drop */
.no-touch ul.sf-menu li li:hover ul {
	top:auto;
	position:relative;
}
.touch ul.sf-menu li li.open ul,
.no-touch ul.sf-menu li li.open ul {
	top:auto;
	position:relative;
}
/* make sure third drop is still off screen */
.no-touch ul.sf-menu li li:hover li ul {
	position: absolute;
	top:-999em;
}
.touch ul.sf-menu li li.open li ul,
.no-touch ul.sf-menu li li.open li ul {
	position: absolute;
	top:-999em;
}
/* position third drop */
.no-touch ul.sf-menu li li li:hover ul {
	top:auto;
	position:relative;
}
.touch ul.sf-menu li li li.open ul,
.no-touch ul.sf-menu li li li.open ul {
	top:auto;
	position:relative;
}
/* reposision and style the first drop */
.no-touch .sf-menu li.hover ul, .no-touch .sf-menu li:hover ul {
	background: #ecedec;
	left: auto;
	position: absolute;
	top: -1;
	/*width: 100%;*/
	z-index: 100;
}
.touch .sf-menu li.open ul,
.no-touch .sf-menu li.open ul {
	background: #ecedec;
	left: auto;
	position: absolute;
	top: -1;
	width: 100%;
	z-index: 100;
}
.touch .sf-menu li.open,
.no-touch .sf-menu li.open {
	background: #656968;
}

/* fix for touch desktop */
.sf-menu li.open li.hover {
	background:#a4d65e;
   
}
/* reposision and style the second drop */
.no-touch ul.sf-menu li li:hover ul {
	position: absolute;
	top: -1px;
	left:100%;
}
.touch ul.sf-menu li li.open ul,
.no-touch ul.sf-menu li li.open ul {
	position: absolute;
	top: -1px;
	left:100%;
}
/* reposision and style the third drop */
.no-touch ul.sf-menu li li li:hover ul {
	position: absolute;
	top: -1px;
	left:100%;
}
.touch ul.sf-menu li li li.open ul,
.no-touch ul.sf-menu li li li.open ul {
	position: absolute;
	top: -1px;
	left:100%;
}
/*Submenu Mobile Styles*/
.sf-menu li ul {background: #004c45;}
.sf-menu li ul li {
	background: #004c45;
	float:none;
	display:block;
	padding: 6px 18px 6px 12px;
}
.sf-menu li ul li a {
	color: #fff;
}
.sf-menu li ul li a:hover, .sf-menu li ul li a:focus {
	color: #fff;
	text-decoration:underline;
}
/* Touch Screen Devices */
.no-touch .sf-menu .sectionHome {
	display:none
}
.touch .sf-menu .sectionHome,
.no-touch .sf-menu .sectionHome {
	display:block;
}
.touch .sf-menu .sectionHome a,
.no-touch .sf-menu .sectionHome a {
	font-weight:bold;
	color: #fff;
    background: #004c45;
}	

    /* new style for drop list items */
    .sf-menu li li {
	clear: left;
	width: 140px;
	}

/* fix for touch desktop */
.sf-menu .sectionHome.hover a {
    background-color: transparent;
}
/* Tablet Landscape / Desktop */
@media screen and (min-width: 801px) and (max-width: 1000px) {
}
/* Tablets */
@media screen and (min-width: 580px) and (max-width: 800px) {
.sf-menu a {
	padding: 8px 10px;
}
.sf-menu {height:35px;}
.mainNav {height:35px;}
}
/* Mobile */
@media screen and (min-width: 100px) and (max-width: 579px) {
/* style the main nav list items */
.mainNav {
	height: auto;
	width:100%;
	max-width:100%;
	margin:0 auto;
	background: #004c45;
}
.sf-menu li {
	background: #004c45;
	background-repeat: repeat-x;
	clear: none;
	float:left;
	position:relative;
	width: 50%;
}
.sf-menu li ul li {
	width: auto;/*text-indent: 10px;*/
	float:none;
}
.sf-menu a {
	padding: 12px 10px;
}
.sf-menu li li a {
	border-bottom:0;
	border-right:0;
}
}
@media screen and (min-width: 579px) {
/* set height so content isn't pushed down */
   
    /* set height so content isn't pushed down add z-index to keep drops above content */
    .sf-menu {
	height: 38px;
	z-index: 100;
}
/* restyle so main links are horizontally aligned */
  

}
/* reset text indent on all drop a tags and set the width to 100% */
    .sf-menu li li a, .sf-menu li li li a, .sf-menu li li li li a {
	/*text-indent: 12px;*/
	width: 100%;
}
}


/* Audience Navigation */

/*** ESSENTIAL STYLES ***/
.standardNav, .standardNav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.standardNav {
	line-height:	1.0;
}
.standardNav ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
}
.standardNav ul li {
	width:			100%;
	height: 27px;
}
.standardNav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.standardNav li {
	float:			left;
	position:		relative;
	height: 45px;
    max-width: 90px;
    margin-right: 10px;
}
.standardNav li li {
    width: 168px;
    max-width: none;
    margin-right: 0;
}
.standardNav li li a {
    width: 100px;
}
.standardNav a {
	display:		block;
	position:		relative;
}
.no-touch .standardNav li:hover ul, .no-touch .standardNav li.sfHover ul {
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		99;
}
.touch .standardNav li.open ul, /*.standardNav li.sfHover ul*/
.no-touch .standardNav li.open ul {
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		99;
}
.standardNav li.alumni ul {
	visibility:hidden;
	left:auto !important;
	right:			0;
}
.no-touch .standardNav li.alumni:hover ul, .no-touch .standardNav li.alumni.hover ul {
	left:auto !important;
	visibility:visible;
	right:			-81px;
	top:			45px; /* match top ul list item height */
	z-index:		99;
}
.touch .standardNav li.alumni.open ul,
.no-touch .standardNav li.alumni.open ul {
	left:auto !important;
	visibility:visible;
	right:			-80px;
	top:			45px; /* match top ul list item height */
	z-index:		99;
}
.no-touch ul.standardNav li:hover li ul, .no-touch ul.standardNav li.sfHover li ul {
	top:			-999em;
}
.touch ul.standardNav li.open li ul, /*.touch ul.standardNav li.sfHover li ul*/ 
.no-touch ul.standardNav li.open li ul {
	top:			-999em;
}
.no-touch ul.standardNav li li:hover ul, .no-touch ul.standardNav li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}
.touch ul.standardNav li li.open ul, /*ul.standardNav li li.sfHover ul*/
.no-touch ul.standardNav li li.open ul {
	left:			10em; /* match ul width */
	top:			0;
}
.no-touch ul.standardNav li li:hover li ul, .no-touch ul.standardNav li li.sfHover li ul {
	top:			-999em;
}
.touch ul.standardNav li li.open li ul, /*ul.standardNav li li.sfHover li ul*/
.no-touch ul.standardNav li li.open li ul {
	top:			-999em;
}
.no-touch ul.standardNav li li li.open ul, .no-touch ul.standardNav li li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}
.touch ul.standardNav li li li.open ul, /* ul.standardNav li li li.sfHover ul */
.no-touch ul.standardNav li li li.open ul {
	left:			14em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.standardNav {
	float:			left;
	margin-bottom:	0;
	height: 45px;
}
.standardNav a {
	padding:7px 1em 9px;
	text-decoration:none;
    font-family: 'source_sans_probold', Arial, Helvetica, sans-serif;
}
.standardNav li li a {
	padding:5px 8px;
	text-decoration:none;
	line-height:1.2;
}
.standardNav a, .standardNav a:hover, .standardNav a:focus, .standardNav a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:			#004c45;
}
.standardNav ul li a, .standardNav ul li a:hover, .standardNav ul li a:focus, .standardNav ul li a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:			#004c45;
}
.standardNav li {

	
}
.standardNav li ul {
	border:1px solid #b7bab9;
	padding-left:0;
	border-top:0;
	background: #ecedec; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWRlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2Q5ZGFkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #ecedec 0%, #d9dad9 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecedec), color-stop(99%, #d9dad9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ecedec 0%, #d9dad9 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ecedec 0%, #d9dad9 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ecedec 0%, #d9dad9 99%); /* IE10+ */
	background: linear-gradient(to bottom, #ecedec 0%, #d9dad9 99%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecedec', endColorstr='#d9dad9', GradientType=0 ); /* IE6-8 */
}
.standardNav li li {
	background:		transparent;
	border-left:0;
	height:auto;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecedec', endColorstr='#ecedec', GradientType=0 ); /* IE6-8 */
}
.standardNav li li li {
	background:		transparent;
}
.no-touch .standardNav li:hover, .no-touch .standardNav li.sfHover, .no-touch .standardNav a:focus, .no-touch .standardNav a:hover, .no-touch .standardNav a:active {
	background:		#65d6968;
	outline:		0;
}
.no-touch .standardNav li:hover li , .no-touch .standardNav li.sfHover li , .no-touch .standardNav li li a:focus, .no-touch .standardNav li li a:hover, .no-touch .standardNav li li a:active {
	background:		transparent;
}
.touch .standardNav li.open,
.no-touch .standardNav li.open {
	background:		#ecedec;
	outline:		0;
}
.touch .standardNav ul li.hover, 
.no-touch .standardNav ul li.hover, 
.touch .standardNav ul li.sfHover,
.no-touch .standardNav ul li.sfHover {
	background:		#a4d65e;
	outline:		0;
	text-decoration:underline;
}
.standardNav ul li a .dash {
	display:none;
}
.audienceNav select, .audienceNavWrapper span {
	display: none; /*Hide select on desktop/tablet*/
}
.audienceNav .prospectiveStudents a {
	border-bottom: 5px solid #00965e;
}
.audienceNav .currentStudents a {
	border-bottom: 5px solid #007dba;
}
.audienceNav .parentsFamily a {
	border-bottom: 5px solid #80225f;
}
.audienceNav .facultyStaff a {
	border-bottom: 5px solid #00b2a9;
}
.audienceNav .alumni a {
	border-bottom: 5px solid #004c45;
}
.audienceNav .standardNav ul li a {
	border-bottom:0;
    min-width:110px;
}
.audienceNavWrapper {
	position: absolute;
	top:0;
	right:200px;
}
.audienceNavWrapper .colorStrip {
	display:none;
}


/* Touch Screen Devices */
.no-touch .standardNav .sectionHome {
	display:none;
}
.touch .standardNav .sectionHome,
.no-touch .standardNav .sectionHome {
	display:block;
}
.touch .standardNav .sectionHome a,
.no-touch .standardNav .sectionHome a {
	font-weight:bold;
	/*color: #fff;
	background: #656968*/
}


/* Mobile */
@media screen and (min-width: 320px) and (max-width: 579px) {
nav.audienceNav ul li a:before {
	content: "-";
}
nav.audienceNav ul {
	display: none;
}
nav.audienceNav select /* <select> added via JS */ {
	display: inline-block;
	background:#fff;
	border:1px solid #ccc;
	color: #222323;
	border-radius:0;
	width: 200px;
}
.audienceNavWrapper {
	width:100%;
    right: 0px;
}
.audienceNavWrapper span {
	display:inline;
	color: #fff;
}
.audienceNav {
	width: 100%;
	margin:0 auto;
	padding: 5px 0;
	text-align:center;
	background: #00965e; 
}
.audienceNavWrapper .colorStrip {
	display:none;
}
.audienceNavWrapper span {
	color: #fff;
	text-transform:uppercase;
	padding: 0 5px 0 0;
	font-size: 12px;
}
}
 /* Tablets */
@media screen and (min-width: 580px) and (max-width: 800px) {
.audienceNavWrapper {
	width:100%
}
.audienceNav {
	margin:0 auto;
	width: 100%;
	top:1px;
	
}
.standardNav {
	float:right;
}
.standardNav li {
	/*border-left:1px solid #878a8c*/
}
}
