/* Themify Customize Styling */
h1 {	
	font-family: 'Trebuchet MS', "Arial", "Helvetica", sans-serif; 
}
#header {	
	font-family: 'Trebuchet MS', "Arial", "Helvetica", sans-serif; 
}
body #site-logo a img {		width: 150px; 
}
#site-logo {	margin: auto; 
}
#site-description {	
	font-family: 'Trebuchet MS', "Arial", "Helvetica", sans-serif;	font-size:25px;

	color: #1283e0; 
}
#main-nav a {	
	font-family: 'Trebuchet MS', "Arial", "Helvetica", sans-serif;	font-size:100%;
 
}
#footerwrap {	background: none;
	background-color: #0546a5;background-image: none; 
}
#footer {	
	color: #000000;
	font-family: 'Trebuchet MS', "Arial", "Helvetica", sans-serif; 
}
.footer-widgets {	
	color: #000000;
	font-family: 'Trebuchet MS', "Arial", "Helvetica", sans-serif; 
}
.footer-widgets .widgettitle {	
	color: #000000;
	font-family: 'Trebuchet MS', "Arial", "Helvetica", sans-serif; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }@media(max-width: 680px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }
/* Themify Custom CSS */
.sticky-hhd-nav {
  position: fixed;
  top: 150px;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #f9f9f9;
  padding: 12px 15px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  font-family: "Trebuchet MS", sans-serif;
}

.sticky-hhd-nav a {
  margin: 0 12px;
  text-decoration: none;
  color: #003366;
  font-weight: 600;
}

.sticky-hhd-nav a:hover {
  text-decoration: underline;
}

/* Make all 3-column rows equal height */
.themify_builder_row .row_inner {
  display: flex;
  align-items: stretch;
}