@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("//hello.myfonts.net/count/40d3bd");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

p, ul, ol {
  margin: 0 0 1.5em;
}

ul li {
  list-style: disc outside none;
  margin: 0 0 0.5em 2em;
}
ul li ul {
  margin: 0.5em 0;
}

ol li {
  list-style: decimal outside none;
  margin: 0 0 0.5em 2em;
}

img {
  max-width: 100%;
}

select, input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], textarea {
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], textarea {
  font: normal 14px/17px sans-serif;
  padding: 8px;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.centered, .aligncenter, .centred, .aligncentre, .center, .centre {
  text-align: center;
}

@font-face {
  font-family: "GalanoGrotesque";
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
  src: url("../webfonts/GalanoGrotesque/italic_normal_normal.woff2") format("woff2"), url("../webfonts/GalanoGrotesque/italic_normal_normal.woff") format("woff");
}
@font-face {
  font-family: "GalanoGrotesque";
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  src: url("../webfonts/GalanoGrotesque/normal_normal_bold.woff2") format("woff2"), url("../webfonts/GalanoGrotesque/normal_normal_bold.woff") format("woff");
}
@font-face {
  font-family: "GalanoGrotesque";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  src: url("../webfonts/GalanoGrotesque/normal_normal_normal.woff2") format("woff2"), url("../webfonts/GalanoGrotesque/normal_normal_normal.woff") format("woff");
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial;
}
.has-event .pika-button {
  color: #fff;
  background: #D2374A;
}
.is-today .pika-button {
  color: #D2374A;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #D2374A;
  box-shadow: inset 0 1px 3px #D2374A;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
  background: #89C765;
  box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  color: #666;
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #89C765;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #D2374A;
  box-shadow: none;
  border-radius: 3px;
}

/*
	Colors
*/
/*
	Global
*/
body {
  background: #FFF;
  color: #000;
  font: 400 18px/25px GalanoGrotesque, sans-serif;
  text-align: center;
}

h1 {
  font: 400 48px/52px GalanoGrotesque, sans-serif;
  margin-bottom: 0.8em;
}
h1 a {
  text-decoration: none;
}
h1 a:hover {
  color: #000;
}
.public-art h1 {
  padding-right: 400px;
}

h2 {
  font: 400 32px/36px GalanoGrotesque, sans-serif;
  margin: 0 0 0.5em;
}
h2 a {
  text-decoration: none;
}
h2 a:hover {
  color: #000;
}
.richtext + h2 {
  margin-top: 1em;
}

h3 {
  font: 700 24px/28px GalanoGrotesque, sans-serif;
  margin: 0 0 0.5em;
}
h3 a {
  text-decoration: none;
}
h3 a:hover {
  color: #000;
}
h3.billboard-category {
  border-bottom: 1px solid #89C765;
  font-size: 21px;
  line-height: 24px;
  margin: 1em 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.richtext + h3 {
  margin-top: 1.5em;
}

h4 {
  font: 700 18px/21px GalanoGrotesque, sans-serif;
  margin-bottom: 0.5em;
}
h4.billboard-category {
  background: #EEF7E8;
  border-radius: 4px;
  padding: 10px;
}

blockquote {
  font-style: italic;
  margin: 2em 3em;
}
blockquote p:last-child {
  margin-bottom: 0;
}

.richtext.callout {
  background: #EEF7E8;
  border: 1px solid #89C765;
  border-radius: 4px;
  margin-bottom: 1.5em;
  padding: 20px;
}
.richtext.callout p:last-child {
  margin: 0;
}

a {
  color: #D2374A;
  transition: color 0.2s linear;
}
a:hover {
  text-decoration: none;
}

main {
  padding: 30px 0;
}
.home main {
  padding-bottom: 0;
}

.wrapper {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0 20px;
  position: relative;
  text-align: left;
}

.narrow .page {
  margin: 0 auto;
  max-width: 770px;
}

.page + .grid {
  margin: 2em 0;
}

.content-with-sidebar {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  margin-bottom: 2em;
}
.content-with-sidebar .content {
  width: 65.811965812%;
}

.sidebar {
  margin-left: auto;
  width: 31.6239316239%;
}
.sidebar ul {
  margin: 0;
}
.sidebar li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.sidebar-block {
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 16px;
  line-height: 19px;
  margin: 0 auto;
  max-width: 270px;
  overflow: hidden;
}
.sidebar-block figure {
  margin: 0;
}
.sidebar-block figure figcaption {
  padding: 10px 20px;
}
.sidebar-block h3 {
  border-bottom: 1px solid #CCC;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 15px 20px;
  text-transform: uppercase;
}
.sidebar-block ul {
  padding: 15px 20px 1px;
}
.sidebar-block li {
  color: #777;
  margin-bottom: 15px;
}
.sidebar-block strong {
  color: #000;
}

#crumbs {
  color: #777;
  font-size: 14px;
  line-height: 17px;
  margin: 0 auto 30px;
}
.narrow #crumbs {
  max-width: 770px;
}

