/*!
Theme Name: Women NYC
Theme URI: https://women.nyc/
Author: Worn
Author URI: https://women.nyc/
Description: New York City is committed to being the best place in the world for women to succeed.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: womennyc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

womennyc is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
    font-family: 'GTAmerica';
    src: url('fonts/gt-america-expanded-black-webfont.eot');
    src: url('fonts/gt-america-expanded-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gt-america-expanded-black-webfont.woff2') format('woff2'),
    url('fonts/gt-america-expanded-black-webfont.woff') format('woff'),
    url('fonts/gt-america-expanded-black-webfont.ttf') format('truetype'),
    url('fonts/gt-america-expanded-black-webfont.svg#gt_americaexpanded_black') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'GTAmerica';
    src: url('fonts/gt-america-expanded-medium-webfont.eot');
    src: url('fonts/gt-america-expanded-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gt-america-expanded-medium-webfont.woff2') format('woff2'),
    url('fonts/gt-america-expanded-medium-webfont.woff') format('woff'),
    url('fonts/gt-america-expanded-medium-webfont.ttf') format('truetype'),
    url('fonts/gt-america-expanded-medium-webfont.svg#gt_americaexpanded_medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GTAmerica';
    src: url('fonts/GT-America-Expanded-Regular.eot');
    src: url('fonts/GT-America-Expanded-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/GT-America-Expanded-Regular.woff2') format('woff2'),
    url('fonts/GT-America-Expanded-Regular.woff') format('woff'),
    url('fonts/GT-America-Expanded-Regular.ttf') format('truetype');
    font-weight:normal;
    font-style: normal;
}

@font-face {
    font-family: 'GTAmericaStandard';
    src: url('fonts/GT-America-Standard-Medium.eot');
    src: url('fonts/GT-America-Standard-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/GT-America-Standard-Medium.woff2') format('woff2'),
    url('fonts/GT-America-Standard-Medium.woff') format('woff'),
    url('fonts/GT-America-Standard-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gtamericastandardmedium';
    src: url('fonts/gtamericastandardmedium.eot');
    src: url('fonts/gtamericastandardmedium.eot') format('embedded-opentype'),
    url('fonts/gtamericastandardmedium.woff2') format('woff2'),
    url('fonts/gtamericastandardmedium.woff') format('woff'),
    url('fonts/gtamericastandardmedium.ttf') format('truetype'),
    url('fonts/gtamericastandardmedium.svg#gtamericastandardmedium') format('svg');
}
@font-face {
    font-family: 'GTAmericaStandard';
    src: url('fonts/GT-America-Standard-Light.eot');
    src: url('fonts/GT-America-Standard-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/GT-America-Standard-Light.woff2') format('woff2'),
    url('fonts/GT-America-Standard-Light.woff') format('woff'),
    url('fonts/GT-America-Standard-Light.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'gtamericastandardmedium';
    src: url('fonts/gtamericastandardmedium.eot');
    src: url('fonts/gtamericastandardmedium.eot') format('embedded-opentype'),
    url('fonts/gtamericastandardmedium.woff2') format('woff2'),
    url('fonts/gtamericastandardmedium.woff') format('woff'),
    url('fonts/gtamericastandardmedium.ttf') format('truetype'),
    url('fonts/gtamericastandardmedium.svg#gtamericastandardmedium') format('svg');
}

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    font-family: GTAmerica;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

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

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

a {
    background-color: transparent;
    text-decoration: none;
    color: #000;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #000000;
    font-family: GTAmerica;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.hide{
    display: none;
}
.message-subscribe{
    margin: 0;
    font-size: 14px;
    border: 1px solid #666;
    padding: 14px;
    max-width: 250px;
    background: #111;
    color: #fff;
}
.message-subscribe.error{
    border: 1px solid #be1e2d;
}
.message-subscribe.success{
    display: block;
    color: green;
    border: 1px solid;
    background: lightgoldenrodyellow;
    font-weight: bold;
    font-size: 14px;
}
.message-subscribe a{
    color: #be1e2d;
    text-decoration: underline;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    float: left;
}
.main-navigation ul li a{
    padding-left: 50px;
}
.main-navigation.right{
    float: right;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #000;
    padding: 30px 0 10px 0;
    margin-left: 35px;
    width: 295px;
}
.main-navigation ul ul li a{
    padding: 7px 18px;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul li{
    float: none;
}
.main-navigation ul ul li a {
    width: 100%;
    font-size: 12px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.current-menu-item a,
.mobileNav .current-menu-item a,
.current-menu-parent > a,
.mobileNav .current-menu-parent > a{
    color: #d0021b;
}
.main-navigation a:hover{
    color: #d0021b;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
    width: 100%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 0em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.byline .author{
    text-transform: uppercase;
}
.byline .author a{
    pointer-events: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    padding-top: 10px;
    color:#494949;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
#search-words-popup {
    position: fixed;
    top: 83px;
    z-index: 9;
    width: 100%;
}
#search-words-popup > .container {
    /* border: 1px solid #373737;
    border-bottom-width: 2px;
    border-bottom-color: #fff; */
    padding-top: 150px;
    padding-bottom: 150px;
    background: #000;
    position: relative;
    max-width: none;
}
#search-words-popup form {
    text-align: center;
    position: relative;
    max-width: 950px;
    margin: 0 auto 40px;
    padding: 0;
}
#search-words-popup form input[type="search"] {
    background: none;
    border: none;
    border-bottom: 1px solid #fff!important;
    color: #fff;
    width: 100%;
    padding-left: 0;
    outline:none;
}
#search-words-popup form .search-submit {
    font-size: 1.5em;
    border: none!important;
    background: transparent!important;
    position: absolute;
    right: -30px;
    top: 0;
    padding: 0;
    width: auto;
}
#search-words-popup form button span {
    color: #fff;
    cursor:pointer;
    outline:none;
}
#search-words-popup form .text-help {
    margin-top: 20px;
    color: #fff;
    text-align: left;
}
#search-words-popup form .text-help p {
    font-size: 0.9em;
    margin-bottom: 3em;
}
#search-words-popup form .text-help p a {
    text-decoration: underline;
    color: #fff;
}

