/*
 * @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.
 */

/**************************
 * LAYOUT - WIDTHS, PADDINGS, MARGINS ONLY
 **************************/
.media-soundcloud-preview-wrapper{
  margin-top:20px;
}
.media-soundcloud-preview-wrapper iframe{
  height:inherit;
}

#page {
  min-width:1210px;
}

#header {
  width:100%;
}

.stanford-header-block .block-inner,
.toolbar-header-block .block-inner,
#block-panels-mini-header-nav-links > .block-inner,
#block-panels-mini-header-nav-drops > .block-inner,
.region-header-bottom .region-inner,
#main,
.footer-row-block > .block-inner {
  max-width:1200px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  padding:0 19px;
  margin:0 auto;
}
#main {
  margin-top:30px;
  padding-left:0;
  padding-right:0;
}
#block-panels-mini-header-nav-links > .block-inner {
  width:1200px;
  padding-right:0;
}
.toolbar-header-block > .block-inner,
#block-panels-mini-header-nav-drops > .block-inner,
.footer-row-block > .block-inner {
  padding-left:0;
  padding-right:0;
}


/***************************
 * GLOBAL / BASE ELEMENTS
 ***************************/

/*
 * 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 {}

body {
  background-color:#d7d7d7;
}
body.cke_editable {
  background-color:#fff;
}

a {
  color:#007c93;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

ul.chevron-bullets li {
  list-style:none;
  position:relative;
}
ul.chevron-bullets li:before {
  content:'';
  position:absolute;
  top:2px;
  left:-24px;
  width:16px;
  height:18px;
  background-image:url(../images/ico-bullet-chev.png);
}

/* Tight List
 * Useful for lists that don't have a lot of wrapping text
 * so the extra space between list items looks too airy.
 */
ul.tight-list li {
  margin-bottom: 4px;
}


table {
  width:100%;
  border:0;
  margin:0;
  font-size:16px;
  line-height:20px;
  color:#333;
}
table.notable {
  width:85%;
}
table.sticky-header {
  z-index: 10;
}
caption {
  text-align:left;
  font:bold 14px/18px "museo-slab","Times New Roman",Times,serif;
  margin-bottom:4px;
}

table tr {
  background-color:#d7d7d7;
}
table.notable tr {
  background-color:transparent;
}

table tr:nth-child(2n+2) {
  background-color:#efefef;
}
table tr:nth-child(2n+2) td.title {
  background-color:#d0d1d5;
}
table.notable tr:nth-child(2n+2) {
  background-color:transparent;
}
table.notable tr:nth-child(2n+2) td.title {
  background-color:transparent;
}

table th {
  padding:17px 5px;
  text-transform:uppercase;
  color:#fff;
  background:#2f3237;
  border-left:1px solid #fff;
  text-align:center;
  vertical-align:top;
}
table th.blank {
  border:none;
  background:#fff;
}

table td {
  border-left:1px solid #f7f7f7;
  padding:16px 5px 15px;
  vertical-align:top;
}
table td.title {
  background-color:#a8abb2;
  color:#2f3237;
  font-weight:bold;
  text-transform:uppercase;
  text-align:center;
}
table.notable td {
  border-left: 0 none;
  padding:0;
  vertical-align:top;
}
table.notable td.title {
  background-color:transparent;
  color:#2f3237;
  font-weight:bold;
  text-transform:uppercase;
  text-align:center;
}


.clean-table tr {
  background-color:transparent;
}
.clean-table tr td {
  padding:20px;
  border:0;
}
.clean-table table.cols-2 td,
.clean-table.cols-2 td {
  width:50%;
}

.clean-table tr td p:last-child {
  margin-bottom:0;
}

.clean-table td h3,
.publication-box h3,
.topic-tree-icon-view ul.stem_class > li > .views-field-name {
  font-size:30px;
  line-height:36px;
  font-weight:600;
}
.clean-table td h3 a,
.publication-box h3 a,
.topic-tree-icon-view ul.stem_class > li > .views-field-name a {
  color:#000;
  text-decoration:none;
}
.clean-table td h3 a:hover,
.publication-box h3 a:hover,
.topic-tree-icon-view ul.stem_class > li > .views-field-name a:hover {
  color:#007d93;
}
.clean-table td h3 a:after,
.publication-box h3 a:after,
.topic-tree-icon-view ul.stem_class > li > .views-field-name a:after {
  content: '\00a0»';
  color:#007d93;
}

form {
}
form .row {
  margin-bottom:19px;
}
.form-text,
form input[type="text"],
form input[type="tel"],
form input[type="password"] {
  padding:9px 19px;
  border:1px #ccc solid;
  font:16px/20px "proxima-nova-condensed", Arial, Helvetica, sans-serif;
  color:#2f3237;
}
/* Panels IPE modal popup */
#ctools-node-content-type-edit-form .form-text {
  padding:0;
}
form input[type="submit"],
form button.form-submit {
  display:inline-block;
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  line-height:20px;
  font-weight:bold;
  width:215px;
  padding:18px 5px 17px;
  text-align:center;
  background:#007c93;
  border:0;
}
form input[type="submit"]:hover {
  text-decoration:none;
}

form input + input {
  margin-left:19px;
}

form#mailchimp-signup-subscribe-block-subscribe-form #edit-submit{
  margin-left:0px;
}

hr {
  max-width:70%;
  clear:both;
  height:2px;
  background-color:#d7d7d7;
  border:0;
  text-align: left;
}

/*blockquote.original {
  color:#333;
  font-size:16px;
  padding:27px 13px 27px 22px;
  background:#efefef;
  border-bottom:2px #8c1515 solid; // was #8c1515
}*/

/* migrated digest articles have a different blockquote class */
div.digest-inset {
	margin: 19px 0;
}
blockquote,
div.digest-inset {
  background-color: #ebebeb;
  color: #000;
  padding:20px 50px;
  border-bottom: none;
  position: relative;
  font:italic 18px/23px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
}
blockquote {
  background-color: transparent;
  margin: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font: 18px/23px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
}
blockquote:after,
blockquote:before {
  display: none;
}
blockquote:before,
div.digest-inset:before {
  content: '\201C';
  color: #007c93;
  font-family: Helvetica,arial,sans-serif;
  font-size: 50px;
  font-style: normal;
  position: absolute;
  left: 15px;
  top: 47px;
  line-height: 0;
}
blockquote:after,
div.digest-inset:after {
  content: '\201D';
  color: #007c93;
  font-family: Helvetica,arial,sans-serif;
  font-size: 50px;
  font-style: normal;
  position: absolute;
  right: 20px;
  bottom: 17px;
  line-height: 0;
}
blockquote.note:before,
blockquote.note:after {
  content: none;
}

#tasks {
  position:relative;
  z-index:1;
}

.field-collection-container {
  margin-bottom:0;
  border-bottom:0;
}
.field-collection-container .field-items .field-item {
  margin-bottom:0;
}
.field-collection-view {
  padding:0;
  margin:0;
  border-bottom:0;
}
.field-collection-view .field-label {
  width:auto;
}


#content h1.page-title {
  margin:0 0 6px;
  font-size:45px;
  line-height:49px;
}

.label,
h2.field-label,
.field-label {
  font:bold 14px/18px "museo-slab","Times New Roman",Times,serif;
  margin-bottom:4px;
}

/* style for documentation */
.node-type-documentation div.sample-code {
	background-color: #ebebeb;
}
.node-type-documentation div.sample-code p {
	font-family: 'Courier New','DejaVu Sans Mono',monospace,sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.col-half {
  width:50%;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  padding-right:20px;
}
body.context-section-research .quicktabs-tabpage .content .col-half{
  padding:0;
}
body.context-section-research .quicktabs-tabpage .content .col-half:first-child{
  padding-right:10px;
}
body.context-section-research .quicktabs-tabpage .content .col-half + .col-half{
  padding-left:10px;
}


/* wrapper around cols in content */
.row-wrap {
  margin-bottom:20px;
}
.col-third + .col-third {
  padding-right:0;
}
.col-third:last-child {
  padding-left:20px;
  padding-right:0;
}

.col-fourth {
  width:25%;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right:20px;
}
.col-fourth + .col-fourth {
  padding-right:0;
}
.col-fourth:last-child {
  padding-left:20px;
  padding-right:0;
}

  .row-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .row-wrap:last-child {
    margin-bottom:0;
  }

  .row-wrap.two-columns .col {
    width:50%;
  }
  .row-wrap.three-columns .col {
    width:33%;
  }
    .row-wrap.three-columns.align-center .col {
      padding: 0 2.2em;
    }
    @media screen and (max-width: 719px) {
      .row-wrap.three-columns.align-center .col {
        padding: 0 1em;
      }
    }
  .row-wrap.four-columns .col {
    width:25%;
  }


  .col {
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:10px;
    padding-right:10px;
  }
    .col p:last-child {
      margin-bottom:0;
    }
    .col:first-child {
      padding-left:0;
    }
    .col:last-child {
      padding-right:0;
    }

    .col img.media-element {
      margin-right:10px;
    }


.shadow-title {
}
.shadow-title a,
.static-onebyone .pane-type {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:100%;
  height:60px;
  display:block;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.67)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}


.node {
  position:relative;
}
.node-unpublished:before {
  content:'Unpublished';
  position:absolute;
  top:1px;
  right:1px;
  z-index:2;
  color:#f00;
  background-color:#fff;
  font-size:12px;
  line-height:12px;
  font-weight:bold;
}


/* when body text is outside of main white panel area,
 * like on L&A Collection nodes and slideshow nodes. */
.header-body {
  margin-left:18px;
  margin-right:18px;
}
  .header-body p {
    font-size:20px;
    line-height:26px;
  }


/* set default offset for jumplink anchors to account
 * for space taken up by fixed position header */
a[name] {
  display:block;
  visibility:hidden;
  position:relative;
  top:-100px;
}


/******************************
 * PANELS
 ****************************/

.fellows-category-list-block {
  margin-bottom: 2em;
}
.pane-views h2.pane-title,
.pane-views-panes h2.pane-title,
.pane-quicktabs h2.pane-title,
.field-label-above h2.label-above.pane-title,
h2.section-title {
  background-color:#fff;
  padding:14px 21px;
  text-transform:uppercase;
  border-bottom:2px #8c1515 solid;
  margin-bottom:8px;
  font:bold 19px/24px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
}

.panel-col-top + .cwrap,
.cwrap + .panel-col-bottom {
  margin-top:30px;
}

/* When hoov-2col-stack-nosb layout is used for a mini panel
 *  and then placed on a page as a block,
 *  you can add "hoover-2col-sidebar-first-panel" class to the block
 *  to force left-hand column to be small enough for a filter.
 */
.hoover-2col-sidebar-first-panel > .block-inner > .content > .hoov-2col-stack-nosb > .cwrap > .panel-col-first {
  width:12.5%;
}
.hoover-2col-sidebar-first-panel > .block-inner > .content > .hoov-2col-stack-nosb > .cwrap > .panel-col-first > .inside {
  margin-right:7px;
}
.hoover-2col-sidebar-first-panel > .block-inner > .content > .hoov-2col-stack-nosb > .cwrap > .panel-col-last {
  width:87.5%;
}



/******************************
 * COMPONENT - HOOVER SIDEBAR FIELDS/PANES
 *******************************/

.hoover-sidebar .panel-pane, /*panels*/
.hoover-sidebar.panel-panel.no-title > .inside > .field, /*display suite*/
.hoover-sidebar.panel-panel.no-title .field-collection-view,
.hoover-sidebar .panel-pane.no-title .field-collection-view {
  margin-bottom:8px;
  font-size:16px;
  line-height:19px;
}

.hoover-sidebar .panel-pane h2.pane-title,
.hoover-sidebar .no-title > .field > .field-label,
.hoover-sidebar.no-title > .inside > .field > .field-label,
.hoover-sidebar .no-title .field-collection-view h2.field-label,
.hoover-sidebar.no-title .field-collection-view h2.field-label {
  background-color:#ebebeb;
  color:#898989;
  padding:16px;
  margin:0;
  border-bottom:1px #d7d7d7 solid;
  font:bold 14px/18px "museo-slab","Times New Roman",Times,serif;
  text-transform:none;
}
.hoover-sidebar .panel-pane h2.pane-title a {
  color:#898989;
}
.hoover-sidebar .panel-pane h2.pane-title a:after {
  content:'\00a0»';
}

.hoover-sidebar section.panel-pane > .block-inner > .block-content,
.hoover-sidebar .no-title > .field > .field-items,
.hoover-sidebar.no-title > .inside > .field > .field-items,
.hoover-sidebar .no-title .field-collection-view .field-body,
.hoover-sidebar.no-title .field-collection-view .field-body {
  background-color:#fff;
  padding:15px;
}

.hoover-sidebar section.panel-pane.onebyone-pane > .block-inner > .block-content,
.hoover-sidebar .no-title.onebyone-pane > .field > .field-items,
.hoover-sidebar.no-title.onebyone-pane > .inside > .field > .field-items {
  padding:0;
}

.hoover-sidebar section.panel-pane.onebyone-pane > .block-inner > .block-content p,
.hoover-sidebar .no-title.onebyone-pane > .field > .field-items p,
.hoover-sidebar.no-title.onebyone-pane > .inside > .field > .field-items p,
.hoover-sidebar .no-title .field-collection-view .field-body p,
.hoover-sidebar.no-title .field-collection-view .field-body p {
  font-size:16px;
  line-height:19px;
}
.hoover-sidebar section.panel-pane.onebyone-pane > .block-inner > .block-content p:last-child,
.hoover-sidebar .no-title.onebyone-pane > .field > .field-items p:last-child,
.hoover-sidebar.no-title.onebyone-pane > .inside > .field > .field-items p:last-child,
.hoover-sidebar .no-title .field-collection-view .field-body p:last-child,
.hoover-sidebar.no-title .field-collection-view .field-body p:last-child {
  margin-bottom:0;
}

.hoover-sidebar .node-research.view-mode-onebyone.no-img,
.hoover-sidebar .node-advpoll.view-mode-onebyone {
  height:auto;
}


/***********************************
 * COMPONENT - GENERIC SIDEBAR BLOCKS
 **********************************/

.field-name-field-sb-block-img {
  background-color:#fff;
  padding:15px;
  line-height:0;
}

.field-name-field-sb-block-img + .field-body {
  margin-top:-15px;
}


/***********************************
 * COMPONENT - SIDEBAR BLOCKS VIEW
 **********************************/

.sidebar-blocks-view .views-row {
  background-color:#fff;
  padding:15px;
  margin-bottom:10px;
}

.general-node .sidebar-blocks-view .field-img {
  margin-top:0;
  margin-bottom:10px;
}

.sidebar-blocks-view .field-title {
  margin-bottom:4px;
}

.sidebar-blocks-view .field-meta {
  font:500 13px/20px "museo-slab","Times New Roman",Times,serif;
}

/***********************************
 * COMPONENT - GENERIC SIDEBAR BLOCKS
 **********************************/
.hoover-sidebar .pane-instagram-block {
	background-color: #fff;
	overflow: hidden;
	text-align: center;
}
.hoover-sidebar .pane-instagram-block h2.pane-title {
	text-align: left;
	margin-bottom: 10px;
}
.hoover-sidebar .pane-instagram-block a:hover {
	text-decoration: none;
}
.hoover-sidebar .pane-instagram-block a img {
	text-align: center;
	display: inline-block !important;
	vertical-align: top;
	float: none !important;
	position: relative !important;
	width: 130px !important;
	margin: 0 !important;
	padding: 4px !important;
}


/***********************************
 * REGION - HEADER TOP
 **********************************/

.region-header-top {
  position:relative;
  background-color:rgba(0,0,0,0.5);
}
.front .region-header-top {
  background-color:#000;
}


/**********************************
 * BLOCK - STANFORD HEADER
 *********************************/

.stanford-header-block {
  background-color:#8c1515;
  position:relative;
  z-index:1;
}
.stanford-header-block .content p {
  margin:0;
  font:300 14px/19px "museo-slab","Times New Roman",Times,serif;
  padding:5px 0;
}
.stanford-header-block .content p a {
  color:#fff;
  text-decoration:none;
}


/**********************************
 * BLOCK - USER TOOLBAR
 *********************************/

.toolbar-header-block {
  width:100%;
  position:relative;
  height:40px;
}

.profile-nav {
  width:595px;
  padding:12px 0 0;
  margin:0 21px 0 0;
  font:500 12px/15px "museo-slab","Times New Roman",Times,serif;
  float:left;
}
.profile-nav ul {
  float:right;
  margin:0;
  padding:0;
  list-style:none;
}
.profile-nav li {
  float:left;
  margin:0 0 0 31px;
}
.profile-nav li:first-child {
  margin:0;
}
.profile-nav a {
  color:#d7d7d7;
}
.profile-nav .connect{
  padding:0 41px 0 0;
  position:relative;
}
  .profile-nav .connect:after {
    position:absolute;
    content:'';
    top:50%;
    right:0;
    margin:-9px 0 0;
    width:21px;
    height:22px;
    background: url(../images/ico-connect.png) no-repeat;
  }

.profile-nav .hooverdc {
  padding:0 32px 0 0;
  position:relative;
}
  .profile-nav .hooverdc:after {
    position:absolute;
    content:'';
    top:50%;
    right:0;
    width:16px;
    height:22px;
    margin:-11px 0 0;
    background:url(../images/ico-dc.png) no-repeat;
  }

.search-wrap {
  float:left;
  width:370px;
  background-color:#323232;
  border-right:1px solid #252525;
}
.search-wrap .search-form {
  margin:0;
}
.search-wrap .form-text {
  float:left;
  width:310px;
  margin:0 12px 0 0;
  height:15px;
  padding:12px 0 13px 18px;
  color:#d7d7d7;
  font:500 12px/15px "museo-slab","Times New Roman",Times,serif;
  background:none;
  border:0;
}
::-webkit-input-placeholder {
  font-style:italic;
  opacity:0.7;
}
:-moz-placeholder { /* Firefox 18- */
  font-style:italic;
  opacity:0.7;
}
::-moz-placeholder {  /* Firefox 19+ */
  font-style:italic;
  opacity:0.7;
}
:-ms-input-placeholder {
  font-style:italic;
  opacity:0.7;
}

.search-wrap .form-submit {
  float:left;
  border:0;
  text-indent:-9999px;
  overflow:hidden;
  width:18px;
  height:17px;
  cursor:pointer;
  margin:12px 0 0;
  padding:0;
  background:url(../images/ico-search.png) no-repeat;
}

