  /* Hide the homepage h1 offscreen */
h1.ulhph1 {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Adjust spacing in announcments for lists */
div.announcement-body ul {
	padding-left: 20px;
}

/* Smaller alert box for homepage to go above resources box */
div.module.ulib-alert {
	margin: 0 0 1.5em 0 !important;
}

div.ulib-alert {
	border: 1px solid #b30738;
}

div.ulib-alert h3 {
	display: block !important;
	padding: 6px 11px;
	margin: 0;
	font-size: 1em;
	line-height: 1.5;
	color: #fff;
	background-color: #b30738;
}

div.ulib-alert-body {
	padding: .25rem .5rem 0 .5rem;
}

div.ulib-alert-body p {
	margin: 0 0 .5em 0;
}

ol.carousel-indicators {
	display: none !important;
}

/* Height for Instagram Embed
@media (min-width:768px) {
	iframe#instagram-embed-0 {
		height: 398px;
    }
}
*/

iframe#instagram-embed-0 {
	height: 398px;
}

@media (max-width: 767.98px) {
	iframe#instagram-embed-0 {
		height: 100vi;
		min-height: 398px;
		max-height: 550px;
	}
}

button#hoursreload {
	font-size: .75rem;
	padding: 0 .5rem;
	line-height: 1;
	color: #b30738;
}

/* Fix the social icons */
div.social-grid div.social {
	display: inline-block;
}