body,
html {
	color: #333;
	font-family: "Figtree", sans-serif;
	font-size: 18px;
	overflow: hidden;
}
#screen {
	height: 100%;
	left: 0;
	position: absolute;
	transition: left 0.6s;
	width: 100%;
}

h1 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5em;
	margin: 8px 18px;
	text-align: center;
}
h2 {
	color: #047;
	font-size: 2.2em;
	font-weight: 700;
	margin-bottom: 2px;
}
h3 {
	color: #047;
	font-size: 1.5em;
	margin-bottom: 14px;
}
h4 {
	color: #000;
	font-size: 1.2em;
	font-weight: 700;
	margin: 34px 0 22px;
}

p {
	margin: 16px 0;
}
li {
	margin: 8px 0;
}
hr {
	border-top: 3px solid #b9e3f2;
}

a {
	transition: background 0.2s, color 0.2s;
}
a:hover,
a:focus {
	text-decoration: none;
}

button {
	background: #f9e75e;
	border-radius: 10px;
	border: 0;
	color: #fff;
	letter-spacing: 0.05em;
	margin-top: 8px;
	padding: 4px 16px;
	transition: background-color 0.2s;
}
button:hover {
	background: #dfcd48;
}

.ada-element {
	left: -9999px;
	position: absolute;
}
.skiptranslate + #screen header {
	height: 94%;
}

/**********************************

    Intro screen 

***********************************/
#intro-screens {
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: 0.7s;
	width: 100%;
	z-index: 50;
}
#introduction {
	background: #047;
	background-image: url("../images/Welcome_Background_figmacrop_greentint.jpg");
	background-position: center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 52;
}
#introduction > div {
	background: #fff;
	border-top: 22px solid #2b3086;
	border-radius: 6px;
	bottom: 8%;
	overflow: auto;
	padding: 30px 54px 48px;
	position: absolute;
	right: 15%;
	text-align: center;
	top: 8%;
	width: 70%;
}
#introduction > div > img {
	display: block;
	margin: 0 auto;
	width: 220px;
}
#introduction h1 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 2.2em;
	line-height: 1.3em;
	margin-top: 28px;
}
#introduction > div > p {
	font-size: 1.2em;
	margin: 34px 0 28px;
}
#introduction > div > div {
	background: #e6f7fd;
	border-radius: 10px;
	margin-bottom: 24px;
	padding: 4px 32px 16px;
	text-align: left;
}
#introduction .row {
	margin: 0;
}
#introduction h2 {
	color: #000;
	font-size: 1.4em;
	margin-bottom: 9px;
}
#introduction ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
#introduction ul li {
	display: flex;
	align-items: center;
	line-height: 1.2em;
}
#introduction ul li img {
	width: 48px;
	margin-right: 8px;
}
#introduction .row > div:last-of-type ul li {
	width: 50%;
}
#introduction button {
	background: #2b3086;
	border: 0;
	border-radius: 800px;
	padding: 12px 22px;
}
#introduction button:hover {
	background: #181d69;
}
#introduction.acknowledged {
	opacity: 0;
	top: -100%;
	transition: 5s;
}

#walkthrough {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#walkthrough-cover {
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	margin-top: -40px;
	position: absolute;
	transition: 0.75s;
	width: 100%;
}
#instruction {
	background: #183463;
	bottom: 20px;
	color: #fff;
	left: 18%;
	position: absolute;
	right: auto;
	text-align: center;
	top: auto;
	transition: 0.75s;
	width: 300px;
}
#instruction p {
	clear: both;
	display: none;
	margin: 0;
	padding: 16px 24px 12px;
}
#instruction p.showing {
	display: block;
}
#instruction button:first-of-type {
	background: transparent;
	float: right;
	font-size: 2.4em;
	line-height: 0.6em;
	padding: 0 8px;
}
#instruction button:last-of-type {
	background: transparent;
	font-weight: 700;
	margin-bottom: 14px;
}
#instruction img {
	bottom: 14px;
	left: 25px;
	position: absolute;
	top: auto;
	transition: 0.75s;
	width: 70px;
}

.got1 #walkthrough-cover {
	margin-left: 15%;
	margin-top: 0;
}
.got1 #instruction {
	left: 5%;
	bottom: auto;
	top: 56px;
}

.got2 #walkthrough-cover {
	margin-left: 0;
}
.got2 #instruction {
	left: auto;
	right: 3%;
	top: 76px;
}
.got2 #instruction img {
	bottom: auto;
	left: 165px;
	position: absolute;
	transform: rotate(180deg);
	top: 12px;
	width: 70px;
}

#intro-screens.exhausted {
	opacity: 0;
	top: -100%;
}

/**********************************

    Left menu

***********************************/
#menu {
	background-color: #e6f7fd;
	font-size: 0.85em;
	height: 100%;
	left: 0;
	position: fixed;
	transition: left 0.6s;
	width: 15%;
	z-index: 1;
}
#menu > div {
	height: 100%;
	overflow-y: auto;
	padding: 0 0 54px;
	position: relative;
}
.menu-hidden #menu {
	left: -15%;
}
.contact-open #menu {
	left: -25%;
}
#mobile-menu-close {
	display: none;
}

