@charset "UTF-8";
/*!
Theme Name: NYCEM
Theme URI: http://underscores.me/
Author: Dave Kriebel
Author URI: http://underscores.me/
Description: Description
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nycem
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.

NYCEM 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
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #FFF;
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  width: 100%;
  height: 100%; }

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

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: #292929;
  font-family: "Open Sans", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: FFDINWebProBlack;
  font-weight: normal;
  font-style: normal;
  letter-spacing: .05em; }

p {
  margin: .5em 0 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: 16.875px;
  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: Consolas, Monaco, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16.875px;
  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 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: #ccc;
  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;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
.button:visited,
.button:link,
input[type="button"],
input[type="reset"],
input[type="submit"],
body #ctf #ctf-more {
  display: inline-block;
  vertical-align: middle;
  background: #ef3d81;
  color: #FFF;
  width: auto;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15.75px;
  font-size: 0.875rem;
  line-height: 1;
  margin: 1em auto;
  min-height: initial;
  padding: .5em .5em .375em;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background 0.12s ease-in-out;
  -moz-transition: background 0.12s ease-in-out;
  -ms-transition: background 0.12s ease-in-out;
  -o-transition: background 0.12s ease-in-out;
  transition: background 0.12s ease-in-out;
  font-family: FFDINWebProMedium;
  letter-spacing: .04em; }
  button:hover,
  .button:hover,
  .button:visited:hover,
  .button:link:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  body #ctf #ctf-more:hover {
    background: #f36ca0; }
  button:active, button:focus,
  .button:active,
  .button:focus,
  .button:visited:active,
  .button:visited:focus,
  .button:link:active,
  .button:link: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,
  body #ctf #ctf-more:active,
  body #ctf #ctf-more:focus {
    outline: 1px dotted; }
  button.big,
  .button.big,
  .button:visited.big,
  .button:link.big,
  input[type="button"].big,
  input[type="reset"].big,
  input[type="submit"].big,
  body #ctf #ctf-more.big {
    font-size: 20.25px;
    font-size: 1.125rem;
    padding: .75em .75em .625em;
    border-radius: 5px; }
  button.biggest,
  .button.biggest,
  .button:visited.biggest,
  .button:link.biggest,
  input[type="button"].biggest,
  input[type="reset"].biggest,
  input[type="submit"].biggest,
  body #ctf #ctf-more.biggest {
    font-size: 36px;
    font-size: 2rem;
    padding: .75em .75em .625em;
    border-radius: 6px; }
  button.outline,
  .button.outline,
  .button:visited.outline,
  .button:link.outline,
  input[type="button"].outline,
  input[type="reset"].outline,
  input[type="submit"].outline,
  body #ctf #ctf-more.outline {
    border: 2px solid;
    background: transparent;
    color: #0f3183; }
    button.outline.white,
    .button.outline.white,
    .button:visited.outline.white,
    .button:link.outline.white,
    input[type="button"].outline.white,
    input[type="reset"].outline.white,
    input[type="submit"].outline.white,
    body #ctf #ctf-more.outline.white {
      color: #FFF; }
      button.outline.white:hover,
      .button.outline.white:hover,
      .button:visited.outline.white:hover,
      .button:link.outline.white:hover,
      input[type="button"].outline.white:hover,
      input[type="reset"].outline.white:hover,
      input[type="submit"].outline.white:hover,
      body #ctf #ctf-more.outline.white:hover {
        background: rgba(255, 255, 255, 0.35); }
    button.outline.biggest,
    .button.outline.biggest,
    .button:visited.outline.biggest,
    .button:link.outline.biggest,
    input[type="button"].outline.biggest,
    input[type="reset"].outline.biggest,
    input[type="submit"].outline.biggest,
    body #ctf #ctf-more.outline.biggest {
      border: 3px solid; }
  button.arrow:after,
  .button.arrow:after,
  .button:visited.arrow:after,
  .button:link.arrow:after,
  input[type="button"].arrow:after,
  input[type="reset"].arrow:after,
  input[type="submit"].arrow:after,
  body #ctf #ctf-more.arrow:after {
    content: '\E832';
    font-family: "plan-now";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 9px;
    font-size: 0.5rem;
    background: #FFF;
    padding: 1px;
    -webkit-transition: top 0.2s ease-in-out, right 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out, right 0.2s ease-in-out;
    -ms-transition: top 0.2s ease-in-out, right 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out, right 0.2s ease-in-out;
    transition: top 0.2s ease-in-out, right 0.2s ease-in-out; }
  button.arrow.pink-bg:after,
  .button.arrow.pink-bg:after,
  .button:visited.arrow.pink-bg:after,
  .button:link.arrow.pink-bg:after,
  input[type="button"].arrow.pink-bg:after,
  input[type="reset"].arrow.pink-bg:after,
  input[type="submit"].arrow.pink-bg:after,
  body #ctf #ctf-more.arrow.pink-bg:after {
    background: #ef3d81; }
  button.arrow.blue-bg:after,
  .button.arrow.blue-bg:after,
  .button:visited.arrow.blue-bg:after,
  .button:link.arrow.blue-bg:after,
  input[type="button"].arrow.blue-bg:after,
  input[type="reset"].arrow.blue-bg:after,
  input[type="submit"].arrow.blue-bg:after,
  body #ctf #ctf-more.arrow.blue-bg:after {
    background: #0f3183; }
  button.arrow:hover:after,
  .button.arrow:hover:after,
  .button:visited.arrow:hover:after,
  .button:link.arrow:hover:after,
  input[type="button"].arrow:hover:after,
  input[type="reset"].arrow:hover:after,
  input[type="submit"].arrow:hover:after,
  body #ctf #ctf-more.arrow:hover:after {
    top: -7px;
    right: -7px; }

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: #292929;
  border: 1px solid #292929;
  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: #292929; }

select {
  border: 1px solid #292929; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: #0f3183; }
  a:hover, a:focus, a:active {
    color: #0a2055; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## 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: yellow; }
    .main-navigation li a {
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      color: purple;
      font-family: HelveticaNeueLTStd-BdCn;
      font-weight: normal;
      padding: .25em .5em; }
    .main-navigation li.menu-item-13.current-menu-item > a {
      color: purple; }
    .main-navigation li.menu-item-13:hover > a, .main-navigation li.menu-item-13:focus > a {
      color: yellow; }

/* 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: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #292929;
    display: block;
    font-size: 15.75px;
    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;
  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; }

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

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

header#masthead {
  position: fixed;
  /*z-index: 999999999999999999999999999999999999999999999999; */
  /* For some crazy reason this is fixing a weird white line bug */
  z-index: 1;
  top: 0px;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* @group Translation */
  /* @end */ }
  header#masthead #site-header-content {
    padding: 1.5rem;
    float: left;
    width: 100%; }
  header#masthead .site-branding {
    width: 40%;
    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: #FFF;
      text-decoration: none !important;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      /*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;
      	
      	@include tablet {
      		width: 79px;
      		height: 26px;
      		margin-top: 1px;
      	}
      	
      }*/ }
      header#masthead .site-branding a:hover {
        opacity: .6; }
  header#masthead .site-title {
    margin: 0;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      header#masthead .site-title {
        font-size: 36px;
        font-size: 2rem; } }
  header#masthead .translator-dropdown-container {
    border: none !important;
    background: none !important;
    z-index: 99999 !important;
    position: relative !important;
    margin-top: 10px !important;
    margin-right: 60px !important; }
  header#masthead .translator-dropdown-sub-container a {
    padding: 0 0px !important; }
  header#masthead .translator-dropdown-sub-container {
    padding: 2px 0 0 !important; }
  header#masthead .translator-dropdown-body {
    padding: 5px 0px 1px 0px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important; }
  header#masthead .translator-dropdown-body p {
    color: #FFF; }
  header#masthead .translator-dropdown-current-language-arrow {
    border-color: #FFF transparent transparent !important; }
  header#masthead .translator-dropdown-hover .translator-dropdown-languages-list p:hover {
    background-color: #ef3d81 !important; }
  header#masthead .translator-dropdown-hover .translator-dropdown-languages-list p:hover a,
  header#masthead .translator-dropdown-hover .translator-dropdown-languages-list p:hover a span {
    color: #FFF !important; }
  header#masthead .translator-dropdown-languages-list p {
    cursor: pointer !important;
    border-top: none !important;
    padding: 3px 0 3px 3px !important; }
  header#masthead .translator-dropdown-languages-list-opened .translator-dropdown-body {
    background: #000 !important;
    border: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important; }
  header#masthead .translator-dropdown-sub-container table {
    border: none !important; }
  header#masthead .translator-dropdown-sub-container table td {
    font-size: 12px; }
  header#masthead .translator-dropdown-current-language {
    padding: 0 20px 0 3px !important;
    color: #FFF !important;
    background: none !important; }
  header#masthead .translator-dropdown-languages-list {
    margin: 0px 4px 0 4px !important; }
  header#masthead .translator-dropdown-languages-list-opened .translator-dropdown-current-language,
  header#masthead .translator-dropdown-languages-list-opened .translator-dropdown-current-language span,
  header#masthead .translator-dropdown-current-language span {
    color: #FFF !important;
    padding-left: 6px !important; }
  header#masthead .translator-dropdown-sub-container a {
    color: #FFF !important; }
  header#masthead .translator-dropdown-sub-container a span {
    color: #FFF !important;
    border: none !important;
    font-size: 10px !important;
    text-shadow: none !important; }
  header#masthead .translator-dropdown-sub-container p.translator-dropdown-completed {
    background-color: #0f3183 !important; }
  header#masthead .translator-dropdown-sub-container p.translator-dropdown-completed a span {
    color: #FFF !important; }
  header#masthead .translator-dropdown-current-language,
  header#masthead .translator-dropdown-sub-container a {
    font-size: 10px !important; }
  header#masthead .translator-dropdown-flags-and-names .translator-dropdown-current-language span,
  header#masthead .translator-dropdown-flags-and-short-names .translator-dropdown-current-language span,
  header#masthead .translator-dropdown-flags-and-names .translator-dropdown-sub-container a span,
  header#masthead .translator-dropdown-flags-and-short-names .translator-dropdown-sub-container a span {
    padding-left: 6px !important;
    border: none !important;
    font-size: 16px !important;
    line-height: 18px !important; }
  header#masthead .translator-dropdown-current-language img,
  header#masthead .translator-dropdown-sub-container a img {
    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; }
  header#masthead .translator-dropdown-loading {
    background-image: url(../images/loading.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center left !important; }
  header#masthead a.back-top {
    position: fixed;
    right: 1.5rem;
    bottom: -1.5rem;
    background: #000;
    color: #FFF;
    opacity: 0;
    padding: .75em;
    border-radius: 3px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    header#masthead a.back-top i {
      display: inline-block;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
  header#masthead.active {
    background: rgba(0, 0, 0, 0.6); }
    header#masthead.active #site-header-content {
      padding: .75rem 1.5rem; }
    @media (min-width: 768px) {
      header#masthead.active .site-branding {
        margin-top: 3px; } }
    @media (min-width: 768px) {
      header#masthead.active .site-title {
        font-size: 18px;
        font-size: 1rem; } }
    header#masthead.active .translator-dropdown-container {
      margin-top: 0 !important; }
    header#masthead.active .translator-dropdown-sub-container {
      padding: 0 !important; }
    header#masthead.active a.back-top {
      opacity: .5;
      bottom: 1.5rem; }
      header#masthead.active a.back-top:hover {
        opacity: .7; }
        header#masthead.active a.back-top:hover i {
          -webkit-transform: translate(0, -3px);
          -moz-transform: translate(0, -3px);
          -ms-transform: translate(0, -3px);
          -o-transform: translate(0, -3px);
          transform: translate(0, -3px); }

