/*!
Theme Name: FTCtwentythree

**/

/*--------------------------------------------------------------
>>> MASTER.CSS TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General
	1.1 Typography
	1.2 Buttons
2.0 Header
	2.1 Navigation
	2.2 Header Bar
3.0 Pages
	3.1 Homepage
4.0 Footer
5.0	Gravity Forms
6.0 Blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/

.custom-logo-link img {
	width:300px!important;
}
.no-results {
	min-height: 400px;
}
.col-full {
	max-width: 1540px;
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
	margin: 0 auto;
}
.col-wide {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
	margin: 0 auto;
}

@media screen and (min-width: 1000px) {
	.col-full {
		padding-left: 4%;
		padding-right: 4%;
	}
}

.owl-carousel {
	z-index: 0!important;
}

/*--------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/

/** Collapse-o-matic **/

.collapseomatic_excerpt,
.collapseomatic_content {
	margin-left: 0;
}

.collapseomatic {
    background-image: url('../images/down-arrow.svg') !important;
    background-position-y: 5px;
}
.colomat-close {
    background-image: url('../images/up-arrow.svg') !important;
    background-position-y: 5px;
}
.collapseomatic_content p:first-of-type {
	margin-top: 20px;
}

/** Blockquote **/

blockquote:before {
	color: #ccc;
	content: '“';
	font-size: 4rem;
	line-height: 0.1em;
	margin-right: 10px;
	vertical-align: -30px;
}
blockquote p {
	display: inline;
}
figure.quote {
	margin: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 50px;
}
figure.quote figcaption,
figure.quote blockquote {
	margin: 1em;
}

@media screen and (min-width: 769px) {

	figure.quote img {
		float: right;
		margin-left: 20px;
	}
}
p.no_margin {
	margin: 0 0 0;
}

/*--------------------------------------------------------------
1.2 Buttons
--------------------------------------------------------------*/

.wp-block-button__link {
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
	padding: 0.5em 0.8em;
    font-size: 1.0em;
	border: 1px solid;
	border-color: #9966cc #9966cc #9966cc;
	background-color: #9966cc;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 300ms;
}
.wp-block-button__link:visited {
    color: #fff;
}
.wp-block-button__link:hover {
	color: rgba(255, 255, 255, 1.0);
	border-color: #69389b #69389b #69389b;
	background-color: #69389b;
	text-decoration: none;
}

/*--------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/

#masthead {
	background-color: #333;
	padding: 10px 0;
	display: table;
	width: 100%;
	position: relative;
	z-index: 1;
}
.site-branding {
	float: left;
	width: 50%;
}
.site-branding img,
.custom-logo-link {
	display: block;
}
a.head-tel {
	float: left;
	color: #222;
	text-decoration: none;
}
a.head-tel:hover {
	color: #9966cc;
}
a.head-tel:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 3px;
	width: 17px;
	height: 19px;
	background: url('../images/phone-icon.svg') no-repeat;
	background-position: center center;
}
.homeicon svg {
	position: relative;
	top: 3px;
	fill: #222;
}

@media screen and (min-width: 768px) {

	.site-branding {
		margin-top: 5px;
		float: left;
		width: auto;
	}
	a.head-tel {
		float: right;
	}
	a.head-tel span {
		margin-left: 5px;
		font-size: 1.1rem;
		font-weight: 600;
	}
}

@media screen and (max-width: 768px) {

	a.head-tel span {
		display: none;
	}
	a.head-tel {
		margin: 13px 0 0 40%;
	}
	a.head-tel:before {
		position: relative;
		top: -2px;
		width: 25px;
		height: 25px;
		background: url('../images/phone-icon-white.svg') no-repeat;
		background-position: center center;
		background-size: 25px 25px;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.site-branding {
		width: 25%;
	}
	a.head-tel {
  		display: none;
	}
}

.slider-caption {
	border-left: 3px solid #159a61;
}

/*--------------------------------------------------------------
2.1 Navigation
--------------------------------------------------------------*/

.primary-navigation {
	float: right;
}
#menu-ftctwentythree-main-menu {
	display: inline-block;
	float: left;
}
.home_icon svg {
	display: none;
}

@media screen and (min-width: 768px) {

	.ftctwentythree-primary-navigation {
		float: right;
	}
	li.home_icon {
		padding-right: 15px;
	}
	.home_icon svg {
		display: inline-block;
		float: left;
		width: 20px;
		height: auto;
		position: absolute;
		top: 71%;
		left: 0;
	}
	.home_icon span {
		display: none;
	}
}

/*--------------------------------------------------------------
2.2 Header Bar
--------------------------------------------------------------*/

.header_bar {
	background-color: #f5f5f5;
	padding: 20px 0;
}
.header_bar .widget,
.header_bar :where(.wp-block-columns) {
	margin: 0 0 0 0;
}
@media screen and (max-width: 768px) {
	.header_bar :where(.wp-block-columns.is-layout-flex) {
		gap: 0.5em;
	}
}
@media screen and (min-width: 768px) {
	.header_bar :where(.wp-block-columns.is-layout-flex) {
		gap: 5em;
	}
}

#menu-header-bar-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
#menu-header-bar-menu li {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	list-style: none;
	float: left;
}
#menu-header-bar-menu li a {
	color: #333;
	text-decoration: none;
	font-size: 0.9rem;
}
#menu-header-bar-menu li a:hover {
	text-decoration: underline;
	text-decoration-thickness: max(1px, 0.0625rem);
	text-underline-offset: 0.2em;

}
.header_bar ul {
	margin: 0 0 0;
}
.header_bar_logos a,
.header_bar_logos a svg {
	display: block;
	margin-bottom: -5px;
	max-width: 170px;
	height: auto;
}
.header_bar_logos :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
}

/*--------------------------------------------------------------
3.0 Pages
--------------------------------------------------------------*/

.entry-header,
.hometab-header {
	margin: 20px 0;
}
.entry-header_single {
	margin: 20px 0 0 0;
}
.entry-content {
	padding-bottom: 0;
	margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
	.entry-header,
	.hometab-header {
		margin: 50px 0 50px 0;
	}
	.entry-header_single {
		margin: 50px 0 0 0;
	}
	
	.entry-content {
		margin-bottom: 75px;
	}
	.side-rule {
		padding-left: 5%;
	    border-left: 1px solid #ccc;
	}
}
.home .entry-header {
	margin: 0 0;
}

/** Page Columns **/

.ds-2col-stacked,
.ds-2col {
	overflow: hidden;
}
#testing-gallery img {
	float: left;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 125px;
	height: auto;
	border: 1px solid #dddddd;
}
.node-container .field-name-field-container-images img {
    float: left;
    padding: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 125px;
    height: auto;
    border: 1px solid #dddddd;
}

@media screen and (min-width: 768px) {
	.ds-2col-stacked .group-left,
	.ds-2col .group-left {
		float: left;
		width: 46%;
		margin-right: 2%;
	}
	.ds-2col-stacked .group-right,
	.ds-2col .group-right {
		float: left;
		width: 52%;
	}
}

/*--------------------------------------------------------------
3.1 Homepage
--------------------------------------------------------------*/

/** Council Hero **/

