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

/* inter-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('/includes/fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('/includes/fonts/inter-v12-latin-regular.woff') format('woff'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-500 - latin */
@font-face {
	font-display: swap;  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: url('/includes/fonts/inter-v12-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('/includes/fonts/inter-v12-latin-500.woff') format('woff'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	src: url('/includes/fonts/inter-v12-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('/includes/fonts/inter-v12-latin-600.woff') format('woff'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url('/includes/fonts/inter-v12-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('/includes/fonts/inter-v12-latin-700.woff') format('woff'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

:root {
	--ws-lt-blue: #0081AC;
	--ws-dk-blue: #003961;
	--ws-dk-blue-rgb: 0, 57, 97;
	--ws-xlt-blue: #DDEBF5;
	--ws-ltgr-blue: #D2DEEB;
	--ws-offwhite: #ECEFF2;
	--ws-gray: #434343;
	--ws-txt-color: #4a4a4a;
	--ws-link-color: #1C75BB;
	--ws-purple: #272A67;

	--ws-column-width: 7.5em;
	--ws-transition: all .3s ease;

}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	background: var(--ws-dk-blue);
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
}

ul {
	padding-left: 0;
}

ul li {
	list-style: none;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

table {
	border-collapse: collapse;
}

td, th {
	empty-cells: show;
	text-align: left;
	vertical-align: top;
}
#skipNavigation {
	background: #FFF;
	color: #000;
	left: 0;
	padding: .5em;
	position: absolute;
	top: -1000px;
	z-index: 10;
}

#skipNavigation:focus {
	top: 0;
}


/* text */
body, .text, input, button, select, textarea {
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	color: var(--ws-txt-color);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
figure figcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8125rem;
	font-style: italic;
	text-align: right;
}

h1 {
	font-size: 2.75rem;
	font-weight: 700;
}


h2 {
	font-size: 1.875rem;
	color: var(--ws-lt-blue);
	font-weight: 700;
}

h3 {
	font-size: 1.5rem;
	color: var(--ws-dk-blue);
	font-weight: 700;
}

h4 {
	font-size: 1.25rem;
	color: var(--ws-gray);
}

.content h2>span {
	color: #000;
	font-size: .875em;
}

.content h2>span::before {
	content: '- ';
}

.intro {
	font-size: 1.375rem;
	font-weight: 500;
}

.interior main:is(p, ul, ol){
	font-size: 1.125rem;

}

.text {
	font-size: 1rem;
}

a {
	color: var(--ws-link-color);
	text-decoration: none;
}

a:is(:hover, :focus), a:is(:hover, :focus) * {
	color: var(--ws-dk-blue);
}

p,h1,h2,h3,h4,hr,.content ul,.contentEditor ul,blockquote,dd,ol {
	margin-block: 0 1rem;
}

h1, h2, h3, h4, h5, h6, th {
	line-height: 1.2;
}

:is(p, ul, ol, blockquote, .highlight) + :is(h2, h3, h4, h5, h6) {
	margin-top: 2em;
}

.textColor, h6, th, dt {
	color: #31659B;
}

em, i, q, .italic {
	font-style: italic;
}

b, strong {
	font-weight: 700;
}

u {
	text-decoration: none;
}

hr {
	border: 0;
	border-top: 1px solid rgba(0,0,0,.15);
	margin: 2.5em 0;
	padding-top: 1px;
}

p {
	font-size: 1.125rem; /*fixed*/
}

.interior main :is(p, ul, ol, li) {
	font-size: 1.125rem;
}

sup, sub {
	font-size: .6em;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.clearFloats {
	clear: both;
}

.nobr {
	white-space: nowrap;
}

.twoCol, .threeCol, .resCol {
	column-gap: 2em;
}

.req {
	color: var(--ws-lt-blue);
}

.content :is(.photoright, .photoleft) {
	height: auto;
	max-width: min(50%, 21.875em);
}

.content :is(.photoright, .photoleft) img {
	float: none;
	height: auto;
	margin: 0;
	max-width: 100%;
	border-radius: 4px;
	border: 5px solid #FFF;
	outline: 2px solid var(--ws-ltgr-blue);
}

.content figure.photo-fullwidth {
	text-align: center;
	width: 100%;
}

.content figure.photo-fullwidth img {
	width: auto;
}

.photoright {
	clear: right;
	float: right;
}

.photoleft {
	clear: left;
	float: left;
}

caption {
	font-size: 0.8125rem;
	font-weight: 400;
}

.muted {
	opacity: 0.5;
}

small, .textSm {
	font-size: .8em;
}

.content table {
	width: 100%;
}


blockquote {
	line-height: 1.1;
	text-align: right;
}

.interior blockquote p {
	color: var(--ws-dk-blue);
	font-size: 1.375rem;
	quotes: '\201c' '\201d';
	font-weight: 700;
	text-align: left;
}

blockquote p::first-letter {
	margin-left: -0.5625rem;
}

blockquote :is(cite, footer) {
	color: var(--ws-gray);
	font-size: 0.9375rem;
	text-align: right;
}

blockquote cite::before,
blockquote footer::before {
	content: '- ';
}

blockquote p:first-of-type::before {
	content: open-quote;
	color: var(--ws-lt-blue);
}

blockquote p:last-of-type::after {
	content: close-quote;
	color: var(--ws-lt-blue);
}

blockquote.full {
	float: none;
	margin: 1.5em 0;
	max-width: 100%;
	width: 100%;
	padding: 0 0.625rem;
}


.highlight,
.content .highlight {
	clear: both;
	margin: 2em 0;
}
.highlight-inner {
	padding: 1.5em 1em 1em;
	background: var(--ws-xlt-blue);
	border-radius: 5px; /*fixed*/
}

.highlight .highlight-content :first-child {
  margin-top: 0;
}

.highlight .highlight-content :last-child,
.highlight .highlight-content ul:last-child li:last-child {
  margin-bottom: 0;
}

.highlight h2 {
	font-size: 1.75rem;
	color: var(--ws-lt-blue);
	font-weight: 700;
}

.highlight :is(p, ul, ol) {
	font-size: 1.125rem;
	color: var(--ws-gray);
	font-weight: 400;
}

.gallery {
	--ws-lightbox-gap: .5em; 
	
	display: flex;
    flex-wrap: wrap;
    gap: var(--ws-lightbox-gap);
}
.gallery > a {
	aspect-ratio: 1;
    line-height: 0;
    width: calc( 100%/var(--ws-lightbox-column-count) - ( var(--ws-lightbox-gap) * ( var(--ws-lightbox-column-count) - 1 )/var(--ws-lightbox-column-count) ) );
}
.gallery > a > img {
	border-radius: 5px;
    cursor: pointer;
    object-fit: cover;
    width: 100%;
	height: 100%;
	object-position: center top;
}
body .sl-overlay {
	background: #000;
}
body .sl-wrapper :is(.sl-navigation button, .sl-wrapper .sl-close) {
	color: #FFF;
}


/* FLEX COLUMNS ( see: http://www.wsstevev1.v4/flexbox-columns/ ) ------------------------------ */
.flex-columns {
	--ws-columns: 3; /* default # of columns */
	--ws-gap: 1.5em; /* default gap between columns */
	display: flex;
	flex-wrap: wrap;
	gap: var(--ws-gap);
}

.flex-columns > * {
	width: calc( 100% / var(--ws-columns) - ( var(--ws-gap) * ( var(--ws-columns) - 1 ) / var(--ws-columns) ) );
}


/* MAIN ------------------------------ */
.wrap, .fatFooter {
	margin-inline: auto;
	max-width: 77em;
	overflow: auto;
	position: relative;
	width: 100%;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.home main .wrap {max-width: 67em;}

main {
	background: #FFF;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.interior > main > .wrap {
	overflow: visible;
}

.interior main > div > aside {
	position: relative;
	overflow: initial;
}
.interior main > div > aside::before {
	content: "";
	position: absolute;
	background: url(/images/icons/small-blue-arrow.svg) no-repeat center / contain;
    width: 19.8125rem;
    height: 18rem;
	overflow: visible;
	bottom: -13rem;
    left: -10.3125rem;
}

.contentEditor {
	background: #FFF;
	min-width: 100%;
}

/* sidenav */
#sidenav {
	margin-block: 3.375em 4em;
	overflow: hidden;
	width: 100%;
	position: relative;
}

#sidenav ul {
	padding: 0;
}

#sidenav li {
	height: 1%;
	overflow: hidden;
}

#sidenav > ul > li > a {
	border-radius: 5px;
}

