.collapsible-block .mortgage-ul {display:block;}     
.use-cases .lists-wrapper {
        margin: 0 10%;
    }

    .content-ul-list,
    .use-cases ul{
        margin-bottom: 0;
        margin-top: 0;
    }

    .hidden {
        display: none;
    }

    .page-section h3 {
        font-size: 22px;
        line-height: 24px;
        margin-top: 0;
    }

    .image-col {
        margin-top: 20px;
    }

    @media screen and (min-width: 768px) {
        .image-col {
            margin: 0;
            padding: 30px 0 0;
        }

        .top-section p {
            font-family: maven_prolight;
            font-size: 1.375em;
            line-height: 1.2em;
        }

        .breadcrumbs {
            display: none;
        }
    }
    
    @media screen and (min-width: 999px) {
        .separator__plus {
            margin-bottom: 0;
        }

        .top-section p {
            font-size: 1.625em;
            line-height: 1.2em;
        }

        .page-section p {
            font-size: 18px;
        }
    }


.collapsible-block div.row {
	display: block;
	margin-left: 10px;
}
.collapsible-block div.row.full-text {
	display: none;
}

.collapsible-block.expanded .full-text {
	display: block !important;
}