html,
body {
    color: #333;
    font-family: 'Roboto', 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,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

#panels h3 {background-color: #4a8b2c; padding: 6px 12px; color: #fff; width: fit-content;}

/* Paragraphs & Lists */
p {
    line-height: 1.5em;
    margin-bottom: 20px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 25px;
}

li {
    line-height: 1.4em;
    margin-bottom: 8px;
}

/* Forms */
form {
    margin: 18px 0;
}

label {
    display: block;
    margin: 10px 0 8px;
    width: 100%;
}

input[type="text"] {
    background: #f2f2f2;
    border: 0;
    margin-bottom: 8px;
    padding: 5px 8px;
    width: 100%;
}

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

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

.mb-30 {
    margin-bottom: 30px !important;
}

textarea {
    background: #f2f2f2;
    border: 0;
    height: 80px;
    margin-bottom: 14px;
    padding: 5px 8px;
    resize: none;
    width: 100%;
}

select {
    background: #f2f2f2;
    border: 0;
    padding: 5px 5px;
    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: #FF7F30;
    border: 0;
    box-shadow: 0 3px 8px -3px #666;
    color: #fff;
    letter-spacing: .05em;
    margin-top: 14px;
    padding: 4px 16px;
    text-transform: uppercase;
    transition: background-color .2s;
    width: 100%;
}

.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    background-color: #e3691d;
}

label[for="form-segment"] {
    left: -9999px;
    position: absolute;
}

.error-msg {
    clear: both;
    color: #a00;
    display: none;
    float: left;
    padding-top: 18px;
}

.ada-element {
    left: -9999px;
    position: absolute;
}

/* Map Specific */

#map-title {
    background: #363636;
    color: #fff;
    height: auto;
    overflow: hidden;
    padding: 16px 26px;
    position: relative;
    z-index: 1;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}

#map-title img {
    display: inline-block;
    height: 50px;
    position: relative;
    vertical-align: middle;
}

#map-title h1 {
    left: -9999px; 
    position: absolute;
}

.right-side { float: right; }

.lang-links { display: inline-block; vertical-align: middle; }
.lang-links a { background: #4a8b2c; color: #fff; display: inline-block; font-weight: bold; margin: 0 8px; padding: 6px 12px 5px !important; vertical-align: middle; }
.lang-links a:hover { background: #39731f; }

/* TRANSLATOR */
#google_translate_element2 { display: none; }
#langaugeselectcont { display: inline-block; margin-left: 6px; padding: 12px 4px; vertical-align: middle;  }
#langaugeselectcont select { color: #000; font-size: .8em; width: 140px; }
#langaugeselectcont label { left: -9999px; position: absolute; }

#map-title a { display: inline-block; padding-left: 15px; vertical-align: middle; }
#map-title a img {width: 30px;}

/* Lightbox */
.showing-hdr-lightbox { overflow: hidden; }
.hdr-lightbox img { width: 100%; }
.hdr-lightbox a { display: block;}
.hdr-lightbox > button { background-color: rgba(0,0,0,.75); border: 0; cursor: pointer; display: none; height: 0; left: -9999px; margin: 0; position: absolute; top: 0; transition: 0s; width: 100%; }
.hdr-lightbox button span { left: -9999px; position: absolute; }
.hdr-lightbox > div { top: 80px; }
.hdr-lightbox > div .hdr-close-lightbox { background: 0; border: 0; font-size: 3em; display: none; line-height: 1em; position: fixed; right: 14px; top: -4px; }
.hdr-lightbox.enhanced { height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 5555; }
.hdr-lightbox.enhanced > button { display: block; height: 100%; left: 0; transition: height .6s, left 0s; }
.hdr-lightbox.enhanced > div { background-color: #fff; border: 1px solid #333; box-shadow: 4px 13px 28px 0 #111; left: 3%; margin: 0; max-height: 82%; overflow: auto; position: absolute; top: 40px; transition: .8s; width: 94%; }
.hdr-lightbox.enhanced > div .hdr-close-lightbox { display: block; }

@media screen and (max-width: 992px) {
    .hdr-lightbox > div .hdr-close-lightbox { font-size: 2em; right: 8px; }
    .hdr-lightbox.enhanced img { max-width: 800%; width: 260%; }
}

#map-title:before {
    background: #444;
    content: "";
    height: 100%;
    left: -400px;
    position: absolute;
    top: 0;
    transform: skewX(2deg);
    width: 380px;
}

#map-title.shiny:before {
    background: #666;
    left: 108%;
    width: 100%;
    transform: skewX(-28deg);
    transition: left 1.2s ease-out .3s, transform 1.1s, width 1.1s;
}

#map-title button {
    color: #000;
    float: right;
    font-size: .9em;
    transition: background .2s;
}