.site-box {
  float:left;
  width:146px;
  border-left:1px solid #404040;
  position:relative;
}
.site-box a.btn-site {
  display:block;
  position:relative;
  text-transform:uppercase;
  color:#d7d7d7;
  font-size:14px;
  line-height:18px;
  padding:11px 43px 11px 22px;
  letter-spacing:1px;
  background:#323232;
}
.site-box a.btn-site:after {
  position:absolute;
  content:'';
  width:12px;
  height:9px;
  right:19px;
  top:50%;
  margin:-5px 0 0;
  background:url(../images/bg-arrow-red-sprite.png) no-repeat;
}


.site-box a.btn-site:hover {
  text-decoration:none;
}
.site-box:hover .btn-site:after {
  background-position:0 100%;
}

.site-box .drop {
  display:none;
  position:absolute;
  z-index:10;
  top:100%;
  left:-1px;
  right:0;
  font-size:15px;
  font-weight:bold;
  line-height:20px;
  -webkit-box-shadow:0 0 6px 1px rgba(24,24,25,0.47);
  box-shadow:0 0 6px 1px rgba(24,24,25,0.47);
  background: rgb(255,255,255);
  background: #f2f2f2 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(254,254,254,1) 49%, rgba(241,241,241,1) 71%, rgba(216,216,216,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(49%,rgba(254,254,254,1)), color-stop(71%,rgba(241,241,241,1)), color-stop(100%,rgba(216,216,216,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,254,1) 49%,rgba(241,241,241,1) 71%,rgba(216,216,216,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,254,1) 49%,rgba(241,241,241,1) 71%,rgba(216,216,216,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,254,1) 49%,rgba(241,241,241,1) 71%,rgba(216,216,216,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(254,254,254,1) 49%,rgba(241,241,241,1) 71%,rgba(216,216,216,1) 100%);
}
.site-box:hover .drop {
  display:block;
}

.site-box ul {
  margin:0;
  list-style:none;
  padding:15px 20px 10px;
}
.site-box li {
  margin:0 0 14px;
}
.site-box li a {
  color:#007d93;
}

.get-involved {
  float:left;
  width:212px;
}
.btn-get {
  display:block;
  color:#fff;
  font:700 12px/15px "museo-slab", "Times New Roman", Times, serif;
  background:#007c93;
  text-align:center;
/*   padding:12px 15px 13px 15px; */
  padding: 0px 15px;
  line-height: 40px;
}
.btn-get:before {
  content: "";
  display: inline-block;
  background: url("../images/gift-icon.png") left bottom no-repeat;
  background-size: 100%;
  width: 16px;
  height: 18px;
  margin: 0px 15px 0px 0px;
  position: relative;
  top: 3px;
}
.btn-get:after {
  content: "";
  background: url("../images/arrow-down.png") left bottom no-repeat;
  background-size: 100%;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
}
.btn-get.open:after {
  background-image: url("../images/arrow-up.png");
}
.btn-get:hover {
  text-decoration:none;
  background:#00a6c5;
}




/***********************************
 * REGION - NAVIGATION
 **********************************/

.region-navigation {
  position:relative;
  z-index:1;
}

#block-panels-mini-header-nav-links {
  background-color:#d7d7d7;
  /* temporary border color for the centennial */
  /*border-bottom:4px solid #725E3D;*/
  border-bottom:4px solid #8c1515;
}

.nav-drop-wrapper {
  overflow:hidden;
  position: static;
  background: rgb(255,255,255);
  -webkit-box-shadow: 0 5px 5px -5px rgba(24,24,25,0.2);
  box-shadow: 0 5px 5px -5px rgba(24,24,25,0.2);
  background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(254,254,254,1) 38%, rgba(241,241,241,1) 64%, rgba(216,216,216,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(38%,rgba(254,254,254,1)), color-stop(64%,rgba(241,241,241,1)), color-stop(100%,rgba(216,216,216,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,254,1) 38%,rgba(241,241,241,1) 64%,rgba(216,216,216,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,254,1) 38%,rgba(241,241,241,1) 64%,rgba(216,216,216,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,254,1) 38%,rgba(241,241,241,1) 64%,rgba(216,216,216,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(254,254,254,1) 38%,rgba(241,241,241,1) 64%,rgba(216,216,216,1) 100%);
}

.nav-drop-wrapper.open {
  border-bottom:1px #8c1515 solid;
}


/***********************************
 * BLOCK - LOGO
 **********************************/

.logo-header-block {
  float:left;
}
#site-name,
h1#site-name {
  margin:15px 19px 15px 0;
  width:199px;
  height:70px;
}
#site-name a {
  display:block;
  line-height:0;
}
#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:focus {
  text-decoration: none;
}


/***********************************
 * BLOCK - MAIN NAVIGATION LINKS
 * for other nav styles, see hoover_nav module.
 **********************************/

.nav-links-block {
  float:left;
}

/********************************
 * REGION - HEADER BOTTOM
 ********************************/
#nav-spacer{
  background:#000;
}
.region-header-bottom {
  position:relative;
  min-height:82px;
}

/******************************
 * BLOCK - LANDING PAGE HEADER (TITLE/BODY/BANNER)
 ******************************/

.landing-header-block .block-inner .content {
  padding-top:30px;
  padding-bottom:30px;
  /*width:80%; Make width 100% temporarily */

  width:100%;
}
.landing-header-block h1.page-title {
  position:relative;
  z-index:1;
  color:#fff;
  margin-bottom:18px;
}
.landing-header-block .views-field-body {
  position:relative;
  z-index:1;
  color:#fff;
}
.landing-header-block .views-field-body p {
  font-size:22px;
  line-height:27px;
  color:#d7d7d7;
}
.landing-header-block .views-field-body p:last-child {
  margin-bottom:0;
}
.landing-header-block .views-field-field-page-banner {
  position:absolute;
  z-index:0;
  bottom:0;
  left:50%;
  margin-left:-1000px;
  line-height:0;
}



/******************************
 * BLOCK - SECTION IMG BLOCK
 ******************************/

.section-img-block {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}
.section-img-block .content {
  text-align:center;
  line-height:0;
}
.section-img-block .content .media {
  margin-bottom:0;
  width:100% !important;
  height:auto !important;
  position:relative;
}
.section-img-block .content .media img {
  width:100% !important;
  height:auto !important;
  position:absolute;
  bottom:0;
  left:0;
}


/******************************
 * COMPONENT - LIBRARY & ARCHIVES SEARCH
 * BLOCK - LIBRARY & ARCHIVES HEADER SEARCH
 * BLOCK - L&A COLLECTIONS SEARCH
 ******************************/

.library-search .search-help {
  margin-top:10px;
  margin-bottom:6px;
}
  .library-search .search-help-text {
    font:normal 13px/18px "museo-slab","Times New Roman",Times,serif;
    float:left;
  }
    .library-search .search-help-text span {
      display:none;
    }

  .library-search .search-help-links {
    float:right;
    font:normal 13px/18px "museo-slab","Times New Roman",Times,serif;
  }
    .library-search .search-help-links a:first-child {
      padding-right:11px;
      border-right:1px solid #777;
      margin-right:8px;
    }

.multisearch {
  overflow: hidden;
  width:100%;
}
  .multisearch input,
  .multisearch select {
    outline: 0 none !important;
    -webkit-appearance:none !important;
    border-radius:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
  }
  .multisearch input[type="text"] {
    float:left;
    width:258px;
    margin-left: 0;
    padding-left: 8px;
    vertical-align:top;
    background-color:#fff;
    font-size:13px;
    font-family:"museo-slab","Times New Roman",Times,serif;
    height:40px;
  }
    .multisearch :-ms-input-placeholder {
      opacity:1;
      color:#666;
    }
  .multisearch .css-select-moz {
    float:left;
    width:180px;
  }
    .multisearch select {
      width:180px;
      -webkit-appearance: none;
      border:0;
      padding:10px;
      max-height:40px;
      height:40px;
      padding-left: 5px;
      position:relative;
      background: #DDDDDD;
      font-size:14px;
      line-height:20px;
      font-weight:bold;
      text-transform:uppercase;
      cursor:pointer;
    }
      .multisearch select:after {
        background: url(../images/down-arrow.png) 105px 14px no-repeat;
        content:'';
        display:inline-block;
        width:12px;
        height:9px;
        position:absolute;
        top:0;
        right:0;
      }
      @media screen and (-webkit-min-device-pixel-ratio:0) {
        .css-select-moz select {
          -webkit-appearance:none !important;
          background:#ddd url(../images/down-arrow.png) 96% 16px no-repeat !important;
        }
      }
    .multisearch select option {
      cursor:pointer;
    }

  .multisearch input[type="submit"] {
    float:left;
    text-indent: -9999px;
    background: #ddd url("../images/search.png") center center no-repeat;
    width: 42px;
    height: 40px;
    border:0;
    padding: 0;
    margin: 0;
    border-left: 1px solid #b6b6b6;
  }


.field-name-field-sidebar-blocks .multisearch .css-select-moz,
.field-name-field-sidebar-blocks .multisearch select {
  width:112px;
}


.library-search-block {
  width:480px;
  margin:20px -17px 20px auto;
  position:relative;
}
  .library-search-block .library-search .search-help {
    margin-top:0;
    color:#fff;
    padding-right:19px;
  }
  .library-search-block .library-search .search-help-links a {
    color:#eee;
    text-decoration:underline;
  }
    .library-search-block .library-search .search-help-links a:hover {
      color:#fff;
    }

  .library-search-block .multisearch input[type="text"] {
    border-color: #b6b6b6;
  }

.collections-search-block {
  margin-top:20px;
}
  .collections-search-block .library-search {
    padding:20px 15px 12px;
    background-color:#f7f7f7;
  }
    .collections-search-block .multisearch input[type="text"] {
      width:948px;
    }

.collections-tab .multisearch {
  margin-bottom:14px;
}
  .collections-tab .multisearch input[type="text"] {
    width:636px;
  }


/**************************
 * COMPONENT - RESEARCH LIST SIMPLE VIEW
 **************************/

.pane-subhead {
  font:700 14px/18px "museo-slab","Times New Roman",Times,serif;
  margin:16px 21px 13px;
  color:#000;
}

.research-simple-view .views-row {
  margin-bottom:15px;
}
  .research-simple-view .views-row:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
  }
.research-simple-view .views-row-last {
  margin-bottom:0;
}

.research-simple-view .views-field-field-research-img {
  margin-top:3px;
}
.research-simple-view .views-field-field-research-img,
.research-simple-view .views-field-field-research-img img {
  width:53px;
  height:53px;
}
.research-simple-view .pane-meta {
  display:block;
}


/***************************
 * COMPONENT - DAILY REPORT FEATURED VIEW
 ***************************/

.feat-dr-view {
  background-color:#fff;
  width:898px;
  height:350px;
  position:relative;
}

.feat-dr-view h2.pane-title {
  padding-left:85px;
}
.feat-dr-view h2.pane-title a {
  color:#8c1515;
}
.feat-dr-view h2.pane-title a:after {
  content: '\00a0»';
  color:#007c93;
}

.feat-dr-view .tag-top {
  top:-10px;
  left:10px;
  color:#fff;
  font-size:12px;
  line-height:14px;
  font-weight:bold;
  word-spacing:100px;
  text-transform:uppercase;
  padding-top:6px;
  padding-bottom:17px;
}

.feat-dr-view .col {
  float:left;
}

.feat-dr-view .col.col-first {
  margin:0 40px 0 20px;
  width:260px;
}
.feat-dr-view .col.col-mid {
  width:260px;
  margin:0 16px 0 0;
}

.feat-dr-view .col.col-last {
  width:294px;
  /*padding-top:3px;
  padding-left:8px;*/
  padding: 30px;
  margin-top:-49px;
  margin-right:0;
  background-color:#fff;
  float:right;
}


/**************************
 * COMPONENT - TRENDING STORIES VIEW
 *************************/

.trending-view {
  position:relative;
  background-color:#fff;
  margin-top:-8px;
  width:294px;
  height:654px; /* height of pane - height of pane title */
  background-color:#fff;
  counter-reset:item;
}
.trending-view.auto-height {
  height: auto;
  width: auto;
  margin-top: 0;
}

.trending-view .views-row,
.trending-view .views-summary {
  position:relative;
  padding:17px 10px 14px;
  border-top:1px #ccc solid;
}
.trending-view .views-row:first-child,
.trending-view .views-summary:first-child {
  border-top:0;
}

.trending-view .views-summary {
  counter-increment:item;
}
.trending-view .views-summary a:before {
  content:counter(item);
}

.trending-view .views-field-counter,
.trending-view .views-summary a:before {
  font:900 30px/30px "open-sans",Arial,Helvetica,sans-serif;
  color:#8c1515;
  width:60px;
  height:30px;
  position:absolute;
  margin-top:auto;
  margin-bottom:auto;
  top:0;
  bottom:0;
  left:0;
  text-align:center;
}

.trending-view .views-field-title,
.trending-view .views-summary a {
  padding-left:50px;
}


/***************************
 * COMPONENT - FEATURED AUDIO VIEW
 * COMPONENT - FEATURED vIDEO VIEW
 ***************************/

.feat-av-view,
.static-featured-view {
  background-color:#fff;
  width:294px;
  height:350px;
  overflow:hidden;
  position:relative;
}
.feat-av-view h2.pane-title,
.feat-av-view h2.pane-title a,
.static-featured-view h2.pane-title,
.static-featured-view h2.pane-title a {
  color:#8c1515;
}
  .feat-av-view h2.pane-title a:after,
  .static-featured-view h2.pane-title a:after {
    content: '\00a0»';
    color:#007c93;
  }

.feat-av-view .field-icon,
.static-featured-view .field-icon {
  top:15px;
}
.feat-av-view .view-content {
  padding:0 10px 20px 21px;
}

.static-featured-view .view-content {
  padding:0 15px 20px 21px;
}

.feat-av-view .hoov-teaser-first {
  width:53px;
  padding:0 15px 0 0;
}
.feat-av-view .hoov-teaser-last {
  padding:0;
}


/*********************************
 * LANDING PAGE - FELLOWS & FELLOWS/AWARDS
 * LANDING PAGE - PUBLICATIONS
 ********************************/

.pane-quicktabs-research-tabs,
.pane-quicktabs-publications-tabs {
  margin-top:30px;
}


/*******************************
 * COMPONENT - PAGE SWITCHER
 ******************************/

ul.switcher,
.switcher-select {
  position:absolute;
  top:-62px;
  right:0;
  z-index:2;
  border-left:1px solid #b7b7b7;
  padding:0;
  margin:0;
  font:bold 14px/18px "museo-slab","Times New Roman",Times,serif;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
.switcher:hover {
  -webkit-box-shadow:2px 2px 4px rgba(24,24,25,0.37);
  -moz-box-shadow:2px 2px 4px rgba(24,24,25,0.37);
  box-shadow:2px 2px 4px rgba(24,24,25,0.37);
}

ul.switcher:hover li {
  display:block;
}
ul.switcher:hover li.active {
  background-color:#ddd;
}

ul.switcher li {
  color:#898989;
  font:bold 14px/18px "museo-slab","Times New Roman",Times,serif;
  background-color:#fff;
  height:52px;
  border:0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
  list-style:none;
  margin:0;
  padding:0;
  display:none;
}

ul.switcher li.active {
  display:block;
  position:relative;
}
ul.switcher li.active a:hover {
  color:inherit;
  background-color:inherit;
  margin-left:inherit;
  padding-left:15px;
}

ul.switcher li .arrow {
  position:absolute;
  top:22px;
  right:10px;
  width:12px;
  height:9px;
  background:url(../images/bg-arrow-red-sprite.png) right 0 no-repeat;
}

ul.switcher li a {
  padding:17px 30px 17px 15px;
  height:18px;
  background-image:none;
  display:block;
  color:#898989;
  text-decoration:none;
}
ul.switcher li a:hover {
  color:#fff;
  background-color:#8c1515;
  margin-left:-1px;
  padding-left:16px;
}


.switcher-select .select2-choice {
  padding:17px 15px;
  height:18px;
  line-height:18px;
  background-image:none;
  filter:none;
  color:#898989;
  border-radius:0;
  border:0;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.switcher-select .select2-choice > .select2-chosen {
  margin-right:15px;
}
.switcher-select .select2-choice .select2-arrow {
  border:0;
  border-radius:0;
  background:none;
}
.switcher-select .select2-choice .select2-arrow b {
  position:absolute;
  top:22px;
  right:10px;
  width:12px;
  height:9px;
  background:url(../images/bg-arrow-red-sprite.png) right 0 no-repeat;
}
.switcher-select.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position:right -15px;
}

.switcher-select-drop.select2-drop-active {
  margin-top:0;
  border:0;
  border-radius:0;
  -webkit-box-shadow:2px 2px 4px rgba(24,24,25,0.37);
  -moz-box-shadow:2px 2px 4px rgba(24,24,25,0.37);
  box-shadow:2px 2px 4px rgba(24,24,25,0.37);
}
.switcher-select-drop .select2-results {
  padding:0;
  margin:0;
}
.switcher-select-drop .select2-results .select2-result {
  color:#898989;
  font:bold 14px/18px "museo-slab","Times New Roman",Times,serif;
  line-height:18px;
  padding:17px 15px;
  cursor:pointer;
}
.switcher-select-drop .select2-results .select2-highlighted {
  color:#fff;
  background-color:#8c1515;
  margin-left:-1px;
  padding-left:16px;
}
.switcher-select-drop .select2-results .select2-result-label {
  padding:0;
}


/*********************************
 * LANDING PAGE - RESEARCH
 ********************************/

.topic-tree-icon-view .view-content .item-list ul {
  margin:0;
  padding:0;
  list-style:none;
}
.topic-tree-icon-view .view-content .item-list ul.stem_class > li {
  padding:25px 30px 16px 56px;
  margin:0;
  clear:both;
}
.topic-tree-icon-view .view-content .item-list ul.stem_class > li:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.topic-tree-icon-view .view-content .item-list ul.stem_class > li:nth-child(2n+2) {
  background-color:#efefef;
}

.topic-tree-icon-view ul.stem_class > li > .views-field-field-term-icon,
.pub-media-icons .publication-box .media-float-left{
  width:66px;
  text-align:center;
  float:left;
  margin-right:42px;
}
.pub-media-icons .publication-box .media-float-left {
  padding-top: 0;
}
.topic-tree-icon-view ul.stem_class > li > .views-field-name {
  margin-bottom:6px;
}

/* second level */
.topic-tree-icon-view .view-content ul.stem_class ul li {
  float:left;
  padding:0;
  margin:0 26px 0 0;
  position:relative;
}
.topic-tree-icon-view .view-content ul.stem_class ul li:after {
  content:'|';
  position:absolute;
  right:-16px;
  top:0;
  color:#b7b7b7;
}
.topic-tree-icon-view .view-content ul.stem_class ul li.last {
  margin-right:0;
}
.topic-tree-icon-view .view-content ul.stem_class ul li.last:after {
  content:'';
}
.topic-tree-icon-view .view-content ul.stem_class ul li .views-field-name {
  font-weight:600;
  font-size:18px;
  line-height:20px;
}


.research-content-tab .publication-box .media {
  width:66px;
  padding-left:56px;
}
.pub-media-icons .publication-box{
  padding:25px 30px 16px 56px;
}
.pub-media-icons .publication-box .description{
  padding:0;
}
.pub-media-icons .publication-box .media{
  padding:0;
  margin-right:42px;
}


/*********************************
 * NODE - PUBLICATION
 * NODE - GROUP / RESEARCH TEAM
 ********************************/

.node-type-publication h1#page-title,
.node-type-group h1#page-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.node-type-publication .field-name-field-publication-banner {
  line-height:0;
  border-bottom:10px #fff solid;
  margin-bottom:0;
}

