/* Stage */
.ne_library .stage {
	position: relative;
	min-height: 500px;
	background: -o-linear-gradient(left, #3663AD, #192C63);
	background: -webkit-gradient(linear, left top, right top, from(#3663AD), to(#192C63));
	background: linear-gradient(to right, #3663AD, #192C63);
	overflow: hidden;
}

.ne_library .stage.has_fg_img {
	overflow: visible;
	margin-bottom: 35px;
}

@media (min-width:992px) {
	.ne_library .stage.file_img_thumb {
		margin-bottom: 70px;
	}

	.ne_library .stage.file_img_thumb+.container.download .button_outer {
		margin-top: 0px;
	}
}
@media (min-width:1400px) {
	.ne_library .container.download {
		min-height: 420px;
	}

	.ne_library .stage.file_img_thumb+.container.download .button_outer {
		margin-top: 0;
	}
}

.ne_library .stage .container {
	padding-top: 170px;
	position: relative;
	z-index: 2;
}

.ne_library .stage .breadcrumbs-copy {
	margin-bottom: 34px;
}

.ne_library .stage .breadcrumbs-copy li.active,
.ne_library .stage .breadcrumbs-copy li,
.ne_library .stage .breadcrumbs-copy li a {
	color: #fff;
}

.ne_library .stage .breadcrumb>li+li:before {
	color: #fff;
}

.ne_library .stage .breadcrumbs-copy li:nth-child(1),
.ne_library .stage .breadcrumbs-copy li:nth-child(2) {
	display:none
}

.ne_library .stage .breadcrumbs-copy li:nth-child(3) {
	margin-top: 15px
}

.ne_library .stage .breadcrumbs-copy li:nth-child(3):before {
	display:none
}

.ne_library .stage .content {
	padding-bottom: 25px;
}

.ne_library .stage.has_fg_img .content {
	width: 60%;
	padding-right: 15px;
}

.ne_library .stage .headline {
	line-height: 48px;
	color: #fff;
	margin-bottom: 48px;
	margin-top: 10px;
	min-height: 96px;
}

.ne_library .stage .subline,
.ne_library .stage .subline * {
	margin: 0;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Benton Sans Lt', 'Arial';
}

.ne_library .stage .fg_image_container {
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 1;
	top: 0;
}

.ne_library .stage .fg_image_container.file_preview {
	top: 170px;
	pointer-events: none;
}

.ne_library .stage:not(.file_img_preview) .fg_image_container {
	width: 40%;
}

/*.ne_library .stage.file_img_preview .fg_image_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 219px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	right: auto;
}*/

.ne_library .stage.file_img_preview .fg_image_container .container_inside {
	padding-top: 50px;
}

.ne_library .fg_image_container.file_preview .fg_image {
	width: 490px;
	height: 690px;
	border: 5px solid #ffff;
	float: right;
	box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.8);
}

.ne_library .fg_image_container.file_preview .fg_image {
	position: relative;
	right: 30px;
	top: 50px;
	margin-bottom: 0;
	z-index: 3;
	float: right;
}

@media (max-width: 1399px) {
	.ne_library .fg_image_container.file_preview .fg_image {
		width: 343px;
		height: 480px;
		border: 4px solid #ffff;
	}
}

@media (max-width: 1199px) {
	.ne_library .stage {
		min-height: 285px;
	}

	.ne_library .stage .container {
		padding-top: 140px;
	}

	.ne_library .stage .headline {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 10px;
		min-height: 80px;
	}

	.ne_library .stage .subline {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (max-width: 991px) {

	.ne_library .stage .subline,
	.ne_library .stage .subline * {
		font-size: 14px;
		line-height: 23px;
	}

	.ne_library .stage.file_img_thumb .fg_image_container.file_preview {
		display: none;
	}

	.ne_library .stage .breadcrumbs-copy {
		margin-bottom: 12px;
	}

	.ne_library .stage .breadcrumbs-copy li:first-of-type a {
		color: #FF6700;
	}

	.ne_library .stage .container {
		padding-top: 100px;
	}

	.ne_library .stage .headline {
		font-size: 24px;
		line-height: 30px;
		font-family: 'Benton Sans Lt', 'Arial';
		min-height: 60px;
	}

	.ne_library .stage .subline {
		font-size: 16px;
		line-height: 24px;
	}

	.ne_library .stage.has_fg_img .content {
		width: 100%;
		z-index: 2;
		position: relative;
		padding-right: 0;
	}

	.ne_library .stage .fg_image_container {}
}

/* /Stage */




.ne_library .stage .category {
	color: #fff;
	position: relative;
	left: 0;
	top: 0;
	padding: 3px 8px;
	font-size: 12px;
	border-radius: 6px;
	line-height: 18px;
	background: #049B44;
}

@media only screen and (min-width: 991px) {
	.ne_library .intro {
		max-width: 545px;
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	.ne_library .intro {
		max-width: 750px;
		width: 100%;
	}
}

@media only screen and (min-width: 1400px) {
	.ne_library .intro {
		max-width: 750px;
		width: 100%;
	}
}

/* Resources Card */
.ne_library .section_resources .card {
	border: 0;
	/*height: 350px;*/
	border-radius: 3px;
	margin: 0;
	max-width: unset;
	margin-bottom: 30px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
/*@media (min-width:1300px) {
	.ne_library .section_resources .card {
		height: 325px;
	}
}*/
.ne_library .section_resources .card * {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.ne_library .section_resources .card .read_more {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.ne_library .section_resources .card .thumbnail {
	overflow: hidden;
	padding: 0;
	border: 0;
	margin: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 130px;
}

.ne_library .section_resources .card .thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.ne_library .section_resources .card .headline {
	font-size: 16px;
	line-height: 24px;
	color: #102C35;
	margin-bottom: 15px;
	font-family: 'Benton Sans Reg', 'Arial';
}

.ne_library .section_resources .card .content {
	padding: 10px 30px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% - 130px);
}

.ne_library .section_resources .card .date {
	font-size: 12px;
	line-height: 18px;
	color: #0F2C35;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding-left: 24px;
	background-image: url(/fileadmin/a/module-icons/icon-opening.svg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.ne_library .section_resources .card .date_cta_container {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #B1B1B1;
	padding-bottom: 15px;
}

.ne_library .section_resources .card .type {
	background: #738894;
	color: #fff;
	border-radius: 10px;
	padding: 4px 10px;
	font-size: 12px;
	display: inline-block;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 10px;
	line-height: 1;
}

@media (max-width: 767px) {
	.ne_library .section_resources .card {
		margin-bottom: 15px;
	}
}

/* /Resources Card */


/* Resources Detail */
.ne_library .hubspot_dl {
	margin-top: 40px;
}

/* .ne_library .section_related_topics {
	margin-top: 420px;
} */

.ne_library .headline_row .headline_container {
	border-top: 1px solid #CBDCE2;
	padding-top: 25px;
}

.ne_library .headline_row .headline {
	font-size: 28px;
	line-height: 36px;
	font-family: "Benton Sans Lt", Arial, sans-serif;
	margin-bottom: 30px;
}

@media (max-width: 1399px) {
	.ne_library .section_related_topics {
		margin-top: 220px;
	}
}

@media (max-width: 991px) {
	.ne_library .section_related_topics {
		margin-top: 30px;
	}
}

.ne_library .section_related_topics .row.cards_row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ne_library .section_related_topics .row.cards_row .col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	float:none;
	margin-bottom: 30px;
}
@media (min-width:768px) {
	.ne_library .section_related_topics .row.cards_row .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width:1200px) {
	.ne_library .section_related_topics .row.cards_row .col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
/* /Resources Detail */


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;
}


