/* Page layout */
/* Smartphone stylesheet */

body
{

	color:black;
	font-family:Sans-Serif;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-top:0px;
	 -webkit-text-size-adjust: 100%; /* prevents iphone making text bigger when rotate handset */
}
.pageTop
{
	display:none;
}
.pageSides
{

}
.header
{
	background-color:white;

}
.banner
{
padding-top:10px;
padding-bottom:5px;
text-align:center;
}

.icon-i { width: 24px; height: 24px;}
.searchLogo { text-align: center; margin-bottom: 60px;}
#pnlSearch { text-align: center;}
#btnSearch { position: relative; top: 9px;}
.searchResultsHeader { margin-bottom: 20px;}
.searchResult {
  float: none;
  width: 100%;
  height: auto;
margin-bottom: 30px;
}
#txtResultsSearchBox {position: relative;
  top: -11px;}
.searchResult h1 a { color: #A3C137;}

page
{
padding-top:0px;
	background-color:white; 
}

.column1of1
{
	padding-left:5px;
	padding-right:5px;
}

.bannerRight
{
	float:right;
	text-align:right;
	padding-right:10px;
}


.clearBoth
{
	clear:both;
}
.clearLeft
{
	clear:left;
}
.pageBottom
{

	height: 20px;
	clear: both;
	background-color:white; /* Same as body */

}


.mobileButton
{
	background-image: url(../../_global/Images/smartphoneButtonOnBlack.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#8A8A8A;
	margin-bottom: 5px;
	margin-top: 5px;
	color: Black;
	border-bottom:#353535 1px solid;
	border-top: #E9E9E9 1px solid;
}

.mobileButton a
{
	display: block;
	height:30px;
	padding-top:10px;
	padding-left:10px;
	color:black;
	padding-right:25px;
	text-decoration:none;
}
.mobileButton a:visited
{
	color:black;
}
.mobileButtonHighlight
{
	background-image: url(../../_global/Images/smartphoneButtonHighlight.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#007900;
	margin-bottom: 5px;
	margin-top: 5px;
	color: white;
	border-bottom:#353535 1px solid;
	border-top: #E9E9E9 1px solid;
}

.mobileButtonHighlight a
{
	display: block;
	height:30px;
	padding-top:10px;
	padding-left:10px;
	color:white;
	padding-right:25px;
	text-decoration:none;
}
.mobileButtonHighlight a:visited
{
	color:white;
}

.dropDown
{
	font-size:100%;
}




/* Mobile Nav Bar */

.navBar
{
	width:100%;
	
background-color:#A3C137;
	height:40px;
	
}
.navBarHome
{
	float:left;
	width:33%;
	padding-top:10px;
	padding-left:5px;
}
.navBarHome a
{
	width:100%;
	height:30px;
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;

}
.navBarHome a:visited
{
	color:white;
}
.navBarBasket
{
	float:left;
	width:33%;
	padding-top:10px;
	color:white;
}
.navBarBasket a
{
	color:white;
	text-decoration:none;
}
.navBarBasket a:visited
{
	color:white;
}
.navBarCall
{
	padding-top:10px;
	text-align:right;
	padding-right:5px;
	color:white;
}
.navBarCall a
{
	width:100%;
	height:30px;
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
}
.navBarCall a:visited
{
	color:white;
}




/* Shop Product Page */
.products a
{
	text-decoration:none;
}

.productSummary
{
	width: 100%;
	background-image: url(../../_global/Images/smartphoneProductSumaryBack.png);
	background-repeat: repeat-x;
	background-position:right;
	height: 82px;

}
.productSummaryFeatured
{
	width:100%;
	background-image: url(../../_global/Images/smartphoneProductSumaryBack.png);
	background-repeat:repeat-x;
	background-position:right;
	height: 82px;

}
.productSummaryImage
{
	margin-top:1px;
	float:left;
	margin-right:10px;
	padding-left:0px;
}

.productSummary a
{
	display: block;
}
.productSummary a:visited
{

}
.productSummaryName
{
	padding-top:10px;
	color:black;
	overflow:hidden;
	height:40px;
	line-height:20px;
	margin-right:0px;
	padding-right:20px;
}
.productSummaryName a
{
	padding-top:20px;
}

.productSummaryPrice
{
	padding-top:5px;
	color:#404040;
}

.productSummaryButtons
{
	float:right;
	height:81px;
}
.productSummaryMore
{
}

/* General Style */
a
{
	text-decoration:underline;
	color:black;
}
a:visited
{
	text-decoration:none;
	color:black;
}



p
{
	padding-top:0px;
	margin-top:0px;
}
h1
{
	margin-top: 10px;
	margin-bottom:5px;
	padding-top: 0px;
	font-size:110%;
	padding-top:0px;
	padding-bottom:0px;
	color:#656565;
letter-spacing:1px
}
h1 img
{
display:none;
}
h2
{
	margin-top:0px;
	padding-top:0px;
	color:black;
	font-size:larger;
font-size:100%;

letter-spacing:1px
}
h3
{
	margin-top:0px;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:0px;
	color:black;
	font-size:larger;

}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
hr
{
	color:Green;
}
.faint
{
	color:gray;
}
.footerText
{
background:url(../Images/footerBack.jpg) bottom left repeat-x;
position: fixed !important;
left:0;
bottom: 0;
width:100%;
height:auto;
text-align:left;
	color: #808080;
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: 11pt;
padding-left:0px;
padding-right:0px;

}

.footerText h2
{
color:#A2C03A;
}
.footerInner
{
width:960px;
margin-left:auto;
margin-right:auto;
}

.footerText a
{
	text-decoration:none;
	color:#808080;
}
.footerText a:hover
{
color:#808080;
	text-decoration:underline;
}
.floristWindowLogo
{
	float:right;
	height:56px;
	padding-bottom:5px;
}


.floatRight
{
	float:right;
}
.floatLeft
{
	float:left;
}

.errorMessage
{
	background-color:#FFFF40;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
.confirmationMessage
{
	background-color:#99E791;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}


/* Top Menu */

.mobileMenuHeader
{
display:none;
}

.mobileMenuHeader
{
	display:block;
	padding-top:20px;
	color:white;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:5px;
	border-bottom: #C10031 1px solid;
}

.menu
{
	width:100%;
}
.menuDividers
{
    display:none;
}


.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index:10;
}
.menu ul li
{
    	width:100%;
	background-image: url(../../_global/Images/smartphoneArrow.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 0px;
	margin-top: 0px;
	color: Black;
	border-bottom:#477980 1px solid;
}
.menu ul li a
{
	padding-top:10px;
	display:block;
	padding-left: 5px;
	color:black;
	text-decoration:none;
	height:30px;
}
.menu ul li a:hover
{
    text-decoration:underline;
}
.menu ul li a:visited
{
	color:black;
	text-decoration:none;
}
.menuSelected
{
	color: black;
	text-decoration:none;
}
.menuDisplayFull
{
	display:block;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
}





/* Product Menu */

.productMenuTitle
{
display:none;
	padding-top:10px;
	color:#4A5E68;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:10px;
}
.productMenu
{

}
.productMenuTopSection
{
	display:none;
}
.productMenuSearchTitle
{
	display:none;
}
.productMenuSearchBox
{
	display:none;
}
.productMenuSearchButton
{
	display:none;
}
.productMenuSearchDropDown
{
	display:none;

}
.productMenu ul
{
	list-style-type: none;
	width:100%;
	padding-left: 0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.productMenuCategory
{
	display:block;
	color: #4A5E68;
	height: 22px;
	font-weight: bold;
	padding-top: 20px;
	margin-left:0px;
	padding-left:10px;
	border-bottom: #4A5E68 1px solid;

}
.productMenuSubCategory
{
	width:100%;
	
}

.productMenuSubCategory a
{
	display:block;
	color:black;
	text-decoration:none;
	height:30px;
	padding-left: 10px;
	padding-top:10px;
	background-image: url(../../_global/Images/smartphoneArrow.png);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: #5684B5 1px solid;
}
.productMenuSubCategory a:hover
{
	text-decoration:none;

}
.productMenuBottom
{
	display:none;
}




/* Product Details Page */

.productDetails
{
}
.productDetailsCol1
{
}
.productDetails h1
{
}

.productDetailsImageWrapper
{
	
}
.productDetailsImage
{
		width:180px;

}

.productDetailsCol2
{
	margin-left:0px;

}

.productDetailsFeatures
{
}
.productDetailsPrices
{
	color:#666666;
}

.productDetailsBuy
{
	margin-top:20px;
}
.productDetailsDescription
{
	clear:left;
}
.productDetailsModifierList
{
	font-size:large;
}
.productDetailsBack
{
	padding-top:15px;
	text-decoration:underline;
}
.productDetailsNote
{
	clear:right;
	margin-top:20px;
}
.productDetailsNote a
{
	color:Gray;
}
.productDetailsProductModifiersTable
{
}
.productDetailsProductModifiersTable td
{
	padding-bottom:10px;
}

.productDetailsLinkedProducts
{
	
}
.productDetailsLinkedProducts h1
{
}

/* checkout page */





/* Checkout Billing */
.checkoutHeader
{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#E6E4E4;
	color:Black;
}
.checkoutPrompt
{
	width:180px;
	float:left;
	text-align:right;
	padding-right:5px;
}
.checkoutTextBox
{
	width:200px;
}
.checkoutPaymentDropDown
{
		width:171px;
}
.checkoutPaymentTextBox
{
	width:167px;
}
.checkoutPaymentShortTextBox
{
	width:77px;

}
.checkoutPaymentSecurityCodeHelp
{
	margin-left:275px;
}
.checkoutInset
{
	margin-left:180px;
}


/* Contact Form */

.contactFormPrompt
{

}
.contactFormField
{
	width:200px;
}
.contactFormMessageBox
{
	width:200px;
}
.contactFormButton
{
	
}

#pnlContact
{
margin-top:20px;
}

.socialImg
{
margin-right:10px;
position:relative;
top:8px;
} 

/* Site Map Page */
.siteMap
{
}
.siteMapPages
{
}

.siteMapProducts
{
	
}
.siteMapProducts ul
{
	text-indent:0px;
	margin-left:0px;
	padding-left:0px;
}
.siteMapCategory
{
	font-size:smaller;

}
.siteMapPage
{
	 text-decoration:none;
}
.siteMapPage a:hover
{
	text-decoration:underline;
}
.siteMapSubCategory
{
	font-size:smaller;
	text-indent: 10px;
	text-decoration: none;
}
.siteMapSubCategory a:hover
{
	text-decoration:underline;
}
.siteMapProduct
{
	 font-size:smaller;
	text-decoration:none;
	text-indent: 20px;
	overflow:hidden;
	display:block;
	height:20px;
}
.siteMapProduct a:hover
{
	text-decoration:underline;
}



/* Captcha */
.captch
{
 vertical-align:top;
 }




 /* Gallery */
 
.gallery
{
	background-color:White;
}
 
.dng_photo1
{
}




/* Website Specific */


.homepageBox
{

height:50px;
padding-top:20px;
}
.homepageBox img
{
float:left;
margin-right:10px;

margin-top:-20px;
}


.testimonials a 
{
text-decoration:none;
color:#A3C137;
position:relative;
display:inline-block;
top:-10px;
}
.testimonials a;hover
{
text-decoration:underline;
}

.boxArticle, .boxArticleFullWidth
{
margin-top:10px;
border: #E5EEC4 4px solid;
border-radius:4px;

padding:5px;
}
.boxArticle h2
{

padding-top:0px;
padding-bottom:5px;
margin-top:0px;
color:black;
border-bottom: #A3C137 3px solid;
font-size:14pt;
text-transform:none;
}
.boxArticle h2 img
{
padding-right:5px;
position:relative;
top:5px;
margin-right:0px;
}
.boxArticle3rd h2 img, .boxArticleFullWidth h2 img
{
display:none;
}

.boxArticle .linkButton, .linkButton
{
background-color:#A3C137;
padding:10px;
margin-top:0px;
color:white;
font-size:110%;
text-align:right;
box-shadow: 10px 10px 5px #888888;
margin-right:10px;
}
.boxArticle .linkButton a, .linkButton a
{
display:block;
color:white;
text-decoration:none;
}
.boxArticle .linkButton a:visited, .linkButton a:visited
{
display:block;
color:white;
text-decoration:none;
}

.icon
{
display:none;
}

/* slide show animation */
.smartphoneSlideShow
{
height:205px;
margin-bottom:10px;
}

.smartphoneSlideShow img
{
max-height:205px;
width:96%;
max-width:600px;
margin-bottom:20px;
overflow:hidden;
box-shadow: 10px 10px 5px #888888;
margin-right:10px;
}

.animationPanelhomepageBox, .animationPanelhomepageBoxNarrow, .animationPanelhomepageBoxNarrowDark
{
position:absolute;
bottom:40px;
left:0px;
background-color: rgb(0, 0, 0);
background-color: rgba(0,0,0, 0.7);
height:auto;
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
color:white;

font-size:18pt;
}


.animationPanelhomepageBoxNarrow, .animationPanelhomepageBoxNarrowDark
{
width:180x;

}

.animationPanelhomepageBox a, .animationPanelhomepageBoxNarrow a , .animationPanelhomepageBoxNarrowDark a
{

background-color:#A2C03A;
color:white;
padding:5px;
text-decoration:none;
margin-top:20px;

border-radius: 3px;
    border: 2px solid #A2C03A;
}


/* when phone is portrait make slide show less high */

@media only screen and (max-width: 350px)
{

.smartphoneSlideShow
{
height:130px;
}

.animationPanelhomepageBox
{
font-size:12pt;
}

}

/* Nave bar to hide basket  */

.navBar .navBarBasketIcon
{
display:none;
}

.navBar .navBarIcon 
{
    width:33%;
}




.navBar,
.navBarHome,
.header .search,
.header .searchIcon {
  display: none !important;
}



/* Widen mobile search input */
#pnlSearch input[type="text"],
#txtResultsSearchBox {
  width: 70% !important;      /* make the text box wider */
  box-sizing: border-box;
  font-size: 16px;            /* stops iOS zoom-on-focus */
  top: 0 !important;          /* cancel earlier -11px shift */
}

/* keep layout comfy on tiny screens */
@media (max-width: 350px){
  #pnlSearch input[type="text"],
  #txtResultsSearchBox { width: 80% !important; }
}


.footerWrapper{
  background:#b9cdb9;
  padding:30px 0;
}

.footerWrapper,
.footerWrapper a{
  color:#262324;
  text-decoration:none;
}

.footerWrapper a:hover{
  text-decoration:underline;
}


.footerWrapper{
  background:#b9cdb9 !important;
  padding:30px 0;
}

.footerWrapper .footerText,
.footerWrapper .nationalSearchFooter,
.footerWrapper .nationalSearchFooter div{
  background:#b9cdb9 !important;
}

.footerWrapper,
.footerWrapper a{
  color:#262324;
  text-decoration:none;
}

.footerWrapper a:hover{
  text-decoration:underline;
}




















#fs-shell{
  --fw1:#57963a;
  --fw2:#7cab35;
  --fw3:#a3c331;
  --sun1:#fdd501;
  --sun2:#fcb503;
  --hot1:#f35425;
  --hot2:#ef482f;
  --text:#2b2b2b;
  --muted:#5a5f66;
  --bg:#f6f7f6;
  --fs-logo-url:url("/Websites/1398/Images/upload/image/FlowerSubscriptionsLogo.png?ver=1914");
  --fs-logo-h:clamp(140px,16vw,260px);
  --fs-topPill-right:16px;
  --fs-topPill-bottom:4px;
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow-x:clip;
}

@supports not (overflow-x:clip){
  #fs-shell{overflow-x:hidden}
}

#fs-shell,
#fs-shell *{box-sizing:border-box}

#fs-top{
  padding:12px 0 10px;
  background:
    radial-gradient(900px 240px at 15% 0%, rgba(253,213,1,.35), rgba(253,213,1,0) 60%),
    radial-gradient(900px 240px at 85% 0%, rgba(239,72,47,.28), rgba(239,72,47,0) 60%),
    linear-gradient(90deg, rgba(87,150,58,.96), rgba(124,171,53,.96), rgba(163,195,49,.96));
  border-bottom:1px solid rgba(0,0,0,.12);
}

#fs-nav{width:min(1200px,94%);margin:0 auto}

.fs-nav-inner{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px 14px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.34);
  box-shadow:0 16px 36px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.fs-nav-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:900;
  font-size:16px;
  letter-spacing:.2px;
  text-decoration:none;
  padding:10px 14px;
  border-radius:14px;
  transition:transform .18s ease, background-color .18s ease, box-shadow .18s ease;
  text-shadow:0 1px 0 rgba(0,0,0,.10);
  color:rgba(255,255,255,.98)!important;
}

.fs-nav-link:visited,
.fs-nav-link:active,
.fs-nav-link:focus{color:rgba(255,255,255,.98)!important}

.fs-nav-link:hover{
  background:rgba(0,0,0,.12);
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(0,0,0,.12);
  color:rgba(255,255,255,.98)!important;
}

.fs-nav-link.active{
  background:rgba(0,0,0,.16);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.22);
  color:rgba(255,255,255,.98)!important;
}

.fs-nav-link.ext{
  background:linear-gradient(180deg, rgba(253,213,1,.95), rgba(252,181,3,.95));
  color:rgba(30,24,8,.92)!important;
  text-shadow:none;
  box-shadow:0 12px 24px rgba(0,0,0,.16);
}

.fs-nav-link.ext:visited,
.fs-nav-link.ext:active,
.fs-nav-link.ext:focus{color:rgba(30,24,8,.92)!important}

.fs-nav-link.ext:hover{
  background:linear-gradient(180deg, rgba(252,181,3,.98), rgba(243,84,37,.90));
  transform:translateY(-1px);
  color:rgba(30,24,8,.92)!important;
}

.fs-jumpbar{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 10px;
  margin-top:10px;
}

.fs-jump{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:950;
  font-size:12px;
  letter-spacing:.10em;
  text-transform:uppercase;
  text-decoration:none;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.30);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:transform .18s ease, background-color .18s ease;
  color:rgba(255,255,255,.96)!important;
}