/*--------------------------------------------------------------
# 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 Odds and Ends */
::-moz-selection {
  background: #d4dffa; }

::selection {
  background: #d4dffa; }

/* @group Page Transitions */
/*.animate-in {
	@include prefix('animation', fadeIn 0.5s ease-in);
}

.animate-out {
	@include prefix('transition', opacity 0.5s ease-in-out);
	opacity: 0; 
}*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.gradient {
  background: linear-gradient(45deg, #ef3d81, #0f3183, #ef3d81);
  background-size: 300% 300%;
  -webkit-animation: PinkBlueGradient 30s ease-in-out infinite;
  -moz-animation: PinkBlueGradient 30s ease-in-out infinite;
  -o-animation: PinkBlueGradient 30s ease-in-out infinite;
  animation: PinkBlueGradient 30s ease-in-out infinite; }

@-webkit-keyframes PinkBlueGradient {
  0% {
    background-position: 94% 0%; }
  50% {
    background-position: 7% 100%; }
  100% {
    background-position: 94% 0%; } }
@-moz-keyframes PinkBlueGradient {
  0% {
    background-position: 94% 0%; }
  50% {
    background-position: 7% 100%; }
  100% {
    background-position: 94% 0%; } }
@-o-keyframes PinkBlueGradient {
  0% {
    background-position: 94% 0%; }
  50% {
    background-position: 7% 100%; }
  100% {
    background-position: 94% 0%; } }
@keyframes PinkBlueGradient {
  0% {
    background-position: 94% 0%; }
  50% {
    background-position: 7% 100%; }
  100% {
    background-position: 94% 0%; } }
/* @end */
.centerall {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  max-width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

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

.FFDINWebProBlack {
  font-family: FFDINWebProBlack;
  font-weight: normal;
  font-style: normal; }

.FFDINWebProMedium {
  font-family: FFDINWebProMedium;
  font-weight: normal;
  font-style: normal; }

.linkall {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }

.lead {
  padding: 3rem 0; }
  .lead.notop {
    padding-top: 0 !important; }
  .lead.nobottom {
    padding-bottom: 0 !important; }

.promo {
  text-align: center; }

/* @end */
/* @group Tap Tap */
body.nycem .taptap-menu-button-wrapper {
  right: 1.5rem;
  top: 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
body.nycem .taptap-menu-button, body.nycem .taptap-menu-button-three {
  position: absolute;
  top: 50%;
  padding: 1em;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
body.nycem .taptap-menu-button-three:after,
body.nycem .taptap-menu-button-three:before,
body.nycem .taptap-menu-button-three div.taptap-menu-button-three-middle:before {
  width: 22px;
  height: 4px;
  margin: 4px 0; }
body.nycem .taptap-main-wrapper-active, body.nycem .taptap-background-color-active, body.nycem .taptap-background-image-active {
  -webkit-transform: translateY(0) translateX(0);
  -moz-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
  background: linear-gradient(45deg, #ef3d81, #0f3183, #ef3d81);
  background-size: 300% 300%;
  -webkit-animation: PinkBlueGradient 30s ease-in-out infinite;
  -moz-animation: PinkBlueGradient 30s ease-in-out infinite;
  -o-animation: PinkBlueGradient 30s ease-in-out infinite;
  animation: PinkBlueGradient 30s ease-in-out infinite; }
body.nycem .taptap-by-bonfire ul li.current-menu-item a {
  color: #FFF; }
body.nycem .taptap-by-bonfire ul li a {
  color: #FFF;
  padding: 3vh .5em;
  font-family: FFDINWebProBlack;
  font-style: normal;
  font-weight: normal;
  font-size: 3.5vh;
  line-height: 1.2;
  letter-spacing: .015em; }
  @media (min-width: 768px) {
    body.nycem .taptap-by-bonfire ul li a {
      font-size: 5vh; } }
  body.nycem .taptap-by-bonfire ul li a:hover {
    opacity: .5; }

/* @end */
/* @group Banners */
.banner {
  text-align: center;
  color: #FFF;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0; }
  .banner .message {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .banner .message {
        padding-bottom: 40px; } }
    .banner .message .headline {
      font-size: 51.75px;
      font-size: 2.875rem;
      line-height: 1.3;
      margin: 0; }
      @media (min-width: 768px) {
        .banner .message .headline {
          font-size: 69.75px;
          font-size: 3.875rem; } }
      .banner .message .headline small {
        font-size: 75%;
        display: inline-block;
        line-height: 1.25; }
    .banner .message .subheadline {
      font-family: "Open Sans", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
      font-size: 27px;
      font-size: 1.5rem;
      margin-bottom: 0; }
  .banner.hero {
    min-height: 600px;
    max-height: 600px; }
  .banner div#help-now {
    background: #ef3d81;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .banner div#help-now h2 {
      margin: 0;
      text-transform: uppercase;
      cursor: pointer;
      position: relative;
      padding: 1rem 4rem .75rem;
      font-size: 20.25px;
      font-size: 1.125rem;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      @media (min-width: 768px) {
        .banner div#help-now h2 {
          font-size: 27px;
          font-size: 1.5rem; } }
      .banner div#help-now h2:after {
        font-family: "plan-now";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .5em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .5em;
        content: '\E830';
        position: absolute;
        margin: 0;
        top: 50%;
        right: 1rem;
        border: 3px solid;
        border-radius: 100%;
        margin: 0;
        width: 1.5em;
        height: 1.5em;
        padding-top: .125em;
        padding-left: .065em;
        font-size: 90%;
        -webkit-transform: translate(-50%, -50%) rotate(225deg);
        -moz-transform: translate(-50%, -50%) rotate(225deg);
        -ms-transform: translate(-50%, -50%) rotate(225deg);
        -o-transform: translate(-50%, -50%) rotate(225deg);
        transform: translate(-50%, -50%) rotate(225deg);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      .banner div#help-now h2:hover:after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
    .banner div#help-now .help-content {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.35s ease-in-out, opacity 0.5s ease-in-out;
      -moz-transition: max-height 0.35s ease-in-out, opacity 0.5s ease-in-out;
      -ms-transition: max-height 0.35s ease-in-out, opacity 0.5s ease-in-out;
      -o-transition: max-height 0.35s ease-in-out, opacity 0.5s ease-in-out;
      transition: max-height 0.35s ease-in-out, opacity 0.5s ease-in-out; }
      .banner div#help-now .help-content p {
        margin: 0 0 1em; }
      .banner div#help-now .help-content div {
        padding-bottom: 1rem; }
  .banner.help-active .message {
    opacity: .2; }
  .banner.help-active div#help-now h2:after {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  .banner.help-active div#help-now h2:hover:after {
    -webkit-transform: translate(-50%, -50%) rotate(540deg);
    -moz-transform: translate(-50%, -50%) rotate(540deg);
    -ms-transform: translate(-50%, -50%) rotate(540deg);
    -o-transform: translate(-50%, -50%) rotate(540deg);
    transform: translate(-50%, -50%) rotate(540deg); }
  .banner.help-active div#help-now .help-content {
    max-height: 600px;
    opacity: 1; }

/* @end */
/* @group Tip Strips */
.social-buttons {
  width: 100%;
  padding: 0 1em;
  position: relative;
  float: left; }
  @media (min-width: 768px) {
    .social-buttons {
      padding: 0; } }

.tip-strip {
  width: 100%;
  background: #FFF; }
  .tip-strip:first-of-type .message.top {
    border-top: none; }
  .tip-strip:last-of-type .message.top {
    border-bottom: none; }
  .tip-strip .message {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tip-strip .message.top {
      color: #FFF;
      overflow: hidden;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border-top: 1px solid #FFF;
      border-bottom: 1px solid #FFF; }
      .tip-strip .message.top .headline {
        margin: 0;
        font-size: 36px;
        font-size: 2rem;
        line-height: 1.2;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .tip-strip .message.peekaboo {
      border-top: 1px solid #f3f3f3;
      border-bottom: 1px solid #f3f3f3; }
      .tip-strip .message.peekaboo:after, .tip-strip .message.peekaboo:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 30px; }
        @media (min-width: 768px) {
          .tip-strip .message.peekaboo:after, .tip-strip .message.peekaboo:before {
            height: 45px; } }
      .tip-strip .message.peekaboo:before {
        top: 0;
        background: -moz-linear-gradient(top, white 10%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, white 10%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, white 10%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
        /* IE6-9 */ }
      .tip-strip .message.peekaboo:after {
        bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */ }
      @media (min-width: 992px) {
        .tip-strip .message.peekaboo .message-content {
          padding-left: 27%;
          padding-left: calc(25% + 3rem); } }
      .tip-strip .message.peekaboo .message-content {
        min-height: 350px;
        max-height: 350px;
        overflow-y: scroll; }
        @media (min-width: 768px) {
          .tip-strip .message.peekaboo .message-content {
            min-height: 550px;
            max-height: 550px; } }
        .tip-strip .message.peekaboo .message-content ul {
          margin: 0;
          padding-left: 1.875em; }
      @media (min-width: 768px) {
        .tip-strip .message.peekaboo .social-buttons {
          width: 75%;
          width: calc(100% - 65px);
          margin-left: 65px;
          padding-left: 3rem;
          padding-right: 6rem; } }
      .tip-strip .message.peekaboo .tip-toggle {
        display: block;
        position: absolute;
        cursor: pointer;
        height: 2rem;
        width: 2rem;
        top: 50%;
        margin-top: -1rem;
        right: 2rem;
        border: 3px solid;
        border-radius: 100%;
        font-size: 1.5em;
        text-align: center;
        color: #ef3d81;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .tip-strip .message.peekaboo .tip-toggle:after {
          font-family: "plan-now";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          margin-right: .5em;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          margin-left: .5em;
          content: '\E830';
          position: absolute;
          margin: 0;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .tip-strip .message.peekaboo .tip-toggle:hover {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
    .tip-strip .message .message-content {
      width: 100%;
      padding: 2em 1.5em;
      padding: 2rem 1.5rem; }
      @media (min-width: 768px) {
        .tip-strip .message .message-content {
          padding: 3em 2em;
          padding: 3rem 2rem; } }
  .tip-strip.active .top {
    right: 100%; }
    @media (min-width: 992px) {
      .tip-strip.active .top {
        right: 75%; } }
    .tip-strip.active .top .headline {
      font-size: 22.5px;
      font-size: 1.25rem; }
    .tip-strip.active .top .button {
      border: none !important;
      height: 0;
      padding: 0;
      margin: 0;
      width: 0;
      opacity: 0;
      display: none; }

.tip {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .tip {
      margin-bottom: 1.5rem; } }
  .tip .tip-num {
    font-size: 18px;
    font-size: 1rem;
    width: 40px;
    padding: .375em 0 0.125em 0.125em;
    text-align: center;
    color: #ef3d81;
    font-family: FFDINWebProBlack;
    border: 3px solid;
    border-radius: 3px;
    display: inline-block;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .tip .tip-num {
        font-size: 27px;
        font-size: 1.5rem;
        width: 65px;
        margin-top: 0px; } }
  .tip .tip-instruction {
    width: 75%;
    width: calc(100% - 40px);
    padding-left: 1.5rem;
    padding-right: 2rem;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 768px) {
      .tip .tip-instruction {
        width: calc(100% - 65px);
        padding-left: 3rem;
        padding-right: 4rem; } }
    .tip .tip-instruction .headline {
      text-transform: uppercase;
      color: #000;
      margin-bottom: 0;
      font-size: 24.75px;
      font-size: 1.375rem;
      margin-top: .875rem;
      margin-bottom: .5rem; }
    .tip .tip-instruction .tip-instruction-text p {
      margin-top: 0; }
      .tip .tip-instruction .tip-instruction-text p:first-of-type {
        margin-top: -.5rem; }

/* @end */
/* @group Prepare Strip */
.prepare {
  background: linear-gradient(45deg, #ef3d81, #0f3183, #ef3d81);
  background-size: 300% 300%;
  -webkit-animation: PinkBlueGradient 30s ease-in-out infinite;
  -moz-animation: PinkBlueGradient 30s ease-in-out infinite;
  -o-animation: PinkBlueGradient 30s ease-in-out infinite;
  animation: PinkBlueGradient 30s ease-in-out infinite;
  text-align: center; }

/* @end */
/* @group Twitter */
section.tweets .headline a {
  font-size: 50.4px;
  font-size: 2.8rem;
  color: #ef3d81;
  text-decoration: none;
  display: block;
  border-bottom: 2px solid;
  padding-bottom: 1rem;
  text-align: center; }
section.tweets .tweet-feed {
  text-align: center; }
  section.tweets .tweet-feed #ctf .ctf-tweets {
    text-align: left; }
  section.tweets .tweet-feed #ctf .ctf-author-avatar {
    width: 60px;
    height: 60px;
    margin: 3px 6px 0 -100px;
    float: left;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }
    section.tweets .tweet-feed #ctf .ctf-author-avatar img {
      height: 60px;
      width: 60px; }
  section.tweets .tweet-feed #ctf .ctf-item * {
    letter-spacing: .02em;
    color: #000; }
  section.tweets .tweet-feed #ctf .ctf-item .ctf-verified i, section.tweets .tweet-feed #ctf .ctf-item .ctf-quoted-verified i {
    margin-left: 4px; }
  section.tweets .tweet-feed #ctf .ctf-item .ctf-author-screenname, section.tweets .tweet-feed #ctf .ctf-item .ctf-context, section.tweets .tweet-feed #ctf .ctf-item .ctf-twitterlink, section.tweets .tweet-feed #ctf .ctf-item .ctf-tweet-meta {
    font-size: 18px;
    font-size: 1rem; }
  section.tweets .tweet-feed #ctf .ctf-item .ctf-author-box-link a {
    text-decoration: none; }
    section.tweets .tweet-feed #ctf .ctf-item .ctf-author-box-link a.ctf-author-name {
      margin-left: 0;
      font-size: 20.7px;
      font-size: 1.15rem; }
      section.tweets .tweet-feed #ctf .ctf-item .ctf-author-box-link a.ctf-author-name:after {
        content: '•';
        display: inline-block;
        margin-left: 9px; }
  section.tweets .tweet-feed #ctf .ctf-item .ctf-tweet-content a[href*="twitter.com"] {
    text-decoration: none; }
  section.tweets .tweet-feed #ctf .ctf-item .ctf-tweet-content a[href*="twitter.com/hashtag/NYC"],
  section.tweets .tweet-feed #ctf .ctf-item .ctf-tweet-content a[href*="twitter.com/hashtag/nyc"] {
    text-decoration: none;
    font-family: FFDINWebProMedium;
    font-size: 20.7px;
    font-size: 1.15rem;
    color: #ef3d81; }
  section.tweets .tweet-feed #ctf .ctf-tweet-content, section.tweets .tweet-feed #ctf .ctf-tweet-actions, section.tweets .tweet-feed #ctf .ctf-author-box {
    margin-left: 100px; }
  section.tweets .tweet-feed #ctf .ctf-author-name {
    font-family: FFDINWebProMedium; }
  section.tweets .tweet-feed #ctf #ctf-more:after {
    content: 'Load More'; }
  section.tweets .tweet-feed #ctf #ctf-more span {
    display: none; }

