#general .namefile .btn-warning a {
    text-decoration: none;
    color: #ffffff!important;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

button {
  outline: none; }

.button {
  border-radius: 3px;
  padding: 12px 12px 11px 12px;
  display: inline-block; }
  .button.button-solid {
    background-color: #fff; }
  .button.button-solid-black {
    background-color: #000;
    color: #fff; }
  .button.button-outline {
    border: 1px solid #fff; }


#about {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: linear-gradient(135deg,#ffffff 9%, #f3f5e6 42%); }
  #about + footer {
    display: none;
    background: linear-gradient(to bottom, #e4cf68 0%, #e5cf68 100%); }
    #about + footer.show-on-about {
      display: block; }
    #about + footer #social #menu-footer-social li a svg path,
    #about + footer #social #menu-footer-social li a svg circle {
      fill: #212121; }
    #about + footer #social .hashtags li a {
      font-family: "Alright Sans";
      font-style: normal;
      font-weight: 700;
      font-size: 0.6875em;
      line-height: 15px;
      color: #212121;
      text-transform: uppercase;
      letter-spacing: .05em;
      background: -webkit-linear-gradient(left, #212121, #212121 50%, #fff 51%, #fff);
      background-position: 198%;
      background-size: 202% 100%;
      transition: all .3s ease-in-out;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .no-touchevents #about + footer #social .hashtags li a:hover {
        color: #fff;
        background-position: 100%; }
    #about + footer #newsletter form input {
      color: #212121;
      border: 2px solid #212121; }
      #about + footer #newsletter form input::-webkit-input-placeholder {
        color: #212121; }
      #about + footer #newsletter form input::-moz-placeholder {
        color: #212121; }
      #about + footer #newsletter form input:-moz-placeholder {
        color: #212121; }
      #about + footer #newsletter form input:-ms-input-placeholder {
        color: #212121; }
    #about + footer #footer-pages .columns > ul > li > a {
      font-family: "Alright Sans";
      font-style: normal;
      font-weight: 700;
      font-size: 0.6875em;
      line-height: 15px;
      color: #212121;
      text-transform: uppercase;
      letter-spacing: .05em;
      background: -webkit-linear-gradient(left, #212121, #212121 50%, #fff 51%, #fff);
      background-position: 198%;
      background-size: 202% 100%;
      transition: all .3s ease-in-out;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .no-touchevents #about + footer #footer-pages .columns > ul > li > a:hover {
        color: #fff;
        background-position: 100%; }
  #about #sub-nav {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3333333;
    text-align: center;
    transition: width 250ms; }
    @media screen and (min-width: 48.75em) {
      #about #sub-nav {
        position: absolute;
        top: 0;
        left: 8.25vw;
        bottom: auto;
        height: 40px;
        width: calc(100%);
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: calc(91.75% - 80px);
        padding: 0;
        margin: 140px 80px 0 0;
        background-color: transparent;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000; }
        .force-dark #about #sub-nav {
          border-top: 2px solid #fff;
          border-bottom: 2px solid #fff; }
        #about #sub-nav.white {
          border-top: 2px solid #fff;
          border-bottom: 2px solid #fff; }
          #about #sub-nav.white li button.selected-sub-nav {
            border-color: #fff !important; } }
  @media screen and (min-width: 48.75em) and (min-width: 100em) {
    #about #sub-nav {
      left: 100px;
      max-width: calc(100% - 180px); } }
    @media screen and (max-width: 48.6875em) {
      #about #sub-nav.short-nav {
        width: 60%; } }
    @media screen and (min-width: 48.75em) {
      #about #sub-nav.short-nav ul li button {
        color: #fff; }
        .no-touchevents #about #sub-nav.short-nav ul li button:hover {
          border-bottom: 4px solid #fff; }
        #about #sub-nav.short-nav ul li button.selected-sub-nav {
          border-bottom: 4px solid #fff; } }
    #about #sub-nav.open {
      width: 100%; }
      #about #sub-nav.open .bg {
        -ms-transform: scale(6);
        transform: scale(6); }
      #about #sub-nav.open #sub-nav-items {
        height: 185px; }
        #about #sub-nav.open #sub-nav-items ul {
          -ms-transform: translateY(0px) !important;
          transform: translateY(0px) !important; }
      #about #sub-nav.open .close-button {
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 5%; }
        #about #sub-nav.open .close-button:before {
          -ms-transform: scale(1);
          transform: scale(1); }
    #about #sub-nav .bg {
      width: 90%;
      height: 50px;
      background-color: #1a1a1a;
      border-radius: 50px;
      margin-left: 5%;
      position: absolute;
      bottom: 30px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      -ms-transform: scale(1);
      transform: scale(1);
      transition-property: transform;
      transition-duration: 250ms;
      z-index: 1; }
      @media screen and (min-width: 48.75em) {
        #about #sub-nav .bg {
          display: none; } }
    #about #sub-nav #sub-nav-items {
      position: relative;
      bottom: 30px;
      overflow: hidden;
      height: 50px;
      transition: height 250ms;
      cursor: pointer; }
      @media screen and (min-width: 48.75em) {
        #about #sub-nav #sub-nav-items {
          bottom: auto;
          overflow: visible;
          height: auto;
          transition: height 0ms; } }
      @media screen and (max-width: 48.6875em) {
        #about #sub-nav #sub-nav-items.item-0 ul {
          -ms-transform: translateY(100px);
          transform: translateY(100px); } }
      @media screen and (max-width: 48.6875em) {
        #about #sub-nav #sub-nav-items.item-1 ul {
          -ms-transform: translateY(50px);
          transform: translateY(50px); } }
      @media screen and (max-width: 48.6875em) {
        #about #sub-nav #sub-nav-items.item-2 ul {
          -ms-transform: translateY(0px);
          transform: translateY(0px); } }
    #about #sub-nav ul {
      text-align: left;
      width: 90%;
      margin: 0 0 0 5%;
      padding: 0;
      position: absolute;
      bottom: 0;
      z-index: 2;
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      transition-property: transform;
      transition-duration: 250ms; }
      @media screen and (min-width: 48.75em) {
        #about #sub-nav ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: left;
          justify-content: left;
          height: 40px;
          top: 0;
          width: 100%;
          text-align: center;
          margin: 0;
          padding-left: 20px; } }
      @media screen and (min-width: 64em) {
        #about #sub-nav ul {
          padding-left: 118px; } }
      #about #sub-nav ul li {
        height: 50px; }
        @media screen and (min-width: 48.75em) {
          #about #sub-nav ul li {
            height: auto;
            display: inline-block; }
            #about #sub-nav ul li:first-child {
              margin-left: 0; } }
        #about #sub-nav ul li button {
          
          font-size: 0.8125em;
          color: #fff;
          cursor: pointer;
          padding: 20px 0 15px 36px;
          display: block; }
          @media screen and (min-width: 48.75em) {
            #about #sub-nav ul li button {
              position: relative;
              top: 4px;
              display: block;
              border-bottom: 4px solid transparent;
              padding: 5px 15px 9px 15px;
              color: #000;
              
              font-size: 0.6875em;
              text-transform: uppercase;
              transition: border 250ms;
              letter-spacing: 1px; }
              .no-touchevents #about #sub-nav ul li button:hover {
                border-color: #000; }
              #about #sub-nav ul li button.selected-sub-nav {
                border-color: #000; } }
    #about #sub-nav .close-button {
      
      font-size: 1.25em;
      color: #fff;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      bottom: 30px;
      right: 5%;
      z-index: 2;
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      transition-property: transform, right;
      transition-duration: 250ms, 250ms; }
      #about #sub-nav .close-button:before {
        content: '';
        border-radius: 50%;
        background-color: #313131;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -ms-transform: scale(0);
        transform: scale(0);
        transition-property: transform;
        transition-duration: 250ms; }
      @media screen and (min-width: 48.75em) {
        #about #sub-nav .close-button {
          display: none; } }
  #about .headline {
    background: inherit;
    -webkit-text-fill-color: inherit;
    color: #000; }
  #about .sub-headline {
    font-size: 1.0625em;
    line-height: 28px; }

#about #our-mission {
  z-index: 3;
  position: absolute;
  width: 100%;
  background: #fff5c9;
  background-color: #fff5c9;
  background-image: linear-gradient(to bottom,#fff5c9 0%, #efd972 100%);
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition-property: opacity, visibility, max-height;
  transition-duration: 300ms, 0ms, 0ms;
  transition-delay: 0ms, 300ms, 300ms;
  min-height: 100%; }
  #about #our-mission.current-section {
    opacity: 1;
    max-height: 9999px;
    visibility: visible;
    transition-delay: 0ms, 0ms, 0ms; }
  #about #our-mission:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 553px;
    max-height: 553px;
    background-image: url("/wp-content/themes/nycpride/library/img/mission-bottom.png");
    background-repeat: no-repeat;
    background-size: auto 413px;
    background-position: center bottom;
    z-index: 1; }
    @media screen and (min-width: 48.75em) {
      #about #our-mission:after {
        background-size: 100% auto;
        height: 47.0625vw;
        background-position: center top; } }
  #about #our-mission.animate-up {
    transition: transform 0.5s; }
  #about #our-mission .headline {
    padding: 100px 0 0 0; }
    @media only screen and (min-width: 480px) {
      #about #our-mission .headline {
        padding: 170px 0 0 0; } }
    @media screen and (min-width: 31.25em) {
      #about #our-mission .headline {
        font-size: 9.0vw;
        line-height: 10vw; } }
    @media screen and (min-width: 48.75em) {
      #about #our-mission .headline {
        padding: 273px 0 0 0;
        font-size: 6.0vw;
        line-height: 6.625vw; } }
  #about #our-mission .sub-headline-cont {
    border-left: 3px solid transparent; }
    @media only screen and (min-width: 480px) {
      #about #our-mission .sub-headline-cont {
        margin-bottom: 40px; } }
    @media screen and (min-width: 48.75em) {
      #about #our-mission .sub-headline-cont {
        margin-bottom: 23px; } }
  #about #our-mission .mission-statement {
    position: relative;
    z-index: 3;
    margin-bottom: 40px; }
    @media only screen and (min-width: 1200px) {
      #about #our-mission .mission-statement {
        margin-bottom: 80px; } }
    #about #our-mission .mission-statement h3 {
      
      font-size: 0.75em;
      color: #fff;
      text-transform: uppercase;
      background-color: #000;
      position: relative;
      display: inline-block;
      padding: 3px 11px 3px 11px;
      margin-top: 11px; }
      #about #our-mission .mission-statement h3:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-color: #000;
        z-index: -1; }
      @media screen and (min-width: 48.75em) {
        #about #our-mission .mission-statement h3 {
          font-size: .7em; } }
    #about #our-mission .mission-statement p {
      font-family: 'LeituraDisplay-Roman';
      font-size: 1.1875em;
      line-height: 31px;
      color: #2e2c2e; }
      @media screen and (min-width: 48.75em) {
        #about #our-mission .mission-statement p {
          font-size: 1.725em;
          line-height: 50px; } }
  #about #our-mission .mission-footer {
    padding-bottom: 180px;
    position: relative;
    z-index: 2; }
    #about #our-mission .mission-footer p {
      
      font-size: 1.0625em;
      color: #000;
      padding-bottom: 23px;
      position: relative; }
      #about #our-mission .mission-footer p:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        display: inline-block;
        width: 10px;
        height: 14px;
        margin-left: -7px;
        background-image: url("/wp-content/themes/nycpride/library/img/arrow-down-black.svg");
        background-repeat: no-repeat;
        background-size: 10px 14px;
        background-position: center center; }
      @media screen and (max-width: 48.6875em) {
        #about #our-mission .mission-footer p {
          display: none; } }
    #about #our-mission .mission-footer .timeline-cta {
      cursor: pointer;
      position: relative;
      z-index: 3;
      top: 20px; }
  #about #our-mission .bg-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2; }
    #about #our-mission .bg-text span {
      font-family: 'LeituraDisplay-Roman';
      font-size: 46.25vw;
      line-height: 46.25vw;
      color: #e4e6d8;
      opacity: 0.4;
      position: relative;
      top: 19.375vw;
      z-index: 2;
      top: 16.25vw; }
      @media screen and (min-width: 48.75em) {
        #about #our-mission .bg-text span {
          top: 16.25vw;
          font-size: 26.5625vw;
          line-height: 41.5625vw; } }

#about #timeline {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition-property: opacity, visibility, max-height;
  transition-duration: 300ms, 0ms, 0ms;
  transition-delay: 0ms, 300ms, 300ms; }
  #about #timeline.current-section {
    opacity: 1;
    max-height: 9999px;
    visibility: visible;
    transition-delay: 0ms, 0ms, 0ms; }
  #about #timeline #timeline-interface #dot-nav {
    height: 100%;
    position: absolute;
    top: 0;
    right: 93px;
    display: none; }
    #about #timeline #timeline-interface #dot-nav:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.35em; }
    #about #timeline #timeline-interface #dot-nav > :first-child {
      width: 99.5%;
      display: inline-block;
      vertical-align: middle; }
    @media screen and (min-width: 48.75em) {
      #about #timeline #timeline-interface #dot-nav {
        display: block; } }
    #about #timeline #timeline-interface #dot-nav .slick-dots {
      margin: 0;
      list-style: none;
      line-height: 20px; }
      #about #timeline #timeline-interface #dot-nav .slick-dots li.slick-active button {
        opacity: 1; }
      #about #timeline #timeline-interface #dot-nav .slick-dots li button {
        width: 8px;
        height: 8px;
        display: inline-block;
        overflow: hidden;
        text-indent: -9999px;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0.5;
        transition: opacity 250ms; }
        .no-touchevents #about #timeline #timeline-interface #dot-nav .slick-dots li button:hover {
          opacity: 1; }
  #about #timeline #timeline-interface #arrow-nav {
    position: absolute;
    right: 25px;
    bottom: 30px;
    width: auto; }
    @media screen and (min-width: 48.75em) {
      #about #timeline #timeline-interface #arrow-nav {
        width: 64px;
        right: 59px;
        bottom: 7.1875vw;
        margin-bottom: -27px; } }
    #about #timeline #timeline-interface #arrow-nav .slick-arrow {
      width: 50px;
      height: 50px;
      position: relative;
      border-radius: 50%;
      overflow: hidden;
      text-indent: 100%; }
      @media screen and (min-width: 48.75em) {
        #about #timeline #timeline-interface #arrow-nav .slick-arrow {
          border: 2px solid #fff; }
          .no-touchevents #about #timeline #timeline-interface #arrow-nav .slick-arrow:hover:before {
            opacity: 0.4; } }
      #about #timeline #timeline-interface #arrow-nav .slick-arrow:before {
        content: '';
        border-radius: 50%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff; }
        @media screen and (min-width: 48.75em) {
          #about #timeline #timeline-interface #arrow-nav .slick-arrow:before {
            opacity: 0.2;
            transition: opacity 300ms; } }
      #about #timeline #timeline-interface #arrow-nav .slick-arrow:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -6px;
        width: 12px;
        height: 20px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 12px 20px; }
    #about #timeline #timeline-interface #arrow-nav .slick-prev {
      margin: 0 10px 0 0; }
      #about #timeline #timeline-interface #arrow-nav .slick-prev:after {
        background-image: url("/wp-content/themes/nycpride/library/img/arrow-up-black.svg"); }
      @media screen and (min-width: 48.75em) {
        #about #timeline #timeline-interface #arrow-nav .slick-prev {
          margin: 0 0 14px 0; }
          #about #timeline #timeline-interface #arrow-nav .slick-prev:after {
            background-image: url("/wp-content/themes/nycpride/library/img/arrow-up-white.svg"); } }
    #about #timeline #timeline-interface #arrow-nav .slick-next:after {
      background-image: url("/wp-content/themes/nycpride/library/img/arrow-down-black.svg"); }
    @media screen and (min-width: 48.75em) {
      #about #timeline #timeline-interface #arrow-nav .slick-next:after {
        background-image: url("/wp-content/themes/nycpride/library/img/arrow-down-white.svg"); } }
  #about #timeline #timeline-interface #instructions {
    pointer-events: none;
    opacity: 0.4;
    position: absolute;
    bottom: 7.1875vw;
    margin-bottom: -37px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
    transition: opacity 200ms; }
    #about #timeline #timeline-interface #instructions.hideit {
      opacity: 0; }
    @media screen and (min-width: 48.75em) {
      #about #timeline #timeline-interface #instructions {
        display: block; } }
    #about #timeline #timeline-interface #instructions p {
      font-family: 'AvenirLT-Roman';
      font-size: 0.6875em;
      text-transform: uppercase;
      color: #fff;
      display: inline-block;
      position: relative;
      top: -5px;
      margin: 0 7px 0 0;
      font-weight: 600; }
    #about #timeline #timeline-interface #instructions .arrow-key-icons {
      display: inline-block; }
      #about #timeline #timeline-interface #instructions .arrow-key-icons .key {
        display: inline-block;
        width: 43px;
        height: 20px;
        border: 2px solid #fff;
        border-radius: 3px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 11px 6px; }
      #about #timeline #timeline-interface #instructions .arrow-key-icons .key-up {
        background-image: url("/wp-content/themes/nycpride/library/img/arrow-key-up.svg"); }
      #about #timeline #timeline-interface #instructions .arrow-key-icons .key-down {
        background-image: url("/wp-content/themes/nycpride/library/img/arrow-key-down.svg"); }
  #about #timeline .timeline-date {
    width: 100%;
    position: relative;
    border: none;
    overflow: hidden; }
    #about #timeline .timeline-date .row {
      display: flex !important;
      display: -ms-flexbox !important; }
    @media screen and (min-width: 48.75em) {
      #about #timeline .timeline-date .container {
        margin: 0px auto; } }
    #about #timeline .timeline-date .container .special-break {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      @media only screen and (min-width: 1000px) {
        #about #timeline .timeline-date .container .special-break {
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
    #about #timeline .timeline-date .content {
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 4; }
      @media screen and (min-width: 48.75em) {
        #about #timeline .timeline-date .content {
          z-index: 1; } }
    #about #timeline .timeline-date .year {
      position: absolute;
      bottom: 3.75vw;
      top: auto !important;
      left: auto !important;
      width: 100%;
      z-index: 1; }
    #about #timeline .timeline-date .description {
      position: relative; }
    #about #timeline .timeline-date .background {
      position: absolute;
      -ms-transform: scale(1.12);
      transform: scale(1.12);
      z-index: 1;
      left: -5px !important;
      top: -4px !important;
      width: 102%;
      height: 102%; }
      #about #timeline .timeline-date .background .bg-img {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
    #about #timeline .timeline-date h3 {
      position: relative;
      z-index: 2;
      font-family: 'LeituraDisplay-Roman';
      color: #fff;
      font-size: 3.9375vw;
      display: none;
      margin-bottom: 0px; }
      @media screen and (min-width: 48.75em) {
        #about #timeline .timeline-date h3 {
          display: inline-block; } }
      @media only screen and (min-width: 1600px) {
        #about #timeline .timeline-date h3 {
          font-size: 63px; } }
    #about #timeline .timeline-date span {
      position: relative;
      font-size: 0.8125em;
      color: rgba(255, 255, 255, 0.43);
      top: -18px;
      z-index: 9000;
      font-family: 'AvenirLT-Roman';
      font-weight: 600;
      display: none; }
      @media screen and (min-width: 48.75em) {
        #about #timeline .timeline-date span {
          display: block; } }
      #about #timeline .timeline-date span a {
        color: rgba(255, 255, 255, 0.43); }
    #about #timeline .timeline-date h4 {
      position: relative;
      z-index: 2;
      position: relative;
      z-index: 2;
      font-family: 'LeituraDisplay-Roman';
      color: #fff;
      font-size: 38px;
      line-height: 38px;
      margin-bottom: 0px; }
      @media only screen and (min-width: 480px) {
        #about #timeline .timeline-date h4 {
          margin-bottom: 10px; } }
      @media screen and (min-width: 48.75em) {
        #about #timeline .timeline-date h4 {
          font-size: 5.625vw;
          line-height: 5.625vw;
          margin-bottom: 20px; } }
      @media only screen and (min-width: 1600px) {
        #about #timeline .timeline-date h4 {
          font-size: 90px;
          line-height: 90px; } }
    #about #timeline .timeline-date p {
      position: relative;
      z-index: 2;
      
      color: #fff;
      font-size: 0.9375em; }
      @media screen and (min-width: 48.75em) {
        #about #timeline .timeline-date p {
          padding-left: 55px;
          font-size: 1.0625em; } }
      #about #timeline .timeline-date p.date {
        
        font-size: 0.94118em;
        opacity: 0.9;
        padding: 3px 11px 3px 11px;
        display: inline-block;
        margin-bottom: 6px; }
        @media only screen and (min-width: 480px) {
          #about #timeline .timeline-date p.date {
            margin-bottom: 12px; } }
        @media screen and (min-width: 48.75em) {
          #about #timeline .timeline-date p.date {
            position: absolute;
            left: 48px;
            -ms-transform: rotate(-450deg);
            transform: rotate(-450deg);
            text-align: right;
            -ms-transform-origin: bottom left;
            transform-origin: bottom left;
            margin-bottom: 12px; } }
        #about #timeline .timeline-date p.date:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: inline-block;
          background-color: #fff;
          opacity: 0.25;
          z-index: -1; }
    #about #timeline .timeline-date .fg-img {
      position: absolute;
      bottom: -10px;
      right: -12px;
      top: auto !important;
      left: auto !important;
      z-index: 2;
      width: 100%;
      display: none !important; }
      @media only screen and (min-width: 1024px) {
        #about #timeline .timeline-date .fg-img {
          width: 48.75vw;
          z-index: 3;
          display: block !important; } }
      @media only screen and (min-width: 1600px) {
        #about #timeline .timeline-date .fg-img {
          width: 860px; } }

