.tps_staticpage_breadcrumbs {
	background: #f3f3f4;
	padding-left: 40px;
}

.tps_staticpage_hero {
    background: #f3f3f4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

@media (min-width: 768px) {
    .tps_staticpage_hero {
        min-height: 260px;
		padding-top: 0px;
		padding-bottom: 40px;
    }
}

.tps_staticpage_hero article {
	max-width: 700px;
}

.tps_staticpage_hero article p {
    text-align: center;
	font-size: 16px;
	padding: 0 20px;
}

.tps_staticpage_hero h1 {
    text-transform: uppercase;
    font-size: 32px;
    margin: 0;
	text-align: center;
    letter-spacing: 0.1rem;
}

@media (min-width: 768px) {
	.tps_staticpage_hero h1 {
		font-size: 28px;
		text-transform: uppercase;
	}

	.tps_staticpage_hero article p {
		line-height: 24px;
	}
}

.tps_staticpage_article {
	margin-bottom: 40px;
	color: #545050;
}

.tps_staticpage_article h1,
.tps_staticpage_article h2 {
	font-size: 27px;
	margin-bottom: 20px;
	font-weight: 400;
}

.tps_staticpage_article p,
.tps_staticpage_article li {
	font-size: 16px;
	line-height: 22px;
}

.tps_staticpage_article p {
	margin-bottom: 20px;
}
