 /*
 ------------------------------------------------------------------------------------ 
 @group Screen Theme-specific screen styling. -----------------------------------------------------------------------------------
 */
 

 /*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
margin:0;
padding:0;
border:0;
outline:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:Arial, Helvetica, sans-serif;
}*/

/*
 ------------------------------------------------------------------------------------ 
 print style
 ------------------------------------------------------------------------------------
*/
@media print{
.header-image {
display:none;
}

.dept-tag img {
display:none;
}

.dept-tag a{
font-size:32px;
font-weight:bold;
margin-top:20px;
margin-bottom:20px;
display:inline-block;
}

#document a,
#page a,
#document a:visited,
#document a:link,
#document a:active {
color:#12c;
}

#page a:visited,
#page a {
color:#004276;
}

#nav {
display:none;
}

#nav select {
display:none;
}

#nav-subnav{
display:none;
}

#document.layout-home #features,
#document.layout-home #fac-spotlight{
display:none;
}

#document-heading {
display:none;
}

#document .events,#document .eventList {
margin-bottom:2em;
max-height:100%;
}

#document .events .event img{
width:80px;
}

#page #document {
margin-top:30px;
width:100%;
float:none;
overflow:visible;
padding-bottom:20px;
min-height:auto;
height:auto;
}

#page #document h1 {
margin-bottom:12px;
font-size: 30px;
}

#document h2 {
font-size: 26px;
}

#document h3 {
font-size: 22px;
}

#page #document #section1{
width:100%;
margin-left:0;
max-width:100%;
}

.layout-inner #document h2.sectiontitle {
display:none;
}

#search_nav{
display:none;
}

#page .layout-home #features{
display:none;
}

#page .layout-home .carousel{
display:none;
}

#page .layout-home .carousel-caption{
display:none;
}

#page .layout-home .carousel-inner img{
display:none;
}

#page .layout-home .carousel-control-container{
display:none;
}

#page .layout-home .tab-content > div{
display:block;
opacity:1;
}

#page .layout-home .tab-content h2{
font-size: 15px;
}
#page .layout-home .tab-content h3{
font-size: 13px;
}

#page #section2 ul.nav-tabs{
display:none;
}


#page .layout-home #section4 .eventList > .calendar-event{
width:100%;
height:auto;
border:none;
background:#fff;
}

#page #footer {
border-top:1px solid #000;
position:static;
margin-top:20px;
margin-left:0;
}

#page #footer li {
margin-top:5px;
}

#page #footer ul {
list-style-type:none;
margin-left: 0;
}

#footer #footer-social-icons li a{
font-size:10px;
margin:0;
padding:0;
display:inline-block;
}

#page #footer > ul > li,#page #footer .link-group{
float:none;
width:100%;
padding-left:0;
padding-right:0;
margin-left:0;
border:none;
}

}

/* Full screen style (1024px)
	* Header styles
--------------------------------------------------------------------------------------- */
@media screen{


/* TEMP */
.caption-title {
	font-size: 1.3em;
}
.caption-text {
	margin-top: 5px; 
	color: #ccc;
}
/* #features-nav {
	top: 17px !important;
	right: 25px !important;
	bottom: auto !important;
}
#features-nav a {
	background-color: #aaa !important;
}
#features-nav a.activeSlide {
	background-color: #f16421 !important;
} */

#document h1, #document h2, #document h3, #document h4, #document h5, #document h6 {
color: #333;
}

/* @group html
	* outer wrapper styles
--------------------------------------------------------------------------------------- */
html {
overflow:visible;
height:auto;
}

html body {
height:auto;
overflow:visible;
background:#0b0b0b;
padding-bottom:50px;
font-family:'Open Sans', sans-serif;
/* background:#818181 url(../images/tweed.jpg); */
}

*, *:before, *:after {
box-sizing:content-box !important;
-moz-box-sizing:content-box !important;
}

.bglayer1 {
/* padding:0 20px;
background:#818181 url(../images/tweed.jpg); */
}

#page{
font-size:16px;
/* margin:0 auto;
box-shadow:0 5px 20px #111111; */
max-width:3000px;
}

#page.layout-inner{
background:#fff;
}

.touch-device #page{
font-size:18px;
}

#page.layout-home {
margin:0 auto;
/* max-width:940px; */
}

#page.layout-inner{
margin:0 auto;
/* max-width:940px; */
}

.back-to-top {
	right: 0px;
	font-size: 12px;
	padding: 1em;
	display: none;
	background:url(/_includes/images/top.png) no-repeat;
	height: 38px;  /* Height of image */
	width: 38px;
	position: fixed;
	bottom: 0px;
	z-index: 1000;
}

/* @group header
	* Header styles
--------------------------------------------------------------------------------------- */

#header {
background:#0163bc;
border-bottom:1px solid rgba(0,0,0,0.5);
min-height:72px;
padding:0 12px;

background: #287fcc; /* Old browsers */

background: url('../images/noise.png') 0 0 repeat, -moz-linear-gradient(top,  #287fcc 0%, #0163bc 100%); /* FF3.6+ */

background: url('../images/noise.png') 0 0 repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#287fcc), color-stop(100%,#0163bc)); /* Chrome,Safari4+ */

background: url('../images/noise.png') 0 0 repeat, -webkit-linear-gradient(top,  #287fcc 0%,#0163bc 100%); /* Chrome10+,Safari5.1+ */

background: url('../images/noise.png') 0 0 repeat, -o-linear-gradient(top,  #287fcc 0%,#0163bc 100%); /* Opera 11.10+ */

background: url('../images/noise.png') 0 0 repeat, -ms-linear-gradient(top,  #287fcc 0%,#0163bc 100%); /* IE10+ */

background: url('../images/noise.png') 0 0 repeat, linear-gradient(to bottom,  #287fcc 0%,#0163bc 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#287fcc', endColorstr='#0163bc',GradientType=0 ); /* IE6-9 */


}

#header #header-list{
margin:0 auto;
position:relative;
max-width:940px;
}

body.nav-home #header {
}

#header .dept-img a{
background-image:url('/_includes/images/dept.jpg');
width:180px;
height:60px;
left:15px;
top:-74px;
position:absolute;

display: none;
}

#header .dept-img a:hover{
opacity:0.65;
}

#header .dept-tag{
/* position:relative;
top:34px;
left:224px;
display:inline-block; */
}

#header .dept-tag a{
color:rgba(255, 255, 255, 0.95);
display: inline-block;
font-family:'Roboto Slab', serif;
font-size: 1.4em;
line-height: 1em;
position: absolute;
text-decoration: none;
top:35px;
left:45px;

text-shadow: 0 0 5px rgba(0,0,0,0.30);
}

#header .dept-tag img{
}

#header .i-logo{
display:inline-block;
/* float:left;
text-align:center;
position:relative;
top:33px;
left:224px;
margin-right:10px; */
}
#nav-mainnav.headroom {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     transition: all .2s ease-in-out;
     z-index: 100000;
 }
#page #nav-mainnav.headroom--top {
     top:0px;
     transition:none;
     
     position:relative;
 }

#nav-mainnav.headroom--unpinned {
     top: -74px;
 }

#nav-mainnav.headroom--pinned {
     top: 0;
}

#document-heading.headroom-top{

}

#document-heading.headroom-nottop{
}

#document-heading.headroom-pinned.headroom-nottop{
margin-stop:0;
}

#document-heading.headroom-nopinned.headroom-nottop{
mdargin-top:50px;
}


.layout-home #header .header-image{
display:none;
}

.layout-inner .header-image{
/* height:90px;
margin:72px 0 0;
overflow:hidden;
position:relative; */
display:none;
}

