#header .front-page {
  display: none;
}

.sociali {
  float: left;
  width: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#donate {
  float: right;
  background: yellow;
  text-decoration: none;
  color: white;
  width: 60px;
  height: 50px;
}

#block-block-7 {
  width: 60px;
  margin-left: 93%;
}

#main-content {
  background: #fff;
}

/* DISCIPLINE COLORS */

.horizontal-box .item h3 a {
  color: #fff;
}

.horizontal-box .item {
  /* grey */
  background-color: #666;
  color: #fff;
}

.art-and-design .horizontal-box .item {
  /* orange */
  background-color: #ED8600;
  color: #fff;
}

.natural-and-physical-sciences .horizontal-box .item {
  /* green */
  background-color: #00A232;
  color: #fff;
}

.history-and-culture .horizontal-box .item {
  /* teal */
  background-color: #00B4DB;
  color: #fff;
}

.special-collections .horizontal-box .item {
  /* purple */
  background-color: #6E18E9;
  color: #fff;
}


/* Dots */

.discovery-dot.art-and-design {
  background-color: #FF9000;
  /* orange */
}

.discovery-dot.natural-and-physical-sciences {
  background-color: #00A232;
  /* green */
}

.discovery-dot.history-and-culture {
  background-color: #00B4DB;
  /* teal */
}

.discovery-dot.special-collections {
  background-color: #6E18E9;
  /* purple */
}

/* GOOGLE SEARCH BOX */
/* Search block */
#block-google-appliance-ga-block-search-form {
  overflow: hidden;
  margin-top: 10px;
}

#block-google-appliance-ga-block-search-form .form-item {
  margin: 0;
}

#block-google-appliance-ga-block-search-form form {
  background-color: #fff;
  padding: 8px;
}

#block-google-appliance-ga-block-search-form input.form-text {
  border: none;
  padding: 3px;
  font-size: 13px;
  border-radius: 0;
  min-height: 36px;
  width: 220px;
  background-color: #fff;
  border-bottom: 1px solid #999;
}

#block-google-appliance-ga-block-search-form .form-actions,
.sidebar-search-block .form-actions {
/*
  position: absolute;
  top: 0px;
  right: 20px;
 */
  color: #999;
  font-size: 16px;
}

/*
.logged-in #block-google-appliance-ga-block-search-form .form-actions,
.logged-in .sidebar-search-block .form-actions {
  right: 10px;
}
 */

#block-google-appliance-ga-block-search-form input.form-submit,
.sidebar-search-block input.form-submit {
  background-color: transparent;
  color: #000;
  text-indent: -1000em;
  background-image: url('../images/icons/search.png');
  background-size: 20px 20px;
  background-position: 0 10px;
  background-repeat: no-repeat;
}

#block-google-appliance-ga-block-search-form input.form-submit:focus,
.sidebar-search-block input.form-submit:focus,
.sidebar-search-block input.form-submit:hover {
  outline: none;
  background: transparent;
}

@media (min-width: 1200px) {
  #edit-search-keys--2 {
    width: 87%;
  }
}
/* Adjustments for main menu on mobile */
@media (max-width: 991px) {
  #header #block-google-appliance-ga-block-search-form {
    float: none;
    clear: both;
    margin: 0;
  }
  #header-full #block-superfish-1 {
    display: block;
  }
  #header-full {
    height: auto;
  }
}

/* SOCIAL MEDIA ICONS */

/* #social-footer-icons-top {
  max-width: 260px;
  position: relative;
  float: right;
  padding: 0;
  top: 50px;
  margin-top: -32px;
  z-index: 1;
} */

#social-footer-icons-top img {
  display: inline-block;
}

#social-footer-icons {
  max-width: 260px;
  float: right;
  padding: 0;
  padding-bottom: 1em;
}

#social-footer-icons img {
  display: inline-block;
}

#homepage .sample {
  height: auto;
}

/* View: Landing page -  Carousel of featured items */
#top-content {
  padding: 0;
}

/* === Discipline legend icons block - TOP === */

.homepage.discipline-legend {
  margin-top: 5px;
}

#block-block-56,
#block-block-51 {
  position: relative;
}

/* .homepage .discipline-block { */
  /* border: 1px solid red; */
/* } */

.homepage .discipline-block a,
.homepage .discipline-block a:hover {
  text-decoration: none;
}

.homepage .discipline-block .circle {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 33px;
  font-size: 42px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  transition: transform .3s ease-in;
}

