.issuefinder {
	background: #F2F6F8;
}
@media (min-width:1200px) {
	.issuefinder {
		min-height: 945px;
	}
}

.issuefinder .text_orange_bold {
	color: #FF6700;
	font-family: 'Benton Sans Med', Arial, sans-serif;
}

.issuefinder .headline_row .module_headline p {
	max-width: 360px;
	margin: 0 auto;
	font-family: 'Benton Sans Lt', Arial, sans-serif;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
}
@media (min-width:768px) {
	.issuefinder .headline_row .module_headline p {
		max-width: 600px;
	}
}
@media (min-width:992px) {
	.issuefinder .headline_row .module_headline p {
		font-size: 32px;
		line-height: 48px;
	}
}

.issuefinder .headline_row {
	margin-top: 20px;
}
@media (min-width:768px) {
	.issuefinder .headline_row {
		margin-top: 40px;
	}
}
.issuefinder .btn_group_row {
	margin-top: 25px;
	text-align: center;
}
@media (min-width:768px) {
	.issuefinder .btn_group_row {
		margin-top: 48px;
		text-align: center;
	}
}

.issuefinder .btn_group_row .btn-primary {
	margin-top: 0;
	margin-bottom: 0;
	min-width: 238px;
	border: 1px solid #698A95;
	font-size: 14px;
	background-color: #fff;
	color: #698A95;
	line-height: 21px;
	font-family: 'Benton Sans Reg', Arial, sans-serif;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	padding: 9px 15px 8px 15px;
}

.issuefinder .btn_group_row .btn-primary.active {
	background-color: #FF6700;
	color: #fff;
	border-color: #FF6700;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.issuefinder .btn_group_row .btn-primary:first-of-type {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.issuefinder .btn_group_row .btn-primary:last-of-type {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.issuefinder .asset_number p {
	margin-top: 30px;
	font-size: 16px;
}

.issuefinder .asset_inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.issuefinder .asset_inputs .inner {
	position: relative;
	flex: 1;
}

.issuefinder .asset_inputs .read_only {
	color: #698A95;
}

.issuefinder .asset_inputs .read_only.asset_range_min {
	display: inline-block;
	position: absolute;
	margin: 0;
	top: 20px;
	left: 0;
}

.issuefinder .asset_inputs .read_only.asset_range_max {
	display: inline-block;
	position: absolute;
	margin: 0;
	top: 20px;
	right: 0;
}

.issuefinder .asset_inputs .asset_num_input {
	display: inline-block;
	margin-left: 15px;
	border-radius: 3px;
	min-width: 100px;
	width: 100px;
	border: 1px solid #698A95;
	text-align: center;
}

.issuefinder .asset_inputs .asset_num_input:focus {
	border-color: #FF6700;
}

.issuefinder .rangeslider {
	background: #BCCACE;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.issuefinder .rangeslider__fill {
	background: #FF5122;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.issuefinder .rangeslider--horizontal {
	-webkit-appearance: none;
	height: 4px;
}

.issuefinder .rangeslider--horizontal .rangeslider__handle {
	top: -10px;
}

.issuefinder .rangeslider__handle {
	width: 24px;
	height: 24px;
	background: #FF5122;
	cursor: pointer;
	border-radius: 50%;
	background-image: none;
	border: none;
	-webkit-box-shadow: 0px 5px 15px #0F2C3519;
	box-shadow: 0px 5px 15px #0F2C3519;
	position: relative;
	transition: transform .3s ease-out;
	z-index: 1;
}

.issuefinder .rangeslider__handle__value {
	position: absolute;
	top: 31px;
	left: 50%;
	transform: translateX(-50%) scale(0.8);
	background: #0F2C35;
	border-radius: 6px;
	color: #fff;
	padding: 11px 14px 9px 14px;
	font-size: 16px;
	line-height: 24px;
	z-index: 1;
	opacity: 0;
	transition: opacity .3s ease-out;
}

.issuefinder .rangeslider__handle__value::after {
	content: '';
	position: absolute;
	left: 50%;
	top: -7px;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 8px solid #0F2C35;
	transform: translateX(-50%);
}

