.category-browser-search-container.distributor {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.dist-search {
	padding: 0 !important;
}

.dist-search .fa-search {
	top: 15px;
	right: 15px;
	color: #0070BA;
	font-size: 25px;
	width: 25px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.grid-wrapper.dist-wrapper {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	-ms-transition: height 0.2s;
	transition: height 0.2s;
}

.grid-item.us,
.grid-item.worldwide {
	width: 100%;
	max-width: 285px;
	display: block;
    float: left;
    letter-spacing: normal;
    position: relative;
    text-decoration: none;
    text-align: left;
    margin: 0 0 40px 0;
}

.grid-item.us {
	height: 180px;
}

.grid-item.worldwide {
	height: 245px;
}

.grid-item.worldwide h3 {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

.grid-item.us p,
.grid-item.worldwide p {
	margin: 5px 0;
}

.grid-item .dist-name {
	font-family: UniversLT-CondensedBold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: uppercase;
}

.grid-item.us .dist-name {
	border-bottom: 1px solid #CCC;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.grid-item .dist-name a {
	text-decoration: none;
}

.grid-item .dist-address span {
	display: none;
}

.grid-item .dist-contact .fa {
	margin-right: 10px;
	min-width: 16px;
	text-align: center;
}

@media (max-width: 640px) {
	.category-browser-search-container.distributor {
		margin-bottom: 30px;
	}
	.grid-item {
		margin-bottom: 30px;
	}

	.grid-item.us,
	.grid-item.worldwide {
		height: auto;
	}
}
