@import "//fonts.googleapis.com/css?family=Roboto:300,400,500,700";
/* Defining SASS vairables */
/* Blues */
/*  Red  */
/* Grey */
/* Black */
/* off-white */
/* Fonts */
@media (max-width: 767px) {
  #mobile-nav {
    background-color: #fff;
    width: 50%;
    min-width: 160px; } }
.aui body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2C2D2D; }

p {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 18px;
  line-height: 35px; }

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
  margin-top: 1.2em;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #801721; }

.portlet-title-text {
  font-size: 16px;
  color: #2c2d2d; }

.aui blockquote {
  margin-top: .5em;
  margin-bottom: 2em;
  margin-left: 40px !important;
  margin-right: 40px;
  line-height: 30px;
  font-size: 24px;
  padding: 0 0 0 15px; }

.aui blockquote .source {
  margin-top: 1.5em;
  margin-right: 1em;
  font-weight: 500; }

.caption {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 2.5em;
  font-weight: bold; }

a {
  color: inherit;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }

.aui #content a {
  color: #801721;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }

.aui #content a:hover {
  color: #8c232d; }

img {
  max-width: 100%; }

.aui .breadcrumb {
  font-family: "Open Sans", sans-serif;
  background-color: inherit; }

.grow {
  transition: all .2s ease-in-out; }

.grow:hover {
  transform: scale(1.03); }

/*---------------- Dropdown CSS----------------*/
.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-content-sub {
  display: none;
  position: absolute;
  width: 100%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown:hover .dropdown-content {
  display: block; }

/*-------navigation/header css ---------*/
.top-nav-wrapper {
  background: #f8f8f8;
  padding-right: 0px;
  padding-left: 0px; }

#page-top-bar {
  background-color: #f8f8f8;
  margin: 0;
  height: auto; }

#nav-menu ul {
  margin: 0; }

/*  homepage slider  */
.aui .carousel menu {
  background: none;
  position: absolute;
  list-style: none;
  bottom: 0px;
  width: 60%;
  z-index: 3;
  margin-left: -30%;
  padding-left: 0;
  text-align: center; }

.sliderItem {
  width: 100% !important;
  height: 100%; }

.slider-caption {
  text-align: left;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 5px;
  padding-left: 5%;
  padding-right: 5%;
  background: rgba(44, 45, 45, 0.75);
  cursor: pointer;
  position: absolute;
  height: auto;
  min-height: 150px; }

.slider-caption h6 {
  color: #fff;
  padding-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 0 10px;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px; }

.slider-caption p {
  padding-bottom: 5px; }

.heading-caption h1 {
  font-family: "Open Sans", sans-serif;
  color: #d5d1c4;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: -20px;
  text-align: left; }

#content .heading-caption h1 {
  font-family: "Open Sans", sans-serif;
  color: #eff8ff !important;
  font-size: 2em;
  margin-top: 8px; }

#content .heading-caption a {
  color: #eff8ff; }

.aui .carousel-caption h4, .aui .carousel-caption p {
  color: white;
  line-height: 20px; }

.slider-caption {
  min-height: auto !important; }

.slider-caption h6 {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 500; }

.aui .carousel menu {
  width: 100%; }

.carousel menu {
  padding: 0; }

menu {
  width: 100%;
  height: 100%;
  top: 1em; }

menu li a.carousel-menu-item:hover {
  opacity: .9; }

menu li a.carousel-menu-item.carousel-menu-pause {
  display: none; }

menu li a.carousel-menu-item.carousel-menu-prev {
  content: url("/rockefeller-theme/css/../images/prev.png");
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  left: 1em;
  top: 50%; }

a.carousel-menu-item {
  border: solid 2px #2e516f; }

menu li a.carousel-menu-item.carousel-menu-next {
  content: url("/rockefeller-theme/css/../images/next.png");
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%; }

menu li a.carousel-menu-index {
  display: none; }

/*----------Mobile Navigation Bar-----------------------------------*/
.aui .mobile-nav-menu {
  /*background-color: #666633;*/
  margin: 0 !important; }

.aui #mobile-nav {
  display: none; }

.aui .mobile-nav-child {
  /*background-color: #807943;
  font-family: Open Sans Regular;*/
  margin: 0 !important;
  text-align: center;
  text-decoration: none; }
  .aui .mobile-nav-child a {
    color: #777777;
    padding: 15px 30px;
    text-align: center; }

