
.cnty2 {display:none;}

.mapbox-gl-draw_ctrl-draw-btn {
	display: inline;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    color: #6d6d6d;
    font-weight: 300;
    font-size: 14px;
}
h1, h2 {
	color: #212121;
}

.grid-container {max-width:none;}


.higher { color: #370389;}
.lower { color: #890303; }

.rowbar { 
	border-bottom: 2px #fafafa solid; 
	margin-bottom: 6px;
}

.mapbox-gl-draw_ctrl-draw-btn {
	zoom:150%;
}

.draw-btn-active {
	background-color:#ffffc7 !important;
}
.draw-btn-disabled {
	background-color:#cccccc !important;
}

.calculation-box {
	min-height:60vh;
	margin:4px 10px;
    width: 98%;
    text-align: left;
	border-radius: 4px;
}



@media screen and (min-width: 640px)
{
	#map { height: 85vh; width: 100%; }
	

	.mapboxgl-ctrl-geocoder {
		max-width: unset !important;
		width: 90% !important; 
	}
	
	#map-toggles {
		position: absolute;
		z-index: 2;
		top: 10px;
		right: 60px;
	}

	.table-metric {font-size:12px; padding-bottom: 6px;}
	.table-header {text-align:center; font-weight: bold; padding-bottom:10px;}
	.table-row {padding-left: 30px; font-size:14px; line-height: 14px;}
	.table-val {text-align: right;}

}

@media screen and (max-width: 640px)
{
	#map { height: 75vh; width: 100%; }

	#map-toggles {
		position: absolute;
		z-index: 2;
		top: 65px;
		left: 10px;
	}
	
	.mapboxgl-ctrl-bottom-right{
		zoom: 130%;
	}


	.mapboxgl-ctrl-geocoder {
		max-width: 260px; !important;
		width: unset !important; 
	}
	
	.container-header h1{
		font-size: 18px;
		line-height: 20px !important;
		padding-left: 10px;
	}
	
	.container-header img{
		max-height: 20px;
	}
	
	.calculation-box{
		margin: unset;
	}
	
	.grid-container, .grid-100 {
		padding:0;
	}	
	
	.table-header {text-align:center; font-weight: bold; padding-bottom:10px;}
	.table-row {padding-left: 30px; font-size:18px; height: 30px; line-height: 28px;}
	.table-val {text-align: right;}
	.table-metric{font-weight: bold; background-color:#fafafa; padding:10px;}

}

.map-button, .button {
    border: 1px solid #eee;
    color: #808080;
    background-color: #fff;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
    font-size: 12px;
    font-weight: normal;
    padding: 5px 8px 5px 8px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 6px;
    -webkit-transition: 0.2s;
    transition: .2s;
    margin-right: 5px;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
    width: 42px;
	text-decoration:none;
}

.map-button:hover, .button:hover {
	text-decoration:none;
	background-color:#fff;
	color:#333;
    padding: 4px 8px 6px 8px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}

.button {
	width: unset;
}


.wrapper-header{
	background-color: #fafafa;
	background-color: #fff;
    padding: 6px 5px;
    border-bottom: 1px solid #eee;
    margin-bottom:5px;
    /* Created with https://www.css-gradient.com */
	background: #FFFFFF;
	background: -webkit-linear-gradient(top left, #FFFFFF, #FAFAFA);
	background: -moz-linear-gradient(top left, #FFFFFF, #FAFAFA);
	background: linear-gradient(to bottom right, #FFFFFF, #FAFAFA);
}



.container-header h1{
	display: inline;
	line-height: 50px;
}

.container-header img{
    max-width: 75px;
    height: auto;
    float:right;
}

.mask-intro {
    position: absolute;
    top: 0;
	left: 0;
    z-index: 8;
    background-color: #aaa;
    opacity: .75; 
    width: 100%;
	height: 200vh;
}

.container-intro {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
	min-width: 260px;
	max-width: 420px;
    z-index: 9;
    background-color: #fff;
    opacity: .95;
    border: 3px solid #aaa;
    border-radius: 4px;
    font-size: 18px;
    line-height: 26px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}

.container-intro input[type=submit]{
	border-radius: 4px;
	font-size: 24px;
	background-color:#eee;
	padding: 4px 20px;
}

.container-intro input[type=email]{
	border-radius: 4px;
	width: 185px;
	height: 34px;
	font-size: 18px;
}

.intro-tips {
	text-align: left;
	background-color: #fafafa;
	border-radius: 4px;
	padding: 10px;
}