﻿@charset "utf-8";
/** general **/
html {
	box-sizing: border-box;
	overflow-x: hidden !important;
	overflow-y: visible !important;
        -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	line-height: 1.5;
	color: #000;
	background-color: white;
	font-family: 'Roboto', sans-serif;
        font-size: 1rem;
	font-weight: 400;
        margin: 0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	color: #2441b2;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: underline;
}

	a:active, a:hover {
		text-decoration: none;
	}

	a.icon-doc:before {
		content: url(../Images/icon-doc.svg);
		position: relative;
		width: 15px;
		height: 20px;
		top: 4px;
		margin-right: 7px;
	}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio, video {
	display: inline-block;
	object-fit: cover;
}

	audio:not([controls]) {
		display: none;
		height: 0;
	}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	
}

a, area, button, input, label, select, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

	button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0;
	}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

b, strong {
	font-weight: bold;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

h1, h2, h3, h4, h5, h6, p, blockquote, em, img, i, dl, dt, ol, ul, li, video, canvas {
	border: 0;	
        margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif;}

h1 {
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 25px;
}

h2 {
	font-size: 1.75rem;
	font-weight: 600;   
	line-height: 1.4;
	margin: 20px 0;

}

h3 {
	font-size: 1.5rem;
	margin: 10px 0;
	line-height: 1.4;
	font-weight: 600;
}

h4 {
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 600;
}

h5 {
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 600;
}

h6 {
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 600;
}

ul, ol {
	list-style-type: none;
}

input[type="submit"], button {
	cursor: pointer;
}

	input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
		padding: 0;
		border: 0;
	}

table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

textarea, input[type="text"], input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}



a:focus, a:active {
	text-decoration: none;
	color: inherit;
	text-shadow: none;
}

.clear {
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none;
}


input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.row {
	position: relative
}

.no-p {
	padding: 0 !important;
}

.no-m {
	margin: 0 !important;
}

.hg_section {
	background-color: #f8f8f8;
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
}

.logo a {
	display: block;
	width: 100%;
}

p {
	margin-bottom: 18px;
}


#skiptocontent a {
	padding: 8px 15px 8px 15px;
	position: absolute;
	top: -40px;
	left: 0px;
	color: #0D6031;
	text-decoration: underline;
	border-right: 1px solid #0D6031;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}

	#skiptocontent a:hover {
		text-decoration: none;
	}
	
	#skiptocontent a:focus {
		position: absolute;
		left: 0px;
		top: 0px;
		background: white;
		border-bottom: 3px #0D6031 solid;
		-webkit-transition: top .1s ease-in, background .5s linear;
		transition: top .1s ease-in, background .5s linear;
	}
.secondary-page #main-content a {
	color: #0056b3;
	text-decoration: underline;
}
	.secondary-page #main-content a:hover {
		text-decoration:none;
	}
	
	header {
		background-color: #19892B;
		padding-top: 10px;
		padding-bottom: 5px;
	}

.table td, .table th {
	padding: .55rem!important;
	
}
.header-photo {
	background-image: url("../Images/mansfield-ga.jpg");
	width: 100%;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	height: 85vh;
}
	.header-photo .welcome-text {
		font-weight: 700;
		position: absolute;
		color: #fff;
		font-size: 4rem;
		line-height: 5rem;
		display: block;
		left: 15%;
		bottom: 35%;
		text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.75);
	}

.photo-header-secondary {
	background-size: cover;
	background-position: 50% 40%;
	height: 330px;
}

	.photo-header-secondary.about {
		background-image: url(../images/headers/header-secondary-about.jpg);
	}

	.photo-header-secondary.government {
		background-image: url(../images/headers/header-secondary-government.jpg);
	}

	.photo-header-secondary.services {
		background-image: url(../images/headers/header-secondary-services.jpg);
	}

	.photo-header-secondary.community {
		background-image: url(../images/headers/header-secondary-community.jpg);
	}

	.photo-header-secondary.contact {
		background-image: url(../images/headers/header-secondary-contact.jpg);
	}

	.photo-header-secondary.header-default {
		background-image: url(../images/headers/header-secondary-default.jpg);
	}

