@charset "UTF-8";
:root {
  --activeFG: #000000;
  --border: #000000;
  --buttonfg:#000000;
  --buttonfginvert:#FFFFFF;
  --buttonbg:transparent;
  --buttonbginvert:#000000;
  --colorActive:#465fe1;
  --activeGray:#8d8d8d;
  --textGray:#a7a7a7;
  --fg:#000000; }

.wyg a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext), .reg-a a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext) {
  color: #465fe1;
  text-decoration: none; }
  @media (min-width: 800px) {
    .wyg a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER, .reg-a a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER {
      opacity: 0.75; } }
@media (min-width: 800px) {
  .text.on-gray a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER {
    opacity: 0.75; } }

.color-text {
  color: var(--activeFG, black); }

.color-active {
  color: var(--colorActive, #465fe1); }

.color-subdue {
  color: var(--activeGray, #8d8d8d); }

.text-subdue {
  color: var(--textGray, #8d8d8d); }

/*
	.bg-blue {
		--colorbg:$ccBlue;
		--colorfg:$ccWhite;
		--colorborder:$ccWhite;
		--colorbgactive:$ccWhite;
		--colorfgactive:$ccBlue;
	}
*/
.color-active {
  color: var(--colorActive, #465fe1); }

/* Colors (Needs rewrite) */
.fgBlue {
  color: #465fe1; }

.fgRed {
  color: #ef4623; }

.reg-a .fgRed a:not(.pill):not(.btn-inline):not(.overlink) {
  color: inherit; }

.on-grey {
  background: #f5f5f5;
  color: black; }

.on-blue {
  background: #465fe1;
  color: #fff; }

.on-red {
  background: #ef4623;
  color: #fff; }

.on-gold {
  background: #786E52;
  color: #fff; }

.on-yellow {
  background: #e5f95a;
  color: black; }

.tint-gold:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%); }

.tint-gold:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #786E52;
  opacity: 0.3; }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

*:focus,
*:active {
  outline: none; }

*:focus {
  outline: 2px dashed var(--fg); }

/* Focusing the button with a mouse, touch, or stylus will show a subtle drop shadow. */
*:focus:not(:focus-visible) {
  outline: none; }

@media screen {
  :root {
    --mouse-x: 0px;
    --mouse-y: 0px;
    --tophalf: translateX(-50%) translateY(100%); } }

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0; }

section:first-child:not(.breadcrumb):not(.pt0):not(.add-bg):not(.project-title),
.project-text.no-gallery {
  padding-top: 82px; }
  section:first-child:not(.breadcrumb):not(.pt0):not(.add-bg):not(.project-title) section:first-child,
  .project-text.no-gallery section:first-child {
    padding-top: 0; }
  section:first-child:not(.breadcrumb):not(.pt0):not(.add-bg):not(.project-title).has-breadcrumb,
  .project-text.no-gallery.has-breadcrumb {
    padding-top: 44px; }
  section:first-child:not(.breadcrumb):not(.pt0):not(.add-bg):not(.project-title).reduce-padT,
  .project-text.no-gallery.reduce-padT {
    padding-top: 32px; }

@media (max-width: 749px) {
  section:first-child.search-header:not(.breadcrumb):not(.pt0):not(.add-bg):not(.project-title) {
    padding-top: 32px; } }

.spacing0-5 {
  margin-bottom: 8px; }

.spacing1 {
  margin-bottom: 16px; }

.spacing1-5 {
  margin-bottom: 24px; }

.spacing2 {
  margin-bottom: 36px; }

.spacing3 {
  margin-bottom: 72px; }

.spacing4 {
  margin-bottom: 120px; }

@media (max-width: 749px) {
  .spacing1 {
    margin-bottom: 12px; }
  .spacing2 {
    margin-bottom: 24px; }
    .announcement + .spacing2 {
      margin-bottom: 36px; }
  .spacing3 {
    margin-bottom: 44px; }
  .spacing4 {
    margin-bottom: 64px; } }

.contentstart1 {
  padding-top: 16px; }
  .img-content .contentstart1 {
    padding-top: 0; }

.contentstart2 {
  padding-top: 36px; }

.contentstart3 {
  padding-top: 72px; }
  @media (max-width: 749px) {
    .contentstart3.project-text {
      padding-top: 32px; } }
.contentstart4 {
  padding-top: 120px; }

@media (max-width: 749px) {
  .m-contentstart0-5 {
    padding-top: 8px; } }

.row {
  margin-left: -18px;
  margin-right: -18px; }
  @media (min-width: 750px) {
    .row {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: nowrap; }
      .row.wrap {
        flex-wrap: wrap; }
      .row.center, .long_read_text_block .row {
        -webkit-box-pack: center;
                justify-content: center; }
      .row.align-end {
        -webkit-box-align: end;
                align-items: flex-end; }
      .row.align-center {
        -webkit-box-align: center;
                align-items: center; } }
  @media (max-width: 749px) {
    .row {
      margin-left: -7px;
      margin-right: -7px; } }
.a-center {
  -webkit-box-pack: center;
          justify-content: center; }

.space-around {
  justify-content: space-around; }

.space-between {
  -webkit-box-pack: justify;
          justify-content: space-between; }

.col {
  width: 100%;
  padding: 0 18px; }
  @media (min-width: 750px) {
    .multicol[data-colcount="3"] .row-content .col {
      flex-basis: 33.33%;
      min-width: 33.33%; }
    .multicol[data-colcount="4"] .row-content .col {
      flex-basis: 25%;
      min-width: 25%; } }
  @media (max-width: 749px) {
    .col {
      padding: 0 7px; }
      .multicol .row-content .col {
        margin-bottom: 50px; }
      .row-content .col + .col {
        margin-top: 24px; }
      .row:not(.row-index):not(.search-flex-result):not(.m-colps) .col + .col {
        margin-top: 32px; } }
.emptycol {
  min-height: 1px; }

.span_1 {
  flex-basis: 8.3333333333%;
  min-width: 8.3333333333%; }

.span_2 {
  flex-basis: 16.6666666667%;
  min-width: 16.6666666667%; }

.span_3 {
  flex-basis: 25%;
  min-width: 25%; }

.span_4 {
  flex-basis: 33.3333333333%;
  min-width: 33.3333333333%; }

.span_5 {
  flex-basis: 41.6666666667%;
  min-width: 41.6666666667%; }

.span_6 {
  flex-basis: 50%;
  min-width: 50%; }
  @media (min-width: 750px) {
    .span_6 p {
      padding-right: 5%; } }
.span_7 {
  flex-basis: 58.3333333333%;
  min-width: 58.3333333333%; }

.span_8 {
  flex-basis: 66.6666666667%;
  min-width: 66.6666666667%; }

.span_9 {
  flex-basis: 75%;
  min-width: 75%; }

.span_10 {
  flex-basis: 83.3333333333%;
  min-width: 83.3333333333%; }

.a-f-end {
  align-self: flex-end; }

@media (min-width: 750px) {
  [data-section="newsletter"] .content_span {
    flex-basis: 66.6666666667%;
    min-width: 66.6666666667%; } }

@media (min-width: 950px) {
  [data-section="newsletter"] .content_span {
    flex-basis: 58.3333333333%;
    min-width: 58.3333333333%; } }

@media (min-width: 1280px) {
  [data-section="newsletter"] .content_span {
    flex-basis: 50%;
    min-width: 50%; } }

.row-index .content_span {
  flex-basis: 33.33%;
  min-width: 33.33%;
  padding: 16px 18px; }
  @media (max-width: 1050px) {
    .row-index .content_span {
      flex-basis: 50%;
      min-width: 50%; } }
  @media (min-width: 1500px) {
    .row-index .content_span {
      flex-basis: 25%;
      min-width: 25%; } }
  @media (max-width: 749px) {
    .row-index .content_span {
      padding: 4px 0;
      flex-basis: 100%;
      min-width: 100%; } }
.row-index.table .content_span {
  flex-basis: 100%;
  min-width: 100%;
  padding: 0 18px; }
  @media (max-width: 749px) {
    .row-index.table .content_span {
      padding: 0 7px; } }
@media (min-width: 750px) {
  .related-content .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse; } }

/*
	Copyright (C) Production Type
	This software is the property of Production Type.
	Your right to access and use this software is subject to the
	applicable License Agreement, or Terms of Service, that exists
	between you and Production Type. If no such agreement exists,
	you may not access or use this software for any purpose.
	This software may only be hosted at the locations specified in
	the applicable License Agreement or Terms of Service, and only
	for the purposes expressly set forth therein. You may not copy,
	modify, convert, create derivative works from or distribute this
	software in any way, or make it accessible to any third party,
	without first obtaining the written permission of Production Type.
	For more information, please visit us at www.productiontype.com
*/
@font-face {
  font-family: 'ProtoGrotesk';
  src: url("webfonts/protogroteskweb-regular.eot");
  src: url("webfonts/protogroteskweb-regular.eot?#iefix") format("embedded-opentype"), url("webfonts/protogroteskweb-regular.woff") format("woff");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: 'ProtoGrotesk';
  src: url("webfonts/protogroteskweb-light.eot");
  src: url("webfonts/protogroteskweb-light.eot?#iefix") format("embedded-opentype"), url("webfonts/protogroteskweb-light.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

body, .body {
  font-family: 'ProtoGrotesk',Arial,sans-serif;
  font-size: 18px;
  line-height: 1.25; }

@media (min-width: 750px) {
  .plus {
    font-size: 26px;
    letter-spacing: -0.012em; } }

.minus {
  font-size: 14px; }

@media (min-width: 750px) {
  .long-read {
    font-size: 18px;
    line-height: 1.5; }
    .long-read p {
      margin: 1.5em 0; } }

h1, .h1, h2, .h2, .quote-wrap.plus .plus, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: normal; }
  h1 .pill, h1 .suggested-tags ul li a, .suggested-tags ul li h1 a, .h1 .pill, .h1 .suggested-tags ul li a, .suggested-tags ul li .h1 a, h2 .pill, h2 .suggested-tags ul li a, .suggested-tags ul li h2 a, .h2 .pill, .h2 .suggested-tags ul li a, .suggested-tags ul li .h2 a, .quote-wrap.plus .plus .pill, .quote-wrap.plus .plus .suggested-tags ul li a, .suggested-tags ul li .quote-wrap.plus .plus a, h3 .pill, h3 .suggested-tags ul li a, .suggested-tags ul li h3 a, .h3 .pill, .h3 .suggested-tags ul li a, .suggested-tags ul li .h3 a, h4 .pill, h4 .suggested-tags ul li a, .suggested-tags ul li h4 a, .h4 .pill, .h4 .suggested-tags ul li a, .suggested-tags ul li .h4 a, h5 .pill, h5 .suggested-tags ul li a, .suggested-tags ul li h5 a, .h5 .pill, .h5 .suggested-tags ul li a, .suggested-tags ul li .h5 a {
    letter-spacing: 0; }
  @media (min-width: 800px) {
    .content-wrap h1 > a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER, .content-wrap .h1 > a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER, .content-wrap h2 > a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER, .content-wrap .h2 > a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER, .content-wrap .quote-wrap.plus .plus > a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER, .quote-wrap.plus .content-wrap .plus > a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER, .content-wrap h3 > a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER, .content-wrap .h3 > a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER, .content-wrap h4 > a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER, .content-wrap .h4 > a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER, .content-wrap h5 > a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER, .content-wrap .h5 > a:not(.pill):not(.btn-inline):not(.overlink):not(.link-ext):HOVER {
      opacity: 0.75; } }
.has-parent .section-page-title h1 {
  font-size: 50px;
  letter-spacing: -0.033em;
  line-height: 1.08; }
  @media (max-width: 749px) {
    .has-parent .section-page-title h1 {
      font-size: 36px;
      line-height: 1.11111; } }
.wyg h1, .wyg .h1, .wyg h2, .wyg .h2, .wyg .quote-wrap.plus .plus, .quote-wrap.plus .wyg .plus, .wyg h3, .wyg .h3 {
  margin-bottom: 16px; }

.wyg h3 {
  letter-spacing: -0.033em; }

.wyg h4 {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: bold; }
  .wyg h4.minus {
    font-size: 14px;
    line-height: 1.25; }
  .long-read .wyg h4 {
    margin: 2.5em 0 1.25em; }
  .wyg h4.question {
    font-weight: bold;
    padding: 0 36px; }
  @media (max-width: 749px) {
    .wyg h4.lenL, .lenL .wyg h4, .wyg h4.lenXL, .lenXL .wyg h4, .wyg h4.lenXXL, .lenXXL .wyg h4 {
      word-break: break-word; } }
.wyg h5, .wyg .h5 {
  font-weight: bold; }

h1, .h1 {
  font-size: 72px;
  letter-spacing: -0.048em;
  word-spacing: -0.035em;
  line-height: 0.97; }
  @media (max-width: 749px) {
    h1, .h1 {
      font-size: 48px;
      line-height: 1; }
      h1.lenL, .lenL h1, .h1.lenL, .lenL .h1 {
        font-size: 40px; }
      h1.lenXL, .lenXL h1, .h1.lenXL, .lenXL .h1 {
        font-size: 36px; }
      h1.lenXXL, .lenXXL h1, .h1.lenXXL, .lenXXL .h1 {
        font-size: 32px; } }
h2, .h2, .quote-wrap.plus .plus {
  font-size: 50px;
  letter-spacing: -0.033em;
  line-height: 1.08; }
  @media (max-width: 749px) {
    h2, .h2, .quote-wrap.plus .plus {
      font-size: 36px;
      line-height: 1.11111; } }
h3, .h3 {
  font-size: 50px;
  line-height: 1.08;
  letter-spacing: -0.033em; }
  @media (max-width: 749px) {
    h3, .h3 {
      font-size: 36px;
      line-height: 1.11111; } }
h4, .h4 {
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0; }
  @media (max-width: 749px) {
    h4, .h4 {
      font-size: 18px; } }
h5, .h5 {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0; }
  h5.minus, .h5.minus {
    font-size: 14px;
    line-height: 1.25; }
  .long-read h5, .long-read .h5 {
    margin: 2.5em 0 1.25em; }
  h5.question, .h5.question {
    font-weight: bold;
    padding: 0 36px; }
  @media (max-width: 749px) {
    h5.lenL, .lenL h5, h5.lenXL, .lenXL h5, h5.lenXXL, .lenXXL h5, .h5.lenL, .lenL .h5, .h5.lenXL, .lenXL .h5, .h5.lenXXL, .lenXXL .h5 {
      word-break: break-word; } }
.question {
  font-weight: bold;
  padding: 0 36px; }
  .long-read .question {
    margin: 1.25em 0; }
    @media (min-width: 750px) {
      .long-read .question {
        line-height: 1.5; } }
  .question:first-child, .wp-caption:not(.alignnone) + .question {
    margin-top: 0; }

.caption, .wp-caption {
  font-size: 14px; }

.b {
  font-weight: bold; }

.wyg h1 {
  font-size: 50px;
  letter-spacing: -0.033em;
  line-height: 1.08; }
  @media (max-width: 749px) {
    .wyg h1 {
      font-size: 36px;
      line-height: 1.11111; } }
/*
	todo
		Pill with dotted
		Pill with solid
		Pill for color variations (blue vs red like on homepage)

*/
.btn-inline {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  border-bottom: solid 1px;
  text-decoration: none;
  color: var(--colorActive, black);
  border-color: rgba(70, 95, 225, 0.5); }
  @media (min-width: 800px) {
    .btn-inline:HOVER {
      border-color: #465fe1; } }
  @media (max-width: 749px) {
    .btn-inline {
      font-size: 16px; } }
  .btn-inline.dotted {
    border-style: dotted; }

.pill, .suggested-tags ul li a, .pill-list a, .pill-wrap a {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding: 18px 22px 13px;
  border-radius: 25px;
  border: dotted 1px;
  text-decoration: none;
  color: var(--buttonfg, black);
  margin: 0 12px 8px -0.05em;
  white-space: nowrap;
  background: transparent; }
  @media (min-width: 800px) {
    .pill:HOVER, .suggested-tags ul li a:HOVER, .pill-list a:HOVER, .pill-wrap a:HOVER {
      border-style: solid; } }
  .pill.active, .suggested-tags ul li a.active, .pill-list a.active, .pill-wrap a.active {
    color: var(--buttonfginvert, white);
    background: var(--buttonbginvert, black);
    border-style: solid; }
    .pill.active:after, .suggested-tags ul li a.active:after, .pill-list a.active:after, .pill-wrap a.active:after {
      content: "×";
      font-family: Helvetica,sans-serif;
      font-weight: 100;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-left: 4px;
      text-align: center;
      line-height: 16px;
      font-size: 28px;
      vertical-align: middle;
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); }
    @media (min-width: 800px) {
      .pill.active:HOVER, .suggested-tags ul li a.active:HOVER, .pill-list a.active:HOVER, .pill-wrap a.active:HOVER {
        background: white;
        color: black; } }
  .pill.invert, .suggested-tags ul li a.invert, .pill-list a.invert, .pill-wrap a.invert {
    background: #465fe1;
    color: white;
    border-style: solid; }
    @media (min-width: 800px) {
      .pill.invert:HOVER, .suggested-tags ul li a.invert:HOVER, .pill-list a.invert:HOVER, .pill-wrap a.invert:HOVER {
        opacity: 0.9;
        -webkit-transition: 0.15s;
        transition: 0.15s; } }
  .pill.inverthollow, .suggested-tags ul li a.inverthollow, .pill-list a.inverthollow, .pill-wrap a.inverthollow {
    background: transparent;
    color: white; }
    @media (min-width: 800px) {
      .pill.inverthollow:HOVER, .suggested-tags ul li a.inverthollow:HOVER, .pill-list a.inverthollow:HOVER, .pill-wrap a.inverthollow:HOVER {
        background: white;
        border: solid 1px white;
        color: black; } }
    .hovered .pill.inverthollow, .hovered .suggested-tags ul li a.inverthollow, .suggested-tags ul li .hovered a.inverthollow, .hovered .pill-list a.inverthollow, .hovered .pill-wrap a.inverthollow {
      background: white;
      border: solid 1px white;
      color: black; }
    .hovered.on-red .pill.inverthollow, .hovered.on-red .suggested-tags ul li a.inverthollow, .suggested-tags ul li .hovered.on-red a.inverthollow, .hovered.on-red .pill-list a.inverthollow, .hovered.on-red .pill-wrap a.inverthollow {
      color: #ef4623; }
  @media (max-width: 749px) {
    .pill, .suggested-tags ul li a, .pill-list a, .pill-wrap a {
      font-size: 16px;
      padding: 15px 20px 12px;
      /* border-radius:21px; */ } }
.pill.load-more, .suggested-tags ul li a.load-more {
  background-color: transparent;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'ProtoGrotesk',Arial,sans-serif; }

.plus + p > .pill, .suggested-tags ul li .plus + p > a {
  margin-top: 10px; }

a.link-ext {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  color: var(--colorActive, black); }
  a.link-ext:after {
    content: "↗";
    margin-left: 1px;
    color: #c6c1ba; }
  a.link-ext:HOVER:after {
    color: #465fe1; }

p + p > .pill:first-child, .suggested-tags ul li p + p > a:first-child {
  margin-top: 14px; }

.current-cat a {
  border-style: solid;
  color: var(--buttonfginvert, white);
  background: var(--buttonbginvert, black); }

.toggle {
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  border: solid 1px;
  background: black; }
  .toggle .toggle-option {
    position: relative;
    padding: 17px 24px 13px;
    cursor: pointer;
    background: white; }
    .toggle .toggle-option small {
      font-size: 1em; }
    @media (min-width: 800px) {
      .toggle .toggle-option:HOVER {
        background: black;
        color: white; } }
    .toggle .toggle-option:first-child {
      margin-right: 1px; }
    .toggle .toggle-option:after {
      content: "";
      position: absolute;
      top: 1.5px;
      bottom: 1.5px;
      width: 1px;
      border-left: dotted 1px rgba(255, 255, 255, 0.8);
      display: none; }
    .toggle .toggle-option:first-child:after {
      left: 100%; }
    .toggle .toggle-option:last-child:after {
      right: 100%;
      -webkit-transform: translateX(1px);
              transform: translateX(1px); }
    @media (min-width: 800px) {
      .toggle .toggle-option:not(.active):HOVER:after {
        display: block; } }
    @media (max-width: 749px) {
      .toggle .toggle-option {
        font-size: 16px;
        padding: 15px 20px 12px; } }
  .toggle .active {
    background: black;
    color: white; }

.cap {
  text-transform: uppercase; }

.jumbo {
  font-size: 144px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.075em; }
  @media (max-width: 749px) {
    .jumbo {
      font-size: 68px; } }
@media (max-width: 749px) {
  .m-minus {
    font-size: 14px; } }

.p-tiny {
  font-size: 14px; }

body {
  font-family: 'ProtoGrotesk',Arial,sans-serif;
  font-size: 18px;
  line-height: 1.25;
  padding: 70px 0 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.03)));
  background-image: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.03) 100%);
  background-image: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.03) 100%);
  background-size: 100% 70px;
  background-repeat: no-repeat;
  background-position: 0px 70px;
  background-attachment: fixed; }
  @media (max-width: 749px) {
    body {
      padding-top: 50px;
      background-image: none;
      position: relative; }
      body:before {
        content: '';
        width: 100%;
        top: 50px;
        left: 0;
        height: 50px;
        position: fixed;
        z-index: -10;
        background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.03)));
        background-image: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.03) 100%);
        background-image: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.03) 100%);
        background-size: auto 50px;
        background-repeat: repeat-x;
        background-position: 0px 0px;
        background-attachment: initial; } }
  body.admin-bar {
    background-position: 0px 102px; }
    @media (max-width: 749px) {
      body.admin-bar:before {
        top: 96px; } }
header {
  /* Temp */
  color: black;
  font-family: "ProtoGrotesk", Arial, sans-serif;
  font-weight: 300;
  font-size: 26px; }

