/*!
Theme Name: NYC Digital
Theme URI: http://underscores.me/
Author: Dave Kriebel
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nyc-digital
Tags:

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.

NYC Digital is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*@mixin fontello() {
	font-family: "eight26dc";
	font-style: normal;
	font-weight: normal;
	speak: none;
	
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; *!/
	
	/* For safety - reset parent styles, that can break glyph codes*!/
	font-variant: normal;
	text-transform: none;
	
	/* fix buttons height, for twitter bootstrap *!/
	line-height: 1em;
	
	/* Animation center compensation - margins should be symmetric *!/
	/* remove if not needed *!/
	margin-left: .2em;
	
	/* You can be more comfortable with increased icons size *!/
	/* font-size: 120%; *!/
	
	/* Font smoothing. That was taken from TWBS *!/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #071d49;
  font-family: HelveticaNeueLTStd-Lt, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Unna', serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5em; }

p {
  font-size: 1.375em;
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #faf5f0;
  font-family: 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 #42413f;
  cursor: help; }

mark, ins {
  background: #faf5f0;
  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 http://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. */ }

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

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

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

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. */ }

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

.table {
  display: table;
  width: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  /*border: 1px solid;
  border-color: $color__border-button;
  border-radius: 3px;
  background: $color__background-button;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, .8);
  @include font-size(0.75);*/
  line-height: 1;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  color: #FFF !important;
  background: #0056f1;
  padding: .75em 1.375em;
  text-decoration: none;
  font-family: HelveticaNeueLTStd-BdCn;
  font-weight: normal;
  letter-spacing: .05em;
  -webkit-appearance: none; }
  .button:hover,
  a.button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #003ba5;
    color: #FFF !important;
    text-decoration: none !important; }
  .button:active, .button:focus,
  a.button:active,
  a.button:focus,
  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 {
    color: #FFF !important;
    text-decoration: none; }
  .button.yellow,
  a.button.yellow,
  button.yellow,
  input[type="button"].yellow,
  input[type="reset"].yellow,
  input[type="submit"].yellow {
    background: #ffd630; }
    .button.yellow:hover,
    a.button.yellow:hover,
    button.yellow:hover,
    input[type="button"].yellow:hover,
    input[type="reset"].yellow:hover,
    input[type="submit"].yellow:hover {
      background: #e3b600; }
  .button.green,
  a.button.green,
  button.green,
  input[type="button"].green,
  input[type="reset"].green,
  input[type="submit"].green {
    background: #02bb5f; }
    .button.green:hover,
    a.button.green:hover,
    button.green:hover,
    input[type="button"].green:hover,
    input[type="reset"].green:hover,
    input[type="submit"].green:hover {
      background: #016f39; }
  .button.outline,
  a.button.outline,
  button.outline,
  input[type="button"].outline,
  input[type="reset"].outline,
  input[type="submit"].outline {
    background: transparent;
    border: 3px solid #0056f1;
    color: #0056f1 !important; }
    .button.outline:hover,
    a.button.outline:hover,
    button.outline:hover,
    input[type="button"].outline:hover,
    input[type="reset"].outline:hover,
    input[type="submit"].outline:hover {
      background: #0056f1;
      color: #FFF !important;
      text-decoration: none; }
    .button.outline.yellow,
    a.button.outline.yellow,
    button.outline.yellow,
    input[type="button"].outline.yellow,
    input[type="reset"].outline.yellow,
    input[type="submit"].outline.yellow {
      border-color: #ffd630;
      color: #ffd630 !important; }
      .button.outline.yellow:hover,
      a.button.outline.yellow:hover,
      button.outline.yellow:hover,
      input[type="button"].outline.yellow:hover,
      input[type="reset"].outline.yellow:hover,
      input[type="submit"].outline.yellow:hover {
        background: #ffd630;
        color: #FFF !important; }
    .button.outline.green,
    a.button.outline.green,
    button.outline.green,
    input[type="button"].outline.green,
    input[type="reset"].outline.green,
    input[type="submit"].outline.green {
      border-color: #02bb5f;
      color: #02bb5f !important; }
      .button.outline.green:hover,
      a.button.outline.green:hover,
      button.outline.green:hover,
      input[type="button"].outline.green:hover,
      input[type="reset"].outline.green:hover,
      input[type="submit"].outline.green:hover {
        background: #02bb5f;
        color: #FFF !important; }
  .button.unna,
  a.button.unna,
  button.unna,
  input[type="button"].unna,
  input[type="reset"].unna,
  input[type="submit"].unna {
    text-transform: capitalize;
    font-family: 'Unna', serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: .02em;
    line-height: .75; }

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: #42413f;
  border: 1px solid #42413f;
  border-radius: 0px;
  display: block;
  width: 100%; }
  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: #42413f; }

select {
  border: 1px solid #42413f; }

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"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0056f1;
  text-decoration: underline;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  a:visited {
    color: #0056f1; }
  a:hover, a:focus, a:active {
    color: #0044be;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  a.blue {
    color: #0056f1; }
  a.blue:hover {
    text-decoration: underline; }
  a.read-more {
    display: table;
    margin: auto; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  /*clear: both;*/
  display: block;
  /*	float: left;*/
  width: 100%;
  display: none; }
  @media (min-width: 992px) {
    .main-navigation {
      display: block;
      width: 66.666%;
      top: 50%;
      position: absolute;
      right: 120px;
      text-align: right;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); } }
  .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: 1.5em;
      left: -999em;
      z-index: 99999; }
      .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 a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    /*float: left;*/
    display: inline-block;
    position: relative; }
    .main-navigation li:hover > a, .main-navigation li:focus > a, .main-navigation li.current-menu-item > a {
      color: #ffd630; }
    .main-navigation li a {
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      color: #faf5f0;
      font-family: HelveticaNeueLTStd-BdCn;
      font-weight: normal;
      padding: .25em .5em; }
    .main-navigation li.menu-item-13.current-menu-item > a {
      color: #faf5f0; }
    .main-navigation li.menu-item-13:hover > a, .main-navigation li.menu-item-13:focus > a {
      color: #ffd630; }

/* 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; }
.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 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #42413f;
    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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#page {
  z-index: 0;
  position: relative; }

header#masthead {
  position: relative;
  z-index: 999999999999999999999999999999999999999999999999;
  /* For some crazy reason this is fixing a weird white line bug */
  top: 0px;
  width: 100%;
  text-align: center;
  background: #42413f;
  padding: 15px 20px; }
  @media (min-width: 768px) {
    header#masthead {
      padding: 30px 40px; } }
  header#masthead .site-branding {
    width: 60%;
    float: left;
    margin-top: 10px; }
    @media (min-width: 768px) {
      header#masthead .site-branding {
        margin-top: 0; } }
    @media (min-width: 992px) {
      header#masthead .site-branding {
        width: 33.333%; } }
    header#masthead .site-branding a {
      color: #faf5f0;
      text-decoration: none !important; }
      header#masthead .site-branding a span {
        text-indent: -9999999px;
        position: relative;
        display: inline-block;
        margin-right: .25em;
        background: transparent url("images/nyclogo.png") no-repeat left top;
        background-image: url("images/nyclogo.svg");
        background-size: contain;
        vertical-align: text-top;
        width: 40px;
        height: 13px;
        margin-top: 1px; }
        @media (min-width: 768px) {
          header#masthead .site-branding a span {
            width: 79px;
            height: 26px;
            margin-top: 1px; } }
  header#masthead .site-title {
    margin: 0;
    width: 100%;
    text-align: left;
    font-size: 1em; }
    @media (min-width: 768px) {
      header#masthead .site-title {
        font-size: 1.875em; } }

/*--------------------------------------------------------------
# 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%; }

/*--------------------------------------------------------------
## 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 {
    margin: 0.8075em 0; }

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

/* @group NYC Digital Styles */
/* @group Random Useful Styles */
.centerall {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

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

.all-caps {
  text-transform: uppercase; }

.headline {
  font-size: 1.75em;
  font-size: 8vw;
  color: #0056f1; }
  @media (min-width: 768px) {
    .headline {
      font-size: 2.625em; } }
  .headline.helvetica-cond {
    font-family: HelveticaNeueLTStd-BdCn;
    text-transform: uppercase; }
  .headline.green {
    color: #02bb5f; }
  .headline.drkgray {
    color: #42413f; }
  .headline.yellow {
    color: #ffd630; }

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

.breathe {
  padding: 2em 0; }
  .breathe.reduce-headroom {
    padding-top: 0; }
  .breathe.reduce-legroom {
    padding-bottom: 0; }
  @media (min-width: 992px) {
    .breathe {
      padding: 4em 0; } }

.unna {
  font-family: 'Unna', serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2; }

/* @group Helvetica */
.HelveticaNeueLTStd-BdCn {
  font-family: HelveticaNeueLTStd-BdCn; }

.HelveticaNeueLTStd-Hv {
  font-family: HelveticaNeueLTStd-Hv; }

.HelveticaNeueLTStd-HvIt {
  font-family: HelveticaNeueLTStd-HvIt; }

.HelveticaNeueLTStd-Lt {
  font-family: HelveticaNeueLTStd-Lt; }

.HelveticaNeueLTStd-LtIt {
  font-family: HelveticaNeueLTStd-LtIt; }

.HelveticaNeueLTStd-Md {
  font-family: HelveticaNeueLTStd-Md; }

.HelveticaNeueLTStd-MdIt {
  font-family: HelveticaNeueLTStd-MdIt; }

/* @end */
/* @end */
/* @group Tap Tap */
body .taptap-menu-button-wrapper {
  top: 23px; }
@media (min-width: 768px) {
  body .taptap-menu-button-static {
    margin: 25px 0 0 12px; } }
@media (min-width: 768px) {
  body .taptap-menu-button, body .taptap-menu-button-three {
    padding: 25px 11px 10px 11px; } }
body .taptap-main-wrapper-active, body .taptap-background-color-active, body .taptap-background-image-active {
  -webkit-transform: translateY(0) translateX(0);
  -moz-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0); }
body .taptap-by-bonfire ul li.current-menu-item a {
  color: #faf5f0; }
body .taptap-by-bonfire ul li a {
  color: #faf5f0;
  padding: 2vh .5em;
  font-family: 'Unna', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 6vh;
  line-height: 1.2; }
  body .taptap-by-bonfire ul li a:hover {
    color: #ffd630; }

/* @end */
/* @group Translator */
body.nyc-digital {
  /*.translator-dropdown-flags-and-names .translator-dropdown-current-language span, .translator-dropdown-flags-and-short-names .translator-dropdown-current-language span, .translator-dropdown-flags-and-names .translator-dropdown-sub-container a span, .translator-dropdown-flags-and-short-names .translator-dropdown-sub-container a span, .translator-dropdown-current-language, .translator-dropdown-sub-container a {
  	font-family: HelveticaNeueLTStd-BdCn!important;
  }*/
  /*	.translator-dropdown-body {
  /*		background: transparent!important3;*!/
  		border: none!important;
  	}*/
  /**
   *START
   */
  /*.translator-dropdown-container p {
  	margin: 0 !important;
  	border: 0 !important;
  	font-weight: normal !important;
  }
  
  .translator-dropdown-container a {
  	text-decoration: none !important;
  	font-weight: normal !important;
  }
  */
  /*.translator-dropdown-floating-left,
  .translator-dropdown-floating-left .translator-dropdown-sub-container {
  	float: left !important;
  }
  
  .translator-dropdown-floating-right,
  .translator-dropdown-floating-right .translator-dropdown-sub-container {
  	float: right !important;
  }*/
  /*.translator-dropdown-scroll-enabled {
  	
  }*/
  /*	.translator-dropdown-current-language-flag {
  		position: absolute !important;
  		right: 0 !important;
  		top: 2px !important;
  	}*/
  /*	.translator-dropdown-languages-list-scroll {
  		margin: 3px 0 0 0 !important;
  		padding: 0 !important;
  		background: none !important;
  		border: none !important;
  		display: none;
  	}*/
  /*.translator-dropdown-languages-list-scroll-bar-rail {
  	margin: 0 !important;
  	padding: 0 !important;
  	background: none !important;
  	border: none !important;
  }*/
  /*	.translator-dropdown-languages-list-opened .translator-dropdown-languages-list-scroll {
  		display: block;
  		z-index: 999999 !important;
  	}*/
  /*	.translator-dropdown-languages-list {
  		margin: 3px 0 0 0 !important;
  		padding: 0 !important;
  		background: none !important;
  		border: none !important;
  		display: none;
  	}*/
  /*.translator-dropdown-languages-list p a {
  	background: none !important;
  	float: none !important;
  }*/
  /*.translator-dropdown-scroll-enabled .translator-dropdown-languages-list {
  	overflow: hidden;
  	margin-top: 0 !important;
  }
  
  .translator-dropdown-hover.translator-dropdown-scroll-enabled .translator-dropdown-languages-list:hover {
      overflow-y: scroll;
  }*/
  /*	
  	.translator-dropdown-languages-list-opened .translator-dropdown-languages-list {
  		display: block;
  	}*/
  /*.translator-dropdown-sub-container table tr {
  	background: none !important;
  	border: none !important;
  }*/
  /*.translator-dropdown-hidden {
  	display: none;
  }*/ }
  body.nyc-digital .translator-dropdown-container {
    /*text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;*/
    border: none !important;
    background: none !important;
    /*height: 28px !important;*/
    z-index: 99999 !important;
    position: relative !important;
    margin-right: 40px !important; }
    @media (min-width: 768px) {
      body.nyc-digital .translator-dropdown-container {
        margin-right: 30px !important; } }
    @media (min-width: 992px) {
      body.nyc-digital .translator-dropdown-container {
        margin-right: 0px !important; } }
  body.nyc-digital .translator-dropdown-sub-container a {
    padding: 0 0px !important; }
  body.nyc-digital .translator-dropdown-container label {
    /*display: block;
    float: left !important;
    margin: 5px 5px 0 0 !important;*/
    color: red !important; }
  body.nyc-digital .translator-dropdown-sub-container {
    /*height: 28px !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    z-index: 999999 !important;*/
    padding: 6px 0 0 !important; }
  body.nyc-digital .translator-dropdown-body {
    /*position: relative !important;
    float: left !important;
    height: 21px !important;*/
    padding: 3px 3px 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    /*margin: 0 !important;
    z-index: 999999 !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;*/ }
  body.nyc-digital .translator-dropdown-body p {
    color: #faf5f0;
    /*position: relative !important;
    font-weight: normal !important;*/ }
  body.nyc-digital .translator-dropdown-current-language-arrow {
    /*display: block !important;
    width: 0 !important;
    height: 0 !important;
    border: 6px solid !important;
    position: absolute !important;
    top: 10px !important;
    right: 5px !important;*/
    border-color: #faf5f0 transparent transparent !important;
    /*background: none !important;
    margin: 0 !important;
    padding: 0 !important;*/ }
  body.nyc-digital .translator-dropdown-languages-list-scroll-bar {
    background: #faf5f0 !important;
    /*margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    z-index: 9999999 !important;
    left: auto !important;*/ }
  body.nyc-digital .translator-dropdown-hover .translator-dropdown-languages-list p:hover {
    background-color: #0056f1 !important; }
  body.nyc-digital .translator-dropdown-hover .translator-dropdown-languages-list p:hover a,
  body.nyc-digital .translator-dropdown-hover .translator-dropdown-languages-list p:hover a span {
    color: #faf5f0 !important; }
  body.nyc-digital .translator-dropdown-languages-list p {
    cursor: pointer !important;
    border-top: 1px solid #42413f !important;
    padding: 3px 0 3px 3px !important;
    /*		background: none !important;*/ }
  body.nyc-digital .translator-dropdown-languages-list-opened .translator-dropdown-body {
    /*		height: auto !important;*/
    background: #000 !important;
    border: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important; }
  body.nyc-digital .translator-dropdown-sub-container table {
    /*text-align: center !important;
    margin: 0 auto !important;
    height: 20px !important;
    border-collapse: separate !important;*/
    border: none !important;
    background: red !important; }
  body.nyc-digital .translator-dropdown-sub-container table td {
    /*vertical-align: middle !important;
    background: none !important;
    border: none !important;
    height: 20px !important;
    line-height: 20px !important;
    width: auto !important;
    padding: 0 !important;*/
    font-family: HelveticaNeueLTStd-BdCn;
    font-size: 12px; }
  body.nyc-digital .translator-dropdown-current-language {
    padding: 0 20px 0 3px !important;
    color: #faf5f0 !important;
    background: none !important;
    /*		border-collapse: separate !important;*/ }
  body.nyc-digital .translator-dropdown-languages-list-opened .translator-dropdown-current-language,
  body.nyc-digital .translator-dropdown-languages-list-opened .translator-dropdown-current-language span,
  body.nyc-digital .translator-dropdown-current-language span {
    color: #faf5f0 !important;
    padding-left: 6px !important; }
  body.nyc-digital .translator-dropdown-sub-container a {
    /*		padding: 0 3px !important;*/
    color: #faf5f0 !important;
    /*		width: 100%;
    		text-align: left;*/ }
  body.nyc-digital .translator-dropdown-sub-container a span {
    color: #faf5f0 !important;
    border: none !important;
    font-family: HelveticaNeueLTStd-BdCn !important;
    font-size: 10px !important;
    /*text-decoration: none !important;
    white-space: nowrap !important;
    line-height: 16px !important;
    font-weight: normal !important;
    text-decoration: none !important;
    text-transform: none !important;*/
    text-shadow: none !important; }
  body.nyc-digital .translator-dropdown-sub-container p.translator-dropdown-completed {
    background-color: #42413f !important; }
  body.nyc-digital .translator-dropdown-sub-container p.translator-dropdown-completed a span {
    color: #faf5f0 !important; }
  body.nyc-digital .translator-dropdown-current-language,
  body.nyc-digital .translator-dropdown-sub-container a {
    /*font-weight: normal !important;
    text-decoration: none !important;
    height: 16px !important;
    display: table !important;
    border: none !important;*/
    font-family: HelveticaNeueLTStd-BdCn !important;
    font-size: 10px !important;
    /*white-space: nowrap !important;
    vertical-align: middle !important;
    line-height: 16px !important;
    margin: 0 !important;
    text-align: left !important;*/ }
  body.nyc-digital .translator-dropdown-hover .translator-dropdown-sub-container a:hover {
    /*		text-decoration: none !important;*/ }
  body.nyc-digital .translator-dropdown-current-language span,
  body.nyc-digital .translator-dropdown-sub-container a span {
    /*padding: 0;
    line-height: 16px !important;*/ }
  body.nyc-digital .translator-dropdown-flags-and-names .translator-dropdown-current-language span,
  body.nyc-digital .translator-dropdown-flags-and-short-names .translator-dropdown-current-language span,
  body.nyc-digital .translator-dropdown-flags-and-names .translator-dropdown-sub-container a span,
  body.nyc-digital .translator-dropdown-flags-and-short-names .translator-dropdown-sub-container a span {
    padding-left: 6px !important;
    /*margin: 0 !important;*/
    border: none !important;
    font-family: HelveticaNeueLTStd-BdCn !important;
    font-size: 16px !important;
    line-height: 18px !important;
    /*text-decoration: none !important;
    white-space: nowrap !important;
    line-height: 16px !important;
    font-weight: normal !important;
    background: none !important;
    text-transform: none !important;
    text-shadow: none! important;
    font-style: normal !important;
    text-transform: none !important;*/
    /*display: none;*/
    /*@include desktop {
    	display: inline-block;
    }*/ }
  body.nyc-digital .translator-dropdown-current-language img,
  body.nyc-digital .translator-dropdown-sub-container a img {
    /*border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: top !important;
    width: 22px !important;
    max-width: 22px !important;
    height: 16px !important;
    max-height: 16px !important;
    display: inline !important;*/
    width: 20px !important;
    max-width: 20px !important;
    height: 14px !important;
    margin-top: 1px !important;
    background: none !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important; }
  body.nyc-digital .translator-dropdown-low-res .translator-dropdown-hide-name {
    /*display: inline-block !important;*/ }
  body.nyc-digital .translator-dropdown-loading {
    /*		padding-left: 16px !important;*/
    background-image: url(../images/loading.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center left !important; }

/* @end */
/* @group Homepage */
/* @group Hero */
#hero .hero-headline {
  margin-bottom: .25em; }
#hero .hero-subheadline {
  color: #FFF; }

.hero {
  position: relative;
  background: black;
  min-height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*@media (max-width: 767px) {
      .fullscreen-bg {
          background: url('http://dev2.slicejack.com/fullscreen-video-demo/img/videoframe.jpg') center center / cover no-repeat;
      }
  
      .fullscreen-bg__video {
          display: none;
      }
  }*/ }
  .hero.video {
    overflow: hidden; }
  .hero:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(39, 39, 39, 0.55); }
  .hero #big-video {
    position: relative;
    background: #000;
    overflow: hidden;
    height: 582px; }
  .hero #big-video .video {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
  .hero #big-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .hero #big-video .video-element {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%; }
  .hero .hero-slide.container {
    z-index: 1; }
  .hero h1 {
    color: #faf5f0;
    font-size: 2.375em;
    width: 100%; }
    @media (min-width: 992px) {
      .hero h1 {
        font-size: 4.6875em; } }
  .hero h3 {
    color: #ffd630;
    font-family: HelveticaNeueLTStd-BdCn;
    text-transform: uppercase;
    font-size: 1.875em;
    /*margin: 0;*/ }

/* @end */
/* @group Strategies */
#strategies {
  background: #faf5f0;
  padding-top: 0; }

/* @group Filter */
.cs-options ul li:first-of-type {
  display: none; }

/* @end */
/* @group Isotope */
.grid {
  margin-top: -1em;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .grid {
      margin-left: -15px;
      margin-right: -15px; } }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .element-item ---- */
/* 3 columns, percentage width */
.grid-item,
.grid-sizer {
  width: 50%; }
  @media (min-width: 768px) {
    .grid-item,
    .grid-sizer {
      width: 33.333%;
      /*margin: 15px;*/ } }
  @media (min-width: 992px) {
    .grid-item,
    .grid-sizer {
      width: 25%;
      /*margin: 15px;*/ } }

.grid-item {
  float: left;
  position: relative;
  /*min-height: 350px;*/
  padding: 7px; }
  @media (min-width: 768px) {
    .grid-item {
      padding: 15px; } }
  .grid-item .file-illus {
    position: relative;
    background: #f4e8dd;
    padding-top: 123%;
    color: #FFF; }
    .grid-item .file-illus a {
      color: #FFF; }
    .grid-item .file-illus a.linkall {
      position: absolute;
      text-decoration: none;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #002067;
      opacity: 0; }
      .grid-item .file-illus a.linkall h3 {
        font-size: 1.125em;
        display: block;
        width: 85%;
        color: #FFF;
        /*@include desktop {
        	font-size: em(18px);
        }*/ }
        @media (min-width: 768px) {
          .grid-item .file-illus a.linkall h3 {
            font-size: 1.375em; } }
      .grid-item .file-illus a.linkall:hover {
        opacity: .98; }
      .grid-item .file-illus a.linkall h2 {
        width: 85%; }
    .grid-item .file-illus.style1 {
      background: transparent url("images/Strategy-01.svg") no-repeat left top;
      background-image: url("images/Strategy-01.svg");
      background-size: contain; }
      .grid-item .file-illus.style1 .numerals {
        color: #042a7e; }
    .grid-item .file-illus.style2 {
      background: transparent url("images/Strategy-02.svg") no-repeat left top;
      background-image: url("images/Strategy-02.svg");
      background-size: contain; }
      .grid-item .file-illus.style2 .numerals {
        color: #0c6f3e; }
    .grid-item .file-illus.style3 {
      background: transparent url("images/Strategy-03.svg") no-repeat left top;
      background-image: url("images/Strategy-03.svg");
      background-size: contain; }
      .grid-item .file-illus.style3 .numerals {
        color: #0c6f3e; }
    .grid-item .file-illus.style4 {
      background: transparent url("images/Strategy-04.svg") no-repeat left top;
      background-image: url("images/Strategy-04.svg");
      background-size: contain; }
      .grid-item .file-illus.style4 .numerals {
        color: #0056f1; }
    .grid-item .file-illus.style5 {
      background: transparent url("images/Strategy-05.svg") no-repeat left top;
      background-image: url("images/Strategy-05.svg");
      background-size: contain; }
      .grid-item .file-illus.style5 a {
        color: #42413f; }
      .grid-item .file-illus.style5 .numerals {
        color: #af9230; }
    .grid-item .file-illus.style6 {
      background: transparent url("images/Strategy-06.svg") no-repeat left top;
      background-image: url("images/Strategy-06.svg");
      background-size: contain; }
      .grid-item .file-illus.style6 .numerals {
        color: #042a7e; }
    .grid-item .file-illus.style7 {
      background: transparent url("images/Strategy-07.svg") no-repeat left top;
      background-image: url("images/Strategy-07.svg");
      background-size: contain; }
      .grid-item .file-illus.style7 .numerals {
        color: #0056f1; }
    .grid-item .file-illus.style8 {
      background: transparent url("images/Strategy-08.svg") no-repeat left top;
      background-image: url("images/Strategy-08.svg");
      background-size: contain; }
      .grid-item .file-illus.style8 .numerals {
        color: #042a7e; }
    .grid-item .file-illus.style9 {
      background: transparent url("images/Strategy-09.svg") no-repeat left top;
      background-image: url("images/Strategy-09.svg");
      background-size: contain; }
      .grid-item .file-illus.style9 .numerals {
        color: #0c6f3e; }
    .grid-item .file-illus.style10 {
      background: transparent url("images/Strategy-10.svg") no-repeat left top;
      background-image: url("images/Strategy-10.svg");
      background-size: contain; }
      .grid-item .file-illus.style10 .numerals {
        color: #042a7e; }
    .grid-item .file-illus.style11 {
      background: transparent url("images/Strategy-11.svg") no-repeat left top;
      background-image: url("images/Strategy-11.svg");
      background-size: contain; }
      .grid-item .file-illus.style11 .numerals {
        color: #0056f1; }
    .grid-item .file-illus.style12 {
      background: transparent url("images/Strategy-12.svg") no-repeat left top;
      background-image: url("images/Strategy-12.svg");
      background-size: contain; }
      .grid-item .file-illus.style12 a {
        color: #42413f; }
      .grid-item .file-illus.style12 .numerals {
        color: #af9230; }
  .grid-item .grid-item-text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .grid-item .numerals {
    font-family: 'Unna', serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    margin-top: -1.875em;
    padding-bottom: .25em;
    font-size: 75%;
    /*margin-bottom: em(15px);*/ }
    .grid-item .numerals .num-hash {
      font-size: 1.875em;
      font-size: 8.25vw; }
      @media (min-width: 768px) {
        .grid-item .numerals .num-hash {
          font-size: 2.5625em; } }
      @media (min-width: 992px) {
        .grid-item .numerals .num-hash {
          font-size: 3.4375em; } }
    .grid-item .numerals .post-number {
      font-size: 2.8125em;
      font-size: 15vw;
      line-height: 1; }
      @media (min-width: 768px) {
        .grid-item .numerals .post-number {
          font-size: 4.6875em; } }
      @media (min-width: 992px) {
        .grid-item .numerals .post-number {
          font-size: 6.25em; } }
  .grid-item h2.entry-title {
    margin: 0;
    text-transform: uppercase;
    font-family: HelveticaNeueLTStd-BdCn;
    font-size: 0.9375em;
    font-size: 3.5vw;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .grid-item h2.entry-title {
        font-size: 1.25em; } }
    @media (min-width: 992px) {
      .grid-item h2.entry-title {
        /*	    	font-size: em(26px);*/ } }
    @media (min-width: 1200px) {
      .grid-item h2.entry-title {
        font-size: 1.5625em; } }
    .grid-item h2.entry-title a {
      text-decoration: none; }

/* @end */
/* @group Strategy Filter */
i.exit {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #FFF;
  cursor: pointer; }
  i.exit:hover {
    color: #ffd630; }

#strategy-filter-wrap {
  /*	min-height: 175px;*/
  /*	background-color: pink;*/
  display: table;
  width: 100%; }

#strategy-filter {
  display: table-cell;
  vertical-align: middle; }

.strategy-filter {
  display: inline;
  color: #0056f1; }
  .strategy-filter h2 {
    display: inline;
    vertical-align: bottom; }
    .strategy-filter h2 span {
      display: inline-block;
      margin: 0 .125em; }

/* @end */
/* @end */
/* @end */
/* @group Content-block-section */
/*body.page #main {
    padding-bottom: 4em;
    
    @include desktop {
    	padding-bottom: 9em;
    }
}*/
.hero-slide section.lt-gray,
#content-block-section section.lt-gray {
  background-color: #faf5f0; }
.hero-slide .col-md-1, .hero-slide .col-md-2, .hero-slide .col-md-3, .hero-slide .col-md-4, .hero-slide .col-md-5, .hero-slide .col-md-6, .hero-slide .col-md-7, .hero-slide .col-md-8, .hero-slide .col-md-9, .hero-slide .col-md-10, .hero-slide .col-md-11, .hero-slide .col-md-12,
#content-block-section .col-md-1,
#content-block-section .col-md-2,
#content-block-section .col-md-3,
#content-block-section .col-md-4,
#content-block-section .col-md-5,
#content-block-section .col-md-6,
#content-block-section .col-md-7,
#content-block-section .col-md-8,
#content-block-section .col-md-9,
#content-block-section .col-md-10,
#content-block-section .col-md-11,
#content-block-section .col-md-12 {
  float: none;
  display: block;
  vertical-align: text-top; }
  @media (min-width: 992px) {
    .hero-slide .col-md-1, .hero-slide .col-md-2, .hero-slide .col-md-3, .hero-slide .col-md-4, .hero-slide .col-md-5, .hero-slide .col-md-6, .hero-slide .col-md-7, .hero-slide .col-md-8, .hero-slide .col-md-9, .hero-slide .col-md-10, .hero-slide .col-md-11, .hero-slide .col-md-12,
    #content-block-section .col-md-1,
    #content-block-section .col-md-2,
    #content-block-section .col-md-3,
    #content-block-section .col-md-4,
    #content-block-section .col-md-5,
    #content-block-section .col-md-6,
    #content-block-section .col-md-7,
    #content-block-section .col-md-8,
    #content-block-section .col-md-9,
    #content-block-section .col-md-10,
    #content-block-section .col-md-11,
    #content-block-section .col-md-12 {
      display: inline-block; } }
.hero-slide .col-md-6,
#content-block-section .col-md-6 {
  font-size: 75%;
  /*		margin-bottom: 4em;*/
  margin-bottom: 2em;
  margin-top: 2em; }
  @media (min-width: 992px) {
    .hero-slide .col-md-6,
    #content-block-section .col-md-6 {
      padding: 1.5em 45px; } }
.hero-slide #participants ul,
#content-block-section #participants ul {
  margin: 0;
  margin-bottom: 5em;
  list-style: none;
  padding: 0; }
  @media (min-width: 768px) {
    .hero-slide #participants ul,
    #content-block-section #participants ul {
      -webkit-columns: 3;
      -moz-columns: 3;
      columns: 3;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px; } }
  .hero-slide #participants ul li,
  #content-block-section #participants ul li {
    display: inline-block;
    padding-bottom: 0.25em;
    line-height: 1.5;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid #eddcca;
    padding-top: .5em;
    vertical-align: top; }
    .hero-slide #participants ul li a,
    #content-block-section #participants ul li a {
      text-decoration: none; }
.hero-slide .feat-image,
#content-block-section .feat-image {
  background-size: cover;
  background-position: center center;
  background-color: #FFF;
  display: inline-block;
  width: 100%;
  padding-top: 75%; }
  .hero-slide .feat-image.circle,
  #content-block-section .feat-image.circle {
    width: 40%;
    margin-bottom: 2em;
    padding-top: 40%;
    border-radius: 50%; }

/* @end */
/* @group Single */
#strategy-categories span.strategy-cat-wrap {
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  margin-bottom: 1em;
  vertical-align: top;
  width: 50%; }
  @media (min-width: 768px) {
    #strategy-categories span.strategy-cat-wrap {
      width: 33.333%; } }
  @media (min-width: 992px) {
    #strategy-categories span.strategy-cat-wrap {
      width: 16.667%;
      margin-bottom: 0; } }
  #strategy-categories span.strategy-cat-wrap a.strategy-cat {
    display: inline-block;
    overflow: visible;
    border-radius: 50%;
    width: 100%;
    padding-top: 100%;
    height: 0;
    text-decoration: none;
    color: #42413f;
    opacity: .4;
    /*text-indent: -99999px;*/
    margin: 0 1.5%;
    /*background: $offwhite;*/
    background-size: contain;
    /*&:hover {
    	opacity: 1;
    }*/ }
    #strategy-categories span.strategy-cat-wrap a.strategy-cat span {
      position: relative;
      display: block;
      text-transform: uppercase;
      font-size: 1em;
      padding-top: .5em;
      margin-left: -15px;
      margin-right: -15px; }
    #strategy-categories span.strategy-cat-wrap a.strategy-cat.welcome {
      background: transparent url("images/icons_welcome.png") no-repeat center center;
      background-image: url("images/icons_welcome.svg"); }
    #strategy-categories span.strategy-cat-wrap a.strategy-cat.reach {
      background: transparent url("images/icons_reach.png") no-repeat center center;
      background-image: url("images/icons_reach.svg"); }
    #strategy-categories span.strategy-cat-wrap a.strategy-cat.simplify {
      background: transparent url("images/icons_simplify.png") no-repeat center center;
      background-image: url("images/icons_simplify.svg"); }
    #strategy-categories span.strategy-cat-wrap a.strategy-cat.build {
      background: transparent url("images/icons_build.png") no-repeat center center;
      background-image: url("images/icons_build.svg"); }
    #strategy-categories span.strategy-cat-wrap a.strategy-cat.respond {
      background: transparent url("images/icons_respond.png") no-repeat center center;
      background-image: url("images/icons_respond.svg"); }
    #strategy-categories span.strategy-cat-wrap a.strategy-cat.protect {
      background: transparent url("images/icons_earn.png") no-repeat center center;
      background-image: url("images/icons_earn.svg"); }
#strategy-categories.welcome span.strategy-cat-wrap a.welcome {
  opacity: 1; }
#strategy-categories.reach span.strategy-cat-wrap a.reach {
  opacity: 1; }
#strategy-categories.simplify span.strategy-cat-wrap a.simplify {
  opacity: 1; }
