/*
Site Name: Fixed Income Leaders USA
Cycle: BS4
Office: USA
Year: 2025
URL: http://fixedincomeus.wbresearch.com
----------------------------------------------------------------*/
:root {
--pallette: #05056F #0000CC #043AFE #06E5FC #0BF9AF #E17BFF #8C8CFF  ;
--font-weights: Light:300 / Regular:400 / Medium:600 / SemiBold:700 / Bold:800 / ExtraBold :900;
--event-font-primary: 'barlow', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'!important;
--event-font-secondary: 'barlow', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'!important;
--event-color-primary: #06E5FC!important;
--event-color-secondary: #0000CC!important;
--event-header-color: #05056F!important;
--gradient-event: linear-gradient(139deg,var(--event-header-color) 57%, var(--event-color-primary) 100%);  
--event-inner-page-strip:url('/UploadedFiles/EventPage/1005340/images/inner-page-strip.jpg') center 20% scroll no-repeat;
--event-logo-color:url('/UploadedFiles/EventPage/1005404/images/FILS-US-Logo-2-Line-Color.svg') center center no-repeat;
--event-logo-knockout:url('/UploadedFiles/EventPage/1005404/images/FILS-US-Logo-2-Line-knockout.svg') center center no-repeat;
}

body .header-bottom .navbar a.navbar-brand {width: 170px !important; top: -10px !important;}

/********************************
	Buttons & Nav Color 
********************************/
.btn-event,.navbar-nav > li:last-child > a, .navbar-nav > li:nth-last-child(2) > a,.btn-pricing-control,.StradTemplate input[type=submit],.thank-you a,button.btn-danger,.back-button,.blog .btn.btn-secondary{border-radius:0!important;}
.btn-event:hover,.navbar-nav > li:last-child > a:hover,.btn-pricing-control:hover,.StradTemplate input[type=submit]:hover,.thank-you a:hover,button.btn-danger:hover{}
.navbar-nav > li:last-child > a{border-radius:0!important;}
.btn-pricing-control{border-radius:0!important;}
.StradTemplate input[type=submit]{border-radius:0!important;}
.thank-you a{border-radius:0!important;}

/* Carousel Indicators */
.carousel-indicators li.active{background-color:var(--event-color-primary)!important;}

.gradient-event{background:var(--gradient-event);background-size:180% 180%;animation:gradient-animation 19s ease infinite;}
@keyframes gradient-animation{0%{background-position:0% 50%;} 50%{background-position:100% 50%;} 100%{background-position:0% 50%;}}
