@import url('ektronOverrides.css');

/* CCAC custom styles
   Provided by Ellucian, Inc.  All rights reserved.
========================================================================== */
/* --- >>> Base colors and font overrides, Extensions to TW-BS <<< --- */
body {
	background-color:#818285;
}
h1, h2, h3 {
	font-family:Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight:normal;
}
h2 {
font-size:24px;
line-height:1.25;
}
h3 {
font-size:20px;
line-height:1.25;
}
h4 {
font-size:16px;
line-height:1.25;
}
h5 {
font-size:14px;
line-height:1.25;
}
h6 {
font-size:14px;
font-style:italic;
line-height:1.25;
}
p {
margin-bottom:1.5em;
}
a {
	color:#c41230;
}
a:hover, a:active, a:visited {
	color:#96021b;
}
nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
ul,ol {
	margin:0 0 10px 35px
}
iframe {
	position:relative!important;
	width:100%;
	display:block;
}
hr {
border-top: 1px solid #ccc;
}
.button, .button:visited {
	display: inline-block;
	color:#fff;
	text-shadow: none;
	text-align:left;
	border:1px solid #c41230; 
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background-color: #c41230;
	background-image: -moz-linear-gradient(top, #c41230, #9a0e26);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c41230), to(#9a0e26));
	background-image: -webkit-linear-gradient(top, #c41230, #9a0e26);
	background-image: -o-linear-gradient(top, #c41230, #9a0e26);
	background-image: linear-gradient(to bottom, #c41230, #9a0e26);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c41230', endColorstr='#9a0e26', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding:8px 12px;
}
.button:hover, .button:focus, .button:active {
	color:#fff;
	background-color:#9a0e26;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn-arrow {
	display: inline-block;
	width: 17px;
	height: 17px;
	background:url(../img/icon_arrowRight.png) no-repeat;
	vertical-align:middle;
	margin-left:10px;
	margin-top:-4px;
}
.btn-arrowLeft-dk {
	display: inline-block;
	width: 17px;
	height: 17px;
	background:url(../img/icon_arrowLt_dk.png) no-repeat;
	vertical-align:middle;
	margin-left:10px;
	margin-top:-4px;
}
.btn-arrow-dk {
	display: inline-block;
	width: 17px;
	height: 17px;
	background:url(../img/icon_arrowRt_dk.png) no-repeat;
	vertical-align:middle;
	margin-left:10px;
	margin-top:-4px;
}
.btn-calendar {
	display: inline-block;
	width: 24px;
	height: 24px;
	background:url(../img/icon_calendar.png) no-repeat;
	vertical-align:middle;
}
.btn-news {
	display: inline-block;
	width: 32px;
	height: 24px;
	background:url(../img/icon_news.png) no-repeat;
	vertical-align:middle;
}
.caret-up {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-bottom: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.caret-right {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	content: "";
	border-left: 6px solid #000000;
	border-right: 6px solid transparent;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
}
.caret-accordion {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	content: "";
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 10px solid #fff;
	margin-top:10px;
	margin-right:5px;
}
.collapsed .caret-accordion {
	border-left: 10px solid #fff;
	border-right: 10px solid transparent;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	margin-right:0px;
	margin-top:7px;
}
.row-fluid [class*="span"] {
min-height:0px!important;
}
.row-fluid.reverse-order>[class*="span"] {
	float:right;
	margin-right: 2.127659574468085%;
	margin-left:0px;
}
.row-fluid.reverse-order>[class*="span"]:first-child {
	margin-right:0px;
}
.reverse-order>[class*="span"] {
	margin-right:20px;
	margin-left:0px;
}
.popTrigger {
	cursor:help;
}

.popTrigger:after {
	content:"";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-position: -336px 0;
}


/* --- >>> Header Area  <<< ---*/
header {
	background-repeat:no-repeat;
	background-position:50% 0px;
	height:272px;
}
.home header {
	position:absolute; 
	width:100%;
	z-index: 2;
	background-image:none!important;
}
#header-overlay {
	background:url(../img/site_uiHeader.png) no-repeat 50% 0px;
	height:130px;
}
.home #header-overlay {
	background:url(../img/home_uiHeader.png) no-repeat 50% 0px;
	height:202px;
}
#header-inner {
	max-width:960px;
	margin:0px auto;
	position:relative;
}
#header-inner .accordion-group {
	margin-bottom:0px;
	border-width:0px;
}
#logo {
	background:url(../img/site_logo.png) no-repeat 23px top;
	color:#fff;
	width:250px;
	margin:0px auto;
	position: relative;
	z-index: 1;
	line-height:0;
}
#logo a {
	display:block;
	text-indent:-999em;
	overflow:hidden;
	width:193px;
	height:60px;
	margin:0px auto 28px;
}
#logo #tagline {
	font:bold 14.5px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left:10px;
}
#navGlobal {
	position:absolute;
	top:0px;
	font-size:12px;
	width:95%;
}
#navGlobal .nav {
	margin:0px;
	width:100%;
}
#navGlobal li {
	padding:13px 0px;
	margin-right:2%;
	position:relative;
}
#navGlobal a {
	color:#fff;
	text-shadow:none;
	padding:0px;
	line-height:1.2;
	text-align:left;
	display:block;
	width:auto;
}
#navGlobal .caret {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-8px;
	border-width: 8px 8px 0px;
	border-top-color:#fff;
	display:none;
}
#navGlobal .caret-up {
	position:absolute;
	top:-8px;
	left:50%;
	margin-left:-8px;
	border-width: 0px 8px 8px;
	border-bottom-color:#fff;
	display:none;
	z-index:11;
}
#navGlobal li a:hover .caret, #navGlobal li a.current .caret, #navGlobal li a.active .caret-up {
	display:block;
}

#navGlobal #gn1 {
	width:38px;
}
#navGlobal #gn2 {
	width:70px;
}
#navGlobal #gn3 {
	width:60px;
}
#navGlobal #gn4 {
	width:60px;
	margin-left:1%;
}
#navGlobal #gn5 {
	width:60px;
	margin-right:22%;
}
#navGlobal #gn6 {
	width:75px;
}
#navGlobal #gn7 {
	width:60px;
	margin-right:3.38809273%;
}
#navGlobal #gn8 {
	width:65px;
	margin-right:3.38809273%;
}
#navGlobal #gn9 {
	width:70px;
	margin-right:0px;
}
#navTools {
	/*position:absolute;
	top:85px;
	right:15px;
	font-size:11px;*/
	color:#ccc;
}
#navTools li {
	/*border-left:1px solid #bfbfbf;
	line-height:1.2;
	padding:0px 2px;*/
	float:left;
	width:45%;
	padding-right:2%;
	font-size:12px;
	line-height:14px;
}
#navTools li:first-child {
	border-left-width:0px;
	padding-left:0px;
}
#navTools a {
	/*color:#bfbfbf;
	text-shadow:none;
	padding:0px 5px;*/
	color:#ccc;
}
#navTools a:hover {
	color:#fff;
	text-decoration:none;
}
#search {
	position:absolute;
	right:30px;
	margin-top:3px;
	top:75px;
}
#search .btn {
	padding-left: 9px;
	padding-right: 11px;
	height:30px;
	overflow:visible;
	*margin-top:1px;
}
#navMobile {
	position:absolute;
	z-index:1;
}
#navMobile .btn-navbar {
	float:left;
	margin-right:0px;
	color:#333;
	text-shadow:none;
}
#navMobile .btn-navbar .caret {
	margin-left:5px;
}
#navSocial {
	position:absolute;
	right:30px;
	/*margin-top:40px;*/
	top:115px;
}
#navSocial ul {
	width:90px;
	margin-bottom: 0;
	padding-left: 0;
	list-style:none;
}

