.main {
	overflow: initial;
}

h2 + h3 {
	margin-top: 1.6em;
}

p.divider-bottom {
	padding-bottom: 3em;
	margin-bottom: 3em;
}

.hero-lockup {
	position: relative;
	display: block;
	margin-top: 2em;
	width: 100%;
	height: auto;
}

.column-flex.large-9 h2 img {
	display: block;
	margin-top: -10px;
	margin-bottom: 0.4em;
}

@media only screen and (max-width: 734px) {
	h2#getting-started {
		margin-top: 2em;
	}
	p.divider-bottom {
		padding-bottom: 2em;
		margin-bottom: 2em;
	}
}

/* ----- sidenav ----- */

.column-sidenav {
	height: 100%;
}

.headline-divider {
	margin-top: 1.6em;
	padding-top: 1.6em;
	border-top: 1px solid #e3e3e3;
}

.row-flex {
	display: flex;
}

.row-flex .column-flex > .row-flex {
	margin-top: 2em;
}

.row-flex + h4 {
	margin-top: 1.6em;
}

.column-flex-center {
	align-self: center;
}

ul.links.small li > a {
	display: initial;
}

.compound-item-list li > ul li {
	margin-bottom: 0;
}

@media only screen and (max-width: 734px) {
	h3 {
		margin-top: 1.6em;
	}
	.row-flex {
		display: block;
	}
	.row-flex + p {
		margin-top: 0.8em;
	}
	.row-flex .column-flex > .row-flex {
		margin-top: 0;
		margin-bottom: 0;
	}
}

/* ========== Grid ========== */
#main section.section.section-hero {
	padding-bottom: 0;
}
