html, body { color: #253646; font-family: 'franklin-gothic-urw', sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; height: 100%; width: 100%; }
.container { height: 100%; padding: 0; width: 100%; }

/* Links */
a { transition: background-color .2s, color .2s; }
a:hover,
a:focus { text-decoration: none; }

/* Headers */
h1 { font-size: 3.3em; margin: 30px 0 22px;}
h2 { font-size: 2.2em; margin: 12px 0 0; }
h3 { font-size: 1.8em; margin: 28px 0 0; }
h4 { font-size: 1.6em; margin: 28px 0 0; }
h5 { font-size: 1.4em; margin: 26px 0 0; }
h6 { font-size: 1.3em; margin: 26px 0 0; }

/* Paragraphs & Lists */
p { line-height: 1.5em; margin: 16px 0 6px; }
ul, ol { margin: 16px 0 10px; }
li {  line-height: 1.4em; margin-bottom: 8px; }

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

.mb-0 {
    margin-bottom: 0px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}

/* 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: #c47; border-radius: 14px; border: 0; color: #fff; letter-spacing: .05em; margin-top: 14px; padding: 4px 16px; transition: background-color .2s; }
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover { background-color: #b16; }

/* Map Specific */
#map-area { height: 100%; overflow: hidden; position: relative; width: 100%; }
#map { height: 100%; width: 100%; }

/* Lightbox */
.lightbox img { width: 100%; }
.lightbox > button { background-color: rgba(0,0,0,.75); border: 0; cursor: pointer; height: 0; left: -100%; margin: 0; position: absolute; top: 0; transition: height .4s, left 0s ease-in-out .4s; visibility: hidden; width: 100%; }
.lightbox > div { top: 80px; }
.lightbox > div .close-lightbox { background: 0; border: 0; color: #fff; font-size: 3em; display: none; position: absolute; right: 10px; top: 0; }
.lightbox > div .close-lightbox span { left: -9999px; position: absolute; }
.lightbox.enhanced { height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 5555; }
.lightbox.enhanced > button { height: 100%; left: 0; transition: height .6s, left 0s; visibility: visible; }
.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: .8s; width: 86%; }
.lightbox.enhanced > div .close-lightbox { display: block; }

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

.header { background-color: #069; background-image: url("../images/top-bg.jpg"); box-shadow: 0 0 8px 0 #333; height: 80px; padding: 12px 30px 0 20px; position: fixed; top: 0; transition: background .2s; width: 100%; z-index: 1; }
.header img { height: 54px; }
h1 { font-family: 'franklin-gothic-urw', sans-serif; border-left: 2px solid #fff; color: #fff; display: inline-block; font-size: 1.6em; margin: 0 0 0 24px; padding-left: 26px; vertical-align: middle; width: 60%; font-weight: 700;}

h3 { color: #008eaa; font-size: 2em; font-weight: 700; }
h4 { color: #c55323; font-size: 1.15em; font-weight: 600; margin-bottom: 20px; }
h3 span { font-weight: 400; }
h4 span { font-weight: 400; }

.header .nav { float: right; padding-top: 6px; }
.header .nav ul { display: inline-block; margin-top: 0; margin-right: 6px; }
.header .nav ul li { display: inline-block; margin: 0 10px; }
.header .nav ul li.for-project-map { display: none; }
.header .nav ul li a { border-radius: 4px; display: block; padding: 3px; position: relative; }
.header .nav ul li a:hover { background: #004f77; }
.header .nav ul li a img { height: auto; width: 40px; }
.header .nav ul li a span { left: -9999px; opacity: 0; position: absolute; }
.header .nav ul li:first-of-type a:hover span { background: #2d75ac; color: #fff; font-weight: 700; left: -150px; opacity: 1; padding: 3px 6px; text-align: center; top: 8px; transition: left 0s, opacity .2s; width: 140px; }


body, html, .container { height: 100%; width: 100%; }
#map-area { height: 100%; padding-top: 80px; transition: padding .2s; width: 100%; }
#map { height: 100%; width: 100%; }

.gm-style-iw button { display: none !important; }
.gm-style .gm-style-iw-t::after { display: none; }
.gm-style .gm-style-iw-c { background: #f4d5a6 !important; border-radius: 0; box-shadow: none; font-weight: 700; padding: 0; }
.gm-style .gm-style-iw-c.blue { background: #c8dee9 !important; }
.gm-style .gm-style-iw-d { overflow: auto !important; max-width: 200px; padding: 8px; text-align: center; }

.full-screen { background: transparent; border: 0; padding: 0; position: absolute; right: 14px; text-align: center; top: 92px; transition: background .2s; width: 40px; }
.full-screen img { width: 100%; }
.full-screen img[src*="normal"] { display: none; }
.full-screen span { left: -9999px; position: absolute; top: -9999px; }

#explore { left: 70px; position: absolute; top: 148px; transition: top .3s; }
#explore button { background: #738149; border: 0; color: #fff; display: block; padding: 8px 12px; text-align: left; transition: background .2s; width: 240px; }
#explore button:hover { background: #5f6e34; }
#explore button img { float: right; margin-top: 6px; width: 12px; }
#explore > button { box-shadow: 0 3px 8px -3px #333; font-weight: 700; letter-spacing: .15em; position: relative; text-transform: uppercase; z-index: 1; }
#explore > button img { margin-top: 6px; width: 16px; }
#explore div { display: none; }
#explore.interacting > div { display: block; z-index: 1; position: relative; }
#explore > div > button:first-of-type { background: #2f6086; }
#explore > div > button:last-of-type img { margin-top: 4px; }

#explore h2 { border-bottom: 1px solid #555; font-size: 1em; }
#explore.showing-components > div > div { background: #dadada; color: #555; display: block; margin-top: 12px; position: relative; }
#explore > div > div:after { border: 10px solid transparent; border-bottom-color: #dadada; bottom: 100%; content: ""; left: 22px; position: absolute; }
#explore > div > div ul { display: inline-block; font-size: .9em; list-style-type: none; margin: 0; padding: 1px 18px 10px; vertical-align: top; width: 260px; }
#explore > div > div ul li { line-height: 1em;  margin: 8px 0; }
#explore > div > div ul li a { color: #555; }
#explore > div > div ul li a:hover { color: #000; }

#search-location input { display: none; }
#search-location label { display: inline; font-weight: 400; }
#search-location.searching label { display: none; }
#search-location.searching input { color: #253646; display: inline-block; font-size: .8em; margin: 0; width: 88%; }

.in-fullscreen #map-area { padding-top: 0; }
.in-fullscreen .header { background-color: transparent; background-image: none; box-shadow: none; }
.in-fullscreen .header h1 { display: none; }
.in-fullscreen .header img { display: none; }
.in-fullscreen .header .nav { display: none; }
.in-fullscreen .full-screen { top: 14px; z-index: 1; }
.in-fullscreen .full-screen img { display: none; }
.in-fullscreen .full-screen img[src*="normal"] { display: inline-block; }
.in-fullscreen #explore { top: 64px; }

.map-nav { bottom: 30px; left: 32px; position: absolute; }
.map-nav ul { list-style-type: none; margin: 0; padding: 0; }
.map-nav ul li { margin-bottom: 38px; }
.map-nav ul a { display: block; left: 30px; position: relative; top: 10px; }
.map-nav ul a img { height: 100px; left: -30px; position: absolute; top: -10px; vertical-align: middle; z-index: 1; }
.map-nav ul a > span { background: #2d75ac; border-radius: 100px 0 0 100px; box-shadow: 0 4px 8px -4px #666; color: #fff; display: block; font-weight: 700;  height: 70px; margin-left: -100px; opacity: 0; padding-left: 70px; text-align: center; transition: background .2s; width: 360px; }
.map-nav ul a:hover > span { margin-left: 0; opacity: 1; transition: margin-left .45s, opacity .3s ease-in-out .1s; }
.map-nav ul a > span:after { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
.map-nav ul a > span > span { display: inline-block; font-size: 1.4em; line-height: 1.1em; vertical-align: middle; width: 84%; }

#cover-screens { height: 100%; left: -100%; padding-top: 80px; position: absolute; top: 0; width: 100%; }
.screen { height: 100%; left: 0; opacity: 0; position: absolute; top: 0; transition: opacity .1s, left 0s ease-in-out .1s; width: 100%; z-index: 100; }
.in-fullscreen .screen { z-index: 2; }
.screen.showing { left: 100%; opacity: 1; transition: left 0s, opacity .25s; }
.screen > span { background-color: #000; background-color: rgba(0,0,0,.68); cursor: pointer; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.screen > span > span { color: #fff; font-size: 4em; line-height: .6em; position: absolute; right: 18px; top: 97px; }
.screen > div { background-color: #fff; bottom: 64px; box-shadow: 0 8px 16px -4px #000; left: 19%; overflow-x: hidden; padding: 18px 32px; position: absolute; right: 5%; top: 41px; width: 62%; }

.rect-button { background: #2f6086; box-shadow: 0 4px 8px -4px #222; color: #fff; display: block; font-size: .85em; line-height: 1.7em; margin-bottom: 0; padding: 12px 24px; }
.rect-button:hover { background: #214c6e; color: #fff; }
.rect-button img { display: inline-block; height: 18px; margin-left: 5px; vertical-align: middle; }

#legend { background: #fff; font-size: .85em; padding: 16px 26px 14px 20px; position: absolute; top: 92px; right: 66px; width: 240px; }
#legend ul { list-style-type: none; margin: 0; padding: 0; }
#legend ul li { padding-left: 26px; position: relative; }
#legend ul li span { background: #cc8a28; border-radius: 50%; height: 18px; left: 0; position: absolute; width: 18px; }
#legend ul li:nth-of-type(2) span { background: #2f6086; border-radius: 50%; height: 18px; left: 0; position: absolute; width: 18px; }
#legend ul li:last-of-type span { background: #6f9115; }
.in-fullscreen #legend { top: 16px;  }

#introduction { background-color: #333; background-color: rgba(0,0,0,.7); background-size: cover; background-position: bottom; color: #fff; z-index: 1; }
#introduction > div { background-color: #4081b4; background-image: url("../images/intro-bg.jpg"); background-size: cover; bottom: auto; left: 15%; max-height: 67%; padding-left: 50px; padding-bottom: 0; top: 120px; width: 70%; }
#introduction h2 { color: #fff; font-size: 2.8em; font-weight: 700; margin-bottom: 24px; text-shadow: 0 4px 3px #000; }
#introduction h2 span { display: block; font-size: .75em; font-weight: 400; margin-bottom: 8px; text-shadow: none; }
#introduction h2 span:last-of-type { font-size: 1.8em; letter-spacing: .16em; line-height: .95em; margin-top: 12px; text-transform: uppercase; }
#introduction p { font-size: 1.1em; }
#introduction #intro-body { width: 58%; }
#introduction #intro-body blockquote {border-left: solid 5px #cc8a28;}
#introduction em { display: block;  margin-top: 20px; }
#introduction a[href*="map-area"] { background: #cc8a28; float: right; position: relative; right: 3%; top: -90px; text-align: center; }
#introduction a[href*="map-area"] span { display: inline-block; font-size: 1.6em; font-weight: 700; padding: 0; position: relative; text-transform: uppercase; vertical-align: middle; }
#introduction a[href*="map-area"]:hover { background: #aa6e14; color: #fff; }

.main-panel > div { background: url("../images/white-bg.jpg"); padding: 0 0 18px; }
.main-panel > div > div { padding: 32px 8% 60px; }
.panel-header { background-image: url("../images/about_bg.jpg"); background-size: cover; background-position: bottom; height: 320px; margin-bottom: 40px; position: relative;  }
.panel-header h2 { background: #2f6086; border-radius: 2px; color: #fff; font-size: 1.5em; margin: 0; max-width: 50%; position: absolute; right: 0; top: 54px; width: auto; }
.panel-header h2 span { display: block; font-size: 1.2em; letter-spacing: .02em; line-height: 1.2em; padding: 12px 20px 16px; position: relative; }
.panel-header:after { background: #2f6086; background: linear-gradient( 90deg, #2f6086 40%, #73950e ); content: ""; height: 22px; left: 0; position: absolute; top: 100%; width: 100%; }
.main-panel h3 { color: #555; }
.main-panel h4 { color: #2f6086; }
.gray-bg { background: #f2f2f2; }

.main-panel > div > div:last-of-type .rect-button { display: inline-block; font-size: 1.3em; margin-top: 18px; }
.main-panel > div > div:last-of-type .rect-button:first-of-type img { margin: 0 5px 0 0; transform: rotate(180deg); }
.main-panel > div > div:last-of-type .rect-button:last-of-type { float: right; }

.styled-links { list-style-type: none; margin: 28px 0 0; padding: 0; }
.styled-links li { margin: 16px 0; }
.styled-links a { color: #000; display: block; font-weight: 700; padding: 3px 14px 3px 14px; position: relative; }
.styled-links a:after { background: #2f6086; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 2px; }
.styled-links a:hover { color: #2f6086; }

#study-overview .panel-header { background-image: url("../images/header-img-overview.jpg"); }
.teal-subheader { background: #008996; padding-bottom: 28px; text-align: center; }
.teal-subheader p { color: #fff; font-size: 1.2em; margin: 0; padding: 26px 4% 8px; }

#improvements .panel-header { background-image: url("../images/hero-img-improvements.jpg"); }
#improvements .row img { width: 100%; }

#about-top a { background: #738149; float: right; font-size: 1.4em; font-weight: 700; margin: 0 0 18px 60px; text-align: center; }
#about-top a:hover { background: #616e39; color: #fff; }
#about-top a img { display: block; margin: 0 auto 2px; height: 28px; }

#program-components { padding: 42px 4% 0; text-align: center; }
#program-components > div { display: inline-block; margin: 0 3% 28px; vertical-align: top; width: 18%; }
#program-components > div img { margin-bottom: 18px; width: 100%; }

#study-considerations .row > div:first-of-type { padding-right: 4%; }
#study-considerations ul { list-style-type: none; padding-left: 18px; }
#study-considerations img { height: 20px; }

#money-estimates { background: #738149; color: #fff; padding: 2px 3% 28px; }
#money-estimates h3 { color: #fff; }
#money-estimates div { background: #aabd70; margin: 14px 0; padding: 12px 20px; width: 100%; }
#money-estimates table { width: 100%; }
#money-estimates table tr > * { border: 1px solid #fff; border-width: 1px 1px 0 0; padding: 6px 8px; }
#money-estimates table tr > td { border-right: 0; }
#money-estimates table thead tr > * { border: 0; border-bottom: 5px solid #2f6086; color: #2f6086; font-weight: 700; }
#money-estimates table tbody tr > th { font-weight: 400; }

#community-benefits div { background: #d07779; border: 18px solid #85181a; color: #fff; margin-top: 16px; padding: 24px 32px; width: 80%; }
#community-benefits table { width: 100%; }
#community-benefits table tr > * { border: 1px solid #fff; border-width: 0 1px 1px 0; padding: 8px 12px; }
#community-benefits table tr > th:first-of-type { padding-left: 0; }
#community-benefits table thead tr > th:last-of-type { border-right: 0; }
#community-benefits table tbody tr > th { font-weight: 400;  }
#community-benefits table tr > td:last-of-type { border-right: 0; }
#community-benefits table tbody tr:last-of-type > * { border-top-width: 5px; border-bottom: 0; font-weight: 700; }

#agency-marquee { overflow: hidden; position: relative; width: 100%; }
#agency-marquee div { left: 0; position: relative; }
#agency-marquee img { float: left; margin-right: 14px; width: 150px; }

#news .panel-header { background-image: url("../images/news_bg.jpg"); }
#in-the-news a { margin: 16px 0; }
#in-the-news a h4 { color: #000; font-size: 1.1em; font-weight: 700; margin: 0; }
#in-the-news a p { font-weight: 400; margin: 4px 0 0; }

.event-ann span {font-size: 16px; padding-top: 15px; display: block;}
.event-ann a {color: #cc8a28; font-weight: bold;}
.event-ann a:hover {color: #aa6e14; transition: 0.5s all;}

#resources .panel-header { background-image: url("../images/news_bg.jpg"); }
.resource-docs div { clear: both; margin: 30px 0; overflow: auto; padding-bottom: 10px; }
.resource-docs a { float: left; font-weight: 700; line-height: 1.1em; margin: 0; padding: 0; margin-right: 2%; text-align: center; width: 23.5%; }
.resource-docs a:nth-of-type(4) { margin-right: 0; }
.resource-docs a img { margin-bottom: 4px; width: 94%; }
#resources .gray-bg { clear: both; }

.map-panel > div { background: url("../images/white-bg.jpg"); padding: 0 0 18px; }
.map-panel > div { padding: 0 0 18px; width: 62%; height: 90%; left: 19%; }
.map-panel h2 { color: #fff; font-size: 1.6em; font-weight: 700; margin: 0; padding: 16px 240px 16px 4%; position: relative; }
.project { background: linear-gradient(to right, #cc8a28 50%, #c55323); position: relative; }
.transit-project { background: linear-gradient(to left, #2F6086 50%, #73950E); }
.completed-project { background: linear-gradient(to left, #738149 50%, #6F9115); }
.project > div { color: #fff; font-weight: 700; position: absolute; right: 0; top: 15px; }
.project > div img { display: inline-block; height: 34px; margin-right: 8px; vertical-align: middle; }
.project > div span { display: inline-block; font-size: .9em; line-height: 1.2em; vertical-align: middle; width: 160px; }

.project > .announcement { background: #474066; position: relative; right: 0; top: 0; }
.project > .announcement h3 { color: #fff; font-size: 1.5em; font-weight: 400; margin-top: 0; padding: 7px 130px 7px 12px; }
.project > .announcement h3 img { margin-right: 4px; }
.project > .announcement h3 strong { margin-right: 10px; text-transform: uppercase; }
.project > .announcement a { background: #b8b0d7; border-radius: 4px; box-shadow: 0 4px 8px -2px #000; color: #000; font-size: 1.2em; padding: 3px 8px;}
.project > .announcement a:hover { background: #a79eca; }
.project > .announcement h3.flex {
    display: flex;
    align-items: center;
    padding: 10px 12px;
}
.project > .announcement h3.flex img {
    margin-right: 10px;
}
.project > .announcement .details {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 57px;
    padding-right: 12px;
}

@media screen and (max-width: 790px) {
    .project > .announcement h3 strong {display: block;}
    .project > .announcement .details {
        padding-left: 49px;
    }
}

.project-details { background: #f2f2f2; box-shadow: 0 4px 8px -4px #333; margin-bottom: 14px; padding: 26px 0 30px 3%; }
.project-details p { margin-top: 6px; padding-right: 20px; }
.project-details .col-sm-7 { padding-right: 0; }
.project-details .col-sm-7 h3:first-of-type { margin-top: 0; }
.project-details .col-sm-7 > div { background: #738149; color: #fff; float: right; margin-top: 20px; margin-left: 18px; padding: 12px 18px; }
.project-details .col-sm-7 > div h3 { color: #fff; }
.project-details .col-sm-7 a { font-weight: 700; }
.lightbox small { border-top: 1px solid #555; display: block; font-style: italic; margin-top: 14px; padding-top: 6px; }

.panel-content { font-size: 1.1em; overflow: auto; padding: 38px 6%; }
.panel-content h3 { color: #069; display: inline-block; font-size: 1.3em; position: relative; }
.panel-content .panel-next { background: #069; box-shadow: 0 4px 8px -4px #333; color: #fff; float: right; font-size: .9em; line-height: 1.2em; margin: 30px 0 44px; padding: 12px 14px; }
.panel-content .panel-next:hover { background: #004e75; }
.panel-content .panel-next span { display: inline-block; vertical-align: middle; width: 80%; }
.panel-content .panel-next img { display: inline-block; height: 20px; margin-left: 4%; vertical-align: middle; }

.panel-content .rect-button { float: right; font-size: 1.3em; font-weight: 700; margin-top: 40px; text-transform: uppercase; }

#clients {display: block; margin-left: auto; margin-right: auto; }
#clients .clients-wrap {	display: block; margin: 0 auto; overflow: hidden; }
#clients .clients-wrap ul { display: block; list-style: none; position: relative;	margin-left: auto; margin-right: auto; }
#clients .clients-wrap ul li { display: block; float: left; position: relative; width: 220px; height: 100px; line-height: 100px; text-align: center; }
#clients .clients-wrap ul li img { vertical-align: middle; max-width: 100%; max-height: 100%; -webkit-transition: 0 linear left; -moz-transition: 0 linear left; transition: 0 linear left; }
li.spacerli {width:40px!important}

.only-mobile { display: none !important; }

.open-house-material img { box-shadow: 0 8px 8px -4px #666; width: 100%; }
.open-house-material span { display: block; font-weight: 700; line-height: 1.2em; margin: 18px auto 0; text-align: center; width: 180px; }

/*********************************************/
/****** Media Queries ************************/
/*********************************************/

@media screen and (min-width: 1800px) {
    body { font-size: 20px; }
    #explore button { width: 340px; }
    .map-nav ul a > span > span { font-size: 1.2em; }
    #corridors .row a { font-size: 1.1em; }

    .header { padding-top: 9px; }
    h1 { font-size: 1.4em; }

    .project > .announcement h3 {  padding: 10px 130px 10px 18px; }
}

@media screen and (max-width: 1337px) {
    #introduction > div {max-height: 84%; top: 52px;}
    .map-nav ul a > span {width: 255px;}
}

@media screen and (max-width: 1300px) {
    .header { height: 64px; padding-top: 10px; }
    .header h1 { font-size: 1.2em; height: 36px; width: 50%; }
    .header h1:after { border-width: 18px 8px; }
    .header img { height: 40px; }
    .header .nav { padding: 0; }
    .header .nav ul { margin-right: 2px; }
    .header .nav ul li { margin: 3px 8px 0; }
    .header .nav ul li a img { width: 28px; }
    .header .nav ul li ul { padding-bottom: 3px; }
    .header .nav ul li ul li a i { font-size: 1.3em; }
    .header .nav ul li ul li a img { height: 15px; margin-top: -4px; }
    h3 { font-size: 1.7em; }

    .teal-subheader p { color: #fff; font-size: 1em; margin: 0; padding: 26px 5% 0; }
    #study-considerations .col { font-size: .8em; }

    #timeline-boxes > div { font-size: .8em; }

    #map-area { padding-top: 60px; }
    #cover-screens { padding-top: 60px; }
    .full-screen { top: 74px; }
    .screen > div { bottom: 48px; left: 12%; top: 90px; width: 76%; }
    .screen > span > span { top: 20px; }

    .map-nav { bottom: 6px; left: 8px; }
    .map-nav ul li { margin-bottom: 32px; }
    .map-nav ul a > span { font-size: .75em; height: 54px; line-height: 1.2em; margin-left: 0 !important; opacity: 1 !important; padding-left: 60px; width: 280px; }
    .map-nav ul a img { height: 80px; left: -20px; top: -9px; }

    #introduction > div { left: 5%; padding-left: 30px; width: 90%; top: 78px }
    #introduction h2 { font-size: 2.4em; }

    .rect-button { font-size: .7em; padding: 10px 16px; }
    .rect-button img { height: 16px;  }

    #program-components > div span { display: block; line-height: 1.1em; }

    .resource-docs a { font-size: .9em; }

    .panel-header { height: 330px; }
    .panel-header h2 { top: 44px; }
    .panel-header h2 span { font-size: 1em; }
    
    .map-panel > div { height: auto; left: 5%; width: 90%; }
    .map-panel h2 { font-size: 2em; padding: 14px 240px 14px 4%; }
    .map-panel h2 span { display: inline-block; width: 80%; }
    .map-panel h2 img { height: 36px; margin-top: -2px; }
    .map-panel .panel-content { padding: 22px 4%; }

    #explore { top: 130px; }

    #legend { font-size: .75em; padding: 14px 10px 10px 14px; top: 75px; width: 190px; }
}

@media screen and (max-width: 790px) {
    .header { height: 68px; padding: 5px 12px; text-align: center; }
    .header h1 { border: 0; display: inline; font-size: 1em; line-height: 1em; margin: 0 0 6px 4px; padding: 3px 0 0; vertical-align: middle; width: auto; }
    #map-area { padding-top: 80px; }
    .full-screen { top: 90px; }

    .header > img { display: inline; height: 26px; margin: 0 auto; }
    .header .nav { float: none; position: relative; text-align: center; z-index: 1; }
    .header .nav ul { margin: 0; padding: 0; }
    .header .nav ul li { margin: 0 2px; }
    .header .nav ul li a img { height: 20px; width: auto; }
    .header .nav ul li:hover ul { right: 10%; width: 80%;}
    #langaugeselectcont select { font-size: .75em; position: relative; top: -12px; width: 120px; }

    #introduction a[href*="map-area"] { float: none; }

    .only-mobile { display: block !important; }
    .lightbox img { max-width: 440px; width: 100%; }
    .lightbox.enhanced a { display: block; overflow: auto; }
    .lightbox.enhanced img { max-width: 600%; width: 260%; }

    h3 { font-size: 1.4em; }

    .map-nav { bottom: 0; left: 0; width: 100%; }
    .map-nav ul li { margin: 0; }
    .map-nav ul li { float: left; width: 50%; }
    .map-nav ul li:nth-of-type(1) { width: 100%; }
    .map-nav ul li:nth-of-type(3) { border-left: 1px solid #fff; }
    .map-nav ul li a { border-top: 1px solid #fff; margin: 0; left: 0; text-align: center; top: 0; width: 100%; }
    .map-nav ul li:nth-of-type(odd) a { border-right: 1px solid #fff; }
    .map-nav ul a > span { border-radius: 0; height: 30px; line-height: 1.2em; padding: 0; width: 100%; }
    .map-nav ul a > span > span { font-size: 1em !important; line-height: 1.1em !important; }
    .map-nav ul a img { display: none; height: 40px; left: -16px; top: -2px; }

    #explore { font-size: .75em; left: 58px; top: 138px; }
    #explore button { padding: 6px 11px; width: 214px; }
    #explore button img { margin-top: 5px; width: 14px; }
    #explore > div button img { margin-top: 3px; width: 12px; }
    #explore > div button:last-of-type img { width: 10px; }
    #explore > div > div { box-shadow: 0 4px 8px -4px #333; font-size: .95em; margin-left: -48px; width: 100%; }
    #explore > div > div:after { border-width: 8px; left: 70px; }
    #explore > div > div ul { padding: 3px 4px; width: 44%; }

    #legend { bottom: 60px; font-size: .6em; padding: 8px 4px 3px 6px; right: 0; top: auto; width: 100%; }
    #legend ul li { display: inline-block; line-height: 1em; margin-bottom: 6px; margin-right: 12px; padding-left: 18px; }
    #legend ul li span { height: 12px !important; top: -1px; width: 12px !important; }
    #legend img { height: 12px; margin-top: -3px; }
    .in-fullscreen #legend { top: auto; }

    .full-screen { height: 32px; line-height: 30px; right: 9px; width: 32px; }
    .in-fullscreen .full-screen { top: 6px; }

    #about-top a { float: none; font-size: .9em; margin: 0 0 18px; padding-bottom: 4px; width: 100%; }
    #about-top a img { height: 20px;  }
    
    #study-considerations .col { margin: 0 4% 14px; width: 42%; }
    #study-considerations .col:nth-of-type(5) { clear: both; }
    #study-considerations .col img { display: block; margin: 0 auto; width: 70%; }

    #program-components > div { font-size: .9em; width: 26%; }
    #money-estimates { margin-top: 30px; }
    #community-benefits div { border-width: 6px; font-size: .75em; padding: 8px; width: 100%; }
    #community-benefits table tr > * { padding: 3px; }
    .main-panel > div > div:last-of-type .rect-button { font-size: .8em; }

    .resource-docs div { margin-bottom: 0; }
    .resource-docs div:last-of-type { margin-top: 0; }
    .resource-docs a { margin-bottom: 12px; width: 48.5%; }
    .resource-docs a:nth-of-type(even) { margin-right: 0; }

    .panel-content a[href*="#"] span { width: 80%; }

    .screen > div { bottom: 30px; top: 62px; }
    .screen > span > span { font-size: 2.6em; right: 12px; top: 16px; }

    #introduction > div { left: 5%; max-height: 88%; padding: 16px 22px; top: 20px; width: 90%; bottom: 30px; }
    #introduction h2 { font-size: 1.3em; line-height: 1.2em; margin-top: 0; margin-bottom: 8px; }
    #introduction h2 span:last-of-type { font-size: 1.4em; letter-spacing: .05em; }
    #introduction #intro-body { width: 100%; }
    #introduction p { font-size: 1em; line-height: 1.2em;}
    #introduction a[href*="map-area"] { display: block; margin: 28px 0 36px; position: static; width: auto; }
    #introduction a[href*="map-area"] span { padding-top: 4px; padding-bottom: 4px; }

    .panel-header { height: 200px; }
    .panel-header h2 { font-size: 1.4em; max-width: 80%; top: 28px; width: 84%; }
    .panel-header h2 span { font-size: .85em; line-height: 1em; padding: 16px 20px 16px 20px; }
    .panel-content { font-size: 1.1em; padding: 3px 6%; }
    .panel-content p { line-height: 1.3em; }
    .panel-content .col-sm-5 { margin-bottom: 40px; }
    .panel-content .rect-button { font-size: 1em; padding: 8px 12px; }

    .project > div { display: none; }
    .project > .announcement { display: block; font-size: .8em; }
    .project > .announcement img { height: 26px; }

    .map-panel > div { height: auto; left: 7.5%; width: 85%; } 
    .map-panel h2 { font-size: 1.5em; line-height: 1.2em; padding: 10px 6%; }
    .map-panel h2 img { height: 30px; } 
    .map-panel .panel-content { padding: 16px 7%; }
}

@media screen and (max-width: 540px) {
    .header { height: 80px; }
    .header h1 { display: inline-block; line-height: 1.2em;}
    .header > img { display: none; }

    #program-components > div { width: 42%; }
    #introduction > div {max-height: 65%; top: 100px;}
    #introduction h2 span {font-size: .9em;}
    #introduction h2 {font-size: 1.5em;}
    .small, small {font-size: 12px;}
    #legend ul li {font-size: 12px;}
}

@media screen and (max-height: 660px) and (min-width: 790px) {
    .map-nav ul li { margin-bottom: 18px; }
    .map-nav ul a img { height: 60px; top: -7px; }
    .map-nav ul a > span { font-size: .7em; height: 44px;padding-left: 60px; }
}