html,
body {
	background: #fff;
	color: #222;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
}
.container {
	padding: 0;
	width: 100%;
	max-width: 2000px;
}
.row {
	margin: 0;
}
.row > div {
	padding: 0 1.5% 12px;
}
.content {
	width: 100%;
}
.vertical-center > div {
	float: none;
	display: inline-block;
	margin-left: -0.5%;
	vertical-align: middle;
}
.vertical-center > div:first-of-type {
	margin: 0;
}
d iv {
	border: 1px solid red;
}
.maxwidth {
	max-width: 85%;
	margin: 0 auto;
}
/* Links */
a {
	transition: background-color 0.2s, color 0.2s;
	color: #305991;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #203165;
	text-decoration: none;
}

.button {
	background-color: #fff;
	border-radius: 25px;
	border: 2px solid;
	color: #203165;
	display: inline-block;
	font-weight: bold;
	padding: 6px 15px;
	text-decoration: none;
	transition: background-color 0.2s;
}
.button:hover {
	background-color: #eceff9;
	border-color: #203165 !important;
	color: #203165;
	text-decoration: none;
}
.button:focus {
	background-color: #eceff9;
	border-color: #203165 !important;
	color: #203165;
}
.button:active {
	background-color: #eceff9;
	border-color: #203165 !important;
	color: #203165;
}

.button-rev {
	background-color: #203165;
	border-radius: 25px;
	border: 2px solid;
	color: #fff !important;
	display: inline-block;
	font-weight: bold;
	padding: 6px 15px;
	text-decoration: none;
	transition: background-color 0.2s;
}
.button-rev:hover {
	background-color: #203165;
	border-color: #fff !important;
	color: #eceff9;
	text-decoration: none;
}
.button-rev:focus {
	background-color: #203165;
	border-color: #fff !important;
	color: #eceff9;
}
.button-rev:active {
	background-color: #203165;
	border-color: #fff !important;
	color: #eceff9;
}

.button-yellow {
	border-color: #eeb111;
}
.button-red {
	border-color: #f3795c;
}
.button-green {
	border-color: #73a650;
}
.button-pink {
	border-color: #ed7aa8;
}
.button-blue {
	border-color: #98d2df;
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #203165;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
}
h1 {
	font-size: 3.3em;
	letter-spacing: 0.075em;
	margin: 30px 0 22px;
	text-transform: uppercase;
}
h2 {
	color: #344473;
	font-size: 1.5em;
	margin: 12px 0 1.5rem;
}
h3 {
	font-size: 1.5em;
	margin: 28px 0 0;
	text-transform: uppercase;
}
h4 {
	color: #172347;
	border-bottom: 2px solid #f9cd61;
	font-size: 1.2em;
	margin: 28px 0 1rem;
	padding-bottom: 5px;
}

h4.alt {
	border: 0;
	padding-bottom: 0;
}

h5 {
	font-size: 1em;
	margin: 26px 0 0;
}
h6 {
	font-size: 1em;
	margin: 26px 0 0;
}

/* Paragraphs & Lists */
p {
	line-height: 1.45em;
	margin: 8px 0 16px;
}

p.centered {
	text-align: center;
}

p.large {
	font-size: 1.15rem;
}

@media (min-width: 992px) {
	p.large {
		font-size: 1.25rem;
	}
}

p img {
	padding-bottom: 1em;
}
h3.centered {
	text-align: center;
	margin-bottom: 1rem;
}
h4.centered {
	text-align: center;
	margin-bottom: 1.5rem;
}
ul,
ol {
	margin: 16px 0 10px;
}
li {
	line-height: 1.4em;
	margin-bottom: 8px;
}
hr {
	border-top: 2px solid #eeb111;
}
.hr-blue {
	border-top: 2px solid #eceef2;
	margin-top: 35px;
	margin-bottom: 50px;
}
strong {
	color: #203165;
}
.mob-show {
	display: none;
}
i.blue {
	color: #305991;
	font-size: 80%;
}
.rev {
	color: #fff;
}
.head-tag {
	font-size: 20px;
	text-transform: initial;
	letter-spacing: 0pt;
	margin-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.tag {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 3pt !important;
}
.tag:after {
	content: "";
	position: relative;
	display: block;
	width: 40px;
	height: 1rem;
	border-bottom: 2px solid #eeb111;
	margin: 0px auto;
}
.main {
	border-bottom: 3px solid #eeb111;
	font-size: 3em;
	letter-spacing: 0.075em;
	margin: 20px 0 0;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.intro {
	font-size: 175%;
	color: #203165;
	font-weight: bold;
}
.brclear {
	clear: both;
}

.welcome {
	background: #fcf2d7;
	padding: 1.25em 2em 1.05em;
	border-top: 7px solid #eeb111;
}
.welcome-title {
	border-bottom: 1px solid #203165;
	color: #203165;
	font-size: 95%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1pt;
}
.welcome i {
	font-size: 90%;
}
.welcome ul {
	list-style-type: circle;
	padding-left: 25px;
}

/* MOBILE MENU */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 4000;
	top: 0;
	left: 0;
	background-color: #021347;
	overflow-x: hidden;
	padding: 60px 0 24px;
	transition: 0.5s;
	border-right: 1px solid #000;
}
.sidenav a {
	color: #fff;
	display: block;
	font-size: 125%;
	padding: 0.25em 0.25em 0.25em 1em;
	text-decoration: none;
	transition: 0.3s;
	text-transform: uppercase;
	letter-spacing: 0.075em;
}
.sidenav a:hover {
	color: #f1f1f1;
	text-decoration: underline;
}
.sidenav a:hover,
a:focus {
	border: none !important;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 36px;
	margin-left: 50px;
}
.sidenav .closebtn:active {
	border: none;
}

#side-subnav {
	margin: 0;
}
#side-subnav li a {
	font-size: 0.8em;
	line-height: 1.15em;
	padding: 4px 8px;
}