#sidenav li a {
	display: block;
	line-height: 1.1;
	padding: .5em 0.5625rem;
	color: var(--ws-lt-blue);
	font-weight: 700;
	font-size: 1.125rem;
	border-radius: 0;
}

#sidenav li a:is(:hover, :focus) {
	background: rgba(var(--ws-dk-blue-rgb), .8);
	color: #FFF;
}

#sidenav li.on>a { /*fixed*/
	color: #FFF;
	background: var(--ws-dk-blue);
	border-radius: 5px 5px 0 0;
}

/* t2 */
#sidenav li.on ul {
	border-top: 2px solid rgb(255, 255, 255);
	border-left: 2px solid var(--ws-xlt-blue);
	border-right: 2px solid var(--ws-xlt-blue);
}

#sidenav li.on ul:last-child {
	border-bottom: 2px solid var(--ws-xlt-blue);
	border-radius: 0 0 5px 5px;
	/*margin-bottom: 0.5rem;*/
}

#sidenav li.on ul li {
	border-top: 1px solid rgba(255,255,255);
}

#sidenav li.on ul li a {
	color: var(--ws-gray);
	font-weight: 400;
	background-color: var(--ws-xlt-blue);
	font-size: 1rem;
	padding: .3em .5rem .3em .5rem;
	border-radius: 0;
}

