.button-pill {
	border-radius: 1em;
}

.bg-yellow {
	background: linear-gradient(to bottom, #faf2d5 0%, #ffffff 100%);
}

.bg-blue {
	background-color: #e7f1fb;
}

.bg-grad-down {
	background: linear-gradient(to bottom, #e7f1fb 0%, #ffffff 100%);
}

ul.columns {
	columns: 2;
}

ul li {
	margin-bottom: 0.6em;
}

.column.large-6 p + *:not(ul) {
	margin-top: 1.5em;
}

.icon-topic {
	margin: 8px auto 0;
	width: 96px;
	height: 96px;
	background-size: 96px 96px;
	background-position: center;
	background-repeat: no-repeat;
}
.icon-software {
	background-image: url("/assets/elements/icons/settings-update/settings-update-96x96_2x.png");
}

.icon-services {
	background-image: url("/assets/elements/icons/sdk-14/sdk-14-96x96_2x.png");
}

.icon-distribution {
	background-image: url("/assets/elements/icons/asc-outline/asc-outline-96x96_2x.png");
}

.icon-identity {
	background-image: url("/programs/images/id-outline-96x96_2x.png");
}

.icon-events {
	background-image: url("/assets/elements/icons/forum/forum-96x96_2x.png");
}

.icon-support {
	background-image: url("/assets/elements/icons/feedback-assistant-ios/feedback-assistant-ios-96x96_2x.png");
}

@media only screen and (max-width: 1068px) {
	.icon-topic {
		margin: 3px auto 0;
	}
}

@media only screen and (max-width: 734px) {
	.icon-topic {
		margin: 0 0 -1em;
	}
}

/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section.section.section-software {
	padding-top: 0;
}
#main section .section-content.divider-top {
	padding-top: 4em;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}
#main section .section-content .row .column.large-6:nth-of-type(odd) {
	padding-top: 1em;
	padding-right: 20px;
}
#main section .section-content .row .column.large-6:nth-of-type(even) {
	padding-top: 1em;
	padding-left: 20px;
}

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

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	#main section.section.section-software {
		padding-top: 0;
	}
	#main section .section-content.divider-top {
		padding-top: 2em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 1em 0;
	}
	#main section .section-content .row .column.large-6:nth-of-type(odd) {
		padding-right: 0;
	}
	#main section .section-content .row .column.large-6:nth-of-type(even) {
		padding-left: 0;
	}
}