#navSocial li {
	width:22px;
	height:22px;
	margin-left:7px;
	float:left;
	background:url(../img/site_socialIcons.png) no-repeat;
}

#navSocial a {
	display:block;
	height:22px;
	width:22px;
	overflow:hidden;
	text-indent:-9999px;
}
#navSocial #FB {
	background-position:0px 0px;
}
#navSocial #TW {
	background-position:-29px 0px;
}
#navSocial #YT {
	background-position:-58px 0px;
}
#search .input-append input#q {
		padding-left: 15px!important;
		}
/* --- >>> Template grid  <<< ---*/
#grid {
	background-color:#bfbfbf;
}
#grid-inner {
	background-color:#fff;
	max-width:960px;
	margin:0px auto;
	padding:20px;
	-webkit-box-shadow: 0px 5px 0px #89898a, 0px 5px 20px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 5px 0px #89898a, 0px 5px 20px 0px rgba(0,0,0,.5);
    box-shadow: 0px 5px 0px #89898a, 0px 5px 20px 0px rgba(0,0,0,.5);
}
/* --- >>> Footer Area  <<< ---*/
footer {}
#footer-inner {
	background: #818285; /* Old browsers */
	background: -moz-linear-gradient(top,  #818285 0%, #565758 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#818285), color-stop(100%,#565758)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #818285 0%,#565758 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #818285 0%,#565758 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #818285 0%,#565758 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #818285 0%,#565758 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818285', endColorstr='#565758',GradientType=0 ); /* IE6-9 */
	max-width:960px;
	margin:0px auto;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,.5);
	box-shadow:   0px 5px 20px 0px rgba(0,0,0,.5);
	border-width:0px 1px 1px; 
	border-style:solid;
	border-color:#818285;
	/*padding:20px;*/
	padding:30px 20px;
}
#footer-inner nav {
	/*padding-bottom:10px;
	margin:0px auto 10px;
	text-align:center;*/
}
#footer-inner nav li {
	/*border-left:1px solid #333;*/
	font-size:12px;
	line-height:14px;
	/*padding:0px 3px 0px 6px;*/
	float:left;
	width:48%;
	padding-right:5px;
	padding-bottom:5px;
}
#footer-inner nav li:first-child {
	/*border-left-width:0px;
	padding-left:0px;*/
}
#footer-inner nav a {
	/*color:#000;*/
	color:#ccc;
}
#footer-inner nav a:hover {
	color:#fff;
	text-decoration:none;
}
#csTools {
	color:#cfcfcf;
	padding-bottom:10px;
	font-size:13px;
}
#csTools [class*="span"] {border-right:1px solid #999;}
#csTools [class*="span"]:last-child {border-right-width:0px;}
#csTools img {
	float:left;
	margin-right:15px;
	margin-top:-10px;
		
}
#csTools .text {
	float:left;
	width:55%;
}
#footer-ext {
	max-width:960px;
	margin:20px auto;
	text-align:center;
	color:#bababa;
	font-size:12px;
}
#footer-ext #coda {
	background:url(../img/site_logoGray.gif) no-repeat 0px top;
	width:147px;
	margin:0px auto;
}
#footer-ext #coda a {
	display:block;
	text-indent:-999em;
	overflow:hidden;
	width:147px;
	height:41px;
	margin:0px auto 15px;
	color:#f1f1f1;
}
#footer-ext #copyright a {
	color:#f1f1f1;
	padding-left:10px;
}

/* --- >>> MODULES <<< --- */
/* -->> Alerts <<-- */
#alert {
	background: #fceebe;
}

	#alert #alertInner {
		width: 960px;
		margin: 0 auto;
		padding: 5px 0;
		
	}
	
		#alert #alertInner div {
			width: 50%;
			padding: 0;
			padding-left: 30px;
			margin: 0 auto;
			background: url(/client/img/warning.png) no-repeat 0 5px;
			font-size: 11px;
		}
	
		#alert #alertInner h1 {
			
			
			margin: 0;
			font-size: 1.5em;
			
			line-height: 1;
		}
		

/* alert pop up */		
#loadAlert { 
	position: absolute;
	left: -9999px;
	}
	
	.pp_content {
		min-height: 120px;
		}
	

	
	.alertTop {
		background: #c41230 url(/client/img/site_logo.png) no-repeat 50% 50%;
		height: 55px!important;
		border-radius: 5px 5px 0 0;
	}
	
	.alertBottom {
		border-radius: 0 0 5px 5px;
		background: #fff;
		}
	
	.alertWindow {
		background: #fff;
	}

	.alertWindow #alertInner	{
		margin: 0 20px;
		padding: 20px 0 0 30px;
		background: url(/client/img/warning.png) no-repeat 0 20px;
		font-size: 12px;
		}
		
		
		
		.alertWindow #alertInner h1 {
			margin-top: 0;
			font-size: 1.8em;
			line-height: 1;
			}
			
		.alertWindow .pp_close {
			text-indent: 0!important;
			height: auto!important;
			width: auto!important;
			line-height: 1!important;
			background: #c41230!important;
			float: right;
			padding:6px 15px;
			color: #fff;
			font-size: 12px;
			display: block!important;
			text-decoration: none;
			position: relative;
			left: 17px!important;
			top: -5px!important;
			z-index: 999;
			}
			
/* -->> Breadcrumbs <<-- */
#navBreadcrumb {
	text-align:right;
	font-style:italic;
	font-size:11px;
	margin-top:-10px;
	position:relative;
}
/* -->> Calendar << -- */
.calendarDetail {
margin-top:17px;
position:relative;
}

.calendarTools {
background-color:#e1e1e1;
}

#calendarToolsHandle {
text-align:center;
color: #fff;
border-color: #5c5c5c;   
background: #565656; /* Old browsers */
background: -moz-linear-gradient(top,  #565656 1%, #707070 22%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#565656), color-stop(22%,#707070)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #565656 1%,#707070 22%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #565656 1%,#707070 22%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #565656 1%,#707070 22%); /* IE10+ */
background: linear-gradient(top,  #565656 1%,#707070 22%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#707070',GradientType=0 ); /* IE6-9 */
opacity: .8;
filter: alpha(opacity=80);
font-size:1.2em;
margin-bottom:1.5em;
cursor: pointer;
padding:10px;
}

#calendarToolsHandle:hover {
opacity: 1;
filter: alpha(opacity=100);
}

#miniCal {
padding-bottom:10px;
padding-left:10px;
}

#miniCal table {
width:100%;
}