#side-menu {
	padding-bottom: 35px;
	background-color: #f6f6f4;
	padding-right: 25px;
}

	#side-menu h2 {
		padding: 40px 0 20px 40px;
		font-size: 1.6rem;
	}

	#side-menu ul li a {
		padding: 20px 19px 20px 30px !important;
		font-size: 1rem;
                font-family: 'Open Sans', sans-serif;
		display: block;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		position: relative;
		font-weight: bold;
		color: #000;
		text-decoration: none;
	}

#main-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

#side-menu ul li a:before {
	content: '';
	position: absolute;
	background-image: url(../Images/arrow-point-to-right.png);
	background-repeat: no-repeat;
	width: 12px;
	opacity: 0;
	display: block;
	top: 26px;
	background-size: cover;
	left: 10px;
	height: 12px;
	line-height: 12px;
	background-position: 48% 85%;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#side-menu ul li a:hover:before {
	opacity: 1;
}

#side-menu ul li a:hover {
	color: #000;
	-moz-transform: translate(15px, 0px);
	-webkit-transform: translate(15px, 0px);
	-o-transform: translate(15px, 0px);
	-ms-transform: translate(15px, 0px);
	transform: translate(15px, 0px);
}

#side-menu ul li {
	border-bottom: 1px solid #7f979f;
}

	#side-menu ul li:first-child {
		border-top: 1px solid #7f979f;
	}

.side-menu-hidden {
	display: none;
}

.list-unstyled {
	padding-left: 20px;
	list-style: none;
}

.icons_ {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #19892B;
	height: 115px;
}

.quick_links {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	
	height: 120px;
}

	.quick_links a {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		align-content: center;
		text-align: center;
		margin-top: -90px;
		text-decoration: none;
	}

		.quick_links a > div {
			border-radius: 50%;
			width: 125px;
			height: 125px;
			background-color: #19892B;
			padding: 15px;
		}

		.quick_links a span:first-child {
			border-radius: 50%;
			background-color: #19892B;
			width: 95px;
			height: 95px;
			border: 1px solid #fff;
			padding: 4px;
			-webkit-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
		}

		.quick_links a:hover span:first-child {
			box-shadow: 0px 0px 18px 2px #ffffff;
		}
			.quick_links a span:first-child span {
				border-radius: 50%;
				width: 85px;
				height: 85px;
				background-color: #fff;
				-webkit-transition: all .25s ease-in-out;
				transition: all .25s ease-in-out;
			}

		.quick_links a:hover span:first-child span {
			background-color: #fff;
		}

		.quick_links a span:first-child span img {
			width: 50px;
			height: 50px;
			margin-top: 10px;
		}

		.quick_links a span {
			color: #fff;
			display: block;
			font-size: 1rem;
			text-transform: uppercase;
			
			
		}

#news a:hover {
	text-decoration: none;
}

.news .news-read-more {
	
}

.news .news-item-link {
	margin: 15px 0 25px 0;
}

.cpr > div.col-md-4 {
	text-align: center
}

.cpr {
	margin-bottom: 25px;
}

	.cpr > div > table tr td, .cpr > div > table tr th {
		border: 1px solid #7f979f;
		text-align: center;
	}

	.cpr > div > table tr th {
		color: #fff;
		background-color: #19892B;
	}