.homepage .change {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.homepage .discipline-block .change {
  margin-bottom: 20px;
}

.homepage .discipline-block .change .two {
  display: none;
}

.homepage .discipline-block .change:hover .one {
  display: none;
}

.homepage .discipline-block .change:hover .two {
  display: inline;
  text-decoration: none;
  font-size: 18px;
}

.homepage .change:hover>.circle {
  transform: scale(1.2);
  background: #333;
}

.homepage .svg-inline--fa {
  vertical-align: -37.5%;
}

.homepage .discipline-block .text {
  display: inline-block;
  /*  line-height: 80px; */
  font-size: 20px;
  margin-left: 7px;
  color: black;
  vertical-align: middle;
}

.homepage .discipline-block .orange {
  background: #ff9000;
}

.homepage .discipline-block .blue {
  background: #00b4db;
  /* padding-left: 1px; */
}

.homepage .discipline-block .green {
  background: #00a232;
}

.homepage .discipline-block .purple {
  background: #6e18e9;
  /* padding-left: 4px; */
}

.discipline-block .fa,
.discipline-block .fas,
.discipline-block .fab {
  font-size: 36px;
  position: relative;
  bottom: -8px;
  left: 0;
}

/* ====== Landing page - Online Exhibition grid  ========== */

.homepage .exhibitions-grid-box {
  display: inline-block;
  position: relative;
}

.homepage .exhibitions-grid-box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .75);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.homepage .exhibitions-grid-box:hover .overlay {
  opacity: 1;
  height: 100%;
}

.homepage .exhibitions-grid-box:hover .icon-over {
	display: none;
}

.homepage .exhibitions-grid-box .text {
  font-size: 20px;
  position: relative;
  overflow: hidden;
  top: 10px;
  left: 0px;
  width: 100%;
}

.homepage .exhibitions-grid-box .text a {
  color: white;
  text-decoration: none;
}

.homepage .exhibitions-grid-box .t-circle {
  position: absolute;
  bottom: 6px;
  right: 2px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 45px;
}

.homepage .exhibitions-grid-box .grid-tid-13 {
  /* Art and Design - orange */
  background: #ff9000;
}

.homepage .exhibitions-grid-box .grid-tid-14 {
  /* History and Culture - blue */
  background: #00b4db;
}

.homepage .exhibitions-grid-box .grid-tid-15 {
  /* Natural and Physical Sciences - green */
  background: #00a232;
}

.homepage .exhibitions-grid-box .grid-tid-16 {
  background: #6e18e9;
}

/* For icon visible in lower right corner */
.homepage .exhibitions-grid-box .icon-show {
  font-size: 24px;
  position: relative;
  overflow: hidden;
  bottom: 3px;
  left: 8px;
}

.homepage .exhibitions-grid-box .grid-tid-15 .icon-show {
  bottom: 2px;
  left: 10px;
}

/* For icon showing up in overlay */
.homepage .exhibitions-grid-box .icon-over {
  position: absolute;
  overflow: hidden;
  bottom: 11px;
  right: 11px;
  color: white;
  font-size: 24px;
}


.homepage .exhibitions-grid-box .icon-show::before,
.homepage .exhibitions-grid-box .icon-over::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	margin-left: -15px;
	/* margin-top: 1px; */
}

.homepage .exhibitions-grid-box .grid-tid-13 .icon-show::before,
.homepage .exhibitions-grid-box .grid-tid-13 .icon-over::before {
  /* Art and Design - orange */
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f1fc";
}

.homepage .exhibitions-grid-box .grid-tid-14 .icon-show::before,
.homepage .exhibitions-grid-box .grid-tid-14 .icon-over::before {
  /* History and Culture - blue */
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f0ac";
}

.homepage .grid-tid-14 .icon-show {
  bottom: 3px;
}

.homepage .exhibitions-grid-box .grid-tid-14 .icon-over {
  bottom: 12px;
  right: 11px;
}

.homepage .exhibitions-grid-box .grid-tid-15 .icon-show::before,
.homepage .exhibitions-grid-box .grid-tid-15 .icon-over::before {
  /* Natural and Physical Sciences - green */
  font-family: "Font Awesome 5 Brands";
  content: "\f299";
}

.homepage .exhibitions-grid-box .grid-tid-16 .icon-show::before,
.homepage .exhibitions-grid-box .grid-tid-16 .icon-over::before {
  /* Special Collections - purple */
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f19c";
}

.homepage .exhibitions-grid-box a {
  color: #fff;
  text-decoration: none;
}

/* =============================================== */

/* ---- upcoming events sidebar ---- */
/* Upcoming event - first post with image */
#block-views-d229e05847fad181dc5e071bce91dd0f {
	margin-top: 57px;
	border: 1px solid #999;
	min-height: 300px;
	background-color: rgb(239, 247, 255);
	padding: 0px 20px 10px 20px;
}
#block-views-d229e05847fad181dc5e071bce91dd0f h2 {
	text-align: center;
}
#block-views-d229e05847fad181dc5e071bce91dd0f h2 a {
  color: #0592A5;
	text-decoration: none;
	
}

#block-views-d229e05847fad181dc5e071bce91dd0f h3 a {
  font-size: 18px;
  text-decoration: none;
}

#block-views-d229e05847fad181dc5e071bce91dd0f .event-body {
  font-size: 14px;
}

#block-views-d229e05847fad181dc5e071bce91dd0f .views-field-field-location p {
  font-style: italic;
  font-size: 14px;
}

.view-landing-page-upcoming-events img {
  margin-bottom: 10px;
}

