@import url('https://fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Narrow|Lato');
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


html {
    font-size: 16px;
} 

body {
  background: #d0dbe6 url('../images/hostos-px2.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 112.5%;
  margin: 0;
}

/* !--------- LAYOUT ----------- */

.row {
  display: flex;
  flex-wrap: wrap;
}

.container {
  width: 100%;
  }

#primary {
  width: 65%;
  padding: 0 1rem 0 0;
  float: left;
}

#collections.collections.browse main div#primary {
  width: 100%;
}

#time_periods.page.coverage main div#primary {
  width: 100%;
}
/* !---------- FEATURED IMAGE CARD --------- */

#featured-image {
  max-width: 46%;
  margin: 0;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
}

.card-inner {
  background-color: rgba(145, 19, 41, 0.5);
  color: #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0;
  padding: 2rem 1.3rem 2rem 2rem;
  transition: all 0.4s ease 0s;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card:hover .card-inner {
  opacity: 1;
}

.card-inner h5 {
  float: right;
  margin-top: 50%;
  text-align: right;
}

.card-inner h5 a {
  color: inherit;
}

.card-inner h5 a:hover {
  border-bottom: 2px solid;
}

img.featured-card {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}    

.card-body {
 flex: 1 1 auto;
 padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}


/* !---------- SIDEBAR ---------- */

#side-area {
  width: 30%;
  padding: 1rem 0 0 1rem;
  float: right;
}

#side-area p, #side-area p a, #side-area li, #side-area li {
  font-family: 'Arsenal', Sans-Serif;
  font-size: 1rem;
  margin-bottom: 0.7rem;
  padding: 0;
  text-decoration: none;
  line-height: 1.2;
}

#side-area li a {
  font-family: 'Arsenal', Sans-Serif;
  font-size: 1rem;
  text-decoration: none;
}

#side-area .side-area-section {
  margin-bottom: 1rem;
  clear: both;
}

#side-area h4 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: 'Arsenal', sans-serif;
  background-color: #d5e3ea;
  padding: 0.5rem;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 0.6rem;
  margin-left: -0.5rem
}

#side-area h5 {
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: 'Arsenal', sans-serif;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 0.3rem;
}

#side-area ul li ul li {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

/* Exhibit navigation when viewing exhibit item detail */
#side-area ul.exhibit-nav li h5 {
  text-transform: none;
  font-weight: normal;
  cursor: pointer;
  font-size: inherit;
}


/* !---------- HEADER ---------- */

header {
  background-color: #ffffff;
  /*border-bottom: 3px solid #666;*/
}

header h5 {	
  font-family: 'Merriweather', serif;
  color: #911329;
  font-size: 1.125rem;
  margin-top: -16px;
  margin-bottom: 24px;
}

#site-tagline {
  text-align: center;
}


    /* for sticky header on scroll */

.sticky {
  z-index: 100000;
}    

#primary-nav .fixed {
  margin: 0;
}

.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%; 
  background-color: #fff;
  box-shadow: 0 0 0.5em rgba(0,0,0,0.1);
  z-index: 99999;
  }

main {
  display: block;
  overflow: hidden;
  padding: 1rem 3% 3% 3%;
  margin: 0 auto;
  max-width: 70%;
  background-color: #ffffff;
}


.fixed + main {
  padding-top: 102px;
}

    /* end sticky header */

#logo-cdha-text {
  margin: 0 auto;
  width: 100%;
  color: #073763;
  text-align: center;
  text-transform: uppercase;
  font-size: 5vw;
}
#logo-cdha-text > a, #logo-cdha-text > a:visited, #logo-cdha-text > a:hover {
  color: inherit;
 }

#logo-cdha-image {
  display: none;
}

.menu-toggle {
  display: none;
}

.menu-toggle {
  background-color: transparent;
  cursor: pointer;
  border: none;
  margin: 0.4rem;
}

/* nav */
#primary-nav {
  margin: 0 auto;
  width: 100%; 
  /*padding-top: 15px;
  padding-bottom: 15px;*/
  background-color: #f7f7f7;
 /* border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;*/
  font-family: 'Arsenal', sans-serif;
  overflow: hidden;
  z-index: 100000;
}

.topnav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}

.topnav > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}

#primary-nav .container {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

#primary-nav a.nav-brand, #primary-nav a.nav-brand:visited {
  color: #073763;
}

.nav-brand {
  font-size: 1.4375rem;;
  font-weight: bold;
}

#primary-nav div.container.sticky >.nav-brand {
  visibility: hidden;
}

#primary-nav div.container.sticky.fixed >.nav-brand {
  visibility: visible;
}

#nav-menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  padding-top: 0.5rem;
}

.navigation li a {
  display: block;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#nav-menu ul.navigation {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  #nav-menu ul.navigation {
    min-width: 680px;
}
}

/* submenus */

.dropdown-menu {
  float: left;
  overflow: hidden;
}

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

#primary-nav ul.dropdown-content, #primary-nav ul.dropdown-content:hover {
  margin-left: -1rem;
  margin-top: 0.5rem;
}

#nav-menu > ul.navigation > li.dropdown-menu > button.caret-toggle {
  background: transparent;
  cursor: pointer;
  border: none;
  padding-bottom: 0.5rem;;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#nav-menu > ul.navigation > li.dropdown-menu > button.caret-toggle a {
  color: #000;
  line-height: 100%;
  font-size: 1rem;
  padding-left: 0;
}

