.navbar, .navbar.scroll {
	transition: background .4s
}

.history-icon, .theme-a {
	display: block
}

.gbx1, .gbx3 {
	filter: blur(1px)
}

.btn-primary, .yellow-btn {
	--bs-btn-bg: var(--nav-color)
}

.fm a, .sfm a {
	padding-left: 0;
	margin-right: 20px
}


/* XXXXXXXXXXXXXXXXXXXXXXXXX LETS DO NEW STUFF HERE */
.cfp {
	height: 100vh;
	/* max-height: 1100px; */
}

.cc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

/* .cc div {
  width: 50%;
  height: 50%;
} */














.tagcolorul, .cusomter-selector, .click-here {
color: white !important;
}

.click-here {
font-size: 15px;
}

.img-ho {
height: 400px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  transition: 0.3s;
  opacity: 0.5;
}

/* .img-pms:hover, .img-pms:hover { */
/*  opacity: 0.5; */
/*     box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2); */
/* } */

.img-pms.active, .img-ho.active {
 opacity: 1;
 transition: 0.3s;
 }
 
 .img-cred {
 text-align: center;
 padding: 7px 0px !important;
 }
 
.thebox {height: 100%; margin-top: 195px;}
.thebox2 {height: 200px;}



/* Style the tab */
/* .tabs { */
/*   background-color: #f1f1f1; */
/* } */


/* .tablinks {background-color: #f1f1f1; } */
 
/* Style the buttons that are used to open the tab content */
.tabs button {
  display: block;
/*   background-color: inherit; */
   color: white;
  padding: 22px 16px;
/*   width: 100%; */
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  height: 400px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

/* Change background color of buttons on hover */
.tabs button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tabs button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
  display: none;
}

.tagline p {
color: white !important;
font-size: 1.6rem !important;
width: 100%;
/* DADADA */
/* color: #DADADA !important; */
/* font-weight: 900; */
/* font-weight: 600; */
} 

.cred2 {
height: 100px;
height: 70px;
}
.container-main h2, .container-main p {
color: white;
} 



/* .accordion-item:first-of-type .accordion-button { */
/* border-top-left-radius: var(--bs-accordion-inner-border-radius); */
/* border-top-right-radius: var(--bs-accordion-inner-border-radius); */
/* } */

.accordion-button {
font-family: 'font2-m';
text-transform: none;
font-size: 20px !important;
font-size: 22px !important;
color: white;
background-color: transparent;
}

.accordion-button:not(.collapsed) {
color: white;
background-color: transparent;
box-shadow: none;
}

.accordion-body, .accordion-button {
color: white !important;
}

#accordionServices .accordion-body a {
color: var(--light-blue) !important;
text-decoration: none !important;
transition: 0.3s;
}
#accordionServices .accordion-body a:hover {
opacity: 0.8 !important;
text-decoration: underline !important;
transition: 0.3s all;
}

/* .accordion-button, .accordion-button:not(.collapsed) , .accordion-body, .accordion-button { */
.black, .accordion-button-black, .accordion-button-black:not(.collapsed) {
/* color: var(--the-black) !important; */
color: var(--dark-blue) !important;
}


.accordion-item-black {
border-bottom: 1px solid var(--the-black) !important;
}




.accordion-item {
border: none;
border-bottom: 1px solid white;
margin-bottom: 10px;
}

.accordion-button::after {
font-size: 3rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
/*   transform: var(--bs-accordion-btn-icon-transform); */
}
.accordion-button::after {
/*   width: var(--bs-accordion-btn-icon-width); */
/*   height: var(--bs-accordion-btn-icon-width); */
/*   margin-left: auto; */
/*   content: ""; */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
/*   background-repeat: no-repeat; */
/*   background-size: var(--bs-accordion-btn-icon-width); */
/*   transition: var(--bs-accordion-btn-icon-transition); */
}



.accordion-button-light {
color: var(--the-black);
color: var(--dark-blue);
}
.accordion-button-light:not(.collapsed) {
color: var(--the-black);
color: var(--dark-blue);
}
.accordion-body-light, .accordion-button-light {
color: var(--the-black) !important;
color: var(--dark-blue) !important;
}
.accordion-item-light {
border-bottom: 1px solid var(--the-black);
border-bottom: 1px solid var(--dark-blue);
}
.accordion-button-light:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23444'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button-light::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23444'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}








.servpict {
max-height: 300px; 
/* width: auto; */
} 
.spb {
min-height: 550px;
  /* -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; */
background-position: center;
background-size: cover !important;
background-repeat: no-repeat;
}

.spb-top {
background-position: top;
}
.spb {
min-height: 508px;
/* override xxxxx */
}

.b2bm {
	margin-top: 100px !important;
}



.quote-h, .quote-h p, .quote-h h2 {
font-family: 'font2-l' !important;
font-size: 20px !important;
}
.quote-h, .quote-h h2 {
font-family: 'font2-l' !important;
font-size: 20px !important;
padding: 20px;
/* background: #eAeAeA; */
/* border: 1px solid #dAdAdA; */
/* border-radius: 8px; */
border: none;
}

.theme-bg {
/* background: #1B2A4A !important; */
background: var(--dark-blue) !important;
} 
.theme-bg h2 {
color: white !important;
}

.tttt {
color: var(--dark-blue) !important;
}
.h2-serv, .section-title {
/* font-family: 'font1-bk' !important; */
font-family: 'font2-bk' !important;
}
.accordion-item:last-of-type {
border-bottom-right-radius: 0 !important;
 border-bottom-left-radius: 0 !important;
}



.splishy {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	/* filter: brightness(50%); */
}

/* .splishy h1, .splishy p, .splishy h2 { */
.splishy h1, .splishy h2 {
	color: white !important;
}

.leftsplash {
	background-color: var(--dark-blue);
	height: 800px;
}

