@charset "UTF-8";
@urbanize-gray {
  color: #223843; }

.flex-centered {
  display: flex;
  justify-content: center; }

a {
  color: #08b2e3; }
  a:hover, a:focus {
    color: #0c92b8; }

h1.page-header {
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 700;
  font-size: 64px;
  margin-top: 44px;
  margin-bottom: 0px;
  letter-spacing: -0.007em;
  line-height: 1.03em;
  padding-bottom: 0;
  border-bottom: none; }

body,
body.toolbar,
body.toolbar-drawer {
  padding-top: 118px !important; }

.pager-load-more li > a, .pager-load-more li > span {
  display: block;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: url("/sites/all/themes/custom/urbanize_2018/images/pager_icon.svg") no-repeat;
  background-color: #f9f9f9;
  background-size: 27px 27px;
  background-position-y: 50%;
  background-position-x: calc(50% - 86px); }
  .pager-load-more li > a:hover, .pager-load-more li > a:focus, .pager-load-more li > span:hover, .pager-load-more li > span:focus {
    background-color: #f9f9f9;
    color: #0c92b8;
    background: url("/sites/all/themes/custom/urbanize_2018/images/pager_icon_hover.svg") no-repeat;
    background-color: #f0f0f0;
    background-size: 27px 27px;
    background-position-y: 50%;
    background-position-x: calc(50% - 86px); }

.pager-load-more li .ajax-progress-throbber {
  display: none; }

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border-color: #e8e8e8;
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373d;
  font-weight: 900;
  font-size: 18px;
  padding: 6px 16px;
  background-color: white; }

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #33373d;
  color: white;
  border-color: #33373d; }

.pagination > li.next,
.pagination > li.prev {
  width: 9px;
  height: 25px;
  overflow: hidden; }
  .pagination > li.next > a,
  .pagination > li.prev > a {
    text-indent: 9999px;
    background: url("/sites/all/themes/custom/urbanize_2018/images/pager_next.svg") no-repeat;
    background-size: 15px 15px;
    width: 10px;
    background-position: 50% 50%; }

.pagination > li.prev > a {
  transform: rotate(180deg); }

.pagination > li.pager-last,
.pagination > li.pager-first {
  width: 9px;
  height: 25px;
  overflow: hidden; }
  .pagination > li.pager-last > a,
  .pagination > li.pager-first > a {
    text-indent: 9999px;
    background: url("/sites/all/themes/custom/urbanize_2018/images/pager_last.svg") no-repeat;
    background-size: 15px 15px;
    width: 10px;
    background-position: 50% 50%; }

.pagination > li.pager-first > a {
  transform: rotate(180deg); }

.page-background-image {
  position: relative; }
  .page-background-image svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    z-index: 1; }
  .page-background-image svg.mask-dark {
    display: none; }
  .page-background-image img {
    width: 100%; }

.page-neighborhood-default-image .page-background-image img {
  height: 200px; }

.b-lazy {
  opacity: 0;
  transition: all 700ms; }

.b-loaded {
  opacity: 1; }

.pre-header-wrapper {
  background-color: #f0eff4;
  padding: 32px 0; }
  @media (max-width: 767px) {
    .pre-header-wrapper {
      display: none; } }
body.front .pre-header-wrapper {
  display: none; }

.region-header {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .region-header {
      margin-bottom: 0; } }
.region-post-header {
  margin-bottom: 30px; }

.region-page-break {
  margin-bottom: 30px; }

.page-break-2-wrapper {
  background-color: #33373D;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 40px; }
  .page-break-2-wrapper h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #33373D;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 2px solid #08B2E3;
    display: inline-block;
    margin-bottom: 25px;
    color: white;
    font-size: 36px;
    border-bottom: 4px solid #08B2E3;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    margin-top: 25px; }

.region-page-break-3 {
  margin-bottom: 30px; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent; }

.navbar-wrapper {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  height: 118px;
  z-index: 999; }

.navbar {
  background-color: #fff;
  border: none; }

.navbar-toggle {
  margin-top: 22px; }

.navbar-btn.logo {
  margin-top: 19px; }
  .navbar-btn.logo img {
    width: 159px;
    height: 57px; }
  .navbar-btn.logo img.dark-mode-logo {
    display: none; }

.navbar-default .navbar-nav > li > a {
  color: #223843;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase; }

.navbar-default .navbar-nav > li.leaf-highlight > a {
  color: #00aaff;
  font-weight: 800; }

.menu-neighborhoods.navbar-nav,
.menu-regions.navbar-nav {
  font-family: 'Roboto Condensed', sans-serif; }
  .menu-neighborhoods.navbar-nav .leaf-group-heading,
  .menu-regions.navbar-nav .leaf-group-heading {
    font-weight: 700;
    padding: 0px 20px; }
  @media (min-width: 768px) {
    .menu-neighborhoods.navbar-nav,
    .menu-regions.navbar-nav {
      margin-left: 43px; }
      .menu-neighborhoods.navbar-nav > li > a,
      .menu-regions.navbar-nav > li > a {
        font-weight: 700; }
      .menu-neighborhoods.navbar-nav ul.dropdown-menu,
      .menu-regions.navbar-nav ul.dropdown-menu {
        position: fixed;
        top: 119px;
        left: 0;
        right: 0;
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
        z-index: 9999;
        column-count: 5;
        column-gap: 15px;
        border: none;
        box-shadow: none; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .menu-neighborhoods.navbar-nav ul.dropdown-menu,
      .menu-regions.navbar-nav ul.dropdown-menu {
        width: 750px; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .menu-neighborhoods.navbar-nav ul.dropdown-menu,
      .menu-regions.navbar-nav ul.dropdown-menu {
        width: 970px; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      .menu-neighborhoods.navbar-nav ul.dropdown-menu,
      .menu-regions.navbar-nav ul.dropdown-menu {
        width: 1170px; } }
  @media (min-width: 768px) {
        .menu-neighborhoods.navbar-nav ul.dropdown-menu a,
        .menu-regions.navbar-nav ul.dropdown-menu a {
          padding: 0px 20px; }
        .menu-neighborhoods.navbar-nav ul.dropdown-menu .seperator,
        .menu-regions.navbar-nav ul.dropdown-menu .seperator {
          margin-bottom: 22px; }
          .menu-neighborhoods.navbar-nav ul.dropdown-menu .seperator:first-child,
          .menu-regions.navbar-nav ul.dropdown-menu .seperator:first-child {
            margin-bottom: 0; }
      .menu-neighborhoods.navbar-nav .menu-background,
      .menu-regions.navbar-nav .menu-background {
        width: 100%;
        height: 1000px;
        position: fixed;
        top: 118px;
        left: 0;
        background-color: white;
        border-top: 1px solid #e8e8e8;
        display: none; }
      .menu-neighborhoods.navbar-nav .dropdown.open > .menu-background,
      .menu-regions.navbar-nav .dropdown.open > .menu-background {
        display: block; } }
@media all and (min-width: 768px) and (max-height: 800px) {
  .menu-neighborhoods.navbar-nav ul.dropdown-menu {
    font-size: 13px; } }

@media all and (min-width: 768px) and (max-height: 750px) {
  .menu-neighborhoods.navbar-nav ul.dropdown-menu {
    font-size: 12px; } }

@media all and (min-width: 768px) and (max-height: 705px) {
  .menu-neighborhoods.navbar-nav ul.dropdown-menu {
    column-count: 6; } }

@media all and (min-width: 768px) and (max-height: 625px) {
  .menu-neighborhoods.navbar-nav ul.dropdown-menu {
    font-size: 11px; } }

@media (min-width: 768px) {
  .menu-regions.navbar-nav {
    margin-left: 0; } }

@media (min-width: 768px) {
  .navbar-default {
    padding-left: 0; }
    .navbar-default .menu-search {
      position: relative;
      left: 30px; } }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent; }

@media (min-width: 768px) {
  .navbar-default .navbar-nav .leaf-icon a {
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 21px;
    padding: 0;
    margin-top: 15px;
    margin-left: 17px;
    background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_ig.svg");
    background-size: 20px 21px; }
  .navbar-default .navbar-nav .leaf-instagram a {
    margin-left: 39px; }
  .navbar-default .navbar-nav .leaf-twitter a {
    background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_tw.svg");
    background-size: 21.3px 17px;
    width: 21.3px;
    height: 17px;
    margin-top: 16px; }
  .navbar-default .navbar-nav .leaf-facebook a {
    background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_fb.svg");
    background-size: 9px 18px;
    width: 9px;
    height: 18px;
    margin-left: 15px; }
  .navbar-default .navbar-nav .leaf-youtube a {
    background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_yt.svg");
    background-size: 23px 17px;
    width: 23px;
    height: 17px;
    margin-left: 18px;
    margin-top: 16px; }
  .navbar-default .navbar-nav .leaf-rss a {
    background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_rss.svg");
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
    margin-left: 18px; }
  .navbar-default .navbar-nav .leaf-search a {
    background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_search.svg");
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-top: 14px;
    margin-left: 37px; } }

@media (min-width: 768px) {
  .navbar-nav {
    padding-top: 25px; } }

@media (min-width: 768px) and (max-width: 991px) {
  ul.menu-neighborhoods.navbar-nav,
  ul.menu-regions.navbar-nav {
    margin-left: 0; }
    ul.menu-neighborhoods.navbar-nav a.dropdown-toggle,
    ul.menu-regions.navbar-nav a.dropdown-toggle {
      padding-right: 0; }
    ul.menu-neighborhoods.navbar-nav li.leaf-icon a,
    ul.menu-regions.navbar-nav li.leaf-icon a {
      margin-left: 10px; } }

@media (min-width: 768px) and (max-width: 991px) {
  ul.menu-social {
    display: none; } }

@media (min-width: 768px) {
  .menu-coronavirus {
    margin-left: 0; } }

@media (max-width: 767px) {
  .navbar-collapse {
    border-bottom: 1px solid #e8e8e8;
    overflow-y: scroll !important;
    max-height: 1000px; }
    .navbar-collapse ul.dropdown-menu li.leaf-group-heading,
    .navbar-collapse ul.dropdown-menu li.seperator {
      display: none; }
    .navbar-collapse ul.dropdown-menu li a {
      text-transform: uppercase;
      font-size: 17px;
      font-weight: 300; } }

.dropdown-arrow {
  width: 16px;
  height: 9px;
  margin-left: 2px;
  transition-duration: 200ms; }

.dropdown.open .dropdown-arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }
  .dropdown.open .dropdown-arrow .caret-vector {
    fill: #00a7cc; }

.dropdown-arrow-dark {
  display: none; }

/* Hide Podcast and Advertise Nav items for widths 768px through 991px to prevent wrapping */
@media (min-width: 768px) and (max-width: 991px) {
  .menu-advertise {
    display: none; } }

.region-search-bar .contextual-links-wrapper {
  display: none !important; }

.region-search-bar .form-search .form-control::-webkit-input-placeholder {
  color: #a3a8b0;
  opacity: 0; }

.region-search-bar .form-search .form-control:-moz-placeholder {
  color: #a3a8b0;
  opacity: 0; }

.region-search-bar .form-search .form-control::-moz-placeholder {
  color: #a3a8b0;
  opacity: 0; }

.region-search-bar .form-search .form-control:-ms-input-placeholder {
  color: #a3a8b0;
  opacity: 0; }

.region-search-bar .form-search .form-text {
  padding-right: 20px;
  color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid white;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  width: 20px;
  background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_search.svg") no-repeat right center;
  background-size: 20px 20px;
  cursor: pointer;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out; }

.region-search-bar .form-search .form-text.expanded {
  width: 280px;
  border-color: #08b2e3;
  color: #a3a8b0; }
  @media (max-width: 1199px) {
    .region-search-bar .form-search .form-text.expanded {
      width: 123px;
      padding-right: 20px; } }
.region-search-bar .form-search .form-control.expanded::-webkit-input-placeholder {
  opacity: 1; }

.region-search-bar .form-search .form-contro.expanded:-moz-placeholder {
  opacity: 1; }

.region-search-bar .form-search .form-control.expanded::-moz-placeholder {
  opacity: 1; }

.region-search-bar .form-search .form-control.expanded:-ms-input-placeholder {
  opacity: 1; }

.region-search-bar .form-search button.btn-primary {
  display: none; }

.page-search-content .main-container {
  margin-top: 30px; }

.page-search-content .region-content {
  margin-top: 30px; }

.page-search-content .form-wrapper .input-group {
  width: 100%; }

.page-search-content form.search-form .form-control::-webkit-input-placeholder {
  color: #a3a8b0;
  opacity: 0; }

.page-search-content form.search-form .form-control:-moz-placeholder {
  color: #a3a8b0;
  opacity: 0; }

.page-search-content form.search-form .form-control::-moz-placeholder {
  color: #a3a8b0;
  opacity: 0; }

.page-search-content form.search-form .form-control:-ms-input-placeholder {
  color: #a3a8b0;
  opacity: 0; }

.page-search-content form.search-form .form-control {
  padding-right: 20px;
  color: #a3a8b0;
  border: none;
  border-bottom: 2px solid #08b2e3;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
  width: 100%;
  background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_search.svg") no-repeat right center;
  background-size: 20px 20px;
  cursor: pointer; }

.page-search-content form.search-form button.btn-primary {
  display: none; }

.page-search-content ol.breadcrumb {
  display: none; }

.page-search-content .ds-search-extra {
  font-family: 'Roboto Slab', serif;
  color: #33373D;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.25em;
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: -0.018em; }

.footer-wrapper {
  background-color: #33373D;
  position: relative; }

.footer {
  height: 506px;
  border-top: none; }
  @media all and (max-width: 767px) {
    .footer {
      height: auto; } }
.footer-background {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 225px 896px;
  border-color: transparent transparent #2b2e33 transparent; }
  @media all and (max-width: 767px) {
    .footer-background {
      display: none; } }
.footer-top-row {
  margin-bottom: 50px; }

.footer-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 15px; }
  @media all and (max-width: 767px) {
    .footer-title {
      text-align: center;
      margin-top: 60px; } }
.footer-content {
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 300; }
  @media all and (max-width: 767px) {
    .footer-content {
      text-align: center; } }
  @media all and (max-width: 767px) {
    .footer-content li {
      text-align: center; } }
  @media all and (max-width: 767px) {
    .footer-content p {
      text-align: center;
      max-width: 340px;
      display: block;
      margin-left: auto;
      margin-right: auto; } }
.copyright-row {
  margin-top: 15px; }

.footer-copyright {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  color: white; }

.footer-partners {
  display: flex;
  margin-bottom: 10px; }
  @media all and (max-width: 767px) {
    .footer-partners {
      justify-content: center;
      margin-bottom: 35px; } }
  .footer-partners a, .footer-partners a:hover, .footer-partners a:hover, .footer-partners a:active {
    text-decoration: none;
    color: white; }

.footer-logo-cpursuits {
  width: auto;
  height: 40px;
  flex: 1;
  margin-right: 10px; }

.footer-logo-facility {
  width: auto;
  height: 40px;
  flex: 1; }

.footer-logo-industrious {
  width: auto;
  height: 40px;
  flex: 1; }

.footer-menu {
  list-style-type: none;
  padding-left: 0; }

.footer-menu-item a, .footer-menu-item a:focus, .footer-menu-item a:active {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none; }

.footer-menu-item a:hover {
  color: white;
  text-decoration: none; }

.footer-newsletter-signup input:focus {
  outline: none !important;
  outline-width: 0;
  box-shadow: none; }

.footer-newsletter-signup .email-field-and-submit-button {
  display: flex;
  flex-flow: row nowrap; }
  @media all and (max-width: 767px) {
    .footer-newsletter-signup .email-field-and-submit-button {
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; } }
.footer-newsletter-signup .email-form-group {
  flex-grow: 3; }

.footer-newsletter-signup .email-field {
  border: 2px solid rgba(255, 255, 255, 0.53);
  border-right: none;
  background-color: transparent;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 34px; }
  .footer-newsletter-signup .email-field::placeholder {
    color: rgba(255, 255, 255, 0.8); }

.footer-newsletter-signup .submit-button-wrapper {
  flex-grow: 1; }

.footer-newsletter-signup .submit-button {
  border: 2px solid rgba(255, 255, 255, 0.53);
  border-left: none;
  background-color: transparent;
  border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  color: white;
  width: 100%;
  height: 34px;
  padding-top: 3px;
  text-transform: uppercase; }
  .footer-newsletter-signup .submit-button:hover {
    background-color: rgba(255, 255, 255, 0.25);
    border-left: 2px solid rgba(255, 255, 255, 0.53); }

@media all and (max-width: 767px) {
  .footer-newsletter-signup .daily-weekly-options {
    width: 55px;
    margin-left: auto;
    margin-right: auto; } }

.footer-newsletter-signup .daily-weekly-options ul {
  padding-left: 0;
  list-style-type: none;
  margin-left: 13px; }
  .footer-newsletter-signup .daily-weekly-options ul li {
    padding-left: 0;
    margin-left: 0;
    display: flex;
    flex-flow: row nowrap; }
    .footer-newsletter-signup .daily-weekly-options ul li label {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      margin-left: 5px;
      line-height: 20px;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.8); }
  @media all and (max-width: 767px) {
    .footer-newsletter-signup .daily-weekly-options ul {
      margin-left: 0; } }
.node-type-article .main-container {
  margin-bottom: 30px; }

.neighborhood-tag {
  margin-top: 24px; }
  .neighborhood-tag a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #33373D;
    font-weight: 700;
    font-size: 11.95px;
    text-transform: uppercase;
    border-bottom: 2px solid #08B2E3; }
    .neighborhood-tag a:focus, .neighborhood-tag a:hover {
      text-decoration: none; }

h1.article-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 700;
  font-size: 64px;
  margin-top: 20px;
  margin-bottom: 0px;
  letter-spacing: -0.007em;
  line-height: 1.03em; }
  @media (max-width: 767px) {
    h1.article-title {
      font-size: 50px; } }
  @media (max-width: 400px) {
    h1.article-title {
      font-size: 40px; } }
  @media (min-width: 1200px) {
    h1.article-title {
      width: 66%; } }
h2.article-subtitle {
  font-family: 'Roboto Slab', serif;
  color: #33373D;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25em;
  margin-top: 12px;
  margin-bottom: 16px;
  letter-spacing: -0.018em; }
  @media (min-width: 1200px) {
    h2.article-subtitle {
      width: 66%; } }
  @media (max-width: 400px) {
    h2.article-subtitle {
      font-size: 16px; } }
.article-byline {
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 32px; }
  .article-byline .author-image {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 4px;
    display: inline-block; }

.byline-comment-link {
  font-weight: 700;
  display: inline-block;
  margin-left: 11px;
  cursor: pointer; }
  .byline-comment-link:hover, .byline-comment-link:focus, .byline-comment-link:active {
    text-decoration: none; }

.comment-link-down-arrow {
  background: url("/sites/all/themes/custom/urbanize_2018/images/comment-link-down-arrow.svg");
  background-size: 7px 11px;
  display: inline-block;
  width: 7px;
  height: 11px;
  position: relative;
  top: 1px; }

.article-lead-image {
  position: relative; }
  @media (max-width: 767px) {
    .article-lead-image {
      margin-bottom: 25px; } }
  .article-lead-image .img-gallery-link {
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    width: 130px;
    height: 53px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #08B2E3;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-top: 14px;
    cursor: pointer;
    user-select: none; }
    .article-lead-image .img-gallery-link .img-gallery-link-count {
      width: 27px;
      height: 22px;
      background: url("/sites/all/themes/custom/urbanize_2018/images/gallery_link_icon.svg");
      background-size: 27px 22px;
      margin-left: 5px;
      color: white;
      display: inline-block;
      padding-top: 5px;
      padding-left: 6px;
      text-align: center;
      font-size: 13px; }
    .article-lead-image .img-gallery-link:hover {
      background-color: #f9f9f9;
      color: #0c92b8; }
      .article-lead-image .img-gallery-link:hover .img-gallery-link-count {
        background: url("/sites/all/themes/custom/urbanize_2018/images/gallery_link_icon_hover.svg"); }

.node-article .article-body {
  font-family: 'Roboto Slab', serif;
  color: #333333;
  font-weight: 300;
  font-size: 18px;
  margin-top: 48px; }
  .node-article .article-body p {
    margin-bottom: 36px;
    line-height: 30px; }
  .node-article .article-body a {
    font-weight: 700; }
  .node-article .article-body ul {
    margin-bottom: 36px; }
    .node-article .article-body ul li {
      margin-bottom: 20px; }
  .node-article .article-body .blockquote {
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
    font-weight: 700;
    font-size: 29px;
    margin-top: 0px;
    margin-bottom: 36px;
    quotes: "“" "”" "‘" "’";
    position: relative;
    padding-left: 45px;
    padding-right: 45px; }
    @media (max-width: 400px) {
      .node-article .article-body .blockquote {
        font-size: 22px; } }
    @media (max-width: 280px) {
      .node-article .article-body .blockquote {
        display: none; } }
    .node-article .article-body .blockquote:before {
      content: open-quote;
      color: #06b4d6;
      font-size: 70px;
      position: absolute;
      left: 0px;
      top: -10px; }
    .node-article .article-body .blockquote:after {
      content: close-quote;
      color: #06b4d6;
      font-size: 70px;
      position: absolute;
      right: 0px;
      top: -10px; }

.node-article .field-name-field-image .field-item {
  margin-bottom: 30px; }

.view-mode-article_thumb,
.view-mode-wide_article_thumb {
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .view-mode-article_thumb,
    .view-mode-wide_article_thumb {
      height: 159px; } }
  @media (min-width: 992px) {
    .view-mode-article_thumb,
    .view-mode-wide_article_thumb {
      height: 212px; } }
  @media (min-width: 1200px) {
    .view-mode-article_thumb,
    .view-mode-wide_article_thumb {
      height: 260px; } }
  @media (max-width: 767px) {
    .view-mode-article_thumb,
    .view-mode-wide_article_thumb {
      height: auto; }
      .view-mode-article_thumb .img-responsive,
      .view-mode-wide_article_thumb .img-responsive {
        width: 100%; } }
  .view-mode-article_thumb a:hover,
  .view-mode-article_thumb a:active,
  .view-mode-article_thumb a:visited,
  .view-mode-wide_article_thumb a:hover,
  .view-mode-wide_article_thumb a:active,
  .view-mode-wide_article_thumb a:visited {
    text-decoration: none; }

.article-thumb-sponsored {
  font-size: 10px;
  color: #C2C2C2;
  font-family: "Roboto";
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: -17px; }

.article-thumb-bg {
  position: absolute;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .article-thumb-bg {
      position: relative; } }
.article-play-button {
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  background: url("/sites/all/themes/custom/urbanize_2018/images/article_thumb_play_btn.svg");
  background-size: 44px 44px; }

.article-thumb-title-block {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 60px 20px 20px;
  z-index: 10;
  width: 100%;
  pointer-events: none; }
  @media (min-width: 1200px), (max-width: 767px) {
    .article-thumb-title-block {
      padding-left: 30px;
      padding-bottom: 30px; } }
.article-thumb-neighborhood {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 2px solid #08B2E3;
  text-decoration: none;
  display: inline-block; }
  @media (min-width: 768px) {
    .article-thumb-neighborhood {
      font-size: 10px; } }
  @media (min-width: 992px) {
    .article-thumb-neighborhood {
      font-size: 11px; } }
  @media (min-width: 1200px) {
    .article-thumb-neighborhood {
      font-size: 12px; } }
.article-thumb-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-weight: 700;
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  letter-spacing: -0.007em;
  line-height: 1.03em; }
  @media (min-width: 768px) {
    .article-thumb-title {
      font-size: 16px; } }
  @media (min-width: 992px) {
    .article-thumb-title {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .article-thumb-title {
      font-size: 24px; } }
.article-thumb-subtitle {
  font-family: 'Roboto Slab', serif;
  color: white;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25em;
  margin-top: 6px;
  margin-bottom: 0;
  letter-spacing: -0.018em; }
  @media (min-width: 768px) {
    .article-thumb-subtitle {
      display: none; } }
  @media (min-width: 992px) {
    .article-thumb-subtitle {
      font-size: 10px;
      display: block; } }
  @media (min-width: 1200px) {
    .article-thumb-subtitle {
      font-size: 12px;
      display: block; } }
  @media (max-width: 350px) {
    .article-thumb-subtitle {
      display: none; } }
.article-thumb-byline {
  display: none;
  font-family: 'Roboto Condensed', sans-serif;
  color: #808894;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 5px; }

.article-thumb-mask {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0.9;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 20%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 20%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 20%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  transition: opacity 0.1s ease-in; }

@media (min-width: 768px) {
  .frontpage-feed .view-mode-article_thumb.node-article .article-thumb-mask,
  .frontpage-feed .view-mode-article_thumb.node-article .article-thumb-mask:hover {
    opacity: 0; } }

.node-article.view-mode-wide_article_thumb .article-thumb-mask:hover,
.node-article.view-mode-article_thumb .article-thumb-mask:hover {
  opacity: 1; }

.comment-count {
  position: absolute;
  right: 21px;
  bottom: 15px;
  background: url("/sites/all/themes/custom/urbanize_2018/images/comment_count.svg");
  background-size: 28px 31.55px;
  width: 28px;
  height: 31.55px;
  z-index: 10; }
  .comment-count .disqus-comment-count {
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding-top: 2px; }

.share-links {
  position: fixed;
  left: 0;
  top: 45%;
  z-index: 1; }
  @media (max-width: 767px) {
    .share-links {
      position: relative;
      top: 0; } }
.share-link-list {
  list-style-type: none;
  padding-left: 0; }

.share-link {
  margin-bottom: 1px;
  width: 48px;
  height: 48px;
  background-color: #33373d; }
  @media (max-width: 767px) {
    .share-link {
      margin-bottom: 0;
      margin-right: 1px;
      display: inline-block;
      width: 24px;
      height: 24px; } }
  .share-link a {
    background: url("/sites/all/themes/custom/urbanize_2018/images/share_icon_twitter.svg");
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    display: block; }
    .share-link a.share-fb {
      background: url("/sites/all/themes/custom/urbanize_2018/images/share_icon_facebook.svg"); }
    .share-link a.share-li {
      background: url("/sites/all/themes/custom/urbanize_2018/images/share_icon_linkedin.svg"); }
    .share-link a.share-em {
      background: url("/sites/all/themes/custom/urbanize_2018/images/share_icon_email.svg"); }
    @media (max-width: 767px) {
      .share-link a {
        background-size: 24px 24px !important;
        width: 24px !important;
        height: 24px !important; } }
.article-tags {
  list-style-type: none;
  padding-left: 0; }

.article-tag {
  margin-right: 20px;
  display: inline-block; }
  .article-tag a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #33373D;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 2px solid #08B2E3;
    display: inline-block;
    margin-bottom: 10px; }
    .article-tag a:hover {
      text-decoration: none; }

.twentytwenty-wrapper {
  margin-top: 0;
  margin-bottom: 50px; }

.article-inline-image {
  width: 100%;
  height: auto; }

.article-body .caption {
  width: 66% !important;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .article-body .caption p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #9B9B9B; }

.field-name-field-video-embed {
  margin-top: 35px;
  margin-bottom: 25px; }
  .field-name-field-video-embed .player {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    .field-name-field-video-embed .player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.embed-container {
  margin-bottom: 50px;
  max-width: 100%; }

/* Feedback widget (appears on article pages) */
.feedback-widget {
  background-color: #2B2E33;
  padding: 20px 0 70px;
  color: white;
  margin-bottom: 50px; }

@media all and (max-width: 767px) {
  .feedback-container {
    padding-left: 30px;
    padding-right: 30px; } }

.feedback-sponsor {
  text-align: center;
  color: #aaa;
  margin-bottom: 50px;
  font-size: 11px;
  text-transform: uppercase; }

.feedback-intro {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: 57px;
  line-height: 60px;
  letter-spacing: -.31px; }

.feedback-thumbnail {
  width: 100%;
  margin: 6px 0 14px 0; }
  @media all and (max-width: 767px) {
    .feedback-thumbnail {
      display: none; } }
.feedback-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: -.38px; }
  @media all and (max-width: 767px) {
    .feedback-title {
      display: none; } }
.feedback-desc {
  font-family: 'Roboto Slab', serif;
  color: #AFB5BD;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: -.34px;
  margin-top: 6px; }
  @media all and (max-width: 767px) {
    .feedback-desc {
      display: none; } }
.feedback-buttons {
  margin-top: 62px; }
  .feedback-buttons:hover, .feedback-buttons:focus {
    text-decoration: none;
    color: #fff; }

.feedback-button {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: 27px;
  letter-spacing: .61px;
  text-transform: uppercase;
  padding: 21px 40px;
  margin-right: 20px; }
  .feedback-button:hover, .feedback-button:focus {
    text-decoration: none;
    color: #fff;
    outline: none; }

.feedback-button-yes {
  background-color: #16C172;
  display: block;
  text-align: center; }
  .feedback-button-yes:hover {
    background-color: #15a462; }

.feedback-button-no {
  background-color: #E94E4E;
  margin-right: 0; }

.feedback-thumbnail.mobile {
  margin-top: 33px;
  margin-bottom: 20px; }

@media all and (max-width: 991px) {
  .feedback-thumbnail.mobile,
  .feedback-title.mobile,
  .feedback-desc.mobile {
    display: block; }
  .feedback-thumbnail.desktop,
  .feedback-title.desktop,
  .feedback-desc.desktop {
    display: none; } }

@media all and (min-width: 992px) {
  .feedback-thumbnail.mobile,
  .feedback-title.mobile,
  .feedback-desc.mobile {
    display: none; }
  .feedback-thumbnail.desktop,
  .feedback-title.desktop,
  .feedback-desc.desktop {
    display: block; } }

.feedback-learn-more-link {
  font-family: 'Roboto Slab', serif;
  color: #AFB5BD;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: -.34px;
  display: block;
  margin-top: 78px; }
  .feedback-learn-more-link:hover {
    text-decoration: none;
    color: #AFB5BD; }
  @media all and (max-width: 767px) {
    .feedback-learn-more-link {
      margin-top: 25px; } }
.container-article-with-feedback #block-urbanize-blocks-google-matched-content,
.container-article-with-feedback #block-urbanize-ad-slots-d-article-main-atf-lower {
  display: none; }

/* Feedback form pages */
.feedback-form-logo {
  display: block;
  margin: 65px auto 0 auto; }
  @media all and (max-width: 767px) {
    .feedback-form-logo {
      width: 50%;
      margin-top: 9vw; } }
.feedback-form-bg-wrapper {
  width: 100%;
  height: 432px;
  position: absolute; }
  @media all and (max-width: 767px) {
    .feedback-form-bg-wrapper {
      display: none; } }
.feedback-form-bg-1 {
  width: 100%;
  height: 277px;
  background-color: #f0f0f4; }

.feedback-form-bg-2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 155px 100vw 0 0;
  border-color: #f0f0f4 transparent transparent transparent; }
  @media all and (max-width: 767px) {
    .feedback-form-bg-2 {
      display: none; } }
.feedback-form-call-to-action {
  font-family: 'Roboto Slab', serif;
  color: #33373D;
  font-weight: 300;
  font-size: 17px;
  margin-top: 20px;
  letter-spacing: -.34px;
  text-align: center; }

.feedback-form-image {
  margin-top: 40px; }
  @media all and (max-width: 767px) {
    .feedback-form-image {
      margin-top: 8vw; } }
.feedback-form-neighborhood {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 700;
  font-size: 21.51px;
  line-height: 26px;
  letter-spacing: 0.19px;
  text-transform: uppercase;
  border-bottom: 3px solid #08B2E3;
  margin-top: 56px; }
  @media all and (max-width: 767px) {
    .feedback-form-neighborhood {
      font-size: 16.8px; } }
  @media all and (max-width: 400px) {
    .feedback-form-neighborhood {
      font-size: 13.43px; } }
.feedback-form-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 700;
  font-size: 64px;
  margin-top: 20px;
  margin-bottom: 0px;
  letter-spacing: -0.007em;
  line-height: 1.03em;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.55px;
  margin-top: 22px; }
  @media (max-width: 767px) {
    .feedback-form-title {
      font-size: 50px; } }
  @media (max-width: 400px) {
    .feedback-form-title {
      font-size: 40px; } }
.page-feedback-success .feedback-form-title {
  margin-top: 56px; }

.page-feedback-success .feedback-form-desc {
  margin-top: 20px;
  margin-bottom: 20px; }

.feedback-form-desc {
  font-family: 'Roboto Slab', serif;
  color: #33373D;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25em;
  margin-top: 12px;
  margin-bottom: 16px;
  letter-spacing: -0.018em;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.4px;
  margin-top: 18px; }

#urbanize-project-feedback-form .feedback-form-title {
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.44px; }

#urbanize-project-feedback-form .feedback-form-desc {
  margin-bottom: 30px;
  margin-top: 20px; }

.feedback-form-newmode {
  border: 1px solid #D6D6D6;
  padding: 7px 43px;
  margin-top: 40px; }
  @media all and (max-width: 767px) {
    .feedback-form-newmode {
      padding: 0; } }
#urbanize-project-feedback-form {
  border: 1px solid #D6D6D6;
  padding: 50px 43px;
  margin-top: 40px; }
  #urbanize-project-feedback-form .form-item label {
    font-family: 'Roboto Slab', serif;
    color: #4A4A4A;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.4px; }
    #urbanize-project-feedback-form .form-item label .form-required {
      color: #E94E4E; }
  #urbanize-project-feedback-form .form-item .form-control {
    border-radius: 0; }
  @media all and (max-width: 767px) {
    #urbanize-project-feedback-form .form-item {
      margin-bottom: 20px; } }
  #urbanize-project-feedback-form button.btn-success {
    width: 100%;
    background-color: #08B2E3;
    border-radius: 0;
    border: none;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #33373D;
    font-weight: 700;
    font-size: 64px;
    margin-top: 20px;
    margin-bottom: 0px;
    letter-spacing: -0.007em;
    line-height: 1.03em;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.75px;
    text-transform: uppercase;
    color: white; }
    @media (max-width: 767px) {
      #urbanize-project-feedback-form button.btn-success {
        font-size: 50px; } }
    @media (max-width: 400px) {
      #urbanize-project-feedback-form button.btn-success {
        font-size: 40px; } }
    #urbanize-project-feedback-form button.btn-success .glyphicon-plus {
      display: none; }
    #urbanize-project-feedback-form button.btn-success:hover {
      background-color: #0c92b8; }
    @media all and (max-width: 550px) {
      #urbanize-project-feedback-form button.btn-success {
        font-size: 34px; } }
    @media all and (max-width: 375px) {
      #urbanize-project-feedback-form button.btn-success {
        font-size: 24px; } }
