body,html{
    min-width: 1024px;
    height: 100%;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
    max-height: 100%;
    margin: 0px;
    padding: 0px;
    color:white;
}
#map{
    height:75%;
    width:100%;
    position:absolute;
    top:127px;
}
.divider-line{
    padding: 0px;
    margin: 0px;
    background-color: #3a8ace;
    height: 5px;
    cursor: pointer;
}
.esri-ui-top-left, .esri-ui-corner {
    right: 0 !important;
    bottom: 0 !important;
}

/*
 *  SCROLLBAR
 */

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
button{
    cursor: pointer;
}
*{
  box-sizing: content-box;
}
#esri_widgets_Attribution_0,.esri-ui-manual-container>.esri-component{
    display: none !important;
}

/**
**  TOP BAND
**/
nav{
    width: 100%;
    background-color: #398ace;
    font-family: 'Open Sans', sans-serif;
}
nav ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
div.top-nav{
    width: 1024px;
    height: 100%;
    list-style-type: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    overflow: hidden;   
}
div.top-nav li{
    vertical-align: middle;
    float: left;
}
div.top-nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 12px;
}
div.top-nav li {
    border-right: 1px solid #bbb;
}

div.top-nav li:last-child {
    border-right: none;
    font-size: 14px;
    color: white;
}
div.top-nav li a:hover {
   background-color: #ecf0f1;
   color: black;
}
div.top-nav select{
    padding: 8px 16px;
    
}
#top-band{
    background-color: white;
    color: black;
    font-family: 'Roboto', sans-serif;
    position:absolute;
    width:100%;
    height:127px;
    z-index: 5;
}
#top-title{
    font-weight: bold;
    text-align: center;
    font-size:24pt;
    float:left;
    display: inline-block;
    margin-left: 162px;
    margin-top: 24px;
}
#top-title center span{
    font-family:  Serif;
}
/* RIGHT */
#top-band-right-content{
    position:relative;
    width: 500px;
    right: 30px;
    top:5px;
}
#top-band-search{
    padding:5px;
    min-width: 350px;
    height: 22px;
    margin-bottom:5px;
    border: 1px solid #ccc;
   -webkit-transition: padding .1s ease-out;
   -moz-transition: padding .1s ease-out;
   -o-transition: padding .1s ease-out;
   transition: padding .1s ease-out;
}
#top-band-search:focus{
   
}
#top-band-search:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
#top-band-search-btn,#top-band-reset-btn{
    color:white;
    background-color: #3a8ace;
    border: none;
    padding:5px;
    width: 155px;
    height: 15px;
    font-size: small;
    font-weight: bold;
}
#top-band-search-btn:hover,#top-band-reset-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
#top-band-search-btn:active,#top-band-reset-btn:active{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #3a88ca;
    color: rgba(210,210,210,1);
}
#top-band-dropdown{
    padding:5px;
    width:250px;
    border-radius: 7px;
    -webkit-transition: box-shadow .1s ease;
   -moz-transition: box-shadow .1s ease;
   -o-transition: box-shadow .1s ease;
   transition: box-shadow .1s ease;
}
#top-band-dropdown:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
#top-band-right-content label{
    cursor:pointer;
}
#top-band-search-type{
    margin-bottom: 5px;
}
/**
**   BOTTOM BAND
**/
#bottom-band{
    background-color: white;
    color: black;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 120px;
}

/* LEFT */
#bottom-band-left{
    padding:5px;
    position: relative;
    height:80%;
    width:20%;
}
.legend-container{
  float:left;
  display:inline-block;
  margin-right:0.5em;
}
#bottom-band-left h2{
  margin:0px auto;
  font-size: 1.2em;
}
#jlp{
    background-color:#6fff3a;
}
#pnp{
    background-color:#f9a42c;
}
#parish{

}
.legend-icons{
  width: 30px;
  height: 20px;
  margin-bottom: 6px;
}
.legend-text{
   font-weight:bold;
   margin-top:7px;
}

/* CENTER */
#bottom-band-center{
    width:66%;
    padding-left: 5px;
    border-left: 3px solid #ccc;
}
#bottom-band-scale{
    font-family:  sans-serif !important;
    text-align:center;
    border: 2px dotted white;
    width: 174px;
    left: 40%;
    position: relative;
}
#bottom-band-disclaim-mobile{
		position: relative;
		display:none;
	}
