

@charset "UTF-8";

/******************************************************************
Theme Name: NYC Pride
Theme URI:
Description: Theme description
Author: RSQ
Author URI: http://rsq.com
Version: 1.0

License:
License URI:

*/

.sticky {
	position: relative;
}


/* DO NOT EDIT THIS */

.gallery-caption {
	position: relative;
}


/* THESE ARE USELESS */

.bypostauthor {
	position: relative;
}


/* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.aligncenter {
	margin: 0;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */

html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}


/**
   * Remove default margin.
   */

body {
	margin: 0;
}


/* HTML5 display definitions
     ========================================================================== */


/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}


/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}


/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */

audio:not([controls]) {
	display: none;
	height: 0;
}


/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */

[hidden],
template {
	display: none;
}


/* Links
     ========================================================================== */


/**
   * Remove the gray background color from active links in IE 10.
   */

a {
	background-color: transparent;
}


/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */

a:active,
a:hover {
	outline: 0;
}


/* Text-level semantics
     ========================================================================== */


/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */

abbr[title] {
	border-bottom: 1px dotted;
}


/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */

b,
strong {
	font-weight: bold;
}


/**
   * Address styling not present in Safari and Chrome.
   */

dfn {
	font-style: italic;
}


/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/**
   * Address styling not present in IE 8/9.
   */

mark {
	background: #ff0;
	color: #000;
}


/**
   * Address inconsistent and variable font size in all browsers.
   */

small {
	font-size: 80%;
}


/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* Embedded content
     ========================================================================== */


/**
   * Remove border when inside `a` element in IE 8/9/10.
   */

img {
	border: 0;
}


/**
   * Correct overflow not hidden in IE 9/10/11.
   */

svg:not(:root) {
	overflow: hidden;
}


/* Grouping content
     ========================================================================== */


/**
   * Address margin not present in IE 8/9 and Safari.
   */

figure {
	margin: 1em 40px;
}


/**
   * Address differences between Firefox and other browsers.
   */

hr {
	box-sizing: content-box;
	height: 0;
}


/**
   * Contain overflow in all browsers.
   */

pre {
	overflow: auto;
}


/**
   * Address odd `em`-unit font size rendering in all browsers.
   */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Forms
     ========================================================================== */


/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */


/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}


/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

button {
	overflow: visible;
}


/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */

button,
select {
	text-transform: none;
}


/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}


/**
   * Re-set default cursor for disabled elements.
   */

button[disabled],
html input[disabled] {
	cursor: default;
}


/**
   * Remove inner padding and border in Firefox 4+.
   */

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


/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */

input {
	line-height: normal;
}


/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}


/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */


/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */


/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */

legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

textarea {
	overflow: auto;
}


/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */

optgroup {
	font-weight: bold;
}


/* Tables
     ========================================================================== */


/**
   * Remove most spacing between table cells.
   */

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

td,
th {
	padding: 0;
}

.foundation-mq {
	font-family: "small=0em&medium=48.75em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
	font-size: 100%;
	box-sizing: border-box;
}

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

body {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	background: #fefefe;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	width: 100%;
	border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	line-height: 1;
}