/* @end */
/* @group Footer */
.nyc-links {
  width: 100%;
  float: left; }
  .nyc-links div {
    width: 100%;
    float: left;
    background-color: #0f3183;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF; }
    @media (min-width: 768px) {
      .nyc-links div {
        width: 50%;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-top: none;
        border-bottom: none; } }
    .nyc-links div .button {
      margin: 0; }
    .nyc-links div:first-of-type {
      border-left: none; }
    .nyc-links div:last-of-type {
      border-right: none; }

table#nyc-footer td {
  width: 100% !important;
  display: block;
  text-align: center; }
  table#nyc-footer td:first-of-type {
    padding: 0 !important; }
  @media (min-width: 768px) {
    table#nyc-footer td {
      display: table-cell;
      width: initial !important; }
      table#nyc-footer td:first-of-type {
        padding-left: 16px !important;
        display: initial;
        padding: initial; }
      table#nyc-footer td:nth-of-type(2) {
        width: 90px !important; }
      table#nyc-footer td:nth-of-type(3) {
        width: 100px !important; }
      table#nyc-footer td:nth-of-type(4) {
        width: 100px !important; } }

/* @end */
/* =================================================== */
/* =================================================== */
/* @group Content Blocks */
#content-block-section {
  font-size: 21.24px;
  font-size: 1.18rem;
  text-align: center; }
  #content-block-section section.image-bg {
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%; }
    #content-block-section section.image-bg .container {
      display: table-cell;
      vertical-align: middle; }
    #content-block-section section.image-bg * {
      color: #FFF; }
  #content-block-section section.gradient {
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF; }
    #content-block-section section.gradient * {
      color: #FFF !important; }
  #content-block-section article ul {
    margin: .5em 0 1.5em;
    padding: 0;
    list-style: none; }
    #content-block-section article ul li {
      padding-left: 21px;
      text-indent: -19px;
      margin-bottom: 1em; }
      #content-block-section article ul li:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-radius: 100%;
        margin-right: 10px;
        background-color: #ef3d81; }
      #content-block-section article ul li li {
        margin-bottom: 0; }
        #content-block-section article ul li li:before {
          background-color: #000;
          width: 6px;
          height: 6px;
          margin-top: -3px; }
  @media (min-width: 992px) {
    #content-block-section article.top-grad-border:after, #content-block-section article.bottom-grad-border:after, #content-block-section article.left-grad-border:after, #content-block-section article.right-grad-border:after {
      content: '';
      position: absolute;
      background: linear-gradient(45deg, #ef3d81, #0f3183, #ef3d81);
      background-size: 300% 300%;
      -webkit-animation: PinkBlueGradient 30s ease-in-out infinite;
      -moz-animation: PinkBlueGradient 30s ease-in-out infinite;
      -o-animation: PinkBlueGradient 30s ease-in-out infinite;
      animation: PinkBlueGradient 30s ease-in-out infinite; }
    #content-block-section article.top-grad-border:after, #content-block-section article.bottom-grad-border:after {
      left: 0;
      right: 0;
      height: 5px; }
    #content-block-section article.top-grad-border:after, #content-block-section article.left-grad-border:after, #content-block-section article.right-grad-border:after {
      top: 0; }
    #content-block-section article.bottom-grad-border:after, #content-block-section article.left-grad-border:after, #content-block-section article.right-grad-border:after {
      bottom: 0; }
    #content-block-section article.left-grad-border:after, #content-block-section article.right-grad-border:after {
      width: 5px; }
    #content-block-section article.left-grad-border {
      padding-left: 45px; }
      #content-block-section article.left-grad-border:after {
        left: 15px; }
    #content-block-section article.right-grad-border {
      padding-right: 45px; }
      #content-block-section article.right-grad-border:after {
        right: 15px; } }
  #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;
    vertical-align: top;
    margin-bottom: 2em;
    margin-top: 2em;
    margin-bottom: 2rem;
    margin-top: 2rem; }
    @media (min-width: 992px) {
      #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; } }
  #content-block-section .col-md-1 p, #content-block-section .col-md-2 p, #content-block-section .col-md-3 p, #content-block-section .col-md-4 p {
    margin: 1em 0;
    font-size: 18px;
    font-size: 1rem; }
  #content-block-section .headline {
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    color: #000; }
  #content-block-section .feat-image {
    width: 100%;
    padding-top: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto; }
    #content-block-section .feat-image.square {
      width: 33%;
      padding-top: 33%; }
      @media (min-width: 768px) {
        #content-block-section .feat-image.square {
          width: 25%;
          padding-top: 25%; } }
      @media (min-width: 992px) {
        #content-block-section .feat-image.square {
          width: 100%;
          padding-top: 100%; } }
    #content-block-section .feat-image.circle {
      width: 50%;
      padding-top: 50%;
      border-radius: 100%;
      background-size: cover; }
      @media (min-width: 992px) {
        #content-block-section .feat-image.circle {
          width: 66%;
          padding-top: 66%; } }

#content-block-section section.white .text-area a,
.tip-instruction a {
  color: #000;
  font-family: FFDINWebProBlack;
  display: inline-block;
  border: 2px solid;
  vertical-align: middle;
  background: #FFF;
  width: auto;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1;
  margin: 0 .5em;
  min-height: initial;
  padding: .5em .5em .375em;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  position: relative;
  text-indent: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #content-block-section section.white .text-area a:after,
  .tip-instruction a:after {
    content: '\E832';
    font-family: "plan-now";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 9px;
    font-size: 0.5rem;
    background: #FFF;
    padding: 1px;
    -webkit-transition: top 0.2s ease-in-out, right 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out, right 0.2s ease-in-out;
    -ms-transition: top 0.2s ease-in-out, right 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out, right 0.2s ease-in-out;
    transition: top 0.2s ease-in-out, right 0.2s ease-in-out; }
  #content-block-section section.white .text-area a:hover,
  .tip-instruction a:hover {
    color: #ef3d81; }
    #content-block-section section.white .text-area a:hover:after,
    .tip-instruction a:hover:after {
      top: -7px;
      right: -7px; }

/* @end */

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