#bottom-band-disclaim{
    position: relative;
}
#bottom-band-disclaim p{
    font-size: 9pt;
    margin-top: 5px;
}
#bottom-band-disclaim p a{
  color: #FFEB3B;
  text-decoration: none;
}
#bottom-band-disclaim p a:hover{
    font-weight: bold;
}
#disclaim-extra{
  display:none;
}
/* RIGHT */
#bottom-band-right{
    width:28%;
    padding-left: 5px;
    border-left: 3px solid #ccc;
}
#bottom-band-right a{
    color: black;
    cursor:pointer;
    text-decoration: none;
}
#bottom-band-right a:hover{
    font-weight:bold;
     text-decoration: none;
     color:darkblue;
}
#bottom-band-right hr{

}


/*
 *  SEARCH RESULTS CONTAINER
 */
#data-search-results-info{
    background-color: white;
    padding: 3px;
    border: 1px solid black;
    min-height: 48px;
}
#data-search-results-container{
    background-color: rgba(255, 255, 255, 0.65);
    color: black;
    width: 315px;
    height:73%;
    position: absolute;
    padding: 5px;
    left: -380px;
    top: 127px;
    z-index: 10;
    box-shadow: 3px 3px 8px -2px rgba(0,0,0,0.75);
}
#data-search-results-container img{
    position: absolute;
    float: right;
    right:10px;
    top: 5px;
    width: 30px;
    cursor: pointer;
}
#data-search-results-list{
    height: 630px;
    width: 100%;
    overflow-y: hidden;
    margin-top: 10px;
}
#data-search-results-content{
    height:630px;
}
#data-search-results-list ul{
    max-height: 98%;
    overflow-y:auto;
    padding-left: 0px;
    margin: 0px;
}
#data-search-results-list ul li{
    background-color: white;
    list-style-type: none;
    border:1px solid grey;
    margin-bottom:5px;
    padding: 5px;
    cursor: pointer;
}
#data-search-results-list ul li:hover{
    font-weight:bold;
    border: 3px solid black;
}
#data-search-results-controls{
}
.active-list-item{
    font-weight: bold;
    border: 2px solid #398ace !important;
    margin-left:15px;
    width: 89%;
}

/*
*   MISC STYLES
*/
/* POP UP WINDOW */
.popup-table-container{
    box-shadow: 1px 3px 20px 0px rgba(0,0,0,0.55);
    background-color: white;
    border: 1px solid grey;
     font-family: sans-serif;
    overflow-x:hidden;
    overflow-y:hidden;
    position: absolute;
    border-radius:5px;
    z-index: 16;
    width: 720px;
    max-width: 92vw;
    color:black;
    top: 10%;
    left:30%;
}
.popup-table-container a{
    cursor: pointer;
    padding: 5px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight:bold;
    text-decoration: none;
    color:black;
}
.candidate-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 100%;
}
.candidate-data-container{
    text-align: center;
    min-height: 295px;
    overflow-y: auto;
    padding: 0 10px 10px;
}
.popup-table-title{
    color: white;
    margin-bottom: 0px;
    padding: 0px;
    font-weight: bolder;
    font-size: 20px;
}
.popup-table-subtitle{
    font-weight: bolder;
}
.popup-table-container table{
    width: 100%;
}
.popup-candidate-img{
    height: 130px;
    width: 130px;
    max-width: 100%;
    display: inline;
    margin-top: 10px;
}
.popup-candidate-data{
    width: calc(33.333% - 10px);
    min-width: 0;
    margin-top:10px;
    margin-bottom: 10px;
    text-align: center;
}
.popup-candidate-data-ind{
    width: calc(33.333% - 10px);
    min-width: 0;
    margin-top:10px;
    margin-bottom: 10px;
    text-align: center;
}
.popup-close{
    cursor:pointer;
    position:absolute;
    top:0px;
    right:0px;
}
.popup-close:hover,.popup-close:active{
    opacity:0.7;
}
.popup-handler{
    width:100%;
    cursor:move;
    background-color: #3a8ace;
    height:50px;

}
.popup-handler center{
    padding-top:3px;
}
.popup-chart-pie{
    width: 700px;
    display:none;
    margin:0px auto;
}
.popup-chart-bar{
    width: 700px;
    display:none;
    margin:0px auto;
}
.pnp-header{
    display: inline-block;
    width: 150px;
    background-color: orange;
    font-weight: bold;
}
.jlp-header{
    display: inline-block;
    width: 74%;
    background-color: #6edc45;
    font-weight: bold;
}
.ind-header{
    display: inline-block;
    width: 74%;
    background-color: #ababab;
    font-weight: bold;
}

