/**
 * Visibility Control CSS
 * Simple hiding for elements with ecps-hidden-section class
 * JavaScript applies this class to the parent of the nearest .e-con-inner
 */

/* 
 * Hide any element with the ecps-hidden-section class
 * JavaScript will apply this to the correct parent container
 */
.ecps-hidden-section {
    display: none !important;
}