.node-type-publication #content > header {
  position:absolute;
  top:-9999px;
  left:-9999px;
  clip:rect(0px,0px,-1px,-1px);
}

/* current issue tab */
.quicktabs-tabpage .issue-current-view {
  margin-top:-11px;
}
.quicktabs-tabpage .issue-current-view .node-issue.view-mode-full > .hoov-2col-stack-top > .inside {
  padding-top:31px;
}

/* past issues tab */
.quicktabs-tabpage .issues-past-view {
  margin-top:-11px;
  border-top:11px #fff solid;
}

/* past issues tab date filter */
/* search page date filter */
.quicktabs-tabpage .issues-past-view .view-filters,
.quicktabs-tabpage .issues-past-view .view-empty {
  background-color: #fff;
  padding: 10px 20px;
}
.quicktabs-tabpage .issues-past-view .views-exposed-form .views-exposed-widget,
.view-display-id-panel_pane_1 .views-exposed-widget {
  padding-right: 0;
}
.quicktabs-tabpage .issues-past-view .view-filters .views-widget-filter-field_issue_date_value>label {
  text-transform: uppercase;
  color: #2F3237;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 20px;
}
.quicktabs-tabpage .issues-past-view .view-filters .views-widget,
.view-id-search.view-display-id-panel_pane_1 .views-widget,
.view-id-fellows_search.view-display-id-panel_pane_1 .views-widget {
  display: inline-block;
  vertical-align: middle;
}
.quicktabs-tabpage .issues-past-view .view-filters .views-widget>div,
.view-id-search.view-display-id-panel_pane_1 .views-widget>div,
.view-id-fellows_search.view-display-id-panel_pane_1 .views-widget>div {
  display: inline-block;
  vertical-align: middle;
}
.quicktabs-tabpage .issues-past-view .view-filters .views-widget .container-inline-date .form-type-date-popup label,
.quicktabs-tabpage .issues-past-view .view-filters .views-widget .container-inline-date .description {
  display: none;
}
.quicktabs-tabpage .issues-past-view .view-filters .views-widget .between-dates-wrapper {
  margin-right: 10px;
  margin-left: -3px;
  text-transform: lowercase;
  color: #2F3237;
}
.quicktabs-tabpage .issues-past-view .view-filters .views-widget .container-inline-date input[type="text"],
.view-id-search.view-display-id-panel_pane_1 .container-inline-date input {
  width: 110px;
  padding: 9px 14px;
  color: #2F3237;
  font:500 13px/18px "museo-slab","Times New Roman",Times,serif;
  text-align: center;
}
.quicktabs-tabpage .issues-past-view .view-filters .form-submit {
  background-color: #8C1515;
  text-transform: capitalize;
  margin: 0;
  margin-right: 0.5em;
  padding: 9px 39px;
  width: auto;
}
.quicktabs-tabpage .issues-past-view .view-filters,
.view-id-search.view-id-search.view-display-id-panel_pane_1 .view-filters {
  position: relative;
}
.quicktabs-tabpage .issues-past-view .view-filters .ajax-progress {
  position: absolute;
  margin-left: 60px;
  margin-top: 9px;
}

/* explore tab */
.quicktabs-tabpage .research-publication-explore-block h2.block-title {
  background-color:#fff;
  padding:15px 21px 14px;
  margin-top:-11px;
  margin-bottom:8px;
  text-transform:uppercase;
  border-bottom:2px #8c1515 solid;
  font:bold 20px/24px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
}

/* explore tab on series nodes */
.quicktabs-tabpage .research-series-explore-block {
  margin-top:10px;
}



/******************************
 * COMPONENT - RESEARCH PER ISSUE VIEW (CURRENT ISSUE VIEW)
 * COMPONENT - HOOVER DC PAST/UPCOMING EVENTS VIEWS
 ******************************/

.group-pane-wrapper,
.research-issue-teasers-view .group-pane {
  margin-bottom:20px;
}

.group-pane-wrapper h2.pane-title,
.research-issue-teasers-view .pane-title {
  background-color:#8c1515;
  color:#fff;
  padding:13px 21px;
  text-transform:uppercase;
  font:bold 19px/24px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
  margin-bottom:0;
}

/********************************
 * COMPONENT - PAST ISSUES VIEW
 *******************************/

.issues-past-view {
}
.issues-past-view > .view-content > .views-row {
  padding:30px 20px 20px 20px;
  background-color:#fff;
}
.issues-past-view > .view-content > .views-row.views-row-first {
  padding-top:10px;
}
.issues-past-view > .view-content > .views-row.views-row-even {
  background-color:#efefef;
}

.issues-past-view .views-field-field-issue-img {
  line-height:0;
  margin-bottom:16px;
}

.issues-past-view .research-arranged-view {
  margin-top:-10px;
}


.research-arranged-view h3 {
  font:700 14px/18px "museo-slab", "Times New Roman", Times, serif;
  margin:0 0 12px;
}

.research-arranged-view table {
  margin-bottom:10px;
}
.research-arranged-view table tr {
  background-color:transparent;
}
.research-arranged-view table td {
  width:50%;
  background-color:transparent;
  position:relative;
  padding:0;
  border:0;
}
.research-arranged-view table td .cell-wrap {
  padding:0 10px 12px 40px;
  position:relative;
}

.research-arranged-view .views-field-title {
  font:bold 19px/24px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
}

.research-arranged-view .views-field-field-research-authors,
.research-arranged-view .views-field-field-research-date,
.research-arranged-view .views-field-field-news-date,
.research-arranged-view .views-field-field-event-date {
  font:500 13px/18px "museo-slab","Times New Roman",Times,serif;
}

.research-arranged-view .views-field-field-research-authors + .views-field-field-research-date:before {
  content: ' / ';
}

.research-arranged-view .field-icon {
  left:3px;
  top:5px;
}


/*****************************
 * COMPONENT - PUBLICATION BANNER
 *  - Publication node
 *  - Issue node
 *  - Research node
 ****************************/

.field-name-field-publication-banner {
  margin-bottom:30px;
}
.field-name-field-publication-banner .field-item {
  line-height:0;
}
.field-name-field-publication-banner .field-item a {
  display:block;
}


/*********************************
 * NODE - ISSUE - FULL
 * COMPONENT - ISSUE in PAST ISSUES VIEW
 ********************************/

.node-issue.view-mode-full > .hoov-2col-stack-top > .inside {
  background-color:#fff;
  padding:20px;
  position:relative;
}
/* when carousel is selected */
.node-issue.view-mode-full > .hoov-2col-stack-top > .inside .carousel {
  padding-top:20px;
  margin-left:-20px;
  margin-right:-20px;
  margin-bottom:-20px;
  background-color:#d7d7d7;
  padding-top:74px;
}
.node-issue.view-mode-full > .hoov-2col-stack-top > .inside h2.label-above{
  position:absolute;
  top:108px;
  left:0;
  z-index:5;
  width:100%;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.node-type-issue .node-issue.view-mode-full > .hoov-2col-stack-top > .inside h2.label-above{
  top:97px;
}
.node-issue.view-mode-full > .hoov-2col-stack-top > .inside .cycle-controls{
  top:9px;
}


.node-issue.view-mode-full .field-name-field-issue-date,
.issues-past-view .views-field-field-issue-date {
  font:700 16px/20px "museo-slab","Times New Roman",Times,serif;
  margin:0 0 3px;
}

.node-issue.view-mode-full h1.field-name-title,
.issues-past-view h1.views-field-title {
  font:900 30px/36px "museo-slab","Times New Roman",Times,serif;
  padding-bottom:3px;
  border-bottom:1px solid #000;
  margin:0 0 27px;
}
.page-node-303 .node-issue.view-mode-full h1.field-name-title .hdr-rss-link {
  display: inline-block;
  float: right;
  content: ' ';
  width: 30px;
  height: 30px;
  background: url(/sites/all/themes/hoov/images/ico-social-sprite-dark.png) -213px 9px no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 567px) {
  .page-node-303 .node-issue.view-mode-full h1.field-name-title .hdr-rss-link {
    position: relative;
    bottom: 8px;
  }
}
@media screen and (max-width:440px) {
  .page-node-303 .node-issue.view-mode-full h1.field-name-title .hdr-rss-link {
    display: block;
    margin: 0 auto;
    float: none;
  }
}

.node-issue.view-mode-full h1.field-name-title a,
.issues-past-view h1.views-field-title a {
  color:#000;
  text-decoration:none;
}
.issues-past-view h1.views-field-title a:after {
  content: '\00a0»';
  color:#007c93;
}

.node-issue.view-mode-full .field-name-field-issue-theme,
.issues-past-view .views-field-field-issue-theme {
  font:600 31px/37px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
  margin:0 0 26px;
}


/*********************************
 * COMPONENT - QUICKTABS
 ********************************/

ul.quicktabs-tabs {
  margin:0;
  padding:0;
  display:table;
  width:100%;
  position:relative;
  z-index:1;
}
ul.quicktabs-tabs li {
  display:table-cell;
  text-align:center;
  text-transform:uppercase;
  font-weight:bold;
  padding:0 0 11px 0;
  width:20%;
}
ul.quicktabs-tabs li a {
  padding-top:16px;
  padding-bottom:16px;
  display:block;
  color:#fff;
  border-right:1px #898989 solid;
  background-color:#2f3237;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  text-decoration:none;
}
ul.quicktabs-tabs li.last a {
  border-right:1px #2f3237 solid;
}

ul.quicktabs-tabs li.active {
  background:transparent url(../images/bg-tab-down2.png) bottom center no-repeat;
}
ul.quicktabs-tabs li.active a {
  background-color:#8c1515;
}


/***************************
 * COMPONENT - RESEARCH REGIONS TAB
 ***************************/

.research-regions-tab-block .content {
  padding-top:24px;
}
.quicktabs-tabpage .research-regions-tab-block .content{
  padding-top:12px;
}
.research-regions-tab-block h3 {
  margin:0 10px 4px 20px;
}
.research-regions-tab-block ul.regions-list {
  margin:0 20px 14px;
  padding:0;
  list-style:none;
  float:left;
}
.research-regions-tab-block ul.regions-list li {
  float:left;
  padding:0;
  margin:0 26px 5px 0;
  position:relative;
  color:#b7b7b7;
}
.research-regions-tab-block ul.regions-list li:after {
  position:absolute;
  content:'|';
  top:0;
  right:-16px;
}
.research-regions-tab-block ul.regions-list li.last {
  margin-right:0;
}
.research-regions-tab-block ul.regions-list li.last:after {
  content:'';
  display:none;
}

.research-regions-tab-block ul.regions-list li a {
  font-weight:600;
  color:#007d93;
  font-size:16px;
  line-height:18px;
}


/***************************
 * COMPONENT - LIBRARY & ARCHIVE COLLECTION NODE CUSTOM TABS
 ***************************/

#quicktabs-hoov_library_tabs .quicktabs-tabpage {
  margin-top:-11px;
  padding-top:0;
}
#quicktabs-hoov_library_tabs .quicktabs-tabpage .tabpage-block {
  padding:21px;
}


.pane-node-field-tabs.no-title #quicktabs-hoov_library_tabs li.active.first.last {
  display: none;
}

/***************************
 * COMPONENT - RESEARCH TOPIC/TYPE/REGION PANEL
 ***************************/

.pane-node-field-library-below-label {
  margin-top:20px;
}

.field-name-field-library-below {
  /*margin-top:8px;*/
  padding:20px;
  background-color:#fff;
}

/*** ignore padding for the default L&A page ***/
.context-library-landing .field-name-field-library-below {
  padding: 0;
  background-color: transparent;
}

.field-name-field-library-below p:last-child {
  margin-bottom:0;
}


/***************************
 * COMPONENT - RESEARCH TOPIC/TYPE/REGION PANEL
 ***************************/

.research-panel .hoov-3col-stack > .panel-col-header > .inside {
  position:relative;
  margin:10px 19px;
}

/*
.research-panel h1.page-title {
  font-size:36px;
  line-height:40px;
  margin-bottom:10px;
}
*/


/***************************
 * TAXONOMY TERM PAGE - RESEARCH TOPICS/TYPES
 ***************************/

.research-topic-panel h1.page-title,
.research-type-panel h1.page-title,
.research-topic-panel .topic-list-horiz {
  max-width:1070px;
}
.research-topic-panel .topic-icon,
.research-type-panel .topic-icon {
  position:absolute;
  top:-40px;
  right:0;
  opacity:0.1;
}
.research-topic-panel .topic-icon img.child-term,
.research-type-panel .topic-icon img {
  width:86px;
}

.topic-list-horiz ul {
  margin:0 0 13px 3px;
  padding:0;
}
.topic-list-horiz ul li {
  margin:0;
  padding:0;
  list-style:none;
  display:inline-block;
  font-weight:600;
  text-transform:uppercase;
  font-size:18px;
  line-height:23px;
  padding-right:10px;
  border-right:1px #b7b7b7 solid;
  margin-right:10px;
}
.topic-list-horiz ul li.last {
  padding-right:0;
  border-right:0;
  margin-right:0;
}


/****************************
 * COMPONENT - HOOVER FILTER
 * These styles are specific to layout/panels.
 * See modules/hoover/hoover_filter/css/hoover_filters.css for rest of styles
 * that are specific to the component regardless of how they are put into a
 * page.
 ****************************/

.pane-hoover-filter {
  margin-bottom:10px;
}
.pane-hoover-filter h2.pane-title {
  color:#fff;
  background-color:#2f3237;
  padding:19px 0 18px 14px;
  border-bottom:1px #898989 solid;
  font:bold 14px/18px "museo-slab","Times New Roman",Times,serif;
  margin:0;
  text-transform:none;
}


/****************************
 * COMPONENT - VIEW - FELLOWS TEASERS VIEW
 * COMPONENT - VIEW - FELLOWS ALPHA VIEW
 * COMPONENT - VIEW - FELLOWS AWARDS VIEW
 * COMPONENT - VIEW - FELLOWS CATEGORY/EXPERTISE - CATEGORY
 * COMPONENT - VIEW - FELLOWS CATEGORY/EXPERTISE - EXPERTISE
 *****************************/

.fellows-teasers-view {
  position:relative;
}
.fellows-teasers-view .fellows-row {
  display:table-row;
}
.fellows-teasers-view .views-row {
  display:table-cell;
  vertical-align:top;
  background:url(../images/bg-fellows-tablecell.gif) 0 0 repeat-y;
  padding-right:10px;
}
.fellows-teasers-view .fellows-row .views-row:last-child {
  padding-right:0;
}
.fellows-teasers-view .views-row.inactive {
  display:none;
}


.view-fellows-group.view-display-id-panel_pane_alpha {
  background-color: #fff;
  padding: 21px 20px;
  margin-top: -11px;
}

.view-fellows-group.view-display-id-panel_pane_alpha .group-header .group-count {
  display:none;
}

.view-fellows-group.view-display-id-panel_pane_alpha .pane-title {
  background-color: #efefef;
  color: #000;
  padding: 13px 21px;
  text-transform: uppercase;
  font: bold 19px/24px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
  margin-bottom: 1em;
}

.view-fellows-group.view-display-id-panel_pane_alpha .view-content {
  display: block;
}

.view-fellows-group.view-display-id-panel_pane_alpha .views-row {
  display: block;
  width: calc(100% - 42px);
  margin-bottom: 1em;
  padding-left: 21px;
  padding-right: 21px;
}


.view-fellows-group.view-display-id-panel_pane_alpha .views-row .views-field-title .name-title {
  font:bold 19px/24px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
}


.fellows-alpha-view .view-content {
  display:table;
  border-spacing:0 10px;
}
.fellows-alpha-view .fellows-row .letter-tag {
  width:36px;
  height:53px;
  background:transparent url(../images/bg-lettertag.png) top right no-repeat;
  margin-top:20px;
  margin-left:-30px;
  position:relative;
  z-index:1;
  color:#fff;
  font:bold 14px/36px Arial,Helvetica,sans-serif;
  text-align:center;
  text-indent:6px;
}



.fellows-award-view .view-content {
  width:100%;
  margin-top:8px;
  display:block;
  border-spacing:0;
}
.fellows-award-view .fellows-table {
  display:table;
  border-spacing:0 10px;
}

.fellows-award-view .group-header {
  padding:17px 40px 16px 15px;
  cursor:pointer;
  margin-bottom:1px;
  background:#2f3237 url(../images/ico-expand-sprite-big.png) right -56px no-repeat;
}
.fellows-award-view .group-header h3 {
  font-size:16px;
  line-height:20px;
  margin:0;
  color:#fff;
  text-transform:uppercase;
  display:inline;
}
.fellows-award-view .group-header .group-count {
  font-size:16px;
  line-height:20px;
  font-weight:bold;
  color:#fff;
  display:inline;
  margin-left:0.3em;
}

.fellows-award-view .group-header.active {
  background-color:#8c1515;
  background-position:right 24px;
}
.fellows-award-view .group-header.active .group-count {
  display:none;
}

.fellows-award-view .group-pane {
}
.fellows-award-view .award-info {
  background-color:#fff;
  padding:30px 30px 30px 45px;
}
.fellows-award-view .award-info .node-award.view-mode-teaser_notitle {
  border-spacing:0;
}

.fellows-award-view .views-field-field-fc-fellow-field {
  padding:8px;
  font-weight:bold;
}

.fellows-category-list-view {
  margin-top:-8px;
  background-color:#fff;
  position:relative;
}
.fellows-category-list-view .switcher {
  top:-54px;
}
.fellows-category-list-view .views-field-name {
  font-weight:bold;
}



/****************************
 * COMPONENT - FELLOW - TEASER
 * COMPONENT - FELLOW - ONE BY ONE
 *****************************/

