/* >> ATSZ Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.contactsPageWrapper{@include shadow-depth1; display: block; width: 100%; margin: 20px 0; padding: 20px; background-color: white; border-radius: 2px;
	&:after{content: ''; position: absolute; width: 10px; height: 10px; top:0; left: -10px; background-image: url("../images/post-content-after.svg"); background-size: cover; }
.pageTitle { margin: 10px 0 20px; text-align: left; padding-bottom: 10px; color: #ccc; border-bottom: 1px solid #ccc;font-weight: bold; text-transform: uppercase;}
}
.contacts__statText{@extend %statText; }