#sidenav li ul li.on>a,
#sidenav li ul li a:is(:hover, :focus) {
	color: var(--ws-purple);
	background: #FFF;
}

/* t3 */
#sidenav li ul li.on ul {
	border: 0;
	/*padding-bottom: .5em;*/
}

#sidenav li.on ul li.on ul:last-child {
	border-bottom: 0;
	border-radius: 0;
	/*margin-bottom: 0.5rem;*/
}

#sidenav li ul li.on ul li {
	border: 0;
}

#sidenav li ul li.on ul li a {
	background-color: #FFF;
	font-size: 1rem;
	padding-left: 1rem;
	color: var(--ws-txt-color);
	font-size: 0.9375rem;
}

#sidenav li ul li.on ul li.on>a,
#sidenav li ul li.on ul li a:is(:hover, :focus) {
	background: var(--ws-lt-blue);
	color: #FFF;
}

/* t4 */
#sidenav li ul li ul li.on ul li a {
	color: #666;
	font-size: .7em;
	padding-left: 1.5rem;
}

#sidenav li ul li ul li a:is(:hover, :focus),
#sidenav li ul li ul li ul li.on>a,
#sidenav li ul li ul li ul li a:is(:hover, :focus) {
	background: #F5F5F5;
	color: #000;
}


/* breadcrumbs */
.breadcrumb {
	margin-bottom: 1em;
}

.breadcrumb a::after {
	content: "\00A0\00A0\203A\00A0";
}

/* content */
.content {
	word-wrap: break-word;
}


.shareIcons {
	display: inline-block;
	overflow: auto;
	position: relative;
}

.shareIcons a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: .2em;
	display: block;
	float: left;
	height: 20px;
	margin: 0 .5em 1em 0;
	width: 20px;
}

.shareFacebook {
	background-color: #1877F2;
	background-image: url('/images/icons/social/facebook.svg');
}

.shareTwitter {
	background-color: #1DA1F2;
	background-image: url('/images/icons/social/twitter.svg');
}

.shareLinkedin {
	background-color: #0A66C2;
	background-image: url('/images/icons/social/linkedin.svg');
}

/* do people still use google+ ? */
.shareGoogle {
	background-color: #DD4B39;
	background-image: url('/images/icons/social/google-plus.svg');
}

/* list */
.content ol ol li {
	list-style: lower-alpha;
}

