/* General Styles

240% = 32px
135% = 18px
70% = 12px

*/

@media screen and (max-width: 1159px) {
	.viewport-gutters {
		width: 95%;
	}
}

html {
	-webkit-text-size-adjust: none;
}
body {
	font: 80% normal Helvetica,sans-serif;
	line-height: 1em;
	color: #4b4b4b;
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip:focus {
  position: static;
  display: block;
  width: 100%;
  height:auto;
  font: 400 130% "Roboto",sans-serif;
  text-transform: uppercase;
  padding: 0.25em 1em;
  background: #ffc82e;
}

h1 {

}

h2 {
	font: 400 200% "Roboto",sans-serif;
	margin: 0;
	color: #232323;
	text-transform: uppercase;
}

h3 {
	font: 400 170% "Roboto",sans-serif;
	margin: 0;
	color: #232323;
	text-transform: uppercase;
}

h4,
h5 {
	font-size: 1.6em;
	font-weight: bold;
}

h5 {
	color: #606f45;
}

.header-menu,
.crumbs,
.article button,
.article .tag-list,
.tag-list,
.cite {
	font-size: 1.2em;
}

.search-controls-additional {
	font-size: 1.3em;
}

.article blockquote,
.article dl,
.article ol,
.article p,
.article ul,
.article table {
	font-size: 1.4em;
}
table {
	width: 100%;
}
input {
    /*-webkit-appearance: none;*/
    border-radius: 0;
}
#search-input,
#form-submit {
	font-size: 1.7em;
}

p {
	line-height: 1.5;
	margin: 0 0 1.5em 0;
}

h3 + p {
	margin-top: 0;
}

blockquote {
	line-height: 1.5;
	margin: 1.5em 2.5em;
}

a,
a:visited {
	color: #0e2e5e;
	text-decoration: underline;
	/*border-bottom: 1px solid #fff;*/
}

a:hover {
	text-decoration: none;
	/*border-bottom: 1px dotted #0e2e5e;*/
}

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

button,
.button,
input.form-submit {
	color: #fff;
	padding: 4px 37px 4px 10px;
	margin: 0;
	border: none;
	font: 400 100% 'Roboto', sans-serif;
	text-transform: uppercase;
	background: #002c5f url('../img/button-arrow-yellow.gif') 100% 50% no-repeat;
	position: relative;
	vertical-align: top;
	display: inline-block;
}
a.button {
	color: #fff;
	text-decoration: none;
}
.button-yellow,
input.form-submit
 {
	color: #1f1f1f;
	background: #ffc82e url('../img/button-arrow-blue.gif') 100% 50% no-repeat;
}
a.button-yellow {
	color: #1f1f1f;
}

.content-article ul {
	list-style-image: url('../img/bulleted-list-image.png');
	margin-left: 2em;
}

.content-article li {
	line-height: 1.8;
	margin: .5em 0;
}

/*
img {
	display: inline-block;
	font-size: 0px;
	line-height: 1;
}
*/

/* standardized padding */
.pt050 {
	padding-top: 0.5em;
}
.pt100 {
	padding-top: 1em;
}
.pt150 {
	padding-top: 1.5em;
}
.pt200 {
	padding-top: 2em;
}
.pt250 {
	padding-top: 2.5em;
}
.pt300 {
	padding-top: 3em;
}
.pt350 {
	padding-top: 3.5em;
}

/* standardized padding */
.pb050 {
	padding-bottom: 0.5em;
}
.pb100 {
	padding-bottom: 1em;
}
.pb150 {
	padding-bottom: 1.5em;
}
.pb200 {
	padding-bottom: 2em;
}
.pb250 {
	padding-bottom: 2.5em;
}
.pb300 {
	padding-bottom: 3em;
}
.pb350 {
	padding-bottom: 3.5em;
}

/* left and right standardized padding*/

.pl100 {
	padding-left: 1em;
}

.mt050 {
	margin-top: 0.5em;
}
.mt100 {
	margin-top: 1em;
}
.mt150 {
	margin-top: 1.5em;
}
.mt200 {
	margin-top: 2em;
}
.mt250 {
	margin-top: 2.5em;
}
.mt300 {
	margin-top: 3em;
}
.mt350 {
	margin-top: 3.5em;
}

.mb0 {
	margin-bottom: 0em;
}
.mb050 {
	margin-bottom: 0.5em;
}
.mb100 {
	margin-bottom: 1em;
}
.mb150 {
	margin-bottom: 1.5em;
}
.mb200 {
	margin-bottom: 2em;
}
.mb250 {
	margin-bottom: 2.5em;
}
.mb300 {
	margin-bottom: 3em;
}
.mb350 {
	margin-bottom: 3.5em;
}

.max-100 {
	max-width: 100%;
	height: auto !important;
}
.max-99 {
	max-width: 99%;
	height: auto !important;
}
.max-90 {
	max-width: 90%;
	height: auto !important;
}


/* ============== FORM STYLES ================== */

form input.form-text,
form input.required,
form input.error {
	width: 90%;
}

