/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
body {
  background-color: #dadada;
  color: #737373;
  font-weight: 200;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.5em; }

ul {
  margin-bottom: 1em;
  margin-left: 1em; }

p {
  margin: 0 0 20px 0; }

p.pSmall {
  margin: 0 0 10px 0; }

p.textcenter {
  text-align: center; }

p.last {
  margin: 0; }

p.top {
  padding-top: 20px; }

.header {
  position: relative;
  top: 0 !important;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100px !important;
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.site-logo {
  position: absolute;
  top: 22px;
  z-index: 100;
  margin: 0;
  padding-left: 30px;
  width: 280px; }

.site-logo a:hover {
  border: none; }

.content {
  position: relative;
  z-index: 50;
  background: #fff; }

/* Subscribe */
.subscribe {
  display: inline-block;
  margin: 1em 0 0 0;
  padding: 10px 20px 8px 20px;
  min-width: 150px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000000;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-weight: 400; }

.subscribe:hover {
  background-color: #102751;
  color: #FFFFFF;
  text-decoration: none; }

/* Button */
.button {
  display: inline-block;
  margin: 1em 0 0 0;
  padding: 10px 20px 8px 20px;
  min-width: 150px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #163671;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-weight: 400; }

.listing {
  margin: 0.4em 0 0 0; }

.button:hover {
  background-color: #102751;
  color: #FFFFFF;
  text-decoration: none; }

/* Home Page Content */
.homerow {
  padding: 3em 0; }

.homerowtextonly {
  padding: 3em 0 1.6em 0; }

.newsrow {
  margin: 0 -30px;
  padding: 3em 30px;
  background-color: #f7f6f6; }

.mainContent h2.news {
  margin-bottom: 1em;
  text-align: center; }

.homeicons {
  padding-right: 10px;
  height: 33px; }

/* Activity */
.avatar {
  display: inline-block;
  float: left;
  padding-right: 15px; }

.avatar img {
  margin: 0;
  padding: 0;
  border: solid 2px #737373;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.activity .avatar img {
  width: 60px; }

.activity p {
  overflow: hidden;
  min-height: 60px; }

/* Inner Pages */
.contentContainer {
  position: relative;
  z-index: 1;
  background: #dadada; }

.mainContent {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  border-right: 1px solid #bbb;
  border-bottom: 3px solid #163671;
  border-left: 1px solid #bbb;
  background-color: #ffffff; }

.mainContent h2 {
  margin-bottom: 0.6em;
  padding-bottom: 0.3em;
  font-weight: 500;
  font-size: 2.4em;
  font-family: "Roboto Slab", sans-serif;
  line-height: 1em; }

.mainContent h3 {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 1.6em;
  font-family: "Roboto Slab", sans-serif;
  line-height: 1.2em; }

h3.events {
  margin-bottom: 1.4em; }

.mainContent h4 {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 1.2em;
  font-family: "Roboto Slab", sans-serif;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/ }

h4.events {
  padding-bottom: 0.8em;
  line-height: 1.6em; }

h2.interiorHeading {
  margin: 0;
  padding: 60px 0;
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
  line-height: 1.1em; }

ul.interior {
  padding-bottom: 1.4em; }

ul.interior li {
  margin: 0 18px 0 18px; }

.rowInterior {
  padding: 3em 0 2.6em 0;
  border-bottom: 1px solid #dfdfdf; }

.noborder {
  border: none; }

.divider {
  border-bottom: 1px solid #dfdfdf; }

/* Added by Maskell for postdoc workshop stuff */
.postdoc-workshop-image-holder {
  float: right;
  width: 33%;
  margin: 0 0 10px 20px; }

h4.workshopdate {
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.postdoc-workshop-image-holder img {
  max-width: 200px;
  width: 100%; }

.page-node-105 .row p {
  margin: 0 0 14px; }

/* Figures */
img.bordered, img.media-element {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  -ms-box-sizing: border-box; }

figcaption {
  margin-right: 2px;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #f7f7f7;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 20px; }

.video {
  padding-bottom: 3em; }

.video.sideVideo {
  padding-bottom: 0; }

figcaption.sideVideo {
  margin-bottom: 2em;
  border: none; }

.bottomSpacing {
  padding-bottom: 2em; }

/*Gallery*/
.galleryPadding {
  padding: 2em 0 0.8em 0; }

.galleryPadding.toprow {
  padding: 2em 0 0.8em 0; }

img.gallery {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 1px;
  padding: 5px;
  border: 1px solid #cccccc;
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px #cccccc;
  -ms-box-sizing: border-box; }

figcaption.gallery {
  margin-left: 1px;
  padding: 5px 0 5px 0;
  border-bottom: none;
  font-size: 0.7em;
  line-height: 1.2em; }

/* News */
.newsrowInterior {
  padding: 3em 0 2em 0;
  /*border-bottom: 1px solid #dfdfdf;*/ }

.node-type-news .row .twelvecol {
  max-width: 800px;
  margin: 0 auto;
  float: none; }

.node-type-news .mainContent h2.news {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  padding: 0.6em 0; }

.node-type-news .sixcol img + a {
  display: none; }

/*Events*/
.generalPadding {
  padding: 2em 0 0.4em 0; }

.bottomBorder {
  border-bottom: 1px solid #DFDFDF; }

/* Contact */
img.iconHeading {
  padding-right: 10px;
  width: 20px;
  vertical-align: middle; }

.map {
  margin-bottom: 1em;
  padding: 0;
  width: auto;
  height: 300px;
  border: #dfdfdf 1px solid; }

h3.subHeading {
  padding-top: 2em; }

ul.contactInfo {
  margin-bottom: 1em;
  list-style: none outside none; }

ul.contactInfo li {
  padding-bottom: 1.4em; }

/* People */
.peopleSummary {
  padding: 2.2em 0 0; }

h3.peopleName {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1em;
  line-height: 1em; }

h4.peoplePosition {
  font-style: italic;
  font-size: 14px; }

p.peopleDescription {
  font-style: italic;
  font-size: 14px;
  line-height: 18px; }

p.noitalics {
  font-style: normal; }

ul.peopleInfo {
  margin-bottom: 1em;
  margin-left: 0;
  list-style: none outside none;
  font-size: 14px;
  line-height: 18px; }

ul.peopleInfo li {
  padding-bottom: 1em; }

i.icon-map-marker {
  margin-right: 7px; }

ul.peopleInfo li span.address {
  display: block;
  margin-left: 22px; }

.peopleImage {
  margin-bottom: 0.4em;
  text-align: center; }

.peopleImage img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 1px;
  padding: 1px;
  outline: 1px solid #c6c6c6;
  border: 14px solid #f6f6f6;
  background: #d6d6d6;
  -ms-box-sizing: border-box; }

h3.peopleHeading {
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1em;
  line-height: 1em; }

/* Site Map */
.sitemap {
  padding-bottom: 2em; }

.sitemap h3 {
  margin-top: 2em; }

/************************************************************************************
 Contact Form
************************************************************************************/
#contactform {
  margin: 0 0 4em 0;
  padding: 0; }

#contactform li {
  margin: 0 0 0.1em;
  list-style: none; }

#contactform input, #contactform textarea, #contactform select {
  padding: 5px;
  width: 96%;
  outline: 0;
  border: 1px solid #d7d7d7;
  background: #fafafa;
  font-size: 1.2em;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* future proofing */ }

#contactform select {
  width: 96%;
  line-height: 150%; }

#contactform textarea {
  margin-bottom: 0px;
  width: 96%;
  height: 194px;
  line-height: 150%; }

#contactform .g-recaptcha {
  margin-top: 20px; }

#contactform input:hover, #contactform textarea:hover, #contactform input:focus, #contactform textarea:focus, #contactform select:focus, #contactform select:hover {
  border-color: #000000; }

#contactform input#formSubmit {
  display: inline-block;
  clear: both;
  margin: 2em 0;
  padding: 12px 20px;
  width: 150px;
  border: 0;
  border-radius: 3px 3px 3px 3px;
  background-color: #163671;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
  font-size: 16px; }

#contactform input#formSubmit:hover {
  background-color: #102751;
  color: #FFFFFF;
  text-decoration: none; }

#formSubmit:hover, #formSubmit:focus {
  border-color: #000000;
  background: #ffffff;
  text-shadow: none; }

p.invalid {
  margin: 5px 0 0 0;
  color: #DF0000; }

.requiredfield {
  color: #DF0000; }

#contactform form {
  margin-top: 0;
  width: 100%;
  border: none;
  color: #737373;
  text-align: left; }

#contactform label {
  float: left;
  margin-top: 1.4em;
  margin-bottom: 0.6em;
  margin-left: 0; }

/* list */
#contactform ul, ol {
  margin: 0 0 1.4em 0;
  padding: 0;
  line-height: 140%; }

#contactform li {
  margin: 0;
  padding: 0; }