a.leaveacomment {
	background-color: #eeb111;
	border-radius: 25px;
	border: 0;
	color: #203165 !important;
	font-weight: bold;
	margin-top: 12px;
	padding: 10px 26px;
	text-decoration: none;
	transition: background-color 0.2s;
	margin-left: 5%;
	text-align: center;
	width: 87%;
}
a.leaveacomment:hover {
	background-color: #f9cd61;
	color: #203165 !important;
	text-decoration: none !important;
}
a.leaveacomment:active {
	background-color: #f9cd61;
	color: #203165 !important;
	text-decoration: none !important;
}
a.leaveacomment:focus {
	background-color: #f9cd61;
	color: #203165;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

/* Forms */
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: #eeb111;
	border-radius: 25px;
	border: 0;
	color: #203165;
	font-weight: bold;
	margin-top: 14px;
	padding: 10px 26px;
	transition: background-color 0.2s;
}

#crmWebToEntityForm table {
	margin-top: -5rem;
	width: 100%;
}
#crmWebToEntityForm td {
	padding: 0 !important;
}
#crmWebToEntityForm td:nth-of-type(2) {
	display: none;
}
#crmWebToEntityForm strong:first-of-type {
	display: none;
}

/* Tables */
table {
	border: 1px solid #333;
	border-width: 0 0px 0px 0;
	margin: 14px 0;
	width: 100%;
}
table tr th {
	border: 1px solid #ccc;
	border-width: 0 0px 0px 0;
	padding: 8px 12px;
}
table tr td {
	border: 1px solid #ccc;
	border-width: 1px 0px 0px 0;
	padding: 4px 12px;
	font-size: 0.7em;
}

/* SOCIAL ICONS */
.social-icons {
	float: left;
	margin-top: 0.45rem;
}
.social-icons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.social-icons li {
	float: left;
	margin-right: 1em;
}

/* SHADOW */
.shadow {
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
}

/* ROWS */
.padded {
	padding: 6rem 0rem;
}
.padded-top {
	padding: 5rem 0rem 0.5rem;
}
.padded-bottom {
	padding: 0.5rem 0rem 5rem;
}
.padded-photo {
	padding: 5rem 0rem;
	background-image: url("../images/photo.jpg");
	background-size: cover;
}
.padded-photo a.button {
	color: #203165;
}
.photo-overview-header {
	padding: 2.5rem 0 1.5rem 0;
}
.photo-contact-header {
	padding: 2.5rem 0 1.5rem 0;
}
.photo-publiceng-header {
	padding: 2.5rem 0 1.5rem 0;
}
.photo-resources-header {
	padding: 2.5rem 0 1.5rem 0;
}
.three-col {
	max-width: 1200px;
	margin: 0px auto;
}
.four-col {
	max-width: 1200px;
	margin: 0px auto;
}

#logo {
	background-color: #fff;
	height: 72px;
	left: 50%;
	position: fixed;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -36px;
	width: 72px;
	z-index: 3000;
}
#logo img {
	border: none;
	width: 100%;
	max-width: 55px;
}

#top-nav {
	background-color: #0f1f50;
	color: #fff;
	height: auto;
	max-width: 2000px;
	overflow: hidden;
	padding: 0.675rem 0 0;
	position: fixed;
	width: 100%;
	z-index: 2000;
}
.cta-bar {
	display: block;
	color: #000;
	background-color: #eeb111;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	padding: 5px;
	transition: background-color 150ms ease-in-out;
}

@media screen and (max-width: 576px) {
	.cta-bar {
		font-size: 1rem;
	}
}

.cta-bar:hover {
	background-color: #d49d10;
}

