/*
tan - #e4dece
dark blue - #004a98
*/

/* GLOBAL ********************************* */
/* ----- System Fixes ---------------- */
body, input, select {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
.clearboth {
	clear: both;
}
.front .title {
	display: none;
}
ul li.leaf {
	list-style: none;
	list-style-image: none;
}

/* ----- Body ------------------------ */
body {
	/*background: #fff url("../images/bg.png") repeat center top ;*/
	background: #fff;
	height: auto;
}
body, input, button, select, textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #545454;
}
.clear-block::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a.readmore:before {
	font-size: 1em;
    font-family: FontAwesome;
    top: 0;
    font-style: normal;
    font-weight: normal;
    content: "\f0da";
    margin-right: 2px;
}
#edit-submit, #edit-preview {
	margin-right: 10px;
}
.print-date, .noshow {
	display: none;
}

.item-list ul {
	margin: 0 0 10px 25px;
}
.fourohfour {
	font-size: 1.2em;
	font-weight: 600;
}

.alert-info {
  color: #fff;
  background-color: #004a98;
  border-color: #004a98;
}
.alert-info a {
  color: white;
}

/* ----- Custom Fonts ---------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* ----- Text ------------------------ */
h1 {
	font-weight: 600;
	font-size: 30px;
	/*border-bottom: 4px solid #004a98; */
	margin-top: -10px;
}

#content, #content-wrapper li {
	line-height: 30px;
}
.views-field-title a {
	text-decoration: none;
}
td.nowrap {
  	white-space: nowrap;
}
.label-above {
	/* color: #d13138; */
	border-bottom: 1px solid #eaeaea;
	font-weight: 400;
}
h2.label-above {
  	font-weight: 600;
}
.h2header {
	border-bottom: 3px solid #eaeaea;
	margin-bottom: 16px;
}

table>caption {
	text-align: left;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.7;
}

h2 {
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 0;
	display: inline-block;
	position: relative;
	line-height: 1.7;
	/*color: #d13138; */
}
h2:after {
	background-color: #113850;
	bottom: -3px;
	content: '';
	display: inline-block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}
h3 {
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 0;
	display: inline-block;
	position: relative;
	line-height: 1.7;
	color: #d13138;
}
.front .h2header {
	border-bottom: none;
	margin-bottom: 6px;
}
.front h2 {
	font-weight: 400;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
	display: inline-block;
	position: relative;
	line-height: 1.7;
	/*color: #d13138; */
}
.front h2:after {
	background-color: transparent;
}

i {
	padding-right: 6px;
}
.generic-label {
	font-weight: 600;
}
/* ----- Links ----------------------- */
a {
	color: #004a98;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
}
a.btn, input.form-submit {
	text-decoration: none;
	white-space: nowrap;
	border: none !important;
	background: #004a98;
	color: #eaeaea;
	border-radius: 0;
	padding: 8px 14px;
	text-shadow: none;
}
a.btn:hover, input.form-submit:hover {
	background:#004a98;
	color: #fff;
}
/* ----- News Feeds -------------------*/
.news-title {
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
	line-height: normal;
}
.news-blocks .span3, .news-blocks .span4 {
	line-height: normal;
	border: 1px solid #004a98;
	margin-bottom: 10px;
	background: #efefef;
	margin-top: 20px;
}
.news-blocks a.readmore {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 10px;
}
.news-blocks .views-field-title_1, .news-blocks .views-field-title-1 {
	display: block;
	font-size: 90%;
	width: 100%;
	background: #004a98;
	color: #fff;
}
.datenews, .views-field-field-date-of-meeting {
	font-size: 90%;
	color: #004a98;
}
.views-field-field-date-of-meeting {
	margin: 10px 10px 10px 10px;
}
.news-author {
	font-weight: 600;
	display: block;
}
.news-number {
	display: block;

}
.twitter {
	display: block;
}
.about-tbr {
	font-style: italic;
}

