/*************BEGIN Button Grid*************/

.gridButton:hover,
.gridLevels a:hover {
	-webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	   -moz-animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.gridLevels a {
	border: 1px #eee solid;
	display: block;
	margin-top: 25px;
	padding: 10px;
	padding-top: 20px;
	text-decoration: none;
}
.gridAmount {
	font-size: 1.2em;
	font-weight: 600;
}
.gridDescription {
	font-weight: 400 !important;
}


@media screen and (max-width: 1024px) {
	.gridLevels a {
		padding-top: 15px;
	}
}
@media screen and (max-width: 768px) {
	.gridLevels a {
		padding-top: 15px;
	}
}
/**************END Button Grid***************/

/*BEGIN Flex Container */


.flex-container {
    align-content: center;
    align-items: stretch;
display: -ms-flexbox;
display: -webkit-flex;
display:         flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
-webkit-align-content: center;
-webkit-align-items: stretch;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-align: stretch;
-ms-flex-direction: row;
-ms-flex-line-pack: center;
-ms-flex-pack: justify;
-ms-flex-wrap: wrap;
}
.flex-item:nth-child(1) {
    align-self: auto;
    order: 0;
-webkit-align-self: auto;
-webkit-flex: 0 1 auto;
-webkit-order: 0;
-ms-flex: 0 1 auto;
-ms-flex-item-align: auto;
-ms-flex-order: 0;
    flex: 0 1 auto;
}
.flex-item:nth-child(2) {
    align-self: auto;
    order: 0;
-webkit-align-self: auto;
-webkit-flex: 0 1 auto;
-webkit-order: 0;
-ms-flex: 0 1 auto;
-ms-flex-item-align: auto;
-ms-flex-order: 0;
    flex: 0 1 auto;
}
.flex-item:nth-child(3) {
    align-self: auto;
    order: 0;
-webkit-align-self: auto;
-webkit-flex: 0 1 auto;
-webkit-order: 0;
-ms-flex: 0 1 auto;
-ms-flex-item-align: auto;
-ms-flex-order: 0;
    flex: 0 1 auto;
}

/*END Flex Container */

/*///////////////////////////////////////   BEGIN News Feed   \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.feedMore {
	display: none;
	/*OVERRIDE eliminates More News button at bottom of feed */
}
.K2FeedImage {
	display: none;
	/*OVERRIDE eliminates wierd first paragraph spacing*/
}
.customNewsFeed .newsfeed > li {
	border-top: none;
	margin-bottom: 10px;
	/*OVERRIDE eliminates top borders & adds space between news items*/
}
@media only screen and (min-width: 1024px) {
	.customNewsFeed > li:first-child {
		border-top: 1px solid #d3d3d3;
	}
}
/*adds border beneath news heading */

.newsfeed > li:last-of-type {
	border-bottom: none;
	/*OVERRIDE eliminates bottom borders*/
}
.customNewsFeed .feed-item-description {
	margin-top: 0;
	/*eliminates space between title and feed description*/
}
.homepageModule .feed-link a {
	font-weight: 600 !important;
}
@media only screen and (max-width: 1024px) and (min-width: 300px) {
	body.hd #downright #rightsidebar > div {
		border: none;
		/*eliminates default border that appears on mobile */
	}
	.customNewsFeed ul.newsfeed {
		padding: 0 20px;
	}
}

@media all and (min-width: 700px) {
	.newsEventsContent {
		margin-left: 120px;
	}
}

.homepageModule {
	margin-top: 30px;
}

/* This is intended for the newfeed widget on home */
.third .homepageModule img {
	max-width: 60px;
}


/*///////////////////////////////////////   END News Feed   \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/



/*********************************** BEGIN LibChat - Ask a Librarian Search Box */

.custom.askLib {
	max-width: 720px;
}

div.libWidgetMain {
	margin: 2% auto;
}

