#page-audiologist h1,
#page-authorized_dealers h1 {
    margin-top: 2rem;
    text-align: center;
}

#map_wrapper {
    padding-bottom: 10px;
}

#locations {
    padding-top: 10px;
}

#map_canvas {
    width: 100%;
    height: 65vh;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
}

.partner-btn {
    color: #ffffff;
    font-family: 'DIN Condensed', sans-serif;
    border-radius: .1em;
    background-color: #14171a;
    font-size: 15px;
    border: none;
    margin: 0;
}

.partner-btn:focus-visible {
    background-color: #14171a;
    border-color: #14171a;
}

#searchBar {
    margin-bottom: 12px;
}

#searchInput {
    background-image: url('/assets/jhaudio_customizations/images/searchicon.png');
    background-position: 10px 6px;
    background-repeat: no-repeat;
    width: 55%;
    font-size: 16px;
    padding: 5px 20px 5px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    color: #14171a;
}

#partner_list {
    height: 65vh;
    overflow-y: scroll;
    overflow-x: hidden;
    list-style-type: none;
    padding: 0;
    margin: 0px 0px 20px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
}

#partner_list li {
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f6f6f6;
    padding: 15px;
    text-decoration: none;
    font-size: 15px;
    color: black;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

#partner_list li:hover {
    background-color: #f2f2f2;
}

#partner_list .partner li a {
    color: #000;
}

.dropdown {
	position: relative;
    float: right;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #000;
	padding: 12px 16px;
	z-index: 1;
	font-family: "Oswald";
    color: #fff;
    width: 100%
}

.dropdown-content p {
	cursor: pointer;
	font-size: 1.2em;
}

.dropdown:hover .dropdown-content {
	display: block;
}

@media screen and (max-width: 992px) {
    #searchInput {
        width: 100%
    }
    .dropdown {
        float: none;
    }
    .dropdown button {
        width: 100%;
    }
    #map_canvas {
        margin-top: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    #map_canvas {
        margin-top: 0;
    }
}