/*trigger to change later*/
#nav-trigger span {
  display: inline-block;
  padding: 10px 30px;
  background-color: #777;
  color: white;
  cursor: pointer;
  text-transform: uppercase; }

#nav-trigger span:hover {
  background-color: #777; }

/* used to remove the white space above the navigation bar on the desktop homepage */
.aui .navigation-bar {
  margin: 0; }

.grandchild-menu {
  display: none;
  right: -162px !important;
  top: 0px !important; }

#breadcrumb {
  padding: 8px 15px;
  margin-bottom: 50px 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.aui .breadcrumb {
  padding: 8px 15px;
  margin: 10px 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

/*  Header navigation link and hover styles  */
#navigation {
  font-family: "Open Sans", sans-serif;
  background-color: #f8f8f8;
  margin: auto;
  /*min-height: 60px;*/ }
  #navigation ul {
    list-style-type: none; }
    #navigation ul li {
      float: left;
      height: 100%;
      z-index: 5; }
      #navigation ul li a {
        display: block;
        margin: 0;
        padding: 13px;
        color: #2C2D2D;
        text-align: left;
        text-decoration: none;
        height: 100%;
        min-height: 20px;
        border-right: 2px solid #F0F0F0; }
      #navigation ul li a:hover {
        background-color: #2e516f;
        color: #FFF; }
      #navigation ul li ul {
        min-width: 200px;
        margin: 0; }
        #navigation ul li ul li {
          width: 100%;
          min-width: 200px;
          background-color: #fff;
          height: inherit;
          /*background-color: #807943;*/ }
        #navigation ul li ul a {
          border-bottom: 1px solid #f8f8f8; }
        #navigation ul li ul a:hover {
          background-color: #f0f0f0;
          color: #2C2D2D;
          border-bottom: 1px solid #2E516F; }

#navigation a.selected, #navigation .top-level-hover {
  background-color: #2e516f;
  color: white !important; }

/* defining the bootstrap things that bootstrap 3 has but 2 does not */
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 768px) {
  .container {
    width: 750px; } }
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

body {
  height: 100%;
  font-family: "Open Sans", sans-serif; }

.aui .dropdown-child {
  margin-left: 60px; }

#nav-dropdown {
  float: left;
  padding: 10px 20px; }

#content {
  margin: auto;
  width: auto; }

#skip-to-content {
  display: none; }

.aui .collapse {
  overflow: visible !important; }

.aui .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.aui .lfr-admin-panel {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 10px;
  position: fixed;
  top: 0;
  z-index: 1100; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.aui body {
  padding-left: 00px;
  padding-right: 00px; }

.margin30 {
  margin-bottom: 30px; }

/*  Homepage Section People, Digital Library, Essay  */
.aui .homeSectionsWrapper .row {
  margin-left: 0 !important; }

#content .sectionBox h3 {
  margin-top: 0; }

.sectionBox {
  background: #f0f0f0;
  padding: 1.5em; }

.sectionBox img {
  border-radius: 50%; }

.sectionTitle h2 {
  background: #777777;
  padding: .2em;
  color: #eff8ff !important;
  margin-top: 0 !important; }

.homeSectionsWrapper {
  margin-bottom: 1.5em;
  margin-top: 1em; }

/*Items*/
.element-text img {
  width: 100%; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.landing {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 15px;
  background-color: #434A54;
  color: #f5f7fa; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.landing h3, .landing h4, .landing .years {
  color: #212121; }

/*Top bar*/
#wrapper {
  margin: 0;
  padding: 0; }

#header-list {
  list-style-type: none;
  display: inline; }
  #header-list li {
    float: left;
    padding-right: 12px;
    padding-top: 12px; }

.top-bar.nav {
  list-style-type: none; }

.top-bar {
  background-color: #F0F0F0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 22px;
  font-family: "Open Sans", sans-serif; }

.top-bar li {
  color: #bbb;
  font-size: 14px; }

