/*
Theme Name:     City Limits
Theme URI:      http://largoproject.org
Description:    A child theme for City Limits based on the Project Largo parent theme.
Author:         INN
Author URI:     http://largoproject.org
Template:       Largo
Version:        1.0
*/
/**
 * VARIABLES
 */
a {
  color: #D41313;
  text-decoration: none;
}
a:hover,
a:active {
  color: #f61212;
  text-decoration: underline;
}
/**
 * MIXINS
*/
.a11y {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flexwrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexaround {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.flexbetween {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.video-identifier {
  position: relative;
  display: block;
  margin-bottom: .5em;
}
.video-identifier:before {
  content: ' ';
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-identifier:after {
  content: '\25B6';
  color: #ffffff;
  font-size: 40px;
  line-height: 0;
  width: 36px;
  max-height: 48px;
  box-sizing: border-box;
  background-color: #000000;
  padding: 32px 45px 32px 18px;
  border-radius: 50%;
  position: absolute;
  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%);
}
.video-identifier:hover:after {
  background-color: #d41313;
}
.zone-a-btn a.btn {
  width: 100%;
  color: #ffffff;
  background: #d41313;
  padding: 2.5em;
  font-size: 1.125em;
  font-weight: bold;
  position: relative;
}
.zone-a-btn a.btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 1em;
}
.zone-a-btn a.btn:hover {
  background: #e70000;
}
/**
 * GENERAL STYLES
 */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #343434;
  text-decoration: none;
}
h1 a:hover,
h1 a:active,
h2 a:hover,
h2 a:active,
h3 a:hover,
h3 a:active,
h4 a:hover,
h4 a:active,
h5 a:hover,
h5 a:active,
h6 a:hover,
h6 a:active {
  color: #666;
  text-decoration: none;
}
.btn-primary {
  color: #eee;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #D41313;
  border: 1px solid #D41313;
}
.btn-primary:hover {
  color: #fff;
  background-color: #f61212;
}
body.clean-read.single-post.classic #content {
  margin: 0 auto;
}
/* Homepage layouts */
.home #dark-top h5.top-tag a {
  color: #D41313;
}
.home #dark-top h5 a:hover {
  color: #f61212;
}
.home #dark-top .side-featured article {
  border-top: 3px solid #343434;
}
/* Homepage alert */
.alert-wrapper {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
}
#alert-container .widgettitle {
  color: #a94442;
}
#alert-container {
  color: #343434;
}
#alert-container a {
  color: #D41313;
}
/* Header */
#site-header {
  text-align: center;
  width: 33%;
  max-width: 410px;
}
#site-header img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
/* Leaderboard ad */
.header-ad-zone {
  float: right;
  text-align: center;
  position: relative;
  top: 5px;
}
#header-ad-zone-container div div {
  margin-top: 0;
}
.header-ad-zone div[id^="div-gpt-ad"] {
  margin: 0 auto;
}
.header-ad-zone .widget {
  margin-bottom: 0;
}
/* Footer */
#site-footer a {
  color: #cccccc;
}
#site-footer a:hover,
#site-footer a:active {
  color: #f1f1f1;
}
#site-footer a.btn-primary {
  color: #ffffff;
  font-weight: bold;
}
/* Sticky posts */
.sticky-related,
.sticky-solo {
  background-color: #f61212;
  border: 1px solid #D41313;
}
/* Homepage */
.home #content .widget .post-lead {
  margin-bottom: 26px;
}
.TopStories #homepage-featured {
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  border-radius: 0;
  margin-top: 22px;
}
.TopStories #homepage-featured .sub-stories .story:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.TopStories #homepage-featured .top-story {
  padding: 0 10px 0 0;
  margin-bottom: 1em;
}
.TopStories #homepage-featured .top-story p {
  font-size: 16px;
}
.TopStories #homepage-featured .sub-stories {
  padding: 0 10px 10px 0;
}
.TopStories #homepage-featured .sub-stories .story {
  float: left;
}
.TopStories #homepage-featured .sub-stories .story p {
  font-size: 13px;
}
/* User registration form */
form .form-group {
  margin: 10px 0;
}
form label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}
form input {
  margin: 0 0 18px 0;
}
form input[type="checkbox"],
form input[type="radio"] {
  margin: 0 10px 0 0;
}
form .alert-error {
  color: #b94a48;
  font-size: 14px;
}
span#recaptcha_privacy {
  display: none;
}
#largo-user-logged-in-message,
#largo-registration-success-msg {
  font-size: 22px;
  font-weight: bold;
}
#largo-user-logged-in-message a,
#largo-registration-success-msg a {
  text-decoration: underline;
}
/* Events */
.tribe-events-user-recurrence-toggle input {
  margin-right: 10px;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
#tribe-events .tribe-events-button,
.tribe-events-button.tribe-inactive,
#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover {
  background-color: #f61212;
}
/* Media queries */
@media (max-width: 1200px) {
  .global-nav .nav-right ul#header-social.visible-desktop {
    display: none;
  }
}
@media (max-width: 1160px) {
  .header-ad-zone {
    float: none;
    text-align: left;
    top: 5px;
  }
  .header-ad-zone div[id^="div-gpt-ad"] {
    margin: 0 auto;
  }
  .header-ad-zone #header-ad-zone-container {
    width: 100%;
  }
  #site-header {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0;
  }
  #site-header img {
    max-width: 500px;
  }
}
@media (min-width: 980px) {
  .home #content .widget {
    border-top: none;
    margin-top: 10px;
    padding: 0;
    width: 46%;
  }
}
@media (max-width: 980px) {
  .global-nav ul {
    display: none;
  }
}
@media (max-width: 768px) {
  .TopStories #homepage-featured .sub-stories {
    padding: 20px 0 10px 0;
  }
  .TopStories #homepage-featured .sub-stories .story p {
    font-size: 16px;
  }
  .TopStories .sub-stories img {
    float: left;
    max-width: 35%;
    margin: 0 10px 0 0;
  }
  .TopStories #homepage-featured .sub-stories h3 {
    font-size: 18px;
  }
  .home #content .widget {
    width: 95%;
    padding: 0;
  }
  /* Single post page */
  .single-post.classic #sidebar {
    margin-left: 0;
    width: 100%;
  }
  #sidebar div[id^="div-gpt-ad"] {
    margin: 0 auto;
  }
}
@media (max-width: 728px) {
  .header-ad-zone {
    text-align: center;
  }
  .header-ad-zone #header-ad-zone-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .home #main {
    margin-top: 0;
  }
}
/**
 * Rezone / ZoneIn Project
 */