.fs-jump:visited,
.fs-jump:active,
.fs-jump:focus{color:rgba(255,255,255,.96)!important}

.fs-jump:hover{
  background:rgba(0,0,0,.10);
  transform:translateY(-1px);
  color:rgba(255,255,255,.96)!important;
}

@media(max-width:560px){
  .fs-nav-link{font-size:15px;padding:10px 14px}
  .fs-nav-inner{padding:14px}
  .fs-jump{font-size:11px;padding:9px 12px}
  #fs-shell{
    --fs-logo-h:clamp(96px,24vw,150px);
    --fs-topPill-right:12px;
    --fs-topPill-bottom:0px;
  }
}

#fs-home{
  background:var(--bg);
  padding:22px 0 48px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

#fs-home .fs-wrap{width:min(1200px,94%);margin:auto}
#fs-home .fs-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:22px}

#fs-home .fs-brandbox{
  position:relative;
  margin:-4px -4px 16px;
  border-radius:10px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  background:#fff;
  padding:14px 16px;
  font-size:0;
  line-height:0;
}

#fs-home .fs-brandbox::before{
  content:"";
  display:block;
  width:100%;
  height:var(--fs-logo-h);
  background-image:var(--fs-logo-url);
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}

#fs-home .fs-brandbox img{display:none!important}