.node-fellow.view-mode-teaser {
  background-color:#fff;
  width:202px;
  position:relative;
}
.node-fellow.view-mode-onebyone {
  background-color:#fff;
  width:294px;
  position:relative;
}
.hoover-twocol-stacked .hoover-sidebar .view-mode-onebyone + .view-mode-onebyone{
  margin-top:8px;
}
.node-fellow.view-mode-teaser .field-name-field-fellow-img,
.node-fellow.view-mode-onebyone .field-name-field-fellow-img {
  line-height:0;
}

.node-fellow.view-mode-teaser h3.field-name-title,
.node-fellow.view-mode-onebyone h3.field-name-title {
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:0;
  padding:0;
  font:bold 19px/24px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
  text-transform:uppercase;
  width:100%;
}
.node-fellow.view-mode-teaser .field-name-title a,
.node-fellow.view-mode-onebyone .field-name-title a {
  color:#fff;
  text-decoration:none;
  display:block;
  padding:15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.node-fellow.view-mode-onebyone .field-name-field-tref-expertise {
  padding:10px;
  background-color:rgba(255,255,255,0.3);
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}
.node-fellow.view-mode-onebyone .field-name-field-tref-expertise .field-item {
  background-color:rgba(255,255,255,0.5);
}
.node-fellow.view-mode-onebyone .field-name-field-tref-expertise .field-label {
  font-size:13px;
}

.node-fellow.view-mode-teaser .field-name-field-tref-expertise {
  padding:8px;
}

.node-fellow.view-mode-onebyone .panel-col-inner {
  display:none;
}


/* Fellow 1x1 when in Curator fields */
.field-name-field-ref-curators .node-fellow.view-mode-onebyone .field-name-field-tref-expertise {
  display:none;
}
.field-name-field-ref-curators .node-fellow.view-mode-onebyone .panel-col-inner {
  display:block;
  color:#000;
  background-color:#fff;
  padding:14px 20px;
}
.field-name-field-ref-curators .node-fellow.view-mode-onebyone .panel-col-inner .pane-meta {
  display:block;
}


/* Fellow 1x1 in Nav: */
.nav-fellows .node-fellow.view-mode-onebyone .field-name-field-tref-expertise {
  display:none;
}


/************************
 * COMPONENT - FELLOW EXPERTISE LIST
 ************************/

.field-name-field-tref-expertise .field-item {
  padding:0;
  margin:0 2px 2px 0;
  display:inline-block;
}
.field-name-field-tref-expertise .field-item a {
  display:block;
  padding:0 7px;
  display:inline-block;
  border:1px #cacbcd solid;
  color:#000;
  text-decoration:none;
  font:500 13px/23px "museo-slab","Times New Roman",Times,serif;
}
.field-name-field-tref-expertise .field-item a:after {
  content: '\00a0»';
  color:#007c93;
}


/************************
 * COMPONENT - SPECIAL TOPICS LIST
 ************************/

.field-name-field-term-special ul {
  padding:0;
  margin:0 0 -9px 0;
}
.field-name-field-term-special ul li {
  margin:0 0 13px;
  font-weight:bold;
  list-style:none;
  font-size:19px;
  line-height:24px;
}
.field-name-field-term-special ul li a {
  padding-right:12px;
}
.field-name-field-term-special ul li a:after {
  content: '\00a0»';
  color:#007c93;
}


/************************
 * COMPONENT - ADDITIONAL RESOURCES LIST
 ************************/

.hoover-sidebar .field-name-field-docs .field-items {
  background-color:#fff;
  padding:15px;
}
.field-name-field-docs .field-item {
  font-weight:bold;
  margin-bottom:13px;
}
.field-name-field-docs .field-item:last-child {
  margin-bottom:0;
}


/************************
 * COMPONENT - GENERIC FILE (ICON + TEXT)
 ************************/

span.file,
span.file a {
  display:inline-block;
}
span.file a img {
  float:left;
  margin:3px 12px 0 0;
}
span.file a span:after {
  content:'\00a0»';
}


/************************
 * COMPONENT - RELATED COMMENTARY
 * COMPONENT - TINY TEASER LIST
 ************************/

.hoover-sidebar .panel-pane .field-name-field-issue-related > .field-items,
.tiny-teaser-list {
  padding:15px;
  background-color:#fff;
}

.field-name-field-issue-related > .field-items > .field-item,
.tiny-teaser-list .views-row {
  margin-bottom:13px;
}
.field-name-field-issue-related > .field-items > .field-item:last-child,
.tiny-teaser-list .views-row:last-child {
  margin-bottom:0;
}

.view-subtitle {
  margin-bottom:13px;
  font:500 13px/20px "museo-slab","Times New Roman",Times,serif;
}


/************************
 * COMPONENT - RESEARCH VIEW MODE - TINY TEASER
 ***********************/

.node-research.view-mode-teaser_tiny,
div.panel-pane div.node-research.view-mode-teaser_tiny {
  padding-right:30px;
  position:relative;
}
.node-research.view-mode-teaser_tiny .field-name-title {
  font-weight:bold;
}
.node-research.view-mode-teaser_tiny .field-name-title a:after {
  content:'\00a0»';
}
.node-research.view-mode-teaser_tiny .field-name-field-research-authors {
  font:500 13px/18px "museo-slab","Times New Roman",Times,serif;
}
.node-research.view-mode-teaser_tiny .field-icon {
  top:2px;
  right:0;
}


/**************************
 * COMPONENT - SLIDESHOW VIEW
 * COMPONENT - CAROUSEL VIEW
 *************************/

.slideshow,
.carousel {
  position:relative;
}

/* see: https://github.com/malsup/cycle2/issues/96 */
.slideshow .view-content,
.carousel .view-content {
  width:100%;
  overflow:hidden;
  position:relative;
  -webkit-transform: translate3d(0,0,0);
}
.slideshow .views-row,
.carousel .views-row {
  white-space:normal;
  display:none;
}
.slideshow .views-row {
  width:100%;
}

.slideshow .views-row.views-row-first,
.carousel .views-row.views-row-first {
  display:block;
}

.cycle-controls {
  position:absolute;
  z-index:101;
  top:-63px;
  right:0;
  width:154px;
  height:53px;
}
.cycle-control {
  float:left;
  width:76px;
  height:53px;
  background:transparent url(../images/ico-prevnext-sprite.png) 30px 15px no-repeat;
  text-indent:-9999px;
  display:block;
  border-left:1px #b7b7b7 solid;
  outline:none;
}
.cycle-control:active,
.cycle-control:focus {
  outline:none;
}
.cycle-control.inactive{
  opacity:0.3;
  border-left:1px solid #000;
}
.cycle-next {
  background-position:-44px 15px;
}


.slideshow .cycle-controls {
  top:auto;
  bottom:0;
  left:0;
  right:auto;
  width:153px;
}
body .slideshow .cycle-controls{
  top:inherit !important;
}
.slideshow .cycle-controls .cycle-control {
  background-color:#ebebeb;
}
.slideshow .cycle-controls .cycle-prev {
  border-left:0;
}



/*************************
 * COMPONENT - SLIDESHOW - HOME
 **************************/

.front .region-header-bottom .region-inner {
  max-width:100%;
  padding:0;
}

.slideshow-home-view .views-row {
  width:100%;
  height:498px;
}

.slideshow-home-view .row-text-wrap {
  position:relative;
  max-width:1080px;
  position:absolute;
  top:120px;
  left:50%;
  margin-left:-600px;
}
.slideshow-home-view .row-text-wrap a {
  color:inherit;
  text-decoration:none;
}

.slideshow-home-view .title-group {
  background:rgb(255,255,255);
  background:rgba(255,255,255,0.9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff);
  zoom: 1;
  padding:28px 83px 24px 20px;
}
.slideshow-home-view .title-group:nth-child(n) {
  filter:none; /*IE 9 fix*/
}
.slideshow-home-view .row-text-wrap a:hover .title-group {
  background-color:#fff;
}
.slideshow-home-view .field-title {
  margin:0;
  text-transform:uppercase;
  background-color:transparent;
  font:bold 45px/45px "museo-slab","Times New Roman",Times,serif;
  margin:0 0 5px;
}
.slideshow-home-view .readnow-tag {
  right:20px;
}

.slideshow-home-view .field-body {
  font:300 26px/32px "museo-slab","Times New Roman",Times,serif;
  margin:15px 0 0;
}

.slideshow-home-view .field-below {
  padding:13px 20px 11px 18px;
  color:#fff;
  font-size:24px;
  line-height:29px;
  background:rgb(0,125,147);
  background:rgba(0,125,147,0.9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e500a6c5,endColorstr=#e500a6c5);
  zoom: 1;
}
.slideshow-home-view .field-below:nth-child(n) {
  filter:none; /*IE 9 fix*/
}
.slideshow-home-view .row-text-wrap a:hover .field-below {
  background-color:#00a6c5;
}

.slideshow-home-view .views-field-field-slide-img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:498px;
  overflow:hidden;
}
.slideshow-home-view .views-field-field-slide-img img {
  width:100%;
  height:auto;
}

.cycle-pager {
  position:absolute;
  z-index:100;
  right:50px;
  top:120px;
  width:50px;
}
.cycle-pager .slide-thumb {
  border:2px #fff solid;
  margin-bottom:10px;
  line-height:0;
  cursor:pointer;
}
.cycle-pager .slide-thumb.cycle-pager-active,
.cycle-pager .slide-thumb:hover {
  border:2px #8c1515 solid;
}


/**************************
 * COMPONENT - CAROUSEL - FELLOWS IN ACTION
 *************************/

.carousel-fellowaction-view .views-row {
  width:596px;
  margin-right:8px;
  position:relative !important;
}
.carousel-fellowaction-view .views-field-field-slide-img {
  line-height:0;
}

.carousel-fellowaction-view .views-row .row-text-wrap {
  position:absolute;
  bottom:0;
  left:0;
  width:556px;
  padding:18px 20px 20px;
  background-color:rgba(0,0,0,0.7);
  color:#fff;
  white-space:normal;
}
.carousel-fellowaction-view .views-row .row-text-wrap a {
  color:#fff;
  text-decoration:none;
}

.carousel-fellowaction-view .views-row .row-text-wrap .field-title {
  font-weight:bold;
  font-size:19px;
  line-height:23px;
  color:#fff;
}

.carousel-fellowaction-view .views-row .row-text-wrap .field-body {
  color:#fff;
  font:500 13px/20px "museo-slab","Times New Roman",Times,serif;
}
.carousel-fellowaction-view .views-row .row-text-wrap p:last-child {
  margin-bottom:0;
}

.carousel-fellowaction-view .views-row .readnow-tag {
  display:none;
}


/******************************
 * COMPONENT - SLIDE - FEATURED RESEARCH SLIDES
 * COMPONENT - SLIDE - LIBRARY NODE SLIDES
 *****************************/

.slideshow-research-feat-view {
  position:relative;
  width:100%;
}

.hoover-slide {
  position:relative;
}
.hoover-slide .field-img {
  line-height:0;
}

.hoover-slide .panel-col-inner {
  position:absolute;
  top:120px;
  left:20px;
  right:auto;
  max-width:700px;
}

.hoover-slide .field-name-title {
  font:bold 28px/38px "museo-slab","Times New Roman",Times,serif;
  margin:0;
  text-transform:uppercase;
  background-color:transparent;
}
.hoover-slide.no-innermost .field-name-title {
  padding-bottom:10px;
  border-bottom:10px solid rgba(0,125,147,0.7);
}
.hoover-slide.no-innermost .field-name-title:hover {
  border-bottom:10px solid rgba(0,125,147,1.0);
}

.hoover-slide .field-name-title p {
  margin:0;
  display:inline;
  font:inherit;
}

.hoover-slide .field-name-title .no-link,
.hoover-slide .field-name-title a,
.hoover-slide .field-name-title a.ext-link {
  display:block;
  padding:10px 80px 6px 14px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  background:rgb(255,255,255);
  background:rgba(255,255,255,0.9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff);
  zoom: 1;
  color:#000;
}
.hoover-slide .field-name-title .no-link:nth-child(n),
.hoover-slide .field-name-title a:nth-child(n),
.hoover-slide .field-name-title a.ext-link:nth-child(n) {
  filter:none; /*IE 9 fix*/
}
.hoover-slide .panel-col-inner:hover .field-name-title a {
  background-color:#fff;
  text-decoration:none;
}

.hoover-slide .panel-col-innermost {
  padding:10px 80px 10px 14px;
  background:rgb(0,125,147);
  background:rgba(0,125,147,0.8);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e500a6c5,endColorstr=#e500a6c5);
  zoom: 1;
}
.hoover-slide .panel-col-innermost:nth-child(n) {
  filter:none; /*IE 9 fix*/
}
.hoover-slide .panel-col-inner:hover .panel-col-innermost {
  background-color:rgba(0,125,147,1.0);
}

.hoover-slide .panel-col-innermost {
  color:#fff;
  font-weight:bold;
  font-size:20px;
  line-height:26px;
}
.hoover-slide .panel-col-innermost > .field {
  margin-right:0.24em;
}
.hoover-slide .panel-col-innermost > .field p {
  margin:0;
  display:inline;
  font:inherit;
}
.hoover-slide .panel-col-innermost > .field a {
  color:#fff;
}
.hoover-slide .panel-col-innermost > .field a:hover {
  text-decoration:underline;
}
.hoover-slide .panel-col-innermost .field-label {
  font:normal 20px/24px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
}


/******************************
 * COMPONENT - CAROUSEL - ONE BY ONE
 *****************************/

.carousel-onybyone-view .view-content {
}

.carousel-onebyone-view .views-row {
  width:294px;
  margin-right:8px;
}
.carousel-onebyone-view .views-row .view-mode-onebyone {
  float:left;
}
.carousel-onebyone-view .views-row .view-mode-onebyone .shadow-title,
.carousel-onebyone-view .views-row .view-mode-onebyone .field.field-name-field-tref-type.field-icon .field-items {
  display: none;
}


/******************************
 * COMPONENT - CAROUSEL - FEATURED ISSUES
 *****************************/

.carousel-issues-feat-view .views-row {
  margin-right:9px;
  overflow:hidden;
}



/******************************
 * COMPONENT - ISSUE VIEW MODE - ONE THIRD
 *****************************/

.node-issue.view-mode-one_third {
  position:relative;
  width:394px;
  height:376px;
}
.node-issue.view-mode-one_third .panel-col-inner {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.8);
  padding:17px 19px 15px;
  font-size:19px;
  line-height:23px;
  color:#fff;
  font-weight:bold;
}

.node-issue.view-mode-one_third .field-name-field-issue-img {
  line-height:0;
}

.node-issue.view-mode-one_third h3.field-name-field-issue-theme {
  font:bold 19px/23px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
  margin-bottom:0;
}
.node-issue.view-mode-one_third h3.field-name-field-issue-theme a {
  color:#fff;
  text-decoration:none;
}

.node-issue.view-mode-one_third .field-name-field-ref-publication {
  font:500 13px/20px "museo-slab","Times New Roman",Times,serif;
}
.node-issue.view-mode-one_third .field-name-field-ref-publication a {
  color:#fff;
}

.node-issue.view-mode-one_third .field-name-title {
  font:500 14px/18px "museo-slab","Times New Roman",Times,serif;
  position:absolute;
  top:0;
  left:0;
  width:100%;
}
.node-issue.view-mode-one_third .field-name-title a {
  color:#fff;
  padding:15px 19px;
  display:block;
  height:50px;
  width:100%;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}



/*****************************
 * COMPONENT - AWARD - TEASER_NOTITLE
 *****************************/

.node-award.view-mode-teaser_notitle {
  background-color:#fff;
  display:table-row;
}
.node-award.view-mode-teaser_notitle .field-name-field-award-img {
  display:table-cell;
  vertical-align:middle;
  margin-right:45px;
  width:278px;
  text-align:center;
  line-height:0;
}
.node-award.view-mode-teaser_notitle .field-name-body {
  display:table-cell;
  vertical-align:middle;
}
.node-award.view-mode-teaser_notitle .field-name-body p {
  font-size:24px;
  line-height:29px;
}
.node-award.view-mode-teaser_notitle .field-name-body p:last-child {
  margin-bottom:0;
}

/*****************************
 * COMPONENT - NEWS AND EVENTS - PANELS
 *****************************/
.news-events-overview .teasers-view {
	background-color: #fff;
}
.news-events-overview .teasers-view .views-row {
	width: 375px;
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-bottom: 27px;
	position: relative;
	overflow: none;
}
.news-events-overview .teasers-view .views-row-even {
	margin-left: 25px;
}
.news-events-overview .teasers-view .view-header h3,
.panel-display.hoover-twocol-stacked .view-news-library-landing.teasers-view .view-header h3 {
	font: bold 16px/22px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	background-color: #8c1515;
	color: #fff;
	padding: 14px 21px;
}
.news-events-overview .teasers-view ul.item-list {
	padding-left: 20px;
	margin: 0;
	margin-top: 27px;
	list-style-type: none;
}
.news-events-overview .teasers-view ul.item-list li {
	padding-left: 38px;
}

.news-events-overview .view-id-news ul.item-list li {
	background: url('../images/ico-news.png') top left no-repeat;
	background-position: 0px 5px;
}

.news-events-overview .view-id-events ul.item-list li {
	background: url('../images/ico-event.png') top left no-repeat;
	background-position: 0px 5px;
}

.news-events-overview .teasers-view .views-field-title {
	font: 19px/24px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
}
.news-events-overview .teasers-view .views-field-field-news-date {
  font:700 13px/18px "museo-slab","Times New Roman",Times,serif;
}
.news-events-overview .teasers-view .view-footer {
	padding-left: 58px;
	padding-bottom: 21px;
}
.news-events-overview .teasers-view .view-footer a {
	font-weight: bold;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.news-events-overview .teasers-view .view-footer a:after {
  content: '\00a0»';
  color: #007d93;
}
.news-events-overview .pane-news-panel-pane-2 {
	margin-bottom: 21px;
}

.news-events-overview .pane-node-field-sidebar-blocks {
	margin-top: -8px;
}
.news-events-overview .pane-node-field-sidebar-blocks .field-body {
	background: url('../images/ico-corner-br.png') bottom right no-repeat;
}
.news-events-overview .pane-node-field-sidebar-blocks ul.social-links {
	margin: 15px 0 0;
	padding: 0;
	text-align: center;
}
.news-events-overview .pane-node-field-sidebar-blocks ul.social-links li {
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	display: inline-block;
	height: 33px;
	list-style: none;
	margin: 0;
	padding: 7px 0 0;
	text-align: center;
	width: 23%;
}
.news-events-overview .pane-node-field-sidebar-blocks ul.social-links li:last-child {
	border-right: 0 none;
}
.news-events-overview .pane-node-field-sidebar-blocks ul.social-links li a {
	display: inline-block;
}

/***********************
 * NODE - PROFILE - FULL
 ***********************/

#hoover-2col-pic-panel > .cwrap {
  background-color:#fff;
}
#hoover-2col-pic-panel > .cwrap .field {
  margin-bottom:20px;
}
#hoover-2col-pic-panel > .cwrap .field .field-items {
  font-size:19px;
  line-height:24px;
  font-weight:bold;
}


