﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    color: #162533 !important;
    font-family: 'Source Sans Pro', sans-serif;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    position: relative;
}


.bg-Default:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar {
    padding: 0px;
    margin: 8px 0 8px 0;
}

    .navbar .banner {
        position: absolute;
        background: #e7eff7;
        top: 0;
        height: 112px;
        padding: 0px;
        right: 0px;
        left: 0px;
        width: auto;
        /*border-bottom: 0.0125rem solid #162533;*/
    }


.navbar-brand {
    color: #162533 !important;
    font-size: 1.75rem !important;
    font-weight: 500;
}


.esri-search {
    width: 300px !important;
}

.btn-Blue {
    /*width: 100%;*/
    /*background-color: #162533;*/
    background: #2573ba;
    color: white;
}

.btn-DrkGray {
    /*width: 100%;*/
    /*background-color: #162533;*/
    background: #3c4c5b;
    color: white;
}

.btn:hover {
    /*background-color: #1d3e5c;*/
    background-color: #fec230;
    /*color: #f2f2f2;*/
    color: #162533;
}