#logo {
	background-color: #2b3086;
	color: #fff;
	display: block;
	padding: 14px 0;
}
#logo span {
	display: block;
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
}
.logo {
	display: block;
	width: 100%;
	padding: 0 10%;
}

#side-menu {
	background-color: #e6f7fd;
	border: 1px solid #2b3086;
	border-width: 1px 0;
	max-height: 54%;
	margin: 0;
	overflow-y: auto;
	padding: 0;
}
#side-menu button {
	background: transparent;
	border-bottom: 1px solid #2b3086;
	border-radius: 0;
	color: #000;
	font-weight: 700;
	line-height: 1.3em;
	margin: 0;
	min-height: 36px;
	opacity: 0.9;
	padding: 8px 8px 6px 36px;
	position: relative;
	text-align: left;
	transition: 0.2s;
	width: 100%;
}
#side-menu button:last-of-type {
	border-bottom: 0;
}
#side-menu button i {
	background-color: #3b845e;
	color: #fff;
	height: 24px;
	left: 6px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	top: 6px;
	width: 22px;
}
#side-menu button:hover {
	background: #b9e3f2;
	opacity: 1;
}
#side-menu button[aria-selected="true"] {
	background-color: #b9e3f2;
}
#side-menu button span:focus {
	border: 2px solid #333;
	display: block;
}

#translation-widget {
	bottom: 12px;
	display: none;
	left: 0;
	padding: 0 6%;
	position: absolute;
	width: 100%;
}
.has-js #translation-widget {
	display: block;
}
#translation-widget label {
	left: -9999px;
	position: absolute;
}
#translation-widget select {
	width: 100%;
}
#translation-widget > img {
	display: block;
	margin: 0 auto 14px;
	width: 160px;
}
#google_translate_element {
	display: none;
}

#menu-toggle {
	display: none;
	font-size: 1em;
	left: 100%;
	margin-left: 14%;
	position: absolute;
	top: 16px;
	transition: margin 0.6s;
	z-index: 1;
}
.has-js #menu-toggle {
	display: block;
}
#menu-toggle.not-on-desktop {
	display: none;
}
#menu-toggle span {
	background-color: #000;
	display: block;
	height: 2px;
	margin: 4px auto;
	transition: margin 0.2s, transform 0.2s;
	width: 22px;
}
.menu-open #menu-toggle {
	margin-left: 11%;
}
.menu-open #menu-toggle span:first-of-type {
	transform: rotate(-25deg);
	margin-top: 6px;
	width: 16px;
}
.menu-open #menu-toggle span:last-of-type {
	transform: rotate(25deg);
	margin-top: -6px;
	width: 16px;
}
.menu-open #menu-toggle span:nth-of-type(2) {
	opacity: 0;
}

.meeting-button {
	background-color: #f9e75e;
	box-shadow: 0 3px 8px -2px #222;
	color: #000;
	font-size: 0.8em;
	font-weight: 700;
	height: 50px;
	margin: 0;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.meeting-button:after {
	background: rgba(255, 255, 255, 0.2);
	content: "";
	height: 100%;
	left: -100px;
	position: absolute;
	top: 0;
	transform: skewX(-22deg);
	transition: 0s;
	width: 90px;
}
.meeting-button:hover:after {
	left: 170px;
	transition: left 1s;
}

/**********************************

    Slide Specific

***********************************/
#mainArea {
	background-color: #047;
	height: 100%;
	left: 0;
	margin-left: 15%;
	overflow: auto;
	padding-bottom: 32px;
	position: relative;
	transition: left 0.6s, margin 0.6s, width 0.6s;
	width: 85%;
}
#mainArea {
	background-image: url("../images/Image_Behind_OMSlides_Figmacrop_greentint.jpg");
	background-size: cover;
	background-position: center;
}
.has-js #mainArea {
	padding-bottom: 0;
}
.menu-hidden #mainArea {
	margin-left: 0;
	width: 100%;
}
.contact-open #mainArea {
	left: -390px;
}
#slides {
	padding: 0;
	position: relative;
	transition: left 0.6s, margin 0.6s;
	top: 24px;
	width: 100%;
}
.has-js #slides {
	bottom: 60px;
	position: absolute;
	top: 82px;
}
#slides.free-real-estate {
	top: 18px;
}

.slide {
	margin-left: 2%;
	margin-bottom: 28px;
	width: 96%;
}
.slide h2 {
	color: #2b3086;
	font-family: "Josefin Sans", sans-serif;
}
.slide h2 span {
	display: block;
	font-weight: 400;
	margin-top: 4px;
}
.slide h3 {
	background: #2b3086;
	border-radius: 8px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin: 48px 0 20px;
	padding: 14px 20px;
}

.has-js .slide {
	display: none;
	height: 100%;
	margin-left: -9999px;
	margin-bottom: 0;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	transition: 0s;
}
.slide[aria-hidden="false"] {
	display: block;
}
.slide.showing {
	margin-left: 2%;
	margin-top: 0;
	opacity: 1;
	transition: margin-left 0s, margin-top 0.8s, opacity 0.8s, transform 0.8s;
}