#hoover-2col-pic-panel > .cwrap .field.field-name-field-tref-expertise {
  margin-top:16px;
}

#hoover-2col-pic-panel > .cwrap .field.field-name-field-tref-fellow-type .field-items {
  font-size:18px;
  line-height:22px;
  font-weight:600;
}
#hoover-2col-pic-panel > .cwrap .field.field-name-field-tref-fellow-type .field-item:after {
  content:', \00a0';
  color:#333;
}
#hoover-2col-pic-panel > .cwrap .field.field-name-field-tref-fellow-type .field-item:last-child:after {
  display:none;
}


.field-collection-view.view-mode-full .field-name-field-ref-group + .field-name-field-tref-membtype:before {
  content:', \00a0';
  color:#333;
}
.field-collection-view.view-mode-full.inactive,
.field-collection-view.view-mode-full.inactive .field-name-field-ref-group + .field-name-field-tref-membtype:before,
.field-collection-view.view-mode-full.inactive a {
  color:#888;
}



#hoover-2col-pic-panel > .cwrap .field.field-name-body .field-label {
  margin-bottom:13px;
}
#hoover-2col-pic-panel > .cwrap .field.field-name-body .field-items {
  font-weight:normal;
  font-size:16px;
  line-height:19px;
}
#hoover-2col-pic-panel > .cwrap .field.field-name-body .ellipses-more {
  font:500 13px/18px "museo-slab","Times New Roman",Times,serif;
}


.fellow-awards-view {
  margin-bottom:20px;
}
.fellow-awards-view .view-content table caption {
  margin-bottom:5px;
}
.fellow-awards-view .view-content table tr {
  background-color:#fff;
}
.fellow-awards-view .view-content table td {
  width:50%;
  font-size:16px;
  line-height:20px;
  color:#333;
  vertical-align:top;
  padding:0 8px 8px 0;
  background-color:#fff;
  border:0;
}
.fellow-awards-view .view-content .views-field-field-award-img {
  float:left;
  margin-right:8px;
}
.fellow-awards-view .view-content .views-field-field-award-img a img{
  max-width:60px;
  height:auto;
  float:left;
}
.field-award-info {
  font-size:19px;
  line-height:23px;
  font-weight:bold;
  color:#474747;
}
.field-award-info .field-award-title {
  display:block;
}
.field-award-info .field-award-year {
  display:block;
}


/**************************
 * PANEL LAYOUT - NODE - GENERAL
 * NON-PANEL (PAGE-MODULE) STYLE
 * node-type-research selectors used for backward compatibility
 *  -- can be removed after checking screen.css responsive styles.
 *************************/

.general-node .hoov-2col-stack-first > .inside,
.page-module #content, /*user,sitemap,other non-node pages*/
.node-type-research .hoov-2col-stack-first > .inside {
  background-color:#fff;
  padding:20px;
}

.general-node #content h1.page-title,
.node-type-research #content h1.page-title {
  font-size:36px;
  line-height:43px;
  margin-bottom:15px;
}

.general-node .field-meta,
.node-type-research .hoov-2col-stack-first .field-name-field-research-authors,
.node-type-research .hoov-2col-stack-first .field-name-field-research-guests,
.node-type-research .hoov-2col-stack-first .field-name-field-research-date {
  font:500 13px/20px "museo-slab","Times New Roman",Times,serif;
}

.general-node .field-img,
.node-type-research .hoov-2col-stack-first .field-name-field-research-img {
  margin-top:19px;
  line-height:0;
}

.img-corner-wrap {
  line-height:0;
  position:relative;
}
.img-corner {
  width:29px;
  height:29px;
  position:absolute;
  right:0;
  bottom:-1px;
  background:transparent url(../images/img-corner.png) 0 0 no-repeat;
}
.research-topic-panel .img-corner,
.library-slideshow .img-corner,
.slideshow-news-feat .img-corner {
  background-image:url(../images/img-corner-grey.png);
}

.general-node .field-name-body {
  margin-top:19px;
}


/***************************
 * NODE - RESEARCH - FULL
 ***************************/
.node-research .content-above {
	display: none;
}
.node-research.with-tweet-count .content-above {
	display: block;
	position: relative;
	float: right;
	top: 12px;
}
.node-research.with-tweet-count .content-above .field-name-tweet-count a.addthis_button_twitter {
	color:#000;
}
.node-research.with-tweet-count .content-above .field-name-tweet-count a.addthis_button_twitter span {
	display: none;
}
.node-research.with-tweet-count .content-above .field-name-tweet-count .arrow_box:before {
	height: 25px;
	width: 30px;
	position: absolute;
	left: -40px;
	top: 2px;
	content: " ";
	background: url(../images/twitter_bird_trans.png) no-repeat;
}
.node-research.with-tweet-count .content-above .field-name-tweet-count .arrow_box {
	position: relative;
	background: #d7d7d7;
	display: inline-block;
	vertical-align: top;
	padding: 4px 10px;
	margin-left: 55px;
	font-weight: 700;
	text-align: center;
}
.node-research.with-tweet-count .content-above .field-name-tweet-count .arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(215, 215, 215, 0);
	border-right-color: #d7d7d7;
	border-width: 4px 6px 4px 0;
	margin-top: -5px;
}
.hoov-2col-stack-first .node-research .article-header {
	display: inline-block !important;
}
.node-research.view-mode-full.with-tweet-count .article-header {
	max-width: 735px;
	/* float: left; */
}
.node-research.view-mode-full.with-podcast.podcast-ref .article-header {
  max-width:520px;
  /* float:left; */
}
.node-research.view-mode-full.with-podcast.podcast-ref.with-tweet-count .field-name-field-ref-podcast {
	margin-top: 5px;
	clear: right;
}

.node-research.view-mode-full.with-podcast.podcast-ref .field-name-field-ref-podcast {
  width:330px;
  float:right;
  margin-bottom:12px;
}

.node-research.view-mode-full.with-podcast .field-name-field-research-audio {
  margin-bottom:19px;
}


.node-research.view-mode-full.with-podcast .field-name-field-research-img,
.node-research.view-mode-full.with-tweet-count .field-name-field-research-img,
.node-research.view-mode-full.with-podcast .field-name-body,
.node-research.view-mode-full.with-tweet-count .field-name-body,
.node-research.view-mode-full.with-podcast .field-name-field-research-transcript,
.node-research.view-mode-full.with-tweet-count .field-name-field-research-transcript {
  clear:both;
}

.node-type-research.page-node .cwrap .hoov-2col-stack-first .panel-pane.field-name-field-ref-issue {
  font:900 30px/36px "museo-slab","Times New Roman",Times,serif;
  padding-bottom:3px;
  border-bottom:1px solid #000;
  margin:0 0 27px;
}
.node-type-research .hoov-2col-stack-first .field-name-field-ref-issue a {
  color:#333;
  text-decoration:none;
}
.node-type-research .hoov-2col-stack-first .field-name-field-ref-issue a:after {
  content: '\00a0»';
  color:#007c93;
}


/****************************
 * COMPONENT - SLIDESHOW NODE SLIDES
 ***************************/

.slideshow-slides {
  position:relative;
}
  .slideshow-slides .slide {
    width:100%;
  }

  .slideshow-slides .slide .field-slide-img {
    height:674px;
    background-color:#121314;
    text-align:center;
  }
    /*vertically align inner img*/
    .slideshow-slides .slide .field-slide-img:before {
      content:'';
      height:100%;
      vertical-align:middle;
      display:inline-block;
    }

    .slideshow-slides .slide .field-slide-img img {
      vertical-align:middle;
    }

  .slideshow-slides .slide .field-name-field-file-caption {
    background-color:#fff;
    padding:20px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
    .slideshow-slides .slide .slide-count {
      font:700 16px/19px "museo-slab","Times New Roman",Times,serif;
      margin-bottom:0;
    }
    .slideshow-slides .slide .slide-count + .field-items {
      margin-top:19px;
    }

  .slideshow-slides .cycle-controls {
    position:static;
  }
    .slideshow-slides .cycle-control {
      background-color:#ebebeb;
      border-left:0;
      width:53px;
    }
      .slideshow-slides .cycle-prev {
        position:absolute;
        top:320px;
        left:0;
        z-index:101;
        background-position:19px 15px;
      }
      .slideshow-slides .cycle-next {
        position:absolute;
        top:320px;
        right:0;
        z-index:101;
        background-position:-54px 15px;
      }


/****************************
 * COMPONENT - LETTERS TO THE EDITOR
 ***************************/

.body-letters {
  margin-top:23px;
  border-top:2px #8c1515 solid;
  font-size:18px;
  font-weight:bold;
}
.body-letters:before {
  content:'Letter';
  color:#8c1515;
  display:block;
  font:500 13px/23px "museo-slab","Times New Roman",Times,serif;
  padding-bottom:23px;
}
.body-letters p {
  font-weight:normal;
}
.body-letters p:first-child {
  margin-top:19px;
}


/*************************
 * NODE - RESEARCH  - TEASER
 * NODE - EVENT - TEASER
 * NODE - NEWS/PRESS - TEASER
 * COMPONENT - RESEARCH TEASERS LIST VIEW
 ************************/

.teasers-view .views-row,
.research-teasers-view .views-row {
  position:relative;
}
.teasers-view .views-row-odd,
.research-teasers-view .views-row-odd {
  background-color:#fff;
}
.teasers-view .views-row-even,
.research-teasers-view .views-row-even {
  background-color:#efefef;
}


.view-mode-teaser h2.field-title,
.node-research.view-mode-teaser h2 {
  font:bold 19px/24px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
  margin:0 50px 0 0;
}

.node-research.view-mode-teaser .field-name-field-tref-section,
.node-news.view-mode-teaser .field-name-field-tref-section,
.node-event.view-mode-teaser .field-name-field-tref-section,
.view-mode-teaser .section-label {
  font:bold 14px/18px "museo-slab","Times New Roman",Times,serif;
  color:#000;
  margin-bottom:3px;
  display:none;
}
/*
.node-news.view-mode-teaser .field-name-field-tref-section,
.node-event.view-mode-teaser .field-name-field-tref-section {
  display: none;
}
*/

.research-publication-teasers-view .node-research.view-mode-teaser .field-name-field-tref-section,
.research-publication-teasers-view .node-news.view-mode-teaser .field-name-field-tref-section,
.research-publication-teasers-view .node-event.view-mode-teaser .field-name-field-tref-section,
.view-mode-teaser .section-label {
  display:block;
}
  .view-mode-teaser .section-label a {
    margin-left:10px;
    border-left:1px #ccc solid;
    padding-left:10px;
  }

.view-mode-teaser .field-img,
.node-research.view-mode-teaser .field-name-field-research-img {
  line-height:0;
  position:relative;
}
.view-mode-full .field-name-field-research-img.flipboard-image {
  display: none;
}
.view-mode-teaser .field-img .video-btn {
  background:transparent url(../images/ico-video-small.png) center center no-repeat;
  position:absolute;
  z-index:1;
  top:40%;
  left:50%;
  width:34px;
  height:40px;
  margin-left:-17px;
}

.view-mode-teaser .field-meta,
.node-research.view-mode-teaser .field-name-field-research-author,
.node-research.view-mode-teaser .field-name-field-research-guests,
.node-research.view-mode-teaser .field-name-field-ref-publication,
.node-research.view-mode-teaser .field-name-field-research-date {
  font:500 13px/20px "museo-slab","Times New Roman",Times,serif;
}
.node-research.view-mode-teaser .field-name-field-research-author,
.node-research.view-mode-teaser .field-name-field-research-guests {
  margin-right:0.25em;
}
.node-research.view-mode-teaser .field-name-field-research-author + .node-research.view-mode-teaser .field-name-field-research-guests {
  margin-left: -0.20em;
}

.node-research.view-mode-teaser .field-name-field-research-date,
.node-news.view-mode-teaser .field-name-field-news-date
.node-event.view-mode-teaser .field-name-field-event-date {
  margin-bottom:19px;
}

.view-mode-teaser .field-blurb {
  margin-top:19px;
}
.view-mode-teaser .field-blurb p,
.node-research.view-mode-teaser .field-name-field-research-teaser p,
.node-advpoll.view-mode-teaser .field-name-body p {
  font-size:16px;
  line-height:19px;
}
.view-mode-teaser .field-blurb p:last-child,
.node-research.view-mode-teaser .field-name-field-research-teaser p:last-child,
.node-advpoll.view-mode-teaser .field-name-body p:last-child {
  margin-bottom:0;
}

.node-research.view-mode-teaser .field-name-field-ref-podcast {
  margin-top:19px;
}
.node-research.view-mode-teaser .field-name-field-ref-podcast .field-label {
  padding-right:5px;
  display:inline-block;
  line-height:21px;
}
.node-research.view-mode-teaser .field-name-field-ref-podcast .field-items {
  display:inline-block;
  line-height:21px;
}
.node-research.view-mode-teaser .field-name-field-ref-podcast .field-items a {
  padding-left: 26px;
  background:transparent url(../images/ico-research-sprite.png) left -79px no-repeat;
}
.field-hidden {
  display:none;
}
.section-news-press .field-name-field-tref-section,
.section-events .field-name-field-tref-section {
	display: none;
}


/**************************
 * COMPONENT - ONE BY ONE
 * COMPONENT - TWO BY ONE
 * COMPONENT - THREE BY ONE
 *************************/

.view-mode-onebyone,
.static-onebyone {
  position:relative;
  width:294px;
  height:350px;
  background-color:#fff;
}
.view-mode-twobyone,
.static-twobyone {
  position:relative;
  width:596px;
  height:350px;
  background-color:#fff;
}
.static-threebyone {
  position:relative;
  width:898px;
  height:350px;
  /* see L&A landing page */
  background-color:#f7f7f7;
}
  .static-threebyone p:last-child {
    margin-bottom:0;
  }

.pane-float-left {
  float:left;
  margin-left:8px;
  margin-bottom:8px;
}
  .pane-float-left:first-child {
    margin-left:0;
  }

.view-mode-twobyone .hoov-2col-stack-nosb-top.panel-col-top + .cwrap {
  margin-top:0;
}
.view-mode-twobyone .hoov-2col-stack-nosb-first > .inside {
  padding:0 0 20px 20px;
}
  .static-twobyone .pane-left {
    float:left;
    width:50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 0 20px 20px;
  }
.view-mode-twobyone .hoov-2col-stack-nosb-last > .inside {
  margin-left:4px;
  padding:0 20px 20px;
}
  .static-twobyone .pane-right {
    float:left;
    width:50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 20px 20px 24px;
  }

.static-threebyone .pane-top {
  background-color:#fff;
  padding:20px;
}
.static-threebyone .pane-bottom {
  padding:20px;
}

.view-mode-onebyone .field-name-field-tref-type,
.view-mode-twobyone .field-name-field-tref-type,
.pane-type {
  position:relative;
  z-index:1;
  padding:15px 20px 20px;
  font:bold 14px/19px "museo-slab","Times New Roman",Times,serif;
}
.view-mode-onebyone.node-advpoll .field-name-field-tref-type {
  color: #fff;
}
.view-mode-onebyone.node-advpoll .pane-more-link a {
  color: #fff;
}

.node-type-publication .view-mode-onebyone.node-advpoll .panel-col-outer.panel-panel > div:first-child {
  background-color: #ebebeb;
}
.node-type-publication .view-mode-onebyone.node-advpoll .field-name-field-tref-type:first-of-type {
  color: #898989;
  padding: 16px;
}
.node-type-publication .view-mode-onebyone.node-advpoll .pane-more-link a {
  color: #007c93;
}
.node-type-publication .view-mode-onebyone.node-advpoll .pane-more-link a:hover {
  text-decoration: underline;
}

  .view-mode-onebyone .field-name-field-tref-type a,
  .view-mode-twobyone .field-name-field-tref-type a,
  .pane-type,
  .pane-type a {
    color:#000;
  }
  .view-mode-onebyone.with-img .field-name-field-tref-type a,
  .view-mode-onebyone.with-img .pane-type,
  .view-mode-onebyone.with-img .pane-type a,
  .static-onebyone.with-img .pane-type,
  .static-onebyone.with-img .pane-type a {
    color:#fff;
  }

.view-mode-onebyone .field-icon,
.view-mode-twobyone .field-icon {
  position:absolute;
  z-index:2;
  top:15px;
  right:20px;
  left:inherit;
  padding:0;
}

.view-mode-onebyone .node-link {
  display:none;
}
.view-mode-onebyone.with-img .node-link {
  display:block;
}
.view-mode-onebyone.with-img .node-link a {
  position:absolute;
  z-index:1;
  text-indent:-9999px;
  background: none;
}

.pane-publication,
.pane-subtitle {
  padding:5px 20px 10px;
  font-weight:bold;
  font-size:19px;
  line-height:21px;
  text-transform:uppercase;
}
.view-mode-twobyone .pane-publication,
.static-twobyone .pane-subtitle {
  padding-left:0;
  padding-right:0;
  padding-bottom:25px;
}
.view-mode-onebyone.with-img .pane-publication {
  display:none;
}

.pane-publication a,
.pane-subtitle a {
  color:#000;
  text-decoration:none;
}
  .pane-publication a:hover,
  .pane-subtitle a:hover {
    color:#007c93;
  }
  .pane-publication a:after,
  .pane-subtitle a:after {
    content: '\00a0»';
    color:#007c93;
  }


.view-mode-onebyone .pane-img,
.static-onebyone .pane-img {
  line-height:0;
  position:absolute;
  z-index:0;
  top:0;
  left:0;
}
.view-mode-twobyone .pane-img,
.static-twobyone .pane-img {
  width:274px;
  height:274px;
  overflow:hidden;
  text-align:center;
  position:relative;
}

  .view-mode-twobyone .pane-img img,
  .static-twobyone .pane-img img {
    vertical-align:middle;
  }

  .view-mode-onebyone:hover .pane-img img,
  .static-onebyone:hover .pane-img img {
    opacity:0.9;
  }

  .node-publication-block.view-mode-onebyone .pane-img {
    width: 100%;
  }
  .node-publication-block.view-mode-onebyone.with-img {
    border: 6px solid #efefef;
    box-sizing: border-box;
    background-color: #efefef;
  }


.pane-img .video-btn {
  position:absolute;
  z-index:1;
  top:35%;
  left:50%;
  width:58px;
  height:68px;
  margin-left:-29px;
  background:transparent url(../images/ico-video-play.png) center center no-repeat;
}

.view-mode-onebyone .field-name-field-publication-icon {
  position:absolute;
  z-index:1;
  top:20px;
  left:20px;
  border:1px solid #fff;
  line-height:0;
}
  .view-mode-onebyone .field-name-field-publication-icon img {
    width:78px;
    height:78px;
  }

.view-mode-onebyone .panel-col-inner,
.static-onebyone .pane-inner {
  padding:15px 20px 20px;
  font-size:19px;
  line-height:23px;
  position:relative;
}
  .view-mode-onebyone.with-img .panel-col-inner,
  .static-onebyone .pane-inner {
    color:#fff;
    background:rgba(0,0,0,0.8);
    position:absolute;
    bottom:0;
    left:0;
    right:0;
  }
  .node-publication-block.view-mode-onebyone.with-img .panel-col-inner {
    background: none;
    padding: 20px;
  }

.pane-item-title {
  font:bold 19px/23px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
  margin-bottom:2px;
}
  .pane-item-title h2,
  .static-onebyone h2,
  .static-twobyone h2 {
    font:bold 19px/23px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
    margin:0;
  }
  .node-publication-block.view-mode-onebyone .pane-item-title h2 {
    text-transform: uppercase;
    margin-bottom: 6px;
  }

  .view-mode-onebyone.with-img .pane-item-title a,
  .static-onebyone.with-img h2 a {
    color:#fff;
  }
  .node-publication-block.view-mode-onebyone .field-name-body p {
    font-size: 16px;
    line-height: 19px;
  }
  .node-publication-block.view-mode-onebyone .field-name-body .support-green-block {
    display: block;
    margin-top: 17px;
    margin-bottom: 2px;
    text-align: center;
  }
  .node-publication-block.view-mode-onebyone .field-name-body .support-green-block a {
    display: block;
    padding: 15px;
    background-color: #239E78;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
  }
  .node-publication-block.view-mode-onebyone .field-name-body .support-green-block a:hover {
    background-color: #48b48e;
  }
  .node-publication-block.view-mode-onebyone .field-name-body .support-green-block a:before {
    content: "";
    display: inline-block;
    background: url("../images/gift-icon.png") left bottom no-repeat;
    background-size: 100%;
    width: 16px;
    height: 18px;
    margin: 0px 8px 0px 0px;
    position: relative;
    top: 2px;
  }

.pane-meta {
  font:500 13px/19px "museo-slab","Times New Roman",Times,serif;
  display:inline;
  margin-right:0.3em;
}
  .view-mode-onebyone .with-img .pane-meta {
    color:#fff;
  }

  .pane-meta + .pane-meta.field-date:before {
    content:'/ ';
  }

.pane-blurb {
  margin-top:18px;
}
  .pane-blurb p {
    font-size:16px;
    line-height:21px;
  }

.pane-more-link {
  text-transform:uppercase;
  font-size:16px;
  font-weight:bold;
}
  .pane-more-link a {
    color:#000;
    text-decoration:none;
  }
    .pane-more-link a:hover {
      color:#007c93;
    }
    .pane-more-link a:after {
      content: '\00a0»';
      color:#007c93;
      position:relative;
      top:-2px;
    }

.node-publication-block.node-teaser {
  border: 6px solid #efefef;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  cursor: pointer;
}

.node-publication-block.node-teaser .panel-col-inner {
  width: 65%;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .node-publication-block.node-teaser .panel-col-inner {
    width: 100%;
  }
}

  .node-publication-block.node-teaser h2 {
    font: bold 22px/24px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .node-publication-block.node-teaser p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .node-publication-block.node-teaser .support-green-block {
    margin-bottom: 0;
  }
  .node-publication-block.node-teaser .support-green-block a {
    display: inline-block;
    padding: 15px 30px;
    background-color: #239E78;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
  }
  .node-publication-block.node-teaser .support-green-block a:hover {
    background-color: #48b48e;
  }
  .node-publication-block.node-teaser .support-green-block a:before {
    content: "";
    display: inline-block;
    background: url("../images/gift-icon.png") left bottom no-repeat;
    background-size: 100%;
    width: 16px;
    height: 18px;
    margin: 0px 8px 0px 0px;
    position: relative;
    top: 2px;
  }



/************************
 * COMPONENT - POLL
 ***********************/

.hoover-poll-load.loading {
  min-width:100px;
  min-height:100px;
  background:transparent url(../images/spinner.gif) center center no-repeat;
}

.hoover-poll-load .form-item.form-type-radios {
  margin-top:0;
  margin-bottom:14px;
}
.hoover-poll-load .form-item.form-type-radio {
  margin-top:0;
  margin-bottom:5px;
}
.hoover-poll-load .form-item label.option {
  font:500 13px/18px "museo-slab","Times New Roman",Times,serif;
}

.poll .text {
  font:500 13px/18px "museo-slab","Times New Roman",Times,serif;
  margin-bottom:4px;
}

.poll .poll-bar {
  margin-bottom:7px;
}

.poll .bar,
.poll .voted .bar {
  background-color:transparent;
  margin:0;
  border:0;
  height:23px;
}
.poll .bar .foreground {
  background-color:#659c56;
  height:23px;
  min-width:2px;
}
.poll .bar .foreground[style*="width: 0%"],
.poll .bar .foreground[style*="width:0%"] {
  width:2px !important;
}

.node-advpoll .pane-more-link {
  margin-top:19px;
}


/************************
 * COMPONENT - TABPAGE BLOCKS (QUICKTABS PAGE STYLES)
 ***********************/

.tabpage-block {
  margin-top:-11px;
  padding-top:11px;
  background-color:#fff;
}
.tabpage-block.no-bump-top {
  padding-top:0;
}
.tabpage-block.no-bgcolor {
  background-color:transparent;
}

.about-tab {
  background-color:#fff;
  padding:21px 20px;
  margin-top:-11px;
}


/************************
 * COMPONENT - PUBLICATION LIST
 ***********************/

.publication-box {
  background-color:#fff;
  clear:both;
}
.publication-box:nth-child(2n+2),
.publication-box.even {
  background-color:#efefef;
}
.field-name-body .publication-box .media {
  margin-bottom:0;
}

.publication-box .media-float-left {
  float:left;
  margin-bottom:0;
  padding:25px 0 20px 20px;
}
.publication-box .media-float-left img{
  padding: 0;
}
.publication-box .field-name-field-publication-icon {
  line-height:0;
}

.publication-box .description,
.publication-box .hoov-teaser-last{
  overflow:hidden;
  padding:25px 20px 20px 20px;
}

.publication-box h3 a.ext-link:after,
.publication-box h3 a.ext-link-big:after {
  display:none;
}

.publication-box .description p:last-child,
.publication-box .hoov-teaser-last p:last-child {
  margin-bottom:0;
}


/************************
 * COMPONENT - LEADER BOX
 ***********************/

.leader-box {
  background-color:#efefef;
  clear:both;
  padding:19px;
}
.leader-box:nth-child(2n+1),
.leader-box.odd {
  background-color:#fff;
}

.field-name-body .leader-box .media-float-left,
.leader-box .media-float-left {
  float:left;
  margin:2px 20px 0 0;
}
.leader-box .media-float-left img {
  width:100% !important;
  height:auto !important;
}

.leader-box .description {
  overflow:hidden;
}
.leader-box h3 {
  font:bold 19px/24px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
  margin-bottom:2px;
}
.leader-box p.meta-info {
  font:500 13px/15px "museo-slab","Times New Roman",Times,serif;
}
.leader-box p {
  font-size:16px;
  line-height:19px;
}


/************************
 * FOOTER
 ***********************/

#footer {
  margin-top:30px;
}

#footer .hoov-2col-stack-nosb > .cwrap > .panel-col-first {
  width:73.833333%
}
#footer .hoov-2col-stack-nosb > .cwrap > .panel-col-first > .inside {
  margin-left:20px;
}

