b {
    color: #409F89;
}
.itemState {
    text-transform: uppercase;
    font-size: 16px;
}
.itemImage {
    width: 70px;
}
.itemName {
    width: 250px;
    padding: 20px 0 0 10px;
}
.itemImage img {
    width: 100%;
}
.itemSocial a {
    color: #409F89;
}
.itemSocial a i {
    font-size: 18px;
    margin-right: 5px;
    color: #409F89;
}
#locatorResults {
    width: 30%;
    float: left;
}
#imageMap {
    width: 69%;
    float: right;
}
#imageMap img {
    width: 100%;
}

#imageMap {
    position: relative;
    min-height: 540px;
}
#mapContainer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.amabassadorItem {
    padding: 15px 0;
}
.amabassadorItem .itemLeft div {
    margin-bottom: 10px;
}

@media (max-width: 640px) {
    #locatorResults { width: 100% }
    #imageMap { display: none; }
}