/*
SBL Dark: #6a5c51
SBL Light: #dacdc3

 
Teal: 034f59 (for headers and CTA buttons and links)
Light Teal: a5cdce (background for boxes)
Orange: f78d2d (for highlights, lines, copyright box at the footer)
Light Orange: f7dfc9 (for global footer, backgrounds)
Light Blue: D7E9EB (for ppv, pdf bg buttons)
*/

/* Universal Header - bottom bar background Per Dan in Aug 2021 use dark teal 034f59 on publisher pages and journal pages*/
.site-theme-header {
	border-bottom: 2px solid #034f59;
}

/* Header - Menu Bar Text Color  GBC Note: this was not in sample from SIS; Per Dan in Aug 2021 use black*/
/* GBC 20210924 - removed, new umbrella link color replaces this black
.journal-header .site-menu .site-menu-lvl-0 > a.nav-link {
	color: #1a1a1a;
}  --- */

/* Universal Header - GBC Note: fix for the text color in the user menu drop down b/c SIS wouldn't */
/* GBC 20210924 - removed, new umbrella link color replaces this 
.dropdown-panel .dropdown-menu a, .dropdown-panel .widget-LoginForm a
{
	color: #1a1a1a;
} --- */

/* Header - Primary Logo Bar Background  Per Dan in Aug 2021 use light */
.journal-bg {
	background-color: #dacdc3;
}

/* Journal Header GBC 20210925 - bottom bar background Per Dan in Aug 2021 use dark publisher color */
.journal-header {
    border-bottom: 4px solid #6a5c51;
}

/* Header - Menu Bar Text Color  GBC Note: this was not in sample from SIS; Per Dan in Aug 2021 use black*/
.journal-header .site-menu .site-menu-lvl-0 > a.nav-link {
	color: #1a1a1a;
}

/* Header - Primary Logo Size (Max height = 80px) */
.journal-header .journal-logo {
	width: auto;
	height: 50px;
}

/* Header - Affiliate Logo Sizes (Max height = 80px) GBC Note: height doesn't work here because the max-height from the umbrella css*/
.journal-header .society-logo {
	width: auto;
	height: 50px;
}

/* Header - Affiliate Logo Sizes (Max height = 80px) GBC Note: fixed max height... was set to 2.5rem */
.journal-header .journal-header_content.with-society-logo .society-block_wrap .society-logo {
    max-height: 5rem;
}

/* Footer - Background Color Per Dan in Aug 2021 use light  */
.widget-SitePageFooter .journal-footer.journal-bg {
	background: #dacdc3;
}

/* Footer - GBC 20210924, per Dan increase the padding here from 1rem to 2rem */
.widget-SitePageFooter .journal-footer .journal-footer_content {
    padding-top: 2rem;
}

/* Footer - Text Color GBC Note: this was not in sample from SIS ; Per Dan in Aug 2021 use black*/
.journal-footer, .journal-footer_content .journal-footer-menu ul li a, .journal-footer-colophon li {
	color: ##1a1a1a;
}

/* Footer - Logo Sizes  GBC Note: height doesn't work here because the max-height from the umbrella css*/
.journal-footer .journal-footer-affiliations-logo {
	width: auto;
	height: 50px;
}

/* Footer - Logo Sizes (Max height = 80px) GBC Note: fixed max height... was set to 2.5rem in the umbrella css*/
.widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img {
    height: 100%;
    max-height: 5rem;
}

/* Widget - Accent Border GBC Note: this was not in sample from SIS */
.pg_Index .widget-ArticleListNewAndPopular, .pg_Index .widget-SelfServeContent[class*="_feed"], .pg_index [class*=home-row] .widget-SelfServeContent:not([class*=content-ad]):not([class*=journal-covers]) {
	border-top:7px solid #6a5c51 !important;
}