form#search-db-left input.form-text {
	width: auto;
}

@media only screen and (max-width: 767px) {
	form#search-db-left {
		display: none;
	}
	#sidebar-left .block-facetapi,
	#search-sort {
		display: none;
	}
	.search-results-page #page-content .content ul,
	.search-results-page #page-content .content ol,
	ol.apachesolr_search-results {
		margin-left: 0px;
		margin-right: 0px;
	}

}

.filters-contact .tab {
	clear: both;
}

form input,
form input.required,
form input.error {
	border: 1px solid #dad6cd;
	background: #fff;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border: 1px solid red;
	background: #FEF5F1;
}

.form-item {

}

form fieldset {
	width: 48%;
	display: block;
	float: left;
}
form#search-web fieldset,
form#search-db fieldset,
form#search-db-page fieldset,
form#construct-search fieldset,
form#search-db-left fieldset,
form#search-sort fieldset {
	width: auto;
	float: none;

}

@media only screen and (max-width: 767px) {
	form fieldset,
	#webform-component-consulting-info {
		width: 100%;
		float: none;
		text-align: left;
	}
}


form label {
}

form .form-radios div {
	display: inline;
	padding-left: 5px;
}

form .form-radios div label {
	font-weight: normal;
	color: #444;
}

form .form-submit:hover {
	/*
	background: #4e4e4e;
	color: #fff;
	*/
}

.form-heading {
	font-weight: bold;
	color: #a0a85f;
	padding-bottom: 10px;
}

#construct-search .form-item {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}

.form-actions {
	text-align: right;
}

/* END FORMS */

header {
	border-top: 7px solid #071a35;
}
.header-bg {
	background: url('../img/header-bg-2.png') 0 100% repeat-x;
	padding: 2em 0;
}

header .main-logo {
	padding: 0;
	float: left;
}
header .main-logo a {
	border-bottom: none;
}

header .contact-links {
	text-align: right;
	color: #dddbdb;
	font-size: 90%;
	padding-bottom: 2em;
}
header .contact-links a {
	color: #dddbdb;
	/*border-bottom:1px dotted #dddbdb;*/
	font-weight: 100;
}
header .contact-links a:hover {
	color: #dddbdb;
	/*border-bottom:1px dashed #dddbdb;*/
}

header .tagline {
	font: 100 125% 'Roboto', sans-serif;
	color: #bdc4ce;
	display: block;
	text-align: right;
	padding: 0.5em 0 0 0;
}

header .search-form {
	text-align: right;
}

header .search-form input[type="text"] {
	background: #071a35;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #51626f;
	font: 100 16px Helvetica, sans-serif;
	line-height: 16px;
	color: #7c9ed4;
	margin: 0;
	padding: 4px 10px 5px 10px;
	width: 50%;
	position: relative;
	vertical-align: top;
}

header .search-form .button,
header .search-form input.form-submit {
	font-size: 14px;
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 7px;
	font-weight: 800;
}


select.search-toggle,
header .search-form #edit-custom-search-paths {
	width: 182px;
}


#edit-custom-search-paths {
  -webkit-border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-padding-end: 5px;
  -webkit-padding-start: 5px;
  -webkit-padding-before: 5px;
  -webkit-padding-after: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding: 5px 5px 5px 5px;
  margin: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  /*background: #20558a url('../img/search-select-arrow.gif') 0% 50% no-repeat;*/
  background: #20558a;
  position: relative;
  vertical-align: center;
  display: inline-block;
}


.primary-nav {
	background: #071a35;
	border-bottom: 3px solid #f0efef;
	position: relative;
	z-index: 11;
}
.mobile-menu-toggle {
	display: none;
}
.mobile-search {
	display: none;
}
.mobile-menu-close {
	float: right;
}
.mobile-menu-top {
	display: none;
}
.primary-nav .container {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-width: 0 1px;
	border-style: solid;
	border-color: #1a3865;
}

li.expanded,
li.collapsed,
li.leaf {
	padding: 0;
	margin: 0;
}
#nav
{
	width: 100%;
}
#nav a {
	text-decoration: none;
}
#nav:after
{
	clear: both;
	content: '';
	display: block;
}
#nav ul
{
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#nav li
{
	float: left;
	position: relative;
	width: 20%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-width: 0 1px;
	border-style: solid;
	border-color: #1a3865;
}
#nav li:hover
{
	background: #f0efef;
}
#nav a
{
	color: #fff;
	display: block;
	border-bottom: none;
	padding: 0.8em 0 0.7em 0;
	vertical-align: top;
	font: 300 135% 'Roboto', sans-serif;
}
#nav ul.menu li,
.sidebar-left ul.menu li {
	margin: 0;
}
ul li.leaf,
ul li.expanded,
ul li.collapsed {
	list-style-image: none;
	list-style-type: none;
}
#nav li:hover a,
#nav li.active-trail a
{
	text-decoration: none;
	color: #0e2e5e;
	background: #f0efef;
}
#nav li:hover ul li a, #nav li.active-trail ul li a {

}
ul.menu li a span {
	display: none;
}
#nav ul.menu li a span
{
	color: #7c9ed4;
	display: block;
	font: 300 70% 'Georgia', serif;
	text-transform: lowercase;
	margin: 0;
}
#nav ul.menu li:hover a span,
#nav ul.menu li.active-trail a span
{
	color: #232323;
}
#nav ul.menu li ul li a span
{
	display: none;
}