@media only screen and (min-width: 800px){
    .popup-table-container{
        left: 50%;
        transform: translateX(-50%);
    }
}

/* CHANGELOG CONTAINER */
#changelog-container{
    position: fixed;
    left: 30%;
    border: 1px solid grey;
    width: 750px;
    top: 94px;
    height: 700px;
    overflow-y: auto;
    background-color: white;
    color: black;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px;
    z-index: 10;
    box-shadow: 0px 0px 32px 7px rgba(0,0,0,0.55);
    display:none;
}
.changelog-status-message{
    display: block;
}
.changelog-data-message{
    margin-left: 30px;
    display: block;
}
.log-status-pending{
    color: purple;
}
.log-status-pending::before{
    content: "#";
    height: 10px;
    width: 10px;
}
.log-status-done{
    color: green;
}
.log-status-done::before{
    content: "#";
    height: 10px;
    width: 10px;
}
.log-status-cancel{
        color: blue;
}
.log-status-cancel::before{
    content: "#";
    height: 10px;
    width: 10px;
}
/* CHAT WINDOW */
#body-chat-window{
    position: fixed;
    right: 10px;
    bottom:-266px;
    width: 300px;
    border: solid 1px #298bff;
     background-color: white;
    z-index: 12;

}
#body-chat-window button{
    width: 96%;
    padding: 5px;
    background-color: #356186;
    border:none;
    color: white;
    font-weight: bold;
}
#body-chat-window input{
    height: 40px;
    padding: 5px;
    width:100%;
}
#body-chat-close{
    width:10%;
    cursor:pointer;
}
#body-chat-titlebar h2{
	position:absolute;
        display: inline;
        font-size: 13pt;
        margin-left: 5px;
        margin-top: 5px;
}
#body-chat-titlebar{
    width: 100%;
    height:32px;
    background-color: #356186;
    cursor: pointer;
}
#body-chat-textbox input{
    width: 290px;
    height: 25px;
    margin-bottom: 5px;
    border:none;
}
#body-chat-textbox textarea{
    width:98%;
    height:110px;
}
#body-chat-textbox{
    width: 100%;
}
#body-chat-messages div{
    color:black;
    padding: 3px;
    border-radius: 5px;

    margin-bottom: 8px;
    color:white;
    font-size: 15px;
}
.system-message{
    color: red;
    font-size:10px;
    text-align:center;
}
.client-message{
    float: left;
    clear: both;
    background-color: #0b80c1;
    max-width: 80%;
}
.admin-message{
    float: right;
    clear: both;
    background-color: #5547ad;
    max-width: 80%;
}
.messages{
	margin-bottom: 5px;
	border-radius: 10px;
	padding: 5px;
	color: white;
}
#body-chat-messages div:hover{
    font-size:18px;
}
#body-chat-messages{
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    background-color: white;
    overflow-y:auto;
    color:black;
}

#loading-bar{
        color:black;
        position: fixed;
        width: auto;
        height: auto;
        margin-left: 50%;
        background-color: white;
        z-index: 11;
        display:none;
        border-radius:15px;
        padding:5px;
        font-weight:bold;
        top: 40%;
}

.line-separator{
    height:1px;
    width: 30%;
    background-color:white;
    margin-top: 5px;
    margin-bottom:5px
}



.clear{
    clear:both;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.even{
      background-color:lightblue;
}
.odd{
     background-color:white;
}
.top-popup{
    z-index: 30;
}
.focus-error{
    border:2px solid red !important;
}
#compass-img{
    position:fixed;
    z-index:15;
    right:30px;
    top: 20%;
    width: 100px;
}
.box-shadow{
    box-shadow: 1px 3px 20px 0px rgba(0,0,0,0.55);
}
/*
 *	EOJ LOGO CONTAINER
 */
#logo-container{
    font-family: 'Roboto', sans-serif;
    z-index:1;
    width: 339px;
    float:left;
}
#logo-img{
    top:2px;
    position:relative;
    left: 10px;
}
#logo-text{
    font-size: 16px;
    padding-top:10px;
    position:relative;
    left: 16px;
}
#logo-text-sub{
    font-size: 0.8rem;
    font-weight: 100;
    color: #404040;
    font-family: 'Open Sans', sans-serif;
}
#logo-text span:nth-child(1){
    font-size: 22px;
    font-weight: 500;
}

/*
*   OVERLAY TUTORIAL
*/
#overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    z-index: 500;
    top: 0px;

}