.council_hero {
	background-color: #9966cc;
	padding: 30px 0;
}
.council_hero :where(.wp-block-columns) {
	margin-bottom: 0;
}
.hero_blocks a {
	color: #fff;
	border: 1px solid #fff;
	padding: 20px 5%;
	text-decoration: none;
	transition: all 300ms;
}
.hero_blocks a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.your_council a,
.council_services a,
.about_frodsham a {
	background-repeat: no-repeat;
	background-size: 130px auto;
	background-position: bottom 30px right 20px;
	transition: all 300ms;
}
.your_council a:hover,
.council_services a:hover,
.about_frodsham a:hover {
	background-position: bottom 35px right 20px;
}
.your_council a {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M100.29,79.65h0s0-.02,0-.04c0-.09,0-.17-.03-.26,0-.04-.02-.08-.04-.12-.02-.05-.03-.11-.05-.16-.03-.07-.07-.13-.1-.2-.01-.02-.02-.04-.03-.06h0s0,0,0,0l-3.12-4.67v-19.67c0-2.04-.94-3.87-2.4-5.08,1.47-1.21,2.4-3.04,2.4-5.08,0-3.63-2.95-6.58-6.58-6.58s-6.58,2.95-6.58,6.58c0,2.04.94,3.87,2.4,5.08-1.45,1.2-2.38,3-2.4,5.02l-3.25-4.88s.01-.07.01-.11v-20.01c0-2.04-.94-3.87-2.4-5.08,1.47-1.21,2.4-3.04,2.4-5.08,0-3.63-2.95-6.58-6.58-6.58s-6.58,2.95-6.58,6.58c0,2.04.94,3.87,2.4,5.08-1.47,1.21-2.4,3.04-2.4,5.08v.41l-1.83-2.74c-.28-.42-.75-.67-1.25-.67h-3.35v-4.57c0-4.09-2.44-7.62-5.94-9.23,1.44-1.21,2.35-3.02,2.35-5.03,0-3.63-2.95-6.58-6.58-6.58s-6.58,2.95-6.58,6.58c0,2.02.92,3.83,2.35,5.03-3.5,1.61-5.94,5.14-5.94,9.23v4.57h-3.61c-.5,0-.97.25-1.25.67l-1.57,2.35v-.02c0-2.04-.94-3.87-2.4-5.08,1.47-1.21,2.4-3.04,2.4-5.08,0-3.63-2.95-6.58-6.58-6.58s-6.58,2.95-6.58,6.58c0,2.04.94,3.87,2.4,5.08-1.47,1.21-2.4,3.04-2.4,5.08v19.74l-3.26,4.89c-.12-1.87-1.02-3.53-2.38-4.66,1.47-1.21,2.4-3.04,2.4-5.08,0-3.63-2.95-6.58-6.58-6.58s-6.58,2.95-6.58,6.58c0,2.04.94,3.87,2.4,5.08-1.47,1.21-2.4,3.04-2.4,5.08v19.28l-3.38,5.07c-.2.3-.27.64-.24.97v4.76c0,2.37,1.93,4.29,4.29,4.29h.68v7.28c0,2.43,1.97,4.4,4.4,4.4h4.44c2.43,0,4.4-1.97,4.4-4.4v-7.28h16.87v6.12c0,3.06,2.49,5.56,5.56,5.56h18.26c3.06,0,5.55-2.49,5.55-5.56v-6.12h16.62v7.28c0,2.43,1.97,4.4,4.4,4.4h4.44c2.43,0,4.4-1.97,4.4-4.4v-7.28h.68c2.37,0,4.29-1.93,4.29-4.29v-4.89s0,0,0,0ZM86.76,44.31c0-1.97,1.61-3.58,3.58-3.58s3.58,1.61,3.58,3.58-1.61,3.58-3.58,3.58-3.58-1.61-3.58-3.58ZM86.76,58.74v-4.27c0-1.97,1.61-3.58,3.58-3.58s3.58,1.61,3.58,3.58v15.17l-7.17-10.75s.01-.1.01-.14ZM70.36,19.25c0-1.97,1.61-3.58,3.58-3.58s3.58,1.61,3.58,3.58-1.61,3.58-3.58,3.58-3.58-1.61-3.58-3.58ZM70.36,33.68v-4.27c0-1.97,1.61-3.58,3.58-3.58s3.58,1.61,3.58,3.58v15.64l-7.25-10.87c.06-.16.09-.32.09-.5ZM50.77,4c1.97,0,3.58,1.61,3.58,3.58s-1.61,3.58-3.58,3.58-3.58-1.61-3.58-3.58,1.61-3.58,3.58-3.58ZM43.61,21.84c0-3.95,3.21-7.16,7.16-7.16s7.16,3.21,7.16,7.16v4.57h-14.33v-4.57ZM37.8,29.41h25.68l32.51,48.74h-30.53v-1.44c0-5.92-3.75-10.97-8.99-12.94,2.46-1.77,4.07-4.66,4.07-7.92,0-5.38-4.38-9.76-9.76-9.76s-9.76,4.38-9.76,9.76c0,3.26,1.61,6.14,4.07,7.92-5.24,1.97-8.99,7.01-8.99,12.94v1.44H5.3l1.58-2.38c.39-.23.66-.62.73-1.09l30.19-45.27ZM50.77,62.62c-3.73,0-6.76-3.03-6.76-6.76s3.03-6.76,6.76-6.76,6.76,3.03,6.76,6.76-3.03,6.76-6.76,6.76ZM24.03,19.25c0-1.97,1.61-3.58,3.58-3.58s3.58,1.61,3.58,3.58-1.61,3.58-3.58,3.58-3.58-1.61-3.58-3.58ZM24.03,29.41c0-1.97,1.61-3.58,3.58-3.58s3.58,1.61,3.58,3.58v4.27c0,.07.01.14.02.21l-7.18,10.76v-15.25ZM7.63,44.31c0-1.97,1.61-3.58,3.58-3.58s3.58,1.61,3.58,3.58-1.61,3.58-3.58,3.58-3.58-1.61-3.58-3.58ZM7.63,54.47c0-1.97,1.61-3.58,3.58-3.58s3.58,1.61,3.58,3.58v4.05l-7.16,10.73v-14.78ZM16.22,96.11c0,.77-.63,1.4-1.4,1.4h-4.44c-.77,0-1.4-.63-1.4-1.4v-7.28h7.23v7.28ZM5.3,85.84c-.71,0-1.29-.58-1.29-1.29v-3.4h32.08v4.69H5.3ZM62.46,94.96c0,1.41-1.15,2.56-2.55,2.56h-1.47v-15.29c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5,1.5v15.29h-9.33v-15.29c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5,1.5v15.29h-1.47c-1.41,0-2.56-1.15-2.56-2.56v-18.25c0-5.97,4.86-10.82,10.82-10.82h1.73c5.97,0,10.82,4.86,10.82,10.82v18.25ZM92.31,96.11c0,.77-.63,1.4-1.4,1.4h-4.44c-.77,0-1.4-.63-1.4-1.4v-7.28h7.23v7.28ZM97.29,84.54c0,.71-.58,1.29-1.29,1.29h-30.54v-4.69h31.83v3.4Z'/%3E%3C/svg%3E");
}
.council_services a {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102 102'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M45.56,17.63c4.58,0,8.31-3.73,8.31-8.31s-3.73-8.31-8.31-8.31-8.31,3.73-8.31,8.31,3.73,8.31,8.31,8.31ZM45.56,4c2.93,0,5.31,2.38,5.31,5.31s-2.38,5.31-5.31,5.31-5.31-2.38-5.31-5.31,2.38-5.31,5.31-5.31Z'/%3E%3Cpath class='b' d='M45.56,43.25c1.4,0,2.72-.08,3.99-.2,1.49,3.77,6.8,5.82,15.36,5.82s13.88-2.05,15.36-5.82c1.28.12,2.62.2,4.03.2,10.19,0,15.8-2.9,15.8-8.16,0-8.71-7.09-15.8-15.8-15.8-5.26,0-10.15,2.63-13.07,6.95-1.94-.85-4.07-1.32-6.31-1.32s-4.36.47-6.29,1.31c-2.93-4.31-7.81-6.93-13.07-6.93-8.71,0-15.8,7.09-15.8,15.8,0,5.26,5.61,8.16,15.8,8.16ZM73.85,27.69c2.39-3.36,6.27-5.4,10.44-5.4,7.06,0,12.8,5.74,12.8,12.8,0,4.79-9.8,5.16-12.8,5.16-1.25,0-2.46-.05-3.6-.15,0-.14-.03-.27-.04-.41-.02-.37-.06-.73-.11-1.09-.03-.21-.06-.43-.1-.64-.07-.38-.15-.76-.25-1.13-.05-.18-.09-.36-.14-.54-.13-.43-.27-.85-.44-1.26-.05-.12-.08-.24-.13-.35-.22-.52-.46-1.03-.73-1.52-.08-.15-.18-.28-.26-.43-.2-.33-.4-.66-.62-.98-.14-.21-.3-.4-.45-.6-.19-.24-.37-.48-.57-.71-.18-.21-.36-.41-.55-.6-.2-.21-.41-.42-.63-.62-.2-.18-.39-.37-.59-.54-.26-.22-.54-.43-.81-.63-.15-.11-.28-.23-.43-.34ZM72.01,30.07s.08.06.12.08c.31.21.6.43.89.67.01,0,.02.02.04.03.31.26.61.53.89.81,0,0,.01.01.02.02.27.27.52.55.76.84.03.03.05.06.08.09.25.3.48.61.7.94,0,.01.02.03.02.04.2.29.38.59.55.9.04.08.09.16.13.23.17.32.33.65.47.98.02.04.03.09.05.14.12.29.23.59.33.89.04.11.07.22.1.34.1.32.18.64.25.98.01.06.02.11.03.17.07.34.12.68.16,1.03.01.1.02.21.03.31.03.38.06.76.06,1.15,0,.17-.02.34-.05.5,0,0,0,.02,0,.03-.7,4.28-9.87,4.63-12.76,4.63s-12.06-.35-12.76-4.63c0,0,0-.01,0-.02-.02-.17-.05-.33-.05-.51,0-.39.02-.77.06-1.16,0-.1.02-.2.03-.31.04-.35.09-.7.16-1.04,0-.04.02-.08.02-.12.07-.35.16-.69.26-1.03.03-.1.06-.2.1-.31.11-.32.22-.64.35-.95.01-.03.02-.05.03-.08.15-.35.31-.69.49-1.02.03-.06.07-.12.1-.18.38-.68.82-1.33,1.31-1.93,0,0,.02-.02.02-.03.77-.93,1.66-1.74,2.66-2.42.03-.02.05-.04.08-.06,2.04-1.37,4.48-2.17,7.12-2.17s5.07.8,7.1,2.16ZM45.56,22.29c4.16,0,8.04,2.03,10.43,5.38-.16.11-.31.25-.47.36-.26.2-.53.39-.78.6-.22.18-.42.38-.63.57-.2.19-.4.38-.59.58-.2.21-.39.42-.58.64-.18.21-.36.43-.53.66-.17.22-.33.43-.49.65-.2.28-.38.58-.56.88-.11.18-.22.35-.32.53-.27.48-.51.99-.72,1.5-.05.13-.1.27-.15.4-.15.4-.3.81-.42,1.22-.05.19-.1.38-.15.56-.09.37-.18.74-.25,1.12-.04.21-.07.43-.1.64-.05.36-.08.73-.11,1.1,0,.14-.03.27-.04.41-1.13.1-2.32.15-3.56.15-3,0-12.8-.37-12.8-5.16,0-7.06,5.74-12.8,12.8-12.8Z'/%3E%3Cpath class='b' d='M84.29,17.63c4.58,0,8.31-3.73,8.31-8.31s-3.73-8.31-8.31-8.31-8.31,3.73-8.31,8.31,3.73,8.31,8.31,8.31ZM84.29,4c2.93,0,5.31,2.38,5.31,5.31s-2.38,5.31-5.31,5.31-5.31-2.38-5.31-5.31,2.38-5.31,5.31-5.31Z'/%3E%3Cpath class='b' d='M64.91,23.25c4.58,0,8.31-3.73,8.31-8.31s-3.73-8.31-8.31-8.31-8.31,3.73-8.31,8.31,3.73,8.31,8.31,8.31ZM64.91,9.62c2.93,0,5.31,2.38,5.31,5.31s-2.38,5.31-5.31,5.31-5.31-2.38-5.31-5.31,2.38-5.31,5.31-5.31Z'/%3E%3Cpath class='b' d='M96.57,62.96c-2.74-2.03-6.48-2.21-10.27-.51l-18.35,6.45c-.73-2.19-2.56-3.79-5.19-4.51-4.76-1.31-11.72-3.1-13.09-3.45-1.56-.99-10.42-6.18-18.63-2.53l-13.61,6.35-1.63-3.82c-.16-.37-.45-.66-.82-.8-.37-.15-.78-.14-1.15.01l-11.92,5.07c-.76.32-1.12,1.21-.79,1.97l13.94,32.74c.16.37.45.66.82.8.18.07.37.11.56.11.2,0,.4-.04.59-.12l11.92-5.07c.37-.16.66-.45.8-.82s.14-.78-.01-1.15l-1.91-4.48,6.09-2.59c.46-.19.97-.23,1.45-.1l17.88,4.81c1.19.32,2.42.48,3.64.48,1.89,0,3.77-.38,5.52-1.12l31.97-13.61c3.1-1.22,5.1-3.6,5.48-6.52.38-2.9-.88-5.8-3.28-7.58ZM17.23,97.37l-12.76-29.98,9.16-3.9,12.77,29.98-9.16,3.9ZM96.88,70.15c-.24,1.83-1.52,3.3-3.64,4.14l-32,13.62c-2.27.97-4.82,1.15-7.21.5l-17.88-4.81c-.44-.12-.9-.18-1.35-.18-.7,0-1.4.14-2.05.42l-5.86,2.49-8.06-18.93,13.45-6.28c7.3-3.24,15.86,2.38,15.94,2.44.14.1.3.17.46.21.08.02,8.03,2.05,13.27,3.49,1.76.48,2.87,1.45,3.21,2.81.4,1.55-.24,3.47-1.58,4.77-.75.73-2.36,1.86-4.68,1.2-4.14-1.19-16.44-4.31-16.96-4.45-.81-.2-1.62.28-1.82,1.08-.2.8.28,1.62,1.08,1.82.13.03,12.78,3.25,16.87,4.42,2.75.79,5.52.09,7.6-1.93,1.43-1.39,2.32-3.2,2.54-5.03l19.12-6.72s.08-.03.13-.05c2.83-1.29,5.43-1.23,7.31.16,1.5,1.11,2.33,2.99,2.09,4.78Z'/%3E%3C/svg%3E");
}
.about_frodsham a {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 109 92'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M58.15,59.05v-6.37c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5,1.5v6.37c0,.83.67,1.5,1.5,1.5s1.5-.67,1.5-1.5Z'/%3E%3Cpath class='b' d='M42.39,66.19v6c0,.83.67,1.5,1.5,1.5h6c.83,0,1.5-.67,1.5-1.5v-6c0-.83-.67-1.5-1.5-1.5h-6c-.83,0-1.5.67-1.5,1.5ZM45.39,67.69h3v3h-3v-3Z'/%3E%3Cpath class='b' d='M73.71,45.4c.83,0,1.5-.67,1.5-1.5v-7.19c0-.83-.67-1.5-1.5-1.5h-7.86c-.83,0-1.5.67-1.5,1.5v7.19c0,.83.67,1.5,1.5,1.5h7.86ZM67.35,38.2h4.86v4.19h-4.86v-4.19Z'/%3E%3Cpath class='b' d='M57.61,10.6h-7.86c-.83,0-1.5.67-1.5,1.5v7.19c0,.83.67,1.5,1.5,1.5h7.86c.83,0,1.5-.67,1.5-1.5v-7.19c0-.83-.67-1.5-1.5-1.5ZM56.11,17.8h-4.86v-4.19h4.86v4.19Z'/%3E%3Cpath class='b' d='M64.61,19.81h42.44c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5h-42.44v-6.49h42.44c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5h-43.52l-8.88-6.05c-.11-.07-.22-.13-.34-.17-.02,0-.05-.02-.08-.02-.14-.04-.28-.07-.43-.07,0,0,0,0,0,0h-13.32c-.3,0-.6.09-.84.26l-9.3,6.34s0,0,0,0h0s0,0,0,.01c-.12.08-.22.18-.31.29-.02.02-.03.04-.05.06-.08.11-.15.23-.19.36,0,.02-.02.05-.02.08-.04.12-.06.25-.07.38,0,.02,0,.03,0,.05,0,0,0,.01,0,.02v12.33c-.06,0-.11-.01-.17-.02-.01,0-.02,0-.04,0h-10.77c-.33,0-.65.11-.91.31l-7.26,5.55s-.02.03-.04.04c-.1.08-.2.18-.27.29,0,0-.01.02-.02.02-.08.11-.13.24-.18.36,0,.03-.02.06-.03.09-.03.13-.06.26-.06.39v19.1H2.5c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5h26.94c3.63,0,7.09-1.47,9.75-4.13,1.14-1.14,3.34-3.57,5.67-6.14,2.25-2.48,4.57-5.04,5.71-6.18l.55-.55c2.04-2.06,3.96-4.01,7.15-4.01h3.73l-6.17,3.99c-.43.28-.68.75-.68,1.26v11.5c0,.83.67,1.5,1.5,1.5s1.5-.67,1.5-1.5v-10.69l11.63-7.53,11.63,7.53v18.44c-3.82.66-6.74,3.99-6.74,8,0,1.33.31,2.6.92,3.75-2.25,2.04-3.56,4.95-3.56,8.02,0,2.34.75,4.5,2.01,6.27,0,.03,0,.06,0,.09v7.5h-13.51v-19.88c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5,1.5v20.51h-4v-5.21c0-3.2-2.6-5.8-5.8-5.8h-1.54c-3.2,0-5.8,2.6-5.8,5.8v5.21h-4.13v-8.6c1.1-1.7,1.75-3.72,1.75-5.89,0-1.98-.55-3.88-1.53-5.54l12.21-7.72c.7-.44.91-1.37.47-2.07s-1.37-.91-2.07-.47l-12.5,7.9s-.09-.09-.13-.13c.6-1.15.92-2.42.92-3.75,0-4.48-3.65-8.13-8.13-8.13-3.03,0-5.67,1.67-7.07,4.13-1.4-2.46-4.04-4.13-7.07-4.13-4.48,0-8.13,3.65-8.13,8.13,0,1.3.3,2.55.88,3.68-2.3,2.04-3.64,4.97-3.64,8.09,0,5.44,4.04,9.94,9.27,10.7v3.79H2.75c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5h103.79c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5h-8v-3.79c5.23-.76,9.27-5.26,9.27-10.7,0-3.12-1.34-6.05-3.64-8.09.58-1.13.88-2.38.88-3.68,0-3.03-1.67-5.68-4.15-7.08,0-.02,0-.03,0-.05v-20.13s0-.02,0-.04c0-.02,0-.05,0-.07,0-.13-.03-.25-.07-.37,0-.02-.01-.04-.02-.06-.05-.13-.12-.25-.2-.36-.02-.02-.03-.04-.05-.06-.09-.11-.2-.21-.32-.29,0,0,0,0,0,0l-6.17-3.99h12.98c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5h-17.61l-2.33-1.51c-.24-.16-.53-.24-.82-.24h-16.51s-.02,0-.04,0c-.13,0-.26.03-.39.06-.03,0-.05.01-.08.02-.11.04-.21.09-.31.15l-2.33,1.51h-2.03v-6.49ZM40.95,4h7.99l-4.9,3.34h-7.99l4.9-3.34ZM19.22,24.15h5.83l-3.34,2.55h-5.83l3.34-2.55ZM23.72,47.3v-3.48c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5,1.5v3.48h-7.77v-17.6h7.77v7.75c0,.83.67,1.5,1.5,1.5s1.5-.67,1.5-1.5v-8.5l5.76-4.4,5.76,4.4v16.53s0,.04,0,.06c-1.74,1.15-3.74,1.77-5.8,1.77h-5.73ZM48.99,31.2l-.53.54c-.59.59-1.46,1.52-2.46,2.61v-12.63c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5,1.5v15.84s0,.05,0,.07c-.12.13-.24.26-.36.4-1.59,1.75-3.21,3.54-4.4,4.81v-14.64c0-.47-.22-.91-.59-1.19l-5-3.82c.02-.09.03-.17.03-.26v-12.58h10.32v4.33c0,.83.67,1.5,1.5,1.5s1.5-.67,1.5-1.5v-5.04l7.8-5.32,7.8,5.32v16.66h-3.33c-4.44,0-7.01,2.61-9.28,4.9ZM78.43,67.13l1.32-.9-.99-1.26c-.71-.91-1.09-2-1.09-3.16,0-2.83,2.3-5.13,5.13-5.13s5.13,2.3,5.13,5.13c0,1.13-.37,2.21-1.06,3.12l-.97,1.27,1.33.89c.5.34.95.73,1.36,1.17l.21.24c.29.34.55.7.78,1.08.02.03.03.05.05.08.1.17.19.34.28.52.03.07.07.14.1.22.09.2.17.41.25.62.06.18.13.37.18.56.03.11.05.22.08.34.04.18.07.36.1.54.01.1.03.19.04.29.03.28.05.56.05.85,0,.25-.01.5-.04.74-.01.11-.03.22-.04.32-.02.13-.04.26-.06.39-.03.13-.06.26-.09.4-.02.1-.05.2-.08.3-.04.14-.09.28-.14.42-.03.08-.06.16-.09.25-.06.14-.12.29-.18.43-.03.07-.07.15-.11.22-.07.14-.14.28-.22.42-.04.07-.08.13-.12.2-.08.14-.17.27-.26.4-.04.06-.09.12-.14.18-.1.13-.2.26-.3.39-1.14,1.34-2.73,2.29-4.52,2.62v-5.96l2.94-2.94c.59-.59.59-1.54,0-2.12s-1.54-.59-2.12,0l-.82.82v-2.13c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5,1.5v12.31c-3.57-.73-6.26-3.89-6.26-7.67,0-2.58,1.27-4.99,3.41-6.46ZM77.03,82.7c1.26.81,2.7,1.36,4.25,1.59v3.79h-4.25v-5.38ZM28.76,84.28c1.65-.24,3.18-.84,4.5-1.74v5.53h-4.5v-3.79ZM27.24,56.68c2.83,0,5.13,2.3,5.13,5.13,0,1.15-.38,2.24-1.09,3.16l-.99,1.26,1.32.9c2.13,1.46,3.41,3.88,3.41,6.46,0,3.78-2.69,6.94-6.26,7.67v-12.31c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5,1.5v2.13l-.82-.82c-.59-.59-1.54-.59-2.12,0-.59.59-.59,1.54,0,2.12l2.94,2.94v5.96c-1.8-.33-3.38-1.28-4.52-2.62-.11-.13-.22-.27-.33-.42-.04-.05-.08-.1-.11-.15-.1-.14-.19-.28-.28-.43-.04-.06-.07-.12-.11-.18-.08-.14-.16-.29-.23-.44-.03-.07-.07-.13-.1-.2-.07-.15-.13-.29-.19-.44-.03-.08-.06-.16-.09-.24-.05-.14-.1-.29-.14-.43-.03-.1-.05-.19-.07-.29-.03-.13-.07-.27-.09-.4-.02-.13-.04-.26-.06-.39-.02-.11-.03-.22-.04-.33-.02-.24-.04-.49-.04-.74,0-.29.02-.57.05-.85.01-.1.03-.19.04-.29.03-.18.06-.36.1-.54.03-.11.05-.23.08-.34.05-.19.11-.38.18-.56.07-.21.16-.41.25-.61.03-.07.07-.15.1-.22.09-.17.18-.35.27-.51.02-.03.04-.06.06-.09.23-.37.48-.73.77-1.07l.2-.23c.41-.44.86-.84,1.37-1.18l1.33-.89-.97-1.27c-.7-.91-1.06-1.98-1.06-3.12,0-2.83,2.3-5.13,5.13-5.13ZM5.23,73.58c0-2.61,1.3-5.04,3.46-6.5l1.33-.89-.97-1.27c-.7-.91-1.06-1.98-1.06-3.12,0-2.83,2.3-5.13,5.13-5.13s5.13,2.3,5.13,5.13c0,1.15-.38,2.24-1.09,3.16l-.99,1.26,1.32.91c.23.16.45.33.67.52-.01.02-.02.04-.04.06-.38.58-.7,1.19-.95,1.84-.05.11-.09.23-.13.35-.06.17-.12.34-.17.51-.07.23-.14.47-.19.71-.03.14-.06.27-.09.41-.05.25-.09.49-.12.74-.01.1-.02.21-.03.31-.03.34-.05.67-.05,1.01s.02.65.05.97c0,.11.02.21.04.32.03.22.06.43.1.65.02.11.04.23.06.34.06.28.13.56.22.84.04.13.09.26.14.4.06.16.11.32.17.48.06.14.12.29.18.43.07.15.14.29.21.44.07.13.13.26.2.39.13.23.27.47.42.69-1.04.9-2.3,1.5-3.64,1.75v-1.58c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5,1.5v1.56c-3.57-.72-6.27-3.89-6.27-7.67ZM14.5,84.3c2.08-.28,4.02-1.16,5.61-2.54,1.56,1.35,3.5,2.26,5.64,2.54v3.77h-11.26v-3.77ZM43.39,88.07v-5.21c0-1.54,1.25-2.8,2.8-2.8h1.54c1.54,0,2.8,1.25,2.8,2.8v5.21h-7.13ZM84.28,88.07v-3.77c2.14-.28,4.08-1.19,5.64-2.54,1.59,1.37,3.54,2.26,5.61,2.54v3.77h-11.26ZM101.34,67.08c2.17,1.46,3.46,3.89,3.46,6.5,0,3.78-2.7,6.95-6.27,7.67v-1.56c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5,1.5v1.58c-1.34-.25-2.6-.85-3.64-1.75.15-.23.29-.46.42-.7.07-.12.13-.25.19-.37.08-.15.15-.3.22-.46.06-.14.12-.28.18-.42.06-.16.12-.33.18-.49.04-.13.09-.25.13-.38.08-.28.16-.56.22-.84.02-.11.04-.22.06-.34.04-.22.07-.43.1-.65.01-.11.03-.21.04-.32.03-.32.05-.65.05-.97s-.02-.68-.05-1.01c0-.1-.02-.21-.03-.31-.03-.25-.07-.5-.12-.74-.03-.14-.05-.27-.09-.41-.06-.24-.12-.48-.19-.71-.05-.17-.11-.34-.17-.5-.04-.12-.09-.23-.14-.35-.26-.64-.57-1.25-.95-1.83-.01-.02-.03-.04-.04-.07.22-.19.44-.36.67-.52l1.32-.9-.99-1.26c-.71-.91-1.09-2-1.09-3.16,0-2.83,2.3-5.13,5.13-5.13s5.13,2.3,5.13,5.13c0,1.13-.37,2.21-1.06,3.12l-.97,1.27,1.33.89ZM96.93,53.68c-3.03,0-5.67,1.67-7.07,4.13-1.14-2.01-3.12-3.49-5.45-3.96v-17.79h13.51v17.7c-.32-.04-.65-.07-.99-.07ZM85.84,27.55l8.5,5.5h-10.99l-8.5-5.5h10.99Z'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
	.hero_blocks a {
		min-height: 230px;
	}
	.your_council a,
	.council_services a,
	.about_frodsham a {
		background-size: 150px auto;
	}

}
.council_hero h2 {
	color: #fff;
}
.council_hero h2::after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: 2px;
	width: 14px;
	height: 22px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 22'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='b' points='1 2.36 9.83 11.19 1 20.02 2.36 21.37 12.54 11.19 2.36 1 1 2.36 1 2.36'/%3E%3C/svg%3E");
	transition: all 300ms;
}
.hero_blocks a:hover h2 {
	text-decoration: underline;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: 0.3em;
}
.council_hero a:hover h2::after {
	margin-left: 15px;
}
.council_hero p {
	max-width: 60%;
}

/** Ticker **/

.ticker_wrap {
	background-color: #f5f5f5;
	min-height: 80px;
	padding: 20px 0;
	margin-bottom: 30px;
}
.ticker_wrap {
	font-size: 1.2rem;
	font-weight: 500;
}
.ticker_wrap a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
}
.ticker_wrap button {
	margin: 0 10px;
}
.ticker_wrap .ditty-ticker .ditty-item {
	border-right: 50px solid rgba(0, 0, 0, 0.0)
}

/** Home Page Tabs **/

.news-wrap label, 
.news-wrap a {
	cursor: pointer;
	user-select: none;
	text-decoration: none;
	display: inline-block;
	color: inherit;
	transition: border 0.1ms;
	transition: all .33s;
}
.news-wrap label:hover, 
.news-wrap a:hover {
	border-bottom-color: #9966cc;
	text-decoration: underline;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: 0.3em;
}
.layout {
	display: grid;
	height: 100%;
	width: 100%;
	overflow: hidden;
	grid-template-rows: 50px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}
#page .pcp-carousel-wrapper .sp-pcp-carousel {
    padding-bottom: 20px;
    padding-top: 20px;
}

input[type=radio] {
	display: none;
}

label.nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	border-bottom: 3px solid #9966cc;
	background: #ecf0f1;
	user-select: none;
	transition: background 0.1ms, padding-left 0.1ms;
	padding-left: 20px;
}
label.nav:nth-of-type(2)::before,
label.nav:nth-of-type(3)::before {
	content: "";
	display: inline-block;
	background-color: #fff;
	height: 100%;
	width: 1px;
	position: relative;
	left: -20px;
	top: 0;
}
input[type=radio]:checked + .hometab + label.nav {
	background: #9966cc;
	color: #ffffff;
	padding-left: 20px;
}
input[type=radio]:checked + .hometab + label.nav span {
	padding-left: 0;
}
input[type=radio]:checked + .hometab + label.nav svg {
	opacity: 1;
}
label.nav span {
	padding-left: 0px;
	position: relative;
}
label.nav svg {
	left: 0;
	top: -3px;
	position: absolute;
	width: 15px;
	opacity: 0;
	transition: opacity 0.1ms;
}

.hometab {
	grid-column-start: 1;
	grid-row-start: 2;
	grid-column-end: span 3;
	padding: 0;
	display: flex;
	align-items: flex-start;
}