/* ----- Meetings -------------------*/
.committee-listing {
	display: block;
	padding-left: 10px;
	font-style: italic;
}
/* ----- Lists ----------------------- */
/* ----- Tables ---------------------- */
table {
	width: 100%;
}
tbody {
	background: #fff;
}
tbody tr:hover {
	background: #f5f5f5;
}
table td a {
	text-decoration: none;
}
.views-field-changed, .views-field-created {
	white-space: nowrap;
}
/* ----- Forms ----------------------- */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px #bf363b;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px #bf363b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px #bf363b;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 0;
   -webkit-border-radius: 0px;
   border: 1px solid #ccc;
}
select {
	width: auto;
}

.node-webform .form-item label {
	display: inherit;
}
.node-webform .webform-component-file {
  border: 1px solid #000;
  padding: 10px;
}
.node-webform .webform-component-file label {
    font-weight: 600;
    font-size: 1.2em;
}
.node-webform .form-managed-file .form-submit {
  display:none;
  visibility:hidden;
}
.node-webform .form-type-checkbox input, .node-webform .form-type-checkbox label {
  float: left;
  display: inline;
}
.node-webform .form-type-checkbox input {
  margin-left: 40px;
}
.node-webform div.form-type-checkbox {
  display: block;
  clear: both;
}
.node-webform div.webform-component-checkboxes {
  padding-bottom: 20px;
}
.node-webform div.description {
  font-style: italic;
}
.node-webform .radio-inline div.form-item {
  clear: none;
}
.node-webform .radio-inline div.form-item label {
  margin-right: 16px;
}
.form-required {
    font-size: 150%;
}
/* HEADER ********************************* */
/* ----- Emergency Header --------------- */
#emergency-header {
	margin-top: 10px;
}
/* ----- Global Search ----------------*/
#google-cse-results-gadget {
  display: none;
}
#global-search-form input, #global-search-form label, #global-search-form button {
	float: left;
}
#global-search-form .search-area {
	padding-left: 10px;
	font-weight: 200;
}
#global-search {
	background: #004a98;
	width: 100%;
	padding: 0;
	height: 50px;
	margin-top: 0;
	clear: both;
	color: #fff;
	overflow: hidden;
}
#global-search-form input[type="text"] {
	width: 100%;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
#global-search-text {
	width: 100%;
}
.global-search-left {
	display: block;
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}
.global-search-right {
	display: block;
	margin: 0;
	padding: 14px 0 0 0;
	float: right;
	height: 50px;
}
#global-search-form input[type="text"]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#global-search-form input[type="radio"] {
	margin-right: 6px;
}
#global-search-form button {
	margin-left: 20px;
	color: #fff;
	background: #004a98;
	border: 0;
	font-weight: 200;
}
/* ----- Global Header --------------- */
#global-header {
	clear: both;
	background: #004a98;
	width: 100%;
	padding: 0;
}
#global-header .container {
	padding-top: 8px;
}
#global-header .navbar-inner {
	background: none;
	border: none;
	filter: none;
}
#global-header .navbar-inner ul.nav {
  float: right;
}
#global-header .navbar {
	margin-bottom: 0;
}
#global-header #global-nav {
	margin-left: 0;
	background: #004a98;
}
#global-header .navbar .nav > li > a {
	padding: 6px 8px 6px;
	color: #eaeaea;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	font-size: 15px;
}
.navbar .nav>li>a {
    color: #004a98;
}
#global-header .navbar .nav li.dropdown.open>.dropdown-toggle, #global-header .navbar .nav li.dropdown.active>.dropdown-toggle, #global-header .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	background: none;
}
#global-header .dropdown-menu>li>a {
	text-decoration: none;
}
#global-header .dropdown-menu>li>a:hover, #global-header .dropdown-menu>li>a:focus, #global-header .dropdown-submenu:hover>a, #global-header .dropdown-submenu:focus>a {
	color: #fff;
	text-decoration: none;
	background-color: #004a98;
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
}
#global-header #top-logo {
	float: right;
}

.top-nav-search:before {
	font-size: 1em;
    font-family: FontAwesome;
    top: 0px;
    font-style: normal;
    content: "\f002";
    margin-right: 2px;
}

.top-nav-institutions:before {
	font-size: 1em;
    font-family: FontAwesome;
    top: 0px;
    font-style: normal;
    content: "\f041";
    margin-right: 2px;
}

