.article-sharer {
    z-index: 0 !important;
}

.widget.hasRotation {
	display: none;
}

.article-comments {
	display: none;
}

#columnista-box-block {
	display: none;
}

#article-message-1, #article-message-2, #article-newsletter {
	display: none;
}

/* TTP */
.author-box {
	display: table; 
	padding-top: 20px;
}
.author-box-row {
	display: table-row;
}
.author-box-image {
	display: table-cell; 
	vertical-align: top;
}
.author-box-content {
	display: table-cell; 
	padding-left: 30px;
}
.author-box-text {
	margin-top: 20px;
}
.author-box-social li a {
	color: gray;
	padding-left: 20px;
}
.author-box-image img {
	width: 120px;
	border-radius: 50%;
	border: #E12248 solid 0.5px;
  }
.author-box-social {
	margin-left: -60px;
}
.icon.phone:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3cd";
}
.icon.web:before {
	font-family: "Font Awesome 5 Free";
	content: "\f57d";
}
.icon {
    color: gray;
    font-size: 1.2em;
    margin-right: 5px;
}
.article-bio-box:after {
    content: "";
    display: table;
    clear: both;
    box-sizing: border-box;
}
.article-bio-box-column {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.article-author-picture {
    float: left;
    margin-right: 14px;
}
.article-author-picture img {
    width: 66px;
    height: 66px;
    object-fit: cover;
    border-radius: 50px;
    margin-left: 10px;
    border: #E12248 solid 0.5px;
}
.article-author {
	margin-top: 5px;
}
.author-box-image img {
  	width: 120px;
  	border-radius: 50%;
  	border: #E12248 solid 0.5px;
}
.author-box-social {
  	margin-left: -60px;
}
.pre-title {
	display: inline-flex;
}
.article-kicker {
	margin-right: 3px;
} 
.article-kicker.type-of-work {
	color: #e12248;
}
.article-kicker .tooltiptext {
	visibility: hidden;
	width: 400px;
	background-color: #f8f8f8;
	color: rgb(0, 0, 0);
	text-align: left;
	text-transform: none;
	font-weight: 300;
	border-radius: 3px;
	border: silver solid 0.5px;
	padding: 20px;
	font-weight: "200";
	line-height: 1.5em;
	position: absolute;
	z-index: 1;
	margin-top: 20px;
	margin-left: -50px;
} 
.article-kicker .tooltiptext b {
	text-transform: uppercase;
} 
.article-kicker:hover .tooltiptext {
	visibility: visible;
}
.article-kicker.pipe {
	  color: black;
}
.trust-project-badge {
    display: inline-flex;
    margin-top: -10px;
    width: 415px;
}
.trust-project-badge a {
    align-self: center;
}
.trust-project-badge p {
    margin-top: 15px; 
    margin-right: 5px; 
    font-size: 14px; 
    color: #777;
    width: 50%;
}
#page-content.patrocinado .main-box {
	width: 100%;
  }
  
#page-content.patrocinado .main-box-block {
	width: 70%;
	padding-right: 0%;
	margin-right: 0%;
	border-right: none;
	margin: 0 auto;
}

#page-content.patrocinado .pre-title {
	display: inline-flex;
}
#page-content.patrocinado .article-kicker.type-of-work {
	color: #e12248;
}

#page-content.patrocinado .article-kicker.type-of-work.sponsored {
	/* color: #0074D6; */
	color: #4462a7;
}

#page-content.patrocinado .article-kicker {
	margin-right: 3px;
}

#page-content.patrocinado .article-kicker.bar {
	color: black;
}
#page-content.patrocinado .article-kicker {
	text-transform: uppercase;
	color: #777;
	margin-bottom: 8px;
	font-weight: bold;
}

#page-content.patrocinado .article-sharer:before,
#page-content.patrocinado .article-related:before,
#page-content.patrocinado .article-inset:before {
	border-top: 4px solid #4462a7;
}

#page-content.patrocinado .article-related-link:before {
	color: #4462a7;
}

#page-content.patrocinado .article-author-picture {
	float: left;
	margin-right: 14px;
}

#page-content.patrocinado .article-author-picture img {
	width: 66px;
	border-radius: 50px;
	border: 1px solid #ccc;
}
@media screen and (max-width: 992px) {
	.article-bio-box-column {
		width: 100%;
		box-sizing: border-box;
	}
	.author-box-image img {
		width: 80px;
	}
	.author-box-content {
		padding-top:5px;
		padding-left: 20px;
	}
	.main-box-twocolumns.horizontal img {
		height: 80px;
	}
	.story-box-lead {
		padding-top: 10px;
		max-height: none;
	}
	.author-box-text {
		margin-left: -100px;
	}
	.author-box-social {
		margin-left: -160px;
	}
	.article-kicker .tooltiptext {
		width: 250px;
	}
	.article-kicker {
		font-size: 12px;
	}
}