/*Spam Protection*/
li.user {
  display: none; }

.contact {
  margin-top: 2.2em; }

h1.TopHeading.emailheader {
  margin-top: 2em; }

/* END OF CONTACT FORM */
/*Pagination */
.Pagination {
  text-align: center; }

.item-list .pager li.pager-current {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 10px 10px 8px 10px;
  min-width: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #102751;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-weight: 400; }

.item-list .pager li {
  padding: 0; }

.item-list ul {
  margin: 0;
  padding: 2.8em 0 2em 0; }

.item-list ul li {
  margin: 0; }

.pager li a {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 10px 10px 8px 10px;
  min-width: 120px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #163671;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-weight: 400; }

.pager li a:hover {
  background-color: #102751;
  color: #FFFFFF;
  text-decoration: none; }

.pager-item {
  min-width: 20px; }

.pager li.pager-item a {
  min-width: 20px; }

.subscribePagination {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 10px 10px 8px 10px;
  min-width: 150px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #163671;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-weight: 400; }

.buttonPagination {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 10px 10px 8px 10px;
  min-width: 150px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #163671;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-weight: 400; }

.buttonPagination:hover {
  background-color: #102751;
  color: #FFFFFF;
  text-decoration: none; }

.page {
  min-width: 20px; }

.buttonNav {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 10px 0 8px 0;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #163671;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  font-size: 0.9em; }

.buttonNav:hover {
  background-color: #102751;
  color: #FFFFFF;
  text-decoration: none;
  border: none; }

.interiorHeading .topNav {
  padding-top: 0; }

/* =========== */
/*  Main Nav   */
/* =========== */
#nav-wrap {
  position: relative;
  float: right;
  margin: 55px 30px 0 0; }

#nav-wrap a {
  color: #737373; }

#nav-wrap a:hover {
  color: #000000;
  text-decoration: none; }

ul#nav {
  margin: 0; }

#nav ul {
  z-index: 10;
  margin: 0;
  padding: 0;
  background: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#nav li {
  display: inline-block;
  margin-right: 18px;
  padding: 5px;
  list-style: none;
  font-weight: 400;
  font-size: 14px; }

#nav li:last-child {
  margin-right: 40px; }

