/* @override 
	http://webdev2:8888/burnleyGovUk/wp-content/themes/burnleyGov/style.css
	https://burnley.gov.uk/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-82b9ef7fdde70765ca4562614bc17520.css
	https://burnleygovfresh:8890/wp-content/themes/burnleyGov/style.css
 */

/*
Theme Name:burnleyGovUk
Theme URI:
Description: 
Version: 1.0
Author: Paul Barlow
Author URI: http://creative-council.net
Tags: 
*/

/* @group BASICS */
@import url("https://use.typekit.net/owm4vpy.css");
body{
	background-color: #fff;
	color: #000;
	font-weight:	400;
}
img{
	width:auto;
	max-width: 100%;
	height: auto;
 }
 hr{
  height: 2px!important;
  opacity: 1;
  margin: 30px 0px;
 }
 .hidden {
 position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
 color: #000;background-color: #fff;
 }
 .hide	{
		display:	none;
  width: 0px;height: 0px;
  position: fixed;
	}
.maxWidth{
	max-width: 1200px;
	margin: 0px auto;
}
.marTop{
	border-top: 1px solid #DCDCDC;
    margin: 40px auto;
    padding-top: 45px;
}
.marBott{
	margin-bottom: 30px;
}
.padTop {
	padding-top: 30px;
}
.padBott {
	padding-bottom: 30px;
}
.centerV	{
		position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.text-right {
 text-align: right;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
#preNav {
	background-color: #000;
	text-align: center;
	padding: 6px;
}
#preNav a{
	color: #fff;
	font-size: 12px;
}
#topNav{
	background-color: transparent;
}
footer{
	background-color: whitesmoke;
	text-align: center;
}
button {
	border: none;
}
/* Social Icons from https://simpleicons.org/   --  need classes adding to them */
.sIcon{
  width: 30px;
  height: 30px;
}
.sIconPath{
	fill: blue;
}
.postHolder .post{
	margin-top: 30px;
}
.thumb{
 background: url(https://burnley.gov.uk/wp-content/themes/burnleyGov/img/default.png) transparent;
 background-size: cover;
 padding-top: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	background-repeat: no-repeat;
 background-position-y: center;
	background-position-x: center;
	margin-bottom: 15px;
}
.table-container{
	width: 100%;
	overflow-x: auto;
}
td, th{
 padding: 8px;
 font-size: .8em;
 border: 1px solid #000;
}
tr:nth-child(even) {
 background-color: #fff;
}
tr:nth-child(odd) {
 background-color: whitesmoke;
}
thead th, table.cookielawinfo-row-cat-table th{
 background-color: #000!important;
 color: #fff!important;
}
/*addIcon to external links*/

/*a[href^="http://"] {
    background: url(https://burnley.gov.uk/wp-content/themes/burnleyGov/img/bbc_ext_link.png)     center right no-repeat;
    padding-right: 15px;
    background-size: 12px;
}
a[href^="https://burnley.gov.uk"], a[href^="http://burnley.gov.uk"]   {
    background: none;
    padding-right: 0;
}*/
/* @end */

/* @group NAVIGATION
 */
#headerSearch label{
 /* position: absolute;
  top: -20px;left: -20px;
  background-color: #000;*/
  border:0;   
   clip: rect(1px, 1px, 1px, 1px); 
   clip-path: inset(50%);
   height: 1px; 
   margin: -1px;
   width: 1px; 
   overflow: hidden; 
   position: absolute !important;
   word-wrap:normal !important;
 }
.hList ul{
		display: flex;
		justify-content: center;
		text-align: center;
	}
.hList li{
		display: inline;
		float: left;
		/* 4 links */
		width: 25%;
		padding: 0px 15px;
		justify-content: center;
		align-items: center;
		text-align: center;
}
.hList li img {
	margin: 0px auto;
	width: 30px;
}
.navPad	{
		padding:	30px 20px;	
}	
nav ul, .hList ul{
	margin: 0px;
	padding: 0px;
}
nav li, .hList li, .mainNav li {
	list-style-type: none!important;
}
#preNav li{
	display: inline-block;
	padding: 0px 30px 0px 15px;
}	
#menu-list.hideMenu {
	display: none;
}	


#menuButt{
	z-index: 2;
	text-align: center;
	width: 40px;height: 40px;
	text-align: left;
	cursor: pointer;
	background-color: transparent;
	padding:	0px;
	margin:	0px auto;
	margin-left: 12px;
}
#menuButt div, #contentButt div{
	width: 100%;
  height: 5px;
  background-color: #fff;
  margin: 6px auto;
}
/* Rotate first bar */
#menuButt.hideMe .bar1{
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}
.bar1, .bar2, .bar3 {
	transition: .2s;
}
/* Fade out the second bar */
#menuButt.hideMe .bar2{
  opacity: 0;
}
/* Rotate last bar */
#menuButt.hideMe .bar3{
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}
.pagination a, .pagination span{
 display: inline-block;
 margin: 0px 12px;
 padding: 0px 12px;
}
#loginMenu{
	padding: 20px;
	position: relative;
/*	box-shadow: 0 1px 12px #ffffff;*/
	z-index: 1;
	display: none;
}
#loginMenu * {
	color: #fff;
}
#loginMenu span {
	position: relative;
	top: -6px;
	margin-bottom: 8px;
	margin-right: 8px;
}
#loginMenu li {
	margin-left: 40px;
	margin-bottom: 2rem;
}
/*#loginMenu li::before {
	content: '';
	background-color: #fff;
	width: 9px;
	aspect-ratio: 1;
	position: absolute;
	translate: -25px 6px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}*/
#loginMenu a {
	font-weight: 800;
	text-decoration: none;
}
#loginMenu a:hover {
	text-decoration: underline;
}
#loginMenu::before{
	content: '';
	width: 30px;
	aspect-ratio:1;
	background-color: inherit;
	position: absolute;
	top: -12px;
	right: 20px;
	rotate: 45deg;
}

/* @end */

/* @group GOOGLE SEARCH */
.googleSearch {
	width: 100%;
}
.googleSearch *{
	border: none!important;
	outline: none!important;
}
.gsc-control-cse, .googleSearch tr, .gsc-input-box{
	background-color: transparent!important;
}
.googleSearch table *{
	margin: 0px!important;
	padding: 0px!important;
}
.googleSearch div#___gcse_0 div.gsc-control-cse.gsc-control-cse-en div.gsc-control-wrapper-cse div.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
	background-color: #fff!important;
}
.googleSearch .gsc-modal-background-image-visible {
	background-color: rgba(0,0,0,.75)!important;
}
.googleSearch .gsib_b {
	display: none;
}
.googleSearch input{
	border: 1px solid black!important;
	background-color: #fff !important;
	border-radius:  6px;
	height: 40px!important;
	padding-left: 12px!important;
	padding-right: 12px!important;
	background-position: 10px!important;
}
.googleSearch button {
	background-color: #007179!important;
	width:  48px; height: 40px;
	padding: .5rem!important;
	border-radius:  0 6px 6px 0;
	translate: -10px 0; 
	position: relative;
	overflow: hidden;
}
.googleSearch button::before {
	content: "";
	background: url(https://burnley.gov.uk/wp-content/themes/burnleyGov/img/bbc_search.png) center center no-repeat;
	background-color: transparent;
	background-size: 30px;
	position: absolute;
	inset: 0;
	width:  100%; height: 100%;
	outline: 1px solid red;
}
.googleSearch button:hover, .googleSearch button:focus {
	background-color: #000!important;
}
.googleSearch button svg {
	display: none;
}
.gs-title {
	text-align: left;
}
.gsc-control-cse.gsc-control-cse-en {
	padding: 0;
}
/* @end */

/* @group HEADER ROW */
/*#headerRow {
	height: auto;
}*/
#headerRow {
	display: grid;
	gap: .5rem;
	grid-template-columns: 65px 1fr 1fr 65px;
	transition: 300ms;
	height: auto;
}
#headerRow > * {
	display: grid;
	grid-template-columns: 1fr;
	place-content: center left;
	padding: 0px; margin: 0px;	
}
/*#headerRow:has(input:focus) {
	grid-template-columns: 65px 0fr 2fr 65px;
}*/
#headerRow.focusState{
	grid-template-columns: 65px 0fr 2fr 65px;
}
#homeLogoHolder {
	display: grid;
	place-content: center;
}
#homeLogo{
	display: grid;
	width: 100%;
	translate: 0 -5px;
	margin: 0 auto;
}
#homeLogo .d-md-none {
	
	max-width: 150px;
}
/* @end */



	
	