#header .i-logo-img{
}

#header .i-logo-img a{
display:inline-block;
}

#header .i-logo a{
background: url("/_includes/images/i_mark_reverse.png") no-repeat scroll left center transparent;
color:rgba(255, 255, 255, 0.6);
display: inline-block;
font-family:'Roboto Slab', serif;
font-size: 1.1em;
font-weight: normal;
line-height: 1em;
padding-left: 45px;
margin:14px 0;
text-decoration: none;
text-transform: uppercase;
height:46px;
}

#header .i-logo a:hover, #header .dept-tag a:hover {
opacity:0.65;
}

#header #nav-facebook{
position:absolute;
right:0px;
top:-50px;
}

#header #nav-facebook{
display:inline-block;
width:36px;
height:36px;
padding:0;
background:url('/_includes/images/fb-icon.gif') no-repeat;
}

#header #search_nav {
    width: 375px;
}
#header #search_nav form {
    position: relative;
}

#header #search_nav form input{
font-family:"Open Sans",sans-serif;
box-shsadow:none;
padding: 2px 4px;
}

#header #search_nav form input#q{
background:none repeat scroll 0 0 #0e3d69;
/* box-shadow: 0px 0px 0px 4px #F5F5F5; */
width: 235px;
/* height:33px; */
/* margin-right:6px; */
color:#d7d7d7;
border-bottom: 1px solid #2A79BE;
border-left: 1px solid #02396F;
border-top: 1px solid #072B4F;
border-right:none;
box-shadow:none;
padding:9px;
font-size:0.75em;
}

#header ul#search_nav_RIGHT li.search{
background:none;
padding:0;
}

#header #search_nav .searchnav_hide,
#header #search_nav #radio{
display:none;
}
#header li.search .searchbox{
margin:0;
font-size:0.8125em;
}

#header li.search form input#go{
color:#666;
}

#header div#search_nav{
height:24px;
position:absolute;
width:auto;
margin:0;
top:22px;
font-size:1em;
right:91px
}

#header #search_nav_RIGHT{
list-style-type:none;
}

#header li.search .searchbox{
width:200px;
}

#header #search_nav form #textsearch, #top #header .form-wrapper form #q {
    width: 234px;
}

#header li.search form input#go{
/* background: url("/_includes/images/search.jpg") repeat scroll 0 0 transparent;
border: medium none;*/
cursor: pointer;
color:#a5aaae;
background:#000;
/* font-family: Arial,sens-serif;
font-size: 0.875em; */
height: 31px;
/* font-weight:bold; */
margin: 0;
padding: 2px 4px;
right: 0;
top: 0;
width: 35px;
border-top:1px solid #072d52;
border-bottom:1px solid #2a79be;
border-right: 1px solid #043867;
border-left:none;


background: rgba(1,20,38,0.90);
/* border-radius: 4px;

	color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #178083;
  *background-color: #178083;
  
  background-image: -moz-linear-gradient(top, #1e9fa8, #178083);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e9fa8), to(#178083));
  background-image: -webkit-linear-gradient(top, #1e9fa8, #178083);
  background-image: -o-linear-gradient(top, #1e9fa8, #178083);
  background-image: linear-gradient(to bottom, #1e9fa8, #178083);
  background-repeat: repeat-x;
  border-color: #178083 #178083 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e9fa8', endColorstr='#ff178083', GradientType=0); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); */
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1; 
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.btn:active,
.btn.active {
  background-color: #178083 \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #fff;
  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:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #178083;
  *background-color: #178083;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#header li.search form input#go:hover{
color:#fff;
}

#header #search_nav form input.search {
    position: absolute;
    right: 12px;
}
#header #search_nav span {
    color: #FFFFFF;
    font-family:'Open Sans', sans-serif;
    font-size: 0.8125em;
    line-height: normal;
    padding-top: 8px;
    text-transform: uppercase;
}

#header #giving-button{
top:22px;
right:3px;
position:absolute;

border-top: 1px solid #072d52;
border-bottom: 1px solid #2a79be;
border-right: 1px solid #043867;
border-left: none;
}

.error{
position:absolute;
}

/* @group Navigation
	* Navigation menu styles
--------------------------------------------------------------------------------------- */
#nav {
position:relative;
/* padding:0 12px; */
z-index:999;
box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);

}

.layout-inner #nav{
padding:0;
}

#nav-mainnav {
padding:0 0;
position:relative;
max-width:100%;
background: url('../images/noise.png') 0 0 repeat, none repeat scroll 0 0 #065297;
border-top:1px solid #186cb4;
border-top:1px solid rgba(255,255,255,0.2);
border-bottom:1px solid rgba(0,0,0,0.35);
}

.layout-inner #nav-mainnav {
padding:0;
}


#nav-mainnav > ul{
margin:0 auto;
width:940px;
position:relative;
}

#nav.layout-home #nav-mainnav{
/* position:absolute;
top:-142px;
width:100%; */
padding:0 12px;
}

#nav.layout-inner #nav-mainnav{
/* position:absolute;
top:-142px;
width:100%; */
padding:0 12px;
}

#nav-mainnav > ul {
/* width:100%; */
/* margin:0 auto; */
margin-bottom:0;
}

#nav-mainnav .subsubnav{
display:none;
}

#nav-mainnav ul li {
text-decoration:none;

font-family:'Open Sans', sans-serif;
font-size: 15px;
}

#nav-mainnav ul > li > span.divider {
color:#777;
}

#nav-mainnav > ul > li {
float:left;
position:relative;
line-height:20px;
/*
text-shadow: -1px 1px 1px #333;
margin-right:12px;*/
}

#nav-mainnav > ul > li:first-child {
}

#nav-mainnav > ul > li > a,
#header #giving-button {
font-size:13px;
display:inline-block;
font-weight:500;
text-decoration:none;
color:rgba(255, 255, 255, 1);
padding:15px 20px;
/*background:#090a0c;
background: rgba(27, 36, 51, 0.5);
border-radius:5px;*/
text-shadow:-1px 1px 1px rgba(0,0,0,0.60);
text-shadow: none;
text-transform:uppercase;
line-height:normal;
text-shadow: 0 0 4px rgba(0,0,0,0.60);
}

#header #giving-button{
border-radius:0;
padding-top: 8px;
padding-bottom: 9px;
background:#090a0c;
color: #a5aaae;
background: rgba(1,20,38,0.90);

}
#header #giving-button:hover {
color: #fff;
}

.touch-device #nav-mainnav > ul > li a{
-webkit-tap-highlight-color: #811f0b;
}

.nontouch-device #nav-mainnav > ul > li:hover ,
.nontouch-device #nav-mainnav > ul > li:focus ,
#nav-mainnav > ul > li.hover {
}

#header #giving-button:hover{
color:#fff;
}

.nontouch-device #nav-mainnav > ul > li:hover > a,
.nontouch-device #nav-mainnav > ul > li:focus > a,
#nav-mainnav > ul > li.hover > a{
color:#fff;
  /*background-color: rgba(0,0,0,0.85);*/
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.65));
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0.25)), to(rgba(0,0,0,0.65)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.65));
background-image: -o-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.65));
background-image: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.65));
background-repeat: repeat-x;
}

.nontouch-device #nav-mainnav > ul > li:hover > ul,
.nontouch-device #nav-mainnav > ul > li:focus > ul,
#nav-mainnav > ul > li.hover > ul {
box-shadow:0 0 4px 2px rgba(0,0,0,0.2);
border-top:none;
width:auto;
opacity:1;
height:auto;
z-index:9999;
left:0px;
top:47px;
position:absolute;
overflow:hidden;
margin:auto;
/*
border-top:1px solid rgba(255,255,255,0.1);*/
/* background: none repeat scroll 0 0 #06447F;
background: rgba(0,0,0,0.85); */
background-color:#02203c;
background: rgba(1,20,38,0.90);
}