.content ul li {
	margin: 0 0 .5em;
	padding-left: 2em;
	position: relative;
}

.content ul li::before {
	content: '';
	background-image: url('/images/icons/arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	height: 1em;
	left: .5em;
	position: absolute;
	text-align: center;
	width: 1.7em;
	top: 0.2em;
}

.content ul li ul li:before {
	opacity: .5;
	top: 0.27em; /*fixed*/
}

.content :is(ol, ul) li li {
	font-size: 1em;
}


/* addon classes */
.clearfix::after {
	clear: both;
	content: '';
	display: table;
}

.videoContainer {
	aspect-ratio: 16 / 9;
	line-height: 0;
	position: relative;
	width: 100%;
}

.videoContainer.ratio-4-3 {
	aspect-ratio: 4 / 3; /* 4:3 full-frame */
}

/* Build out the space for videos when editing a CMS page */
#tinymce .videoContainer { aspect-ratio: 16 / 9 !important; }
#tinymce .videoContainer.ratio-4-3 { aspect-ratio: 4 / 3 !important; }


.videoContainer iframe,
#tinymce .mce-preview-object {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.sr-only, .slick-sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#wysiwygBody {
	background: #FFF;
}

.wsNew {
	background-color: var(--ws-xlt-blue);
	color: #222;
	display: inline-block;
	font-size: .7em;
	font-style: italic;
	height: 1.5em;
	line-height: 1.5em;
	margin: .3em 0;
	overflow: visible;
	padding: 0 .3em;
	vertical-align: top;
}

td.right, th.right {
	text-align: right;
}

.buttons {
	margin: 1em -.25em;
}
.buttons .button {
	margin: .25em;
}

/* HOME ------------------------------ */
.home-hero {
	position: relative;
}
.home-hero .wrap {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 50%);
	border: 2px solid var(--ws-lt-blue);
	padding: 1.25rem;
	margin: 0 auto;
	text-align: center;
	outline: 4px solid #FFF;
	max-width: 60rem;
	z-index: 3;
}
.home-hero h1 {
	font-size: 1.875rem;
	color: #000;
	margin: 0rem 0rem 0rem 0.375rem;
	font-weight: 600;
}
.home-hero p {
	font-size: 1.625rem;
	color: var(--ws-lt-blue);
	margin: 0;
}

/* HOMEPAGE EVENTS --------------------------*/
.home-events {
	background: #FFF;
	border-top: 4px solid #FFF;
	position: relative;
	clip-path: circle(1000vw at 50% calc(100% - 1000vw));
}
.home-events:before {
	content: "";
	background-color: var(--ws-lt-blue);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 4px;
	pointer-events: none;
	clip-path: circle(1000vw at 50% calc(100% - 1000vw));
}

.home-events .wrap {
	padding-bottom: 2.5rem;
	text-align: center;
}

.home-events h2 {
	font-size: 2rem;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 0.375rem;
}

.home-events h2 span {
	display: block;
	font-size: 1.375rem;
}

.home-events time {
	display: block;
	font-size: 1.125rem;
	color: #FFF;
	text-transform: uppercase;
}
.home-events time {
	color: rgba(255,255,255,.7);
}

.home-events .button {
	background-color: var(--ws-lt-blue);
	border: 1px solid #FFF;
	margin-top: 0.75rem;
	padding: 0.6875rem;
	border-radius: 5px;
}

/* BUBBLES ---------------------------*/
.bubbles {
	background-image: linear-gradient(90deg, rgba(237, 240, 249, 1) 0%, rgba(245, 245, 246, 1) 100%);
	margin-top: -1.6875rem;
}

.home-hero + .bubbles {
	margin-top: 0;
}

.bubbles .wrap {
	display: flex;
	gap: 2rem 7.3125rem;
	justify-content: center;
	overflow: visible;
	padding-bottom: 3.1875rem;
}

.circle-image {
	width: 24rem;
	max-width: calc(50% - 3.65625rem);
	text-align: center;
}

.circle-image img {
	width: 24rem;
	height: 24rem;
	object-fit: cover;
	margin-bottom: 1.1875rem;
	border-radius: 50%;
	border: 6px solid #FFF;
	outline: 2px solid var(--ws-ltgr-blue);
}