.float-right {
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.float-left {
	margin-right: 25px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.header-search {
	position: relative;
	z-index: 100;
	display: inline-block;
}

	.header-search .search-container {
		display: none;
		position: absolute;
		right: -10px;
		padding: 30px;
		background: #fff;
		width: 240px;
		border-bottom: 1px solid #fff;
		z-index: 1;
		box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
	}

		.header-search .search-container.panel-opened {
			display: block;
		}

	.header-search .searchBtn {
		display: inline-block;
		background: #fff;
		position: relative;
		z-index: 1;
		height: 40px;
		color: #19892B;
		margin-top: 0;
		width: 40px;
		text-align: center;
		line-height: 40px;
		border-radius: 50%;
	}

		.header-search .searchBtn:hover {
			background: #fff;
		}

		.header-search .searchBtn.active {
			background: #fff !important;
			border-top-left-radius: 50%;
			border-top-right-radius: 50%;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}

.mobile-menu {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.search {
	margin: 0;
	position: relative;
	padding-right: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
	align-content: center;
}

.search-container > .search {
	border-bottom: 1px solid #19892B;
	align-items: flex-start;
}

.search-input {
	background: none;
	border: none;
	font-size: 1rem;
	color: #19892B;
	padding: 5px 0;
	margin: 0;
	display: inline-block;
	box-shadow: none;
	font-style: italic;
	width: -webkit-calc( 100% - 30px);
	width: calc( 100% - 30px);
}

.search-input {
	font-style: normal;
	color: #19892B;
}

.searchsubmit {
	width: 15px;
	background-color: transparent;
	border: none;
	padding: 0;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -8px;
	background: url(../images/search-icon.png);
	height: 15px;
	background-repeat: no-repeat;
	background-size: cover;
}

.feedLinkContainer {
	border-top: 1px #325965 dashed !important;
	border-bottom: 1px #325965 dashed !important;
	margin: -15px 0 20px 0 !important;
	padding: 0px 0 0px 5px;
}


	.feedLinkContainer img {
		vertical-align: middle;
	}

table.classes tr td {
	padding: 10px;
}

	table.classes tr td img {
		padding-top: 8px;
	}

table.classes {
	margin-bottom: 30px;
}

	table.classes tr td:first-child {
		padding-left: 0;
	}

	table.classes tr td > table tr td {
		border: 2px solid #ccc;
		width: 50%;
	}

	table.classes tr td > table tr th {
		color: #fff;
		background-color: #19892B;
		text-align: center;
		width: 50%;
	}

		table.classes tr td > table tr th:first-child {
			border-right: 2px solid #fff;
		}

	table.classes tr td:last-child {
		min-width: 200px;
	}

	table.classes tr td a {
		text-decoration: underline;
	}

		table.classes tr td a:hover {
			text-decoration: none;
		}

#side-menu .sub-toggle {
	display: none !important;
}
a.fancybox:after {
	left: 15px;
	width: 91%;
}
/*------------------- Site Map styles ---------------- */
.width-19 {
	width: 19px !important;
}

.width-wide {
	width: calc(100% - 40px) !important;
}

.width-100 {
	width: 100%;
	position: relative;
	display: block;
	padding-top: 10px !important;
}

#carouselCommunityC {
	width: 100%;
}

.feedLinkContainer a {
	color: #325965 !important;
}

ul.slimmenu li:last-child {
	margin-right: 0;
}

ul.slimmenu li {
	position: relative;
	float: left;
	margin-right: 17px;
	display: inline-block;
}

.sub-toggle {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	line-height: 10px;
	right: -3px;
	bottom: 17px;
}

	.sub-toggle i {
		position: absolute;
		background-image: url(../Images/arrow-point-to-down.png);
		background-repeat: no-repeat;
		width: 10px;
		height: 10px;
		line-height: 10px;
		background-position: 48% 85%;
	}

#news {
	background-color: #f8f8f8;
	padding-bottom: 130px;
}

	#news h2, #weather h2 {
		color: #167b26;
		font-size: 2.3rem;
		font-weight: 700;    
                margin: 20px 0 40px;
	}

