/**
	@Author:	Paul Strandoo
	@Date:		30 January 2023
	@Notes:		Woodbridge Town Council
		
	FONTS & COLORS
	-------------
	inner max-width: 1070px;
	font-family: poppins, sans-serif; // 300 (light) 500 (med)
	font-family: apparat, sans-serif; // 500 (Med) 600 (Bold)	
	font-family: "scotch-display", sans-serif; // 400 500
*/

@import url('reset.css');

:root {	
	--main-green: #004C42;
	--accent: #f5546b;

	--text-color: #004c6f;
	--navy: #004c6f;
	--red: #f5546b;
	--pink: #e8afc1;
	--green: #92c261;
	--plum: #824e60;
	--yellow: #fffcf3;
	
	--tint-50: rgba(157,175,145,0.5);
	--tint-30: rgba(157,175,145,0.3);
	--tint-20: rgba(157,175,145,0.2);
	--tint-10: rgba(157,175,145,0.1);
	
	--tint-1: #f6f0e7;
	
	--display-font: apparat, sans-serif;
	--body-font: poppins, sans-serif;
	
	--display-light: 300;
	--display-med: 500;
	--display-bold: 600; /* deactivated */
	--body-light: 300;
	--body-med:	400;
	--body-bold: 700;
	
	--grey0: #575656;
	--grey1: #ebebeb;
	--grey2: #9f9f9f;
	--grey3: #939393;
	--grey4: #f6f6f6;
	--white: #ffffff;
	--black: #000000;

	--top-margin: 150px; /* for desktop; others to follow */
	--top-margin-mobile: 64px;
	
    --inner: 1180px;
    --inner-narrow: 900px;
    --inner-large: 1400px;
    --inner-wide: 1600px;
    --inner-full: 100%;
    
    --section-default-padding: 70px 0;
	}

* {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	font-size: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
	}
body {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	background: #ffffff;
	}

/*	
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
*/

body, input, textarea, table {
	font-family: var(--body-font);
	font-weight: var(--body-light);
	color: var(--text-color);
	}
	
/* ----- [ Typography ] -------------------------*/
p,
li,
td {
	font-family: var(--body-font);
	font-weight: var(--body-light);
	font-size: 1rem;
	line-height: 1.7;
	margin: 0 0 1em;
	}
li {
	margin: 0;
	}

em {
	font-family: var(--body-font);
	font-style: italic;
	}
b,
strong {
	font-weight: var(--body-med);
	}

a {
	color: var(--red);
	font-weight: var(--body-med);
	font-weight: 500;
	border: none;
	}
a:hover,
a:active {
	color: var(--red); /* ginger */
	text-decoration: underline;
	}

h1,h2,h3,h4 {
	font-family: var(--display-font);
	font-weight: var(--display-med);
	margin: 0 0 0.5em;
	color: var(--text-color);
	position: relative;
	}
h1,.h1 {
	font-family: var(--display-font);
	font-weight: var(--display-bold);
	font-size: 2rem;
	line-height: 1.2;
	color: var(--text-color);
	margin: 0 0 0.5em;
	position: relative;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	}

h2,.h2 {
	font-family: var(--display-font);
	font-weight: var(--display-med);
	font-size: 1.3rem;
	line-height: 1.2;
	/*
	margin: 0 0 2.2em;*/
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}
h3,.h3 {
	font-family: var(--display-font);
	font-weight: var(--display-med);
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	}
h4,.h4 {
	font-family: var(--body-font);
	font-weight: var(--display-bold);
	font-size: 1rem;
	line-height: 1.4em;
	color: var(--text-color);
	margin: 0;
	text-transform: uppercase;
	}
h5,.h5 {
	font-family: var(--body-font);
	font-weight: var(--display-bold);
	font-size: 0.95rem;
	line-height: 1.4em;
	color: var(--text-color);
	margin: 0;
	text-transform: uppercase;
	}

.hero-head {
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	}

@media only screen and (min-width: 600px) { 	
}

img {
	display: block;
	}

/* Dark and Light */
.dark,
.dark p,
.dark li,
.dark h2,
.dark h3 {
	color: #fff !important;
	}
.dark p,
.dark li {
	font-weight: var(--body-med);
	}
.dark a {
	color: #fff;
	border-bottom: 1px solid #fff;
	}
.dark a:hover {
	color: #fff;
	}
.dark {
	background: #231e45;
	color: #fff;
	}
.dark h4 {
	color: #fff;
	}

/* global section centering */
.center,
.center p,
.center h2,
.center h3,
.center h4 {
	text-align: center;
	}


/* ----- [ Structure ] --------------------------*/
.page-wrapper {
	position: relative;
	padding-top: 0;
	background: #fff;
	min-height: 100%;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

.page-overlay {
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	background: rgba(0,0,0,0.4);
	z-index: 600;
	z-index: 100;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.page-overlay.is-open {
	visibility: visible;
	opacity: 1;
	}
	
header,
section,
footer {
	background: #ffffff;
	width: 100%;
	margin: 0;
	position: relative;
	}
section {
	padding: var(--section-default-padding);
	}
.inner {
	position: relative;
	max-width: var(--inner);
	margin: 0 auto;
	padding: 0 30px;
	}
.inner-narrow {
	max-width: var(--inner-narrow);
	}
.inner-wide {
	max-width: var(--inner-wide);
	}
.inner-full {
	max-width: var(--inner-full);
	padding: 0;
	}


.basic-body {
	/*padding-top: var(--top-margin);*/
	}


@media only screen and (min-width: 200px) {
	.flex-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: relative;
		max-width: 100%;
		height: 100%;
		padding: 0 20px;
		}
}
@media only screen and (min-width: 200px) {
}
@media only screen and (min-width: 974px) {
	.flex-inner {
		margin: 20px 0;
		}
}

/* ----- [ Strandoo Flex Grid System v1 ] ------ */
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	/*justify-content: stretch;*/
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	}

.col {
	flex: 1;
	padding: 0;
	}

@media only screen and (min-width: 420px) {
	.col { flex: initial; }
	.row.no-padding,
	.row.padding-0 {
		margin-left: 0;
		margin-right: 0;
		}
	.row.padding-1 {
		margin-left: -1px;
		margin-right: -1px;
		}
	.row.padding-5 {
		margin-left: -5px;
		margin-right: -5px;
		}
	.row.padding-10 {
		margin-left: -10px;
		margin-right: -10px;
		}
	.row.padding-15 {
		margin-left: -15px;
		margin-right: -15px;
		}
	.row.padding-20 {
		margin-left: -20px;
		margin-right: -20px;
		}
	.row.padding-30 {
		margin-left: -30px;
		margin-right: -30px;
		}

	.no-padding > .col,
	.padding-0 > .col {
		padding: 0;
		}
	.padding-1 > .col {
		padding-left: 1px;
		padding-right: 1px;
		}
	
	.padding-5 > .col {
		padding-left: 5px;
		padding-right: 5px;
		}
	.padding-10 > .col {
		padding-left: 10px;
		padding-right: 10px;
		}
	.padding-15 > .col {
		padding-left: 15px;
		padding-right: 15px;
		}
	.padding-20 > .col {
		padding-left: 20px;
		padding-right: 20px;
		}
	.padding-30 > .col {
		padding-left: 30px;
		padding-right: 30px;
		}

	.row.text-center > .col {
		text-align: center;
		}
}

.col > img {
	max-width: 100%;
	}

@media only screen and (min-width: 100px) and (max-width: 599px) {
	.base-row.row {
		flex-direction: row;
		}

	.base-row .m-1of2,
	.base-row .m-2of4,
	.base-row .m-50 {
		width: 50%;
		flex: initial;
		}
	.base-row .m-1of3,
	.base-row .m-33 {
		width: 33.3333%;
		flex: initial;
		}
}

@media only screen and (min-width: 600px) { 
	.row {
		flex-direction: row;
		}

	.m-auto {
		width: auto;
		}
	.m-full,
	.m-1of1,
	.m-2of2 {
		width: 100%;
		flex: initial;
		}
	.m-1of2,
	.m-50 {
		width: 50%;
		flex: initial;
		}
	.m-1of3,
	.m-33 {
		width: 33.3333%;
		flex: initial;
		}
	.m-2of3,
	.m-66 {
		width: 66.6667%;
		flex: initial;
		}
	.m-1of4,
	.m-25 {
		width: 25%;
		flex: initial;
		}
	.m-3of4,
	.m-75 {
		width: 75%;
		flex: initial;
		}
	.m-1of5,
	.m-20 {
		width: 20%;
		flex: initial;
		}
		
	.m-hidden { display: none; }
}