.feedback-landing-page-link {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin-top: 65px; }
  .feedback-landing-page-link:hover {
    text-decoration: none; }
  @media all and (max-width: 465px) {
    .feedback-landing-page-link {
      font-size: 21px; } }
  @media all and (max-width: 350px) {
    .feedback-landing-page-link {
      font-size: 18px; } }
  .feedback-landing-page-link .landing-page-link-icon {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-size: cover;
    margin-left: 10px;
    position: relative;
    top: 4px;
    background-image: url("/sites/all/modules/custom/urbanize_project_feedback/img/feedback_form_landing_page_link.svg"); }

/* Feedback Landing Page (View) */
.feedback-landing-header-wrapper {
  background-image: url("/sites/all/modules/custom/urbanize_project_feedback/img/feedback_landing_page_header_bg.jpg");
  background-size: cover;
  background-position-y: 82%;
  background-position-x: center;
  height: 653px; }

.feedback-landing-logo {
  display: block;
  margin: 50px auto 0 auto; }
  @media all and (max-width: 767px) {
    .feedback-landing-logo {
      width: 50%;
      margin-top: 9vw; } }
.feedback-landing-heading {
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 700;
  font-size: 64px;
  margin-top: 20px;
  margin-bottom: 0px;
  letter-spacing: -0.007em;
  line-height: 1.03em;
  color: white;
  text-align: center;
  font-size: 68px;
  line-height: 75px;
  letter-spacing: -1px;
  margin-top: 26px; }
  @media (max-width: 767px) {
    .feedback-landing-heading {
      font-size: 50px; } }
  @media (max-width: 400px) {
    .feedback-landing-heading {
      font-size: 40px; } }
  @media all and (max-width: 991px) {
    .feedback-landing-heading {
      font-size: 50px;
      line-height: 60px; } }