/*Styling for Drupal active menus; active-trail is for Menu Trail By Path module */
#nav li a.active, #nav li a.active-trail {
  color: #000000; }

/* menu icon */
#menu-icon {
  display: none;
  /* hide menu icon initially */ }

/* Search Top */
input::-webkit-search-decoration {
  display: none; }

input#edit-search-block-form--2 {
  -webkit-box-sizing: content-box;
  padding: 9px 10px 9px 32px;
  width: 55px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff url(../images/icon-search.png) no-repeat 10px center;
  background-size: 14px;
  color: #fff;
  font-size: 100%;
  font-family: inherit;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-appearance: textfield; }

#edit-search-block-form--2:focus {
  width: 130px;
  outline: none;
  border: solid 1px #ccc;
  background-color: #fff; }

/* placeholder */
input:placeholder {
  color: #999; }

input:-moz-placeholder {
  color: #999; }

input::-webkit-input-placeholder {
  color: #999; }

#search-block-form {
  position: relative;
  z-index: 10000;
  float: right;
  clear: both;
  margin: -40px 20px 0 0; }

@media screen and (min-width: 840px) and (max-width: 1039px) {
  #search-block-form {
    top: -28px; } }
#search-block-form input[type=text] {
  padding-left: 10px;
  width: 15px;
  color: transparent;
  cursor: pointer; }

#search-block-form input[type=text]:focus {
  padding-left: 32px;
  width: 130px;
  background-color: #fff;
  color: #737373;
  cursor: auto; }

#search-block-form input[type=text]:-moz-placeholder {
  color: transparent; }

#search-block-form input[type=text]::-webkit-input-placeholder {
  color: transparent; }

#search-block-form .form-item {
  margin: 0; }

/*Don't just hide Drupal invisible elements - don't display them*/
.element-invisible {
  display: none; }

/*Search Results*/
#edit-basic {
  margin-top: 1em; }

#edit-basic label, #edit-basic input#edit-keys {
  display: block; }

#edit-basic input#edit-keys {
  margin-bottom: 1em;
  padding: 5px;
  width: 70%;
  border: solid 1px #ccc;
  border-radius: 5px; }

#edit-basic input#edit-submit {
  padding: 0.6em;
  border: none;
  border-radius: 5px;
  background-color: #163671;
  color: #fff; }

ul.tabs {
  margin: 0;
  padding: 2em 0 1em 0;
  border: none; }

ul.tabs li a {
  padding: 0.6em;
  border: none;
  border-radius: 5px;
  background-color: #163671;
  color: #fff; }

ul.tabs li a.active {
  border: none;
  background-color: #102751;
  color: #fff; }

ul.tabs li a:hover {
  background-color: #102751; }

p.search-snippet {
  margin-bottom: 2.4em; }

#search-form {
  margin-bottom: 2em; }

/* Interior Pages */
.headerimage {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #bbb;
  line-height: 0; }

/*Home Page Slider*/
.flexslider {
  position: relative;
  overflow: hidden; }

ul.slides {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 400px;
  border-bottom: 1px solid #bbb; }

ul.slides li {
  position: relative;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: none; }

.firstImage {
  background-image: url("../images/home-research.jpg"); }

.secondImage {
  background-image: url("../images/home-news.jpg"); }

.thirdImage {
  background-image: url("../images/home-postdoc.jpg"); }

.sliderText {
  position: relative;
  text-align: center; }

h2.homeSliderHeading {
  margin: 0 auto;
  color: #ffffff;
  font-size: 40pt;
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  top: 20%;
  width: 75%;
  left: 15%;
  /*background: #000;*/
  /*background: -webkit-linear-gradient(left,rgba(0,0,0,0.8),rgba(0,0,0,0));*/
  /*background: -o-linear-gradient(left,rgba(0,0,0,0.8),rgba(0,0,0,0));*/
  /*background: -moz-linear-gradient(left,rgba(0,0,0,0.8),rgba(0,0,0,0));*/
  /*background: linear-gradient(left,rgba(0,0,0,0.8),rgba(0,0,0,0));*/
  /*padding: 25px 0;*/
  text-shadow: 1px 2px 2px #000; }

h2.homeSliderHeading a {
  color: #ffffff;
  font-weight: 800;
  text-decoration: none; }

h3.homeSliderSubheading {
  margin: 0 auto;
  padding-bottom: 40%;
  color: #ffffff;
  font-weight: 200;
  font-size: 24px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 24px; }

a.sliderLink:hover {
  margin: 0 auto;
  text-decoration: none; }

/* Postdoctoral */
.jobs {
  padding-bottom: 0.8em;
  text-align: center; }

/************************************************************************************
Biblio
************************************************************************************/
.rowBiblio {
  padding: 0.4em 0;
  border-bottom: 1px solid #DFDFDF; }

#biblio-node table {
  margin-top: 2em;
  width: 100%; }

#biblio-node td {
  padding: 8px 10px 8px 5px; }

td.biblio-row-title {
  font-weight: 400; }

#biblio-node tr:first-child {
  border-top: 1px solid #CCCCCC; }

#biblio-node tr {
  background-color: #FFFFFF; }

#biblio-node tr.odd {
  background-color: #f6f6f6; }

#biblio-header ul {
  text-align: center; }

#biblio-header ul.secondary li {
  padding: 0;
  border: none; }

#biblio-header li a {
  display: inline-block;
  margin: 0 1em 10px 1em;
  padding: 10px 10px 8px 10px;
  min-width: 120px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #163671;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-weight: 400; }

#biblio-header li a:hover {
  background-color: #102751;
  color: #FFFFFF;
  text-decoration: none; }

