@charset "UTF-8";
/* All clamps 750 - 1200 unless noted */



html {
  scroll-padding-top: 4em;
}

html:has(#wsManagementBar) {
  scroll-padding-top: 6em;
}




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

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


/* Blue buttons */
:is(button, .button, input:is([type="button"], [type="submit"], [type="reset"])):is(:hover, :focus-visible) {
  background-color: #FFF;
  color: var(--ws-blue);
}

.whats-new .callout>a:is(:hover,:focus-visible) span.button::before,
:is(button, .button, input:is([type="button"], [type="submit"], [type="reset"])):is(:hover, :focus-visible)::before {
  opacity: 0;
  transform: scale(1.2, 1.6);
  transition: all 1s ease;
}

/* Blue outline buttons: */
:is(button, .button).outline:is(:hover, :focus-visible) {
  background: var(--ws-blue);
  color: #FFF;
}

/* Green buttons */
:is(button, .button).green:is(:hover, :focus-visible) {
  color: var(--ws-green);
}

/* Green outline buttons: */
:is(button, .button).green.outline:is(:hover, :focus-visible) {
  background: var(--ws-green);
  color: #FFF;
}

/* White buttons: */
:is(button, .button).white:is(:hover, :focus-visible) {
  background: transparent;
  color: #FFF;
}


/* Sidenav */
: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-gray);
  color: #FFF;
}


fieldset label:first-of-type input:is(:hover, :focus-visible) {
  outline: 1px solid #FF0000;
}




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

body:not(#tinymce) {
  display: grid;
  grid-template-columns: minmax(0, 1fr); /* Fixes horizontal overflow issue */
  grid-template-rows: auto auto 1fr;
  min-height: 100vh;
}

body>footer {
  align-self: end;
}

body.management {
  margin-top: 0 !important;
}





/* HEADER ------------------------------*/
body>header {
  background: rgba(var(--ws-green-rgb), .12);
  position: sticky;
  top: 0;
  z-index: 1;
}

body.scroll>header {
  box-shadow: 0 1px 1px rgba(0,0,0,.015),0 2px 2px rgba(0,0,0,.015),0 4px 4px rgba(0,0,0,.015),0 8px 8px rgba(0,0,0,.015),0 16px 16px rgba(0,0,0,.015);
}

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

/* Alert */
body>#alertApp {
	z-index:2;
}

body.management>#alertApp {
	margin-top: 35px;
}

body.management>#alertApp+header {
  margin-top: 0;
}



#brand {
  aspect-ratio: 180 / 182;
  display: block;
  inset: clamp(-1.25em, -2.083em + 1.78vw, -0.75em) 0 0 1.25em;
  max-width: clamp(8em, 2.583em + 11.56vw, 11.25em);
  padding: 2em 1.25em 1em;
  position: absolute;
  width: 100%;
  z-index: 1;
}

body.scroll #brand {
  max-width: 6.5em;
  top: -1.25em;
}

#brand::before,
#brand::after {
  background: #FFF;
  content: '';
  position: absolute;
  z-index: -1;
}

#brand::before {
  height: 50%;
  inset: 0 0 auto;
}

#brand::after {
  box-shadow: 0 1px 1px rgba(0,0,0,.015),0 2px 2px rgba(0,0,0,.015),0 4px 4px rgba(0,0,0,.015),0 8px 8px rgba(0,0,0,.015),0 16px 16px rgba(0,0,0,.015);
  border-radius: 50%;
  inset: 0;
}

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

#navContainer {
  position: relative;
}

#navContainer nav ul {
  margin: 0;
}

#mainnav {
  background: rgba(var(--ws-green-rgb), .12);
  overflow: visible;
  padding: .6875em 1.25em .6875em 0;
}

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

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

#mainnav a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

/* T1 */
#mainnav>ul {
  display: flex;
  justify-content: end;
}

#mainnav>ul>li:not(:first-of-type) {
  margin-left: .0625em;
}