/* FLYOUTS */
#nav ul.menu li ul.menu {
	display: none;
	padding: 0;
	position: absolute;
	top: 100%;
	left: -2px;
	width: 288px;
	background: rgba(240,239,236,0.95);
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #071a35;
}
#nav ul.menu li ul.menu li ul.menu {
	display: none;
}
#nav ul.menu li.menu-mlid-892 ul.menu,
#nav ul.menu li.last ul.menu {
	left: auto;
	right: -2px;
}
#nav li:hover .drop,
#nav ul li:hover ul.menu {
	display: block;
	padding: 3px 0;
}

#nav ul.menu li ul.menu li {
	width: 100%;
	text-align: left;
	border: none;
}
#nav ul.menu li ul.menu li a {
	font: 300 100% Helvetica, sans-serif;
	text-transform: none;
	padding: 0.5em 1em;
	border-bottom: 1px solid #d9d9d9;
}
#nav ul.menu li ul.menu li a:hover {
	background: #2a5888 url('../img/nav-flyout-over-bg.gif') 96% 50% no-repeat;
	font-weight: bold;
	color: #fff;
}
#nav li:hover ul.menu li a
{
	background-image: none;
}





.breadcrumbs {
	padding: 1% 0 0.8% 0;
}
.breadcrumbs .container {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 4px;
}
.breadcrumbs .addthis {
	float: right;
	width: 105px;
	text-align: right;
}
.breadcrumbs .addthis a {
	float: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.breadcrumbs .addthis .addthis_default_style .at15t_compact {
	margin-right: 0;
}
.breadcrumbs .breadcrumb {
	font-weight: 400;
	margin-top: 0.5em;
	text-transform: uppercase;
	font-family: "Roboto",sans-serif;
}
.breadcrumbs .breadcrumb a {
	color: #1c305d;
	/*border-bottom: 1px dotted #1c305d;*/
	background: url('../img/crumb-arrow-h.gif') 100% 50% no-repeat;
	padding-right: 16px;
	margin-right: 8px;
	text-decoration: none;
}
.breadcrumbs .breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumbs .breadcrumb li.breadcrumb-last {
	background: url('../img/crumb-arrow-v.gif') 100% 50% no-repeat;
	padding-right: 22px;
}
.breadcrumbs .breadcrumb li {
	display: inline-block;
	line-height: 120%;
}
.breadcrumbs .breadcrumb li.breadcrumb-1 {
	font-size: 120%;
}
.breadcrumbs .breadcrumb li.breadcrumb-1 a {
	margin-left: 0;
}
.breadcrumbs .breadcrumb li.breadcrumb-2 {
	font-size: 110%;
}
.breadcrumbs .breadcrumb li.breadcrumb-3 {
	font-size: 100%;
}
.breadcrumbs .breadcrumb li.breadcrumb-4 {
	font-size: 90%;
}

.admin-tabs {
	padding-bottom: 0.75em;
}


.page-title {
	font: 400 280% "Georgia",serif;
	color: #071a35;
	padding: 0 0 0.3em;
}

.home-carousel-spacer {
	height: 0px;
	background: #f0efef;
}
.home-features .container {
	background: #ffc82e;
	position: relative;
}
.home-carousel,
.home-carousel .slides li {
	position: relative;
}
.home-carousel .slides img {
	width: 100%;
}
.home-carousel .flex-direction-nav {
	display: none;
}
.home-carousel .flex-control-thumbs {
	position: absolute;
}
.home-carousel .flex-control-thumbs li {
	text-align: center;
	width: 20%;
}
.home-carousel .flex-control-thumbs li img {
	display: inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border: 4px solid #071a35;

}
.home-carousel .flex-control-nav {
	bottom: 12%;
}
.home-carousel .flex-caption {
	width: 92%;
	display: block;
	padding: 0.5em 4%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-align: right;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	font: 300 180% "Roboto",sans-serif;
	line-height: 1em;
}
.home-carousel .flex-control-thumbs img {
	width: 80%;
}

.main-page-content .left-nav {
	margin-bottom: 1.5em;
}
.main-page-content .left-nav ol,
.main-page-content .left-nav ul {
	list-style-type: none;
	margin-left: 0;
}
.main-page-content .left-nav li {
	list-style-type: none;
	margin: 0;
}
.main-page-content .left-nav li a {
	text-decoration: none;
}
.sidebar-left {
	min-height: 300px;
	padding-bottom: 1.5em;
}
.sidebar-left .ui-accordion .ui-accordion-header {
	display: none;
}
.main-page-content .sidebar-left ul {
	/*margin-right: 6%;*/
	margin: 0;
}
.sidebar-left ul.menu li a {
	display: block;
	color: #0e2e5e;
	font-size: 90%;
	padding: 0.8em 1.9em 0.8em 0.8em;
	line-height: 120%;
	background: #f0efef;
	margin-bottom: 3px;
	border-left: 3px solid #f0efef;
	text-decoration: none;
}
.sidebar-left ul.menu li a:hover {
	color: #7c9ed4;
	background: #071a35 url('../img/left-nav-over-arrow2.gif') 99% 50% no-repeat;
	border-left: 3px solid #071a35;
	text-decoration: none;
}
.sidebar-left ul.menu li.active-trail a {
	background: #fff url('../img/left-nav-over-arrow.gif') 99% 50% no-repeat;
	border-left: 3px solid #071a35;
	font-weight: 600;
	color: #0e2e5e;
}
.sidebar-left ul.menu li.active-trail ul li a {
	color: #0e2e5e;
	background: #fff;
	font-weight: normal;
	margin-left: 0.8em;
	padding-left: 0;
	border-left: 3px solid #fff;
	border-top: 1px solid #ccc;
}
.sidebar-left ul.menu li ul {
	margin-right: 0em;
}
.sidebar-left ul.menu li ul.menu li a {
	padding-left: 1em;
}

#block-menu-block-2 h2 {
	color: #fff;
	background: #071a35 url('../img/accordion-plus.gif') 98% 50% no-repeat;
	font: 300 125% 'Roboto', sans-serif;
	padding: 0.25em 1em;
	cursor: pointer;
	border-bottom: 3px solid #fff;
	display: none;
}
#block-menu-block-2 h2.accordion-open {
	background: #071a35 url('../img/accordion-minus.gif') 98% 50% no-repeat;
}


