@import "https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap";

body.admin-bar {
	margin-top: 26px !important;
}

@media only screen and (max-width: 650px) {

	body.admin-bar {
		margin-top: 0;
	}
}

body {
	background-color: #ffefe5;
}

.gdpr-popup p,
.gdpr-popup .privacy-link {
	font-family: dm serif text, serif;
}

#geographyid {
	width: 300px;
}

.post_contributor_hidden {
	display: none !important;
}

.directory-filters .filter {
	width: 100% !important;
	text-align: left !important;
	margin: 15px 0;
}

#keywords {
	width: 300px;
}

.select2-results__options,
.select2-search__field,
.selection {
	font-size: 20px !important;
}

.select2-container {
	border: 1px solid #837aa4;
	border-radius: 5px;
}

.navigation.pagination {
	display: block;
}

.posts-pagination {
	font-size: 20px;
	text-align: center;
	width: 100%;
}

.wp-pagenavi span,
.wp-pagenavi a {
	font-size: 2.5rem;
	padding-right: 10px;
	border: unset;
}

.archive-company {
	cursor: pointer;
}

#library_keywords,
#library-taggedby,
#library-geography,
#library-tags,
#library-company {
	width: 270px;
}

.library-search-submit {
	background-color: #777;
	padding: 3px 45px;
	border: none;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	cursor: pointer;
}

.library_search_controls div {
	display: block;
	position: relative;
	float: left;
	margin-right: 5px;
}

.changer-intro-big {
	font-size: 2rem !important;
}

header {
	background-color: #ffefe5;
}

header nav .navbar-top {
	background: 0 0;
	padding: 0 20px;
}

header nav .navbar-mid .menu-midnav-container {
	width: 100%;
}

header nav .navbar .nav-item.middle {
	padding: 0;
}

header nav .navbar-mid .nav-item li {
	margin-right: 10px;
}

header nav .navbar-mid .nav-item li:last-child {
	margin-right: 0;
}

#header_search_form {
	display: block !important;
}

.iconOpenSearch {
	background: 0 0;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.5s;
	opacity: 1;
}

.iconOpenSearch:hover {
	opacity: 0.6;
}

*.focus,
*:focus,
*:focus-visible,
.form-control:focus {
	outline: 0;
	box-shadow: none;
	border: none;
}

#search {
	align-items: center;
	background: rgba(0, 0, 0, 0.96);
	height: 0;
	display: flex;
	justify-content: center;
	opacity: 0;
	position: fixed;
	transition: all 0.5s;
	width: 100vw;
	will-change: transform, opacity;
	z-index: -1;
}

.search-form__submit {
	background: 0 0;
	color: #fff;
	font-size: 24px;
}

#search.openBusq {
	height: 25% !important;
	opacity: 0.96;
	width: 100% !important;
	z-index: 99999;
	top: 0;
}

#search.openBusq .close-btn {
	display: block;
	top: 15px;
	font-size: 25px;
	cursor: pointer;
	opacity: 1;
	transition: all 0.5s;
}

#search.openBusq .close-btn:hover {
	opacity: 0.8;
}

#search-bar {
	background: 0 0;
	border: solid #fff;
	border-width: 0 0 1px;
	color: #fff;
	flex: 1 0 auto;
	font-size: 2rem;
	height: 2rem;
	max-width: 100%;
	outline: 0;
	padding: 2rem 1rem;
	border-bottom: solid 1px #fff !important;
	font-size: 30px;
	font-weight: 100;
}

.close-btn {
	display: none;
	color: #fff;
	font-size: 2rem;
	position: absolute;
	top: 0.5rem;
	right: 2rem;
}

.center-search {
	height: 100%;
}

.mobile-menu .burger nav #menuToggle span {
	display: block;
	width: 28px;
	height: 3px;
	margin-bottom: 4px;
}

@media (max-width: 1024px) {

	header {
		border-bottom: solid 1px #33302e;
	}

	header nav .navbar-top {
		height: 72px;
	}

	header nav .navbar-top .middle .logo img {
		width: 100%;
	}

	header nav .navbar-top .nav-item.middle {
		width: 200px !important;
		height: 36px;
	}

	header nav .navbar .nav-item.left-side {
		position: absolute;
		margin-left: 54px;
	}

	nav > div.mobile-menu > div.burger {
		top: 25px;
		left: 20px;
	}
}

.mTopLink {
	margin-top: 18px;
}

.home-new {
	padding-top: 62px;
}

@media (max-width: 991px) {

	.home-new {
		padding-top: 0;
	}
}