#top-nav p {
	color: #203165;
	font-style: italic;
	font-weight: 600;
}
#top-nav select {
	color: #222;
	float: right;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 1em;
}
#top-nav span#menu {
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 4px;
	margin-left: 1em;
	margin-top: 2px;
	padding: 0.2em 0.35em;
}
#top-nav span#menu:hover {
	border: 1px solid rgba(255, 255, 255, 0.35);
	cursor: pointer;
}
.rescard {
	padding: 20px;
	background: white;
	margin-bottom: 30px;
}
.rescard img {
	width: 100%;
}
.rescard a.button {
	color: #203165;
}
.rescard a {
	padding: 10px 20px;
	width: 100%;
	background: #eeb111;
	color: white;
	border-radius: 300px;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: all 300ms ease-in-out;
	display: block;
	text-align: center;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.rescard a:hover {
	background: #f9cd61;
}
.rescard h3 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	margin-top: 0;
}
.rescard p span {
	text-transform: none;
	display: block;
	color: #203165;
}
.padded-photo a {
	color: white;
}
.rescard.stationcard {
	min-height: 950px;
}
.rescard.stationcard p {
	min-height: 0px;
}
.bordertop {
	border-top: 3px white solid;
	padding-top: 30px;
}
.margintop {
	margin-top: 50px;
	display: block;
}

.benefit-icon {
	max-width: 100px;
	padding: 0;
	width: 100%;
}

.current {
	border-bottom: 2px solid #eeb111 !important;
}
a img {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a:hover img {
	opacity: 0.6;
}
#main-nav #sub-nav-list {
	background-color: #789fce;
	clear: both;
	padding: 14px 0 0 25%;
	text-align: center;
}
#main-nav #sub-nav-list li {
	display: inline-block;
	float: none;
	line-height: 0.1em;
}
#main-nav #sub-nav-list li a {
	background-color: #789fce;
	border: 0;
	color: #203165;
	letter-spacing: 0.02em;
	margin-right: 0.5rem;
	padding: 9px 8px;
	text-transform: none;
}
#main-nav #sub-nav-list li:last-of-type a {
	margin: 0;
}
#main-nav #sub-nav-list li a.active {
	background-color: #fff;
}
#main-nav #sub-nav-list li a:hover {
	color: #07184c !important;
	text-decoration: underline !important;
}

.resource-links .noleftpad div {
	padding: 10px;
	border: 2px solid #eeb111;
	border-radius: 5px;
	background: #203165;
}
.scrolly {
	height: 100%;
	overflow: scroll;
}
.stationplanning a {
	border-radius: 0px;
	background: none;
	padding: 0;
}
.stationplanning a:hover {
	border-radius: 0px;
	background: none;
	padding: 0;
}
.resource-links .noleftpad a {
	min-height: 90px;
	font-weight: bold;
	font-size: 0.9em;
	display: inline-block;
	color: white;
	margin-top: 10px;
}
.resource-links .noleftpad i {
	color: #eeb111;
}
#hero {
	background-color: #203165;
	color: #fff;
	margin-bottom: 12rem;
	padding-bottom: 50px;
	position: relative;
	top: 50px;
	width: 100%;
	z-index: 0;
}
.photo-home-header {
	background-image: url("../images/CCJPA-train-color.jpg");
	background-size: cover;
	background-position: center center;
}
.photo-home-question {
	background-image: url("../images/CCJPA-bicycle-boarding-color.jpg");
	background-size: cover;
	background-position: center center;
}
.photo-overview-header {
	background-image: url("../images/CCJPA-overview-color.jpg");
	background-size: cover;
	background-position: center center;
}
.photo-overview-envir {
	background-image: url("../images/CCJPA-bicycle-deboarding-blue.jpg");
	background-size: cover;
	background-position: center center;
}
.photo-overview-station {
	background-image: url("../images/CCJPA-capitol-corridor-blue.jpg");
	background-size: cover;
	background-position: center center;
}
.photo-overview-funding {
	background-image: url("../images/CCJPA-area-color.jpg");
	background-size: cover;
	background-position: center center;
}
.photo-publiceng-header {
	background-image: url("../images/CCJPA-input-color.jpg");
	background-size: cover;
	background-position: center center;
}
.photo-resources-header {
	background-image: url("../images/CCJPA-downtown-color.jpg");
	background-size: cover;
	background-position: center bottom;
}
.photo-contact-header {
	background-image: url("../images/CCJPA-capitol-corridor-blue.jpg");
	background-size: cover;
	background-position: center center;
}
.lefth {
	text-align: left;
}
.tagline {
	font-size: 105%;
	font-style: italic;
	margin-bottom: 0em;
}
.callout {
	background: #b2c8e3;
	margin-bottom: -2rem;
	padding: 0.8rem 1.5rem 1.5rem;
	min-height: 250px;
}
.calloutwhite {
	background: white;
}
.callout.autoheight {
	min-height: 0px;
}
.callout.extraheight {
	min-height: 600px;
}
.callout h2:before {
	content: "";
	font-size: 50%;
	margin-right: 0.5rem;
	vertical-align: middle;
}
.noleftpad {
	padding-left: 0px !important;
}

