*,
:before,
:after {
  transition: 0.15s;
}
body {
  position: relative;
  height: 100vh;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  z-index: -3;
  counter-reset: counter;
}
/*h1 {
    width: 100%;
}*/
.nav-side {
  position: fixed;
  top: 0;
  left: 100vw;
  padding-left: 0;
  padding-right: 0;
  z-index: 20;
}
.nav-side .side-nav-wrapper {
  height: 100vh;
  width: 100vw;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  background-color: #00686e;
}
.nav-side .side-nav-wrapper .side-nav {
  font-size: 1.2em;
}
.nav-side .side-nav-wrapper .side-nav ul {
  margin-top: 3rem;
  padding-left: 0;
  list-style: none;
  color: #ffffff;
}
.nav-side .side-nav-wrapper .side-nav ul li {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.nav-side .side-nav-wrapper .side-nav ul li a {
  position: relative;
  color: #ffffff;
  padding: 10px 5px;
  z-index: 1;
}
.nav-side .side-nav-wrapper .side-nav ul li a:hover {
  text-decoration: none;
  color: #00686e;
}
.nav-side .side-nav-wrapper .side-nav ul li a:hover:after {
  width: 100%;
}
.nav-side .side-nav-wrapper .side-nav ul li a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
  content: " ";
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.nav-side .side-nav-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  z-index: 30;
}
.nav-top {
  position: fixed;
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
  z-index: 10;
}
.nav-top .logo-wrapper {
  height: 100px;
}
.nav-top .logo-wrapper .project-header {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}
.nav-top .logo-wrapper .project-header .project-title {
  height: 100%;
  float: left;
}
.nav-top .logo-wrapper .project-header .project-title h1 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-weight: 200;
  border-left: 1px solid #ffffff;
}
.nav-top .logo-wrapper .project-header .city-title {
  height: 100%;
  float: left;
}
.nav-top .logo-wrapper .project-header .city-title h1 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 15px;
}
.nav-top .logo-wrapper .project-header .row {
  height: 100%;
}
.nav-top .logo-wrapper .project-header .logo-container {
  position: relative;
  height: 100%;
  /*float: left;*/
}
.nav-top .logo-wrapper .project-header .logo-container img,
.nav-top .logo-wrapper .project-header .logo-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 25%;
  /*float: left;*/
}
.nav-top .logo-wrapper .project-header .logo-container img .st0,
.nav-top .logo-wrapper .project-header .logo-container svg .st0 {
  fill: #000000;
}
.nav-top .logo-wrapper .project-header h1 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  border-bottom: none;
  float: left;
}
.nav-top .logo-wrapper .side-nav-open {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: none;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}
.main-nav-wrapper {
  position: relative;
  min-height: 5px;
  padding-left: 0;
  padding-right: 0;
  background-color: #231f1f;
  z-index: 10;
}
.main-nav-wrapper .main-nav-container {
  position: relative;
}
.main-nav-wrapper .main-nav-container .main-nav {
  position: relative;
}
.main-nav-wrapper .main-nav-container .main-nav ul {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style: none;
  color: #ffffff;
}
.main-nav-wrapper .main-nav-container .main-nav ul li {
  display: inline;
  border-left: 1px solid #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
.main-nav-wrapper .main-nav-container .main-nav ul li:first-child {
  border: none;
}
.main-nav-wrapper .main-nav-container .main-nav ul li a {
  position: relative;
  color: #ffffff;
  padding: 10px 5px;
  z-index: 1;
}
.main-nav-wrapper .main-nav-container .main-nav ul li a:hover {
  text-decoration: none;
  color: #00686e;
}
.main-nav-wrapper .main-nav-container .main-nav ul li a:hover:after {
  width: 100%;
}
.main-nav-wrapper .main-nav-container .main-nav ul li a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
  content: " ";
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.nav-top.nav-top-minimized .logo-wrapper {
  position: relative;
  height: 50px;
}
.nav-top.nav-top-minimized .logo-wrapper h1 {
  font-size: 1.5em;
}
.nav-top.nav-top-minimized .main-nav-wrapper .main-nav-container .main-nav ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.nav-top.nav-top-minimized .main-nav-wrapper .main-nav-container .main-nav ul li a {
  padding: 5px;
}
.body-container {
  overflow: hidden;
}
.container {
  position: relative;
}
.container .row {
  z-index: 1;
}
.container h1 {
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
}
.container h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.container h3 {
  margin: 20px 0;
  color: #00686e;
}
.container .project-timeline-wrapper {
  position: relative;
}
.container .project-timeline-wrapper img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.container .project-timeline-wrapper .timeline-vert {
  display: none;
}
.container .downloadable-wrapper {
  position: relative;
}
.container .downloadable-wrapper h3 {
  text-align: center;
}
.container .downloadable-wrapper img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.container .downloadable-wrapper .survey-wrap {
  border-left: 2px dotted #66686c;
}
.container .map-social-wrapper {
  position: relative;
}
.container .map-social-wrapper img.map-social-logo,
.container .map-social-wrapper button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.container .map-social-wrapper img.map-social-logo {
  width: 400px;
}
.container .events-wrapper table {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  background-color: #ffffff;
}
.container .events-wrapper table thead th {
  color: #ffffff !important;
  background-color: #00686e;
}
.container .events-wrapper table .table-section {
  color: #ffffff;
  background-color: #66686c;
}
.container .events-wrapper table a[href="#"] {
  color: #000000;
  cursor: default;
}
.container .events-wrapper table a[href="#"]:hover {
  text-decoration: none;
}
.container .events-wrapper table tr.past-event.hidden {
  display: none;
}
.container .unincorporated ul {
  list-style: none;
  padding-left: 0;
  column-count: 3;
}
.container .unincorporated ul a:hover {
  text-decoration: none;
}
.container .unincorporated ul li {
  margin-bottom: 5px;
  padding: 10px;
  color: #00686e;
  background-color: rgba(0, 0, 0, 0.1);
}
.container .unincorporated ul li:hover,
.container .unincorporated ul li.hover {
  color: #ffffff;
  background-color: #00686e;
}
label.form-check-label {
  padding-left: 0;
}
.checkbox label:after {
  content: "";
  display: table;
  clear: both;
}
.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  color: #3498db;
  background-color: #ffffff;
  float: left;
  margin-right: 0.5em;
}
.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}
.checkbox label input[type="checkbox"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 0;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: 0.5;
}
.download-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  background-color: #ffffff;
}
.download-wrapper h4 {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  color: #ffffff;
  background-color: #231f1f;
}
.btns-wrapper {
  text-align: center;
}
.section-wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  z-index: 1;
}
.section-wrapper.section-shaded {
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #00686e;
}
.section-wrapper.section-shaded a {
  color: #ffffff;
  text-decoration: underline;
}
.section-wrapper.section-shaded a:hover {
  text-decoration: none;
}
.section-wrapper.county {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #eeecec;
}
.section-wrapper.county .site-location {
  padding: 15px;
  margin: 150px 0 10px 0;
  background-color: rgba(35, 31, 31, 0.15);
}
.section-wrapper.county .site-location > img {
  margin-top: -150px;
  margin-bottom: 20px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.section-wrapper.county .site-location p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lead-in {
  font-weight: bold;
  color: #00686e;
}
.content-left {
  padding-left: 0;
}
.content-right {
  padding-right: 0;
}
.btn-primary {
  margin-top: 20px;
  border-color: #00686e;
  background-color: #00686e;
}
.btn-primary:hover {
  border-color: #005055 !important;
  background-color: #005055 !important;
}
a {
  color: #00686e;
}
a:hover {
  color: #005055;
}
.to-top {
  margin-top: 20px;
  text-align: center;
}
.to-top a {
  position: relative;
  top: 0;
  transition: 0.5s;
}
.to-top a:hover {
  top: -5px;
}
.to-top a i {
  font-size: 2em;
}
iframe {
  width: 100%;
}
iframe.survey {
  height: 600px !important;
}
footer.section-wrapper {
  color: #ffffff;
  background-color: #66686c;
  z-index: -1;
}
footer.section-wrapper .container {
  /*transform: skewY(0);*/
}
footer.section-wrapper h1 {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
footer.section-wrapper h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
footer.section-wrapper a {
  color: #ffffff;
}
footer.section-wrapper p {
  margin-bottom: 4px;
}
.feedback-wrapper .btn-wrapper p {
  font-weight: bold;
}
.resources-wrapper .resources figure {
  position: relative;
}
.resources-wrapper .resources figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 0 10px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  background-color: rgba(0, 104, 110, 0.8);
}
.resources-wrapper .resources figure figcaption p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.resources-wrapper .resources figure figcaption.active {
  height: 100%;
}
#hero-section.section-wrapper {
  padding-top: 0 !important;
}
#hero-section .team-logo {
  margin-bottom: 20px;
  width: 600px;
}
#hero-section .cta {
  font-size: 2em;
}
#hero-section .count-down {
  font-size: 50px;
  color: #00686e;
}
#hero-section .count-down span {
  margin-left: 15px;
  font-size: 80px;
  font-weight: bold;
  color: #594f4f;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header h5.modal-title {
  color: #00686e;
  font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-header .btn-container button {
  margin-right: 10px;
}
.modal .modal-dialog .modal-content .modal-body {
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .carousel {
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body .carousel-inner {
  height: 300px;
}
.modal .modal-dialog .modal-content .modal-body img {
  margin-bottom: 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.modal .modal-dialog .modal-content .modal-body button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.modal .modal-dialog .modal-content .modal-body h1.call-to-action {
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 10px 0;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  font-size: 1.5em;
  background-color: #231f1f;
}
.modal .modal-dialog .modal-content .modal-body h1.call-to-action.maricachi {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #00686e;
}
.page-overlay {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.75);
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
  cursor: pointer;
}
.preview-window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}
.preview-window img {
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 20px);
}
.preview-window video {
  max-width: 90vw;
  max-height: 90vh;
  margin-bottom: -10px;
}
.preview-window .carousel {
  position: relative;
}
.preview-window .carousel img {
  width: auto;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 20px);
}
.preview-window .carousel .carousel-control-prev,
.preview-window .carousel .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 5% !important;
  height: 60px;
  background-color: #0098a1;
}
.carousel-caption,
.carousel-indicators {
  display: none;
}
.banner-image {
  position: relative;
  width: 100%;
  height: 40vh;
  min-height: 400px;
  background-image: url("../img/content/banner-1.jpg");
  background-size: cover;
  background-position: center;
}
.banner-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 104, 110, 0.75);
  z-index: 100;
}
.banner-image .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 200;
}
.banner-image .hero-text h1 {
  font-size: 4em;
  font-weight: 700;
}
.banner-image .hero-text p {
  font-size: 2em;
}
.main-form-wrapper .title-header h1 {
  margin-top: 20px;
  color: #00686e;
  font-weight: bold;
  text-transform: uppercase;
}
.main-form-wrapper .title-header h2 {
  font-size: 1.5em;
  color: #66686c;
}
.main-form-wrapper label {
  margin-bottom: 0;
}
.main-form-wrapper .spanish {
  font-style: italic;
  font-size: 0.9em;
  color: #66686c;
}
.main-form-wrapper .alert-message {
  display: none;
}
.form-submit-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.form-submit-wrapper .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-submit-wrapper .content h1 {
  text-transform: uppercase;
  font-weight: bold;
}
.form-submit-wrapper .content h2 {
  color: #231f1f;
}
.form-submit-wrapper .content h1,
.form-submit-wrapper .content h2,
.form-submit-wrapper .content h5 {
  text-align: center;
}
.form-submit-wrapper .content button {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.resp-link {
  position: absolute;
  background-color: transparent;
}
.resp-link.station-1.link-01 {
  left: 46%;
  top: 35%;
  width: 40%;
  height: 3%;
}
.resp-link.station-1.link-02 {
  left: 91%;
  top: 28%;
  width: 6%;
  height: 3%;
}
.resp-link.station-3.link-01 {
  left: 46%;
  top: 62%;
  width: 11%;
  height: 2%;
}
.resp-link.station-3.link-02 {
  left: 46%;
  top: 69%;
  width: 11%;
  height: 2%;
}
.resp-link.station-4.link-01 {
  left: 2%;
  top: 20%;
  width: 40%;
  height: 76%;
}
.main-lang button {
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .nav-top .logo-wrapper .project-header .project-title h1 {
    font-size: 2em;
  }
  .nav-top .logo-wrapper .project-header .city-title h1 {
    font-size: 2em;
  }
  .nav-top.nav-top-minimized .logo-wrapper .project-header .project-title h1 {
    font-size: 1.5em;
  }
  .nav-top.nav-top-minimized .logo-wrapper .project-header .city-title h1 {
    font-size: 1.5em;
  }
  .nav-top.nav-top-minimized .main-nav-wrapper .main-nav-container .main-nav ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .nav-top.nav-top-minimized .main-nav-wrapper .main-nav-container .main-nav ul li a {
    padding: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-image .hero-text h1 {
    font-size: 3em;
  }
  .banner-image .hero-text p {
    font-size: 1.5em;
  }
  .content-left {
    padding-left: 0;
    padding-right: 0;
  }
  .content-right {
    padding-right: 0;
    padding-left: 0;
  }
  .nav-top .logo-wrapper .project-header .city-title {
    display: none;
  }
  .main-nav-wrapper .main-nav-container .main-nav {
    font-size: 0.82em;
  }
  .main-nav-wrapper .main-nav-container .main-nav ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner-wrapper h1 {
    font-size: 2em !important;
  }
  .banner-wrapper p {
    font-size: 1em !important;
  }
  #hero-section .team-logo {
    width: 500px;
  }
  #hero-section .cta {
    font-size: 1.8em;
  }
  #hero-section .count-down {
    font-size: 40px !important;
    color: #00686e;
  }
  #hero-section .count-down span {
    margin-left: 15px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-image .hero-text h1 {
    font-size: 2.25em;
  }
  .banner-image .hero-text p {
    font-size: 1.25em;
  }
  .content-left {
    padding-left: 0;
    padding-right: 0;
  }
  .content-right {
    padding-right: 0;
    padding-left: 0;
  }
  .main-nav-wrapper .main-nav-container .main-nav ul {
    display: none;
  }
  .nav-top .logo-wrapper .project-header .project-title h1 {
    margin-left: 0;
    padding-left: 0;
    font-size: 2.5em;
    border-left: none;
  }
  .nav-top .logo-wrapper .project-header .logo-container {
    /*display: none;*/
  }
  .nav-top .logo-wrapper .side-nav-open {
    display: block;
  }
  .survey-wrap {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 2px dotted #66686c;
    border-left: none !important;
  }
  .project-timeline-wrapper .timeline-horz {
    display: none;
  }
  .project-timeline-wrapper .timeline-vert {
    display: block !important;
  }
  .banner-wrapper h1 {
    font-size: 2em !important;
  }
  .banner-wrapper p {
    font-size: 1em !important;
  }
  .summary-wrapper ul {
    column-count: 1 !important;
  }
  .summary-wrapper ul .bullet-break {
    display: none;
  }
  .unincorporated ul {
    column-count: 2 !important;
  }
  .resources-wrapper .resources figure {
    position: relative;
  }
  .resources-wrapper .resources figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    padding: 0 10px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    background-color: rgba(0, 104, 110, 0.8);
  }
  .resources-wrapper .resources figure figcaption p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .resources-wrapper .resources figure figcaption.active {
    height: 100%;
  }
  #hero-section .team-logo {
    width: 400px;
  }
  #hero-section .cta {
    font-size: 1.8em;
  }
  #hero-section .count-down {
    font-size: 20px !important;
  }
  #hero-section .count-down span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .nav-top .logo-wrapper {
    height: 100px;
  }
  .nav-top .logo-wrapper .project-header .project-title h1 {
    padding-left: 15px;
    padding-right: 80px;
    font-size: 1.5em;
  }
  .nav-top .logo-wrapper .project-header .logo-container {
    /*display: none;*/
  }
  .nav-top .logo-wrapper img {
    left: 30px;
    height: 40%;
  }
  .nav-top .logo-wrapper .side-nav-open {
    right: 30px;
    display: block;
  }
  .unincorporated ul {
    column-count: 1 !important;
  }
  #hero-section .team-logo {
    margin-bottom: 20px;
    width: 100%;
  }
  #hero-section .cta {
    font-size: 1.8em;
  }
  #hero-section .count-down {
    font-size: 2em;
  }
}
@media only screen and (max-width: 540px) {
  .under-construction img {
    width: 100% !important;
  }
}
@media only screen and (max-width: 470px) {
  #hero-section .team-logo {
    width: 100%;
  }
  #hero-section .cta {
    font-size: 1.5em;
  }
  #hero-section .count-down {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 430px) {
  .under-construction h1 {
    font-size: 3em !important;
  }
}
@media only screen and (max-width: 420px) {
  .map-social-wrapper img.map-social-logo {
    width: 100% !important;
  }
}