.biblio-alpha-line {
  margin-top: 2em; }

.biblio-alpha-line a {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 10px 10px 8px 10px;
  min-width: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #163671;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-weight: 400; }

.biblio-alpha-line a:hover {
  background-color: #102751;
  color: #FFFFFF;
  text-decoration: none; }

#biblio-header span.b img {
  padding-left: 5px;
  color: #FFFFFF; }

.biblio-current-filters {
  background-color: #FFFFFF; }

#biblio-header #biblio-filter-status .biblio-current-filters a {
  background-color: #FFFFFF; }

.biblio-title a, .biblio-title-chicago a {
  color: #000000;
  font-weight: 400; }

.biblio-export {
  display: none; }

/************************************************************************************
Footer
************************************************************************************/
footer {
  margin: 0 auto;
  max-width: 1140px;
  font-size: 0.9em;
  line-height: 1.3em; }

footer .container {
  padding-top: 50px; }

footer .footertop {
  padding-bottom: 30px;
  border-bottom: dotted 1px #737373; }

footer .footertop img {
  max-width: 150px; }

footer .footertop a:hover {
  border: none; }

p.copyright {
  text-align: center;
  font-size: 0.8em; }

.footermenu {
  margin: 0;
  padding-right: 0;
  padding-bottom: 3.5em;
  color: #4a4a4a; }

.footermenu a {
  color: #fff; }

.footermenu a:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8; }

.footermenu li {
  float: left;
  margin-right: 14px;
  padding-right: 7px;
  list-style: disc outside none; }

.footermenu li:first-child {
  list-style: none outside none; }

.footermenu li.last {
  margin-right: 0; }

.footerbottom {
  padding-top: 30px; }

.varvestudios {
  float: right;
  padding-bottom: 2em;
  width: 120px;
  background: url(../images/varvestudios.png) no-repeat; }

.container .row.footerMid, .front .container .row .footerMid {
  margin-top: 20px; }
  .container .row.footerMid .sixcol, .front .container .row .footerMid .sixcol {
    margin-right: 1.8%; }
    @media screen and (min-width: 1040px) {
      .container .row.footerMid .sixcol, .front .container .row .footerMid .sixcol {
        position: relative;
        min-height: 1px; } }
    .container .row.footerMid .sixcol #mc_embed_signup, .front .container .row .footerMid .sixcol #mc_embed_signup {
      background: #1e1e1e; }
      .container .row.footerMid .sixcol #mc_embed_signup input.button, .front .container .row .footerMid .sixcol #mc_embed_signup input.button {
        display: block;
        width: 35%;
        margin: 0 0 10px 0;
        min-width: 130px;
        min-height: 42px;
        background: #163671;
        text-transform: uppercase; }
      .container .row.footerMid .sixcol #mc_embed_signup .clear, .front .container .row .footerMid .sixcol #mc_embed_signup .clear {
        float: left; }
      .container .row.footerMid .sixcol #mc_embed_signup #mce-EMAIL, .front .container .row .footerMid .sixcol #mc_embed_signup #mce-EMAIL {
        min-height: 40px;
        margin: 0;
        float: left; }
  .container .row.footerMid .address, .front .container .row .footerMid .address {
    margin-top: 20px; }
  .container .row.footerMid a, .front .container .row .footerMid a {
    color: #fff;
    text-decoration: underline; }
    .container .row.footerMid a:hover, .front .container .row .footerMid a:hover {
      color: #fff;
      opacity: 0.9; }

/************************************************************************************
Nov. 2014 - adding social media links to footer
*************************************************************************************/
#socialmedia {
  float: right;
  margin-right: 43%;
  width: 155px; }