#about .shape-one {
  position: absolute;
  top: 0;
  display: block;
  height: 630px;
  width: 630px;
  left: 19vw;
  width: calc(50% - -20px);
  z-index: 0;
  background-size: contain;
  background-image: url("/wp-content/themes/nycpride/library/img/yellow-bg-shapes/top-middle-light-yellow.svg");
  background-repeat: no-repeat; }
  @media screen and (min-width: 48.75em) {
    #about .shape-one {
      left: calc(100% - 937px);
      width: 630px; } }
  #about .shape-one:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 630px;
    margin-left: 0;
    z-index: 0;
    background-image: url("/wp-content/themes/nycpride/library/img/yellow-bg-shapes/top-middle-dark-yellow.svg");
    background-repeat: no-repeat;
    width: calc(50%);
    background-size: contain; }
    @media screen and (min-width: 48.75em) {
      #about .shape-one:after {
        width: 620px;
        margin-left: -2px; } }

#about .shape-two {
  z-index: -1;
  position: absolute;
  top: 50%;
  margin-top: -560px;
  left: 0;
  display: block;
  height: 2140px;
  width: 100%;
  background-image: url("/wp-content/themes/nycpride/library/img/yellow-bg-shapes/middle.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

#about #our-team {
  z-index: 2;
  position: absolute;
  width: 100%;
  background: #fff5c9;
  background-color: #fff5c9;
  background-image: linear-gradient(to bottom,#fff5c9 0%, #efd972 100%);
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition-property: opacity, visibility, max-height;
  transition-duration: 300ms, 0ms, 0ms;
  transition-delay: 0ms, 300ms, 300ms; }
  #about #our-team.current-section {
    opacity: 1;
    max-height: 9999px;
    visibility: visible;
    transition-delay: 0ms, 0ms, 0ms; }
  #about #our-team .headline {
    padding: 100px 0 0 0; }
    @media screen and (min-width: 48.75em) {
      #about #our-team .headline {
        padding: 273px 0 0 0; } }
  #about #our-team .sub-headline-cont {
    margin-bottom: 37px; }
  #about #our-team .body-copy {
    z-index: 3;
    margin-bottom: 60px; }
    @media screen and (min-width: 48.75em) {
      #about #our-team .body-copy {
        margin-bottom: 172px; } }
    #about #our-team .body-copy p {
      font-family: 'AvenirLT-Roman';
      padding-left: 0px;
      line-height: 20px;
      font-size: 0.875em;
      color: #242424; }
      @media screen and (min-width: 48.75em) {
        #about #our-team .body-copy p {
          padding-left: 5px;
          line-height: 23px; } }
      @media screen and (min-width: 64em) {
        #about #our-team .body-copy p {
          margin-left: 35px; } }
  #about #our-team #team {
    margin-bottom: 70px; }
  #about #our-team .team-member {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 48.75em) {
      #about #our-team .team-member {
        margin-bottom: 63px; } }
    #about #our-team .team-member .mask {
      width: 128px;
      height: 128px;
      border-radius: 50%;
      overflow: hidden;
      display: inline-block;
      margin-bottom: 14px; }
      @media screen and (min-width: 25em) {
        #about #our-team .team-member .mask {
          width: 168px;
          height: 168px; } }
      @media screen and (min-width: 48.75em) {
        #about #our-team .team-member .mask {
          margin-bottom: 24px; } }
      #about #our-team .team-member .mask img {
        width: 100%;
        height: auto; }
    #about #our-team .team-member h5 {
      font-family: 'LeituraDisplay-Roman';
      font-size: 1.125em;
      line-height: 20px;
      margin-bottom: 8px; }
      @media screen and (min-width: 48.75em) {
        #about #our-team .team-member h5 {
          font-size: 1.5em;
          line-height: 27px;
          max-width: 200px;
          margin: 0px auto 5px auto; } }
    #about #our-team .team-member p {
      
      font-size: 0.8125em;
      text-transform: uppercase;
      line-height: 16px;
      margin-bottom: 0px; }
      @media screen and (min-width: 48.75em) {
        #about #our-team .team-member p {
          margin-bottom: 4px; } }
    #about #our-team .team-member a {
      font-family: 'AvenirLT-Roman';
      font-size: 0.8125em;
      line-height: 13px;
      color: #535353;
      transition: color 250ms; }
      .no-touchevents #about #our-team .team-member a:hover {
        color: #000; }

#sponsors {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff5c9;
  background-color: #fff5c9;
  background-image: linear-gradient(to bottom,#fff5c9 0%, #efd972 100%); }
  #sponsors .shape-one {
    position: absolute;
    top: 0;
    display: block;
    height: 630px;
    width: 630px;
    left: 19vw;
    width: calc(50% - -20px);
    background-size: contain;
    background-image: url("/wp-content/themes/nycpride/library/img/yellow-bg-shapes/top-middle-light-yellow.svg");
    background-repeat: no-repeat; }
    @media screen and (min-width: 48.75em) {
      #sponsors .shape-one {
        left: calc(100% - 937px);
        width: 630px; } }
    #sponsors .shape-one:after {
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      height: 630px;
      margin-left: 0;
      background-image: url("/wp-content/themes/nycpride/library/img/yellow-bg-shapes/top-middle-dark-yellow.svg");
      background-repeat: no-repeat;
      width: calc(50%);
      background-size: contain; }
      @media screen and (min-width: 48.75em) {
        #sponsors .shape-one:after {
          width: 620px;
          margin-left: -2px; } }
  #sponsors .shape-two {
    position: absolute;
    top: calc(50% - 1070px);
    left: 0;
    display: block;
    height: 2140px;
    width: 100%;
    background-image: url("/wp-content/themes/nycpride/library/img/yellow-bg-shapes/middle.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
  #sponsors + footer {
    background: linear-gradient(to bottom, #e4cf68 0%, #e5cf68 100%); }
    #sponsors + footer #social #menu-footer-social li a svg path,
    #sponsors + footer #social #menu-footer-social li a svg circle {
      fill: #212121; }
    #sponsors + footer #social .hashtags li a {
      font-family: "Alright Sans";
      font-style: normal;
      font-weight: 700;
      font-size: 0.6875em;
      line-height: 15px;
      color: #212121;
      text-transform: uppercase;
      letter-spacing: .05em;
      background: -webkit-linear-gradient(left, #212121, #212121 50%, #fff 51%, #fff);
      background-position: 198%;
      background-size: 202% 100%;
      transition: all .3s ease-in-out;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .no-touchevents #sponsors + footer #social .hashtags li a:hover {
        color: #fff;
        background-position: 100%; }
    #sponsors + footer #newsletter form input {
      color: #212121;
      border: 2px solid #212121; }
      #sponsors + footer #newsletter form input::-webkit-input-placeholder {
        color: #212121; }
      #sponsors + footer #newsletter form input::-moz-placeholder {
        color: #212121; }
      #sponsors + footer #newsletter form input:-moz-placeholder {
        color: #212121; }
      #sponsors + footer #newsletter form input:-ms-input-placeholder {
        color: #212121; }
    #sponsors + footer #footer-pages .columns > ul > li > a {
      font-family: "Alright Sans";
      font-style: normal;
      font-weight: 700;
      font-size: 0.6875em;
      line-height: 15px;
      color: #212121;
      text-transform: uppercase;
      letter-spacing: .05em;
      background: -webkit-linear-gradient(left, #212121, #212121 50%, #fff 51%, #fff);
      background-position: 198%;
      background-size: 202% 100%;
      transition: all .3s ease-in-out;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .no-touchevents #sponsors + footer #footer-pages .columns > ul > li > a:hover {
        color: #fff;
        background-position: 100%; }
  #sponsors .headline {
    background: inherit;
    -webkit-text-fill-color: inherit;
    color: #000;
    padding: 100px 0 0 0; }
    @media screen and (min-width: 48.75em) {
      #sponsors .headline {
        padding: 200px 0 0 0; } }
  #sponsors .sub-headline-cont .sub-headline {
    color: #191919; }
  #sponsors #sponsors-list .category {
    border-bottom: 2px solid #3A3E46;
    margin-bottom: 92px; }
    #sponsors #sponsors-list .category:last-child {
      border-bottom: none;
      margin-bottom: 0px; }
    #sponsors #sponsors-list .category h2 {
      margin-bottom: 27px;
      font-family: 'LeituraDisplay-Roman';
      font-size: 1.875em;
      color: #000000; }
      @media screen and (min-width: 48.75em) {
        #sponsors #sponsors-list .category h2 {
          font-size: 3.125em; } }
    #sponsors #sponsors-list .category h3 {
      
      font-size: 0.7em;
      color: #fff;
      text-transform: uppercase;
      padding: 3px 11px 3px 11px;
      display: inline-block;
      position: relative;
      margin-bottom: 10px; }
      @media screen and (min-width: 48.75em) {
        #sponsors #sponsors-list .category h3 {
          margin-bottom: 40px; } }
      #sponsors #sponsors-list .category h3:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-color: #000;
        z-index: -1; }
    #sponsors #sponsors-list .category .logos {
      margin-bottom: 28px; }
      @media screen and (min-width: 48.75em) {
        #sponsors #sponsors-list .category .logos .columns {
          margin-bottom: 30px; } }
      #sponsors #sponsors-list .category .logos .columns a {
        display: block;
        height: 130px;
        line-height: 130px; }
  #sponsors .top-of-page {
    margin-bottom: 13.4375vw;
    background-image: url("/wp-content/themes/nycpride/library/img/arrow-up-yellow.svg");
    background-size: 11px 15px; }
    .no-touchevents #sponsors .top-of-page:hover {
      box-shadow: 0px 0px 0px 4px #c1ab43; }
  #sponsors #footer {
    background-color: #f5e8a8;
    text-align: center;
    padding: 80px 0; }
    @media screen and (min-width: 48.75em) {
      #sponsors #footer {
        padding: 11.5vw 0; } }
    #sponsors #footer h2 {
      margin-bottom: 13px;
      font-size: 1.375em;
      font-family: 'LeituraDisplay-Roman'; }
      @media screen and (min-width: 48.75em) {
        #sponsors #footer h2 {
          margin-bottom: 43px;
          font-size: 3.125em; } }
    #sponsors #footer a.button {
      position: relative;
      width: 100%;
      padding: 14px 28px 10px 28px;
      border-radius: 0;
      background-color: #212121;
      font-size: 0.6875em;
      color: #efda75;
      font-weight: 600;
      
      text-transform: uppercase; }
      @media screen and (min-width: 48.75em) {
        #sponsors #footer a.button {
          width: auto; } }

#events-landing .entry-header {
  padding-top: 100px; }
  @media screen and (min-width: 48.75em) {
    #events-landing .entry-header {
      padding-top: 200px; } }

#events-landing #event-grid {
  width: 100%;
  max-width: 100%; }
  #events-landing #event-grid .featured {
    width: 100%; }
    #events-landing #event-grid .featured .copy {
      padding: 0 6.25vw 8.125vw 6.25vw; }
      @media only screen and (min-width: 1600px) {
        #events-landing #event-grid .featured .copy {
          padding: 0 100px 130px 100px; } }
  #events-landing #event-grid a {
    display: block;
    height: 43.75vw;
    min-height: 400px;
    color: #fff; }
    .no-touchevents #events-landing #event-grid a:hover .grid-item .img {
      transform: translate3d(-10px, 0, 0); }
    .no-touchevents #events-landing #event-grid a:hover .grid-item .copy {
      -ms-transform: translateX(-20px);
      transform: translateX(-20px); }
    @media only screen and (min-width: 1600px) {
      #events-landing #event-grid a {
        height: 700px; } }
    #events-landing #event-grid a .grid-item {
      height: 100%;
      overflow: hidden;
      position: relative;
      background-size: cover;
      background-position: bottom right;
      background-repeat: no-repeat; }
      #events-landing #event-grid a .grid-item .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 105%;
        height: 100%;
        background-size: cover;
        background-position: bottom right;
        background-repeat: no-repeat;
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
        transition: transform 800ms; }
      #events-landing #event-grid a .grid-item h2 {
        font-family: 'LeituraDisplay-Roman';
        font-size: 40px;
        line-height: 37px;
        margin: 0;
        margin-bottom: 10px; }
        @media only screen and (min-width: 800px) {
          #events-landing #event-grid a .grid-item h2 {
            font-size: 5vw;
            line-height: 4.6875vw; } }
        @media only screen and (min-width: 1600px) {
          #events-landing #event-grid a .grid-item h2 {
            font-size: 80px;
            line-height: 75px; } }
      #events-landing #event-grid a .grid-item p {
        font-family: 'AvenirLT-Roman';
        font-size: 0.8125em;
        margin: 0px 0 0px 0; }
        @media only screen and (min-width: 800px) {
          #events-landing #event-grid a .grid-item p {
            font-size: 1.0625em;
            margin: -7px 0 10px 0; } }
      #events-landing #event-grid a .grid-item .copy {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 6px 6.25vw 3.75vw 6.25vw;
        transition: transform 600ms;
        -ms-transform: translateX(0px);
        transform: translateX(0px); }
        @media only screen and (min-width: 1600px) {
          #events-landing #event-grid a .grid-item .copy {
            padding: 6px 100px 60px 100px; } }

#events-landing #pride-partners {
  background-image: linear-gradient(180deg, #175269 12%, #081323 96%);
  text-align: center;
  color: #fff;
  position: relative; }
  #events-landing #pride-partners .overlay {
    width: 100%;
    background-image: url("/wp-content/themes/nycpride/library/img/pride-partners-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 13.125vw 0; }
    @media screen and (min-width: 48.75em) {
      #events-landing #pride-partners .overlay {
        padding: 6.875vw 0; } }
  #events-landing #pride-partners h2 {
    font-family: 'LeituraDisplay-Roman';
    font-size: 10vw;
    line-height: 90px;
    margin-bottom: 0px; }
    @media screen and (min-width: 48.75em) {
      #events-landing #pride-partners h2 {
        font-size: 5vw; } }
  #events-landing #pride-partners p {
    font-family: 'AvenirLT-Roman';
    line-height: 25px; }
    @media screen and (min-width: 48.75em) {
      #events-landing #pride-partners p {
        line-height: 27px;
        font-size: 1.0625em; } }
    #events-landing #pride-partners p br {
      display: none; }
      @media screen and (min-width: 48.75em) {
        #events-landing #pride-partners p br {
          display: none; } }
      @media screen and (min-width: 64em) {
        #events-landing #pride-partners p br {
          display: block; } }
  #events-landing #pride-partners a.special-btn {
    margin-top: 20px;
    background-color: rgba(248, 247, 247, 0.12); }

#events-landing #event-footer {
  padding: 12.5vw 0 12.5vw 0; }
  @media screen and (min-width: 48.75em) {
    #events-landing #event-footer {
      padding: 9.375vw 0 9.375vw 0; } }

#event-detail #event-footer {
  padding: 25vw 0 12.5vw 0; }
  @media screen and (min-width: 48.75em) {
    #event-detail #event-footer {
      padding: 12.5vw 0 6.25vw 0; } }

#event-footer {
  position: relative;
  background-color: #fff; }
  @media screen and (min-width: 100em) {
    #event-footer {
      padding: 200px 0 200px 0; } }
  #event-footer .link {
    display: none; }
    @media screen and (min-width: 48.75em) {
      #event-footer .link {
        display: block; } }
  #event-footer #sponsors-bar ul li .btn {
    text-align: center; }
  #event-footer a.special-btn {
    display: none; }
    @media screen and (min-width: 48.75em) {
      #event-footer a.special-btn {
        display: inline-block; } }
    #event-footer a.special-btn span {
      color: #e55d87; }
      #event-footer a.special-btn span:after {
        background-image: url("/wp-content/themes/nycpride/library/img/arrow-right-pink.svg"); }

#event-detail #hero.list #hero-info-bar {
  padding: 0 0 !important; }

@media screen and (max-width: 48.75em) {
  #event-detail #hero.list + #about-event {
    margin-top: 250px !important; } }

