/** This file is auto-generated by the Clean Theme configuration. Do not edit the file directly. */

:root {
    --hh-ct-container-max-width: 1200px;
    --default: #FAFAF9;
    --primary: #67833A;
    --info: #67833A;
    --success: #7AB26B;
    --warning: #EDB561;
    --danger: #DB626A;
    --link: #1A7DB2;
    --hh-ct-text-color-heading: #25321E;
    --text-color-main: #5A5A5A;
    --text-color-default: #4b4b4b;
    --text-color-secondary: #9C9F9B;
    --text-color-highlight: #5A5A5A;
    --text-color-soft: #555555;
    --text-color-soft2: #9C9F9B;
    --text-color-soft3: #bac2c7;
    --text-color-contrast: #ffffff;
    --background-color-main: #ffffff;
    --background-color-secondary: #FEFCFA;
    --background-color-page: #FEFCFA;
    --background-color-highlight: #F3F5F0;
    --background-color-highlight-soft: #F3F5F0;
    --hh-ct-font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-font-size: 16px;
    --hh-ct-font-weight: 400;
    --hh-ct-font-bold-weight: 700;
    --hh-ct-heading-font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-ph-font-size: 16px;
    --hh-ct-h1-font-size: 1.7em;
    --hh-ct-h1-stream-font-size: 1.45em;
    --hh-ct-h2-font-size: 1.5em;
    --hh-ct-h2-stream-font-size: 1.3em;
    --hh-ct-h3-font-size: 1.2em;
    --hh-ct-h4-font-size: 1.1em;
    --hh-ct-h5-font-size: 1.0em;
    --hh-ct-h6-font-size: 0.85em;
    --hh-ct-ph-font-weight: 700;
    --hh-ct-panel-border-width: 1px;
    --hh-ct-panel-border-style: solid;
    --hh-ct-panel-border-color: #D7DDD6;
    --hh-ct-panel-border-radius: 4px;
    --hh-ct-panel-box-shadow: 0 1px 10px #00000019;
    --hh-ct-menu-font-size: 14px;
    --hh-ct-menu-text-color: #31414a;
    --hh-ct-menu-border-color: #e4eaec;
    --hh-ct-top-bar-height: 80px;
    --hh-ct-top-bar-font-size: 13px;
    --hh-ct-top-menu-nav-justify-content: center;
    --hh-ct-top-menu-background-color: #ffffff;
    --hh-ct-top-menu-text-color: #67833A;
    --hh-ct-top-menu-button-hover-background-color: #F3F5F0;
    --hh-ct-top-menu-button-hover-text-color: #67833A;

    --background-color-main-darken-10: #e6e6e6;
    --background-color-page-darken-5: #f1efed;
    --background-color-page-lighten-10: #ffffff;
    --background-color-page-lighten-20: #ffffff;
    --background-color-page-lighten-30: #ffffff;
    --background-color-secondary-darken-2: #f9f7f5;
    --background-color-secondary-darken-5: #f1efed;
    --danger-darken-10: #b85259;
    --danger-darken-5: #c95a61;
    --danger-lighten-20: #eeb5b9;
    --danger-lighten-5: #e0777e;
    --default-darken-2: #f5f5f4;
    --default-darken-5: #ededec;
    --default-lighten-2: #ffffff;
    --info-darken-10: #4b602a;
    --info-darken-27: #1c2410;
    --info-darken-5: #597132;
    --info-lighten-25: #a3b488;
    --info-lighten-30: #afbe98;
    --info-lighten-40: #c8d2b7;
    --info-lighten-5: #738d4a;
    --info-lighten-50: #e0e6d6;
    --info-lighten-8: #7a9353;
    --link-darken-2: #1977a9;
    --link-lighten-5: #2d88b8;
    --primary-darken-10: #4b602a;
    --primary-darken-5: #597132;
    --primary-lighten-10: #7f9759;
    --primary-lighten-20: #97aa79;
    --primary-lighten-25: #a3b488;
    --primary-lighten-5: #738d4a;
    --primary-lighten-8: #7a9353;
    --success-darken-10: #649258;
    --success-darken-5: #6fa261;
    --success-lighten-20: #b6d5ae;
    --success-lighten-5: #89bb7c;
    --text-color-highlight-fade-15: #5A5A5A26;
    --text-color-highlight-fade-30: #5A5A5A4d;
    --text-color-secondary-lighten-25: #dcdddc;
    --warning-darken-10: #c99952;
    --warning-darken-2: #e6af5e;
    --warning-darken-5: #dba75a;
    --warning-lighten-10: #f2ca8f;
    --warning-lighten-20: #f7e0bd;
    --warning-lighten-40: #ffffff;
    --warning-lighten-5: #f0c078;
    --hh-ct-top-bar-bottom-spacing: 30px;
    --hh-fixed-header-height: 110px;
    --hh-fixed-footer-height: 0px;
}

@media (max-width: 768px) {
    :root {
        --hh-ct-top-bar-height: 50px;
        --hh-ct-top-bar-bottom-spacing: 5px;
        --hh-fixed-header-height: 55px;
    }
}

@media (max-width: 570px) {
    :root {
        --hh-fixed-footer-height: 52px;
    }
}

.panel-body {
  padding: 20px !important;
}
.container #space-menu {
  display: none !important;
}
.container-spaces .panel-default {
  display: none !important;
}
.wiki-content-info, .page-title-icon {
  display: none !important;
}