#socialmedia ul {
  list-style: none; }

#socialmedia li {
  display: inline; }

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0; }

.clearfix {
  display: inline-block; }

.clearfix {
  display: block;
  zoom: 1; }

/* Turn off border when not needed */
@media screen and (max-width: 1150px) {
  .mainContent {
    border-right: none;
    border-left: none; }

  figcaption {
    padding: 0.4em 0; } }
@media screen and (max-width: 768px) {
  #nav-wrap {
    position: relative;
    float: right;
    margin: 20px 0 0 0;
    width: 100%; }

  #nav {
    float: none;
    text-align: center; }

  #nav li:last-child {
    margin-right: 40px; } }
/*------------------------------------*/
@media screen and (max-width: 720px) {
  .header {
    height: 75px !important; }

  .site-logo {
    position: absolute;
    top: 22px;
    z-index: 100;
    margin: 0;
    padding-left: 10px; }

  #nav-wrap {
    position: relative;
    float: right;
    margin: 20px 0 0 0; }

  #search-block-form {
    position: absolute;
    top: 55px;
    right: 0px;
    margin-right: 10px; }

  /* Mobile Menu */
  #menu-icon {
    display: block;
    /* show menu icon */
    margin-right: 50px;
    padding: 4px;
    width: 34px;
    height: 30px;
    border: none;
    border-radius: 4px;
    background: #fff url(../images/icon-menu.png) no-repeat 10px center;
    background-size: 20px;
    color: #000;
    cursor: pointer; }

  #menu-icon.active {
    border-radius: 0;
    background-color: #bbb; }

  #nav {
    position: absolute;
    top: 38px;
    right: 1px;
    z-index: 20000;
    display: none;
    /* visibility will be toggled with jquery */
    clear: both;
    padding: 5px;
    width: 120px;
    border: solid 1px #999;
    background: #f8f8f8;
    text-align: left; }

  .header > .row {
    overflow: visible; }

  #nav.active {
    display: block; }

  #nav li {
    float: none;
    margin: 5px 0 5px 10px; }

  #nav a, #nav ul a {
    display: inline;
    padding: 0;
    border: none;
    background: none;
    color: #666;
    font: inherit; }

  input#search-block-form {
    background-size: 20px; }

  .homerow.topNav {
    padding: 1em 0 0; } }
/*------------------------------------*/
@media screen and (min-width: 721px) {
  /* ensure #nav is visible on desktop version */
  #nav {
    display: block !important; } }
