@charset "UTF-8";
/* Web Solutions 4.0 Compatible */

body {
	background: #FFF;
}

body.slideNav {
	overflow: hidden;
}

/* HEADINGS ------------------------------ */
h1 {
	font-size: 1.5em;
	margin-top: 1em;
}

h2 {
	font-size: 1.45em
}

h3 {
	font-size: 1.3em
}

h4, th {
	font-size: 1.2em
}

h5 {
	font-size: 1.1em
}

h6 {
	font-size: 1.0em
}

.intro {
	font-size: 1.25em;
}

/* HEADER ------------------------------ */
body>header {
	background: #FFF;
	display: contents;
	position: relative;
	z-index: 1;
}

body>header:before {
	background-color: #000;
	content: '';
	display: block;
	height: 100vh;
	left: 100vw;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: left 0ms ease 200ms, opacity 200ms ease;
	width: 100vw;
	z-index: 3;
}

body.slideNav>header:before {
	left: 0;
	opacity: .5;
	transition: left 0ms ease 0ms, opacity 200ms ease;
}

#brand {
	display: block;
	margin: 0 auto;
	max-width: 15em;
	padding: 1em 0;
}

#navContainer {
	background-color: var(--ws-text-color);
	bottom: 0;
	left: 100%;
	max-height: 100vh;
	overflow: auto;
	position: fixed;
	top: 0;
	transition: left 200ms ease;
	width: 75%;
	z-index: 3;
	-webkit-overflow-scrolling: touch;
}

body.slideNav #navContainer {
	left: 25%;
}

#navContainer nav {
	display: inline;
}

#navContainer ul {
	display: block;
	margin: 0;
	padding-left: 0;
	width: 100%;
}

#navContainer li {
	border-top: 1px solid rgba(255,255,255,0.125);
	display: block;
	position: relative;
	width: 100%;
}

#navContainer li li {
	border: 0;
}

#navContainer :is(a, .menu) {
	color: #FFF;
	display: block;
	line-height: 2.75em;
	padding: 0 1rem;
	width: 100%;
	text-decoration: none;
}

#navContainer li.on a {
	color: #FFF;
	background-color: var(--ws-red);
}

#navContainer li.expand {
	background-color: #000
}

#navContainer li>button {
	background: rgba(255,255,255,0.5);
	display: block;
	height: 2.2em;
	position: absolute;
	right: 0;
	top: 0;
	width: 2.2em;
	padding: 0;
	border: none;
}

#navContainer ul ul {
	font-size: .8em;
	height: 0;
	overflow: hidden;
	transition: var(--ws-transition);
}

#navContainer ul ul a {
	padding-left: 2rem;
}

#navContainer ul ul li.on a {
	background-color: darkred;
}

#navContainer li>button::before,
#navContainer li>button::after {
	background-color: #000;
	content: '';
	display: block;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center center;
	transition: transform .2s ease;
	width: 50%;
}

#navContainer li>button::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

#navContainer li>button::after,
#navContainer li.expand > button:before {
	transform: translate(-50%, -50%) rotate(0deg);
}


/* ANCILLARY ------------------------------ */
#ancillary {
	display: block;
}

#ancillary .search {
	border-top: 1px solid rgba(255,255,255,0.125);
	display: block;
	overflow: auto;
	padding: 1rem;
}

#ancillary .search input[type="text"] {
	width: calc(100% - 7rem);
}

#ancillary .search input[type="submit"] {
	padding-inline: .5em;
	width: 6.5rem;
}


/* MOBILE NAV ------------------------------ */
#mobilenav {
	align-items: center;
	background-color: #000;
	display: flex;
	justify-content: center;
	position: sticky;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
}

#mobilenav :is(a, span) {
	color: #FFF;
	flex: 1 1 auto;
	line-height: 2.25;
}

#mobilenav a {
	border-right: 1px solid #888;
	text-decoration: none;
}

#mobilenav span svg {
	fill: #FFF;
	pointer-events: none;
	position: relative;
	top: .25em;
	width: 1em;
}