@media (max-width: 767px) {

	.home-new {
		padding-top: 24px;
	}
}

.page-body {
	padding: 0 20px;
	margin: 0;
	width: 100%;
	margin: auto;
}

@media (min-width: 401px) and (max-width: 500px) {

	.page-body {
		width: 100% !important;
	}
}

header nav.firstnav,
.secondnav .navbar .menu-midnav-container {
	max-width: 1220px;
	margin: 0 auto;
}

.secondnav .navbar .menu-midnav-container {
	margin: auto;
	padding: 0 20px;
}

.secondnav .navbar {
	background-color: #ffefe5;
	border-bottom: 1px solid #e6d9ce;
	border-top: 1px solid #e6d9ce;
	padding: 16px 0;
}

@media (max-width: 1279px) {

	.secondnav .navbar {
		display: block;
	}

	.mobile-menu .burger {
		display: none;
	}
}

@media (max-width: 1024px) {

	.secondnav .navbar {
		display: none;
	}

	.mobile-menu .burger {
		display: block;
	}
}

.firstnav.fixed {
	max-height: 40px;
	width: 100%;
	top: 0;
	background: #ffefe5;
	position: fixed;
	z-index: 9999;
	left: 0;
	max-width: 100%;
	border-bottom: solid 1px #33302e;
	-webkit-transition: top 0.7s ease-in-out;
	-moz-transition: top 0.7s ease-in-out;
	-ms-transition: top 0.7s ease-in-out;
	-o-transition: top 0.7s ease-in-out;
	transition: top 0.7s ease-in-out;
}

.firstnav.fixed .navbar.navbar-top {
	height: 40px !important;
	max-width: 1220px;
	margin: auto;
}

.firstnav.fixed .burger {
	top: 17px;
}

.firstnav.fixed .mobile-menu .burger nav #menuToggle span {
	width: 24px;
	height: 3px;
	margin-bottom: 3px;
}

.firstnav.fixed .nav-item.middle,
.firstnav.fixed .nav-item.middle .logo {
	width: 126px !important;
	height: auto;
	margin-top: -5px;
}

.firstnav.fixed .nav-item.right-side,
.firstnav.fixed .nav-item.left-side {
	margin-top: -5px;
}

.firstnav.fixed .nav-item.middle .logo img {
	width: 100% !important;
}

.secondnav {
	transform: translateY(-100%);
	transition: transform 0.5s;
	will-change: transform;
}

.secondnav.fixed {
	position: fixed;
	width: 100%;
	top: 40px;
	z-index: 999;
	transform: translateY(0);
}

.secondnav.fixed .navbar {
	background-color: #33302e;
	border: none;
}

.secondnav.fixed .navbar li a {
	color: #fff;
	opacity: 1;
}

.secondnav.fixed .navbar li a:hover {
	color: #fff;
	border-bottom: solid 3px #fff;
	padding-bottom: 2px;
}

.site-content {
	max-width: 1220px;
	margin: auto;
	min-height: 600px;
}

header nav .navbar-mid .nav-item li a {
	font-size: 12px;
}

@media (max-width: 1112px) {

	header nav .navbar-mid .nav-item li a {
		font-size: 11px;
	}
}

#header_search_button.show {
	padding: 0;
}

@media (max-width: 1279px) {

	#header_search_button.show {
		display: block !important;
	}
}

@media (max-width: 1024px) {

	#header_search_button.show {
		display: none !important;
	}

	.firstnav.fixed {
		min-height: 50px;
		padding-top: 4px;
	}
}

.home-new .main-section .subfeatured-articles .clear,
.home-new .section-page .mid-section .subfeatured-articles .clear,
.section-page .home-new .mid-section .subfeatured-articles .clear,
.home-new .focus-page .lower-section .subfeatured-articles .clear,
.focus-page .home-new .lower-section .subfeatured-articles .clear {
	background: #e6d9ce;
}

.main-sidebar {
	border-left: 1px solid #e6d9ce;
}