.slide > div {
	background-color: rgba(255, 255, 255, 0.94);
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 15px -4px #000;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
	padding: 24px 3.25% 44px;
}
.row > div {
	padding: 0 1.5%;
}
.row > div:first-of-type {
	padding-left: 0;
}
.row > div:last-of-type {
	padding-right: 0;
}
.slide .row .row {
	margin: 0;
}

.subheader {
	font-size: 1.2em;
}

.teal-box {
	background: #e6f7fd;
	border-radius: 8px;
	padding: 0 !important;
}
.teal-box h3 {
	border-radius: 8px 8px 0 0;
	margin-top: 0;
}

#about-study-intro {
	border-radius: 8px 8px 0 0;
	margin: 18px 0 40px;
}
#about-study-intro img {
	width: 100%;
}
#about-study-intro .row {
	display: flex;
}
#about-study-intro .row div:first-of-type {
	background: #3b845e;
	border-radius: 0 0 0 8px;
	color: #fff;
	font-size: 1.7em;
	font-weight: 700;
	padding: 14px 38px;
}
#about-study-intro .row div:last-of-type {
	background: #e6f7fd;
	border-radius: 0 0 8px 0;
	font-weight: 700;
	padding: 16px 18px 4px;
}
#about-study-intro .row div:last-of-type img {
	width: 48px;
}

#project-timeline {
	text-align: center;
}
#project-timeline h2 {
	margin-bottom: 34px;
	padding: 0 14px 4px;
}
#project-timeline > h3 img {
	bottom: 100%;
	height: 60px;
	left: 14%;
	margin-bottom: 9px;
	position: absolute;
}
#project-timeline > img {
	display: block;
	margin: 14px 0 14px 13%;
}
#project-timeline > h4 {
	background: #3b845e;
	border-radius: 8px;
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	margin: 8px 0 20px;
	padding: 14px;
}

#timeline-phases {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 !important;
}
#timeline-phases:before,
#timeline-phases:after {
	display: none;
}
#timeline-phases > div {
	background: #2b3086;
	border-radius: 10px;
	color: #fff;
	padding: 28px 2% !important;
	width: 31.5%;
}
#timeline-phases > div:first-of-type {
	background: #3b845e;
}
#timeline-phases img {
	height: 101px;
	margin-bottom: 20px;
}
#timeline-phases h3 {
	background: transparent;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	font-size: 3.2em;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}
#timeline-phases p {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.3em;
	margin: 8px 0 15px;
	min-height: 56px;
}
#timeline-phases small {
	display: block;
	margin-top: 14px;
}

#timeline-phase-one {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 !important;
}
#timeline-phase-one:before,
#timeline-phase-one:after {
	display: none;
}
#timeline-phase-one > div {
	display: flex;
	flex-wrap: wrap;
	background: #3b845e;
	border: 3px solid #3b845e;
	border-radius: 8px;
	color: #fff;
	padding: 28px 2% !important;
	position: relative;
	text-align: left;
	width: 30%;
}

#timeline-phase-one > div .top-content {
	padding-bottom: 30px;
}

#timeline-phase-one > div .bottom-content {
	width: 100%;
	margin-top: auto;
	padding-top: 30px;
	border-top: 1px solid #fff;
	min-height: 220px;
}

#timeline-phase-one > div:after {
	background-image: url("../images/icon-downarrow.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	height: 44px;
	left: 100%;
	margin-left: 3%;
	position: absolute;
	top: 50%;
	transform: rotate(-90deg) translateX(50%);
	width: 44px;
}
#timeline-phase-one > div:last-of-type:after {
	display: none;
}
#timeline-phase-one p {
	font-weight: 700;
}
#timeline-phase-one span {
	color: #f9e75e;
	display: block;
	font-size: 1.3em;
	font-weight: 700;
	height: 38px;
	letter-spacing: 0.03em;
	text-align: center;
}
#timeline-phase-one span img {
	height: 24px;
	margin-right: 10px;
	margin-top: -3px;
}
#timeline-phase-one > div > img {
	display: block;
	height: 88px;
	margin: 18px auto 0;
}
#timeline-phase-one h5 {
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 0;
}
#timeline-phase-one ul {
	padding-left: 24px;
}
#timeline-phase-one .we-are-here {
	border-color: #f9e75e;
}

.phase-1-study {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.phase-1-study li {
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.3em;
	margin-right: 3%;
}
.phase-1-study li img {
	display: block;
	margin-bottom: 12px;
	width: 94px;
}
.phase-1-study.blue-version {
	justify-content: space-between;
}
.phase-1-study.blue-version li {
	margin: 0;
	padding-right: 34px;
	width: 25%;
}

#project-location > div:first-of-type {
	font-weight: 700;
}

#mtg1-summary-intro {
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}
#mtg1-summary-intro > div:first-of-type {
	background: #3b845e;
	border-radius: 8px 0 0 8px;
	color: #fff;
	padding: 28px 42px 28px 34px;
}
#mtg1-summary-intro > div:first-of-type h3 {
	background: transparent;
	line-height: 1.4em;
	margin-top: 0;
	padding: 0;
}
#mtg1-summary-intro > div:first-of-type a {
	color: #fff;
	text-decoration: underline;
}
#mtg1-summary-intro > div:first-of-type p {
	align-items: center;
	display: flex;
}
#mtg1-summary-intro > div:first-of-type p img {
	margin-right: 14px;
}
#mtg1-summary-intro > div:last-of-type {
	padding: 0 !important;
}
#mtg1-summary-intro > div:last-of-type img {
	border-radius: 0 8px 8px 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