.hometab-contents > * {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.1ms, transform 0.1ms;
}
.hometab-contents > *:nth-child(1) {
	transition-delay: 0.4s;
}
.hometab-contents > *:nth-child(2) {
	transition-delay: 0.6s;
}
.hometab-contents > *:nth-child(3) {
	transition-delay: 0.8s;
}
.hometab-contents > *:nth-child(4) {
	transition-delay: 1s;
}
.hometab-contents > *:nth-child(5) {
	transition-delay: 1.2s;
}
.hometab-contents > *:nth-child(6) {
	transition-delay: 1.4s;
}
.hometab-contents > *:nth-child(7) {
	transition-delay: 1.6s;
}
.hometab-contents > *:nth-child(8) {
	transition-delay: 1.8s;
}
.hometab-contents > *:nth-child(9) {
	transition-delay: 2s;
}
.hometab-contents > *:nth-child(10) {
	transition-delay: 2.2s;
}
.hometab-contents > *:nth-child(11) {
	transition-delay: 2.4s;
}
.hometab-contents > *:nth-child(12) {
	transition-delay: 2.6s;
}
.hometab-contents > *:nth-child(13) {
	transition-delay: 2.8s;
}
.hometab-contents > *:nth-child(14) {
	transition-delay: 3s;
}
.hometab-contents > *:nth-child(15) {
	transition-delay: 3.2s;
}
.hometab-contents > *:nth-child(16) {
	transition-delay: 3.4s;
}
.hometab-contents > *:nth-child(17) {
	transition-delay: 3.6s;
}
.hometab-contents > *:nth-child(18) {
	transition-delay: 3.8s;
}
.hometab-contents > *:nth-child(19) {
	transition-delay: 4s;
}
.hometab-contents > *:nth-child(20) {
	transition-delay: 4.2s;
}
input[type=radio] + .hometab {
	transition: transform 0.1ms;
	transform: translateX(100%);
}
input[type=radio]:checked + .hometab {
	transform: translateX(0%);
}
input[type=radio]:checked + .hometab .hometab-contents > * {
	opacity: 1;
	transform: translateY(0px);
}
.hometab-contents {
	max-width: 100%;
	margin: 0 auto;
}

#page .pcp-carousel-wrapper .pcp-button-prev.top_right {
	bottom: 0;
	right: 44px;
	top: auto;
	left: auto;
}
#page .pcp-carousel-wrapper .pcp-button-next.top_right {
	bottom: 0;
	right: 0;
	top: auto;
}

.news-wrap .sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a,
.spotlight-wrap .sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a {
    display: inline-block;
	border: 1px solid;
	border-color: #9966cc #9966cc #9966cc;
	background-color: #9966cc;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1;
	font-size: 1.0rem;
    font-weight: 400;
	padding: 0.5em 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
    border-radius: 0;
}
.news-wrap .sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a,
.spotlight-wrap .sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a {
    text-transform: none;
    font-size: 20px;
    line-height: 24px;
    color: #111;
    font-weight: 500;
    text-decoration: none;
}


/** END Home Page Tabs **/

@media screen and (min-width: 768px) {
	#products {
		padding-left: 10%!important;
		padding-right: 10%!important;
	}
}

/** Spotlight **/

.spotlight-wrap {
	background-color: #f5f5f5;
	margin: 50px 0;
	padding: 50px 0;
}
.spotlight-wrap h2.section_title {
	text-align: center;
}

/** Your Town Council **/

.your_town_council_wrap {
	padding: 30px 0;
}
ul.your_town_council li a {
	display: block;
	color: #333;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
}
ul.your_town_council {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 6 columns with equal width */
    gap: 0; /* Gap between grid items */
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.your_town_council li {
    padding: 20px; /* Padding */
    text-align: center; /* Center text */
}
@media (min-width:768px) {
	ul.your_town_council {
		grid-template-columns: repeat(3, 1fr); /* 6 columns with equal width */
	}
}
@media (min-width:820px) {
	ul.your_town_council {
		grid-template-columns: repeat(4, 1fr); /* 6 columns with equal width */
	}
}
@media (min-width:1024px) {
	ul.your_town_council {
		grid-template-columns: repeat(6, 1fr); /* 6 columns with equal width */
	}
}
ul.your_town_council li a::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	border-radius: 999px;
	aspect-ratio: 1/1;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 300ms;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
ul.your_town_council li a:hover {
    text-decoration: underline;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: 0.2em;
}
ul.your_town_council li a:hover::before {
	background-size: 90% auto;
}
ul.your_town_council li:nth-child(1) a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23888;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M121,26.03h-17.23v-4.64c0-1.3-1.05-2.36-2.36-2.36h-11.66c-.6-4.65-4.74-8.27-9.76-8.27s-9.17,3.62-9.76,8.27h-11.66c-1.3,0-2.36,1.05-2.36,2.36v4.64h-17.23c-1.3,0-2.36,1.05-2.36,2.36v102.5c0,1.3,1.05,2.36,2.36,2.36h82c1.3,0,2.36-1.05,2.36-2.36V28.38c0-1.3-1.05-2.36-2.36-2.36h.02ZM60.94,23.74h11.68c1.3,0,2.36-1.05,2.36-2.36,0-.11-.02-.21-.03-.31v-.12c-.05-.26-.07-.52-.07-.78,0-2.6,2.3-4.71,5.13-4.71s5.13,2.12,5.13,4.71c0,.26-.02.52-.07.78-.01.07-.01.14-.02.2,0,.08-.02.15-.02.23v.02c0,.1.02.19.03.28,0,.06,0,.13.02.19.02.08.05.15.07.22s.04.15.07.22c.02.06.06.11.09.16.04.08.08.16.13.24.04.05.08.1.12.14.06.07.11.14.17.2.05.05.11.09.17.14s.12.11.18.15c.05.04.11.06.17.09.08.04.15.09.24.13.05.02.1.03.16.05.1.03.19.07.3.09h.02c.13.02.27.04.4.04h11.71v10.49h-38.13v-10.49h0ZM118.64,128.53H41.36V30.74h14.87v5.85c0,1.3,1.05,2.36,2.36,2.36h42.84c1.3,0,2.36-1.05,2.36-2.36v-5.85h14.87v97.79h-.02Z'/%3E%3Cpath class='b' d='M50.31,45.09c-1.3,0-2.36,1.05-2.36,2.36s1.05,2.36,2.36,2.36h59.38c1.3,0,2.36-1.05,2.36-2.36s-1.05-2.36-2.36-2.36h-59.38Z'/%3E%3Cpath class='b' d='M109.69,59.14h-59.38c-1.3,0-2.36,1.05-2.36,2.36s1.05,2.36,2.36,2.36h59.38c1.3,0,2.36-1.05,2.36-2.36s-1.05-2.36-2.36-2.36Z'/%3E%3Cpath class='b' d='M109.69,72.99h-59.38c-1.3,0-2.36,1.05-2.36,2.36s1.05,2.36,2.36,2.36h59.38c1.3,0,2.36-1.05,2.36-2.36s-1.05-2.36-2.36-2.36Z'/%3E%3Cpath class='b' d='M96.8,83.21c-.44-.44-1.04-.69-1.66-.69s-1.22.25-1.67.69l-20.9,20.9-6.02-6.02h0c-.92-.92-2.41-.92-3.33,0l-6.29,6.29h0c-.92.92-.92,2.41,0,3.33l13.98,13.98c.44.44,1.04.69,1.66.69s1.23-.25,1.67-.7l28.85-28.85h0c.92-.92.92-2.41,0-3.33,0,0-6.29-6.29-6.29-6.29ZM72.56,116.7l-10.65-10.65,2.96-2.96,6.03,6.02c.92.92,2.41.92,3.33,0l20.9-20.9,2.96,2.96-25.52,25.52h0Z'/%3E%3C/svg%3E");
}
ul.your_town_council li:nth-child(2) a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23888;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='c' d='M41.06,84.9c1.11,0,2.01-.9,2.01-2.01v-8.21c0-.83.68-1.51,1.51-1.51h33.41v9.72c0,1.11.9,2.01,2.01,2.01s2.01-.9,2.01-2.01v-9.72h33.41c.83,0,1.51.68,1.51,1.51v8.21c0,1.11.9,2.01,2.01,2.01s2.01-.9,2.01-2.01v-8.21c0-3.05-2.48-5.53-5.53-5.53h-33.41v-8.18h24.96c1.11,0,2.01-.9,2.01-2.01v-20.89l2.26-.91c.77-.31,1.26-1.04,1.26-1.86v-16.21c0-1.11-.9-2.01-2.01-2.01h-14.77v-2.68c0-3.69-3.01-6.7-6.7-6.7h-18.76c-3.69,0-6.7,3.01-6.7,6.7v2.68h-14.04c-1.11,0-2.01.9-2.01,2.01v16.21c0,.83.5,1.56,1.26,1.86l2.26.91v20.89c0,1.11.9,2.01,2.01,2.01h24.96v8.18h-33.41c-3.05,0-5.53,2.48-5.53,5.53v8.21c0,1.11.9,2.01,2.01,2.01ZM70.25,11.72h18.76c1.48,0,2.68,1.2,2.68,2.68v2.68h-24.13v-2.68c0-1.48,1.2-2.68,2.68-2.68ZM80,30.49c5.36,0,9.72,4.36,9.72,9.72s-4.36,9.72-9.72,9.72-9.72-4.36-9.72-9.72,4.36-9.72,9.72-9.72ZM93.59,42.21h4.71c.26,0,.51-.05.75-.14l5.92-2.38v17.27h-49.93v-17.27l5.92,2.38c.24.1.49.14.75.14h4.71c.99,6.7,6.79,11.73,13.59,11.73s12.6-5.03,13.59-11.73ZM93.59,38.2c-.99-6.7-6.79-11.73-13.59-11.73s-12.6,5.03-13.59,11.73h-4.32l-10.57-4.24v-12.85h56.96v12.85l-10.57,4.24h-4.32Z'/%3E%3Cpath class='c' d='M138.29,117.24h-2.68v-1.6c0-5.94-3.94-11.23-9.62-13.01,1.29-1.6,2-3.6,2-5.66,0-4.99-4.06-9.05-9.05-9.05s-9.05,4.06-9.05,9.05c0,2.06.71,4.05,2,5.66-5.68,1.78-9.62,7.07-9.62,13.01v1.6h-5.6v-1.6c0-5.94-3.94-11.23-9.62-13.01,1.29-1.6,2-3.6,2-5.66,0-4.99-4.06-9.05-9.05-9.05s-9.04,4.06-9.04,9.05c0,2.06.71,4.05,2,5.66-5.68,1.78-9.62,7.07-9.62,13.01v1.6h-5.6v-1.6c0-5.94-3.94-11.23-9.62-13.01,1.29-1.6,2-3.6,2-5.66,0-4.99-4.06-9.05-9.05-9.05s-9.04,4.06-9.04,9.05c0,2.06.71,4.05,2,5.66-5.68,1.78-9.62,7.07-9.62,13.01v1.6h-2.68c-1.11,0-2.01.9-2.01,2.01v7.04c0,1.11.9,2.01,2.01,2.01h116.57c1.11,0,2.01-.9,2.01-2.01v-7.04c0-1.11-.9-2.01-2.01-2.01ZM41.06,102c-2.77,0-5.03-2.25-5.03-5.03s2.25-5.03,5.03-5.03,5.03,2.26,5.03,5.03-2.25,5.03-5.03,5.03ZM28.42,117.24v-1.6c0-5.31,4.36-9.62,9.72-9.62h5.86c5.36,0,9.72,4.32,9.72,9.62v1.6h-25.3ZM80,102c-2.77,0-5.03-2.25-5.03-5.03s2.25-5.03,5.03-5.03,5.03,2.26,5.03,5.03-2.25,5.03-5.03,5.03ZM67.35,117.24v-1.6c0-5.31,4.36-9.62,9.72-9.62h5.86c5.36,0,9.72,4.32,9.72,9.62v1.6h-25.3ZM106.29,117.24v-1.6c0-5.31,4.36-9.62,9.72-9.62h5.86c5.36,0,9.72,4.32,9.72,9.62v1.6h-25.3ZM118.94,102c-2.77,0-5.03-2.25-5.03-5.03s2.25-5.03,5.03-5.03,5.03,2.26,5.03,5.03-2.25,5.03-5.03,5.03ZM136.28,121.26v3.02H23.72v-3.02h112.55Z'/%3E%3Cpath class='c' d='M77.21,44.5c.38.41.92.65,1.48.65s1.1-.24,1.48-.65l5.42-5.86c.75-.81.7-2.09-.11-2.84-.81-.75-2.09-.7-2.84.11l-3.94,4.27-1.32-1.43c-.36-.39-.86-.62-1.4-.64-.53-.02-1.05.17-1.44.53-.81.75-.86,2.03-.11,2.84l2.79,3.02Z'/%3E%3C/svg%3E");}

