/* Materials
* @file
* global.styles
*
* Styles you add here will load for all device sizes,
they are "global",
as
* opposed to "responsive" styles,
which only load for a given breakpoint (media
* query) that you set in theme settings. See the README for more details.
*
*
* How to use this file:* --------------------
*
* There are many empty selectors and some basic styles to act as a guide.
* Nothing is set in stone and you can change anything - even delete all of it
* and start with your own clean slate.
*
* See global.base also which includes normalize.css and some additional
* helper classes and base styles.
*/

/* =============================================================================
*   Base
* ========================================================================== */

/*
* To preserve theme settings never apply font properties to the HTML element.
* This is critically important if you are using the Responsive JavaScript
* feature as this relies on being able to set a pseudo font family on the HTML
* element. If you need to set default font properties of any kind use the BODY
* element as these can be overridden using font theme settings.
*/

html {
  background: #fff;
  height: 100%;
}
body {
  font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Droid Sans", sans-serif;
  font-size: 87.5%;
  height: 100%;
  color: #515151;
}

/* =============================================================================
*   Layout
* ========================================================================== */
#outside-wrapper {
  display: none;
}

#page-wrapper {
  position: relative;
  min-height: 100%;
}

#page {
  position: relative;
}

.not-front #page-wrapper {
  margin-bottom: -318px;
}

.not-front #page-wrapper:after {
  content: "";
  display: block;
}
#leaderboard-wrapper {
  /*oog dec 9*/
  position: fixed;
  width: 100%;
  background: url("../images/leaderboard-bg1.png") repeat-x;
  top: 0;
  z-index: 3;
}
/*.not-front #leaderboard-wrapper {
	position: relative;
}*/

.front #header-wrapper {
  position: fixed;
  width: 100vw;
  top: 2em;
  margin: 0;
  z-index: 2;
}
.not-front #header-wrapper {
  position: fixed;
  width: 100vw;
  top: 2em;
  margin: 0;
}
/*#header-wrapper {
	position: relative;
	margin: 88px 0 109px 0;
}*/

.front #content-wrapper {
  padding-top: 0;
  margin-bottom: 60px;
  border: none;
}

#content-wrapper {
  background: #fff;
  position: relative;
  margin: 0 0 0 0;
  padding-top: 42px;
  border-top: 8px solid #efeeec;
}

#secondary-content-wrapper {
  /* border-bottom: 8px solid #efeeec;
	*/
}

.front #tertiary-content-wrapper {
  position: relative;
}

#footer-wrapper {
  position: relative;
  width: 100%;
  background: #242b32 /*url('../images/footer-strip.gif') repeat-x bottom*/;
  color: #c5c5c5;
}

#footer-wrapper,
.not-front #page-wrapper:after {
  height: 318px;
}

footer {
  position: absolute;
  bottom: 0;
  background: url("../images/footer-strip.gif") repeat-x scroll center bottom
    #2a3034;
  text-align: center;
  min-height: 30px;
  width: 100%;
}

footer .block {
  margin: 0;
}

/* =============================================================================
*   Interior Page backgrounds
* ========================================================================== */

.not-front #header-wrapper {
  height: 367px;
  width: 100%;
  position: relative;
  padding-top: 88px;
  top: 2em;
}
.front #header-wrapper {
  background: url(../images/materials-menu-bg.png) repeat-x bottom center;
}

.not-front #header-wrapper header {
  /* oog dec 9 */
  position: fixed;
  width: 100%;
  top: 2.5em;
  z-index: 4;
}

.not-front #block-block-16 {
  position: absolute;
  background: url(../images/materials-menu-bg.png) repeat-x bottom center;
  width: 100%;
  top: 1.6rem;
  height: 6rem;
  z-index: 1;
  text-indent: 9999px;
}
.front #block-block-16 {
  display: none;
}
/*#bg-images {
	height: 367px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
body.toolbar #bg-images {
	top: 45px;
}*/
body.front.page-node {
  background: none;
}
body.page-news #header-wrapper,
/* news */
body.node-type-news #header-wrapper,
body.node-type-page #header-wrapper,
body.section-404-page-not-found #header-wrapper,
body.page-protected-page #header-wrapper {
  background: url("../images/page-bg-news.jpg") no-repeat;
  background-size: cover;
}
body.section-about #header-wrapper/* about */ {
  background: url("../images/page-bg-about.jpg") no-repeat;
  background-size: cover;
}
body.page-node-7 #header-wrapper,
/* events */
body.page-events #header-wrapper,
body.node-type-events #header-wrapper {
  background: url("../images/page-bg-events.jpg") no-repeat;
  background-size: cover;
}
body.section-research #header-wrapper /* research */ {
  background: url("../images/page-bg-research.jpg") no-repeat;
  background-size: cover;
}
body.page-user #header-wrapper /* User and User Login page */ {
  background: url("../images/page-bg-research.jpg") no-repeat;
  background-size: cover;
}
body.page-node-26 #header-wrapper /* dynamic systems,
control,
and robotics */ {
  background: url("../images/page-bg-robotics.jpg") no-repeat;
  background-size: cover;
}
body.page-node-24 #header-wrapper /* electronic and photonic materials */ {
  background: url("../images/page-bg-photonics.jpg") no-repeat;
  background-size: cover;
}
body.page-node-25 #header-wrapper /* computational science */ {
  background: url("../images/page-bg-computational.jpg") no-repeat;
  background-size: cover;
}
body.page-node-29 #header-wrapper /* structural materials */ {
  background: url("../images/page-bg-structural.jpg") no-repeat;
  background-size: cover;
}
body.page-node-27 #header-wrapper /* inorganic materials */ {
  background: url("../images/page-bg-inorganic.jpg") no-repeat;
  background-size: cover;
}
body.page-node-28 #header-wrapper /* macro and biomolecular materials */ {
  background: url("../images/page-bg-biomolecular.jpg") no-repeat;
  background-size: cover;
}
body.section-graduate #header-wrapper, body.section-academics #header-wrapper /* academics */ {
  background: url("../images/page-bg-academics.jpg") no-repeat;
  background-size: cover;
}
body.section-resources #header-wrapper /* resources */ {
  background: url("../images/page-bg-resources.jpg") no-repeat;
  background-size: cover;
}
body.section-people #header-wrapper /* faculty */ {
  background: url("../images/page-bg-people.jpg") no-repeat;
  background-size: cover;
}
body.toolbar {
  background-position: center 45px;
}

/* =============================================================================
*   HTML Elements
* ========================================================================== */
/*h1#page-title {
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	color: #494949;
	margin:0 0 15px 0;
	font-size: 2.4em;
	line-height: 1em;
}*/
h1 {
  font-size: 2.4em; /* 33px */
  line-height: 1.3em; /* 42px */
  margin-top: 0em;
  margin-bottom: 0.8em;
  font-family: "Droid Sans", sans-serif;
  font-weight: normal;
  color: #494949;
}
h2 {
  font-size: 1.8571em; /* 26px */
  line-height: 1.1667em; /* 42px */
  margin-top: 0em;
  margin-bottom: 0.8077em;
  font-weight: normal;
}
h3 {
  font-size: 1.2857em; /* 18px */
  line-height: 1.1667em; /* 21px */
  margin-top: 1.1667em;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}
h4 {
  font-size: 1em; /* 14px */
  line-height: 1.5em; /* 21px */
  margin-top: 0em;
  margin-bottom: 0em;
}
h5 {
  font-size: 1em; /* 14px */
  line-height: 1.5em; /* 21px */
  margin-top: 0em;
  margin-bottom: 0em;
}
h6 {
  font-size: 1em; /* 14px */
  line-height: 1.5em; /* 21px */
  margin-top: 0em;
  margin-bottom: 0em;
}
p {
  font-size: 1em; /* 14px */
  line-height: 1.5em; /* 21px */
  margin: 0 0 1.5em 0;
}
b,
strong {
}
i,
em {
}
dfn {
}
sup {
}
sub {
}
del {
}
ins {
}
blockquote {
}
cite {
}
q {
}
address {
}
ul {
}
ol {
}
li {
}
dl {
}
dd {
}
dt {
}
abbr {
}
acronym {
}
pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}
a img:hover,
a:active img {
  opacity: 0.8;
}

/* =============================================================================
*   About page
* ========================================================================== */
#node-870 ul {
  margin: 0;
  padding: 0;
  overflow: auto;
  margin: 0 0 25px 0;
}
#node-870 ul li {
  list-style-type: none;
  width: 49%;
  text-align: center;
  border-bottom: 1px solid #b8b7b7;
  float: left;
  border-right: 1px solid #b8b7b7;
  height: 100px;
  padding: 20px 0 0 0;
}
#node-870 ul li span {
  font-size: 2em;
}
#node-870 ul li.two,
#node-870 ul li.four,
#node-870 ul li.six,
#node-870 ul li.eight {
  border-right: none;
}
#node-870 ul li.three,
#node-870 ul li.four {
  border-bottom: none;
}
#node-870 h3,
#node-870 h2 {
  clear: both;
}

.col-2 {
  position: relative;
  float: left;
  width: 45%;
  margin-right: 15px;
}

.col-2 p {
  clear: both;
}
/* =============================================================================
*   Links
* ========================================================================== */
a {
  text-decoration: none;
  outline: none;
}
a:link,
a:visited {
  color: #0d87aa;
  /*color: #11b4e3;*/
}
a:active,
a.active {
}
a:hover,
a:focus {
  color: #11b4e3;
  outline: none;
}

