body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

span, p, button, label, div, input {
  font-family: 'Poppins', sans-serif !important;
}

* {
  outline:none;
}
.dtlogo {
  max-width: -webkit-fill-available;
}

/*.fm_bar {
  float: left;
  width: 30%;
}*/

.drag-handle {
  display: none;
}

.newdesigntitle {
  color: #121212 !important;
  font-size: 30px;
  text-transform: none !important;
  font-weight: bold;
  padding-bottom: 10px;
}

.newdesignsub {
  color: #75787f;
  font-size: 22px;
  padding-bottom: 30px;
  font-weight: normal;
  display: block;
  border-bottom: 5px solid #e5e5e5;
  margin-bottom: 20px;
}

.formtitlebor {
  border-bottom: 2px solid #e5e5e5;
  color: #121212;
  font-size: 20px;
  display: block;
  padding: 10px 0px;
  font-weight: 500;
}

.fm_bar fieldset {
  border: none;
  padding-top: 0;
}

.fm_bar input[type=submit], .fm_bar input[type=button], .fs.btn {
  background-color: #000;
  border: none;
  color: #fff;
  text-transform: capitalize;
}

.fm_bar select, .fm_bar input[type=text] {
  color: #75787f;
  font-size: 16px;
  font-weight: normal;
  margin-top: 21px;
  width: 95%;
  border: 2px solid #dcddde;
  padding-left: 10px;
  height: 40px;
  text-transform: capitalize;
  font-style: normal;
  padding-top:5px;
}

.fm_bar input[type=submit] {
  margin-top: 21px;
  margin-bottom: 25px;
}

select#sel_floor {
  margin-bottom: 20px;
}

#sel_borough {
}

.wrap_results {
  float: left;
  /*margin-top: 1em;*/
  max-width: 100vw;
  padding-left: 0px;
  width: 100%;
  min-height: 800px;
}

.wrap_results #map {
  max-width: 100vw;
  /*width: 100%;*/
  float: right;
  margin-left: 0px;
  width: calc(99.6% - 294px);
  position: fixed;
  top: 0;
  right: 0px;
  /*max-height: 939px;*/
  height: 100%;
}

#dialog, #dialog div {
  height: auto;
  top: 35px;
  width: 100vw;
  margin: 0;
  padding: 0;
  float: none;
  height: 1080px !important;
}

#frame {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.ui-widget.ui-widget-content {
  top: 0 !important;
  left: 0 !important;
}

.ui-dialog .ui-dialog-titlebar {
  z-index: 100003;
  top: 3px;
  left: 12px;
  position: relative;
}

.ui-widget.ui-widget, .ui-dialog.ui-dialog-titlebar, .ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    border: none;
    color: white;
    background-color: black;
}

.wrap_results #matrix, .wrap_results #card {
  max-width: 300px;
  float: left;
  width: 100%;
  background-color: white;
  min-height: 100vh;
  height: auto;
}

.single-post {
    background: black;
}

#matrix .container {
  width: 100%;
}

.media-embed.has-border.has-background-dark.mapme-theme__has-background-dark.media-gallery-item.media-gallery-item-embed, .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable,
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
  display: none;
}

.wrap_results #map.collapsed {
  width: 99.6%;
}

.nav-tabs {
  margin-top: -20px;
}

.found_results {
  padding-top: 0px !important;
  color: #0e4778;
  font-size: 18px;
}

.bookthanksinner {
  height: 135px !important;
}

p.center {
  text-align: center;
}

/*.found_results a {
  margin-top:20px;
}*/

.found_results .total {
  font-size: 27px;
  margin-bottom: 7px;
}

.found_results .clear {
  clear: both;
  margin-top: 17px;
}

.found_results .item {
  /*border:1px dotted red;*/
  /*border:3px solid #e1eafa;
  color:gray;*/
  font-size: 14px;
}

/*.found_results .item:hover {
  background-color: #eee;
}*/

.found_results .item:focus-visible, .found_results .item {
  outline: none !important;
}

.found_results .item img {
  width: 100%;
  max-width: 300px;
  max-height: 212px;
  background-color: white;
}

.found_results .item:hover img {
  transform: scale(1.01);
  overflow: hidden;
}

.found_results .item .title {
  /*clear:both;
  float:left;*/
  color: #121212;
  display: inline-block;
  /*margin-left:1em;*/
  font-family: Poppins, sans-serif !important;
  font-size: 20px;
  line-height: 22px;
  position: relative;
}

.freeflow {
  width: 100%;
}

#road_name {
  width: 95%;
  min-width: 200px;
  padding-top:0;
}

#map-canvas {
  clear: both;
  /*max-height: 939px; */
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#map-canvas > div > div.gm-style > div {
  border: none !important;
}

.dt-info {
  clear: both;
  float: left;
  font-size: 12px;
  margin-bottom: 11px;
  min-height: 100px;
  width: 286px;
}