ul.your_town_council li:nth-child(3) a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23888;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='c' d='M135.4,92.67l-9.41-11.41c-.58-.7-1.77-.7-2.35,0l-9.43,11.45-.25.44c-.27.78-.09,4.36-.09,5.38h-7.95v-4.86c0-.38-.14-.73-.37-1l-9.41-11.42c-.58-.7-1.77-.7-2.35,0-1.27,1.55-9.13,10.85-9.59,11.67-.42.75-.19,4.47-.19,5.6h-7.95v-4.86c0-.38-.14-.73-.37-1l-9.41-11.42c-.58-.7-1.77-.7-2.35,0l-9.41,11.42c-.23.26-.36.6-.37.97v4.89h-7.95v-4.86c0-.39-.14-.74-.38-1.01l-9.4-11.41c-.58-.7-1.77-.7-2.35,0-1.2,1.46-9.38,11.12-9.67,11.86-.28.73-.11,34.75-.11,38.58,0,.84.68,1.52,1.52,1.52h18.86c.84,0,1.52-.68,1.52-1.52v-4.86h7.95v4.86c0,.84.68,1.52,1.52,1.52h18.86c.84,0,1.52-.68,1.52-1.52v-4.86h7.95v4.86c0,.84.68,1.52,1.52,1.52h18.86c.84,0,1.52-.68,1.52-1.52v-4.86h7.95v4.86c0,.84.68,1.52,1.52,1.52h18.87c.84,0,1.52-.68,1.52-1.52v-38.02c0-.38-.14-.73-.38-1ZM35.23,84.62l6.2,7.53h-12.4l6.2-7.53ZM43.14,125.32v4.86h-15.82v-34.98h15.82v30.12ZM54.14,123.79h-7.95v-3.64h7.95v3.64ZM54.14,117.1h-7.95v-8.83h7.95v8.83ZM54.14,105.22h-7.95v-3.64h7.95v3.64ZM65.1,84.62l6.2,7.53h-12.4l6.2-7.53ZM73,130.18h-15.82v-34.98h15.82v34.98ZM84,123.79h-7.95v-3.64h7.95v3.64ZM84,117.1h-7.95v-8.83h7.95v8.83ZM84,105.22h-7.95v-3.64h7.95v3.64ZM94.96,84.62l6.2,7.53h-12.4l6.2-7.53ZM102.87,130.18h-15.82v-34.98h15.82v34.98ZM113.87,123.79h-7.95v-3.64h7.95v3.64ZM113.87,117.1h-7.95v-8.83h7.95v8.83ZM113.87,105.22h-7.95v-3.64h7.95v3.64ZM124.82,84.62l6.2,7.53h-12.4l6.2-7.53ZM132.73,130.18h-15.82v-34.98h15.82v34.98Z'/%3E%3Cpath class='c' d='M29,77.33h102.05c1.97,0,1.97-3.05,0-3.05h-10.42v-16.67c8.02-.49,14.4-7.57,14.05-15.63-.03-.79-.67-1.42-1.46-1.46-4.89-.21-9.64,2.02-12.6,5.92v-7.86c2.19-2.25,3.43-5.3,3.43-8.45,0-3.39-1.43-6.64-3.93-8.93-.58-.54-1.48-.54-2.06,0-2.5,2.29-3.93,5.55-3.93,8.93,0,3.16,1.24,6.2,3.43,8.45v7.87c-2.96-3.9-7.7-6.13-12.6-5.92-.79.03-1.42.67-1.46,1.46-.35,8.06,6.03,15.13,14.05,15.63v16.67h-33.44v-1.78c9.29-.46,16.59-8.44,16.19-17.77-.03-.79-.67-1.42-1.46-1.46-5.78-.25-11.42,2.54-14.73,7.29v-11.25c1.71,1.92,4.01,3.29,6.55,3.86,2.47.55,2.42-4.27,2.32-5.65,1.56.12,3.13-.07,4.62-.54,2.4-.75-.03-4.9-.82-6.06,1.4-.67,2.67-1.61,3.73-2.77,1.7-1.86-2.47-4.23-3.74-4.84.87-1.28,1.51-2.73,1.85-4.27.55-2.46-4.24-2.42-5.66-2.32.11-1.55-.06-3.12-.53-4.62-.76-2.4-4.9.03-6.06.82-.67-1.4-1.61-2.67-2.77-3.74-1.86-1.71-4.23,2.47-4.84,3.74-1.28-.87-2.73-1.51-4.27-1.85-2.46-.55-2.43,4.26-2.32,5.66-1.55-.12-3.12.06-4.62.53-2.4.75.02,4.9.82,6.06-1.4.67-2.67,1.61-3.74,2.77-1.7,1.85,2.47,4.23,3.74,4.84-.87,1.28-1.51,2.73-1.85,4.27-.54,2.41,4.12,2.44,5.66,2.32-.11,1.55.06,3.12.53,4.62.92,2.92,6.67-.95,8.34-2.83v11.25c-3.31-4.76-8.92-7.55-14.73-7.3-.79.03-1.42.67-1.46,1.46-.4,9.33,6.89,17.32,16.19,17.77v1.78h-29.52s.08-.09.1-.14c.98-1.8,1.83-3.69,2.54-5.63.29-.83.54-1.6.75-2.37.15-.56-.02-1.15-.44-1.54-.1-.1-.22-.18-.34-.24.17-.08.36-.16.52-.24.4-.22.69-.61.77-1.07.46-2.46.49-4.75.09-6.83-.78-4.08-3.01-6.34-4.75-7.52-.58-.39-1.36-.35-1.88.12-.38.34-.88.61-1.46.83v-7.3c.93.29,1.86.45,2.78.45,1.12,0,2.23-.22,3.3-.67,3.96-1.64,6.56-5.85,7.75-8.22.23-.47.22-1.02-.04-1.47-.26-.45-.73-.74-1.25-.77-3.04-.17-9.92.05-12.98,4.78-.04-.04-.07-.08-.11-.11,1.12-1.26,1.82-2.74,2.08-4.4.68-4.33-1.72-8.79-3.21-11.06-.29-.43-.77-.7-1.29-.7h0c-.52,0-1,.26-1.29.7-1.24,1.89-3.33,5.65-3.33,9.51,0,.52.04,1.04.12,1.55.27,1.66.97,3.13,2.08,4.39-.04.03-.07.07-.11.11-3.06-4.73-9.94-4.94-12.98-4.78-.52.03-.99.32-1.25.77-.26.45-.28,1-.04,1.47.47.92.99,1.82,1.57,2.68,1.85,2.75,3.93,4.61,6.19,5.55,1.08.44,2.18.67,3.31.67.91,0,1.84-.16,2.77-.45v7.3c-.58-.22-1.08-.49-1.46-.83-.53-.46-1.3-.51-1.89-.12-1.73,1.17-3.95,3.43-4.75,7.51-.4,2.07-.37,4.37.09,6.83.08.45.37.85.77,1.07.16.09.34.16.52.24-.12.06-.24.14-.35.24-.42.39-.6.98-.45,1.54.22.8.47,1.6.75,2.38.71,1.93,1.56,3.82,2.53,5.61.03.05.07.09.1.14h-8.43c-1.97,0-1.97,3.05,0,3.05ZM131.61,43.6c-.39,4.76-3.73,8.98-8.27,10.43l3.87-3.87c1.39-1.39-.76-3.55-2.15-2.16l-3.86,3.86c1.46-4.54,5.65-7.88,10.41-8.26ZM119.11,24.56c2.51,3.23,2.51,7.9,0,11.13-2.51-3.23-2.51-7.9,0-11.13ZM111,50.15l3.87,3.87c-4.54-1.45-7.88-5.67-8.27-10.43,4.76.38,8.95,3.72,10.41,8.26l-3.86-3.86c-1.39-1.39-3.55.76-2.15,2.16ZM97.27,56.33c-.38,6-4.75,11.28-10.57,12.73l5.09-5.09c1.39-1.39-.77-3.55-2.16-2.16l-5.08,5.08c1.47-5.83,6.7-10.2,12.71-10.56ZM89.91,49.75c-2.09-.84-3.84-2.44-4.86-4.47.12-.04.23-.07.35-.11l.8-.32c1.1.87,2.33,1.56,3.67,2.03.16.95.17,1.92.04,2.88ZM89.03,43.11l-.23-.14c.28-.3.54-.62.78-.95l1.87.14,2.33-.22c.62.74,1.11,1.58,1.47,2.47-2.18.31-4.33-.22-6.22-1.3ZM97.2,37.12c-1.78,1.39-4.05,2.1-6.3,1.97l.2-1.21c1.3-.51,2.54-1.25,3.59-2.17.91.34,1.75.81,2.51,1.41ZM92.07,30.65l.3-.78c.95-.16,1.93-.17,2.88-.04-.84,2.09-2.46,3.85-4.47,4.86l-.44-1.15c.7-.88,1.29-1.86,1.73-2.89ZM89.91,24.49c.29,2.05-.13,4.17-1.15,5.97h0c-.09.16-.19.32-.29.47-.3-.28-.62-.54-.95-.78l.14-1.91-.22-2.29c.74-.62,1.58-1.11,2.48-1.47ZM82.62,22.54c1.4,1.78,2.09,4.05,1.97,6.3-.19-.05-.39-.08-.58-.12l-.63-.08c-.51-1.31-1.25-2.53-2.16-3.59.33-.91.81-1.75,1.41-2.51ZM75.33,24.49c2.08.84,3.85,2.44,4.86,4.47l-1.15.44c-1.09-.88-2.35-1.57-3.67-2.03-.16-.95-.17-1.92-.04-2.88ZM75.27,30.62l.69.36c.16.09.32.19.47.29-.28.3-.54.62-.78.95l-2.09-.14-2.1.22c-.62-.74-1.11-1.58-1.47-2.48,1.78-.26,3.64.02,5.28.79ZM68.04,37.12c1.78-1.39,4.05-2.1,6.3-1.97-.09.39-.16.8-.2,1.21l-1.48.7-2.11,1.47c-.9-.33-1.75-.81-2.51-1.41ZM72.87,44.38c-.95.16-1.93.17-2.88.04.85-2.1,2.46-3.84,4.47-4.86l.44,1.15c-.87,1.09-1.57,2.35-2.03,3.67ZM75.33,49.75c-.32-2.23.2-4.55,1.45-6.44.97.91,2.13,1.59,3.41,1.97-1.02,2.03-2.77,3.63-4.86,4.47ZM77.16,37.42c-.14-3.09,2.39-5.76,5.46-5.76,2.28,0,4.44,1.51,5.17,3.7,1.12,3.36-1.31,7.22-5.17,7.22-2.91,0-5.3-2.29-5.46-5.16ZM73.45,63.97l5.09,5.09c-5.82-1.45-10.19-6.73-10.57-12.73,6.01.37,11.24,4.73,12.71,10.56l-5.08-5.08c-1.39-1.39-3.55.76-2.16,2.16ZM49.17,38.96c1.35-3.13,5.14-4,8.08-4.19-1.13,1.7-2.79,3.66-4.87,4.51-1.04.43-2.1.54-3.21.33v-.66ZM39.85,39.62c-1.11.21-2.17.1-3.21-.33-2.1-.87-3.77-2.88-4.81-4.42l-.06-.1c2.94.18,6.74,1.06,8.08,4.19v.65ZM37.89,67.97c1.94.38,4.21.58,6.62.58s4.66-.21,6.63-.59c-.58,1.52-1.26,3.02-2.04,4.47-.71.54-2.37,1.08-4.59,1.08s-3.88-.54-4.59-1.08c-.77-1.44-1.45-2.93-2.03-4.46ZM44.51,24.84c.93,1.87,1.81,4.36,1.45,6.63h0c-.18,1.13-.65,2.11-1.45,2.96-.79-.85-1.27-1.83-1.45-2.96-.05-.35-.08-.71-.08-1.07,0-1.96.76-4,1.53-5.57ZM36.48,56.82c.4-2.05,1.28-3.7,2.63-4.9,1.46.86,3.36,1.34,5.4,1.34s3.95-.48,5.4-1.34c1.35,1.21,2.23,2.85,2.62,4.9.29,1.48.3,3.13.04,4.91-3.76,1.52-12.37,1.52-16.12,0-.26-1.78-.25-3.43.03-4.91Z'/%3E%3Cpath class='c' d='M121.92,129.25h5.8c.84,0,1.52-.68,1.52-1.52v-30.07c0-.84-.68-1.52-1.52-1.52h-5.8c-.84,0-1.52.68-1.52,1.52v30.07c0,.84.68,1.52,1.52,1.52ZM123.45,99.18h2.75v27.02h-2.75v-27.02Z'/%3E%3Cpath class='c' d='M32.33,129.25h5.8c.84,0,1.52-.68,1.52-1.52v-30.07c0-.84-.68-1.52-1.52-1.52h-5.8c-.84,0-1.52.68-1.52,1.52v30.07c0,.84.68,1.52,1.52,1.52ZM33.86,99.18h2.75v27.02h-2.75v-27.02Z'/%3E%3Cpath class='c' d='M62.2,129.25h5.8c.84,0,1.52-.68,1.52-1.52v-30.07c0-.84-.68-1.52-1.52-1.52h-5.8c-.84,0-1.52.68-1.52,1.52v30.07c0,.84.68,1.52,1.52,1.52ZM63.72,99.18h2.75v27.02h-2.75v-27.02Z'/%3E%3Cpath class='c' d='M92.06,129.25h5.8c.84,0,1.52-.68,1.52-1.52v-30.07c0-.84-.68-1.52-1.52-1.52h-5.8c-.84,0-1.52.68-1.52,1.52v30.07c0,.84.68,1.52,1.52,1.52ZM93.58,99.18h2.75v27.02h-2.75v-27.02Z'/%3E%3C/svg%3E");
}
ul.your_town_council li:nth-child(4) a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23888;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='c' d='M41.3,62.26h49.32c1.1,0,2-.9,2-2s-.9-2-2-2h-1.09v-3.66c0-2.66-2.16-4.82-4.82-4.82h-2.75v-22.76c0-8.78-7.18-15.92-16-15.92-7.83,0-14.64,5.81-15.82,13.52-.17,1.09.58,2.11,1.67,2.28,1.09.17,2.11-.58,2.28-1.67.89-5.77,5.99-10.13,11.87-10.13,6.62,0,12,5.35,12,11.92v22.76h-24.01v-16.72c0-1.1-.9-2-2-2s-2,.9-2,2v16.72h-2.75c-2.66,0-4.82,2.16-4.82,4.82v3.66h-1.09c-1.1,0-2,.9-2,2s.9,2,2,2ZM46.39,54.59c0-.44.37-.82.82-.82h37.5c.44,0,.82.37.82.82v3.66h-39.14v-3.66Z'/%3E%3Cpath class='c' d='M65.96,23.35c-1.1,0-2,.9-2,2v2.36h-4.14c-1.1,0-2,.9-2,2s.9,2,2,2h4.14v7.8c0,1.1.9,2,2,2s2-.9,2-2v-7.8h4.14c1.1,0,2-.9,2-2s-.9-2-2-2h-4.14v-2.36c0-1.1-.9-2-2-2Z'/%3E%3Cpath class='c' d='M80.34,104.19c0-1.1-.9-2-2-2h-1.09v-3.66c0-2.66-2.16-4.82-4.82-4.82h-2.75v-21.43c0-1.06-.83-1.94-1.89-2l-37.85-2.1c-.54-.03-1.07.16-1.47.53-.4.37-.63.88-.64,1.42l-.16,6.86v16.72h-2.75c-2.66,0-4.82,2.16-4.82,4.82v3.66h-1.09c-1.1,0-2,.9-2,2s.9,2,2,2h59.32c1.1,0,2-.9,2-2ZM31.68,77.03l.11-4.75,33.9,1.88v19.54H31.68v-16.67ZM24.11,98.52c0-.44.37-.82.82-.82h47.5c.44,0,.82.37.82.82v3.66H24.11v-3.66Z'/%3E%3Cpath class='c' d='M140.98,95.01h-1.09v-3.66c0-2.66-2.16-4.82-4.82-4.82h-2.75v-24.18c0-1.1-.9-2-2-2s-2,.9-2,2v24.18h-24.01v-32.76c0-6.57,5.38-11.92,12-11.92s12,5.35,12,11.92v.44c0,1.1.9,2,2,2s2-.9,2-2v-.44c0-8.78-7.18-15.92-16-15.92s-16,7.14-16,15.92v32.76h-2.75c-2.66,0-4.82,2.16-4.82,4.82v3.66h-1.09c-1.1,0-2,.9-2,2s.9,2,2,2h49.32c1.1,0,2-.9,2-2s-.9-2-2-2ZM96.75,91.35c0-.44.37-.82.82-.82h37.5c.44,0,.82.37.82.82v3.66h-39.14v-3.66Z'/%3E%3Cpath class='c' d='M116.32,68.27c1.1,0,2-.9,2-2v-7.8h4.14c1.1,0,2-.9,2-2s-.9-2-2-2h-4.14v-2.36c0-1.1-.9-2-2-2s-2,.9-2,2v2.36h-4.14c-1.1,0-2,.9-2,2s.9,2,2,2h4.14v7.8c0,1.1.9,2,2,2Z'/%3E%3Cpath class='c' d='M71.41,116.2h-26.57c-.85,0-1.62.54-1.89,1.35l-6.4,18.7c-.21.61-.11,1.29.26,1.81s.98.84,1.63.84h32.56c1.09,0,1.98-.87,2-1.96l.42-18.7c.01-.54-.19-1.06-.57-1.44-.38-.38-.89-.6-1.43-.6ZM69.03,134.91h-27.81l5.03-14.7h23.1l-.33,14.7Z'/%3E%3Cpath class='c' d='M109.87,117.56c-.28-.81-1.04-1.35-1.89-1.35h-26.57c-1.09,0-1.98.87-2,1.96l-.42,18.7c-.01.54.19,1.06.57,1.44.38.38.89.6,1.43.6h33.39c.65,0,1.25-.31,1.63-.84.38-.53.47-1.2.26-1.81l-6.4-18.7ZM83.04,134.91l.33-14.7h23.19l5.03,14.7h-28.55Z'/%3E%3C/svg%3E");
}
ul.your_town_council li:nth-child(5) a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23888;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='c' d='M83.79,92.9c-1.37-1.12-3.09-1.73-4.85-1.73h-43.5c-1.76,0-3.49.62-4.85,1.73-1.13.93-1.97,2.14-2.43,3.52-.26.78-.39,1.59-.39,2.42v24.92c0,1.16.25,2.27.75,3.31.63,1.31,1.61,2.41,2.83,3.18,1.22.77,2.64,1.18,4.09,1.18h43.5c1.45,0,2.87-.41,4.09-1.18,1.23-.78,2.21-1.88,2.83-3.18.5-1.04.75-2.15.75-3.31v-24.92c0-.83-.13-1.64-.39-2.42-.46-1.38-1.3-2.59-2.43-3.52ZM33.57,95.25c.58-.3,1.21-.46,1.87-.46h43.5c.65,0,1.29.16,1.86.46l.55.29-19.36,17.12c-1.37,1.21-3.09,1.82-4.81,1.82s-3.44-.61-4.81-1.82l-19.36-17.12.55-.29ZM31.48,124.59c-.06-.27-.08-.55-.08-.83v-24.83l16.39,14.5-16.17,11.81-.13-.65ZM34.23,127.81l16.35-11.94.25.18c1.86,1.34,4.06,2.05,6.36,2.05s4.5-.71,6.36-2.05l.25-.18,16.35,11.94h-45.92ZM82.99,123.76c0,.27-.03.55-.08.82l-.13.65-16.17-11.81,16.39-14.5v24.83Z'/%3E%3Cpath class='c' d='M120.43,84.71l-3.76-13.55c2.91-4.74,4.44-10.16,4.44-15.75,0-15.94-12.21-28.95-27.97-30.07-5.41-8.13-14.65-13.5-25.13-13.5-16.63,0-30.17,13.53-30.17,30.17,0,5.59,1.53,11.01,4.44,15.75l-3.76,13.55,13.28-3.85c4.23,2.7,9.02,4.28,14.02,4.64,5.62,8.46,14.92,13.49,25.12,13.49,5.78,0,11.36-1.63,16.2-4.72l13.29,3.85ZM52.48,63.09l-8.19,2.37,2.32-8.37-.5-.76c-2.8-4.27-4.28-9.22-4.28-14.33,0-14.43,11.74-26.17,26.17-26.17,9.64,0,18.08,5.25,22.62,13.03.15.25.3.51.44.77.12.22.23.45.35.67.13.26.26.53.38.8.09.2.18.39.27.59.19.45.38.91.55,1.38.05.13.09.26.13.39.13.39.26.78.38,1.18.04.15.09.3.13.45.13.47.25.94.35,1.42.01.05.02.1.03.14.11.53.2,1.07.28,1.61.02.13.03.25.05.38.05.42.1.85.13,1.28.01.15.02.29.03.44.03.54.06,1.09.06,1.64,0,14.43-11.74,26.17-26.17,26.17-.4,0-.79-.03-1.18-.04l-.81-.03c-4.57-.34-8.95-1.87-12.75-4.47l-.78-.53ZM105.69,77.03c-4.35,2.98-9.45,4.55-14.74,4.55-7.94,0-15.26-3.51-20.2-9.53.06,0,.12-.01.17-.02.23-.02.45-.05.67-.08.27-.03.53-.06.8-.1.23-.03.45-.07.68-.11.26-.04.52-.09.77-.14.23-.04.45-.09.67-.14.25-.06.5-.11.75-.17.22-.06.44-.11.66-.17.25-.07.49-.14.74-.21.22-.07.44-.13.65-.2.24-.08.48-.16.72-.24.21-.08.43-.15.64-.23.24-.09.47-.18.7-.28.21-.09.42-.17.63-.26.23-.1.46-.2.69-.31.2-.09.41-.19.61-.29.23-.11.45-.23.67-.34.2-.1.39-.21.59-.31.22-.12.44-.25.66-.38.19-.11.38-.22.56-.33.22-.14.44-.28.65-.42.18-.12.36-.23.53-.35.22-.15.44-.31.65-.46.17-.12.33-.24.5-.36.23-.17.45-.35.68-.53.14-.11.29-.22.43-.34.32-.26.63-.53.93-.81.11-.09.21-.19.31-.29.28-.26.56-.52.83-.79.13-.13.25-.26.38-.39.2-.21.4-.41.59-.62.14-.15.27-.3.4-.46.18-.2.35-.4.53-.61.14-.16.26-.33.4-.49.16-.2.32-.41.48-.61.13-.17.25-.35.38-.52.15-.21.3-.41.45-.63.12-.18.24-.36.36-.54.14-.21.28-.43.41-.64.12-.19.23-.38.34-.57.13-.22.25-.44.38-.66.11-.19.21-.39.32-.58.12-.22.23-.45.35-.68.1-.2.19-.4.29-.6.11-.23.21-.46.32-.7.09-.2.18-.41.26-.61.1-.24.19-.48.28-.72.08-.21.16-.41.23-.62.09-.24.17-.49.25-.74.07-.21.14-.42.2-.63.08-.25.15-.51.22-.76.06-.21.12-.42.17-.64.07-.26.12-.52.18-.79.05-.21.1-.42.14-.63.05-.27.1-.55.15-.82.04-.21.07-.41.11-.62.04-.29.08-.59.11-.88.02-.2.05-.39.07-.59.03-.33.05-.66.08-.99.01-.17.03-.33.04-.5.02-.5.04-1,.04-1.51,0-.53-.01-1.06-.04-1.58,0-.11-.02-.22-.03-.33-.03-.42-.06-.83-.1-1.24-.01-.13-.03-.26-.05-.39-.05-.39-.09-.78-.16-1.17-.02-.15-.05-.29-.08-.43-.06-.37-.13-.73-.2-1.09-.04-.17-.08-.34-.12-.51-.08-.33-.15-.65-.24-.98-.05-.2-.12-.41-.17-.61-.08-.28-.16-.56-.25-.84-.08-.24-.16-.48-.24-.71-.08-.23-.16-.47-.25-.7-.1-.27-.21-.54-.32-.81-.08-.19-.15-.37-.23-.56-.06-.13-.11-.27-.17-.4,12.35,2.16,21.58,12.86,21.58,25.76,0,5.11-1.48,10.07-4.28,14.33l-.5.76,2.32,8.37-8.19-2.37-.78.53Z'/%3E%3Cpath class='c' d='M151.89,81.57c-.05-3.19-1.72-6.05-4.45-7.66l-7.02-4.13c-2.17-1.28-4.94-.72-6.44,1.31l-5.2,7.01c-1.21,1.63-1.29,3.87-.2,5.57l5.32,8.33c-.43,1.33-1.71,4.41-5.05,7.97-3.57,3.35-6.67,4.63-7.98,5.05l-8.44-5.27c-1.72-1.07-3.89-.99-5.52.21l-6.8,5.01c-2.04,1.5-2.6,4.27-1.32,6.45l4.09,6.94c1.62,2.75,4.6,4.45,7.78,4.45h.02c5.71-.01,16.99-1.69,28.34-12.79,11.43-11.18,12.98-22.63,12.89-28.46ZM136.21,107.17c-10.33,10.11-20.44,11.64-25.55,11.65h0c-1.77,0-3.43-.95-4.33-2.48l-4.09-6.94c-.24-.41-.13-.92.25-1.2l6.8-5.01c.16-.12.35-.18.54-.18.17,0,.34.05.49.14l9.83,6.14.76-.14c.2-.04,5.04-.95,10.73-6.31l.09-.09c5.36-5.69,6.27-10.53,6.31-10.73l.14-.77-6.21-9.74c-.2-.32-.19-.74.04-1.04l5.2-7.01c.28-.38.79-.48,1.2-.24l7.02,4.13c1.53.9,2.45,2.5,2.48,4.28.08,5.19-1.32,15.4-11.69,25.54Z'/%3E%3C/svg%3E");
}
ul.your_town_council li:nth-child(6) a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23888;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='c' d='M61.02,146.67c-.51,0-1.13-.1-1.68-.62-.74-.7-.73-1.57-.72-2.27v-6.21c0-.72-.01-1.4-.03-2.06-.09-3.77-.17-7.34,3.27-11.1.59-.64,1.15-1.07,1.7-1.48l.16-.12c2.53-1.91,5.42-2.16,8.18-2.15h.19c.2,0,.41,0,.6,0,1.43.08,2.02,1.15,2.26,1.61.06.12.14.27.26.44.24.36.43.69.63,1.02.15.25.3.51.48.78l3.96,6.37.13-.22c.72-1.28,1.76-2.97,2.68-4.47l.94-1.54c.27-.44.51-.85.77-1.3l.67-1.14c.84-1.51,1.79-1.61,3.25-1.59.23,0,.5,0,.83,0,.7,0,1.38.05,2.26.17,1.33.18,2.73.65,3.96,1.34,2.21,1.23,3.86,2.97,5.02,5.29,1.22,2.43,1.18,4.8,1.15,7.3,0,.41-.01.83-.01,1.27,0,.26,0,.8.02,1.48.08,6.29.02,7.13-.14,7.66l-.11.37-.24.3q-.69.86-12.44.79h-.57s-26.23,0-26.23,0c-.31,0-.55.02-.74.03-.14,0-.29.02-.45.02ZM62.62,142.63h26.41c4.86.03,7.51.03,8.94.02.01-1.61-.02-3.98-.03-5.09,0-.71-.02-1.26-.02-1.53,0-.45,0-.89.01-1.32.03-2.18.05-3.9-.73-5.46-.8-1.61-1.88-2.75-3.39-3.59-.79-.44-1.72-.76-2.54-.87-.7-.09-1.21-.13-1.73-.13-.34,0-.62,0-.86,0l-.44.75c-.27.47-.52.9-.81,1.36l-.95,1.55c-.9,1.46-1.92,3.12-2.63,4.38l-1.6,2.68c-.4.79-.99,1.04-1.39,1.17l-1.47.45-.86-1.29-5.6-9.02c-.19-.3-.36-.58-.53-.86-.17-.29-.35-.58-.56-.9-.05-.08-.1-.16-.15-.24-2.29,0-4.11.24-5.57,1.34l-.17.13c-.48.36-.82.62-1.16.99-2.36,2.57-2.31,4.73-2.22,8.3.02.68.03,1.4.03,2.15v5.05Z'/%3E%3Cpath class='c' d='M80.27,120.86c-2.58,0-5.13-.78-7.37-2.32l-.28-.23-2.71-2.75c-.38-.56-.72-1.08-1.08-1.83-.49-1-1.28-3.2-1.28-4.81,0-2.36.09-3.96,1.29-6.42.79-1.63,1.93-3.06,3.39-4.24,2.29-1.87,5.06-2.86,8.01-2.86h0c2.58,0,4.76.64,7.05,2.07,3.2,2,5.71,6.38,5.71,9.98,0,2.25-.09,3.89-1.26,6.25-.68,1.37-1.47,2.49-2.42,3.44-1.02,1.01-2.2,1.86-3.43,2.45-1.8.87-3.72,1.29-5.62,1.29ZM75.31,115.34c2.71,1.8,5.92,2.03,8.85.62.82-.39,1.65-.99,2.34-1.68.63-.63,1.18-1.41,1.66-2.38.76-1.53.84-2.49.84-4.47,0-2.23-1.79-5.31-3.83-6.58-1.67-1.04-3.1-1.46-4.94-1.46h0c-2.05,0-3.89.66-5.48,1.96-1,.82-1.78,1.79-2.32,2.9-.84,1.73-.88,2.68-.88,4.67,0,.71.47,2.25.87,3.05.23.47.43.8.69,1.18l2.21,2.2Z'/%3E%3Cpath class='c' d='M100.49,118.73c-.48,0-1.1-.09-1.65-.61-.73-.69-.72-1.54-.71-2.17v-5.45c0-.63-.01-1.23-.03-1.8-.08-3.36-.15-6.54,2.93-9.91.53-.58,1.04-.96,1.53-1.33l.14-.11c2.27-1.72,4.87-1.95,7.32-1.93h.17c.18,0,.37,0,.53,0,1.4.08,1.96,1.1,2.19,1.54.05.1.12.22.22.37.21.32.39.62.56.91.13.22.26.44.41.67l3.26,5.25c.63-1.1,1.49-2.51,2.26-3.75l.83-1.36c.23-.38.44-.73.66-1.12l.6-1.02c.8-1.44,1.74-1.54,3.07-1.52.2,0,.43,0,.72,0,.63,0,1.23.04,2.01.15,1.19.16,2.46.59,3.57,1.2,1.99,1.11,3.46,2.66,4.51,4.75,1.09,2.19,1.06,4.29,1.04,6.52,0,.36,0,.73,0,1.11,0,.23,0,.7.01,1.3.07,5.58.02,6.3-.13,6.8l-.11.37-.24.3q-.68.84-11.1.78h-.5s-23.02,0-23.02,0c-.27,0-.47.01-.63.02-.12,0-.26.02-.41.02ZM102.13,114.69h22.94c4.01.03,6.3.03,7.6.02,0-1.4-.02-3.3-.03-4.22,0-.62-.01-1.11-.01-1.35,0-.4,0-.78.01-1.16.02-1.88.04-3.36-.61-4.68-.68-1.36-1.59-2.33-2.87-3.04-.67-.37-1.45-.64-2.15-.73-.61-.08-1.04-.11-1.48-.11-.23,0-.44,0-.61,0l-.33.56c-.24.4-.45.77-.69,1.17l-.84,1.38c-.79,1.28-1.68,2.73-2.3,3.83l-1.41,2.36c-.39.76-.96,1.01-1.36,1.13l-1.47.45-.85-1.29-4.92-7.91c-.17-.26-.31-.5-.46-.75-.15-.25-.31-.51-.49-.79-.02-.03-.04-.07-.06-.1-1.89.01-3.41.22-4.6,1.12l-.15.11c-.41.31-.7.53-.98.83-2,2.19-1.96,3.94-1.89,7.12.01.6.03,1.23.03,1.89v4.19Z'/%3E%3Cpath class='c' d='M117.37,96.08c-2.31,0-4.6-.7-6.6-2.08l-.28-.23-2.41-2.45c-.34-.5-.64-.97-.97-1.63-.46-.93-1.15-2.86-1.15-4.33,0-2.1.08-3.54,1.15-5.74.71-1.46,1.74-2.74,3.04-3.81,2.05-1.68,4.54-2.56,7.19-2.56h0c2.31,0,4.26.57,6.32,1.85,2.88,1.79,5.13,5.73,5.13,8.96,0,1.94-.08,3.48-1.13,5.59-.61,1.23-1.32,2.23-2.17,3.08-.91.91-1.98,1.66-3.08,2.19-1.62.78-3.33,1.16-5.04,1.16ZM113.18,90.8c2.3,1.52,5.02,1.71,7.5.52.69-.33,1.4-.84,1.99-1.42.54-.53,1-1.2,1.41-2.03.65-1.31.71-2.08.71-3.81,0-1.85-1.55-4.51-3.25-5.57-1.42-.89-2.64-1.25-4.2-1.25h0c-1.74,0-3.31.56-4.65,1.66-.85.7-1.52,1.52-1.97,2.46-.69,1.41-.75,2.17-.75,3.99,0,.58.4,1.89.73,2.56.19.39.36.67.57.98l1.91,1.9Z'/%3E%3Cpath class='c' d='M116.64,70.92c-.46,0-1.09-.09-1.63-.6-.72-.68-.71-1.51-.7-2.11v-4.97c0-.57-.01-1.11-.02-1.64-.07-3.1-.14-6.03,2.72-9.16.5-.54.97-.9,1.42-1.24l.13-.09c2.12-1.6,4.52-1.81,6.79-1.8h.15c.17,0,.35,0,.5,0,1.37.08,1.93,1.11,2.14,1.5.05.09.11.2.19.33.19.3.35.56.51.83.12.2.24.4.37.61v.02s2.82,4.52,2.82,4.52c.55-.96,1.27-2.12,1.91-3.17l.76-1.24c.22-.36.41-.69.62-1.05l.53-.89c.78-1.4,1.72-1.49,2.96-1.47h.66c.58,0,1.14.05,1.86.14,1.11.15,2.28.54,3.31,1.12,1.85,1.03,3.21,2.47,4.18,4.41,1.02,2.03.99,3.97.96,6.03,0,.33,0,.66,0,1.01,0,.21,0,.64.01,1.18.07,5.37,0,5.8-.13,6.25l-.11.37-.24.3q-.67.84-10.27.78h-.45s-20.99,0-20.99,0c-.24,0-.42.01-.57.02-.11,0-.23.01-.37.01ZM118.31,66.88h20.74c3.49.02,5.55.02,6.76.02,0-1.25-.02-2.87-.03-3.67,0-.57-.01-1.01-.01-1.23,0-.36,0-.72,0-1.06.02-1.76.04-3.02-.54-4.19-.6-1.21-1.41-2.07-2.55-2.7-.59-.33-1.28-.56-1.89-.65-.54-.07-.93-.1-1.33-.1-.17,0-.32,0-.46,0l-.23.38c-.22.38-.43.73-.65,1.1l-.77,1.26c-.71,1.16-1.52,2.48-2.09,3.48l-1.29,2.15c-.28.56-.72.92-1.34,1.11l-1.47.45-.85-1.29-4.48-7.21c-.15-.24-.29-.46-.42-.69-.14-.23-.27-.46-.44-.71,0,0,0,0,0,0-1.69.01-2.96.21-3.99.99l-.13.1c-.36.27-.63.47-.87.74-1.78,1.94-1.74,3.51-1.67,6.37.01.55.03,1.13.03,1.73v3.65Z'/%3E%3Cpath class='c' d='M132.03,50.26c-2.14,0-4.26-.65-6.12-1.93l-.28-.23-2.22-2.26c-.32-.46-.59-.89-.9-1.51-.43-.87-1.06-2.66-1.06-4.03,0-1.94.07-3.27,1.07-5.31.66-1.36,1.61-2.54,2.82-3.53,1.9-1.56,4.21-2.38,6.67-2.38h0c2.15,0,3.95.53,5.85,1.72,2.67,1.67,4.76,5.32,4.76,8.32,0,1.8-.08,3.22-1.05,5.18-.56,1.14-1.22,2.07-2.01,2.86-.84.84-1.83,1.54-2.86,2.03-1.5.72-3.09,1.08-4.67,1.08ZM128.32,45.13c2.04,1.34,4.45,1.5,6.65.45.62-.3,1.24-.75,1.77-1.26.48-.47.89-1.06,1.25-1.8.57-1.16.63-1.85.63-3.4,0-1.64-1.37-3.99-2.88-4.93-1.26-.79-2.35-1.11-3.74-1.11h0c-1.54,0-2.94.5-4.13,1.48-.76.62-1.35,1.35-1.75,2.19-.61,1.25-.66,1.9-.66,3.56,0,.47.33,1.61.65,2.26.17.35.32.59.5.86l1.71,1.71Z'/%3E%3Cpath class='c' d='M59.56,118.73c-.15,0-.29,0-.41-.02-.16-.01-.37-.02-.63-.02h-23.52q-10.43.06-11.11-.78l-.24-.3-.11-.37c-.15-.5-.2-1.22-.13-6.8,0-.6.01-1.07.01-1.3,0-.38,0-.75,0-1.11-.03-2.23-.06-4.33,1.04-6.52,1.04-2.09,2.52-3.64,4.51-4.75,1.11-.62,2.37-1.04,3.56-1.2.79-.1,1.39-.15,2.01-.15.29,0,.52,0,.72,0,1.33-.03,2.27.07,3.07,1.52l.58.97c.23.4.45.77.69,1.16l.82,1.34c.76,1.24,1.62,2.64,2.27,3.77l3.26-5.25c.15-.23.28-.45.41-.67.17-.29.35-.58.56-.9.1-.15.16-.27.22-.37.24-.44.79-1.46,2.19-1.54.17,0,.35-.01.54,0h.17c2.44-.01,5.05.21,7.32,1.94l.15.11c.49.37.99.75,1.52,1.33,3.09,3.37,3.01,6.55,2.93,9.91-.01.57-.03,1.17-.03,1.8v5.45c0,.63.02,1.48-.71,2.17-.55.52-1.16.61-1.65.61ZM27.37,114.71c1.3,0,3.59,0,7.6-.02h.53s22.41,0,22.41,0v-4.19c0-.66.01-1.29.03-1.89.08-3.18.12-4.93-1.89-7.11-.28-.31-.57-.53-.98-.83l-.15-.12c-1.19-.9-2.71-1.11-4.6-1.12-.02.03-.04.06-.06.1-.18.28-.33.53-.48.78-.15.25-.3.49-.46.76l-5.73,9.22-1.48-.46c-.43-.13-1-.38-1.39-1.13l-1.39-2.33c-.65-1.15-1.54-2.6-2.33-3.89l-.83-1.36c-.25-.41-.47-.79-.72-1.21l-.31-.51c-.18,0-.38,0-.61,0-.45,0-.88.03-1.49.11-.69.09-1.48.36-2.14.73-1.28.71-2.19,1.68-2.87,3.04-.66,1.32-.64,2.8-.61,4.68,0,.38.01.76.01,1.16,0,.24,0,.73-.01,1.35-.01.92-.04,2.82-.03,4.22Z'/%3E%3Cpath class='c' d='M42.67,96.08c-1.71,0-3.42-.38-5.04-1.16-1.1-.53-2.17-1.29-3.08-2.19-.85-.85-1.56-1.86-2.17-3.08-1.05-2.11-1.13-3.65-1.13-5.59,0-3.23,2.25-7.17,5.13-8.96,2.06-1.28,4-1.85,6.32-1.85h0c2.65,0,5.13.89,7.19,2.56,1.3,1.06,2.32,2.35,3.04,3.81,1.07,2.2,1.15,3.64,1.15,5.74,0,1.46-.7,3.43-1.15,4.33-.33.67-.62,1.13-.97,1.63l-.24.28-2.45,2.4c-2,1.38-4.3,2.08-6.6,2.08ZM42.7,77.24h0c-1.56,0-2.78.36-4.2,1.25-1.7,1.06-3.25,3.71-3.25,5.57,0,1.73.06,2.5.71,3.81.41.83.87,1.49,1.41,2.03.59.58,1.29,1.09,1.99,1.42,2.48,1.19,5.21,1,7.5-.52l1.91-1.9c.21-.32.38-.59.57-.99.33-.67.73-1.98.73-2.56,0-1.82-.06-2.58-.75-3.99-.46-.94-1.12-1.77-1.97-2.46-1.35-1.1-2.92-1.66-4.66-1.66Z'/%3E%3Cpath class='c' d='M42.4,70.92c-.14,0-.27,0-.37-.01-.14,0-.33-.02-.57-.02h-21.44q-9.59.06-10.27-.77l-.25-.3-.11-.37c-.14-.45-.2-.88-.13-6.25,0-.54.01-.97.01-1.18,0-.34,0-.68,0-1.01-.03-2.05-.05-4,.96-6.03.97-1.94,2.33-3.38,4.18-4.41,1.03-.57,2.21-.97,3.31-1.12.72-.1,1.27-.14,1.86-.14h.66c1.24-.02,2.18.07,2.96,1.47l.5.84c.22.38.42.72.65,1.1l.76,1.24c.64,1.04,1.35,2.19,1.91,3.17l2.82-4.54c.13-.21.25-.41.37-.61.16-.27.32-.53.51-.83.08-.13.14-.24.19-.33.21-.39.77-1.42,2.14-1.5.15,0,.33-.01.5,0h.15c2.27,0,4.67.2,6.79,1.8l.13.1c.45.34.92.69,1.42,1.24,2.86,3.13,2.79,6.06,2.72,9.16-.01.52-.03,1.06-.03,1.64v4.97c0,.6.02,1.43-.7,2.11-.54.52-1.17.6-1.63.6ZM13.24,66.9c1.21,0,3.27,0,6.76-.02h.48s20.26,0,20.26,0v-3.65c0-.6.01-1.18.03-1.73.07-2.85.1-4.42-1.67-6.36-.25-.27-.51-.47-.87-.74l-.13-.1c-1.03-.78-2.31-.98-3.99-.99,0,0,0,0,0,0-.17.25-.3.48-.44.71-.14.23-.27.45-.42.69l-5.3,8.53-1.48-.46c-.64-.2-1.08-.56-1.37-1.12l-1.26-2.11c-.59-1.04-1.4-2.36-2.12-3.53l-.77-1.26c-.24-.39-.45-.75-.68-1.15l-.2-.34c-.46,0-1.03,0-1.79.1-.61.08-1.3.32-1.9.65-1.13.63-1.94,1.49-2.55,2.7-.58,1.16-.56,2.43-.54,4.19,0,.34,0,.7,0,1.06,0,.22,0,.67-.01,1.23,0,.8-.03,2.42-.03,3.67Z'/%3E%3Cpath class='c' d='M27.01,50.26c-1.58,0-3.17-.36-4.67-1.08-1.03-.49-2.01-1.2-2.86-2.03-.79-.79-1.45-1.72-2.01-2.86-.97-1.96-1.05-3.38-1.05-5.18,0-3,2.09-6.66,4.76-8.32,1.9-1.19,3.71-1.71,5.85-1.72h0c2.46,0,4.76.82,6.67,2.38,1.21.99,2.16,2.17,2.82,3.53,1,2.04,1.07,3.37,1.07,5.31,0,1.37-.64,3.16-1.06,4.03-.31.62-.58,1.05-.9,1.51l-.24.28-2.26,2.21c-1.86,1.28-3.98,1.93-6.12,1.93ZM27.04,33.08h0c-1.39,0-2.47.32-3.74,1.11-1.51.94-2.88,3.29-2.88,4.93,0,1.55.05,2.24.63,3.4.37.74.78,1.33,1.25,1.8.52.52,1.15.97,1.77,1.27,2.2,1.05,4.62.89,6.65-.45l1.71-1.71c.21-.31.35-.55.5-.86.32-.65.65-1.79.65-2.26,0-1.66-.05-2.3-.66-3.56-.41-.83-1-1.57-1.75-2.19-1.2-.98-2.59-1.48-4.13-1.48Z'/%3E%3Cpath class='c' d='M82.9,51.97c.63.66.94,1.61.94,2.87v12.72c0,1.26-.31,2.21-.92,2.87-.62.66-1.5.98-2.65.98s-2.07-.33-2.67-.98c-.6-.66-.9-1.61-.9-2.87v-12.72c0-1.26.3-2.21.9-2.87.6-.66,1.49-.98,2.67-.98s2,.33,2.63.98Z'/%3E%3Cpath class='c' d='M84.24,44.73c0,1.1-.35,1.94-1.04,2.53-.7.59-1.67.88-2.93.88s-2.27-.29-2.97-.88c-.7-.59-1.04-1.43-1.04-2.53s.35-1.98,1.04-2.57c.7-.59,1.69-.88,2.97-.88s2.23.29,2.93.88c.7.59,1.04,1.44,1.04,2.57Z'/%3E%3Cpath class='c' d='M80.49,85.26c-15.78,0-28.62-12.84-28.62-28.62s12.84-28.62,28.62-28.62,28.62,12.84,28.62,28.62-12.84,28.62-28.62,28.62ZM80.49,32.01c-13.58,0-24.62,11.05-24.62,24.62s11.04,24.62,24.62,24.62,24.62-11.04,24.62-24.62-11.05-24.62-24.62-24.62Z'/%3E%3C/svg%3E");
}
ul.your_town_council li:nth-child(7) a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23888;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='c' d='M132.34,31.79h-18.61c-1.1,0-2,.9-2,2v6.4c-1.85-.08-3.59-.91-4.91-2.36-1.1-1.19-1.81-2.7-2.08-4.36-.15-.97-.99-1.69-1.98-1.69h-21.08c-1.1,0-2,.9-2,2v6.4c-1.85-.08-3.59-.91-4.91-2.36-1.1-1.19-1.81-2.7-2.08-4.36-.15-.97-.99-1.69-1.98-1.69h-21.08c-1.1,0-2,.9-2,2v6.4c-1.85-.08-3.59-.91-4.91-2.36-1.1-1.19-1.81-2.7-2.08-4.36-.15-.97-.99-1.69-1.98-1.69h-11.02c-1.1,0-2,.9-2,2v92.43c0,1.1.9,2,2,2h104.67c1.1,0,2-.9,2-2V33.79c0-1.1-.9-2-2-2ZM130.34,124.21H29.66V35.79h7.43c.53,1.77,1.45,3.39,2.69,4.75,2.16,2.36,5.07,3.66,8.17,3.66,2.03,0,3.69-1.65,3.69-3.69v-4.72h17.49c.53,1.77,1.45,3.39,2.69,4.75,2.16,2.36,5.07,3.66,8.17,3.66,2.03,0,3.69-1.65,3.69-3.69v-4.72h17.49c.53,1.77,1.45,3.39,2.69,4.75,2.16,2.36,5.07,3.66,8.17,3.66,2.03,0,3.69-1.65,3.69-3.69v-4.72h14.61v88.43Z'/%3E%3Cpath class='c' d='M121.68,63.13h-7.43c-1.1,0-2,.9-2,2v42.44c0,1.1.9,2,2,2h7.43c1.1,0,2-.9,2-2v-42.44c0-1.1-.9-2-2-2ZM119.68,105.57h-3.43v-38.44h3.43v38.44Z'/%3E%3Cpath class='c' d='M112.26,54.56v5.57c0,1.1.9,2,2,2h7.43c1.1,0,2-.9,2-2v-5.57c0-1.1-.9-2-2-2h-7.43c-1.1,0-2,.9-2,2ZM116.26,56.56h3.43v1.57h-3.43v-1.57Z'/%3E%3Cpath class='c' d='M120.54,110.56h-5.14c-.71,0-1.38.38-1.73,1-.36.62-.36,1.38,0,2l2.57,4.45c.36.62,1.02,1,1.73,1s1.38-.38,1.73-1l2.57-4.45c.36-.62.36-1.38,0-2-.36-.62-1.02-1-1.73-1Z'/%3E%3Cpath class='c' d='M65,53.34h-8.76c-1.1,0-2,.9-2,2v8.76c0,1.1.9,2,2,2h8.76c1.1,0,2-.9,2-2v-8.76c0-1.1-.9-2-2-2ZM63,62.11h-4.76v-4.76h4.76v4.76Z'/%3E%3Cpath class='c' d='M81.4,53.34h-8.76c-1.1,0-2,.9-2,2v8.76c0,1.1.9,2,2,2h8.76c1.1,0,2-.9,2-2v-8.76c0-1.1-.9-2-2-2ZM79.4,62.11h-4.76v-4.76h4.76v4.76Z'/%3E%3Cpath class='c' d='M97.81,53.34h-8.76c-1.1,0-2,.9-2,2v8.76c0,1.1.9,2,2,2h8.76c1.1,0,2-.9,2-2v-8.76c0-1.1-.9-2-2-2ZM95.81,62.11h-4.76v-4.76h4.76v4.76Z'/%3E%3Cpath class='c' d='M48.59,69.68h-8.76c-1.1,0-2,.9-2,2v8.76c0,1.1.9,2,2,2h8.76c1.1,0,2-.9,2-2v-8.76c0-1.1-.9-2-2-2ZM46.59,78.45h-4.76v-4.76h4.76v4.76Z'/%3E%3Cpath class='c' d='M65,69.68h-8.76c-1.1,0-2,.9-2,2v8.76c0,1.1.9,2,2,2h8.76c1.1,0,2-.9,2-2v-8.76c0-1.1-.9-2-2-2ZM63,78.45h-4.76v-4.76h4.76v4.76Z'/%3E%3Cpath class='c' d='M81.4,69.68h-8.76c-1.1,0-2,.9-2,2v8.76c0,1.1.9,2,2,2h8.76c1.1,0,2-.9,2-2v-8.76c0-1.1-.9-2-2-2ZM79.4,78.45h-4.76v-4.76h4.76v4.76Z'/%3E%3Cpath class='c' d='M97.81,69.68h-8.76c-1.1,0-2,.9-2,2v8.76c0,1.1.9,2,2,2h8.76c1.1,0,2-.9,2-2v-8.76c0-1.1-.9-2-2-2ZM95.81,78.45h-4.76v-4.76h4.76v4.76Z'/%3E%3Cpath class='c' d='M48.59,86.02h-8.76c-1.1,0-2,.9-2,2v8.76c0,1.1.9,2,2,2h8.76c1.1,0,2-.9,2-2v-8.76c0-1.1-.9-2-2-2ZM46.59,94.79h-4.76v-4.76h4.76v4.76Z'/%3E%3Cpath class='c' d='M65,86.02h-8.76c-1.1,0-2,.9-2,2v8.76c0,1.1.9,2,2,2h8.76c1.1,0,2-.9,2-2v-8.76c0-1.1-.9-2-2-2ZM63,94.79h-4.76v-4.76h4.76v4.76Z'/%3E%3Cpath class='c' d='M81.4,86.02h-8.76c-1.1,0-2,.9-2,2v8.76c0,1.1.9,2,2,2h8.76c1.1,0,2-.9,2-2v-8.76c0-1.1-.9-2-2-2ZM79.4,94.79h-4.76v-4.76h4.76v4.76Z'/%3E%3Cpath class='c' d='M97.81,86.02h-8.76c-1.1,0-2,.9-2,2v8.76c0,1.1.9,2,2,2h8.76c1.1,0,2-.9,2-2v-8.76c0-1.1-.9-2-2-2ZM95.81,94.79h-4.76v-4.76h4.76v4.76Z'/%3E%3Cpath class='c' d='M48.59,102.36h-8.76c-1.1,0-2,.9-2,2v8.76c0,1.1.9,2,2,2h8.76c1.1,0,2-.9,2-2v-8.76c0-1.1-.9-2-2-2ZM46.59,111.13h-4.76v-4.76h4.76v4.76Z'/%3E%3Cpath class='c' d='M65,102.36h-8.76c-1.1,0-2,.9-2,2v8.76c0,1.1.9,2,2,2h8.76c1.1,0,2-.9,2-2v-8.76c0-1.1-.9-2-2-2ZM63,111.13h-4.76v-4.76h4.76v4.76Z'/%3E%3Cpath class='c' d='M81.4,102.36h-8.76c-1.1,0-2,.9-2,2v8.76c0,1.1.9,2,2,2h8.76c1.1,0,2-.9,2-2v-8.76c0-1.1-.9-2-2-2ZM79.4,111.13h-4.76v-4.76h4.76v4.76Z'/%3E%3C/svg%3E");
}
ul.your_town_council li:nth-child(8) a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23888;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='c' d='M85.15,101.12c.22.11,1.07.47,2.53,1.09l-1.92,1.47,3.08,2.36,2.68-2.05c.34.23.54.37.61.42,1.3.99,1.69,2.68,1.19,5.06l5.33,1.53c.56-1.63,1.39-2.86,2.5-3.71.38-.29.76-.54,1.15-.74.39-.2,1.45-.68,3.2-1.44,1.32-.58,2.39-1.18,3.2-1.8.74-.57,1.35-1.16,1.83-1.78.48-.62.93-1.42,1.35-2.4l-5.6-1.6c-.31.63-.6,1.11-.86,1.44-.27.33-.64.67-1.11,1.04-.58.44-1.46.94-2.64,1.51-.88.41-1.53.78-1.97,1.12-.34.26-.7.62-1.07,1.08-.06-.69-.22-1.28-.49-1.76-.36-.62-.89-1.22-1.57-1.82l3.46-2.65-3.08-2.36-3.91,2.99c-1.45-.57-2.36-.95-2.71-1.13-.36-.18-.69-.39-1.01-.64-.6-.46-.91-.93-.93-1.42-.02-.49.22-.92.72-1.3.41-.32.93-.48,1.55-.5.62-.02,1.52.23,2.69.75l4.15-4.36c-1.32-.66-2.66-1.06-4.02-1.19-1.37-.13-2.65,0-3.84.41-1.19.41-2.53,1.18-4.01,2.31-1.58,1.21-2.65,2.32-3.19,3.33-.55,1.01-.68,2.06-.39,3.15.28,1.09.96,2.05,2.04,2.87.4.31.77.55,1.1.72Z'/%3E%3Cpath class='c' d='M44.3,35.08c.38.18.73.32,1.04.42.21.06,1.01.27,2.4.63l-1.82.86,2.93,1.38,2.55-1.2c.32.13.51.22.58.25,1.23.58,1.61,1.56,1.13,2.95l5.06.89c.53-.95,1.32-1.67,2.37-2.17.36-.17.72-.31,1.09-.43s1.38-.4,3.04-.84c1.26-.34,2.27-.69,3.04-1.05.7-.33,1.28-.68,1.74-1.04s.89-.83,1.29-1.4l-5.31-.93c-.29.37-.57.65-.82.84-.25.19-.6.39-1.05.61-.55.26-1.38.55-2.51.88-.83.24-1.46.46-1.87.65-.33.15-.67.36-1.02.63-.06-.4-.21-.75-.47-1.03-.34-.36-.84-.72-1.49-1.06l3.28-1.55-2.93-1.38-3.71,1.75c-1.38-.33-2.24-.55-2.58-.66s-.66-.23-.96-.37c-.57-.27-.86-.55-.88-.83s.21-.54.69-.76c.39-.18.88-.28,1.48-.29.59,0,1.44.14,2.55.44l3.94-2.55c-1.25-.39-2.52-.62-3.82-.7s-2.51,0-3.65.24c-1.13.24-2.4.69-3.81,1.35-1.5.71-2.51,1.36-3.03,1.95-.52.59-.64,1.2-.37,1.84s.91,1.2,1.93,1.68Z'/%3E%3Cpath class='c' d='M46.15,109.17c0,.63.31,1.21.81,1.58l35.32,26.05c.35.26.77.39,1.19.39s.85-.14,1.21-.41l59.61-45.48c.49-.38.78-.96.79-1.58,0-.62-.28-1.21-.77-1.59l-24.53-19.25c3.95-1.74,6.16-4.21,6.16-7.04v-5.79c0-.5-.19-.95-.49-1.3.32-.7.49-1.45.49-2.25v-7.49c0-.24-.05-.47-.13-.68.08-.38.13-.77.13-1.17v-9.34c0-6.18-10.13-9.51-19.67-9.51s-19.67,3.33-19.67,9.51v9.34c0,.3.03.59.08.88-.05.17-.08.34-.08.52v7.93c0,.42.05.82.14,1.21-.09.22-.14.47-.14.72v7.41c0,3.43,3.2,6.3,8.71,7.99l-12.44,9.7c.66-1.15,1.02-2.38,1.02-3.66v-8.68c0-.73-.4-1.37-.99-1.72.64-1.14.99-2.35.99-3.61v-11.23c0-.35-.1-.67-.25-.95.16-.59.25-1.2.25-1.82v-14.01c0-7.56-12.25-13.26-28.49-13.26s-28.49,5.7-28.49,13.26v14.01c0,.47.05.93.14,1.39-.09.23-.14.47-.14.72v11.9c0,.65.1,1.28.27,1.9-.17.29-.27.63-.27.99v11.11c0,.42.04.84.12,1.26-.07.21-.12.43-.12.66v12.09c0,7.13,10.89,12.6,25.75,13.2l-5.75,4.48c-.49.38-.78.98-.77,1.6ZM116.11,66l-5.38-4.22c4.3-.46,8.37-1.6,11.22-3.37v3.44c0,1.16-1.83,2.91-5.84,4.15ZM121.95,43.16c0,2.25-6.1,5.51-15.67,5.51s-15.67-3.26-15.67-5.51v-3.44c3.83,2.37,9.86,3.61,15.67,3.61s11.84-1.24,15.67-3.61v3.44ZM90.61,49.07c3.83,2.37,9.86,3.61,15.67,3.61s11.84-1.24,15.67-3.61v3.44c0,2.25-6.1,5.51-15.67,5.51s-15.67-3.26-15.67-5.51v-3.44ZM106.28,28.31c9.56,0,15.67,3.26,15.67,5.51s-6.1,5.51-15.67,5.51-15.67-3.26-15.67-5.51,6.1-5.51,15.67-5.51ZM99.28,66.71c-5.63-1.1-8.67-3.33-8.67-4.86v-3.44c3.63,2.24,9.24,3.47,14.76,3.6l-6.05,4.72s-.03,0-.04-.01ZM79.9,47.86c0,4.38-10.06,9.26-24.49,9.26s-24.49-4.88-24.49-9.26v-7.03c4.88,3.83,13.83,6.29,24.49,6.29s19.61-2.46,24.49-6.29v7.03ZM55.41,61.12c10.67,0,19.61-2.46,24.49-6.29v7.03c0,4.38-10.06,9.26-24.49,9.26s-24.49-4.88-24.49-9.26v-7.03c4.88,3.83,13.83,6.29,24.49,6.29ZM30.92,68.84c4.88,3.83,13.83,6.29,24.49,6.29s19.61-2.46,24.49-6.29v7.03c0,4.38-10.06,9.26-24.49,9.26s-24.49-4.88-24.49-9.26v-7.03ZM55.41,24.6c14.43,0,24.49,4.88,24.49,9.26s-10.06,9.26-24.49,9.26-24.49-4.88-24.49-9.26,10.06-9.26,24.49-9.26ZM55.41,99.14c-14.43,0-24.49-4.88-24.49-9.26v-7.03c4.88,3.83,13.83,6.29,24.49,6.29,7.74,0,14.57-1.3,19.61-3.47l-17.22,13.42c-.79.03-1.59.05-2.38.05ZM108.2,64.87l31.62,24.81-56.36,43-31.99-23.6,56.74-44.22Z'/%3E%3Cpath class='c' d='M141.87,95.23l-58.42,44.57-34.12-25.16c-.89-.66-2.14-.47-2.8.42-.66.89-.47,2.14.42,2.8l35.32,26.05c.35.26.77.39,1.19.39s.85-.14,1.21-.41l59.61-45.48c.88-.67,1.05-1.92.38-2.8-.67-.88-1.93-1.05-2.8-.38Z'/%3E%3Cpath class='c' d='M141.87,102.34l-58.42,44.57-34.12-25.16c-.89-.66-2.14-.47-2.8.42-.66.89-.47,2.14.42,2.8l35.32,26.05c.35.26.77.39,1.19.39s.85-.14,1.21-.41l59.61-45.48c.88-.67,1.05-1.92.38-2.8-.67-.88-1.93-1.05-2.8-.38Z'/%3E%3C/svg%3E");
}
ul.your_town_council li:nth-child(9) a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23888;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='c' d='M108.51,93.48c-1.49,0-2.97.14-4.44.4l-2.21-3.83c-.58-1.03-1.67-1.63-2.86-1.56-1.19.07-2.22.79-2.66,1.88l-3.38,7.97c-.32.84-.26,1.82.21,2.69.47.81,1.32,1.37,2.28,1.5l8.53,1.07c.08.01.17.02.25.02h.14c1.02,0,2-.51,2.55-1.34.65-.97.7-2.21.12-3.25l-.6-1.05c.68-.07,1.37-.11,2.05-.11,11.5,0,20.87,9.37,20.87,20.87s-9.37,20.87-20.87,20.87-20.87-9.37-20.87-20.87c0-3.26.69-6.43,2.19-9.33.55-1.06.1-2.39-.95-2.94-1.06-.56-2.4-.1-2.94.96-1.82,3.53-2.69,7.35-2.69,11.32,0,13.93,11.31,25.24,25.24,25.24h0c13.9,0,25.31-11.32,25.31-25.24s-11.31-25.24-25.24-25.24ZM97.15,98.7l2.15-5.08,3.33,5.77-5.48-.69Z'/%3E%3Cpath class='c' d='M107.01,107.09c-1.22,0-2.2.99-2.2,2.2v13.12c0,1.22.99,2.2,2.2,2.2h9.69c1.21,0,2.23-.98,2.23-2.2s-.99-2.2-2.2-2.2h-7.52v-10.92c0-1.23-.97-2.2-2.2-2.2Z'/%3E%3Cpath class='c' d='M78.75,129.39h-40.5V24.04h71.44v63.11c0,1.1.9,2,2,2s2-.9,2-2V23.61c0-1.97-1.6-3.57-3.57-3.57H37.82c-1.97,0-3.57,1.6-3.57,3.57v106.2c0,1.97,1.6,3.57,3.57,3.57h40.93c1.1,0,2-.9,2-2s-.9-2-2-2Z'/%3E%3Cpath class='c' d='M96.79,36.53h-46.69c-1.1,0-2,.9-2,2s.9,2,2,2h46.69c1.1,0,2-.9,2-2s-.9-2-2-2Z'/%3E%3Cpath class='c' d='M96.79,47.83h-46.69c-1.1,0-2,.9-2,2s.9,2,2,2h46.69c1.1,0,2-.9,2-2s-.9-2-2-2Z'/%3E%3Cpath class='c' d='M50.09,63.14h32.26c1.1,0,2-.9,2-2s-.9-2-2-2h-32.26c-1.1,0-2,.9-2,2s.9,2,2,2Z'/%3E%3Cpath class='c' d='M98.79,72.44c0-1.1-.9-2-2-2h-46.69c-1.1,0-2,.9-2,2s.9,2,2,2h46.69c1.1,0,2-.9,2-2Z'/%3E%3Cpath class='c' d='M88.79,83.74c0-1.1-.9-2-2-2h-36.69c-1.1,0-2,.9-2,2s.9,2,2,2h36.69c1.1,0,2-.9,2-2Z'/%3E%3Cpath class='c' d='M78.79,95.04c0-1.1-.9-2-2-2h-26.69c-1.1,0-2,.9-2,2s.9,2,2,2h26.69c1.1,0,2-.9,2-2Z'/%3E%3Cpath class='c' d='M75.11,104.34h-25.02c-1.1,0-2,.9-2,2s.9,2,2,2h25.02c1.1,0,2-.9,2-2s-.9-2-2-2Z'/%3E%3C/svg%3E");
}
ul.your_town_council li:nth-child(10) a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23888;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='b'%3E%3Cg id='c'%3E%3Cpath class='d' d='M90.82,53.08c4.31,0,7.81-3.5,7.81-7.81s-3.5-7.81-7.81-7.81-7.81,3.5-7.81,7.81,3.5,7.81,7.81,7.81ZM90.82,41.37c2.15,0,3.9,1.75,3.9,3.9s-1.75,3.9-3.9,3.9-3.9-1.75-3.9-3.9,1.75-3.9,3.9-3.9Z'/%3E%3C/g%3E%3Cpath class='d' d='M135.72,115.55h-2.38l-9.39-37.57c-.22-.87-1-1.48-1.89-1.48h-11.71v-42.95h1.95c.78,0,1.48-.46,1.79-1.17.31-.71.17-1.54-.36-2.11l-16.34-17.61c-3.74-3.4-9.39-3.4-13.25.12l-16.22,17.49c-.53.57-.67,1.4-.36,2.11.31.71,1.01,1.17,1.79,1.17h1.95v8.17c-.61-.22-1.26-.36-1.95-.36-3.23,0-5.86,2.63-5.86,5.86h-31.24c0-3.23-2.63-5.86-5.86-5.86s-5.86,2.63-5.86,5.86v78.09c0,1.08.87,1.95,1.95,1.95h7.81c1.08,0,1.95-.87,1.95-1.95V58.94h5.86v44.9c-1.08,0-1.95.87-1.95,1.95v7.81c0,1.08.87,1.95,1.95,1.95h19.52c1.08,0,1.95-.87,1.95-1.95v-7.81c0-1.08-.87-1.95-1.95-1.95v-44.9h5.86v66.38c0,1.08.87,1.95,1.95,1.95h17.57c1.08,0,1.95-.87,1.95-1.95v-5.86h11.71v5.86c0,1.08.87,1.95,1.95,1.95h9.76c1.08,0,1.95-.87,1.95-1.95v-37.09h4.33l9.39,37.57c.22.87,1,1.48,1.89,1.48h9.76c1.08,0,1.95-.87,1.95-1.95v-7.81c0-1.08-.87-1.95-1.95-1.95ZM28.34,49.17v74.19h-3.9V47.22c0-1.08.88-1.95,1.95-1.95s1.95.88,1.95,1.95v1.95ZM42.01,51.13h11.71v3.9h-11.71v-3.9ZM42.01,58.94h11.71v44.9h-11.71v-44.9ZM38.1,55.03h-5.86v-3.9h5.86v3.9ZM55.67,111.65h-15.62v-3.9h15.62v3.9ZM63.48,55.03h-5.86v-3.9h5.86v3.9ZM81.05,92.12v31.24h-13.67V47.22c0-1.08.88-1.95,1.95-1.95s1.95.88,1.95,1.95v64.42h3.9v-23.43h5.86v3.9ZM96.67,115.55h-11.71v-3.9h11.71v3.9ZM96.67,107.74h-11.71v-3.9h11.71v3.9ZM96.67,99.6h-11.71v-11.38h11.71v11.38ZM96.67,84.31h-11.71v-17.57c0-3.23,2.63-5.86,5.86-5.86s5.86,2.63,5.86,5.86v17.57ZM106.43,123.36h-5.86v-35.14h5.86v35.14ZM106.43,84.31h-5.86v-17.57c0-5.38-4.38-9.76-9.76-9.76s-9.76,4.38-9.76,9.76v17.57h-5.86v-50.76h31.24v50.76ZM73.81,29.65l13.06-14.09c2.25-2.04,5.64-2.04,7.76-.12l13.18,14.21h-34.01ZM133.77,123.36h-6.28l-9.39-37.57c-.22-.87-1-1.48-1.89-1.48h-5.86v-3.9h10.19l9.39,37.57c.22.87,1,1.48,1.89,1.48h1.95v3.9Z'/%3E%3Crect class='d' x='71.29' y='115.55' width='3.9' height='3.9'/%3E%3C/g%3E%3C/svg%3E");
}
ul.your_town_council li:nth-child(11) a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23888;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='b' points='106.64 60.07 106.62 60.09 106.59 60.13 106.64 60.19 106.64 60.07'/%3E%3Cpath class='b' d='M43.5,49.85c-.63-.74-1.74-.82-2.48-.19-.74.63-.82,1.74-.19,2.48l4.03,4.71c.32.37.79.6,1.28.61.02,0,.04,0,.06,0,.47,0,.93-.19,1.26-.53l6.31-6.47c.68-.7.66-1.81-.03-2.49-.7-.68-1.81-.66-2.48.03l-4.96,5.1-2.78-3.25Z'/%3E%3Cpath class='b' d='M89.82,50.45h-26.8c-1.11,0-2.01.9-2.01,2.01s.9,2.01,2.01,2.01h18.18s0,0,0-.01c.48-.69,1.07-1.29,1.74-1.78,0,0,.01,0,.02,0,.64-.47,1.35-.84,2.11-1.1,1.2-.48,2.76-.89,4.75-1.12Z'/%3E%3Cpath class='b' d='M53.73,66.94c-.7-.68-1.81-.66-2.48.03l-4.96,5.1-2.78-3.25c-.63-.74-1.74-.82-2.48-.19-.74.63-.82,1.74-.19,2.48l4.03,4.71c.32.37.79.6,1.28.61.02,0,.04,0,.06,0,.47,0,.93-.19,1.26-.53l6.31-6.47c.68-.7.66-1.81-.03-2.49Z'/%3E%3Cpath class='b' d='M63.01,73.44h16.24c-.11-1.39-.18-2.73-.21-4.02h-16.03c-1.11,0-2.01.9-2.01,2.01s.9,2.01,2.01,2.01Z'/%3E%3Cpath class='b' d='M53.73,85.91c-.7-.68-1.81-.66-2.48.03l-4.96,5.09-2.78-3.25c-.63-.74-1.74-.82-2.48-.19-.74.63-.82,1.74-.19,2.48l4.03,4.71c.32.37.79.6,1.28.61.02,0,.04,0,.06,0,.47,0,.93-.19,1.26-.53l6.31-6.47c.68-.7.66-1.81-.03-2.49Z'/%3E%3Cpath class='b' d='M63.01,88.4c-1.11,0-2.01.9-2.01,2.01s.9,2.01,2.01,2.01h20.93c-.57-1.31-1.09-2.65-1.56-4.02h-19.37Z'/%3E%3Cpath class='b' d='M51.24,104.92l-4.96,5.1-2.78-3.25c-.63-.74-1.74-.82-2.48-.19-.74.63-.82,1.74-.19,2.48l4.03,4.71c.32.37.79.6,1.28.61.02,0,.04,0,.06,0,.47,0,.93-.19,1.26-.53l6.31-6.47c.68-.7.66-1.81-.03-2.49-.7-.68-1.81-.66-2.48.03Z'/%3E%3Cpath class='b' d='M61.01,109.38c0,1.11.9,2.01,2.01,2.01h33.93c.16,0,.32-.02.47-.06-1.38-1.27-2.67-2.59-3.9-3.96h-30.49c-1.11,0-2.01.9-2.01,2.01Z'/%3E%3Cpath class='b' d='M116.73,117.17c-.66,0-1.31-.15-1.91-.45-33.5-16.93-31.02-47.88-29.46-56.96.35-2.04,2.11-3.51,4.17-3.51.03,0,.07,0,.11,0,10.91,0,21.63-6.98,24.66-9.12,1.47-1.04,3.44-1.04,4.91,0,3.02,2.14,13.71,9.11,24.65,9.11h.1c2.07,0,3.83,1.47,4.18,3.51h0c1.56,9.08,4.04,40.04-29.49,56.96-.6.3-1.25.45-1.91.45ZM89.53,60.24c-.12,0-.22.08-.24.19-1.44,8.4-3.73,37.02,27.33,52.71.06.03.15.03.21,0,31.07-15.69,28.79-44.32,27.35-52.72h0c-.02-.11-.12-.18-.24-.18h0c-11.82,0-22.86-6.88-27.06-9.85-.09-.06-.2-.06-.28,0-4.19,2.97-15.2,9.85-26.97,9.85-.03,0-.06.01-.1,0Z'/%3E%3Cpath class='b' d='M113.22,93.68c-.51,0-1.02-.2-1.41-.59l-8.69-8.69c-.78-.78-.78-2.05,0-2.83.78-.78,2.05-.78,2.83,0l7.28,7.28,16.3-16.3c.78-.78,2.05-.78,2.83,0,.78.78.78,2.05,0,2.83l-17.71,17.71c-.39.39-.9.59-1.41.59Z'/%3E%3Cpath class='b' d='M101.95,133.8h-63.73c-5.01,0-9.09-4.08-9.09-9.09V35.29c0-5.01,4.08-9.09,9.09-9.09h63.73c5.01,0,9.09,4.08,9.09,9.09v7.49c0,1.1-.9,2-2,2s-2-.9-2-2v-7.49c0-2.81-2.28-5.09-5.09-5.09h-63.73c-2.81,0-5.09,2.28-5.09,5.09v89.42c0,2.81,2.28,5.09,5.09,5.09h63.73c2.81,0,5.09-2.28,5.09-5.09v-4.01c0-1.1.9-2,2-2s2,.9,2,2v4.01c0,5.01-4.08,9.09-9.09,9.09Z'/%3E%3C/svg%3E");
}
ul.your_town_council li:nth-child(12) a::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23888;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M53,148.58c-.59,0-1.23-.11-1.8-.65-.78-.74-.77-1.64-.76-2.59v-.54s0-8.18,0-8.18c0-1.01-.02-1.98-.04-2.9-.13-5.35-.24-9.96,4.37-15,.77-.84,1.51-1.4,2.28-1.98l.23-.17c3.35-2.53,7.24-2.87,10.97-2.85h.27c.27,0,.54,0,.79.01,1.57.09,2.18,1.23,2.51,1.84.1.18.22.41.39.67.33.5.6.96.87,1.41.22.36.43.72.68,1.1v.02s6.24,10.02,6.24,10.02l.86-1.44c1.01-1.8,2.47-4.16,3.75-6.24.47-.77.92-1.5,1.33-2.17.39-.64.74-1.23,1.12-1.89l.43-.72c.1-.17.21-.35.32-.54l.17-.29c.99-1.77,1.95-1.84,3.85-1.81.32,0,.7.01,1.17.01.95,0,1.86.07,3.06.23,1.76.23,3.63.87,5.27,1.78,2.96,1.65,5.15,3.96,6.71,7.08,1.62,3.24,1.57,6.46,1.53,9.87,0,.58-.02,1.18-.02,1.79,0,.37,0,1.13.02,2.09.11,8.63.03,9.87-.16,10.5l-.11.37-.24.3q-.72.9-16.8.8h-.81s-36.77,0-36.77,0c-.46,0-.82.02-1.09.04-.18.01-.38.02-.58.02ZM54.67,144.52h37.6c7.72.05,11.5.04,13.33.02.03-2.19-.01-6.03-.04-7.94-.01-.98-.02-1.76-.02-2.14,0-.63,0-1.24.02-1.84.04-3.16.07-5.66-1.11-8.03-1.2-2.4-2.81-4.11-5.08-5.37-1.19-.67-2.6-1.14-3.85-1.31-1.01-.13-1.77-.19-2.53-.19-.49,0-.89,0-1.23-.01-.15,0-.29,0-.43,0l-.07.12c-.13.22-.25.42-.36.61l-.4.67c-.39.67-.75,1.28-1.15,1.94-.41.67-.86,1.41-1.34,2.18-1.26,2.05-2.69,4.38-3.7,6.16l-2.28,3.83c-.4.78-.95,1.04-1.45,1.19l-1.47.45-.88-1.29-7.86-12.65c-.26-.41-.49-.79-.73-1.18-.25-.41-.5-.83-.8-1.29-.17-.26-.31-.5-.42-.7h-.21c-3.51-.03-6.27.32-8.54,2.04l-.23.17c-.68.51-1.21.91-1.74,1.48-3.52,3.85-3.44,7.17-3.32,12.2.02.95.05,1.95.05,3v7.89c.07,0,.15,0,.23,0ZM80.06,132.43v.03s0-.03,0-.03h0Z'/%3E%3Cpath class='b' d='M37.76,89.74c-10.11,0-21.1-.04-21.71-.12l-1.48-.18-.24-1.47c-.11-.67-.13-3.04-.08-10.14,0-.94.01-1.69.01-2.07,0-.54,0-1.07-.01-1.61-.04-3.38-.08-6.88,1.41-9.96,1.62-3.34,3.53-5.49,6.41-7.16,3.68-2.14,6.15-2.14,10.24-2.12l1.34.04c1.01.21,1.4.69,3.78,4.64l.19.32,5.22,8.44c.29.46.65,1.03.98,1.57l5.99-9.91c2.41-4.13,2.63-4.3,2.96-4.58l.2-.16.23-.11c.77-.35,1.79-.36,3.8-.29.32.01.59.02.79.02,1.3.02,2.49.17,3.89.55,2.37.65,4,1.65,5.72,2.96,2.34,1.77,4.33,4.71,5.33,7.85.13.4.75,2.67.66,3.88l-.07.95-.78.54c-.51.36-1.01.54-1.41.68-.12.04-.25.09-.38.15-4.66,2-8.17,4.87-11.04,9.04-1.21,1.76-2.7,4.51-3.28,6.68l-.36,1.34-1.38.14c-.64.06-8.48.09-16.93.09ZM18.22,85.69c6.49.07,29.02.08,34.8,0,.87-2.38,2.25-4.82,3.39-6.46,3.27-4.76,7.45-8.18,12.76-10.45.02,0,.04-.02.06-.03-.1-.47-.21-.97-.32-1.29-.75-2.35-2.26-4.6-3.94-5.88-1.39-1.05-2.6-1.8-4.36-2.29-1.07-.29-1.92-.41-2.82-.41-.21,0-.56-.01-.93-.02-.39-.01-1.15-.04-1.69-.03-.31.5-.88,1.43-1.9,3.18l-.08.13-6.34,10.48c-.07.11-.13.24-.22.39-.6,1.13-1.09,1.97-1.95,2.39l-1.13.56-.99-.78c-.45-.36-.87-.96-1.8-2.56l-.06-.11c-.37-.65-.86-1.42-1.25-2.04l-5.46-8.84c-.88-1.46-1.4-2.29-1.71-2.75-3.87-.01-5.48-.01-8.21,1.58-2.19,1.27-3.54,2.8-4.82,5.44-1.08,2.24-1.05,5.13-1.02,8.18,0,.55.01,1.1.01,1.65,0,.39,0,1.15-.01,2.1-.01,1.89-.04,5.63-.02,7.84ZM54.64,58.87h0Z'/%3E%3Cpath class='b' d='M131.78,89.74c-3.84,0-8.9-.01-15.57-.03-2.62,0-4.71-.02-5.82-.02-.39,0-.84.01-1.32.02-1.28.03-2.73.06-3.82-.08l-1.34-.17-.35-1.3c-.42-1.56-1.66-4.19-2.41-5.33-.14-.21-.29-.44-.44-.68-.39-.61-.83-1.3-1.18-1.72-3.13-3.76-5.46-5.91-10.22-7.96-.14-.06-.28-.11-.41-.16-.42-.15-.94-.34-1.45-.7l-.79-.54-.07-.95c-.08-1.12.46-3.17.57-3.57,1.03-3.78,3.53-7.08,7.02-9.29,3.5-2.21,6.3-2.38,9.88-2.38.31,0,.56-.01.77-.02,2.15-.1,2.74.73,3.75,2.47.26.44.59,1.02,1.06,1.77.25.4.45.73.7,1.19.11.2.23.38.34.57.11.18.23.36.34.55.19.33.38.63.56.93.27.44.54.88.82,1.37.31.56.67,1.13,1.04,1.71l.24.37,2.49,4.16c1.41-2.26,3.3-5.34,3.52-5.71,5.15-9.01,5.91-9.17,6.64-9.32l.41-.04h1.03c1.67-.02,3.26-.03,4.97.23,6.82,1,12.5,7.36,12.94,14.48.06.95.2,17.07-.02,18.35l-.2,1.16-1.11.39c-.42.15-.71.25-12.58.25ZM110.39,85.7c1.11,0,3.21,0,5.83.02,7.11.02,20.76.07,25.54-.02.05-4.13,0-14.67-.07-15.85-.32-5.21-4.6-10.05-9.53-10.77-1.41-.21-2.78-.2-4.36-.19h-.09c-1.18,1.74-4.05,6.51-4.54,7.36-.05.08-4.96,8.33-5.75,8.94l-.99.78-1.13-.56c-.62-.31-.96-.63-1.25-1.2l-.06-.12-3.91-6.51c-.41-.65-.81-1.28-1.16-1.91-.24-.44-.48-.82-.72-1.21-.2-.33-.41-.66-.62-1.02-.09-.16-.18-.31-.27-.45-.15-.24-.3-.49-.45-.75-.22-.4-.39-.68-.6-1.02-.49-.79-.84-1.4-1.11-1.87-.09-.16-.19-.33-.28-.47-.22,0-.48.02-.79.02-3.37,0-5.23.17-7.74,1.76-2.65,1.67-4.53,4.15-5.3,6.96-.1.35-.19.76-.27,1.13.05.02.09.04.14.06,5.44,2.35,8.31,5,11.7,9.07.51.62,1.03,1.42,1.48,2.13.14.22.28.44.41.64.75,1.14,1.8,3.25,2.48,5.09.64,0,1.35,0,2.01-.02.51-.01.99-.02,1.4-.02Z'/%3E%3Cpath class='b' d='M43.83,53.53c-.42,0-.85-.01-1.29-.04-5.18-.32-9.45-3.23-11.54-5.62-1.47-1.68-2.43-3.01-3.29-5.22-.92-2.37-1.29-4.79-1.12-7.42.4-6.41,4.47-11.97,10.62-14.51,6.18-2.55,12.94-1.35,18.07,3.2,2.04,1.8,3.4,3.77,4.44,6.38.77,1.93,1.41,4.96,1.12,7.37h0c-.48,4.03-1.26,6.08-3.48,9.15-.77,1.06-2.24,2.5-3.35,3.28-3.38,2.38-6.49,3.44-10.18,3.44ZM43.72,23.42c-1.67,0-3.36.33-4.99,1-4.72,1.95-7.85,6.19-8.15,11.06-.13,2.03.15,3.9.86,5.72.65,1.68,1.35,2.64,2.57,4.04,1.71,1.96,5.09,4.03,8.78,4.26,3.38.21,5.88-.54,8.92-2.68.75-.53,1.9-1.65,2.41-2.35,1.81-2.5,2.35-3.93,2.75-7.27h0c.19-1.63-.29-3.96-.87-5.42-.8-2.02-1.81-3.47-3.37-4.86-2.6-2.3-5.73-3.5-8.91-3.5Z'/%3E%3Cpath class='b' d='M116.3,53.53c-2.33,0-4.71-.48-7.04-1.44-3.56-1.48-6.49-4.31-8.46-8.2-.83-1.64-1.69-4.62-1.69-6.75,0-3.17.46-5.44,1.58-7.83.43-.93.85-1.65,1.49-2.58,2.32-3.37,7.25-7.3,13.51-7.3,2.62,0,4.95.27,7.78,1.62,6.03,2.85,9.77,8.82,9.77,15.57,0,5.25-2.58,9.62-5,11.97-3.36,3.26-7.55,4.95-11.93,4.95ZM115.68,23.42c-4.41,0-8.31,2.8-10.22,5.57-.52.75-.82,1.28-1.16,2.01-.87,1.86-1.2,3.53-1.2,6.13,0,1.41.67,3.77,1.26,4.94,1.07,2.11,3.06,4.92,6.43,6.32,5.3,2.2,10.64,1.22,14.66-2.68,1.75-1.7,3.79-5.1,3.79-9.1,0-5.19-2.87-9.77-7.48-11.95-2.17-1.03-3.93-1.23-6.07-1.23Z'/%3E%3Cpath class='b' d='M79.99,112.4c-3.45,0-6.88-1.05-9.87-3.12l-.28-.23-3.71-3.74c-.53-.77-.96-1.46-1.46-2.46-.66-1.34-1.71-4.26-1.71-6.39,0-3.18.08-5.29,1.72-8.65,1.06-2.18,2.59-4.09,4.53-5.68,3.06-2.5,6.77-3.83,10.72-3.83h0c3.46,0,6.38.86,9.46,2.78,4.28,2.67,7.63,8.51,7.63,13.3,0,3.04-.12,5.26-1.68,8.4-.92,1.84-1.98,3.35-3.24,4.61-1.34,1.33-2.97,2.5-4.6,3.27-2.42,1.16-4.98,1.73-7.54,1.73ZM72.53,106.09c4.05,2.72,8.87,3.08,13.26.97,1.23-.59,2.47-1.48,3.5-2.5.95-.95,1.76-2.11,2.48-3.55,1.14-2.29,1.26-3.78,1.26-6.62,0-3.43-2.63-7.97-5.75-9.91-2.44-1.52-4.64-2.17-7.34-2.17h0c-3.06,0-5.82.98-8.19,2.92-1.5,1.22-2.66,2.68-3.47,4.34-1.26,2.58-1.32,4.06-1.32,6.89,0,1.14.69,3.38,1.3,4.62.36.73.67,1.23,1.06,1.81l3.21,3.2Z'/%3E%3C/svg%3E");
}

