/*
****************************************************************************
*-*-*-* Madera Skin *-*-*-*
*****************************************************************************
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

:root {
    --client-logo: url('/Content/ClientThemes/madera/madera_hz-stk-fullcolor.png');
    --client-logo-sm: var(--client-logo);

    /* Primary */
    --theme-main:      #B99C16; /* Primary-Gold  */
    --theme-accent:    #231F20; /* Primary-Black */

    /* Secondary */
    --theme-sprgrn:    #8DC13F; /* Secondary-Spring-Green */
    --theme-dkgray:    #262626; /* Secondary-DkGray       */   

    /* Light/Dark */
    --theme-light:  var(--theme-white);
    --theme-dark:   var(--theme-accent);

    /**********************************
		Header
	***********************************/
    --header-border-color: var(--theme-main);

    /**********************************
		Tabs
	***********************************/
    --tab-active-fg-color: var(--theme-dkgray);
    --tab-hover-bg-color: var(--theme-main);

    /**********************************
		Sidebar
	***********************************/
    --sidenav-item-active-bg-color: var(--theme-main);
    --sidenav-item-active-fg-color: var(--theme-white);

    /**********************************
		Search Results
	***********************************/
    --form-focus-highlight:             var(--theme-main);
    --pdf-export-active-color:          var(--theme-main);

    --mark-bg-color:                    var(--theme-main);
    --mark-fg-color:                    var(--theme-white);

    --search-results-active-bg-color:   var(--theme-accent);
    --search-results-active-fg-color:   var(--theme-white);

    /**********************************
		Footer
	***********************************/
    --footer-bg-color: var(--theme-white);

}

.client-logo {
    max-height: 100px;
}

.client-logo-sm {
    max-height: calc(60px + 0.5rem);
}

/* Section Headings, Section Labels, and Field Labels - bold */
.iq-form.tab-content .iq-section-panel-heading,
.iq-form.tab-content .col-form-label,
.iq-form.tab-content .form-label {
    font-weight: 600 !important;
}

/* Help Text & Section Descriptions - italicize */
.iq-static-text, 
.fs-6.text-dark.py-2 {
    font-style: italic;
}