/*
Authored by : 
Harini Kandadai, 
RamaKrishna Palagummi,
Corey Roth.

Purpose : Responsive css for devices with max width of 991px.
 */
@media (max-width: 991px) {
	
	.eIarticle-title {
		margin-top: 30px;
	}
	
	.ei-fullwidth-par .default-gutter {
		padding-left: calc(5.5vw - -15px);
		padding-right: calc(5.5vw - -15px);
	}

	/** TTA - Inline View **/
    .article-inline-parsys {
        width:500px;
    }   
    .article-inline-text {
        width:680px;
    }

    /** Contributor Component **/
    .eiContributor {
        border-top: 1px solid #5d5d5d;
        border-bottom: 1px solid #5d5d5d;
        padding-bottom: 25px;
    }
      
    /** Essential Insights Landing Page Template and Components **/
    /** Signup **/
	.essential-signup {
		width: 482px;
		margin: 0 auto 60px;
	}

	.essential-signup:before {
		left: calc(-100vw - 241px);
		right: calc(-100vw - 241px);
	}

	.essential-signup_cta, .essential-signup_form {
		display: block;
		float: none;
		text-align: center;
	}

	.essential-signup_cta {
		margin-bottom: 15px;
	}
}