.nontouch-device #nav-mainnav > ul > #nav-mascot:hover > ul,
.nontouch-device #nav-mainnav > ul > #nav-mascot:focus > ul,
#nav-mainnav > ul > #nav-mascot.hover > ul {
left:-100px;
}

#nav-mainnav > ul > li > ul.show {
height:auto;
left:4px;
top:24px;
position:absolute;
margin:auto;
box-shadow:0 0 7px 2px rgba(0,0,0,0.5);
border-top:none;
width:auto;
background:#d0d0d0;
}

#nav-mainnav > ul > li > ul {
display:block;
position:absolute;
left:-9999px;
height:1px;
}

#nav-mainnav > ul > li > ul li > a {
font-size: 13px;
color:rgba(255,255,255,0.7);
text-decoration:none;
text-transform:none;
min-width:185px;
display:inline-block;
padding:5px 10px;
border-top: 1px solid rgba(255,255,255,0.15);
border-bottom: 1px solid #000;
padding:7px 20px;
}
#nav-mainnav1 > ul > li > ul li > a:before {
content: "• ";
font-size: 14px;
}

#nav-mainnav > ul > li > ul > li > h2 {
display:none;
}


#nav-mainnav > ul > li > ul  li a:hover {
background-color: rgba(255,255,255,0.1);
color:#fff;
}

#nav-mainnav > ul > li > ul > li {
text-decoration:none;
line-height:20px;
}

#nav-mainnav > ul > li > a:hover {
text-decoration:none;

}

#nav-mainnav > ul > li.itemright {
float:right;
}

#nav-mainnav > ul > li.itemright a {
background-color:#91a0b1;
}

#nav-mainnav #nav-mascot{
position:absolute;
right:0;
margin-right:0;
}

.layout-inner #nav-mainnav #nav-mascot{
position:absolute;
right:0;
}

#nav-mainnav #nav-mascot > a{
/*background: rgba(0,0,0,0.2);
 border: 1px solid #2d6596; */
padding-top: 15px;
padding-bottom: 15px;
}

.layout-home #nav-subnav{
display:none;
}

.layout-inner #nav-subnav {
margin:0 auto 0;
height:auto;
/* width:184px; */
max-width:952px;
/* padding:30px 22px 0; */
position:relative;
/* float:left; */
padding:0;
height:0;
}

.layout-inner #nav-subnav .subnav{
position: absolute;
width:192px;
margin:0 auto;
height:auto;
padding:0 0 0 12px;
float:right;
margin-top: 1px;
padding: 15px 20px;
background: #f6f6f6;
right:0;
top:120px;
margin-right:12px;
}

.layout-inner #nav-subnav .subnav li{
max-width:225px;
}

.layout-inner #nav-subnav a{

display:inline-block;
padding:4px 0;
text-decoration:none;
font-size: 13px;
color: #aaa;
padding: 5px 5px 5px 8px;
border-left: 3px solid #aaa;
margin-bottom: 8px;
}

.layout-inner #nav-subnav a:hover{
text-decoration:none;
color: #4e73b7;
}

#nav .subsubnav {
display:none;
margin-bottom: 10px;
margin-top: -5px;
}

#nav .subsubnav  > li > a{
border-left: none;
margin-left:13px;
padding: 0;
}
#nav .subsubnav  > li > a:before {
content: "";
}
#nav-menunav {
display:none;
}
/*
.nav-mascot #header {
background-color: #06447F;
}

.nav-mascot #nav, .nav-mascot #nav-mainnav{
background-color: #0163BC;
}
*/

/* @group document
	* Content styles
--------------------------------------------------------------------------------------- */

.section {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 20px;
}

h1,h2,h3,h4,h5,h6 {
color:#666;
font-weight:bold;
font-family:'Open Sans', sans-serif;
}

#document {
overflow:hidden;
min-height:400px;
text-decoration:none;
background:#fff;
padding-bottom:0px;
}

#document.layout-home #sections{
/* max-width:1170px;
display:table; */
}

/* #document.layout-home #section1{
margin:0 auto;
overflow:hidden;
}

#document.layout-home #section1 .sectioncontent{
margin:0 auto;
} */

/* #section1 .sectiontitle, */
.layout-home #doctitle{
border: 0 none;
clip: rect(0px, 0px, 0px, 0px);
height: 1px;
overflow: hidden;
position: absolute;
width: 1px;
}

#document .sectioncontent{
font-size:1em;
}

/* .layout-home #section1{
margin-bottom:30px;
border-bottom:5px solid #282727;
} */

.layout-home #section1{
}

.layout-home #section2{
background:#f2f2f2;
padding:0 12px;
}

.layout-home #section2 .sectioncontent{
max-width:940px;
margin:0 auto;
position:relative;
/* top:-46px; */
}

#document .layout-home #section2{
background:#f2f2f2;
clear:both;
}

.layout-home #section3,
.layout-home #section4{
background:#fff;

padding:0 12px;
}

.layout-home #section3 .sectioncontent{
max-width:940px;
overflow:hidden;
text-align:left;
margin: 0 auto;
clear:both;
}

.layout-home #section4 {
background: #f2f1e6;
margin: 0;
}
.layout-home #section4 .sectioncontent{
max-width:940px;
overflow:hidden;
text-align:left;
margin: 0 auto;
clear:both;
margin-top: 20px;
padding-top:20px;
padding-bottom:20px;
}

.layout-home #section4 .sectionblocktitle{
margin-top:0;
border: 0 none;
padding-bottom: 0;
margin-bottom: 10px;
}

.layout-home #section3 .sectionblock{
width:30%;
float:left;
margin-left:5%;
}
.layout-home #section3 .sectionblock:first-child{
margin-left:0;
}

.layout-home .sectionblock .sectionblocktitle{
color: #222;
border-bottom:1px solid #e9eaee;
font-family:'Open Sans', sans-serif;
font-size:18px;
margin-top:40px;
margin-bottom:22px;
padding-bottom:11px;
line-height:normal;

font-family: 'Roboto Slab', serif;
font-weight: bold;
}

#document .layout-home a.more{
text-transform:uppercase;
color:#999;
text-decoration:underline;
font-size: 11px;
}

#document .layout-home a.more:hover{
color:#de3c15;
}

.layout-home #section-quicklinks span{
color:#747577;
margin-right:6px;
text-decoration:none;
}

.layout-home #section-quicklinks a:hover span{
color:#de3c15;
}

.layout-home #header-image{ 
display: none;
}

.layout-home #features {
list-style-type:none;
margin: 0;
margin-top:72px;
position:relative;
overflow:hidden;
/* width:65.6739%; *//*720px;*/
width:100%;
/* height:364px; */
/* top:47px; */
}

/* .layout-home #features .caption{
background-image: url('/_includes/images/black65.png');
background-repeat: repeat; 
top:0;
position: absolute;
margin: 0;
color: #fff;
font-weight: bold;
font-size:0.9em;
padding:15px 35px;
width:772px;
overflow:hidden;
} */

#document .layout-home .carousel-control{
border:none;
border-radius:0;
text-decoration:none;
padding:0px 18px;
background: none repeat scroll 0 0 rgba(0,0,0,0.5);
opacity:1;
left:auto;
bottom:auto;
width:22px;
height:50px;
font-size:44px;