.rightsplash {
	background:
		url(/wp-content/uploads/2025/09/Studio-Rossi_Kitchen_low-res-scaled.jpeg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .spb {
    	height: auto;
		min-height: 250px;
    }
    .cred2 {
		height: 35px;
	}
	
	.quote-h, .quote-h p, .quote-h h2 {
		font-size: 16px !important;
		padding: 8px;
	}
}





/* Landing page 2 */
.lland, .rland {
  height: 100vh;
  color: #DADADA !important;
}
.nl2 {
  margin-top: 150px;
}



.landhl {
  opacity: 0.8;
/*   font-family: 'font2-m', Arial, sans-serif !important; */
} 
.landhl:hover {
  cursor: pointer;
  opacity: 1;
} 
.a1 {
  font-size: 4rem;
  color: #DADADA !important;
  text-decoration: none;
  transition: 0.3s;
}
.a1:hover {
  opacity: 1;
  transition: 0.3s;
}



.electricians {
color: #4DA8E4 !important;
 font-size: 5rem !important;
 padding-left: 6vw;
}
.homeowners {
color: white !important;
font-size: 5rem !important;
/* font-weight: 700 !important; */
font-family: 'font2-b' !important;
}
.hboxh3 {
color: white !important;
font-size: 3rem !important;
}
.landing {
  height: 400px;
  background: var(--dark-blue);
}
.homeowners-box {
  height: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
  height: 350px;
  position: relative;
}
.hba {
transition: 0.3s all;
opacity: 0.8;
opacity: 1;
text-decoration: none !important;
}
.hba:hover {
transition: 0.3s all;
  opacity: 0.8;
  cursor: pointer;
}

.customer-reveal {
/* position: absolute;
bottom: 100px; */
color: white !important;
/* font-size: 1.3rem !important; */
/* font-size: 1.2rem !important; */
font-size: 18px !important;
width: 100%;
/* don't do this on mobile!!! XXXXXXX */
opacity: 0;
}

.reveal {
transition: 0.3s all;
opacity: 1;
}



.tbox {
	margin-top: 45px;
}







































/* XXXXXXXXXXXXXXXXXXXXXXXXX LETS DO NEW STUFF HERE  - fin */


/* @font-face {
	font-family: hm;
	src: url('../../fonts/hupla-medium.otf');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: hbold;
	src: url('../../fonts/hupla-bold.ttf');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: hsbold;
	src: url('../../fonts/hupla-bold.ttf');
	font-weight: 400;
	font-style: normal
} */

/* @font-face {
	font-family: al;
	src: url('../../fonts/arbeit-light.ttf');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: ab;
	src: url('../../fonts/arbeit-book.ttf');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: am;
	src: url('../../fonts/arbeit-medium.ttf');
	font-weight: 400;
	font-style: normal
} */

.accordion {
	--bs-accordion-bg: transparent !important
}

h2, h5 {
	font-weight: 600
}

.wpcf7 {
	max-width: 768px
}

.wpcf7-form-control-wrap {
	margin-top: 5px;
	display: block
}

.page-link:hover, .theme-a:hover, body {
	color: var(--dark-blue);
}

#main-nav .offcanvas .nav-item a:hover, .wbf73 .sfm a:hover {
	color: var(--light-blue) !important;
	transition: 0.2s all; 
}

 .formbutton:hover {
	color: #ddd !important;
	transition: 0.2s all; 
}

.page-template-page-about .team_member ::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px
}

.page-template-page-about .team_member ::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}

.white-btn:active, .wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--dark-blue) !important
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 3em;
	padding: 1em;
	border-radius: 8px;
	border: 1.5px solid brown
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output
	{
	border: 3px solid red;
	background: var(--nav-color)
}

.card {
	border: 0 !important;
	border-radius: 0 !important
}

.no-gutter {
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0
}

.history-title {
	font-size: 2.7rem;
	line-height: 2.5rem
}

.btn-hdr, .history-title-sub {
	color: var(--the-black);
	color: var(--dark-blue);
	font-size: .9rem;
	font-family: am
}

.bio-job-title, .bio-name {
	font-size: 1.2rem;
	font-weight: 300
}

.history-separator {
	max-height: 80px;
	margin-left: 19px;
	margin-top: 10px
}

.margin-zero {
	margin: 0
}

.posts-back-link {
	margin-top: -3px;
	margin-left: 3px
}

.theme-a {
	color: var(--the-black);
	color: var(--dark-blue);
	text-decoration: none;
	margin-bottom: 1.5rem
}

.single-post-col {
	padding-left: 0
}

.fwbg {
	padding: 0 !important
}

.bg-london-brown {
	background: var(--the-black);
	color: var(--dark-blue);
}

.bg-london-brown-hover {
	background: var(--the-london-brown-hover)
}

.bg-london-brown-light {
	background: var(--the-london-brown-light)
}

.bg-goalpost-white {
	background: var(--the-white)
}

.bg-goalpost-white-dark {
	background: var(--the-white-dark)
}

.bg-goalpost-white-darker {
	background: #f6f5f3
}

.bg-super-yellow {
	background: var(--the-super-yellow)
}

.bg-super-yellow-hover {
	background: var(--the-super-yellow-hover)
}

.bg-2, .bg-england-red {
	background: var(--nav-color)
}

.post-img, .post-main-img {
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	border-radius: 8px
}

.splash-image {
	max-height: 40vh
}

.splash-img, .splash-img2 {
	position: relative
}

.splash-img-overlay {
	position: absolute;
	top: 170px;
	left: 144px
}

.splash-img-overlay2 {
	position: absolute;
	top: 0;
	left: 144px
}

.post-img {
	height: 300px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	position: relative
}

.post-img-box2, .post-main-img {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important
}

.post-main-img {
	height: 80vh;
	min-height: 500px;
	background-size: cover !important
}

.horizontal-scrollable>.row {
	overflow-x: auto;
	white-space: nowrap
}

.horizontal-scrollable>.row>.col-xs-4 {
	display: inline-block;
	float: none
}

.bio-name {
	font-family: am;
	text-transform: none;
	margin-top: 25px
}

.bio-job-title {
	font-family: ab
}

.info-box {
	z-index: 10;
	position: relative
}

.pickgradient {
	display: inline-block;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(253, 255, 2, .95) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(253, 255, 2, .95)),
		color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(253, 255, 2, .95) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(253, 255, 2, .95) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(253, 255, 2, .95) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(253, 255, 2, .95) 100%);
	overflow: hidden
}

.pickgradient2 {
	position: initial;
	display: block;
	z-index: 1000
}

.grad-img:after, .news-reel-area, .pickgradient img, .post-box-inner {
	display: block;
	position: relative
}

.pickgradient img {
	z-index: -1;
	min-height: 200px;
	width: 100%;
	overflow: hidden;
	border-radius: 8px
}

.grad-img:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(253, 255, 2, .95) 100%);
	z-index: -1;
	height: 340px;
	width: 104%;
	overflow: hidden;
	border-radius: 8px
}

.cat-box3.selected, .cat-box3:hover {
	background: var(--nav-color)
}

.events-col, .grants-col {
	z-index: 100
}

.post-box-container {
	min-height: 400px
}

.post-box {
	background: #f6f5f3;
	border-radius: 4px;
	min-height: 520px
}

.post-img-box, .post-img-box2 {
	border-radius: 8px;
	width: 100%;
	overflow: hidden
}

.post-box-stories {
	min-height: 460px
}

.post-img-box {
	height: auto;
	max-height: 220px
}

.post-img-box2 {
	max-height: 275px;
	min-height: 275px;
	height: 275px;
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat
}

.post-img-box-stories, .post-img-ftr-box {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	border-radius: 8px;
	background-position: center;
	background-repeat: no-repeat
}