.feedfback-landing-subheading,
.feedback-landing-subheading {
  font-family: 'Roboto Slab', serif;
  color: #33373D;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25em;
  margin-top: 12px;
  margin-bottom: 16px;
  letter-spacing: -0.018em;
  color: white;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  margin-top: 16px; }
  @media all and (max-width: 767px) {
    .feedfback-landing-subheading,
    .feedback-landing-subheading {
      padding-right: 10px; } }
.feedback-landing-arrow {
  display: block;
  margin: 27px auto 0 auto; }

.view-id-feedback_landing_page .views-row {
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E7E7; }
  .view-id-feedback_landing_page .views-row:first-child {
    margin-top: 96px; }

.feedback-landing-neighborhood {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 700;
  font-size: 21.51px;
  line-height: 26px;
  letter-spacing: 0.19px;
  text-transform: uppercase;
  border-bottom: 3px solid #08B2E3;
  margin-top: 0; }
  @media all and (max-width: 991px) {
    .feedback-landing-neighborhood {
      margin-top: 15px; } }
  @media all and (max-width: 767px) {
    .feedback-landing-neighborhood {
      font-size: 16.8px; } }
  @media all and (max-width: 400px) {
    .feedback-landing-neighborhood {
      font-size: 13.43px; } }
.feedback-landing-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 700;
  font-size: 64px;
  margin-top: 20px;
  margin-bottom: 0px;
  letter-spacing: -0.007em;
  line-height: 1.03em;
  font-size: 47px; }
  @media (max-width: 767px) {
    .feedback-landing-title {
      font-size: 50px; } }
  @media (max-width: 400px) {
    .feedback-landing-title {
      font-size: 40px; } }
