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

/* TRANSLATOR */
#google_translate_element2 { display: none; }
#langaugeselectcont { display: inline-block; margin: 6px 0 0; }
#langaugeselectcont select { color: #000; font-size: .8em; width: 220px; }


/* 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; top: -9999px; }

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

.list-var { min-height: 110px; padding-left: 120px; position: relative; }
.list-var > img { left: 0; position: absolute; width: 100px; }

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

.orange-rollover { background: #E5871B; box-shadow: 0 0 0 0 #fff; border-radius: 40px; color: #102542; display: inline-block; font-size: .9em; font-weight: 700; letter-spacing: .04em; line-height: 1.2em; margin-top: 22px; padding: 10px 28px; position: relative; transition: .3s; }
.orange-rollover:hover { background: #fff; box-shadow: 0 3px 6px -2px #666; padding: 10px 14px 10px 42px; }
.orange-rollover img { height: 12px; left: 4px; opacity: 0; position: absolute; top: 13px; transition: .4s; }
.orange-rollover:hover img { left: 15px; opacity: 1; }

.quick-buttons .orange-rollover { background: #fff; color: #231f20; }
.quick-buttons .orange-rollover:hover { background: #ddd; padding: 10px 28px; }
.quick-buttons .orange-rollover img { display: 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 { max-width: 100%; }

p.large {font-size: 1.3rem; font-weight: 600;color: #102542;}

/* Quick Header */
header { background-color: #ffffff; color: #102542; position: relative; font-weight: 700;}
header h1 { left: -9999px; position: absolute; }
header a img { width: 30%; }
.nav { padding: 14px 3%; }
.header nav ul { float: right; margin: 3% 2px 0 0; padding: 0;   }
.header nav li { display: inline-block; margin-left: 34px; margin-bottom: 0; position: relative; }
.header li:first-of-type { margin-left: 0; }
.header li a { color: #102542; display: block; font-size: 1.1em; font-weight: 700; }
.header li span { cursor: pointer; font-size: 1.1em; padding-right: 8px; }
.header li span:after { border: 6px solid transparent; border-top-color: #102542; content: ""; margin-left: 6px; position: absolute; top: 50%; transform: translateY(-25%); }
.header li .active { border-bottom: 2px solid #fff; }
.header li a:hover { color: #005daa; }
.header li ul { background: #005daa; box-shadow: 2px 3px 5px 0 #000; left: -2000px; margin-top: 0; opacity: 0; position: absolute; top: 100%; width: 200px; }
.header li:hover ul { left: 0; opacity: 1; transition: left 0s, opacity .3s; z-index: 1; }
.header li ul li { border-bottom: 1px solid #102542; margin: 0; width: 100%;}
.header li ul li:last-of-type { border: 0;}
.header li ul li a { line-height: 1em; padding: 10px 12px; color: #fff; }
.header li ul li a:hover {background: #fff;  }
.header li ul li a.active { background: #102542; border-bottom: 1px solid #fff; color: #fff;}
#mobile-menu { background-color: transparent; border: 0; cursor: pointer; display: none; font-size: 1.4em; padding: 0 4px; }
/* div.nav.mobile {display: none;} */

#top-bar { background: #102542; padding: 10px 15px 15px 0; width: 100%; height: 55px; }
#top-bar span {display: block; float: right;}

#pre-contact { background: #003E62; display: flex; flex-wrap: wrap; padding: 0 !important; }
#pre-contact > div { color: #fff; padding: 52px 10% 88px !important; }
#pre-contact > div h3 { font-weight: 700; color: #fff; }
#pre-contact > div:first-of-type { background: #0365C0; }
#pre-contact p {width: 75%;}

/* Quick Footer */
.footer { background-color: #042F47; color: #fff; font-weight: 700; padding: 24px 20px; text-align: center; }
.footer p { margin: 0; }
.footer img {display: block; margin: 15px auto; width: 15%;}

/* 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: 120px; position: relative; }
.footer { background-color: #102542; bottom: 0; position: absolute; width: 100%; }


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

#project-overview { background-image: url("../images/header-bg-2.jpg"); background-position: center; background-size: cover; height: 520px; margin-bottom: 40px; padding: 28px 4%; position: relative; }
#project-overview div { color: #fff; font-size: 1.2em; position: absolute; text-transform: uppercase; top: 50%; transform: translateY(-50%); width: 90%; }
#project-overview h2 { font-size: 3.5em; margin: 0 0 18px; text-align: center; font-weight: 700;}
#project-overview h2 span{ font-size: 1em; text-align: center; font-weight: 200;}
iframe { margin-top: 30px; }

.materials {background-color: #f2f2f2; padding: 10px 25px 20px 25px;}
.materials ul { padding-left: 18px; }
.materials li { list-style: none; margin: 16px 0; }
.materials li a { color: #005daa; }
.materials img { margin-right: 4px;  }

.download-pdf { background: #005daa; border-radius: 8px;  color: #fff; display: inline-block; margin-top: 12px; padding: 8px 15px; }
.download-pdf:hover { background: #004985; color: #fff; }

h3 { color: #ec6524;font-size: 2.4em; text-transform: uppercase; }
.subpage h2 { color: #005daa; font-size: 3.8em; font-weight: 900; margin: 42px 0 32px; text-align: center; text-transform: uppercase; }
.subpage h3 { font-size: 2em; }
.sign-in h2 { text-align: left; }

.get-involved {background-color: #FCF3E8;}
.gi {background-color: #0365C0; padding: 15px; color: #fff; text-align: center; border-radius: 4px; box-shadow: 3px 3px 3px gray; margin-top: 25px; width: 30%; margin-right: 2%; display: inline-flex; vertical-align: top; flex-direction: column;}
.gi:hover {background-color: #003E62; transition: 0.5s all; }
.gi img {display: block; margin: 0 auto; width: 25%;}

/* img[src*="IDOT-120-Logo_Updated.png"] { margin-bottom: 20px; max-width: 700px; width: 100%; } */
img[src*="map1"] { margin: 20px 0 12px; max-width: 940px; width: 100%; }

#project-documents { list-style: none; padding: 0 0 34px; }
#project-documents a img { vertical-align: middle; margin-right: 8px; }

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

@media screen and (max-width: 1480px) {

    #project-overview { height: 440px; }
    #project-overview div { font-size: 1em; }
    #pre-contact > div { padding: 30px 7% 56px !important; }
    #pre-contact h3 { font-size: 2.2em; }
}

@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: 1em; 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; }
    
    /* Quick Mobile Menu */
    #mobile-menu { display: inline-block; float: right; margin-top: 14px; }
    .header img { height: 60px; width: auto; }
    .header nav ul { background-color: #0365C0; box-shadow: 2px 4px 8px -4px #000; display: none; margin: 0; opacity: 0; position: absolute; right: 110%; top: 100%; width: 240px; z-index: 1;  }
    .menu-opened .header .nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }
    .header .nav li { border-bottom: 0.5px solid #fff; display: block; margin: 0; padding: 0; text-align: center; font-size: 1em; line-height: 1.2em;  }
    .header .nav li a { display: block; padding: 8px 4px 6px; color: #fff; font-size: .9em; line-height: 1.2em; padding: 8px; }
    .header .nav li a.active { background: #042F47; font-size: 1em; line-height: 1.2em; }
    .header li ul { border-bottom: 0.5px solid #fff; box-shadow: none; margin: 0;  opacity: 1; position: static; width: 100%; }
    .header li ul li a { border-bottom: 0px solid #fff; background: #0365C0 !important; font-size: 1em; line-height: 1.2em;}
    .header li span { display: none; }

    #content > .row { padding: 36px 5% 38px; }
    #pre-contact > div { padding: 16px 5% 38px !important; width: 100%; }
    #pre-contact h3 { font-size: 2em; }

    #project-overview { height: 340px; }
    #project-overview h2 { font-size: 3em; }
}

@media screen and (max-width: 768px) {  

    #content > .row { padding: 24px 5% 38px; }
    #content > .row > div { padding: 0; }

    #project-overview { height: 242px; margin-bottom: 14px; padding: 0 6%; }
    #project-overview div { font-size: 1em; width: 84%; }
    #project-overview h2 { font-size: 2.3em; }
    
    .row { margin: 0; padding: 4px 2% 24px; }
    #content > .row > div { padding: 0 4% 12px; }

    .subpage h2 { font-size: 2.4em; margin: 22px 0 6px; padding: 0 14px; }
    .sign-in h2 { padding: 0;  }
    .subpage h3 { font-size: 1.5em; }

    .large-image { border: 1px solid #aaa; margin-top: 14px; overflow: auto; width: 100%; }
    .large-image img { max-width: 8000%; width: 900px; }

    .footer { padding: 32px 20px; }
    .container { padding-bottom: 169px; }
    .orange-rollover { font-size: .75em; }
    .gi {width: 100%;}
}

@media screen and (max-width: 680px) {
    #content > .row,
    footer .row { padding: 32px 5% 32px; }
    .header li { clear: both; }
    /* div.nav.mobile {display: inline-block;}
    nav.nav {display: none;} */
    #pre-contact > div { padding: 32px 5% 32px;text-align: center;  }
    #pre-contact p { margin: 18px auto; }
    #pre-contact h3 { font-size: 1.6em; }
    .footer img {width: 55%;}
    #project-overview h2 { font-size: 1.8em; margin: 0 0 18px; text-align: center; font-weight: 700;}

    #langaugeselectcont select { width: 150px; }
}

@media screen and (max-width: 360px) {
    .header img { height: 48px; }
    #mobile-menu { margin-top: 8px; }
    #project-overview h2 { font-size: 1.4em; }
}