#fs-home .fs-brandboxLink{
  position:absolute;
  inset:0;
  font-size:0;
  line-height:0;
  color:transparent;
  text-decoration:none;
}

#fs-home .fs-logoText{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.fs-heroIntro{width:min(1200px,94%);margin:0 auto}
.fs-heroIntro *{box-sizing:border-box}

.fs-accent{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:12px 14px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background:
    radial-gradient(380px 120px at 15% 50%, rgba(253,213,1,.18), rgba(253,213,1,0) 60%),
    radial-gradient(380px 120px at 85% 50%, rgba(239,72,47,.12), rgba(239,72,47,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(251,251,251,.92));
  box-shadow:0 14px 30px rgba(0,0,0,.08);
  color:var(--text);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:900;
  letter-spacing:.2px;
}

.fs-h1-line{
  display:block;
  text-align:center;
  margin:16px auto 10px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:950;
  letter-spacing:-.2px;
  line-height:1.08;
  color:#1f1f1f;
  font-size:clamp(30px,4vw,46px);
}

.fs-h1-sub{
  font-weight:900;
  background:linear-gradient(90deg,#57963a,#7cab35,#a3c331,#fdd501,#fcb503,#f35425,#ef482f);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.fs-centre{
  text-align:center;
  color:var(--muted);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
  margin:0 auto 14px;
  max-width:980px;
}

.fs-trustRow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  margin:16px 0 18px;
}

.fs-trustPill{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.82);
  box-shadow:0 10px 22px rgba(0,0,0,.06);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:850;
  font-size:13px;
  color:var(--text);
  white-space:nowrap;
}

