/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
#s5_menu_wrap.s5_wrap, #s5_menu_wrap.s5_wrap_fmfullwidth {
  z-index:1000;
}
.footer-sitemap-menu .level0 {
	font-size: 16px;
	font-weight:bold;
	padding: 8px 8px;
	color: #eaeaea;
	margin: 10px 0px 5px;
	width: 80%;
	padding-left: 8px;
	border-radius: 4px;
	background-color: #3a4638;
	background: -webkit-linear-gradient(to bottom right, #3a4638, #6a8067);
	background: -o-linear-gradient(to bottom right, #3a4638, #6a8067);
	background: -moz-linear-gradient(to bottom right, #3a4638, #6a8067);
	background: linear-gradient(to bottom right, #3a4638, #6a8067);
}
.footer-sitemap-menu .level0 a {
	color: #c2eabb;
}

.footer-sitemap-menu .level1 {
	font-size: 14px;
	padding: 2px 5px;
}

.footer-sitemap-menu span.separator {
	display: block;
}
.footer-sitemap-menu .level2 {
	font-size: 12px;
	padding: 2px 10px;
}
.footer-sitemap-menu .level3 {
	font-size: 12px;
	padding: 2px 15px;
}

.menu.footer-sitemap-menu ul {
	width: 25%;
}
.module_round_box_outer ul li {
	padding-bottom: 10px;
	margin-bottom:10px;
	border-bottom: 1px dotted #e8e8e8;
	font-weight: bold;
}
.module_round_box_outer ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

dl.article-info dd {
    display: inline-block;
    padding: 0 12px;
    border-right: 1px solid #ccc;
}
dl.article-info dd:last-child {
	border-right: 0;
	padding-right: 0;
}

ul.lof-navigator li {
	border-bottom: none;
}



.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

#s5_logo {
  background-repeat:no-repeat!important;
}
.s5_responsive_mobile_present #s5_responsive_mobile_bottom_bar {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
}

div#frontbuttons {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

div#frontbuttons div {
    flex-basis: 15%;
	text-align: center; 
}

.sheriff-message h3 {
	text-transform: uppercase; text-align: center;
}
.sheriff-message p {
	font-size: 10px; line-height: 120%;
}
#welcome-buttons {
	display: flex;
	flex-flow: row nowrap;
}
.execstaff-1 {
    width: fit-content;
}

.execstaff-2 {
    display: flex;
    flex-flow: row wrap;
}

.execstaff-2 div {
    padding: 0 10px;
}

.execstaff-3 {
    display: flex;
    flex-flow: row wrap;
}

.execstaff-3 div {
    padding: 0 6px;
}

.execstaff-3 p {
    width: 125px;
}

table.recognitions {
	width: 100%;
}
table.recognitions tr td {
	vertical-align: top;
}
table.recognitions tr td:nth-child(1) {
	width: 15%; 
	font-weight: bold;
}
input#mod-search-searchword213 {
    height: 5px;
}

@media only screen and (max-width: 768px) {
	div#frontbuttons div {
		flex-basis:50%;
    }
	body {
		font-size: 16px!important;
	}
	.sheriff-message p {
		font-size: 16px!important;}
	.execstaff-1, .execstaff-2 {
		margin-bottom: 50px;
	}
	h2 {
		margin-bottom: 0px; 
		margin-top: 18px;
	}
	table.recognitions tr td:nth-child(1) {
		width: 35%; 
	}
	div#s5_center_area1 {
		margin-bottom: 40px;
	}
}
thead.bg-dark-green tr th {
    background-color: #004d00!important;
    color: white!important;
    border: #e8e8e8!important;
}