
div.wrapper.banner.pixel.skyblue {
	display: none; 
}	
.boxLeft {
	padding: 20px;
	background-color: #007dc4;
	color: #fff;
	margin: 0px 10px 20px 0px;
}
.boxRight {
	padding: 20px;
	background: #033B85;
	color: #fff;
	overflow: auto;
	margin: 0px 0px 20px 10px;
}
table tr td, table tr th {
	color: white;
	padding: 5px 0px !important;
	margin-bottom: 0px;
	font-size: 14px !important;
}
table.hours-today {
	margin-bottom: 30px;
	margin-top: 30px;
}
th.hours-col-loc {
	max-width: 170px;
}
th.hours-col-loc::after {
	content: ":";
}	
label {
	font-size: 15px;
}	
#mainContent div.oneSearch input[type="submit"] {
	right: 32px;
	top: 93px;
	background: center center no-repeat url(/_resources/images/header/menu_search_icon_l_blue.svg);
	background-size: 23px auto;
	text-indent: -9000px;
	background-color: #fff;
	padding-right: 25px;
	padding-left: 25px; 
}
#mainContent input[type="text"] {
	width: 100%;
	box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}	
.more-info {
	font-size: 12px !important;
	border-radius: 0px;
	padding: 12px 15px 10px 15px !important;
	margin-right: 5px;
}
.ask {
	margin-bottom: 30px;
}
#more {
	display: none;	
}
.read-more {
	background-color: transparent !important;
	box-shadow: none !important;
	color: #0f3f81 !important;
	font-size: 12px !important;
	padding: 3px;
	border-radius: 0px;
	margin-bottom: 0px;
	text-decoration: underline !important;
}		
.info-alert {
	align-items: center;
	padding: 20px 25px;
	background-color: #f7e8c6;
	color: #111;
	margin: 0px 0px 20px 0px;
}		
.info-alert h2, 
.info-alert p,
.info-alert span {
	color: #111 !important;
}
.info-alert h2 {
	font-size: 16px !important;
	font-family: 'UniversLTStd', sans-serif;
	margin-bottom: 10px !important;
}	
.info-alert p,
.info-alert span	{
	font-size: 14px !important;
	margin-bottom: 15px;
}
.info-alert li {
	color: #111 !important;
	font-size: 14px !important;
}
.info-alert p:last-child {
	margin-bottom: 15px;
}
.info-alert a {
	font-family: 'UniversLTStd-Bold', sans-serif;
}	
.fa-circle {
	color: #22d212;
	margin: 0px 6px 0px 0px !important;
}	
.extraButtons	{
	padding-left: 10px;
}
a.libPhone {
	color: #fff !important;
	float: left;
	font-size: 14px;
}	
span.s-lc-time {
	width: 40px;
}
.boxLeft h4,
.boxRight h4 {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
	text-align: center;
}	
body.inner .blocks.three-column .block {
	margin: 1px;
}
.banner.large div.container {
	padding-top: 20px !important;
}

#mainContent span.libraryHours a {
	color: white;
}	

.theHours table tr {
	color: #ffffff !important;
	border: none !important;
}
section.tan h4 a,
section.tan h5 a {
	text-decoration: underline !important;
}
.theLink span {
	position:absolute; 
	width:100%;
	height:100%;
	top:0;
	left: 0;
	z-index: 1;
	text-indent: -9000px;
}	
body.inner .blocks.three-column .block {
	position:relative;
}
section.alert-section {
	padding-top: 15px;
	padding-bottom: 0px;
}	


@media (max-width: 1000px) {
	.theHours table {
		min-width: 400px;
	}
	.more-info {
		font-size: 10px !important;
	}
}


@media (max-width: 992px) {
	.oneSearch ::placeholder {
		font-size: 17px;
	}
	div.wrapper.banner .tablet,
	div.wrapper.banner .mobile {
		background-position: left center;
	}
}


@media (max-width: 767px) {

	.boxLeft {
		margin: 0px 0px 20px 0px;
	}
	.boxRight {
		margin: 0px 0px 20px 0px;
	}
	.extraButtons	{
		padding-left: 0px;
	}
	.boxLeft h4, .boxRight h4 {
		font-size: 24px;
	}
	.theHours table {
		min-width: 300px;
	}
	table.hours-today {
		font-size: 80%;
	}
	#mainContent div.oneSearch input[type="submit"] {
		top: 87px;
		right: 26px;
	}

}


