html, body { color: #202124; font-family: "Montserrat", sans-serif; font-size: 18px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }
.row { margin: 0; }
#content > .row > div { padding: 0 1.5% 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 { 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; }

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

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

/* TRANSLATOR */
#google_translate_element2 { display: none; }
#langaugeselectcont select { background: #003764; border: 1px solid #fff; border-radius: 6px; font-size: .9em; padding: 2px 4px; width: 260px; }
#langaugeselectcont label { left: -99999px; position: absolute; }

/* Quick Header */
.header { background-color: #1d4384; color: #fff; position: relative; }
.header h1 { left: -9999px; position: absolute; }
.header .nav { float: right; top: 0; right: 0; }
.header ul { margin: 0; padding: 8px 0 0; }
.header li { display: inline-block; margin-left: 34px; }
.header li a { color: #fff; display: block; font-weight: 700; }
.header li a:hover { color: #ddd; }
#mobile-menu { background-color: transparent; border: 0; cursor: pointer; display: none; padding: 0 4px; }

#header-top { background: #003764; padding: 12px 3% 12px 4%; }
#header-top img { float: right; height: 24px; }
#header-middle { padding: 34px 3% 34px 4%; }
#header-middle img { margin-right: 18px; }

#info-ticker { background: #e0592a; margin: 0; overflow: hidden; padding: 10px 14px; }
#info-ticker > div { width: 8000%; }
#info-ticker p { display: inline-block; line-height: 1.4em; margin: 0; }

.header .launch-modal { background: #009444; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 4px 8px -4px #666; height: 90px; line-height: 90px; margin-top: 18px; position: absolute; right: 6%; text-align: center; width: 90px; z-index: 1; }
.header .launch-modal img { height: 56px; }
.header .launch-modal.is-fixed { margin: 0 !important; position: fixed; bottom: 18px; }
.on-alert-page .header .launch-modal { margin-top: 345px; }
.on-homepage .header .launch-modal { margin-top: 530px; z-index: 3; }

/* Quick Footer */
#more-options { background-image: url("../images/greenflow.jpg"); background-size: cover; background-position: center; padding: 56px 9% 100px; text-align: center; }
#more-options h2 { color: #fff; margin-bottom: 54px; }
#more-options a { background: #008545; border-radius: 12px; box-shadow: 0 4px 8px -2px #222; color: #fff; display: inline-block; font-size: 1.2em; font-weight: 700;  margin: 0 3%; padding: 24px 8px; width: 24%; }
#more-options a img { height: 110px; margin-bottom: 18px; }
#more-options a span { display: block; }
#more-options a:hover { background: #006b38; }

#footer-bottom { background: #343333; color: #fff; }
#footer-bottom a { color: #fff; }
#footer-bottom a:hover { color: #fdba17; }
#footer-bottom .col-sm-7 > div { margin-bottom: 26px; }
#footer-bottom .col-sm-7 > div:last-of-type { margin-bottom: 8px; }
#footer-bottom .col-sm-7 > div > div { display: inline-block; vertical-align: top; width: 44%; }
#footer-bottom .col-sm-7 img { height: 46px; }
#footer-bottom .col-sm-7 > div:first-of-type img { height: 56px; }
#footer-bottom .col-sm-7 p { display: inline-block; margin: 0; width: 48%; }
.footer-nav { list-style-type: none; margin: 0; }
.footer-nav li { margin-bottom: 18px; }
.footer-nav a { font-weight: 700; }
#footer-bottom .col-sm-2 { text-align: right; }
#footer-bottom .col-sm-2 a img { margin-left: 10px; }

/* Modal Window */
.close-modal { display: none; }
.modal-window { display: none; height: 100%; left: 0; 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 { padding: 6px 0; width: 90%; }
.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 3% 28px; position: absolute; top: 40px; width: 76%; }
.modal-window > div .close-modal { background: transparent; border: 0; font-size: 3em; line-height: .6em; position: absolute; right: 10px; top: 16px; }
.modal-window > div .close-modal span { left: -9999px; position: absolute; }
.modal-window :focus { border-radius: 2px; outline: 2px groove #ddd; }

#contact-us .window-title { background: #1d4384; margin: 0; padding: 18px 10%; text-align: center; width: 100%; }
#contact-us .window-title h2 { color: #fff; font-size: 2.6em; text-transform: uppercase; }
#contact-us .window-title p { margin-top: 12px; }
#contact-us > div { height: 80% !important; left: 25% !important; padding: 0 0 60px; top: 10% !important; width: 50% !important; }

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

.row { padding: 48px 9% 64px; }
h2 { color: #003764; font-size: 3.2em; font-weight: 900; }
h3 { color: #003764; font-size: 1.4em; font-weight: 900; text-transform: uppercase; }
h4 { color: #003764; font-size: 1.2em; }

.generic-button { background: transparent; border: 1px solid #1e4384; border-radius: 4px; color: #1e4384; display: inline-block; font-size: 1.2em; margin-top: 20px; padding: 6px 14px; transition: background .2s; }
.generic-button:hover { background: #1e4384; color: #fff; }

/* HOMEPAGE */

#homepage-header { background-image: url("../images/Video_Placeholder.jpg"); background-size: cover; background-position: center; height: 580px; position: relative; text-align: center; }
#homepage-header:after { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
#homepage-header img { height: 230px; position: relative; top: -24px; }
#email-signup { background: #fff; border-radius: 14px; box-shadow: 0 4px 8px -4px #666; left: 17%; margin-top: -72px; padding: 32px 50px 0; position: absolute; text-align: left; top: 100%; width: 66%; z-index: 1; }
#email-signup p { margin: 0 0 16px; text-align: center; }
#email-signup iframe {min-height: 1vh!important;}

#construction-update { padding: 50px 9% 140px; position: relative; }
#construction-update h2 { color: #e0592a; }
#construction-update h2 span { color: #000; display: block; font-size: .5em; font-weight: 400; margin-bottom: 14px; }
#construction-update ul { margin-top: 50px; }
#construction-update:before { background: #f8f9fa; border-radius: 0 0 200px 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 68%; z-index: -1; }
#construction-update .generic-button { border-color: #e0592a; color: #e0592a; margin: 16px 0 0 2px; }
#construction-update .generic-button:hover { background: #cd4a1c; color: #fff; }
#construction-update #cam-section { float: right; margin-left: 9%; text-align: center; width: 40%; margin-top: 10px; }
#construction-update #cam-section iframe { height: 300px; width: 100%; }
#construction-update #cam-section .generic-button { display: inline-block; font-size: .9em; margin-top: 4px; margin-left: 0; padding: 3px 8px; }

#construction-update ul.social {background-color: #FCEEEA; padding-top: 15px; padding-bottom: 15px; width: 50%; margin-top: 10px; }

ul.social {background-color: #FCEEEA; padding: 15px 15px 15px 25px;}

#construction-update > button {margin: 25px auto 25px; border: none; background-color: #139448; color: white; border-radius: 4px; padding: 24px 32px; box-shadow: 3px 3px 3px gray;}
#construction-update > button a {color: white; font-size: 20px; font-weight: bold;}

#traffic-alerts > button {margin: 25px auto 25px; border: none; background-color: #139448; color: white; border-radius: 4px; padding: 24px 32px; box-shadow: 3px 3px 3px gray;}
#traffic-alerts > button a {color: white; font-size: 20px; font-weight: bold;}

button.contactbutton {display: block; margin: 25px auto 25px; border: none; background-color: #139448; color: white; border-radius: 4px; padding: 24px 32px; box-shadow: 3px 3px 3px gray;}
button.contactbutton a {color: white; font-size: 20px; font-weight: bold;}



.event {margin-bottom: 40px}

#content > iframe {height: 825px!important;}

#ddi-overview { background: #ebf2ff; border-radius: 18px; box-shadow: 0 4px 8px -4px #333; margin: 84px 9% -124px; padding: 44px 8% 50px; position: relative; text-align: center; z-index: 1; }
#ddi-overview h3 { color: #c10230; font-weight: 900; margin-bottom: 18px; text-transform: none; }
#ddi-overview p { margin: 34px 0; }
#ddi-overview span { color: #008545; }
#ddi-overview button { background: transparent; border: 0; }
#ddi-carousel { background: #1d4384; background-image: url("../images/electronchart.jpg"); background-size: cover; color: #fff; padding: 238px 16% 48px; }
#ddi-carousel a { color: #fff; text-decoration: underline; }
#ddi-carousel a:hover { color: #ddd; }

/* Image Slideshow */
.image-slideshow { position: relative; width: 100%; }
.image-slideshow button { background: #fff; border: 0; border-radius: 50%; box-shadow: 0 4px 8px -2px #333; color: #fff; height: 50px; padding: 0; position: absolute; text-align: center; top: 43%; transition: background .2s; width: 50px; z-index: 1; }
.image-slideshow button span { left: -9999px; position: absolute; }
.image-slideshow button img { position: relative; top: -2px; width: 14px; }
.image-slideshow button:hover { background: #ddd; }
.slideshow-trigger { border-radius: 24px; height: 38px; line-height: 38px; margin: 12px; padding: 0; width: 38px; }
.slideshow-move { left: -80px; }
.slideshow-move.next { left: auto; right: -80px; }
.image-slideshow-slides { overflow: hidden; position: relative; }
.image-slideshow-slides > div { left: -9999px; opacity: 0; position: absolute; transition: opacity 0s; width: 100%; }
.image-slideshow-slides > div.active { left: 0; opacity: 1; position: static; top: 0; transition: opacity .25s; }
.image-slideshow-slides > div img { border-radius: 14px; box-shadow: 0 4px 8px -4px #000; width: 100%; }
.image-slideshow-slides p { padding: 14px 28px; text-align: center; }

.image-slideshow-slides p.traff-slide { padding: 8px; margin-top: 0; text-align: center; }

#ddi-button { background: #003764; padding: 22px; text-align: center; }
#ddi-button a { background: #eb2227; border-radius: 6px; color: #fff; display: inline-block; font-size: 1.2em; padding: 8px 16px; }
#ddi-button a:hover { background: #c50e13; }


#super-secret-wistia-video-shhh { left: -9999px; position: absolute; }


#traffic-carousel a { color: #fff; text-decoration: underline; }
#traffic-carousel a:hover { color: #ddd; }
#traffic-carousel .image-slideshow button {top: 100%;}
#traffic-carousel  .slideshow-move { left: 30%; }
#traffic-carousel .image-slideshow button img {position: relative; top: -2px; width: 14px; border-radius: none; box-shadow: none; margin-bottom: 0; width: auto;}
#traffic-carousel .image-slideshow button:hover { background: #ddd; }
#traffic-carousel .slideshow-move.next { left: auto; right: 30%; }

#overview-map { margin-top: 44px; }
#overview-map > div { position: relative; }
#overview-map > div > img { border-radius: 10px; width: 100%; }
#overview-map > div > a span { background: #80868b; border-radius: 50%; box-shadow: 0 4px 8px -4px #333; border: 2px solid #fff; color: #fff; display: block; font-weight: 700; height: 28px; text-align: center; transition: box-shadow .2s; width: 28px; }
#overview-map > div > a span img { height: 14px; }
#overview-map > div > a.area-in-progress span { background: #e0592a; }
#overview-map > div > a.area-done span { background: #008545; }
#overview-map > div > a:hover span { box-shadow: 0 0 14px 4px #dece3e; }
#overview-map > div > a { left: 27%; position: absolute; top: 52%; }
#overview-map > div > a:nth-of-type(2) { left: 8.75%; top: 57%; }
#overview-map > div > a:nth-of-type(3) { left: 32%; top: 46%; }
#overview-map > div > a:nth-of-type(4) { left: 8.75%; top: 37.5%; }
#overview-map > div > a:nth-of-type(5) { left: 62.5%; top: 52.5%; }
#overview-map > div > a:nth-of-type(6) { left: 74.75%; top: 45.5%; }

#overview-map > div > a:nth-of-type(7) { left: 78.3%; top: 11%; }
#overview-map > div > a:nth-of-type(8) { left: 52.3%; top: 49%; }
#overview-map > div > a:nth-of-type(9) { left: 52.3%; top: 61%; }
#overview-map > div > a:nth-of-type(10) { left: 52.3%; top: 35.5%; }
#overview-map > div > a:nth-of-type(11) { left: 59.5%; top: 52%; }
#overview-map > div > a:nth-of-type(12) { left: 41.3%; top: 46%; }
#overview-map > div > a:nth-of-type(13) { left: 60.5%; top: 42%; }
#overview-map > div > a span.blue-circle { background: #4472c4; border-color: #2f528f; }
#overview-map > div > a span.blue-square { background: #4472c4; border-color: #2f528f; border-radius: 0; }
#overview-map > div > a span.blue-triangle { background: transparent; border-color: transparent; border-radius: 0; box-shadow: 0 6px 8px -8px #333; }
#overview-map > div > a:hover span.blue-triangle { box-shadow: 0 10px 14px -2px #dece3e; }
#overview-map > div > a span.blue-triangle:before { border: 28px solid transparent; border-bottom-color: #2f528f; border-width: 28px 14px; content: ""; left: 0; position: absolute; top: -28px; }
#overview-map > div > a span.blue-triangle:after { border: 22px solid transparent; border-bottom-color: #4472c4; border-width: 22px 11px; content: ""; left: 3px; position: absolute; top: -18px; }

.progress-modal .window-title { background: #80868b; color: #fff; font-size: 1.4em; font-weight: 700; margin: 0; padding: 14px 10% 14px 32px; text-transform: none; width: 100%; }
.area-in-progress + .progress-modal .window-title { background: #e0592a; }
.area-done + .progress-modal .window-title { background: #008545; }
.progress-modal > div { padding: 0 0 120px; text-align: left; }
.progress-modal > div > div { padding: 15px 32px; }
.progress-modal > div .close-modal { color: #fff; top: 12px; }

.progress-diagram { list-style-type: none; margin-top: 68px; padding: 0; width: 100%; }
.progress-diagram li { float: left; position: relative; text-align: center; width: 11.11111%; }
.progress-diagram li:before { background: #e0592a; content: ""; height: 3px; left: 50%; position: absolute; top: 27px; width: 100%; }
.progress-diagram li:last-of-type:before { display: none; }
.progress-diagram li:after { background: #fff; border: 3px solid #e0592a; border-radius: 50%; content: ""; height: 56px; left: 50%; margin-left: -28px; position: absolute; width: 56px; }
.progress-diagram li h4 { font-size: .9em; left: 0; position: absolute; top: -70px; width: 100%; }
.progress-diagram li:nth-of-type(even) h4 { top: 40px; }
.progress-diagram li div { display: none; left: 50%; margin-left: -28px; position: absolute; z-index: 1; }
.progress-diagram li div img { width: 56px; }
.progress-diagram li.complete div.if-complete { display: block; }
.progress-diagram li.complete:before { background: #80868b; }
.progress-diagram li.in-progress div.if-in-progress { display: block; }

.i29-diagram { margin-top: 90px; }
.i29-diagram li h4 { top: -90px; }
.has-eleven li { width: 9.0909091%; }
.has-eight li { width: 12.5%; }

#schedule { list-style-type: none; margin-top: 60px; overflow: auto; padding: 0; }
#schedule li { float: left; text-align: left; width: 33.33333%; }
#schedule li > img { width: 100%;  }
#schedule li h3 { font-size: 1.2em; font-weight: 700; text-transform: uppercase; }
#schedule .list-var { padding-right: 44px; }

#for-ease { background: #f8f9fa; padding: 56px 14%; }
#for-ease h2 { margin: 0 auto 44px; text-align: center; width: 76%; }
#for-ease h2 span { color: #008545; }
#for-ease ul { list-style-type: none; padding: 0; }
#for-ease li { margin: 28px 0; }
#for-ease li img { display: inline-block; margin-right: 3%; vertical-align: middle; }
#for-ease li span { display: inline-block; font-weight: 700; vertical-align: middle; width: 80%; }
#for-ease li span em { font-weight: 400; }

/* TRAFFIC ALERTS */

#alert-webcam { width: 100%;  }
#alert-webcam iframe { width: 33%; margin-bottom:0; padding-bottom: 0;}
.camera-labels p {display: inline-block; width: 33%; text-align: center; margin-top: 0; background-color: #f2f2f2; padding-top:0;}
p.mob-hide {display: none; width: 100%; text-align: center; margin-top: 0; background-color: #f2f2f2; padding-top:0;}
#alert-intro { color: #1e4384; text-align: center; }
#alert-intro p { font-size: 1.2em; margin-bottom: 18px; }

#traffic-alerts { background: #f8f9fa; }
#content #traffic-alerts .col-sm-6 { padding-left: 0; padding-right: 2%; }
#content #traffic-alerts .col-sm-6 + .col-sm-6 { padding-left: 2%; padding-right: 0; }
#traffic-alerts h2 { color: #e0592a; }
#traffic-alerts img { border-radius: 16px; box-shadow: 0 4px 8px -4px #333; margin-bottom: 16px; width: 100%; }
.got-a-big-date { font-size: 1.2em; font-style: italic;}

#traffic-alerts .p-511 { clear: both; padding-top: 8px !important; padding-left: 60px !important; position: relative; }
#traffic-alerts img[src*="511"] { background: #e0592a; border-radius: 50%; height: 60px; left: 0; padding: 3px; position: absolute; top: 36px; width: 60px; }
#traffic-alerts .p-511 p {background-color: #f2f2f2; padding: 15px; border-radius: 6px; margin-left: 15px;}

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

/* FAQS */

.faq-page { text-align: center; }
#faq-toc { margin: 28px 0 56px; }
#faq-toc ul { list-style-type: none; padding: 0; }
#faq-toc li { display: inline-block; margin: 0 1%; vertical-align: top; width: 16%; }
#faq-toc button { background: #008545; border: 0; border-radius: 12px; box-shadow: 0 4px 8px -2px #222; color: #fff; display: block; font-weight: 700; height: 130px; padding: 24px 24px; transition: .2s; width: 100%; }
#faq-toc button:hover,
#faq-toc button.selected { background: #025f32; }

/* Accordions */
.accordion-set { margin-bottom: 20px; }
.accordion { background: #f8f9fa; border: 0; border-radius: 6px; box-shadow: 0 2px 4px -2px #333;  }
.accordion-header { background: transparent; border: 0; color: #202124; cursor: pointer; font-size: .7em; font-weight: 500; padding: 14px 18px; text-align: left; width: 100%; }
.accordion-header span { color: #008545; font-size: 1.4em; margin-right: 8px; vertical-align: middle; }
.opened .accordion-header i { margin-top: -4px; transform: rotate(180deg); }
.accordion > div { padding: 0 24px 36px 46px; text-align: left; }
.accordion ul {margin-top: 15px!important; list-style-type: disc!important; }
.accordion ul li {padding-left: 10px!important; }


/* RESOURCES */
.center { text-align: center; }

#video-library { padding-top: 24px; }
#video-library .row {padding: 0; margin-bottom: 25px;}
#video-library .col-sm-4 { padding: 14px 3% 0 0; }
#video-library .col-sm-4 img { height: 180px; margin: 24px 0; width: 100%; }
#newsletters { clear: both; overflow: auto; padding: 18px 0 0; }
#newsletters ul { list-style-type: none; margin-top: 28px; }
#newsletters ul li { margin: 15px 0; padding-left: 36px; position: relative; }
#newsletters ul li img { left: 0; position: absolute; }


#media-resources {padding: 18px 0 0; clear: both; overflow-y: hidden;}
#media-resources h4 { color: #008545; }
#media-resources ul { list-style-type: none; margin-top: 28px; padding-left: 30px;}
#media-resources ul li { margin: 15px 0; padding-left: 36px; position: relative; }
#media-resources ul li img { left: 0; position: absolute; }

#media-resources a { color: #337ab7; }
#media-resources a:hover { color: #cb4c20; }
#media-resources .generic-button { border-color: #e0592a; color: #e0592a; }
#media-resources .generic-button:hover { background: #cd4a1c; color: #fff; }

#social-media { clear: both; overflow: auto; padding: 18px 0 0;  }
#social-media ul { list-style-type: none; padding: 0; }
#social-media li { display: inline-block; }
#social-media span { left: -99999px; position: absolute; }
#social-media img { background: #1e4384; border-radius: 6px; margin-right: 8px; padding: 6px; }

#homepage-header .sms p{text-align: left;}


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

@media screen and (min-width: 1990px) {
    body { font-size: 22px; }

    #overview-map > div > a span { height: 34px; width: 34px; }
}

@media screen and (max-width: 1440px) {
    .i29-diagram { margin-top: 96px; }
    .i29-diagram li { font-size: .85em;}
    .i29-diagram li h4 { top: -96px; }
}

@media screen and (max-width: 1380px) {
    h2 { font-size: 2.6em; }
    
    #homepage-header { height: 460px; }
    #homepage-header img { height: 200px; top: -30px; }
    .on-homepage .header .launch-modal { margin-top: 416px; }
    #info-ticker { padding: 8px; }
    #info-ticker p { font-size: .9em; }
    
    .row { padding: 28px 5% 48px; }
    #construction-update iframe { margin-top: 34px; }
    
    .image-slideshow button { top: 32%; }
    .slideshow-move.next { left: auto; right: -74px; }
    
    #footer-bottom { padding: 36px 3% 40px; }
    #footer-bottom .col-sm-7 { width: 54%; }
    #footer-bottom .col-sm-3 { width: 26%; }
    #footer-bottom .col-sm-2 { width: 20%; }
    #footer-bottom .col-sm-7 img { height: 32px; }
    #footer-bottom .col-sm-7 > div:first-of-type img { height: 46px; }

    #faq-toc li { width: 20%; }
    #faq-toc button { font-size: .9em; padding: 14px; }
}

@media screen and (max-width: 1132px) {
    #schedule .list-var { font-size: .95em; padding-left: 90px; }
    #schedule .list-var > img { width: 68px; }

    #more-options a img { height: 78px; }
    #footer-bottom { font-size: .85em; }
    
    .has-eleven { margin-top: 24px; }
    .has-eleven li { float: none; margin-bottom: 14px; min-height: 34px; padding: 8px 0 0 44px; text-align: left; width: 100%; }
    .has-eleven li h4 { font-weight: 700; margin: 0; position: static; }
    .has-eleven li div { left: 0; margin: 0; top: 0; width: 34px; }
    .has-eleven li:before { height: 18px; left: 15px; top: 100%; width: 3px; }
    .has-eleven li:after { height: 34px; left: 0; margin: 0; top: 0; width: 34px; }
}

@media screen and (max-width: 992px) {
    h1 { font-size: 2.2em; margin: 20px 0 6px; }
    h2 { font-size: 2em; 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; }

    .generic-button { font-size: 1em; line-height: 1.2em;  }

    /* Quick Mobile Menu */
    #header-top { padding: 9px 1.5%; }
    #langaugeselectcont select { font-size: .8em; }
    #header-middle { padding: 16px 2%; }
    #info-ticker { padding: 8px 10px; }
    #info-ticker p { font-size: .8em; line-height: 1.3em; }
    
    .lightbox.enhanced a { display: block; overflow: auto; }
    .lightbox.enhanced img { width: 260%; }

    #mobile-menu { display: inline-block; font-size: 1.2em; padding-top: 4px; }
    .header .nav ul { background-color: #003764; box-shadow: 2px 4px 8px -2px #666; display: none; opacity: 0; padding: 0; position: absolute; right: 110%; top: 108px; width: 220px; z-index: 1; }
    .menu-opened .header .nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }
    .header .nav li { border-top: 1px solid #fff; display: block; margin: 0; padding: 6px; text-align: center; }
    .header .nav li:first-of-type { border: 0; }
    .header .nav li a { font-size: .9em; }
    .header .launch-modal { height: 68px; line-height: 68px; right: 4%; width: 68px;  }
    .header .launch-modal img { height: 40px; }

    .slideshow-trigger { font-size: .8em; height: 26px; line-height: 26px; margin: 8px;  width: 26px; }
    .slideshow-move { font-size: 1.2em; height: 32px; line-height: 32px; margin-top: -16px; padding: 0 6px; }
    .caption { bottom: 4px; font-size: .85em; }
    
    #homepage-header { height: 380px; }
    #homepage-header img { height: 160px; top: -30px; }
    .on-homepage .header .launch-modal { margin-top: 346px; }

    #contact-us > div { height: 88% !important; left: 10% !important; padding: 0 0 60px; top: 6% !important; width: 80% !important; }
    #contact-us .window-title { padding: 28px 5% 18px; }
    #contact-us .window-title h2 { font-size: 1.6em; margin-top: 28px; }

    #construction-update { padding: 25px 5% 90px }
    
    #ddi-overview { margin: 44px 6% -104px; }
    #ddi-carousel { padding: 168px 10% 32px; }
    .image-slideshow button { height: 36px; width: 36px; }
    .image-slideshow button img { width: 10px; }
    .slideshow-move { left: -54px; }
    .slideshow-move.next { left: auto; right: -50px; }
    #ddi-button { padding: 16px; }
    #ddi-button a { font-size: 1em; padding: 6px 12px; }

    #overview-map { border: 1px solid #aaa; overflow: auto; }
    #overview-map > div { width: 900px; }
    #overview-map > div > img { box-shadow: none; }

    .modal-window > div { left: 5% !important; width: 90% !important; }
    .progress-diagram li:before { top: 21px; }
    .progress-diagram li:after { height: 44px; margin-left: -22px; width: 44px; }
    .progress-diagram li div { margin-left: -22px; }
    .progress-diagram li div img { width: 44px; }
    .progress-diagram li:nth-of-type(even) h4 { top: 28px; }
    
    #schedule .list-var { font-size: .95em; padding: 0 16px; text-align: center; }
    #schedule .list-var > img { margin-top: 12px; position: static; width: 56px; }

    #for-ease li img { width: 74px; }
    #for-ease li span { width: 74%; }

    #more-options { padding: 44px 6% 70px; }
    #more-options a { margin: 0 1%; width: 28%; }
    #footer-bottom { padding: 36px 3% 40px; }
    #footer-bottom .col-sm-7 { width: 64%; }
    #footer-bottom .col-sm-3 { width: 36%; }
    #footer-bottom .col-sm-2 { padding-top: 34px; text-align: center; width: 100%; }
    #footer-bottom .col-sm-2 a img { height: 22px; }

    #alert-intro { padding: 14px 5% 38px; }
    #alert-intro p { font-size: 1em; }
    .got-a-big-date { font-size: 1em; }
    
    .i29-diagram { margin-top: 24px; }
    .i29-diagram li { float: none; margin-bottom: 14px; min-height: 34px; padding: 8px 0 0 44px; text-align: left; width: 100%; }
    .i29-diagram li h4 { font-weight: 700; margin: 0; position: static; }
    .i29-diagram li div { left: 0; margin: 0; top: 0; width: 34px; }
    .i29-diagram li:before { height: 18px; left: 15px; top: 100%; width: 3px; }
    .i29-diagram li:after { height: 34px; left: 0; margin: 0; top: 0; width: 34px; }
}

@media screen and (max-width: 768px) {
    #construction-update { padding-top: 25px;  }
    
    #alert-webcam iframe { width: 100%; }
    .camera-labels p { display: none; }
    p.mob-hide {display: block;}
    #more-options { padding: 36px 2% 44px; }
    #more-options a { font-size: 1em; }
    #more-options a img { height: 56px; }
    #footer-bottom { text-align: center; }
    #footer-bottom .col-sm-7 > div > div { padding-right: 26px; text-align: right; }
    #footer-bottom .col-sm-7 { text-align: left; width: 100%; }
    #footer-bottom .col-sm-3 { margin-top: 28px; width: 100%; }
    .footer-nav { padding: 0; }
    .footer-nav li { display: inline-block; margin: 0 14px 10px; }
    
    #faq-toc li { margin-bottom: 18px; width: 40%; }
    #faq-toc button { font-size: .9em; height: 90px; padding: 14px; }

    #video-library .col-sm-4 img { margin: 8px 0; }
    #newsletters ul { padding-left: 8px; }
}

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

    #construction-update ul.social {background-color: #FCEEEA; padding-top: 15px; padding-bottom: 15px; width: 100%; margin-top: 10px; }
    h2 { font-size: 1.6em; }
    h3 { font-size: 1.1em; }
    h4 { font-size: 1em; font-weight: 700; }
    
    .modal-window > div { top: 10% !important; height: 80% !important; }
    .progress-modal .window-title { font-size: 1.1em; padding: 12px 12% 12px 16px; }
    .progress-modal > div .close-modal { font-size: 2.4em; right: 2px; top: 9px; }
    .modal-window > div { padding: 0 0 28px; }
    .progress-diagram { margin-top: 24px; }
    .progress-diagram li { float: none; margin-bottom: 14px; min-height: 34px; padding: 8px 0 0 44px; text-align: left; width: 100%; }
    .progress-diagram li h4 { margin: 0; position: static; }
    .progress-diagram li div { left: 0; margin: 0; top: 0; width: 34px; }
    .progress-diagram li:before { height: 18px; left: 15px; top: 100%; width: 3px; }
    .progress-diagram li:after { height: 34px; left: 0; margin: 0; top: 0; width: 34px; }
    
    #header-top { padding: 7px 8px; }
    #langaugeselectcont select { font-size: .7em; width: 190px; }
    #header-middle { padding: 12px; }
    #header-middle img { height: 32px; }
    .header .nav ul { top: 88px; }
    
    #homepage-header { height: 300px; }
    #homepage-header img { height: 108px; top: -30px; }
    .on-homepage .header .launch-modal { margin-top: 376px; }
    #email-signup { font-size: .85em; left: 5%; padding: 24px 28px 26px; width: 75%; }

    #construction-update { padding: 25px 6% 50px }
    #construction-update:before { border-radius: 0; width: 100%; }
    #construction-update #cam-section { float: none; margin-left: 4%; width: 92%; }

    #overview-map > div { width: 780px; }
    #ddi-carousel { padding: 138px 6% 14px; }
    .image-slideshow-slides p { font-size: .85em; padding: 4px 0;  }
    .image-slideshow button { display: inline-block; margin-bottom: 14px; position: static; }
    .slideshow-move.next { float: right; position: relative; right: 0; top: 6px; }
    #traffic-carousel .slideshow-move.next { left: auto; right: 1%;}

    #schedule li { padding-bottom: 32px; width: 100%; }
    #schedule li > img { display: block; margin: 0 auto; max-width: 220px; }

    #for-ease { padding: 50px 8% 26px; }
    #for-ease li img { margin-right: 18px; }
    #for-ease li span { font-size: .9em; width: 66%; }

    #more-options { padding: 28px 5%; }
    #more-options a { font-size: .9em; margin-bottom: 24px; padding: 14px 10px; width: 70%; }
    #more-options a img { height: 48px; margin-bottom: 6px; }
    
    #construction-progress > p { width: 90%; }
    
    .accordion-header { font-size: .8em; }
    .accordion > div { padding: 0 20px 26px;  }
}

@media screen and (max-width: 410px) {
    #homepage-header { height: 260px; }
    #homepage-header img { height: 80px; top: -30px; }
    
    #construction-update { padding: 367px 6% 50px }

    #footer-bottom { padding: 32px 3% 34px;  }
    #footer-bottom .col-sm-7 > div > div { padding: 0 0 16px; text-align: center; width: 100%; }
    #footer-bottom .col-sm-7 p { text-align: center; width: 100%; }
    #footer-bottom .col-sm-7 p a { word-wrap: break-word; }
    
    #faq-toc li { margin-bottom: 14px; width: 90%; }
    #faq-toc button { font-size: .85em; height: auto; padding: 8px; }

    #media-resources ul { padding-left: 10px;}

    #email-signup {width: 90%;}

}