#nav-menu > ul.navigation > li.dropdown-menu {
  padding-right: 0px;
}

/* Show the dropdown menu on hover when dropdown is supported */
@media (hover:hover){
.dropdown-menu:hover .dropdown-content {
  display: block;
}
}
#primary-nav ul.navigation li ul.dropdown-content li {
  border-top: none;
  border-left: 2px solid #999999;
  padding-left: 1.25rem;
  margin-bottom: 0.6rem;
  padding-top: 8px;
}
#primary-nav ul.navigation li ul.dropdown-content li:hover {
  background-color: #f7f7f7;
  padding-top: 8px;
}

/* add colors on navbar hover and active menu */
@media (hover:hover){
#primary-nav ul.navigation li:hover, #primary-nav ul.navigation li:active {
  background-color: #fff;
  border-top: 4px solid;
  padding-top: 4px;
}

#primary-nav ul.navigation li:nth-child(1):hover, #primary-nav ul.navigation li:nth-child(1):active {
  border-top-color: #911329;
}

#primary-nav ul.navigation li:nth-child(2):hover, #primary-nav ul.navigation li:nth-child(2):active {
  border-top-color: #E0C988;
}

#primary-nav ul.navigation li:nth-child(3):hover, #primary-nav ul.navigation li:nth-child(3):active {
  border-top-color: #1F5F66;
}

#primary-nav ul.navigation li:nth-child(4):hover, #primary-nav ul.navigation li:nth-child(4):active {
  border-top-color: #2F629B;
}

#primary-nav ul.navigation li:nth-child(5):hover, #primary-nav ul.navigation li:nth-child(5):active {
  border-top-color: #4E1B3E;
}
}

/* add colors on dropdown menu items */
#primary-nav ul.navigation li ul li:nth-child(1) {
  border-left-color: #911329;
}

#primary-nav ul.navigation li ul li:nth-child(2) {
  border-left-color: #E0C988;
}

#primary-nav ul.navigation li ul li:nth-child(3) {
  border-left-color: #1F5F66;
}

#primary-nav ul.navigation  li ul li:nth-child(4) {
  border-left-color: #2F629B;
}

#primary-nav ul.navigation li ul li:nth-child(5) {
  border-left-color: #4E1B3E;
}

/* search box */

div.container.sticky.fixed >#search {
  background: transparent;
}

a#search-toggle, a#search-toggle:hover, a#search-toggle:visited {
  color: #000;
 }

a.close-search-icon, a.close-search-icon:hover, a.close-search-icon:visited {
  color: #000;
}
 
#search-area.active {
  display: flex;
  background: transparent;
}
#search-area {
	display: none;
}
#search-area a, #search-area a:hover, #search-area a:focus {
	text-decoration: none;
}
#search-area > form.search-form > .container > div .icon-wrapper:first-of-type {
	float: left;
}
#search-area > form.search-form > .container > div > .icon-wrapper {
	height: 40px;
	width: 40px;
}
#search-area > form.search-form > .container > div .input-wrapper {
	position: absolute;
	left: 40px;
	right: 40px;
}

#search-area ::placeholder {
	color: #888;
	opacity: 1;
}

#search-area input[type="text"] {
	outline: none;
	border: none;
  border-bottom: 1px solid #888;
	color: #333;
	background: transparent;
	padding: 10px 10px 0 10px;
	margin: 0;
	display: block;
	font: inherit;
	font-size: 1rem;
	width: 100%;
	height: 40px;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

#search-area > form.search-form > .container > div .icon-wrapper:last-of-type {
	padding-top: 4px;
	float: right;
	text-align: right;
}
#search-area > form.search-form > .container > div {
	position: relative;
}
#search-area input.search-submit {
	display: none;
}
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

/*
.search-toggle {
	width: 60px;
	height: 60px;
	cursor: pointer;
	transition: 0.5s;
	border-radius: 50px;
	border: 1px solid #dedede;
  font-size: 1.4375rem;
  margin: 0;
}
.search-input.active .button {
	background: #262626;
}

/*
#search .searchbar {
  display:flex;
}

.searchbar {
  font-family: 'Arsenal', 'sans-serif';
}

 #query {
   height: 1.25rem;
   width: 7.5rem;
   color: #999;
   font-family: inherit;
   padding-left: 8px;
 }
/* 
#search-form > button {
  background-color: transparent;
  cursor: pointer;
  border: none;
}*/

/* hide mobile search icon by default
#search-toggle {
  display: none;
} */

/* end search */

#primary-nav ul.navigation ul {
  margin: 0.5rem 0 0 -1rem;
  padding: 0;
  list-style: none;
}

#primary-nav ul li {
  display: inline-block;
  text-align: left;
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

#primary-nav ul li a {
  display: inline-flex;
  color: #000000;
  text-decoration: none;
  font-family: Arsenal, Sans-Serif;
  line-height: 100%;
  font-size: 1.25rem;
  font-weight: normal;
  padding: 0.5rem;
}

/* submenus on nav */
#primary-nav ul li ul {
  /* display: none; */
  background-color: #ffffff;
}