#mainnav>ul>li>a,
#mainnav>ul>li>button.search-toggle {
  color: #333;
  font-size: var(--ws-text-18);
  padding: .612em .6875em;
}

#mainnav>ul>li:hover>a,
#mainnav>ul>li>a:focus-visible,
#mainnav>ul>li>button:is(:hover,:focus-visible).search-toggle {
  background: #FFF;
  color: var(--ws-green);
}

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


/* Accessible dropdowns */
#mainnav>ul>li.menu-item-has-children>a {
	padding-right: 1.5em;
}

#mainnav>ul>li>button:not(.search-toggle) {
  background: transparent;
  bottom: 0;
  border: 0;
  font-size: 1em;
  height: 1.5rem;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: .25em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}

#mainnav>ul>li>button:not(.search-toggle):focus-visible {
  opacity: 1;
}

#mainnav>ul>li>button:not(.search-toggle)::before {
  background: var(--ws-green);
  inset: calc(50% - 6px) 0 auto 0;
  content: '';
  height: .75rem;
  mask: url('/images/icons/chevron-down-green.svg') no-repeat center / contain;
  opacity: 1 !important;
  position: absolute;
  transform: none !important;
}

#mainnav>ul>li.on>button:not(.search-toggle)::before {
	background: #FFF;
}



/* Dropdown menus */
#mainnav li div {
  background: #333;
  left: 0;
  opacity: 0;
  padding: .5em 0;
  position: absolute;
  top: -200vh;
  visibility: hidden;
  width: 17em;
}

#mainnav li:hover div,
#mainnav>ul>li.tapped > div,
#mainnav>ul>li>a:focus + div,
#mainnav>ul>li.expand:not(.open)>div {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

/* fade out */
#mainnav li:not(.expand) div {
  transition:
  opacity .2s ease-out 0.25s,
  visibility .2s ease-out 0.25s,
  top 0s linear 0.5s;
}

/* fade in */
#mainnav>ul>li:is(:hover, .expand)>div {
  transition:
  opacity .2s ease-in .25s,
  top 0s linear .25s,
  visibility .2s ease-in 0s;
}

#mainnav>ul>li:last-child div,
#mainnav>ul>li:nth-last-child(2) div,
#mainnav>ul>li:nth-last-child(3) div {
  left: auto;
  right: 0;
}

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

#mainnav>ul>li>div>ul>li>a {
  color: #FFF;
  display: block;
  font-size: var(--ws-text-18);
  line-height: 1.1;
  padding: .394em .875em;
  text-align: left;
  width: 100%;
}

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

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

#mainnav li ul ul {
  display: none;
}




/* SEARCH FORM ----------------------------- */

#mainnav>ul>li>button.search-toggle {
  background: transparent;
  border: 0;
  width: 2.5em;
}

#mainnav>ul>li>button.search-toggle::before {
  display: none;
}

#mainnav>ul>li>button.search-toggle::after {
  background: var(--ws-green);
  content: '';
  inset: 0;
  mask: url('/images/icons/search.svg') no-repeat center / auto 1.125em;
  position: absolute;
}

#navContainer::before {
  background: #FFF;
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

body>header .search-form {
  align-items: center;
  background: var(--ws-green);
  display: flex;
  inset: 0 0 0 auto;
  padding: .5em 1em;
  position: absolute;
  transition: all .3s ease;
  visibility: hidden;
  width: clamp(32.875em, 31.208em + 3.56vw, 33.875em);
  z-index: -2;
}

body>header.show-search .search-form {
  transform: translateY(100%);
  visibility: visible;
}

body>header .search-form form {
  width: 100%;
}

body>header .search-form form input[type="text"] {
  background: #FFF;
}

body>header .search-form button.dismiss {
  background: transparent;
  border: 0;
  margin-left: .5em;
  padding-inline: 1.125em;
}

body>header .search-form button.dismiss::before {
  background: rgba(var(--ws-dk-blue-rgb), .25);
}