.feedback-landing-desc {
  font-family: 'Roboto Slab', serif;
  color: #33373D;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25em;
  margin-top: 12px;
  margin-bottom: 16px;
  letter-spacing: -0.018em;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin-top: 10px; }

.feedback-landing-do-you-support {
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 700;
  font-size: 64px;
  margin-top: 20px;
  margin-bottom: 0px;
  letter-spacing: -0.007em;
  line-height: 1.03em;
  font-size: 22px;
  line-height: 33px; }
  @media (max-width: 767px) {
    .feedback-landing-do-you-support {
      font-size: 50px; } }
  @media (max-width: 400px) {
    .feedback-landing-do-you-support {
      font-size: 40px; } }
.feedback-landing-buttons {
  margin-top: 25px;
  margin-bottom: 30px; }

.feedback-landing-button {
  font-family: 'Roboto Condensed', sans-serif;
  color: #4A4A4A;
  border: 1px solid #979797;
  font-weight: 900;
  font-size: 27px;
  letter-spacing: .61px;
  text-transform: uppercase;
  padding: 13px 38px;
  margin-right: 20px; }
  .feedback-landing-button:hover {
    text-decoration: none;
    color: #fff; }

.view-feedback-landing-page .views-row:hover .feedback-landing-button-yes {
  background-color: #16C172;
  color: white;
  border-color: white; }

.feedback-landing-button-no {
  margin-right: 0; }

.view-feedback-landing-page .views-row:hover .feedback-landing-button-no {
  background-color: #E94E4E;
  color: white;
  border-color: white; }

@media all and (max-width: 991px) {
  .feedback-landing-button-no {
    background-color: #E94E4E;
    color: white;
    border-color: white; }
  .feedback-landing-button-yes {
    background-color: #16C172;
    color: white;
    border-color: white; }
  .feedback-landing-buttons {
    margin-top: 40px; } }

.sponsored-notification {
  text-align: center;
  font-size: 10px;
  color: #b1b1b1;
  font-family: "Roboto";
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top: 10px; }

body.node-type-page .pre-header-wrapper {
  display: none; }

body.node-type-page .field-name-body {
  font-family: 'Roboto Slab', serif;
  color: #333333;
  font-weight: 300;
  font-size: 18px;
  margin-top: 48px; }
  body.node-type-page .field-name-body p {
    margin-bottom: 36px;
    line-height: 30px; }
  body.node-type-page .field-name-body a {
    font-weight: 700; }
  body.node-type-page .field-name-body ul {
    margin-bottom: 36px; }
    body.node-type-page .field-name-body ul li {
      margin-bottom: 20px; }

h1.page-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 700;
  font-size: 64px;
  margin-top: 20px;
  margin-bottom: 0px;
  letter-spacing: -0.007em;
  line-height: 1.03em; }
  @media (max-width: 767px) {
    h1.page-title {
      font-size: 50px; } }
  @media (max-width: 400px) {
    h1.page-title {
      font-size: 40px; } }
