/* Intended as a temp measure to be rolled in to the main theme once a complete restructure of its SASS is done */
/* There is also a font override in app.css of all 'Merriweather, serif' with 'Arial, sans-serif' (with a capital A, 1 lowercase instance already existed) */

.social-icon-youtube, .social-icon-twitter, .social-icon-facebook {
	background:url('../images/base/social-icons.png');
}

.social-icon-youtube {
    background-position: -70px 0;
}

.social-icon-facebook {
    background-position: -35px 0;
}

.social-icon-twitter {
	background-position: 0px 0;
}

/*Alter the Support pages blue info box anchors to the alternate yellow for improved contrast */
.support-page .article-content .info-box--blue a {
    color: #fed266;
}
/* .... & make other article anchors consistent, as some were support Brown and others generic Blue */
.support-page .article-content a {
    color: #856e37;
}
/* Clear the People section list items to enable aligned image use within item */
.additional-interests li {
    clear: both;
}