.sample-component-bold-style {
	font-weight: bold;
}

.sample-component-italic-style {
	font-style: italic;
}

.contact-link {
    font-size: 1em;
    word-break: break-word;
    color: #fff!important;
    text-decoration: none;
    font-weight: 400;
    background: #da1a31;
    border-radius: 5px;
    padding: 10px 15px;
    display: block;
    text-align: center;
    max-width: 100%
}


.infoWindow {
    font-family: gotham ssm a,gotham ssm b,sans-serif;
    color: rgba(0,0,0,.68);
}
.infoWindow h5 {
    font-size: 13px;
    font-weight: 700
}

.infoWindow p {
    font-size: 12px
}