/** Visitor Info **/

.visitor_info {
	background-color: #f5f5f5;
	padding: 50px 0;
	margin: 50px 0;
}
.visitor_info :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
}
.visitor_info .wp-block-button,
.visitor_info .wp-block-button__link {
	width: 100%;
}
.visitor_info .wp-block-button__link {
	text-transform: none;
	font-size: 1.2rem;
	padding: 0.7em 0.8em .8em 0.8em;
	font-weight: 400;
}
.visitor_info .wp-block-button__link::after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M16.02,12.19h-1.09c-.3,0-.55.25-.55.55v3.83H3.43V5.62h4.93c.3,0,.55-.25.55-.55v-1.09c0-.3-.25-.55-.55-.55H2.88c-.91,0-1.64.74-1.64,1.64v12.04c0,.91.74,1.64,1.64,1.64h12.04c.91,0,1.64-.74,1.64-1.64h0v-4.38c0-.3-.25-.55-.55-.55ZM17.94,1.24h-4.38c-.73,0-1.1.89-.58,1.4l1.22,1.22L5.86,12.2c-.32.32-.32.84,0,1.16,0,0,0,0,0,0l.78.77c.32.32.84.32,1.16,0,0,0,0,0,0,0l8.33-8.34,1.22,1.22c.51.51,1.4.15,1.4-.58V2.06c0-.45-.37-.82-.82-.82Z'/%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	top: 2px;
	right: 0;
	transition: all 300ms;
}
.visitor_info .wp-block-button__link:hover::after {
	right: -2px;
	top: 0px;
}
@media(min-width:768px) {
	.visitor_info :where(.wp-block-columns.is-layout-flex) {
		gap: 4em;
	}
}

