html, body { color: #333; font-family: "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 { line-height: 1.4em; margin-bottom: 8px; }
.images img {width: 100%;}
.image-caption {
    font-size: 18px;
    font-weight: bold;
    color: #35538d;
}

blockquote { font-size: 1em; line-height: 1.3em;  margin-top: 24px; padding: 6px 0 6px 18px; border-left: solid #35538d 5px; background-color: #f2f2f2; padding: 15px;}

/* 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: table; }
.tabset .tablist { list-style-type: none; margin: 0; padding: 0; }
.tabset .tablist a { color: #333; }
.tabset .tab { background: #d4e8f0; border: 1px solid #fff; border-bottom: 0; color: #005596; cursor: pointer; display: table-cell; font-size: .9em; font-weight: bold; line-height: 3.3em; margin: 0; padding: 8px 14px; text-align: center; text-transform: uppercase; transition: background .2s; width: 14.28571%; }
.tabset .tab:hover { background-color: #b5cdd7; }
.tabset .tablist a:selected { color: #fff; }
.tabset .tab[aria-selected="true"] { background-color: #005596; color: #fff!important; }
.tabset .tab[aria-selected="true"] a { color: #fff!important; }
.tabset .tablist a img {width: 55%; margin: 0 auto; display: block;}

.tabset .panel { border: 8px solid #005596; border-radius: 0; clear: both; margin: 0 0 18px; padding: 24px 2%; }
.tabset.has-js .panel { display: none; margin-bottom: 0; }
.tabset.has-js .panel[aria-hidden="false"] { display: block; }
#meeting-body .tabset .panel h3 { margin: 0; }
.tabset .panel .row > div { padding: 0; }

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

.modal-window { display: block; 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; box-shadow: 4px 13px 28px 0 #111; height: 60%; left: 20%; margin: 0; overflow: auto; position: absolute; top: 20%; width: 60%; }
.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; }

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

/* 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  ************************/
/*********************************************/

.lightbox em a {font-size: 12px; color: #333;}

#solutions .resp-container {position: relative; overflow: hidden; padding-top: 56.25%;}
#solutions .resp-iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}

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

#intro-survey { border-color: #fff; border-style: solid; height: 700px; width: 100%; }
#alt3-survey { border:none; height: 450px; width: 100%; }
#comment-survey { border:none; height: 450px; width: 100%; }
#implement-survey { border:none; height: 450px; width: 100%; }

.intro-intro { padding: 0px 0 30px; text-align: center; }
.intro-intro h1 { background: #91A623; border-radius: 0 0 8px 8px; color: #fff; font-size: 2.4em; font-weight: 700; letter-spacing: .04em; margin: 0px 0 60px; padding: 16px; position: relative; text-align: center; }
.intro-intro h1:before { border: 44px solid transparent; border-top-color: #91A623; content: ""; left: 50%; margin-left: -44px; position: absolute; top: 100%; }
.intro-intro h1 img { left: 50%; margin-left: -22px; margin-top: -9px; position: absolute; top: 100%; width: 44px; }
.padded { overflow: auto; padding: 28px 6% 28px; text-align: center; }
.padded h2 { color: #00629b; font-size: 1.2em; font-weight: 700; text-transform: uppercase; }
.padded button { background: #005596; border: 0; border-radius: 8px; color: #fff; float: right; font-size: 1.2em; font-weight: 700; letter-spacing: .04em; margin: 34px 0 60px; padding: 12px 18px; position: relative; text-align: center; transition: background .2s; }
.padded button:hover { background: #0063a7; }
.padded button:before { border: 16px solid transparent; border-left-color: #005596; content: ""; left: 100%; margin-top: -16px; position: absolute; top: 50%; transition: background .2s; }
.padded button:hover:before { border-left-color: #0063a7; }
.padded button img { left: 100%; margin-left: -4px; margin-top: -8px; position: absolute; top: 50%; height: 16px; }
#more-info .rounded-box { background: #f2f2f2; margin: 34px 0 0px; padding: 18px 4%; }
#more-info .rounded-box h2 { color: #005596; font-size: 1.8em; font-weight: 400; margin-bottom: 18px; text-transform: none; }

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

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

#meeting-menu { background-color: #005596; 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: 12.5%; 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: #489FB5; color: #ffffff; left: 100%; padding: 0 18px; position: absolute; top: 0; transition: left .5s; width: 100%; }
#meeting-menu a > span > span { display: inline-block; font-size: .85em; line-height: 1.1em; text-transform: uppercase; vertical-align: middle; font-weight: 700; }
#meeting-menu a > span > i { display: inline-block; font-size: 3em; vertical-align: middle; }
#meeting-menu a:hover { background-color: #042464; }
#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: #489FB5; border: 0; color: #fff; 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: #40a7cc; }
#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; }
#meeting-body h2 { color: #005596; font-size: 2.9em; font-weight: 700; }
#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 h3 { color: #0075c9; font-size: 2em; letter-spacing: .02em; margin-top: 60px; }
#meeting-body h4 { color: #0075c9; font-size: 1.3em; font-weight: 700; margin-top: 24px;}
hr { border-bottom: 1px solid #939393; margin-top: 24px; width: 100%; margin-bottom: 0;}

.gray-bg { background: #f2f2f2; }

/* INTRODUCTION */

.bookend-screen { background-image: url("../images/top-bg_img.jpg"); background-size: cover; height: 470px; position: relative; background-position: bottom right}
.bookend-screen p { background: #489FB5; border-radius: 6px; bottom: 31px; color: #fff; display: inline-block; font-size: 2em; font-weight: 700; letter-spacing: .05em; padding: 8px 22px; position: absolute; left: 36px; }


.goals img {width: 75%; margin: 0 auto; display: block;}
.goals ul {list-style-type: none;}
.goals ul li {font-size: 18px; font-weight: 700; padding-bottom: 10px;}

#technical-studies ul { list-style-type: none; padding: 0; }
#technical-studies li { font-size: 1.2em; height: 80px; margin: 16px 0; padding-left: 96px; position: relative; }
#technical-studies li span { display: inline-block; vertical-align: middle; width: 90%;}
#technical-studies li:after { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
#technical-studies li img { height: 100%; left: 0; position: absolute; }

#timeline { border: 0; border-spacing: 18px 0; border-collapse: unset; margin-top: 34px; }
#timeline thead tr th { background: #fff; border: 0; border-radius: 14px 14px 0 0; font-weight: 400; padding: 0 22px 22px; text-align: left; vertical-align: top; }
#timeline thead tr th p { margin: 8px 0 0; color: #000;}
#timeline thead tr th h4 { border-bottom: 1px solid #000; color: #000; padding-bottom: 8px; text-transform: none; }
#timeline thead tr th:nth-of-type(2) { background: #34b98d; }
#timeline thead tr th:nth-of-type(3) { background: #fdb515; color: #000; }
#timeline thead tr th:nth-of-type(3) h4 { color: #000; }
#timeline thead tr th:nth-of-type(4) { background: #ef4a8a; }
#timeline tbody tr th { border: 0; border-right: 1px dashed #000; color: #000; padding-right: 14px; text-align: right; vertical-align: top; width: 13%; }
#timeline tr td { background: #34b98d; border: 0; color: #000; padding-bottom: 14px;  vertical-align: top; width: 29%; }
#timeline tr td:nth-of-type(2) { background: #fdb515; color: #000; }
#timeline tr td:nth-of-type(3) { background: #ef4a8a; }
#timeline tr td h5 { font-size: 1.2em; margin: 0 16px; }
#timeline li { position: relative; }
#timeline li i { color: #fdb515; left: -19px; position: absolute; }
#timeline tr td:nth-of-type(2) li i { color: #000; }
#timeline tr:nth-of-type(2) td:nth-of-type(3),
#timeline tr:nth-of-type(3) td:nth-of-type(1),
#timeline tr:last-of-type td:nth-of-type(2) { border-radius: 0 0 14px 14px; }
#timeline tr:last-of-type td:nth-of-type(1),
#timeline tr:nth-of-type(3) td:nth-of-type(3),
#timeline tr:last-of-type td:nth-of-type(3) { background: #fff; }
#timeline tbody p { color: #000; }

/*  */

#plans img {width: 75%; margin: 15px 0; display: block;}

.learn {display: flex; flex-direction: row; margin: 0;}
#learned img{width: 35%; margin: 15px auto 0; display: block;}
#learned h3, #learned .learn p {color: #fff; text-align: center; margin-top: 20px;}

#solutions .learn h4 {color: #fff; text-align: center; margin-top: 20px;}
#solutions .learn p {color: #fff; text-align: center;}
#solutions img {width: 35%; margin: 15px auto 0; display: block;}
.learneda { background-color: #489FB5; padding: 25px; }
.learnedb { background-color: #91A623; padding: 25px; }
.learnedc { background-color: #F06543; padding: 25px; }
.learnedd { background-color: #005596; padding: 25px; }

h3.learned-a { background-color: #F06543; padding: 15px;}
h3.learned-b { background-color: #91A623; padding: 15px;}
h3.learned-c { background-color: #489FB5; padding: 15px;}

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


.images {display: block; margin: 45px auto; text-align: center;}
.images img {margin-right: 50px; vertical-align: bottom;;}

/* PROBLEM STATEMENT */

#problem-statement span { background: #005596; border-radius: 50%; display: block; height: 128px; line-height: 128px; margin: 18px auto 44px; position: relative; text-align: center; width: 128px; }
#problem-statement span:after { background: #005596; content: ""; height: 44px; left: 50%; margin-left: -3px; position: absolute; top: 100%; width: 6px; }
#problem-statement span img { width: 68px; }
#problem-statement .row > div div { background: #005596; border-radius: 18px; color: #fff; margin-bottom: 20px; padding: 8px 24px 20px; }
#problem-statement .row > div:nth-of-type(2)  span,
#problem-statement .row > div:nth-of-type(2) span:after,
#problem-statement .row > div:nth-of-type(2) div { background: #489FB5;}
#problem-statement .row > div:nth-of-type(3)  span,
#problem-statement .row > div:nth-of-type(3) span:after,
#problem-statement .row > div:nth-of-type(3) div { background: #91A623; }

.criteria {margin: 25px 0; text-align: center;}
.criteria img {width: 35%; display: block; margin: 0 auto;}

#height-limited-maps img { display: block; height: 440px; margin: 0 auto; width: auto; }
#height-limited-maps .enhanced img { height: auto; width: 100%; }
#height-limited-maps li span { color: #bf376c; }

.procon { color: #c7342d; list-style-type: none; padding-left: 14px; }
.procon span { color: #127555; }

footer { background: #005596; color: #fff; overflow: auto; padding: 30px 40px 70px; text-align: center; margin-top: 60px; }

.travel div p {margin-bottom: 0;}

/* Accordions */
.accordion-set { margin-bottom: 20px; }
.accordion-header { cursor: pointer; padding: 4px 8px; text-align: left; width: 100%; }
.accordion-header i { font-size: .9em; margin-left: 5px; transition: .45s; vertical-align: middle; animation: pulse-black 2s infinite; border-radius: 50%;}
@keyframes pulse-black {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 85, 150, 0.7);
    }
    
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
  
.opened .accordion-header i { margin-top: -4px; transform: rotate(180deg); }
.accordion > div { padding: 2px 1%; }
#travel .accordion h3 {color: #005596;; margin-top: 0; margin-bottom: 10px; font-size: 1.2em; font-weight: bold;}
#travel .accordion h3 button {border: none; background-color: transparent; }
#travel .accordion h3 button:hover {transition: 0.5s all; background-color: #005596; color: white;}
#travel .accordion p {margin-top: 0;}

#travel img {display: block; margin: 10px auto 0; width: 100%;}

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

@media screen and (min-width: 1770px) {
    html, body { font-size: 20px; }
    #meeting-menu a > span > span { font-size: .75em; } 

    tr td ul li { text-indent: 0; font-size: 16px; }
    #timeline li i { left: -26px; }

    .recommendation { padding: 16px 26px 18px; }
    #meeting-body .recommendation h3 { font-size: 1em; }
}

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

@media screen and (max-width: 1225px) {
    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: #489FB5; border-bottom: 1px solid #54565b; left: 0 !important; }
    #meeting-menu a.selected > span:last-of-type { background: #3ca2c7; }

    .bookend-screen { height: 300px; }
    .bookend-screen p { font-size: 1.6em; }

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

    .evaluation-criteria > div { font-size: .75em; }

    #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; line-height: 1.3em;  margin-top: 24px; padding: 6px 0 6px 18px; }

    .tabset .tab { font-size: .8em; line-height: 1.1em; padding: 8px; }

    .lightbox.enhanced a { display: block; overflow: auto; }
    .lightbox.enhanced img { max-width: 8000%; width: 260%; }

    .modal-window > span > span { font-size: 1.8em; padding: 8px; }
    .modal-window > div { bottom: 20px; font-size: .9em; left: 5%; top: 4px; width: 90%; }
    .modal-window.showing > div { margin-top: 34px; }
    .intro-intro h1 { font-size: 1.5em; padding: 10px 18px; }
    .modal-window button.close-modal { font-size: 1em; margin-top: 44px; padding: 3px 11px; }
    .padded button img { display: none; }
    .padded button:before { border-width: 8px; margin-left: -1px; margin-top: -8px; }

    #meeting-body > div { padding: 16px 44px; }
    #meeting-body h2 { font-size: 2em; }
    #meeting-body h3 { font-size: 1.6em; margin-top: 44px; }
    #meeting-body h4 { font-size: 1.1em;}

    #intro-studies { border-spacing: 18px; margin-left: -18px; margin-right: -18px; }
    #intro-studies > div { font-size: .9em; padding: 14px 16px 12px; }
    #intro-studies > div h3 { font-size: 1em; }
    #intro-studies > div p { margin-top: 10px; }

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

    #technical-studies > div { padding-bottom: 0; }
    #technical-studies ul { margin-bottom: 0; }
    #technical-studies li { font-size: 1em; height: 60px; padding-left: 76px; text-indent: 0; }

    .jotform { border-width: 10px;  }

    .evaluation-criteria > div { display: inline-block; margin: 0 2% 18px 0; vertical-align: top; width: 31.3333%; }

    #problem-statement span { height: 100px; line-height: 100px; margin-bottom: 26px; width: 100px; }
    #problem-statement span:after { height: 26px; }
    #problem-statement span img { width: 48px; }
    #problem-statement .row > div div { font-size: .9em;padding: 1px 14px 14px; }

    #timeline-area { border: 1px solid #ddd; margin-top: 18px; overflow: auto; width: 100%; }
    #timeline { border-spacing: 10px 0; margin-left: 0; padding: 0 12px;  width: 500px; }
    #timeline tbody tr th { padding-right: 6px; }
    #timeline thead tr th h4 { margin-top: 14px;  }
    #timeline tr td h5 { font-size: 1em; margin-left: 8px; }
    #timeline thead tr th { font-size: .85em; padding: 0 12px 8px; }

    #study-area { margin: 32px 0 20px; }
    #study-area img { width: 60%; }

    footer { padding: 30px; }
}

@media screen and (max-width: 768px) {
    .rounded-box { font-size: .9em; padding-bottom: 14px; }
    .rounded-box > div { padding: 0 5%; }

    .tabset.has-js ul { display: block; }
    .tabset .tab { display: block; width: 100%; }

    #meeting-body > #problem-statement { padding-bottom: 42px; }
    #problem-statement .row > div div { margin-bottom: 0; }

    #height-limited-maps img { height: 300px;  }

    #meeting-body .recommendation h3 { font-size: .85em; height: 80px; left: -98px; width: 80px; }
    .recommendation h3:before { width: 18px; }
    .recommendation { font-size: .85em; margin-left: 98px; padding: 8px 14px 10px; }
}

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

    #more-info .rounded-box h2 { font-size: 1.3em; margin-top: 0; }

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

    .bookend-screen { height: 210px; }
    .bookend-screen p { bottom: 16px; font-size: 1.4em; left: 16px; line-height: 1.1em; padding: 9px 14px; right: 16px; }

    #intro-studies > div { display: block; margin-bottom: 18px; }

    .evaluation-criteria > div { font-size: .7em; margin-right: 4%; padding: 6px 8px 2px; width: 46%; }

    #timeline { font-size: 1em; margin-left: -18px; }
    #timeline li { font-size: 1em; margin: 0 12px; }

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

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

    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;} 
    table ul {margin-left:0px; padding-left: 15px;}
    #next-steps h3 {margin-bottom: 10px;}

    .learn {display: block;}
}

@media screen and (max-width: 480px) {
    .bookend-screen > h1 {font-size: 1.2em; }  
    .bookend-screen p  {bottom: 55px;}
    .bookend-screen {height: 195px;}
    #meeting-body > div { padding: 8px 20px; }
    #next-steps > p { font-size: 1.9em; }
    #meeting-body h2 { margin-top: 24px; }
    ul li {text-indent: 5px;}
    #timeline {width: 100%; margin-left: 0;}
    .evaluation-criteria {display: block; width: 100%; margin-top: 25px;}
    .evaluation-criteria div {width: 100%;}
    #meeting-body .evaluation-criteria > div h4 {padding-bottom: 2px;}
    .evaluation-criteria > div p {margin-top: 2px;}
    .padded {padding-top: 0;}
    .padded p {font-size: 16px;}
    .intro-intro {padding-bottom: 0;}
    #solutions .resp-container {padding-top: 200%;}
    /* .resp-container {padding-top: 0!important; overflow:scroll;}
    .resp-iframe {height: 600px!important; width: 100%!important;} */
    /* .jotform {height: 100%;} */

    .images {display: none;}
/* #intro-survey { border-color: #fff; border-style: solid; height: 700px; width: 100%; }
#story-survey { border-color: #fff; border-style: solid; height: 450px; width: 100%; }
#bau-survey { border:none; height: 450px; width: 100%; }
#alt1-survey { border:none; height: 450px; width: 100%; }
#alt2-survey { border:none; height: 450px; width: 100%; }
#alt3-survey { border:none; height: 450px; width: 100%; }
#eval-survey { border:none; height: 450px; width: 100%; }
#comment-survey { border:none; height: 600px; width: 100%; } */
#intro-survey { height: 1070px; }
.modal-window > div { height: 75%;  }
}

:focus {outline: 0px}