html, body { color: #333; font-family: "Segoe UI","Open Sans", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }
.row { margin: 0; }
.row > div { padding: 0 1.5% 12px; }
.content { width: 100%; }
.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; }

/* Headers */
h1 { font-size: 3.3em; margin: 30px 0 22px; }
h2 { font-size: 2.2em; margin: 12px 0 24px; }
h3 { font-size: 1.8em; margin: 48px 0 24px; }
h4 { font-size: 1.4em; margin: 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: 22px 5px 5px; padding-right: 10px;}
ul, ol { margin: 16px 0 10px; }
li {  text-indent: 15px; line-height: 1.4em; margin-bottom: 8px; }
.images img {width: 100%;}
.image-caption {
    font-size: 18px;
    font-weight: bold;
    color: #35538d;
}
/* 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: #b5cd4e; 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: #a0b939; }

/* Tabs */
.tabset { margin: 14px 0 28px; }
.tabset ul { display: none; }
.tabset.has-js ul { display: block; }
.tabset .tablist { list-style-type: none; margin: 0px; padding: 0; }
.tabset .tab { background: #8eb7e1; cursor: pointer; display: inline; float: left; height: 180px; margin: 0 2% 0 0; padding: 12px 15px 3px; position: relative; text-indent: 0; transition: background .2s; width: 23.5% }
.tabset .tab:last-of-type { margin-right: 0; }
.tabset .tab:hover { background-color: #74a0cd; }
.tabset .tab:nth-of-type(2) { background: #90d1bb; }
.tabset .tab:nth-of-type(2):hover { background-color: #7abda6; }
.tabset .tab:nth-of-type(3) { background: #b8d778; }
.tabset .tab:nth-of-type(3):hover { background-color: #a5c564; }
.tabset .tab:nth-of-type(4) { background: #f48673; }
.tabset .tab:nth-of-type(4):hover { background-color: #df6d5a; }
.tabset .tab h3 { color: #000 !important; font-size: 1.2em; font-weight: 700; margin: 0; }
.tabset .tab img { margin-right: 6px; width: 28px; }
.tabset .tab p { line-height: 1.4em; margin-top: 6px; }

.tabset .panel { background: #8eb7e1; border-radius: 0; clear: both; margin: 0 0 18px; padding: 16px 2% 28px; }
.tabset .panel:nth-of-type(2) { background: #90d1bb; }
.tabset .panel:nth-of-type(3) { background: #b8d778; }
.tabset .panel:nth-of-type(4) { background: #f48673; }
.tabset.has-js .panel { display: none; margin-bottom: 0; }
.tabset.has-js .panel[aria-hidden="false"] { display: block; }
.tabset .panel h3 { color: #000 !important; margin: 0 0 24px; }
.tabset .panel h4 { font-size: 1.2em; padding-left: 22px; position: relative; }
.tabset .panel h4:before { border: 10px solid transparent; border-width: 8px 12px; border-left-color: #ffda1c; content: ""; left: 0; position: absolute; top: 4px; }
.tabset .panel p { margin-bottom: 20px;  }
.tabset .panel .row > div { padding: 0 32px 0 0 !important; }
.tabset .panel li { text-indent: 0; }

/* Modal Window */
.launch-modal,
.close-modal,
.potential-modal > span { display: none; }

.modal-window { 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 > span { background-color: rgba(0,0,0,.75); cursor: pointer; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.modal-window > div { background-color: #fff; border: 1px solid #333; bottom: 100px; box-shadow: 4px 13px 28px 0 #111; left: 25%; margin: 0; overflow: auto; padding: 0 2% 28px; position: absolute; top: 40px; width: 50%; }
.modal-window > div > span { color: #000; cursor: pointer; display: block; font-size: 3em; line-height: .6em; padding: 13px 15px; position: absolute; right: 0; top: 0; transition: color .2s; }
.modal-window > div > span:hover { color: #000; }
.modal-window button.close-modal { display: block; margin-top: 18px; }
.modal-window h3 { line-height: 1.4em; text-align: center; }
.modal-window h3 > span { display: block; font-size: 1.2em; letter-spacing: .05em;  text-transform: uppercase;  }
.modal-window h3 strong { display: block; letter-spacing: .05em; margin-top: 8px; }
.modal-window h3 strong span { background: #fdb927; font-size: 1.3em; padding: 0 15px 8px; }

/* Tables */
table { border: 1px solid #333; border-width: 0 1px 1px 0; margin: 14px 0; width: 100%; }
table tr th { border: 1px solid #333; border-width: 0 1px 1px 0; padding: 2px 4px; text-align: center;}
table tr td { border: 1px solid #333; border-width: 0 1px 1px 0; padding: 2px 4px; width: 50%;}
table tr:nth-of-type(even) { background-color: #eee; }
table tr th { border-top: 1px solid #333; border-left: 1px solid #333; }
th, td { background-color: #fff; }
tr.totals > * { background-color: #d7d7d7; }
tr td ul li {text-indent: 0; font-size: 12px;}
tr.totals td {text-align: center; color: green; font-weight: bold;}
tr.totals td.no {text-align: center; color: red; font-weight: bold;}

thead tr th {background-color: #333; color: white;}
tbody tr th {color: #35538d;    }
td.red {background-color: rgba(255, 0, 0, 0.13);}
td.green {background-color: rgba(0, 128, 0, 0.13);}

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

html { height: 100%; }
body { height: 100%; overflow: hidden; width: 100%; }
.container { height: 100%; position: relative; transition: width .5s; width: 142.857143%; } 
.contact-open .container { width: 100%; }
#main-content { height: 100%; position: relative; width: 70%; }
#contact-form { background-color: #35538d; height: 100%; overflow: auto; padding: 16px 22px; position: absolute; right: 0; top: 0; width: 30%; z-index: 3; color: white;}
img { max-width: 100%; }

#intro-screen { background-color: #fff; background-image: url("../images/Slide2_backgroundimg.jpg"); background-size: cover; background-position: bottom left; font-size: 1.5em; height: 100%; left: 0; opacity: 1; padding: 90px 8% 0; position: absolute; top: 0; width: 100%; z-index: 3; }
#intro-screen h1 { color: #fff; font-size: 3em; font-weight: 700; letter-spacing: .02em; line-height: 1.3em; margin: 0;  text-align: center;text-shadow: 0 4px 7px #111; transition: font-size .2s; }
#intro-screen > a { background-color: #fff; background-color: rgba(255,255,255,.6); color: #000; display: none; font-size: 1.4em; font-weight: 700; height: 40px; line-height: .6em; padding:  10px; position: absolute; right: 0; text-align: right; top: 0; width: 100%; }
#intro-screen > div { background-color: #fff; background-color: rgba(255,255,255,.8); bottom: 0; left: 0; position: absolute; width: 100%; }
#intro-screen > div a { color: #318f79; display: block; float: left; font-size: 1.2em; font-weight: 700; padding: 94px 10px 42px; position: relative; text-align: center; width: 25%; }
#intro-screen > div a div { background-color: #35538d; border-radius: 100%; height: 160px; left: 50%; line-height: 152px; margin: -80px 0 0 -80px; position: absolute; top: 0; transition: .2s; width: 160px; }
#intro-screen > div a img { transition: width .2s; width: 80px; }
#intro-screen > div a span { border-bottom: 4px solid transparent; padding-bottom: 3px; transition: border .3s; }
#intro-screen > div a:hover span { border-bottom: 4px solid #fcba29; padding-bottom: 3px; }
.started #intro-screen { left: -100%; opacity: 0; top: -100%; transition: opacity .6s, top .6s, left 0s ease-in-out .6s; }
.contact-open #intro-screen h1 { font-size: 2.6em; }
.contact-open #intro-screen > div a div { height: 120px; line-height: 114px; margin: -44px 0 0 -60px;  width: 120px; }
.contact-open #intro-screen > div a span { font-size: .85em;  }
.contact-open #intro-screen > div a img { width: 64px; }

#meeting { height: 100%; position: relative; }

#meeting-content { height: 100%; width: 100%; }
#meeting-content > div { height: 100%; position: relative; transition: .4s; }

#meeting-menu { background-color: #232627; height: 100%; left: 0; position: absolute; text-align: center; top: 0; transition: .5s; width: 160px; }
#meeting-menu a { color: #FFFFFF; display: block; font-size: .9em; height: 14.285714%; overflow: hidden; position: relative; }
#meeting-menu a > span { display: inline-block; height: 100%; vertical-align: middle; width: 95%; }
#meeting-menu a > span:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
#meeting-menu a > span:last-of-type { background-color: #ffc72c; color: #54565b; left: 100%; padding: 0 14px; position: absolute; top: 0; transition: left .5s; width: 100%; }
#meeting-menu a > span > span { display: inline-block; font-size: 1.3em; line-height: 1.1em; text-transform: uppercase; vertical-align: middle; }
#meeting-menu a > span > i { display: inline-block; font-size: 3em; vertical-align: middle; }
#meeting-menu a:hover { background-color: #464749; }
#meeting-menu a:hover > span:last-of-type { left: 0; }
#meeting-menu a.selected > span:last-of-type { font-weight: 700; left: 0; transition: 0s; }
#meeting-menu img { height: 32px; }

#open-menu { background: #ffc72c; border: 0; color: #000; display: none; font-size: .8em; height: 54px; left: 14px; line-height: 1.7em; padding: 0; position: fixed; text-align: center; top: 14px; transition: left .4s, background .2s; width: 58px; z-index: 1; }
#open-menu:hover { background: #edb61d; }
#open-menu > span { position: relative; top: -2px; }
#open-menu > span > span { display: block; font-size: 2.2em; margin: 0 auto; width: 30px; }

#meeting-body { height: 100%; margin-left: 160px; overflow-y: auto; }
#meeting-body > div { clear: both; padding: 36px 100px 24px; }
#meeting-body h2 { color: #35538d; font-size: 2.9em; }
#meeting-body h2 span { border-bottom: 9px solid #ffc72c; color: #000; display: block; font-weight: 700; letter-spacing: .03em; margin-bottom: 34px; padding-bottom: 5px; }
#meeting-body > div .row > div { padding: 0; }
hr { border-bottom: 4px solid #fcba29; width: 100%; }
#meeting-body h3 { color: #35538d; letter-spacing: .04em; text-transform: uppercase; }

#corridor-segmentation h2 {margin-bottom: 10px;}

.bookend-screen { background-image: url("../images/topbg.jpg"); background-size: cover; height: 100%; position: relative; }
.bookend-screen h1 { color: #fff; display: inline-block; font-size: 2.6em; line-height: 1.3em; text-align: center; vertical-align: middle; width: 97%;  }
.bookend-screen:after { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
.bookend-screen h1 > span { display: block; }
.bookend-screen h1 > span > span { background: #fcba29; color: #000; display: inline-block; font-size: 1.7em; letter-spacing: .06em; line-height: 1.4em; margin: 14px 0; padding: 0px 26px 14px; }
.bookend-screen h1 strong { font-size: 1.5em; letter-spacing: .08em; }
.bookend-screen > img { bottom: 38px; left: 50%; margin-left: -45px; position: absolute; width: 90px;}

#next-steps h3 { margin-bottom: 25px; }
.contact-open #next-steps > p { font-size: 2.4em; width: 60%; }

blockquote { border-left: 8px solid #fcba29; margin-left: 10px; margin-top: 35px; padding-left: 24px; }
blockquote h3 { color: #000 !important; font-size: 1.5em; font-weight: 700; margin: 0 0 14px; }
blockquote p { margin: 0; }
.image-list { list-style-type: none; padding: 0 4px; }
.image-list li { padding: 14px 0 16px 64px; position: relative; text-indent: 0; }
.image-list li img { left: 0; position: absolute; top: 6px; width: 44px; }
.image-list li span { display: inline-block; line-height: 1.3em; }

a + em { display: block; margin-top: 14px; }

#vision-goals { background: #f2f2f2; margin: 40px 0; padding: 34px 4% 26px; }
#vision-goals h3 { color: #000; font-size: 1.3em; letter-spacing: .04em; margin: 0 0 26px; }
#vision-goals h3 span { border-bottom: 3px solid #fcba29; padding: 0 6px 4px; }
#vision-goals .col-md-7 p { padding-right: 48px; }
#vision-goals .image-list li { letter-spacing: .04em; text-transform: uppercase; }

#problem-statement blockquote { margin-top: 8px; }
#problem-statement h4 { font-weight: 700; letter-spacing: .03em; margin: 26px 0; }
#problem-statement .image-list { padding-right: 40px; }
#problem-statement .image-list li { padding-left: 70px; }

#study-area { position: relative; }
#study-area span { background: #000; color: #fff; padding: 5px 18px 7px; position: absolute; }

#post-it-notes { margin-bottom: 36px; overflow: auto; }
#post-it-notes > p { margin: 0 0 30px; }
.post-it { background: rgba(253,185,39,.4); float: left; height: 180px; margin: 0 2% 24px 0; padding: 0 14px; position: relative; width: 18%; }
.post-it p { line-height: 1.3em; margin-top: 15px; }
.post-it:before { background: #fff; bottom: 0; content: ""; height: 40px; position: absolute; right: 0; width: 40px; }
.post-it:after { border: 18px solid rgba(253,185,39,.6); border-color: rgba(253,185,39,.6) transparent transparent rgba(253,185,39,.6); bottom: 2px; content: ""; position: absolute; right: 2px; }
.post-it:hover {transform: scale(1.02); transition: 0.3s all ease-in-out;}

#study-process h3 { margin-top: 0; }
#study-process .col-md-6:first-of-type { padding-right: 40px; }
#tpap-box { background: #ffc000; margin-top: 28px; padding: 1px 20px 20px; }

#short-list-options .row { margin: 60px 0; }
#short-list-options h4 { font-size: 1.2em; font-weight: 700; text-transform: uppercase;  }
#short-list-options blockquote { font-weight: 400; margin: 58px 0; padding: 1px 0 1px 32px; }
#short-list-options blockquote p { margin: 22px 0; }

#emerging-preferred-options li { text-indent: 0; }
#emerging-preferred-options .col-md-5 { padding-right: 30px !important; }

a.rollplot {background-color: #fcba29; padding: 15px; color: #000;font-weight:bold; margin-top: 15px; display: block;}
a.rollplot:hover {box-shadow: 0 3px 3px 0 rgba(35,35,35,.2); transition: 0.5s all;}


#share-your-feedback { background: #fcba29; }
#share-your-feedback h2 span { border-color: #000; }

#next-steps .col-md-5 { padding-right: 30px !important; }

.contact-options a { color: #000; float: left; font-size: .9em; margin-right: 20px; text-align: center; width: 190px; }
.contact-options a img { display: block; height: 40px; margin: 0 auto 8px;  }

.contacticon h4 {background-color: #35538d; color: white; padding: 5px; display: block; width: 100%; text-align: center; border: 3px solid white; margin-bottom: 10px;}
.contacticon img { height: 100px; margin: 0 auto; display: block;}
.contacticon span {text-align: center; display: block;}
.contacticon img:hover {opacity: 0.6; transition: 0.5s all;}

footer { background: #37393b; color: #fff; margin-top: 38px; overflow: auto; padding: 30px 40px 70px; text-align: center; }
footer h3 { color: #fff !important; font-size: 3em;font-weight: 400; letter-spacing: .25em !important; padding-bottom: 16px; position: relative; }
footer h3:after { background: #fff; bottom: 0; content: ""; height: 1px; left: 20%; position: absolute; width: 60%; }
footer .contact-options { text-align: center; }
footer .contact-options a { color: #fff; display: inline-block; float: none; margin: 0 18px; position: relative; width: auto; }
footer .contact-options a span { left: -9999px; position: absolute; }
footer .contact-options a:last-of-type span { left: 0; margin-top: -18px; top: 50%; width: 200px;  }


/* LIGHTBOX */
#lightbox { height: 100%; position: fixed; top: -100%; transition: top .85s; width: 100%; z-index: 3; }
#lightbox > span { background-color: rgba(35,35,35,.5); 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 { height: 40%; margin: -120px auto 0; height: 80%; overflow-y: auto; position: relative; transform: rotateX(90deg) translateY(-160px); transition: .24s; width: 88%; }
#lightbox img { background-color: #fff; padding: 15px; display: block; width: 100%!important; }
#lightbox.on { top: 0; }
#lightbox.on div { box-shadow: none; margin-top: 50px; transition: .8s ease-out .32s; transform: rotateX(0deg) translateY(0px); }
img.lightbox { cursor: pointer; margin-bottom: 5px; }
img.lightbox:hover { cursor: pointer; margin-bottom: 5px; box-shadow: 0 3px 3px 0 rgba(35,35,35,.2); 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: 1595px) {
    #intro-screen h1 { font-size: 3.5em; }
    #intro-screen > div a div { height: 184px; line-height: 176px; margin: -120px 0 0 -85px; width: 180px; }
    #intro-screen > div a div img { width: 98px; }
    #intro-screen > div a span { font-size: 1.3em; }

    #meeting-menu { width: 204px; }
    #meeting-menu a { font-size: 1.1em; }
    #meeting-menu img { height: 38px;  }

    .bookend-screen h1 { font-size: 2.9em; }
    .bookend-screen > span { font-size: 1.1em; }
    .bookend-screen > span:last-of-type { width: 104px; }
    .bookend-screen > span:last-of-type:before { border-width: 62px 88px; left: -38px; }
    #meeting-body { margin-left: 204px; }
    #meeting-body > div { font-size: 1.1em; padding: 44px 100px 48px; }

    .bookend-screen a span { font-size: .8em; }
    .bookend-screen a p { font-size: 1em; }

    .post-it { height: 228px; }
    .post-it p { line-height: 1.5em; }
}

@media screen and (max-width: 1225px) {
    #next-steps > p { font-size: 2.8em; line-height: 1.1em; width: 58%; }

    body { overflow: hidden; }
    #open-menu { box-shadow: 1px 3px 14px 0 #000; display: block; z-index: 15; }
    #meeting-menu { left: -236px; transition: left .4s; z-index: 100; }
    #meeting-body { margin: 0; width: 100%; }
    .menu-opened #meeting-menu { left: 0; }
    #meeting-menu a { font-size: .9em; }
    #meeting-menu a > span:last-of-type { background: #e5af1c; border-bottom: 1px solid #54565b; left: 0 !important; }
    #meeting-menu a.selected > span:last-of-type { background: #ffc72c; }
    #meeting-menu a span > span { font-size: 1.2em; }

    .menu-opened #open-menu { left: 180px; }

    .post-it p { font-size: .9em; }

    #share-your-feedback { padding-bottom: 44px !important; }

    .tabset .tab { font-size: .85em; }
    .tabset .tab img { margin-right: 0; width: 20px; }
    .tabset .panel { font-size: .85em; }
    .tabset .panel h4:before { top: 0; }
}

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

    blockquote { font-size: 1em; margin-top: 24px; padding: 6px 0 6px 18px; }

    .tabset .tab { font-size: .75em; height: 140px; padding: 5px 8px; }
    .tabset .tab p { line-height: 1.2em; }
    
    .modal-window > span > span { font-size: 1.8em; padding: 8px; }
    .modal-window > div { bottom: 20px; font-size: .9em; left: 5%; padding: 0 5%; top: 4px; width: 90%; }
    .modal-window.showing > div { margin-top: 34px; }

    #contact-form { font-size: .9em; line-height: 1.2em; padding: 10px 34px 10px 14px; }

    #intro-screen { padding-top: 50px; }
    #intro-screen h1 { font-size: 2.1em; }
    #intro-screen > div a div { height: 126px; line-height: 122px; margin: -50px 0 0 -58px; width: 126px; }
    #intro-screen > div a div img { width: 64px; }
    #intro-screen > div a span { font-size: .9em; }

    .bookend-screen h1 { font-size: 2em; }
    .bookend-screen img { margin-left: -36px; width: 72px; }

    #study-area { margin: 32px 0 20px; }
    #study-area img { width: 60%; }
    
    .post-it { margin-bottom: 14px; padding: 0 8px; width: 23%; }
    .post-it p { font-size: .85em; }

    #next-steps > p { font-size: 2.3em; width: 90%; }
    #next-steps .closing-button p { font-size: 1em; }

    #study-process .col-md-6:first-of-type { margin-bottom: 34px; padding: 0; }
    #study-process img { width: 60%; }

    #short-list-options .col-md-6 img { margin-top: 32px; width: 60%; }

    #emerging-preferred-options .col-md-7 { margin: 32px; width: 70%; }
    #next-steps .col-md-7 { margin: 32px; width: 70%; }

    #meeting-body h2 { font-size: 1.8em; margin-top: 14px; }
    #meeting-body > div { padding: 20px 5% 10px; }
    #meeting-body .bookend-screen { margin: 0; }

    #vision-goals .col-md-5 { margin-top: 26px; }

    #next-steps .col-md-9 { margin-bottom: 16px; overflow: auto; text-align: center; width: 100%; }
    #next-steps .contact-options a { display: inline-block; float: none; font-size: .8em; line-height: 1.2em; margin: 0 8px; vertical-align: top; width: 140px; }
    #next-steps .col-md-3 { width: 100%; }

    footer h3 { font-size: 2.4em;}
}

@media screen and (max-width: 660px) {
    .container { width: 100%; }

    #intro-screen { padding-top: 39px; }
    #intro-screen h1 { font-size: 1.3em !important; line-height: 1.3em; }
    #intro-screen > div { padding: 14px 0; }
    #intro-screen > div a { font-size: .8em !important; padding: 8px 0; width: 50%; }
    #intro-screen > div a span { font-size: 1em !important; }
    #intro-screen > div a div { background-color: transparent; display: block; height: auto !important; line-height: 1em !important; margin: 0 !important; position: static; width: auto !important; }
    #intro-screen > div a div img { width: 58px !important; }

    #main-content { width: 100%; }
    .started #meeting-header { height: 40px !important; z-index: 3;}
    #meeting-header > div { background-position: 0 !important; height: 40px !important; }
    #meeting-header img { margin-left: 20px; }
    #meeting-header div > img[src*="tag"] { display: none; }
    #meeting-header a:first-of-type { color: #a0b939; display: inline-block; padding: 6px 6px 0 12px; vertical-align: top; }
    #meeting-header a img { margin: 2px 0 !important; height: 34px !important; padding: 3px !important; }
    #meeting-header a:last-of-type { margin: 0 !important; margin-right: 40x !important; padding: 0 8px !important; }
    #meeting-header a:last-of-type:hover { background-color: transparent; }
    #meeting-header > a:first-of-type { display: inline-block; }
    #meeting-header span {margin-left: 0px; font-size: 0.9em; display: inline-block;}

    #meeting-menu { height: 100%; left: -100%; padding-top: 70px !important; position: fixed; top: 0; transition: left .5s; width: 100%; z-index: 2; }
    #meeting-menu a { font-size: .8em; }
    #meeting-body { margin: 0; width: 100%; }
    .menu-open #meeting-menu { left: 0; }
    #open-menu { height: 44px; line-height: 1.5em; width: 48px; }
    #open-menu > span > span { font-size: 1.6em; }
    .menu-opened #open-menu { left: 14px; }

    #meeting-body > div { padding: 12px 28px;  }
    #meeting-body .bookend-screen { height: 320px; padding: 10px 20px 0; }
    .bookend-screen h1 { font-size: 1.6em; margin: 0; }
    .bookend-screen h1 > span > span { font-size: 1.5em; line-height: 1.1em; margin: 6px 0 8px; padding: 4px 14px 8px; }
    .bookend-screen h1 strong { font-size: 1.4em; line-height: 1.2em; }
    .bookend-screen img { bottom: 12px; margin-left: -25px; width: 50px; }

    #vision-goals { padding: 28px 6% 14px; }
    #vision-goals .col-md-7 p { padding-right: 0; }

    #study-area img { width: 90%; }

    .post-it { width: 31.3333%; }

    #study-process img { width: 100%; }
    
    #next-steps > p { margin: 8px auto 24px; }

    #short-list-options blockquote { margin: 34px 0; }
    
    #emerging-preferred-options .col-md-7 { width: 84%; }
    #next-steps .col-md-7 { width: 90%; }
    #next-steps .contact-options a { margin-bottom: 18px; }

    footer h3 { font-size: 1.6em; }
    footer .contact-options a:last-of-type span { display: none; }

    .tablist li { font-size: .85em; padding: 9px; margin: 1px; }
    .tablist .tab { height: auto; width: 100%; }
    .tablist .tab:last-of-type { margin-bottom: 12px; }
    .panel {  font-size: .9em; padding: 18px; }

    .col-md-3, .col-md-4, .col-md-6, .col-md-9 {width: 100%!important;} 
    .col-md-4 img {display: block; margin: 5px auto; } 
    table ul {margin-left:0px; padding-left: 15px;}
    #next-steps h3 {margin-bottom: 10px;}
    .footer-logo img {padding-left: 0px!important; width: 55%!important; display: block; margin: 25px auto;}
}

@media screen and (max-width: 480px) {
    .bookend-screen > h1 {font-size: 1.2em; }    
    #meeting-body > div { padding: 8px 20px; }
    #next-steps > p { font-size: 1.9em; }
    #meeting-body h2 { margin-top: 24px; }
    ul li {text-indent: 5px;}

    .post-it { height: 160px; width: 48%; }

    #short-list-options .col-md-6 img { margin-top: 32px; width: 90%; }
}

:focus {outline: 0px}