#event-detail {
  position: relative;
  z-index: 1; }
  #event-detail #notification-bar {
    background-color: #22b69c;
    color: #fff;
    box-shadow: inset 0 -20px 21px -13px rgba(0, 0, 0, 0.3); }
    #event-detail #notification-bar .row {
      height: 137px; }
    #event-detail #notification-bar h3 {
      margin: 0;
      font-size: 1.25em;
      
      text-transform: uppercase; }
    #event-detail #notification-bar h4 {
      font-size: 1em;
      line-height: 1.5em;
      
      text-transform: uppercase;
      display: inline-block;
      position: relative;
      margin: 0;
      padding: 3px 5px 0px 7px;
      z-index: 1; }
      #event-detail #notification-bar h4:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: -1; }
    #event-detail #notification-bar h5 {
      margin: 0;
      font-size: 1em;
      font-family: 'AvenirLT-Roman';
      text-transform: none; }
    #event-detail #notification-bar p {
      margin: 0;
      font-size: 1em; }
  #event-detail .light-theme {
    background-color: #F1F3F6;
    background-image: linear-gradient(-28deg,#F1F3F6 9%, #ffffff 42%); }
    #event-detail .light-theme .headline {
      color: #000;
      background: none;
      -webkit-text-fill-color: inherit; }
    #event-detail .light-theme #hero-info-bar {
      background-color: rgba(255, 255, 255, 0);
      background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%, white 15%, white 100%); }
      @media screen and (min-width: 48.75em) {
        #event-detail .light-theme #hero-info-bar {
          background-color: rgba(255, 255, 255, 0);
          background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%, white 75%, white 100%); } }
      #event-detail .light-theme #hero-info-bar a {
        color: #000; }
    #event-detail .light-theme .body-copy h4 {
      color: #000; }
    #event-detail .light-theme .body-copy h5, #event-detail .light-theme .body-copy h6 {
      color: #000; }
      #event-detail .light-theme .body-copy h5:before, #event-detail .light-theme .body-copy h6:before {
        background-color: rgba(0, 0, 0, 0.1); }
    #event-detail .light-theme .more-details-section .body-copy h5 {
      padding-left: 0;
      padding-right: 0; }
      #event-detail .light-theme .more-details-section .body-copy h5:before {
        background-color: transparent; }
  #event-detail .dark-theme {
    background-color: #151515;
    color: #fff; }
    #event-detail .dark-theme .headline {
      color: #fff;
      background: none;
      -webkit-text-fill-color: inherit; }
    @media (min-width: 800px) {
      #event-detail .dark-theme .sub-headline-cont {
        margin-bottom: 107px; } }
    @media (min-width: 1200px) {
      #event-detail .dark-theme .sub-headline-cont {
        margin-bottom: 107px; } }
    #event-detail .dark-theme .sub-headline-cont .sub-headline {
      color: #fff; }
      #event-detail .dark-theme .sub-headline-cont .sub-headline:before {
        margin: 13px 0px;
        border-left: 4px solid #fff;
        top: -3px; }
    #event-detail .dark-theme #hero-info-bar {
      background-color: rgba(21, 21, 21, 0);
      background-image: linear-gradient(to bottom,rgba(21, 21, 21, 0) 0%, #151515 15%, #151515 100%); }
      @media screen and (min-width: 48.75em) {
        #event-detail .dark-theme #hero-info-bar {
          background-color: rgba(21, 21, 21, 0);
          background-image: linear-gradient(to bottom,rgba(21, 21, 21, 0) 0%, #151515 75%, #151515 100%); } }
      #event-detail .dark-theme #hero-info-bar a {
        color: #fff; }
      #event-detail .dark-theme #hero-info-bar p.location:before {
        background-image: url("/wp-content/themes/nycpride/library/img/pin-icon-white.svg"); }
    #event-detail .dark-theme #about-event .share-options .facebook-share {
      background-image: url("/wp-content/themes/nycpride/library/img/social/event-facebook-dark.svg"); }
    #event-detail .dark-theme #about-event .share-options .twitter-share {
      background-image: url("/wp-content/themes/nycpride/library/img/social/event-twitter-dark.svg"); }
    #event-detail .dark-theme #event-slider .slick-prev:before {
      background-image: url("/wp-content/themes/nycpride/library/img/arrow-left-white.svg");
      transition: transform 300ms; }
    .no-touchevents #event-detail .dark-theme #event-slider .slick-prev:hover:before {
      -ms-transform: translateX(-7px);
      transform: translateX(-7px); }
    #event-detail .dark-theme #event-slider .slick-next:before {
      background-image: url("/wp-content/themes/nycpride/library/img/arrow-right-white.svg");
      transition: transform 300ms; }
    .no-touchevents #event-detail .dark-theme #event-slider .slick-next:hover:before {
      -ms-transform: translateX(7px);
      transform: translateX(7px); }
    #event-detail .dark-theme .down-arrow:after {
      background-image: url("/wp-content/themes/nycpride/library/img/arrow-down-white.svg"); }
    #event-detail .dark-theme .more-details-section .body-copy {
      background-color: #252525; }
  #event-detail a.special-btn {
    background-color: #b74aa1;
    width: auto;
    display: block; }
    #event-detail a.special-btn span {
      color: #fff; }
      #event-detail a.special-btn span:after {
        background-image: url("/wp-content/themes/nycpride/library/img/arrow-right-white.svg"); }
    @media screen and (min-width: 48.75em) {
      #event-detail a.special-btn {
        display: inline-block; } }
  #event-detail h4 {
    font-family: 'LeituraDisplay-Roman';
    font-size: 1em;
    text-align: center; }
  #event-detail h5 {
    
    font-size: 1.0625em;
    text-transform: uppercase; }
  #event-detail p {
    font-family: 'AvenirLT-Roman';
    font-size: 1.0625em;
    margin: 0; }
  #event-detail .body-copy h1,
  #event-detail .body-copy h2,
  #event-detail .body-copy h3 {
    font-family: 'LeituraDisplay-Roman'; }
  #event-detail .body-copy h4 {
    
    text-transform: uppercase;
    color: #fff;
    text-align: left; }
  #event-detail .body-copy h5, #event-detail .body-copy h6 {
    
    font-size: 0.7em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 3px 5px 0px 7px; }
    #event-detail .body-copy h5:before, #event-detail .body-copy h6:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.2); }
  #event-detail .body-copy h6 {
    font-size: 0.875em; }
  #event-detail .body-copy p {
    font-size: 0.875em;
    margin-bottom: 28px; }
    @media screen and (min-width: 48.75em) {
      #event-detail .body-copy p {
        font-size: 1.0625em;
        line-height: 23px; } }
  #event-detail .body-copy a {
    color: #eda9df; }
  #event-detail .body-copy strong, #event-detail .body-copy b {
    
    font-weight: normal; }
  #event-detail .body-copy li {
    font-family: 'AvenirLT-Roman';
    font-size: 0.875em; }
    @media screen and (min-width: 48.75em) {
      #event-detail .body-copy li {
        font-size: 1.0625em; } }
  #event-detail .body-copy ul,
  #event-detail .body-copy ol {
    list-style-type: none;
    margin-bottom: 30px; }
  #event-detail .body-copy ul li {
    position: relative; }
    #event-detail .body-copy ul li:before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      position: absolute;
      top: 9px;
      left: -18px;
      background-color: #81338B;
      border: 2px solid #AF479A;
      border-radius: 50%; }
  #event-detail .body-copy ol li {
    counter-increment: step-counter;
    position: relative; }
    #event-detail .body-copy ol li:before {
      content: counter(step-counter);
      
      font-size: 0.75em;
      color: #b74aa1;
      position: absolute;
      top: 4px;
      left: -18px; }
  #event-detail .down-arrow {
    margin-bottom: 67px; }
    #event-detail .down-arrow:after {
      content: '';
      position: relative;
      top: 15px;
      display: block;
      background-image: url("/wp-content/themes/nycpride/library/img/arrow-down-black.svg");
      background-size: 10px 14px;
      background-position: center center;
      width: 10px;
      height: 14px;
      margin: 0 auto; }
  #event-detail .sub-headline-cont {
    padding-left: 0; }
    #event-detail .sub-headline-cont .sub-headline {
      color: #777176; }
  #event-detail #hero {
    height: 280px;
    margin-bottom: 150px;
    position: relative; }
    @media screen and (min-width: 48.75em) {
      #event-detail #hero {
        height: 500px;
        margin-bottom: 40px; } }
    @media screen and (min-width: 64em) {
      #event-detail #hero {
        height: 52.5vw;
        margin-bottom: 40px; } }
    #event-detail #hero #hero-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-position: center right;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (min-width: 48.75em) {
        #event-detail #hero #hero-bg {
          background-position: center center; } }
    #event-detail #hero #hero-copy {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
      @media screen and (min-width: 100em) {
        #event-detail #hero #hero-copy {
          left: 50%;
          margin-left: -800px; } }
      #event-detail #hero #hero-copy .entry-header {
        padding-top: 50px; }
        @media screen and (min-width: 48.75em) {
          #event-detail #hero #hero-copy .entry-header {
            padding-top: 100px; } }
        @media screen and (min-width: 100em) {
          #event-detail #hero #hero-copy .entry-header {
            padding: 0; } }
        #event-detail #hero #hero-copy .entry-header a.back-btn {
          display: inline-block;
          border-radius: 3px;
          padding: 8px 37px 8px 13px;
          text-align: center;
          color: #fff;
          margin-left: 12px;
          margin-bottom: 15px;
          font-size: .75em; }
          @media screen and (min-width: 48.75em) {
            #event-detail #hero #hero-copy .entry-header a.back-btn {
              margin-bottom: 25px; } }
          .no-touchevents #event-detail #hero #hero-copy .entry-header a.back-btn:hover span:after {
            left: -26px; }
          #event-detail #hero #hero-copy .entry-header a.back-btn span {
            position: relative;
            display: inline-block;
            
            letter-spacing: 1px;
            white-space: nowrap;
            color: #fff;
            font-size: 10px; }
            @media screen and (min-width: 48.75em) {
              #event-detail #hero #hero-copy .entry-header a.back-btn span {
                font-size: .75em;
                font-size: 10px; } }
            #event-detail #hero #hero-copy .entry-header a.back-btn span:after {
              content: '';
              position: absolute;
              top: 3px;
              left: -23px;
              width: 13px;
              height: 10px;
              background-position: center center;
              background-image: url("/wp-content/themes/nycpride/library/img/arrow-left-white.svg");
              background-repeat: no-repeat;
              background-size: cover;
              transition: left 200ms; }
    #event-detail #hero h2 {
      text-transform: uppercase;
       }
  #event-detail #hero-info-bar {
    position: absolute;
    top: 190px;
    left: 0;
    width: 100%;
    padding: 20px 0px;
    z-index: 2;
    top: 200px;
    margin: 40px 0 0 0; }
    @media screen and (min-width: 48.75em) {
      #event-detail #hero-info-bar {
        top: 330px;
        padding: 30px 0px; } }
    @media screen and (min-width: 64em) {
      #event-detail #hero-info-bar {
        padding: 30px 0px;
        top: auto;
        bottom: 0; } }
    #event-detail #hero-info-bar .small-16:nth-child(1) {
      padding-right: 10px;
      margin-bottom: 10px; }
      @media screen and (min-width: 48.75em) {
        #event-detail #hero-info-bar .small-16:nth-child(1) {
          padding-right: 30px;
          margin-bottom: 0px; } }
    #event-detail #hero-info-bar .small-16:nth-child(2) {
      padding-left: 0px; }
      @media screen and (min-width: 48.75em) {
        #event-detail #hero-info-bar .small-16:nth-child(2) {
          padding-left: 10px; } }
    #event-detail #hero-info-bar .multiple-dates span {
      display: block; }
    #event-detail #hero-info-bar h3 {
      
      font-size: 0.9375em;
      text-transform: uppercase;
      margin: 0 0 5px 0; }
    #event-detail #hero-info-bar p {
      font-size: 0.875em;
      line-height: 21px; }
      @media screen and (min-width: 48.75em) {
        #event-detail #hero-info-bar p {
          font-size: 1em;
          padding-left: 10px;
          line-height: 28px; } }
      #event-detail #hero-info-bar p.location {
        position: relative;
        transition: color 300ms; }
        #event-detail #hero-info-bar p.location:before {
          content: '';
          display: none;
          width: 28px;
          height: 42px;
          position: absolute;
          top: 0;
          left: -28px;
          background-image: url("/wp-content/themes/nycpride/library/img/pin-icon.svg");
          background-size: 28px 42px;
          background-position: center center;
          background-repeat: no-repeat; }
          @media screen and (min-width: 48.75em) {
            #event-detail #hero-info-bar p.location:before {
              display: inline-block; } }
    .no-touchevents #event-detail #hero-info-bar .location-link:hover .location:before {
      animation: bounce 400ms; }
    #event-detail #hero-info-bar .special-btn {
      margin-top: 19px; }
      #event-detail #hero-info-bar .special-btn span:after {
        top: 4px; }
  #event-detail #about-event {
    margin-bottom: 80px;
    margin-top: 180px; }
    @media screen and (min-width: 48.75em) {
      #event-detail #about-event {
        margin-top: 0px; } }
    #event-detail #about-event .summary {
      font-family: 'LeituraDisplay-Roman';
      font-size: 1.3125em;
      margin-bottom: 20px;
      font-weight: 400; }
      @media screen and (min-width: 48.75em) {
        #event-detail #about-event .summary {
          margin-right: 2rem;
          margin-bottom: 40px;
          font-size: 2.375em;
          line-height: 61px; } }
    #event-detail #about-event .share-options {
      position: relative;
      display: none; }
      @media screen and (min-width: 64em) {
        #event-detail #about-event .share-options {
          display: block; } }
      #event-detail #about-event .share-options p {
        
        font-size: 0.7em;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        top: -14px;
        float: left;
        line-height: 60px; }
      #event-detail #about-event .share-options .facebook-share,
      #event-detail #about-event .share-options .twitter-share {
        width: 31px;
        height: 29px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        text-indent: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        color: transparent;
        float: left;
        transition: background-image 0.3s; }
      #event-detail #about-event .share-options .facebook-share {
        margin: 0 10px 0 20px;
        background-image: url("/wp-content/themes/nycpride/library/img/social/event-facebook-light.svg"); }
        #event-detail #about-event .share-options .facebook-share:before {
          content: '';
          display: none;
          background-image: url("/wp-content/themes/nycpride/library/img/social/event-facebook-hover.svg"); }
        #event-detail #about-event .share-options .facebook-share:hover {
          background-image: url("/wp-content/themes/nycpride/library/img/social/event-facebook-hover.svg"); }
      #event-detail #about-event .share-options .twitter-share {
        margin: 0 0 0 5px;
        background-image: url("/wp-content/themes/nycpride/library/img/social/event-twitter-light.svg"); }
        #event-detail #about-event .share-options .twitter-share:before {
          content: '';
          display: none;
          background-image: url("/wp-content/themes/nycpride/library/img/social/event-twitter-hover.svg"); }
        #event-detail #about-event .share-options .twitter-share:hover {
          background-image: url("/wp-content/themes/nycpride/library/img/social/event-twitter-hover.svg"); }
    #event-detail #about-event .button-list li {
      margin-bottom: 27px; }
      #event-detail #about-event .button-list li:last-child {
        margin-bottom: 0; }
  #event-detail #event-slider .slick-arrow {
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    color: transparent;
    z-index: 2; }
    #event-detail #event-slider .slick-arrow:before {
      content: '';
      display: block;
      width: 26px;
      height: 18px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 26px 18px;
      position: absolute; }
  #event-detail #event-slider .slick-prev {
    left: 0; }
    #event-detail #event-slider .slick-prev:before {
      background-image: url("/wp-content/themes/nycpride/library/img/arrow-left-black.svg");
      right: 20%; }
  #event-detail #event-slider .slick-next {
    right: 0; }
    #event-detail #event-slider .slick-next:before {
      background-image: url("/wp-content/themes/nycpride/library/img/arrow-right-black.svg");
      left: 20%; }
  #event-detail #event-slider .slide {
    outline: none;
    text-align: center;
    position: relative;
    opacity: 0.3;
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition-property: opacity, transform;
    transition-duration: 250ms, 250ms; }
    #event-detail #event-slider .slide.slick-center {
      opacity: 1;
      -ms-transform: scale(1);
      transform: scale(1); }
    #event-detail #event-slider .slide img {
      display: inline-block;
      max-height: 380px; }
      @media screen and (min-width: 48.75em) {
        #event-detail #event-slider .slide img {
          max-height: 46.875vw; } }
      @media only screen and (min-width: 1600px) {
        #event-detail #event-slider .slide img {
          max-height: 725px; } }
    #event-detail #event-slider .slide p {
      position: absolute;
      bottom: 37px;
      right: 20px;
      padding-left: 30px;
      font-family: 'LeituraDisplay-Roman';
      font-size: 2.375em;
      color: #fff; }
      #event-detail #event-slider .slide p:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -18px;
        left: 0px;
        height: 30px;
        width: 3px;
        border-left: 3px solid #fff;
        padding-left: 20px; }
  #event-detail #more-details {
    position: relative;
    top: 78px;
    z-index: 2; }
  #event-detail .more-details-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px 10px; }
    #event-detail .more-details-section .body-copy {
      background-color: #E8E8E8;
      padding: 3.875vw 4.6875vw 4vw 4.3125vw; }
      @media screen and (min-width: 100em) {
        #event-detail .more-details-section .body-copy {
          padding: 62px 75px 64px 69px; } }
      #event-detail .more-details-section .body-copy img {
        margin-bottom: 20px;
        display: block; }
      #event-detail .more-details-section .body-copy h5 {
        margin-bottom: 13px; }
      #event-detail .more-details-section .body-copy p:last-child,
      #event-detail .more-details-section .body-copy ul:last-child,
      #event-detail .more-details-section .body-copy ol:last-child {
        margin-bottom: 0; }
      #event-detail .more-details-section .body-copy .special-btn span:after {
        top: 4px; }
  #event-detail #ad-img {
    background-color: #fff;
    height: auto; }
    #event-detail #ad-img .bg {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center bottom; }
    #event-detail #ad-img a {
      display: block; }
    #event-detail #ad-img img {
      display: block;
      margin: 0px auto; }

#event-detail #sponsors-bar {
  margin-top: 20px; }
  @media screen and (min-width: 48.75em) {
    #event-detail #sponsors-bar {
      margin-top: 0; } }

#event-detail #notification-bar-mobile {
  position: fixed;
  bottom: -140px;
  transition: bottom 0.4s;
  left: 0;
  z-index: 9989;
  width: 100%;
  height: 95px;
  background: #fff;
  padding: 15px 0; }
  @media screen and (min-width: 48.75em) {
    #event-detail #notification-bar-mobile {
      display: none; } }
  #event-detail #notification-bar-mobile .contain {
    margin-left: 20%;
    display: block; }
  #event-detail #notification-bar-mobile h3 {
    margin-bottom: 50px;
    margin-top: 18px;
    width: 30%;
    display: block;
    float: left;
    font-size: 0.5em;
    line-height: 0.8rem;
    color: #fff;
    text-transform: uppercase;
     }
    #event-detail #notification-bar-mobile h3 span {
      position: relative;
      display: inline-block;
      margin: -1px 0 4px 0;
      padding: 2px 3px;
      background-color: #d9d9d9;
      letter-spacing: 1px; }
  #event-detail #notification-bar-mobile .date span {
    display: inline-block;
    margin-bottom: 0;
    
    font-size: 0.65em;
    color: #c2c0c0;
    font-weight: 400;
    line-height: 15px; }
  #event-detail #notification-bar-mobile .details {
    width: 95%; }
    #event-detail #notification-bar-mobile .details h4 {
      font-family: 'LeituraDisplay-Roman';
      font-size: 1.115em;
      color: #002a42;
      margin-bottom: 0px;
      line-height: 20px; }
    #event-detail #notification-bar-mobile .details p {
      
      color: #555555;
      font-size: .7em;
      line-height: 14px; }
  #event-detail #notification-bar-mobile .close-notification-bar {
    position: absolute;
    top: 40px;
    left: 10%;
    margin-left: -20px;
    height: 20px;
    width: 20px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/nycpride/library/img/x-icon.svg");
    background-position: center center;
    cursor: pointer; }

#event-detail #notification-bar-mobile.show {
  bottom: 0;
  transition: bottom 0.4s; }

#event-detail #notification-bar-mobile.hide {
  bottom: -140px;
  transition: bottom 0.4s; }

@keyframes bounce {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0); } }

#media .headline {
  padding-right: 12px;
  padding-left: 12px; }

#donate #ninja_forms_field_130_div_wrap, #donate #ninja_forms_field_129_div_wrap {
  display: none;
  visibility: hidden; }

@keyframes bg-gradient {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 36% 50%; }
  100% {
    background-position: 73% 0%; } }