#tour-container{
     width: 350px;
    background-color: white;
    top: 10%;
    left: 74%;
    position: absolute;
    font-weight: bold;
    color:black;
    padding: 15px;
    z-index: 502;
    display:none;
    -webkit-transition: top 0.3s ease-in, left 0.3s ease-in;
}
#tour-container span{
    display: block;
   text-align: center;
}
#tour-container span i{
    font-size: 1.3em;
}
#tour-container button{
    padding: 6px;
    font-weight: bold;
    color:white;
    background-color: #4682b4;
    border: none;
    border-radius: 5px;
    text-align: center;
}
#tour-container button:hover{
    box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.55);
}
#tour-prev{
    margin-left: 70px;
}

/*
*   WELCOME CONTAINER   
*/
#welcome-text{
       color: #f7e050;
    font-size: 6em;
    font-family: 'Times New Roman', Arial;
    width: 85%;
    margin: 0px auto;
    text-align: center;
}
#welcome-text-title{
    font-size: 45px;
    top: 222px;
    position: absolute;
    left: 38%;
}
#welcome-container{
    background: url("../imgs/background-welcome.jpg") no-repeat center;
    background-size: 100%;
    border-radius: 10px;
    top:8em;
    left: 10px;
    width: 96%;
    height: 60%;
    position: absolute;
    font-weight: bold;
    color:white;
    padding: 15px;
    z-index: 503;
}
#welcome-nav{
    width: 450px;
    margin-left: 7em;
    margin-top: 3em;
}
#welcome-main-site,#welcome-main-tour{
    color:black;
    font-family: Times New Roman;
    font-size: 0.3em;
    cursor: pointer;
    text-decoration: underline;
    display:inline-block;
    background-color: #f7e050;
    border-radius: 10px;
    padding: 7px;
   -webkit-transition: background-color .1s ease-out;
}
#welcome-main-tour{
margin-left: 130px;
}
.border-button{
    
}

/**
*       CHAT WINDOW
*/
#body-chat-live-chat{
    box-shadow: 3px 6px 21px black;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    left: 30%;
    top:100px;
    width: 500px;
    height: 600px;
    z-index: 50;
    color:black;
    display:none;
}
#body-chat-live-chat #title-bar{
    
    text-align:center;
    font-weight: bold;
    font-size: 1.3em;
}
#chat-container{
    min-height: 404px;
}
#send-chat-btn{
    width: 96%;
    padding: 5px;
    background-color: #4682b4;
    border: none;
    color: white;
    font-weight: bold;
    margin: 0px auto;
    display:none;
}
#chat-text{
    min-height: 80px;
    width: 96%;
    padding: 5px;
    background-color: #ccc;
    border: none;
    font-weight: bold;
     margin: 5px auto;
    display:block;
}
#end-chat-session{
    cursor: pointer;
}

/**
*	RESULTS SUMMARY
*/
#results-summary-container{
    border: 2px solid #e0e0e0;
    box-shadow: 3px 4px 10px #585858;
    width: 342px;
    height: 177px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 63%;
    left: 10px;
    color:black;
    font-weight:bold;
    text-align: center;
}
#results-summary-container  h2{
	display:block;
	width: 300px;
	margin: 5px auto;
}
#results-summary-items{
	display: block;
	margin: auto;
	width: 210px;
}
.result-item{
	opacity: 0;
	display:inline-block;
	margin-left: 10px;
	margin-top: 20px;
	width: 80px;
	font-size: 30px;
	border-radius: 10px;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	transition: opacity 1s ease-in;
}
#pnp-count{
      background-color: #fca925;
}
#jlp-count{
      background-color: #60ff2a;
}