.site-content {
    padding-top: 84px;
}

.container{
    max-width: 1340px;
    padding: 0 20px;
    margin: auto;
}
.site-header{
    background: #000;
    position: fixed;
    padding: 30px 50px;
    width: 100%;
    left: 0;
    z-index: 10;
}
.site-branding{
    max-width: 265px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.search-btn{
    width: 20px;
    height: 21px;
    float: left;
    display: block;
    cursor: pointer;
    margin-top: 3px;
    background: url(img/search.png) no-repeat center;
}
.lnr-cross{
    margin-top: 3px;
    color: #fff;
    font-size: 20px;
    background: #000;
    display: none;
    float: left;
    cursor: pointer;
}
.menu-toggle{
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 2rem;
    display: noen;
    color: #fff;
    float: left;
    cursor: pointer;
}
.menu-toggle.open:before{
    content: "\e870";
}
.menu-toggle:before {
    content: "\e871";
}

.mobileNav .menu-item-has-children ul{
    display: none;
}
.mobileNav .menu-item-has-children .lnr{
    color: #fff;
    float: left;
    margin-left: -27px;
    margin-top: 11px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.mobileNav .menu-item-has-children .lnr.open{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}


.site-footer{
    background: #000;
    color: #fff;
    padding: 40px 0 50px 0;
}
.footer-widgets{
    display: flex;
}
.footer-widgets .col{
    padding: 0 10px;
    width: 25%;
}
.footer-widgets .col:first-child h2{
    display: none;
}
.footer-widgets .col h2{
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.footer-widgets .col ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets .col ul li a{
    font-family: 'GTAmericaStandard';
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.footer-widgets .col ul li a:hover{
    color: #d0021b;
}
.footer-widgets .textwidget{
    font-family: 'GTAmericaStandard';
}
.footer-widgets #text-2{
    width: 35%;
}
.footer-widgets form{
    position: relative;
    margin: 8px 0 10px 0;
    display: inline-block;
    width: 100%;
    max-width: 250px;
}
.footer-widgets form input[type="email"]{
    font-family: 'GTAmericaStandard';
    font-size: 12px;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 0 5px;
    line-height: 39px;
}
.footer-widgets form .btn{
    position: absolute;
    right: 0;
    top: 0;
    background: #be1e2d;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 23px;
    padding: 7px 9px;
    font-weight: bold;
    cursor: pointer;
}

.pp-link{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 34px;
    display: inline-block;
}
.pp-link:hover{
    text-decoration: underline;
    color: #fff;
}
.created{
    font-family: GTAmerica;
    font-weight: normal;
    font-size: 12px;
    display: block;
    padding-bottom: 5px;
}
.created a{
    color: #fff;
    text-decoration: none;
}
.created a:hover{
    text-decoration: underline;
}

.mobileNav{
    display: none;
    position: fixed;
    left: -100vw;
    background: #000;
    height: 94%;
    width: 100vw;
    z-index: 1;
    padding: 40px;
    margin-top: 60px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow: scroll;
}
.site{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.openMenu{
    -webkit-transform: translate(80vw,0);
    -ms-transform: translate(80vw,0);
    transform: translate(80vw,0);
    -webkit-transform: translate3d(80vw,0,0);
    transform: translate3d(80vw,0,0);
}
.mobileNav.open{
    left: 0vw;
}
.mobileNav ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobileNav ul li{
    line-height: 38px;
}
.mobileNav ul ul{
    padding-left: 20px;
    padding-bottom: 5px;
}
.mobileNav ul ul li{
    line-height: 24px;
}
.mobileNav ul ul a{
    font-size: 12px;
    text-transform: uppercase;
}
.mobileNav a{
    color: #fff;
    text-decoration:none;
}

.tagline{
    border: 2px solid;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background:#000;
    font-size: 30px;
    line-height: normal;
    padding: 48px 145px;
    margin-bottom: 35px;
    font-family: 'GTAmerica';
}
.detailGrid{
    background: #fafafa;
    width: 67%;
    float: left;
    font-family: 'GTAmericaStandard';
    color: #000;
    padding: 50px 0 40px 0;
}
.detailGrid h2{
    text-align: center;
    font-size: 32px;
    margin: 0;
}
.detailGrid ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    text-align: center;
}
.detailGrid ul li{
    width: 50%;
    padding: 55px 50px 0 50px;
}
.detailGrid ul li a{
    display: block;
}
.detailGrid ul li h3{
    font-size: 24px;
    margin: 10px 0 0;
}
.detailGrid ul li p{
    margin: 0;
    font-size: 20px;
}
.recentNews{
    width: 27.4%;
    float: right;
    font-family: 'GTAmericaStandard';
    margin-bottom: 40px; /* temp */
}
.recentNews .rm, .eventsHome .vm, .bottomContent a, .btn-red{
    display: block;
    background: #be1e2d;
    color: #fff;
    text-align: center;
    line-height: 70px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 15px;
}
.recentNews .rm:hover, .eventsHome .vm:hover, .bottomContent a:hover, .btn-red:hover{
    background: #000;
}
.recentNews h2{
    font-size: 32px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}
.recentNews ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.recentNews ul li{
    color: #000;
    border-bottom: 2px solid #b9b9b9;
    padding-bottom: 15px;
    padding-top: 15px;
}
.recentNews ul li span{
    font-size:14px;
    display:block;
    padding-bottom:5px;
}
.recentNews ul li:last-child{
    border-bottom: 0;
}
.recentNews ul li h3{
    margin: 0;
}
.recentNews ul li h3 a{
    font-size: 24px;
    margin: 20px 0 0;
    color: #000;
}
.recentNews ul li p{
    margin: 0;
    font-size: 20px;
    line-height: normal;
}
.recentNews ul li > a{
    font-size: 18px;
    color: #d0021b;
    text-decoration: none;
    padding-top: 10px;
    display: none;
}
.eventsHome{
    font-family: 'GTAmericaStandard';
    color: #000;
    display: none; /* temp */
    padding-bottom: 40px;
    width: 100%;
}
.eventsHome h2{
    text-align: center;
    font-size: 32px;
    margin: 50px 0 40px 0;
}
.eventsHome .eventGrid{
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.eventsHome .eventGrid .col:nth-child(2n){
    margin: 0 34px;
}
.eventsHome .eventGrid .col{
    border: 2px solid #000;
    padding: 35px;
    width: 31.6%;
}
.eventsHome .eventGrid .col a.event-img{
    position: relative;
    min-height: 210px;
    display: block;
}
.eventsHome .eventGrid .col img{
    display: block;
    /* width: 100%; */
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.eventsHome .eventGrid .col .prog{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.2px;
}
.eventsHome .eventGrid .col .date{
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 28px;
    margin-bottom: 20px;
}
.eventsHome .eventGrid .col h3{
    font-size: 24px;
    margin: 15px 0 10px 0;
}

.eventsHome .eventGrid .col p{
    margin: 0;
    font-size: 20px;
}
.eventsHome .eventGrid .col a.lm{
    font-size: 18px;
    color: #d0021b;
    padding-top: 30px;
    display: block;
}
.eventsHome .vm{
    max-width: 330px;
    margin: auto;
}
.calltoAction{
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
    padding-top: 15px;
    width: 100%;
}
.calltoAction .col:nth-child(2n){
    margin: 0 29px;
}
.calltoAction .col{
    background: #000;
    color: #fff;
    text-align: center;
    padding: 0px 31px;
    height: 260px;
    width: 31.8%;
    display: table;
}
.calltoAction .col:hover{
    background: #d0021b;
}
.calltoAction .col center{
    display: table-cell;
    vertical-align: middle;
}
.calltoAction h4{
    font-weight: 500;
    font-size: 30px;
    margin: 0 0 15px 0;
    line-height: normal;
}
.calltoAction p{
    line-height: 24px;
    font-size: 16px;
    font-family: 'GTAmericaStandard';
    margin: 0;
}
.bottomContent{
    border-top: 3px solid #000;
    margin: 0px 0 50px 0;
    padding-top: 60px;
    display: inline-block;
    width: 100%;
    font-family: 'GTAmericaStandard';
}
.bottomContent h3{
    margin: 0;
    font-size: 15px;
}
.bottomContent h4{
    margin: 0;
    font-size: 32px;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 20px;
}
.bottomContent .cta{
    width: 27%;
    float: left;
    padding-left: 30px;
}
.bottomContent .desc{
    width: 51%;
    float: right;
    padding-right: 30px;
    line-height: 1.4;
    font-size: 20px;
}
.bottomContent .desc a{
    display: none;
}
.bottomContent .desc p{
    margin: 0;
}

/*--------------------------------------------------------------
# News Listing Page
--------------------------------------------------------------*/
.featured-post{
    max-width: 1100px;
    padding: 30px 10px 0 10px;
    margin: auto;
    display: flex;
    font-family: 'GTAmericaStandard';
}
.featured-post img{
    display: block;
}
.featured-post .desc{
    width: 45%;
    border: 2px solid;
    padding: 55px;
}
.featured-post .desc h2{
    font-size: 32px;
    margin: 0 0 25px 0;
    font-weight: bold;
    line-height: normal;
}
.featured-post .desc p{
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
.featured-post figure{
    margin: 0;
    width: 54.91%;
}
.featured-post figure img{
    display: block;
}

.facts{
    background: #f3f3f6;
    text-align: center;
    padding: 35px 0;
    margin-top: 50px;
    margin-bottom: 70px;
}
.facts h2{
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}
.facts ul{
    margin: auto;
    padding: 0;
    list-style: none;
    max-width: 1100px;
    padding: 0 10px;
    display: flex;
    font-family: 'GTAmericaStandard';
    justify-content: space-around;
}
.facts ul li{
    width: 23%;
    margin-top: 30px;
}
.facts ul p{
    font-size: 14px;
}

.newsFeeds{
    font-family: 'GTAmericaStandard';
    margin-bottom: 50px;
}
.newsFeeds ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.newsFeeds ul li{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.newsFeeds ul li a img{
    float: left;
    width: 48%;
}
.newsFeeds ul li .content{
    border-top: 2px solid;
    float: right;
    max-width: 302px;
    padding-top: 15px;
    width: 48%;
}
.newsFeeds ul li .content h3{
    margin: 0;
    font-size: 24px;
    line-height: normal;
    padding: 5px 0 10px 0;
}
.newsFeeds ul li .content p{
    margin: 0;
    line-height: 1.4;
    font-size: 20px;
}
.newsFeeds .btn-red{
    max-width: 415px;
    margin: auto;
    letter-spacing: 2px;
}
.successStories{
    display: none;
    width: 100%;
    border-top: 2px solid;
    padding-top: 30px;
    padding-bottom: 40px;
    font-family: 'GTAmericaStandard';
}
.successStories h3{
    margin: 0;
    font-size: 32px;
    text-align: center;
}
.successStories ul{
    display: flex;
    max-width: 1150px;
    padding: 0 20px;
    list-style: none;
    margin: auto;
    justify-content: center;
    flex-flow: wrap;
}
.successStories ul li{
    padding: 0 20px;
    margin-top: 40px;
    max-width: 277px;
}
.successStories ul li img{
    display: block;
}
.successStories ul li span{
    display: block;
    font-size: 14px;
    padding: 15px 0 5px 0;
    text-transform: uppercase;
}
.successStories ul li h4{
    margin: auto;
    font-size: 20px;
    line-height: 24px;
}

#ajax-load-more{
    width: 100%;
}
.alm-btn-wrap .alm-load-more-btn{
    width: 100% !important;
    border-radius: 0 !important;
    font-family: 'GTAmericaStandard';
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 70px !important;
    height: auto !important;
    border:0;
    padding: 0;
    cursor: pointer;
    letter-spacing: 2px;
}
.alm-load-more-btn.more.btn-red.done{
    opacity: 0.5;
    cursor: default;
    display: none;
}

/*--------------------------------------------------------------
# News Detail Page
--------------------------------------------------------------*/
#main .postContent{
    float: left;
    max-width: 855px;
    width: 66%;
    font-family: 'GTAmericaStandard';
    padding-top: 50px;
    padding-bottom: 30px;
}
#main .postContent .entry-title{
    margin-bottom: 0px;
}
#main .postContent .entry-meta{
    font-size: 14px;
}
#main .postContent .entry-content{
    margin-top: 10px;
    padding-left: 38px;
    font-size: 20px;
    line-height: 28px;
}
#main .postContent .entry-content a{
    color:#be1e2d;
    text-decoration:underline;
}
#main .postContent .entry-content blockquote{
    font-size: 24px;
    line-height: 36px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    font-family: 'GTAmerica';
    font-weight: 500;
    padding: 45px 0;
    margin:20px 0;
}
#main .postContent .entry-content blockquote p{
    margin: 0;
}
#main .postContent .entry-content .addtoany_content{
    margin: 60px 0 0;
}
#main .postContent .entry-content .addtoany_list a{
    margin-right: 15px;
}
#main .postSidebar{
    max-width: 415px;
    width: 32%;
    float: right;
    font-family: 'GTAmericaStandard';
    padding-top: 50px;
}
.postSidebar .relatedStories{
    border:2px solid;
    padding: 40px 40px 30px 40px;
}
.postSidebar .relatedStories h2{
    margin: 0 0 15px 0;
    font-size: 32px;
}
.postSidebar .relatedStories ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.postSidebar .relatedStories ul li{
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #000;
    margin-top: 20px;
}
.postSidebar .relatedStories ul li:last-child{
    border-bottom: 0;
}
.postSidebar .relatedStories ul li span{
    font-size: 14px;
    text-transform: uppercase;
}
.postSidebar .relatedStories ul li h3{
    margin: 0;
    font-size: 24px;
    line-height: normal;
    padding: 10px 0 24px 0;
}

