/* 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: Tag Styles */
#content section>.container {
	width: 100%;
	padding: 0 !important;
}

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

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

.blog_list .blog_post_tile .post_abstract .tabs-language,
#latest-insights-container .blog_post_tile .post_abstract .tabs-language {
	display: none;
}

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

.blog_list .close_cat {
	background: url('vhs-assets-css-a5a7b3712dca606f778a3c950077d51c.svg') no-repeat center;
	width: 34px;
	height: 34px;
	display: inline-block;
	margin-left: 8px;
	position: relative;
	top: 6px;
}

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

.blog_list .blog_post_tile,
#latest-insights-container .blog_post_tile {
	margin-bottom: 60px;
}

.blog_list .blog_post_tile .post_meta,
#latest-insights-container .blog_post_tile .post_meta {
	font-size: 12px;
	color: #698A95;
	margin-top: 9px;
}

.blog_list .blog_post_tile .abstract,
#latest-insights-container .blog_post_tile .abstract {
	font-size: 18px;
	line-height: 24px;
}

.blog_list .post_meta>span::before,
#latest-insights-container .post_meta>span::before {
	content: '●';
	display: inline-block;
	padding-left: 4px;
	padding-right: 5px;
	font-size: 11px;
}

.blog_list .post_meta>span:nth-of-type(1)::before,
#latest-insights-container .post_meta>span:nth-of-type(1)::before {
	display: none;
}

.blog_list .post_abstract,
.blog_list .post_abstract em,
#latest-insights-container .post_abstract,
#latest-insights-container .post_abstract em {
	font-family: 'Merriweather Regular';
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-top: 9px;
	font-style: normal;
}

.blog_list .blog_post_tile .post_tile_headline,
#latest-insights-container .blog_post_tile .post_tile_headline {
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #0F2C35;
	font-size: 18px;
	line-height: 26px;
}

.blog_list .blog_post_tile .img,
#latest-insights-container .blog_post_tile .img {
	height: 158px;
	overflow: hidden;
}

.blog_list .blog_post_tile img,
#latest-insights-container .blog_post_tile img {
	border-radius: 6px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog_list .flex_row,
#latest-insights-container .flex_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog_list .post_abstract *,
#latest-insights-container .post_abstract * {
	font-family: 'Merriweather Regular' !important;
	font-weight: 400;
	color: #0F2C35 !important;
	font-size: 14px !important;
	line-height: 24px !important;
	text-align: left !important;
	margin-top: 9px;
	font-style: normal !important;
}

@media screen and (max-width: 991px) {
	.blog_list .blog_post_tile,
	#latest-insights-container .blog_post_tile {
		margin-bottom: 30px;
	}

	.blog_list>.container {
		padding: 0 15px;
	}

	.blog_list .nav {
		display: block;
	}

	.blog_list .nav .pagination {
		padding: 7px;
	}

	.blog_list .nav .items_per_page {
		padding: 9px;
	}
}

/* Pagination */
.blog_list .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: rgb(245 247 250 / 70%);
}

@media screen and (max-width: 1199px) {
	.blog_list .nav {
		display: block;
	}
}

.blog_list .nav .pagination {
	margin: 0;
	padding: 7px 15px 0 20px;
	display: inline-block;
	border-radius: 0;
}

.blog_list .nav .pagination li {
	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;
	color: #0F2C35;
	line-height: 27px;
}

.blog_list .nav .pagination .prev, .blog_list .nav .pagination .next {
	background-color: transparent;
}

.blog_list .nav .pagination li:not(.act):hover {
	background-color: #CBDCE2;
}

.blog_list .nav .pagination li a {
	text-decoration: none !important;
	border: none;
	color: #0F2C35 !important;
	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;
}

.blog_list .nav .pagination li.act {
	color: #fff;
	background: #ff6700;
}

.blog_list .nav .pagination li a {
	line-height: 24px;
}

.blog_list .nav .pagination li.act a {
	color: #fff !important;
}

.blog_list .nav .pagination .num {
	display: inline-block;
	position: relative;
	top: 1px;
}

.blog_list .nav .pagination li:nth-child(n+10) .num {
	left: 1px;
}

body .blog_list .nav ul.pagination li a:focus {
	text-decoration: none !important;
	font-family: 'Benton Sans Reg', Arial;
}

.blog_list .nav .items_per_page {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 30px;
}

.blog_list .nav .pagination .next {
	background: url('vhs-assets-css-41a2137a28f2d090bff9b69f30a7b710.svg') center no-repeat;
	background-color: transparent;
	background-size: 12px 12px;
}

.blog_list .nav .pagination .prev {
	background: url('vhs-assets-css-4024baca97b75d4adc61d4734b651498.svg') center no-repeat;
	background-size: 12px 12px;
}

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

.blog_list .nav .items_per_page .select2-container.select-container .select2-choice {
	height: 28px;
	border-radius: 3px;
	border: 1px solid #698A95;
}

.blog_list .nav .items_per_page .select2-chosen {
	color: #0F2C35;
	font-size: 12px;
	line-height: 28px;
}

.blog_list .nav .items_per_page .select2-choice {
	padding-left: 10px;
	height: 28px;
}

.blog_list .nav .items_per_page .select2-container {
	width: 57px;
}

.blog_list .nav .select2-container.select-container .select2-choice .select2-arrow b {
	display: none;
}

.blog_list .nav .select2-container .select2-choice .select2-arrow {
	background: transparent;
}

.blog_list .nav .select2-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: 0;
	position: relative;
	vertical-align: top;
	width: 0.45em;
	top: 8px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.select2-search {
	display: none !important;
}

.select2-drop.select-dropdown .select2-results .select2-result-label {
	font-size: 12px;
}

.blog_list .newsletter_subscribe {
	margin-top: 116px;
}

.blog_list .nav {
	margin-bottom: 116px;
}

.blog_list .blog_post_tile.language_fallback .img::after,
.blog_list .post_tile.language_fallback .img::after,
#latest-insights-container .blog_post_tile.language_fallback .img::after,
#latest-insights-container .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;
}

.blog_list .blog_post_tile .img,
#latest-insights-container .blog_post_tile .img {
	position: relative;
}

/* AUTHOR LIST */
.author_list {
	margin-top:30px;
}
.author_list .tag_name {
	font-size: 32px;
	line-height: 48px;
	color: #0F2C35;
	font-family: 'Benton Sans Med', Arial;
	text-align: center;
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 7px solid #BCCACE33;
}
.author_list .author_tile {
	margin-bottom: 30px;
}
@media (min-width:992px) {
	.author_list .author_tile {
		margin-bottom: 60px;
	}
}
.author_list .image_outer {
	height: 158px;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
}
.author_list .image_outer img {
	object-fit: cover;
	width:100%;
	height:100%;
}
.author_list .author_tile_headline {
	display: block;
	font-family: 'Benton Sans Med', 'Arial';
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #0F2C35;
	margin-top: 14px;
	margin-bottom: 10px;
}

.author_list a .author_tile_headline {
	color:#ff6700;
}


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