#meeting-points {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 38px;
}
#meeting-points:before,
#meeting-points:after {
	display: none;
}
#meeting-points > div {
	width: 48.5%;
}
#meeting-points ul {
	padding: 1px 64px 18px;
}
#meeting-points ul ul {
	padding: 1px 42px 0;
}
#meeting-points ul li {
	margin-bottom: 8px;
}

.purpose-needs ul {
	list-style: none;
	padding: 0;
}
.purpose-needs li {
	align-items: center;
	display: flex;
	margin-bottom: 18px;
}
.purpose-needs li img {
	margin-right: 18px;
	width: 80px;
}
#needs h3 {
	background: #3b845e;
}

#traffic-map {
	margin-top: 48px;
}
#traffic-map .hdr-lightbox {
	padding: 20px 42px 38px;
}
#traffic-map .hdr-lightbox.enhanced {
	padding: 0;
}

.alt-legend {
	list-style: none;
	padding: 0;
}
.alt-legend li {
	margin-bottom: 18px;
	padding-left: 78px;
	position: relative;
}
.alt-legend li img {
	border: 1px solid #414042;
	left: 0;
	position: absolute;
	width: 66px;
}

#roundabout {
	background: #e6f7fd;
	padding: 6px 26px 28px;
}
#roundabout a {
	background: #2b3086;
	border-radius: 180px;
	color: #fff;
	padding: 6px 18px;
}
#roundabout a:hover {
	background: #1a1e66;
}

/* Tables */
table {
	border: 1px solid #333;
	margin: 14px 0;
	width: 100%;
}
table thead {
	background: #3b845e;
	color: #fff;
}
table tr th {
	border: 1px solid #333;
	padding: 6px 9px;
}
table thead tr th {
	border-width: 0;
}
table tr td {
	background: #e2efda;
	border: 1px solid #333;
	padding: 6px 9px;
}
table tr td.moderate {
	background: #fff2cc;
}
table tr td.high {
	background: #ffc7ce;
}
table tr td.na {
	background: #d9d9d9;
}

#table-legend {
	list-style: none;
	padding: 0;
}
#table-legend li {
	align-items: center;
	display: flex;
}
#table-legend li span {
	background: #e2efda;
	border: 1px solid #414042;
	flex-grow: 0;
	flex-shrink: 0;
	height: 26px;
	margin-right: 14px;
	width: 86px;
}
#table-legend li:nth-of-type(2) span {
	background: #fff2cc;
}
#table-legend li:nth-of-type(3) span {
	background: #ffc7ce;
}

#levels-of-service {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin-top: -12px;
	padding: 0;
}
#levels-of-service li {
	padding-bottom: 68px;
	position: relative;
	width: 15%;
}
#levels-of-service li h5 {
	color: #2b3086;
	font-size: 1.2em;
	font-weight: 700;
}
#levels-of-service li span {
	display: block;
	font-size: 0.9em;
	line-height: 1.2em;
}
#levels-of-service li img {
	bottom: 0;
	position: absolute;
	width: 100%;
}

.rollplot {
	border: 1px solid #aaa;
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.rollplot:hover {
	cursor: grab;
}
.rollplot.rolling {
	cursor: grabbing;
}
.rollplot img {
	left: 0;
	max-width: 80000px;
	position: absolute;
	top: 0;
	transition: width 0s;
}
.rollplot .buttons {
	left: 0;
	padding: 10px;
	position: absolute;
	top: 0;
}
.rollplot button {
	background: #555;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 0 8px 0 #333;
	color: #fff;
	font-size: 0.9em;
	font-weight: 700;
	height: 34px;
	margin-right: 3px;
	padding: 0 8px;
	transition: 0.3s;
}
.rollplot button:hover {
	background: #333;
	box-shadow: 0 0 6px 2px #111;
}

#share-thoughts .teal-box {
	margin: 12px 0 16px;
	padding-bottom: 36px !important;
}
#share-thoughts .teal-box img {
	width: 100%;
}
#share-thoughts .teal-box > div {
	padding: 8px 4%;
}

#next-steps-intro {
	display: flex;
	margin-top: 28px;
}
#next-steps-intro div:first-of-type {
	background: #3b845e;
	border-radius: 8px 0 0 8px;
	color: #fff;
	font-weight: 700;
	padding: 36px 48px 36px 40px;
}
#next-steps-intro div:first-of-type h3 {
	background: transparent;
	margin-top: 0;
	padding: 0;
}
#next-steps-intro div:last-of-type {
	background: #e6f7fd;
	border-radius: 0 0 8px 0;
	font-weight: 700;
	padding: 0;
}
#next-steps-intro div:last-of-type img {
	border-radius: 0 8px 8px 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

#stay-involved {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
#stay-involved li {
	align-items: center;
	display: flex;
	width: 48%;
}
#stay-involved li h4 {
	margin: 0;
}
#stay-involved li p {
	margin: 8px 0 0;
}
#stay-involved img {
	margin-right: 18px;
	width: 80px;
}
#stay-involved a {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}
#stay-involved a:hover {
	color: #33a;
}