.newsletterSidebar{
    border: 2px solid;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 40px;
}
.newsletterSidebar h2{
    margin: 0 0 50px 0;
    font-size: 24px;
    line-height: normal;
}
.newsletterSidebar form{
    position: relative;
}
.newsletterSidebar .email{
    font-family: 'GTAmericaStandard';
    border-top: 0;
    border-bottom: 2px solid #000;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    font-size: 20px;
    color: #000;
    width: 100%;
    font-weight: bold;
    outline: none;
}
.newsletterSidebar .email::placeholder{
    color: #000;
}
.newsletterSidebar .email::-webkit-input-placeholder{
    color: #000;
}

.newsletterSidebar .btn{
    border: 0;
    background: url(img/arrow.png) no-repeat center;
    padding: 0;
    width: 11px;
    height: 21px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 6px;
}

.edit-1{
    font-size: 24px;
    line-height: 36px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    font-family: 'GTAmerica';
    font-weight: 500;
    padding: 45px 0;
}

.girdPostContainer{
    margin-bottom: 50px;
}
.category_feed{
    margin: 0;
    padding: 0;
}
.girdPostContainer, .category_feed{
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    /* 	justify-content: space-between; */
    font-family: 'GTAmericaStandard';
    list-style: none;
}
.girdPostContainer article, .category_feed li{
    width: 30%;
    border: 2px solid;
    padding: 25px 40px;
    box-shadow: 1px 2px 0 #7F7F7F;
    margin-bottom: 35px;
    margin-left: 1.5%;
    margin-right: 1.5%
}
.girdPostContainer article > a, .category_feed li > a{
    display: block;
    max-height: 226px;
    overflow: hidden;
}
.girdPostContainer article img, .category_feed li img{
    display: block;
    width: 100%;
}
.girdPostContainer article .entry-title, .category_feed li h3{
    line-height: normal;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.5em;
}
.girdPostContainer article .entry-content, .category_feed li p{
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
}
.category_feed li p{
    margin-top: 15px;
}
.category_feed li .content > a{
    display: none;
}
.girdPostContainer article:hover, .category_feed li:hover{
    border-color: #d0021b;
}
.girdPostContainer article:hover a, .category_feed li:hover a{
    color: #d0021b;
    text-decoration: underline;
}
.girdPostContainer .btn-red{
    max-width: 333px;
    margin: auto;
}

