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



/* HOVER ------------------------------ */

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


#alertApp:not(.alertStatic):is(:hover) {
  background: var(--ws-blue);
}


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

#sidenav>ul>li.on>a:is(:hover, :focus-visible)::after {
  background: #FFF;
}

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

:is(button,.button).violet:is(:hover,:focus-visible) {
  color: var(--ws-violet)
}

:is(button,.button).gray:is(:hover,:focus-visible) {
  color: var(--ws-dark);
}

:is(button,.button).white:is(:hover,:focus-visible) {
  color: #FFF;
}


.videoContainer>button.video:is(:hover,:focus)::after {
  background-color: rgba(var(--ws-violet-rgb), .85);
}

#video-modal .close:is(:hover, :focus-visible) {
  opacity: 0.5;
}




/* ADDON CLASSES ------------------------------ */

.twoCol, .threeCol, .resCol {
  column-rule: 0;
}

.twoCol {
  columns: 2;
}

.threeCol {
  columns: 3;
}

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

#content.padH1>h1 {
  padding-right: 6em;
}



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



/* forms */

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

.button.anchorRight {
  position: absolute;
  top: 0;
  right: 0;
}

.button.floatRight {
  position: absolute;
  top: 0.5em;
  right: 0;
}

.lunchOptions label {
  width: 50%;
  display: inline-block;
  margin-bottom: .5em;
  clear: right;
}

.formTable select.half {
  width: 49%;
  float: left;
}

.formTable select.half+.half {
  margin-left: 2%;
}



/* Form flex markup */
.form-flex .half {
	width: calc(50% - .5em);
}

.form-flex .third {
	width: calc(33.33% - .5em);
}

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




/* content */

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

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

.detail-halves .photoright {
  margin: 0 0 2em 2em;
}

.detail-halves .photoleft {
  margin: 0 2em 2em 0;
}


#tinymce {
  padding-top: 0;
}




/* HEADER ------------------------------*/

body>header {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  padding: 1.875em 0 0 1em;
  position: sticky;
  top: 0;
  z-index: 10;
}

#brand {
  display: block;
  z-index: 2;
  width: clamp(11.5em, -4.958em + 35.11vw, 21.375em);
}

#brand img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

#brand:is(:hover, :focus-visible) {
  opacity: 0.5;
}

#alertApp {
  border-bottom: 1px solid #FFF;
}




/* NAV ------------------------------ */

nav ul {
  margin: 0;
}

#mainnav {
  overflow: visible;
  padding-block: 1.125em;
}

#mainnav ul {
  text-align: right;
  overflow: visible;
  margin: 0;
  padding: 0;
}

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

#mainnav a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 0;
  border-bottom: 0;
  color: var(--ws-dark);
  display: inline-block;
  font-size: clamp(1em, 0.792em + 0.44vw, 1.125em);
  font-weight: 400;
  line-height: 1.028;
  padding: 0.875em clamp(0.5em, -0.229em + 1.56vw, 0.9375em);
  text-decoration: none;
}

#mainnav>ul>li:hover>a,
#mainnav>ul>li:active>a,
#mainnav>ul>li.on:hover>a {
  background: var(--ws-violet);
  color: #FFF;
}

#mainnav>ul>li.on>a {
  background: var(--ws-violet);
  color: #FFF;
}

/*dhtml*/

#mainnav li ul {
  z-index: 1;
  width: 15em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 0;
  padding: 0.75em 0;
  background: var(--ws-violet);
  position: absolute;
  overflow: auto;
  height: auto;
}

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

#mainnav>ul>li:nth-last-child(2) ul {
  right: 0;
}

#mainnav li ul li {
  display: block;
  float: left;
  padding: 0 0.5em;
  width: 100%;
}

#mainnav ul li ul li a {
  background: none;
  border: 0;
  color: #FFF;
}

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

#mainnav li ul li a:hover,
.t1 li ul li a:active {
  color: var(--ws-blue);
  background: #FFF;
}





/* ANCILLARY ------------------------------ */

#ancillary {
  gap: 2px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  right: 0;
  top: 0;
  text-align: right;
  width: 100%;
  background: var(--ws-light);
  padding: 0;
  height: 1.875rem;
  line-height: 1.875rem;
  display: flex;
  justify-content: end;
}