background: rgba(1,20,38,0.60);
}

#document .layout-home .carousel,
#document .layout-home .carousel img{
margin-bottom:0;
height:600px;
max-width: none;
}


.layout-home #features li a:hover .caption-title{
color:#de3c15;
}

#document .layout-home .tab-content{
overflow:hidden;
clear:both;
}

.layout-home .tab-content > div{
overflow:hidden;
display:none;
}

#document.layout-home .tab-content .current{
display:block;
}

#document.layout-home #section2 .tab-content > div{
opacity:0;
transition:opacity 1s ease 0s, height 0.40s ease 0s,;
}

#document.layout-home #section2 .tab-content .current{
opacity:1
}

.layout-home .tab-content > div.active{
max-height:1024px;
display:block;
}

#document .layout-home .nav-tabs{
border-bottom:none;
position:absolute;
width:100%;
top:-46px;
}

#document .layout-home .nav-tabs > li{
margin-right:2%;
width: 32%;
}
#document .layout-home .nav-tabs > li.last{
	margin-right:0px;	
}

#document.layout-home #section2 .nav-tabs > li > a{
cursor:pointer;
}

#document .layout-home .nav-tabs > li > a{
padding: 13px 22px;
text-transform:uppercase;
background:rgba(0,0,0,0.65);
color:#fff;
text-decoration:none;
font-weight:bold;
border:none;
/*width:256px;*/
border-radius:0;
margin:0;
/*display:inline-block;*/
height:20px;
text-align:center;
}

#document .layout-home .nav-tabs > li.active > a{
background:#F2F2F2;
color:#333;
}

#document .layout-home .tab-content .tab-title{
text-align:center;
font-size:16px;
font-weight:300;
color:#666;
border-bottom:2px solid #dadada;
padding-bottom:22px;
margin-bottom:24px;
margin-top:36px;
line-height:normal;
}

#document .layout-home .tab-content .tab-section{
margin-left:2%;
float:left;
width:32%;
margin-bottom:15px;
}

#document .layout-home .tab-content .tab-section.first{
margin-left:0;
clear:both;
}

#document .layout-home .tab-section .tab-icon{
color:#b1b1b1;
float:left;
text-align:center;
min-width:26px;
}

#document .layout-home .tab-section .tab-section-title{
color:#4e73b7;
margin-left:40px;
margin-top:0;
margin-bottom:1px;
line-height:normal;
font-size:14px;
text-transform:uppercase;
font-family:'Open Sans', sans-serif;
font-weight:600;
}

#document .layout-home .tab-section .tab-section-content{
color:#171717;
margin-left:40px;
font-size:12px;
}

#document .layout-home .carousel-caption{
/* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=1 );
*/
/* bottom:36%;
width:400px;
max-width:500px;
background:none;
padding:0;
left:0;
margin:0 auto;
padding:18px;
text-align:left;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75); */

bottom: 36%;
left: 50%;
margin: 0 auto 0 -470px;
max-width: 940px;
padding: 0;
text-align: left;
width: 100%;
}

#document .layout-home .carousel-caption .carousel-caption-content{
background: none repeat scroll 0 0 rgba(0,0,0,0.5);
width: auto;
min-width: 200px;
padding: 20px 18px;
margin-bottom:4px;
min-height:27px;
overflow:hidden;
position:relative;
max-width:50%;


background: rgba(1,20,38,0.60);
}

#document .layout-home .carousel-control-container{
position:relative;
width:120px;
}

#document .carousel-caption p{
font-family:'Open Sans', sans-serif;
font-size:1em;
font-weight:normal;
color:#fff;
margin-top:10px;

/*display:none; */
}

#document .carousel-caption h3{
font-size:2em;
margin-top:0;
margin-bottom:0;
}

#document .carousel-caption h3 a{
font-weight:normal;
color:#fff;
font-family:'Roboto Slab', serif;
}

#document .carousel-caption h3 a:hover{
color:#de3c15;
}

.layout-home #features img{
/* width:772px; */
}

.layout-home #document ul{
list-style-type:none;
margin:0;
}

/* .layout-home #fac-spotlight{
width:auto;
height:364px;
overflow:hidden;
padding:0 3%;
border:1px solid #000;
background-color:#fff;
} */

./* layout-home #fac-spotlight ul{
width:auto !important;
margin:0;
}

.layout-home #fac-spotlight img{
width: 200px;
max-height:160px
}

.layout-home #fac-spotlight .caption{
margin-top:20px;
}


.layout-home #fac-spotlight .caption-title{
display:block;
}

.layout-home #fac-spotlight .caption-text{
color:#000;
}

.layout-home #fac-spotlight h3{
margin:20px 0; */
}

.layout-home #fac-spotlight .events,
#document .layout-home #fac-spotlight .event{
border-bottom:none;
}

.layout-home #caption{
max-width:500px;
display:inline-block;
clear:both;
font-size:0.75em;
font-family:Tahoma, sans-serif;
color:#fff;
height:28px;
line-height:1;
overflow:hidden;
margin-top:5px;
}

.layout-home #imgs img{
display:none;
}

.layout-home #imgs img:first-child{
display:block;
}

.placeholder {
/* Making it invisible lets the parent container adjust its size */
visibility : hidden;
}

.layout-home #features-nav{
position:absolute;
z-index:999;
bottom:30px;
right:80px;
}

.layout-home #features-nav a{
display:inline-block;
width:20px;
height:20px;
margin-left:10px;
background:rgba(255,255,255,0.65);
border-radius:10px;
text-indent:-9999px;
}

.layout-home #features-nav a.activeSlide {
background-color: #333;
}

.layout-home #pager {
position:absolute;
right:-10px;
bottom:10px;
/* float:right; */
}
	
.layout-home #pager a {
display: inline-block;
height: 12px;
width: 12px;
background-color:#bbbdc0;
margin-right:10px;
border-radius:2px;
}
	

.layout-home #document p{
font-family: 'Open Sans', sans-serif;
}

.layout-home #document .cutline{
width:100% !important;
}
	
#document a.back{
display:block;
margin-bottom:60px;
}

table{
color:#555;
}

li{
/*font-family:Georgia, serif;*/
color:#000;
}

h5 {
font-size:.9em;
line-height:1.4em;
padding:10px 0 5px;
}

h6 {
font-size:.8em;
line-height:1.4em;
padding:10px 0 5px;
}

.sectioncontent {
color:#57585B;
font-size:14px;
line-height: 1.42857143;
}

#document a, #document a:active, #document a:visited{
color:#0f8382;
}

#document p,
#document ul,
#document ol,
#document dl,
#document td{
font-size:14px;
line-height: 1.42857143;
}

#document p{
color:#000;
margin:5px 0 10px;
/*font-family: Georgia, serif;*/
}

#document.layout-inner p{;
}

.layout-home #document-heading{
border: 0 none;
clip: rect(0px, 0px, 0px, 0px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

.layout-home #document-heading img {
display:none;
}

.layout-inner #document-heading{
height:90px;
width:100%;
background-image:url('/_includes/images/header-quad.jpg');
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
background-position:50%;
}

.layout-inner #document-heading img {
height:90px;
width:100%;
}
.layout-inner #document-heading{
position:relative;
}
.layout-inner #document-heading #doctitle{
position: absolute;
top: 14px;
color: #ffffff;
float:left;
background:rgba(0,0,0,0.5);
background: rgba(1,20,38,0.60);
padding:6px 10px;
margin: 0;
left: 6px;
top:16px;
font-size: 30px;
font-family: 'Roboto Slab', serif;
font-weight: 500;
}
.layout-inner #doctitle-container{
max-width: 952px;
position: relative;
margin: 0 auto;
}
#document.layout-inner{
overflow:hidden;
padding:30px 12px 60px 12px;
background:#fff;
max-width:940px;
min-height:400px;
text-decoration:none;
/* margin-left:214px; */
margin:0 auto;
z-index:998;
}