figure {
  margin-bottom: 2em;
}
figure img {
  display: block;
  margin: 0 auto;
}
figure.left {
  float: left;
  margin: 0 30px 20px 0;
  width: 48.7179487179%;
}
figure.right {
  float: right;
  margin: 0 0 20px 30px;
  width: 48.7179487179%;
}
figure figcaption {
  color: #777;
  font-size: 16px;
  line-height: 21px;
  padding-top: 10px;
  text-align: left;
}
figure figcaption p {
  margin: 0;
}

.clear {
  clear: both;
}

.mfp-figure figcaption {
  padding: 0;
}

.mfp-bottom-bar {
  padding-top: 10px;
}

.files li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

a.file-link {
  display: block;
  font-weight: 700;
  padding: 4px 4px 4px 32px;
  position: relative;
}
a.file-link svg {
  color: #89C765;
  font-size: 24px;
  left: 0;
  position: absolute;
  top: 4px;
}

.btn {
  background: #D2374A;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font: 700 18px/20px GalanoGrotesque, sans-serif;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s linear;
}
.btn:hover {
  background: #000;
  color: #FFF;
}
.btn svg {
  color: #FFF;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.btn.icon-left svg {
  margin-right: 8px;
}
.btn.icon-right svg {
  margin-left: 8px;
}

.more {
  font-size: 16px;
  font-style: italic;
  margin: 0;
}
.more svg {
  margin-left: 10px;
}

/**
 * Header	
*/
#header-primary {
  background: #000;
  padding: 20px 0 0;
}
#header-primary .wrapper {
  text-align: center;
}
#header-primary img {
  display: block;
  margin: 0 auto;
  width: 270px;
}
#header-primary nav ul {
  margin: 0;
}
#header-primary nav li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#header-primary nav li ul {
  background: #EEF7E8;
  border-bottom: 1px solid #000;
  columns: 2;
  column-gap: 20px;
  display: none;
  font-size: 16px;
  left: 0;
  line-height: 21px;
  padding: 20px 0;
  position: absolute;
  text-align: left;
  width: 410px;
  z-index: 2;
}
#header-primary nav li ul li {
  -moz-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  display: block;
}
#header-primary nav li ul a {
  color: #000;
  font-weight: 400;
  padding: 5px 20px;
}
#header-primary nav li .nav-about + ul {
  left: auto;
  right: 0;
}
#header-primary nav a {
  color: #FFF;
  display: block;
  font-weight: 700;
  padding: 20px;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
#header-primary nav a:hover {
  opacity: 0.65;
}
#header-primary nav.nav-search svg {
  font-size: 24px;
}
#header-primary nav.nav-search + .active-indicator {
  margin-left: -12px;
}

.active-indicator {
  bottom: -18px;
  color: #000;
  font-size: 36px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  z-index: 3;
}

#nav-search {
  background: #EEF7E8;
  border-bottom: 1px solid #000;
  display: none;
  padding: 20px;
  position: absolute;
  right: 0;
  width: 410px;
  z-index: 2;
}
#nav-search input[type=text] {
  width: calc(100% - 130px);
}
#nav-search .btn {
  margin-left: auto;
  width: 120px;
}

.nav-search-inner {
  display: flex;
}

/**
 * Home	
*/
#features {
  display: flex;
  flex-wrap: wrap;
}

.feature {
  margin-right: 2.5641025641%;
  margin-bottom: 30px;
}
.feature h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}
.feature h2 a {
  color: #000;
}
.feature h2 a:hover {
  color: #D2374A;
}

.feature-1-3, .feature-2-3, .feature-3-3, .feature-2-4, .feature-3-4, .feature-1-5, .feature-2-5, .feature-3-5, .feature-5-5, .feature-1-6, .feature-2-6, .feature-3-6, .feature-4-6, .feature-5-6, .feature-6-6, .feature-2-7, .feature-3-7, .feature-5-7, .feature-6-7, .feature-7-7, .feature-2-8, .feature-3-8, .feature-4-8, .feature-5-8, .feature-6-8, .feature-7-8, .feature-8-8, .feature-1-9, .feature-2-9, .feature-3-9, .feature-4-9, .feature-5-9, .feature-6-9, .feature-6-7, .feature-7-9, .feature-8-9, .feature-9-9 {
  width: 31.6239316239%;
}

.feature-1-4, .feature-4-4, .feature-4-5, .feature-1-7, .feature-4-7, .feature-1-8 {
  width: 65.811965812%;
}

.feature-3-3, .feature-2-4, .feature-4-4, .feature-3-5, .feature-5-5, .feature-3-6, .feature-6-6, .feature-2-7, .feature-4-7, .feature-7-7, .feature-2-8, .feature-5-8, .feature-8-8, .feature-3-9, .feature-6-9, .feature-9-9 {
  margin-right: 0;
}

.feature-image-link {
  display: block;
  height: 240px;
  margin-bottom: 10px;
  position: relative;
}
.feature-image-link img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.feature-image-link .feature-badge {
  background: #89C765;
  bottom: 0;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  line-height: 14px;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
}

#home-cta {
  display: flex;
  margin-bottom: 30px;
  text-align: left;
}