.fs-areasTitle{
  text-align:center;
  margin:18px 0 10px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:950;
  letter-spacing:.2px;
  font-size:clamp(18px,2.2vw,22px);
  color:var(--text);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

@media(max-width:560px){
  .fs-accent{padding:12px 12px;border-radius:16px}
  .fs-h1-line{margin-top:14px}
  .fs-trustRow{gap:10px}
  .fs-trustPill{width:100%;justify-content:center}
}

.fs-areaBar{width:min(1200px,94%);margin:18px auto 16px}
.fs-areaBar *{box-sizing:border-box}

.fs-areaBar-inner{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.12);
  background:
    radial-gradient(520px 200px at 12% 50%, rgba(253,213,1,.22), rgba(253,213,1,0) 60%),
    radial-gradient(520px 200px at 88% 50%, rgba(239,72,47,.16), rgba(239,72,47,0) 60%),
    linear-gradient(180deg,#ffffff,#fbfbfb);
  box-shadow:0 18px 40px rgba(0,0,0,.10);
  padding:16px 14px 14px;
}

.fs-areaSwirl{
  position:absolute;
  inset:-55%;
  pointer-events:none;
  opacity:0;
  transform-origin:50% 50%;
  transform:rotate(0deg) scale(1.02);
  transition:opacity .75s ease;
  background:
    conic-gradient(
      from 0deg,
      rgba(87,150,58,.00),
      rgba(87,150,58,.22),
      rgba(124,171,53,.22),
      rgba(163,195,49,.22),
      rgba(253,213,1,.22),
      rgba(252,181,3,.22),
      rgba(243,84,37,.18),
      rgba(239,72,47,.18),
      rgba(87,150,58,.00)
    );
  filter:blur(20px);
  mix-blend-mode:multiply;
}

.fs-areaBar-inner.is-rotate .fs-areaSwirl{
  opacity:.75;
  animation:fsRotate 24s linear infinite;
}

@keyframes fsRotate{
  0%{transform:rotate(0deg) scale(1.02)}
  100%{transform:rotate(360deg) scale(1.02)}
}

.fs-areaGrid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  align-items:end;
}