.archive .page-title{
    font-family: 'GTAmericaStandard';
    text-align: center;
    margin: 32px 0;
}

.catBanner{
    display: inline-block;
    width: 100%;
    height: 600px;
    overflow: hidden;
    font-family: 'GTAmericaStandard';
}
.catBanner .container{
    display: table;
    height: 600px;
    width: 100%;
}
.catBanner .desc{
    display: table-cell;
    vertical-align: middle;
}
.catBanner .desc .cat{
    font-size: 20px;
    text-transform: uppercase;
}
.catBanner .desc h2{
    margin-top: 10px;
    font-size: 40px;
    max-width: 550px;
    line-height: normal;
}
.catBanner .desc a.btn-red{
    max-width: 300px;
    letter-spacing: 2px;
}
.catBanner img{
    width: 100%;
    display: block;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/

.type-page .entry-title{
    font-family: 'GTAmericaStandard';
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 45px;
}
.type-page .entry-content{
    font-family: 'GTAmericaStandard';
    line-height: 28px;
    font-size: 20px;
    margin-top: 0;
}

.programPartners{
    border: 0px solid;
    margin-bottom: 55px;
    padding: 0px 25px;
}
.programPartners h3{
    margin: 0;
    font-size: 42px;
    font-family: 'gtamericastandardmedium';
    font-weight: bold;
    padding: 0 25px;
    text-align: center;
    line-height: normal;
}
.programPartners ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: wrap;
}
.programPartners ul li{
    padding: 0 25px;
    width: 20%;
    margin-top: 55px;
    text-align: center;
    display: table;
    height: 98px;
}
.programPartners ul li span{
    display: table-cell;
    vertical-align: middle;
}

.entry-header.about{
    text-align: center;
    font-family: 'gtamericastandardmedium';
}
.entry-header.about span{
    text-transform: uppercase;
    display: block;
    margin-top: 45px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.13px;
    padding-bottom: 10px;
}
.entry-header.about h1{
    margin: 0;
    font-family: 'gtamericastandardmedium';
    font-size: 42px;
}