.post-img-box-stories {
	width: 100%;
	height: 200px;
	background-size: cover !important
}

.post-box-image {
	width: 500px;
	height: 500px
}

.post-box-inner {
	min-height: 470px
}

.emailfromform, .inline-block {
	display: inline-block
}

.rml1 {
	position: absolute;
	bottom: 20px;
	padding: 0;
	margin: 0
}

.gbx1, .gbx2, .gbx3 {
	position: relative
}

.post-img-ftr-box {
	height: 500px;
	overflow: hidden;
	width: auto;
	background-size: cover !important
}

.post-img-ftr-box2 {
	width: 100%;
	height: auto;
	border-radius: 8px;
	overflow: hidden
}

.post-img-ftr-box3 {
	min-height: 500px;
	height: 500px;
	width: auto;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat
}

.cat-box, .cat-box2 {
	background: #edece8;
	color: var(--the-black);
	color: var(--dark-blue);
	font-size: .8rem;
	font-family: am
}

#more, #more2 {
	display: none;
	transition: .3s
}

.owl-dots .owl-dot {
	zoom: 0.7 !important
}

.owl-dots {
	margin-right: 20vw
}

.owl-theme .owl-nav {
	float: left !important
}

.owl-theme .owl-dots {
	margin-top: 20px;
	float: right !important
}

.brad-4, .news {
	border-radius: 4px
}

.brad-8, .cat-box {
	border-radius: 8px
}

.cat-box {
	border: none
}

.cat-box2 {
	border: none;
	margin-right: 5px
}

.cat-box3, .cat-box5 {
	margin-right: 10px !important
}

.cat-box-feature {
	color: var(--the-black);
	color: var(--dark-blue);
	background: 0 0;
	margin-left: -10px
}

.cat-box3, .cat-box3:hover {
	color: var(--the-btn-text-color)
}

.cat-box3 {
	background: #edece8;
	border-radius: 8px;
	border: none;
	font-size: .8rem;
	font-family: am
}

.read-more-link, .read-more-link2 {
	color: var(--the-black);
	color: var(--dark-blue);
	text-decoration: none
}

.cat-box3.selected {
	border: 1px solid
}

.cont-sing {
	font-size: 1rem
}

.gbx3 {
	top: -180px;
	transform: rotate(-5deg);
	max-height: 50px
}

.gbx2 {
	top: -230px;
	transform: rotate(-3deg);
	max-height: 80px
}

.gbx1 {
	top: -170px;
	transform: rotate(6deg);
	max-height: 50px
}

.gbx4, .gbx5 {
	position: relative;
	max-height: 32px;
	filter: blur(2px)
}

.gbx4 {
	top: -360px;
	transform: rotate(-8deg);
	right: 170px
}

.gbx5 {
	top: -370px;
	left: 40px;
	transform: rotate(6deg)
}

.hgbx1, .hgbx3 {
	position: relative;
	filter: blur(1px)
}

.hgbx1 {
	top: -195px;
	transform: rotate(5deg);
	max-height: 60px;
	right: 70px
}

.hgbx2 {
	position: relative;
	top: -255px;
	transform: rotate(-3deg);
	max-height: 100px
}

.hgbx3 {
	top: -197px;
	transform: rotate(-9deg);
	max-height: 55px;
	left: 60px
}

.hgbx4, .hgbx5 {
	position: relative;
	max-height: 38px;
	filter: blur(2px)
}

.hgbx4 {
	top: -390px;
	transform: rotate(-8deg);
	right: 245px
}

.hgbx5 {
	top: -404px;
	left: 130px;
	transform: rotate(6deg)
}

.bump-up {
	margin-top: -110px
}

.news-article-heading {
	font-size: 2.3rem;
	font-family: hm;
	line-height: 2.2rem
}

.news-feature-article-heading {
	font-size: 2.8rem;
	font-family: hm;
	line-height: 2.6rem
}

.stories-article-heading {
	font-size: 2rem;
	font-family: hbold;
	line-height: 1.8rem;
	text-transform: uppercase
}

.splash-image2 {
	max-height: 65vh
}



.home-splash-bg {
	/* background-image: url(https://www.wembleystadiumfoundation.org/wp-content/uploads/2024/11/bg.jpg); */
	background-color:  var(--dark-blue);
	height: 100%;
	width: 100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat
}

.separate-box h2, .separate-box p, .splash h1, .splash h2, .splash h3, .splash p {
	color: #fff !important
}

.read-more-link2 {
	font-size: 1rem;
	padding: 0 0 10px
}

.read-more-link {
	font-family: am;
	padding: 6px 20px 10px 10px;
	margin-left: -10px;
	border: none !important;
	transition: .3s
}

.read-more-link3 {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 3rem
}

.read-more-link:hover {
	opacity: .6;
	transition: .3s
}

.read-more-link:active, .read-more-link:focus, .read-more-link:focus-visible, .read-more-link:focus-within,
	.read-more-link:hover, .read-more-link:target, .read-more-link:visited {
	border: none !important
}

.card-cover, .card-cover2 {
	background: var(--nav-color);
	border-radius: 8px !important
}

.read-more-icon {
	top: -3px;
	position: relative;
	left: 10px
}

.left-icon2 {
	margin-right: 8px
}

.right-icon2 {
	margin-left: 8px
}

.left-icon2:hover, .right-icon2:hover {
	opacity: .6
}

.mt-3 {
	margin-top: 1rem !important
}

.container-inner {
	--bs-gutter-x: 0px !important;
	--bs-gutter-y: 0px !important
}

.card-cover {
	color: var(--the-white) !important;
	min-height: 320px
}

.card-title {
	font-size: 5.7rem
}

.card-subtitle, .grant-accordion, .job-accordion, .were-hiring-title {
	font-size: 2rem
}

.card-cover2 {
	min-height: 250px
}

.separate-box, .separator-box-1 {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important
}

.map-box, .separate-box, .separator-box-1 {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat
}

