#map-canvas {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px
}

.locouter {
	display: flex;
	justify-content: space-evenly;
	flex-direction: row-reverse;
	height: 500px;
}

.makesmall {
	height: 500px;
}

.locouter-top {
	display: flex;
	justify-content: center;
	margin: 0 auto 1rem auto;
}

.locouter-top .controls {
	margin-top: 0;
}

.locouter div.loclistouter {
	width: 30%;
}

.locouter div.locmapouter {
	display: flex;
	width: 60%;
	height: 100%;
}

.locsearchouter {
	display: flex;
	flex-direction: column;
	padding-right: .5rem;
	width: 20%;
}

.locsearchouter.mainloc {
	width: 40%;
}

.loclist {
	/*height: 500px;*/
	max-height: 500px;
	overflow-y: scroll;
}

.loc_info_outer {
	padding: 1rem .5rem 1rem .5rem;
	border-bottom: 1px solid #EEEEEE;
}

.loc_info {
	margin-left: 1rem;
}

.loclist {
	font-family: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.5;
	color: #373a3c;
	text-align: left;
	background-color: #fff;
}

.controls {
	margin-top: 16px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 2rem;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	font-family: Roboto;
	font-size: 1.125rem;
	font-weight: 300;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
}

.sbutton {
	color: #fff;
	background-color: #006BB3;
	border-color: #006BB3;
	border-radius: 3px;
	cursor: pointer;
	font-size: .95rem;
	font-weight: 400;
}

div.sbutton {
	width: 30%;
	text-align: center;
	padding: .25rem;
}

div.sbutton a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: .95rem;
	font-weight: 400;
}

#pac-input:focus {
	border-color: #4d90fe;
}

.pac-container {
	font-family: Roboto;
}

#searchnum {
	margin-top: .75rem;
}

.et_pb_text_inner h5 a {
	color: #f5333f;
}
.et_pb_text_inner h5 a:hover {
	text-decoration: underline;
}

dialog::backdrop {
    background: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 1px,
    rgba(0, 0, 0, 0.3) 1px,
    rgba(0, 0, 0, 0.3) 20px
  );
  backdrop-filter: blur(3px);
}

dialog[open] {
    -webkit-animation: show .5s ease normal;
}

@-webkit-keyframes show{
    from {
        transform: translateY(-110%);
    }
    to {
        transform: translateY(0%);
    }
}

@media only screen and (max-width: 980px) {

	.et_pb_row {
		width: 95%;
	}

	.locouter div.locsearchouter,
	.locouter div.locmapouter,
	#content {
		width: 100%;
	}

	#content {
		padding: 0;
		margin: 0;
	}

	.locouter div.locsearchouter,
	.locouter div.locmapouter,
	.locouter {
		display: block;
	}

	.locouter div.locmapouter {
		height: 200px;
	}

	.locouter div.locsearchouter {
		height: 950px;
	}

	.loclist {
		/* height: 800px;*/
		max-height: 800px;
	}

	.locouter {
		height: initial;
	}

        .makesmall {
 	 height: 47rem;
        }

	.locouter div.locsearch,
	.locouter div.loclist {
		width: 90%;
		margin: 0 5%;
	}

	.loclist {
		overflow: auto;
	}

       .et_pb_row.et_pb_row_0 {
	       padding:0;
       }

       .et_pb_text_inner p {
	       display:none;
       }

       .et_pb_text_inner h3 {
	       padding:0;
       }

       .et_pb_row.et_pb_row_1 {
	       padding-top: 1.25rem;
       }


}