.nav-primary {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: white;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  z-index: 5;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media (max-width: 749px) {
    .nav-primary {
      padding: 0 8px 0 0;
      height: 50px; } }
  .admin-bar .nav-primary {
    top: 32px; }
    @media (max-width: 749px) {
      .admin-bar .nav-primary {
        top: 46px; } }
  @supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {
    .nav-primary {
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px); } }
  .nav-primary h1 {
    margin: 0 auto 0 0;
    line-height: 70px; }
    .nav-primary h1 a {
      text-decoration: none;
      color: inherit;
      display: block;
      height: 100%;
      padding-left: 32px;
      position: relative;
      z-index: 1; }
      @media (max-width: 749px) {
        .nav-primary h1 a {
          padding-left: 2px; }
          .nav-primary h1 a #logo {
            display: block;
            width: 250px;
            height: 50px; } }
      @media (max-width: 325px) {
        .nav-primary h1 a #logo {
          width: 200px;
          height: 40px;
          margin-top: 5px; } }
  .nav-primary svg#C1, .nav-primary svg#C2 {
    position: absolute;
    top: 13px;
    width: 40px;
    height: 40px;
    z-index: 0; }
    @media (max-width: 749px) {
      .nav-primary svg#C1, .nav-primary svg#C2 {
        top: 9px;
        width: 28.6px;
        height: 28.6px; } }
    @media (max-width: 325px) {
      .nav-primary svg#C1, .nav-primary svg#C2 {
        top: 8px;
        width: 23px;
        height: 23px; } }
    .nav-primary svg#C1 .dots, .nav-primary svg#C2 .dots {
      fill: currentColor;
      opacity: 0; }
      .loaded .nav-primary svg#C1 .dots, .loaded .nav-primary svg#C2 .dots {
        -webkit-animation: rOn 0.05s ease-in forwards 1;
                animation: rOn 0.05s ease-in forwards 1; }
    .nav-primary svg#C1 .sq, .nav-primary svg#C2 .sq {
      stroke: currentColor;
      stroke-width: 0;
      -webkit-transition: 0.05s;
      transition: 0.05s;
      fill: none;
      /* stroke-width:4; */ }
      .loaded .nav-primary svg#C1 .sq, .loaded .nav-primary svg#C2 .sq {
        -webkit-animation: sqOn 0.05s ease-in forwards 1;
                animation: sqOn 0.05s ease-in forwards 1; }
    .nav-primary svg#C1 .dots:nth-of-type(1), .nav-primary svg#C1 .sq:nth-of-type(1), .nav-primary svg#C2 .dots:nth-of-type(1), .nav-primary svg#C2 .sq:nth-of-type(1) {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .nav-primary svg#C1 .dots:nth-of-type(2), .nav-primary svg#C1 .sq:nth-of-type(2), .nav-primary svg#C2 .dots:nth-of-type(2), .nav-primary svg#C2 .sq:nth-of-type(2) {
      -webkit-animation-delay: 0.125s;
              animation-delay: 0.125s; }
    .nav-primary svg#C1 .dots:nth-of-type(3), .nav-primary svg#C1 .sq:nth-of-type(3), .nav-primary svg#C2 .dots:nth-of-type(3), .nav-primary svg#C2 .sq:nth-of-type(3) {
      -webkit-animation-delay: 0.15s;
              animation-delay: 0.15s; }
    .nav-primary svg#C1 .dots:nth-of-type(4), .nav-primary svg#C1 .sq:nth-of-type(4), .nav-primary svg#C2 .dots:nth-of-type(4), .nav-primary svg#C2 .sq:nth-of-type(4) {
      -webkit-animation-delay: 0.175s;
              animation-delay: 0.175s; }
    .nav-primary svg#C1 .dots:nth-of-type(5), .nav-primary svg#C1 .sq:nth-of-type(5), .nav-primary svg#C2 .dots:nth-of-type(5), .nav-primary svg#C2 .sq:nth-of-type(5) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .nav-primary svg#C1 .dots:nth-of-type(6), .nav-primary svg#C1 .sq:nth-of-type(6), .nav-primary svg#C2 .dots:nth-of-type(6), .nav-primary svg#C2 .sq:nth-of-type(6) {
      -webkit-animation-delay: 0.225s;
              animation-delay: 0.225s; }
    .nav-primary svg#C1 .dots:nth-of-type(7), .nav-primary svg#C1 .sq:nth-of-type(7), .nav-primary svg#C2 .dots:nth-of-type(7), .nav-primary svg#C2 .sq:nth-of-type(7) {
      -webkit-animation-delay: 0.25s;
              animation-delay: 0.25s; }
    .nav-primary svg#C1 .dots:nth-of-type(8), .nav-primary svg#C1 .sq:nth-of-type(8), .nav-primary svg#C2 .dots:nth-of-type(8), .nav-primary svg#C2 .sq:nth-of-type(8) {
      -webkit-animation-delay: 0.275s;
              animation-delay: 0.275s; }
    .nav-primary svg#C1 .dots:nth-of-type(9), .nav-primary svg#C1 .sq:nth-of-type(9), .nav-primary svg#C2 .dots:nth-of-type(9), .nav-primary svg#C2 .sq:nth-of-type(9) {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .nav-primary svg#C1 .dots:nth-of-type(10), .nav-primary svg#C1 .sq:nth-of-type(10), .nav-primary svg#C2 .dots:nth-of-type(10), .nav-primary svg#C2 .sq:nth-of-type(10) {
      -webkit-animation-delay: 0.325s;
              animation-delay: 0.325s; }
    .nav-primary svg#C1 .dots:nth-of-type(11), .nav-primary svg#C1 .sq:nth-of-type(11), .nav-primary svg#C2 .dots:nth-of-type(11), .nav-primary svg#C2 .sq:nth-of-type(11) {
      -webkit-animation-delay: 0.35s;
              animation-delay: 0.35s; }
    .nav-primary svg#C1 .dots:nth-of-type(12), .nav-primary svg#C1 .sq:nth-of-type(12), .nav-primary svg#C2 .dots:nth-of-type(12), .nav-primary svg#C2 .sq:nth-of-type(12) {
      -webkit-animation-delay: 0.375s;
              animation-delay: 0.375s; }
    .nav-primary svg#C1 .dots:nth-of-type(13), .nav-primary svg#C1 .sq:nth-of-type(13), .nav-primary svg#C2 .dots:nth-of-type(13), .nav-primary svg#C2 .sq:nth-of-type(13) {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
    .nav-primary svg#C1 .dots:nth-of-type(14), .nav-primary svg#C1 .sq:nth-of-type(14), .nav-primary svg#C2 .dots:nth-of-type(14), .nav-primary svg#C2 .sq:nth-of-type(14) {
      -webkit-animation-delay: 0.425s;
              animation-delay: 0.425s; }
    .nav-primary svg#C1 .dots:nth-of-type(15), .nav-primary svg#C1 .sq:nth-of-type(15), .nav-primary svg#C2 .dots:nth-of-type(15), .nav-primary svg#C2 .sq:nth-of-type(15) {
      -webkit-animation-delay: 0.45s;
              animation-delay: 0.45s; }
    .nav-primary svg#C1 .dots:nth-of-type(16), .nav-primary svg#C1 .sq:nth-of-type(16), .nav-primary svg#C2 .dots:nth-of-type(16), .nav-primary svg#C2 .sq:nth-of-type(16) {
      -webkit-animation-delay: 0.475s;
              animation-delay: 0.475s; }
    .nav-primary svg#C1 .dots:nth-of-type(17), .nav-primary svg#C1 .sq:nth-of-type(17), .nav-primary svg#C2 .dots:nth-of-type(17), .nav-primary svg#C2 .sq:nth-of-type(17) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .nav-primary svg#C1 .dots:nth-of-type(18), .nav-primary svg#C1 .sq:nth-of-type(18), .nav-primary svg#C2 .dots:nth-of-type(18), .nav-primary svg#C2 .sq:nth-of-type(18) {
      -webkit-animation-delay: 0.525s;
              animation-delay: 0.525s; }
    .nav-primary svg#C1 .full, .nav-primary svg#C1 .dash, .nav-primary svg#C2 .full, .nav-primary svg#C2 .dash {
      fill: none;
      stroke-width: 3.5;
      stroke: currentColor; }
    .nav-primary svg#C1 .full, .nav-primary svg#C2 .full {
      stroke-dashoffset: 0;
      stroke-dasharray: 90.34738159179688, 92; }
      .loaded .nav-primary svg#C1 .full, .loaded .nav-primary svg#C2 .full {
        -webkit-animation: fulloff 0.5s -0.05s ease-in forwards 1;
                animation: fulloff 0.5s -0.05s ease-in forwards 1; }
    .nav-primary svg#C1 .dash, .nav-primary svg#C2 .dash {
      stroke-dashoffset: 282;
      stroke-dasharray: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,100; }
      .loaded .nav-primary svg#C1 .dash, .loaded .nav-primary svg#C2 .dash {
        -webkit-animation: dashon 0.5s 0.025s ease-in forwards 1;
                animation: dashon 0.5s 0.025s ease-in forwards 1; }
  .nav-primary svg#C1 {
    left: 32px; }
    @media (max-width: 749px) {
      .nav-primary svg#C1 {
        left: 12px; } }
    @media (max-width: 325px) {
      .nav-primary svg#C1 {
        left: 10px; } }
  .nav-primary svg#C2 {
    left: 198px; }
    @media (max-width: 749px) {
      .nav-primary svg#C2 {
        left: 132px; } }
    @media (max-width: 325px) {
      .nav-primary svg#C2 {
        left: 106px; } }
  .nav-primary button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: none; }
  .nav-primary span, .nav-primary button {
    display: block;
    font-size: 18px;
    height: 70px;
    line-height: 75px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    @media (max-width: 749px) {
      .nav-primary span, .nav-primary button {
        height: 50px; } }
  .nav-primary .icon {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .nav-primary .newsletter {
    display: none;
    padding-right: 10px; }
  .nav-primary.subOn .newsletter {
    display: block; }

@-webkit-keyframes m1 {
  from {
    -webkit-mask-position: 0px 0px;
            mask-position: 0px 0px; }
  to {
    -webkit-mask-position: 0px -1200px;
            mask-position: 0px -1200px; } }

@keyframes m1 {
  from {
    -webkit-mask-position: 0px 0px;
            mask-position: 0px 0px; }
  to {
    -webkit-mask-position: 0px -1200px;
            mask-position: 0px -1200px; } }

@-webkit-keyframes fullon {
  from {
    stroke-dashoffset: 92; }
  to {
    stroke-dashoffset: 0; } }

@keyframes fullon {
  from {
    stroke-dashoffset: 92; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes fulloff {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: -92; } }

@keyframes fulloff {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: -92; } }

@-webkit-keyframes dashon {
  from {
    stroke-dashoffset: 282; }
  to {
    stroke-dashoffset: 191; } }

@keyframes dashon {
  from {
    stroke-dashoffset: 282; }
  to {
    stroke-dashoffset: 191; } }

@-webkit-keyframes rOn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes rOn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes sqOn {
  from {
    stroke-width: 0; }
  to {
    stroke-width: 4; } }

@keyframes sqOn {
  from {
    stroke-width: 0; }
  to {
    stroke-width: 4; } }

.icon-search,
.icon-menu {
  position: relative;
  text-indent: -9999px; }
  .icon-search:before, .icon-search:after,
  .icon-menu:before,
  .icon-menu:after {
    content: "";
    position: absolute; }

.icon-search {
  width: 50px; }
  .icon-search:before {
    width: 20px;
    height: 20px;
    top: 23px;
    left: 14px;
    border-radius: 50%;
    border: 2px solid currentColor;
    z-index: 2; }
  .icon-search:after {
    top: 42px;
    left: 30px;
    width: 8px;
    height: 2px;
    background: currentColor;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  @media (max-width: 749px) {
    .icon-search:before {
      width: 16px;
      height: 16px;
      top: 15px;
      left: 15px; }
    .icon-search:after {
      width: 7px;
      top: 29px;
      left: 27px; } }
.icon-menu, button.icon-menu {
  width: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(top, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 40px 2px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px; }
  .icon-menu:before, .icon-menu:after, button.icon-menu:before, button.icon-menu:after {
    width: 40px;
    height: 2px;
    background-color: currentColor;
    top: 34px;
    left: 15px; }
  .icon-menu:before, button.icon-menu:before {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px); }
  .icon-menu:after, button.icon-menu:after {
    -webkit-transform: translateY(9px);
            transform: translateY(9px); }
  @media (max-width: 749px) {
    .icon-menu, button.icon-menu {
      width: 50px;
      background-size: 30px 2px; }
      .icon-menu:before, .icon-menu:after, button.icon-menu:before, button.icon-menu:after {
        width: 30px;
        background-color: currentColor;
        top: 24px;
        left: 10px; }
      .icon-menu:before, button.icon-menu:before {
        -webkit-transform: translateY(-7px);
                transform: translateY(-7px); }
      .icon-menu:after, button.icon-menu:after {
        -webkit-transform: translateY(7px);
                transform: translateY(7px); } }
.icon.navActive {
  background-image: none; }
  .icon.navActive:before, .icon.navActive:after {
    background-color: transparent;
    top: 50%;
    left: 50%; }
  .icon.navActive:before {
    width: 22px;
    height: 22px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black)), -webkit-gradient(linear, left top, right top, from(black), to(black));
    background-image: -webkit-linear-gradient(top, black 0%, black 100%), -webkit-linear-gradient(left, black 0%, black 100%);
    background-image: linear-gradient(to bottom, black 0%, black 100%), linear-gradient(to right, black 0%, black 100%);
    background-size: 100% 2px, 2px 100%;
    background-position: 50% 50%,50% 50%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 0;
    border: 0;
    z-index: 2; }
  .icon.navActive:after {
    background-color: transparent;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid black;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media (min-width: 800px) {
    .icon.navActive:hover:before {
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(white), to(white));
      background-image: -webkit-linear-gradient(top, white 0%, white 100%), -webkit-linear-gradient(left, white 0%, white 100%);
      background-image: linear-gradient(to bottom, white 0%, white 100%), linear-gradient(to right, white 0%, white 100%); }
    .icon.navActive:hover:after {
      background-color: black; } }
  @media (max-width: 749px) {
    .icon.navActive:before {
      width: 16px;
      height: 16px; }
    .icon.navActive:after {
      width: 24px;
      height: 24px; } }
.subnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: 96px 18px 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, white), to(rgba(255, 255, 255, 0.95)));
  background: -webkit-linear-gradient(top, white 25%, rgba(255, 255, 255, 0.95) 100%);
  background: linear-gradient(to bottom, white 25%, rgba(255, 255, 255, 0.95) 100%); }
  .admin-bar .subnav {
    top: 32px; }
  @supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {
    .subnav {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, white), to(rgba(255, 255, 255, 0.5)));
      background: -webkit-linear-gradient(top, white 25%, rgba(255, 255, 255, 0.5) 100%);
      background: linear-gradient(to bottom, white 25%, rgba(255, 255, 255, 0.5) 100%);
      -webkit-backdrop-filter: contrast(200%) blur(5px);
              backdrop-filter: contrast(200%) blur(5px); } }
  .subnav a {
    color: inherit;
    text-decoration: none; }
  .subnav .menu-item {
    line-height: 1;
    margin: 0.35rem 0; }
  .subnav nav {
    list-style: none; }
    .subnav nav#menu-who-we-are {
      margin-top: 12px; }
  @media (max-width: 749px) {
    .subnav {
      padding: 72px 14px 48px;
      overflow: auto;
      -webkit-overflow-scrolling: touch; } }
.subnav-col {
  display: block;
  padding: 0 18px; }
  .subnav-col.col-25 {
    flex-basis: 25%; }
  .subnav-col.col-50 {
    flex-basis: 50%; }
  .subnav-col .subnav-col {
    padding: 8px 18px 0 0; }
    .subnav-col .subnav-col + .subnav-col {
      padding-right: 0;
      margin: 0 auto auto; }
  @media (max-width: 749px) {
    .subnav-col {
      padding: 0; }
      .subnav-col .subnav-col {
        padding: 8px 0 0; } }
.subnav-section {
  padding: 8px 0 0;
  margin: 0 0 8px; }

.subnav-label {
  font-size: 18px;
  display: block;
  margin: 4px 0 2px; }

#menu-artist-advancement a {
  white-space: nowrap; }

#menu-item-3108 a, .add-arrow a {
  padding-left: 1em;
  position: relative; }
  #menu-item-3108 a:before, #menu-item-3108 a:after, .add-arrow a:before, .add-arrow a:after {
    content: "";
    position: absolute; }
  #menu-item-3108 a:before, .add-arrow a:before {
    top: 1px;
    left: 5px;
    width: 10px;
    height: 11px;
    border: 1.5px solid currentColor;
    border-top: 0;
    border-right: 0; }
  #menu-item-3108 a:after, .add-arrow a:after {
    top: 6px;
    left: 14px;
    width: 0px;
    height: 9px;
    border-left: 7px solid currentColor;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; }

.sticker-wrap {
  margin-top: 80px; }
  .sticker-wrap input[type="text"] {
    width: 100%;
    border: 0;
    margin-top: 16px;
    padding-bottom: 8px;
    background: transparent;
    color: inherit;
    font: inherit;
    border-bottom: 1px dotted currentColor; }
  .sticker-wrap ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit; }
  .sticker-wrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit; }
  .sticker-wrap :-ms-input-placeholder {
    /* IE 10+ */
    color: inherit; }
  .sticker-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: inherit; }

.single-c path {
  display: none; }

.dash, .sq, .dots {
  display: none; }

.nav-primary h1[data-cone="dash"] #C1 .dash,
.nav-primary h1[data-ctwo="dash"] #C2 .dash,
.nav-primary h1[data-cone="sq"] #C1 .sq,
.nav-primary h1[data-ctwo="sq"] #C2 .sq,
.nav-primary h1[data-cone="dots"] #C1 .dots,
.nav-primary h1[data-ctwo="dots"] #C2 .dots {
  display: block; }

h1#logotype {
  cursor: pointer;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s; }

.header-set-secondary {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 150px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap; }
  @media (max-width: 749px) {
    .header-set-secondary {
      right: 0; } }
  .header-set-secondary h3 {
    line-height: 75px; }
    @media (max-width: 749px) {
      .header-set-secondary h3 {
        font-size: 14px;
        line-height: 54px; } }
  .header-set-secondary:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
    background: -webkit-linear-gradient(right, white 0%, white 55%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, from(white), color-stop(55%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, white 0%, white 55%, rgba(255, 255, 255, 0) 100%); }
  .header-set-secondary .logo-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin: 4px 27px 0;
    color: inherit; }
    .header-set-secondary .logo-icon svg path {
      fill: currentColor; }
    @media (max-width: 749px) {
      .header-set-secondary .logo-icon {
        width: 32px;
        height: 32px;
        margin: 8px 12px 0; }
        .header-set-secondary .logo-icon svg {
          width: 32px;
          height: 32px; } }
.nav-flip:not(.subOn) h1#logotype {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  pointer-events: none; }

.nav-flip:not(.subOn) .header-set-secondary {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
  visibility: visible;
  opacity: 1; }

.wordmark {
  fill: currentColor; }

footer {
  margin: 140px 0 0;
  padding: 36px;
  background: #465fe1;
  color: white;
  min-height: 420px; }
  @media (max-width: 749px) {
    footer {
      padding: 18px 14px;
      margin-top: 72px; }
      footer > div:not(:last-child) {
        margin-bottom: 24px; } }
  footer h3 {
    font-weight: bold; }
  footer .address,
  footer .awardee-login {
    flex-basis: 25%;
    min-width: 280px; }
    @media (max-width: 749px) {
      footer .address,
      footer .awardee-login {
        overflow: hidden; } }
  footer .address a {
    color: inherit; }
  footer .social,
  footer .legal {
    flex-basis: 50%; }
  footer .legal {
    padding-right: 8px; }
    @media (min-width: 750px) {
      footer .legal {
        line-height: 1.667;
        padding-right: 20px; } }
  @media (min-width: 750px) {
    footer .awardee-login {
      -webkit-box-ordinal-group: 2;
              order: 1; } }
  @media (max-width: 749px) {
    footer .awardee-login {
      -webkit-box-ordinal-group: 0;
              order: -1;
      flex-basis: 100%;
      text-align: center; }
      footer .awardee-login a {
        display: block;
        margin: 0 0 8px; } }
  footer .newsletter-container input[type="text"] {
    min-width: 375px;
    border: 0;
    margin-top: 16px;
    padding-bottom: 8px;
    background: transparent;
    color: white;
    font: inherit;
    border-bottom: 1px dotted currentColor; }
    @media (max-width: 749px) {
      footer .newsletter-container input[type="text"] {
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%; } }
  footer .pill, footer .suggested-tags ul li a, .suggested-tags ul li footer a {
    color: white;
    border-style: dotted; }
    @media (min-width: 800px) {
      footer .pill:hover, footer .suggested-tags ul li a:hover, .suggested-tags ul li footer a:hover {
        background: white;
        color: #465fe1;
        border-style: solid; } }
  footer ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white; }
  footer ::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  footer :-ms-input-placeholder {
    /* IE 10+ */
    color: white; }
  footer :-moz-placeholder {
    /* Firefox 18- */
    color: white; }
  footer :focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.1); }
  footer :focus::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.1); }
  footer :focus:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.1); }
  footer.has-campaign, .page-template-tmpl-artistmap footer {
    margin-top: 0; }

.footer-links a:not(:last-child) {
  margin-right: 1.25em; }

@media (max-width: 749px) {
  .footer-links {
    margin: 1em 0; } }

.campaign {
  padding: 24px 30px 18px; }
  .campaign .link-ext:AFTER {
    display: inline-block;
    margin-left: -15px;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }

.campaign-footer {
  margin-top: 140px; }
  @media (max-width: 749px) {
    .campaign-footer {
      margin-top: 72px; } }
.social-icons {
  list-style: none;
  margin: 30px 0 0;
  padding: 0; }
  .social-icons li {
    display: inline-block;
    margin-right: 15px; }
    .social-icons li a {
      display: block; }
  .social-icons .social-icon {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 30px;
    height: 30px; }
    .social-icons .social-icon.icon-yt {
      width: 38px; }
    .social-icons .social-icon span {
      opacity: 0;
      display: none; }
  .social-icons .icon-ig {
    background-image: url(../assets/logo-instagram-wh.svg); }
  .social-icons .icon-fb {
    background-image: url(../assets/logo-fb-wh.svg); }
  .social-icons .icon-tw {
    background-image: url(../assets/logo-twitter-wh.svg); }
  .social-icons .icon-yt {
    background-image: url(../assets/logo-youtube-wh.svg); }

.row-headline .h2, .row-headline .quote-wrap.plus .plus, .quote-wrap.plus .row-headline .plus {
  margin-bottom: 16px;
  margin-left: -0.025em; }

.row-headline .h5 {
  font-weight: bold;
  margin-bottom: 24px; }

.content_related .row-headline .h5 {
  font-weight: normal; }

@media (min-width: 750px) {
  section.image_block:first-child .row-headline {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 16px 0 36px;
    z-index: 2; }
  section.image_block.has-caption:first-child .row-headline {
    width: 70%; } }

@media (max-width: 749px) {
  section.image_block:first-child .row-headline {
    margin: 0 -14px;
    padding: 24px 7px 0;
    background-color: white;
    color: black; } }

section.video_block .vid-wrap {
  position: relative; }

section.video_block .vid-pad {
  position: relative;
  width: 100%; }

section.video_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 950px) {
  section.full_width_text_block .text-2-col {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px; }
    section.full_width_text_block .text-2-col p {
      padding-right: 5%; } }

section.full_width_text_block.add-bg {
  padding-top: 250px;
  padding-bottom: 10px; }
  @media (max-width: 800px) {
    section.full_width_text_block.add-bg {
      padding-top: 100px; } }
.discipline-wrap,
.theme-wrap {
  padding-left: 2px;
  --colorActive: #000000; }
  .discipline-wrap ul,
  .theme-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .discipline-wrap li,
  .theme-wrap li {
    display: inline-block;
    position: relative; }

.discipline-wrap:not(.expanded),
.theme-wrap:not(.expanded) {
  max-height: 115px;
  overflow: hidden; }
  @media (max-width: 749px) {
    .discipline-wrap:not(.expanded),
    .theme-wrap:not(.expanded) {
      max-height: 152px; } }
.tt-tax {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 260px;
  padding: 15px 20px;
  background: #ef4623;
  color: white;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: 'ProtoGrotesk',Arial,sans-serif;
  font-size: 18px;
  line-height: 1.25;
  display: none; }
  .hovered .tt-tax {
    display: block; }

@media (min-width: 950px) {
  section.logo-section .col.logo_span {
    flex-basis: 25%; }
  section.logo-section .row[data-logocount="1"] .col.logo_span {
    max-width: 50%;
    flex-basis: 100%; }
    section.logo-section .row[data-logocount="1"] .col.logo_span img {
      max-width: 100%; }
  section.logo-section .row[data-logocount="2"] .col.logo_span {
    flex-basis: 50%; }
  section.logo-section .row[data-logocount="3"] .col.logo_span {
    flex-basis: 33.33%; }
  section.logo-section > hr + h5 {
    max-width: 48vw; }
  section.logo-section img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  section.logo-section .hovered img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); } }

