<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html, body {
  width: auto !important;
  overflow-x: hidden !important;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#000;

}

/* ----------------------- Basic Text Styling ----------------------- */

p {
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #000;
}

small,
.small {
  font-size: 83%;
  line-height: 2.067;
  color: white;
}

small a{
  color: white;
}

a {
  color: #007D99;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  color: #007D99;
  text-decoration: underline;
}

h1,
h2,
h2,
h3,
.h1,
.h2,
.h2,
.h3 {
  font-family: inherit;
  font-weight: 700;
  color: #000;
}

h1{
  margin-top:10px;
  margin-bottom:40px;
  font-size:3em;
  line-height:1.2;
}


h2{
  color: #000;
  font-size:1.75em;
  text-transform: uppercase;
  margin-top:40px;
}

h3{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size:1.25em;
  letter-spacing: .02em;
  color: #000;
}

h5{
  color: #000;
}

h6{
  color: #000;
}

a:active, a:focus {
  outline: none;
}

.norm-list li{
  font-size: 1.25em;
  line-height: 1.2;
}

#overlay {
  padding-top: 30vh;
  min-height: 100%;
  min-width: 100%;
  background-color: rgba(0,0,0,.85);
  color: #fff;
  text-align: center;
  position: fixed;
  z-index: 10000 !important;
}

.img-circle {
    border-radius: 50%;
    padding-bottom:20px;
}
#caption  {
  background-color: #c5c5c5;
  padding: 2% 2% 2% 3%;
  text-align: left;
  font-size: 14px;
  min-height: 150px;
  font-weight: bold;
}
.right {
  float: right;
  text-align: right;
}
.img-responsive{
  margin-left:auto;
  margin-right:auto;
}
/* ----------------------- Navbar ----------------------- */
.navbar {
  font-size: 16px;
  min-height: 0px;
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
}

.nav-banner {
  padding-bottom:30px;
}


/* ----------------------- Dave's NYC black navbar ----------------------- */
.nyc-gov {
  max-width:100%;
}


/* ----------------------- translate widget ----------------------- */

.translate-nav{
  display: block;
  background-color: transparent;
  max-width:160px;
  height:41px;
  z-index: 2000;
}

.translate-nav #lang-dots img{
  width:70px;
  height:auto;
  margin-top:25px;
  margin-left:10px;

}

#google_translate_element{
  display:inline-block;
  margin-left:20px;
  margin-top:30px;
}


/* ----------------------- Logo navbar ----------------------- */

.site-nav .col-xs-6{
  padding:0px;
}
.navbar-inverse{
  padding-top: 10px;
  background-color: #fff;
  border-bottom-color: #fff;
}


.navbar-inverse .img-responsive{
  padding-bottom: 0px;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    border: 2px solid;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
}


.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #EA2879;
  background-color: white;
}

/* ----------------------- collapsible page menu ----------------------- */

.navbar-right {
    float: right;
    padding-right: 15px;
}

.navbar-nav {
  float: left;

}
.navbar-nav&gt;li a{
  padding-top:30px;
  padding-bottom: 30px;
  color:#000;
  font-weight: 500;
  font-size: 1em;
}
.navbar-banner {
  max-width:100%;
}


/*  ----------------------- Containers ----------------------- */

.container-top{
   background-color: black;
   padding-top: -20px;
}

.container-fluid {
    padding: 0px;
}

/*  ----------------------- Page Content styling ----------------------- */

.page-content {
  text-align:left;
}

.page-content .col-lg-4 p {
  margin-left:10px;
  margin-right: 10px;
}
.details h2{
  margin-top:0px;
}
/*steps text*/
.steps {
  text-align: center;
}
.steps img{
  width:250px;
  height:auto;
  margin-left:auto;
  margin-right:auto;
}
/*button and text under three steps*/
.info {
  text-align:center;
}

#left, .left-align {
  text-align: left;
}