/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media screen and (max-width: 700px) {
  h2.homeSliderHeading {
    font-size: 25px; }

  .content {
    padding-right: 3%;
    padding-left: 3%;
    width: 94%; }

  figcaption.firstImageSpacing {
    margin-bottom: 1.6em; }

  .mainContent, .contentContainer {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    min-width: 0;
    width: 100%; }

  .mainContent h2, .mainContent h3 {
    text-align: center; }

  h3.sideHeading {
    padding-top: 1em; }

  a.button {
    display: block;
    margin: 0 auto;
    padding: 1%;
    width: 150px;
    line-height: 2em; }

  p.events {
    text-align: center; }

  .last h2 {
    padding-top: 2em; }

  .center {
    text-align: center; }

  img.center, img.media-element {
    display: block;
    margin-right: auto;
    margin-left: auto; }

  #contactform input#formSubmit {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto; }

  #contactform textarea {
    margin-bottom: 2em; }

  ul.contactInfo {
    text-align: center; }

  h3.contactAddress {
    font-size: 1.2em; }

  /*News*/
  .newsrowInterior {
    padding: 0;
    border-bottom: none; }

  .newsSummary {
    padding: 1.8em 0 0.8em 0;
    border-bottom: 1px solid #dfdfdf; }

  .pager li a {
    min-width: 50px; }

  .page {
    min-width: 20px; }

  /*Events*/
  .generalPadding {
    padding: 1.8em 0 0.8em 0;
    border-bottom: 1px solid #dfdfdf; }

  .generalPadding.peopleside {
    border-bottom: none; }

  .generalPadding.peopleDetails {
    border-bottom: none; }

  .generalPadding.peopleDetails.last {
    border-bottom: 1px solid #dfdfdf; }

  .twelvecol.divider.events {
    border-bottom: none; }

  .bottomBorder {
    border-bottom: none; }

  /* People */
  .interiorHeading.topNav {
    padding-top: 0; }

  .peopleDetails p, h3.peopleName, h4.peoplePosition, p.peopleDescription, p.peopleInfo {
    text-align: center; }

  h3.peopleName {
    margin-top: 0.4em; }

  .peopleSummary {
    padding: 2em 0 0.8em 0;
    border-bottom: 1px solid #dfdfdf; }

  ul.peopleInfo {
    text-align: center; }

  ul.peopleInfo i {
    display: none; }

  ul.peopleInfo li span.address {
    display: inline;
    margin-left: 0; }

  .peopleImage {
    margin-right: 2px;
    margin-bottom: 0; }

  .homerow.topNav {
    padding: 2em 0 0; }

  /*Gallery*/
  figure.gallery {
    margin: 1em auto 0 auto;
    width: 60%; }

  .galleryPadding {
    padding: 0; }

  .galleryPadding.toprow {
    padding: 1em 0 0 0; }

  /*Site Map*/
  .sitemap p {
    text-align: center; }

  .sitemap ul {
    margin-left: 0;
    list-style: none; }

  .sitemap ul li {
    text-align: center; }

  /*Footer*/
  footer {
    text-align: center; }

  footer .footertop {
    padding-bottom: 0; }

  ul.footermenu li {
    border-bottom: 1px dotted #c6c6c6;
    float: none;
    display: block;
    margin: 0;
    padding: 10px 0 10px 0; }

  .footersearchform {
    float: none;
    margin: 60px auto 0 auto; }

  .varvestudios {
    float: none;
    clear: both;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 2em;
    width: 120px; } }
/*------------------------------------*/
@media screen and (max-width: 560px) {
  /*headers*/
  .mainContent h2 {
    font-size: 1.8em; }

  /*buttons*/
  a.button {
    margin: 10px auto; }

  h2.interiorHeading {
    margin: 0;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    font-size: 2em; }

  .homerow, .homerowtextonly {
    padding: 2.0em 0 1em 0; }

  .flexslider {
    height: 200px; }

  ul.slides {
    height: 200px; }

  h2.homeSliderHeading {
    font-weight: 400;
    font-size: 18px; }

  h3.homeSliderSubheading {
    font-size: 20px; }

  /*Gallery*/
  figure.gallery {
    margin: 1em auto 0 auto;
    width: 85%; }

  /*Search field */
  #edit-basic input#edit-keys {
    width: 95%; }

  /*Footer*/
  ul.footermenu li {
    display: block;
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px dotted #c6c6c6; }

  ul.footermenu li:first-child {
    border-top: 1px dotted #c6c6c6; } }
/* =================================== */
/* ! Layout for small mobile version   */
/* =================================== */
@media screen and (max-width: 440px) {
  #contactform input, #contactform textarea, #contactform select {
    width: 95%; }

  h4.events {
    font-size: 1em;
    line-height: 1.6em; }

  /*Gallery*/
  figure.gallery {
    margin: 1em auto 0 auto;
    width: 96%; } }
/* ===================================== */
/* High Resolution for HighDPI Screens   */
/* ===================================== */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  #menu-icon {
    background: url(../images/icon-menu@2x.png) no-repeat 10px center;
    background-size: 20px; }

  input#edit-search-block-form--2 {
    background: #fff url(../images/icon-search@2x.png) no-repeat 10px center;
    background-size: 14px; }

  .varvestudios {
    background: url(../images/varvestudios@2x.png) no-repeat;
    background-size: 120px; } }
/* Share Now Buttons */
.sharethis-wrapper {
  clear: both;
  display: block;
  margin: 0 0 75px 0;
  text-align: center; }

/*wysiwyg image caption*/
.image-caption-container span {
  background-color: #f0f0f0;
  margin-top: -10px;
  padding: 15px;
  color: #777777;
  font-size: 14px; }

.image-caption-container {
  display: block !important;
  padding: 4px;
  max-width: 100% !important;
  height: auto !important; }

/*news article info*/
.node-type-news .info {
  padding-top: 20px;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  font-size: 0.8em; }

.node-type-news img.center {
  margin: 0 auto; }

.node-type-news img.top-img {
  max-width: 800px; }

.node-type-news .top-caption {
  max-width: 800px;
  display: block;
  margin: 0 auto; }

.node-type-news h2.interiorHeading {
  border: none;
  padding: 30px 0; }

.node-type-news .newsrowInterior {
  max-width: 800px;
  padding-top: 0; }

.node-type-news .sixcol.last a p {
  display: none; }

/*footer*/
.footermenu li {
  float: none;
  font-size: 18px;
  padding-bottom: 20px;
  padding-left: 80px;
  list-style-type: none; }

#socialmedia {
  float: none;
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  text-align: right; }

footer {
  background-color: #1e1e1e;
  border-top: 1px solid #ddd;
  display: block;
  color: #fff; }

.mainContent {
  border-bottom: none;
  /*weird zoom out issue*/
  overflow: unset; }

.footermenu {
  padding-bottom: 0;
  padding-top: 10px; }

.row .fourcol {
  width: 28%; }

.fourcol.last {
  margin-right: 0;
  /*float: right;*/ }

footer .footertop {
  border-bottom: solid 1px #737373;
  padding-bottom: 10px; }

p.copyright {
  text-align: center;
  font-size: 1.2em; }

p.copyright a {
  color: white; }

body.html #socialmedia i.fa {
  font-size: 35px;
  margin-right: 10px;
  color: #fff; }

body.html #socialmedia i.fa:hover {
  opacity: 0.7; }

@media screen and (max-width: 700px) {
  .row .fourcol {
    width: 100%; }

  #socialmedia {
    text-align: center; } }