#miniCal .miniCalTable {
border-width:0 !important;
border-bottom:2px solid #fff!important;
}
	
#miniCal th {
color: #888;
padding:5px; 
background:#F1F1F1 !important;
border-width:0px 2px;
border-style:solid;
border-color:#F1F1F1;  
}

#miniCal table td {
background:#a7c3d6;
border:2px solid #fff;
			
}

#miniCal table td:hover {
background:#4B89B6;
				
}
			 
#miniCal table td a:hover {
color:#c41230!important;
}


#miniCal table td.otherMonth {
background:#d5d5d5 !important;
color: #888;
}
#miniCal table td.otherMonth a {
color: #888!important;
}

#miniCal table td.active {
background: #c41230!important; 
color:#fff;
}

#miniCal table td.today {
background: #FABF78!important; 
color:#f0ede1;
}

#miniCal table td a {
text-decoration:none;
color: #c41230!important;
padding:7px 5px;
display:block;
}

#miniCal table td.active a,#miniCal table td.today a {
color:#fff !important
}

#miniCal .miniCalHeader {
width:289px!important;
height:30px!important;
margin:-2px;
background:#F1F1F1;
}

#miniCal .miniCalHeader td {
background:#F1F1F1 !important;
text-transform: uppercase;
color: #666;
font-size: 1.067em;
line-height:1;
border-color: #fff!important;
border-width:0px;
position:relative;
vertical-align:middle;
text-align:center;
}
#miniCal .miniCalHeader td a, #miniCal .miniCalHeader td a:hover {
color: #005693;
}
			
	  

#miniCalTools {
margin:10px 0;
text-align:center
}

#calCatList {
margin-right:-5px;
}

#calCatList .filterCt {
padding:5px;

}

#calCatList #Admissions {
}

#calCatList #CampusWide {
}

#calCatList #Milestones {
}


#calCatList h3 {
text-transform: uppercase;   
color: #6e6e6e;
font: bold 16px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#calCatList ul {
list-style:none;
padding:0px 0px 0px 21px;
margin:0px;
}
#calCatList li {
padding:3px;
color: #1e2e3d;
			
}

#calCatList li:hover {
background:#f9d8b1;
}

#calCatList  label {
color: #1e2e3d;
display:inline;
}
			
#calCatList li label {
font-size:12px;
}

#calCatList input {
margin-right:5px;
margin-top:0px;
position:relative;
top:-2px;

}

#calView {
display: block;
width: 100%;
padding: 10px 0;
background: #f1f1f1;
margin-bottom:0px;	   
}

#calView div {
display: block;
float: left;
				
}

#calView #calToday {
margin: 0 20px 0 158px;
*margin-left: 70px;
}

#calView input:hover,#calView .active, #calPage div:hover {
opacity: 1;
filter: alpha(opacity=100);
}
			
#calView .active {
color: #fff;
border-color: #5c5c5c;   
background: #565656; /* Old browsers */
background: -moz-linear-gradient(top,  #565656 1%, #707070 22%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#565656), color-stop(22%,#707070)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #565656 1%,#707070 22%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #565656 1%,#707070 22%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #565656 1%,#707070 22%); /* IE10+ */
background: linear-gradient(top,  #565656 1%,#707070 22%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#707070',GradientType=0 ); /* IE6-9 */
opacity: 1;
filter: alpha(opacity=100);
}

#calView div input, #calPage li {
display: block;
text-transform: uppercase;
padding: 8px 30px;
*padding: 7px 15px;
color: #6e6e6e;
font-weight: bold;
border: 1px solid #b9b9b9;
background: #e6e6e6; /* Old browsers */
background: -moz-linear-gradient(top,  #e6e6e6 0%, #b9b9b9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#b9b9b9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e6e6e6 0%,#b9b9b9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e6e6e6 0%,#b9b9b9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e6e6e6 0%,#b9b9b9 100%); /* IE10+ */
background: linear-gradient(top,  #e6e6e6 0%,#b9b9b9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */
font-family: Helvetica, Arial, Serif;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
opacity: .9;
filter: alpha(opacity=90);
margin:0px;
}

#calView .toDay {
				
}

#calView .day {
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
font-size:1em;
}

#calView .week {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border-right: 0;
border-left: 0;
font-size:1em;
}

#calView .month {
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px 3px 3px 0px;
border-radius: 0px 3px 3px 0px;
font-size:1em;
}
			
#calPage li {
position:absolute;
top:10px;
padding: 8px 15px;
}

#calPage .prev {
left:10px;
}

#calPage .next {
right:10px;
text-align:right
}
				
#calPage li input {
border: 0;  
background: transparent; 
}


#calCurrent {
position:relative;
width:743px;
}
	
#calCurrent h2 {
text-transform: uppercase;   
padding-left:20px;
}


#calendarList .emptyError {
background: #E8C0C0; /* Old browsers */
background: -moz-linear-gradient(top, #FAE3E3 0%, #E8C0C0 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAE3E3), color-stop(99%,#E8C0C0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FAE3E3 0%,#E8C0C0 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FAE3E3 0%,#E8C0C0 99%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #FAE3E3 0%,#E8C0C0 99%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAE3E3', endColorstr='#E8C0C0',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #FAE3E3 0%,#E8C0C0 99%); /* W3C */
-moz-border-radius:0 0 2px 2px;
-webkit-border-radius:0 0 2px 2px;
border:1px solid #EFCDCD;
border-radius:0 0 2px 2px;
margin-bottom:10px;
padding:5px 10px 7px
}

#calendarList  .listing {
clear:both;
margin-bottom:30px
}

#calendarList .listing time.date {
display: block;
background: #cccdd1;
color: #fff;
font-size: 1.4em;	
padding: 10px 10px 10px 10px;
line-height: 1;	
					
}
#calendarList .listing time.date .month {
display:inline;
font-size:1em;
}

#calendarList .listing time.date .day {
display:inline;
font-size:1em;
margin-top:0px;
}

#calendarList .listing .items {
	   
}

#calendarList .item {
border-bottom: 1px solid #eee;
}

#calendarList  .item h3 {
}
	
#calendarList .item time {
font-size: 1.2em;
color: #776b46;
padding:12px 10px;
}

#calendarList  .item .category {
text-align:right;
padding-bottom:10px;
}

#calendarList  .item .category span {
background-color:#c41230;
color:#fff;
cursor:default;
font-size:0.9em;
font-style:italic;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
padding:3px 6px;
text-align:right;
z-index:0
}


#calendarList .location {
margin: -2px 0 0 0;
color:#777;
font-size: 1em;
}

#calendarList .teaser {
margin:0.6em 0px 0px;  
}

#calendarList .item .links {
font-size:.9em;
margin:0;
padding:1em 0
}

#calendarList .item .links li {
display:inline;
padding-right:20px
}
				

#calCatList,#calPage {
list-style:none;
margin-bottom:0px;	
}