@media only screen and (min-width: 770px) {
	.t-auto {
		width: auto;
		}
	.t-full,
	.t-1of1
	.t-2of2,
	.t-3of3,
	.t-4of4,
	.t-5of5 {
		width: 100%;
		flex: initial;
		}
	.t-1of2,
	.t-2of4,
	.t-3of6,
	.t-50 {
		width: 50%;
		flex: initial;
		}
	.t-1of3,
	.t-2of6,
	.t-33 {
		width: 33.3333%;
		flex: initial;
		}
	.t-2of3,
	.t-4of6,
	.t-66 {
		width: 66.6667%;
		flex: initial;
		}
	.t-1of4,
	.t-25 {
		width: 25%;
		flex: initial;
		}
	.t-3of4,
	.t-75 {
		width: 75%;
		flex: initial;
		}
	.t-1of5,
	.t-3of6,
	.t-20 {
		width: 20%;
		flex: initial;
		}
	.t-2of5,
	.t-40 {
		width: 40%;
		flex: initial;
		}
	.t-3of5,
	.t-60 {
		width: 60%;
		flex: initial;
		}
	.t-4of5,
	.t-80 {
		width: 80%;
		flex: initial;
		}
	.t-hidden { display: none; }
}
@media only screen and (min-width: 1200px) { 
	.d-auto {
		width: auto;
		}
	.d-full,
	.d-2of2,
	.d-3of3,
	.d-4of4,
	.d-5of5 {
		width: 100%;
		flex: initial;
		}
	.d-1of2,
	.d-2of4,
	.d-3of6,
	.d-50 {
		width: 50%;
		flex: initial;
		}
	.d-1of3,
	.d-2of6,
	.d-33 {
		width: 33.3333%;
		flex: initial;
		}
	.d-2of3,
	.d-4of6,
	.d-66 {
		width: 66.6667%;
		flex: initial;
		}
	.d-1of4,
	.d-25 {
		width: 25%;
		flex: initial;
		}
	.d-3of4,
	.d-75 {
		width: 75%;
		flex: initial;
		}
	.d-1of5,
	.d-3of6,
	.d-20 {
		width: 20%;
		flex: initial;
		}
	.d-2of5,
	.d-40 {
		width: 40%;
		flex: initial;
		}
	.d-3of5,
	.d-60 {
		width: 60%;
		flex: initial;
		}
	.d-4of5,
	.d-80 {
		width: 80%;
		flex: initial;
		}
	.d-1of6,
	.d-16 {
		width: 16.6666%;
		flex: initial;
		}
		
	.d-hidden { display: none; }
}

.row.text-center > .col {
	text-align: center;
	}

.col > img {
	max-width: 100%;
	}

img.full {
	width: 100%;
	}
img.half {
	width: 50%;
	float: left;
	}

.centered,
.centered p,
.centered h2,
.centered h3 {
	text-align: center;
	}


@media only screen and (min-width: 600px) { 
	.row,
	.flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		}

	.row-2 > .col { width: 50%; }
	.row-3 > .col { width: 33.333%; }
	.row-4 > .col { width: 25%;}
	.row-5 > .col { width: 20%;}
	.row-6 > .col { width: 16.666%;}

	.row-2 .span-2 { width: 100%; }
	.row-3 .span-2 { width: 66.666%; }
	.row-4 .span-2 { width: 50%; }
	.row-4 .span-3 { width: 75%; }
	.row-5 .span-2 { width: 40%; }
	.row-5 .span-3 { width: 60%; }
	.row-5 .span-4 { width: 80%; }
}



/* ----- [ Flex Container ] ----------- */
.flex-container {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	/*justify-content: space-between;
	align-items: center;*/
	padding: 0 20px;
	}
.flex-container > * {
	/*width: 100%;*/
	display: block;
	}
	
@media only screen and (min-width: 1110px) {
	.flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		}
	.flex-container > * {
		/*border: 1px solid gold;*/
		}
	
	.f-top { align-items: flex-start; }
	.f-middle { align-items: center; }
	.f-bottom { align-items: flex-end; }
	.f-left { justify-content: flex-start; }
	.f-right { justify-content: flex-end; }
	.f-center { justify-content: center; }
}

/* ----- [ Page Header / Masthead ] -----------------*/
.page-header {
	/* fixed or not */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	background: var(--white);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}
	
.page-header .inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1280px;
	max-width: var(--inner-wide);
	margin: 0 auto;
	padding: 20px;
	}

.shirehall-header .inner {
	justify-content: flex-start;
	}

.logo-wrap {
	display: block;
	max-width: 420px;
	width: 82%;
	margin: 0;
	text-decoration: none;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
.shirehall-header .logo-wrap {
	max-width: 300px !important;
	}

.logo-wrap img {
	width: 100%;
	}
	
.first-logo {
	display: none;
	}
.home-page .transparent .logo-wrap {
	max-width: 340px;
	width: 74%;
	margin: 0 auto;
	}
.home-page .transparent .first-logo {
	display: block;
	}
.home-page .transparent .main-logo {
	display: none;
	}
	
.social-search-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
	white-space: nowrap;
	}
.crest-wrapper,
.social-search-wrapper {
	flex: 1;
	display: none;
	}

.crest-img {
	width: 100%;
	max-width: 50px;
	}
.head-survey-button {
	width: 125px;
	margin: 0 1.5em;
	}

@media screen and (min-width: 450px) {
	.shirehall-header .inner {
		justify-content: center;
		}
}

@media screen and (min-width: 1024px) {
	.crest-wrapper {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		}
	.social-search-wrapper {
		display: flex;
		}
	.logo-wrap {
		width: 100%;
		}
}


@media screen and (min-width: 570px) {
	.page-header .inner {
		padding: 20px;
		/*justify-content: space-between;*/
		}
}

/* ----- [ Menu Trigger (Hamburger) ] ---- */
.menu-toggle {
	position: absolute;
	right: 4%;
	display: block;
	background: transparent;
	width: 44px;
	height: 44px;
	cursor: pointer;
	}
.menu-toggle a {
	display: none;
	}

.menu-toggle .menu-icon {
	/* this span is the central line in the menu menu */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 26px;
	height: 2px;
	background-color: var(--text-color);
	/* these are the upper and lower lines in the menu menu */
	}
.menu-toggle .menu-icon::before, 
.menu-toggle .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	}
.menu-toggle .menu-icon::before {
	bottom: 8px;
	}
.menu-toggle .menu-icon::after {
	top: 8px;
	}
.menu-toggle.is-clicked .menu-icon {
	background-color: rgba(255, 255, 255, 0);
	/*background-color:  var(--text-color);*/
	}
.menu-toggle.is-clicked .menu-icon::before, 
.menu-toggle.is-clicked .menu-icon::after {
	background-color: var(--text-color);
	}
.menu-toggle.is-clicked .menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.menu-toggle.is-clicked .menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	
.home-page .transparent .menu-toggle .menu-icon {
	background-color: #fff;
	}
.home-page .transparent .menu-toggle.is-clicked .menu-icon {
	background-color: rgba(255, 255, 255, 0);
	}
.home-page .transparent .menu-toggle.is-clicked .menu-icon::before, 
.home-page .transparent .menu-toggle.is-clicked .menu-icon::after {
	background-color: #fff;
	}


@media only screen and (min-width: 1026px) {
	.menu-toggle {
		display: none;
		}
	.menu-toggle .menu-text {
		display: inline-block;
		line-height: 70px;
		}
	.menu-toggle .menu-icon {
		left: auto;
		right: 1.25em;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		}
}