.issuefinder .rangeslider.rangeslider--active .rangeslider__handle,
.issuefinder .rangeslider__handle:hover {
	transform: scale(1.3);
}

.issuefinder .rangeslider.rangeslider--active .rangeslider__handle__value,
.issuefinder .rangeslider__handle:hover .rangeslider__handle__value {
	opacity: 1;
}

.issuefinder .rangeslider__handle:after {
	display: none;
}

.issuefinder .asset_types {
	margin-top: 60px;
}

.issuefinder .asset_types .fake_checkboxes .btn-primary {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-color: #738993;
	border-radius: 25px !important;
	padding: 5px 8px 4px 8px;
	font-size: 14px;
	color: #fff;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 0;
	min-width: unset;
	outline:none;
}

.issuefinder .asset_types .fake_checkboxes .btn-primary.active {
	background-color: #FF6700;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.issuefinder .asset_types .fake_checkboxes .btn-primary:hover {
	background-color: #FF6700;
	-webkit-box-shadow: 0px 5px 15px #0F2C353F;
	box-shadow: 0px 5px 15px #0F2C353F;
}

.issuefinder .type_of_industry {
	margin-top: 35px;
}

.issuefinder .type_of_industry .flex_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.issuefinder .type_of_industry .section_heading {
	margin-bottom: 15px;
}

.issuefinder .type_of_industry .industry_box {
	border-left: 5px solid transparent;
	-webkit-box-shadow: 0px 15px 30px #0F2C3519;
	box-shadow: 0px 15px 30px #0F2C3519;
	border-radius: 6px;
	background-color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc(50% - 15px);
	flex: 1 0 calc(50% - 15px);
	-webkit-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
	cursor: pointer;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: calc(50% - 15px);
}

.issuefinder .type_of_industry .industry_box.active {
	background-color: #FFEDE0;
	border-color: #FF6700;
}

.issuefinder .type_of_industry .industry_box:hover {
	background: #FFEDE0;
}

.issuefinder .type_of_industry .industry_box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.issuefinder .type_of_industry .industry_box .checkbox_tick {
	position: absolute;
	top: 22px;
	left: 18px;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border: 2px solid #0f2c35;
	border-radius: 3px;
}

.issuefinder .type_of_industry .industry_box input:checked~.checkbox_tick {
	background-color: #0F2C35;
}

.issuefinder .type_of_industry .industry_box .checkbox_tick:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.issuefinder .type_of_industry .industry_box input:checked~.checkbox_tick:after {
	display: block;
}

.issuefinder .type_of_industry .industry_box .category_icon {
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 44px;
	margin-left: 51px;
}

.issuefinder .type_of_industry .industry_box .category_icon_35 {
	background-image: url('vhs-assets-css-ea4a9ba4db04799100e05f4a2a173311.svg');
}
.issuefinder .type_of_industry .industry_box .category_icon_36 {
	background-image: url('vhs-assets-css-f1cc63f5a4b92663ba1d98a2ce2f5e0c.svg');
}
.issuefinder .type_of_industry .industry_box .category_icon_37 {
	background-image: url('vhs-assets-css-fc0458bbebf9be90007ea5242a755fe2.svg');
}
.issuefinder .type_of_industry .industry_box .category_icon_38 {
	background-image: url('vhs-assets-css-5124472a3fdd3075ac182e9d01a7f3d1.svg');
}
.issuefinder .type_of_industry .industry_box .category_icon_39 {
	background-image: url('vhs-assets-css-fbd82e096af1355bf29efcdde13dc630.svg');
}
.issuefinder .type_of_industry .industry_box .category_icon_40 {
	background-image: url('vhs-assets-css-a0a943cc4b4c244c9a5b4992cd6f7cc9.svg');
}

.issuefinder .type_of_industry .industry_box .text {
	display: inline-block;
	margin-left: 10px;
}

.issuefinder .slider .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin: 0 !important;
}

.issuefinder .slider .slick-list {
	/* margin: 0 -20px; */
	/* padding: 0 50% 0 0; */
	overflow: visible;
}