#document.layout-inner a {
text-decoration: underline;
}
#document.layout-inner #doctitle {
margin-top:0;
}

.layout-home .sectiontitle,
#document.layout-inner #doctitle {
/* font-family:"Times New Roman"; */
font-size: 1.625em;
margin-bottom: 10px;
padding-bottom: 5px;
/* border-bottom: 1px solid #ccc; */
color: #333;
font-weight: normal;
line-height: 1.1em;
}

.layout-home .sectiontitle,
#document.layout-inner #doctitle1 {
positive: absolute;
top: -80px;
left: 0;
background: rgba(0,0,0,0.5);
color: #fff;
display: inline-block;
padding: 5px 10px;
z-index: 1000 !important;
}

#document.layout-inner h2 {
font-size:1.5em;
font-family:'Open Sans', sans-serif;
font-weight:normal;
line-height:1em;
margin-top: 20px;
line-height: normal;
margin-bottom: 12px;

font-family: 'Roboto Slab', serif;
font-weight: 500;
}

#document.layout-inner h3 {
font-size:1.5em;
font-family:'Open Sans', sans-serif;
font-weight:normal;
line-height:1.2em;
margin-top: 20px;

font-family: 'Roboto Slab', serif;
font-weight: 500;
}

#document.layout-inner h4 {
font-size:1.25em;
font-family:'Open Sans', sans-serif;
font-weight:normal;
line-height:1em;

font-family: 'Roboto Slab', serif;
font-weight: 500;
}
#document.layout-inner .sectioncontent > h2,
#document.layout-inner .sectioncontent > h3,
#document.layout-inner .sectioncontent > h4,
#document.layout-inner .sectioncontent > h5 {
margin-top:20px;
}
#document .people-header{
border-bottom:0;
}

#document.layout-inner #section1,
#document.layout-inner #doctitle{
clear:both;
/* float:right; */
max-width:678px;
margin-right:250px;
z-index:998;
position:relative;
}


#document.layout-inner #section1 h2.sectiontitle{
border: 0 none;
clip: rect(0px, 0px, 0px, 0px);
height: 1px;
overflow: hidden;
position: absolute;
}

#document.layout-inner.layout-single #section1,
#document.layout-inner.layout-single #doctitle{
float:none;
width:auto;
margin-left:10.15625%;
margin-right:10.15625%;
}

#document.layout-inner #section2{
/* overflow:hidden;
max-width:225px;
max-height:338px;
width:21.97265%; */
}

#document ul,
#document ol {
margin-left:30px;
margin-top:4px;
}

#document a, #document a:active, #document a:visited{
color:#4e73b7;
}

#document a:hover {
color: #DE3C15;
}

#document a.rss + a :hover {
background-color:none!important;
}

#document form label {
margin-right:2px;
}

.slideshow img.edu-il-ws-1436-content-with-border {
width:100%!important;
}

.clicktxt {
font-size:0.65em;
float:right;
}

#document .rss {
background:url(/_includes/images/icons/icon_rss_gray.gif) no-repeat scroll left center transparent;
padding-left:15px;
font-size:.75em;
}

#document a.rss + a {
font-size:.75em;
}

#document .events .event {
padding-bottom:0px;
margin-top:10px;
overflow:hidden;
}

#document .events .event p,
#document .events .event div span {
/*font-family:Georgia,serif;*/

font-size:14px;
line-height: 1.42857143;
font-family:'Open Sans', sans-serif;
}

#document .events .event img {
float:left;
margin-right:17px;
max-width:130px;
padding:4px;
border:1px solid #e6e6e6;
}

#document .events .event div {
margin-left:0!important;
}

#document .events,
#document .eventList {
margin-bottom: 1em;
/* border-bottom: 1px solid #ccc; */
}

#document #section4 .eventList > .calendar-event{

font-size:14px;
line-height: 1.42857143;
float:left;
background:#fff;
margin-right:2%;
overflow:hidden;
margin-bottom:22px;
position:relative;
height:130px;
width:23.1%;
border: 1px solid #ececec;
}

#document #section4 .eventList > .calendar-event .calendar-inner{
overflow:hidden;
border:0 solid #dedede;
padding:16px;
height:96px;
}

#document.layout-home #section4 .eventList > .calendar-event .calendar-inner h3{
max-height:5em;
overflow:hidden;
margin-bottom:0;
}

/* #document #section4 .eventList > .calendar-event:first-child{
margin-left:0;
} */

#document .eventList > .calendar-event p{

margin:0
}

#document .events .event-title,
#document .eventList > .calendar-event h3 {
margin-top:0px;
margin-bottom:12px;
/*font-family:Georgia,serif;*/
font-size:15px;
font-weight:600;
line-height:18px;
}
#document .events .event-title a {

font-weight:600;
}

#document.layout-home #section3 .events .event-dates{
color:#333;
font-style:normal;
font-size: 0.85em;
margin-top:-10px;
margin-bottom:12px;
}

#document .eventList .calendar-event .calendar-date {
margin-bottom:8px;
font-weight:600;
}

#document .eventList .calendar-event .calendar-location {
margin-bottom:18px;
}

#document .event-more{
display:block;
font-size:0.8em;
}

#document .event-desc{
color:#333;
/* max-height:4.05em;
overflow:hidden; */
margin-bottom:10px;
}

.nav-news #document .eventList  {
}
.nav-news #document .eventList .singleEvent {
	position: relative;
	padding: 10px;
    overflow:hidden;
}
.nav-news #document .eventList .singleEvent:nth-of-type(odd) {
    background: #f6f6f6;
}
.nav-news #document .eventList .singleEvent h3 {
	display: inline-block;
	width: 65%;
	/* margin-left: 35%; */
	float:right;
	margin-top: 0;
	margin-bottom: 5px;
}
.nav-news #document .eventList .singleEvent h3 a {
	text-decoration: none;
}
.nav-news #document .eventList .singleEvent .calendar-date {
	font-size: 18px;
	display: inline-block;
	width: 34%;
	/* position: absolute; */
	top: 10px;
	left: 10px;
	font-weight: bold;
}
.nav-news #document .eventList .singleEvent .calendar-time {
font-size: 16px;
	margin-top: 5px;
	display: block;
	font-weight: normal;
}
.nav-news #document .eventList .singleEvent .calendar-location {
	width: 65%;
	margin-left: 35%;
	font-weight: bold;
}
.nav-news #document .eventList .singleEvent .calendar-description {
	width: 65%;
	margin-left: 35%;
	font-size: 0.85em;
}

.nav-news #document .events {
}
.nav-news #document .events .event {
}
.nav-news #document .events .event:before {
content: "\f0f6";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
font-size: 18px;
display: inline-block;
width: 20px;
float: left;
}
.nav-news #document .events .event .event-title {
	font-size: 18px;
	margin-bottom: 5px;
margin-left: 20px;
}
.nav-news #document .events .event .event-title a {
	font-weight: normal;
	text-decoration: none;
}
.nav-news #document .events .event .event-desc {
	margin: 0;
margin-left: 20px;
}
.nav-news #document .events .event .event-dates {
margin-left: 20px;
color: #777;
}

.subnav-news-features #document .events .event:before {
margin-left:-20px;
}

.subnav-news-features #document .events .event{
overflow:visible;
margin-left:20px;
}