/* =============================================================================
*   Ckeditor styles
* ========================================================================== */
div.box {
  background: #fff;
  border-top: 1px solid #ffd200;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  margin: 0 1px 25px 1px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(249, 249, 249, 1) 80%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(80%, rgba(249, 249, 249, 1))
  ); /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(249, 249, 249, 1) 80%
  ); /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(249, 249, 249, 1) 80%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(249, 249, 249, 1) 80%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(249, 249, 249, 1) 80%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0 ); /* IE6-9 */
  padding: 20px 25px 20px 25px;
  overflow: auto;
}
div.box h3 {
  margin-top: 0;
}
span.fineprint {
  font-size: 0.9em;
  display: block;
  font-style: italic;
  color: #989797;
  line-height: 1.4em;
}
a.button {
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
  background: #0474b5;
  border-top: 5px solid #0a5c8c;
  text-transform: uppercase;
  padding: 3px 20px 5px 20px;
  text-align: center;
  margin-bottom: 0 5px 10px 5px;
}
a.button span.ext {
  display: none;
}
img.left-image {
  float: left;
  margin: 0 15px 10px 0;
}
img.right-image {
  float: left;
  margin: 0 0 10px 15px;
}

/* =============================================================================
*  Leaderboard and Header
* ========================================================================== */
#leaderboard-wrapper .container {
  background: url("../images/leaderboard-bg.png") no-repeat right -1260px top 0;
  width: 100%;
  max-width: 100%;
}
#leaderboard-wrapper .block {
  margin: 6px 0 0 0;
}

/* ucsb - coe links */
#block-block-2 {
  float: left;
  font-size: 0.85em;
}
#block-block-2 p {
  margin: 0;
}
#block-block-2 .block-content a:link,
#block-block-2 .block-content a:visited {
  color: #87c9ea;
  padding: 0 10px;
  margin-top: 5px;
  display: block;
  float: left;
}
#block-block-2 .block-content a:hover,
#block-block-2 .block-content a:active {
  color: #fff;
}
#block-block-2 .block-content span {
  display: block;
  color: #67767c;
  font-size: 1.6em;
  float: left;
}

/*#header-wrapper header {
	margin: 0 10px 0 10px;
}*/

#logo {
  position: relative;
  margin: 0px auto;
}
#logo a {
  /*oog changes dec 9*/
  display: block;
  padding: 8px 0 0 3em;
  text-align: center;
  padding: 5px 0 0 0;
  /*padding:8px 0 0 0;*/
  /*margin: 5px 0 0 5px;
	float:right;*/
}
/*img.site-logo,
img.site-logo a {
	display: block;
	/* width: 100%; comment out for new logo */
/*margin: 5px 0 0 5px;  11px 0 0 0 
}*/
#logo {
  /*oog changes feb 3*/
  position: relative;
  margin: 0px auto;
  top: 20px;
  right: 2px;
}
#logo a {
  /*oog changes dec 9*/
  display: block;
}
#branding {
  /*oog change dec 9*/
  margin: 0;
  position: relative;
  top: 2px;
  width: 20%;
  padding: 0 1% 0 1.5%;
  float: left;
  height: 86px;
  /* background: url('../images/transp-white-logo.png');
	border-bottom: 8px solid #f2d306; */
}
.front #branding {
  width: 20%;
  padding: 0px;
  top: 8px;
  float: left;
  height: 100px;
}
.not-front .region-header {
  width: 77.5%;
  float: right;
}
#site-name {
  margin: 0;
}
#site-slogan {
  margin: 0;
}
.region-header {
  width: 82.5%;
  float: right;
}
.front .region-header {
  width: 79.5%;
  float: right;
}

#block-block-15 /* Mobile Site Logo */ {
  display: none;
  margin: 0;
}

/* =============================================================================
*   Search Box
* ========================================================================== */
/* search form */
.region-leaderboard .block-search {
  float: right;
}
.region-leaderboard .block-search h2 {
  margin: 0;
}
.region-leaderboard .search-form {
  margin: 0;
}
.region-leaderboard .search-form input.form-text {
  background: #33404c;
  border: none;
  color: #87c9ea;
  width: 180px;
  display: block;
  float: left;
  padding: 2px 5px;
  margin: 1px 5px 0 0;
}

.region-leaderboard .search-form input.form-submit {
  display: block;
  float: right;
  margin: 0 0 0 0;
  padding: 3px 0 0 0;
}
.region-leaderboard .search-form .form-type-textfield {
  margin: 0 0 0 0;
}

/* =============================================================================
*   Information For
* ========================================================================== */
#leaderboard-wrapper #block-superfish-1 {
  float: right;
  color: #bae1f1;
  z-index: 10000;
  font-family: "Istok", sans-serif;
  letter-spacing: 1px;
  margin: 0;
}

/*#block-superfish-1 .firstandlast:hover {
	background: url('../images/lightblue-transp.png');
}*/

#block-superfish-1 span.nolink {
  background: url("../images/menu-icon.png") no-repeat right 10px top 12px;
  display: block;
  padding: 11px 35px 3px 10px;
  height: 20px;
  text-transform: uppercase;
}
#block-superfish-1 span.nolink:hover,
#block-superfish-1 li.sfHover span.nolink {
  cursor: pointer;
  /*background: url('../images/menu-icon-hover.png') no-repeat right 10px top 12px;
	color: #29313f;*/
}
ul#superfish-1 {
  margin: 0;
  padding: 0;
}
ul#superfish-1 ul {
  background: url("../images/lightblue-transp.png");
  margin: -18px 0 0 0;
  padding: 0;
}
ul#superfish-1 ul li {
  padding: 0;
  margin: 0;
}
ul#superfish-1 ul li a:link,
ul#superfish-1 ul li a:visited {
  display: block;
  color: #29313f;
  line-height: 1.2em;
  padding: 10px;
  height: auto;
  border-bottom: 1px solid #232935;
}
ul#superfish-1 ul li a:hover,
ul#superfish-1 ul li a:active {
  background: #fff;
}

ul#superfish-1 li a:link,
ul#superfish-1 li a:visited {
  display: block;
  color: #87c9ea; /*#0094d8*/
  line-height: 1.2em;
  padding: 10px;
  font-size: 0.8em;
  text-transform: uppercase;
}
ul#superfish-1 li a:hover,
ul#superfish-1 li a:active {
  color: #fff;
}

/* =============================================================================
*   main content
* ========================================================================== */

.front #main-content {
  margin: 0 10px 0 10px;
}

/* =============================================================================
*   Homepage Slideshow
* ========================================================================== */
#full-width {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#block-views-homepage-slideshow-block {
  margin: 0;
}
#block-views-homepage-slideshow-block .block-inner {
  margin: 0;
}
#block-views-homepage-slideshow-block .views-field-field-slide-overlay-title p {
  margin: 0;
}
#block-views-homepage-slideshow-block .views-field-field-slide-overlay-title {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#block-views-homepage-slideshow-block .flexslider {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: 0;
  margin: 0;
  height: 100%;
}
#block-views-homepage-slideshow-block .flexslider ul {
  padding: 0;
}
/*Slide Titles*/

#block-views-homepage-slideshow-block .slide-title-wrapper {
  width: 25%;
  max-width: 433px;
  position: absolute;
  bottom: 50px;
  right: 200px;
  display: block;
  padding: 17px 34px 17px 17px;
  /*background: #000;
	opacity: .5;*/
  background: url("../images/black-transp-bg.png") repeat top center;
}
#block-views-homepage-slideshow-block .flexslider p {
  position: relative;
  /*max-width: 1140px;*/
  margin: 0 auto;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.1;
}

#block-views-homepage-slideshow-block .flexslider .slides a {
  font-size: 1.8em;
  display: block;
  /*float:right;*/
  /*margin-right:30px;
	text-shadow: 1px 1px 4px rgba(55, 55, 55, .5);
	font-weight: bold;
	letter-spacing: 1px;*/
  font-family: "Pt Sans Narrow", "Arial Narrow", Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1em;
}
#block-views-homepage-slideshow-block .flexslider a:link,
#block-views-homepage-slideshow-block .flexslider a:visited {
  color: #fff;
}

#block-views-homepage-slideshow-block .flexslider a:hover,
#block-views-homepage-slideshow-block .flexslider a:active {
  color: #ffd200;
  text-decoration: none;
}

#block-views-homepage-slideshow-block .flexslider span {
  font-size: 0.8em;
  text-transform: none;
  font-weight: normal;
}

.flex-direction-nav li {
  line-height: 60px;
}

.flex-direction-nav a {
  height: 60px;
}