.top-bar li a {
  color: #3B5E7C; }

.top-bar li a:hover {
  color: #2E516F;
  text-decoration: none; }

/*  Search  */
.search {
  position: relative; }

.search ::-webkit-input-placeholder {
  color: #777; }

.search :-moz-placeholder {
  /* Firefox 18- */
  color: #777; }

.search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777; }

.search :-ms-input-placeholder {
  color: #777; }

.search .icon-search {
  position: absolute;
  top: 1px;
  right: 8px;
  font-size: 1.2em;
  pointer-events: none;
  color: #2E516F; }

.search input {
  padding: 7px;
  margin-top: -3px;
  background-color: #f4f4f4;
  border: solid 1px #2E516F;
  color: #2E516F;
  font-family: "Open Sans", sans-serif;
  line-height: 0;
  margin-top: -7px; }

.search input:focus {
  outline: none; }

/*Landing page assets*/
.panel-item {
  margin-top: 30px;
  text-align: center; }

.panel-item .colored-boxed i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid;
  background-color: transparent;
  border-radius: 50%;
  font-size: 30px; }

.panel-item .colored-boxed.blue {
  color: #4f82e9; }

.panel-item .colored-boxed.dark-blue {
  color: #3b5998; }

.panel-item .colored-boxed.dark {
  color: #333;
  border-color: #333; }

.panel-item .colored-boxed.red {
  color: #cb2027;
  border-color: #cb2027; }

.panel-item .colored-boxed h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #555; }

.panel-item .colored-boxed .item a {
  color: #555; }

.panel-item .colored-boxed p {
  margin: 0 0 20px;
  line-height: 24px;
  font-weight: 400; }

.panel-item .center-line {
  display: inline-block;
  width: 70px;
  height: 1px;
  border-top: 1px solid #bbb;
  margin: auto; }

.header-full {
  background: -webkit-linear-gradient(bottom, #f0f0f0, #f4f4f4);
  background: linear-gradient(to top, #f0f0f0, #f4f4f4); }

#header-top {
  max-height: 64px; }

/*Deal with xs size*/
.header-full-title {
  font-size: 14px;
  float: left;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "Oswald", arial, sans-serif;
  font-weight: 300; }

.header-full-title h1 {
  margin-top: 0;
  margin-bottom: 0; }

.header-full-title a {
  text-decoration: none;
  color: #f2f2f2 !important; }

.header-full-title .white {
  color: #000000; }

.header-full-title strong {
  font-weight: 700; }

.header-full-title .red {
  color: #801721; }

.header-full-title .subTitle {
  color: #2C2D2D;
  line-height: 0;
  font-size: 25px; }

.aui .header-full-title h2 {
  margin: 0;
  line-height: 1;
  font-size: 25px; }

.welcome-box {
  margin-bottom: 30px; }

.welcome-box h3 {
  margin-bottom: 25px; }

/*Sidebar*/
.landing {
  padding-left: 15px;
  padding-top: 15px;
  background-color: #434A54;
  color: #f5f7fa; }

.landing #evolution-of-a-foundation li {
  cursor: pointer; }

.landing h2 {
  margin-top: 0;
  font-family: "Playfair Display", serif; }

.landing img {
  float: left;
  padding-right: 10px; }

.landing h3,
.landing h4,
.landing .years {
  color: #212121; }

.landing i {
  color: #727272;
  font-size: 3em;
  float: right; }

.landing .years,
.landing h3 {
  font-family: "Sorts Mill Goudy", serif; }

.exhibit-content {
  cursor: pointer; }

/*
.exhibit-content .fa-angle-double-right {
    color: #801721;
}*/
.exhibit-content .years {
  font-size: 22px; }

/*Search Form*/
.search-description {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.8em;
  margin-bottom: 15px; }

.panel-heading a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  color: grey; }

.panel-heading a.collapsed:after {
  content: "\e080"; }

.library-options {
  margin-bottom: 25px; }

.insider-description {
  margin-top: 10px;
  line-height: 1.6em; }

.search-form .form-group {
  float: right !important;
  -webkit-transition: all 0.35s, border-radius 0s;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc; }

.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px; }

.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px; }

.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display: block; }

.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none; }

.search-form .form-group input.form-control::-moz-placeholder {
  display: none; }

.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none; }

/*Navigation Css*/
.nav-menu-style- {
  background-color: #eee;
  color: #2E516F;
  position: relative;
  display: block;
  padding: 10px 15px; }
  .nav-menu-style- a {
    color: #2E516F;
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    background-color: transparent; }
  .nav-menu-style- a:hover {
    text-decoration: none;
    color: #486B89; }

.aui ul, .aui ol {
  padding: 0;
  margin: 5px;
  list-style-type: none !important; }

/*font awesome*/
.fa-angle-double-right:before {
  content: "\f101";
  color: #801721;
  font-size: 40px;
  padding-left: 250px; }

.exhibit-content .fa-angle-double-right {
  color: #801721; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 42px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Side nav style */
.nav-menu h2 {
  margin-top: 10px !important; }

/*Search Results*/
.mb20 {
  margin-bottom: 20px; }

hgroup {
  padding-left: 15px;
  border-bottom: 1px solid #ccc; }

hgroup h1 {
  font: 500 normal 1.625em "Roboto", Arial, Verdana, sans-serif;
  color: #2a3644;
  margin-top: 0;
  line-height: 1.15; }

hgroup h2.lead {
  font: normal normal 1.125em "Roboto", Arial, Verdana, sans-serif;
  color: #2a3644;
  margin: 0;
  padding-bottom: 10px; }

.search-result .thumbnail {
  border-radius: 0 !important; }

.search-result:first-child {
  margin-top: 0 !important; }

.search-result {
  margin-top: 20px; }

.search-result .col-md-2 {
  border-right: 1px dotted #ccc;
  min-height: 140px; }

.search-result ul {
  padding-left: 0 !important;
  list-style: none; }

.search-result ul li {
  font: 400 normal .85em "Roboto", Arial, Verdana, sans-serif;
  line-height: 30px; }

.search-result ul li i {
  padding-right: 5px; }

.search-result .col-md-7 {
  position: relative; }

.search-result h3 {
  font: 500 normal 1.375em "Roboto", Arial, Verdana, sans-serif;
  margin-top: 0 !important;
  margin-bottom: 10px !important; }

.search-result h3 > a,
.search-result i {
  color: #790d22 !important; }

.search-result p {
  font: normal normal 1.125em "Roboto", Arial, Verdana, sans-serif; }

.search-result span.plus {
  position: absolute;
  right: 0;
  top: 126px; }

.search-result span.plus a {
  background-color: #790d22;
  padding: 5px 5px 3px 5px; }

.search-result span.plus a:hover {
  background-color: #414141; }

.search-result span.plus a i {
  color: #fff !important; }

.search-result span.border {
  display: block;
  width: 97%;
  margin: 0 15px;
  border-bottom: 1px dotted #ccc; }

/*footer*/
footer {
  font-family: "Open Sans", sans-serif;
  background-color: #2C2D2D;
  color: #EFF8FF;
  padding: 2em 0;
  border-top: solid 1px #555;
  line-height: 1.8; }

.aui footer a {
  color: #6F92B0; }
  .aui footer a:hover {
    color: #557896; }

footer .col-lg-6 {
  padding-left: 0px !important; }

footer .logo {
  display: inline-block;
  position: relative;
  right: 0px !important; }

/*Admin styles*/
nav#admin-bar {
  background: #404040;
  text-align: right;
  font-size: 14px;
  padding: 1px 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35); }

nav#admin-bar a {
  text-decoration: none;
  color: #fff;
  padding: 0 1em 0 0;
  display: inline-block;
  border: 0; }

nav#admin-bar a:link,
nav#admin-bar a:visited {
  color: #ccc !important; }

nav#admin-bar a:hover,
nav#admin-bar a:active {
  color: #fff !important; }

nav#admin-bar ul {
  display: block;
  list-style: none;
  margin: 0; }

nav#admin-bar > li {
  float: right;
  margin-bottom: -1px;
  position: relative; }

nav#admin-bar li {
  display: inline;
  /*padding: 1.5em;*/ }

#exhibits-carousel img {
  width: 100%;
  overflow: hidden;
  max-height: 426px;
  cursor: pointer; }

#exhibits-carousel .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer; }

#exhibits-carousel .carousel-caption h1 {
  font-family: "Open Sans", serif;
  color: #EFF8FF;
  font-size: 2em;
  margin-top: 8px; }

#exhibits-carousel .carousel-caption p {
  /*font-family: $sans-serif-fonts;*/ }

.aui .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
  padding: 0 1em 1em 1em; }

.aui .carousel-item {
  border-radius: 0px !important;
  opacity: 0; }

.aui .carousel-control.right {
  right: 0px; }

.aui .carousel-control {
  left: 0px;
  top: 60%; }

.carousel menu {
  background: #000;
  bottom: 6px;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 3px;
  right: 6px;
  z-index: 4;
  border-radius: 5px; }

#para1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 250px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
  color: white; }

.aui img {
  max-width: 100%;
  width: auto\9;
  /*height: 100%;*/
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

.sidebar-histories .center-block > img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*Biographies*/
.biography-text {
  font-size: 14px;
  line-height: 1.8em; }

/*digital Library */
.digLibSectionsWrapper {
  text-align: center;
  margin-bottom: 1.5em; }

#content .digLibSectionsWrapper h2 a {
  color: #eff8ff; }

#content .digLibSectionsWrapper h2 a:hover {
  color: #eff8ff; }

.digLibSectionsWrapper img {
  border-radius: 50%; }

.digLibImgWrapper {
  margin-top: 1em;
  background: #eeeeee;
  padding: 1em; }

.sidebar-histories {
  background-color: #f0f0f0;
  color: #2c2d2d;
  padding: 1em 0 1em 0; }

.sidebar-histories h2 {
  text-align: center;
  margin-top: 1em !important;
  margin-bottom: 1em; }

.insider-description {
  margin-top: 10px;
  line-height: 1.6em;
  padding: 1.5em; }

.library-options {
  margin-bottom: 25px;
  display: -webkit-inline-box;
  margin-left: 45px; }

/* Raja additions */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: fantasy;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }

.glyphicon-plus:before {
  content: "\2b"; }

/* Homepage Sidebar  */
.block img {
  padding: 20px;
  width: auto;
  position: absolute;
  border: 0;
  top: 0px;
  left: 0px;
  height: auto; }

.block {
  margin-top: 19px;
  text-align: center;
  padding-left: 15px;
  padding-right: 8px;
  padding-top: 15px;
  padding-bottom: 25px;
  background-color: #2C2D2D;
  color: #f5f7fa;
  margin-left: -10px; }

.block h2 {
  padding-top: 0px;
  margin-top: 0 !important;
  color: #eff8ff !important; }

.block h3 {
  margin: 10px;
  font-size: 17.5px;
  padding-left: 123px;
  color: black;
  line-height: 1.2em;
  text-align: left;
  font-family: inherit;
  font-weight: 400;
  overflow: hidden;
  word-wrap: break-word; }

.innerblock {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -15px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding-right: 4px;
  margin-right: 4px;
  margin-top: 10px;
  min-height: 150px;
  height: auto;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }
  .innerblock .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 42px !important;
    padding-top: 19px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.years {
  font-size: 25px;
  font-family: "Sorts Mill Goudy", serif;
  color: #2C2D2D;
  padding-left: 102px; }

.clearfix {
  overflow: auto; }

.block img {
  width: 100px;
  height: 120px; }

.block {
  background-color: #eeeeee !important; }

#content .block h2 {
  color: #7f1620 !important;
  font-size: 26px;
  padding: 1em 0 1em; }

.block a {
  text-decoration: none;
  background-color: #F0F0F0;
  line-height: 1.2;
  color: #2c2d2d !important; }

.aui .block a:hover, .aui .block a:active {
  outline: none; }

.innerblock a:hover {
  text-decoration: underline;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }

.aui .innerblock img {
  height: auto; }

/*  Digital Library Asset List */
.assetListItem {
  margin-bottom: 3em; }

.digitalLibraryAssetListItem {
  margin-top: 1em; }

.digitalLibraryAssetFullImage img {
  height: auto !important; }

.digLibListImg {
  width: 200px;
  height: 200px; }

.categoryList .label {
  background: #486B89;
  padding: 4px;
  border-radius: 0;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }

.tagList .label {
  background: #f4f4f4;
  padding: 4px;
  margin-bottom: 5px;
  border: 1px solid #2E516F;
  border-radius: 0;
  color: #486B89;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }

.aui ul.inline > li {
  padding-left: 0; }

.categoryList .icon-file, .categoryList .icon-picture, .categoryList .icon-film, .tagList .icon-tag {
  font-size: 1em;
  padding-left: 3px; }

.categoryList .label:hover {
  background: #2E516F; }

.tagList .label:hover {
  background: #fff; }

#content .digitalLibraryAssetList h3 {
  margin: 0;
  line-height: 30px; }

/* side bar tag listing */
/*.tag-items li a {
    background: #486B89;
    padding: 4px;
}*/
/*  Digital Library Asset Item */