section.logo-section a {
  color: inherit;
  text-decoration: none; }

section.logo-section .no-img {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  align-content: center; }
  section.logo-section .no-img span {
    display: block;
    width: 100%;
    padding: 20px 24px 16px;
    margin: auto;
    background: white;
    max-width: 300px;
    border-radius: 5px; }

section.logo-section .logo_span img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: auto;
  border-radius: 5px; }

section.content_standard .img-content + .text-content {
  margin-top: 16px; }

section.image_block .img-wrap-crop {
  margin: auto; }
  @media (min-width: 750px) {
    section.image_block .img-wrap-crop {
      max-width: 100vh;
      width: 83.3333333333%; } }
section.image_block:first-child.add-bg .img-pad:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 172px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  background-position: 50% 100%; }
  @media (max-width: 749px) {
    section.image_block:first-child.add-bg .img-pad:before {
      display: none; } }
section.image_block.add-bg:first-child .page-img-caption {
  position: absolute;
  right: 0;
  bottom: 32px;
  z-index: 1;
  text-align: right; }
  @media (min-width: 750px) {
    section.image_block.add-bg:first-child .page-img-caption {
      width: 30%;
      padding: 0 36px 0 16px; } }
  @media (max-width: 749px) {
    section.image_block.add-bg:first-child .page-img-caption {
      position: relative;
      color: #8d8d8d;
      bottom: 0;
      font-size: 14px; }
      section.image_block.add-bg:first-child .page-img-caption:before {
        content: "";
        position: absolute;
        left: -14px;
        right: -14px;
        top: 0;
        bottom: -20px;
        background: white;
        z-index: -1; } }
section.image_block.add-bg:not(:first-child) .page-img-caption {
  margin-left: -36px;
  margin-right: -36px;
  padding-left: 36px;
  padding-right: 36px;
  background-color: white;
  color: black; }

@media (max-width: 749px) {
  section.image_block.add-bg:first-child {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse; }
    section.image_block.add-bg:first-child .row-content {
      position: relative; } }

.name-list h5 {
  color: var(--colorActive, inherit);
  margin-bottom: 1.25em; }
  .name-list h5:not(:first-of-type) {
    margin-top: 2.5em; }
  @media (max-width: 749px) {
    .name-list h5 {
      margin: 1.25em 0; }
      .name-list h5:not(:first-of-type) {
        margin-top: 1.25em; } }
.name-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .name-list ul li {
    padding-left: 24px;
    text-indent: -24px; }

@media (min-width: 950px) {
  .name-list[data-colcount="4"] .col {
    flex-basis: 25%; }
  .name-list[data-colcount="2"] .col {
    flex-basis: 50%; } }

@media (min-width: 1280px) {
  .name-list[data-colcount="2"] .col {
    flex-basis: 25%; } }

.staff-list {
  list-style: none;
  margin: 0 0 2.5em;
  padding: 0; }
  .staff-list li {
    margin-bottom: 1em;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid; }
  .staff-list span.staff-title,
  .staff-list span.cc-title {
    display: block; }

.staff-text h2 {
  -webkit-box-align: baseline;
          align-items: baseline; }
  .staff-text h2 span {
    margin-right: 18px; }

@media (min-width: 1024px) {
  .css-col-list .staff-list {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px; } }

.press-releases {
  margin: 0;
  padding: 0;
  list-style: none; }
  .press-releases li {
    margin: 0 0 1.25em; }
    .press-releases li span {
      display: block; }

.carousel-wrap {
  background-color: #f5f5f5;
  padding: 80px 0px; }

.quote-carousel-wrap {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden; }
  .quote-carousel-wrap .carousel-slide {
    padding: 80px 0px;
    min-height: 330px; }
    .quote-carousel-wrap .carousel-slide:not(.keystone-slide) {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .quote-carousel-wrap .keystone-slide {
    position: relative;
    opacity: 0;
    z-index: -1;
    pointer-events: none; }
  .quote-carousel-wrap .col:first-child {
    margin-left: auto; }
  .quote-carousel-wrap .col:last-child {
    margin-right: auto; }
  .quote-carousel-wrap.autoplay .carousel-slide:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: var(--colorActive, inherit);
    -webkit-animation: carouselFuse 12s forwards linear infinite;
            animation: carouselFuse 12s forwards linear infinite;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  @media (max-width: 749px) {
    .quote-carousel-wrap {
      margin: 0 -14px; }
      .quote-carousel-wrap .carousel-slide {
        padding: 24px 24px 16px;
        margin: 0; } }
.quote-text {
  color: var(--colorActive, inherit); }
  @media (min-width: 750px) {
    .quote-text {
      font-size: 26px;
      letter-spacing: -0.012em; } }
  .quote-text.flex-center {
    margin-left: auto;
    margin-right: auto; }

.quote-attribution,
.quote-attribution-link {
  font-family: 'ProtoGrotesk',Arial,sans-serif;
  font-size: 18px;
  line-height: 1.25; }

@-webkit-keyframes carouselFuse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes carouselFuse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.quote-carousel-nav {
  position: absolute;
  bottom: 10px;
  right: 20px; }
  .quote-carousel-nav span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: dotted 1px;
    border-color: var(--colorActive, inherit);
    border-radius: 50%;
    margin: 0 0 0 8px;
    cursor: pointer; }
    .quote-carousel-nav span.active {
      background-color: var(--colorActive, inherit);
      border: solid 1px;
      border-color: var(--colorActive, inherit); }
    @media (min-width: 800px) {
      .quote-carousel-nav span:hover {
        border-style: solid; } }
.cc-accordion {
  border-top: dotted 1px; }

.accordion-single {
  position: relative;
  border-bottom: dotted 1px; }

.accordion-toggle {
  position: relative;
  padding: 10px 30px 8px 0;
  cursor: pointer; }
  @media (max-width: 749px) {
    .accordion-toggle {
      padding-right: 40px; } }
  .accordion-toggle:before {
    content: "+";
    position: absolute;
    right: 0;
    top: 6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: black;
    color: white;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    pointer-events: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    opacity: 0; }
    .hovered .accordion-toggle:before {
      opacity: 1; }
    @media (max-width: 749px) {
      .accordion-toggle:before {
        background-color: white;
        color: #dbdbdb;
        border: 1px solid currentColor;
        opacity: 1;
        line-height: 1;
        width: 22px;
        height: 22px; } }
  .accordion-toggle.accopen:before {
    opacity: 1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: red; }
    @media (max-width: 749px) {
      .accordion-toggle.accopen:before {
        background: none;
        color: red; } }
.accordion-contents {
  padding: 15px 0 50px; }

.partner-filters {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.partner-list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px; }
  .partner-list .partner-single {
    display: inline-block;
    width: 100%; }
  @media (min-width: 750px) and (max-width: 799px) {
    .partner-list {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media (max-width: 749px) {
    .partner-list {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }
.cluster-group:not(:first-child) {
  margin-top: 16px; }

.mapboxgl-popup-content {
  max-height: 200px;
  overflow: auto;
  position: relative; }
  .mapboxgl-popup-content:before, .mapboxgl-popup-content:after {
    content: "";
    position: absolute;
    position: -webkit-sticky;
    position: sticky;
    left: 8px;
    right: 8px;
    height: 1px; }
  .mapboxgl-popup-content:before {
    top: 0;
    box-shadow: 0px 1px 4px #465fe1; }
  .mapboxgl-popup-content:after {
    bottom: 0;
    box-shadow: 0px -1px 4px #465fe1; }
  .mapboxgl-popup-content .mapboxgl-popup-close-button {
    display: none; }

.artist-map-single {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  position: relative; }
  .artist-map-single .map-headshot {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-right: 15px; }
  .artist-map-single.wrap-grouped-map-point .map-headshot {
    width: 35px;
    height: 35px; }
  .artist-map-single.spacing0-5:last-child {
    margin-bottom: 0; }

#main .mapboxgl-popup {
  font-family: 'ProtoGrotesk',Arial,sans-serif;
  font-size: 18px;
  line-height: 1.25;
  margin-top: -12px; }

#main .mapboxgl-popup-content {
  position: relative;
  background: #465fe1;
  color: white;
  border-radius: 4px;
  padding: 16px 16px 16px 12px;
  box-shadow: inset 0px 0px 4px 8px #465fe1; }
  .page-template-tmpl-artistmap #main .mapboxgl-popup-content {
    padding-top: 10px;
    padding-bottom: 10px; }
  #main .mapboxgl-popup-content a {
    color: inherit; }
  #main .mapboxgl-popup-content .place-type {
    opacity: 0.5; }

#main .mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: #465fe1; }

#main .mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: #465fe1; }

#main .mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  border-bottom-color: #465fe1; }

#main .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
#main .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  border-top-color: #465fe1; }

.taxonomy-breadcrumb {
  text-transform: capitalize; }

.apindex-breadcrumb {
  padding-top: 18px;
  padding-bottom: 15px; }
  .apindex-breadcrumb a {
    color: #465fe1;
    border-bottom: solid 1px #dbdbdb;
    text-decoration: none; }

.ap-index-wrap {
  min-height: 70vh; }

.card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: dotted 1px #000;
  padding: 16px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  background-color: white; }
  .card.related-project-card {
    flex-wrap: wrap; }
  .card.click-anywhere {
    cursor: pointer; }
    .card.click-anywhere .preview,
    .card.click-anywhere a.overlink,
    .card.click-anywhere .info {
      pointer-events: none; }
    .card.click-anywhere .proj-modal-toggle span {
      border-style: solid; }
  .table .card {
    background: transparent;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .table .card .photo-wrap {
      flex-basis: 50px;
      margin-top: auto;
      margin-bottom: auto; }
    .table .card .proj-modal-toggle {
      flex-basis: 50px; }
  @media (max-width: 749px) {
    .card {
      padding: 10px; } }
  @media (min-width: 750px) {
    .card.radar-card {
      min-height: 132px; } }
  .event-rel .card, .card.related-artist-card, .card.related-project-card {
    max-width: 500px; }
    .page-template-tmpl-artisthub .event-rel .card, .page-template-tmpl-artisthub .card.related-artist-card, .page-template-tmpl-artisthub .card.related-project-card {
      min-height: 135px; }
  .center .col > .card {
    margin-right: auto;
    margin-left: auto; }
  .card .info {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .viewartist .card .info h5.info-artist, .bg-card .card .info h5.info-artist {
      -webkit-box-ordinal-group: 0;
              order: -1; }
    .card .info.preview {
      width: 100%; }
    @media (min-width: 750px) {
      .tax-awardyear .card .info .classifications, .page-template-tmpl-on-our-radar .card .info .classifications, .index-results .row:not(.table) .card .info .classifications {
        padding-right: 24px; } }
    .tax-awardyear .card .info .il-list, .page-template-tmpl-on-our-radar .card .info .il-list {
      color: #8d8d8d; }
    .tax-awardyear .card .info .classifications + .classifications, .page-template-tmpl-on-our-radar .card .info .classifications + .classifications {
      margin-top: 0; }
    .table .card .info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: nowrap;
      -webkit-box-align: center;
              align-items: center;
      width: 100%;
      margin: auto; }
      .table .card .info .info-title,
      .table .card .info .info-artist,
      .table .card .info .info-disciplines,
      .table .card .info .info-year {
        -webkit-box-flex: 0;
                flex-grow: 0;
        flex-shrink: 0;
        padding-right: 20px; }
      .table .card .info .info-title,
      .table .card .info .info-artist,
      .table .card .info .info-disciplines {
        flex-basis: 25%; }
      .table .card .info .info-year {
        flex-basis: 7%; }
      .table .card .info .info-location {
        flex-basis: 18%;
        margin-right: 0; }
    .projectview .table .card .info .info-title,
    .projectview .table .card .info .info-artist,
    .projectview .table .card .info .info-disciplines {
      flex-basis: 30%; }
    .projectview .table .card .info .info-year {
      flex-basis: 10%;
      margin-right: 0; }
    .projectview .table .card .info .info-location {
      display: none; }
  .card:not(.radar-card) .info .classifications {
    margin-top: 4px; }
  .card .classifications a,
  .card .classifications span {
    position: relative; }
    .card .classifications a:not(:last-child):after,
    .card .classifications span:not(:last-child):after {
      content: ", "; }
  .card.table-header h4,
  .card.table-header h5,
  .card.table-header .info span {
    font-weight: bold; }
  .card.hovered {
    border: solid 1px; }
    .card.hovered .icon-expand,
    .card.hovered .proj-modal-toggle {
      opacity: 1; }
  .card.bg-card.hovered {
    color: white; }
    .card.bg-card.hovered .il-list {
      color: white; }
    .card.bg-card.hovered .preview {
      display: block; }
  .table .card.hovered {
    background-color: white; }
  .card .icon-expand {
    opacity: 0; }

.projectview .info-title,
.artistview .info-artist {
  text-transform: uppercase; }

.artistview .info-artist {
  -webkit-box-ordinal-group: 0;
          order: -1; }

@media (min-width: 800px) {
  .index-filternav.ap-index-header .map-pill {
    margin-right: 12px; } }

@media (max-width: 749px) {
  .index-filternav {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    margin: 12px 0 0;
    text-align: center; }
    .index-filternav .index-returnlink {
      margin: 12px auto; }
    .index-filternav.ap-index-header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .index-filternav.ap-index-header .pill, .index-filternav.ap-index-header .suggested-tags ul li a, .suggested-tags ul li .index-filternav.ap-index-header a {
        flex-basis: -webkit-calc(50% - 6px);
        flex-basis: calc(50% - 6px); } }

.projectview .index-results .row-index:not(.table) .info-artist,
.artistview .index-results .row-index:not(.table) .info-title,
.related-artist-card .info-title {
  margin-bottom: 4px; }

.icon-expand {
  background: black; }

.icon-ticket {
  display: inline-block;
  width: 12px;
  height: 8px;
  background-image: url(../assets/icon-ticket.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 8px; }

.p-summary {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap; }
  .p-summary .photo {
    width: 85px;
    height: 85px;
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    margin-right: 16px;
    border-radius: 50%;
    overflow: hidden; }
  .p-summary p {
    margin-top: 0; }

.index-header {
  position: relative; }

.view-toggle-wrap {
  position: absolute;
  top: 0;
  right: 0; }
  .view-toggle-wrap input[type="checkbox"] {
    display: block;
    width: 50px;
    height: 50px;
    opacity: 0;
    margin: 0;
    cursor: pointer; }

.load-more:before {
  content: "Load More"; }

.load-more.loading {
  pointer-events: none; }

.load-more.loading:before {
  content: "Loading..."; }

.proj-modal-toggle {
  display: block;
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: black;
  background-image: url("../assets/icon-expand.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .proj-modal-toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    display: block;
    border: 1px dotted black; }
  .bg-card .proj-modal-toggle {
    background-image: url("../assets/icon-expand-white.svg"); }
    .bg-card .proj-modal-toggle span {
      border-color: white; }
  .table .proj-modal-toggle {
    top: 8px;
    bottom: auto; }
  @media (min-width: 800px) {
    .proj-modal-toggle:hover span {
      border-style: solid; } }
.usesvg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0; }

.row-index .photo {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s; }

.row-index .p-artist {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0; }

.row-index.viewartist .photo {
  opacity: 0; }

.row-index.viewartist .p-artist {
  opacity: 1; }

.row-index.table .col:first-child {
  margin-top: 16px; }

.row-index.table .content_span .card {
  border: none;
  border-top: dotted 1px;
  border-radius: 0; }

.cardbg {
  opacity: 0; }
  .hovered .cardbg {
    opacity: 1; }

.card-bg-img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  mix-blend-mode: multiply; }

.pill-list {
  list-style: none;
  padding: 0;
  margin: 0.5em 0 0;
  font-size: 0; }
  .pill-list li {
    display: inline; }

.il-list li {
  display: inline; }
  .il-list li:not(:last-child):after {
    content: ", "; }

.il-list > ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.location-format span + .info-state:before,
.location-format span + .info-country:before {
  content: ", "; }

.location-format span + .info-zip_code:before {
  content: " "; }

.project-preview .sq {
  border-radius: 4px; }
  .project-preview .sq img {
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.project-preview .il-list {
  margin: 1em 0 2em; }

.project-preview .info {
  width: 100%;
  margin-bottom: 16px; }

.project-preview hr {
  margin-bottom: 14px; }

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

.flex-gallery-wrap {
  width: 100%;
  margin-top: 24px; }

.journal-hero,
.flex-gallery {
  margin-left: -18px;
  margin-right: -18px; }
  @media (max-width: 749px) {
    .journal-hero,
    .flex-gallery {
      margin-left: -7px;
      margin-right: -7px; } }
.journal-hero {
  background: #f5f5f5; }

.journal-hero-inline {
  margin-top: 60px;
  margin-left: -36px;
  margin-right: -36px; }

.f.gallery-caption {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end; }

@media (min-width: 750px) {
  .project-cols {
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse; } }

.project-text {
  padding-top: 60px; }
  @media (max-width: 749px) {
    .project-text {
      padding-top: 30px; } }
.project-description {
  padding-right: 44px; }
  @media (max-width: 749px) {
    .project-description {
      padding-right: 14px; } }
.project-right {
  flex-basis: 25%;
  min-width: 250px;
  max-width: 320px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin-left: auto;
  margin-right: auto; }
  .project-right strong {
    cursor: pointer; }
  .project-right p {
    margin-top: 0.66667em; }

.photo-wrap {
  position: relative;
  width: 170px;
  max-width: 100%;
  overflow: hidden; }
  .staff-preview .photo-wrap {
    flex-shrink: 0;
    margin-right: 36px; }
    @media (max-width: 749px) {
      .staff-preview .photo-wrap {
        width: 80px;
        margin-right: 14px; } }
  .proj-group-info .photo-wrap {
    width: 300px; }
  #apindex_results .photo-wrap:not(.hasphoto) {
    display: none; }
  #apindex_results .table .photo-wrap:not(.hasphoto) {
    display: -webkit-box;
    display: flex; }
  .photo-wrap .photo {
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .photo-wrap .artist-headshot {
    position: relative;
    overflow: hidden; }
    .photo-wrap .artist-headshot img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .photo-wrap.photo-minus {
    width: 50px; }
  .sticker-wrap .photo-wrap {
    width: 100%; }
  .wrap-artist .photo-wrap {
    width: auto;
    max-width: 275px; }
    .wrap-artist .photo-wrap.group-wrap {
      max-width: 400px; }
    @media (max-width: 749px) {
      .wrap-artist .photo-wrap {
        max-width: 120px; } }
  .wrap-artist .group-info .photo-wrap {
    width: 33.33%;
    margin-right: 36px; }
    @media (max-width: 749px) {
      .wrap-artist .group-info .photo-wrap {
        margin-right: 14px; } }
  .carousel-slide .photo-wrap {
    max-width: 145px;
    background: #f5f5f5; }
    @media (min-width: 750px) {
      .carousel-slide .photo-wrap {
        margin-left: auto; } }
    @media (max-width: 749px) {
      .carousel-slide .photo-wrap {
        margin-bottom: 14px;
        margin-left: -4px; } }
  .card .photo-wrap, .project-preview .photo-wrap {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0; }
  .card .photo-wrap {
    flex-basis: 100px;
    margin-right: 16px; }
    @media (max-width: 749px) {
      .card .photo-wrap {
        flex-basis: 80px; } }
  @media (max-width: 749px) {
    .card.related-artist-card .photo-wrap {
      width: 80px;
      height: 80px; } }
  .related-project-card .photo-wrap {
    width: 100%;
    max-width: none;
    flex-basis: 100%;
    margin: 0 0 16px; }
  .proj-artist-info .photo-wrap {
    margin-left: -4px;
    margin-bottom: 24px; }
  .project-preview .photo-wrap {
    flex-basis: 25%;
    margin-right: 36px; }
  @media (max-width: 749px) {
    .project-preview.radar-preview .photo-wrap {
      flex-basis: 100%;
      padding-right: 36px;
      width: auto;
      margin-bottom: 2em; } }
.meta-author,
.meta-date {
  margin-right: 25px; }

.meta-date {
  white-space: nowrap; }

.home-cta {
  padding-top: 21px; }

.home-intro h2,
.home-cta h2 {
  margin-bottom: 10px; }

.home-intro p,
.home-cta p {
  margin: 10px 0; }

@media (min-width: 750px) {
  .home-intro,
  .home-cta {
    max-width: 70%; } }

.home-intro {
  margin: 0 0 80px; }

.announcement {
  position: relative;
  padding: 30px;
  border-radius: 4px;
  overflow: hidden; }

#app .awardee-feature {
  list-style: none;
  margin: 60px 0;
  padding: 0 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1000px) {
    #app .awardee-feature {
      padding: 0; } }
  @media (max-width: 760px) {
    #app .awardee-feature {
      margin: 40px 0; } }
  @media (max-width: 490px) {
    #app .awardee-feature {
      margin: 20px 0;
      flex-wrap: wrap; } }
  #app .awardee-feature li {
    flex-basis: 145px;
    height: 145px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-animation: awardeefeature 3.5s forwards infinite;
            animation: awardeefeature 3.5s forwards infinite; }
    @media (max-width: 1150px) {
      #app .awardee-feature li {
        flex-basis: 120px;
        height: 120px; } }
    @media (max-width: 1000px) {
      #app .awardee-feature li {
        flex-basis: 90px;
        height: 90px; } }
    @media (max-width: 760px) {
      #app .awardee-feature li {
        flex-basis: 15%;
        flex-basis: 75px;
        height: auto;
        height: 75px; } }
    @media (max-width: 490px) {
      #app .awardee-feature li {
        flex-basis: 30%;
        flex-basis: 90px;
        height: 90px;
        margin: 6px auto; } }
    @media (max-width: 349px) {
      #app .awardee-feature li {
        flex-basis: 75px;
        height: 75px; } }
    #app .awardee-feature li:nth-of-type(1) {
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }
      #app .awardee-feature li:nth-of-type(1) span {
        -webkit-animation-delay: 0s;
                animation-delay: 0s; }
    #app .awardee-feature li:nth-of-type(2) {
      -webkit-animation-delay: 0.25s;
              animation-delay: 0.25s; }
      #app .awardee-feature li:nth-of-type(2) span {
        -webkit-animation-delay: 0.25s;
                animation-delay: 0.25s; }
    #app .awardee-feature li:nth-of-type(3) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
      #app .awardee-feature li:nth-of-type(3) span {
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
    #app .awardee-feature li:nth-of-type(4) {
      -webkit-animation-delay: 0.75s;
              animation-delay: 0.75s; }
      #app .awardee-feature li:nth-of-type(4) span {
        -webkit-animation-delay: 0.75s;
                animation-delay: 0.75s; }
    #app .awardee-feature li:nth-of-type(5) {
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
      #app .awardee-feature li:nth-of-type(5) span {
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
    #app .awardee-feature li:nth-of-type(6) {
      -webkit-animation-delay: 1.25s;
              animation-delay: 1.25s; }
      #app .awardee-feature li:nth-of-type(6) span {
        -webkit-animation-delay: 1.25s;
                animation-delay: 1.25s; }
  #app .awardee-feature span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-animation: awardeecycle 10.5s steps(1) infinite;
            animation: awardeecycle 10.5s steps(1) infinite; }
    #app .awardee-feature span.photo-1 {
      top: 0; }
    #app .awardee-feature span.photo-2 {
      top: 100%; }
    #app .awardee-feature span.photo-3 {
      top: 200%; }