.separate-box {
	height: 300px;
	background-image: url(https://www.wembleystadiumfoundation.org/wp-content/uploads/2024/11/bg.jpg);
	background-size: cover !important
}

.separator-box-1 {
	height: 450px;
	background-size: cover !important
}

.map-box {
	background-image: url(https://www.wembleystadiumfoundation.org/wp-content/uploads/2025/01/temp-map.jpg);
	height: 100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important
}

.map-image {
	object-fit: cover
}

#input[type=text], input[type=email], input[type=tel], select {
	min-height: 50px;
	border-radius: 8px
}

.emailfromform {
	border: solid 1px var(--the-black);
	border: solid 1px var(--dark-blue);
	padding: 10px;
	line-height: 2rem;
	width: 240px;
	height: 50px
}



.btn-outline-secondary, .btn-primary {
	--bs-btn-border-color: var(--the-black);
	--bs-btn-hover-border-color: var(--the-black);
	--bs-btn-active-color: var(--the-btn-text-color);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	font-size: 1.1rem;
	border-width: 1.5px
}

input[type=email].emailfromform {
	min-height: 50px;
	border-radius: 8px;
	position: relative;
	top: 2px;
	width: 250px;
	margin-right: 10px
}

.bg-change {
	transition: background .2s
}

.contact-hdr {
	margin-top: 140px
}

a {
	color: var(--nav-color)
}


/* buttonies */ 
.btn {
	color: #7496B2 !important;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 30px;
	padding: 12px 15px;
	margin-top: 20px;
	min-width: 130px;
	line-height: 25px;
}

.btn:hover {
	background: rgba(255, 255, 255, 0.3);
	color: white !important;
}





/* .btn-primary {
--bs-btn-color: var(--the-btn-text-color);
--bs-btn-hover-color: var(--the-btn-text-color);
--bs-btn-hover-bg: #482bd9;
--bs-btn-focus-shadow-rgb: 111, 82, 255;
--bs-btn-active-bg: #4429cc;
--bs-btn-active-border-color: #4026bf;
--bs-btn-disabled-color: var(--the-btn-text-color);
--bs-btn-disabled-bg: #5533ff;
--bs-btn-disabled-border-color: var(--nav-color);
} */
 
.btn-primary {
	--bs-btn-color: var(--the-btn-text-color);
	--bs-btn-hover-color: var(--the-btn-text-color);
	--bs-btn-hover-bg: var(--the-btn-hover-color);
	--bs-btn-focus-shadow-rgb: var(--dark-blue);
	--bs-btn-active-bg: var(--light-blue);
	--bs-btn-active-border-color: var(--light-blue);
	--bs-btn-disabled-color: var(--the-btn-text-color);
	--bs-btn-disabled-bg: #5533ff;
	--bs-btn-disabled-border-color: var(--nav-color)
}

.btn-outline-secondary {
	--bs-btn-color: var(--the-black);
	--bs-btn-hover-color: var(--the-black);
	--bs-btn-hover-bg: #6c757d;
	--bs-btn-focus-shadow-rgb: 108, 117, 125;
	--bs-btn-active-bg: #6c757d;
	--bs-btn-active-border-color: #6c757d;
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #6c757d;
	--bs-gradient: none
}

.yellow-btn {
	--bs-btn-color: var(--the-white);
	--bs-btn-border-color: var(--the-black);
	--bs-btn-hover-color: var(--the-black);
	--bs-btn-hover-bg: var(--nav-color);
	--bs-btn-hover-border-color: var(--the-black);
	--bs-btn-focus-shadow-rgb: 111, 82, 255;
	--bs-btn-active-color: var(--the-black);
	--bs-btn-active-bg: var(--nav-color);
	--bs-btn-active-border-color: var(--nav-color);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: var(--the-btn-text-color);
	--bs-btn-disabled-bg: var(--nav-color);
	--bs-btn-disabled-border-color: var(--nav-color);
	font-size: 1.1rem;
	border-width: 1.5px
}

.brown-btn, .brown-btn-secondary, .no-color-btn-secondary, .reverse-brown-btn, .reverse-white-btn, .white-btn {
	--bs-btn-color: var(--the-black);
	--bs-btn-border-color: var(--the-black);
	--bs-btn-hover-color: var(--the-black);
	--bs-btn-hover-border-color: var(--the-black);
	--bs-btn-focus-shadow-rgb: 111, 82, 255;
	--bs-btn-active-color: var(--the-black);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: var(--the-btn-text-color);
	font-size: 1.1rem;
	border-width: 1.5px
}

.yellow-btn:hover {
	color: var(--the-white);
	background-color: var(--nav-color)
}

.white-btn {
	--bs-btn-bg: var(--the-btn-text-color);
	--bs-btn-hover-bg: var(--the-btn-text-color);
	--bs-btn-active-bg: var(--the-btn-text-color);
	--bs-btn-active-border-color: var(--the-btn-text-color);
	--bs-btn-disabled-bg: var(--the-btn-text-color);
	--bs-btn-disabled-border-color: var(--the-btn-text-color)
}

.btn-hdr:hover, .white-btn:hover {
	color: var(--the-black);
	color: var(--dark-blue);
	background: var(--the-btn-text-color)
}

.btn-hdr2, .splash-hdr .btn-hdr {
	color: var(--the-btn-text-color)
}

.brown-btn, .brown-btn-secondary, .no-color-btn-secondary, .reverse-brown-btn, .reverse-white-btn {
	--bs-btn-bg: var(--nav-color);
	--bs-btn-hover-bg: var(--nav-color);
	--bs-btn-active-bg: var(--nav-color);
	--bs-btn-active-border-color: var(--nav-color);
	--bs-btn-disabled-bg: var(--nav-color);
	--bs-btn-disabled-border-color: var(--nav-color)
}

.splash-hdr .btn-hdr {
	border-color: var(--the-btn-text-color);
	font-size: .9rem;
	font-family: am
}

.splash-hdr .btn-hdr2 {
	background: var(--the-btn-text-color);
	color: var(--the-black);
	color: var(--dark-blue);
}

.btn-hdr2 {
	background: var(--the-black)
	
}

.btn-hdr2:hover {
	color: var(--the-black);
	background: var(--nav-color)
}

.apply-btn {
	padding: 5px 17px !important;
	font-family: am;
	font-size: 1rem;
	position: relative;
	float: right
}

#wrapper-footer, .fm a, .subs {
	/* color: var(--the-black); */
	color: var(--dark-blue);
	font-size: .9rem
}

.btn-splash {
	z-index: 10000
}





.btn-send {
  color: var(--dark-blue) !important;
  border-color: var(--dark-blue) !important;
  transition: 0.2s all;
  min-width: 170px;
	background: white;
}

.btn-send:hover {
	background: rgba(255, 255, 255, 0.9);
	color: var(--light-blue) !important;
}
  
  .btn-project {
  color: var(--dark-blue) !important;
border: none !important;
font-family: 'font2-bk', Arial, sans-serif;
font-size: 16px;
text-decoration: underline;

padding: 0px;
margin-top: 0px;
min-width: 20px;
line-height: 1px;

 transition: 0.2s all;
}
.btn-project:hover {
	color: var(--dark-blue) !important;
  	transition: 0.2s all;
}
 


:not(.btn-check)+.btn-send:active, .btn-send:focus-visible , :not(.btn-check)+.btn-project:active, .btn-project:focus-visible  {
/*   color: var(--dark-blue) !important; */
/*   border-color: var(--dark-blue) !important; */
  border: none !important;
  transition: 0.2s all;
background-color: transparent;
box-shadow: none;
}