/* Lightbox */
.showing-hdr-lightbox {
	overflow: hidden;
}
.hdr-lightbox {
	margin-top: 18px;
}
.hdr-lightbox img {
	width: 100%;
}
.hdr-lightbox a {
	display: block;
}
.hdr-lightbox > button {
	background-color: rgba(0, 0, 0, 0.75);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: none;
	height: 0;
	left: -9999px;
	margin: 0;
	position: absolute;
	top: 0;
	transition: 0s;
	width: 100%;
}
.hdr-lightbox button span {
	left: -9999px;
	position: absolute;
}
.hdr-lightbox > div {
	top: 80px;
}
.hdr-lightbox > div .hdr-close-lightbox {
	background: 0;
	border: 0;
	font-size: 3em;
	display: none;
	line-height: 1em;
	position: fixed;
	right: 14px;
	top: -4px;
}
.hdr-lightbox em {
	display: block;
	margin-top: 9px;
}
.hdr-lightbox.enhanced {
	height: 100%;
	left: 0;
	margin-top: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5555;
}
.hdr-lightbox.enhanced > button {
	display: block;
	height: 100%;
	left: 0;
	transition: height 0.6s, left 0s;
}
.hdr-lightbox.enhanced > div {
	background-color: #fff;
	border: 1px solid #333;
	box-shadow: 4px 13px 28px 0 #111;
	left: 6%;
	margin: 0;
	max-height: 80%;
	overflow: auto;
	position: absolute;
	top: 40px;
	transition: 0.8s;
	width: 86%;
}
.hdr-lightbox.enhanced > div .hdr-close-lightbox {
	display: block;
}

/**********************************

    Bottom Progress Bar

***********************************/
#bottom-menu {
	background: #047;
	bottom: 0;
	display: none;
	height: 40px;
	position: absolute;
	right: 0;
	transition: right 0.6s, width 0.6s;
	width: 85%;
}
.has-js #bottom-menu {
	display: flex;
}
.menu-hidden #bottom-menu {
	width: 100%;
}
.contact-open #bottom-menu {
	right: 390px;
}

#bottom-menu button {
	background: #2b3086;
	border-radius: 0;
	color: #333;
	margin: 0;
	padding: 0;
}
#bottom-menu button:hover {
	background: #191d67;
}
#bottom-menu button > span {
	background: #fff;
	border-radius: 4px;
	bottom: 100%;
	box-shadow: 0 3px 8px -3px #222;
	font-size: 0.8em;
	left: -9999px;
	line-height: 1.1em;
	margin-left: -100px;
	margin-bottom: 22px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 200px;
}
#bottom-menu button > span:after {
	border: 8px solid transparent;
	border-top-color: #fff;
	content: "";
	left: 50%;
	margin-left: -8px;
	position: absolute;
	top: 100%;
}
#bottom-menu button:hover span,
#bottom-menu button.focused span {
	left: 50%;
	margin-bottom: 14px;
	opacity: 1;
	transition: margin-bottom 0.5s, opacity 0.3s, left 0s, margin-left 0s,
		right 0s;
}
#bottom-menu button > span span:before {
	content: " - ";
}

#bottom-menu > button {
	background: #2b3086;
	border-radius: 0;
	height: 100%;
	line-height: 22px;
	position: relative;
	text-align: center;
	width: 8%;
}
#bottom-menu > button img {
	height: 22px;
	opacity: 1;
	transition: opacity 0.2s;
}
#bottom-menu > button:hover {
	background: #191d67;
}
#bottom-menu > button.disabled {
	cursor: default;
}
#bottom-menu > button.disabled:hover {
	background: #2b3086;
}
#bottom-menu > button.disabled img {
	opacity: 0.3;
}
#bottom-menu > button.disabled span {
	display: none;
}
#bottom-menu > .previous-arrow img {
	transform: rotate(180deg);
}

#bottom-menu > button span {
	width: 200px;
}
#bottom-menu > .previous-arrow:hover span,
#bottom-menu > .previous-arrow.focused span {
	left: 12px;
	margin-left: 0;
}
#bottom-menu > .previous-arrow span:after {
	left: 20%;
	margin-left: 0;
}
#bottom-menu > .next-arrow span {
	left: auto;
	right: 9999px;
	width: 200px;
}
#bottom-menu > .next-arrow:hover span,
#bottom-menu > .next-arrow.focused span {
	left: auto;
	right: 12px;
}
#bottom-menu > .next-arrow span:after {
	left: 80%;
}

#bottom-menu ul {
	display: flex;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 84%;
}
#bottom-menu ul li {
	flex: 1;
	height: 100%;
	margin: 0;
	padding: 0;
}
#bottom-menu ul li button {
	border-width: 19px 2px;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
#bottom-menu ul li button:after {
	background: #fff;
	border-radius: 18px;
	content: "";
	height: 8px;
	left: 5%;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transition: 0.5s;
	width: 90%;
}
#bottom-menu ul li button:hover:after,
#bottom-menu ul li button.focused:after {
	height: 10px;
	left: 3%;
	margin-top: -5px;
	width: 94%;
}
#bottom-menu ul li button.active {
	background: #191d67;
}