.circle-image h2 {
	color: var(--ws-lt-blue);
	font-size: 1.3125rem;
	font-weight: 600;
}

.circle-image a:is(:hover, :focus) img {
	transform: scale(1.05);
}

.circle-image a:is(:hover, :focus) h2 {
	color: var(--ws-dk-blue);
}

/* SQUARES -----------------------------------*/
.squares {
	margin-top: -2rem;
	position: relative;
}

.squares .blue-background {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 50%;
	background: #FFF;
	clip-path: circle(1000vw at 50% 1000vw);
}
.squares .blue-background:before {
	content: "";
	top: 4px;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background: var(--ws-dk-blue);
	clip-path: circle(1000vw at 50% 1000vw);
}
.arrows:before, .arrows:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.squares .arrows.grey:before {
	background-image: url(/images/icons/arrow-grey-down.svg);
	width: 30.3125rem;
    height: 27.625rem;
    top: -4.8125rem;
    left: -5.3125rem;
}

.squares .arrows.grey:after {
	background-image: url(/images/icons/arrow-grey-up.svg);
	width: 48.5rem;
	height: 52.2325rem;
	top: -16.25rem;
	right: -9rem;
}

.squares .arrows.blue:before {
	background-image: url(/images/icons/arrow-blue-middle.svg);
	transform: translateX(-50%);
	left: 50%;
    width: 12.8125rem;
    top: -0.375rem;
    background-position: top;
    height: 14rem;
}

.squares .wrap {
	display: flex;
	gap: 1rem;
	justify-content: center;
	padding-top: 9.375rem;
	z-index: 1;
	overflow: hidden;
}

.square-image {
	width: 31.25rem;
	max-width: calc(50% - 0.5rem);
}

.square-image img {
	width: 31.25rem;
	height: 20.5625rem;
	object-fit: cover;
	border-radius: 4px;
	border: 5px solid #FFF;
	outline: 2px solid var(--ws-ltgr-blue);
}
.square-image .image-box {
	display: block;
	position: relative;
	line-height: 0;
	margin-bottom: 1.8125rem;
}


.square-image p {
	color: var(--ws-gray);
	font-weight: 400;
	font-size: 1.125rem;
}

.square-image h2 {
	font-size: 2rem;
	font-weight: 600;
}

.square-image .text {
	margin: 0rem 1.875rem;
}

.squares section:nth-child(odd) h2 {
	color: var(--ws-lt-blue);
}

.squares section:nth-child(even) h2 {
	color: var(--ws-dk-blue);
}

/* MEANINGFUL EMPLOYMENT -----------------------*/
.we-do {
	background: #ECEFF2;
	position: relative;
	z-index: 1;
	clip-path: circle(827vw at 50% 828vw);
	padding-top: 4.25rem;
	margin-top: 4.25rem;
}

.we-do .wrap {
	display:flex;
	align-items: flex-start;
	justify-content: center;
	gap: 2rem 8.125rem;
	overflow: visible;
	flex-direction: row-reverse;
}

.l-col h2 {
	color: var(--ws-lt-blue);
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 600;
}

.l-col p {
	color: var(--ws-gray);
	font-size: 1.125rem;
	font-weight: 400;
	margin-bottom: 1.25rem;
}
.l-col p:last-child {
	margin-bottom: 0;
}
.l-col p .button {
	font-size: 1rem;
}

.we-do figure {
	margin: 0 0 -1.25rem;
	position: relative;
}
.we-do .responsive-circle {
	width: 100%;
	position: relative;
	border-radius: 50%;
	border: 6px solid #FFF;
}
.we-do .responsive-circle:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.we-do .responsive-circle img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}
.we-do .responsive-circle + .responsive-circle {
	position: absolute;
}

.we-do .responsive-circle:nth-child(1) {
	outline: 2px solid var(--ws-ltgr-blue);
}

.we-do .responsive-circle:nth-child(2) {
	width: 43%;
	left: -12%;
}

.we-do .responsive-circle:nth-child(3) {
	width: 32%;
	right: 56.6%;
}

