html, body { color: #333; font-family: futura-pt, sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }
#content > .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; }
#skiptocontent:focus { left: 8px; top: 8px; }
.ada-element { left: -9999px; position: absolute; top: -9999px; }

.finalplan img {max-width:350px}
.finalplan:hover {opacity:0.7;}

.finalplan {
-webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}


/*GRID*/
/* Nav Bar */
#background-video-container {
    position: relative;
    display: flex;
    height: 60vw;
    max-height: 60vh;
    overflow: hidden;
    background-image: url("../images/bg-video-fallback.jpg");
    background-size: cover;
    background-position: center;
    padding: 56.25% 0 0 0;
 
  }
  #background-video-container .header-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 0;
    padding-bottom: 66.25%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  #background-video-container .header-video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../../images/bg-video-fallback.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
  }
  #background-video-container .header-video-overlay--fadeOut {
    opacity: 0;
    visibility: hidden;
  }
  #background-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  #background-video-container .header-video {
    display: none;
  }
  @media (min-width: 576px) {
    #background-video-container .header-video {
      display: block;
    }
  }
  #background-video-container .inner-banner:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10vh;
    background: #f2f3f3;
    background: linear-gradient(180deg, rgba(242, 243, 243, 0) 0%, #f2f3f3 100%);
    z-index: 22;
  }
  #background-video-container .header-video-overlay {
    display: none;
  }
  @media (min-width: 576px) {
    #background-video-container .header-video-overlay {
      display: block;
    }
  }
  #background-video-container button {
    position: absolute;
    bottom: 5vh;
    left: 20px;
    background: none;
    border: white solid 1px;
    z-index: 23;
    color: white;
    font-size: 0.8em;
  }
  #background-video-container button:after {
    content: "Stop video";
    display: inline-block;
  }
  #background-video-container button.yt-paused:after {
    content: "Play video";
    display: inline-block;
  }
  



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

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

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

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

/* 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; }
.nav ul { margin: 0; padding: 0; }
.nav li { display: inline-block; margin-left: 28px; }
.nav li a { color: #fff; display: block; }
.nav li a:hover { color: #ddd; }
#mobile-menu { background-color: transparent; border: 0; cursor: pointer; display: none; padding: 0 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%; } */


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