body>header .search-form button.dismiss:is(:hover,:focus-visible) {
  background-color: var(--ws-dk-blue);
}

body>header .search-form button.dismiss:is(:hover,:focus-visible)::before {
  transform: scale(1.5,1.5);
}

body>header .search-form button.dismiss::after {
  background: #FFF;
  content: '';
  inset: 0;
  mask: url('/images/icons/x-mark.svg') no-repeat center / auto 1.375em;
  position: absolute;
}



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





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

main.interior>div.wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: calc(70.875em + 2 * var(--ws-gap));
}

main.interior>div>aside {
  width: 13.375em;
}

main.interior>div>#content {
  min-height: 37.5em;
  overflow: hidden;
  padding: 3em 0 4em clamp(1.5em, -0.167em + 3.56vw, 2.5em);
  position: relative;
  width: calc(100% - 13.375em);
}

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

#sidenav {
  position: sticky;
  top: 9em;
}





/* CMS PAGE ELEMENTS ------------------------------ */

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

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

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

.twoCol {
  columns: 2;
}

.threeCol {
  columns: 3;
}

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

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




/* TABLES ------------------------------ */

.responsive-table td:before {
  content: none !important;
}




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


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

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

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




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

body>footer .fatFooter {
  gap: clamp(4em, 0.458em + 7.56vw, 6.125em);
}

body>footer .fatFooter>div:last-of-type {
  margin-left: auto;
  width: 15.625em;
}

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

/* Email Sign-up */
body>footer .email-signup button:is(:hover,:focus-visible) {
  background-color: var(--ws-blue);
}


/* Social media */
body>footer ul.social a:is(:hover,:focus-visible) {
  background: var(--ws-blue);
}