.latest_post {
	-webkit-box-shadow: 0px 6px 21px -5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 6px 21px -5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 6px 21px -5px rgba(0, 0, 0, 0.4);
	margin-bottom: 30px;
	display: block;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
	.latest_post:hover {
		-webkit-box-shadow: 0px 6px 9px -5px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 6px 9px -5px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 6px 9px -5px rgba(0, 0, 0, 0.3);
	}
.first_column .latest_post h4 {
	margin-bottom: 20px;
	font-size: 2.1rem
}

.second_column .latest_post h4 {
	margin-bottom: 5px;
	font-size: 1.2rem
}

.latest_post .img_ {
	height: 290px;
}

	.latest_post .img_ img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

.first_column .latest_post .block_post {
	padding: 40px 40px 114px 40px;
	position: relative;
}

.latest_post .block_post .date {
	position: absolute;
	display: block;
	right: 30px;
	bottom: 20px;
}

.block_post a, .block_post a:hover {
	text-decoration: none;
}

.block_post h3 a {
	color: #323232;
       font-weight: 700;
}

	.block_post h3 a:hover {
		color: #167b26;
	}

.first_column .latest_post .block_post > div {
	font-size: 1.1rem;
	line-height: 1.9rem;
}

.second_column .latest_post .block_post {
	padding: 25px 30px 45px 30px;
	position: relative;
}

	.second_column .latest_post .block_post > div {
		font-size: 1rem;
		line-height: 1.4rem;
	}

.second_column ._button {
	float: right
}

._button {
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	background: #19892B;
	font-size: 1.2rem;
	padding-left: 70px;
	padding-right: 70px;
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	line-height: 40px;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .27);
}
._button:hover {
	background: #167B26;
	color:#fff;
	text-decoration:none;
}
._button:active, ._button:focus {
	color:#fff;
}

.content-btn {
	display: inline-block;
	border-radius: 50px;
	color: #fff !important;
	background: #19892B;
	padding: 7px 20px;
        text-decoration: none !important;
        margin: 20px 0;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}

.content-btn:hover {
	background-color: #157524;
    	text-decoration: none;
    	color: white !important;
}
.everify {color:#fff;
		  margin-top:25px;
}
.everify img {
	max-width:170px;
}
	.everify span {
		font-size: 0.9rem;
	}
#calendar .events-wrapper ._button {
	background: #19892B;
}
	#calendar .events-wrapper ._button:hover {
		background: #167B26
	}

.navigate li img {
	position: relative;
	margin-right: 11px;
	top: 3px;
}
._button_comm {
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	background-color: #19892B;
	font-size: 1.1rem;
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 30px;
	margin-top: 10px;
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	line-height: 35px;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .27);
}

	._button_comm:hover {
		background-color: #194452;
		color: #fff;
		text-decoration: none;
	}

#calendar h2 {
	color: #fff;
	font-size: 2.3rem;
	margin-bottom: 40px;
	margin-top: 20px;
	font-weight: 700;
}

#calendar {
	background-image: url(../Images/calendar-bg.jpg);
	background-position: 10% center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 45px;
	position: relative;
}

.calendar-wrapper, .events-wrapper {
	float: left;
}

.calendar-wrapper {
	padding: 0 40px;
	margin-top: 20px;
}

#calendar:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
	z-index: 0;
}

.carousel-control-next-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: no-repeat 9px/50% 100%;
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-control-prev-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: no-repeat 9px/50% 110%;
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

footer .bottom_tribune > div:first-child {
	font-size: 1rem;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

a.fancybox .icon {
	opacity: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 50%;
	margin-top: 15px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	border-color: #fff;
	color: #fff;
	z-index: 10;
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOkAAADyCAYAAACoJuK7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgwQ0Q4QUVDQjc2MTExRTlCRTEzODZGRDJGRTM3OTQzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgwQ0Q4QUVEQjc2MTExRTlCRTEzODZGRDJGRTM3OTQzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODBDRDhBRUFCNzYxMTFFOUJFMTM4NkZEMkZFMzc5NDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODBDRDhBRUJCNzYxMTFFOUJFMTM4NkZEMkZFMzc5NDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6o6/5tAAAO+klEQVR42uyd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')
}
a.fancybox:hover .icon {
	display: block;
	opacity: 1;
	margin-top: 0;
}

footer .contacts a {
	text-decoration: none;
}

a.fancybox {
	overflow: hidden;
}

.carousel-indicators {
	margin-right: 4% !important;
	margin-left: 4% !important;
	bottom: 17px!important;
}


a.pdf {
	position: relative;
	display: block;
	padding-left: 26px;
	text-decoration: underline;
}

	a.pdf:hover {
		text-decoration: none;
	}

	a.pdf:before {
		content: url(../Images/doc-file-format.svg);
		position: absolute;
		width: 25px;
		height: 25px;
		left: 0;
		top: 2px;
	}


a.icon-doc:before {
	content: url(../Images/icon-doc.svg);
	position: relative;
	width: 15px;
	height: 20px;
	top: 4px;
	margin-right: 7px;
}



#calendar .calendar-selected-day {
	background-color: #F2D980 !important;
	color: black !important;
}

