.bg-alt {
	background-color: #f5f5f7;
}

.section-topics .row .large-6:first-of-type > * {
	margin-right: 64px;
}
.section-topics .row .large-6:last-of-type > * {
	margin-left: 64px;
}

.section-topics h4 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.icon-api {
	margin-top: 3em;
	margin-bottom: 1em;
	width: 48px;
	height: 48px;
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.section-topics .row:first-of-type .column .icon-api:first-of-type {
	margin-top: 0;
}

.icon-in-app-purchase {
	background-image: url("/app-store-connect/api/images/in-app-purchase.svg");
}
.icon-subscriptions {
	background-image: url("/app-store-connect/api/images/subscriptions.svg");
}
.icon-reviews {
	background-image: url("/app-store-connect/api/images/reviews.svg");
}
.icon-app-clips {
	background-image: url("/app-store-connect/api/images/app-clips.svg");
}
.icon-app-management {
	background-image: url("/app-store-connect/api/images/app-management.svg");
}
.icon-game-center {
	background-image: url("/app-store-connect/api/images/game-center.svg");
}
.icon-game-center-fill {
	background-image: url("/app-store-connect/api/images/game-center-fill.svg");
}
.icon-cloud {
	background-image: url("/app-store-connect/api/images/cloud.svg");
}
.icon-meta-data {
	background-image: url("/app-store-connect/api/images/meta-data.svg");
}
.icon-pricing {
	background-image: url("/app-store-connect/api/images/pricing.svg");
}
.icon-provisioning {
	background-image: url("/app-store-connect/api/images/provisioning.svg");
}
.icon-reporting {
	background-image: url("/app-store-connect/api/images/reporting.svg");
}
.icon-power {
	background-image: url("/app-store-connect/api/images/power.svg");
}
.icon-testflight {
	background-image: url("/app-store-connect/api/images/testflight.svg");
}
.icon-user-roles {
	background-image: url("/app-store-connect/api/images/user-roles.svg");
}

.icon-asc {
	margin: 0 auto 1em;
	width: 96px;
	height: 96px;
	background-size: 96px 96px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url("/assets/elements/icons/asc-outline/asc-outline-96x96.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.icon-asc {
		background-image: url("/assets/elements/icons/asc-outline/asc-outline-96x96_2x.png");
	}
}

@media only screen and (max-width: 734px) {
	.section-topics .row .large-6:first-of-type > * {
		margin-right: 0;
	}
	.section-topics .row .large-6:last-of-type > * {
		margin-left: 0;
	}
	.section-topics h4 {
		margin-top: 1.25em;
		margin-bottom: 0.5em;
	}
	.section-topics
		.row:first-of-type
		.column:last-of-type
		.icon-api:first-of-type {
		margin-top: 3em;
	}
}

/* ========== Grid ========== */
#main section.section.section-banner {
	padding-top: 1em;
	padding-bottom: 1em;
}
#main section.section.section-hero {
	padding-bottom: 2em;
}
#main section.section.section-resources {
	padding-bottom: 0;
}

@media only screen and (max-width: 734px) {
	#main section .section-content .row > .column {
		padding: 0;
	}
}
