button:hover,
li:hover,
a.btn:hover,
:before,
:after {
  transition: 0.15s;
}
html {
  scroll-padding-top: 160px;
  scroll-behavior: smooth;
}
body {
  position: relative;
  min-height: 100vh;
  font-family: 'Lato', sans-serif;
  font-weignt: 400;
  font-size: 1.25em;
  z-index: -3;
  counter-reset: counter;
}
.bg-swatch-1 {
  background-color: #f9d448;
}
.spanish {
  font-style: italic;
  opacity: 0.75;
}
.nav-side {
  position: fixed;
  top: 0;
  left: 100vw;
  transition: left 0.5s;
  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: #4495a2;
}
.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: #Aa5881;
}
.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: relative;
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.nav-top.nav-top-minimized .logo-wrapper {
  position: relative;
  height: 80px;
}
.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;
}
.nav-top .logo-wrapper {
  height: 150px;
  transition: height 0.15s;
}
.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 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 60%;
  /*float: left;*/
}
.nav-top .logo-wrapper .project-header h1 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  border-bottom: none;
  float: left;
}
.nav-side a,
.nav-top a {
  text-decoration: none;
}
.main-nav-wrapper {
  position: relative;
  min-height: 5px;
  padding-left: 0;
  padding-right: 0;
  background-color: #Aa5881;
  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: #Aa5881;
}
.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: #ffffff;
  z-index: -1;
}
.main-nav-wrapper .main-nav-container .main-nav .side-nav-open {
  position: relative;
  right: 0;
  display: none;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}