[data-whatinput='mouse'] button {
	outline: 0;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.row {
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.row .row {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}

@media screen and (min-width: 48.75em) {
	.row .row {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

.row.expanded {
	max-width: none;
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-left: 0;
	padding-right: 0;
}

.column,
.columns {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

@media screen and (min-width: 48.75em) {
	.column,
	.columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

.column.row.row,
.row.row.columns {
	float: none;
}

.row .column.row.row,
.row .row.row.columns {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.small-1 {
	-ms-flex: 0 0 6.25%;
	flex: 0 0 6.25%;
	max-width: 6.25%;
}

.small-offset-0 {
	margin-left: 0%;
}

.small-2 {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.small-offset-1 {
	margin-left: 6.25%;
}

.small-3 {
	-ms-flex: 0 0 18.75%;
	flex: 0 0 18.75%;
	max-width: 18.75%;
}

.small-offset-2 {
	margin-left: 12.5%;
}

.small-4 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.small-offset-3 {
	margin-left: 18.75%;
}

.small-5 {
	-ms-flex: 0 0 31.25%;
	flex: 0 0 31.25%;
	max-width: 31.25%;
}

.small-offset-4 {
	margin-left: 25%;
}

.small-6 {
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%;
}

.small-offset-5 {
	margin-left: 31.25%;
}

.small-7 {
	-ms-flex: 0 0 43.75%;
	flex: 0 0 43.75%;
	max-width: 43.75%;
}

.small-offset-6 {
	margin-left: 37.5%;
}

.small-8 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.small-offset-7 {
	margin-left: 43.75%;
}

.small-9 {
	-ms-flex: 0 0 56.25%;
	flex: 0 0 56.25%;
	max-width: 56.25%;
}

.small-offset-8 {
	margin-left: 50%;
}

.small-10 {
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%;
}

.small-offset-9 {
	margin-left: 56.25%;
}

.small-11 {
	-ms-flex: 0 0 68.75%;
	flex: 0 0 68.75%;
	max-width: 68.75%;
}

.small-offset-10 {
	margin-left: 62.5%;
}

.small-12 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.small-offset-11 {
	margin-left: 68.75%;
}

.small-13 {
	-ms-flex: 0 0 81.25%;
	flex: 0 0 81.25%;
	max-width: 81.25%;
}

.small-offset-12 {
	margin-left: 75%;
}

.small-14 {
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%;
}

.small-offset-13 {
	margin-left: 81.25%;
}

.small-15 {
	-ms-flex: 0 0 93.75%;
	flex: 0 0 93.75%;
	max-width: 93.75%;
}

.small-offset-14 {
	margin-left: 87.5%;
}

.small-16 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.small-offset-15 {
	margin-left: 93.75%;
}

.small-order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.small-order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.small-order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.small-order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.small-order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.small-order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.small-up-1 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-1>.column,
.small-up-1>.columns {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.small-up-2 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-2>.column,
.small-up-2>.columns {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.small-up-3 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-3>.column,
.small-up-3>.columns {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.small-up-4 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-4>.column,
.small-up-4>.columns {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.small-up-5 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-5>.column,
.small-up-5>.columns {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.small-up-6 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-6>.column,
.small-up-6>.columns {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.small-up-7 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-7>.column,
.small-up-7>.columns {
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%;
}

.small-up-8 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-8>.column,
.small-up-8>.columns {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.small-collapse>.column,
.small-collapse>.columns {
	padding-left: 0;
	padding-right: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

@media screen and (min-width: 48.75em) {
	.medium-1 {
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%;
	}
	.medium-offset-0 {
		margin-left: 0%;
	}
	.medium-2 {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.medium-offset-1 {
		margin-left: 6.25%;
	}
	.medium-3 {
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%;
	}
	.medium-offset-2 {
		margin-left: 12.5%;
	}
	.medium-4 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.medium-offset-3 {
		margin-left: 18.75%;
	}
	.medium-5 {
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%;
	}
	.medium-offset-4 {
		margin-left: 25%;
	}
	.medium-6 {
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
	.medium-offset-5 {
		margin-left: 31.25%;
	}
	.medium-7 {
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%;
	}
	.medium-offset-6 {
		margin-left: 37.5%;
	}
	.medium-8 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.medium-offset-7 {
		margin-left: 43.75%;
	}
	.medium-9 {
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%;
	}
	.medium-offset-8 {
		margin-left: 50%;
	}
	.medium-10 {
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%;
	}
	.medium-offset-9 {
		margin-left: 56.25%;
	}
	.medium-11 {
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%;
	}
	.medium-offset-10 {
		margin-left: 62.5%;
	}
	.medium-12 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.medium-offset-11 {
		margin-left: 68.75%;
	}
	.medium-13 {
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%;
	}
	.medium-offset-12 {
		margin-left: 75%;
	}
	.medium-14 {
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	.medium-offset-13 {
		margin-left: 81.25%;
	}
	.medium-15 {
		-ms-flex: 0 0 93.75%;
		flex: 0 0 93.75%;
		max-width: 93.75%;
	}
	.medium-offset-14 {
		margin-left: 87.5%;
	}
	.medium-16 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.medium-offset-15 {
		margin-left: 93.75%;
	}
	.medium-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.medium-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.medium-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.medium-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.medium-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.medium-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.medium-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-1>.column,
	.medium-up-1>.columns {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.medium-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-2>.column,
	.medium-up-2>.columns {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.medium-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-3>.column,
	.medium-up-3>.columns {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.medium-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-4>.column,
	.medium-up-4>.columns {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.medium-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-5>.column,
	.medium-up-5>.columns {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.medium-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-6>.column,
	.medium-up-6>.columns {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.medium-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-7>.column,
	.medium-up-7>.columns {
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%;
	}
	.medium-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-8>.column,
	.medium-up-8>.columns {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media screen and (min-width: 48.75em) and (min-width: 48.75em) {
	.medium-expand {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

.row.medium-unstack .column,
.row.medium-unstack .columns {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media screen and (min-width: 48.75em) {
	.row.medium-unstack .column,
	.row.medium-unstack .columns {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

@media screen and (min-width: 48.75em) {
	.medium-collapse>.column,
	.medium-collapse>.columns {
		padding-left: 0;
		padding-right: 0;
	}
	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media screen and (min-width: 64em) {
	.large-1 {
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%;
	}
	.large-offset-0 {
		margin-left: 0%;
	}
	.large-2 {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.large-offset-1 {
		margin-left: 6.25%;
	}
	.large-3 {
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%;
	}
	.large-offset-2 {
		margin-left: 12.5%;
	}
	.large-4 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.large-offset-3 {
		margin-left: 18.75%;
	}
	.large-5 {
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%;
	}
	.large-offset-4 {
		margin-left: 25%;
	}
	.large-6 {
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
	.large-offset-5 {
		margin-left: 31.25%;
	}
	.large-7 {
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%;
	}
	.large-offset-6 {
		margin-left: 37.5%;
	}
	.large-8 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.large-offset-7 {
		margin-left: 43.75%;
	}
	.large-9 {
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%;
	}
	.large-offset-8 {
		margin-left: 50%;
	}
	.large-10 {
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%;
	}
	.large-offset-9 {
		margin-left: 56.25%;
	}
	.large-11 {
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%;
	}
	.large-offset-10 {
		margin-left: 62.5%;
	}
	.large-12 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.large-offset-11 {
		margin-left: 68.75%;
	}
	.large-13 {
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%;
	}
	.large-offset-12 {
		margin-left: 75%;
	}
	.large-14 {
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	.large-offset-13 {
		margin-left: 81.25%;
	}
	.large-15 {
		-ms-flex: 0 0 93.75%;
		flex: 0 0 93.75%;
		max-width: 93.75%;
	}
	.large-offset-14 {
		margin-left: 87.5%;
	}
	.large-16 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.large-offset-15 {
		margin-left: 93.75%;
	}
	.large-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.large-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.large-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.large-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.large-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.large-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.large-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-1>.column,
	.large-up-1>.columns {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.large-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-2>.column,
	.large-up-2>.columns {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.large-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-3>.column,
	.large-up-3>.columns {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.large-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-4>.column,
	.large-up-4>.columns {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.large-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-5>.column,
	.large-up-5>.columns {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.large-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-6>.column,
	.large-up-6>.columns {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.large-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-7>.column,
	.large-up-7>.columns {
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%;
	}
	.large-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-8>.column,
	.large-up-8>.columns {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media screen and (min-width: 64em) and (min-width: 64em) {
	.large-expand {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

.row.large-unstack .column,
.row.large-unstack .columns {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media screen and (min-width: 64em) {
	.row.large-unstack .column,
	.row.large-unstack .columns {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

@media screen and (min-width: 64em) {
	.large-collapse>.column,
	.large-collapse>.columns {
		padding-left: 0;
		padding-right: 0;
	}
	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media screen and (min-width: 75em) {
	.xlarge-1 {
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%;
	}
	.xlarge-offset-0 {
		margin-left: 0%;
	}
	.xlarge-2 {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.xlarge-offset-1 {
		margin-left: 6.25%;
	}
	.xlarge-3 {
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%;
	}
	.xlarge-offset-2 {
		margin-left: 12.5%;
	}
	.xlarge-4 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.xlarge-offset-3 {
		margin-left: 18.75%;
	}
	.xlarge-5 {
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%;
	}
	.xlarge-offset-4 {
		margin-left: 25%;
	}
	.xlarge-6 {
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
	.xlarge-offset-5 {
		margin-left: 31.25%;
	}
	.xlarge-7 {
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%;
	}
	.xlarge-offset-6 {
		margin-left: 37.5%;
	}
	.xlarge-8 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.xlarge-offset-7 {
		margin-left: 43.75%;
	}
	.xlarge-9 {
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%;
	}
	.xlarge-offset-8 {
		margin-left: 50%;
	}
	.xlarge-10 {
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%;
	}
	.xlarge-offset-9 {
		margin-left: 56.25%;
	}
	.xlarge-11 {
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%;
	}
	.xlarge-offset-10 {
		margin-left: 62.5%;
	}
	.xlarge-12 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.xlarge-offset-11 {
		margin-left: 68.75%;
	}
	.xlarge-13 {
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%;
	}
	.xlarge-offset-12 {
		margin-left: 75%;
	}
	.xlarge-14 {
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	.xlarge-offset-13 {
		margin-left: 81.25%;
	}
	.xlarge-15 {
		-ms-flex: 0 0 93.75%;
		flex: 0 0 93.75%;
		max-width: 93.75%;
	}
	.xlarge-offset-14 {
		margin-left: 87.5%;
	}
	.xlarge-16 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.xlarge-offset-15 {
		margin-left: 93.75%;
	}
	.xlarge-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.xlarge-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.xlarge-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.xlarge-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.xlarge-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.xlarge-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.xlarge-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-1>.column,
	.xlarge-up-1>.columns {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.xlarge-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-2>.column,
	.xlarge-up-2>.columns {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.xlarge-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-3>.column,
	.xlarge-up-3>.columns {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.xlarge-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-4>.column,
	.xlarge-up-4>.columns {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.xlarge-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-5>.column,
	.xlarge-up-5>.columns {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.xlarge-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-6>.column,
	.xlarge-up-6>.columns {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.xlarge-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-7>.column,
	.xlarge-up-7>.columns {
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%;
	}
	.xlarge-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-8>.column,
	.xlarge-up-8>.columns {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media screen and (min-width: 75em) and (min-width: 75em) {
	.xlarge-expand {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

.row.xlarge-unstack .column,
.row.xlarge-unstack .columns {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media screen and (min-width: 75em) {
	.row.xlarge-unstack .column,
	.row.xlarge-unstack .columns {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

@media screen and (min-width: 75em) {
	.xlarge-collapse>.column,
	.xlarge-collapse>.columns {
		padding-left: 0;
		padding-right: 0;
	}
	.xlarge-uncollapse>.column,
	.xlarge-uncollapse>.columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

.shrink {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

.column.align-top,
.align-top.columns {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.column.align-bottom,
.align-bottom.columns {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.column.align-middle,
.align-middle.columns {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.column.align-stretch,
.align-stretch.columns {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

p {
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility;
}

em,
i {
	font-style: italic;
	line-height: inherit;
}

strong,
b {
	font-weight: bold;
	line-height: inherit;
}

small {
	font-size: 80%;
	line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #cacaca;
	line-height: 0;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.25rem;
}

h3 {
	font-size: 1.1875rem;
}

h4 {
	font-size: 1.125rem;
}

h5 {
	font-size: 1.0625rem;
}

h6 {
	font-size: 1rem;
}

@media screen and (min-width: 48.75em) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 1.9375rem;
	}
	h4 {
		font-size: 1.5625rem;
	}
	h5 {
		font-size: 1.25rem;
	}
	h6 {
		font-size: 1rem;
	}
}

a {
	color: #2199e8;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #1585cf;
}

a img {
	border: 0;
}

hr {
	max-width: 100rem;
	height: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
	margin: 1.25rem auto;
	clear: both;
}

ul,
ol,
dl {
	line-height: 1.6;
	margin-bottom: 1rem;
	list-style-position: outside;
}

li {
	font-size: inherit;
}

ul {
	list-style-type: disc;
	margin-left: 1.25rem;
}

ol {
	margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

dl {
	margin-bottom: 1rem;
}

dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold;
}

blockquote {
	margin: 0 0 1rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
	line-height: 1.6;
	color: #8a8a8a;
}

cite {
	display: block;
	font-size: 0.8125rem;
	color: #8a8a8a;
}

cite:before {
	content: '\2014 \0020';
}

abbr {
	color: #0a0a0a;
	cursor: help;
	border-bottom: 1px dotted #0a0a0a;
}

code {
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a;
	background-color: #e6e6e6;
	border: 1px solid #cacaca;
	padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
	padding: 0.125rem 0.25rem 0;
	margin: 0;
	background-color: #e6e6e6;
	color: #0a0a0a;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a;
}

.lead {
	font-size: 125%;
	line-height: 1.6;
}

.stat {
	font-size: 2.5rem;
	line-height: 1;
}

p+.stat {
	margin-top: -1rem;
}

.no-bullet {
	margin-left: 0;
	list-style: none;
}

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

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

@media screen and (min-width: 48.75em) {
	.medium-text-left {
		text-align: left;
	}
	.medium-text-right {
		text-align: right;
	}
	.medium-text-center {
		text-align: center;
	}
	.medium-text-justify {
		text-align: justify;
	}
}

@media screen and (min-width: 64em) {
	.large-text-left {
		text-align: left;
	}
	.large-text-right {
		text-align: right;
	}
	.large-text-center {
		text-align: center;
	}
	.large-text-justify {
		text-align: justify;
	}
}

@media screen and (min-width: 75em) {
	.xlarge-text-left {
		text-align: left;
	}
	.xlarge-text-right {
		text-align: right;
	}
	.xlarge-text-center {
		text-align: center;
	}
	.xlarge-text-justify {
		text-align: justify;
	}
}

.show-for-print {
	display: none !important;
}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	.show-for-print {
		display: block !important;
	}
	.hide-for-print {
		display: none !important;
	}
	table.show-for-print {
		display: table !important;
	}
	thead.show-for-print {
		display: table-header-group !important;
	}
	tbody.show-for-print {
		display: table-row-group !important;
	}
	tr.show-for-print {
		display: table-row !important;
	}
	td.show-for-print {
		display: table-cell !important;
	}
	th.show-for-print {
		display: table-cell !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	pre,
	blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

@media screen and (max-width: 48.6875em) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0em),
screen and (min-width: 48.75em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media screen and (min-width: 48.75em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 48.6875em) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 48.75em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 48.6875em),
screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important;
	}
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important;
	}
}

@media screen and (min-width: 75em) {
	.hide-for-xlarge {
		display: none !important;
	}
}

@media screen and (max-width: 74.9375em) {
	.show-for-xlarge {
		display: none !important;
	}
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
	.hide-for-xlarge-only {
		display: none !important;
	}
}

@media screen and (max-width: 74.9375em),
screen and (min-width: 90em) {
	.show-for-xlarge-only {
		display: none !important;
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
	display: block !important;
}

@media screen and (orientation: landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: block !important;
	}
}

@media screen and (orientation: portrait) {
	.show-for-landscape,
	.hide-for-portrait {
		display: none !important;
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important;
}

@media screen and (orientation: landscape) {
	.hide-for-landscape,
	.show-for-portrait {
		display: none !important;
	}
}

@media screen and (orientation: portrait) {
	.hide-for-landscape,
	.show-for-portrait {
		display: block !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix::before,
.clearfix::after {
	content: ' ';
	display: table;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

.clearfix::after {
	clear: both;
}

.align-right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center {
	-ms-flex-pack: center;
	justify-content: center;
}

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

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

.align-top {
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-self-top {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.align-bottom {
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-self-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.align-middle {
	-ms-flex-align: center;
	align-items: center;
}

.align-self-middle {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.align-stretch {
	-ms-flex-align: stretch;
	align-items: stretch;
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.small-order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.small-order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.small-order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.small-order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.small-order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.small-order-6 {
	-ms-flex-order: 6;
	order: 6;
}

@media screen and (min-width: 48.75em) {
	.medium-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.medium-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.medium-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.medium-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.medium-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.medium-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}
}

@media screen and (min-width: 64em) {
	.large-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.large-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.large-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.large-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.large-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.large-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}
}

@media screen and (min-width: 75em) {
	.xlarge-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.xlarge-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.xlarge-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.xlarge-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.xlarge-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.xlarge-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

#wpadminbar {
	position: fixed !important;
}

body,
html,
#app {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	color: #2b222d;
	font-family: 'AvenirLT-Roman';
}

@media screen and (min-width: 48.75em) {
	#logo.notification-bar-true,
	#burger.notification-bar-true {
		top: 200px !important;
	}
}

#logo.nav-open a {
	left: 0px;
}

@media screen and (min-width: 48.75em) {
	#logo.nav-open.notification-bar-true {
		top: 60px !important;
	}
}

@media screen and (min-width: 48.75em) {
	#burger.close-x.notification-bar-true {
		top: 60px !important;
	}
}

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;
}

#logo {
	width: 78px;
	height: 27px;
	position: absolute;
	top: 30px;
	left: 9.0625vw;
	z-index: 9999;
	color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: left 100ms;
}

@media only screen and (min-width: 480px) {
	#logo {
		left: 8.25vw;
		top: 30px;
	}
}

@media only screen and (min-width: 768px) {
	#logo {
		top: 58px;
		width: 120px;
		height: 43px;
	}
}

@media only screen and (min-width: 1024px) {
	#logo {
		top: 50px;
		width: 150px;
		height: 52px;
	}
}

@media only screen and (min-width: 1600px) {
	#logo {
		left: 100px !important;
	}
}

.page-template-page_home #logo {
	left: 5.5vw !important;
}

@media only screen and (min-width: 1600px) {
	.page-template-page_home #logo {
		left: 100px !important;
	}
}

#logo.nav-open {
	position: fixed;
}

#logo.white-logo a:before {
	opacity: 1;
}

#logo.black-logo a:after {
	opacity: 1;
}

#logo a {
	position: relative;
	left: 0px;
	display: block;
	height: 100%;
	color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: left 250ms;
}

#logo a:before,
#logo a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 78px;
	height: 27px;
	background-size: 78px 27px;
	background-position: center center;
	transition: opacity 250ms;
	opacity: 0;
}

@media only screen and (min-width: 768px) {
	#logo a:before,
	#logo a:after {
		width: 120px;
		height: 43px;
		background-size: 120px 43px;
	}
}

@media only screen and (min-width: 1024px) {
	#logo a:before,
	#logo a:after {
		width: 150px;
		height: 52px;
		background-size: 150px 52px;
	}
}

#logo a:before {
	background-image: url("/wp-content/themes/nycpride/library/img/nyc-pride-logo-white-2.svg");
}

#logo a:after {
	background-image: url("/wp-content/themes/nycpride/library/img/nyc-pride-logo-black-2.svg");
}

.error404 #logo a:before,
.page-template-page_media #logo a:before,
.page-template-page_about #logo a:before,
.page-template-page_events #logo a:before,
.page-template-page_sponsors #logo a:before {
	opacity: 0;
}

.error404 #logo a:after,
.page-template-page_media #logo a:after,
.page-template-page_about #logo a:after,
.page-template-page_events #logo a:after,
.page-template-page_sponsors #logo a:after {
	opacity: 1;
}

.page-template-page_volunteer #logo a:before,
.page-template-page_donate #logo a:before,
.page-template-page_contact #logo a:before,
.page-template-page_form #logo a:before,
.page-template-page_general #logo a:before,
.page-template-page_home #logo a:before {
	opacity: 1;
}

.page-template-page_volunteer #logo a:after,
.page-template-page_donate #logo a:after,
.page-template-page_contact #logo a:after,
.page-template-page_form #logo a:after,
.page-template-page_general #logo a:after,
.page-template-page_home #logo a:after {
	opacity: 0;
}

.dark #logo a:before {
	opacity: 1;
}

.dark #logo a:after {
	opacity: 0;
}

.force-light #logo a:before {
	opacity: 1 !important;
}

.force-light #logo a:after {
	opacity: 0 !important;
}

.force-dark #logo a:before {
	opacity: 1;
}

.force-dark #logo a:after {
	opacity: 0;
}

.headline {
	font-family: "Alright Sans Ultra";
	font-style: normal;
	font-weight: 400;
	font-size: 38px;
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 11px;
	color: #504B50;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	transition: opacity 200ms;
	transition: transform 300ms;
}

@media screen and (min-width: 48.75em) {
	.headline {
		line-height: 47px;
	}
}

.not_ie .headline {
	background: -webkit-linear-gradient(45deg, #393639 9%, #787177 42%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media screen and (min-width: 31.25em) {
	.headline {
		margin-bottom: 37px;
	}
}

@media screen and (min-width: 44.75em) {
	.headline {
		font-size: 5.3125vw;
		line-height: 4.875vw;
	}
}

@media screen and (min-width: 100em) {
	.headline {
		font-size: 85px;
		line-height: 78px;
	}
}

@media screen and (max-width: 48.6875em) {
	.headline br {
		display: none;
	}
}

.sub-headline-cont {
	margin-bottom: 23px;
	transition: opacity 200ms;
	transition: transform 300ms;
	opacity: 1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

@media screen and (min-width: 48.75em) {
	.sub-headline-cont {
		margin-bottom: 67px;
	}
}

.sub-headline-cont .sub-headline {
	position: relative;
	margin: 0;
	padding-left: 20px;
	font-family: 'AvenirLT-Roman';
	color: #191919;
	font-size: 0.875em;
	line-height: 21px;
}

@media screen and (min-width: 48.75em) {
	.sub-headline-cont .sub-headline {
		font-size: 1.25em;
		line-height: 28px;
	}
}

@media screen and (min-width: 64em) {
	.sub-headline-cont .sub-headline {
		border-left: none;
	}
}

.sub-headline-cont .sub-headline:before {
	content: '';
	position: absolute;
	height: 120%;
	top: -10%;
	left: 0px;
	bottom: 0px;
	border-left: 4px solid #000;
	color: #191919;
}

.is_ie10 .sub-headline-cont .sub-headline,
.is_ie11 .sub-headline-cont .sub-headline {
	-webkit-text-fill-color: color !important;
}

.sub-headline-cont .sub-headline p {
	margin-bottom: 0px;
}

.top-of-page {
	width: 61px;
	height: 61px;
	background-image: url("/wp-content/themes/nycpride/library/img/arrow-up-white.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 23px 20px;
	background-color: #000;
	border-radius: 50%;
	position: relative;
	left: 50%;
	margin-left: -30px;
	transition: box-shadow 300ms;
	box-shadow: 0px 0px 0px 0px #000;
}

.no-touchevents .top-of-page:hover {
	box-shadow: 0px 0px 0px 4px #000;
}

#sponsors-bar {
	position: relative;
}

#sponsors-bar .row.row {
	margin: 0;
	max-width: 100%;
}

@media screen and (min-width: 48.75em) {
	#sponsors-bar .presenting-sponsor+.sponsors {
		padding-left: 4vw;
	}
}

#sponsors-bar .presenting-sponsor {
	position: relative;
	padding-right: 20px;
	margin-bottom: 30px;
}

@media screen and (min-width: 48.75em) {
	#sponsors-bar .presenting-sponsor {
		border-right: 2px solid #d0bbc5;
		margin-bottom: 0px;
	}
}

#sponsors-bar .presenting-sponsor:after {
	content: '';
	position: absolute;
	left: 10px;
	bottom: 0px;
	background-color: #acacac;
	width: 60px;
	height: 1px;
	display: block;
}

@media screen and (min-width: 48.75em) {
	#sponsors-bar .presenting-sponsor:after {
		display: none;
	}
}

#sponsors-bar .presenting-sponsor>ul {
	padding-bottom: 20px;
}

@media screen and (min-width: 48.75em) {
	#sponsors-bar .presenting-sponsor>ul {
		padding-bottom: 0px;
	}
}

#sponsors-bar .sponsors {
	position: relative;
	padding-right: 0;
}

#sponsors-bar .sponsors ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sponsors-bar .sponsors ul li {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#sponsors-bar .sponsors a.special-btn {
	position: absolute;
	top: -10px;
	right: 0;
	padding: 8px 25px 5px 13px;
	background-color: transparent;
}

#sponsors-bar .sponsors a.special-btn span {
	position: relative;
	font-size: 0.7em;
	font-family: 'AvenirLT-Black';
	color: #191919;
}

#sponsors-bar .sponsors a.special-btn span:after {
	width: 10px;
	height: 8px;
	background-image: url("/wp-content/themes/nycpride/library/img/arrow-right-black.svg");
}

#sponsors-bar h2 {
	font-size: 0.8125em;
	font-size: 0.7em;
	font-family: 'AvenirLT-Black';
	color: #343434;
}

#sponsors-bar ul {
	margin-bottom: 0px;
}

@media screen and (min-width: 48.75em) {
	#sponsors-bar ul {
		height: 50px;
	}
}

#sponsors-bar ul li {
	display: inline-block;
	margin: 15px 0;
}

@media screen and (min-width: 48.75em) {
	#sponsors-bar ul li {
		margin: 0;
	}
}

#sponsors-bar ul li img {
	width: auto;
	max-height: 50px;
}

@media screen and (min-width: 48.75em) {
	#sponsors-bar ul li img {
		max-width: 12vw;
	}
}

#sponsors-bar .btn {
	display: none;
}

@media screen and (min-width: 48.75em) {
	#sponsors-bar .btn {
		text-align: center;
		display: inline-block;
	}
}

@media only screen and (min-width: 1200px) {
	#sponsors-bar .btn {
		text-align: inherit;
	}
}

a.special-btn {
	display: inline-block;
	border-radius: 3px;
	padding: 8px 37px 8px 13px;
	text-align: center;
	color: #fff;
}

.no-touchevents a.special-btn:hover span:after {
	right: -26px;
}

a.special-btn span {
	position: relative;
	display: inline-block;
	font-family: 'AvenirLT-Black';
	letter-spacing: 1px;
	white-space: nowrap;
	color: #fff;
	font-size: .75em;
}

a.special-btn span:after {
	content: '';
	position: absolute;
	top: 3px;
	right: -23px;
	width: 14px;
	height: 10px;
	background-position: center center;
	background-image: url("/wp-content/themes/nycpride/library/img/arrow-right-white.svg");
	background-repeat: no-repeat;
	background-size: cover;
	transition: right 200ms;
}

body.nav-is-open #logo.event-update-true a {
	left: 0px;
}

.shape-one,
.shape-two,
.shape-three {
	display: none;
	pointer-events: none;
}

@media screen and (min-width: 48.75em) {
	#burger:hover span:nth-child(1) {
		-ms-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	#burger:hover span:nth-child(4) {
		-ms-transform: translateY(4px);
		transform: translateY(4px);
	}
	#burger:hover.close-x span:nth-child(1) {
		-ms-transform: rotate(-90deg) translateX(-11px);
		transform: rotate(-90deg) translateX(-11px);
		opacity: 0;
	}
	#burger:hover.close-x span:nth-child(2) {
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 1;
	}
	#burger:hover.close-x span:nth-child(3) {
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 1;
	}
	#burger:hover.close-x span:nth-child(4) {
		-ms-transform: translateY(-11px);
		transform: translateY(-11px);
		opacity: 0;
	}
}

#burger {
	position: absolute;
	top: 33px;
	right: 37px;
	width: 25px;
	height: 28px;
	cursor: pointer;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	#burger {
		top: 64px;
		right: 80px;
		width: 50px;
		height: 28px;
	}
}

.page-template-page_donate #burger span,
.page-template-page_volunteer #burger span,
.page-template-page_contact #burger span,
.page-template-page_form #burger span,
.page-template-page_general #burger span {
	background-color: #fff;
}

#burger.white span {
	background-color: #fff;
}

#burger.close-x {
	position: fixed;
}

#burger.close-x span:nth-child(1) {
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
}

#burger.close-x span:nth-child(2) {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#burger.close-x span:nth-child(3) {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#burger.close-x span:nth-child(4) {
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
}

#burger span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
	margin-bottom: 5px;
	transition-property: transform, opacity background-color;
	transition-duration: 300ms, 300ms, 200ms;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 48.75em) {
	#burger span {
		height: 4px;
		margin-bottom: 6px;
	}
}

#burger span:nth-child(2) {
	margin-bottom: 0;
	position: absolute;
	top: 8px;
}

@media screen and (min-width: 48.75em) {
	#burger span:nth-child(2) {
		top: 10px;
	}
}

#burger span:last-child {
	margin-bottom: 0;
}

#global-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 9998;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 70px;
	padding-bottom: 30px;
	transition-property: opacity, visibility;
	transition-duration: 300ms, 0ms;
	transition-delay: 0ms, 300ms;
	background: #6c2d62;
	background-color: #d392cb;
	background-image: linear-gradient(to bottom, #d392cb 0%, #6c2d62 100%);
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-ms-overflow-style: none;
	padding-left: calc(3.4vw);
	padding-right: calc(3.4vw);
}

@media screen and (min-width: 48em) {
	#global-nav {
		padding-top: 130px;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 64.0625em) {
	#global-nav {
		padding-top: 0px;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media only screen and (max-height: 880px) and (min-width: 1024px) {
	#global-nav {
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 140px;
	}
}

#global-nav.open {
	opacity: 1;
	visibility: visible;
	transition-delay: 0ms, 0ms;
	overflow: scroll;
}

@media screen and (min-width: 48.75em) {
	#global-nav.open {
		overflow: hidden;
	}
}

#global-nav .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/nav-bg-theme/nav-top.svg");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

@media screen and (min-width: 48.75em) {
	#global-nav .shape-one {
		width: calc(50vw - -20px);
	}
}

#global-nav .shape-two {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 100vh;
	width: 50vw;
	background-image: url("/wp-content/themes/nycpride/library/img/nav-bg-theme/nav-right.svg");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

@media screen and (min-width: 48.75em) {
	#global-nav .shape-two {
		width: 50vw;
	}
}