#calPage {
padding:0px;
}
/* -->> Callout <<-- */
.callout {
	border:3px solid #c41230;
	padding:10px; 
	margin-bottom:20px;
}
.callout h2 {
	background: url(../img/bg_redGrid.gif) repeat-x;
	color:#fff;
	margin:0px 0px 10px;
	text-align:center;
	padding:10px;
}
.callout .text {
	padding:0px 10px;
	font-size:12px;
}
.callout .media {
	margin:0px 0px 10px;
	position:relative;
}
.callout .media img {
	width:100%;
}
.callout .vOverlay {
	position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}
.callout .media .play {
	display:block;
	width:91px;
	height:76px;
	background:url(../img/video_overlay.png) no-repeat center;
	margin:-38px 0px 0px -45px;
	position:absolute;
	top:50%;
	left:50%;
}
.callout .controls a {
font-weight:bold;
}
.zMain  .callout {
	padding:15px;
}
.zMain  .callout  h2 {
	 float:left;
	 width:54%;
}
.zMain  .callout .text {
	width:58%;
	padding:0px 0px;
	float:left;
}
.zMain .callout.noMedia .text, .zMain .callout.noMedia h2, .zMain .zInner .callout .text, .zMain .zInner .callout h2, .zMain .zInner .callout .media {
	float:none;
	width:auto;
}

.zMain  .callout .media {
	width:40%;
	float:right;
}

.callout.alt {
	border-width:0px;
	padding:20px; 
	background-color:#f1f1f1
}
.callout.alt h2 {
	background-image:none;
	color:#333;
	text-align:left;
	padding:0px;
}
.callout.alt .text {
	padding:0px 0px;
	
}
.callout.alt .media {
}
.zMain  .callout {
	padding:15px;
}
.zMain  .callout.alt  h2 {
	 float:right;
	 width:58%;
}
.zMain  .callout.alt .text {
	width:58%;
	padding:0px 0px;
	float:right;
}
.zMain .callout.alt.noMedia .text, .zMain .callout.alt.noMedia h2, .zMain .zInner .callout.alt .text, .zMain .zInner .callout.alt h2, .zMain .zInner .callout.alt .media  {
	float:none;
	width:auto;
}
.zMain  .callout.alt .media {
	width:40%;
	float:left;
	margin-top: 5px;
}


/* -->> Contact Info <<--*/
.contactModule {
	padding:20px; 
	background-color:#f1f1f1;
	margin-bottom:20px;
	font-size:12px;
	position:relative;
}
.contactModule .contactHeader {
margin-bottom:10px;
}

.contactModule .name {
font-weight:bold;
font-size:14px;
}
.contactModule .hours {
margin-top:10px;
}
.contactModule .hoursHeader {
font-weight:bold;
}
/* -->> Courses <<--*/
.pp_default .courseLB .pp_details {
position:absolute;
top:0px;
}
.pp_default .courseLB  .pp_close {

margin-right:5px;
}

.courseModal {
}

.courseModal .header{
	color:#fff;
	background-color: #c41230;
	background-image: -moz-linear-gradient(top, #c41230, #9a0e26);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c41230), to(#9a0e26));
	background-image: -webkit-linear-gradient(top, #c41230, #9a0e26);
	background-image: -o-linear-gradient(top, #c41230, #9a0e26);
	background-image: linear-gradient(to bottom, #c41230, #9a0e26);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c41230', endColorstr='#9a0e26', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding:10px 12px;
}
.courseModal .subhead {
	background: #eee;
	padding: 10px 12px;
	font-size: .8em;
	border-bottom:1px solid #d1d1d1;

	}
	
	.courseModal .footer {
		color: #fff;
		font-size: .8em;
		padding:10px 12px;
		margin-top:10px;
		background: #414141; /* Old browsers */
		background: -moz-linear-gradient(top,  #414141 0%, #666666 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#666666)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #414141 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #414141 0%,#666666 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #414141 0%,#666666 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #414141 0%,#666666 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	}
	.courseModal .footer div {
		padding: 5px 0;
		}
		.courseModal .footer div.fees,
		.courseModal .footer div.prereq {
			width: 50%;
			float: left;
			}
		.courseModal .footer div.fees {
			text-align: right;
			}
	
	.courseModal .subhead div {
		float: left;
		width: 33%;
		}
		.courseModal .subhead div.dept {
			text-align: center;
			}
		.courseModal .subhead div.subject {
			text-align: right;
			}

.courseModal .name {
	font-size:20px;
}
.courseModal .details {
	padding:10px 0px 0px;
	clear: both;
}
.courseModal .courseid {
	float:left;
	width:45%;
}
.courseModal .credits {
	float:right;
	width:45%;
	text-align:right;
}
.courseModal .description {
line-height:1.5em;
padding:10px 10px 0 10px;
clear: both;
}
.courseModal .comments {
line-height:1.5em;
padding:0px 10px;
font-size: 90%;
font-style: italic;
margin-top:10px;
}
/* -->> Events <<--*/
.events {
	margin-bottom:20px;
}
.events .details a {
	border: 0;
	font-weight:bold;
}

.events .controls {
	background: url(../img/bg_redGrid.gif) repeat-x;
	color:#fff;
	margin:0px 0px 10px;
	text-align:center;
	
}

.events .controls a, .events .controls a:hover {
	color:#fff;
	text-decoration:none;
	font-size:18px;
	line-height:15px;
	display:block;
	padding:10px;
}

.zSide .events time, .zMain .zInner .events time {
	width: 17.5%;
	float: left;
	display: block;
	box-sizing:border-box; *behavior: url(/client/js/boxsizing.htc);
	-moz-box-sizing:border-box;
	border:3px solid #333333;
}

.zSide .events time span, .zMain .zInner .events time span {
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight:bold;
}

.zSide .events time .month, .zMain .zInner .events time .month {
	background: #333333;
	color: #fff;
	border-bottom: 0;
	font:bold 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.zSide .events time .day, .zMain .zInner .events time .day  {
	background: #fff;
	color: #2e4380;
	border-top: 0;
	font:30px/1 Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

.zSide .events .item, .zMain .zInner .events .item {
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 20px;
	border-top: 0px solid #a1a1a1;

}

.zSide .events .details, .zMain .zInner .events .details {
	width: 77.5%;
	float: left;
	box-sizing:border-box; *behavior: url(/client/js/boxsizing.htc);
	-moz-box-sizing:border-box;
	border-top:3px solid #333;
	padding-top:5px;
	margin-left:5%;
}

.zMain .events time {
	width: 15%;
	border-width:0px;
	float: left;
	display: block;
	box-sizing:border-box; *behavior: url(/client/js/boxsizing.htc);
	-moz-box-sizing:border-box;
}

.zMain .events time span {
	text-align: left;
	display: inline;
	text-transform:none;
	font-weight:bold;
	font:30px/1 Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

.zMain .events time .month {
	background-color:transparent;
	color: #2e4380;

}

.zMain .events time .day {
	background-color:transparent;	
}

.zMain .events .item {
	border-top:1px solid #a1a1a1;
	margin-top: 10px;
	padding-top:10px;
	margin-bottom:20px;
}

.zMain .events .details {
	width: 85%;
	border-top-width:0px;
	padding-top:0px;
	margin-left:3%;
}

.eventDetail {
}
.eventDetail .eventHeader {
	background-color:#f1f1f1;
	padding: 10px;
	margin:20px 0px;
}
.eventDetail time {
	font-weight:bold;
	font-size:16px;
	display:block;
	margin-bottom:10px;
}

.eventDetail .eventImage {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	border:5px solid #d8d8d8;
}

.eventDetail .location {
	margin-bottom:1.5em;
}



.eventDetail .eventContact .label {
	background-color:transparent;
	border-width:0px;
	color:#333;
	padding:0px 10px 0px 0px;
	text-shadow:none;
}

.eventDetail .tool {
	margin-bottom:10px;
}

.eventDetail .eventTools  {
	background-color:#f1f1f1;
	padding: 10px 0px 0px;
}
.eventDetail .eventTools  .tool {
	text-align:center;
}
/* -->> Flickr Connector <<--*/
.flickrConnect.grid .item {
	float:left;
	width:20%;
	margin:2.5%;

}

.flickrConnect.grid .item img {
	width:100%;
}
/* -->> Global Navigation Drawer <<--*/
#nav-pulldown {
	height:0px;
	background-color:#000;
	border-bottom:1px solid #fff;
	overflow:hidden;
	position:relative;
	z-index:10;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,.5);
	box-shadow:   0px 5px 20px 0px rgba(0,0,0,.5);
}
.nav-pulldown-inner {
	max-width:960px;
	margin:0px auto;
	color:#fff;
	
}
.nav-pulldown-menu {
padding:20px 0px;

}
.nav-pulldown-inner ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.nav-pulldown-inner li {
	float:left;
	width:46%;
	padding:5px 10px 5px 0px;
}
.nav-pulldown-inner li a {
	color:#fff;
}
.nav-pulldown-inner .feature img {
	float:left;
	width:35%;
	max-width:100%;
	border:3px solid #fff;
	margin-right:3%;
	margin-top:6px;
}
.nav-pulldown-inner .feature .featureText {
	float:left;
	width:60%;
	font-size:12px;
}
.nav-pulldown-inner .feature h2 {
	margin:0px 0px 5px;
}
.nav-pulldown-inner .feature .featureText .button {
	margin-top:5px;
	padding:5px 10px;
}

/* -->> Grants <<--*/
.grantDetail .details.container-fluid {
	padding: 10px 10px 0px;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	margin:10px 0px;
}
.grantDetail .details .label {
	font-weight:bold;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	color:#333;
	padding:0px;
	background-color:transparent;
	font-size:14px;
	text-shadow:none;
	line-height:normal;
}
.grantDetail .director {
	padding: 5px 0px;
}

/* -->> Home Buttons <<--*/
body.home #grid-inner {
	position: relative;
	}
#homepageLinks {
	position: absolute;
top: -77px;
left: 0;
margin: 0;
z-index: 999;
}

	#homepageLinks li {
width: 33.33333333333333333333333333%!important;
margin: 0!important;
border-bottom: 1px solid #fff;
background-color: rgba(82,82,82,.8);
}
	
	#homepageLinks li  a {
text-decoration: none;
display: block;
	
		color: #fff;
		text-align: center;
padding: 20px 0;
font:30px/1.25 Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
background:url(/client/img/icon_arrowRight.png) no-repeat right;
padding-right: 20px;
margin: 0 25px;		
}

	#homepageLinks li:hover {
		background-color: #c41230;
}
/* -->> Home Photo Rotator <<--*/
.home-slides {
	height:486px;
	width:100%;
	background-color:#999999;
}
#home-slide-bg {
	height:486px;
	width: 100%;
	overflow: hidden;
}
#home-slide-bg .item {
	background-repeat:no-repeat;
	background-position:50% top;
	height:486px;
}
.home-slides-inner {
	max-width:960px;
	margin:0px auto;
	position:relative;
	z-index:3;
}
#home-captions-wrapper {
	width:330px;
	height:100px;
	position:absolute;
	top:-407px;
	
}
#home-captions {
	overflow:hidden;
}
#home-captions .caption, #home-slides-bg .item {
	display:block;
	float:left;
}
#home-captions .caption {
	width:360px;
	height:120px;
}
#home-captions .caption, #home-captions .caption a, #home-captions .caption a:focus, #home-captions .caption a:visited  {
	color:#fff;
	font:30px/1.25 Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