.top-nav-programs:before {
	font-size: 1em;
    font-family: FontAwesome;
    top: 0px;
    font-style: normal;
    content: "\f080";
    margin-right: 2px;
}

/* ----- Unit Header --------------- */
#header-unit {
	margin-top: -40px;
padding-top: 20px;
}
#header-unit .container #header-unit-inner {
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	/* background: #fff url("../images/headers/header_1.jpg"); */
	height: 200px;
	border: 20px solid #fff;
}
.header-unit-content {
	margin-top: 40px;
	float: right;
	padding: 16px 16px;
	background-color: rgba(0, 0, 0, 0.6);
}
.header-unit-content .office {
	color: #eaeaea;
	display: block;
	text-align: right;
	clear: right;
	font-size: 15px;
	padding-bottom: 6px;
}
.header-unit-content .department {
	color: #eaeaea;
	display: block;
	text-align: right;
	font-size: 30px;
	font-weight: 400;
}

/* ----- Unit Header Special --------------- */
.header-unit-special {
	margin-bottom: 16px;
	margin-top: -40px;
	/*background: #fff;*/
}
.header-unit-special .container .header-unit-special-inner {
	width: 100%;
}
.header-unit-special-content img {
  width: 100%;
  height: auto;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border: 20px solid #fff;
  box-shadow: 0px 0px 20px #888888;
}

/* ----- Search Box ------------------ */
/* ----- Logo ------------------------ */
#header #logo img {
	margin: 10px 0 0;
	width: 76%;
	height: auto;
}
.maintenance-page #header #logo img {
	width: 97px;
}
.ie8 #header #logo {
	margin: 20px 20px 0 30px;
}
.ie8 .span4 {
	width: 330px;
}
/* ----- Site Title and Slogan ------- */

/* NAVIGATION ***************************** */
/* ----- Main Navigation ------------- */
.dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.menu hr {
	margin: 10px 0;
}

.navbar .nav>li>.dropdown-menu:after {
	border-bottom: 6px solid #eaeaea;
}
.dropdown-menu {
	background: none;
}
.dropdown-menu {
	background: #eaeaea;
}
.dropdown-menu > li.column-menu ul {
    display: inline-block;
    list-style: none outside none;
    /* margin-left: -10px; */
    position: relative;
    border: none;
    box-shadow: none;
}
.dropdown-menu > li.column-menu li {
    display: inline;
    float: left;
    width: 100%;
}
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	background: none;
}
.dropdown-menu>li>a {
	text-decoration: none;
	line-height: 24px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
	background-color: #004a98;
	color: #eaeaea;
	text-decoration: none;
	background-image: none;
}


/* ----- Secondary Navigation -------- */
.sidebar .nav {
	margin-left: 0;
}
.sidebar a {
	color: #004a98;
}
.sidebar .nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #004a98;
	color: #eaeaea;
}
#sidebar-first ul.menu.nav li {
	list-style: none;
}
#sidebar-first ul.menu.nav > li > a {
	display: block;
	margin: 0 0 -1px;
	padding: 8px 14px;
	text-decoration: none;
}
#sidebar-first ul.menu.nav > .active > a, #sidebar-first ul.menu.nav > .active > a:hover, #sidebar-first ul.menu.nav > .active > a:focus {
	color: #eaeaea;
	background-color: #004a98;
}
#sidebar-first ul.menu.nav > li > ul > li > a {
	display: block;
	margin: 0px 0px 0px 27px;
	padding: 8px 14px;
	border: none;
	border-left: 4px solid #e5e5e5;
}
#sidebar-first ul.menu.nav > li > ul > li > a:before {
	content: ""
}
#sidebar-first ul.menu.nav li.expanded, #sidebar-first ul.menu.nav li.collapsed, #sidebar-first ul.menu.nav li.leaf {
	padding: 0;
	margin: 0;
}
#sidebar-first ul.menu.nav > li:first > a {
 -webkit-border-radius: 6px 6px 0 0;
 -moz-border-radius: 6px 6px 0 0;
 border-radius: 6px 6px 0 0;
}