/* Footer bottom */
body>footer .wrap {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

body>footer .copyright {
  max-width: 47em;
  padding-right: 2em;
}




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

.pageheader {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: clamp(4em, -1em + 10.67vw, 7em) var(--ws-gap);
}




/* HERO RIBBON ------------------------------ /
* - Homepage
*/

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.hero .wrap {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  margin-top: auto;
  padding: 1.875em clamp(4em, 0.979em + 6.44vw, 5.8125em);
  position: relative;
  z-index: 1;
}

.hero .textbox {
  max-width: 48em;
}

.hero h1 {
	text-shadow: 0em .125rem 0.25rem rgba(0, 0, 0, 0.8);
}

.hero .rotator {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

.hero button {
  inset: auto auto clamp(1em, -0.458em + 3.11vw, 1.875em) clamp(1em, -0.458em + 3.11vw, 1.875em);
}

.hero button:is(:hover,:focus-visible) {
  background: var(--ws-blue);

}




/* STATS RIBBON ------------------------------ /
* - Homepage
*/

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




/* WHAT'S NEW RIBBON ------------------------------ /
* - Homepage
*/

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

.whats-new .heading {
  width: 100%;
}


/* Articles */
.whats-new .articles {
  padding-right: 2em;
  width: 63%;
}

.whats-new div.article a:is(:hover,:focus-visible) :is(strong.title, time) {
  color: var(--ws-green);
}


/* The Independent Voice callout */
.whats-new .callout {
  max-width: 20.625em;
  width: 37%;
}

.whats-new .callout strong.title>span {
  font-size: .667em;
}

.whats-new .callout>a:is(:hover,:focus-visible) {
  background: rgba(var(--ws-blue-rgb), .05);
  border: .125em solid var(--ws-blue);
}

.whats-new .callout>a:is(:hover,:focus-visible) span.button {
  background: var(--ws-blue);
  color: #FFF;
}

.whats-new .callout>a:is(:hover,:focus-visible) span.button {
  border-color: var(--ws-blue);
}




/* IMAGE GRID RIBBON ------------------------------ /
* - Homepage
*/

.image-grid {
  display: flex;
}

.image-grid .textbox {
  align-self: center;
  padding-block: clamp(3em, -2em + 10.67vw, 6em);
  width: max(32%, 20em);
}

.image-grid .textbox .wrap {
  max-width: max(20em, 78%);
}

.image-grid figure {
  width: 68%;
}




/* WELCOME RIBBON ------------------------------ /
* - Homepage, Corp Affiliate Program, Annual Member Forum
*/

.welcome {
  padding-block: clamp(4em, -2.667em + 14.22vw, 8em) 5em;
}

.home .welcome {
  padding-block: clamp(4em, -2.667em + 14.22vw, 8em);
}

.welcome .grid {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(10, 1fr);
  position: relative;
}

.welcome .textbox {
  align-self: center;
  background-image: linear-gradient(90deg, rgba(var(--ws-lt-green-rgb), .96) 0%, var(--ws-lt-green) 100%);
  grid-column: 6 / -1;
  grid-row: 1 / 2;
  margin-left: calc(-1 * clamp(1em, -2.958em + 8.44vw, 3.375em));
  padding: 3.25em clamp(1.5em, -1.833em + 7.11vw, 3.5em) 3.25em clamp(1.5em, 0.875em + 1.33vw, 1.875em);
  position: relative;
  z-index: 1;
}

.welcome figure {
  height: calc(100% + 4.5em);
  left: var(--ws-gap);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52%;
}


/* 'bottom' part under main image/textbox */
.welcome .bottom {
  padding-block: 4em 0;
}

.welcome .bottom .highlight-v2 ul {
  columns: 2;
  column-gap: 4em;
}

.welcome .bottom .highlight-v2 ul>li {
  break-inside: avoid-column;
}


/* 'green' variation */
.welcome.green {
  background: var(--ws-lt-green);
}

.welcome.green::before {
  background: #FFF;
  content: '';
  height: 19.4375em;
  inset: 0 0 auto 0;
  position: absolute;
  z-index: -1;
}




/* IMAGE HERO RIBBON ------------------------------ /
* - Corporate Affiliate Program page ribbon 1
*/

.image-hero {
  display: flex;
}

.image-hero .textbox {
  align-self: center;
  padding-block: clamp(5em, -1.667em + 14.22vw, 9em);
  width: 55%;
}

.image-hero .textbox .wrap {
  max-width: max(26em, 84%);
}

.image-hero figure {
  width: 45%;
}




/* BREADCRUMBS RIBBON ------------------------------ /
* - Corporate Affiliate Program page
*/

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




/* CAP MEMBERS RIBBON ------------------------------ /
* - Corporate Affiliate Program page
*/
.cmsCallouts ul.ws-flex{
  --ws-column-count: 4;
}
.cap-members ul.ws-flex,  .member-institutions ul.ws-flex{
  --ws-column-count: 3;
}

 .newsletter ul.ws-flex{
  --ws-column-count: 2;
}
.newsletter img { max-width: 30vw; height: auto;}
.cap-members .button:is(:hover,:focus-visible),
.cap-members .button.outline:is(:hover,:focus-visible) {
  background: var(--ws-blue);
  border: 2px solid var(--ws-blue);
  color: #FFF;
}

.cap-members .button.outline:is(:hover,:focus-visible)::after {
  background: #FFF;
}




/* JOIN US RIBBON ------------------------------ /
* - Corporate Affiliate Program page
*/

.join-us .flex {
  display: flex;
  justify-content: space-between;
}

.join-us .flex>div {
  width: calc(50% - .5em);
}




/* CTA RIBBON ------------------------------ /
* - Corporate Affiliate Program page
*/

.cta.ws-grid {
  --ws-column-count: 2;
  --ws-gap: .0001em;
}

.cta .textbox {
  align-self: center;
  grid-column: wrap-start / 3;
  padding-block: 4em;
}

.cta .textbox .wrap {
  margin: 0;
  max-width: max(32em, 80%);
  --ws-gap: 1.5em;
}

.cta figure {
  grid-column: 3 / -1;
  height: 100%;
}




/* EVENT HERO RIBBON ------------------------------ /
* - Annual Member Forum page ribbon 1
*/

.event-hero .textbox {
  align-self: center;
  padding-block: clamp(5em, -1.667em + 14.22vw, 9em);
  width: 45.3%;
}

.event-hero .textbox .wrap {
  max-width: max(26em, 80%);
}

.event-hero .event {
  border-bottom: 2px solid var(--ws-lt-green);
  padding-block: 3em;
  width: 32.1%;
}

.event-hero figure.image {
  width: 22.6%;
}




/* SCROLL LINKS RIBBON ------------------------------ /
* - Homepage, Corp Affiliate Program, Annual Member Forum
*/

.scroll-links a:is(:hover,:focus-visible) {
  background: var(--ws-blue);
  color: #FFF;
}




/* AFFILIATES RIBBON ------------------------------ /
* - Annual Member Forum page
*/

.affiliates {
  padding-block: clamp(3em, -0.333em + 7.11vw, 5em) 0;
  text-align: center;
}

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

.affiliates a:is(:hover,:focus-visible) {
  transform: scale(1.05);
}




/* SCHEDULE RIBBON ------------------------------ /
* - Annual Member Forum page
*/

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




/* SESSION OPTIONS RIBBON ------------------------------ /
* - Annual Member Forum page
*/

.responsive-table td:before {
  content: none !important;
}

.session-options table a:is(:hover,:focus-visible)::after {
  opacity: 1;
}

.session-options table :is(th, td) {
  font-size: clamp(1em, 0.792em + 0.44vw, 1.125em);
	padding-inline: clamp(0.5em, -0.542em + 2.22vw, 1.125em);
}

.session-options .session>div {
  align-items: center;
  display: flex;
}

.session-options .session>div>div {
  padding: 0 3em 0 0;
  width: calc(100% - 13.75em);
}

.session-options .session>div h4>span::before {
  content: '|';
  margin: 0 .25em;
}

.session-options .session>div>figure {
	margin: 0;
	width: 13.75em;
}




/* CALLOUTS RIBBON ------------------------------ /
* - Matter of Fact page
*/

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

.callouts li>a:is(:hover,:focus-visible) img {
  transform: scale(1.05);
}

.callouts li>a:is(:hover,:focus-visible)>div {
  background: var(--ws-dk-blue);
}


/* DOWNLOADS RIBBON ------------------------------ /
* - Economic Impact page and subpages
* - .downloads.flex = Matter of Fact page
*/

.downloads.flex .wrap {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.downloads.flex .wrap figure {
  width: 45%;
}

.downloads.flex .textbox {
  width: calc(55% - 2em);
}

.downloads.flex .textbox>div {
  margin-inline: auto;
  max-width: 25em;
}

.downloads div.ws-flex {
  --ws-column-count: 3;
}

.downloads div.ws-flex>.download>a:is(:hover,:focus-visible) {
  border-color: var(--ws-blue);
}

.downloads div.ws-flex>.download>a:is(:hover,:focus-visible) span.button {
  background: #FFF;
  border-color: var(--ws-blue);
  color: var(--ws-blue);
}

.downloads div.ws-flex>.download>a:is(:hover,:focus-visible) span.button::before {
  background: #FFF;
  opacity: 0;
  transform: scale(1.2, 1.6);
  transition: all 1s ease;
}



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

/* 1024px */
@media (max-width: 64em) {
  .affiliates ul.ws-flex {
    --ws-column-count: 4;
  }

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

  .callouts ul.ws-flex:has(li.current) {
    margin-inline: auto;
    max-width: 35em;
    --ws-column-count: 2;
  }

}



/* 900px */
@media (max-width: 56.25em) {
  .stats ul.ws-flex {
    --ws-column-count: 3;
  }

  .cap-members ul.ws-flex {
    --ws-column-count: 2;
  }

  .schedule ul.ws-flex {
    --ws-column-count: 2;
  }

  .downloads div.ws-flex {
    --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 =======~~~~~~~------- */