@media (max-width: 749px) {
  .announcement {
    padding: 24px 18px; }
    .announcement .pill, .announcement .suggested-tags ul li a, .suggested-tags ul li .announcement a {
      width: 100%;
      text-align: center; }
    .announcement h3 + h4 {
      margin-top: 5px; } }

.pillheadline {
  margin-bottom: 10px; }

.taxonomy-header hr {
  margin-bottom: 24px; }

@media (min-width: 750px) {
  .taxonomy-intro {
    width: 50%; } }

.taxonomy-intro p {
  margin-top: 0; }

.selection-committee {
  margin: 80px 0; }
  .selection-committee hr {
    margin: 0.75em 0; }

.sel-comm-intro {
  margin: 0 0 48px; }
  .sel-comm-intro h4 {
    margin: 0.75em 0; }
  .sel-comm-intro p {
    margin: 0; }

@media (min-width: 750px) {
  .committee-columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px; } }

@media (min-width: 800px) {
  .committee-columns {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3; } }

.committee-columns h4,
.committee-columns p {
  margin: 0; }

.committee-columns p + h4 {
  margin-top: 1.25em; }

.committee-columns .cat-header {
  margin-bottom: 1.25em; }

.committee-columns p:not(:only-child) {
  padding-left: 24px;
  text-indent: -24px; }

.committee-columns .cat-single {
  padding-right: 12px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid; }

.tooltip-chips {
  position: fixed;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
  width: 260px;
  padding: 15px 20px;
  background: #ef4623;
  color: white;
  -webkit-transform: translateX(-50%) translateY(-110%);
          transform: translateX(-50%) translateY(-110%);
  font-family: 'ProtoGrotesk',Arial,sans-serif;
  font-size: 18px;
  line-height: 1.25;
  border-radius: 4px;
  left: var(--mouse-x);
  top: var(--mouse-y); }
  .tooltip-chips.has-tooltip {
    opacity: 1; }
  @media (max-width: 749px) {
    .tooltip-chips {
      display: none; } }
  .tooltip-chips .preview-inner {
    padding: 20px 40px 20px 30px;
    background-color: var(--colorB, white);
    color: var(--colorA, black); }

/* Temp */
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  min-height: 500px;
  min-height: 50vh;
  height: 100%; }
  @media (max-width: 749px) {
    .flickity-viewport {
      min-height: 375px; } }
  @media (max-width: 349px) {
    .flickity-viewport {
      min-height: 320px; } }
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }
  .flickity-slider img:not(.is-selected) {
    cursor: pointer; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
  display: none; }

/*.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}*/
.flickity-button-icon {
  fill: #333;
  display: none; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer; }

.flickity-prev-next-button.previous {
  left: 0; }

.flickity-prev-next-button.next {
  right: 0; }

/*.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}*/
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 13px 5px 0;
  color: black;
  border-radius: 50%;
  border: 1px dotted currentColor;
  cursor: pointer; }
  @media (min-width: 800px) {
    .flickity-page-dots .dot:hover {
      border-style: solid; } }
  @media (max-width: 749px) {
    .flickity-page-dots .dot {
      margin-top: 8px; } }
.flickity-page-dots .dot.is-selected {
  background: currentColor; }

.gallery_block .row-headline {
  display: none; }

.gal-container {
  min-height: 500px;
  min-height: 50vh; }
  .add-bg .gal-container {
    margin-bottom: 60px; }
  @media (max-width: 749px) {
    .gal-container {
      min-height: 375px; } }
  @media (max-width: 349px) {
    .gal-container {
      min-height: 320px; } }
.imgvue-area {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .imgvue-area ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .imgvue-area .img {
    padding: 25px 0 0;
    white-space: nowrap;
    opacity: 0;
    min-height: 500px;
    min-height: 50vh; }
    @media (max-width: 749px) {
      .imgvue-area .img {
        min-height: 400px; } }
    @media (max-width: 349px) {
      .imgvue-area .img {
        min-height: 350px; } }
    .imgvue-area .img.flickity-enabled {
      opacity: 1; }
    .add-bg .imgvue-area .img {
      padding: 24px 0 0; }
    .imgvue-area .img img.image-slide {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-right: 12vw;
      min-width: 200px;
      max-width: 800px;
      max-width: 70vw;
      max-height: 500px;
      max-height: 50vh;
      width: auto;
      height: auto; }
      @media (max-width: 749px) {
        .imgvue-area .img img.image-slide {
          max-height: 400px; } }
      @media (max-width: 349px) {
        .imgvue-area .img img.image-slide {
          max-height: 350px; } }
    .imgvue-area .img .flick-contain {
      min-width: 200px;
      max-width: 80%;
      height: 70vh;
      max-height: 700px; }
      @media (max-width: 749px) {
        .imgvue-area .img .flick-contain {
          max-height: 500px; } }
      @media (max-width: 349px) {
        .imgvue-area .img .flick-contain {
          max-height: 400px; } }
      .imgvue-area .img .flick-contain img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }
      .imgvue-area .img .flick-contain .flick-img {
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        bottom: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
  .imgvue-area .flickity-button {
    opacity: 0; }

.flickity-page-dots {
  position: absolute;
  top: 100%;
  left: 0;
  bottom: auto;
  width: auto;
  z-index: 1;
  padding: 20px 36px; }
  @media (max-width: 749px) {
    .flickity-page-dots {
      padding: 10px;
      position: relative;
      text-align: left; } }
  [data-gal-total="1"] .flickity-page-dots {
    display: none; }

.img-area {
  position: relative;
  min-height: 60vh;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .img-area .img {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }
    .img-area .img li {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 25px;
      left: 25px;
      right: 25px;
      bottom: 25px;
      opacity: 0;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      .img-area .img li.active {
        opacity: 1; }
  @media (max-width: 749px) {
    .img-area {
      min-height: 400px; } }
  @media (max-width: 349px) {
    .img-area {
      min-height: 350px; } }
.blur-bg {
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .blur-bg li {
    margin: 0;
    padding: 0;
    opacity: 0;
    background-position: 50% 50%; }
    .blur-bg li img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .blur-bg li.active {
      opacity: 0.5;
      -webkit-filter: blur(20px);
              filter: blur(20px); }

iframe {
  max-width: 100%; }

.project-slide {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 12vw;
  min-width: 300px;
  width: 50vw;
  max-width: 800px;
  max-width: 70vw;
  cursor: pointer;
  position: relative; }
  @media (min-height: 1000px) {
    .project-slide {
      max-height: 500px; } }
  .project-slide > * {
    margin: auto; }
  .project-slide iframe,
  .project-slide embed,
  .project-slide object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .project-slide.video-slide {
    height: 100%;
    display: -webkit-box;
    display: flex; }
    .project-slide.video-slide .vid-wrap {
      margin: auto; }
  @media (min-width: 751px) and (min-aspect-ratio: 3/2) {
    .project-slide.video-slide {
      max-width: 40vw; } }
.video-poster {
  position: relative;
  z-index: 2;
  color: white; }
  .video-poster:before {
    content: "Play";
    position: absolute;
    left: 24px;
    bottom: 24px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    padding: 17px 20px 13px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.5); }
  @media (min-width: 800px) {
    .project-slide:hover .video-poster:before {
      border-color: white; } }
  .video-slide.clicked .video-poster {
    display: none; }

.wrap-artist {
  z-index: 2;
  overflow: hidden; }
  .wrap-artist .artist-bg {
    background-color: rgba(70, 95, 225, 0.5);
    -webkit-animation: fadeOn 0.5s 0s forwards 1;
            animation: fadeOn 0.5s 0s forwards 1; }
  .wrap-artist.c1 .artist-bg {
    background-color: rgba(70, 95, 225, 0.5); }
  .wrap-artist.c2 .artist-bg {
    background-color: rgba(120, 110, 82, 0.5); }
  .wrap-artist.c3 .artist-bg {
    background-color: rgba(18, 132, 125, 0.5); }
  .wrap-artist.c4 .artist-bg {
    background-color: rgba(229, 249, 90, 0.5); }
  .wrap-artist.c5 .artist-bg {
    background-color: rgba(255, 66, 0, 0.5); }
  .wrap-artist.c6 .artist-bg {
    background-color: rgba(99, 30, 61, 0.5); }
  @media (min-width: 800px) {
    .wrap-artist .artist-bg {
      -webkit-transition: 0.4s;
      transition: 0.4s;
      cursor: pointer; }
    .wrap-artist.c1 .artist-bg:hover {
      background-color: rgba(70, 95, 225, 0.25); }
    .wrap-artist.c2 .artist-bg:hover {
      background-color: rgba(120, 110, 82, 0.25); }
    .wrap-artist.c3 .artist-bg:hover {
      background-color: rgba(18, 132, 125, 0.25); }
    .wrap-artist.c4 .artist-bg:hover {
      background-color: rgba(229, 249, 90, 0.25); }
    .wrap-artist.c5 .artist-bg:hover {
      background-color: rgba(255, 66, 0, 0.25); }
    .wrap-artist.c6 .artist-bg:hover {
      background-color: rgba(99, 30, 61, 0.25); } }
  .wrap-artist .artist-info {
    left: 30%;
    background: #f5f5f5;
    background-color: white;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.03)));
    background-image: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.03) 100%);
    background-image: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.03) 100%);
    background-size: auto 70px;
    background-repeat: repeat-x;
    background-position: 0px 70px;
    background-attachment: fixed;
    overflow: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 104px 36px 96px; }
    .admin-bar .wrap-artist .artist-info {
      padding-top: 136px;
      background-position: 0px 102px; }
      @media (max-width: 749px) {
        .admin-bar .wrap-artist .artist-info {
          padding-top: 100px;
          background-position: 0px 96px; } }
    @media (max-width: 749px) {
      .wrap-artist .artist-info {
        left: 30px;
        padding: 68px 14px 72px;
        background-size: auto 50px;
        background-position: 0px 50px;
        background-image: none; }
        .wrap-artist .artist-info:before {
          content: "";
          position: fixed;
          top: 50px;
          left: 30px;
          right: 0;
          height: 50px;
          background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.03)));
          background-image: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.03) 100%);
          background-image: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.03) 100%);
          background-size: auto 50px;
          background-repeat: repeat-x;
          background-position: 0px 0px;
          z-index: 1; }
        .wrap-artist .artist-info .content-inner {
          position: relative;
          z-index: 2; } }
.artist-text-full {
  max-width: 1000px; }
  .artist-text-full + hr {
    margin-top: 3em; }
  .artist-text-full > p:last-of-type {
    display: inline;
    margin-right: 15px; }
  .artist-text-full .artist-photo-credit {
    display: inline; }
    @media (min-width: 1000px) {
      .artist-text-full .artist-photo-credit {
        white-space: nowrap; } }
    .artist-text-full .artist-photo-credit p {
      display: inline; }
  .artist-text-full + .group-member-bios,
  .artist-text-full + .group-bio {
    margin-top: 3em; }

.aw-year {
  margin: 0 0 2em; }
  .aw-year p {
    margin: 0; }

.links.artist-links {
  margin: 2em 0 3em; }

.links a:after {
  content: "\a0\2197";
  color: #8d8d8d; }

.caption-area {
  position: relative; }
  .project-hero .caption-area, .journal-hero .caption-area, .flex-gallery .caption-area {
    padding: 20px 36px 20px 25%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    min-height: 70px; }
    @media (max-width: 749px) {
      .project-hero .caption-area, .journal-hero .caption-area, .flex-gallery .caption-area {
        padding: 0;
        min-height: 0;
        -webkit-box-pack: initial;
                justify-content: initial; }
        .project-hero .caption-area .gallery-caption, .journal-hero .caption-area .gallery-caption, .flex-gallery .caption-area .gallery-caption {
          padding: 0px 14px;
          min-height: 48px;
          display: block; } }
  .project-hero[data-gal-total="1"] .caption-area, .journal-hero[data-gal-total="1"] .caption-area, .flex-gallery[data-gal-total="1"] .caption-area {
    min-height: 0; }
  .caption-area p {
    margin: auto 0 0; }

.archive-controls {
  position: relative;
  padding: 0 36px; }

.abs-wrap {
  position: absolute;
  top: 0; }
  .abs-wrap.abs-right {
    right: 36px; }

.project-meta p {
  margin: 0; }

.project-meta.project-other {
  -webkit-box-pack: start;
          justify-content: flex-start; }

@media (max-width: 749px) {
  .project-meta .row .col[class*="project-"] + .col[class*="project-"] {
    margin-top: 14px; } }

.single-extra .image-wrap, .single-extra.extra-text {
  padding: 0 11.6%; }

.single-extra.extra-video {
  overflow: hidden; }

.proj-artist-info {
  position: relative; }
  .proj-artist-info .pill:before, .proj-artist-info .suggested-tags ul li a:before, .suggested-tags ul li .proj-artist-info a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 749px) {
    .proj-artist-info .photo-wrap {
      width: 80px;
      height: 80px;
      margin-right: 14px; }
    .proj-artist-info .bio-wrap {
      flex-basis: 70%; } }
.group-artist-info .photo-wrap {
  width: 100px;
  margin-right: 18px;
  min-width: 100px; }

.group-artist-info,
.group-info {
  position: relative; }
  .group-artist-info .bio-wrap,
  .group-info .bio-wrap {
    -webkit-box-flex: 1;
            flex-grow: 1; }

@media (min-width: 800px) {
  .sticky-artist-col {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    margin-bottom: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }

.page-header {
  position: relative;
  min-height: 70px; }
  .page-header h1 {
    padding-right: 18px;
    margin-right: auto; }
  .page-header .pill, .page-header .suggested-tags ul li a, .suggested-tags ul li .page-header a {
    margin: auto 0 14px; }
  @media (max-width: 749px) {
    .page-header .pill, .page-header .suggested-tags ul li a, .suggested-tags ul li .page-header a {
      margin: 0 0 auto; } }
.index-returnlink {
  margin: auto 24px auto 0; }

.filter-param-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: end;
          justify-content: flex-end;
  flex-wrap: nowrap; }
  .filter-param-wrap .sort-param {
    margin-left: auto; }
    @media (min-width: 750px) {
      .filter-param-wrap .sort-param {
        margin-right: 25px; } }
  @media (max-width: 749px) {
    .filter-param-wrap {
      margin: 14px 0;
      font-size: 16px; }
      .filter-param-wrap .view-param {
        display: none; } }
.toggle {
  margin-top: 25px;
  margin-bottom: 25px; }

.toggle-filters {
  margin: auto 0 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.suggested-tags {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .suggested-tags ul {
    list-style: none;
    margin: 0 0 20px;
    padding-top: 15px;
    padding-bottom: 0;
    text-align: center;
    white-space: nowrap; }
    .suggested-tags ul li {
      display: inline-block;
      white-space: nowrap; }

.tab-wrap .tabs {
  margin: 12px auto 8px; }

@media (max-width: 749px) {
  .tab-header {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -14px;
    padding: 0 14px; }
    .tab-header .tabs {
      white-space: nowrap;
      min-width: 100%;
      flex-wrap: nowrap; } }

.tabs li {
  position: relative;
  margin: 0 18px;
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding: 18px 18px 14px;
  cursor: pointer;
  min-height: 70px; }
  .tabs li span {
    display: block;
    margin: auto; }
  .tabs li a {
    color: inherit; }
  .tabs li:first-of-type {
    margin-left: 0; }
  .tabs li:last-of-type {
    margin-right: 14px; }
  .tabs li.menu-item {
    text-align: center;
    border: 1px dotted currentColor;
    border-radius: 4px;
    overflow: hidden;
    padding: 0; }
    .tabs li.menu-item a {
      display: block;
      margin: auto;
      height: 100%;
      padding: 18px 18px 14px;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: center;
              justify-content: center; }
  @media (min-width: 750px) {
    .tabs li:last-of-type {
      margin-right: 0; } }
  .tabs li.active-tab, .tabs li.current-menu-item, .tabs li.current-page-ancestor {
    margin-bottom: 3px;
    padding-bottom: 11px;
    border-radius: 4px 4px 0 0;
    border-bottom-color: transparent;
    border-style: solid;
    overflow: visible; }
    .tabs li.active-tab.menu-item, .tabs li.current-menu-item.menu-item, .tabs li.current-page-ancestor.menu-item {
      padding-bottom: 0; }
      .tabs li.active-tab.menu-item a, .tabs li.current-menu-item.menu-item a, .tabs li.current-page-ancestor.menu-item a {
        padding-bottom: 11px; }
    .tabs li.active-tab span:after,
    .tabs li.active-tab a:after, .tabs li.current-menu-item span:after,
    .tabs li.current-menu-item a:after, .tabs li.current-page-ancestor span:after,
    .tabs li.current-page-ancestor a:after {
      position: absolute;
      bottom: -1px;
      left: -1px;
      right: -1px;
      height: 4px;
      background: white; }
    .tabs li.active-tab:before, .tabs li.active-tab:after, .tabs li.current-menu-item:before, .tabs li.current-menu-item:after, .tabs li.current-page-ancestor:before, .tabs li.current-page-ancestor:after {
      content: "";
      position: absolute;
      bottom: -4px;
      width: 4px;
      height: 4px;
      border: 1px solid;
      border-top: 0;
      z-index: 1; }
    .tabs li.active-tab:before, .tabs li.current-menu-item:before, .tabs li.current-page-ancestor:before {
      left: -4px;
      border-left: 0;
      border-radius: 0 0 4px; }
    .tabs li.active-tab:after, .tabs li.current-menu-item:after, .tabs li.current-page-ancestor:after {
      right: -4px;
      border-top: 0;
      border-right: 0;
      border-radius: 0 0 0 4px; }

@media (max-width: 749px) {
  .tabs li {
    display: inline-block;
    white-space: nowrap;
    margin: 0 7px;
    padding: 18px 14px 7px;
    font-size: 14px;
    min-height: 50px;
    min-width: 70px;
    max-width: 120px;
    flex-basis: auto; }
    .tabs li span {
      white-space: initial; } }

@media (max-width: 749px) {
  .page-template-tmpl-artisthub .ah-tabparent {
    padding-left: 0;
    padding-right: 0; }
  .page-template-tmpl-artisthub .tab-header {
    padding-left: 14px;
    padding-right: 14px;
    margin-left: 0;
    margin-right: 0; }
    .page-template-tmpl-artisthub .tab-header .tabs {
      display: block; }
  .page-template-tmpl-artisthub .menu-artist-hub-container {
    padding-right: 14px; }
  #menu-artist-hub li {
    max-width: none;
    min-width: 140px; } }

.text-cols h5 {
  margin-bottom: 1em; }

.text-cols p + h5 {
  margin-top: 2em; }

.event-primary h1:first-of-type {
  padding-right: 24px; }
  @media (max-width: 950px) {
    .event-primary h1:first-of-type {
      padding-right: 16px; } }
  @media (max-width: 749px) {
    .event-primary h1:first-of-type {
      padding-right: 8px; } }
.cat-wrap {
  margin-bottom: 8px; }

.event-rel .card {
  flex-wrap: nowrap; }

.event-rel .photo-wrap {
  margin: 0 18px 0 0;
  flex-basis: 25%;
  max-width: 120px; }

.event-rel .info {
  flex-basis: 75%; }

/* Flex Components */
.bg-active {
  background-color: var(--colorActive, inherit); }

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: gray; }

.multiply {
  mix-blend-mode: multiply; }

.caption-vert {
  position: absolute;
  bottom: 0;
  left: 100%;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  white-space: nowrap;
  margin-left: 25px; }

.img-hero {
  position: relative;
  min-height: 500px;
  min-height: 70vh;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-align: end;
          align-items: flex-end;
  z-index: -1;
  color: var(--buttonfginvert, inherit); }
  .img-hero a {
    text-decoration: none;
    color: inherit; }
  .img-hero .img-hero-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media (max-width: 749px) {
    .img-hero {
      min-height: 400px; } }
  @media (max-width: 349px) {
    .img-hero {
      min-height: 350px; } }
.img-content {
  position: relative; }
  .img-content .caption, .img-content .wp-caption {
    margin: 0 0 0 5px;
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.ah-campaign p a:not(.button) {
  color: white;
  text-decoration: underline; }

.text-over-cycle {
  position: relative;
  max-height: 75vh;
  margin-bottom: 5rem;
  color: white; }
  .text-over-cycle .imgs-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .text-over-cycle .imgs-wrap .img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
      .text-over-cycle .imgs-wrap .img-wrap.active {
        opacity: 1; }
    .text-over-cycle .imgs-wrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .text-over-cycle .imgs-wrap .crop-tl img {
      -o-object-position: 0 0;
         object-position: 0 0; }
    .text-over-cycle .imgs-wrap .crop-tc img {
      -o-object-position: 50% 0;
         object-position: 50% 0; }
    .text-over-cycle .imgs-wrap .crop-tr img {
      -o-object-position: 100% 0;
         object-position: 100% 0; }
    .text-over-cycle .imgs-wrap .crop-ml img {
      -o-object-position: 0 50%;
         object-position: 0 50%; }
    .text-over-cycle .imgs-wrap .crop-mc img {
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
    .text-over-cycle .imgs-wrap .crop-mr img {
      -o-object-position: 100% 50%;
         object-position: 100% 50%; }
    .text-over-cycle .imgs-wrap .crop-bl img {
      -o-object-position: 0 100%;
         object-position: 0 100%; }
    .text-over-cycle .imgs-wrap .crop-bc img {
      -o-object-position: 50% 100%;
         object-position: 50% 100%; }
    .text-over-cycle .imgs-wrap .crop-br img {
      -o-object-position: 100% 100%;
         object-position: 100% 100%; }
    .text-over-cycle .imgs-wrap .img-caption {
      position: absolute;
      top: 100%;
      right: 0;
      text-align: right;
      z-index: 3;
      color: black; }
      @media (max-width: 749px) {
        .text-over-cycle .imgs-wrap .img-caption {
          padding: 0 1rem; } }
  .text-over-cycle:before {
    content: "";
    display: block;
    padding-bottom: 56.25%; }
  .text-over-cycle:after {
    content: "";
    display: block;
    width: 100%;
    height: 33%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); }
    @media (max-width: 749px) {
      .text-over-cycle:after {
        height: 55%; } }
  .text-over-cycle.pos-wrap-tl:after, .text-over-cycle.pos-wrap-tc:after, .text-over-cycle.pos-wrap-tr:after {
    bottom: auto;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); }
  .text-over-cycle.pos-wrap-ml:after, .text-over-cycle.pos-wrap-mc:after, .text-over-cycle.pos-wrap-mr:after {
    display: none; }
  .text-over-cycle .text-overlay {
    position: absolute;
    max-width: 90%;
    font-size: 72px;
    letter-spacing: -0.048em;
    word-spacing: -0.035em;
    line-height: 0.97;
    padding-left: 36px;
    padding-right: 36px;
    z-index: 2; }
    @media (max-width: 749px) {
      .text-over-cycle .text-overlay {
        font-size: 48px;
        line-height: 1; }
        .text-over-cycle .text-overlay.lenL, .lenL .text-over-cycle .text-overlay {
          font-size: 40px; }
        .text-over-cycle .text-overlay.lenXL, .lenXL .text-over-cycle .text-overlay {
          font-size: 36px; }
        .text-over-cycle .text-overlay.lenXXL, .lenXXL .text-over-cycle .text-overlay {
          font-size: 32px; } }
    .text-over-cycle .text-overlay.pos-tl, .text-over-cycle .text-overlay.pos-tc, .text-over-cycle .text-overlay.pos-tr {
      top: 36px; }
    .text-over-cycle .text-overlay.pos-ml, .text-over-cycle .text-overlay.pos-mc, .text-over-cycle .text-overlay.pos-mr {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .text-over-cycle .text-overlay.pos-bl, .text-over-cycle .text-overlay.pos-bc, .text-over-cycle .text-overlay.pos-br {
      bottom: 2rem; }
      @media (max-width: 749px) {
        .text-over-cycle .text-overlay.pos-bl, .text-over-cycle .text-overlay.pos-bc, .text-over-cycle .text-overlay.pos-br {
          bottom: 1rem; } }
    .text-over-cycle .text-overlay.pos-tc, .text-over-cycle .text-overlay.pos-mc, .text-over-cycle .text-overlay.pos-bc {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .text-over-cycle .text-overlay.pos-tr, .text-over-cycle .text-overlay.pos-mr, .text-over-cycle .text-overlay.pos-br {
      right: 0; }
    .text-over-cycle .text-overlay.pos-mc {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    @media (max-width: 749px) {
      .text-over-cycle .text-overlay {
        padding-left: 14px;
        padding-right: 14px; } }
    .text-over-cycle .text-overlay.size-sm {
      font-size: 4vw; }
    .text-over-cycle .text-overlay.size-jumbo {
      font-size: 6.5vw; }
  @media (max-width: 749px) {
    .text-over-cycle {
      margin-left: -1rem;
      width: -webkit-calc(100% + 2rem);
      width: calc(100% + 2rem); } }
  @media (max-aspect-ratio: 1355/1035) {
    .text-over-cycle {
      max-height: none; }
      .text-over-cycle:before {
        padding-bottom: 65%; } }
  @media (max-aspect-ratio: 1250/1035) {
    .text-over-cycle:before {
      padding-bottom: 75%; } }
  @media (max-aspect-ratio: 1150/1035) {
    .text-over-cycle:before {
      padding-bottom: 85%; } }
  @media (max-aspect-ratio: 1040/1035) {
    .text-over-cycle {
      max-height: none; }
      .text-over-cycle:before {
        padding-bottom: 100%; } }
body.modal-on {
  overflow: hidden; }

.subnav, .modalF {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain; }

.modalF {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: flex;
  overflow: auto;
  z-index: 99;
  -webkit-overflow-scrolling: touch; }

.modal-x {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 25; }
  .modal-x:before {
    content: "";
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)), -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(top, currentColor 0%, currentColor 100%), -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%), linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 100% 1px, 1px 100%;
    background-position: 50% 50%,50% 50%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 0;
    border: 0;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 6px white;
    z-index: 2; }
  .modal-x:after {
    z-index: 2;
    content: "";
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    border: 1px dotted;
    border-radius: 50%; }
  .modal-x:hover:after {
    border-style: solid; }
  .filter-interior .modal-x {
    top: -12px;
    right: -12px; }
    @media (max-width: 749px) {
      .filter-interior .modal-x {
        top: 0;
        right: 0; } }