.main-nav-wrapper.jump-link-nav {
  background-color: #ffffff;
}
.main-nav-wrapper.jump-link-nav .jump-nav-container .jump-nav ul {
  list-style: none;
  display: inline-block;
}
.main-nav-wrapper.jump-link-nav .jump-nav-container .jump-nav ul li {
  border: none;
}
/*.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;
        & li {
            margin-top: 10px;
            margin-bottom: 10px;
            &: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: @swatch-1;
            }
        }
    }
}*/
.container.hero {
  position: relative;
  padding: 1em 3em;
  background-color: rgba(68, 149, 162, 0.75);
}
.container.hero h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  border-bottom: 2px dotted rgba(249, 212, 72, 0.1);
}
.container.hero h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.container.hero h3 {
  margin-top: 20px;
  color: #f9d448;
}
.container.hero h1,
.container.hero h2,
.container.hero p {
  color: #ffffff !important;
}
.container.hero button.btn-primary {
  font-weight: bolder;
  border-color: #Aa5881 !important;
  background-color: #Aa5881 !important;
}
.container.hero button.btn-primary:hover {
  color: #ffffff;
  background-color: #894668 !important;
}
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: #Aa5881;
}
.btns-wrapper {
  text-align: center;
}
.section-wrapper {
  position: relative;
  /*transform: skewY(4deg);*/
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
  z-index: 1;
}
.section-wrapper:nth-of-type(odd) {
  background-color: rgba(249, 212, 72, 0.1);
}
.section-wrapper.container h1,
.section-wrapper.container-fluid h1,
.section-wrapper.container h2,
.section-wrapper.container-fluid h2 {
  margin-top: 20px;
  text-transform: uppercase;
}
.section-wrapper.container h2,
.section-wrapper.container-fluid h2 {
  font-weight: 800;
  color: #4495a2;
}
.section-wrapper.container h3,
.section-wrapper.container-fluid h3 {
  color: #E06742;
}
.section-wrapper.container h4,
.section-wrapper.container-fluid h4 {
  color: #f9d448;
}
.section-wrapper.container section,
.section-wrapper.container-fluid section {
  padding-bottom: 20px;
}
.section-wrapper.section-shaded {
  background-color: rgba(249, 212, 72, 0.1);
}
.section-wrapper ul li strong {
  font-weight: 900 !important;
  color: #f9d448;
}
.section-wrapper.comments table {
  margin-top: 20px;
}
.section-wrapper.comments img {
  padding: 0 0 20px 0;
}
.section-wrapper.comments .icon-tag {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
a.btn {
  text-decoration: none;
}
.btn-primary {
  margin-top: 20px;
  color: #ffffff !important;
  border-color: #Aa5881;
  background-color: #Aa5881;
}
.btn-primary:hover {
  border-color: #9a4e74 !important;
  background-color: #9a4e74 !important;
}
a {
  color: #ef8b23;
  text-decoration: underline;
}
a:hover {
  color: #f8ce2f;
  text-decoration: none;
}
a.view-archive {
  text-decoration: underline;
}
a.view-archive:hover {
  text-decoration: none;
}
.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.surveyIframe {
  height: 600px !important;
}
footer.section-wrapper {
  /*position: absolute;
    bottom: 0;*/
  /*margin-top: -140px;
    padding-top: 140px;*/
  padding-bottom: 20px;
  /*transform: skewY(0);*/
  color: #ffffff;
  background-color: #414042 !important;
  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;
  text-decoration: underline;
}
footer.section-wrapper a:hover {
  text-decoration: none;
}
footer.section-wrapper p {
  margin-bottom: 8px;
  font-size: 0.75em;
}
footer.section-wrapper p.staff-title {
  margin-top: -10px;
  margin-left: 42px;
  font-style: italic;
}
footer.section-wrapper .contact-content {
  margin-bottom: 20px;
}
footer.section-wrapper img.icon {
  margin-right: 15px;
  height: 26px;
}
footer.section-wrapper .social-media i {
  font-size: 1.2em;
}
.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(249, 212, 72, 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;
  background: url("../img/banner/top-right.svg"), url("../img/banner/bottom-left.svg"), url("../img/banner/banner-1.jpg");
  background-size: auto 100vw, auto 100vw, cover;
  background-position: top right, bottom left, center center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
#introduction-marker h1 {
  font-size: 3em;
}
#introduction-marker h2 {
  font-size: 4em;
  font-weight: 800;
  color: #f9d448;
  text-transform: uppercase;
}
#introduction-marker .team-logo {
  margin-bottom: 20px;
  width: 600px;
}
#introduction-marker .cta {
  font-size: 1.5em;
}
#introduction-marker .count-down {
  font-size: 50px;
  color: #d5acc1;
  padding: 20px;
}
#introduction-marker .count-down span {
  margin-left: 15px;
  font-size: 80px;
  font-weight: 800;
  color: #E06742;
}
#introduction-marker button {
  margin-bottom: 60px;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header h5.modal-title {
  color: #f9d448;
  font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-body {
  position: relative;
}
.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: 0;
  padding: 10px 0;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  font-size: 1.5em;
  background-color: #Aa5881;
}
.modal .modal-dialog .modal-content .modal-body .modal-logo {
  margin-top: 40px;
  margin-bottom: 40px;
}
.modal .modal-dialog .modal-content .modal-body .modal-logo img {
  width: 100%;
}
.modal .modal-dialog .modal-content h1 {
  font-size: 1.25em;
  font-weight: bold;
  color: #f9d448;
}
.modal .video-placeholder {
  width: 100%;
  height: 300px;
  background-color: rgba(249, 212, 72, 0.1);
}
.page-overlay {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.75);
}
.page-overlay .carousel-control-prev,
.page-overlay .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 5% !important;
  height: 60px;
  background-color: #bb7a9b;
}
.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 .thumb-image {
  padding-left: 0;
  padding-right: 0;
}
.preview-window img {
  width: auto;
  max-width: calc(100vw - 100px);
  max-height: calc(100vh - 100px);
}
.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: #fbe079;
}
.preview-window button {
  margin-bottom: 20px;
}
.carousel-caption,
.carousel-indicators {
  display: none;
}
/*.main-form-wrapper {
	color: #ffffff;
	& button {
		&.btn.btn-lg.btn-primary {
			background-color: @swatch-2;
		}
	}
}*/
.form-submit-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.form-submit-wrapper .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.form-submit-wrapper .content h1 {
  text-transform: uppercase;
  font-weight: bold;
}
.form-submit-wrapper .content button {
  margin-left: auto;
  margin-right: auto;
}
.form-submit-wrapper a.back-btn,
.form-submit-wrapper span.back-btn {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.form-submit-wrapper a.back-btn:hover,
.form-submit-wrapper span.back-btn:hover {
  text-decoration: none;
}
.resp-link {
  position: absolute;
  height: 4%;
  width: 94%;
  left: 3%;
  background-color: transparent;
  z-index: 10;
}
.resp-link.link-01 {
  top: 29%;
}
.resp-link.link-02 {
  top: 35.5%;
}
.resp-link.link-03 {
  top: 42.2%;
}
.resp-link.link-04 {
  top: 49%;
}
.resp-link.link-05 {
  top: 55.4%;
}
.resp-link.link-06 {
  top: 63.2%;
}
.resp-link.link-07 {
  top: 70.5%;
}
.resp-link.link-08 {
  top: 77%;
}
ul.list-link {
  padding-left: 0;
  list-style: none;
  color: #ffffff;
}
ul.list-link a {
  color: #ffffff;
  text-decoration: none;
}
ul.list-link li {
  margin-top: 15px;
  padding: 12px 30px;
  border-radius: 5px;
  background-color: #Aa5881;
}
ul.list-link li:hover {
  border-color: #9a4e74;
  background-color: #9a4e74;
}
ul.list-link li i {
  margin: 0 10px 0 0;
}
ul.list-link.collateral-list li {
  display: inline-block;
}
.archive-section ul.list-link.collateral-list li {
  display: block;
}
.vmr-archive-body {
  display: none;
  visibility: hidden;
  position: relative;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-weight: 300;
  background-color: #ffffff;
  z-index: 2000;
}
.vmr-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;
}
.vmr-archive-body .content-wrap img.svg {
  margin-bottom: 20px;
  width: 400px;
}
.vmr-archive-body .content-wrap h2 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #f9d448;
}
.vmr-archive-body .content-wrap p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25em;
  line-height: 1.5;
  color: #000000;
}
.calendar-wrapper {
  background-color: #4495a2 !important;
}
.calendar-wrapper h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ffffff !important;
}
.text-white {
  color: #ffffff;
}
table a {
  text-decoration: none;
}
#sceneList .scene {
  height: auto !important;
}
#sceneList .scene li {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 20px !important;
}
.draft-eir {
  display: none !important;
  visibility: none !important;
}
.social-embed-container {
  overflow-y: hidden;
}
.card-footer {
  padding-bottom: 20px;
  border-top: 0;
  background-color: transparent;
}
iframe.camera-frame {
  height: unset;
}
.unapproved {
  display: none !important;
  visibility: hidden !important;
}
/*
*
* ==========================================
* TIMELINE CODE
* ==========================================
*
*/
a {
  text-decoration: none;
}
.main-timeline2 {
  padding-top: 50px;
  overflow: hidden;
  position: relative;
}
.main-timeline2:before {
  content: "";
  width: 7px;
  height: 100%;
  background: #414042;
  margin: 0 auto;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}
