.frame-full-width.indexedsearch_pi2 {
	margin: 0 auto;
	padding: 0 24px;
}
@media (min-width: 992px) {
	.frame-full-width.indexedsearch_pi2 {
		margin: 0 auto;
		max-width: 75%;
		padding: 0;
	}
}
.tx-indexedsearch-searchbox {
	margin: 24px 0;
}
.tx-indexedsearch-searchbox .row.search-form-wrapper {
	justify-content: space-between;
	max-width: 996px;
	margin: 0 auto;
}
.tx-indexedsearch-searchbox .row.search-form-wrapper:hover #tx-indexedsearch-searchbox-button-submit {
	border-color: #E2382A;
	outline: 0;
	box-shadow: none;
}
.tx-indexedsearch-searchbox .row.search-form-wrapper:hover .tx-indexedsearch-searchbox-sword.form-control {
	border-color: #E2382A;
	outline: 0;
	box-shadow: none;
}
.tx-indexedsearch-form {
	padding-right: 0;
	padding-left: 0;
}
.tx-indexedsearch-form .tx-indexedsearch-searchbox-sword.form-control {
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2.3333333em;
	font-family: "Roboto Condensed Regular", sans;
	padding: 0 48px;
	height: 56px;
	border-radius: 16px 0 0 16px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 2px solid #000;
	border-right: 0;
	width: 100%;
	outline: none;
	cursor: pointer;
}
.tx-indexedsearch-form .tx-indexedsearch-searchbox-sword.form-control::placeholder {
	color: #D3D3D3;
}
.tx-indexedsearch-form .tx-indexedsearch-searchbox-sword.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #E2382A;
	outline: 0;
	box-shadow: none;
}
.tx-indexedsearch-search-submit {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
.tx-indexedsearch-search-submit .tx-indexedsearch-searchbox-button.btn-primary {
	border: 2px solid #000;
	border-left-color: #E2382A;
	border-radius: 0 16px 16px 0;
	padding: 8px 24px;
}
.tx-indexedsearch-search-submit .tx-indexedsearch-searchbox-button.btn-primary:hover,
.tx-indexedsearch-search-submit .tx-indexedsearch-searchbox-button.btn-primary:focus,
.tx-indexedsearch-search-submit .tx-indexedsearch-searchbox-button.btn-primary:active {
	color: #E2382A;
	background-color: #fff;
	border-color: #E2382A;
	outline: 0;
	box-shadow: none;
}
.tx-indexedsearch-search-results {
	margin: 24px 0;
}
.tx-indexedsearch-search-results h2 {
	text-align: center;
	margin: 70px auto 50px;
}
.tx-indexedsearch-search-results h3 {
	font-size: 1em;
	font-family: "Roboto Regular", sans;
	line-height: 1.6em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 0;
	text-transform: uppercase;
}
.tx-indexedsearch-search-results h3 span.tx-indexedsearch-percent {
	font-size: 20px;
	font-family: "Roboto Condensed Regular", sans;
}
.tx-indexedsearch-search-results p.result-count {
	margin-top: 20px;
}
.tx-indexedsearch-search-results p.tx-indexedsearch-description {
	line-height: 1.4em;
}
.tx-indexedsearch-search-results .tx-indexedsearch-info-sword {
	font-size: 0.9em;
}
.tx-indexedsearch-search-results .tx-indexedsearch-browsebox p {
	font-size: 1.2em;
	margin-bottom: 0;
	font-family: "Roboto Condensed Regular", sans;
}
.tx-indexedsearch-search-results .tx-indexedsearch-browsebox strong {
	font-weight: 100;
	font-family: "Roboto Condensed Bold", sans;
}
.tx-indexedsearch-search-results .tx-indexedsearch-browsebox ul {
	list-style: none;
	display: flex;
	margin: 24px 0 0 0;
	justify-content: center;
	padding-left: 0;
}
.tx-indexedsearch-search-results .tx-indexedsearch-browsebox ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0 5px;
}
.tx-indexedsearch-search-results .tx-indexedsearch-browsebox ul li a {
	color: #000;
	font-family: "Roboto Condensed Regular", sans;
	font-size: 1.2em;
	line-height: 2.33333em;
}
.tx-indexedsearch-search-results .tx-indexedsearch-browsebox ul li a:hover,
.tx-indexedsearch-search-results .tx-indexedsearch-browsebox ul li a:focus {
	color: #E2382A;
	text-decoration: none;
}
.tx-indexedsearch-search-results .tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage strong a {
	font-family: "Roboto Condensed Bold", sans;
}
.tx-indexedsearch-search-results .tx-indexedsearch-browsebox.below ul {
	margin-top: 48px;
	margin-bottom: 48px;
}
.tx-indexedsearch-search-results .tx-indexedsearch-res {
	margin-top: 32px;
}
.tx-indexedsearch-search-results .tx-indexedsearch-res .tx-indexedsearch-description strong.tx-indexedsearch-redMarkup {
	font-weight: 100;
	font-family: "Roboto Condensed Bold", sans;
}
@media (min-width: 1400px) {
	.tx-indexedsearch-search-results h2 {
		width: 85%;
	}
	.tx-indexedsearch-search-results {
		padding: 0 125px;
	}
}