#map-title button:hover {
    background: #aaa;
}

#google_translate_element2 {
    display: none;
}

#map-area {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

#map {
    height: 100%;
    width: 100%;
}

#flash {
    background-color: transparent;
    border-radius: 50%;
    height: 350px;
    left: 50%;
    margin: -195px 0 0 -175px;
    position: absolute;
    top: -100%;
    transition: background-color .3s, height .3s, width .3s, margin .3s, top 0s ease-in-out .3s;
    width: 350px;
}

#flash.go {
    background-color: rgba(125, 0, 0, .6);
    height: 250px;
    margin: -145px 0 0 -125px;
    top: 50%;
    transition: 0s;
    width: 250px;
}

#back-to-site-link {
    background-color: #c47;
    color: #fff;
    font-size: 1.1em;
    height: 34px;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 100%;
}

#back-to-site-link:hover {
    letter-spacing: .08em;
    padding-left: 18px;
}

#back-to-site-link i {
    margin-right: 5px;
}

#form-area {
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
    padding: 12px 30px;
    position: absolute;
    right: 0;
    top: -100%;
    transition: top .8s;
    width: 100%;
    z-index: 50;
}

#form-area.showing {
    top: 0;
    transition: top 1.1s;
}

#form-area form {
    background-color: #fff;
    box-shadow: 2px 68px 84px 0 #000;
    height: 60%;
    margin: -66px auto 0;
    overflow: auto;
    padding: 18px 38px 84px;
    transition: 1.3s ease-in-out .3s;
    width: 480px;
}

#form-area.showing form {
    box-shadow: 2px 18px 44px 0 #000;
    margin-top: 46px;
}

#form-area form input[type="submit"] {
    font-size: 1.2em;
}

#form-area form { height: 100%; margin-top: 0 !important; padding: 30px; width: 100%; }
#crmWebToEntityForm { background: transparent !important; height: 100% !important; max-width: 600px !important; overflow: auto; padding: 100px; }
#crmWebToEntityForm .zcwf_title { display: none; }
#crmWebToEntityForm.zcwf_lblTopBottom .zcwf_col_fld input[type=text], 
#crmWebToEntityForm.zcwf_lblTopBottom .zcwf_col_fld textarea { width: 100% !important; }
#crmWebToEntityForm.zcwf_lblTopBottom label { font-family: "Roboto",sans-serif; font-size: 1.2em !important; }
#crmWebToEntityForm input[type="reset"] { display: none; }

#thank-you {
    height: 100%;
    position: absolute;
    top: -100%;
    transition: top .8s;
    left: 0;
    width: 100%;
    z-index: 9900;
}

#thank-you.showing {
    top: 0;
}

#thank-you p {
    padding: 0 8px;
}

#thank-you>button {
    background: rgba(0, 0, 0, .4);
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#thank-you>button span {
    left: -9999px;
    position: absolute;
}

#thank-you>div {
    background: #fff;
    box-shadow: 0 3px 8px -3px #111;
    font-weight: 700;
    left: 15%;
    padding-top: 18px; 
    padding-bottom: 36px;
    position: absolute;
    text-align: center;
    top: 20px;
    transition: top .8s ease-in-out .3s;
    width: 70%;
}

#thank-you.showing>div {
    top: 140px;
}

#thank-you>div h3 {
    color: #1b806d;
    font-weight: 700;
}

#thank-you>div button {
    background: #FF7F30;
    border: 0;
    box-shadow: 0 3px 8px -3px #333;
    color: #fff;
    font-size: 1.1em;
    margin-top: 18px;
    padding: 3px 18px;
    transition: background .2s;
}

#thank-you>div button:hover {
    background: #e86b1e;
}

#buttons {
    top: 150px;
    height: 80px;
    padding: 32px;
    position: absolute;
    z-index: 100;
}

#buttons button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #F3901D;
    border: 0;
    box-shadow: 0 3px 8px -2px #111;
    color: #000;
    cursor: pointer;
    float: left;
    font-size: .9em;
    font-weight: 700;
    height: 100px;
    left: 30px;
    letter-spacing: .07em;
    line-height: 1.1em;
    position: absolute;
    text-align: center;
    top: 0;
    transition: background-color .2s, left .6s ease-in-out 0s, box-shadow .3s;
    width: 104px;
}

#buttons button:hover {
    background-color: #db821a;
    box-shadow: 0 5px 11px -2px #111;
}

#buttons button img {
    display: block;
    height: 30px;
    margin: 6px auto 11px;
}

