/* Themify Customize Styling */
:root {	
	--theme_accent: #616161;
	--theme_accent_semi: #e5e4e2; 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: rgba(71,71,71,0.75); 
}
body #site-logo a img {	
	height: 90px; 
}
#main-nav a {	
	color: #ffffff;	font-weight:900;
	font-style:normal;
	text-transform:uppercase; 
}
#footer {	
	color: #ffffff; 
}
#pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {	background: none;
	background-color: #e5e4e2; 
}
#footerwrap .back-top a:before, #pagewrap .back-top.back-top-float {	
	color: #000000; 
}
@media(max-width: 1280px) { /* Themify Customize Styling */
body #site-logo a img {	
	height: 90px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {	
	height: 90px; 
}
 }@media(max-width: 680px) { /* Themify Customize Styling */
body #site-logo a img {	
	height: 90px; 
}
 }
/* Themify Custom CSS */
#main-nav li a::after {
	content: "";
	position: absolute;
	left: 0;
	height: 3px;
	bottom: 5px;
	width: 100%;
	transform-origin: center left;
	transform: scaleX(0);
	background-color: #FFF;
	transition: all .33s cubic-bezier(.22,.61,.36,1);
}
#main-nav a:hover::after, #main-nav .current_page_item a::after {
	transform: scaleX(1);
}
.footer-logos img{
	background: #FFF;
	height: 120px;
	width: auto;
}
#gform_wrapper_1 label,#gform_wrapper_1 .gfield_required,#gform_wrapper_1  .gfield_description{color: #FFF;}
.phone_header {
	position: relative;
	top: 10px;
}
.orange {
	--tb_pr_color: #fff;
	--tb_pr_bg: #0000b8;
	--tb_pr_hover_bg: #dd0000;
}