@media only screen and (max-width: 599px) {
	.latest-news__posts--with-details .post-list__item {
		padding: 10px 0 20px;
	}
}
@media only screen and (max-width: 599px) {
	.latest-news__posts--with-details .post-list__item:last-of-type {
		border-bottom: none;
	}
}
.single .post-list .single-post__info span.single-post__title {
	min-height: 45px;
}
@media only screen and (max-width: 599px) {
	.post-list__item:not(:first-of-type) {
		border-top: 1px solid #d9d9d9;
	}
}
@media only screen and (max-width: 599px) {
	.post-list__item:last-of-type {
		border-bottom: 1px solid #d9d9d9;
		margin-bottom: 14px;
	}
}
.post-list__item--side:not(:first-of-type) {
	border-top: 1px solid #d9d9d9;
	padding-top: 20px;
}
.post-list__item--side:not(:first-of-type):last-child {
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 599px) {
	.post-list__item {
		width: 100%;
		height: auto;
		padding: 14px 0 20px;
	}
	.post-list__item:first-of-type {
		padding-top: 0;
	}
}
@media only screen and (min-width: 1000px) {
	.post-list__item--side .single-post__excerpt {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.post-list__item--side .single-post__details {
		font-size: 12px;
		line-height: 15px;
		font-weight: 400;
	}
}
@media only screen and (min-width: 1000px) {
	.post-list__item--below .single-post__bg {
		width: 100%;
		padding-top: 50%;
		position: relative;
	}
}
@media only screen and (min-width: 600px) {
	.post-list__item .single-post .single-post__title {
		font-size: 18px;
		line-height: 22px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		max-height: 2lh;
	}
}
@media only screen and (min-width: 1000px) {
	.post-list .single-post.info-side.listing .single-post__excerpt {
		display: flex;
	}
	.post-list:not(.show-excerpts)
		.single-post.info-side.listing
		.single-post__excerpt {
		display: none;
	}
}
@media only screen and (min-width: 600px) {
	.post-list {
		display: grid;
	}
}
.tabs__content .post-list__item--side {
	padding-top: 14px;
}
.tabs__content .post-list__item--side:first-of-type {
	padding-top: 32px;
}
.tabs__content .post-list__item--side:last-of-type {
	padding-bottom: 14px;
}
@media only screen and (min-width: 1000px) {
	.tabs__content .post-list__item--side {
		padding-top: 32px;
	}
	.tabs__content .post-list__item--side:last-of-type {
		padding-bottom: 32px;
	}
}
.single-reviews .esi-container.single {
	margin: 25px auto;
}
.single-reviews .latest-news__posts .single-post__details {
	gap: 4px;
}
.single-reviews .latest-news__posts .single-post__details,
.single-reviews .latest-news__posts .single-post__details span {
	color: #6c6c6c;
	font-family: proxima-nova;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}
article a,
article a span {
	color: #536090;
}
.esi-container.single {
	margin-top: 36px;
	margin-bottom: 36px;
}
@media (max-width: 767px) {
	.esi-container.single {
		margin-top: 10px;
	}
}
@media only screen and (min-width: 1000px) {
	.esi-container.single {
		margin-top: 0;
		margin-bottom: 70px;
	}
}
@media only screen and (min-width: 1000px) {
	.esi-container.single .esi-post {
		margin: 37px auto 4px;
	}
}
@media (max-width: 767px) {
	.esi-container.single .bottom-section {
		padding: 0;
	}
}
.view-latest-posts {
	margin-top: 36px;
}
@media only screen and (min-width: 1000px) {
	.view-latest-posts {
		margin-top: 52px;
	}
}
.esi-post {
	max-width: var(--container);
	padding: 0 5px;
	display: flex;
	flex-direction: column;
	margin: 37px auto;
}
@media (max-width: 767px) {
	.esi-post {
		margin: 20px auto 10px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (min-width: 1000px) {
	.esi-post {
		justify-content: space-between;
		flex-direction: row;
		padding: 0;
		gap: 90px;
	}
}
.esi-post .entry-content {
	word-break: break-word;
}
.esi-post .entry-content a,
.esi-post .entry-content a span {
	font-weight: 700;
}
.esi-post .entry-content .toplist-esi__wrapper a,
.esi-post .entry-content td a {
	word-break: normal;
}
.esi-post .esi-heading {
	color: #464646;
}
.esi-post .esi-heading h3,
.esi-post .esi-heading h3 span {
	color: #464646;
	font-family: var(--font-family-Font-1, 'sans-serif') !important;
}
.esi-post li,
.esi-post p {
	font-family: proxima-nova, sans-serif !important;
	color: #464646;
	font-size: 18px;
	font-weight: 400;
}
@media (max-width: 767px) {
	.esi-post li,
	.esi-post p {
		word-wrap: break-word;
	}
}
.esi-post li strong,
.esi-post p strong {
	font-weight: 700;
}
.esi-post .accordionContent p {
	color: #6c6c6c;
}
.esi-post .esi-breadcrumbs a {
	color: #464646;
}
.esi-post img {
	height: auto;
	border-radius: 4px;
}
.esi-post img.attachment-post-thumbnail {
	object-fit: cover;
	display: block !important;
}
.esi-post header {
	margin-top: 15px;
}
@media only screen and (min-width: 600px) {
	.esi-post header {
		margin-top: 0;
	}
}
.esi-post header h1 {
	font-family: var(--font-family-Font-1, 'sans-serif');
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 36px;
	line-height: 40px;
	color: #464646;
}
@media only screen and (min-width: 600px) {
	.esi-post header h1 {
		font-size: 48px;
		font-weight: 800;
		line-height: 53px;
	}
}
.esi-post header h5 {
	text-align: left;
	font-size: 15px;
	line-height: 18px;
	margin: 20px 0 10px;
}
@media only screen and (min-width: 600px) {
	.esi-post header h5 {
		font-size: 18px;
		line-height: 22px;
		margin: 25px 0;
	}
}
.esi-post header .social-bar {
	margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
	.esi-post header .social-bar {
		margin-bottom: 0;
	}
}
.esi-post .article__categories {
	flex-wrap: wrap;
	list-style: none;
	display: flex;
	flex-direction: row;
	padding: 0;
	gap: 10px;
	margin: 0 0 30px;
}
.esi-post .article__categories li {
	font-size: 10px;
	line-height: 12px;
	padding: 7px 14px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	background: #536090;
}
@media only screen and (min-width: 600px) {
	.esi-post .article__categories {
		margin-bottom: 0;
	}
}
.esi-post .article__category {
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	background: #3d589b;
	padding: 5px 10px;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
	.esi-post .article__category {
		font-size: 16px;
		line-height: 19px;
		padding: 6px 14px;
	}
}
.esi-post .article-sidebar {
	width: 100%;
	max-width: 300px;
	display: none;
}
@media only screen and (min-width: 1000px) {
	.esi-post .article-sidebar {
		margin-left: 10px;
		display: initial;
	}
}
.esi-post article {
	max-width: 800px;
	width: 100%;
}
@media (min-width: 768px) {
	.esi-post article {
		max-width: 100%;
	}
}
.esi-post article .wp-block-image img {
	width: 100%;
	object-fit: cover;
}
.esi-post article img {
	max-width: 100%;
}
@media (min-width: 768px) {
	.esi-post article img.wp-post-image {
		width: 100%;
	}
}
.esi-post article figure {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.esi-post article .entry-content {
	font-size: 15px;
	line-height: 18px;
	clear: both;
}
@media (max-width: 767px) {
	.esi-post article .entry-content {
		line-height: normal;
	}
}
.esi-post article .entry-content strong {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
@media only screen and (min-width: 600px) {
	.esi-post article .entry-content,
	.esi-post article .entry-content strong {
		font-size: 18px;
		line-height: 22px;
	}
}
.esi-post .thumbnail-caption {
	color: #000;
	font-family: proxima-nova;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	margin: 6px 0 0;
}
.esi-post .article-desktop-zone {
	display: none;
	text-align: center;
}
@media only screen and (min-width: 600px) {
	.esi-post .article-desktop-zone {
		display: initial;
		margin: auto;
	}
}
@media only screen and (min-width: 600px) {
	.esi-post .article-mobile-zone {
		display: none;
	}
}
.esi-post__socialshare {
	margin: 5px 0 17px;
	display: flex;
	align-content: center;
	justify-content: flex-end;
}
@media (min-width: 768px) {
	.esi-post__socialshare {
		justify-content: center;
		margin: 0;
	}
}
@media (max-width: 767px) {
	.esi-post__socialshare {
		margin: 14px 0 0;
		height: 41px;
		align-items: center;
		justify-content: flex-end;
	}
}
.esi-post__socialshare a.share_item {
	width: 28px;
	height: 28px;
	background: #536090;
	border-radius: 100%;
	text-align: center;
	position: relative;
	margin-right: 6px;
}
.esi-post__socialshare a.share_item img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 13px;
	height: 13px;
}
.esi-post__socialshare a.share_item:last-child {
	margin: 0;
}
.esi-post__socialshare h3 {
	font-size: 14px;
	line-height: 17px;
	margin: 0 12px 0 0;
	color: #464646;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 10px;
}
@media only screen and (min-width: 600px) {
	.esi-post__socialshare h3 {
		margin-right: 0;
		font-size: 18px;
		line-height: 22px;
	}
}
.esi-post__socialshare .mashsb-box .mashsb-buttons,
.esi-post__socialshare .mashsb-container .mashsb-buttons {
	display: flex;
}
.esi-post__socialshare .mashsb-box .mashsb-buttons a,
.esi-post__socialshare .mashsb-container .mashsb-buttons a {
	min-width: unset !important;
	background: #94377e;
	border-radius: 50%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 23px;
	height: 23px;
	margin-bottom: 0;
	box-shadow: unset;
	position: relative;
}
@media only screen and (min-width: 600px) {
	.esi-post__socialshare .mashsb-box .mashsb-buttons a,
	.esi-post__socialshare .mashsb-container .mashsb-buttons a {
		width: 28px;
		height: 28px;
		flex: 0 0 28px;
	}
}
@media (max-width: 767px) {
	.esi-post__socialshare .mashsb-box .mashsb-buttons a,
	.esi-post__socialshare .mashsb-container .mashsb-buttons a {
		flex: 0 0 23px;
	}
}
.esi-post__socialshare .mashsb-box .mashsb-buttons a:not(:last-child),
.esi-post__socialshare .mashsb-container .mashsb-buttons a:not(:last-child) {
	margin-right: 7px;
}
.esi-post__socialshare .mashsb-box .mashsb-buttons a .icon,
.esi-post__socialshare .mashsb-container .mashsb-buttons a .icon {
	display: flex;
	height: 100%;
	width: 100%;
	position: relative;
	align-items: center;
	justify-content: center;
}
.esi-post__socialshare .mashsb-box .mashsb-buttons a .icon:before,
.esi-post__socialshare .mashsb-container .mashsb-buttons a .icon:before {
	font-size: 13px;
	margin: 0;
	position: absolute;
}
.esi-post__socialshare .mashsb-box .mashsb-buttons a .text,
.esi-post__socialshare .mashsb-container .mashsb-buttons a .text {
	text-indent: -9999px !important;
}
.esi-post__socialshare .mashsb-box .mashsb-buttons .mashicon-facebook,
.esi-post__socialshare .mashsb-container .mashsb-buttons .mashicon-facebook {
	order: 1;
}
.esi-post__socialshare
	.mashsb-box
	.mashsb-buttons
	.mashicon-facebook
	.icon:before,
.esi-post__socialshare
	.mashsb-container
	.mashsb-buttons
	.mashicon-facebook
	.icon:before {
	left: 5.5px;
	font-size: 11px;
}
@media only screen and (min-width: 600px) {
	.esi-post__socialshare
		.mashsb-box
		.mashsb-buttons
		.mashicon-facebook
		.icon:before,
	.esi-post__socialshare
		.mashsb-container
		.mashsb-buttons
		.mashicon-facebook
		.icon:before {
		font-size: 14px;
		left: unset;
	}
}
.esi-post__socialshare .mashsb-box .mashsb-buttons .mashicon-twitter,
.esi-post__socialshare .mashsb-container .mashsb-buttons .mashicon-twitter {
	order: 2;
}
.esi-post__socialshare
	.mashsb-box
	.mashsb-buttons
	.mashicon-twitter
	.icon:before,
.esi-post__socialshare
	.mashsb-container
	.mashsb-buttons
	.mashicon-twitter
	.icon:before {
	left: 6.5px;
	top: 6.5px;
	font-size: 9px;
}
@media only screen and (min-width: 600px) {
	.esi-post__socialshare
		.mashsb-box
		.mashsb-buttons
		.mashicon-twitter
		.icon:before,
	.esi-post__socialshare
		.mashsb-container
		.mashsb-buttons
		.mashicon-twitter
		.icon:before {
		left: 8px;
		top: 8.5px;
		font-size: 11px;
	}
}
.esi-post__socialshare .mashsb-box .mashsb-buttons .mashicon-linkedin,
.esi-post__socialshare .mashsb-container .mashsb-buttons .mashicon-linkedin {
	order: 3;
}
.esi-post__socialshare
	.mashsb-box
	.mashsb-buttons
	.mashicon-linkedin
	.icon:before,
.esi-post__socialshare
	.mashsb-container
	.mashsb-buttons
	.mashicon-linkedin
	.icon:before {
	left: 6.9px;
	top: 6.5px;
	font-size: 9.5px;
}
@media only screen and (min-width: 600px) {
	.esi-post__socialshare
		.mashsb-box
		.mashsb-buttons
		.mashicon-linkedin
		.icon:before,
	.esi-post__socialshare
		.mashsb-container
		.mashsb-buttons
		.mashicon-linkedin
		.icon:before {
		font-size: 11.67px;
		left: 8.5px;
		top: 9px;
	}
}
@media (min-width: 1000px) {
	.esi-post .migrated-entry > figure {
		padding: 10px 0 0;
		margin-bottom: 20px;
	}
}
@media (max-width: 999px) {
	.esi-post .migrated-entry > figure {
		margin-bottom: 35px;
	}
}
.esi-post .migrated-entry figure,
.esi-post .new-entry figure {
	width: 100% !important;
}
.esi-post .migrated-entry figcaption,
.esi-post .new-entry figcaption {
	font-weight: 400;
	font-size: 12px !important;
	line-height: 15px !important;
	color: #000;
}
@media only screen and (min-width: 1000px) {
	.esi-post .migrated-entry .wp-block-table,
	.esi-post .migrated-entry pre.wp-block-verse,
	.esi-post .new-entry .wp-block-table,
	.esi-post .new-entry pre.wp-block-verse {
		overflow: unset;
	}
}
.esi-post .author-box-bottom {
	border-radius: 4px;
	background-color: #ece3c6;
	padding: 20px 16px 16px;
	margin-bottom: 30px;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.esi-post .author-box-bottom {
		padding: 12px;
	}
}
.esi-post .author-box-bottom .fullname {
	margin: 0;
	color: #536090;
	font-size: 32px;
	font-weight: 800;
	line-height: 40px;
}
@media (max-width: 767px) {
	.esi-post .author-box-bottom .fullname {
		font-size: 24px;
	}
}
.esi-post .author-box-bottom .author-top {
	gap: 23px;
}
.esi-post .author-box-bottom .author-description {
	padding-left: 103px;
}
.esi-post .author-box-bottom .author-description .bio {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 22px;
	font-weight: 400;
	color: #464646;
	margin-top: 0;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.esi-post .author-box-bottom .author-description .bio {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.esi-post .author-box-bottom .author-description {
		padding-left: 0;
	}
}
.esi-post .author-box-bottom .author-expertise {
	color: #464646;
	font-size: 18px;
}
@media (max-width: 767px) {
	.esi-post .author-box-bottom .author-expertise {
		font-size: 16px;
	}
}
.esi-post .author-box-bottom .author-left img {
	overflow: hidden;
	border-radius: 100px;
	border: 2px solid #536090;
	width: 80px;
	height: 80px;
}
.esi-post .author-box-bottom .author-social-info {
	margin: 6px 0 0;
	padding-bottom: 16px;
}
.esi-post .author-box-bottom .author-social-info ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	margin: 0;
}
.esi-post .author-box-bottom .author-social-info ul li a {
	display: block;
	width: 28px;
	height: 28px;
	background-color: #536090;
	border-radius: 14px;
	position: relative;
}
.esi-post .author-box-bottom .author-social-info ul li a img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 11.66px;
	height: 11.66px;
}
.esi-post .author-box-bottom .author-social-info ul li:not(:first-child) {
	margin-left: 10px;
}
.esi-post .disclaimer-content-box {
	background-color: #ece3c6;
	padding: 10px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	color: #000;
	margin-bottom: 20px;
	word-break: break-word;
	font-family: proxima-nova;
}
@media (max-width: 767px) {
	.esi-post .disclaimer-content-box {
		margin-bottom: 34px;
	}
}
.esi-post .disclaimer-content-box a {
	color: #536090;
	font-weight: 700;
}
.esi-post .author-info {
	display: flex;
	max-width: 100%;
	gap: 30px;
	justify-content: space-between;
	align-items: center;
	margin: 14px 0;
}
@media (max-width: 767px) {
	.esi-post .author-info {
		display: block;
		margin: 16px 0;
	}
	.esi-post .author-info .reviewedby {
		text-align: left;
		margin-bottom: 10px;
	}
	.esi-post .author-info .reviewedby .author-display-name {
		display: inline-block;
		padding-bottom: 0;
	}
}
.esi-post .author-info label {
	color: #464646;
	font-family: proxima-nova, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px !important;
	text-transform: uppercase;
	display: inline-block;
}
@media (max-width: 767px) {
	.esi-post .author-info label {
		font-size: 12px;
	}
}
.esi-post .author-info .author-display-name {
	color: #536090;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	margin: 2px 0 0;
	cursor: pointer;
	display: block;
}
@media (max-width: 767px) {
	.esi-post .author-info .author-display-name {
		font-size: 16px;
	}
}
.esi-post .author-info .posted-date {
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.esi-post .author-info .posted-date {
		width: 60%;
		float: left;
		margin: 14px 0 0;
	}
}
.esi-post .author-info .posted-date .icon-cal {
	width: 28px;
	height: 28px;
	border-radius: 200px;
	background: #536090;
	position: relative;
}
.esi-post .author-info .posted-date .icon-cal img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.esi-post .author-info .posted-date .info-post-dated {
	padding-left: 10px;
}
@media (max-width: 767px) {
	.esi-post .author-info .posted-date .info-post-dated label {
		line-height: 21px;
	}
}
.esi-post .author-info .posted-date .info-post-dated .post-updated-date {
	color: #464646;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	cursor: pointer;
	display: block;
	line-height: 22px;
}
@media (max-width: 767px) {
	.esi-post .author-info .posted-date .info-post-dated .post-updated-date {
		font-size: 16px;
		line-height: 18px;
		margin: 0;
	}
}
.esi-post .author-info .author-name .tooltip-title {
	position: relative;
}
@media (max-width: 767px) {
	.esi-post .author-info .author-name .tooltip-title {
		display: inline-block;
	}
	.esi-post .author-info .author-name .tooltip-title h4 {
		padding-bottom: 6px;
	}
}
.esi-post .tooltip-title:hover .tooltip-info {
	display: block !important;
}
.esi-post .tooltip-title .tooltip-info {
	position: absolute;
	width: 100%;
	min-width: 250px;
	background-color: #ece3c6;
	padding: 20px 16px 16px;
	z-index: 2;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	top: 35px;
}
@media (max-width: 480px) {
	.esi-post .tooltip-title .tooltip-info {
		margin-left: -30px;
	}
}
@media (max-width: 374px) {
	.esi-post .tooltip-title .tooltip-info {
		margin-left: -87px;
	}
}
.esi-post .tooltip-title .tooltip-info:before {
	border-bottom: 12px solid #ece3c6;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	content: '';
	height: 0;
	left: 60px;
	position: absolute;
	top: -12px;
	transform: translate(-50%);
	width: 0;
}
@media (max-width: 374px) {
	.esi-post .tooltip-title .tooltip-info:before {
		left: 120px;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
	}
}
.esi-post .tooltip-title .tooltip-info .author-about p.description {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 16px 0;
}
.esi-post .tooltip-title .tooltip-info .author-about p {
	color: #464646;
	font-family: proxima-nova;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	margin: 0;
}
.esi-post .tooltip-title .tooltip-info .author-about p a.link-author {
	color: #536090;
	font-family: proxima-nova;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
}
.esi-post .tooltip-title .tooltip-info .author-about p a.link-author:hover {
	text-decoration: underline;
}
.esi-post .tooltip-title .tooltip-info .tooltip-author-head {
	display: flex;
	gap: 15px;
	align-items: center;
}
.esi-post .tooltip-title .tooltip-info .tooltip-author-head .img-author {
	height: 80px;
}
.esi-post .tooltip-title .tooltip-info .tooltip-author-head .img-author img {
	overflow: hidden;
	border-radius: 100px;
	border: 2px solid #536090;
	min-width: 80px;
	width: 80px;
	height: 80px;
}
.esi-post .tooltip-title .tooltip-info .tooltip-author-head .info-author-head {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.esi-post
	.tooltip-title
	.tooltip-info
	.tooltip-author-head
	.info-author-head
	.author-name-modal {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #536090;
}
.esi-post
	.tooltip-title
	.tooltip-info
	.tooltip-author-head
	.info-author-head
	span.author-position {
	color: #464646;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}
.esi-post
	.tooltip-title
	.tooltip-info
	.tooltip-author-head
	.info-author-head
	.author-social-info {
	margin: 6px 0 0;
	padding-bottom: 0;
}
@media (max-width: 767px) {
	.esi-post
		.tooltip-title
		.tooltip-info
		.tooltip-author-head
		.info-author-head
		.author-social-info {
		width: 100%;
	}
}
.esi-post
	.tooltip-title
	.tooltip-info
	.tooltip-author-head
	.info-author-head
	.author-social-info
	ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	margin: 0;
}
@media (max-width: 767px) {
	.esi-post
		.tooltip-title
		.tooltip-info
		.tooltip-author-head
		.info-author-head
		.author-social-info
		ul {
		justify-content: start;
	}
}
.esi-post
	.tooltip-title
	.tooltip-info
	.tooltip-author-head
	.info-author-head
	.author-social-info
	ul
	li
	a {
	display: block;
	width: 28px;
	height: 28px;
	background-color: #536090;
	border-radius: 14px;
	position: relative;
}
.esi-post
	.tooltip-title
	.tooltip-info
	.tooltip-author-head
	.info-author-head
	.author-social-info
	ul
	li
	a
	img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.esi-post
	.tooltip-title
	.tooltip-info
	.tooltip-author-head
	.info-author-head
	.author-social-info
	ul
	li:not(:first-child) {
	margin-left: 10px;
}
