.section--dark .socialmedia__link {
    color: #fcfcff;
    background: rgba(0, 0, 0, 0);
}
.section--dark .copyright__link, .section--dark #copyright__link {
    color: #fff;
}
.ple-column-padding {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

/* All center Mobile */
@media only screen and (max-width: 768px) {
.component__title {
    text-align: center;
}
.blade__description.component__p {
    text-align: center;
}
.featuredblock__title {
    text-align: center !important;
}
.phone_footer__container--inner.editable__container--inner p {
    text-align: center;
}
.editable__container--inner.editable__container--inner h2 {
    text-align: center;
}
#breadcrumbs {
    display: flex;
    justify-content: center;
}
.pagetitle .text--left {
    justify-content: center;
}
h3 {
    text-align: center;
}
.wrap__page-content p, 
.wrap__page-content li {
    text-align: center !important;
}
.wrap__page-content ul {
    list-style-position: inside;
}
}
.section--dark .component__subtitle, .section--dark .stats-a .stats-item .stat__subtitle, .stats-a .stats-item .section--dark .stat__subtitle {
    color: #fff;
}.banner-a .banner__title {
    font-family: "oswald", Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 3.375rem;
    margin-bottom: 8px;
    font-weight: 300;
    font-style: normal;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.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.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%; }
}
.section--light .banner-a .banner__subtitle {
    color: #2b244a;
}