#nav-menu > ul.navigation > li.dropdown-menu:hover {
	background-color: #fff;
}

#primary-nav ul li ul li {
  display: block;
  text-align: left;
  border-top: 1px solid #ffffff;
  border-bottom: none;
}

#primary-nav ul li ul li a {
  display: block;
  font-size: 1.125rem;
}

#primary-nav a:hover {
 color: #911329;
}

/* end nav */



/* !---------- FOOTER ---------- */

footer {
  display: block;
  overflow: hidden;
  padding: 3%;
  margin: 0 auto;
  max-width: 70%;
  background-color: #f7f7f7;
}

/* footer logos */
.logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: -5%;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

/*
.logo:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works
  display: inline-block;
}

.logo h6 {
  display: inline-block;
}
*/

.logo h6 img {
  width: 100%;
  height: auto;
  margin: 0;
}

h6#logo-gccuny  {
  flex: 2 1 200px;
  margin: 5%;
}

h6#logo-ashp {
  flex: 1 1 100px;
  margin: 5%;
}

h6#logo-art {
  width: 250px;
}

h6#logo-sloan {
  flex: 0 1 100px;
  margin: 5%;
}

h6#logo-cdha {
  width: 180px;
}


/* !---------- COMMON ---------- */

.print {
  display: none;
}

p {
  margin-bottom: 0.5rem;
  font-family: 'Merriweather', sans-serif;
  font-size: 1rem;
  line-height: 1.6875;
}

.field {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-family: 'Arsenal', sans-serif;
}

p.note {
  font-size: 1rem;
}

ul { 
   list-style-type: disc; 
   list-style-position: outside;
   padding-left: 0.5rem;
}

ol { 
   list-style-type: decimal; 
   list-style-position: outside; 
   padding-left: 0.5rem;
}
ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: outside; 
   margin-left: 0.5rem; 
}
ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: outside; 
   margin-left: 0.5rem; 
}

ul li, ol li {
  padding-bottom: 0.5rem;
  line-height: 1.72;
  font-size: 1rem;
  font-family: 'Arsenal', sans-serif;
}

.applied-facet-label, .applied-facet-value {
  font-size: .8rem;
}

p.num-found {
  font-size: 1rem;
}

/* !---------- BREADCRUMBS ---------- */

ul.breadcrumbs {
  margin: 0;
  padding: 0;
}

ul.breadcrumbs li+li:before {
  padding: 8px;
  color: black;
  content: "\00BB";
}

ul.breadcrumbs li.current a {
  color: #000000;
}


ul.breadcrumbs li {
  display: inline;
  margin: 0.5rem 0.5rem 0.5rem 0.5;
  font-size: 1rem;
  font-family: Arsenal, Sans-Serif;
/*  text-transform: uppercase; */
}

ul.breadcrumbs li:first-child {
  margin-left: 0;
}

ul.breadcrumbs:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.curated {
  color: #911329;
}



/* !---------- HOME PAGE TIME PERIODS ---------- */
#home-periods-area {
  overflow: hidden;
  padding-bottom: 4%;
}

#home-periods-area div.row-container {
  justify-content: space-between;
}

#slideshow {
  position: relative;
  width: 49%;
  height: auto;
}

#slideshow div {
  overflow: hidden;
}
#slideshow div:nth-child(n+1) {
  position: absolute;
  top: 0;
  left: 0;
}

#slideshow div, #slideshow div img {
  width: 97%;
  height: auto;
  margin-left: 3%;
}

#timeline {
  width: 49%;
  height: auto;
}

#timeline ul li {
  list-style-type: none;
  margin-bottom: .5em;
  padding-bottom: 0;
}

div#timeline {
 margin-right: 16px;
}

.timelineDates{
  color: #911329;
  padding-right: 8px;
}

.highlight a, .highlight a:visited, .highlight a:link {
  text-decoration: underline;
}
/* end slideshow */

/* !---------- HOMEPAGE FEATURED COLLECTIONS ---------- */

div#home-welcome {
  padding-top: 0;
  margin: 1rem 0 60px 0;
  justify-content: space-around;
}
div#home-welcome.row {
  border-radius: 12.25rem;
  background-color: #ffd43b;
  justify-content: flex-start;
}

div#welcome-blurb {
  max-width: 50%;
}
#welcome-blurb h2.section-title {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2rem;
}
#welcome-blurb.summary {
  margin-right: 0;
  margin-left: 3%;
  padding-top: 30px;
}

div#featured-collections {
  margin: 1rem 0 60px 0;
}

div#home-periods-area {
  margin: 1rem 0 60px 0;
}

div.section-header {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #073763;
  padding: .5rem 0 1rem 0;
}

h2.section-title {
  font-size: 1.4375rem;
  font-weight: normal;
  border-bottom: none;
  margin: 0 0 .5rem;
  padding: 0;
}

button.outline {
	margin: 0.5em 0;
	border-radius: 2px;
  font-family: 'Arsenal', sans-serif;
	font-size: 1rem;
	border: 1px solid #073763;
	background-color: #fff;
	padding: 0.5rem 1rem;
}

button.outline:hover {
  background-color: rgb(7, 55, 99);
}
button.outline:hover > a, button.outline:hover > a:hover {
  color: #fff;
}