#donate,
#contact,
#volunteer,
#media,
#general-form {
  position: relative;
  overflow: hidden;
  background-color: #d494a2;
  background-image: linear-gradient(0deg, #9c1b36, #d494a2);
  background-size: cover;
  background-position: 0% 0%; }
  #donate .shape-one,
  #contact .shape-one,
  #volunteer .shape-one,
  #media .shape-one,
  #general-form .shape-one {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 630px;
    width: calc(50% - -20px);
    background-size: contain;
    background-image: url("/wp-content/themes/nycpride/library/img/red-bg-shapes/top-left-red.svg");
    background-repeat: no-repeat; }
    @media screen and (min-width: 48.75em) {
      #donate .shape-one,
      #contact .shape-one,
      #volunteer .shape-one,
      #media .shape-one,
      #general-form .shape-one {
        width: 630px; } }
  #donate .shape-two,
  #contact .shape-two,
  #volunteer .shape-two,
  #media .shape-two,
  #general-form .shape-two {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
    max-width: 1360px;
    margin: 0 auto;
    background-image: url("/wp-content/themes/nycpride/library/img/red-bg-shapes/bottom-middle-red.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center; }
  #donate + footer,
  #contact + footer,
  #volunteer + footer,
  #media + footer,
  #general-form + footer {
    background: linear-gradient(to bottom, #b34d62 0%, #b34d62 100%); }
    #donate + footer #social #menu-footer-social li a svg path,
    #donate + footer #social #menu-footer-social li a svg circle,
    #contact + footer #social #menu-footer-social li a svg path,
    #contact + footer #social #menu-footer-social li a svg circle,
    #volunteer + footer #social #menu-footer-social li a svg path,
    #volunteer + footer #social #menu-footer-social li a svg circle,
    #media + footer #social #menu-footer-social li a svg path,
    #media + footer #social #menu-footer-social li a svg circle,
    #general-form + footer #social #menu-footer-social li a svg path,
    #general-form + footer #social #menu-footer-social li a svg circle {
      fill: #87ffd6; }
    #donate + footer #social .hashtags li a,
    #contact + footer #social .hashtags li a,
    #volunteer + footer #social .hashtags li a,
    #media + footer #social .hashtags li a,
    #general-form + footer #social .hashtags li a {
      font-family: "Alright Sans";
      font-style: normal;
      font-weight: 700;
      font-size: 0.6875em;
      line-height: 15px;
      color: #87ffd6;
      text-transform: uppercase;
      letter-spacing: .05em;
      background: -webkit-linear-gradient(left, #87ffd6, #87ffd6 50%, #fff 51%, #fff);
      background-position: 198%;
      background-size: 202% 100%;
      transition: all .3s ease-in-out;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .no-touchevents #donate + footer #social .hashtags li a:hover, .no-touchevents
      #contact + footer #social .hashtags li a:hover, .no-touchevents
      #volunteer + footer #social .hashtags li a:hover, .no-touchevents
      #media + footer #social .hashtags li a:hover, .no-touchevents
      #general-form + footer #social .hashtags li a:hover {
        color: #fff;
        background-position: 100%; }
    #donate + footer #newsletter form input,
    #contact + footer #newsletter form input,
    #volunteer + footer #newsletter form input,
    #media + footer #newsletter form input,
    #general-form + footer #newsletter form input {
      color: #87ffd6;
      border: 2px solid #87ffd6; }
      #donate + footer #newsletter form input::-webkit-input-placeholder,
      #contact + footer #newsletter form input::-webkit-input-placeholder,
      #volunteer + footer #newsletter form input::-webkit-input-placeholder,
      #media + footer #newsletter form input::-webkit-input-placeholder,
      #general-form + footer #newsletter form input::-webkit-input-placeholder {
        color: #87ffd6; }
      #donate + footer #newsletter form input::-moz-placeholder,
      #contact + footer #newsletter form input::-moz-placeholder,
      #volunteer + footer #newsletter form input::-moz-placeholder,
      #media + footer #newsletter form input::-moz-placeholder,
      #general-form + footer #newsletter form input::-moz-placeholder {
        color: #87ffd6; }
      #donate + footer #newsletter form input:-moz-placeholder,
      #contact + footer #newsletter form input:-moz-placeholder,
      #volunteer + footer #newsletter form input:-moz-placeholder,
      #media + footer #newsletter form input:-moz-placeholder,
      #general-form + footer #newsletter form input:-moz-placeholder {
        color: #87ffd6; }
      #donate + footer #newsletter form input:-ms-input-placeholder,
      #contact + footer #newsletter form input:-ms-input-placeholder,
      #volunteer + footer #newsletter form input:-ms-input-placeholder,
      #media + footer #newsletter form input:-ms-input-placeholder,
      #general-form + footer #newsletter form input:-ms-input-placeholder {
        color: #87ffd6; }
    #donate + footer #footer-pages .columns > ul > li > a,
    #contact + footer #footer-pages .columns > ul > li > a,
    #volunteer + footer #footer-pages .columns > ul > li > a,
    #media + footer #footer-pages .columns > ul > li > a,
    #general-form + footer #footer-pages .columns > ul > li > a {
      font-family: "Alright Sans";
      font-style: normal;
      font-weight: 700;
      font-size: 0.6875em;
      line-height: 15px;
      color: #87ffd6;
      text-transform: uppercase;
      letter-spacing: .05em;
      background: -webkit-linear-gradient(left, #87ffd6, #87ffd6 50%, #fff 51%, #fff);
      background-position: 198%;
      background-size: 202% 100%;
      transition: all .3s ease-in-out;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .no-touchevents #donate + footer #footer-pages .columns > ul > li > a:hover, .no-touchevents
      #contact + footer #footer-pages .columns > ul > li > a:hover, .no-touchevents
      #volunteer + footer #footer-pages .columns > ul > li > a:hover, .no-touchevents
      #media + footer #footer-pages .columns > ul > li > a:hover, .no-touchevents
      #general-form + footer #footer-pages .columns > ul > li > a:hover {
        color: #fff;
        background-position: 100%; }
  #donate form,
  #contact form,
  #volunteer form,
  #media form,
  #general-form form {
    color: #fff; }
  @media screen and (min-width: 48.75em) {
    #donate #sub-nav ul li.current_page_item a,
    #contact #sub-nav ul li.current_page_item a,
    #volunteer #sub-nav ul li.current_page_item a,
    #media #sub-nav ul li.current_page_item a,
    #general-form #sub-nav ul li.current_page_item a {
      border-color: #87ffd6 !important; }
    #donate #sub-nav ul li a:hover,
    #contact #sub-nav ul li a:hover,
    #volunteer #sub-nav ul li a:hover,
    #media #sub-nav ul li a:hover,
    #general-form #sub-nav ul li a:hover {
      border-color: #87ffd6 !important; } }
  #donate .headline,
  #contact .headline,
  #volunteer .headline,
  #media .headline,
  #general-form .headline {
    color: #87ffd6; }
    .not_ie #donate .headline, .not_ie
    #contact .headline, .not_ie
    #volunteer .headline, .not_ie
    #media .headline, .not_ie
    #general-form .headline {
      -webkit-background-clip: text;
      -webkit-text-fill-color: #87ffd6; }
  #donate .sub-headline,
  #contact .sub-headline,
  #volunteer .sub-headline,
  #media .sub-headline,
  #general-form .sub-headline {
    color: #fff; }

#contact,
#volunteer,
#media,
#donate,
#general-form {
  position: relative;
  z-index: 1;
  min-height: 100%;
  width: 100%;
  padding-bottom: 40px; }
  #contact .headline,
  #volunteer .headline,
  #media .headline,
  #donate .headline,
  #general-form .headline {
    padding-top: 80px; }
    @media screen and (min-width: 23.5em) {
      #contact .headline,
      #volunteer .headline,
      #media .headline,
      #donate .headline,
      #general-form .headline {
        padding-top: 120px; } }
    @media screen and (min-width: 48.75em) {
      #contact .headline,
      #volunteer .headline,
      #media .headline,
      #donate .headline,
      #general-form .headline {
        padding: 165px 12px 0 12px; } }
  #contact .sub-headline-cont .sub-headline:before,
  #volunteer .sub-headline-cont .sub-headline:before,
  #media .sub-headline-cont .sub-headline:before,
  #donate .sub-headline-cont .sub-headline:before,
  #general-form .sub-headline-cont .sub-headline:before {
    content: '';
    border-color: #87ffd6; }
  @media screen and (min-width: 64em) {
    #contact .sub-headline-cont .sub-headline,
    #volunteer .sub-headline-cont .sub-headline,
    #media .sub-headline-cont .sub-headline,
    #donate .sub-headline-cont .sub-headline,
    #general-form .sub-headline-cont .sub-headline {
      border-left: none; } }
  #contact [class*='ninja-col-'],
  #volunteer [class*='ninja-col-'],
  #media [class*='ninja-col-'],
  #donate [class*='ninja-col-'],
  #general-form [class*='ninja-col-'] {
    padding: 0 0px; }
    @media only screen and (min-width: 600px) {
      #contact [class*='ninja-col-'],
      #volunteer [class*='ninja-col-'],
      #media [class*='ninja-col-'],
      #donate [class*='ninja-col-'],
      #general-form [class*='ninja-col-'] {
        padding: 0 5px; } }
  #contact #contact-bar,
  #volunteer #contact-bar,
  #media #contact-bar,
  #donate #contact-bar,
  #general-form #contact-bar {
    margin-bottom: 30px; }
    @media screen and (min-width: 48.75em) {
      #contact #contact-bar,
      #volunteer #contact-bar,
      #media #contact-bar,
      #donate #contact-bar,
      #general-form #contact-bar {
        margin-bottom: 60px; } }
    @media screen and (min-width: 48.75em) {
      #contact #contact-bar .columns,
      #volunteer #contact-bar .columns,
      #media #contact-bar .columns,
      #donate #contact-bar .columns,
      #general-form #contact-bar .columns {
        padding: 0px 12px; } }
    #contact #contact-bar .location,
    #volunteer #contact-bar .location,
    #media #contact-bar .location,
    #donate #contact-bar .location,
    #general-form #contact-bar .location {
      margin-bottom: 30px; }
    #contact #contact-bar h3,
    #volunteer #contact-bar h3,
    #media #contact-bar h3,
    #donate #contact-bar h3,
    #general-form #contact-bar h3 {
      font-size: 2.125em;
      font-family: 'LeituraDisplay-Roman';
      margin-bottom: 0px;
      color: #fff; }
    #contact #contact-bar h4,
    #volunteer #contact-bar h4,
    #media #contact-bar h4,
    #donate #contact-bar h4,
    #general-form #contact-bar h4 {
      position: relative;
      display: table;
      background-color: #9d1837;
      padding: 3px 6px 2px 7px;
      
      color: #fff;
      font-size: 0.7em;
      line-height: 18px;
      text-transform: uppercase;
      margin-bottom: 0px;
      margin-top: 0px; }
      @media screen and (min-width: 48.75em) {
        #contact #contact-bar h4,
        #volunteer #contact-bar h4,
        #media #contact-bar h4,
        #donate #contact-bar h4,
        #general-form #contact-bar h4 {
          margin-top: 47px; } }
    #contact #contact-bar p,
    #volunteer #contact-bar p,
    #media #contact-bar p,
    #donate #contact-bar p,
    #general-form #contact-bar p {
      text-align: left;
      white-space: nowrap;
      
      font-size: 1em;
      color: #fff; }
    #contact #contact-bar a,
    #volunteer #contact-bar a,
    #media #contact-bar a,
    #donate #contact-bar a,
    #general-form #contact-bar a {
      display: inline-block;
      
      font-size: 1em;
      color: #fff; }
  #contact [class*='ninja-col-'],
  #volunteer [class*='ninja-col-'],
  #media [class*='ninja-col-'],
  #donate [class*='ninja-col-'],
  #general-form [class*='ninja-col-'] {
    float: left; }
    @media screen and (min-width: 48.75em) {
      #contact [class*='ninja-col-'],
      #volunteer [class*='ninja-col-'],
      #media [class*='ninja-col-'],
      #donate [class*='ninja-col-'],
      #general-form [class*='ninja-col-'] {
        padding: 0 12px; } }
  #contact .contact-form-header h3,
  #volunteer .contact-form-header h3,
  #media .contact-form-header h3,
  #donate .contact-form-header h3,
  #general-form .contact-form-header h3 {
    font-size: 2.125em;
    font-family: 'LeituraDisplay-Roman';
    margin-bottom: 0px;
    padding: 0 0px; }
    @media screen and (min-width: 48.75em) {
      #contact .contact-form-header h3,
      #volunteer .contact-form-header h3,
      #media .contact-form-header h3,
      #donate .contact-form-header h3,
      #general-form .contact-form-header h3 {
        padding: 0 12px; } }

#donate .headline,
.not_ie #donate .headline {
  color: #87ffd6;
  -webkit-text-fill-color: #87ffd6; }

#donate .sub-headline:before,
.not_ie #donate .sub-headline:before {
  border-color: #87ffd6 !important; }

#donate .credit_card-wrap:before,
.not_ie #donate .credit_card-wrap:before {
  background-color: #9b1535;
  color: #fff; }

#success-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 23;
  background-color: rgba(254, 255, 246, 0.9);
  transition-property: opacity, visibility;
  transition-duration: 300ms, 0ms;
  transition-delay: 0ms, 300ms; }
  #success-message.open {
    opacity: 1;
    visibility: visible;
    transition-delay: 0ms, 0ms; }
  #success-message .message-cont {
    text-align: center;
    height: 100%; }
    #success-message .message-cont .x-out {
      width: 54px;
      height: 54px;
      margin: 0px auto;
      border-radius: 50%;
      margin-bottom: 10px;
      background-color: #b74aa1;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px;
      background-image: url("/wp-content/themes/nycpride/library/img/white-x-out.svg"); }
      @media screen and (min-width: 48.75em) {
        #success-message .message-cont .x-out {
          margin-bottom: 60px;
          width: 84px;
          height: 84px;
          background-size: 25px; } }
    #success-message .message-cont h2 {
      font-family: 'LeituraDisplay-Roman';
      font-size: 3.0625em;
      text-transform: none; }
      @media screen and (min-width: 48.75em) {
        #success-message .message-cont h2 {
          font-size: 8.125vw;
          line-height: 8.125vw; } }
    #success-message .message-cont p {
      font-size: 1.125em; }
      @media screen and (min-width: 48.75em) {
        #success-message .message-cont p {
          font-size: 1.5vw;
          line-height: 2.375vw; } }
    #success-message .message-cont .special-btn {
      margin-top: 10px;
      background-color: #b74aa1; }
      @media screen and (min-width: 48.75em) {
        #success-message .message-cont .special-btn {
          margin-top: 30px; } }

#donate #payment-error {
  width: 100%;
  max-width: 1018px;
  padding: 10px;
  background: #87ffd6;
  text-align: center;
  color: #fff;
  
  font-size: 0.75em;
  text-transform: uppercase;
  margin: 5px 10px 5px 10px;
  padding: 20px 0; }
  @media screen and (min-width: 48.75em) {
    #donate #payment-error {
      margin: 5px 12px 5px 17px; } }
  #donate #payment-error .red-bar-error-message {
    margin: 0; }
    #donate #payment-error .red-bar-error-message:before {
      content: '';
      background-image: url("/wp-content/themes/nycpride/library/img/error-img-redish.svg");
      background-size: 18px 18px;
      background-position: center center;
      background-repeat: no-repeat;
      display: inline-block;
      width: 18px;
      height: 18px;
      position: relative;
      top: 4px;
      margin: 0 20px 0 0; }

#donate #ninja_forms_form_6_all_fields_wrap .ninja-row:nth-child(1).hidden {
  transition: visibility 0s, opacity 0.2s;
  transition-delay: 0.2s, 0s;
  visibility: hidden;
  opacity: 0; }

#donate .ninja-forms-cont {
  padding: 0 10px; }
  @media only screen and (min-width: 600px) {
    #donate .ninja-forms-cont {
      padding: 0 5px; } }

#donate #pay-by-check-messgae {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: opacity 0.0s, transform 0.0s, width 0s, height 0s;
  transition-delay: 0s, 0s, 0s, 0s;
  pointer-events: none;
  opacity: 0;
  width: 0px;
  height: 0px;
  padding: 20px 0;
  margin: 0px auto;
  background: #b74f68;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 25% 20px;
  position: fixed;
  top: 50%;
  margin-top: -30%; }
  @media screen and (min-width: 48.75em) {
    #donate #pay-by-check-messgae {
      position: absolute;
      top: 0px;
      margin-top: 0%; } }
  #donate #pay-by-check-messgae:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  #donate #pay-by-check-messgae.open {
    transition: opacity 0.2s, transform 0.5s, width 0s, height 0s;
    transition-delay: 0s, 0s, 0s, 0s;
    width: calc(100% - 10px);
    height: auto;
    pointer-events: all;
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); }
    @media screen and (min-width: 48.75em) {
      #donate #pay-by-check-messgae.open {
        width: calc(100% - 20px); } }
  #donate #pay-by-check-messgae .centered {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  #donate #pay-by-check-messgae .payment-instrct {
    
    font-size: 0.7em;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 11px 3px 11px;
    /* opacity: 1.4; */
    position: relative;
    margin-bottom: 10px;
    background-color: #477963;
    display: inline-block; }
  #donate #pay-by-check-messgae p {
    color: #fff;
    font-family: 'AvenirLT-Roman'; }
  #donate #pay-by-check-messgae .location h2 {
    font-family: 'LeituraDisplay-Roman';
    color: #fff; }
  #donate #pay-by-check-messgae .location p {
    margin-bottom: 0px; }
  #donate #pay-by-check-messgae .close-btn {
    display: inline-block;
    border-radius: 3px;
    padding: 8px 30px 8px 13px;
    text-align: center;
    color: #fff;
    background-color: #87ffd6;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 0;
    cursor: pointer; }
    #donate #pay-by-check-messgae .close-btn span {
      position: relative;
      display: inline-block;
      
      letter-spacing: 1px;
      white-space: nowrap;
      color: #fff;
      font-size: .75em; }
      #donate #pay-by-check-messgae .close-btn span:after {
        content: '';
        position: absolute;
        top: 4px;
        right: -17px;
        width: 8px;
        height: 10px;
        background-position: center center;
        background-image: url("/wp-content/themes/nycpride/library/img/white-x-out.svg");
        background-repeat: no-repeat;
        background-size: cover;
        transition: right 200ms; }

#donate .pay-by-check {
  position: relative;
  top: 0px; }
  @media screen and (min-width: 48.75em) {
    #donate .pay-by-check {
      top: -40px; } }
  #donate .pay-by-check a {
    background-color: #a0203f; }

#donate .ninja-forms-required-items {
  margin-bottom: 20px; }

#donate .credit_card-wrap {
  position: relative;
  padding: 130px 30px 54px 30px;
  background-color: #ac3d57; }
  #donate .credit_card-wrap .ninja-forms-field-error {
    color: #87ffd6; }
  #donate .credit_card-wrap:before {
    content: 'Payment Information';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 44px;
    display: block;
    background-color: #9b1536;
    
    color: #fff;
    font-size: 1em;
    line-height: 47px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
  #donate .credit_card-wrap:after {
    content: '';
    position: absolute;
    top: 60px;
    height: 43px;
    width: 80%;
    background-image: url("/wp-content/themes/nycpride/library/img/acceptedcreditcards.png");
    background-repeat: no-repeat;
    background-size: contain; }
  #donate .credit_card-wrap input {
    background-color: #b9586e !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff; }

#donate textarea {
  height: 110px; }

#donate .special-btn {
  background-color: #87ffd6;
  border-radius: 0;
  width: 100%; }
  @media screen and (min-width: 48.75em) {
    #donate .special-btn {
      width: inherit; } }

#donate [class*='ninja-col-'] {
  float: left; }
  #donate [class*='ninja-col-'] #ninja_forms_field_113_div_wrap a {
    margin-bottom: 30px; }
    @media screen and (min-width: 48.75em) {
      #donate [class*='ninja-col-'] #ninja_forms_field_113_div_wrap a {
        margin-bottom: 0px; } }
  #donate [class*='ninja-col-'] #ninja_forms_field_107_div_wrap p {
    font-size: 0.75em;
    
    margin: 24px 0 20px;
    height: 55px; }