#strategy-categories.build span.strategy-cat-wrap a.build {
  opacity: 1; }
#strategy-categories.respond span.strategy-cat-wrap a.respond {
  opacity: 1; }
#strategy-categories.protect span.strategy-cat-wrap a.protect {
  opacity: 1; }

#strategy-tactics {
  background: repeating-linear-gradient(45deg, #faf5f0, #faf5f0 4px, #f7f0e8 4px, #f7f0e8 8px); }
  #strategy-tactics .headline {
    margin-bottom: 0; }
  #strategy-tactics .tactic-list {
    /*column-count: 1;
    column-gap: 1em;*/
    width: 100%;
    float: left; }
    @media (min-width: 768px) {
      #strategy-tactics .tactic-list {
        /*column-count: 2;*/
        width: 50%; } }
  #strategy-tactics .tactic {
    width: 100%;
    display: inline-block;
    padding: 0 55px 0 15px;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    /*@include tablet {
    	width: 50%;
    }*/
    /* @group Post Rating */
    /* @end */ }
    #strategy-tactics .tactic div.tactic-content {
      position: relative;
      background-color: #FFF;
      padding: 40px 0 20px 30px; }
      #strategy-tactics .tactic div.tactic-content .tactic-description {
        padding-bottom: 1em; }
        #strategy-tactics .tactic div.tactic-content .tactic-description p {
          font-size: 1em;
          margin: 0; }
          #strategy-tactics .tactic div.tactic-content .tactic-description p a,
          #strategy-tactics .tactic div.tactic-content .tactic-description p a:link,
          #strategy-tactics .tactic div.tactic-content .tactic-description p a:visited {
            color: #02bb5f;
            text-decoration: none; }
            #strategy-tactics .tactic div.tactic-content .tactic-description p a:hover,
            #strategy-tactics .tactic div.tactic-content .tactic-description p a:link:hover,
            #strategy-tactics .tactic div.tactic-content .tactic-description p a:visited:hover {
              color: #016f39; }
      #strategy-tactics .tactic div.tactic-content .tactic-links {
        font-size: 0.8125em;
        font-family: 'Unna', serif;
        font-style: normal;
        font-weight: normal;
        line-height: 1.2;
        letter-spacing: 0.02em;
        padding-bottom: 1em; }
        #strategy-tactics .tactic div.tactic-content .tactic-links a.example {
          display: inline-block;
          margin-right: 1em;
          text-decoration: none;
          background: transparent url("images/link-arrow.svg") no-repeat right center;
          padding-right: 15px;
          background-size: 9px auto; }
    #strategy-tactics .tactic .tactic-content-wrap {
      position: relative; }
    #strategy-tactics .tactic div.dogzear {
      width: 40px;
      position: absolute;
      top: 40px;
      bottom: 0;
      right: -40px;
      background-color: #FFF; }
      #strategy-tactics .tactic div.dogzear:after {
        content: '';
        position: absolute;
        top: -40px;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 0 0 40px;
        border-color: transparent transparent transparent #ffffff; }
    #strategy-tactics .tactic .vote {
      min-height: 55px;
      position: relative;
      background-color: #FFF;
      margin-right: -40px;
      border-top: 4px solid #faf5f0;
      padding: 10px 30px 10px 27px; }
      #strategy-tactics .tactic .vote .audience {
        width: 66.6%;
        text-align: right;
        margin-top: -1px;
        display: inline-block;
        font-family: HelveticaNeueLTStd-BdCn;
        text-transform: uppercase;
        color: #d3ccc9;
        vertical-align: middle;
        /*end*/
        /*end*/ }
        #strategy-tactics .tactic .vote .audience span.logo {
          display: inline-block;
          width: 37px;
          text-indent: 9999999px;
          overflow: hidden;
          height: 27px;
          vertical-align: bottom; }
        #strategy-tactics .tactic .vote .audience.cityhall span.logo {
          background: transparent url("images/nyc_city-hall.png") no-repeat center center;
          background-image: url("images/nyc_city-hall.svg"); }
        #strategy-tactics .tactic .vote .audience.agencies span.logo {
          background: transparent url("images/nyc_logo.png") no-repeat center center;
          background-image: url("images/nyc_logo.svg"); }
    #strategy-tactics .tactic .post-ratings {
      width: 33.3%;
      display: inline-block; }
      #strategy-tactics .tactic .post-ratings IMG {
        height: 28px; }
      #strategy-tactics .tactic .post-ratings span, #strategy-tactics .tactic .post-ratings IMG {
        display: inline-block;
        vertical-align: middle; }
      #strategy-tactics .tactic .post-ratings span {
        font-family: HelveticaNeueLTStd-BdCn;
        color: #d3ccc9;
        padding-left: .5em;
        margin-top: 4px; }
        #strategy-tactics .tactic .post-ratings span.voted {
          color: #02bb5f; }
  #strategy-tactics .tactic-list .tactic:first-of-type .audience:before {
    content: ' ';
    opacity: .5; }
  #strategy-tactics .tactic-list .tactic:first-of-type .audience.agencies:before {
    content: 'Citywide Initiative '; }
  #strategy-tactics .tactic-list .tactic:first-of-type .audience.cityhall:before {
    content: "Mayor's Office Initiative "; }

