#map {
    height: 400px;
    width: 100%;
    margin-bottom: 12px; 	   
}
.tx-hlz-places .places-grid {
    clear: both;
    margin: 0 auto;
}
.tx-hlz-places .place {
    width: 33.33333%;
    padding: 0 5px 10px;
    box-sizing: border-box;
}
.tx-hlz-places .place-col-12 {
    padding: 0;
    min-height: 280px;
    border: 1px solid #E5E5E5;
    box-shadow: rgba(0, 1, 1, 0.15) 0px 0px 10px 0px;
    position: relative;
}
.place-inner {
    padding: 0 18px 18px 18px;
    min-height: 193px;
}
.place .companyLogo {
    min-height: 80px;
    max-height: 80px;
    /* margin: 0 auto; */
}
.place .companyLogo img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
    height:auto;
}
.tx-hlz-places .place .companyName {
    margin: 0 0 8px 0;
    background-color: #ff0000;
    color: #ffffff;
    padding: 14px 3px 14px 8px;
    margin-bottom: 12px;
    border-radius: 0px;
    text-align: left;
}
#website .tx-hlz-places .place .companyName a {
    color: #ffffff;
    font-weight: 800;	
    font-size: 10pt; 
}
#website .tx-hlz-places ul.contact-info {
    list-style-type: none;
    padding: 0;
    margin: 8px 0 12px 0;
    font-size: 12px; 
}
#website .tx-hlz-places ul.contact-info li {
    padding: 0;
    margin: 0; 
    font-size: 12px;
    line-height: 1; 
}
#website .tx-hlz-places ul.contact-info li a {
    font-size: 12px; 
}
#website .tx-hlz-places ul.contact-info li span {
    font-size: 12px; 
}
.tx-hlz-places .place.isFirst {
    zzzmargin: 0 0 2% 0;
}
.tx-hlz-places .place .place-col {
    width: 48%;
    margin-right: 1%;
    clear: none;
    float: left; 
}
#website .tx-hlz-places .place a.phone {
    padding-left: 0;
    margin-bottom: 4px; 
}
.place .contactInfo .phone span {
    padding-left: 5px;
}

#website .tx-hlz-places .place .fax {
    padding-left: 26px;
    margin-bottom: 4px;
}
#website .tx-hlz-places ul.contact-info li a.website {
    padding-left: 26px;
    line-height: 18px;
    display: table;
    position:relative;
}
#website .tx-hlz-places ul.contact-info li a.website:before {
    content: "\ec91";
    font-size: 16px;
    padding-right: 10px;
    font-family: 'IcoMoon-Ultimate', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e30613;
    vertical-align: middle;
    position:absolute;
    top: 2px;
    left: 0;
}
.tx-hlz-places .moreButton {
    /*position: absolute; 
    bottom: 12px;
    zzzpadding: 0px 25px 0px 25px;*/
    width: 100%;
    border-radius: 0; 
}
#website .tx-hlz-places .moreButton .internal-link.button {
    /*! height: 10px !important; */
    padding: 0px 25px 0px 25px;
}
#website .tx-hlz-places .moreButton p.align-left.no-margin {
    padding: 0 !important;
    /* line-height: 1 !important; */
    /* font-size: 11px; */
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: grey;
    color: white;
}
.place .moreButton p a {
    color: white !important;
}
.places-grid .contactInfo {
    margin: 13px 0 0 0;
    min-height: 68px;
}
.places-grid .internal-link.button {
    width: 138px;
    text-align: center;
}

/*temporary css declarations to alter the main tempalate*/
/*
#website .aside-container {
    display: none !important; 
}
#website .content-container {
    padding: 60px 50px 60px 50px !important;
    width: 90% !important;
}
*/

/* responsive */
@media screen and (max-width: 992px) {
    .tx-hlz-places .place {
        width: 50%;
        padding: 0 10px 20px;
    }
}
@media screen and (max-width: 420px) {
    .tx-hlz-places .place {
        width: 100%;
    }
}