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

/* HEADINGS ------------------------------ */
h1 {
	font-size: 2.6875em;
}

h2 {
	font-size: 2.375em;
}

h3 {
	font-size: 2.1875em;
}

h4, th {
	font-size: 2.0625em;
}

h5 {
	font-size: 1.875em;
}

h6 {
	font-size: 1.0em;
}

.intro {
	font-size: 1.375em;
	line-height: 1.75rem;
}



/* HEADER ------------------------------ */
body>header {
  background: #FFF;
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 4px solid var(--ws-red);
  padding: 1.5625em 0;
}

body.management>header {
	top: 35px;
}

body>header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#brand {
	display: block;
	max-width: clamp(11.375rem, -0.3897rem + 25.098vw, 19.375rem);
	width: 100%;
	/*padding-block: 1em;*/
}

#brand :is(:hover, :focus) {
	opacity: 0.9;
	transform: scale(90%);
}

#brand img {
	display: block;
	height: auto;
	width: 100%;
	padding-right: 0.625em;
}

nav ul {
	margin: 0;
}

#navContainer {
	display: flex;
	align-items: center;
}

#mainnav {
	background: #FFF;
	overflow: visible;
}

#mainnav ul {
  padding: 0;
  text-align: center;
}

#mainnav li {
	display: inline-block;
	position: relative;
}

#mainnav a {
  color: var(--ws-dk-gray);
  display: inline-block;
	line-height: 1;
	padding: 1rem;
	text-decoration: none;
	font-size: clamp(0.95rem, 0.6466rem + 0.6472vw, 1.1563rem);
	font-weight: 500;
}

#mainnav>ul>li:hover>a {
	background: var(--ws-red);
	color: #FFF;
}

#mainnav>ul>li.on>a {
	background: #000;
	color: #FFF;
}

/* Accessible dropdowns */
#mainnav>ul>li>button {
	background: transparent;
	bottom: 0;
	border: 0;
	height: .5rem;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	right: 50%;
	transform: translate(50%,-50%);
	width: 1.25rem;
}

#mainnav>ul>li>button:focus-visible {
	opacity: 1;
}

#mainnav>ul>li>button:before {
	background: url('/images/icons/misc/chevron-down.svg') no-repeat center / contain;
	content: '';
	height: .75rem;
	left: 0;
	position: absolute;
	right: 0;
	top: calc(50% - 6px);
}

/* Drop-down menu */
#mainnav li ul {
  background: var(--ws-lt-gray);
  left:0;
  opacity: 0;
  position: absolute;
  top: -200vh;
  width: 277px;
  z-index: -1;
}

#mainnav li:not(.expand) ul {
	transition: 
		opacity .2s ease-out 0.5s,
		z-index 0s linear 0.7s,
		top 0s linear 0.7s;
}

#mainnav li:hover ul,
#mainnav>ul>li.tapped > ul,
#mainnav>ul>li>a:focus + ul,
#mainnav>ul>li.expand>ul {
    opacity: 1;
    top: 100%;
    z-index: 1;
}

#mainnav>ul>li:not(.expand):hover>ul {
    transition: 
		opacity .2s ease-in .5s,
        z-index 0s linear .5s,
        top 0s linear .5s;
}

#mainnav>ul>li:last-child ul {
	right: 0;
}

#mainnav li ul li {
    display: block;
    width: 100%;
}

#mainnav ul li ul li a {
    background: none;
    color: var(--ws-text-color);
}

#mainnav li ul li a {
  display: block;
  font-size: 1.1563rem;
  line-height: 1.1em;
  padding: 0.625rem;
  text-align: left;
  width: 100%;
}

#mainnav li ul li a:is(:hover, :focus) {
	background: var(--ws-red);
	color: #FFF;
}

#mainnav li ul ul {
	display: none;
}


/* ANCILLARY ----------------------------- */
#ancillary {
  font-size: .8em;
  margin-left: 1rem;
  right: 0;
  top: 0;
}

