.map-contact-info{
	width: 280px;
	position: relative;
	z-index: 10;
	/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.getaquote{
	background: url(../images/get-a-quote-3.png) no-repeat center right;
	height: 135px;
	position: relative;
	width: 360px;
	margin-top: -60px;
	margin-left: 15px;
}

.getaquote a:first-child{
	color: #00b400;
	font-size: 28px;
	font-weight: 600;
	display: block;
	position: absolute;
	bottom: 15px;
	font-family: jaf-bernino-sans-condensed,sans-serif;
	left: 22px;
}

.assignpostal{
	margin-top: 10px;
	color: #878787;
	line-height: 20px;
	font-size: 12px;
	max-width: 370px;
}

.contactuslogo{
	position: absolute;
	width: 120px;
	height: 106px;
	right: 0;
}

#searchresulttext{
	margin: 0px;
	background: #275a87;
	text-align: center;
	color: #fff;
}

.map-bubble-container{
	min-width:360px;
	min-height:190px;
}

@media screen and (max-width: 900px) {
	.getaquote{
		margin-left: 0 !important;
	}
}

@media screen and (max-width: 420px) {
	.map-bubble-container{
		min-width: 0;
	}
	.map-contact-info{
		width: 180px;
	}
	
	.getaquote{
		background-image: url(../images/get-a-quote-4.png);
		margin: -32px 0 0;
		width: 95%;
		height: 80px;
	}
	
	.getaquote a:first-child{
		font-size: 19px;
		bottom: 7px;
	}
	
	.assignpostal{
		width: 100%;
	}
	
	.contactuslogo{
		width: 80px;
		height: 71px;
	}
	
	span.forsale{
		margin: 0;
	}
}