/*********************************************************************/
/***** BEGIN DESIGNPLUS THEME IMPORT & CUSTOMIZATION  ****************/
/*********************************************************************/
/* Import statements need to be at the top of your CSS file */
/*** Legacy Sidebar ***/
/* For Main CSS file */
@import url(https://designtools.ciditools.com/css/themes.css);
/* For Mobile app CSS file */
/*@import url(https://designtools.ciditools.com/css/app.css);*/
/* Institution color customizations */
@import url(https://designtools.ciditools.com/css/inst_theme_overrides.css);
/*** New Sidebar ***/
/* For Main CSS files */
@import url(https://designplus.ciditools.com/css/content.css);
@import url(https://designplus.ciditools.com/css/editor.css);
/* For Mobile app CSS file */
/*@import url(https://designplus.ciditools.com/css/mobile.css);*/
:root {
    --dt-color-primary: #00594e;
    --dt-color-primary-contrast: #FFFFFF;
    --dt-color-primary-dark-text: #394B58;
    --dt-color-secondary: #d0dce4;
    --dt-color-secondary-contrast: #000000;
    --dt-color-secondary-dark-text: #212721;
    --dt-color-accent: #ffc107;
    --dt-color-accent-contrast: #FFFFFF;
    --dt-color-accent-dark-text: #000;
    --dt-color-gray: #efe7da;
    --dt-color-gray-contrast: #000000;
    --dt-color-gray-dark-text: #242424;
    --dt-color-white: #FFFFFF;
    --dt-color-white-contrast: #000000;
    --dt-color-white-dark-text: #202020;
    --dt-color-graybg: #E6E6E6;
    --dt-color-graybg-contrast: #000000;
}
.dp-wrapper.dp-flat-sections .dp-content-block:nth-child(odd),.dp-wrapper.dp-flat-sections-main .dp-content-block:nth-child(odd) {
    background: #f7f6f3
}
.btn-published, .btn-published:hover {
    background: #00594e;
}
div.css-16i50ao-view .css-1iqa4xu-gridCol { display: none; }
.css-16i50ao-view .css-1iqa4xu-gridCol { display: none; }
/*********************************************************************/
/***** END DESIGNPLUS THEME IMPORT & CUSTOMIZATION   *****************/
/*********************************************************************/