.style-brand-primary-bg,
    .select2-container--default .select2-results__option[aria-selected=true] {
        background-color : #747279 !important;
    }
    .style-brand-primary-border,
    .select2-container--default .select2-selection--single,
    .select2-dropdown,
    .select2-container--default .select2-search--dropdown .select2-search__field {
        border-color : #747279 !important;
    }
    .style-brand-primary-border:focus {
        outline-color : #747279 !important;
        box-shadow : none !important;
    }
    .style-brand-primary-border-bottom-focus:focus {
        border-bottom-color : #747279 !important;
    }
    .style-brand-primary-color {
        color : #747279 !important;
    }

    .style-brand-secondary-bg {
        background-color : #ececed !important;
    }
    .style-brand-secondary-border {
        border-color : #ececed !important;
    }
    .style-brand-secondary-border:focus {
        outline-color : #ececed !important;
        box-shadow : none !important;
    }
    .style-brand-secondary-border-bottom-focus:focus {
        border-bottom-color : #747279 !important;
    }
    .style-brand-secondary-color {
        color : #ececed !important;
    }

    .style-heading-color {
        color : #2a333d !important;
    }

    .style-subheader-color {
        color : #8aa2ad !important;
    }

    .style-text-color {
        color : #333 !important;
    }

    .component-block,
    .modal {
        font-family : 'Raleway', sans-serif !important;
    }