#home-cta-billboard {
  background: #89C765;
  padding: 30px 30px 30px 20px;
  width: 50%;
}
#home-cta-billboard .home-cta-content {
  margin-left: auto;
}
#home-cta-billboard h2 svg {
  color: #FFF;
  font-size: 48px;
  margin-left: 20px;
}
#home-cta-billboard form {
  margin-bottom: 20px;
}
#home-cta-billboard .more a {
  color: #000;
}

#home-cta-deadlines {
  background: #EEF7E8;
  padding: 30px 20px 30px 30px;
  width: 50%;
}
#home-cta-deadlines h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}
#home-cta-deadlines h2 svg {
  color: #89C765;
  font-size: 36px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
#home-cta-deadlines h3 {
  color: #D2374A;
  font: 700 24px/26px GalanoGrotesque, sans-serif;
  margin: 0;
}
#home-cta-deadlines ul {
  margin: 0;
}
#home-cta-deadlines li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
#home-cta-deadlines li:last-child {
  margin: 0;
}
#home-cta-deadlines li a {
  color: #000;
}

.home-cta-content {
  max-width: 540px;
}

#public-art-cta {
  height: 300px;
  position: relative;
}
#public-art-cta a {
  color: #000;
}
#public-art-cta img {
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  width: 100%;
}
#public-art-cta h2 {
  background: #FFF;
  left: 50%;
  margin-bottom: 0;
  margin-left: -300px;
  margin-top: -40px;
  padding: 10px;
  position: absolute;
  top: 50%;
  width: 600px;
}

/**
 * Public Art	
*/
.app-btns {
  align-items: flex-start;
  display: flex;
  font-size: 50px;
  margin-bottom: 1em;
}
.app-btns a {
  display: block;
}
.app-btns img {
  display: block;
}
.app-btns .btn-app-store {
  margin-right: 10px;
  width: 145px;
}
.app-btns .btn-app-store img {
  width: 100%;
}
.app-btns .btn-play-store {
  width: 160px;
}
.app-btns .btn-instagram {
  color: #E1306C;
  margin-left: 10px;
  margin-top: -1px;
}
.app-btns.header-btns {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 50px;
}

#art-featured {
  display: flex;
}

.art-feature {
  border-right: 1px solid #FFF;
  display: block;
  height: 400px;
  width: 25%;
}
.art-feature img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.art-feature:last-child {
  border-right: 0;
}

#art-map {
  border-top: 1px solid #FFF;
  margin-bottom: 30px;
  position: relative;
}
#art-map.collapsed .gm-map {
  height: 160px;
}
#art-map.expanded .gm-map {
  height: 500px;
}
#art-map #mapAdjust {
  background: #FFF;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #000;
  left: 50%;
  margin-left: -70px;
  padding: 6px 12px;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
}
#art-map #mapAdjust svg {
  color: #D2374A;
  margin-left: 6px;
}

.map-window {
  width: 150px;
}
.map-window img {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
}

.filters {
  margin-bottom: 20px;
}
.filters h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.filters-row {
  display: flex;
  position: relative;
}
.filters-row .filter {
  margin-right: 10px;
  position: relative;
  width: 15%;
}
.filters-row .filter svg {
  color: #D2374A;
  position: absolute;
  right: 10px;
  top: 10px;
}
.filters-row select {
  appearance: none;
  border-color: #CCC;
  border-radius: 4px;
  font: 400 14px/17px GalanoGrotesque, sans-serif;
  height: 40px;
  padding: 5px 10px;
}

.proximate-only {
  cursor: pointer;
  font: italic 14px/17px GalanoGrotesque, sans-serif;
  position: absolute;
  right: 0;
  top: -30px;
  vertical-align: middle;
}
.proximate-only input {
  vertical-align: middle;
}