.term-page-header {
  margin-bottom: 30px; }

.neighborhood-page .term-page-header {
  display: block; }

.page-taxonomy-term h1.page-header {
  margin-bottom: 30px; }

.page-neighborhood .term-page-header-right {
  margin-top: -6vw;
  background-color: white; }
  @media (max-width: 767px) {
    .page-neighborhood .term-page-header-right {
      margin-top: 0px; } }
.neighborhood-map {
  border: none;
  margin-bottom: 10px;
  margin-top: 10px; }

.neighborhood-description {
  font-family: 'Roboto Slab', serif;
  color: #333333;
  font-weight: 300;
  font-size: 18px;
  margin-top: 18px; }
  .neighborhood-description p {
    margin-bottom: 36px;
    line-height: 30px; }
  .neighborhood-description a {
    font-weight: 700; }
  .neighborhood-description ul {
    margin-bottom: 36px; }
    .neighborhood-description ul li {
      margin-bottom: 20px; }

.page-neighborhood .region-pre-header #block-urbanize-blocks-google-adsense-block-leaderboard .pre-header-container {
  padding-top: 24px; }

body.page-user .region-content {
  margin-top: 58px; }

.author-page-header {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .author-page-header {
      margin-top: 0px; } }
@media (max-width: 767px) {
  .author-photo {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; } }

.author-photo img {
  border-radius: 50%; }

h1.author-name {
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 700;
  font-size: 64px;
  margin-top: 5px;
  margin-bottom: 0px;
  letter-spacing: -0.007em;
  line-height: 1.03em; }
  @media (max-width: 767px) {
    h1.author-name {
      font-size: 50px;
      text-align: center; } }
  @media (max-width: 400px) {
    h1.author-name {
      font-size: 40px; } }
.field-name-field-author-title {
  font-family: 'Roboto Slab', serif;
  color: #33373D;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25em;
  margin-top: 12px;
  margin-bottom: 16px;
  letter-spacing: -0.018em; }
  @media (max-width: 767px) {
    .field-name-field-author-title {
      text-align: center; } }
.field-name-field-author-bio {
  font-family: 'Roboto Slab', serif;
  color: #33373D;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25em;
  margin-top: 12px;
  margin-bottom: 16px;
  letter-spacing: -0.018em;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px; }

.region-author-page-header-right h2.block-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 2px solid #08B2E3;
  display: inline-block;
  margin-bottom: 10px; }

.region-author-page-header-right {
  margin-top: 118px; }
  @media (max-width: 767px) {
    .region-author-page-header-right {
      margin-top: 30px;
      padding: 15px 25px;
      background-color: #f0f0f0; }
      .region-author-page-header-right h2.block-title {
        margin-top: 0; } }
.view-author-most-popular-articles .views-row {
  margin-bottom: 8px; }

.view-author-most-popular-articles a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 400;
  font-size: 18px;
  color: #33373D; }
  .view-author-most-popular-articles a:hover {
    text-decoration: none; }

form.theme-dev-options {
  z-index: 9999;
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0;
  background-color: #eee;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px 0px;
  border: 1px solid #ccc;
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 400;
  font-size: 12px;
  width: 118px; }
  form.theme-dev-options li, form.theme-dev-options li.active {
    float: none; }
    form.theme-dev-options li a, form.theme-dev-options li a:hover, form.theme-dev-options li.active a, form.theme-dev-options li.active a:hover {
      padding: 0 5px 0 0;
      border: none;
      background-color: transparent;
      color: black; }
    form.theme-dev-options li a:hover, form.theme-dev-options li.active a:hover {
      color: #08b2e3; }
  form.theme-dev-options li.active a, form.theme-dev-options li.active a:hover {
    color: #999;
    font-weight: bold; }

.tabs--primary {
  z-index: 9999;
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0;
  background-color: #eee;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px 0px;
  border: 1px solid #ccc;
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 400;
  font-size: 12px;
  width: 118px;
  bottom: 49px; }
  .tabs--primary li, .tabs--primary li.active {
    float: none; }
    .tabs--primary li a, .tabs--primary li a:hover, .tabs--primary li.active a, .tabs--primary li.active a:hover {
      padding: 0 5px 0 0;
      border: none;
      background-color: transparent;
      color: black; }
    .tabs--primary li a:hover, .tabs--primary li.active a:hover {
      color: #08b2e3; }
  .tabs--primary li.active a, .tabs--primary li.active a:hover {
    color: #999;
    font-weight: bold; }

#toolbar {
  z-index: 10000; }

#block-views-trending-topics-block,
#block-views-trending-topics-block-2 {
  margin-top: 46px;
  padding-left: 30px; }
  #block-views-trending-topics-block h2.block-title,
  #block-views-trending-topics-block-2 h2.block-title {
    font-family: 'Roboto Condensed', sans-serif;
    color: #33373D;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 2px solid #08B2E3;
    display: inline-block;
    margin-bottom: 25px; }
  @media (max-width: 767px) {
    #block-views-trending-topics-block,
    #block-views-trending-topics-block-2 {
      display: none; } }
