html, body { color: #042B19; font-family: 'Arial', sans-serif; font-size: 18px; -webkit-font-smoothing: antialiased;  scroll-behavior: smooth;}
.container { padding: 0; width: 100%; }
.row { margin: 0; }
.row > div { padding: 0 1.5% 12px; }
.content { width: 100%; }
.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; color: #118751; text-decoration: underline; }
a:hover,
a:focus { color: #02542f; }
.button { background-color: #c47; border-radius: 14px; border: 0; color: #044f7c; 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; }
a:visited {color: #02542f;}

/* Headers */
h1 { font-size: 3.3em; margin: 30px 0 22px; }
h2 { color: #042B19; font-size: 2.2em; font-weight: 700; margin: 12px 0 24px; }
h3 { color: #0D8751; font-size: 1.4em; font-weight: bold; margin-top: 40px; }
h4 { color: #044f7c; font-size: 1.4em; margin: 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.6em; margin-bottom: 26px; padding-right: 10px; }
ul, ol { margin: 16px 0 10px; }
li {  line-height: 1.4em; margin-bottom: 8px; }
.images img { width: 100%; }

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


/* Modal Window */
.close-modal { display: none; }
.modal-window { height: 100%; left: 0; position: fixed; top: -100%; transition: top .8s; 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 8% 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; }


.bg-light-gray {
    background-color: #f2f2f2 !important;
}

#introduction { display: none!important; }
#introduction a {color: #fff; text-decoration: underline;}
#introduction > div { background: #0f633c; background-image: url("../images/bg.png"); padding: 48px 5%; }

#introduction h2 { color: #042B19; font-size: 1.2em; }
#introduction h2 span { display: block; font-size: 2em; margin: 8px 0 48px; }
#introduction p { margin: 24px 0;}
#introduction h3 { color: #000; display: inline-block; font-size: 1.2em; font-weight: 700; margin: 48px 0 18px; position: relative; text-transform: uppercase; }
#introduction h3:after { background: #044f7c; content: ""; height: 12px; left: 0; margin-top: 1px; position: absolute; top: 100%; width: 100%; }
#introduction.modal-window > div .close-modal { background: transparent; border: 0; position: unset; font-size: 20px; font-weight: 700;}

#introduction > div > div { background: #fff; margin-top: 34px; padding: 24px 15% 54px; text-align: center; }
#introduction ul { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; margin: 36px auto 0; padding: 0; width: 60%; }
#introduction ul li { font-weight: 700; padding: 0 24px;  width: 33%; }
#introduction ul li img { display: block; margin: 0 auto 18px; }

html { height: 100%; }
body { height: 100%; overflow: hidden; width: 100%; }
.container { height: 100%; overflow: hidden; position: relative; transition: width .5s; width: 100%; } 
#meeting-content { height: 100%; width: 100%; }

#meeting-menu { background-color: #0F633C; height: 100%; left: 0; position: absolute; text-align: center; top: 0; transition: .5s; width: 236px; }
#meeting-menu a { color: #FFFFFF; display: block; font-size: .9em; height: calc(100% / 9); overflow: hidden; position: relative; }
#meeting-menu a > span { display: inline-block; height: 100%; vertical-align: middle; width: 95%; }
#meeting-menu a > span:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
#meeting-menu a > span:last-of-type { background-color: #0F633C; color: #fff; left: 0; position: absolute; top: 0; transition: left .5s, background .2s; width: 100%; }
#meeting-menu a > span > span { display: inline-block; font-size: 1.2em; line-height: 1.2em; padding: 0 30px; vertical-align: middle; }
#meeting-menu a > span > i { display: inline-block; font-size: 3em; vertical-align: middle; }
#meeting-menu a > span > img { height: 44px; }
#meeting-menu a:hover { background-color: #118751; }
#meeting-menu a:hover > span:last-of-type { background: #118751; left: 0; }
#meeting-menu a.selected > span:last-of-type { background: #118751; font-weight: 700; left: 0; transition: 0s; }

#open-menu { background: #0F633C; border: 0; color: #fff; display: none; font-size: .8em; height: 54px; left: 14px; line-height: 1.6em; opacity: 0; padding: 0; position: fixed; text-align: center; top: 14px; transition: left .4s, background .2s; width: 58px; z-index: 1; }
#open-menu:hover { background: #07492a; }
#open-menu > span { position: relative; top: -2px; }
#open-menu > span > span { display: block; font-size: 2.2em; margin: 0 auto; width: 30px; }

#menu-blocker { background: rgba(0,0,0,.4); display: none; height: 100%; position: fixed; top: 0;width: 100%; }
.menu-opened #menu-blocked { display: block; }

#meeting-body { height: 100%; margin-left: 236px; overflow-y: auto; position: relative; }
#meeting-body > div { background: #fff; clear: both; padding: 60px 68px 74px 100px; }
#meeting-body > div .row > div { padding: 14px 2% 14px 0; }
hr { border-bottom: 3px solid #23716D; border-top: none; }

.yellow-button { background: #F9AE1C !important; border-radius: 60px !important; border: 0; box-shadow: 0 4px 8px -4px #333; color: #042B19; display: inline-block; font-weight: 700; margin-top: 18px; padding: 18px 26px; text-decoration: none; transition: background .2s; }
.yellow-button:hover { background: #d68f06 !important; text-decoration: none; }

#welcome { background-image: url("../images/title-bg.png"); background-size: cover; background-position: center; height: auto; position: relative; text-align: center; } 
#welcome:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
#welcome > div { background: #fff; background: rgba(255,255,255,.85); border-top: 14px solid #F9AE1C; display: inline-block; padding-bottom: 22px; vertical-align: middle; width: 60%; }
#welcome > div img { height: 110px; margin-top: 28px; } 
#welcome h1 { font-size: 2.2em; margin-top: 16px; padding: 0 34px 8px; }
#welcome h1 strong { display: block; font-size: 1.2em; margin-bottom: 14px; }
#welcome h1 span { letter-spacing: .05em; text-transform: uppercase; }

#facility-functions { display: flex; flex-wrap: wrap; gap: 2.5%; margin-bottom: 54px; justify-content: space-between; list-style: none; padding: 18px 0 0; }
#facility-functions li { font-weight: 700; text-align: center; width: 16%; }
#facility-functions li img { display: block; margin-bottom: 16px; width: 100%; }

#comment-map { background: #FFF5CE; }

.fun-links { margin-top: 38px; padding: 0; }
.fun-links li { display: inline-block; margin: 0 86px 24px 0; }
.fun-links a { display: block; font-weight: 700; padding-bottom: 5px; position: relative; text-decoration: none; text-indent: 0; }
.fun-links a:before { background: #02542f; bottom: 0; content: ""; height: 2px; left: 50%; opacity: 0; position: absolute; transform: translateX(-50%); transition: .4s; width: 0; }
.fun-links a:after { content: "→"; margin-left: 6px; position: absolute; transition: .4s; }
.fun-links a:hover:before { opacity: 1; width: 100%; }
.fun-links a:hover:after { margin-left: 13px; }

/* Lightbox */
.lightbox { max-width: 1000px; }
.lightbox hr {border-bottom: solid 1px gray;padding-bottom: 0; margin-bottom: 0;}
.lightbox em {font-size: 14px; margin-top: 0;padding-top: 0;}
.lightbox img { width: 100%; }
.lightbox > button { background-color: rgba(0,0,0,.75); border: 0; cursor: pointer; height: 0; left: -100%; margin: 0; position: absolute; top: 0; transition: height .4s, left 0s ease-in-out .4s; visibility: hidden; width: 100%; }
.lightbox > div { top: 80px; }
.lightbox > div .close-lightbox { background: 0; border: 0; color: #fff; font-size: 3em; display: none; position: fixed; right: 10px; top: 0; }
.lightbox > div .close-lightbox span { left: -9999px; position: absolute; }
.lightbox.enhanced { height: 100%; left: 0; margin: 0; max-width: 8000%; 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;  padding: 15px; 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; }

.big-img img { width: 100%; }

#structure-types .row { margin-bottom: 18px; }
#structure-types h3 { margin-top: 0; }
#structure-types h3 span { display: block; font-size: .75em; margin: 3px 0 24px; }
#structure-types .col-sm-7 { width: 54.7%; }
#structure-types .col-sm-5 { width: 45.3%; }

#input-opportunities h3 { background: #118751; color: #fff; margin-bottom: 22px; padding: 12px 22px; }
#open-houses { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 16px; }
#open-houses > div { padding-right: 20px; width: 33.3333%; }
#open-houses h4 { color: #042B19; font-size: 1.2em; font-weight: 700; margin: 6px 0 14px; }
#input-opportunities iframe { margin-top: 26px; }

#map-instructions { font-weight: 700; padding-left: 38px; position: relative; }
#map-instructions span { background: #F9AE1C; border-radius: 50%; font-size: 1.1em; height: 28px; left: 0; position: absolute; text-align: center; width: 28px; }
#map { background: #aaa; overflow: hidden; padding-top: 56.25%; position: relative; margin-bottom: 44px; }
#map iframe { border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

#contact-us img { margin-right: 10px; width: 80px; }
#contact-us .row { align-items: center; display: flex; margin-bottom: 24px; }
#contact-us .row > div { float: none; }

/* FOOTER */

footer { background: #042B19; color: #fff; padding: 34px 38px 12px; text-align: center; }
footer a { color: #fff; }
footer a:hover { color: #ddd; }

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

@media screen and (min-width: 1890px) {
    body { font-size: 20px; }
    p { font-size: 20px; }
    #meeting-menu a > span > span { font-size: 1.3em; line-height: 1.2em; padding: 0 18px; }
}


@media screen and (max-width: 1270px) {
    body { overflow: hidden; }
    h2 { font-size: 2.6em; }
    h2:after { height: 10px; margin-top: 6px; }

    #open-menu { display: block; z-index: 15; }
    #meeting-body { background: #fff; left: 0; margin: 0; position: relative; transition: left .4s; z-index: 10; }
    #meeting-body > div { padding-left: 90px; }
    #meeting-menu { left: -236px; transition: left .4s; z-index: 100; }
    #meeting-body { margin: 0; width: 100%; }
    .menu-opened #meeting-menu { left: 0; }
    #meeting-menu a { font-size: 1em; }
    #meeting-menu a > span:last-of-type {left: 0 !important; }
    #meeting-menu a span > span { font-size: 1em; }

    .menu-opened #open-menu { left: 250px; }
    .menu-opened #meeting-body { left: 236px; }
    .menu-opened #menu-blocker { display: block; }

    #introduction ul { width: 80%; }

}

@media screen and (max-width: 992px) {
    .vertical-center > div { margin: 0; }
    h1 { font-size: 2.2em; margin: 20px 0 6px; }
    h2 { font-size: 1.6em; margin: 12px 0 24px; padding-right: 20px; }
    h3 { font-size: 1.2em; font-weight: 700; margin: 32px 0 20px; }
    h4 { font-size: 1.3em; margin: 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; }

    .lightbox.enhanced > div { top: 60px;  }
    .lightbox.enhanced a { display: block; overflow: auto; }
    .lightbox.enhanced img { max-width: 8000%; width: 992px; }

    #modal-window > span > span { font-size: 1.8em; padding: 8px; }
    #modal-window > div { font-size: .9em; height: 85%; padding: 8px 10px; width: 90%; }
    #modal-window.showing > div { margin-top: 34px; }

    #welcome { height: 360px; }
    #welcome h1 { font-size: 1.6em; }
    #welcome > div { width: 80%; }
    #welcome > div img { height: 48px; }

    #intro-screen { padding-top: 50px; }
    #intro-screen h1 { font-size: 2.1em; }
    #intro-screen > div a div { height: 126px; line-height: 122px; margin: -50px 0 0 -58px; width: 126px; }
    #intro-screen > div a div img { width: 64px; }
    #intro-screen > div a span { font-size: .9em; }

    #open-houses h4 { font-size: 1em; }

    #map-instructions span { line-height: 1.6em; }
    #map { height: 500px; overflow: auto; padding: 0; }
}

@media screen and (max-width: 768px) {
    #introduction > div { padding: 28px 5%; }
    #introduction > div > img { height: 40px;  }
    #introduction h2 { padding: 0; }
    #introduction h2 span { font-size: 1.5em; margin-bottom: 32px; }
    #introduction > div > div { margin-top: 24px; padding: 16px 6% 40px;  }
    #introduction ul { width: 100%; }
    #introduction ul li { font-size: .85em; padding: 0 4px; }
    #introduction ul li img { height: 40px; }

    #landowner-resources li { margin-bottom: 18px; }

    .footer { font-size: .85em; padding: 18px; }

    #project-benefits ul { justify-content: flex-start; }
    #project-benefits ul li { width: 30%; }
    #project-benefits ul li img { margin: 0 auto 8px; width: 100px; }

    #structure-types .col-sm-5,
    #structure-types .col-sm-7 { width: 100%; }
}

@media screen and (max-width: 660px) {
    .container { width: 100%; }

    h2 { font-size: 1.6em; }
    h2 strong { font-size: 1em;}

    #intro-screen { padding-top: 39px; }
    #intro-screen h1 { font-size: 1.3em !important; line-height: 1.3em; }
    #intro-screen > div { padding: 14px 0; }
    #intro-screen > div a { font-size: .8em !important; padding: 8px 0; width: 50%; }
    #intro-screen > div a span { font-size: 1em !important; }
    #intro-screen > div a div { background-color: transparent; display: block; height: auto !important; line-height: 1em !important; margin: 0 !important; position: static; width: auto !important; }
    #intro-screen > div a div img { width: 58px !important; }
    .contact-open #intro-screen > a { display: block; }

    #main-content { width: 100%; }
    #meeting-content > div { padding-top: 0 !important; top: 0 !important;  }
    .started #meeting-header { height: 40px !important; z-index: 3;}
    #meeting-header > div { background-position: 0 !important; height: 40px !important; }
    #meeting-header img { margin-left: 20px; }
    #meeting-header div > img[src*="tag"] { display: none; }
    #meeting-header a:first-of-type { color: #a0b939; display: inline-block; padding: 6px 6px 0 12px; vertical-align: top; }
    #meeting-header a img { margin: 2px 0 !important; height: 34px !important; padding: 3px !important; }
    #meeting-header a:last-of-type { margin: 0 !important; margin-right: 40x !important; padding: 0 8px !important; }
    #meeting-header a:last-of-type:hover { background-color: transparent; }
    #meeting-header > a:first-of-type { display: inline-block; }
    #meeting-header span {margin-left: 0px; font-size: 0.9em; display: inline-block; }
    #meeting-menu a span > span { font-size: .9em; }

    #welcome { height: 280px; }
    #welcome h1 { font-size: 1.3em; padding-top: 0; }
    #welcome > div { padding-bottom: 12px; width: 94%;}

    #meeting-body > div { padding: 20px 36px 32px; }
}

@media screen and (max-width: 480px) {
    .bookend-screen > p { font-size: 2em; }    
    #meeting-body > div { padding: 8px 24px 22px; }

    #meeting-body h2 { margin-top: 24px; text-align: center;}
    #meeting-body span { padding-bottom: 0;}
    #introduction p {width: 100%; padding: 0;}
    #introduction a {width: 100%; padding: 0;}
    ul li { text-indent: 5px; }

    #welcome p {width: 100%; margin-top: 104px; }

    .big-img { border: 1px solid #aaa; margin-bottom: 14px; overflow: auto; width: 100%; }
    .big-img img { max-width: 8000%; width: 480px; }

    #project-benefits ul li { font-size: .75em; margin-bottom: 18px; width: 96%; }
    #project-benefits ul li img { width: 70px; }

    #open-houses div { width: 100%; }
}