.view-landing-page-upcoming-events h2 {
  color: #0592a5;
}

.sidebar-hr hr {
  margin-bottom: 0;
}

/* ======== Aggregrator Block for SIL blogs feed ===================== */

/*** remove block-views-89e12adb184d42317e73712456c27a99 for local dev */

#block-views-89e12adb184d42317e73712456c27a99 {
	width: 770px;

}
#block-views-89e12adb184d42317e73712456c27a99 a,
#block-views-89e12adb184d42317e73712456c27a99 a:active,
#block-views-89e12adb184d42317e73712456c27a99 a:hover {
  text-decoration: none;
  color: #333;
}

#block-views-89e12adb184d42317e73712456c27a99 .views-field-link {
  font-size: small;
}

#block-views-89e12adb184d42317e73712456c27a99 a:hover {
  color: #0592a5;
}

#block-views-89e12adb184d42317e73712456c27a99 td, #block-views-89e12adb184d42317e73712456c27a99 tr {
	border: 0;
}
#block-views-89e12adb184d42317e73712456c27a99 .agg-thumbnail {
	position: static;
	max-width: 275px;
	max-height: 275px;
	overflow: hidden;
	border-radius: 240px;
}

#block-views-89e12adb184d42317e73712456c27a99 .blog-image {
    margin-left: 50%;
    min-width: 350px;
    min-height: 350px;
    transform: translateX(-50%);
}


#block-views-89e12adb184d42317e73712456c27a99 h2 {
	margin-top: 0;
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 180%;
}

#block-views-89e12adb184d42317e73712456c27a99 h2 .unbound-title {	
	color: #00306f;
	font-weight: 290;
	font-size: 115%;
}

#block-views-89e12adb184d42317e73712456c27a99 h3 a {
	color: #0592a5;
}

#block-views-89e12adb184d42317e73712456c27a99 h3 a:hover {
	text-decoration: underline;
}

#block-views-89e12adb184d42317e73712456c27a99 .agg-thumbnail img.portrait {
  width: 100%;
  height: auto;
  margin: -75px 0 0 -100px;
}

#block-views-89e12adb184d42317e73712456c27a99 .radix-layouts-header.panel-panel {
  padding-right: 0px;
  padding-left: 0px;
}

#block-views-89e12adb184d42317e73712456c27a99 .radix-layouts-sidebar {
  max-width: 200px;
}

/*==== Subscribe to newsletter ===*/
/* refer to news.subscribe.css file */

/*==== Search block with working GSA search form ===== */
#homepage-search-block {
  background-color: #333;
}

#homepage-search-block form {
  width: 90%;
  margin: 0 auto;
}

#homepage-search-block input[type=text] {
  height: 46px;
  width: 85%;
  vertical-align: top;
  margin-right: 5px;
  border-radius: 4px;
  border: 3px solid #0592a5;
  background: #fff;
  padding: 5px 10px 5px 20px;
  color: #727b7c;
  font-size: 18px;
}

#homepage-search-block input[type="submit"] {
  background-color: #fad337c4;
  color: #0592a5;
  padding: 7px 14px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #5c5f5e;
}

#homepage-search-block input[type="submit"]:hover {
  color: #fff;
  background-color: #0592a5;
}

#homepage-search-block ::selection {
  background-color: #7bae23;
  color: #fff;
}

#homepage-search-block label[for="edit-search-keys"] {
  display: none;
}

#homepage-search-block .full-width {
  position: relative;
  margin: 0 -30px;
  padding: 0 30px;
  background: #333;
}

#homepage-search-block .homepage-search {
  display: block;
  height: 100px;
}

#homepage-search-block .btn {
  padding: 8px 18px;
  font-size: 17px;
  line-height: 20px;
}

#homepage-search-block .input-group-btn .btn-custom {
  color: #0592a5;
  background-color: #fad337c4;
  border-color: #5c5f5e;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4);
}

#homepage-search-block .input-group-btn .btn-custom:hover {
  color: #fff;
  background-color: #fad337c4;
  border-color: #94CF2E;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4);
}

#homepage-search-block .glyphicon {
  font-weight: bold;
  font-size: x-large;
}

/* ======= Call to Action Block - RESEARCH / ASK / VISIT ============= */

#block-block-64 .row.well {
  padding: 0;
  padding-bottom: 25px;
  margin-bottom: -5px;
}

#block-block-64 .row.well {
  background: #fad337c4;
}

/* === Discipline legend icons block - BOTTOM === */
.homepage .discipline-block2 {
  /* border: 1px solid red; */
  margin: 20px auto;
  display: inline-block;
}

.homepage .discipline-block2 a,
.homepage .discipline-block2 a:hover {
  text-decoration: none;
}

.homepage .discipline-block2 .circle2 {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: transform .3s ease-in;
}

.homepage .change:hover>.circle2 {
  transform: scale(1.2);
}

.homepage .discipline-block2 .icon {
  position: relative;
  top: 10px;
  font-size: 28px;
  color: #fff;
}