#block-views-related-articles-block {
  margin-top: 46px;
  padding-left: 30px; }
  #block-views-related-articles-block h2.block-title {
    font-family: 'Roboto Condensed', sans-serif;
    color: #33373D;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 2px solid #08B2E3;
    display: inline-block;
    margin-bottom: 25px; }

.region-sidebar .view-trending-topics .view-content .views-row,
.region-sidebar-2 .view-trending-topics .view-content .views-row,
.region-sidebar-3 .view-trending-topics .view-content .views-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px; }
  .region-sidebar .view-trending-topics .view-content .views-row > a,
  .region-sidebar-2 .view-trending-topics .view-content .views-row > a,
  .region-sidebar-3 .view-trending-topics .view-content .views-row > a {
    flex: 1 36%;
    margin-right: 20px; }
  .region-sidebar .view-trending-topics .view-content .views-row .views-field-title,
  .region-sidebar-2 .view-trending-topics .view-content .views-row .views-field-title,
  .region-sidebar-3 .view-trending-topics .view-content .views-row .views-field-title {
    flex: 1 56%; }
    .region-sidebar .view-trending-topics .view-content .views-row .views-field-title a,
    .region-sidebar-2 .view-trending-topics .view-content .views-row .views-field-title a,
    .region-sidebar-3 .view-trending-topics .view-content .views-row .views-field-title a {
      font-family: 'Roboto Condensed', sans-serif;
      color: #33373D;
      font-weight: 400;
      font-size: 18px; }

.homepage-trending-topics-block .attachment-after .views-row {
  margin-bottom: 25px; }

.homepage-trending-topics-block .attachment-after .views-field-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px; }
  .homepage-trending-topics-block .attachment-after .views-field-title a {
    color: white;
    dispaly: block; }
    .homepage-trending-topics-block .attachment-after .views-field-title a .play-icon {
      width: 15px;
      height: 15px;
      background: url("/sites/all/themes/custom/urbanize_2018/images/article_list_play_btn.svg");
      background-size: 15px 15px;
      position: relative;
      top: 2px;
      left: 4px;
      display: none; }
  .homepage-trending-topics-block .attachment-after .views-field-title a.video-1 .play-icon {
    display: inline-block; }

.block-disqus {
  margin-top: 50px; }

.term-page-header-right h2.block-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 2px solid #08B2E3;
  display: inline-block;
  margin-bottom: 10px; }

.view-term-most-popular .views-row {
  margin-bottom: 9px; }
  .view-term-most-popular .views-row a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #33373D;
    font-weight: 400;
    font-size: 18px;
    color: #33373D; }
    .view-term-most-popular .views-row a:hover {
      text-decoration: none; }

.test_ad {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: #aaa;
  font-weight: 700;
  font-size: 24px;
  line-height: 250px;
  margin: 0 0 0 auto; }

.test_ad_leaderboard_responsive {
  margin: 0 auto;
  width: 300px;
  height: 250px;
  display: none; }
  @media (min-width: 768px) {
    .test_ad_leaderboard_responsive {
      display: block;
      width: 728px;
      height: 90px;
      line-height: 90px; } }
@media all and (min-width: 992px) {
  .test_ad_skyscraper {
    width: 300px;
    height: 600px;
    line-height: 600px; } }

@media all and (max-width: 991px) and (min-width: 768px) {
  .test_ad_skyscraper {
    width: 160px;
    height: 600px;
    line-height: 600px; } }

@media all and (max-width: 767px) {
  .test_ad_skyscraper {
    width: 300px;
    height: 250px;
    margin-left: auto;
    margin-right: auto; } }

@media all and (min-width: 600px) {
  .test_ad_gallery {
    width: 300px;
    height: 250px; } }

@media all and (max-width: 599px) {
  .test_ad_gallery {
    width: 320px;
    height: 50px;
    line-height: 50px; } }

@media all and (max-width: 900px) and (max-height: 600px) {
  .test_ad_gallery {
    width: 320px;
    height: 50px;
    line-height: 50px; } }

.test_ad_med_rectangle {
  width: 300px;
  height: 250px; }
  @media (max-width: 767px) {
    .test_ad_med_rectangle {
      margin-left: auto;
      margin-right: auto; } }
.test_email_signup_300x500 {
  margin-top: 30px; }
  .test_email_signup_300x500 img {
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .test_email_signup_300x500 img {
        margin-left: auto;
        margin-right: auto; } }
.region-page-midpoint .test_ad_leaderboard_responsive {
  margin-bottom: 30px; }

#block-urbanize-blocks-disqus-custom h2.block-title,
#block-urbanize-blocks-disqus-custom-taxonomy h2.block-title,
#block-urbanize-blocks-google-matched-content h2.block-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #33373D;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 2px solid #08B2E3;
  display: inline-block;
  margin-bottom: 25px; }

body.gallery-open {
  overflow: hidden;
  max-height: 100vh; }

.gallery {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity .3s ease-in; }
  .gallery.is-open {
    z-index: 99999;
    opacity: 1;
    background: white; }

.gallery-slider {
  height: 100%; }

.gallery-error {
  text-align: center;
  margin: 20px; }

.gallery-wrapper {
  display: flex;
  height: 100%; }
  .gallery-wrapper.is-hidden {
    display: none; }

.gallery-left-col {
  flex: 1 auto;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between; }

.gallery-right-col {
  background-color: #3F4C59;
  flex: 0 0 300px;
  width: 300px;
  padding: 0;
  z-index: 1; }

.gallery-close-wrapper {
  text-align: right;
  padding: 10px; }