.btn-ct-selector {
	/* padding: 50px;	*/
	background: white;
	padding: 80px 50px 81px 50px !important;
	border-radius: 40px !important;
	font-size: 25px !important;
color: var(--dark-blue) !important;
transition: 0.2s all;
}
.btn-ct-selector:hover {
/* background: rgba(255, 255, 255, 0.3); */
background: rgba(255, 255, 255, 0.9);
color: var(--light-blue) !important;
transition: 0.2s all;
}

.btn-form {
	background: var(--light-blue);
	border: none;
	margin-left: 10px;
	color: white;
	border-radius: 30px;
	font-family: 'font2-m', Arial, sans-serif !important;
	font-size: 16px;
	padding: 15px 15px;
/* 	font-size: 15px;
	padding: 10px 10px; */
	color: white !important;
	text-decoration: none !important;
	margin-top: 0px !important;
}

/* end of buttons */

b, strong {
font-weight: 100 !important;
font-family: font2-m;
}

.sexy-img {
      background-size: cover;
      background-position: center;
      background-repeat: none;
      height: 400px;
      width: auto;
}
.mappy-imgXXXXX {
	border: 1px solid var(--dark-blue);
	border-radius: 8px;
	min-height: 482px;
}


.ib {
	display: inline-block !important;
}    



.terms {
	color: var(--light-blue) !important;
}
.terms:hover {
	opacity: 0.8;
}






.asdf76t5, .feature-cut, .hidden, .tap-btn1 {
	display: none
}

.page-item.active .page-link {
	color: var(--the-black);
	color: var(--dark-blue);
	border-color: var(--the-black);
	background-color: #a8989d
}

.pagination {
	--bs-pagination-color: var(--the-black);
	--bs-pagination-bg: var(--the-white);
	--bs-pagination-border-color: var(--the-black);
	--bs-pagination-hover-border-color: #dee2e6
}

#wrapper-footer {
	border: none;
	/* font-family: al; */
	padding-left: 0
}

.sfm a {
	text-decoration: none
}

.fm a {
	text-decoration: underline;
	font-family: al
}

#news-signup-form, #news-signup-form-mobile {
	scroll-margin-top: -100px
}

#history, #job-openings, #our-mission {
	scroll-margin-top: 100px
}

.scrolling-wrapper {
	overflow-x: auto;
	overflow-y: auto
}

.scrolling-wrapper-mobile {
	overflow-x: auto
}

.card-block {
	height: 300px;
	background-color: var(--the-white);
	border: none;
	background-position: center;
	background-size: cover;
	transition: .2s ease-in-out !important;
	border-radius: 24px
}

.card-1, .card-9 {
	background-color: #4158d0;
	background-image: linear-gradient(43deg, #4158d0 0, #c850c0 46%, #ffcc70 100%)
}

.card-2 {
	background-color: #0093e9;
	background-image: linear-gradient(160deg, #0093e9 0, #80d0c7 100%)
}

.card-3 {
	background-color: #00dbde;
	background-image: linear-gradient(90deg, #00dbde 0, #fc00ff 100%)
}

.card-4 {
	background-color: #fbab7e;
	background-image: linear-gradient(62deg, #fbab7e 0, #f7ce68 100%)
}

.card-5 {
	background-color: #85ffbd;
	background-image: linear-gradient(45deg, #85ffbd 0, #fffb7d 100%)
}

.card-6, .card-7 {
	background-color: #fa8bff;
	background-image: linear-gradient(45deg, #fa8bff 0, #2bd2ff 52%, #2bff88 90%)
}

.card-8 {
	background-color: #fbda61;
	background-image: linear-gradient(45deg, #fbda61 0, #ff5acd 100%)
}

.card-10 {
	background-color: #ff3cac;
	background-image: linear-gradient(225deg, #ff3cac 0, #784ba0 50%, #2b86c5 100%)
}

.subs {
	font-family: am;
	margin-bottom: 5px
}

.agree, .same {
	font-size: .8rem;
	font-family: al;
	color: var(--the-black) !important;
	color: var(--dark-blue) !important;
}

.btn-subs, .sfm a {
	color: var(--the-black);
	color: var(--dark-blue);
	font-family: am
}

.btn-subs {
	font-size: .9rem;
	min-height: 50px
}

.btn-eligibility:hover, .text-bio {
	color: var(--the-white)
}

.footer-logo {
	max-height: 60px;
	max-height: 45px;
	margin-bottom: 20px
}

#footer_logo_container {
	max-height: 400px;
	transition: max-height .5s
}

#footer_logo {
	transition: .8s;
	opacity: 1
}

.hide-footer-logo {
	opacity: 0 !important;
	transition: .8s
}

.shrink-footer-logo {
	max-height: 0 !important;
	transition: max-height 1s
}

.sfm a {
	color: var(--nav-color);
	color: var(--dark-blue);
	font-size: 1rem
}

.logo-img img {
	width: auto
}

.social-icon {
	display: inline-block;
	margin-top: -5px;
	margin-bottom: 20px
}

.social-icon-img {
	max-height: 24px;
	margin-right: 10px
}

.job-title {
	margin-bottom: 10px
}

.tap-btn {
	background: rgba(255, 255, 255, .75);
	border-radius: 4px;
	position: absolute;
	bottom: 14px;
	left: 17px;
	padding: 4px 12px;
	font-family: am;
	font-size: .8rem
}

.ctm8, .hover-area {
	position: relative
}

.team_member {
	padding: 15px;
	border-radius: 8px;
	transition: .8s;
	max-height: 420px
}

.team_member:hover {
	opacity: .8 !important;
	transition: .8s;
	cursor: pointer
}

.hover-area {
	background: treansparent;
	height: 100%;
	display: block
}

.post-bio {
	display: contents
}

.ctm8 {
	background: var(--nav-color);
	padding: 20px;
	overflow-y: scroll;
	width: 100%;
	border-radius: 7px;
	height: 300px;
	top: -425px
}

.current-menu-item {
	color: var(--the-black);
	color: var(--dark-blue);
	font-family: am
}

.card-image-box2 {
	height: 275px;
	width: 100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	border-radius: 8px
}

.card-image-box img {
	position: relative;
	display: block;
	height: 275px;
	width: 104%;
	overflow: hidden;
	border-radius: 8px
}

.card-box, .card-img {
	margin-bottom: 1rem
}

#events, #grants {
	transition: background .8s
}

#events.active, #grants.active {
	background: var(--nav-color);
	transition: background .8s
}

.grant-status-light {
	background: #fff;
	margin-top: -255px;
	max-width: 125px;
	max-height: 30px;
	z-index: 1000;
	font-size: .8rem
}

.sgsrl {
	display: block;
	position: absolute;
	padding: 0 16px
}

.sgsrl2 {
	margin-top: -180px
}

.grant-status-light-text {
	margin-top: 3px
}

.grants-available {
	color: #24ee26;
	font-size: 15px
}

.grants-not-available {
	color: red
}

.sgsr {
	color: var(--the-white) !important;
	margin-right: 50px;
	background: var(--nav-color);
	float: right;
	max-width: 320px;
	padding: 30px;
	height: 225px;
	margin-top: -225px;
	z-index: 1000;
	border-start-end-radius: 8px
}

.sgsr2 {
	height: 150px;
	margin-top: -150px
}

.grant-status-title {
	font-size: 1.5rem;
	font-family: hbold;
	text-transform: uppercase;
	line-height: 1
}

.btn-eligibility {
	font-size: .9rem;
	font-family: am
}

.btn-eligibility:hover {
	background-color: var(--the-black) !important;
	background: var(--the-black) !important
}



.faq-accordion {
	font-size: 1.8rem
}

.application-date-end, .application-date-start, .award-date {
	font-size: 1rem;
	font-family: am
}

.a3fx, .button-box-mobile a {
	z-index: 990
}

#apply-video {
	margin-top: -240px !important;
	z-index: 990;
	position: relative
}

.how-to-apply-video {
	width: 640px;
	height: 360px
}

.next-btn {
	max-width: 100px
}

.label-first {
	float: left
}

.gec-input, .next-btn, input, input[type=email], input[type=tel], input[type=text], select, textarea {
	border: solid 1.5px var(--the-black) !important;
	height: 48px
}

.cn-buttons-container a {
	color: var(--the-black) !important
}

.click-input {
	transition: .3s
}

.click-input:hover {
	opacity: .95;
	transition: .3s
}

#grant-eligibility-check {
	display: hidden;
	background: red;
	height: 5px;
	width: 5px;
	margin-top: -150px;
	left: -5000px;
	position: absolute
}

.offcanvas-header .offcanvas-header img {
	width: auto !important;
	height: 45px !important
}

.wpcf7 textarea, .wpcf7-textarea {
	min-height: 192px !important
}

.text-bio-info {
	height: 100px
}

.responsive-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0
}

.responsive-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}