.modal-interior {
  position: relative;
  background: white;
  margin: auto;
  box-shadow: 0px 5px 44px 0px rgba(0, 0, 0, 0.3);
  border: dotted 1px;
  min-width: 75%;
  width: 90%;
  max-width: 1000px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 36px;
  border-radius: 4px;
  overflow: hidden; }
  .modal-interior.filter-interior {
    padding: 24px;
    min-width: 50%;
    width: 70%;
    max-width: 700px;
    height: auto;
    max-height: none;
    overflow: initial;
    margin-top: 0; }
    @media (max-width: 749px) {
      .modal-interior.filter-interior {
        padding: 10px 14px 14px; } }
  .modal-interior.support-modal {
    padding: 36px 48px; }
  @media (min-width: 1024px) {
    .modal-interior {
      min-width: 65%; } }
  @media (min-width: 1200px) {
    .modal-interior {
      min-width: 60%; } }
  @media (min-width: 1400px) {
    .modal-interior {
      min-width: 50%; } }
  @media (min-width: 1700px) {
    .modal-interior {
      min-width: 40%; } }
  .modal-interior.resourepro-preview-modal {
    min-width: 400px;
    width: 40%; }
  .modal-interior.directory-preview-modal {
    min-width: 700px;
    width: 40%; }
  @media (max-width: 749px) {
    .modal-interior {
      width: auto;
      height: auto;
      min-width: 0;
      min-height: 0;
      max-width: 100%;
      max-height: none;
      margin: 0 7px auto;
      padding: 14px;
      display: block;
      -webkit-box-orient: initial;
      -webkit-box-direction: initial;
              flex-direction: initial;
      flex-wrap: initial;
      flex-basis: 100%; }
      .modal-interior.support-modal {
        padding: 36px 14px; } }
.close-x {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 48px;
  line-height: 48px;
  width: 48px;
  cursor: pointer;
  text-align: center;
  font-weight: 100; }

.modal-close-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(70, 95, 225, 0.5); }
  .radar-modals .modal-close-bg {
    background-color: rgba(120, 110, 82, 0.5); }

.modal-detail {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
  .modal-detail .overscroll {
    overflow-y: auto;
    padding-bottom: 100px; }
    @media (min-width: 900px) {
      .modal-detail .overscroll {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block; } }
  .modal-detail img {
    max-width: 100%;
    height: auto; }

.filterModal {
  z-index: 6;
  background: transparent;
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .admin-bar .filterModal {
    top: 32px; }
  .filterModal .x-wrap {
    -webkit-box-ordinal-group: 2;
            order: 1;
    width: 50px;
    height: 50px;
    margin: 0 0 auto 0;
    position: -webkit-sticky;
    position: sticky;
    top: 24px; }
  @media (max-width: 749px) {
    .filterModal {
      padding: 72px 0; }
      .filterModal .x-wrap {
        width: auto;
        margin: 0 0 auto auto;
        z-index: 3;
        float: right;
        top: -62px; } }
.filter-types {
  margin: 0 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 24px; }
  @media (min-width: 750px) {
    .filter-types {
      flex-basis: 35%; } }
  .filter-types ul {
    margin: 0;
    width: 170px;
    padding: 0;
    list-style: none;
    line-height: 40px; }
    .filter-types ul li {
      cursor: pointer; }
  .filter-types .active-list {
    color: #465fe1; }
  @media (max-width: 749px) {
    .filter-types {
      top: -62px;
      width: 100%;
      margin: 0 -54px auto 0;
      float: left; }
      .filter-types ul {
        padding: 6px 4px 3px;
        line-height: 44px;
        background: white;
        width: auto;
        box-shadow: 7px 0px 0px white, -7px 0px 0px white, -7px -10px 0px white; }
        .filter-types ul li {
          display: inline-block; }
          .filter-types ul li + li {
            margin-left: 8px; } }
  @media (max-width: 350px) {
    .filter-types {
      font-size: 14px; } }
.filter-lists {
  margin: auto;
  flex-basis: 50%;
  padding: 0; }
  .filter-lists ul {
    margin: 0;
    padding: 0 0 80px;
    list-style: none; }
  .filter-lists li a:after {
    content: attr(data-project-count);
    font-size: 14px;
    margin: 0 0 0 12px; }
  @media (max-width: 749px) {
    .filter-lists {
      -webkit-box-ordinal-group: 3;
              order: 2;
      flex-basis: 100%;
      padding: 60px 0 0; } }
@media (max-width: 749px) {
  .staff-preview.no-wrap {
    flex-wrap: wrap; }
  .staff-preview .staff-title-m {
    flex-basis: -webkit-calc(100% - 95px);
    flex-basis: calc(100% - 95px); }
  .staff-preview .staff-text {
    margin-top: 24px;
    flex-basis: 100%;
    flex-shrink: 0; }
  .staff-preview .staff-return {
    width: 100%; } }

.donate-modal {
  width: 100%; }
  .donate-modal .minus h5 {
    font-size: 14px; }

.support-pager {
  margin-top: 24px;
  display: block; }

.on-bg {
  background-color: rgba(70, 95, 225, 0.08);
  padding: 24px; }

.search-wrap {
  min-height: 80%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  .search-wrap form {
    position: relative; }
  @media (max-width: 749px) {
    .search-wrap {
      width: 100%; } }
.search-input {
  display: block;
  width: 100%;
  font-family: 'ProtoGrotesk',Arial,sans-serif;
  font-size: 50px;
  letter-spacing: -0.033em;
  line-height: 1.08;
  background: transparent;
  border: none;
  border-bottom: dotted 1px;
  border-radius: 0;
  text-indent: 10px;
  padding: 10px 0 0; }
  @media (max-width: 749px) {
    .search-input {
      font-size: 36px;
      line-height: 1.11111; } }
  .search-input::-webkit-input-placeholder {
    font-family: 'ProtoGrotesk',Arial,sans-serif;
    font-size: 50px;
    letter-spacing: -0.033em;
    line-height: 1.08;
    color: black;
    text-indent: 10px; }
    @media (max-width: 749px) {
      .search-input::-webkit-input-placeholder {
        font-size: 36px;
        line-height: 1.11111; } }
  .search-input:-moz-placeholder {
    font-family: 'ProtoGrotesk',Arial,sans-serif;
    font-size: 50px;
    letter-spacing: -0.033em;
    line-height: 1.08;
    color: black;
    text-indent: 10px; }
    @media (max-width: 749px) {
      .search-input:-moz-placeholder {
        font-size: 36px;
        line-height: 1.11111; } }
  .search-input::-moz-placeholder {
    font-family: 'ProtoGrotesk',Arial,sans-serif;
    font-size: 50px;
    letter-spacing: -0.033em;
    line-height: 1.08;
    color: black;
    text-indent: 10px; }
    @media (max-width: 749px) {
      .search-input::-moz-placeholder {
        font-size: 36px;
        line-height: 1.11111; } }
  .search-input:-ms-input-placeholder {
    font-family: 'ProtoGrotesk',Arial,sans-serif;
    font-size: 50px;
    letter-spacing: -0.033em;
    line-height: 1.08;
    color: black;
    text-indent: 10px; }
    @media (max-width: 749px) {
      .search-input:-ms-input-placeholder {
        font-size: 36px;
        line-height: 1.11111; } }
.search-input-inline {
  display: block;
  width: 100%;
  font-family: 'ProtoGrotesk',Arial,sans-serif;
  font-size: 50px;
  letter-spacing: -0.033em;
  line-height: 1.08;
  background: white;
  border: solid 1px #dbdbdb;
  text-indent: 10px;
  padding: 10px 0 0;
  border-radius: 4px;
  color: var(--colorActive, inherit);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px); }
  @media (max-width: 749px) {
    .search-input-inline {
      font-size: 36px;
      line-height: 1.11111; } }
  .search-input-inline::-webkit-input-placeholder {
    font-family: 'ProtoGrotesk',Arial,sans-serif;
    font-size: 50px;
    letter-spacing: -0.033em;
    line-height: 1.08;
    color: black;
    text-indent: 10px; }
    @media (max-width: 749px) {
      .search-input-inline::-webkit-input-placeholder {
        font-size: 36px;
        line-height: 1.11111; } }
  .search-input-inline:-moz-placeholder {
    font-family: 'ProtoGrotesk',Arial,sans-serif;
    font-size: 50px;
    letter-spacing: -0.033em;
    line-height: 1.08;
    color: black;
    text-indent: 10px; }
    @media (max-width: 749px) {
      .search-input-inline:-moz-placeholder {
        font-size: 36px;
        line-height: 1.11111; } }
  .search-input-inline::-moz-placeholder {
    font-family: 'ProtoGrotesk',Arial,sans-serif;
    font-size: 50px;
    letter-spacing: -0.033em;
    line-height: 1.08;
    color: black;
    text-indent: 10px; }
    @media (max-width: 749px) {
      .search-input-inline::-moz-placeholder {
        font-size: 36px;
        line-height: 1.11111; } }
  .search-input-inline:-ms-input-placeholder {
    font-family: 'ProtoGrotesk',Arial,sans-serif;
    font-size: 50px;
    letter-spacing: -0.033em;
    line-height: 1.08;
    color: black;
    text-indent: 10px; }
    @media (max-width: 749px) {
      .search-input-inline:-ms-input-placeholder {
        font-size: 36px;
        line-height: 1.11111; } }
@media (max-width: 749px) {
  .search-input,
  .search-input-inline {
    padding: 10px 0 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .search-input {
    text-indent: 0; } }

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 74px;
  background: none;
  border: none;
  opacity: 0; }

.search-header h2 {
  margin-right: 22px;
  white-space: nowrap; }
  @media (max-width: 749px) {
    .search-header h2 {
      margin-right: 0;
      margin-bottom: 16px; } }
.search-header form {
  width: 100%; }

@media (min-width: 750px) {
  .search-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center; } }

.search-flex-result {
  display: -webkit-box;
  display: flex; }
  .search-flex-result .featured-thumb {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    flex-basis: 100px;
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    margin-left: auto; }
    @media (max-width: 749px) {
      .search-flex-result .featured-thumb {
        width: 80px;
        height: 80px;
        flex-basis: 80px; } }
    .search-flex-result .featured-thumb .photo-wrap {
      position: relative; }
    .search-flex-result .featured-thumb .photo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .search-flex-result .featured-thumb img {
      position: absolute;
      display: block;
      height: 100%;
      width: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
    .search-flex-result .featured-thumb.vert img, .search-flex-result .featured-thumb.vertX img, .search-flex-result .featured-thumb.squareplus img {
      height: auto;
      width: 100%; }
  .search-flex-result.type-artists .featured-thumb {
    border-radius: 50%; }
  @media (max-width: 749px) {
    .search-flex-result {
      -webkit-box-pack: initial;
              justify-content: initial; }
      .search-flex-result .span_6 {
        -webkit-box-flex: 1;
                flex-grow: 1; }
      .search-flex-result .span_4 {
        min-width: 0;
        max-width: 114px;
        flex-basis: 94px; }
        .search-flex-result .span_4 + .span_6 {
          margin-top: 0; }
      .search-flex-result .result-text {
        word-break: break-word; } }
.event-search-label {
  margin-right: 15px; }

input {
  border-radius: 0; }
  input[type="text"], input[type="email"], input[type="number"], input[type="submit"], input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  @media (max-width: 749px) {
    input[type="text"]:not(.search-input), input[type="email"], input[type="number"], input[type="password"] {
      padding-left: 0;
      padding-right: 0;
      font-size: 16px; } }
.text-content form input[type="text"], .text-content form input[type="email"], .text-content form input[type="password"], .text-content form input[type="number"], .text-content form input[type="password"] {
  width: 100%;
  border: 0;
  margin-top: 16px;
  padding-bottom: 8px;
  background: transparent;
  color: black;
  font: inherit;
  border-bottom: 1px dotted black; }
  .add-bg .text-content form input[type="text"], .add-bg .text-content form input[type="email"], .add-bg .text-content form input[type="password"], .add-bg .text-content form input[type="number"], .add-bg .text-content form input[type="password"] {
    border-color: white;
    color: white; }

.text-content form input::-webkit-input-placeholder {
  color: #000; }
  .add-bg .text-content form input::-webkit-input-placeholder {
    color: white; }

.text-content form input:-moz-placeholder {
  color: #000; }
  .add-bg .text-content form input:-moz-placeholder {
    color: white; }

.text-content form input::-moz-placeholder {
  color: #000; }
  .add-bg .text-content form input::-moz-placeholder {
    color: white; }

.text-content form input:-ms-input-placeholder {
  color: #000; }
  .add-bg .text-content form input:-ms-input-placeholder {
    color: white; }

form.shortcode-form input[type="text"], form.shortcode-form input[type="email"], form.shortcode-form input[type="number"], form.shortcode-form input[type="password"] {
  max-width: 375px; }
  .sticker-wrap form.shortcode-form input[type="text"], .sticker-wrap form.shortcode-form input[type="email"], .sticker-wrap form.shortcode-form input[type="number"], .sticker-wrap form.shortcode-form input[type="password"] {
    max-width: 100%; }

input[type="checkbox"], input[type="radio"], .cc-webform input[type="checkbox"], .cc-webform input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0; }
  input[type="checkbox"] + label, input[type="radio"] + label, .cc-webform input[type="checkbox"] + label, .cc-webform input[type="radio"] + label {
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    input[type="checkbox"] + label:BEFORE, input[type="radio"] + label:BEFORE, .cc-webform input[type="checkbox"] + label:BEFORE, .cc-webform input[type="radio"] + label:BEFORE {
      content: "";
      position: absolute;
      left: -40px;
      top: -3px;
      width: 24px;
      height: 24px;
      border-radius: 2px;
      border: solid 1px;
      border-color: rgba(192, 192, 192, 0.5); }
  input[type="checkbox"]:checked + label:AFTER, input[type="radio"]:checked + label:AFTER, .cc-webform input[type="checkbox"]:checked + label:AFTER, .cc-webform input[type="radio"]:checked + label:AFTER {
    content: "";
    position: absolute;
    top: 1px;
    left: -36px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #465fe1; }

select.unstyle, .select-wrap select, .cc-webform select {
  border-radius: 0;
  font-size: inherit;
  line-height: 1.25;
  display: inline-block;
  white-space: nowrap;
  background: none;
  font-family: 'ProtoGrotesk',Arial,sans-serif;
  border: none;
  /* Removes the default <select> styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.select-wrap {
  position: relative; }
  .select-wrap select {
    padding: 17px 22px 13px;
    line-height: 1.1;
    border-radius: 25px;
    border: dotted 1px;
    text-decoration: none;
    color: var(--buttonfginvert, white);
    background: var(--colorActive, black);
    border-style: solid;
    margin: 0; }
  @media (max-width: 749px) {
    .select-wrap {
      width: 100%; }
      .select-wrap select {
        display: block;
        font-size: 16px;
        text-align: center;
        -moz-text-align-last: center;
             text-align-last: center;
        width: 100%; } }
.state-select, .select-wrap-arrow {
  position: relative; }
  .state-select:after, .select-wrap-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    background-image: url(../assets/select-arr-down.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 10px;
    margin-top: -3px;
    pointer-events: none; }
    @media (max-width: 750px) {
      .state-select:after, .select-wrap-arrow:after {
        right: 25px; } }
.cc-signup-form .spacing1, .cc-webform .spacing1 {
  margin-bottom: 20px; }

.cc-signup-form .spacing3, .cc-webform .spacing3 {
  margin-bottom: 80px; }

.cc-signup-form strong.blok.spacing1, .cc-webform strong.blok.spacing1 {
  margin-bottom: 24px; }

.cc-signup-form .lbl-hide, .cc-webform .lbl-hide {
  display: none; }

.cc-signup-form input, .cc-webform input {
  position: relative; }
  .cc-signup-form input[type="text"], .cc-signup-form input[type="email"], .cc-signup-form input[type="number"], .cc-signup-form input[type="password"], .cc-webform input[type="text"], .cc-webform input[type="email"], .cc-webform input[type="number"], .cc-webform input[type="password"] {
    width: 100%;
    border: solid 1px;
    border-radius: 2px;
    border-color: rgba(192, 192, 192, 0.5);
    background: transparent;
    color: black;
    font: inherit;
    padding: 20px 20px 16px; }
    .cc-signup-form input[type="text"]::-webkit-input-placeholder, .cc-signup-form input[type="email"]::-webkit-input-placeholder, .cc-signup-form input[type="number"]::-webkit-input-placeholder, .cc-signup-form input[type="password"]::-webkit-input-placeholder, .cc-webform input[type="text"]::-webkit-input-placeholder, .cc-webform input[type="email"]::-webkit-input-placeholder, .cc-webform input[type="number"]::-webkit-input-placeholder, .cc-webform input[type="password"]::-webkit-input-placeholder {
      color: rgba(192, 192, 192, 0.5);
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
    .cc-signup-form input[type="text"]:-moz-placeholder, .cc-signup-form input[type="email"]:-moz-placeholder, .cc-signup-form input[type="number"]:-moz-placeholder, .cc-signup-form input[type="password"]:-moz-placeholder, .cc-webform input[type="text"]:-moz-placeholder, .cc-webform input[type="email"]:-moz-placeholder, .cc-webform input[type="number"]:-moz-placeholder, .cc-webform input[type="password"]:-moz-placeholder {
      color: rgba(192, 192, 192, 0.5);
      transition-duration: 0.2s; }
    .cc-signup-form input[type="text"]::-moz-placeholder, .cc-signup-form input[type="email"]::-moz-placeholder, .cc-signup-form input[type="number"]::-moz-placeholder, .cc-signup-form input[type="password"]::-moz-placeholder, .cc-webform input[type="text"]::-moz-placeholder, .cc-webform input[type="email"]::-moz-placeholder, .cc-webform input[type="number"]::-moz-placeholder, .cc-webform input[type="password"]::-moz-placeholder {
      color: rgba(192, 192, 192, 0.5);
      transition-duration: 0.2s; }
    .cc-signup-form input[type="text"]:-ms-input-placeholder, .cc-signup-form input[type="email"]:-ms-input-placeholder, .cc-signup-form input[type="number"]:-ms-input-placeholder, .cc-signup-form input[type="password"]:-ms-input-placeholder, .cc-webform input[type="text"]:-ms-input-placeholder, .cc-webform input[type="email"]:-ms-input-placeholder, .cc-webform input[type="number"]:-ms-input-placeholder, .cc-webform input[type="password"]:-ms-input-placeholder {
      color: rgba(192, 192, 192, 0.5);
      transition-duration: 0.2s; }
    .cc-signup-form input[type="text"]:focus::-webkit-input-placeholder, .cc-signup-form input[type="email"]:focus::-webkit-input-placeholder, .cc-signup-form input[type="number"]:focus::-webkit-input-placeholder, .cc-signup-form input[type="password"]:focus::-webkit-input-placeholder, .cc-webform input[type="text"]:focus::-webkit-input-placeholder, .cc-webform input[type="email"]:focus::-webkit-input-placeholder, .cc-webform input[type="number"]:focus::-webkit-input-placeholder, .cc-webform input[type="password"]:focus::-webkit-input-placeholder {
      color: #c6c1ba; }
    .cc-signup-form input[type="text"]:focus:-moz-placeholder, .cc-signup-form input[type="email"]:focus:-moz-placeholder, .cc-signup-form input[type="number"]:focus:-moz-placeholder, .cc-signup-form input[type="password"]:focus:-moz-placeholder, .cc-webform input[type="text"]:focus:-moz-placeholder, .cc-webform input[type="email"]:focus:-moz-placeholder, .cc-webform input[type="number"]:focus:-moz-placeholder, .cc-webform input[type="password"]:focus:-moz-placeholder {
      color: #c6c1ba; }
    .cc-signup-form input[type="text"]:focus::-moz-placeholder, .cc-signup-form input[type="email"]:focus::-moz-placeholder, .cc-signup-form input[type="number"]:focus::-moz-placeholder, .cc-signup-form input[type="password"]:focus::-moz-placeholder, .cc-webform input[type="text"]:focus::-moz-placeholder, .cc-webform input[type="email"]:focus::-moz-placeholder, .cc-webform input[type="number"]:focus::-moz-placeholder, .cc-webform input[type="password"]:focus::-moz-placeholder {
      color: #c6c1ba; }
    .cc-signup-form input[type="text"]:focus:-ms-input-placeholder, .cc-signup-form input[type="email"]:focus:-ms-input-placeholder, .cc-signup-form input[type="number"]:focus:-ms-input-placeholder, .cc-signup-form input[type="password"]:focus:-ms-input-placeholder, .cc-webform input[type="text"]:focus:-ms-input-placeholder, .cc-webform input[type="email"]:focus:-ms-input-placeholder, .cc-webform input[type="number"]:focus:-ms-input-placeholder, .cc-webform input[type="password"]:focus:-ms-input-placeholder {
      color: #c6c1ba; }
  .cc-signup-form input::-webkit-input-placeholder, .cc-webform input::-webkit-input-placeholder {
    color: rgba(192, 192, 192, 0.5);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
  .cc-signup-form input:-moz-placeholder, .cc-webform input:-moz-placeholder {
    color: rgba(192, 192, 192, 0.5);
    transition-duration: 0.2s; }
  .cc-signup-form input::-moz-placeholder, .cc-webform input::-moz-placeholder {
    color: rgba(192, 192, 192, 0.5);
    transition-duration: 0.2s; }
  .cc-signup-form input:-ms-input-placeholder, .cc-webform input:-ms-input-placeholder {
    color: rgba(192, 192, 192, 0.5);
    transition-duration: 0.2s; }

.cc-signup-form textarea, .cc-webform textarea {
  width: 100%;
  border: solid 1px;
  border-radius: 2px;
  border-color: rgba(192, 192, 192, 0.5);
  background: transparent;
  color: black;
  font: inherit;
  padding: 20px 20px 16px; }
  .cc-signup-form textarea.small, .cc-webform textarea.small {
    height: 100px; }
  .cc-signup-form textarea::-webkit-input-placeholder, .cc-webform textarea::-webkit-input-placeholder {
    color: rgba(192, 192, 192, 0.5);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
  .cc-signup-form textarea:-moz-placeholder, .cc-webform textarea:-moz-placeholder {
    color: rgba(192, 192, 192, 0.5);
    transition-duration: 0.2s; }
  .cc-signup-form textarea::-moz-placeholder, .cc-webform textarea::-moz-placeholder {
    color: rgba(192, 192, 192, 0.5);
    transition-duration: 0.2s; }
  .cc-signup-form textarea:-ms-input-placeholder, .cc-webform textarea:-ms-input-placeholder {
    color: rgba(192, 192, 192, 0.5);
    transition-duration: 0.2s; }
  .cc-signup-form textarea:focus::-webkit-input-placeholder, .cc-webform textarea:focus::-webkit-input-placeholder {
    color: #c6c1ba; }
  .cc-signup-form textarea:focus:-moz-placeholder, .cc-webform textarea:focus:-moz-placeholder {
    color: #c6c1ba; }
  .cc-signup-form textarea:focus::-moz-placeholder, .cc-webform textarea:focus::-moz-placeholder {
    color: #c6c1ba; }
  .cc-signup-form textarea:focus:-ms-input-placeholder, .cc-webform textarea:focus:-ms-input-placeholder {
    color: #c6c1ba; }

.cc-signup-form.placeholder-dark input::-webkit-input-placeholder, .cc-webform.placeholder-dark input::-webkit-input-placeholder {
  color: #000; }

.cc-signup-form.placeholder-dark input:-moz-placeholder, .cc-webform.placeholder-dark input:-moz-placeholder {
  color: #000; }

.cc-signup-form.placeholder-dark input::-moz-placeholder, .cc-webform.placeholder-dark input::-moz-placeholder {
  color: #000; }

.cc-signup-form.placeholder-dark input:-ms-input-placeholder, .cc-webform.placeholder-dark input:-ms-input-placeholder {
  color: #000; }

.cc-signup-form .select select, .cc-webform .select select {
  width: 100%;
  border: solid 1px;
  border-color: rgba(192, 192, 192, 0.5);
  background: transparent;
  color: black;
  font: inherit;
  padding: 20px 12px 16px; }
  .cc-signup-form .select select.select-tiny, .cc-webform .select select.select-tiny {
    font-size: 14px; }

.cancel-button {
  cursor: pointer; }

.ctct-form-errorMessage {
  display: none;
  margin-top: 7px; }
  .error .ctct-form-errorMessage, .hasError .ctct-form-errorMessage {
    display: block; }

.submit-button {
  font-family: 'ProtoGrotesk',Arial,sans-serif;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding: 18px 22px 13px;
  border-radius: 25px;
  border: dotted 1px;
  text-decoration: none;
  color: var(--buttonfg, black);
  margin: 0 12px 8px -0.05em;
  white-space: nowrap;
  background: transparent;
  width: 100%;
  max-width: 454px;
  margin: 0 12px 8px; }
  @media (min-width: 800px) {
    .submit-button:HOVER {
      border-style: solid; } }
  .submit-button.active {
    color: var(--buttonfginvert, white);
    background: var(--buttonbginvert, black);
    border-style: solid; }
    .submit-button.active:after {
      content: "×";
      font-family: Helvetica,sans-serif;
      font-weight: 100;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-left: 4px;
      text-align: center;
      line-height: 16px;
      font-size: 28px;
      vertical-align: middle;
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); }
    @media (min-width: 800px) {
      .submit-button.active:HOVER {
        background: white;
        color: black; } }
  .submit-button.invert {
    background: #465fe1;
    color: white;
    border-style: solid; }
    @media (min-width: 800px) {
      .submit-button.invert:HOVER {
        opacity: 0.9;
        -webkit-transition: 0.15s;
        transition: 0.15s; } }
  .submit-button.inverthollow {
    background: transparent;
    color: white; }
    @media (min-width: 800px) {
      .submit-button.inverthollow:HOVER {
        background: white;
        border: solid 1px white;
        color: black; } }
    .hovered .submit-button.inverthollow {
      background: white;
      border: solid 1px white;
      color: black; }
    .hovered.on-red .submit-button.inverthollow {
      color: #ef4623; }
  @media (max-width: 749px) {
    .submit-button {
      font-size: 16px;
      padding: 15px 20px 12px;
      /* border-radius:21px; */ } }
  [data-section="newsletter"] .submit-button {
    display: block;
    margin: 0 0 60px;
    max-width: none; }
  @media (max-width: 749px) {
    .submit-button {
      margin: 0 0 8px; } }
.mc-field-group {
  position: relative; }
  .mc-field-group .asterisk {
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    color: #465fe1;
    text-align: center; }

.privacy-pad {
  padding: 12px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-clip: content-box;
  box-shadow: inset 0px 0px 0px 1000px white; }
  .sticker-header input:-webkit-autofill, .sticker-header input:-webkit-autofill:hover, .sticker-header input:-webkit-autofill:focus
textarea:-webkit-autofill, .sticker-header textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus, .sticker-header select:-webkit-autofill, .sticker-header select:-webkit-autofill:hover, .sticker-header select:-webkit-autofill:focus {
    -webkit-text-fill-color: #465fe1; }
  footer input:-webkit-autofill, footer input:-webkit-autofill:hover, footer input:-webkit-autofill:focus
textarea:-webkit-autofill, footer textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus, footer select:-webkit-autofill, footer select:-webkit-autofill:hover, footer select:-webkit-autofill:focus {
    box-shadow: inset 0px 0px 0px 1000px #465fe1;
    color: white !important;
    -webkit-text-fill-color: white; }

/* Gravity Forms */
.gform_heading h3.gform_title {
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 16px; }
  @media (max-width: 749px) {
    .gform_heading h3.gform_title {
      font-size: 18px; } }
.gform_fields {
  padding: 0;
  margin: 0;
  list-style: none; }
  .gform_fields .gfield {
    margin-bottom: 20px; }
  .gform_fields ul, .gform_fields ol {
    list-style: none;
    padding: 0;
    margin: 0; }
  .gform_fields .ginput_complex {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .gform_fields .ginput_complex > span:not(:last-child) {
      margin-right: 15px; }
  .gform_fields .gfield_checkbox li {
    margin-bottom: 10px; }
  .gform_fields .ginput_container_textarea,
  .gform_fields .ginput_container_number,
  .gform_fields .ginput_container_checkbox {
    padding-top: 10px; }
  .gform_fields input[type="text"] + label,
  .gform_fields input[type="number"] + label,
  .gform_fields .instruction {
    text-transform: uppercase;
    color: #c0c0c0;
    font-size: 12px; }
  .gform_fields .instruction {
    padding-top: 5px; }
  .gform_fields .gsection_title {
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: 0;
    margin-top: 75px; }
    @media (max-width: 749px) {
      .gform_fields .gsection_title {
        font-size: 18px; } }
.gform_wrapper input[type="submit"] {
  font-family: 'ProtoGrotesk',Arial,sans-serif;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding: 18px 22px 13px;
  border-radius: 25px;
  border: dotted 1px;
  text-decoration: none;
  color: var(--buttonfg, black);
  margin: 0 12px 8px -0.05em;
  white-space: nowrap;
  background: transparent;
  width: 100%;
  margin: 0 0px 8px; }
  @media (min-width: 800px) {
    .gform_wrapper input[type="submit"]:HOVER {
      border-style: solid; } }
  .gform_wrapper input[type="submit"].active {
    color: var(--buttonfginvert, white);
    background: var(--buttonbginvert, black);
    border-style: solid; }
    .gform_wrapper input[type="submit"].active:after {
      content: "×";
      font-family: Helvetica,sans-serif;
      font-weight: 100;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-left: 4px;
      text-align: center;
      line-height: 16px;
      font-size: 28px;
      vertical-align: middle;
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); }
    @media (min-width: 800px) {
      .gform_wrapper input[type="submit"].active:HOVER {
        background: white;
        color: black; } }
  .gform_wrapper input[type="submit"].invert {
    background: #465fe1;
    color: white;
    border-style: solid; }
    @media (min-width: 800px) {
      .gform_wrapper input[type="submit"].invert:HOVER {
        opacity: 0.9;
        -webkit-transition: 0.15s;
        transition: 0.15s; } }
  .gform_wrapper input[type="submit"].inverthollow {
    background: transparent;
    color: white; }
    @media (min-width: 800px) {
      .gform_wrapper input[type="submit"].inverthollow:HOVER {
        background: white;
        border: solid 1px white;
        color: black; } }
    .hovered .gform_wrapper input[type="submit"].inverthollow {
      background: white;
      border: solid 1px white;
      color: black; }
    .hovered.on-red .gform_wrapper input[type="submit"].inverthollow {
      color: #ef4623; }
  @media (max-width: 749px) {
    .gform_wrapper input[type="submit"] {
      font-size: 16px;
      padding: 15px 20px 12px;
      /* border-radius:21px; */ } }
  @media (max-width: 749px) {
    .gform_wrapper input[type="submit"] {
      margin: 0 0 8px; } }
#field_16_10, #field_16_9 {
  float: left;
  width: 49%;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px); }
  @media (max-width: 749px) {
    #field_16_10, #field_16_9 {
      width: -webkit-calc(50% - 7px);
      width: calc(50% - 7px); } }
#field_16_9 {
  float: right; }

#field_16_8 {
  clear: both; }

/* Inline Donation Form */
@media (min-width: 1024px) {
  .span_12 .text-content.wyg .donate-form-wrap {
    max-width: 66%;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 500px) {
  .span_12 .text-content.wyg .donate-form-wrap .gift-row input[type="radio"] + label {
    margin-bottom: 10px; }
  .span_12 .text-content.wyg .donate-form-wrap input[type="text"], .span_12 .text-content.wyg .donate-form-wrap input[type="email"], .span_12 .text-content.wyg .donate-form-wrap input[type="number"], .span_12 .text-content.wyg .donate-form-wrap input[type="password"], .span_12 .text-content.wyg .donate-form-wrap input[type="text"], .span_12 .text-content.wyg .donate-form-wrap input[type="email"], .span_12 .text-content.wyg .donate-form-wrap input[type="number"], .span_12 .text-content.wyg .donate-form-wrap input[type="password"] {
    padding-left: 0; }
    .span_12 .text-content.wyg .donate-form-wrap input[type="text"]::-webkit-input-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="email"]::-webkit-input-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="number"]::-webkit-input-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="password"]::-webkit-input-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="text"]::-webkit-input-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="email"]::-webkit-input-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="number"]::-webkit-input-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="password"]::-webkit-input-placeholder {
      font-size: 16px; }
    .span_12 .text-content.wyg .donate-form-wrap input[type="text"]:-moz-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="email"]:-moz-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="number"]:-moz-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="password"]:-moz-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="text"]:-moz-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="email"]:-moz-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="number"]:-moz-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="password"]:-moz-placeholder {
      font-size: 16px; }
    .span_12 .text-content.wyg .donate-form-wrap input[type="text"]::-moz-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="email"]::-moz-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="number"]::-moz-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="password"]::-moz-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="text"]::-moz-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="email"]::-moz-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="number"]::-moz-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="password"]::-moz-placeholder {
      font-size: 16px; }
    .span_12 .text-content.wyg .donate-form-wrap input[type="text"]:-ms-input-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="email"]:-ms-input-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="number"]:-ms-input-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="password"]:-ms-input-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="text"]:-ms-input-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="email"]:-ms-input-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="number"]:-ms-input-placeholder, .span_12 .text-content.wyg .donate-form-wrap input[type="password"]:-ms-input-placeholder {
      font-size: 16px; }
  .span_12 .text-content.wyg .donate-form-wrap label, .span_12 .text-content.wyg .donate-form-wrap select, .span_12 .text-content.wyg .donate-form-wrap span.monthly-label {
    font-size: 16px; } }

