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

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

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;
}

.highlight h2 {
    font-size: 1.6em;
}


/* HEADER ------------------------------*/
body>header {
  background: #FFF;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 1.6875rem 0;
}

body.management>header {
	top: 35px;
	padding: 1.25rem 0;
}

#brand {
	/*display: block;
	margin-left: 1rem;
	max-width: 15em;
	padding-block: 1em;*/
    width: 19.6875rem;
    /*position: absolute;*/
    left: 0;
    top: 1.6875rem;
    background: url(/images/brand.png) no-repeat 0 center / contain;
    display: block;
}

#brand img {
	display: block;
	height: auto;
	width: 100%;
}

nav ul {
	margin: 0;
}

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

#mainnav ul {
  margin: 0;
  padding: 0;
  text-align: right;
  font-family:"museo-slab", "Courier New", Arial, sans-serif;
  font-size: 1.5em;
  margin-top: -1.375rem;
}

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

#mainnav a {
  color: var(--ws-dk-blue3);
  display: inline-block;
	line-height: 1;
	padding: .25em .5em;
	text-decoration: none;
}

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

#mainnav>ul>li.on>a {
	background: var(--ws-grey-blue2);
	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: rgba(0,0,0,.8);
  left:0;
  opacity: 0;
  padding: 1em 0;
  position: absolute;
  top: -200vh;
  width: 200px;
  z-index: -1;
  display: none;
}

#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: #FFF;
}

#mainnav li ul li a {
  display: block;
  font-size: .9em;
  line-height: 1.1em;
  padding: .3em .5em;
  text-align: left;
  width: 100%;
}

#mainnav li ul li a:is(:hover, :focus) {
	background: #FFF;
	color: #000;
}

#mainnav li ul ul {
	display: none;
}


/* ANCILLARY ----------------------------- */
#ancillary {
  font-size: .8em;
  position: absolute;
  right: var(--ws-gap);
  top: 0;
}

#ancillary ul {
	display: inline;
}

#ancillary li {
	display: inline;
}

#ancillary a {
  color: var(--ws-dk-blue3);
  display: inline-block;
  /*padding: .5em .75em;*/
  padding-left: .8em;
  text-decoration: none;
  font-size: 0.87rem;
  font-family:"museo-slab", "Courier New", Arial, sans-serif;
  background-color: var(--ws-lt-blue1);
  transition: all .3s ease;
}

#ancillary a::before {
	display: inline;
	content: 'Need Assistance? ';
	color: var(--ws-grey-blue2);
	font-style: italic;
	transition: all .3s ease;
}

#ancillary a::after {
	display: inline-block;
	content: "";
	background: url(/images/icons/arrow_nav.png) no-repeat center / contain;
	width: 1.375rem;
	height: 1.875rem;
	margin-left: 0.625rem;
	vertical-align: middle;
}

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

#ancillary a:is(:hover, :focus)::before {
	color: #FFF;
}

#ancillary li.on a {
	color: var(--ws-dk-blue3);
  text-decoration: none;
}

#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: visible;
  padding-right: 2em;
  width: 18rem;
}

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

body.fullWidth main>div>#content {
  float: none;
	margin: 0 auto;
  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: var(--ws-dk-blue1);
	color: #FFF;
}

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

.wsLightbox:not(.wsLightboxFull):not(.wsLightboxLarge):not(.wsLightboxSmall) iframe {
	min-width: 60rem;
}

.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 */
}

/* HOME --------------------------------*/

#homeBottom .wrap .homeCallouts {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	padding-bottom: 1.875rem;
}

/* FOOTER ------------------------------ */
body>footer .fatFooter {
	display: flex;
}

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

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

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

body>footer a:is(:hover, :focus) {
	color: #FFF;
}

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

/* 900px */
@media (max-width: 56.25rem) {
	#mainnav ul {
		text-align: center;
		margin-top: 1.625rem;
	}
}