/*
*   SMALLER SCREENS
*/
@media only screen and (max-width: 700px){
    body,html{
        height:100%;
        max-width: 100%;
        min-width: 100% !important;
        overflow: auto !important;
    }
    #results-summary-container {
        display: none !important;
    }
    
    #compass-img {
        width: 50px !important;
        top: 42% !important;
        right: 2px;
    }
    #map{
            top: 0px;
            height: 55%;
            position: relative;
	}
        
    /** TOP BAND **/
    #top-band{
        height:auto;
        display:block;
        position:relative;
    }
    div.top-nav{
        width: 100%;
    }
    #logo-text span:nth-child(1) {
        font-size: 19px;
        font-weight: 500;
    }
	#logo-container{
            display: block;
            position: relative;
            left: 0px;
            width:100% !important;
            margin-left: 0px;
            top: 0px;
            font-size: 12pt;
	}
	#logo-container div{
		display: inline-block;
		vertical-align: middle;
	}
	#top-title{
            font-size: 1.2em;
            position: relative;
            text-align: center;
            margin: 0px 0px 0px 0px;
            width: 100%;
	}
	
	#top-band-right-content{
		display:block;
		position: relative;
                right: 0px;
		height: auto;
                width: 100%;
		top:0px;
	}
	#top-band-right-content button{
		width: 100%;
		border-radius: 0px;
		margin-bottom: 2px;
	}
	#top-band-search{
		width:100%;
		border-radius: 0px;
	}
	.fr,.fl{
		float:none;
	}
	#compass-img{
		width: 80px;
		top: 37%;
	}
	#logo-img{
            display:inline-block;
            width: 43px;
            height: 39px;
	}
	#logo-text{
		display:inline-block;
		padding:0px;
                padding-top: 0px;
	}
	
	/** BOTTOM BAND **/
	#bottom-band{
		height: 100%;
		position:relative;
	}
	#bottom-band-left{
		display:none;
	}
	#bottom-band-center{
		width: 100%;
		display:block;
	}
	#bottom-band-scale{
		width: auto;
		left: 0px;
	}
	#bottom-band-disclaim-mobile{
		position: relative;
		display:block;
		color: white;
		font-weight: bold;
	}
	#bottom-band-disclaim-mobile a:visited{
		color: white;
	}
	#bottom-band-disclaim p{
		display:none;
	}
	#bottom-band-right{
		width: 100%;
	}
	#bottom-band-right p{
		display:inline-block;
	}
	#bottom-band-right p::after{
		content: " :";
	}
	#bottom-band-right a{
		display:inline-block;
		text-decoration:underline;
		margin-left: 10px;
	}
        #minimize-bottom-bar{
            display: none;
        }
	#start-tour{
		display: none !important;
	}
	#bottom-band-right br{
		display:none;
	}
	#body-chat-window{
		border: none;
		right: 0px!important;
		width: 100%!important;
		bottom: -364px;
		z-index: 10;
	}
	#body-chat-close{
		display:inline-block;
		width: 8%;
		float: right;
	}
	.popup-table-container{
                font-size: 0.9em;
		width: 100% !important;
		height: 93% !important;
                left:0px;
                top: 0% !important;
	}
        .popup-candidate-data {
            /*            margin-top: 500px;*/
            float: left;
            width: 49%;
        }
    
       .popup-candidate-data-ind {
/*            margin-top: 500px;*/
            float: left;
            width: 49%;
        }
        .candidate-wrapper{
            width: 100%;
        }
        .popup-chart-pie {
            width: 100%;
        }
        .popup-chart-bar {
            width: 100%;
        }
}
@media only screen and (min-width: 800px) and (max-width: 1023px){
    body,html{
        overflow: auto;
        min-width: 100%;
    }
    #data-search-results-container {
        height: 64%;
    }
    
    /** SUMMARY RESULTS **/
    .result-item{
        font-size: 26px;
        margin-left: 18px;
        margin-top: 0px;
    }
    #results-summary-container {
        width: 247px;
        height: 147px;
        font-size: 12px;
        top: 58%;
    }
    #results-summary-container h2{
        width: auto;
    }
    /** TOP BAND **/
    #top-band{
        height: auto;
        padding-bottom: 5px;
    }
    div.top-nav {
        width: 100%;
    }
    #logo-text span:nth-child(1) {
        font-size: 16px;
    }
    #logo-container{
        width: 297px;
    }
    #logo-img {
        top: 10px;
        position: relative;
        left: 10px;
        width: 40px;
        height: 40px;
    }
    #top-title{
        margin-left: 54px;
        margin-right: 20px;
        font-size: 16pt;
        margin-top: 10px;
        float: left;
    }
    #top-band-right-content {
        display:none;
        float: left;
        text-align: center;
    }
    #map{
        top: 0px;
        height: 83%;
    }
    
    /** BOTTOM BAND **/
    #bottom-band-left {
        width: 23%;
    }
    #bottom-band-left h2 {
        font-size: 1em;
    }
    .legend-icons {
        width: 24px;
        height: 15px;
        margin-bottom: 6px;
    }
    .legend-container {
        font-size: 0.7em;
    }
    #bottom-band-disclaim p {
        font-size: 8pt;
        margin-top: 5px;
    }
    #body-chat-window{
        bottom: -158px;
        width: 199px;
    }
    #body-chat-message p{
        font-size: 10pt;
    }
    #bottom-band-disclaim {
        position: relative;
        width: 431px;
    }
    #bottom-band-disclaim p{
        height: 70px;
        overflow-y: auto;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1299px){
    #map{
        height:70%
    }
    #data-search-results-container{
        height: 66.6%;
    }
    /** SUMMARY RESULTS **/
    .result-item{
        margin-top: 0px;
        font-size: 26px;
    }
    /** TOP BAND **/
    div.top-nav li:last-child {
        display: none;
    }
    #logo-text span:nth-child(1) {
        font-size: 16px;
        font-weight: 500;
    }
    #logo-container{
        margin-top: 15px;
        left: 8px;
        width: 284px;
        padding: 4px;
    }
    #logo-img{
        width: 40px;
        height: 40px;
    }
    #logo-text{
        padding-top: 5px;
        font-size: 0.8em;
    }
    #top-band{
        height: 86px;
    }
    #top-title {
        width: 36%;
        font-size: 1.3em;
        margin-left: 10px;
        top: 16px;
    }
    #top-title span{
        display: block;
        text-align: center;
    }
    #top-band-right-content {
        width: 340px;
        right: 0px;
        top: 6px;
    }
    #top-band-search{
        min-width: 321px;
        padding: 3px;
        height: 18px;
    }
    #top-band-search-type{
        font-size: 0.8em;
        margin-bottom: 5px;
    }
    #top-band-search-btn, #top-band-reset-btn {
        width: 152px;
    }
    /** BOTTOM BAND**/
    #minimize-bottom-bar{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        cursor: pointer;
    }

   #results-summary-container {
        font-size: 0.8em;
        width: 273px;
        height: 135px;
    }
    #results-summary-container h2 {
        font-size: 1.4em;
    }
    #bottom-band-disclaim{
        width: 85%;
        overflow-y: auto;
        height: 80px;
    }
    
    #bottom-band-left{
        font-size: 0.7em;
        overflow: hidden;
        height: 85%;
    }
    #bottom-band-right {
        width: 29%;
    }
    #bottom-band-right p{
        margin: 5px;
    }
    #jlp,#pnp,#parish,#const{
        width:27px;
    }
    .legend-text{
        margin-top: 7px;
    }
    #body-chat-window{
        bottom: -139px;
        width: 224px;
        right: 0px;
    }
    #body-chat-titlebar h2 {
        font-size: 0.8em;
    }
    #body-chat-textbox input {
        width: 214px;
    }
    .legend-icons {
        margin-bottom: 2px;
        height: 19px;
    }
}