#project-overview-map {
	padding: 0;
}
#project-overview-map img {
	width: 100%;
}
#project-overview-map span {
	background-color: #77a1c9;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	position: absolute;
	text-align: center;
	transition: 0.2s;
	width: 26px;
}
#project-overview-map span:hover,
#project-overview-map span.rolledover {
	background-color: #305991;
	height: 30px;
	line-height: 30px;
	margin: -2px 0 0 -2px;
	width: 30px;
}
#project-overview-map span:nth-of-type(1) {
	left: 64%;
	top: 44.75%;
}
#project-overview-map span:nth-of-type(2) {
	left: 53.5%;
	top: 67%;
}
#project-overview-map span:nth-of-type(3) {
	left: 39.25%;
	top: 56%;
}
#project-overview-map span:nth-of-type(4) {
	left: 48%;
	top: 57.5%;
}
#project-overview-map span:nth-of-type(5) {
	left: 34.75%;
	top: 59%;
}
#project-overview-map span:nth-of-type(6) {
	left: 37.25%;
	top: 63.25%;
}
#project-overview-map span:nth-of-type(7) {
	left: 53.5%;
	top: 77.5%;
}
#project-overview-map span:nth-of-type(8) {
	left: 46%;
	top: 54%;
}
#project-overview-map span:nth-of-type(9) {
	left: 50%;
	top: 49.5%;
}
#project-overview-map span:nth-of-type(10) {
	left: 11%;
	top: 25%;
}
#project-overview-map span:nth-of-type(11) {
	left: 56.5%;
	top: 38.5%;
}
#project-overview-map span:nth-of-type(12) {
	left: 80%;
	top: 53%;
}
/* Copy/paste above as needed; update nth-of-type and guess-and-check top/left values */

#map-rollovers .map-rollover {
	border-radius: 4px;
	cursor: pointer;
	line-height: 1.2em;
	padding: 10px 10px 10px 50px;
	position: relative;
}
#map-rollovers .map-rollover p {
	font-size: 87%;
	line-height: 1.3em;
	margin: 0;
}
#map-rollovers .map-rollover span {
	font-size: 110%;
	background-color: #77a1c9;
	border-radius: 50%;
	color: #fff;
	height: 26px;
	left: 12px;
	line-height: 26px;
	position: absolute;
	text-align: center;
	top: 10px;
	transition: 0.2s;
	width: 26px;
}
#map-rollovers .map-rollover strong {
	display: block;
}
#map-rollovers .map-rollover:hover,
#map-rollovers .map-rollover.rolledover {
	background: #dcecfc;
}


.billboard {
	margin: 70px 0 0 10%;
	width: 90%;
}
.billboard img {
	width: 100%;
}
.billboard > div {
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
	display: none;
	left: -9999px;
	opacity: 0;
	position: relative;
	top: -9999px;
	transition: 0s;
}
.billboard > div.bb-active {
	left: 0;
	opacity: 1;
	top: 0;
	transition: 0s, opacity 0.5s;
}
.billboard > div > div {
	bottom: 0;
	left: 0;
	position: relative;
}
.billboard > div > div.yellow {
	background: #f4d177;
}
.billboard > div > div.red {
	background: #f3795c;
}
.billboard > div > div.blue {
	background: #98d2df;
}
.billboard > div > div.orange {
	background: #ffab6d;
}
.billboard > div > div.green {
	background: #abce8f;
}
.billboard p {
	color: #203165;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0;
}
.billboard a {
	background: #203165;
	border-radius: 98px;
	color: #fff;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 700;
	height: 32px;
	letter-spacing: 0.03em;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	width: 130px;
}

.billboard > div > div.has-text span {
	color: #203165 !important;
	font-weight: bold !important;
	margin-bottom: 0.5em;
	margin-right: 125px;
}
.billboard > div > div.has-text p {
	margin-bottom: 0.35em;
}
.billboard > div > div.has-text {
	width: 100%;
	padding: 20px 24px 20px;
}
.billboard > div > div.has-link {
	left: 0;
	margin-left: 0;
	padding: 20px 24px 20px;
}
.billboard > div > div.has-text.has-link {
	left: 0;
	margin-left: 0;
}
.billboard > div > div.has-text.has-link p {
	padding-right: 158px;
}
.billboard > div > div.has-text.has-link a {
	margin-top: -16px;
	position: absolute;
	right: 22px;
	top: 50%;
}