@media screen and (min-width: 48.75em) {
  #donate .ninja-forms-all-fields-wrap .ninja-row:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 60px; } }

#donate .ninja-forms-all-fields-wrap .ninja-row:nth-child(2) p {
  text-align: right; }

#donate hr {
  display: none;
  border: transparent; }
  @media screen and (min-width: 48.75em) {
    #donate hr {
      display: block; } }

#donate .ninja-row:nth-child(1) .ninja-col-4-4 {
  width: 100%; }
  @media screen and (min-width: 48.75em) {
    #donate .ninja-row:nth-child(1) .ninja-col-4-4 {
      width: 45%; } }
  #donate .ninja-row:nth-child(1) .ninja-col-4-4 .special-btn {
    width: 100%; }

#donate .ninja-col-1-4 {
  width: 100%; }
  #donate .ninja-col-1-4:nth-child(1) {
    width: 100%; }
    @media screen and (min-width: 48.75em) {
      #donate .ninja-col-1-4:nth-child(1) {
        width: 45%; } }
    #donate .ninja-col-1-4:nth-child(1) .amount-selector-wrap {
      background: #ac3d57;
      position: relative; }
      #donate .ninja-col-1-4:nth-child(1) .amount-selector-wrap > label {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 44px;
        padding: 10px 0px;
        background-color: #9b1535;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
        line-height: 26px; }
        @media screen and (min-width: 48.75em) {
          #donate .ninja-col-1-4:nth-child(1) .amount-selector-wrap > label {
            font-size: 1em; } }
      #donate .ninja-col-1-4:nth-child(1) .amount-selector-wrap ul {
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 0px;
        padding: 20px 20px 25px 15px !important;
        height: auto; }
        #donate .ninja-col-1-4:nth-child(1) .amount-selector-wrap ul li {
          position: relative;
          z-index: 1;
          display: inline-block;
          width: 48%;
          height: 0%;
          margin: 1% !important;
          background-color: #a62e4b;
          padding-bottom: 2% !important;
          float: none !important;
          transition: background-color, 200ms; }
          .no-touchevents #donate .ninja-col-1-4:nth-child(1) .amount-selector-wrap ul li:hover {
            background-color: #9b1535; }
          @media screen and (min-width: 64em) {
            #donate .ninja-col-1-4:nth-child(1) .amount-selector-wrap ul li {
              padding-bottom: 0% !important; } }
          #donate .ninja-col-1-4:nth-child(1) .amount-selector-wrap ul li.highlighted {
            background-color: #8affd6 !important; }
            #donate .ninja-col-1-4:nth-child(1) .amount-selector-wrap ul li.highlighted label {
              color: #9a2541 !important; }
          #donate .ninja-col-1-4:nth-child(1) .amount-selector-wrap ul li > label {
            width: 100%;
            height: 100%;
            color: #fff;
            line-height: 365%;
            font-size: 35px !important;
            text-align: center; }
      #donate .ninja-col-1-4:nth-child(1) .amount-selector-wrap input[type=radio] {
        display: none; }
  #donate .ninja-col-1-4:nth-child(2) {
    float: none;
    width: 100%; }
    #donate .ninja-col-1-4:nth-child(2):before {
      content: "";
      display: block;
      clear: both; }
    @media screen and (min-width: 48.75em) {
      #donate .ninja-col-1-4:nth-child(2) {
        width: 45%; } }
    #donate .ninja-col-1-4:nth-child(2) .field-wrap {
      background: #ac3d57;
      padding: 15px 15px;
      position: relative;
      top: -20px; }
      #donate .ninja-col-1-4:nth-child(2) .field-wrap:before {
        content: '';
        clear: both; }
      #donate .ninja-col-1-4:nth-child(2) .field-wrap > label {
        position: relative;
        margin-bottom: 10px;
        float: left;
        font-size: 1em;
        color: #fff;
        text-align: center;
        text-transform: uppercase; }
        #donate .ninja-col-1-4:nth-child(2) .field-wrap > label:before {
          display: none;
          content: '';
          position: absolute;
          bottom: -85px;
          left: 15px;
          height: 40px;
          width: 40px;
          border-radius: 50%;
          background-color: #8affd6;
          background-image: url("/wp-content/themes/nycpride/library/img/donate-arrow.png");
          background-repeat: no-repeat;
          background-size: 12px 8px;
          background-position: center center; }
          @media screen and (min-width: 48.75em) {
            #donate .ninja-col-1-4:nth-child(2) .field-wrap > label:before {
              display: block; } }
      #donate .ninja-col-1-4:nth-child(2) .field-wrap input {
        display: block;
        width: 80%;
        background: #ac3d57;
        font-family: 'AvenirLT-Roman';
        font-size: 4.0625em;
        text-align: center;
        color: #fff;
        padding: 0;
        font-size: 38px;
        height: 70px;
        margin: 0px auto; }
        @media screen and (min-width: 48.75em) {
          #donate .ninja-col-1-4:nth-child(2) .field-wrap input {
            font-size: 62px;
            height: 70px;
            margin: 60px auto 69px auto; } }
        #donate .ninja-col-1-4:nth-child(2) .field-wrap input::-webkit-input-placeholder {
          font-family: 'AvenirLT-Roman';
          line-height: 65px;
          color: #fff; }
        #donate .ninja-col-1-4:nth-child(2) .field-wrap input::-moz-placeholder {
          font-family: 'AvenirLT-Roman';
          line-height: 65px;
          color: #fff; }
        #donate .ninja-col-1-4:nth-child(2) .field-wrap input:-moz-placeholder {
          font-family: 'AvenirLT-Roman';
          line-height: 65px;
          color: #fff; }
        #donate .ninja-col-1-4:nth-child(2) .field-wrap input:-ms-input-placeholder {
          font-family: 'AvenirLT-Roman';
          line-height: 65px;
          color: #fff; }
  #donate .ninja-col-1-4:nth-child(3) {
    position: relative;
    width: 100%; }
    @media screen and (min-width: 48.75em) {
      #donate .ninja-col-1-4:nth-child(3) {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55%; } }
    #donate .ninja-col-1-4:nth-child(3):after {
      content: '';
      position: absolute;
      bottom: 44px;
      left: 42px;
      height: 17px;
      width: 114px;
      background-image: url("/wp-content/themes/nycpride/library/img/lock.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }

#ninja_forms_form_7_all_fields_wrap label,
#ninja_forms_form_23_all_fields_wrap label,
#ninja_forms_form_6_wrap label,
#ninja_forms_form_5_all_fields_wrap label,
#ninja_forms_form_1_all_fields_wrap label {
  color: #fff; }

#ninja_forms_form_7_all_fields_wrap .all-fields-required,
#ninja_forms_form_23_all_fields_wrap .all-fields-required,
#ninja_forms_form_6_wrap .all-fields-required,
#ninja_forms_form_5_all_fields_wrap .all-fields-required,
#ninja_forms_form_1_all_fields_wrap .all-fields-required {
  color: #fff;
  text-align: right;
  font-size: 0.9375em;
   }

#ninja_forms_form_7_all_fields_wrap .ninja-forms-req-symbol,
#ninja_forms_form_23_all_fields_wrap .ninja-forms-req-symbol,
#ninja_forms_form_6_wrap .ninja-forms-req-symbol,
#ninja_forms_form_5_all_fields_wrap .ninja-forms-req-symbol,
#ninja_forms_form_1_all_fields_wrap .ninja-forms-req-symbol {
  color: transparent !important; }

#ninja_forms_form_7_all_fields_wrap .label-above label,
#ninja_forms_form_23_all_fields_wrap .label-above label,
#ninja_forms_form_6_wrap .label-above label,
#ninja_forms_form_5_all_fields_wrap .label-above label,
#ninja_forms_form_1_all_fields_wrap .label-above label {
  margin-bottom: 3px; }

#ninja_forms_form_7_all_fields_wrap label,
#ninja_forms_form_23_all_fields_wrap label,
#ninja_forms_form_6_wrap label,
#ninja_forms_form_5_all_fields_wrap label,
#ninja_forms_form_1_all_fields_wrap label {
  font-size: 0.9em;
  cursor: default;
   }

#ninja_forms_form_7_all_fields_wrap .availability h4,
#ninja_forms_form_23_all_fields_wrap .availability h4,
#ninja_forms_form_6_wrap .availability h4,
#ninja_forms_form_5_all_fields_wrap .availability h4,
#ninja_forms_form_1_all_fields_wrap .availability h4 {
  font-family: 'AvenirLT-Roman';
  font-size: 1em !important; }

#ninja_forms_form_7_all_fields_wrap .talent-message,
#ninja_forms_form_23_all_fields_wrap .talent-message,
#ninja_forms_form_6_wrap .talent-message,
#ninja_forms_form_5_all_fields_wrap .talent-message,
#ninja_forms_form_1_all_fields_wrap .talent-message {
  
  width: calc(100% - 10px);
  margin: auto; }

#ninja_forms_form_7_all_fields_wrap .billing-info h3 + .all-fields-required,
#ninja_forms_form_23_all_fields_wrap .billing-info h3 + .all-fields-required,
#ninja_forms_form_6_wrap .billing-info h3 + .all-fields-required,
#ninja_forms_form_5_all_fields_wrap .billing-info h3 + .all-fields-required,
#ninja_forms_form_1_all_fields_wrap .billing-info h3 + .all-fields-required {
  margin-bottom: 20px;
  margin-left: 20px; }

#ninja_forms_form_7_all_fields_wrap h3,
#ninja_forms_form_23_all_fields_wrap h3,
#ninja_forms_form_6_wrap h3,
#ninja_forms_form_5_all_fields_wrap h3,
#ninja_forms_form_1_all_fields_wrap h3 {
  margin-bottom: 0px;
  font-family: 'LeituraDisplay-Roman';
  font-size: 30px;
  line-height: 32px;
  font-size: 1.3125em; }
  @media screen and (min-width: 48.75em) {
    #ninja_forms_form_7_all_fields_wrap h3,
    #ninja_forms_form_23_all_fields_wrap h3,
    #ninja_forms_form_6_wrap h3,
    #ninja_forms_form_5_all_fields_wrap h3,
    #ninja_forms_form_1_all_fields_wrap h3 {
      margin-bottom: 20px;
      font-size: 2.125em;
      line-height: inherit; } }

#ninja_forms_form_7_all_fields_wrap h4,
#ninja_forms_form_23_all_fields_wrap h4,
#ninja_forms_form_6_wrap h4,
#ninja_forms_form_5_all_fields_wrap h4,
#ninja_forms_form_1_all_fields_wrap h4 {
  margin-bottom: 15px;
  font-size: 1.125em;
  font-weight: 600; }

#ninja_forms_form_7_all_fields_wrap .text-wrap,
#ninja_forms_form_23_all_fields_wrap .text-wrap,
#ninja_forms_form_6_wrap .text-wrap,
#ninja_forms_form_5_all_fields_wrap .text-wrap,
#ninja_forms_form_1_all_fields_wrap .text-wrap {
  margin-bottom: 20px;
  position: relative; }

#ninja_forms_form_7_all_fields_wrap .textarea-wrap,
#ninja_forms_form_23_all_fields_wrap .textarea-wrap,
#ninja_forms_form_6_wrap .textarea-wrap,
#ninja_forms_form_5_all_fields_wrap .textarea-wrap,
#ninja_forms_form_1_all_fields_wrap .textarea-wrap {
  position: relative; }

#ninja_forms_form_7_all_fields_wrap .submit-wrap,
#ninja_forms_form_23_all_fields_wrap .submit-wrap,
#ninja_forms_form_6_wrap .submit-wrap,
#ninja_forms_form_5_all_fields_wrap .submit-wrap,
#ninja_forms_form_1_all_fields_wrap .submit-wrap {
  margin: 0px auto; }

#ninja_forms_form_7_all_fields_wrap input[type=checkbox],
#ninja_forms_form_23_all_fields_wrap input[type=checkbox],
#ninja_forms_form_6_wrap input[type=checkbox],
#ninja_forms_form_5_all_fields_wrap input[type=checkbox],
#ninja_forms_form_1_all_fields_wrap input[type=checkbox] {
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0; }

#ninja_forms_form_7_all_fields_wrap input[type=checkbox]:focus + label:before,
#ninja_forms_form_23_all_fields_wrap input[type=checkbox]:focus + label:before,
#ninja_forms_form_6_wrap input[type=checkbox]:focus + label:before,
#ninja_forms_form_5_all_fields_wrap input[type=checkbox]:focus + label:before,
#ninja_forms_form_1_all_fields_wrap input[type=checkbox]:focus + label:before {
  border: 1px solid rgba(135, 255, 214, 0.7); }

#ninja_forms_form_7_all_fields_wrap input[type=checkbox] ~ span,
#ninja_forms_form_23_all_fields_wrap input[type=checkbox] ~ span,
#ninja_forms_form_6_wrap input[type=checkbox] ~ span,
#ninja_forms_form_5_all_fields_wrap input[type=checkbox] ~ span,
#ninja_forms_form_1_all_fields_wrap input[type=checkbox] ~ span {
  background-color: rgba(255, 255, 255, 0.17); }

#ninja_forms_form_7_all_fields_wrap input[type=checkbox]:checked + label:before,
#ninja_forms_form_23_all_fields_wrap input[type=checkbox]:checked + label:before,
#ninja_forms_form_6_wrap input[type=checkbox]:checked + label:before,
#ninja_forms_form_5_all_fields_wrap input[type=checkbox]:checked + label:before,
#ninja_forms_form_1_all_fields_wrap input[type=checkbox]:checked + label:before {
  content: "";
  background-image: url("/wp-content/themes/nycpride/library/img/checkmark-yellow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%; }

#ninja_forms_form_7_all_fields_wrap .checkbox-wrap label,
#ninja_forms_form_23_all_fields_wrap .checkbox-wrap label,
#ninja_forms_form_6_wrap .checkbox-wrap label,
#ninja_forms_form_5_all_fields_wrap .checkbox-wrap label,
#ninja_forms_form_1_all_fields_wrap .checkbox-wrap label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 15px;
  font-family: 'AvenirLT-Roman';
  font-weight: normal;
  line-height: 20px;
  overflow: inherit; }
  @media screen and (min-width: 37.5em) {
    #ninja_forms_form_7_all_fields_wrap .checkbox-wrap label,
    #ninja_forms_form_23_all_fields_wrap .checkbox-wrap label,
    #ninja_forms_form_6_wrap .checkbox-wrap label,
    #ninja_forms_form_5_all_fields_wrap .checkbox-wrap label,
    #ninja_forms_form_1_all_fields_wrap .checkbox-wrap label {
      line-height: 22px; } }
  @media screen and (min-width: 48.75em) {
    #ninja_forms_form_7_all_fields_wrap .checkbox-wrap label,
    #ninja_forms_form_23_all_fields_wrap .checkbox-wrap label,
    #ninja_forms_form_6_wrap .checkbox-wrap label,
    #ninja_forms_form_5_all_fields_wrap .checkbox-wrap label,
    #ninja_forms_form_1_all_fields_wrap .checkbox-wrap label {
      padding-left: 45px;
      padding-top: 0px;
      line-height: 18px;
      padding-left: 35px; } }
  #ninja_forms_form_7_all_fields_wrap .checkbox-wrap label:before,
  #ninja_forms_form_23_all_fields_wrap .checkbox-wrap label:before,
  #ninja_forms_form_6_wrap .checkbox-wrap label:before,
  #ninja_forms_form_5_all_fields_wrap .checkbox-wrap label:before,
  #ninja_forms_form_1_all_fields_wrap .checkbox-wrap label:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    bottom: 1px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.17);
    border-radius: 3px;
    border: 1px solid rgba(43, 34, 45, 0);
    transition: border 300ms; }
    @media screen and (min-width: 48.75em) {
      #ninja_forms_form_7_all_fields_wrap .checkbox-wrap label:before,
      #ninja_forms_form_23_all_fields_wrap .checkbox-wrap label:before,
      #ninja_forms_form_6_wrap .checkbox-wrap label:before,
      #ninja_forms_form_5_all_fields_wrap .checkbox-wrap label:before,
      #ninja_forms_form_1_all_fields_wrap .checkbox-wrap label:before {
        height: 20px;
        width: 20px; } }

#ninja_forms_form_7_all_fields_wrap input[type="text"] + .ninja-forms-field-error,
#ninja_forms_form_23_all_fields_wrap input[type="text"] + .ninja-forms-field-error,
#ninja_forms_form_6_wrap input[type="text"] + .ninja-forms-field-error,
#ninja_forms_form_5_all_fields_wrap input[type="text"] + .ninja-forms-field-error,
#ninja_forms_form_1_all_fields_wrap input[type="text"] + .ninja-forms-field-error {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 57px;
  width: calc(100% - 0px);
  margin-top: -17px;
  border: 4px solid #87ffd6;
  pointer-events: none; }

#ninja_forms_form_7_all_fields_wrap textarea + .ninja-forms-field-error,
#ninja_forms_form_23_all_fields_wrap textarea + .ninja-forms-field-error,
#ninja_forms_form_6_wrap textarea + .ninja-forms-field-error,
#ninja_forms_form_5_all_fields_wrap textarea + .ninja-forms-field-error,
#ninja_forms_form_1_all_fields_wrap textarea + .ninja-forms-field-error {
  position: absolute;
  top: 36px;
  left: 0px;
  height: calc(100% - 21px);
  width: calc(100% - 0px);
  margin-top: -13px;
  border: 4px solid #87ffd6;
  pointer-events: none; }

#ninja_forms_form_7_all_fields_wrap input[type="text"] + .ninja-forms-field-error:before,
#ninja_forms_form_7_all_fields_wrap textarea + .ninja-forms-field-error:before,
#ninja_forms_form_23_all_fields_wrap input[type="text"] + .ninja-forms-field-error:before,
#ninja_forms_form_23_all_fields_wrap textarea + .ninja-forms-field-error:before,
#ninja_forms_form_6_wrap input[type="text"] + .ninja-forms-field-error:before,
#ninja_forms_form_6_wrap textarea + .ninja-forms-field-error:before,
#ninja_forms_form_5_all_fields_wrap input[type="text"] + .ninja-forms-field-error:before,
#ninja_forms_form_5_all_fields_wrap textarea + .ninja-forms-field-error:before,
#ninja_forms_form_1_all_fields_wrap input[type="text"] + .ninja-forms-field-error:before,
#ninja_forms_form_1_all_fields_wrap textarea + .ninja-forms-field-error:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  background-color: #87ffd6;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/nycpride/library/img/error-img-redish.svg");
  background-position: center;
  background-size: 8px; }

#ninja_forms_form_7_all_fields_wrap select,
#ninja_forms_form_7_all_fields_wrap input,
#ninja_forms_form_23_all_fields_wrap select,
#ninja_forms_form_23_all_fields_wrap input,
#ninja_forms_form_6_wrap select,
#ninja_forms_form_6_wrap input,
#ninja_forms_form_5_all_fields_wrap select,
#ninja_forms_form_5_all_fields_wrap input,
#ninja_forms_form_1_all_fields_wrap select,
#ninja_forms_form_1_all_fields_wrap input {
  height: 55px; }