/* page CONTACT */

.thebox {height: 100%; margin-top: 195px;}
.thebox2 {height: 200px;}

/* Style the buttons that are used to open the tab content */
.tabs button {
  display: block;
/*   background-color: inherit; */
   color: white;
  padding: 22px 16px;
/*   width: 100%; */
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  height: 400px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

/* Change background color of buttons on hover */
.tabs button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tabs button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
  display: none;
}

.splash-contact {
  /* height: 65vh; */
  height: 450px;
  /* min-height: 450px;
  max-height: 500px; */
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center;
}
        
h1 {
color: white !important;
}

.cred2 {
/* height: 100px; */
height: 70px;
}


.h2-service, .section-title {
	font-family: 'font1-bk' !important;
}

.container-main h2, .container-main p {
color: white;
} 

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.5rem;
    }
}

.theme-bg {
background: var(--dark-blue) !important;
} 
.theme-bg h2 {
color: white !important;
}

.tttt {
color: var(--dark-blue) !important;
}
.h2-serv, .section-title {
/* font-family: 'font1-bk' !important; */
font-size: 35px !important;
	font-family: 'font1-m' !important;
	font-weight: 300 !important;
}
.jobtitle {
	font-size: 35px !important;
	font-family: 'font1-m' !important;
	font-weight: 300 !important;
}
.sexy-img {
	background-size: cover;
	background-position: center;
	background-repeat: none;
	height: 400px;
	width: auto;
}
/* page CONTACT fin */


.wb1 {
	border-top-width: 7px !important;
}

.title-drop {
	margin-top: 130px !important;
}

/* page careers fin */
/* .notey {
	color: red !important;
	font-size: 16px;
} */

.page-template-page-careers .accordion-body, .page-template-page-careers .accordion-button {
	color: var(--the-black) !important;
}

.page-template-page-careers .accordion-button {
	padding: 10px;
}

.page-template-page-careers .accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.page-template-page-careers .accordion-item {
	/* border: 1px solid var(--the-black); */
	border-radius: 4px;
	padding: 0px !important;
}

.page-template-page-careers .accordion-body {
	margin: 0px !important;
}
/* page careers fin */



/* page homeowners */
.test-scr .quot {
	font-style: italic;
}

.test-scr .quotee {
	font-family: 'font2-m' !important;
}
.quotee {
 margin-bottom: 0px;
}

.tlword {
	font-weight: 100 !important;
	font-family: font2-m !important;
	font-size: 26px !important;
}

/* page homeowners fin */




.whatsapp-icon {
	margin: 30px 0px 0px 0px;
	height: 35px;
	width: auto;
	transition: 0.3s;
}
.whatsapp-icon:hover {
	transition: 0.3s;
	opacity: 0.5;
	cursor: pointer;
}


.display-flex {
	display: flex !important;
}

.ftle {
margin-top: 10px;
}

.page-id-176 .kw8wj33, .page-about .kw8wj33, .page-id-174 .kw8wj33, .page-contact .kw8wj33 {
	border: none !important;
}



/* .spinner {
  height: 18px;
  top: -10px;
} */

/* .selectize-dropdownXXXXXX .spinner {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 3px .75rem
} */

