body {
	background: #f5f2ec;
}

#header h1 a {
	color: inherit;
}

#banner.tts-hero {
	background-color: #314f49;
	background-image: linear-gradient(rgba(40, 60, 56, 0.66), rgba(40, 60, 56, 0.66)), url("../../images/banner.jpg");
	background-position: center;
	background-size: cover;
	padding: 9em 2em 8em 2em;
}

#banner.tts-hero h2 {
	font-size: 3.1em;
	line-height: 1.08;
	margin: 0 auto 0.45em auto;
	max-width: 980px;
}

#banner.tts-hero p {
	font-size: 1.25em;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

#banner.tts-hero ul.actions li a.button {
	border: 1px solid lightgray;
}

.tts-intro .major {
	position: relative;
}

.tts-app-icon {
	border-radius: 22%;
	box-shadow: 0 1em 2em rgba(0, 0, 0, 0.18);
	display: block;
	height: 96px;
	margin: -0.5em auto 2em auto;
	width: 96px;
}

.tts-intro .image.featured img,
.tts-app-card .image.featured img {
	background: #f8f8f8;
	object-fit: contain;
}

.tts-features .icon.major.accent2 {
	background: #d26f4d;
}

.tts-features .icon.major.accent3 {
	background: #4f7f75;
}

.tts-features .icon.major.accent4 {
	background: #7d6a9b;
}

.tts-features .icon.major.accent5 {
	background: #b48b4f;
}

.tts-app-card .image.featured {
	background: #f8f8f8;
}

.tts-quotes blockquote {
	border-left: solid 4px #d26f4d;
	margin: 0;
	padding-left: 1.5em;
}

.tts-quotes blockquote h3 {
	font-size: 1em;
	margin-bottom: 0.75em;
}

.tts-quotes .actions {
	margin-top: 2em;
}

.tts-email-list {
	background: #fff;
	border-top: solid 4px #d26f4d;
}

.tts-email-list .major {
	margin-bottom: 1.5em;
}

.tts-message-grid section,
.tts-app-highlights section,
.tts-review-card,
.tts-theme-card {
	border-top: solid 1px #e5e5e5;
	padding-top: 1.75em;
}

.tts-message-grid .icon {
	color: #4a6b5f;
	font-size: 1.7em;
	margin-bottom: 0.75em;
}

.tts-app-highlights section,
.tts-review-card {
	min-height: 17em;
}

.tts-pullquote {
	color: #4a6b5f;
	font-size: 1.05em;
	font-style: italic;
	margin-bottom: 0;
}

.tts-review-card h3,
.tts-theme-card h3 {
	margin-bottom: 0.65em;
}

.tts-review-title {
	align-items: center;
	display: flex;
	gap: 0.85em;
	margin-bottom: 0.9em;
}

.tts-review-title h3 {
	margin-bottom: 0;
}

.tts-review-icon {
	border-radius: 22%;
	box-shadow: 0 0.45em 1em rgba(0, 0, 0, 0.14);
	flex: 0 0 auto;
	height: 48px;
	width: 48px;
}

.tts-review-card ul,
.tts-theme-card ul {
	margin-bottom: 0;
}

.tts-review-card li,
.tts-theme-card li {
	margin-bottom: 0.5em;
}

.tts-review-card .actions {
	margin-top: 1.25em;
}

.tts-review-hero {
	text-align: left;
}

.tts-review-hero-header {
	align-items: center;
	display: flex;
	gap: 1.25em;
	margin-bottom: 1.5em;
}

.tts-review-hero-header h3 {
	margin-bottom: 0.25em;
	margin-top: 0;
}

.tts-review-hero-header p {
	margin-bottom: 0;
}

.tts-review-hero-icon {
	border-radius: 22%;
	box-shadow: 0 0.7em 1.4em rgba(0, 0, 0, 0.16);
	flex: 0 0 auto;
	height: 84px;
	width: 84px;
}

.tts-review-summary {
	font-size: 1.08em;
}

.tts-review-detail blockquote {
	border-left: solid 4px #d26f4d;
	margin: 0 0 1.5em 0;
	padding-left: 1.5em;
}

.tts-review-detail h3 {
	margin-top: 1.5em;
}

.tts-review-detail h3:first-child {
	margin-top: 0;
}

.tts-review-detail .tts-theme-card h3 {
	margin-top: 0;
}

.tts-review-theme-group {
	border-top: solid 1px #e5e5e5;
	margin-top: 1.75em;
	padding-top: 1.75em;
}

.tts-review-theme-group:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.tts-review-theme-group h3 {
	margin-bottom: 0.65em;
	margin-top: 0;
}

.tts-related-reviews .button {
	margin-bottom: 0.75em;
}

.tts-download {
	background: #4a6b5f;
	color: #fff;
	padding: 4em 2em;
	text-align: center;
}

.tts-download h2,
.tts-download p {
	color: #fff;
}

.tts-store-badges {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1.5em 0 0 0;
}

.tts-store-badges li {
	padding: 0.4em;
}

.tts-store-badges img {
	border: 0;
	display: block;
	height: 60px;
	width: auto;
}

.tts-list-card {
	min-height: 19em;
}

.tts-check-list {
	list-style: none;
	padding-left: 0;
}

.tts-check-list li {
	margin: 0.75em 0;
	padding-left: 2em;
	position: relative;
}

.tts-check-list li:before {
	color: #4a6b5f;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 0;
}

.tts-contact section + section {
	border-top: solid 1px #e5e5e5;
	margin-top: 2em;
	padding-top: 2em;
}

.tts-policy h3 {
	margin-top: 2em;
}

@media screen and (max-width: 736px) {
	#banner.tts-hero {
		padding: 6em 1.5em 5.5em 1.5em;
	}

	#banner.tts-hero h2 {
		font-size: 2em;
	}

	#banner.tts-hero p {
		font-size: 1em;
	}

	.tts-store-badges {
		display: block;
	}

	.tts-store-badges img {
		margin: 0 auto;
		max-width: 100%;
	}

	.tts-review-hero-header {
		align-items: flex-start;
	}

	.tts-review-hero-icon {
		height: 64px;
		width: 64px;
	}
}

.tts-cookie-consent {
	align-items: center;
	background: #ffffff;
	border-top: solid 1px #d8d8d8;
	bottom: 0;
	box-shadow: 0 -0.75em 2em rgba(0, 0, 0, 0.14);
	display: flex;
	gap: 1.25em;
	left: 0;
	padding: 1.1em max(1.25em, calc((100vw - 1100px) / 2));
	position: fixed;
	width: 100%;
	z-index: 10000;
}

.tts-cookie-consent[hidden] {
	display: none;
}

.tts-cookie-consent__content {
	flex: 1 1 auto;
}

.tts-cookie-consent h2 {
	font-size: 1.05em;
	margin: 0 0 0.35em 0;
}

.tts-cookie-consent p {
	font-size: 0.95em;
	line-height: 1.55;
	margin: 0;
}

.tts-cookie-consent__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 0.75em;
}

.tts-cookie-consent__actions .button {
	margin: 0;
}

@media screen and (max-width: 736px) {
	.tts-cookie-consent {
		align-items: stretch;
		bottom: 0;
		flex-direction: column;
		gap: 1em;
		padding: 1em;
		width: 100%;
	}

	.tts-cookie-consent__actions {
		flex-direction: column-reverse;
		gap: 0.6em;
	}

	.tts-cookie-consent__actions .button {
		width: 100%;
	}
}