.events-wrapper {
	color: white;
	text-align: left;
}

.events-wrapper {
	margin-top: 120px;
	padding: 0 40px 0 90px;
}

#calendar table {
	width: 100%;
	margin: 0 auto;
}

.events-calendar {
	border-collapse: separate !important;
}

.events-calendar {
	border-spacing: 16px;
}

	.events-calendar a {
		color: #194452 !important;
		text-decoration: none;
	}


#calendar tr {
	padding: 10px 0;
	height: 20px;
	border-collapse: separate;
}

.events-calendar tbody tr:first-child td {
	padding: 0 !important;
	text-align: left !important;
	font-weight: 600 !important;
	font-size: 1.8rem !important;
	color: white !important;
	background-color: unset !important;
}



#calendar tr td {
	text-align: center;
	width: 14.28% !important;
	font-weight: 600;
	color: black;
	border-radius: 7px;
	padding: 10px 0;
}

.days-week {
	text-transform: uppercase;
	padding: 0 !important;
	font-size: 1.2rem !important;
}

#calendar tr:nth-child(n + 3) td {
	background-color: white;
}

.event {
	margin-bottom: 40px;
}



.events-wrapper .event a {
	font-size: 1.7rem;
	font-weight: 900;
	color: white;
	text-decoration: none;
}

	.events-wrapper .event a:hover {
		color: #F2D980;
	}

footer {
	background-color: #19892B;
	padding-top: 60px;
}

.tribune_bottom {
	background: #0D6031;
	margin-top: 50px;
}

footer .bottom_tribune {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	width: 100%;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 0.9rem;
	padding-left: 15px;
	padding-right: 15px;
}