#buttons #view-comment-button {
    left: 152px;
    transition: background-color .2s, left .6s ease-in-out .15s;
}

#buttons #cancel-add-button,
#buttons #cancel-view-button {
    background-color: #a00;
    left: -150px;
    top: 0;
    transition: background-color .2s, left .6s;
}

#buttons #cancel-view-button {
    display: none;
}

#buttons #cancel-add-button:hover,
#buttons #cancel-view-button:hover {
    background-color: #690101;
}

#buttons #cancel-form-button {
    background-color: #6999a9;
    left: -146px;
    top: 0;
}

#buttons #cancel-form-button:hover {
    background-color: #567985;
}

.gm-style-iw-d div {
    font-family: "Roboto", sans-serif !important;
    padding: 5px;
    min-width: 250px;
}

.gm-style .gm-style-iw-c {
    text-align: center;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
}

.gm-style-iw-d div a {
    background-color: #218737;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-weight: 700;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: fit-content;
}

.gm-style-iw-d div a:hover {
    background-color: #175E26;
}

.content {
    text-align: left;
}

.content .comment {
    color: #175E26;
}

.content .response {
    color: #218737;
}

#buttons.adding #add-comment-button {
    left: -150px;
    transition: background-color .2s, left .6s ease-in-out 0s;
}

#buttons.adding #view-comment-button,
#buttons.viewing #view-comment-button {
    left: -150px;
    transition: background-color .2s, left .6s ease-in-out 0s;
}

#buttons.adding #cancel-add-button {
    left: 30px;
    transition: background-color .2s, left .8s ease-in-out .4s;
    color: #fff;
}

#buttons.viewing #cancel-view-button {
    left: 152px;
    transition: background-color .2s, left .8s ease-in-out .4s;
}

#buttons.commenting #cancel-form-button {
    left: 152px;
    top: 0;
}

#legend {
    height: 0;
    position: absolute;
    right: 212px;
    text-align: right;
    top: 70px;
}

#legend button {
    background: #F3901D;
    border: 0;
    box-shadow: 0 6px 10px -6px #aaa;
    font-size: 1.2em;
    font-weight: 700;
    padding: 6px 14px;
    transition: background .2s;
    color: #000;
}

#legend button:hover {
    background: #db821a;
}

#legend ul {
    background: #fff;
    box-shadow: 0 3px 8px -3px #333;
    left: -99999px;
    list-style-type: none;
    height: 100px;
    margin-top: 0;
    opacity: 0;
    overflow: auto;
    padding: 18px 24px;
    position: relative;
    text-align: left;
    transition: .2s, left 0s ease-in .2s;
    width: 380px;
}

#legend.showing ul {
    left: 0;
    height: fit-content;
    opacity: 1;
    transition: left 0s, height .8s, opacity .6s;
}

#legend li {
    line-height: 1.2em;
    min-height: 32px;
    padding-left: 40px;
    position: relative;
}

#legend li span {
    background: #000;
    height: 8px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 28px;
}



#legend li img {
    height: 26px;
    left: 0;
    position: absolute;
    top: 0;
}

#legend li strong {
    display: block;
}

#legend hr {
    border-color: #000;
    border-width: 2px;
}

#panel-bg {
    background: #000;
    height: 100%;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: left 0s ease-in-out .2s, opacity .2s;
    width: 100%;
    z-index: 300;
}

#panel-bg.on {
    left: 0;
    opacity: .4;
    transition: left 0s, opacity 1s ease-in-out .2s;
}

#panel-bg.on+#side-panel {
    right: 0;
    transition: right .8s ease-in-out .25s;
}

#side-panel {
    background: #fff;
    height: 100%;
    position: absolute;
    right: -39%;
    top: 0;
    transition: right .6s;
    width: 38%;
    z-index: 500;
    overflow: auto;
}

#side-panel>div {
    display: none;
    height: 100%;
}

#side-panel>div.showing {
    display: block;
}

#side-panel h2 {
    display: block;
    background: #333;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 20px 25px;
    margin: 0;
}

#panel-hancock-county h2 {
    background-color: #ffbee8;
    color: #000;
}
#legend li span.pink {
    background-color: #ffbee8;
}

#panel-mcdonough-county h2 {
    background-color: #0070ff;
}
#legend li span.blue {
    background-color: #2fcefc;
}

#panel-fulton-county h2 {
    background-color: #ffaa00;
    color: #000;
}
#legend li span.yellow-orange {
    background-color: #ffaa00;;
}

#panel-peoria-county h2 {
    background-color: #c300ff;
    color: #000;
}
#legend li span.violet {
    background-color: #ce2ffc;
}

