/* Blog: Tag Nav Styles */
.blog .tagnav {
	background-color: #F2F6F8;
	padding-top: 20px;
	/* padding-bottom: 20px; */
	position: relative;
}

.blog .tagnav .custom_col {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog .tagnav .tag_nav_btn {
	color: #FF6700;
	border-color: #FF6700;
	margin: 0 8px;
	margin-bottom: 20px;
	background-color: transparent;
}

.blog .tagnav .tag_nav_btn:hover,
.blog .tagnav .tag_nav_btn.act {
	background-color: #FF6700;
	color: #fff;
	-webkit-box-shadow: 0px 5px 15px #0F2C353F;
	box-shadow: 0px 5px 15px #0F2C353F;
}

.blog .tagnav .tag_nav_btn:focus {
	background-color: #FF5122;
	color: #fff;
	-webkit-box-shadow: 0px 5px 15px #0F2C353F;
	box-shadow: 0px 5px 15px #0F2C353F;
}

.blog .custom_col {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog .tagnav_flyout {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #F2F6F8;
	-webkit-box-shadow: 0px 10px 10px #0F2C3526;
	box-shadow: 0px 10px 10px #0F2C3526;
	padding: 6px 0 30px;
	display: none;
}

.blog .tagnav .tagnav_trigger {
	width: 32px;
	min-width: 32px;
	padding: 0;
	height: 32px;
	padding-top: 1px;
	font-size: 21px;
	position: relative;
}

.blog .tagnav .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog .tagnav .tagnav_flyout_link {
	padding: 4px 0;
	display: block;
	color: #FF6700
}

.blog .tagnav .tagnav_flyout_link:hover {
	color: #FF5122;
}

.blog .tagnav .tagnav_flyout_link:focus {
	font-family: 'Benton Sans Med', Arial, sans-serif;
}

@media screen and (max-width: 991px) {
	.blog .tagnav .tag_nav_btn {
		margin: 0 5px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.blog .tagnav .tagnav_flyout_link {
		text-align: center;
	}
}


/* Blog: Home Styles */
#content section>.container {
	width: 100%;
	padding: 0 !important;
}

#content section>.row {
	margin: 0 !important;
}

body footer {
	margin-top: 0 !important;
}

.blog_home .blog_post_tile .post_abstract .tabs-language {
	display: none;
}

/* .blog_home p a:visited {
	color: #FF6700 !important;
} */
.blog_home .row_featured {
	margin-top: 30px;
	margin-bottom: 20px;
}

.blog_home .post_meta {
	font-size: 12px;
	color: #698A95;
	margin-top: 3px;
}

.blog_home .post_meta>span {
	position: relative;
}

.blog_home .post_meta>span::before {
	content: '●';
	display: inline-block;
	padding-left: 4px;
	padding-right: 5px;
	font-size: 11px;
}

.blog_home .post_meta>span:nth-of-type(1)::before {
	display: none;
}

.blog_home .post_abstract,
.blog_home .post_abstract * {
	font-family: 'Merriweather Regular' !important;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 24px !important;
	margin-top: 5px;
	font-style: normal !important;
}

.blog_home .featured_post_1 .post_abstract,
.blog_home .featured_post_1 .post_abstract * {
	font-size: 18px;
	line-height: 32px;
}

.blog_home .abstract {
	margin-top: 25px;
}

.blog_home .detail_link {
	display: block;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

.blog_home .detail_link:hover {
	color: #ff6700;
}

.blog_home .featured_post_1 .img {
	height: 495px;
	overflow: hidden;
	position: relative;
}

.blog_home .featured_post_1 .abstract {
	font-size: 18px;
	line-height: 24px;
}

.blog_home .post_tile_headline {
	display:block;
	font-family: 'Benton Sans Med', 'Arial';
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #0F2C35;
	font-size: 18px;
	line-height: 26px;
}

.blog_home .featured_post_1 .post_tile_headline {
	font-size: 32px;
	line-height: 48px;
}

.blog_home .featured_post_2 {
	margin-bottom: 40px;
}

.blog_home .featured_post_2 .img,
.blog_home .featured_post_3 .img {
	height: 180px;
	overflow: hidden;
	position: relative;
}

@media (min-width: 1200px) {
	.blog_home .left_col {
		padding-right: 22px;
	}

	.blog_home .right_col {
		padding-left: 22px;
	}
}

.blog_home .row_featured_more {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background: #F2F6F8;
	padding-top: 30px;
	padding-bottom: 30px;
}

.blog_home .row_featured_more .img {
	height: 152px;
	overflow: hidden;
	position: relative;
}

.blog_home .row_featured_more .container.bot .text-right {
	padding: 0;
}

.blog_home .row_featured_more .container.top {
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog_home .row_featured_more .all_articles,
.blog_home .row_discover_latest .all_articles {
	background: url('vhs-assets-css-11f0df5f176b87b84980f21781e4f9df.svg') no-repeat center;
	background-size: 23px 10px;
	background-position: right center;
	padding-right: 24px;
	display: inline-block;
	color: #FF6700;
	font-size: 18px;
}

.blog_home .row_editors_pick .subsection_headline {
	margin-bottom: 25px;
}

.blog_home .row_editors_pick .editors_pick {
	padding-top: 20px;
}

.blog_home .row_editors_pick .img {
	height: 140px;
	width: 232px;
	margin-right: 30px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}

.blog_home .fit_image img {
	position: absolute;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: auto;
	z-index: 1;
}

.blog_home .featured_post_2 .fit_image img,
.blog_home .featured_post_3 .fit_image img {
	max-width: 100%;
}

@supports (object-fit: cover) {

	.blog_home .fit_image img,
	.blog_home .featured_post_2 .fit_image img,
	.blog_home .featured_post_3 .fit_image img {
		border-radius: 6px;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.blog_home .row_editors_pick {
	margin-top: 60px;
	margin-bottom: 24px;
}

.blog_home .row_editors_pick .featured_resources {
	background: #F2F6F8;
	border-radius: 6px;
	padding: 20px 30px 6px 30px;
}

.blog_home .row_editors_pick .featured_resource {
	margin-bottom: 18px;
	padding: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
}

.blog_home .row_editors_pick .featured_resource .img {
	min-width: 48px;
	width: 48px;
	height: 48px;
	border: 1px solid #707070;
}

.blog_home .row_editors_pick .featured_resource .dl_resource_btn {
	width: 32px;
	height: 32px;
	border-radius: 3px;
	background-color: #FF6700;
	border: 1px solid #FF5122;
	position: absolute;
	right: 0;
	top: 0px;
}

.blog_home .row_editors_pick .featured_resource .cat {
	font-size: 12px;
	line-height: 24px;
	color: #BCCACE;
	margin-top: -6px;
}

.blog_home .row_editors_pick .featured_resource .title {
	font-size: 18px;
	line-height: 24px;
	color: #FF6700;
}

.blog_home .row_editors_pick .featured_resource .text {
	position: relative;
	padding-right: 40px;
}

.blog_home .row_editors_pick .featured_resource .title:hover {
	color: #FF5122;
}

.blog_home .row_editors_pick .featured_resource .title:focus {
	font-family: "Benton Sans Med", Arial, sans-serif;
}

.blog_home .row_editors_pick .featured_resource .dl_resource_btn::before {
	content: '';
	position: absolute;
	bottom: 7px;
	width: 14px;
	left: 8px;
	height: 1px;
	background: #fff;
}

.blog_home .row_editors_pick .featured_resource .dl_resource_btn::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('vhs-assets-css-26dabb432a697c5522fe8647191b2c35.svg') no-repeat center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background-position: 6px 11px;
	top: 0;
	background-size: 11px;
}

.blog_home .row_editors_pick .featured_resource .dl_resource_btn .cat {
	font-size: 12px;
	line-height: 24px;
	color: #BCCACE;
	margin-bottom: 5px;
}

.blog_home .row_editors_pick .featured_resource .dl_resource_btn .title {
	font-size: 18px;
	line-height: 24px;
	color: #FF6700;
	margin-bottom: 5px;
}

.blog_home .row_editors_pick .featured_resource .right {}

.blog_home .row_editors_pick .post_tile {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blog_home .row_editors_pick .post_tile .headline {
	margin-top: 0;
}

.blog_home .row_discover .headline {
	color: #0F2C35;
	font-size: 48px;
	line-height: 1;
	text-align: center;
	margin-bottom: 60px;
}

.blog_home .row_discover_latest {
	margin-bottom: 60px;
}

.blog_home .row_discover_latest .discover_sub_headline {
	text-align: center;
	font-size: 32px;
	line-height: 48px;
	color: #0F2C35;
	font-family: 'Benton Sans Med', 'Arial';
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 7px solid #BCCACE33;
}

.blog_home .row_discover_latest .thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog_home .row_discover_latest .custom_flex_col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}

.blog_home .row_discover_latest .custom_flex_col .tile_thirds_custom {
	width: 33.3333%;
	padding: 0 18px;
}

.blog_home .row_discover_latest .cat_btn {
	margin-top: 25px;
}

.blog_home .row_discover_latest .custom_flex_col .headline {
	margin-top: 15px;
}

.blog_home .row_discover_latest .custom_flex_col .tile_thirds_custom .img.fit_image {
	height: 158px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 1399px) {
	.blog_home .row_editors_pick .img {
		height: 110px;
		width: 200px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 1199px) {
	.blog_home .featured_post_1 {
		margin-bottom: 35px;
	}

	.blog_home .row_featured_more .col-lg-3 {
		margin-bottom: 30px;
	}

	.blog_home .row_editors_pick .editors_pick {
		/* margin-left: 0; */
	}

	.blog_home .row_editors_pick .img {
		width: 160px;
		height: 100px;
		margin-right: 15px;
	}

	.blog_home .row_editors_pick {
		margin-top: 30px;
	}

	.blog_home .row_discover .headline {
		font-size: 34px;
		margin-bottom: 30px;
	}

	.blog_home .row_discover_latest .discover_sub_headline {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 5px;
		border-bottom-width: 4px;
	}
}

@media screen and (max-width: 991px) {
	.blog_home .row_discover_latest .custom_flex_col .tile_thirds_custom {
		width: 100%;
	}

	.blog_home .row_discover_latest .cat_btn {
		margin-top: 0;
	}

	.blog_home .row_discover_latest .custom_flex_col {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.blog_home .row_discover_latest .custom_flex_col .tile_thirds_custom .blog_post_tile {
		margin-bottom: 30px;
	}

	/*
	.blog_home .row_discover_latest .custom_flex_col .tile_thirds_custom .detail_link_img {
		margin-right: 20px;
	} */
	.blog_home .row_discover_latest {
		margin-bottom: 30px;
	}

	.blog_home .featured_post_1 .img {
		height: 350px;
	}
}

@media screen and (max-width: 767px) {
	.blog_home .row_discover_latest .col-xs-10.col-xs-offset-1 {
		margin-left: 0;
		width: 100%;
	}

	.blog_home .row_editors_pick .editors_pick {
		margin-left: 0;
		width: 100%;
	}
}

.blog_home .blog_post_tile.language_fallback .img::after,
.blog_home .post_tile.language_fallback .img::after {
	content: '';
	position: absolute;
	left: 10px;
	bottom: 4px;
	background: url('vhs-assets-css-e9df91b7bc496c24516a1753ab90b6f0.svg');
	background-size: 100%;
	width: 32px;
	height: 32px;
	z-index: 1;
}


.row_webinar {
	margin-bottom: 60px;
}

.row_webinar img {
	border-radius: 6px;
	max-width: 100%;
	height: auto;
}

.blog_tag .row_webinar {
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
}

.blog_home .row_webinar {
	margin-left: 8.33333333%;
	width: 83.33333333%;
}

@media screen and (max-width: 1199px) {
	.row_webinar {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.blog_home .row_webinar {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

/*
.row_webinar .webinar {
	background-color: #0D2B7A;
	padding: 50px 30px;
	border-radius: 6px;
}

.row_webinar .webinar .headline {
	font-size: 32px;
	line-height: 43px;
	color: #fff;
	margin-bottom: 18px;
	padding-bottom: 0;
}

.row_webinar .webinar .link:hover {
	text-decoration: underline;
}

.row_webinar .webinar .subline {
	color: #fff;
	font-size: 18px;
	line-height: 27px;
}

.row_webinar .webinar .datetime {
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	font-style: italic;
	margin-bottom: 35px;
}

.row_webinar .webinar .link {
	font-size: 32px;
	line-height: 43px;
	color: #FF6700;
} */


/* Blog: Newsletter Subscribe Block */
.newsletter_subscribe {
	min-height: 170px;
	background: #698A95;
	color: #fff;
	padding: 30px 0;
	margin-bottom: -1px;
}

.newsletter_subscribe .inner_container .letter_icon {
	width: 132px;
	height: 130px;
	margin-right: 43px;
	display: inline-block;
}

.newsletter_subscribe .inner_container .letter_icon img {
	width: 100%;
	height: auto;
}

.newsletter_subscribe .inner_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0;
}

.newsletter_subscribe .subline {
	font-family: 'Benton Sans Reg', 'Arial' !important;
}

.newsletter_subscribe .newsletter_cta {
	margin-left: auto;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-family: 'Benton Sans Reg', 'Arial' !important;
}

.newsletter_subscribe .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 15px;
}

.newsletter_subscribe .headline {
	color: #fff;
	margin-bottom: 0;
	font-size: 32px;
	line-height: 43px;
}

.newsletter_subscribe .subline {
	color: #fff;
	margin-top: 10px;
}

.newsletter_subscribe .subline i {
	font-style: italic;
}

@media screen and (max-width: 1199px) {
	.newsletter_subscribe .inner_container .letter_icon {
		min-width: 100px;
		width: 100px;
		height: 98px;
		margin-right: 30px;
	}

	.newsletter_subscribe .headline {
		font-size: 28px;
		line-height: 36px;
	}

	.newsletter_subscribe .newsletter_cta {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.newsletter_subscribe {
		min-height: auto;
	}
}

@media screen and (max-width: 991px) {
	.newsletter_subscribe .inner_container .letter_icon {
		min-width: 80px;
		width: 80px;
		height: 78px;
		margin-right: 20px;
	}

	.newsletter_subscribe .headline {
		font-size: 22px;
		line-height: 30px;
	}

	.newsletter_subscribe .subline {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.newsletter_subscribe .inner_container {
		display: block;
	}

	.newsletter_subscribe .newsletter_cta {
		margin-top: 35px;
	}
}

@media screen and (min-width: 768px) {
	.vex-dialog-message {
		min-width: 450px;
	}
}


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