/* BIG SCREENS FROM HERE ON */

/* @group BASICS for BIG SCREENS */

@media(min-width:768px) {
 .padLR	{
		padding-left:	10px;
		padding-right:	10px;
	}
	#headerRow {
		grid-template-columns: 65px 1fr 2fr 65px;
	}
	.navPad	{
		padding:	30px 10px;	
	}
	#menu-list{
		min-height: 40px;
		z-index: 100;
		background-color: #000;
	}
	#menu-list ul{
		height: 40px; 
		display: flex;
		justify-content: center;
		text-align: center;
	}
	#menu-list.hideMenu{
		display: block;
	}
	#menu-list li{
		display: inline;
		float: left;
		/* 4 links */
		width: 25%;
		/* 6 links */
/*		width: 16.667%; */
		/* 7 links */
	/*	width: 14.28%;*/
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#menu-list li a{
		text-align: center;
		display: block;
	}
	#menu-list ul.sub-menu li a{
		line-height: 21px;
	}
	#menu-list ul.sub-menu{
		position: absolute;
		width: 400px;
		display: block;
		z-index: 200;
		margin: 0px; padding: 0px;
		top: 40px;
		display: none;
	}
	#menu-list ul.sub-menu li{
		width: 100%;
		text-align: center;	
		display: block;
		height: 60px;
	}
	#menu-list ul.sub-menu li a{
		font-size: 17px;
		width: 100%; height: auto;
		padding: 10px;
		line-height: 39px;
		border-top: 1px solid #fff;
	}
	#topNav.current-menu-item{
		background-color: #333;
	}
	.homepage .alignwide {
  margin-left  : -224px;
  margin-right : -224px;
 }
	.homepage .alignfull{
		margin: 0px calc(50% - 50vw);
		max-width: 100vw;
		width: 100vw;
		clear: both;
		overflow: hidden;
	}
	.wideBlock {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 20px;
  padding-right: 30px;
 }
 .baprNav .menuHead .tri{
  top: 10px;
 }
 .thirds li{
  width: 31.33%;float: left;
 }
 #loginMenu{
 	margin: 0px 12px;
 	border-radius: 6px;
 	position: absolute;
 	z-index: 1000;
 	translate: 6px -6px
 }
 .maxWidth:has(#loginMenu){
 	display: flex;
 	justify-content: end;
 	
 }
 #loginMenu::before {
 	translate: -15px;
 }
}
/* @end */

/* @group THEME SPECIFIC */
	body{
		font-family: open-sans, sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	#homeLogo{
		max-width: 230px;
	}
	#headerRow{
		height: 80px;
	}
	#headerSearch input#search{
		width: calc(100% - 40px);
		margin-right: 10px;
		border-radius: 3px;
		border-style: none;
		padding: 10px;
	}
	#searchButt {
		height: 45px;width: 30px;
		position: relative;float: right;
		left: -3px; top: 0px;
		padding: 2px;
 		background: url(https://burnley.gov.uk/wp-content/themes/burnleyGov/img/bbc_search.png) 0 8px no-repeat;
 		background-size: 100%;
 }
	#searchButt:hover {
		padding: 3px;
  		background-size: 90%;
	}
	#headerLogin {
		text-align: center;
		float: right;
		background-color: transparent;
	}
	.hLoginImg, #hLoginText {
		display: inline;
		color: #fff;
	}
	.hLoginImg {
		width: 30px;
		margin: 0px auto;
		display: inline-block;
	}
	#breadBin{
		border-bottom: 4px solid silver;
	}
	.baprNav .menuHead {
  padding-left: 4px;
  position: relative;
  color: #fff;
 }
 .baprNav .menuHead .tri{
  width: 10px;
  float: left;
  position: relative;
  left: 0px;top: 0px;
  margin-right: 10px;
 }
 .baprNav .menuHead.open .tri{
  transform: rotate(90deg);
 }
	#breadcrumb {
		padding-top: 10px;
		background-color: #fff;
		font-size: 14px;
	}
.pageContent{
		background-color: #fff;
		padding-top: 35px;
		padding-bottom: 60px;
	}
	#getInTouch{
  padding: 0px;
 }
 .inTouch {
  padding: 20px 0px;
 }
 .socialIcon{
  width: 20px;
  display: inline-block;
  margin: 0px 15px;
 }
 .socialIcon img {
   filter: invert(100%) sepia(0%) saturate(7489%) hue-rotate(108deg) brightness(110%) contrast(101%);
 }
 .socialIcon a:hover img {
  filter: invert(69%) sepia(8%) saturate(2063%) hue-rotate(121deg) brightness(104%) contrast(85%);
 }
	.pageContent {
		padding: 0px 15px;
	}
	.featureImage {
  margin-bottom: 20px;
 }
	.bbcBox{
		padding: 20px;
		margin-bottom: 15px;
		border-radius: 6px;
	}
	.bbcBox.alert	{
		padding-left:	60px;
		position:	relative;
	}
	.bbcBox .alertIcon	, .landingAlert .alertIcon{
		width:	30px;
		left:	15px;
	}
	.landingAlert {
 padding: 20px 20px 0px 50px;
    position: relative;
    margin: 30px auto;
    border-radius: 3px;
 }
	.landingAlert .alertIcon {
  position: absolute;top: 18px;
 }

	.hpGrid .headLink, .quartHBox a, .skinnyBox a{
  text-decoration: none;
   font-size: 20px;
   font-weight: 800;
  line-height: 24px;
  font-family: open-sans, sans-serif;
 }