.fs-areaLabel{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:900;
  font-size:13px;
  letter-spacing:.2px;
  color:rgba(0,0,0,.78);
  margin:0 0 8px;
}

.fs-areaSelect{
  width:100%;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:800;
  font-size:14px;
  color:rgba(0,0,0,.88);
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.16);
  background:rgba(255,255,255,.82);
  outline:none;
  transition:transform .14s ease, box-shadow .14s ease, border-color .14s ease;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

.fs-areaSelect:focus{
  border-color:rgba(87,150,58,.42);
  box-shadow:0 14px 28px rgba(0,0,0,.10);
  transform:translateY(-1px);
}

@media(max-width:980px){
  .fs-areaGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:560px){
  .fs-areaBar{margin:16px auto 14px}
  .fs-areaBar-inner{padding:16px}
  .fs-areaGrid{grid-template-columns:1fr;gap:14px}
  .fs-areaLabel{font-size:14px;margin-bottom:10px}
  .fs-areaSelect{padding:14px 14px;font-size:15px}
}

#fs-home .fs-country{border-top:1px solid rgba(0,0,0,.08);padding-top:16px;margin-top:18px}
#fs-home .fs-country-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px 14px;margin-bottom:10px}
#fs-home .fs-country-title{font-weight:900;font-size:18px;color:var(--text)}
#fs-home .fs-country-sub{font-size:13px;color:#6b6f74}