.gallery-close-btn {
  display: inline-block;
  background: transparent;
  border: none;
  width: 15px;
  height: 15px;
  outline: none; }
  .gallery-close-btn::before, .gallery-close-btn::after {
    background-color: #CCD1D8; }
  .gallery-close-btn::before {
    position: absolute;
    color: #FFF;
    display: block;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #fff;
    transform: rotate(-45deg);
    transition: background-color .3s ease; }
  .gallery-close-btn::after {
    display: block;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #fff;
    transform: rotate(45deg);
    transition: background-color .3s ease; }

.gallery-arrow {
  border: none;
  outline: none;
  background: none;
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  border-top: 4px solid #CCD1D8; }

.gallery-arrow-left {
  left: 20px;
  border-left: 4px solid #CCD1D8;
  transform: rotate(-45deg); }

.gallery-arrow-right {
  right: 20px;
  border-right: 4px solid #CCD1D8;
  transform: rotate(45deg); }

.gallery-image-slider {
  position: relative; }

.gallery-images {
  overflow: hidden; }

.gallery-image-list {
  width: 100%;
  white-space: nowrap;
  padding: 0; }

.gallery-image-li {
  width: 100%;
  display: inline-block;
  height: 100vh;
  text-align: center;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }

.gallery-image-li:first-child,
.gallery-image-li:last-child {
  display: none; }

.gallery-image {
  max-width: 100%;
  height: auto; }

.portrait .gallery-image {
  width: auto; }

.gallery-img-info-wrapper {
  display: flex;
  align-items: center;
  padding: 20px;
  height: calc(100vh - 289px); }

.gallery-img-info {
  color: #F2F2F4;
  min-height: 200px; }

.gallery-img-counter {
  font-size: 12px;
  margin: 0 0 10px; }

.gallery-img-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 20px 0 0; }

.gallery-img-description {
  font-size: 14px;
  margin: 20px 0 0; }

.gallery-img-credit {
  font-size: 14px;
  margin: 20px 0 0;
  color: #8991A5; }

@media all and (max-width: 900px) {
  .gallery-wrapper {
    flex-direction: column; }
  .gallery-right-col {
    width: 100%;
    display: flex;
    flex: 0 0 250px;
    height: 250px;
    justify-content: flex-start; }
  .gallery-close-wrapper {
    position: fixed;
    top: 10px;
    right: 15px; }
    .gallery-close-wrapper .gallery-close-btn::before, .gallery-close-wrapper .gallery-close-btn::after {
      background-color: #CCD1D8;
      width: 5px;
      height: 20px; }
  .gallery-adplacement {
    order: 0;
    display: none; }
  .gallery-img-info-wrapper {
    order: 1;
    height: auto; }
  .gallery-image-li.portrait {
    height: calc(100vh - 350px); } }

@media all and (max-width: 599px) {
  .gallery-right-col {
    flex-direction: column;
    flex: 0 0 auto;
    height: auto; }
  .gallery-adplacement {
    order: 0;
    background-color: white;
    padding-bottom: 10px; }
  .test_ad_gallery {
    margin-left: auto;
    margin-right: auto; }
  .gallery-img-info-wrapper {
    order: 1; }
  .gallery-img-info {
    min-height: auto; }
  .gallery-image-li {
    padding-left: 0;
    padding-right: 0; } }

@media all and (max-width: 900px) and (max-height: 600px) {
  .gallery-right-col {
    flex-direction: column;
    flex: 0 0 auto;
    height: auto; }
  .gallery-adplacement {
    order: 0;
    background-color: white;
    padding-bottom: 5px;
    padding-top: 5px; }
  .test_ad_gallery {
    margin-left: auto;
    margin-right: auto; }
  .gallery-img-info-wrapper {
    order: 1;
    padding: 5px 10px; }
  .gallery-img-info {
    min-height: auto; }
    .gallery-img-info .gallery-img-counter {
      margin-bottom: 0; }
    .gallery-img-info .gallery-img-title {
      margin-top: 0; }
    .gallery-img-info .gallery-img-credit {
      margin: 50x 0 0; } }

.view-primary-features {
  margin-bottom: 30px; }
  .view-primary-features .view-mode-article_thumb {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .view-primary-features {
      margin-bottom: 0; }
      .view-primary-features .primary-xl {
        height: 486px; }
        .view-primary-features .primary-xl .article-thumb-title {
          font-size: 48px; }
        .view-primary-features .primary-xl .article-thumb-subtitle {
          font-size: 16px; }
      .view-primary-features .primary-large {
        height: 486px; }
        .view-primary-features .primary-large .article-thumb-title {
          font-size: 48px; }
        .view-primary-features .primary-large .article-thumb-subtitle {
          font-size: 16px; }
      .view-primary-features .primary-med {
        height: 486px; }
      .view-primary-features .primary-small {
        height: 229px; }
      .view-primary-features .article-thumb-title {
        font-size: 28px; } }
  @media (min-width: 768px) and (max-width: 971px) {
    .view-primary-features .primary-xl .article-thumb-subtitle {
      display: block; }
    .view-primary-features .primary-large .article-thumb-title {
      font-size: 36px; }
    .view-primary-features .primary-large .article-thumb-subtitle {
      display: block; }
    .view-primary-features .primary-small .article-thumb-title {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .view-primary-features {
      margin-bottom: 0; }
      .view-primary-features .view-mode-article_thumb {
        margin-bottom: 30px; }
      .view-primary-features .article-thumb-title {
        font-size: 36px; } }
  @media (max-width: 500px) {
    .view-primary-features .article-thumb-title {
      font-size: 24px; } }
  .view-primary-features .primary-small.views-row-2 {
    margin-bottom: 30px; }

.frontpage-feed .views-row {
  position: relative; }
  @media all and (min-width: 768px) {
    .frontpage-feed .views-row .article-thumb-mask {
      width: 220px; } }
  @media all and (min-width: 992px) {
    .frontpage-feed .views-row .article-thumb-mask {
      width: 293px; } }
  @media all and (min-width: 1200px) {
    .frontpage-feed .views-row .article-thumb-mask {
      width: 360px; } }
  @media all and (max-width: 767px) {
    .frontpage-feed .views-row .article-thumb-bg {
      width: 100%;
      height: auto; } }
  @media all and (min-width: 768px) {
    .frontpage-feed .views-row .article-thumb-bg {
      width: 220px; } }
  @media all and (min-width: 992px) {
    .frontpage-feed .views-row .article-thumb-bg {
      width: 293px; } }
  @media all and (min-width: 1200px) {
    .frontpage-feed .views-row .article-thumb-bg {
      width: 360px; } }
  @media all and (min-width: 768px) {
    .frontpage-feed .views-row .article-thumb-title-block {
      position: relative;
      padding-left: 250px; } }
  @media all and (min-width: 992px) {
    .frontpage-feed .views-row .article-thumb-title-block {
      padding-left: 323px; } }
  @media all and (min-width: 1200px) {
    .frontpage-feed .views-row .article-thumb-title-block {
      padding-left: 390px; } }
  @media all and (min-width: 768px) {
    .frontpage-feed .views-row .article-thumb-title {
      color: #33373d;
      size: 34px; }
    .frontpage-feed .views-row .article-thumb-neighborhood {
      color: #33373d; }
    .frontpage-feed .views-row .article-thumb-subtitle {
      color: #33373d;
      font-size: 16px; }
    .frontpage-feed .views-row .article-thumb-byline {
      display: block; }
    .frontpage-feed .views-row .comment-count {
      display: none; } }
  @media (min-width: 1200px) {
    .frontpage-feed .views-row .article-thumb-title {
      font-size: 34px; } }
.frontpage-feed a:hover {
  text-decoration: none; }

@media (max-width: 767px) {
  .view-frontpage-new {
    margin-top: 25px; } }

#block-urbanize-blocks-google-ad-main-1 .content > div,
#block-urbanize-blocks-google-ad-main-2 .content > div,
#block-urbanize-blocks-google-ad-main-3 .content > div,
#block-urbanize-blocks-google-ad-sidebar-1 .content > div,
#block-urbanize-blocks-google-ad-sidebar-2 .content > div {
  text-align: center; }

#block-urbanize-blocks-google-ad-sidebar-1,
#block-urbanize-blocks-google-ad-sidebar-2 {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  #block-urbanize-blocks-google-ad-main-2 {
    margin-top: 30px; } }

#block-urbanize-blocks-google-sidebar-matched-content {
  padding-left: 30px;
  padding-top: 0;
  margin-bottom: 30px;
  margin-top: 15px; }

#block-urbanize-ad-slots-m-sticky-banner {
  display: none;
  background-color: #f0f0f0;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  height: 60px;
  padding-top: 5px;
  width: 100%;
  transition: bottom 0.5s;
  transition-timing-function: ease-in; }
  @media (max-width: 767px) {
    #block-urbanize-ad-slots-m-sticky-banner {
      display: block; } }
  #block-urbanize-ad-slots-m-sticky-banner > .content {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    display: block; }

#block-urbanize-ad-slots-m-sticky-banner.closed {
  bottom: -60px; }

.m-sticky-close-btn:after {
  display: inline-block;
  content: "\00d7";
  font-size: 22px;
  position: absolute;
  right: 4px;
  top: -5px;
  color: #9a9a9a;
  font-weight: 400; }

#block-urbanize-ad-slots-d-home-main-atf,
#block-urbanize-ad-slots-d-home-main-btf,
#block-urbanize-ad-slots-d-home-main-btf-dyn,
#block-urbanize-ad-slots-d-home-sidebar-atf,
#block-urbanize-ad-slots-d-home-sidebar-btf,
#block-urbanize-ad-slots-d-home-sidebar-btf-dyn,
#block-urbanize-ad-slots-m-home-atf,
#block-urbanize-ad-slots-m-home-btf-upper,
#block-urbanize-ad-slots-m-home-btf-mid,
#block-urbanize-ad-slots-m-home-btf-lower,
#block-urbanize-ad-slots-m-home-btf-dyn,
#block-urbanize-ad-slots-d-article-main-atf-upper,
#block-urbanize-ad-slots-d-article-main-atf-lower,
#block-urbanize-ad-slots-d-article-main-btf-upper,
#block-urbanize-ad-slots-d-article-main-btf-lower,
#block-urbanize-ad-slots-d-article-sidebar-btf-upper,
#block-urbanize-ad-slots-d-article-sidebar-btf-mid,
#block-urbanize-ad-slots-d-article-sidebar-btf-lower,
#block-urbanize-ad-slots-m-article-atf,
#block-urbanize-ad-slots-m-article-btf-upper,
#block-urbanize-ad-slots-m-article-btf-lower,
#block-urbanize-ad-slots-d-cat-main-atf,
#block-urbanize-ad-slots-d-cat-main-btf,
#block-urbanize-ad-slots-d-cat-main-btf-dyn,
#block-urbanize-ad-slots-m-cat-atf,
#block-urbanize-ad-slots-m-cat-btf,
#block-urbanize-ad-slots-m-cat-btf-dyn {
  text-align: center; }
  #block-urbanize-ad-slots-d-home-main-atf .ad-label,
  #block-urbanize-ad-slots-d-home-main-btf .ad-label,
  #block-urbanize-ad-slots-d-home-main-btf-dyn .ad-label,
  #block-urbanize-ad-slots-d-home-sidebar-atf .ad-label,
  #block-urbanize-ad-slots-d-home-sidebar-btf .ad-label,
  #block-urbanize-ad-slots-d-home-sidebar-btf-dyn .ad-label,
  #block-urbanize-ad-slots-m-home-atf .ad-label,
  #block-urbanize-ad-slots-m-home-btf-upper .ad-label,
  #block-urbanize-ad-slots-m-home-btf-mid .ad-label,
  #block-urbanize-ad-slots-m-home-btf-lower .ad-label,
  #block-urbanize-ad-slots-m-home-btf-dyn .ad-label,
  #block-urbanize-ad-slots-d-article-main-atf-upper .ad-label,
  #block-urbanize-ad-slots-d-article-main-atf-lower .ad-label,
  #block-urbanize-ad-slots-d-article-main-btf-upper .ad-label,
  #block-urbanize-ad-slots-d-article-main-btf-lower .ad-label,
  #block-urbanize-ad-slots-d-article-sidebar-btf-upper .ad-label,
  #block-urbanize-ad-slots-d-article-sidebar-btf-mid .ad-label,
  #block-urbanize-ad-slots-d-article-sidebar-btf-lower .ad-label,
  #block-urbanize-ad-slots-m-article-atf .ad-label,
  #block-urbanize-ad-slots-m-article-btf-upper .ad-label,
  #block-urbanize-ad-slots-m-article-btf-lower .ad-label,
  #block-urbanize-ad-slots-d-cat-main-atf .ad-label,
  #block-urbanize-ad-slots-d-cat-main-btf .ad-label,
  #block-urbanize-ad-slots-d-cat-main-btf-dyn .ad-label,
  #block-urbanize-ad-slots-m-cat-atf .ad-label,
  #block-urbanize-ad-slots-m-cat-btf .ad-label,
  #block-urbanize-ad-slots-m-cat-btf-dyn .ad-label {
    font-size: 10px;
    color: #C2C2C2;
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3px; }

