@charset "UTF-8";
/*------------------------------------*\
    $JOE PATTERNS
\*------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes topDown {
  from {
    height: 0;
  }
  to {
    height: 100vh;
  }
}
@keyframes topDown {
  from {
    height: 0;
  }
  to {
    height: 100vh;
  }
}
@-webkit-keyframes bottomUp {
  from {
    height: 100vh;
  }
  to {
    height: 0;
  }
}
@keyframes bottomUp {
  from {
    height: 100vh;
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes dropdownOpen {
  from {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes dropdownOpen {
  from {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes dropdownClose {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(-30vh);
            transform: translateY(-30vh);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes dropdownClose {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(-30vh);
            transform: translateY(-30vh);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes heroFadeIn {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-5rem) scale(1.1);
            transform: translateY(-5rem) scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1.15);
            transform: translateY(0) scale(1.15);
  }
}
@keyframes heroFadeIn {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-5rem) scale(1.1);
            transform: translateY(-5rem) scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1.15);
            transform: translateY(0) scale(1.15);
  }
}
@-webkit-keyframes sectionFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem) scale(0.9);
            transform: translateY(2rem) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes sectionFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem) scale(0.9);
            transform: translateY(2rem) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes sectionFadeInAlt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes sectionFadeInAlt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes verticalPulse {
  0% {
    -webkit-transform: rotate(-90deg) translate(0, -50%);
            transform: rotate(-90deg) translate(0, -50%);
  }
  50% {
    -webkit-transform: rotate(-90deg) translate(-1rem, -50%);
            transform: rotate(-90deg) translate(-1rem, -50%);
  }
  100% {
    -webkit-transform: rotate(-90deg) translate(0, -50%);
            transform: rotate(-90deg) translate(0, -50%);
  }
}
@keyframes verticalPulse {
  0% {
    -webkit-transform: rotate(-90deg) translate(0, -50%);
            transform: rotate(-90deg) translate(0, -50%);
  }
  50% {
    -webkit-transform: rotate(-90deg) translate(-1rem, -50%);
            transform: rotate(-90deg) translate(-1rem, -50%);
  }
  100% {
    -webkit-transform: rotate(-90deg) translate(0, -50%);
            transform: rotate(-90deg) translate(0, -50%);
  }
}
@-webkit-keyframes audioWaveFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes audioWaveFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes audioWave1 {
  0% {
    height: 1.5rem;
  }
  25% {
    height: 2rem;
  }
  50% {
    height: 1rem;
  }
  75% {
    height: 2rem;
  }
  100% {
    height: 1.5rem;
  }
}
@keyframes audioWave1 {
  0% {
    height: 1.5rem;
  }
  25% {
    height: 2rem;
  }
  50% {
    height: 1rem;
  }
  75% {
    height: 2rem;
  }
  100% {
    height: 1.5rem;
  }
}
@-webkit-keyframes audioWave2 {
  0% {
    height: 1rem;
  }
  25% {
    height: 1.25rem;
  }
  50% {
    height: 0.5rem;
  }
  75% {
    height: 1.25rem;
  }
  100% {
    height: 1rem;
  }
}
@keyframes audioWave2 {
  0% {
    height: 1rem;
  }
  25% {
    height: 1.25rem;
  }
  50% {
    height: 0.5rem;
  }
  75% {
    height: 1.25rem;
  }
  100% {
    height: 1rem;
  }
}
@-webkit-keyframes buttonPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
}
@keyframes buttonPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
}
:root.vc-art {
  --c-bg: #fff;
  --c-text: #414042;
  --c-link: var(--c-text);
  --c-hero-bg: var(--c-text);
  --c-hero-text: var(--c-bg);
  --c-hero-title: var(--c-hero-text);
  --c-button-bg: #06847F;
  --c-button-bg-hover: #CE4A22;
  --c-button-text: var(--c-bg);
  --c-audio-viz: var(--c-button-bg);
  --c-footer-bg: var(--c-text);
  --c-footer-label-bg: var(--c-bg);
  --c-footer-label-text: var(--c-text);
  --c-footer-text: var(--c-bg);
  --c-footer-link: var(--c-bg);
}

:root.vc-ethics,
:root.vc-ethics[data-theme=dark] {
  --c-bg-rgb: 36, 40, 45;
  --c-bg: rgb(var(--c-bg-rgb));
  --c-text: #fff;
  --c-link: var(--c-text);
  --c-button-bg-alt: #191B1D;
  --c-button-bg-hover-alt: #0f1011;
  --c-button-bg: #512D6D;
  --c-button-bg-hover: #3d2053;
  --c-button-text: var(--c-text);
  --c-audio-viz: #7D4DA3;
  --c-footer-bg: var(--c-text);
  --c-footer-label-bg: #2B2C33;
  --c-footer-label-text: var(--c-text);
  --c-footer-text: var(--c-bg);
  --c-footer-link: var(--c-bg);
  --c-caption-bg: 13, 15, 16;
}

:root.vc-ethics[data-theme=light] {
  --c-bg-rgb: 236, 236, 236;
  --c-bg: rgb(var(--c-bg-rgb));
  --c-text: #3d3b40;
  --c-link: var(--c-text);
  --c-button-bg-alt: #fff;
  --c-button-bg-hover-alt: #ddd;
  --c-button-bg: #7D4DA3;
  --c-button-bg-hover: #512D6D;
  --c-button-text: #fff;
  --c-audio-viz: #512D6D;
  --c-footer-bg: var(--c-text);
  --c-footer-label-bg: #fff;
  --c-footer-label-text: var(--c-text);
  --c-footer-text: var(--c-bg);
  --c-footer-link: var(--c-bg);
  --c-caption-bg: var(--c-bg-rgb);
}

:root.vc-gallery,
:root.vc-gallery[data-theme=dark] {
  --c-bg: #1D1E23;
  --c-text: #fff;
  --c-link: var(--c-text);
  --c-button-bg: var(--c-text);
  --c-button-bg-hover: #ECECEC;
  --c-button-text: var(--c-bg);
  --c-audio-viz: #7D4DA3;
  --c-footer-bg: var(--c-text);
  --c-footer-label-bg: #2B2C33;
  --c-footer-label-text: var(--c-text);
  --c-footer-text: var(--c-bg);
  --c-footer-link: var(--c-bg);
}

:root.vc-gallery[data-theme=light] {
  --c-bg: #EBEBE5;
  --c-text: #171A1D;
  --c-link: var(--c-text);
  --c-button-bg: var(--c-text);
  --c-button-bg-hover: #0f1113;
  --c-button-text: #fff;
  --c-audio-viz: #512D6D;
  --c-footer-bg: var(--c-text);
  --c-footer-label-bg: #fff;
  --c-footer-label-text: var(--c-text);
  --c-footer-text: var(--c-bg);
  --c-footer-link: var(--c-bg);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.visually-hidden, .vc-header .joe__site-search label,
.focusable,
.element-invisible,
.element-focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.visually-hidden-off,
.element-invisible-off,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

.vc-gallery-pattern,
:root.vc-gallery .vc-horizontal-gallery {
  position: relative;
  -webkit-padding-before: 14rem;
          padding-block-start: 14rem;
}
.vc-gallery-pattern::before,
:root.vc-gallery .vc-horizontal-gallery::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 10rem;
  background-image: url("../images/vc/bg-gallery-pattern--dark.svg");
  background-repeat: repeat;
  background-position: center top;
}
:root[data-theme=light] .vc-gallery-pattern::before,
[data-theme=light]:root.vc-gallery .vc-horizontal-gallery::before {
  background-image: url("../images/vc/bg-gallery-pattern--light.svg");
  background-size: 22px;
}
.in-view .vc-gallery-pattern::before,
:root.vc-gallery .in-view .vc-horizontal-gallery::before {
  -webkit-animation-name: sectionFadeIn;
          animation-name: sectionFadeIn;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media (prefers-reduced-motion) {
  .in-view .vc-gallery-pattern::before,
  :root.vc-gallery .in-view .vc-horizontal-gallery::before {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    opacity: 1;
  }
}

.vc-ethics-pattern,
:root.vc-ethics .vc-slide-rule__slider,
:root.vc-ethics .vc-scroll-zoom__caption-desc,
:root.vc-ethics .vc-featured-media__figure {
  position: relative;
}
.vc-ethics-pattern::after,
:root.vc-ethics .vc-slide-rule__slider::after,
:root.vc-ethics .vc-scroll-zoom__caption-desc::after,
:root.vc-ethics .vc-featured-media__figure::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/vc/bg-ethics-pattern.svg");
  background-repeat: repeat;
  background-position: center top;
  background-size: 0.8rem;
  opacity: 0.35;
  -webkit-filter: invert(1);
          filter: invert(1);
}
:root[data-theme=light] .vc-ethics-pattern::after,
[data-theme=light]:root.vc-ethics .vc-slide-rule__slider::after,
[data-theme=light]:root.vc-ethics .vc-scroll-zoom__caption-desc::after,
[data-theme=light]:root.vc-ethics .vc-featured-media__figure::after {
  -webkit-filter: none;
          filter: none;
}

:root.vc-art .c-field__content {
  position: relative;
}
:root.vc-art .vc-art__bg-shapes {
  -webkit-animation-name: sectionFadeInAlt;
          animation-name: sectionFadeInAlt;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  position: absolute;
  top: -10rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  overflow: hidden;
}
@media (prefers-reduced-motion) {
  :root.vc-art .vc-art__bg-shapes {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    opacity: 1;
  }
}
:root.vc-art .vc-art__bg-shapes.flip svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (min-width: 75em) {
  :root.vc-art .vc-art__bg-shapes svg {
    width: 100%;
    height: auto;
  }
}
:root.vc-art .vc-art__bg-shapes svg g {
  fill: var(--c-hero-bg);
}

.no-cssgrid.no-flexbox .joe__layout--two-column:after, .no-cssgrid.no-flexbox .joe__layout--66-33:after, .no-cssgrid .joe__layout--two-column-left:after, .no-cssgrid .joe__layout--center-offset .joe__page-content:after, .no-cssgrid .joe__layout--center-offset:after, .joe__topics:after, .joe__related-issues__list:after, .joe__related-issues:after, .joe__poll__result .choice-result:after, .joe__poll__result:after, .joe__poll__block:after, .joe__poll:after, .joe__header:after, .joe__footer-brand:after, .joe__featured-case:after, .joe__issue-teaser--current:after, .joe__cta-band:after, .joe__article-teaser:after, .joe__article-issue-footer:after, .joe__about-band:after, .joe__footer .joe__wordmark:after, .joe__utility-nav:after, .joe__share:after, .joe__filters-container:after, .joe__filters:after, .joe__issue-filter__children:after, .joe__issue-filter:after, .joe__issue-filters:after, .joe__inline-quote:after, .joe__inline-image:after,
.joe__video-container:after, .joe__list--issues:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
}
@media (min-width: 56.25em) {
  .container {
    padding-right: 1em;
  }
}
@media (min-width: 56.25em) {
  .container {
    padding-left: 1em;
  }
}
@media (min-width: 56.25em) {
  .container {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
@media (min-width: 56.25em) and (min-width: 56.25em) {
  .container {
    padding-right: 2em;
  }
}
@media (min-width: 56.25em) and (min-width: 56.25em) {
  .container {
    padding-left: 2em;
  }
}

.vc-container, :root[class*=vc-] .layout--twocol-larger-right-col, :root[class*=vc-] .layout--twocol-larger-left-col, :root[class*=vc-] .layout--twocol-equal, :root[class*=vc-] .layout--onecol-fullwidth > .layout__region--top {
  --container-width: 1400px;
  --container-padding: 2rem;
  width: min(100% - var(--container-padding), var(--container-width));
  margin: 0 auto;
}
@media (min-width: 56.25em) {
  .vc-container, :root[class*=vc-] .layout--twocol-larger-right-col, :root[class*=vc-] .layout--twocol-larger-left-col, :root[class*=vc-] .layout--twocol-equal, :root[class*=vc-] .layout--onecol-fullwidth > .layout__region--top {
    --container-padding: 4rem;
  }
}
.vc-container .container, :root[class*=vc-] .layout--twocol-larger-right-col .container, :root[class*=vc-] .layout--twocol-larger-left-col .container, :root[class*=vc-] .layout--twocol-equal .container, :root[class*=vc-] .layout--onecol-fullwidth > .layout__region--top .container {
  max-width: unset;
  padding: 0;
  margin: 0;
}
.vc-container .vc-container, :root[class*=vc-] .layout--twocol-larger-right-col .vc-container, :root[class*=vc-] .vc-container .layout--twocol-larger-right-col, :root[class*=vc-] .layout--twocol-larger-right-col .layout--twocol-larger-right-col, :root[class*=vc-] .layout--twocol-larger-left-col .vc-container, :root[class*=vc-] .layout--twocol-larger-left-col .layout--twocol-larger-right-col, :root[class*=vc-] .vc-container .layout--twocol-larger-left-col, :root[class*=vc-] .layout--twocol-larger-right-col .layout--twocol-larger-left-col, :root[class*=vc-] .layout--twocol-larger-left-col .layout--twocol-larger-left-col, :root[class*=vc-] .layout--twocol-equal .vc-container, :root[class*=vc-] .layout--twocol-equal .layout--twocol-larger-right-col, :root[class*=vc-] .layout--twocol-equal .layout--twocol-larger-left-col, :root[class*=vc-] .vc-container .layout--twocol-equal, :root[class*=vc-] .layout--twocol-larger-right-col .layout--twocol-equal, :root[class*=vc-] .layout--twocol-larger-left-col .layout--twocol-equal, :root[class*=vc-] .layout--twocol-equal .layout--twocol-equal, :root[class*=vc-] .layout--onecol-fullwidth > .layout__region--top .vc-container, :root[class*=vc-] .layout--onecol-fullwidth > .layout__region--top .layout--twocol-larger-right-col, :root[class*=vc-] .layout--onecol-fullwidth > .layout__region--top .layout--twocol-larger-left-col, :root[class*=vc-] .layout--onecol-fullwidth > .layout__region--top .layout--twocol-equal, :root[class*=vc-] .vc-container .layout--onecol-fullwidth > .layout__region--top, :root[class*=vc-] .layout--twocol-larger-right-col .layout--onecol-fullwidth > .layout__region--top, :root[class*=vc-] .layout--twocol-larger-left-col .layout--onecol-fullwidth > .layout__region--top, :root[class*=vc-] .layout--twocol-equal .layout--onecol-fullwidth > .layout__region--top, :root[class*=vc-] .layout--onecol-fullwidth > .layout__region--top .layout--onecol-fullwidth > .layout__region--top {
  --container-padding: 0;
}

.vc-container--tight, :root[class*=vc-] .layout--onecol-centered, .layout--onecol-fullwidth .vc-featured-audio__header {
  --container-width: 900px;
  --container-padding: 2rem;
  width: min(100% - var(--container-padding), var(--container-width));
  margin: 0 auto;
}
@media (min-width: 56.25em) {
  .vc-container--tight, :root[class*=vc-] .layout--onecol-centered, .layout--onecol-fullwidth .vc-featured-audio__header {
    --container-padding: 4rem;
  }
}

.vc-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}
@media (min-width: 75em) {
  .vc-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }
}
@media (min-width: 56.25em) {
  .vc-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

:root[class*=vc-] .vc-modal {
  position: relative;
  display: none;
  z-index: 999;
}
:root[class*=vc-] .vc-modal.is-open {
  display: block;
}
@media (min-width: 0) and (max-width: 56.25em) {
  :root[class*=vc-] .vc-modal .vc-button--is-zoomed {
    display: none;
  }
}
:root[class*=vc-] .vc-modal .vc-button--is-zoomed {
  background: var(--c-button-text);
  padding: 0.25rem;
}
:root[class*=vc-] .vc-modal .vc-button--is-zoomed svg path,
:root[class*=vc-] .vc-modal .vc-button--is-zoomed svg circle {
  stroke: var(--c-button-bg);
}
:root[class*=vc-] .vc-modal__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--c-bg);
  overflow-y: auto;
}
:root[class*=vc-] .vc-modal__container::-webkit-scrollbar {
  background-color: transparent;
  width: 14px;
}
:root[class*=vc-] .vc-modal__container::-webkit-scrollbar-thumb {
  background: var(--c-link);
  background-clip: padding-box;
  border-radius: 9999px;
  border: 3px solid transparent;
}
:root[class*=vc-] .vc-modal__content {
  min-height: 100vh;
  padding: 4rem 1rem 0;
}
@media (min-width: 56.25em) {
  :root[class*=vc-] .vc-modal__content {
    padding-inline: 2rem;
  }
}
@media (min-width: 75em) {
  :root[class*=vc-] .vc-modal__content {
    padding-inline: 3rem;
  }
}
:root[class*=vc-] .vc-modal__footer {
  position: fixed;
  top: 1rem;
  right: 1rem;
}
@media (min-width: 56.25em) {
  :root[class*=vc-] .vc-modal__footer {
    right: 2rem;
  }
}
:root[class*=vc-] .vc-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 50%;
  padding: 0.5rem;
  margin: 0;
}
:root[class*=vc-] .vc-modal__close svg path {
  stroke: var(--c-button-text);
}

.vc-modal__first.is-zoomed {
  background-color: var(--c-bg);
  padding-inline: 0;
  z-index: 10;
}
@media (min-width: 56.25em) {
  .vc-modal__grid--stacked .vc-modal__first.is-zoomed {
    grid-column: 1/-1;
  }
}
.vc-modal__first.is-zoomed .vc-featured-media {
  width: 100%;
  padding-inline: 0;
  margin-inline: 0;
}
.vc-modal__first.is-zoomed .vc-featured-media__container {
  overflow-y: auto;
  height: calc(100vh - 5rem);
}
.vc-modal__first.is-zoomed .vc-featured-media__figure {
  height: auto;
}
.vc-modal__first.is-zoomed .vc-featured-media__figure img {
  max-height: none;
}
.vc-modal__first.is-zoomed .vc-featured-media__media,
.vc-modal__first.is-zoomed .vc-featured-media__copyright,
.vc-modal__first.is-zoomed .vc-reaction-bar,
.vc-modal__first.is-zoomed .vc-modal__controls {
  display: none;
}

.vc-modal__container.is-zoomed .slick-slide {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.vc-modal__container.is-zoomed .vc-modal__footer {
  display: none;
}

.ama__placeholder {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.888em;
  font-weight: 400;
  line-height: 1.1176470588;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d1d3d4;
  min-height: 50px;
  border: 4px dashed #d1d3d4;
  text-align: center;
  height: 300px;
  width: 100%;
}

article[dir=rtl] {
  text-align: left;
  direction: ltr;
  /* Ensure references flow from right to left */
  /* Ensure title and summary fields are aligned to right */
  /* Ensure title and summary fields are aligned to left IF direction is ltr */
}
article[dir=rtl] .joe__article-header .joe__article-header__title {
  text-align: right;
  direction: rtl;
}
article[dir=rtl] .joe__page-content.joe__article {
  text-align: right;
  direction: rtl;
}
article[dir=rtl] footer.joe__article-footer {
  text-align: left;
  direction: ltr;
}
article[dir=rtl] h3.joe__title-label {
  text-align: left;
}
article[dir=rtl] sup,
article[dir=rtl] .superscript-reference {
  direction: rtl;
  unicode-bidi: embed; /* For better browser compatibility */
  min-width: 12px;
  display: inline-block;
}
article[dir=rtl] .joe__references__list {
  text-align: left;
  direction: ltr;
}
article[dir=rtl] .article_abstract p:first-of-type:not([dir=rtl]) {
  text-align: left;
}
article[dir=rtl] .ama__tooltip {
  text-align: left;
  direction: ltr;
}
article[dir=rtl] .joe__tags {
  text-align: left;
  direction: ltr;
}
article[dir=rtl] .joe__article-teaser__block .joe__article-teaser__title,
article[dir=rtl] .joe__article-teaser__block .joe__article-teaser__desc {
  text-align: right;
  direction: rtl;
}
article[dir=rtl] article[dir=ltr] .joe__article-teaser__block .joe__article-teaser__title,
article[dir=rtl] article[dir=ltr] .joe__article-teaser__block .joe__article-teaser__desc {
  text-align: left;
  direction: ltr;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: auto !important;
      touch-action: auto !important;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root[class*=vc-] .vc-gallery__items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 2rem;
}
@media (min-width: 56.25em) {
  :root[class*=vc-] .vc-gallery__items .slick-track {
    padding-block: 3rem;
  }
}
:root[class*=vc-] .vc-gallery__items .slick-list {
  padding: 5rem 0;
}
:root[class*=vc-] .vc-gallery__items .slick-slide {
  opacity: 0.5;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 1rem;
}
@media (min-width: 37.5em) {
  :root[class*=vc-] .vc-gallery__items .slick-slide {
    margin: 2rem;
  }
}
:root[class*=vc-] .vc-gallery__items .slick-slide:hover {
  opacity: 1;
}
:root[class*=vc-] .vc-gallery__items .slick-slide:has(+ .slick-current) {
  -webkit-transform: perspective(800px) rotateY(7deg) scale(var(--scale, 1));
          transform: perspective(800px) rotateY(7deg) scale(var(--scale, 1));
  -webkit-transform-origin: right;
          transform-origin: right;
}
:root[class*=vc-] .vc-gallery__items .slick-slide:has(+ .slick-current):hover {
  --scale: 1.02;
}
:root[class*=vc-] .vc-gallery__items .slick-slide:has(+ * + .slick-current) {
  -webkit-transform: perspective(800px) rotateY(14deg) translateX(-2rem) scale(var(--scale, 1.09));
          transform: perspective(800px) rotateY(14deg) translateX(-2rem) scale(var(--scale, 1.09));
  -webkit-transform-origin: right;
          transform-origin: right;
}
:root[class*=vc-] .vc-gallery__items .slick-slide:has(+ * + .slick-current):hover {
  --scale: 1.11;
}
:root[class*=vc-] .vc-gallery__items .slick-slide:has(+ * + * + .slick-current) {
  -webkit-transform: perspective(800px) rotateY(14deg) translateX(-14rem) scale(var(--scale, 1.3));
          transform: perspective(800px) rotateY(14deg) translateX(-14rem) scale(var(--scale, 1.3));
  -webkit-transform-origin: right;
          transform-origin: right;
}
:root[class*=vc-] .vc-gallery__items .slick-slide:has(+ * + * + .slick-current):hover {
  --scale: 1.32;
}
:root[class*=vc-] .vc-gallery__items .slick-slide.slick-current {
  opacity: 1;
}
:root[class*=vc-] .vc-gallery__items .slick-slide.slick-current:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
:root[class*=vc-] .vc-gallery__items .slick-slide.slick-current + .slick-slide {
  -webkit-transform: perspective(800px) rotateY(-7deg) scale(var(--scale, 1));
          transform: perspective(800px) rotateY(-7deg) scale(var(--scale, 1));
  -webkit-transform-origin: left;
          transform-origin: left;
}
:root[class*=vc-] .vc-gallery__items .slick-slide.slick-current + .slick-slide:hover {
  --scale: 1.02;
}
:root[class*=vc-] .vc-gallery__items .slick-slide.slick-current + .slick-slide + .slick-slide {
  -webkit-transform: perspective(800px) rotateY(-14deg) translateX(2rem) scale(var(--scale, 1.09));
          transform: perspective(800px) rotateY(-14deg) translateX(2rem) scale(var(--scale, 1.09));
  -webkit-transform-origin: left;
          transform-origin: left;
}
:root[class*=vc-] .vc-gallery__items .slick-slide.slick-current + .slick-slide + .slick-slide:hover {
  --scale: 1.11;
}
:root[class*=vc-] .vc-gallery__items .slick-slide.slick-current + .slick-slide + .slick-slide + .slick-slide {
  -webkit-transform: perspective(800px) rotateY(-14deg) translateX(14rem) scale(var(--scale, 1.3));
          transform: perspective(800px) rotateY(-14deg) translateX(14rem) scale(var(--scale, 1.3));
  -webkit-transform-origin: left;
          transform-origin: left;
}
:root[class*=vc-] .vc-gallery__items .slick-slide.slick-current + .slick-slide + .slick-slide + .slick-slide:hover {
  --scale: 1.32;
}
:root[class*=vc-] .vc-gallery__items .slick-slide img {
  width: 100%;
  height: auto;
}
:root[class*=vc-] .vc-gallery__controls .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: unset;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  width: 3rem;
  height: 2rem;
}
@media (min-width: 37.5em) {
  :root[class*=vc-] .vc-gallery__controls .slick-arrow {
    width: 4rem;
  }
}
:root[class*=vc-] .vc-gallery__controls .slick-arrow:active, :root[class*=vc-] .vc-gallery__controls .slick-arrow:focus, :root[class*=vc-] .vc-gallery__controls .slick-arrow:hover {
  background: unset;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
:root[class*=vc-] .vc-gallery__controls .slick-arrow[aria-disabled=true] {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
:root[class*=vc-] .vc-gallery__controls .slick-arrow svg g {
  stroke: var(--c-link);
}
:root[class*=vc-] .vc-gallery__controls .slick-prev:active, :root[class*=vc-] .vc-gallery__controls .slick-prev:focus, :root[class*=vc-] .vc-gallery__controls .slick-prev:hover {
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}
:root[class*=vc-] .vc-gallery__controls .slick-next:active, :root[class*=vc-] .vc-gallery__controls .slick-next:focus, :root[class*=vc-] .vc-gallery__controls .slick-next:hover {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

body {
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-text-size-adjust: 100%;
  /* stylelint-enable */
  word-wrap: break-word;
  color: #414042;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
@media (min-width: 56.25em) {
  body {
    font-size: 123.75%;
    line-height: 27.5px;
  }
}
@media (min-width: 75em) {
  body {
    font-size: 135%;
    line-height: 30px;
  }
}

.joe__poll__reveal,
.joe__poll__reveal[type=submit], .joe__poll__link, .joe__article-footer, .joe__references__list,
.joe__references ul,
.joe__references ol, .joe__rail-cta__text, .joe__issue-header__desc, .joe__author-information__list,
.joe__type--small {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.35;
}

.joe__footer__block p, .joe__footer__block a, .joe__article-teaser__desc_ar, .joe__article-teaser__desc, .joe__article-teaser__meta, .joe__article-issue-footer .joe__link--reversed, .joe__utility-nav__list, .joe__tags-list, .joe__pager__item a, .joe__issue-teaser__meta, .joe__issue-header__meta, .joe__inline-caption, .chosen-container, .joe__article-header__reviewed, .joe__table td,
table td, input[type=checkbox] + label,
input[type=radio] + label, label,
legend,
.joe__type--smaller {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.35;
}

.joe__poll__result .percent, .joe__poll__disclaimer, .joe__article-teaser__meta--secondary, .joe__about__themes__date, .joe__tool-drawer__content, .joe__copyright,
.joe__type--smallest {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.35;
}

p,
.joe__paragraph {
  margin-top: 0;
  margin-bottom: 12.5px;
}

.track-out {
  letter-spacing: 0.1em;
}

.focusable,
.visually-hidden,
.vc-header .joe__site-search label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.focusable:active,
.focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

sup {
  position: relative;
  line-height: 1;
  font-size: 14.4px;
}
sup:hover {
  cursor: pointer;
}

:root[class*=vc-] {
  scroll-behavior: smooth;
  scroll-padding: 25px;
}
:root[class*=vc-] body {
  background-color: var(--c-bg);
  color: var(--c-text);
}
@media (min-width: 75em) {
  :root[class*=vc-] body {
    font-size: 123.75%;
    line-height: 30px;
  }
}
:root[class*=vc-] a:link,
:root[class*=vc-] a:visited {
  color: var(--c-link);
  text-decoration: underline;
}
:root[class*=vc-] a:active,
:root[class*=vc-] a:hover,
:root[class*=vc-] a:focus {
  color: var(--c-link);
  text-decoration: none;
}
:root[class*=vc-] .toolbar a {
  color: #2B2C33;
}
:root[class*=vc-] .toolbar a:link, :root[class*=vc-] .toolbar a:visited {
  color: #2B2C33;
}
:root[class*=vc-] .toolbar a:active, :root[class*=vc-] .toolbar a:hover, :root[class*=vc-] .toolbar a:focus {
  color: #2B2C33;
}

.joe__article-hero {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ed6923;
  background: linear-gradient(45deg, #f2ce5a 0%, #ed6923 100%);
  z-index: -1;
  margin-bottom: -250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 25em) {
  .joe__article-hero {
    height: 600px;
    margin-bottom: -400px;
  }
}
@media (min-width: 37.5em) {
  .joe__article-hero {
    height: 700px;
    margin-bottom: -425px;
  }
}
@media (min-width: 56.25em) {
  .joe__article-hero {
    height: 800px;
    margin-bottom: -500px;
  }
}
@media (min-width: 75em) {
  .joe__article-hero {
    height: 900px;
    margin-bottom: -525px;
  }
}

.joe__article-hero--no-image {
  height: 400px;
  margin-bottom: -375px;
  max-width: none;
}
@media (min-width: 56.25em) {
  .joe__article-hero--no-image {
    height: 800px;
    margin-bottom: -725px;
  }
}
.joe__article-hero--no-image .joe__article-hero__overlay {
  display: none;
}

.joe__article-hero__overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  margin: 0 auto;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.joe__article-hero__1 {
  background: url("../images/article-hero-placeholder.png");
}

.joe__article-hero__2 {
  background: url("../images/ecas1-1.jpg");
}

.joe__article-hero__3 {
  background: url("../images/nlit1-1.jpg");
}

.joe__article-hero__4 {
  background: url("../images/peer3-1.jpg");
}

.joe__article-hero__5 {
  background: url("../images/v2/artwork-1.jpg");
}

.joe__article-hero__6 {
  background: url("../images/v2/artwork-2.jpg");
}

.joe__article-hero__7 {
  background: url("../images/v2/artwork-3.jpg");
}

.joe__article-hero__8 {
  background: url("../images/v2/artwork-4.jpg");
}

.joe__article-hero__9 {
  background: url("../images/v2/artwork-5.jpg");
}

.joe__article-hero__10 {
  background: url("../images/v2/Foodethics3.jpg");
}

.joe__article-hero__11 {
  background: url("../images/v2/Stateartscience3.jpg");
}

.joe__article-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.joe__audio-player {
  margin: 1em 0;
  width: 100%;
  float: left;
  padding: 0;
  clear: both;
}
.joe__audio-player iframe {
  height: 90px;
  width: 100%;
  padding-top: 5px;
  border: none;
}
.joe__audio-player .jp-gui {
  background-color: #f1f1f1;
}
.joe__audio-player .ui-corner-all {
  border-radius: 0;
}

input[type=submit],
.joe__button--tool,
.joe__button,
button {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.25;
  display: inline-block;
  background-color: #06847F;
  background: linear-gradient(45deg, #1f1f52 0%, #3f3f6d 100%);
  color: #ffffff;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  border: 0;
  border-radius: 50px;
  padding: 8px 22px;
}
input[type=submit]:link,
.joe__button--tool:link, input[type=submit]:visited,
.joe__button--tool:visited,
.joe__button:link,
.joe__button:visited,
button:link,
button:visited {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0;
}
input[type=submit]:active,
.joe__button--tool:active, input[type=submit]:hover,
.joe__button--tool:hover, input[type=submit]:focus,
.joe__button--tool:focus,
.joe__button:active,
.joe__button:hover,
.joe__button:focus,
button:active,
button:hover,
button:focus {
  background-color: #CE4A22;
  background: linear-gradient(45deg, #CE4A22 0%, rgba(206, 74, 34, 0.95) 100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  border-bottom: 0;
}

.joe__button--small,
.joe__button--small[type=submit] {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.25;
  padding: 8px 18px;
}

.joe__button--tool {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.65em;
  font-weight: 700;
  line-height: 1.25;
  background-color: #CE4A22;
  background: #CE4A22;
  border-radius: 0;
  padding: 6px 8px;
  text-transform: none;
  letter-spacing: 0;
  -webkit-box-shadow: inset 0 0 20px #ed6923;
          box-shadow: inset 0 0 20px #ed6923;
}
.joe__button--tool:active,
.joe__button--tool:hover,
.joe__button--tool:focus {
  background-color: #06847F;
  background: linear-gradient(45deg, #1f1f52 0%, #3f3f6d 100%);
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  border-bottom: 0;
}

:root[class*=vc-] button,
:root[class*=vc-] a.button {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.25;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--c-button-bg);
  color: var(--c-button-text);
  letter-spacing: 0.075em;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 8px 22px;
}
:root[class*=vc-] button:link, :root[class*=vc-] button:visited,
:root[class*=vc-] a.button:link,
:root[class*=vc-] a.button:visited {
  color: var(--c-button-text);
  text-decoration: none;
  border-bottom: 0;
}
:root[class*=vc-] button:active, :root[class*=vc-] button:hover, :root[class*=vc-] button:focus,
:root[class*=vc-] a.button:active,
:root[class*=vc-] a.button:hover,
:root[class*=vc-] a.button:focus {
  background: var(--c-button-bg-hover);
  text-decoration: none;
  border-bottom: 0;
}
:root[class*=vc-] a.vc-back-to-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 37.5em) {
  :root[class*=vc-] a.vc-back-to-button {
    bottom: 2rem;
    right: 2rem;
  }
}
:root[class*=vc-] a.vc-back-to-button svg {
  width: 1rem;
  height: 1rem;
}
:root[class*=vc-] a.vc-back-to-button svg path {
  fill: var(--c-button-text);
}
:root[class*=vc-] a.vc-back-to-button.is-visible {
  opacity: 1;
  visibility: visible;
}

:root.vc-ethics button,
:root.vc-ethics a.button {
  padding-block: 15px;
}

.joe__copyright {
  color: #58595b;
  margin-top: 3em;
}
@media (min-width: 37.5em) {
  .joe__copyright {
    text-align: center;
  }
}

.joe__flag {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.65em;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block;
  position: relative;
  left: 0;
  padding: 4px 8px 4px 8px;
  color: #ffffff;
  background-color: #3f3f6d;
  background: linear-gradient(45deg, #1f1f52 0%, #3f3f6d 100%);
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.joe__flag:focus, .joe__flag:hover {
  color: white;
  text-decoration: none;
}

.joe__flag__type {
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}

.joe__flag__date {
  text-decoration: underline;
}

.joe__flag--larger {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.25;
  padding: 2em 10px 10px;
  top: -1.3em;
}
.joe__flag--larger .joe__flag__type {
  display: block;
}
.joe__poll .joe__flag--larger {
  top: -2em;
}
.joe__issue-listing--current .joe__flag--larger {
  top: -2.7em;
  padding-top: 2em;
}
@media (min-width: 56.25em) {
  .joe__flag--larger {
    padding: 2.75em 12px 10px;
    top: -2em;
  }
  .joe__poll .joe__flag--larger {
    top: -2.7em;
  }
}

.joe__flag--red {
  background-color: #CE4A22;
  background: linear-gradient(45deg, #CE4A22 0%, rgba(206, 74, 34, 0.95) 100%);
}

.joe__flag--green {
  background-color: #298555;
  background: linear-gradient(45deg, #298555 0%, rgba(41, 133, 85, 0.95) 100%);
}

.joe__flag--gray {
  background-color: #f1f1f1;
  background: #f1f1f1;
}

.joe__flag--orange {
  background-color: #CE4A22;
  background: linear-gradient(45deg, #CE4A22 0%, rgba(206, 74, 34, 0.95) 100%);
}

.joe__flag--blue {
  background-color: #3f3f6d;
  background: linear-gradient(45deg, #1f1f52 0%, #3f3f6d 100%);
}

h2.joe__flag__type {
  font-size: 1em;
  margin: 0;
}

textarea, select, input[type=text],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=month],
input[type=week],
input[type=range],
input[type=datetime],
input[type=datetime-local],
.joe__input {
  width: 100%;
  outline: 0;
  border: 1px solid #d1d3d4;
  background-color: #ffffff;
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #414042;
  padding: 10px 8px;
  -webkit-box-shadow: 0 0px 3px rgba(209, 211, 212, 0.25);
          box-shadow: 0 0px 3px rgba(209, 211, 212, 0.25);
  margin-bottom: 0.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
}
textarea:active, select:active, input[type=text]:active,
input[type=email]:active,
input[type=search]:active,
input[type=url]:active,
input[type=tel]:active,
input[type=number]:active,
input[type=date]:active,
input[type=time]:active,
input[type=month]:active,
input[type=week]:active,
input[type=range]:active,
input[type=datetime]:active,
input[type=datetime-local]:active, textarea:hover, select:hover, input[type=text]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=time]:hover,
input[type=month]:hover,
input[type=week]:hover,
input[type=range]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover, textarea:focus, select:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=range]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
.joe__input:active,
.joe__input:hover,
.joe__input:focus {
  border-color: #099995;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

label,
legend {
  color: #414042;
  margin-bottom: rhythm(0.25);
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #58595b;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #58595b;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #58595b;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #58595b;
}

input[type=range] {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=color] {
  display: block;
  height: 50px;
  width: 100%;
  border: 0;
  padding: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.joe__search-bar .form-item-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 30px;
}
.joe__search-bar .form-item-search input.form-text {
  line-height: 23px;
}
.joe__search-bar label[for=edit-sort-by] {
  display: none;
}
.joe__search-bar .form-item-sort-by {
  width: 150px;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  position: relative;
  color: #414042;
  text-transform: none;
  margin: 0;
}
.facet-dropdown-items input[type=checkbox] + label,
.facet-dropdown-items input[type=radio] + label {
  color: white;
  width: 90%;
}

.block-facet--checkbox label {
  color: white;
  font-weight: bold;
}

.facet-dropdown-items ul {
  padding: 0;
}
.facet-dropdown-items ul li.facet-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.facet-dropdown-items ul li.facet-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.facet-dropdown-items ul li.facet-item label {
  padding-left: 32px;
}
.facet-dropdown-items ul li.facet-item label::before,
.facet-dropdown-items ul li.facet-item label::after {
  position: absolute;
  content: "";
}
.facet-dropdown-items ul li.facet-item label::before {
  height: 16px;
  width: 16px;
  border: 1px solid;
  left: 0px;
}
.facet-dropdown-items ul li.facet-item label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 4px;
  top: 4px;
}
.facet-dropdown-items ul li.facet-item input[type=checkbox] + label::after {
  content: none;
}
.facet-dropdown-items ul li.facet-item input[type=checkbox]:checked + label::after {
  content: "";
}
.facet-dropdown-items ul li.facet-item input[type=checkbox]:focus + label::before {
  outline: white dotted 2px;
}
.facet-dropdown-items ul li.facet-item a {
  color: white;
}

button .language-switcher-plus,
button .language-switcher-minus {
  display: none;
  width: 10px;
  margin-right: 10px;
}
button[aria-expanded=false] .language-switcher-plus {
  display: block;
}
button[aria-expanded=true] .language-switcher-minus {
  display: block;
}
button.facet-dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  padding-left: 0;
}
button.facet-dropdown-toggle:hover {
  cursor: pointer;
}

.facet-dropdown-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  color: #000;
}

@media screen and (prefers-reduced-motion: reduce) {
  .facet-dropdown-items {
    -webkit-transition: height 0s;
    transition: height 0s;
  }
}
.facet-item {
  visibility: visible;
}

.facet-dropdown-items--collapsed .facet-item {
  visibility: hidden;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=reset] {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.25;
  display: inline-block;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 300px;
}

fieldset {
  margin: 24px 0;
  padding: 0;
}

h1,
.joe__h1 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
  margin-top: 2em;
}

h2 :not(.joe__article-teaser__title) :not(.vc-hero-art__flag-type) :not(.vc-hero-gallery__flag-type) :not(.vc-hero-gallery__flag-type),
.joe__h2 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
  margin-top: 1.5em;
}

h3,
.joe__h3 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.28;
  margin-bottom: 6px;
  margin-top: 1.25em;
}

h4,
.joe__h4,
.joe__related-issues__list .joe__issue-teaser__title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
  margin-top: 1em;
}

h5,
.joe__h5 {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
  margin-top: 1em;
}

h6,
.joe__h6 {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
  margin-top: 0.75em;
}

:root[class*=vc-] h1,
:root[class*=vc-] h2 :not(.vc-hero-art__flag-type) :not(.vc-hero-gallery__flag-type) :not(.vc-hero-gallery__flag-type),
:root[class*=vc-] h3,
:root[class*=vc-] h4,
:root[class*=vc-] h5,
:root[class*=vc-] h6 {
  font-family: "franklin-gothic-urw-comp", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  margin-block: 3rem 1.38rem;
}
:root[class*=vc-] h1 {
  font-size: clamp(2.75rem, 1.696rem + 4.68vw, 5.5rem);
  line-height: 1;
}
:root[class*=vc-] h2 :not(.vc-hero-art__flag-type) :not(.vc-hero-gallery__flag-type) :not(.vc-hero-gallery__flag-type) {
  font-size: clamp(2rem, 1.444rem + 2.468vw, 3.45rem);
}
:root[class*=vc-] h3 {
  font-size: clamp(1.75rem, 1.462rem + 1.276vw, 2.5rem);
}
:root[class*=vc-] h4 {
  font-size: clamp(1.5rem, 1.308rem + 0.851vw, 2rem);
}
:root[class*=vc-] h5 {
  font-size: clamp(1.25rem, 1.077rem + 0.765vw, 1.7rem);
}
:root[class*=vc-] h6 {
  font-size: 1em;
}

:root.vc-gallery h1 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 800;
  font-size: clamp(2.75rem, 1.122rem + 7.234vw, 7rem);
}

.joe__icon {
  display: inline-block;
  height: 50px;
  width: 50px;
}
.joe__icon svg {
  height: 50px;
  width: 50px;
  fill: #000000;
}

span[class^=icon-] {
  height: 50px;
  width: 50px;
}

/* Links */
a,
.joe__filter-button.reset,
.joe__link--reversed,
.joe__link--black,
input[type=reset],
.joe__link {
  color: #29688a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus,
.joe__filter-button.reset:hover,
.joe__link--reversed:hover,
.joe__link--black:hover,
input[type=reset]:hover,
.joe__filter-button.reset:focus,
.joe__link--reversed:focus,
.joe__link--black:focus,
input[type=reset]:focus,
.joe__link:hover,
.joe__link:focus {
  color: #1f1f52;
  text-decoration: underline;
}
.joe__article p a,
.joe__article p .joe__filter-button.reset,
.joe__article p .joe__link--reversed,
.joe__article p .joe__link--black,
.joe__article p input[type=reset],
.joe__article p .joe__link {
  text-decoration: underline;
}
.joe__article p a:active, .joe__article p a:hover, .joe__article p a:focus,
.joe__article p .joe__filter-button.reset:active,
.joe__article p .joe__link--reversed:active,
.joe__article p .joe__link--black:active,
.joe__article p input[type=reset]:active,
.joe__article p .joe__filter-button.reset:hover,
.joe__article p .joe__link--reversed:hover,
.joe__article p .joe__link--black:hover,
.joe__article p input[type=reset]:hover,
.joe__article p .joe__filter-button.reset:focus,
.joe__article p .joe__link--reversed:focus,
.joe__article p .joe__link--black:focus,
.joe__article p input[type=reset]:focus,
.joe__article p .joe__link:active,
.joe__article p .joe__link:hover,
.joe__article p .joe__link:focus {
  color: #ffffff;
  background-color: #29688a;
}

.joe__link--black {
  color: #414042;
}
.joe__link--black:hover,
.joe__link--black:focus {
  color: #29688a;
}

.joe__link--reversed {
  color: #ffffff;
}
.joe__link--reversed:hover,
.joe__link--reversed:focus {
  color: #ffffff;
}

.joe__featured-case__link, .joe__issue-teaser__link,
.joe__link--bold {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.joe__list--issue,
.joe__list {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
}
.joe__list--issue li,
.joe__list li {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #f1f1f1;
}

.joe__list--issue {
  margin: 0.5em auto;
  max-width: 1000px;
}

.joe__list--issues {
  list-style: none;
  margin: rhythm(1) 0;
  padding: 0;
}
.joe__list--issues li {
  margin-bottom: 1em;
}
@media (min-width: 37.5em) {
  .joe__list--issues li {
    float: left;
    width: 45%;
    display: inline-block;
    margin-right: 5%;
  }
  .joe__list--issues li:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 75em) {
  .joe__list--issues li {
    float: left;
    width: 30%;
    display: inline-block;
    margin-right: 3%;
  }
  .joe__list--issues li:nth-of-type(2n+1) {
    clear: none;
  }
  .joe__list--issues li:nth-of-type(3n+1) {
    clear: left;
  }
}

.joe__rail-title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.65em;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #58595b;
  margin-bottom: 2em;
  padding-bottom: 5px;
  border-bottom: 1px solid #58595b;
}

.joe__skip-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.joe__skip-nav:focus {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ama__social-icons {
  list-style: none;
}

.joe__table,
table {
  margin: 1.5em 0;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: normal;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 75em) {
  .joe__table,
  table {
    white-space: normal;
  }
}
.joe__table caption,
table caption {
  text-align: left;
  padding: 0px 12px;
}
.joe__table th,
table th {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.35;
  background: #3f3f6d;
  color: #ffffff;
  text-align: left;
}
.joe__table th,
.joe__table td,
table th,
table td {
  padding: 8px 12px;
  border: 1px solid #d1d3d4;
  max-width: 80vw;
}
.joe__title-label {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
}

:root[class*=vc-] .joe__author-information .joe__title-label,
:root[class*=vc-] .joe__references .joe__title-label,
:root[class*=vc-] .joe__article-issue-footer .joe__title-label {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block;
  background-color: var(--c-footer-text);
  color: var(--c-footer-bg);
  padding: 2rem 2rem 1rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.ama__tooltip {
  -webkit-box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
          box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
  padding: 1em;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  display: none;
  position: absolute;
  background: #ffffff;
  min-width: 250px;
  z-index: 10;
  left: 0;
  top: 0;
}
:root[class*=vc-] .ama__tooltip {
  background: var(--c-bg);
  border: 1px solid var(--c-text);
  color: var(--c-text);
}

.joe__video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.joe__video-container iframe,
.joe__video-container object,
.joe__video-container .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.joe__article-header {
  margin-bottom: 0.75em;
}
@media (min-width: 56.25em) {
  .joe__article-header {
    margin-bottom: 1em;
  }
}

.joe__article-header__reviewed {
  display: block;
  color: #58595b;
  margin-bottom: 1em;
}
@media (min-width: 500px) {
  .joe__article-header__reviewed {
    display: inline-block;
    padding: 6px 10px;
    position: relative;
    top: -1.25em;
    float: right;
    border: 1px solid #d1d3d4;
    border-top: 0;
    background-color: #ffffff;
  }
}
@media (min-width: 56.25em) {
  .joe__article-header__reviewed {
    top: -1.85em;
  }
}

.joe__article-header__title {
  margin-top: 0;
}
@media (min-width: 56.25em) {
  .joe__article-header__title {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 2.05em;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media (min-width: 75em) {
  .joe__article-header__title {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 2.15em;
    font-weight: 700;
    line-height: 1.25;
  }
}

.joe__article-header__meta {
  color: #58595b;
  margin-top: 1em;
}

.joe__article-tools {
  margin-top: 1.5em;
  border-top: 2px solid #ed6923;
  position: relative;
  text-align: right;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 56.25em) {
  .joe__article-tools {
    margin-top: 2em;
  }
}
.joe__article-tools .joe__button--tool {
  float: right;
  margin: 0 0 0 4px;
  position: relative;
}
@media (min-width: 56.25em) {
  .joe__article-tools .joe__button--tool {
    margin: 0 0 0 8px;
  }
}
.joe__article-tools .joe__button--tool .altmetric-embed {
  display: inline-block;
  margin-left: 0.1em;
}
.joe__article-tools .joe__button--tool .altmetric-embed a {
  cursor: unset;
  text-decoration: none;
}
.joe__article-tools .joe__button--tool .altmetric-embed ._altmetric_score {
  color: #ffffff;
}
.joe__article-tools .joe__tool-drawer .joe__button--tool {
  position: relative;
  right: 119px;
}
@media (min-width: 56.25em) {
  .joe__article-tools .joe__tool-drawer .joe__button--tool {
    right: 134px;
  }
}
@media (min-width: 75em) {
  .joe__article-tools .joe__tool-drawer .joe__button--tool {
    right: 142px;
  }
}
.joe__article-tools.joe__article-tools--no-pdf .joe__tool-drawer .joe__button--tool {
  right: 52px;
}
@media (min-width: 56.25em) {
  .joe__article-tools.joe__article-tools--no-pdf .joe__tool-drawer .joe__button--tool {
    right: 54px;
  }
}
@media (min-width: 75em) {
  .joe__article-tools.joe__article-tools--no-pdf .joe__tool-drawer .joe__button--tool {
    right: 57px;
  }
}

.joe__author-information {
  margin: 1.5em 0;
}
@media (min-width: 25em) {
  .joe__author-information {
    padding: 1.5em 0;
  }
}
@media (min-width: 56.25em) {
  .joe__author-information {
    padding: 0;
    margin: 2em 0;
  }
}

.joe__author-information__list {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}
.joe__author-information__list li {
  margin-bottom: 1em;
}

:root[class*=vc-] .joe__author-information {
  max-width: 1000px;
  color: var(--c-footer-text);
  padding: 0;
  margin: 0 0 5rem;
}
:root[class*=vc-] .joe__author-information a {
  color: var(--c-footer-link);
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.3
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: block;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0.5em;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #d1d3d4;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 3px rgba(209, 211, 212, 0.25);
          box-shadow: 0 0px 3px rgba(209, 211, 212, 0.25);
  display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #414042;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single.chosen-container-active .chosen-single {
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  border: 1px solid #099995;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  height: 44px;
  padding: 9px 8px;
  white-space: nowrap;
  text-decoration: none;
  color: #444;
  border: 1px solid #d1d3d4;
  border-radius: 0;
  background-color: #ffffff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0px 3px rgba(209, 211, 212, 0.25);
          box-shadow: 0 0px 3px rgba(209, 211, 212, 0.25);
  line-height: 22px;
}
.chosen-container-single .chosen-single:active, .chosen-container-single .chosen-single:hover, .chosen-container-single .chosen-single:focus {
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  border-color: #099995;
  outline: 0;
}
.chosen-container-single .chosen-single a {
  border-bottom: 0;
}
.chosen-container-single .chosen-single a:active, .chosen-container-single .chosen-single a:hover, .chosen-container-single .chosen-single a:focus {
  border-bottom: 0;
}

.chosen-container-single .chosen-single input[type=text] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
}

.chosen-container-single .chosen-default {
  color: #414042;
}

.chosen-container-single .chosen-single span {
  position: absolute;
  top: 9px;
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 13px;
  right: 26px;
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #d1d3d4;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3f3f6d;
  color: #ffffff;
}

.chosen-container .chosen-results li.no-results {
  color: #58595b;
  display: list-item;
  background: transparent;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 7px 10px;
  width: 100%;
  height: auto;
  color: #414042;
  border: 1px solid #d1d3d4;
  background-color: #ffffff;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #58595b;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border: 1px solid #d1d3d4;
  background-color: #ffffff;
  border-radius: 2px;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0px 3px rgba(209, 211, 212, 0.25);
          box-shadow: 0 0px 3px rgba(209, 211, 212, 0.25);
  color: #414042;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
  -webkit-transition: none;
  transition: none;
  border-bottom: 0;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #d1d3d4;
  -webkit-box-shadow: 0 0px 3px rgba(209, 211, 212, 0.25);
          box-shadow: 0 0px 3px rgba(209, 211, 212, 0.25);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  -webkit-box-shadow: 0 0px 3px rgba(209, 211, 212, 0.25);
          box-shadow: 0 0px 3px rgba(209, 211, 212, 0.25);
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #d1d3d4;
  -webkit-box-shadow: 0 0px 3px rgba(209, 211, 212, 0.25);
          box-shadow: 0 0px 3px rgba(209, 211, 212, 0.25);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.joe__footer-nav {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.joe__footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0.25em 0 0;
  border-top: 1px solid #29688a;
}

.joe__footer-nav__item {
  display: inline-block;
  margin-right: 0.45em;
}
.joe__footer-nav__item a:link,
.joe__footer-nav__item a:visited {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.1;
}

.joe__inline-quote, .joe__inline-image {
  margin: 1em 0;
}

.joe__inline-caption {
  margin-top: 0.5em;
}
.is-zoomed .joe__inline-caption {
  display: none;
}

.joe__inline-image {
  position: relative;
}
.joe__inline-image img {
  width: 100%;
  height: 100%;
}
.joe__inline-image.is-zoomed {
  position: absolute;
  left: 0;
  top: auto;
  z-index: 20;
  margin: 0;
  overflow: auto;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  background-color: rgba(0, 0, 0, 0.95);
}
.joe__inline-image.is-zoomed img {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease 0.15s forwards;
          animation: fadeIn 0.5s ease 0.15s forwards;
}
.no-cssanimations .joe__inline-image.is-zoomed img {
  opacity: 1;
}
.joe__inline-image.is-zoomed .joe__inline-image__zoom {
  position: absolute;
  z-index: 1;
  top: 1em;
  right: 1em;
  content: "Close";
  color: transparent;
  background-color: black;
  background-image: url("../images/close.png");
  background-size: contain;
  border-radius: 50%;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding: 10px;
}
.joe__inline-image.is-zoomed .joe__inline-image__zoom:after {
  background-image: none;
}

@media (min-width: 37.5em) {
  .joe__inline-image--left {
    width: 50%;
    float: left;
    margin: 0.5em 1em 0.5em 0;
  }
  .joe__inline-image--left.is-zoomed {
    float: none;
    margin: 0;
  }
}

@media (min-width: 37.5em) {
  .joe__inline-image--right {
    width: 50%;
    float: right;
    margin: 0.5em 0 0.5em 1em;
  }
  .joe__inline-image--right.is-zoomed {
    float: none;
    margin: 0;
  }
}

.joe__inline-image--portrait {
  width: 50%;
  float: left;
  top: 100%;
  margin: 0.5em 1em 0.5em 0;
}
.joe__inline-image--portrait.is-zoomed {
  float: none;
  margin: 0;
}
@media (min-width: 37.5em) {
  .joe__inline-image--portrait {
    width: 30%;
  }
}
@media (min-width: 56.25em) {
  .joe__inline-image--portrait {
    width: 25%;
  }
}

.joe__inline-image__zoom {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  padding: 6px;
  cursor: pointer;
}
.joe__inline-image__zoom:after {
  content: "Zoom in on this Image";
  background-image: url("../images/zoom-blue.png");
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
  display: block;
  color: transparent;
  font-size: 0;
  overflow: hidden;
}
.joe__inline-image__zoom:active, .joe__inline-image__zoom:hover, .joe__inline-image__zoom:focus {
  background-color: #3f3f6d;
  background: linear-gradient(45deg, #1f1f52 0%, #3f3f6d 100%);
}
.joe__inline-image__zoom:active:after, .joe__inline-image__zoom:hover:after, .joe__inline-image__zoom:focus:after {
  background-image: url("../images/zoom-white.png");
}

blockquote {
  margin: 1em auto;
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.4;
}

.joe__inline-quote {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.35;
  color: #3f3f6d;
}
.joe__inline-quote:before {
  content: "";
  background-image: url("../images/quote.png");
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
  display: block;
  margin-bottom: 15px;
}
.joe__inline-quote:after {
  content: "";
  height: 8px;
  width: 100%;
  background-color: #06847F;
  background: linear-gradient(45deg, #1f1f52 0%, #3f3f6d 100%);
  margin-top: 1em;
}

@media (min-width: 37.5em) {
  .joe__inline-quote--left {
    width: 50%;
    float: left;
    padding: 1em 2em 1em 0;
    margin: 0.5em 1em 0.5em 0;
  }
}

@media (min-width: 37.5em) {
  .joe__inline-quote--right {
    width: 50%;
    float: right;
    padding: 1em 0 1em 2em;
    margin: 0.5em 0 0.5em 1em;
  }
}

.joe__issue-header {
  text-align: center;
  margin: 1em auto 2em;
  max-width: 1000px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 1.5em;
}

.joe__issue-header__date {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #29688a;
}

.joe__issue-header__title {
  margin-top: 1em;
  margin-bottom: 0.25em;
}

.joe__issue-header__desc {
  text-align: left;
}

.joe__issue-header__meta {
  margin-top: 1em;
}

.joe__issue-header__download {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.35;
  display: block;
  margin-top: 0.25em;
}

.joe__issue-teaser {
  margin-bottom: 2em;
}

.joe__issue-teaser__label {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.joe__issue-teaser__label span {
  font-weight: 400;
}
.joe__related-issues .joe__issue-teaser__label {
  color: rgba(255, 255, 255, 0.8);
}

.joe__issue-teaser__title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.28;
  margin-top: 0.5em;
}
.joe__related-issues .joe__issue-teaser__title {
  color: #ffffff;
}
.joe__related-issues .joe__issue-teaser__title a:link,
.joe__related-issues .joe__issue-teaser__title a:visited {
  color: #ffffff;
}

.joe__issue-teaser__desc {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 0.5em;
}
.joe__related-issues .joe__issue-teaser__desc {
  color: rgba(255, 255, 255, 0.8);
}

.joe__related-issues .joe__issue-teaser__meta {
  color: rgba(255, 255, 255, 0.8);
}

.joe__issue-teaser__link {
  display: inline-block;
  margin: 1.5em 0 3em 0;
}

.joe__issue-filters {
  margin: 1em 0 2em;
}

.joe__issue-filter {
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 37.5em) {
  .joe__issue-filter {
    border-bottom: 0;
  }
}

.joe__issue-filter--trigger {
  display: block;
  padding: 5px 8px;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  color: #414042;
  border-radius: 0;
  background: none;
  background-color: transparent;
  text-transform: none;
  width: 100%;
  text-align: left;
}
.joe__issue-filter--trigger:active, .joe__issue-filter--trigger:hover, .joe__issue-filter--trigger:focus {
  background: none;
  background-color: #d1d3d4;
  text-decoration: none;
}
@media (min-width: 37.5em) {
  .joe__issue-filter--trigger {
    border: 1px solid #f1f1f1;
    display: inline-block;
  }
}

.joe__issue-filter__tab.is-active .joe__issue-filter--trigger {
  background-color: #f1f1f1;
}
@media (min-width: 37.5em) {
  .joe__issue-filter__tab {
    display: inline-block;
    float: left;
    margin-right: 0.5em;
  }
  .joe__issue-filter__tab.is-active {
    margin-bottom: 4em;
  }
}
@media (min-width: 750px) {
  .joe__issue-filter__tab.is-active {
    margin-bottom: 2em;
  }
}

.joe__issue-filter__children {
  display: none;
  visibility: hidden;
  list-style: none;
  margin: 0;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  padding: 0 0.5em;
  background-color: #f1f1f1;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.joe__issue-filter__tab.is-active .joe__issue-filter__children {
  border-top: 1px solid #d1d3d4;
  display: block;
  visibility: visible;
}
.joe__issue-filter__children li {
  display: block;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.joe__issue-filter__children li a:link,
.joe__issue-filter__children li a:visited {
  display: block;
  padding: 5px 0;
  color: #414042;
}
@media (min-width: 37.5em) {
  .joe__issue-filter__children {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  .joe__issue-filter__children li {
    display: inline-block;
    margin-right: 1em;
  }
  .joe__issue-filter__tab.is-active .joe__issue-filter__children {
    position: absolute;
    left: 0;
    right: 0;
    height: 4em;
  }
}
@media (min-width: 750px) {
  .joe__issue-filter__tab.is-active .joe__issue-filter__children {
    height: 2em;
  }
}

.joe__filters-wrapper {
  margin: 1em 0;
  background-color: #3f3f6d;
}

.joe__filters--trigger {
  width: 100%;
  border-radius: 0;
  color: #ffffff;
  background-color: #3f3f6d;
  background: #3f3f6d;
}
.joe__filters--trigger:active, .joe__filters--trigger:hover, .joe__filters--trigger:focus {
  color: #ffffff;
  background-color: #1f1f52;
  background: linear-gradient(45deg, #1f1f52 0%, #3f3f6d 100%);
}
.joe__filters--trigger .joe__filters__open {
  display: none;
  visibility: hidden;
}
.joe__filters--trigger.is-active .joe__filters__open {
  display: block;
  visibility: visible;
}
.joe__filters--trigger.is-active .joe__filters__closed {
  display: none;
  visibility: hidden;
}
@media (min-width: 56.25em) {
  .joe__filters--trigger {
    padding: 0.75em 1em 1px;
    text-align: left;
    cursor: default;
    background-color: #3f3f6d;
  }
  .joe__filters--trigger:active, .joe__filters--trigger:hover, .joe__filters--trigger:focus {
    color: #ffffff;
    background-color: #3f3f6d;
    background: #3f3f6d;
    outline: 0;
  }
  .joe__filters--trigger.is-active .joe__filters__open {
    display: none;
    visibility: hidden;
  }
  .joe__filters--trigger.is-active .joe__filters__closed {
    display: block;
    visibility: visible;
  }
}

.joe__filters {
  display: none;
  font-size: 80%;
  background-color: #3f3f6d;
  padding: 0.5em 1em;
  -webkit-box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
          box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
}
.joe__filters label {
  color: #ffffff;
}
.joe__filters legend {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.joe__filters legend:hover {
  cursor: pointer;
}
@media (min-width: 56.25em) {
  .joe__filters {
    display: block;
  }
}

.joe__filter__buttons {
  margin-top: 1em;
  margin-bottom: 0.75em;
}
.joe__filter__buttons input {
  display: inline-block;
  margin-right: 20px;
}

.joe__filter-button,
.joe__filter-button[type=reset],
.joe__filter-button[type=submit] {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.25;
}

.joe__filter-button.reset {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.25;
  display: inline-block;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #f2ce5a;
}

.joe__filter-button[type=submit] {
  background-color: #f2ce5a;
  background: #f2ce5a;
  color: #1f1f52;
}
.joe__filter-button[type=submit]:active, .joe__filter-button[type=submit]:hover, .joe__filter-button[type=submit]:focus {
  background-color: #ed6923;
  background: #ed6923;
}

.joe__filter-button[type=reset] {
  color: #f2ce5a;
}

.joe__facet .form-wrapper {
  margin-top: 1em;
}
.joe__facet .fieldset-wrapper {
  margin-top: 1em;
  display: none;
}
.joe__facet .fieldset-legend:before {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.25;
  content: "+";
  margin-right: 10px;
  width: 10px;
  display: inline-block;
}
.joe__facet .fieldset-legend.expanded:before {
  content: "−";
  width: 10px;
}
.joe__facet .facet-dropdown-items .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  color: #ffffff;
}
.joe__facet .facet-dropdown-items .form-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.joe__facet .facet-dropdown-items .form-item input[type=checkbox] + label {
  padding-left: 32px;
}
.joe__facet .facet-dropdown-items .form-item input[type=checkbox] + label:before {
  display: inline-block;
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border: 1px solid;
  left: 0;
}
.joe__facet .facet-dropdown-items .form-item input[type=checkbox]:checked + label:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 4px;
}

.joe__page-header {
  margin-bottom: 0.75em;
}
@media (min-width: 56.25em) {
  .joe__page-header {
    margin-bottom: 1em;
  }
}

.joe__page-header__title {
  margin-top: 0;
}
@media (min-width: 56.25em) {
  .joe__page-header__title {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 2.05em;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media (min-width: 75em) {
  .joe__page-header__title {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 2.15em;
    font-weight: 700;
    line-height: 1.25;
  }
}

.joe__pager {
  margin: 3em 0 1em;
}

.joe__pager__items {
  list-style: none;
  padding-left: 0;
}

.joe__pager__item {
  display: inline-block;
  margin-right: 5px;
}
.joe__pager__item a {
  display: block;
  background-color: #ffffff;
  border: 1px solid #d1d3d4;
  color: #58595b;
  padding: 5px 8px;
}
.joe__pager__item a:active, .joe__pager__item a:hover, .joe__pager__item a:focus {
  border-color: #3f3f6d;
  background-color: #3f3f6d;
  color: #ffffff;
  text-decoration: none;
}
.joe__pager__item.is-active a {
  background-color: #3f3f6d;
  border-color: #3f3f6d;
  color: #ffffff;
}

@media (min-width: 56.25em) {
  .joe__primary-nav {
    float: right;
    clear: right;
  }
  .joe__sticky-header .joe__primary-nav {
    float: none;
    text-align: center;
  }
}

.joe__primary-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.joe__primary-nav__item {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
  display: block;
}
.joe__primary-nav__item a:link,
.joe__primary-nav__item a:visited {
  display: block;
  padding: 0.5em;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}
.joe__primary-nav__item a:active,
.joe__primary-nav__item a:hover,
.joe__primary-nav__item a:focus {
  position: relative;
}
@media (min-width: 56.25em) {
  .joe__primary-nav__item {
    display: inline-block;
  }
  .joe__primary-nav__item a:link,
  .joe__primary-nav__item a:visited {
    display: inline-block;
    padding: 0.5em;
    color: #3f3f6d;
    border-bottom: 0;
  }
  .joe__primary-nav__item a:active,
  .joe__primary-nav__item a:hover,
  .joe__primary-nav__item a:focus {
    position: relative;
    border-bottom: 0;
  }
  .joe__primary-nav__item:last-child a:link,
  .joe__primary-nav__item:last-child a:visited {
    padding-right: 0;
  }
  .joe__sticky-header .joe__primary-nav__item a:link,
  .joe__sticky-header .joe__primary-nav__item a:visited {
    color: #ffffff;
    border: 0;
  }
  .joe__sticky-header .joe__primary-nav__item a:active,
  .joe__sticky-header .joe__primary-nav__item a:hover,
  .joe__sticky-header .joe__primary-nav__item a:focus {
    color: #ffffff;
    border: 0;
  }
}

.joe__rail-cta {
  margin: 1em 0;
  background-color: #ffffff;
  padding: 1.5em;
  -webkit-box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
          box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
}
@media (min-width: 25em) {
  .joe__rail-cta {
    margin: 1em 1.5em;
  }
}
@media (min-width: 56.25em) {
  .joe__rail-cta {
    margin: 2em 0 1em 0;
  }
}

.joe__rail-cta__title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
}

.joe__rail-cta__text {
  margin-bottom: 1em;
}

.joe__rail-cta--secondary {
  background-color: transparent;
  background: linear-gradient(45deg, #1f1f52 0%, #3f3f6d 100%);
}
.joe__rail-cta--secondary .joe__rail-cta__title,
.joe__rail-cta--secondary .joe__rail-cta__text {
  color: #ffffff;
}
.joe__rail-cta--secondary .joe__button,
.joe__rail-cta--secondary .joe__button[type=submit] {
  background-color: #f2ce5a;
  background: #f2ce5a;
  color: #1f1f52;
}
.joe__rail-cta--secondary .joe__button:active, .joe__rail-cta--secondary .joe__button:hover, .joe__rail-cta--secondary .joe__button:focus,
.joe__rail-cta--secondary .joe__button[type=submit]:active,
.joe__rail-cta--secondary .joe__button[type=submit]:hover,
.joe__rail-cta--secondary .joe__button[type=submit]:focus {
  background-color: #ed6923;
  background: #ed6923;
}

.joe__rail-cta--secondary .joe__rail-form__form label {
  color: #ffffff;
}

.joe__rail-form__form {
  padding-top: 0.25em;
}

.joe__rail-nav__list {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
  background-color: #ffffff;
  padding: 1.5em;
  -webkit-box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
          box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
}
@media (min-width: 25em) {
  .joe__rail-nav__list {
    margin: 1em 1.5em;
  }
}
@media (min-width: 56.25em) {
  .joe__rail-nav__list {
    margin: 2em 0 1em 0;
  }
}

.joe__rail-nav__item {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.25;
  display: block;
}
.joe__rail-nav__item:first-child > a {
  border-top: 1px solid #3f3f6d;
}
.joe__rail-nav__item a:link,
.joe__rail-nav__item a:visited {
  display: block;
  padding: 0.5em 0;
  border-bottom: 1px solid #3f3f6d;
  color: #3f3f6d;
}
.joe__rail-nav__item a:active,
.joe__rail-nav__item a:hover,
.joe__rail-nav__item a:focus {
  position: relative;
  color: #CE4A22;
  border-color: #CE4A22;
}

.joe__rail-nav__sublist {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1em;
  border-bottom: 1px solid #3f3f6d;
}

.joe__rail-nav__subitem {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1.25;
  display: block;
}
.joe__rail-nav__subitem a:link,
.joe__rail-nav__subitem a:visited {
  border-bottom: 0;
}

.joe__references {
  margin: 2.5em 0 1em;
  padding-top: 2em;
  border-top: 1px solid #d1d3d4;
}

.joe__references__list,
.joe__references ul,
.joe__references ol {
  padding-left: 1em;
  word-wrap: break-word;
}
.joe__references__list p,
.joe__references ul p,
.joe__references ol p {
  display: inline;
}

.joe__references__item,
.joe__references li {
  margin-bottom: 1em;
}

.joe__references__item-links a {
  margin-right: 10px;
}

.joe__references__journal-title {
  font-style: italic;
}

:root[class*=vc-] .joe__references {
  max-width: 1000px;
  border-top: 0;
  color: var(--c-footer-text);
  padding: 0;
  margin: 0 0 3rem;
}
:root[class*=vc-] .joe__references a {
  color: var(--c-footer-link);
}

.joe__share-trigger {
  position: fixed;
  bottom: 5px;
  right: 5px;
  background: none;
  border-bottom: 0;
  background-color: transparent;
  padding: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border-radius: 2px;
}
.joe__share-trigger .joe__icon {
  height: 30px;
  width: 30px;
  display: block;
}
.joe__share-trigger svg {
  height: 30px;
  width: 30px;
  fill: #3f3f6d;
}
.joe__share-trigger:active, .joe__share-trigger:hover, .joe__share-trigger:focus {
  background: none;
  background-color: transparent;
}
.joe__share-trigger:active svg, .joe__share-trigger:hover svg, .joe__share-trigger:focus svg {
  fill: #CE4A22;
}
.joe__sticky-share .joe__share-trigger {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  opacity: 1;
}
@media (min-width: 56.25em) {
  .joe__share-trigger {
    display: none;
    visibility: hidden;
  }
}

.joe__share {
  display: none;
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
  text-align: center;
  z-index: 10;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  bottom: 3px;
  right: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.joe__sticky-share .joe__share {
  position: fixed;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
@media (min-width: 56.25em) {
  .joe__share {
    opacity: 1;
    display: block;
    position: static;
    position: absolute;
    background: none;
    right: auto;
    left: -10px;
    top: auto;
    bottom: -213px;
  }
  .joe__sticky-share .joe__share {
    left: auto;
    right: auto;
    bottom: auto;
    top: 100px;
    margin-left: -53px;
    -webkit-transition: top 0.25s ease-in;
    transition: top 0.25s ease-in;
  }
}

.joe__share__item {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.joe__share__item .joe__icon {
  height: 30px;
  width: 30px;
}
.joe__share__item svg {
  height: 30px;
  width: 30px;
  fill: #3f3f6d;
}
.joe__share__item a:link,
.joe__share__item a:visited {
  border-bottom: 0;
}
.joe__share__item a:active svg,
.joe__share__item a:hover svg,
.joe__share__item a:focus svg {
  fill: #CE4A22;
}
@media (min-width: 25em) {
  .joe__share__item {
    margin-right: 10px;
    margin-left: 0;
  }
}
@media (min-width: 56.25em) {
  .joe__share__item {
    display: block;
    margin: 0;
  }
  .joe__share__item .joe__icon {
    height: 31px;
    width: 31px;
  }
  .joe__share__item svg {
    height: 31px;
    width: 31px;
  }
  .joe__share__item svg {
    -webkit-box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
            box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
  }
}

.joe__site-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 0;
  visibility: hidden;
  background-color: #3f3f6d;
  background: linear-gradient(45deg, #1f1f52 0%, #3f3f6d 100%);
  -webkit-box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
          box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
  -webkit-transition: max-height 0.5s ease-in, visibility 0s ease-in 0.5s;
  transition: max-height 0.5s ease-in, visibility 0s ease-in 0.5s;
  overflow: hidden;
  padding: 0 0.5em;
}
.joe__site-search.is-active {
  max-height: 200px;
  visibility: visible;
  -webkit-transition: max-height 0.5s ease-in, visibility 0s ease-in;
  transition: max-height 0.5s ease-in, visibility 0s ease-in;
}
@media (min-width: 56.25em) {
  .joe__site-search {
    padding: 0;
    max-height: none;
    visibility: visible;
    width: 350px;
    position: relative;
    top: -7px;
    float: right;
    border: 1px solid #3f3f6d;
    border-radius: 0 0 4px 4px;
    background: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: visible;
  }
  .joe__site-search.is-active {
    max-height: none;
    visibility: visible;
  }
  .joe__sticky-header .joe__site-search {
    border-radius: 4px;
    top: -1px;
    margin-left: 0.5em;
    margin-top: 6px;
    position: relative;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
}
@media (min-width: 75em) {
  .joe__site-search {
    top: -7px;
  }
  .joe__sticky-header .joe__site-search {
    margin-top: 10px;
  }
}
.joe__site-search input[type=text],
.joe__site-search input[type=search] {
  margin: 1em 0;
  border: 0;
  padding-right: 50px;
}
@media (min-width: 56.25em) {
  .joe__site-search input[type=text],
  .joe__site-search input[type=search] {
    margin: 0;
  }
}
.joe__site-search input[type=submit] {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  background: url(../icons/svg/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  width: 25px;
  height: 41px;
  color: transparent;
  opacity: 0.6;
}
.joe__site-search input[type=submit]:active, .joe__site-search input[type=submit]:hover, .joe__site-search input[type=submit]:focus {
  opacity: 1;
}
@media (min-width: 56.25em) {
  .joe__site-search input[type=submit] {
    right: 0;
    top: 0;
  }
}

.joe__search-input[type=submit] {
  color: transparent;
}

.joe__tags-title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.65em;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 0.5em;
}

.joe__tags {
  position: relative;
  clear: both;
  padding-top: 1em;
}

.joe__tags-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.joe__tag {
  display: inline;
  letter-spacing: 0;
}
.joe__tag a:link,
.joe__tag a:visited {
  display: inline;
  color: #CE4A22;
  margin-bottom: 0.35em;
  padding: 0 2px;
  border-bottom: 2px solid #CE4A22;
}
.joe__tag a:active,
.joe__tag a:hover,
.joe__tag a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #CE4A22;
}

:root[class*=vc-] .joe__tags {
  max-width: 1000px;
  color: var(--c-footer-text);
  padding: 0;
  margin: 0 0 5rem;
}
:root[class*=vc-] .joe__tags a {
  color: var(--c-footer-link);
  border-bottom: 0;
}
:root[class*=vc-] .joe__tags a:active, :root[class*=vc-] .joe__tags a:hover, :root[class*=vc-] .joe__tags a:focus {
  color: unset;
  text-decoration: unset;
  background-color: unset;
}
:root[class*=vc-] .joe__tag {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.25;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
:root[class*=vc-] .joe__tags-title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
  top: -1px;
  display: inline-block;
  background-color: var(--c-footer-text);
  color: var(--c-footer-bg);
  padding: 2rem 2rem 1rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.joe__tool-drawer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
}

.joe__tool-drawer__content {
  text-align: left;
  padding: 15px;
  background-color: #f1f1f1;
  display: none;
  position: relative;
  z-index: 1;
}

.tool-drawer__trigger {
  z-index: 0;
}

.joe__utility-nav {
  display: block;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  background-color: #3f3f6d;
  border-left: 1px solid white;
  border-right: 1px solid white;
  -webkit-column-rule: 1px solid white;
     -moz-column-rule: 1px solid white;
          column-rule: 1px solid white;
}
@media (min-width: 25em) {
  .joe__utility-nav {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    position: absolute;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media (min-width: 56.25em) {
  .joe__utility-nav {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    background-color: transparent;
    border-left: none;
    border-right: none;
    -webkit-column-rule: none;
       -moz-column-rule: none;
            column-rule: none;
  }
  .joe__header .joe__utility-nav {
    top: -32px;
    height: 26px;
  }
}
@media (min-width: 75em) {
  .joe__utility-nav {
    width: 100%;
  }
  .joe__header .joe__utility-nav {
    top: -35px;
    height: 29px;
  }
}
@media (min-width: 100em) {
  .joe__utility-nav {
    width: 100%;
  }
}

.joe__utility-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: inherit;
}
@media (min-width: 56.25em) {
  .joe__utility-nav__list {
    float: left;
  }
}

@media (min-width: 56.25em) {
  .joe__utility-nav__list--right {
    float: right;
  }
}
.joe__utility-nav__list--right .joe__utility-nav__item {
  margin-right: 0.5em;
}
.joe__utility-nav__list--right .joe__utility-nav__item:last-child {
  margin-right: 0;
}
.joe__utility-nav__list--right .joe__utility-nav__item:first-of-type + .social .social-icon {
  padding-left: 0.75em;
  border-left-color: #ffffff;
}
@media (min-width: 56.25em) {
  .joe__utility-nav__list--right .joe__utility-nav__item:first-of-type + .social .social-icon {
    padding: 0;
    border-left-color: transparent;
  }
}
.joe__utility-nav__list--right .joe__utility-nav__item.social {
  vertical-align: middle;
  display: inline-block;
  border: none;
  margin-right: 0;
}
.joe__utility-nav__list--right .joe__utility-nav__item.social .social-icon {
  height: 36px;
  width: 26px;
  position: relative;
  border-left-color: transparent;
  padding: 9px 0.2em;
}
.joe__utility-nav__list--right .joe__utility-nav__item.social .social-icon.youtube {
  width: 32px;
  padding: 6px 0 0;
  height: 28px;
}
@media (min-width: 56.25em) {
  .joe__utility-nav__list--right .joe__utility-nav__item.social .social-icon {
    padding: 0;
    height: 20px;
  }
  .joe__utility-nav__list--right .joe__utility-nav__item.social .social-icon.twitter {
    height: 18px;
  }
  .joe__utility-nav__list--right .joe__utility-nav__item.social .social-icon.youtube {
    width: 28px;
    height: 20px;
    padding: 0;
  }
}
.joe__utility-nav__list--right .joe__utility-nav__item.social .social-icon svg {
  fill: #ffffff;
  height: 100%;
  width: 100%;
}

.joe__utility-nav__item {
  display: block;
  border-bottom: 1px solid #ffffff;
  position: relative;
  top: auto;
  left: auto;
}
.joe__utility-nav__item a:link,
.joe__utility-nav__item a:visited {
  display: inline-block;
  width: 100%;
  padding: 0.75em 0.75em;
  color: #ffffff;
  border: 0;
}
@media (min-width: 56.25em) {
  .joe__utility-nav__item {
    display: inline-block;
    border: 0;
  }
  .joe__utility-nav__item a:link,
  .joe__utility-nav__item a:visited {
    display: inline-block;
    padding: 0 0.5em;
    border: 0;
  }
  .joe__utility-nav__item:first-child a:link,
  .joe__utility-nav__item:first-child a:visited {
    padding-left: 0;
  }
}

:root[class*=vc-] .joe__utility-nav__list--right .joe__utility-nav__item.social .social-icon svg {
  fill: var(--c-link);
  height: 100%;
  width: 100%;
}

.vc-audio-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-block: 2rem;
}

.vc-audio-player__source {
  display: none;
}

:root[class*=vc-] .vc-audio-player__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 2.5rem;
  padding: 1rem;
  margin: 0;
  max-width: 76px;
  max-height: 76px;
}
:root[class*=vc-] .vc-audio-player__button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:root[class*=vc-] .vc-audio-player__button[aria-pressed=false] .vc-audio-player__pause {
  display: none;
}
:root[class*=vc-] .vc-audio-player__button[aria-pressed=true] .vc-audio-player__play {
  display: none;
}
:root[class*=vc-] .vc-audio-player__button[aria-pressed=true] .vc-audio-player__waves {
  -webkit-animation-name: audioWaveFade;
          animation-name: audioWaveFade;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  margin-inline: 0.5rem;
}
:root[class*=vc-] .vc-audio-player__button svg path {
  fill: var(--c-button-text);
}

.vc-audio-player__waves {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 0.25rem;
  width: 0;
  height: 2rem;
  margin-inline: 0;
  opacity: 0;
}

.vc-audio-player__wave {
  -webkit-animation-name: audioWaves;
          animation-name: audioWaves;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-color: var(--c-button-text);
  border-radius: 3px;
  width: 4px;
  height: 2rem;
}
.vc-audio-player__wave:nth-child(1) {
  -webkit-animation-name: audioWave2;
          animation-name: audioWave2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.vc-audio-player__wave:nth-child(2) {
  -webkit-animation-name: audioWave1;
          animation-name: audioWave1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.vc-audio-player__wave:nth-child(3) {
  -webkit-animation-name: audioWave2;
          animation-name: audioWave2;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.vc-audio-player__label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.vc-card {
  isolation: isolate;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--c-bg);
  padding: 1rem 1rem 2rem;
}
.vc-card::before {
  content: "";
  -webkit-box-shadow: 0 0 0 1px var(--c-text);
          box-shadow: 0 0 0 1px var(--c-text);
  position: absolute;
  inset: 0;
  opacity: 0.25;
  z-index: -1;
}

.vc-card__image {
  margin: -1rem -1rem 1.5rem;
}
.vc-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.vc-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

:root[class*=vc-] .vc-card__title {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
:root[class*=vc-] a.vc-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
:root[class*=vc-] a.vc-card__link::after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: " →";
}
:root[class*=vc-] a.vc-card__link:active::after, :root[class*=vc-] a.vc-card__link:focus::after, :root[class*=vc-] a.vc-card__link:hover::after {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}

.vc-card__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.9em;
}

.vc-reaction-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  gap: 0.5rem 1rem;
}

.vc-reaction-bar__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.vc-reaction-bar__question {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.15;
}

.vc-reaction-bar__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.8em;
  font-weight: 700;
}

.vc-reaction-bar__emojis-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.vc-reaction-bar__emojis-selected img {
  width: 1.25rem;
  height: 1.25rem;
}

.vc-reaction-bar__emojis {
  position: relative;
}

:root[class*=vc-] .vc-reaction-bar__emojis-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  padding: 0;
}
:root[class*=vc-] .vc-reaction-bar__emojis-button svg path {
  fill: var(--c-button-text);
}

.vc-reaction-bar__emojis-dropdown {
  position: absolute;
  top: calc(100% + 1rem);
  left: -0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  max-width: 300px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
  padding: 0.5rem 1rem;
}
.vc-reaction-bar__emojis-dropdown[hidden] {
  display: none;
}
.vc-reaction-bar__actions--has-question .vc-reaction-bar__emojis-dropdown {
  left: auto;
  right: -0.5em;
}
@media (min-width: 37.5em) {
  .vc-reaction-bar__actions--has-question .vc-reaction-bar__emojis-dropdown {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.vc-reaction-bar__emojis-dropdown:after, .vc-reaction-bar__emojis-dropdown:before {
  bottom: 100%;
  left: 2rem;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vc-reaction-bar__actions--has-question .vc-reaction-bar__emojis-dropdown:after, .vc-reaction-bar__actions--has-question .vc-reaction-bar__emojis-dropdown:before {
  left: auto;
  right: 1.25rem;
}
@media (min-width: 37.5em) {
  .vc-reaction-bar__actions--has-question .vc-reaction-bar__emojis-dropdown:after, .vc-reaction-bar__actions--has-question .vc-reaction-bar__emojis-dropdown:before {
    right: auto;
    left: 50%;
  }
}
.vc-reaction-bar__emojis-dropdown::after {
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
.vc-reaction-bar__emojis-dropdown::before {
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 9px;
  margin-left: -9px;
}

.vc-reaction-bar__emojis-icon {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.vc-reaction-bar__emojis-icon:active, .vc-reaction-bar__emojis-icon:focus, .vc-reaction-bar__emojis-icon:hover {
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}

.joe__footer .joe__wordmark {
  display: inline-block;
}
@media (min-width: 56.25em) {
  .joe__wordmark {
    margin-top: 3px;
    margin-bottom: 10px;
  }
}
.joe__wordmark a:link,
.joe__wordmark a:visited {
  color: #414042;
}
.joe__wordmark a:active,
.joe__wordmark a:hover,
.joe__wordmark a:focus {
  text-decoration: none;
}

.joe__wordmark__title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
}
.joe__wordmark__title sup {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.5em;
}
.joe__footer .joe__wordmark__title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.3;
}
@media (min-width: 37.5em) {
  .joe__wordmark__title {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 1.55em;
    font-weight: 700;
    line-height: 1.28;
    margin-top: 8px;
  }
  .joe__footer .joe__wordmark__title {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.3;
  }
}
@media (min-width: 56.25em) {
  .joe__wordmark__title {
    font-weight: 800;
  }
  .joe__footer .joe__wordmark__title {
    font-weight: 800;
  }
}

.joe__wordmark__subtitle {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.15;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 6px;
}
.joe__footer .joe__wordmark__subtitle {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.15;
}
@media (min-width: 37.5em) {
  .joe__wordmark__subtitle {
    font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.28;
  }
  .joe__footer .joe__wordmark__subtitle {
    font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    font-size: 0.95em;
    font-weight: 400;
    line-height: 1.15;
  }
}

.joe__about-band {
  padding: 1.5em 0;
}
@media (min-width: 56.25em) {
  .joe__about-band {
    padding: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #f1f1f1), to(#f1f1f1));
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #f1f1f1 50%, #f1f1f1 100%);
  }
}
@media (min-width: 56.25em) {
  .joe__about-band .joe__page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.joe__about__title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.5em;
  max-width: 650px;
}

.joe__about__desc {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 1em;
  max-width: 650px;
}

.joe__about__themes {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}
.joe__about__themes li {
  margin-bottom: 0.45em;
}

.joe__about__themes__date {
  display: block;
  margin-bottom: 0.25em;
}

.joe__about-band__block:first-child {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.joe__about-band__block:last-child {
  margin-bottom: 1em;
}
@media (min-width: 56.25em) {
  .joe__about-band__block {
    display: inline-block;
    margin-bottom: 0;
    float: left;
    width: 44%;
    padding: 4em 0;
  }
  .joe__about-band__block:first-child {
    padding-right: 5%;
    background-color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .joe__about-band__block:last-child {
    padding-left: 5%;
    background-color: #f1f1f1;
    margin-bottom: 0;
  }
}

.joe__article-footer {
  background-color: #E5E5E5;
  padding: 1.5em;
  margin: 3em 0;
}
.joe__article-footer .joe__title-label {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.25;
}
.joe__article-footer small {
  display: block;
  margin-top: 20px;
  font-style: italic;
}
@media (min-width: 56.25em) {
  .joe__article-footer {
    padding: 2em;
  }
}

:root[class*=vc-] .joe__article-footer {
  max-width: 1000px;
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--c-footer-text);
}
:root[class*=vc-] .joe__article-footer > .joe__title-label:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
:root[class*=vc-] .joe__article-footer .joe__title-label {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.25;
  margin-block: 2rem 0.25rem;
}

.joe__article-issue-footer {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-top: 1.5em;
  background-color: #1f1f52;
  text-align: center;
  z-index: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 56.25em) {
  .joe__article-issue-footer {
    padding-top: 2em;
  }
}
@media (min-width: 56.25em) {
  .joe__article-issue-footer {
    padding-bottom: 2em;
  }
}
@media (min-width: 56.25em) {
  .joe__article-issue-footer {
    margin-top: 2em;
  }
}
.joe__article-issue-footer .joe__link--reversed {
  display: inline-block;
  margin-top: 1em;
}
.joe__article-issue-footer .joe__title-label {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.25;
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
}
.joe__article-issue-footer .joe__title-label:first-child {
  font-weight: 700;
  margin-right: 15px;
}
@media (min-width: 56.25em) {
  .joe__article-issue-footer .joe__col-one--med {
    padding-right: 1.5em;
  }
}
@media (min-width: 56.25em) and (min-width: 56.25em) {
  .joe__article-issue-footer .joe__col-one--med {
    padding-right: 2em;
  }
}

.joe__article-issue-footer__block {
  margin-top: 1.5em;
  text-align: left;
}
@media (min-width: 56.25em) {
  .joe__article-issue-footer__block {
    margin-top: 2em;
  }
}

:root[class*=vc-] .joe__article-issue-footer {
  background-color: unset;
  color: var(--c-footer-text);
  text-align: center;
  padding: 0;
  margin: 0 0 5rem;
}
:root[class*=vc-] .joe__article-issue-footer a {
  color: var(--c-footer-link);
}
:root[class*=vc-] .joe__article-issue-footer .joe__title-label {
  margin: 0;
}
:root[class*=vc-] .joe__article-issue-footer .joe__title-label:first-child {
  font-weight: 400;
}
:root[class*=vc-] .joe__article-teaser__title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0.6em;
}
:root[class*=vc-] .joe__article-teaser__title a:link,
:root[class*=vc-] .joe__article-teaser__title a:visited {
  color: unset;
}
:root[class*=vc-] .joe__article-teaser--reverse .joe__article-teaser__meta {
  color: unset;
}

.joe__article-teaser {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
  z-index: 2;
}
@media (min-width: 450px) {
  .joe__article-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .no-flexbox .joe__article-teaser {
    padding-right: 55%;
  }
  .joe__article-teaser.joe__article-teaser--featured {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .no-flexbox .joe__article-teaser.joe__article-teaser--featured {
    padding-left: 55%;
  }
}
@media (min-width: 56.25em) {
  .no-flexbox .joe__article-teaser {
    padding-right: 45%;
  }
  .joe__article-teaser.joe__article-teaser--featured {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .no-flexbox .joe__article-teaser.joe__article-teaser--featured {
    padding-left: 45%;
  }
}

.joe__article-teaser__image {
  width: 100%;
  min-width: 0;
  display: block;
}
.joe__article-teaser__image img {
  margin-bottom: 0.5em;
  width: 100%;
  max-width: 100%;
}
.joe__article-teaser__image:link, .joe__article-teaser__image:visited {
  border-bottom: 0;
}
.joe__article-teaser__image:active, .joe__article-teaser__image:hover, .joe__article-teaser__image:focus {
  border-bottom: 0;
}
@media (min-width: 450px) {
  .joe__article-teaser__image {
    padding-right: 0.75em;
    margin-bottom: 0;
    min-width: 40%;
    width: 40%;
  }
}
@media (min-width: 450px) and (min-width: 56.25em) {
  .joe__article-teaser__image {
    padding-right: 1em;
  }
}
@media (min-width: 450px) {
  .no-flexbox .joe__article-teaser__image {
    position: absolute;
    right: 0;
    top: 25px;
  }
}
@media (min-width: 450px) {
  .joe__article-teaser--featured .joe__article-teaser__image {
    margin-top: 0;
    margin-right: 5%;
  }
}
@media (min-width: 56.25em) {
  .joe__article-teaser__image {
    min-width: 35%;
    width: 35%;
    margin-top: 45px;
  }
  .joe__article-teaser--featured .joe__article-teaser__image {
    min-width: 45%;
    width: 45%;
    margin-top: 0;
    margin-right: 5%;
  }
}

.joe__article-teaser__block {
  width: 100%;
  min-width: 0;
}
@media (min-width: 37.5em) {
  .joe__article-teaser__block {
    padding-right: 0.75em;
  }
}
@media (min-width: 37.5em) and (min-width: 56.25em) {
  .joe__article-teaser__block {
    padding-right: 1em;
  }
}

.joe__article-teaser__title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0.6em;
}
.joe__article-teaser__title a:link,
.joe__article-teaser__title a:visited {
  color: #000000;
  border-bottom: 0;
}
.joe__article-teaser__title a:active,
.joe__article-teaser__title a:hover,
.joe__article-teaser__title a:focus {
  text-decoration: underline;
  border-bottom: 0;
}

.joe__article-teaser__title_ar {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0.6em;
  text-align: end; /* RTL */
}
.joe__article-teaser__title_ar a:link,
.joe__article-teaser__title_ar a:visited {
  color: #000000;
  border-bottom: 0;
}
.joe__article-teaser__title_ar a:active,
.joe__article-teaser__title_ar a:hover,
.joe__article-teaser__title_ar a:focus {
  text-decoration: underline;
  border-bottom: 0;
}

.joe__article-teaser__meta {
  display: block;
}

.joe__article-teaser__meta--secondary {
  display: block;
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid #E5E5E5;
  color: #58595b;
}

.joe__article-teaser__desc {
  margin-top: 0.5em;
  text-align: start; /* LTR */
}

.joe__article-teaser__desc_ar {
  margin-top: 0.5em;
  text-align: right; /* RTL */
  direction: rtl;
}

.joe__article-teaser--large {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.joe__article-teaser--large .joe__article-teaser__image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}
.no-flexbox .joe__article-teaser--large .joe__article-teaser__image {
  position: static;
  right: auto;
  top: auto;
}
.joe__article-teaser--large .joe__article-teaser__image img {
  width: 100%;
}
@media (min-width: 56.25em) {
  .joe__article-teaser--large .joe__article-teaser__image {
    max-width: 100%;
  }
  .joe__article-teaser--large .joe__article-teaser__image img {
    width: 100%;
  }
}

.joe__article-teaser--small {
  font-size: 85%;
}
.joe__article-teaser--small .joe__article-teaser__title {
  margin-top: 0.5em;
}

.joe__article-teaser--reverse .joe__article-teaser__title {
  margin-top: 0.75em;
}
.joe__article-teaser--reverse .joe__article-teaser__title a:link,
.joe__article-teaser--reverse .joe__article-teaser__title a:visited {
  color: #ffffff;
}
.joe__article-teaser--reverse .joe__article-teaser__meta {
  color: #ffffff;
}
.joe__article-teaser--reverse .joe__flag,
.joe__article-teaser--reverse .joe__flag--red,
.joe__article-teaser--reverse .joe__flag--green,
.joe__article-teaser--reverse .joe__flag--gray {
  color: #1f1f52 !important;
  background-color: #f2ce5a;
  background: #f2ce5a;
}

.joe__cta-band {
  background-color: #ed6923;
  background: linear-gradient(45deg, #f2ce5a 0%, #ed6923 100%);
  padding: 1.5em 0;
}
@media (min-width: 56.25em) {
  .joe__cta-band {
    padding: 2em 0;
  }
}

.joe__cta-band__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 37.5em) {
  .joe__cta-band__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .joe__cta-band__list li {
    margin-bottom: 0;
    display: inline-block;
    overflow: hidden;
  }
  .joe__cta-band__list li .joe__rail-cta {
    height: 100%;
  }
  .joe__cta-band__list li:nth-child(1):nth-last-child(1) {
    width: 100%;
  }
  .joe__cta-band__list li:nth-child(1):nth-last-child(2) {
    width: 48%;
    margin-right: 2%;
  }
  .joe__cta-band__list li:nth-child(2):nth-last-child(1) {
    width: 48%;
    margin-left: 2%;
  }
  .joe__cta-band__list li:nth-child(1):nth-last-child(3) {
    width: 32%;
    margin-right: 1%;
  }
  .joe__cta-band__list li:nth-child(2):nth-last-child(2) {
    width: 32%;
    margin: 0 0.5%;
  }
  .joe__cta-band__list li:nth-child(3):nth-last-child(1) {
    width: 32%;
    margin-left: 1%;
  }
  .joe__cta-band__list li:nth-child(1):nth-last-child(4), .joe__cta-band__list li:nth-child(3):nth-last-child(2) {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1em;
  }
  .joe__cta-band__list li:nth-child(2):nth-last-child(3), .joe__cta-band__list li:nth-child(4):nth-last-child(1) {
    width: 49%;
    margin-left: 1%;
    margin-bottom: 1em;
  }
  .joe__cta-band__list .joe__rail-cta {
    margin: 0;
  }
}
@media (min-width: 56.25em) {
  .joe__cta-band__list li {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .joe__cta-band__list li:nth-child(1):nth-last-child(4) {
    width: 24%;
    margin-right: 0.75%;
    margin-bottom: 0;
  }
  .joe__cta-band__list li:nth-child(2):nth-last-child(3), .joe__cta-band__list li:nth-child(3):nth-last-child(2) {
    width: 23.75%;
    margin: 0 0.75%;
  }
  .joe__cta-band__list li:nth-child(4):nth-last-child(1) {
    width: 24%;
    margin-left: 0.75%;
    margin-bottom: 0;
  }
}

.joe__issue-teaser--current {
  border-bottom: 1px solid #d1d3d4;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.joe__issue-teaser--current .joe__issue-teaser__title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}
.joe__issue-teaser--current .joe__issue-teaser__title a:link,
.joe__issue-teaser--current .joe__issue-teaser__title a:visited {
  color: #000000;
}
.joe__issue-listing--current .joe__issue-teaser--current {
  border-top: 1px solid #3f3f6d;
  padding-top: 2em;
}

@media (min-width: 56.25em) {
  .joe__issue-teaser--left {
    float: left;
    width: 40%;
  }
}

@media (min-width: 56.25em) {
  .joe__issue-teaser--right {
    float: right;
    width: 55%;
    margin-left: 5%;
  }
}

.joe__issue-teaser__list {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}
@media (min-width: 56.25em) {
  .joe__issue-teaser__list {
    margin-top: 0;
  }
}

.joe__featured-case__link {
  display: inline-block;
  margin-top: 0.25em;
  float: right;
}

.joe__footer {
  padding: 1em 0;
  border-bottom: 4px solid #099995;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
          box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
  text-align: center;
}
@media (min-width: 37.5em) {
  .joe__footer {
    text-align: left;
  }
}
.joe__footer .joe__col-33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (min-width: 37.5em) {
  .joe__footer .joe__col-33 {
    display: block;
  }
}
.joe__footer .joe__col-33 .joe__footer-brand {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}
.joe__footer .joe__col-33 .joe__footer-second {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

main + .joe__footer {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.joe__footer-brand {
  display: block;
  margin: 1em auto 0;
  max-width: 150px;
}
.joe__footer-brand img {
  max-width: 100%;
  width: 100%;
}
.joe__footer-brand:link, .joe__footer-brand:visited {
  border-bottom: 0;
}
@media (min-width: 37.5em) {
  .joe__footer-brand {
    float: right;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-left: 0.75em;
    padding-left: 0.75em;
  }
}
@media (min-width: 56.25em) {
  .joe__footer-brand {
    width: 150px;
    min-height: 77px;
  }
}

.joe__footer__block {
  display: inline-block;
  margin-right: 1.5em;
}
@media (min-width: 37.5em) {
  .joe__footer__block {
    margin-left: 1.5em;
    margin-right: 0;
  }
}

.joe__footer-second {
  clear: both;
  margin-top: 0.5em;
  float: right;
}
@media (min-width: 56.25em) {
  .joe__footer-second {
    margin-top: 0;
  }
}
@media (min-width: 75em) {
  .joe__footer-second {
    margin-top: 0.5em;
  }
}
.joe__footer-second .joe__rail-cta__text,
.joe__footer-second .joe__rail-cta__title {
  display: none;
}
.joe__footer-second .form-item > label {
  display: none;
}
.joe__footer-second .form-item-markup {
  font-size: 0.65em;
  line-height: 18px;
  clear: both;
}
.joe__footer-second .form-item-markup br {
  display: none;
}
.joe__footer-second .form-item-email {
  float: left;
  width: 60%;
  margin-right: 0.5em;
}
@media (min-width: 75em) {
  .joe__footer-second .form-item-email {
    width: 66%;
  }
}
.joe__footer-second .webform-actions {
  float: left;
  width: 22%;
  padding-top: 0.3em;
}
@media (min-width: 37.5em) {
  .joe__footer-second .webform-actions {
    padding-top: 0.2em;
  }
}
@media (min-width: 56.25em) {
  .joe__footer-second .webform-actions {
    padding-top: 0;
    width: 20%;
  }
}
.joe__footer-second .webform-actions input {
  font-size: 0.8em;
}
@media (min-width: 37.5em) {
  .joe__footer-second .webform-actions input {
    font-size: 0.6em;
  }
}
@media (min-width: 56.25em) {
  .joe__footer-second .webform-actions input {
    font-size: 0.8em;
  }
}

.joe__sticky-header {
  padding-top: 100px;
}

.joe__header {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
          box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
  border-top: 4px solid #29688a;
  padding: 8px 0 8px;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  z-index: 11;
}
.joe__header .joe__wordmark {
  float: left;
  max-width: calc(100% - 105px);
}
@media (min-width: 0) and (max-width: 20em) {
  .joe__header .joe__wordmark .joe__wordmark__subtitle {
    display: none;
  }
}
.joe__sticky-header .joe__header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  border-top: 4px solid #29688a;
  padding: 8px 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: rgba(255, 255, 255, 0.85);
}
.joe__sticky-header .joe__header .joe__wordmark {
  font-size: 80%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 56.25em) {
  .joe__header {
    border-top: 30px solid #1f1f52;
    padding: 0.3em 0 0.25em;
  }
}
@media (min-width: 75em) {
  .joe__header {
    border-top: 36px solid #1f1f52;
  }
}

.joe__nav-drawer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 0;
  visibility: hidden;
  -webkit-transition: max-height 0.5s ease-in, visibility 0s ease-in 0.5s, opacity 0.25s ease-in 0.25s;
  transition: max-height 0.5s ease-in, visibility 0s ease-in 0.5s, opacity 0.25s ease-in 0.25s;
  opacity: 0;
  background-color: #3f3f6d;
  -webkit-box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
          box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
  border-right: 1px solid #ffffff;
}
.joe__nav-drawer.is-active {
  max-height: 80vh;
  visibility: visible;
  -webkit-transition: max-height 0.5s ease-in, visibility 0s ease-in, opacity 0.25s ease-in 0.25s;
  transition: max-height 0.5s ease-in, visibility 0s ease-in, opacity 0.25s ease-in 0.25s;
  opacity: 1;
}
@media (min-width: 56.25em) {
  .joe__nav-drawer {
    max-height: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    background: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: visible;
    border: 0;
  }
  .joe__nav-drawer.is-active {
    overflow: visible;
    max-height: none;
    visibility: visible;
  }
  .joe__sticky-header .joe__nav-drawer {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 0;
    visibility: hidden;
    background-color: #06847F;
    background: linear-gradient(45deg, #1f1f52 0%, #3f3f6d 100%);
    -webkit-box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
            box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
    -webkit-transition: max-height 0.5s ease-in, visibility 0s ease-in 0.5s;
    transition: max-height 0.5s ease-in, visibility 0s ease-in 0.5s;
    overflow: hidden;
  }
  .joe__sticky-header .joe__nav-drawer.is-active {
    max-height: 500px;
    visibility: visible;
    -webkit-transition: max-height 0.5s ease-in, visibility 0s ease-in;
    transition: max-height 0.5s ease-in, visibility 0s ease-in;
  }
}

.joe__search-trigger,
.joe__menu-trigger {
  display: inline-block;
  visibility: visible;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  padding: 8px 5px;
  margin-left: 10px;
}
.joe__search-trigger svg,
.joe__menu-trigger svg {
  fill: #ffffff;
}
.joe__search-trigger .icon-search,
.joe__search-trigger .icon-menu,
.joe__menu-trigger .icon-search,
.joe__menu-trigger .icon-menu {
  height: 25px;
  width: 25px;
}
.joe__search-trigger .icon-search svg,
.joe__menu-trigger .icon-search svg {
  height: 22px;
  width: 22px;
}
.joe__search-trigger .icon-menu svg,
.joe__menu-trigger .icon-menu svg {
  height: 25px;
  width: 25px;
}
@media (min-width: 37.5em) {
  .joe__search-trigger,
  .joe__menu-trigger {
    margin-top: 15px;
  }
}
@media (min-width: 56.25em) {
  .joe__search-trigger,
  .joe__menu-trigger {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 56.25em) {
  .joe__sticky-header .joe__menu-trigger {
    margin-top: 6px;
    display: inline-block;
    visibility: visible;
  }
}
@media (min-width: 75em) {
  .joe__sticky-header .joe__menu-trigger {
    margin-top: 10px;
  }
}

.joe__poll {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
          box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
  padding: 1.5em 0;
}
@media (min-width: 56.25em) {
  .joe__poll {
    padding: 2em 0 4em;
  }
}

.joe__poll--inline {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1.5em;
}
@media (min-width: 56.25em) {
  .joe__poll--inline {
    margin-right: -66%;
    padding: 2em;
  }
}
@media (min-width: 75em) {
  .joe__poll--inline {
    margin-right: -47%;
  }
}

.joe__poll__block {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.joe__poll__block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (min-width: 56.25em) {
  .joe__poll__block {
    display: block;
  }
}

.joe__poll__disclaimer {
  display: block;
  margin-top: 20px;
  font-style: italic;
}

.joe__poll__label {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2em;
  text-transform: uppercase;
}

@media (min-width: 56.25em) {
  .joe__poll__question {
    padding-right: 0.75em;
    display: inline-block;
    width: 46%;
    float: left;
  }
}
@media (min-width: 56.25em) and (min-width: 56.25em) {
  .joe__poll__question {
    padding-right: 1em;
  }
}
@media (min-width: 75em) {
  .joe__poll__question {
    width: 40%;
  }
}

.joe__poll__link {
  display: inline-block;
  margin-top: 15px;
}

.joe__poll__answers {
  margin-top: 1em;
}
@media (min-width: 56.25em) {
  .joe__poll__answers {
    padding-left: 0.75em;
    display: inline-block;
    width: 45%;
    float: right;
    margin-top: 0;
  }
}
@media (min-width: 56.25em) and (min-width: 56.25em) {
  .joe__poll__answers {
    padding-left: 1em;
  }
}
@media (min-width: 75em) {
  .joe__poll__answers {
    width: 52%;
  }
}
@media (min-width: 1275px) {
  .joe__poll__answers {
    width: 55%;
  }
}

.joe__poll__answerlist {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
}

.joe__poll__answer {
  position: relative;
  margin-bottom: 0.5em;
}
.joe__poll__answer label {
  padding-left: 1.5em;
}
.joe__poll__answer input[type=radio] {
  position: absolute;
  top: 4px;
  left: 0;
}

.joe__poll__reveal,
.joe__poll__reveal[type=submit] {
  margin-left: 0.5em;
  display: inline;
  background-color: none;
  background: none;
  border-radius: 0;
  padding: 0;
  color: #29688a;
  text-transform: none;
  letter-spacing: 0;
}
.joe__poll__reveal:active, .joe__poll__reveal:hover, .joe__poll__reveal:focus,
.joe__poll__reveal[type=submit]:active,
.joe__poll__reveal[type=submit]:hover,
.joe__poll__reveal[type=submit]:focus {
  background-color: none;
  background: none;
  text-decoration: underline;
  color: #1f1f52;
}
.joe__poll__reveal .poll__hide,
.joe__poll__reveal[type=submit] .poll__hide {
  display: none;
  visibility: hidden;
}
.joe__poll__reveal.is-active .poll__show,
.joe__poll__reveal[type=submit].is-active .poll__show {
  display: none;
  visibility: hidden;
}
.joe__poll__reveal.is-active .poll__hide,
.joe__poll__reveal[type=submit].is-active .poll__hide {
  display: inline;
  visibility: visible;
}

.joe__poll__result {
  display: block;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in, visibility 0.1s ease-in 0.5s;
  transition: max-height 0.5s ease-in, visibility 0.1s ease-in 0.5s;
}
.joe__poll__result .choice-result {
  margin: 0;
  -webkit-transition: padding 0.5s ease-in;
  transition: padding 0.5s ease-in;
}
.joe__poll__result .bar {
  width: 100%;
  height: 10px;
  background-color: #f1f1f1;
}
.joe__poll__result .foreground {
  height: 10px;
  background-color: #298555;
}
.joe__poll__result .percent {
  display: block;
  text-align: right;
}
.joe__poll__answers.is-open .joe__poll__result {
  visibility: visible;
  max-height: 40px;
  margin-bottom: 1em;
  -webkit-transition: max-height 0.75s ease-in, margin 0.75s ease-in;
  transition: max-height 0.75s ease-in, margin 0.75s ease-in;
}
.joe__poll__answers.is-open .joe__poll__result .choice-result {
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  -webkit-transition: padding 0.75s ease-in;
  transition: padding 0.75s ease-in;
}

.joe__related-articles {
  margin: 1em 0;
  background-color: #ffffff;
  padding: 0;
}
@media (min-width: 25em) {
  .joe__related-articles {
    margin: 2em 1.5em;
  }
}
@media (min-width: 56.25em) {
  .joe__related-articles {
    margin: 2em 0 1em 0;
    padding: 1em 1.5em;
  }
}

.joe__related-issues {
  -webkit-box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
          box-shadow: 0 0 5px rgba(65, 64, 66, 0.25);
  background: #1f1f52;
}
@media (min-width: 56.25em) {
  .joe__related-issues {
    background: -webkit-gradient(linear, left top, right top, from(#1f1f52), color-stop(75%, #1f1f52), color-stop(75%, #f1f1f1), to(#f1f1f1));
    background: linear-gradient(to right, #1f1f52 0%, #1f1f52 75%, #f1f1f1 75%, #f1f1f1 100%);
  }
}

.joe__related-issues__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 56.25em) {
  .joe__related-issues__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.joe__related-issues--left {
  padding-top: 1.5em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (min-width: 56.25em) {
  .joe__related-issues--left {
    padding-top: 2em;
  }
}
@media (min-width: 56.25em) {
  .joe__related-issues--left {
    padding-bottom: 1em;
  }
}
@media (min-width: 56.25em) {
  .joe__related-issues--left {
    padding-left: 2em;
  }
}
@media (min-width: 56.25em) {
  .joe__related-issues--left {
    padding-right: 2em;
  }
}
.joe__related-issues--left .joe__title-label {
  color: #66bfa4;
}
@media (min-width: 56.25em) {
  .joe__related-issues--left {
    padding-right: 1.5em;
    padding-left: 0;
    width: 75%;
    float: left;
  }
}
@media (min-width: 56.25em) and (min-width: 56.25em) {
  .joe__related-issues--left {
    padding-right: 2em;
  }
}
@media (min-width: 56.25em) {
  .joe__related-issues--left .joe__title-label {
    float: left;
  }
}

.joe__related-issues--right {
  border-top: 1px solid #d1d3d4;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.joe__related-issues--right .joe__rail-cta {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 25em) {
  .joe__related-issues--right .joe__rail-cta {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 56.25em) {
  .joe__related-issues--right {
    padding-left: 1.5em;
    width: 25%;
    float: right;
    border-top: 0;
    border-left: 1px solid #d1d3d4;
  }
}
@media (min-width: 56.25em) and (min-width: 56.25em) {
  .joe__related-issues--right {
    padding-left: 2em;
  }
}

.joe__related-issues__link {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1.35;
}
.joe__related-issues__link:link, .joe__related-issues__link:visited {
  color: #66bfa4;
}
@media (min-width: 275px) {
  .joe__related-issues__link {
    position: relative;
    float: right;
    top: -1.75em;
  }
}
@media (min-width: 56.25em) {
  .joe__related-issues__link {
    top: 10px;
  }
}

.joe__related-issues__list {
  list-style: none;
  margin-top: 1.5em;
  padding: 0;
}
.joe__related-issues__list .joe__issue-teaser__title {
  margin-top: 0.5em;
}
@media (min-width: 56.25em) {
  .joe__related-issues__list {
    margin-top: 3em;
  }
  .joe__related-issues__list li {
    float: left;
    margin-right: 5%;
    width: 28%;
  }
}

.joe__search-bar {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.joe__search-bar input[type=submit], .joe__search-bar__select {
  width: 100%;
  margin-top: 0.25em;
}
@media (min-width: 75em) {
  .joe__search-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 25em) {
  .joe__search-bar {
    position: relative;
    padding-right: 140px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .joe__search-bar input[type=submit] {
    width: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .joe__search-bar__input-search {
    -webkit-box-flex: 2;
        -ms-flex: 2 0 60%;
            flex: 2 0 60%;
    max-width: 100%;
    margin-right: 1em;
  }
  .joe__search-bar__select {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    margin-top: 0;
  }
}
@media (min-width: 25em) and (min-width: 56.25em) {
  .joe__search-bar {
    padding-right: 160px;
  }
}

.joe__topics {
  background-color: #1f1f52;
  padding: 1px 0 1.5em;
}
@media (min-width: 56.25em) {
  .joe__topics {
    padding: 1.5em 0 2.5em;
  }
}

.joe__topics__label {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.joe__topics__list {
  list-style: none;
  margin: 2em 0 1em;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.joe__topics__list li {
  width: 100%;
}
@media (min-width: 56.25em) {
  .joe__topics__list li {
    width: 47%;
    display: inline-block;
    float: left;
  }
  .joe__topics__list li:nth-of-type(odd) {
    padding-right: 1em;
  }
  .joe__topics__list li:nth-of-type(even) {
    padding-left: 1em;
  }
}

.vc-article-bottom {
  background-color: var(--c-footer-bg);
  color: var(--c-footer-text);
  -webkit-margin-before: 6rem;
          margin-block-start: 6rem;
  overflow: hidden;
}
@media (min-width: 75em) {
  .vc-article-bottom {
    -webkit-margin-before: 10rem;
            margin-block-start: 10rem;
  }
}
.vc-article-bottom a {
  color: var(--c-footer-link);
}

.vc-article-bottom__container {
  position: relative;
  -webkit-padding-before: 1px;
          padding-block-start: 1px;
}
.vc-article-bottom__container > * {
  position: relative;
}
.vc-article-bottom__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 4rem);
  width: 0;
  height: 0;
  border-top: 1000px solid var(--c-bg);
  border-left: 1000px solid transparent;
}
@media (min-width: 75em) {
  .vc-article-bottom__container::before {
    left: 1100px;
  }
}

:root[class*=vc-] a.vc-cards__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
:root[class*=vc-] a.vc-cards__link::after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: " →";
}
:root[class*=vc-] a.vc-cards__link:active::after, :root[class*=vc-] a.vc-cards__link:focus::after, :root[class*=vc-] a.vc-cards__link:hover::after {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}

.vc-cards__header {
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
}

@media (min-width: 37.5em) {
  .vc-cards__header--centered {
    text-align: center;
  }
}

.vc-cards__desc {
  max-width: 80ch;
}

.vc-cards__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}
@media (min-width: 75em) {
  .vc-cards__content {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }
}
@media (min-width: 37.5em) {
  .vc-cards__content {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 37.5em) {
  .vc-cards__content .vc-card {
    grid-column: span 6;
  }
}
@media (min-width: 56.25em) {
  .vc-cards__content .vc-card {
    grid-column: span 4;
  }
}
@media (min-width: 37.5em) {
  .vc-cards__content .vc-card:only-child {
    grid-column: 2/12;
  }
}
@media (min-width: 56.25em) {
  .vc-cards__content .vc-card:only-child {
    grid-column: span 12;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-padding-after: 1rem;
            padding-block-end: 1rem;
  }
  .vc-cards__content .vc-card:only-child .vc-card__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
  }
  .vc-cards__content .vc-card:only-child img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }
}
@media (min-width: 75em) {
  .vc-cards__content .vc-card:only-child {
    grid-column: 3/11;
  }
}

:root[class*=vc-] .vc-featured-audio__heading {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
:root[class*=vc-] .vc-featured-audio__button {
  -webkit-animation: buttonPulse 2s infinite;
          animation: buttonPulse 2s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 0;
  border-radius: 50%;
  padding: 1rem;
  margin: 0;
}
:root[class*=vc-] .vc-featured-audio__button:active, :root[class*=vc-] .vc-featured-audio__button:focus, :root[class*=vc-] .vc-featured-audio__button:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  background-color: #ffffff;
}
:root[class*=vc-] .vc-featured-audio__button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:root[class*=vc-] .vc-featured-audio__button[aria-pressed=false] .vc-featured-audio__pause {
  display: none;
}
:root[class*=vc-] .vc-featured-audio__button[aria-pressed=true] {
  -webkit-animation: none;
          animation: none;
}
:root[class*=vc-] .vc-featured-audio__button[aria-pressed=true] .vc-featured-audio__play {
  display: none;
}

.layout--onecol-fullwidth .vc-featured-audio .vc-reaction-bar {
  margin-inline: 1rem;
}

.vc-featured-audio__container {
  position: relative;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}

.vc-featured-audio__player {
  display: none;
}

.vc-featured-audio__footer {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem 2rem;
}
.layout--onecol-fullwidth .vc-featured-audio__footer {
  margin-inline: 1rem;
}

.vc-featured-media {
  position: relative;
  padding-inline: 1.5rem;
}
@media (min-width: 75em) {
  .vc-featured-media {
    padding-inline: 1.75rem;
  }
}
@media (min-width: 56.25em) {
  .layout--onecol-centered .vc-featured-media {
    margin-inline: -1.5rem;
  }
}
@media (min-width: 75em) {
  .layout--onecol-centered .vc-featured-media {
    margin-inline: -1.75rem;
  }
}

.vc-featured-media__container {
  position: relative;
}

.vc-featured-media__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0;
}
.vc-featured-media__figure img {
  width: 100%;
  height: auto;
}

.vc-featured-media__caption {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.1;
  padding-block: 0 1rem;
}
@media (min-width: 56.25em) {
  .vc-featured-media__caption {
    font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.1;
  }
}

.vc-featured-media__copyright,
.vc-featured-media__media {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1.1;
  position: absolute;
  bottom: -0.75em;
}
@media (min-width: 75em) {
  .vc-featured-media__copyright,
  .vc-featured-media__media {
    font-size: 0.8em;
    bottom: 0;
  }
}

.vc-featured-media__copyright {
  left: -1rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.vc-featured-media__media {
  right: -1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}

.vc-featured-media__video {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.vc-featured-media__video iframe,
.vc-featured-media__video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

:root.vc-ethics .vc-featured-media__figure {
  isolation: isolate;
}
:root.vc-ethics .vc-featured-media__figure::after {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 30%;
  height: 2rem;
  z-index: -1;
}

.vc-featured-quote {
  background-color: var(--c-text);
  color: var(--c-bg);
  padding-block: 1.5rem;
}
@media (min-width: 37.5em) {
  .vc-featured-quote {
    padding-block: 3rem;
  }
}
@media (min-width: 75em) {
  .vc-featured-quote {
    padding-block: 4rem;
  }
}

.vc-featured-quote--image .vc-featured-quote__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (min-width: 56.25em) {
  .vc-featured-quote--image .vc-featured-quote__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
}
@media (min-width: 75em) {
  .vc-featured-quote--image .vc-featured-quote__container {
    gap: 5rem;
  }
}
@media (min-width: 56.25em) {
  .vc-featured-quote--image .vc-featured-quote__content {
    text-align: left;
    padding-inline: 0;
  }
}

.vc-featured-quote__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}
@media (min-width: 37.5em) {
  .vc-featured-quote__image {
    width: 200px;
  }
}
@media (min-width: 56.25em) {
  .vc-featured-quote__image {
    width: 370px;
  }
}
.vc-featured-quote__image img {
  display: block;
  width: 100%;
  height: auto;
}

.vc-featured-quote__content {
  text-align: center;
}
@media (min-width: 56.25em) {
  .vc-featured-quote__content {
    padding-inline: 5%;
  }
}
@media (min-width: 75em) {
  .vc-featured-quote__content {
    padding-inline: 10%;
  }
}

.vc-featured-quote__blockquote {
  text-wrap: balance;
  margin: 0 auto 0.5em auto;
}
.vc-featured-quote__blockquote > p {
  margin: 0 0;
}
@media (min-width: 75em) {
  .vc-featured-quote__blockquote {
    margin: 0.5em auto;
  }
}

:root.vc-art .vc-featured-quote {
  background-image: url("../images/vc/bg-featured-quote-art.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
:root.vc-art .vc-featured-quote__blockquote {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 56.25em) {
  :root.vc-art .vc-featured-quote__blockquote {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.4;
  }
}
@media (min-width: 75em) {
  :root.vc-art .vc-featured-quote__blockquote {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1.4;
  }
}
:root.vc-art .vc-featured-quote__attr {
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
}
@media (min-width: 56.25em) {
  :root.vc-art .vc-featured-quote__attr {
    font-size: 1em;
  }
}
:root.vc-art .vc-featured-quote__attr-title {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1.4;
  font-style: italic;
}
@media (min-width: 75em) {
  :root.vc-art .vc-featured-quote__attr-title {
    font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.4;
  }
}
@media (min-width: 75em) {
  :root.vc-art .vc-featured-quote--image .vc-featured-quote__blockquote {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.4;
  }
}

:root.vc-ethics .vc-featured-quote {
  position: relative;
  -webkit-padding-before: 6rem;
          padding-block-start: 6rem;
}
@media (min-width: 75em) {
  :root.vc-ethics .vc-featured-quote {
    -webkit-padding-before: 8rem;
            padding-block-start: 8rem;
  }
}
:root.vc-ethics .vc-featured-quote::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 10rem;
  height: 3rem;
  background-image: url("../images/vc/bg-ethics-pattern.svg");
  background-repeat: repeat;
  background-position: center top;
  background-size: 0.8rem;
  opacity: 0.35;
}
@media (min-width: 75em) {
  :root.vc-ethics .vc-featured-quote::before {
    top: 4rem;
  }
}
:root.vc-ethics .vc-featured-quote::after {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
  content: "“";
  position: absolute;
  top: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 0.4em;
  height: 0.4em;
  background-color: var(--c-text);
  border-radius: 50%;
  color: var(--c-button-bg);
  padding: 0 0.1em 0.2em;
}
@media (min-width: 75em) {
  :root.vc-ethics .vc-featured-quote::after {
    top: 2rem;
  }
}
@media (min-width: 56.25em) {
  :root.vc-ethics .vc-featured-quote__image {
    -webkit-margin-before: -6rem;
            margin-block-start: -6rem;
  }
}
:root.vc-ethics .vc-featured-quote__image img {
  border-radius: 50%;
}
:root.vc-ethics .vc-featured-quote__blockquote {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}
:root.vc-ethics .vc-featured-quote__blockquote > p {
  margin: 0 0;
}
@media (min-width: 75em) {
  :root.vc-ethics .vc-featured-quote__blockquote {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.4;
    margin: 0.5em auto;
  }
}
:root.vc-ethics .vc-featured-quote__attr {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8em;
}
@media (min-width: 56.25em) {
  :root.vc-ethics .vc-featured-quote__attr {
    font-size: 1em;
  }
}
:root.vc-ethics .vc-featured-quote__attr-title {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.4;
  font-style: italic;
}
@media (min-width: 56.25em) {
  :root.vc-ethics .vc-featured-quote__attr-title {
    font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.4;
  }
}
:root.vc-ethics[data-theme=light] .vc-featured-quote::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

:root[class*=vc-] .aom-footer {
  --c-footer-text: #ffffff;
  --c-footer-link: #ffffff;
  --c-footer-bg: #414042;
}
:root[class*=vc-] .joe__footer {
  background-color: var(--c-footer-bg);
  border: 0;
  color: var(--c-footer-text);
}
:root[class*=vc-] .joe__footer a {
  color: var(--c-footer-link);
}
:root[class*=vc-] .joe__footer .joe__wordmark a {
  text-decoration: none;
}
:root[class*=vc-] .joe__footer .joe__wordmark__title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3;
  margin-block: 0;
}
@media (min-width: 37.5em) {
  :root[class*=vc-] .joe__footer .joe__wordmark__title {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.28;
  }
}
@media (min-width: 56.25em) {
  :root[class*=vc-] .joe__footer .joe__wordmark__title {
    font-weight: 800;
  }
}
:root[class*=vc-] .joe__footer .joe__wordmark__subtitle {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.15;
  font-style: italic;
  margin-block: 0;
}
@media (min-width: 37.5em) {
  :root[class*=vc-] .joe__footer .joe__wordmark__subtitle {
    font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    font-size: 0.7em;
    font-weight: 400;
    line-height: 1.28;
  }
}
:root[class*=vc-] .joe__footer .joe__footer-nav__list {
  border-color: var(--c-footer-text);
}
:root[class*=vc-] .joe__footer .joe__footer-nav__item a {
  text-decoration: none;
}
:root[class*=vc-] .joe__footer .joe__footer-nav__item a:hover, :root[class*=vc-] .joe__footer .joe__footer-nav__item a:focus, :root[class*=vc-] .joe__footer .joe__footer-nav__item a:active {
  text-decoration: underline;
}
:root[class*=vc-] .joe__footer .joe__copyright {
  color: var(--c-footer-text);
}
:root[class*=vc-] .joe__footer .joe__footer-brand svg {
  width: 100%;
  height: auto;
}
:root[class*=vc-] .joe__footer .joe__footer-brand svg path {
  fill: var(--c-footer-link);
}

:root[class*=vc-] .joe__sticky-header {
  padding-top: 0;
}

:root[class*=vc-] .vc-header .joe__wordmark a {
  text-decoration: none;
}
:root[class*=vc-] .vc-header .joe__wordmark__title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3;
  margin-block: 0;
}
@media (min-width: 37.5em) {
  :root[class*=vc-] .vc-header .joe__wordmark__title {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.28;
  }
}
@media (min-width: 56.25em) {
  :root[class*=vc-] .vc-header .joe__wordmark__title {
    font-weight: 800;
  }
}
:root[class*=vc-] .vc-header .joe__wordmark__subtitle {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.15;
  font-style: italic;
  margin-block: 0;
}
@media (min-width: 37.5em) {
  :root[class*=vc-] .vc-header .joe__wordmark__subtitle {
    font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    font-size: 0.7em;
    font-weight: 400;
    line-height: 1.28;
  }
}
:root[class*=vc-] .vc-header .vc-header__action-button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
:root[class*=vc-] .vc-header .vc-header__action-button svg path,
:root[class*=vc-] .vc-header .vc-header__action-button svg circle {
  stroke: var(--c-link);
}
:root[class*=vc-] .vc-header .vc-header__search-heading {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
:root[class*=vc-] .vc-header .joe__primary-nav__item a {
  text-decoration: none;
}
:root[class*=vc-] .vc-header .joe__primary-nav__item a:hover, :root[class*=vc-] .vc-header .joe__primary-nav__item a:focus, :root[class*=vc-] .vc-header .joe__primary-nav__item a:active {
  text-decoration: underline;
}

:root.vc-art {
  -webkit-padding-before: 3.2rem;
          padding-block-start: 3.2rem;
}
@media (min-width: 37.5em) {
  :root.vc-art {
    -webkit-padding-before: 3.8rem;
            padding-block-start: 3.8rem;
  }
}
@media (min-width: 56.25em) {
  :root.vc-art {
    -webkit-padding-before: 4.8rem;
            padding-block-start: 4.8rem;
  }
}
:root.vc-art .vc-header .joe__wordmark a {
  color: var(--c-hero-text);
}
:root.vc-art .vc-header .vc-header__action-button svg path,
:root.vc-art .vc-header .vc-header__action-button svg circle {
  stroke: var(--c-hero-text);
}

:root.vc-ethics .vc-header,
:root.vc-gallery .vc-header {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.vc-header {
  position: fixed;
  left: var(--drupal-displace-offset-left, 0px);
  right: var(--drupal-displace-offset-right, 0px);
  top: var(--drupal-displace-offset-top, 0px);
  padding-block: 0.5rem;
  z-index: 100;
}
:root.vc-art .vc-header {
  background-color: var(--c-hero-bg);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.joe__sticky-header .vc-header {
  background-color: var(--c-bg);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
:root.vc-art .joe__sticky-header .vc-header {
  background-color: var(--c-hero-bg);
}
.joe__sticky-header .vc-header .joe__primary-nav__item a:link, .joe__sticky-header .vc-header .joe__primary-nav__item a:visited, .joe__sticky-header .vc-header .joe__primary-nav__item a:active, .joe__sticky-header .vc-header .joe__primary-nav__item a:hover, .joe__sticky-header .vc-header .joe__primary-nav__item a:focus {
  color: unset;
}
.vc-header .joe__primary-nav {
  float: none;
  clear: none;
}
.joe__sticky-header .vc-header .joe__primary-nav {
  text-align: left;
}
.vc-header .joe__primary-nav a:link,
.vc-header .joe__primary-nav a:visited {
  border: none;
  padding: 0;
}
.vc-header .joe__primary-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 56.25em) {
  .vc-header .joe__primary-nav__list {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.25;
  }
}
.vc-header .joe__primary-nav__list:hover a {
  opacity: 0.5;
}
@media (prefers-reduced-motion) {
  .vc-header .joe__primary-nav__list:hover a {
    opacity: 1;
  }
}
.vc-header .joe__primary-nav__list:hover a:hover {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  opacity: 1;
}
@media (prefers-reduced-motion) {
  .vc-header .joe__primary-nav__list:hover a:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.vc-header .joe__primary-nav__item {
  display: block;
}
@media (min-width: 56.25em) {
  .vc-header .joe__primary-nav__item {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.25;
  }
}
.vc-header .joe__primary-nav__item a {
  display: block;
}
.vc-header .vc-header-nav__nav-utility {
  border-top: 1px solid var(--c-text);
  -webkit-padding-before: 1.5rem;
          padding-block-start: 1.5rem;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
.vc-header .joe__utility-nav {
  position: static;
  background: none;
  border: 0;
  width: auto;
  max-width: none;
  -webkit-column-count: auto;
     -moz-column-count: auto;
          column-count: auto;
  margin: 0;
}
.vc-header .joe__utility-nav__list {
  float: none;
}
.vc-header .joe__utility-nav__list:hover a {
  opacity: 0.5;
}
@media (prefers-reduced-motion) {
  .vc-header .joe__utility-nav__list:hover a {
    opacity: 1;
  }
}
.vc-header .joe__utility-nav__list:hover a:hover {
  opacity: 1;
}
.vc-header .joe__utility-nav__item {
  border: 0;
  display: inline-block;
}
.vc-header .joe__utility-nav__link {
  display: block;
}
.vc-header .joe__utility-nav__link svg {
  fill: var(--c-link);
  width: 1.5rem;
  height: 1.5rem;
}
.vc-header .joe__utility-nav__link svg path {
  fill: var(--c-link);
}
.vc-header .joe__site-search {
  position: relative;
  background: transparent;
  border: 1px solid #3f3f6d;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: auto;
  visibility: unset;
  float: none;
  width: 100%;
  max-height: none;
  padding: 0;
}
.vc-header .joe__site-search input[type=text],
.vc-header .joe__site-search input[type=search] {
  margin-block: 0;
}
.vc-header .joe__site-search input[type=submit] {
  top: 0;
  right: 0;
}

.vc-header__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  z-index: 1000;
}
@media (min-width: 56.25em) {
  .vc-header__container {
    gap: 2rem;
  }
}

.vc-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (min-width: 56.25em) {
  .vc-header__actions {
    gap: 2rem;
  }
}

.vc-header__nav,
.vc-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 37.5em) {
  .vc-header__nav,
  .vc-header__search {
    position: relative;
  }
}

.vc-header__action-button span {
  display: block;
  line-height: 0;
}
.vc-header__action-button svg {
  width: 1.67em;
  height: 1.67em;
}
.vc-header__action-button[aria-expanded=false] .vc-header-nav__open {
  display: block;
}
.vc-header__action-button[aria-expanded=false] .vc-header-nav__close {
  display: none;
}
.vc-header__action-button[aria-expanded=true] .vc-header-nav__open {
  display: none;
}
.vc-header__action-button[aria-expanded=true] .vc-header-nav__close {
  display: block;
}

#vc-header-nav,
#vc-header__search {
  position: relative;
  background-color: var(--c-bg);
  border: 1px solid var(--c-text);
  border-radius: 3px;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0.5rem;
  right: 0.5rem;
  padding: 1rem;
  z-index: 1200;
}
@media (min-width: 37.5em) {
  #vc-header-nav,
  #vc-header__search {
    left: auto;
    right: -0.5rem;
    padding: 2rem;
  }
}
#vc-header-nav:after, #vc-header-nav:before,
#vc-header__search:after,
#vc-header__search:before {
  bottom: 100%;
  left: calc(100% - 1.2rem);
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#vc-header-nav::after,
#vc-header__search::after {
  border-color: transparent;
  border-bottom-color: var(--c-bg);
  border-width: 8px;
  margin-left: -8px;
}
#vc-header-nav::before,
#vc-header__search::before {
  border-color: transparent;
  border-bottom-color: var(--c-text);
  border-width: 9px;
  margin-left: -9px;
}

@media (min-width: 0) and (max-width: 37.5em) {
  #vc-header-nav:after, #vc-header-nav:before {
    left: calc(100% - 3.25rem);
  }
}
@media (min-width: 37.5em) {
  #vc-header-nav {
    width: 300px;
  }
}

@media (min-width: 0) and (max-width: 37.5em) {
  #vc-header__search:after, #vc-header__search:before {
    left: calc(100% - 1rem);
  }
}
@media (min-width: 37.5em) {
  #vc-header__search {
    width: 450px;
  }
}

.vc-header__close-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vc-header__close-dropdown button {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.vc-hero-art {
  position: relative;
  -webkit-margin-after: 6rem;
          margin-block-end: 6rem;
}
@media (min-width: 37.5em) {
  .vc-hero-art {
    -webkit-margin-after: 10rem;
            margin-block-end: 10rem;
  }
}
@media (min-width: 56.25em) {
  .vc-hero-art {
    -webkit-margin-after: 15rem;
            margin-block-end: 15rem;
  }
}

.vc-hero-art--text-right .vc-container, :root[class*=vc-] .vc-hero-art--text-right .layout--twocol-larger-right-col, :root[class*=vc-] .vc-hero-art--text-right .layout--twocol-larger-left-col, :root[class*=vc-] .vc-hero-art--text-right .layout--twocol-equal, :root[class*=vc-] .vc-hero-art--text-right .layout--onecol-fullwidth > .layout__region--top {
  justify-items: end;
}
@media (min-width: 56.25em) {
  .vc-hero-art--text-right .vc-container, :root[class*=vc-] .vc-hero-art--text-right .layout--twocol-larger-right-col, :root[class*=vc-] .vc-hero-art--text-right .layout--twocol-larger-left-col, :root[class*=vc-] .vc-hero-art--text-right .layout--twocol-equal, :root[class*=vc-] .vc-hero-art--text-right .layout--onecol-fullwidth > .layout__region--top {
    justify-items: normal;
  }
}

.vc-hero-art__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5rem;
  z-index: -1;
  overflow: hidden;
}
@media (min-width: 75em) {
  .vc-hero-art--not-full .vc-hero-art__image {
    left: auto;
    right: 0;
    bottom: -1000px;
    -webkit-mask-image: url("../images/vc/bg-hero-image-left-art.svg");
            mask-image: url("../images/vc/bg-hero-image-left-art.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: top left;
            mask-position: top left;
    width: calc(100% - 40rem);
  }
  .vc-hero-art--text-right.vc-hero-art--not-full .vc-hero-art__image {
    left: 0;
    right: auto;
    -webkit-mask-image: url("../images/vc/bg-hero-image-right-art.svg");
            mask-image: url("../images/vc/bg-hero-image-right-art.svg");
    -webkit-mask-position: top right;
            mask-position: top right;
  }
}
@media (min-width: 92em) {
  .vc-hero-art--not-full .vc-hero-art__image {
    width: 50%;
  }
}
.vc-hero-art__image picture {
  -webkit-animation-name: heroFadeIn;
          animation-name: heroFadeIn;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media (prefers-reduced-motion) {
  .vc-hero-art__image picture {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    opacity: 1;
  }
}
@media (min-width: 5em) {
  .vc-hero-art__image picture {
    display: block;
    bottom: 2rem;
  }
}
@media (min-width: 75em) {
  .vc-hero-art__image picture {
    display: block;
  }
}
@media (min-width: 75em) {
  .vc-hero-art--full .vc-hero-art__image picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.vc-hero-art__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.vc-hero-art--full .vc-hero-art__image img {
  max-width: 2000px;
}

.vc-hero-art__flag {
  position: relative;
  background-color: var(--c-button-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2rem;
  color: var(--c-button-text);
  text-transform: uppercase;
  text-align: left;
  grid-column: 1/-1;
  padding: 2rem;
  max-width: 10rem;
}
@media (min-width: 56.25em) {
  .vc-hero-art__flag {
    grid-column: 1/4;
    max-width: none;
  }
  .vc-hero-art--text-right .vc-hero-art__flag {
    grid-column: 10/-1;
  }
}
@media (min-width: 75em) {
  .vc-hero-art__flag {
    min-height: 18rem;
  }
}
.vc-hero-art--text-right .vc-hero-art__flag {
  text-align: right;
}
.vc-hero-art__flag::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(310deg, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.05) 53%);
}

.vc-hero-art__flag-type {
  position: relative;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  word-spacing: 100vw;
}
@media (min-width: 75em) {
  .vc-hero-art__flag-type {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 2;
  }
}

.vc-hero-art__flag-date {
  position: relative;
  font-family: "franklin-gothic-urw-comp", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

:root[class*=vc-art] a.vc-hero-art__flag-date {
  color: var(--c-button-text);
}

.vc-hero-art__content {
  grid-column: 1/-1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: var(--c-hero-text);
  padding: 2rem;
}
@media (min-width: 56.25em) {
  .vc-hero-art__content {
    grid-column: 1/-1;
    padding-block: 3rem 2.5rem;
  }
}
.vc-hero-art--text-right .vc-hero-art__content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.vc-hero-art__content-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: var(--c-hero-bg);
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 75em) {
  .vc-hero-art__content-bg {
    background-color: transparent;
  }
}

#vc-hero-art__content-bg {
  display: none;
}
@media (min-width: 75em) {
  #vc-hero-art__content-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .vc-hero-art--text-right #vc-hero-art__content-bg {
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
#vc-hero-art__content-bg path {
  fill: var(--c-hero-bg);
}

.vc-hero-art__content-body {
  width: auto;
}
@media (min-width: 75em) {
  .vc-hero-art__content-body {
    width: 55rem;
  }
}

@media (min-width: 75em) {
  .vc-hero-art__shape {
    shape-outside: polygon(100% 100%, 0% 0%, 100% 0%);
    width: 150px;
    height: 180px;
    float: right;
    margin-inline: 0 6rem;
  }
  .vc-hero-art--text-right .vc-hero-art__shape {
    shape-outside: polygon(0% 100%, 0% 0%, 100% 0%);
    float: left;
    margin-inline: 6rem 0;
  }
}

.vc-hero-art__title {
  color: var(--c-hero-title);
  text-wrap: balance;
}
:root.vc-art .vc-hero-art__title {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.vc-hero-art__tools {
  position: absolute;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.vc-hero-art--text-right .vc-hero-art__tools {
  left: auto;
  right: 0;
}

.vc-hero-art__tool {
  position: relative;
}
.vc-hero-art__tool:nth-child(even) .vc-hero-art__tool-button::after {
  -webkit-transform: skewY(-3.5deg);
          transform: skewY(-3.5deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.vc-hero-art__tool-button {
  position: relative;
}
.vc-hero-art__tool-button::after {
  background-color: inherit;
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: skewY(3.5deg);
          transform: skewY(3.5deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: -1;
}

:root[class*=vc-art] .vc-hero-art__tool-button:active, :root[class*=vc-art] .vc-hero-art__tool-button:hover, :root[class*=vc-art] .vc-hero-art__tool-button:focus,
:root[class*=vc-art] a.vc-hero-art__tool-button:active,
:root[class*=vc-art] a.vc-hero-art__tool-button:hover,
:root[class*=vc-art] a.vc-hero-art__tool-button:focus {
  -webkit-padding-before: 10px;
          padding-block-start: 10px;
}
@media (min-width: 0) and (max-width: 37.5em) {
  :root[class*=vc-art] .vc-hero-art__tool-button,
  :root[class*=vc-art] a.vc-hero-art__tool-button {
    padding-inline: 10px;
  }
}

.vc-hero-art__tool-content {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  max-width: 25rem;
  background-color: var(--c-hero-bg);
  border: 1px solid var(--c-hero-text);
  text-align: left;
  color: var(--c-hero-text);
  padding: 0.5rem 1rem;
  z-index: 5;
}
.vc-hero-art__tool-content:after, .vc-hero-art__tool-content:before {
  bottom: 100%;
  left: 3rem;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vc-hero-art__tool-content::after {
  border-color: transparent;
  border-bottom-color: var(--c-hero-bg);
  border-width: 8px;
  margin-left: -8px;
}
.vc-hero-art__tool-content::before {
  border-color: transparent;
  border-bottom-color: var(--c-hero-text);
  border-width: 9px;
  margin-left: -9px;
}

h2.vc-hero-gallery__flag-type {
  margin-top: 6px;
  margin-bottom: 4px;
}

h2.vc-hero-art__flag-type {
  margin: 0;
}
@media (max-width: 56.25em) {
  h2.vc-hero-art__flag-type {
    font-size: 18px;
  }
}

.vc-hero-ethics {
  position: relative;
  overflow: hidden;
}

.vc-hero-ethics__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vc-hero-ethics__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-animation-name: heroFadeIn;
          animation-name: heroFadeIn;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media (prefers-reduced-motion) {
  .vc-hero-ethics__image img {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    opacity: 1;
  }
}
.vc-hero-ethics__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--c-bg-rgb), 1)), color-stop(80%, rgba(var(--c-bg-rgb), var(--c-hero-bg-opacity, 0.4))), to(rgba(var(--c-bg-rgb), 0.85)));
  background: linear-gradient(0deg, rgba(var(--c-bg-rgb), 1) 0%, rgba(var(--c-bg-rgb), var(--c-hero-bg-opacity, 0.4)) 80%, rgba(var(--c-bg-rgb), 0.85) 100%);
}

.vc-hero-ethics__container {
  --top-padding: 8rem;
  --bottom-padding: 2rem;
  position: relative;
  padding-block: var(--top-padding) var(--bottom-padding);
  isolation: isolate;
}
@media (min-width: 75em) {
  .vc-hero-ethics__container {
    --top-padding: 20rem;
    --bottom-padding: 8rem;
  }
}
@media (min-width: 56.25em) {
  .vc-hero-ethics__container::before {
    content: "";
    position: absolute;
    top: -400px;
    left: -600px;
    width: 0;
    height: 0;
    border-bottom: 5000px solid var(--c-bg);
    border-right: 5000px solid transparent;
    z-index: -1;
  }
}
@media (min-width: 75em) {
  .vc-hero-ethics__container::before {
    top: -220px;
  }
}

@media (min-width: 56.25em) {
  .vc-hero-ethics__shape {
    width: 560px;
    height: 600px;
    float: left;
    shape-outside: polygon(16% 0px, 16% 22%, 100% 100%, 0px 100%, 0px 0px);
  }
}
@media (min-width: 75em) {
  .vc-hero-ethics__shape {
    width: 600px;
    shape-outside: polygon(25% 0px, 25% 25%, 100% 100%, 0px 100%, 0px 0px);
  }
}

.vc-hero-ethics__content-body {
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
}

.vc-hero-ethics__flag {
  display: inline-block;
}

.vc-hero-ethics__flag-type {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-margin-end: 2rem;
          margin-inline-end: 2rem;
}

.vc-hero-ethics__flag-date {
  font-family: "franklin-gothic-urw-comp", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

:root.vc-ethics .vc-hero-ethics__title {
  text-wrap: balance;
  margin-block: 1.5rem 2rem;
}

.vc-hero-ethics__byline {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.3;
}

.vc-hero-ethics__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 56.25em) {
  .vc-hero-ethics__tools {
    position: absolute;
    top: calc(var(--top-padding) + 20.3rem);
    width: 27.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media (min-width: 75em) {
  .vc-hero-ethics__tools {
    top: calc(var(--top-padding) + 19.5rem);
  }
}

.vc-hero-ethics__tool {
  position: relative;
}
@media (min-width: 56.25em) {
  .vc-hero-ethics__tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 56.25em) {
  .vc-hero-ethics__tool:nth-child(1) {
    -webkit-margin-end: 12rem;
            margin-inline-end: 12rem;
  }
}
@media (min-width: 56.25em) {
  .vc-hero-ethics__tool:nth-child(2) {
    -webkit-margin-end: 8rem;
            margin-inline-end: 8rem;
  }
}
@media (min-width: 56.25em) {
  .vc-hero-ethics__tool:nth-child(3) {
    -webkit-margin-end: 4rem;
            margin-inline-end: 4rem;
  }
}

:root.vc-ethics .vc-hero-ethics__tool-button,
:root.vc-ethics a.vc-hero-ethics__tool-button {
  background-color: var(--c-button-bg-alt);
  color: var(--c-link);
}
:root.vc-ethics .vc-hero-ethics__tool-button:link, :root.vc-ethics .vc-hero-ethics__tool-button:visited,
:root.vc-ethics a.vc-hero-ethics__tool-button:link,
:root.vc-ethics a.vc-hero-ethics__tool-button:visited {
  color: var(--c-link);
}
:root.vc-ethics .vc-hero-ethics__tool-button:active, :root.vc-ethics .vc-hero-ethics__tool-button:hover, :root.vc-ethics .vc-hero-ethics__tool-button:focus,
:root.vc-ethics a.vc-hero-ethics__tool-button:active,
:root.vc-ethics a.vc-hero-ethics__tool-button:hover,
:root.vc-ethics a.vc-hero-ethics__tool-button:focus {
  background-color: var(--c-button-bg-hover-alt);
}
@media (min-width: 56.25em) {
  :root.vc-ethics .vc-hero-ethics__tool-button,
  :root.vc-ethics a.vc-hero-ethics__tool-button {
    position: relative;
    min-width: 13rem;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
  :root.vc-ethics .vc-hero-ethics__tool-button::after,
  :root.vc-ethics a.vc-hero-ethics__tool-button::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-bottom: 48.56px solid var(--c-button-bg-alt);
    border-right: 48.56px solid transparent;
  }
  :root.vc-ethics .vc-hero-ethics__tool-button:active, :root.vc-ethics .vc-hero-ethics__tool-button:hover, :root.vc-ethics .vc-hero-ethics__tool-button:focus,
  :root.vc-ethics a.vc-hero-ethics__tool-button:active,
  :root.vc-ethics a.vc-hero-ethics__tool-button:hover,
  :root.vc-ethics a.vc-hero-ethics__tool-button:focus {
    min-width: 14rem;
  }
  :root.vc-ethics .vc-hero-ethics__tool-button:active::after, :root.vc-ethics .vc-hero-ethics__tool-button:hover::after, :root.vc-ethics .vc-hero-ethics__tool-button:focus::after,
  :root.vc-ethics a.vc-hero-ethics__tool-button:active::after,
  :root.vc-ethics a.vc-hero-ethics__tool-button:hover::after,
  :root.vc-ethics a.vc-hero-ethics__tool-button:focus::after {
    border-bottom-color: var(--c-button-bg-hover-alt);
  }
}

.vc-hero-ethics__tool-content {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 0;
  max-width: 25rem;
  background-color: var(--c-text);
  text-align: left;
  color: var(--c-bg);
  padding: 0.5rem 1rem;
  z-index: 5;
}
@media (min-width: 56.25em) {
  .vc-hero-ethics__tool-content {
    left: 1.8rem;
  }
}
.vc-hero-ethics__tool-content:after, .vc-hero-ethics__tool-content:before {
  top: 100%;
  left: 3rem;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vc-hero-ethics__tool-content::after {
  border-color: transparent;
  border-top-color: var(--c-text);
  border-width: 8px;
  margin-left: -8px;
}
.vc-hero-ethics__tool-content::before {
  border-color: transparent;
  border-top-color: var(--c-bg);
  border-width: 9px;
  margin-left: -9px;
}

.vc-hero-ethics__vertical-label {
  display: none;
}
@media (min-width: 75em) {
  .vc-hero-ethics__vertical-label {
    display: block;
    position: absolute;
    bottom: 20rem;
    left: 50%;
    -webkit-transform: rotate(-90deg) translate(0, -50%);
            transform: rotate(-90deg) translate(0, -50%);
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    -webkit-animation-name: verticalPulse;
            animation-name: verticalPulse;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}
@media (min-width: 75em) and (prefers-reduced-motion) {
  .vc-hero-ethics__vertical-label {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
  }
}
@media (min-width: 75em) {
  .vc-hero-ethics__vertical-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -13rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../images/vc/icon-scroll-arrow.svg");
    background-position: left center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 12rem;
    height: 1rem;
  }
}

:root.vc-ethics[data-theme=light] .vc-hero-ethics__vertical-label::before {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}

h2.vc-hero-ethics__flag-type {
  display: inline;
}

.vc-hero-gallery {
  --top-padding: 8rem;
  --bottom-padding: 3rem;
  padding-block: var(--top-padding) var(--bottom-padding);
}
@media (min-width: 75em) {
  .vc-hero-gallery {
    --top-padding: 10rem;
  }
}

.vc-hero-gallery__content-body {
  text-align: center;
}

.vc-hero-gallery__flag {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  text-align: center;
}
@media (prefers-reduced-motion) {
  .vc-hero-gallery__flag {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    opacity: 1;
  }
}

.vc-hero-gallery__flag-type {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

:root.vc-gallery .vc-hero-gallery__title {
  -webkit-animation-name: sectionFadeIn;
          animation-name: sectionFadeIn;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  text-wrap: balance;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media (prefers-reduced-motion) {
  :root.vc-gallery .vc-hero-gallery__title {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    opacity: 1;
  }
}
:root.vc-gallery .vc-hero-gallery__title--masked {
  background-image: var(--hero-gallery-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
:root.vc-gallery a.vc-hero-gallery__anchor {
  text-decoration: none;
}
:root.vc-gallery .vc-hero-gallery__anchor-label {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 1rem 0 0;
}

.vc-hero-gallery__desc {
  -webkit-animation-name: sectionFadeIn;
          animation-name: sectionFadeIn;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  text-wrap: balance;
}
@media (prefers-reduced-motion) {
  .vc-hero-gallery__desc {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    opacity: 1;
  }
}
@media (min-width: 75em) {
  .vc-hero-gallery__desc {
    font-size: 1.2em;
    line-height: 1.4;
  }
}

.vc-hero-gallery__nav,
.vc-hero-gallery__nav-controls {
  -webkit-animation-name: sectionFadeIn;
          animation-name: sectionFadeIn;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media (prefers-reduced-motion) {
  .vc-hero-gallery__nav,
  .vc-hero-gallery__nav-controls {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    opacity: 1;
  }
}

.vc-hero-gallery__nav-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-inline: 1rem;
}
@media (min-width: 56.25em) {
  .vc-hero-gallery__nav-controls {
    top: -2rem;
  }
}

.vc-hero-gallery__nav-label {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 37.5em) {
  .vc-hero-gallery__nav-label {
    font-size: 1em;
  }
}

:root[class*=vc-] .vc-horizontal-gallery__heading {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
:root[class*=vc-] .vc-horizontal-gallery__items .slick-track {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
:root[class*=vc-] .vc-modal__controls .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--c-button-text);
  border-radius: 50%;
  padding: 0.25rem;
}
@media (min-width: 56.25em) {
  :root[class*=vc-] .vc-modal__controls .slick-arrow {
    padding: 0.5rem;
  }
}
:root[class*=vc-] .vc-modal__controls .slick-arrow[aria-disabled=true] {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  overflow: hidden;
}
:root[class*=vc-] .vc-modal__controls .slick-arrow svg path {
  fill: var(--c-button-bg);
}
:root[class*=vc-] .vc-modal__second > *:first-child {
  margin-top: 0;
}

:root.vc-gallery .vc-horizontal-gallery {
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}

.vc-horizontal-gallery .slick-list {
  width: calc(100vw - 1rem);
}

.vc-horizontal-gallery__desc + .vc-horizontal-gallery__gallery-label {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}

.vc-horizontal-gallery__gallery-label {
  text-align: center;
}

.vc-horizontal-gallery__artwork {
  cursor: pointer;
}

.vc-horizontal-gallery__artwork-label {
  font-family: "franklin-gothic-urw-comp", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin: 0.75rem 0 0;
}

.vc-horizontal-gallery__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-inline: 1rem;
}

.vc-horizontal-gallery__controls-label {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 37.5em) {
  .vc-horizontal-gallery__controls-label {
    font-size: 1em;
  }
}

.vc-modal .slick-slider {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.vc-modal .slick-slide {
  visibility: hidden;
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
}
.vc-modal .slick-current {
  visibility: visible;
}
@media (min-width: 56.25em) {
  .vc-modal .vc-featured-media__container {
    height: calc(100vh - 13rem);
  }
}
.vc-modal .vc-featured-media__figure {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.vc-modal .vc-featured-media__figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 100%;
}
.vc-modal .vc-featured-media__caption {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: var(--c-bg);
}

@media (min-width: 56.25em) {
  .vc-modal__first {
    position: relative;
    padding-inline: 2.75rem;
    grid-column: 2/12;
  }
  .vc-modal__first:not(:only-child) {
    grid-column: span 7;
  }
  .vc-modal__grid--stacked .vc-modal__first {
    grid-column: 2/12;
  }
  .vc-modal__grid--stacked .vc-modal__first .vc-reaction-bar {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}

@media (min-width: 56.25em) {
  .vc-modal__second {
    grid-column: span 5;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    align-self: center;
  }
  .vc-modal__grid--stacked .vc-modal__second {
    grid-column: 3/11;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

@media (min-width: 0) and (max-width: 56.25em) {
  .vc-modal__controls {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--c-bg);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 1rem;
  }
  .vc-modal__controls .slick-prev,
  .vc-modal__controls .slick-next {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 56.25em) {
  .vc-modal__controls .slick-prev,
  .vc-modal__controls .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .vc-modal__controls .slick-prev {
    left: 0;
  }
  .vc-modal__controls .slick-next {
    right: 0;
  }
}

@media (min-width: 0) and (max-width: 56.25em) {
  .vc-modal__first .vc-modal__controls {
    display: none;
  }
}

@media (min-width: 56.25em) {
  .vc-modal__content > .vc-modal__controls {
    display: none;
  }
}

:root[class*=vc-] .c-paragraph {
  --layout-margin: 4rem;
  margin-block: var(--layout-margin);
}
@media (min-width: 56.25em) {
  :root[class*=vc-] .c-paragraph {
    --layout-margin: 8rem;
  }
}
:root[class*=vc-] .layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}
@media (min-width: 75em) {
  :root[class*=vc-] .layout {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }
}
@media (min-width: 56.25em) {
  :root[class*=vc-] .layout {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 75em) {
  :root[class*=vc-] .layout {
    grid-row-gap: 2em;
  }
}
:root[class*=vc-] .layout__region--top:not(:has(.layout__heading)) {
  display: none;
}
:root[class*=vc-] .layout__heading {
  margin-block: 0;
}
:root[class*=vc-] .layout__heading--centered {
  text-align: center;
}
:root[class*=vc-] .layout__region--first,
:root[class*=vc-] .layout__region--second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:root[class*=vc-] .layout--onecol-centered .vc-container, :root[class*=vc-] .layout--onecol-centered .layout--twocol-larger-right-col, :root[class*=vc-] .layout--onecol-centered .layout--twocol-larger-left-col, :root[class*=vc-] .layout--onecol-centered .layout--twocol-equal, :root[class*=vc-] .layout--onecol-centered .layout--onecol-fullwidth > .layout__region--top {
  --container-padding: 0;
}
:root[class*=vc-] .layout--onecol-centered .layout__region {
  border: 0;
  width: auto;
  margin: 0;
}
@media (min-width: 56.25em) {
  :root[class*=vc-] .layout--onecol-centered > .layout__region--top,
  :root[class*=vc-] .layout--onecol-centered > .layout__region--bottom {
    grid-column: span 12;
    margin: 0;
  }
}
:root[class*=vc-] .layout--onecol-fullwidth .layout__region {
  border: 0;
}
@media (min-width: 56.25em) {
  :root[class*=vc-] .layout--onecol-fullwidth > .layout__region--top {
    grid-column: span 12;
  }
  :root[class*=vc-] .layout--onecol-fullwidth > .layout__region--bottom {
    grid-column: span 12;
    margin: 0;
  }
}
:root[class*=vc-] .layout--twocol-equal .vc-container, :root[class*=vc-] .layout--twocol-equal .layout--twocol-larger-right-col, :root[class*=vc-] .layout--twocol-equal .layout--twocol-larger-left-col, :root[class*=vc-] .layout--twocol-equal .layout--onecol-fullwidth > .layout__region--top, :root[class*=vc-] .layout--twocol-equal .layout--twocol-equal {
  --container-padding: 0;
}
:root[class*=vc-] .layout--twocol-equal > .layout__region {
  border: 0;
  margin: 0;
}
@media (min-width: 56.25em) {
  :root[class*=vc-] .layout--twocol-equal > .layout__region--top {
    grid-column: span 12;
    margin: 0;
  }
  :root[class*=vc-] .layout--twocol-equal > .layout__region--first {
    grid-column: span 6;
    margin: 0;
  }
  :root[class*=vc-] .layout--twocol-equal > .layout__region--second {
    grid-column: span 6;
    margin: 0;
  }
}
:root[class*=vc-] .layout--twocol-larger-left-col .vc-container, :root[class*=vc-] .layout--twocol-larger-left-col .layout--twocol-larger-right-col, :root[class*=vc-] .layout--twocol-larger-left-col .layout--onecol-fullwidth > .layout__region--top, :root[class*=vc-] .layout--twocol-larger-left-col .layout--twocol-equal, :root[class*=vc-] .layout--twocol-larger-left-col .layout--twocol-larger-left-col {
  --container-padding: 0;
}
:root[class*=vc-] .layout--twocol-larger-left-col > .layout__region {
  border: 0;
  margin: 0;
}
@media (min-width: 56.25em) {
  :root[class*=vc-] .layout--twocol-larger-left-col > .layout__region--top {
    grid-column: span 12;
    margin: 0;
  }
  :root[class*=vc-] .layout--twocol-larger-left-col > .layout__region--first {
    grid-column: span 7;
    margin: 0;
  }
  :root[class*=vc-] .layout--twocol-larger-left-col > .layout__region--second {
    grid-column: span 5;
    margin: 0;
  }
}
:root[class*=vc-] .layout--twocol-larger-right-col {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
:root[class*=vc-] .layout--twocol-larger-right-col .vc-container, :root[class*=vc-] .layout--twocol-larger-right-col .layout--onecol-fullwidth > .layout__region--top, :root[class*=vc-] .layout--twocol-larger-right-col .layout--twocol-equal, :root[class*=vc-] .layout--twocol-larger-right-col .layout--twocol-larger-left-col, :root[class*=vc-] .layout--twocol-larger-right-col .layout--twocol-larger-right-col {
  --container-padding: 0;
}
:root[class*=vc-] .layout--twocol-larger-right-col > .layout__region {
  border: 0;
  margin: 0;
}
@media (min-width: 56.25em) {
  :root[class*=vc-] .layout--twocol-larger-right-col > .layout__region--first {
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
  }
  :root[class*=vc-] .layout--twocol-larger-right-col > .layout__region--first p {
    margin: 0;
  }
  :root[class*=vc-] .layout--twocol-larger-right-col > .layout__region--second {
    grid-column: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding-left: 24px;
  }
}
@media (max-width: 56.25em) {
  :root[class*=vc-] .layout--twocol-larger-right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  :root[class*=vc-] .layout--twocol-larger-right-col > .layout__region--first {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 10px 0;
  }
  :root[class*=vc-] .layout--twocol-larger-right-col > .layout__region--second {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
:root[class*=vc-] .layout__region.is-zoomed {
  position: absolute;
  top: auto;
  left: 0;
  background-color: var(--c-bg);
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  padding-block: 2rem;
  z-index: 10;
}
:root[class*=vc-] .layout__region.is-zoomed .vc-featured-media {
  width: 100%;
  padding-inline: 0rem;
  margin-inline: 0;
}
:root[class*=vc-] .layout__region.is-zoomed .vc-featured-media__media,
:root[class*=vc-] .layout__region.is-zoomed .vc-featured-media__copyright {
  display: none;
}
:root[class*=vc-] .layout__region.is-zoomed .vc-slide-rule__slider {
  width: 100%;
}
:root[class*=vc-] .layout__region.is-zoomed .vc-slide-rule__slider img {
  width: 100%;
}
:root[class*=vc-] .vc-button--is-zoomed {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 50%;
  padding: 0.5rem;
  margin: 0;
  z-index: 10;
}
:root[class*=vc-] .vc-button--is-zoomed svg path,
:root[class*=vc-] .vc-button--is-zoomed svg circle {
  stroke: var(--c-button-text);
}
:root[class*=vc-] .vc-button--is-zoomed span {
  display: block;
  line-height: 0;
}
:root[class*=vc-] .vc-button--is-zoomed .vc-is-zoomed__close {
  display: none;
}
:root[class*=vc-] .vc-button--is-zoomed.is-open .vc-is-zoomed__open {
  display: none;
}
:root[class*=vc-] .vc-button--is-zoomed.is-open .vc-is-zoomed__close {
  display: block;
}
:root[class*=vc-] .vc-featured-media .vc-button--is-zoomed {
  right: calc(1.75rem + 10px);
}
:root[class*=vc-] .is-zoomed .vc-featured-media .vc-button--is-zoomed {
  right: calc(1rem + 10px);
}

@media (min-width: 56.25em) {
  :root.vc-ethics .c-paragraph {
    --layout-margin: 12rem;
  }
}

.vc-scroll-zoom__image-container {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.vc-scroll-zoom__image-container.is-sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.vc-scroll-zoom__image-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.vc-scroll-zoom__image-blur img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.vc-scroll-zoom__image {
  position: relative;
  width: 100%;
  height: 100%;
}
.vc-scroll-zoom__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.vc-scroll-zoom__captions {
  position: relative;
}

.vc-scroll-zoom__caption {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vc-scroll-zoom__caption--right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.vc-scroll-zoom__caption-desc {
  background-color: rgba(var(--c-caption-bg), 0.9);
  padding: 1rem;
}
@media (min-width: 37.5em) {
  .vc-scroll-zoom__caption-desc {
    max-width: 30rem;
    padding: 2rem;
  }
}
@media (min-width: 75em) {
  .vc-scroll-zoom__caption-desc {
    max-width: 40rem;
  }
}
.vc-scroll-zoom__caption-desc > p:last-child {
  margin-bottom: 0;
}

:root.vc-ethics .vc-scroll-zoom__caption-desc::after {
  position: absolute;
  top: -0.5rem;
  right: -0.75rem;
  height: 75%;
}
@media (min-width: 37.5em) {
  :root.vc-ethics .vc-scroll-zoom__caption-desc::after {
    right: -0.5rem;
  }
}
:root.vc-ethics .vc-scroll-zoom__caption--right .vc-scroll-zoom__caption-desc::after {
  right: auto;
  left: -0.75rem;
}
@media (min-width: 37.5em) {
  :root.vc-ethics .vc-scroll-zoom__caption--right .vc-scroll-zoom__caption-desc::after {
    left: -0.5rem;
  }
}

.beer-slider {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.beer-slider *, .beer-slider:before, .beer-slider:after,
.beer-slider *:before,
.beer-slider *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.beer-slider img,
.beer-slider svg {
  vertical-align: bottom;
}
.beer-slider > * {
  height: 100%;
}
.beer-slider > img {
  max-width: 100%;
  height: auto;
}

.beer-reveal {
  position: absolute;
  left: 0;
  top: 0;
  right: calc(100% - 50%);
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.beer-reveal > :first-child {
  width: calc(100%*100%/50%);
  max-width: none;
  height: 100%;
}
.beer-reveal > img:first-child {
  height: auto;
}

.beer-range {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  left: -1px;
  width: calc(100% + 2px);
  cursor: pointer;
  -webkit-appearance: slider-horizontal !important;
     -moz-appearance: slider-horizontal !important;
          appearance: slider-horizontal !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  -ms-touch-action: auto;
  touch-action: auto;
}
.beer-range::slider-thumb {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 300vh;
}
.beer-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  height: 300vh;
}
.beer-range::-ms-tooltip {
  display: none;
}

.beer-handle {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
}
.beer-handle:before, .beer-handle:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  border-top: solid 2px;
  border-left: solid 2px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.beer-handle:before {
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.beer-handle:after {
  right: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.beer-range:focus ~ .beer-handle {
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.beer-ready .beer-reveal,
.beer-ready .beer-handle {
  opacity: 1;
}

.vc-slide-rule {
  position: relative;
}
.layout--onecol-fullwidth .vc-slide-rule .vc-reaction-bar {
  padding-inline: 1rem;
}
@media (min-width: 75em) {
  .layout--onecol-fullwidth .vc-slide-rule .vc-reaction-bar {
    padding-inline: 1.5rem;
  }
}

.vc-slide-rule__slider {
  overflow: visible;
}

.vc-slide-rule__caption {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.1;
  padding-block: 0 1rem;
}
@media (min-width: 56.25em) {
  .vc-slide-rule__caption {
    font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.1;
  }
}
.layout--onecol-fullwidth .vc-slide-rule__caption {
  padding-inline: 1.25rem;
}
@media (min-width: 75em) {
  .layout--onecol-fullwidth .vc-slide-rule__caption {
    padding-inline: 1.5rem;
  }
}

.vc-slide-rule__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
.layout--onecol-fullwidth .vc-slide-rule__info {
  padding-inline: 1rem;
}
@media (min-width: 75em) {
  .layout--onecol-fullwidth .vc-slide-rule__info {
    padding-inline: 1.5rem;
  }
}

.vc-slide-rule__info-before,
.vc-slide-rule__info-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  font-size: 0.6em;
  line-height: 1.1;
}
@media (min-width: 75em) {
  .vc-slide-rule__info-before,
  .vc-slide-rule__info-after {
    font-size: 0.8em;
  }
}

.vc-slide-rule__info-after {
  text-align: right;
}

:root.vc-ethics .vc-slide-rule__slider {
  isolation: isolate;
}
:root.vc-ethics .vc-slide-rule__slider::after {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 30%;
  height: 2rem;
  z-index: -1;
}

.vc-text-block .lede {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 75em) {
  .vc-text-block .lede {
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    font-size: 1.15em;
    font-weight: 400;
    line-height: 1.5;
  }
}

:root[class*=vc-] .vc-text-block > *:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

:root[class*=vc-] .vc-video-tabs__heading {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
:root[class*=vc-] .vc-video-tabs__group li a {
  text-decoration: none;
}

.vc-video-tabs__header {
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
}

.vc-video-tabs__desc {
  max-width: 80ch;
}

.vc-video-tabs__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 56.25em) {
  .vc-video-tabs__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2rem;
  }
}
@media (min-width: 75em) {
  .vc-video-tabs__group {
    gap: 4rem;
  }
}

/* Desktop and larger screens */
.vc-video-tabs__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; /* Sets default aspect ratio on larger screens */
  overflow: hidden;
}

.vc-video-tabs__group [role=tablist] {
  padding: 0;
  margin: 0 0 0.5rem;
}
@media (min-width: 56.25em) {
  .vc-video-tabs__group [role=tablist] {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.vc-video-tabs__group [role=tablist] li {
  border-bottom: 1px solid var(--c-text);
}
.vc-video-tabs__group [role=tablist] li:last-child {
  border-bottom: 0;
}
.vc-video-tabs__group [role=tablist] li,
.vc-video-tabs__group [role=tablist] a {
  display: block;
}
.vc-video-tabs__group [role=tablist] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
}
@media (min-width: 56.25em) {
  .vc-video-tabs__group [role=tablist] a {
    border: 0;
    padding: 1rem 0;
  }
}
@media (min-width: 0) and (max-width: 56.25em) {
  .vc-video-tabs__group [role=tablist] li + li a {
    border-top: 0;
  }
}
.vc-video-tabs__group [role=tablist] [aria-selected] {
  font-weight: 800;
}
.vc-video-tabs__group [role=tablist] [aria-selected]::after {
  content: "←";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--c-button-bg);
  border-radius: 50%;
  color: var(--c-button-text);
  width: 0.4em;
  height: 0.4em;
  font-size: 1em;
  padding: 0.4em 0.5em 0.6em 0.5em;
}
@media (min-width: 56.25em) {
  .vc-video-tabs__group [role=tablist] [aria-selected] {
    position: relative;
    border-bottom: 0;
  }
}

.vc-video-tabs__group [role=tabpanel] {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.vc-video-tabs__group [role=tabpanel] iframe,
.vc-video-tabs__group [role=tabpanel] object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 56.25em) {
  .vc-video-tabs__group [role=tabpanel] {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}

.cssgrid .joe__layout--center-offset {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: auto;
}
.no-cssgrid .joe__layout--center-offset {
  display: block;
}

.joe__layout--center-offset .joe__page-content {
  grid-column: 1/1;
  min-width: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.joe__topics .joe__layout--center-offset .joe__page-content, .joe__about-band .joe__layout--center-offset .joe__page-content, .joe__article-hero .joe__layout--center-offset .joe__page-content {
  background-color: transparent;
}
@media (min-width: 75em) {
  .joe__layout--center-offset .joe__page-content {
    margin-right: 1.5em;
    margin-left: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 75em) and (min-width: 56.25em) {
  .joe__layout--center-offset .joe__page-content {
    margin-right: 2em;
  }
}
@media (min-width: 75em) and (min-width: 56.25em) {
  .joe__layout--center-offset .joe__page-content {
    margin-left: 2em;
  }
}
.no-cssgrid .joe__layout--center-offset .joe__page-content {
  width: 100%;
}
@media (min-width: 37.5em) {
  .no-cssgrid .joe__layout--center-offset .joe__page-content {
    display: block;
    width: 100%;
  }
}
@media (min-width: 56.25em) {
  .no-cssgrid .joe__layout--center-offset .joe__page-content {
    display: block;
    width: 90%;
  }
}
@media (min-width: 75em) {
  .no-cssgrid .joe__layout--center-offset .joe__page-content {
    display: block;
    width: 90%;
  }
}

.cssgrid .joe__layout--two-column-left {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: auto;
}
@media (min-width: 56.25em) {
  .cssgrid .joe__layout--two-column-left {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    -ms-grid-columns: 2fr 1fr;
    -ms-grid-rows: auto auto;
  }
}
@media (min-width: 75em) {
  .cssgrid .joe__layout--two-column-left {
    grid-template-columns: 8fr 3fr;
    grid-template-rows: auto;
    -ms-grid-columns: 8fr 3fr;
    -ms-grid-rows: auto;
  }
}
.joe__page-content {
  grid-column: 1;
  grid-row: auto;
  min-width: 0;
  background-color: #ffffff;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1px;
  padding-bottom: 1px;
}
.joe__page-content:nth-of-type(1) {
  grid-row: 1;
  -ms-grid-row: 1;
}
.joe__page-content:nth-of-type(2) {
  grid-row: 3;
  -ms-grid-row: 3;
}
.joe__page-content:nth-of-type(3) {
  grid-row: 4;
  -ms-grid-row: 4;
}
.joe__page-content:nth-of-type(4) {
  grid-row: 5;
  -ms-grid-row: 5;
}
@media (min-width: 56.25em) {
  .joe__page-content {
    margin-right: 0.75em;
    padding-left: 2em;
    padding-right: 2em;
    grid-column: 1;
  }
}
@media (min-width: 56.25em) and (min-width: 56.25em) {
  .joe__page-content {
    margin-right: 1em;
  }
}
@media (min-width: 56.25em) {
  .joe__page-content:nth-of-type(2) {
    grid-row: 2;
    -ms-grid-row: 2;
  }
}
@media (min-width: 56.25em) {
  .joe__page-content:nth-of-type(3) {
    grid-row: 3;
    -ms-grid-row: 3;
  }
}
@media (min-width: 56.25em) {
  .joe__page-content:nth-of-type(4) {
    grid-row: 4;
    -ms-grid-row: 4;
  }
}
.no-cssgrid .joe__page-content {
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
@media (min-width: 37.5em) {
  .no-cssgrid .joe__page-content {
    width: 100%;
    display: block;
    float: none;
    clear: both;
  }
}
@media (min-width: 56.25em) {
  .no-cssgrid .joe__page-content {
    width: 55%;
    float: left;
    clear: none;
    display: inline-block;
  }
}
@media (min-width: 75em) {
  .no-cssgrid .joe__page-content {
    width: 63%;
    float: left;
    clear: none;
    display: inline-block;
  }
}

.joe__sidebar {
  grid-column: 1;
  grid-row: 5;
  -ms-grid-row: 5;
  min-width: 0;
  margin-left: 1.5em;
  margin-right: 1.5em;
  padding-top: 1px;
  padding-bottom: 1px;
}
.is-listing .joe__sidebar {
  grid-row: 2;
  -ms-grid-row: 2;
}
@media (min-width: 56.25em) {
  .joe__sidebar {
    margin-left: 0.75em;
    margin-right: 0;
    grid-column: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
}
@media (min-width: 56.25em) and (min-width: 56.25em) {
  .joe__sidebar {
    margin-left: 1em;
  }
}
@media (min-width: 56.25em) {
  .is-listing .joe__sidebar {
    grid-row: 2;
    -ms-grid-row: 2;
  }
}
.joe__sidebar__ethics-cases {
  grid-row: 2;
  -ms-grid-row: 2;
}
@media (min-width: 75em) {
  .joe__sidebar__ethics-cases {
    grid-row: 5;
    -ms-grid-row: 5;
  }
}
.no-cssgrid .joe__sidebar {
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
@media (min-width: 37.5em) {
  .no-cssgrid .joe__sidebar {
    width: 100%;
    display: block;
    float: none;
    clear: both;
  }
}
@media (min-width: 56.25em) {
  .no-cssgrid .joe__sidebar {
    width: 25%;
    display: inline-block;
    float: right;
    clear: none;
  }
}
@media (min-width: 75em) {
  .no-cssgrid .joe__sidebar {
    width: 21%;
    display: inline-block;
    float: right;
    clear: none;
  }
}
@media (min-width: 100em) {
  .no-cssgrid .joe__sidebar {
    width: 25%;
    display: inline-block;
    float: right;
    clear: none;
  }
}

@media (min-width: 56.25em) {
  .joe__sidebar--top {
    grid-row: 2;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

.joe__sidebar--white {
  background-color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (min-width: 56.25em) {
  .joe__sidebar--white {
    background-color: transparent;
  }
}

@media (min-width: 56.25em) {
  .joe__sidebar--bottom {
    grid-row: 3;
  }
  .no-cssgrid .joe__sidebar--bottom {
    float: right;
  }
}

.cssgrid .joe__layout--66-33 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: auto;
}
@media (min-width: 37.5em) {
  .cssgrid .joe__layout--66-33 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
  }
}
.no-cssgrid.flexbox .joe__layout--66-33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 37.5em) {
  .no-cssgrid.flexbox .joe__layout--66-33 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.joe__col-66 {
  grid-column: 1/1;
  grid-row: 1;
  -ms-grid-row: 1;
  min-width: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (min-width: 37.5em) {
  .joe__col-66 {
    margin-right: 0.75em;
    padding-left: 0;
    grid-column: 1/3;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
  }
}
@media (min-width: 37.5em) and (min-width: 56.25em) {
  .joe__col-66 {
    margin-right: 1em;
  }
}
@media (min-width: 37.5em) {
  .no-cssgrid .joe__col-66 {
    width: 66%;
  }
}
@media (min-width: 37.5em) {
  .no-cssgrid.no-flexbox .joe__col-66 {
    clear: left;
    display: inline-block;
    float: left;
  }
}

.joe__col-33 {
  grid-column: 1/1;
  grid-row: 2;
  -ms-grid-row: 2;
  min-width: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (min-width: 37.5em) {
  .joe__col-33 {
    margin-left: 0.75em;
    padding: 0;
    grid-column: 3/3;
    grid-row: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 37.5em) and (min-width: 56.25em) {
  .joe__col-33 {
    margin-left: 1em;
  }
}
@media (min-width: 37.5em) {
  .no-cssgrid .joe__col-33 {
    width: 33%;
  }
}
@media (min-width: 37.5em) {
  .no-cssgrid.no-flexbox .joe__col-33 {
    clear: right;
    display: inline-block;
    float: right;
  }
}

.cssgrid .joe__layout--two-column {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: auto;
}
@media (min-width: 37.5em) {
  .cssgrid .joe__layout--two-column {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
  }
}
.joe__col-one {
  grid-column: 1/1;
  grid-row: 1;
  -ms-grid-row: 1;
  min-width: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (min-width: 37.5em) {
  .joe__col-one {
    margin-right: 0.75em;
    padding-left: 0;
    grid-column: 1/2;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
@media (min-width: 37.5em) and (min-width: 56.25em) {
  .joe__col-one {
    margin-right: 1em;
  }
}
@media (min-width: 37.5em) {
  .no-cssgrid .joe__col-one {
    width: 47%;
    clear: left;
    display: inline-block;
    float: left;
  }
}

.joe__col-two {
  grid-column: 1/1;
  grid-row: 2;
  -ms-grid-row: 2;
  min-width: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (min-width: 37.5em) {
  .joe__col-two {
    margin-left: 0.75em;
    padding: 0;
    grid-column: 2/2;
    grid-row: 1;
    -ms-grid-row: 1;
  }
}
@media (min-width: 37.5em) and (min-width: 56.25em) {
  .joe__col-two {
    margin-left: 1em;
  }
}
@media (min-width: 37.5em) {
  .no-cssgrid .joe__col-two {
    width: 47%;
    clear: right;
    display: inline-block;
    float: right;
  }
}

.joe__col-one--med {
  grid-column: 1/1;
  grid-row: 1;
  -ms-grid-row: 1;
  min-width: 0;
}
@media (min-width: 37.5em) {
  .joe__col-one--med {
    grid-column: 1/3;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
  }
}
@media (min-width: 56.25em) {
  .joe__col-one--med {
    grid-column: 1/2;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
  }
}
@media (min-width: 56.25em) {
  .no-cssgrid .joe__col-one--med {
    width: 47%;
    clear: left;
    display: inline-block;
    float: left;
  }
}

.joe__col-two--med {
  grid-column: 1/1;
  grid-row: 2;
  -ms-grid-row: 2;
  min-width: 0;
}
@media (min-width: 37.5em) {
  .joe__col-two--med {
    grid-column: 1/3;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
  }
}
@media (min-width: 56.25em) {
  .joe__col-two--med {
    grid-column: 2/3;
    grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
}
@media (min-width: 56.25em) {
  .no-cssgrid .joe__col-two--med {
    width: 47%;
    clear: right;
    display: inline-block;
    float: right;
  }
}

.joe__article--top {
  background-color: rgba(255, 255, 255, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(#ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0.75) 0%, #ffffff 100%);
  position: relative;
  padding-top: 1em;
}
.joe__article--top:before {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  left: -6px;
  z-index: -1;
  display: block;
  background: url("../images/background-gradient.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 450px;
  max-height: 600px;
}
@media (min-width: 56.25em) {
  .joe__article--top {
    padding-top: 1.5em;
  }
}

.joe__article {
  padding-top: 1px;
}

.joe__article--bottom {
  margin-bottom: 1.5em;
  background-color: #ffffff;
}
@media (min-width: 56.25em) {
  .joe__article--bottom {
    margin-bottom: 2em;
  }
}

.available__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 25px;
  margin: 1em 0 0.5em 0;
}
.available__in .joe__tags-title {
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0 0.4em 0 0;
  padding: 0;
  height: 21px;
}
.available__in .joe__tags-list {
  height: 21px;
  overflow: hidden;
}
.available__in .joe__tags-list li {
  border-bottom: 0;
  display: inline-block;
  height: 21px;
  margin: 0;
  padding: 0;
}
.available__in .joe__tags-list li > a:link,
.available__in .joe__tags-list li > a {
  font-size: 1em;
  font-family: "franklin-gothic-urw", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  display: block;
  height: 21px;
  border-bottom: 2px solid #CE4A22;
}

/* Gallery Header */
.padding-fix {
  padding-bottom: calc((6px * 2) + 50px);
}
@media (min-width: 56.25em) {
  .padding-fix {
    padding-bottom: calc((6px * 2) + 55px);
  }
}

.fp-enabled body.page-node-gallery {
  background: #000000;
}

.fp-scrollable {
  width: 100%;
}

.user-logged-in .gallery-header {
  -webkit-transition: top 0.25s ease-in;
  transition: top 0.25s ease-in;
  -webkit-transition: height 0.25s ease-in;
  transition: height 0.25s ease-in;
  -webkit-transition: padding 0.25s ease-in;
  transition: padding 0.25s ease-in;
  top: 70px;
}
@media (min-width: 56.25em) {
  .user-logged-in .gallery-header {
    top: 112px;
  }
}
.user-logged-in .gallery .image-wrapper {
  top: 178px;
}
.user-logged-in .gallery .image-wrapper.loaded {
  -webkit-transition: top 0.25s ease-in;
  transition: top 0.25s ease-in;
}
.user-logged-in .gallery .image-wrapper.loaded.first {
  top: calc((15px * 2) + 52px);
}
@media (min-width: 56.25em) {
  .user-logged-in .gallery .image-wrapper.loaded.first {
    top: 212px;
  }
}
.user-logged-in .spacer {
  height: 0 !important;
}

.gallery-content-wrapper {
  overflow: hidden;
  background: #000000;
}

.fp-viewing-part-1 .gallery-header .joe__wordmark .joe__wordmark__title {
  margin-top: 0;
  font-size: 2em;
}
@media (min-width: 56.25em) {
  .fp-viewing-part-1 .gallery-header .joe__wordmark .joe__wordmark__title {
    font-size: 2.5em;
  }
}
.fp-viewing-part-1 .gallery-header .joe__wordmark .joe__wordmark__subtitle {
  margin-bottom: 0;
  font-size: 1.3em;
}

.gallery-header-spacer {
  height: calc((6px * 2) + 50px);
  display: block;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media (min-width: 56.25em) {
  .gallery-header-spacer {
    height: calc((6px * 2) + 55px);
  }
}
.gallery-header-spacer.first {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  height: calc((15px * 2) + 52px);
}
@media (min-width: 56.25em) {
  .gallery-header-spacer.first {
    height: calc((20px * 2) + 60px);
  }
}

.gallery-header {
  z-index: 500;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  height: 52px;
  padding: 15px 15px;
}
@media (min-width: 56.25em) {
  .gallery-header {
    padding: 20px 15px;
    height: 60px;
  }
}
.gallery-header .joe__wordmark {
  margin: 0 15px;
  display: inline-block;
  font-size: 12px;
}
.gallery-header .joe__wordmark .joe__wordmark__title {
  margin-top: 0;
  font-size: 1.55em;
}
@media (min-width: 56.25em) {
  .gallery-header .joe__wordmark .joe__wordmark__title {
    font-size: 1.55em;
  }
}
.gallery-header .joe__wordmark .joe__wordmark__subtitle {
  margin-bottom: 0;
  font-size: 1em;
}
.gallery-header .joe__utility-nav__list .joe__utility-nav__item {
  display: none;
}
.gallery-header .joe__utility-nav__list .joe__utility-nav__item.social {
  display: inline-block;
}
.gallery-header.joe__sticky-gallery-header {
  padding: 6px 15px;
  height: 50px;
}
@media (min-width: 56.25em) {
  .gallery-header.joe__sticky-gallery-header {
    height: 55px;
  }
}
.gallery-header.joe__sticky-gallery-header .joe__wordmark {
  font-size: 70%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  margin-bottom: 0;
  margin-top: 4px;
}
.gallery-header.joe__sticky-gallery-header .joe__menu-trigger {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media (min-width: 56.25em) {
  .gallery-header.joe__sticky-gallery-header .joe__menu-trigger {
    display: inline-block;
    visibility: visible;
    margin: 8px 30px 0 auto;
  }
}
.gallery-header .joe__menu-trigger {
  display: inline-block;
  background: transparent;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  margin: 5px 30px 0 auto;
  width: 40px;
  height: 40px;
}
@media (min-width: 56.25em) {
  .gallery-header .joe__menu-trigger {
    margin: 12px 30px 0 auto;
  }
}
.gallery-header .joe__menu-trigger svg {
  fill: #333;
}
.gallery-header .joe__menu-trigger .icon-menu svg {
  height: 25px;
  width: 25px;
}
.gallery-header .joe__menu-trigger:hover {
  background: #000000;
}
.gallery-header .joe__menu-trigger:hover svg {
  fill: #ffffff;
}
.gallery-header .joe__nav-drawer {
  position: absolute;
  padding: 0;
  width: 35vw;
  left: auto;
  visibility: hidden;
  -webkit-transition: max-height 0.5s ease-in, visibility 0s ease-in 0.5s, opacity 0.25s ease-in 0.25s;
  transition: max-height 0.5s ease-in, visibility 0s ease-in 0.5s, opacity 0.25s ease-in 0.25s;
  opacity: 0;
  background-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-right: none;
}
@media (min-width: 56.25em) {
  .gallery-header .joe__nav-drawer {
    width: 25vw;
    padding: 20px 0;
  }
}
@media (min-width: 75em) {
  .gallery-header .joe__nav-drawer {
    width: 15vw;
  }
}
@media (min-width: 100em) {
  .gallery-header .joe__nav-drawer {
    width: 10vw;
  }
}
.gallery-header .joe__nav-drawer.is-active {
  max-height: 80vh;
  visibility: visible;
  -webkit-transition: max-height 0.5s ease-in, visibility 0s ease-in, opacity 0.25s ease-in 0.25s;
  transition: max-height 0.5s ease-in, visibility 0s ease-in, opacity 0.25s ease-in 0.25s;
  opacity: 1;
}
.gallery-header .joe__primary-nav {
  float: none;
  clear: none;
}
.gallery-header .joe__primary-nav .joe__primary-nav__list {
  text-align: center;
}
.gallery-header .joe__primary-nav .joe__primary-nav__list .joe__primary-nav__item {
  display: block;
}
.gallery-header .joe__primary-nav .joe__primary-nav__list .joe__primary-nav__item a,
.gallery-header .joe__primary-nav .joe__primary-nav__list .joe__primary-nav__item a:visited,
.gallery-header .joe__primary-nav .joe__primary-nav__list .joe__primary-nav__item a:link {
  color: #fff;
  border-left: none;
  border-bottom: 0;
}
.gallery-header .joe__primary-nav .joe__primary-nav__list .joe__primary-nav__item:last-child {
  padding-right: 0;
}
@media (min-width: 56.25em) {
  .gallery-header .joe__primary-nav .joe__primary-nav__list .joe__primary-nav__item:last-child {
    padding-right: 0.5em;
  }
}
.gallery-header .joe__primary-nav .joe__utility-nav__list {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 1em;
}
.gallery-header .joe__primary-nav .joe__utility-nav__list .joe__utility-nav__item {
  display: none;
}
.gallery-header .joe__primary-nav .joe__utility-nav__list .joe__utility-nav__item.social {
  display: block;
}
.gallery-header .joe__primary-nav .joe__utility-nav__list .joe__utility-nav__item.social .social-icon {
  border-left: none !important;
  padding-left: none !important;
  margin-right: 4px;
}
.gallery-header .joe__primary-nav .joe__utility-nav__list .joe__utility-nav__item.social .social-icon.facebook {
  border-left-color: transparent !important;
}
.gallery-header .joe__utility-nav {
  visibility: visible;
}
@media (min-width: 56.25em) {
  .gallery-header .joe__utility-nav {
    visibility: hidden;
    width: auto;
    margin-top: 12px;
    margin-left: 15px;
  }
}
@media (min-width: 100em) {
  .gallery-header .joe__utility-nav {
    visibility: visible;
  }
}

#fp-nav.fp-left {
  left: 0 !important;
}

/* Gallery Wrapper and Layout */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  /* Primary scroll wrapper and sections */
}
.gallery .image-wrapper {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: fixed;
  background: #000000;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 100vh;
  top: calc((6px * 2) + 50px);
}
@media (min-width: 56.25em) {
  .gallery .image-wrapper {
    top: calc((6px * 2) + 55px);
    width: 50vw;
    left: initial;
  }
}
@media (min-width: 75em) {
  .gallery .image-wrapper {
    width: 55vw;
  }
}
@media (min-width: 100em) {
  .gallery .image-wrapper {
    width: 60vw;
  }
}
.gallery .image-wrapper svg {
  -webkit-transition: opacity 1.5s ease-in;
  transition: opacity 1.5s ease-in;
  position: relative;
  height: 100%;
  width: 100%;
}
.gallery .image-wrapper svg foreignObject {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.gallery .image-wrapper.loading {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.gallery .image-wrapper.loaded {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
.gallery .image-wrapper.first {
  top: calc((15px * 2) + 52px);
}
@media (min-width: 56.25em) {
  .gallery .image-wrapper.first {
    top: calc((20px * 2) + 60px);
  }
}
.gallery .text-column {
  z-index: 99;
  color: #ffffff;
  opacity: 1;
  background-color: transparent;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  width: 100vw;
}
@media (min-width: 56.25em) {
  .gallery .text-column {
    width: 50vw;
    z-index: 1;
    background-color: #000000;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
  }
}
@media (min-width: 75em) {
  .gallery .text-column {
    width: 45vw;
  }
}
@media (min-width: 100em) {
  .gallery .text-column {
    width: 40vw;
  }
}
.gallery .text-column.loading .inner {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.gallery .text-column.loaded .inner {
  opacity: 1;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.gallery .text-column .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Fullpage section */
}
@media (min-width: 56.25em) {
  .gallery .text-column .section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gallery .text-column .section .first-caption-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 4em;
}
.gallery .text-column .section .info {
  width: 80%;
}
.gallery .text-column .section .info.article-flag {
  padding-bottom: 0;
}
@media (min-width: 56.25em) {
  .gallery .text-column .section .info.article-flag {
    padding-bottom: 1em;
  }
}
@media (min-width: 75em) {
  .gallery .text-column .section .info.article-flag {
    padding-bottom: 0;
  }
}
.gallery .text-column .section .info.article-flag .joe__flag {
  background: transparent;
  margin-bottom: 0;
  margin-top: 15px;
}
.gallery .text-column .section .info.article-flag .joe__flag .joe__flag__inner {
  padding: 0 20px 10px 0;
  width: auto;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.gallery .text-column .section .info.social {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-right: 15px;
}
.gallery .text-column .section .info.social .joe__button--tool {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.gallery .text-column .section .info.social .joe__button--tool:hover {
  cursor: pointer;
}
.gallery .text-column .section .info.social .pdf-link {
  display: block;
  position: relative;
  margin-left: 6px;
  top: 4px;
}
@media (min-width: 56.25em) {
  .gallery .text-column .section .info.social .pdf-link {
    top: 0;
  }
}
.gallery .text-column .section .info.social .pdf-link .pdf svg {
  width: 25px;
}
.gallery .text-column .section.height-fix {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery .text-column .section.article-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery .text-column .section.article-footer.height-fix {
  padding-top: 2em;
}
.gallery .text-column .section.caption .joe__author-information__list {
  margin-top: 0;
}
.gallery .text-column .section.caption .joe__author-information__list li {
  margin-bottom: 0;
}
.gallery .text-column .section.caption.part-1 .inner {
  padding-top: 0;
  padding-bottom: calc(calc((15px * 2) + 52px) + 25px);
}
@media (min-width: 56.25em) {
  .gallery .text-column .section.caption.part-1 .inner {
    padding-bottom: calc(calc((20px * 2) + 60px) + 25px);
  }
}
.gallery .text-column .section.caption .inner {
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  max-width: 100%;
  padding: 50px 30px calc(calc((6px * 2) + 50px) + 25px);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 1s ease-in;
}
@media (min-width: 56.25em) {
  .gallery .text-column .section.caption .inner {
    background-color: #000000;
    padding: 0 28px calc(calc((6px * 2) + 55px) + 25px);
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
  }
}
.gallery .text-column .section.caption .inner .body a {
  color: #9898d9;
}
.gallery .text-column .section.caption .inner .body a:visited {
  color: #979797;
}
.gallery .text-column .section.caption .inner h2 {
  margin-bottom: 1.5em;
  margin-top: 0;
}
.gallery .text-column .section.caption .inner h2.joe__flag__type {
  margin-bottom: 0;
}
.gallery .text-column .section.caption .inner .title {
  margin-bottom: 0.5em;
}
@media (min-width: 56.25em) {
  .gallery .text-column .section.caption .inner .title {
    margin-top: 0;
  }
}
.gallery .text-column .section.caption .inner .title h1 {
  font-size: 2em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.gallery .text-column .section.caption .inner .subheading {
  margin-bottom: 1.5em;
}
.gallery .text-column .section.caption .inner .credit {
  margin: 0 0 1.5em;
}
@media (min-width: 56.25em) {
  .gallery .text-column .section.caption .inner .credit {
    margin: 0 0 2em;
  }
}
.gallery .text-column .section.caption .inner .credit .joe__article-header__meta {
  color: #ffffff;
}
.gallery .text-column .section.fullpage {
  background: #000000;
  color: #ffffff;
  width: 100vw !important;
  /* Fullpage row/columns */
}
@media (min-width: 56.25em) {
  .gallery .text-column .section.fullpage {
    margin: 0;
  }
}
.gallery .text-column .section.fullpage .content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 56.25em) {
  .gallery .text-column .section.fullpage .content-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.gallery .text-column .section.fullpage .content-row .content-section {
  margin-right: 50px;
}
@media (min-width: 56.25em) {
  .gallery .text-column .section.fullpage .content-row .content-section {
    padding-right: 0;
    width: 100%;
  }
}
.gallery .text-column .section.fullpage .content-row .content-section h2 {
  font-size: 110px;
  margin-top: 0;
  margin-bottom: 60px;
}
.gallery .text-column .section.fullpage .content-row .content-section p {
  background: transparent;
}
.gallery .text-column .section.fullpage.static-section:not(.footer) a {
  color: #9898d9;
}
.gallery .text-column .section.fullpage.static-section:not(.footer) a:visited {
  color: #979797;
}
.gallery .text-column .section.fullpage.static-section.align-content-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery .text-column .section.fullpage.static-section.align-content-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: block;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gallery .text-column .section.fullpage.static-section .fp-scrollable .on-top {
  width: 98vw !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery .text-column .section.fullpage.static-section .static-container {
  padding: 0 0 calc(calc((6px * 2) + 50px) + 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 56.25em) {
  .gallery .text-column .section.fullpage.static-section .static-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0 calc(calc((6px * 2) + 55px) + 25px);
  }
}
@media (min-width: 56.25em) {
  .gallery .text-column .section.fullpage.static-section .static-container.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.gallery .text-column .section.fullpage.static-section .static-container.on-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100vw;
}
@media (min-width: 56.25em) {
  .gallery .text-column .section.fullpage.static-section .static-container.on-top {
    width: 60vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gallery .text-column .section.fullpage.static-section .static-container.on-top .caption {
  width: auto;
}
@media (min-width: 56.25em) {
  .gallery .text-column .section.fullpage.static-section .static-container.on-top .caption {
    width: auto;
    max-width: 80%;
  }
}
.gallery .text-column .section.fullpage.static-section .static-container .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 25px;
  width: 100%;
}
.gallery .text-column .section.fullpage.static-section .static-container .caption .caption-padding {
  padding: 0 1em;
}
@media (min-width: 56.25em) {
  .gallery .text-column .section.fullpage.static-section .static-container .caption .caption-padding {
    padding: 0 0.5em;
  }
}
@media (min-width: 56.25em) {
  .gallery .text-column .section.fullpage.static-section .static-container .caption {
    padding: 1em 2em;
    width: 50%;
  }
}
.gallery .text-column .section.fullpage.static-section .static-container .caption .heading {
  margin-bottom: 2em;
}
.gallery .text-column .section.fullpage.static-section .static-container .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 56.25em) {
  .gallery .text-column .section.fullpage.static-section .static-container .image {
    width: 50%;
  }
}
.gallery .text-column .section.fullpage.static-section .static-container .image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 60vh;
}
.gallery .text-column .section.fullpage.static-section .static-container .video {
  width: 100%;
  max-height: 60vh;
}
.gallery .text-column .section.fullpage.footer {
  padding-bottom: 2em;
}
.gallery .text-column .section.fullpage.footer .gallery-footer-wrapper {
  background: #ffffff;
}
.gallery .text-column .section.fullpage.references {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery .text-column .section.fullpage.references a {
  color: #9898d9;
}
.gallery .text-column .section.fullpage.references a:visited {
  color: #979797;
}
.gallery .text-column .section.fullpage.references .joe__references {
  margin: 0;
  padding-top: 0;
  padding-left: 28px;
  padding-right: 28px;
  border-top: none;
}
.gallery .text-column .section.fullpage.references .joe__references .reference-inner {
  padding-top: 28px;
  border-top: 1px solid #fff;
}
.gallery .text-column .section.fullpage.references .joe__references.container {
  margin: 0 auto;
  width: auto;
  max-width: 92vw;
}
.gallery .text-column .section.fullpage.article-footer .joe__article-footer {
  margin: 2em 0 2em;
  color: #333;
}
.gallery .ama__tooltip {
  background: #202020;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.4);
}

/* Scroll Down button animation loop */
@-webkit-keyframes fade-in-out {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes glow-fade {
  0% {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.05));
            filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.05));
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.2));
            filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.2));
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.05));
            filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.05));
  }
}
@keyframes glow-fade {
  0% {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.05));
            filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.05));
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.2));
            filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.2));
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.05));
            filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.05));
  }
}
/* Scroll Down Button */
a.scroll-down {
  -webkit-animation: fade-in-out 4s ease-in-out infinite;
          animation: fade-in-out 4s ease-in-out infinite;
  margin: 0 auto;
  cursor: pointer;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #ffffff;
}
@media (min-width: 56.25em) {
  a.scroll-down {
    margin: 70px auto 0;
  }
}
a.scroll-down .icon {
  position: relative;
  height: 70px;
  width: 70px;
  display: block;
}
a.scroll-down .icon:after {
  background-image: url("../icons/svg/down-arrow.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-size: 100% 100%;
  background-position: top left;
  left: 0;
  background-repeat: no-repeat;
}

/* Back to Top Button */
.top {
  opacity: 0;
  -webkit-transition: opacity 0.75s ease-in;
  transition: opacity 0.75s ease-in;
  height: 25px;
  background-color: #111111;
  text-decoration: none;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  color: #ffffff;
  right: 20px;
  padding: 0 18px 8px 18px;
  border-radius: 8px 8px 0 0;
}
.top.visible {
  opacity: 1;
  -webkit-transition: opacity 0.75s ease-in;
  transition: opacity 0.75s ease-in;
}
.top.player-offset {
  bottom: 40px;
}
.top:visited {
  color: #fff;
  text-decoration: none;
}
.top:hover {
  text-decoration: underline;
  color: #777;
}

.access {
  width: 100%;
  padding-top: 1em;
}
@media (min-width: 56.25em) {
  .access {
    padding-top: 0;
  }
}
.access .option {
  -webkit-animation: fade-in-out 4s ease-in-out infinite;
          animation: fade-in-out 4s ease-in-out infinite;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #ffffff;
}
.access .option .icon {
  position: relative;
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto;
}
.access .option .icon:after {
  background-image: url("../icons/svg/down-arrow.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-size: 100% 100%;
  background-position: top left;
  left: 0;
  background-repeat: no-repeat;
}

.joe__utility-nav__list--right .joe__utility-nav__item:first-of-type + .social .social-icon {
  border-left: none;
  padding-left: 0;
}

.iScrollVerticalScrollbar {
  width: 10px !important;
}

.iScrollIndicator {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.vc-hero-gallery__anchor .viewbox-wrapper {
  width: 100%; /* Set the width to 100% by default */
  height: 100%; /* Set the height to 100% by default */
  position: relative; /* Ensure proper positioning */
  overflow: hidden; /* Hide any overflow content */
}
.vc-hero-gallery__anchor .viewbox-wrapper svg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  .vc-hero-gallery__anchor .viewbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    aspect-ratio: unset;
  }
}
@media (min-width: 56.25em) {
  .vc-hero-gallery__anchor .viewbox-wrapper {
    width: 550px; /* Set the maximum width for desktop */
    height: 500px; /* Set the maximum height for desktop */
  }
}

@media (min-width: 56.25em) {
  .vc-horizontal-gallery__artwork svg {
    width: 550px;
    height: 500px;
  }
}

.joe__page--top {
  background-color: rgba(255, 255, 255, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(#ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0.75) 0%, #ffffff 100%);
  position: relative;
  padding-top: 1em;
  padding-bottom: 1px;
}
.joe__page--top:before {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  left: -6px;
  z-index: -1;
  display: block;
  background: url("../images/background-gradient.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 450px;
  max-height: 600px;
}
@media (min-width: 56.25em) {
  .joe__page--top {
    padding-top: 1.5em;
  }
}

.joe__page--bottom {
  margin-bottom: 4em;
}

@media print {
  body {
    padding-bottom: 20px;
    background: none;
    color: #000000;
    width: 100%;
    font: 10pt helvetica, arial, sans-serif !important;
    line-height: 1.5;
    padding-top: 0;
  }
  body p {
    line-height: 1.5;
  }
  @page {
    margin: 60px 20px;
    padding: 0.5cm 0;
  }
  img {
    max-width: 400px;
  }
  .joe__article-teaser__image {
    width: 200px;
    min-width: 200px;
  }
  p a:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
  .joe__sticky-header {
    padding-top: 0;
  }
  .joe__sticky-header .joe__header {
    position: relative;
    border-top: 0;
  }
  .joe__header {
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .joe__article--top,
  .joe__page--top {
    background: none;
    background-color: transparent;
    border-top: 1px solid #d1d3d4;
    margin-top: 0;
  }
  .joe__article--top:before,
  .joe__page--top:before {
    display: none;
  }
  .joe__inline-image {
    float: left;
    margin-right: 20px;
  }
  .joe__footer {
    border-bottom: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .joe__nav-drawer,
  .joe__site-search,
  .joe__trigger,
  .joe__article-hero,
  .joe__page-hero,
  .joe__article-tools,
  input,
  .joe__poll__reveal,
  .joe__rail-cta,
  .joe__share,
  .joe__share-trigger,
  .joe__related-articles,
  .joe__tags,
  .joe__article-issue-footer,
  .joe__footer .joe__layout--66-33,
  .joe__inline-quote:after,
  .joe__filters-wrapper,
  .joe__pager,
  .joe__inline-image__zoom,
  .joe__rail-nav,
  .joe__cta-band,
  .joe__related-issues,
  .joe__issue-filters,
  .joe__audio-player {
    display: none !important;
  }
}
:root[class*=vc-] article .layout__region--top,
:root[class*=vc-] article .layout__region--bottom,
:root[class*=vc-] article .layout__region--first,
:root[class*=vc-] article .layout__region--second {
  opacity: 0;
}
@media (prefers-reduced-motion) {
  :root[class*=vc-] article .layout__region--top,
  :root[class*=vc-] article .layout__region--bottom,
  :root[class*=vc-] article .layout__region--first,
  :root[class*=vc-] article .layout__region--second {
    opacity: 1;
  }
}
:root[class*=vc-] article .c-paragraph.in-view .layout__region--top {
  -webkit-animation-name: sectionFadeIn;
          animation-name: sectionFadeIn;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
:root[class*=vc-] article .c-paragraph.in-view .layout__region--first,
:root[class*=vc-] article .c-paragraph.in-view .layout__region--bottom {
  -webkit-animation-name: sectionFadeIn;
          animation-name: sectionFadeIn;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
:root[class*=vc-] article .c-paragraph.in-view .layout__region--second {
  -webkit-animation-name: sectionFadeIn;
          animation-name: sectionFadeIn;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
:root[class*=vc-] article .c-paragraph.in-view .layout--onecol-fullwidth .layout__region--bottom {
  -webkit-animation-name: sectionFadeInAlt;
          animation-name: sectionFadeInAlt;
}
@media (prefers-reduced-motion) {
  :root[class*=vc-] article .c-paragraph.in-view .layout__region--top,
  :root[class*=vc-] article .c-paragraph.in-view .layout__region--bottom,
  :root[class*=vc-] article .c-paragraph.in-view .layout__region--first,
  :root[class*=vc-] article .c-paragraph.in-view .layout__region--second {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
  }
}

.sg-introduction {
  max-width: 800px;
  margin-top: 45px;
}

.sg-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sg-colors li {
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin: 0 0.5em 0.5em 0;
  max-width: 14em;
  min-width: 5em;
  padding: 0.3em;
}

.sg-swatch {
  border-radius: 5px;
  display: block;
  height: 4em;
  margin-bottom: 0.3em;
}

.sg-label {
  font-size: 90%;
  line-height: 1;
}

.icon svg {
  height: 40px;
  width: 40px;
}

.joe__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 50%;
}
/*# sourceMappingURL=styles.css.map */