/* ----- [ Navigation ] ------ */
.main-nav-wrapper {	
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	height: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
	
.main-nav-wrapper.is-open {
	min-height: 100vh;
	color: #fff;
	overflow-y: scroll;
	padding-top: 40px;
	padding-bottom: 150px;
	background: var(--navy);
	background: #fff;
	}

.main-navigation {
	display: none;
	overflow: hidden;
	/* max-width: var(--inner-narrow); */
	padding: 0 10%;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
.main-navigation.is-open  {
	display: block;
	/*max-height: 1000px;*/
	}
	
/*
.mobile-menu {
	text-align: left;
	margin: 0;
	margin-top: 2em;
	}
	
.mobile-menu li {
	font-family: var(--body-font);
	position: relative;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.12em;
	margin: 0 0 0.5em;
	padding: 0;
	background: transparent;
	vertical-align: middle;
	color: #000;
	}
*/

.menu-item {
	display: block;
	margin: 0;
	}

.menu-link {
	display: block;
	/*color: #fff;*/
	color: var(--text-color);
	text-decoration: none;
	border-bottom: 3px solid transparent;
	border-bottom: none;
	border-top: 1px solid #ccc;
	font-weight: 400;
	padding: 0.6rem 0;
	font-size: 1.2rem;
	}
.menu-link:hover,
.menu-link.on {
	color: #fff;
	color: var(--accent);
	text-decoration: none;
	border-bottom: 3px solid var(--red);
	
	border-bottom: none;
	}

.dropnav {
	display: none;
	}
.dropnav .menu-link {
	padding-left: 2em;
	}
	
.menu-link.has-children::after {
	content: "\25B8";
	margin-left: 0.4em;
	}
.has-children.submenu-open::after {
	content: "\25BE";
	margin-left: 0.4em;
	}

.nav-services {
	margin: 0.5em 0 1.5em 1em;
	}
/*
.mobile-menu .level-2 {
	text-transform: none;
	}
.mobile-menu .head-phone {
	color: #fff;
	letter-spacing: 0.05em;
	}
.is-solid .mobile-menu .head-phone {
	color: #000;
	}
.mobile-menu .head-phone.mobile {
	display: none;
	}
*/

@media only screen and (min-width: 1024px) { 
	.main-nav-wrapper {
		background: var(--navy);
		padding: 0;
		}
	.main-navigation {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		width: auto;
		margin: 0 auto;
		padding: 0 2em;
		background: var(--navy);
		overflow: visible;
		flex: 1 0 auto;
		}
		
	.home-page .transparent .main-navigation {
		background-color: transparent;
		}
		
	.main-navigation:last-of-type {
		/*justify-content: flex-start;*/
		}

	.menu-item {
		font-family: var(--body-font);
		position: relative;
		margin: 0 1.5vw;
		}
	.menu-link {
		color: #fff;
		font-size: 0.95rem;
		font-weight: 300;
		white-space: nowrap;
		letter-spacing: 0.07em;
		padding: 10px 0 5px;
		border-top: none;
		border-bottom: 3px solid transparent;
		}
	.menu-link:hover,
	.menu-link.on {
		color: #fff;
		text-decoration: none;
		border-bottom: 3px solid var(--red);
		}
	.menu-link.has-children::after {
		content: "";
		}

	/* dropdown*/		
	.menu-item:hover .dropnav {
		top: 100%;
		visibility: visible;
		opacity: 1;
		}

	.dropnav {		
		display: block;
		position: absolute;
		width: auto;
		top: 120%;
		left: -25px;
		text-align: left;
		background: #fff;
		background: rgba(255,255,255,0.9);
		z-index: 9999;
		visibility: hidden;
		opacity: 0;
		padding: 15px 25px;
		box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
		white-space: nowrap;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: translateX(0px);
		-o-transform: none;
		transform: none;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		}

	.dropnav li {
		display: block;
		text-align: left;
		margin: 0;
		padding: 0;
		}

	.dropnav .menu-link {
		display: inline-block;
		color: var(--text-color);
		line-height: 1.2;
		padding: 0;
		margin: 5px 0;
		background-color: transparent;
		/*border-bottom: 2px solid transparent;*/
		border: none;
		}
		
	/* long navigation */
	.li-locations .dropnav {
		min-width: 15em;
		}
	.li-locations .dropnav .menu-link {
		white-space: initial;
		}
		
	/*
	.war-memorial-garden-of-remembrance .menu-link {
		white-space: initial;
		}
	*/
		
	.dropnav .menu-link:hover,
	.dropnav .menu-link.on {
		color: var(--red);
		/*text-decoration: underline;*/
		/*border-bottom: 2px solid var(--red);*/
		}		
		
	.submenu-toggle {
		position: relative;
		top: -1px;
		z-index: 2;
		display: inline-block;
		height: 12px;
		line-height: 12px;
		font-size: 12px;
		color: #fff;
		}
	.is-solid .submenu-toggle {
		color: #222;
		}
	.submenu-toggle:before {
		content: '\f107';
		font-family: 'FontAwesome', sans-serif;
		}
	
}

@media only screen and (min-width: 900px) {
	/*.main-menu li,
	.menu-item {
		margin: 0 2em;
		}
	.main-navigation {
		padding: 0 0 0 2em;
		flex-basis: 40%;
		}
	.main-navigation:first-of-type {
		padding: 0 2em 0 0;
		}
		*/
}


.home-page .page-header:not(.small),
.home-page .page-header.transparent,
.home-page .transparent .main-nav-wrapper {
	background: transparent;
	}

.home-page .transparent .main-nav-wrapper.is-open {
	background: #fff;
	}


/* ----- [ Page Hero Images ] ----------------------- */	


/* ----- [ Hero Images ] -----------------*/
.hero {
	height: 95vh;
	max-height: 920px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-size: cover;
	border-bottom: 25px solid var(--pink);
	}
	
.hero.top-section {
	border-top: var(--top-margin-mobile) solid var(--pink);
	}
	
@media only screen and (min-width: 1024px) {
	.hero.top-section {
		border-top: var(--top-margin) solid var(--pink);
		}
}
	
/* hero border colours */
.hero-section.venu-hire-weddings,
.venue-hire-page .hero,
.venue-hire-parent .hero  { border-color: var(--pink); }

.weddings-page .hero  { border-color: var(--pink); }

.hero-section.who-we-are,
.who-we-are-page .hero,
.who-we-are-parent .hero,
.contact-us-page .hero,
.contact-us-parent .hero { border-color: var(--navy); }

.hero-section.town-council-business,
.town-council-business-page .hero,
.town-council-business-parent .hero { border-color: var(--plum); }

.hero-section.news,
.news-page .hero,
.news-parent .hero { border-color: var(--red); }

.hero-section.locations,
.locations-page .hero,
.locations-parent .hero { border-color: var(--green); }

.locations-page-t .hero-section {
	border-bottom: none;
	}


.hero-overlay {				
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	align-items: center;
	background: transparent;
	background: rgba(0,0,0,0);
	}
.has-gradient {
	background: rgb(0,0,0);
	background: transparent;
	/*background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7959558823529411) 20%, rgba(0,0,0,0.48503151260504207) 35%, rgba(0,0,0,0) 80%);*/
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,0) 66%, rgba(0,0,0,0.75) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.75) 100%);
	opacity: 0.5;
	}
	
.hero-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1240px;
	width: 100%;
	height: 100%;
	padding: 0 50px 40px;
	}
	
.alt-hero-inner {
	max-width: 1240px;
	width: 100%;
	height: 100%;
	padding: 0 50px 10px;
	}
.alt-hero .row {
	overflow: visible;
	align-items: flex-end;
	}
	
.home-hero .hero-overlay.has-gradient {
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 55%, rgba(0,60,80,1) 100%);
	opacity: 1;
	}
.home-hero .hero-inner {
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 40px;
	}

.home-h1 {
	font-family: "scotch-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.2rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-transform: none;
	max-width: 8em;  
	letter-spacing: 0;
	}

.hero .slick-slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	}
	
.hero .slick-list,
.hero .slick-track {
	height: 100%;
	}

.hero .slick-slide img,
.hero-picture img {
	width: 100%;
	height: 100%;
	max-height: 90vh;
	max-height: 100%;
	object-fit: cover;
	}	
	
.alt-hero-image {
	max-height: 600px;
	margin-right: -50px;
	overflow: hidden;
	}
.alt-hero-picture img {
	width: 100%;
	max-height: 600px;
	object-fit: cover;
	object-position: 50% 50%;
	}
@media only screen and (min-width: 376px) {
	.home-h1 {
		font-size: 3.7rem;
		}
}

@media only screen and (min-width: 600px) {
	.home-h1 {
		font-size: 4.7rem;
		}
		
	.home-hero .hero-overlay.has-gradient {
		background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 55%, rgba(0,60,80,1) 100%);
		}
}
@media only screen and (min-width: 1024px) {
	.home-hero .hero-inner {
		padding-bottom: 80px;
		}
}
@media only screen and (min-width: 1240px) {
	.alt-hero-image {
		max-height: 600px;
		margin-right: calc((1140px - 100vw)/2);
		}
}
	

/* slick dots */
.hero .slick-dots {
	position: absolute;
	bottom: 10px;
	z-index: 599;
	}
/* override */
.slick-dots {
	left: 0;
	right: 0;
	}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
	}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
	}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--pink);
	}
	
.locations .slick-dots li.slick-active button:before {
	color: var(--green);
	}
.venue-hire-weddings .slick-dots li.slick-active button:before {
	color: var(--pink);
	}
	
.hero-picture {
	position: absolute;
	height: 100%;
	width: 100%;
	}
	
.hero-icon {
	/*padding-top: 50px;*/
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	max-height: 140px;
	height: calc(1vw * 30);
	width: calc(1vw * 17);
	}
.hero-icon img {
	max-width: 100%;
	max-height: 105px;
	}
.town-council-business-page .hero-icon img {
	max-height: 115px;
	}
	
.hero-text-wrapper {
	max-width: 1100px;
	/*border: 1px solid red;*/
	}
