.tps_categoryFooter {
	max-width: 1240px;
	padding: 20px 0 50px 0;
	margin: auto;
}

.tps_categoryFooter h2 {
	font-size: 16.2px;
	color: #62564a;
	border-bottom: 2px solid #62564a;
	padding: 30px 0;
	text-align: center;
}


.tps_categoryFooter a {
	color: #545050;
}

.tps_categoryFooter p,
.tps_categoryFooter li,
.tps_categoryFooter h3,
.tps_categoryFooter h4,
.tps_categoryFooter h5,
.tps_categoryFooter h6 {
	font-size: 12.6px;
	color: #545050;
	margin: 20px 0;
}

.tps_categoryFooter h3 {
	font-weight: bold;
}

.tps_categoryFooter_accordion {
	padding: 0 20px;
}

.tps_categoryFooter_accordion h2 {
	width: 100%;
	cursor: pointer;
	position: relative;
	font-size: 12.6px;
	color: #545050;
	margin: 20px 0;
	border-bottom: none;
	padding: 0;
	text-align: left;
}


.tps_categoryFooter_accordion > p,
.tps_categoryFooter_accordion > ul,
.tps_categoryFooter_accordion > h1,
.tps_categoryFooter_accordion > h3,
.tps_categoryFooter_accordion > h4,
.tps_categoryFooter_accordion > h4,
.tps_categoryFooter_accordion > h5,
.tps_categoryFooter_accordion > h6 {
	max-height: 0;
	height: 100%;
	overflow: hidden;
	margin: 0;
	transition: 0.2s;
}


.tps_categoryFooter_accordionActiveContent {
	max-height: 500px !important;
	margin: 10px 0!important;
}

.tps_categoryFooter_accordionPlus {
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: 2;
	cursor: pointer;
	right: 0;
	top: 6px;
}

.tps_categoryFooter_accordionPlus::before, .tps_categoryFooter_accordionPlus::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 12px;
	background: rgb(0, 0, 0);
	transition: transform 150ms ease 0s;
}

.tps_categoryFooter_accordionPlus::before {
	transform: none;
}

.tps_categoryFooter_accordionPlus::after {
	transform-origin: center center;
	transform: rotate(90deg);
}

.tps_categoryFooter_accordionActive .tps_categoryFooter_accordionPlus::after {
	transform: none;
}
.tps_categoryFooter_extraContent {
	transition: 0.3s;
	max-height: 0;
	height: 100%;
	overflow: hidden;
}
.tps_categoryFooter_extraContentActive {
	max-height: 900px;
}

.tps_categoryFooter_ShowExtraContent {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
}

.tps_categoryFooter_ShowExtraContent:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.tps_categoryFooter_content {
		padding: 0 20px;
	}
}
