/* Themify Customize Styling */
:root {	
	--theme_accent: #264494; 
}
body #site-logo a img {	
	height: 60px; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {	
	height: 60px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {	
	height: 60px; 
}
 }@media(max-width: 480px) { /* Themify Customize Styling */
body #site-logo a img {	
	height: 60px; 
}
 }
/* Themify Custom CSS */
.orange {
	--tb_pr_color: #fff2ea;
	--tb_pr_bg: #264494;
	--tb_pr_hover_bg: #5e73ac;
}
#sales-header {
	background: #eee;
	text-align: center;
	position: sticky;
	color: #000;
}