/* Department Theme */

body.departmental {background-color: #f6f6f6;}

.departmental #dept-banner-wrapper
{
    background: #AD0000;
    height: 96px;
    -moz-box-shadow:    inset 0px 10px 10px -10px #555;
    -webkit-box-shadow: inset 0px 10px 10px -10px #555;
    box-shadow:         inset 0px 10px 10px -10px #555;
}

.departmental #dept-banner-wrapper #dept-banner  
{
    height: 96px;
    background: url('../../img/thinker.png') no-repeat scroll top right;
}
.departmental #dept-title {margin: 28px 0 0 0;}

.departmental #dept-title a{
    text-decoration:none;
}

.departmental #dept-title h2 
{
    color: white;
    font-size: 24px;
    font-weight: normal;
    font-family: Georgia, Serif;
    text-shadow: 0px 1px 0px #000;
    letter-spacing: 0.01em;
}


.departmental #core-content > div.row:first-child > div {
	padding-bottom: 65px
	}


.departmental #left-sidebar {
	margin-top: 35px;
}

#content-main {
	border-left: 1px solid #e3e3e3;
	padding-left: 29px;
	margin-left: 0;
    margin-top: 30px;
}

.departmental #content-main  img.span6 
{
    float: none;
}

.departmental #right-sidebar {padding-top:30px;}
.departmental #right-sidebar ul.nav li 
{
    border-bottom: 1px solid #ddd;
}

.departmental #right-sidebar ul.nav li:last-child 
{
    border-bottom: none;
}

body.template-blog_view div.documentDescription {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

body.departmental.homepage #right-sidebar a.accordion-toggle
{
    color: #AD0000;
    text-transform: uppercase;
    font-family: "proxima-nova-condensed", "HelveticaNeueLTStd Cn", "HelveticaNeue-Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

body.departmental.secondary-page #right-sidebar div.portlet-full-header,
body.departmental.secondary-page #right-sidebar a.accordion-toggle
{
    color:#11556d;
    text-transform: uppercase;
    font-family: "proxima-nova-condensed", "HelveticaNeueLTStd Cn", "HelveticaNeue-Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.departmental #right-sidebar .accordion-inner a.title 
{
    color: #11556d;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 17px;
    font-family: Georgia, Serif;
}

.departmental #right-sidebar a.title:hover 
{
    background: transparent;
}

.departmental #right-sidebar span.portlet-date
{
    margin-top: 5px;
    display: block;
    color: #666;
    font-size: 11px;
    font-family: "proxima-nova-condensed", "HelveticaNeueLTStd Cn", "HelveticaNeue-Condensed", "Arial Narrow", Arial, sans-serif;
    
}

.departmental #right-sidebar #news-portlet span.portlet-date 
{
    text-transform: uppercase;
}

.departmental #right-sidebar #events-portlet li 
{
    background-color: #fefbee;
    border-bottom: none;
    margin-bottom: 10px;
}

.departmental #right-sidebar #events-portlet div.accordion-inner 
{
    padding-left: 5px;
    padding-right: 5px;
}

.departmental #right-sidebar #events-portlet a.title 
{
    padding-left: 10px;
    padding-right: 10px;
}

.departmental #right-sidebar div.portlet-wrapper
{
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 2px;
}

.departmental #right-sidebar div.portlet-full-header,
.departmental #right-sidebar div.portlet-full-body
{
    padding: 8px 15px;
}

body.departmental #right-sidebar div.portlet-full-body,
body.departmental #right-sidebar div#portletCalendar {
    overflow: auto;
}

.departmental #right-sidebar div.portlet-full-header i
{
    margin-right: 6px;
}
.departmental #right-sidebar #news-portlet{border:none;}
.departmental #right-sidebar #events-portlet {border: 1px solid #fff;}
.departmental #right-sidebar #news-portlet,
.departmental #right-sidebar #events-portlet {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.departmental #right-sidebar .accordion-heading, .departmental #right-sidebar div.portlet-full-header {padding-top:6px;} 
.departmental #right-sidebar .accordion-inner {padding-top:0;border-top:none;} 

.departmental #right-sidebar a.accordion-toggle i {
    margin-right: 6px;
}
body.departmental.secondary-page #right-sidebar a {
    font-size:12px;
}
.departmental #right-sidebar #accordion-right{
    float:right;
}

body.departmental.homepage #right-sidebar > div {
    margin-bottom: 30px;
}
.departmental #content-body a 
{
    color: #AD0000;
    text-shadow: 0px 1px 0px #fff;
}

.departmental #content-body,
.departmental #content-body p
{
    color: #666;
    font-family: Georgia, Serif;
    font-size: 14px;
    line-height: 22px;
    text-shadow: 0 1px 0 white;
}

.departmental #content-body p.intro 
{
    color: #000;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
}