#panel-tazewell-county h2 {
    background-color: #479657;
    color: #000;
}
#legend li span.green {
    background-color: #479657;
}

#panel-mclean-county h2 {
    background-color: #9bfa5c;
    color: #000;
}
#legend li span.light-green {
    background-color: #6be72f;
}

#panel-ford-county h2 {
    background-color: #ff7f7f;
    color: #000;
}
#legend li span.salmon {
    background-color: #fcc8ea;
}

#panel-iroquois-county h2 {
    background-color: #704489;
}
#legend li span.purple {
    background-color: #704489;
}

#panel-champaign-county h2 {
    background-color: #0084a8;
    color: #000;
}
#legend li span.light-blue {
    background-color: #0084a8;
}

#panel-adams-county h2 {
    background-color: #ff5500;
    color: #000;
}
#legend li span.orange {
    background-color: #fcb82f;
}

#panel-brown-county h2 {
    background-color: #5bf0e8;
    color: #000;
}
#legend li span.sky-blue {
    background-color: #5bf0e8;
}

#panel-pike-county h2 {
    background-color: #cca864;
    color: #000;
}
#legend li span.brown {
    background-color: #cca864;
}

#panel-morgan-county h2 {
    background-color: #a80084;
}
#legend li span.fuscia {
    background-color: #a80084;
}

#legend li span.route {
    background-color: #f7f78f;
    border: 1px solid #929272; 
}

#legend li span.county {
    background-color: #ffffff;
    border: 3px solid #000; 
}

.disclaimer {margin-top: 15px;}
.disclaimer em {font-size: 14px;}

.mapbook { background: #db821a; color: #000; display: inline-block; font-weight: 700; margin-bottom: 24px; padding: 6px 14px; }
.mapbook:hover { background: #bf6d0e; color: #000; }

audio { margin: 0.25em 0 0.5em; }

.transcript button {
    background: transparent;
    border: 0;
    color: #145289;
    margin: 4px 0 18px; 
    padding: 0;
    text-decoration: underline;
}
.transcript button:hover {
    color: #0a3b68;
}

@media screen and (min-width: 992px) {
    #side-panel h2 {
        font-size: 1.875rem;
    }
}

#side-panel .banner {
    background-color: #0081c6;
    color: #FFF;
    padding: 35px;
}

#side-panel .banner .banner-content-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#side-panel .banner .banner-content-row a {color: #fff;}

@media screen and (min-width: 992px) {
    #side-panel .banner .banner-content-row {
        flex-wrap: nowrap;
    }
}

#side-panel .banner h3 {
    font-size: 1.5625rem;
    font-weight: 700;
    margin-bottom: 0;
}

#side-panel .header-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#side-panel .banner .banner-content-row a {
    text-decoration: underline;
}

@media screen and (min-width: 992px) {
    #side-panel .header-container {
        border-right: 1px solid #FFF;
        padding-right: 20px;
        margin-right: 20px;
        flex: 1;
        margin-bottom: 0;
    }
}

#side-panel .banner .header-container img {
    margin-right: 20px;
}

#side-panel .banner p {
    font-size: 1.15rem;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    #side-panel .banner p {
        font-size: 1.25rem;
        flex: 2;
    }
}

.side-panel-section {
    padding: 20px 30px;
}

@media screen and (min-width: 1270px) {
    .side-panel-section {
        padding: 40px 60px;
    }
}

.side-panel-section h3 {
    font-size: 1.5625rem;
    font-weight: 800;
    color: #218737;
    margin-bottom: 15px;
}

.side-panel-section img[src*="logo"] {
    margin-bottom: 8px;
    max-width: 160px;
    width: 100%;
}

.side-panel-section a {
    word-wrap: break-word;
}

.side-panel-section p {
    font-size: 1rem;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .side-panel-section p {
        font-size: 1.25rem;
    }

}

.panel-section {margin-top: 50px;}


/* LIGHTBOX */
/* #lightbox {
    height: 0;
    position: fixed;
    top: -100%;
    transition: top .85s, height 0.5s;
    width: 100%;
    z-index: 99999;
}

#lightbox>span {
    background-color: rgba(35, 35, 35, .8);
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#lightbox>span span {
    color: #fff;
    font-size: 3.6em;
    line-height: .4em;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
}

#lightbox div {
    box-shadow: 0 8px 15px 0 #000;
    margin: -120px auto 0;
    max-height: 80%;
    overflow: auto;
    position: relative;
    transform: rotateX(90deg) translateY(-160px);
    transition: .24s;
    width: 88%;
    z-index: 999999;
}

#lightbox img {
    display: block;
    width: 100%;
    background-color: #FFF;
    z-index: 999999;
}

#lightbox.on {
    top: 0;
    height: 100%;
    z-index: 999999;

}

#lightbox.on div {
    margin-top: 50px;
    transition: .8s ease-out .32s;
    transform: rotateX(0deg) translateY(0px);
    z-index: 999999;
}

.lightbox {
    cursor: pointer;
} */