#fs-home .fs-county-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
@media(max-width:1100px){#fs-home .fs-county-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){#fs-home .fs-county-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){#fs-home .fs-county-grid{grid-template-columns:1fr;gap:14px}}

#fs-home .fs-county{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.12);
  border-radius:16px;
  background:
    radial-gradient(240px 120px at 15% 0%, rgba(163,195,49,.14), rgba(163,195,49,0) 65%),
    radial-gradient(240px 120px at 85% 0%, rgba(252,181,3,.12), rgba(252,181,3,0) 65%),
    #fff;
  padding:14px 14px 14px;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#fs-home .fs-county::before{
  content:"";
  position:absolute;
  inset:-60%;
  pointer-events:none;
  opacity:0;
  transform-origin:50% 50%;
  transform:rotate(0deg) scale(1.02);
  transition:opacity .35s ease;
  background:
    radial-gradient(260px 160px at 18% 15%, rgba(87,150,58,.30), rgba(87,150,58,0) 70%),
    radial-gradient(260px 160px at 82% 15%, rgba(124,171,53,.26), rgba(124,171,53,0) 70%),
    radial-gradient(260px 200px at 50% 120%, rgba(163,195,49,.18), rgba(163,195,49,0) 70%);
  filter:blur(18px);
  mix-blend-mode:multiply;
}

#fs-home .fs-county:hover,
#fs-home .fs-county:focus-within{
  border-color:rgba(0,0,0,.22);
  box-shadow:0 16px 34px rgba(0,0,0,.10);
  transform:translateY(-2px);
}

#fs-home .fs-county:hover::before,
#fs-home .fs-county:focus-within::before{
  opacity:.70;
}

#fs-home .fs-county-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

#fs-home .fs-county-link{
  display:block;
  font-weight:900;
  font-size:15px;
  color:var(--text);
  text-decoration:none;
  line-height:1.2;
  padding:2px 0;
}

#fs-home .fs-county-link:visited,
#fs-home .fs-county-link:active,
#fs-home .fs-county-link:focus{color:var(--text)}

#fs-home .fs-county-link:hover{text-decoration:underline}

#fs-home .fs-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:32px;
  height:24px;
  padding:0 9px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(87,150,58,.95), rgba(124,171,53,.95));
  color:#fff;
  font-weight:900;
  font-size:12px;
  box-shadow:0 10px 18px rgba(0,0,0,.10);
  flex:0 0 auto;
}

#fs-home .fs-badge[data-count="0"]{
  background:linear-gradient(180deg, rgba(201,207,199,.95), rgba(201,207,199,.95));
  color:rgba(20,20,20,.85);
  box-shadow:none;
}

#fs-home .fs-towns{
  position:relative;
  z-index:2;
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(0,0,0,.10);
  display:flex;
  flex-wrap:wrap;
  gap:10px 10px;
}