#ninja_forms_form_7_all_fields_wrap input[type="text"],
#ninja_forms_form_7_all_fields_wrap select,
#ninja_forms_form_7_all_fields_wrap textarea,
#ninja_forms_form_23_all_fields_wrap input[type="text"],
#ninja_forms_form_23_all_fields_wrap select,
#ninja_forms_form_23_all_fields_wrap textarea,
#ninja_forms_form_6_wrap input[type="text"],
#ninja_forms_form_6_wrap select,
#ninja_forms_form_6_wrap textarea,
#ninja_forms_form_5_all_fields_wrap input[type="text"],
#ninja_forms_form_5_all_fields_wrap select,
#ninja_forms_form_5_all_fields_wrap textarea,
#ninja_forms_form_1_all_fields_wrap input[type="text"],
#ninja_forms_form_1_all_fields_wrap select,
#ninja_forms_form_1_all_fields_wrap textarea {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 18px;
  background-color: rgba(255, 255, 255, 0.17);
  border: 0;
  font-family: 'AvenirLT-Roman';
  font-size: 0.9375em;
  line-height: 43px;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  border-radius: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0px 100px rgba(255, 255, 255, 0) inset; }

#ninja_forms_form_7_all_fields_wrap select,
#ninja_forms_form_23_all_fields_wrap select,
#ninja_forms_form_6_wrap select,
#ninja_forms_form_5_all_fields_wrap select,
#ninja_forms_form_1_all_fields_wrap select {
  background-image: url("/wp-content/themes/nycpride/library/img/select-arrow-yellow.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center right;
  transition: border 300ms;
  border: 1px solid rgba(229, 230, 125, 0); }
  #ninja_forms_form_7_all_fields_wrap select:focus,
  #ninja_forms_form_23_all_fields_wrap select:focus,
  #ninja_forms_form_6_wrap select:focus,
  #ninja_forms_form_5_all_fields_wrap select:focus,
  #ninja_forms_form_1_all_fields_wrap select:focus {
    border: 1px solid rgba(135, 255, 214, 0.7); }
  .is_ie10 #ninja_forms_form_7_all_fields_wrap select,
  .is_ie11 #ninja_forms_form_7_all_fields_wrap select, .is_ie10
  #ninja_forms_form_23_all_fields_wrap select,
  .is_ie11
  #ninja_forms_form_23_all_fields_wrap select, .is_ie10
  #ninja_forms_form_6_wrap select,
  .is_ie11
  #ninja_forms_form_6_wrap select, .is_ie10
  #ninja_forms_form_5_all_fields_wrap select,
  .is_ie11
  #ninja_forms_form_5_all_fields_wrap select, .is_ie10
  #ninja_forms_form_1_all_fields_wrap select,
  .is_ie11
  #ninja_forms_form_1_all_fields_wrap select {
    background-image: none; }

#ninja_forms_form_7_all_fields_wrap input[type="submit"],
#ninja_forms_form_23_all_fields_wrap input[type="submit"],
#ninja_forms_form_6_wrap input[type="submit"],
#ninja_forms_form_5_all_fields_wrap input[type="submit"],
#ninja_forms_form_1_all_fields_wrap input[type="submit"] {
  float: right;
  background-color: #87ffd6;
  color: #921b3f;
  border-radius: 0;
  outline: 0;
  border: 0;
  height: 40px;
  max-width: 100%;
  width: 100%;
  padding: 0px 13px 0px 13px;
  font-size: .75em;
  
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: inset 0 0 0 transparent;
  background-repeat: no-repeat;
  background-position: 170px center;
  background-size: 12px 9px;
  max-width: 100%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fff 0, #fff 50%, #87ffd6 51%, #87ffd6);
  background-position: 99%;
  background-size: 205% 100%;
  transition: all .3s ease-in-out; }
  @media screen and (min-width: 48.75em) {
    #ninja_forms_form_7_all_fields_wrap input[type="submit"],
    #ninja_forms_form_23_all_fields_wrap input[type="submit"],
    #ninja_forms_form_6_wrap input[type="submit"],
    #ninja_forms_form_5_all_fields_wrap input[type="submit"],
    #ninja_forms_form_1_all_fields_wrap input[type="submit"] {
      max-width: 140px; } }
  .no-touchevents #ninja_forms_form_7_all_fields_wrap input[type="submit"]:hover, .no-touchevents
  #ninja_forms_form_23_all_fields_wrap input[type="submit"]:hover, .no-touchevents
  #ninja_forms_form_6_wrap input[type="submit"]:hover, .no-touchevents
  #ninja_forms_form_5_all_fields_wrap input[type="submit"]:hover, .no-touchevents
  #ninja_forms_form_1_all_fields_wrap input[type="submit"]:hover {
    background-position: 0;
    color: #9c1b36; }

#ninja_forms_form_23_all_fields_wrap .ninja-forms-req-symbol {
  color: #87ffd6 !important; }

#ninja_forms_form_23_all_fields_wrap .block-list-checkbox-wrap ul li,
#ninja_forms_form_23_all_fields_wrap .block-list-radio-wrap ul li {
  float: none; }

#ninja_forms_form_23_all_fields_wrap .list-checkbox-wrap.label-left label {
  float: none;
  display: block; }

#ninja_forms_form_23_all_fields_wrap input[type=checkbox],
#ninja_forms_form_23_all_fields_wrap input[type=radio] {
  display: inline-block;
  width: auto;
  height: auto;
  opacity: 1; }

#ninja_forms_form_23_all_fields_wrap .checkbox-wrap label {
  position: relative;
  display: inline-block;
  padding-left: 15px; }
  @media screen and (min-width: 48.75em) {
    #ninja_forms_form_23_all_fields_wrap .checkbox-wrap label {
      padding-left: 15px; } }
  #ninja_forms_form_23_all_fields_wrap .checkbox-wrap label:before {
    display: none; }

#ninja_forms_form_23_all_fields_wrap .radio-wrap label {
  position: relative;
  display: inline-block;
  padding-left: 0px; }
  @media screen and (min-width: 48.75em) {
    #ninja_forms_form_23_all_fields_wrap .radio-wrap label {
      padding-left: 0px; } }
  #ninja_forms_form_23_all_fields_wrap .radio-wrap label:before {
    display: none; }

#ninja_forms_form_23_all_fields_wrap .list-radio-wrap,
#ninja_forms_form_23_all_fields_wrap .list-checkbox-wrap {
  position: relative; }
  #ninja_forms_form_23_all_fields_wrap .list-radio-wrap .ninja-forms-field-error,
  #ninja_forms_form_23_all_fields_wrap .list-checkbox-wrap .ninja-forms-field-error {
    position: absolute;
    top: 50%;
    left: 0px;
    height: 57px;
    width: calc(100% - 0px);
    margin-top: -17px;
    pointer-events: none; }
    #ninja_forms_form_23_all_fields_wrap .list-radio-wrap .ninja-forms-field-error:before,
    #ninja_forms_form_23_all_fields_wrap .list-checkbox-wrap .ninja-forms-field-error:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -12px;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      border-radius: 50%;
      background-color: #87ffd6;
      background-repeat: no-repeat;
      background-image: url("/wp-content/themes/nycpride/library/img/error-img-redish.svg");
      background-position: center;
      background-size: 8px; }

@media screen and (min-width: 48.75em) {
  #ninja_forms_form_1_all_fields_wrap .submit-wrap,
  #ninja_forms_form_5_all_fields_wrap .submit-wrap {
    margin-top: 20px; } }

#ninja_forms_form_1_all_fields_wrap .contact-form-header {
  width: calc(100% - 35px);
  margin: 0 auto 20px auto; }
  #ninja_forms_form_1_all_fields_wrap .contact-form-header h3 {
    padding: 0px; }

#ninja_forms_form_5_all_fields_wrap .volunteer-required-message {
  text-align: right;
  font-family: 'AvenirLT-Roman';
  font-size: 0.875em; }
  #ninja_forms_form_5_all_fields_wrap .volunteer-required-message h3 {
    display: block;
    float: none;
    text-align: left; }
  #ninja_forms_form_5_all_fields_wrap .volunteer-required-message .all-fields-required {
    position: relative;
    display: inline-block;
    text-align: right;
    float: right;
    padding-top: 11px; }
    #ninja_forms_form_5_all_fields_wrap .volunteer-required-message .all-fields-required:before {
      content: "•";
      color: #87ffd6;
      position: absolute;
      top: 10px;
      right: 105px; }

#ninja_forms_form_5_all_fields_wrap .h3 {
  margin-top: 60px; }
  #ninja_forms_form_5_all_fields_wrap .h3 h3 {
    margin-bottom: 20px; }
    @media screen and (min-width: 48.75em) {
      #ninja_forms_form_5_all_fields_wrap .h3 h3 {
        margin-bottom: 20px; } }

#ninja_forms_form_5_all_fields_wrap .checkbox-wrap {
  position: relative; }
  #ninja_forms_form_5_all_fields_wrap .checkbox-wrap .ninja-forms-req-symbol:before {
    top: 36%; }
  #ninja_forms_form_5_all_fields_wrap .checkbox-wrap.ninja-forms-error label {
    padding-left: 53px; }
  #ninja_forms_form_5_all_fields_wrap .checkbox-wrap .ninja-forms-field-error {
    position: absolute;
    top: 0; }
    #ninja_forms_form_5_all_fields_wrap .checkbox-wrap .ninja-forms-field-error:before {
      content: '';
      position: absolute;
      top: 3px;
      left: 28px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #87ffd6;
      background-repeat: no-repeat;
      background-image: url("/wp-content/themes/nycpride/library/img/error-img-redish.svg");
      background-position: center;
      background-size: 8px; }

#ninja_forms_form_5_wrap .ninja-forms-req-symbol {
  color: transparent !important; }
  #ninja_forms_form_5_wrap .ninja-forms-req-symbol:before {
    content: '';
    position: absolute;
    top: 65%;
    left: -3px;
    background-color: #87ffd6;
    height: 5px;
    width: 5px;
    border-radius: 50%; }

#ninja_forms_form_6_all_fields_wrap input[type="submit"] {
  background-color: #87ffd6; }

#ninja_forms_form_6_all_fields_wrap h3,
#ninja_forms_form_5_all_fields_wrap h3 {
  display: inline-block;
  float: left; }

#ninja_forms_form_6_all_fields_wrap .all-fields-required,
#ninja_forms_form_5_all_fields_wrap .all-fields-required {
  display: inline-block;
  text-align: right;
  float: right;
  padding-top: 11px; }

#ninja_forms_form_6_all_fields_wrap .submit-wrap,
#ninja_forms_form_5_all_fields_wrap .submit-wrap {
  margin-top: 20px;
  width: calc(100% - 0px); }

@media screen and (min-width: 48.75em) {
  #ninja_forms_form_7_all_fields_wrap .submit-wrap,
  #ninja_forms_form_23_all_fields_wrap .submit-wrap {
    margin-top: 20px; } }

.list-checkbox-2-column-wrap label:first-of-type {
  margin-bottom: 18px !important; }

.list-checkbox-2-column-wrap ul {
  width: 100%;
  margin: 0; }
  @media screen and (min-width: 37.5625em) {
    .list-checkbox-2-column-wrap ul > li {
      width: 50%;
      float: left; }
      .list-checkbox-2-column-wrap ul > li:nth-of-type(1n) {
        clear: none; }
      .list-checkbox-2-column-wrap ul > li:nth-of-type(2n+1) {
        clear: both; }
      .list-checkbox-2-column-wrap ul > li:last-child {
        float: left; } }
  .list-checkbox-2-column-wrap ul li {
    padding: 0 !important; }
    @media screen and (min-width: 37.5625em) {
      .list-checkbox-2-column-wrap ul li:nth-child(even) {
        padding-left: 5px !important; } }
    @media screen and (min-width: 48.75em) {
      .list-checkbox-2-column-wrap ul li:nth-child(even) {
        padding-left: 12px !important; } }
    .list-checkbox-2-column-wrap ul li label {
      position: relative;
      padding-left: 36px; }
      .list-checkbox-2-column-wrap ul li label em {
        font-style: normal;
        opacity: 0.5; }
      .list-checkbox-2-column-wrap ul li label span {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        left: 0;
        bottom: 1px;
        display: inline-block;
        height: 20px;
        width: 20px;
        background-color: #FFF;
        border-radius: 3px;
        border: 1px solid rgba(135, 255, 214, 0);
        transition: border 300ms; }
        @media screen and (min-width: 48.75em) {
          .list-checkbox-2-column-wrap ul li label span {
            height: 20px;
            width: 20px; } }
    .list-checkbox-2-column-wrap ul li input[type=checkbox]:focus + span,
    .list-checkbox-2-column-wrap ul li input[type=checkbox]:focus + em + span {
      border: 1px solid rgba(135, 255, 214, 0.7); }
    .list-checkbox-2-column-wrap ul li input[type=checkbox]:checked + span,
    .list-checkbox-2-column-wrap ul li input[type=checkbox]:checked + em + span {
      content: "";
      background-image: url("/wp-content/themes/nycpride/library/img/checkmark-yellow.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 80% 80%; }

.scrollable-text {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: block;
  position: relative;
  height: 200px;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #b14661; }
  .scrollable-text p, .scrollable-text ul li {
    font-size: 0.875em; }

.ninja-forms-field-error {
  color: #87ffd6; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: rgba(255, 255, 255, 0.14) !important;
  background-image: none !important;
  color: black !important;
  transition: background-color 5000s ease-in-out 0s !important; }

#general a,

#general.show-zen #sub-nav,
#general-form.show-zen #sub-nav {
  bottom: 0px; }

#general #sub-nav,
#general-form #sub-nav {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  transition: width 250ms; }
  @media screen and (min-width: 48.75em) {
#general #sub-nav, #general-form #sub-nav {
    position: absolute;
    top: 0;
    left: 8.25vw;
    bottom: auto;
    height: 40px;
    width: calc(100%);
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: calc(91.75% - 80px);
    padding: 0;
    margin: 460px 80px 0 0;
    background-color: transparent;
    border-top: 2px solid rgb(141, 143, 164);
    border-bottom: 2px solid rgb(141, 143, 164);
} }
  @media screen and (min-width: 48.75em) and (min-width: 100em) {
    #general #sub-nav,
    #general-form #sub-nav {
      left: 100px;
      max-width: calc(100% - 180px); } }
  @media screen and (max-width: 48.6875em) {
    #general #sub-nav.short-nav,
    #general-form #sub-nav.short-nav {
      width: 60%; } }
  @media screen and (min-width: 48.75em) {
    #general #sub-nav.short-nav ul li button,
    #general-form #sub-nav.short-nav ul li button {
      color: #fff; }
      .no-touchevents #general #sub-nav.short-nav ul li button:hover, .no-touchevents
      #general-form #sub-nav.short-nav ul li button:hover {
        border-bottom: 2px solid #fff; }
      #general #sub-nav.short-nav ul li button.selected-sub-nav,
      #general-form #sub-nav.short-nav ul li button.selected-sub-nav {
        border-bottom: 2px solid #fff; } }
  #general #sub-nav.open,
  #general-form #sub-nav.open {
    width: 100%; }
    #general #sub-nav.open .bg,
    #general-form #sub-nav.open .bg {
      -ms-transform: scale(8);
      transform: scale(8); }
    #general #sub-nav.open .bg.many-3,
    #general-form #sub-nav.open .bg.many-3 {
      -ms-transform: scale(6);
      transform: scale(6); }
#general #sub-nav.open #sub-nav-items, #general-form #sub-nav.open #sub-nav-items {
    height: 390px;
    background: #f8b038;
}      #general #sub-nav.open #sub-nav-items.many-3,
      #general-form #sub-nav.open #sub-nav-items.many-3 {
        height: 135px; }
#general #sub-nav.open #sub-nav-items.many-7, #general-form #sub-nav.open #sub-nav-items.many-7 {
    height: 352px;
    background: #f8b038;
}      #general #sub-nav.open #sub-nav-items ul,
      #general-form #sub-nav.open #sub-nav-items ul {
        -ms-transform: translateY(0px) !important;
        transform: translateY(0px) !important; }
        #general #sub-nav.open #sub-nav-items ul li.current_page_item a,
        #general-form #sub-nav.open #sub-nav-items ul li.current_page_item a {
          border-bottom: none; }
    #general #sub-nav.open .close-button,
    #general-form #sub-nav.open .close-button {
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      right: 5%; }
      #general #sub-nav.open .close-button:before,
      #general-form #sub-nav.open .close-button:before {
        -ms-transform: scale(1);
        transform: scale(1); }
  #general #sub-nav .bg,
#general #sub-nav .bg, #general-form #sub-nav .bg {
    width: 90%;
    height: 50px;
    background: #f8b038;
    background: -o-linear-gradient(transparent, transparent);
    border-radius: 50px;
    margin-left: 5%;
    position: absolute;
    bottom: 30px;
/*     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
 */    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: transform;
    transition-duration: 250ms;
    z-index: 1;
}
    @media screen and (min-width: 48.75em) {
      #general #sub-nav .bg,
      #general-form #sub-nav .bg {
        display: none; } }
  #general #sub-nav.open #sub-nav-items ul li.current_page_item a,
  #general-form #sub-nav.open #sub-nav-items ul li.current_page_item a {
    border-bottom: none; }
  #general #sub-nav #sub-nav-items,
  #general-form #sub-nav #sub-nav-items {
    position: relative;
    bottom: 30px;
    overflow: hidden;
    height: 50px;
    transition: height 250ms;
    cursor: pointer; }
    @media screen and (min-width: 48.75em) {
      #general #sub-nav #sub-nav-items,
      #general-form #sub-nav #sub-nav-items {
        bottom: auto;
        overflow: visible;
        height: auto;
        transition: height 0ms; } }
    @media screen and (max-width: 48.6875em) {
      #general #sub-nav #sub-nav-items.item-0 ul,
      #general-form #sub-nav #sub-nav-items.item-0 ul {
        -ms-transform: translateY(150px);
        transform: translateY(150px); } }
    @media screen and (max-width: 48.6875em) {
      #general #sub-nav #sub-nav-items.item-1 ul,
      #general-form #sub-nav #sub-nav-items.item-1 ul {
        -ms-transform: translateY(100px);
        transform: translateY(100px); } }
    @media screen and (max-width: 48.6875em) {
      #general #sub-nav #sub-nav-items.item-2 ul,
      #general-form #sub-nav #sub-nav-items.item-2 ul {
        -ms-transform: translateY(50px);
        transform: translateY(50px); } }
    @media screen and (max-width: 48.6875em) {
      #general #sub-nav #sub-nav-items.item-3 ul,
      #general-form #sub-nav #sub-nav-items.item-3 ul {
        -ms-transform: translateY(0px);
        transform: translateY(0px); } }
  #general #sub-nav ul,
  #general-form #sub-nav ul {
    text-align: left;
    width: 90%;
    margin: 0 0 0 5%;
    padding: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition-property: transform;
    transition-duration: 250ms; }
    @media screen and (min-width: 48.75em) {
      #general #sub-nav ul,
      #general-form #sub-nav ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: left;
        justify-content: left;
        height: 40px;
        top: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding-left: 20px; } }
    @media screen and (min-width: 64em) {
      #general #sub-nav ul,
      #general-form #sub-nav ul {
        padding-left: 10px; } }
    #general #sub-nav ul li,
    #general-form #sub-nav ul li {
      height: 50px; }
      @media screen and (min-width: 48.75em) {
        #general #sub-nav ul li,
        #general-form #sub-nav ul li {
          height: auto;
          display: inline-block;
          margin: 0px 0.125vw; } }
      @media screen and (min-width: 48.75em) {
        #general #sub-nav ul li.current_page_item a,
        #general-form #sub-nav ul li.current_page_item a {
          border-color: #000; } }
      #general #sub-nav ul li a,
#general #sub-nav ul li a, #general-form #sub-nav ul li a {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding: 10px 0 15px 36px;
    display: block;
    text-decoration: none;
}        @media screen and (min-width: 48.75em) {
          #general #sub-nav ul li a,
          #general-form #sub-nav ul li a {
            position: relative;
            top: 2px;
            display: block;
            border-bottom: 4px solid transparent;
            padding: 5px 10px 7px 10px;
			font-weight:bold;
            color: #555;
            
            font-size: 0.8em;
            text-transform: uppercase;
            transition: border 250ms;
            letter-spacing: 1px; }
            .no-touchevents #general #sub-nav ul li a:hover, .no-touchevents
            #general-form #sub-nav ul li a:hover {
              border-color: #000; }
            #general #sub-nav ul li a.selected-sub-nav,
            #general-form #sub-nav ul li a.selected-sub-nav {
              border-color: #000; } }
  #general #sub-nav .close-button,
  #general-form #sub-nav .close-button {
    
    font-size: 1.25em;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 5%;
    z-index: 2;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-property: transform, right;
    transition-duration: 250ms, 250ms; }
    #general #sub-nav .close-button:before,
    #general-form #sub-nav .close-button:before {
      content: '';
      border-radius: 50%;
      background-color: #b36520;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      -ms-transform: scale(0);
      transform: scale(0);
      transition-property: transform;
      transition-duration: 250ms; }
    @media screen and (min-width: 48.75em) {
      #general #sub-nav .close-button,
      #general-form #sub-nav .close-button {
        display: none; } }