#footer .hoov-2col-stack-nosb > .cwrap > .panel-col-last {
  width:26.166666%
}
#footer .hoov-2col-stack-nosb > .cwrap > .panel-col-last > .inside {
  margin-left:20px;
}


#footer p {
  font-size:16px;
  line-height:19px;
}
#footer .hoov-2col-stack-nosb-last .panel-pane p{
  padding-right:137px;
}
#footer .hoov-2col-stack-nosb-last .panel-pane p br{
  display:none;
}


/************************
 * FOOTER - BLOCK - TOP ROW
 ***********************/

.footer-top-row-block {
  background-color:#fff;
}

.footer-more-block {
  margin-top:26px;
  margin-bottom:36px;
  min-height:279px;
  overflow:hidden;
}
  .footer-more-block h2.pane-title {
    text-transform:uppercase;
    font:bold 20px/24px "proxima-nova-condensed",Arial,Helvetica, sans-serif;
    padding:0 0 14px;
    border-bottom:2px solid #d7d7d7;
    margin:0 0 27px;
    color:#000;
  }

.footer-more-block .footer-promo {
  float:left;
  width:47%;
  margin-right:6%;
}
  .footer-more-block .footer-promo:last-child {
    margin-right:0;
  }

.footer-more-block .footer-promo .media {
  float:left;
  margin-right:14px;
}
  .footer-more-block .footer-promo .media img {
    border:1px solid #cdccc9;
    height:auto !important;
  }

.footer-more-block .footer-promo .text-info {
  overflow:hidden;
  font-size:16px;
  line-height:19px;
}
  #footer .footer-more-block .footer-promo .text-info p.promo-type {
    font:700 14px/18px "museo-slab","Times New Roman",Times,serif;
    margin-bottom:8px;
  }
  .footer-more-block .footer-promo .text-info h3 {
    margin:0 0 13px;
    font-size:19px;
    line-height:24px;
    font-weight:bold;
  }
  .footer-more-block .footer-promo .text-info p {
    margin-bottom:15px;
  }
  .footer-more-block .footer-promo .text-info p:last-child {
    margin-bottom:0;
  }


.region-footer .footer-top-row-block .hoov-2col-stack-nosb.panel-display {
  position: relative;
}
.contextual-links-region.footer-support-block {
  position: static;
}
.footer-support-block {
  margin-top:63px;
  /*position:relative;*/
}
.footer-support-block h2.pane-title {
  text-transform:uppercase;
  font:bold 20px/24px "proxima-nova-condensed", arial, helvetica, sans-serif;
  color:#8c1515;
  margin:0 0 18px;
  width:130px;
}
.footer-support-block .support-tree {
  position:absolute;
  /*top:-6px;*/
  bottom: -8px;
  right:-18px;
  z-index:1;
}


/***********************
 * FOOTER - BLOCK - LIBRARY NEWSLETTER
 ************************/


.footer-library-block .footer-text {
  padding:0 80px 0 20px;
}
  .footer-library-block .newsletter-icon {
    float:left;
    margin-right:24px;
  }
  .footer-library-block .footer-text h3 {
    font-size:18px;
    line-height:23px;
    margin-top:12px;
    margin-bottom:0;
  }

  .footer-library-block form {
    margin-top: -25px;
    margin-left:130px;
    margin-bottom: 140px;
  }
  .footer-library-block .ctct-inline-form {
    margin-top: -50px;
    margin-left: 130px;
    margin-bottom: 140px;
  }
    .footer-library-block div.ctct-form-embed form.ctct-form-custom {
      min-height: auto;
    }
    .footer-library-block div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
      font-size: 11px !important;
      text-align: left;
    }
    .footer-library-block .ctct-inline-form label {
      display: none !important;
    }
    .footer-library-block div.ctct-form-embed div.ctct-form-defaults {
      padding: 0;
    }
    .footer-library-block form .form-text,
    .footer-library-block .ctct-inline-form #email_address_field_0 .ctct-form-element {
      float:left;
      font-family:"museo-slab","Times New Roman",Times,serif;
      font-size: 16px;
      line-height: 20px;
      color: #2f3237;
      box-shadow: none;
      width:480px;
      border:1px #d7d7d7 solid !important;
      border-radius: 0;
      background-color: inherit;
      height: auto;
      padding: 9px 19px;
    }
    .footer-library-block form input[type="submit"],
    .footer-library-block div.ctct-form-embed form.ctct-form-custom button.ctct-form-button,
    .footer-library-block div.ctct-form-embed form.ctct-form-custom button.ctct-form-button:hover {
      padding:9px 12px;
      margin:0;
      border:0;
      border:1px #d7d7d7 solid;
      border-left:0;
      width:auto;
      color:#000;
      background-color:#ebebeb;
      font-size:14px;
      line-height:20px;
      display: inline-block;
      text-transform: uppercase;
      font-weight: bold;
      text-align: center;
      -webkit-appearance: button;
      cursor: pointer;
      font-family: "proxima-nova-condensed",Arial,Helvetica,sans-serif;
    }
    .footer-library-block form .form-item,
    .footer-library-block form .form-actions {
      display: inline;
    }
    .footer-library-block form .form-item label {
      display: none;
    }


/************************
 * FOOTER - BLOCK - MID ROW
 ***********************/

#footer #mini-panel-footer_mid.hoov-2col-stack-nosb > .cwrap > .panel-col-first > .inside {
  margin-right:40px;
}

#footer #mini-panel-footer_mid.hoov-2col-stack-nosb > .cwrap > .panel-col-last > .inside {
  margin-left:0;
}

.footer-mid-row-block {
  padding:0 0 28px;
  background: rgb(47,50,55);
  background: #2f3237 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmMzIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzJmMzIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzJhMmQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDFmMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(47,50,55,1) 0%, rgba(47,50,55,1) 60%, rgba(42,45,49,1) 75%, rgba(29,31,33,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,50,55,1)), color-stop(60%,rgba(47,50,55,1)), color-stop(75%,rgba(42,45,49,1)), color-stop(100%,rgba(29,31,33,1)));
  background: -webkit-linear-gradient(top,  rgba(47,50,55,1) 0%,rgba(47,50,55,1) 60%,rgba(42,45,49,1) 75%,rgba(29,31,33,1) 100%);
  background: -o-linear-gradient(top,  rgba(47,50,55,1) 0%,rgba(47,50,55,1) 60%,rgba(42,45,49,1) 75%,rgba(29,31,33,1) 100%);
  background: -ms-linear-gradient(top,  rgba(47,50,55,1) 0%,rgba(47,50,55,1) 60%,rgba(42,45,49,1) 75%,rgba(29,31,33,1) 100%);
  background: linear-gradient(to bottom,  rgba(47,50,55,1) 0%,rgba(47,50,55,1) 60%,rgba(42,45,49,1) 75%,rgba(29,31,33,1) 100%);
}


.footer-nav-block {
  border-bottom:1px solid #494b4d;
  padding:30px 0 27px;
}
.footer-nav-block > ul {
  margin:0;
  padding:0;
  font:700 14px/18px "museo-slab","Times New Roman",Times,serif;
}
.footer-nav-block > ul li {
  list-style:none;
  display:inline-block;
  margin-right:50px;
}
.footer-nav-block > ul li:last-child {
  margin-right:0;
}

.footer-nav-block > ul li a {
  color:#d7d7d7;
}


.footer-involved-block {
  margin-top:36px;
}
.footer-involved-block .button-wrap {
  float:left;
  margin:11px 40px 0 0;
}
.footer-involved-block .info-text {
  font-size:16px;
  line-height:19px;
  color:#fff;
  overflow:hidden;
}
.footer-involved-block .info-text h2 {
  font:bold 19px/24px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
  font-size:19px;
  line-height:24px;
  margin-bottom:0;
}
.footer-involved-block .info-text p:last-child {
  margin-bottom:0;
}


.footer-social-block {
  background:url(../images/bg-social-inner.jpg) 0 0 repeat-x;
  text-align:center;
  padding:20px 0 11px;
  margin:0 0 20px;
  position:relative;
}
.footer-social-block:before,
.footer-social-block:after{
  content:'';
  display:inline-block;
  width:8px;
  height:55px;
  position:absolute;
  top:0;
  z-index:9;
}
.footer-social-block:before{
  left:0;
  background:url(../images/bg-social-left.jpg) 0 0 no-repeat;
}
.footer-social-block:after{
  right:0;
  background:url(../images/bg-social-right.jpg) 0 0 no-repeat;

}
.footer-social-block > ul {
  list-style:none;
  margin:2px 0;
  padding:0;
}
.footer-social-block > ul li {
  display:inline-block;
  padding:0;
  margin:0 26px 0 0;
}
.footer-social-block > ul li:last-child {
  margin-right:0;
}


.footer-twitter-block {
  margin-bottom:20px;
}
.footer-twitter-block .tweet {
  font-size:16px;
  line-height:19px;
}
.footer-twitter-block .tweet a {
  color:#007d93;
}

.footer-twitter-block .tweet-text {
  position:relative;
  background: #161819;
  margin:0 0 12px;
  color:#afafb0;
}
.footer-twitter-block .tweet-text:after {
  content:'';
  position:absolute;
  top:100%;
  left:16px;
  background:url(../images/bg-arrow-down.png) no-repeat;
  width:38px;
  height:27px;
}

.footer-twitter-block .tweet-inner {
  padding:13px 25px 13px 110px;
  background:url(../images/ico-tweet.png) 30px 30px no-repeat;
  min-height:90px;
}

.footer-twitter-block div.tweet-footer .tweet-actions {
  float:none;
  margin-left:70px;
  font:500 12px/15px "museo-slab","Times New Roman",Times,serif;
}
.footer-twitter-block .tweet-actions a {
  margin-right:18px;
}
.footer-twitter-block .tweet-actions a:last-child {
  margin-right:0;
}



/************************
 * FOOTER - BLOCK - BOTTOM ROW
 ***********************/

.footer-bottom-row-block {
  padding:23px 0 22px 0;
  background: rgb(19,20,21);
}
#footer .footer-bottom-row-block .pane-block p {
  font-size:14px;
  line-height:18px;
  color:#fff;
  margin:0;
  font-size:14px;
  line-height:18px;
}


.footer-sublinks-block > ul {
  margin:0;
  padding:0;
  float:right;
}
.footer-sublinks-block > ul li {
  display:inline-block;
  list-style:none;
  margin-right:33px;
  position:relative;
  color:#fff;
  font-size:14px;
  line-height:18px;
}
.footer-sublinks-block > ul li:after {
  position:absolute;
  content:'|';
  right:-20px;
  color:#ccc;
}
.footer-sublinks-block > ul li a {
  color:#fff;
}

.footer-sublinks-block > ul li:last-child {
  margin-right:0;
}
.footer-sublinks-block > ul li:last-child:after {
  display:none;
}