.containing-collection, .containing-coverage, .containing-exhibit {
  display: grid;
  gap: 20px;
  grid: auto / auto auto auto;
}

#featured-collections ul {
  list-style: none;
}

#featured-collections ul li {
  list-style: none;
  display: inline-block;
  width: 24%;
  margin-right: 1%;
  vertical-align: top;
}

#featured-collections ul li:nth-child(4n) {
  margin-right: 0;
}

#featured-collections ul li:nth-child(4n+1) {
  clear: both;
}

#featured-collections ul li img {
  width: 100%;
  height: auto;
}
/* end home collection */




.alignCenter{
  display: block;
  margin: 0 auto;
}


.nowrap {
  white-space: nowrap;
}



/* !---------- GENERIC STYLES ---------- */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arsenal', sans-serif;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

h1 {
  font-size: 2.9375rem;
  line-height: 1.55; 
}

h2 {
  font-size: 2.3125rem;
  line-height: 1.57; 
  padding: 0.5rem 0 0.5rem 0;
  margin: 0.5rem 0 0.5rem 0;
  padding: 0.5rem 0 0.8rem 0;
  color: #333;
}

h3 {
  font-size: 1.8125rem;
  line-height: 1.62; 
}

h4 {
  font-size: 1.4375rem;
  line-height: 1.65; 
  margin-top: 1rem;
}
h5 {
  font-size: 1.25rem;
  line-height: 1.6; 
}
h6 {
  font-size: 1.125rem;
  line-height: 1.72; 
}

em {
  font-style:italic;
}

strong {
  font-weight:bold;
}

a:link {
  color: #2f629b;
  text-decoration: none;
}

a:visited {
  color: #2f629b; 
  text-decoration: none;
}

a:hover {
  color: #911329;
}

/* clean up collections and time period essays styling */

p.summary, div.summary {
  margin-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.6875;
  font-family: 'Merriweather', sans-serif;
  /*border-bottom: 1px solid #aaa; */
  padding-bottom: 30px;
  max-width: 600px;
}

/* div#primary div.summary {
  padding-left: 25px;
  padding-right: 25px;
} */

#collection-items>h4{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

/*
#collection-items div.result {
    padding: 1rem 1.5rem;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.1);
    margin: 0 0 1.5rem 0;
}
*/

#collection-items div.result, #coverage-items div.result {
	padding: 1.5rem;
	box-shadow: rgb(0,94,123) 0px 0px 0px 2px inset, rgb(255, 255, 255) 10px -10px 0px -3px, rgb(138,192,179) 10px -10px, rgb(255, 255, 255) 20px -20px 0px -3px, rgb(246,221,150) 20px -20px, rgb(255, 255, 255) 30px -30px 0px -3px, rgb(255,241,212) 30px -30px;
	margin: 4rem 0;
  max-width: 544px;
}

.collections h2, .coverage h2 {
  border-bottom: none;
  margin-right: 2.5rem;
  font-size: 1.75rem;
  line-height: 1.72;
}

.collections .summary {
  margin-top: 10px;
}

.grayedout {
  color: #bbbbbb;
}

.item-details {
  margin-left: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  font-family: 'Arsenal', Sans-Serif;
}

body.items.show main #primary img.item-still-image {
  width: 90%;
  height: auto;
  max-width: 900px;
  margin: 1rem auto;
  z-index: -1;
}

body.items.show.item-show-5612 main #primary img.item-still-image {
  width: 33%;
}

/* oral history image will be treated as image of the person(s) being interviewed */
body.items.show.item-type-oral-history main #primary .item-file img.item-still-image {
  width: auto;
  max-width: 100%;
}
body.items.show.item-type-oral-history main #primary .exceptionlink {
  display: none;
}

main #side-area img.collection-img, main #side-area img.coverage-img {
  width: 100%;
  height: auto;
  margin: 1rem 0 2rem 0;
}

main #primary img.collection-img, main #primary img.coverage-img {
  float: left;
  margin: 0 1rem 1rem 0;
}

body.exhibits.summary main #primary img {
  width: 100%;
}

body#simple_pages_page main #primary img, body.vocatroll main #primary img {
  width: auto;
}

.exhibit-img {
  margin-bottom: 1em;
}

/* summary views images */
.summary_elem {
  display: inline-block;
  /* width: 31.5%;*/
  margin-right: 2%;
  vertical-align: top;
}

.summary_elem:nth-child(3n) {
  margin-right: 0;
}

.summary_elem:nth-child(3n+1) {
  clear: both;
}

main #primary .summary_elem img {
  width: 100%;
  height: auto;
}

.summary_elem p {
  font-family: 'Arsenal', Sans-Serif;
}

div.summary_elem > p {
  margin-bottom: 1.3em;
  line-height: 1.5;
}

ul.pagination li {
  min-width: 1em;
  text-align: center;
  margin: 2px;
  padding: 2px;
  border: 1px solid #006699;
  font-family: 'Arsenal', Sans-Serif; 
}

ul.pagination li.current {
  border: 1px solid #999999;
}

ul.pagination li.current a {
  color: #999999;
}

ul.pagination li.prev-next-far {
  display: none;
}

ul#print-and-share-nav {
  padding: 8px 0;
  margin: 0 auto;
  text-align: center;
}

ul#print-and-share-nav li {
  display: inline;
  padding: 0 2px;
}