#newsletter 
{
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

#newsletter h3 
{
    font-weight: lighter;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 15px;
    font-size: 16px;
}

#newsletter img 
{
    margin-top: -5px;
    margin-right: 8px;
}

#newsletter > a 
{
    color: #AD0000;
    display:block;
    font-size: 11px;
    line-height: 14px;
    padding-right:60px;
}
#newsletter a span {}

#newsletter > a:hover,
#facebook a:hover
{
    text-decoration: none;
    opacity: .7;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#facebook 
{
    border: 1px solid #fff;
    background: #eaeaea;
    padding: 15px;
    font-size: 20px;
    text-shadow: 1px 1px 0px #fff;
    margin-bottom: 30px;
    font-family: Georgia, Serif;
    line-height: 24px;
    min-height: 50px;
}

#facebook a
{
    color: #135191;
}

#facebook img 
{
    float: right;
}

#facebook > a:before,
#facebook > a:after 
{
    content: "";
    display: table;
    clear: both;
}

#news-portlet 
{
    background-color: #fff;
}

#events-portlet, div.localist-widget
{
    background-color: #faf1c7;
}

#events-portlet p 
{
    background-color: #fefbee;
}

.departmental #left-sidebar > div > ul > li:last-child a {
	border-bottom-width: 0;
}

.departmental #left-sidebar li > a,
.departmental #left-sidebar .nav-list
{
    padding-left: 0;
    padding-right: 0;
}

.departmental #left-sidebar li > a 
{
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    color: #666;
    border-bottom: 1px solid #e3e3e3;
}

.departmental #left-sidebar .nav-list .nav-list a
{
    padding-left: 20px;
    font-size: 90%;
}

.departmental #left-sidebar .nav-list .nav-list .active a
{
}

.departmental #left-sidebar li.active > a
{
    background-color: transparent;
    font-weight: bold;
    color: #ad0000;
	text-shadow: 0 1px 0 #fff;
}

.departmental #left-sidebar li.active > a:hover
{
    background-color: #eee;
}

.departmental #social-counters 
{
    margin-top: 73px;
    background-image: url('../../img/social-diag.gif');
    background-repeat: repeat;
    height: 40px;
    border: 1px solid #eaeaea;
}

span.fc-text-arrow {
    font-size: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.departmental #facebook-counter 
{
    display: inline-block;
    margin: 10px 0 0 10px;
}

.departmental #___plusone_0 
{
    vertical-align: top !important;
    margin-top: 13px !important;
}

.departmental #content-body h1,
.departmental #content-body h2,
.departmental #content-body h3,
.departmental #content-body h4 
{
    margin-bottom: 10px;
    font-family: "proxima-nova-condensed", "HelveticaNeueLTStd Cn", "HelveticaNeue-Condensed", "Arial Narrow", Arial, sans-serif;
} 
.departmental #content-body h1 
{
    color: #004963;
    font-size: 36px;
	font-weight: 500;
	margin-bottom: 30px;
}

.departmental #content-body h2 
{
    color: #00788a;
    font-size: 24px;
	margin-top: 1em;
	margin-bottom: 0;
}

.departmental #content-body h3 
{
    font-size: 24px;
	margin-top: 1em;
	margin-bottom: 0;
	line-height: 36px;
	font-weight: 500;
}

.departmental #content-body h4 
{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
	margin-top: 14px;
}

.departmental #content-body .description 
{
    font-family: Georgia, Serif;
    color: #000;
    font-size: 20px;
	line-height: 30px;
	margin-bottom: 18px;
}

.departmental blockquote 
{
    background-color: #eaeaea;
    padding: 10px;
    color: #004963;
    font-style: italic;
    margin-left: 0;
    border: none;
    text-shadow: 0px 1px 0px #fff;
	font-size: 16px;
	line-height: 26px;
}
.departmental #home-carousel {
    border: 1px solid #fefefe;
    margin-top: 30px;
	margin-bottom: 28px;
}
.carousel-caption h4,
.carousel-caption p {
    font-family: "proxima-nova-condensed", "HelveticaNeueLTStd Cn", "HelveticaNeue-Condensed", "Arial Narrow", Helvetica, Arial, sans-serif;
}
.carousel-caption h4 {font-size:16px;
	line-height: 17px;
		font-weight: 500;
	}
.carousel-caption p {font-size: 12px;}

.carousel .item > img {
	width: 100%;
}

#breadcrumbs .breadcrumb-minimal {
    margin: 10px 0px 20px;
}

#breadcrumbs .breadcrumb-minimal li {
    display: inline-block;
}

#breadcrumbs .breadcrumb-minimal .divider {
    padding: 0px 5px;
}

#breadcrumbs .breadcrumb-minimal li,
#breadcrumbs .breadcrumb-minimal li a 
{
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
	font-size: 14px;
}

#breadcrumbs .breadcrumb-minimal li.active, 
#breadcrumbs .breadcrumb-minimal li.active a 
{
    color:  #333;
}



#prefooter_wrapper {
    background-color: #f3f3f3;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 0;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
}
#prefooter {
}
#prefooter a {
	color: #666;
}
.prefooter-well-wrapper {
    background: none repeat scroll 0 0 #E2E2E2;
    margin-top: -1em;
    padding: 1em;
}


/* Localist widget */
/* Published Feb. 7, 2014 */

/* Departmental Theme */