.billboard > ul {
	margin: 6px 0 8px;
	padding: 0;
	text-align: center;
}
.billboard > ul li {
	display: inline-block;
	margin: 0 5px;
}
.billboard > ul li.bb-active button {
	background: #aaa;
}
.billboard > ul button {
	height: 11px;
	width: 11px;
}
.billboard > ul button span {
	left: -9999px;
	position: absolute;
}

.partner-logo {
	background: #fff;
	width: 100%;
	margin: 0;
	min-height: 125px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partner-logo img {
	width: 100%;
	max-width: 110px;
	vertical-align: middle;
}

.stats img {
	display: block;
	width: 100%;
	max-width: 100px;
	padding-bottom: 15px;
	position: relative;
	margin: 0px auto;
}
.stats p {
	line-height: 1;
}

.stats .number {
	display: block;
	width: 100px;
	height: 100px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	font-weight: 800;
	border-radius: 100%;
	background-color: #eaebf0;
	color: #203165;
	padding: 20px;
}

.engageactions div {
	padding: 1em;
	text-align: center;
}
.engageactions p {
	line-height: 1.25;
}
.engageactions a {
	text-decoration: none;
}
.engageactions img {
	display: block;
	width: 100%;
	max-width: 100px;
	padding-bottom: 15px;
	position: relative;
	margin: 0px auto;
}
.engageactions span {
	font-size: 125%;
	font-weight: bold;
	display: block;
}

.border-blue {
	border-right: 2px solid #eceef2;
}

/* TRANSLATOR */
#google_translate_element2 {
	display: none;
}
#langaugeselectcont select {
	margin-left: 5%;
	width: 100%;
	max-width: 190px;
}
#langaugeselectcont label {
	color: #0d243a;
	margin-left: 5%;
	width: 90%;
}

/* PROJECT OVERVIEW PAGE */
.area-map {
	width: 100%;
	max-width: 700px;
	border: 1px solid #ccc;
}
.map-legend img {
	width: 80%;
	max-width: 40px;
}
.station-graph img {
	width: 100%;
	max-width: 250px;
}
.station-graph {
	padding: 1rem;
}
.station-graph table {
	margin-top: 3rem;
	text-align: center;
}
.station-graph td {
	color: #203165;
}
.station-graph td:first-of-type {
	color: #203165;
	text-align: left;
}
.station-graph th {
	background-color: #ebf1f8;
	color: #203165;
	text-align: center;
}
.station-graph th:first-of-type {
	color: #203165;
	text-align: left;
}

h4.accordion-header {
	margin-bottom: 0;
	padding: 0 1rem;
	position: relative;
	border-bottom: 0;
}
h4.accordion-header.ceqa-highlight {
	background: #f9cd61;
	margin-bottom: 0;
	padding: 1rem;
	position: relative;
}
h4.accordion-header span {
	left: 0;
	display: inline-block;
	vertical-align: middle;
}

.deir-accordion h4.accordion-header {
	margin-bottom: 28px;
	padding: 0;
}

.ceqa {
	border-radius: 25px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	background: #789fce;
}
.ceqa-title {
	margin-left: 20px;
	width: 80%;
}

.evaluation {
	color: #203165;
	font-size: 60px;
	font-weight: bold;
	line-height: 65px;
}
.criteria {
	height: 100%;
	max-height: 150px;
}
.milestone {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}
.ov-callout {
	border-top: 8px solid #789fce !important;
	color: #203165 !important;
}

/* PUBLIC ENG PAGE */
#publiceng-hero {
	background-color: #203165;
	color: #fff;
	margin-bottom: 6rem;
	position: relative;
	text-align: center;
	top: 25px;
	width: 100%;
	z-index: 0;
}
#publiceng-hero p {
	font-size: 115%;
	max-width: 50em;
	margin: 0px auto;
}

.comm-icon {
	background: #fff;
	font-size: 1.25rem;
	width: 100%;
	margin-bottom: 1rem;
	min-height: 105px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 0.5rem 3.5rem 0.5rem 115px;
	position: relative;
}
.comm-icon {
	background: #fff;
}
.comm-icon img {
	width: 100%;
	max-width: 50px;
	margin: 1em 2em 1em 25px;
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: middle;
}
.communication-strategies p {
	margin: 1em;
}

.comm-content {
	padding-bottom: 0.5em;
}
.comm-content ul {
	font-size: 80%;
}

/* RESOURCES PAGE */
#glossary {
	background-color: #ebf1f8;
}
#document-links p {
	margin-bottom: 0;
}
#document-links a {
	font-weight: bold;
}
.resource-links img {
	width: 100%;
	max-width: 225px;
}
.resource-links p {
	margin-bottom: 0;
}
.resource-links a {
	font-weight: bold;
}