.clearfix:after { 
  content: "."; 
  visibility: hidden; 
  display: block; 
  height: 0; 
  clear: both;
}

/*
body#exhibit .pagination {
  display: none;
}*/

ul#collections li, ul#exhibits li {
  display: inline-block;
  vertical-align: top;
  width: 262px;
  min-height: 170px;
  margin: 0 20px 10px 0;
}

ul#collections li img, ul#exhibits li img {
  width: 252px;
  height: 127px;
}

ul#collections li img, ul#exhibits li img {
  border: 1px solid #000000;
}

ul#collections li h2 a, ul#exhibits li h2 a {
  font-family: 'Arsenal', sans-serif;
  font-size: 1.125rem;
  color: #006699;
}

p.exceptionlink a {
  font-family: 'Merriweather', Sans-Serif; 
  line-height: 1.55;
}

p.exceptionlink {
  text-align: center;
}

.content-area ul {
  list-style: none;
}

.expand-dropdown {
  cursor: pointer;
}

ul li.dropdown ul {
  display: none;
}

ul li.dropdown.down ul {
  display: block;
}

body#search ul li.dropdown ul {
  display: block;
}

#side-area li.dropdown {
  list-style-image: url('../images/smarrow.gif');
  margin-left: 2em;
}

#side-area li.dropdown.down {
  list-style-image: url('../images/smarrow-down.gif');
}

#primary h3 {
  padding-top: 20px;
  padding-bottom: 15px;
}

#primary .video {
  text-align: center;
  margin: 0 auto;
}

#primary video {
  max-width: 500px;
}

.item-file {
  text-align: center;
}

.item-file img {
  margin: 0 auto;
}

.download {
  margin-bottom: 1em;
}

#side-area ul , #side-area ol {
  list-style: none;
  line-height: 100%;
  margin: 0;
  padding: 0;
}

#side-area h5 {
  margin-top: 0.5em;
  padding-bottom: 0;
}

#solr-applied-facets {
  margin-bottom: 1rem;
}


#solr-applied-facets li {
  font-size: 1rem;
  font-family: 'Arsenal', sans-serif;
}

#solr-results div.result {
  margin: 2em 0;
}

.num-found {
  font-size: 1rem;
  font-family: 'Arsenal', sans-serif;
  font-weight: bold;
  margin-top: 1rem;
}


h5 , #footer, #anchor-nav a, .anchorsort,  .grayedout, #citation, .hidable, .pagination, #new_sub_nav, #primary-nav blockquote {
  font-family: 'Arsenal', Sans-Serif; 
}

p.copyright {
  font-size: 1rem;
}

/* !---------- CITATION ---------- */

#citation {
  margin-left: 0;
  padding: 1em 0 1em 0;
  border-top: 1px solid #ccc;
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
}
#citation strong, .item-details strong {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

#citation div {
  margin-bottom: 0; 
  padding-bottom: 0;
}
#citation img {
  float: right;
  clear: both;
  display: block; 
  padding-left: 1rem; 
  padding-bottom: 0; 
  margin-bottom: 0;
}

/* end citation */






/* !---------- TAG CLOUD ---------- */
.hTagcloud {
  margin-top: 2em;
}
.hTagcloud ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.8em;
}
.hTagcloud li {
  display: inline;
  margin-right: 8px;
}

.hTagcloud li a {
  color: #006699;
  text-decoration: none;
  font-family: 'Arsenal', sans-serif;
}

.popular {
  font-size: 1rem;
}

.v-popular {
  font-size: 1.4rem;
}

.vv-popular {
  font-size: 1.8rem;
}

.vvv-popular {
  font-size: 2.2rem;
}

.vvvv-popular {
  font-size: 2.6rem;
}

.vvvvv-popular {
  font-size: 3.0rem;
}

.vvvvvv-popular {
  font-size: 3.2rem;
}

.vvvvvvv-popular {
  font-size: 3.4rem;
}

.vvvvvvvv-popular {
  font-size: 3.6rem;
}
/* end tag cloud */


.oral-history-embed {
  text-align: center;
}

.oral-history-embed iframe {
  margin: 0 auto 1rem auto;
}

/* !---------- BUTTONS ---------- */
button::-moz-focus-inner {
  border: 0; 
}

button {
  margin: 1em 0;
}

button img {
  vertical-align: middle;
}

button.cupid-green {
  vertical-align: middle;
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-family: 'PT Sans Narrow', Sans-Serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding: 4px 3px 4px 3px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
}

