.style1 {
color: #F00;
font-weight: bold;
}

.style2 {
color: #903;
text-align: center;
}

.lfloater { float: left; }
.rfloater { float: right; }


/* remove border from caption since our image sizes can be anything here */
.uds-img .uds-figure .uds-figure-caption {
	border: none;
	padding-left: 0;
	color: #191919;
}
.uds-img img, .uds-img:is(img) {
	width: auto;
}
/* Small images don't scale well, this makes them keep original size in a card. */
.orig-img .card-img-top {
	object-fit: none;
}

.svg-inline--fa {
	height: 1rem;
	font-size: inherit;
}

.three-column {
    column-count: 3;
    column-gap: 50px;
}

.no-dots {
    list-style: none;
    padding-left: 0;
}

.footer-logo { 
  width: 300px;
  border: none;
}
/* Footer images are scaled incorrectly. */
#endorsed-logo img {
	width: auto;
	height: auto;
	transform: none;
}
#footer-innovation .footer-innovation-links .img-link img {
	height: auto;
}
#footer-innovation .footer-innovation-links .img-link {
	padding-top: 24px;
	padding-bottom: 24px;
}

#exhibits #sidebar-right {
	width: auto;
}

#exhibits #content-inner {
	padding-right: 250px !important;
}

.fancy-box {
	background-color: #eee;
	overflow: hidden;
	padding: .5em;
}

#chic .content div {
	overflow: hidden;
	padding: .5em;
}

.chic-timeline {
	font-weight: bold;
	margin-right: 2em;
}

.credits { font-size: smaller; }

.collection-pic  { 
	border: 1px solid #ddd;
	padding: 3px 10px;
	width: 470px;
	margin-bottom: 10px;
}

.menu-bar-container.fixed {
  position: fixed;
  z-index: 2000;
  top: 0;
}

/* Override Drupal styles on AFS so we don't have to change every page */
.two-sidebars .content-inner { 
  margin-left: 0;
  padding: 0 15px;
}

.two-sidebars #columns {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  margin-bottom: 24px;
}

h1.title {
  border-bottom: 1px solid #EEE;
  margin-bottom: 0;
  padding-bottom: 12px;
}

.region-sidebar-second {
  border-top: 8px solid #a30046;
  padding: 30px;
  position: relative;
}


#libquicklinks h4 {
  margin: .5em 0;
}

/* Override ASU header styles */

#asu_search_module {
  top: .5em;
}
#header-main .title {
	font-size: 2rem;
}

#header-top .nav-link {
	padding: .5rem !important; /* Make sure global header links are at least 24px for accessibility. */
}

/* Styles for Gilbert collection */

#gilbert #content-inner{
	padding-right: 170px;
}

#gilbert .gilbert-menu { 
	height: 30px;
	padding: 0;
	margin: 0;
	background: #cc3300;
	clear: both;
}

#gilbert .gilbert-index .gilbert-menu { clear: none; }

#gilbert .gilbert-menu li {
	display: inline;
}

#gilbert .gilbert-menu img {
	vertical-align: text-bottom;
}

#gilbert .gilbert-table div {
	text-align: center;
	margin: 4px;
}

#gilbert .gilbert {
	background: #eee;
	overflow: hidden;
	padding: .5em;
	margin: .25em 0;
	border: 1px solid #ccc;
}

/* Styles for Goddard collection */

#goddard .toc-box {
	width: 30%;
	margin-right: 1em;
}

#goddard .toc-box h3 {
	background: #ccc;
	font-size: 1.2em;
	padding: .75em;
}

#goddard .toc-box ul {
	margin-left: .75em;
}

#goddard .toc-box li {
	line-height: 1.65em;
}
#goddard .credits {
	width: 270px;
}

#goddard .goddard-menu,
#goddard-media .goddard-menu {
	display: inline;
	margin-right: 3em;
}

#goddard tr.odd td {
	background: #eee;
}

#goddard-media {
	padding: 0 1em;
}

#goddard-media span {
	font-size: 1.2em;
}

/* Styles for Luhrs collection */

.luhrs-menu {
	background: #c96;
	padding: 1em;
	width: 25%;
}

.luhrs-menu h3 {
	font-size: 1.2em;
}

.luhrs-content tt {
	font-size: 1.1em;
}

.luhrs-content .page {
	text-align: center;
}

/* Styles for Rhodes collection */

#rhodes .rindex #libquicklinks img {
	display: none;
}

#rhodes #libquicklinks .quickimg {
	text-align: center;
}

#rhodes #content-inner {
	min-height: 620px;
}

#rhodes .rhodes-menu {
	display: inline;
	margin-right: 3em;
}

#rhodes .gallery img {
	margin-right: 3em;
}

#rhodes-media #content-inner {
	padding-left: 2em;
}

/* Style for Luhrs letters */
tt p { font-size: 1.25em; }