.contacts-widget.core-styles h3 { margin-top: 0; }
.contacts-widget.core-styles h6 { margin: 0 0 10px 0; }

@media screen and (max-width: 360px) {
	.contacts-widget .row .columns {
		width: 100%;
		float: none;
	}
}

.contacts-widget h2.department {
	margin-bottom: 20px;
}
.contacts-widget .contact-item {
	margin-bottom: 30px;
}

.contacts-widget a.phone {
	color: #008c98;
}

@media screen and (min-width: 1025px) {
	.contacts-widget a.phone {
		color:#444;
	}
}

/*
 * Local specialist widget
 */
.local-specialist-widget .image img {width: auto;}
.local-specialist-widget .contact-item > h5 {margin-bottom: 2px;}
.local-specialist-widget .contact-item > h4 {font-size: 22px;}

.toaster-popup .local-specialist-widget .contact-item > h4,
.toaster-popup .local-specialist-widget .contact-item > h5 {color: #fff;}
.toaster-popup .local-specialist-widget a {color: #fec830;}