.subnav-news-features #document .events .event .event-title {
margin-left:0;
display:inline-block;
}

.subnav-news-features #document .events .event .event-desc {
display:inline;
margin-left:0px;
}

#document .profilepic {
margin-bottom:2em;
overflow:auto;
}

#document .profilepic img {
border:2px solid #fff;
margin-right:1em;
}

#document .profilepic > div {
float:left;
}

#document .profilepic h3 {
font-family:'Open Sans', sans-serif;
margin-top:0;
margin-bottom:10px;
}

#document table.KeyTable td.focus {
border:3px solid #811F0B;
}

table th.sort:hover, table td.sort:hover, th.sorting_asc:hover, th.sorting_dec:hover, table tbody tr:hover > td, table tbody tr:hover > th, table tfoot tr:hover > td, table tfoot tr:hover > th{
background-color:#eaeaea;
}

#document .paging_full_numbers span.paginate_active{
background: #811F0B;
color:#000;
}

input[type="date"]:focus,input[type="date"]:active,input[type="datetime"]:focus,input[type="datetime"]:active,input[type="datetime-local"]:focus,input[type="datetime-local"]:active,input[type="email"]:focus,input[type="email"]:active,input[type="month"]:focus,input[type="month"]:active,input[type="number"]:focus,input[type="number"]:active,input[type="password"]:focus,input[type="password"]:active,input[type="search"]:focus,input[type="search"]:active,input[type="tel"]:focus,input[type="tel"]:active,input[type="text"]:focus,input[type="text"]:active,input[type="time"]:focus,input[type="time"]:active,input[type="url"]:focus,input[type="url"]:active,input[type="week"]:focus,input[type="week"]:active,textarea:active,textarea:focus,select:active,select:focus {
box-shadow:0 0 8px rgba(100,100,100,0.75);
border-color:#c6bcab;
}

#document #mainCv{
float:none;
width:auto;
}

#document #CVQuickbox{
padding-left:50px;
}

#document .CVName {

}

#document .CVTitle {
line-height: 1.25em;
}

#document .CvSectionBody > div {
margin-bottom:20px;
}

#document #webform input[type="text"] {
display:block;
}

#document .form-container{
margin: 30px 0 30px 0px;
}

#document .form-container label{
width:110px;
display:block;
float:left;
margin-right:10px;
}

#document .form-container ul{
list-style-type:none;
margin-left:0;
}

#document .form-container ul > li{
margin-bottom:5px;
clear:both;
}

#document .spotlight-item{
width:auto;
margin-bottom: 30px;

}


#document .spotlight-img {
width:75%;
}

#document .spotlight-title{
margin:10px 0 0 0;
}

#document .spotlight-desc{
margin:0;
color:#444;
font-size:0.75em;
}

#document .people-list {
    display: inline-block;
    margin-left: 0;
    margin-top: 1em;
    width: 100%;
}
#document ul.people-list > li:hover{
background:#f5f5f5;
}

#document ul.people-list > li {
    /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #003C7D; */
    font-size: 0.9em;
    line-height: 1.1;
    /* margin-bottom: 45px; */
    overflow: hidden;
    padding: 0 2px;
    width: 43%;
	min-height:155px;
	margin-right:2%;
	float:left;
	padding:2%;
}
#document .people-list img{
display:none;
}

#document ul.people-list > li > .link-profile {
    font-size: 16px;
    padding-bottom: 2px;
}
#document .people-list .emeritus {
    margin-left: 75px;
}
#document .people-list .emeritus .link-profile {
    margin-top: 0;
    padding: 0;
}
#document .people-list li img {
    border: medium none;
    float: left;
    margin-left: -5px;
    margin-right: 10px;
    width: 70px;
}
#document ul.people-list > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    padding-right: 0;
}
#document .cv-box {
   /*  margin-left: 75px; */
   line-height:normal;
}
#document .cv-box h3{
margin-top:0;
}

#document .people-name {
    font-weight: bold;
    margin-bottom: 3px;
}
#document .people-desc {
    font-size: 11px;
}

#document #faculty-body {
    bottom: 0;
    left: 15px;
    position: absolute;
    z-index: 1;
}

#document .faculty ul li {
    height: 118px;
    overflow: hidden;
    width: 200px;
}
#document .faculty-phone {
    display: block;
}
#document .faculty-title {
    display: block;
    font-size: 16px;
}
#document .faculty-interests {
    color: #000000;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

#document #section-quicklinks li {
line-height:21px;
}

#document #section-quicklinks a{
font-size:13px;
}

/* @group footer
	* Footer styles
--------------------------------------------------------------------------------------- */
#footer {
border-bottom:1px solid #1e1c27;
clear:both;
font-size: 0.85em;
background:#292930;
padding:20px 12px 10px;
overflow:hidden;
}

#footer .contact-links{
font-size:0.9em;
}

#footer div{
border:none;
float:none;
}

#footer ul{
list-style-type: none;
max-width:940px;
margin:0 auto;
}

#footer p, #footer ul, #footer div{
line-height: 1.35em;
color:#fff;
}

#footer li{
color:#fff;
}

#footer a{
display:inline-block;
color:#fff;
text-decoration:none;
}

#footer a[href$=".xml"] {
background: url("/_includes/images/rss-alt.gif") no-repeat scroll left center transparent;
padding: 3px 0px 3px 20px;
}

#footer a[href$='.pdf'] { 
padding: 3px 0px 3px 20px;
background: url(/_includes/images/icons/icon_pdf.gif) no-repeat scroll left center transparent;
}

#footer-section0{
width:21.2%;
overflow:hidden;
float:left;
padding-left:0;
padding-right:2.4%;
margin-bottom:14px;
/*border-right:1px solid #181d21;*/
}

#footer-section1{
/* width:30%; */
overflow:hidden;
float:left;
padding-left:0;
padding-right:2.5%;
margin-bottom:14px;

/*border-right:1px solid #181d21;*/
width:47%;
}

#footer #footer-section1 > .footer-content{
margin-bottom:14px;
}
#footer .attrib {
display:inline-block;
margin-top: 10px;
font-style:italic;
}

#footer-section2{
width:37%;
overflow:hidden;
float:left;
padding-left:2.5%;
padding-right:2.5%;
border-right:1px solid #181d21;
border-left:1px solid #181d21;
margin-bottom:14px;
}

#footer-section3{
width:22%;
overflow:hidden;
float:left;
padding-right:0;
padding-left:2.5%;
border:none;
margin-bottom:14px;
}

#footer-section3-4{
width:22%;
overflow:hidden;
float:left;
padding-right:0;
padding-left:2.5%;
border:none;
margin-bottom:14px;

}

#footer-section4{
clear:both;
/*border-top:1px solid #171c20;*/
padding-top:5px;
}

#footer-section5{
position:absolute;
bottom:-47px;
}

#footer-section5 p{
color:#737478;
text-decoration:none;
}

#footer-section1 h2 span{
background:url("/_includes/images/fb.jpg") no-repeat scroll left center transparent;
display:inline-block;
width:85px;
height:27px;
position:relative;
top:6px;
}

#footer-section4 .link-group{
width:16%;
margin-left:5%;
float:left;
font-size: 12px;
}

#footer-section4 .link-group:first-child{
margin-left:0;
}

#footer-section4 .link-group a{
color:#737478;
text-decoration:none;
}

#footer a:hover {
color:#de3c15;
}

#footer h2{
font-family:'Open Sans', sans-serif;
font-size:14px;
font-weight:500;
color:#fff;
text-transform:uppercase;
line-height:normal;
}