#ancillary a {
  background: var(--ws-violet);
  color: #FFF;
  display: inline-block;
  font-size: .9375em;
  font-weight: 400;
  padding-inline: 1em;
  text-align: center;
  text-decoration: none;
}

#ancillary a.number {
  background: var(--ws-blue);
}

#ancillary a:is(:hover, :focus-visible) {
  background: rgba(var(--ws-violet-rgb), .1);
  color: var(--ws-violet);
}

#ancillary a.number:is(:hover, :focus-visible) {
  background: rgba(var(--ws-blue-rgb), .15);
  color: var(--ws-blue);
}


#ancillary .search {
  display: inline-block;
  position: relative;
  height: 1.875rem;
}

#ancillary .search input {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  width: 18.125em;
  color: var(--ws-blue);
  font-size: 0.875em;
  height: 1.875rem;
  border: 0;
  box-shadow: none;
  padding: 0 2.5em 0 1em;
}

#ancillary .search ::-webkit-input-placeholder {
  color: var(--ws-blue);
  opacity: 1;
}

#ancillary .search ::-moz-placeholder {
  color: var(--ws-blue);
  opacity: 1;
}

#ancillary .search :-ms-input-placeholder {
  color: var(--ws-blue);
  opacity: 1;
}

#ancillary .search :-moz-placeholder {
  color: var(--ws-blue);
  opacity: 1;
}

#ancillary .search button {
  background: var(--ws-light);
  border: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}

#ancillary .search button::after {
  aspect-ratio: 1;
  background: var(--ws-blue);
  content: '';
  inset: 50% auto auto 50%;
  mask-image: url('/images/search.svg');
  mask-repeat: repeat;
  mask-size: contain;
  position: absolute;
  transform: translate(-50%,-50%);
  transition: all .3s ease;
  width: .75em;
}

#ancillary .search button:is(:hover, :focus-visible) {
  background: var(--ws-blue);
}

#ancillary .search button:is(:hover, :focus-visible)::after {
  background: #FFF;
}

#mobilenav,
.menu {
  display: none
}




/* GTRANSLATE WIDGET ------------------------------ */
#translate-widget select {
  background-color: rgba(255, 255, 255, 0.7);
  background-position: calc(100% - .5em) center;
  border: 0;
  font-size: .9375em;
  height: 1.875em;
  padding-block: 0;
  padding-right: 1.625em;
}


body>.skiptranslate:not(:is([style*="display: none"], [style*="display:none"])) ~ header {
  padding: 4.25em 0 0 1em;
}

body>.skiptranslate:not(:is([style*="display: none"], [style*="display:none"])) ~ header #ancillary {
  top: 2.375em;
}




/* MAIN ------------------------------ */


main.interior::before {
  background: url('/images/logo-emblem.svg') no-repeat right bottom 3.125em / auto clamp(20em, 10.208em + 20.89vw, 25.875em);
  content: '';
  inset: 0;
  opacity: .05;
  position: absolute;
  z-index: -1;
}

main.interior.topic-detail::before {
  background-position: 100% 50%;
}

main.interior>.wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}




/* content */

#content {
  min-height: 600px;
  padding: 2.25em 0 5em clamp(1.5em, 0.042em + 3.11vw, 2.375em);
  position: relative;
  width: calc(100% - 12.5em);
}

#content.fullWidth {
  float: none;
  margin: 0 auto;
  max-width: 56em;
  padding: 2.25em 0 5em;
  width: 100%;
}

.topic-detail #content.fullWidth {
  max-width: 58.875em;
}

#content.fullWidth .wrap>h1 {
  max-width: calc(100% - 6em)
}

main>div>aside {
  padding: 2.25em 0 0;
  width: 12.5em;
}

/* SIDENAV */
#sidenav {
  position: sticky;
  top: 9.5em;
}


.image-links {
  --ws-column-count: 3;
}

.image-links.two {
  --ws-column-count: 2;
}

.image-links li>a:is(:hover,:focus-visible) img {
  transform: scale(.95);
}




/* TOPIC JUMP ------------------------------ */

.topic-jump a:is(:hover, :focus-visible) {
  background: var(--ws-violet);
  color: #FFF;
}

