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

html {
	scroll-padding-top: 2.5em; /* Scroll offset for sticky mobile nav */
}


body {
	background: #FFF;
}

body.slideNav {
	overflow: hidden;
	pointer-events: none;
}




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

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>.wrap {
	padding-inline: 0;
}

body>header:before {
	background-color: #000;
	content: '';
	display: block;
	height: 100vh;
	height: 100dvh;
	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;
	padding: .5em 0;
}

#navContainer {
	background-color: var(--ws-color-7);
	bottom: 0;
	left: 100%;
	max-height: 100vh;
	max-height: 100dvh;
	overflow: auto;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: left .2s ease, visibility .2s ease .2s;
	visibility: hidden;
	width: 75%;
	z-index: 9999999999; /* ridiculous z-index to clear the Ask me Anything widget */
	-webkit-overflow-scrolling: touch;
}

body.slideNav #navContainer {
	left: 25%;
	pointer-events: all;
	transition: left .2s ease;
	visibility: visible;
}

#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 :where(a, .toggleNav) {
	color: var(--ws-color-1);
	display: block;
	line-height: 2.75em;
	padding: 0 1rem;
	width: 100%;
	box-shadow: none;
}

#navContainer .toggleNav {
	background: transparent;
  border: 0;
  border-radius: 0;
	text-align: left;
  text-transform: none;
}

#navContainer .toggleNav::before {
  mask: url('/images/icons/close.svg') no-repeat left center / contain;
  content: '';
	display: inline-block;
  line-height: 1;
  margin: 0 .25em 0 0;
  width: .875em;
  height: .875em;
	background-color: var(--ws-color-1);
}

#navContainer li.on a {
	/* color: #FFF; */
	background-color: #fff;
}

#navContainer li.open {
	background-color: #fff;
}

#navContainer li>button {
	background: rgba(255,255,255,0.5);
	display: block;
	height: 2.75rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 2.75rem;
	box-shadow: none;
}

#navContainer .menu-item-has-children > div {
	display: grid;
	grid-template-rows: 0fr;
	transition: var(--ws-transition);
}

#navContainer .menu-item-has-children.open > div {
	grid-template-rows: 1fr;
}

#mainnav>ul>li>a {
	font-weight: 500;
}

#navContainer ul ul {
	/* font-size: .8em; */
	min-height: 0;
	overflow: hidden;
}

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

#mainnav>ul>li.open>div {
	padding-bottom: 1em;
}

#navContainer ul ul li.on a,
#mainnav>ul>li.on>a {
	/* padding-left: 2em; */
	color: var(--ws-color-2);
}

#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.open > 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: var(--ws-color-2);;
	display: flex;
	justify-content: center;
	position: sticky;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
}

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

#mobilenav button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	display: flex;
	justify-content: center;
	padding: 0;
	box-shadow: none;
	font-size: 1em;
	font-weight: 400;
	text-transform: capitalize;
}

#mobilenav button::after {
  aspect-ratio: 1;
  background: #FFF;
  content: '';
  display: inline-block;
  margin: 0 0 0 .25em;
  mask:  url('/images/icons/bars.svg') no-repeat center / contain;
  height: 1em;
}



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

.photoright.inline-widget {
	margin-left: 0;
}

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



/* FOOTER ------------------------------ */

body>footer {
	background-color: var(--ws-color-1);
}

body>footer .wrap {
	align-items: stretch;
	align-content: stretch;
	display: flex;
	flex-direction: column;
}

#web-solutions {
	order: 1;
}

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

/* Home Hero and About Layout ----- */

.hero {
	flex-direction: column-reverse;
}

.about {
	flex-direction: column;
}

.hero,
.about {
	min-height: auto;
}

.hero-right img,
.about-left img {
	max-width: 360px;
	margin: auto;
}

.hero-left,
.about-right {
	padding-inline: 1.25em;
	padding-block: 2.5em;
}

.hero-left, .hero-right,
.about-left, .about-right {
	width: 100%;
}

.hero h1 {
	font-size: 2.5em;
}

.hero h1 em {
	font-size: 3.25rem;
}

.hero-text {
	font-size: 1em;
}

.hero > .wrap {
	padding-inline: 0;
}

.hero-right img {
	max-height: 320px;
}

.hero:before,
.hero:after {
	display: none;
}

.hero-left:before,
.hero-right:before,
.about-left:before,
.about-right:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	
}

.hero-left:before,
.hero-right:before {
	background-color: #CECFCE;
}

.about-left:before,
.about-right:before {
	background-color: #F0DDD6;
}

.hero-left:before,
.about-left:before {
	bottom: 0;
	left: 0;
	clip-path: polygon(0 94%, 0 100%, 100% 100%);
}

.hero-right:before,
.about-right:before {
	top: 0;
	right: 0;
	clip-path: polygon(0 0, 100% 6%, 100% 0);
}

.about-right {
	clip-path: none;
	background-color: #FCF3EC;
}

/* Session CTA ----- */

.session-cta {
	text-align: left;
}

.session-cta-footer {
	text-align: center;
}

.session-cta-list {
	text-align: center;
	margin-bottom: 2.125em;
}

.session-cta-intro p {
	font-size: 1em;
}

.session-cta-list ul {
	gap: 1em;
	flex-wrap: wrap;
}

.session-cta-list ul li {
	width: calc(50% - 1em);
}

/* Video Buttons ------------------------------ */

.video-buttons {
	padding-block: 2.5em;
	text-align: left;
}

.video-buttons-list {
	flex-direction: column;
	gap: 1em;
}

.video-buttons h2 span {
	font-size: 1.75rem;
}

.pageHeader {
	margin-bottom: 1.25em;
}

.content :is(.photoright, .photoleft) {
	width: 100%;
	max-width: none;
	float: none;
	margin-inline: 0;
}

.hero-left {
	background-color: #F5F0EA;
}

.hero-buttons,
.video-buttons-footer, 
.about-buttons {
	text-align: center;
}

.hero-buttons {
	margin-top: 1.5em;
}

.video-buttons-list {
	margin-bottom: 1.5em;
}

.ask-me-anything #-speakpipe-widget-side-button {
	display: none !important;
}

.session-cta h2,
.about h2 span {
	font-size: 1.75rem;
}

.session-cta h2 span {
	font-size: 1.45rem;
}