.hpGrid li{
  margin-bottom: 3px!important;
  list-style-type: none;
}
	.hpGrid a.bbcBox span{
  display: block;
  text-align: center;
  width: 100%;
 }
 .hpGrid a.bbcBox {
 	position: relative;
 	overflow: hidden;
  position: relative;
 }
	.hpGrid{
   margin-bottom: .5rem;
 }
 .hpGrid:last-of-type{
  margin-bottom: 0px;
 }
 .hpGrid #planLink a{
  display: block;
  width: 100%;
  padding: 5% 1 0%;
  display:flex;/*CSS3*/
  align-items:center;/*Vertical align*/
  justify-content:center;/*horizontal align*/
 }
 #busiLink a{
  position: absolute;
  width: 100%;
  bottom: 0px;left: 0px;
  padding: 5% 10px 10px 10px;
 }
 .fullHBox {
  height: 470px!important;
  margin-bottom: 0px;
 }
 .halfHBox {
  height: 230px!important;
  margin-bottom: 0px;
 }
 .quartHBox {
  height: 110px!important;
  margin-bottom: 0px;
  position: relative;
  padding: 0px;
  overflow: hidden;
  display:flex;/*CSS3*/
  align-items:center;/*Vertical align*/
  justify-content:center;/*horizontal align*/
  text-align: center;
 }
 .quartHBox a, .skinnyBox a{
  display: block;
  width: 100%;
  padding: 20% 10px;
 }
 .skinnyBox {
  padding: 10px 30px;
 }
 .skinnyBox {
  padding: 0px;
  position: relative;
  overflow: hidden;
  height: 60px!important;
  display:flex;/*CSS3*/
  align-items:center;/*Vertical align*/
  justify-content:center;/*horizontal align*/
  text-align: center;
  margin-bottom: 0px;	
 }
 .lottieHolder{
  position: relative;
  overflow: hidden;
 }
 .lottiePlayer {
  z-index: 1;
  pointer-events: none;
 }
 .lottieHolder h2 {
  z-index: 10;
 }
  .quartHBox, .skinnyBox{
    font-weight: 800;
    background-color: green;
  }
  a.net-zero-link{
  	position: relative;
  	background-color: #007179;
  }
   a.net-zero-link:hover,  a.net-zero-link:focus {
   	color: #fff;
   }
a.net-zero-link::before {
	content: "";
	margin-right: 10px;
	height: 100%;
	aspect-ratio: 1;
	background: url(https://burnley.gov.uk/wp-content/themes/burnleyGov/img/net-zero.png) center center no-repeat;
	background-size: 100%;
	
}
 @media(min-width:768px){
 
  #lottieBoxCalc{
   width: 100%; height: 168px;
   margin-bottom: 20px;
  }
  #lottieBoxWaste, #lottiePlan, #lottieBen{
   position: absolute;
   left: 0px;bottom: 0px;
   width: 100%!important; height: auto;
  }
  #lottieBusi{
   position: absolute;
   top: -30px;
   width: 100px;
   left: 0;
   right: 0;
   margin: auto
  }
  #lottiePark {
   position: absolute;
   width: 120%;height: auto;
   right: 0px; bottom: 0px;
  }
 }
 @media(max-width:768px){
  #calc a{
   width: 100%;
   margin: 0 -5px;
   text-align: center;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
  } 
  .skinnyBox {
   margin-bottom: 0px;
  }
  .headLink {
   display: block;
   width: 100%;
   padding: 20px 5px;
  }
  #benLink h2, #parkLink h2{
   left: 20px;
  }
  #lottiePlan{
   width: 45%; height: auto;
   position: absolute;
   left: 0px;
   bottom: -3px;
   transform: rotate(90deg);
  }
  #lottieBoxWaste, #lottiePark{
   position: absolute;
   left: 0px;bottom: 0px;
   width: 100%!important; height: auto;
  }
  #lottieBoxCalc{
  width: 20%;
  position: absolute;
  bottom: 0px;
  }
  #lottieBusi{
    position: absolute;
    top: 0px;left: -80px;
  }
  #lottieBen{
    position: absolute;
    bottom: 0px;
  }   
  #lottiePark{
   position: absolute;
   bottom: 0px;right: 0px;
   width: 100%!important;
  }
  .iconHolder img{
  max-width: 300px;
  display: block;
  margin: 0px auto;
 }
 }
 @media (min-width: 380px) and (max-width: 768px){
  #lottieBoxCalc{
   left: 20%!important;
  }
  #lottieBoxWaste {
    bottom: -10px;
  }
  #lottiePark{
   position: absolute;
   bottom: -10px;
   width: 100%!important;
  }
  #lottiePlan{
    bottom: 0px;
    left: 15px;
   }
   #lottieBusi{
    left: 10px;
    width: 20%;
  }
  #busiLink .headLink, #wasteLink .headLink{
  position: absolute;
  bottom: 20px;
  left: 0px;
  text-align: right;
  padding: 0% 10px 0% 80px;
  }
 #wasteLink .headLink {
  padding-left: 80px;
 }
 #parkLink  .headLink {
  padding-right: 300px;
 }
 }
 @media (max-width:380px) {
  #lottieBusi{
    position: absolute;
    top: 35px;left: 20px;
    width: 20%;
  }
  #lottieBoxCalc {
   left: 10%;
  }
  #lottiePlan{
   left: 5px;
   top: -10px;
   bottom: auto;
  }
  #lottiePark {
   width: 120%!important;
   left: auto;right: 0px;
  }
  #lottieBen {
   right: 10px;
   bottom: -30px;
  }
  .hList li{
		width: auto;
  }
  .hpGrid .headLink{
   font-size: 15px;
   line-height: 18px;
  }
  .quartHBox, .skinnyBox{
   font-size: 12px;
   line-height: 16px;
  }
  .homepageAlert{
   padding: 10px!important;
   background: url(https://burnley.gov.uk/wp-content/themes/burnleyGov/img/bbc_alert.svg) 20px center no-repeat;
   background-size: 40px;
   background-image: none!important;
  }
  .iconHolder img{
  max-width: 150px;
  display: block;
  margin: 0px auto;
 }
 #busiLink a{
  bottom: 0px;
  margin-bottom: 40px;
  }
 }
 /* JUST FOR SOME IPADS AT 777px */
 @media(min-width:767px) and (max-width:768px){
  .hpGrid a{
   font-size: 14px!important;
  }
  .lottiePlayer {
   display: none;
  }
 }

.lpageGrid, ul.linkgrid{
  width: 100%;
  padding: 0px; margin: 0px;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1200px;
 }
 .lpageGrid li .linkgrid li{
  background-color: #ccc;
  display: flex;
  padding: 0.5em;
  margin-bottom: 20px;
 }
 .lpageGrid li, .linkgrid li{
    list-style-type: none;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    border-left: 5px solid #DCDCDC;
  }

.lpageGrid li:hover{
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #4c626c;
    border-left: 5px solid #4c626c;
  }

  .lpageGridAlso{
    padding-left: 0px;
   
   }
  .lpageGridAlso li{
   padding: 15px 10px 0px 0px;
   display: inline-block;
   margin-right: 20px;
  }
  .lpageGridAlso li:first-of-type {
   margin-left:  0px;
  }
  .lpageGridAlso li a {
    white-space: nowrap;
  }
 .lpageGrid li a, .linkgrid li a{
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-align: left;
  width: 100%; min-height: 80px;
  margin: auto;
  font-weight: 800;
  display:flex;/*CSS3*/
  align-items:center;/*Vertical align*/
  justify-content:left;/*horizontal align*/
 }