#global-nav #nav-items {
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width: 64em) {
	#global-nav #nav-items {
		margin: 0px auto;
	}
}

#global-nav #nav-items h2 {
	font-size: 0.8125em;
	font-family: 'AvenirLT-Black';
	color: #191919;
	text-transform: uppercase;
}

#global-nav #nav-items ul {
	list-style: none;
	margin: 0;
}

@media screen and (min-width: 48em) {
	#global-nav #nav-items #menu-global-nav.first-nav {
		padding: 0;
		columns: 2;
	}
}

#global-nav #nav-items #menu-global-nav li {
	padding: 5px 0;
}

@media screen and (min-width: 48em) {
	#global-nav #nav-items #menu-global-nav li {
		padding: 0;
	}
}

#global-nav #nav-items #menu-global-nav li a {
	font-family: "Alright Sans";
	font-style: normal;
	font-weight: 700;
	font-size: 0.6875em;
	color: #ffd076;
	text-transform: uppercase;
	padding-top: 2px;
	background: -webkit-linear-gradient(left, #ffd076, #ffd076 50%, #ffffff 51%, #ffffff);
	background-position: 200%;
	background-size: 202% 100%;
	transition: all .3s ease-in-out;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media screen and (min-width: 48em) {
	#global-nav #nav-items #menu-global-nav li a {
		font-family: 'LeituraDisplay-Roman';
		font-size: 2.1875em;
		text-transform: none;
		font-weight: 500;
	}
}

@media screen and (min-width: 69.5em) {
	#global-nav #nav-items #menu-global-nav li a {
		font-size: 2.5em;
	}
}

@media screen and (min-width: 84.375em) {
	#global-nav #nav-items #menu-global-nav li a {
		font-size: 2.8125em;
	}
}

#global-nav #nav-items #menu-global-nav li a::-moz-selection {
	background-color: transparent;
}

#global-nav #nav-items #menu-global-nav li a::selection {
	background-color: transparent;
}

.no-touchevents #global-nav #nav-items #menu-global-nav li a:hover {
	color: #ffffff;
	background-position: 100%;
}

#global-nav #nav-items #menu-global-nav li ul.sub-menu {
	margin: 5px 0;
	border-left: 2px solid #f3d5ef;
}

@media screen and (min-width: 48em) {
	#global-nav #nav-items #menu-global-nav li ul.sub-menu {
		display: none;
	}
}

#global-nav #nav-items #menu-global-nav li ul.sub-menu li {
	padding: 0px 0px 0px 15px;
}

#global-nav #nav-items #menu-global-nav li ul.sub-menu li a {
	-webkit-text-fill-color: #f3d5ef;
	font-size: 0.6875em;
	color: #f3d5ef;
}

@media screen and (min-width: 48em) {
	#global-nav #nav-items #menu-global-nav li ul.sub-menu li a {
		-webkit-text-fill-color: transparent;
	}
}

#global-nav #nav-items #right-column {
	margin-top: 20px;
}

@media screen and (min-width: 64em) {
	#global-nav #nav-items #right-column {
		margin-top: 0;
		background-color: rgba(185, 127, 177, 0.458824);
	}
}

#global-nav #nav-items #right-column hr.hide-mobile {
	display: none;
}

@media screen and (min-width: 64em) {
	#global-nav #nav-items #right-column hr.hide-mobile {
		display: block;
	}
}

#global-nav #nav-items #right-column hr.show-mobile {
	display: block;
}

@media screen and (min-width: 64em) {
	#global-nav #nav-items #right-column hr.show-mobile {
		display: none;
	}
}

@media screen and (max-width: 63.9375em) {
	#global-nav #nav-items #right-column .desktop-follow {
		display: none;
	}
}

#global-nav #nav-items #right-column .mobile-follow {
	display: inline-block;
}

@media screen and (min-width: 64em) {
	#global-nav #nav-items #right-column .mobile-follow {
		display: none;
	}
}

#global-nav #nav-items #right-column .menu-social-container {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-left: 5px;
}

@media screen and (min-width: 23.75em) {
	#global-nav #nav-items #right-column .menu-social-container {
		margin-left: 20px;
	}
}

@media screen and (min-width: 64em) {
	#global-nav #nav-items #right-column .menu-social-container {
		margin-left: 0px;
		top: 0px;
	}
}

#global-nav #nav-items #right-column h2 {
	font-size: 0.75em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
}

@media screen and (min-width: 48.75em) {
	#global-nav #nav-items #right-column h2 {
		font-size: 0.875em;
	}
}

#global-nav #nav-items #right-column span {
	display: block;
	font-family: 'AvenirLT-Medium';
	font-size: 0.75em;
	color: #fff;
}

@media screen and (min-width: 48.75em) {
	#global-nav #nav-items #right-column span {
		font-size: 0.8125em;
	}
}

@media screen and (min-width: 64em) {
	#global-nav #nav-items #right-column span {
		font-size: 0.875em;
	}
}

#global-nav #nav-items #right-column #social-container {
	padding: 11px 0 11px 0;
}

@media screen and (min-width: 64em) {
	#global-nav #nav-items #right-column #social-container {
		padding: 25px 23px 11px 23px;
	}
}

@media screen and (max-width: 63.9375em) {
	#global-nav #nav-items #right-column #social-container .social-links {
		display: inline-block;
	}
}

#global-nav #nav-items #right-column #social-container ul li {
	padding: 0px 5px;
}

#global-nav #nav-items #right-column #social-container ul li:first-child {
	padding-left: 0;
}

@media screen and (min-width: 23.75em) {
	#global-nav #nav-items #right-column #social-container ul li {
		padding: 0px 10px;
	}
}

#global-nav #nav-items #right-column #social-container ul li.facebook-button a {
	height: 17px;
	width: 17px;
	background-image: url("/wp-content/themes/nycpride/library/img/social/facebook.svg");
}

.no-touchevents #global-nav #nav-items #right-column #social-container ul li.facebook-button a:hover {
	background-image: url("/wp-content/themes/nycpride/library/img/social/facebook-hover.svg");
}

#global-nav #nav-items #right-column #social-container ul li.twitter-button a {
	height: 17px;
	width: 17px;
	background-image: url("/wp-content/themes/nycpride/library/img/social/twitter.svg");
}

.no-touchevents #global-nav #nav-items #right-column #social-container ul li.twitter-button a:hover {
	background-image: url("/wp-content/themes/nycpride/library/img/social/twitter-hover.svg");
}

#global-nav #nav-items #right-column #social-container ul li.instagram-button a {
	height: 18px;
	width: 18px;
	background-image: url("/wp-content/themes/nycpride/library/img/social/insta.svg");
}

