
    /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

body {
    color: #5a5a5a;
}

.navbar-fixed-top {
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
    box-shadow: 0 1px 10px rgba(0,0,0,.4);
}

.btn-xlarge {
    font-size: 40px;
}


.brand .icon-logo {
    background: url('../img/logo-white-icon.png') no-repeat;
    width: 13px;
    height: 21px;
}


section.page {
    padding: 80px 0;
    overflow: auto;
    background-color: white;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}

section.page-odd {
    background-color: #eee;
}

footer {
    padding: 40px 20px;
    background-color: #eee;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}


#administer form {
    margin: 0;
}


.page-header {
    margin-bottom: 40px;
}
.page-header h2 {
    font-size: 50px;
}

#introduction {
    padding: 0;
    background: url('../img/bg-intro-light.jpg') bottom center no-repeat;
    overflow: hidden;
    height: 900px;
}
#introduction #main-menu .navbar-inner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#introduction .logo {
    margin: 40px 0;
}
#introduction p {
    color: black;
}
#introduction .page-header {
    margin-top: 100px;
    margin-bottom: 20px;
}
#introduction .page-header h2 {
    color: black;
}
#core-mission .mission-1 p {
    margin-top: 34px;
}
#core-mission .mission-2 p {
    margin-top: 50px;
}
#core-mission .mission-3 p {
    margin-top: 20px;
}

.step-number {
    font-size: 40px;
}
.step-desc {

}
#mapster_wrap_0 {
    margin: 0 auto;
}
#device-legend {
    cursor: default;
    list-style: none;
    margin: 0;
}
#device-legend .active span {
    font-weight: bold;
    color: red;
}

#demonstration {
    position: relative;
}
#demonstration .page-header {
    margin-bottom: 0;
}
#demonstration .datastream h3 {
    margin-top: 0;
}
#demonstration .btn-launch-simulator {
    padding: 20px 50px;
    font-size: 20px;
}

#cost-benefit .cost {
    padding-top: 100px;
}
#cost-benefit .scales {
    margin-top: 130px;
    position: relative;
}
#cost-benefit .scales span {
    position: absolute;
    font-size: 20px;
    color: white;
}
#cost-benefit .scales .cost {
    bottom: 98px;
    left: 21px;
}
#cost-benefit .scales .benefits {
    right: 9px;
    bottom: 54px;
    font-size: 18px;
}

#map-canvas {
    width: 100%;
    height: 400px;
    margin-bottom: 9px;
}

#solution .model {
    height: 600px;
}
#solution .legend {
    margin-top: -100px;
}
#solution #legend-info {
    height: 145px;
    min-height: 145px;
}

#simulator .page {
    padding-bottom: 40px;
}
#simulator .page-odd {
    padding: 20px 0;
}

#conclusion .page {
    padding-bottom: 40px;
}
#conclusion .page-odd {
    padding: 40px 0;
}

.large-gauge {
    display: inline-block;
    width: 200px;
    height: 160px;
}
.ui-slider {
    margin-top: 50px;
}

    /* RESPONSIVE CSS
    -------------------------------------------------- */

@media (max-width: 767px) {
    #core-mission {
        margin-top: 0;
    }

    #introduction {
        height: 600px;
    }
}

@media (max-width: 979px) {
    .navbar-fixed-top {
        margin-bottom: 0;
    }

    #main-menu {
        position: relative;
    }
}

@media (max-width: 1199px) {
    .navbar .nav > li > a {
        padding: 20px 5px 14px;
    }

    #solution .legend {
        clear: both;
    }
}