.block-facetapi,
.sidebar-left #block-current-search-standard,
#block-views-exp-search-resutls-page {
	margin-bottom: 2em;
}
.block-facetapi h2 {
	font-size: 1em;
}
.item-list ul li {
	margin: 0;
}
#views-exposed-form-search-resutls-page {
}
#views-exposed-form-search-resutls-page input {
	margin-bottom: 0;
}
#views-exposed-form-search-resutls-page .views-exposed-form .views-exposed-widget .form-submit {
	margin: 0;
}
#block-views-exp-search-resutls-page {
	background: #f0efef;
	padding: 0.5em;
}
/* Search Select List Pop-Out */
#edit-field-research-group-tid-wrapper,
#edit-field-areas-of-expertise-tid-wrapper {
  width: 100%;
  position: relative;
}
#edit-field-research-group-tid,
#edit-field-areas-of-expertise-tid {
  min-width: 100%;
  max-width: 100%;
  transition: min-width 0.75s ease, box-shadow 0.15s ease;
  -webkit-transition: min-width 0.75s ease, box-shadow 0.15s ease;
}
#edit-field-research-group-tid:focus,
#edit-field-areas-of-expertise-tid:focus {
  min-width: 405px;
  max-width: inherit;
  box-shadow: 10px 0 10px rgba(0,0,0,0.15);
  -webkit-box-shadow: 10px 0 10px rgba(0,0,0,0.15);
}
.sidebar-left #block-current-search-standard {
	background: #ffc82e;
	padding: 0.5em;
}
.sidebar-left #block-current-search-standard .item-list ul {
	padding: 0 0 0.5em 0.5em;
}
.sidebar-left #block-current-search-standard .item-list li {
	margin-top: 0.5em;
	font-weight: bold;
}
#block-views-exp-search-resutls-page label {
	text-transform: uppercase;
	font-size: 90%;
	margin-bottom: 0.25em;
	display: none;
}


.left-featurette {
	border-top: 3px solid #ffc82e;
}
.sidebar-right .left-featurette {
	margin-bottom: 1.5em;
}
.left-featurette .title,
.block-facetapi h2,
.sidebar-left #block-current-search-standard h2,
#block-views-exp-search-resutls-page h2 {
	font: 100 140% "Roboto", sans-serif;
	display: block;
	color: #0c0c0d;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 0.125em;
}
.sidebar-left #block-current-search-standard h2,
#block-views-exp-search-resutls-page h2 {
	border-bottom: none;
}
.block-facetapi .item-list ul  {
	margin: 0.6em 0.5em
}
.left-featurette .contents p,
.block-facetapi .item-list li {
	margin: 0.25em 0;
	display: block;
}
.left-featurette .more-link {
	text-align: left;
	margin-top: 0.75em;
}

.content-container {
	padding: 0 3% 2em 3%;
}
.twocol .content-container {
	padding: 0 0 2em 3%;
}

.leader-text {
	font: 300 120% 'Georgia', serif;
	line-height: 150%;
	margin-top: 0;
}
.group-logo {
	margin-bottom: 1em;
}
.profile-photo {
	float: left;
	margin: 0 2em 0.75em 0;
}

.field-fac-image {
	float: left;
	max-width: 100%;
	margin: 0 1.5em 1.5em 0;
}