#footer .footer-content,
#footer p {
color:#737478;
margin-bottom:14px;
border:none;
font-size: 0.95em;
}

#footer .footer-copyright{
margin-top:14px;
border-top:1px solid #4f4f4f;
padding-top:14px;
font-size:11px;
}

#footer .footer-copyright a{
color:#ccc;
text-decoration:underline;
}

#footer .social-media-links{
display:none;
}

#footer #footer-social-icons li{
float:left;
margin-right:7px;
}

#footer #footer-social-icons li a{
text-decoration:none;
line-height:17px;
color:#737478;
/* background:#fff; */
}

#footer #footer-social-icons li a:hover{
color:#de3c15;
}

#footer #footer-reddit-link{
background:url('/_includes/images/reddit-web.png');
width:23px;
height:23px;
margin-top:-3px;
}

#footer #footer-reddit-link:hover{
background:url('/_includes/images/reddit-web-hover.png');
}

#footer #footer-signup-email{
padding:7px 14px;
margin-bottom:0;
height:auto;
width:147px;
border:none;
margin:0;
color:#40454b;
background:#1d212a;
box-shadow:none;
}

#footer #footer-signup-submit{
background:#4E73B7;
color:#fff;
text-transform:uppercase;
border:none;
padding:7px 14px;
text-shadow:none;
}

#footer #footer-signup-submit:hover{
color:#fff;
}

#footer .sendmailStatus{
background: none repeat scroll 0 0 #1d212a;
color:#ff0000;
display: inline-block;
font-size: 90%;
font-style: italic;
margin: 0 0 15px 0;
padding: 5px;
text-shadow: none;
}
.layout-home #document #socialtab {
border-bottom: 1px solid #e9eaee;
list-style:none;
padding-left:0;
margin-bottom:15px;
margin-top:28px;
}
.layout-home #document #socialtab:before {
	content: " ";
	display: table;
}
.layout-home #document #socialtab:after {
	content: " ";
	display: table;
	clear:both;
}
.layout-home #document #socialtab li{
float:left;
margin-bottom: -1px;
position:relative;
display:block;

}
.layout-home #document #socialtab li>a{
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
display:block;
position: relative;
padding: 10px 15px;
font-family:'Roboto Slab';
font-size:17px;
font-weight:bold;
}
.layout-home #document #socialtab li.active>a {
color: #333;
background-color: #fff;
border: 1px solid #e9eaee;
border-bottom-color: transparent;
cursor: default;
font-weight:bold;
}

.accordion
{
  width:100%;
  min-height:300px;
  margin:13px auto;
}
.accordion-item {
font-size: 1em;
margin: 0 10px 0 10px;
padding: 10px;
height: 20px;
background: #f6f6f6;
border-bottom:1px solid #aaa;
color: #000;
cursor:pointer;
}

.accordion-item.open
{
  background:#4e73b7;
border-bottom:0px;
color:#fff;
}
.accordion-item.open .type {
float: right;
background: url('/_includes/images/minus.png') center no-repeat;
padding: 10px;
}

.accordion-item .type {
float: right;
background: url('/_includes/images/plus.png') center no-repeat;
padding: 10px;
}

.accordion div.data {
background: #fff;
margin: 0 10px 0 10px;
padding: 10px;
border:1px solid #aaa;
font-size: .8em;
line-height: 140%;
display:none;
}
}



}
/*
 ------------------------------------------------------------------------------------ 
 1920px
 ------------------------------------------------------------------------------------
*/
@media (max-width: 1920px) {
#document .layout-home .carousel .item {
height: 678px;
}
#document .layout-home .carousel,
#document .layout-home .carousel img {
height: 678px;
}

#document .layout-home #section2 .sectioncontent{
top:-46px;
}
}
@media (max-width: 1700px) {
#document .layout-home .carousel .item {
height: 600px;
}
#document .layout-home .carousel,
#document .layout-home .carousel img {
height: 600px;
}

#document .layout-home #section2 .sectioncontent{
top:-46px;
}
}

/*
 ------------------------------------------------------------------------------------ 
 1500px
 ------------------------------------------------------------------------------------
*/

@media (max-width: 1500px) {
#document .layout-home .carousel .item {
height: 529px;
}
#document .layout-home .carousel,
#document .layout-home .carousel img {
height: 529px;
}

#document .layout-home #section2 .sectioncontent{
top:-46px;
}
}

@media (max-width: 1400px) {
#document .layout-home .carousel,
#document .layout-home .carousel .item {
height:494px;
}

#document .layout-home .carousel img {
height: 494px;
}
#document .layout-home #section2 .sectioncontent{
top:-46px;
}
}

@media (max-width: 1300px) {
#document .layout-home .carousel,
#document .layout-home .carousel .item {
height:459px;
}

#document .layout-home .carousel img {
height: 459px;
}
#document .layout-home #section2 .sectioncontent{
top:-46px;
}
}

@media (max-width: 1200px) {
#document .layout-home .carousel,
#document .layout-home .carousel .item {
height: 424px;
}

#document .layout-home .carousel img {
height: 424px;
}
#document .layout-home #section2 .sectioncontent{
top:-46px;
}
}


/*
 ------------------------------------------------------------------------------------ 
 1120px
 ------------------------------------------------------------------------------------
*/
@media (max-width: 1100px) {
#document .layout-home .carousel,
#document .layout-home .carousel .item {
height: 388px;
}

#document .layout-home .carousel img {
height: 388px;
}
#document .layout-home #section2 .sectioncontent{
top:-46px;
}
#header{
font-size:12px;
}
}

/*
 ------------------------------------------------------------------------------------ 
 990px
 ------------------------------------------------------------------------------------
*/
@media screen and (max-width: 982px){
/*#myTab li {
	float: left;
	width: 33%;
	display: block;
}*/
#header #search_nav form input#q{
width:160px;
}

#document .layout-home .nav-tabs > li > a{
/*width:182px;*/
}

#nav-mainnav ul li{
font-size:13px;
}

#nav-mainnav > ul > li > a,
#nav-mainnav #nav-mascot > a{
padding:8px 16px;
}

#nav-mainnav #nav-mascot > a{
padding-top:7px;
}

#nav-maninav #nav-mascot > a{
padding: 0;
}
#document .layout-home .carousel-caption{
left:12px;
right:12px;
width:auto;
margin:0;
}

.nontouch-device #nav-mainnav > ul > li:hover > ul,
.nontouch-device #nav-mainnav > ul > li:focus > ul,
#nav-mainnav > ul > li.hover > ul {
top:33px;
}

.nontouch-device #nav-mainnav > ul > #nav-mascot:hover > ul,
.nontouch-device #nav-mainnav > ul > #nav-mascot:focus > ul,
#nav-mainnav > ul > #nav-mascot.hover > ul{
left:-107px;
}
}

@media (max-width: 979px) {
#document .layout-home .carousel,
#document .layout-home .carousel .item {
height: 346px;
}
#document .layout-home .carousel img {
height: 346px;
}

#document .layout-home .carousel-caption .carousel-caption-content{
padding:8px;
max-width:50%;
min-width:auto;
max-height:77px;
}

#document .carousel-caption .caption-title{
font-size:1.2em;
margin-bottom:0;
}

#document .carousel-caption .caption-text{
font-size:.8em
}

#document .layout-home .carousel-control-container{
width:101px;
}

#document .layout-home .carousel-control{
font-size:30px;
height:32px;
width:12px;
}
#document .layout-home .carousel-caption{
bottom:50%;
}

#document .layout-home #section2 .sectioncontent{
top:-46px;
}

}


@media screen and (max-width:970px){

#nav-mainnav > ul{
width:100%;
}

}

