html, body { color: #333; font-family: "Montserrat",sans-serif; font-size: 17px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }
#content > .row { margin: 0; padding: 32px 18% 84px; }
#content > .row > div:first-of-type { padding-left: 0; }
#content > .row > div:last-of-type { padding-right: 0; }

.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: border-bottom-color .1s ease-out; border-bottom: 2px solid transparent; padding-bottom: 2px;}
a:hover { text-decoration: none;  transition: 0.5s all; }

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

hr.black {border-bottom: solid 1px black;}

.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 { color: #16406E; font-size: 2.2em; margin: 12px 0 0; font-weight: 900;}
h3 { font-size: 2.6em; margin: 56px 0 0; font-weight: 900; color: #16406E; }
h4 { font-size: 1.2em; margin: 28px 0 0; }
h5 { color: #16406E; font-size: 1em; font-weight: 700; margin-top: 28px; }
h6 { font-size: 1.1em; font-weight: 700; margin-top: 28px; border-left: 2px #16406E solid; padding-left: 15px;}

/* Paragraphs & Lists */
p { line-height: 1.5em; margin: 24px 0 ; font-weight: 400; }
p.bold {font-weight: 700;}
ul, ol { margin: 16px 0 10px; }
li { line-height: 1.4em; margin-bottom: 8px; }
img { max-width: 100%; }

p.disclaimer  {font-size: 16px; margin-top: 0; padding-top: 5px; }
p a { color: #007AC3; font-weight: 700;}

iframe {margin-top: 25px; margin-bottom: 0;}

/* Accordions */
.accordion-set { margin-top: 38px; margin-bottom: 20px; }
.accordion-set h3 { background-color: transparent; padding: 0; height: auto; line-height: normal; font-size: 1em; margin-top: 24px; }
.accordion-header { background: transparent; border: 0; color: #231f20; cursor: pointer; font-weight: 700; padding: 4px 8px 4px 34px; position: relative; text-align: left; width: 100%; }
.accordion-header span { background: #308A24; border-radius: 50%; color: #fff; font-weight: 900; height: 24px; left: 0; line-height: 22px; position: absolute; text-align: center; width: 24px; }
.accordion-header span:last-of-type { display: none; }
.opened .accordion-header span { display: none; }
.opened .accordion-header span:last-of-type { display: block; }
.accordion > div { padding: 15px 1% 2px 36px; }
.accordion { border-bottom: 1px dashed #333; padding-bottom: 28px; margin-right: 36px; }
.accordion:last-of-type { border: 0; }

.subpages { margin-left: 44px;  }

/* Forms */
form { margin: 18px 0; }
label { display: block; margin: 10px 0 8px; width: 100%; }
input[type="text"] { background: #eaebee; border: 0; margin-bottom: 8px; padding-left: 3px; width: 100%; }
textarea { background: #eaebee; border: 0; 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; }
#crmWebToEntityForm input[type="submit"] { background: #308A24; box-shadow: 0 0 0 0 #fff; border-radius: 40px; color: #fff; display: inline-block; font-size: 0.9em; font-weight: 700; width: fit-content; margin-top: 4px; padding: 10px 28px; transition: .3s; border: none; }
#crmWebToEntityForm input[type="submit"]:hover{ background: #0e3409; box-shadow: 0 3px 6px -2px #fff; padding: 14px 28px;  }
#crmWebToEntityForm input[type="reset"] {display: none!important;}

.zcwf_title {display:none;}
#crmWebToEntityForm.zcwf_lblTopBottom {padding: 0;}
#crmWebToEntityForm {width: 100%!important; max-width: 100%!important; margin-top: 0; padding-top: 0;}
#crmWebToEntityForm { padding: 0 !important; width: 100% !important; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(2) { float: left; width: 48.5% !important; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(3) { float: left; margin-left: 3%; width: 48.5% !important; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(4) { clear: both; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(5) { width: 60% !important; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(10) { float: left; margin-top: 0; width: 48.5% !important; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(11) { float: left; margin-top: 0; margin-left: 3%; width: 48.5% !important; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(12) { clear: both; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(17) { display: none; }
.zcwf_lblTopBottom .zcwf_col_lab { font-family: "Univers","Roboto",sans-serif !important; font-size: .85em !important; padding: 0 !important; }
.zcwf_lblTopBottom .zcwf_col_fld { padding: 0 !important; }
.zcwf_lblTopBottom .zcwf_col_fld input[type=text], .zcwf_lblTopBottom .zcwf_col_fld textarea { background: #fff; font-size: .9em; padding: 4px 6px; width: 100% !important;}
.zcwf_lblTopBottom .zcwf_col_fld_slt { font-size: .9em !important; padding: 5px 6px !important; width: 100% !important; }

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

/* Quick Header */
.header { position: relative; }
.header h1 { border-left: 1px solid #000; display: inline-block; font-size: 1.3em; font-weight: 900; margin: 0 0 0 18px; padding: 8px 18px; }

/* Header */
header { border-bottom: 1px solid #308A24; }
header a { border: 0; }
header h1 { left: -9999px; position: absolute; }
header nav { padding: 14px 1.75%; }
header nav ul { float: right; margin: 12px 2px 0 0; padding: 0; }
header nav li { display: inline-block; margin-left: 52px; }
header nav li a { color: #002856; display: block; font-weight: 600; }
header nav li a:hover { color: #3483C4; }
header nav li a.active { font-weight: 900; }
header nav img { height: 48px; }

header.fix { background: #fff; position: fixed; top: 0; width: 100%; z-index: 1000; }
header.fix #top-bar { display: none; }
header.fix + #content { padding-top: 140px; }

#top-bar { background: #102542; display: flex; justify-content: space-between; padding: 10px 1.5%; }
#top-bar div { }
#top-bar a { background: #308A24; border-radius: 50%; display: inline-block; height: 40px; line-height: 36px; margin-left: 8px; position: relative; text-align: center; width: 40px;  }
#top-bar a:hover { background: #206e15; }
#top-bar a img { width: 24px; }

#top-bar a span { background: #777; border-radius: 6px; box-shadow: 0 4px 8px -2px #000; color: #fff; margin-top: 18px; opacity: 0; position: absolute; right: 99999px; top: 100%; width: 200px; z-index: 1; }
#top-bar a:first-of-type span { width: 400px; }
#top-bar a span:before { border: 8px solid transparent; border-bottom-color: #777; bottom: 100%; content: ""; position: absolute; right: 14px; }
#top-bar a:hover span { opacity: 1; right: 0; transition: right 0s, opacity .4s; }

#mobile-menu { background: transparent; border: 0; display: none; float: right; margin: 0; padding: 8px 4px 0; position: relative; }
#mobile-menu .line { background: #102542; display: block; height: 3px; left: 0; margin: 2px 0 6px; position: relative; top: 0; transition: .3s; width: 26px; }

/* Quick Footer */
.footer { background: #102542;}
.footer .row { margin: 0; padding: 32px 2% 28px; }
.footer .row > div:first-of-type img { height: 52px; margin-right: 28px; }
.footer .row > div:Last-of-type { text-align: right; }
.footer ul { margin-top: 10px; padding: 0; }
.footer li { display: inline-block; vertical-align: middle; }
.footer li a { color: #fff; font-size: .9em; font-weight: 600; margin-left: 36px; }
.footer li a:hover { color: #ddd;}
.footer li img { width: 28px; }

.gray-bg { background: #f2f2f2; }
.orange-bg { background: #FEF2E9; }

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

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

#page-header { position: relative; }
#page-header > div { background-color: #D2F0FF; display: flex; text-align: center; }
#page-header > div > div { text-align: left; width: 50%; }
#page-header .bolt-line { position: absolute; text-align: center; top: 28px; width: 100%; z-index: 1; }
#page-header .bolt-line img { height: 34px; }
#page-header .bolt-line:before { background: #308A24; border-radius: 60px; bottom: 12px; content: ""; height: 6px; left: 5%; position: absolute; width: 41%; }
#page-header .bolt-line:after { background: #308A24; border-radius: 60px; bottom: 12px; content: ""; height: 6px; right: 5%; position: absolute; width: 41%; }
#page-header:after { background: #308A24; border-radius: 60px; bottom: 46px; content: ""; height: 6px; left: 5%; position: absolute; width: 90%; }
#page-header .header-left { padding: 68px 5%; }
#page-header .header-left img { float: right; margin: 24px 0 0 20px; }
#page-header h2 { font-size: 3.6em; font-weight: 900; color: #102542; }
#page-header h2 + span { font-size: 1.6em; font-weight: 400; color: #102542; text-transform: uppercase; letter-spacing: 2px; }
#page-header p { font-size: 1.2em; line-height: 1.3em; color: #002856; }
#page-header .header-right { position: relative; }
.header-left span { text-transform: uppercase; }

.header-right img { height: 100%; object-fit: cover; object-position: center; opacity: 0; position: absolute; transition: opacity .4s; width: 100%; }
.header-right img.active { opacity: 1; }

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

.large-img { margin-bottom: 24px; }
.margin {margin-top: 6.5%;}

#announcement { background: #16406E; color: #fff; padding: 26px 16% 34px !important; position: relative; }
#announcement span { position: absolute; top: 20px; }
#announcement span img { height: 48px; }
#announcement span:before,
#announcement span:after { background: #16406E; border-radius: 4px; bottom: 0; content: ""; height: 100%; left: 0; opacity: .6; position: absolute; transition: height .6s; width: 100%; }
#announcement span.bolted:before { height: 0; opacity: .1s; transition: height .6s ease-in-out .4s; }
#announcement span.bolted:after { height: 0; }
#announcement p { font-size: 1.3em; font-weight: 600; padding-left: 60px; }
#announcement a { color: #F57A1F; font-weight: bold; }
#announcement a img { height: 28px; transition: margin .3s; }
#announcement a:hover img { margin-left: 8px;}

blockquote { border-left-color: #da1020; font-size: 18px; font-weight: 700; padding-top: 0; padding-bottom: 0; background: #f2f2f2; margin: 30px 0; padding: 20px; }

#project-overview .arrow-link { float: right; margin-top: 18px; }

#partners img { height: 94px; margin: 50px 0 25px; }
#partners-miso { padding:0; margin-top: 15px;display: block; }

#benefits ul { display: flex; flex-wrap: wrap; list-style-type: none; padding: 24px 0 0; }
#benefits li { padding: 0 3%; width: 25%; }
#benefits li img { height: 118px; margin: 0 auto; display: block; }
#benefits li h4 { font-size: 1.1em; font-weight: 600; line-height: 1.3em; margin-bottom: 12px; position: relative; text-align: center; }

.quick-buttons { display: flex; flex-wrap: wrap; justify-content: space-between; list-style-type: none; margin-top: 48px; padding: 0; }
.quick-buttons li { background: #308A24; border-radius: 12px; box-shadow: 0 0 18px -14px #333; color: #fff; padding: 0 18px 24px; text-align: center; width: 29%; }
.quick-buttons li > span { color: #fff; display: block; font-size: 1.2em; font-weight: 700; line-height: 1.3em; margin-top: 22px; }
.quick-buttons li > p { font-size: .9em; margin: 20px auto; width: 75%; }
.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; }

.open-modal-btn { padding: 10px 20px; background-color: #007bff; color: white; border: none; border-radius: 5px; cursor: pointer; font-size: 16px;}
.modal { display: none; /* Hidden by default */ position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%;  background-color: rgba(0, 0, 0, 0.5); justify-content: center; align-items: center;}
.modal-content { background-color: white; padding: 20px; border-radius: 8px; width: 800px; max-width: 100%; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; position: relative; overflow-y:scroll; height: 400px;}
.close-btn {  position: absolute; top: 10px; right: 10px; font-size: 30px; cursor: pointer; font-weight: bold;}

#connect-with-us { background: #D2F0FF; overflow: auto; padding-top: 46px !important; position: relative; }
#connect-with-us .bolt-line { left: 0; position: absolute; text-align: center; top: 36px; width: 100%; }
#connect-with-us .bolt-line img { height: 34px; }
#connect-with-us .bolt-line:before { background: #308A24; border-radius: 60px; bottom: 12px; content: ""; height: 6px; left: 5%; position: absolute; width: 41%; }
#connect-with-us .bolt-line:after { background: #308A24; border-radius: 60px; bottom: 12px; content: ""; height: 6px; right: 5%; position: absolute; width: 41%; }
#connect-with-us:after { background: #308A24; border-radius: 60px; bottom: 46px; content: ""; height: 6px; left: 5%; position: absolute; width: 90%; }

#get-involved { background: #D2F0FF; overflow: auto; padding-top: 46px !important; position: relative; }
#get-involved .bolt-line { left: 0; position: absolute; text-align: center; top: 36px; width: 100%; }
#get-involved .bolt-line img { height: 34px; }
#get-involved .bolt-line:before { background: #308A24; border-radius: 60px; bottom: 12px; content: ""; height: 6px; left: 5%; position: absolute; width: 41%; }
#get-involved .bolt-line:after { background: #308A24; border-radius: 60px; bottom: 12px; content: ""; height: 6px; right: 5%; position: absolute; width: 41%; }
#get-involved:after { background: #308A24; border-radius: 60px; bottom: 46px; content: ""; height: 6px; left: 5%; position: absolute; width: 90%; }

#pre-contact { background: #16406E; 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: #007AC2; }
#pre-contact p {width: 75%;}

/* SUBPAGES (Routing) */
#subpage-header { background-color: #102542; background-image: url("../images/segments_bg.jpg"); background-size: cover; background-position: center; height: 330px; padding: 0; position: relative; }
#subpage-header h2 { background: #308A24; bottom: 0; color: #fff; font-size: 2em; font-weight: 700; left: 20%; padding: 22px 6%; position: absolute; }

.map-page #subpage-header { background-image: url("../images/mapbg.jpg"); }
.landowner-page #subpage-header { background-image: url("../images/mapbg.jpg"); }
.events-page #subpage-header { background-image: url("../images/eventsbg.jpg"); }
.library-page #subpage-header { background-image: url("../images/librarybg.jpg"); }
.contact-page #subpage-header { background-image: url("../images/contactbg2.jpg"); }

.jump-menu { background: #f2f2f2; padding: 16px 20% !important; }
.jump-menu button { display: none; }
.jump-menu button span { border: 6px solid transparent; border-top-color: #000; display: inline-block; margin: 4px 0 0 6px; vertical-align: middle; }
.jump-menu.drop-down button span { margin-top: -8px; transform: rotate(180deg); }
.jump-menu nav { display: inline-block; }
.jump-menu nav li { display: inline-block; }
.jump-menu a { border-bottom-color: #007AC2; color: #007AC2; margin-right: 28px; }
.jump-menu a:hover { color: #000; }

.qmk { background: #308A24; border-radius: 50%; color: #fff; display: inline-block; height: 20px; line-height: 20px; margin-right: 3px; text-align: center; width: 20px; }

.green-question { align-items: center; background: #EAF3E9; display: flex; gap: 3%; padding: 4px 4%; }
.green-question .qmk { flex-shrink: 0; font-size: 3em; font-weight: 700;  height: 74px; line-height: 74px; text-align: center; width: 74px; }
.green-question h5 { color: #000;  }
.green-question a { color: #16406E; text-decoration: underline; }
.green-question a:hover { color: #03172d; }

#map-iframe { border: 0; height: 660px; margin: 0 0 32px; width: 100%; }

#routing-process { width: 100%; }
#routing-image img { display: block; margin: 28px auto 0; }
.routing-steps { padding-left: 0; }
.routing-steps h4 { font-weight: 700; }
.routing-steps h4.we-here { color: #308A24; }
.routing-steps h4 span { font-weight: 400; }
.routing-steps h4 span img { width: 35px; margin-left: 10px; padding-bottom: 8px;}
.routing-steps > div { border-bottom: 1px solid #797D83; min-height: 110px; padding-left: 120px; position: relative; }
.routing-steps > div:last-of-type { border: 0; }
.routing-steps > div > img { left: 0; position: absolute; width: 90px; }
.routing-steps .orange-rollover { margin-bottom: 28px; }

#routemap-area { border: 2px solid #ddd; }
#pdf-routemap { position: relative; }
#pdf-routemap > a { background: rgba(15,15,15,.2); border: 2px solid #333; height: 7%; position: absolute; transition: background .3s; width: 6%; }
#pdf-routemap > a:hover { background: rgba(15,15,15,.35); }
#pdf-routemap > a:after { outline: 0px solid rgba(15,15,15,.4); content: ""; height: 100%; left: 0; opacity: 1; position: absolute; top: 0; width: 100%; }
#pdf-routemap > a:hover:after { outline: 14px solid rgba(15,15,15,.8); opacity: 0; transition: outline .4s, opacity .8s; }
#pdf-routemap > a:nth-of-type(1) { left: 83.7%; top: 9.7%; }
#pdf-routemap > a:nth-of-type(2) { left: 77.7%; top: 9.7%; }
#pdf-routemap > a:nth-of-type(3) { left: 83.7%; top: 16.7%; }
#pdf-routemap > a:nth-of-type(4) { left: 77.7%; top: 16.7%; }
#pdf-routemap > a:nth-of-type(5) { left: 72%; top: 16.7%; }
#pdf-routemap > a:nth-of-type(6) { left: 83.7%; top: 23.7%; }
#pdf-routemap > a:nth-of-type(7) { left: 72%; top: 23.7%; }
#pdf-routemap > a:nth-of-type(8) { left: 81.5%; top: 30.8%; }
#pdf-routemap > a:nth-of-type(9) { left: 75.7%; top: 30.8%; }
#pdf-routemap > a:nth-of-type(10) { left: 69.8%; top: 30.8%; }
#pdf-routemap > a:nth-of-type(11) { left: 64.1%; top: 30.8%; width: 5.7%; }
#pdf-routemap > a:nth-of-type(12) { left: 66.1%; top: 37.8%; }
#pdf-routemap > a:nth-of-type(13) { left: 60.3%; top: 37.8%; }
#pdf-routemap > a:nth-of-type(14) { left: 60.3%; top: 44.8%; }
#pdf-routemap > a:nth-of-type(15) { left: 54.4%; top: 44.8%; }
#pdf-routemap > a:nth-of-type(16) { left: 57.7%; top: 51.8%; }
#pdf-routemap > a:nth-of-type(17) { left: 51.9%; top: 51.8%; }
#pdf-routemap > a:nth-of-type(18) { left: 57.7%; top: 58.7%; }
#pdf-routemap > a:nth-of-type(19) { left: 51.9%; top: 58.7%; }
#pdf-routemap > a:nth-of-type(20) { left: 57.7%; top: 65.8%; }
#pdf-routemap > a:nth-of-type(21) { left: 51.9%; top: 65.8%; }
#pdf-routemap > a:nth-of-type(22) { left: 46.6%; top: 67.4%; }
#pdf-routemap > a:nth-of-type(23) { left: 40.8%; top: 67.4%; }
#pdf-routemap > a:nth-of-type(24) { left: 34.9%; top: 67.4%; }
#pdf-routemap > a:nth-of-type(25) { left: 29.5%; top: 65.8%; }
#pdf-routemap > a:nth-of-type(26) { left: 48.6%; top: 72.8%; }
#pdf-routemap > a:nth-of-type(27) { left: 28.5%; top: 72.7%; }
#pdf-routemap > a:nth-of-type(28) { left: 48.6%; top: 79.6%; }
#pdf-routemap > a:nth-of-type(29) { left: 42.8%; top: 79.6%; }
#pdf-routemap > a:nth-of-type(30) { left: 36.9%; top: 79.6%; }
#pdf-routemap > a:nth-of-type(31) { left: 30.9%; top: 79.6%; }
#pdf-routemap > a:nth-of-type(32) { left: 25.3%; top: 79.6%; }
#pdf-routemap > a:nth-of-type(33) { left: 19.5%; top: 79.6%; }
#pdf-routemap > a:nth-of-type(34) { left: 13.6%; top: 79.6%; }
#pdf-routemap > a:nth-of-type(35) { left: 9%; top: 81.3%; }

/* EVENTS */
.events-page h4 { font-size: 1.3em; }
.events-page #get-involved:before { display: none; }
.events-page #get-involved ul { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; }
.events-page #get-involved ul li { padding-right: 36px; width: 33.3333%; }
.events-page #get-involved li h4 { border-left: 5px solid #da1020; font-weight: 700; padding: 3px 8px; }
.events-page #get-involved li span { display: block; padding: 18px 0 0 14px; }

/* .events-page #upcoming-events ul { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; }
.events-page #upcoming-events ul li { padding-right: 36px; width: 33.3333%; } */

#upcoming-events {padding-bottom:0;}
#upcoming-events h4 { font-weight: 700; margin-bottom: 8px; }

#meeting-materials { background: #f2f2f2; margin-top: 52px; padding: 4px 36px 4px; }
#meeting-materials h4 { font-weight: 700; margin-bottom: 28px; }
#meeting-materials li a { display: inline-block; line-height: 1.3em; padding-right: 18px; vertical-align: top; width: 32%; }
.events-page #meeting-materials li span { display: inline-block; padding: 0; }

.virtual {background-color: #f2f2f2; padding: 15px;}
 
hr.bighr {border: 3px solid #308A24;}

#past-events h4 { font-weight: 700; }
#past-events p strong { color: #16406E; }
#past-events .col-sm-4 { padding: 0; margin-top: 0; }

.materials ul {list-style-type: none; padding-left: 0px; }

.doc { color: #000; display: block; margin-bottom: 18px; padding-left: 36px; position: relative; }
.doc img { height: 24px; left: 0; position: absolute; top: 0; }

.meetings-table { border: 1px solid #002756; color: #002756; margin: 32px 0 42px; }
.meetings-table tr > * { border: 1px solid #002756; padding: 5px 12px; }
.meetings-table thead th { background: #EBF4FA; color: #002756; }
.meetings-table tbody th { font-weight: 400; }
.meetings-table tbody tr > * { padding: 10px 12px; vertical-align: top; }
.meetings-table tbody tr:nth-of-type(even) { background: #F2F2F2; }
.meetings-table tbody a { color: #333; }
.webex-detail { display: block; margin-bottom: 18px; }
.webex-link { background: #FF9E18; border-radius: 4px; box-shadow: 0 4px 8px -3px #555; display: inline-block; font-weight: 700; margin: 4px 0 10px; padding: 6px 14px; text-decoration: none; }
.webex-link:hover { background: #d6810e; }

#comment-period { background: #f1faff; }
#comment-period h4 { font-weight: 700; margin-bottom: 8px; }
#comment-period h3 + p { margin-bottom: 0; }
#comment-period ul { margin: 12px 0 46px; }
#comment-period ul li { line-height: 1.8em; margin: 8px 0; }
#comment-period h4 + ul { margin: 28px 0 38px; }
#comment-period h4 + ul li { line-height: 1.4em; }

#how-to-comment { background: #f2fbff; }

/* LIBRARY */
#project-documents h3 { margin-bottom: 34px; }
#project-documents h4 { font-weight: 700; margin-bottom: 22px;  }

#newsletters h3 { margin-bottom: 18px; }
#newsletters div p {margin-top: 15px;}

#permitting-documents h4 { font-weight: 700; margin-bottom: 22px; }
video { border: 1px solid #ddd; display: block; margin: 24px 0; max-width: 600px; width: 100%; }

#outreach-materials { overflow: hidden; position: relative; }

#outreach-materials { overflow: auto; padding-top: 64px !important; position: relative; }
#outreach-materials .bolt-line { left: 0; position: absolute; text-align: center; top: 36px; width: 100%; }
#outreach-materials .bolt-line img { height: 34px; }
#outreach-materials .bolt-line:before { background: #DD6E1C; border-radius: 60px; bottom: 12px; content: ""; height: 6px; left: 5%; position: absolute; width: 41%; }
#outreach-materials .bolt-line:after { background: #DD6E1C; border-radius: 60px; bottom: 12px; content: ""; height: 6px; right: 5%; position: absolute; width: 41%; }
#outreach-materials:after { background: #DD6E1C; border-radius: 60px; bottom: 42px; content: ""; height: 6px; left: 5%; position: absolute; width: 90%; }

#contact-us { background: #ae0c19; background-size: cover; background-position: center; overflow: hidden; padding: 52px 14% 88px; position: relative; text-align: center; }
#contact-us:before { background: #9c0a16; content: ""; height: 100%; left: -25%; position: absolute; transform: skewX(26deg); top: -4%; width: 60%; }
#contact-us:after { background: #9c0a16; content: ""; height: 100%; left: -25%; position: absolute; transform: skewX(-26deg); top: 95.8%; width: 60%; }
#contact-us p { color: #fff; }
#contact-us ul { list-style-type: none; margin: 44px 0 24px; overflow: auto; padding: 0; }
#contact-us li { float: left; margin-right: 3%; width: 31.33333%; }
#contact-us li:last-of-type { margin-right: 0; }
#contact-us li a { background: #fff; border-radius: 6px; color: #000; display: block; font-weight: 700; padding: 26px 12px; text-align: center; text-transform: uppercase; }
#contact-us li a:hover { background: #eee; }
#contact-us li a img { display: block; height: 90px; margin: 0 auto 16px; }
#contact-us li a span { display: block; font-weight: 400; }
#contact-us p a { border: 0; color: #fff; }
#contact-us p a:hover { color: #ddd; }

/* Landowners */

.landowner-page > section { padding: 32px 18% 84px; }
.landowner-page h4 { font-weight: 700; margin-top: 0; }
.landowner-page small { display: block; margin: 8px 0; }

#working-with .row { display: flex; gap: 4%; margin: 34px 0 46px; }
#working-with .row > div { float: none; margin: 0; padding: 0; }
#working-with .row:before,
#working-with .row:after { display: none; }
#working-with .row > div:first-of-type img { border-radius: 8px; box-shadow: 0 3px 8px -2px #666; height: 100%; object-fit: cover; object-position: center; position: absolute; width: 100%; }
#working-with .green-question { align-items: flex-start; gap: 4%; padding: 4px 5%; }
#working-with .green-question .qmk { font-size: 1.8em; height: 52px; line-height: 52px; margin-top: 24px; width: 52px; }

#working-with ol { clear: both; display: flex; justify-content: space-between; list-style: none; margin: 68px 0 52px; padding: 0; }
#working-with ol li { padding-top: 70px; position: relative; width: 23%; } 
#working-with ol li:before { color: #308A24; content: "1"; font-size: 3.2em; font-weight: 700; position: absolute; top: 0; }
#working-with ol li:after { background: #308a24; border-radius: 77px; content: ""; height: 8px; left: 0; position: absolute; top: 42px; width: 100%; }
#working-with ol li:nth-of-type(2):before { content: "2"; }
#working-with ol li:nth-of-type(3):before { content: "3"; }
#working-with ol li:nth-of-type(4):before { content: "4"; }

#working-with .large-img { margin: 34px 0; }
#working-with p:last-of-type a { color: #007AC2; text-decoration: underline; }
#working-with p:last-of-type a:hover { color: #005e96; }

#been-up-to { background: #E6F2F9; }
#been-up-to .row { margin: 44px 0 18px; }

#easements-structures a { color: #007AC2; text-decoration: underline; }
#easements-structures a:hover { color: #005e96; }
#easements-structures .row { align-items: center; display: flex; }
#easements-structures h4 { margin-top: 48px; }

#monopole-structures { display: flex; flex: 0 1 1; gap: 2%; }
#monopole-structures > div:first-of-type { flex-shrink: 10; padding-right: 42px; }
#monopole-structures img { height: 500px; margin-top: 22px; width: auto; }
#monopole-structures .lightbox { margin-top: 0; }

.landowner-page #resources { background: #007AC2; background-image: url("../images/resources_icon.svg"); background-repeat: no-repeat; background-size: auto 90%; background-position: top 50% right 7%; } 
.landowner-page #resources h3 { color: #fff; }
.landowner-page #resources ul { list-style: none; margin-top: 38px; padding-left: 0; }
.landowner-page #resources li { margin: 26px 0; padding-left: 36px; position: relative; }
.landowner-page #resources li:before { background-image: url("../images/icon-doc.svg"); background-repeat: no-repeat; content: ""; height: 30px; left: 0; position: absolute; width: 30px; }
.landowner-page #resources a { color: #fff; }

.landowner-page #faq .accordion { border-bottom-style: solid; padding-bottom: 18px; }
.landowner-page #faq .accordion:last-of-type { border-bottom: 1px solid #000; }
.landowner-page #faq .accordion-header { padding: 0 46px 0 0; }
.landowner-page #faq .accordion-header:before { border: 3px solid #308A24; border-width: 0 4px 4px 0 ; content: ""; height: 18px; position: absolute; right: 0; transform: rotate(45deg); transition: transform .5s; width: 18px; }
.landowner-page #faq .opened .accordion-header:before { transform: rotate(225deg);  }
.landowner-page #faq .accordion > div { padding-left: 0; }
.landowner-page #faq .accordion > div p:last-of-type { margin-bottom: 16px; }

#landowner-footnote { background: #F2F2F2; padding: 20px 18%; }
#landowner-footnote p { margin: 0; }

/* Modal Window */
.close-modal { display: none; }
.modal-window { color: #000; 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 { color: #000; padding: 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: 32px 4% 48px; 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; }

a.contact-us { background: #ee1c23; color: #fff; display: inline-block; padding: 20px 44px 20px 80px; position: relative; }

a.contact-us span { background: #fff; border-radius: 50%; color: #000; font-size: 1.2em; font-weight: 700; height: 44px; line-height: 44px; left: 20px; margin-top: -22px; position: absolute; text-align: center; top: 50%; width: 44px; }

a.contact-us strong { display: block; text-transform: uppercase; }
a.contact-us:hover { background: #ae0c19; }


/* Lightbox */
.lightbox { margin-top: 28px; }
.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 { margin-bottom: 8px; 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; margin: 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; padding: 28px; position: absolute; top: 40px; transition: .8s; width: 86%; }
.lightbox.enhanced > div .close-lightbox { display: block; }
.lightbox a:hover {border: none;}

/* Tabs */
.tabset { margin: 14px 0 28px; }
.tabset ul { display: none; }
.tabset.has-js ul { border-spacing: 14px 0; display: table; }
.tabset .tablist { list-style-type: none; margin: 0px 0; padding: 0; text-align: center; width: 100%; }
.tabset .tab { background: #16406E; border: 0; border-bottom: 0; border-radius: 5px; box-shadow: 0 3px 8px -3px #888; color: #fff; cursor: pointer; display: table-cell; font-weight: bold; line-height: 1.2em; margin: 0; padding: 10px 14px 8px; position: relative; transition: background .2s; }
.tabset .tab:hover { background-color: #102542; }
.tabset .tab:after { border: 0 solid transparent; border-top-color: #16406E; content: ""; left: 50%; margin-left: 0; position: absolute; top: 100%; transition: .2s; }
.tabset .tab[aria-selected="true"]:after { margin-left: -10px; border-width: 10px; }
.tabset .tab[aria-selected="true"]:hover:after { border-top-color: #102542; }

.tabset .panel { box-shadow: None; clear: both; margin: 0 0 18px; padding: 14px 1%; }
.tabset.has-js .panel { display: none; margin-bottom: 0; }
.tabset.has-js .panel[aria-hidden="false"] { display: block; }
.tabset .panel h3 { margin: 0; }
.tabset .panel .row > div { padding: 0; }

.signup-section #crmWebToEntityForm .zcwf_row:nth-of-type(3) {
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}


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

@media screen and (max-width: 1430px) {    
    #announcement { font-size: .9em; }

    header nav li { font-size: .9em; margin-left: 36px; }

    #pre-contact > div { padding: 0 7% 56px !important; }
    #pre-contact h3 { font-size: 2.2em; }

    .footer .row { padding: 26px 1% 8px;  }
    .footer .row > div:first-of-type img { height: 40px; margin-right: 20px; }
    .footer ul { margin-top: 2px; }
    .footer li a { font-size: .75em; margin-left: 24px; }

    #monopole-structures > div:first-of-type { flex-shrink: 8; padding-right: 52px; }
    #monopole-structures img { height: 400px; }
}

@media screen and (max-width: 1250px) {
    #monopole-structures { flex-wrap: wrap; }
    #monopole-structures div { padding-right: 40px; width: 48%; }
    #monopole-structures div:first-of-type { flex-shrink: 0; padding: 0;  width: 100%;  }

    header nav li { font-size: .85em; margin-left: 24px; }
}

@media screen and (max-width: 1100px) {
    #meeting-materials li a { width: 48%; }
}

@media screen and (max-width: 992px) {
    /* Header */
    #mobile-menu { display: inline-block; z-index: 1; }
    .menu-opened #mobile-menu .line.top { top: 8px; transform: rotate(45deg); }
    .menu-opened #mobile-menu .line.mid { opacity: 0; transform: rotate(90deg); }
    .menu-opened #mobile-menu .line.btm { top: -10px; transform: rotate(-45deg); }
    
    header nav { padding: 9px 1.5%; position: relative; }
    .header nav li { margin: 0; }
    header nav ul { background-color: #333; box-shadow: 2px 4px 8px -4px #000; margin: 0; opacity: 0; position: absolute; right: 5400px; top: 100%; width: 240px; z-index: 1; }
    header nav li { border-top: 1px solid #fff; display: block; font-size: .85em; margin: 0; padding: 6px; text-align: center; width: 100%; }
    header nav li a { color: #fff !important; }
    header nav img { height: 40px; }
    .menu-opened header nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }
    #page-header .header-left img { float: none; height: 60px; margin: 0 0 8px; }

    #top-bar { padding: 6px 1%; }
    #top-bar a { height: 30px; line-height: 28px; width: 30px;  }
    #top-bar a img { width: 18px; }
    #top-bar a span { font-size: .85em; width: 140px; z-index: 2; }
    #top-bar a:first-of-type span { width: 320px; }

    #langaugeselectcont { font-size: .85em; margin-top: 3px; padding: 0; }
    #langaugeselectcont select { width: 180px; }

    h1 { font-size: 2.2em; margin: 20px 0 6px; }
    h2 { font-size: 1.7em; margin: 12px 0 0; }
    h3 { font-size: 1.6em; margin: 20px 0 0; }
    h4 { font-size: 1.2em; margin: 28px 0 0; }
    h5 { font-size: 1em; margin: 26px 0 0; }
    h6 { font-size: 1.1em; margin: 26px 0 0;}
    p, li, em { 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; }

    #page-header { font-size: .85em;}
    #page-header h2 { font-size: 2.8em; }
    #page-header h2 + span { font-size: 1.4em; }

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

    #connect-with-us { padding: 72px 5% !important; }

    .jump-menu { padding: 16px 5% !important; }
    .jump-menu button { display: inline-block; font-size: .9em; margin-left: 18px; margin-top: -3px; }
    .jump-menu nav { position: absolute; }
    .jump-menu nav ul { background: #f2f2f2; border: 1px solid #000; left: -9999px; margin: 0 18px; opacity: 0; padding: 8px 10px 0; position: relative; transition: left 0s ease-in .1s, opacity .1s; z-index: 1; }
    .jump-menu.drop-down nav ul { left: 0; opacity: 1; transition: left 0s, opacity .3s; }
    .jump-menu nav li { display: block; }
    .jump-menu nav li a { border: 0; }
    
    #subpage-header { height: 240px; }
    #subpage-header h2 { bottom: 0; left: 5%; padding: 14px 4%; }
    
    .tabset .tablist { margin: 0 0 4px; }
    .tabset .tab { border-bottom: 1px solid #aaa !important; border-radius: 8px; display: inline-block; float: none; margin: 4px 6px 6px; padding: 4px 8px;  }
    .tabset .tab[aria-selected="true"]:after { margin-left: -6px; border-width: 6px;  }
    
    #announcement { padding: 16px 8% 18px !important; }
    #announcement span { top: -8px; }
    #announcement p { padding-left: 50px; }
    #project-info { margin-top: 28px; }
    #project-info h3 { font-size: 1.6em; }
    
    #expectations li img { height: 62px; margin-bottom: 12px; }
    #expectations li:nth-of-type(2) img { height: 42px; }

    #timeline { display: block; }
    #timeline > div { display: inline-block; padding-bottom: 18px; vertical-align: top; width: 32.333%; }
    
    #benefits ul { padding: 18px 4%; }
    #benefits ul li img { height: 80px; }

    .events-page h4 { font-size: 1.1em; }
    .events-page #get-involved ul li { padding-right: 36px; width: 50%; }
    
    #faqs h3 { margin-top: 32px; }
    .accordion-set { margin: 0; }
    .accordion { margin-right: 0; padding-bottom: 16px; }
    #faqs .accordion:last-of-type { border-bottom: 1px dashed #002856; }
    .accordion h3 { font-size: .9em; margin-top: 14px; }
    #faqs .col-md-6:last-of-type .accordion:last-of-type { border: 0; }

    #contact-us { padding-top: 24px !important; }
    #contact-us li a img { height: 40px; }

    #outreach-materials { padding: 66px 5% 58px !important; }
    #get-involved { padding: 66px 5% 58px !important; }
    
    .footer ul { margin-top: 18px; }
    .footer li img { width: 24px; }

    .lightbox.enhanced a { display: block; overflow: auto; }
    .lightbox.enhanced img { min-width: 260%; }
    
    #routemap-area { overflow: auto; }
    #pdf-routemap { width: 992px; }

    #working-with .row { display: block; gap: 0; }
    #working-with .row > div:first-of-type { height: 210px; margin-bottom: 28px; }
    #working-with ol { flex-wrap: wrap;  }
    #working-with ol li { margin-bottom: 24px; padding-top: 52px; width: 47%; }
    #working-with ol li:before { font-size: 2.2em; }
    #working-with ol li:after { height: 5px; top: 30px; }
    #working-with .large-img { border: 1px solid #aaa; overflow: auto; }
    #working-with .large-img img { max-width: 8000%; padding: 28px 18px; width: 992px; }
}

@media screen and (max-width: 768px) {
    #content > .row { padding: 24px 5% 38px; }
    #content > .row > div { padding: 0; }
    .orange-rollover { font-size: .75em; }
    .lightbox img { max-width: 400px; }
    .lightbox.enhanced img { max-width: 8000%; }

    .routing-steps h4 { font-size: 1.1em; }
    .routing-steps > div { padding: 0 18px; }
    .routing-steps > div > img { width: 64px; }
    .routing-steps > div { min-height: 80px; padding-left: 84px; }
    
    #connect-with-us .bolt-line img { height: 24px; }
    #connect-with-us .bolt-line:before { width: 34%; }
    #connect-with-us .bolt-line:after { width: 34%; }
    .quick-buttons li { margin: 0 auto 18px; width: 90%; }
    
    #outreach-materials .bolt-line img { height: 24px; }
    #outreach-materials .bolt-line:before { width: 34%; }
    #outreach-materials .bolt-line:after { width: 34%; }
    
    #get-involved .bolt-line img { height: 24px; }
    #get-involved .bolt-line:before { width: 34%; }
    #get-involved .bolt-line:after { width: 34%; }
    
    .split-row > div { width: 100%; }
    #segment-maps > div { padding-bottom: 18px; }

    #benefits ul li { font-size: .85em; padding-bottom: 28px; width: 48%; }

    #permitting-activities .split-row > div { margin-bottom: 12px; }

    #easements-structures .row { display: block; }
}

@media screen and (max-width: 680px) {
    #content > .row,
    footer .row { padding: 32px 5% 32px; }
    #pre-contact > div { padding: 32px 5% 32px; }

    #langaugeselectcont select { width: 150px; }

    #page-header { font-size: .75em; }
    #page-header h2 { font-size: 2.4em; margin-top: 0; }
    #page-header > div { display: block; }
    #page-header > div > div { width: 100%; }
    #page-header .bolt-line img { height: 24px; }
    #page-header .bolt-line:before { width: 34%; }
    #page-header .bolt-line:after { width: 34%; }
    #page-header:after{ bottom: 16px; }
    #page-header .header-left { padding-bottom: 4px; }
    #page-header .header-right { height: 240px; background-position: bottom; }

    .large-img { border: 1px solid #aaa; overflow: auto; }
    .large-img img { max-width: 8000%; width: 540px; }
    
    #subpage-header { height: 190px; }
    #subpage-header h2 { bottom: 0; font-size: 1.2em; padding: 10px 5%; text-align: center; width: 90%; }

    #map-iframe { height: 520px;  }
    
    #announcement { font-size: .75em; padding: 10px 3% 0; }

    .meetings-table tr > * { font-size: .9em; padding: 5px 6px; }
    .meetings-table tbody tr > * { padding: 8px 6px; }
    #upcoming-events a,
    #how-to-comment a { word-wrap: break-word; }

    #pre-contact > div { text-align: center; }
    #pre-contact p { margin: 18px auto; }
    #pre-contact h3 { font-size: 1.6em; }
    
    #timeline > div { width: 96%; }
    #timeline > div span { height: 60px; line-height: 54px; width: 60px; }
    #timeline > div span img { height: 32px; }
    #timeline > div:before { height: 16px; top: 22px; }
    #timeline > div:last-of-type:before { display: block; }

    #benefits ul li { width: 100%; }
    
    #meeting-materials li a { width: 48%; }

    #expectations li { margin-bottom: 28px; width: 50%; }
    #expectations li:nth-of-type(3) { clear: both; }
    #contractor-logos li { font-size: .8em; padding: 18px 0; width: 48%; }
    
    .events-page #get-involved ul li { padding-right: 16px; width: 100%; }
    
    .has-offset-image { padding-right: 5% !important; }
    .has-offset-image .hoi-content { margin-bottom: 14px; padding: 0 !important; }
    .has-offset-image .hoi-image { height: 260px; margin-top: 36px; position: static; width: 100%; }
    #resources .hoi-content { padding: 0 !important; }
    #resources .hoi-image { width: 100% !important; }

    #contact-us { padding-bottom: 28px !important; }
    #contact-us li { margin: 12px 0; width: 100%; }
    #contact-us li a { padding: 14px 18px; }
    #contact-us li img { height: 48px; }

    #working-with .green-question { gap: 10px; padding: 2px 22px; }
    #working-with .green-question .qmk { font-size: .9em; height: 32px; line-height: 32px; width: 32px; }
    #monopole-structures div { padding-right: 40px; width: 100%; }
    .landowner-page #resources { background-size: auto 60%; } 
}

@media screen and (max-width: 480px) {
    .jump-menu { padding-bottom: 52px !important; }
    .jump-menu button { margin: 0; }
    .jump-menu nav { display: block; margin: 5px 0 0 0; }
    .jump-menu nav ul { margin: 0; }
    
    #top-bar a span { display: none; }

    #working-with ol li { margin-bottom: 24px; padding-top: 52px; width: 100%; }
}