.update-page-top .res-area {
	display: inline-block;
	margin-bottom: 0.75em;
}

.child-pano {
	position: relative;
	margin-bottom: 1em;
}
.child-pano-caption {
	width: 96%;
	display: block;
	padding: 0.5em 2%;
	position: absolute;
	left: 0;
	bottom: 2px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-align: right;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	font: 100 140% "Roboto",sans-serif;
	line-height: 1em;
}


.feature-title {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 0.75em;
}
.feature-title h2 {
	font: 400 160% 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #4b4b4b;
	display: inline;
}
.feature-title .button {
	float: right;
}

.callout {
	font: 100 200% "Georgia",serif;
	font-style: italic;
	color: #20558a;
	padding: 0.8em 1em;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin: 1.25em 0;
}
.dataTables_filter {
	padding: 0.25em;
}
.dataTables_filter label {
	font: 500 120% "Roboto", sans-serif;
}
.dataTables_filter input {
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #51626f;
	font: 100 16px Helvetica, sans-serif;
	line-height: 16px;
	margin: 0 0.25em 0 1em;
	padding: 4px 10px 5px 10px;
}




.panels-expert {
	background: #f2f2f2;
	padding-bottom: 0.25em;
	margin-bottom: 3em;
}
.panels-expert .feature-title {
	border-bottom: none;
	margin-bottom: 0;
	padding: 0.75em 1% 0.4em 1%;
}
.panels-expert .expert-row {
	margin-bottom: 0.5em;
}
.panels-expert .expert {
	background: #fff;
	display: block;
	cursor: pointer;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border: 3px solid #f2f2f2;
	text-decoration: none;
}
.panels-expert .expert:hover {
	background: #002c5f;
	border: 3px solid #002c5f;
}
.panels-expert .expert-info {
	padding: 0.3em 0 0.5em 0;
	display: block;
}
.panels-expert .expert-name {
	color: #002c5f;
	font: 300 125% 'Georgia', serif;
	display: block;
	padding: 0 4%;
}
.panels-expert .expert:hover .expert-name {
	color: #fafafa;
}
.panels-expert .expert-dept {
	font-size: 80%;
	font-weight: 600;
	display: block;
	padding: 0 4%;
}
.panels-expert .expert:hover .expert-dept {
	color: #7c9ed4;
}
.panels-expert .flex-control-nav,
.panels-expert .flex-direction-nav,
.panels-feature .flex-control-nav,
.panels-feature .flex-direction-nav,
.panels-pubs .flex-control-nav,
.panels-pubs .flex-direction-nav  {
	position: relative;
	bottom: 0px;
	padding: 0.5em 0;
}
.panels-expert .flex-direction-nav a,
.panels-feature .flex-direction-nav a,
.panels-pubs .flex-direction-nav a  {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('../img/carousel-right.png') no-repeat 0 0;
}
.panels-expert .flex-direction-nav a.flex-prev,
.panels-feature .flex-direction-nav a.flex-prev,
.panels-pubs .flex-direction-nav a.flex-prev  {
	background: url('../img/carousel-left.png') no-repeat 0 0;
}



.panels-feature {
	margin-bottom: 1.5em;
}
.panels-feature .box {
	background: #f2f2f2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display: block;
	position: relative;
	padding: 10px;
	float: left;
	width: 48.5%;
	margin: 0 0.75% 1.25em 0.75%;
	color: #232323;
	border-bottom: 0px;
	text-decoration: none;
}
.panels-feature .right-box {
	/*margin-left: 3%;*/
}
.panels-feature .box:hover {
	background: #ffc82e url('../img/panel-box-over-bg.gif') 100% 100% no-repeat;
	cursor: pointer;
}
.panels-feature .box .title {
	font: 100 150% 'Roboto', sans-serif;
	margin-bottom: 50%;
}
.panels-feature .box .contents {
	font-size: 90%;
	padding-top: 2em;
	position: absolute;
	bottom: 10px;
}
.panels-feature .box p {
	margin: 0.75em 0 0 0;
	line-height: 115%;
}
.panels-feature .box p .heading {
	font-size: 95%;
	font-weight: 800;
	text-transform: uppercase;
}

.panels-pubs {
	margin-bottom: 3em;
}
.pub-row {
	border-bottom: 1px solid #d9d9d9;
	padding: 1em 0;
}
.pub-row .title {
	font: 100 120% Georgia, sans-serif;
	display: inline-block;
	margin-bottom: 0.4em;
}
.res-area {
	text-transform: uppercase;
	color: #5a5a5a;
	font-weight: 600;
	font-size: 90%;
}
.pub-row p {
	font-size: 90%;
	margin: 0.6em 0 0 0;
}
.pub-row .tags {
	font-weight: 600;
	color: #5a5a5a;
}



.panels-groups {
  background: #232323;
  padding-bottom: 0;
  margin-bottom: 3em;
}
.panels-groups .feature-title {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0.75em 1% 0.4em 1%;
}
.panels-groups .feature-title h2 {
  color: #fff;
}
.group-panel {
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 3px solid #232323;
	text-decoration: none;
}
.group-panel span {
	display: block;
	background: #fff;
	padding: 0.5em 0;
}
.group-panel:hover span {
	background: #f9c923;
	text-decoration: none;
}