#header-img {
  height: auto;
  width: auto;
  text-align: center;
  position: fixed;
  margin-top: 50%;
  margin-left: 10%;
}
/* ----------------------- Panel ----------------------- */
.panel-group{
  margin-bottom:50px;
}
.panel {
  margin-top:50px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel .row{
  padding: 10px;
}
.panel-default&gt;.panel-heading {
background-color: white;
border-color: white;
}

.panel-heading span {
    margin-top: -35px;
}
.panel, .panel-default, .panel-group .panel-heading+.panel-collapse&gt;.panel-body{
    border-radius:0px!important;
}

.panel-body{
  padding-top:20px;
  padding-right:25px;
  padding-left:25px;
  padding-bottom: 0px;
  margin-top:-30px;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:inherit;
    content: "â€“";    /* adjust as needed, taken from bootstrap.css */
    color: #000;         /* adjust as needed */
    text-decoration: none;
    margin-left:-5px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "+";    /* adjust as needed, taken from bootstrap.css */
}


.panel-heading{
  padding-top:20px;
  padding-bottom:20px;
  display: inline-block;
  width:100%;
  border-bottom:2px solid #000 !important;
}
.panel-title {
  font-size: inherit !important;
  line-height:1.2;
}
.panel-title p{
  font-size: 1.75em !important;
  line-height:1.2;
}
.panel-title a {
  display:block;
  width:100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:1.75em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  font-weight:bold;
}
.panel-title a:hover, a:active, a:focus {
  text-decoration: none;
}

.keydates{
  max-width:600px;
}
/*  ----------------------- Footer ----------------------- */

footer {
  padding-top: 50px;
  background-color: black;
  color: white;
  font-style: bold;
  font-size:15px;
}

footer p{
  color: white;
  font-size: 10px;
  line-height: 110%;
}

footer a{
  color: white;
  font-weight:700;
}


/* ----------------------- Buttons ----------------------- */

.btn-primary{
  color: white;
  border: solid 0px;
  font-size:2.5em;
  padding:15px;
  padding-left:25px;
  padding-right: 25px;
  font-weight:500;
}

.btn-gov {
  background-color: #048BAA;
}

.btn-climate {
  background-color: #184bff;
}

/* ----------------------- Media Queries ----------------------- */

/*mobile*/
@media (max-width: 767px) {

  .mobileshow{
    display:inline;
  }
  .mobileshow img{
    width:100%;
    height:auto;
  }
  .mobilehide{
    display:none;
  }
  .navbar-inverse .img-responsive{
    width:70%;
    height:auto;
    max-width:300px;
  }
  .panel-body{
    padding:10px;
    margin-bottom:-20px;
  }
  .page-content{
    padding-left:20px;
    padding-right: 20px;
  }
  .logos {
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar-collapse{
    background-color:#f3f2f2;
    margin-left:-100%;
  }
  .navbar-right { 
    background-color: transparent; 
    float:left;
    padding-left:15px;
    font-size:16px;
  }
}
/*non-mobile*/
@media (min-width: 768px) {
  .translate-mobile{
    display:none;
  }
  .mobileshow{
    display:none;
  }
  .mobilehide{
    display:inline;
  }
  .mobilehide img{
    width:100%;
    height:auto;
  }
  .navbar-inverse .img-responsive{
    width:80%;
    height:auto;
  }
}
/* tablet */

@media (max-width: 992px) {
  .nyc-gov small{
      display: none;
    }
  .page-content .col-lg-4 {
    padding-left:30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .steps img {
    width:auto;
    height:200px;
    padding-bottom:10px;
  }
  .btn-danger{
    font-size:20pt;
  }
  .panel-heading .accordion-toggle:after {
    float: none;        /* adjust as needed */
  }
  .details{
    width:90%;
    margin-right: auto;
    margin-left: auto;
  }
  .left-align{
    margin-right: auto;
    margin-left: auto;
  }
  .panel, .panel-group .panel-heading+.panel-collapse&gt;.panel-body{
    width:100%;
    margin-right: auto;
    margin-left: auto;
  }

  h1 {
    font-size:2.25em;
  }
  h2 {
    font-size:1.5em;
  }
  p {
    font-size:1.25em;
  }
  .panel-heading a{
    font-size:1.5em;
  }

}
/* desktop */
@media (min-width: 993px) {
  
  .page-content{
      width:65%;
    }
  
  .page-content .col-lg-4 {
    padding-left:0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}



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