/** Meetinsg Calendar **/

.calendar_wrap h2 {
	text-align: center;
	margin-bottom: 50px;
}

.calendar_wrap {
	padding: 0 0 50px 0;
}

/*--------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #f5f5f5;
	padding-top: 40px;
}
.footer_top,
.footer_bottom,
.footer_top a,
.footer_bottom a {
	color: #333;
	text-decoration: none;
}
.footer_top a:hover,
.footer_bottom a:hover {
	text-decoration: underline;
	text-decoration-thickness: max(1px, 0.0625rem);
	text-underline-offset: 0.2em;
}
.footer_top ul.menu,
.footer_bottom ul.menu,
.a11y-responsive ul {
	list-style: none;
	padding: 0;
}
.footer_top .a11y-responsive ul li {
	margin-bottom: 20px;
}
.toggle_buttons_wrap ul {
	margin-bottom: 0;
}

.footer1wrp,
.footer2wrp {
	width: 50%;
	float: left;
	padding-right: 4%;
}

@media screen and (min-width: 768px) {

	.footer1wrp,
	.footer2wrp,
	.footer3wrp {
		width: 25%;
		float: left;
		padding-right: 4%;
	}
	.footer4wrp {
		width: 25%;
		float: left;
		padding-right: 0;
	}
	.footer5wrp {
		width: 50%;
		float: left;
		padding-right: 4%;
	}
	.footer6wrp {
		width: 25%;
		float: left;
		padding-right: 5%;
	}
	.footer7wrp {
		width: 25%;
		float: left;
		padding-right: 0;
	}
	.footer-nav li {
		padding-right: 5%;
	}
}

/** Follow us icons **/

