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

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

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

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

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

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

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

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

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

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

/* Quick Header */
.header { background-color: #2d595b; color: #fff; font-family: "Poppins",sans-serif; padding: 0; position: relative; z-index: 2; }
.header .nav { display: inline-block; margin-left: 8px; vertical-align: middle; }
.header img { height: 70px; }
.header ul { margin: 0; padding: 0; }
.header li { display: inline-block; margin-left: 18px; margin-bottom: 0; }
.header li a { color: #fff; display: block; }
.header li a img { height: 48px;  }
.header li a:hover { color: #ddd; }
#mobile-menu { background-color: transparent; border: 0; cursor: pointer; display: none; padding: 0 4px; }

.header .top-part { height: 74px; padding: 2px 22px; }
.header .top-part h2 { border-left: 1px solid #fff; display: inline-block; font-size: 1.3em; margin: 0; margin-left: 16px; padding: 12px 24px; }
.header .right-elements { float: right; padding: 11px 4px 0 0; }
#orange-announcement { background: #b55438; font-weight: 700; height: 36px; letter-spacing: .03em; padding: 6px 10px 0; text-align: center; }
#orange-announcement img { height: 26px; margin-right: 8px; }

/* Quick Footer */
.footer { background-color: #2d595b; bottom: 0; color: #fff; font-family: "Poppins",sans-serif; height: 40px; letter-spacing: .03em; padding: 9px 20px; position: absolute; text-align: center; width: 100%; z-index: 1; }
.footer p { margin: 0; }
.footer a { color: #fff; }
.footer a:hover { color: #ddd; }

/* Sticky Footer (uncomment if needed; set padding-bottom of ".container" to logical height based on what ends up in the footer) */
/* html, body { height: 100%; }
.container { min-height: 100%; padding-bottom: 60px; position: relative; }
.footer { background-color: #c47; bottom: 0; position: absolute; width: 100%; } */

/* Modal Window */
.close-modal { display: none; }
.modal-window { display: none; height: 100%; left: 0; position: fixed; top: -100%; transition: 0; width: 100%; z-index: 5000; }
.modal-window.showing { top: 0; transition: top 1s; }
.modal-window > button { background-color: rgba(0,0,0,.75); border: 0; cursor: pointer; display: block; height: 100%; left: 0; margin: 0; position: absolute; top: 0; width: 100%; }

.modal-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 0 28px; position: absolute; top: 40px; width: 76%; }
.modal-window > div .close-modal { background: transparent; border: 0; color: #fff; font-size: 3em; line-height: .6em; position: absolute; right: 10px; top: 12px; }
.modal-window > div .close-modal span { left: -9999px; position: absolute; }
.modal-window :focus { border-radius: 2px; outline: 2px groove #ddd; }

.modal-window .panel-top { background-color: #649a98; color: #fff; padding: 56px 24px 14px; }
.modal-window h3 { display: inline-block; font-family: "Poppins",sans-serif; font-size: 1.3em; margin: 0; max-width: 70%; line-height: 130%; }
.modal-window h3 strong { border-right: 1px solid #fff; padding-right: 8px; }
.modal-window .panel-type { float: right; font-weight: 700; }
.modal-window .panel-type img { height: 24px; margin-right: 6px; }
.panel-content { padding: 0; }
.panel-content .row { padding: 15px 3%; }

.orange-panel .panel-top { background: #b55438; }
.blue-panel .panel-top { background: #2d595b; }
.teal-panel .panel-top { background: #649a98; }
.brown-panel .panel-top { background: #8f4026; }
.gray-panel .panel-top { background: #7e7e7e; }

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

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

html, body, .container, #content { height: 100%; width: 100%; }
#content {padding: 75px 0 40px; position: absolute; top: 0; }

#contact > div { background: #f3f3fe; padding-bottom: 60px; }

/* TRANSLATOR */
#google_translate_element2 { display: none; }
#langaugeselectcont { display: inline-block; vertical-align: middle; }
#langaugeselectcont select { color: #000; font-size: .8em; width: 140px; }
#langaugeselectcont label { margin-left: 5%; width: 90%; }

@keyframes pulse {
    0% { margin-top: 4px; }
    50% { margin-top: 12px; }
    100% { margin-top: 4px; }
}

.orange-btn { background: #b55438; border: 0; border-radius: 8px; box-shadow: 0 3px 8px -4px #666; color: #fff; display: inline-block; font-family: "Poppins",sans-serif; font-size: 1.1em; font-weight: 700; letter-spacing: .03em; padding: 6px 14px; }
.orange-btn:hover { background: #a54427; color: #fff; }

#intro-pages { background: #fff; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 3; }
#intro-pages h1 { color: #6a3222; font-family: "Poppins",sans-serif; font-size: 2.5em; font-weight: 700; margin: 10px 0; }
#intro-pages p { color: #000; font-size: 1.3em; font-weight: 700; line-height: 1.3em; margin: 44px auto 16px; width: 520px; }
#intro-pages p span { color: #b55438; }
#intro-pages h1 + p { color: #4d4d4d; font-size: 1.2em; font-weight: 400; line-height: 1.3em; margin: 0 auto 16px; width: 440px; }
#intro-pages .text-blocks { margin-top: -9%; position: relative; text-align: center; z-index: 4; }
#intro-pages .blur { border-radius: 50%; box-shadow: 0 0 384px 226px #d3e4e3; content: ""; height: 0; left: 30%; margin-top: 14%; position: absolute; width: 40%; }
#intro-pages .text-blocks img[src*="pin"] { height: 50px; }
#intro-pages .text-blocks img[src*="arrow"] { animation-name: pulse; animation-iteration-count: infinite; animation-duration: 1.6s; display: block; height: 44px; margin: 4px auto 0; }
#intro-pages img[src*="Lanscape"] { bottom: 40px; left: 5%; position: absolute; width: 90%; }

#intro-sky { overflow: hidden; position: relative; width: 100%; z-index: 2; }
#intro-pages img[src*="Sky"] { display: block; padding: 24px 5%; width: 100%; z-index: 2; }
#intro-pages img[src*="bird"] { position: absolute; left: 12%; top: 52%; width: 2%; z-index: 3; }
#intro-pages img[src*="bird"]:nth-of-type(2) { left: 34%; top: 88%; }
#intro-pages img[src*="bird"]:nth-of-type(3) { left: 83%; top: 21%; }
#intro-pages img[src*="bird"]:nth-of-type(4) { left: 84%; top: 28%; }
#intro-pages img[src*="bird"]:nth-of-type(5) { left: 58%; top: 58%; }
#intro-pages img[src*="bird"]:nth-of-type(6) { left: 60%; top: 65%; width: 3%; }
#intro-pages img[src*="bird"]:nth-of-type(7) { left: 64%; top: 60%; width: 2.5%; }

#intro-pages .text-blocks > div { position: absolute; }
#intro-pages .text-blocks > div { left: -9999px; margin-top: -60px; opacity: 0; width: 100%; }
#intro-pages .text-blocks > div.showing { left: 0; margin-top: 0; opacity: 1; transition: .7s, left 0s; }
#intro-pages.did-thing { left: -100%; opacity: 0; transition: left 0s ease-in-out .4s, opacity .4s; }

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

#legend { background: #fff; box-shadow: 0 3px 8px -4px #333; left: 10px; padding: 16px 22px; position: absolute; top: 172px; width: 236px;  }
#legend h3 { border-bottom: 3px solid #000; font-family: "Poppins",sans-serif; font-size: 1.1em; font-weight: 700; margin: 0; padding-bottom: 4px; text-align: center;  }
#legend div { line-height: 1.1em; min-height: 16px; margin: 12px 0 0; padding-left: 22px; position: relative; }
#legend div img { height: 14px; left: 0; position: absolute; top: 4px; }

#how-funded { background: #b55438; bottom: 58px; box-shadow: 0 3px 8px -4px #333; color: #fff; font-family: "Poppins",sans-serif; font-weight: 700; left: 20px; letter-spacing: .03em; padding: 14px 18px; position: absolute; width: 184px; }
#how-funded:hover { background: #a54427; }
#how-funded img { height: 14px; margin-left: 6px; }

#chat-with-us { background: #b55438; bottom: 78px; box-shadow: 0 3px 8px -4px #333; color: #fff; font-family: "Poppins",sans-serif; font-size: .9em; font-weight: 700; letter-spacing: .03em; padding: 8px 12px; position: absolute; right: 0; }
#chat-with-us:hover { background: #a54427; }
#chat-with-us img { display: block; height: 48px; margin: 3px auto; }

/* Project Panel */
.panel-stats { border: 4px solid #2d595b; border-width: 4px 0; border-spacing: 0 24px; display: table; margin: 44px 4% 50px; padding: 0 15px; text-align: center; width: 92%; }
.panel-stats li { border-right: 2px solid #cfe1e0; color: #2d595b; display: table-cell; font-family: "Poppins",sans-serif; font-size: 2.2em; font-weight: 700; line-height: 1.1em; padding: 0 18px; vertical-align: middle; }
.panel-stats li:last-of-type { border-right: 0; }
.panel-stats li span { color: #659a98; display: block; font-size: .4em; line-height: 1em; margin: 0 auto; }

.panel-content h4 { border-bottom: 1px solid #2d595b; color: #2d595b; font-family: "Poppins",sans-serif; font-weight: 700; padding-bottom: 4px; }

.standout-box { background: #f4ece9; margin-top: 50px; }
.standout-box h4 { background: #8f4026; color: #fff; display: inline-block; font-family: "Poppins",sans-serif; font-size: 1.6em; font-weight: 700; margin: 0; padding: 10px 26px 10px 18px; }
.standout-box h4 img { margin-right: 8px; }
.standout-box.blue-box { background: #eaeeef; }
.standout-box.blue-box h4 { background: #2d595b; }

.issues-to-address ul { list-style-type: none; margin: 34px 0; overflow: auto; padding: 0 0 26px 16%; }
.issues-to-address li { font-family: "Poppins",sans-serif; font-weight: 700; float: left; padding: 0 16px; text-align: center; width: 25%; }
.issues-to-address li img { display: block; height: 90px; margin: 0 auto 9px; }

.project-benefits ul { list-style-type: none; margin: 0; overflow: auto; padding: 0; }
.project-benefits div { float: left; padding: 20px 4%; width: 50%; }
.project-benefits div img { width: 26px; }
.project-benefits .list-var { font-family: "Poppins",sans-serif; font-weight: 700; margin-top: 14px; min-height: 46px; padding-left: 44px; }
span.jotform { border-bottom: 1px solid #2d595b; color: #2d595b; font-family: "Poppins",sans-serif; font-weight: 700; padding-bottom: 4px; font-size: 1.6em; margin: 28px 0 0 20px; }

/* PROJECT FUNDING */
#project-funding p a { color: #b55438; font-weight: 700; }
#project-funding p a:hover { color: #a54427; }
#project-funding h5 { color: #649a98; }
#project-funding img[src*="funding-graphic"] { display: block; margin: 18px auto 0; max-width: 900px; width: 90%; }

#funding-categories { list-style-type: none; margin: 0; padding: 14px 22px; }
#funding-categories li { margin-bottom: 12px; padding-left: 30px; position: relative; }
#funding-categories li img { left: 0; position: absolute; top: 2px; width: 20px; }

#project-funding .gray-box { background: #f2f2f2; min-height: 44px; padding: 14px 18px 14px 66px; }
#project-funding .gray-box img { left: 14px; width: 36px; }
#project-funding .gray-box .close-modal { color: #b55438; display: inline-block; font-size: 1em; font-weight: 700; position: static; }

.green-bg { background: #649a98; color: #fff; margin-top: 36px; padding-bottom: 50px !important;  }
.green-bg h4 { border-bottom-color: #fff; color: #fff; }

#funding-timeline { border-spacing: 16px 0; display: table; margin: 40px 0 0; padding: 0;  width: 100%; }
#funding-timeline li { display: table-cell; font-size: 1.1em; font-weight: 700; padding: 28px 18px; text-align: center; }
#funding-timeline li p { line-height: 1.2em; }
#funding-timeline li:nth-of-type(2) { background: #f9eeeb; }
#funding-timeline li h5 { color: #000; font-size: 1.1em; font-weight: 400; }
#funding-timeline li img { display: block; height: 94px; margin: 0 auto 4px; width: auto; }

.siq_bR { bottom: 58px !important; }

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

@media screen and (max-width: 1254px) {
    #content { padding: 92px 0 32px; }
    .header { font-size: .9em; }
    .header .top-part { height: 64px; padding: 4px 12px; }
    .header .right-elements { padding: 8px 5px 0; }
    .header img { height: 56px; }
    .header li { margin-left: 10px; }
    .header li a img { height: 38px; }
    #orange-announcement { font-size: .9em; height: 28px; padding: 3px 9px 0; }
    #orange-announcement img { height: 22px; }
    #legend { font-size: .9em; padding: 10px 14px;  top: 180px; width: 180px; }
    #legend div { margin-top: 8px; }
    #legend div img { top: 1px; }
    .footer { font-size: .8em; height: 32px; letter-spacing: 0; padding: 6px 12px; }

    .modal-window .panel-top { overflow: auto; }
    .modal-window h3 { display: block; margin-bottom: 12px; }

    #funding-timeline li img { height: 74px; }
}

@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.4em; margin: 20px 0 0; }
    h4 { font-size: 1.3em; margin: 28px 0 0; }
    h5 { font-size: 1.2em; margin: 26px 0 0; }
    h6 { font-size: 1.1em; margin: 26px 0 0; }
    p, li { font-size: .9em; line-height: 1.3em; }
    .button { font-size: .8em; border-radius: 12px; padding: 4px 12px 3px; }
    table tr { font-size: .8em; padding: 2px; }
    .vertical-center > div { margin: 0; }

    .lightbox img { margin-top: 18px;  }
    .lightbox.enhanced a { display: block; overflow: auto; }
    .lightbox.enhanced img { width: 260%; }
    
    #intro-pages .text-blocks img[src*="pin"] { height: 32px; }
    #intro-pages .text-blocks p { width: 60%; }
    #intro-pages .text-blocks h1 + p { width: 60%; }
    #intro-pages h1 { font-size: 1.6em; }

    #content { padding: 72px 0 36px; }

    .header .top-part { height: 48px; padding: 3px 8px; }
    .header .top-part img { height: 44px; }
    .header .top-part h2 { font-size: 1em; margin-left: 8px; padding: 8px 16px; }
    .header .top-part li a img { height: 32px; }
    .header .right-elements { padding: 5px 5px 0;  }
    #langaugeselectcont select { color: #000; font-size: .7em; width: 120px; }
    #orange-announcement { clear: both; font-size: .8em; height: 24px; padding-top: 2px; }
    #orange-announcement img { height: 19px; }
    .footer { font-size: .75em; height: 36px; letter-spacing: 0; padding: 4px 12px; }

    #legend { top: 128px; }
    #how-funded { bottom: 44px; left: 8px; font-size: .85em; padding: 8px 14px; width: 150px; }
    #how-funded img { height: 10px; margin-left: 4px; }
    #chat-with-us { bottom: 44px; font-size: .8em; }
    #chat-with-us img { height: 32px; }

    .panel-stats { margin: 30px 5% 18px; width: 90%; }
    .panel-stats li { font-size: 1.6em; }
    .panel-stats li span { width: 100%; }

    .standout-box h4 { font-size: 1.3em; }
    .standout-box h4 img { height: 26px; }
    .issues-to-address ul { margin-top: 12px; }
    .issues-to-address li { margin-top: 18px; width: 50%; }
    .issues-to-address li:nth-of-type(3) { clear: both; }
    .issues-to-address li img { height: 78px; }

    #funding-timeline li { font-size: 1em; }
    #funding-timeline li img { height: 54px; }
}

@media screen and (max-width: 748px) {
    #intro-pages .text-blocks p { font-size: 1.1em; }
    
    #content { padding: 92px 0 36px; }

    .header .top-part { height: 74px; padding: 0; text-align: center; }
    .header .top-part h2 { font-size: .95em; margin-left: 4px; padding: 3px 9px;  }
    .header .top-part img { height: 40px; margin: 0 auto; }
    .header li { margin-bottom: 0; }
    .header .top-part li a img { display: inline-block; height: 32px; }
    .header .right-elements { float: none; margin-top: -5px; padding: 0 0 8px; }
    #orange-announcement { clear: both; font-size: .7em; font-weight: 400; height: 18px; line-height: 1.2em; padding-top: 3px; }
    #orange-announcement img { display: none; }

    #legend { font-size: .8em; top: 148px; width: 160px; }

    .panel-content .row { padding: 12px 3%; }
    .panel-stats { display: block; margin: 34px 5% 14px; }
    .panel-stats li { border-right: 0; border-bottom: 1px solid #cfe1e0; display: block; font-size: 1.4em; padding: 14px; width: 100%; }
    .panel-stats li:last-of-type { border-bottom: 0; }
    .panel-stats li span { font-size: .65em; margin-bottom: 5px; }

    .issues-to-address li { font-size: .8em; }
    .issues-to-address li img { height: 58px; }
    .project-benefits { padding-bottom: 14px; }
    .project-benefits h4 { margin-bottom: 18px; }
    .project-benefits div { padding: 0 18px; width: 100%; }
    .project-benefits div img { width: 18px; }
    .project-benefits .list-var { font-size: .85em; margin-top: 0; min-height: 26px; padding-left: 30px; }

    #project-funding .gray-box { font-size: .9em;}
    #funding-timeline { display: block; }
    #funding-timeline li { float: left; width: 50%; }
    #funding-timeline li:nth-of-type(3) { clear: both; }
}

@media screen and (max-height: 674px) {
    #intro-pages .text-blocks { margin-top: -12%; }
}

@media screen and (max-width: 474px) {
    .modal-window > div {width: 88%!important; left: 7%!important;}
    #intro-pages .text-blocks img[src*="pin"] { height: 32px; }
    #intro-pages .text-blocks img[src*="arrow"] { height: 22px; }
    #intro-pages .text-blocks p { font-size: .85em; width: 90%; }
    #intro-pages .text-blocks h1 + p { font-size: .85em; width: 90%; }
    #intro-pages h1 { font-size: 1.3em; }
    .orange-btn { font-size: .9em; }

    #intro-pages img[src*="Lanscape"] { bottom: 18px; }
    #intro-pages .text-blocks { margin-top: -12%; }
    #intro-pages img[src*="Sky"] { max-width: 8000%; width: 130%; }
    #intro-pages img[src*="bird"] { width: 4%; }
    #intro-pages img[src*="bird"]:nth-of-type(6) { left: 60%; top: 65%; width: 6%; }
    #intro-pages img[src*="bird"]:nth-of-type(7) { left: 64%; top: 60%; width: 5%; }
    #intro-pages .blur { border-radius: 50%; box-shadow: 0 0 384px 226px #d3e4e3; content: ""; height: 0; left: 30%; margin-top: 14%; position: absolute; width: 40%; }

    #content { padding: 96px 0 44px; }
    
    .header .top-part { height: 68px; }
    .header .top-part img { display: none; }
    .header .top-part h2 { border-left: 0; padding: 5px 3px 0; margin: 0; }
    .header .nav { margin-left: 3px; }
    .header li { margin-left: 6px; }
    .header .top-part li a img { display: inline-block; height: 24px; }
    .header .right-elements { margin-top: -1px; }
    #orange-announcement { height: 28px; padding-top: 2px;  }
    .footer { font-size: .7em; height: 44px; padding: 2px 6px; }

    #legend { font-size: .7em; padding: 6px 6px 8px; top: 154px;width: 110px; }
    #legend h3 { border: 0; font-size: .9em;}
    #legend div { line-height: 1em; margin-top: 4px; padding-left: 16px; }
    #how-funded { bottom: 44px; font-size: .75em; font-weight: 400; left: 0; line-height: 1.3em; padding: 5px 6px; width: 118px; }
    #how-funded img { display: none; }
    #chat-with-us img { height: 20px; margin-bottom: 0; }
    #chat-with-us { bottom: 44px; font-size: .75em; font-weight: 400; padding: 3px 9px; }

    #funding-timeline li { font-size: .9em; padding: 18px 10px; }
    #funding-timeline li img { height: 44px; }
    .issues-to-address ul {padding-left: 5px;}
    span.jotform {font-size: 1.2em; display: block;}
}

@media screen and (max-height: 574px) {
    #intro-pages .text-blocks { margin-top: -17%; }
}

@media screen and (min-width: 1960px) {
    #intro-pages { font-size: 1.3em; }
    #intro-pages h1 + p { width: 520px; }
    #intro-pages .text-blocks { margin-top: -7%; }
}