body.neighborhoods-lp {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.neighborhoods-lp * {
  box-sizing: border-box;
  letter-spacing: .0125em;
  transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -webkit-transition: all 0.05s ease-in-out;
}
@media (min-width: 769px) {
  body.neighborhoods-lp .sticky-nav-holder.show {
    display: block;
  }
}
body.neighborhoods-lp .rezone-header {
  margin-top: 72px;
}
body.neighborhoods-lp ul#menu-zone-in {
  list-style: none;
  margin: 0;
  border-top: 4px solid #d41313;
  border-bottom: 1px solid #000000;
  font-size: 0;
}
body.neighborhoods-lp ul#menu-zone-in > .menu-item {
  display: inline-block;
  min-width: 8%;
  max-width: 28%;
  margin-bottom: 0;
  font-size: initial;
}
body.neighborhoods-lp ul#menu-zone-in > .menu-item:not(.menu-item-has-children) {
  text-align: center;
}
body.neighborhoods-lp ul#menu-zone-in > .menu-item.menu-item-has-children {
  position: relative;
}
body.neighborhoods-lp ul#menu-zone-in > .menu-item.menu-item-has-children > a:after {
  content: '▼';
  padding-left: .333em;
  font-size: .8em;
}
body.neighborhoods-lp ul#menu-zone-in > .menu-item.menu-item-has-children.zones-active > a {
  background-color: #000000;
  color: #ffffff;
}
body.neighborhoods-lp ul#menu-zone-in > .menu-item.menu-item-has-children.zones-active ul.sub-menu {
  display: block;
}
body.neighborhoods-lp ul#menu-zone-in > .menu-item a {
  display: block;
  padding: 1.25em 1.25em;
  color: #000000;
  font-weight: bold;
}
body.neighborhoods-lp ul#menu-zone-in > .menu-item a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
body.neighborhoods-lp ul#menu-zone-in > .menu-item.cta a {
  background-color: #d41313;
  color: #ffffff;
}
body.neighborhoods-lp ul#menu-zone-in ul.sub-menu {
  list-style: none;
  margin: 0;
  position: absolute;
  border: 1px solid #000000;
  background-color: #ffffff;
  z-index: 9999999;
  display: none;
}
body.neighborhoods-lp ul#menu-zone-in ul.sub-menu > .menu-item {
  white-space: nowrap;
  margin-bottom: 0;
}
body.neighborhoods-lp ul#menu-zone-in ul.sub-menu > .menu-item a {
  padding: .75em 2em;
}
body.neighborhoods-lp ul#menu-zone-in #more-zonein {
  display: none;
}
body.neighborhoods-lp.tax-post-type header.archive-background {
  margin: 2em 0 .5em 0;
}
body.neighborhoods-lp h1.entry-title {
  font-size: 1.25em;
  clear: both;
}
body.neighborhoods-lp h2 {
  color: #d41313;
  font-size: 1.25em;
  text-transform: none;
}
body.neighborhoods-lp h3 {
  font-size: 1.25em;
  color: #d41313;
}
body.neighborhoods-lp p {
  font-size: 1em;
  margin-bottom: .5em;
  letter-spacing: 0;
}
body.neighborhoods-lp .read-more {
  font-size: .85em;
  font-weight: bold;
}
body.neighborhoods-lp section.rezone-overview .span12 p {
  font-size: 1.5em;
  line-height: 1.75;
  padding: .25em 0;
  margin-bottom: 0;
  color: #000000;
}
body.neighborhoods-lp section.rezone-overview .span12 p * {
  letter-spacing: 0;
}
body.neighborhoods-lp section,
body.neighborhoods-lp .bottom-ctas,
body.neighborhoods-lp .sidebar-ctas {
  padding-top: 2em;
  margin-top: 2em;
  border-top: solid 1px #c3c3c3;
}
body.neighborhoods-lp .rezone-overview {
  border-top: 0;
  margin-top: 0;
}
body.neighborhoods-lp section.rezone-101 h3 {
  margin-bottom: .5em;
}
body.neighborhoods-lp section.rezone-101 h3 > a {
  color: #000000;
}
body.neighborhoods-lp section.rezone-101 h3 > a:hover {
  color: #d41313;
}
body.neighborhoods-lp section.map {
  padding-top: 0;
  border-top: none;
}
body.neighborhoods-lp section.map .post-social {
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
body.neighborhoods-lp section.map .post-social > span {
  margin: 0;
}
body.neighborhoods-lp section.map #map-container {
  position: relative;
}
body.neighborhoods-lp section.map #googft-mapCanvas {
  height: 530px;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.neighborhoods-lp section.map #map-tooltip {
  position: absolute;
  border: 2px solid #000000;
  background-color: #ffffff;
  padding: .5em 1em;
  display: none;
}
body.neighborhoods-lp section.map #map-tooltip.active {
  display: block;
}
body.neighborhoods-lp section.map #map-key {
  position: absolute;
  background-color: white;
  min-width: 220px;
  min-height: 120px;
  border: 1px solid #eee;
  box-shadow: 0px 1px 1px #ddd;
  border-radius: 3px;
  top: 50px;
  left: 10px;
  padding: 10px;
  font-size: .75em;
}
body.neighborhoods-lp section.map #map-key h3 {
  font-weight: normal;
  color: #666;
  margin-bottom: 10px;
}
body.neighborhoods-lp section.map #map-key .circle {
  display: block;
  margin-bottom: 1em;
  line-height: 1em;
}
body.neighborhoods-lp section.map #map-key .circle span {
  display: inline-block;
  margin-left: 1.5em;
  width: 200px;
}
body.neighborhoods-lp section.map h3 a {
  color: #d41313;
}
body.neighborhoods-lp section.map h5 {
  font-size: 1.125em;
}
body.neighborhoods-lp section.map .zone-w-status {
  text-indent: -1.7em;
  margin-left: 1.7em;
  color: #000000;
}
body.neighborhoods-lp .bottom-ctas {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body.neighborhoods-lp .bottom-ctas .span3 {
  text-align: center;
  width: 23%;
  background: #d41313;
  margin: 0 1%;
}
body.neighborhoods-lp .bottom-ctas .span3 a.btn {
  width: 100%;
  color: #ffffff;
  background: #d41313;
  padding: 2.5em;
  font-size: 1.125em;
  font-weight: bold;
  position: relative;
}
body.neighborhoods-lp .bottom-ctas .span3 a.btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 1em;
}
body.neighborhoods-lp .bottom-ctas .span3 a.btn:hover {
  background: #e70000;
}
body.neighborhoods-lp .bottom-ctas .span3 a.btn {
  background: transparent;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body.neighborhoods-lp section.news h3,
body.neighborhoods-lp section.videos h3,
body.neighborhoods-lp section.commentary h3 {
  margin-bottom: .25em;
  font-size: 1.125em;
}
body.neighborhoods-lp section.news h3,
body.neighborhoods-lp section.videos h3,
body.neighborhoods-lp section.commentary h3,
body.neighborhoods-lp section.news h3 a,
body.neighborhoods-lp section.videos h3 a,
body.neighborhoods-lp section.commentary h3 a,
body.neighborhoods-lp section.news h5,
body.neighborhoods-lp section.videos h5,
body.neighborhoods-lp section.commentary h5 {
  color: #000000;
}
body.neighborhoods-lp section.news .span4 .story,
body.neighborhoods-lp section.videos .span4 .story,
body.neighborhoods-lp section.commentary .span4 .story {
  margin-bottom: 1.5em;
}
body.neighborhoods-lp section.news .news-feature {
  background: #e2e2e2;
  padding: 1em;
}
body.neighborhoods-lp section.news .news-feature h3 {
  font-size: 1.75em;
}
body.neighborhoods-lp .videos .span4 > a {
  position: relative;
  display: block;
  margin-bottom: .5em;
}
body.neighborhoods-lp .videos .span4 > a:before {
  content: ' ';
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.neighborhoods-lp .videos .span4 > a:after {
  content: '\25B6';
  color: #ffffff;
  font-size: 40px;
  line-height: 0;
  width: 36px;
  max-height: 48px;
  box-sizing: border-box;
  background-color: #000000;
  padding: 32px 45px 32px 18px;
  border-radius: 50%;
  position: absolute;
  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%);
}
body.neighborhoods-lp .videos .span4 > a:hover:after {
  background-color: #d41313;
}
body.neighborhoods-lp .commentary .form {
  background: #e2e2e2;
  padding: 1em;
  margin-bottom: .5em;
}
body.neighborhoods-lp .commentary a.btn.zonein-twitter {
  border: none;
  padding: 6px 10px;
  line-height: 2;
  font-weight: bold;
  float: right;
  width: 65.957446802%;
  background-color: #e2e2e2;
  color: #000;
}
body.neighborhoods-lp .commentary a.btn.zonein-twitter:hover {
  background-color: #c3c3c3;
}
body.neighborhoods-lp .documents {
  padding-bottom: 2em;
}
body.neighborhoods-lp .documents h5 {
  font-size: 1.125em;
  font-weight: normal;
  letter-spacing: 0;
}
body.neighborhoods-lp .documents h5 a {
  color: #000000;
}
body.neighborhoods-lp .documents h5 a:hover {
  color: #d41313;
}
body.neighborhoods-lp .circle {
  height: 1em;
  width: 1em;
  display: inline-block;
  border-radius: 1em;
  margin-right: .5em;
  position: relative;
  top: .125em;
  background-color: #c3c3c3;
}
body.neighborhoods-lp .circle.green {
  background: #10a139;
}
body.neighborhoods-lp .circle.yellow {
  background: #fac409;
}
body.neighborhoods-lp .circle.red {
  background: #d41313;
}
body.neighborhoods-lp .circle.blue {
  background: #093ffa;
}
body.neighborhoods-lp .morelink {
  width: 100%;
  text-align: right;
}
body.neighborhoods-lp .morelink.left {
  text-align: left;
  margin: 0;
}
body.neighborhoods-lp .morelink a {
  width: 31.914893614%;
  text-align: center;
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  line-height: 2;
  padding: 5px 10px;
  display: inline-block;
}
body.neighborhoods-lp .morelink a:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  text-decoration: none;
}
body.neighborhoods-lp #rezone-footer {
  background-color: #e2e2e2;
}
body.neighborhoods-lp #rezone-footer > div {
  max-width: 1170px;
  padding: 2em 2.5%;
  margin: 0 auto;
}
body.neighborhoods-lp #rezone-footer h2 {
  margin-bottom: .75em;
}
body.neighborhoods-lp #rezone-footer .rezone-overview {
  padding-top: 0;
  margin-bottom: 2em;
}
body.neighborhoods-lp #rezone-footer .rezone-overview .span12 p {
  margin: 0;
  font-size: 1.5em;
}
body.neighborhoods-lp #rezone-footer .rezone-overview .span12 p b,
body.neighborhoods-lp #rezone-footer .rezone-overview .span12 p strong {
  font-weight: normal;
}
body.neighborhoods-lp #rezone-footer .zone-w-status {
  display: inline-block;
  margin-right: 2.5em;
  min-width: 20%;
}
body.neighborhoods-lp #rezone-footer .zone-w-status h5 {
  font-size: 1.25em;
}
body.neighborhoods-lp.page-template-page-neighborhood-info p {
  font-size: 19.552px;
  margin-bottom: 1.25em;
}
body.neighborhoods-lp.page-template-page-neighborhood-info .hero.span12 {
  margin: 0 0 1em 0;
}
body.neighborhoods-lp input[type=submit].gform_button.button {
  width: 100%!important;
  background-color: #d41313;
  color: #ffffff;
  border: none;
  padding: .5em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
body.neighborhoods-lp input[type=submit].gform_button.button:hover {
  background: #e70000;
}
body.neighborhoods-lp .gform_wrapper {
  margin: 0!important;
}
body.neighborhoods-lp .gform_wrapper .gform_body {
  position: relative;
}
body.neighborhoods-lp .gform_wrapper .top_label .gfield_label,
body.neighborhoods-lp .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.neighborhoods-lp .gform_wrapper .top_label li.gfield.gf_left_half,
body.neighborhoods-lp .gform_wrapper .top_label li.gfield.gf_right_half {
  display: block;
}
body.neighborhoods-lp .gform_wrapper form li,
body.neighborhoods-lp .gform_wrapper li {
  margin: 0!important;
}
body.neighborhoods-lp .gform_wrapper .gform_footer {
  margin: .5em 0!important;
  padding: 0!important;
}
body.neighborhoods-lp.single-cftl-tax-landing .gform_wrapper .top_label li:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
}
body.neighborhoods-lp.single-cftl-tax-landing .gform_wrapper .top_label li:last-of-type div.ginput_container {
  margin-top: 2px;
}
body.neighborhoods-lp.single-cftl-tax-landing .gform_wrapper .top_label li:last-of-type textarea {
  max-height: 142px;
}
body.neighborhoods-lp.single-cftl-tax-landing .gform_wrapper .gform_footer {
  margin: .5em 0!important;
  padding: 0!important;
  width: 50%;
  float: right;
  padding: 0 8px!important;
}
@media (max-width: 979px) and (min-width: 769px) {
  body.neighborhoods-lp .global-nav,
  body.neighborhoods-lp #site-footer,
  body.neighborhoods-lp #footer-logos {
    padding: 18px;
  }
  body.neighborhoods-lp #page {
    padding-bottom: 2em;
  }
}
@media (max-width: 900px) {
  body.neighborhoods-lp ul#menu-zone-in > .menu-item a {
    padding: 1em .75em;
    font-size: .8em;
  }
  body.neighborhoods-lp .news .news-feature .span6 {
    min-width: 100%;
    margin: 0;
  }
  body.neighborhoods-lp .news .news-feature .span6 img {
    margin-bottom: 1em;
  }
  body.neighborhoods-lp.page-template-page-neighborhood-info .span8 {
    min-width: 100%;
  }
}
@media (max-width: 650px) {
  body.neighborhoods-lp .rezone-header {
    margin-top: 0;
  }
  body.neighborhoods-lp .rezone-header .span8 {
    min-width: 100%;
  }
  body.neighborhoods-lp .rezone-header .span4 {
    display: none;
  }
  body.neighborhoods-lp ul#menu-zone-in {
    border-bottom: none;
  }
  body.neighborhoods-lp ul#menu-zone-in > .menu-item {
    min-width: 20%;
    max-width: 20%;
  }
  body.neighborhoods-lp ul#menu-zone-in > .menu-item.menu-item-has-children {
    min-width: 50%;
    max-width: 50%;
    background-color: #000000;
    text-align: center;
  }
  body.neighborhoods-lp ul#menu-zone-in > .menu-item.menu-item-has-children:first-of-type {
    border-right: 1px solid #ffffff;
  }
  body.neighborhoods-lp ul#menu-zone-in > .menu-item.menu-item-has-children > a {
    color: #ffffff;
    padding-right: 1em;
    padding-left: 1em;
  }
  body.neighborhoods-lp ul#menu-zone-in > .menu-item.menu-item-has-children > a:hover {
    background-color: #d41313;
  }
  body.neighborhoods-lp ul#menu-zone-in > .menu-item.menu-item-has-children ul.sub-menu {
    min-width: 100%;
    text-align: center;
    border-top: none;
  }
  body.neighborhoods-lp ul#menu-zone-in > .menu-item > a {
    padding: 1em .5em;
    font-size: 1em;
  }
  body.neighborhoods-lp ul#menu-zone-in #more-zonein {
    display: inline-block;
  }
  body.neighborhoods-lp ul#menu-zone-in .menu-hide {
    display: none;
  }
  body.neighborhoods-lp .rezone-overview {
    font-size: .8em;
  }
  body.neighborhoods-lp .map .span8 {
    min-width: 100%;
  }
  body.neighborhoods-lp .map .plan-status {
    min-width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
  body.neighborhoods-lp .map .plan-status .zone-w-status {
    min-width: 42%;
    display: inline-block;
  }
  body.neighborhoods-lp .bottom-ctas {
    display: block;
  }
  body.neighborhoods-lp .bottom-ctas .span3 {
    text-align: center;
    width: 48%;
    background: #d41313;
    margin: 1%;
  }
  body.neighborhoods-lp .news .news-feature {
    min-width: 100%;
  }
  body.neighborhoods-lp .news .span4 {
    min-width: 100%;
    margin: 2em 0 0 0;
  }
  body.neighborhoods-lp .commentary .span8 {
    min-width: 100%;
    margin: 2em 0;
  }
  body.neighborhoods-lp .commentary a.btn.zonein-twitter.span8 {
    margin: .5em 0 0;
  }
  body.neighborhoods-lp .commentary .span4 {
    min-width: 100%;
  }
  body.neighborhoods-lp .morelink a {
    min-width: 100%;
  }
  body.neighborhoods-lp.single-cftl-tax-landing .gform_wrapper li:last-of-type {
    position: static!important;
    min-width: 100%!important;
  }
}
@media (max-width: 550px) {
  body.neighborhoods-lp ul#menu-zone-in {
    position: relative;
  }
  body.neighborhoods-lp ul#menu-zone-in > .menu-item {
    min-width: 33.333%;
    max-width: 33.333%;
  }
  body.neighborhoods-lp ul#menu-zone-in > .menu-item.menu-item-has-children {
    position: static;
  }
  body.neighborhoods-lp ul#menu-zone-in > .menu-item:not(.menu-item-has-children) {
    text-align: left;
  }
  body.neighborhoods-lp ul#menu-zone-in > .menu-item .sub-menu {
    left: 0;
  }
  body.neighborhoods-lp .rezone-101 .span4 {
    min-width: 100%;
    margin: 0 0 1.5em 0;
  }
  body.neighborhoods-lp .rezone-101 .span4:last-of-type {
    margin-bottom: 0;
  }
  body.neighborhoods-lp .videos .span4 {
    min-width: 100%;
    margin: 0 0 1em 0;
  }
  body.neighborhoods-lp .videos .span4:last-of-type {
    margin-bottom: 0;
  }
  body.neighborhoods-lp .documents .span4 {
    min-width: 100%;
    margin: 0;
  }
}
@media (max-width: 480px) {
  body.neighborhoods-lp .map .plan-status .zone-w-status {
    min-width: auto;
    display: inline-block;
    font-size: .8em;
    margin-right: 1.5em;
  }
}
body.neighborhoods-lp.tax-neighborhoods .rezone-header {
  margin-bottom: 2em;
}
body.neighborhoods-lp.tax-neighborhoods header h1 {
  margin: 0;
  line-height: 1em;
  padding-bottom: .5em;
}
body.neighborhoods-lp.tax-neighborhoods header .zone-w-status {
  margin: 0 0 1em 0;
}
body.neighborhoods-lp.tax-neighborhoods section .map,
body.neighborhoods-lp.tax-neighborhoods section.gform_widget {
  border-top: none;
  margin-top: 0;
}
body.neighborhoods-lp.tax-neighborhoods section.photos > .row-fluid {
  margin-bottom: 2.5em;
}
body.neighborhoods-lp.tax-neighborhoods section.photos > .row-fluid img:hover {
  cursor: pointer;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero {
  /**** FULL SIZE ***/
  /**** FULL SIZE ***/
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow {
  background-color: #fff;
  font-family: sans-serif;
  font-size: 11px;
  color: #666;
  position: relative;
  border: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 4px 0 0 0;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow .slick-list {
  top: 24px;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .ie6 .navis-slideshow {
  display: block;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow p {
  margin: 10px 0;
  line-height: 1.5;
  padding: 10px;
  font-size: 12px;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow h6 {
  margin: 0 0 -10px;
  font-weight: normal;
  font-size: 11px;
  font-style: italic;
  color: #666;
  z-index: 2;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow h6.credit {
  position: absolute;
  left: 17%;
  padding: .5em 0;
  text-align: right;
  display: none;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow h6.permalink {
  position: absolute;
  left: 2%;
  text-align: left;
  padding-left: 16px;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .slide-permalink {
  font-weight: normal;
  font-style: normal;
  outline: none;
  display: none;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow .wp-caption-text {
  clear: both;
  color: #000;
  background-color: #fff;
  width: 100%;
  padding: 1em 0!important;
  margin: 0;
  position: relative;
  font-size: 12px!important;
  font-style: italic;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero body.normal.single-post .hero .navis-slideshow .wp-caption-text {
  padding: 1em 17.0213%!important;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .slide-permalink:hover {
  text-decoration: none;
  color: #666;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow .slick-dots {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex!important;
  margin: 0!important;
  width: 100%;
  position: absolute;
  top: 4px;
  left: 0;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow .slick-dots li {
  float: none;
  width: 100%;
  margin: 0!important;
  list-style: none;
  background: none !important;
  padding: 0 !important;
  border-right: 1px solid #ffffff;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow .slick-dots li:last-of-type {
  border-right: none;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow .slick-dots li button {
  border: none;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ccc;
  background-image: none;
  float: left;
  overflow: hidden;
  text-indent: -99999px;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow .slick-dots li.slick-active button {
  background-color: #666;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow a.slick-navigation {
  background-color: transparent;
  background-image: none;
  text-indent: -10000px;
  display: block;
  text-decoration: none;
  outline: none;
  width: 0;
  height: 0;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero body.single-format-standard .navis-slideshow a.slick-previous {
  left: 0px;
  background: none;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero body.single-format-standard .navis-slideshow a.slick-next {
  right: 0px;
  background: none;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow a.slick-previous {
  position: absolute;
  top: 0px;
  left: -40px;
  height: 100%;
  width: 40px;
  border: none;
  z-index: 10;
  outline: none;
  background-color: #fff;
  border-right: 4px solid transparent;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow a.slick-previous:hover {
  cursor: pointer;
  height: 100%;
  width: 40px;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow a.slick-previous:before {
  content: ' ';
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-style: solid;
  border-width: 20px 10px 20px 0;
  border-color: transparent #ccc transparent transparent;
  z-index: 10;
  outline: none;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow a.slick-previous:hover:before {
  border-color: transparent #666 transparent transparent;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow a.slick-next {
  position: absolute;
  top: 0;
  right: -40px;
  height: 100%;
  width: 40px;
  border: none;
  z-index: 10;
  outline: none;
  background-color: #fff;
  border-left: 4px solid transparent;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow a.slick-next:hover {
  cursor: pointer;
  height: 100%;
  width: 40px;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow a.slick-next:before {
  content: ' ';
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #ccc;
  z-index: 10;
  outline: none;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow a.slick-next:hover:before {
  border-color: transparent transparent transparent #666;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow .slick-slide img {
  margin: 0 auto;
  max-height: 80vh;
  position: relative;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.slick-initialized .slick-slide {
  position: relative;
  min-height: 50vh;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full {
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 0 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  overflow: visible;
  background-color: #000;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full .slick-list {
  top: 0;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full .slick-dots {
  width: 100%;
  padding: 0 0;
  top: 0;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full .slick-dots li button {
  background-color: #000;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full .slick-dots li.slick-active button {
  background-color: #666;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full a.slick-previous {
  left: 0;
  background-color: transparent;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full a.slick-previous:hover {
  background-color: transparent;
  border-right: 4px solid transparent;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full a.slick-previous:before {
  border-color: transparent #fff transparent transparent;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full a.slick-next {
  right: 0;
  background-color: transparent;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full a.slick-next:hover {
  background-color: transparent;
  border-left: 4px solid transparent;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full a.slick-next:before {
  border-color: transparent transparent transparent #fff;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full span.navis-before {
  position: absolute;
  top: 10px;
  right: 14px;
  color: white;
  z-index: 99999;
  font-size: 2.5em;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full span.navis-before:hover {
  color: #666;
  cursor: pointer;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.slick-initialized.navis-full .slick-slide {
  min-height: 100vh;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full .slick-slide img {
  max-height: 100vh;
  top: 45%;
  position: absolute;
  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%);
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full h6 {
  padding: 10px 16px;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full .wp-caption-text,
body.neighborhoods-lp.tax-neighborhoods.archive .hero body.normal.single-post .hero .navis-slideshow.navis-full p.wp-caption-text {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ccc;
  padding: 1em 17.023%!important;
  bottom: 0;
  position: absolute;
  border: none;
  text-align: center;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .largo-img-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .largo-img-grid.two-up > div {
  width: 49%;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .largo-img-grid.three-up > div {
  width: 32.5%;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .largo-img-grid.four-up > div {
  width: 24%;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .largo-img-grid > div > div {
  min-height: 300px;
  background-size: cover;
  background-position: center center;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .largo-img-grid img {
  display: none;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .largo-img-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .largo-img-grid p.wp-caption-text {
  font-size: 12px!important;
  font-style: italic;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow {
    background-color: transparent;
  }
  body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow .slick-dots {
    padding: 0;
  }
  body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow .slick-list {
    top: 4px;
  }
  body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow a.slick-previous {
    left: 0;
    background-color: transparent;
    display: none;
  }
  body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow a.slick-next {
    right: 0;
    background-color: transparent;
    display: none;
  }
  body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow a.slick-previous:before,
  body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow a.slick-next:before {
    top: 35%;
    transform: none;
  }
  body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full a.slick-previous:before,
  body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full a.slick-next:before {
    top: 50%;
    -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.neighborhoods-lp.tax-neighborhoods.archive .hero body.normal.single-post .hero .navis-slideshow p.wp-caption-text {
    background-color: transparent;
    padding: 1em 1em 0 1em!important;
  }
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow {
  display: none;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full {
  display: block;
}
body.neighborhoods-lp.tax-neighborhoods.archive .hero .navis-slideshow.navis-full .wp-caption-text {
  display: block;
}
body.neighborhoods-lp.tax-neighborhoods section.news .row-fluid {
  margin-bottom: 2.5em;
}
body.neighborhoods-lp.tax-neighborhoods section.news h3 {
  font-size: 1.5em;
}
body.neighborhoods-lp.tax-neighborhoods section .videos li > a {
  position: relative;
  display: block;
  margin-bottom: .5em;
}
body.neighborhoods-lp.tax-neighborhoods section .videos li > a:before {
  content: ' ';
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.neighborhoods-lp.tax-neighborhoods section .videos li > a:after {
  content: '\25B6';
  color: #ffffff;
  font-size: 40px;
  line-height: 0;
  width: 36px;
  max-height: 48px;
  box-sizing: border-box;
  background-color: #000000;
  padding: 32px 45px 32px 18px;
  border-radius: 50%;
  position: absolute;
  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%);
}
body.neighborhoods-lp.tax-neighborhoods section .videos li > a:hover:after {
  background-color: #d41313;
}
body.neighborhoods-lp.tax-neighborhoods section .videos li .byline {
  display: none;
}
body.neighborhoods-lp.tax-neighborhoods .sidebar-ctas a.btn {
  width: 100%;
  color: #ffffff;
  background: #d41313;
  padding: 2.5em;
  font-size: 1.125em;
  font-weight: bold;
  position: relative;
}
body.neighborhoods-lp.tax-neighborhoods .sidebar-ctas a.btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 1em;
}
body.neighborhoods-lp.tax-neighborhoods .sidebar-ctas a.btn:hover {
  background: #e70000;
}
body.neighborhoods-lp.tax-neighborhoods .morelink a {
  min-width: 100%;
}
body.neighborhoods-lp.tax-neighborhoods .bottom-ctas {
  float: left;
  margin-top: 2em;
}
body.neighborhoods-lp.tax-neighborhoods .gform_widget {
  background-color: #e2e2e2;
  padding: 1em;
}
body.neighborhoods-lp.tax-neighborhoods .gform_widget h3 {
  color: #000000;
}
@media (max-width: 768px) {
  body.neighborhoods-lp.tax-neighborhoods #page {
    padding-bottom: 2em;
  }
  body.neighborhoods-lp.tax-neighborhoods .stories + .span4 {
    min-width: 100%;
    margin: 0;
  }
  body.neighborhoods-lp.tax-neighborhoods section .news {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #c3c3c3;
  }
}
@media (max-width: 550px) {
  body.neighborhoods-lp.tax-neighborhoods section .news .span3,
  body.neighborhoods-lp.tax-neighborhoods section .news .span3 img,
  body.neighborhoods-lp.tax-neighborhoods section .news .span9 {
    min-width: 100%;
    margin-bottom: .5em;
    margin-left: 0;
  }
}
.navbar li.home-icon > a img {
  height: 45px;
}