.alt-hero-text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	height: 100%;
	padding: 0;
	}
	
.hero-text,
.alt-hero-text {
	max-width: 30em;
	text-align: left;
	}
.hero-icon:before {
	content: "";
	position: absolute;
	left: -25px;
	top: 0;
	width: 2px;
	height: 100%;
	background: #fff;
	}

.hero-text p,
.alt-hero-text p,
.hero-text li {
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	position: relative;
	}
	
.hero-text p {
	display: none;
	}
	
.hero-text h1:before,
.hero-text .h1:before,
.alt-hero-text h1:before {
	content: "";
	position: absolute;
	left: -25px;
	top: 0;
	width: 2px;
	height: 150%;
	background: #fff;
	}
.hero-text h1 + p:before,
.hero-text .h1 + p:before,
.alt-hero-text h1 + p:before {
	content: "";
	position: absolute;
	left: -25px;
	top: 0;
	width: 2px;
	height: 95%;
	background: #fff;
	}
.hero-text .button,
.alt-hero-text .button {
	margin: 1.5em 0 0;
	}
	
.alt-hero-text p,
.alt-hero-text h1,
.alt-hero-text .h1 {
	color: var(--text-color);
	}
.alt-hero-text h1:before,
.alt-hero-text h1 + p:before {
	background: #ccc;
	}

.hero-down-link {
	position: absolute;
	bottom: 80px;
	left: 0px;
	height: 0;
	width: 100%;
	text-align: center;
	display: none;
	}

.shirehall-page .hero-down-link {
	display: block;
	bottom: 60px;
	}

.se-icon {
	width: 42px;
	margin: 0 auto;
	}
.se-icon a {
	fill: #fff;
	text-decoration: none;
	border: none;
	}
	
.home-about-text {
	color: #fff;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 900px;
	text-align: center;
	}
.home-about-text p {
	font-size: 0.9rem;
	}
	
/* business pages */
.thin-hero {
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
	border-bottom: none;
	overflow: visible;
	}
.thin-hero .inner {
	padding: 40px 30px 0;
	}
.thin-hero .hero-icon {
	background: #fff;
	margin-right: 1em;
	max-height: 100px;
	display: block;
	display: none;
	}
.thin-hero .hero-icon:before {
	content: none;
	background: var(--plum);
	}
.thin-hero .hero-icon img {
	max-width: 100%;
	max-height: 115px;
	}
	
.h1-light {
	font-weight: var(--display-med);
	font-size: 1.7rem;
	margin-bottom: 1.2em;
	border-top: 3px solid var(--plum);
	width: 100%;
	padding-top: 0.5em;
	}
	
.home-hero {
	margin-bottom: 80px;
	margin-bottom: 0;
	}

.home-hero + .hero-section {
	/*margin-top: 80px;*/
	}

.special-notice {
	padding: 100px 0;
	padding: 80px 0 60px;
	background: var(--yellow);
	}
.special-notice img {
	max-width: 100%;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
	}
.special-notice .slick-dots li button:before {
	opacity: 0.7;
    color: #797282;
    }
.special-notice .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--pink);
	}
.slick-notices-off {
	margin-bottom: 15px;
	}

@media only screen and (min-width: 400px) {
	.hero-text p {
		display: block;
		}
}

@media only screen and (min-width: 600px) {
	.home-hero {
		height: 100vh;
		height: 95vh;
		}
	.hero-icon {
		height: 140px;
		width: 100px;
		}
}

@media only screen and (min-width: 1024px) {
	.hero-down-link {
		display: block;
		}
	.thin-hero .inner {
		padding: 0 30px;
		}
	.thin-hero .hero-icon {
		display: flex;
		max-height: 140px;
		}
	.thin-hero .hero-icon::before {
		content: "";
		}
	.h1-light {
		border-top: none;
		font-size: 2rem;
		}
}

/* utility */
.fit-image {
	max-width: 100%;
	}

hr {
	width: 100%;
	height: 2px;
	background: var(--navy);
	border: none;
	margin: 20px 0; 
	}

.hr-rule {
	width: 100%;
	height: 2px;
	background: var(--navy);
	border: none;
	margin: 50px 0;  
	}

/* check if mobile */
@media (pointer: coarse) {
	.hero-section,
	.ps-hero {
	 	background-attachment: initial !important;
		}
}


/* smooth scroll */
.main-section {
	scroll-margin-top: 170px;
	}
.hero-section {
	scroll-margin-top: 148px;
	}

.main-section.top-section {
	border-top: var(--top-margin) solid #fff;
	}


.cms-text table {
	border-bottom: 1px solid #ccc;
	width: 100% !important;
	}
.cms-text td {
	border-top: 1px solid #ccc;
	vertical-align: top;
	padding: 10px 15px 10px 0;
	width: auto;
	line-height: 1.4;
	}
.cms-text td p {
	font-size: 1rem;
	}
	
.cms-text th {
	color: #fff;
	background: var(--navy);
	padding: 6px 10px 4px 0;
	}
	
.cms-text th:first-of-type {
	padding-left: 10px;
	}
	
.cms-text td:nth-of-type(2) {
	min-width: 100px;
	}

	
/* ----- [ Hero Sections ] ------------------*/
.hero-section {
	margin: 0;
	border-top: 25px solid var(--pink); /* will be overriden */
	border-bottom: none;
	background: none;
	}
	
.locations-hero-section {
	border-bottom: none;
	}
.venue-hire-page .map {
	margin-top: 70px;
	}
	
.alt-hero-image {
	border-top: 25px solid var(--pink);
	}
.locations-page .alt-hero-image {
	border-top: 25px solid var(--green);
	}
	
.no-hero {
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	}
.no-hero h1 {
	/*font-size: 1.5rem;*/
	margin: 0;
	margin-bottom: -0.23em;
	}

@media only screen and (min-width: 600px) {
	.no-hero {
		align-items: flex-end;
		}
}

@media only screen and (min-width: 1024px) {
	.no-hero {
		/*align-items: flex-end;*/
		}
	.no-hero h1 {
		/*font-size: 2rem;*/
		}
}

/* ----- [ Home Page: Features ] ------------------*/
.features-section {
	padding: 100px 0;
	background: var(--yellow);
	}
.features-section .col {
	margin-bottom: 30px;
	}
.feature-box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	height: 100%;
	padding: 20px 0 0;
	border-top: 20px solid var(--pink);
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
	background: #fff;
	text-decoration: none;
	transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
	}
.feature-box:hover {
	text-decoration: none;
	box-shadow: 0 5px 25px rgba(0,0,0,0.3);
	transform: scale(1.03);
	}

.feature-box h3 {
	margin-bottom: 30px;
	}
.feature-box h3:after {
	content: "";
	width: 36px;
	height: 1px;
	background: var(--text-color);
	position: absolute;
	top: 140%;
	left: 50%;
	margin-left: -18px;
	}
	
.feature-box img {
	max-height: 110px;
	max-width: 130px;
	margin: auto auto 20px auto;
	}

.feature-text {
	color: #fff;
	background: var(--pink);
	min-height: 116px;
	}
.feature-text p {
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.4;
	padding: 20px 10px;
	margin: 0;
	}
	
.venue-hire-weddings { border-color: var(--pink) }
.town-council-business { border-color: var(--plum) }
.who-we-are { border-color: var(--navy) }
.news { border-color: var(--red) }
.locations { border-color: var(--green) }

.venue-hire-weddings .feature-text { background: var(--pink) }
.town-council-business .feature-text { background: var(--plum) }
.who-we-are .feature-text { background: var(--navy) }
.news .feature-text { background: var(--red) }
.locations .feature-text { background: var(--green) }

/* accessibility */
.venue-hire-weddings .feature-text p {
	color: #000;
	}


/* ----- [ Videos ] --------------- */
.TextformatterVideoEmbed {
	margin-bottom: 2em !important;
	}
	
.TextformatterVideoEmbed + h2 {
	margin-top: 3em !important;
	}


/* ----- [ People ] --------  */
.person {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 40px;
	min-height: 150px;
	}
.person-photo {
	width: 110px;
	height: 110px;
	height: auto;
	/*border-radius: 50%;*/
	border: 2px solid var(--navy);
	overflow: hidden;
	flex: 0 0 110px;
	margin: 0 25px 0 0;
	}
.person-photo img {
	width: 100%;
	}
.person-details h3 {
	margin: 0 0 0.3em;
	}
.person-details p {
	line-height: 1.6;
	margin: 0;
	}


/* ----- [ Section: Gallery (Featherlight) ] --------  */
/* ----- [ Gallery Page & Sections / Isotope ] -----------------*/
.gallery-section {
	overflow: hidden;
	}
.gallery-image-wrapper {
	margin-bottom: 20px;
	}