.staff-directory {
	margin-bottom: 2.5em;
}

a.nolink {
	cursor: default;
	text-decoration: none;
	color: #4b4b4b;

}
a.nolink:hover {
	text-decoration: none;
	color: #4b4b4b;
}


.listing-block-gray {
	background: #f0efef;
	margin-bottom: 2em;
}
.listing-block-yellow {
	background: #ffc82e;
	margin-bottom: 2em;
}
.listing-block .title {
	font: 100 140% "Roboto", sans-serif;
	text-transform: uppercase;
	display: block;
	padding: 0.25em 0.55em;
	color: #0c0c0d;
}
.listing-block-gray .title,
.listing-block-yellow .title {
	border-bottom: 1px solid #d9d9d9;
	padding: 0.25em 0;
	margin: 0 0.55em;
}
.listing-block-yellow .title {
	border-bottom: 1px solid #000;
}
.listing-block .contents {
	padding: 0.6em 0.75em;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	line-height: 1.25em;
}
.listing-block-gray .contents,
.listing-block-yellow .contents {
	border-top: none;
	border-bottom: none;
}
.listing-block a {
}
.listing-block .item-row {
	padding: 0.55em 0;
}

.sidebar-right {
	padding: 0 0 2em 0;
}
.update-tabs {
	border-bottom: 3px solid #ffc82e;
	margin-bottom: 2em;
}
.update-tabs .update-header {
	background: #ffc82e;
	padding: 0 0 0 1%;
}
.update-tabs .update-header .update-title {
	font: 100 150% "Roboto", sans-serif;
	text-transform: uppercase;
	display: block;
	padding: 0.25em 0.55em;
	color: #0c0c0d;
}
.update-tabs .ui-tabs-nav li {
	width: 49%;
	display: block;
	padding: 0;
	margin: 0 1% 0 0;
	border: none;
}
.update-tabs .ui-tabs-nav li.ui-tabs-active a.ui-tabs-anchor {
	color: #0e2e5e;
	cursor: pointer;
}
.update-tabs li.ui-state-active {
	background: #fff url('../img/tabs-active-bg.gif') 50% 100% no-repeat;
}
.update-tabs .ui-tabs-nav li a {
	width: 100%;
	padding: 1em 0;
	margin: 0;
	border: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 0.99em;
	color: #757575;
}
.update-tabs .update-items {
	padding: 0 3.5%;
	background: #fff;
}
.update-tabs .update-item {
	border-bottom: 1px solid #d9d9d9;
	padding: 1.25em 0;
	color: #626262;
	line-height: 125%;
	font-weight: 100;
}
.update-tabs .last-item {
	border-bottom: none;
}
.update-tabs .update-item a {
	font: 300 110% "Georgia", serif;
	color: #455a9b;
}
.update-tabs .more-link {
	text-align: right;
}

.home-features .update-tabs {
	margin-bottom: 0;
}
.home-features .update-tabs .update-header .update-title {
	font: 400 160% "Roboto", sans-serif;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}
.home-features .update-tabs .ui-tabs-nav li {
	width: 24%;
	display: block;
	padding: 0;
	margin: 0 1% 0 0;
	border: none;
	font-size: 90%;
}
.home-features .update-tabs .more-link {
	background: #ffc82e;
	min-height: 36px;
	position: relative;
}
.home-features .update-tabs .more-link .button {
	position: absolute;
	bottom: 5px;
	right: 8px;
}

.sidebar-media {
	background: #f2f2f2;
}
.sidebar-media .title {
	font: 100 150% "Roboto", sans-serif;
	text-transform: uppercase;
	display: block;
	padding: 0.25em 0.55em;
	color: #fff;
	background: #002c5f;
}
.sidebar-media .media-items {
	padding: 0 3.5%;
	font-size: 90%;
}
.sidebar-media .media-item {
	border-bottom: 1px solid #d9d9d9;
	padding: 1.25em 0;
	color: #626262;
	line-height: 125%;
	font-weight: 100;
}
.sidebar-media .last-item {
	border-bottom: none;
}
.sidebar-media .media-date {
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	font-size: 90%;
}
.sidebar-media .media-title {
	font: 400 130% "Georgia", serif;
	display: block;
}
.sidebar-media .tags {
	display: block;
	font-weight: 600;
	color: #5a5a5a;
}
.sidebar-media .more-link {
	text-align: right;
}


