html, body { color: #000; font-family: franklin-gothic-urw, sans-serif; font-size: 22px; font-weight: 700; -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; }
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; 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; 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 { font-weight: 400; line-height: 1.4em; margin: 22px 0 8px; }
ul, ol { margin: 16px 0 10px; }
li { font-weight: 400;  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: #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; font-weight: 700; 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 #333; 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: #0096d6; 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; }

#meeting-popup { color: #000; }
#meeting-popup h2 { font-size: 1.1em; margin-top: 40px; padding-right: 40px; }
#meeting-popup #modal-body-1 { margin-bottom: 30px; }
#meeting-popup a { word-wrap: break-word;}

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

.header { background: #fff; height: 84px; text-align: left; z-index: 15; }
.header h1 { left: -9999px; position: absolute; }
.header .nav { float: none; padding: 0 1% 0; }
.header li { float: left; height: 40px; margin: 0 1% 0 0; width: 10.25%; }
.header li a { display: inline-block; height: 100%; position: relative; width: 100%; }
/* .header li a:after { background: #0096d6; 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 .response-required a:after { background: #f3901d; }
.header .visited a:after { background: #9fa617; }
.header a span { background: #0096d6; box-shadow: 0 3px 12px -6px #333; color: #fff; display: block; font-size: .65em; left: -9999px; line-height: 1em; 
padding: 4px 6px; text-align: center; text-transform: uppercase; top: 36px; transition: 0s; width: 100%; z-index: 15; }
.header li a span { margin-left: 0 !important; }
.header .response-required a span { background: #f3901d; }
.header .visited a span { background: #9fa617; }
.header a:hover span,
.header a:focus span { box-shadow: 0 3px 14px -3px #111; left: 53%; opacity: 1; transition: box-shadow .2s, 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: block; height: 100%; position: relative; }
.header .icon-link a span { margin-left: -9999%; opacity: 0; }
.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 !important; transition: .6s; }
.header .icon-link a:hover span,
.header .icon-link a:focus span { left: 0 !important; margin-left: -140px !important; opacity: 1; 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: #0096d6; 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: #0096d6; 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; padding: 18px 0 40px; 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: #0096d6; border-radius: 40px; position: fixed; left: -9999px; margin-top: -64px; opacity: 0; padding: 5px 9px;  top: 48%; transition: left 0s ease-in-out .3s, margin-top .3s, opacity .3s;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 > .vc { background: #0096d6; box-shadow: 2px 2px 8px -1px #333; color: #fff; font-size: .7em; height: 56px; left: -9999px; line-height: 1em; margin-top: -28px; margin-left: 16px; opacity: 0; padding: 0 14px; position: absolute; text-align: center; text-transform: uppercase; top: 50%; width: 200px; }
.slide > a > .vc:after { border: 25px solid transparent; border-width: 28px 16px; border-right-color: #0096d6; content: ""; position: absolute; right: 100%; }
.slide > a:hover > .vc { left: 100%; opacity: 1; transition: left 0s, opacity .3s; }

.slide > .forward-nav > .vc { left: auto; margin-right: 16px; right: 9999px; }
.slide > .forward-nav > .vc:after { border-right-color: transparent; border-left-color: #0096d6; left: 100%; right: auto; }
.slide > .forward-nav:hover > .vc { left: auto; right: 100%; }

.slide > a > .arrow-hard { color: #fff; display: block; font-size: .9em; line-height: .8em; padding: 2px 6px; }

.slide.current > a { left: 15px; 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: 28px; transition: right 0s ease-in-out .9s, margin-top .5s ease-in-out .9s, opacity .5s ease-in-out .9s; }

.slide > div { padding: 18px 9% 50px; }
h2 { font-size: 3em; font-weight: 700; line-height: 1em; text-transform: uppercase; }
h3 { color: #0096d6; font-weight: 700; }
small { display: block; font-weight: 400; line-height: 1.3em; }

#content.only-survey > div { padding-top: 0; }
.only-survey .slide { padding-bottom: 0; }
.only-survey .everyone { margin-top: 60px; position: relative; }
.only-survey #survey > img { display: block; margin: 14px auto; width: 600px; }
.only-survey #survey > h2 { margin-bottom: 40px; padding: 0 30px; text-align: center; width: 100%; }

@keyframes psst {
    0% { margin-bottom: 0px; }
    50% { margin-bottom: -12px; }
}
#scroll-for-more { animation-name: psst; animation-duration: 2s; animation-iteration-count: infinite; background: #fff; border-radius: 8px; bottom: 60px; display: none; font-size: .9em; line-height: 1em; padding: 8px; position: fixed; right: 42px; text-align: center; text-transform: uppercase; width: 80px; }
#scroll-for-more:after { border: 10px solid transparent; border-top-color: #000; content: ""; left: 50%; margin-left: -10px; margin-top: 4px; position: absolute; top: 100%; }

/* WELCOME */
#what-is-dme { height: auto; min-height: 100%; padding-bottom: 380px; text-align: center; }
#what-is-dme small { font-size: .8em; margin-top: 58px; }
#what-is-dme > div:first-of-type > img { height: 62px; }
#what-is-dme .col-md-6 { width: 70%; }
#what-is-dme .col-md-6:last-of-type { width: 30%; }
#what-is-dme h2 { font-size: 5em; }
#what-is-dme .row { margin-top: 32px; text-align: left; }
#what-is-dme .row h3 { font-size: 1.2em; margin-top: 22px; }
#what-is-dme .row > div { padding: 0 4%; }
#what-is-dme .row > div:first-of-type { font-size: .9em; }
#what-is-dme .row > div:first-of-type:after { background: #a6a8aa; content: ""; height: 100%; position: absolute; right: 0; top: 16px; width: 4px; }

@keyframes sun {
    0% { box-shadow: 0 0 8px 3px #fdb913 }
    50% { box-shadow: 0 0 20px 12px #fdb913 }
}
#what-is-dme .col-md-6:last-of-type { text-align: center; }
#what-is-dme .forward-nav { background: #0096d6; border-radius: 18px; color: #fff; display: inline-block; font-size: 1.4em; margin: 78px 8px 50px; padding: 8px 34px; position: relative; text-transform: uppercase; }
#what-is-dme .forward-nav { animation-name: sun; animation-duration: 2s; animation-iteration-count: infinite; box-shadow: 0 0 3px 3px #fdb913; }
#what-is-dme .forward-nav:hover { background: #007cb0; }

.everyone { bottom: 0; overflow: hidden; padding: 0 !important; position: absolute; width: 100%; }
.everyone > img { width: 100%; }
.everyone > img[src*="everyone_bg"] { bottom: 0; left: 0; position: absolute; width: 100%; }
.everyone > img[src*="PersonWalking_"] { left: -20%; position: absolute; top: 6%; transition: .1s ease-in-out .5s; width: 18%; }
.everyone > img[src*="PersonWalkingDog"] { left: 122%; position: absolute; top: 8%; transition: .1s ease-in-out .5s; width: 18%; }
.everyone > img[src*="Bike"] { left: -38%; position: absolute; top: -8%; transition: .1s ease-in-out .5s; width: 19%; }
.everyone > img[src*="Wheelchair"] { left: -30%; position: absolute; top: -10%; transition: .1s ease-in-out .5s; width: 21%; }
.everyone > img[src*="truck"] { left: 127%; position: absolute; top: 29%; transition: .1s ease-in-out .5s; width: 10%; }
.everyone > img[src*="segway"] { left: -14%; position: absolute; top: 24%; transform: rotateY(180deg); transition: .1s ease-in-out .5s; width: 4%; }
.everyone > img[src*="bus."] { left: 95%; position: absolute; top: 15%; transition: .1s ease-in-out .5s; width: 20%; }
.everyone > img[src*="BusStop"] { left: 72%; position: absolute; top: -5%; width: 19%; }
.everyone > img[src*="train"] { left: -36%; position: absolute; top: 60%; transition: .1s ease-in-out .5s; width: 20%; }
.animate .everyone > img[src*="PersonWalking_"] { left: 32%; transition: left 3.4s ease-out; }
.animate .everyone > img[src*="PersonWalkingDog"] { left: 50%; transition: left 4.2s ease-out .4s; }
.animate .everyone > img[src*="Bike"] { left: 23%; transition: left 2.5s ease-out 2s; }
.animate .everyone > img[src*="Wheelchair"] { left: 40%; transition: left 3.1s ease-out 3s; }
.animate .everyone > img[src*="truck"] { left: 64%; transition: left 3s ease-out 2.2s; }
.animate .everyone > img[src*="train"] { left: -2%; transition: left 3s ease-out 3s; }
.animate .everyone > img[src*="segway"] { left: 21%; transition: left 2.2s ease-out 4s; }
.animate .everyone > img[src*="bus."] { left: 87%; transition: .6s ease-out; }

#everyone > a { bottom: 28px; color: #000; left: 60px; position: absolute; text-transform: uppercase; }
#everyone > a:last-of-type { bottom: 32px; left: auto; right: 66px;  }
#everyone > a img { height: 50px; }

/* TRANSLATOR */
#google_translate_element2 { display: none; }
#langaugeselectcont select { font-size: .9em; width: 100%; }
#langaugeselectcont label { margin-left: 5%; width: 90%; }

/* FIRST THINGS FIRST */

#first-things-first p span { color: #0096d6; }
#first-things-first p:last-of-type { margin-bottom: 52px; position: relative; }
#first-things-first p:last-of-type.sm-margin {margin-bottom: 10px !important;}
#first-things-first p:last-of-type:after { background: #a6a8aa; content: ""; height: 4px; left: 0; margin-top: 12px; position: absolute; top: 100%; width: 40%; }

#first-things-first img { height: 600px; width: 100%; }
#first-things-first button { background: #fff; border: 0; border-left: 8px solid #005596; box-shadow: 0 0 8px 0 #ccc; font-size: .85em; font-weight: 400; line-height: 1.2em; margin-top: 14px; padding: 4px 10px; text-align: left; transition: box-shadow .4s; }
#first-things-first button:hover { box-shadow: 0 0 12px 0 #aaa; }

#first-things-first iframe { border: 0; height: 600px; width: 100%; }

/* WHAT IS DME */
.white-arrows > a { background: #fff; }
.white-arrows > a:after { border-right-color: #0096d6; }
.white-arrows > a.forward-nav:after { border-left-color: #0096d6; border-right-color: transparent; }

#triangle-content { padding: 36px 13% 160px 14%; position: relative; }
#triangle-content img { left: 0; position: absolute; top: 0; width: 10%; }
#triangle-content img.regular-img {position: relative !important; display:block; width: 100% !important;}

/* YOUR INPUT MATTERS */
#what-weve-heard > div {  }
#what-weve-heard .col-md-7 { 
    padding: 80px 80px 0; 
    position: relative; 
    width: 56%;
}
#what-weve-heard .col-md-7 > img { left: 17%; margin: 15%; opacity: 0; position: absolute; top: 49%; transition: 1s; width: 10%; }
#what-weve-heard .col-md-7 > img:nth-of-type(3) { left: 45%; top: 24%; transition: 1s ease-in-out .2s; }
#what-weve-heard .col-md-7 > img:nth-of-type(4) { left: 14%; margin: 8% 15%; top: 13%; transition: 1s ease-in-out .5s; width: 7%; }
#what-weve-heard.animate .col-md-7 > img { margin: 0; opacity: 1; width: 40%; }
#what-weve-heard.animate .col-md-7 > img:nth-of-type(4) { left: 14%; margin: 0; opacity: 1; top: 13%; width: 37%; }
#what-weve-heard .col-md-7 > img:first-of-type { margin: 0; opacity: 0; position: static; width: auto; }
#what-weve-heard h2 { font-size: 2.4em; }
.blueline {height:8px; background-color: #0096d6; margin-top: 20px;}

.input-rainbow { margin-bottom: 60px; }
.input-rainbow p { text-align:center; padding: 10px; color:#fff;}
.input-rainbow #rainbow1 p:nth-of-type(1){background-color: #0096d6;}
.input-rainbow #rainbow1 p:nth-of-type(2){background-color: #6E8E3B;}
.input-rainbow #rainbow1 p:nth-of-type(3){background-color: #BF2E1A;}
.input-rainbow #rainbow2 p:nth-of-type(1){background-color: #D9531E;}
.input-rainbow #rainbow2 p:nth-of-type(2){background-color: #FDB813; color:#000 !important;}
.input-rainbow #rainbow2 p:nth-of-type(3){background-color: #20346A;}


p.uppercase { font-size: 1.4em; text-transform: uppercase; }

/* WHAT DO YOU VALUE? */
#what-do-you-value .col-md-7 { padding-left: 3%; position: relative; }
#what-do-you-value .col-md-5 p { display: none; }

#drop-boxes > div { margin: 24px 0 6px;  }
#drop-boxes h4 { color: #0096d6; display: inline-block; font-size: 3em; font-weight: 700; margin: 0; vertical-align: middle; }
#drop-boxes > div > div { border: 3px solid #0096d6; display: inline-block; height: 72px; margin-left: 14px; padding: 0 14px; text-align: center; transition: box-shadow .2s; vertical-align: middle; width: 74%; }
#drop-boxes > div > div > span { background: #fff; cursor: pointer; display: inline-block; line-height: 1.05em; padding: 8px; vertical-align: middle; }
#drop-boxes > div > div:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
#drop-boxes > div > div.accepting { box-shadow: 0 0 34px -10px #0096d6; }

#value-options { margin-top: 30px; }
#value-options div { background: #fff; box-shadow: 0 0 34px -10px #0096d6; cursor: pointer; float: left; height: 80px; line-height: 1.05em; margin: 0 1% 18px; padding: 0 14px; text-align: center; transition: box-shadow .3s; width: 48%; }
#value-options div:hover { box-shadow: 0 0 64px -14px #01638c; }
#value-options div.chosen { display: none; }
#value-submit { background: #0096d6; border: 0; color: #fff; float: right; font-size: .9em; margin-top: 14px; padding: 8px 36px; transition: background .2s; }
#value-submit:hover { background: #017eb3; }
#what-do-you-value .wow-thanks,
#what-do-you-value .error-code { clear: both; display: none; padding-top: 14px; }

/* DENVER THEN AND NOW */
#then-and-now .row { border-bottom: 6px solid #a6a8aa; margin: 60px 0 50px; padding-bottom: 20px; }
#then-and-now .row:last-of-type { border: 0; }
#then-and-now .col-md-3 { padding: 0 4%; text-align: center; }
#then-and-now h3 { margin-top: 0; }
#then-and-now p { line-height: 1.1em; margin-top: 0;  }
#then-and-now p span { color: #9fa617; }

.image-slider { margin-bottom: 32px; overflow: hidden; position: relative; }
.image-slider img { width: 100%; }
.image-slider .before-image { overflow: hidden; position: absolute; top: 0; left: -49.25%; width: 100%; }
.image-slider .before-image > img { position: relative; left: 49.25%; }
.image-slider .is-toggle { background-color: #fff; cursor: pointer; height: 100%; position: absolute; left: 50%; top: 0; width: 10px; }
.image-slider .is-toggle > div { background-color: #fff; border-radius: 50%; height: 54px; margin-top: -27px; margin-left: -23px; position: absolute; top: 50%; width: 54px;  }
.image-slider .is-toggle > div:before,
.image-slider .is-toggle > div:after { border: 10px solid transparent; border-width: 7px 10px; border-right-color: #0096d6; content: ""; margin-top: -7px; left: 1px; position: absolute; top: 50%; }
.image-slider .is-toggle > div:after { border-right-color: transparent; border-left-color: #0096d6; left: auto; right: 0px; }
.image-slider .is-toggle > div:hover, 
.image-slider .is-toggle > div:focus { background-color: #eee; }

.right-flourish { float: right; padding-bottom: 180px; width: 15%; }

/* SURVEY SLIDES */
.survey-slide { padding-bottom: 50px; overflow: auto; }
.survey-slide h2 { display: inline-block; width: 55%; }
.survey-slide h3 { display: inline-block; text-align: right; width: 40%; }

.survey label { font-weight: 400; margin-top: 44px; }
.survey .radio label { font-size: .9em;margin-top: 4px; }
.survey label span { color: #0096d6; font-weight: 700; text-transform: uppercase; }
.survey input[type="submit"] { margin-top: 40px; }
.survey .error-code { display: none; }
.survey p { font-weight: 700; }

#future-vision { margin-bottom: 36px; }
.mobile-element { display: none !important; }
img.mobile-element { margin-bottom: 18px; }
.survey hr { border-color: #01638c; margin-top: 28px; }

.survey { margin: 18px auto; padding: 46px 0 !important; position: relative; width: 66%; }
.survey:after { border: 50px solid transparent; border-bottom-color: #d9541f; border-right-color: #d9541f; bottom: 0; content: ""; position: absolute; right: 0; }
.survey > img { position: absolute; top: 0; width: 10%; }
.survey form { margin: 34px 4% 34px 16%; }
.survey form > label { margin-bottom: 20px; }
.survey .radio { margin: 14px 0; }
.survey .radio input { left: -9999px; margin: 0; position: absolute; }
.survey .radio label { margin: 0; padding: 0; }
.survey .radio label:before { background: #fff; border: 1px solid #0096d6; box-shadow: 0 2px 8px -4px #222; content: ""; display: inline-block; height: 18px; margin-right: 12px; position: relative; top: 2px; transition: .2s; width: 18px; }
.survey .radio input:focus + label:before { box-shadow: 0 2px 14px -2px #000; }
.survey .radio input:checked + label:before { background: #2dbdfb; }
.survey input[type="submit"] { background: #0096d6; border-radius: 0; font-size: .9em; padding: 5px 44px; text-transform: uppercase; transition: .2s; }
.survey input[type="submit"]:hover { background: #027baf; }
.survey .wow-thanks { display: none; margin-bottom: 200px; margin-left: 14%; margin-right: 28px; }
.survey input[type="text"] { background: #f2f2f2; border: 0; width: 80%; }
.survey textarea { background: #f2f2f2; border: 0; display: block; height: 150px; margin-bottom: 18px; padding: 5px 11px; width: 80%; }

.survey form > div > a { background: #0096d6; color: #fff; display: inline-block; margin-top: 14px; padding: 8px 16px; }
.survey form > div > a:hover { background: #027baf; } 
.limit-message { color: #a00; display: none; }
.other-box { display: none; }

/* ON-THE-GO */
#on-the-go h2 { font-size: 5em; }

#everyone-again { overflow: hidden; padding: 0; position: relative; width: 100%; }
#everyone-again > img { width: 100%; }
#everyone-again > img[src*="PersonWalking_"] { left: -50%; position: absolute; top: 2%; transition: .1s ease-in-out .5s; width: 35%; }
#everyone-again > img[src*="PersonWalkingDog"] { left: 130%; position: absolute; top: 2%; transition: .1s ease-in-out .5s; width: 35%; }
#everyone-again > img[src*="Bike"] { left: -38%; position: absolute; top: 8%; transition: .1s ease-in-out .5s; width: 32%; }
#everyone-again > img[src*="Wheelchair"] { left: -40%; position: absolute; top: 3%; transition: .1s ease-in-out .5s; width: 36%; }
#everyone-again > img[src*="truck"] { left: 127%; position: absolute; top: 73%; transition: .1s ease-in-out .5s; width: 14%; }
#everyone-again > img[src*="segway"] { left: 114%; position: absolute; top: 29%; transition: .1s ease-in-out .5s; width: 7%; }
#everyone-again > img[src*="bus."] { left: 95%; position: absolute; top: 30%; transition: .1s ease-in-out .5s; width: 26%; }
#everyone-again > img[src*="BusStop"] { left: 67%; position: absolute; top: 15%; width: 26%; }
#everyone-again > img[src*="train"] { left: -36%; position: absolute; top: 75%; transition: .1s ease-in-out .5s; width: 26%; }
#on-the-go.animate #everyone-again > img[src*="PersonWalking_"] { left: 18%; transition: left 3.4s ease-out; }
#on-the-go.animate #everyone-again > img[src*="PersonWalkingDog"] { left: 43%; transition: left 4.2s ease-out .4s; }
#on-the-go.animate #everyone-again > img[src*="Bike"] { left: 8%; transition: left 2.5s ease-out 2s; }
#on-the-go.animate #everyone-again > img[src*="Wheelchair"] { left: 30%; transition: left 3.1s ease-out 3s; }
#on-the-go.animate #everyone-again > img[src*="truck"] { left: 72%; transition: left 3s ease-out 2.2s; }
#on-the-go.animate #everyone-again > img[src*="train"] { left: -2%; transition: left 3s ease-out 3s; }
#on-the-go.animate #everyone-again > img[src*="segway"] { left: 69%; transition: left 2.8s ease-out 2.6s; }
#on-the-go.animate #everyone-again > img[src*="bus."] { left: 87%; transition: .6s ease-out; }

/* TODAY AND TOMORROW */
#today-and-tomorrow > div { padding: 0; }

#rollover-image { position: relative; }
#rollover-image h2 { left: 5%; position: absolute; top: 6%; width: 500px; }
#rollover-image > div { left: 15%; position: absolute; top: 24%; }
#rollover-image > div:nth-of-type(2) { left: 44%; top: 7%; }
#rollover-image > div:nth-of-type(3) { left: 80%; top: 8%; }
#rollover-image > div:nth-of-type(4) { left: 22%; top: 52%; }
#rollover-image > div:nth-of-type(5) { left: 24.5%; top: 69%; }
#rollover-image > div:nth-of-type(6) { left: 56%; top: 63%; }
#rollover-image > div:nth-of-type(7) { left: 73.5%; top: 48%; }
#rollover-image > div button { background: transparent; border: 0; }
#rollover-image > div button img { height: 114px;  }
#rollover-image > div button span { left: -9999px; position: absolute; }
#rollover-image > div > div { background: #fff; font-size: .85em; left: -9999px; margin-left: -150px; margin-top: 24px; opacity: 0; padding: 12px 16px; position: absolute; text-align: center; transition: left 0s ease-in-out .1s, opacity .1s; width: 300px; z-index: 1; }
#rollover-image > div:hover > div,
#rollover-image button:focus + div { left: 50%; opacity: 1; transition: left 0s, opacity .3s; }
#rollover-image > div:nth-of-type(4) > div { margin-left: -200px; width: 400px; }
#rollover-image > div:nth-of-type(5) > div { margin-left: -275px; width: 550px; }
#rollover-image > div > div:before { background: #0096d6; border-radius: 50%; content: ""; position: absolute; height: 30px; left: 50%; margin: -30px 0 0 -15px; width: 30px; }
#rollover-image > div > div:after { border: 8px solid transparent; border-width: 12px 7px; border-bottom-color: #fff; content: ""; position: absolute; left: 50%; margin: -22px 0 0 -7px; top: 0; }
#rollover-image > div > div h3 { font-size: 1.3em; margin-top: 4px; }
#rollover-image > div > div p { font-weight: 400; line-height: 1.2em; }

/* BUILDING OUR IDEAL FUTURE TOGETHER */
#ideal-future > div { padding: 20px 14% 0; }
#ideal-future .col-md-7 { padding: 10px; position: relative; width: 56%; }
/* #ideal-future .col-md-7 > img { left: 10%; margin: 15%; opacity: 0; position: absolute; top: 10%; transition: 1s; width: 10%; } */
/* #ideal-future .col-md-7 > img:nth-of-type(3) { left: 45%; top: 10%; transition: 1s ease-in-out .2s; } */
/* #ideal-future .col-md-7 > img:nth-of-type(5) { left: 10%; top: 45%; transition: 1s ease-in-out .8s; } */
/* #ideal-future .col-md-7 > img:nth-of-type(4) { left: 45%; top: 45%; transition: 1s ease-in-out .5s; } */

/* #ideal-future.animate .col-md-7 > img { margin: 0; opacity: 1; width: 46%; } */

/* #ideal-future .col-md-7 > img:first-of-type { margin: 0; opacity: 1; position: static; width: auto; } */

.large-image { margin: 28px 0 48px; }
#ada-schedule { left: -9999px; position: absolute; top: -9999px; }

/* THANK YOU */
#thank-you { height: auto; min-height: 100%; padding-bottom: 410px; text-align: center; }
#thank-you h2 { font-size: 3.6em; line-height: .9em; margin: 0 auto; width: 80%; }
#thank-you .col-md-4 { border-top: 10px solid #6d8d24; margin: 54px 3% 0; width: 27.33333%; }
#thank-you .col-md-4 p { margin-top: 16px; }
#thank-you .col-md-4 a { display: inline-block; border-radius: 50%; margin: 4px 3px 0; transition: box-shadow .2s; }
#thank-you .col-md-4 a span { left: -9999px; position: absolute; }
#thank-you .col-md-4 a img { height: 40px; max-width: 800%; width: 40px; }
#thank-you .col-md-4 a:hover { box-shadow: 0 0 14px -3px #666; }
#thank-you > a { background: transparent; }
#thank-you > a:after { display: none; }
#thank-you > a img { width: 40px; }
#thank-you > a span > span { width: 94%; }
#thank-you > a span:after { top: 0; }

#meeting-details { font-size: .9em; text-align: left; }
#thank-you .col-md-4 #meeting-details a { border-radius: 0; box-shadow: none !important; display: inline; word-wrap: break-word; }

/*********************************************/
/****** 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: 5px 8px; }
    .slide > a > .vc { height: 70px; margin-top: -35px; width: 240px; }
    .slide > a > .vc:after { border-width: 35px 16px; }

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

@media screen and (max-width: 1500px) {
    #rollover-image > div button img { height: 88px; margin: 34px 18px 0; }
    #rollover-image > div > div { font-size: .75em; padding: 5px 10px; }
    #rollover-image > div:nth-of-type(5) > div { margin-left: -320px; width: 640px; }
    #rollover-image > div > div h3 { font-size: 1.1em; }
    #rollover-image > div > div p { margin-top: 8px; }
    #rollover-image > div > div:after { margin-top: -28px; }

    #thank-you h2 { font-size: 3em; }
}

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

    .header { padding: 8px 0; }
    .header a span { font-size: .5em; }
    .header li { margin-right: .5%; width: 10.5%; }
    #langaugeselectcont { font-size: .8em; }

    #what-is-dme { padding-bottom: 260px; }
    #what-is-dme > div:first-of-type > img { height: 50px; }
    #what-is-dme h2 { font-size: 4.6em; }
    #what-is-dme .row > div:first-of-type { font-size: .8em;}

    #everyone > a { bottom: 10px; font-size: .9em;left: 22px; }
    #everyone > a:last-of-type { bottom: 16px; right: 24px; }
    #everyone > a img { height: 36px; }

    #first-things-first .row > * { width: 100%; }
    #first-things-first .col-md-4 { margin-bottom: 26px; }

    #what-do-you-value { font-size: .85em; }
    #drop-boxes > div > div { height: 64px; }
    #value-options div { height: 64px; }

    #then-and-now { font-size: .8em; text-align: center; }
    #then-and-now .col-md-6 { width: 45%; }

    .survey > img { width: 14%; }
    .survey form { margin-left: 20%; }
    .survey:after { border-width: 35px; }

    #future-vision { display: block; }
    .desktop-element { display: none !important; }
    .mobile-element { display: inline-block !important; }
    img.mobile-element { float: left; margin-right: 28px; margin-bottom: 18px; width: 110px; }
    #triangle-content img.mobile-element { margin-top: 28px; width: 110px !important; }
    #ideal-future img.mobile-element { float: right; margin-right: 0; margin-left: 34px; margin-top: 28px; width: 280px; }
    #ideal-future .large-image .mobile-element { display: none !important; }
    .survey textarea#plan-gaps { width: 50%; }
    #feedback-used { overflow: auto; padding-bottom: 88px; }

    #on-the-go h2 { font-size: 3.8em; }

    #rollover-image h2 { left: 3%; top: 2%; }
    #rollover-image > div:nth-of-type(3) { left: 75%;}
    #rollover-image > div:nth-of-type(5) > div { bottom: 100%; margin-bottom: -12px; margin-left: -280px; width: 560px; }
    #rollover-image > div:nth-of-type(5) > div:before { margin-top: -8px; top: 100%; }
    #rollover-image > div:nth-of-type(5) > div:after { border-bottom-color: transparent; border-top-color: #fff; margin-top: 2px; top: 100%; }
    #rollover-image > div:nth-of-type(6) > div { bottom: 100%; margin-bottom: -12px; }
    #rollover-image > div:nth-of-type(6) > div:before { margin-top: -8px; top: 100%; }
    #rollover-image > div:nth-of-type(6) > div:after { border-bottom-color: transparent; border-top-color: #fff; margin-top: 2px; top: 100%; }

    #thank-you { padding-bottom: 280px; }
    #thank-you h2 { font-size: 3.2em; width: 100%; }
    #thank-you h3 { font-size: 1.34em; }
}

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

    /* 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 img { display: inline-block; height: 100%; margin: 0 !important; }
    .header .icon-link span,
    .header .icon-link a:hover span { 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: 6px 10px 14px; 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; height: 32px; margin: 0; padding: 4px; text-align: center; width: auto; }
    .header .nav li a { margin: 0 !important; }
    .header li a:after { display: none; }
    .header .nav li a span { display: block; font-size: .65em; left: 0 !important; margin: 0 !important; opacity: 1 !important; position: static; width: auto; }
    
    #content > div { padding-top: 52px; }
    .slide > a .arrow-hard { font-size: .6em; }
    .slide > a .vc { display: none; }
    .slide.current > a { left: 10px; }
    .slide.current > .forward-nav { right: 18px; }
    .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; }

    #what-is-dme { padding-bottom: 230px; }
    #what-is-dme .row > div:first-of-type:after { display: none; }
    #what-is-dme h2 { font-size: 4em; }
    #what-is-dme > div:first-of-type > img { height: 36px; width: auto; }
    #what-is-dme .col-md-6 { width: 100% !important; }

    #everyone img[src*="everyone_bg"] { display: none; }
    #everyone img[src*="train"] { top: 37%; }
    #everyone img[src*="truck"] { top: 14%; }
    #everyone img[src*="segway"] { top: 7%; width: 5%; }
    #everyone > a { display: inline-block; position: static; margin: 8px 12px; width: auto; }
    #everyone > a:first-of-type { margin-top: 18px; }
    #everyone > a:last-of-type { margin-bottom: 30px; }

    .white-arrows > a { background: #0096d6; }
    .white-arrows > a:after { border-right-color: #fff; }
    .white-arrows > a.forward-nav:after { border-left-color: #fff; }

    #triangle-content { padding-top: 22px; padding-right: 8%; padding: 18px 14% 18px 15%; }
    #triangle-content h2 { font-size: 1.4em; }
    
    #what-weve-heard h2 { font-size: 1.8em; }
    #what-weve-heard .col-md-7 { padding: 24px 80px 14px; }
    #what-weve-heard .col-md-7 > img { left: 24%; top: 51%; width: 2%; }
    #what-weve-heard .col-md-7 > img:nth-of-type(3) { left: 45%; top: 24%; width: 2%; }
    #what-weve-heard .col-md-7 > img:nth-of-type(4) { left: 21%; top: 11%; width: 0%; }
    #what-weve-heard.animate .col-md-7 > img:nth-of-type(2) { width: 32%; }
    #what-weve-heard.animate .col-md-7 > img:nth-of-type(3) { width: 32%; }
    #what-weve-heard.animate .col-md-7 > img:nth-of-type(4) { left: 21%; width: 28%; }

    #then-and-now .row { margin: 20px 0; }
    #then-and-now .col-md-6 { margin: 18px 0; width: 70%; }
    .right-flourish { padding-bottom: 70px; }

    .survey .wow-thanks { margin-bottom: 120px; }

    #on-the-go h2 { font-size: 3em; }

    #what-do-you-value h3 { margin-bottom: 12px; }
    #what-do-you-value .col-md-5 p { display: block; }
    #what-do-you-value .col-md-7 p { display: none; }
    #drop-boxes > div { display: inline-block; margin-top: 5px; width: 48%; }
    #drop-boxes > div > div { font-size: .85em; height: 66px; padding: 0 8px; }
    #drop-boxes > div > div span { line-height: 1em; padding: 0 4px; }
    #value-options div { box-shadow: 0 0 18px -8px #0096d6; font-size: .85em; height: 48px; margin-bottom: 12px; }

    #rollover-image { overflow-x: hidden; padding-bottom: 80px !important; }
    #rollover-image > h2 { left: 0; padding: 20px 30px 14px; position: relative; text-align: center; width: 100%; }
    #rollover-image > img { left: -9999px; position: fixed; top: 0; width: 180%; max-width: 800%; }
    .current #rollover-image > img { left: -40%; }
    #rollover-image > div { left: 0 !important; position: relative; top: 0 !important; }
    #rollover-image > div > div { border: 2px solid #0096d6; box-shadow: 0 8px 14px -3px #333; bottom: auto !important; left: 0 !important; margin: 2px 10% 20px !important; opacity: 1; padding: 4px 18px; position: relative; width: 80% !important; }
    #rollover-image > div > div:before,
    #rollover-image > div > div:after { display: none; }
    #rollover-image > div button { display: block; margin: 0 auto; }
    #rollover-image > div button img { height: 60px; margin-top: 8px; }

    #ideal-future .mobile-element { display: none !important; }
    #ideal-future .large-image .mobile-element { display: block !important; float: none; margin: 0; }
    
    #thank-you h2 { font-size: 2.4em; margin-top: 12px; width: 100%; }
    #thank-you h3 { font-size: 1.1em; }
    #thank-you .col-md-4 { border-top-width: 4px; margin: 40px 0 0; width: 100%; }
    #thank-you > a img { width: 26px; }

    .only-survey #survey > img { padding: 0 18px; width: 400px; }
}

@media screen and (max-width: 730px) {
    .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; }

    #what-is-dme small { font-size: .7em; }

    .welcome { padding-bottom: 170px; }
    .welcome > div:first-of-type > img { height: 38px; }
    #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; padding-top: 0 !important; }
    .slide p,
    .slide li { font-size: .8em; font-weight: 400; }
    .slide > a { background: transparent; display: block; left: 0 !important; margin: 0 0 38px 0 !important; position: relative; text-align: center; top: 22px !important; width: 100%; }
    .slide > a:before { background: #0096d6; border-radius: 400px; color: #fff; content: "< Back"; display: inline-block; font-size: .8em; left: 50%; margin-top: 2px; padding: 3px 8px; text-align: center; text-transform: uppercase; top: 0; }
    .slide > .forward-nav { top: 8px !important; }
    .slide > .forward-nav:before { content: "Next > "; left: auto; margin-left: 0; right: 100%; }
    .slide > a .arrow-hard { display: none; }
    #welcome .forward-nav { margin: 50px 8px; }
/*     #first-things-first > .forward-nav { top: -694px !important; } */
/*     #first-things-first iframe { margin-top: 56px; } */

    #today-and-tomorrow > a:before { background: rgba(255,255,255,.86); text-align: center; }
    #thank-you > a { margin-left: -44px; }
    #thank-you > a img { display: none; }
    #thank-you > a:before { content: "Start over"; line-height: 1.1em; margin-top: 5px; width: 88px; }

    #contact textarea { font-size: .8em;height: 160px; }
    #contact input[type="submit"] { font-size: .8em; padding: 4px 14px; }
    
    #what-weve-heard h2 { font-size: 1.3em; }
    #what-weve-heard .col-md-7 { padding: 24px 16%; }
    p.uppercase { font-size: 1.1em; font-weight: 700; }

    #then-and-now .col-md-6 { width: 94%; }
    .image-slider .is-toggle > div { height: 40px; margin-left: -15px; width: 40px; }
    .image-slider .is-toggle > div:before { border-width: 6px 8px; left: -1px; margin-top: -6px; }
    .image-slider .is-toggle > div:after { border-width: 6px 8px; left: 24px; margin-top: -6px; }
    .right-flourish { padding-top: 48px; padding-bottom: 30px; }

    #drop-boxes h4 { font-size: 2.2em; }
    #drop-boxes > div { width: 100%; }
    #drop-boxes > div > div { font-size: .8em; height: 54px; padding: 0 8px; }
    #drop-boxes > div > div span { line-height: .9em; }
    #value-options div { font-size: .75em; height: 40px; width: 100%; }

    .survey { font-size: .8em; width: 80%; }
    .survey > img { display: none;}
    .survey form { margin-left: 1%; }
    .survey:after { border-width: 25px; }
    .survey .wow-thanks { font-size: 1em; font-weight: 700; margin-bottom: 80px; }
    .survey form > div > a { font-size: .9em; line-height: 1.1em; }
    .survey p { font-size: 1em; font-weight: 700; }
    img.mobile-element { margin-right: 18px; width: 90px; }
    #triangle-content img.mobile-element { width: 90px !important; }
    label[for="plan-gaps"] { clear: both; padding-top: 18px; }
    .survey textarea#plan-gaps { width: 100%; }
    label[for*="goal-opinion-"] { width: 36% !important; }

    #ideal-future > div { padding: 14px 5% 25px !important; }
    #on-the-go h2 { font-size: 2.2em; }

    #rollover-image > img { left: -9999px; width: 280%; }
    .current #rollover-image > img { left: -90%; }

    #survey-2 p { font-size: 1.1em; font-weight: 700; line-height: 1.1em; }

    #thank-you { padding-bottom: 120px; }
    #thank-you h2 { font-size: 1.6em; }
}
