/* --------------------------- */
/* Cetera Investors CSS */
/* --------------------------- */
.investorsEmblem {
    display: var(--investorsEmblemContainerDisplay, flex);
    align-items: var(--investorsContainerEmblemAI, center);
}
.investorsEmblem img {
        width: var(--investorsEmblemImgWidth, 100%);
        max-width: var(--investorsEmblemImgMaxWidth, 250px);
        height: var(--investorsEmblemImgHeight, auto);
        padding: var(--investorsEmblemImgPadding, 5px);
        filter: var(--investorsEmblemImgFilter, none);
}

@media (max-width: 991px) {
    .c-header.dev-CeteraInvestorsEnable .c-topbar__container {
		display: var(--topbarMobileDisplay, block);
        width: var(--topbarMobileWidth, 100%);
		background: var(--topBarBackgroundColor, var(--paletteColor1));
		padding: var(--topbarMobilePadding, 10px);
	}
	.c-header.dev-CeteraInvestorsEnable .c-topbar-cta-links {
        flex-flow: var(--topbarMobileContainerFlow, column);
	}
    .investorsEmblem {
        display: var(--investorsEmblemContainerDisplayMobile, flex);
    }
}