@charset "UTF-8";
/* CSS Document */
body {
	background-color: white !important;
}
footer, #footer {
	background-color: white !important;
	color: black;
}
.dividerBar {
	background-color: #F27D52;
	height: 15px;
	margin: 0;
	padding: 0;
	width: 100%!important;
}
header {
	padding: 10px 0;
	text-align: center;
}
.logo {
	height: 125px;
	margin: 10px auto 10px;
}
#footer {
	padding: 1em;
}
label {
	text-transform: uppercase;
	font-weight: 400;
	font-size: .9em;
	color: #111111;
	letter-spacing: .1em;
}
.bottomBorder {
	border-bottom: 1px solid black;
}
.bottomBorderForm {
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
}
.formOptions {
	font-size: .8em;
	color: #333333;
}
.topBorder {
	border-top: 1px solid black;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(60,95,166,.3);
	/*background-color: rgba(242,125,82,0.20);*/
	padding-top: 230px;
	color: white;
}
ul.icons {
	display: none;
}
.displaynone {
	display: none!important;
}
#featuredSponsors {
	column-count: 2;
	column-gap: 15px;
}
.calendarList {
	margin: 20px 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #f0f0f0;
	font-size: .9em;
}
.calendarList p {
	margin: 0 0 .5em 0;
	line-height: 1.25em;
}
.calendarList .eventTitle {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
	color: #223240;
}
.calendarList .eventDate {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 500;
}
form.mura-form div.oneHalf {
	display: inline-block;
	width: 49%;
}
form.mura-form div.oneThird {
	display: inline-block;
	width: 32%;
}
form.mura-form div.oneFourth {
	display: inline-block;
	width: 24%;
}
.printForm input[type="submit"], .printForm input[type="button"], .printForm button {
	display: none;
}
.printForm input[type="text"] {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid black;
}
.printForm input[type="checkbox"], .printForm input[type="radio"] {
	height: 20px;
	width: 20px;
	margin-left: 15px;
	margin-right: 5px;
}
@media print {
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.3em;
		margin-bottom: .75em;
	}
	h2 {
		font-size: 1.3em;
		letter-spacing: 0.1em;
	}
}

