  @charset "UTF-8";

#toplinks {
	display:none;
}
body {
	font-family:museo-sans,"Helvetica Neue","Lucida Grande","Lucida Sans Unicode",san-serif;
	font-weight:500;
	color: #40403f;
	display:table;
	width:auto;
}
ul, li {
	margin:0;
	padding:0;
}

h1 {
	margin:0;
	padding:0;
}
h2 {
	box-sizing:border-box;
	margin:0;
	padding:0;
	font-size: 190%;
	font-weight:normal;
}
h3 {
	margin:0;
	padding:0;
	font-size: 120%;
	font-weight: 500;
	text-transform: capitalize;
}
h3 .page-title {
	display:inline-block;
	margin-bottom:4px;
}
h3 .phone-number.normal {
	font-size:16px;
}
h3 .normal {
	display:block;
	font-size: 80%;
	font-weight: 500;
	color: #40403f;
}

p.contact-info {
	color:#696e72;
	font-size:13px;
	font-weight:700;
}

a, a:visited {
	transition: all .2s ease;
	color: #177a9f;
	border: none;
	border-bottom: 1px dotted #177a9f;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #00a2de;
	text-decoration: none;
	border-bottom: 1px dotted #00a2de;
}

#atoz {
	margin-top: 15px;
}
#atoz h2 {
	display:block;
	background-color:#004175;
	color:white;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:24px;
	font-weight:900;
	padding-left:15px;
}
#atoz .back-top {
	float:right;
	color:white;
	padding-right:15px;
	font-size:13px;
	border-bottom:0;
}

#atoz ul li {
	list-style: none;
	background: none;
	font-size:16px;
	line-height:26px;
	padding-bottom:0px;
}
#atoz ul.items {
	margin-bottom:40px;
}
#atoz ul li.link-entry {
	padding:20px;
}
#atoz ul li.link-entry:nth-child(2n+1) {
	background: #f6f6f3;
}
#atoz ul li.link-entry:hover {
	outline: 1px solid #ddddda;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	position:relative;
	z-index:10;
}
#atoz ul li h3 {
	font-size:22px;
	font-weight:900;
	line-height:26px;
}
#atoz ul ul li {
	list-style: none;
	background: none;
	display: inline-block;
}
#toplinks {
	width: auto;
	float: right;
	margin-right: -270px;
	margin-top: 30px;
	margin-bottom: -180px;
}



/*#navwrapper {
	float: right;
	margin-right: -280px;
	margin-top: 40px;
}*/
#navwrapper {
	text-align: center;
}
#nav {
	width:auto;
	display:table;
	padding: 15px;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.7);
	padding-bottom:18px;
}

#nav ul li {
	float:left;
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
	background:url(https://my.daemen.edu/a-to-z/images/nav-secondary-whitetile.png) repeat-x;
}
#nav ul li a, #nav ul li a:visited {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	/*margin: 3px;*/
	padding: 10px;
	width: 1em;
	text-align:center;
	font-size: 110%;
	display:block;
	float: left;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	background: #107edd;
	background: -webkit-linear-gradient(#107edd, #0c5ca2);
	background: -moz-linear-gradient(#107edd, #0c5ca2);
	background: -o-linear-gradient(#107edd, #0c5ca2);
	background: -ms-linear-gradient(#107edd, #0c5ca2);
	background: linear-gradient(#107edd, #0c5ca2);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#107edd", EndColorStr="#0c5ca2");

	background: url(https://my.daemen.edu/a-to-z/images/nav-secondary-tile.png) repeat-y top right #ececec;
}
#nav ul li a:hover {
	color: #fff;
	background: #1184e9;
	background: -webkit-linear-gradient(#1184e9, #107edd);
	background: -moz-linear-gradient(#1184e9, #107edd);
	background: -o-linear-gradient(#1184e9, #107edd);
	background: -ms-linear-gradient(#1184e9, #107edd);
	background: linear-gradient(#1184e9, #107edd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#1184e9", EndColorStr="#107edd");
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#nav ul li a.first {
	-moz-border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#nav ul li a.last {
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#nav ul li a:hover, #nav ul li a:focus {
	background: url(https://my.daemen.edu/a-to-z/images/nav-secondary-tile.png) repeat-y top right #f7f7f7;
}