.no-touchevents #global-nav #nav-items #right-column #social-container ul li.instagram-button a:hover {
	background-image: url("/wp-content/themes/nycpride/library/img/social/insta-hover.svg");
}

@media screen and (min-width: 64em) {
	#global-nav #nav-items #right-column #social-container ul li.calendar-button {
		display: none !important;
	}
}

#global-nav #nav-items #right-column #social-container ul li.calendar-button a {
	height: 17px;
	width: 17px;
	background-image: url("/wp-content/themes/nycpride/library/img/social/calendar.svg");
}

#global-nav #nav-items #right-column #social-container ul li a {
	position: relative;
	display: inline-block;
	height: 17px;
	width: 10px;
	overflow: hidden;
	text-indent: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 6px;
	transition: all 300ms;
}

#global-nav #nav-items #right-column #signup-container,
#global-nav #nav-items #right-column #support {
	padding: 16px 0 10px 0;
	width: calc(50% - 30px);
	float: left;
	display: inline-block;
}

@media screen and (min-width: 64em) {
	#global-nav #nav-items #right-column #signup-container,
	#global-nav #nav-items #right-column #support {
		width: 100%;
		padding: 16px 0 22px 0;
	}
}

#global-nav #nav-items #right-column #support {
	display: none;
}

@media screen and (min-width: 42.5em) {
	#global-nav #nav-items #right-column #support {
		display: inline-block;
	}
}

#global-nav #nav-items #right-column #middle {
	display: none;
	float: left;
	position: relative;
	width: 60px;
	height: 140px;
	top: 50%;
	margin-top: 20px;
}

@media screen and (min-width: 42.5em) {
	#global-nav #nav-items #right-column #middle {
		display: inline-block;
	}
}

@media screen and (min-width: 64em) {
	#global-nav #nav-items #right-column #middle {
		display: none;
	}
}

#global-nav #nav-items #right-column #middle:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #b680af;
	left: 50%;
	margin-left: -1px;
}

#global-nav #nav-items #right-column #signup-container {
	padding: 16px 0 22px 0;
	width: calc(100%);
}

@media screen and (min-width: 42.5em) {
	#global-nav #nav-items #right-column #signup-container {
		width: calc(50% - 30px);
	}
}

@media screen and (min-width: 64em) {
	#global-nav #nav-items #right-column #signup-container {
		padding: 30px 23px 30px 23px;
		width: calc(100%);
	}
}

#global-nav #nav-items #right-column #signup-container form {
	margin-top: 10px;
	max-width: 340px;
	width: 100%;
	overflow: auto;
}

#global-nav #nav-items #right-column #signup-container form input {
	height: 40px;
	float: left;
	color: #fff;
	background-color: transparent;
	box-shadow: none;
	border: 2px solid #ffffff;
	border-radius: 0;
}

#global-nav #nav-items #right-column #signup-container form input::-webkit-input-placeholder {
	color: #fff;
}

#global-nav #nav-items #right-column #signup-container form input::-moz-placeholder {
	color: #fff;
}

#global-nav #nav-items #right-column #signup-container form input:-moz-placeholder {
	color: #fff;
}

#global-nav #nav-items #right-column #signup-container form input:-ms-input-placeholder {
	color: #fff;
}

#global-nav #nav-items #right-column #signup-container form input[type=email] {
	font-family: 'AvenirLT-Roman';
	font-size: 0.875em;
	width: calc(100% - 100px);
	line-height: 40px;
	padding-left: 13px;
}

#global-nav #nav-items #right-column #signup-container form input[type=submit] {
	position: relative;
	left: -1px;
	max-width: 100px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font-size: 0.6875em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
}

#global-nav #nav-items #right-column #signup-container form:focus {
	border: 0;
}

#global-nav #nav-items #right-column #support {
	padding: 16px 0 22px 0;
}

@media screen and (min-width: 64em) {
	#global-nav #nav-items #right-column #support {
		padding: 30px 23px 30px 23px;
	}
}

#global-nav #nav-items #right-column #support .btn {
	display: inline-block;
	width: calc(50% - 3px);
	padding: 12px 28px 8px 28px;
	margin-top: 10px;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-size: 0.6875em;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#global-nav #nav-items #right-column #support .btn.shop {
	float: left;
}

#global-nav #nav-items #right-column #support .btn.donate {
	float: right;
}

#global-nav #nav-items #right-column #volunteer-container {
	padding: 15px 0;
	display: none;
}

@media screen and (min-width: 64em) {
	#global-nav #nav-items #right-column #volunteer-container {
		padding: 20px 23px;
		display: block;
	}
}

#global-nav #nav-items #right-column #volunteer-container a {
	display: inline-block;
	position: relative;
	font-size: 0.6875em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#global-nav #nav-items #right-column #volunteer-container a:after {
	content: '';
	position: absolute;
	right: -24px;
	top: 50%;
	display: block;
	width: 13px;
	height: 10px;
	margin-top: -7px;
	background-image: url("/wp-content/themes/nycpride/library/img/arrow-right-white.svg");
	background-size: 14px 10px;
	background-position: center center;
}

#global-nav #nav-items hr {
	display: block;
	max-width: 100%;
	border-bottom: 1px solid #b680af !important;
	margin: 0;
}

#global-nav #menu-featured-link {
	padding: 0 50px;
}

@media screen and (min-width: 48.75em) {
	#global-nav #menu-featured-link {
		padding: 0;
	}
}

#global-nav #signup-form {
	display: none;
}

@media screen and (min-width: 48.75em) {
	#global-nav #signup-form {
		display: block;
	}
}

#global-nav #sponsors-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media screen and (min-width: 48.75em) {
	#global-nav #sponsors-container {
		margin-top: 0px;
	}
}

@media screen and (min-width: 64em) {
	#global-nav #sponsors-container {
		margin-top: -139px;
	}
}

#global-nav #sponsors-container .sponsors a.special-btn span {
	font-size: 0.8125em;
	text-transform: uppercase;
}

#global-nav #menu-sponsor-ajax {
	margin-top: 20px;
	margin-bottom: 20px;
}

#global-nav #sponsors-bar h2 {
	color: #fff;
}

#global-nav #sponsors-bar .special-btn {
	padding-right: 0 !important;
}

#global-nav #sponsors-bar .special-btn span {
	color: #fff !important;
	font-size: 11px !important;
}

#global-nav #sponsors-bar .special-btn span:after {
	background-image: none;
}

@media only screen and (min-width: 1500px) {
	#global-nav #sponsors-bar .btn {
		text-align: inherit;
	}
}

@media screen and (min-width: 48.75em) {
	#global-nav #sponsors-bar {
		display: -ms-flexbox;
		display: flex;
	}
}

#global-nav #legal {
	overflow: auto;
	opacity: 0.8;
}

@media screen and (min-width: 64em) {
	#global-nav #legal {
		margin-top: 20px;
		margin-bottom: 0;
	}
}

#global-nav #legal p,
#global-nav #legal a {
	padding: 0;
	font-size: 8px;
	font-family: 'AvenirLT-Black';
	color: #caabc5;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#global-nav #legal p {
	display: inline-block;
	width: 100%;
	float: left;
	margin: 0;
}

#global-nav #legal .privacy-terms-cont {
	float: none;
	display: inline-block;
}

@media screen and (min-width: 63.75em) {
	#global-nav #legal .privacy-terms-cont {
		float: right;
	}
}

#global-nav #legal .privacy-terms-cont .mobile-only {
	display: inline-block;
	padding-left: 3px;
}

@media screen and (min-width: 63.75em) {
	#global-nav #legal .privacy-terms-cont .mobile-only {
		display: none;
	}
}

@media all and (orientation: landscape) and (max-width: 1000px) {
	#global-nav #menu-global-nav li a {
		font-size: 4vw;
	}
}

footer {
	color: #fff;
	padding-top: 26px;
}

@media screen and (min-width: 36.25em) {
	footer {
		padding-top: 37px;
	}
}

@media screen and (min-width: 64em) {
	footer .row:first-of-type {
		margin-bottom: 23px;
	}
}

footer h3 {
	font-family: "Alright Sans";
	font-style: normal;
	font-weight: 700;
	font-size: 0.75em;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #fff;
	margin-bottom: 3px;
}

@media screen and (min-width: 48em) {
	footer h3 {
		font-size: 0.8125em;
		line-height: 20px;
	}
}

@media screen and (min-width: 64em) {
	footer h3 {
		font-family: 'LeituraDisplay-Roman';
		font-weight: 400;
		font-size: 1.6875em;
		letter-spacing: .025em;
		line-height: 33px;
		text-transform: none;
	}
}

footer p {
	font-family: 'AvenirLT-Medium';
	font-size: 0.75em;
	letter-spacing: .01em;
	line-height: 18px;
	margin-bottom: 10px;
}

@media screen and (min-width: 48em) {
	footer p {
		font-size: 0.8125em;
		line-height: 20px;
	}
}

@media screen and (min-width: 64em) {
	footer p {
		font-size: 0.875em;
		line-height: 21px;
	}
}

@media only screen and (max-width: 1023px) and (min-width: 580px) {
	footer #social-column {
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%;
	}
}

@media screen and (min-width: 64em) {
	footer #social-column {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 90em) {
	footer #social-column {
		-ms-flex: 0 0 60.5%;
		flex: 0 0 60.5%;
		max-width: 60.5%;
	}
}

@media screen and (min-width: 64em) {
	footer #social {
		margin-right: 25px;
		width: calc(50% - 25px);
	}
}

@media screen and (min-width: 80em) {
	footer #social {
		margin: 0 auto 0 0;
		max-width: calc(40% - 25px);
	}
}

footer #social:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 36.25em) {
	footer #social:after {
		display: none;
	}
}

footer #social #menu-footer-social {
	list-style: none;
	margin: 0 0 7px 0;
	left: 0;
}

@media screen and (min-width: 48em) {
	footer #social #menu-footer-social {
		margin: 0;
	}
}

footer #social #menu-footer-social li {
	display: inline-block;
	height: 18px;
}

footer #social #menu-footer-social li a {
	height: 18px;
	width: 18px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	margin: 0 8px 0 0;
}

.no-touchevents footer #social #menu-footer-social li a:hover svg path,
.no-touchevents footer #social #menu-footer-social li a:hover svg circle {
	fill: #ffffff !important;
}

footer #social #menu-footer-social li a svg {
	width: 18px;
	height: 18px;
}

footer #social #menu-footer-social li a svg path,
footer #social #menu-footer-social li a svg circle {
	fill: #fed3c7;
	transition: fill 300ms;
}

footer #social .hashtags {
	margin-bottom: 22px;
}

footer #social .hashtags ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer #social .hashtags li {
	display: inline-block;
	min-width: 35%;
}

@media screen and (min-width: 48em) {
	footer #social .hashtags li {
		min-width: auto;
		margin-right: 5px;
	}
}

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 footer #social .hashtags li a:hover {
	color: #fff;
	background-position: 100%;
}

footer #newsletter {
	padding: 26px 0 0 0;
}

@media screen and (min-width: 48em) {
	footer #newsletter {
		padding: 5px 0 0 0;
	}
}

@media screen and (min-width: 64em) {
	footer #newsletter {
		margin: 0 25px 0 0;
		padding: 0;
		width: calc(50% - 25px);
	}
}

@media screen and (min-width: 80em) {
	footer #newsletter {
		margin: 0 auto 0 0;
		max-width: calc(40% - 25px);
	}
}

footer #newsletter:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 36.25em) {
	footer #newsletter:after {
		display: none;
	}
}

footer #newsletter label {
	display: block;
	font-family: 'AvenirLT-Black';
	font-size: 0.8125em;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fed3c7;
}

footer #newsletter form {
	max-width: 340px;
	width: 100%;
	overflow: auto;
	padding: 5px 0 29px 0;
}

@media screen and (min-width: 64em) {
	footer #newsletter form {
		padding: 5px 0 0 0;
	}
}

footer #newsletter form input {
	height: 40px;
	float: left;
	color: #fed3c7;
	background-color: transparent;
	box-shadow: none;
	border: 2px solid #fed3c7;
	border-radius: 0;
	padding-top: 4px;
}

footer #newsletter form input::-webkit-input-placeholder {
	color: #fed3c7;
}

footer #newsletter form input::-moz-placeholder {
	color: #fed3c7;
}

footer #newsletter form input:-moz-placeholder {
	color: #fed3c7;
}

footer #newsletter form input:-ms-input-placeholder {
	color: #fed3c7;
}

footer #newsletter form input[type=email] {
	font-family: 'AvenirLT-Roman';
	font-size: 0.75em;
	width: calc(100% - 100px);
	line-height: 18px;
	padding-left: 13px;
}

footer #newsletter form input[type=submit] {
	position: relative;
	left: -2px;
	max-width: 100px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font-family: "Alright Sans";
	font-style: normal;
	font-weight: 700;
	font-size: 0.6875em;
	text-transform: uppercase;
	line-height: 15px;
}

footer #newsletter form:focus {
	border: 0;
}

footer #newsletter textarea,
footer #newsletter input,
footer #newsletter button {
	outline: none;
}

@media only screen and (max-width: 1023px) and (min-width: 580px) {
	footer #logo-column {
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
}

@media screen and (min-width: 64em) {
	footer #logo-column {
		-ms-flex: 0 0 15.75%;
		flex: 0 0 15.75%;
		max-width: 15.75%;
		margin-left: 3%;
	}
}

@media screen and (min-width: 80em) {
	footer #logo-column {
		-ms-flex: 0 0 17%;
		flex: 0 0 17%;
		max-width: 17%;
		margin-left: 1.75%;
	}
}