.loader-private, .loader-business {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: var(--light-blue);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-left: 60px;
    margin-top: 15px;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* XXXXXXX MEDIA XXXXXXX */

@media ( min-width :769px) {
	.no-desktop2 {
		display: none !important
	}
}

@media ( min-width :768px) {
	.no-desktop {
		display: none !important
	}
	.mask1, .mask2, .mask3, .mask4 {
		mask-repeat: no-repeat;
		mask-size: 100%
	}
	.home-splash-bg {
		padding-top: 5rem !important;
		height: 580px
	}
	.splash-hdr .nav-link {
		color: var(--the-white) !important
	}
	.header-section {
		min-height: 450px
	}
	.sgsrow {
		margin-right: -25px
	}
	.splash-image4 {
		margin-top: -175px
	}
	.splash-image4-homepage {
		margin-top: -380px
	}
	.desktop-up {
		margin-top: -100px
	}
	.mask1, .mask4 {
		-webkit-mask-image: url(../img/shape1.png);
		mask-image: url(../img/shape1.png)
	}
	.mask2, .mask3 {
		-webkit-mask-image: url(../img/shape2.png);
		mask-image: url(../img/shape2.png)
	}
	.card-image-box2 {
		height: 375px
	}
	.selecto {
		width: 300px;
	}
}

@media ( min-width :800px) {
	.home-splash-bg {
		height: 560px
	}
	.header-section {
		min-height: 420px
	}
	.sgsrow {
		margin-right: -5px
	}
}

@media ( min-width :576px) and (max-width :768px) {
	.ctm8, .post-img {
		height: 265px
	}
	.ctm8 {
		top: -390px
	}
}

@media ( min-width :768px) and (max-width :900px) {
	.cat-box5 {
		margin-right: 3px !important
	}
}

@media ( min-width :768px) and (max-width :992px) {
	.post-img-ftr-box3 {
		min-height: 0;
		height: 350px
	}
	.ctm8, .post-img {
		height: 300px
	}
	.card-title {
		font-size: 5rem
	}
	.ctm8 {
		top: -425px
	}
	.btn-ct-selector {
		padding: 70px 40px 70px 40px !important;
	}
}

@media ( min-width :992px) {
	.scrolling-wrapper, .scrolling-wrapper-mobile {
		overflow-x: hidden
	}
	.scwrnw {
		flex-wrap: wrap !important
	}
	.splash-image4 {
		margin-top: -220px
	}
	.splash-image4-homepage {
		margin-top: -290px
	}
	.home-splash-bg {
		height: 818px
	}
	.no-desktop-lg {
		display: none !important
	}
	.navbar { padding: 15px 0px; }
}

@media ( min-width :1200px) {
	.no-desktop-xl {
		display: none !important
	}
	.container-small {
		max-width: 768px
	}
	.h2, h2 {
		font-size: 3rem;
		font-weight: 600
	}
	.splash-image4 {
		margin-top: -170px
	}
	.splash-image4-homepage {
		margin-top: -410px
	}
	.card-image-box2 {
		height: 425px
	}
}

@media ( min-width :768px) and (max-width :1200px) {
	.sgsr {
		margin-right: 0 !important
	}
}

@media ( min-width :992px) and (max-width :1200px) {
	.home-splash-bg {
		height: 765px
	}
	.card-title {
		font-size: 3.4rem
	}
	.post-img-ftr-box3 {
		min-height: 0;
		height: 380px
	}
	.ctm8, .post-img {
		height: 235px
	}
	.ctm8 {
		top: -360px
	}
}

@media ( min-width :1024px) and (max-width :1024px) {
	.home-splash-bg {
		height: 735px
	}
	.text1024 {
		padding: 2.5rem !important
	}
}

@media ( min-width :1200px) and (max-width :1400px) {
	.post-img {
		height: 275px
	}
	.home-splash-bg {
		height: 800px
	}
	.splash-image4-homepage {
		margin-top: -340px
	}
	.post-img-ftr-box {
		height: 500px
	}
	.card-title {
		font-size: 5rem
	}
	.ctm8 {
		height: 275px;
		top: -400px
	}
}

@media ( min-width :1400px) {
	.no-desktop-xxl {
		display: none !important
	}
	.sgsrow {
		margin-right: 180px
	}
	.ctm8 {
		height: 300px;
		top: -425px
	}
}

@media ( min-width :1600px) {
	.post-img-ftr-box {
		height: 600px
	}
}

@media ( min-width :768px) and (max-width :1000px) {
	.container, .container-md, .container-sm {
		max-width: 92vw
	}
	.post-box, .post-box-inner {
		min-height: 550px
	}
}




@media ( max-width :140px) {
	.no-mobile-xxl {
		display: none;
	}
}


@media ( max-width :1350px) {
	.customer-reveal {
		font-size: 15px !important;
	}
}

@media ( max-width :1300px) {
	.homeowners-box {
		height: 300px;
	}
}

@media ( max-width :1200px) {
	.no-mobile-xl {
		display: none;
	}
	.post-img-box2 {
		max-height: none;
		min-height: initial;
		height: 250px
	}
	.news-article-heading {
		font-size: 2.2rem;
		line-height: 2rem
	}
	.post-box-news-cuts, .post-box-stories {
		min-height: 500px
	}
	.news-feature-article-heading {
		font-size: 2.6rem
	}
	.jce1 {width: 75%;}

	.homeowners-box {
		height: 275px;
	}
	.hboxh3 {
		font-size: 40px !important;
	}
	.customer-reveal {
		font-size: 14px !important;
	}
}

@media ( max-width :1110px) {
	.customer-reveal {
		font-size: 12px !important;
	}
	.homeowners-box {
		height: 250px;
	}
}



@media ( min-width :991px) and ( max-width :1080px) {
	#main-nav .nav-link {
    	font-size: 16px !important;
	}
	.btn-form-menubar.bf1.bf3.formbutton {
    	font-size: 16px;
	}
}

@media ( min-width :991px) and ( max-width :1030px) {
	.nav-item {
    	margin-left: 7px !important;
    	margin-right: 7px !important;
	}
}



@media ( min-width :768px) and (max-width :992px) {
	.news-feature-article-heading {
		font-size: 2rem
	}
}

@media ( max-width :1024px) {
	.news-article-heading {
		font-size: 2rem;
		line-height: 2rem
	}
	.post-img-box2 {
		height: 250px
	}
	.post-box-news-cuts, .post-box-stories {
		min-height: 500px
	}
}

@media ( max-width :992px) {
	.no-mobile-lg {
		display: none;
	}
	.news-article-heading {
		font-size: 2rem
	}
	.post-img-box2 {
		height: 220px
	}
	.post-box-container {
		min-height: initial
	}
	.post-box-news-cuts, .post-box-stories {
		min-height: 460px
	}
	.customer-reveal {
font-size: 18px !important;
}
}

@media ( min-width :768px) and (max-width :800px) {
	.pe-override, .pe-override2 {
		padding-right: 0 !important
	}
}

@media ( max-width :767px) {
	.ipad {
		display: none !important
	}
	.offcanvas-body {
		padding: 2px;
		margin-top: 20px
	}
	.faa {
		display: none
	}
}

