.hm_blog_list:not(.hm_blog_full_list) .feature_inner {
	float: left;
	width: 30%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fbfbfb;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
/* SALES AND SERVIVE NETWORK */
#interactiveMap {
  position: relative;
}
#interactiveMap #map {
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
}
#interactiveMap svg {
  position: absolute;
  top: 0;
  left: 0;
}
#interactiveMap #mapOutput {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 390px;
}
#interactiveMap #mapOutput #allAreas {
  font-size: .85em;
  line-height: 1.2em;
  font-style: italic;
}
#interactiveMap #mapOutput h1 {
  margin: 2px 0 0 0;
}
#interactiveMap #mapOutput .rep {
  margin-bottom: 20px;
}
#interactiveMap #mapOutput .rep:last-child {
  margin-bottom: 0;
}
#interactiveMap .removeMargin {
  margin: 0;
}
#interactiveMap #allAreas .area:after {
  content: ", ";
}
#interactiveMap #allAreas .area:last-child:after {
  content: "";
}

/* GOOGLE MAPS */

.map-responsive{
    overflow:hidden;
    padding-bottom:20.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* YOUTUBE VIDEOS */

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* FORMS */

.form_row input[type="checkbox"] {
    display: inline-block;
    margin: 3px 5px 4px 0px;
}