.lpageGrid li a:hover, .linkgrid li a:hover{
  color:#4c626c;
  text-decoration: underline;
 }

 ul.linkgrid2{
  width: 100%;
  padding: 0px; margin: 0px;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1200px;
 }

 @media(max-width:768px) {
  .lpageGrid, ul.linkgrid{
  grid-template-columns: repeat(2, 1fr);
 }
 }
 @media(max-width:425px) {
.lpageGrid, ul.linkgrid{
  grid-template-columns: repeat(1, 1fr);
 }
 }
 
 
	.homepageAlert{
  padding: 30px 30px 30px 100px;
  background: url(https://burnley.gov.uk/wp-content/themes/burnleyGov/img/bbc_alert.svg) 20px center no-repeat;
  background-size: 40px;
  background-color: red;
 }
	.homepageAlert p:last-of-type {
  margin-bottom: 0px!important;
 }
/* @group TYPOGRAPHY */

/* FACIT available in weights of 600,700 and 800 */
	* {
  font-variant-ligatures: none;
	}
	h1, h2, h3, h4 {
		text-wrap: balance;
	}
		h1, h2, h3, h4, .wp-block-button a, #loginMenu, .title{
		font-family: jaf-facitweb, sans-serif;
		font-weight: 600;
		font-style: normal;
	}
	h1, h2, h3, .bbcBox .menuHead, .menuHead, .title{
		color: #007179;
		font-weight: 700;
	}
	h1{
		margin-top: 10px;
		font-size: 34px;
	}
	.homepage h1 {
  position: fixed;
  left: 0px;top: -200px;
 }
	h2, .menuHead, .title {
		font-size: 28px;
		line-height: 31px;
	}
	h2 a, h3 a, .hpGrid a, .homeNews a, .slides a{
  text-decoration: none;
 }
 .hpGrid a:hover {
  text-decoration: underline;
 }
	.navPad .menuHead{
  color: #fff;
 }
 .menuHead {
  font-size: 21px;
 }
	h3 {
		font-size: 20px;
		font-weight: 100;
		line-height: 28px;
	}
	.newsFeed li {
  list-style-type: disc;
  margin-left: 20px;
 }
	.newsFeed h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
 }
	h4 {
		font-size: 20px;
		line-height: 28px;
		color: #4c626c;
	}
	h4, .wp-block-button a {
		font-weight: 600;
	}
	.smallPrint {
  font-size: 12px!important;
  line-height: 16px!important;
 }
 .pubDate {
  position: relative; top: -10px;
 }
	.wp-block-button a{
		font-size: 20px;
	}
.pageContent p, #content li{
		font-size: 16px;
		line-height: 26px;
	}
.pageContent p{
   margin: 0px 0px 20px 0px;
   max-width: 650px;
  }
 .wp-block-group p:last-of-type, .bbcBox p:last-of-type{
 	margin-bottom: 0px!important;
	}
	p.has-large-font-size {
		font-size: 18px!important;
		line-height: 26px;
	}
/*  #content p:last-of-type {
   margin-bottom: 0px;
  }*/
	.wp-block-buttons{
		margin: 40px 0px 40px 0px;
	}
.pageContent p:first-of-type {
		margin-top: 0px;
	}
.pageContent .wp-block-quote {
  padding-left: 30px;
  border-left: 6px solid #333;
 }
.pageContent blockquote p {
  font-size: 18px;
  line-height: 30px;
 }
.pageContent .wp-block-pullquote p {
  text-align: center;
 }
 #content .wp-block-pullquote cite {
  display: block;width: 100%;
  text-align: center;
  position: relative;top: 10px;
 }
 figcaption {
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px!important;
 }
	.homepageAlert p{
  font-weight: 800;
  font-size: 20px;
 }
	#getInTouch {
  font-weight: 600;
 }
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
	background: rgba(256, 256, 256, .8)!important;
        color: #000!important;
}
/* @end */

.wp-block-button a{
		border-radius: 12px;
  padding: 15px 30px;
  text-decoration: none;
	}
.pageContent li {
		margin-bottom: 15px;
		max-width: 650px;
	}
	.mainNavHolder{
    font-size: 14px;
				display:	 none;
 }
 .mainNavHolder.open, .baprNav .open, #loginMenu.open{
		display:	 block;
	}
	.baprNav button {
  background-color: transparent;
  height: auto;padding: 0px 0px 0px 0px;margin: 0px;
  display: block;
 }
 .mainNav li	{
		margin-bottom:	10px;
		list-style-type:	 disc;
		padding-right:	30px;
	  margin-left: 0px;
	}
	.mainNav li li	{
			padding-left:	 10px;
	}
	.homeNews li {
 /* list-style-type: none;*/
 }
	.baprNav {
  margin-bottom: 30px;
 }
	.baprNav .closed{
  display: none;
 }
 .baprNav h2 {
  cursor: pointer;
 }
 .baprNav ul {
  padding-left: 25px;
 }
 .quickLinks {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 800;
 }
	#sideNav li {
		margin-bottom: 0px;
		list-style-type: disclosure-closed;
    margin-left: 20px;
	}
	#sideNav li a {
		font-size: 16px;
		line-height: 23px;
		display: block;
		padding-top: 10px;padding-bottom: 10px;
	}
	#menu-list li a,  #footerNav li a {
		color: #fff;
	}
	#footerNav {
		min-height: 40px;
		line-height: 40px;
  padding-top: 10px;
  padding-bottom: 13px;
	}
	.bigStatement {
		padding-top: 30px;padding-bottom: 30px;
		font-size: 18px;
		font-family: open-sans, sans-serif;
		font-weight: 400;
		font-style: italic;
	}
	footer {
		background-color: #fff;
	}
	.footerInfo {
		border-bottom: 15px solid #007179;
	}
	.footerStatement{
		font-size: 20px;
		text-align: left;
		margin: 0px;
		display: flex;
	    justify-content: center;
	    flex-direction: column;
	    min-height: 100px;
	}
	footer .widgetRow {
		padding-bottom: 30px;
		padding-top: 30px;
		text-align: left;
	}
	footer .widgetRow li {
		list-style-type: none;
	}
	.ccTag {
		/*big clearance at foot of page so cookie consent banner does not obscure navigation etc */
		margin-bottom: 3rem;
	}
.wp-block-group {
	padding: 30px;
	border-radius: 6px;
	margin-bottom: 30px;
	margin-top: 30px;
 }
.wp-block-columns .wp-block-group, .wp-block-media-text .wp-block-group{
 	padding: 0px;
 	
 }
 .wp-block-columns img {
 	/*width:  100%;*/
/* 	aspect-ratio:16 / 9;
 	object-fit: cover;*/
 	max-width: 200px;
 	margin: 0 auto;
 }
 .wp-block-columns h2{
 	font-size: 1.3em;
 }
 .wp-block-media-text {
 	margin-bottom: 15px;
 }
.linkGrid {
	text-align: center;
	font-size: 14px;
	margin-top: 60px;
 margin-bottom: 15px;
}	
.linkGridCol {
 min-height: 80px;
 border: 1px solid #b2c3c7;
 padding: 10px;margin-top: 10px; margin-bottom: 10px;
 border-radius: 6px;
 display: flex;
 height: 80%;
}
.linkGrid a{
 display: block;
 text-decoration: none;
 text-align: center;
 width: 100%;
 margin: auto;
}

.downloadList {
 margin: 0px; padding: 0px;
}	
.downloadList li {
 list-style-type: none;
 padding-bottom: 15px;
 border-bottom: 1px solid #999;
}	
.downloadIcon{
 display: inline-block;
 max-width: 50px;
 margin-right: 30px;
} 
.downloadDetail {
 display: inline-block;
 /*max-width:85%;*/
 max-width: calc(100% - 90px);
}
.downloadTitle{
	font-weight: 800;
}
.downloadDesc {
 display: block;
}
.downloadLink {
 display: block;
}
/*.flatList li{
 display: inline;
}
.flatList li:not(last-of-type)::after {
 content: ', ';
}*/
.highlight {
 background-color: yellow;
}
.warmItem {
 position: relative;
 padding-bottom: 60px;
}
.showMore {
 width: auto;
 border-radius: 6px;
 padding: 6px 10px;
 float: right; position: absolute;right: 20px;bottom: 20px;
 cursor: pointer;
}
	@media(max-width:768px) {
  #preNav li {
  padding: 0px 10px!important;
  }

  h1{
  font-size: 24px;
  margin-bottom: 15px;
 }
  h2{
  font-size: 20px;
 }
 h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
