textarea:focus, input:focus, *:focus{
    outline: 0;
}

#store-locator-container{
	float: left;
	margin-left: 20px;
	width: 875px;
	color: #333;
}

#page-header{
	float: left;
}

#cert-level{
	margin-top:2px;
}

#cert-levels ul {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
}
#cert-levels li {
    width: calc(33.33% - 26px);
    margin-right: 2px;
    padding: 5px 10px 10px;
    border: 1px solid #ccc;
    background-color: #e5e5e5;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}
#cert-levels li:last-child {
    margin-right: 0;
    width: calc(33.33% - 25px);
}
#cert-levels h4 {
    margin-bottom: 8px;
    padding: 0;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: center;
    color: #444;
}

#map-container{
	clear: left;
	float: left;
	margin-top: 2px;
	height: 530px;
	width: 892px;
	font-family:inherit;
	padding-bottom:2px;
	border-bottom:10px solid #8e2020;
}

#map-container a{
	text-decoration: none;
}

#map-container a:hover, #map-container a:active{
	text-decoration: underline;
}

#map-container .custom-marker{
	width: 32px;
	height: 37px;
	color: #fff;
	background: url(../images/custom-marker.png) no-repeat;
    padding: 3px;
    cursor: pointer;
}

#loc-list{
	float: left; 
	width: 257px;
	height: 530px;
	overflow: auto;
}

#loc-list ul{
	display: block;
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#loc-list .list-label{
	position:absolute;
	float: right;
	padding:0;
	width:220px;
	text-align: right;
	color: #eee;
	margin-top:-10px;
}
#loc-list .list-label div{
	text-align:right;
	font-family:inherit;
	font-size:70px;
	letter-spacing:-.05em
}

#loc-list .one-supporter{
	position:absolute;
	width:30px;
	height:30px;
	right:10px;
	bottom:7px;
}

#loc-list .list-details{
	position:relative;
	float: left;
	max-width:210px;
	overflow:hidden;
}

#loc-list .list-content{
}

#loc-list .loc-dist{
	margin-top:2px;
	color: #aaa;
}

#loc-list li{
	position:relative;
	display: block;
	clear: left;
	float: left;
	margin: 0;
	padding:15px 0 15px 15px;
	cursor: pointer;
	width: 225px;
	border: 1px solid #fff; /* Adding this to prevent moving li elements when adding the list-focus class*/
}

#loc-list .list-focus{
	border: 1px solid rgba(82,168,236,0.9);
	-moz-box-shadow: 0 0 8px rgba(82,168,236,0.7);
	-webkit-box-shadow: 0 0 8px rgba(82,168,236,0.7);
	box-shadow: 0 0 8px rgba(82,168,236,0.7);
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#map-container .arial{
	font-family:inherit;
	color: #333;
	font-size: 12px;
}

#map-container .arial a{
	font-family:inherit;
}

#map-container .loc-name{
	font-family:inherit;
	color: #333;
	line-height:18px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -.025em;
}

#map-container .loc-level{
	margin-top:0;
}

#map-container .loc-addr{
	margin-top:8px;
}

#map-container .loc-addr, #map-container .loc-addr2, #map-container .loc-addr3{
	color: #555;
}

#map-container .loc-phone{
	margin-top:5px;
	font-size:18px;
	letter-spacing:-.02em;
	color:#555;
}

#search-form{
	clear: left;
	float: left;
	height: 60px;
}

#address{
	margin: 0 0 0 10px;
}

#submit{
	float: left;
	cursor: pointer;
	margin: 3px 0 0 10px;
	padding: 3px 6px;
	background: #ae2118;
	border: 1px solid #961f17;
	color: #fff;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}

#loading-map{
	float: left;
	margin: 4px 0 0 10px;
	width: 16px;
	height: 16px;
	background: url(../images/ajax-loader.gif) no-repeat;
}

#map{
	float: left; 
	width: 635px; 
	height: 530px; 
}

/* Infowindow Roboto font override */
.gm-style div, .gm-style span, .gm-style label, .gm-style a{
	font-family: inherit;
}

/* Modal window */

#overlay{
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     z-index: 10000;
     background: url(../images/overlay-bg.png) repeat;
}

#modal-window{
	position: absolute;
	left: 50%;
    margin-left: -460px; /* width divided by 2 */
    margin-top: 60px;
    width: 920px;
	height: 590px;
	z-index: 10010;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #656565;
}

#modal-content{
	float: left;
	padding: 0 22px; /* there's already a margin on the top of the map-container div */
}

#close-icon{
	position: absolute;
	top: -6px;
	right: -6px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: #2c2c2c url(../images/close-icon.png) 3px 3px no-repeat;
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: 0 0 3px #656565;
}


/* The following is for the geocode page and not the store locator */

#geocode-result{
	clear: left;
	float: left;
	margin-top: 30px;
	width: 100%;
}