.redactor-box .image-left {
	float: left;
	margin: 0 1em 1em 0;
}

.redactor-box .image-center {
	text-align: center;
}

.redactor-box .image-right {
	float: right;
	margin: 0 0 1em 1em;
}

/*
.redactor-dropdown-format .redactor-dropdown-item-lead-paragraph {
    font-size: 120%;
}

.redactor-box .lead {
    font-size: 120%;
}


.redactor-dropdown-format .redactor-dropdown-item-cta-box {
    background-color: #e5e4f2;
    padding: 0.5em 0.75em;
    border-left: 5px solid #1f1a49;
}

.redactor-box .cta-box {
    background-color: #e5e4f2;
    padding: 0.5em 0.75em;
    border-left: 5px solid #1f1a49;
}

.redactor-dropdown-format .redactor-dropdown-item-disclaimer {
    background-color: #e6e7e8;
    padding: 0.5em 0.75em;
    color: #595b64;
    font-size: 1em;
}

.redactor-box .disclaimer {
    background-color: #e6e7e8;
    padding: 0.5em 0.75em;
    color: #595b64;
    font-size: 1em;
}
*/