i {
 font-style: normal!important;
}
  
#content p, #content li, #sideNav li a, footer, .postNav{
		font-size: 14px;
		line-height: 23px;
	} 
		.logo{
			padding-top: 30px;
		}
		#menu-list li {
			border-bottom: 2px solid #fff;
		}
		#menu-list li:last-of-type {
			border-bottom: none;
			margin-bottom: 15px;
		}
		#menu-list li a{
			display: block;
			text-align: center;
			font-size: 28px;
			padding: 15px;
 	}
 	.hpGrid .bbcBox {
  	padding: 6px;
  }
  .hpGrid li {
   margin-bottom: 0px!important;
   list-style-type: none;
  }
  .downloadList li{
   margin-bottom: 10px!important;
  }
 .downloadIcon{
  display: inline-block;
  max-width: 20px;
  margin-right: 10px;
 } 
 .downloadDesc, .downloadTitle {
  display: none;
 }
}
	@media(min-width:768px) {			
		h1{
		font-size: 40px;
		line-height: 50px;
		}
		
	}
/* @end */

/* @group SLIDER AND NEWS*/

.homeNews li {
 margin-bottom: 20px;
}

/* Accessibility Screen Reader Utility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.slider-container {
  position: relative;
  max-width: 100%;
}

/* The Native Scroll Windows */
.b_slide_holder {
  width: 100%;
  overflow-x: auto; /* Restores your natural mouse drag, touch swipe, and keyboard tab view alignment */
  overflow-y: hidden;
  display: flex;
  
  /* Tells the browser to scroll smoothly to targets natively */
  scroll-behavior: smooth; 
  
  /* Activates CSS Scroll Snapping */
  scroll-snap-type: x mandatory; 
  -webkit-overflow-scrolling: touch;
  
  /* Hides default browser scrollbars */
  scrollbar-width: none; 
}
.b_slide_holder::-webkit-scrollbar {
  display: none;
}

.b_slide_slides {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

/* Individual Slide Styling */
.b_slide_slide {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  
  /* Snapping Alignment */
  scroll-snap-align: start; 
  scroll-snap-stop: always;
  
  aspect-ratio: 16 / 9;
  background-color: #b2c3c7; /* Fallback frame fill */
}
@media (max-width: 600px) {
	.b_slide_slide {
	aspect-ratio: 1;	
	}
		
}

/* Aspect Ratio Fill Fix */
.b_slide_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

/* Natural Link block formatting */
.b_slide_link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

/* Text Banner Layout */
.b_slide_text {
  width: 100%;
  background: rgba(0,0,0, .75);
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
}
.b_slide_text h2 {
	color: #66c9ba;
}
.b_slide_text h2, .b_slide_text p {
  margin: 0 0 10px 0;
}

/* Bottom Pagination Nav Dots */
.b_slide_nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
.b_slide_indicator {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.b_slide_indicator:hover {
  background-color: #666;
}
/* 1. Slide Hover Effect: Adds a clean inner overlay glow when mousing over */
.b_slide_slide:hover .b_slide_text {
  background: rgba(0,0,0, 1);
}

/* 2. Slide Focus State: Applies when tabbing into a slide link via keyboard */
.b_slide_link:focus-visible {
  /* Uses an inner box shadow so it never gets clipped by overflow: hidden */
  outline: 4px solid #ffbf47 !important;
  outline-offset: -4px;
}

/* 3. Bottom Pagination Dots Hover & Focus States */
.b_slide_indicator:hover {
  background-color: #666;
}

.b_slide_indicator:focus-visible {
  outline: 2px solid #ffbf47;
  outline-offset: 2px;
  background-color: #333;
}
/* Stops animations gracefully if user prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  .b_slide_holder {
    scroll-behavior: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .b_slide_slides { transition: none !important; }
}






/* @end */

/* @group COLOUR */
	.teal a,.teal h2, .has-bbc-teal-background-color h2, .has-bbc-teal-background-color h3, .has-bbc-teal-background-color h4, .has-bbc-teal-background-color a, .has-bbc-aubergine-background-color h2, .has-bbc-aubergine-background-color h3, .has-bbc-aubergine-background-color h4, .has-bbc-aubergine-background-color a, .aubergine h2, .aubergine h3, .aubergine h4, .aubergine a, .has-bbc-d-grey-background-color h2, .has-bbc-d-grey-background-color h3, .has-bbc-d-grey-background-color h4, .has-bbc-d-grey-background-color a, 	.dark a, .blackBG a, .dGrey a, .dGrey h2  {
		color: #fff;
	}
	.has-bbc-aubergine-background-color .wp-element-button, .has-bbc-teal-background-color .wp-element-button{
		background-color: #000;
	}
	a {
		color: #007179;
	}
	.mint{
  background-color: #66c9ba;
  color: #000;
 }
 .splide__slide .splideText a,  .splide__slide .splideText h2{
  color: #66c9ba;
 }
 .dMint {
  background-color: #00bab4;
 }
 .red {
  background-color: #be133e;
  color: #fff;
 }
 .amber{
  background-color: orange;
  color: #000;
 }
 .black, #loginMenu {
  background-color: #000;
  color: #fff;
 }
 .red >*, .red a, .black >*, .black a, .dMint a, .flexslider div.caption-wrap div.caption a{
  color: #fff;
 }
	.dGrey, .has-bbc-d-grey-background-color, a.has-bbc-d-grey-background-color{
		background-color: #4c626c;
		color: #fff;
	}
	.wp-block-button a:hover, .wp-block-button.is-style-outline a:hover {
		background-color: #000;
		color: #fff;
	}
	.mGrey{
		background-color: #6d888e;
		color: #fff;
	}
	.lGrey{
		background-color: #b2c3c7;
		color: #000;
	}
	.grey, .has-bbc-grey-background-color {
		background-color: #eff3f4;
		color: #000;
	}
	.aubergine, .has-bbc-aubergine-background-color, a.has-bbc-aubergine-background-color, .wp-block-button a{
		background-color: #5a315e;
		color: #fff;
	}
	a.aubergine:hover, a.aubergine:focus{
		color: #fff;
	}
	.aubergine hr {
  background-color: #fff;
 }
		#menu-list, #menu-list li, .darkBG, .has-bbc-teal-background-color, .dark, .teal, a.has-bbc-teal-background-color, .showMore{
		background-color: #007179;
		color: #fff;
	}
	.teal .wp-block-button__link{
  background-color: #fff;
  color: #007179;
 }
	.bbcBox.grey a, a.dMint, .lGrey a{
		color: #000;
	}
	.greyUnderLine{
		border-bottom: 4px solid  #eff3f4;
	}
	.blackBG, .wp-block-button a:focus{
		background-color: #000;
		color: #fff;
	}
	.whiteBG, .light{
		background-color: #fff;
	}
	.has-bbc-white-background-color {
		border: 4px solid #eff3f4;
	} 
/* @end */