.we-do .responsive-circle:nth-child(3)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #0081AC;
	opacity: 70%;
	z-index: 1;
	border-radius: 50%;
}

/* CONTRIBUTORS ---------------------------------*/
.contributors {
	background-color: #FFF;
	position: relative;
}

.contributors .wrap {
	max-width: 66.625rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 3.5rem;
	padding-bottom: 3.1875rem;
}

.contributors h2 {
	color: #000;
	font-size: 1.125rem;
	font-weight: 600;
}

.contributors ul {
	display: flex;
	flex-direction: row;
}

.contributors li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0;
}

.contributors .button {
	background: #FFF;
	color: var(--ws-dk-blue);
	border: 2px solid var(--ws-lt-blue);
	padding: 0.4688rem 0.6563rem;
}

.contributors img {
	width: 80%;
}

.contributors .blue-arrow::before {
	content: "";
	position: absolute;
	background: url(/images/icons/small-blue-arrow.svg) no-repeat center / contain;
	width: 20rem;
    height: 18rem;
    overflow: visible;
    top: -7.8125rem;
    left: -3.3125rem;
	pointer-events: none;
	z-index: 2;
}

/* temp */
.contributors ul {
	width: 100%;
}
.contributors ul li {
	width: 20%;
}
.contributors img {
	height: 3.75rem;
	object-fit: contain;
	object-position: center;
}
.contributors ul #dds-logo img {
	height: 2.0625rem;
}
.contributors li a:is(:hover, :focus) img {
	transform: scale(1.1);
}

/* FORMS AND INPUTS ------------------------------ */
input, button, select, textarea {
	font-size: 1em;
	line-height: 1.2em;
}

input:is([type="button"], [type="date"], [type="submit"], [type="text"], [type="reset"], [type="password"], [type="tel"], [type="number"], [type="email"], [type="url"], [type="search"]), textarea, select {
	border-radius: 4px;
	outline: none;
}

input:is([type="text"], [type="date"], [type="password"], [type="tel"], [type="number"], [type="email"], [type="url"], [type="search"]), textarea, select {
	background-color: #FFF;
	border: 1px solid var(--ws-lt-blue);
	padding: 0.3125rem 0.625rem;
}

:is(input:is([type="text"], [type="date"], [type="password"], [type="tel"], [type="number"], [type="email"], [type="url"], [type="search"]), textarea, select):focus {
	background-color: var(--ws-xlt-blue);
}

:is(button, .button, input:is([type="button"], [type="submit"], [type="reset"])):focus {
	background-color: var(--ws-dk-blue);
	color: #FFF;
}

textarea {
	display: block;
}

select option {
	padding: 0 .2em;
}

button, .button, input:is([type="button"], [type="submit"], [type="reset"]) {
	background: var(--ws-lt-blue);
	border: 2px solid var(--ws-lt-blue);
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 0.75rem 1.3125rem;
	border-radius: 3px;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0.3125rem;
}

.button.darkblue {
	background: var(--ws-dk-blue);
	border-color: var(--ws-dk-blue);
}

.button.dkblbrdr,
.squares section:nth-child(even) .button {
	background: #FFF;
	color: var(--ws-lt-blue);
	border: 2px solid var(--ws-dk-blue);
}

.button.ltblbrdr {
	background: #FFF;
	color: var(--ws-dk-blue);
	border: 2px solid var(--ws-lt-blue);
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.button {
	display: inline-block;
}

button img {
	height: 1em;
	vertical-align: top;
	width: auto;
}

input.bulky, .bulky {
	font-size: 1.2em;
	padding: .4em .6em;
}

.formTable,
.formTable :is(input:is([type="text"], [type="password"], [type="tel"], [type="number"], [type="email"], [type="url"], [type="search"]), table, textarea) {
	width: 100%;
}

.formTable table td {
	padding-bottom: 0;
}

.formTable.right td:first-child {
	text-align: right;
	width: 1%;
}

.formTable.right td {
	width: auto;
}

form h2 {
	/*border-top: 1px solid rgba(0,0,0,.15);*/
	margin: 2rem 0 .5rem;
	/*padding-top: 2rem;*/
}
form h3 {margin: 1rem 0 .5rem;}
.formTable td.availableDays {width: 20%;}
.formTable .unchecked + .unchecked {padding-left: 2em;}

.subjClass {
	display: none !important;
}

#Captcha label {
	padding-left: 0;
}