/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */


/*
 * 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;
}


/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu li {
  margin: 0;
}

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


/***************************
 * COMPONENT -  BREADCRUMBS
 ***************************/

.breadcrumb {
  margin:-8px 0 12px 19px;
  font:bold 14px/18px "museo-slab","Times New Roman",Times,serif;
}

.breadcrumb ol {
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  list-style: none;
  display: inline;
}

.breadcrumb + a + header > h1 {
  margin-left:18px;
}


/************************
 * COMPONENT - PAGERS
 ***********************/

.pager,
ul.pager {
  clear: both;
  margin:19px 17px 0;
  text-align:left;
  color:#898989;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding:0.25em;
  font-size:18px;
  line-height:23px;
  font-weight:bold;
}

.block ul.pager li {
  margin: 0;
}


/***********************
 * REGION - BOTTOM
 **********************/

.region-bottom .region-inner:after {
  line-height:0;
  display:none;
}


/********************
 * BLOCK - SOCIAL BLOCK
 ********************/

.social-block {
  position:fixed;
  z-index:199;
  right:-67px; /*will slide in with js*/
  top:307px;
  width:67px;
  overflow:hidden;
  background:url(../images/bg-social-block.png) no-repeat 0 100%;
}
.social-block h2.block-title {
  padding:10px 4px 6px;
  font:bold 14px/18px "museo-slab","Times New Roman",Times,serif;
  color:#fff;
  text-align:center;
  background-color:#2f3237;
  margin:0;
}

.social-block ul.social-wrapper {
  margin:0;
  padding:0;
  list-style:none;
}

.social-block .social-wrapper li {
  position:relative;
  margin:0;
  padding:0;
  cursor:pointer;
  list-style:none;
}
.social-block .social-wrapper li:after {
  position:absolute;
  z-index:0;
  content:'';
  left:12px;
  top:0;
  width:45px;
  height:1px;
  background:url(../images/bg-social-divider.png) no-repeat;
}
.social-block .social-wrapper li.first:after {
  display:none;
}

.social-block .social-wrapper li a:hover {
  position:relative;
  z-index:1;
  height:61px;
  margin-bottom:-1px;
  background-color:#00a6c5;
}

.social-block .social-wrapper li.last:hover {
  background:url(../images/bg-social-block.png) no-repeat -72px 100%;
}
.social-block .social-wrapper li.last:hover:after {
  display:none;
}
.social-block .social-wrapper li.last a:hover {
  background-color:transparent;
}

.social-block .social-wrapper li a {
  display:block;
  width:67px;
  height:60px;
  text-indent:-9999px;
  overflow:hidden;
  background:url(../images/ico-social-block-sprite.png) no-repeat 21px 21px;
  margin-bottom: -1px;
}
.social-block .social-wrapper li a span {
  background:none !important;
}

.social-block .social-wrapper .addthis_button_facebook {
  background-position:22px -37px;
}
.social-block .social-wrapper .addthis_button_twitter {
  background-position:23px 22px;
}
.social-block .social-wrapper .addthis_button_google_plusone_share {
  background-position:23px -97px;
}
.social-block .social-wrapper .addthis_button_email {
  background-position:23px -160px;
}
.social-block .social-wrapper .addthis_button_print {
  background-position:23px -220px;
}



/***********************
 * BLOCK - SUBNAV
 ***********************/

.subnav-block .menu-block-wrapper > .menu {
  padding:15px;
  color:#333;
  background-color:#fff;
  margin:0;
}
.subnav-block .menu .menu {
  margin:13px;
}

.subnav-block .menu__item {
  list-style:none;
  font-weight:bold;
  margin-bottom:13px;
}
.subnav-block .menu__item:last-child {
  margin-bottom:0;
}

.subnav-block .menu a:after {
  content: '\00a0»';
  color:#007d93;
}
.subnav-block .menu a.active {
  color:#333;
}
.subnav-block .menu a.active:after {
  display:none;
}

/***********************
 * BLOCK - DISQUS COMMENTS
 ***********************/

.pane-disqus {
  margin-top:15px;
}

.pane-disqus h2.pane-title {
  font:600 31px/35px "proxima-nova-condensed",Arial,Helvetica,sans-serif;
  padding-bottom:6px;
  border-bottom:1px #ddd solid;
  margin-bottom:11px;
}


/***********************
 * LANDING PAGE - LIBRARY & ARCHIVES
 * LANDING PAGE - DC OFFICE
 * Note: context-library-landing applies to both L&A and DC landing pages.
 ***********************/

/* When "header below" region has both title/body block
 *  and the search block.  */
.context-split-header .landing-header-block {
  width:670px;
  float:left;
}
.context-split-header .library-search-block {
  float:right;
  margin-top:90px;
}

.context-library-landing #quicktabs-hoov_library_tabs .tabpage-block {
  background-color:#d7d7d7;
  padding:10px 0 0 0;
}

.collections-tab {}
  .collections-tab .pane-top {
    padding-bottom:30px;
  }
  .collections-tab .pane-bottom {
    padding-top:30px;
  }

  .collections-tab h2.nav-section-title {
    margin-bottom:20px;
  }
  .collections-tab .label {
    margin-bottom:12px;
  }
  .context-library-landing .sublinks a {
    text-transform:uppercase;
    font-weight:bold;
    padding-right:8px;
    border-right:1px #ccc solid;
    margin-right:8px;
  }
    .context-library-landing .sublinks a:last-child {
      padding-right:0;
      border-right:0;
      margin-right:0;
    }

.tab-bottom-box {
  padding:20px;
  background-color:#fff;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
  .context-library-landing .tab-bottom-box {
    float:left;
    width:100%;
    margin-top:0;
    margin-bottom: 8px;
  }
  h2.library-landing-hours {
    margin-top:14px;
    padding-left:40px;
    background:transparent url(../images/ico-directions.png) 0 0 no-repeat;
    display:inline-block;
  }



/***********************
 * COMPONENT - MINI CALENDAR BOX
 * See Library & Archives landing page.
 ***********************/

.mini-cal {
  width:53px;
  height:53px;
  overflow:hidden;
  text-align:center;
  float:left;
  margin-right:15px;
}
  .mini-cal .month {
    font:normal 13px/20px "museo-slab","Times New Roman",Times,serif;
    color:#fff;
    background-color:#8c1515;
  }
  .mini-cal .day {
    font:bold 16px/33px "museo-slab","Times New Roman",Times,serif;
    color:#000;
    background-color:#ebebeb;
  }

.event-details {
  overflow:hidden;
}


/************************
 * BLOCK - NEWS SCROLLER
 *   On Home and News landing pages
 * BLOCK - LIBRARY NEWS SCROLLER
 *   On Library & Archives landing page
 ************************/

.news-scroller-block,
.library-latest-news-view {
  margin-top:30px;
  margin-bottom:-22px;
  background-color:#fff;
  padding:14px 20px;
  height:25px;
  border-bottom:2px #8c1515 solid;
  position:relative;
}
.front .news-scroller-block {
  margin-top:-10px;
  margin-bottom:20px;
}

  .news-scroller-block .scroll-header,
  .library-latest-news-view .view-header {
    position:absolute;
    top:17px;
    left:20px;
    width:145px;
  }
  .news-scroller-block {
    width:auto;
  }
    .news-scroller-block .scroll-header .social-links,
    .library-latest-news-view .view-header .social-links {
      float:left;
      margin-right:5px;
    }
    .news-scroller-block .scroll-header h2,
    .library-latest-news-view .view-header h2 {
      float:left;
      text-transform:uppercase;
      font:bold 20px/20px 'proxima-nova-condensed',Arial, Helvetica, sans-serif;
      margin:0;
    }

  .news-scroller-block ul.news-items,
  .library-latest-news-view .view-content {
    width:620px;
    height:20px !important;
    position:absolute;
    top:17px;
    left:165px;
    padding:0;
    margin:0;
  }
  .news-scroller-block ul.news-items {
    left:50px;
    width:975px;
  }
    .news-scroller-block ul.news-items li,
    .library-latest-news-view .view-content .views-row {
      padding:0;
      margin-top:2px;
      height:18px !important;
      width:620px;
      font-size:16px;
      line-height:18px;
      overflow:hidden;
    }
    .news-scroller-block ul.news-items li {
      width:975px;
    }

      .news-scroller-block ul.news-items li a,
      .library-latest-news-view .view-content .views-row a {
        color:#000;
      }

  body .news-scroller-block .cycle-controls,
  body .library-latest-news-view.slideshow .cycle-controls {
    top:0 !important;
    bottom:auto;
    left:auto;
    right:245px;
    width:155px;
  }
  body .news-scroller-block .cycle-controls {
    right:0;
  }
    .news-scroller-block .cycle-controls .cycle-control,
    .library-latest-news-view .cycle-controls .cycle-control {
      background-color:transparent;
    }
    .news-scroller-block .cycle-controls .cycle-prev,
    .library-latest-news-view.slideshow .cycle-controls .cycle-prev {
      border-left:1px #b7b7b7 solid;
    }
    .library-latest-news-view.slideshow .cycle-controls .cycle-next {
      border-right:1px #b7b7b7 solid;
    }

  .library-latest-news-view .view-footer {
    position:absolute;
    top:17px;
    right:0;
    width:225px;
    padding:0 8px;
  }


/************************
 * BLOCK - TWITTER SIDEBAR
 * In Library & Archives news
 ************************/

.twitter-side-view .twitter-status {
  font-size:16px;
  line-height:19px;
  margin-bottom:0;
  padding-top:19px;
  border-bottom:1px #d7d7d7 solid;
}

  .twitter-side-view .twitter-status a {
    color:#007c93;
    text-decoration:none;
  }
    .twitter-side-view .twitter-status a:hover {
      text-decoration:underline;
    }

  .twitter-side-view .twitter-status .timestamp em {
    font-style:normal;
  }

  .twitter-side-view .twitter-status .name-handle .name {
    font-family:"museo-slab","Times New Roman",Times,serif;
    font-size:14px;
  }

  .twitter-side-view .twitter-status .name-handle .handle {
    display:block;
    margin-top:2px;
    font-family:"museo-slab","Times New Roman",Times,serif;
  }
    .twitter-side-view .twitter-status .name-handle .handle a {
      font-size:13px;
      line-height:19px;
      color:#007c93;
    }

  .twitter-side-view .twitter-status .text {
    color:#2f3237;
    font-size:14px;
    line-height:16px;
  }

  .twitter-side-view .twitter-status .actions a {
    color:#666;
  }


.twitter-side-view .view-footer {
  background-color:#fff;
  padding:15px 20px 17px;
}
  .twitter-side-view .view-footer p {
    font-family:"museo-slab","Times New Roman",Times,serif;
    font-size:14px;
    line-height:19px;
    margin-bottom:11px;
  }
  .twitter-follow-btn a.button-link {
    padding-top:10px;
    padding-bottom:10px;
    font-size:14px;
  }
  .twitter-side-view ul.social-links {
    padding:0;
    margin:15px 0 0;
  }
    .twitter-side-view ul.social-links li {
      display:inline-block;
      list-style:none;
      height:33px;
      text-align:center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width:32%;
      padding:7px 0 0 0;
      margin:0;
      border-right:1px #ccc solid;
    }
      .twitter-side-view ul.social-links li:last-child {
        border-right:0;
      }
      .twitter-side-view ul.social-links li a {
        display:inline-block;
      }


/************************
 * COMPONENT - 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 .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;
}




/* =============================================================================
 *   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 {}

form #webform-component-upload-file input.form-submit,
form .form-managed-file input.form-submit {
  color: #000;
  background:#fefefe;
  background: -moz-linear-gradient(top,  #fefefe 0%, #e3e3e3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fefefe), color-stop(100%,#e3e3e3));
  width: auto;
  text-transform: none;
  padding: 2px 4px;
  margin-left: 6px;
  border:1px solid #BBBBBB;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
}
form #webform-component-upload-file input.form-submit:hover,
form .form-managed-file input.form-submit:hover {
  background:#fefefe;
  background: -moz-linear-gradient(bottom,  #fefefe 0%, #e3e3e3 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%,#fefefe), color-stop(100%,#e3e3e3));
}

/*
 * 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 {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

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


/* =============================================================================
 *   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 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 .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;
}


/***********************
 * MEDIA
 ***********************/

.media {
  line-height:0;
}
.field-name-body .media {
  margin-bottom:19px;
}
/* migrated images have a div of media and image and need styles to fix captions */
.field-name-body .media.image {
	margin-bottom: 19px !important;
	font: 500 13px/20px "museo-slab","Times New Roman",Times,serif;
}
.field-name-body .media.image img.media-element {
	margin-bottom: 4px;
}
.field-name-body .media.media-wysiwyg-align-center {
  margin: 0 auto;
  margin-bottom: 19px;
}

.media-column {
  width:300px;
}

.media-float-left,
.image-float-left,
.alignleft,
.cke_editable .media-element[style*="float:left"],
.cke_editable .media-element[style*="float: left"] {
  float:left;
  margin:0 17px 10px 0;
}
.media-float-left img {
  float:none !important;
}

.media-float-right,
.image-float-right, /*legacy from d6*/
.alignright, /*legacy from AaFS wordpress*/
.cke_editable .media-element[style*="float:right"],
.cke_editable .media-element[style*="float: right"] {
  float:right;
  margin:0 0 10px 17px;
}
.media-float-right img {
  float:none !important;
}
.media-default.media-float-right img {
  float: right !important;
}

.media .field-name-field-file-caption {
  margin-top:4px;
}

.media .field-name-field-file-caption {
  margin-left:3px;
  margin-right:3px;
  font:500 13px/20px "museo-slab","Times New Roman",Times,serif;
}
.media .field-name-field-file-caption p {
  font:500 13px/20px "museo-slab","Times New Roman",Times,serif;
}
.media .field-name-field-file-caption p:last-child {
  margin-bottom:0;
}

.media .field-name-field-file-attr {
  margin-left:3px;
  margin-right:3px;
}

.field-name-field-file-attr {
  margin-top:2px;
  font-size:12px;
  line-height:18px;
  color:#666;
}
.field-name-field-file-attr .label-inline {
  display:inline;
}


.image-float-left,
.image-float-right {
  font:500 13px/20px "museo-slab","Times New Roman",Times,serif;
}
.image-float-left br,
.image-float-right br {
  display:none;
}

.image.small-font.media {
  font-size:13px;
  font-family:"museo-slab","Times New Roman",Times,serif;
}
.image.small-font.media br {
  line-height:15px;
}

/***********************
 * MISC
 **********************/

img.flipboard-image {
  display: none;
}

a.ext-link {
  padding-right:18px;
  background:url(../images/ico-ext-link.png) right center no-repeat;
}
.pane-img a.ext-link,
.field-img a.ext-link,
.views-field-field-research-img a.ext-link {
  padding-right:inherit;
  background:none;
}

a.ext-link-big {
  padding-right:25px;
  background:url(../images/ico-ext-link-16.png) right center no-repeat;
}

a.ext-link.lock-link {
  background:url(../images/ico-lock-link.png) right center no-repeat;
}

.more-link {
  text-transform:uppercase;
  color:#007d93;
  font-size:16px;
  line-height:20px;
  font-weight:bold;
}

.more-less-link,
.more-less-link.more-link,
.more-less-link.less-link {
  font:500 13px/18px "museo-slab","Times New Roman",Times,serif;
  text-transform:none;
}

ul.social-links {
  padding:0;
  margin:0;
  list-style:none;
}
  ul.social-links li {
    padding:0;
    margin:0 9px;
    list-style:none;
    display:inline-block;
  }

a.collection-link {
  color:#000;
  text-transform:uppercase;
  font-weight:bold;
}
  a.collection-link:after {
    content:'\00a0»';
    color:#007d93;
  }
  a.collection-link:hover {
    color:#007c93;
    text-decoration:none;
  }
  a.collection-link.ext-link:after {
    content:'';
  }

a.twitter-icon {
  display:block;
  text-indent:-9999px;
  width:21px;
  height:21px;
  background:url(../images/ico-social-sprite.png) 0 0 no-repeat;
}
  a.twitter-icon:hover {
    background-position:-22px 0;
  }
  .social-links-dark a.twitter-icon {
    background:url(../images/ico-social-sprite-dark.png) 0 0 no-repeat;
  }

a.youtube-icon {
  display:block;
  text-indent:-9999px;
  width:21px;
  height:21px;
  background:url(../images/ico-social-sprite.png) 0 -22px no-repeat;
}
  a.youtube-icon:hover {
    background-position:-22px -22px;
  }
  .social-links-dark a.youtube-icon {
    background:url(../images/ico-social-sprite-dark.png) -137px 0 no-repeat;
  }

a.scribd-icon {
  display:block;
  text-indent:-9999px;
  width:21px;
  height:21px;
  background:url(../images/ico-social-sprite.png) 0 -43px no-repeat;
}
  a.scribd-icon:hover {
    background-position:-22px -43px;
  }

a.apple-icon {
  display:block;
  text-indent:-9999px;
  width:21px;
  height:21px;
  background:url(../images/ico-social-sprite.png) 0 -106px no-repeat;
}
  a.apple-icon:hover {
    background-position:-22px -106px;
  }

a.facebook-icon {
  display:block;
  text-indent:-9999px;
  width:21px;
  height:21px;
  background:url(../images/ico-social-sprite.png) 0 -64px no-repeat;
}
  a.facebook-icon:hover {
    background-position:-21px -64px;
  }
  .social-links-dark a.facebook-icon {
    background:url(../images/ico-social-sprite-dark.png) -46px 0 no-repeat;
  }

a.googleplus-icon {
  display:block;
  text-indent:-9999px;
  width:22px;
  height:21px;
  /* only have dark icon for now: */
  background:url(../images/ico-social-sprite-dark.png) -50px 0 no-repeat;
}
  .social-links-dark a.googleplus-icon {
    background:url(../images/ico-social-sprite-dark.png) -91px 0 no-repeat;
  }

a.soundcloud-icon {
  display:block;
  text-indent:-9999px;
  width:29px;
  height:21px;
  /* only have dark icon for now: */
  background:url(../images/ico-social-sprite-dark.png) -177px 0 no-repeat;
}
  .social-links-dark a.soundcloud-icon {
    background:url(../images/ico-social-sprite-dark.png) -177px 0 no-repeat;
  }

a.rss-icon {
  display:block;
  text-indent:-9999px;
  width:21px;
  height:21px;
  background:url(../images/ico-social-sprite.png) 0 -85px no-repeat;
}
  a.rss-icon:hover {
    background-position:-22px -86px;
  }
  .social-links-dark a.rss-icon {
    width:16px;
    height:16px;
    background:url(../images/ico-social-sprite-dark.png) -221px 0 no-repeat;
  }

a.instagram-icon {
  display: block;
  text-indent: -9999px;
  width: 21px;
  height: 21px;
  background: url(../images/ico-instagram.png) 0 0 no-repeat;
}
  a.instagram-icon:hover {
    background: url(../images/ico-instagram-hover.png) 0 0 no-repeat;
  }

a.button-link {
  display:block;
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  line-height:20px;
  font-weight:bold;
  max-width:264px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:18px 5px 17px;
  text-align:center;
  background:#007c93;
}
a.button-link.inline {
  display:inline-block;
  text-transform:none;
  padding:10px 22px;
  margin-right:12px;
  font:normal 13px/18px museo-slab,'Times New Roman',Times,serif;
}
  a.button-link:hover {
    text-decoration:none;
    background-color:#00a6c5;
  }

#footer a.button-link {
  max-width:inherit;
  padding-left:60px;
  padding-right:60px;
}