.homepage .discipline-block2 .text {
  position: relative;
  left: 34px;
  /*  top: -6px; */
  display: inline-block;
  font-size: 18px;
  margin-left: -30px;
  vertical-align: middle;
}

.homepage .discipline-block2 .orange {
  background: #ff9000;
}

.homepage .discipline-block2 .green {
  background: #00a232;
}

.homepage .discipline-block2 .blue {
  background: #00b4db;
  /* padding-left: 1px; */
}

.homepage .discipline-block2 .purple {
  background: #6e18e9;
}

.homepage .discipline-block2 .circle2:hover {
  color: #333;
}

.homepage .discipline-block2 .change:hover>.text {
  text-decoration: none;
}

/* ==== Sidebar adjustments ===== */

#homepage.sidebar h2 {
  font-size: 26px;
  /* color: #333; */
}

#homepage.sidebar a,
#homepage.sidebar a:hover,
#homepage.sidebar a:focus {
  text-decoration: none;
}

#homepage.sidebar h3 {
  font-size: 25px;
  font-weight: 400;
  color: #333;
}

#homepage .sidebar-hr {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -5px #0592A5 inset;
  margin: 10px 0 10px 0;
}

#homepage hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #0592A5;
}

/* ==== Adopt-A-Book region ==== */
#block-views-8f72a62d9a43b088a112a19253219d42 {
  /*background-color: #0592A5;*/
  /*teal background for viewport */
  /* padding: 0 10px 10px 10px; */
	padding-bottom: 10px;
}

.adopt-block-title h2 {
	font-weight: 300;
	font-size: 170%;
	border-bottom: 1px solid #999;
}

.adopt-block-title h2,
.adopt-block-title h2 a {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
  .adopt-block-title h2 {
    margin: 20px 10px 10px 0px;
  }
}

.adopt-block-title p {
  margin: 0 0 -15px;
}

.adopt-block-title .more-aab {
  position: relative;
  top: -20px;
  left: 14px;
  /*color: #fad337c4;*/
}

.homepage-adopt-book-button {
  text-align: center;
}

/** Call To Actions BLOCKS **/
#block-block-64 a {
  text-decoration: none;
}

#block-block-64 .btn {
  font-size: 22px;
}

/* Hover color change button for 'Adopt this Book' button */
#homepage-adopt-a-book input[type="submit"],
#homepage-adopt-a-book input[type="reset"],
#homepage-adopt-a-book input[type="button"] {
  background-color: #fad337c4;
  color: #000000;
  text-decoration: none;
}

#homepage-adopt-a-book input[type="submit"],
#homepage-adopt-a-book input[type="reset"],
#homepage-adopt-a-book input[type="button"] {
  padding: 5px 20px;
  margin: 0;
  text-decoration: none;
}

#homepage-adopt-a-book .flex-control-paging li a {
  background-color: #0592a5;
  box-shadow: none;
}

#homepage-adopt-a-book div.button-wrapper {
	margin-top: 20px;
}


#homepage-adopt-a-book .views-field-field-topics {
	margin-top: 10px;
display: inline-block;
}

#homepage-adopt-a-book .views-field-field-topics span.field-content {
background-color: #BBB;
padding: 1px 8px;
display: inline-block;
border-radius: 28px;
max-width: 135px;
}


/* =========================================== */

/* modification to main site */

.page-node-103814 #content-wrapper {
  display: none
}

.page-node-10381 h1,
.page-node-10381 .tabs {
  display: none;
}


#homepage #block-system-main h2 a {
  color: white;
}

/* =========================================== */

/* ===== Flexslider for landing page carousel banner ===== */
#homepage-hero .flex-viewport {
  max-height: 330px;
}

#homepage-hero .flex-caption {
  padding: 0;
}

/* ---- Positioning control nav buttons bottom ---- */
#homepage-hero .slides li {
  height: 100%;
}

#homepage-hero.flexslider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0px;
  background: none;
  border: 0;
  overflow: hidden;
	box-shadow: none;
	margin-bottom: 30px
}

#homepage-hero .flexslider li {
  position: relative;
}

#homepage-hero .flexslider li h2 {
  background: rgba(51, 51, 51, 0.5);
  padding: 13px 18px 11px;
  margin-bottom: 0;
  font-weight: 300;
}

#homepage-hero .flex-direction-nav {
  position: absolute;
  top: -20px;
  left: 50px;
}

#homepage-hero .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #333;
  margin: -20px 0 0;
  position: absolute;
  top: 50px;
  z-index: 10;
  overflow: hidden;
  opacity: .5;
  cursor: pointer;
  color: #fff;
  transition: all .3s ease;
}

#homepage-hero .flex-direction-nav li {
  list-style-type: none;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 20px;
}

#homepage-hero .flex-direction-nav li a {
  /* text-indent:-10000em; */
  text-indent: 0;
  display: block;
  width: 45px;
  height: 45px;
}

#homepage-hero .flex-direction-nav .flex-nav-prev {
  background-image: none;
}