.follow_us_wrap {
	margin-bottom: 30px;
}
.follow_us_wrap p,
.follow_us_wrap ul.footer_icons {
	margin-bottom: 0;
	padding-left: 0;
}
.follow_us_wrap {
	gap: 0;
}
.widget_nav_menu ul li::before {
    content: ""
}
.widget_nav_menu ul li {
	padding-left: 0;
}
.footer_icons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
	column-gap: 8%;
	margin-bottom: 35px;
}
.footer_icons li {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
}
.footer_icons li a {
	display: block;
	font-size: 0.1rem;
	color: rgba(255, 255, 255, 0.0)!important;
	width: 36px;
	height: 36px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.footer_icons li a:hover {
	background-size: 90% 90%;
}
.footer_icons li.facebook a {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23333;%7D.c,.d%7Bstroke-width:0px;%7D.d%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='c' d='M32.83,30.83c0,1.05-.86,2-2,2H3.17c-1.05,0-2-.86-2-2V3.17c0-1.05.86-2,2-2h27.66c1.05,0,2,.86,2,2v27.66Z'/%3E%3Cpath id='b' class='d' d='M22.91,32.83v-11.92h3.91l.95-4.96h-4.96v-2c0-2,.95-2.96,2.96-2.96h2v-4.86h-3.91c-3.62,0-5.91,2.86-5.91,6.87v3.05h-3.91v4.96h3.91v11.83s4.96,0,4.96,0Z'/%3E%3C/svg%3E");
}
.footer_icons li.twitter a {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23333;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='b'%3E%3Cpath id='c' class='d' d='M.2,1.49l12.94,17.31L.12,32.86h2.93l11.4-12.32,9.21,12.32h9.98l-13.67-18.28L32.1,1.49h-2.93l-10.5,11.35L10.18,1.49H.2ZM4.51,3.64h4.58l20.24,27.06h-4.58L4.51,3.64Z'/%3E%3C/g%3E%3C/svg%3E");
}
.footer_icons li.instagram a {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23276749;fill-rule:evenodd;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M10.32,2.54h13.36c4.29,0,7.82,3.53,7.82,7.82v13.29c0,4.29-3.53,7.82-7.82,7.82h-13.36c-4.29,0-7.82-3.53-7.82-7.82v-13.29c0-4.29,3.53-7.82,7.82-7.82h0ZM24.79,7.59h0c.9,0,1.66.76,1.66,1.66h0c0,.9-.76,1.66-1.66,1.66h0c-.97,0-1.66-.76-1.66-1.66h0c0-.9.69-1.66,1.66-1.66h0ZM16.97,9.11h.07c4.29,0,7.89,3.6,7.89,7.89h0c0,4.36-3.6,7.89-7.89,7.89h-.07c-4.29,0-7.82-3.53-7.82-7.89h0c0-4.29,3.53-7.89,7.82-7.89h0ZM16.97,11.81h.07c2.84,0,5.19,2.35,5.19,5.19h0c0,2.91-2.35,5.26-5.19,5.26h-.07c-2.84,0-5.19-2.35-5.19-5.26h0c0-2.84,2.35-5.19,5.19-5.19h0ZM10.39,5.03h13.22c2.98,0,5.4,2.42,5.4,5.4v13.15c0,2.98-2.42,5.4-5.4,5.4h-13.22c-2.98,0-5.4-2.42-5.4-5.4v-13.15c0-2.98,2.42-5.4,5.4-5.4h0Z'/%3E%3C/svg%3E");
}
.footer_icons li.youtube a {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23276749;%7D.b,.c%7Bfill-rule:evenodd;stroke-width:0px;%7D.c%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M8.63,7.43c2.72-.22,5.93-.33,8.37-.33h0c2.45,0,5.6.11,8.37.33,3.21.27,4.84.82,5.27,4.02.22,1.47.33,3.48.33,5.55h0c0,2.07-.11,4.13-.33,5.55-.44,3.26-2.07,3.75-5.27,4.02-2.77.27-5.93.33-8.37.33h0c-2.45,0-5.66-.05-8.37-.33-3.21-.27-4.89-.76-5.33-4.02-.16-1.41-.27-3.48-.27-5.55h0c0-2.07.11-4.08.27-5.55.43-3.21,2.12-3.75,5.33-4.02h0Z'/%3E%3Cpolygon class='c' points='14.17 12.81 21.46 17 14.17 21.24 14.17 12.81'/%3E%3C/svg%3E");
}
.footer_icons li.tiktok a {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23276749;fill-rule:evenodd;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M26.25,9.6c-1.65-1.02-2.92-2.92-3.24-4.82-.06-.44-.13-.82-.13-1.27h-5.01v19.98c0,2.35-1.9,4.25-4.25,4.25-.76,0-1.4-.19-2.03-.51-1.33-.7-2.28-2.16-2.28-3.74,0-2.35,1.9-4.25,4.31-4.25.44,0,.82.06,1.27.19v-5.08c-.44-.06-.82-.13-1.27-.13-5.14,0-9.33,4.12-9.33,9.26,0,3.11,1.59,5.9,4,7.55,1.52,1.02,3.36,1.65,5.33,1.65,5.14,0,9.26-4.12,9.26-9.2v-10.4c1.9,1.71,4.44,2.54,6.98,2.35v-5.01c-1.27.25-2.54-.13-3.62-.82Z'/%3E%3C/svg%3E");
}
.footer_icons li.linkedin a {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23276749;fill-rule:evenodd;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M4.63,12.77h5.11v17.17h-5.11V12.77ZM7.15,4.06c1.7,0,3.09,1.39,3.09,3.09s-1.39,3.09-3.09,3.09-3.03-1.39-3.03-3.09,1.33-3.09,3.03-3.09h0ZM12.77,12.77h5.05v2.4c1.07-1.58,2.84-2.59,4.86-2.59h1.39c3.22,0,5.81,2.65,5.81,5.81v11.55h-5.05v-1.58h0v-7.7h0c-.06-1.96-1.39-3.47-3.35-3.47h0c-1.96,0-3.6,1.52-3.66,3.47h0v9.28h-5.05V12.77Z'/%3E%3C/svg%3E");
}
.footer_icons li.email a {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23276749;fill-rule:evenodd;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M4.92,15.63c6.25-2.62,13.8-6.35,20.35-8.87,6.04-2.22,5.94-1.61,5.04,4.43-.71,4.84-1.51,9.67-2.32,14.51-.3,2.32-1.51,3.53-4.03,2.12l-7.86-5.54c-1.11-.91-.81-1.61.1-2.52l7.25-6.85c1.91-1.91,1.01-2.62-1.21-1.11l-9.97,6.75c-1.41,1.01-2.92,1.01-4.53.5l-3.43-1.21c-2.22-.81-.5-1.71.6-2.22h0Z'/%3E%3C/svg%3E");
}
.footer_icons li.whatsapp a {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23276749;fill-rule:evenodd;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M11.9,10.44c.8-.51,1.31-.15,1.6.66l.73,1.9s.51,1.02-.8,2.04q-.22.15-.15.51c.29.87,1.46,3.5,5.18,5.54.36.22.44.22.8-.07.29-.29.66-.66.95-.95.66-.58,1.02-.8,1.6-.36.44.29.87.66,1.31.95.44.36,1.17.8.44,1.68l-.66.8c-.95,1.17-1.75,1.24-2.99.95-4.74-1.24-8.24-4.59-9.77-9.33-.51-1.82.22-3.35,1.75-4.3h0ZM17,2.64c7.95,0,14.36,6.42,14.36,14.36s-6.42,14.36-14.36,14.36c-2.19,0-4.23-.44-6.05-1.31l-7.66,1.31,1.02-7.58-.07-.15c-1.02-1.97-1.6-4.23-1.6-6.64,0-7.95,6.42-14.36,14.36-14.36h0ZM7.96,28.16l2.04-.36,1.24-.22c1.75.95,3.65,1.46,5.76,1.46,6.64,0,12.03-5.4,12.03-12.03s-5.4-12.03-12.03-12.03-12.03,5.4-12.03,12.03c0,2.41.73,4.59,1.9,6.49l-.15,1.09-.29,2.19-.22,1.68,1.75-.29Z'/%3E%3C/svg%3E");
}

/** Footer Bottom **/

.footer_bottom {
	background-color: #ddd;
	padding: 40px 0 0;
	display: block;
	clear: both;
	overflow: hidden;
}

/** What do we do? **/

a.what_do_we_do p {
	font-size: 1.3rem;
	font-weight: 500;
}

a.what_do_we_do :where(.wp-block-columns) {
	margin: 0 0 0;
}

/** Footer Boxout **/

a.footer_boxout {
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #999;
	transition: all 300ms;
}
a.footer_boxout p {
	margin-bottom: 10px;
}
a.footer_boxout span {
	display: inline-block;
}
a.footer_boxout:hover {
	background-color: #fff;
}
a.footer_boxout:hover p,
a.footer_boxout:hover span {
	text-decoration: underline;
	text-decoration-thickness: max(1px, 0.0625rem);
	text-underline-offset: 0.2em;
}


/** Site Info **/

.site-info {
	background-color: #333;
	display: block;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
.site_info_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: normal;
}
.site_info_flex>div:nth-child(1),
.site_info_flex>div:nth-child(2) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	align-self: auto;
	order: 0;
}
.site_info_flex>div:nth-child(1) {
	flex-basis: 60%;
	text-align: left;
}
.site_info_flex>div:nth-child(2) {
	flex-basis: 40%;
	text-align: right;
}
.site-info p {
	margin: 0 0 10px 0;
}
.site-info {
	font-size: 0.8rem;
	text-align: center;
}
.site-info a,
.site-info a:visited,
.site-info a:hover,
.site-info p,
.site-info {
	color: #bbb;
	text-decoration: none;
}
@media(min-width:768px) {
	.site_info_flex>div:nth-child(1) {
		flex-basis: 80%;
		text-align: left;
	}
	.site_info_flex>div:nth-child(2) {
		flex-basis: 20%;
	}
}

