
.contact-form,
.contact-map {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    display: inline;
    border-radius: 4px;
    padding: 20px;
    float: left;
    width: 100%;
	color:#666;
}
.contact-map .address {
	min-height:54px;
	overflow: hidden;
	white-space: normal !important;
}
.contact-map {
    margin-bottom: 15px;
}
.contact-map [class*="col"] {
	z-index: 5;
	display: flex;
	flex-direction: row;
}
.contact-map h3 {
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
    color: var(--color-0);
}
.contact-map #map-canvas {
    margin: 15px 0 0 0;
    height: 270px !important;
}
.contact-map .fa-stack {
    margin-right: 5px;
	width:32px;
	height:32px;
}
.contact-map .fas, .contact-map .fa {
    margin-right: 10px;
}
.contact-map > .row > div {
    white-space: nowrap;
}

.contact-map .fixtext {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    max-width:260px;
    display:inline-block;
    line-height:2em;
}