/* ACS Data Helper - Frontend Styles */

/* Template sections wrapper */
.acs_helper_section {
	display: inline-block;
    width: 100%;
	vertical-align: top;
}
.acs_helper_section+.acs_helper_section {
    padding-top: 30px;
}

/* Institutions section */
ol.acs-institutions-list {
    column-count: 2;
    column-gap: 30px;
    margin: 0px;
}
@media (max-width: 640px) {
    ol.acs-institutions-list {
        column-count: 1;
    }
}