/*--------------------------------------------------------------
6.0 Blog
--------------------------------------------------------------*/

/** Single Posts **/

.entry-header_single {
	display: block;
}

.blog-container {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.entry-meta {
	padding: 20px 0 40px 0;
	font-size: 0.8rem;
}
.entry-meta a {
	color:#222;
	text-decoration: none;
	font-weight: 500;	
}

/** Archives **/

.archive-header {
	padding: 50px 0 20px 0;
}
ul.ftc_posts  {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	grid-gap: 2%;
	margin-bottom: 20px;
}
ul.ftc_posts>li {
	background-color: #f5f5f5;
	margin-bottom: 20px;
	padding-bottom: 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
	flex-basis: 49%;
}
ul.ftc_posts>li a {
	text-decoration: none;
	color: #333;
}
.news-summary {
	padding-left: 5%;
}
.post-thumbnail img {
	display: block;
	margin-bottom: 10px;
}
ul.post_tags {
	display: block;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 5%;
  	overflow: hidden;
}
ul.post_tags li {
	display: inline-block;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
ul.post_tags li a {
	font-size: 0.75rem;
	line-height: 1.0;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	display: block;
	padding: 1px 3px;
}
ul.ftc_posts h3 {
	font-size: 1.4rem;
	line-height: 1.2;
	font-size: 1rem;
}
ul.ftc_posts p.archive_date {
	font-weight: bold;
	padding: 0 0 15px 0;
	font-size: 0.8rem;
	margin: 0;
}
ul.ftc_posts p {
	font-size: 0.9rem;
	line-height: 1.3;
	font-size: .8rem;
	width: 90%;
	overflow: hidden;
}
ul.ftc_posts button {
	font-size: .8rem;
}
ul.ftc_posts h3,
ul.ftc_posts p,
ul.ftc_posts button {
	margin: 0 5px 10px 0;
}
.home ul.ftc_posts>li:nth-child(3) {
	display: none;
}
.tag_commas:last-child {
  display: none;
}

@media screen and (min-width: 768px) {
	.home ul.ftc_posts>li:nth-child(4) {
		display: block;
	}
	ul.ftc_posts  {
		grid-gap: 1.3%;
		margin-bottom: 10px;
	}
	ul.ftc_posts>li {
		flex-basis: 24%
	}
	ul.post_tags {
		margin: 0 0 20px 5%;
	}
	ul.post_tags li a {
		font-size: 0.8rem;
		line-height: 1.7;
		padding: 2px 5px;
	}
	ul.ftc_posts h3 {
		font-size: 1.8rem;
	}
	ul.ftc_posts p {
		font-size: 1.0rem;
		line-height: 1.7;
	}
	ul.ftc_posts button {
		font-size: 1rem;
	}
		ul.ftc_posts h3,
	ul.ftc_posts p,
	ul.ftc_posts button {
		margin: 0 5px 20px 0;
	}
}

.content_archive_tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content_archive_tags li a {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** Archive Navigation **/

.post-navigation .nav-links {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (min-width:768px) {
	.post-navigation .nav-links {
		display: flex;
		flex-direction: row;
		gap: 0;
	}
}

.nav-previous a,
.nav-next a {
	cursor: pointer;
}
.nav-previous a div,
.nav-next a div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
	gap: 10px;
}
.nav-previous a div span,
.nav-next a div span {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
}
.nav-previous a div span.pointer,
.nav-next a div span.pointer {
	display: flex;
	flex-grow: 0;
	flex-shrink: 1;
	flex: 0 0 34px;
	align-self: auto;
	order: 0;
	width: 34px;
	height: 34px;
	background-color: #eee;
	text-align: center;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.nav-previous a:hover div span.pointer,
.nav-next a:hover div span.pointer {
	background-color: #ddd;
}
.nav-previous a div span.pointer svg,
.nav-next a div span.pointer svg {
	width: auto;
	height: 18px;
}