.dt-info h3 {
  color: #292929;
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.dt-info img {
  float: left;
  margin-right: 3px;
  width: 143px;
  height: 101px;
}

/* Map */

.nav-tabs {
  list-style: none;
}

.nav-tabs li {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #C8D0DE;
  display: block;
  float: left;
}

.nav-tabs li.active {
  background-color: #e1eafa;
}

.nav-tabs li a {
  display: block;
  font-size: 14px;
  padding: 14px;
  text-decoration: none;
}

.nav-tabs, .tab-content, .tab-pane {
  clear: both;
  float: left;
  width: 100%;
}

.tab-pane {
  display: none;
}
  
/*#matrix.tab-pane {
  border:3px solid #e1eafa;
  position: relative;
  top:7px;
}*/
  
.tab-pane.active {
  display: block;
}

.closethis {
  position: absolute;
  right: 0px;
  top: 10px;
}

.closethis a {
  background: none;
  color: #104674;
  font-size: 36px;
  font-weight: 500;
  line-height: 18px;
}

.closethis a:hover {
  text-decoration: none;
}

.multiselect {
  width: 95%;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 2px #dadada solid;
  border-top: 0px;
  width: 100%;
  font-size: 16px;
  color: #969696;
  padding: 5px;
}

#checkboxes input {
  height: 15px;
  width: 15px;
  font-size: 12px;
  vertical-align: middle;
}

#checkboxes label {
  display: block;
  font-size: 18px;
  font-weight: normal;
}

#checkboxes label:hover {
}

#checkboxes input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

#checkboxes label {
  cursor: pointer;
  margin-bottom: 5px;
}

#checkboxes input[type="checkbox"] + label:before {
  border: 2px solid #183e70;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 11px;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: middle;
  width: 11px;
}

#checkboxes input[type="checkbox"]:checked + label:before {
  background: #183e70;
  color: #fff;
  content: "";
  text-align: center;
}

#checkboxes input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

#checkboxes input[type="checkbox"]:focus + label:before {
  outline: rgb(59, 153, 252) auto 5px;
}

.full {
  max-width: 100vw;
}

.layout-landscape-pane-toggle[data-v-96b30784] {
  align-items: center;
  border-radius: 0 4px 4px 0;
  box-shadow: 3px 1px 3px 0 rgb(0 0 0 / 20%);
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  position: fixed !important;
  top: 212px;
  width: 25px;
  transition: transform .3s;
  will-change: transform;
  left: 301px;
  z-index: 88888;
  background-color: #fbfbfb;
}

#card .overlay-gallery-link[data-v-4ad8641c] {
  background-color: rgba(36,36,36,.8);
  color: #fafafa;
  padding: 10px;
  position: relative;
  left: 250px;
  bottom: 219px;
}

span.material-design-icon.image-move-icon {
  vertical-align: middle;
}

.media-embed.has-background-dark.mapme-theme__has-background-dark.media-gallery-item.media-gallery-item-embed.is-16by9.is-clipped {
  /*width: 280px;*/
  /*overflow: hidden;*/
  border: 11px solid rgba(0,0,0,1);
  /*border: 11px solid rgba(36,36,36,1);*/
  /*height: 172px;*/
  /*height: fit-content;*/
}

iframe#miniframe {
  width: 290px;
  overflow: auto;
  height: 190px;
  margin-top: 8px;
}

.title-container {
  margin-top: -49px;
  padding-left: 12px;
  max-width: 280px;
  font-weight: bold;
}

.title.is-marginless.is-spaced.is-size-5-mobile.is-size-4.mapme-theme__section-details-title {
  font-weight: 600;
  color: #121212;
  font-size: 23px;
  margin-top: 20px;
}

.no-pointer-events {
  pointer-events: none;
}

.dropdown-item[data-v-2a9f1330] {
  line-height: .75;
  padding: 0.375rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: .875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

.share-popover .share-popover-content[data-v-6c4d2c27] {
  display: flex;
  justify-content: space-around;
}

.share-popover .share-popover-content[data-v-6c4d2c27] .share-popover-content-icon {
  box-sizing: initial;
  cursor: pointer;
  padding: 0.375rem;
}

.dropdown .dropdown-menu {
  top: 57px;
}

/*.dropdown-menu[data-v-2a9f1330]:before {
  border-bottom: 8px solid #fff;
  border-left: 8px solid #0000;
  border-right: 8px solid #0000;
  bottom: calc(100% + 1px);
  content: "";
  display: block;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.5));
  height: 0;
  left: calc(50% - 73px);
  position: absolute;
  width: 0;
}*/

.custom-icon[data-v-4643abeb], .material-design-icon[data-v-4643abeb] {
  display: flex;
  align-items: center;
}

.navbar.has-shadow {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
}

.navbar[data-v-6c4d2c27] {
  background-color: black;
  pointer-events: all;
}

@media screen and (min-width: 0) {
  .navbar {
    min-height: 3.25rem;
  }

  .navbar, .navbar-end, .navbar-menu, .navbar-start {
    align-items: stretch;
    display: flex;
  }
}

.navbar {
  background-color: #fff;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

@media screen and (min-width: 0) {
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar, .navbar-end, .navbar-menu, .navbar-start {
    align-items: stretch;
    display: flex;
  }

  .navbar-item {
    display: flex;
  }

  .navbar-item, .navbar-link {
    align-items: center;
    display: flex;
  }
}

.navbar-start {
  padding-left: 0.75rem;
}
/*.dropdown-trigger {
    padding-left: 7.75rem;
}*/
.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}

.navbar-item, .navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

hr.has-background-grey {
  border-top: 1px solid #222;
}

.button {
  box-shadow: none;
  background: transparent;
}

.button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 0;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: 0.375em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 0.375em;
  text-align: center;
  white-space: nowrap;
}