#ancillary ul {
	display: inline;
}

#ancillary li {
	display: inline;
}

#ancillary a {
  text-decoration: none;
  cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: clamp(0.95rem, 0.6466rem + 0.6472vw, 1.1563rem) 1rem;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: clamp(0.95rem, 0.6466rem + 0.6472vw, 1.1563rem);
	background: transparent;
	border: 2px solid var(--ws-red);
	color: var(--ws-red);
}

#ancillary li.on a,
#ancillary a:is(:hover, :focus) {
	background-color: var(--ws-red);
	color: #FFF;
}

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

#ancillary .search {
	display: inline;
}

#ancillary .search input {
	display: inline-block;
}


/* mini-cart */
#ancillary .small-cart {
	display: inline-block;
}

#ancillary #cart-popover {
  background: #FFF;
  box-shadow: 0 0 10px rgba(0,0,0,0.95);
  height: auto;
  display: block;
	opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transition: ease all 200ms;
  width: 20rem;
  z-index: -1;
}

#ancillary .small-cart.on #cart-popover,
#ancillary .small-cart:hover #cart-popover {
	opacity: 1;
	pointer-events: all;
  z-index: 10;
}

#ancillary #cart-popover:before {
  border-style: solid;
	border-width: 0 10px 8px 10px;
	border-color: transparent transparent #FFF transparent;
	content: '';
  display: block;
  height: 0;
	position: absolute;
  right: 3rem;
	top: -0.5rem;
	width: 0;
}

#ancillary #cart-popover .no-items {
	background: #FFF;
  color: #000;
  font-size: 1em;
	padding: 1em;
	text-align: center;
}

#ancillary #cart-popover .no-items .button {
  color: #FFF;
	display: block;
  margin-top: 0.75rem;
	text-align: center;
}

#ancillary #cart-popover .products {
	overflow: auto;
  max-height: 21.5em;
	padding: 0.25em 1em;
}

#ancillary #cart-popover .products > p {
  font-size: 1rem;
	text-align: center;
}

#ancillary #cart-popover .product {
  display: block;
  height: auto;
  line-height: 1rem;
  overflow: auto;
  padding: 1.25em 1em;
	position: relative;
	text-align: left;
  text-transform: inherit;
}

#ancillary #cart-popover .product + .product {
	border-top: 1px dashed #D1D1D1;
}

#ancillary #cart-popover .product-image {
	position: relative;
	float: left;
	-webkit-transition: ease all 200ms;
	transition: ease all 200ms;
	width: 5em;
}

#ancillary #cart-popover .product-image img {
	display: block;
	max-width: 100%;
	height: auto
}

#ancillary #cart-popover .product-details {
	overflow: auto;
	float: right;
	width: calc(100% - 6em)
}

#ancillary #cart-popover .product-name {
  color: #8A1538;
	font-size: 1.125rem;
  font-weight: 600;
	line-height: 1em;
	margin-bottom: 0.25em;
	white-space: initial;
}

#ancillary #cart-popover .price,
#ancillary #cart-popover .quantity {
	color: #666;
  font-size: 0.875rem;
	margin-bottom: 0.5em;
}

#ancillary #cart-popover .product:hover .product-name {
	color: #007DB5;
}

#ancillary #cart-popover .cart-bottom {
  background: #032839;
  color: #fff;
  font-family: "Gotham A", "Gotham B", sans-serif;
	padding: 1rem 1rem 2rem;
	text-align: center;
  text-transform: capitalize;
}

#ancillary #cart-popover .cart-bottom .cart-total {
  margin: 0 0 1em;
	font-size: 1rem;
}

#ancillary #cart-popover .cart-bottom .checkout .button {
  color: #FFF;
  font-size: 1rem;
	height: auto;
	line-height: 1em;
	padding: 0.7em 2em;
	text-transform: capitalize;
}

/* mobile */
#mobilenav, .menu {
	content-visibility: hidden;
  display: none;
}

