html, body { color: #1f2c3d; font-family: museo-sans, sans-serif; font-size: 22px; font-weight: 300; -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; }
.brclear { clear: both; }

/* Links */
a { transition: background-color .2s, color .2s; color: #298ea8; text-decoration: underline; }
a:hover,
a:focus { color: #298ea8; 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; z-index: 150; }
#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; }

/* Headers */
h1 { font-size: 3.3em; font-weight: 700; margin: 30px 0 22px; color: #1f2c3d;}
h2 { font-size: 2.2em; font-weight: 700; margin: 12px 0 0; color: #1f2c3d; margin-bottom: 0.5em;}
h3 { font-size: 1.8em; font-weight: 700; margin: 20px 0 0; border-bottom: dotted 2px #43C0BA; width: fit-content; padding: 10px 0;}
h4 { font-size: 1.2em; font-weight: 700; margin: 25px 0 0; color: #298ea8; }
h5 { font-size: 1.4em; font-weight: 700; margin: 26px 0 0; }
h6 { font-size: 1.3em; font-weight: 700; margin: 26px 0 0; }

blockquote {margin-left: 10px; border-left: 8px solid #F7D554;}


/* Paragraphs & Lists */
p { font-weight: 400; font-size: 18px; line-height: 1.4em; margin: 22px 0 8px; }
ul, ol { font-weight: 400; font-size: 18px; margin: 16px 0 10px; }
li {  line-height: 1.4em; margin-bottom: 8px; }
img { max-width: 100%; margin-top: 15px;}
hr {border-bottom: solid 0.75px gray; margin-top: 0; margin-bottom: 0; padding-bottom: 0;}
/* 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 #1f2c3d; margin: 14px 0; width: 100%; }
table tr th { border: 1px solid #1f2c3d; padding: 2px 4px; }
table tr td { border: 1px solid #1f2c3d; 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: 4px; }

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

/* 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; }
.potential-modal { display: none; }
.modal-window { display: none; height: 100%; left: 0; opacity: 1; 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 { padding: 6px 0; width: 90%; }
.modal-window > div { background-color: #fff; border: 1px solid #1f2c3d; bottom: 50px; box-shadow: 4px 13px 28px 0 #111; left: 12%; margin: 0; overflow: auto; padding: 0 3% 28px; position: absolute; top: 40px; width: 76%; }
.modal-window > div .close-modal { background: transparent; border: 0; color: #298ea8; 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; }

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

.header { background: #fff; height: 84px; text-align: left; z-index: 15; }
.header h1 { left: -9999px; position: absolute; }
.header .nav { float: none; padding: 5px 2% 0; }
.header li { float: left; height: 40px; margin: 0 1% 0 0; width: 8.425%; }
.header li a { display: inline-block; height: 100%; position: relative; width: 100%; }
.header li a:after { background: #298ea8; border-radius: 7px; content: ""; height: 6px; left: 0; margin-top: 0; position: absolute; top: 50%; transition: .3s; width: 100%; }
.header li a:hover:after { height: 10px; margin-top: -2px; }
.header li:nth-of-type(7) a:after { background: #d4b542; }
.header li:nth-of-type(7) a span { background: #f7e292; }
.header li:nth-of-type(8) a:after { background: #d4b542; }
.header li:nth-of-type(8) a span { background: #f7e292; }
.header li:nth-of-type(9) a:after { background: #d4b542; }
.header li:nth-of-type(9) a span { background: #f7e292; }

.header li:last-of-type a:after { background: #223e7b; }
.header li:last-of-type a span { background: #c2d1f0; }
.header .visited a:after { background: #43C0BA; }
.header a span { background: #c6e6ea; box-shadow: 0 3px 12px -6px #1f2c3d; color: #fff; font-size: .65em; left: -9999px; line-height: 1.1em; margin-top: -14px; opacity: 0; padding: 6px 8px; position: absolute; text-align: center; text-transform: uppercase; top: 36px; transition: 0s; width: 180px; z-index: 15; font-weight: 600;}

.header li a.survey:after { background: #F7D554;}
.header a.survey span { background: #F7D554; color: #1f2c3d; box-shadow: 0 3px 12px -6px #1f2c3d; font-size: .65em; left: -9999px; line-height: 1.1em; margin-top: -14px; opacity: 0; padding: 6px 8px; position: absolute; text-align: center; text-transform: uppercase; top: 36px; transition: 0s; width: 180px; z-index: 15; font-weight: 600;}

.header .visited a span { background: #4DCAC4; }
.header a:hover span,
.header a:focus span { color: #1f2c3d; left: 53%; margin-top: -2px; opacity: 1; transition: left 0s, margin-top .5s, opacity .3s; }
.header a:focus span { left: 53% !important; }
.header .icon-link { float: left; height: 50px; margin: 0 .5%; text-align: center; width: 4%; }
.header .icon-link:last-of-type { margin: 0; }
.header .icon-link a { display: inline-block; height: 100%; position: relative; }
.header .icon-link img { display: block; height: 90%; margin: 5% auto; transition: .2s ease-in-out .1s; }
.header .icon-link a:hover img { height: 100%; margin: 0 auto; transition: .6s; }
.header .icon-link a:hover span,
.header .icon-link a:focus span { left: 0 !important; margin-left: -140px !important; width: 140px; }

#contact form div { text-align: center; }
#contact textarea { background: #f2f2f2; border: 0; color: #000; height: 120px; margin-top: 10px; padding: 5px 11px; text-align: left; }
#contact input[type="submit"] { background: #298ea8; border-radius: 0; font-size: .9em; padding: 5px 44px; text-transform: uppercase; transition: .2s; }
#contact input[type="submit"]:hover { background: #027baf; }
#contact .wow-thanks { color: #000; display: none; margin-top: 40px; }

#mailing-list { color: #000; font-weight: 400; text-align: center; }
#mailing-list h3 { text-align: left; }
#mailing-list label { font-size: .85em; line-height: 1.1em;margin-bottom: 0; }
#mailing-list label[for="NAME"] { left: -9999px; position: absolute; }
#mailing-list input[type="text"] { background: #f2f2f2; border: 0; padding: 3px 10px; }
#mailing-list input[type="submit"] { background: #298ea8; border-radius: 0; font-size: .9em; font-weight: 700; padding: 5px 44px; text-transform: uppercase; transition: .2s; }
#mailing-list input[type="submit"]:hover { background: #027baf; }

body, html, .container { height: 100%; overflow: hidden; }
#content { height: 100%; position: absolute; top: 0; width: 100%; }
#content > div { height: 100%; padding-top: 84px; }
#slides { height: 100%; overflow: auto; position: relative; }

.slide { height: 100%; left: -100%; margin-top: -40px; opacity: 0; position: absolute; top: -9999px; transition: top 0s ease-in-out .6s, left 0s ease-in-out .6s, margin-top .4s ease-in-out .2s, opacity .6s ; width: 100%; }
.slide.current { display: block; left: 0; margin-top: 0; opacity: 1; top: 0; transition: top 0s ease-in-out .6s, left 0s ease-in-out .6s, margin-top .6s ease-in-out .6s, opacity .6s ease-in-out .6s; }
.slide > a { background: #43C0BA; border-radius: 100%; height: 34px; position: fixed; left: -9999px; margin-top: -64px; opacity: 0; top: 48%; transition: left 0s ease-in-out .3s, margin-top .3s, opacity .3s; width: 34px; z-index: 1; }
.slide > a:after { border: 14px solid transparent; border-width: 8px 14px; border-right-color: #fff; content: ""; position: absolute; left: 50%; margin-left: -23px; margin-top: -8px; top: 50%; }
.slide > .forward-nav { left: auto; margin-top: -64px; right: 9999px; transition: right 0s ease-in-out .4s, margin-top .3s ease-in-out .1s, opacity .3s ease-in-out .1s; }
.slide > .forward-nav:after { border-left-color: #fff; border-right-color: transparent; margin-left: -5px; }
.slide > a > span { background: #43C0BA; box-shadow: 2px 2px 8px -1px #1f2c3d; color: #1f2c3d; font-size: .6em; height: 50px; left: -9999px; line-height: 1.1em; margin-top: -25px; margin-left: 16px; opacity: 0; padding: 0 14px; position: absolute; text-align: center; text-transform: uppercase; top: 50%; width: 240px; }
.slide > a > span:after { border: 25px solid transparent; border-width: 25px 16px; border-right-color: #43C0BA; content: ""; position: absolute; right: 100%; top: 0; }
.slide > a:hover > span { left: 100%; opacity: 1; transition: left 0s, opacity .3s; }
.slide > a > span > span { width: 190px; }
.slide > .forward-nav > span { left: auto; margin-right: 16px; right: 9999px; }
.slide > .forward-nav > span:after { border-right-color: transparent; border-left-color: #43C0BA; left: 100%; right: auto; }
.slide > .forward-nav:hover > span { left: auto; right: 100%; }
.slide.current > a { left: 32px; margin-top: -34px; opacity: 1; transition: left 0s ease-in-out .8s, margin-top .5s ease-in-out .8s, opacity .5s ease-in-out .8s; }
.slide.current > .forward-nav { left: auto; margin-top: -34px; right: 42px; transition: right 0s ease-in-out .9s, margin-top .5s ease-in-out .9s, opacity .5s ease-in-out .9s; }

.slide > div { padding: 18px 6% 50px; }
h2 { font-size: 2.7em; font-weight: 700; line-height: 1em; text-transform: uppercase; }
h3 { color: #298ea8; font-weight: 700; }

@keyframes psst {
    0% { margin-bottom: 0px; }
    50% { margin-bottom: -12px; }
}

/* WELCOME */
#welcome { height: auto; min-height: 100%; }
#welcome .wbanner {background-color: #298ea8; padding: 15px}
#welcome img {  margin: 0; }
#welcome .row { margin-top: 18px; width: 95%; margin: 0 auto; }
#welcome h3 { font-size: 1.2em; color: #223e7b; margin: 20px 0; font-weight: 800; text-transform: uppercase; letter-spacing: 0.10em; }
#welcome .forward-nav { display: inline-block; padding: 40px 34px 8px; position: relative; float: right;}
.hello span {font-size: 50px; font-weight: 700; color: #298ea8; margin-top: 4%; display: block; line-height: 1.1;}
#welcome .mobile {display: none;}

#timeline div { display: inline-block; margin-right: 3%; vertical-align: top; width: 15%; }
table#table-51 { border: 0; }
#table-51 tr > * { border: 1px solid #a5b1cb; border-width: 0 0 1px 1px; font-size: .85em; padding: 5px 8px; text-align: right; }
#table-51 tr > *:first-of-type { border-left-width: 0; text-align: left; }
#table-51 thead th { background: #21336a; border-bottom: 3px solid #3ec0b9; color: #fff; }
#table-51 .subtotal { background: #e8edf3; }
#table-51 .total { background: #e8edf3; color: #223e7b; font-weight: 700; }
#table-51 .total > * { border-bottom-color: #223e7b; }

.hello .row { margin: 18px 0 0 !important;}
.hello .row > * { padding: 0; }
.hello .row p { margin: 0; padding-right: 40px;  }
.wis-button { background: #d4b542; border-radius: 8px; border: 2px solid #223e7b; color: #223e7b; display: block; font-size: .85em; line-height: 1.3em; padding: 10px 16px; text-align: center; text-decoration: none; }
.wis-button:hover { background: #c5a633; color: #223e7b; }
#end-screen .wis-button { display: inline-block; font-size: 1em; margin-bottom: 24px; }

/* TRANSLATOR */
#google_translate_element2 { display: none; }
#langaugeselectcont select { width: 60%; font-size: 0.65em; font-weight: 500;}
#langaugeselectcont label {width: 90%; }

/* BACKGROUND */
.plans {box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); text-align: center; padding: 25px; border-radius: 3px; width: 31%; margin: 25px 1%; height: 300px;}
.plans h4 {font-size: 1.3em;}

.underline { text-decoration: underline; }

.did-you-know { border: 1px solid #ddd; border-left: 6px solid #1f3d7b; border-radius: 4px; margin: 18px 0; padding: 0  !important; }
.did-you-know h4 { background: #43c0ba; color: #1f3d7b !important; font-size: 1.1em; margin: 0 !important; padding: 8px 12px; }
.did-you-know h4 img { display: inline-block; height: 20px; margin: 0; vertical-align: middle; }
.did-you-know > div { margin: 0; padding: 10px 14px !important; }
.faq-question .did-you-know > div { font-size: .85em !important;  }

/* PROCESS */
img.timeline {width: 100%; margin: 25px auto;}

.engagement span {font-weight: 100;}

.outline-jump { display: block; font-size: .9em; margin: 16px 0 6px; }

#demographic-maps div { display: inline-block; margin-right: 2%; width: 17%; }

img[src*="6.5"] { max-width: 550px; width: 100%; }

#prioritization-list { padding: 0; text-align: center; }
#prioritization-list li { display: inline-block; margin: 18px 1%; vertical-align: top; width: 30%; }
#prioritization-list li strong { color: #1f2c3d; font-weight: 700; }
#prioritization-list li img { display: block; height: 60px; margin: 0 auto 8px; }

/* LIGHTBOX */
#lightbox { height: 100%; position: fixed; top: -100%; transition: top .85s; width: 100%; z-index: 63; }
#lightbox > span { background-color: rgba(35,35,35,.8); cursor: pointer; height: 100%; position: absolute; top: 0; width: 100%; }
#lightbox > span span { color: #fff; font-size: 3.6em; line-height: .4em; padding: 15px; position: absolute; right: 0; top: 0; z-index: 5; }
#lightbox div { box-shadow: 0 8px 15px 0 #000; margin: -120px auto 0; max-height: 80%; position: relative; transform: rotateX(90deg) translateY(-160px); transition: .24s; width: 88%; }
#lightbox img { display: block; width: 100%; }
#lightbox.on { top: 0; }
#lightbox.on div { background-color: #fff; margin-top: 100px; transition: .8s ease-out .32s; overflow: auto; transform: rotateX(0deg) translateY(0px); padding: 15px; }
.slide img.lightbox { cursor: pointer; margin-bottom: 5px; }

/* FAQS */
.faq-questions { padding: 32px 5% 50px; }
.faq-question { background-color: #fff; box-shadow: 0 6px 6px -6px #666; margin-bottom: 28px; padding: 14px 54px; position: relative; }
.faq-question:hover {cursor: pointer;}
.faq-question h3 { border: 0; font-size: 1.1em; margin-top: 0; width: auto; }
.faq-question h4 { color: #43C0BA; font-size: 1em; }
.faq-question h3 span { color: #d4b542;  position: absolute; left: 24px; top: 22px; }
.faq-question div { line-height: 1.2em; padding: 9px 0; }

.faq-question .faq-questions { padding: 0 16px; }
.faq-question > h4 { margin-left: 40px; }
.faq-question > h4 span { left: 16px; top: 32px; }

/* THANK YOU */
#getinvolved { height: auto; min-height: 100%; text-align: center; }
#getinvolved h2 { font-size: 5.5em; line-height: .9em; margin: 0 auto; width: 80%; }
#getinvolved .col-md-4 { margin: 54px 3% 0; width: 27.1%; }
#getinvolved .col-md-4 p { margin-top: 16px; }

#getinvolved .col-md-4 a span {left: -9999px; position: absolute; }
#getinvolved .col-md-4 a img { height: 40px; max-width: 800%; width: 40px;  }

#getinvolved > a { background: transparent; }
#getinvolved > a:after { display: none; }
#getinvolved> a img { width: 40px; }
#getinvolved > a span > span { width: 94%; }
#getinvolved > a span:after { top: 0; }

#getinvolved .col-md-4 a.website:hover {box-shadow: none!important; font-weight: 700; transition: 0.5s all;}

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

@media screen and (min-width: 1880px) {
    body { font-size: 26px; }
    .header li a span { padding: 10px 14px; }
    .slide > a > span { height: 70px; margin-top: -35px; width: 240px; }
    .slide > a > span:after { border-width: 35px 16px; }

    #welcome { padding-bottom: 480px; }
}

@media screen and (max-width: 1470px) {
    #prioritization-list li { width: 44%;}
}

@media screen and (max-width: 1330px) {
    .slide > div { padding: 18px 8% 50px; }
    h3 { font-size: 1.6em; }

    #welcome { padding-bottom: 260px; }
    #welcome h2 { font-size: 2em; }

    #getinvolved { padding-bottom: 280px; }
    #getinvolved h2 { font-size: 4.2em; }
    #getinvolved h3 { font-size: 1.34em; }

    #demographic-maps h4 { font-size: .7em; }

    #timeline div { width: 45%; }
    #timeline h4 { font-size: 1em; }
}

@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; }
    .plans {width: 100%; margin: 0 0 25px 0; height: 250px;}
    .priorities {width: 100%; margin: 0 0 25px 0;}
    .plans h4 {font-size: 1.1em;}

    /* Quick Mobile Menu */
    #mobile-menu { color: #005596; display: inline-block; float: left; }
    .header { height: 52px; padding: 6px 8px; }
    .header .icon-link { display: inline-block; float: none; height: 32px; width: auto; }
    .header .icon-link a:after { display: none; }
    .header .icon-link a { text-decoration: none; }
    .header .icon-link a img { display: inline-block; height: 100%; margin: 0 !important; }
    .header .icon-link span,
    .header .icon-link a:hover span { background: #005596; display: inline-block; font-size: .5em; left: 0 !important; opacity: 1 !important; margin: 0 !important; position: static; right: 0 !important; vertical-align: middle; width: 74px; }
    .header .icon-link a[href*="mailing-list"] span { margin-left: 4px !important; width: 92px !important; }
    .header .nav { height: 36px; padding: 2px; text-align: right; }
    .header .nav ul { background-color: #005596; display: none; opacity: 0; padding: 8px 10px; position: absolute; right: 110%; text-align: left; top: 52px; width: 100%; z-index: 1; }
    .menu-opened .header .nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }
    .header .nav li { display: inline-block; float: none; margin: 0; padding: 4px; text-align: center; width: auto; }
    .header .nav li a { margin: 0 !important; text-decoration: none; }
    .header li a:after { display: none; }
    .header .nav li a span { color: #005596; display: block; left: 0 !important; margin: 0 !important; opacity: 1 !important; position: static; width: auto; }

    .hello .row p { padding: 0; }
    .wis-button { margin-top: 18px; }
    
    #content > div { padding-top: 52px; }
    .slide > a { height: 26px; width: 26px; }
    .slide > a span { display: none; }
    .slide.current > a { left: 18px; }
    .slide.current > .forward-nav { right: 25px; }
    .slide > a:after { border-width: 6px 10px; margin-top: -6px; margin-left: -16px; }
    .slide > .forward-nav:after { margin-left: -4px; }

    #scroll-for-more { bottom: 38px; font-size: .75em; right: 26px; width: 76px; }

    .modal-window > div { left: 10% !important; height: 90% !important; top: 5% !important; width: 80% !important; }
    .window-title { font-size: 1em; width: 80%; }
    #contact h3 { text-align: left; }
    #mailing-list > div { font-size: .9em;}
    #mailing-list input[type="submit"] { font-size: .8em; padding: 4px 20px; }

    #welcome { padding-bottom: 230px; }
    #welcome img.desk{display: none;}
    #welcome .col-sm-4 img { display: none; }
    #welcome .col-sm-8 {width: 100%;}
    #welcome .row > div:first-of-type:after { display: none; }
    #welcome h2 { font-size: 2em; }
    #welcome .col-md-6 { width: 100% !important; }

    #demographic-maps div { width: 20%; }
    #prioritization-list li img { height: 48px; }

    #getinvolved h2 { font-size: 3em; margin-top: 12px; width: 100%; }
    #getinvolved h3 { font-size: 1.1em; }
    #getinvolved .col-md-4 { border-top-width: 4px; margin: 40px 0 0; width: 100%; }
    #getinvolved > a img { width: 26px; }

    .adventure {width: 100%; margin: 25px 0px; height: 250px;}

}

@media screen and (max-width: 660px) {
    .window-title { padding: 0; }
    .modal-window > div { padding: 0 5% 28px; }

    .header .nav ul { line-height: 1.2em; padding: 5px 12px 12px; text-align: center; }
    .header .nav li { height: auto; padding: 0; }
    .header a span { padding: 3px 5px; }
    .header .icon-link a img { display: none; }

    .welcome { padding-bottom: 170px; }
    .welcome > div:first-of-type > img { height: 38px; }
    #welcome .mobile {display: block;}
    #welcome .hello {text-align: center;}
    #langaugeselectcont select {text-align: center; margin: 0 auto; width: 100%;}
    #everyone > a { font-size: .7em; }
    #welcome h2 { font-size: 2.2em; }
    h3 { font-size: 1.2em; }
    small { font-size: .75em; line-height: 1.1em; }
    small a { word-wrap: break-word; }
    .slide { overflow: auto; }
    .slide > div { padding: 14px 5% 25px; }
    .slide p { font-size: .8em; font-weight: 400; }
    .slide > a { display: block; left: 50% !important; margin: 0 0 38px -70px !important; position: relative; top: 22px !important; }
    .slide > a:before { content: "previous slide"; font-size: .65em; left: 100%; margin-left: 8px; margin-top: 2px; position: absolute; text-transform: uppercase;  top: 0; width: 140px; }
    .slide > .forward-nav { left: 50% !important; margin-left: 30px !important; top: 8px !important; }
    .slide > .forward-nav:before { content: "next slide"; left: auto; margin-left: 0; margin-right: 8px; right: 100%; text-align: right; width: 100px; }
    #welcome .forward-nav { margin: 20px 8px;  float: none; padding-top: 20px;}

    #getinvolved { padding-bottom: 120px; }
    #getinvolved h2 { font-size: 2.5em; }
    #getinvolved h3 {text-align: center; margin: 0 auto;}
    #getinvolved > a { margin-left: -44px;}
    #getinvolved > a:before { content: "Start over"; margin-top: 5px; width: 88px; }

    #timeline div { margin: 0; width: 100%; }
    #timeline h4 { font-size: .8em; }

    #table-51 tr > * { font-size: .75em; line-height: 1.3em; padding: 2px 3px; }
    #table-51 thead tr > * { font-size: .6em; }

    #contact textarea { font-size: .8em;height: 160px; }
    #contact input[type="submit"] { font-size: .8em; padding: 4px 14px; }

    p.uppercase { font-size: 1.1em; font-weight: 700; }
    
    #demographic-maps div { width: 30%; }

    .faq-questions { padding: 20px 2%; }
    .faq-question { padding: 8px 30px; }
    .faq-question h3 { font-size: .9em; }
    .faq-question h3 span { left: 2px; top: 16px; }
    .faq-question .faq-questions { padding: 0; }
    .faq-question > h4 { font-size: .8em; }
}