#block-urbanize-ad-slots-d-cat-main-btf,
#block-urbanize-ad-slots-m-cat-atf,
#block-urbanize-ad-slots-m-cat-btf {
  margin-bottom: 30px; }

#block-urbanize-ad-slots-d-home-sidebar-btf-dyn,
#block-urbanize-ad-slots-d-home-sidebar-btf,
#block-urbanize-ad-slots-d-home-sidebar-atf {
  position: -webkit-sticky;
  position: sticky;
  top: 115px; }

#block-urbanize-ad-slots-d-article-sidebar-btf-upper {
  position: -webkit-sticky;
  position: sticky;
  top: 115px; }

.page-node-5689 .pre-header-wrapper {
  display: none; }

.newsletter-signup-modal .modal-dialog {
  margin-top: 80px; }

.newsletter-signup-modal .modal-body button.close span {
  font-size: 41px;
  line-height: 17px;
  display: block;
  color: #666; }

.newsletter-signup-modal .modal-body img {
  width: 100%; }

.newsletter-signup-modal .modal-body h2 {
  font-family: 'Roboto Condensed', sans-serif;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 22px;
  font-weight: 700; }

.newsletter-signup-modal .modal-body .form-group {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Roboto Slab', serif;
  color: black;
  font-weight: 300;
  font-size: 16px; }

.newsletter-signup-modal .modal-body ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-left: 0; }
  .newsletter-signup-modal .modal-body ul li {
    padding-left: 10px;
    padding-right: 10px; }

.newsletter-signup-modal .modal-body .button-wrapper {
  text-align: center; }
  .newsletter-signup-modal .modal-body .button-wrapper .btn {
    border-color: #33373d;
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    font-weight: 900;
    font-size: 18px;
    padding: 6px 16px;
    background-color: #33373d;
    border-radius: 0;
    text-transform: uppercase; }

.newsletter-signup-modal .modal-body .noShowWelcome {
  font-size: 14px;
  color: #08b2e3;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
  padding-top: 15px; }

.newsletter-signup-modal .modal-body input.email {
  font-size: 20px;
  text-align: center;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #08b2e3;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 200;
  text-transform: uppercase; }

.newsletter-signup-modal .modal-body input.email::-webkit-input-placeholder {
  color: #a3a8b0; }

.newsletter-signup-modal .modal-body input.email:-moz-placeholder {
  color: #a3a8b0; }

.newsletter-signup-modal .modal-body input.email::-moz-placeholder {
  color: #a3a8b0; }

.newsletter-signup-modal .modal-body input.email:-ms-input-placeholder {
  color: #a3a8b0; }

@media (min-width: 768px) {
  .modal-dialog {
    margin-top: 50px;
    width: 400px; } }

.modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }

.page-node.node-type-project .alert-block {
  margin-top: -200px; }

.page-node.node-type-project .pre-header-wrapper {
  display: none; }

.page-node.node-type-project .main-container {
  margin-top: -130px; }

.page-node.node-type-project .mapboxgl-canvas {
  z-index: 2; }

.page-node.node-type-project .group-left {
  padding-top: 110px; }

.page-node.node-type-project .project-status {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #737373;
  text-transform: uppercase; }
  .page-node.node-type-project .project-status .status-circle {
    width: 19px;
    height: 19px;
    background: black;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 3px; }

.page-node.node-type-project .status-proposed .status-circle {
  background: #50E3C2; }

.page-node.node-type-project .status-completed .status-circle {
  background: #005E7C; }

.page-node.node-type-project .status-approved .status-circle {
  background: #08B2E3; }

.page-node.node-type-project .status-under-construction .status-circle {
  background: #F8E71C; }

.page-node.node-type-project .status-cancelled .status-circle {
  background: #F93950; }

.page-node.node-type-project h1.page-header {
  margin-top: 10px;
  margin-bottom: 28px; }

.page-node.node-type-project .group-data-container {
  border: none; }
  .page-node.node-type-project .group-data-container .horizontal-tabs {
    border: none; }
  .page-node.node-type-project .group-data-container .horizontal-tabs-list {
    border: none;
    background-color: transparent; }
    .page-node.node-type-project .group-data-container .horizontal-tabs-list li {
      font-family: 'Roboto', sans-serif;
      font-size: 22px;
      text-transform: uppercase;
      border: none;
      background-color: transparent;
      margin-right: 40px; }
      .page-node.node-type-project .group-data-container .horizontal-tabs-list li a {
        padding: 0;
        color: #A8A8A8; }
      .page-node.node-type-project .group-data-container .horizontal-tabs-list li a:hover {
        background-color: transparent; }
    .page-node.node-type-project .group-data-container .horizontal-tabs-list li.selected {
      border-bottom: 4px solid #08B2E3; }
      .page-node.node-type-project .group-data-container .horizontal-tabs-list li.selected a {
        color: #33373D; }

.project-htabs .horizontal-tabs .group-basic-info {
  padding: 0; }
  .project-htabs .horizontal-tabs .group-basic-info .panel-body {
    padding-left: 0;
    padding-right: 0; }

.project-htabs .field-label-inline:nth-child(odd) {
  background-color: #f1f1f1; }

.project-htabs .field-label-inline {
  color: #33373D;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  line-height: 20px;
  padding: 10px 20px; }
  .project-htabs .field-label-inline .field-label {
    width: 233px;
    text-transform: uppercase; }

body.page-projects .region-content {
  margin-top: 44px; }

body.dark-mode {
  background-color: #000; }
  body.dark-mode .navbar {
    background-color: #000; }
  body.dark-mode .navbar-wrapper {
    background-color: #000; }
    body.dark-mode .navbar-wrapper img.dark-mode-logo {
      display: inline; }
    body.dark-mode .navbar-wrapper img.lite-mode-logo {
      display: none; }
  body.dark-mode .navbar-default .navbar-nav > li > a {
    color: #ccc; }
  @media (min-width: 768px) {
    body.dark-mode .navbar-default .navbar-nav .leaf-instagram a {
      background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_ig-dark.svg"); }
    body.dark-mode .navbar-default .navbar-nav .leaf-twitter a {
      background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_tw-dark.svg"); }
    body.dark-mode .navbar-default .navbar-nav .leaf-facebook a {
      background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_fb-dark.svg"); }
    body.dark-mode .navbar-default .navbar-nav .leaf-youtube a {
      background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_yt-dark.svg"); }
    body.dark-mode .navbar-default .navbar-nav .leaf-rss a {
      background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_rss-dark.svg"); }
    body.dark-mode .navbar-default .navbar-nav .leaf-search a {
      background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_search-dark.svg"); } }
  body.dark-mode .region-search-bar .form-search .form-text {
    background: url("/sites/all/themes/custom/urbanize_2018/images/nav_icon_search-dark.svg") no-repeat right center;
    border-color: #000; }
  body.dark-mode .dropdown-arrow-dark {
    display: inline; }
  body.dark-mode .dropdown-arrow {
    display: none; }
  body.dark-mode .pre-header-wrapper {
    background-color: #191919; }
  body.dark-mode .page-background-image svg.mask-lite {
    display: none; }
  body.dark-mode .page-background-image svg.mask-dark {
    display: block; }
  body.dark-mode .node-project .project-status {
    color: #aaa; }
  body.dark-mode .node-project h1.page-header {
    color: #ccc; }
  body.dark-mode .node-project .group-data-container .horizontal-tabs-list li a strong {
    color: #666; }
  body.dark-mode .node-project .group-data-container .horizontal-tabs-list li.selected {
    border-color: #08B2E3; }
    body.dark-mode .node-project .group-data-container .horizontal-tabs-list li.selected a strong {
      color: #aaa; }
  body.dark-mode #projectDetailPageMap {
    border-color: #000; }
  body.dark-mode .region-header .neighborhood-tag a {
    color: #ccc; }
  body.dark-mode .region-header .article-title {
    color: #ccc; }
  body.dark-mode .region-header .article-subtitle {
    color: #ccc; }
  body.dark-mode .region-header .article-byline {
    color: #ccc; }
  body.dark-mode .node-article .article-body {
    color: white; }