@media screen and (min-width: 90em) {
	footer #logo-column {
		-ms-flex: 0 0 14.5%;
		flex: 0 0 14.5%;
		max-width: 14.5%;
		margin-left: 0;
	}
}

footer #logos {
	position: relative;
}

footer #logos ul {
	list-style: none;
	margin: 0;
	padding: 0;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 20px 0;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (min-width: 36.25em) {
	footer #logos ul {
		display: block;
		margin-right: 15%;
		padding: 0;
	}
}

@media screen and (min-width: 64em) {
	footer #logos ul {
		padding: 0 10% 0 20%;
		margin: 0;
	}
}

@media screen and (min-width: 64em) {
	footer #logos ul:before {
		content: '';
		display: block;
		width: 2px;
		height: 106%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.2);
	}
}

footer #logos ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 40%;
	position: relative;
	width: 40%;
}

@media screen and (min-width: 36.25em) {
	footer #logos ul li {
		display: block;
		-ms-flex: auto;
		flex: auto;
		margin: 0 0 20px auto;
		max-width: 55%;
		width: 55%;
	}
}

@media screen and (min-width: 64em) {
	footer #logos ul li {
		max-width: 100%;
		width: 85%;
	}
}

@media screen and (min-width: 80em) {
	footer #logos ul li {
		width: 55%;
	}
}

footer #logos ul li:first-child:after {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -25%;
	background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 36.25em) {
	footer #logos ul li:first-child:after {
		display: none;
	}
}

footer #logos ul li a {
	position: relative;
	width: 100%;
	height: 0;
	-ms-flex-item-align: center;
	align-self: center;
	display: -ms-flexbox;
	display: flex;
	max-width: 140px;
	padding: 5px 0;
}

footer #logos ul li a#pride-logo-footer {
	padding-bottom: 43.66161%;
}

footer #logos ul li a#stonewall-logo-footer {
	padding-bottom: 81.45815%;
}

footer #logos ul li a svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

footer #footer-pages {
	position: relative;
}

footer #footer-pages:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 36.25em) {
	footer #footer-pages:before {
		display: none;
	}
}

footer #footer-pages:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 36.25em) {
	footer #footer-pages:after {
		display: none;
	}
}

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 footer #footer-pages .columns>ul>li>a:hover {
	color: #fff;
	background-position: 100%;
}

@media screen and (min-width: 90em) {
	footer #footer-pages .columns {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}

@media screen and (min-width: 36.25em) {
	footer #footer-pages .columns:before,
	footer #footer-pages .columns:after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background: rgba(255, 255, 255, 0.2);
	}
}

footer #footer-pages ul {
	list-style: none;
	margin: 25px 0 20px 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 216px;
}

@media screen and (min-width: 36.25em) {
	footer #footer-pages ul {
		height: 174px;
	}
}

@media screen and (min-width: 48em) {
	footer #footer-pages ul {
		height: 159px;
	}
}

@media screen and (min-width: 53.125em) {
	footer #footer-pages ul {
		height: 144px;
	}
}

@media screen and (min-width: 64em) {
	footer #footer-pages ul {
		height: 135px;
	}
}

footer #footer-pages ul li {
	display: inline-block;
	font-size: 0.625em;
}

@media screen and (min-width: 36.25em) {
	footer #footer-pages ul li {
		margin-right: 10px;
		width: calc(33.333% - 10px);
	}
}

@media screen and (min-width: 48em) {
	footer #footer-pages ul li {
		margin-right: 20px;
		width: auto;
	}
}

footer #footer-pages ul li .sub-menu {
	display: none;
}

@media screen and (min-width: 36.25em) {
	footer #footer-pages ul li .sub-menu {
		display: -ms-flexbox;
		display: flex;
		position: relative;
		height: auto;
		padding-left: 15px;
		margin: 0;
	}
}

@media screen and (min-width: 36.25em) {
	footer #footer-pages ul li .sub-menu:before {
		content: '';
		width: 2px;
		height: 90%;
		position: absolute;
		top: 50%;
		left: 1px;
		background: rgba(255, 255, 255, 0.35);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media screen and (min-width: 36.25em) {
	footer #footer-pages ul li .sub-menu li {
		width: auto;
	}
}

footer #footer-pages ul li .sub-menu li a {
	font-family: "Alright Sans";
	font-style: normal;
	font-weight: 700;
	font-size: 11px !important;
	line-height: 15px;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	padding: 10px 0;
	display: inline-block;
	transition: color .3s ease-in-out;
}

.no-touchevents footer #footer-pages ul li .sub-menu li a:hover {
	color: white;
	background-position: center;
}

@media screen and (min-width: 36.25em) {
	footer #footer-pages ul li .sub-menu li a {
		padding: 3px 0;
	}
}

footer #footer-pages ul li a {
	font-size: 11px !important;
	padding: 10px 0;
	display: inline-block;
}

@media screen and (min-width: 36.25em) {
	footer #footer-pages ul li a {
		padding: 3px 0;
	}
}

footer #legal {
	padding: 20px 0 12px 0;
}

footer #legal>div {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

footer #legal .copy {
	flex: 1 1 50%;
}

footer #legal .logos {
	flex: 1 1 2%;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

footer #legal .logos>span {
	position: relative;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
}

footer #legal .logos>span>* {
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: calc(100% - 15px);
}

footer #legal .logos>span:first-child {
	padding-left: 0;
	width: 100%;
	font-size: 10px;
}

footer #legal .logos>span:first-child>* {
	width: 100%;
}

footer #legal .logos.one-column-layout>span {
	width: 100%;
}

footer #legal .logos.one-column-layout>span>* {
	text-align: right;
	max-width: 92px;
	transform: none;
	top: 0;
}

footer #legal .logos.two-column-layout>span {
	width: 50%;
}

footer #legal .logos.three-column-layout>span {
	width: 33.33333333%;
}

footer #legal .logos.four-column-layout>span {
	width: 25%;
}

footer #legal .logos img {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	footer #legal>div {
		-ms-flex-flow: column;
		flex-flow: column;
	}
	footer #legal .copy {
		order: 2;
		border-top: 2px solid rgba(255, 255, 255, 0.2);
		margin-top: 20px;
		padding-top: 20px;
	}
	footer #legal .logos {
		order: 1;
	}
	footer #legal .logos>span>* {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin: 0 auto;
	}
}

@media screen and (max-width: 580px) {
	footer #legal .copy {
		border: 0 none;
	}
	footer #legal .copy {
		position: relative;
	}
	footer #legal .copy:before {
		content: "";
		width: 100vw;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.2);
		position: absolute;
		transform: translateX(-50%);
		top: 0;
		left: 50%;
	}
}

@media screen and (min-width: 90em) {
	footer #legal .columns {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}

footer #legal p {
	font-family: "Alright Sans";
	font-style: normal;
	font-weight: 700;
	font-size: 8px;
	line-height: 12px;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

footer #legal p a {
	color: rgba(255, 255, 255, 0.5);
	backface-visibility: hidden;
	transition: all .3s;
}

footer #legal p a:hover {
	color: rgba(255, 255, 255, 1);
}

.home #burger span {
	background-color: #fff;
}

.home #logo a {
	left: 0px;
}

.home #logo.event-update-false a {
	left: 0px;
}

@media only screen and (min-width: 780px) {
	.home #logo.event-update-false a {
		left: 0px;
	}
}

.home #logo.event-update-true a {
	left: 0px;
}

@media only screen and (min-width: 780px) {
	.home #logo.event-update-true a {
		left: 131px;
	}
}

.home .event-update-false a {
	left: 0px;
}

@media only screen and (min-width: 780px) {
	.home .event-update-false a {
		left: 0px;
	}
}

#home {
	width: 100%;
	height: 100%;
	background-position: 0 14%;
	transition: background-position 2000ms;
}

@media screen and (min-width: 48.75em) {
	#home {
		overflow-x: hidden;
	}
}

#home.reset {
	transition: background-position 0ms;
}

#home.no-events #slider {
	height: 100%;
}

@media only screen and (min-width: 780px) {
	#home.no-events #slider {
		padding-left: 0%;
	}
}

@media only screen and (min-width: 960px) {
	#home.no-events #slider {
		padding-left: 0;
	}
}

#home.no-events #slider .slide {
	padding: 0;
}

@media screen and (min-width: 30em) {
	#home.no-events #slider .slide {
		padding: 0;
	}
}

@media only screen and (min-width: 780px) {
	#home.no-events #slider .slide {
		padding: 0;
	}
}

@media only screen and (min-width: 960px) {
	#home.no-events #slider .slide {
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	#home.no-events #slider .slide {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 780px) {
	#home.no-events #slider .slide .row.align-self-middle {
		margin-left: 0;
	}
}

@media screen and (min-width: 30em) {
	#home.no-events #slider .slide .slide-copy {
		width: 100%;
	}
}

#home.no-events #slider .slide .copy {
	padding: 0 6.5625vw;
}

@media only screen and (min-width: 1200px) {
	#home.no-events #slider .slide .copy {
		margin: 0 auto;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

#home.no-events #slider .slick-dots li:first-child {
	margin-left: 0;
}

@media screen and (min-width: 48.75em) {
	#home.no-events #slider .slick-dots {
		bottom: 85px;
		margin-left: 0;
		padding: 0 30px 0 6.5625vw;
		position: relative;
	}
}

@media only screen and (min-width: 48.75em) and (min-width: 1600px) {
	#home.no-events #slider .slick-dots {
		padding: 0 30px 0 100px;
	}
}

@media only screen and (min-width: 780px) {
	#home.no-events #events-bar {
		width: 0%;
		padding-bottom: 0px;
	}
}

@media only screen and (min-width: 960px) {
	#home.no-events #events-bar {
		width: 0px;
	}
}

#home.no-events #events-bar #notification-bar {
	display: none;
}

@media screen and (min-width: 48.75em) {
	#home.no-events #events-bar #notification-bar {
		display: block;
	}
}

#home h3 {
	font-size: 0.8125em;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'AvenirLT-Black';
	margin-bottom: 11px;
}

@media only screen and (min-width: 780px) {
	#home h3 {
		margin-bottom: 34px;
	}
}

#home .block {
	position: relative;
	display: inline-block;
	padding: 1px 3px 0px;
	margin-bottom: 2px;
}

#home .block:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#home #slider {
	position: relative;
	width: 100%;
	height: 108.125vw;
	overflow: hidden;
}

@media screen and (min-width: 48.75em) {
	#home #slider {
		height: 79.125vw;
	}
}

@media only screen and (min-width: 780px) {
	#home #slider {
		padding-left: 50%;
		height: 100%;
		padding-bottom: 0;
		width: 100%;
	}
}

@media only screen and (min-width: 960px) {
	#home #slider {
		width: 100%;
		padding-left: 420px;
	}
}

#home #slider .slick-list {
	height: 100%;
}

#home #slider .slick-list .slick-track {
	height: 100%;
}

#home #slider .slide {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	padding: 64px 16px 0;
	z-index: 1;
}

@media screen and (min-width: 30em) {
	#home #slider .slide {
		padding: 64px 30px 0;
	}
}

@media only screen and (min-width: 780px) {
	#home #slider .slide {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 960px) {
	#home #slider .slide {
		width: calc(100% - 420px);
	}
}

@media only screen and (min-width: 780px) {
	#home #slider .slide .row.align-self-middle {
		margin-left: 5.6vw;
		margin-right: 0;
		-ms-flex-pack: initial;
		justify-content: initial;
		display: block;
		width: 100%;
	}
	#home #slider .slide .align-center {
		-ms-flex-pack: initial;
		justify-content: initial;
	}
}

#home #slider .slide.intro .copy {
	opacity: 1;
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

#home #slider .slide.intro .background-image {
	opacity: 1;
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

#home #slider .slide.outro .copy {
	opacity: 0;
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
}

#home #slider .slide.outro .background-image {
	opacity: 0;
	-ms-transform: translateX(-60px);
	transform: translateX(-60px);
}

#home #slider .slide .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 0 14%;
	opacity: 0;
	-ms-transform: translateX(60px);
	transform: translateX(60px);
	transition-property: transform, opacity;
	transition-duration: 500ms, 400ms;
	background-blend-mode: soft-light;
	z-index: 1;
}

#home #slider .slide .slide-copy {
	height: 100%;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

@media screen and (min-width: 30em) {
	#home #slider .slide .slide-copy {
		height: auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

#home #slider .slide .copy {
	position: relative;
	z-index: 2;
	color: #fff;
	height: 100%;
	opacity: 0;
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	transition-property: transform, opacity;
	transition-duration: 600ms, 400ms;
}

@media only screen and (max-width: 479px) {
	#home #slider .slide .copy:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.35em;
	}
	#home #slider .slide .copy> :first-child {
		width: 99.5%;
		display: inline-block;
		vertical-align: middle;
	}
}

@media screen and (min-width: 30em) {
	#home #slider .slide .copy {
		height: auto;
	}
}

#home #slider .slide .copy h2 {
	font-family: 'LeituraDisplay-Roman';
	font-size: 32px;
	line-height: 32px;
	padding-top: 5px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 400px) {
	#home #slider .slide .copy h2 {
		font-size: 8.125vw;
		line-height: 8.125vw;
	}
}

@media only screen and (min-width: 780px) {
	#home #slider .slide .copy h2 {
		font-size: 5vw;
		line-height: 5vw;
		margin-bottom: 4.3152vh;
	}
}

@media only screen and (min-width: 1600px) {
	#home #slider .slide .copy h2 {
		font-size: 5em;
		line-height: 80px;
	}
}

@media only screen and (min-height: 1066px) {
	#home #slider .slide .copy h2 {
		margin-bottom: 46px;
	}
}

@media only screen and (max-width: 1200px) {
	#home #slider .slide .copy h2 br {
		display: none;
	}
}