#homepage-hero .flex-direction-nav .flex-nav-next {
  background-image: none;
}

#homepage-hero .flex-direction-nav .flex-prev,
#homepage-hero .flex-direction-nav .flex-prev .flexslider:hover {
  left: 0px;
}

#homepage-hero .flex-direction-nav .flex-next,
#homepage-hero .flex-direction-nav .flex-next .flexslider:hover {
  right: -40px;
  text-align: right;
}

#homepage-hero .flex-direction-nav a::before,
#homepage-hero .flex-direction-nav a.flex-next::before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#homepage-hero .flex-direction-nav a::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f104';
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  padding: 2px;
  font-size: 45px;
  line-height: 40px;
  color: #fff;
  text-shadow: none;
}

#homepage-hero .flex-direction-nav a.flex-next::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f105';
}

#homepage-hero .flex-direction-nav a:hover {
  opacity: .9;
}

#homepage-hero .flex-control-nav {
  position: relative;
  width: 100%;
  bottom: 0px;
  text-align: center;
  margin: 0 auto;
  padding-top: 5px;
  margin-bottom: -10px;
  z-index: 9;
}

/* ---- Views Bootstrap Carousel plugin - title and description fields ----*/
#homepage-hero .carousel-caption {
  margin: 0 auto;
  text-align: center;
  /*width: 900px;*/
  max-width: 1024px;
  color: #fff;
  position: absolute;
  bottom: -12%;
  right: 0;
  left: 0;
}

@media screen and (max-width:991px) {
  #homepage-hero .carousel-caption {
    margin: 0;
    width: 100%;
  }
}

#homepage-hero .carousel-caption a,
#homepage-hero .carousel-caption a:hover {
  text-decoration: none;
  color: white;
}

/* ---- Title text field ----*/
#homepage-hero .carousel-text {
  display: inline-block;
  position: relative;
  bottom: 0px;
  left: -35px;
  padding: 0;
  margin: 0;
  /*width: 100%;*/
  overflow: hidden;
  white-space: nowrap;
}

#homepage-hero .carousel-text .carousel-text-title {
  background: rgba(51, 51, 51, 0.5);
  padding: 12px 18px 22px 18px;
  font-size: 42px;
  font-weight: 500;
}

#homepage-hero .carousel-text .carousel-text-title:hover {
  background: rgba(51, 51, 51, 0.8);
}

#homepage-hero .carousel-text .carousel-text-summary {
  background: rgba(51, 51, 51, 0.5);
  padding: 13px 18px 11px;
  margin-bottom: 0px
}

#homepage-hero .carousel-text .carousel-text-summary:hover {
  background: rgba(51, 51, 51, 0.8);
}

#homepage-hero .carousel-text .fa {
  font-size: 36px;
  position: relative;
  bottom: -5px;
  left: 2px;
}

/* ---- Hero Banner - TID for color circle and icons ----*/
/* #homepage-hero .flex-caption { */
  /*position: relative;*/
  /*display: inline;*/
/* } */

#homepage-hero .carousel-tid {
  position: absolute;
  right: 5%;
  bottom: 5%;
  max-width: 10%;
  z-index: 9999;
  color: white;
  /*  border: 1px solid red; */
}

#homepage-hero .carousel-tid a,
#homepage-hero .carousel-tid a:hover {
  text-decoration: none;
}

#homepage-hero .carousel-tid .circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  padding-top: 16px;
}

#homepage-hero .carousel-tid .text {
  display: inline-block;
  font-size: 20px;
  margin-left: 7px;
  color: black;
  vertical-align: middle;
}

#homepage-hero .carousel-tid .tid-13 {
  background: #ff9000;
}

#homepage-hero .carousel-tid .tid-14 {
  background: #00b4db;
}

#homepage-hero .carousel-tid .tid-15 {
  background: #00a232;
}

#homepage-hero .carousel-tid .tid-16 {
  background: #6e18e9;
}

#homepage-hero .carousel-tid .fa {
  font-size: 36px;
  position: relative;
  bottom: -8px;
  left: 4px;
}

#homepage-hero .carousel-tid .fa-tid-13::before,
#homepage-hero .carousel-tid .fa-tid-14::before,
#homepage-hero .carousel-tid .fa-tid-15::before,
#homepage-hero .carousel-tid .fa-tid-16::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#homepage-hero .carousel-tid .fa-tid-13::before {
  /*display: none;*/
  content: "\f1fc";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

#homepage-hero .carousel-tid .fa-tid-14::before {
  /*display: none;*/
  content: "\f0ac";
  font-family: 'Font Awesome 5 Pro';
}

#homepage-hero .carousel-tid .fa-tid-15::before {
  /*display: none;*/
  content: "\f299";
  font-family: 'Font Awesome 5 Brands';
}

#homepage-hero .carousel-tid .fa-tid-16::before {
  /*display: none;*/
  content: "\f19c";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  /* padding-left: 4px; */
  -webkit-text-stroke: .50px #6e18e9;
}