/* FOOTER */
#contact-footer {
	background: #203165;
	color: #fff;
	padding: 2.5rem 0;
}
#contact-footer h2 {
	color: #fff;
	text-align: left;
}
#contact-footer p {
	color: #fff;
}
#contact-footer a {
	color: #fff;
	font-weight: 400;
	transition: background-color 0.2s, color 0.2s;
	text-decoration: none;
}
#contact-footer a:hover,
a:focus {
	color: #eeb111;
	text-decoration: none;
	text-decoration: none;
}
#contact-footer img {
	width: 100%;
	max-width: 175px;
	vertical-align: middle;
}

#utility-footer {
	background-color: #172347;
	color: #fff;
	padding: 1rem 0 0;
}
#utility-footer a {
	color: #eeb111;
	font-weight: 400;
	transition: background-color 0.2s, color 0.2s;
	float: right;
	margin-right: 20px;
	text-decoration: none;
}
#utility-footer a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
	text-decoration: none;
}
#utility-footer li a {
	color: #fff;
	font-weight: 400;
	transition: background-color 0.2s, color 0.2s;
	float: right;
	margin-right: 20px;
	text-decoration: none;
}
#utility-footer li a:hover,
a:focus {
	color: #eeb111;
	text-decoration: none;
	text-decoration: none;
}

.footer-yellow {
	border-left: 3px solid #eeb111;
}
.footer-pink {
	border-left: 3px solid #ed7aa8;
}
.footer-blue {
	border-left: 3px solid #98d2df;
}

/* Accordion  (can remove if not needed)*/
.accordion-header {
	cursor: pointer;
}
.accordion-header i {
	font-size: 0.7em;
	margin-left: 12px;
	transition: transform 0.45s;
	vertical-align: middle;
}
.opened .accordion-header i {
	transform: rotate(180deg);
}
.accordion > div {
	padding: 3px 0;
	margin-top: 15px;
}

#funding-accordions .accordion > div {
	opacity: 0;
	position: relative;
	width: 600%;
}
#funding-accordions .accordion.opened > div {
	opacity: 1;
}
#funding-accordions > div:nth-of-type(2) .accordion > div {
	left: -125%;
}
#funding-accordions > div:nth-of-type(3) .accordion > div {
	left: -250%;
}
#funding-accordions > div:nth-of-type(4) .accordion > div {
	left: -375%;
}
#funding-accordions > div:nth-of-type(5) .accordion > div {
	left: -490%;
}

.accordiont {
	width: 100%;
	padding: 0 5px;
	border: 2px solid #203165;
	cursor: pointer;
	display: flex;
	margin: 10px 0;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-radius: 30px;
}

.accordiont i {
	color: #eeb111;
	transition: all 0.5s ease-in;
}
.accordiont .fa-minus {
	display: none;
}
.active,
.accordiont:hover {
	background-color: #eeb111;
	color: white;
	transition: all 0.5s ease-in;
	border: 2px solid #203165;
}
.active .fa-minus {
	display: block;
}
.active .fa-plus {
	display: none;
}
.accordiont h5 {
	font-size: 1em;
	margin: 0;
	color: #001733;
	padding-left: 5px;
}
.active i,
.active h5,
.accordiont:hover i,
.accordiont:hover h5 {
	color: white;
}
.panal {
	padding: 0 15px;
	border-left: 3px solid #203165;
	margin-left: 25px;
	font-size: 14px;
	text-align: justify;
	overflow: hidden;
	transition: all 0.5s ease-in;
	max-height: 0;
}

.fact {
	text-align: center;
	padding: 1.5em 2em;
	line-height: 150%;
	font-weight: 300;
	font-size: 1.2em;
	text-align: center;
	background: #b2c8e3;
	background-image: url("../images/fact.png");
	background-repeat: no-repeat;
	background-position: top right;
	border-radius: 5px;
	font-weight: bold;
}

button {
	width: 160px;
	height: 50px;
	font-size: 1.1em;
	border-radius: 25px;
	border-style: none;
	color: #fff;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	margin: 0 auto;
}
button:focus {
	outline: none;
}
button:active {
	border: 0;
}

button:hover {
	cursor: pointer;
	background-color: #203165;
}

.fade {
	opacity: 0;
}