.aboutTop{
    display: flex;
    flex-flow: row-reverse;
    padding: 42px 0 45px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 40px 0 50px 0;
}
.aboutTop figure{
    width: 86%;
    margin: 0;
}
.aboutTop figure .wp-caption-text{
    border-left: 2px solid #999;
    padding: 0 0 0 18px;
    color: #000;
    margin-top: 25px;
}
.aboutTop h2{
    width: 45%;
    padding-right: 85px;
    font-size: 28px;
    letter-spacing: 0.62px;
    line-height: 1.29;
    font-family: 'GTAmericaStandard';
    font-weight: normal;
    margin: 0;
}
.aboutTop h2 strong{
    font-family: 'gtamericastandardmedium';
    display: block;
}
.abt-shortDesc{
    font-size: 18px;
    margin-bottom: 60px;
}
.abt-tagline{
    background: #f2f2f2;
    text-align: center;
    padding: 48px 15%;
    margin-bottom: 60px;
}
.abt-tagline h3{
    margin: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    font-family: 'GTAmerica';
}
.abt-programsGrid h3{
    font-size: 42px;
    text-align: center;
    margin: 0;
    line-height: normal;
    font-family: 'gtamericastandardmedium';
    font-weight: bold;
    letter-spacing: 1px;
}
.abt-programsGrid .grid .col{
    display: flex;
    margin: 60px 0;
    padding: 0 0 60px 0;
    border-bottom: 1px solid #000;
}
.abt-programsGrid .grid .col figure{
    margin: 0;
    padding-right: 55px;
    width: 25%;
}
.abt-programsGrid .grid .col .desc{
    font-size: 18px;
    width: 70%;
}
.abt-programsGrid .grid .col h4{
    margin: 0;
    font-family: 'gtamericastandardmedium';
    font-size: 28px;
}
.abt-programsGrid .grid .col p{
    margin: 25px 0;
}
.abt-programsGrid .grid .col .btn-red{
    display: inline-block;
    line-height: 42px;
    padding: 0 35px;
    font-size: 14px;
    letter-spacing: 0.88px;
    margin: 0;
}

/*--------------------------------------------------------------
# She Built NYC
--------------------------------------------------------------*/

.builder-banner-content{
    height: 600px;
    display: table;
    width: 100%;
    font-family: GTAmerica;
}
.builder-banner-slide{
    background-size: cover;
    background-position: center;
}
.builder-banner-inner-content{
    vertical-align: middle;
    display: table-cell;
    color: #fff;
    font-size: 18px;
    font-family: 'gtamericastandardmedium';
}
.builder-banner-inner-content h1{
    font-weight: 500;
    /* text-shadow: 0px 0px 30px black, 0px 0px 30px black, 0px 0px 30px black, 0px 0px 30px black, 0px 0px 30px black, 0px 0px 30px black, 0px 0px 30px black, 0px 0px 30px black; */
}
#builder-section-text_67 .builder-section-content-inner{
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 2.2rem 0 2.2rem;
}
#builder-section-text_67 .builder-text-row{
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
#builder-section-text_67 .builder-text-content h2{
    font-family: 'gtamericastandardmedium';
    font-size: 36px;
    font-weight: 500;
    font-style: normal;
    font-stretch: expanded;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 10px 0 50px 0;
}
#builder-section-text_67 .builder-text-content p{
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 19px;
}
#builder-section-text_67 .builder-text-content .btn-red{
    max-width: 285px;
    margin: auto;
    margin-top: 35px;
}

#builder-section-text_87 {
    padding-top: 30px;
}
#builder-section-text_87 .builder-text-row{
    max-width: 1270px;
    margin: auto;
    padding: 0 20px;
}
#builder-section-text_87 .builder-text-column-1{
    float: left;
    width: 44.33%;
    margin-right: 3.3333333333%;
}
#builder-section-text_87 .builder-text-column-2{
    margin-right: 0;
    width: 52.33%;
    float: left;
    letter-spacing: 0.03em;
    line-height: 1.64;
    font-size: 21px;
}
#builder-section-text_87 .builder-text-column-2 h3{
    font-size: 26px;
}
#builder-section-text_87 .builder-text-column-2 p{
    font-size: 18px;
    line-height: 24px;
}
#builder-section-text_87 .builder-text-column-2 a{
    color: #d0021b;
}

#builder-section-text_113 {
    display: inline-block;
    width: 100%;
}
#builder-section-text_113 .builder-text-row{
    max-width: 1230px;
    margin: auto;
    padding: 0 0px;
}
#builder-section-text_113-column-1 p {
    font-size: 23px !important;
    font-style: normal;
    font-stretch: normal;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    padding: 50px 62px !important;
    border: 1px solid #000;
}

#builder-section-text_115{
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 40px;
}
#builder-section-text_115 .builder-text-row{
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
#builder-section-text_115-column-1 p.nyc-ctaarea {
    display: inline-block;
    max-width: 870px !important;
    width: 100%;
    vertical-align: middle;
    text-align: left !important;
    font-size: 23px;
    letter-spacing: 0.03em;
    line-height: 1.30;
    margin: 0;
}
#builder-section-text_115-column-1 p.nyc-apply {
    width: 215px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
#builder-section-text_115-column-1 p.nyc-apply a{
    margin: 0;
}

.faqs{
    padding-bottom: 2.4rem;
    display: inline-block;
    width: 100%;
}
h3.nyc-qa {
    font-size: 38px;
    font-weight: 600;
    font-style: normal;
    font-stretch: expanded;
    line-height: normal;
    color: #000000;
    text-align: center;
    margin: 40px 0 10px 0;
}

