/************************************************
$ Sidebar Request A Quote
************************************************/

body.request-a-quote .header-left {
	background-color: transparent;	
}

body.request-a-quote .location {
	margin-top: 30px;
}

body.request-a-quote .location:first-of-type {
	margin-top: 0px;
}

.sidebar .widget.mg-locations {
	padding-left: 35px;
	padding-right: 15px;	
}

/* Large desktop */
@media (min-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

.sidebar .widget.mg-locations {
	padding-left: 0px;
}

}

/* Landscape phones and down */
@media (max-width: 480px) {

}