button.cupid-green:hover {
  background-color: #76b347;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
  background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
  background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
  background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
  background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
  background-image: linear-gradient(top, #76b347, #5e9e2e);
  -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
  -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
  box-shadow: inset 0 1px 0 0 #8dbf67;
  cursor: pointer; 
}

button.cupid-green:active {
  border: 1px solid #5b992b;
  border-bottom: 1px solid #538c27;
  -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}

button.cupid-blue {
  vertical-align: middle;
  background-color: #576899;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #576899), color-stop(100%, #324680));
  background-image: -webkit-linear-gradient(top, #576899, #324680);
  background-image: -moz-linear-gradient(top, #576899, #324680);
  background-image: -ms-linear-gradient(top, #576899, #324680);
  background-image: -o-linear-gradient(top, #576899, #324680);
  background-image: linear-gradient(top, #576899, #324680);
  border: 1px solid #324680;
  border-bottom: 1px solid #243463;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #e29971;
  -moz-box-shadow: inset 0 1px 0 0 #e29971;
  box-shadow: inset 0 1px 0 0 #1c2c5a;
  color: #fff;
  font-family: 'PT Sans Narrow', Sans-Serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding: 4px 3px 4px 3px;
  text-align: center;
  text-shadow: 0 -1px 0 #1c2c5a;
}

button.cupid-blue:hover {
  background-color: #6f80b2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f80b2), color-stop(100%, #4d64a6));
  background-image: -webkit-linear-gradient(top, #6f80b2, #4d64a6);
  background-image: -moz-linear-gradient(top, #6f80b2, #4d64a6);
  background-image: -ms-linear-gradient(top, #6f80b2, #4d64a6);
  background-image: -o-linear-gradient(top, #6f80b2, #4d64a6);
  background-image: linear-gradient(top, #6f80b2, #4d64a6);
  -webkit-box-shadow: inset 0 1px 0 0 #8198d9;
  -moz-box-shadow: inset 0 1px 0 0 #8198d9;
  box-shadow: inset 0 1px 0 0 #8198d9;
  cursor: pointer; 
}

button.cupid-blue:active {
  border: 1px solid #3f4c72;
  border-bottom: 1px solid #3f4c72;
  -webkit-box-shadow: inset 0 0 8px 4px #3f4c72, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 8px 4px #3f4c72, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #3f4c72, 0 1px 0 0 #eeeeee;
}


/* end button */

footer .copyright {
  clear: both;
  text-align: center;
  color: #333;
  margin: 2rem;
}

.work-in-progress{
  color: #c2272d;
  font-style: italic;
  white-space: nowrap;
}

#contact-form input {
  margin-bottom: 10px;
}

#contact-form div.inputs {
  padding-top: 3px;
}

/* !------------ EXHIBIT FIXES ------------ */

.exhibit-hero-image {
  background-image: linear-gradient(rgba(83, 4, 149, 0.83), rgba(255, 70, 70, 0.5)), url('../images/hostos-px2.png');
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-left: -96px;
  margin-right: -96px;
  margin-top: -1rem;
}

.exhibit-hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.exhibit-hero-text > h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.313rem;
}

.exhibit-credit-line, .exhibit-label {
  font-size: 1.25rem;
}

#primary .exhibit-credits h3 {
  font-size: 1.25rem;
  line-height: 1.72;
  font-weight: 500;
  text-align: left;
  color: #2f629b;
}
.exhibits #primary {
  overflow: visible;
  padding: 24px 16px;
  box-sizing: border-box;
  margin-bottom: 18px;
}
.exhibits #primary h1:first-child {
  margin-top: 0; }
.exhibits #primary > ul, #primary > ol {
  padding-left: 1.5em; }

.exhibit-description, .exhibit-credits {
  background-color: transparent;
}

.exhibits body {
  background-color: #aabed4;
}      

  .exhibits ul {
    list-style: none;
  }

/* !---------- ExhibitBuilder ---------- */
.exhibits #exhibit-page-navigation {
  width: 98%;
}
.exhibits #exhibit-blocks {
  width: 60%;
  float: left;
  margin-bottom: 5%;
}
.exhibits #exhibit-pages:not(.full) {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  margin-top: 28px; }
.exhibits #exhibit-pages.full ~ #exhibit-blocks,
.exhibits #exhibit-pages.full ~ #exhibit-page-navigation {
  width: 100%; }
.exhibits.show #content .exhibit-page-nav > li:first-child {
  background-color: rgba(0, 0, 0, 0.1);
  float: left; }
.exhibits.show #content .exhibit-page-nav > li:nth-child(2) li:first-of-type {
  padding-left: 8px; }
.exhibits.show #content #exhibit-page-navigation .exhibits-nav-prev {
  text-align: left; }
.exhibits.show #content #exhibit-page-navigation .exhibits-nav-next {
  text-align: right; }
.exhibits.show #content #exhibit-page-navigation > div {
  padding: 0;
  width: 33%; }
.exhibits.show #content #exhibit-page-navigation a, .exhibits.show #content #exhibit-page-navigation span {
  width: 100%; }


  /* Styling on Browse Exhibits page */
  .exhibits #primary >ul.breadcrumbs, .exhibits #primary >ol.breadcrumbs {
  padding-left: 0;
  }
  html body#exhibits.exhibits.browse main div#primary {
      border: none;
      padding: initial;
      box-shadow: none;
  }


/* need to style secondary nav for exhibit show */    
.secondary-nav, #secondary-nav {
margin-bottom: 24px; }
.secondary-nav:after, #secondary-nav:after {
  content: "";
  display: block;
  height: 0px;
  clear: both; }
.secondary-nav .current, .secondary-nav .active, #secondary-nav .current, #secondary-nav .active {
  font-weight: bold;
  text-transform: uppercase; }
.secondary-nav ul, #secondary-nav ul {
  padding-left: 0; }
.secondary-nav li, #secondary-nav li {
  float: left;
  width: auto;
  margin-bottom: 0;}


.exhibits footer {
  background: #f7f7f7;
  padding-top: 6rem;
}

