.icon-wrapper .icon, .icon-wrapper .icon-after:after, .icon-wrapper .icon-before:before, .icon-wrapper .more:not(.icon-before):after {
    position: relative;
    top: -.03em;
}

em:lang(ko) {
    font-style: italic !important;
}

/* section-equity */
.section-equity .stories-headline{
    max-width: 570px;
}

@media only screen and (max-width:1068px){
    .section-equity .stories-headline{
        max-width: 500px;
    }
}

@media only screen and (max-width:734px){
    .section-equity .stories-headline{
        max-width: none;
    }
}

@media only screen and (min-width:735px){
    .section-equity #local .story-card .story-headline {
        max-width: 335px;
    }
}

/* section-educators */
@media only screen and (min-width:735px){
    .section-educators #peer-to-peer .story-card .story-headline{
        max-width: 384px;
    }
}

@media only screen and (max-width:734px){
    .story-card .story-headline{
        max-width: 140px;
    }
}

/* router */
@media only screen and (min-width: 1069px) {
	.section-router .routers .router-item-malala {
		grid-column: span 3;
	}
}

.overview-router-k12,
.overview-router-college-students,
.overview-router-higher-ed {
	height: auto;
}

@media only screen and (max-width: 1068px) {
    .links-stacked {
        margin-top: -0.5em;
    }
}