#fs-home .fs-town{
  font-size:12px;
  font-weight:900;
  color:rgba(0,0,0,.82);
  text-decoration:none;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(0,0,0,.04);
  border:1px solid rgba(0,0,0,.10);
  line-height:1;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

#fs-home .fs-town:visited,
#fs-home .fs-town:active,
#fs-home .fs-town:focus{color:rgba(0,0,0,.82)}

#fs-home .fs-town:hover,
#fs-home .fs-town:focus{
  background:
    linear-gradient(90deg,
      rgba(87,150,58,.22),
      rgba(124,171,53,.22),
      rgba(163,195,49,.22),
      rgba(253,213,1,.24),
      rgba(252,181,3,.22),
      rgba(243,84,37,.18),
      rgba(239,72,47,.18)
    );
  border-color:rgba(87,150,58,.26);
  box-shadow:0 12px 22px rgba(0,0,0,.10);
  transform:translateY(-1px);
}

@media(max-width:560px){
  #fs-home .fs-county{padding:16px 16px 16px}
  #fs-home .fs-county-link{font-size:16px}
  #fs-home .fs-towns{margin-top:16px;padding-top:14px;gap:12px 12px}
  #fs-home .fs-town{padding:10px 14px;font-size:13px}
}

#fs-home .fs-cta-wrap{text-align:center;margin-top:26px}
#fs-home .fs-cta{
  display:inline-block;
  padding:12px 22px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(163,195,49,.98), rgba(124,171,53,.98));
  color:#fff!important;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 16px 30px rgba(0,0,0,.14);
}

#fs-home .fs-cta:visited,
#fs-home .fs-cta:active,
#fs-home .fs-cta:focus{color:#fff!important}

#fs-home .fs-cta:hover{
  background:linear-gradient(180deg, rgba(252,181,3,.95), rgba(243,84,37,.88));
  color:#fff!important;
}

#fs-areas{scroll-margin-top:160px}
@media(max-width:560px){#fs-areas{scroll-margin-top:120px}}

.fs-nav-link:focus-visible,
.fs-jump:focus-visible,
.fs-areaSelect:focus-visible,
.fs-county-link:focus-visible,
.fs-town:focus-visible,
.fs-cta:focus-visible,
.fs-topPill:focus-visible{
  outline:2px solid rgba(253,213,1,.85);
  outline-offset:3px;
}

.fs-topPill{
  position:fixed;
  right:var(--fs-topPill-right);
  bottom:var(--fs-topPill-bottom);
  z-index:9999;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  text-decoration:none;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-weight:950;
  font-size:13px;
  letter-spacing:.2px;
  color:rgba(20,20,20,.92)!important;
  background:linear-gradient(90deg,#57963a,#7cab35,#a3c331,#fdd501,#fcb503,#f35425,#ef482f);
  box-shadow:0 18px 34px rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.35);
  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
  transition:opacity .18s ease, transform .18s ease, box-shadow .18s ease;
}

.fs-topPill.is-show{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}

.fs-topPill:hover{
  box-shadow:0 22px 42px rgba(0,0,0,.22);
  transform:translateY(-1px);
}

.fs-topPill:visited,
.fs-topPill:active,
.fs-topPill:focus{color:rgba(20,20,20,.92)!important}

@media (prefers-reduced-motion: reduce){
  .fs-areaBar-inner.is-rotate .fs-areaSwirl{animation:none}
  .fs-topPill{transition:none}
}

#fs-home .fs-seoBlock{
  width:min(980px,100%);
  margin:22px auto 0;
  text-align:center;
}

#fs-home .fs-seoBlock p{
  margin:0 auto 12px;
  max-width:980px;
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}

#fs-home .fs-seoGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
  text-align:left;
}

@media(max-width:900px){
  #fs-home .fs-seoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:560px){
  #fs-home .fs-seoGrid{grid-template-columns:1fr;gap:14px}
}

#fs-home .fs-seoChip{
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  padding:14px 14px 12px;
  background:linear-gradient(180deg,#ffffff,#fbfbfb);
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

#fs-home .fs-seoChip b{
  display:block;
  color:var(--text);
  font-size:14px;
  margin-bottom:6px;
  font-weight:950;
}

#fs-home .fs-seoChip span{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}

#fs-home .fs-quicklinks-wrap{
  margin:28px 0 10px;
  text-align:center;
}

#fs-home .fs-quicklinks-title{
  font-weight:950;
  font-size:15px;
  color:var(--text);
  margin-bottom:10px;
}

#fs-home .fs-quicklinks{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 10px;
}

#fs-home .fs-quicklinks a{
  font-size:13px;
  font-weight:900;
  padding:8px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.14);
  text-decoration:none;
  color:var(--text);
  background:#fff;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#fs-home .fs-quicklinks a:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 22px rgba(0,0,0,.08);
  border-color:rgba(0,0,0,.20);
}