#homepage-hero .flex-control-paging li a {
  background-color: #fad337c4;
  border-radius: 0;
  box-shadow: none;
  width: 25px;
  height: 15px;
  margin: 0 10px;
}

#homepage-hero .flex-control-paging li a.flex-active {
  background-image: none;
  background-color: #0592A5;
}

#homepage-hero .flex-control-nav li {
  margin: 0 10px;
}

/* ---- Flexslider animations ---- */

#homepage-hero .flexslider li h1,
#homepage-hero .flexslider li h2,
#homepage-hero .flexslider li .category p,
#homepage-hero .flexslider li .category span {
  animation-duration: .6s;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
}

#homepage-hero .flexslider li.flex-active-slide .carousel-caption h1,
#homepage-hero .flexslider li.flex-active-slide .carousel-caption h2,
#homepage-hero .flexslider li.flex-active-slide .carousel-caption .category p,
#homepage-hero .flexslider li.flex-active-slide .carousel-caption .category span {
  animation-delay: .4s;
  animation-duration: .6s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}

#homepage-hero .flexslider li.flex-active-slide .carousel-caption h2 {
  animation-delay: .5s;
}

#homepage-hero .flexslider li.flex-active-slide .carousel-caption .category p {
  animation-delay: .6s;
}

#homepage-hero .flexslider li.flex-active-slide .carousel-caption .category span {
  animation-delay: .8s;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

/* ========================================================= */

#block-block-68 {
	background-color: #fff7d9;
	border: 10px solid #FAD337;
	text-align: center;
	padding: 15px 20px 30px 20px;
	margin-bottom: 20px;
	width: 350px;
	margin-left: -90px;
	background-image: url('/sites/default/files/styles/large/public/sil_2012_02-gold.jpg');
}

#block-block-68 h2 {
	margin-top: 0;
	font-weight: normal;
	font-size: 150%;
	color: #0592a5;
}

#block-block-68 .content {
	line-height: 145%;
}

#block-block-68 p {
	margin-bottom: 0;
}


#block-block-59 {
	margin-left: 21px;
}

#block-views-10fcb01a4016bf9846ee82cb02ba9b46 {
	margin-top: 30px;
	margin-bottom: 30px;
}

#block-views-10fcb01a4016bf9846ee82cb02ba9b46 h2 {
	font-weight: 300;
	font-size: 170%;
	border-bottom: 1px solid #999;
}

#block-views-10fcb01a4016bf9846ee82cb02ba9b46 .row {
	text-align: center;
	margin-bottom: 15px;
}

#block-block-64 {
	margin-top: 30px;
	margin-bottom: 50px;
}

/* Newsletter subscribe button */
#block-block-70 {
	background: #007cbd;
	color: #fff;
	margin-top: 30px;
	clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
	padding: 4px;
}

#block-block-70 .content:before {
	font-family: "Font Awesome 5 Pro";
	font-size: 250%;
	font-weight: 400;
	content: "\f0e0";
	float: left;
	margin: 23px 13px;
}

#block-block-70 p {
	margin: 0;
	padding: 10px 0;
}

#block-block-70 p a {
	color: white;
}

/* Bottom Menu */
#block-menu-menu-footer-column-collections,
#block-menu-menu-footer-column-research-ed,
#block-menu-menu-footer-column-about,
#block-menu-menu-footer-column-donate {
	font-size: 90%;
	line-height: 140%;
}

/* ======================================================== */

/* Media queries */

/* ------------------------------------------ */
/* large desktops and up - Screen size 1200px and up */
@media screen and (max-width: 1200px) {
  #header #block-google-appliance-ga-block-search-form input.form-text {
    width: 75px;
  }
}

@media screen and (max-width: 1199px) {
  #header #block-google-appliance-ga-block-search-form {
    display: inline-block;
    /* float: right; */
  }
}

/* ------------------------------------------ */
/* --- tablets/desktops - Screen size between 992px to 1199px -- */
@media (min-width: 992px) and (max-width: 1199px) {
  /* #header #block-google-appliance-ga-block-search-form { */
    /* position: absolute; */
  /* } */

	.homepage .exhibitions-grid-box .text {
		font-size: 90%;
		top: 10px;
		left: 0px;
		line-height: 1.2;
	}

  #header #block-google-appliance-ga-block-search-form input.form-text {
    overflow: hidden;
  }

  #homepage-hero .carousel-text .carousel-text-title {
    font-size: 130%;
    font-weight: normal;
		padding: 12px 18px;
  }

  #homepage-hero .carousel-text {
    bottom: 0;
    left: 0;
  }

  #homepage-hero .carousel-text .carousel-text-summary {
    max-width: 100%;
  }

	#block-views-89e12adb184d42317e73712456c27a99 {
		width: 630px;
	}

	#block-block-68 {
		margin-top: 20px;
		margin-bottom: 0px;
		width: 280px;
		margin-left: -70px;
	}
	
}