.gallery-image-wrapper img {
	width: 100%;
	}

.view-larger {
	position: absolute;
	bottom: 20px;
	left: -100%;
	background: #fff;
	padding: 20px;
	}

.gallery-link {
	position: relative;
	display: block;
	opacity: 1;
	border-bottom: none;
	text-decoration: none;
	transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    }
.gallery-link:hover {
	opacity: 0.8;
	border-bottom: none;
	text-decoration: none;
	}

.gallery-icon {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    z-index: 999;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s all ease-out;
    -moz-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    transition: .2s all ease-out;
    text-shadow: 0 4px 10px rgba(0,0,0,0.5);
	}
.gallery-link:hover .gallery-icon {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
	}
	

.featherlight-next,
.featherlight-previous {		
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 0;
	left: 80%;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*background: rgba(0, 0, 0, 0);*/
	background: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
.featherlight-previous {
	right: 80%;
	left: 25px;
	}
.featherlight-next span,
.featherlight-previous span {
	display: block;
	position: absolute;
	top: 50%;
	left: 8%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-image: url('../images/arrow-left.png');
	background-size: 100%;
	text-indent: -9999px;
	opacity: 0.8;
	}
.featherlight-next span {
	left: auto;
	right: 8%;
	background-image: url('../images/arrow-right.png');
	background-size: 100%;
	}
.featherlight-next:hover,
.featherlight-previous:hover {
	background: none;
	opacity: 0.8;
	}
.featherlight-next span:hover,
.featherlight-previous span:hover {
	opacity: 1;
	}


/* ----- [ Pages: About Us and Services ] -----------------*/
/* ----- [ Portfolio Section ] ------------------*/
.section-portfolio {
	scroll-margin-top: 120px;
	}

/* the other one */
.gallery-item {
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
	text-decoration: none;
	border-bottom: none;
	}
.gallery-item:hover {
	color: #222;
	}
.gallery-image-wrapper {
	/*position: relative;
	overflow: hidden;
	margin-bottom: 0.5em;*/
	}

.gallery-img {
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
.gallery-item:hover .gallery-img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	}

.product-button {
	margin-bottom: 0;
	}

.product-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.5);
	background: rgba(255,255,255,0.7);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
	}

.gallery-item:hover .product-overlay {
	opacity: 1;
	}

.product-price {
	font-weight: 400;
	font-size: 1.1rem;
	color: var(--grey3);
	}


/* ----- [ Call to Action Section ] --------------- */
.section-cta h3 {
	line-height: 2;
	margin-bottom: 0;
	}
.section-cta .button {
	font-size: 1.4rem;
	margin: 0 1em;
	}



/* ----- [ Location Pages/Maps ] -----------------*/
.location-map {
	padding: 20px 0 0;
	}
.map {
	position: relative;
	min-height: 300px;
	height: 520px;
	background: #eee;
	}
	
.svg-map-marker {
	width: 27px;
	height: 45px !important;
	}
	
.mini-booking {
	border: 1px solid var(--red);
	margin: 2em 0;
	}
.mini-book-head {
	color: #fff;
	font-size: 1.1rem;
	background: var(--red);
	text-align: center;
	text-transform: none;
	padding: 8px;
	margin: 0;
	}
/*
.book-row {
	display: flex;
	flex-wrap: wrap;
	}
.book-option {
	width: 50%;
	flex-wrap: wrap;
	text-align: center;
	padding: 2px 10px;
	margin: 8px 0 15px;
	}
.book-option:nth-of-type(odd) {
	border-right: 1px solid var(--accent);
	}
.book-option.solo {
	width: 100%;
	border: none;
	}
*/
.book-row {
	margin: 0;
	}
.book-option {
	padding: 1em;
	margin: 0;
	border-top: 1px solid var(--red);
	}

.book-option p {
	margin: 0 0 0.8em;
	line-height: 1.5;
	padding-top: 0.2em;
	margin-right: 1em;
	}
.book-option .button {
	width: 100%;
	text-align: center;
	}
	
.info-window h4,
.info-window p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	}

@media only screen and (min-width: 600px) {
	.book-option {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		text-align: left;
		padding: 1em 1.5em;
		margin: 0;
		border-top: 1px solid var(--red);
		}
	.book-option p {
		margin: 0;
		line-height: 1.5;
		padding-top: 0.2em;
		margin-right: 1em;
		}
	.book-option .button {
		width: auto;
		text-align: center;
		}
}

/* ----- [ News/Blog ] -----------------*/
.news-post {
    padding: 15px 0;
    border-top:1px solid #ccc
	}

.post-thumb {
    margin-top: 5px;
    margin-bottom: 30px;
    margin-bottom:0
	}

.post-thumb img {
    max-width:100%
	}

.post-category {
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: uppercase
	}

.post-date {
    color: #999;
    margin:0 0 1em
	}

.card-body .post-date {
    margin:0
	}

.post-date + h2 {
    margin:0 0 1em
	}

.news-item-image {
    border: 1px solid #ccc;
    padding: 12px;
    margin: 5px 20px 15px 0;
    max-width:100%
	}

.post-featured-image {
    max-width: 100%;
    margin: 0 0 30px;
	}

.archive-list {
    margin-bottom:0
	}

.archive-list.month-list {
    padding:8px 0
}

.archive-list.month-list li {
    border-bottom:none
	}

.archive-list.month-list a {
    padding:1px 0
	}

.archive-list.all-list {
    border-top:none
	}

.MarkupPagerNav {
    text-align: right;
    margin-right: 0;
	}

.MarkupPagerNav li, 
.main-text .MarkupPagerNav li {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0 0.2em;
    text-decoration: none;
	}

.MarkupPagerNav a {
	color: var(--text-color);
    display: block;
    height: 2em;
    width: 2em;
    padding: 0;
    line-height: 2em;
    text-align: center;
    border: 2px solid var(--text-color);
    text-decoration: none;
	}

.MarkupPagerNavOn a,
.MarkupPagerNav a:hover, 
.MarkupPagerNav a:focus {
	background: var(--pink);
	font-weight: 700;
	}
	
.sibling-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 0;
	line-height: 1.4;
	border-top: 2px solid var(--text-color);
	}
.prev-nav,
.next-nav {
	flex: 1;
	}
.next-nav {
	text-align: right;
	}
	
	
.sidebar {
	margin-top: 60px;
	margin-top: 0;
	}
	
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	}
	
@media only screen and (min-width: 800px) {
	.news-post {
		display: flex;
		}
    .post-thumb {
        /*float: left;
        width: 42%;*/
        width: 360px;
        margin-top: 5px;
        margin-right: 30px;
        flex: 1 0 auto;
    	}

    .post-thumb img {
        max-width:100%
    	}

    .post-summary {
        /*float: right;
        width:55%*/
    	}

    .post-featured-image {
        margin:0 0 30px
    	}
}


@media only screen and (min-width: 1024px) {
	.sidebar {
		margin-top: 0;
		}
	.sticky {
		top: 180px;
		}
}


/* ----- [ Search Form & Page ] --------------------------- */
.header-search,
.page-search {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-left: 10px;
	}
.page-search {
	margin-left: 0;
	}
.page-search div {
	padding-right:0;
	margin-right: 10px;
	width: 100%;
	}
.header-search input {
	height: 26px;
	margin: 0;
	font-size: 0.9rem;
	border: none;
	border-radius: 0;
	}
.header-search .search-input {
	max-width: 10em;
	background: #e5edf0;
	}
.header-search .search-button {
	color: #fff;
	background: var(--text-color);
	padding: 4px;
	}
.page-search .search-button {
	background: var(--navy);
	}
.header-search .search-button:hover {
	background: var(--red);
	}
.header-search input::-webkit-input-placeholder,
.header-search input::-moz-input-placeholder,
.header-search input::-ms-input-placeholder,
.header-search input::placeholder {
	color: var(--text-color);
	opacity: 1;
	}
	
.home-page .transparent .header-search .search-input {
	background: rgba(255,255,255,0.3);
	}
.home-page .transparent .header-search .search-button {
	/*background: rgba(255,255,255,0.8);*/
	}
.home-page .transparent .social-icons-wrapper .social-icon svg {
    fill: #fff;
    }

.home-page .transparent .header-search .search-input::-webkit-input-placeholder,
.home-page .transparent .header-search .search-input::-moz-input-placeholder,
.home-page .transparent .header-search .search-input::-ms-input-placeholder,
.home-page .transparent input::placeholder {
	color: #fff !important;
	opacity: 1;
	}


/* ----- [ Basic Pages ] --------------------------- */
.basic-no-hero {
	margin-top: 10px;
	border-top: var(--top-margin-mobile) solid var(--pink);
	}