/* =============================================================================
*   Homepage
* ========================================================================== */
/* events */
#tertiary-content-wrapper .container {
  padding-bottom: 50px;
}
#block-views-events-block {
  width: 80%;
  /*background: #dbe5eb;*/
  /*padding: 0 0 50px 0;*/
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 3;
}
#block-views-events-block .block-title {
  margin: 0 0 33px 0;
  font-weight: normal;
  font-size: 1.6em;
}
#block-views-events-block .views-row {
  margin: 0 0 26px 0;
}
#block-views-events-block .views-row-last {
  margin: 0 0 20px 0;
}
#block-views-events-block .views-field-field-event-date-1 {
  width: 50px;
  text-align: center;
  color: #2b404f;
  text-transform: uppercase;
  line-height: 1.4em;
  float: left;
  margin: 0;
}
#block-views-events-block .views-field-field-event-date-1 a:link,
#block-views-events-block .views-field-field-event-date-1 a:visited {
  border: 3px solid #c1f3ff;
  padding: 3px 0;
  background: #fff;
  color: #2b404f;
  display: block;
  width: 50px;
}
#block-views-events-block .views-field-field-event-date-1 a:hover,
#block-views-events-block .views-field-field-event-date-1 a:active {
  border-color: #6acae7;

  /*border: 5px solid #6acae7;*/
  padding: 3px 0;
  /*background: #11b4e3;*/
  opacity: 0.9;
  color: #fff;
  display: block;
  width: 50px;
}
#block-views-events-block .views-field-field-event-date-1 span.date {
  font-size: 1.6em;
  font-weight: bold;
}
#block-views-events-block .views-field-title {
  padding: 0 0 0 73px;
}
#block-views-events-block .views-field-title a:link,
#block-views-events-block .views-field-title a:visited {
  color: #2b404f;
}
#block-views-events-block .views-field-title a:hover,
#block-views-events-block .views-field-title a:active {
  color: #11b4e3;
}
#block-views-events-block .view-footer p {
  margin: 0 10px 0 0;
  text-align: right;
}
#block-views-events-block .view-footer p a:link,
#block-views-events-block .view-footer p a:visited {
  text-transform: uppercase;
  /*background: #fff;*/
  font-size: 0.9em;
  padding: 5px 10px;
}
#block-views-events-block .view-footer p a:hover,
#block-views-events-block .view-footer p a:active {
  color: #fff;
  /*background: #11b4e3;*/
}

/* homepage tertiary strip */
.front #tertiary-content-wrapper {
  margin: 0;
  background: url("../images/tertiary-bg-strip.jpg") repeat-x top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -80px;
}
.front #tertiary-wrapper2 {
  position: relative;
  padding-top: 60px;
  background: url("../images/tertiary-bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 5px solid #3a4e68;
}

.front #tertiary-content-wrapper .block .block-title {
  font-family: "Open Sans Condensed", "Arial Narrow", Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 300;
  border-bottom: 1px solid #8691a2;
  font-size: 2em;
  margin: 10px 0 30px 0;
  line-height: 1em;
  padding: 0 0 10px 0;
}
.front #tertiary-content-wrapper .block .block-content a:link,
.front #tertiary-content-wrapper .block .block-content a:visited {
  color: #c1f3ff; /*#89d7ee*/
}
.front #tertiary-content-wrapper .block .block-content a:hover,
.front #tertiary-content-wrapper .block .block-content a:active {
  color: #fff; /*#fde433*/
}

/* homepage three-33-tertiary strip event calendar*/
.front
  #tertiary-content-wrapper
  .block
  .block-content
  .views-field-field-event-date-1
  a:link,
.front
  #tertiary-content-wrapper
  .block
  .block-content
  .views-field-field-event-date-1
  a:visited {
  color: #2b404f;
}

.front #tertiary-content-wrapper .block-events-block .views-field-title a:link,
.front
  #tertiary-content-wrapper
  .block-events-block
  .views-field-title
  a:visited,
.front #tertiary-content-wrapper .block-events-block .view-footer a:link,
.front #tertiary-content-wrapper .block-events-block .view-footer a:visited {
  font-size: 0.95em;
  color: #fff;
}

.front #tertiary-content-wrapper .block-events-block .views-field-title a:hover,
.front #tertiary-content-wrapper .block-events-block .views-field-title a:focus,
.front #tertiary-content-wrapper .block-events-block .view-footer a:hover,
.front #tertiary-content-wrapper .block-events-block .view-footer a:focus {
  color: #c1f3ff;
}

/* homepage buttons */
/* #block-block-11 {
	width: 30%;
	float: left;
	text-align: center;
	margin: 70px 0 100px 0;
}
*/
#block-block-11 {
  margin-left: 8%;
  margin-top: 0;
  float: left;
}
#block-block-11 .block-content p {
  margin: 0;
}

.front #tertiary-content-wrapper #block-block-11 .block-content a.button:link,
.front
  #tertiary-content-wrapper
  #block-block-11
  .block-content
  a.button:visited {
  width: 249px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 5px;
  line-height: 1em;
  font-weight: bold;
  margin: -6px auto 20px auto;
}
#block-block-11 .block-content a.button.cyan:link,
#block-block-11 .block-content a.button.cyan:visited {
  background: #0c9acf;
  border-top: 5px solid #0f61a1;
}
#block-block-11 .block-content a.button.cyan:hover,
#block-block-11 .block-content a.button.cyan:active {
  background: #10b5de;
  border-top: 5px solid #147cbb;
}
#block-block-11 .block-content a.button.blue:link,
#block-block-11 .block-content a.button.blue:visited {
  background: #0474b5;
  border-top: 5px solid #0a5c8c;
}
#block-block-11 .block-content a.button.blue:hover,
#block-block-11 .block-content a.button.blue:active {
  background: #0591cb;
  border-top: 5px solid #0d76a9;
}
#block-block-11 .block-content a.button.yellow:link,
#block-block-11 .block-content a.button.yellow:visited {
  background: #eac30d;
  border-top: 5px solid #d69c00;
}
#block-block-11 .block-content a.button.yellow:hover,
#block-block-11 .block-content a.button.yellow:active {
  background: #f1d612;
  border-top: 5px solid #e3b700;
}
#block-block-11 .block-content a.button.light-orange:link,
#block-block-11 .block-content a.button.light-orange:visited {
  background: #fdb722;
  border-top: 5px solid #e8a005;
}
#block-block-11 .block-content a.button.light-orange:hover,
#block-block-11 .block-content a.button.light-orange:active {
  background: #eebc1a;
  border-top: 5px solid #d08701;
}

#block-block-11 .block-content a.button.lime:link,
#block-block-11 .block-content a.button.lime:visited {
  background: #91c710;
  border-top: 5px solid #76a20d;
}
#block-block-11 .block-content a.button.lime:hover,
#block-block-11 .block-content a.button.lime:active {
  background: #a2e012;
  border-top: 5px solid #89bd0f;
}

#block-block-11 .block-content a.button.aqua:link,
#block-block-11 .block-content a.button.aqua:visited {
  background: #06aab4;
  border-top: 5px solid #01838b;
}
#block-block-11 .block-content a.button.aqua:hover,
#block-block-11 .block-content a.button.aqua:active {
  background: #07c5d1;
  border-top: 5px solid #019ba4;
}

/* homepage news block */
/* #block-views-news-block-1 {
	width: 32%;
	float: left;
	margin: 0 5% 100px 3%;
}
*/
#block-views-news-block-1 .block-content ul {
  margin: 0;
  padding: 0;
}
#block-views-news-block-1 .block-content ul li {
  margin: 0 0 20px 0;
}
#block-views-news-block-1 .more-link {
  text-transform: uppercase;
  color: #fff;
  border-top: 1px solid #8691a2;
}
.front
  #tertiary-content-wrapper
  #block-views-news-block-1
  .block-content
  .more-link
  a:link,
.front
  #tertiary-content-wrapper
  #block-views-news-block-1
  .block-content
  .more-link
  a:visited {
  color: #fff;
  font-size: 0.9em;
}
#block-views-news-block-1 .views-field-field-news-date {
  font-style: italic;
  color: #edeeef;
  font-size: 0.9em;
}
.front
  #tertiary-content-wrapper
  #block-views-news-block-1
  .views-field-field-news-external-link
  a:link,
.front
  #tertiary-content-wrapper
  #block-views-news-block-1
  .views-field-field-news-external-link
  a:visited {
  color: #edeeef;
  font-size: 0.9em;
}

/* homepage announcements */
#block-views-news-block-1,
#block-block-12 {
  position: relative;
  margin-top: 0;
  margin-left: 9%;
}
/* =============================================================================
*  Homepage Spotlight and Featured News
* ========================================================================== */
/* homepage featured news */

#block-views-spotlights-block {
  margin: 0 0 60px 0;
  width: 100%;
  float: left;
  min-height: 400px;
}
#block-views-spotlights-block .block-title {
  font-family: "Pt Sans Narrow", Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.7em;
  letter-spacing: 1px;
  line-height: 0.8;
  margin: 35px 0 25px 17px;
  /*text-transform:none;*/
  color: #295779;
}
#block-views-spotlights-block .view-content .views-row {
  width: 22%;
  float: left;
  padding: 0 17px 0 17px;
  overflow: hidden;
}
#block-views-spotlights-block .view-content .views-row:first-child {
  margin-left: 0px;
}
#block-views-spotlights-block .views-field-field-event-image,
#block-views-spotlights-block .views-field-field-news-image,
#block-views-spotlights-block .views-field-field-right-image,
#block-views-spotlights-block .views-field-field-image {
  position: relative;
}
#block-views-spotlights-block .views-field-field-event-image span.category,
#block-views-spotlights-block .views-field-field-news-image span.category,
#block-views-spotlights-block .views-field-field-right-image span.category,
#block-views-spotlights-block .views-field-field-image span.category {
  display: block;
  font-family: "Pt Sans Narrow", Impact, "Arial Narrow", Helvetica, sans-serif;
  letter-spacing: 0.5px;
  font-size: 1.1em;
  position: absolute;
  width: 96%;
  line-height: 1em;
  padding: 6px 2% 2px 2%;
  bottom: 5px;
  background: url("../images/transp-navy-64.png");
  text-transform: uppercase;
  color: #fff;
  height: 17px;
}
#block-views-spotlights-block .views-field-field-spotlight-category {
}
#block-views-spotlights-block .views-field-field-spotlight-title {
  margin: 5px 0 0 0;
}
#block-views-spotlights-block .views-field-field-spotlight-title a:link,
#block-views-spotlights-block .views-field-field-spotlight-title a:visited {
  line-height: 1.1em;
  font-size: 1.2em;
  color: #295779;
}
#block-views-spotlights-block .views-field-field-spotlight-title a:hover,
#block-views-spotlights-block .views-field-field-spotlight-title a:active {
  color: #0d87aa;
}