#content .topics-list ul li.toggle>button:is(:hover,:focus-visible)::after {
  background: var(--ws-blue);
}


/* ----------------- */

.content .topics-list ul li:before {
  top: .2em;
}

.content .event-list li:before {
  top: .3em;
}

#content .topics-list ul li.toggle .button:is(:hover, :focus-visible)  {
  background: var(--ws-light);
  color: var(--ws-blue);
}




/* CALLOUTS ------------------------------ */

.callouts section {
  width: 25%;
  margin: 0 1.5%;
  display: inline-block;
  vertical-align: top;
}

.callouts section a:is(:hover, :focus-visible) div {
  border-color: var(--ws-violet);
}

.callout a:is(:hover, :focus-visible) {
  background-color: var(--ws-light);
}

.callout .search:is(:hover, :focus-visible) {
  border-color: #F15A29;
}

.callout .order:is(:hover, :focus-visible) {
  border-color: var(--ws-violet);
}

.interior .callout .search:is(:hover, :focus-visible),
.interior .callout .order:is(:hover, :focus-visible) {
  border-color: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.callouts section .button:is(:hover, :focus-visible) {
  background: var(--ws-blue);
  color: #FFF;
}




/* CALENDAR ------------------------------ */

.calendar ul {
  align-content: center;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.calendar li {
  display: inline-block;
  padding-bottom: 2.5em;
  position: relative;
  vertical-align: top;
  width: 32.5%;
}

.calendar li a {
  position: absolute;
  bottom: 0;
  left: 2em;
}

.registration-form [type="submit"],
.registration-form [type="reset"] {
  margin-right: 1em;
}




/* BACKEND TEST FORM ------------------------------ */

#content .backend-test-form>ul>li {
  background: #F2F2F2;
  border-radius: 6px;
  counter-increment: my-awesome-counter;
  padding: 1.75em 1.75em 1.75em 3.75em;
}

#content .backend-test-form>ul>li+li {
  margin-top: 0.8125em;
}

#content .backend-test-form li:before {
  display: none;
}

#content .backend-test-form>ul>li:after {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 3.125rem;
  text-align: right;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--ws-violet);
}

#content .backend-test-form>ul>li span {
  display: block;
  font-weight: 600;
  font-size: 1.125em;
  color: var(--ws-dark);
  line-height: 1.25em;
  margin-bottom: 0.5em;
}

#content .backend-test-form>ul>li label {
  display: block;
  padding: 0.25em;
  line-height: 1.25em;
  font-size: 1.125rem;
  color: #000;
}

#content .backend-test-form>ul li.answer {
  padding: 0.25em 0.25em 0.25em 1em;
  line-height: 1rem;
  text-indent: 0;
}




/* PAGEHEADER ------------------------------ */

.pageHeader {
  background: no-repeat center / cover;
  height: 5em;
  width: 100%;
}





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

body>footer .fatFooter {
  display: flex;
  justify-content: space-between;
  gap: clamp(2em, -11.689em + 24.34vw, 6.5625em);
}

body>footer button[type="submit"] {
  width: 5.625em;
}


/* Address */
body>footer address {
  width: clamp(14em, 9.208em + 10.22vw, 16.875em);
}

body>footer address a:is(:hover,:focus-visible) {
  color: var(--ws-blue);
}

body>footer address .social {
  margin: 1.5em 0 0 1em;
}


/* Email Signup */
body>footer div.signup {
  margin-left: auto;
  width: 19.25em;
}


/* About */
body>footer div.about {
  width: clamp(13em, 7.479em + 11.78vw, 16.3125em);
}

body>footer div.about .flex {
  justify-content: space-between;
  gap: 1em;
}

body>footer div.about a:is(:hover,:focus-visible) {
  color: var(--ws-violet);
}

body>footer div.about a:is(:hover,:focus-visible) img {
  transform: scale(.95);
}


/* Footer bottom */
body>footer nav {
  display: inline;
}

body>footer .copyright a:is(:hover,:focus-visible) {
  color: var(--ws-violet);
  text-decoration-color: var(--ws-violet);
}


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





/* SHARED ELEMENTS ------------------------------ */

/* Social (Welcome ribbon and footer) ----- */

.social li>a:is(:hover,:focus-visible) {
  background: var(--ws-violet);
}





