/* Themify Customize Styling */
body {	
	font-family: "Open Sans";	font-weight:400;

	color: #333333; 
}
a {	
	color: #0f447a; 
}
a:hover {	
	color: #009354; 
}
:root {	
	--theme_accent: #0f447a;
	--theme_accent_hover: #009354; 
}
a, .post-nav .arrow {	
	color: #0f447a; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #333333; 
}
h1 {	
	color: #0f447a; 
}
h2 {	
	color: #0f447a; 
}
h3 {	
	color: #0f447a; 
}
h4 {	
	color: #0f447a; 
}
h5 {	
	color: #0f447a; 
}
h6 {	
	color: #0f447a; 
}
.page-title {	
	color: #0f447a; 
}

/* Themify Custom CSS */
table {
	border-collapse: collapse;
	border: #ccc;
	background: #fff;
	width: 100%;
	margin: 10px 0 20px; 
}
table tr:nth-child(even) { background: #efefef; }

table td {
	padding: 10px;
}
table thead tr {
	background: #009354;
	color: #fff;
	font-size: 20px
}
.simple-banner {
    z-index: 99!important;
}

.buttons-fullwidth :is(.module-buttons-item,.module-buttons-item a) {
	  place-items: start;
	place-content: start;	
}