#general #sub-page-list ul,
#general-form #sub-page-list ul {
  text-align: center;
  margin: 0px; }
  #general #sub-page-list ul li,
  #general-form #sub-page-list ul li {
    display: inline-block;
    margin: 5px 10px; }
    @media screen and (min-width: 48.75em) {
      #general #sub-page-list ul li,
      #general-form #sub-page-list ul li {
        margin: 0px 0.8125vw; } }
    #general #sub-page-list ul li.current_page_item a,
    #general-form #sub-page-list ul li.current_page_item a {
      border-color: #000; }
    #general #sub-page-list ul li a,
    #general-form #sub-page-list ul li a {
      display: block;
      padding: 1px 0.9375vw 6px 0.9375vw;
      color: #000;
      font-family: 'AvenirLT-Roman';
      font-size: 0.8125em;
      border-color: transparent;
      transition: border-bottom, 300ms; }
      @media screen and (min-width: 48.75em) {
        #general #sub-page-list ul li a,
        #general-form #sub-page-list ul li a {
          padding: 5px 25px;
          text-transform: uppercase; } }
      .no-touchevents #general #sub-page-list ul li a:hover, .no-touchevents
      #general-form #sub-page-list ul li a:hover {
        border-color: #000; }

@media screen and (min-width: 48.75em) {
  #general #sub-page-list.subpage-yes,
  #general-form #sub-page-list.subpage-yes {
    padding: 60px 0 5.9375vw 0; } }

#general .headline.subpage-yes,
#general-form .headline.subpage-yes {
  padding: 130px 0 0 5px; }
  @media screen and (min-width: 48.75em) {
    #general .headline.subpage-yes,
    #general-form .headline.subpage-yes {
      padding: 255px 0 0 5px; } }

#general .headline.subpage-no,
#general-form .headline.subpage-no {
  padding: 100px 0 0 5px; }
  @media screen and (min-width: 48.75em) {
    #general .headline.subpage-no,
    #general-form .headline.subpage-no {
      padding: 165px 0 0 5px; } }

#general-form.has-subpage, #general.has-subpage {
  padding-bottom: 100px; }
  @media screen and (min-width: 48.75em) {
    #general-form.has-subpage, #general.has-subpage {
      padding-bottom: 40px; } }

#general {
    min-height: 552px;
    padding-bottom: 20px;
}
  #general .special-btn span:after {
    top: 2px; }
    @media screen and (min-width: 48.75em) {
      #general .special-btn span:after {
        top: 4px; } }
  #general .sub-headline-cont .sub-headline {
    color: #191919;
    margin-bottom: 8px;
    margin-left: 0px; }
    @media screen and (min-width: 64em) {
      #general .sub-headline-cont .sub-headline {
        border-left: none; } }
  #general #two-columns,
  #general #four-columns-feature,
  #general #two-columns-feature,
  #general #list-item,
  #general #full-width-text,
  #general #vertical-image-and-text,
  #general #three-columns-text,
  #general #headline-section {
    margin: 20px auto; }
    @media screen and (min-width: 48.75em) {
      #general #two-columns,
      #general #four-columns-feature,
      #general #two-columns-feature,
      #general #list-item,
      #general #full-width-text,
      #general #vertical-image-and-text,
      #general #three-columns-text,
      #general #headline-section {
        margin: 40px auto; } }
  #general section ul, #general section ol {
    margin: 0 auto;
    padding: 0; }
    #general section ul li, #general section ol li {
      font-size: 0.875em; }
      @media screen and (min-width: 48.75em) {
        #general section ul li, #general section ol li {
          font-size: inherit; } }
  #general section h2 {
    font-size: 1.25em;
    color: #fff;
    
    line-height: 22px; }
    @media screen and (min-width: 48.75em) {
      #general section h2 {
        font-size: 1.275em;
        line-height: 27px; } }
  #general section h3 {
    position: relative;
    display: inline-block;
    
    font-size: 0.7em;
    color: #fff;
    text-transform: uppercase; }
  #general section .sub-headline {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block; }
    @media screen and (min-width: 48.75em) {
      #general section .sub-headline {
        margin-bottom: 12px;
        font-size: .7em;
        line-height: 16px; } }