@media screen and (min-width: 1300px){
    /* TOP-BAR */
    #top-band{
       
    }
  #top-title{
    font-size: 18pt;
    margin-left: 0px;
    top: 5px;
   }
   #top-title span{
       display:block;
   }
   #top-band-search{
       height: 17px;
       width: 380px;
   }
  #top-band-search:focus {
  
  }
  #top-band-search-btn, #top-band-reset-btn {
    width: 184px;
    }
  #logo-text{
      font-size: 1.2em;
  }
  #logo-container{
      width: 430px;
      margin-top: 12px;
  }
  #top-band-right-content{
      width: auto;
      right: 0px;
  }
  
  /** BOTTOM **/
  #body-chat-window{
      width:290px;
      bottom: -118px;
  }
  #body-chat-titlebar h2 {
     display: inline;
    font-size: 11pt;
    margin-left: 17px;
    position: absolute;
 }
 #body-chat-textbox input {
    width: 95%;
    height: 25px;
 }

 #data-search-results-list ul {
    height: auto;
 }
 
 #bottom-band-left h2 {
    margin: 0px auto;
    font-size: 1.1em;
}
 #bottom-band-left{
    width: 17%;
 }
 
 .legend-icons{
     width: 18px;
     height: 16px;
     margin-bottom: 3px;
 }
 .legend-text{
     margin-bottom: 3px;
     margin-top: 0px;
     font-size: 14.8px;
     margin-left: 5px;
 }
 .legend-container{
     margin: 0px;
     }
 #results-summary-container {
     top: 56%;
 }
 #bottom-band-center {
    width: 60%;
 }
}
@media screen and (min-width: 1900px){
    #map{
        height: 77%;
    }
    div.top-nav {
        width: 1366px;
    }
    #logo-container {
        margin-left: 284px;
    }
    #top-band-right-content {
        width: auto;
        right: 284px;
    }
}