.critical-issues {
	background: #f0efef;
	padding-top: 2em;
}
.critical-issues .issues-intro {
	border-right: 1px solid #999;
}
.critical-issues .contents {
	width: 90%;
}
.critical-issues .title {
	font: 500 240% 'Roboto', sans-serif;
	line-height: 1em;
	color: #4b4b4b;
	text-transform: uppercase;
}
.critical-issues .subtitle {
	font: 400 140% 'Roboto', sans-serif;
	line-height: 1em;
	color: #747272;
	text-transform: lowercase;
	text-align: right;
}
.critical-issues .intro-text {
	font-weight: 100;
	line-height: 180%;
}
.critical-issues .issues-slides li {
	text-align: center;
}
.critical-issues .issues-slides li a {
	color: #4f4f4f;
}
.critical-issues .issues-slides .flexslider .slides img {
	max-width: 90px;
	display: inline-block;
}
.critical-issues .issues-slides .flexslider .slides .icon-title {
	margin-top: 1em;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
}
.critical-issues .flex-control-nav {
	bottom: -25%;
}



.content-container .container {
}

.content-container ol {
	margin: 1.75em 0 1.75em 2.5em;
}

.content-container ol {
	list-style-type: decimal;
}
.content-container ul {
	margin: 1.75em 0 1.75em 1.25em;
}
.content-container ul li {
	list-style-type: none;
	background: url('../img/ul-bullet.gif') 0 50% no-repeat;
	padding-left: 1.25em;
}

.content-container ul li,
.content-container ol li {
	margin: 1em 0;
}

.content-container ul.flex-direction-nav,
.content-container ol.flex-control-nav {
	list-style-type: none;
	margin: 0;
}
.content-container ol.flex-control-nav li {
	margin: 0 1%;
	list-style-image: none;
}
.content-container ul.flex-direction-nav li {
	margin: 0;
	list-style-image: none;
}
.content-container ul.flex-direction-nav {
	height: 40px;
	display: block;
}
.content-container ol.flex-control-nav {
	margin-top: 20px;
	margin-bottom: -40px;
}

.pre-footer {
	position: relative;
}
.pre-footer .bg {
	position: absolute;
	height: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width: 65.6574%;
	left: 0;
	right: auto;
	background: #ffc82e;
}
.pre-footer .bg-r {
	position: absolute;
	height: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width: 34.334%;
	left: auto;
	right: 0;
	background: #ced7e2;
}
/* need tweak for when the device is wider than 1160px */
@media screen and (min-width: 1160px) {
     .pre-footer .bg-r {
     	left: 50%;
     	right: auto;
     	width: 50%;
     	padding-left: -30%;
     }
}
.pre-footer .our-impact,
.inline-feature {
	background: #ffc82e;
	height: 100%;
}
.inline-feature {
	background: #232323;
	color: #ffffff;
}
.pre-footer .impact-illustration,
.inline-feature .impact-illustration {
	position: relative;
	/*background: url('../img/our-impact-comp.jpg') 50% 100% no-repeat;*/
	background: url('../img/50_yrs_logo_vertical.jpg') 50% 100% no-repeat;
	float: left;
	width: 37.65%;
	height: 267px;
}
.pre-footer .our-impact .contents,
.inline-feature .contents {
	width: 54.35%;
	float: left;
	margin-left: 0;
	padding: 2em 4% 2em 4%;
	font-weight: 100;
	background: url('../img/impact-bg.jpg') 50% 0 no-repeat;
}
.inline-feature .contents {
	background: none;
}
.pre-footer .our-impact .contents p,
.inline-feature .contents p {
	margin-top: 0;
	line-height: 180%;
}
.pre-footer .our-impact .contents .button,
.inline-feature .contents .button {
	float: right;
}
.pre-footer .our-impact .title,
.inline-feature .title {
	font: 300 240% 'Roboto', sans-serif;
	line-height: 1em;
	margin-bottom: 0.25em;
	color: #232323;
}
.inline-feature .title {
	color: #ffffff;
}

.pre-footer .featured-researcher {
	height: 100%;
	background: #ced7e2;
}
.pre-footer .featured-researcher .contents {
	padding-left: 1.5em;
	font-weight: 100;
}
.pre-footer .featured-researcher .title {
	display: block;
	border-bottom: 1px solid #b4b3b4;
	font: 400 130% "Roboto",sans-serif;
	text-transform: uppercase;
	color: #002c5f;
	padding-bottom: 0.3em;
	margin-bottom: 1.25em;
}
.pre-footer .featured-researcher .researcher-pic {
	float: left;
	display: block;
	margin: 0 6% 6% 0;
}
.pre-footer .featured-researcher .researcher-name {
	font: 300 185% "Georgia",sans-serif;
	color: #232323;
	display: block;
}
.pre-footer .featured-researcher .researcher-dept {
	display: block;
	color: #002c5f;
	font-size: 110%;
	font-weight: 100;
	margin-bottom: 1em;
}
.pre-footer .featured-researcher p {
	margin-top: 0.75em;
}
.pre-footer .featured-researcher .more-link {
	font-weight: 400;
	display: inline-block;
	padding-right: 12px;
	background: url('../img/res-more-arrow.gif') 100% 35% no-repeat;
	font-weight: bold;
}