/* MAIN ------------------------------ */
main>div>aside {
  float: left;
	overflow: hidden;
  padding-right: 2em;
  width: 17.8125rem;
}

main>div>#content {
	float: right;
	width: calc(100% - 17.8125rem);
	padding: 2em 0 4em;
	overflow: hidden;
	min-height: 600px;
	position: relative
}

body.fullWidth main>div>#content {
  float: none;
	margin: 0 auto;
	padding: 2em 2em 4em;
  width: 100%;
}


.photoright {
	margin: 0 0 3em 4em;
}

.photoleft {
	margin: 0 4em 3em 0;
}

.wsManagementLogin td:first-child {
  text-align: right;
	width: 40%;
}

:is(button, .button, input:is([type="button"], [type="submit"], [type="reset"])):is(:hover, :focus) {
	background-color: #FFF;
	color: var(--ws-red);
	text-decoration: none;
}

.button2:is(:hover, :focus) {
	background-color: #FFF;
	color: #000;
}

.button3:is(:hover, :focus) {
	background-color: var(--ws-red);
	color: #FFF;
}

.button4:is(:hover, :focus) {
	background-color: #000;
	color: #FFF;
}

#popover .close:is(:hover, :focus) {
	opacity: 0.5;
}

.shareIcons a:is(:hover, :focus) {
	background-color: var(--link-color-hover);
}

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

.twoCol {
	columns: 2;
}

.threeCol {
	columns: 3;
}

.resCol {
	columns: auto;
	column-width: 13em;
}

.formTable td {
	width: 50%
}

.formTable td {
	padding: 0 0 .5em .5em
}

.formTable td:first-child {
	padding: 0 .5em .5em 0
}

.formTable td[colspan="2"] {
	padding-right: 0
}

.formTable.formLoose,
.formTable.formLoose td {
	width: auto
}


/* Contact Form - table removed ----- */
.form-flex .half {
	width: calc(50% - .5em); /* Full on mobile */
}

.form-flex .third {
	width: calc(33.33% - .5em); /* Full on mobile */
}

.form-flex .quarter {
	width: calc(25% - .5em); /* Half on mobile */
}

/* PAGEHEADER -------------------------- */
.pageHeader {
	display: grid;
	grid-template-columns: repeat(5, 1fr) repeat(2, minmax(150px, 1fr)) repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
	position: relative;
	grid-gap: 2px;
	max-height: 20em;
}

.pageHeader img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ph-image1 {
	grid-column: 1 / 6;
	grid-row: 1 / -1;
	max-height: 20em;
}

.pageHeader-text {
	grid-column: 6 / 8;
	grid-row: 1 / -1;
	background: var(--ws-lt-gray);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 2.6875rem;
	line-height: 2.5rem;
}

.ph-large {
	max-width: 17.125rem;
}

.ph-image2 {
	grid-column: 8 / -1;
	grid-row: 1 / -1;
	max-height: 20em;
}

/* Make Your Voice Heard -------------- */
.interior .make-your-voice-heard {
	display: flex;
	gap: clamp(2.8125rem, -1.9688rem + 10.2vw, 6rem);
}

.interior .your-voice-text {
	padding: 8.125em 0;
	margin-left: auto;
	padding-left: var(--ws-gap);
    max-width: 33.4375rem;
}
.interior .make-your-voice-heard img {
	width: 50%;
}

/* HOMEPAGE ---------------------------- */
.home-hero {
	display: grid;
	grid-template-columns: repeat(5, 1fr) repeat(2, minmax(150px, 1fr)) repeat(2, 1fr);
	grid-template-rows: repeat(4, 1fr);
	position: relative;
	grid-gap: 2px;
	max-height: 46.875em;
}

.home-hero img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.image1 {
	grid-column: 1 / 6;
	grid-row: 1 / -1;
}

.image2 {
	grid-column: 6 / 8;
	grid-row: 1 / 4;
}

.home-hero .image2::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--ws-red);
	opacity: 0.6;
}

.image3 {
	grid-column: 8 / -1;
	grid-row: 1 / 3;
}