/* ------------------------------------------ */
/* --- mobile - Screen size between 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
	
	#block-block-68 {
		margin-top: 20px;
		margin-bottom: 0px;
		width: 100%;
		margin-left: 0px;
	}

	.homepage .exhibitions-grid-box .text {
		font-size: 120%;
		top: 10px;
		left: 0px;
		line-height: 1.2;
	}
	.col-xs-12.col-sm-2 {
		width: 30%;
	}
	.col-xs-12.col-sm-4 {
		width: 70%;
	}
	#views-bootstrap-grid-1 .col-xs-6.col-sm-4 {
		width: 25%;
	}
	/* homepage flexslider hero banner */
  #homepage-hero .carousel-text {
    bottom: 5px;
    left: 0;
  }

  /* #homepage-hero .carousel-text-summary {} */

  #homepage-hero .carousel-text .carousel-text-title {
    font-size: inherit;
    font-weight: normal;
    position: relative;
		padding: 10px 12px;
  }

  #homepage-hero .carousel-text .carousel-text-summary {
    padding: 0 18px;
  }

  /* social media share icons */
  #social-footer-icons-top {
    top: -5px;
    margin-top: 0px;
  }

  /* search block */
  #homepage-search-block input[type=text] {
    width: 80%;
  }

  /* recent blog posts */
  #block-views-89e12adb184d42317e73712456c27a99 .radix-layouts-sidebar,
  #block-views-53449ff3d9e1f2d609b210b36e2bf52a .radix-layouts-sidebar {
    float: left;
  }

  /* upcoming event float image to left to make two columns on smaller screen */
  #block-views-9299c0bdf0bc032499d50f1267d6d013 .views-field-field-image,
  #block-views-d229e05847fad181dc5e071bce91dd0f .views-field-field-image {
    float: left;
    margin-right: 15px;
  }

  /* dev site */
  #block-views-4036d1682242391a5213286075657bf6 {
    margin-left: 0;
  }

  /* prod site */
  #block-views-89e12adb184d42317e73712456c27a99 {
    margin-left: 0px;
  }

  #newsletter-container {
    width: 107%;
  }

  /* Adopt a book - reduce button width size */
  #homepage-adopt-a-book input[type="submit"],
  #homepage-adopt-a-book input[type="reset"],
  #homepage-adopt-a-book input[type="button"],
  #homepage-adopt-a-book a.button {
    padding: 5px 10px;
  }

  #header #block-google-appliance-ga-block-search-form {
    float: none;
    display: block;
    position: relative;
  }

  #header #block-google-appliance-ga-block-search-form input.form-text {
    width: 90%;
  }

	#homepage-hero .flex-direction-nav .flex-prev,
	#homepage-hero .flex-direction-nav .flex-prev .flexslider:hover {
		left: -60px;
	}
}

/* ------------------------------------------ */
/* Extra small devices - Screen size between 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) {

	#block-block-68 {
		margin-top: 20px;
		margin-bottom: 0px;
		width: 100%;
		margin-left: 0px;
	}

  #homepage-hero .carousel-text-summary {
    display: none;
  }

  #homepage-hero .carousel-text .carousel-text-title {
		font-size: inherit;
		font-weight: normal;
		position: relative;
		padding: 10px 12px;
		top: 0;
  }

  #homepage-hero .carousel-text .carousel-text-summary {
    padding: 0 18px;
  }

	#homepage-hero .flex-direction-nav .flex-prev,
	#homepage-hero .flex-direction-nav .flex-prev .flexslider:hover {
		left: -60px;
	}
  /* #homepage-hero .flex-direction-nav {
    top: -30px
  }

  #homepage-hero .flex-direction-nav li a {
    width: 40px;
    height: 40px;
  }

  #homepage-hero .flex-direction-nav a {
    top: 45px;
  } */

  #homepage-hero .carousel-tid {
    right: 4%;
  }

  #homepage-hero .carousel-tid .circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }

  #homepage-hero .carousel-tid .fa {
    font-size: 30px;
    bottom: 12px;
    left: 5px;
  }

  /* social media share icons */
  #social-footer-icons-top {
    top: -5px;
    margin-top: 0px;
  }

  /* exhibition grid gallery title slideover */
  .homepage .exhibitions-grid-box .text {
    font-size: 16px;
  }

  /* search block */
  #homepage-search-block input[type=text] {
    width: 70%;
  }

  /* recent blog posts */
  #block-views-89e12adb184d42317e73712456c27a99 .radix-layouts-sidebar {
    float: left;
  }

  .view-landing-page-sil-blog-feed .field-content h3 {
    font-size: 20px;
  }

  /* upcoming event float image to left to make two columns on smaller screen */
  #block-views-d229e05847fad181dc5e071bce91dd0f .views-field-field-image {
    float: left;
    margin-right: 15px;
  }

  /* dev site */
  #block-views-4036d1682242391a5213286075657bf6 {
    margin-left: 0;
		width: 100%;
  }

  /* prod site */
  #block-views-89e12adb184d42317e73712456c27a99 {
    margin-left: 0px;
  }

  #newsletter-container {
    width: 111%;
  }

  /* Adopt a book - reduce button width size */
  .view-landing-page-adopt-a-book .field-content h3 {
    font-size: 18px;
  }

  .view-landing-page-adopt-a-book .panel-col-last.panel-panel {
    display: none;
  }

  .view-landing-page-adopt-a-book .panel-col-first {
    width: 100%;
  }

  #homepage-adopt-a-book input[type="submit"],
  #homepage-adopt-a-book input[type="reset"],
  #homepage-adopt-a-book input[type="button"],
  #homepage-adopt-a-book a.button {
    padding: 5px 10px;
  }

  #header #block-google-appliance-ga-block-search-form {
    float: none;
    display: block;
    position: relative;
  }

  #header #block-google-appliance-ga-block-search-form input.form-text {
    width: 100%;
  }
}

