/* 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%;
	}
}

/* Filter Bar */
.ne_library .filter_bar {
	background: #fff;
	-webkit-box-shadow: 0px 14px 15px 8px #ececec;
	box-shadow: 0px 14px 15px 8px #ececec;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 45px 0;
	position: relative;
}

.ne_library .filter_bar label {
	margin-bottom: 0;
	margin-right: 15px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-weight: normal;
	white-space: nowrap;
}

.ne_library .filter_bar .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ne_library .filter_bar .filter {
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
}

.ne_library .filter_bar .filter:last-child {
	margin-right: 0;
}

.ne_library .filter_bar .filter.type {
	margin-left: auto;
}

.ne_library.ne_library_software_guides_filter .filter_bar .filter.filter_wrap_orderby {
	margin-left: auto;
}

.ne_library .filter_bar .filter_col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ne_library .filter_bar .filter_col.right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.ne_library .filter_bar .filter_text {
	width: 366px;
	border: none;
	border-bottom: 1px solid #698A95;
	background: url('vhs-assets-css-ad8f6e843e1f4a4ec99f7415f790ce56.svg') no-repeat left top 8px;
	background-size: 17px;
	padding-bottom: 2px;
	padding-left: 25px;
	font-size: 18px;
	height: 37px;
}

.ne_library .filter_bar .filter_text:focus {
	border-color: #FF6700;
}

.ne_library .filter_bar .filter_text::-webkit-input-placeholder {
	font-size: 16px;
	color: #698A95;
	font-family: 'Benton Sans Reg', 'Arial';
}

.ne_library .filter_bar .filter_text::-moz-placeholder {
	font-size: 16px;
	color: #698A95;
	font-family: 'Benton Sans Reg', 'Arial';
}

.ne_library .filter_bar .filter_text:-ms-input-placeholder {
	font-size: 16px;
	color: #698A95;
	font-family: 'Benton Sans Reg', 'Arial';
}

.ne_library .filter_bar .filter_text::-ms-input-placeholder {
	font-size: 16px;
	color: #698A95;
	font-family: 'Benton Sans Reg', 'Arial';
}

.ne_library .filter_bar .filter_text::placeholder {
	font-size: 16px;
	color: #698A95;
	font-family: 'Benton Sans Reg', 'Arial';
}

.ne_library .filter_bar .select2-container {
	height: 38px;
	width: 200px !important;
}

.ne_library .filter_bar .select2-container.select2-dropdown-open .select2-choice {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #EB6508;
}

.ne_library .filter_bar .select2-drop .select2-results .select2-highlighted {
	color: #0F2C35;
	background: #f5f7fa;
}