.block-menu-block {
  margin-bottom: 10px;
}
/* 2nd level */
.nav-list .nav-list > li > a {
	padding-left: 30px;
}
.nav-list .nav-list > li > a, .nav-list .nav-list .nav-header {
	margin-left: -30px;
	margin-right: -30px;
}
/* 3rd level */
.nav-list .nav-list .nav-list > li > a {
	padding-left: 45px;
}
.nav-list .nav-list .nav-list > li > a, .nav-list .nav-list .nav-list .nav-header {
	margin-left: -45px;
	margin-right: -45px;
}
#social-menu {
}
.socialnav {
	float: right;
	margin-top: -90px;
}
.socialnav ul, .socialnav li {
	list-style: none;
	list-style-image: none;
}
.socialnav li {
	display: inline;
	height: 32px;
	width: 32px;
	font-size: 1.4em;
}
/* Etc. */

/* ----- Breadcrumbs ----------------- */
.front #main-content {
	margin-top: 20px;
}
#breadcrumb {
	margin-top: 10px;
	display: block;
}
.breadcrumb {
	background: none;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb .first a {
	color: #d13138;
}
.breadcrumb .delimiter {
	padding-left: 4px;
	padding-right: 4px;
}
/* ----- First Sidebar Menu Blocks --- */
/* ----- Second Sidebar Menu Blocks -- */
/* ----- Admin Menu ------------------ */
/* ----- Pager Nav ------------------- */
.item-list .pager {
	width: 100%;
	margin-top: 20px;
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
}
.item-list .pager li {
	margin: 0;
	padding: 0;
}
.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.item-list .pager li.pager-current {
	padding-left: 10px;
	padding-right: 10px;
}
/* SIDEBARS ******************************* */
/* ----- First Sidebar Blocks ---------*/
#sidebar-first div.block {
	border-top: 6px solid #efefef;
	background: #efefef;
}