/* @group MAPS */
.acf-map{
    width: 100%;
    height: 400px;
	/*height:  50svh;*/
}
#listingsForMap .theHtml{
    display: none;
}
.theIcon{
    width: 30px; height:30px;
}  
.theIcon img {
	width: 100%;
}
div.marker div.theHtml.markerInfo {
	position: relative;
}
.infoBubble {
	position: absolute;
  	pointer-events: auto; /* Ensure it can be interacted with */
	top:  0rem;
	left:  1rem;
	padding: 1.5em;
	border-radius:  6px;
	height: min-content;
	width: max-content;
	max-height: 200px;
	background-color: #fff;
	opacity: 1;
	overflow: auto;
	box-shadow: -5px 5px 5px rgba(0,0,0,.25);
  	font-size: .75rem;
  	line-height: 1em;
  	/*display: grid;
  	gap: .5rem;*/
}
.infoBubble .title {
	font-size: 1.6rem;
	line-height: 1.05em;
	width: 12ch;
	text-transform: uppercase;
	margin-top: 1rem;
}
.infoBubble >*:not(.close-button){
	margin-bottom: .5em;
}
.infoBubble.hidden {
	opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -10000px;
}
.car-park-controls {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.filter-button, .car-park-controls select {
	background-color: #007179;
	color: #fff;
	border-radius: 6px;
	padding: .5rem;
	-webkit-appearance: none;
}
.filter-button.clicked{
	background-color: #000;
}
#map {
	margin-bottom: 1rem;
}
/* Ensure the wrapper doesn't clip the bubble */
.marker-wrapper {
    position: relative;
    z-index: 1;
}
/* Force the active bubble to the absolute front */
.infoBubble:not(.hidden) {
    z-index: 9999 !important;
}

/* Optional: Ensure the icon stays behind the bubble */
.theIcon {
    width: 30px; 
    height: 30px;
    position: relative;
    z-index: 1;
}
.infoBubble .close-button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer; /* Makes it look clickable */
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    z-index: 10; /* Ensures it sits above bubble text */
	background-color:#66c9ba;
	color: #fff;
	border-radius:  6px;
	scale: .85;
	transition: scale .25s ease-in-out 0s;
}
.infoBubble .close-button:hover, infoBubble .close-button:focus{
    color: #66c9ba;
    background: #fff;
    border-radius: 50%;
	scale: 1.25;
}
.car-park-table tbody tr {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.car-park-table tbody tr:hover {
    background-color: #f0f7f7 !important; /* Light teal tint */
}
/* The marker wrapper we created in initMap */
.marker-wrapper {
   transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}
/* When highlighted, make it pop */
.highlight-pin {
    z-index: 1000 !important;
}
/* The Highlight State */
.highlight-pin .theIcon img {
    transform: scale(1.6) translateY(-5px); /* Lift it up slightly */
    filter: hue-rotate(65deg) drop-shadow(0 10px 10px rgba(0,0,0,0.3));
}

/* Optional: Add a pulsing ring effect */
.highlight-pin::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border: 3px solid #007179;
    border-radius: 50%;
    animation: pulsate 1.5s infinite;
    pointer-events: none;
}

@keyframes pulsate {
    0% { transform: scale(0.1); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: scale(2.5); opacity: 0; }
}
/* @end */

/* @group FOR SALE */
.for-sale-header {
	  background-color: #00bab4;
	  color: #fff;
	  padding-inline: 2rem;
	  text-align: center;
	  font-size: clamp(3rem, 10vw , 20rem);
	  line-height: 1em;
	  font-weight: 800;
}
.for-sale-strap {
	background-color: #000;
	color: #fff;
	text-align: center;
	 font-size: clamp(1rem, 2vw , 2.5rem);
	 margin-bottom: 2rem;
}
.sale-type {
	color: #00bab4;
	text-transform: uppercase;
}
.for-sale h1 {
	padding-inline: 2rem;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 2px solid silver;
}
.for-sale .content{
	max-width: 600px;
	padding-inline: 2rem;
	display: grid;
	gap: 1rem;
}
.for-sale .address {
	padding-bottom: 1rem;
	padding-top:  1rem;
	border-bottom: 2px solid silver;
}
.for-sale-footer{
	background-color: #000;
	color: #fff;
	padding: 2rem;
}
.for-sale-footer > div {
	display: grid;
	gap: 2rem;
}
.disclaimer {
	display: grid;
	align-items: center;
}
.c-logo a{
	display: block;
	max-width: 200px;
	text-align: center;
	margin-inline: auto;
}
@media(min-width: 600px) {
	.for-sale .content{
		max-width: 1000px;
		grid-template-columns: 4fr 1fr
	}
	.for-sale .content >:first-of-type {
		grid-column: 2 / -1;
	}
	.for-sale .content >:last-of-type {
		grid-column: 1 / 2;
		grid-row: 1;
		max-width: 600px;
	}
	.for-sale-footer > div {
	grid-template-columns: 3fr 1fr;
}
}
.for-sale .content p{
	text-wrap: balance;
}
.feature-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
/* @end */

summary {
	font-weight: 800;
	margin-left: -2rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid silver;
	margin-bottom: 1rem;
}
details{
	margin-left: 2rem;
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.quartHBox h2, .skinnyBox h2 {
 margin-bottom: 0px;
 margin: 0px auto;
}
.quartHBox a{
 display: block;
 text-align: center;
}


.cmplz-title {
	display: block!important;
	min-width: 50px;
	text-align: center;
	
}


@media(max-width:992px) {
 .hpGrid ul{
  display: none;
 }
}

@media(max-width:768px) {
 #hLoginText{
  display: none;
 }
 .smallHide{
  display: none;
 }
 #searchReveal{
	height: 30px;width: 30px;
	cursor: pointer;
	background-color: transparent;
	padding:	2px;
	margin-right: 20px;
	z-index: 200;
 }
 #searchReveal:hover {
  padding: 3px;
 }
 #headerSearch input#search {
  width: calc(100% - 100px);
 }
	.hpGrid .fullHBox {
  height: 111.5px!important;
 }
 .hpGrid .halfHBox {
  height: 111.5px!important;
  margin-bottom: 0px;
 }
 .hpGrid .quartHBox {
  height: 60px!important;
  margin-bottom: 0px;
 }
 .hpGrid .skinnyBox {
  padding: 0px 30px;
 }
#footerNav .hList ul{
		display: block;

	}
#footerNav .hList li{
		display: block;
		float: left;
		/* 2 links */
		width: 50%;
		padding: 0px 15px;
  line-height: 23px;
  margin-bottom: 15px;
}
}

/* @group HIGH CONTRAST */
.highContrast a {
 color: #046c9b;
}
.highContrast .dark, .highContrast #headerRow, .highContrast .aubergine, .highContrast .wp-block-button__link, .highContrast .has-background, .highContrast .has-background h2, .highContrast .has-background a, .highContrast .aubergine h2, .highContrast .aubergine a, .highContrast .hpGrid a, .highContrast .linkGrid .linkGridTitle, .highContrast .dGrey, .highContrast #menu-list, .highContrast#menu-list li, .highContrast .darkBG, .highContrast .has-bbc-teal-background-color, .highContrast .dark, .highContrast .teal, .highContrast a.has-bbc-teal-background-color{
 background-color: #000;
 color: #fff;
}
.highContrast h1, .highContrast h2, .highContrast h3, .highContrast{
 color: #000;
}
.highContrast .mainNav h2, .highContrast .teal h2{
 color: #fff;
}
.homepageAlert h2, .homepageAlert a, .highContrast #headerRow a, .highContrast .blackBG a, .highContrast .teal a, .highContrast .mainNav a{
 color: #fff;
}
.mint h2, .mint a, .amber h2, .amber a{
  color: #000;
 } 
 .highContrast .teal .wp-block-button__link {
  background-color: #fff;color: #000;
 }