ul.pager li {
	text-align: right;
	display: inline-block;
	list-style-type: none;
	background: #f0efef;
	border: 1px solid #f0efef;
	color: #fff;
	font-size: 135%;
	margin: 0 0 0 0.5em;
	padding: 0.35em 0.6em !important;
	font-weight: normal;
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
	vertical-align: middle;
}
.item-list .pager {
	text-align: right;
}
	color: #fff;
}
ul.pager li a:hover {
	text-decoration: none;
}
ul.pager li.pager-last,
ul.pager li.pager-first {
	display: none;
}
ul.pager li.pager-next,
ul.pager li.pager-previous {
	background: url('../img/pager-prev.png') 50% 50% no-repeat;
	padding: 0 !important;
	display: inline-block;
	vertical-align: middle;
}
ul.pager li.pager-next a,
ul.pager li.pager-previous a {
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  font-size: 0.001em;
  width: 20px;

  padding: 10px 0;
  display: inline-block;
}

ul.pager li.pager-next {
	background: url('../img/pager-next.png') 50% 50% no-repeat;
}
ul.pager li.pager-current,
ul.pager li:hover {
	background: #ffc82e;
	color: #000;
}
ul.pager li.pager-previous:hover {
	background: #ffc82e url('../img/pager-prev.png') 50% 50% no-repeat;
	cursor: pointer;
}
ul.pager li.pager-next:hover {
	background: #ffc82e url('../img/pager-next.png') 50% 50% no-repeat;
	cursor: pointer;
}
ul.pager li:hover a {
	color: #000;
}




footer {
	background: #232323;
}
footer a,
footer a:visited {
	color: #fff;
}
footer a:hover,
footer a:active {
	color: #ffc82e;
}
footer .footer-menu,
footer .footer-info {
	padding: 2em 0;
}
footer h2 {
	color: #fff;
	font-size: 180%;
	margin-bottom: 0.35em;
	border-bottom: 1px solid #505050;
}
.footer-info {
	font-weight: 100;
	color: #ccc;
}
.footer-social {
	text-align: center;
}
.footer-info .contents{
	width: 80%;
}
.footer-info .nav li,
.footer-info .nav li a {
	display: inline;
}
.footer-info .contact-link {
    margin-left: 2.6em;
}

.footer-menu .contents {
	width: 85%;
}
.footer-logo img {
	max-width: 100%;
}
.footer-menu .section-name,
.footer-menu ul li a {
	font: 100 115% "Roboto", sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 0.4em;
	text-decoration: none;
	display: block;
}
footer .footer-menu ul li a:hover,
footer .footer-menu ul li a:active {
	color: #ffc82e;
}
.footer-menu ul li {
	margin-left: 0;
	display: block;
}
.footer-menu ul li a span {
	display: none;
}
.footer-menu ul li ul li {
	width: auto;
	float: none;
}
.footer-menu ul li ul li a {
	text-transform: none;
	text-decoration: underline;
	color: #ddd;
	font-weight: 100;
	font-size: 90%;
	padding: 0.75em 0 0 0;
	border-bottom: none;
}
.footer-menu ul li ul li a:hover {
}


footer .social-links {
	margin: 1.5em 0;
}
footer .social-icon {
	margin-right: 4%;
}

footer .textarea {
    margin-bottom: 1em;
}

i.icon-place {
    background: url("../img/icon-place.png") no-repeat scroll 0px 0px transparent;
    height: 21px;
    width: 11px;
    display: block;
    margin-right: 1.4em;
    float: left;
}
i.icon-phone {
    background: url("../img/icon-phone.png") no-repeat scroll 0px 0px transparent;
    width: 17px;
    height: 23px;
    display: block;
    margin-right: 0.9em;
    float: left;
}
i.icon-email {
    background: url("../img/icon-email.png") no-repeat scroll 0px 0px transparent;
    width: 17px;
    height: 11px;
    display: inline-block;
    margin-right: 1em;
    float: left;
}

.footer-bottom {
	background: #0e0e0e;
	border-top: 3px solid #393939;
	padding: 1em 0;
}
.footer-bottom .um-logo {
	text-align: center;
}
.footer-bottom .nav li,
.footer-bottom .nav li a {
	display: inline;
}
.footer-bottom .copyright {
	display: inline-block;
	margin-bottom: 0.5em;
}
.footer-bottom .site-credit {
	text-align: right;
}
.footer-bottom .um-logo .img {
    margin: 0 10px;
    padding: 5px 0;
}


.stillstatic {
	border: 1px dotted red;
}

table th a, table th a:visited {
	color: #7c9ed4;
}
table th.active {
	background: #3a5e8c;
}
table th.active a, table th a:hover {
	color: #fff;
}

#block-views-c6090b6228d9bab85b48b9f3aae8bc2b {
	margin-top: 2em;
}


.field-notable-publications-label{

font: 400 170% "Roboto",sans-serif;
margin: 0;
color: #232323;
text-transform: uppercase;
padding-bottom: 10px;
}

.field-press-release-date {
text-transform: uppercase;
color: #5a5a5a;
font-weight: 600;
font-size: 90%;
line-height: 1.5;
margin: 0 0 1.5em 0;
display: block;
}


.form-item-custom-search-paths label {	
	display: none;
	}