/* FOOTER ********************************* */
#footer-logo {
	text-align: center;
	margin-top: -50px;
}
#global-footer a {
  color: #c5c5c5;
}
#global-footer #institution-logos {
	width: 100%;
	background: #004a98;
}
#global-footer #institution-logos .span12 {
	width: 100%;
	margin-left: 14px;
}
#global-footer #institution-logos #institution-logos-inner {
	margin-top: 10px;
	display: block;
	width: 100%;
	text-align: center;
}
#global-footer #institution-logos #institution-logos-inner ul {
	list-style: none;
	list-style-image: none;
}
#global-footer #institution-logos #institution-logos-inner ul li {
	list-style: none;
	list-style-image: none;
	display: inline;
}
#global-footer #institution-logos #institution-logos-inner img {
	padding: 10px;

}
#global-footer #institution-logos #institution-logos-inner img:hover {
	padding: 10px;
	opacity: 0.6;
}
#global-footer #institution-logos .container {
	font-size: 1em;
	line-height: 1em;
	padding: 30px 2% 30px 2%;
}
.btmlogin {
	padding: 10px 0;
}
/* Forms */
.modal-body {
	color: #333 !important;
}
.note {
	padding: 10px;
	font-style: italic;
	font-size: 0.9em;
	position: relative;
	line-height: normal;
	color: #004a98;
}
.note:before {
    font-size: 1.4em;
    font-family: FontAwesome;
    top: 0px;
    font-style: normal;
    content: "\f05a";
    margin-right: 10px;
}
.note2 {
	font-style: italic;
	font-size: 0.9em;
	position: relative;
	line-height: normal;
	color: #004a98;
}
#main fieldset:not(.horizontal-tabs-pane) {
	position: relative;
	margin: 15px 0;
	padding: 39px 19px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#main fieldset:not(.horizontal-tabs-pane) legend {
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #9da0a4;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
	width: auto;
}
#main fieldset.vertical-tabs-pane {
	border: none;
	border-radius: 0px;
	padding: 10px 10px 10px;
}
.webform-component {
	display: block;
	clear: both;
}
.webform-progressbar {
	padding-bottom: 20px;
}
.webform-component label {
	font-size: 16px;
	font-weight: 400;
}
.webform-component-select label,
.webform-component-number label,
.webform-component-textfield label, .
webform-component-email label,
.webform-component-browserinfo label {
	min-width: 220px;
	padding-top: 5px;
	margin-right: 10px;
}
td .webform-component-select label, td .webform-component-number label, td .webform-component-textfield label, td .webform-component-email label, td .webform-component-browserinfo label {
  min-width: 0;
}
.webform-component-select input, .webform-component-number input, .webform-component-textfield input, .webform-component-email input {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.webform-component-radios {
	padding-bottom: 20px;
}
.webform-component-radios .form-radios {
	margin-left: 40px;
}
.webform-component-radios .form-type-radio {
	display: block;
	float: left;
	text-align: center;
	padding: 0px 0px 0px 10px;
}
.webform-component-radios .form-type-radio input {
	margin-right: 10px;
}
.webform-component-radios .form-type-radio label {
  display: block;
}

.webform-component-select.webform-container-inline label,
.webform-component-number.webform-container-inline label,
.webform-component-textfield.webform-container-inline label,
.webform-component-email.webform-container-inline label,
.webform-component-browserinfo.webform-container-inline label {
  float: left;
  text-align: right;
}
/* Alternate radio behavior */

.webform-component-radios.alternate-radio .form-type-radio {
	display: block;
	float: none;
	clear: both;
	text-align: left;
}
.webform-component-radios.alternate-radio .form-type-radio input {
	margin-right: 10px;
	float: left;
	display: inline;
}
.webform-component-radios.alternate-radio .form-type-radio label {
	float: left;
	display: inline;}



/* END */

.webform-client-form .form-actions {
	width: 96%;
	text-align: center;
	padding: 10px;
	background: #eaeaea;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.webform-progressbar-outer, .webform-progressbar-page {
	border: 1px solid #004a98;
}
.webform-progressbar-outer, .webform-progressbar-inner {
	height: 20px;
	background: #eaeaea;
}
.webform-progressbar-page.current, .webform-progressbar-inner, .webform-progressbar-page.completed {
	background-color: #004a98;
}
.webform-next, .webform-submit {
	margin-left: 10px;
}
.webform-component-number input.form-number {
  width: 70px;
}
.webform-number-50 {
	width: 50px;
	max-width: 50px;
}

.field-suffix {
	margin-top: 2px;
	display: inline-block;
	width: auto;
	height: 20px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	margin-left: -5px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	vertical-align: top;
}


/* ----- Fat Footer ------------------ */
/* ----- Global Footer --------------- */
#global-footer {
	background: #004a98;
	padding: 0;
	width: 100%;
	bottom: 0;
	color: #ffffff;
	margin-top: 0px;
}
#global-footer #other-footer .container {
	font-size: 0.9em;
	line-height: 1em;
	padding: 30px 2% 60px 2%;
}
#bottom-menu {
	margin: 0 0 0.4em 0;
}
#bottom-menu a {
	color: #ffffff;
}
#bottom-menu ul {
	margin-bottom: 10px;
}
#bottom-menu ul, #bottom-menu ul > li {
	list-style: none;
}
#bottom-menu ul li.list-heading {
	font-weight: bold;
	text-transform: uppercase;
}
/*
#bottom-menu ul li {
	float: left;
	list-style: none;
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
}

*/
#copyright-eeo, #vcard {
	font-size: 0.8em;
}
/* CONTENT ******************************** */
#page-content {
	background: #fff;
	width: 1180px;
}
.front #main .container {
margin-top: 20px;
}
#main, #header-unit {
  background: #efefef;
}
#main .container {
	background: #fff;
}
#main #sidebar-first {
	margin-top: 10px;
}
#main #content-wrapper {
	margin: 10px 10px;
}
#main #content-wrapper .field {
	margin-bottom: 20px;
}
/*
#main #content-wrapper li {
	margin: 0 0 1em;
}
*/
#main #content-wrapper .horizontal-tabs-list li, #main #content-wrapper .nav-tabs li {
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a {
	padding: 0.5em 0.6em 0 0.6em;
	text-align: center;
}
.node-page .resources .label-above {
	display: block;
	width: 100%;
	background: #d13138;
	color: #eaeaea;
	font-weight: bold;
}
.node-page .resources .label-above:before {
    font-size: 1.0em;
    font-family: FontAwesome;
    top: 0px;
    font-style: normal;
    content: "\f097";
    margin-right: 10px;
    margin-left: 10px;
}
.node-page .resources .resources-inner {
	padding: 10px;
}
.node-page .resources {
	display: block;
	width: 300px;
	float: right;
	background: #efefef;
	border: 4px solid #fff;
	border-left: 20px solid #fff;
}