#home-captions .caption a:hover {
	text-decoration:none;
}
#home-captions .btn-captionlink {
	display: inline-block;
	width: 21px;
	height: 21px;
	background:url(../img/icon_home_arrow.png) no-repeat;
	vertical-align:middle;
	margin-left:10px;
	margin-top:-7px;
}
#home-captions-paging {
	position:absolute;
	top:-330px;
	text-align:center;
	width:100%;
}
#home-captions-paging  a {
	display:inline-block;		
	padding: 0px;
	margin: 0px 10px;
	width: 12px;
	height:12px;
	position: relative;
	text-align: center;
	background-color:#b3b0ae;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-indent:-9999px;
	overflow:hidden;
}
 #home-captions-paging a.selected {
	background-color:#fff;
}
/* -->> In-Page Navigation <<--*/
#navPage {
	margin:-20px 0px 20px -20px;
}
#navPage>ul {
border-bottom:1px solid #adadad;
}
#navPage li {
	width:auto;
	position:relative;
}
#navPage a {
	font:18px/1.2 Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	padding:9px 10px 9px 20px;
	color:#333;
	border-bottom:1px solid #ebebeb;
	border-top:1px solid #adadad;
	margin-bottom:0px;
	display:block;
	zoom:1;
	width:auto;
}
#navPage a:hover {
	text-decoration:none;
	background-color:#f8f8f8;
}
#navPage li:first-child a {
	border-top-width:0px;
}
#navPage .currentSection a {
	background-color:#c41230;
	color:#fff;
}
#navPage .currentSection ul a {
	background-color:#eeeded;
	color:#333;
	font:13px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box; *behavior: url(/client/js/boxsizing.htc);
}
#navPage .currentSection ul a:hover {
	text-decoration:none;
	background-color:#e1e1e1;
}
#navPage .caret-right {
	position:absolute;
	top:17px;
	left:8px;
	border-left-color:#c41230;
	display:none;
}
#navPage .currentSection .caret-right {
	border-left-color:#fff;
}
#navPage .currentSection  ul .caret-right {
	border-left-color:#c41230;
	top:14px;
	left:20px;
}
#navPage .currentSection>.caret-right {
	display:block;
}


