/*------------------------------------------------------*/
/* Late 2020 QM Styles 									*/

.headerWrapper header {
    max-width: 82.75rem;
}
#schoolTitleWrapper {
	max-width: 82.75rem;
}
#topMenuWrapper {
	max-width: 82.75rem;
}
@media (min-width: 768px) {
	h1.schoolTitle {
        padding-top: 14px;
		font-size:2rem;
    }
}
#contentElement {
   max-width: 82.75rem;
}
section #main, #main.section {
	max-width:882px;
}
.footerWrapper footer {
    max-width: 82.75rem;	
}
/*------------------------------------------------------*/

.social-list--circled .icon {fill:inherit }
.social-list--circled .icon--blue {fill:#0d3273;}
.social-list--circled .icon:hover, .social-list--circled .icon:focus {fill:#fff; }
.social-list--circled .social-list__service-link:hover, .social-list--circled .social-list__service-link:focus {
	background-color:#cea600;
	fill:#fff;
}