/*
* Community Theme 3.0
*
* BEGIN Home2 Theme - 12/7/2023, 5:39:01 PM
*
*  1. This file should be named community-theme2.css
*  2. It should be accompanied by home2-hero.jpg (1280px wide by at least 450px high) and home2-logo.png (640x128).
*  2a.And community-hero.png and community-hero-dark.png
*  2c.And ../activity/activity01.jpg - ../activity/activity08.jpg
*  3. Email these 3 files to helpdesk@cspace.com
*  4. Ensure the subject of the email identifies the account / community for this theme
*  Note: Theme text color and secondary text colors are not used in the new design, but can be overridden below if necessary.
*/
.theme-primary-background {
    background-color: #BA0404;
}

.theme-primary-dark-background {
    background-color: #BA0404;
}

.theme-primary-foreground {
    color: #333333;
}

.theme-primary-dark-foreground {
    color: #BA0404;
}

.theme-primary-border {
    border-color: #2196F3;
}

.theme-primary-dark-border {
    border-color: #BA0404;
}

.theme-secondary-background {
    background-color: #F7ECD7;
}

.theme-secondary-dark-background {
    background-color: #F7ECD7;
}

.theme-secondary-text {
    color: #333333;
}

.theme-secondary-dark-text {
    color: #333333;
}

.theme-highlight {
    background-color: #C6F7ED !important;
}

.theme-text-color {
    color: #333333;
}

.theme-text-dark-color {
    color: #AAAAAA;
}

.theme-secondary-text-color {
    color: #333333;
}

.theme-secondary-text-dark-color {
    color: #AAAAAA;
}

.theme-masthead-tint {
    background-color: rgba(0, 0, 0, 0.7);
}

a {
    color: #3283BF;
}

a.theme-dark-link {
    color: #0066CC;
}

/* ConfirmIt a11y updates */
.yui-panel-container {
    width: 100vw !important;
}

.yui-panel-container *:focus {
    outline: 2px solid #000 !important;
}

.confirmit-inline .wrapper {
    max-width: 100vw;
    min-width: auto;
}

.confirmit-inline .body {
    overflow: auto !important;
}

.infotext {
    max-width: 100vw;
}