/* RESOURCE LINKS RIBBON ------------------------------ /
* - Homepage and Standard/FullWidth Interior
*/

.resource-links ul.ws-flex {
  --ws-column-count: 5;
}

.resource-links.home li:nth-child(odd)>a:is(:hover,:focus-visible) .icon {
  background-color: rgba(var(--ws-violet-rgb), .1);
}

.resource-links.home li:nth-child(even)>a:is(:hover,:focus-visible) .icon {
  background-color: rgba(var(--ws-blue-rgb), .1);
}

.resource-links li:nth-child(odd)>a:is(:hover,:focus-visible) .icon::before {
  background-color: var(--ws-violet);
}

.resource-links li:nth-child(even)>a:is(:hover,:focus-visible) .icon::before {
  background-color: var(--ws-blue);
}


/* Interior */
.resource-links.interior a:is(:hover,:focus-visible) .icon {
  background: #FFF;
}

.resource-links.interior li:nth-child(odd) a:is(:hover,:focus-visible) strong {
  color: var(--ws-violet);
}

.resource-links.interior li:nth-child(even) a:is(:hover,:focus-visible) strong {
  color: var(--ws-blue);
}




/* FEATURED EVENTS RIBBON ------------------------------ /
* - Homepage
*/

.featured-events ul.ws-flex {
  --ws-column-count: 4;
}

.featured-events li>a:is(:hover,:focus-visible) .image {
  transform: scale(1.05);
}

.featured-events li>a:is(:hover,:focus-visible) strong {
  color: var(--ws-blue);
}





/* EMAIL SIGNUP RIBBON ------------------------------ /
* - Homepage
*/

.email-signup::before {
  background-size: 50% auto;
}

.email-signup::after {
  inset: 0 40% 0 0;
}

.email-signup .wrap {
  align-items: center;
  display: flex;
  gap: 2.5em;
}





/* CAMPAIGNS RIBBON ------------------------------ /
* - Homepage
*/

.campaigns .campaign>a:is(:hover,:focus-visible) .image {
  transform: scale(1.05);
}

.campaigns .campaign>a:is(:hover,:focus-visible) strong {
  color: var(--ws-blue);
}





/* WELCOME RIBBON ------------------------------ /
* - Homepage
*/

.welcome::after {
  inset: auto 0 -1em auto;
}

.welcome .wrap {
  display: flex;
  justify-content: space-between;
}

.welcome .image {
  width: 44%;
}

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

.welcome .textbox {
  padding-left: clamp(1.5em, -2.25em + 8vw, 3.75em);
  width: 56%;
}




/* TOPICS DETAIL PAGE ------------------------------ */

nav.breadcrumbs ul>li>a:is(:hover,:focus-visible) {
  color: var(--ws-violet);
  text-decoration-color: var(--ws-violet);
}


.detail-halves {
  display: flex;
  justify-content: space-between;
  gap: 2.5em;
}

.detail-halves>div {
  width: calc(50% - 1.25em);
}



/* Return to Topics button ----- */
.button.return-to-topics:is(:hover,:focus-visible)>span {
  color: var(--ws-blue);
}

.button.return-to-topics:is(:hover,:focus-visible)>span::before {
  background: var(--ws-blue);
  opacity: 1;
}





/* MAX WIDTH MEDIA QUERIES ------------------------------ */

/* 1080px */
@media (max-width: 67.5em) {

  .callouts {
    padding-bottom: 3em;
  }

  .callouts section {
    width: 40%;
    margin-bottom: 3em;
  }

}



/* 900px */
@media (max-width: 56.25em) {

  body>footer nav {
    display: block;
    margin: .5em 0 0;
  }

  body>footer nav>span:first-child {
    display: none;
  }

  .resource-links ul.ws-flex {
    --ws-column-count: 3;
  }

  .featured-events ul.ws-flex {
    max-width: 36em;
    --ws-column-count: 2;
  }

}





/* MIN WIDTH MEDIA QUERIES ------------------------------ */

/* 1800px */
@media (min-width: 112.5em) {
  body { font-size: 1.075em; }
}



/* 2400px */
@media (min-width: 150em) {
  body { font-size: 1.15em; }
}




/* ------------------- STYLE-D.CSS ------------------- */