/* Vertical Tabs */

#main #content-wrapper li.vertical-tab-button {
	margin: 0;
}

/* END Vertical Tabs */

/* ----- node-policy-guideline --------- */
/*.ds-1col.node.node-policy-guideline .label-above {
 	display: block;
 	border: 1px solid #d6d6d6;
 	padding: 6px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	height: auto;
	line-height: 31.84375px;
	color: #000 !important;
	margin-bottom: 10px;
}*/

@media print {
  .group-topics, #breadcrumb {
	  display: none;
  }
  .table-print-break table {
    page-break-after: always;
  }
  .noprint {
    display: none;
  }
}
/*
.ds-1col.node.node-policy-guideline .list-columns ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

.ds-1col.node.node-policy-guideline .list-columns li {
	border: 1px solid #000;
	margin-top: -1px;
	padding: 6px;
}
*/
.list-columns {
	-moz-column-width: 20em;
	-webkit-column-width: 20em;
	column-width: 20em;
	margin-bottom: 10px;
}
.list-columns ul li:first-child {
	margin-top: 0px;
}
.list-columns a {
	text-decoration: none;
}

/* ----- Content Head ---------------------- */
.nav-tabs>li>a {
	text-decoration: none;
}
.nav-tabs {
	border: 1px solid #ddd;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
	border: none !important;
	background: #004a98;
	color: #eaeaea;
}
.nav-tabs>li>a {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


/* VIEWS ********************************** */
/* ----- Tables ---------------------- */
table.views-table {
	width: 100%;
}
/* ------ TBR Staff Directory --------- */
.view-tbr-staff-directory table {
	width: 100%;
}
.view-tbr-staff-directory td.views-field-attribute-8 {
	white-space: nowrap;
	list-style: none
}
.view-tbr-staff-directory img.staff-dir-img, .view-tbr-staff-directory .views-field-attribute-10 {
	width: 112px;
	height: auto;
}
.view-tbr-staff-directory .staff-images {
	width: 115px;
	float: left;
}
.view-tbr-staff-directory .tooltip-inner {
	white-space: pre-line;
	max-width: none;
}
 .dirinfo {
	display: block;
	line-height: normal;
}
 .dirname {
	font-weight: bold;
}
.dirtitle {

}
.view-tbr-staff-directory a {
	color: #d13138;
	text-decoration: none;
}
.view-tbr-staff-directory .view-header .group-left {
	width: 70%;
}
.view-tbr-staff-directory .view-header .group-right {
	width: 30%;
}

.ds-2col-stacked-fluid > .group-left {
  width: 49%;
}
.ds-2col-stacked-fluid > .group-right {
  width: 49%;
}

/* Tables - Forms, Bids */
.view-id-forms .views-field-field-form {
	width: 60%;
}

/* ------ News ---------------------- */

.view-id-news .ds-2col-fluid .group-left {
	width: 28%;
}

.view-id-news .ds-2col-fluid .group-right {
	width: 70%;
}

/* ------ TBR Board Members --------- */
img.board-members-nophoto {
	width: 150px;
	height: auto;
}
.view-board-members .btn {
	margin-bottom: 20px;
	margin-top: 6px;
}

/* ------- AIMT and Project Status ----- */

.battery {
  visibility: hidden;
}
.battery:before {
  visibility: visible;
  font-size: 2.4em;
}
.battery-empty:before {
    font-family: FontAwesome;
    top: 0px;
    font-style: normal;
    content: "\f244";
    margin-right: 2px;
}
.battery-quarter:before {
    font-family: FontAwesome;
    top: 0px;
    font-style: normal;
    content: "\f243";
    margin-right: 2px;
}
.battery-half:before {
    font-family: FontAwesome;
    top: 0px;
    font-style: normal;
    content: "\f242";
    margin-right: 2px;
}
.battery-full:before {
    font-family: FontAwesome;
    top: 0px;
    font-style: normal;
    content: "\f240";
    margin-right: 2px;
}

/* ----- Search Results -------------- */

.gs-webResult div.gs-visibleUrl-long, .gs-promotion div.gs-visibleUrl-long {
	display: block !important;
	overflow: visible;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
	color: #d13138 !important;
}
.gs-result .gs-title, .gs-result .gs-title a {
	 color: #004a98 !important;
}
.gsc-webResult table {
	border-color: none !important;
}
.gsc-webResult {
	border-bottom-color: none !important;
}
.gsc-webResult .gsc-result {
	margin: 0;
	padding: 0;
	border-bottom: none !important;
}
.gsc-above-wrapper-area {
	border-bottom: none !important;
	padding: 0 !important;
	display: none !important;
}
#google-cse-results th, #google-cse-results td {
	padding: 0;
}
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	text-decoration: underline !important;
	overflow: visible;
}
/* CONTAINERS ***************************** */