.body-column {
	padding: 40px;
	margin-left: 5%;
	max-width: 40em;
	background: var(--tint-1);
	}
.body-column h2 {
	margin: 0 0 0.6em;
	}
.body-column p,
.body-column li {
	font-size: 1.2rem;
	line-height: 1.5;
	}
	
/* have your say */
.padded-sidebar {
	background: #faf2f0;
	padding: 2em;
	}

@media only screen and (min-width: 1024px) {
	.basic-no-hero {
		margin-top: 20px;
		border-top: var(--top-margin) solid var(--pink);
		}
}

/* ----- [ About Us ] --------------------------- */
.about-body {
	background: #faf8f5;
	padding: 80px auto;
	}
.person-wrapper {
	margin-left: 25%;
	}
.about-body .col:nth-of-type(even) {
	padding-top: 100px;
	}

.about-body .col:nth-of-type(3n) .person-wrapper,
.about-body .col:nth-of-type(4n) .person-wrapper {
	margin-right: 25%;
	margin-left: auto;
	}

.person-wrapper h3 {
	font-family: var(--body-font);
	font-weight: var(--body-bold);
	color: var(--black);
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 2em;
	}
	
.person-pic-wrapper {
	margin: 0 0 2em;
	}
	
.person-bio {
	margin: 0 4em 1em 0;
	}
	
.ward-name h2 {
	margin: 1.5em 0 1em;
	}
.ward-name:first-child h2 {
	margin: 1em 0;
	}
	
/* ----- [ Town Business Pages ] --------------------------- */	
.assoc-menu {
	border-top: 3px solid var(--plum);
	padding-top: 2em;
	margin-top: 1em;
	}
.assoc-menu li {
	line-height: 1.4;
	margin: 0 0 0.5em 1em;
	text-indent: -1em;
	}
.assoc-menu li:before {
	content: ">";
	color: var(--red);
	margin: 0 0.5em 0 0;
	}
	
	
.c-20 { width: 20%; }
.c-25 { width: 25%; }
.c-50 { width: 50%; }
.c-auto { width: auto; }

@media only screen and (min-width: 600px) {
	.assoc-menu {
		border-top: none;
		padding-top: 0;
		margin-top: 0;
		}
}

@media only screen and (min-width: 1024px) {
	.assoc-menu {
		display: block;
		border-left: 1px solid var(--plum);
		padding-left: 36px;
		}
}

	
/* ----- [ Accordions (committees) ] --------------------------- */
dl.accordion {
	margin: 0;
	padding: 15px 0 0;
	position: relative;
	border-top: 1px solid #ccc;
	}
dl.accordion > dt {
	list-style: none;
	margin: 0;
	}

dl.accordion > dt > a {
	color: var(--text-color);
	display: block;
	vertical-align: middle;
	position: relative;
	padding-right: 1.5em;
	padding-bottom: 15px;
	text-decoration: none;
	transition: all .2s ease; 
	border-bottom: 1px solid #ccc;
	}

.accordion2 > h4 > a {
	display: block;
	/*border-bottom: 1px solid #ccc;*/
	}

dl.accordion > dt span {
	display: block;
	margin: 0;
	text-transform: none;
	font-weight: 400;
	}

dl.accordion > dt > a:before,
.accordion2 > h4 > a:before {
	content: '+';
	position: absolute;
	right: 0;
	top: -4px;
	font-size: 1.8rem;
	font-weight: 400;
	}
.accordion2 > h4 > a:before {
	font-size: 1.2rem;
	}

dl.accordion > dt > a.open {
	border-bottom: none;
	}

dl.accordion > dt > a.open:before,
.accordion2 > h4 > a.open:before {
	content: '−'; /* true minus sign */
	}
dl.accordion dd,
.accordion2 div {
	padding: 0;
	margin: 0 0 15px;
	max-height: 0;
	opacity: 0;
    transition: all .4s ease;
    overflow: hidden;
	}
dl.accordion dd.is-open,
.accordion2 div.is-open {
	padding: 0;
	max-height: 10000px;
	opacity: 1;
	border-bottom: 1px solid #ccc;
	}

dl.accordion > dt > a:hover:before {
	}
	
dl.accordion p {
	line-height: 1.8;
	padding-right: 2em;
	}
	
.cms-text .accordion-body li,
.cms-text .pdf-list li {
	list-style-type: none;
	position: relative;
	margin-left: 50px;
	line-height: 1.2;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
	}
.cms-text .accordion-body li::before,
.cms-text .pdf-list li::before {
	content: '';
	position: absolute;
	top: 4px;
	left: -50px;
	height: 38px;
	width: 32px;
	background-image: url("../images/pdf-icon.png");
	background-size: cover;
	}
.cms-text .pdf-list li {
	margin-left: 40px;
	}
.cms-text .pdf-list li::before {
	top: -5px;
	left: -40px;
	height: 30px;
	width: 24px;
	}


/* Org Chart */
/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --level-1: #8dccad;
  --level-2: #f5cc7f;
  --level-3: #c3d1ec;
  --level-4: #c3d1ec;
  --black: black;
}
.org-chart-section {
	text-align: center;
	padding-top: 0;
	}
.org-chart-section p {
	font-weight: 500;
	line-height: 1.2;
	}
.rectangle {
	position: relative;
	font-weight: 500;
	line-height: 1.2;
	padding: 15px;
	background: #c3d1ec;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	}
.level-1 {
	width: 70%;
	margin: 0 auto 20px;
	background: #aad083;
	}

.org-grid {
	display: grid; 
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr;
	gap: 30px;
	height: 100%;
	margin-top: 30px;
	padding-left: 30px;
	position: relative;
	}
.org-grid:before {
	content: "";
	position: absolute;
	width: 2px;
	/*top: calc(8% - 10px);
	bottom: calc(8% - 10px);*/
	top: calc(8% - 18px);
	bottom: calc(8% - 18px);
	background: #222;
	left: 0;
	}
#item-a {
	display: none;
	}
#item-0 {
	background-color: #E98FAE; 
	grid-row-start: 1;
	grid-column-start: 1;
	grid-row-end: 2;
	grid-column-end: 2;
	}
#item-1 {
	background-color: #eec2d0;
	grid-row-start: 2;
	grid-column-start: 1;
	grid-row-end: 3;
	grid-column-end: 2;
	}
#item-2 {
	grid-row-start: 3;
	grid-column-start: 1;
	grid-row-end: 4;
	grid-column-end: 2;
	}
#item-3 {
	grid-row-start: 4;
	grid-column-start: 1;
	grid-row-end: 5;
	grid-column-end: 2;
	}
#item-4 {
	grid-row-start: 5;
	grid-column-start: 1;
	grid-row-end: 6;
	grid-column-end: 2;
	}
#item-5 {
	grid-row-start: 6;
	grid-column-start: 1;
	grid-row-end: 7;
	grid-column-end: 2;
	}

.level-a:before,
.level-c:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	width: 30px;
	background: #222;
	}
.level-b:before {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 30px;
	background: #222;
	}
@media only screen and (min-width: 800px) {
	.org-grid {
		display: grid; 
		grid-template-rows: 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		gap: 40px 20px;
		padding-left: 0;
		border: none;
		}
	.org-grid:before {
		display: none;
		}
	#item-0 {
		grid-row-start: 1;
		grid-column-start: 3;
		grid-row-end: 2;
		grid-column-end: 4;
		}
	#item-1 {
		grid-row-start: 1;
		grid-column-start: 4;
		grid-row-end: 2;
		grid-column-end: 5;
		}
	#item-2 {
		grid-row-start: 2;
		grid-column-start: 1;
		grid-row-end: 3;
		grid-column-end: 2;
		}
	#item-3 {
		grid-row-start: 2;
		grid-column-start: 2;
		grid-row-end: 3;
		grid-column-end: 3;
		}
	#item-4 {
		grid-row-start: 2;
		grid-column-start: 3;
		grid-row-end: 3;
		grid-column-end: 4;
		}
	#item-5 {
		grid-row-start: 2;
		grid-column-start: 4;
		grid-row-end: 3;
		grid-column-end: 5;
		}
	#item-6 {
		grid-row-start: 2;
		grid-column-start: 5;
		grid-row-end: 3;
		grid-column-end: 6;
		}
	#item-a {
		grid-row-start: 2;
		grid-column-start: 1;
		grid-row-end: 3;
		grid-column-end: 6;
		position: relative;
		/*margin-left: calc(12.5% - 8px);
		margin-right: calc(12.5% - 8px);*/
		margin-left: calc(10% - 8px);
		margin-right: calc(10% - 8px);
		display: block;
		}
	#item-a:before {
		content: "";
		position: absolute;
		height: 2px;
		width: 100%;
		left: 0;
		top: -20px;
		background: #222;
		}
	.level-a:before,
	.level-b:before,
	.level-c:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: 2px;
		height: 20px;
		background: #222;
		}
	.level-b:before {
		top: 50%;
		bottom: auto;
		left: auto;
		right: 100%;
		width: 20px;
		height: 2px;
		transform: translateX(0);
		transform: translateY(-50%);
		}
	.level-c:before {
		top: auto;
		bottom: 100%;
		}

}
	
	