#fs-home .fs-faq-teaser{
  margin:14px auto 0;
  width:min(900px,100%);
  text-align:center;
}

#fs-home .fs-faq-teaser p{
  margin:0;
  font-size:14px;
  color:var(--muted);
  line-height:1.6;
}

#fs-home .fs-faq-teaser a{
  color:var(--text);
  text-decoration:none;
  border-bottom:1px solid rgba(0,0,0,.18);
  font-weight:950;
}

#fs-home .fs-faq-teaser a:hover{
  border-bottom-color:rgba(0,0,0,.32);
}

#fs-home .fs-cta-row{
  margin:18px 0 0;
  text-align:center;
}

#fs-home .fs-cta-alt{
  display:inline-block;
  padding:12px 22px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(163,195,49,.98), rgba(124,171,53,.98));
  color:#fff!important;
  font-weight:950;
  text-decoration:none;
  box-shadow:0 16px 30px rgba(0,0,0,.14);
}

#fs-home .fs-cta-alt:hover{
  background:linear-gradient(180deg, rgba(252,181,3,.95), rgba(243,84,37,.88));
  color:#fff!important;
}

#fs-home .fs-seoBlock{
  width:min(980px,100%);
  margin:22px auto 0;
  text-align:center;
}

#fs-home .fs-seoBlock p{
  margin:0 auto 12px;
  max-width:980px;
  color:var(--muted,#5a5f66);
  font-size:15px;
  line-height:1.7;
}

#fs-home .fs-seoGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
  text-align:left;
}

@media(max-width:900px){
  #fs-home .fs-seoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:560px){
  #fs-home .fs-seoGrid{grid-template-columns:1fr;gap:14px}
}

#fs-home .fs-seoChip{
  display:flex;
  gap:14px;
  align-items:flex-start;
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  padding:14px 14px 12px;
  background:linear-gradient(180deg,#ffffff,#fbfbfb);
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

#fs-home .fs-seoThumb{
  width:190px;
  height:190px;
  flex:0 0 190px;
  object-fit:cover;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.10);
  background:#ffffff;
  display:block;
}

@media(max-width:900px){
  #fs-home .fs-seoThumb{width:160px;height:160px;flex-basis:160px}
}

@media(max-width:560px){
  #fs-home .fs-seoChip{flex-direction:column}
  #fs-home .fs-seoThumb{width:100%;height:190px;flex-basis:auto}
}

#fs-home .fs-seoChip b{
  display:block;
  color:var(--text,#2b2b2b);
  font-size:14px;
  margin-bottom:6px;
  font-weight:950;
}

#fs-home .fs-seoChip span{
  display:block;
  color:var(--muted,#5a5f66);
  font-size:13px;
  line-height:1.55;
}

#fs-home .fs-quicklinks-wrap{
  margin:28px 0 10px;
  text-align:center;
}

#fs-home .fs-quicklinks-title{
  font-weight:950;
  font-size:15px;
  color:var(--text,#2b2b2b);
  margin-bottom:10px;
}

#fs-home .fs-quicklinks{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 10px;
}

#fs-home .fs-quicklinks a{
  font-size:13px;
  font-weight:900;
  padding:8px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.14);
  text-decoration:none;
  color:var(--text,#2b2b2b);
  background:#ffffff;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#fs-home .fs-quicklinks a:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 22px rgba(0,0,0,.08);
  border-color:rgba(0,0,0,.20);
}

#fs-home .fs-faq-teaser{
  margin:14px auto 0;
  width:min(900px,100%);
  text-align:center;
}

#fs-home .fs-faq-teaser p{
  margin:0;
  font-size:14px;
  color:var(--muted,#5a5f66);
  line-height:1.6;
}

#fs-home .fs-faq-teaser a{
  color:var(--text,#2b2b2b);
  text-decoration:none;
  border-bottom:1px solid rgba(0,0,0,.18);
  font-weight:950;
}

#fs-home .fs-faq-teaser a:hover{
  border-bottom-color:rgba(0,0,0,.32);
}

#fs-home .fs-cta-row{
  margin:18px 0 0;
  text-align:center;
}

#fs-home .fs-cta-alt{
  display:inline-block;
  padding:12px 22px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(163,195,49,.98), rgba(124,171,53,.98));
  color:#ffffff!important;
  font-weight:950;
  text-decoration:none;
  box-shadow:0 16px 30px rgba(0,0,0,.14);
}

#fs-home .fs-cta-alt:hover{
  background:linear-gradient(180deg, rgba(252,181,3,.95), rgba(243,84,37,.88));
  color:#ffffff!important;
}