#accordion {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
#accordion h4 {
    background: transparent;
    font-family: 'GTAmericaStandard';
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    color: #000000;
    border-bottom: 2px solid #ccc;
    padding: 30px 0;
    margin: 0;
}
#accordion h4.open{
    border: 0px;
}
#accordion h4 label {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
}
#accordion .accordion-content {
    display: none;
    padding: 20px 0;
    box-sizing: border-box;
    color: #333;
    border-bottom: 2px solid #ccc;
}
#accordion .accordion-content.default {
    display: block;
}
#accordion .accordion-content a{
    color: #be1e2d;
}
#accordion .accordion-content p {
    font-size: 20px;
    font-weight: 600;
}
#accordion h4 span {
    float: right;
    width: 23px;
    height: 11px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 14px;
}
#accordion h4 span:before, #accordion h4 span:after {
    content: "";
    width: 23px;
    height: 1px;
    display: block;
    position: absolute;
    background: #000;
}
#accordion h4 span:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
#accordion h4.open span:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.nyc-quest {
    display: inline-block;
    width: 100%;
    background: #f3f3f6;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.6px;
    text-align: center;
    color: #000000;
    margin: 0;
    padding: 21px 0;
}
.nyc-quest a{
    color:#be1e2d;
}
.nyc-quest p{
    margin: 0;
    font-size: 1.1em;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.eventListing{
    font-family: 'GTAmericaStandard';
}
.eventListing h1{
    text-align: center;
    font-size: 40px;
}
.allEvents{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 40px;
}
.allEvents .item{
    border: 2px solid;
    width: 31.8%;
    text-align: center;
    padding-bottom: 10px;
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}
.allEvents .item figure{
    margin: 0;
    min-height: 235px;
    overflow: hidden;
    background: #000;
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #eaeaea;
}
.allEvents .item figure img{
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.allEvents .item .eventDate{
    width: 68px;
    height: 68px;
    background-color: #be1e2d;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 47px;
    border: 1px solid #fff;
    margin: auto;
    margin-top: -36px;
    position: relative;
}
.allEvents .item .eventDate small{
    font-size: 16px;
    display: block;
    font-weight: normal;
    line-height: normal;
    margin-top: -6px;
    text-transform: uppercase;
}
.allEvents .item h3{
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0 5px 0;
    padding: 0 15px;
}
.allEvents .item .desc{
    line-height: 24px;
    font-size: 16px;
    color: #9f9f9f;
    padding: 0 30px;
    margin-bottom: 30px;
}
.allEvents .item .location,
.allEvents .item .dateFull{
    color: #9f9f9f;
    font-size: 16px;
    text-align: left;
    padding: 10px 0 10px 55px;
}
.allEvents .item .location{
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background: url(img/location.png) no-repeat 20px center;
}
.allEvents .item .dateFull{
    background: url(img/event-date.png) no-repeat 20px center;
}


/*--------------------------------------------------------------
# Get Involved
--------------------------------------------------------------*/
div.wpforms-container-full .wpforms-form .wpforms-field{
    padding: 15px 0;
}
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=tel]{
    border: 1px solid !important;
    line-height: 80px !important;
    height: 80px !important;
    padding: 20px !important;
}
div.wpforms-container-full .wpforms-form textarea{
    border:1px solid !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{
    font-size: 20px;
    font-weight: bold;
}

div.wpforms-container-full .wpforms-form input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio]{display:none;}
div.wpforms-container-full .wpforms-form li{position:relative;}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{padding-left:50px;cursor:pointer;}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline:before{content:"";display: inline-block;width:35px;height:35px;border:1px solid #000;position: absolute;top: -1px;margin-left:0;left:0;}
div.wpforms-container-full .wpforms-form input[type=checkbox]:checked + .wpforms-field-label-inline:before,
div.wpforms-container-full .wpforms-form input[type=radio]:checked + .wpforms-field-label-inline:before{background:#d0021b;box-shadow:inset 0px 0px 0px 1px #fff;}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #d0021b;
    color: #fff;
    border: 0;
    font-family: 'GTAmericaStandard';
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    width: 100%;
    max-width: 400px;
    font-size: 18px;
    letter-spacing: 2px;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover{
    background: #000;
    border: 0;
}
div.wpforms-container-full{
    margin-bottom: 50px;
}

.searchTitle{
    font-family: 'GTAmericaStandard';
    text-align: center;
}
.searchTitle p{
    font-size: 20px;
    max-width: 715px;
    margin: 0 auto 2.2em auto;
    width: 100%;
}
.searchTitle span{
    color: #be1e2d;
}

.hidden-scroll{
    overflow: hidden;
}

.no-results{
    text-align: center;
    padding: 50px 0 100px 0;
    font-family: 'GTAmericaStandard';
}
.no-results .search-form .search-field{
    border: 1px solid;
    border-radius: 0;
    line-height: 53px;
    height: 50px;
    padding: 20px;
}
.no-results .search-form .search-submit{
    height: 50px;
    border: 0;
    border-radius: 0;
    background: #BE1E2D;
    color: #fff;
    text-transform: uppercase;
}
.cap{
    font-size: 14px;
    color: #494949;
}

.commentForm{
    margin-top: 1.5em;
    font-family: 'GTAmericaStandard';
}
.commentForm div.wpforms-container-full .wpforms-form input,
.commentForm div.wpforms-container-full .wpforms-form textarea,
.commentForm div.wpforms-container-full .wpforms-form input::placeholder,
.commentForm div.wpforms-container-full .wpforms-form textarea::placeholder{
    font-family: 'GTAmericaStandard';
    font-size:20px;
    color:#000;
    font-weight: 700;
}
.commentForm div.wpforms-container-full .wpforms-form textarea{
    padding:20px;
}
.commentForm div.wpforms-container-full .wpforms-form button[type=submit] {
    background:#d0021b;
    color: #fff;
    max-width: 300px;
}
.commentForm div.wpforms-container-full .wpforms-form button[type=submit]:hover{
    background:#d0021b;
}

.commentForm div.wpforms-container-full .wpforms-form input[type=checkbox],
.commentForm div.wpforms-container-full .wpforms-form input[type=radio]{
    display: none;
}
.commentForm div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{
    line-height: 2;
}
.commentForm div.wpforms-container-full .wpforms-form .wpforms-field-label{
    margin-bottom:20px;
}

/* .commentForm .wpforms-field-container{
	display: flex;
    flex-flow: wrap;
}
.commentForm .wpforms-field-container .wpforms-field{
	width:50%;
	padding: 10px 10px !important;
}

.commentForm .wpforms-field.wpforms-field-text,
.commentForm .wpforms-field.wpforms-field-textarea{
	width:100%;
} */


.featuredBanner{
    width: 100%;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    margin-top: 50px;
    margin-bottom: 50px;
}
.featuredBanner figure{
    margin: 0;
    margin-right: 5%;
    max-width: 53%;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-position: 99% center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    padding-bottom: 34.25%;
    padding-top: 25px;
}
.featuredBanner figure img{
    display: block;
}
.featuredBanner .content{
    border-top:2px solid;
    border-bottom:2px solid;
    max-width: 530px;
}
.featuredBanner .content .desc{
    display: table;
    height: 100%;
}
.featuredBanner .content .desc center{
    display: table-cell;
    vertical-align: middle;
}
.featuredBanner .content .desc center h2{
    font-size: 38px;
    font-size: 2.8vw;
    max-height: 295px;
    overflow: hidden;
    margin-top: 15px;
}
.featuredBanner .content .desc center a{
    font-size: 20px;
    font-size: 1.5vw;
    font-weight: 600;
    text-transform: uppercase;
}
.featuredBanner .content .desc center a.link{
    font-weight: normal;
    color: #BE1E2D;
    text-decoration: underline;
    font-weight: 600;
}
.featuredBanner .content .desc center a.link:hover{
    text-decoration: none;
    color: #000;
}


/*--------------------------------------------------------------
# Responsive CSS
--------------------------------------------------------------*/
@media only screen and (min-width: 1540px){
    .featuredBanner .content .desc center a{font-size: 20px;}
    .featuredBanner .content .desc center h2{font-size: 38px;}
}

@media only screen and (max-width: 1485px){
    .site-header{padding: 30px 20px;}
    .main-navigation{margin-top: 0px;}
    .main-navigation ul ul{margin-left: 8px;}
    .main-navigation ul li a{font-size: 14px; padding-left: 20px; padding-top:3px;}
}
@media only screen and (max-width: 1200px){
    .mobileNav{display: block;}
    .site-content{padding-top: 60px;}
    .site-header{padding: 14px 12px;}
    .site-branding{max-width: 200px; padding-top: 8px;}
    .main-navigation{display: none;}
    .search-btn, .lnr-cross{float: right; margin-top: 8px;}
    #search-words-popup{top:60px;}
    #search-words-popup > .container{border: 0}
    #search-words-popup form .search-submit{right: -8px;}
    .menu-toggle{display: block;}
}

@media only screen and (max-width: 767px) {
    figure{width:100% !important;}
    .tagline{font-size: 20px; padding: 22px 22px; margin-top: 20px; margin-bottom: 20px;}
    .detailGrid{width: 100%;}
    .detailGrid h2{font-size: 24px;}
    .detailGrid ul{flex-flow: column;}
    .detailGrid ul li{width: 100%; padding: 40px 22px 0 22px;}
    .detailGrid ul li img{max-width: 85px;}
    .detailGrid ul li h3{font-size: 24px;}
    .detailGrid ul li p{font-size: 16px;}

    .recentNews{width: 100%; border: 2px solid #000; padding: 30px 22px;}
    .recentNews h2{font-size: 20px; text-align: left; font-family: 'GTAmerica'; font-weight: 500; margin: 0;}
    .recentNews ul li h3 a{font-size: 18px;}
    .recentNews ul li p{font-size: 16px;}

    .eventsHome{padding-bottom: 10px;}
    .eventsHome h2{font-size: 24px; margin: 20px 0;}
    .eventsHome .eventGrid{flex-flow: column; margin-bottom: 20px;}
    .eventsHome .eventGrid .col{width: 100%;}
    .eventsHome .eventGrid .col:nth-child(2n){margin: 20px 0;}
    .eventsHome .vm{font-size: 15px; line-height: 50px; max-width: 283px;}

    .calltoAction{flex-flow: column; margin-bottom: 20px;}
    .calltoAction .col{width: 100%; min-height: 213px;}
    .calltoAction .col:nth-child(2n){margin: 10px 0;}
    .calltoAction h4{font-size: 20px;}
    .calltoAction p{font-size: 14px;}

    .bottomContent{padding-top: 40px; margin-bottom: 30px;}
    .bottomContent h3{font-size: 18px;}
    .bottomContent h4{font-size: 24px;}
    .bottomContent .desc{font-size: 16px;}
    .bottomContent .cta{width: 100%; padding: 0;}
    .bottomContent .cta a{display: none;}
    .bottomContent .desc{width: 100%; padding: 0;}
    .bottomContent .desc a{display: block; line-height: 50px; font-size: 15px; max-width: 165px; margin-top: 35px;}

    .featured-post{flex-flow: column; padding-top: 15px;}
    .featured-post .desc{width: 100%; padding: 25px;}
    .featured-post .desc h2{font-size: 24px; margin-bottom: 15px;}
    .featured-post .desc p{font-size: 16px; line-height: 22px;}
    .facts{margin-top: 20px; padding: 25px 0; margin-bottom: 25px;}
    .facts h2{font-size: 20px; margin-bottom: 15px;}
    .facts ul{flex-flow: column}
    .facts ul li{width: 100%; max-width: 245px; margin: 24px auto 0 auto;}
    .newsFeeds ul li{width: 100%; padding:0;}
    .newsFeeds ul li .content > a{font-size: 12px;}
    .newsFeeds ul li .content h3{font-size: 18px;}
    .newsFeeds ul li .content p{display: none;}
    .newsFeeds .btn-red{max-width: 165px; line-height: 50px !important;}

    .successStories ul{flex-wrap: wrap;}
    .successStories ul li{width: 50%;}

    #main .postContent{padding-top: 20px; padding-bottom: 0; max-width: 100%; width: 100%;}
    #main .postContent .entry-title{font-size: 24px;}
    #main .postContent .entry-content{font-size: 16px; line-height: 22px; padding-left: 0;}
    #main .postContent .entry-content img{display: block; width: 100%;}
    .edit-1{font-size: 20px; padding: 15px 0; line-height: normal;}

    #main .postSidebar{padding-top: 0;  margin-bottom: 20px; max-width: 100%; width: 100%;}
    .postSidebar .relatedStories h2{font-size: 24px;}
    .postSidebar .relatedStories{padding: 25px;}
    .postSidebar .relatedStories ul li h3{font-size: 16px; line-height: 22px;}
    .newsletterSidebar{margin-top: 20px; padding: 25px;}

    .archive .page-title{font-size: 24px; margin: 20px 0}
    .girdPostContainer article, .category_feed li{width: 100%; padding: 25px;}
    .category_feed li h3{font-size: 18px; line-height: 24px;}
    .category_feed li p{font-size: 16px; line-height: 22px; margin-bottom: 0;}
    .girdPostContainer .btn-red{max-width: 280px; line-height: 50px !important;}

    /* about page */

    .type-page .entry-title{font-size: 24px;}
    .type-page .entry-content{font-size: 16px; line-height: 24px;}
    .programPartners{padding: 0;}
    .programPartners h3{font-size: 24px; text-align: center; line-height: normal;}
    .programPartners ul li{width: 33%; padding: 0 15px; margin-top: 10px;}

    .entry-header.about span{font-size: 12px; margin-top: 25px;}
    .entry-header.about h1{font-size: 24px;}
    .aboutTop{ margin: 20px 0 25px 0; padding: 22px 0 25px 0; flex-flow: column;}
    .aboutTop figure .wp-caption-text{margin-top: 10px; font-style: italic;}
    .aboutTop h2{width: 100%; padding-right: 0; padding-top: 30px; font-size: 22px;}
    .abt-shortDesc{margin-bottom: 20px;}
    .abt-tagline{padding: 20px 7%; margin-bottom: 20px; transform: translateX(-20px); -webkit-transform: translateX(-20px); width: 110.4%;}
    .abt-tagline h3{font-size: 21px; line-height: 28px;}
    .abt-programsGrid h3{font-size: 22px;}
    .abt-programsGrid .grid .col{flex-flow: column; margin: 25px 0; padding: 0 0 25px 0;}
    .abt-programsGrid .grid .col figure{padding-right: 0; margin-bottom: 20px;}
    .abt-programsGrid .grid .col figure img{width: 100%;}
    .abt-programsGrid .grid .col .desc{width: 100%;}
    .abt-programsGrid .grid .col h4{font-size: 21px;}
    .abt-programsGrid .grid .col p{margin: 15px 0;}
    .abt-programsGrid .grid .col .btn-red{font-size: 12px; line-height: 29px; padding: 0 6px;}


    .catBanner, .catBanner .container{height: 400px;}
    .catBanner .desc .cat{font-size:14px; font-weight:bold;}
    .catBanner .desc h2{font-size: 24px;}
    .catBanner .desc a.btn-red{line-height: 50px; max-width: 220px; font-size: 13px;}

    .builder-banner-content{height: 300px;}
    .builder-banner-inner-content{font-size: 14px;}
    #builder-section-text_67 .builder-text-content h2{font-size: 24px;}
    #builder-section-text_67 .builder-text-content p{font-size: 16px;}
    #builder-section-text_87 .builder-text-column-1{width: 100%;}
    #builder-section-text_87 .builder-text-column-2{width: 100%;}
    #builder-section-text_87 .builder-text-column-2 h3{margin-top: 0; font-size: 20px;}
    #builder-section-text_87 .builder-text-column-2 p{font-size: 16px;}
    #builder-section-text_113 .builder-text-row{padding: 0 20px;}
    #builder-section-text_113-column-1 p{margin-top: 0; font-size: 18px !important; padding: 20px 20px !important; line-height: 24px;}
    #builder-section-text_115{padding: 20px 0;}
    #builder-section-text_115-column-1 p.nyc-ctaarea{font-size: 16px; margin-bottom: 15px;}
    #builder-section-text_115-column-1 p.nyc-apply{width: 100%;}
    #builder-section-text_115-column-1 p.nyc-apply a{line-height: 50px;}

    div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=tel]{line-height: 45px; height: 45px; padding: 10px;}
    div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{font-size: 16px;}
    div.wpforms-container-full .wpforms-form .wpforms-field-label-inline:before{width: 26px; height: 26px;}
    div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{padding-left: 35px;}
    div.wpforms-container-full .wpforms-form button[type=submit]{font-size: 14px; max-width: 100%; line-height: 36px;}

    h3.nyc-qa{font-size: 24px;}
    .faqs{padding: 0;}
    #accordion h4{padding: 10px 0; font-size: 18px;}
    #accordion .accordion-content{padding: 0;}
    #accordion .accordion-content p{font-size: 16px;}
    .nyc-quest{font-size: 16px; padding: 20px;}


    .allEvents{flex-flow: column;}
    .allEvents .item{width: 100%;}

    #main .postContent .entry-content .addtoany_list a{width: 27%;}
    #main .postContent .entry-content .addtoany_content{margin: 0 0 20px 0;}

    .featuredBanner{flex-flow: column; margin: 30px 0;}
    .featuredBanner figure{padding-right: 0; padding-bottom: 56.25%; max-width: 100%;}
    .featuredBanner .content{min-width: 100%; padding: 3% 0;}
    .featuredBanner .content .desc{width: 100%;}
    .featuredBanner .content .desc center a{font-size: 12px; letter-spacing: 0px;}
    .featuredBanner .content .desc center a.link{font-size:16px;}
    .featuredBanner .content .desc center h2{font-size: 20px; letter-spacing: 0px; margin: 8px 0; line-height: 20px; overflow: visible;}

    .site-footer{padding: 15px 0 10px 0;}
    .footer-widgets{flex-flow: column; text-align: center;}
    .footer-widgets #text-2{width: 100%;}
    .footer-widgets .col{width: 100%;}
    .footer-widgets form{display: block; margin: auto;}
    .created{display: block; margin-top: 30px;}

}

.wp-image-2402.alignright {
    margin-bottom: 1.5em;
}

.pageScroller{
    position: fixed;
    right: 32px;
    top: 30%;
    color: #000;
    font-size: 25px;
    cursor:pointer;
}
.pageScroller .lnr{
    font-weight:bold;
    color:#000;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.infinite {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.arrowJump {
    -webkit-animation-name: arrowJump;
    animation-name: arrowJump;
}
@keyframes arrowJump{0%,100%{opacity:0.5;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}50%{opacity:1;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);transform:translateY(10px)}}@-webkit-keyframes arrowJump{0%,100%{opacity:0.5;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}50%{opacity:1;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);transform:translateY(10px)}}