#map {
	margin-bottom: 20px;
	height: 500px;
	width: 100%;
}
#tx-ni-address-locator .text-media{
	border-bottom: 1px solid;
}
#tx-ni-address-locator .content__grid-link-base{
	text-decoration: none;
}
.info-window {
	width: 200px;
}

.location__result-tabs h2 {
	margin-bottom: 20px;
}

.location__result-tabs .location__results-tab-header ul {
	padding: 0px;
	list-style: none;
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
}

.location__result-tabs .location__results-tab-header ul li {
	display: table-cell;
	margin-bottom: 0;
	padding: 0;
}

.location__result-tabs .location__results-tab-header ul li a {
	border: 1px solid #ececec;
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ececec;
	position: relative;
	margin-right: 20px;
	font-size: 24px;
	height: 130px;
}

.location__result-tabs .location__results-tab-header ul li a .location__results-tab-header-count {
	display: inline-block;
	color: #000;
	background-color: #ececec;
	padding: 2.5px;
	margin-left: 10px;
	position: absolute;
	margin-top: -2.5px;
	right: 10px;
	top: 10px;
}

.location__result-tabs .location__results-tab-header ul li a.location__active {
	color: #000;
	background-color: #ececec;
	border-color: #ececec;
	border-bottom-color: transparent;
}

.location__result-tabs .location__results-tab-header ul li a.location__active .location__results-tab-header-count {
	background-color: #ececec;
}

.location__result-tabs .location__results-tab-header ul li a:hover {
	text-decoration: none;
}

.location__result-tabs .location__results-tab-header ul li:before {
	display: none;
}

.location__result-tabs .location__results-wrapper {
	margin-bottom: 40px;
}

.location__result-tabs .location__results-wrapper .location__results-tab {
	display: none;
	opacity: 0;
	transition: opacity 0.3s linear;
}

.location__result-tabs .location__results-wrapper .location__results-tab .location__results-result {
	margin-bottom: 20px;
}

.location__result-tabs .location__results-wrapper .location__results-tab .location__results-result a {
	color: inherit;
}

.location__result-tabs .location__results-wrapper .location__results-tab .location__results-result .location__results-result-headline {
	color: #ececec;
	margin-bottom: 5px;
}

.location__result-tabs .location__results-wrapper .location__results-tab.location__shown {
	display: block;
	opacity: 1;
}

.location__result-tabs .location__results-tab-footer {
	text-align: right;
}

.location__result-tabs .location__results-tab-footer .location__results-tab-footer-single {
	color: #ececec;
	text-transform: uppercase;
	position: relative;
	padding-right: 35px;
}

.location__result-tabs .location__results-tab-footer .location__results-tab-footer-single:hover {
	text-decoration: none;
}

.location__result-tabs .location__results-tab-footer .location__results-tab-footer-single:after {
	content: "";
	background-image: url("../Images/more.png");
	background-position: center center;
	background-size: 10px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: -2px;
	right: 0px;
	width: 25px;
	height: 25px;
	background-color: #ececec;
	border: 1px solid #c5c5c5;
}

.location__result-tabs .location__results-tab-footer ul {
	list-style: none;
}

.location__result-tabs .location__results-tab-footer ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

.location__result-tabs .location__results-tab-footer ul li a {
	color: #ececec;
}

.location__result-tabs .location__results-tab-footer ul li.location__pagination {
	width: 22px;
	height: 22px;
	background-color: #ececec;
	text-align: center;
}

.location__result-tabs .location__results-tab-footer ul li.location__pagination a {
	color: #fff;
}

.location__result-tabs .location__results-tab-footer ul li.location__pagination a span {
	font-size: 24px;
	display: block;
	line-height: 18px;
}

.location__result-tabs .location__results-tab-footer ul li.location__pagination a:hover {
	text-decoration: none;
}

.location__result-tabs .location__results-tab-footer ul li.location__pagination:first-child, .location__result-tabs .location__results-tab-footer ul li.location__pagination:last-child {
	margin: 0px;
}