/* MAIN ------------------------------ */
.photoright {
	margin: 0 0 .75em 1em;
}

.photoleft {
	margin: 0 1em .75em 0;
}

.twoCol, .threeCol, .resCol {
	columns: auto;
	column-rule: 1px outset rgba(0,0,0,.15);
	column-width: 13em;
}

.formTable, .formTable table {
	display: block;
	width: 100%;
}

.formTable tbody {
	display: block;
}

.formTable tr {
	display: block;
}

.formTable td {
	display: block;
	padding: 0;
	width: 100%;
}

.formTable :is(input:is([type="text"], [type="password"], [type="tel"], [type="number"], [type="email"], [type="url"]), textarea) {
	margin-bottom: 1em
}

.formTable table td + td {
	padding-left: 0 !important;
}


/* Contact Form - table removed ----- */
.form-flex :where(.half, .third) {
	width: 100%;
}

.form-flex .quarter {
	width: calc(50% - .5em);
}

/* PAGEHEADER ------------------------ */
.pageHeader {
	display: flex;
	margin-bottom: 1em;
}
.pageHeader>div {
	width: 50%;
}
.pageHeader .pageHeader-text {
	display: none;

}
.pageHeader .pageHeader-text .ph-large {
	font-size: 1.5rem;
}
.pageHeader .pageHeader-text .ph-small {
	font-size: 1.125rem;
}
.pageHeader img {
	height: 100%;
	object-fit: cover;
	max-height: 16.375rem;
	width: 100%;
}

/* Make Your Voice Heard ------------- */
.interior .your-voice-text {
	padding: 3rem 2rem;
}

/* HOMEPAGE ---------------------------- */
.home-hero {
	display: flex;
	flex-wrap: wrap;
}
.home-hero .image1, .home-hero .image2,
.home-hero .image3, .home-hero .image4 {
	width: 50%;
	height: 9.375rem;
}
.home-hero .hero-title {
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	top: 6.6875rem;
	padding-top: 1rem;
	z-index: 2;
	border-top: 4px solid var(--ws-red);
    border-bottom: 4px solid var(--ws-red);
}
.home-hero h1 {
    line-height: 1;
	margin-top: 0;
}
.home-hero h1 span {
	font-size: 1.125rem;
}
.home-hero img {
	width: 100%;
	height: 100%;
	max-height: 150px;
	object-fit: cover;
}
.your-voice {
	padding: 2rem 0;
}
.your-voice .wrap{
	position: relative;
}
.your-voice img {
	margin-top: 2rem;
}
.events-alerts {
	padding: 2rem 0;
}
.events-alerts section {
	padding: 1rem 0;
}
.events-alerts h2::before {
	height: 1.4rem;
	width: 1.4rem;
	top: 0;
}
.welcome-text {
	padding: 2rem;
}
.home-welcome {
	display: flex;
	flex-direction: column-reverse;
}
.home-welcome figure {
	margin: 0;
	display: flex;
}
.home-welcome figure>div {
	width: 33.333%;
}
.home-welcome figure img {
	object-fit: cover;
	height: 100%;
	min-height: 12.5rem;
	max-height: 19.375rem;
}

.home-welcome .welcome-text .button3 {
	padding: 1rem clamp(1rem, -1.6963rem + 14.876vw, 2.125rem);
	font-size: clamp(0.8125rem, -0.2361rem + 5.7851vw, 1.25rem);
}

/* FOOTER ------------------------------ */
body>footer .wrap {
	align-items: stretch;
	align-content: stretch;
	display: flex;
	flex-direction: column;
}
body>footer address{
	text-align: center;
}

body>footer .footer-right {
	flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
	margin-top: 1rem;
}

body>footer>.footer-bottom {
	text-align: center;
}

#web-solutions {
	order: 1;
}
body>footer .wrap nav {
    display: block;
}
body>footer .wrap nav a+span:before {
	content: "|";
	margin: 0 0.5em;
}

/* 500px */
@media (max-width: 500px) {
	.pageHeader img {
		max-height: 9.3125rem;
	}
}