.libWidgetMain .s-la-content-search-query.form-control.tt-input,
.libWidgetMain .s-la-content-search-query.form-control {
	background-color: #1e6b52 !important;
	background-image: url("//library.uab.edu/images/resource_icons/askIcon.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	border: medium none;
	color: #fff;
	cursor: input;
	font-size: 2rem;
	font-weight: 400;
	height: 60px;
	padding-left: 50px;
}
.libWidgetMain .s-la-content-search-query.form-control.tt-hint {
	height: 60px;
}
.libWidgetMain :-ms-input-placeholder {
	color: #deefdf !important;
	height: 60px;
}
.libWidgetMain .s-la-content-search-query.form-control.tt-input::placeholder,
.libWidgetMain .s-la-content-search-query.form-control::placeholder {
	color: #deefdf !important;
	height: 60px;
}

.tt-dropdown-menu {
	top: 50% !important;
}
.libWidgetMain .btn.btn-primary.s-la-searchform-button {
	background: #185643 none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	box-sizing: border-box;
	height: 60px;
	left: 0;
	margin-top: 0;
	text-shadow: none;
	width: 60px;
}
.libWidgetMain .input-group .tt-suggestion.tt-cursor {
	background-color: #dadada;
	background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
	background-image:         linear-gradient(to bottom, #f2f2f2, #ccc);
	background-repeat: repeat-x;
	color: #fff;
}

/*********************************** END LibChat - Ask a Librarian Search Box */


/*********************************** BEGIN Ask a Librarian Slideout */

body.hd .lcs_slide_out-r {
	top: 335px !important;
}
.lcs_slide_out header a:hover {
	color: #fff !important;
}
/*********************************** END LibChat - Ask a Librarian Slideout */


/*BEGIN Search */


.moduletable.mainPrimoSearchContainer {
	background-position: center center;
	background-size: cover;
	height: auto;
	padding: 3%;
	text-align: center;
}

.mainPrimoSearch div.advancedSearchButton {
	background-color: rgba(0,0,0,0.07);
	padding-top: 5px;
	text-align: left;
}

.mainPrimoSearch div.advancedSearchButton a {
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	text-decoration: none;
}

body.main .moduletable.mainPrimoSearchContainer {
	background-image: url("images/banners/geometric_header2.jpg");
}
body.lhl .moduletable.mainPrimoSearchContainer {
	background-image: url("images/banners/lhl_header1.jpg");
}
body.sterne .moduletable.mainPrimoSearchContainer {
	background-image: url("images/banners/sterne_header1.jpg");
}
body.rfhl .moduletable.mainPrimoSearchContainer {
	background-image: url("images/banners/rfhl_header1.jpg");
}
body.lhluh .moduletable.mainPrimoSearchContainer {
	background-image: url("images/banners/lhluh_banner.jpg");
}
body.arch .moduletable.mainPrimoSearchContainer {
	background-image: url("images/banners/arch_header1.jpg");
}
body.digcol .moduletable.mainPrimoSearchContainer {
	background-image: url("images/banners/digcol_header1.jpg");
}

.custom.mainPrimoSearchContainer {
	border-radius: 3px;
	margin: 0 auto;
}
.mainPrimoSearch .input-append {
	background-color: rgba(0, 0, 0, 0.4);
	border-color: rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	border-style: solid;
	border-width: 24px 24px 7px;
}
.mainPrimoSearch input.appendedInputButton[type="text"] {
	border: medium none;
	border-radius: 4px 0 0 4px;
	font-size: 1.3rem;
	height: 50px;
	padding: 5px 11px;
	width: 300px;
	transition: all 0.5s ease 0s;
}
.mainPrimoSearch input.appendedInputButton[type="text"]:focus {
	background-color: #fafafa;
	border-color: #ccc transparent #ccc #ccc;
	box-shadow: none;
	width: 420px;
}
.mainPrimoSearch select {
	background-color: #f1f1f1;
	background-image: url("/styles/5.0/images/down.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 32px;
	border: medium none;
	        border-radius: 0;
	box-shadow: 3px 0 5px rgba(204, 204, 204, 0.7) inset;
	color: #444;
	height: 50px;
	padding:10px;
	width: auto;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	   -moz-appearance: none;
}
.mainPrimoSearch select.mobileScope {
	display: none;
}
.mainPrimoSearch button {
	height: 50px;
	padding: 0 20px;
}
@media all and (max-width: 600px) {
	.custom.mainPrimoSearchContainer {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border-radius: 0;
		min-width: 0;
		padding: 0;
		width: 100%;
	}
	.mainPrimoSearch .input-append {
		border: 10px solid rgba(0, 0, 0, 0.5);
		border-radius: 5px;
	}
	.mainPrimoSearch input.appendedInputButton[type="text"],
	.mainPrimoSearch input.appendedInputButton[type="text"]:focus {
		border-radius: 0;
		position: relative;
		width: calc(80% - 22px);
	}
	.mainPrimoSearch select.desktopScope,
	.mainPrimoSearch div.desktopScope {
		display: none;
	}
	.mainPrimoSearch select.mobileScope {
		box-shadow: none;
		display: block;
		width: 100%;
	}
	.mainPrimoSearch button {
		padding: 0;
		width: 20%;
	}
	.mainPrimoSearch .input-append {
		display: block;
		width: auto;
	}
}


/*END Search */


/******************************** Begin Landing Page Banners */

.custom.landingPageBannerContainer {
	float: left;
	height: auto;
	padding: 0;
	padding-top: 4px;
	text-align: center;
	width: 100%;
}
div.landingPageBanner {
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1;
	margin: 4px auto 7px;
	max-width: 1280px;
	text-align: left;
	width: 94%;
}
/******************************** End Landing Page Banners */

/********************************* BEGIN HOURS OF OPERATION TABLE */

.hoursOfOperation a {
	background-color: transparent;
}

.hoursOfOperation .nav-tabs a {
	background-color: transparent !important;
	border: 1px solid transparent !important;
	font-size: 1.6em;
}

.hoursOfOperation .nav-pills > .active > a {
	background-color: #1e6b52;
	color:#fff;
	padding:5px;
}

/********************************* END HOURS OF OPERATION TABLE */

/******************************** BEGIN News and Events */

.news-item-content ul {
	list-style-position: inside;
}

.blog.lib-news-events-blog .subheading-category {
	margin-bottom: 0.5em;
}

.blog.lib-news-events-blog .span12 {
	margin-bottom: 0;
}

.blog.lib-news-events-blog .page-header {
	border-bottom: 0;
}

.blog.lib-news-events-blog .page-header h2 {
	background-color: #eee;
	margin-top: 0;
	padding: 0.5em 0.5em;
}

.blog.lib-news-events-blog .cat-children a {
	font-size: 1em;
}

.blog.lib-news-events-blog .cat-children {
	margin-bottom: 3em;
}

.blog.lib-news-events-blog .cat-children:before {
	border-bottom: 1px solid #ccc;
	content: "News Categories";
	display: block;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
}

.blog.lib-news-events-blog .news-button,
.item-page.lib-news-events-blog .news-button {
	background-color: #1e6b52;
	border: 1px solid #1e6b52;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	margin: 1em 0;
	padding: 4px 12px;
	text-align: center;
}

.blog.lib-news-events-blog .news-button {
	float: right;
}

.blog.lib-news-events-blog .news-button:hover,
.item-page.lib-news-events-blog .news-button:hover {
	background-color: #e6e6e6;
	border: 1px solid #ccc;
	color: #444;
	text-decoration: none;
}

.blog.lib-news-events-blog div[itemprop="blogPost"] {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

@media all and (max-width:768px) {
	.blog.lib-news-events-blog div[itemprop="blogPost"] {
		flex-direction: column;
	}
}

.blog.lib-news-events-blog div[itemprop="blogPost"] .page-header {
	order: 1;
	width: 100%;
}

.blog.lib-news-events-blog .pull-left.item-image {
	margin-bottom: 0;
	order: 2;
	width: 30%;
}

@media all and (max-width:768px) {
	.blog.lib-news-events-blog .pull-left.item-image {
		text-align: center;
		width: 100%;
	}
}

.blog.lib-news-events-blog .news-item-content {
	align-self: flex-start;
	order: 3;
	width: 60%;
}

@media all and (max-width:768px) {
	.blog.lib-news-events-blog .news-item-content {
		width: 100%;
	}
}

.blog.lib-news-events-blog .article-info.muted {
	order: 5;
	text-align: right;
	width: 100%;
}

.blog.lib-news-events-blog .items-row.row-fluid img {
	margin: 0 auto;
}

.blog.lib-news-events-blog .readmore {
	order: 4;
	text-align: right;
	width: 90%;
}

.blog.lib-news-events-blog .readmore a {
	background-color: #1e6b52;
	background-image: none;
	color: #fff;
	text-shadow: none;
}

.blog.lib-news-events-blog .readmore a:hover {
	background-color: #e6e6e6;
	color: #444;
}

.blog.lib-news-events-blog .btn:hover {
	transition: none !important;
}
/******************************** END News and Events */

/******************************** END News and Events */

.reynoldsColImgCred {
	border-top: 1px solid #eee;
	padding-top: 10px;
}

.uk-modal-caption {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	bottom: auto;
	color: #444;
	display: block;
	height: auto;
	margin-top: -1px;
	padding: 9px;
	top: 100%;
	white-space: normal;
}
/******************************** BEGIN UAB History */

.nav-pills.uabHistoryNavPills > .active > a {
	background-color: #d2c780;
	color: #444;
}

ul.uabHistoryNavPills {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
}
/******************************** END UAB History */

/**************BEGIN About Gallery **************/

.aboutGrid h2,

.aboutGrid h3,
.contentheading {
	color: #1e6b52;
	font-family: "proxima-nova", sans-serif !important;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 150%;
	padding: 20px;
	text-align: center !important;
}

.aboutGrid div {
	color: black;
}

.aboutGrid .uk-overlay-panel a:not([class]) {
	text-decoration: none;
}

@media only screen and (min-width:1150px) and (max-width: 1280px) {
	.aboutGrid h2,
	.contentheading {
		font-size: 18px;
	}
}

@media only screen and (min-width:767px) and (max-width: 1150px) {
	.aboutGrid h2,
	h2 a,
	h2 strong,
	h2 b,
	.contentheading {
		font-size: 16px;
	}
}

@media only screen and (min-width:460px) and (max-width: 767px) {
	.aboutGrid h2,

	.contentheading {
		font-size: 35px;
	}
	.aboutGrid.uk-margin-small {
		font-size: 30px;
	}
}

@media only screen and (min-width:300px) and (max-width: 460px) {
	.aboutGrid h2,

	.contentheading {
		font-size: 28px;
	}
}
/**************END About Gallery **************/


/******************************** Begin Image of the Month */

.blog.imageOTM_CatBlog .span12 {
	margin-left: 0 !important;
}

.custom.imageOTM_copyright {
	background-color: #fff;
	border-top: 5px solid #d2c780;
	padding: 20px;
	width: 100%;
}

@media all and (max-width:1024px) {
	.custom.imageOTM_copyright {
		width: 80%;
	}
}

.imageOTM_uploadDate:before {
	background-color: #888;
	color: #888;
	content: "";
	display: inline-block;
	height: 11px;
	margin-right: 5px;
	width: 7px;
}

.imageOTM_imageID {
	font-size: 9pt;
	font-style: italic;
}

.imageOTM ul.thumbnails li h3 a {
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 10px 20px;
}

.imageOTM ul.thumbnails {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.imageOTM_CatBlog .pull-right,
.imageOTM_CatBlog .pull-left {
	float: left;
	width: 400px;
}

.imageOTM_TagPage .tag-category h3 {
	border-bottom: 1px solid #eee;
	margin: 1px 0 10px 0;
	padding-bottom: 5px;
}

.imageOTM_CatBlog h2 {
	padding-top: 24px;
}

.imageOTM_TagPage .tag-category h3 {
	padding-top: 21px;
}

@media only screen and (min-width: 767px) {
	.imageOTM_CatBlog h2 a,
	.imageOTM_TagPage .tag-category h3 a {
		font-family: proxima-nova, sans-serif !important;
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 460px) {
	.imageOTM_TagPage .tag-category h3 a {
		font-size: 35px;
	}
}

@media only screen and (max-width: 460px) and (min-width: 300px) {
	.imageOTM_TagPage .tag-category h3 a {
		font-size: 28px;
	}
}

.imageOTM_TagPage fieldset.filters.btn-toolbar {
	display: none;
}

.imageOTM_CatBlog .icons {
	display: none;
}

.item-page.imageOTM_CatBlog img {
	width: 100%;
}

.item-page.imageOTM_CatBlog a.label.label-info {
	background-color: #eee;
	color: black;
	font-size: 16px;
	padding: 10px 15px;
}

.item-page.imageOTM_CatBlog ul.tags.inline::before {
	content: "Image Tags:";
	font-weight: bold;
}

.imageOTM_TagPage .tag-category ul.category > li > h3:first-child {
	display: block;
}

@media only screen and (min-width: 1024px) {
	.imageOTM_TagPage .tag-category .category.list-striped li {
		width: 100%;
	}
}

.imageOTM_TagPage ul.category.list-striped img,
.blog.imageOTM_CatBlog .items-row.row-fluid img {
	margin: 0;
}

.blog.imageOTM_CatBlog .item-image {
	margin: 0 20px 15px 0;
}

@media only screen and (min-width: 900px) {
	.imageOTM_TagPage ul.category.list-striped img {
		float: left;
		margin: 0 20px 0 0;
		width: 400px;
	}
}

@media only screen and (max-width: 700px) {
	.imageOTM_TagPage ul.category.list-striped img {
		margin-bottom: 10px;
		width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	.imageOTM_TagPage ul.category.list-striped img,
	.imageOTM_CatBlog .pull-right,
	.imageOTM_CatBlog .pull-left {
		margin: 10px 0 20px;
		width: 100%;
	}
}

.imageOTM_TagPage .tag-category .category.list-striped li {
	border: none;
	margin: 35px 0;
}

.imageOTM_TagPage .list-striped {
	border-top: 0;
}

.blog.imageOTM_CatBlog .item,
.item-page.imageOTM_CatBlog,
.imageOTM_TagPage .tag-category .category.list-striped li {
	position: relative;
}

.imageOTM_uploadDate {
	color: #888;
	font-size: 16px;

	text-transform: uppercase;
	top: 0;
}

.blog.imageOTM_CatBlog > .page-header {
	border-bottom: none;
}

.item-page.imageOTM_CatBlog .page-header:nth-of-type(1) {
	display: none;
}

.imageOTM_TagPage h1:before {
	content: "Tagged Items:";
}

.OTMAccordion h3.uk-accordion-title {
	background-color: #fff;
	text-align: center;
}

/******************************** End Image of the Month */

/*#region Staff Directory */

	/*BEGIN Search */

	input.library-staff-search {
		width: 150px;
		transition: all .3s ease-in-out;
	}

	input.library-staff-search:focus-within {
		width: 200px;
	}

	/*END Search
  
  
	/* BEGIN Filters */
	.uk-scope .library-staff__filter-nav>li.uab-active>a {
		background: #1e6b52;
		color: #fff;
		transition: color 0s;
	}

	.uk-scope .library-staff__filter-nav>li.uab-active>a:hover {

		color: #fff !important;

	}

	.uk-scope .library-staff__filter-nav>li.uk-active>a:hover {
		color: #fff !important;
	}



	.uk-scope .library-staff__filter-nav>li.uk-active>a {
		background: #1e6b52;
		color: #fff;
		transition: color 0s;
	}

	.library-staff__switcher {
		background-color: #eee;
		margin: 0 10px;
	}

	.library-staff__filter-nav {
		justify-content: center;
	}

	.library-staff__subheading {
		font-size: 1em;
		margin-top: 0 !important;
		text-align: center;
		font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
		font-weight: 600 !important;
	}


	@media all and (max-width:500px) {
		.library-staff__dept-filter .library-staff__filter-nav {
			flex-direction: column;
			align-items: center;
			text-align: center;
		}

	}

	#sub-filter>li {
		position: relative;
		padding-top: 20px !important;
		background-color: #fafafa;
		margin-top: 10px;

	}

	#sub-filter>li ul {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	#sub-filter>li:empty {
		display: none;
	}

	/*END Filters */

	/*BEGIN Card */

	/*Layout */
	.uk-scope .library-staff__filter {
		display: flex;
		flex-wrap: wrap;
		margin-left: 0;
	}

	.uk-scope.library-staff__filter--primary .uk-subnav-pill a {
		color: #444;
		}

	.library-staff__item {
		border: 1px solid #eee;

		margin: 10px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		position: relative;
		flex-basis: 100%;
	}

	@media all and (min-width:1028px) {
		.library-staff__item {
			flex-basis: calc(50% - 30px);
		}
	}

	.library-staff-search__container {
		display: none;
	}

	@supports (display:grid) {


		.uk-scope .library-staff__filter {
			display: grid;

			grid-gap: 20px;
			padding: 10px;
		}

		.library-staff__item {
			margin: 0;
			margin-bottom: 0 !important;
		}

		.library-staff-search__container {
			display: block;
			background-color: #fff;
			display: flex;
			justify-content: flex-end;
		}

		@media all and (min-width:1028px) {
			.uk-scope .library-staff__filter {
				grid-template-columns: 1fr 1fr;
			}
		}

	}

	@media all and (max-width:1028px) {
		.library-staff__container {
			flex-direction: column;
			justify-content: center;
			text-align: center;
		}

		.uk-scope .library-staff__name {
			text-align: center;
		}

	}

	.library-staff__container {
		background-color: #eee;
		padding: 20px;
		display: flex;
		align-items: center;
		flex-grow: 1;
	}

	.library-staff__scholars-link {
		background-color: #1E6B52;
		color: #fff !important;
		text-transform: uppercase;
		display: inline-block;
		font-size: .8em;
		font-weight: 600 !important;
		margin: 0;
		padding: 2px 5px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;

	}

	.library-staff__scholars-link:hover {
		color: #fff !important;
	}

	.library-staff__img {
		max-width: 80px !important;
		border-radius: 50%;
		flex-shrink: 0;
	}

	.library-staff__copy {
		margin-left: 20px;
	}

	.uk-scope .library-staff__name {
		margin-bottom: 0;
		font-size: 20px;
		font-weight: 600 !important;
	}

	.uk-scope .library-staff__title,
	.uk-scope .library-staff__rank {
		margin: 0;
		position: relative;
		line-height: 1.3;

	}

	.library-staff__rank {
		margin-top: 5px;
	}



	.library-staff__contact {
		display: flex;
		justify-content: space-between;
		list-style-type: none;
		margin: 0;
		padding: 0 10px;
	}

	.library-staff__contact-item {
		text-align: center;
		font-size: .9em;

	}

	.library-staff__contact [class^="icon"] {
		color: #1e6b52;
		margin-left: 5px;
	}

	.library-staff__contact li {
		margin: 10px 0 !important;

	}

	@media all and (min-width:1028px) {
		.library-staff__contact li {

			justify-content: center;
			align-items: center;
			display: flex;
			flex-direction: column;
		}

		.library-staff__contact [class^="icon"] {
			margin-bottom: 5px;
		}

	}

	@media all and (max-width:600px) {
		.library-staff__contact li {

			justify-content: center;
			align-items: center;
			display: flex;
			flex-direction: column;
		}

		.library-staff__contact [class^="icon"] {
			margin-bottom: 5px;
		}

	}


	.library-staff__contact li,
	.library-staff__contact a {}

	.library-staff__affiliation {
		padding: 10px;
		background-color: rgb(238 238 238 / .5);
		border-top: 1px solid #80bc00;
		margin-top: auto;
	}

	.library-staff__affiliation span {
		font-size: .9em;
	}

	.uk-scope .library-staff__department,
	.uk-scope .library-staff__library,
	.uk-scope .library-staff__sub-department {
		font-size: .9em;
		margin: 0;
		padding-bottom: 0 !important;
	}

	.library-staff__department span,
	.library-staff__library span,
	.library-staff__sub-department span {
		font-size: 1em;
		font-weight: 600;
	}


/*#endregion Staff Directory */

/*BEGIN Library News */

.library-news img {
    width:100px;
}

.library-news h3 {
    font-size:20px !important;
}

.library-news a {
    text-decoration:none !important;
}

.library-news a:hover {
    text-decoration:underline !important;
}

/*END Library News */


/*BEGIN Back to Top */

.back-to-top, .form-feedback {
	display: none;
  }
  
  .back-to-top-btn:hover>p, .back-to-top:focus>.back-to-top-btn>p {
	display: block !important;
  }
  
  /*END Back to Top */