p.enlarge {
    font-size: 0.875rem;
    margin-top: 5px;
    font-style: italic;
}

.design-concepts {
    background: #f2f2f2;
    padding: 4px 38px 38px !important;
}


ul.benefits {list-style-type: none; padding-left: 0;}
ul.benefits li img {width: 45px; margin-right: 15px;}

div.dyk {background-color: #EBF2E7; color: #000; padding: 35px;}

.structures img {display: inline-block; width: 90%;}
.structures h3 {text-align: center; display: block; margin: 0 auto 15px;}
.structures p {text-align: center;}

.agencies div img {height: 100px; width: auto; padding-bottom: 25px;}
.construction div img {width: 100%; padding-bottom: 15px;}


blockquote.green {border-left: solid 8px #439539; background-color: #EBF2E7; padding: 25px;}
.green strong {color: #439539;}

blockquote.orange {border-left: solid 8px #e87200; background-color: #FFF5F1; padding: 25px;}
.orange strong {color: #e87200;}
.orange strong span {color: #439539;}

blockquote.blue {border-left: solid 8px #0081c6; background-color: #EDF4FE; padding: 25px;}
.blue strong {color: #0081c6;}

blockquote.red {border-left: solid 8px #ee3126; background-color: #FFF3ED; padding: 25px;}
.red strong {color: #ee3126;}
.red strong span {color: #439539;}

.accordion-set { margin-bottom: 20px; }
.accordion { border-bottom: 1px solid #c7c9cb; padding-bottom: 10px; }
.accordion h4 { margin-top: 12px; }
.accordion-header { background: transparent; border: 0; border-radius: 4px; font-size: 1rem; font-weight: 700; padding: 8px; text-align: left; transition: background .2s; width: 100%; }
.accordion-header span { color: #439539; font-style: italic; font-weight: 400; }
.accordion-header:hover { background: #bababa; }
.accordion:first-of-type .accordion-header { border-top: 0; }
.accordion-header i { color: #439539; float: right; transition: .4s; }
.opened .accordion-header i { margin-top: -2px; transform: rotate(180deg); }
.accordion > div { padding: 2px 2% 0 16px; }
.accordion > div a { border-bottom-color: #005588; }
.accordion > div a:hover { color: #000; }

/* Image Slideshow */
.image-slideshow {
    margin-top: 26px;
    position: relative;
    width: 100%;
}

.image-slideshow button {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 0;
    position: absolute;
    top: 36%;
    transition: background .2s;
    z-index: 1;
}

.image-slideshow button span {
    left: -9999px;
    position: absolute;
}

.image-slideshow button img {
    opacity: .8;
    transition: opacity .2s;
    width: 24px;
}

.image-slideshow button.prev img {
    transform: rotateY(180deg);
}

.image-slideshow button:hover img {
    opacity: 1;
}

.slideshow-trigger {
    border-radius: 24px;
    height: 38px;
    line-height: 38px;
    margin: 12px;
    padding: 0;
    width: 38px;
}

.slideshow-move {
    font-size: 1.6em;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin-top: -25px;
    padding: 0 8px;
    top: 50%;
    z-index: 1;
}

.slideshow-move.next {
    left: auto;
    right: 0;
}

.image-slideshow-slides {
    overflow: hidden;
    position: relative;
}

.image-slideshow-slides>div {
    left: -150%;
    opacity: 0;
    position: absolute;
    transition: opacity 0s;
    width: 100%;
}

.image-slideshow-slides>div.active {
    opacity: 1;
    position: static;
    top: 0;
    transition: opacity .25s;
}

.image-slideshow-slides>div img {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 82%;
}

.image-slideshow ul {
    padding: 0;
    text-align: center;
}

.image-slideshow li {
    display: inline-block;
    margin: 0 3px;
}

.image-slideshow li button {
    background: #fff;
    border: 2px solid #ff7f30;
    border-radius: 50%;
    height: 14px;
    position: static;
    width: 14px;
}

.image-slideshow li.yes button {
    background: #cc6626;
}

.caption {
    margin: 0 auto;
    text-align: center;
    width: 300px;
    z-index: 1;
}

.caption strong {
    display: block;
}

#comment-list-box {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#comment-list-box a {
    background: #1b806d;
    color: #fff;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 10px 68px;
    transition: .3s;
}

#comment-list-box a:hover {
    background: #147361;
    padding-bottom: 18px;
    transition: .4s;
}

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

.modal-title {
    background: #333;
    color: #fff;
    padding: 12px 80px 12px 18px;
    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;
    position: absolute;
    top: 40px;
    width: 76%;
}

.modal-window>div .close-modal {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 4em;
    line-height: .6em;
    position: absolute;
    right: 18px;
    top: 10px;
}

.modal-window>div .close-modal span {
    left: -9999px;
    position: absolute;
}

.modal-window>div>div {
    padding: 6px 24px 16px;
}

.modal-window>div>div>div {
    background: #eee;
    margin: 16px 0 22px;
    padding: 6px 26px 14px;
}

.modal-window>div>div>div .comment {
    color: #1B806D;
}

.modal-window>div>div>div .response {
    color: #CC6626;
}

.modal-window :focus {
    border-radius: 2px;
    outline: 2px groove #ddd;
}

#panels {
    background: #fff;
    border-radius: 8px;
    bottom: 40px;
    box-shadow: 0 8px 8px -4px #333;
    left: -9999px; 
    margin: 0; 
    padding: 28px;
    position: fixed;
    top: 40px;
    z-index: 1;
    overflow-y:scroll;
}

#panels .panel-close {
    display: none;
    position: fixed;
    top: 50px;
    right: 80px;
    background: transparent;
    border: 0;
    font-size: 1.5rem;
    font-weight: bold;
    opacity: 0.5;
    transition: opacity 300ms;
}

#panels .panel-close:hover {
    opacity: 1;
}


@media screen and (max-width: 992px) {
    #panels .panel-close {
        right: 35px;
    }
}

#panels.showing {
    left: 300px;
    right: 40px; 
}

@media screen and (max-width: 992px) {
    #panels.showing {
        left: 80px;
        right: 25px;
    }
}

.panel {
    display: none; 
}

/*********************************************/
/****** Media Queries ************************/
/*********************************************/
@media screen and (max-width: 1270px) {
    #form-area form {
        margin: -66px 0 0 34%;
        width: 56%;
    }

    #side-panel {
        width: 60%;
        right: -65%;
    }
}

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

    .lightbox img {
        width: 260%;
    }

    .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;
    }

    #comment-list-box a {
        font-size: .9em;
        padding: 8px 32px;
    }
}

@media screen and (max-width: 860px) {
    #legend {
        top: 150px;
    }

    #legend button {
        font-size: .9em;
    }

    #legend.showing ul {
        font-size: .8em;
        height: 290px;
        width: 220px;
    }

    #langaugeselectcont {
        padding: 0;
    }

    .lang-links a {
        font-size: .8em; 
    }

    #map-title {
        padding: 10px 14px 10px;
    }

    #map-title img {
        height: 30px;
    }

    #map-title h1 {
        display: block;
        margin: 0 0 0 0;
    }

    #map-title button {
        float: none;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    #form-area {
        padding: 0;
    }

    #form-area form {
        height: 78%;
        margin: -66px auto 0;
        padding: 6px 12px 54px;
        width: 90%;
    }

    #form-area.showing form {
        height: 78%;
        margin-top: 100px;
    }

    .address-search {
        font-size: .8em;
        left: 12px !important; 
    }

    label {
        font-size: .8em;
        margin: 4px 0 1px;
    }

    input[type="text"],
    textarea {
        font-size: .9em;
    }

    #form-area form input[type="submit"] {
        font-size: .8em;
    }


    #back-to-site-link {
        font-size: .9em;
        height: 26px;
        padding: 4px 8px;
    }

    #buttons {
        padding: 0;
        left: 25px;
        top: auto;
        bottom: 100px;
    }

    #buttons button {
        box-shadow: 0;
        font-size: .8em;
        height: 64px;
        left: 0;
        line-height: 1em;
        top: 60px;
        width: 90px;
    }

    #buttons button img {
        display: block;
        height: 20px;
        margin: 2px auto 5px;
    }

    #buttons #view-comment-button {
        left: 96px;
    }

    #buttons #cancel-form-button {
        left: -196px;
    }

    #buttons #cancel-add-button,
    #buttons #cancel-view-button {
        left: -200px;
        top: 10px;
    }

    #buttons.adding #cancel-add-button,
    #buttons.viewing #cancel-view-button {
        left: 10px;
        top: 84px;
    }

    #buttons.commenting #cancel-form-button {
        left: 106px;
        top: 84px;
    }

    .gm-style-iw-d div {
        padding: 1px;
        min-width: 0;
    }

    .gm-style-iw-d div a {
        line-height: 1em;
        margin-top: 10px;
        padding: 6px 6px;
        width: 90%;
    }

    .modal-title {
        font-size: 1.2em;
    }

    .modal-window>div .close-modal {
        font-size: 3em;
    }
}