/*****************************************

    Corner buttons & Contact form

******************************************/
#corner-buttons {
	display: none;
	position: absolute;
	right: 2%;
	top: 14px;
}
.has-js #corner-buttons {
	display: block;
}
#corner-buttons a {
	display: inline-block;
	margin-right: 8px;
	opacity: 0.9;
	position: relative;
	transition: opacity 0.2s;
	vertical-align: top;
}
#corner-buttons a:hover {
	opacity: 1;
}
#corner-buttons a span {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 8px -3px #222;
	font-size: 0.8em;
	left: -9999px;
	line-height: 1.1em;
	margin-left: -100px;
	margin-top: 12px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 100%;
	width: 200px;
}
#corner-buttons a span:after {
	border: 8px solid transparent;
	border-bottom-color: #fff;
	bottom: 100%;
	content: "";
	left: 50%;
	margin-left: -8px;
	position: absolute;
}
#corner-buttons a:hover span,
#corner-buttons a:focus span {
	left: 50%;
	opacity: 1;
	transition: margin-bottom 0.5s, opacity 0.3s, left 0s, margin-left 0s,
		right 0s;
}
#corner-buttons > *:last-child:hover span,
#corner-buttons > *:last-child:focus span {
	left: -60%;
}
#corner-buttons > *:last-child span:after {
	left: 80%;
}
#corner-buttons a img {
	height: 54px;
}
#contact-button.instructing {
	z-index: 100;
}
#contact-button img {
	display: block;
	height: 16px;
	margin: 3px auto;
}

#contact {
	background: #fff;
	box-shadow: 0 0 14px 0 #111;
	height: auto;
	padding-left: 15%;
	position: static;
	right: -440px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.has-js #contact {
	display: none;
	height: 100%;
	padding-left: 0;
	position: fixed;
	width: 390px;
}
.contact-open #contact {
	display: block;
}
.contact-open #contact.animate {
	right: 0;
	transition: 0.6s;
}
.close-contact span {
	left: -9999px;
	position: absolute;
}
#contact > .close-contact {
	background: #000;
	background: rgba(0, 0, 0, 0.56);
	border: 0;
	border-radius: 0;
	height: 100%;
	margin: 0;
	position: absolute;
	right: 100%;
	width: 800%;
}
#contact > div {
	height: 100%;
	overflow: auto;
	padding: 32px 18px 24px;
}
#contact h2 {
	color: #000;
	font-size: 1.3em;
}
#contact > div img {
	width: 80%;
}
#contact > div .close-contact {
	background: transparent;
	color: #333;
	display: none;
	font-size: 1.2em;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 0;
}
.has-js #contact > div .close-contact {
	display: block;
}

/* Modal Window */
.hdr-close-modal {
	display: none;
}
.hdr-launch-modal {
	display: none;
}
.has-hdr-modals .hdr-launch-modal {
	display: inline-block;
}
.hdr-modal-showing {
	overflow: hidden;
}
.hdr-modal-window {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: -100%;
	transition: 0;
	width: 100%;
	z-index: 1000;
}
.hdr-modal-window.showing {
	top: 0;
	transition: top 1s;
}
.hdr-modal-window > .hdr-close-modal {
	background-color: rgba(0, 0, 0, 0.75);
	border: 0;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.hdr-modal-window .hdr-close-modal span {
	left: -9999px;
	position: absolute;
}
.hdr-modal-window #hdr-modal-title {
	border-radius: 0;
	margin: 0;
}
.hdr-modal-window > div {
	background-color: #fff;
	box-shadow: 4px 13px 28px 0 #111;
	overflow: auto;
	position: absolute;
}
.hdr-modal-window > div .hdr-close-modal {
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 3em;
	line-height: 0.55em;
	position: absolute;
	right: 0;
	top: 0;
}
.hdr-modal-window > div .hdr-close-modal:hover {
	color: #aaa;
}
.hdr-modal-window :focus {
	border-radius: 2px;
	outline: 2px groove #ddd;
}

.hdr-modal-window .row {
	display: flex;
	flex-wrap: wrap;
}
.hdr-modal-window .row div img {
	width: 100%;
}
.hdr-modal-window .row > div:last-of-type {
	padding: 4px 36px 32px 18px;
}
.hdr-modal-window .row div:last-of-type div {
	background: #3a845f;
	color: #fff;
	font-weight: 700;
	margin: 24px 0 8px;
	padding: 2px 22px 14px;
	text-align: center;
}

form {
	margin: 18px 0;
}
label {
	display: block;
	margin: 10px 0 8px;
	width: 100%;
}
input[type="text"] {
	margin-bottom: 8px;
	padding-left: 3px;
	width: 100%;
}
textarea {
	height: 80px;
	margin-bottom: 8px;
	padding: 3px 5px;
	resize: none;
	width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
	margin: 0 4px 0 2px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline-block;
	margin-right: 14px;
	position: relative;
	top: -1px;
	width: auto;
}
input[type="submit"],
input[type="reset"] {
	background-color: #047;
	border-radius: 14px;
	border: 0;
	color: #fff;
	letter-spacing: 0.05em;
	margin-top: 14px;
	padding: 4px 16px;
	transition: background-color 0.2s;
}
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #035;
}
.required {
	color: #800;
}
.required span {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

/**********************************

    RESPONSIVE 

***********************************/

@media screen and (min-width: 2000px) {
	body {
		font-size: 22px;
	}
	#contact-button img {
		margin: 5px auto 1px;
	}
}