.exhibits main .navigation {
  padding-left: 0; }
  .exhibits main .navigation .current, .exhibits main .navigation .active {
    font-weight: 500; }
.exhibits main .primary {
  padding-bottom: 0; }
.exhibits .exhibit {
  clear: both; }
.exhibits .exhibit-page {
  font-weight: bold; }
.exhibits #exhibit-pages:not(.full) > ul > li:not(:last-of-type) {
  border-bottom: 1px solid #dfe2e2;
  padding-bottom: 4%; }
.exhibits #exhibit-pages:not(.full) a {
  margin: 6px 0;
  font-size: 1.25rem; }
.exhibits #exhibit-pages.top li a {
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.exhibits #exhibit-pages.top li {
  max-width: 40%; }
.exhibits.show main h1 {
  font-size: 2.9375rem; }
.exhibits.show main #primary:first-child {
  margin-top: 24px; }
.exhibits.show main #primary p, .exhibits.show main #primary ol, .exhibits.show main #primary ul {
  margin-bottom: 24px; }
.exhibits.show main .exhibit-item {
  padding-top: 0; }
.exhibits.show main #exhibit-page-navigation {
  background-color: transparent;
  border-top: 0;
  font-family: 'Arsenal', sans serif; }
  .exhibits.show main #exhibit-page-navigation a, .exhibits.show main #exhibit-page-navigation span {
    padding: 6px 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box; }
  .exhibits.show main #exhibit-page-navigation > div {
    padding: 0;
    text-align: center; }
  .exhibits.show main #exhibit-page-navigation #exhibit-nav-next {
    margin-bottom: 24px; }
.exhibits.show main #exhibit-pages ul {
  margin-left: 0 !important; }
.exhibits.show main .exhibit-page-nav, .exhibits.show main .exhibit-child-nav {
  margin-left: 0;
  padding-left: 0;
  clear: both; }
  .exhibits.show main .exhibit-page-nav .current, .exhibits.show main .exhibit-child-nav .current {
    font-weight: bold; }
.exhibits.show main .exhibit-page-nav {
  margin-bottom: 24px; }
  .exhibits.show main .exhibit-page-nav a {
    padding: 0;
    vertical-align: bottom; }
  .exhibits.show main .exhibit-page-nav > li:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.1);
    max-width: none; }
  .exhibits.show main .exhibit-page-nav > li:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.2);
    max-width: none; }
  .exhibits.show main .exhibit-page-nav > li:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.3);
    max-width: none; }
  .exhibits.show main .exhibit-page-nav > li {
    display: block;
    float: none;
    overflow: hidden;
    margin-right: 0; }
    .exhibits.show main .exhibit-page-nav > li:first-of-type {
      text-transform: uppercase;
      padding: 6px 8px; }
      .exhibits.show main .exhibit-page-nav > li:first-of-type a:after {
        content: ":"; }
    .exhibits.show main .exhibit-page-nav > li ul {
      padding-left: 0; }
      .exhibits.show main .exhibit-page-nav > li ul li {
        display: inline-block;
        padding: 6px 8px;
        width: auto; }
.exhibits main #secondary-nav .current a,
.exhibits main #secondary-nav a.current,
.exhibits main .exhibit-section-nav .current a {
  background-color: transparent; }
main .exhibit-items,
main .gallery {
  padding-bottom: 0; }
#exhibit-pages:not(.full) {
  overflow: visible;
  padding: 12px 16px;
  background-color: #fff; }
  #exhibit-pages:not(.full) ul {
    margin-left: 0;
    padding-left: 0; }
    #exhibit-pages:not(.full) ul ul {
      padding-left: 16px; }
#exhibit-pages h4 {
  margin: 3px 0 0; }
.exhibit-block:first-child p:first-of-type {
  margin-top: 0; }
main .exhibit-item:empty {
  padding: 0; }
.gallery-full-left, .gallery-full-right, .gallery-thumbnails,
.gallery-thumbnails-text-bottom, .gallery-thumbnails-text-top, .image-list-left,
.image-list-left-thumbs, .image-list-right, .image-list-right-thumbs,
.text-full, .text-image-left, .text-image-right {
  padding: 24px 0;
  margin-top: 24px; }
  .gallery-full-left div:empty, .gallery-full-right div:empty, .gallery-thumbnails div:empty,
  .gallery-thumbnails-text-bottom div:empty, .gallery-thumbnails-text-top div:empty, .image-list-left div:empty,
  .image-list-left-thumbs div:empty, .image-list-right div:empty, .image-list-right-thumbs div:empty,
  .text-full div:empty, .text-image-left div:empty, .text-image-right div:empty {
    display: none; }
main .layout-text p:only-child {
  margin-top: 24px; }
.exhibit-block {
  overflow: hidden; }
.exhibit-block > *:last-child {
  margin-bottom: 0; }
.exhibit-item .exhibit-item-link img {
  width: 100%; }

/* !---------- MEDIA RULES ---------- */