/* ----- Blocks ---------------------- */
/* ----- Wells ----------------------- */
/* ----- Callouts and Blockquotes ---- */
/* ----- Pullquote Text -------------- */
div.address {
	padding-left: 20px;
}
#main-address span.address-street {
	display: block;
}
#main-address span.address-city:after {
	content: ",";
}
#main-address {
	margin-bottom: 20px;
}
/* POSTCARD LAYOUTS ********************** */

/* IMAGES ******************************** */
img.right, .img-right {
	float: right;
	padding: 10px;
}
/* ICONS ********************************* */

/* HELPER CLASSES ************************ */
/* ----- Style ----------------------- */
/* ----- Positioning ----------------- */
/* ----- Sizing ---------------------- */

/* GENERAL OVERRIDES ********************* */
/* ----- Bootstrap Overrides --------- */
/* ----- Field Collection Overrides -- */
/* ----- Field Label Overrides ------- */

/* ADMINISTRATION ************************ */
/* ----- Admin ----------------------- */
/* ----- User Block ------------------ */
#block-user-login .content {
	margin: 10px;
}

#toTop {
	position: fixed; /* this is the magic */
	fd: 10px; /* together with this to put the div at the bottom*/
	right: 10px;
	cursor: pointer;
	display: none;
}
#toTop:before {
    font-size: 1.4em;
    font-family: FontAwesome;
    top: 0px;
    font-style: normal;
    content: "\f148";
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
}
#cse table td {
	border: 0;
}
.google-cse input[id="edit-keys"] {
	width: 90%;
}

/* ----- Revisions ------------------ */
td.diff-section-title, div.diff-section-title {
	color: #d13138;
	border-bottom: 1px solid #eaeaea;
	font-weight: 400;
	font-size: 24px;
	background-color: #fff;
}