.image-header {
  align-items: center;
  border: 1px solid #89C765;
  border-width: 1px 0;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.image-header figure {
  margin: 0;
  width: 65.811965812%;
}

.image-header-metadata {
  padding: 20px 0;
  width: 31.6239316239%;
}
.has-image .image-header-metadata {
  padding: 20px 0 20px 30px;
}
.image-header-metadata ul {
  line-height: 24px;
  margin: 0;
}
.image-header-metadata li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.image-header-metadata svg {
  color: #777;
  left: 0;
  top: 2px;
  position: absolute;
}
.image-header-metadata h2 {
  margin: 0 0 5px;
}
.image-header-metadata h3 {
  color: #D2374A;
  font-weight: 400;
  margin: 0 0 5px;
}
.image-header-metadata .image-header-caption {
  bottom: 20px;
  color: #777;
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
  position: absolute;
}
.image-header-metadata .image-header-caption p {
  margin: 0;
}

.sidebar-map .gm-map {
  height: 300px;
}
.sidebar-map ul {
  font-size: 16px;
  line-height: 130%;
  margin: 0;
  padding: 10px;
}
.sidebar-map ul li {
  align-items: flex-start;
  display: flex;
  margin-bottom: 5px;
}
.sidebar-map ul svg {
  color: #D2374A;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.artist {
  align-content: flex-start;
  align-items: flex-start;
  border-top: 1px solid #CCC;
  display: flex;
  padding-bottom: 30px;
  padding-top: 30px;
}
.artist img {
  margin-right: 20px;
  width: 170px;
}
.artist .artist-bio {
  columns: 2;
  column-gap: 20px;
}

.gallery-band {
  background: #EEF7E8;
  margin-bottom: 30px;
  padding: 30px 0 1px;
}
.gallery-band p {
  font-size: 16px;
  line-height: 21px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.gallery li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  margin-right: 2.5641025641%;
  width: 14.5299145299%;
}
.gallery li:nth-child(6n+0) {
  margin-right: 0;
}
.gallery li a, .gallery li img {
  display: block;
}
.gallery.gallery-inline li {
  margin-bottom: 15px;
}

.video-band {
  background: #000;
  color: #FFF;
  margin-bottom: 30px;
  padding: 30px 0 1px;
}
.video-band .video {
  margin: 0 auto 1.5em;
}

.video-block {
  margin: 3em 0;
}
.video-block h3 {
  margin-bottom: 0.2em;
}
.video-block p {
  margin-bottom: 1em;
}

/**
 * Grants	
*/
.deadlines {
  background: #EEF7E8;
  border-radius: 4px;
  border: 1px solid #89C765;
  margin-bottom: 2em;
  padding: 20px;
}
.deadlines h2 {
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.deadlines ul {
  margin: 0;
}
.deadlines li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.deadlines svg {
  color: #D2374A;
  margin-right: 8px;
}

.grant-stats {
  align-content: flex-start;
  border-radius: 4px;
  display: flex;
  margin: 1.5em 0;
  overflow: hidden;
}
.grant-stats h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 5px;
}
.grant-stats .grant-total {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.grant-stats .grant-stat {
  padding: 20px;
  text-align: center;
  width: 50%;
}
.grant-stats .grant-stat.grant-requests {
  background: #EEF7E8;
}
.grant-stats .grant-stat.grant-awards {
  background: #89C765;
}

.grant-recipients {
  columns: 3;
  column-gap: 30px;
}
.grant-recipients ul {
  margin: 0;
}
.grant-recipients li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  -moz-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  line-height: 22px;
  margin-bottom: 8px;
}

.grants-awarded {
  margin-bottom: 3em;
}

/**
 * Billboard/Calendar	
*/
.billboard-band {
  background: #89C765;
  margin: 40px 0;
  padding: 30px 0;
}
.billboard-band .wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}
.billboard-band h2 {
  margin: 0;
  text-align: right;
}
.billboard-band form {
  margin-left: 20px;
  min-width: 400px;
}
.billboard-band .btn {
  background: #000;
}

.menu {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #89C765;
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  right: 20px;
  top: 50px;
  width: 270px;
  z-index: 1;
}
.menu h3 {
  cursor: pointer;
  font: 400 16px/19px GalanoGrotesque, sans-serif;
  margin: 0;
  padding: 10px 8px;
  position: relative;
  text-transform: uppercase;
}
.menu h3 svg {
  color: #D2374A;
  position: absolute;
  right: 8px;
  top: 10px;
}
.menu ul {
  display: none;
  margin: 0;
  padding-bottom: 6px;
}
.menu li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.menu li a, .menu li strong {
  color: #000;
  display: block;
  padding: 4px 8px;
  position: relative;
  text-decoration: none;
}
.menu li a:hover {
  color: #D2374A;
  text-decoration: underline;
}
.menu li strong {
  background: #EEF7E8;
}
.menu li .event-dot {
  left: 8px;
  top: 7px;
}
.menu.has-dots li a, .menu.has-dots li strong {
  padding: 4px 8px 4px 28px;
}

.event-dot {
  border-radius: 50%;
  height: 12px;
  position: absolute;
  width: 12px;
}
.event-dot.empty {
  background: #FFF;
  border: 1px solid #000;
}

.calendar-page {
  border-top: 1px solid #89C765;
}

.calendar-header {
  align-content: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.calendar-header h2 {
  margin: 0;
  order: 2;
  font-size: 24px;
  line-height: 26px;
}
.calendar-header a {
  text-decoration: none;
}
.calendar-header a.prev-month {
  order: 1;
  text-align: left;
}
.calendar-header a.prev-month svg {
  margin-right: 10px;
}
.calendar-header a.next-month {
  order: 3;
  text-align: right;
}
.calendar-header a.next-month svg {
  margin-left: 10px;
}
.calendar-header a:hover {
  color: #000;
}

.calendar-days {
  background: #89C765;
  display: flex;
  text-align: center;
  text-transform: uppercase;
}
.calendar-days div {
  padding: 10px;
  width: 14.2857142857%;
}

.calendar-week {
  border-left: 1px solid #89C765;
  display: flex;
}
.calendar-week .calendar-day {
  border: 1px solid #89C765;
  border-width: 0 1px 1px 0;
  min-height: 100px;
  padding: 10px;
  width: 14.2857142857%;
}
.calendar-week .calendar-day .calendar-date {
  color: #777;
  font-size: 24px;
}
.calendar-week .calendar-day.in-month .calendar-date {
  color: #000;
}
.calendar-week .calendar-day.today {
  background: #EEF7E8;
}
.calendar-week .calendar-day ul {
  font: 400 11px/14px sans-serif;
  margin: 0;
}
.calendar-week .calendar-day li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding: 2px 0px 2px 18px;
  position: relative;
}
.calendar-week .calendar-day .event-dot {
  left: 0;
  top: 3px;
}
.calendar-week .calendar-day a {
  color: #000;
  text-decoration: none;
}
.calendar-week .calendar-day a:hover {
  color: #D2374A;
}
.calendar-week .calendar-day .calendar-date-name {
  display: none;
}