/* ----- [ Big Quote ] -------- */
/*
.big-quote-section {
	background: url('../images/big-quote-bg-1.jpg') bottom left no-repeat;
	background-size: cover;
	padding: 120px 20px 140px;
	}
.big-quote {
	max-width: 42em;
	}
.big-quote p {
	font-family: var(--body-font);
	font-size: 3.5rem;
	line-height: 1.15;
	color: var(--main-green);
	color: var(--black);
	margin: 0 0 0.5em;
	position: relative;
	}
.big-quote p:first-child:before {
	content: "“";
	font-size: 2.6em;
	color: #949494;
	display: inline-block;
	position: absolute;
	top: -0.25em;
	left: -0.35em;
	}

.big-quote p + p {
	font-family: var(--body-font);
	font-size: 1.5rem;
	font-weight: var(--body-med);
	color: var(--black);
	margin: 0;
	}
*/

/* ----- [ Contact form ]----------------------- */
.InputfieldForm {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
	}

.form__item {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	position: relative;
	}

form > .form__item--scf-date {
	width: 100%;
	height: 0;
	}


@media only screen and (min-width: 800px) {
	/*
	form > .form__item {
		width: 50%;
		padding: 0 20px 0 0;
		}
	form > .form__item--c_terms_consent {
		margin: 0 0 20px;
		}
	
	form > .form__item--forms3 {
		width: 100%;
		}
		
	.form__item--c_terms_consent {
		margin: 0 0 20px;
		}
	.form__item--submit {
		margin: 0 auto;
		width: 100%;
		}
	*/
}

@media only screen and (min-width: 920px) {
	/*
	form > .form__item {
		width: 50%;
		}
	form > .form__item--c_message {
		width: 100%;
		}
	.form__item--c_name,
	.form__item--c_email {
		margin: 0 0 10px;
		}
	.form__item--c_terms_consent,
	.form__item--c_contact_consent {
		margin: 0 0 20px;
		}
	.form__item--submit {
		margin: 0 auto;
		width: 100%;
		}
	*/
}

.form-wrapper {
	padding: 30px;
	border-radius: 20px;
	background: #f6f6f6;
	}

input,
select,
textarea {
    font-size: 1.05rem;
    width: 100%;
    padding: 7px 10px 5px;
    margin: 0 0 10px;
	color: #333;
	background: #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
    border: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    }

input:focus, 
textarea:focus {
	background: #fff;
	}

input[type=submit],
input.button {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	}
input[type="checkbox"] {
	width: auto !important;
	}


.form__item--c_contact_consent,
.form__item--c_terms_consent {
	line-height: 0.9em;
	margin-bottom: 1em;
	}

.form__item label {
	display: inline-block;
	font-size: 0.95em;
	line-height: 1.35em;
	margin: 0.3em 0;
	}

.field__header--hidden,
.form__item label.field__header--hidden,
.form__item--scf-website {
	display: none;
	}

.field--error--message {
	/*float: right;*/
	color: #f36617;
	font-weight: 400;
	font-size: 0.85em;
	margin: 0;
	position: absolute;
	right: 20px;
	bottom: -15px;
	}

.form__item--c_terms_consent .field--error--message {
	right: 40px;
	}
	
.form--error--message,
.form--success--message {
	text-align: center !important;
	font-size: 0.95em;
	font-weight: 400;
	color: #f00;
	border: 2px solid #f00;
	padding: 12px;
	margin: 5px 0 20px;
	width: 100%;
	}
	
.form--success--message {
	font-size: 1.2em;
	text-align: left !important;
	padding: 2em 0;
	color: var(--text-color);
	/*color: #00355e;
	color: #fff;
	background: #c5d301;
	background: olive;*/
	border: none;
	}

.FieldtypeCheckbox {
	margin-right: 0.5em;
	}
	
/* checkbox */
input[type=checkbox].FieldtypeCheckbox {
    font-size: 1rem;
    height: 20px;
    width: 20px;
	padding: 10px;
    border: 2px solid #ccc;
    position: relative;
	outline: none;
    background: #fff;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-transition: 0.15s;
	}

input[type=checkbox].FieldtypeCheckbox:hover {
    border:2px solid #333;
	}

input[type=checkbox].FieldtypeCheckbox:before, 
input[type=checkbox].FieldtypeCheckbox:checked:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 7px;
    width: 5px;
    height: 11px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
    opacity: 0;
	}
input[type=checkbox].FieldtypeCheckbox:checked:before {
    opacity: 1;
	}

#wrap_InputfieldSubmit span {
	display: none;
	}
	
.form__item--label,
li label span {
	/*display: none;*/
	}	
	
form > .form__item--submit {
	text-align: left;
	width: 100%;
	}

.field--error--message {
	display: none;
	}
.field--required label:after {
	content: '*';
	color: #333;
	}
.field--error.field--required label:after {
	content: '*';
	color: #f00;
	font-size: 1.2em;
	}
.field--error.field--required .InputfieldMaxWidth {
	border: 1px solid #f00;
	}


/* ----- [ Buttons ] --------------------------- */
.button,
#mc-embedded-subscribe.button {
	font-family: var(--body-font);
	display: inline-block;
	padding: 10px 15px 8px;
	color: var(--text-color);
	background: #fff;
	border: 2px solid var(--text-color);
	cursor: pointer;
	width: auto;
	opacity: 1;
	font-size: 0.95rem;
	line-height: 1;
	font-weight: 500;
	border-radius: 4px;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}
.button:hover {
	color: #fff;
	background: var(--accent);
	border-color: var(--accent);
	text-decoration: none;
	}
	
.button-small {
	font-size: 0.85rem;
	padding: 8px 10px 6px;
	}
	
.button.outline {
	background: none;
	color: #222;
	}
	
.hero-text .button {
	background: transparent;
	color: #fff;
	border-color: #fff;
	}
.hero-text .button:hover {
	background: var(--accent);
	border-color: var(--accent);
	}



/* ----- [ Footer ] ---------------------------- */
.page-footer {
	padding: 0;
	width: 100%;
	overflow: hidden;
	border-top: 20px solid var(--navy);
	background: var(--yellow);
	}
	
.page-footer .inner {
	padding: 40px 30px 20px;
	}
.page-footer p,
.page-footer li {
	font-size: 0.9rem;
	line-height: 1.6;
	font-weight: var(--body-light);
	margin: 0 0 0.5em;
	}
.page-footer p:last-child {
	margin: 0 0 1em;
	}
.page-footer li {
	margin: 0;
	}
.page-footer h2,
.page-footer .h4 {
	font-size: 0.9rem;
	margin-bottom: 0.2em;
	}
.page-footer a {
	color: var(--text-color);
	font-weight: var(--body-light);
	border-bottom: none;
	}
.page-footer a.on {
	font-weight: var(--body-med);
	}

.footer-navigation {
	column-count: 2;
	margin-bottom: 1.8em;
	}
	
.page-footer .col {
	margin-bottom: 1.2em;
	}
	
.footer-badge {
	max-width: 120px;
	max-height: 70px;
	margin: 0 0 1.4em;
	}

.page-footer .copyright-credits {
	margin: 2em 0 0 !important;
	font-size: 0.75rem;
	}

/* ----- [ Social Media Icons ] ---------------- */
/* ----- [ SVG Social Media Icons ] --------------- */
.social-icons-wrapper {
	margin: 0;
	}
.page-footer .social-icons-wrapper {
	margin-bottom: 1em;
	}
.social-icons-wrapper .social-icon {
    color: var(--navy);
    display: inline-block;
    line-height: 0.9;
    height: 20px;
	width: 20px;
    margin-right: 12px;
	}

.social-icons-wrapper .social-icon:last-of-type {
	margin-right: 0;
	}

.social-icons-wrapper .social-icon a,
.social-icons-wrapper .social-icon a:visited {
   	color: var(--navy);
    opacity: 1;
    border: none;
	}
.social-icons-wrapper .social-icon a:hover,
.social-icons-wrapper .social-icon a:active {
    color: var(--accent);
    opacity: 1;
    border: none;
	}

