/**
 * Equity
 *
 */
 
/* Custom equity class */
.equity {}

/* Video quote */
.equity.video-quote {
	padding-top: 10px;
}

/* Call out container */
.equity.call-out {
	background: #ECF0F1;
    padding: 25px 40px;
}

/* Call out image container */
.equity .image-container {
	border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: block;
}
.equity .image-container > img {
	display: block;
	width: 100%;
    height: auto;
}

/* Call out image text */
.equity.call-out .text {
	text-align: center;
}

/* Call to action image */
.equity .call-to-action img {
	display: block;
    width: 100%;
    height: auto;
}

/* Call to action text */
.equity .call-to-action p {
	width: 100%;
    text-align: center;
}

/* WCM 640 Breakpoint */
@media (max-width: 767px) {
	/* Adjust double inset content width */
    .equity.double-inset-content {
    	max-width: none;
        margin: 0px;
    }
}