html, body { color: #333; font-family: calibri, sans-serif; font-size: 20px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }
.row { margin: 0; }
#content .row > div { padding: 0 4% 12px; }
.vertical-center > div { float: none; display: inline-block; margin-left: -.5%; vertical-align: middle; }
.vertical-center > div:first-of-type { margin: 0; }

/* Links */
a { transition: background-color .2s, color .2s; }
a:hover,
a:focus { text-decoration: none; }
.button { background-color: #c47; border-radius: 14px; border: 0; color: #fff; display: inline-block; letter-spacing: .05em; margin-top: 12px; padding: 4px 16px; transition: background-color .2s; }
.button:hover { background-color: #b16; color: #fff; }
.button:focus { color: #fff; }

#skiptocontent { background-color: #fff; border-radius: 8px; box-shadow: 2px 2px 8px 0 #000; font-size: 1.3em; left: -9999px; padding: 3px 12px; position: absolute; top: -9999px; }
#skiptocontent:focus { left: 8px; top: 8px; }
.ada-element { left: -9999px; position: absolute; }

.vc:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
.vc > * { display: inline-block; vertical-align: middle; }

.list-var { list-style-type: none; padding: 0; }
.list-var > li { margin-top: 4px; min-height: 100px; padding-left: 110px; position: relative; }
.list-var > li img { left: 0; position: absolute; width: 80px; }

.circ { background: #c47; border-radius: 50%; height: 100px; line-height: 100px; text-align: center; width: 100px; }
.circ img { width: 60px; }

/* 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: 22px 0 6px; }
ul, ol { margin: 16px 0 10px; }
li { line-height: 1.4em; margin-bottom: 8px; }
img { max-width: 100%; }

/* 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; }

/* Tables */
table { border: 1px solid #333; margin: 14px 0; width: 100%; }
table tr th { border: 1px solid #333; padding: 2px 4px; }
table tr td { border: 1px solid #333; padding: 2px 4px; }

/* Quick Header */
.header { background-color: #c47; color: #fff; padding: 14px 20px; position: relative; }
.header h1 { display: inline-block; font-size: 1.3em; margin: 0; }
.header .nav { float: right; top: 0; right: 0; }
.header ul { margin: 0; padding: 0; }
.header li { display: inline-block; margin-left: 28px; }
.header li a { color: #fff; display: block; }
.header li a:hover { color: #ddd; }
#mobile-menu { background-color: transparent; border: 0; cursor: pointer; display: none; padding: 0 4px; }

/* Quick Footer */
.footer { background-color: #c47; color: #fff; padding: 14px 20px; }
.footer p { margin: 0; }

/* Sticky Footer (uncomment if needed; set padding-bottom of ".container" to logical height based on what ends up in the footer) */
/* html, body { height: 100%; }
.container { min-height: 100%; padding-bottom: 60px; position: relative; }
.footer { background-color: #c47; bottom: 0; position: absolute; width: 100%; } */

/* Modal Window */
.close-modal { display: none; }
.potential-modal { display: none; }
.modal-window { display: none; height: 100%; left: 0; opacity: 1; position: fixed; top: -100%; transition: 0; width: 100%; z-index: 5000; }
.modal-window.showing { top: 0; transition: top 1s; }
.modal-window > button { background-color: rgba(0,0,0,.75); border: 0; cursor: pointer; display: block; height: 100%; left: 0; margin: 0; position: absolute; top: 0; width: 100%; }
.window-title { background: #169ed0; color: #fff; font-size: 2.2em; margin: 0; padding: 16px 8px; text-align: center;  width: 100%; }
.modal-window > div { background-color: #fff; border: 1px solid #333; bottom: 50px; box-shadow: 4px 13px 28px 0 #111; left: 12%; margin: 0; overflow: auto; padding: 0 0 36px; position: absolute; top: 40px; width: 76%; }
.modal-window > div > div > div  { padding: 14px 3%; }
.modal-window > div .close-modal { background: transparent; border: 0; color: #fff; font-size: 3em; line-height: .6em; position: fixed; right: 22px; top: 16px; }
.modal-window > div .close-modal span { left: -9999px; position: absolute; }
.modal-window :focus { border-radius: 2px; outline: 2px groove #ddd; }

.route-info > div { left: 13% !important; height: 84% !important; top: 8% !important; width: 74% !important; }
.route-info > div > div > div { padding: 10px 2% 18px; }
.route-info .map-top { background: #e6cce6; border-bottom: 6px solid #800080; position: relative; }
.route-info .map-top h2 { color: #333; font-size: 2.4em; margin-top: 0; padding-right: 194px; }
.route-info .map-top span { font-weight: 700; padding: 16px 22px 0; position: absolute; right: 0; top: 0; }
.route-info .map-top span img { height: 46px; }

#windsor-loveland .map-top { background: #f5cfea; border-bottom-color: #cd1197; }
#greeley-fortcollins .map-top { background: #cddcd4; border-bottom-color: #074e27; }

.key-features { background: #e8f5fa; border: 4px solid #169ed0; border-width: 4px 0; margin: 106px 6% 32px; padding: 0 0 0 1%;  position: relative; }
.key-features h3 { background: #169ed0; bottom: 100%; color: #fff; font-size: 1.2em; left: 0; margin: 0; padding: 6px 18px 8px; position: absolute; }
.key-features li { color: #002060; display: inline-block; font-weight: 700; padding: 36px 18px; position: relative; text-align: center; vertical-align: top; width: 24%; }
.key-features li:nth-of-type(3) { cursor: pointer; }
.key-features li img { display: block; height: 50px; margin: 0 auto 15px; }
.key-features li span { background: #002060; color: #fff; left: -9999px; margin-top: -30px; opacity: 0; padding: 10px 18px 12px; position: absolute; top: 100%; z-index: 1; }
.key-features li:hover span { font-size: .75em; font-weight: 400; left: 50%; line-height: 1.2em; margin-left: -150px; opacity: 1; transition: left 0s, opacity .2s; width: 300px; }
.key-features li p { display: inline-block; position: relative; }
.key-features li button { background: #e5e5e5; border-radius: 50%; border: 0; font-size: .8em; height: 18px; line-height: 16px; margin-top: -7px; position: absolute; right: -16px; text-align: center; top: 0;  width: 18px; }

.route-info .col-md-6 h3 { color: #002060; font-size: 1.4em; }
.route-info .col-md-6 h4 { font-size: 1.2em; font-weight: 700; margin-left: 18px; }
.route-info .col-md-6 ul { margin-left: 28px; }
.route-info .col-md-6 img { margin-top: 62px; }

.route-info .bottom-part { padding: 0 6%; }
.route-info .bottom-part h3 { border-bottom: 4px solid #6fa333; color: #fff; font-size: 1.2em; margin-bottom: 0; }
.route-info .bottom-part h3 span { background: #6fa333; display: inline-block; padding: 6px 18px 8px; }
.route-info .bottom-part h4 { color: #002060; font-size: 1.4em; font-weight: 700; margin-bottom: 22px; }
.route-info .bottom-part img { width: 100%; }

.route-info .bottom-part .row > div { padding: 0 4% 0 0 !important; }
.route-info .bottom-part .row h4 { color: #002060; font-size: 1.2em; font-weight: 700; height: 74px; }
.route-info .bottom-part .row img { width: 100%; }

.route-info .tell-us-thoughts { margin-top: 66px; padding-bottom: 24px; position: relative; }
.route-info .tell-us-thoughts h3 { border-bottom-color: #f79646; }
.route-info .tell-us-thoughts h3 span { background: #f79646; color: #333; }
.route-info .tell-us-thoughts div { background: #fef4ec; margin-bottom: 44px; padding-bottom: 66px; }
.route-info .tell-us-thoughts:after { background: #f79646; content: ""; height: 4px; position: absolute; top: 100%; width: 100%; }

.route-info .looking-for-more h4 { color: #002060; font-size: 1.4em; font-weight: 700; }
.route-info .looking-for-more a { color: #169ed0; font-weight: 700; }
.route-info .looking-for-more a:hover { color: #0686b6; }

/* Accordions */
.accordion-set { margin-bottom: 20px; }
.accordion-header { background: transparent; border: 0; color: #002060; cursor: pointer; font-size: .8em;padding: 4px 8px; text-align: left; width: 100%; }
.accordion-header div { display: inline-block; }
.accordion-header div span { background: #f79646; border-radius: 50%; display: inline-block; height: 24px; line-height: 20px; margin-right: 4px; text-align: center; vertical-align: middle; width: 24px; }
.accordion-header div span:last-of-type { display: none; }
.opened .accordion-header div span:first-of-type { display: none; }
.opened .accordion-header div span:last-of-type { display: block; line-height: 16px; }
.opened .accordion-header i { margin-top: -4px; transform: rotate(180deg); }
.accordion > div { padding: 2px 1%; }
.accordion > div p { margin-top: 0; }

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

.header { background: #fff; height: 84px; text-align: left; z-index: 15; }
.header > img { display: inline-block; margin: 0 .5%; vertical-align: bottom; width: 170px; }
.header h1 { left: -9999px; position: absolute; }
.header .nav { display: inline-block; float: none; padding: 5px 2% 0; vertical-align: bottom; width: 88%; }
.header li { float: left; margin: 0 2% 0 0; width: 9%; }
.header li a { display: inline-block; height: 50px; position: relative; vertical-align: bottom; width: 100%; }
.header li a:after { background: #002060; border-radius: 7px; bottom: 5px; content: ""; height: 8px; left: 0; margin-top: 0; position: absolute; transition: .3s; width: 100%; }
.header li a:hover:after { height: 10px; margin-top: -2px; }
.header .visited a:after { background: #169ed0; }
.header a span { background: #002060; box-shadow: 0 3px 12px -6px #333; color: #fff; font-size: .85em; left: -9999px; line-height: 1.1em; margin-top: -14px; opacity: 0; padding: 6px 8px; position: absolute; text-align: center; text-transform: uppercase; top: 64px; transition: 0s; width: 180px; z-index: 15; }
.header .visited a span { background: #169ed0; }
.header a:hover span,
.header a:focus span { left: 53%; margin-top: -2px; opacity: 1; transition: left 0s, margin-top .5s, opacity .3s; }
.header a:focus span { left: 53% !important; }
.header .icon-link { display: inline-block; vertical-align: bottom; height: 50px; margin: 0 0 0 1.5%; text-align: center; width: 4%; }
.header .icon-link:last-of-type { margin: 0; }
.header .icon-link a { display: inline-block; height: 100%; position: relative; }
.header .icon-link img { display: block; height: 90%; margin: 5% auto; transition: .2s ease-in-out .1s; }
.header .icon-link a:hover img { height: 100%; margin: 0 auto; transition: .6s; }
.header .icon-link a:hover span,
.header .icon-link a:focus span { left: 0 !important; margin-left: -140px !important; width: 140px; }

#contact form div { text-align: center; }
#contact textarea { background: #f2f2f2; border: 0; color: #000; height: 120px; margin-top: 10px; padding: 5px 11px; text-align: left; }
#contact input[type="submit"] { background: #0096d6; border-radius: 0; font-size: .9em; padding: 5px 44px; text-transform: uppercase; transition: .2s; }
#contact input[type="submit"]:hover { background: #027baf; }
#contact .wow-thanks { color: #000; display: none; margin-top: 40px; }

#mailing-list { color: #000; font-weight: 400; text-align: center; }
#mailing-list h3 { text-align: left; }
#mailing-list label { font-size: .85em; line-height: 1.1em;margin-bottom: 0; }
#mailing-list label[for="NAME"] { left: -9999px; position: absolute; }
#mailing-list input[type="text"] { background: #f2f2f2; border: 0; padding: 3px 10px; }
#mailing-list input[type="submit"] { background: #0096d6; border-radius: 0; font-size: .9em; font-weight: 700; padding: 5px 44px; text-transform: uppercase; transition: .2s; }
#mailing-list input[type="submit"]:hover { background: #027baf; }
#mlist-form .wow-thanks { display: none; }

body, html, .container { height: 100%; overflow: hidden; }
#content { height: 100%; position: absolute; top: 0; width: 100%; }
#content > div { height: 100%; padding-top: 84px; }
#slides { height: 100%; overflow: auto; position: relative; }

.slide { height: 100%; left: -100%; margin-top: -40px; opacity: 0; position: absolute; top: -9999px; transition: top 0s ease-in-out .6s, left 0s ease-in-out .6s, margin-top .4s ease-in-out .2s, opacity .6s ; width: 100%; }
.slide.current { display: block; left: 0; margin-top: 0; opacity: 1; top: 0; transition: top 0s ease-in-out .6s, left 0s ease-in-out .6s, margin-top .6s ease-in-out .6s, opacity .6s ease-in-out .6s; }
.slide > a { background: #9fcf67; border-radius: 100%; height: 34px; position: fixed; left: -9999px; line-height: 28px; margin-top: -64px; opacity: 0; text-align: center;  top: 48%; transition: left 0s ease-in-out .3s, margin-top .3s, opacity .3s; width: 34px; z-index: 1; }
.slide > a img { width: 20px; }
.slide > .forward-nav { left: auto; line-height: 30px; margin-top: -64px; right: 9999px; transition: right 0s ease-in-out .4s, margin-top .3s ease-in-out .1s, opacity .3s ease-in-out .1s; }
.slide > .forward-nav:after { border-left-color: #fff; border-right-color: transparent; margin-left: -5px; }
.slide > a > span { background: #9fcf67; box-shadow: 2px 2px 8px -1px #333; color: #333; font-size: .8em; height: 64px; left: -9999px; line-height: 1.1em; margin-top: -32px; margin-left: 16px; opacity: 0; padding: 0 14px; position: absolute; text-align: center; text-transform: uppercase; top: 50%; width: 200px; }
.slide > a > span:after { border: 32px solid transparent; border-width: 32px 16px; border-right-color: #9fcf67; content: ""; position: absolute; right: 100%; }
.slide > a:hover > span { left: 100%; opacity: 1; transition: left 0s, opacity .3s; }
.slide > .forward-nav > span { left: auto; margin-right: 16px; right: 9999px; }
.slide > .forward-nav > span:after { border-right-color: transparent; border-left-color: #9fcf67; left: 100%; right: auto; }
.slide > .forward-nav:hover > span { left: auto; right: 100%; }
.slide > .forward-nav img { transform: rotate(180deg); }
.slide.current > a { left: 32px; margin-top: -34px; opacity: 1; transition: left 0s ease-in-out .8s, margin-top .5s ease-in-out .8s, opacity .5s ease-in-out .8s; }
.slide.current > .forward-nav { left: auto; margin-top: -34px; right: 42px; transition: right 0s ease-in-out .9s, margin-top .5s ease-in-out .9s, opacity .5s ease-in-out .9s; }

.slide > div { padding: 54px 7% 50px; }
h2 { color: #595a5a; font-size: 2.6em; font-weight: 700; line-height: 1em; }
h2 span { color: #6fa333; }
h3 { color: #169ed0; font-weight: 700; margin-bottom: 26px; }
small { display: block; font-weight: 400; line-height: 1.3em; }

#corridor-map > div > h2 { font-size: 1.6em; }
#map-area { height: 800px; margin-top: 28px; position: relative; width: 100%; }
#map { height: 100%; width: 100%; }
#map-legend { background: #fff; box-shadow: 0 4px 8px -4px #333; font-size: .8em; left: 18px; padding: 2px 18px 12px; position: absolute; top: 18px; }
#map-legend h3 { border-bottom: 2px solid #333; color: #333; font-size: 1.1em; margin-top: 12px; margin-bottom: 12px; padding-bottom: 4px; }
#map-legend div { line-height: 1.1em; margin: 6px 0; padding-left: 40px; position: relative; width: 234px; }
#map-legend div span { background: #800080; border-radius: 8px; height: 6px; left: 0; position: absolute; top: 6px; width: 30px; }
#map-legend div span:after { background: #800080; border: 1px solid #fff; border-radius: 50%; content: ""; height: 10px; left: 50%; margin-left: -5px; position: absolute; top: -2px; width: 10px; }
#map-legend div:nth-of-type(2) span,
#map-legend div:nth-of-type(2) span:after { background: #cd1197; }
#map-legend div:nth-of-type(3) span,
#map-legend div:nth-of-type(3) span:after { background: #074e27; }

/* Lightbox */
.lightbox img { margin-top: 26px; 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; line-height: 1em; position: fixed; right: 20px; 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 img { max-width: 8000%; width: 1600px; }
.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; }
.lightbox + hr { margin-top: 0;  }

#welcome .slide-nav { background: #f79646; border-radius: 6px; box-shadow: 0 4px 8px -4px #333; color: #333; float: right; font-size: 1.1em; font-weight: 700; margin-top: 18px; padding: 5px 16px 6px; }
#welcome .slide-nav:hover { background: #e68332; }

#premium-transit .row > div:First-of-type { padding-left: 0 !important; }
#premium-transit ul { padding: 0; }
#premium-transit .col-md-4 { background: #f2f2f2; margin-top: 48px; padding: 48px 24px; }
#premium-transit iframe { box-shadow: none; margin: 36px 0; padding: 0; }

#why-linknoco .row > div:last-of-type { margin-top: 54px; }

#study-process-list { background-image: url("../images/fourcircles.png"); background-position: center; background-size: cover; list-style-type: none; margin-top: 48px; overflow: auto; padding: 0 4.22% 0 0; position: relative; }
#study-process-list li { float: left; padding: 78px 0 0; text-align: center; width: 25%; }
#study-process-list span { display: none; }
#study-process-list li > img { display: none; }
#study-process-list h3 { bottom: 40%; color: #333; display: inline-block; font-size: 1em; margin-left: -90px; position: absolute; width: 180px; }
#study-process-list p { font-size: .85em; line-height: 1.2em; padding: 0 56px; position: absolute; top: 52%; width: 24%; }
.we-here { display: none; }

.study-subbox { background: #f2f2f2; margin-left: 37.5%; margin-top: 32px; margin-bottom: 18px; padding: 14px 20px; width: 50%; }
.study-subbox img { display: inline-block; height: 38px; vertical-align: middle; }
.study-subbox h3,
.study-subbox h4 { color: #000; display: inline-block; font-size: 1em; font-weight: 700; margin: 0 14px; vertical-align: middle; }
.study-subbox p { display: inline-block; font-size: .85em; line-height: 1.3em; margin: 0; vertical-align: middle; width: 40%; }

#guidance-committee { background: #fff; border: 2px dashed #800080; margin: 42px 0 30px; width: 100%; }
#guidance-committee img { height: 68px; }
#guidance-committee h3 { margin: 0 22px; }
#guidance-committee p { width: 60%; }

#priority-corridors .row > div:First-of-type { padding-left: 0 !important; padding-right: 5%; }
#priority-corridors .col-md-4 { background: #f2f2f2; margin-top: 42px; padding: 42px 4% 48px !important; }
#priority-corridors .col-md-4 img { display: block; margin: 0 auto; }

#corridor-comparison { border: 0; }
#corridor-comparison thead { border-bottom: 1px solid #169ed0; }
#corridor-comparison thead th { text-align: center; }
#corridor-comparison th { font-size: .9em; line-height: 1.2em; }
#corridor-comparison tr > * { border: 0; padding: 8px 16px; width: 12.5%; }
#corridor-comparison thead th:first-of-type,
#corridor-comparison tbody th { padding-left: 0; width: 37.5%; }
.high,
.low,
.medium { background: #fbf10f; border-radius: 50%; display: inline-block; height: 28px; margin: 6px auto; vertical-align: middle; width: 28px; }
#corridor-comparison .high,
#corridor-comparison .low,
#corridor-comparison .medium { display: block; }
.low { background: #f51414; }
.high { background: #9fcf67; }
#comp-table-legend { list-style-type: none; margin-top: 32px; padding: 0; }
#comp-table-legend li { display: inline-block; margin-right: 18px; }
#comp-table-legend span { height: 20px; margin-right: 8px; width: 20px; }

#timeline-outreach .row > div:first-of-type { padding-left: 0; }

/*********************************************/
/****** Media Queries ************************/
/*********************************************/
/* Add more queries as needed; 992px is the column breakpoint for "medium"  columns in Bootstrap */

@media screen and (min-width: 1880px) {
    body { font-size: 24px; }
    .header li a span { padding: 10px 14px; width: 260px; }
    .slide > a { height: 40px; line-height: 32px; width: 40px; }
    .slide > a.forward-nav { line-height: 35px; }
    .slide > a > span { height: 70px; margin-top: -35px; width: 240px; }
    .slide > a > span:after { border-width: 35px 16px; }

    #study-process-list h3 { bottom: 42%; margin-left: -100px; width: 200px; }
    #study-process-list p { top: 53%; }
}

@media screen and (min-width: 2260px) {
    #study-process-list h3 { bottom: 44%; }
    #study-process-list p { top: 55%; }
}

@media screen and (max-width: 1630px) {
    .header .nav { width: 84%; } 

    #study-process-list h3 { bottom: 39%; font-size: .85em; margin-left: -80px; width: 160px; }
    #study-process-list p { font-size: .75em; line-height: 1.1em; padding: 0 32px; top: 51%; }
    .study-subbox p { width: 32%; }
    #guidance-committee p { width: 52%; }
}

@media screen and (max-width: 1330px) {
    .slide > div { padding: 18px 8% 50px; }
    h3 { font-size: 1.6em; }

    .header { height: 62px; padding-top: 6px; }
    .header > img { width: 130px; }
    .header .nav { width: 86%; }
    .header li { margin: 0 1.5% 0 0; width: 9%; }
    .header .icon-link { width: 5%; }

    .slide.current > a { left: 16px; }
    .slide.current > .forward-nav { right: 18px; }
    
    #study-process-list h3 { bottom: 38%; font-size: .75em; margin-left: -70px; width: 140px; }
    #study-process-list p { font-size: .6em; padding: 0 42px; top: 49%; }
    .study-subbox { margin-left: 25%; width: 75%; }
    #guidance-committee p { width: 40%; }
    
    #corridor-comparison tr > * { padding: 4px 6px; width: auto; }
    #corridor-comparison thead th:first-of-type,
    #corridor-comparison tbody th { width: auto; }

    .key-features li { font-size: .85em; }
    .key-features li p { line-height: 1.2em; }
}

@media screen and (max-width: 1100px) {
    .header .nav { width: 82%; }
    
    #study-process-list { background: none; height: auto !important; overflow: unset; padding: 0; }
    #study-process-list li { display: inline-block; float: none; font-size: 1.2em; padding: 24px 16px 0; vertical-align: top; width: 24%; }
    #study-process-list span { background: #169ed0; border-radius: 50%; display: block; font-weight: 700; height: 46px; line-height: 44px; margin: 0 auto 18px; width: 46px; }
    #study-process-list li:nth-of-type(3) span { background: #f79646; }
    #study-process-list li > img { display: inline-block; height: 52px; }
    #study-process-list h3 { border-bottom: 2px solid #9fcf67; bottom: 0; margin: 14px 0 0; padding-bottom: 5px; position: static; width: 100%; }
    #study-process-list li:nth-of-type(3) h3 { border-bottom-color: #f79646; }
    #study-process-list p { font-size: .7em; margin-top: 6px; padding: 0; position: static; width: 100%; }
    .we-here { display: block; font-size: .75em; font-weight: 700; margin-top: 10px; }
    .we-here img { background: #f79646; border-radius: 50%; display: inline-block; height: 24px; line-height: 24px; margin-right: 2px; padding: 4px; text-align: center; vertical-align: middle; width: 24px; }
}

@media screen and (max-width: 992px) {
    h1 { font-size: 2.2em; margin: 20px 0 6px; }
    h2 { font-size: 1.7em; margin: 12px 0 0; }
    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: .9em; line-height: 1.3em; }
    .button { font-size: .8em; border-radius: 12px; padding: 4px 12px 3px; }
    table tr { font-size: .8em; padding: 2px; }
    .vertical-center > div { margin: 0; }    
    
    .lightbox.enhanced a { display: block; overflow: auto; }
    .lightbox > div .close-lightbox { font-size: 1.8em; right: 10px; }
    
    /* Quick Mobile Menu */
    #mobile-menu { color: #005596; display: inline-block; float: left; font-size: 1.3em; margin-top: -3px; }
    .header { height: 52px; padding: 6px 8px; }
    .header > img { margin-top: 4px; width: 120px; }
    .header .icon-link { display: inline-block; float: none; height: 32px; position: relative; top: -10px; width: auto; }
    .header .icon-link a:after { display: none; }
    .header .icon-link a img { display: inline-block; height: 100%; margin: 0 !important; }
    .header .icon-link span,
    .header .icon-link a:hover span { display: inline-block; font-size: .7em; left: 0 !important; line-height: 1.1em; opacity: 1 !important; margin: 0 !important; position: static; right: 0 !important; vertical-align: middle; width: 92px; }
    .header .icon-link a[href*="mailing-list"] span { margin-left: 4px !important; width: 98px !important; }
    .header .nav { height: 36px; padding: 2px; text-align: right; width: 81%; }
    .header .nav ul { background-color: #005596; display: none; opacity: 0; padding: 8px 10px; position: absolute; right: 110%; text-align: left; top: 52px; width: 100%; z-index: 1; }
    .menu-opened .header .nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }
    .header .nav li { display: inline-block; float: none; margin: 0; padding: 4px; text-align: center; width: auto; }
    .header .nav li a { height: auto; margin: 0 !important; }
    .header li a:after { display: none; }
    .header .nav li a span { display: block; left: 0 !important; margin: 0 !important; opacity: 1 !important; position: static; width: auto; }
    
    #content > div { padding-top: 52px; }
    .slide > div { padding: 36px 7% 50px; }
    .slide > a { line-height: 28px; }
    .slide > a span { display: none; }
    .slide.current > a { left: 8px; }
    .slide.current > .forward-nav { right: 12px; }
    .slide > a:after { border-width: 6px 10px; margin-top: -6px; margin-left: -16px; }
    .slide > .forward-nav:after { margin-left: -4px; } 

    #premium-transit .col-md-4 { margin-top: 0; }
    
    .modal-window > div { left: 13% !important; height: 84% !important; top: 8% !important; width: 74% !important; }
    .window-title { font-size: 1.8em; }
    #contact h3 { text-align: left; }
    #mailing-list > div { font-size: .9em; }
    #mailing-list input[type="submit"] { font-size: .8em; padding: 4px 20px; }

    .route-info .map-top h2 { font-size: 1.6em; padding-right: 172px; }
    .route-info .map-top span { padding: 12px 16px 0; }
    .route-info .map-top span img { height: 36px; }

    #corridor-map > div >  h2 { font-size: 1.2em; }
    #map-area { height: 680px; }

    .study-subbox h3 { font-size: .9em; }
    .study-subbox p { font-size: .8em; width: 100%; }
    #guidance-committee img { height: 48px; margin-bottom: 8px; }
    #guidance-committee p { width: 100%; }

    .key-features li { padding: 24px 22px; width: 49%; }
    .key-features li:hover span { left: 0; margin-top: -10px; margin-left: 0; width: 240px; }

    .route-info .col-sm-6 h4 { font-size: 1em; margin-left: 10px;}
}

@media screen and (max-width: 768px) {
    .header .nav { width: 78%; }

    #welcome img { max-width: 250px; width: 100%; }

    #study-process-list li { width: 48%; }
    .study-subbox { margin-left: 0;  width: 100%; }
}

@media screen and (max-width: 660px) {
    .window-title { font-size: 1.4em; padding: 10px; }
    .modal-window > div > div > div { padding: 0 5% 28px; }
    .modal-window > div .close-modal { font-size: 2.4em; right: 8px; top: 6px; }

    .route-info > div > div > div { padding: 10px 4% 14px; }
    .route-info .map-top h2 { font-size: 1.4em;padding-right: 0; }
    .route-info .map-top span { display: block; margin-top: 12px; padding: 0; position: static; }

    .header .nav { width: 70%; }
    .header .nav ul { line-height: 1.2em; padding: 5px 12px 12px; text-align: center; }
    .header .nav li { height: auto; padding: 0; }
    .header .nav li a { margin: 5px 5px 0 !important; }
    .header a span { padding: 3px 5px; }
    .header .icon-link a img { display: none; }

    .welcome { padding-bottom: 170px; }
    .welcome > div:first-of-type > img { height: 38px; }
    #everyone > a { font-size: .7em; }
    #welcome h2 { font-size: 1.8em; }
    h3 { font-size: 1.1em; }
    small { font-size: .75em; line-height: 1.1em; }
    small a { word-wrap: break-word; }
    .slide { overflow: auto; }
    .slide > div { padding: 14px 5% 38px; }
    .slide > a { display: block; left: 50% !important; margin: 0 0 38px -80px !important; position: relative; top: 22px !important; }
    .slide > a:before { content: "previous slide"; color: #333; font-size: .9em; left: 100%; margin-left: 8px; margin-top: 2px; position: absolute; text-transform: uppercase; top: 0; width: 140px; }
    .slide > .forward-nav { left: 50% !important; margin-left: 30px !important; top: 8px !important; }
    .slide > .forward-nav:before { content: "next slide"; left: auto; margin-left: 0; margin-right: 8px; right: 100%; text-align: right; width: 100px; }
    .slide:last-of-type > .forward-nav:before { content: "restart"; }

    #map-legend { left: 4px; font-size: .65em; padding: 0 12px 4px; top: 4px; }
    #map-legend h2 { margin: 8px 0 0; }
    #map-legend div { width: 180px; }

    #guidance-committee h3 { display: block; font-size: 1em; margin: 14px 0; }

    #corridor-comparison tr > * { padding: 6px 3px; }
    .high,
    .low,
    .medium { height: 20px; width: 20px; }
}

@media screen and (max-width: 470px) {
    #mobile-menu { font-size: 1.1em; margin-top: 0;  }  
    .header { padding: 3px 0; }
    .header > img { width: 100px; }
    .header .nav { width: 64%; }
    .header .icon-link { margin-left: 0; top: 0; }
    .header .icon-link span, 
    .header .icon-link a:hover span { font-size: .6em; width: 72px; }
    .header .icon-link a[href*="mailing-list"] span { width: 80px !important; }

    #study-process-list li { border: 2px solid #9fcf67; border-radius: 14px; margin-bottom: 24px; padding-bottom: 18px; width: 100%; }
    #study-process-list li:nth-of-type(3) { border-color: #f79646; }
    .study-subbox { margin-top: 0; }
    .study-subbox h4 { display: block; margin: 9px 0; }
    #guidance-committee { margin-top: 22px; }

    #cc-table-area { border: 1px solid #aaa; margin-top: 26px; overflow: auto; padding: 4px 18px; width: 100%; }
    #corridor-comparison { width: 500px; }

    .key-features li { width: 100%; }
}