.map_vrt{
	margin-top: -20px;
	margin-bottom: -20px;
}
.contact_bar{
}
.contact_bar_item{
	text-align: center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}
.contact_bar_item:last-of-type{
    border-right: 0px solid #ccc;
}
.contact_bar .connect_social_icon{
	width: 40px;
	height: 40px;
	margin-right: 0px;
	display: inline-block;
	vertical-align: middle;
}
.contact_bar .connect_social_icon svg{
	width: 40px;
	height: 40px;
}
.contact_bar .connect_social_icon .SI_solid{
	fill: #aaa;
}
.contact_bar .connect_social_icon .SI_stroke{
	stroke: #aaa;
}
.contact_bar .connect_social_icon .SI_void{
	fill: none !important;
}
.contact_bar p {
	display: inline-block;
	vertical-align: middle;
	color: #999;
}


.org_hrs_wrapper{
	max-width: 300px;
	margin: auto;
}
	.org_hrs_wrapper .t_row{
		argin-left: -50px;
	}
		.org_hrs_wrapper .t_row .t_status{
			margin-left: -40px;
		}
		.org_hrs_wrapper .t_row .t_open{
			margin-right: -20px;
		}
		.org_hrs_wrapper .t_row .t_close{
			margin-left: -20px;
		}

.request_text_spacer{
	margin-top: 0;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
	.contact_bar_item {
	    border-right: 0px solid #ccc;
	    margin-bottom: 10px;
	}
}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}