/* Primary color for links, buttons, sidebar, portal-header etc */
a,.text-primary,.btn-link,.pagination>li>a,.pagination>li>span,.publication-contents a:hover {
    color:#f15a2b;
}

.bg-primary,.btn-primary,.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus,.portal-single-publication .publication-icon {
    background-color:#f15a2b;
}

/* Sidebar stays WHITE (base default) with orange accents — do NOT add .site-sidebar
   to the orange background rule above. The publish-link theme guardrail re-asserts this
   file on every publish so the sidebar color can't drift back to orange. */
\
\/\*\ Anti\-blue\ guardrail\:\ the\ stock\ Paligo\ base\ theme\ \(theme1\.css\)\ sets\
\ \ \ \.site\-sidebar\{background\:\#1976d2\}\.\ Normally\ layout\-custom\-style\.css\ \(loaded\ last\)\
\ \ \ overrides\ it\ with\ \#fff\ \�\�\�\ but\ if\ that\ 187\ KB\ file\ is\ missing\ on\ a\ pod\ \(it\ is\ the\ first\
\ \ \ to\ fail\ to\ propagate\;\ see\ the\ 2026\-06\-30\ incident\)\,\ the\ blue\ surfaces\.\ This\ always\-\
\ \ \ present\ base\ file\ loads\ AFTER\ theme1\.css\,\ so\ asserting\ white\ here\ keeps\ the\ sidebar\
\ \ \ white\ even\ when\ layout\-custom\-style\.css\ 404s\ on\ a\ pod\.\ \*\/\
\.site\-sidebar\{\
\ \ \ \ background\-color\:\#fff\;\
\}\

.portal-header::before{
  background-color: #c2451f;  
}


.btn-primary,.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    border-color:#f15a2b;
}

/* Hover primary color */
a:hover,a:focus,.btn-link:hover,.btn-link:focus {
    color: #c2451f;
}

.nav-site-sidebar li a:focus{
    background-color: transparent;
}

a.text-primary:hover,a.text-primary:focus,.btn-primary:hover,a.bg-primary:hover,a.bg-primary:focus,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary,.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
    background-color:#c2451f;
}

.btn-primary:focus,.btn-primary.focus,.btn-primary:hover,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary,.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
    border-color:#c2451f;
}

/* Secondary color - For portal search button, publication count */
.portal-header .portal-search button,.publication-contents h4 span {
    background-color:#F57C00;    
}
.portal-header .portal-search button:hover{
     background-color:#dc6f00;
}

/* Tertiary color - For pager */
.pager li>a,.pager li>span {
    color:#f57c00;   
}

.pager li>a:hover,.pager li>span:hover {
    background-color:#f57c00;
}    