/* -->> Linkset <<--*/
.linkset {
	overflow:hidden;
	display:block;
	margin-bottom:20px;
}
.linkset h2 {
	border:1px solid #828282;
	color:#fff;
	text-align:center;
	padding:10px;
	margin:0px;
	background: #414141; /* Old browsers */
	background: -moz-linear-gradient(top,  #414141 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #414141 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #414141 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #414141 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #414141 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}

.linkset h3 {
	color:#666666;
	font:18px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0px 0px 10px;
}

.linkset ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.linkset li {
	padding-bottom:0.25em;
}

.linkset .col1 li {
	float:left;
	width:31%;
	margin-right:15px;
}
.zSide .linkset .col1 li {
	float:none;
	width:auto;
	margin-right:0px;
}
/* -->> Majors <<--*/
.major h1 {
	margin-bottom:20px;
}
.major .subtitle {
	font:italic normal 16px/1.25  "Helvetica Neue",Helvetica, Arial, sans-serif; 
}
.major ol {
	margin-bottom:1.5em;
}
.major .courseGroup h2 {
margin:0px;
}
.major .courseGroup h2 a {
	background-color:#c41230;
	color:#fff;
	padding:10px;
	margin:0px;
	border-bottom:4px solid #fff;
	cursor:pointer;
	text-decoration:none;
	display:block;
}
.major .courseGroup h2 a.collapsed {
	background-color:#c2c1c1;
}

.major .courseGroup h2 a.collapsed:hover {
	background-color:#c41230;
}

.major .pdflink {
	width:200px;
	float:right;
	font-size:12px;
	padding:10px 10px 0px;
}
.major .optionSubtitle {
	font-weight:bold;
	font-size:18px;
	margin-bottom:.5em;
	padding:10px 10px 0px;
}
.major .optionNotes {
	padding:0px 10px 15px;
}

.major .SemesterNotes {
	padding:0px 0px 15px;
}


.major .optionCredits {
	padding:10px;
	margin-bottom:10px;
	background-color:#d1d1d1;
	border-top:1px solid #b1b1b1;
	text-align:right;
	font-weight:bold;
}
.major .semester {
	padding:10px;
}
.major .semester.alt {
	background-color:#f1f1f1;
}
.major .semester h3 {
	font:bold 16px/1.25  "Helvetica Neue",Helvetica, Arial, sans-serif; 
	text-decoration:underline;
	margin:0px 0px 1em;
}
.major .semester .semesterCredits {
	text-align:right;
	padding-top:3px;
}
.major .semester table {
	width:100%;
}
.major .semester thead tr {
	margin:0px -10px 5px;
}
.major .semester th {
	padding:3px;
	vertical-align:top;
	background-color:#e1e1e1;
	text-align:left;
}

.major .semester tr {
	border-bottom:1px solid #e1e1e1;
}
.major .semester td {
	padding:3px;
	vertical-align:top;
}
.major .semester td.idColumn,.major .semester td.creditsColumn {
	width:80px;
}
.major .semester .electiveList, .major .semester .electiveNotes {
	font-style:italic;
	font-size:12px;
	color:#999;
}
.major .semester .course {
	cursor:pointer;
	color:#c41230
}
/* -->> News Stories <<--*/
.news  {
	background-color:#e5e5e5;
	position:relative;
	margin-bottom:20px
}
.news .rotator-wrapper {
	margin:10px 40px 20px;
	box-shadow: 15px 0 8px -6px #ccc , -15px 0 8px -6px #ccc; 
	-moz-box-shadow: 15px 0 8px -6px #ccc , -15px 0 8px -6px #ccc; 
	-webkit-box-shadow: 15px 0 8px -6px #ccc , -15px 0 8px -6px #ccc; 
}

.news h2 {
	color:#fff;
	text-align:center;
	padding:10px;
	margin:0px;
	background: #666666; /* Old browsers */
}
.news h2 .btn-news {
	margin-right:10px;
	margin-top:-3px;
}
.news .item {
	padding:10px 20px;
}
.news .item time {
	display:block;
	margin-bottom:10px;
}
.news .item img {
	width:100%;
	margin-bottom:10px;
}
.news .item .title {
	font-weight:bold;
}
.news .item .title a {
	font-weight:normal;
}
.news .item .teaser {
	padding:10px 0px;
}
.newsStory time {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    margin-bottom: 1em;
    display: block;
}

.newsStory .article {
    padding-top: 1em;
}
.newsStory .rotator-wrapper {
background:#f1f1f1;
float:right;
margin-left:2em;
margin-bottom:1em;
padding:5px;
position:relative;
width:240px;
z-index:20;
} 
				
.newsStory .rotator-wrapper img, .newsStory .rotator-wrapper.rotator {
width: 240px;
}


#detailImageSet .rotator .item {
width:240px;
}


.newsList h2 { 
	margin:0.5em 0px 10px;
	border-bottom:1px solid #a1a1a1;
	padding-bottom:5px;
}
.newsList .item {
	clear: both;
	margin-bottom: 15px;	
}	
.newsList .item img {
	float:left;
	margin-right: 3%;
	width: 20%;
	margin-top:6px;		
}	
.newsList .item .text {
	float: left;
	width: 77%;
}
.newsList .title  {
	font-weight:bold;
	padding-bottom:5px;
}
.newsList time {
	color:#74756b;
	font-style: italic;	
	display:block;
	padding-bottom:5px;
}		
.newsList p.teaser {
	margin: 0;	
}

.newsList.alt h2 { 
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.newsList.alt .item {
	border-bottom:1px solid #a1a1a1;
	padding-bottom:15px;
}

.newsList.feature {
	border:1px solid #c2c1c1;
	position:relative;
	margin-bottom:20px;
	background:#f1f1f1 url(../img/newsfeature_bg.png) no-repeat;
	min-height:182px;
}
.newsList.feature .rotator-wrapper {
	margin:10px 10px 10px 70px;
}
.newsList.feature h2 {
	border-bottom-width:0px;
	position:absolute;
	text-indent:-999px;
	overflow:hidden;
}
.newsList.feature  .item {
	margin-bottom: 0px;	
	float:left;
	clear:none;
}
.newsList.feature .item img {
	float:left;
	margin-right: 3%;
	width: 30%;
	margin-top:6px;		
}	
.newsList.feature .item .text {
	float: left;
	width: 67%;
}
.newsList.feature p.teaser {
	margin-bottom: 10px;	
}
.newsList.feature .rotator-paging  {
	position:absolute;
	left: -20px;
	top: -15px;
}
.newsList.feature .rotator-paging  a.selected {
	background-color:#c41230;
}
.newsList.feature .rotator-paging  a {
	display:block;	
	floaT:none;	
	margin: 0px 0px 10px;
}
a.moreStories {
	display: block;
	padding: 5px;
	color: #fff;
	background: #666;
	text-align: center;
	font-weight: bold;
}
/* -->> Quickfacts <<--*/
.quickfact {
	margin-bottom:20px;
	border-bottom:1px solid #828282;
	
}
.quickfact h2 {
	border:1px solid #828282;
	color:#fff;
	text-align:center;
	padding:10px;
	margin:0px;
	background: #414141; /* Old browsers */
	background: -moz-linear-gradient(top,  #414141 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #414141 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #414141 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #414141 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #414141 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}
.quickfact .alt {
	background:url(../img/bg_dkgrid.gif);
}
.quickfact  .title {
	color:#666666;
	font-size:16px;
	line-height:1.25;
	padding-bottom:5px;
	text-align:center;
}

.quickfact .text {
	font-size:18px;
	text-align:center;
}

.quickfact .controls {
	background:url(../img/bg_dkgrid.gif);
	text-align:center;
	border-bottom:4px solid #666666;
	padding:10px 15px;
}


/* -->> Related Items <<--*/
.relatedItems {
margin-bottom:20px;
}

.relatedItems h2 {
	border:1px solid #828282;
	color:#fff;
	text-align:center;
	padding:10px;
	margin:0px;
	background: #414141; /* Old browsers */
	background: -moz-linear-gradient(top,  #414141 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #414141 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #414141 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #414141 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #414141 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}

.relatedItems a {
	font-size:1.0em;
	font-weight:700;
} 
		
.relatedItems time {
	display:block;
	font-size:0.917em;
	font-style:italic;
} 

.relatedItems .item {
	margin-bottom:10px;
} 
/* -->> Rotators <<--*/
.rotator-wrapper {
position:relative;
}
.rotator {
	width: 100%;
	overflow: hidden;
}
.rotator .rotator-wrapper {
	overflow:hidden;
}

.rotator .item {
	display:block;
	float:left;
}
.rotator-paging {
	margin-top:5px;
}
.rotator-paging a {
	float: left;		
	padding: 0px;
	margin: 3px;
	width: 12px;
	height:12px;
	position: relative;
	text-align: center;
	background-color:#666666;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-indent:-9999px;
	overflow:hidden;
}
.rotator-paging a.selected {
	background-color:#c41230;
}
.rotator-left, .rotator-right {
	position:absolute;
	top:50%;
	display: inline-block;
	width: 22px;
	height: 22px;
	background:url(../img/icon_arrowrt_dk.png) no-repeat;
	text-indent:-999px;
	overflow:hidden;
	cursor:pointer;
}
.rotator-left {
left:-30px;
background-image:url(../img/icon_arrowlt_dk.png);

}
.rotator-right {
right:-30px;
}
/* -->> Search Results <<-- */
.searchResults {
    line-height: 1.5em;
    position: relative;
}

.searchResultsHeader,
.searchResults h4 img,
.resultPreviewDetails {display: none !important;}


.gs-title, .gs-result .gs-title, .gs-result .gs-title * {
    color: #c41230 !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
    
}

.gs-snippet {
    color: #727363 !important;
}

.gsc-cursor-box {
background-color:#f9f9f9;
padding:10px;
}


.gsc-results .gsc-cursor {
border-left:1px solid #bbbcab;
padding:4px 0px
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    text-decoration: none !important;
    border-right:1px solid #bbbcab;
    color: #c41230 !important;
    padding:4px 10px 4px 10px;
    margin-right:0px!important;
    font-size:13px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    font-weight: 700 !important;
    background-color:#575859 !important;
    color: #fff !important;
}

.searchResults .gsc-search-box .gsc-input input {	
border: 2px solid #d1d1d1;
    color: #444444;
    font-size: 12px;
    padding: 6px 8px;
width:90%;
margin-bottom:0px;
}

.searchResults .gsc-search-box .gsc-input input:focus {
border:2px solid #a10e27;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(161, 14, 39, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(161, 14, 39, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(161, 14, 39, 0.6);
}

.gsc-branding-img, .gsc-branding-text,
.gs-visibleUrl, .gs-visibleUrl-short {display: none !important;}


.searchResults .gsc-search-button input {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #a7bbd6;
	color:#fff; 
	font-weight:bold; 
	background-color: #c41230;
	background-image: -moz-linear-gradient(top, #c41230, #9a0e26);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c41230), to(#9a0e26));
	background-image: -webkit-linear-gradient(top, #c41230, #9a0e26);
	background-image: -o-linear-gradient(top, #c41230, #9a0e26);
	background-image: linear-gradient(to bottom, #c41230, #9a0e26);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c41230', endColorstr='#9a0e26', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	margin:20px 10px 20px 0px;
	padding:5px 10px;
	width:auto;
	overflow:visible;
}
/* -->> Set Wrapper (used in Quickfacts, linksets) --<< */
.set-wrapper {
	overflow:hidden;
	display:block;
}

.set-wrapper [class*="col"] {
	float:left;
	border-bottom:1px solid #fff;
	padding: 10px 15px 32757px;
	margin: 0px 0px -32747px;
	position:static;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; *behavior: url(/client/js/boxsizing.htc);
	background:url(../img/bg_ltgrid.gif);
}
.set-wrapper .col3 {
	width:33.33333333333333333%;
}
.set-wrapper .col2 {
	width:50%;
}
.set-wrapper .col1 {
	width:100%;
}
.set-wrapper .alt {
	background:url(../img/bg_dkgrid.gif);
}
.zSide .set-wrapper [class*="col"], .zMain .zInner .set-wrapper [class*="col"] {
	float:none;
	padding: 12px 20px;
	margin: 0px;
	position:static;
	border-bottom:1px solid #fff;
}
.zSide .set-wrapper .col3, .zSide  .set-wrapper .col2, .zSide .set-wrapper .col1,
.zMain .zInner  .set-wrapper .col3, .zMain .zInner   .set-wrapper .col2, .zMain .zInner  .set-wrapper .col1 {
	width:100%;
}
/* -->> Tag Cloud <<--*/
.cloud .small {
font-size:12px;
}
.cloud .medium {
font-size:14px;
}
.cloud .large {
font-size:18px;
}
.cloud .x-large {
font-size:24px;
}
/* -->> Webforms <<--*/

#contactForm div {
	background: #eee;
	padding: 15px 15px 5px 15px;
	clear: both;
	margin-bottom: 1em;
}

#contactForm label {
	float: left;
	width: 35%;
	font-size: 1.1em;
	box-sizing:border-box;
		-moz-box-sizing:border-box;
		padding-right: 10px;
}

#contactForm label em {
	font-style: normal;
	font-size: 120%; 
	padding-right: 5px; 
	color: #2E4380;
}

#contactForm div input,
#contactForm select,
#contactForm textarea {
	width: 60%;
	box-sizing:border-box;
		-moz-box-sizing:border-box;
}

#contactForm .button {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;
	text-align: center;
	width: auto;
}


li input[type="radio"] { 
	float: left;
	margin-right: 5px;
	}

/* --->>> Responsive overrides: desktop and bigger <<<--- */
@media (min-width: 1200px) {
	.row-fluid.reverse-order>[class*="span"] {
		margin-right: 2.564102564102564%;
	}
}

/* --->>> Responsive overrides: tablet portrait and Smaller <<<--- */
@media (max-width: 979px) {

	/* --- >>> Header Area  <<< ---*/
	#navGlobal {
		top:38px;
		z-index:1;
	}
	#navGlobal li:hover .caret {
		display:none;
	}
	/*#navTools {
		top:38px;
		left:109px;
		z-index:1;
	}*/
	#navGlobal .nav /*, #navTools .nav */{
		background-color:#E5E5E5;
		-webkit-border-radius: 4px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 4px;
		-moz-border-radius-topleft: 0;
		border-radius: 4px;
		border-top-left-radius: 0;
		width:200px;
	
	}
	#navGlobal li, /*#navTools li,*/ 
	#navGlobal #gn1,
	#navGlobal #gn2,
	#navGlobal #gn3,
	#navGlobal #gn4,
	#navGlobal #gn5,
	#navGlobal #gn6,
	#navGlobal #gn7,
	#navGlobal #gn8,
	#navGlobal #gn9 {
		width:auto;
		padding:0px;
		margin:0px;
		font-size:11px;
	}
	#footer-inner .span4 {
	width: 95%;
	border: 0;
	margin: 0;
	float: none;
	border-bottom: 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
	#footer-inner .tool {
	float: left;
	width: 50%;
	border: 0;
	margin: 0;
	padding: 0;
	}
	#footer-inner nav li {
	width:24%;
	}
	#csTools img {
	float:none;
	height:76px;
	margin:0px auto 10px;
	text-align:center;
	}
	#csTools .text {
	float:none;
	width:100%;
	}
	#navGlobal a /*, #navTools a */{
		text-align:left;
		padding:9px 15px;
		color:#333;
		border-bottom:1px solid #d1d1d1;
		border-top:1px solid #f1f1f1;
		margin-bottom:0px;
	}
	#navGlobal a:hover /*, #navTools a:hover*/ {
		text-align:left;
		padding:9px 15px;
		color:#333;
		border-radius:0px;
		background-color:#d1d1d1;
	}
	#navGlobal li:first-child a /*,#navTools li:first-child a */ {
		border-top:0px;
	}
	#navGlobal li:last-child a /*,#navTools li:last-child a*/ {
		border-bottom:0px;
	}
	#navSocial {
		top:10px;
		margin-top:0px;
		right:200px;
	}
	
	
	
	#search {
		top:5px;
	}
	
	/* --- >>> Template Grid Area  <<< ---*/
	#grid-inner, #footer-inner {
	
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
	
	#homepageLinks {position: static;}

	#homepageLinks li { width: 100%!important;}
}