#home #slider .slide .copy .under-headline {
	padding-bottom: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#home #slider .slide .copy .under-headline::after {
	clear: both;
	content: "";
	display: table;
}

@media screen and (min-width: 30em) {
	#home #slider .slide .copy .under-headline {
		padding-top: 20px;
		position: relative;
		bottom: auto;
		right: auto;
	}
}

@media only screen and (min-width: 780px) {
	#home #slider .slide .copy .under-headline {
		border-top: 2px solid #fff;
		padding-top: 3.75235vh;
	}
}

@media only screen and (min-height: 1066px) {
	#home #slider .slide .copy .under-headline {
		padding-top: 40px;
	}
}

#home #slider .slide .copy .author {
	float: left;
	width: 50%;
	display: none;
}

@media screen and (min-width: 30em) {
	#home #slider .slide .copy .author {
		display: inline-block;
	}
}

#home #slider .slide .copy .author .author-name {
	font-family: 'AvenirLT-Black';
	margin: 0 0 7px;
	font-size: 1.05em;
	line-height: 18px;
}

#home #slider .slide .copy .author .author-title {
	font-family: 'AvenirLT-Medium';
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	line-height: 13px;
}

#home #slider .slide .copy .cta {
	float: right;
}

#home #slider .slide .copy .cta .button {
	position: relative;
	font-family: 'AvenirLT-Medium';
	font-size: 0.875em;
	color: #fff;
	line-height: 13px;
	padding: 15px 42px 9px 12px;
	background-color: transparent;
	transition-property: color;
	transition-duration: 300ms;
}

@media only screen and (min-width: 780px) {
	#home #slider .slide .copy .cta .button {
		background-color: #fff;
		color: rgba(229, 93, 135, 0.4);
	}
	.no-touchevents #home #slider .slide .copy .cta .button:hover {
		color: #e55d87;
	}
	.no-touchevents #home #slider .slide .copy .cta .button:hover:after {
		-ms-transform: translateX(3px);
		transform: translateX(3px);
		opacity: 1;
	}
}

#home #slider .slide .copy .cta .button:after {
	content: '';
	background-image: url("/wp-content/themes/nycpride/library/img/arrow-right-white.svg");
	background-size: 14px 10px;
	background-position: center center;
	width: 14px;
	height: 10px;
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -4px;
	display: block;
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	transition-property: transform, opacity;
	transition-duration: 300ms, 300ms;
}

@media only screen and (min-width: 780px) {
	#home #slider .slide .copy .cta .button:after {
		background-image: url("/wp-content/themes/nycpride/library/img/arrow-right-pink.svg");
		opacity: 0.4;
	}
}

#home #slider .slide .special-btn {
	padding: 10px 20px 8px 20px;
}

@media screen and (min-width: 30em) {
	#home #slider .slide .special-btn {
		background-color: #fff;
	}
}

@media screen and (min-width: 48.75em) {
	#home #slider .slide .special-btn {
		padding: 8px 13px 8px 13px;
	}
}

.no-touchevents #home #slider .slide .special-btn:hover svg {
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

#home #slider .slide .special-btn span {
	position: relative;
}

@media only screen and (max-width: 479px) {
	#home #slider .slide .special-btn span {
		color: #fff !important;
	}
}

#home #slider .slide .special-btn span:after {
	background-image: none;
}

#home #slider .slide .special-btn span svg {
	position: relative;
	top: 1px;
	width: 13px;
	margin-left: 5px;
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	transition-property: transform;
	transition-duration: 200ms;
}

@media only screen and (max-width: 479px) {
	#home #slider .slide .special-btn span svg {
		fill: #fff !important;
	}
}

#home #slider .slick-dots {
	position: absolute;
	bottom: 5px;
	left: 0vw;
	list-style: none;
	display: block;
	text-align: left;
	padding: 0;
	transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 30em) {
	#home #slider .slick-dots {
		width: 100%;
	}
}

@media screen and (min-width: 48.75em) {
	#home #slider .slick-dots {
		bottom: 85px;
		margin-left: 6.2vw;
		padding: 0 30px;
		position: relative;
	}
}

#home #slider .slick-dots li {
	position: relative;
	display: inline-block;
	height: 14px;
	width: 14px;
	margin: 0 5px;
	padding: 0;
	cursor: default;
}

#home #slider .slick-dots li button {
	border: 0;
	background: #002a42;
	display: block;
	height: 14px;
	width: 14px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	padding: 5px;
	cursor: default;
	border-radius: 50%;
}

#home #slider .slick-dots li button:hover,
#home #slider .slick-dots li button:focus {
	outline: none;
}

#home #slider .slick-dots li button:hover:before,
#home #slider .slick-dots li button:focus:before {
	opacity: 1;
}

#home #slider .slick-dots li button:before {
	position: absolute;
	top: 1px;
	left: 0px;
	content: "•";
	height: 14px;
	width: 14px;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
	color: #002a42;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 0px;
	line-height: 0px;
	background: #002a42;
	border-radius: 50%;
	left: 3px;
	top: 3px;
	width: 8px;
	height: 8px;
}

#home #slider .slick-dots li.slick-active button:before {
	color: #fff;
	background-color: #fff;
	opacity: 1;
}

#home #events-bar {
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 7px 0 30px rgba(0, 0, 0, 0.5);
	z-index: 1;
	background-position: 0 14%;
	transition-property: background-position, transform;
	transition-property: background-position, transform;
	transition-duration: 2000ms, 200ms;
}

#home #events-bar.reset {
	transition-property: background-position, transform;
	transition-duration: 0ms, 250ms;
}

@media screen and (min-width: 48.75em) {
	#home #events-bar.show-notification-animation {
		-ms-transform: translateX(135px);
		transform: translateX(135px);
	}
	#home #events-bar.show-notification-animation #notification-bar {
		left: -135px;
	}
}

#home #events-bar.hide-notification {
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

#home #events-bar.hide-notification #notification-bar {
	left: -135px;
}

#home #events-bar.hide-notification #notification-bar-mobile {
	bottom: 135px;
}

@media only screen and (min-width: 780px) {
	#home #events-bar {
		width: 50%;
		position: absolute;
		height: 100%;
		padding-bottom: 200px;
	}
}

@media only screen and (min-width: 960px) {
	#home #events-bar {
		width: 420px;
	}
}

#home #events-bar #notification-bar {
	position: absolute;
	top: 0;
	left: -270px;
	width: 135px;
	height: 100%;
	padding: 140px 15px 0 15px;
	background-repeat: no-repeat;
	background-color: #fff;
	overflow: hidden;
	background-position: center 61vh;
}

@media screen and (min-width: 48.75em) {
	#home #events-bar #notification-bar {
		background-position: center 300%;
		background-image: inherit;
		background-position: center bottom;
		padding: 170px 15px 0 15px;
	}
}

@media only screen and (max-height: 737px) and (min-width: 500px) {
	#home #events-bar #notification-bar {
		background-image: none !important;
	}
}

#home #events-bar #notification-bar .close-notification-bar {
	position: absolute;
	top: 64px;
	left: 48%;
	margin-left: -15px;
	height: 30px;
	width: 30px;
	background-size: 25px;
	background-repeat: no-repeat;
	background-image: url("/wp-content/themes/nycpride/library/img/x-icon.svg");
	background-position: center center;
	cursor: pointer;
}

#home #events-bar #notification-bar h3 {
	margin-bottom: 50px;
}

#home #events-bar #notification-bar h3 span {
	position: relative;
	display: inline-block;
	margin: -1px 0 4px 0;
	padding: 2px 4px 0px;
	background-color: #d9d9d9;
	letter-spacing: 1px;
}

#home #events-bar #notification-bar .date {
	margin-bottom: 15px;
}

#home #events-bar #notification-bar .date .date-cont {
	position: relative;
	margin-bottom: 10px;
}

#home #events-bar #notification-bar .date span {
	display: block;
	margin-bottom: 0;
	font-family: 'AvenirLT-Black';
	font-size: 0.75em;
	color: #c2c0c0;
	font-weight: 400;
	line-height: 15px;
}

#home #events-bar #notification-bar .date span.padding-bottom {
	margin-bottom: 10px;
}

#home #events-bar #notification-bar .details h4 {
	font-family: 'LeituraDisplay-Roman';
	font-size: 1.125em;
	color: #002a42;
	margin-bottom: 4px;
	line-height: 21px;
}

#home #events-bar #notification-bar .details p {
	font-family: 'AvenirLT-Medium';
	color: #555555;
	font-size: .8em;
	line-height: 18px;
}

@media only screen and (min-width: 780px) {
	#home #events-bar #events-bar-content {
		height: 100%;
	}
	#home #events-bar #events-bar-content:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.35em;
	}
	#home #events-bar #events-bar-content> :first-child {
		width: 99.5%;
		display: inline-block;
		vertical-align: middle;
	}
}

#home #events-bar #events-bar-content #featured-event {
	padding: 30px 30px 0;
}

@media only screen and (min-width: 780px) {
	#home #events-bar #events-bar-content #featured-event {
		padding: 0 4.0625vw 0 6.25vw;
	}
}

@media only screen and (min-width: 1600px) {
	#home #events-bar #events-bar-content #featured-event {
		padding: 0 65px 0 100px;
	}
}

@media only screen and (max-height: 670px) and (min-width: 720px) {
	#home #events-bar #events-bar-content #featured-event {
		padding: 6.25vw 4.0625vw 0 6.25vw;
	}
}

#home #events-bar #events-bar-content #featured-event h4 {
	color: #fff;
	font-family: 'LeituraDisplay-Roman';
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 12px;
	margin-top: 20px;
}

@media only screen and (min-width: 400px) {
	#home #events-bar #events-bar-content #featured-event h4 {
		font-size: 8.125vw;
		line-height: 8.125vw;
	}
}

@media only screen and (min-width: 780px) {
	#home #events-bar #events-bar-content #featured-event h4 {
		font-size: 3.625vw;
		line-height: 3.625vw;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 1600px) {
	#home #events-bar #events-bar-content #featured-event h4 {
		font-size: 3.625em;
		line-height: 58px;
	}
}

#home #events-bar #events-bar-content #featured-event #multiple-dates {
	margin-bottom: 0px;
}

#home #events-bar #events-bar-content #featured-event #multiple-dates p {
	display: block;
	margin-bottom: 0px;
}

#home #events-bar #events-bar-content #featured-event p {
	font-size: 1em;
	color: #fff;
	font-family: 'AvenirLT-Medium';
	margin-bottom: 0px;
}

#home #events-bar #events-bar-content #featured-event a {
	font-size: 0.75em;
	line-height: 12px;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'AvenirLT-Medium';
	margin: 0 15px 0 0;
	opacity: 0.65;
	transition: opacity 300ms ease-out;
}

.no-touchevents #home #events-bar #events-bar-content #featured-event a:hover {
	opacity: 1;
}

#home #events-bar #events-bar-content #upcoming-events {
	width: 100%;
	padding: 25px 30px 20px;
}

@media only screen and (min-width: 780px) {
	#home #events-bar #events-bar-content #upcoming-events {
		padding: 0 4.0625vw 65px 6.25vw;
	}
}

@media only screen and (min-width: 1600px) {
	#home #events-bar #events-bar-content #upcoming-events {
		padding: 0 65px 65px 100px;
	}
}

@media only screen and (min-width: 780px) {
	#home #events-bar #events-bar-content #upcoming-events {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

@media only screen and (max-height: 670px) and (min-width: 720px) {
	#home #events-bar #events-bar-content #upcoming-events {
		display: none;
	}
}

@media only screen and (max-height: 880px) and (min-width: 780px) {
	#home #events-bar #events-bar-content #upcoming-events {
		padding-bottom: 30px;
	}
}

@media only screen and (max-height: 880px) and (min-width: 1480px) {
	#home #events-bar #events-bar-content #upcoming-events {
		padding-bottom: 20px;
	}
}

#home #events-bar #events-bar-content #upcoming-events h3 {
	margin-bottom: 28px;
}

@media only screen and (min-width: 780px) {
	#home #events-bar #events-bar-content #upcoming-events h3 {
		margin-bottom: 28px;
	}
}

#home #events-bar #events-bar-content #upcoming-events a {
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 15px 0 7px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	position: relative;
}

#home #events-bar #events-bar-content #upcoming-events a::after {
	clear: both;
	content: "";
	display: table;
}

.no-touchevents #home #events-bar #events-bar-content #upcoming-events a:hover .date {
	opacity: 1;
}

.no-touchevents #home #events-bar #events-bar-content #upcoming-events a:hover:after {
	opacity: 1;
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

#home #events-bar #events-bar-content #upcoming-events a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 14px;
	height: 10px;
	margin-top: -2px;
	background-image: url("/wp-content/themes/nycpride/library/img/arrow-right-white.svg");
	background-size: 14px 10px;
	background-position: center center;
	opacity: 0.65;
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	transition-property: transform, opacity;
	transition-duration: 500ms, 400ms;
}

#home #events-bar #events-bar-content #upcoming-events a:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 15px 0 12px;
}

#home #events-bar #events-bar-content #upcoming-events a:last-child:after {
	margin-top: -4px;
}

@media only screen and (max-height: 790px) and (min-width: 720px) {
	#home #events-bar #events-bar-content #upcoming-events a:last-child {
		display: none;
	}
}

#home #events-bar #events-bar-content #upcoming-events a p {
	margin: 0;
}

#home #events-bar #events-bar-content #upcoming-events a .title {
	font-family: 'LeituraDisplay-Roman';
	font-size: 1.125em;
	display: inline;
	padding-right: 15px;
	margin-bottom: 0px;
}