@media ( max-width :768px) {

	.electricians, .homeowners {
		font-size: 3.5rem !important;
	}
	.mob-nav-btns, .splash-image-box-8 {
		height: 400px
	}
	.btn-hdr-override {
		display: block !important;
		border: solid 1.5px var(--the-black) !important;
		margin-left: 15px
	}
	.offcanvas input[type=email].emailfromform {
		width: 100% !important
	}
	.offcanvas #mc-embedded-subscribe {
		width: 100%;
		font-size: 1rem;
		position: relative;
		display: block;
		margin-top: -12px
	}
	#news-signup-form-mobile, .offcanvas #news-signup-form {
		margin: 10px
	}
	.site-footer, .site-info {
		text-align: left !important
	}
	body {
		font-size: 18px !important
	}
	input[type=email].emailfromform {
		width: 240px
	}
	#apply-video {
		margin-top: 50px !important
	}
	.how-to-apply-video {
		width: 100%;
		height: 46vw
	}
	.history-separator {
		margin-left: 18px
	}
	.ftle {
		padding-left: 10px
	}
	.hgbx1, .hgbx3, .hgbx4, .hgbx5, .news-reel-txt, .no-mobile, .owl-dots, .product-slider-controls {
		display: none !important
	}
	.hgbx2 {
		top: -250px;
		max-height: 60px
	}
	.pickgradient img {
		min-height: 300px;
		width: auto;
		overflow-x: hidden;
		border-radius: 8px
	}
	.owl-carousel-skills {
		margin-left: -5px
	}
	.sgsr, .sgsrl {
		margin-left: 35px
	}
	#news-reel {
		padding-right: 10px
	}
	.news-feature-article-heading {
		font-size: 2.3rem;
		font-family: hbold;
		line-height: 2.1rem;
		font-weight: 100
	}
	.nra2 {
		min-height: 400px
	}
	.cc-reach {
		min-height: 0
	}
	.read-more-arrow {
		position: absolute;
		right: 20px
	}
	.read-more-arrow-img {
		height: 20px
	}
	.grant-status-light {
		margin-top: -230px
	}
	.grant-status-light1, .grant-status-light2 {
		margin-top: -130px;
		z-index: 992
	}
	.sgsrl2 {
		margin-top: -170px
	}
	.sgsr {
		max-width: 290px;
		height: 200px;
		margin-top: -200px
	}
	.sgsr2 {
		height: 140px;
		margin-top: -140px
	}
	.splash-image-box-7, .splash-image-box-8 {
		height: 350px;
		width: 100%;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 8px
	}
	.post-img-ftr-box3 {
		min-height: 0;
		height: 250px
	}
	h1.display-2 {
		font-size: 3rem
	}
	h2.display-5 {
		font-size: 2.5rem
	}
	/* .page-template-page-contact h1, .page-template-page-contact h2, h2 {
		font-size: 3rem;
		line-height: 2.8rem
	} */
	.card-title {
		font-size: 4rem
	}
	.button-fixed-width {
		max-width: 220px;
		display: inline-block;
		position: relative
	}
	.button-box-mobile {
		display: inline-block !important;
		position: relative
	}
	.button-box-mobile a {
		margin-right: 10px
	}
	.sfm a, .sfmr a, .sfmr-sub a {
		padding-left: 0;
		margin-right: 20px
	}
	
	.btn-hdr, .subheader {
		display: none
	}
	.feature-cut, .sfm a, .sfmr a, .sfmr-sub a {
		display: block
	}
	.splash-image2 {
		margin-top: 0
	}
	.sfmr, .sfmr-sub {
		margin-left: 0
	}
	.sfm {
		margin-bottom: 40px
	}
	.sfm a {
		margin-bottom: 20px
	}
	.sfmr a {
		margin-bottom: 25px;
		margin-bottom: 5px;
	}
	.sfmr-sub a, h2 {
		margin-bottom: 10px
	}
	.forceformbutton {
	padding: 10px 15px !important;
	margin: 0px !important;
	display: inline-block;
	font-size: 18px !important;
	}
	
	.contact-hdr {
		margin-top: 20px
	}
	.post-img-ftr-box {
		width: 100%;
		height: 290px
	}
	.post-img-box {
		max-height: 275px
	}
	.site-footer {
		margin-top: 15px
	}
	.site-info {
		margin-top: 25px;
		font-size: 8px;
	}
	.map-box {
		height: 300px
	}
	.card-image-box img {
		height: 250px
	}
	.post-main-img {
		height: 80vh;
		min-height: 200px
	}
	.card-cover2 {
		min-height: 210px
	}
	.news-reel-area {
		min-height: 475px
	}
	.news-reel-area2 {
		min-height: 255px
	}
	.reg-charity {
		text-align: left
	}
	.landing {
 		height: 350px;
	}
	.homeowners-box {
  		/* height: 300px; */
  		height: 275px;
	}
	.customer-reveal {
		width: 95%;
	}
	h1 {
	font-size: 3rem !important;
	}
	.tagline p {
	font-size: 18px !important;
	}
	.page-template-page-landing2 .tagline p {
		font-size: 16px !important;
	}
	.cred2 {
		height: 60px;
	}
	.splash-contact, .splishy {
	height: 400px !important;
	}
	.title-drop {
		margin-top: 100px !important;
	}
	.title-drop130 {
		margin-top: 130px !important;
	}
	.spb-acc {
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	}
	.page-template-page-careers  h2 {
		font-size: 24px !important;
	}
	.page-template-page-homeowners  h2 {
		font-size: 30px !important;
		font-size: 34px !important;
	}
	.tlword {
	font-weight: bold !important;
	font-size: 17px !important;
	font-family: font2-b !important;
	
	}
	.customer-reveal {
		opacity: 1;
	}
	.jce1 {
	width: auto;
	}
	.modal-content {
		padding: 18px 5px;
	}
	.mobile-btns {
		height: 60px; /* height of header */
		height: 75px; /* height of header */
		/* border-top: 1px solid white; */
	}
	.mobile-btn-border-left {
		/* border-left: 1px solid white; */
		border-radius: 0px !important;
	}
	.mobile-btns-inner {
		/* padding-top: 22px; */
		padding-top: 10px;
	}
	.fixed-btn {
		border-radius: 30px;
		padding: 15px;
	}
	.fixed-btn-footer {
		padding: 10px 0px;
	}
	.btn-form-footer {
		margin: auto;
		display: block;
		width: 180px;
	}
	.fixed-btnDELETE {
		border: 1px solid white;
		border-radius: 30px;
		padding: 10px;
		color: white !important;
	}
	#wrapper-footer {
	padding-left: 0px;
	padding-bottom: 80px;
	padding-top: 5px;
	}
}
/* 768px above */

@media ( min-width :768px) and (max-width :768px) {
	input[type=email].emailfromform {
		width: 190px
	}
	.post-box-inner {
		min-height: 350px
	}
}

@media ( max-width :572px) {
	.theme-a {
		margin-top: 35px !important
	}
	.post-main-img {
		height: 50vh;
		min-height: 300px
	}
	.news-reel-area2 {
		min-height: 320px
	}
	.ctm8 {
		height: 300px;
		top: -425px
	}
}

@media ( max-width :450px) {
	.nra2 {
		min-height: 460px
	}
	.news-reel-area2 {
		min-height: 260px
	}
	.ajkwn {
		font-size: 3.5rem
	}
	.sgsr {
		padding: 20px
	}
	.sgsrl {
		min-width: 120px !important
	}
	.btn-lg, .btn-splash {
		font-family: am;
		font-size: .9rem;
		padding: 8px 16px !important
	}
	.accordion-button {
		font-size: 1.4rem
	}
	.h3mob {
		font-size: 1.7rem
	}
	.separate-box {
		background-size: 800px !important
	}
}

@media ( max-width :420px) {
.electricians, .homeowners {
font-size: 3rem !important;
}
}

@media ( max-width :375px) {
	.ajkwn {
		font-size: 3rem
	}
	.news-feature-article-heading {
		font-size: 2rem
	}
}