<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#map_shell {
  position: relative;
  display: grid;
  grid-template: "content" 100% / auto;
  height: 31.25rem ;
  margin-bottom: 1rem;
  border:1px solid #cdcdcd;
  transition: height 0.3s ease-in-out;
}

#shell-panel{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#viewDiv{
  height:100%
}

.esri-widget{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.theme-dot,
.theme-dot .esri-ui {
--calcite-color-brand: rgba(0, 68, 102, 1) !important;
--calcite-color-brand-hover: rgba(0, 68, 102, 0.75) !important;
--calcite-color-brand-press: rgba(0, 68, 102, 0.5) !important;
}

.esri-search__input{
  margin-bottom: 0px !important;
  border-radius: 0px !important;
  border:0px !important;
  border-right:1px soild #FFF;
}

.Legend{
  width:10.225rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding:0.75rem;
  overflow: auto;
}

.Legend &gt;h3 {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}

.Legend &gt; h3.otherHeading.hide {
  visibility:hidden !important;
  display:none !important;
}

.Legend &gt; hr {
  width:100%;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #fff;
  margin: .5em 0;
}

.Legend &gt; hr.hide {
  visibility:hidden !important;
  display:none !important;
}

.hide {
  visibility:hidden !important;
  display:none !important;
}

.graph{
  width:160px;
}

.range{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  width:160px;
}

.range &gt; p {
  display:none;
  margin-bottom:0.25rem;
  color: #747474;
  font-size: 0.75rem;
  font-weight: 600;
}

.range &gt; p:first-child{
  display:block;
  margin-left:0.8rem;
}

.range &gt; p:last-child{
  display:block;
  margin-right:0.8rem;
}

.ositem,
.item{
  display:flex;
  flex-direction:row;
  align-items: center;
  width:100%;
  margin-bottom: 0.45rem;
}

.item.hide{
  visibility:hidden;
  display:none;
}

.icon{
  width: 30px;
  height:30px;
  -webkit-filter:  drop-shadow(0px 1px 3px rgba(0,0,0,0.12)) drop-shadow(0px 1px 2px rgba(0,0,0,0.24));
      filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.12)) drop-shadow(0px 1px 2px rgba(0,0,0,0.24));
}

.name{
  margin-left: 0.5rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 0.75rem;
}

#banner-agency-logo{
  z-index:1 !important;
}

.nycgov-first{
  z-index:1 !important;
}

.bc_system_popup {
  display: flex;
  flex-direction: column;
  width:100%;
  padding:0.75rem !important;
  padding-top: 0rem !important;
}

.bc_system_popup &gt; p{
    margin-bottom: 1rem;
    font-size: 0.95rem;
    /* font-weight: 600; */
    margin-left: 1rem;
    
}

.bc_system_popup &gt; a {
  color:#000
}

.bc_system_popup &gt; ul {
  margin-left: 1.2rem;
  margin-top: 0.25rem;
}

.bc_system_popup &gt; ul &gt; li{
  font-style: italic;
}


.bc_system_popup &gt; h3{
  margin: .25em 0;
  font-size: 0.85rem;
  /* text-transform: uppercase; */
  font-style: italic;
  font-weight: 500;
} 

/* Removes the default action bar from popups */
.esri-features__content-feature &gt; calcite-action-bar:first-of-type{
  display: none;
  visibility:hidden;
}

.header-container.header-container--border-end{
  height:2rem !important;
}

.esri-widget__heading.esri-features__heading{
  margin-left:0.75rem !important;
  margin-bottom:0px !important;
}

#shell-panel-start{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


#conditionDesc ul{
  margin-left:2rem;
  margin-top:-0.75rem;
}

.shell-expanded {
  height: 52rem !important;
}

#shell-panel-start{
  transition: all 0.3s ease-in-out;
}

calcite-popover{
  position:absolute !important;
  /* transform:none !important;
  padding-left: 2.75em !important; */
}

.carShare_parent{
  width: 11.75rem;
  max-height: 8rem;
  min-height: 5rem;
  margin:0.5rem;
  display: flex;
  flex-direction:column;
}

.carShare_container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.carShare_container &gt; p {
  margin-top: auto;
  margin-bottom: auto;
}

.carShare_point{
  height:32px;
  width:32px;
}

.carShare_point2{
  height:24px;
  width:24px;
  left: 26px !important;
}

.carShare_container &gt; svg{
  margin-right:0.95rem;
}

.point &gt; svg{
  margin-right:1.5rem;
}

.button-link {
  display: inline-block;
  padding: 0.75em 1.5em;
  background-color: #004466;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 0.375em;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-bottom:1rem;
}

.button-link.first{
  margin-top:0.5rem
}

.button-link:focus,
.button-link:hover {
  background-color: #003f6d;
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}


.legend{
  background-color: white;
  padding: 10px;
  width: 140px;
  margin-bottom: 0px !important;
}
.legend &gt; h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: inherit;
  text-align: left;
  border-bottom: 0px !important;
  color:#000 !important;
}

.legend &gt; div &gt; p{
  font-size: 13.5px;
  font-size: 0.844rem;
  line-height: 1.71428571em;
}

.key {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 1.5rem;
  margin-bottom: 0.82rem;
}

.key &gt; p {
  margin-left:0.5rem;
  margin-bottom:0px !important;
  line-height: 1.5;
  font-size: 0.79rem;
}

.key &gt; .icon{
  width:32px;
  height:32px;
} 

</pre></body></html>