.view-spotlights .view-content {
  display: block;
  overflow: auto;
}
.view-spotlights .more-link {
  margin-right: 25px;
  text-transform: uppercase;
  font-size: 0.9em;
  display: block;
  margin-top: 10px;
}

.view-spotlights .more-link a:link,
.view-spotlights .more-link a:visited {
  color: #000;
  font-weight: bold;
}

.view-spotlights .more-link a:hover,
.view-spotlights .more-link a:focus {
  color: #0d87aa;
}

/* =============================================================================
*   News Views
* ========================================================================== */
.view-news.view-display-id-page .views-row,
.view-news.view-display-id-awards_accolades .views-row,
.view-news.view-display-id-research .views-row,
.view-news.view-display-id-alumni .views-row,
.view-news.view-display-id-department_life .views-row,
.view-news.view-display-id-student_postdoc_honors .views-row {
  margin: 0 0 40px 0;
  list-style: none;
}
.view-news.view-display-id-page .views-field-title,
.view-news.view-display-id-awards_accolades .views-field-title,
.view-news.view-display-id-research .views-field-title,
.view-news.view-display-id-alumni .views-field-title,
.view-news.view-display-id-department_life .views-field-title,
.view-news.view-display-id-student_postdoc_honors .views-field-title {
  font-size: 1.6em;
  border-top: 1px solid #b8b7b7;
  margin: 17px 0 0 0;
  padding: 10px 0 0 0;
}
.view-news.view-display-id-page .views-field-field-news-date-2,
.view-news.view-display-id-awards_accolades .views-field-field-news-date-2,
.view-news.view-display-id-research .views-field-field-news-date-2,
.view-news.view-display-id-alumni .views-field-field-news-date-2,
.view-news.view-display-id-department_life .views-field-field-news-date-2,
.view-news.view-display-id-student_postdoc_honors
  .views-field-field-news-date-2 {
  background: url("../images/date-bg.gif") no-repeat;
  padding: 30px 0 40px 0;
  color: #757575;
  text-transform: uppercase;
  font-size: 1.2em;
  float: left;
  width: 111px;
}
.view-news.view-display-id-page .views-field-field-news-date-2 span,
.view-news.view-display-id-awards_accolades .views-field-field-news-date-2 span,
.view-news.view-display-id-research .views-field-field-news-date-2 span,
.view-news.view-display-id-alumni .views-field-field-news-date-2 span,
.view-news.view-display-id-department_life .views-field-field-news-date-2 span,
.view-news.view-display-id-student_postdoc_honors
  .views-field-field-news-date-2
  span {
  font-size: 0.9em;
}
.view-news.view-display-id-page .views-field-body,
.view-news.view-display-id-page .views-field-field-news-external-link,
.view-news.view-display-id-awards_accolades .views-field-body,
.view-news.view-display-id-awards_accolades
  .views-field-field-news-external-link,
.view-news.view-display-id-research .views-field-body,
.view-news.view-display-id-research .views-field-field-news-external-link,
.view-news.view-display-id-alumni .views-field-body,
.view-news.view-display-id-alumni .views-field-field-news-external-link,
.view-news.view-display-id-department_life .views-field-body,
.view-news.view-display-id-department_life
  .views-field-field-news-external-link,
.view-news.view-display-id-student_postdoc_honors .views-field-body,
.view-news.view-display-id-student_postdoc_honors
  .views-field-field-news-external-link {
  padding: 0 0 0 111px;
}

/* exposed block */
#block-views-exp-news-page {
  margin-top: 50px;
}
#block-views-exp-news-page .views-exposed-widget {
  clear: both;
}

/* =============================================================================
*   Student Achievement News View Block
* ========================================================================== */

#block-views-news-block-4 {
  margin-bottom: 50px;
}

#block-views-news-block-4 .views-row {
  margin-bottom: 20px;
}

/* =============================================================================
*   News Pages
* ========================================================================== */
.node-news .field-name-field-news-date {
  font-style: italic;
  font-size: 1.1em;
  color: #999;
  margin: 0 0 20px 0;
  display: block;
  /*width: 59%;*/
}

.node-news .field-name-field-news-image {
  margin: 0 20px 20px 0;
}

.node-news .field-name-field-news-image,
.node-news .field-name-field-news-external-link {
  float: left;
}

.node-news .field-name-field-news-external-link {
  width: 59%;
  margin: 0 0 20px 0;
}

.node-news .sharethis-buttons {
  margin: 0 0 20px 0;
  clear: both;
}

/* =============================================================================
*   Events Views
* ========================================================================== */
#block-views-exp-events-page {
  margin-top: 50px;
}
#block-views-exp-events-page .views-exposed-widget {
  clear: both;
}
#block-views-exp-events-page .views-exposed-widget {
  clear: both;
}
.view-events.view-display-id-page .attachment .view-content,
.view-events.view-display-id-general_event .attachment .view-content,
.view-events.view-display-id-colloquium .attachment .view-content,
.view-events.view-display-id-distinguished .attachment .view-content {
  width: 100%;
}
.view-events.view-display-id-page .item-list-pager,
.view-events.view-display-id-general_event .item-list-pager,
.view-events.view-display-id-colloquium .item-list-pager,
.view-events.view-display-id-distinguished .item-list-pager {
  margin: 0 0 30px 0;
}
.view-events.view-display-id-page .view-header h2,
.view-events.view-display-id-general_event .view-header h2,
.view-events.view-display-id-colloquium .view-header h2,
.view-events.view-display-id-distinguished .view-header h2 {
  clear: both;
  border-bottom: 1px solid #b8b7b7;
  font-size: 2.2em;
}
.view-events.view-display-id-page .views-field-field-event-date-3,
.view-events.view-display-id-general_event .views-field-field-event-date-3,
.view-events.view-display-id-colloquium .views-field-field-event-date-3,
.view-events.view-display-id-distinguished .views-field-field-event-date-3 {
  width: 100px;
  text-align: center;
  color: #2b404f;
  text-transform: uppercase;
  line-height: 1.4em;
  float: left;
  margin: 0;
}
.view-events.view-display-id-page .views-field-field-event-date-3 a:link,
.view-events.view-display-id-page .views-field-field-event-date-3 a:visited,
.view-events.view-display-id-general_event
  .views-field-field-event-date-3
  a:link,
.view-events.view-display-id-general_event
  .views-field-field-event-date-3
  a:visited,
.view-events.view-display-id-colloquium .views-field-field-event-date-3 a:link,
.view-events.view-display-id-distinguished
  .views-field-field-event-date-3
  a:link,
.view-events.view-display-id-colloquium
  .views-field-field-event-date-3
  a:visited,
.view-events.view-display-id-distinguished
  .views-field-field-event-date-3
  a:visited {
  border: 3px solid #0c9acf;
  padding: 3px 0;
  background: #fff;
  color: #2b404f;
  display: block;
  width: 50px;
}
.view-events.view-display-id-page .views-field-field-event-date-3 a:hover,
.view-events.view-display-id-page .views-field-field-event-date-3 a:active,
.view-events.view-display-id-general_event
  .views-field-field-event-date-3
  a:hover,
.view-events.view-display-id-general_event
  .views-field-field-event-date-3
  a:active,
.view-events.view-display-id-colloquium .views-field-field-event-date-3 a:hover,
.view-events.view-display-id-colloquium
  .views-field-field-event-date-3
  a:active,
.view-events.view-display-id-distinguished
  .views-field-field-event-date-3
  a:hover,
.view-events.view-display-id-distinguished
  .views-field-field-event-date-3
  a:active {
  /*border: 5px solid #6acae7;*/
  padding: 3px 0;
  background: #11b4e3;
  color: #fff;
  display: block;
  width: 50px;
}
.view-events.view-display-id-page .views-field-field-event-date-3 span.date,
.view-events.view-display-id-general_event
  .views-field-field-event-date-3
  span.date,
.view-events.view-display-id-colloquium
  .views-field-field-event-date-3
  span.date,