@media screen and (max-width: 660px) {
    #map-title {
        padding: 4px 14px;
        text-align: center;
    }

    #map-title img {
        height: 28px;
        margin: 4px 0 6px; 
    }

    #map-title h1 {
        display: block;
        font-size: 1.4em;
        margin: 0 0 2px 0;
    }

    #map-title button {
        margin-top: 2px;
        padding: 0 4px;
        position: static;
    }

    .right-side {
        float: none; 
    }
    
    #buttons button {
        top: 84px;
    }

    #legend {
        left: 10px; 
        right: auto;
        text-align: left; 
        top: 142px;
    }

    #legend.showing ul {
        height: 140px; 
        left: 0px;
        margin-top: 0px;
        padding: 12px;
    }

    #side-panel {
        width: 80%;
        right: -84%;
    }
}

.early-landing-wrapper {
    width: 100vw;
    height: 100vh;
    padding: 30px;
    background-image: url('../images/early-landing-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.early-landing {
    background-color: #FFF;
    width: 1000px;
    max-width: 100%;
    padding: 45px 30px;
}

.early-landing .content {
    width: 100%;
    max-width: 644px;
    margin-left: auto;
    margin-right: auto;
}

.early-landing .logo {
    margin-bottom: 30px;
}

.early-landing h1 {
    font-size: 1.25rem;
    color: #363636;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.early-landing p {
    font-size: 1rem;
}

.early-landing p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .early-landing {
        padding: 90px 40px;
    }

    .early-landing .logo {
        margin-bottom: 90px;
    }

    .early-landing h1 {
        font-size: 2.1875rem;
        margin-bottom: 60px;
    }

    .early-landing p {
        font-size: 1.2rem;
    }
}

