@charset "UTF-8";
:root {
  --colorborder:#000000;
  --colortext:#000000;
  --colorlink:#000000;
}

*:focus {
  outline: 0;
}
.user-is-tabbing *:focus {
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 2px;
  outline-color: colorborder;
}

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

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

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #dae9ed;
  color: var(--colortext, black);
}
html.nav-on,
body.nav-on {
  overflow: hidden;
}

/*
Full Icon List
https://developer.accuweather.com/weather-icons

################################################

1	Sunny
2	Mostly Sunny
3	Partly Sunny
4	Intermittent Clouds
5	Hazy Sunshine
6	Mostly Cloudy
7	Cloudy
8	Dreary
11	Fog
12	Showers
13	Mostly Cloudy w/ Showers
14	Partly Sunny w/ Showers
15	T-Storms
16	Mostly Cloudy w/ T-Storms
17	Partly Sunny w/ T-Storms
18	Rain
19	Flurries
20	Mostly Cloudy w/ Flurries
21	Partly Sunny w/ Flurries
22	Snow
23	Mostly Cloudy w/ Snow
24	Ice
25	Sleet
26	Freezing Rain
29	Rain and Snow
30	Hot
31	Cold
32	Windy
33	Clear
34	Mostly Clear
35	Partly Cloudy
36	Intermittent Clouds
37	Hazy Moonlight
38	Mostly Cloudy
39	Partly Cloudy w/ Showers
40	Mostly Cloudy w/ Showers
41	Partly Cloudy w/ T-Storms
42	Mostly Cloudy w/ T-Storms
43	Mostly Cloudy w/ Flurries
44	Mostly Cloudy w/ Snow

*/
.weather-1, .weather-30, .weather-33 {
  background-color: #FFF9C2;
}

.weather-2, .weather-34, .weather-35 {
  background-color: #FFF8DC;
}

.weather-3, .weather-4, .weather-5, .weather-7, .weather-36 {
  background-color: #dfdfdf;
}

.weather-6, .weather-8, .weather-38 {
  background-color: #D3D1CD;
}

.weather-13, .weather-14, .weather-40 {
  background-color: #BCCCCE;
}

.weather-39 {
  background-color: #DADBDC;
}

.weather-23, .weather-44 {
  background-color: #F4F4F4;
}

.weather-11 {
  background-color: #CCD3D6;
}

.weather-12, .weather-18 {
  background-color: #CDE1E8;
}

.weather-15 {
  background-color: #7A9199;
}

.weather-41 {
  background-color: #D9D5CA;
}

.weather-16, .weather-17, .weather-42 {
  background-color: #B0B9BA;
}

.weather-19, .weather-32 {
  background-color: #DBDBDB;
}

.weather-21, .weather-20, .weather-43 {
  background-color: #C9C9C9;
}

.weather-22 {
  background-color: #FFFFFF;
}

.weather-24, .weather-26, .weather-31, .weather-25 {
  background-color: #E2EBF7;
}

.weather-29 {
  background-color: #E6F3FC;
}

.weather-37 {
  background-color: #D6EAE9;
}

a {
  color: var(--colorlink, black);
  text-decoration: none;
}

body {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.14;
  letter-spacing: 0.005em;
  word-spacing: -0.01em;
}

.minus, .body-minus {
  font-size: 16px;
  line-height: 1.125;
}

.plus, .body-plus {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1.125;
}

h1, .h1 {
  font-size: 66px;
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media (max-width: 800px) {
  h1, .h1 {
    font-size: 55px;
  }
}

h2, .h2 {
  font-size: 56px;
  line-height: 0.9;
  font-weight: 400;
  padding-right: 10%;
}
.home h2, .home .h2 {
  font-size: 71px;
}
@media (max-width: 800px) {
  h2, .h2 {
    font-size: 50px;
    padding-right: 0;
  }
}

h3, .h3 {
  font-size: 30px;
  line-height: 1.133;
  font-weight: 400;
  letter-spacing: 0.005em;
  letter-spacing: -0.008em;
}
@media (max-width: 800px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 22px;
  line-height: 1.0909;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
}
h5, .h5 {
  font-weight: 400;
}
.title {
  text-transform: uppercase;
  letter-spacing: 0;
}

h6 {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.125;
}

#main {
  padding-left: 230px;
  min-height: calc(100vh - 300px);
  margin-bottom: 160px;
}
@media (max-width: 800px) {
  #main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  #main {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
  }
  .home #main {
    max-width: 100%;
  }
}

.blok {
  display: block;
}

.bb {
  border-bottom: solid 6px;
  border-color: var(--colorborder, black);
  padding-bottom: 34px;
}

.bt {
  border-top: solid 3px;
  border-color: var(--colorborder, black);
  padding-top: 6px;
}
.bt > h3:first-child {
  border-top: none;
  padding-top: 0;
}
.bt > p:first-child {
  margin-top: 6px;
}

.spacing-afterdate {
  margin-bottom: 4px;
}

.spacing0-5 {
  margin-bottom: 0.5rem;
}

.spacing1 {
  margin-bottom: 1.5rem;
}