.localist_minicalendar select#type {
	width: auto;
}
body.departmental.homepage #lw {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	background-color: transparent;
}

body.departmental ul#lwe {
	margin: 0;
}
body.departmental.homepage #lw li.lwe, body.departmental.homepage #right-sidebar div.localist-widget li {
	background-color: rgba(254, 251, 238, 0.7);
    margin-bottom: 10px;
    border: none; 
}

body.departmental.homepage #lw li.lwe:hover, body.departmental.homepage #right-sidebar div.localist-widget li:hover {
	background-color: rgb(254, 251, 238);
	background-color: rgba(254, 251, 238, 1);
}

body.departmental span.lwn0 {
 	margin-top: 5px !important;
    display: block !important;
    color: #666 !important;
    font-size: 11px !important;
    font-family: "Source Sans Pro","HelveticaNeue",helvetica,arial,sans-serif;
    width: 100%;
}

body.departmental .lwi {
	border-radius: 50%;
	height: auto;
	width: auto;
}

body.departmental.secondary-page #lw {
	font-family: "Source Sans Pro","HelveticaNeue",helvetica,arial,sans-serif;
}

body.departmental.secondary-page #lw li.lwe:hover {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.4); 
}

body.departmental.secondary-page div.lwn a {
	font-size: 14px !important;
}

body.departmental.secondary-page #lw p.description {
	font-size: 12px !important;
}

body.departmental.secondary-page #lw {
    background-color:transparent;
}

body.departmental.secondary-page #lw li.lwe {
	background-color: transparent;
}

/* Mini calendar overrides */
body.departmental .localist_minicalendar .localist_minicalendar_pager a {
	background-color: rgb(254, 251, 238);
	background-color: rgba(254, 251, 238, 0.7);
    color: rgb(173, 0, 0)
}
body.departmental .localist_minicalendar .localist_minicalendar_pager a:hover {
	background-color: rgb(254, 251, 238);
	background-color: rgba(254, 251, 238, 1);
}

body.departmental .localist_minicalendar table.localist_minicalendar_minicalendar tbody {
	background-color: rgb(254, 251, 238);
	background-color: rgba(254, 251, 238, 1);
}
body.departmental .localist_minicalendar_minicalendar td { 
	background-color: transparent !important;
}
body.departmental .localist_minicalendar_minicalendar td a {
	background-color: rgb(254, 251, 238);
	background-color: rgba(254, 251, 238, 0.7);
	font-size: 11px;
}
body.departmental .localist_minicalendar_minicalendar td a:hover {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
}
body.departmental .localist_minicalendar .localist_minicalendar_page_heading h1 {
	text-transform: uppercase;
	font-size: 14px;
	color: rgb(102, 102, 102);
	font-weight: normal;
}
body.departmental .localist_minicalendar_minicalendar th {
	font-size: 12px;
	color: rgb(0,73,99);
	padding: 3px 0;
	margin-bottom: 1px;
}
body.departmental .localist_minicalendar_nav {
	font-size: 12px;
	padding: 5px;
}
/* Departmental Theme Interior pages for narror accordion box */
body.departmental .lwn {
	font-weight: normal;
}
body.departmental.secondary-page .lwn, body.departmental.secondary-page .lwn a {
	line-height: 16px !important;
}
/* This hides the location because of space */
body.departmental.secondary-page .lwl {
	display: none;
}
/* These next two alter the thumbnail because really it's a bad idea here */
body.departmental.secondary-page .lwi0 {
	float: none;
	display: block;
}
body.departmental.secondary-page .lwi {
	border-radius: 0;
	margin: 4px 0;
}
/* This disallows the mini calendar from showing because the sidebar is too narrow */
body.departmental.secondary-page .localist_minicalendar {
	display: none;
}
/* Responsive: Hides mini calendar and thumbnails on small tablet to tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .localist_minicalendar, img.lwi {
  	display: none;
  }
}






@media (max-width: 767px) 
{
    .departmental #left-sidebar > div 
    {
        min-height: 0px;
    }
   #core-content {
	   margin: 0 1em;
   }
#prefooter.container {
   padding: 0 2em;
}
body.departmental #prefooter .prefooter-well-wrapper {
	padding-left: 0;
}
.departmental #dept-title h2 {
	padding: 0 .5em;
}
#lowerbar {
	padding: 0 .5em;
}
#content-main {
	margin-bottom: 2em !important;
}
#right-sidebar, #left-sidebar {
	margin-bottom: 2em !important;
}
#social-counters {
	margin-top: 2em !important;
}
#right-sidebar #accordion-right {
	width: 100%;
}

#content-main {
	padding-left: 0;
	border-left-width: 0;
}

}




/* narrow desktop */
@media (min-width: 768px) and (max-width: 979px) {

#content-main {
	padding-left: 19px;
}

body.departmental #right-sidebar table.table {
    font-size: 8px;
}

}

@media (min-width: 980px) and (max-width: 1200px) {

#content-main {
	padding-left: 19px;
}

body.departmental #right-sidebar table.table {
    font-size: 10px;
}

}
