*,
:before,
:after {
  transition: 0.15s;
}
body {
  position: relative;
  height: 100vh;
  font-family: raleway, 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: #244f68;
}
.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: #244f68;
}
.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: #244f68;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.nav-top .logo-wrapper {
  height: 150px;
}
.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: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 60%;
  /*float: left;*/
}
.nav-top .logo-wrapper .project-header .logo-container .cls-1 {
  fill: #ffffff;
}
.nav-top .logo-wrapper .project-header h1 {
  font-family: raleway, sans-serif;
  font-weight: 700;
  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: #e67834;
  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: #244f68;
}
.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: 90px;
}
.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;
}
/*.carousel {
    transform: skewY(4deg);
    margin-bottom: -70px;
    padding-top: 206px;
	z-index: -1;
	& .carousel-inner {
		height: 800px;
        & .carousel-item {
            height: 100%;
        }
	}
	& .container {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		transform: skewY(-4deg) translate(-50%, -50%);
		z-index: 2;
		& .banner-copy-wrap {
			position: relative;
			width: 100%;
			padding: 40px;
			background-color: fade(@swatch-2, 85%);
			& h1 {
				margin-bottom: 20px;
				padding-bottom: 20px;
				font-size: 3em;
				font-weight: bold;
				color: @swatch-2;
				border-bottom: 1px solid @swatch-1;
			}
			&  p {
				color: #ffffff;
				font-size: 1.4em;
			}
		}
	}
	& .carousel-caption, & .carousel-indicators, & a[class^="carousel-control-"] {
		display: none;
	}
}*/
.container-fluid ol {
  list-style: none;
}
.container-fluid ol li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.container-fluid ol li:before {
  margin-left: -40px;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  counter-increment: counter;
  content: counter(counter);
  font-weight: bold;
  color: #ffffff;
  background-color: #244f68;
}
.container {
  position: relative;
}
.container .row {
  z-index: 1;
}
.container h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: raleway, sans-serif;
  font-weight: 700;
  color: #244f68;
  border-bottom: 2px dotted #cccccc;
}
.container h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.container h3 {
  margin-top: 20px;
  color: #244f68;
}
.container .smcx-embed {
  margin: auto;
}
.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 #cccccc;
}
.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: #244f68;
}
.container .events-wrapper table .table-section {
  color: #ffffff;
  background-color: #cccccc;
}
.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 .contact-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.container .contact-wrapper p {
  font-size: 1.5em;
  text-align: center;
}
.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: #244f68;
  background-color: rgba(0, 0, 0, 0.1);
}
.container .unincorporated ul li:hover,
.container .unincorporated ul li.hover {
  color: #ffffff;
  background-color: #244f68;
}
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: .25em;
  width: 1.3em;
  height: 1.3em;
  color: #3498db;
  background-color: #ffffff;
  float: left;
  margin-right: .5em;
}
.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .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: #e67834;
}
.btns-wrapper {
  text-align: center;
}
.section-wrapper {
  position: relative;
  /*transform: skewY(4deg);
	margin-bottom: 30px;*/
  padding-bottom: 50px;
  background-color: #ffffff;
  z-index: 1;
}
.section-wrapper.section-shaded {
  background-color: #cccccc;
}
.section-wrapper .container {
  /*transform: skewY(-4deg);*/
}
.section-wrapper .container section {
  padding-bottom: 20px;
}
.section-wrapper:last-of-type {
  margin-bottom: 0;
}
.section-wrapper .event-info {
  margin-top: -400px;
  padding: 40px 20px;
  color: #000000;
  border-radius: 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  background-color: #b3b3b3;
}
.btn-primary {
  margin-top: 20px;
  border-radius: 10px;
  border-color: #244f68;
  background-color: #244f68;
}
.btn-primary:hover {
  border-color: #1d4155 !important;
  background-color: #1d4155 !important;
}
a {
  color: #244f68;
}
a:hover {
  color: #1d4155;
}
.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 {
  /*position: absolute;
    bottom: 0;
    margin-top: -70px;
    padding-top: 140px;*/
  padding-bottom: 20px;
  min-height: 25vh;
  /*transform: skewY(0);*/
  color: #ffffff;
  background-color: #6a4a66;
  z-index: 10;
}
footer.section-wrapper .container {
  /*transform: skewY(0);*/
}
footer.section-wrapper h1 {
  color: inherit;
}
footer.section-wrapper h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
footer.section-wrapper a {
  color: inherit;
}
footer.section-wrapper p {
  margin-bottom: 4px;
}
footer.section-wrapper .contact-content {
  margin-bottom: 20px;
}
.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(36, 79, 104, 0.8);
}
.resources-wrapper .resources figure figcaption p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.resources-wrapper .resources figure figcaption.active {
  height: 100%;
}
#introduction-marker {
  text-align: center;
}
#introduction-marker .team-logo {
  margin-bottom: 20px;
  width: 600px;
}
#introduction-marker .cta {
  font-size: 2em;
}
#introduction-marker .cta a {
  color: #000000;
  text-decoration: underline;
}
#introduction-marker a.cta-btn button {
  border: none;
  color: #e67834;
  background-color: #ffffff;
}
#introduction-marker a:hover.cta-btn button {
  background-color: rgba(255, 255, 255, 0.75) !important;
}
#introduction-marker .count-down {
  font-size: 50px;
  font-weight: bold;
  color: #000000;
}
#introduction-marker .count-down span {
  margin-left: 15px;
  font-size: 80px;
  font-weight: bold;
  color: #000000;
}
.fact-sheet-container {
  padding: 20px;
}
.fact-sheet-container img {
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.fact-sheet-container button {
  margin-top: 20px;
}
.fact-sheet-container .fact-sheet {
  margin-bottom: 20px;
}
#modal-1 .modal-dialog .modal-content {
  border-radius: 20px;
}
#modal-1 .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
#modal-1 .modal-dialog .modal-content .modal-header h5.modal-title {
  color: #244f68;
  font-weight: bold;
}
#modal-1 .modal-dialog .modal-content .modal-body {
  position: relative;
  margin-top: -20px;
}
#modal-1 .modal-dialog .modal-content .modal-body img,
#modal-1 .modal-dialog .modal-content .modal-body svg {
  margin-bottom: 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
}
#modal-1 .modal-dialog .modal-content .modal-body .cls-1 {
  /*fill: @swatch-7;*/
}
#modal-1 .modal-dialog .modal-content .modal-body button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
#modal-1 .modal-dialog .modal-content .modal-body h1.call-to-action {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  border-radius: 10px;
  background-color: #e67834;
}
.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: #316c8e;
}
.carousel-caption,
.carousel-indicators {
  display: none;
}
.banner-image {
  margin-top: 150px;
  margin-bottom: 80px;
  width: 100%;
  height: 50vh;
  background-image: url("../img/content/hero-banner-4.png");
  background-size: cover;
  background-position: center;
}
.main-form-wrapper .title-header h1 {
  margin-top: 20px;
  color: #e67834;
  font-weight: bold;
  text-transform: uppercase;
}
.main-form-wrapper .title-header h2 {
  font-size: 1.5em;
  color: #8a8a8a;
}
.main-form-wrapper label {
  margin-bottom: 0;
}
.main-form-wrapper .spanish {
  font-style: italic;
  font-size: 0.9em;
  color: #8a8a8a;
}
.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: #e67834;
}
.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%);
}
.call-to-action {
  margin-top: 40px;
  overflow-x: hidden;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.call-to-action .awards {
  margin-bottom: 40px;
}
.call-to-action .awards img {
  width: 75%;
}
.call-to-action .vmr {
  position: relative;
  padding: 10px;
  text-align: center;
}
.call-to-action .vmr h2 {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  /*text-transform: uppercase;*/
  font-weight: bold;
  font-size: 3em;
}
.call-to-action .vmr p {
  font-size: 2em;
}
.call-to-action .vmr button {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: #e67834;
  background-color: #e67834;
  /*left: 50%;
			transform: translateX(-50%);*/
}
.call-to-action .vmr button:hover {
  border-color: #e3691d !important;
  background-color: #e3691d !important;
}
.call-to-action .vmr .count-down {
  color: #000000;
  text-align: center;
}
.call-to-action .vmr .count-down span {
  margin-left: 15px;
  font-size: 1.5em;
  font-weight: bold;
  color: #000000;
}
.call-to-action .vmr .count-down span:nth-of-type(1) {
  margin-left: 0;
}
.responsive-link {
  position: absolute;
  background-color: transparent;
  /*&.link-03 {
        left: 8%;
        top: 40%;
        width: 85%;
        height: 4%;
	}
	&.link-04 {
        left: 8%;
        top: 44%;
        width: 85%;
        height: 4%;
	}
	&.link-05 {
        left: 8%;
        top: 48%;
        width: 85%;
        height: 4%;
	}
	&.link-06 {
        left: 8%;
        top: 52%;
        width: 85%;
        height: 4%;
	}
	&.link-07 {
        left: 8%;
        top: 56%;
        width: 85%;
        height: 4%;
	}
	&.link-08 {
        left: 8%;
        top: 59%;
        width: 85%;
        height: 4%;
	}
	&.link-09 {
        left: 8%;
        top: 63%;
        width: 85%;
        height: 4%;
	}
	&.link-10 {
        left: 8%;
        top: 67%;
        width: 85%;
        height: 4%;
	}
	&.link-11 {
        left: 8%;
        top: 71%;
        width: 85%;
        height: 4%;
	}
	&.link-12 {
        left: 8%;
        top: 75%;
        width: 85%;
        height: 4%;
	}
	&.link-13 {
        left: 8%;
        top: 79%;
        width: 85%;
        height: 4%;
	}
	&.link-14 {
        left: 8%;
        top: 82%;
        width: 85%;
        height: 4%;
	}*/
}
.responsive-link.link-01 {
  left: 10%;
  top: 26%;
  width: 35%;
  height: 5%;
}
.responsive-link.link-02 {
  left: 10%;
  top: 63%;
  width: 31%;
  height: 5%;
}
.archive-body {
  display: none;
  visibility: hidden;
  position: relative;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: raleway, sans-serif;
  font-weight: 300;
  background-color: #ffffff;
  z-index: 2000;
}
.archive-body .content-wrap {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  text-align: center;
}
.archive-body .content-wrap svg {
  margin-bottom: 40px;
  width: 400px;
}
.archive-body .content-wrap h2 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #244f68;
}
.archive-body .content-wrap p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25em;
  line-height: 1.5;
  color: #000000;
}
@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: 1160px) {
  .carousel {
    /*transform: skewY(4deg);*/
    margin-bottom: -175px;
    padding-top: 206px;
    z-index: -1;
  }
  .carousel .carousel-inner {
    height: 800px;
  }
  .carousel .container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .carousel .container .banner-copy-wrap {
    position: relative;
    width: 100%;
    padding: 40px;
    background-color: rgba(230, 120, 52, 0.85);
  }
  .carousel .container .banner-copy-wrap h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 3em;
    font-weight: bold;
    color: #e67834;
    border-bottom: 1px solid #244f68;
  }
  .carousel .container .banner-copy-wrap p {
    color: #ffffff;
    font-size: 1.4em;
  }
  .carousel .carousel-caption,
  .carousel .carousel-indicators,
  .carousel a[class^="carousel-control-"] {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .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;
  }
  .carousel {
    padding-top: 200px;
  }
  .carousel .carousel-inner {
    height: 500px !important;
  }
  .carousel .container {
    position: absolute;
    top: 55%;
    left: 50%;
  }
  .banner-wrapper h1 {
    font-size: 2em !important;
  }
  .banner-wrapper p {
    font-size: 1em !important;
  }
  #introduction-marker .team-logo {
    width: 500px;
  }
  #introduction-marker .cta {
    font-size: 1.8em;
  }
  #introduction-marker .count-down {
    font-size: 35px !important;
  }
  #introduction-marker .count-down span {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .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 #cccccc;
    border-left: none !important;
  }
  .project-timeline-wrapper .timeline-horz {
    display: none;
  }
  .project-timeline-wrapper .timeline-vert {
    display: block !important;
  }
  .carousel {
    padding-top: 150px;
    height: 650px;
  }
  .carousel .carousel-inner {
    height: 500px !important;
  }
  .carousel .container {
    position: absolute;
    top: 45%;
    left: 50%;
  }
  .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(36, 79, 104, 0.8);
  }
  .resources-wrapper .resources figure figcaption p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .resources-wrapper .resources figure figcaption.active {
    height: 100%;
  }
  #introduction-marker .team-logo {
    width: 500px;
  }
  #introduction-marker .call-to-action h2 {
    font-size: 2em;
  }
  #introduction-marker .cta {
    font-size: 1.8em;
  }
  #introduction-marker .count-down {
    font-size: 25px !important;
  }
  #introduction-marker .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;
  }
  .banner-image {
    margin-top: 100px;
    height: 40vh;
  }
  .section-wrapper .event-info {
    margin-top: -150px;
  }
  .carousel {
    margin-bottom: -208px;
    padding-top: 80px;
  }
  .carousel .carousel-inner {
    height: 400px !important;
  }
  .carousel .carousel-inner .carousel-item {
    height: 100%;
  }
  .carousel .carousel-inner .carousel-item img {
    min-width: 575px;
  }
  .carousel .container {
    top: 40%;
  }
  .unincorporated ul {
    column-count: 1 !important;
  }
  #introduction-marker .team-logo {
    margin-bottom: 20px;
    width: 100%;
  }
  #introduction-marker .cta {
    font-size: 1.5em;
  }
  #introduction-marker .count-down {
    font-size: 20px !important;
  }
  #introduction-marker .count-down span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .under-construction img {
    width: 100% !important;
  }
}
@media only screen and (max-width: 470px) {
  #introduction-marker .team-logo {
    width: 100%;
  }
  #introduction-marker .cta {
    font-size: 1.5em;
  }
  #introduction-marker .count-down {
    font-size: 20px !important;
  }
  #introduction-marker .count-down span {
    font-size: 30px;
  }
}
@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;
  }
  #introduction-marker .count-down {
    font-size: 15px !important;
  }
  #introduction-marker .count-down span {
    font-size: 25px;
  }
}