.home-new .full-width-section .cleanbum,
.home-new .full-width-section .profile-section .profile-contents .profile-stats .profile-stats__area,
.profile-section .profile-contents .profile-stats .home-new .full-width-section .profile-stats__area,
.home-new .full-width-section .profile-section .profile-contents .profile-info .profile-info__blurb,
.profile-section .profile-contents .profile-info .home-new .full-width-section .profile-info__blurb,
.home-new .full-width-section .profile-section .profile-contents .profile-info .profile-info__blurb-edit,
.profile-section .profile-contents .profile-info .home-new .full-width-section .profile-info__blurb-edit,
.home-new .full-width-section .section-header,
.home-new .full-width-section .section-header-login,
.home-new .full-width-section .section-subhead,
.home-new .full-width-section .focus-articles-section .focus-articles__header,
.focus-articles-section .home-new .full-width-section .focus-articles__header,
.home-new .full-width-section .focus-articles-half-section .focus-articles__header,
.focus-articles-half-section .home-new .full-width-section .focus-articles__header,
.home-new .full-width-section .focus-articles-section .focus-article,
.focus-articles-section .home-new .full-width-section .focus-article,
.home-new .full-width-section .focus-articles-half-section .focus-article,
.focus-articles-half-section .home-new .full-width-section .focus-article,
.home-new .full-width-section footer .foot-section-wrapper .navigation .nav-items > .nav-item,
footer .foot-section-wrapper .navigation .home-new .full-width-section .nav-items > .nav-item,
.home-new .full-width-section footer .foot-section-wrapper .foot-section h1,
footer .foot-section-wrapper .foot-section .home-new .full-width-section h1 {
	border-top: 1px solid #e6d9ce;
}

header nav .navbar-top .right-side .register-btn::before {
	display: none;
}

header nav .navbar-top .right-side .register-btn {
	background: 0 0;
	padding: 0;
	color: #000 !important;
	font-size: 14px !important;
	letter-spacing: 1px;
	background-color: #777;
	color: #fff !important;
	padding: 4px 9px;
	transition: background-color 0.3s, color 0.15s ease-out, border-color 0.15s ease-out;
}

header nav .navbar-top .right-side .register-btn:hover {
	background-color: #acacac;
	color: #fff;
}

header nav .navbar-top .right-side .login-btn {
	margin-right: 10px;
	font-size: 14px !important;
	letter-spacing: 1px;
}

header nav .navbar-top .right-side .login-btn i {
	display: none;
}