.view-events.view-display-id-distinguished
  .views-field-field-event-date-3
  span.date {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
}
.view-events.view-display-id-page .views-field-field-event-image,
.view-events.view-display-id-general_event .views-field-field-event-image,
.view-events.view-display-id-colloquium .views-field-field-event-image,
.view-events.view-display-id-distinguished .views-field-field-event-image {
  width: 145px;
  float: left;
  margin: 0 20px 0 0;
  text-align: right;
}
.view-events.view-display-id-page .views-row,
.view-events.view-display-id-general_event .views-row,
.view-events.view-display-id-colloquium .views-row,
.view-events.view-display-id-distinguished .views-row {
  overflow: hidden;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #b8b7b7;
  list-style: none;
}
.view-events.view-display-id-page .views-row-last,
.view-events.view-display-id-general_event .views-row-last,
.view-events.view-display-id-colloquium .views-row-last,
.view-events.view-display-id-distinguished .views-row-last {
  border-bottom: none;
}
.views-field-col-right {
  position: relative;
  float: left;
  width: 55%;
}
.view-events.view-display-id-page .views-field-title,
.view-events.view-display-id-general_event .views-field-title,
.view-events.view-display-id-colloquium .views-field-title,
.view-events.view-display-id-distinguished .views-field-title {
  font-size: 1.6em;
  line-height: 1.1em;
  margin-bottom: 15px;
  padding: 0;
}
.view-events.view-display-id-page .views-field-field-event-speaker,
.view-events.view-display-id-page .views-field-field-event-location,
.view-events.view-display-id-general_event .views-field-field-event-speaker,
.view-events.view-display-id-general_event .views-field-field-event-location,
.view-events.view-display-id-colloquium .views-field-field-event-speaker,
.view-events.view-display-id-colloquium .views-field-field-event-location,
.view-events.view-display-id-distinguished .views-field-field-event-speaker,
.view-events.view-display-id-distinguished .views-field-field-event-location {
  color: #898989;
  font-size: 1em;
  line-height: 1.2em;
  margin: 15px 0;
}
.view-events.view-display-id-page .views-field-field-event-speaker .views-label,
.view-events.view-display-id-general_event
  .views-field-field-event-speaker
  .views-label,
.view-events.view-display-id-colloquium
  .views-field-field-event-speaker
  .views-label,
.view-events.view-display-id-distinguished
  .views-field-field-event-speaker
  .views-label {
  font-weight: bold;
}
.view-events.view-display-id-page .views-field-field-event-date-2,
.view-events.view-display-id-general_event .views-field-field-event-date-2,
.view-events.view-display-id-colloquium .views-field-field-event-date-2,
.view-events.view-display-id-distinguished .views-field-field-event-date-2 {
  color: #898989;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1em;
}
.view-events.view-display-id-page .views-field-view-node,
.view-events.view-display-id-general_event .views-field-view-node,
.view-events.view-display-id-colloquium .views-field-view-node,
.view-events.view-display-id-distinguished .views-field-view-node {
  position: absolute;
  bottom: 8px;
  right: 0;
}
.view-events.view-display-id-page .views-field-view-node a:link,
.view-events.view-display-id-page .views-field-view-node a:visited,
.view-events.view-display-id-general_event .views-field-view-node a:link,
.view-events.view-display-id-general_event .views-field-view-node a:visited,
.view-events.view-display-id-colloquium .views-field-view-node a:link,
.view-events.view-display-id-colloquium .views-field-view-node a:visited,
.view-events.view-display-id-distinguished .views-field-view-node a:link,
.view-events.view-display-id-distinguished .views-field-view-node a:visited {
  display: block;
  font-size: 3em;
  line-height: 0.7em;
  float: right;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  text-align: center;
  font-family: "Open Sans Condensed", "Arial Narrow", Helvetica, sans-serif;
  font-weight: 300;
}
.view-events.view-display-id-page .view-filters,
.view-events.view-display-id-general_event .view-filters,
.view-events.view-display-id-colloquium .view-filters,
.view-events.view-display-id-distinguished .view-filters {
  margin: 0 0 60px 0;
}
.view-events.view-display-id-page .views-field-view-node a:hover,
.view-events.view-display-id-page .views-field-view-node a:active,
.view-events.view-display-id-general_event .views-field-view-node a:hover,
.view-events.view-display-id-general_event .views-field-view-node a:active,
.view-events.view-display-id-colloquium .views-field-view-node a:hover,
.view-events.view-display-id-colloquium .views-field-view-node a:active,
.view-events.view-display-id-distinguished .views-field-view-node a:hover,
.view-events.view-display-id-distinguished .views-field-view-node a:active {
  background: #11b4e3;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* =============================================================================
*   Events Pages
* ========================================================================== */

.events-col-left {
  float: left;
  margin: 0 22px 22px 0;
  width: 37%;
}
.events-col-right {
  float: left;
  width: 60%;
}

.node-events .field {
  margin-bottom: 0.5em;
}
.node-events .field-name-field-event-speaker,
.node-events .field-name-field-event-date,
.node-events .field-name-field-event-location,
.node-events .field-name-field-event-type {
  font-size: 1.2em; /* 1.2857em */
  line-height: 1.2em; /* 1.1667em */
  /*margin-bottom: 1.1667em;
	text-transform: uppercase;*/
}
.node-events .field-name-body {
  margin-top: 1.1667em;
}

/*.node-events .field-name-field-event-date {
	font-size: 1.2em;
	margin: 0 0 5px 0;
}
.node-events .field-name-field-event-location {
	margin: 0 0 5px 0;
}
.node-events .field-name-field-event-speaker {
	margin: 0 0 20px 0;
}
.node-events .field-name-field-event-image {
	float: left;
	margin: 0 20px 10px 0;
}

.node-events section.clearfix:after {
	clear: none !important;
}
.node-events .field-name-body {
	display: block;
}
.node-events .field-label {
	display: inline;
	float: left;
}
.node-events section .field-items {
	float: none;
	display: inline;
}*/

/* =============================================================================
*   People Views
* ========================================================================== */
/* table */

.page-people-directory h1#page-title,
.page-people h1#page-title {
  margin: 0 0 20px 0;
}
.page-people-directory .view-header h3 {
  margin: 0 0 15px 5px;
  text-transform: none;
  font-size: 1.6em;
  font-weight: normal;
}
.page-people-directory td.views-field-title {
  width: 20%; /*140px*/
}

.page-people-directory td.views-field-field-titles--departments {
  width: 30%; /*140px*/
}

.page-people-directory td.views-field-field-people-office-1 {
  width: 25%; /*140px*/
}

.page-people-directory td.views-field-field-people-phone {
  width: 25%; /*140px*/
}

.view-people ul li {
  width: 48%;
  float: left;
  min-height: 160px;
  margin: 0 10px 15px 0;
  list-style: none;
}
.view-people .views-field-field-image {
  height: 160px;
  width: 160px;
  background: #efeeec;
  float: left;
  margin: 0 15px 0 0;
}
.view-people .views-field-field-image img {
  width: 160px;
  width: 160px;
}
.view-people div.views-field-title,
.view-people div.views-field-field-titles--departments,
.view-people div.views-field-field-people-email {
  float: left;
  width: 55%;
}

.view-people div.views-field-field-titles--departments p {
  margin-bottom: 0;
}

/* emeriti and postdoc*/
.view-display-id-page_7 ul li,
.view-display-id-page_3 ul li {
  min-height: 100px;
}

.view-display-id-page_4 ul li {
  min-height: 150px;
}

.view-display-id-page_7 div.views-field-title,
.view-display-id-page_7 div.views-field-field-people-title1,
.view-display-id-page_7 div.views-field-field-people-email,
.view-display-id-page_4 div.views-field-title,
.view-display-id-page_4 div.views-field-field-people-title1,
.view-display-id-page_4 div.views-field-field-people-email {
  float: left;
  width: 100%;
}
.view-people .views-field-title {
  font-size: 1.4em;
}
.view-people td.views-field-title {
  font-size: 1em;
}

.view-people.list .views-field-field-people-email {
  word-break: break-all;
  font-size: 0.9em;
}

/* =============================================================================
*   People Views in Research Areas
* ========================================================================== */

#block-views-people-block-2 {
  background: #f2f1eb;
  padding: 20px;
  width: 280px;
  clear: right;
  float: right;
  margin: 0 0 15px 30px;
  border-top: 8px solid #e4e0d6;
}

#block-views-people-block-2 h3 {
  margin: 0 0 15px 0;
  font-family: "Istok", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}

#block-views-people-block-2 .view-people ul li {
  width: 100%;
  min-height: 0;
  margin: 0;
}

#block-views-people-block-2 .view-people .views-field-title {
  font-size: 1em;
}

/* =============================================================================
*  people Pages
* ========================================================================== */

.people-col-left {
  float: left;
  margin-bottom: 22px;
}
.people-col-right {
  float: left;
  width: 50%;
  padding-left: 22px;
}

.node-people .field-name-field-titles--departments {
  font-size: 1.1em;
}

.node-people .contact h3,
.node-people .field .field-label {
  text-transform: none;
  font-size: 1.2em;
  font-weight: normal;
  color: #b5b5b5;
  margin: 30px 0 5px 0;
}
.node-people .field-name-field-people-title1 {
  font-size: 1.2em;
}
.node-people .field-name-field-people-link {
  margin: 15px 0 0 0;
}
.node-people .field-name-field-people-email {
  margin: 0 0 10px 0;
}

/*.node-people .field,
.node-people .contact h3 {
	padding: 0 0 0 295px;
}
.node-people .field-name-field-image {
	float: left;
	margin: 0 50px 20px 0;
	padding: 0;
}*/