/* @end */

/*/* @group COMPLIANZ BANNER OVERRIDE *!/

/* 1. Target the outer wrapping wrapper */
#cmplz-manage-consent {
    position: static !important; /* Completely blocks it from floating on the screen */
    display: block !important;
    width: 100% !important;
}

/* 2. Style the actual link/button inside the wrapper */
#cmplz-manage-consent .cmplz-manage-consent {
    /* Position Reset */
    position: static !important;
    transform: none !important;
    
    /* Layout Reset */
    display: block !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 40px auto 20px auto !important; /* Adds healthy spacing at bottom of document */
    
    /* Accessible Typography & Sizing */
    font-size: 0.85rem !important; /* Slightly smaller text footprint */
    font-weight: 600 !important;
    text-decoration: underline !important; /* Clear signifier that it is a clickable link */
    
    /* Visual styling - flat text links are less intrusive than blocky buttons */
    background: transparent !important;
    color: #333333 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 10px 15px !important;
}

/* 3. High-Contrast Keyboard Focus State */
#cmplz-manage-consent .cmplz-manage-consent:focus {
    outline: 3px solid #ffbf47 !important;
    outline-offset: 2px !important;
    background-color: #f0f0f0 !important;
}
.cmplz-cookiebanner{
	position: static!important;
	border-radius: 0!important;	
}
.cmplz-cookiebanner .cmplz-body{
	max-width: max-content;
	margin-inline: auto!important;
}
.cmplz-cookiebanner .cmplz-buttons {
	margin-inline: auto!important;
}
.cmplz-cookiebanner .cmplz-header {
	/*width: 500px;*/
	margin-inline: auto;
	
}
@media (min-width:550px) {
	.cmplz-cookiebanner .cmplz-header {
		width: 500px;
	}
}
/* @end *!/*/