.monthly-label.text-nowrap {
  margin-right: 1em; }

.jsCalendar table {
  width: 100%; }

.jsCalendar .jsCalendar-previous, .jsCalendar .jsCalendar-next {
  color: var(--textGray, #8d8d8d); }

.jsCalendar .jsCalendar-title {
  position: relative; }
  .jsCalendar .jsCalendar-title .jsCalendar-title-name {
    text-align: left;
    font-weight: normal; }
  .jsCalendar .jsCalendar-title .jsCalendar-nav-right, .jsCalendar .jsCalendar-title .jsCalendar-nav-left {
    position: absolute;
    top: 0;
    width: 20px;
    height: 22px;
    cursor: pointer; }
    .jsCalendar .jsCalendar-title .jsCalendar-nav-right:BEFORE, .jsCalendar .jsCalendar-title .jsCalendar-nav-left:BEFORE {
      pointer-events: none;
      line-height: 22px;
      font-size: 26px; }
  .jsCalendar .jsCalendar-title .jsCalendar-nav-right {
    right: 0; }
    .jsCalendar .jsCalendar-title .jsCalendar-nav-right:BEFORE {
      content: "→"; }
  .jsCalendar .jsCalendar-title .jsCalendar-nav-left {
    right: 35px; }
    .jsCalendar .jsCalendar-title .jsCalendar-nav-left:BEFORE {
      content: "←"; }

.jsCalendar .jsCalendar-title-row th {
  padding-bottom: 10px; }

.jsCalendar .jsCalendar-week-days th {
  font-weight: normal;
  color: var(--colorActive, #465fe1);
  font-size: 14px; }

.jsCalendar td {
  text-align: center;
  position: relative;
  padding-top: 10px; }
  .jsCalendar td.jsCalendar-current:BEFORE, .jsCalendar td.jsCalendar-selected:BEFORE {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    margin-top: 3px; }
  .jsCalendar td.jsCalendar-selected {
    cursor: pointer; }
    .jsCalendar td.jsCalendar-selected:BEFORE {
      background-color: #e2e2e2; }
  .jsCalendar td.jsCalendar-current {
    color: white; }
    .jsCalendar td.jsCalendar-current:BEFORE {
      background-color: var(--colorActive, #465fe1); }

.event-single + .event-single {
  margin-top: 40px; }

.premiere-img {
  width: 170px;
  margin-right: 36px; }
  .premiere-img .photo {
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-size: cover; }
  @media (max-width: 749px) {
    .premiere-img {
      margin-bottom: 1em; } }
.calendar-event-details {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap; }

.evt-additional {
  margin-top: 4px; }
  .evt-additional span, .evt-additional a {
    display: inline-block;
    margin-right: 24px; }
  @media (max-width: 749px) {
    .evt-additional {
      margin-top: 8px; }
      .evt-additional span, .evt-additional a {
        margin-right: 20px; }
      .content-wrap[data-section="home"] .evt-additional {
        margin-top: 0; } }
.pull-date {
  flex-basis: 230px;
  margin-left: -230px;
  padding-right: 30px;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0; }
  @media (min-width: 750px) {
    .pull-date {
      text-align: right;
      padding-top: 0.075em; } }
  @media (max-width: 749px) {
    .pull-date {
      flex-basis: 80px;
      margin-left: 0;
      padding-right: 14px; } }
.col.cal-col {
  min-width: 305px; }
  .col.cal-col h4 {
    margin-bottom: 28px; }
  @media (max-width: 749px) {
    .col.cal-col {
      margin-top: 60px; }
      .col.cal-col #calmini {
        display: none; } }
.event-primary, .event-secondary {
  margin-bottom: auto; }

@media (min-width: 750px) {
  .event-primary.stickit {
    position: -webkit-sticky;
    position: sticky;
    top: 98px; }
  .admin-bar .event-primary.stickit {
    top: 130px; } }

.single-awardeeactivity .wyg + p {
  margin-top: 12px; }

.event-extra {
  margin-top: 8px; }
  @media (max-width: 749px) {
    .event-extra.f.no-wrap {
      flex-wrap: wrap; } }
.ongoing-bg {
  background: #f3f3f1;
  padding: 20px; }
  .ongoing-bg + .date-day, .date-day .ongoing-bg + hr {
    margin-top: 72px; }

.cal-control {
  margin: auto; }
  .cal-control .toggle {
    margin-top: 5px; }

@media (max-width: 749px) {
  .eventsview .cal-col {
    display: none; }
  .awardeesview .events-col,
  .awardeesview .event-cat-filter {
    display: none; }
  .awardeesview .toggle {
    margin-bottom: 0; } }

#filterevents {
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center; }

/* add to calendar widget */
/* The button */
.addeventatc {
  display: inline-block;
  position: relative; }

.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status, .addeventatc .method, .addeventatc .client, .addeventatc .transp {
  display: none !important; }

/* Drop down */
.addeventatc_dropdown {
  width: 230px;
  position: absolute;
  padding: 6px 0px 0px 0px;
  font-family: "Open Sans",Roboto,"Helvetica Neue",Helvetica,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  color: #000 !important;
  font-weight: 600;
  line-height: 100%;
  background: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  -webkit-transform: scale(0.98, 0.98) translateY(5px);
          transform: scale(0.98, 0.98) translateY(5px);
  z-index: -1;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.addeventatc_dropdown.topdown {
  -webkit-transform: scale(0.98, 0.98) translateY(-5px) !important;
          transform: scale(0.98, 0.98) translateY(-5px) !important; }

.addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 14px 10px 14px 55px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }

.addeventatc_dropdown span:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 15px; }

.addeventatc_dropdown em {
  color: #999 !important;
  font-size: 12px !important;
  font-weight: 400; }

.addeventatc_dropdown .frs a {
  background: #fff;
  color: #cacaca !important;
  cursor: pointer;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101; }

.addeventatc_dropdown .frs a:hover {
  color: #999 !important; }

.addeventatc_dropdown .ateappleical {
  background: url(../assets/cal/icon-apple-t5.svg) 18px 40% no-repeat;
  background-size: 22px 100%; }

.addeventatc_dropdown .ategoogle {
  background: url(../assets/cal/icon-google-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%; }

.addeventatc_dropdown .ateoutlook {
  background: url(../assets/cal/icon-outlook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%; }

.addeventatc_dropdown .ateoutlookcom {
  background: url(../assets/cal/icon-outlookcom-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%; }

.addeventatc_dropdown .ateyahoo {
  background: url(../assets/cal/icon-yahoo-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%; }

.addeventatc_dropdown .atefacebook {
  background: url(../assets/cal/icon-facebook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%; }

.addeventatc_dropdown .copyx {
  height: 21px;
  display: block;
  position: relative;
  cursor: default; }

.addeventatc_dropdown .brx {
  height: 1px;
  overflow: hidden;
  background: #e8e8e8;
  position: absolute;
  z-index: 100;
  left: 10px;
  right: 10px;
  top: 9px; }

.addeventatc_dropdown.addeventatc-selected {
  -webkit-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
  z-index: 99999999999; }

.addeventatc_dropdown.topdown.addeventatc-selected {
  -webkit-transform: scale(1, 1) translateY(0px) !important;
          transform: scale(1, 1) translateY(0px) !important; }

.addeventatc_dropdown .drop_markup {
  background-color: #f4f4f4; }

.artist-hub-breadcrumb a {
  margin-left: 25px; }

#menu-handbook a {
  color: inherit; }

#menu-handbook .menu-item-has-children > a {
  position: relative;
  display: block;
  padding: 8px 0 10px; }
  #menu-handbook .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 8px;
    background-image: url(../assets/select-arr-down.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    pointer-events: none; }

#menu-handbook .sub-menu {
  display: none;
  padding: 0;
  list-style: none; }
  #menu-handbook .sub-menu li {
    position: relative;
    padding-left: 20px; }
    #menu-handbook .sub-menu li:after {
      font-weight: light;
      content: "•";
      position: absolute;
      top: 0;
      left: 0; }
  #menu-handbook .sub-menu .dottedBefore:before {
    display: none; }
  #menu-handbook .sub-menu .current-menu-item a {
    font-weight: bold; }

#menu-handbook .current-menu-item:not(.toggled) > a,
#menu-handbook .current-menu-parent:not(.toggled) > a,
#menu-handbook .current-menu-ancestor:not(.toggled) > a,
#menu-handbook .toggled:not(.current-menu-parent):not(.current-menu-ancestor):not(.current-menu-item) > a {
  padding-bottom: 0; }
  #menu-handbook .current-menu-item:not(.toggled) > a:after,
  #menu-handbook .current-menu-parent:not(.toggled) > a:after,
  #menu-handbook .current-menu-ancestor:not(.toggled) > a:after,
  #menu-handbook .toggled:not(.current-menu-parent):not(.current-menu-ancestor):not(.current-menu-item) > a:after {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }

#menu-handbook .current-menu-item:not(.toggled) .sub-menu,
#menu-handbook .current-menu-parent:not(.toggled) .sub-menu,
#menu-handbook .current-menu-ancestor:not(.toggled) .sub-menu,
#menu-handbook .toggled:not(.current-menu-parent):not(.current-menu-ancestor):not(.current-menu-item) .sub-menu {
  display: block;
  margin: 4px 0 10px; }

.ah-form .gform_wrapper {
  display: block !important; }

.artist-hub-user {
  margin: 100px auto;
  max-width: 550px;
  padding: 40px 50px; }
  .artist-hub-user input {
    width: 100%; }
    .artist-hub-user input::-webkit-input-placeholder {
      color: #000; }
    .artist-hub-user input:-moz-placeholder {
      color: #000; }
    .artist-hub-user input::-moz-placeholder {
      color: #000; }
    .artist-hub-user input:-ms-input-placeholder {
      color: #000; }
  .artist-hub-user[data-form="login"] .forgot-pw-wrap, .artist-hub-user[data-form="forgot"] .login-wrap {
    display: none; }

.login-input label {
  display: none; }

.login-input input:not([type="submit"]) {
  font-size: inherit;
  padding: 18px;
  border-radius: 2px;
  border: 1px solid #dbdbdb; }
  @media (max-width: 749px) {
    .login-input input:not([type="submit"])[type="text"]:not(.search-input) {
      padding: 18px; } }
.pw-reset input:not([type="submit"]) {
  font-size: inherit;
  padding: 18px;
  border-radius: 2px;
  border: 1px solid #dbdbdb; }
  @media (max-width: 749px) {
    .pw-reset input:not([type="submit"])[type="text"]:not(.search-input) {
      padding: 18px; } }
.login-submit {
  margin-right: -0.1em; }
  .login-submit input {
    margin-right: 0;
    cursor: pointer; }

.dir-search-wrap {
  max-width: 300px;
  position: relative; }
  .dir-search-wrap:before, .dir-search-wrap:after {
    content: "";
    position: absolute;
    pointer-events: none; }
  .dir-search-wrap:before {
    width: 15px;
    height: 15px;
    top: 20px;
    left: 13px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    z-index: 2; }
  .dir-search-wrap:after {
    top: 34px;
    left: 25px;
    width: 6px;
    height: 1px;
    background: #dbdbdb;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .dir-search-wrap input[type="text"] {
    position: relative;
    font-size: inherit;
    border: 0;
    padding: 19px 0px 18px 50px; }
    .dir-search-wrap input[type="text"]::-webkit-input-placeholder {
      color: #000; }
    .dir-search-wrap input[type="text"]:-moz-placeholder {
      color: #000; }
    .dir-search-wrap input[type="text"]::-moz-placeholder {
      color: #000; }
    .dir-search-wrap input[type="text"]:-ms-input-placeholder {
      color: #000; }

.optional-form-group .optional-form-group {
  display: none; }
  [data-incount="2"] .optional-form-group .optional-form-group, [data-incount="3"] .optional-form-group .optional-form-group {
    display: block; }

.optional-form-group > input {
  display: none; }

[data-incount="2"] > .optional-form-group > .increase-optional, [data-incount="3"] > .optional-form-group > .increase-optional {
  display: none; }

[data-incount="2"] > .optional-form-group > input, [data-incount="3"] > .optional-form-group > input {
  display: block; }

[data-incount="3"] .increase-optional {
  display: none; }

[data-incount="3"] input {
  display: block; }

.trimSingleLine {
  display: block;
  overflow: hidden; }

.funding-summary .amount, .funding-summary .balance {
  flex-basis: 150px;
  text-align: right;
  flex-shrink: 0;
  margin-right: 0; }

.funding-summary .balance {
  margin-left: 0; }

.funding-summary .amount {
  margin-left: auto; }

.dir-profile > div:first-child {
  flex-basis: 120px;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0; }

.dir-profile .disallowed {
  color: var(--activeGray, #8d8d8d); }

.gfield_consent_description {
  font-size: 14px; }

.ginput_container_consent label {
  margin-bottom: 1em; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0; }

hr {
  height: 1px;
  border: none;
  margin: 14px 0 16px; }
  .f hr {
    width: 100%;
    flex-basis: 100%; }
  .date-day hr {
    margin-top: 0; }
  hr.spacer {
    background: none;
    height: 0;
    margin: 40px 0; }

p:first-child, h1 + p, h2 + p, h3 + p, h4 + p, h5 + p,
ul:first-child, h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul,
ol:first-child, h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol {
  margin-top: 0; }

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0; }

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

ul.nostyleindent {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.nostyleindent li {
    text-indent: -10px;
    padding-left: 10px; }

h2 small {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
  letter-spacing: 0;
  font-weight: bold; }
  h2 small.minus {
    font-size: 14px;
    line-height: 1.25; }
  .long-read h2 small {
    margin: 2.5em 0 1.25em; }
  h2 small.question {
    font-weight: bold;
    padding: 0 36px; }
  @media (max-width: 749px) {
    h2 small.lenL, .lenL h2 small, h2 small.lenXL, .lenXL h2 small, h2 small.lenXXL, .lenXXL h2 small {
      word-break: break-word; } }
.reg {
  font-weight: normal; }

a {
  text-decoration: none; }

p.hang-quote {
  text-indent: -0.4em; }

section {
  width: 100%;
  margin-top: 24px; }
  section:first-child, .wrap-project section {
    margin-top: 0; }
  section:not(.add-bg):not(.breadcrumb):not(.row-sep):not(.spacing0) + section {
    margin-top: 80px; }
    section:not(.add-bg):not(.breadcrumb):not(.row-sep):not(.spacing0) + section.tab_group {
      margin-top: 24px; }
    @media (max-width: 749px) {
      section:not(.add-bg):not(.breadcrumb):not(.row-sep):not(.spacing0) + section {
        margin-top: 32px; } }
  section + .row-sep {
    margin-top: 72px; }
  section.content_related {
    margin-top: 144px; }
    section.content_related:last-child {
      margin-bottom: 0; }
  .row-sep + section, .breadcrumb + section, .has-breadcrumb + section, section#startTop {
    margin-top: 0; }
  section.content_standard.add-bg {
    padding-top: 36px;
    padding-bottom: 72px; }
  @media (min-width: 750px) {
    [data-section="calendar"] section:first-child {
      margin-bottom: 60px; } }
  @media (max-width: 749px) {
    section {
      width: auto; } }
section.zmarg + section,
#main section.zmarg + section,
section.section-page-title + section,
#main section.section-page-title + section {
  margin-top: 24px; }

#main section.project-title + .project-cols {
  margin-top: 0; }

.wyg img {
  max-width: 100%;
  height: auto;
  display: block; }

.wyg p, .wyg.wyg-inner {
  max-width: 800px; }

@media (min-width: 950px) {
  .wyg > *:not(div):not(img) {
    margin-right: 16px; } }

@media (min-width: 750px) {
  .wyg > p img:only-child {
    max-width: -webkit-calc(100% + 16px);
    max-width: calc(100% + 16px);
    height: auto;
    margin: 0; } }

section.row-sep + section > .row > .col div:not(.plus) > p {
  margin-top: 4px; }

.wyg-inner {
  margin: 0 auto; }
  .wyg-inner > *:first-child {
    margin-top: 0 !important; }
  .wyg-inner ul, .wyg-inner ol {
    margin: 0 0 1.5em;
    padding: 0;
    list-style: none; }
    .wyg-inner ul li, .wyg-inner ol li {
      margin-bottom: 0.375em;
      padding-left: 24px;
      text-indent: -24px; }
      .wyg-inner ul li:before, .wyg-inner ol li:before {
        width: 24px;
        display: inline-block;
        text-indent: 0; }
  .wyg-inner ul li:before {
    content: "•"; }
  .wyg-inner ol li {
    counter-increment: number; }
    .wyg-inner ol li:before {
      content: counter(number) "."; }
  .wyg-inner p + ul, .wyg-inner p + ol {
    margin-top: -0.75em; }

.wyg a,
.reg-a a,
a.reg {
  text-decoration: none;
  color: var(--colorActive, inherit); }

section.full_width_text_block .text-content .plus a:not(.overlaylink):not(.pill) {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.1em, transparent), color-stop(0.1em, currentColor), color-stop(0.175em, currentColor), color-stop(0.175em, transparent));
  background-image: -webkit-linear-gradient(bottom, transparent 0.1em, currentColor 0.1em, currentColor 0.175em, transparent 0.175em);
  background-image: linear-gradient(to top, transparent 0.1em, currentColor 0.1em, currentColor 0.175em, transparent 0.175em);
  background-repeat: repeat-x;
  background-size: auto 100%;
  text-shadow: -2px 0px white, -4px 0px white, 2px 0px white, 4px 0px white; }

section.full_width_text_block .text-content > .plus:first-child {
  margin-top: 44px; }

section.full_width_text_block .text-content > .plus:last-child {
  margin-bottom: 66px; }

.txtMaxW {
  max-width: 1000px; }

.a-inherit a {
  color: inherit;
  text-decoration: none; }

a.inh {
  color: inherit; }

.noSpace {
  font-size: 0; }

.f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap; }
  .f.v-center {
    -webkit-box-align: center;
            align-items: center; }
  .f.nowrap {
    flex-wrap: nowrap; }
  .f .f-expand {
    width: 100%; }

@media (min-width: 950px) {
  .fDT {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 800px) {
  .fTB {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 750px) {
  .fMB {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap; } }

@media (max-width: 749px) {
  .fBM {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap; } }

.fgrow {
  -webkit-box-flex: 1;
          flex-grow: 1; }

@media (min-width: 750px) {
  .fdRowRev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse; } }

.text-nowrap {
  white-space: nowrap; }

.no-wrap,
.vSepsRow {
  flex-wrap: nowrap; }

@media (max-width: 749px) {
  .wrap-mobile {
    flex-wrap: wrap; } }

.ib-wrap {
  display: inline-block; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.overlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  z-index: 2; }
  .hide-overlink .overlink {
    display: none; }

.abs-full {
  position: absolute; }

.fix-full {
  position: fixed; }

.abs-full,
.fix-full {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link-inherit a {
  color: inherit;
  text-decoration: none; }

.blok {
  display: block; }

.contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.upper {
  text-transform: uppercase; }

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

.crop-sq {
  position: relative;
  padding-bottom: 100%;
  height: 0; }

.crop-rect {
  position: relative;
  padding-bottom: 50%;
  padding-bottom: 66.667%;
  height: 0; }

@media (max-width: 749px) {
  .mobile-crop-sq {
    position: relative;
    padding-bottom: 100%;
    height: 0; }
  .mobile-crop-rect {
    position: relative;
    padding-bottom: 50%;
    padding-bottom: 66.667%;
    height: 0; } }

.img-pad {
  position: relative; }
  .img-pad img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.img-content img {
  display: block;
  max-width: 100%;
  height: auto; }
  .col + .col:last-child:not(.event-secondary) .img-content img {
    margin-left: auto; }

.unDent {
  text-indent: -20px;
  padding-left: 20px; }

.bloklabel {
  display: block; }
  @media (min-width: 750px) {
    .bloklabel {
      margin-bottom: 4px; } }
hr,
.dottedBefore:before,
.dottedAfter:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, currentColor), color-stop(50%, transparent)) 0px 0px/2px 2px repeat-x;
  background: -webkit-linear-gradient(left, currentColor 50%, transparent 50%) 0px 0px/2px 2px repeat-x;
  background: linear-gradient(to right, currentColor 50%, transparent 50%) 0px 0px/2px 2px repeat-x; }

.dottedBefore:before,
.dottedAfter:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block; }

.subnav .dottedBefore:before {
  margin-bottom: 8px; }

.inline-title {
  font-weight: 300;
  margin-top: 0;
  font-size: 1em; }

.noMB {
  margin-bottom: 0; }

.noM {
  margin: 0; }

.pad-to-baseline1 {
  padding-bottom: 20px; }

.mtAuto {
  margin-top: auto; }

.cF {
  color: #fff; }

.grey {
  color: #8d8d8d; }

.bDot {
  border: 1px dotted currentColor; }

.b-dot-top {
  border-top: 1px dotted currentColor; }

.text-indent {
  text-indent: -20px;
  padding-left: 20px; }

.rnd1 {
  border-radius: 4px;
  overflow: hidden; }

.rnd50 {
  border-radius: 50%; }

[v-cloak] {
  display: none !important; }

.pt0 {
  padding-top: 0; }

.pt1 {
  padding-top: 8px; }
  @media (max-width: 749px) {
    .announcement + .pt1 {
      padding-top: 16px; } }
.pb1 {
  padding-bottom: 8px; }

.pt2 {
  padding-top: 16px; }

.pb2 {
  padding-bottom: 16px; }

.pt3 {
  padding-top: 24px; }

.pt4 {
  padding-top: 32px; }

.show-mobile {
  display: none; }

@media (max-width: 749px) {
  .hide-mobile {
    display: none; }
  .show-mobile {
    display: block; } }

.fade-leave-active {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0; }

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.fade-enter-to {
  opacity: 1; }

.quotecarousel-trans-leave-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.quotecarousel-trans-enter-active, .quotecarousel-trans-leave-active {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

.quotecarousel-trans-enter {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px); }

.quotecarousel-trans-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px); }

.quotecarousel-trans-enter-to {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes halffade {
  from {
    opacity: 0; }
  to {
    opacity: 0.5; } }

@keyframes halffade {
  from {
    opacity: 0; }
  to {
    opacity: 0.5; } }

@-webkit-keyframes awardeefeature {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes awardeefeature {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes awardeecycle {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33.33% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  66.66% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%); } }

@keyframes awardeecycle {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33.33% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  66.66% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%); } }

@-webkit-keyframes onDashstroke {
  0% {
    stroke-dashoffset: 100.60417938232422; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes onDashstroke {
  0% {
    stroke-dashoffset: 100.60417938232422; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes onFullstroke {
  0% {
    stroke-dashoffset: 100.5732; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes onFullstroke {
  0% {
    stroke-dashoffset: 100.5732; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes onDoubleInner {
  0% {
    stroke-dashoffset: 92.70121765136719; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes onDoubleInner {
  0% {
    stroke-dashoffset: 92.70121765136719; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes onDoubleOuter {
  0% {
    stroke-dashoffset: 108.15679931640625; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes onDoubleOuter {
  0% {
    stroke-dashoffset: 108.15679931640625; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes onDots {
  0% {
    stroke-dashoffset: 98.95751953125; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes onDots {
  0% {
    stroke-dashoffset: 98.95751953125; }
  100% {
    stroke-dashoffset: 0; } }

/* =CC Stuff
-------------------------------------------------------------- */
.meta-share {
  display: inline-block;
  white-space: nowrap; }
  .meta-share span {
    cursor: pointer; }

.pull-quote {
  padding: 64px 0 60px; }

.journal-land-wrap, .journal-rel-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse; }

.journal-land-wrap .journal-image {
  width: 100%;
  margin: 0 auto 24px; }

@media (min-width: 750px) {
  .journal-land-wrap {
    display: -webkit-box;
    display: flex; }
    .journal-land-wrap .journal-image {
      flex-basis: 37.5%;
      margin-left: 30px;
      flex-shrink: 0; }
    .journal-featured .journal-land-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .journal-featured .journal-land-wrap .journal-image {
        flex-basis: 100%;
        margin-left: auto; } }

.journal-land-wrap .post-meta {
  margin: 32px 0 56px; }

.journal-land-wrap .buttons {
  margin: 30px 0; }

.f.journal-header {
  flex-wrap: nowrap; }
  .f.journal-header h1 {
    -webkit-box-flex: 1;
            flex-grow: 1; }
  .f.journal-header ul.pill-list {
    margin: 0; }
  .f.journal-header hr.show-mobile {
    margin-bottom: 0; }
  @media (max-width: 900px) {
    .f.journal-header {
      flex-wrap: wrap; } }
  @media (min-width: 750px) {
    .f.journal-header .pill-list {
      text-align: right; }
    .f.journal-header .journal-cat-wrap {
      flex-basis: 100%;
      margin: auto 0 28px; } }
  @media (min-width: 1200px) {
    .f.journal-header .journal-cat-wrap {
      white-space: nowrap; } }
  @media (max-width: 749px) {
    .f.journal-header + hr {
      margin-top: 0; } }
@media (max-width: 749px) {
  .pill-overflow {
    margin: 0 -14px;
    padding: 0 14px 7px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .pill-overflow.journal-cat-wrap {
      padding-top: 16px; }
    .pill-overflow .pill-list {
      white-space: nowrap; }
      .pill-overflow .pill-list li {
        display: inline-block; } }

.journal-title, .related-title {
  margin-bottom: 24px; }

section.journal-single {
  margin-top: 24px; }
  section.journal-single:not(.journal-featured) .journal-image {
    margin-bottom: 24px; }
    @media (min-width: 750px) {
      section.journal-single:not(.journal-featured) .journal-image {
        margin-bottom: 64px; } }
section.journal-related + hr {
  margin-top: 72px; }
  @media (max-width: 749px) {
    section.journal-related + hr {
      margin-top: 56px; } }
@media (min-width: 1400px) {
  .single-guest-author .col {
    min-width: 0; }
    .single-guest-author .col.span_2 {
      max-width: 218px; }
    .single-guest-author .col.span_6 {
      max-width: 618px; } }

.featured-video iframe, .journal-video iframe {
  display: block;
  margin: auto; }

.pagination {
  padding-top: 56px;
  margin-bottom: -30px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0 20px 20px 0; }

.single-post .wyg p + img.alignnone {
  display: block;
  margin-top: 70px; }
  @media (max-width: 749px) {
    .single-post .wyg p + img.alignnone {
      margin-top: 35px; } }
  .single-post .wyg p + img.alignnone + p:not(.caption):not(.wp-caption):not(.img-caption), .single-post .wyg p + img.alignnone + h5 {
    margin-top: 80px; }
    @media (max-width: 749px) {
      .single-post .wyg p + img.alignnone + p:not(.caption):not(.wp-caption):not(.img-caption), .single-post .wyg p + img.alignnone + h5 {
        margin-top: 40px; } }
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 0 auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignnone {
  margin: 0 auto 20px; }

.wp-caption {
  max-width: 100%;
  position: relative; }
  .wp-caption.alignleft {
    margin: 0 20px 20px 0; }
  .wp-caption.alignright {
    margin: 0 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    display: block; }
  .wp-caption.alignnone, .wp-caption.aligncenter {
    margin-top: 72px;
    margin-bottom: 72px; }
    .wp-caption.alignnone p.wp-caption-text, .wp-caption.aligncenter p.wp-caption-text {
      margin: 5px 0 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.inline-vid-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .inline-vid-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sg-item:before {
  content: attr(data-sg-label);
  display: block;
  margin: 1em 0;
  font-family: monospace;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px; }

details {
  padding: 12px 0; }
  details[open] {
    padding-bottom: 40px; }
    details[open] summary {
      margin-bottom: 20px; }

summary {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

body.page-template-tmpl-retreat2021 {
  --textGray:#000;
  --activeGray:#999; }

.visually-hidden {
  display: none; }

.has-colors {
  background: var(--bg);
  color: var(--fg); }

.retreat21-intro {
  background-color: var(--bg);
  color: var(--fg);
  padding: 2rem 0 6rem; }
  .retreat21-intro .intro-wrap {
    width: 95%;
    max-width: 890px;
    margin: 0 auto 0;
    border-top: dotted 1px var(--fg);
    border-bottom: dotted 1px var(--fg);
    padding: 2.5rem 0; }
    .retreat21-intro .intro-wrap p {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 622px; }

.retreat-logo {
  position: relative;
  height: 70vh;
  width: 100%;
  margin: auto; }
  @media (max-height: 850px) {
    .retreat-logo {
      height: 600px; } }
  @media (max-width: 550px) {
    .retreat-logo {
      height: 450px; } }
  .retreat-logo svg {
    height: 100%;
    width: auto;
    display: block;
    margin: auto; }
  .retreat-logo g {
    opacity: 0; }
    .retreat-logo g.active {
      opacity: 1; }
  .retreat-logo path, .retreat-logo rect, .retreat-logo polygon, .retreat-logo ellipse, .retreat-logo circle {
    fill: var(--fg); }

.retreat-day-wrap {
  display: none; }
  .retreat-day-wrap.active {
    display: block; }

.toggle-header {
  text-align: left;
  border-top: dotted 1px;
  padding-top: 0.5rem;
  padding: 1rem 1rem 0;
  max-width: 860px;
  margin: 0 auto 2rem; }

.retreat-day-toggles {
  text-align: center;
  margin: 3rem 0 4rem; }

.retreat-day-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 30px;
  background: none;
  padding: 20px 25px 15px;
  display: inline-block;
  cursor: pointer;
  border: dotted 1px;
  font-family: 'ProtoGrotesk',Arial,sans-serif;
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0.25rem; }
  .retreat-day-toggle.active {
    background: black;
    color: white;
    border: solid 1px; }

.flex-cats {
  margin-top: 1rem; }

.flex-cat {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  font-weight: bold; }
  .flex-cat:BEFORE {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 22px;
    background-image: url("../assets/cc-retreat21-icons.svg");
    background-repeat: no-repeat;
    background-size: 100px 200px;
    background-position: 0 -120px;
    margin-right: 5px; }

.flex-cat-cycle:BEFORE {
  background-position: 0 -100px; }
  .cat-literary-arts-and-multidisciplinary-presentations .flex-cat-cycle:BEFORE {
    background-position: -20px -100px; }
  .cat-visual-arts-and-multidisciplinary-presentations .flex-cat-cycle:BEFORE {
    background-position: -40px -100px; }
  .cat-socially-engaged-art-and-multidisciplinary-presentations .flex-cat-cycle:BEFORE {
    background-position: -60px -100px; }
  .cat-moving-image-and-multidisciplinary-presentations .flex-cat-cycle:BEFORE {
    background-position: -80px -100px; }

.flex-cat-location:BEFORE {
  background-position: 0 -120px; }
  .cat-literary-arts-and-multidisciplinary-presentations .flex-cat-location:BEFORE {
    background-position: -20px -120px; }
  .cat-visual-arts-and-multidisciplinary-presentations .flex-cat-location:BEFORE {
    background-position: -40px -120px; }
  .cat-socially-engaged-art-and-multidisciplinary-presentations .flex-cat-location:BEFORE {
    background-position: -60px -120px; }
  .cat-moving-image-and-multidisciplinary-presentations .flex-cat-location:BEFORE {
    background-position: -80px -120px; }

.flex-cat-disciplines:BEFORE {
  background-position: 0 -140px; }
  .cat-literary-arts-and-multidisciplinary-presentations .flex-cat-disciplines:BEFORE {
    background-position: -20px -140px; }
  .cat-visual-arts-and-multidisciplinary-presentations .flex-cat-disciplines:BEFORE {
    background-position: -40px -140px; }
  .cat-socially-engaged-art-and-multidisciplinary-presentations .flex-cat-disciplines:BEFORE {
    background-position: -60px -140px; }
  .cat-moving-image-and-multidisciplinary-presentations .flex-cat-disciplines:BEFORE {
    background-position: -80px -140px; }

.pronoun-wrap:BEFORE {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 22px;
  background-image: url("../assets/cc-retreat21-icons.svg");
  background-repeat: no-repeat;
  background-size: 100px 200px;
  margin-right: 2px;
  background-position: 0 -160px; }
  .cat-literary-arts-and-multidisciplinary-presentations .pronoun-wrap:BEFORE {
    background-position: -20px -160px; }
  .cat-visual-arts-and-multidisciplinary-presentations .pronoun-wrap:BEFORE {
    background-position: -40px -160px; }
  .cat-socially-engaged-art-and-multidisciplinary-presentations .pronoun-wrap:BEFORE {
    background-position: -60px -160px; }
  .cat-moving-image-and-multidisciplinary-presentations .pronoun-wrap:BEFORE {
    background-position: -80px -160px; }

.section-links p {
  margin: 0; }

.section-links a {
  color: var(--textfg);
  display: inline-block; }
  .section-links a:BEFORE {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 22px;
    background-image: url("../assets/cc-retreat21-icons.svg");
    background-repeat: no-repeat;
    background-size: 100px 200px;
    background-position: 0 -120px;
    margin-right: 5px; }
  .section-links a:BEFORE {
    background-position: 0 0px; }
    .cat-literary-arts-and-multidisciplinary-presentations .section-links a:BEFORE {
      background-position: -20px 0px; }
    .cat-visual-arts-and-multidisciplinary-presentations .section-links a:BEFORE {
      background-position: -40px 0px; }
    .cat-socially-engaged-art-and-multidisciplinary-presentations .section-links a:BEFORE {
      background-position: -60px 0px; }
    .cat-moving-image-and-multidisciplinary-presentations .section-links a:BEFORE {
      background-position: -80px 0px; }
  .section-links a:HOVER {
    color: inherit; }
  @media (max-width: 767px) {
    .section-links a {
      word-break: all; } }
.section-links a[href*="mailto:"] {
  display: inline-block; }
  .section-links a[href*="mailto:"]:BEFORE {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 22px;
    background-image: url("../assets/cc-retreat21-icons.svg");
    background-repeat: no-repeat;
    background-size: 100px 200px;
    background-position: 0 -120px;
    margin-right: 5px; }
  .section-links a[href*="mailto:"]:BEFORE {
    background-position: 0 -40px; }
    .cat-literary-arts-and-multidisciplinary-presentations .section-links a[href*="mailto:"]:BEFORE {
      background-position: -20px -40px; }
    .cat-visual-arts-and-multidisciplinary-presentations .section-links a[href*="mailto:"]:BEFORE {
      background-position: -40px -40px; }
    .cat-socially-engaged-art-and-multidisciplinary-presentations .section-links a[href*="mailto:"]:BEFORE {
      background-position: -60px -40px; }
    .cat-moving-image-and-multidisciplinary-presentations .section-links a[href*="mailto:"]:BEFORE {
      background-position: -80px -40px; }

.section-links a[href*="instagram.com"] {
  display: inline-block; }
  .section-links a[href*="instagram.com"]:BEFORE {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 22px;
    background-image: url("../assets/cc-retreat21-icons.svg");
    background-repeat: no-repeat;
    background-size: 100px 200px;
    background-position: 0 -120px;
    margin-right: 5px; }
  .section-links a[href*="instagram.com"]:BEFORE {
    background-position: 0 -20px; }
    .cat-literary-arts-and-multidisciplinary-presentations .section-links a[href*="instagram.com"]:BEFORE {
      background-position: -20px -20px; }
    .cat-visual-arts-and-multidisciplinary-presentations .section-links a[href*="instagram.com"]:BEFORE {
      background-position: -40px -20px; }
    .cat-socially-engaged-art-and-multidisciplinary-presentations .section-links a[href*="instagram.com"]:BEFORE {
      background-position: -60px -20px; }
    .cat-moving-image-and-multidisciplinary-presentations .section-links a[href*="instagram.com"]:BEFORE {
      background-position: -80px -20px; }

.section-links a[href*="twitter.com"] {
  display: inline-block; }
  .section-links a[href*="twitter.com"]:BEFORE {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 22px;
    background-image: url("../assets/cc-retreat21-icons.svg");
    background-repeat: no-repeat;
    background-size: 100px 200px;
    background-position: 0 -120px;
    margin-right: 5px; }
  .section-links a[href*="twitter.com"]:BEFORE {
    background-position: 0 -60px; }
    .cat-literary-arts-and-multidisciplinary-presentations .section-links a[href*="twitter.com"]:BEFORE {
      background-position: -20px -60px; }
    .cat-visual-arts-and-multidisciplinary-presentations .section-links a[href*="twitter.com"]:BEFORE {
      background-position: -40px -60px; }
    .cat-socially-engaged-art-and-multidisciplinary-presentations .section-links a[href*="twitter.com"]:BEFORE {
      background-position: -60px -60px; }
    .cat-moving-image-and-multidisciplinary-presentations .section-links a[href*="twitter.com"]:BEFORE {
      background-position: -80px -60px; }

.section-links a[href*="facebook.com"] {
  display: inline-block; }
  .section-links a[href*="facebook.com"]:BEFORE {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 22px;
    background-image: url("../assets/cc-retreat21-icons.svg");
    background-repeat: no-repeat;
    background-size: 100px 200px;
    background-position: 0 -120px;
    margin-right: 5px; }
  .section-links a[href*="facebook.com"]:BEFORE {
    background-position: 0 -80px; }
    .cat-literary-arts-and-multidisciplinary-presentations .section-links a[href*="facebook.com"]:BEFORE {
      background-position: -20px -80px; }
    .cat-visual-arts-and-multidisciplinary-presentations .section-links a[href*="facebook.com"]:BEFORE {
      background-position: -40px -80px; }
    .cat-socially-engaged-art-and-multidisciplinary-presentations .section-links a[href*="facebook.com"]:BEFORE {
      background-position: -60px -80px; }
    .cat-moving-image-and-multidisciplinary-presentations .section-links a[href*="facebook.com"]:BEFORE {
      background-position: -80px -80px; }

button.accordion-toggle {
  font-family: 'ProtoGrotesk',Arial,sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  width: 100%;
  text-align: left; }
  @media (max-width: 749px) {
    button.accordion-toggle {
      font-size: 18px; } }
.retreat2021-single, .welcome-label-wrap {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  color: var(--textGray); }
  .retreat2021-single.type-presentation_block, .welcome-label-wrap.type-presentation_block {
    background: var(--bg);
    color: var(--fg);
    margin-bottom: 4rem; }
    .retreat2021-single.type-presentation_block .presentation-details, .welcome-label-wrap.type-presentation_block .presentation-details {
      margin-top: 0.5rem; }
  .retreat2021-single.type-text, .welcome-label-wrap.type-text {
    padding: 1rem 1rem 4rem; }
    @media (max-width: 767px) {
      .retreat2021-single.type-text, .welcome-label-wrap.type-text {
        padding: 1rem 1rem 2rem; } }
  .retreat2021-single .presentation, .welcome-label-wrap .presentation {
    padding: 1rem 1rem 2.5rem;
    margin-bottom: 1rem; }
    .retreat2021-single .presentation h3, .welcome-label-wrap .presentation h3 {
      font-size: 36px;
      line-height: 1;
      letter-spacing: -0.02em;
      margin: 0 auto 0.5rem; }
      @media (max-width: 749px) {
        .retreat2021-single .presentation h3, .welcome-label-wrap .presentation h3 {
          font-size: 26px; } }
      @media (min-width: 768px) {
        .retreat2021-single .presentation h3, .welcome-label-wrap .presentation h3 {
          width: 66%;
          max-width: 750px; } }
  .retreat2021-single .retreat2021-accordion-single, .welcome-label-wrap .retreat2021-accordion-single {
    padding: 0 1rem;
    margin: 0 auto 1rem;
    border-top: dotted 1px #999;
    position: relative; }
    .retreat2021-single .retreat2021-accordion-single .pronoun-wrap, .welcome-label-wrap .retreat2021-accordion-single .pronoun-wrap {
      display: inline-block;
      width: 10px;
      white-space: nowrap;
      vertical-align: top;
      letter-spacing: 0;
      font-size: 18px;
      padding-left: 0;
      font-weight: bold;
      margin-top: -0.3em; }
      @media (max-width: 767px) {
        .retreat2021-single .retreat2021-accordion-single .pronoun-wrap, .welcome-label-wrap .retreat2021-accordion-single .pronoun-wrap {
          display: block;
          width: auto; } }
    .retreat2021-single .retreat2021-accordion-single .accordion-toggle, .welcome-label-wrap .retreat2021-accordion-single .accordion-toggle {
      color: var(--textGray);
      font-size: 32px;
      line-height: 1;
      letter-spacing: -0.02em; }
      @media (max-width: 749px) {
        .retreat2021-single .retreat2021-accordion-single .accordion-toggle, .welcome-label-wrap .retreat2021-accordion-single .accordion-toggle {
          font-size: 26px; } }
      .retreat2021-single .retreat2021-accordion-single .accordion-toggle:BEFORE, .retreat2021-single .retreat2021-accordion-single .accordion-toggle:AFTER, .welcome-label-wrap .retreat2021-accordion-single .accordion-toggle:BEFORE, .welcome-label-wrap .retreat2021-accordion-single .accordion-toggle:AFTER {
        content: "";
        position: absolute;
        top: 1.35rem;
        right: 0;
        width: 24px;
        height: 1px;
        background: #999;
        opacity: 1;
        border-radius: 0 !important; }
      .retreat2021-single .retreat2021-accordion-single .accordion-toggle:BEFORE, .welcome-label-wrap .retreat2021-accordion-single .accordion-toggle:BEFORE {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .retreat2021-single .retreat2021-accordion-single.expanded, .welcome-label-wrap .retreat2021-accordion-single.expanded {
      border-color: transparent; }
      .retreat2021-single .retreat2021-accordion-single.expanded .accordion-toggle, .welcome-label-wrap .retreat2021-accordion-single.expanded .accordion-toggle {
        position: absolute;
        width: 100%;
        width: -webkit-calc(100% - 2rem);
        width: calc(100% - 2rem);
        z-index: 2;
        color: transparent;
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
        border-radius: 0; }
        .retreat2021-single .retreat2021-accordion-single.expanded .accordion-toggle:BEFORE, .welcome-label-wrap .retreat2021-accordion-single.expanded .accordion-toggle:BEFORE {
          opacity: 0; }
        .retreat2021-single .retreat2021-accordion-single.expanded .accordion-toggle:AFTER, .welcome-label-wrap .retreat2021-accordion-single.expanded .accordion-toggle:AFTER {
          background: white; }
  .retreat2021-single h6, .welcome-label-wrap h6 {
    margin: 0 0 1rem;
    font-size: 1em;
    color: var(--textGray);
    font-weight: normal; }
  .retreat2021-single .project-image, .welcome-label-wrap .project-image {
    width: 75%;
    max-width: 750px;
    position: relative;
    margin: 0 auto 2.5rem; }
    .retreat2021-single .project-image.vert, .retreat2021-single .project-image.vertX, .retreat2021-single .project-image.squareplus, .welcome-label-wrap .project-image.vert, .welcome-label-wrap .project-image.vertX, .welcome-label-wrap .project-image.squareplus {
      width: 50%;
      max-width: 450px; }
    .retreat2021-single .project-image img, .welcome-label-wrap .project-image img {
      display: block;
      width: 100%;
      height: auto; }
  @media (max-width: 860px) {
    .retreat2021-single, .welcome-label-wrap {
      padding-left: 1rem;
      padding-right: 1rem; } }
.welcome-label-wrap .retreat2021-accordion-single.expanded .accordion-toggle:AFTER {
  background: #999; }

.retreat2021-single.type-text {
  border-top: dotted 1px #999; }
  .retreat2021-single.type-text .time-slot + p {
    margin-top: 0; }

.welcome-label-wrap {
  border-top: dotted 1px #999;
  margin: 5rem auto 2rem; }
  .welcome-label-wrap .retreat2021-accordion-single {
    border-top: none; }

.welcome-label-text {
  max-width: 750px;
  margin: auto;
  text-align: left;
  padding-top: 3rem; }

.pronoun-inline:BEFORE {
  content: "";
  width: 1px;
  margin-right: 10px; }

.pronoun-inline small {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 22px;
  background-image: url("../assets/cc-retreat21-icons.svg");
  background-repeat: no-repeat;
  background-size: 100px 200px;
  margin-right: 2px;
  background-position: 0 -180px; }
  .cat-literary-arts-and-multidisciplinary-presentations .pronoun-inline small {
    background-position: -20px -160px; }
  .cat-visual-arts-and-multidisciplinary-presentations .pronoun-inline small {
    background-position: -40px -180px; }
  .cat-socially-engaged-art-and-multidisciplinary-presentations .pronoun-inline small {
    background-position: -60px -160px; }
  .cat-moving-image-and-multidisciplinary-presentations .pronoun-inline small {
    background-position: -80px -180px; }

.retreat-accordion-contents {
  padding: 0 0 50px;
  display: none; }
  .expanded .retreat-accordion-contents {
    display: block;
    opacity: 0;
    -webkit-animation: fadein 0.3s 0s forwards 1;
            animation: fadein 0.3s 0s forwards 1; }
  .retreat-accordion-contents .artist-headshot {
    float: left;
    width: 113px;
    height: 113px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    -webkit-shape-outside: circle(50%);
            shape-outside: circle(50%);
    margin-right: 1rem; }
    .retreat-accordion-contents .artist-headshot img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .retreat-accordion-contents .artist-headshot + p {
      margin-top: 0; }

.fullw-cols {
  position: relative;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px; }
  .fullw-cols > .col {
    flex-basis: 33.333%;
    margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .fullw-cols.col-cnt-1, .fullw-cols.col-cnt-2, .fullw-cols.col-cnt-3 {
      flex-wrap: nowrap; } }
  @media (min-width: 768px) {
    .fullw-cols.col-cnt-1 > .col, .fullw-cols.col-cnt-2 > .col, .fullw-cols.col-cnt-3 > .col {
      flex-basis: 0;
      -webkit-box-flex: 1;
              flex-grow: 1;
      margin-bottom: 0; } }
  .fullw-cols h5 {
    color: var(--textfg);
    font-weight: bold; }
  .fullw-cols.col-cnt-2, .fullw-cols.col-cnt-4 {
    -webkit-box-pack: center;
            justify-content: center; }
    .fullw-cols.col-cnt-2 .col, .fullw-cols.col-cnt-4 .col {
      flex-basis: 50%;
      max-width: 420px; }
  @media (max-width: 767px) {
    .fullw-cols {
      flex-wrap: wrap; }
      .fullw-cols > .col {
        flex-basis: 100% !important;
        margin-bottom: 2.5rem;
        padding-left: 0;
        padding-right: 0; } }
  .fullw-cols strong {
    color: var(--textfg); }

.retreat-overview {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--bg);
  color: var(--fg);
  padding: 3.5rem 1rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 1024px) {
    .retreat-overview {
      padding-left: 6rem;
      padding-right: 6rem; } }
.retreat-overview-project {
  font-style: italic; }

.color-pickup {
  color: var(--textfg); }
  .color-pickup a {
    color: inherit; }

.post-password-form {
  width: 66%;
  max-width: 750px;
  margin: auto;
  padding: 4rem 1rem;
  text-align: center; }
  .post-password-form label {
    font-size: 14px;
    display: block;
    text-align: center; }
  .post-password-form input, .post-password-form button {
    background: none;
    border: solid 1px;
    padding: 0.5rem 0.5rem;
    font-family: 'ProtoGrotesk',Arial,sans-serif;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 450px;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: 0; }
    @media (max-width: 749px) {
      .post-password-form input, .post-password-form button {
        font-size: 18px; } }
    .post-password-form input[type="password"], .post-password-form button[type="password"] {
      margin: 1rem auto; }
    .post-password-form input[type="submit"], .post-password-form button[type="submit"] {
      font-size: 18px;
      line-height: 1;
      display: inline-block;
      padding: 18px 22px 13px;
      border-radius: 25px;
      border: dotted 1px;
      text-decoration: none;
      color: var(--buttonfg, black);
      margin: 0 12px 8px -0.05em;
      white-space: nowrap;
      background: transparent;
      max-width: 150px;
      margin: auto; }
      @media (min-width: 800px) {
        .post-password-form input[type="submit"]:HOVER, .post-password-form button[type="submit"]:HOVER {
          border-style: solid; } }
      .post-password-form input[type="submit"].active, .post-password-form button[type="submit"].active {
        color: var(--buttonfginvert, white);
        background: var(--buttonbginvert, black);
        border-style: solid; }
        .post-password-form input[type="submit"].active:after, .post-password-form button[type="submit"].active:after {
          content: "×";
          font-family: Helvetica,sans-serif;
          font-weight: 100;
          display: inline-block;
          width: 16px;
          height: 16px;
          margin-left: 4px;
          text-align: center;
          line-height: 16px;
          font-size: 28px;
          vertical-align: middle;
          -webkit-transform: translateY(-4px);
                  transform: translateY(-4px); }
        @media (min-width: 800px) {
          .post-password-form input[type="submit"].active:HOVER, .post-password-form button[type="submit"].active:HOVER {
            background: white;
            color: black; } }
      .post-password-form input[type="submit"].invert, .post-password-form button[type="submit"].invert {
        background: #465fe1;
        color: white;
        border-style: solid; }
        @media (min-width: 800px) {
          .post-password-form input[type="submit"].invert:HOVER, .post-password-form button[type="submit"].invert:HOVER {
            opacity: 0.9;
            -webkit-transition: 0.15s;
            transition: 0.15s; } }
      .post-password-form input[type="submit"].inverthollow, .post-password-form button[type="submit"].inverthollow {
        background: transparent;
        color: white; }
        @media (min-width: 800px) {
          .post-password-form input[type="submit"].inverthollow:HOVER, .post-password-form button[type="submit"].inverthollow:HOVER {
            background: white;
            border: solid 1px white;
            color: black; } }
        .hovered .post-password-form input[type="submit"].inverthollow, .hovered .post-password-form button[type="submit"].inverthollow {
          background: white;
          border: solid 1px white;
          color: black; }
        .hovered.on-red .post-password-form input[type="submit"].inverthollow, .hovered.on-red .post-password-form button[type="submit"].inverthollow {
          color: #ef4623; }
      @media (max-width: 749px) {
        .post-password-form input[type="submit"], .post-password-form button[type="submit"] {
          font-size: 16px;
          padding: 15px 20px 12px;
          /* border-radius:21px; */ } }
.retreat-download-wrap {
  text-align: center;
  margin-top: 4rem; }
  .retreat-download-wrap a {
    margin: 0 0 2rem; }

.cta-filled {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding: 18px 22px 13px;
  border-radius: 25px;
  border: dotted 1px;
  text-decoration: none;
  color: var(--buttonfg, black);
  margin: 0 12px 8px -0.05em;
  white-space: nowrap;
  background: transparent;
  background: var(--fg);
  color: var(--bg); }
  @media (min-width: 800px) {
    .cta-filled:HOVER {
      border-style: solid; } }
  .cta-filled.active {
    color: var(--buttonfginvert, white);
    background: var(--buttonbginvert, black);
    border-style: solid; }
    .cta-filled.active:after {
      content: "×";
      font-family: Helvetica,sans-serif;
      font-weight: 100;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-left: 4px;
      text-align: center;
      line-height: 16px;
      font-size: 28px;
      vertical-align: middle;
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); }
    @media (min-width: 800px) {
      .cta-filled.active:HOVER {
        background: white;
        color: black; } }
  .cta-filled.invert {
    background: #465fe1;
    color: white;
    border-style: solid; }
    @media (min-width: 800px) {
      .cta-filled.invert:HOVER {
        opacity: 0.9;
        -webkit-transition: 0.15s;
        transition: 0.15s; } }
  .cta-filled.inverthollow {
    background: transparent;
    color: white; }
    @media (min-width: 800px) {
      .cta-filled.inverthollow:HOVER {
        background: white;
        border: solid 1px white;
        color: black; } }
    .hovered .cta-filled.inverthollow {
      background: white;
      border: solid 1px white;
      color: black; }
    .hovered.on-red .cta-filled.inverthollow {
      color: #ef4623; }
  @media (max-width: 749px) {
    .cta-filled {
      font-size: 16px;
      padding: 15px 20px 12px;
      /* border-radius:21px; */ } }
.cta-simple {
  color: var(--fg);
  border-bottom: dotted 1px;
  border-color: var(--fg); }

#app {
  min-height: 100%;
  min-height: -webkit-calc(100vh - 70px);
  min-height: calc(100vh - 70px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

#main {
  -webkit-box-flex: 1;
          flex-grow: 1; }

.pad-row {
  position: relative;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px; }
  @media (max-width: 749px) {
    .pad-row {
      padding-left: 14px;
      padding-right: 14px; } }
.breadcrumb {
  height: 92px;
  padding-top: 24px; }
  .breadcrumb hr {
    margin: 20px 0 0; }
  .breadcrumb.no-hr {
    height: 70px; }
  .breadcrumb.pre-hr {
    height: 58px; }
  .breadcrumb .btn-btwn {
    color: var(--colorActive, black);
    opacity: 0.5; }
    .breadcrumb .btn-btwn:before, .breadcrumb .btn-btwn:after {
      content: '\a0\a0'; }

.img-cover {
  background-size: cover;
  background-position: 50% 50%; }

/* HOME */
.project-carousel {
  position: relative; }

.carousel-items {
  margin-top: 40px;
  padding-bottom: 45%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 749px) {
    .carousel-items {
      padding-bottom: 170%;
      margin-top: 20px;
      margin-left: -14px;
      margin-right: -14px; } }
  @media (min-width: 1350px) {
    .carousel-items {
      padding-bottom: 40%; } }
  @media (min-width: 1550px) {
    .carousel-items {
      padding-bottom: 35%; } }
  @media (min-width: 1850px) {
    .carousel-items {
      padding-bottom: 30%; } }
@media (max-width: 749px) {
  .m-metarow {
    font-size: 14px; } }

.slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eaeaea;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  z-index: 2; }
  .slide .carousel-pretitle {
    margin-bottom: 4px; }
    @media (max-width: 749px) {
      .slide .carousel-pretitle {
        font-size: 14px; } }
  .slide .text {
    width: 33.33%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 32px; }
    @media (max-width: 1100px) {
      .slide .text {
        width: 45%; } }
    @media (max-width: 880px) {
      .slide .text {
        width: 55%; } }
    @media (max-width: 749px) {
      .slide .text {
        padding: 12px; }
        .slide .text h2 {
          font-size: 24px;
          line-height: 1; }
        .slide .text p {
          margin-top: 10px;
          font-size: 16px; }
          .slide .text p:first-child {
            margin-top: 0; }
        .slide .text .photo-wrap + p {
          margin-top: 0; } }
  .slide .p-summary {
    margin-top: 24px; }
  .slide .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 66.67%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
    @media (max-width: 1100px) {
      .slide .img {
        width: 55%; } }
    @media (max-width: 880px) {
      .slide .img {
        width: 45%; } }
  .slide .photo-wrap {
    flex-shrink: 0;
    width: 105px; }
  @media (max-width: 749px) {
    .slide .img {
      width: 100%;
      top: 0;
      height: 35%; }
    .slide .text {
      width: 100%;
      top: auto;
      bottom: 0;
      height: 65%; } }
  .slide[data-pos="left"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 1; }
  .slide[data-pos="right"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 1; }
  .slide[data-pos="active"] {
    -webkit-transform: none;
            transform: none;
    z-index: 3; }

.carousel-nav {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 8px;
  z-index: 2; }
  .carousel-nav .dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 13px 5px 0;
    color: black;
    border-radius: 50%;
    border: 1px dotted currentColor;
    cursor: pointer;
    position: relative; }
    .carousel-nav .dot.active {
      border: solid 1px;
      background: black; }
    @media (min-width: 800px) {
      .carousel-nav .dot:HOVER {
        border-style: solid; } }
    .carousel-nav .dot:BEFORE {
      content: "";
      position: absolute;
      top: -12px;
      bottom: -12px;
      left: -5px;
      right: -6px; }

@media print {
  body {
    background: none !important;
    padding: 0 !important; }
  .nav-primary {
    position: relative; }
  #app {
    display: block !important; }
  .icon-search,
  .icon-menu,
  footer .social,
  footer .awardee-login,
  .inline-vid-wrap,
  .content_related,
  .footer-links,
  .index-filternav,
  .suggested-wrap,
  .ap-index-wrap > hr:first-child,
  .filter-param-wrap,
  .single-artists .wrap-project,
  .journal-cat-wrap,
  .header-set-secondary,
  noscript,
  .meta-share {
    display: none !important; }
  .carousel-items {
    overflow: visible; }
  footer {
    background: none;
    color: black;
    min-height: 90px !important; }
    footer a {
      color: inherit !important; }
  .f {
    display: block; }
  .fix-full, .abs-full {
    position: relative;
    display: block;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important; }
  .breadcrumb {
    height: 0;
    overflow: hidden; }
  .carousel-items {
    padding: 0; }
    .carousel-items .slide {
      position: relative;
      height: 250px; }
  .artist-info {
    padding-top: 20px !important; }
    .artist-info .photo-wrap {
      display: block;
      width: 250px;
      height: 250px; }
  .wrap-artist .artist-info {
    left: 0; }
  body.modal-on {
    overflow: visible; }
  .long-read {
    width: 100% !important;
    flex-basis: 100% !important;
    display: block; }
  .row.center {
    display: block !important; }
  .pad-row {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
/*# sourceMappingURL=styles.css.map */