@import url(fonts.css);
@import url(page-layout.css);

body {
	background-color: var(--body-background-color);
}

.main-content-container {
	display: flex;
	flex-direction: row;
}

.side {
	display: flex;
	justify-content: flex-start;
	flex-grow: 3; 
	flex-shrink: 0;
}

.main {
	display: flex;
	flex-grow: 6;
	overflow: hidden;
}

.sidenav {
	padding: 32px 0;
	margin-left: 30px;
	align-self: flex-start;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}

.sidenav .primary-title {
	padding: 6px 8px 6px 0;
	font-size: 16px;
	color: #818181;
	display: block;
	border: none;
	text-align: left;
	cursor: pointer;
}

.primary-title a {
	text-decoration: none;
}

.sidenav .subtitle-container {
	display: block;
	padding-left: 0;
	font-size: 14px;
}

.subtitle-container a {
	padding: 6px 8px 6px 0;
	text-decoration: none;
	display: block;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	outline: none;
	color: var(--content-title-color);
}

.stream {
	counter-reset: get-started-counter;
}

.stream-counter-increment {
	counter-increment: get-started-counter;
}

.gscard-counter {
	background-color: var(--content-title-color);
	color: var(--true-white);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 1.6875rem;
	display: block;
	line-height: 1.4;
	font-weight: 700;
	margin-top: 4px;
	float: left;
	text-align: center;
}

.gscard-image {
	max-width: 400px;
	margin-left: 60px;
}

.gscard-counter::before {
	content: counter(get-started-counter);
}

.gscard-image .imageblock.full {
	margin: 0;
}

.gscard-heading {
	text-align: left;
	margin-top: 1rem;
	color: var(--content-title-color);
	font-size: 18px;
}

.rich-text {
	font-size: 13px;
}

.rich-text ul {
	padding-left: 20px;
}

.no-image {
	margin-top: 0;
}

.imageblock.full {
	width: auto;
	max-width: none;
	margin: 2em 30px;
}

.imageblock img {
	margin: 0;
	display: block;
	border-radius: 3px;
	max-width: 100%;
}

.stream h4 {
	font-size: 1.17188em;
}

.rich-text li {
	line-height: 1.5;
}

@media only screen and (max-width: 900px) {
	.main-content-container {
		flex-direction: column;
	}
	.sidenav {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 39.99em) {
	.gscard-counter {
		position: absolute;
		top: -20px;
		left: -8px;
	}

	.gscard-image {
		margin: 0;
		padding-bottom: 1rem;
		border-bottom: thin solid var(--border-color);
	}

	.imageblock.full {
		float: none;
		width: 100%;
	}

	.stream h4 {
		font-size: 1.01562em;
		font-weight: 100;
		font-family: Lato,sans-serif;
		line-height: 1.4;
	}
}

@media screen and (max-width: 63.99em) and (min-width: 40em) {
	p {
		font-weight: 400;
		font-size: .9375rem;
		font-family: Lato,sans-serif;
		line-height: 1.4em;
	}

	.gscard-left, .gscard-right {
		float: left;
		display: block;
		width: 46%;
	}

	.gscard-left {
		margin-right: 5%;
	}

	.gscard-left:last-child, .gscard-right, .gscard-right:last-child {
		margin-right: 0;
	}

	.stream h4 {
		font-size: 1.17188em;
		font-weight: 100;
		font-family: Lato,sans-serif;
		line-height: 1.4;
	}
}

@media screen and (min-width: 64em) {
	.gscard-left {
		float: left;
		display: block;
		margin-right: 5%;
		width: 40.29137%;
	}

	.gscard-right {
		float: left;
		display: block;
		width: 53%;
	}

	.gscard-left:last-child, .gscard-right, .gscard-right:last-child {
		margin-right: 0;
	}

	.stream h4 {
		font-size: 1.32812em;
	}
}