@media screen and (max-width: 870px){
#nav-mainnav > ul > li > a{
font-size:11px;
}
#nav-mainnav > ul > li > a,#nav-mainnav #nav-mascot > a{
padding:8px 14px;
}

/*#nav-mainnav #nav-mascot > a{
 padding-top:7px;
} */

#nav-mainnav > ul > li{
margin-right:8px;
}
.nontouch-device #nav-mainnav > ul > li:hover > ul,
.nontouch-device #nav-mainnav > ul > li:focus > ul,
#nav-mainnav > ul > li.hover > ul {
top:31px;
}

.nontouch-device #nav-mainnav > ul > #nav-mascot:hover > ul,
.nontouch-device #nav-mainnav > ul > #nav-mascot:focus > ul,
#nav-mainnav > ul > #nav-mascot.hover > ul{
left:-123px;
}
}

/*
 ------------------------------------------------------------------------------------ 
 875px
 ------------------------------------------------------------------------------------
*/
@media screen and (max-width:765px){
.bglayer1{
margin-top:0;
background:#fff;
}

#page{
font-size:18px;
box-shadow:none;
}

#page.layout-inner{
background:#fff;
}

#header{
font-size:16px;
}

.layout-inner .header-image {
position:static;
}

.bglayer1{
padding:0;
}

/* #header .dept-tag a{
left:62px;
}

#header .i-logo-img a{
margin-left:10px;
font-size:1.2em;
}


#header .dept-tag a {
font-size:2.5em;
}

#header .i-logo a{
padding-left:51px;
padding-top:45px;
} */

#header div#search_nav{
display:block;
position:static;
margin:0 0 10px;
height:auto;
}

#header #search_nav form input#q{
/* width:288px; */
}

#header li.search form input#go{
}

.layout-home #nav{
position:relative;
top:auto;
}

#nav-mainnav,
#nav-subnav{
display:none;
}

#nav-menunav {
display:block;
/* padding:0 9px; */
padding:4px 0;
}

#nav-menunav select {
width:95%;
padding-right:0;
margin:10px;
}

#document.layout-home #features{
margin:0 10px;
}

.layout-home #features .carousel-inner{
width:100%;
}

#document.layout-home #sections{
display:block;
}

#document.layout-home #section2,
#document.layout-home #section3{
float:none;
width:auto;
margin: 10px 0px 0px 0px;
display:block;
background:#fff;
}

.layout-home #section2 .sectioncontent {
top:-6px;
}

#document.layout-home #section2 .tab-content > div{
max-height:auto;
}

#document .layout-home .nav-tabs > li{
padding:10px 0px;
font-size:12px;
/*margin-right:0;
*/}

#document .layout-home .nav-tabs > li:first-child{
padding-left:0;
}

#document .layout-home .nav-tabs > li > a{
/*width:150px;
*/padding:8px;
height:16px;
font-size:11px;
}

#document.layout-inner {
margin-top:20px;
width:100%;
padding:0;
margin-left:0;
}

.layout-home #features{
float:none;
width:auto;
padding:0 10px;
height:auto;
}

#page #document.layout-inner #doctitle{
float:none;
width:auto;
margin-bottom:20px;
margin-left:10px;
}

#page #document.layout-inner #section1{
width:auto;
margin: 0 10px;
}

#document #section3 .sectionblock{
float:none;
width:auto;
margin-left:0;
}

.sectioncontent{
}

#document .events .event p, #document .events .event div span {
}

.layout-home #document p {
}

#document .events,
#content .eventList {
margin-bottom:2em;
max-height:100%;
overflow:auto;
}

#document #CVQuickbox,
#document #mainCv {
float:none;
width:100%;
padding-left:0;
}

#document .CvSectionBody > div {
margin-bottom:10px;
}
}
@media (max-width: 775px) {
#document .layout-home .carousel,
#document .layout-home .carousel .item {
height: 274px;
}

#document .layout-home .carousel img {
height: 274px;
}

}
/*
 ------------------------------------------------------------------------------------ 
 700px
 ------------------------------------------------------------------------------------
*/
@media screen and (max-width: 700px){
#footer{
padding-left:10px;
padding-right:10px;
margin-left:0;
width:auto;
}

#footer-section0, #footer-section1,#footer-section2, #footer-section3,
#footer-section3-4, #footer-section5{
float:none;
margin-left:0;
width:auto;
overflow:hidden;
border:none;
padding:0;
}

#footer-section4{
float:none;
margin-left:0;
width:auto;
overflow:hidden;
}

#footer-section4 .link-group{
width:50%;
margin:0;
}

}
@media (max-width: 600px) {
#document .layout-home .carousel,
#document .layout-home .carousel .item {
height: 212px;
}

#document .layout-home .carousel img {
height: 212px;
}

#document #section4 .eventList > .calendar-event{
float:none;
background:#fff;
overflow:hidden;
margin-bottom:22px;
position:relative;
height:110px;
width:100%;
border: 1px solid #ececec;
}
#document #section4 .eventList > .calendar-event .calendar-inner{
height:76px;
}
#document .eventList > .calendar-event h3 {
line-height:20px
}
}
/*
 ------------------------------------------------------------------------------------ 
 580px
 ------------------------------------------------------------------------------------
*/
@media screen and (max-width: 570px){
/* #header .dept-tag a{
font-size:2.5em;
top:28px;
left:57px;

}

#header .i-logo a{
padding-left:215px;
padding-top:28px;
}
 */
 .layout-inner #document-heading #doctitle{
 font-size:25px;
 }
#header{
padding-bottom:14px
}
 
#header div#search_nav{
float:left;
margin-right:4px;
}
 
#header #giving-button{
position:static;
}

.layout-home #section2 .sectioncontent{
top:-21px;
}

#document .layout-home .nav-tabs > li > a{
/*width:75px;
*/height:31px;
}
#document .layout-home .carousel,
#document .layout-home .carousel .item {
height: 201px;
}

#document .layout-home .carousel img {
height: 201px;
} 
#document .layout-home .carousel-caption .carousel-caption-content {
  max-height:86px;
  min-height:20px;
  max-width:230px;
}

#document .layout-home .carousel-caption {
  top:12px; 
}

}
/*
 ------------------------------------------------------------------------------------ 
 480px
 ------------------------------------------------------------------------------------
*/
@media screen and (max-width: 480px) {
#document .layout-home .carousel,
#document .layout-home .carousel .item {
/*height: 169px;
*/}

#document .layout-home .carousel img {
/*height: 169px;
*/} 
#header #search_nav form input#q {
width:160px;
}

#header #giving-button{
top:90px;
left:249px;
}

#header div#search_nav{
/* width:100%; */
}

#page{
min-width:320px;
}



}

@media screen and (max-width: 450px) {
#header .i-logo a{
font-size:0.8em;
}

#header .dept-tag a{
font-size:1.2em;
}
}

@media screen and (max-width: 400px) {
#header .i-logo a{
font-size:0.8em;
}

#header .dept-tag a{
font-size:0.9em;
}
#header #search_nav form input#q{
padding:6px;
}

#header li.search form input#go{
height:25px;
padding:2px 2px;
}

#header #giving-button{
padding:8px 20px 7px;
font-size:10px;
}

#document .layout-home .tab-content .tab-section{
float:none;
width:auto;
margin-left:0;
}

#document .layout-home .carousel-caption .carousel-caption-content{
min-height:26px;
}
#document .layout-home .carousel-caption{
bottom:63%;
}

}

@media (min-width: 1300px) {
  #document .layout-home .carousel img {
    width: 100%;
  }
}