header nav .navbar-top .nav-item.middle {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

@media (max-width: 1080px) {

	header nav .navbar-top .nav-item.middle {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}
}

.country-page-new .full-width-section .reports-slider .report-inner .report-img img,
.continent-page-new .full-width-section .reports-slider .report-inner .report-img img {
	object-fit: cover;
	width: 100%;
	padding: 20px;
	padding-left: 0;
}

.country-page-new .full-width-section .reports-slider .report-inner .report-content .report-subtitle,
.continent-page-new .full-width-section .reports-slider .report-inner .report-content .report-subtitle {
	font-size: 26px;
}

.country-page-new .full-width-section .reports-slider .report-inner .report-content .report-text,
.continent-page-new .full-width-section .reports-slider .report-inner .report-content .report-text {
	font-size: 13px;
}

.country-page-new .full-width-section .reports-slider .report-inner .report-download .report-button button,
.continent-page-new .full-width-section .reports-slider .report-inner .report-download .report-button button {
	font-size: 16px;
	padding: 6px 20px;
}

@media (min-width: 900px) {

	.country-page-new .full-width-section .reports-slider .report-inner .report-img,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-img {
		flex-basis: 100%;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-content,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-content {
		flex-basis: 100%;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-download,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-download {
		flex-basis: 100%;
		align-items: flex-end;
	}
}

@media (min-width: 992px) {

	.country-page-new .full-width-section .reports-slider .report-inner .report-img,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-img {
		flex-basis: 24%;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-content,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-content {
		flex-basis: 54%;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-download,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-download {
		flex-basis: 22%;
		align-items: flex-end;
	}
}

@media (min-width: 900px) and (max-width: 1279px) {

	.country-page-new .full-width-section .reports-slider .report-inner .report-content,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-content {
		order: 0;
	}
}

@media (max-width: 991px) {

	.country-page-new .full-width-section .reports-slider .report-inner .report-img,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-img {
		flex-basis: 100%;
		order: 3;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-content,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-content {
		flex-basis: 100%;
		order: 2;
		text-align: center;
		padding: 0;
		margin: 0;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-download,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-download {
		flex-basis: 100%;
		align-items: flex-end;
		order: 1;
		padding-top: 0;
		margin-top: 0;
		padding-bottom: 0;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-content .report-date,
	.country-page-new .full-width-section .reports-slider .report-inner .report-content .report-text,
	.country-page-new .full-width-section .reports-slider .report-inner .report-content .report-subtitle,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-content .report-date,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-content .report-text,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-content .report-subtitle {
		display: none;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-download .report-button,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-download .report-button {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 200px;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-download .report-button button,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-download .report-button button {
		width: 100%;
	}
}

@media (max-width: 767px) {

	.country-page-new .full-width-section .reports-slider .report-inner .report-download,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-download {
		align-items: center;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-download .report-decor,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-download .report-decor {
		width: 194px;
		min-height: 72px;
	}

	.country-page-new .full-width-section .bx-wrapper .bx-next,
	.continent-page-new .full-width-section .bx-wrapper .bx-next {
		right: 10px;
	}

	.country-page-new .full-width-section .bx-wrapper .bx-prev,
	.continent-page-new .full-width-section .bx-wrapper .bx-prev {
		left: 10px;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-img img,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-img img {
		padding: 20px 35px;
		padding-top: 0;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-download .report-button,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-download .report-button {
		width: 148px;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-download .report-button button,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-download .report-button button {
		font-size: 14px;
	}

	.country-page-new .full-width-section .reports-slider .report,
	.continent-page-new .full-width-section .reports-slider .report {
		padding-top: 20px;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-content .report-title,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-content .report-title {
		font-size: 16px;
	}

	.country-page-new .full-width-section .reports-slider .report-inner .report-content,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-content {
		margin-top: 10px;
	}
}

@media (max-width: 480px) {

	.country-page-new .full-width-section .reports-slider .report-inner .report-content,
	.continent-page-new .full-width-section .reports-slider .report-inner .report-content {
		display: block;
	}
}

@media (max-width: 767px) {

	header#masthead {
		position: fixed;
		width: 100%;
		top: 0;
		height: 50px;
		min-height: 50px;
		z-index: 9999;
	}

	.firstnav .navbar.navbar-top {
		height: 50px !important;
		max-width: 1220px;
		margin: auto;
		position: fixed;
	}

	.firstnav .burger {
		top: 17px !important;
	}

	.firstnav .mobile-menu .burger nav #menuToggle span {
		width: 24px;
		height: 3px;
		margin-bottom: 3px;
	}

	.firstnav .nav-item.middle,
	.firstnav .nav-item.middle .logo,
	header nav .navbar-top .nav-item.middle {
		width: 160px !important;
		height: 30px !important;
		margin-top: -5px;
	}

	.firstnav.fixed .nav-item.middle,
	.firstnav.fixed .nav-item.middle .logo {
		width: 160px !important;
		height: 30px !important;
	}

	header nav .navbar .nav-item.left-side {
		position: absolute;
		right: 20px;
		margin: 0;
	}

	.firstnav.fixed .nav-item.right-side,
	.firstnav.fixed .nav-item.left-side {
		margin-top: auto;
	}
}

.mobile-menu .burger nav #menu {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0;
	left: 0;
	height: 100vh;
	padding: 20px;
	bottom: 0;
	min-height: 100%;
	border-radius: 0;
	background-color: #33302e;
	padding-top: 50px;
}

.mobile-menu .burger nav #menu li {
	margin-left: 0;
	text-align: center;
	padding: 1px;
}

.mobile-menu .burger nav #menuToggle input:checked ~ span {
	background: #fff;
	width: 12px;
	height: 2px;
	margin-bottom: 1px;
}

.mobile-menu .burger nav #menu .nav-item {
	font-size: 16px;
}

.mobile-menu .burger nav #menuToggle input:checked {
	background: #fff;
	right: 0;
	position: fixed;
	z-index: 999;
}

.new-footer .footer-inner {
	padding: 35px 20px;
	max-width: 1220px;
	width: 100%;
}

body.smr-open {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.menuLateral {
	position: fixed;
	z-index: 1000;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.slide-menu-right {
	left: -400px;
	top: 0;
	width: 400px;
	height: 100%;
	z-index: 99999;
	padding: 97px 37px;
	overflow-y: auto;
}

.toggle-slide-right {
	width: 18px;
	position: relative;
	margin-right: 16px;
	cursor: pointer;
	top: -1px;
}

.close-menu {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.close-menu img {
	width: 18px;
}

body.smr-open .slide-menu-right {
	left: 0;
}

@media (max-width: 991px) {

	.mask,
	.menuLateral,
	slide-menu-right,
	.toggle-slide-right {
		display: none !important;
	}
}

.contentNavLateral .lateralNav {
	list-style: none;
}

.contentNavLateral .lateralNav a {
	color: #2b2b2b;
	font-size: 15px;
	font-weight: 600;
	opacity: 1;
	transition: all 0.5s;
}

.contentNavLateral .lateralNav a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.contentNavLateral .lateralNav a:focus {
	text-decoration: none;
}

.contentNavLateral .lateralNav .menu-item {
	margin-bottom: 14px;
}

.contentNavLateral .lateralNav .menu-item.linkHomeLateral {
	margin-bottom: 32px;
}

.contentNavLateral .lateralNav .menu-item.parentSub {
	margin-bottom: 14px;
}

.parentSub a {
	position: relative;
	overflow: hidden;
	display: block;
}

.parentSub a::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 13px;
	z-index: 10;
	background-image: url(img/arrowSubNav.svg);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: auto;
	padding-right: 0;
	right: 0;
	top: 0;
}

.parentSub a.closed-link::before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	z-index: 10;
	background-image: url(img/arrowSubNav.svg);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: auto;
	right: 0;
	top: 0;
	transform: rotate(90deg);
}

.sub-menu {
	list-style: none;
	padding: 10px 12px;
	margin-bottom: 14px;
}

.sub-menu li {
	margin-bottom: 14px;
}

.contentNavLateral .lateralNav .sub-menu a {
	background-image: none !important;
	font-size: 13px;
	font-weight: 500;
}

.contentNavLateral .lateralNav .sub-menu a::before {
	content: none !important;
}

.cBlueP {
	color: #069 !important;
}

.cPurpleP {
	color: #7000d1 !important;
}

@media (max-width: 767px) {

	.sepRdSection {
		width: 100%;
		height: 2px;
		background-color: #777;
		margin: 36px 0;
	}
}

.sectionHome {
	border-bottom: solid 2px #777;
	padding-bottom: 52px;
	margin-bottom: 52px;
}

a.undelineTrnasition {
	color: inherit;
	text-decoration: underline 0.15em rgba(255, 255, 255, 0);
	transition: color 300ms;
}

a.undelineTrnasition:hover {
	color: #837aa4;
}

.tabsSelect .nav-tabs {
	border: none;
}

@media (max-width: 767px) {

	.tabsSelect .nav-tabs {
		margin-bottom: 12px;
	}
}

.tabsSelect .nav-tabs .nav-link,
.tabsSelect .nav-tabs .sepNavTab {
	color: #777;
	font-size: 14px;
	font-weight: 500;
	padding: 2px 0;
	border: none;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.tabsSelect .nav-tabs .nav-link:hover,
.tabsSelect .nav-tabs .sepNavTab:hover {
	color: #942951;
	opacity: 0.7;
}

.tabsSelect .nav-tabs .nav-link .sepNavTab,
.tabsSelect .nav-tabs .sepNavTab .sepNavTab {
	font-weight: 400;
}

@media (max-width: 767px) {

	.tabsSelect .nav-tabs .nav-link,
	.tabsSelect .nav-tabs .sepNavTab {
		font-size: 12px;
		padding: 2px 1px;
	}
}

.tabsSelect .nav-tabs .nav-link.active,
.tabsSelect .nav-tabs .sepNavTab.active {
	background-color: initial;
	border: none;
	color: #942951;
}

.filterPost .textLimit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.filterPost .postDestacado {
	display: inline-block;
	border-bottom: solid 1px #777;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {

	.filterPost .postDestacado {
		margin-right: 15px;
	}
}

.filterPost .postDestacado span.sepTagPostBlue {
	font-size: 28px;
	color: #069;
	font-weight: 100;
}

@media (max-width: 767px) {

	.filterPost .postDestacado span.sepTagPostBlue {
		font-size: 20px;
	}
}

@media (min-width: 768px) {

	.filterPost .postDestacado .col-md-5 {
		padding-left: 0;
	}
}

.filterPost a.seeMoreTabs {
	color: red;
	margin-top: 28px;
	border: solid 1px #707070;
	border-radius: 40px;
	color: #000;
	display: inline-block;
	padding: 5px 22px;
	font-size: 13px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.filterPost a.seeMoreTabs:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.3);
}

.filterPost .section-title {
	display: flex;
	margin: 0;
}

@media (max-width: 767px) {

	.filterPost .section-title {
		display: block;
	}
}

.filterPost .section-title h3 {
	font-weight: 800;
	flex: none;
}

@media (max-width: 767px) {

	.filterPost .section-title h3 {
		margin-bottom: 8px;
	}
}

.filterPost .section-title .tabsSelect {
	flex: auto;
	margin-left: 32px;
}

@media (max-width: 767px) {

	.filterPost .section-title .tabsSelect {
		margin-left: 0;
	}
}

.filterPost img.attachment-post-thumbnail {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

@media (max-width: 767px) {

	.filterPost img.attachment-post-thumbnail {
		width: 100%;
		height: auto;
		object-fit: contain;
		margin-bottom: 12px;
	}
}

.filterPost h3 {
	margin-bottom: 15px;
}

@media (max-width: 767px) {

	.filterPost h3 {
		margin-bottom: 12px;
	}
}

.filterPost h3 a {
	font-family: dm serif text, serif !important;
	color: #000;
	transition: 0.3s;
	opacity: 1;
	font-size: 27px;
	line-height: 31px;
}

.filterPost h3 a.tagPostBlue {
	color: #069 !important;
}

.filterPost p {
	font-size: 13px;
	color: #777;
	font-weight: 300;
	line-height: 17px;
}

.filterPost .featuredPosts img.attachment-post-thumbnail {
	height: 120px;
}

@media (max-width: 767px) {

	.filterPost .featuredPosts img.attachment-post-thumbnail {
		height: auto;
	}
}

.filterPost .featuredPosts p {
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {

	.filterPost .featuredPosts p {
		margin-bottom: 32px;
		display: inline-block;
	}
}

.filterPost .featuredPosts h3 {
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}

@media (max-width: 767px) {

	.filterPost .featuredPosts h3 {
		margin-top: 0;
	}
}

.filterPost .featuredPosts h3 a {
	font-size: 20px;
	line-height: 24px;
}

.filterPost .featuredPosts h3 span.sepTagPostBlue {
	font-size: 14px;
}

.filterPost .postInterviews{}

@media (max-width: 767px) {

	.filterPost .postInterviews {
		border-top: solid 1px #777;
		padding-top: 20px;
	}
}

.filterPost .postInterviews p.quoteInter {
	font-size: 20px;
	clear: both;
	color: #777;
	font-weight: 500;
	font-style: italic;
	line-height: 26px;
	padding-right: 20px;
	font-family: dm serif text, serif;
}

.filterPost .postInterviews img.attachment-post-thumbnail {
	object-fit: cover;
	width: 55px;
	height: 56px;
	border-radius: 100%;
}

.filterPost .postInterviews h3 {
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 12px;
	float: left;
	width: 75%;
}

.filterPost .postInterviews h3 a {
	font-size: 18px;
	line-height: 22px;
}

.filterPost .postInterviews h3 span.sepTagPostBlue {
	font-size: 14px;
	color: #069;
}

.cReports-section {
	padding-left: 5px;
}

@media (max-width: 991px) {

	.cReports-section {
		padding-left: 0;
	}
}

.cReports-section.filterPost .section-title {
	display: inline-block;
	border-bottom: solid 1px #777;
	width: 100%;
	padding-bottom: 6px;
}

.cReports-section.filterPost .section-title .tabsSelect {
	margin-left: 0;
	margin-top: 20px;
}

.cReports-section.filterPost .section-title .tabsSelect .nav-tabs {
	display: inline-block;
}

@media (max-width: 767px) {

	.cReports-section.filterPost .section-title .tabsSelect .nav-tabs {
		margin-bottom: 0;
	}
}

.cReports-section.filterPost .section-title .tabsSelect .nav-tabs .nav-link,
.cReports-section.filterPost .section-title .tabsSelect .nav-tabs .sepNavTab {
	margin-right: 15px;
	float: left;
}

.cReports-section.filterPost .contentPost {
	border-bottom: solid 1px #777;
	padding: 12px 0;
}

.cReports-section.filterPost .contentPost.postInterviews {
	display: flex;
	align-items: center;
	padding: 8px 0;
}

@media (max-width: 767px) {

	.cReports-section.filterPost .contentPost.postInterviews {
		border-top: none;
	}
}

.cReports-section.filterPost .contentPost.postInterviews h3 {
	width: 75%;
}

.cReports-section.filterPost .contentPost.postInterviews .imgInterview {
	width: 25%;
	text-align: right;
}

.cReports-section.filterPost h3 {
	line-height: 18px;
	margin-bottom: 0;
}

.cReports-section.filterPost h3 a {
	font-size: 20px;
	line-height: 24px;
	padding: 0;
	display: inline-block;
}

.cReports-section a.seeMoreTabs {
	background-color: #7000d1;
	color: #fff;
	border: solid 1px transparent;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.cReports-section a.seeMoreTabs:hover {
	text-decoration: none;
	background-color: #9448e5;
}
