html, body { color: #333; font-family: "Roboto", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }
.row { margin: 0; }
#content > .row { padding: 24px 1%; }
#content > .row > div { padding: 0 2.5% 12px; }
.vertical-center > div { float: none; display: inline-block; margin-left: -.5%; vertical-align: middle; }
.vertical-center > div:first-of-type { margin: 0; }

/* Links */
a { transition: background-color .2s, color .2s; }
a:hover,
a:focus { text-decoration: none; }
.button { background-color: #c47; border-radius: 14px; border: 0; color: #fff; display: inline-block; letter-spacing: .05em; margin-top: 12px; padding: 4px 16px; transition: background-color .2s; }
.button:hover { background-color: #b16; color: #fff; }
.button:focus { color: #fff; }

#skiptocontent { background-color: #fff; border-radius: 8px; box-shadow: 2px 2px 8px 0 #000; font-size: 1.3em; left: -9999px; padding: 3px 12px; position: absolute; top: -9999px; }
#skiptocontent:focus { left: 8px; top: 8px; }
.ada-element { left: -9999px; position: absolute; }

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

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

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

/* Headers */
h1 { font-size: 3.3em; margin: 30px 0 22px; }
h2 { font-size: 2.2em; margin: 12px 0 0; }
h3 { font-size: 1.8em; margin: 28px 0 0; }
h4 { font-size: 1.6em; margin: 28px 0 0; }
h5 { font-size: 1.4em; margin: 26px 0 0; }
h6 { font-size: 1.3em; margin: 26px 0 0; }

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

/* Forms */
form { margin: 18px 0; }
label { display: block; margin: 10px 0 8px; width: 100%; }
input[type="text"] { margin-bottom: 8px; padding-left: 3px; width: 100%; }
textarea { height: 80px; margin-bottom: 8px; padding: 3px 5px; resize: none; width: 100%; }
input[type="checkbox"],
input[type="radio"] { margin: 0 4px 0 2px; }
input[type="checkbox"] + label,
input[type="radio"] + label { display: inline-block; margin-right: 14px; position: relative; top: -1px; width: auto; }
input[type="submit"],
input[type="reset"] { border: 0; letter-spacing: .05em; margin-top: 14px; padding: 5px 16px 4px; transition: background-color .2s; }
.button:hover,

/* 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 { background-color: #c47; color: #fff; padding: 14px 20px; position: relative; }
.header h1 { display: inline-block; font-size: 1.3em; margin: 0; }
.header .nav { float: right; top: 0; right: 0; }
.header ul { margin: 0; padding: 0; }
.header li { display: inline-block; margin-left: 28px; }
.header li a { color: #fff; display: block; }
.header li a:hover { color: #ddd; }
#mobile-menu { background-color: transparent; border: 0; cursor: pointer; display: none; padding: 0 4px; }

/* Quick Footer */
.footer { background-color: #c47; color: #fff; padding: 14px 20px; }

/* Accordions */
.accordion-set { margin-bottom: 20px; }
.accordion-header { cursor: pointer; padding: 4px 8px; text-align: left; width: 100%; }
.accordion-header i { font-size: .5em; margin-left: 12px; transition: .45s; vertical-align: middle; }
.opened .accordion-header i { transform: rotate(180deg); }
.accordion > div { padding: 2px 1%; }

.accordion h4 { font-size: 1em; line-height: 1.2em; margin-top: 16px; }
.accordion-header { background: #22afb8; border: 0; border-radius: 8px; color: #fff; font-family: "Roboto",sans-serif; margin-top: 8px; padding: 9px 36px 8px 12px; position: relative; text-transform: uppercase; }
.accordion-header i { background: #0b1e7d; border-radius: 50%; font-size: .9em; height: 20px; line-height: 22px; margin-top: -10px; position: absolute; right: 12px; text-align: center; top: 50%; width: 20px; }

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

.header { background: #01726f; color: #fff; padding: 20px 26px; }
.header h1 { font-weight: 700; text-transform: uppercase; }
.header h1 span { display: block; font-size: 1.41em; }
.header h1 a { color: #fff; }

.header .nav { padding: 4px 20px 0 0; }
.header li { margin-left: 42px; position: relative; }
.header li a { position: relative; }
.header li a:before,
.header li a:after { background: #c9da10; content: ""; height: 5px; margin-top: 1px; position: absolute; right: 50%; top: 100%; width: 0; }
.header li a:after { left: 50%; right: auto; }
.header li a.selected:before,
.header li a.selected:after { transition: width .4s; width: 50%; }
.header li a:hover:before,
.header li a:hover:after { transition: width .4s; width: 50%; }
.header li a.button-style { border: 1px solid #fff; border-radius: 8px; padding: 4px 20px 3px;  }
.header li a.button-style:before,
.header li a.button-style:after { display: none; }
.header li a.has-submenu:hover:before,
.header li a.has-submenu:hover:after { display: none; }
.header li a.button-style.selected,
.header li a.button-style:hover { background: #fff; color: #01736f; }
.header ul ul { left: -99999px; opacity: 0; padding: 0; position: absolute; width: 220px; z-index: 1; }
.header ul ul li { margin: 0; width: 100%; }
.header ul ul li a { background: #000; display: block; padding: 5px 7px 3px; width: 100%; }
.header ul ul li a:hover { background: #333; }
.header ul ul li a:before,
.header ul ul li a:after { height: 2px; }
.header ul li:hover ul { left: -4px; opacity: 1; transition: left 0s, opacity .2s; }
.header ul li:last-of-type ul { left: auto; right: 9999px; }
.header ul li:last-of-type:hover ul { left: auto; right: 0; }

.footer { background: #6a6969; border-bottom: 48px solid #4d4c4c; margin-top: 34px; padding: 30px 3% 0 4%; }
.footer .col-sm-3 { margin-left: 4%; width: 18%; }
.footer .col-sm-3:first-of-type { background: #fff; border-radius: 18px 18px 0 0 ; color: #000; padding: 14px 2%; width: 30%; }
.footer .col-sm-3:first-of-type p { margin-left: 33%; }
.footer .col-sm-3:last-of-type a { display: block; font-weight: 700; margin-top: 14px; }
.footer .col-sm-3:last-of-type a i { background: #fff; border-radius: 18px; color: #6a6969; display: inline-block; height: 20px; line-height: 20px; margin-right: 4px; text-align: center; vertical-align: middle; width: 20px; }
/* .footer .col-sm-4 { margin-left: 4%; width: 29%; }
.footer .col-sm-4:first-of-type { background: #fff; border-radius: 18px 18px 0 0 ; color: #000; padding: 14px 2%; width: 30%; }
.footer .col-sm-4:first-of-type p { margin-left: 33%; }
.footer .col-sm-4:last-of-type a { display: block; font-weight: 700; margin-top: 14px; }
.footer .col-sm-4:last-of-type a i { background: #fff; border-radius: 18px; color: #6a6969; display: inline-block; height: 20px; line-height: 20px; margin-right: 4px; text-align: center; vertical-align: middle; width: 20px; } */
.footer h3 { color: #fff; font-family: "Roboto", sans-serif; font-size: 1.1em; font-weight: 700; }
.footer a { color: #fff; }
.footer a:hover { color: #ddd; }

/* Shared Elements */

h2 { position: relative; }
h2 span { background: #c9da10; display: inline-block; font-family: "Source Sans Pro", sans-serif; font-weight: 700; margin: 22px 0 84px; padding: 8px 26px; text-transform: uppercase; }
h2:after { background-image: url("../images/blue-squiggle-bg.png"); background-size: 20% 37px; content: ""; height: 37px; left: 0; margin-top: 20px; bottom: 8px; position: absolute; width: 100%; }
h3 { color: #01726f; font-family: "Source Sans Pro", sans-serif; font-weight: 700; }
h4 { font-size: 1.2em; font-weight: 700; text-transform: uppercase; }
h4.no-margin { margin-top: 18px; }
h4.no-margin + p { margin-top: 4px; margin-bottom: 20px; }
hr { border-color: #979797; margin: 32px 0 40px; }

.chartreuse-button { background: #c9da10; border-radius: 6px; color: #000; display: inline-block; font-weight: 700; margin-top: 12px; padding: 6px 14px 5px; text-decoration: none !important; text-transform: uppercase; transition: background .2s; }
.chartreuse-button:hover { background: #bece05; color: #000; }

.blue-bg { background: #d9ecf1; border-radius: 12px; padding: 1px 34px 24px; }
.teal-callout { background: #01726f; border-radius: 8px; color: #fff; margin-top: 26px; overflow: auto; padding: 16px 26px 24px; }
.teal-callout h3 { color: #fff; margin-top: 4px; }
.teal-callout .chartreuse-button { float: right; }
.gray-callout { background: #4d4c4c; }

.subheader { font-family: "Source Sans Pro", sans-serif; font-size: 2.4em; font-weight: 700; line-height: 1.2em; }
.subsubheader { font-family: "Source Sans Pro", sans-serif; font-size: 1.2em; font-weight: 700; }

#content a { color: #000; text-decoration: underline; }
#content a.local { color: #0b1e7d; font-weight: 700; text-decoration: none; }

/* Homepage */

#homepage .header { background: #fff; color: #000; }
#homepage li a { color: #000; }
#homepage ul ul li a { color: #fff; }
#homepage li a.button-style { border-color: #000; }
#homepage li a.button-style:hover { background: #c9da10; }

#homepage-banner { background-image: url("../images/hp_header.jpg"); background-size: cover; height: 608px; padding: 0 7%; position: relative; }
#homepage-banner > div { bottom: 328px; position: absolute; }
#homepage-banner h2 { color: #000; font-family: "Source Sans Pro", sans-serif; font-size: 2.4em; font-weight: 700; line-height: 1.2em; margin-bottom: 16px; width: 50%; }
#homepage-banner h2:after { display: none; }

#homepage-options { background: #d9ecf1; margin: 0 3.5%; padding: 0 2% 48px; text-align: center; }
#homepage-options a { background: #fff; border-radius: 14px; box-shadow: 0 7px 8px -6px #333; color: #000; display: inline-block; margin: -280px 1% 0; position: relative; text-decoration: none; vertical-align: top; width: 31%; }
#homepage-options a > strong { background: #c9da10; display: block; font-size: 1.2em; font-weight: 700; height: 60px; line-height: 1.1em; padding: 0 18px; transition: background .2s; }
#homepage-options .image-div { background-image: url("../images/hp-option3.jpg"); background-size: cover; background-position: center; border-radius: 14px 14px 0 0; height: 280px; }
#homepage-options a:nth-of-type(2) .image-div { background-image: url("../images/hp-option1.jpg"); }
#homepage-options a:nth-of-type(3) .image-div { background-image: url("../images/hp-option2.jpg"); }
#homepage-options a > div { height: 180px; padding: 8px 28px; text-align: left; }
#homepage-options a > div button { border: 0; bottom: 28px; height: 34px; padding-left: 44px; position: absolute; right: 28px; }
#homepage-options a > div button i { background: #0b1e7d; border-radius: 6px 0 0 6px; color: #fff; position: absolute; height: 100%; left: 0; line-height: 34px; text-align: center; text-align: center; top: 0; width: 34px;  }
#homepage-options a:hover > strong { background: #bece05; }

#alert-banner { background: #fcbe20; font-weight: 700; line-height: 1.2em; padding: 14px; text-align: center; }
#alert-banner img { display: inline-block; height: 20px; margin-right: 4px; vertical-align: middle; }
#rfq-banner { display: none; font-weight: 700; line-height: 1em; padding: 14px; text-align: center; text-decoration: none; }
#rfq-banner a { text-decoration: none; }
#rfq-banner a:hover { color: #01726f; }
#rfq-banner img { height: 32px; margin-right: 8px; }

#rfqs { display: none; }

.project-update { margin-top: 24px; position: relative; }
.project-update:after { background-image: url("../images/green-squiggle-bg.png"); background-size: 20% 37px; bottom: -18px; content: ""; height: 37px; left: -10%; position: absolute; width: 60%; }
.proj-update-header { background: #01726f; border-radius: 12px 0 0 12px; height: 100%; position: absolute; text-align: center; width: 380px; }
.proj-update-header h3 { border: 2px solid #fff; border-radius: 8px; color: #fff; margin: 0; padding: 14px 18px 14px 70px; position: relative; text-transform: uppercase; width: 240px; }
.proj-update-header h3:after { background: #fff; content: ""; height: 100%; left: 50px; position: absolute; top: 0; width: 2px; }
.proj-update-header img { left: 0; margin-left: -40px; position: absolute; width: 80px; }
.proj-update-body { border: 2px solid #01726f; border-radius: 12px; color: #01726f; font-size: 1.2em; overflow: auto; padding: 2px 48px 36px 424px; }
.proj-update-body h4 { font-family: "Source Sans Pro", sans-serif; font-size: 1.4em; }
.proj-update-body .chartreuse-button { float: right; }

/* About */

#check-list { list-style-type: none; margin: 36px 0 50px; padding: 0; }
#check-list + * { clear: both; padding-top: 26px; }
#check-list li { border: 2px solid #c9da10; border-radius: 10px; float: left; height: 112px; margin-right: 2%; position: relative; text-align: center; width: 32%; }
#check-list li span { color: #01726f; display: inline-block; font-size: 1.2em;font-weight: 700; padding: 6px 4% 0; vertical-align: middle; }
#check-list li:after { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
#check-list li:last-of-type { margin-right: 0; }
#check-list li i { background: #fff; border: 2px solid #c9da10; box-shadow: 0 6px 8px -2px #aaa; color: #c9da10; font-size: 1.2em; height: 36px; left: 50%; line-height: 34px;  margin: -18px 0 0 -18px; position: absolute; top: 0; width: 36px; }

#district-partners { margin-bottom: 160px; position: relative; text-align: center; }
#district-partners:after { background-image: url("../images/green-squiggle-bg.png"); background-size: 20% 37px; content: ""; height: 37px; left: -13%; margin-top: 46px; position: absolute; top: 100%; width: 110%; }
#district-partners div { cursor: pointer; display: inline-block; margin: 0 1%; position: relative; vertical-align: top; width: 26%; }
#district-partners h4 { color: #0b1e7d; font-size: 1.2em; font-weight: 700; }
#district-partners p { background: #0b1e7d; border-radius: 8px; bottom: 90%; color: #fff; font-size: .9em; left: -9999px; line-height: 1.2em; opacity: 0; padding: 14px 18px; position: absolute; width: 120%; }
#district-partners p a { color: #fff; }
#district-partners p a:hover { color: #ddd; }
#district-partners p:after { border: 12px solid transparent; border-top-color: #0b1e7d; border-width: 14px 12px; content: ""; left: 54px; position: absolute; top: 100%; }
#district-partners div:hover p { left: 0; opacity: 1; transition: left 0s, opacity .2s; }

#event-timeline h3 { color: #000; font-family: "Roboto", sans-serif; font-size: 1.2em; margin-bottom: 30px; text-transform: uppercase; }
#event-timeline > div { background: #22afb8; border-radius: 10px; color: #fff; margin: 18px 5% 36px; padding: 16px 16px; position: relative; }
#event-timeline > div:after { border-left: 4px dotted #898989; content: ""; height: 18px; left: 50%; margin-top: 8px; position: absolute; top: 100%; width: 2px; }
#event-timeline > div:last-of-type:after { display: none; }
#event-timeline > div:nth-of-type(2) { background: #1aa0a6; }
#event-timeline > div:nth-of-type(3) { background: #149498; }
#event-timeline > div:nth-of-type(4) { background: #0b8484; }
#event-timeline > div:nth-of-type(5) { background: #01726f; }
#event-timeline h4 { margin: 0; }
#event-timeline button { background: transparent; border: 0; display: block; float: right; margin-top: 12px; text-transform: uppercase; }
#event-timeline button span { color: #fff; transition: color .2s; }
#event-timeline button:hover span { color: #ddd; }
#event-timeline button i { background: #0b1e7d; border-radius: 50%; height: 24px; line-height: 24px; margin-left: 4px; text-align: center; width: 24px; }
#event-timeline > div > div { clear: both; }
#event-timeline > div > div p { display: none; }

/* Know Your Flood Risk */

.overlay-text { background: transparent; border: 0; color: #0b1e7d; font-weight: 700; padding: 0; position: relative; }
.overlay-text span { background: #0b1e7d; border-radius: 8px; bottom: 100%; color: #fff; font-size: .9em; left: -9999px; line-height: 1.2em; margin-bottom: 20px; opacity: 0; padding: 14px 18px; position: absolute; width: 220px; }
.overlay-text span:after { border: 12px solid transparent; border-top-color: #0b1e7d; border-width: 14px 12px; content: ""; left: 54px; position: absolute; top: 100%; }
.overlay-text:hover span { left: -30px; opacity: 1; transition: left 0s, opacity .2s; }

.flood-quote { border: 0; position: relative; margin: 22px 0 30px; padding: 0; }
.flood-quote em { bottom: 100px; font-family: "Source Sans Pro", sans-serif; font-size: 1.6em; left: 8%; position: absolute; width: 80%; }
.flood-quote em span { display: block; font-size: .7em; margin-top: 6px; text-align: right; }

#action-graphic { margin: 20px auto; position: relative; width: 70%; }
#action-graphic:after { border: 1px solid transparent; border-color: #d9ecf1 transparent transparent #d9ecf1; border-width: 80px 26px; content: ""; height: 0; left: 0; position: absolute; top: 0; width: 0;  }
#action-graphic > div { margin-top: 6px; }
#action-graphic > div > div { background: #d1d13b; display: inline-block; height: 48px; margin-right: 12px; vertical-align: middle; width: 60px; }
#action-graphic > div:nth-of-type(2) > div { background: #22afb8; }
#action-graphic > div:nth-of-type(3) > div { background: #01726f; }
#action-graphic > div > span { display: inline-block; font-weight: 700; line-height: 1.2em; text-align: left; text-transform: uppercase; vertical-align: middle; width: 66%; }

#image-gallery { margin-top: 20px; }
.gallery-top { position: relative; }
.gallery-top > img { width: 70%; }
.other-images { display: inline-block; height: 100%; overflow: auto; position: absolute; right: 0; width: 28%; }
.other-images button { background: transparent; border: 3px solid #fff; margin-bottom: 14px; padding: 0; transition: border-color .2s; }
.other-images button:last-of-type { margin-bottom: 5px; }
.other-images button.selected { border-color: #01726f; }
.other-images button div { display: none; }
.image-info { background: #4d4c4c; color: #fff; padding: 16px 20px 10px; }
.image-info h4 { margin: 0; text-transform: none; }
.image-info p { margin-top: 6px; }

.accordion .row { margin: 24px 0; }
.accordion .row em { display: block; font-size: .9em; line-height: 1.2em; margin-top: 4px; }

/* FAQs */

#faq { padding: 0 7%;  }
#faq .accordion-header { padding: 10px 40px 10px 14px; }
#faq .accordion h4 { font-size: 1.2em; }
#faq .accordion i { font-size: .7em; }

/* Flood Protection Project */

#check-list.flood-numbers { text-align: center;  }
#check-list.flood-numbers li { display: inline-block; float: none; margin: 0 2%; width: 38%; }
#check-list.flood-numbers strong { background: #fff; border: 2px solid #c9da10; box-shadow: 0 6px 8px -2px #aaa; color: #000; font-size: 1.2em; height: 36px; left: 50%; line-height: 34px;  margin: -18px 0 0 -18px; position: absolute; top: 0; width: 36px; }

img[src*="flood-side"] { float: right; margin: 18px 0 25px 18px; width: 200px; }

#project-benefits { list-style-type: none; margin: 24px 0; padding: 0; }
#project-benefits .list-var { font-size: 1.1em; min-height: 54px; padding-left: 56px; }
#project-benefits .list-var i { border: 2px solid #c9da10; border-radius: 50%; color: #c9da10; height: 36px; line-height: 34px; left: 0; position: absolute; text-align: center; width: 36px; }

#contact-form.thinner-variant textarea { height: 300px; }
#contact-form.thinner-variant input[type="submit"] { margin-top: 20px; }

/* Environmental Review */

#eis-documents { margin-top: 40px; overflow: auto; text-align: center; }
#eis-documents a { border: 2px solid #c9da10; border-radius: 12px; color: #01726f; display: inline-block; font-size: 1.1em; font-weight: 700; margin: 0 1.5% 28px; padding: 0 14px 28px; text-decoration: none; vertical-align: top; width: 35%; }
#eis-documents a:last-of-type { width: 73.5%; }
#eis-documents a:hover { background: #f8fae6; }
#eis-documents h4 span { color: #000; display: block; font-size: .7em; margin-bottom: 2px; }
#eis-documents p em { display: block; font-size: .8em; }
#eis-documents p { line-height: 1.1em; }
#eis-documents a button { border: 0; }

/* Resources */

.resource-list ul { list-style-type: none; margin: 10px 0 14px; }

/* Get Involved */

#calendar-box { margin-top: 100px; }
#calendar-box .vc { display: none; }
#calendar-box h4 { border-bottom: 8px solid #01726f; color: #000; display: inline-block; padding-bottom: 6px; }
#calendar-box h5 { font-size: 1.1em; font-weight: 700; }
#calendar { background: #22afb8; border-radius: 14px; box-shadow: 0 8px 14px -6px #333; margin: -100px auto 16px; padding-bottom: 20px; position: relative; width: 60%; }
#calendar table { background: #fff; width: 100%; }
#calendar h3 { color: #fff; font-family: "Roboto",sans-serif; font-size: 1.1em; padding-top: 12px; text-align: center; text-transform: uppercase; }
#calendar button { background: #0b1e7d; border-radius: 50%; border: 0; color: #fff; height: 24px; left: 5%; line-height: 24px; position: absolute; text-align: center; top: 10px; transition: background .2s; width: 24px; }
#calendar button:hover { background: #021260; }
#calendar #next-month { left: auto; right: 5%; }
#calendar button span { left: -9999px; position: absolute; }
#calendar table { margin: 14px auto 0; width: 90%; }
#calendar table tr > * { border-color: #fff; font-size: .85em; font-weight: 400; padding: 8px 0; text-align: center; width: 14.285714%; }
#calendar table thead tr { color: #aaa; text-transform: uppercase; }
#calendar table tr td.scheduled { color: #fff; cursor: pointer; position: relative; }
#calendar table tr td.scheduled span { color: #fff; position: relative;}
#calendar table tr td.scheduled:before { background: #01726f; border-radius: 50%; content: ""; height: 90%; left: 13%; position: absolute; top: 5%; width: 74%; z-index: 0;  }
#calendar table thead tr span { left: -9999px; position: absolute; }

.event { background: #e5e5e5; display: block; margin: 32px 0; padding: 22px 30px 22px 146px; position: relative; }
.event h4 { font-family: "Source Sans Pro", sans-serif; font-size: 1.6em; margin-top: 0; }
.event h5 { font-size: 1.1em; font-weight: 700; margin-top: 12px; }
.event > div { background: #c9da10; font-family: "Source Sans Pro", sans-serif; font-size: 1.6em; font-weight: 700; height: 100%; left: 0; line-height: 1.5em; position: absolute; text-align: center; text-transform: uppercase; top: 0; width: 120px; }
.event > div:before { height: 94%; }
.event > div > span > span { display: block; font-size: 2.3em; }

#upcoming-events { display: none; }  
#see-future-events { display: none; }

/* Contact Us */

#contact-form h3 span { color: #fff; display: block; font-family: "Roboto",sans-serif; font-size: .7em; padding: 0 0 8px; text-transform: uppercase; }
#contact-form input[type="text"] { background: #e5e5e5; border: 0; border-radius: 8px; color: #000; margin: 12px 0; padding: 7px 11px 6px; }
#contact-form label em { font-weight: 400;  }
#contact-form input[type="checkbox"] { display: inline-block; margin: 7px 5px 0 20px; vertical-align: top; }
#contact-form input[type="checkbox"] + label { display: inline-block; font-weight: 400; margin: 5px; width: 70%; }
#contact-form textarea { background: #e5e5e5; border-radius: 8px; color: #000; height: 160px; margin-top: 10px; padding: 7px 11px 6px; }
#contact-form span { color: #979797; padding-left: 14px; }
#contact-form .row { margin-top: 28px; }
#contact-form .thank-you { display: none; font-weight: 700; text-align: center; }
#contact-form input[type="submit"] { margin: 80px 14px 0; padding: 10px 40px 8px; }

#update-form { position: relative; }
#update-form input[type="text"] { background: #e5e5e5; border: 0; border-radius: 8px; color: #000; height: 42px;  margin: 0; padding: 7px 50px 6px 11px; }
#update-form button { background: transparent; border: 0; height: 32px; margin: 5px; padding: 0; position: absolute; right: 0; top: 0; width: 32px; }
#update-form .thank-you { display: none; font-size: .9em; font-weight: 700; }

.office-hours { margin-top: 32px; }
.office-hours div { display: inline-block; width: 40%; }
.office-hours img { display: inline-block; vertical-align: bottom; width: 52%; }

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

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

    .flood-quote em { bottom: 120px; }
}

@media screen and (max-width: 1500px) {
    .footer { border-bottom-width: 30px; padding: 20px 2% 0; }
    .footer .col-sm-3 { margin-left: 2%; width: 21%; }
    .footer .col-sm-3:first-of-type { width: 28%; }

    #calendar { width: 80%; }
}

@media screen and (max-width: 1330px) {
    .header { font-size: .9em; padding: 14px 20px; }
    .header .nav { padding: 2px 6px 0 0; }
    .header li { margin-left: 30px; }

    #homepage-banner { height: 504px; }
    #homepage-banner > div { bottom: 244px; }
    #homepage-options .image-div { height: 200px; }
    #homepage-options a { margin-top: -200px; }
    #homepage-options a > div { height: 204px; }

    #check-list li span { font-size: 1em; line-height: 1.1em; padding: 12px 6% 0; }
    #district-partners h4 { font-size: 1em; }
    #district-partners p { font-size: .8em; width: 150%; }

    .flood-quote em { bottom: 70px; font-size: 1.2em; }

    .gallery-top > img { width: 78%; }
    .other-images { width: 20%; }

    #action-graphic { width: 90%; }
    #action-graphic > div > span { font-size: .9em; width: 50%; }

    #eis-documents a { font-size: .9em; margin-bottom: 24px; padding: 0 10px 16px; width: 43%; }
    #eis-documents a h4 { margin-top: 16px; }
    #eis-documents a:last-of-type { width: 90%; }

    #contact-top-row .col-sm-6 { width: 66%; }
    #contact-top-row .col-sm-6:first-of-type { width: 34%; }

    .footer { font-size: .9em; margin-top: 4px; }
}

@media screen and (max-width: 1160px) {
    .header { font-size: .8em; padding: 14px 16px;  }
    .header .nav { padding: 2px 6px 0 0; }
    .header li { margin-left: 18px; }    
    .header li a.button-style { padding: 3px 10px; }

    #homepage-banner { height: 404px; }
    #homepage-banner h2 { font-size: 2em; width: 70%; }
    #homepage-banner > div { bottom: 218px; }
    #homepage-options { padding-bottom: 32px; }
    #homepage-options .image-div { height: 170px; }
    #homepage-options a { margin-top: -170px; }
    #homepage-options a strong { font-size: 1em; height: 52px; }
    #homepage-options a > div { height: 164px; padding: 8px 18px; }
    #homepage-options a > div p { font-size: .9em; line-height: 1.3em; margin-top: 8px; }
    #homepage-options a > div button { bottom: 16px; font-size: .8em; height: 28px; right: 18px; }
    #homepage-options a > div button i { height: 28px; line-height: 28px; width: 30px; }
    .proj-update-body { font-size: 1em; }

    .accordion h4 { font-size: .9em; }
    .accordion .row .col-sm-4 { width: 50%; }
    .accordion .row .col-sm-4:nth-of-type(3) { clear: both; margin-top: 10px; }
    #faq .accordion h4 { font-size: 1em; }

    #calendar { font-size: .9em; width: 100%; }
    #calendar h3 { font-size: .9em; }
    #calendar button { height: 20px; line-height: 20px; width: 20px; }
    #calendar table tr > * { padding: 4px 0; }
    #calendar-box h4 { font-size: 1.1em;  }
    .event { font-size: .85em; margin: 18px 0; padding: 14px 14px 14px 110px; }
    .event h4 { font-size: 1.5em; }
    .event > div { width: 90px; }

    .footer { border-bottom-width: 20px;  font-size: .8em; padding: 18px 8px 0; }
}

@media screen and (max-width: 992px) {
    h1 { font-size: 2.2em; margin: 20px 0 6px; }
    h2 { font-size: 1.7em; margin: 12px 0 0; }
    h3 { font-size: 1.3em; margin: 20px 0 0; }
    h4 { font-size: 1.2em; margin: 28px 0 0; }
    h5 { font-size: 1.1em; margin: 26px 0 0; }
    h6 { font-size: 1em; margin: 26px 0 0; }
    p, li { font-size: .85em; line-height: 1.3em; }
    .button { font-size: .8em; border-radius: 12px; padding: 4px 12px 3px; }
    table tr { font-size: .8em; padding: 2px; }
    .vertical-center > div { margin: 0; }

    /* Quick Mobile Menu */
    #mobile-menu { display: inline-block; font-size: 1.4em; margin: 8px 0; }
    .header { padding: 8px 10px; }
    .header .nav > ul { background-color: #01726f; box-shadow: 2px 4px 8px -4px #000; display: none; opacity: 0; position: absolute; right: 110%; top: 100%; width: 220px; z-index: 1; }
    .menu-opened .header .nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }
    .header .nav li { display: block; margin: 0; }
    .header .nav li a { border-top: 1px solid #fff; color: #fff !important; display: block; margin: 0; padding: 8px 4px; text-align: center; width: 100%; }
    .header .nav li a.selected:before,
    .header .nav li a.selected:after,
    .header .nav li a:hover:before,
    .header .nav li a:hover:after { display: none; }
    .header .nav li a.button-style { border: 0; border-top: 1px solid #fff; border-radius: 0; }
    .header .nav ul ul { position: static; }
    .header .nav ul ul a { background: #01726f !important; font-size: 1.2em; }

    .project-update:after { bottom: -12px; background-size: 33.3333% 26px; height: 26px; }
    .proj-update-header { width: 260px; }
    .proj-update-header h3 { font-size: 1.2em; padding-right: 24px; width: 180px; }
    .proj-update-header h3:after { left: 40px; }
    .proj-update-header img { margin-left: -32px; width: 60px; }
    .proj-update-body { padding: 1px 30px 26px 290px; }
    .proj-update-body h4 { font-size: 1.2em; margin-top: 22px; }

    .chartreuse-button { font-size: .85em; }
    .blue-bg { padding: 3px 26px 18px; }

    #homepage-banner { height: 300px; }
    #homepage-banner h2 { font-size: 1.6em; margin-bottom: 4px; width: 70%; }
    #homepage-banner > div { bottom: 158px; }
    #homepage-options { padding-bottom: 32px; }
    #homepage-options .image-div { height: 124px; }
    #homepage-options a { margin-top: -124px; width: 30%; }
    #homepage-options a strong { font-size: .9em; height: 54px; line-height: 1em;}
    #homepage-options a > div { height: 154px; padding: 4px 12px; }
    #homepage-options a > div p { font-size: .75em; }

    .subheader { font-size: 1.6em; }
    .subsubheader { font-size: 1.1em; line-height: 1.2em; }
    #district-partners { margin-bottom: 100px; }
    #district-partners h4 { font-size: .9em; }
    #district-partners p { font-size: .75em; width: 210%; z-index: 1; }
    #district-partners:after { background-size: 33.333% 28px; height: 28px; margin-top: 24px; }
    #event-timeline h4 { font-size: 1em; }
    #event-timeline button { font-size: .9em; }
    #event-timeline button i { height: 18px; line-height: 20px; vertical-align: middle; width: 18px; }

    #action-graphic { margin: 20px auto 0; position: relative; width: 70%; }
    #action-graphic:after { border: 1px solid transparent; border-color: #d9ecf1 transparent transparent #d9ecf1; border-width: 80px 26px; content: ""; height: 0; left: 0; position: absolute; top: 0; width: 0;  }
    #action-graphic > div { margin-top: 6px; }
    #action-graphic > div > div { background: #d1d13b; display: inline-block; height: 48px; margin-right: 12px; vertical-align: middle; width: 60px; }
    #action-graphic > div:nth-of-type(2) > div { background: #22afb8; }
    #action-graphic > div:nth-of-type(3) > div { background: #01726f; }
    #action-graphic > div > span { display: inline-block; font-weight: 700; line-height: 1.2em; text-align: left; text-transform: uppercase; vertical-align: middle; width: 66%; }

    #action-graphic { width: 94%; }
    #action-graphic:after { border-width: 70px 20px; }
    #action-graphic > div > div { height: 40px; width: 50px; }
    #action-graphic > div > span { font-size: .8em; line-height: 1em; width: 54%; }

    #check-list.flood-numbers li { height: auto; margin-bottom: 28px; padding: 18px 20px 16px; width: 80%; }
    #check-list.flood-numbers li:last-of-type { margin-bottom: 0; }
    #project-benefits .list-var { font-size: .9em; min-height: 40px; padding-left: 38px; }
    #project-benefits .list-var i { height: 26px; line-height: 24px; width: 26px; }

    #contact-form form { font-size: .85em; }
    #contact-form .thank-you { font-size: 1.1em; margin: 24px 0 0; }

    .footer { padding: 18px 0 12px; }
    .footer .col-sm-3 { margin: 0 2%; width: 29.333333%; }
    .footer .col-sm-3:first-of-type { border-radius: 16px; float: none; margin: 0 auto; padding: 8px 1% 6px; padding-left: 300px; position: relative; width: 80%; }
    .footer .col-sm-3:first-of-type p { margin: 8px; }
    .footer .col-sm-3:first-of-type img { height: 58px; left: 24px; position: absolute; top: 12px; }
}

@media screen and (max-width: 768px) {
    #homepage-options a > div button { padding: 4px 12px; }
    #homepage-options a > div button i { display: none; }
    
    #rfq-banner a { font-size: .85em; }
    #rfq-banner img { height: 20px; margin-right: 8px; }

    .col-sm-4.blue-bg:last-of-type { margin: 0 auto; padding-top: 1px !important; width: 94%; }

    #district-partners { margin-bottom: 44px; padding-bottom: 56px; }
    #district-partners h4 { font-size: .8em; }
    #district-partners p { font-size: .7em; width: 200px; z-index: 1; }
    #district-partners p:after { left: 85px; }
    #district-partners > div:hover p { left: -40px; }
    #district-partners:after { background-size: 33.333% 28px; bottom: 0; height: 28px; margin: 0 0 14px; top: auto; }

    #action-graphic { width: 44%; }
    
    .accordion .row .col-sm-4 { float: left; width: 33.3333%; }
    .accordion .row .col-sm-4:nth-of-type(3) { clear: none; margin-top: 0; }
    .accordion .row em { font-size: .75em; }

    #calendar { width: 56%; }

    #contact-top-row .col-sm-6 { width: 100% !important; }
    .office-hours { margin-top: 14px; }
    .office-hours img { margin-left: 12px; vertical-align: top; }

    .footer .col-sm-3:first-of-type { padding-left: 260px; width: 94%; }
    .footer .col-sm-3:first-of-type img { height: 48px; left: 24px; position: absolute; }
    .footer .col-sm-3 { float: left; margin: 0; width: 50%; }  
    .footer .col-sm-3:last-of-type a { font-weight: 400; }

    .footer { padding: 18px 1% 12px; }
    /* .footer .col-sm-4:first-of-type { border-radius: 16px; float: none; margin: 0 auto; padding: 8px 1% 6px; padding-left: 260px; position: relative; width: 94%; }
    .footer .col-sm-4:first-of-type p { margin-top: 8px; margin-left: 20%;  }
    .footer .col-sm-4:first-of-type img { height: 48px; left: 24px; position: absolute; }
    .footer .col-sm-4 { float: left; margin: 0; width: 50%; }  
    .footer .col-sm-4:last-of-type a { font-weight: 400; } */
}

@media screen and (max-width: 595px) {
    .header { padding: 7px 4px 5px 7px; }
    .header h1 { font-size: 1.1em; }
    #mobile-menu { font-size: 1.1em; margin: 7px 0; }

    #content > .row { padding: 4px 3%; }

    #homepage-banner { height: 284px; }
    #homepage-banner h2 { font-size: 1.3em; width: 94%; }
    #homepage-banner > div { bottom: auto; top: 8px; }
    #homepage-options { margin: 0 6%; padding-bottom: 8px; }
    #homepage-options a { margin-top: 0; margin-bottom: 14px; width: 90%; }
    #homepage-options a:first-of-type { margin-top: -114px; }
    #homepage-options a > strong { height: auto; padding: 8px; }
    #homepage-options .image-div { height: 114px; }
    #homepage-options a > div { height: auto; padding-bottom: 52px; }
    #alert-banner { font-size: .9em; padding: 8px; }
    #alert-banner img { height: 18px; }

    .proj-update-header { border-radius: 12px 12px 0 0; padding: 14px 0; position: static; width: 100%; }
    .proj-update-body { border-radius: 0 0 12px 12px; padding: 0 20px 20px; }
    .proj-update-body h4 { margin-top: 14px;  }

    h2 { font-size: 1.2em; }
    h2 span { margin: 6px 0 54px; padding: 8px 16px; }
    h2:after { background-size: 33.3333% 28px; height: 28px; }
    h3 { font-size: 1.1em; }
    h4 { font-size: 1em;}
    p, li { font-size: .8em; line-height: 1.3em; }

    .subheader { font-size: 1.3em; }

    #check-list { margin: 34px 0 0; }
    #check-list + * { padding-top: 8px;  }
    #check-list li { height: auto; margin-bottom: 24px; padding: 14px 0 6px; width: 100%; }
    #check-list li span { padding: 18px 18px 12px; }

    #district-partners { margin-bottom: 22px; padding-bottom: 68px; }
    #district-partners div { width: 100%; }
    #district-partners p { left: 0; margin: 8px 0 0; opacity: 1; position: static; width: 100%; }
    #district-partners p:after { display: none; }

    .gallery-top > img { width: 84%; }
    .other-images { width: 15%; }
    .other-images button { border-width: 2px; margin-bottom: 2px; }

    #action-graphic { width: 94%; }

    .overlay-text span { font-size: .8em; padding: 8px; width: 100%; }
    .overlay-text span:after { border-width: 10px; left: 50%; margin-left: -10px; }
    .overlay-text:hover span { left: 0px; } 

    .accordion .row .col-sm-4 { width: 50%; }
    .accordion .row .col-sm-4:nth-of-type(3) { clear: both; margin-top: 14px; }
    #faq { padding: 0;  }
    #faq .accordion h4 { font-size: .9em; }

    .flood-quote em { bottom: 44px; font-size: 1em; }

    #eis-documents { margin-top: 18px; }
    #eis-documents a { margin-bottom: 14px; width: 94% !important; }

    #calendar { width: 94%; }

    #contact-form form .row > * { padding: 0; }
    #contact-form input[type="submit"] { margin-top: 40px;  }
    #update-form { margin: 8px auto; max-width: 400px; }
    
    .footer { border-bottom-width: 10px; margin-top: 20px; padding: 14px 0; }
    .footer p { font-size: .9em; }
    .footer .col-sm-3 { text-align: center; width: 100%; }
    .footer .col-sm-3:first-of-type { padding-left: 0; } 
    .footer .col-sm-3:first-of-type img { height: auto; left: 24px; max-width: 94%; position: static; width: 200px; }
    /* .footer .col-sm-4 { text-align: center; width: 100%; }
    .footer .col-sm-4:first-of-type { padding-left: 0; } 
    .footer .col-sm-4:first-of-type p { margin-left: 0; }
    .footer .col-sm-4:first-of-type img { height: auto; left: 24px; max-width: 94%; position: static; width: 200px; }  */
}

@media screen and (max-width: 460px) {
    .flood-quote em { display: block; line-height: 1.2em; margin: 18px auto 0; position: static; width: 94%; }

    .event > div { font-size: 1.2em; width: 70px; }
    .event { padding-left: 84px; }

    .project-update:after { background-size: 50% 26px; }
    .proj-update-header h3 { font-size: 1em; padding-left: 58px; padding-right: 24px; width: 148px; }
    .proj-update-header h3:after { left: 32px; }
    .proj-update-header img { margin-left: -24px; width: 50px; }

    .office-hours { margin-top: 0;}
    .office-hours div { width: 100%;}
    .office-hours img { margin: 14px auto 0; max-width: 350px; width: 100%; }

    img[src*="flood-side"] { display: block; float: none; margin: 18px auto 22px; max-width: 180px; width: 100%; }
}