/*
Site Name: Fixed Income Leaders 2024
Cycle: BS4
Office: USA
Year: 2024
URL: https://fixedincome.wbresearch.com/
----------------------------------------------------------------*/
:root {
  --event-font-primary:'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'!important;
  --event-font-secondary:'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'!important;
  --event-color-primary:#EB9554!important;
  --event-color-secondary:#c20027!important;
  --event-info-onscroll:#F1813F!important;
  --event-header-color:#012B45!important;
  --event-hero:url(/UploadedFiles/EventPage/1003862/images/bg-img-hero-4.jpg) center center scroll no-repeat #012B45;
  --event-inner-page-strip:url(/UploadedFiles/EventPage/1002389/images/bg-inner-page-strip.jpg) center center scroll no-repeat #012B45;
}

body.front header:before {background:unset;}

/* Header Dynamic Typography - Overrides */
body.front .header-top {justify-content:flex-end!important; padding-bottom:5em;}

/* Remove Under HEro Border */
body.front header:after {content:none;}
body.front .header-top {height:100vh;}

/********************************
  on-scroll-flex-nav.css
********************************/
body.front .header-bottom .navbar-header{opacity:0; transition: all 0.8s ease; }
body.front .header-bottom ul.nav.navbar-nav{width:100%;display:flex;justify-content: space-between;transition: all 0.8s ease;}
body.front .header-bottom.on-scroll .navbar-header{opacity:1; transition: all 0.8s ease; }
body.front .header-bottom.on-scroll ul.nav.navbar-nav{width:80%; display:flex; justify-content: space-between; transition: all 0.8s ease;}
@media(max-width:990px){body.front .header-bottom .navbar-header,body.front .header-bottom.on-scroll .navbar-header{opacity:1;} body.front .header-bottom.on-scroll ul.nav.navbar-nav{width:unset;}}
  
/********************************
  event-info-on-scroll.css
********************************/
body.front .header-bottom {background:none; box-shadow:none; transition: all 0.4s ease;}
body.front .header-bottom .navbar-nav > li > a {color:#fff;}
body.front .header-bottom .logo {filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1);}

/* Top Nav On Scroll */
body.front .header-bottom.on-scroll {background-color:#fff; outline:1px #eee solid; } 
body.front .header-bottom.on-scroll .navbar-nav > li > a {color:#2d2c2c;}
body.front .header-bottom.on-scroll .navbar-nav > li:hover {color:#2d2c2c;}
body.front .header-bottom.on-scroll .navbar-nav > li:hover a:hover{color:#fff;}
body.front .header-bottom.on-scroll .navbar-nav > li:last-child > a {color:#fff;}
body.front .header-bottom.on-scroll .logo {filter: none; -webkit-filter: none;}

/* Event Info On Scroll */
body.front #header_top #header-info.on-scroll {top:5.75em!important; position:fixed; width:100%!important; z-index:999; left:0; right:0; padding:.35rem;  background-color: var(--event-info-onscroll); box-shadow: 0 3px 10px 1px rgba(0,0,0,.3)!important;}
 
/* Primary Nav - Toggle */
body.front .header-bottom .navbar .navbar-toggle{border:none!important; background:none!important;}
body.front .header-bottom .navbar .navbar-toggle .icon-bar{border-color:#fff!important;}
body.front .header-bottom.on-scroll .navbar .navbar-toggle{border-color:#2d2c2c!important; background:none!important;}
body.front .header-bottom.on-scroll .navbar .navbar-toggle .icon-bar{border-color:#2d2c2c!important;}
body.front .header-bottom .navbar .navbar-toggle, body.not-front .header-bottom .navbar .navbar-toggle{border:none!important;}

/* Primary Nav - Mobile Dropdown */
@media(max-width:990px){body .header-bottom .navbar .navbar-collapse.collapse.show .navbar-nav, body .header-bottom .navbar .navbar-collapse.collapsing .navbar-nav {background:#fff; width:100%; padding:1em;} body .header-bottom .navbar .navbar-collapse.collapse.show li a, body .header-bottom .navbar .navbar-collapse.collapsing li a {color:#2d2c2c;}}
 