.event-header {
  align-items: center;
  border: 1px solid #89C765;
  border-width: 1px 0;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.event-header .gm-map {
  margin-left: auto;
  min-height: 200px;
  width: 31.6239316239%;
}

.event-metadata {
  margin: 0;
  padding: 20px 0;
}
.has-map .event-metadata {
  padding: 20px 20px 20px 0;
  width: 65.811965812%;
}
.event-metadata ul {
  line-height: 24px;
  margin: 0;
}
.event-metadata li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.event-metadata li:last-child {
  margin: 0;
}
.event-metadata svg {
  color: #777;
  left: 0;
  top: 2px;
  position: absolute;
}

/**
 * Artist Directory	
*/
.artist-directory {
  margin-bottom: 2em;
}

.artist-directory-header, .artist-directory-row {
  border-bottom: 1px solid #89C765;
  display: flex;
}

.artist-directory-header {
  background: #89C765;
  font-weight: 700;
  text-transform: uppercase;
}

.artist-directory-row:nth-child(odd) {
  background: #EEF7E8;
}

.artist-col {
  font-size: 16px;
  line-height: 21px;
  padding: 10px 12px;
  width: 33.3333333333%;
}
.artist-col ul {
  margin: 0;
}
.artist-col li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.artist-col li svg {
  color: #89C765;
  margin-right: 5px;
}

/**
 * Awards	
*/
.award-group {
  margin-bottom: 2em;
  position: relative;
}
.award-group h2 {
  align-items: center;
  display: flex;
  margin: 0 0 0.5em;
}
.award-group h2 img {
  flex-shrink: 0;
  max-height: 50px;
  margin-left: auto;
  padding-left: 20px;
}

.nominees.all-nominees {
  border-top: 1px solid #89C765;
  display: none;
  padding-top: 3em;
}

.all-nominees-link {
  font-style: italic;
}
.all-nominees-link svg {
  margin-left: 5px;
}

/**
 * Listings	
*/
.grid {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.grid li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-right: 2.5641025641%;
  position: relative;
}
.grid li > a {
  display: block;
}
.grid li img {
  display: block;
  margin-bottom: 10px;
}
.grid li h3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.grid li h3 a {
  color: #000;
}
.grid li h3 a:hover {
  color: #D2374A;
}
.grid li h3 span {
  color: #D2374A;
}
.grid .grid-location {
  color: #D2374A;
  font: 700 14px/17px GalanoGrotesque, sans-serif;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.grid .grid-location svg {
  margin-right: 6px;
}

.grid-billboard {
  margin-bottom: 1.5em;
}
.grid-billboard li {
  border: 1px solid #CCC;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
}
.grid-billboard li figure {
  margin: -20px -20px 10px;
}
.grid-billboard li h4 {
  margin-bottom: 5px;
}
.grid-billboard li .billboard-org {
  font-size: 16px;
  font-style: italic;
  line-height: 19px;
  margin-bottom: 5px;
}
.grid-billboard li .billboard-date {
  font-weight: 700;
  text-transform: uppercase;
}
.grid-billboard li .billboard-date svg {
  color: #89C765;
  margin-right: 5px;
}

.grid-3 li {
  width: 31.6239316239%;
}
.grid-3 li:nth-child(3n+0) {
  margin-right: 0;
}

.grid-4 li {
  width: 23.0769230769%;
}
.grid-4 li:nth-child(4n+0) {
  margin-right: 0;
}

.grid-files li {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}

.grid-shop li {
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 0 20px 20px;
}
.grid-shop h3 {
  text-align: center;
}
.grid-shop img {
  margin: 0 auto;
  max-height: 240px;
}

.grid-section {
  position: relative;
}
.grid-section .more {
  position: absolute;
  right: 0;
  top: 10px;
}

.grid-section-heading {
  border-bottom: 1px solid #D2374A;
  margin-bottom: 20px;
}
.grid-section-heading h2 {
  background: #D2374A;
  border-radius: 4px 4px 0 0;
  color: #FFF;
  display: inline-block;
  font: 700 18px/20px GalanoGrotesque, sans-serif;
  margin: 0;
  padding: 10px 20px;
  text-transform: uppercase;
}
.grid-section-heading h2 svg {
  margin-right: 10px;
}

.badge {
  background: #89C765;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  line-height: 14px;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}

.hanging {
  margin: 0;
}

.hanging li, .thumbnail-lockup {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  display: flex;
  margin-bottom: 3em;
  -moz-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.hanging li.author-info, .thumbnail-lockup.author-info {
  border-top: 1px solid #89C765;
  padding-top: 30px;
}
.hanging li .hanging-thumbnail, .thumbnail-lockup .hanging-thumbnail {
  display: block;
  flex-shrink: 0;
  margin-right: 3.8961038961%;
  width: 170px;
}
.hanging li .hanging-content p:last-child, .thumbnail-lockup .hanging-content p:last-child {
  margin-bottom: 0;
}
.hanging li h3, .thumbnail-lockup h3 {
  margin-bottom: 0.2em;
  position: relative;
}
.hanging li h3 svg, .thumbnail-lockup h3 svg {
  color: #89C765;
  margin-left: 6px;
}
.hanging li .hanging-byline, .thumbnail-lockup .hanging-byline {
  color: #777;
  font-style: italic;
  margin: 0 0 10px;
}
.hanging li.has-video, .thumbnail-lockup.has-video {
  flex-wrap: wrap;
}
.hanging li.has-video .video, .thumbnail-lockup.has-video .video {
  margin-bottom: 20px;
  width: 100%;
}

.list-read-more {
  font-style: italic;
  margin-top: -1em;
}
.list-read-more svg {
  margin-left: 6px;
  vertical-align: middle;
}

.entries li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding: 4px 4px 4px 32px;
  position: relative;
}
.entries li a {
  font-weight: 700;
}
.entries li svg {
  color: #89C765;
  left: 0;
  position: absolute;
  top: 8px;
}

.search li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  padding: 20px;
}
.search li a {
  font-weight: 700;
}
.search li:nth-child(odd) {
  background: #EEF7E8;
}

.search-view-all {
  font-style: italic;
  text-align: right;
}
.search-view-all svg {
  margin-left: 5px;
}

.toggle-block {
  margin-bottom: 1.5em;
}
.toggle-block h3 {
  align-content: flex-start;
  cursor: pointer;
  display: flex;
}
.toggle-block svg {
  color: #D2374A;
  margin-left: auto;
  padding-left: 20px;
}
.toggle-block .toggle-content {
  padding-bottom: 1px;
}
.toggle-block.closed .toggle-content {
  display: none;
}
.toggle-block.open .toggle-content {
  display: block;
}

.post-metadata {
  color: #777;
  font-style: italic;
  margin: 2em 0;
}

.content-map .gm-map {
  height: 300px;
  margin-bottom: 2em;
}

/**
 * Shop	
*/
h1.product-title {
  margin-bottom: 5px;
}

.price {
  color: #D2374A;
  font: 700 24px/28px GalanoGrotesque, sans-serif;
  margin: 0 0 1em;
}

.paypal-code {
  align-content: flex-start;
  align-items: flex-start;
  border: 1px solid #CCC;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
  padding: 20px;
}
.paypal-code form {
  width: 47%;
}
.paypal-code form:nth-child(even) {
  margin-left: auto;
}
.paypal-code table {
  margin-bottom: 10px;
  width: 100%;
}
.paypal-code.paypal-single form {
  width: 100%;
}

/**
 * Jane's Walk	
*/
.walk-contributor {
  color: #777;
  font-style: italic;
  margin-bottom: 0.3em;
}

.walk-date {
  font-weight: 700;
  margin-bottom: 0.3em;
}
.walk-date svg {
  color: #D2374A;
  margin-right: 5px;
}

.walk-metadata {
  border-radius: 4px;
  border: 1px solid #CCC;
  padding: 16px 20px;
}
.walk-metadata li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding: 4px 0;
}
.walk-metadata li svg {
  color: #89C765;
  margin-right: 8px;
}

/*
 * Pagination	
*/
.pagination {
  margin: 30px 0;
  font: 700 16px/21px GalanoGrotesque, sans-serif;
  text-align: center;
}
.pagination a, .pagination span {
  background: #D2374A;
  border: 1px solid #D2374A;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  margin: 0 5px;
  padding: 2px 8px;
  text-decoration: none;
}
.pagination span.current {
  background: #FFF;
  border-color: #D2374A;
  color: #D2374A;
}

/* 
	Forms
*/
.form {
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 20px;
}

.form-group {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.form-group .form-field {
  width: 48%;
}

.form-field {
  margin-bottom: 20px;
}
.form-field label {
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.form-field .form-note {
  margin: 5px 0 0;
}

.form-note {
  font-style: italic;
  margin-bottom: 20px;
}
.form-note strong {
  font-style: normal;
  font-weight: 700;
}

.form-checkboxes {
  columns: 3;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}
.form-checkboxes li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  -moz-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.form-checkboxes li input {
  left: 0;
  position: absolute;
  top: 1px;
}
.form-checkboxes li label {
  font-weight: normal;
  padding-left: 24px;
  position: relative;
}
.form-checkboxes li.level-2 {
  padding-left: 24px;
}

.signup {
  display: flex;
  flex-wrap: wrap;
}
.signup input[type=email] {
  width: calc(100% - 130px);
}
.signup .btn {
  margin-left: auto;
  width: 120px;
}

.error {
  color: #CC0000;
  font-weight: 700;
}

.errors, .parsley-errors-list {
  color: #CC0000;
  font-weight: 700;
  margin: 0;
}
.errors li, .parsley-errors-list li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding: 4px;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #CC0000;
  border: 1px solid #CC0000;
}

.required {
  color: #CC0000;
  font-weight: 700;
  margin-left: 5px;
}

/**
 * Footer	
*/
.land-acknowledgement {
  background: #EEF7E8;
  border-top: 10px solid #89C765;
  font-size: 16px;
  line-height: 24px;
  padding: 30px 20px;
  text-align: left;
}
.land-acknowledgement p {
  margin: 0 auto;
  max-width: 770px;
}

.footer-content {
  align-items: flex-end;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  line-height: 21px;
  padding: 30px 0;
}
.footer-content p {
  margin: 0;
}

.footer-logo {
  text-align: center;
  width: 14.5299145299%;
}
.footer-logo img {
  width: 100px;
}

.footer-address {
  width: 23.0769230769%;
}

.footer-partnership {
  width: 31.6239316239%;
}
.footer-partnership img {
  margin-bottom: 5px;
  width: 170px;
}

.footer-follow {
  width: 23.0769230769%;
}
.footer-follow h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 20px;
  text-transform: uppercase;
  vertical-align: middle;
}
.footer-follow ul {
  display: inline-block;
  margin: 0 0 20px;
  vertical-align: middle;
}
.footer-follow li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 36px;
  margin-left: 10px;
}
.footer-follow .icon-twitter {
  color: #1D9BF0;
}
.footer-follow .icon-facebook {
  color: #1778F2;
}
.footer-follow .icon-instagram {
  color: #E1306C;
}
.footer-follow a {
  transition: opacity 0.2s linear;
}
.footer-follow a:hover {
  opacity: 0.65;
}