/* =============================================================================
*  Views Exposed Form GLobal
* ========================================================================== */

#block-views-exp-news-page,
#block-views-exp-events-page,
#block-views-exp-news-awards-accolades,
#block-views-exp-news-research,
#block-views-exp-news-alumni,
#block-views-exp-news-department_life,
#block-views-exp-news-student_postdoc_honors {
  width: 70%;
  margin: 0; /* 0 auto*/
}
#block-views-exp-news-page h2,
#block-views-exp-events-page h2,
#block-views-exp-news-awards-accolades h2,
#block-views-exp-news-research h2,
#block-views-exp-news-alumni h2,
#block-views-exp-news-department_life h2,
#block-views-exp-news-student_postdoc_honors h2 {
  font-size: 1.2857em; /* 18px */
  line-height: 1.1667em; /* 21px */
  margin-top: 1.1667em;
  margin-bottom: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.views-exposed-form .views-exposed-widget {
  clear: both;
  padding: 0;
  margin: 0 0 15px 0;
  width: 100%;
}
.views-exposed-form .views-submit-button,
.views-exposed-form .views-reset-button {
  clear: none;
  float: left;
  padding: 0;
}
.views-exposed-form .views-submit-button {
  padding-right: 10px;
}

.views-exposed-form label {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 100%;
}

.views-exposed-form label[for="edit-title"] {
  line-height: 1.2;
}

.views-exposed-form .form-item,
#edit-field-news-date-value-value,
.edit-field-news-date-value-value {
  margin: 0;
  width: 100%;
}
.views-exposed-form .form-item select {
  border: 1px solid #cccccc;
  font-family: "Droid Sans", sans-serif;
  color: #595959;
  width: 100%;
}

.views-exposed-form .form-item input {
  border: 1px solid #cccccc;
  font-family: "Droid Sans", sans-serif;
  color: #595959;
  /*width: 100%;*/
  padding: 5px;
}
.form-item input[type="text"] {
  width: 95%;
}

.views-exposed-form .form-item-field-news-type-value input[value=All],
.views-exposed-form label[for=edit-field-news-type-value-all]/*,
.views-exposed-form label[for=edit-field-event-type-value-all] */ {
  display: none;
}

/*.views-exposed-form label.form-type-radio input[checked=checked] {
	display: none;
}*/

.views-exposed-form .form-type-radio label {
  font-weight: 400;
  text-transform: none;
}

.views-exposed-form .form-type-radio label {
  font-weight: 400;
  text-transform: none;
}

.views-exposed-form .form-item select option {
  padding: 5px;
}
.views-exposed-form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.views-exposed-form .views-exposed-widget .form-submit {
  border: 1px solid #cccccc;
  color: #595959;
  text-transform: uppercase;
  font-size: 90%;
  height: auto;
  padding: 7px;
  width: 100px;
  margin: 0;
  background: #f4f4f4; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f4f4f4),
    color-stop(100%, #e0e0e0)
  ); /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f4f4f4 0%,
    #e0e0e0 100%
  ); /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #f4f4f4 0%,
    #e0e0e0 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 0%, #e0e0e0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
}
.views-exposed-form .views-exposed-widget .form-submit:hover {
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #eeeeee),
    color-stop(100%, #cccccc)
  ); /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #eeeeee 0%,
    #cccccc 100%
  ); /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #eeeeee 0%,
    #cccccc 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
}
.view-empty {
  color: #898989;
  font-style: italic;
  padding-left: 0;
}

.attachment .view-events .view-empty h2,
.attachment .view-news .view-empty h2 {
  font-style: normal;
  border-bottom: 1px solid #b8b7b7;
  font-size: 2.4em;
  color: #515151;
}

/* =============================================================================
*   Webform
* ========================================================================== */
/* request room */

.form-item-submitted-date-requested-month,
.form-item-submitted-date-requested-day,
.form-item-submitted-date-requested-year {
  float: left;
}

/*border: 1px solid #CCCCCC;
	font-family: 'Droid Sans', sans-serif;
	color: #595959;
	padding: 3px 5px;
	line-height: 1em;
	width: auto;
	margin: 0 5px 0 0;*/

.month.form-select,
.day.form-select,
.year.form-select,
.hour.form-select,
.minute.form-select {
  display: inline-block;
  /*display: block;*/
  width: 7em;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #595959;
  background-color: #fefefe;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/*.webform-submit.button-primary {
	background-color: #799c21;
}*/

.month.form-select option,
.day.form-select option,
.year.form-select option,
.hour.form-select option,
.minute.form-select option {
  padding: 3px;
}

.webform-component label {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 100%;
}

.webform-component label.option {
  text-transform: none;
  /*font-size: 100%;*/
}

.webform-container-inline {
  overflow: auto;
}

.webform-client-form .form-item-submitted-date-requested-month,
.webform-client-form .form-item-submitted-date-requested-day,
.webform-client-form .form-item-submitted-date-requested-year {
  margin-top: 0;
  margin-bottom: 0;
}

/*.webform-client-form input.webform-calendar {
	margin-top: 1em;
	
}*/

.webform-client-form .webform-component--comments .description {
  font-size: 1em;
  color: #f00;
}

.webform-client-form input.form-submit {
  border: 1px solid #cccccc;
  color: #595959;
  text-transform: uppercase;
  font-size: 90%;
  height: auto;
  padding: 7px;
  width: 100px;
  margin: 0;
  background: #f4f4f4; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f4f4f4),
    color-stop(100%, #e0e0e0)
  ); /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f4f4f4 0%,
    #e0e0e0 100%
  ); /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #f4f4f4 0%,
    #e0e0e0 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 0%, #e0e0e0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
}
.webform-client-form input.form-submit:hover {
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #eeeeee),
    color-stop(100%, #cccccc)
  ); /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #eeeeee 0%,
    #cccccc 100%
  ); /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #eeeeee 0%,
    #cccccc 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
}
.webform-client-form .views-submit-button {
  padding: 17px 0 0 0;
}

/* =============================================================================
*   Page content header
* ========================================================================== */
/*
* Main content header wraps the page title,
tabs and actions links
*/
#main-content-header {
}

/*
* The main page title (h1)
*/
/* =============================================================================
*   Basic Page layout and fields
* ========================================================================== */
.field-name-field-right-image {
  float: right;
  margin: 0 0 10px 25px;
}
.field-name-field-right-box .field-item {
  background: #f2f1eb;
  padding: 20px;
  width: 280px;
  clear: right;
  float: right;
  margin: 0 0 15px 20px;
  border-top: 8px solid #e4e0d6;
}
.field-name-field-right-box h3 {
  margin: 0 0 15px 0;
  font-family: "Istok", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}
.field-name-field-right-button-s {
  clear: right;
  float: right;
  width: 320px;
}
.field-name-field-right-button-s a:link,
.field-name-field-right-button-s a:visited {
  background: #0474b5;
  border-top: 5px solid #0a5c8c;
  text-transform: uppercase;
  display: block;
  width: 100%;
  color: #fff;
  padding: 3px 0 5px 0;
  text-align: center;
  margin-bottom: 10px;
}
.field-name-field-right-button-s a:hover,
.field-name-field-right-button-s a:active {
  background: #0793e4;
  border-top: 5px solid #0474b5;
}

/* =============================================================================
*   Misc Global Styles
* ========================================================================== */
.views-row {
  overflow: auto;
}

/*
* Feed icons
*/
.feed-icon {
}

body.front a.feed-icon {
  display: none;
}

/*
* Aggregator feed source
*/
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}
.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
* Generic styles for links. See the ul.links declaration in node and comment
* stylesheets
*/
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: block;
}
ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
* Search results are an ordered list so reset the margin
*/
.search-results {
  margin: 0;
  padding: 0;
}

/*
* Attribution message and link
*/
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}
.attribution a {
  text-decoration: none;
  color: inherit;
}
.attribution a:hover,
.attribution a:focus {
  text-decoration: underline;
}

/* =============================================================================
*   Primary,
Secondary and Menu Bar region menus
* ========================================================================== */
.nav {
  clear: both;
}
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}
.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}
.nav .block {
  margin-bottom: 0;
}

/* =============================================================================
*   Main Menu block
* ========================================================================== */
#block-superfish-2 {
  font-family: "Pt Sans Narrow", "Arial Narrow", Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 0;
}
.front #block-superfish-2 {
  position: relative;
  top: 0.5rem;
}
#block-superfish-2 .block-inner {
  margin: 0;
}

#block-superfish-2 ul {
  /*oog dec 9*/
  /*background: #fff;*/
  /* background: url('../images/materials-menu-bg.png') repeat-x bottom center; */
  /*opacity: .6; /* IE 8 */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 5-7 */
  /*filter: alpha(opacity=60); /* Netscape */
  /*-moz-opacity: 0.6; /* Safari 1.x */
  /*-khtml-opacity: 0.6;*/
  margin: 0;
  padding: 0;
  height: 94px;
  /* 	box-shadow: 0px 7px 6px -7px black;
	-webkit-box-shadow: 0px 7px 6px -7px black;
	-moz-box-shadow: 0px 7px 6px -7px black; */
}
.not-front #block-superfish-2 ul {
  /*oog dec 9*/
  width: 62vw;
}
#block-superfish-2 ul li {
  height: 84px;
  list-style: none;
  list-style-image: none;
  width: 12.27%;
  text-align: center;
  float: left;
  margin: 0;
  border-top: 8px solid transparent;
  margin: 0 1%;
}
#block-superfish-2 ul li#menu-524-2,
#block-superfish-2 ul li#menu-318-2,
#block-superfish-2 ul li#menu-530-2,
#block-superfish-2 ul li#menu-671-2 {
  width: 11%;
}
#block-superfish-2 ul li#menu-805-2 {
  width: 17%;
}
#block-superfish-2 ul li a:link,
#block-superfish-2 ul li a:visited {
  line-height: 87px;
  font-size: 1.4em;
  color: #000;
  display: inline-block;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}