/*sf menu*/
.mean-container .sf-menu {
  display: none !important;
  height: 0 !important; }

.sf-menu ul {
  display: none; }

@media screen and (min-width: 1040px) {
  #nav-wrap {
    right: 30px;
    margin: 40px 30px 0 0; } }
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .site-logo {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 150px;
    top: 10px; }

  #nav-wrap {
    margin: 25px 0;
    text-align: center;
    float: none;
    right: 0; } }
@media screen and (max-width: 768px) {
  #menu-icon {
    display: none; }

  #superfish-1-accordion {
    margin-top: 70px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff; } }
.sf-accordion-toggle {
  position: absolute;
  right: 50px;
  font-size: 30px;
  top: 15px; }

@media screen and (max-width: 768px) {
  .site-logo {
    position: absolute;
    float: none;
    margin: 0 30px;
    width: 200px; }

  #search-block-form {
    position: absolute;
    top: 30px;
    right: 0px;
    margin: 0; } }
@media screen and (max-width: 720px) {
  #search-block-form {
    top: 30px; } }
.header .row {
  overflow: visible; }

#nav-wrap #superfish-1 {
  display: inline-block; }

#nav-wrap .sf-menu li {
  margin-left: 0; }

#nav-wrap .sf-menu a {
  padding: 8px 17px; }

#nav-wrap .sf-menu a > .sf-sub-indicator, #nav-wrap .sf-menu span.nolink > .sf-sub-indicator {
  display: none; }

#nav-wrap .sf-menu ul {
  text-align: left;
  left: 0;
  top: 100%;
  display: none; }

#nav-wrap .sf-menu ul li {
  margin-left: 0; }

#nav-wrap .sf-menu ul li a {
  background: rgba(243, 243, 243, 0.95);
  padding: 9px 23px 10px;
  display: block;
  margin: 0 0 1px 0;
  border-bottom: none; }

#nav-wrap .sf-menu ul li a:hover {
  background: #163671;
  color: #fff;
  border-bottom: none; }

#nav-wrap .sf-menu ul li.sfHover > a {
  background: #163671;
  color: #fff;
  border-bottom: none; }

#nav-wrap .sf-menu ul ul {
  padding: 0 0 0 1px;
  top: 0; }

#nav-wrap .sf-menu > li > ul {
  right: 0 !important; }

#nav-wrap .sf-menu > li.active-trail > a {
  border-bottom: 2px solid #163671; }

#nav-wrap .sf-menu > li > a {
  border-bottom: 2px solid #fff; }

#nav-wrap .sf-menu > li > a:hover, #nav-wrap .sf-menu > li.sfHover > a {
  color: #000;
  border-bottom: 2px solid #163671; }

#nav-wrap ul.sf-menu > li > a.menuparent:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  top: 6px;
  right: 3px;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #9c9c9c;
  line-height: 20px; }

#nav-wrap ul.sf-menu > li.sfHover > a.menuparent:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

#nav-wrap ul.sf-menu ul li a.menuparent:after {
  font-family: 'FontAwesome';
  content: "\f105";
  right: 10px;
  top: 9px;
  position: absolute;
  font-weight: 400; }

.header {
  height: 90px !important; }

#nav-wrap a.donate {
  background-color: #e45832;
  color: white;
  margin-left: 5px; }

#nav-wrap a.donate:hover {
  border-bottom: none !important;
  background-color: #ff643a;
  color: #fff !important; }

/*views slideshow control buttons*/
#views_slideshow_controls_text_news_slides-block_1 span a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  top: -190px;
  display: block;
  text-indent: -9999px;
  background: url(../images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  outline: none;
  -webkit-transition: all .3s ease; }

#views_slideshow_controls_text_news_slides-block_1 span a:hover {
  opacity: 1; }

span#views_slideshow_controls_text_next_news_slides-block_1 a {
  background-position: 100% 0;
  top: -200px;
  right: 0; }

#views_slideshow_cycle_main_news_slides-block_1:hover + .views-slideshow-controls-bottom span a {
  opacity: 1; }

.views-slideshow-controls-bottom {
  position: relative; }

#views_slideshow_controls_text_pause_news_slides-block_1 {
  display: none; }

/*about section*/
@media screen and (min-width: 1040px) {
  .about-buttons {
    position: absolute;
    bottom: 0; }

  .front .row .sixcol {
    position: relative;
    min-height: 330px; } }
body {
  font-weight: normal; }

/*gallery view*/
.view-photo-gallery .fourcol.last {
  float: left; }

.view-photo-gallery .view-header {
  margin-top: 20px; }

.view-gallery-search .fourcol.last {
  float: left; }

.view-gallery-search .view-header {
  margin-top: 20px; }

.view-gallery-search .views-exposed-widgets.clearfix {
  text-align: center; }

.view-gallery-search .view-filters .views-exposed-widget {
  float: none;
  display: inline-block; }

