/**
--Essential Insights Article Template and Components--
Authors: Harini Kandadai, RamaKrishna Palagummi, Corey Roth
**/

/** EI Article template **/
.essentialInsightsarticle {
	width: 100%;
	overflow-x: hidden;
}

.essentialInsightsarticle .globalFooter {
	margin-top: 40px;
}

.dropcase {
    float: left;
    color: #333333;
    font-size: 5em;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 0;
}

/** Testimonial Component **/
.article-quote-stretch-right .case-study-small-quote {
    word-wrap: break-word;
    float: inherit;
}

.case-study-small-quote {
    margin-left: 0;
    margin-right: 0;
}

.case-study-small-quote {
    padding-top: 1.875em;
    padding-bottom: 1.875em;
    padding-left: 4em !important;
    padding-right: 4em !important;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    display: block;
    margin-top: 1.25em;
    margin-bottom: 0.875em;
    width: 500px;
}

.case-study-small-quote > .quote-left {
    left: 0;
}

.case-study-small-quote > .quote-left {
    top: 0;
}

.case-study-small-quote > img {
    position: absolute;
    width: 3.125em;
}

.case-study-small-quote > .quote-right {
    right: 0;
}

.case-study-small-quote > .quote-right {
    bottom: 0;
    margin-bottom: 0;
}

.case-study-small-quote > img {
    position: absolute;
    width: 3.125em;
}

.case-study-small-quote-text {
    font-weight: 400;
    font-style: normal;
    font-style: italic;
    color: #5d5d5d;
    border-width: 0;
    margin-bottom: 10px;
    padding: 5px 0;
}

blockquote {
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

.case-study-small-quote .quoted-by-name {
    font-weight: 700;
    font-style: normal;
}   
    
/** Essential Insights Featured Banner **/
.essential-article-par div.title-date {
    position: relative;
    display: block;
    width: 50%;
}

.essential-article-par {
    margin-bottom: 30px;
}

.essential-article-par.full-width-image-article-light {
}

.eIarticle-title {
    width: auto;
    margin-top: 50px;
}

.eIarticle-title h1 {
    font-weight: 700;
    margin-top: 0;
    font-size: 3em;
}

.white {
	color: #FFFFFF;
}

.black {
	color: #333333;
}

.title-date .article-date {
	color: inherit;
}

.article-date > h4 {
    margin-top: 0;
    line-height: 1.1;
    font-weight: 300;
}
.ei-article-container .breadcrumbs {
    position: relative;
    top: 10px;
    left: 70px;
}
.title-date-nonfeatured {
    margin-left: 0px;
    margin-top: 40px;
}

.eIarticle-nonfeatured-title h1 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 3em;
}

.title-date-nonfeatured .article-date {
	margin-top: 10px;
}

.essentialInsightsarticle .ei-article-bannertta {
	margin-bottom: 20px;
}

.essentialInsightsarticle .ei-article-bannertta + .row h2:first-of-type {
	margin-top: 0;
}

/** Full-width edge-to-edge captioned image **/
.textimage {
	margin-bottom: 30px;
}

.textimage img {
    max-width: 100%;
}

.ei-fullwidth-par .textimage {
	border: 0 none;
	border-bottom: 1px solid #cccccc;
	border-radius: 0;
}

.ei-fullwidth-par .textimage img {
	border-radius: 0;	
}

.default-gutter .textimage {
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.default-gutter .textimage img {
	border-radius: 5px 5px 0 0;
}

/** EI Utility Nav **/
.essentialInsightsarticle .utility-nav {
	margin-top: 30px;
}

.essentialInsightsarticle .utility-nav-button-print {
	margin-left: 0;
}

.essentialInsightsarticle .utility-nav-button-container {
	float: left;
	width: auto;
	padding-right: 15px;
}

/** TTA Component - Inline View **/
.article-inline-text {
	font-weight: 400;
}


/** Inline View - Margin adjust **/
.textTitleAsset .pull-right {
	margin-bottom: 30px;
}

/** EI Contributor Component **/
.eiContributor {
	margin-bottom: 30px;
}

.contributor-head {
    color: #e41f35;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.085px;
    line-height: 18px;
    text-align: left;
    margin-top: 30px;
}

.contributor-detail {
	margin-bottom: 5px;
}

.contributor-detail:after {
	content: "";
	display: table;
	clear: both;
}

.contributor-name {
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.085px;
    line-height: 18px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.contributor-name a {
	color: #333333;
}

.contributor-name a:hover {
	color: #e41f35;
	text-decoration: none;
}

.contributor-title {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.07px;
    line-height: 18px;
    text-align: left;
    overflow: hidden;
}

.eiContributor .img-circle {
	height: 70px;
	width: 70px;
	margin-right: 15px;
	float: left;
	overflow: hidden;
}

.contributor-img {
	width: auto;
	height: 100%;
	position: relative;
	left: -20px;
}