.intro-modal .logo {
    margin-bottom: 35px;
}

.intro-modal img.ameren {width: 55%; display: block; margin: 0 auto 30px;}

.intro-modal .modal-title {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 25px;
    display: block;
    background-color: transparent;
    text-align: center;
    color: #363636;
    font-weight: 700;
    padding: 0;
}

.intro-modal .btn {
    background-color: #218737;
    color: #FFF;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 15px 25px;
    transition: background-color 150ms ease-in-out;
}

.intro-modal .btn:hover {
    background-color: #175825;
    ;
}

.intro-modal .modal-body {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.intro-modal .modal-header {
    border-bottom: 0;
}

@media screen and (min-width: 992px) {
    .intro-modal .logo {
        margin-bottom: 70px;
    }

    .intro-modal .modal-title {
        font-size: 2.1875rem;
        margin-bottom: 50px;
    }

    .intro-modal .btn {
        font-size: 2.1875rem;
    }

    .intro-modal .modal-body {
        max-width: 730px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 75px;
    }

}



.address-search {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 200px;
}

.address-search input {
    color: #000;
    background-color: #FFF;
    border: 1px solid #363636;
    box-shadow: 0px 3.04px 3.04px rgba(0, 0, 0, 0.25);

}


.bg-light-gray {
    background-color: #f4f4f4;
}

.segment-carousel .carousel-controls {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
}

.segment-carousel .carousel-controls .carousel-indicators {
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    padding-left: 0;
    margin: 0 !important;
    text-align: center;
    list-style: none;
}

.segment-carousel .carousel-controls .carousel-control {
    background: none;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    font-size: 1.25rem;
    color: #F3901D;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: none;
    opacity: 1;
}

.segment-carousel .carousel-controls .carousel-control.left {
    left: 0;
    right: auto;
}

.segment-carousel .carousel-controls .carousel-control.right {
    left: auto;
    right: 0;
}

.segment-carousel .carousel-indicators li {
    background-color: #F3901D;
}

.segment-carousel .carousel-indicators li.active {
    background-color: #8C540A;
}

.segment-carousel .carousel-control .icon-next,
.segment-carousel .carousel-control .icon-prev {
    font-size: 3rem;
    line-height: 0%;
}


.side-nav-offset {
    position: relative;
    margin-left: 62px;
    width: calc(100% - 62px);
    transition: filter 300ms ease-in-out;
}

.side-nav-offset.darken {
    filter: brightness(50%);
}

.side-nav {
    /* position: fixed;
    top: 0;
    left: 0;
    background-color: #145289;
    color: #FFF;
    width: 175px;
    height: 100%;
    z-index: 100;
    padding: 15px 0;
    overflow-y: auto;
    overflow-x: hidden;
     */
    background: #0081c6;
    color: #fff;
    height: 100%;
    position: fixed;
    width: 260px;
    z-index: 160;
    transition: all 300ms ease-in-out;
}

.side-nav.closed {
    width: 65px;
}

.side-nav .nav-list {
    /* padding: 0;
    list-style: none;
    width: 160px;
    position: absolute;
    right: 0; */
    display: block;
}

.side-nav .nav-list ul {
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    display:block;
}

.side-nav .nav-list li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    width: 260px;
}

