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

/* Tiles */
a.tile-link {
	display: block;
	text-decoration: none;
	color: #333333;
}
a.tile-link span.more {
	color: #0070c9;
}
a.tile-link .tile-wrap {
	padding: 20px 20px 30px;
	background-color: #fff;
	border-radius: 0.5em;
	border: 1px solid #e8e8e8;
	transition: box-shadow 0.2s ease-in-out;
}
a.tile-link:hover {
	cursor: pointer;
	text-decoration: none;
}
a.tile-link:hover span.more {
	text-decoration: underline;
	color: #0070c9;
}
a.tile-link:hover .tile-wrap {
	box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.01),
		0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.02);
	background-color: #fdfdfd;
}
a.tile-link .tile-wrap .typography-label {
	font-size: 22px;
}
@media only screen and (max-width: 734px) {
	a.tile-link .tile-wrap .typography-label {
		font-size: 21px;
	}
}

.tile-link {
	margin-top: 1.5em;
}

.tile-link,
.tile-wrap {
	width: 460px;
	height: 290px;
}

.topic-icon {
	margin: 0 0 1em 0;
	width: 96px;
	height: 96px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.svg-icon {
	margin: 0 0 1em;
	width: 56px;
	height: 56px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.code-icon {
	background-image: url("/assets/elements/icons/wwdr-unified/curly-brackets.svg");
}

.document-icon {
	background-image: url("/assets/elements/icons/wwdr-unified/document.svg");
}

.download-icon {
	background-image: url("/assets/elements/icons/wwdr-unified/download.svg");
}

.forums-icon {
	background-image: url("/assets/elements/icons/wwdr-unified/forum.svg");
}

.guidelines-icon {
	background-image: url("/assets/elements/icons/wwdr/wwdr-design-guidelines.svg");
}

.video-icon {
	background-image: url("/assets/elements/icons/wwdr-unified/play.svg");
}

@media only screen and (max-width: 1068px) {
	.tile-link,
	.tile-wrap {
		width: 315px;
		height: 318px;
	}
}

@media only screen and (max-width: 734px) {
	.tile-link {
		margin-bottom: -2em;
	}
	.tile-link,
	.tile-wrap {
		width: auto;
		height: auto;
	}
	.svg-icon {
		margin: 2em 0 1em;
	}
	.row:last-of-type > .column.small-12:last-of-type .block-link.tile-link {
		margin-bottom: 0;
	}
	.section-resources .row:not(:first-of-type) {
		padding-top: 0;
	}
	.section-resources .row:first-of-type .column:first-of-type .svg-icon {
		margin-top: 0;
	}
}

/* ========== Grid ========== */
#main section.section.section-hero {
	padding-bottom: 0;
}
#main section.section-hero .section-content .row.headline-row {
	margin-bottom: 2em;
}
#main section.section-resources .section-content .row:not(:first-of-type) {
	padding-top: 4em;
}

@media only screen and (max-width: 734px) {
	#main section.section.section-hero {
		padding-bottom: 0;
	}
	#main section.section-hero .section-content .row.headline-row {
		margin-bottom: 0;
	}
	#main section.section-resources .section-content .row:not(:first-of-type) {
		padding-top: 0;
	}
}