.field-icon {
  position:absolute;
  top:20px;
  right:20px;
  left:inherit;
  padding:0;
  width:21px;
  height:15px;
  background:transparent url(../images/ico-research-sprite.png) 0 0 no-repeat;
  text-indent:-9999px;
}
  .field-icon.research-type-video {
    width:20px;
    height:18px;
    background-position:0 -19px;
  }
  .field-icon.research-type-podcast {
    width:18px;
    height:18px;
    background-position:0 -79px;
  }
  .field-icon.research-type-book {
    width:20px;
    height:20px;
    background-position:0 -209px;
  }
  .field-icon.research-type-speech {
    width:20px;
    height:21px;
    background-position:0 -186px;
  }
  .field-icon.research-type-workingpaper {
    width:20px;
    height:21px;
    background-position:0 -163px;
  }
  .field-icon.research-type-essay {
    width:20px;
    height:18px;
    background-position:0 -141px;
  }
  .field-icon.issue-icon {
    width:20px;
    height:15px;
    background-position:0 -41px;
  }
  .field-icon.publication-icon {
    height:16px;
    background-position:0 -41px;
  }
  .field-icon.poll-icon,
  .field-icon.research-type-poll {
    height:18px;
    width:24px;
    background-position:0 -58px;
  }
  .field-icon.news-type-news,
  .field-icon.news-type-press,
  .field-icon.research-type-news {
    height:14px;
    width:21px;
    background-position:0 -100px;
  }
  .field-icon.event-icon,
  .field-icon.research-type-event {
    height:21px;
    width:20px;
    background-position:0 -115px;
  }
  .field-icon.slideshow-icon {
    height:17px;
    width:21px;
    background-position:0 -232px;
  }


.tag-top {
  position:absolute;
  /*top:-73px;*/
  top:-10px;
  right:0;
  background: url(../images/ico-ribbon-top.png) no-repeat;
  width:51px;
  padding:10px 0 13px 10px;
  height:28px;
  text-align:center;
}

.readnow-tag {
  position:absolute;
  top:-11px;
  right:15px;
  padding:20px 3px 0 13px;
  width:46px;
  height:60px;
  background:url(../images/bg-readtag.png) 0 0 no-repeat;
  font-size:11px;
  font-weight:normal;
  line-height:13px;
  color:#fff;
  text-align:center;
  text-transform:uppercase;
  pointer-events:none;
  font-family:'proxima-nova-condensed',Arial, Helvetica, sans-serif;
}
.readnow-tag span {
  display:block;
  font-size:18px;
  line-height:18px;
}


.view .edit-link {
  position:absolute;
  z-index:3;
  top:5px;
  left:10px;
  color:#ba0000;
  background-color:#fff;
}

.view.contextual-links-region > .contextual-links-wrapper,
.block-views.contextual-links-region > .block-inner > .contextual-links-wrapper {
  right:36px;
}


body.cke_editable p {
  font-size:16px;
}

#toTop{
  position:fixed;
  bottom:36px;
  right:0px;
  display:inline-block;
  width:34px;
  height:34px;
  background:#2F3237;
  font:400 9px/11px "museo-slab","Times New Roman",Times,serif;
  display:none;
  text-align:center;
  color:#fff;
  z-index:99;
  border-radius:2px 0 0 2px;
  padding:16px 1px 6px 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration:none;
}
#toTop:before{
  content:'';
  display:inline-block;
  width:12px;
  height:8px;
  background:url(../images/toparrow.png) no-repeat;
  background-size:100%;
  position:absolute;
  top:6px;
  left:12px;
}


.ajax-progress .throbber {
  background:transparent url(../images/progress-small-white.gif) no-repeat 0 0;
}
.pager .ajax-progress .throbber {
  background:transparent url(../images/progress-small.gif) no-repeat 0 0;
}


.two-column-left,
.two-column-right {
  float:left;
  width:48.5%;
}
.two-column-left {
  margin-right:2.3%;
}

/* Sidebar for About section of Research Teams */
.sidebar {
  float: right;
  width: 300px;
  background: #efefef;
  padding: 15px;
  margin: 0 0 15px 15px;
}

.socialicon {
  margin-right: 15px;
}
.grid-icons a{
  float:left;
  margin:0 2% 2% 0;
  width:23.5%;
}
.grid-icons a:nth-child(4n){
  margin-right:0;
}
.grid-icons a img{
  width:100%;
  vertical-align:top;
}
.grid-icons a span{
  display:block;
  font-size:15px;
  line-height:18px;
  margin:10px 0;
  text-align:center;
}


.accordion-head {
  cursor:pointer;
}

/* Make text in footer area "Support the Hoover Institution" display on top of image */
.hoov-2col-stack-nosb-last .pane-title + p {
  position: relative;
  z-index: 2;
}

/* Overflowing Tables */
.overflow-x{
  width:100%;
  overflow-x:auto;
}

/* RSS Subscribe Links */
ul.rss-sub {
  background: url(/sites/all/themes/hoov/images/rss-small.png) 9px 3px no-repeat;
  background-size: 14px 14px;
  margin: 0;
}
ul.rss-sub li {
  list-style: none;
  margin: 0;
}
/* Mobile Search Bar */
#header .mmenu-icon:not(.active):not(.search):after {
  content: 'MENU';
  display: block;
  float: left;
  color: #007C93;
  position: absolute;
  left: 15px;
  top: 20px;
}
#header .mmenu-icon:not(.active):not(.search) {
  padding: 16px 15px 13px 66px !important;
}
#header .mmenu-icon.search {
  background: url(/sites/all/themes/hoov/images/search_micon.png) center center no-repeat;
  background-size: 20px 20px;
  border-right: 0 none !important;
}
.panel-col-outer .mobile-search {
  position: absolute;
  right: 0;
  top: 59px;
  width: 100%;
  background: #d7d7d7;
  padding: 10px;
  box-sizing: border-box;
}
.panel-col-outer .mobile-search .search-wrap {
  float: none !important;
  width: 100%;
  overflow: hidden;
}
.panel-col-outer .mobile-search .search-wrap .form-text {
  width: 80% !important;
  outline: 0;
}
.panel-col-outer .mobile-search .search-wrap .form-submit {
  position: absolute !important;
  right: 25px;
}
@media screen and (min-height: 580px) and (min-width: 801px){
  .panel-col-outer .mobile-search {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  #header .mmenu-icon.search {
    padding: 16px 10px 13px !important;
  }
}

/* Comments Policy */
#cp {
 float: right;
 margin-top: -5px;
 width: 150px;
 padding-right: 0px;
}
#cp a.button-link{
  width: 150px;
  background: rgba(0,49,79,.08);
  color:#333;
  padding: 10px 0px 7px 0px;
}
.fancybox-close{
  background-image: url('/sites/all/themes/hoov/images/overlay_close.png');
  background-size: 40px 40px;
}
.fancybox-close{
  position: absolute;
  top: 0px;
  right: 0px;
}
.fancybox-skin{
  border-radius: 0px;
}
/* Publication Subscription box */
.field-name-field-publication-subscription {
  background-color: #fff;
  text-align: center;
  font-family: museo-slab, 'Times New Roman', Times, serif;
  font-weight: 500;
  padding: 0px 0px 10px 0px;
  margin-bottom: 20px;
}
.field-name-field-publication-subscription p {
  margin-bottom: 0;
}
.field-name-field-publication-subscription .subscribe {
  font-size: 20px;
  line-height: 30px;
}
.field-name-field-publication-subscription .button-link {
  display: inline-block;
  font-family: "proxima-nova-condensed",Arial,Helvetica,sans-serif;
  font-weight: bold;
  line-height: 16px;
  margin-left: 10px;
  padding: 10px 16px;
}
/* Mailchimp iframe pages */
body.mailchimp-signup-page {
  background-color: #fff;
  top: 0 !important;
  max-width: 354px;
}
#page.mailchimp-signup-lightbox {
  min-width: inherit;
  max-width: 540px;
}
#page.mailchimp-signup-lightbox #nav-spacer {
  height: 0px !important;
}
#page.mailchimp-signup-lightbox #main {
  margin: 0;
  padding: 0;
  width: auto !important;
  padding: 30px 40px;
}
#page.mailchimp-signup-lightbox #main #content {
  padding: 0;
}
#page.mailchimp-signup-lightbox #main header {
  display: none;
}
#page.mailchimp-signup-lightbox .mailchimp-signup-subscribe-form h2 {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
  font-weight: 500;
}
#page.mailchimp-signup-lightbox .mailchimp-signup-subscribe-form input {
  width: 100%;
}
#page.mailchimp-signup-lightbox .mailchimp-signup-subscribe-form input[type="submit"] {
  margin-left: 0;
  margin-bottom: 20px;
}
#page.mailchimp-signup-lightbox .mailchimp-signup-subscribe-form input[type="submit"]:hover {
  background-color: #00a6c5;
}
#page.mailchimp-signup-lightbox .subscribe-other {
/*   margin-top: 20px; */
}
#page.mailchimp-signup-lightbox .subscribe-other p {
  margin-bottom: 0;
}
/* Library & Archives Collections Pages ONLY */
.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col p {
	margin-top: 5px;
}
.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col {
	padding-left: 0 !important;
	margin: 10px 0;
}
.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col:last-child {
	padding-right: 10px !important;
}
.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col:nth-child(4n + 1) {
	clear: both;
}
.page-node-53481 #quicktabs-tabpage-hoov_library_tabs-0 .tabpage-block {
	padding: 21px 0 0 0 !important;
}
.page-node-53481 #quicktabs-tabpage-hoov_library_tabs-0 ul.regions-list {
	margin: 0 20px 14px;
	padding: 0;
	list-style: none;
	float: left;
}
.page-node-53481 #quicktabs-tabpage-hoov_library_tabs-0 ul.regions-list li {
	float: left;
	padding: 0;
	margin: 0 26px 5px 0;
	position: relative;
	color: #b7b7b7;
}
.page-node-53481 #quicktabs-tabpage-hoov_library_tabs-0 ul.regions-list li a {
	font-weight: 600;
	color: #007d93;
	font-size: 16px;
	line-height: 18px;
}
.page-node-53481 #quicktabs-tabpage-hoov_library_tabs-0 ul.regions-list li:after {
	position: absolute;
	content: '|';
	top: 0;
	right: -16px;
}
.page-node-53481 #quicktabs-tabpage-hoov_library_tabs-0 ul.regions-list li.last:after {
	display: none;
}
@media screen and (max-width: 1280px) {
	/* Region Map */
	body.page-node-53481 .map{
	  height:520px;
	}
	body.page-node-53481 .map a.continent,
	body.page-node-53481 .map a.continent.active{
	  background-position:0 0;
	  background-repeat:no-repeat;
	}
	body.page-node-53481 .map a.n_america,
	body.page-node-53481 .map a.n_america.active{
	  height:201px;
	  width:443px;
	  top:40px;
	  left:3px;
	  background-size:100% 100%;
	}
	body.page-node-53481 .map a.russia,
	body.page-node-53481 .map a.russia.active{
	  height:123px;
	  left:522px;
	  top:44px;
	  width:354px;
	  background-size:100% 100%;
	}
	body.page-node-53481 .map a.middle_east,
	body.page-node-53481 .map a.middle_east.active{
	  height:106px;
	  left:419px;
	  top:156px;
	  width:214px;
	  background-size:100% 100%;
	}
	body.page-node-53481 .map a.l_america,
	body.page-node-53481 .map a.l_america.active{
	  height:303px;
	  left:126px;
	  top:188px;
	  width:230px;
	  background-size:100% 100%;
	}
	body.page-node-53481 .map a.india,
	body.page-node-53481 .map a.india.active{
	  height:103px;
	  left:624px;
	  top:180px;
	  width:83px;
	  background-size:100% 100%;
	}
	body.page-node-53481 .map a.europe,
	body.page-node-53481 .map a.europe.active{
	  height:140px;
	  left:409px;
	  top:46px;
	  width:150px;
	  background-size:100% 100%;
	}
	body.page-node-53481 .map a.asia,
	body.page-node-53481 .map a.asia.active{
	  height:224px;
	  left:576px;
	  top:117px;
	  width:286px;
	  background-size:100% 100%;
	}
	body.page-node-53481 .map a.africa,
	body.page-node-53481 .map a.africa.active{
	  height:229px;
	  left:405px;
	  top:192px;
	  width:198px;
	  background-size:100% 100%;
	}
}
@media screen and (max-width: 1024px) {
	/* Region Map */
	body.page-node-53481 .map{
	  height:400px;
	}
	body.page-node-53481 .map a.continent{
	  display:none;
	}
	body.page-node-53481 ul.regions-list li{
	  width:100%;
	}
	body.page-node-53481 ul.regions-list li + li{
	  margin-top:8px;
	}
	body.page-node-53481 ul.regions-list li:after{
	  display:none;
	}
	body.page-node-53481 ul.regions-list li + li {
	  margin-top: 8px !important;
	}
}
@media screen and (max-width: 800px) {
	body.page-node-53481 .map {
		display: none;
	}
	body.page-node-53481 ul.regions-list li a{
	  font-size:15px !important;
	  line-height:25px !important;
	}
}
@media screen and (max-width: 719px) {
	body.page-node-53481 ul.regions-list li a{
		font-size: 13px !important;
		line-height: 22px !important;
	}
}
@media screen and (min-width: 801px) {
	.countries-list .collection-link {
		float: left;
	    width: 30%;
	    margin: 10px 0 10px 15px;
	}
	.countries-list p:nth-of-type(3n+17) .collection-link {
		margin-left: 0 !important;
	}
	.countries-list .media {
		width: 30%;
		margin-right: 0;
	}
}
@media screen and (max-width: 1280px) {
	.countries-list .collection-link {
		font-size: 14px;
	}
	.countries-list p:nth-of-type(3n+17) .collection-link {
		margin-left: 15px !important;
	}
	.countries-list p:nth-of-type(3n+14) .collection-link {
		margin-left: 0 !important;
	}
}

/* L&A Online tab */
.page-node-53481 #quicktabs-hoov_library_tabs #quicktabs-tabpage-hoov_library_tabs-2 .tabpage-block p:first-child {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.page-node-53481 #quicktabs-hoov_library_tabs #quicktabs-tabpage-hoov_library_tabs-2 .switcher-select {
  position: relative;
  top: 0px;
  width: 155px;
  border-left: 0px;
  margin-bottom: -1px;
}
.page-node-53481 #quicktabs-hoov_library_tabs #quicktabs-tabpage-hoov_library_tabs-2 .switcher-select .select2-choice {
  background-color: #eee;
  color: #000;
  font-family: "proxima-nova-condensed",Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  padding: 10px 15px;
}
.page-node-53481 #quicktabs-hoov_library_tabs #quicktabs-tabpage-hoov_library_tabs-2 .switcher-select .select2-choice .select2-arrow {
  top:-7px;
  filter:none;
}
.page-node-53481 .switcher-select-drop .select2-results .select2-result {
  color: #000;
  font-family: "proxima-nova-condensed",Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  padding: 10px 15px;
}
.page-node-53481 .switcher-select-drop .select2-results .select2-result.select2-highlighted {
  color: #fff;
}
.page-node-53481 #quicktabs-hoov_library_tabs #quicktabs-tabpage-hoov_library_tabs-2 .row-wrap {
/*   display: none; */
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
	#quicktabs-tabpage-hoov_library_tabs-0 .pane-float-left .pane-right {
		padding: 0 20px 20px 0;
	}
	#quicktabs-tabpage-hoov_library_tabs-0 .pane-float-left .pane-right .pane-subtitle {
		padding-bottom: 10px;
		padding-top: 0;
	}
	#quicktabs-tabpage-hoov_library_tabs-1 .pane-top .nav-section-title,
	.context-library-landing .static-threebyone .pane-top .nav-section-title {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 800px) {
	.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col p {
		font-size: 16px;
        line-height: 18px;
	}
}
@media screen and (max-width: 720px) {
	.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col:nth-child(4n + 1) {
		clear: none;
	}
	.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col:nth-child(3n + 1) {
		clear: both;
	}
	.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col {
		width: 32%;
		text-align: center;
	}
}
@media screen and (max-width: 567px) {
	.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col p {
		font-size: 14px;
        line-height: 16px;
	}
}
@media screen and (max-width: 440px) {
	.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col:nth-child(3n + 1) {
		clear: none;
	}
	.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col:nth-child(2n + 1) {
		clear: both;
	}
	.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col {
		width: 49%;
	}
}
@media screen and (max-width: 340px) {
	.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col:nth-child(2n + 1) {
		clear: none;
	}
	.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col {
		clear: both;
	}
	.page-node-53481 #quicktabs-hoov_library_tabs .four-columns .col {
		width: 100%;
	}
}
/* L&A map  */
.marker_panel h2{
  font: 13px 'arial';
}
body.section-library-archives .field-name-body .marker_panel h2{
  font: 13px 'arial';
}

/* 2015 annual report */
.issuuembed.har2015 {
  width: 1160px !important;
  height: 780px !important;
}


/* revisiting the 2008 financial crisis css */
.page-node-865506 .hoover-filter-group .hoover-filter-topic.hoover-filter-expandable {
  display: none;
}

/* hubspot iframe css */
iframe.hs-form-iframe { width: 60% !important; }
.node-hubspot-form .media { max-width: 35% !important; }
@media (max-width: 720px) {
  iframe.hs-form-iframe { width: 100% !important; }
  .node-hubspot-form .media { display: none; }
}
/*  'Type' filter from the left side */
.page-node-1163371 .hoover-filter-type,
.page-node-1105806 .hoover-filter-type{
display: none;
}
/* Fancybox */
.fancybox-type-iframe .fancybox-inner {
  min-height: 500px !important;
}