@media screen and (min-width: 992px) {
  .view-gallery-search .view-filters .views-exposed-widget #edit-search-api-views-fulltext {
    min-width: 380px;
    line-height: 2; } }
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em;
  display: inline-block;
  margin: 5px 5px 10px 0;
  padding: 10px 10px 8px 10px;
  min-width: 120px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #163671;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  border: none; }

/*news tags*/
.field-name-field-news-tags, .field-name-field-news-tags .field-items, .field-name-field-news-tags .field-item {
  display: inline; }

.field-name-field-news-tags .field-item:after {
  content: ","; }

.field-name-field-news-tags .field-item:last-of-type:after {
  content: ""; }

.field-name-field-news-tags .field-item {
  margin-right: 0.5em; }

.field-name-field-news-tags .field-item a {
  border-bottom: 2px solid #3b5da5; }

span.tags {
  margin: 0 20px; }

/*news video*/
.node-type-news .contentContainer .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.node-type-news .contentContainer figure iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0; }

/*link style*/
/*a mess bc asked different css on different type of links*/
a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover {
  color: #163671;
  text-decoration: none !important; }

.node-type-news .mainContent .newsrowInterior a, .node-type-news ul a {
  border-bottom: 2px solid #3b5da5;
  color: #737373; }

.content .newsSummary a.button, .node-type-news .mainContent .newsrowInterior a.at-share-btn {
  color: #ffffff;
  text-decoration: none;
  border: none; }

.pSmall a, h3 a, .views a, .activity a, .events a, #socialmedia a {
  border: none; }

a:hover, h3 a:hover, .content .newsSummary .pSmall a:hover, .activity a:hover, .events a:hover {
  border-bottom: 2px solid #3b5da5; }

/*popup style*/
#cboxWrapper {
  background: white; }

#cboxLoadedContent {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }

#cboxClose {
  z-index: 9999;
  top: 0;
  right: 0; }

#cboxOverlay {
  background: #f0f0f0; }

@media screen and (max-width: 768px) {
  #colorbox, #cboxOverlay, #cboxWrapper, #cboxContent, #cboxLoadedContent, iframe {
    max-width: 600px !important; } }
@media screen and (max-width: 500px) {
  #colorbox, #cboxOverlay, #cboxWrapper, #cboxContent, #cboxLoadedContent, iframe {
    max-width: 380px !important; } }
.blurb .research-text.pull-right {
  float: right; }

.research-page h2.interiorHeading {
  border-bottom: none;
  padding: 0;
  font-size: 1.6em; }
  @media screen and (max-width: 500px) {
    .research-page h2.interiorHeading {
      font-size: 1em;
      padding: 0 10px; } }
.research-page section {
  padding: 3%; }
  @media screen and (max-width: 500px) {
    .research-page section {
      padding: 10% 3%; } }
  .research-page section:nth-of-type(odd) {
    background-color: #f2f2f2; }
  .research-page section > h3 {
    text-align: center; }
.research-page .row .sixcol {
  width: 45%;
  margin-bottom: 3em; }
  .research-page .row .sixcol .research-text p {
    width: 85%; }
  @media screen and (max-width: 710px) {
    .research-page .row .sixcol {
      width: 100%; } }
.research-page .research-projects .rowInterior {
  border: none;
  padding: 2em 0 1em 0; }
@media screen and (max-width: 500px) {
  .research-page .research-projects ul.tabs {
    text-align: center;
    margin-top: -30px;
    padding: 0 0 30px; } }
.research-page .flex-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .research-page .flex-wrapper .view-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .research-page .flex-wrapper .research-area-item {
    width: 33%;
    text-align: center;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .research-page .flex-wrapper .research-area-item {
        width: 50%; } }
    .research-page .flex-wrapper .research-area-item h3 {
      font-size: 1em;
      width: 150px;
      margin: 10px auto; }
    .research-page .flex-wrapper .research-area-item .research-area-item-img {
      width: 150px;
      height: 150px;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 50%; }
      .research-page .flex-wrapper .research-area-item .research-area-item-img img {
        -webkit-transition: all 0.5s cubic-bezier(0.45, 0.18, 0.36, 0.8);
        transition: all 0.5s cubic-bezier(0.45, 0.18, 0.36, 0.8); }
    .research-page .flex-wrapper .research-area-item:hover .research-area-item-img img {
      transform: scale(1.2);
      -webkit-user-select: none;
      user-select: none;
      will-change: transform;
      -webkit-transition: all 0.5s cubic-bezier(0.45, 0.18, 0.36, 0.8);
      transition: all 0.5s cubic-bezier(0.45, 0.18, 0.36, 0.8); }

.project-list {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url(../images/arrow-acc-left.png) no-repeat right 35px center #e9edee;
  color: #000000;
  cursor: pointer;
  margin-bottom: 20px; }
  .project-list h2 {
    padding: 10px;
    font-family: Lato, serif;
    font-size: 26px;
    width: 90%; }
  .project-list:hover {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #d7ddde; }
  .project-list.active {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: url(../images/arrow-acc-bottom-white.png) no-repeat right 35px center #d7ddde;
    color: #000000; }

.project-list-content {
  display: none;
  font-family: Lato, serif; }

/*# sourceMappingURL=styles.css.map */