img.injectable { 
 fill: #000;
} 
/* SOMETHING IS WIDER THAN IT SHOULD BE */
.wrapper{
 overflow: hidden;
}
.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}
input[type=checkbox].cmplz-category{width:initial;-webkit-appearance:checkbox}input[type=checkbox].cmplz-category:checked::before{content:''}.cmplz-cookiebanner{box-sizing:border-box}:root{--cmplz_banner_width:540px;--cmplz_banner_background_color:#ffffff;--cmplz_banner_border_color:#000000;--cmplz_banner_border_width:2px 2px 2px 2px;--cmplz_banner_border_radius:12px 12px 12px 12px;--cmplz_banner_margin:10px;--cmplz_categories-height:110px;--cmplz_title_font_size:15px;--cmplz_text_line_height:calc(var(--cmplz_text_font_size) * 1.5);--cmplz_text_color:#222222;--cmplz_hyperlink_color:#1E73BE;--cmplz_text_font_size:12px;--cmplz_link_font_size:12px;--cmplz_category_body_font_size:12px;--cmplz_button_accept_background_color:#5a315e;--cmplz_button_accept_border_color:#5a315e;--cmplz_button_accept_text_color:#ffffff;--cmplz_button_deny_background_color:#f9f9f9;--cmplz_button_deny_border_color:#f2f2f2;--cmplz_button_deny_text_color:#222222;--cmplz_button_settings_background_color:#f9f9f9;--cmplz_button_settings_border_color:#f2f2f2;--cmplz_button_settings_text_color:#333333;--cmplz_button_border_radius:3px 3px 3px 3px;--cmplz_button_font_size:15px;--cmplz_category_header_always_active_color:green;--cmplz_category_header_title_font_size:14px;--cmplz_category_header_active_font_size:12px;--cmplz-manage-consent-height:50px;--cmplz-manage-consent-offset:-35px;--cmplz_slider_active_color:#1e73be;--cmplz_slider_inactive_color:#F56E28;--cmplz_slider_bullet_color:#ffffff}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *){pointer-events:none!important;user-select:none!important}.cmplz-cookiebanner *{pointer-events:auto!important;user-select:auto!important}#cmplz-manage-consent .cmplz-manage-consent{margin:unset;z-index:9998;color:var(--cmplz_text_color);background-color:var(--cmplz_banner_background_color);border-style:solid;border-color:var(--cmplz_banner_border_color);border-width:var(--cmplz_banner_border_width);border-radius:var(--cmplz_banner_border_radius);border-bottom-left-radius:0;border-bottom-right-radius:0;line-height:initial;position:fixed;bottom:var(--cmplz-manage-consent-offset);min-width:100px;height:var(--cmplz-manage-consent-height);right:40px;padding:15px;cursor:pointer;animation:mc_slideOut .5s forwards}#cmplz-manage-consent .cmplz-manage-consent:active{outline:none;border:none}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed{display:none}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus{animation:mc_slideIn .5s forwards;animation-delay:0}@-webkit-keyframes mc_slideIn{100%{bottom:0}}@keyframes mc_slideIn{100%{bottom:0}}@-webkit-keyframes mc_slideOut{100%{bottom:var(--cmplz-manage-consent-offset)}}@keyframes mc_slideOut{100%{bottom:var(--cmplz-manage-consent-offset)}}@media(max-width:425px){.cmplz-cookiebanner .cmplz-header .cmplz-title{display:none}}.cmplz-cookiebanner{max-height:calc(100vh - 20px);overflow-y:auto;position:fixed;height:auto;left:50%;top:50%;-ms-transform:translateX(-50%)translateY(-50%);transform:translateX(-50%)translateY(-50%);grid-template-rows:minmax(0,1fr);z-index:99999;background:var(--cmplz_banner_background_color)}.cmplz-cookiebanner a{transition:initial}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf{display:none}.cmplz-cookiebanner.cmplz-dismissed{display:none}.cmplz-cookiebanner .cmplz-body{width:100%;grid-column:span 3;overflow-y:auto;overflow-x:hidden;max-height:55vh}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track{border-radius:10px;-webkit-box-shadow:inset 0 0 2px transparent;background-color:initial}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar{width:5px;background-color:initial}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb{background-color:var(--cmplz_button_accept_background_color);border-radius:10px}@media(min-width:350px){.cmplz-cookiebanner .cmplz-body{min-width:300px}}@media(max-height:400px){.cmplz-cookiebanner{height:calc(100vh - 20px);display:flex;flex-direction:column;overflow:hidden;gap:1px;grid-row-gap:1px;padding:7px 12px!important;zoom:.6}.cmplz-cookiebanner .cmplz-body{flex:1;min-height:0;overflow-y:auto;max-height:none;margin-top:15px!important}.cmplz-cookiebanner .cmplz-header,.cmplz-cookiebanner .cmplz-divider,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-documents{flex-shrink:0}.cmplz-cookiebanner .cmplz-header{margin-bottom:15px!important;max-height:10px}.cmplz-close{zoom:.6!important}.cmplz-cookiebanner .cmplz-buttons{gap:1px!important}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{height:15vh!important;min-height:unset!important;padding:0!important;white-space:nowrap!important;font-size:1.1rem!important;line-height:14px!important;zoom:.5!important}.cmplz-cookiebanner .cmplz-documents,.cmplz-cookiebanner .cmplz-information{zoom:.5!important}}@media(max-height:400px) and (max-width:768px){.cmplz-cookiebanner{gap:1px}}.cmplz-cookiebanner{border-style:solid;border-color:var(--cmplz_banner_border_color);border-width:var(--cmplz_banner_border_width);border-radius:var(--cmplz_banner_border_radius);padding:15px 20px;display:grid;grid-gap:10px}.cmplz-cookiebanner .cmplz-divider{margin-left:-20px;margin-right:-20px}.cmplz-cookiebanner .cmplz-header{grid-template-columns:100px 1fr 100px;align-items:center;display:grid;grid-column:span 3}@media(max-width:399px){.cmplz-cookiebanner .cmplz-header{grid-template-columns:auto 1fr auto}}.cmplz-cookiebanner .cmplz-logo svg{max-height:35px;width:inherit}.cmplz-cookiebanner .cmplz-logo img{max-height:40px;width:inherit}.cmplz-cookiebanner .cmplz-title{justify-self:center;grid-column-start:2;font-size:var(--cmplz_title_font_size);color:var(--cmplz_text_color);font-weight:500}.cmplz-cookiebanner .cmplz-close{line-height:20px;justify-self:end;grid-column-start:3;font-size:20px;cursor:pointer;width:20px;height:20px;color:var(--cmplz_text_color)}.cmplz-cookiebanner .cmplz-close svg{width:20px;height:20px}.cmplz-cookiebanner .cmplz-close:hover{text-decoration:none;line-height:initial;font-size:18px}.cmplz-cookiebanner .cmplz-message{word-wrap:break-word;font-size:var(--cmplz_text_font_size);line-height:var(--cmplz_text_line_height);color:var(--cmplz_text_color);margin-bottom:5px}.cmplz-cookiebanner .cmplz-message a{color:var(--cmplz_hyperlink_color)}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider{grid-column:span 3}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header{grid-template-columns:1fr auto}.cmplz-cookiebanner .cmplz-categories .cmplz-category{background-color:rgba(239,239,239,.5)}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child){margin-bottom:10px}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header{display:grid;grid-template-columns:1fr auto 15px;grid-template-rows:minmax(0,1fr);align-items:center;grid-gap:10px;padding:10px}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title{font-weight:500;grid-column-start:1;justify-self:start;font-size:var(--cmplz_category_header_title_font_size);color:var(--cmplz_text_color);margin:0}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active{font-size:var(--cmplz_category_header_active_font_size);font-weight:500;color:var(--cmplz_category_header_always_active_color)}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label{display:none}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox{display:flex;align-items:center;margin:0}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional]{display:none}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle{background:0 0;border:none;padding:0;margin:0;cursor:pointer;grid-column-start:3;display:flex;align-items:center;justify-content:center;color:inherit}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open{cursor:pointer;content:'';transform:rotate(0);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;background-size:cover;height:18px;width:18px}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description{font-size:var(--cmplz_category_body_font_size);color:var(--cmplz_text_color);margin:0;max-width:100%;padding:10px}@media(max-width:425px){.cmplz-cookiebanner .cmplz-category .cmplz-category-header{grid-template-columns:1fr!important}}@media(max-width:425px){.cmplz-cookiebanner .cmplz-message{margin-right:5px}}.cmplz-cookiebanner .cmplz-buttons{display:flex;gap:var(--cmplz_banner_margin)}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{min-height:45px;padding:10px;margin:initial;width:100%;white-space:nowrap;border-radius:var(--cmplz_button_border_radius);cursor:pointer;font-size:var(--cmplz_button_font_size);font-weight:500;text-decoration:none;line-height:20px;text-align:center;flex:initial}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover{text-decoration:none}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept{background-color:var(--cmplz_button_accept_background_color);border:1px solid var(--cmplz_button_accept_border_color);color:var(--cmplz_button_accept_text_color)}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny{background-color:var(--cmplz_button_deny_background_color);border:1px solid var(--cmplz_button_deny_border_color);color:var(--cmplz_button_deny_text_color)}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences{background-color:var(--cmplz_button_settings_background_color);border:1px solid var(--cmplz_button_settings_border_color);color:var(--cmplz_button_settings_text_color)}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences{background-color:var(--cmplz_button_settings_background_color);border:1px solid var(--cmplz_button_settings_border_color);color:var(--cmplz_button_settings_text_color)}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options{background-color:var(--cmplz_button_settings_background_color);border:1px solid var(--cmplz_button_settings_border_color);color:var(--cmplz_button_settings_text_color)}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn{display:flex;align-items:center;justify-content:center;padding:initial}@media(max-width:425px){.cmplz-cookiebanner .cmplz-links.cmplz-information{display:initial;text-align:center}}.cmplz-cookiebanner .cmplz-links{display:flex;gap:var(--cmplz_banner_margin)}.cmplz-cookiebanner .cmplz-links.cmplz-information{justify-content:space-between}.cmplz-cookiebanner .cmplz-links.cmplz-documents{justify-content:center}.cmplz-cookiebanner .cmplz-links .cmplz-link{color:var(--cmplz_hyperlink_color);font-size:var(--cmplz_link_font_size);text-decoration:underline;margin:0}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes{display:none}.cmplz-cookiebanner .cmplz-links ul{margin:0;padding:0;list-style:none;display:flex;gap:var(--cmplz_banner_margin);justify-content:center}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous{display:none}.cmplz-categories .cmplz-category .cmplz-description-statistics{display:block}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle{background:0 0;border:none;padding:0;margin:0;cursor:pointer;grid-column-start:3;display:flex;align-items:center;justify-content:center;color:inherit}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded=true] .cmplz-icon.cmplz-open{transform:rotate(180deg)}.cmplz-cookiebanner{top:initial;left:initial;right:10px;bottom:10px;transform:initial}@media(min-width:768px){.cmplz-cookiebanner{min-width:var(--cmplz_banner_width);max-width:100%;display:grid;grid-row-gap:10px}}@media(max-width:768px){.cmplz-cookiebanner{left:initial;right:initial;bottom:0;width:100%}.cmplz-cookiebanner .cmplz-buttons{flex-direction:column}}@media(min-width:768px){.cmplz-message,.cmplz-categories{width:calc(var(--cmplz_banner_width) - 42px)}}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options{display:none}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in{animation:fadeIn 1s;-webkit-animation:fadeIn 1s;-moz-animation:fadeIn 1s;-o-animation:fadeIn 1s;-ms-animation:fadeIn 1s;display:block}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-ms-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.cmplz-cookiebanner .cmplz-links.cmplz-information{display:none}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences{display:none}.cmplz-cookiebanner .cmplz-marketing:not(.cmplz-tcf),.cmplz-manage-consent-container .cmplz-marketing:not(.cmplz-tcf){display:none}#cmplz-manage-consent .cmplz-manage-consent{animation:mc_slideIn 0s forwards}.cmplz-logo{display:none!important}.cmplz-cookiebanner{box-shadow:rgba(0,0,0,.19)0 10px 20px,rgba(0,0,0,.23)0 6px 6px}#cmplz-manage-consent .cmplz-manage-consent{box-shadow:rgba(0,0,0,.19)0 10px 20px,rgba(0,0,0,.23)0 6px 6px}.cmplz-cookiebanner.cmplz-show{box-shadow:rgba(0,0,0,.19)0 10px 20px,rgba(0,0,0,.23)0 6px 6px}.cmplz-cookiebanner.cmplz-show:hover{transition-duration:1s;box-shadow:rgba(0,0,0,.3)0 19px 38px,rgba(0,0,0,.22)0 15px 12px}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous{display:block}.cmplz-categories .cmplz-category .cmplz-description-statistics{display:none}
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}