footer .contacts-socials {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

	footer .contacts-socials .socials {
		margin-right: 10px;
	}

footer .facebook {
	color: #fff;
	border: 1px solid #fff;
	font-size: 19px;
	background-color: #3e5b98;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-top: 7px;
	margin-right: 7px;
	text-align: center;
}

footer .instagram {
	color: #fff;
	border: 1px solid #fff;
	font-size: 19px;
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(254,197,100,0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(254,197,100,0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(82,88,207,0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(82,88,207,0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(137,61,194,0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(137,61,194,0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(217,49,122,0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-top: 7px;
	line-height: 35px;
	text-align: center;
}

footer ul.contacts li {
	display: table;
	width: 100%;
	margin: 0 0 10px;
	color: #fff;
}

	footer ul.contacts li > div {
		display: table-cell;
	}

		footer ul.contacts li > div > img {
			position: relative;
			top: 4px;
			width: 20px;
			margin-right: 10px;
		}

footer a {
	color: #fff;
}

	footer a:hover {
		text-decoration: underline !important;
		color: #fff;
	}

footer ul.navigate li a {
	color: #fff;
	text-decoration: none;
}

footer ul.navigate li {
	margin-bottom: 10px;
}
/* ==========================================================================

	Responsive CSS Stylesheet.


========================================================================== */
@media (min-width: 1000px) and (max-width: 1200px) {
	#side-menu h2 {
		padding: 60px 0 20px 10px;
		font-size: 1.4rem;
	}

	.list-unstyled {
		padding-left: 0;
		list-style: none;
	}

}


@media (min-width: 768px) and (max-width: 992px) {
	.header-photo {
		height: 75vh;
		background-position: 50% -110px;
	}

	.icons_ {
		height: 155px;
	}

	.quick_links {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}

		.quick_links a {
			margin-top: -60px;
		}

			.quick_links a:nth-child(2) {
				margin-top: -42px;
			}

			.quick_links a span {
				font-size: 1.3rem;
			}

	.calendar-wrapper {
		padding: 15px;
		margin-top: 0;
	}

	.events-calendar {
		border-spacing: 2px;
	}

	.events-wrapper {
		margin-top: 20px;
		padding: 0 6px 0 25px;
	}

	.first_column .latest_post h4 {
		margin-bottom: 25px;
	}

	.events-wrapper .event a {
		font-size: 1.2rem;
	}

	.second_column .latest_post .block_post > div {
		font-size: 1rem;
		line-height: 1.3rem;
	}

	footer ul.contacts li,
	footer ul.navigate li {
		font-size: 0.9rem;
	}

	._button {
		font-size: 1rem;
		padding-left: 50px;
		padding-right: 50px;
	}

	#side-menu h2 {
		padding: 40px 0 20px 10px;
		text-align: left;
		font-size: 1.35rem;
	}

	.list-unstyled {
		padding-left: 0;
		list-style: none;
	}

	#side-menu ul li a {
		padding: 20px 19px 20px 30px !important;
		font-size: 1rem !important;
		line-height: 23px;
	}

		#side-menu ul li a:before {
			top: 26px
		}
}

@media only screen and (min-width:768px) and (max-width: 991px) and (orientation: landscape) {
	.header-photo {
		height: 85vh;
		background-position: 50% -141px;
	}
		.header-photo .welcome-text {
			font-size: 2.8rem;
			line-height: 3.8rem;
			left: 10%;
			bottom: 45%;
			text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.75);
		}
}
/*-----------------------------------------------------------------------------------*/
/* Higher screens+ */
@media only screen and (min-width: 1280px) and (max-width: 1460px) {
	.header-photo {
		background-position: 50% -60px;
	}
	
	
}
/** Laptop **/
@media (max-width: 1200px) {
	.header-search .searchBtn {
		margin-top: 0
	}
	.quick_links a span {
		
		font-size: 0.9rem;
		
	}
	

	.menu-collapser {
		
	}
}
/** Large Tablets **/
@media (max-width: 992px) {
	.wow {
		animation: none !important;
	}
}
/** Tablets+  **/
/** Laptop+ **/
@media (min-width: 768px) {
}
/** Tablets (portrait mode)  **/
@media (min-width: 481px) and (max-width: 768px) {
}
/** Smartphone landscape mode / Mini Tablet **/
/** Smartphone landscape mode / Mini Tablet **/
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: landscape) {
	#side-menu h2 {
		padding: 60px 0 20px 10px;
		font-size: 1.4rem;
	}
	.list-unstyled {
		padding-left: 0;
		list-style: none;
	}
	.header-photo .welcome-text {
	
		left: 15%;
		bottom: 45%;
		text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.75);
	}
	header {
		padding-top: 20px;
		padding-bottom: 15px;
	}

	.menu-collapser {
		margin-top: 8px;
		margin-bottom: 0px !important;
	}

	.header-search {
		margin-top: 5px;
	}

	.header-photo {
		height: 85vh;
		background-position: 50% -60px;
	}
		
	#side-menu ul li a {
		padding: 10px 19px 10px 18px !important;
		font-size: 1rem !important;
	}

		#side-menu ul li a:before {
			top: 18px;
			left: -2px;
			height: 12px;
		}
}

@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
	.quick_links a span {
		line-height: 19px;
	}
	
	.logo a {
		text-align: left;
	}
}