#home #events-bar #events-bar-content #upcoming-events a .date {
	opacity: 0.65;
	font-family: 'AvenirLT-Black';
	font-size: 0.8125em;
	display: block;
	font-weight: 400;
	padding-right: 35px;
	line-height: 20px;
	transition-property: transform, opacity;
	transition-duration: 500ms, 400ms;
}

@media screen and (min-width: 64em) {
	#home #events-bar #events-bar-content #upcoming-events a .date {
		line-height: 24px;
	}
}

#home #events-bar #events-bar-content #upcoming-events a .date p {
	display: block;
}

#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) {
	#notification-bar-mobile {
		display: none;
	}
}

#notification-bar-mobile a {
	margin-left: 20%;
	display: block;
}

#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;
	font-family: 'AvenirLT-Black';
}

#notification-bar-mobile h3 span {
	position: relative;
	display: inline-block;
	margin: -1px 0 4px 0;
	padding: 2px 3px;
	background-color: #d9d9d9;
	letter-spacing: 1px;
}

#notification-bar-mobile .date span {
	display: block;
	margin-bottom: 0;
	font-family: 'AvenirLT-Black';
	font-size: 0.65em;
	color: #c2c0c0;
	font-weight: 400;
}

#notification-bar-mobile .details {
	margin-top: 8px;
	width: 95%;
}

#notification-bar-mobile .details h4 {
	font-family: 'LeituraDisplay-Roman';
	font-size: 1.115em;
	color: #002a42;
	margin-bottom: 0px;
	line-height: 20px;
}

#notification-bar-mobile .details p {
	font-family: 'AvenirLT-Medium';
	color: #555555;
	font-size: .7em;
	line-height: 14px;
}

#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;
}

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

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

.is_ie11 #home #slider .slide .align-self-middle.row,
.is_ie10 #home #slider .slide .align-self-middle.row,
.is_ie12 #home #slider .slide .align-self-middle.row,
.is_ie13 #home #slider .slide .align-self-middle.row,
.is_ie14 #home #slider .slide .align-self-middle.row,
.is_ff #home #slider .slide .align-self-middle.row {
	margin-left: 0;
	padding-left: 5.6vw;
}

.is_ie11 #home #slider .slide .special-btn span svg,
.is_ie10 #home #slider .slide .special-btn span svg,
.is_ie12 #home #slider .slide .special-btn span svg,
.is_ie13 #home #slider .slide .special-btn span svg,
.is_ie14 #home #slider .slide .special-btn span svg,
.is_ff #home #slider .slide .special-btn span svg {
	height: 14px;
	top: 4px;
}

.is_ie11 #home #slider .slide.intro .background-image,
.is_ie10 #home #slider .slide.intro .background-image,
.is_ie12 #home #slider .slide.intro .background-image,
.is_ie13 #home #slider .slide.intro .background-image,
.is_ie14 #home #slider .slide.intro .background-image,
.is_ff #home #slider .slide.intro .background-image {
	opacity: 0.2;
}

.is_ie11 #home #slider .slide.outro .background-image,
.is_ie10 #home #slider .slide.outro .background-image,
.is_ie12 #home #slider .slide.outro .background-image,
.is_ie13 #home #slider .slide.outro .background-image,
.is_ie14 #home #slider .slide.outro .background-image,
.is_ff #home #slider .slide.outro .background-image {
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

@media all and (orientation: landscape) {
	.touchevents #home #slider {
		height: 56.25vw;
		height: 79.125vw;
		height: 100%;
		/*@media only screen and (max-width: 780px) {
        height: calc-vw(1266px);
      };*/
	}
}

#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-family: 'AvenirLT-Medium';
	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-family: 'AvenirLT-Black';
		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-family: 'AvenirLT-Medium';
	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-family: 'AvenirLT-Black';
	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-family: 'AvenirLT-Medium';
	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;
	font-family: 'AvenirLT-Medium';
	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-family: 'AvenirLT-Black';
	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-family: 'AvenirLT-Black';
	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;
}

#about #our-team .team-member .pronouns {
	font-family: 'AvenirLT-Roman';
	font-size: 0.8125em;
	text-transform: none;
	line-height: 16px;
	color: #535353;
}

@media screen and (min-width: 48.75em) {
	#about #our-team .team-member .pronouns {
		margin-top: 4px;
	}
}

#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-family: 'AvenirLT-Black';
	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;
	font-family: 'AvenirLT-Medium';
	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;
	font-family: 'AvenirLT-Black';
	text-transform: uppercase;
}

#event-detail #notification-bar h4 {
	font-size: 1em;
	line-height: 1.5em;
	font-family: 'AvenirLT-Black';
	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-family: 'AvenirLT-Black';
	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 {
	font-family: 'AvenirLT-Black';
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}

#event-detail .body-copy h5,
#event-detail .body-copy h6 {
	font-family: 'AvenirLT-Black';
	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-family: 'AvenirLT-Black';
	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-family: 'AvenirLT-Black';
	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;
	font-family: 'AvenirLT-Black';
	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;
	font-family: 'AvenirLT-Black';
}

#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-family: 'AvenirLT-Black';
	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-family: 'AvenirLT-Black';
	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;
	font-family: 'AvenirLT-Black';
}

#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-family: 'AvenirLT-Black';
	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 {
	font-family: 'AvenirLT-Medium';
	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;
}

#donate form a,
#contact form a,
#volunteer form a,
#media form a,
#general-form form a {
	color: #87ffd6;
	text-decoration: underline;
}

@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;
	font-family: 'AvenirLT-Black';
	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-family: 'AvenirLT-Black';
	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-family: 'AvenirLT-Black';
	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-family: 'AvenirLT-Black';
	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-family: 'AvenirLT-Black';
	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;
	font-family: 'AvenirLT-Black';
	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;
	font-family: 'AvenirLT-Medium';
	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;
	font-family: 'AvenirLT-Medium';
	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;
	font-family: 'AvenirLT-Medium';
}

#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;
	font-family: 'AvenirLT-Medium';
}

#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 {
	font-family: 'AvenirLT-Black';
	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 .textarea-wrap .ninja-forms-req-symbol:before,
#ninja_forms_form_23_all_fields_wrap .textarea-wrap .ninja-forms-req-symbol:before,
#ninja_forms_form_6_wrap .textarea-wrap .ninja-forms-req-symbol:before,
#ninja_forms_form_5_all_fields_wrap .textarea-wrap .ninja-forms-req-symbol:before,
#ninja_forms_form_1_all_fields_wrap .textarea-wrap .ninja-forms-req-symbol:before {
	top: 40px;
}

#ninja_forms_form_7_all_fields_wrap .text-wrap,
#ninja_forms_form_7_all_fields_wrap .list-dropdown-wrap,
#ninja_forms_form_23_all_fields_wrap .text-wrap,
#ninja_forms_form_23_all_fields_wrap .list-dropdown-wrap,
#ninja_forms_form_6_wrap .text-wrap,
#ninja_forms_form_6_wrap .list-dropdown-wrap,
#ninja_forms_form_5_all_fields_wrap .text-wrap,
#ninja_forms_form_5_all_fields_wrap .list-dropdown-wrap,
#ninja_forms_form_1_all_fields_wrap .text-wrap,
#ninja_forms_form_1_all_fields_wrap .list-dropdown-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;
	font-family: 'AvenirLT-Black';
	-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 .list-checkbox-wrap {
	position: relative;
}

#ninja_forms_form_5_wrap .list-checkbox-wrap .ninja-forms-req-symbol:before {
	top: 6px;
	left: -14px;
}

#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;
	-webkit-text-fill-color: #fff;
	transition: background-color 5000s ease-in-out 0s !important;
}

#general a,
#general-form a {
	color: #fff;
	text-decoration: underline;
}

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

#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: 140px 80px 0 0;
		background-color: transparent;
		border-top: 2px solid rgba(255, 255, 255, 0.3);
		border-bottom: 2px solid rgba(255, 255, 255, 0.3);
	}
}

@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: 185px;
}

#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 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-form #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) {
	#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: 118px;
	}
}

#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-form #sub-nav ul li a {
	font-family: 'AvenirLT-Medium';
	font-size: 0.8125em;
	color: #fff;
	cursor: pointer;
	padding: 16px 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 15px 7px 15px;
		color: #fff;
		font-family: 'AvenirLT-Black';
		font-size: 0.6875em;
		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-family: 'AvenirLT-Medium';
	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: #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) {
	#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: 100%;
	padding-bottom: 80px;
}

#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;
	font-family: 'AvenirLT-Black';
	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-family: 'AvenirLT-Black';
	font-size: 0.7em;
	color: #fff;
	text-transform: uppercase;
}

#general section .sub-headline {
	display: block;
	margin-bottom: 5px;
	color: #fff;
	font-family: 'AvenirLT-Black';
	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: 'AvenirLT-Roman';
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

@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-family: 'AvenirLT-Black';
	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;
	font-family: 'AvenirLT-Medium';
}

@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-family: 'AvenirLT-Black';
	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;
	font-family: 'AvenirLT-Black';
	text-transform: uppercase;
	background-color: transparent;
	padding: 0px;
}

#general #full-width-text .content h4 {
	color: #000;
	font-weight: 600;
	font-size: 1.125em;
	font-family: 'AvenirLT-Medium';
}

#general #full-width-text .content h5 {
	color: #000;
	font-weight: 600;
	font-size: 1em;
	font-family: 'AvenirLT-Medium';
}

#general #full-width-text .content h6 {
	color: #000;
	font-weight: 600;
	font-size: 0.875em;
	font-family: 'AvenirLT-Medium';
}

#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;
}

.intro-x-one {
	-ms-transform: translateX(40px);
	transform: translateX(40px);
	transition: transform 600ms, opacity 500ms;
	transition-delay: 0.2s, 0.2s;
	opacity: 0;
}

.intro-x-two {
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	transition: transform 600ms, opacity 500ms;
	transition-delay: 0.25s, 0.25s;
	opacity: 0;
}

.intro-x-three {
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	transition: transform 600ms, opacity 500ms;
	transition-delay: 0.27s, 0.27s;
	opacity: 0;
}

.intro-y-three {
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	transition: transform 600ms, opacity 500ms;
	transition-delay: 0.3s, 0.3s;
	opacity: 0;
}

body {
	opacity: 0;
	transition: opacity 0.3s;
}

body.loaded {
	opacity: 1;
}

.loaded {
	body-opacity: 1;
}

.loaded .intro-y-one,
.loaded .intro-y-two,
.loaded .intro-y-three {
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.loaded .intro-x-one,
.loaded .intro-x-two,
.loaded .intro-x-three {
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

body {
	background-color: #f6f5fe;
}

#shopify {
	margin-bottom: 40px;
}

@media screen and (min-width: 48.75em) {
	#shopify {
		margin-bottom: 80px;
	}
}

#shopify #burger {
	display: none;
}

#shopify a {
	color: #b74aa1;
}

#shopify .cart-link a {
	color: #fff;
}

#shopify nav>div {
	position: relative;
}

#shopify nav>div #backtopride {
	position: absolute;
	top: 17px;
	right: 0px;
	color: #b74aa1;
	padding: 14px 24px 10px 24px;
	border: 2px solid #b74aa1;
	z-index: 333;
}

@media screen and (min-width: 48.75em) {
	#shopify nav>div #backtopride {
		top: 49px;
	}
}

#shopify #global-nav #social li.facebook-button a {
	background-image: url("facebook.svg");
}

.no-touchevents #shopify #global-nav #social li.facebook-button a:hover {
	background-image: url("facebook-hover.svg");
}

#shopify #global-nav #social li.twitter-button a {
	background-image: url("twitter.svg");
}

.no-touchevents #shopify #global-nav #social li.twitter-button a:hover {
	background-image: url("twitter-hover.svg");
}

#shopify #global-nav #social li.instagram-button a {
	background-image: url("insta.svg");
}

.no-touchevents #shopify #global-nav #social li.instagram-button a:hover {
	background-image: url("insta-hover.svg");
}

#shopify #global-nav {
	display: none;
}

#shopify #global-nav #sponsors-bar .special-btn span:after {
	background-image: url("arrow-right-pink.svg");
}

#shopify #logo {
	left: 5.625vw;
	text-indent: -99999px;
}

#shopify #logo a:before {
	background-image: url("nyc-pride-logo-white-2.svg");
}

#shopify #logo a:after {
	background-image: url("nyc-pride-logo-black-2.svg");
	opacity: 1;
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
	.special-medium-8 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}


/************************************
* Global Headline
************************************/

#shop .headline-wrap {
	border-bottom: 1px solid #c5c3cb;
}

#shop .headline {
	font-family: 'LeituraDisplay-Roman';
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 11px;
	color: #504B50;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	padding: 100px 0px 0 0px;
	opacity: 1;
	transition: opacity 200ms;
	transition: transform 300ms;
	background: -webkit-linear-gradient(45deg, #300c43 9%, #58366b 42%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media screen and (min-width: 48.75em) {
	#shop .headline {
		line-height: 47px;
		padding: 165px 12px 0 12px;
	}
}

@media screen and (min-width: 31.25em) {
	#shop .headline {
		font-size: 6.0vw;
		line-height: 6.625vw;
		margin-bottom: 37px;
	}
}

@media only screen and (min-width: 1600px) {
	#shop .headline {
		font-size: 123px;
		line-height: 130px;
	}
}

@media screen and (max-width: 48.6875em) {
	#shop .headline br {
		display: none;
	}
}


/************************************
* Reusable Code For Cart Info Section
************************************/

#cart-info {
	margin: 20px 0 20px 0;
}

@media screen and (min-width: 48.75em) {
	#cart-info {
		margin: 60px 0 80px 0;
	}
}