.header { background-color: transparent; padding: 0; position: fixed; width: 100%; z-index: 1; }
.nav { background-color: #fff; box-shadow: 0 0 14px 0 #555; padding: 16px 26px;  }
.nav > a > img { height: 48px; margin-left: 10px; }
.nav { float: none; }
.nav ul { float: right; padding-top: 12px; }
.nav ul a i { background-color: #5f5f5f; border-radius: 50%; color: #fff; display: inline-block; height: 26px; line-height: 26px; margin-left: 14px; text-align: center; transition: background-color .2s; width: 26px;  }
.nav ul a i:hover { background-color: #888; }
.nav li { margin-left: 36px; }
.nav li a { color: #000; text-transform: uppercase; }
.nav li a:hover { color: #888; }
.nav li:last-of-type { margin-right: 24px; }

.page-header { border: 0; margin-bottom: -56px; padding-top: 18px; position: relative; }
.page-header img { width: 100%; }
.page-header img[src*="fade"] { bottom: 0; left: 0; position: absolute; width: 100%; }
.page-header div { height: 100%; position: absolute; text-align: center; top: 0; width: 100%; }
.page-header div:after { content: ""; display: inline-block; height: 72%; vertical-align: middle; }
.page-header h2 { color: #fff; display: inline-block; font-size: 3em; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

#content > .row > div { padding: 0 8% 12px; }
h2.homepage-title,
h3 { color: #5f5f5f; margin: 50px 0 34px; text-align: center; text-transform: uppercase; }

.footer { margin-top: 78px; padding: 0; }
.footer > img { width: 100%; }
.footer .nav { background-color: #1b75bb; padding: 0 4% 36px; }
.footer .nav > a > img { height: 70px; margin: 0 0 8px; }
.footer .nav ul { float: none; width: 100%; }
.footer .nav ul li { margin: 0 18px 0 6px; }
.footer .nav li a { color: #fff; }
.footer .nav li a:hover { color: #bbb; }
.footer .nav ul div { float: right; }
.footer .nav ul div i { background-color: #fff; border-radius: 50%; color: #1b75bb; display: inline-block; height: 26px; line-height: 26px; margin-left: 14px; text-align: center; transition: background-color .2s; width: 26px;  }
.footer .nav ul div i:hover { background-color: #bbb; }

.stylized-row { margin-bottom: 60px !important; position: relative; }
.stylized-row > div { padding: 0 3% !important; }
.stylized-row img { width: 100%; }
.stylized-row > div { height: 100%; left: 0; position: absolute; top: 0; }
.stylized-row > div:after { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
.stylized-row > div > div { display: inline-block; vertical-align: middle; width: 98%; }

/* HOMEPAGE */
.home-header { margin: 0; padding-top: 0; position: relative; }
.home-header > a { background-color: #6e52a2; border-radius: 100px; bottom: 180px; box-shadow: 0 8px 18px -4px #666; color: #fff; left: 50%; margin-left: -350px; padding: 12px 18px; position: absolute; width: 700px; }
.home-header > a:hover { background-color: #5b418c; }
.home-header > a img { margin-right: 18px; width: 70px; }
.home-header > a span { display: inline-block; line-height: 1.4em; vertical-align: middle; width: 76%; }

.hp-header { padding: 0; }
.hp-header .nav div { display: inline-block; }
.at-top #mobile-menu { color: #fff; cursor: pointer; display: block; position: absolute; top: 10px; z-index: 1; }
.at-top #mobile-menu span { text-transform: uppercase; vertical-align: middle; }
.at-top #mobile-menu i { margin-left: 8px; vertical-align: middle; }
.at-top .nav { margin-top: 52px; padding: 18px 26px 16px; text-align: center; }
.nav img { transition: .3s; }
.at-top .nav img { height: 64px; }
.at-top .nav ul { left: 0; padding-left: 124px; position: absolute; text-align: left; top: 0; width: 100%; }
.at-top .nav ul li { display: none; }
.at-top .nav li a { color: #fff; }
.at-top .nav div { float: right; margin-right: 16px; }
.at-top .nav ul a i { background-color: #fff; color: #35763d; }
.scrolled .nav ul li { display: inline-block !important; }

.call-out { background-color: #1b75bb; color: #fff; font-size: 1.2em; margin-bottom: 46px; padding: 6px 4% 18px; text-align: center; }
.call-out a { color: #fff; text-decoration: underline; }

h2.homepage-title + p {color: #5f5f5f; font-size: 1.2em; text-align: center; }
.top-links { padding: 0 6%; }
.top-links > div { padding: 0 1% 15px !important; text-align: center; }
.top-links h3 { border-bottom: 1px solid #5f5f5f; font-weight: 700; padding-bottom: 14px; }
.top-links a { color: #5f5f5f; }
.top-links a strong { display: block; font-weight: 700; text-transform: uppercase; }

.middle-links { margin-top: 64px !important; }
.middle-links > div { padding: 0 15% !important; }
.middle-links .col-md-4 { margin: 0 3%; width: 27.3333%; }
.middle-links .col-md-4 a { background-color: #6e52a2; border-radius: 25px; display: block; height: 460px; padding: 8px 14px; text-align: center; }
.middle-links .col-md-4 a:hover { background-color: #5f4492; }
.middle-links .col-md-4:nth-of-type(2) a { background-color: #35763d; }
.middle-links .col-md-4:nth-of-type(2) a:hover { background-color: #27622e; }
.middle-links .col-md-4:nth-of-type(3) a { background-color: #1b75bb; }
.middle-links .col-md-4:nth-of-type(3) a:hover { background-color: #0e63a6; }
.middle-links .col-md-4 img { height: 94px; margin: 28px 0 14px; width: auto; }
.middle-links h3 { color: #fff; font-size: 1.4em; font-weight: 700; margin: 0; }
.middle-links a { color: #fff; display: block; font-size: .9em; }
.middle-links p { margin-top: 6px; }
.middle-links span { bottom: 0; left: 0; position: absolute; width: 100%; }
.middle-links span i { background-color: #fff; border-radius: 50%; color: #000; display: block; height: 30px; line-height: 30px; margin: 4px auto 14px; text-align: center; width: 30px; }

form > .row { margin: 0; padding: 0 8% 25px; }
form label { font-weight: 700; margin-bottom: 5px; text-transform: uppercase; }
form input[type="text"] { background-color: #eeecec; border: 0; border-radius: 6px; padding: 6px 10px; }
form textarea { background-color: #eeecec; border: 0; border-radius: 6px; height: 192px; padding: 6px 10px; }
form input[type="submit"] { background-color: #6e52a2; border-radius: 6px; float: right; padding: 6px 26px; text-transform: uppercase; }
form input[type="submit"]:hover { background-color: #5b408d; }
form .thank-you { display: none; text-align: right; }

.back-to-top { background-color: #e5e5e5; border-radius: 10px 0 0 10px; bottom: 150px; color: #5f5f5f; line-height: 1.2em; padding: 0 10px 10px; position: fixed; right: 0; text-align: center; text-transform: uppercase; width: 80px; }
.back-to-top span { border: 8px solid transparent; border-bottom-color: #5b408d; border-width: 14px 8px; display: block; height: 0; margin: 0 auto 4px; width: 0; }
.back-to-top:hover { background-color: #ccc; }

/* MAP */
#map-ui { box-shadow: 0 0 8px 0 #aaa; margin-top: 30px; }
#map-ui .screen { display: none; }
#map-ui .screen.active { display: block; }
#map-ui .screen > h4 { background-color: #432e69; color: #fff; padding: 7px 14px; text-transform: uppercase; }
#map-ui .screen > h4 span { vertical-align: middle; }
#map-ui .screen > h4 img { vertical-align: middle; width: 46px; }
#map-ui .question { color: #423e69; font-size: 1.3em; margin-bottom: 28px; text-align: center; }
#map-ui .purple-button { text-transform: uppercase; }

#screen-1 > div { padding: 22px 8% 56px; }
#screen-1 .col-md-3 { position: relative; }
#screen-1 a { color: #fff; font-size: 1.4em; font-weight: 700; height: 100%; left: 0; line-height: 1.3em;position: absolute; text-align: center; top: 0; width: 100%; }
#screen-1 a:after { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
#screen-1 a span { display: inline-block; vertical-align: middle; width: 74%; }
#screen-1 a:hover { color: #c6b1eb; }

#screen-2 > div { display: none; overflow: auto; padding-bottom: 18px; position: relative; }
#screen-2 > div > div > div { min-height: 360px; }
#screen-2 > div.active { display: block; }
#screen-2 > div > h5 { background-color: #6e52a2; background-image: url("../images/ms-mobility.png"); background-size: cover; color: #fff; font-weight: 700; height: 100%; margin: 0; position: absolute; text-align: center; top: 0; width: 20%; }
#screen-2 > div.cat-preservation > h5 { background-image: url("../images/ms-preservation.png"); }
#screen-2 > div.cat-landuse > h5 { background-image: url("../images/ms-landuse.png"); }
#screen-2 > div.cat-openspace > h5 { background-image: url("../images/ms-openspace.png"); }
#screen-2 > div > h5:after { content: ""; display: inline-block; height: 100%; vertical-align: middle;  }
#screen-2 > div > h5 span { display: inline-block; vertical-align: middle; width: 80%; }
#screen-2 > div > div { margin-left: 20%; padding: 20px; width: 80%; }
#screen-2 > div label { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
#screen-2 > div label[for*="comment"] { text-transform: uppercase; }
#screen-2 > div input { left: -9999px; position: absolute; }
#screen-2 > div input + label { cursor: pointer; padding-left: 30px; }
#screen-2 > div label span { background-color: #c5c5c5; border-radius: 4px; height: 18px; left: 0; margin-right: 14px; position: absolute; top: 3px; transition: background-color .2s; width: 18px; }
#screen-2 > div input:checked + label span { background-color: #432e69; }
#screen-2 > div label small { display: block; }
#screen-2 > div textarea { background-color: #eeecec; border: 0; border-radius: 6px; height: 152px; padding: 6px 10px; }
#screen-2 > div > div > a { border-radius: 6px; float: right; text-transform: uppercase; }
#screen-2 > div a[href*="screen-1"] { background-color: #fff; color: #6e52a2; left: 15px; position: absolute; top: 0; }
#screen-2 > div a[href*="screen-1"]:hover { background-color: #ddd; color: #5c418d; }
#screen-2 .error { display: none; text-align: right; }
#screen-2 > div img { border-radius: 34px; opacity: 0; position: absolute; right: 8%; transition: opacity .2s; top: 100px; width: 320px; }
#screen-2 > div label:hover + img,
#screen-2 > div input:hover + label + img { opacity: 1; }

#map-header { background-color: #e5e5e5; padding-bottom: 18px; position: relative; }
#map-header > div { width: 80%;  }
#map-header p { margin: 0; padding: 16px 22px 4px; }
#map-header > a { border-radius: 6px; margin-top: -14px; position: absolute; right: 4%; text-transform: uppercase; top: 50%; }
#map { height: 460px; }
.gm-style-iw-d div { padding: 5px; width: 300px; }
.gm-style-iw-d div a { background-color: #35763d; border-radius: 16px; color: #fff; display: block; font-weight: 700; margin: 0 auto; padding: 4px 0; text-align: center; width: 170px; }
.gm-style-iw-d div a:hover { background-color: #28622f; }

#screen-3 > div { position: relative; }
#map-form { background-color: #000; background-color: rgba(0,0,0,.75); display: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.show-form #map-form { display: block; }
#map-form > a { background-color: #1b75bb; color: #fff; padding: 7px 12px; position: absolute; }
#map-form > a i { margin-right: 4px; }
#map-form > a:hover { background-color: #1267a9; }
#map-form > div,
#map-form > form { background-color: #eeecec; margin: 72px auto 0; overflow: auto; padding: 14px 32px 28px; width: 60%; }
#map-form > form label { text-transform: none; }
#map-form > form select { padding: 2px; width: 100%; }
#map-form > form textarea { background-color: #fff; border: 1px solid #666; height: 144px; }
#map-form > div { color: #432e69; display: none; text-align: center; }
#map-form > div h5 { font-size: 1.8em; font-weight: 700; text-transform: uppercase; }
#map-form > div p { margin: 20px auto 18px; width: 50%; }
#map-form > div > div a { margin: 14px 4px 22px; }
#map-form > div > div .green-button { text-transform: none; }
.success #map-form > form,
.success #map-form > a { display: none; }
.success #map-form > div { display: block; }

#screen-4 { color: #432e69; padding-top: 35px; text-align: center; }
#screen-4 h4 { font-size: 2.2em; font-weight: 700; text-transform: uppercase; }
#screen-4 p strong { display: block; }
#screen-4 .purple-button { border-radius: 4px; margin-bottom: 68px; text-transform: uppercase; }

/* ABOUT */
.about-overlays > div { cursor: pointer; margin: 0 1%; padding: 0; position: relative; width: 23%; }
.about-overlays > div p { background-color: #6e52a2; border-radius: 25px; color: #fff; height: 100%; margin: 0; opacity: 0; padding: 24px 50px; position: absolute; text-align: center; top: 0; transition: opacity .2s; }
.about-overlays > div p:after { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
.about-overlays > div span { display: inline-block; vertical-align: middle; }
.about-overlays > div:nth-of-type(2) p { background-color: #35763d; }
.about-overlays > div:nth-of-type(3) p { background-color: #1b75bb; }
.about-overlays > div:nth-of-type(4) p { background-color: #e99da0; }
.about-overlays > div:hover p { opacity: 1; }

#why-redeveloping { padding: 0 5%; }
#why-redeveloping .col-md-4 { margin-top: 26px; padding: 0 5% 12px !important; text-align: center; }
#why-redeveloping .col-md-4:nth-of-type(3) { border: 1px solid #000; border-width: 0 1px; }
#why-redeveloping span { background-color: #35763d; border-radius: 12px; display: block; height: 50px; margin: -22px auto 22px; width: 50px; }
#why-redeveloping h4 { color: #35763d; font-size: 1.3em; font-weight: 700; margin: 0; }
#why-redeveloping p { margin: 6px 0 14px; }

.team-box { background-color: #f7f6f6; padding: 24px 8% 30px !important; }
.team-box .row { background-color: #e5e5e5; margin: 14px 0 30px; padding: 8px; text-align: center; }

.last-row { margin-top: 56px !important; }
.last-row .col-md-6:last-of-type { border-left: 1px solid #000; }
.last-row h3 { margin-top: 14px; }

/* TALE OF TWO CITIES */
#tale-two-cities div { text-align: center; }
#tale-two-cities h4 { color: #5f5f5f; font-size: 1.3em; font-weight: 700; margin-top: 48px; }
.purple-button { background-color: #6e52a2; }
.purple-button:hover { background-color: #5c418e; }
.green-button { background-color: #35763d; }
.green-button:hover { background-color: #296630; }

/* VIRTUAL TOUR */
.charesource-row { margin: 0; text-align: center; }
.charesource-row h4 { clear: both; padding: 38px 0 24px; }

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

@media screen and (min-width: 1560px) {
    body { font-size: 18px; }
    form textarea { height: 208px; }
    .home-header .wistia_responsive_padding { margin-top: -80px; }
}

@media screen and (min-width: 1700px) {
    body { font-size: 18px; }
    form textarea { height: 208px; }
    .home-header .wistia_responsive_padding { margin-top: -140px; }
}

@media screen and (min-width: 2070px) {
    body { font-size: 22px; }
    .nav > a > img { height: 60px; }
    .nav ul > a i,
    .footer .nav ul div i { height: 34px; line-height: 34px; width: 34px; }
    .middle-links .col-md-4 a { height: 520px; }
    form textarea { height: 238px; }
    .back-to-top { width: 96px; }
    .back-to-top span { border-width: 18px 10px; }
    .home-header .wistia_responsive_padding { margin-top: -220px; }
}

@media screen and (max-width: 1480px) {
    .middle-links > div { padding: 0 10% !important;}
    .middle-links .col-md-4 { margin: 0 1%; width: 31.3333%; }
}

@media screen and (max-width: 1440px) {
    .nav { padding: 8px 12px; }
    .nav > a > img { height: 38px; margin: 0; }
    .nav ul { padding-top: 5px; }
    .nav li { font-size: .95em; margin-left: 28px; }
    .nav ul > a i { margin: 0 6px; }

    .page-header { padding-top: 6px; }
    .home-header { padding-top: 0; }
    .at-top .nav ul { padding-top: 12px; }
    .home-header > a { bottom: 120px; }
    .top-links h3 { font-size: 1.4em; margin-bottom: 18px; }

    .about-overlays > div p { line-height: 1.3em; padding: 12px 30px; }
    #screen-2 > div > div > div { min-height: 290px; }
    #screen-2 > div img { width: 250px; }

    #screen-1 a { font-size: 1.1em; }
}

@media screen and (max-width: 1240px) {
    .nav { padding: 8px 12px; }
    .nav > a > img { height: 38px; margin: 0; }
    .nav li { font-size: .85em; margin-left: 14px; }
    .nav li:last-of-type { margin-right: 12px; }
    .nav ul > a i { margin: 0 3px; }

    .page-header { padding-top: 6px; }
    .home-header { padding-top: 0; }

    .about-overlays > div p { font-size: .9em; line-height: 1.2em; }
    .middle-links > div { padding: 0 6% !important;}
    .middle-links .col-md-4 { margin: 0 1%; width: 31.3333%; }
    .middle-links .col-md-4 a { height: 380px; }
    .middle-links .col-md-4 img { height: 60px; margin-top: 12px; }
    .middle-links .col-md-4 p { line-height: 1.3em;  }

    #screen-2 > div > h5 { width: 30%; }
    #screen-2 > div > div { margin-left: 30%; width: 70%; }
    #screen-2 > div > div > div label { max-width: 300px; }
    #screen-2 > div > div > div { min-height: 240px; }
    #screen-2 > div img { width: 190px; }

    #map-header p { line-height: 1.1em; }
    #map-form > form { width: 80%; }
}

@media screen and (min-width: 993px) {
    .nav ul { display: block !important; }
}

@media screen and (max-width: 1030px) {
    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: #000; display: inline-block; float: right; padding: 7px 6px 0; }
    #mobile-menu span { font-size: .9em; text-transform: uppercase; vertical-align: middle; }
    #mobile-menu i { font-size: 1.3em; margin-left: 10px; vertical-align: middle; }
    .header .nav { padding: 8px 10px; }
    .header .nav ul { background-color: #fff; border: 1px solid #000; box-shadow: 2px 4px 8px -4px #000; display: none; opacity: 0; padding-bottom: 10px; position: absolute; right: 110%; text-align: center; top: 36px; width: 220px; z-index: 1; }
    .menu-opened .header .nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }
    .header nav li { border-top: 1px solid #fff; display: block; margin: 0; padding: 4px; text-align: center; }
    .header nav li:last-of-type { margin-right: 0; margin-bottom: 8px; }
    .menu-opened .hp-header .nav ul { padding: 9px 16px;  }

    .at-top .nav { margin-top: 44px; }
    .at-top .nav img { height: 48px;  }
    .at-top #mobile-menu { top: 4px; }
    .at-top .nav ul { padding: 9px 14px; }
    .at-top .nav div { float: none; }
    .at-top .nav li a { color: #35763d; }
    .home-header > a { bottom: 90px; margin-left: -35%; width: 70%; }
    .home-header > a img { width: 48px; }
    .top-links .col-md-4 { float: left; font-size: .95em; width: 33.3333%; }
    .top-links h3 { font-size: 1.2em; }

    .footer .nav { padding: 0 18px 14px 12px; }
    .footer .nav ul li { margin: 0 10px 0 6px; }
    .footer .nav ul div i { margin-left: 10px; }
    .footer .nav > a > img { height: 52px; margin-bottom: 2px; }

    .page-header { margin-bottom: -38px; }

    .about-overlays > div { float: left; width: 23%; }
    .about-overlays > div p { font-size: .75em; line-height: 1.2em; padding: 0 16px; }
    .middle-links > div { padding: 0 2% !important; }
    .middle-links .col-md-4 { float: left; margin: 0 .25%; width: 32.666667%; }
    .middle-links h3 { font-size: 1.2em; }
    .middle-links .col-md-4 img { height: 48px; }

    #screen-1 > div { padding: 0 15%; }
    #screen-1 .col-md-3 { float: left; margin-bottom: 24px;  width: 50%; }
    #screen-2 > div > div > div label { font-size: .95em; line-height: 1.3em; max-width: 230px; }
    #screen-2 > div img { top: 130px; width: 150px; }

    #map-form > div { padding: 4px 12px; width: 88%; }
    #map-form > div p { width: 80%; }

    .back-to-top { font-size: .9em; padding: 0 8px 6px; width: 68px; }

    #why-redeveloping { padding: 0 10%; }
    #why-redeveloping .col-md-4 { margin-top: 0; padding-bottom: 6px !important; }
    #why-redeveloping .col-md-4:nth-of-type(3) { border-width: 1px 0; }
    #why-redeveloping h4 { font-size: 1.1em; }
    #why-redeveloping span { border-radius: 6px; height: 22px; margin: 20px auto 8px; width: 22px; }

    #tour-videos iframe { margin-top: 25px;  height: 280px !important; width: 100% !important; }
}

@media screen and (max-width: 790px) {
    .page-header { margin-bottom: -18px; }
    .page-header h2 { font-size: 2em; }
    .at-top .nav img { height: 42px; }
    .home-header > a { bottom: 50px; }
    .home-header > a span { font-size: .85em; line-height: 1.2em; }

    h2.homepage-title { font-size: 1.4em; }
    h2.homepage-title + p { font-size: 1em; margin-bottom: 22px; }
    .top-links { padding: 0 12%; }
    .top-links .col-md-4 { width: 100%; }
    .top-links h3 { margin-bottom: 0; padding-bottom: 3px; }
    .top-links p { margin-top: 4px; }

    .footer { text-align: center; }
    .footer .nav > a > img { height: 44px; margin-top: 6px; }
    .footer .nav ul div { float: none; margin-top: 8px; }

    .stylized-row > div { position: static; }
    .stylized-row > img { position: absolute; }
    .about-overlays { padding: 0 10%; }
    .about-overlays > div { margin-bottom: 8px; width: 48%; }
    .about-overlays > div:nth-of-type(3) { clear: both; }
    .middle-links { margin-top: 20px !important; }
    .middle-links .col-md-4 { margin-bottom: 14px; width: 98%; }
    .middle-links .col-md-4 img { height: 34px; }
    .middle-links .col-md-4 a { border-radius: 14px; height: auto; padding: 2px 14px 60px; }
    .middle-links span i { height: 20px; line-height: 20px; margin: 3px auto 8px; width: 20px; }
    .team-box .row { font-size: .9em; }
    #tale-two-cities h4 { font-size: 1.1em; }
    .call-out { font-size: 1.1em; margin: 18px auto; }

    #map-ui .question { font-size: 1.1em; }
    #map-ui .screen > h4 { font-size: 1em; padding-bottom: 12px; }
    #map-ui .screen > h4 img { width: 28px; }
    #screen-1 > div { padding: 0 10%; }
    #screen-1 a { font-size: 1em; }
    #screen-2 > div > h5 { height: 100px; padding-top: 40px; position: static; width: 100%; }
    #screen-2 > div > div { margin-left: 0; width: 100%; }
    #screen-2 > div img { right: 6%; top: 230px; width: 134px; }
    #screen-4 { padding-top: 18px; }
    #screen-4 p { padding: 0 38px; }
    #screen-4 p strong { margin-bottom: 8px; }

    #map-form > form { font-size: .9em; padding: 2px 18px 14px; width: 88%; }
    #map-form > form textarea { height: 224px; }
}

@media screen and (max-width: 490px) {
    .nav { padding: 5px 6px; }
    .nav > a > img { height: 26px; }
    #mobile-menu { padding: 1px 2px 0; }
    #mobile-menu i { font-size: 1.1em; margin-left: 6px; }

    .page-header { margin-top: 34px; margin-bottom: -12px; overflow: hidden; padding-top: 0; }
    .page-header h2 { font-size: 1.4em; }
    .page-header div:after { height: 84%; }
    .page-header img[src*="bg"] { max-width: 300%; width: 120%; }
    .at-top .nav { margin-top: 34px; }
    .at-top .nav img { height: 34px; }
    .home-header { margin-top: 0; padding-top: 0; }
    .home-header > a { bottom: 24px; margin-left: -45%; padding: 5px 8px; width: 90%; }
    .home-header > a span { font-size: .75em; }
    .home-header > a img { margin-right: 8px; width: 32px; }

    h3 { font-size: 1.3em; }

    .about-overlays { padding: 0 1%; }
    .about-overlays > div p { font-size: .7em; line-height: 1.05em; padding: 0 10px; }
    #screen-2 > div > div > div label { max-width: 100%; }
    #screen-2 > div img { display: none; }

    #map-header > div { width: 100%; }
    #map-header > div p { padding: 12px 12px 0; }
    #map-header > a { margin: 14px 12px 0; position: static; }
}

/* Add if printing is necessary */
@media print {

}