#general section p {
    font-family: 'neo';
    font-size: 14px;
    line-height: 20px;
    color: #555;
}    @media screen and (min-width: 48.75em) {
      #general section p {
        line-height: 23px;
        font-size: 1em; } }
  #general #headline-section .header {
    margin-bottom: 15px; }
    @media screen and (min-width: 48.75em) {
      #general #headline-section .header {
        margin-bottom: 40px; } }
    #general #headline-section .header h2 {
      font-family: 'LeituraDisplay-Roman';
      font-size: 1.875em;
      line-height: 28px; }
      @media screen and (min-width: 48.75em) {
        #general #headline-section .header h2 {
          font-size: 2.725em;
          text-indent: 0px;
          line-height: 15px; } }
    #general #headline-section .header h3 {
      margin-bottom: 20px; }
      @media screen and (min-width: 48.75em) {
        #general #headline-section .header h3 {
          margin-bottom: 50px; } }
  #general #two-columns p {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 1; }
    @media screen and (min-width: 48.75em) {
      #general #two-columns p {
        /* Chrome, Safari, Opera */
        /* Firefox */
        column-count: 2; } }
  #general #four-columns-feature ul li,
  #general #two-columns-feature ul li {
    list-style: none;
    padding: 0px 5px 15px 5px; }
    @media screen and (min-width: 48.75em) {
      #general #four-columns-feature ul li,
      #general #two-columns-feature ul li {
        margin-bottom: 0px;
        padding: 8px; } }
    #general #four-columns-feature ul li .bg-container,
    #general #two-columns-feature ul li .bg-container {
      position: relative;
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 0px;
      padding: 10%; }
      #general #four-columns-feature ul li .bg-container:before,
      #general #two-columns-feature ul li .bg-container:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        transition: background-color, 200ms; }
      #general #four-columns-feature ul li .bg-container .copy-cont,
      #general #two-columns-feature ul li .bg-container .copy-cont {
        position: absolute; }
        #general #four-columns-feature ul li .bg-container .copy-cont h2,
        #general #two-columns-feature ul li .bg-container .copy-cont h2 {
          font-size: 0.875em;
          line-height: 14px;
          color: #fff;
          text-transform: uppercase;
          margin-bottom: 4px; }
          @media screen and (min-width: 48.75em) {
            #general #four-columns-feature ul li .bg-container .copy-cont h2,
            #general #two-columns-feature ul li .bg-container .copy-cont h2 {
              font-size: 1.275em;
              line-height: 25px; } }
        #general #four-columns-feature ul li .bg-container .copy-cont span,
        #general #two-columns-feature ul li .bg-container .copy-cont span {
          display: inline-block;
          
          font-size: 0.875em;
          line-height: 18px;
          text-transform: uppercase;
          font-weight: 600;
          color: #fff;
          opacity: 0.5; }
          @media screen and (min-width: 48.75em) {
            #general #four-columns-feature ul li .bg-container .copy-cont span,
            #general #two-columns-feature ul li .bg-container .copy-cont span {
              font-size: 0.7em;
              line-height: 18px; } }
  #general #two-columns-feature ul li .bg-container {
    padding-bottom: 70%; }
    #general #two-columns-feature ul li .bg-container .copy-cont {
      bottom: 40px; }
      @media screen and (min-width: 48.75em) {
        #general #two-columns-feature ul li .bg-container .copy-cont {
          bottom: 70px; } }
  #general #four-columns-feature ul li .bg-container {
    padding-bottom: 150%; }
    @media only screen and (min-width: 480px) {
      #general #four-columns-feature ul li .bg-container {
        padding-bottom: 120%; } }
    #general #four-columns-feature ul li .bg-container .copy-cont {
      bottom: 50px; }
      @media screen and (min-width: 48.75em) {
        #general #four-columns-feature ul li .bg-container .copy-cont {
          bottom: 70px; } }
  #general .special-btn {
    width: 100%; }
    @media screen and (min-width: 48.75em) {
      #general .special-btn {
        width: auto; } }
  #general #list-item ul li {
    margin-bottom: 20px;
    padding: 0 0px 20px 0px;
    border-bottom: 2px solid rgba(10, 10, 10, 0.1); }
    #general #list-item ul li .btn {
      text-align: right; }
      @media screen and (min-width: 48.75em) {
        #general #list-item ul li .btn {
          text-align: right;
          margin-bottom: 25px; } }
      #general #list-item ul li .btn .special-btn {
        width: 100%; }
        @media screen and (min-width: 48.75em) {
          #general #list-item ul li .btn .special-btn {
            width: calc(100% - 30px); } }
  #general #callout-with-photo {
    padding: 50px 10% 12% 10%;
    background-size: contain;
    background-position: center 10%;
    background-repeat: no-repeat;
    position: relative; }
    @media screen and (min-width: 48.75em) {
      #general #callout-with-photo {
        padding: 5% 20% 25% 20%; } }
    #general #callout-with-photo h3 {
      font-size: 0.7em;
      margin-top: 8px; }
      @media screen and (min-width: 48.75em) {
        #general #callout-with-photo h3 {
          font-size: 0.7em; } }
    #general #callout-with-photo p {
      font-family: 'LeituraDisplay-Roman';
      color: #2e2c2e;
      font-size: 18px;
      line-height: 26px; }
      @media screen and (min-width: 48.75em) {
        #general #callout-with-photo p {
          font-size: 2.5vw;
          line-height: 3.75vw; } }
  #general #full-width-text .content {
    padding: 0px 5px 10px 5px; }
    @media screen and (min-width: 48.75em) {
      #general #full-width-text .content {
        padding: 0px 5px 20px 5px; } }
    #general #full-width-text .content h1 {
      color: #000;
      font-weight: 600;
      font-size: 1.25em;
       }
      @media screen and (min-width: 48.75em) {
        #general #full-width-text .content h1 {
          font-size: 1.275em; } }
    #general #full-width-text .content h2 {
      position: relative;
      display: inline-block;
      padding: 3px 11px 2px 11px;
      background-color: rgba(0, 0, 0, 0.2);
      
      font-size: 0.7em;
      color: #fff;
      text-transform: uppercase; }
    #general #full-width-text .content h3 {
      margin-bottom: 12px;
      font-size: .7em;
      line-height: 16px;
      display: block;
      margin-bottom: 5px;
      
      text-transform: uppercase;
      background-color: transparent;
      padding: 0px; }
    #general #full-width-text .content h4 {
      color: #000;
      font-weight: 600;
      font-size: 1.125em;
       }
    #general #full-width-text .content h5 {
      color: #000;
      font-weight: 600;
      font-size: 1em;
       }
    #general #full-width-text .content h6 {
      color: #000;
      font-weight: 600;
      font-size: 0.875em;
       }
    #general #full-width-text .content .callout {
      margin-bottom: 20px;
      font-size: 1.0625em; }
      #general #full-width-text .content .callout p {
        margin-bottom: 0px; }
    #general #full-width-text .content p {
      margin-bottom: 15px; }
    #general #full-width-text .content ul {
      margin-bottom: 20px; }
      #general #full-width-text .content ul li {
        list-style: none;
        position: relative;
        padding-left: 20px;
        line-height: 18px;
        margin-bottom: 5px; }
        @media screen and (min-width: 48.75em) {
          #general #full-width-text .content ul li {
            line-height: 23px; } }
        #general #full-width-text .content ul li:before {
          content: "";
          font-size: 0.875em;
          position: absolute;
          top: 5px;
          left: 6px;
          width: 6px;
          height: 6px;
          border-radius: 50%; }
          @media screen and (min-width: 48.75em) {
            #general #full-width-text .content ul li:before {
              top: 11px; } }
        #general #full-width-text .content ul li:after {
          content: "";
          font-size: 0.875em;
          position: absolute;
          top: 7px;
          left: 8px;
          width: 2px;
          height: 2px;
          border-radius: 50%; }
          @media screen and (min-width: 48.75em) {
            #general #full-width-text .content ul li:after {
              top: 13px; } }
    #general #full-width-text .content ol {
      margin-left: 0; }
      #general #full-width-text .content ol li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
        list-style: none;
        counter-increment: step-counter; }
        #general #full-width-text .content ol li:before {
          content: counter(step-counter);
          position: absolute;
          top: 3px;
          left: 5px;
          font-size: 0.75em;
          font-weight: 600; }
    #general #full-width-text .content blockquote {
      border-left: 0 solid transparent;
      font-family: 'LeituraDisplay-Roman';
      padding: 0px; }
      @media screen and (min-width: 48.75em) {
        #general #full-width-text .content blockquote {
          padding-bottom: 0px; } }
      #general #full-width-text .content blockquote p {
        font-family: 'LeituraDisplay-Roman';
        text-align: center;
        font-size: 1.5em;
        line-height: 28px;
        padding-bottom: 20px;
        margin: 0; }
        @media screen and (min-width: 48.75em) {
          #general #full-width-text .content blockquote p {
            font-size: 2.8125em;
            line-height: 60px; } }
    #general #full-width-text .content strong {
      font-weight: 600; }
  #general #vertical-image-and-text {
    margin-bottom: 60px; }
    #general #vertical-image-and-text .img {
      margin-bottom: 20px;
      text-align: center; }
      @media screen and (min-width: 48.75em) {
        #general #vertical-image-and-text .img {
          text-align: left; } }
    #general #vertical-image-and-text .content {
      padding: 0px 3px; }
      @media screen and (min-width: 48.75em) {
        #general #vertical-image-and-text .content {
          padding: inherit; } }
    #general #vertical-image-and-text h1 {
      font-size: 2.125em;
      color: #000;
      font-weight: 600; }
    #general #vertical-image-and-text p {
      margin-bottom: 15px; }
      @media screen and (min-width: 48.75em) {
        #general #vertical-image-and-text p {
          margin-bottom: 35px; } }
  #general #photo-with-description {
    position: relative;
    height: 100%;
    display: block;
    margin: 40px 0; }
    #general #photo-with-description .img-bg {
      position: relative;
      padding-bottom: 68%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center; }
      @media screen and (min-width: 48.75em) {
        #general #photo-with-description .img-bg {
          padding-bottom: 42%; } }
    #general #photo-with-description .content-cont {
      position: relative;
      width: 100%;
      margin: auto;
      padding: 20px;
      background-color: #6b2c60;
      top: -40px;
      right: 0;
      left: 0; }
      @media screen and (min-width: 48.75em) {
        #general #photo-with-description .content-cont {
          padding: 50px 30px; } }
      @media only screen and (min-width: 1200px) {
        #general #photo-with-description .content-cont {
          padding: 40px; } }
      #general #photo-with-description .content-cont h3 {
        color: #fff;
        margin-bottom: 10px; }
        @media screen and (min-width: 48.75em) {
          #general #photo-with-description .content-cont h3 {
            margin-bottom: 10px; } }
      #general #photo-with-description .content-cont p {
        color: #fff; }
        @media screen and (min-width: 48.75em) {
          #general #photo-with-description .content-cont p {
            margin-bottom: inherit; } }
      #general #photo-with-description .content-cont .btn {
        text-align: right; }
        #general #photo-with-description .content-cont .btn .special-btn {
          width: 100%; }
          @media screen and (min-width: 48.75em) {
            #general #photo-with-description .content-cont .btn .special-btn {
              width: calc(100% - 30px); } }
          #general #photo-with-description .content-cont .btn .special-btn span {
            color: #fed3c7; }
            #general #photo-with-description .content-cont .btn .special-btn span:after {
              background-image: url("/wp-content/themes/nycpride/library/img//arrow-right-light-gold.svg"); }
  #general #three-columns-text .header {
    margin-bottom: 15px; }
    @media screen and (min-width: 48.75em) {
      #general #three-columns-text .header {
        margin-bottom: 40px; } }
    #general #three-columns-text .header h2 {
      font-family: 'LeituraDisplay-Roman';
      font-size: 1.875em;
      line-height: 28px; }
      @media screen and (min-width: 48.75em) {
        #general #three-columns-text .header h2 {
          font-size: 2.725em;
          text-indent: 0px;
          line-height: 15px; } }
    #general #three-columns-text .header h3 {
      margin-bottom: 20px; }
      @media screen and (min-width: 48.75em) {
        #general #three-columns-text .header h3 {
          margin-bottom: 50px; } }
  #general #three-columns-text ul li {
    list-style: none;
    margin-bottom: 40px;
    padding: 0px 2px; }
    @media screen and (min-width: 48.75em) {
      #general #three-columns-text ul li {
        padding: inherit; } }
    #general #three-columns-text ul li.copy-cont .special-btn {
      margin-top: 20px; }
  #general #photo-gallery.row {
    max-width: 100%; }
  #general #photo-gallery #general-slider {
    width: 100%; }
    #general #photo-gallery #general-slider .slick-arrow {
      position: absolute;
      top: 0;
      width: 10%;
      height: 100%;
      color: transparent;
      z-index: 2; }
      #general #photo-gallery #general-slider .slick-arrow:before {
        content: '';
        display: block;
        width: 26px;
        height: 18px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 26px 18px;
        position: absolute; }
    #general #photo-gallery #general-slider .slick-prev {
      left: 0; }
      #general #photo-gallery #general-slider .slick-prev:before {
        background-image: url("/wp-content/themes/nycpride/library/img/arrow-left-white.svg");
        right: 20%;
        transition: transform 300ms; }
      .no-touchevents #general #photo-gallery #general-slider .slick-prev:hover:before {
        -ms-transform: translateX(-7px);
        transform: translateX(-7px); }
    #general #photo-gallery #general-slider .slick-next {
      right: 0; }
      #general #photo-gallery #general-slider .slick-next:before {
        background-image: url("/wp-content/themes/nycpride/library/img/arrow-right-white.svg");
        left: 20%;
        transition: transform 300ms; }
      .no-touchevents #general #photo-gallery #general-slider .slick-next:hover:before {
        -ms-transform: translateX(7px);
        transform: translateX(7px); }
    #general #photo-gallery #general-slider .slide {
      outline: none;
      text-align: center;
      position: relative;
      opacity: 0.3;
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      transition-property: opacity, transform;
      transition-duration: 250ms, 250ms; }
      #general #photo-gallery #general-slider .slide.slick-center {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1); }
      #general #photo-gallery #general-slider .slide img {
        display: inline-block; }
      #general #photo-gallery #general-slider .slide p {
        position: absolute;
        bottom: 10px;
        right: 4vw;
        padding-left: 30px;
        font-family: 'LeituraDisplay-Roman';
        font-size: 1.25em;
        color: #fff; }
        @media screen and (min-width: 48.75em) {
          #general #photo-gallery #general-slider .slide p {
            font-size: 2.375em;
            bottom: 37px;
            right: 4vw; } }
        @media screen and (min-width: 64em) {
          #general #photo-gallery #general-slider .slide p {
            right: 16vw; } }
        #general #photo-gallery #general-slider .slide p:before {
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -18px;
          left: 0px;
          height: 30px;
          width: 3px;
          border-left: 3px solid #fff;
          padding-left: 20px; }
  #general.Purple-shape-theme {
    position: relative;
    overflow: hidden;
    background: #d494cb;
    background: linear-gradient(to bottom, #d494cb 0%, #6b2c60 100%); }
    #general.Purple-shape-theme + footer {
      background: linear-gradient(to bottom, #844b7b 0%, #794170 100%); }
      #general.Purple-shape-theme + footer #social #menu-footer-social li a svg path,
      #general.Purple-shape-theme + footer #social #menu-footer-social li a svg circle {
        fill: #ffd177; }
      #general.Purple-shape-theme + footer #social .hashtags li a {
        font-family: "Alright Sans";
        font-style: normal;
        font-weight: 700;
        font-size: 0.6875em;
        line-height: 15px;
        color: #ffd177;
        text-transform: uppercase;
        letter-spacing: .05em;
        background: -webkit-linear-gradient(left, #ffd177, #ffd177 50%, #fff 51%, #fff);
        background-position: 198%;
        background-size: 202% 100%;
        transition: all .3s ease-in-out;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .no-touchevents #general.Purple-shape-theme + footer #social .hashtags li a:hover {
          color: #fff;
          background-position: 100%; }
      #general.Purple-shape-theme + footer #newsletter form input {
        color: #ffd177;
        border: 2px solid #ffd177; }
        #general.Purple-shape-theme + footer #newsletter form input::-webkit-input-placeholder {
          color: #ffd177; }
        #general.Purple-shape-theme + footer #newsletter form input::-moz-placeholder {
          color: #ffd177; }
        #general.Purple-shape-theme + footer #newsletter form input:-moz-placeholder {
          color: #ffd177; }
        #general.Purple-shape-theme + footer #newsletter form input:-ms-input-placeholder {
          color: #ffd177; }
      #general.Purple-shape-theme + footer #footer-pages .columns > ul > li > a {
        font-family: "Alright Sans";
        font-style: normal;
        font-weight: 700;
        font-size: 0.6875em;
        line-height: 15px;
        color: #ffd177;
        text-transform: uppercase;
        letter-spacing: .05em;
        background: -webkit-linear-gradient(left, #ffd177, #ffd177 50%, #fff 51%, #fff);
        background-position: 198%;
        background-size: 202% 100%;
        transition: all .3s ease-in-out;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .no-touchevents #general.Purple-shape-theme + footer #footer-pages .columns > ul > li > a:hover {
          color: #fff;
          background-position: 100%; }
    #general.Purple-shape-theme .shape-one {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: calc(65vw);
      max-width: 900px;
      background-size: contain;
      background-image: url("/wp-content/themes/nycpride/library/img/purple-bg-shapes/top-right-purple.svg");
      background-repeat: no-repeat; }
      @media screen and (min-width: 48.75em) {
        #general.Purple-shape-theme .shape-one {
          width: calc(65vw); } }
    #general.Purple-shape-theme .shape-two {
      position: absolute;
      top: calc(50% - +540px);
      left: 0;
      display: block;
      height: 620px;
      width: calc(60vw);
      background-image: url("/wp-content/themes/nycpride/library/img/purple-bg-shapes/middle-pattern-arrows-purple.svg");
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (min-width: 48.75em) {
        #general.Purple-shape-theme .shape-two {
          width: calc(53vw); } }
    #general.Purple-shape-theme .shape-three {
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      height: 100%;
      width: 100vw;
      margin: 0px auto;
      max-width: 1440px;
      background-image: url("/wp-content/themes/nycpride/library/img/purple-bg-shapes/bottom-middle-purple.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom center; }
    @media screen and (min-width: 48.75em) {
      #general.Purple-shape-theme #sub-nav ul li.current_page_item a {
        border-color: #ffd177; }
      #general.Purple-shape-theme #sub-nav ul li a:hover {
        border-color: #ffd177; } }
    #general.Purple-shape-theme header .headline {
      color: #ffd177;
      background: inherit;
      -webkit-text-fill-color: #ffd177; }
    #general.Purple-shape-theme .sub-headline-cont h2.sub-headline {
      color: #fff; }
      #general.Purple-shape-theme .sub-headline-cont h2.sub-headline:before {
        border-color: #ffd177; }
    #general.Purple-shape-theme #list-item ul li {
      border-color: #ffd177; }
      #general.Purple-shape-theme #list-item ul li:first-child {
        border-top: 2px solid #ffd177;
        padding: 20px 0px 20px 0px; }
      #general.Purple-shape-theme #list-item ul li h2 {
        color: #fff; }
      #general.Purple-shape-theme #list-item ul li .sub-headline {
        color: #ffd177; }
      #general.Purple-shape-theme #list-item ul li p {
        color: #fff; }
      #general.Purple-shape-theme #list-item ul li .btn .special-btn {
        display: inline-block;
        padding: 8px 37px 8px 13px;
        background-color: #6a2b60;
        border-radius: 0px;
        text-align: center; }
        #general.Purple-shape-theme #list-item ul li .btn .special-btn span {
          color: #ffd177; }
          #general.Purple-shape-theme #list-item ul li .btn .special-btn span::after {
            background-image: url("/wp-content/themes/nycpride/library/img//arrow-right-light-gold.svg"); }
    #general.Purple-shape-theme #photo-with-description .content-cont {
      background-color: rgba(107, 44, 96, 0.8); }
      #general.Purple-shape-theme #photo-with-description .content-cont h3 {
        color: #ffd177; }
      #general.Purple-shape-theme #photo-with-description .content-cont .special-btn span {
        color: #ffd177; }
        #general.Purple-shape-theme #photo-with-description .content-cont .special-btn span::after {
          background-image: url("/wp-content/themes/nycpride/library/img//arrow-right-light-gold.svg"); }
    #general.Purple-shape-theme #vertical-image-and-text h2,
    #general.Purple-shape-theme #vertical-image-and-text p {
      color: #fff; }
    #general.Purple-shape-theme #vertical-image-and-text .sub-headline {
      color: #ffd177;
      display: inline-block; }
    #general.Purple-shape-theme #vertical-image-and-text p a {
      color: #fff;
      text-decoration: underline; }
    #general.Purple-shape-theme #vertical-image-and-text a.special-btn {
      background-color: #6a2b60; }
    #general.Purple-shape-theme #full-width-text .content h1,
    #general.Purple-shape-theme #full-width-text .content p,
    #general.Purple-shape-theme #full-width-text .content li {
      color: #fff;
      position: relative; }
      #general.Purple-shape-theme #full-width-text .content h1 a,
      #general.Purple-shape-theme #full-width-text .content p a,
      #general.Purple-shape-theme #full-width-text .content li a {
        color: #ffd177;
        text-decoration: underline; }
    #general.Purple-shape-theme #full-width-text .content li:before {
      content: '•';
      position: absolute;
      top: 0;
      left: 0;
      color: #ffd177; }
  #general.Green-shape-theme {
    position: relative;
    overflow: hidden;
    background: #8ecaa0;
    background: linear-gradient(to bottom, #8ecaa0 0%, #296a3a 100%); }
    #general.Green-shape-theme + footer {
      background: linear-gradient(to bottom, #4a8359 0%, #40794e 100%); }
      #general.Green-shape-theme + footer #social #menu-footer-social li a svg path,
      #general.Green-shape-theme + footer #social #menu-footer-social li a svg circle {
        fill: #fed3c7; }
      #general.Green-shape-theme + footer #social .hashtags li a {
        font-family: "Alright Sans";
        font-style: normal;
        font-weight: 700;
        font-size: 0.6875em;
        line-height: 15px;
        color: #fed3c7;
        text-transform: uppercase;
        letter-spacing: .05em;
        background: -webkit-linear-gradient(left, #fed3c7, #fed3c7 50%, #fff 51%, #fff);
        background-position: 198%;
        background-size: 202% 100%;
        transition: all .3s ease-in-out;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .no-touchevents #general.Green-shape-theme + footer #social .hashtags li a:hover {
          color: #fff;
          background-position: 100%; }
      #general.Green-shape-theme + footer #newsletter form input {
        color: #fed3c7;
        border: 2px solid #fed3c7; }
        #general.Green-shape-theme + footer #newsletter form input::-webkit-input-placeholder {
          color: #fed3c7; }
        #general.Green-shape-theme + footer #newsletter form input::-moz-placeholder {
          color: #fed3c7; }
        #general.Green-shape-theme + footer #newsletter form input:-moz-placeholder {
          color: #fed3c7; }
        #general.Green-shape-theme + footer #newsletter form input:-ms-input-placeholder {
          color: #fed3c7; }
      #general.Green-shape-theme + footer #footer-pages .columns > ul > li > a {
        font-family: "Alright Sans";
        font-style: normal;
        font-weight: 700;
        font-size: 0.6875em;
        line-height: 15px;
        color: #fed3c7;
        text-transform: uppercase;
        letter-spacing: .05em;
        background: -webkit-linear-gradient(left, #fed3c7, #fed3c7 50%, #fff 51%, #fff);
        background-position: 198%;
        background-size: 202% 100%;
        transition: all .3s ease-in-out;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .no-touchevents #general.Green-shape-theme + footer #footer-pages .columns > ul > li > a:hover {
          color: #fff;
          background-position: 100%; }
    #general.Green-shape-theme .shape-one {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 100%;
      width: calc(50vw - -20px);
      background-image: url("/wp-content/themes/nycpride/library/img/green-bg-shapes/top-left-green.svg");
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (min-width: 48.75em) {
        #general.Green-shape-theme .shape-one {
          width: calc(50vw - -20px); } }
    #general.Green-shape-theme .shape-two {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      height: 1000px;
      background-image: url("/wp-content/themes/nycpride/library/img/green-bg-shapes/top-right-green.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 140px; }
      @media screen and (min-width: 48.75em) {
        #general.Green-shape-theme .shape-two {
          width: 250px; } }
    #general.Green-shape-theme .shape-three {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 50vw;
      max-width: 700px;
      background-image: url("/wp-content/themes/nycpride/library/img/green-bg-shapes/bottom-left-green.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom center; }
    @media screen and (min-width: 48.75em) {
      #general.Green-shape-theme #sub-nav ul li.current_page_item a {
        border-color: #fed3c7; }
      #general.Green-shape-theme #sub-nav ul li a:hover {
        border-color: #fed3c7; } }
    #general.Green-shape-theme header .headline {
      color: #fed3c7;
      background: inherit;
      -webkit-text-fill-color: #fed3c7; }
    #general.Green-shape-theme .sub-headline-cont h2.sub-headline {
      color: #fff; }
      #general.Green-shape-theme .sub-headline-cont h2.sub-headline:before {
        border-color: #fed3c7; }
    #general.Green-shape-theme #list-item ul li {
      border-color: #fed3c7; }
      #general.Green-shape-theme #list-item ul li:first-child {
        border-top: 2px solid #fed3c7;
        padding: 20px 0px 20px 0px; }
      #general.Green-shape-theme #list-item ul li h2 {
        color: #fff; }
      #general.Green-shape-theme #list-item ul li .sub-headline {
        color: #fed3c7; }
      #general.Green-shape-theme #list-item ul li p {
        color: #fff; }
      #general.Green-shape-theme #list-item ul li .btn .special-btn {
        display: inline-block;
        padding: 8px 37px 8px 13px;
        background-color: #2b6a3a;
        border-radius: 0px;
        text-align: center; }
        #general.Green-shape-theme #list-item ul li .btn .special-btn span {
          color: #fed3c7; }
          #general.Green-shape-theme #list-item ul li .btn .special-btn span::after {
            background-image: url("/wp-content/themes/nycpride/library/img//arrow-right-light-pink.svg"); }
    #general.Green-shape-theme #photo-with-description .content-cont {
      background-color: #2c693a; }
      #general.Green-shape-theme #photo-with-description .content-cont h3 {
        color: #fed3c7; }
    #general.Green-shape-theme #photo-with-description .content-cont .btn .special-btn span:after {
      background-image: url("/wp-content/themes/nycpride/library/img//arrow-right-light-green.svg"); }
    #general.Green-shape-theme #vertical-image-and-text h2,
    #general.Green-shape-theme #vertical-image-and-text p {
      color: #fff; }
    #general.Green-shape-theme #vertical-image-and-text .sub-headline {
      color: #fed3c7;
      display: inline-block; }
    #general.Green-shape-theme #vertical-image-and-text p a {
      color: #fff;
      text-decoration: underline; }
    #general.Green-shape-theme #vertical-image-and-text a.special-btn {
      background-color: #2b6a3a; }
    #general.Green-shape-theme #full-width-text .content h1,
    #general.Green-shape-theme #full-width-text .content p,
    #general.Green-shape-theme #full-width-text .content li {
      color: #fff; }
      #general.Green-shape-theme #full-width-text .content h1 a,
      #general.Green-shape-theme #full-width-text .content p a,
      #general.Green-shape-theme #full-width-text .content li a {
        color: #fed3c7;
        text-decoration: underline; }
    #general.Green-shape-theme #full-width-text .content li:before {
      content: '•';
      position: absolute;
      top: 0;
      left: 0;
      color: #fed3c7; }
  #general.Blue {
    background-color: #85c5c9;
    background-image: linear-gradient(135deg,#85c5c9 9%, #e0fdff 42%); }
    #general.Blue .headline {
      background: -webkit-linear-gradient(45deg, #111f3c 9%, #184e77 42%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    #general.Blue section .sub-headline {
      color: #6ebacc; }
    #general.Blue section .special-btn {
      background-color: #2d9bb6; }
    .no-touchevents #general.Blue #four-columns-feature ul li .bg-container:hover:before, .no-touchevents
    #general.Blue #two-columns-feature ul li .bg-container:hover:before {
      background-color: rgba(59, 176, 205, 0.3); }
    #general.Blue #four-columns-feature ul li .bg-container:before,
    #general.Blue #two-columns-feature ul li .bg-container:before {
      background-color: rgba(59, 176, 205, 0.7); }
    #general.Blue #full-width-text .content {
      border-color: #a4d5e1; }
      #general.Blue #full-width-text .content h3 {
        color: #2d9bb6; }
      #general.Blue #full-width-text .content a {
        color: #2d9bb6; }
      #general.Blue #full-width-text .content ul li:before {
        background-color: #a6d8e2; }
      #general.Blue #full-width-text .content ul li:after {
        background-color: #6ebacc; }
      #general.Blue #full-width-text .content ol li:before {
        color: #71bbcd; }
      #general.Blue #full-width-text .content blockquote {
        color: #a1d4df; }
        #general.Blue #full-width-text .content blockquote p {
          color: #a1d4df; }
    #general.Blue #vertical-image-and-text h1,
    #general.Blue #vertical-image-and-text p,
    #general.Blue #vertical-image-and-text .sub-headline {
      color: #fff; }
    #general.Blue #full-width-text .content h1,
    #general.Blue #full-width-text .content p,
    #general.Blue #full-width-text .content li {
      color: #fff; }
  #general.Pink {
    background-color: #d79ec3;
    background-image: linear-gradient(135deg,#d79ec3 9%, #ffe8f7 42%); }
    #general.Pink .headline {
      background: -webkit-linear-gradient(45deg, #480c32 9%, #781c56 42%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    #general.Pink section .sub-headline {
      color: #e09bcc; }
    #general.Pink section .special-btn {
      background-color: #b74aa1; }
    .no-touchevents #general.Pink #four-columns-feature ul li .bg-container:hover:before, .no-touchevents
    #general.Pink #two-columns-feature ul li .bg-container:hover:before {
      background-color: rgba(183, 74, 161, 0.3); }
    #general.Pink #four-columns-feature ul li .bg-container:before,
    #general.Pink #two-columns-feature ul li .bg-container:before {
      background-color: rgba(183, 74, 161, 0.7); }
    #general.Pink #full-width-text .content {
      border-bottom: 2px solid #dbc2db; }
      #general.Pink #full-width-text .content h3 {
        color: #e09bcc; }
      #general.Pink #full-width-text .content a {
        color: #b74aa1; }
      #general.Pink #full-width-text .content ul li:before {
        background-color: #ba51a5; }
      #general.Pink #full-width-text .content ul li:after {
        background-color: #802b8a; }
      #general.Pink #full-width-text .content ol li:before {
        color: #ba51a5; }
      #general.Pink #full-width-text .content blockquote {
        color: #e09bcc; }
        #general.Pink #full-width-text .content blockquote p {
          color: #e09bcc; }
  #general.Gold {
    background-color: #e8d277;
    background-image: linear-gradient(135deg,#e8d277 9%, #fffae3 42%); }
    #general.Gold .headline {
      background: -webkit-linear-gradient(45deg, #332e17 9%, #6d5f1f 42%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    #general.Gold section .sub-headline {
      color: #d3c379; }
    #general.Gold section .special-btn {
      background-color: #ddb70e; }
    .no-touchevents #general.Gold #four-columns-feature ul li .bg-container:hover:before, .no-touchevents
    #general.Gold #two-columns-feature ul li .bg-container:hover:before {
      background-color: rgba(224, 192, 49, 0.3); }
    #general.Gold #four-columns-feature ul li .bg-container:before,
    #general.Gold #two-columns-feature ul li .bg-container:before {
      background-color: rgba(224, 192, 49, 0.7); }
    #general.Gold #full-width-text .content {
      border-bottom: 2px solid #d1ceb3; }
      #general.Gold #full-width-text .content h3 {
        color: #d3c379; }
      #general.Gold #full-width-text .content a {
        color: #DDB70E; }
      #general.Gold #full-width-text .content ul li:before {
        background-color: #e8c96f; }
      #general.Gold #full-width-text .content ul li:after {
        background-color: #7d4900; }
      #general.Gold #full-width-text .content ol li:before {
        color: #7d4900; }
      #general.Gold #full-width-text .content blockquote {
        color: #ddcf8d; }
        #general.Gold #full-width-text .content blockquote p {
          color: #ddcf8d; }
  #general.Purple {
    background-color: #9b88d7;
    background-image: linear-gradient(135deg,#9b88d7 9%, #eae3ff 42%); }
    #general.Purple .headline {
      background: -webkit-linear-gradient(45deg, #1e113c 9%, #4a3874 42%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    #general.Purple section .sub-headline {
      color: #b88dd9; }
    #general.Purple section .special-btn {
      background-color: #5b3777; }
    .no-touchevents #general.Purple #four-columns-feature ul li .bg-container:hover:before, .no-touchevents
    #general.Purple #two-columns-feature ul li .bg-container:hover:before {
      background-color: rgba(141, 59, 205, 0.3); }
    #general.Purple #four-columns-feature ul li .bg-container:before,
    #general.Purple #two-columns-feature ul li .bg-container:before {
      background-color: rgba(141, 59, 205, 0.7); }
    #general.Purple #full-width-text .content {
      border-bottom: 2px solid #b88dd9; }
      #general.Purple #full-width-text .content h3 {
        color: #b88dd9; }
      #general.Purple #full-width-text .content a {
        color: #5b3777; }
      #general.Purple #full-width-text .content ul li:before {
        background-color: #b88dd9; }
      #general.Purple #full-width-text .content ul li:after {
        background-color: #5b3777; }
      #general.Purple #full-width-text .content ol li:before {
        color: #5b3777; }
      #general.Purple #full-width-text .content blockquote {
        color: #b88dd9; }
        #general.Purple #full-width-text .content blockquote p {
          color: #b88dd9; }