/*
.social-icons-wrapper .social-icon-dribbble:hover { color: #ea4c89 }
.social-icons-wrapper .social-icon-facebook:hover { color: #3b5998 }
.social-icons-wrapper .social-icon-instagram:hover { color: #231f20 }
.social-icons-wrapper .social-icon-linkedin:hover { color: #0077b5 }
.social-icons-wrapper .social-icon-twitter:hover { color: #1da1f2 }
.social-icons-wrapper .social-icon-vimeo:hover { color: #1ab7ea }
.social-icons-wrapper .social-icon-youtube:hover { color: red }
.social-icons-wrapper .social-icon-pinterest:hover { color: #bd081c }
*/

.social-icons-wrapper .social-icon svg {
    fill: currentColor;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
	}

.top-link {
    position: fixed;
    bottom: 50px;
    right: 4%;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 9;
	}
.top-link a {
	color: var(--white);
	font-size: 32px;
	line-height: 36px;
    display: block;
    height: 40px;
    width: 40px;
    outline: medium none;
    position: relative;
    z-index: 0;
    text-align: center;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
    -webkit-transition: scale .4s ease;
    -moz-transition: scale .4s ease;
    -o-transition: scale .4s ease;
    transition: scale .4s ease;
    }
.top-link a:hover {
	transform: rotate(180deg) scale(1.1);
	}
.top-link.show {
	opacity: 1;
	}

/* ----- [ CMS Content ] ------------------------*/
.cms-text p > img,
.cms-text a > img {
	max-width: 100%;
	display: block;
	}

.cms-text ul,
.cms-text ol {
	margin: 0 0 1em;
	}
.cms-text li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
.cms-text ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
	
.cms-text p + h2,
.cms-text ul + h2 {
	margin-top: 2em;
	margin-bottom: 1em;
	}
	
/* ----- [ Misc. / Utility Styles ] ------------ */
.overflow-visible {
	overflow: visible;
	}
img.right {
	float: right;
	}
img.inline {
	display: inline !important;
	}
.fright {
	float: right;
	}
.fleft {
	float: left;
	}
.text-left,
.text-left p,
.text-left li,
.text-left h2,
.text-left h3 {
	text-align: left;
	}
.text-right,
.text-right p,
.text-right li {
	text-align: right;
	}
.text-center {
	text-align: center;
	}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.clearfix:after {
	clear: both;
	}
.clearfix { 
	zoom: 1;
	}

.align_left {
	float: left;
	margin: 0 1em 1em 0;
	}
.align_right {
	float: right;
	margin: 0 0 1em 1em;
	}
.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	}
	
.body-column .align_left {
	float: left;
	margin: 0 1em 1em -30%;
	border: 10px solid #fff;
	}
.body-column .align_right {
	float: right;
	margin: 0 -85% 1em 1em;
	border: 10px solid #fff;
	}

#editpage {
	position: fixed;
	bottom: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
	z-index: 1000;
	}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
	}
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
	}

/* ----- Shire Hall Additions ----- */
.shirehall-page .page-header {
	opacity: 0;
	}
.shirehall-page .page-header.small {
	opacity: 1;
	}
.shirehall-page .top-section {
	border-top: none;
	}

.ps-section,
.ps-hero {
  	scroll-margin-top: 160px; /* ddddd */
	}

.wtc-button {
	flex: 1;
	text-align: right;
	display: none;
	}
.wtc-return-logo img {
	max-width: 150px;
	margin: 0 0 0 auto;
	}

/* Text hero */
.shirehall-page .top-section {
	background: #797282;
	}
.shirehall-page .hero-image {
	opacity: 0.4;
	}
.shirehall-page .hero-inner {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 40px 50px 40px;
	}
.shirehall-page .hero-logo {
	max-width: 420px;
	text-align: center;
	}
.shirehall-page .hero-rule {
	height: 1px;
	width: 220px;
	margin: 40px auto;
	background: var(--pink);
	}
.shirehall-page .hero-logo img {
	width: 100%;
	margin: 30px auto;
	}
.shirehall-page .home-h1 {
	font-family: "scotch-display", sans-serif;
	font-weight: 600;
	font-weight: normal;
	font-style: normal;
	font-size: 5.5rem;
	font-size: clamp(4rem, -8rem + 40vw, 5.5rem);
	line-height: 0.9;
	margin: 0 auto;
	color: #fff;
	color: var(--pink);
	text-align: center;
	text-transform: none;
	max-width: 30em;
	letter-spacing: inherit;
	letter-spacing: 0;
	font-variant-ligatures: none;
	}
	
.main-section + .ps-section {
	background: #f6f6f6;
	}

/* text-images */
.text-image-section {
	padding: 0;
	}
.text-image-inner {
	max-width: 1240px;
	max-width: 1180px;
	width: 100%;
	height: 100%;
	padding: 0 50px;
	padding: 0 30px;
	}
.text-image-section .row {
	overflow: visible;
	justify-content: flex-start;
	align-items: stretch;
	}

.text-image-section:nth-child(odd) .row {
	flex-direction: row-reverse;
	}

@media only screen and (max-width: 770px) {
	/*.shirehall-page	p:not('.ps-hero p') {
		font-size: 1.2rem !important;
		}
	*/
		
	.ps-section .text-column,
	.ps-section .image-column,
	.ps-hero {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		}
	.text-image-section:nth-child(odd) .row {
		flex-direction: column;
		}
}

.text-column,
.image-column {
	position: relative;
	padding: 0;
	/*border: 1px dotted red;*/
	}
.text-wrapper {
	padding: 0;
	text-align: left;
	}
.text-wrapper h1,
.text-wrapper h2 {
	color: var(--text-color);
	}
	
.ti-image{
	border-top: 25px solid var(--pink);
	max-width: 100%;
	margin-bottom: 2em;
	}
	
.mobile-only {
	border-bottom: 1px solid #ccc;
	}

.ps-hero h2,
.ps-hero h3,
.ps-hero p {
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	color: #fff;
	}
.shirehall-page .ps-hero .button {
	font-size: 1rem;
	padding: 15px 25px 12px;
	margin-top: 10px; 
	}

/* Testimonials */
.testimonials.slick-slider,
.testimonials .slick-list,
.testimonials .slick-track {
	height: 100%;
	}
.testimonial {
	font-size: 2.5rem;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	color: #fff;
	}
.testimonials .slick-slide > div {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	max-width: 60em;
	margin: 0 auto;
	padding: 4em 2em;
	}
.testimonials .slick-dots {
	bottom: 15px;
	}
	
.hero-carousel {
	min-height: 400px;
	}

@media only screen and (min-width: 650px) {
	.ps-hero h2,
	.ps-hero h3,
	.ps-hero p {
		font-size: 2.5rem;
		}
	.shirehall-page .ps-hero .button {
		font-size: 1.3rem;
		}
}

@media only screen and (min-width: 770px) {
	.image-column-picture {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: -10px;
		}
	.text-image-section:nth-child(odd) .image-column-picture {
		margin-right: 0;
		margin-left: -10px;
		}

	.text-image-section:nth-child(odd) .row .alt-hero-image.section-image {
		/*margin-right: unset;
		margin-left: -50px;*/
		}
	.image-column-picture .ti-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		}
	.text-wrapper {
		padding: 12% 10% 10% 0;
		}
	.text-image-section:nth-child(odd) .text-wrapper {
		padding: 12% 0 10% 10%;
		}
}
@media only screen and (min-width: 1026px) {
	.mobile-only {
		display: none;
		}
	.wtc-button {
		display: block;
		}
}
@media only screen and (min-width: 1180px) {
	.image-column-picture {
		margin-right: calc((1160px - 100vw)/2); /* 1120 */
		margin-left: 0;
		}
	.text-image-section:nth-child(odd) .image-column-picture {
		margin-left: calc((1160px - 100vw)/2);
		margin-right: 0;
		}
	
	.shirehall-page .ps-section,
	.shirehall-alt-page .ps-section {
		margin: 40px 0;
		}
}

.has-dropcap:first-letter {
	float: left;
	font-size: 3rem;
	line-height: 0.65;
	margin: 0.25em 0.1em 0.2em 0;
	}

/* page-section-hero */
.ps-hero {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	min-height: 300px;
	padding: 0;
	margin: 2em 0;
	}

.text-image-section + .ps-hero {
	margin-top: 1em;
	margin-bottom: 2em;    
	}

.hero-section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	}

.ps-hero .hero-text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: auto;
	padding: 0 20px;
	color: #fff;
	}
.ps-hero blockquote p {
	font-size: 2.5rem;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	}

@media only screen and (min-width: 770px) {
	.text-image-section + .ps-hero {
		margin-top: 3em;
		margin-bottom: 3em;
		}
}
/*
.hero2 .hero-image:before {
	content: "";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 1;
	}
.hero2 h2,
.hero2 h3,
.hero2 p {
	color: #fff;
	text-align: center;
	}
*/

/* PRINT STYLES */
@media print {
	/* If you're going to have a print stylesheet, now's the time */
}