@media (max-width: 767px) {
	#news h2 {
		text-align: center;
	}

	.header-photo .welcome-text {
		left: 9%;
		font-size: 2.4rem;
		line-height: 3rem;
		bottom: 60%;
		text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.75);
	}
	.tribune_bottom {
		margin-top: 30px;
	}
	footer {
		padding-top: 30px;
	}
	.quick_links a {
		margin-bottom: 4px;
		margin-top:4px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}
	.navigate {
		margin-top: 20px;
	}

	#side-menu ul li a:before {
		display: none;
	}

	footer .bottom_tribune > div:first-child {
		margin-bottom: 20px;
	}

	table.classes tr td:nth-child(1), table.classes tr td:nth-child(2) {
		display: block;
		width: 100%;
	}

	#carouselCommunityC {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.quick_links a {
	
	}
		.quick_links a span:first-child span img {
			width: 30px;
			height: 30px;
			margin-top: 7px;
		}
		.quick_links a > div {
			border-radius: 50%;
			width: 92px;
			height: auto;
			margin-left: 20px;
			background-color: #19892B;
			padding: 0;
		}
		.quick_links a span:first-child span {
		
			width: 55px;
			height: 55px;
		
		}
		.quick_links a span:first-child {
			border-radius: 50%;
			background-color: #19892B;
			width: 65px;
			height: 65px;
			border: 1px solid #fff;
			padding: 4px;
		}
	

	footer .bottom_tribune input {
		margin-right: 10px;
	}

	#side-menu h2 {
		padding: 40px 0 20px 0;
		text-align: center;
	}

	.list-unstyled {
		padding-left: 0;
		list-style: none;
	}

	#side-menu ul li {
		text-align: center;
	}

	.logo a {
		margin-bottom: 7px;
		margin-top: 10px;
		text-align: center;
	}

	.search {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	._button {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		max-width: 250px;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.calendar-wrapper {
		padding: 15px;
		margin-top: 0;
	}

	.events-wrapper {
		margin-top: 25px;
		padding: 15px;
	}

	.events-calendar {
		border-spacing: 5px;
	}

	.event {
		margin-bottom: 18px;
	}

	#calendar {
		padding-bottom: 30px;
	}

	#news {
		padding-bottom: 40px;
	}

	#calendar h2 {
		margin-bottom: 10px;
		margin-top: 0;
		text-align: center;
	}

	.second_column ._button {
		float: none;
	}

	.icons_ {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		background-color: #19892B;
		height: auto;
		padding-bottom: 5px;
		padding-top:5px;
	}

	footer > .container > .row > div > a > img {
		margin-bottom: 20px;
	}


	footer .contacts-socials {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

		footer .contacts-socials .socials {
			margin-right: 0;
			margin-top: 15px;
		}

	footer .bottom_tribune {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}

	footer ul.contacts li {
	}

	.quick_links {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}

	.header-photo {
		height: 100vh;
		background-position: 50% -110px;
	}
}

@media only screen and (min-width: 567px) and (max-width: 767px) and (orientation: landscape) {
	.header-photo {
		height: 150vh !important;
		background-position: 50% -180px !important;
	}
		.header-photo .welcome-text {
			
			left: 8%;
			bottom: 65%;
			text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.75);
		}
	footer .bottom_tribune > div:first-child {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width:590px) and (max-width:768px) and (orientation: portrait) {
	.logo a {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: flex-start;
		align-content: center;
	}

	footer .bottom_tribune > div:first-child {
		margin-bottom: 20px;
	}

	.mobile-menu {
		padding-right: 0 !important;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: flex-end;
		align-content: center;
	}
}

@media (max-width: 600px) {
	
}
/** Smartphone portrait mode **/
@media (max-width: 590px) {
	

	.logo a {
		text-align: center !important;
	}

	.header-photo .welcome-text {
		left: 9%;
		font-size: 2.4rem;
		line-height: 3rem;
		bottom: 60%;
		text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.75);
	}
	

	footer > .container > .row > div > a > img {
		margin-bottom: 20px;
	}

	footer .container .row div {
		text-align: center;
	}

	footer .bottom_tribune > div:first-child {
		margin-bottom: 20px;
	}

	footer .bottom_tribune {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}

	footer ul.contacts li {
	}


	.header-photo {
		height: 100vh;
		background-position: 50% -170px;
	}
}



/** Normal phone portrait mode+ **/
@media (max-width: 380px) {
	.float-right {
		float: none !important;
		margin-left: 0;
		margin-bottom: 20px;
		margin-top: 5px;
	}

	.float-left {
		float: none !important;
		margin-right: 0;
		margin-bottom: 20px;
		margin-top: 5px;
	}
}

@media (max-width: 320px) {
	
}