/* ------------------------------------------ */
/* Extra extra small devices (OLDDDD phones, below 480px) - Screen size less than between 480px */
@media screen and (max-width: 480px) {

  /* homepage flexslider hero banner */
  #homepage-hero .carousel-caption h3 {
    font-size: 14px;
  }

  #homepage-hero .carousel-text {
    bottom: 30px;
    left: 0;
  }

  #homepage-hero .carousel-text-summary {
    display: none;
  }

  #homepage-hero .carousel-text .carousel-text-title {
    font-size: inherit;
    font-weight: normal;
    position: relative;
    top: -35px;
  }

  #homepage-hero .carousel-text .carousel-text-summary {
    padding: 0 18px;
  }

  #homepage-hero .flex-direction-nav {
    top: -30px
  }

  #homepage-hero .flex-direction-nav li a {
    width: 30px;
    height: 30px;
  }

  #homepage-hero .flex-direction-nav a {
    top: 45px;
  }

  #homepage-hero .flex-direction-nav a::before {
    line-height: 30px;
  }

  #homepage-hero .carousel-tid {
    right: 13%;
  }

  #homepage-hero .carousel-tid .circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }

  #homepage-hero .carousel-tid .fa {
    font-size: 30px;
    bottom: 12px;
    left: 5px;
  }

  #homepage-hero .flex-direction-nav a::before {
    font-size: 36px;
  }

  #homepage-hero .flex-direction-nav .flex-next,
  #homepage-hero .flex-direction-nav .flex-next .flexslider:hover {
    right: -20px;
  }

  #homepage-hero .flex-control-nav {
    margin-bottom: 0px;
  }

  /* social media share icons */
  #social-footer-icons-top {
    top: -5px;
    margin-top: 0px;
  }

  /* discilpline block */
  .homepage .discipline-block .text {
    font-size: 18px;
  }

  /* exhibition grid gallery title slideover */
  .homepage .exhibitions-grid-box .text {
    font-size: 16px;
  }

  /* search block */
  #homepage-search-block input[type=text] {
    width: 62%;
  }

  /* recent blog posts */
  #block-views-89e12adb184d42317e73712456c27a99 .radix-layouts-sidebar {
    float: left;
  }

  .view-landing-page-sil-blog-feed .field-content h3 {
    font-size: 14px;
  }

  /* dev site */
  #block-views-4036d1682242391a5213286075657bf6 {
    margin-left: 0;
  }

  /* prod site */
  #block-views-89e12adb184d42317e73712456c27a99 {
    margin-left: 0px;
  }

  #newsletter-container {
    width: 117%;
  }

  /* Newsletter sign up form */
  #newsletter-container input[type=text] {
    width: 115px;
  }

  /* Adopt a book - reduce button width size */
  #homepage-adopt-a-book .panel-2col-stacked {
    padding: 0 5px;
  }

  .view-landing-page-adopt-a-book .field-content h3 {
    font-size: 18px;
    margin: 0 auto;
  }

  .view-landing-page-adopt-a-book .panel-col-last.panel-panel {
    display: none;
  }

  .view-landing-page-adopt-a-book .panel-col-first {
    width: 100%;
  }

  .homepage-adopt-book-button {
    margin: 0 -5px;
  }

  #homepage-adopt-a-book input[type="submit"],
  #homepage-adopt-a-book input[type="reset"],
  #homepage-adopt-a-book input[type="button"],
  #homepage-adopt-a-book a.button {
    padding: 5px 5px;
    font-size: 13px;
  }

  #homepage-adopt-a-book h3,
  #homepage-adopt-a-book h3 a {
    font-size: 14px;
  }

  #header #block-google-appliance-ga-block-search-form {
    float: none;
    display: block;
    position: relative;
  }

  #header #block-google-appliance-ga-block-search-form input.form-text {
    width: 100%;
  }
}

/* ======================================================== */
.svg-icon {
  display: inline-flex;
  align-self: center;
  position: relative;
  height: 1em;
  width: 1em;
}

.svg-icon svg {
  height: 1em;
  width: 1em;
}

.svg-icon.svg-baseline svg {
  bottom: -0.125em;
  position: absolute;
}