.main-timeline2 .timeline {
  width: 50%;
  float: left;
  padding: 20px 60px;
  border-top: 7px solid #414042;
  border-right: 7px solid #414042;
  border-radius: 0 30px 0 0;
  position: relative;
  right: -3.5px;
}
.main-timeline2 .icon {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #26535a;
  border: 1px solid #fff;
  text-align: center;
  font-size: 25px;
  color: #fff;
  box-shadow: 0 0 0 2px #26535a;
  position: absolute;
  top: -30px;
  left: 0;
}
.main-timeline2 .timeline-content {
  display: block;
  padding: 30px 10px 10px;
  border-radius: 20px;
  background: #26535a;
  color: #fff;
  position: relative;
}
.main-timeline2 .timeline-content:hover {
  text-decoration: none;
  color: #fff;
}
.main-timeline2 .timeline-content:after,
.main-timeline2 .timeline-content:before {
  content: "";
  display: block;
  width: 10px;
  height: 50px;
  border-radius: 10px;
  background: #26535a;
  border: 1px solid #fff;
  position: absolute;
  top: -35px;
  left: 50px;
}
.main-timeline2 .timeline-content:after {
  left: auto;
  right: 50px;
}
.main-timeline2 .title {
  font-size: 24px;
  margin: 0;
}
.main-timeline2 .description {
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 0 5px;
}
.main-timeline2 .timeline:nth-child(2n) {
  border-right: none;
  border-left: 7px solid #414042;
  border-radius: 30px 0 0;
  right: auto;
  left: -3.5px;
}
.main-timeline2 .timeline:nth-child(2n) .icon {
  left: auto;
  right: 0;
  box-shadow: 0 0 0 2px #26535a;
}
.main-timeline2 .timeline:nth-child(2) {
  margin-top: 130px;
}
.main-timeline2 .timeline:nth-child(odd) {
  margin: -130px 0 30px;
}
.main-timeline2 .timeline:nth-child(even) {
  margin-bottom: 80px;
}
.main-timeline2 .timeline:first-child,
.main-timeline2 .timeline:last-child:nth-child(even) {
  margin: 0 0 30px;
}
.main-timeline2 .timeline:nth-child(2n) .icon,
.main-timeline2 .timeline:nth-child(2n) .timeline-content,
.main-timeline2 .timeline:nth-child(2n) .timeline-content:after,
.main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
  background: #26535a;
}
.main-timeline2 .timeline:nth-child(3n) .icon,
.main-timeline2 .timeline:nth-child(3n) .timeline-content,
.main-timeline2 .timeline:nth-child(3n) .timeline-content:after,
.main-timeline2 .timeline:nth-child(3n) .timeline-content:before {
  background: #26535a;
}
.main-timeline2 .timeline:nth-child(3n) .icon {
  box-shadow: 0 0 0 2px #26535a;
}
.main-timeline2 .timeline:nth-child(4n) .icon,
.main-timeline2 .timeline:nth-child(4n) .timeline-content,
.main-timeline2 .timeline:nth-child(4n) .timeline-content:after,
.main-timeline2 .timeline:nth-child(4n) .timeline-content:before {
  background: #26535a;
}
.main-timeline2 .timeline:nth-child(4n) .icon {
  box-shadow: 0 0 0 2px #26535a;
}
.timeline-content h3.title {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .main-timeline2:before {
    left: 0;
    right: auto;
  }
  .main-timeline2 .timeline,
  .main-timeline2 .timeline:nth-child(even),
  .main-timeline2 .timeline:nth-child(odd) {
    width: 100%;
    float: none;
    padding: 20px 30px;
    margin: 0 0 30px;
    border-right: none;
    border-left: 7px solid #414042;
    border-radius: 30px 0 0;
    right: auto;
    left: 0;
  }
  .main-timeline2 .icon {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .main-timeline2 .title {
    font-size: 18px;
  }
}
.meeting-tag {
  font-size: 1rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.clearfix::after,
.calendar ol::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* ================
Calendar Styling */
.calendar {
  border-radius: 10px;
}
.month {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .month {
    font-size: 2rem;
  }
}
.calendar ol li {
  float: left;
  width: 14.28571%;
}
.calendar .day-names {
  border-bottom: 1px solid #eee;
}
.calendar .day-names li {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.calendar .days li {
  border-bottom: 1px solid #eee;
  min-height: 8rem;
}
.calendar .days li .date {
  margin: 0.5rem 0;
}
.calendar .days li .event {
  font-size: 0.75rem;
  padding: 0.4rem;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4rem;
  margin-bottom: 1px;
}
.calendar .days li .event.span-2 {
  width: 200%;
}
.calendar .days li .event.begin {
  border-radius: 1rem 0 0 1rem;
}
.calendar .days li .event.end {
  border-radius: 0 1rem 1rem 0;
}
.calendar .days li .event.clear {
  background: none;
}
.calendar-1 .calendar .days li:nth-child(n+36) {
  border-bottom: none;
}
.calendar-2 .calendar .days li:nth-child(n+29) {
  border-bottom: none;
}
.calendar-3 .calendar .days li:nth-child(n+29) {
  border-bottom: none;
}
.calendar .days li.outside .date {
  color: #ddd;
}
.tac-calendar {
  background-color: #f9d448;
}
.cac-calendar {
  background-color: #Aa5881;
}
.event-calendar {
  background-color: #4495a2;
}
.ph-calendar {
  background-color: #E06742;
}
.tmtp-calendar {
  background-color: #fef7dc;
}
.clsr-calendar {
  background-color: #ef8b23;
}
.calendar-holder {
  display: none;
  visibility: hidden;
}
.calendar-holder.active {
  display: block;
  visibility: visible;
}
.calendar-holder .calendar-link {
  cursor: pointer;
}
.calendar-holder .calendar-legend .marker {
  width: 15px;
  height: 15px;
  display: inline-block;
}
.calendar-holder .calendar-legend .marker.tac-marker {
  background-color: #f9d448;
}
.calendar-holder .calendar-legend .marker.cac-marker {
  background-color: #Aa5881;
}
.calendar-holder .calendar-legend .marker.event-marker {
  background-color: #4495a2;
}
.calendar-holder .calendar-legend .marker.ph-marker {
  background-color: #E06742;
}
.calendar-holder .calendar-legend .marker.tmtp-marker {
  background-color: #fef7dc;
}
.calendar-holder .calendar-legend .marker.clsr-marker {
  background-color: #ef8b23;
}
.indicates-required {
  text-align: left;
  font-size: 0.75em;
}
span.asterisk {
  font-weight: bold;
  color: red;
}
.section-wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
  z-index: 1;
}
.section-wrapper.social-media {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background-color: #bfbfbf !important;
}
.section-wrapper.social-media ul {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.5em;
}
.section-wrapper.social-media ul li {
  padding: 0 15px;
  display: inline;
}
.section-wrapper.social-media ul li a {
  color: unset;
  color: #414042;
  transition-duration: 0.05s;
}
.section-wrapper.social-media ul li a:hover {
  color: #5a595c;
}
.spanish {
  display: none;
  visibility: hidden;
}
.eventCont .add-lead,
.eventCont .address {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 576px) {
  #introduction-marker {
    background-size: auto 80vw, auto 80vw, cover;
  }
}
@media only screen and (min-width: 768px) {
  #introduction-marker {
    background-size: auto 65vw, auto 65vw, cover;
  }
}
@media only screen and (min-width: 992px) {
  #introduction-marker {
    background-size: auto 50vw, auto 50vw, cover;
  }
}
@media only screen and (min-width: 1400px) {
  #introduction-marker {
    background-size: auto 40vw, auto 40vw, cover;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-top .logo-wrapper {
    position: relative;
    height: 90px;
  }
  .nav-top .logo-wrapper h1 {
    font-size: 1.5em;
  }
  .nav-top .main-nav-wrapper .main-nav-container .main-nav ul {
    display: none;
  }
  .nav-top .main-nav-wrapper .main-nav-container .main-nav .side-nav-open {
    display: block;
  }
}
@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(170, 88, 129, 0.85);
  }
  .carousel .container .banner-copy-wrap h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 3em;
    font-weight: bold;
    color: #Aa5881;
    border-bottom: 1px solid #f9d448;
  }
  .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) {
  .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 h1 {
    font-size: 2em;
  }
  #introduction-marker h2 {
    font-size: 3em;
  }
  #introduction-marker .team-logo {
    margin-bottom: 20px;
    width: 600px;
  }
  #introduction-marker .cta {
    font-size: 1.8em;
  }
  #introduction-marker .count-down {
    font-size: 40px !important;
  }
  #introduction-marker .count-down span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #introduction-marker h1 {
    font-size: 2em;
  }
  #introduction-marker h2 {
    font-size: 2.5em;
  }
  #introduction-marker .cta {
    font-size: 1.5em !important;
  }
  #introduction-marker .count-down {
    font-size: 30px !important;
  }
  #introduction-marker .count-down span {
    font-size: 50px;
  }
  .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;*/
  }
  .survey-wrap {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 2px dotted rgba(249, 212, 72, 0.1);
    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(249, 212, 72, 0.8);
  }
  .resources-wrapper .resources figure figcaption p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .resources-wrapper .resources figure figcaption.active {
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .nav-top .logo-wrapper .project-header .project-title h1 {
    padding-left: 15px;
    padding-right: 80px;
    font-size: 1.5em;
  }
  .nav-top .logo-wrapper img {
    left: 30px;
    height: 40%;
  }
  #introduction-marker h1 {
    font-size: 2em;
  }
  #introduction-marker h2 {
    font-size: 2.5em;
  }
  #introduction-marker .cta {
    font-size: 1.8em;
  }
  #introduction-marker .count-down {
    font-size: 20px !important;
  }
  #introduction-marker .count-down span {
    font-size: 40px;
  }
  .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;
  }
}
@media only screen and (max-width: 540px) {
  .under-construction img {
    width: 100% !important;
  }
}
@media only screen and (max-width: 470px) {
  #introduction-marker h1 {
    font-size: 1.8em;
  }
  #introduction-marker h2 {
    font-size: 2em;
  }
  #introduction-marker .cta {
    font-size: 1.25em !important;
  }
  #introduction-marker .count-down {
    font-size: 18px !important;
  }
  #introduction-marker .count-down span {
    font-size: 35px;
  }
}
@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;
  }
}