#block-superfish-2 ul li:hover,
#block-superfish-2 ul li:focus,
#block-superfish-2 ul li.active-trail {
  /*oog dec 9*/
  border-bottom: 8px solid #ffd200;
}

#block-superfish-2 ul li a:hover,
#block-superfish-2 ul li a:focus,
#block-superfish-2 ul li.active-trail a {
  color: #005871;
}

/* =============================================================================
*   Superfish
* ========================================================================== */
#block-superfish-1 ul.sf-menu {
  margin-bottom: 0;
}
#block-superfish-1 ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}
#block-superfish-1 ul.sf-menu a:link,
#block-superfish-1 ul.sf-menu a:visited {
}
#block-superfish-1 ul.sf-menu li {
}
#block-superfish-1 ul.sf-menu li:hover,
#block-superfish-1 ul.sf-menu li.sfHover {
  outline: 0;
}
#block-superfish-1 ul.sf-menu a {
}
#block-superfish-1 ul.sf-menu a:focus,
#block-superfish-1 ul.sf-menu a:hover,
#block-superfish-1 ul.sf-menu a:active {
  outline: 0;
}

/*
* Superfish blocks
*/
.block-superfish {
}
.block-superfish .block-inner .content {
}
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}
.block-superfish ul ul {
}
.block-superfish ul ul ul {
}
.block-superfish ul ul ul ul {
}
.block-superfish li {
  /*margin: 0 !important;*/
  padding: 0 !important;
}

/*
* Vertical style
*/
.sf-vertical {
  width: 100%;
}
.sf-vertical li {
  width: 100%;
}
.sf-vertical li.last {
}
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
.sf-vertical li a {
  padding: 0 10px;
}

/*
* Navbar style
*/
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
* Sensible padding for the default style
*/
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

/* =============================================================================
*   Menu Toggles
* ========================================================================== */
.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.at-mt .at-menu-toggle-button {
  margin: 0;
}
.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}

/* =============================================================================
*  Section Titles
* ========================================================================== */

.region-secondary-content .block {
  margin: 0;
}
.region-secondary-content .block-content a:link,
.region-secondary-content .block-content a:visited {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 290%;
  font-family: "Pt Sans Narrow", Impact, "Arial Narrow", Helvetica, sans-serif;
  letter-spacing: 1px;
  line-height: 1em;
  font-weight: bold;
}
body.page-protected-page .region-secondary-content .block-content p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 290%;
  font-family: "Pt Sans Narrow", Impact, "Arial Narrow", Helvetica, sans-serif;
  letter-spacing: 1px;
  line-height: 1em;
  padding: 0 0 14px 5px;
  font-weight: bold;
  display: block;
}
.region-secondary-content .block-content p {
  margin: 0;
}

/* =============================================================================
*  Left Sidebar Block Menus
* ========================================================================== */
.region-sidebar-first .block-menu-block .block-inner {
  margin: 0 15px 0 0;
}

.region-sidebar-first h2.block-title a {
  color: #000;
}

.region-sidebar-first .block-menu-block ul.menu {
  padding: 0;
  border-right: 1px solid #cfcfcf;
  /* border-top: 1px solid #cfcfcf;
	*/
}
.region-sidebar-first .block-menu-block ul.menu ul {
  margin: 0 0 0 30px;
  padding: 0 0 15px 0;
  border-right: none;
}
.region-sidebar-first .block-menu-block ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  border-bottom: 1px solid #cfcfcf;
}
/*
.region-sidebar-first .block-menu-block ul.menu li.first.expanded {
	border-top: 1px solid #cfcfcf;
}*/

.region-sidebar-first .block-menu-block ul.menu li a:link,
.region-sidebar-first .block-menu-block ul.menu li a:visited {
  display: block;
  padding: 10px 10px 10px 15px;
  font-family: "Pt Sans Narrow", "Arial Narrow", Helvetica, sans-serif;
  /* font-family: 'Droid Sans', sans-serif;
	*/
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #3b3b3b;
}
.region-sidebar-first .block-menu-block ul.menu li a.active {
  background: url("../images/yellow-arrow.gif") no-repeat left center;
}
.region-sidebar-first .block-menu-block ul.menu li a:hover,
.region-sidebar-first .block-menu-block ul.menu li a:active {
  background: url("../images/yellow-arrow.gif") no-repeat left center;
  transition: background 0.5s ease;
}
.region-sidebar-first .block-menu-block ul.menu ul {
  margin: 0 0 0 30px;
}
.region-sidebar-first .block-menu-block ul.menu ul li {
  border-bottom: none;
}
.region-sidebar-first .block-menu-block ul.menu ul li a:link,
.region-sidebar-first .block-menu-block ul.menu ul li a:visited {
  display: block;
  padding: 5px 10px 5px 15px;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 1.4em;
  color: #3b3b3b;
}

/* If li.content exists it's a problem,
so reset the padding */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
*   Book navigation menu
* ========================================================================== */
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes the string is two chars */
  min-width: 2em;
  white-space: nowrap;
}
.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
*   Breadcrumbs
* ========================================================================== */
#breadcrumb {
  margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}
#breadcrumb .breadcrumb-label:after {
  content: ":";
}
#breadcrumb ol {
  margin: 0;
  padding: 0;
}
#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}
#breadcrumb li {
  list-style: none;
  display: inline;
}

/* =============================================================================
*   Pagers
* ========================================================================== */
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}
.item-list ul.pager li {
  margin: 0;
}
ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}
ul.pager li.pager-current {
  font-weight: 700;
}
.block ul.pager li {
  margin: 0;
}

/* =============================================================================
*   Skip Navigation
* ========================================================================== */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}
#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}

/* =============================================================================
*   Tabs (local tasks)
* ========================================================================== */
#tasks {
  margin-bottom: 15px;
}
ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}
ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}
ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}
ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}
ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 0.3em 1em;
}
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}
ul.secondary li a {
}
ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
*   Action links
* ========================================================================== */
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}
ul.action-links li {
}

/* =============================================================================
*  Field Styling
* ========================================================================== */
/*
* Wrapper for any field
*/
.field {
}

/*
* Above and inline classes are on the field wrapper
*/
.field-label-above {
}

/*
* When labels are set to inline in field display settings the clearfix class is
* automatically added
*/
.field-label-inline {
}
.field-label-inline .field-label {
  margin: 0;
}

/*
* Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
* ineritance issues
*/
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
* Field types (Core)
*/
/*
* Image fields use the <figure> and <figcaption> elements from HTML5
*/
.field-type-image {
}
.field-type-image .caption {
}
.field-type-image .full-caption {
}
.field-type-image .teaser-caption {
}

/*
* Taxonomy
*/
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}
.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
* Text
*/
.field-type-text {
}

/*
* Long text
*/
.field-type-text-long {
}

/*
* Text with summary
*/
.field-type-text-with-summary {
}

/*
* File
*/
.field-type-file {
}

/*
* Number/Integer
*/
.field-type-number-integer {
}

/*
* Decimal
*/
.field-type-number-decimal {
}

/*
* Number float
*/
.field-type-number-float {
}

/*
* List
*/
.field-type-list-text {
}

/*
* List boolean
*/
.field-type-list-boolean {
}

/*
* List integer
*/
.field-type-list-integer {
}

/*
* List float
*/
.field-type-list-float {
}

/*
* Field types (Contrib)
*/
.field-type-datetime {
}
.field-type-node-reference {
}
.field-type-user-reference {
}

/*
* Named fields
*/
.field-name-body {
}
.field-name-field-image {
}
.field-name-field-tags {
}

/*
* Underscores in field name are replaced with dashes
*/
.field-name-field-FIELDNAME {
}

/*
* Image Alignment Theme Settings - included here so you can easily override
*/
/*
* Float none setting
*/
.ia-n .field-type-image,
.iat-n .field-type-image {
}

/*
* Float left setting
*/
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
* Centered setting
*/
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
* Float right setting
*/
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
*   Block Styling
* ========================================================================== */
.block {
  margin-bottom: 20px;
}
.block-inner {
}
.block-title {
  color: #2b404f;
  text-transform: uppercase;
}
.block-content {
}

/*
* Match item list and block menu margin and padding
*/
.block-content {
}
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}
.block-content li {
  margin: 0;
  padding: 0;
}

/* =============================================================================
*   Node Styling
* ========================================================================== */
.node {
  margin-bottom: 20px;
}
.node .node-title {
  margin: 0;
}

/* =============================================================================
*   Comment Styling - Comments,
comment wrapper,
comment form
* ========================================================================== */
/*
* Wrapper for the list of comments and its titles
*/
#comments {
  margin: 1.5em 0;
}
#comments h2 {
}
#comments h2.comment-title {
  margin: 0;
}
#comments h2.comment-form {
  margin: 0;
}