.side-nav .nav-list li a {
    background-position: 93.5% center;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 0.9rem;
    font-weight: 300;
    height: auto;
    line-height: 20.5px;
    padding: 12px 65px 12px 12px;
    transition: background-color 150ms ease-in-out;
    background-color: transparent;
    color: #fff;
    outline-offset: 0.1111111111em;
    font-weight: bold;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    transition: color 200ms cubic-bezier(0.4,0,1,1);
}

.side-nav .nav-list li:nth-child(1) a {background-image: url("../images/icons/menu_overview.svg");}
.side-nav .nav-list li:nth-child(2) a {background-image: url("../images/icons/menu_regional.svg");}
.side-nav .nav-list li:nth-child(3) a {background-image: url("../images/icons/menu_structure.svg");} 
.side-nav .nav-list li:nth-child(4) a {background-image: url("../images/icons/menu_route.svg");} 
.side-nav .nav-list li:nth-child(5) a {background-image: url("../images/icons/menu_enviro.svg");} 
.side-nav .nav-list li:nth-child(6) a {background-image: url("../images/icons/menu_realestate.svg");} 
.side-nav .nav-list li:nth-child(7) a {background-image: url("../images/icons/menu_construction.svg");} 
.side-nav .nav-list li:nth-child(8) a {background-image: url("../images/icons/menu_veg.svg");} 
.side-nav .nav-list li:nth-child(9) a {background-image: url("../images/icons/menu_comment.svg");} 



/* .side-nav .nav-list .nav-item {
    margin-bottom: 25px;
} */

.side-nav .nav-list .nav-item:last-child {
    margin-bottom: 0;
}

/* .side-nav .nav-link {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: #FFF;
    transition: background-color 150ms ease-in-out;
} */

.side-nav .nav-link:hover {
    background-color: #0e3658;
}

/* .side-nav .nav-link .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 30px;
    height: auto;
} */

.side-nav .nav-link.comment-btn {
    background-color: #F3901D;
    color: #000;
}

.side-nav .nav-link.comment-btn:hover {
    background-color: #bf741d;
}

.side-nav .hamburger-btn {
    display: block;
    background-color: #145289;
    transition: background-color 150ms ease-in-out;
    border: 0;
    width: 100%;
    padding: 20px 18px;
    text-align: end;
    margin-bottom: 0px;
}

.side-nav .hamburger-btn:hover {
    background-color: #0e3658;
}

.side-nav .hamburger-btn img {
    width: 30px;
    height: auto;
}

@media screen and (max-width: 992px) {
    .side-nav {
        width: 140px; 
    }

    .side-nav.closed {
        width: 42px;
    }

    .side-nav .hamburger-btn {
        padding: 8px 8px;
    }
    .side-nav .hamburger-btn  img {
        width: 24px;
    }
    
    .side-nav .nav-list li {
        width: 140px;
    }

    .side-nav .nav-list li a {
        background: none !important;
        font-size: .8em;
        line-height: 1.1em;
        padding: 4px 4px; 
    }
    .side-nav.closed .nav-list li a {
        display: none;
    }

    .side-nav-offset {
        margin-left: 40px; 
        width: calc( 100% - 40px );
    }

    #panels {
        bottom: 10px; 
        top: 10px; 
    }

    #panels.showing {
        right: 10px;
    }

    #panels .panel-close {
        right: 12px; 
        top: 12px;
    }

    .panel h2 {
        font-size: 1.4em; 
    }

    .panel-section {
        margin-top: 20px;
        padding: 0; 
    }
}

@media screen and (max-height: 515px) and (min-width: 992px) {
    .side-nav-offset {
        margin-left: 44px; 
        width: calc( 100% - 44px );
    }
    .side-nav.closed {
        width: 44px;
    }
    .side-nav .hamburger-btn {
        padding: 8px;     
    }
    
    .side-nav .nav-list li a {
        background-position: 98% center;
        background-size: contain;
        font-size: .8em;
        padding: 8px;
    }
}