/* --->>> Responsive overrides: tablet portrait only <<<--- */
@media (max-width: 979px) and (min-width: 768px) {
	.row-fluid.reverse-order>[class*="span"] {
		margin-right: 2.7624309392265194%%;
	}
}

/* --->>> Responsive overrides: phone (all modes, retina display) <<<--- */
@media (max-width: 767px) {
	body {
	padding-right: 0px;
	padding-left: 0px;
	}

	h1 {
		font-size:28px;
		line-height:1.25em;
	}


	header {
	background-size: cover;
	height: 200px;
	background-position: 50% 96px;
	padding-top:40px;
	}
#header-overlay, .home #header-overlay {
	background:url(../img/site_uiHeader.png) no-repeat 50% 0px;
	height:130px;
}

	#alert #alertInner, #alert #alertInner div {
	width: auto!important;
	}
	#alert #alertInner div {
	width: 90%!important;
	}
	.pp_pic_holder, .pp_content {
		max-width: 100%!important;
		}
	
	#navMobile {
	top:195px;
	left:0px;
	display: block;
	width: 100%;
	}
	#navMobile .btn-navbar {
		float: left;
		margin-right: 0px;
		width: 43.23%
	}
	#navMobile.btn-group > .btn:first-child {
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	}
	#navMobile.btn-group > .btn:last-child, #navMobile.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	}

	#navGlobal {
		top:233px;
		z-index:1;
	}
	#navGlobal li:hover .caret, #navGlobal li.current .caret {
		display:none;
	}
	#navTools {
		top:233px;
		left:0px;
		z-index:1;
		right:0px;
	}
	#navGlobal .nav, #navTools .nav {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		width:320px;
	}
	#footer-inner nav li {
	width:45%;
	}
	#csTools [class*="span"] {border-right-width:0px;border-bottom:1px solid #999;padding-bottom:10px;margin-bottom:10px;}