/*
* Wrapper for a single comment
*/
.comment {
  margin-bottom: 20px;
}

/*
* Comment title
*/
.comment-title {
  margin: 0;
}

/*
* Preview of the comment before submitting new or updated comment
*/
.comment-preview {
}

/*
* "New" marker for comments that are new for the current user
*/
.new {
  color: #c00;
}

/*
* Nested comments are indented
*/
.indented {
  margin-left: 40px;
}

/* =============================================================================
*   Protected page
* ========================================================================== */
body.page-protected-page fieldset {
  padding: 1em;
}
body.page-protected-page #content input.form-submit {
  border: 1px solid #000;
  background: #ffd200;
  color: #000;
  font-size: 90%;
  height: auto;
  margin: 0;
  padding: 9px 7px 7px;
  text-transform: uppercase;
  width: 150px;
}
body.page-protected-page #content input.form-submit:hover {
  border: 1px solid #000;
  background: #ffe153;
}

/* =============================================================================
*   Forms
* ========================================================================== */
/*
* Wrapper for a form element (or group of form elements) and its label
*/
.form-item {
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
.form-item label {
  font-weight: 700;
}
.form-item label.option {
}

/*
* Highlight marks and form required mark
*/
.marker,
.form-required {
  color: #c00;
}
.form-item .description {
  font-size: 0.85em;
}
.form-checkboxes .form-item,
.form-radios .form-item {
}

/*
* The submit button
*/
.form-submit {
}
.container-inline div,
.container-inline label {
  display: inline;
}

/*
* Define consistent borders
*/
fieldset {
  border: 1px solid #ccc;
}

/*
* Tips for Drupal's input formats
*/
.tips {
}

/*
* Password confirmation
*/
.password-parent,
.confirm-parent {
  margin: 0;
}

/* =============================================================================
*   Tables
* ========================================================================== */
table {
  behavior: url(http://www.housing.ucsb.edu/sites/www.housing.ucsb.edu/themes/housing/PIE-1.0.0/PIE.htc);
  clear: both;
  *border-collapse: collapse; /* IE7 and lower */
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ffd200;
  border-right: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background: #fefefe;
  margin: 0 10px 30px 4px;
  position: relative; /* for IE8 */
  width: 100%;
}
table thead tr {
  font-weight: bold;
  behavior: url(http://www.housing.ucsb.edu/sites/www.housing.ucsb.edu/themes/housing/PIE-1.0.0/PIE.htc);
  background: -moz-linear-gradient(100% 25% 90deg, #edecec, #e5e5e5);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 25%,
    from(#e5e5e5),
    to(#edecec)
  );
}
table thead th p {
  margin: 0;
}
table ul {
  margin: 0 0 0 15px;
}
table h3 {
  margin: 0;
}
th {
  text-transform: uppercase;
  border-top: none;
  border-left: none;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 10px;
  text-shadow: 1px 1px 1px #fff;
  position: relative; /* for IE8 */
  text-align: left;
}
tbody th {
  behavior: url(http://www.housing.ucsb.edu/sites/www.housing.ucsb.edu/themes/housing/PIE-1.0.0/PIE.htc);
  background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 25%,
    from(#f1f1f1),
    to(#f6f6f6)
  );
}
thead tr:first-child th.first {
  position: relative; /* for IE8 */
}
thead tr:first-child th.last {
  border-right: none;
  position: relative; /* for IE8 */
}
thead tr:first-child th.first.last {
  position: relative; /* for IE8 */
}
tr:last-child td.first,
tr:last-child th.first {
  position: relative; /* for IE8 */
}
tr:last-child td.last {
  position: relative; /* for IE8 */
}
tr:last-child td.first.last {
  position: relative; /* for IE8 */
}
td {
  padding: 10px;
  vertical-align: top;
  border-top: none;
  border-right: 1px solid #e0e0e0;
  border-left: none;
  border-bottom: 1px solid #e0e0e0;
  behavior: url(http://www.housing.ucsb.edu/sites/www.housing.ucsb.edu/themes/housing/PIE-1.0.0/PIE.htc);
  background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 25%,
    from(#f1f1f1),
    to(#f6f6f6)
  );
  text-align: left;
}
td.last {
  border-right: none;
}
tr.odd-row td,
tr.odd td {
  behavior: url(http://www.housing.ucsb.edu/sites/www.housing.ucsb.edu/themes/housing/PIE-1.0.0/PIE.htc);
  background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 25%,
    from(#f9f9f9),
    to(#fefefe)
  );
  border-top: none;
}
tr.views-row-first td {
  border-top: none;
}
tr.odd-row td {
}

/*
* Forum tables
* Core sets white-space to nowrap,
which makes no sense
*/
#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: normal;
}

/* =============================================================================
*   Messages
* ========================================================================== */
/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
* Unpublished nodes
*/
.node-unpublished,
.comment-unpublished {
}
.node-unpublished,
.comment-unpublished {
}
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
* Otherwise these elements will appear below the "Unpublished" text
*/
.lt-ie8 {
}
.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}

/* =============================================================================
*    Maintenance pages
* ========================================================================== */
.maintenance-page {
}
.maintenance-page .container {
  padding: 40px 0;
}
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}
.db-offline {
}
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}
.db-offline div.messages {
  margin: 20px 0 0;
}
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
*   Misc overrides for contrib modules
* ========================================================================== */
/*
* Admin menu overrides
*/
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
* Devel Module
*/
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
* Styleguide module tweaks
*/
#styleguide-header {
  padding: 0 10px;
}
#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* =============================================================================
*  Footer
* ========================================================================== */

/*#footer-wrapper {
	background: url('../images/footer-bg-grad.png') no-repeat center;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
}*/

#footer-wrapper .at-panel {
  padding-top: 60px;
}
#footer a:link,
#footer a:visited {
  color: #fff;
}
#footer .block .block-inner {
  margin: 0;
}

#block-block-3 /* footer logos */ {
  text-align: center;
}

#block-block-13 ul {
  width: 49%;
  padding: 0;
  float: left;
  text-align: right;
  margin: 0;
}
#block-block-13 ul li {
  list-style: none;
}
#block-block-13 .block-content a:link,
#block-block-13 .block-content a:visited {
  color: #909ba3;
  font-family: "Pt Sans Narrow", "Arial Narrow", Helvetica, sans-serif;
  font-size: 1.3em;
}
#block-block-13 .block-content a:hover,
#block-block-13 .block-content a:active {
  color: #ffd200;
}

/* copyright */
#block-block-14 p {
  color: #909193;
  font-size: 0.9em;
  margin: 0;
  padding-top: 8px;
}

/**
*Files Icons
* CSS and Icons taken from:* http://pooliestudios.com/projects/iconize/


*/

.field-name-field-people-cv img.file-icon {
  /* to hide the icons from the module */
  display: none;
}

a[href$=".doc"],
a[href$=".docx"],
a[href$=".rtf"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_doc.gif) no-repeat
    center right;
}
a[href$=".txt"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_txt.gif) no-repeat
    center right;
}
a[href$=".xls"],
a[href$=".xlsx"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_xls.gif) no-repeat
    center right;
}
a[href$=".rss"],
a[href$=".atom"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_feed.gif) no-repeat
    center right;
}
a[href$=".opml"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_opml.gif) no-repeat
    center right;
}
a[href$=".phps"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_phps.gif) no-repeat
    center right;
}
a[href$=".vcard"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_vcard.gif) no-repeat
    center right;
}
a[href$=".exe"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_exe.gif) no-repeat
    center right;
}
a[href$=".dmg"],
a[href$=".app"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_dmg.gif) no-repeat
    center right;
}
a[href$=".pps"],
a[href$=".ppt"],
a[href$=".pptx"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_pps.gif) no-repeat
    center right;
}
a[href$=".pdf"],
a[href*=".pdf#page="] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_pdf.gif) no-repeat
    center right;
}
a[href$=".xpi"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_plugin.gif) no-repeat
    center right;
}
a[href$=".fla"],
a[href$=".swf"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_flash.gif) no-repeat
    center right;
}
a[href$=".zip"],
a[href$=".rar"],
a[href$=".gzip"],
a[href$=".bzip"],
a[href$=".ace"],
a[href$=".7z"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_archive.gif) no-repeat
    center right;
}
a[href$=".ical"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_ical.gif) no-repeat
    center right;
}
a[href$=".css"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_css.gif) no-repeat
    center right;
}
a[href$=".ttf"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_ttf.gif) no-repeat
    center right;
}
a[rel*="lightbox["] {
  padding: inherit;
  background: none;
}
a[href$=".mov"],
a[href$=".wmv"],
a[href$=".mp4"],
a[href$=".avi"],
a[href$=".mpg"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_film.gif) no-repeat
    center right;
}
a[href$=".mp3"],
a[href$=".wav"],
a[href$=".ogg"],
a[href$=".wma"],
a[href$=".m4a"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_music.gif) no-repeat
    center right;
}
a[href$=".torrent"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/icon_torrent.gif) no-repeat
    center right;
}
a[href$=".odt"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/odt.gif) no-repeat center
    right;
}
a[href$=".odp"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/files_icons/odp.gif) no-repeat center
    right;
}

/*ACCORDION STYLES*/
/*div.accordion {
	width: 540px;
}*/
