<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	This file styles the header of the UU Hemingway Child Theme 
	It contains chunks of CSS taken from UU's Infoglue CSS Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.uu-ig-footer a,
.uu-ig-footer a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.footer.section.bg-dark {
	background-color: rgba(229, 229, 229, 0.5);
	/*! display: none; */
	clear: both;
}

/*  ----------------------------------------------------
		FOOTER STRIPE
---------------------------------------------------- */
.footer-stripe {
  display: none;
}

.footer-inner {
	border-bottom: 1px solid #e5e5e5;
margin-bottom: 2em;
padding-bottom: 2em;
}

/*  ----------------------------------------------------
		FOOTER CONTENT
---------------------------------------------------- */
.footer .widget {
	margin-bottom: 1.5em;
	padding: 0;
	border: none;
}

.footer .widget-title {
	color: #444;
	font-weight: normal;
	font-size: 1.6rem;
}

.footer .widget-content {
	color: #222;
}

.widget_text a {
	color: #0555a4;
}

.widget_text a:hover {
	color: #032f5a;
}

.footer.section {
	padding-bottom: 0;
	background: #e5e5e580;
	border-top: 2px solid #e5e5e5;
	padding-bottom: 2em;
	padding-top: 2em;
	margin-top: 5em;
}

/*  ----------------------------------------------------
		FOOTER SITE INFORMATION
---------------------------------------------------- */
.footer-site-information {
	font-size: 0.75em; /* 12 / 16 */
	line-height: 1.75em;
	margin: 20px 2.5% 10px;
	text-align: center;
	width: 95%;
}

.footer-site-entry {
	white-space: nowrap;
}

.separator {
	background-color: #fff;
	display: inline-block;
	height: 12px;
	margin: 0 10px;
	width: 1px;
}

/* ----------------------------------------------------
		FOOTER GOTO TOP
---------------------------------------------------- */
.footer-goto-top {
	display: block;
	padding: 25px 0;
	text-transform: uppercase;
}

.footer-goto-top span {
	display: block;
	font-size: 0.875em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: center;
	width: 225px;
}

.int .footer-goto-top span {
	width: 120px;
}

.has-up-arrow {
	background: transparent url('//live.webb.uu.se/digitalAssets/207/c_207717-l_3-k_up-arrow.png') center right no-repeat;
	padding-right: 25px;
}</pre></body></html>