.horline {
	height: 20px;
	width: 3px;
	background: #eeb111;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

button:hover ~ .horline {
	background: #203165;
}
button:hover ~ .horline:after {
	border-color: #203165 transparent transparent transparent;
}

.horline:after {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #eeaf11 transparent transparent transparent;
	position: absolute;
	bottom: -4px;
	left: -12.5px;
}

/* Modal Window   (can remove if not needed)*/
.modal-window {
	height: 100%;
	left: 0;
	position: fixed;
	top: -120%;
	transition: top 0.95s;
	width: 100%;
	z-index: 9999;
}
.modal-window.showing {
	top: 0;
}
.modal-window > span {
	background-color: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.modal-window > span > span {
	color: #fff;
	font-size: 3em;
	line-height: 0.6em;
	padding: 13px 15px;
	position: absolute;
	right: 0;
	top: 0;
	transition: color 0.2s;
}
.modal-window > span > span:hover {
	color: #ddd;
}
.modal-window > div {
	background-color: #fff;
	border: 1px solid #333;
	box-shadow: 1px 63px 58px 0 #111;
	margin: -84px auto 0;
	max-height: 84%;
	overflow: auto;
	padding: 12px 16px;
	position: relative;
	transition: 1s ease-in-out 0.1s;
	width: 70%;
}
.modal-window > div img {
	width: 100%;
}
.modal-window.showing > div {
	box-shadow: 4px 13px 28px 0 #111;
	margin-top: 35px;
}

.resp-container {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.resp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*********************************************/
/******   Custom CSS  ************************/
/*********************************************/

.resourcefeature {
	background: #fff;
	border: 1px solid #c2c7d5;
	padding: 2em 1.5em 1.5em;
	text-align: center;
}
.resourcefeature p {
	font-size: 115%;
	margin-bottom: 0;
	padding-bottom: 0;
}
.resourcefeature img {
	border: 1px solid #ddd;
	display: block;
	margin: 0px auto;
	margin-bottom: 1.25em;
	position: relative;
	width: 100%;
	max-width: 150px;
}

.resourcelink {
	background: #203165;
	border: 2px solid #eeaf11;
	padding: 2.25em 2em 1.25em;
	text-align: center;
}
i.white {
	color: #fff;
	font-size: 80%;
}
.resourcelink p {
	font-size: 125%;
	margin-bottom: 0;
	padding-bottom: 0;
}
.resourcelink span {
	color: #fff;
	display: block;
	font-size: 11pt;
	line-height: 1.5 !important;
	margin: 1.5em 0 1em;
	padding-bottom: 0;
}
.resourcelink p a {
	color: #fff;
}
.resourcelink img {
	display: block;
	margin: 0px auto;
	margin-bottom: 1.25em;
	position: relative;
	width: 100%;
}

.granicus-video-embed {
    width: 100%;
    height: 48vw;
}

@media (min-width: 992px) {
    .granicus-video-embed {
        height: 20.5vw;
    } 
}

/*********************************************/
/****** Media Queries ************************/
/*********************************************/
/* Add more queries as needed; 992px is the column breakpoint for "medium"  columns in Bootstrap */
@media screen and (max-width: 1415px) {
	.main {
		margin-top: 60px;
	}
	#hero .maxwidth {
		max-width: 94%;
	}
}

@media (max-width: 1260px) {
	.rescard p {
		min-height: 100px;
	}
	.resource-links .noleftpad a {
		min-height: 110px;
	}

	#map-rollovers .map-rollover {
		font-size: 0.85em;
	}
}

@media (max-width: 1200px) {
	.partner-logo {
		margin-bottom: 1rem;
		min-height: 175px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.partner-logo img {
		width: 100%;
		max-width: 100px;
		vertical-align: middle;
	}

	.comm-icon img {
		max-width: 60px;
	}
	.resource-links .noleftpad a {
		min-height: 130px;
	}
}

@media (max-width: 1200px) {
	.partner-logo {
		min-height: 70px;
	}
}

@media screen and (max-width: 992px) {
	.vertical-centered > div {
		margin: 0;
	}
	.resource-links .noleftpad a {
		min-height: 0px;
		display: block;
	}
	h1 {
		font-size: 2.2em;
		margin: 20px 0 20px;
	}
	h2 {
		font-size: 1.7em;
		margin: 12px 0 15px;
	}
	h3 {
		font-size: 1.4em;
		margin: 20px 0 0;
	}
	h4 {
		font-size: 1.3em;
		margin: 28px 0 0;
	}
	h5 {
		font-size: 1.2em;
		margin: 26px 0 0;
	}
	h6 {
		font-size: 1.1em;
		margin: 26px 0 0;
	}
	p,
	li {
		font-size: 0.9em;
		line-height: 1.35em;
	}
	.button {
		font-size: 0.8em;
		border-radius: 12px;
		padding: 4px 12px 3px;
	}
	table tr {
		font-size: 1em;
		padding: 2px;
	}
	table tr th {
		padding: 4px 10px;
	}
	table tr td {
		padding: 4px 10px;
	}
	.maxwidth {
		max-width: 96%;
		margin: 0 auto;
	}
	.callout {
		min-height: 0px;
		margin-bottom: 30px;
	}
	.callout.extraheight {
		min-height: 0px;
	}
	#modal-window > span > span {
		font-size: 1.8em;
		padding: 8px;
	}
	#modal-window > div {
		font-size: 0.9em;
		height: 85%;
		padding: 8px 10px;
		width: 90%;
	}
	#modal-window.showing > div {
		margin-top: 34px;
	}
	.resource-links .noleftpad p {
		min-height: 0px;
	}
	.resource-links img {
		max-width: 80px;
	}
	.rescard.stationcard {
		min-height: 0px;
	}
	#main-nav #sub-nav-list {
		padding: 12px 12% 0;
	}
	#main-nav #sub-nav-list li {
		line-height: 0;
		margin: 0;
	}
	.three-col {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.four-col {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	p.logo-caption {
		min-height: 95px;
	}
	.modal-window > span > span {
		font-size: 1.8em;
		padding: 8px;
	}
	.modal-window > div {
		font-size: 0.9em;
		height: 85%;
		padding: 8px 10px;
		width: 90%;
	}
	.modal-window.showing > div {
		margin-top: 34px;
	}

	.partner-logo {
		min-height: 125px;
	}

	.billboard {
		margin: 0 auto -130px;
		width: 70%;
	}

	#project-overview-map {
		margin: 0 auto 14px;
		max-width: 300px;
		width: 90%;
	}
	#map-rollovers .col-md-6 {
		float: left;
		width: 50%;
	}

	#funding-accordions .accordion > div {
		left: 0 !important;
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	.main {
		font-size: 1.75em;
		text-align: center !important;
	}
	.tagline {
		text-align: center;
	}
	.logo-img {
		text-align: center;
	}
	.mob-show {
		display: block;
	}
	.tag {
		font-size: 18px;
	}
	#main-nav #sub-nav-list {
		padding: 8px 8% 4px;
	}
	#main-nav #sub-nav-list li {
		line-height: 0em;
		margin-bottom: -4px;
	}
	.button {
		font-size: 14px;
	}
	.padded {
		padding: 4rem 0rem;
	}
	.padded-top {
		padding: 3.5rem 0rem 0rem;
	}
	.padded-bottom {
		padding: 0rem 0rem 3.5rem;
	}
	.padded-photo {
		padding: 4rem 0rem 3rem;
	}
	.photo-overview-header {
		padding-top: 10rem;
	}
	.photo-contact-header {
		padding-top: 10rem;
	}
	.photo-publiceng-header {
		padding-top: 10rem;
	}

	.partner-logo {
		min-height: 135px;
	}

	.comm-icon img {
		max-width: 50px;
	}
	.criteria {
		height: 100%;
		max-height: 85px;
	}
	.station-graph img {
		max-width: 150px;
	}

	#document-links p {
		margin-left: 2rem;
	}

	#contact-footer div {
		text-align: center;
	}
	#contact-footer h2 {
		text-align: center;
		padding-top: 1em;
	}
	#contact-footer p {
		max-width: 33em;
		margin: 0px auto;
		padding: 0 1em 1em 1em;
	}
	#contact-footer img {
		margin: 0px auto;
		padding: 0 1em 1em 1em;
	}

	.billboard {
		width: 98%;
	}
	.billboard > div > div.has-text {
		font-size: 0.8em;
		padding: 8px 18px;
	}
	.billboard > div > div.has-link {
		font-size: 0.8em;
		margin-left: -83px;
		padding: 8px 18px 10px;
	}
	.billboard > div > div.has-text.has-link {
		width: 100%;
	}
	.billboard > div p {
		margin: 0 !important;
		padding: 0 !important;
	}
	.billboard > div > div.has-text.has-link a {
		display: block;
		height: 24px;
		line-height: 24px;
		margin: 6px auto 0;
		position: static;
	}
	.billboard > ul li {
		margin: 0 5px;
	}
	.billboard > ul button {
		height: 18px;
		width: 18px;
	}
}

@media screen and (max-width: 576px) {
	#publiceng-hero p {
		font-size: 100%;
	}
	.mob-hide {
		display: none;
	}
	#main-nav #sub-nav-list {
		display: none;
	}
	.photo-overview-header {
		padding: 4rem 0;
	}
	.photo-contact-header {
		padding: 4rem 0;
	}
	.photo-publiceng-header {
		padding: 4rem 0;
	}

	#utility-footer p {
		text-align: center;
	}
	.social-icons {
		float: right;
		margin: 0px auto;
		margin-top: 0.45rem;
	}

	#logo {
		display: none;
	}
	.sidenav a {
		font-size: 150%;
	}

	#map-rollovers .col-md-6 {
		float: left;
		padding-bottom: 0;
		width: 100%;
	}
}

@media screen and (max-width: 475px) {
	.row p,
	.row h2,
	.row h3,
	.row h4 {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

/* Add if printing is necessary */
@media print {
}
