.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;
  line-height: 25px;
}

.getaquote{
	margin-top: 10px;
}

.getaquote a{
	background: #00b400;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	font-family: jaf-bernino-sans-condensed,sans-serif;
	display: inline-block;
	padding: 8px 15px;
	margin-top: 10px;
}

.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-height:190px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 16px;
  	line-height: 22px;
	min-width: 280px;
	padding-right: 50px;
}

@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;
    }
	
	.assignpostal{
		width: 100%;
	}
	
	.contactuslogo{
		width: 80px;
		height: 71px;
	}
	
	span.forsale{
		margin: 0;
	}
}

.gm-style .gm-style-iw-d {
  margin-top:-32px
}
.gm-style-iw-chr {
  position:relative;
  z-index:10
}