#strategy-nav {
  margin: 0;
  background-color: #42413f; }
  @media (min-width: 768px) {
    #strategy-nav {
      display: flex; } }
  #strategy-nav .previous, #strategy-nav .next {
    width: 100%;
    display: inline-block;
    text-align: center;
    border-bottom: 2px solid #faf5f0; }
    @media (min-width: 768px) {
      #strategy-nav .previous, #strategy-nav .next {
        display: flex;
        width: 50%;
        text-align: left;
        border-bottom: none; } }
    #strategy-nav .previous *, #strategy-nav .next * {
      margin-bottom: 0; }
    #strategy-nav .previous a, #strategy-nav .next a {
      display: block;
      width: 100%;
      background-color: #42413f;
      color: #faf5f0;
      text-decoration: none;
      padding: 1em 3em 2em; }
      #strategy-nav .previous a:hover, #strategy-nav .next a:hover {
        background-color: #353433; }
    #strategy-nav .previous h4, #strategy-nav .next h4 {
      font-family: HelveticaNeueLTStd-BdCn;
      color: #ffd630;
      text-transform: uppercase;
      font-size: 1.125em; }
    #strategy-nav .previous h3, #strategy-nav .next h3 {
      font-family: HelveticaNeueLTStd-Lt;
      font-size: 1em;
      margin-top: .375em; }
    #strategy-nav .previous .big-num, #strategy-nav .next .big-num {
      /*			display: inline-block;*/
      /*		    vertical-align: middle;*/
      font-size: 1.875em;
      line-height: .85;
      margin-bottom: .125em; }
      #strategy-nav .previous .big-num i.fa, #strategy-nav .next .big-num i.fa {
        vertical-align: middle;
        font-size: 50%;
        color: #ffd630; }
      #strategy-nav .previous .big-num .num, #strategy-nav .next .big-num .num {
        display: inline-block;
        vertical-align: middle; }
      #strategy-nav .previous .big-num .hash, #strategy-nav .next .big-num .hash {
        font-size: 58%; }
      @media (min-width: 992px) {
        #strategy-nav .previous .big-num, #strategy-nav .next .big-num {
          font-size: 5.3125em; } }
    #strategy-nav .previous .link-info, #strategy-nav .next .link-info {
      /*		    display: block;*/
      padding: 0 1em;
      /*		    vertical-align: middle;*/
      /*	        max-width: 85%;*/
      /*max-width: 600px;
      width: 100%;*/ }
  @media (min-width: 768px) {
    #strategy-nav .previous a {
      /*				padding-right: 0;*/
      border-right: 1px solid; } }
  @media (min-width: 768px) {
    #strategy-nav .next {
      text-align: right; } }
  @media (min-width: 768px) {
    #strategy-nav .next a {
      /*				padding-left: 0;*/
      border-left: 1px solid; } }

/* @end */
/* @group Social Sharing */
.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
  background: #0056f1 !important;
  color: #FFF !important; }
  .sd-social-icon .sd-content ul li[class*=share-] a.sd-button:hover {
    background: #0044be !important;
    opacity: 1 !important; }
  .sd-social-icon .sd-content ul li[class*=share-] a.sd-button span.share-count {
    background: #000 !important; }

/* @end */
/* @group Pop Up */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: 100%;
  max-width: 600px;
  margin: 20px auto; }

.mfp-close-btn-in .mfp-close {
  color: #42413f !important;
  opacity: 1; }

/* @end */
/* @group Form */
div#bsd-field-custom-1317-group .input label {
  padding-left: .5em; }

#bsd-field-submit-btn {
  text-align: center; }

/* @end */
/* @group Footer */
footer.site-footer {
  padding: 1em;
  background: #000; }
  footer.site-footer table {
    margin: 0;
    font-family: HelveticaNeueLTStd-Md !important; }

/* @end */
/* @end */

/*# sourceMappingURL=style.css.map */