:is(.formEdit, .formBuilder) select {
	width: 40%;
}


/* MANAGEMENT ------------------------------ */
hr + .manage {
	margin-top: -1em;
}

.manage {
	border-bottom: 1px solid rgba(0,0,0,.2);
	line-height: 1.3;
	width: 100%;
}

.manage th {
	border-bottom: 1px solid rgba(0,0,0,.2);
	text-align: left;
}

.manage th.right {
	text-align: right;
}

.manage th.sort {
	cursor: pointer;
}

.manage th.sort img {
	margin-left: 5px;
}

.manage th img {
	bottom: -2px;
	position: relative;
}

.manage td,.manage th {
	padding: 5px 5px 5px 0;
}

.manage td:first-child {
	padding-left: .8em;
}

.manage img.preload {
	border: solid 1px #fff;
	display: none;
	position: absolute;
	top: 0;
	z-index: 10;
}

.manage td.icons img {
	bottom: -2px;
	margin-left: 5px;
	position: relative;
}

.manage td:first-child.icons img {
	margin-left: 0;
}

.manage td:first-child.icons {
	padding-inline: 3px;
}

.manage td:nth-child(2) {
	hyphens: auto;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.manage td.icons a:first-child img {
	margin-left: 0;
}

.manage td.icons input {
	bottom: 0;
	margin-left: 5px;
	position: relative;
}

.manage .hidden {
	color: var(--ws-dk-blue);
	font-style: italic;
}

.manageButton {
	padding: 10px 0;
	text-align: right;
}

.alternate tbody tr:nth-child(even), .even {
	background: #FFF;
}

.alternate tbody tr:nth-child(odd), .odd {
	background: rgba(0,0,0,.06);
}

.manage + hr, .manage + .manageLinks + hr {
	margin-top: 50px;
}

.manageLinks {
	margin-top: 10px;
}

.manageLinks select {
	max-width: 20em;
}

.manageLinks a {
	white-space: nowrap;
}

.manageLinks a img {
	bottom: -2px;
	position: relative;
}

.manageLinks button {
	margin-left: 5px;
}

.manageButtons {
	padding: 10px 0;
	text-align: right;
}

.wsReturnToButton {
	float: right;
	margin-top: -3.5em;
}

.manage.rightFirstChild td:first-child {
	text-align: right;
}

.sortRow th {
	cursor: pointer;
}

.manageEllipsis {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
}

.manage colgroup col {
	width: auto !important;
}


/* pagination */
.pagination {
	font-size: .95em;
	text-align: right;
}


/* PAGEHEADER ------------------------------ */
.pageHeader {
	width: 100%;
	height: auto;
	background: var(--ws-lt-blue);
	clip-path: circle(800vw at 50% calc(100% - 800vw));
}
.pageHeader h1 {
	color: #FFF;
	margin: 0 auto;
	text-align: center;
	max-width: 77em;
	padding: 2.5rem 1.5rem 3rem;
}
.pageHeader::before {
	content: "";
	position: absolute;
	background-image: url(/images/icons/arrow-grey-down.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 22.3125rem;
    height: 27.625rem;
    top: -7.1875rem;
    left: 7.6875rem;
}
.pageHeader::after {
	content: "";
	position: absolute;
	background-image: url(/images/icons/arrow-grey-up.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 22.3125rem;
    height: 27.625rem;
    top: -11.1875rem;
    right: 4.6875rem;
}

/* ALERT APP ------------------------------ */
#alertApp {
	background: var(--ws-dk-blue);
	cursor: pointer;
	position: relative;
	padding: .5rem 2.5rem;
	width: 100%;
	z-index: 1;
}

#alertApp.alertStatic {
	cursor: default;
}

#alertApp #alertTitle {
	color: #FFF;
	display: block;
	font-size: 1em;
	line-height: 1.2;
	margin: 0 auto;
	padding: .1875em .3125em;
	text-align: center;
}