@media screen and (max-width: 1060px) {
  #header-primary nav li a {
    padding: 20px 10px;
  }
  #header-primary nav li li a {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 880px) {
  .public-art h1 {
    padding-right: 0;
  }
  main {
    padding: 20px 0;
  }
  #header-primary {
    padding: 0;
  }
  #header-primary .wrapper {
    padding: 0;
    text-align: left;
  }
  #header-primary img {
    margin: 0;
    padding: 10px 20px;
  }
  #header-primary nav {
    border-top: 1px solid #89C765;
  }
  #header-primary nav ul {
    padding: 5px 0;
  }
  #header-primary nav li {
    display: block;
  }
  #header-primary nav li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 5px 20px;
  }
  #header-primary nav li ul {
    border: 0;
    padding: 10px 0;
    position: static;
    width: auto;
  }
  #header-primary nav li li a {
    border: 0;
  }
  #header-primary nav li.nav-search {
    display: none;
  }
  #header-primary nav #nav-search {
    background: #000;
    border: 0;
    display: block !important;
    padding: 10px 20px 20px;
    position: static;
    width: auto;
  }
  #header-primary .active-indicator {
    display: none !important;
  }
  #menuToggle {
    color: #FFF;
    font-size: 36px;
    line-height: 36px;
    position: absolute;
    right: 20px;
    top: 28px;
  }
  #home-cta {
    display: block;
    margin-bottom: 20px;
  }
  #home-cta .home-cta-content {
    max-width: none;
  }
  #home-cta-billboard {
    padding: 20px;
    width: 100%;
  }
  #home-cta-deadlines {
    padding: 20px;
    width: 100%;
  }
  .app-btns.header-btns {
    font-size: 44px;
    margin-bottom: 20px;
    position: static;
  }
  .art-feature {
    height: 300px;
  }
  .filters h3 {
    color: #D2374A;
    cursor: pointer;
    position: relative;
    text-decoration: underline;
  }
  .filters h3 svg {
    color: #D2374A;
    position: absolute;
    right: 9px;
    top: 0;
  }
  .filters-row {
    display: block;
  }
  .filters-row .filter {
    margin: 0 0 10px;
    width: 100%;
  }
  .proximate-only {
    display: block;
    margin: 10px 0;
    position: static;
  }
  .grid-4:not(.grid-files) li {
    width: 48.7179487179%;
  }
  .grid-4:not(.grid-files) li:nth-child(even) {
    margin-right: 0;
  }
  .image-header {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  .image-header figure {
    width: auto;
  }
  .image-header-metadata {
    padding: 20px 0 !important;
    width: auto;
  }
  .image-header-metadata .art-image-caption {
    margin-top: 20px;
    position: static;
  }
  .artist .artist-bio {
    columns: unset;
  }
  .billboard-band {
    margin: 20px 0;
    padding: 20px 0;
  }
  .billboard-band .wrapper {
    display: block;
  }
  .billboard-band h2 {
    margin: 0 0 10px;
    text-align: center;
  }
  .billboard-band form {
    margin-left: 0;
    min-width: 0;
  }
  .content-with-sidebar {
    flex-wrap: wrap;
  }
  .content-with-sidebar .content {
    width: 100%;
  }
  .content-with-sidebar .sidebar {
    margin-bottom: 20px;
    width: 100%;
  }
  .content-with-sidebar.mobile-swap .content {
    order: 2;
  }
  .content-with-sidebar.mobile-swap .sidebar {
    order: 1;
  }
  .sidebar-block {
    max-width: none;
  }
  .land-acknowledgement {
    font-size: 14px;
    line-height: 21px;
    padding: 20px;
    text-align: center;
  }
  .calendar-page {
    margin-left: -20px;
    margin-right: -20px;
  }
  .calendar-header {
    border-bottom: 1px solid #89C765;
    padding: 20px;
  }
  .calendar-header span {
    display: none;
  }
  .calendar-days {
    display: none;
  }
  .calendar-week {
    border: 0;
    display: block;
  }
  .calendar-week .calendar-day {
    border-width: 0 0 1px 0;
    display: none;
    min-height: 0;
    padding: 10px 20px;
    position: relative;
    width: 100%;
  }
  .calendar-week .calendar-day.in-month.has-events {
    display: block;
  }
  .calendar-week .calendar-day .calendar-date-name {
    color: #777;
    display: block;
    font: 400 24px/24px GalanoGrotesque, sans-serif;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: 10px;
  }
  .calendar-week .calendar-day ul {
    font: 400 14px/17px GalanoGrotesque, sans-serif;
    padding-top: 10px;
  }
  .footer-content {
    display: block;
    padding: 10px 20px;
  }
  .footer-logo, .footer-address, .footer-partnership, .footer-follow {
    padding: 10px 0;
    text-align: center;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
  h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0.5em;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    font-size: 21px;
    line-height: 24px;
  }
  h4 {
    font-size: 18px;
    line-height: 21px;
  }
  main {
    padding-top: 85px;
  }
  .home main {
    padding-top: 65px;
  }
  .signup input[type=email] {
    width: 100%;
  }
  .signup .btn {
    margin: 10px auto 0;
    width: 120px;
  }
  #header-primary {
    position: fixed;
    width: 100%;
    z-index: 4;
  }
  #header-primary img {
    width: 170px;
  }
  #menuToggle {
    top: 15px;
  }
  #features {
    display: block;
  }
  .feature {
    margin: 0 0 20px !important;
    width: 100% !important;
  }
  .feature h2 {
    padding: 0 20px;
  }
  #home-cta-billboard h2 svg {
    font-size: 36px;
  }
  #home-cta-deadlines h2 {
    font-size: 21px;
    line-height: 24px;
  }
  #home-cta-deadlines h3 {
    font-size: 18px;
    line-height: 20px;
  }
  #public-art-cta {
    height: 200px;
  }
  #public-art-cta h2 {
    margin-left: -140px;
    margin-top: -30px;
    width: 280px;
  }
  .form-checkboxes {
    columns: 1;
  }
  .form-group {
    display: block;
  }
  .form-group .form-field {
    width: 100%;
  }
  .grid-section .more {
    margin-bottom: 20px;
    position: static;
    text-align: right;
  }
  .grid-section-heading {
    border-bottom: 0;
  }
  .grid-section-heading h2 {
    border-radius: 0;
    display: block;
  }
  .grid:not(.grid-files) {
    display: block;
  }
  .grid:not(.grid-files) li {
    margin: 0 0 20px;
    width: auto;
  }
  .grid-files li {
    width: 48.7179487179%;
  }
  .grid-files li:nth-child(even) {
    margin-right: 0;
  }
  .art-feature {
    height: 200px;
  }
  .image-header-metadata {
    padding: 20px !important;
  }
  .artist {
    border-top: 0;
    display: block;
    padding-top: 0;
  }
  .artist img {
    float: left;
    margin: 0 20px 10px 0;
    width: 100px;
  }
  .product-image {
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
  }
  .paypal-code {
    display: block;
  }
  .paypal-code form {
    width: auto;
  }
  /*
  .grant-stats {
  	display: block;

  	.grant-stat {
  		width: 100%;
  	}
  }
  */
  .grant-recipients {
    columns: 2;
  }
  .grant-recipients li {
    line-height: 19px;
  }
  .hanging.all-nominees {
    padding-top: 1.5em;
  }
  .hanging li, .thumbnail-lockup {
    display: block;
  }
  .hanging li img, .thumbnail-lockup img {
    float: left;
    margin: 0 20px 10px 0;
    width: 100px;
  }
  .gallery-band, .video-band {
    padding: 20px 0 0;
  }
  .gallery li {
    margin-bottom: 10px;
    width: 31.6239316239%;
  }
  .gallery li:nth-child(3n+0) {
    margin-right: 0;
  }
  .menu {
    position: static;
    width: 100%;
  }
  .calendar-page {
    border-top: 0;
  }
  .event-header {
    display: block;
  }
  .event-header .gm-map {
    border-top: 1px solid #89C765;
    width: 100%;
  }
  .event-metadata, .has-map .event-metadata {
    padding: 20px;
    width: 100%;
  }
  .mobile-bleed {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  figure.left, figure.right {
    float: none;
    margin: 0 auto 20px;
    width: auto;
  }
}
@media print {
  #header-primary {
    background: #FFF;
  }
  #header-primary ul, #header-primary img, #header-primary nav, #header-primary form {
    display: none;
  }
  #header-primary .wrapper {
    text-align: left;
  }
  #header-primary #print-logo {
    display: block !important;
    height: 100px;
    margin: 0;
    width: 300px;
  }
  .sidebar-block, #menuToggle, .video-band, .footer-follow, .grid-section, .image-header-metadata .btn {
    display: none !important;
  }
}
