div.cs.rds-table {
	font-size: inherit;
}
[class*=inverse] div.cs.rds-table {
    color: #ffffff;
}
div.cs.rds-table .rds-table-cell {
	width: 50%;
	padding: 0 24px 24px;
	text-align: center;
}
@media only screen and (max-width:767px){
    div.cs.rds-table .rds-table-cell {
    	width: 100%;
        display: block!important;
    }
    .cs.rds-horizontal-divider {
        background: none;
        border-bottom: 1px solid #5271b7;
        margin: 16px 0 0;
    }
    .cs.rds-collapsible-content-inner {
    	background: none;
    	border: none;
    	padding: 12px 12px 12px 0;
    }
    .cs.rds-collapsible-content-inner:before, .cs.rds-collapsible-content-inner:after {
    	height: 0;
    }
    /*.rds-arrow-prev, .rds-arrow-next {
    	top: 22%;
    }*/
}
.more-faqs .faqs {
    display: none;
}

/* Responsive Banner */
.rds-banner .cs.rds-section-inner {
    background: url("../images/mutual-fund-investing-desktop-bnr.png") right no-repeat;
    height: 314px;
    padding-top: 85px;
    padding-left: 35px;
    padding-right: 462px!important; /* image width */
}
.rds-banner .cs.rds-section-inner h1 {
	font-size: 2.95rem;
}
.rds-banner .cs.rds-section-inner h2 {
	font-size: 1.75rem;
	line-height: 34px;
}
/* Tablet */
@media only screen and (max-width:1023px) {
	.rds-banner .cs.rds-section-inner {
	    background-size: contain;
	    height: 254px;
	    padding-top: 8.333%;
	    padding-left: 20px;
	    padding-right: 374px!important; /* image width */
	}
	.rds-banner .cs.rds-section-inner h1 {
		font-size: 2.25rem;
	}
	.rds-banner .cs.rds-section-inner h2 {
		font-size: 1.35rem;
		line-height: 28px;
		margin-top: 12px!important;
	}
}
/* Phablet */
@media only screen and (min-width: 375px) and (max-width:767px) {
    .rds-banner .cs.rds-section-inner {
        padding-top: 6.333%;
        padding-left: 10px;
        padding-right: 197px!important; /* image width */
    }
    .rds-banner .cs.rds-section-inner h1 {
    	font-size: 1.06rem;
        line-height: 22px;
    }
    .rds-banner .cs.rds-section-inner h2 {
    	font-size: 0.85rem;
    	line-height: 20px;
		margin-top: 6px!important;
    }
}
/* Phone */
@media only screen and (max-width:374px){
    .rds-banner .cs.rds-section-inner {
        background: url("../images/mutual-fund-investing-mobile-bnr.png") right no-repeat;
        padding-top: 11.333%;
        padding-left: 10px;
        padding-right: 157px!important; /* image width */
    }
    .rds-banner .cs.rds-section-inner h1 {
    	font-size: 0.851rem;
        line-height: 18px;
    }
    .rds-banner .cs.rds-section-inner h2 {
    	font-size: 0.75rem;
    	line-height: 16px;
		margin-top: 5px!important;
    }
}