/* MEDIA QUERIES ************************* */
/* ----- Responsive ------------------ */

 @media (min-width: 768px) {
		 /* ----- Header Region --------------- */
	#main-menu {
		margin-top: 30px;
	}
	#main-menu .navbar .nav {
		float: none;
		margin-right: -10px;
	}
	.navbar .nav>.active>a, #header .navbar .nav>.active>a:hover, #header .navbar .nav>.active>a:focus {
		color: #555;
		text-decoration: none;
		background-color: #004a98;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		color: #eaeaea;
	}
	ul.menu li.first {
		padding-left: 0;
		margin-left: 0;
	}
	.navbar .nav>li>a {
		text-shadow: none;
		padding: 10px 8px 10px;
	}
	.navbar-inner {
		background: none;
		box-shadow: none;
		filter: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		border: none;
		padding-left: 0;
		padding-right: 0;
	}
	#main-menu ul.menu {
		border-top: 2px solid #d13138;
	}
	.nav-search {
		display: none;
	}
	#global-search-form input[type="text"] {
		background: none !important;
		border: none !important;
		height: 50px;
		color: #fff;

	}
 }
 @media (min-width: 1382px) {
	#main #sidebar-first .block {
		margin-left: 26px;
	}
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, div#header-unit .container {
		width: 1260px;
	}
	.span3 {
		width: 380px;
	}
	.span9 {
		width: 850px;
	}
	.span12 {
  	width: 1260px;
	}
}
 @media (max-width: 1382px) {
	body {
		font-size: .9em;
	}
}
 @media (min-width: 979px) {

	#main-menu {
		}
	#main-menu .navbar .nav {
		float: right;
		margin-right: -10px;
		margin-top: -90px;
	}
	.front #main {
		margin-top: -50px;
	}
}

 @media (min-width: 979px) and (max-width: 1381px) {
	#main #sidebar-first .block {
		margin-left: 26px;
	}
	#main #sidebar-first input[type="text"], #main #sidebar-first input[type="password"] {
		width: 160px;
	}
	#header .span9 {
		width: 760px;
	}
	#sidebar-first ul.menu.nav > li > a, #sidebar-first ul.menu.nav > li > ul > li > a {
		padding: 4px 4px;
	}
}
 @media (min-width: 768px) and (max-width: 1200px) {
	#header .span4 {
		width: 250px;
	}
	#header .span9 {
		width: 660px;
		font-size: 12px;
	}
	#header #logo img {
		width: 100%;
		height: auto;
	}
	.navbar .nav>li>a {
		padding: 10px 4px 10px;
	}
	.front #views-bootstrap-grid-1 .views-field-body {
		margin-top: -20px;
	}
}

/* Portrait tablet to landscape and desktop */
 @media (min-width: 768px) and (max-width: 979px) {
	#main .span3, #main .span9 {
		width: 100%;
		float: none;
	}
	#header #main-menu .navbar .nav {
		float: none;
		width: 100%;
		font-size: 14px;
	}
	#main #sidebar-first .block {
		margin-right: 20px;
	}
	#main #content-wrapper {
		margin: 10px 30px 10px 10px;
	}
}

/* Landscape phone to portrait tablet */
 @media (max-width: 767px) {

	/* VIEWS ********************************** */
		/* ----- Tables ---------------------- */
	#main-menu .navbar {
		margin-top: 10px;
		border-top: 2px solid #d13138;
	}
	#main-menu .navbar .navbar-inner {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: 400;
		color: #004a98;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.view-forms .views-field-created {
		display: none;
	}
	#global-header #top-logo {
		display: none;
	}
	#global-header .global-nav-navi {
		display: none;
	}
	.resources {
		float: none;
	}
	.nav-search legend {
		display: none;
	}
	#global-search-form input[type="text"] {
		width: 50%;
		border: 1px solid #004a98;
	}
	.nav-search form {
		margin: 0;
	}

}
/* Landscape phones and down */
 @media (max-width: 480px) {
	#global-header .global-nav-navi {
		display: none;
	}
	#global-header #top-logo {
		display: none;
	}
	#header #main-menu .navbar .nav {
		width: 100%;
		background: #eaeaea;
	}
	#header #logo img {
		width: 80%;
	}
	#header-unit .container #header-unit-inner {
		margin-top: 0;
		width: 100%;
		margin-left: 0;
		height: 160px;
		border: 10px solid #fff;
	}
	.header-unit-content .office {
		padding-bottom: 2px;
	}
	.header-unit-content .department {
		font-size: 18px;
		font-weight: 600;
	}
}
/* ----- Print ----------------------- */
@media print {
	#sidebar-first, div.tabs, div#global-footer, div#global-header, div#header, div#main-menu, div#block-workbench-block, div#header-unit .container {
		display: none;
	}
	.print-date {
		display: block;
	}
	.breadcrumb {
		display: none;
	}
	#block-menu-devel {
		display: none;
	}
	#toTop {
		display: none;
	}
	#content-wrapper * {
		overflow: visible;
	}
	#content-wrapper li {
		overflow: visible;
	}
}
#edit-comment-body-und-0-format.filter-wrapper {
	display: none;
}
.ie8 #global-search-form input[type='text'], .ie910 #global-search-form input[type='text'] {
	color: #004a98;
	background: #ffffff !important;
}