#alertApp #alertDesc {
	height: 0;
	overflow: hidden;
}

#alertApp p {
	color: #FFF;
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
	padding: .5rem 0 .75rem;
	position: relative;
	text-align: center;
}


/* GENERIC POPOVER WITH WYSIWYG AREA ------------------------------ */
#popover {
	align-items: center;
	background: rgba(0,0,0,0.9);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 1em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

#popover .container {
	max-width: 40em;
	position: relative;
}

#popover  .close {
	color: #FFF;
	cursor: pointer;
	height: 1.5em;
	font-size: 2.25em;
	line-height: 1.5em;
	position: absolute;
	right: 0;
	text-align: right;
	top: -1.5em;
	width: 1.5em;
}

#popover .popover-wrap {
	background: #FFF;
	border-radius: 4px;
	max-width: 40em;
	padding: 2em;
	text-align: left;
}

#popover .popover-content {
	max-height: 75vh;
	overflow: auto;
}

#popover :is(h1, h2, h3, h4) {
	margin: 0 auto 0.75rem
}

#popover img {
	height: auto;
	margin: 0 auto 1rem;
	max-width: 100%;
}



/* FORM ERROR ------------------------------ */
.formError {
	background-color: #000;
	border: 0;
	border-radius: 10px;
	box-shadow: 0 2px 2px #333;
	color: #FFF;
	display: none;
	margin: 0 0 2px;
	padding: .3125em .625em;
	z-index: 5;
}

.formError p {
	font-size: .9em;
	margin: 0;
}

.formError em {
	border: 10px solid;
	border-color: #000 transparent transparent;
	bottom: -1.0625em;
	display: block;
	height: 0;
	left: 2.5em;
	position: absolute;
	width: 0;
}


/* FOOTER ------------------------------ */
body>footer {
	color: #FFF;
	padding-block: 2rem;
	position: relative;
	z-index: 0;
}

body>footer address {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.65;
}

body>footer address::first-line {
	font-size: 1rem;
}

body>footer a {
	color: #FFF;
}
body>footer a.on {
	text-decoration: underline;
}

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

body>footer .fatFooter {
	margin-bottom: 3em;
}

body>footer>.wrap {
	clear: both;
	overflow: visible;
}

body>footer>.wrap nav {
	display: inline;
}

body>footer .facebook {
	position: relative;
	height: 1.375rem;
	width: 1.375rem;
	display: block;
}
body>footer .facebook:before {
	content: "";
	position: absolute;
	height: 1.375rem;
	width: 0.75rem;
	top: 0;
	background: url(/images/icons/facebook-f.svg) no-repeat center / contain;
}
body>footer .copyright {
	font-size: 0.875rem;
	font-weight: 400;
}
body>footer #web-solutions {
	font-size: 0.875rem;
}



/* TRANSITIONS ------------------------------ */
a, a *, button, .button, input:is([type="button"], [type="submit"], [type="reset"]),
:is(input, select, textarea):focus, #alertApp, #alertDesc, #navContainer li, #popover .close {
	transition: var(--ws-transition);
}

.stop-transitions * {
	transition: none !important;
}


/* ANIMATIONS ------------------------------- */

.fade-in, .animate-custom, .scale-in,
.animate-left, .animate-right, .animate-down, .animate-up {
  opacity: 0;
  position: relative;
  transition: all .6s ease;
}


.scale-in {transform: scale(.95);}
.scale-in.animated {transform: scale(1);}

.animate-left { left: 2rem; top: 0; }
.animate-right { right: 2rem; top: 0; }
.animate-up { top: 2rem; }
.animate-down { top: -2rem; }

.animate-left.animated { left: 0; top: 0; }
.animate-right.animated { right: 0; top: 0; }
.animate-up.animated { top: 0; }
.animate-down.animated { top: 0; }

.animated {opacity: 1;}

.animated,
.delay-1 { transition-delay:.15s;}
.stop-animations * { -webkit-animation: none !important; animation: none !important; transition: none !important; }
