

    /* for unique landing page accent color values,  put any new css added here inside tcb-bridge/js/editor */

    /* accent color */
    #thrive-comments .tcm-color-ac,
    #thrive-comments .tcm-color-ac span {
        color: #ae091a;
    }

    /* accent color background */
    #thrive-comments .tcm-background-color-ac,
    #thrive-comments .tcm-background-color-ac-h:hover span,
    #thrive-comments .tcm-background-color-ac-active:active {
        background-color: #ae091a    }

    /* accent color border */
    #thrive-comments .tcm-border-color-ac {
        border-color: #ae091a;
        outline: none;
    }

    #thrive-comments .tcm-border-color-ac-h:hover {
        border-color: #ae091a;
    }

    #thrive-comments .tcm-border-bottom-color-ac {
        border-bottom-color: #ae091a;
    }

    /* accent color fill*/
    #thrive-comments .tcm-svg-fill-ac {
        fill: #ae091a;
    }

    /* accent color for general elements */

    /* inputs */
    #thrive-comments textarea:focus,
    #thrive-comments input:focus {
        border-color: #ae091a;
        box-shadow: inset 0 0 3px#ae091a;
    }

    /* links */
    #thrive-comments a {
        color: #ae091a;
    }

    /*
	* buttons and login links
	* using id to override the default css border-bottom
	*/
    #thrive-comments button,
    #thrive-comments #tcm-login-up,
    #thrive-comments #tcm-login-down {
        color: #ae091a;
        border-color: #ae091a;
    }

    /* general buttons hover and active functionality */
    #thrive-comments button:hover,
    #thrive-comments button:focus,
    #thrive-comments button:active {
        background-color: #ae091a    }