@media screen and (max-width: 1400px) {
	#timeline-phase-one > div:after {
		margin-left: 4.25%;
		width: 32px;
	}

	#levels-of-service li {
		font-size: 0.9em;
		padding-bottom: 42px;
	}
}

@media screen and (max-width: 1170px) {
	h2 {
		font-size: 2em;
		margin-top: 10px;
	}
	.slide > div {
		font-size: 0.9em;
	}

	#introduction {
		font-size: 0.85em;
	}
	#introduction > div > div {
		padding: 12px 30px;
	}
}

@media screen and (max-width: 992px) {
	h2 {
		font-size: 1.8em;
	}

	#introduction > div img {
		max-width: 200px;
		width: 100%;
	}

	#menu {
		left: -400px;
		width: 390px;
	}
	#menu > div {
		position: relative;
		z-index: 2;
	}
	.logo {
		margin: 0 auto;
		max-width: 240px;
	}
	#mainArea {
		margin-left: 0;
		width: 100%;
	}

	#instruction {
		left: 16px;
	}
	.got1 #walkthrough-cover {
		margin-left: 0;
	}
	.got1 #instruction {
		left: 24px;
		bottom: auto;
		top: 64px;
	}
	.got1 #instruction img {
		transform: rotate(180deg) rotateY(180deg);
		top: 12px;
	}
	.got2 #walkthrough-cover {
		margin-left: 0;
	}
	.got2 #instruction {
		left: auto;
		right: 3%;
	}
	.got2 #instruction img {
		transform: rotate(180deg);
	}
	#introduction h1 {
		font-size: 1.8em;
	}
	#introduction > div {
		padding: 24px 30px;
	}

	.has-js #slides {
		bottom: 52px;
		top: 64px;
	}
	.slide > div {
		padding: 20px 26px 32px;
	}
	.meeting-button {
		font-size: 0.7em;
	}
	#menu-toggle {
		font-size: 0.85em;
		margin-left: 7%;
		top: 6px;
	}
	#menu-toggle.not-on-desktop {
		display: block;
	}
	#corner-buttons {
		top: 6px;
	}

	#bottom-menu {
		width: 100%;
	}
	#bottom-menu button span {
		display: none;
	}
	#bottom-menu li span {
		display: none;
	}
	#bottom-menu {
		height: 38px;
	}
	#bottom-menu > button {
		line-height: 18px;
	}
	#bottom-menu > button img {
		height: 16px;
	}
	#bottom-menu ul li button:after {
		height: 4px;
		left: 10%;
		margin-top: -2px;
		width: 80%;
	}

	.mobile-menu-open #menu {
		left: 0;
	}
	.mobile-menu-open #mainArea {
		margin-left: 390px;
	}
	.mobile-menu-open #bottom-menu {
		right: -390px;
	}
	.mobile-menu-open #menu-toggle {
		margin-left: 4%;
		z-index: 2;
	}
	.mobile-menu-open #menu-toggle span:first-of-type {
		transform: rotate(-25deg);
		margin-top: 6px;
		width: 16px;
	}
	.mobile-menu-open #menu-toggle span:last-of-type {
		transform: rotate(25deg);
		margin-top: -6px;
		width: 16px;
	}
	.mobile-menu-open #menu-toggle span:nth-of-type(2) {
		opacity: 0;
	}

	#mobile-menu-close {
		background: #000;
		background: rgba(0, 0, 0, 0.36);
		border: 0;
		border-radius: 0;
		display: none;
		height: 100%;
		margin: 0;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}
	#mobile-menu-close span {
		left: -9999px;
		position: absolute;
	}
	#mobile-menu-close.animate {
		margin-left: 390px;
		transition: margin 0.6s;
	}

	.subheader {
		font-size: 1em;
		margin-bottom: 26px;
	}

	#timeline-phases h3 {
		font-size: 2.4em;
	}

	#mtg1-summary-intro > div {
		width: 100%;
	}
	#mtg1-summary-intro > div:first-of-type {
		border-radius: 8px 8px 0 0;
		padding-bottom: 8px;
	}
	#mtg1-summary-intro > div:last-of-type img {
		border-radius: 0 0 8px 8px;
	}
	#meeting-points > div {
		margin-bottom: 24px;
		width: 100%;
	}

	#levels-of-service li {
		font-size: 0.9em;
		padding-bottom: 54px;
	}

	.hdr-modal-window .row > div:first-of-type {
		padding: 0;
	}

	#share-thoughts .teal-box > div {
		padding: 4px 4%;
	}
}

