.node-type-locations #language,
.node-type-chs-hcp-node #language
{
    display: none!important;
}
.same-items-item {
    width: calc(25% - 10px);
    margin-right: 10px;
}

.same-items-item:nth-child(4n) {
    margin-right: none;
}

.hcp-preview-image {
    display: block;
    width: 100%;
    height: 60px;
    background-size: cover!important;
    background-position: center!important;
}

@media (max-width: 767px){
	.same-items-item {
		width: 100%;
	}
	.same-items-item .hcp-preview-image {
		min-height: 10em;	
	}
}
@media (max-width: 990px) and (min-width: 905px) {
    .locations .rsb ul {
        /*margin-left: 0!important;
        padding-left: 10px!important;*/
    }
}
@media (max-width: 932px) and (min-width: 768px) {
	.follow.header {
		margin-left: 0!important;
		width:100%!important;
	}
	.follow.header li a{
		margin-right: 0;
	}
}
@media (max-width: 802px) and (min-width: 751px) {
        .locations .rsb ul {
        margin-left: 0!important;
    }
}
@media (max-width: 990px) and (min-width: 751px) {
    .locations .rsb ul.follow.header li a{
        margin-right: 0!important;
    }
    .rsb .follow.header {
        /*width: 90%!important;*/
    }
    .locations .rsb ul {
        /*margin-left: 0!important;*/
    }
}