/* Mobile only */
@media (max-width: 575.98px) { 
  .row {
    flex-direction: column;
  }
  #logo-cdha-text, .nav-brand {
    font-size: 6.5vw;
  }

  #logo-cdha-text {
    display: none;
  }
  #primary-nav {
    background-color: #fff;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.1);
  }

  #primary-nav div.container.sticky > .nav-brand {
    visibility: visible;
  }

  #site-tagline {
    display:none;
  }
  #primary-nav {
    padding-top: 8px;
    padding-bottom: 8px;
    position: sticky;
  }

  #featured-image {
    max-width: 100%;
    margin-bottom: 4%;
  }
  div#home-welcome.row {
    border-radius: 0;
  }
  #home-welcome div#welcome-blurb {
    max-width: 98%;
    padding: 4%;
  }

  body#home {
    line-height: 1.6875;
  }
  p.copyright {
    font-size: 0.75rem;
  }
  #featured-collections ul li {
    width: 98%;
    margin-bottom: 10%;
  }
  div#featured-collections {
    margin: 1rem 0 28px 0;
  }
  #timeline ul li {
    list-style-type: none;
    margin-bottom: .5em;
    padding-bottom: 0;
    border: 1px solid rgba(0,0,0,.125);
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
  }

  /**** move collection sidebar image to top ****/
  main #side-area img.collection-img, main #side-area img.coverage-img {
    width: 100%;
    height: auto;
    margin: 1rem 0 2rem 0;
    position: absolute;
    top: 30px;
    right: 0;
   }
  body.collections.show main #primary, body.coverage.show main #primary {
    margin-top: 320px;
  } 
  #collection-items, #coverage-items {
    max-width: 315px;
   }
   
 }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
 
  .fixed {
    padding-top: 8px;
    padding-bottom: 8px;
   }
  #logo-cdha-text {
    display: none;
  }
  #site-tagline {
    display:none;
  }
  #primary-nav .container {
    flex-direction: column;
    flex: 1 0 auto;
  }
  #nav-menu {
    display: none;
  }
  #nav-menu ul.navigation {
    display: flex;
    flex-flow: column nowrap;
  }
  .menu-toggle {
    display: block;
  }
  .menu-toggle a {
    color: #073763;
    font-size: 1.8rem;
    line-height: 1.3rem;
  }
  .dropdown-content {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    box-shadow: none;
  }
  ul.dropdown-content {
    display: none;
  }
 .dropdown-content li a {
    padding-left: 8px;
  }
  ul.navigation li.dropdown-menu button.caret-toggle {
    background: transparent;
    cursor: pointer;
    border: none;
  }

  button.search-toggle, button.menu-toggle {
    font-size: 1.8rem;
    line-height: 1.3rem;
    color: #073763;
    background: transparent;
    border: none;
  }
  #featured-collections ul li {
    width: 98%;
    margin-bottom: 10%;
  }
  div#featured-collections {
    margin: 1rem 0 28px 0;
  }
  .containing-collection, .containing-coverage, .containing-exhibit {
    display: grid;
    gap: 20px;
    grid: auto / auto;
  }

  #home-periods-area div.row.container {
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  #primary {
    width: 100%;
    padding-top: 1rem;
  }  
  #side-area {
    width: 100%;
    padding-top: 1rem;
  }  
  
   
 }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
  main {
    max-width: 98%;
    padding-left: 5%;
    padding-right: 5%;  
  }
  footer {
    max-width: 98%;}

  div#welcome-blurb {
  max-width: 46%;
  padding-right: 1rem;
}  

  #featured-collections ul li {
    margin-right: 2%;
    margin-bottom: 4%;
    width: 23%;
    margin-right: 1%;
    vertical-align: top;
    }
  #welcome-blurb h2.section-title {
      line-height: 2.2rem;
    }
  #site-tagline {
    margin-top: -8px;  
    padding: 0.5rem 6rem;
  }
  #primary-nav .container {
    flex-direction: column;
    flex: 1 0 auto;
  }
  #nav-menu {
    display: none;
  }
  #nav-menu ul.navigation {
    display: flex;
    flex-flow: column nowrap;
  }
  .menu-toggle {
    display: block;
  }
  .menu-toggle a {
    color: #073763;
    font-size: 1.8rem;
    line-height: 1.3rem;
  }
  .dropdown-content {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    box-shadow: none;
  }
  ul.dropdown-content {
    display: none;
  }
 .dropdown-content li a {
    padding-left: 8px;
  }
  ul.navigation li.dropdown-menu button.caret-toggle {
    background: transparent;
    cursor: pointer;
    border: none;
  }
 
  #search-toggle {
    font-size: 1.4375rem;
  }
  button.menu-toggle {
    font-size: 1.8rem;
    line-height: 1.3rem;
    color: #073763;
  }
  /* browse by time period fixes */
  #home-periods-area div.row.container {
    justify-content: space-between;
    flex-flow: column nowrap;
  }
  #slideshow {
    display: none;
   }
   
  #slideshow, #timeline {
    width: 100%;
    height: auto;
  }
  #slideshow div, #slideshow div img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #timeline ul {
    width: 99%;
    margin: 0 auto;
    padding: 0;
  }
  body.page.simple-page main #primary img {
    width: 100%;
    padding: 1rem;
    z-index: -1;
  }
 }

/* Larger devices (small laptops, less than 1200px) */
@media (max-width: 1199.98px) { 
  #site-tagline {
    margin-top: -8px;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) { 
  main {
    max-width: 1000px;
  }
  footer {
    max-width: 1000px;
  }
   }
  