.button, .file-cta, .file-name, .input, .select select, .textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}

.button .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.navbar-item .icon:only-child, .navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.button .icon, .button .icon.is-large, .button .icon.is-medium, .button .icon.is-small {
  height: 1.5em;
  width: 1.5em;
}

[data-v-18b6b8e0] .text-color-toolbar {
  color: var(--mapme-toolbar-text-color)!important;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.custom-icon[data-v-4643abeb], .material-design-icon[data-v-4643abeb] {
  display: flex;
  align-items: center;
}

.navbar .navbar-end[data-v-6c4d2c27] {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.flex-grow-shrink {
  flex: 1 1 auto;
}
/*.navbar-item.mapme-theme__toolbar-share-button-container {
    left: 117px;
}*/
@media screen and (min-width: 0) {
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar, .navbar-end, .navbar-menu, .navbar-start {
    align-items: stretch;
    display: flex;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

[dir=ltr] .search-input-container .search-input-control .search-input[data-v-06ad54ec] {
  transform-origin: right;
}

.search-input-container .search-input-control .search-input.is-dark-toolbar-bg[data-v-06ad54ec] {
  background-color: hsla(0,0%,100%,.15);
}

.search-input-container .search-input-control .search-input[data-v-06ad54ec] {
  border-radius: 4px;
  transition: transform .15s cubic-bezier(.4,0,.2,1);
}

.control.has-icons-end .input, .control.has-icons-end .select select, .control.has-icons-right .input, .control.has-icons-right .select select {
  padding-right: 2.25em;
}

[data-v-18b6b8e0] .text-color-toolbar {
  color: var(--mapme-toolbar-text-color)!important;
}

.input, .textarea {
  box-shadow: none;
  max-width: 100%;
  width: 100%;
}

.control.has-icons-end .icon.is-end, .control.has-icons-end .icon.is-right, .control.has-icons-right .icon.is-right {
  right: 0;
}

.control.has-icons-end .icon, .control.has-icons-left .icon, .control.has-icons-right .icon, .control.has-icons-start .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

[data-v-18b6b8e0] .text-color-toolbar {
  color: var(--mapme-toolbar-text-color)!important;
}

.tab-content {
  height: 100vh;
  position: absolute;
  top: 0;
}

#map-canvas {
  height: 100%;
}

.wrap_results {
  min-height: 100%;
}

.wrap_results #map {
  height: 100vh;
}

.button-view-plans {
  background-color: black;
  color: #fff;
  font-size: 16px;
  height: 35px;
  display: flex;
  width: 80%;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.sections-list-item-content.is-story-layout .sections-list-item-description {
  margin-top: -36px;
  margin-bottom: 1.5rem;
  margin-left: 15px;
}

@media screen and (min-width: 640px) {
  .sections-list-item-content.is-story-layout .sections-list-item-title {
    font-size: 20px;
    line-height: 22px;
    position: relative;
    top: -34px;
    left: 62px;
  }
}

.map-marker-wrapper {
  margin-right: 0.5em;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.map-marker {
  align-items: center;
  display: flex;
  justify-content: center;
}

.sections-list-item--title-marker-wrapper .sections-list-item-markers {
  display: flex;
  margin-bottom: 5px;
  margin-top: 19px;
  position: relative;
}

.navbar-start button.button, .mapme-theme__toolbar-share-button-container button.button {
  background-color: black;
  color: white;
}

.buttons.has-addons.mapme-theme__toolbar-location-nav button, .is-dark.button.sections-count.mapme-theme__toolbar-location-nav-count.no-pointer-events {
  background-color: #353535;
  color: white;
}

.gm-ui-hover-effect {
  display: none !important;
}

a.hover-darken.sections-list-item-container.mapme-theme__sections-list-item-container {
  color: black;
}
.thisform, .newdesignsub, .thisform h2 {
  font-family: 'Poppins', sans-serif !important;
}
.thisform, .newdesignsub {
  display: flex;
}
.newdesignsub, .thisform, .fs .displayed {
  display: none;
}