@media (min-width: 1200px) {
	header > .container, footer > .container, footer > .tribune_bottom > .container {
		max-width: 1170px;
	}
}

@media (min-width: 1400px) {
	header > .container, footer > .container, footer > .tribune_bottom > .container {
		max-width: 1300px;
	}
}

@media (min-width: 1600px) {
	header > .container, footer > .container, footer > .tribune_bottom > .container {
		max-width: 1450px;
	}
}
/* Increase the content section width for wide screens */
@media (min-width: 1200px) {
	#main-content .container {
		max-width: 1370px;
	}
}

/*--------------- Accordion Styles ----------------*/

#accordion h2 {
    font-size: 1.25rem;
    margin-bottom: 0 !important;
    margin-top: 35px;
}

a.icon-doc:before {
    content: url(../Images/icon-doc.svg);
    position: relative;
    width: 15px;
    height: 20px;
    top: 4px;
    margin-right: 7px;
    display: inline-block;
}
    #accordion .accordion_item .accordion-toggle::before {
        background-color: #9cad97;
        opacity: 0.9;
        width: 17px;
        height: 17px;
        border-radius: 2px;
        text-align: center;
        display: block;
        color: #fff;
        position: relative;
        left: -30px;
        top: 17px;
        line-height: 17px;
        font-size: 10px;
        content: "\f067";
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
    }

    #accordion .accordion_item h2.accordion-toggle {
        color: black;
        font-weight: 600;
        font-size: 1rem;
        padding-left: 25px;
        margin: 5px 0;
        line-height: 1;
    }

    #accordion .accordion_item.active h2.accordion-toggle::before {
        background-color: #9cad97;
        opacity: 0.9;
        width: 17px;
        height: 17px;
        border-radius: 2px;
        text-align: center;
        display: block;
        color: #fff;
        position: relative;
        left: -30px;
        top: 17px;
        line-height: 17px;
        font-size: 10px;
        content: "\f068";
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
    }

.accordion-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: .8rem;
    padding-bottom: 1rem;
    padding-left: 1.75rem;
}
.accordion-content a {
    color:#272a26;
}

.accordion-toggle {
	cursor: pointer;
}

.accordion-content {
	display: none;
}

	.accordion-content.default {
		display: block;
	}

/*----------------------------*/

.councilmembers h1 {
	font-weight: 500;
}

.councilmembers h2 {
	margin: 10px 0;
	font-weight: bold;
        font-size: 1.25rem; 
}

.councilmembers p {margin-top: 10px;}

@media (max-width: 575px) {
.councilmembers {
	text-align: center;
}}

	.councilmembers div {
		margin-bottom: 30px;
	}

	.councilmembers img {
		max-width: 210px;
	}

.council-name {
	font-weight: bold;
        font-family: 'Open Sans', sans-serif;
}
/*------------WEATHER WIDGET ----------------*/
.weather-box {
    width: 100%;
    margin: 1px 0 0 0;
    -webkit-box-shadow: 0px 6px 21px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 6px 21px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 6px 21px -5px rgba(0, 0, 0, 0.4);
    color: #000;
    padding: 10px 15px 15px 15px;
    border-radius: 5px;
}

.detailed-forecast-link {
    margin-left: 5px;
}

    .detailed-forecast-link a {
        color:#000;
        font-size: 0.8rem;
        text-decoration: underline;
    }

        .detailed-forecast-link a:hover {
            text-decoration: none;
        }

.weather-icon {
    float: left;
}

.weather-box img {
    max-width: 70px;

}

.weather-temperature {
    color:#000;
    font-size: 35pt;
    margin: 2px 0 0 4px;
    float:left;
    font-weight:700;
}

.low-high-temperature {
    color: #000;
    font-size: 13pt;
    margin: 12px 0 0 23px;
    float: left;
}
    .low-high-temperature > div {
        float:left;
    }

    .weather-description {
        text-transform: capitalize;
        color: #000;
        font-size: 12pt;
        font-weight: bold;
        margin: 0 0 0 5px;
    }


.weather-humidity-wind {
    color:#000;
    font-weight: normal;
    margin: 6px 0 5px 5px;
}