a.location__phone--link.piwik_ignore {
    font-size: 22px !important;
}

p.logo__caption.component__subtitle {
    font-size: 16px;
 }


p.logo__title.component__title {
    width: 210px;
}

.header-f .column-2 {
    width: 75%;
}

img.align-right.fr-fir.fr-dii {
    float: right;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.copyright__list {
    text-align: center;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {width: 100%;}
.span_1_of_2 {width: 49.5%;}
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.33%; }
.span_1_of_3 { width: 32.66%; }
/*  GRID OF FOUR  */
.span_4_of_4 { width: 100%; }
.span_3_of_4 { width: 74.75%; }
.span_2_of_4 { width: 49.5%; }
.span_1_of_4 { width: 24.25%; }
/*  GRID OF FIVE  */
.span_5_of_5 { width: 100%; }
.span_4_of_5 { width: 79.8%; }
.span_3_of_5 { width: 59.6%; }
.span_2_of_5 { width: 39.4%; }
.span_1_of_5 { width: 19.2%; }
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 	margin: 1% 0 1% 0%;	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}
.header-g .locations-a .location__phone a, .header-g .locations-a .location__phone div, .header-g .locations-a .location__email a, .header-g .locations-a .location__email div, .header-g .locations-a .location__fax a, .header-g .locations-a .location__fax div {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
	img.align-right.fr-fir.fr-dii {
    float: unset;
	display: block;
}
}

.testimonials .component__title-caption-wrap .component__subtitle {
	transform: none !important;
	    opacity: 1 !important;
    transition: unset !important;
        
}

h3.testimonials__title.component__title.animated {
    transition: none !important;
}

.testimonials .component__title-caption-wrap .component__title {
    	transform: none !important;
	    opacity: 1 !important;
    transition: unset !important;
}

.testimonials .testimonials-list {
	transform: none !important;
	    opacity: 1 !important;
    transition: unset !important;
        
}

.staff-single-column:not(.staff__slider) .staff-member.animated {
	    	transform: unset !important;
	    opacity: 1 !important;
    transition: unset !important;
}

.staff-single-column:not(.staff__slider) .staff-member {
		    	transform: none !important;
	    opacity: 1 !important;
    transition: unset !important;
}