@media screen and (max-width: 768px) {
	.slide h3 {
		font-size: 1.3em;
	}

	#introduction .row > div:last-of-type ul li {
		width: 100%;
	}

	.row > div:last-of-type {
		padding-left: 0;
	}

	.hdr-lightbox > div .hdr-close-lightbox {
		font-size: 2em;
		right: 8px;
	}
	.hdr-lightbox.enhanced img {
		max-width: 800%;
		width: 260%;
	}

	#about-study-intro .row div:first-of-type {
		font-size: 1.3em;
		padding: 3px 22px;
	}

	#timeline-phases > div {
		font-size: 0.9em;
	}
	#timeline-phases h3 {
		margin: 28px 0 4px;
	}

	#timeline-phase-one > div {
		margin-bottom: 16px;
		padding: 12px 5% !important;
		width: 100%;
	}
	#timeline-phase-one > div:after {
		display: none;
	}

	.phase-1-study li {
		font-size: 1em;
		margin-right: 28px;
	}
	.phase-1-study li img {
		width: 76px;
	}

	#traffic-map .hdr-lightbox {
		padding: 14px 30px 28px;
	}

	#next-steps-intro {
		display: block;
	}
	#next-steps-intro div:first-of-type {
		border-radius: 8px 8px 0 0;
		padding: 28px 32px 10px;
	}
	#next-steps-intro div:last-of-type img {
		border-radius: 0 0 8px 8px;
		height: 200px;
	}

	#stay-involved li {
		display: block;
		width: 100%;
	}
	#stay-involved li img {
		margin: 8px 0 16px;
		width: 48px;
	}
	#stay-involved li a {
		display: block;
		word-wrap: break-word;
	}

	.hdr-modal-title {
		padding: 0;
	}
	.hdr-modal-window #hdr-modal-title {
		padding-right: 50px;
	}
	.hdr-modal-window > div {
		height: 88% !important;
		left: 8% !important;
		top: 6% !important;
		width: 84% !important;
	}
	.hdr-modal-window > div .hdr-close-modal {
		font-size: 2em;
	}
}

@media screen and (max-width: 620px) {
	#timeline-phases > div {
		margin-bottom: 18px;
		padding: 24px 5% !important;
		width: 100%;
	}
	#timeline-phases img {
		height: 54px;
	}
	#timeline-phases h3 {
		margin: 8px 0 0;
	}
	#timeline-phases p {
		margin: 0 0 8px;
		min-height: auto;
	}
	#project-timeline > img {
		display: none;
	}

	.phase-1-study.blue-version li {
		margin-bottom: 18px;
		width: 50%;
	}

	.purpose-needs li img {
		margin-right: 16px;
		width: 56px;
	}

	#levels-of-service li {
		width: 31%;
	}
}

@media screen and (max-width: 500px) {
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.2em;
	}
	.logo {
		max-width: 140px;
	}

	#introduction h1 {
		margin: 14px 0 0;
	}
	#introduction > div {
		bottom: 4%;
		font-size: 0.85em;
		right: 6%;
		top: 4%;
		width: 88%;
	}
	#introduction > div img {
		max-width: 150px;
	}
	#introduction > div > div {
		padding: 8px 18px 14px;
	}
	#introduction ul li img {
		width: 36px;
	}

	#instruction {
		font-size: 0.85em;
		left: 24px;
		width: 220px;
	}
	#instruction img {
		width: 46px;
	}
	.got2 #instruction img {
		left: 100px;
		transform: rotate(180deg);
		width: 48px;
	}

	.slide h3 {
		margin: 30px 0 12px;
	}
	.teal-box h3 {
		margin-top: 0;
	}

	#bottom-menu > button {
		width: 50%;
	}
	#bottom-menu ul {
		display: none;
	}
	#side-menu button {
		font-size: 0.8em;
	}

	#menu {
		left: -230px;
		width: 180px;
	}
	#menu-toggle {
		margin-left: 32%;
	}
	.mobile-menu-open #mainArea {
		margin-left: 180px;
	}
	.mobile-menu-open #bottom-menu {
		right: -180px;
	}
	.mobile-menu-open #menu-toggle {
		margin-left: 5%;
	}
	#mobile-menu-close.animate {
		margin-left: 180px;
	}

	#about-study-intro .row {
		display: block;
	}
	#about-study-intro .row div:first-of-type {
		border-radius: 0;
		font-size: 1.1em;
		line-height: 1.3em;
		padding: 3px 22px;
	}
	#about-study-intro .row div:last-of-type {
		border-radius: 0 0 8px 8px;
	}

	#contact {
		font-size: 0.8em;
		width: 240px;
	}
	.contact-open #mainArea {
		left: -240px;
	}
	.contact-open #bottom-menu {
		left: -240px;
	}

	.phase-1-study.blue-version li {
		width: 100%;
	}

	table {
		font-size: 0.75em;
	}
	table tr th {
		line-height: 1.2em;
		padding: 2px 3px;
	}
	table tr td {
		line-height: 1.2em;
		padding: 2px 3px;
	}
	#levels-of-service li {
		padding-bottom: 70px;
		width: 48%;
	}
}

.green-blurb {
	background-color: #3b845e;
	color: #fff;
	padding: 20px;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.green-blurb p {
	flex: 1;
	margin-top: 0;
}

.green-blurb p:last-child {
	margin-bottom: 0;
}

.green-blurb p a {
	color: #fff;
	text-decoration: underline;
}

.video-embed {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.video-embed iframe,
.video-embed object,
.video-embed embed,
.video-embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-full {
	width: 100%;
	height: auto;
}

.mb-10 {
	margin-bottom: 10px;
}