.ne_library .filter_bar .select2-container .select2-arrow b {
	/*background: transparent url('vhs-assets-css-dc126266c853c524e3d5d45956f41b6e.svg') no-repeat center; */
	background: transparent url('vhs-assets-css-dc126266c853c524e3d5d45956f41b6e.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.select2-container.select2-container-multi.select-container .select2-choices {
	background: transparent url('vhs-assets-css-dc126266c853c524e3d5d45956f41b6e.svg') no-repeat right 6px center;
	background-position-y: 7px;
	height: 38px !important;
}

.ne_library .filter_bar .select2-container.select2-dropdown-open .select2-arrow b {
	/* background-image: url('vhs-assets-css-d26bbb356ccbf40819b4003e56d95770.svg'); */
	/* transform: translateY(2px); */
	background: transparent url('vhs-assets-css-d26bbb356ccbf40819b4003e56d95770.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.select2-container.select2-container-multi.select-container.select2-dropdown-open .select2-choices {
	background: transparent url('vhs-assets-css-d26bbb356ccbf40819b4003e56d95770.svg') no-repeat right 6px center;
	background-position-y: 5px;
}

.ne_library .filter_bar input.filter_ascdesc {
	display: none;
}
.ne_library .filter_bar label.filter_ascdesc {
	text-indent: -9999px;
	width: 22px;
	height: 37px;
	border: 0;
	margin-right: 5px;
	cursor: pointer;
}

.ne_library .filter_bar label.filter_ascdesc.asc {
	background: transparent url('vhs-assets-css-96c84cc4408085e9bd913b59336b9cc1.svg') no-repeat center top 7px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ne_library .filter_bar input.filter_ascdesc.asc:checked + label.filter_ascdesc.asc {
	background: transparent url('vhs-assets-css-ab91c76633c8045dff1285a67729f4c4.svg') no-repeat center top 7px;
}

.ne_library .filter_bar label.filter_ascdesc.desc {
	background: transparent url('vhs-assets-css-96c84cc4408085e9bd913b59336b9cc1.svg') no-repeat center top 7px;
}

.ne_library .filter_bar input.filter_ascdesc.desc:checked + label.filter_ascdesc.desc {
	background: transparent url('vhs-assets-css-ab91c76633c8045dff1285a67729f4c4.svg') no-repeat center top 7px;
}

.ne_library .filter_bar .view_text {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: inline-block;
	margin-right: 15px;
}

.ne_library .filter_bar input.filter_view {
	display: none;
}
.ne_library .filter_bar label.filter_view {
	text-indent: -9999px;
	width: 30px;
	height: 37px;
	border: 0;
	cursor: pointer;
}

.ne_library .filter_bar .filter.filter_wrap_type {
	margin-left: auto;
}

.ne_library .filter_bar label.filter_view.list {
	background: transparent url('vhs-assets-css-61ad327bc31a88ebf25359f3cf6888c8.svg') no-repeat center center;
	background-size: 80% auto;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ne_library .filter_bar input.filter_view.list:checked + label.filter_view.list {
	background: transparent url('vhs-assets-css-6f0b13eb70334bc5e789d2d05b15f62e.svg') no-repeat center center;
	background-size: 80% auto;
}

.ne_library .filter_bar label.filter_view.grid {
	background: transparent url('vhs-assets-css-81933ef9c98d5b946bf4af661ba4a703.svg') no-repeat center center;
	background-size: 80% auto;
}

.ne_library .filter_bar input.filter_view.grid:checked + label.filter_view.grid {
	background: transparent url('vhs-assets-css-dbdc75c8943ef25f85d9da4c1305d35c.svg') no-repeat center center;
	background-size: 80% auto;
}

.select2-drop.select-dropdown .select2-result.select2-selected .select2-result-label .select2-match::after {
	background: #FF6700;
	border-color: #FF6700;
}

.select2-drop.select-dropdown .select2-results .select2-selected .select2-match::before {
	font-size: 18px;
}

.select2-drop.select-dropdown .select2-result.select2-selected .select2-result-label .select2-match::before {
	content: '';
	z-index: 1;
	position: absolute;
	left: 6px;
	top: 4px;
	width: 6px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ne_library .select2-container.select-container .select2-choice > .select2-chosen {
	line-height: normal;
}

/** START Ticket #47510: Display checkboxes only on multi selects **/
.select2-drop.select-dropdown .select2-results .select2-result-label .select2-match {
	display: none;
}

.select2-drop-multi.select-dropdown .select2-results .select2-result-label .select2-match {
	display: inline;
}

.select2-drop.select-dropdown .select2-results .select2-result-label {
	padding-left: 10px;
}

.select2-drop-multi.select-dropdown .select2-results .select2-result-label {
	padding-left: 34px;
}
/** END Ticket #47510 **/

/** START Ticket #43957 **/

.ne_library .select2-container .select2-choice {
	height: 38px;
	display: flex;
	align-items: center;
}

.ne_library .stage .breadcrumbs-copy li {
	margin-bottom: 0;
}

.ne_library .select2-container .select2-choice .select2-arrow {
	width: 35px !important;
}

/** END Ticket #43957 **/

@media (max-width: 1500px) {
	.ne_library .filter_bar .filter_text {
		width: 250px;
	}

	.ne_library .filter_bar .select2-container {
		width: 180px !important;
	}
	.ne_library .filter_bar .select2-container .select2-arrow b {
		background-size: unset !important;
	}
	.ne_library .select2-container .select2-choice .select2-arrow {
		width: 35px !important;
	}
}

@media (max-width: 1199px) {
	.ne_library .filter_bar {
		margin-bottom: 20px;
		padding: 25px 0;
	}

	.ne_library .filter_bar .select2-container {
		width: 160px !important;
	}
}

@media (max-width: 1099px) {
	.ne_library .filter_bar .select2-container {
		width: 120px !important;
	}

	.ne_library .filter_bar {
		padding-bottom: 0;
	}

	.ne_library .filter_bar .filter {
		/*display: block;*/
		margin-bottom: 25px;
		margin-right: 15px;
	}

	.ne_library .filter_bar label,
	.ne_library .filter_bar .view_text {
		font-size: 14px;
		margin-right: 8px;
	}

	.ne_library .filter_bar .content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ne_library .filter_bar .filter.filter_wrap_type {
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.ne_library .filter_bar {
		box-shadow: none;
		padding-top: 12px;
	}

	.ne_library .filter_bar .filter.filter_wrap_text {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}

	.ne_library .filter_bar .filter_text {
		width: 350px;
	}


	.ne_library .filter_bar .filter.filter_wrap_ascdesc,
	.ne_library .filter_bar .filter.filter_wrap_view {
		display: none;
	}

	.ne_library .filter_bar .filter.filter_wrap_type,
	.ne_library .filter_bar .filter.filter_wrap_orderby {
		display: block;
	}
	.ne_library .filter_bar .filter.filter_wrap_type,
	.ne_library .filter_bar .filter.filter_wrap_orderby {
		display: block;
	}
	.ne_library .filter_bar .filter.filter_wrap_type {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.ne_library .filter_bar .select2-container .select2-arrow b {
		background-size: unset !important;
	}
	.ne_library .filter_bar .filter.filter_wrap_orderby {
		margin-top: 10px;
	}
}


@media (max-width: 500px) {
	.ne_library .filter_bar .filter_text {
		width: 100%;
	}
	.ne_library .filter_bar .filter.filter_wrap_orderby {
		margin-top: 0;
	}
}

@media (max-width: 450px) {

	.ne_library .filter_bar .filter.filter_wrap_type,
	.ne_library .filter_bar .filter.filter_wrap_orderby {
		width: 100%;
	}

	.ne_library .filter_bar .filter.filter_wrap_type label,
	.ne_library .filter_bar .filter.filter_wrap_orderby label {
		width: 60px;
	}

	.ne_library .filter_bar .select2-container {
		width: 180px !important;
	}
}

/* /Filter Bar */


/* START Ticket #44147 */
.select2-drop.select-dropdown .select2-results .select2-result-label .select2-match:before {
	content: '';
	z-index: 1;
	position: absolute;
	left: 6px;
	top: 4px;
	width: 6px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.select2-container.select-container.select2-dropdown-open .select2-choice {
	color: #333;
	border: 1px solid;
}

.select2-container.select-container .select2-choice {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
/* END Ticket #44147 */

/* START Ticket #44148 */
.select2-drop .select2-all-none .select2-none::before {
	content: '';
	z-index: 1;
	position: absolute;
	left: 6px;
	top: 4px;
	width: 6px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.select2-drop .select2-all-none .select2-none::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 1px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #BCCACE;
	z-index: -1;
	border: 2px solid #BCCACE;
	border-radius: 3px;
	background-color: #fff;
	transition: all 0.15s ease-in-out;
	background: #FF6700;
	border-color: #FF6700;
}

.select2-drop .select2-all-none.select_all_active .select2-none {
	left: 8px;
	top: 7px;
	padding: 4px 0;
}

.select2-drop.select-dropdown .select2-all-none li:hover {
	background: transparent;
}


/* END Ticket #44148 */

/* START Ticket #44149 */
@media only screen and (max-width: 991px) {
	.ne_library .filter_bar .filter.filter_wrap_ascdesc {
		display: block;
		position: relative;
		top: 10px;
	}
}

@media only screen and (max-width: 576px) {
	.ne_library .filter_bar .content .filter_wrap_ascdesc {
		display: block;
		margin-left: auto;
		position: relative;
		top: -60px;
	}
}
/* END Ticket #44149 */


/* Pagination */
.ne_library .pagination_container {
	text-align: right;
	margin-top: 22px;
	position: relative;
}

.ne_library .pagination_container .nav {
	background: #F8F9FB;
}

.ne_library .pagination_container .pagination {
	padding-top: 9px;
	margin: 0;
	display: block;
	float: left;
	padding-inline-start: 10px;
}

.ne_library .pagination_container .pagination .list_item {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 3px !important;
	background: #fff;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	-webkit-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
	border: 0;
	text-indent: 1px;
	color: #0F2C35;
	line-height: 27px;
}

.ne_library .pagination_container .pagination .list_item.act {
	color: #fff;
	background: #ff6700;
}

body .ne_library .pagination_container ul.pagination li.list_item a {
	font-family: 'Benton Sans Reg', 'Arial' !important;
	text-decoration: none !important;
	border: none;
	color: #0F2C35;
	font-size: 12px;
	background: transparent;
	width: 28px;
	height: 28px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.ne_library .pagination_container .pagination .list_item.act a {
	color: #fff;
}

.ne_library .pagination_container .pagination .num {
	display: inline-block;
	position: relative;
	top: 1px;
	left: 1px;
}

.ne_library .pagination_container .pagination .list_item:not(.act):hover {
	background-color: #CBDCE2;
	color: #0F2C35;
}

.ne_library .pagination_container .pagination .list_item:not(.act):hover a,
.ne_library .pagination_container .pagination .list_item:not(.act) a:focus {
	text-decoration: none !important;
	color: #0F2C35;
	font-family: 'Benton Sans Reg', 'Arial';
}

.ne_library .pagination_container .pagination .list_item:not(.act) a:hover {
	color: #0F2C35;
}

.ne_library .pagination_container .pagination .disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.ne_library .pagination_container .pagination .prev {
	background: url('vhs-assets-css-d8d5146a7430f3b975bc7771ab3db506.svg') no-repeat center;
	background-color: transparent;
	background-size: 14px;
}

.ne_library .pagination_container .pagination .next {
	background: url('vhs-assets-css-ef2439eb7f73ec4a7736fbd1a7ed7527.svg') no-repeat center;
	background-color: transparent;
	background-size: 14px;
}

/*@media (max-width: 1199px) {
	.ne_library .pagination_container .pagination {
		text-align: center;
	}
}*/

.ne_library .pagination_container .items_per_page {
	float: right;
	margin-top: 9px;
}

/* RESULTS PER PAGE */
.ne_library .pagination_container .items_per_page {
	display: inline-block;
	float: right;
	margin-right: 25px;
	margin-top: 9px;
	margin-bottom: 9px;
}

.ne_library .pagination_container .items_per_page .items_label {
	font-family: 'Benton Sans Med', Arial;
	font-size: 12px;
	color: #698A95;
	display: inline-block;
	margin-right: 10px;
	font-weight: 400;
}

.ne_library .pagination_container .items_per_page .select2-container.select-container .select2-choice {
	height: 28px;
	border-radius: 3px;
	border: 1px solid #698A95;
	padding-left: 10px;
}

.ne_library .pagination_container .items_per_page .select2-container.select-container .select2-chosen {
	color: #0F2C35;
	font-size: 12px;
	line-height: 28px;
}

.ne_library .pagination_container .items_per_page .select2-container.select-container .select2-arrow {
	background: transparent;
}
.ne_library .pagination_container .items_per_page .select2-container.select-container .select2-arrow b {
	display: none !important;
}
.ne_library .pagination_container .items_per_page .select2-container.select-container .select2-choice .select2-arrow:before {
	border-style: solid;
	border-color: #0F2C35;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 50%;
	position: absolute;
	vertical-align: top;
	width: 0.45em;
	top: 8px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

/*.select2-search {
	display: none !important;
}*/
/* /RESULTS PER PAGE */

/* /Pagination */


/* Latest Resources */
.ne_library .section_latest_resources {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: #F8F8F8;
}

.ne_library .dark-pill-button {
	border: 1px solid transparent;
}

.ne_library .dark-pill-button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #0F2C35;
}

.ne_library .section .col {
	padding: 0 15px;
}

.ne_library .section .section_headline {
	margin-bottom: 33px;
	font-size: 24px;
	line-height: 29px;
	font-family: "Benton Sans Med", Arial;
}

.ne_library .section_latest_resources .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border: 0;
	height: 320px;
	border-radius: 6px;
	margin: 0;
	max-width: unset;
}

.ne_library .section_latest_resources .card .thumbnail {
	overflow: hidden;
	width: 40%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
	max-width: 40%;
	padding: 0;
	border: 0;
	margin: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

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

.ne_library .section_latest_resources .card .headline {
	font-size: 20px;
	line-height: 30px;
	color: #102C35;
	margin-bottom: 15px;
	font-family: 'Benton Sans Med', 'Arial';
}

.ne_library .section_latest_resources .card .content {
	padding: 27px 27px 17px 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ne_library .section_latest_resources .card .date_cta_container {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	border-bottom: 1px solid #B1B1B1;
	padding-bottom: 15px;
}

.ne_library .section_latest_resources .card .abstract {
	margin: 0;
	margin-bottom: 10px;
}

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

.ne_library .section_latest_resources .card .read_more {
	margin-left: auto;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.ne_library .section_latest_resources .card .types {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

@media (max-width: 1499px) {
	.ne_library .section_latest_resources .card .content {
		padding: 20px 20px 15px 20px;
	}

	.ne_library .section_latest_resources .card .headline {
		font-size: 18px;
		line-height: 26px;
	}

	.ne_library .section_latest_resources .card .abstract {
		font-size: 16px;
		line-height: 22px;
	}

	.ne_library .section_latest_resources .card .thumbnail {
		width: 35%;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 35%;
		flex: 1 0 35%;
		max-width: 35%;
	}
}

@media (max-width: 1399px) {
	.ne_library .section_latest_resources .card .content {
		padding: 20px 20px 15px 20px;
	}
}

@media (max-width: 1199px) {
	.ne_library .section .section_headline {
		margin-bottom: 20px;
	}

	.ne_library .section_latest_resources {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.ne_library .section_resources {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.ne_library .section_latest_resources .card .headline {
		font-size: 18px;
		line-height: 22px;
	}

	.ne_library .section_latest_resources .card .abstract {
		font-size: 14px;
		line-height: 20px;
	}

	.ne_library .section_latest_resources .card .read_more {
		font-size: 14px;
	}

	.ne_library .section_resources .card .thumbnail {
		height: 100px;
	}

	/*	.ne_library .section_resources .card {
			height: 300px;
		}*/

	.ne_library .section_resources .card .content {
		height: calc(100% - 100px);
		padding: 15px;
	}
}

@media (max-width: 1099px) {
	.ne_library .section_latest_resources .card .date_cta_container {
		display: block;
	}

	.ne_library .section_latest_resources .card .date {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.ne_library .section_latest_resources .card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.ne_library .section_latest_resources .card .thumbnail {
		height: 120px;
		max-height: 120px;
		width: 100%;
		max-width: 100%;
		border-radius: 6px 6px 0 0;
	}
}

@media (max-width: 991px) {
	.ne_library .section_latest_resources .card .thumbnail {
		height: 120px;
		max-height: 120px;
	}

	.ne_library .section_latest_resources .card .date_cta_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.ne_library .section_latest_resources .card .date {
		margin-top: 2px;
		margin-bottom: 0px;
	}

	.ne_library .section_latest_resources .card {
		margin-bottom: 30px;
		height: 250px;
		height: 280px;
	}

	.ne_library .section_latest_resources .slick-list {
		padding-left: 30px;
	}

	.ne_library .section_latest_resources .slick-slide {
		width: 80vw;
		padding: 0 9px;
	}
}

@media (max-width: 767px) {
}

@media (max-width: 500px) {
	.ne_library .section_latest_resources .card .date_cta_container {
		display: block;
	}

	.ne_library .section_latest_resources .card .date {
		margin-top: 0px;
		margin-bottom: 15px;
	}
}

/* /Latests Resources */
/* Resources */
@media (min-width:992px) {
	.ne_library .section_resources .cards_row[data-layout="list"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ne_library .section_resources .cards_row[data-layout="list"] .col-12 {
		width: 100%;
		float: none;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100% !important;
		flex: 1 0 100% !important;
		max-width: none !important;
		margin-bottom: 0 !important;
	}
	.ne_library .section_resources .cards_row[data-layout="list"] .card {
		height: 100px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 20px;
	}
	.ne_library .section_resources .cards_row[data-layout="list"] .thumbnail {
		width: 100px;
		height: 100%;
	}
	.ne_library .section_resources .cards_row[data-layout="list"] .card .content {
		height: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 14px 20px 15px;
	}
	.ne_library .section_resources .cards_row[data-layout="list"] .card .date_cta_container {
		border: 0;
		padding: 0;
	}
	.ne_library .section_resources .cards_row[data-layout="list"] .card .read_more {
		position: relative;
		bottom: 21px;
	}
	.ne_library .section_resources .cards_row[data-layout="list"] .card .type {
		position: absolute;
		bottom: 22px;
		left: 250px;
	}
}

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

.ne_library .section_resources .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_resources .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_resources .row.cards_row .col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.ne_library_resources_filter .section_resources {
		padding-top: 30px;
	}
}

.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: 991px) {
	.ne_library .section_latest_resources {
		background: #fff;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

/* /Resources */


/* 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 */


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