#csTools [class*="span"]:last-child {border-bottom-width:0px;}
	
	header, .home header {
	background-image: none!important;
	height: 113px;
	padding-top:40px;
	position:static;
	}
	#navMobile {
	top:108px;
	left:0px;
	display: block;
	width: 100%;
	}
	#navGlobal {
		top:146px;
		z-index:1;
	}
	#navGlobal li:hover .caret, #navGlobal li.current .caret {
		display:none;
	}
	#navTools {
		top:146px;
		left:0px;
		z-index:1;
		right:0px;
	}

	#search {
	top: -38px;
	left: 5px;
	right:0px;
	}

	#navSocial {
	top: -32px;
	margin-top: 0px;
	right: 0;
	}

	#grid {
	 padding-top:40px;	
	}

	/* --- >>> MODULES <<< --- */
	/* -->> Alerts <<-- */
	/* -->> Breadcrumbs <<-- */
	#navBreadcrumb {
		text-align: left;
	}
	/* -->> Callout <<-- */
	.zMain .callout h2, .zMain .callout .media, .zMain .callout .text, .zMain .callout.alt h2, .zMain .callout.alt .media, .zMain .callout.alt .text {
		width:auto;
		float:none;
	}

	/* -->> Contact Info <<--*/
	/* -->> Courses <<--*/
	/* -->> Events <<--*/
	/* -->> Flickr Connector <<--*/
	/* -->> Global Navigation Drawer <<--*/
	/* -->> Grants <<--*/
		/* Force table to not be like tables anymore */
	.grantList  table, 
	.grantList  thead, 
	.grantList  tbody, 
	.grantList  th, 
	.grantList  td, 
	.grantList  tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.grantList thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.grantList tr { border: 1px solid #ccc; }
 
	.grantList  td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	.grantList td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	.grantList td:before { content: attr(data-title); }
	/* -->> Home Photo Rotator <<--*/
.home-slides {
	display:none;
}
	
	/* -->> In-Page Navigation <<--*/
	#navPage {
		margin:10px 0px 20px 0px;
	}
	
	#navPage a {
		font-size:16px;	
	}
	
	/* -->> Linkset <<--*/
	.linkset .col1 li {
		float:none;
		width:auto;
		margin-right:0px;
	}

	/* -->> Majors <<--*/
	/* -->> News Stories <<--*/
	.newsStory .rotator-wrapper {
	float:none;
	width:270px;
	margin-left:0px;
	} 
				
	.newsStory .rotator-wrapper img, .newsStory .rotator-wrapper.rotator {
	width: 270px;
	}

	.newsStory .rotator-wrapper .rotator .item {
	width:270px;
	}
	/* -->> Photo Rotator <<--*/
	/* -->> Quickfacts <<--*/
	/* -->> Set Wrapper <<-- */
	.set-wrapper [class*="col"] {
		float:none;
		padding: 20px;
		margin: 0px;
		position:static;
		border-bottom:1px solid #fff;
	}
	.set-wrapper .col3, .set-wrapper .col2, .set-wrapper .col1 {
		width:100%;
	}
	/* -->> Tag Cloud <<--*/
	/* -->> Webforms <<--*/
	#contactForm label,#contactForm div input,#contactForm select,#contactForm textarea 
	{float: none;width: 100%; }
#homepageLinks {position: static;top:0px; margin-bottom:1.0em;}

	#homepageLinks li { width: 100%!important;}
	#homepageLinks li  a {
	padding: 10px 0;
	font:20px/1.25 Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
	background:url(/client/img/icon_arrowRight.png) no-repeat right;
	padding-right: 20px;
	margin: 0 25px;		
	}
}











