/*
x20221005 - budnikrp - 5 October 2022 - margin-left: 10px at mobile
x20200403 - johns2ja - 3 April 2020 - 
x20200331 - johns2ja - 31 March 2020 - changes per budnikrp; implemented 3 April 2020 by johns2ja 
            ASDFNEW5 - added style="position: relative; z-index:99;" to rcumbs div - the z-index is to put it over the breadcrumbs links - add to breadcrumbs-rwd.css
            ASDFNEW6 - added #bcspacer {display: none;} - add to breadcrumbs-rwd.css
x20170906 - johns2ja - 6 September 2017 - increase .rcrumbs margin-bottom from -29px to -27px per budnikrp. 
x20170824 - johns2ja - 24 August 2017 - changed .rcrumbs, #trail rule per budnikrp to allow 
            more spacing and as a result of stripping out breadcrumbs for customization, 
            added use of .dividerspacer, later removed.  Also due to layout changes, 
            decided to re-enable flexible height on breadcrumbs. 
x20170815 - johns2ja - 15 August 2017 - final items to implement rCrumbs functionality
x20170814 - johns2ja - 14 August 2017 - tweaked to allow rCrumbs functionality 
ORIGIN - johns2ja - 11 August 2017 - called from breadcrumbs-rwd Format
*/
#wholepage{display:block;} /*x20170814*/
.dividerspacer { display: none; }/*x20170824*/
#titles { 
    /*max-height: 60px; 
    overflow:hidden;  removed per x20170824*/
}

.rcrumbs, #trail {
    font-size: 11px;
    /* x20170814    position: absolute;*/ 
    margin-bottom: -27px; /* -29px; /*-30px; /* x20170814 to replace above */ /* changed from -30px per x20170824 */ /* changed from -29px per x20170906 */
    margin-top: 6px; /* changed from 7px per x20170824 */
    /* x20170814 max-width: 320px;*/
    overflow: hidden;
}

#breadcrumbs-without-anim { /* x20200331 */
  position: relative !important; 
  z-index:99 !important;
  margin-top: 0px;
  padding-bottom: 3px;
}

.rcrumbs a.breadcrumb_link, #trail a.breadcrumb_link { 
    color: #450084; 
}
div#bcspacer { 
    height: 7px; 
    display: none; /* x20200331 */
}
@-moz-document url-prefix() { /* x20170824 */
   div#bcspacer { 
       max-height: 7px; 
       display: none; /* x20200331 */
   }
   
}

#pagetitle[style*="static"] { margin-top: 12px; margin-bottom: 6px; }/* x20170824 */
@media all and (max-width:768px){
    .rcrumbs { margin-left: 10px; }
    #pagetitle[style*="static"] { margin-top: 12px !important; }/* x20170824 */ /* x20200331 changed it from 0px to 12px per ASDFNEW10  though it needs to be 0px if pagetite only -- perhaps add override rule to page-title-only Format; x20200403 added important. */
}


/* rCrumbs overrides below */
.rcrumbs .divider {
    color: #450084;
    padding: 0px 3px 0px 0px;
}
.rcrumbs > ul > li {
    /*x20170815display: inline-block;*/
}

.rcrumbs li a[href*="#nolink"] { display: none; }