.image4 {
	grid-column: 8 / -1;
	grid-row: 3 / -1;
}

.hero-title {
	grid-column: 6 / 8;
	grid-row: 4 / -1;
	background: var(--ws-lt-gray);
	height: calc(129% + 2rem);
	border-bottom: 7px solid var(--ws-red);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
    margin-top: -2rem;
}
.hero-title h1 {
	max-width: 17.125rem;
	line-height: 1;
}

.your-voice {
	padding: 7em 0 4.0625em;
}

.your-voice .wrap {
	display: flex;
	gap: 5.25rem;
}

.your-voice-text {
	margin: auto 0;
}

.your-voice-text h2 {
	font-weight: 600;
	color: #000;
}

.your-voice-text p {
	font-size: 1.5em;
	margin-bottom: 2.1875rem;
}

.your-voice img {
	max-width: 50%;
}

.events-alerts {
	padding: 3.5em 0;
}

.events-alerts .wrap {
	display: flex;
	gap: 6.4375rem;
}

.events-alerts h2 {
	font-size: 2rem;
}

.events-alerts .button:is(:hover, :focus) {
	background-color: var(--ws-red);
	color: #FFF;
	border: 2px solid var(--ws-red);
}

.home-welcome {
	display: flex;
	flex-direction: row-reverse;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.home-welcome .welcome-text {
	padding-left: 5.9375em;
	margin: auto 0;
	max-width: 718px;
	margin-right: auto;
	padding-right: var(--ws-gap);
}

.home-welcome h2 {
	font-size: 2.25rem;
}

.home-welcome figure {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	margin: 0;
    max-width: 40%;
	grid-gap: 2px;
	aspect-ratio: 1 / 1;
}

.home-welcome img {
	height: 100%;
	object-fit: cover;
}

.home-welcome .grid-img1 {
	grid-column: 1;
	grid-row: 1;
}
.home-welcome .grid-img2 {
	grid-column: 1;
	grid-row: 2;
}
.home-welcome .grid-img3 {
	grid-column: 2;
	grid-row: 1 / 3;
}
.grid-img3::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--ws-red);
	opacity: 0.6;
}

/* FOOTER ------------------------------ */
body>footer .fatFooter {
	display: flex;
	justify-content: space-between;
}

.fatFooter>nav {
	display: flex;
	width: 80%;
}

.fatFooter>nav>ul {
	width: 25%;
}

body>footer address {
	max-width: 12.875rem;
}

#web-solutions {
	float: right;
	margin-left: 11px;
}

body>footer a:is(:hover, :focus) {
	color: var(--ws-red);
	text-decoration: underline;
}

body>footer .wrap nav span:before {
	content: "|";
	margin: 0 0.5em
}

/* 1270px */
@media (max-width: 79.375rem) {
	#brand {
		max-width: 15rem;
	}
	#brand img {
		max-height: 3.375rem;
		padding-right: 0;
	}
	#ancillary a, #mainnav a {
		font-size: clamp(0.95rem, -0.2993rem + 1.8338vw, 1.1563rem);
		padding: clamp(0.95rem, -0.2993rem + 1.8338vw, 1.1563rem) 1rem;
	}
}

/* 1090px */
@media (max-width: 68.125rem) {
	body>header {
		padding: 1.5625em 0 0;
	} 
	header .wrap {
		padding: 0;
	}
	#brand {
		position: absolute;
		top: 25px;
		max-width: 17rem;
		left: 23px;
	}
	#ancillary {
		position: absolute;
		top: 25px;
		right: 23px;
	}
	#navContainer {
		width: 100%;
		margin-top: 70px;
		justify-content: center;
		background-color: var(--ws-lt-gray);
	}
	#mainnav {
		background: var(--ws-lt-gray);
		width: 100%;
	}
	#mainnav ul {
		display: flex;
		justify-content: space-around;
	}
	#mainnav a {
		padding: 1rem 0.5rem;
	}
}