/* -------- adjust header font size because it's so long and breaking wrapping ---------------- */
@media (min-width:1201px) and (max-width:1360px) {
	.uu-header__title h2 {
		font-size: 1rem;
	}
}


/* ------- CUSTOM LIST GROUP STYLES ------- */
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: transparent;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #555 !important;
	font-size: 15px;
}

.list-group-item:hover,
.list-group-item:focus {
	color: #c00 !important;
	text-decoration: underline;
	background-color: #f5f5f5;
}

.list-group-item:first-child {
	border-top: none;
}

.list-group-item.active {
	background-color: #C00;
	border-color: #C00;
	color: #fff !important;
	outline-color: #c00;
}

/* --- CUSTOM STYLE TO OVERWRITE BOOTSRAP --- */
/* since bootstrap is being loading in some of the dynamic files
	we need do clean up some of the bootstrap defaults
*/
html {
	font-size: 16px;
}