.issuefinder .slider .slick-slide {
	overflow: hidden;
	/* margin: 0 20px; */
	position: relative;
	width: 357px;
	cursor: pointer;
	height: 345px;
	height: inherit !important;
	margin-right: 30px;
	padding: 0px;
	box-shadow: 0px 15px 30px #0F2C351A;
}

.issuefinder .slider .slick-slide .slide_inner {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.issuefinder .slider .slick-slide>div {
	height: 100%;
}

.issuefinder .slick-slider {
	/*margin-top: 200px;*/
	margin-top: 62px;
	/* margin-left: -30px; */
	overflow: hidden;
	/* height: 422px; */
	padding-bottom: 44px;
}

.issuefinder .slider .category_top {
	position: absolute;
	right: 0;
	top: 0;
	background: #049B44;
	padding: 3px 8px;
	font-size: 12px;
	color: #fff;
	border-radius: 6px;
	line-height: 18px;
}

.issuefinder .slider .image_container {
	height: 126px;
	min-height: 126px;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
@media screen and (min-width: 2000px) {
	/* .issuefinder .slider .image_container {
		height:450px;
	} */
	.issuefinder .slider .slick-slide {
		flex: 0 0 7% !important;
	}
}
@media screen and (min-width: 3000px) {
	.issuefinder .slider .slick-slide {
		flex: 0 0 6% !important;
	}
}

.issuefinder .slider .image_container .img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 25%;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.issuefinder .slider_col {
	padding-left: 40px;
}

.issuefinder .slider .card_title {
	margin: 0;
}

.issuefinder .slider .card_title a {
	font-size: 18px;
	text-decoration: none;
	line-height: 27px;
	color: #0F2C35;
}

.issuefinder .slider .card_title a:hover {
	text-decoration: underline;
}

.issuefinder .slider .date_icon {
	display: inline-block;
	background-image: url('vhs-assets-css-1c844af9417fc5652088f34dda4c767f.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	position: relative;
	top: 7px;
}

.issuefinder .slider .date_link {
	padding-bottom: 15px;
	border-bottom: 1px solid #B1B1B1;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #0F2C35;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
}

.issuefinder .slider .date_link .btn {
	margin-left: auto;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	border-color: #0F2C35;
	background-color: #0F2C35;
	border-radius: 3px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.issuefinder .slider .date_link .btn:hover {
	background-color: #4B5D66;
	-webkit-box-shadow: 0px 5px 15px #0F2C353F;
	box-shadow: 0px 5px 15px #0F2C353F;
}

.issuefinder .slider .date_link .btn:focus {
	border-color: #0F2C35;
	background-color: #4B5D66;
	-webkit-box-shadow: 0px 5px 15px #0F2C353F;
	box-shadow: 0px 5px 15px #0F2C353F;
}

.issuefinder .slider .ipright_pill {
	font-size: 12px;
	color: #fff;
	border-radius: 25px;
	background: #FF6700;
	padding: 1px 8px;
	margin-right: 12px;
	margin-bottom: 5px;
	display: inline-block;
}

.issuefinder .slider .card_inner {
	padding: 15px 30px;
	background: #fff;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	position: relative;
	-webkit-box-shadow: 0 10px 30px #0000000d;
	box-shadow: 0 10px 30px #0000000d;
	height: 100%;
}

.issuefinder .slider_outer {
	position: relative;
}

.issuefinder .issuefinder_slider_arrows {
	width: 150px;
	position: absolute;
	bottom: -10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 1;
	right: -7px;
}

/* responsive */
@media screen and (min-width: 768px) {
	.issuefinder .issuefinder_slider_arrows {
		bottom: -45px;
	}
}

@media screen and (min-width: 992px) {
	.issuefinder .issuefinder_slider_arrows {
		bottom: -10px;
	}
}

@media screen and (min-width: 1300px) {
	.issuefinder .issuefinder_slider_arrows {
		/*bottom: -45px;*/
		width: 130px;
		right:50px;
	}
}

@media screen and (min-width: 1500px) {
	.issuefinder .issuefinder_slider_arrows {
		bottom: -45px;
		width: 130px;
		right: -90px;
	}
}
@media screen and (min-width: 1510px) {
	.issuefinder .issuefinder_slider_arrows {
		right: 0;
	}
}

.issuefinder .issuefinder_slider_arrows .slick-hidden {
	display: none !important;
}

.issuefinder .issuefinder_slider_arrows .slick-arrow.slick-disabled {
	opacity: .7;
	pointer-events: none;
	cursor: default;
}

.issuefinder .issuefinder_slider_arrowleft {
	background-image: url('/fileadmin/assets/customprovider/ipconsulting/Images/section3/arrow-left.svg');
	display: block;
	height: 48px;
	width: 48px;
	cursor: pointer;
}

.issuefinder .issuefinder_slider_arrowright {
	background-image: url('/fileadmin/assets/customprovider/ipconsulting/Images/section3/arrow-right.svg');
	display: block;
	height: 48px;
	width: 48px;
	cursor: pointer;
}

.issuefinder .issuefinder_slider_arrowright:hover,
.issuefinder .issuefinder_slider_arrowleft:hover {
	opacity: .7;
}

.issuefinder .contact_expert_box {
	background: #fff;
	max-width: 570px;
	-webkit-box-shadow: 0px 2px 8px #0000002E;
	box-shadow: 0px 2px 8px #0000002E;
	border-radius: 6px;
	padding: 30px;
	margin-top: 12px;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width:992px) {
	.issuefinder .contact_expert_box {
		max-width: 610px;
	}
}
.issuefinder .contact_expert_box .left_text {
	padding-right: 10px;
}

.issuefinder .contact_expert_box .topline {
	font-size: 16px;
	line-height: 24px;
	color: #002832;
	margin-bottom: 0;
	margin-top: 0;
}

.issuefinder .contact_expert_box .subline {
	font-size: 14px;
	line-height: 21px;
	color: #698a95;
	margin-top: 24px;
	margin-bottom: 0;
}

.issuefinder .contact_expert_box .contact_expert_btn {
	background-image: url('vhs-assets-css-d957f0fff29679b28de6f1b8abbb8263.svg');
	background-image: url('vhs-assets-css-4e3629c4123df1dc7a1f30ffd7691f6d.svg');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	border-radius: 3px;
	color: #FF6700;
	border: 1px solid #FF6700;
	padding: 9px 36px 8px 15px;
	font-size: 14px;
	margin-left: auto;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.issuefinder .contact_expert_box .contact_expert_btn:hover {
	background-color: #FF6700;
	color: #fff;
	-webkit-box-shadow: 0px 5px 15px #0F2C353F;
	box-shadow: 0px 5px 15px #0F2C353F;
	background-image: url('vhs-assets-css-d957f0fff29679b28de6f1b8abbb8263.svg');
}

.issuefinder .contact_expert_box .contact_expert_btn:focus {
	background-color: #FF5122;
	-webkit-box-shadow: 0px 5px 15px #0F2C353F;
	box-shadow: 0px 5px 15px #0F2C353F;
	color: #fff;
	background-image: url('vhs-assets-css-d957f0fff29679b28de6f1b8abbb8263.svg');
}

/* responsive */
@media screen and (max-width: 1499px) {
	.issuefinder .slick-slider {
		margin-right: calc(600px - 50vw);
	}

	.issuefinder .slider .card_inner {
		padding: 10px 13px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1099px) {
	.issuefinder .slick-slider {
		/* height: 444px; */
	}
}

@media screen and (max-width: 991px) {
	.issuefinder .slick-slider {
		margin-top: 40px;
		margin-right: calc(345px - 50vw);
		min-height: 440px;
	}

	.issuefinder .btn_group_row .btn-primary {
		/*padding: 5px 15px 4px 15px;*/
		padding: 5px 25px;
		/*width: 100%;*/
		margin-bottom: 5px;
		border-radius: 3px !important;
		min-width: unset;
	}

	.issuefinder .main_row .asset_number {
		display: none;
	}
	.issuefinder .main_row .asset_types {
		margin-top: 30px;
	}
	/*	.issuefinder .type_of_industry {
			height:125px;
		}*/
	.issuefinder .type_of_industry .flex_container {
		/*position: absolute;*/
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
	.issuefinder .type_of_industry .industry_box {
		/*height: 45px;*/
		height: 80px;
		flex: 0 0 auto;
		flex-direction: column;
		padding: 5px 15px 5px 10px;
		margin-right: 15px;
	}

	.issuefinder .type_of_industry .industry_box .checkbox_tick {
		top: 15px;
		visibility: hidden;
	}

	.issuefinder .type_of_industry .industry_box .category_icon {
		width: 26px;
		margin-left: 0;
	}

	.issuefinder .type_of_industry .industry_box .text {
		font-size: 14px;
		margin-left: 0;
	}

	.issuefinder .slider_col {
		padding-left: 15px;
	}
}

@media screen and (max-width: 767px) {
	.issuefinder .contact_expert_box {
		padding: 15px 20px;
		display: block;
	}

	.issuefinder .contact_expert_box .subline {
		margin-top: 5px;
	}

	.issuefinder .contact_expert_box .contact_expert_btn {
		margin-top: 20px;
	}

	.issuefinder .slick-slider {
		margin-right: -30px;
		min-height: 490px;
	}

	.issuefinder .slider .date_icon {
		width: 16px;
		height: 16px;
		margin-right: 2px;
		top: 4px;
	}
}

/*@media screen and (max-width: 500px) {
	.issuefinder .type_of_industry .industry_box {
		margin-bottom: 10px;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		max-width: 100%;
	}
}*/

@media screen and (min-width: 991px) and (max-width: 1299px) {
	.issuefinder .slick-slider {
		margin-right: calc(450px - 50vw);
		min-height: 540px;
	}

	.issuefinder .type_of_industry .industry_box {
		padding-right: 5px;
	}

	.issuefinder .type_of_industry .industry_box .checkbox_tick {
		left: 10px;
	}

	.issuefinder .type_of_industry .industry_box .category_icon {
		width: 33px;
		height: 36px;
		margin-left: 42px;
	}

	.issuefinder .slider .date_icon {
		position: relative;
		top: 7px;
	}

	.issuefinder .slider .date_link {
		display: block;
		margin-top: 30px;
	}

	.issuefinder .slider .date_link .date {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
	}

	.issuefinder .slider .ipright_pill {
		margin-right: 7px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1499px) {
	.issuefinder .slick-slider {
		/* margin-right: calc(715px - 50vw); */
		/*  */
		/*min-height: 510px;*/
		padding-bottom: 60px;
	}
}

@media screen and (min-width: 1500px) {
	.issuefinder .slick-slider {
		margin-right: calc(700px - 50vw);
		/*min-height: 500px;*/
	}
}
@media screen and (min-width: 1600px) {
	.issuefinder .slick-slider {
		margin-right: calc(700px - 50vw);
		/*min-height: 450px;*/
	}
}

.issuefinder .slider_outer .error {
	margin: 30px 0;
	/*height: 240px;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width: 992px) {
	.issuefinder .slider_outer .error {
		margin: 62px 0 0;
		height: 290px;
	}
}
@media (min-width: 1200px) {
	.issuefinder .slider_outer .error {
		height: 240px;
	}
}

.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
  height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}


body footer {
	margin-top: 138px;
}

/* body footer */
body .reference-clients-slider.bottom_nomargin {
	margin-bottom: -138px;
}

body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

body footer .footer-section {
	padding: 30px 0 0;
	background: #0f2c35;
	border: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	body footer .col-md-6 {
		-ms-flex: 0 0 100% !important;
		-webkit-box-flex: 0 !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

@media screen and (min-width: 992px) {
	body footer .footer-section>.container {
		/* padding-left: 45px; */
	}
}

body footer .footer-section>.container>.row {
	padding: 0 15px;
}
body footer .normal-button.additional-filled-contrast-button {
	padding: 9px 15px 8px 15px;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
	min-width: 100px;
	font-family: 'Benton Sans Reg', 'Arial';
	border: 1px solid #ffffff;
	border-radius: 3px;
	background: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: block;
	margin-top: 16px;
	color: #0F2C35;
}

body footer .normal-button.additional-filled-contrast-button:hover {
	color: #FF6700;
}

body footer .normal-button.additional-filled-contrast-button:focus {
	color: #FF5122;
	border-color: #FF5122;
	-webkit-box-shadow: 0px 5px 15px rgb(15 44 53 / 25%);
	box-shadow: 0px 5px 15px rgb(15 44 53 / 25%);
}

body footer .small-button.primary-pill-button {
	display: inline-block;
	text-decoration: none !important;
	font-weight: normal;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	background-clip: padding-box;
	-webkit-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	-o-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	cursor: pointer;
	background: #ff6700;
	color: #ffffff;
	transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	border: 1px solid #ff6700;
	padding: 6px 16px;
	line-height: 14px;
	min-width: 100px;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Benton Sans Reg', 'Arial';
	text-align: center;
}

body footer .small-button.primary-pill-button:hover {
	background: #ff5122;
	-webkit-box-shadow: 0px 5px 15px rgb(15 44 53 / 25%);
	box-shadow: 0px 5px 15px rgb(15 44 53 / 25%);
}

body footer .small-button.primary-pill-button:focus {
	color: #ffffff !important;
	border-color: #ff6700;
	background: #ff5122;
	-webkit-box-shadow: 0px 5px 15px rgb(15 44 53 / 25%);
	box-shadow: 0px 5px 15px rgb(15 44 53 / 25%);
}

body footer .footer-section .login_row {
	margin-top: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	body footer .footer-section .login_row {
		margin-top: -10px;
		margin-bottom: 50px;
	}
}

body footer .footer-section .flex_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .flex_row {
		display: block;
	}

	body footer .footer-section .flex_row .cta_col {
		margin: 0;
		margin-bottom: 32px;
		margin-right: 0 !important;
	}

	body footer .footer-section .flex_row .cta_col a {
		display: inline-block;
		min-width: 200px;
	}
}

@media screen and (max-width: 767px) {
	body footer .footer-section .flex_row .cta_col a {
		display: block;
	}
}

body footer .footer-section .flex_row .flex_cols {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

body footer .footer-section .flex_row .cta_col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	margin-right: 45px;
}

body footer .footer-section .flex_row .cta_col a {
	display: block;
	margin-top: 16px;
	color: #0F2C35;
}

body footer .footer-section .flex_row .cta_col a:hover {
	color: #FF6700;
}

body footer .footer-section .flex_row .cta_col a:focus {
	color: #FF5122;
}

body footer .footer-section .flex_row .menu_list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	body footer .footer-section .flex_row .menu_list {
		margin-left: -9px;
		margin-right: -9px;
	}
}

body footer .footer-section .flex_row .menu_list .menu_item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 25%;
	flex: 1 0 25%;
	max-width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
	body footer .footer-section .flex_row .menu_list .menu_item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 33.333%;
		flex: 1 0 33.333%;
		max-width: 33.333%;
	}
}

@media screen and (max-width: 767px) {
	body footer .footer-section .flex_row .menu_list .menu_item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%;
	}
}

body footer .footer-section .flex_row .menu_list .menu_label {
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	font-family: 'Benton Sans Med', 'Arial', sans-serif;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .flex_row .menu_list .menu_label {
		font-size: 14px;
	}
}

body footer .footer-section .flex_row .menu_list .menu_link_list {
	list-style: none;
	padding: 0;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	position: relative;
	padding-left: 5px;
	min-height: 37px;
	border-radius: 3px;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item::before {
	content: '';
	background-image: url('/fileadmin/user_upload/footer_icon_hover_arrow_white.png');
	background-size: 13px;
	position: absolute;
	right: 7px;
	top: 13px;
	width: 15px;
	height: 13px;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item:hover {
	background-color: rgba(245, 247, 250, 0.2);
}

body footer .footer-section .flex_row .menu_list .menu_link_list a.active {
	font-family: 'Benton Sans Med', 'Arial', sans-serif;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item:hover::before {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
	opacity: 1;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item:hover img {
	opacity: 1;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item img {
	max-width: 19px;
	width: 19px;
	height: auto;
	position: relative;
	/* top: -3px; */
	display: inline-block;
	margin-right: 10px;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

body footer .footer-section .flex_row .menu_list .menu_link_list a {
	color: #CBDCE2;
	font-size: 14px;
	padding: 5px 12px 5px 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 25px;
	font-family: 'Benton Sans Lt', 'Arial', sans-serif;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .flex_row .menu_list .menu_link_list a {
		font-size: 12px;
		line-height: 16px;
	}
}

body footer .footer-section .flex_row .menu_list .menu_link_list a:hover {
	text-decoration: none;
}

body footer .footer-section .footer_bottom {
	background: rgba(115, 137, 147, 0.2);
	padding: 26px 10px 30px;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .footer_bottom {
		padding: 19px 10px 17px;
	}

	body footer .footer-section .footer_bottom>.container {
		padding: 0 5px;
	}
}

body footer .footer-section .footer_bottom .bottom_logos_list {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .footer_bottom .bottom_logos_list {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item {
	display: inline-block;
	list-style: none;
	margin-right: 25px;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item {
		margin: 0 10px;
	}
}

body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item img {
	width: 100%;
	max-width: 100px;
	min-width: 100px;
	height: auto;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item img {
		max-width: 90px;
		min-width: 90px;
		width: 90px;
		opacity: 1;
	}
}

@media screen and (max-width: 374px) {
	body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item img {
		max-width: 73px;
		min-width: 73px;
		width: 73px;
		opacity: 1;
	}
}

body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item img:hover {
	opacity: 1;
}

body footer .footer-section .footer_bottom .bottom_menu_list {
	margin: 0;
	padding: 0;
	text-align: right;
	top: 3px;
	position: relative;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .footer_bottom .bottom_menu_list {
		text-align: center;
		margin-top: 25px;
		left: -10px;
		position: relative;
		top: 0;
	}

	body footer .footer-section .footer_bottom .bottom_menu_list .bottom_menu_item a {
		font-size: 12px !important;
	}
}

body footer .footer-section .footer_bottom .bottom_menu_list .bottom_menu_item {
	display: inline-block;
	list-style: none;
	font-size: 14px;
}

body footer .footer-section .footer_bottom .bottom_menu_list .bottom_menu_item a {
	color: #CBDCE2;
	font-size: 14px;
	display: inline-block;
	padding: 5px 10px;
	font-family: 'Benton Sans Lt', 'Arial', sans-serif;
	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
	border-radius: 3px;
}

body footer .footer-section .footer_bottom .bottom_menu_list .bottom_menu_item a:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(245, 247, 250, 0.2);
}

body footer .footer-section .footer_bottom .bottom_menu_list .bottom_menu_item span {
	padding-right: 10px;
}

body footer .footer-section .footer_bottom .footer_logos {
	padding: 0;
}

body footer .footer-section .footer_bottom .footer_meta_menu {
	text-align: right;
	padding: 0;
}

body footer .footer-section .footer_bottom .logo_link img {
	width: 100px;
	height: auto;
	position: relative;
}

body footer .footer-section .flex_row .row {
	padding: 0 15px;
}

body footer .footer-section .footer-links-container p {
	padding: 0;
	margin: 0;
}

body footer .footer-section .footer-links-container div {
	line-height: 28px;
}

body footer .footer-section .footer-links-container div a {
	text-decoration: none;
	color: #CBDCE2;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 14px;
	display: block;
	border: none;
	font-family: 'Benton Sans Reg', 'Arial';
	-webkit-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	-o-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}

body footer .footer-section .footer-links-container div a:hover {
	color: #fff;
}

body footer .footer-section .footer-links-container div a:active,
body footer .footer-section .footer-links-container div a:focus {
	color: #FF7300;
	font-family: 'Benton Sans Med', Arial, sans-serif;
}

body footer .login_area_info {
	font-family: 'Benton Sans Reg', 'Arial';
}

body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item {
	margin: 0;
	margin-right: 25px;
	padding: 0;
}

body footer .footer-section .col-sm-4,
body footer .footer-section .col-sm-6 {
	padding: 0;
}

body footer .login_area a:hover,
body footer .login_area a:focus {
	color: #fff !important;
}

body footer .login_area_info {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	margin-right: 18px;
}

body footer .icon-small-svg {
	width: 14px;
    height: auto;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
	body footer .login_area_info {
		display: block;
		margin-right: 0;
		margin-bottom: 26px;
		text-align: center;
		font-size: 14px;
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px) {
	body footer .login_area a {
		display: block !important;
	}
}

body footer .small-button i {
	font-size: 14px;
	position: relative;
	top: 1px;
}

body footer .login_area {
	text-align: right;
	padding-right: 100px;
}

@media screen and (max-width: 1199px) {
	body footer .login_area {
		padding-right: 22px;
	}
}

@media screen and (max-width: 767px) {
	body footer .login_area {
		padding-right: 0;
	}
}

body footer .logo_top img {
	width: 200px;
	height: auto;
	display: inline-block;
}

@media screen and (max-width: 991px) {
	body footer .logo_top img {
		width: 150px;
	}
}

body footer .footer-sitemap a {
	text-decoration: none;
	font-size: 14px;
	border: none;
	color: #CBDCE2;
	padding: 5px 10px;
	margin-right: 20px;
	font-family: 'Benton Sans Lt', 'Arial';
	border-radius: 3px;
	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-webkit-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	-o-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}

body footer .footer-sitemap a:hover {
	background-color: rgba(245, 247, 250, 0.2);
	color: #fff;
}

body footer .footer-sitemap a:visited {
	color: #FF5122;
}

body footer .footer-sitemap a:active,
body footer .footer-sitemap a:focus {
	color: #FF7300;
	font-family: 'Benton Sans Med', Arial, sans-serif;
	text-decoration: none !important;
}

body footer .footer-sitemap .primary-pill-outline-button {
	margin-right: 20px;
	color: #fff;
	border-color: #fff;
}

body footer .footer-sitemap .primary-pill-outline-button a {
	color: #fff;
}

body footer .footer-sitemap .primary-pill-outline-button p,
body footer .footer-sitemap .primary-pill-outline-button a {
	margin: 0;
}

body footer .footer-sitemap .primary-pill-outline-button:hover {
	color: #0F2C35;
	background: #fff;
	border-color: #fff;
}

body footer .footer-sitemap .primary-pill-outline-button:hover p,
body footer .footer-sitemap .primary-pill-outline-button:hover a {
	color: #0F2C35;
}

body footer .footer-section-footer {
	margin-top: 30px;
}

body footer .footer-section-footer span {
	margin-right: 20px;
}

body footer .footer-section-footer .button {
	padding: 5px 15px;
	font-size: 18px;
}

@media (max-width: 450px) {
	body footer .footer-section-footer span {
		display: block;
		margin-top: 15px;
	}
}

@media (min-width: 992px) {
	body footer .footer-section .footer_bottom .bottom_menu_list {
		/* top: 11px; */
	}
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item img.wechat_qr {
	position: absolute;
	left: 0;
	width: 150px;
	height: 150px;
	max-width: 150px;
	margin: 0;
	opacity: 1;
	top: calc(100% + 10px);
	display: none;
}

@media screen and (min-width: 1200px) {

	body footer .footer-section .flex_row .menu_list .menu_link_list a:focus+.wechat_qr,
	body footer .footer-section .flex_row .menu_list .menu_link_list a:hover+.wechat_qr {
		display: block;
	}
}

body footer .wechat_qr {
	z-index: 5;
}

/* octimine fixes */
body footer .footer-section .flex_row .menu_list .menu_item::before {
	display: none;
}

body footer .footer-section .flex_row .menu_list .menu_link_list a {
	text-decoration: none;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item::before {
	float: none;
	margin: 0;
	background-color: transparent;
	background-image: url('/fileadmin/user_upload/footer_icon_hover_arrow_white.png') !important;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item:hover::before {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
	opacity: 1;
	float: none;
	margin: 0;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item {
	padding-top: 0;
}

body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item {
	list-style: none;
}

body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item::before {
	display: none;
}

body footer .footer-section .footer_bottom .bottom_menu_list .bottom_menu_item a {
	text-decoration: none;
}

body footer .footer-section .footer_bottom .bottom_menu_list .bottom_menu_item::before {
	display: none;
}