.spacing2 {
  margin-bottom: 2rem;
}

.spacing3 {
  margin-bottom: 5rem;
}

.text-invert, .text-invert a {
  color: white;
}

.overlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  background: white;
}

section {
  margin-right: 125px;
  margin-bottom: 3.75rem;
}
@media (max-width: 800px) {
  section {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1150px) {
  section {
    margin-right: 140px;
  }
}
section section {
  margin-right: 0;
}

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

img {
  max-width: 100%;
  height: auto;
}
img.img-multiply {
  mix-blend-mode: multiply;
}

hr {
  height: 3px;
  border: none;
  background: black;
}

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

.a-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

.col {
  width: 100%;
  padding: 0 18px;
}
@media (min-width: 750px) {
  .multicol[data-colcount="3"] .row-content .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    min-width: 33.33%;
  }
  .multicol[data-colcount="4"] .row-content .col {
    -ms-flex-preferred-size: 25%;
        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 {
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  min-width: 8.3333333333%;
}

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

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

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

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

.span_6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-width: 50%;
}

.span_7 {
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  min-width: 58.3333333333%;
}

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

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

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

@media (max-width: 1040px) {
  .cards .span_4 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 50%;
  }
}
.a-f-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.m-top-1 {
  margin-top: 1rem;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9;
  width: 230px;
  margin-bottom: auto;
}
@media (min-width: 800px) {
  .admin-bar header {
    top: 32px;
    height: calc(100% - 32px);
  }
}
header a.ssp-logo-1 {
  position: absolute;
  top: 20px;
  left: 21px;
  width: 70px;
  height: 70px;
  background-image: url(../assets/SSP-logo-1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
header a.ssp-logo-1 span {
  opacity: 0;
}
.nav-on header a.ssp-logo-1 {
  background-image: url(../assets/SSP-logo-1-active.svg);
}
.page-template-_tmpl-monuments-now:not(.nav-on) header a.ssp-logo-1 {
  background-image: url(../assets/SSP-logo-1-bl.svg);
}
header a.ssp-logo-2 {
  position: absolute;
  bottom: 30px;
  left: 31px;
  width: 139px;
  height: 214px;
  background-image: url(../assets/SSP-logo-2.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
header a.ssp-logo-2 span {
  opacity: 0;
}
.nav-on header a.ssp-logo-2 {
  background-image: url(../assets/SSP-logo-2-active.svg);
}
.page-template-_tmpl-monuments-now:not(.nav-on) header a.ssp-logo-2 {
  background-image: url(../assets/SSP-logo-2-bl.svg);
}
@media (max-width: 800px) {
  header {
    width: 135px;
    position: relative;
    top: 0;
    height: 240px;
  }
  header:BEFORE {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: white;
    z-index: 2;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .page-template-_tmpl-monuments-now header:BEFORE {
    background: #fedc00;
  }
  header.page-scrolled:BEFORE {
    opacity: 1;
  }
  .nav-on header.page-scrolled:BEFORE {
    opacity: 0;
  }
  .home header {
    position: absolute;
    height: 100%;
  }
  header a.ssp-logo-1 {
    position: fixed;
    left: 8px;
    top: 6px;
    width: 35.785px;
    height: 35.785px;
    z-index: 3;
  }
  header a.ssp-logo-2 {
    left: 12px;
    width: 78.668px;
    height: 121.118px;
    bottom: 20px;
  }
  .nav-on header a.ssp-logo-2 {
    position: fixed;
  }
}

.menu-toggle, .menu-close {
  background: none;
  border: none;
  position: fixed;
  z-index: 15;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 48px auto;
  width: 60px;
  height: 60px;
  top: 24px;
  right: 34px;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
}
.admin-bar .menu-toggle, .admin-bar .menu-close {
  top: 56px;
}
@media (max-width: 800px) {
  .menu-toggle, .menu-close {
    top: 0;
    right: 0;
    height: 45px;
  }
  .admin-bar .menu-toggle, .admin-bar .menu-close {
    top: 46px;
  }
}

@media (min-width: 950px) {
  .home:not(.past-hero):not(.nav-on) .menu-toggle span,
  .home:not(.past-hero):not(.nav-on) .menu-toggle span:BEFORE,
  .home:not(.past-hero):not(.nav-on) .menu-toggle span:AFTER {
    background: white;
  }
}
@media (max-width: 950px) {
  .home:not(.nav-on) .menu-toggle span,
  .home:not(.nav-on) .menu-toggle span:BEFORE,
  .home:not(.nav-on) .menu-toggle span:AFTER {
    background: white;
  }
  .home:not(.nav-on) .page-scrolled + .menu-toggle span,
  .home:not(.nav-on) .page-scrolled + .menu-toggle span:BEFORE,
  .home:not(.nav-on) .page-scrolled + .menu-toggle span:AFTER {
    background: black;
  }
}
.menu-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 3px;
  background: black;
  margin-top: -1px;
  margin-left: -23px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.menu-toggle span:BEFORE, .menu-toggle span:AFTER {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.menu-toggle span:BEFORE {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.menu-toggle span:AFTER {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.nav-on .menu-toggle span {
  background: rgba(0, 0, 0, 0);
}
.nav-on .menu-toggle span:BEFORE {
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-on .menu-toggle span:AFTER {
  background: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 800px) {
  .menu-toggle span {
    width: 30px;
    margin-left: -12px;
  }
  .menu-toggle span:BEFORE {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .menu-toggle span:AFTER {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.submenu-toggle {
  display: none;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 11px;
  height: 11px;
  border-left: solid 1px;
  border-bottom: solid 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.submenu-toggle:AFTER {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 3px;
  right: -12px;
  bottom: -30px;
  left: -100px;
  cursor: pointer;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.subnav-on .submenu-toggle {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 7px;
}
.subnav-on .submenu-toggle:AFTER {
  left: -22px;
}
@media (max-width: 800px) {
  .submenu-toggle {
    display: block;
  }
}

.menu-close {
  background-image: url(../assets/nav-close.svg);
  background-size: 34px 34px;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 6;
  background: rgba(255, 109, 45, 0.95);
  --colortext:#ffffff;
  --colorlink:#ffffff;
  --colorborder:#ffffff;
  display: none;
  color: var(--colortext, white);
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.nav-on .nav-overlay {
  -webkit-animation: fadein 0.15s 0s forwards 1;
          animation: fadein 0.15s 0s forwards 1;
  display: block;
}
.admin-bar .nav-overlay {
  top: 32px;
  height: calc(100% - 32px);
}

.nav-contents {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 44px 100px 44px 230px;
}
@media (max-width: 800px) {
  .nav-contents {
    padding: 150px 20px 25px 135px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.nav-row-primary {
  margin-top: auto;
  margin-bottom: auto;
}

.nav-row-weather {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 800px) {
  .nav-row-weather {
    display: none;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .nav-row-weather {
    position: absolute;
    top: 10px;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.125;
  }
}

.nav-row-secondary {
  margin-bottom: 0;
}

.menu-primary-nav-container .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-primary-nav-container .menu > li {
  position: relative;
  display: block;
  border-top: solid 3px;
  border-color: var(--colorborder, white);
  padding-top: 6px;
  margin-bottom: 4rem;
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  -ms-flex-preferred-size: calc(33.333% - 40px);
      flex-basis: calc(33.333% - 40px);
  margin-right: 40px;
}
.menu-primary-nav-container .menu > li > a {
  font-size: 30px;
  line-height: 1.133;
  font-weight: 400;
  letter-spacing: 0.005em;
  letter-spacing: -0.008em;
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  .menu-primary-nav-container .menu > li > a {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .menu-primary-nav-container .menu > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
    padding: 6px 0 9px;
    border-top: solid 1px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .menu-primary-nav-container .menu > li {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .menu-primary-nav-container .menu {
    border-bottom: solid 1px;
    border-color: var(--colorborder, white);
  }
}
.menu-primary-nav-container .menu .menu-item-has-children > a {
  text-transform: uppercase;
}

.menu-secondary-nav-container .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-secondary-nav-container .menu li {
  display: inline-block;
}
.menu-secondary-nav-container a {
  display: inline-block;
  margin-right: 35px;
  font-size: 30px;
  line-height: 1.133;
  font-weight: 400;
  letter-spacing: 0.005em;
  letter-spacing: -0.008em;
}
@media (max-width: 800px) {
  .menu-secondary-nav-container a {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .menu-secondary-nav-container {
    margin-top: auto;
    display: block;
  }
  .menu-secondary-nav-container .menu li {
    display: block;
  }
}

.sub-menu {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
}
@media (max-width: 800px) {
  .sub-menu {
    display: none;
    margin: 0.3rem 0 1.2rem;
  }
  .subnav-on .sub-menu {
    display: block;
  }
}

.icon-help {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  cursor: help;
}
.icon-help:BEFORE {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../assets/icon-q.svg);
  background-size: auto 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.icon-help small {
  position: absolute;
  bottom: 0;
  left: 100%;
  font-size: 14px;
  width: 300px;
  margin-left: 7px;
  margin-bottom: 1px;
  display: none;
  white-space: normal;
}
.icon-help.hovered small {
  display: block;
}
@media (min-width: 1024px) and (max-height: 700px) {
  .icon-help {
    width: 18px;
    height: 18px;
  }
  .icon-help:BEFORE {
    background-size: auto 8px;
  }
  .icon-help small {
    bottom: auto;
    top: -5px;
  }
}

footer {
  background: white;
  padding: 25px 0 47px;
}
footer .page-contents {
  margin-left: 230px;
  margin-right: 90px;
}
@media (max-width: 800px) {
  footer .page-contents {
    margin-left: 16px;
    margin-right: 20px;
  }
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons li {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 15px;
}
.social-icons li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.social {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.social.social-fb {
  background-image: url("../assets/fb-footer-28px.svg");
}
.social.social-ig {
  background-image: url("../assets/ig-footer-28px.svg");
}
.social.social-tw {
  background-image: url("../assets/tw-footer-28px.svg");
}
.social span {
  opacity: 0;
  pointer-events: none;
}

.nyc-parks {
  display: inline-block;
  position: relative;
  width: 87px;
  height: 107px;
  background-image: url(../assets/nycparks.svg);
  background-repeat: no-repeat;
  margin-top: 40px;
}
.nyc-parks span {
  opacity: 0;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  position: absolute;
  top: 50px;
  width: 100%;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #ff6d2d;
  padding-left: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  display: none;
}
@media (max-width: 800px) {
  .ticker-wrap {
    display: block;
  }
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 50px;
  line-height: 44px;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  vertical-align: top;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.ticker-wrap .ticker[data-count="2"] {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}
.ticker-wrap .ticker[data-count="3"] {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .ticker[data-count="4"] {
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}
.ticker-wrap .ticker[data-count="5"] {
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
}
.ticker-wrap .ticker p {
  display: inline;
  margin: 0;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 18px;
}

.wrap-nav-ani {
  position: relative;
  height: 1.5em;
  white-space: nowrap;
}
.wrap-nav-ani .nav-ani-single {
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.2, 1, 1);
          transition-timing-function: cubic-bezier(1, 0.2, 1, 1);
  overflow-x: hidden;
}
.wrap-nav-ani .nav-ani-single a {
  display: inline-block;
  border-bottom: solid 2px white;
}
.wrap-nav-ani .nav-ani-single.active {
  right: 0;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.wrap-nav-ani .nav-ani-single p {
  margin: 0;
}

.mc-inline-group {
  position: relative;
  margin-top: 2rem;
}
.mc-inline-group label {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.mc-inline-group input[type=email], .mc-inline-group input[type=submit] {
  display: block;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.005em;
  word-spacing: -0.01em;
}
.mc-inline-group input[type=email] {
  width: 100%;
  border-bottom: solid 3px black;
  padding: 15px 0;
}
.mc-inline-group input[type=email]::-webkit-input-placeholder {
  color: black;
}
.mc-inline-group input[type=email]:-moz-placeholder {
  color: black;
}
.mc-inline-group input[type=email]::-moz-placeholder {
  color: black;
}
.mc-inline-group input[type=email]:-ms-input-placeholder {
  color: black;
}
.mc-inline-group input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 15px;
  opacity: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.mc-inline-group input:not(:-moz-placeholder-shown) + input {
  opacity: 1;
}
.mc-inline-group input:not(:-ms-input-placeholder) + input {
  opacity: 1;
}
.mc-inline-group input:not(:placeholder-shown) + input {
  opacity: 1;
}

#mc_embed_signup + script + script + h3 {
  border-top: none;
  padding-top: 0;
  margin-top: 2.5rem;
}

.input-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  white-space: nowrap;
  padding: 16px 0;
}
@supports (pointer-events: none) {
  .input-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.input-overlay .overleft {
  color: transparent;
}
.input-overlay .overright {
  width: 100%;
  position: relative;
}
.input-overlay .overright svg {
  position: absolute;
  top: 9px;
  right: calc(100% - 26px);
  width: 16px;
  margin-left: 10px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

input:not(:-moz-placeholder-shown) + .input-overlay .overright svg {
  right: 0;
}

input:not(:-ms-input-placeholder) + .input-overlay .overright svg {
  right: 0;
}

input:not(:placeholder-shown) + .input-overlay .overright svg {
  right: 0;
}

input:not(:-moz-placeholder-shown) + .input-overlay .overleft {
  opacity: 0;
}

input:not(:-ms-input-placeholder) + .input-overlay .overleft {
  opacity: 0;
}

input:not(:placeholder-shown) + .input-overlay .overleft {
  opacity: 0;
}

section.page-header {
  padding-top: 1.55rem;
}
section.artists-exhibitions {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  section:not(.hero-wrap) {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.hero-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hero-single {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-single.hide-initial {
  display: none;
}
.flickity-enabled .hero-single.hide-initial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-full {
  position: relative;
  height: 100vh;
  margin-left: -230px;
}
.admin-bar .hero-full {
  height: calc(100vh - 32px);
}
.hero-full .text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 45px;
  z-index: 2;
  padding-left: 230px;
  padding-right: 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  min-width: 50%;
}
.hero-full .text-overlay h3 {
  margin-bottom: 0.25rem;
}
@media (max-width: 800px) {
  .hero-full .text-overlay h3,
  .hero-full .text-overlay .h3 {
    font-size: 22px;
  }
}
.hero-full .text-overlay h2 {
  margin-bottom: 0.5rem;
  padding-right: 30%;
}
@media (max-width: 800px) {
  .hero-full .text-overlay h2 {
    padding-right: 0;
    font-size: 35px;
  }
}
.hero-full .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-full .bg.crop-top {
  background-position: 50% 0%;
}
.hero-full .bg.crop-middle {
  background-position: 50% 50%;
}
.hero-full .bg.crop-bottom {
  background-position: 50% 100%;
}
.hero-full .bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
@media (max-width: 800px) {
  .hero-full {
    margin-left: 0;
  }
  .hero-full .text-overlay {
    padding-left: 105px;
    padding-bottom: 40px;
  }
}

.img-wrap-inline {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}

.cards .card {
  margin-bottom: 4rem;
}

.card-img {
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.card-img:BEFORE {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff6d2d;
  mix-blend-mode: multiply;
}
.hovered .card-img:BEFORE {
  content: "";
}

section.hero img,
.hero-imgs img {
  width: 100%;
  height: auto;
}
section.hero img.img-vertX, section.hero img.img-vert, section.hero img.img-squareplus,
.hero-imgs img.img-vertX,
.hero-imgs img.img-vert,
.hero-imgs img.img-squareplus {
  height: 100%;
  width: auto;
  max-height: 600px;
}
@media (max-width: 800px) {
  section.hero img.img-vertX, section.hero img.img-vert, section.hero img.img-squareplus,
  .hero-imgs img.img-vertX,
  .hero-imgs img.img-vert,
  .hero-imgs img.img-squareplus {
    max-height: 340px;
  }
}
section.hero img.no-dims,
.hero-imgs img.no-dims {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 600px;
  width: auto;
}

.hero-imgs {
  position: relative;
  margin-bottom: 1em;
  opacity: 0;
}
.hero-imgs.flickity-enabled {
  opacity: 1;
}
@media (max-width: 800px) {
  .hero-imgs {
    max-height: 340px;
    height: auto;
  }
}
[data-count="1"] .hero-imgs {
  height: auto;
  opacity: 1;
}
[data-count="1"] .hero-imgs .hero-single {
  position: relative;
}

.hero-single {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-desktop {
  display: block;
}
@media (max-width: 950px) {
  .bg-desktop {
    display: none;
  }
}

.bg-mobile {
  display: none;
}
@media (max-width: 950px) {
  .bg-mobile {
    display: block;
  }
}

.hero-thumbs {
  text-align: center;
}
.hero-thumbs button {
  display: inline-block;
  border-radius: 50%;
  -webkit-appearance: none;
  background: none;
  width: 12px;
  height: 12px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border: solid 1px black;
}
@media (min-width: 800px) {
  .hero-thumbs button:hover {
    border-style: solid;
  }
}
@media (max-width: 749px) {
  .hero-thumbs button {
    margin-top: 8px;
  }
}

.hero-wrap[data-active="0"] .hero-thumbs button:nth-child(1),
.hero-wrap[data-active="1"] .hero-thumbs button:nth-child(2),
.hero-wrap[data-active="2"] .hero-thumbs button:nth-child(3),
.hero-wrap[data-active="3"] .hero-thumbs button:nth-child(4),
.hero-wrap[data-active="4"] .hero-thumbs button:nth-child(5),
.hero-wrap[data-active="5"] .hero-thumbs button:nth-child(6),
.hero-wrap[data-active="6"] .hero-thumbs button:nth-child(7),
.hero-wrap[data-active="7"] .hero-thumbs button:nth-child(8),
.hero-wrap[data-active="8"] .hero-thumbs button:nth-child(9),
.hero-wrap[data-active="9"] .hero-thumbs button:nth-child(10),
.hero-wrap[data-active="10"] .hero-thumbs button:nth-child(11),
.hero-wrap[data-active="11"] .hero-thumbs button:nth-child(12),
.hero-wrap[data-active="12"] .hero-thumbs button:nth-child(13),
.hero-wrap[data-active="13"] .hero-thumbs button:nth-child(14),
.hero-wrap[data-active="14"] .hero-thumbs button:nth-child(15),
.hero-wrap[data-active="15"] .hero-thumbs button:nth-child(16),
.hero-wrap[data-active="16"] .hero-thumbs button:nth-child(17),
.hero-wrap[data-active="17"] .hero-thumbs button:nth-child(18),
.hero-wrap[data-active="18"] .hero-thumbs button:nth-child(19),
.hero-wrap[data-active="19"] .hero-thumbs button:nth-child(20),
.hero-wrap[data-active="20"] .hero-thumbs button:nth-child(21) {
  background: black;
}

.img-wrap {
  position: relative;
  width: 100%;
}
.hero-single .img-wrap {
  max-height: 100%;
}
.hero-single .img-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
.img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.exhibition-list {
  list-style: none;
  padding: 0;
}

.list-of-names {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-of-names.list-2-col {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.list-of-names.list-2-col li {
  padding-right: 20px;
  margin-bottom: -3px;
}
.list-of-names.list-2-col li a {
  display: inline;
  line-height: 120%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 800px) {
  .list-of-names.list-2-col li a {
    display: inline-block;
  }
}
.list-of-names.list-2-col li a:HOVER {
  border-color: #000;
}

.wyg h1,
.wyg h2,
.wyg h3 {
  font-size: 30px;
  line-height: 1.133;
  font-weight: 400;
  letter-spacing: 0.005em;
  letter-spacing: -0.008em;
  border-top: solid 3px;
  border-color: var(--colorborder, black);
  padding-top: 6px;
}
@media (max-width: 800px) {
  .wyg h1,
  .wyg h2,
  .wyg h3 {
    font-size: 30px;
  }
}
.wyg h1:not(:first-child),
.wyg h2:not(:first-child),
.wyg h3:not(:first-child) {
  margin-top: 5rem;
}
.wyg h5 {
  font-size: 1rem;
  margin: 1.25rem 0 0.5rem;
}
.wyg h5 + p {
  margin-top: 0;
}
.wyg a {
  text-decoration: none;
  background-image: linear-gradient(to bottom, transparent, transparent 7px, rgba(0, 0, 0, 0.5) 7px);
  background-position: 0 104%;
  background-repeat: no-repeat;
  background-size: 100% 9px;
}
.wyg a:HOVER {
  background-image: linear-gradient(to bottom, transparent, transparent 7px, rgb(0, 0, 0) 7px);
}
.wyg a.blok {
  background: none;
}
.wyg .body-minus a,
.wyg .minus a {
  background-image: linear-gradient(to bottom, transparent, transparent 8px, rgba(0, 0, 0, 0.5) 8px);
}
.wyg .body-minus a:HOVER,
.wyg .minus a:HOVER {
  background-image: linear-gradient(to bottom, transparent, transparent 8px, rgb(0, 0, 0) 8px);
}
.wyg .card a {
  background-image: none;
}
.wyg .minus a,
.wyg a.minus,
.wyg h6 a {
  background-size: 100% 8px;
}
.wyg li a {
  text-decoration: none;
}
.wyg ul,
.wyg p,
.wyg ol,
.wyg .r-width {
  display: block;
  padding-right: 10%;
}
@media (max-width: 800px) {
  .wyg ul,
  .wyg p,
  .wyg ol,
  .wyg .r-width {
    padding-right: 0;
  }
}
.wyg ul:not(.list-of-names):not(.exhibition-list):not(.list-no-bullets):not(.list-with-arrows):not(.list-without-bullets) {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.wyg ul:not(.list-of-names):not(.exhibition-list):not(.list-no-bullets):not(.list-with-arrows):not(.list-without-bullets) li {
  padding-left: 14px;
}
.wyg ul:not(.list-of-names):not(.exhibition-list):not(.list-no-bullets):not(.list-with-arrows):not(.list-without-bullets) li:BEFORE {
  content: "•";
  display: inline-block;
  margin-left: -14px;
  width: 14px;
}
.wyg h3 {
  text-transform: uppercase;
}
.wyg h3.transform-normal {
  text-transform: none;
}
.wyg h4 {
  margin: 0 0 0.5rem;
}
.wyg h4:not(:first-child) {
  margin-top: 2rem;
}
.wyg h4 + p {
  margin-top: 0;
}
.wyg span[data-picture] {
  margin: 1.5rem 0;
}
.wyg span[data-picture] + br {
  display: none;
}
@media (max-width: 800px) {
  .wyg span[data-picture] {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.wyg h3 + span[data-picture] {
  margin-top: 1em;
}

.gal-imgs {
  margin-bottom: 1em;
}
.gal-imgs.flickity-enabled {
  margin-bottom: 3em;
}
.gal-imgs .gal-img-wrap {
  width: 100%;
  height: 600px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gal-imgs img {
  max-height: 600px;
  width: auto;
  margin-right: 20px;
}
@media (min-width: 800px) {
  .gal-imgs img {
    min-height: 350px;
  }
}

.artist-artwork-single {
  margin-top: 1.5rem;
}
.artist-artwork-single:not(:last-child) {
  margin-bottom: 5rem;
}
.artist-artwork-single h6 {
  font-weight: normal;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
}
.artist-artwork-single h6 i {
  font-style: normal;
}

.artist-artwork-single + .artist-artwork-single {
  margin-top: 3rem;
}

h6 > span {
  display: block;
}

.img-credits {
  margin-top: 0.6rem;
}
.img-credits p {
  margin-top: 0;
}

.tools-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tools-row input,
.tools-row select {
  -webkit-appearance: none;
  border-radius: 0px;
  border: none;
  background: none;
  padding: 0;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.005em;
  word-spacing: -0.01em;
}
.tools-row input[type=text],
.tools-row select[type=text] {
  width: 100%;
  border-bottom: solid 3px black;
  padding: 15px 0;
}
.tools-row input[type=text]::-webkit-input-placeholder,
.tools-row select[type=text]::-webkit-input-placeholder {
  color: black;
}
.tools-row input[type=text]:-moz-placeholder,
.tools-row select[type=text]:-moz-placeholder {
  color: black;
}
.tools-row input[type=text]::-moz-placeholder,
.tools-row select[type=text]::-moz-placeholder {
  color: black;
}
.tools-row input[type=text]:-ms-input-placeholder,
.tools-row select[type=text]:-ms-input-placeholder {
  color: black;
}
.tools-row input[type=submit],
.tools-row select[type=submit] {
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 0;
  width: 60px;
  background-image: url(../assets/icon-arr-right.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 16.3px 13.68px;
  cursor: pointer;
}

.search-input-wrap {
  position: relative;
  width: 100%;
  margin-right: 15px;
}

.search-select-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-select-wrap select {
  cursor: pointer;
}

.label-hide {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}

.program-loop-cat {
  display: none;
}
.page-template-page-programs-upcoming .program-loop-cat {
  display: block;
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickHero .flickity-button {
  display: block;
  background: none;
  z-index: 10;
}
.nav-on .flickHero .flickity-button {
  z-index: 4;
}
.flickHero .flickity-button .flickity-button-icon {
  display: none;
  width: 60%;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin: auto;
}
.flickHero .flickity-prev-next-button {
  top: 50%;
  width: 30px;
  height: 30px;
  background: none;
  border-right: solid 3px;
  border-bottom: solid 3px;
  border-color: white;
}
.flickHero .flickity-prev-next-button.previous {
  left: 30px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (min-width: 1100px) {
  .flickHero .flickity-prev-next-button.previous {
    left: 50px;
  }
}
.flickHero .flickity-prev-next-button.next {
  right: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1100px) {
  .flickHero .flickity-prev-next-button.next {
    right: 50px;
  }
}

.flickity-enabled {
  position: relative;
}

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

.flickity-viewport {
  overflow: hidden;
  position: relative;
  min-height: 500px;
  min-height: 50vh;
  height: 100%;
}
@media (min-width: 1024px) {
  .flickity-viewport {
    min-height: 75vh;
  }
}
@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%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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: none;
  border: none;
  width: 50%;
}
.hero-wrap .flickity-button.next, .gal-imgs .flickity-button.next {
  cursor: e-resize;
}
.hero-wrap .flickity-button.previous, .gal-imgs .flickity-button.previous {
  cursor: w-resize;
}
.no-nav .flickity-button {
  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: 50%;
  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: -40px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  padding: 0 !important;
}
.no-nav .flickity-page-dots {
  display: none;
}

.hero-wrap.no-nav.spacing3 {
  margin-bottom: 2rem;
}

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

.flickity-page-dots .dot {
  display: inline-block;
  border-radius: 50%;
  -webkit-appearance: none;
  background: none;
  width: 12px;
  height: 12px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border: solid 1px black;
}
@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;
}

.lower {
  text-transform: lowercase;
}

.list-with-arrows {
  list-style: none;
  padding-left: 0;
}
.list-with-arrows a {
  background: none;
  position: relative;
}
.list-with-arrows a:AFTER {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: inline-block;
  background-image: url("../assets/icon-arr-right.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  background-size: 16px auto;
  margin-left: 3px;
}
.list-with-arrows a:HOVER {
  background: none;
  border-bottom: solid 1px #000;
}

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

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

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

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: "GardaTwo";
  src: url("../fonts/Garda-TitlingTwo.eot") format("eot");
  src: url("../fonts/Garda-TitlingTwo.woff") format("woff"), url("../fonts/Garda-TitlingTwo.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "GardaThree";
  src: url("../fonts/Garda-TitlingThree.eot") format("eot");
  src: url("../fonts/Garda-TitlingThree.woff") format("woff"), url("../fonts/Garda-TitlingThree.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "ss03" 0, "salt" 0;
          font-feature-settings: "ss03" 0, "salt" 0;
}
.page-template-_tmpl-monuments-now {
  background: #fedc00 !important;
}
.page-template-_tmpl-monuments-now p {
  margin-bottom: 1.14em;
}
.page-template-_tmpl-monuments-now .mn-header {
  padding-top: 6rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "GardaThree";
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .page-template-_tmpl-monuments-now .mn-header {
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 800px) {
  .page-template-_tmpl-monuments-now .mn-header {
    padding-top: 2rem;
  }
}
.page-template-_tmpl-monuments-now #main h1.pagename {
  position: relative;
  margin: auto;
  display: block;
  width: 205px;
  height: 207px;
  background-image: url(../assets/monumentsnow/monuments-now-id.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 0 auto 2.5rem;
}
@media (max-width: 800px) {
  .page-template-_tmpl-monuments-now #main h1.pagename {
    width: 178px;
    height: 180px;
  }
}
.page-template-_tmpl-monuments-now #main h1.pagename span {
  position: absolute;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
.page-template-_tmpl-monuments-now #main .h3 {
  font-family: "GardaThree";
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .page-template-_tmpl-monuments-now #main .h3 {
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0.2em;
  }
}
.page-template-_tmpl-monuments-now #main .section-subtitle {
  font-family: "GardaThree";
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin: 0.75rem 0 4.25rem;
}
@media (max-width: 767px) {
  .page-template-_tmpl-monuments-now #main .section-subtitle {
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0.2em;
  }
}
.page-template-_tmpl-monuments-now #main .mn-subtitle {
  margin-bottom: 3.75rem;
}
@media (max-width: 800px) {
  .page-template-_tmpl-monuments-now #main .mn-subtitle {
    margin-bottom: 1.75rem;
  }
}
.page-template-_tmpl-monuments-now #main hr {
  height: 1px;
  width: 80%;
  max-width: 580px;
  margin-top: 1.25rem;
  margin-bottom: 0.875rem;
}
@media (max-width: 800px) {
  .page-template-_tmpl-monuments-now #main hr {
    width: 100%;
  }
}
.page-template-_tmpl-monuments-now .mn-label {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  margin-bottom: 1rem;
  line-height: 1rem;
}
@media (max-width: 800px) {
  .page-template-_tmpl-monuments-now .mn-label {
    background-size: auto 12px;
    margin-bottom: 0.25rem;
  }
}
.page-template-_tmpl-monuments-now .mn-label-1 {
  background-image: url(../assets/monumentsnow/subnav-1.svg);
}
.page-template-_tmpl-monuments-now .mn-label-2 {
  background-image: url(../assets/monumentsnow/subnav-2.svg);
}
.page-template-_tmpl-monuments-now .mn-label-3 {
  background-image: url(../assets/monumentsnow/subnav-3.svg);
}
.page-template-_tmpl-monuments-now .mn-label-4 {
  background-image: url(../assets/monumentsnow/subnav-asterisk.svg);
}
.page-template-_tmpl-monuments-now .mn-section {
  position: relative;
  margin-bottom: 7.5rem;
}
.page-template-_tmpl-monuments-now .mn-section > :first-child {
  margin-top: 0;
}
.page-template-_tmpl-monuments-now .mn-section > :last-child:not(.section-subtitle):not(.mn-label) {
  margin-bottom: 0;
}
.page-template-_tmpl-monuments-now .mn-section.add-line {
  border-top: solid 3px #000000;
  padding-top: 1.5rem;
}
.page-template-_tmpl-monuments-now .mn-section.span-cols {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.page-template-_tmpl-monuments-now .mn-section.span-cols p {
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.page-template-_tmpl-monuments-now .mn-section.mn-section-section_title {
  text-align: center;
  margin-bottom: 4.25rem;
  font-family: "GardaTwo";
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: 0.14em;
}
@media (max-width: 767px) {
  .page-template-_tmpl-monuments-now .mn-section.mn-section-section_title {
    font-size: 28px;
    line-height: 1.28;
    letter-spacing: 0.14em;
  }
}
@media (max-width: 800px) {
  .page-template-_tmpl-monuments-now .mn-section.mn-section-section_title {
    margin-bottom: 2.5rem;
  }
}
.page-template-_tmpl-monuments-now .mn-section.mn-section-section_title:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .page-template-_tmpl-monuments-now .mn-section {
    margin-bottom: 2.5rem;
  }
  .page-template-_tmpl-monuments-now .mn-section:last-child {
    margin-bottom: 0;
  }
}
.page-template-_tmpl-monuments-now .mn-section-two-column .mn-col-content {
  margin-bottom: 2.5rem;
}
.page-template-_tmpl-monuments-now .mn-section-two-column .mn-col-content:last-child {
  margin-bottom: 0;
}
.page-template-_tmpl-monuments-now .mn-section-two-column .mn-col-content.mn-col-content-text {
  margin-bottom: 4.25rem;
}
@media (max-width: 800px) {
  .page-template-_tmpl-monuments-now .mn-section-two-column .mn-col-content.mn-col-content-text {
    margin-bottom: 2.5rem;
  }
}
.page-template-_tmpl-monuments-now .mn-section-two-column .mn-col-content.mn-col-content-text:last-child {
  margin-bottom: 0;
}
.page-template-_tmpl-monuments-now .mn-section-two-column .mn-col-content.mn-col-content-image {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .page-template-_tmpl-monuments-now .mn-section-two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-template-_tmpl-monuments-now .mn-section-two-column .mn-column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .page-template-_tmpl-monuments-now .mn-section-two-column .mn-column-1 {
    padding-right: 1rem;
  }
  .page-template-_tmpl-monuments-now .mn-section-two-column .mn-column-2 {
    padding-left: 1rem;
  }
}
.page-template-_tmpl-monuments-now .mn-col-content > :first-child {
  margin-top: 0;
}
.page-template-_tmpl-monuments-now .mn-col-content > :last-child {
  margin-bottom: 0;
}
.page-template-_tmpl-monuments-now .anchor-target {
  position: absolute;
  top: -100px;
}
.page-template-_tmpl-monuments-now .anchor-key {
  position: fixed;
  left: 35px;
  top: 35%;
  width: 50px;
  z-index: 10;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.page-template-_tmpl-monuments-now .anchor-key.scrolled {
  opacity: 1;
}
.page-template-_tmpl-monuments-now .anchor-key a {
  display: block;
  margin: 0 0 1rem;
}
@media (max-width: 800px) {
  .page-template-_tmpl-monuments-now .anchor-key {
    left: 50px;
    top: 10px;
    right: 50px;
    width: auto;
    text-align: center;
  }
  .page-template-_tmpl-monuments-now .anchor-key a {
    display: inline-block;
    width: 44px;
  }
}
.page-template-_tmpl-monuments-now.nav-on .anchor-key {
  opacity: 0;
}

/*
	monuments-now-id.svg
	ssp-logo-i.svg
	ssp-logo-type.svg
	subnav-1.svg
	subnav-2.svg
	subnav-3.svg
	subnav-asterisk.svg
*//*# sourceMappingURL=styles.css.map */