#cart-info h3 {
	position: relative;
	display: inline-block;
	padding: 4px 8px 4px 8px;
	margin: 2px 0 0 0;
	background-color: #2f0c42;
	font-family: 'AvenirLT-Black';
	color: #fff;
	font-size: 0.75em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
}

@media only screen and (min-width: 480px) {
	#cart-info h3 {
		font-size: 1em;
		padding: 1px 8px 1px 8px;
	}
}

#cart-info #item-info {
	text-align: right;
}

@media only screen and (min-width: 780px) {
	#cart-info #item-info {
		text-align: center;
	}
}

@media only screen and (min-width: 1024px) {
	#cart-info #item-info {
		text-align: left;
	}
}

#cart-info #item-info .num-items,
#cart-info #item-info .total {
	font-family: 'AvenirLT-Black';
	font-size: 1em;
}

@media only screen and (min-width: 480px) {
	#cart-info #item-info .num-items,
	#cart-info #item-info .total {
		font-size: 1.5em;
	}
}

#cart-info #item-info .num-items {
	padding-right: 10px;
	border-right: 2px solid #000;
}

@media only screen and (min-width: 480px) {
	#cart-info #item-info .num-items {
		padding-right: 20px;
	}
}

#cart-info #item-info .total {
	padding-left: 10px;
}

@media only screen and (min-width: 480px) {
	#cart-info #item-info .total {
		padding-left: 20px;
	}
}

#cart-info #btns {
	text-align: left;
}

@media screen and (min-width: 48.75em) {
	#cart-info #btns {
		text-align: right;
	}
}

#cart-info #btns .special-btn {
	border: 2px solid #b74aa1;
	padding: 14px 39px 10px 16px;
	margin-bottom: 10px;
	margin-right: 3px;
}

@media only screen and (min-width: 880px) {
	#cart-info #btns .special-btn {
		padding: 14px 44px 10px 24px;
	}
	#cart-info #btns .special-btn:nth-child(1) {
		margin-right: 10px;
	}
}

@media screen and (min-width: 48.75em) {
	#cart-info #btns .special-btn {
		margin-bottom: 0px;
	}
}

#cart-info #btns .special-btn span {
	font-family: 'AvenirLT-Medium';
	color: #b74aa1;
	font-size: 1em;
}

#cart-info #btns .special-btn span:after {
	top: 6px;
	background-image: url("arrow-right-purple.svg");
}


/************************************
* Product Landing Page
************************************/

#products-landing .product-item {
	margin-bottom: 30px;
	padding: 0 11px;
}

@media only screen and (min-width: 480px) {
	#products-landing .product-item {
		padding: 0 18px;
	}
}

@media only screen and (min-width: 780px) {
	#products-landing .product-item {
		padding: 0 24px;
	}
}

#products-landing .product-item .prod-image-wrap {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

#products-landing .product-item .prod-image-wrap img {
	width: 100%;
}

#products-landing .product-item .prod-caption {
	margin-top: 20px;
}

#products-landing .product-item .prod-caption h2 {
	display: block;
	font-family: 'LeituraDisplay-Roman';
	font-size: 1.5625em;
	line-height: 23px;
	color: #000;
}

#products-landing .product-item .prod-caption span.prod-price {
	display: block;
	margin-bottom: 10px;
	font-family: 'AvenirLT-Roman';
	font-size: 1.25em;
}

#products-landing .product-item .prod-caption .special-btn {
	max-width: 100%;
	width: 100%;
	background-color: #b74aa1;
}

@media screen and (min-width: 48.75em) {
	#products-landing .product-item .prod-caption .special-btn {
		max-width: 125px;
	}
}

#products-landing .product-item .prod-caption .special-btn span {
	font-family: 'AvenirLT-Medium';
	font-size: 1em;
	color: #fff;
}

#products-landing .product-item .prod-caption .special-btn span:after {
	top: 7px;
	background-image: url("arrow-right-white.svg");
}


/************************************
* Product Detail Page
************************************/

.product #back-btn {
	margin-bottom: 5px;
}

@media only screen and (min-width: 780px) {
	.product #back-btn {
		margin-bottom: 35px;
	}
}

.product #back-btn .special-btn {
	padding: 8px 13px 8px 24px;
}

.no-touchevents .product #back-btn .special-btn:hover span:after {
	left: -26px;
}

.product #back-btn .special-btn span {
	color: #000;
	font-family: 'AvenirLT-Roman';
	font-size: 0.9375em;
}

.product #back-btn .special-btn span:after {
	top: 4px;
	width: 14px;
	left: -23px;
	background-image: url("arrow-left-black.svg");
	transition: left 200ms;
}

.product .product-photo-container img {
	width: 100%;
}

@media only screen and (min-width: 780px) {
	.product .product-photo-container img {
		width: calc(100% - 30px);
	}
}

.product #product-details h1 {
	display: block;
	margin-top: 20px;
	font-family: 'LeituraDisplay-Roman';
	font-size: 2.625em;
	line-height: 46px;
	color: #000;
}

@media only screen and (min-width: 780px) {
	.product #product-details h1 {
		margin-top: -3px;
	}
}

.product #product-details #product-description {
	display: block;
	margin-bottom: 10px;
	font-size: 1em;
}

@media only screen and (min-width: 780px) {
	.product #product-details #product-description {
		font-size: 1.125em;
	}
}

.product #product-details #product-price {
	margin: 13px 0px 0px 0px;
	font-size: 1.875em;
	font-family: 'AvenirLT-Medium';
}

@media only screen and (min-width: 780px) {
	.product #product-details #product-price {
		margin: 13px 0px -6px 0px;
	}
}

.product #product-details #backorder {
	position: relative;
	top: -14px;
}

.product #product-details #backorder p {
	font-size: 0.8125em;
	font-weight: 600;
}

.product #product-details ul#product-variants {
	margin: 0px;
	overflow: auto;
}

@media only screen and (min-width: 780px) {
	.product #product-details ul#product-variants {
		margin-top: 20px;
	}
}

.product #product-details ul#product-variants li {
	position: relative;
	width: 23%;
	height: 75px;
	margin: 0px 1.33% 10px 1.33%;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	list-style: none;
	line-height: 75px;
}

.product #product-details ul#product-variants li:nth-child(1) {
	margin-left: 0;
}

.product #product-details ul#product-variants li:nth-child(5) {
	margin-left: 0;
}

.product #product-details ul#product-variants li:nth-child(4) {
	margin-right: 0;
}

.product #product-details ul#product-variants li:nth-child(8) {
	margin-right: 0;
}

.product #product-details ul#product-variants label {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #919098;
	border-radius: 4px;
	color: #000;
	font-size: 1.625em;
	line-height: 71px;
	text-align: center;
	font-family: 'AvenirLT-Black';
	cursor: pointer;
	transition: background-color 200ms;
}

.product #product-details ul#product-variants input[type=radio] {
	display: none;
}

.product #product-details ul#product-variants input[type=radio]:checked+label {
	background-color: #b74aa1;
	color: #fff;
	border: 2px solid #683D7F;
}

.product #product-details #product-add {
	margin: 20px 0 30px 0;
}

.product #product-details #product-add input[type=submit] {
	border: 0px;
	padding: 17px 20px 14px 20px;
	background-color: #b74aa1;
	color: #fff;
	font-family: 'AvenirLT-Medium';
}

@media screen and (max-width: 63.9375em) {
	.product #product-details #product-add input[type=submit] {
		width: 100%;
	}
}


/************************************
* Cart Page
************************************/

#checkout-page {
	/************************************
  * Empty Cart Message
  ************************************/
	/************************************
  * Continue Shopping
  ************************************/
	/************************************
  * Full Total
  ************************************/
	/************************************
  * Update Btn
  ************************************/
	/************************************
  * Check Out Btn
  ************************************/
}

#checkout-page h2.gamma {
	font-size: 1.125em;
	display: block;
}

#checkout-page h2.gamma a {
	text-decoration: underline;
}

.no-touchevents #checkout-page h2.gamma a:hover {
	text-decoration: none;
}

#checkout-page #shopping-cart {
	margin: 0px auto 15px auto;
}

#checkout-page #shopping-cart h1 {
	position: relative;
	display: block;
	font-family: 'LeituraDisplay-Roman';
	font-size: 1.5625em;
	line-height: 23px;
	color: #000;
}

@media only screen and (min-width: 780px) {
	#checkout-page #shopping-cart h1 {
		font-size: 2.625em;
		line-height: 48px;
		top: -24px;
	}
}

#checkout-page .item {
	margin: 0px 0 50px 0;
}

#checkout-page .item .product-image a img {
	width: 100%;
}

@media only screen and (min-width: 480px) {
	#checkout-page .item .product-image a img {
		width: calc(100% - 30px);
	}
}

#checkout-page .item h2 {
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	font-family: 'LeituraDisplay-Roman';
	font-size: 1.5625em;
	line-height: 31px;
}

@media only screen and (min-width: 480px) {
	#checkout-page .item h2 {
		margin-top: -2px;
	}
}

#checkout-page .item h2 a {
	color: #000;
}

@media only screen and (min-width: 1024px) {
	#checkout-page .item .detail-info {
		padding-right: 20px;
	}
}

#checkout-page .item ul {
	margin: 0px;
}

#checkout-page .item ul li {
	display: block;
	margin-bottom: 5px;
	font-size: 1.125em;
	list-style: none;
}

#checkout-page .item ul li span {
	font-family: 'AvenirLT-Medium';
	font-weight: 600;
}

@media screen and (min-width: 48.75em) {
	#checkout-page .item ul li span {
		display: inline;
	}
}

#checkout-page .item ul li.quantity input {
	max-width: 70px;
	padding-left: 5px;
	padding-top: 3px;
	border: 0;
}

#checkout-page .item ul li.quantity input:focus {
	outline: 0;
}

@media screen and (min-width: 48.75em) {
	#checkout-page .item ul li.quantity input {
		padding-left: 10px;
	}
}

#checkout-page .item ul li.cost-total {
	margin-top: 30px;
}

#checkout-page .item ul li.remove-item a {
	font-size: 0.875em;
}

.no-touchevents #checkout-page .item ul li.remove-item a:hover {
	text-decoration: underline;
}

#checkout-page .item input[type=submit] {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 0px;
	background-color: transparent;
	font-family: 'AvenirLT-Medium';
	color: #b74aa1;
	font-size: 15px;
	text-align: left;
}

.no-touchevents #checkout-page .item input[type=submit]:hover {
	text-decoration: underline;
}

#checkout-page #continue-shopping {
	color: #b74aa1;
	display: block;
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 480px) {
	#checkout-page #continue-shopping {
		text-align: left;
	}
}

#checkout-page #continue-shopping a.special-btn {
	padding: 8px 13px 8px 37px;
}

#checkout-page #continue-shopping a.special-btn span {
	font-family: 'AvenirLT-Medium';
	color: #b74aa1;
	font-size: 1em;
}

.no-touchevents #checkout-page #continue-shopping a.special-btn span:hover:after {
	left: -26px;
}

#checkout-page #continue-shopping a.special-btn span:after {
	left: -23px;
	top: 6px;
	background-image: url("arrow-left-purple.svg");
	transition: left 200ms;
}

#checkout-page #full-total {
	width: 100%;
	padding: 30px 0 20px;
	margin: 30px 0 0 0;
	border-top: 1px solid #c5c3cb;
	font-family: 'LeituraDisplay-Roman';
	font-size: 1.875em;
	text-align: center;
}

@media only screen and (min-width: 480px) {
	#checkout-page #full-total {
		text-align: right;
	}
}

#checkout-page #update-btn {
	width: 100%;
	margin: 0 0 15px 0;
}

@media only screen and (min-width: 480px) {
	#checkout-page #update-btn {
		margin: 0 20px 0 0;
		width: auto;
	}
}

#checkout-page #check-out-btn {
	width: 100%;
}

@media only screen and (min-width: 480px) {
	#checkout-page #check-out-btn {
		width: auto;
	}
}

#checkout-page input[type=submit] {
	border: 0px;
	padding: 17px 20px 14px 20px;
	background-color: #b74aa1;
	color: #fff;
	font-family: 'AvenirLT-Medium';
}

@media screen and (max-width: 63.9375em) {
	#checkout-page input[type=submit] {
		width: 100%;
	}
}

body.error404 {
	background-color: #f5f6ef;
}

body.error404 #four-oh-four {
	height: 100%;
	text-align: center;
	background-image: url("/wp-content/themes/nycpride/library/img/404bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

body.error404 #four-oh-four h1 {
	margin-bottom: 32px;
	font-family: 'LeituraDisplay-Roman';
	font-size: 60px;
	line-height: 60px;
}

@media screen and (min-width: 48.75em) {
	body.error404 #four-oh-four h1 {
		font-size: 8.125vw;
		line-height: 8.125vw;
	}
}

@media only screen and (min-width: 1600px) {
	body.error404 #four-oh-four h1 {
		font-size: 130px;
		line-height: 130px;
	}
}

body.error404 #four-oh-four p {
	margin-bottom: 35px;
	font-family: 'AvenirLT-Black';
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

@media screen and (min-width: 48.75em) {
	body.error404 #four-oh-four p {
		font-size: 1.5vw;
		line-height: 1.5vw;
	}
}

@media only screen and (min-width: 1600px) {
	body.error404 #four-oh-four p {
		font-size: 24px;
		line-height: 24px;
	}
}

body.error404 #four-oh-four .special-btn {
	padding: 8px 51px 8px 28px;
	background-color: #b74aa1;
}

body.error404 #four-oh-four .special-btn span:after {
	top: 4px;
	background-image: url("/wp-content/themes/nycpride/library/img/arrow-right-white.svg");
}

