/*
	--orange: #d45224;
	--copy: #424242;
	--darkBlue: #45515d;
	--turqoise: #03b5b1;
	--white: #e9e9e9;
	--green: #b6c730;
	--darkgreen: #70994b;
*/

html {
  box-sizing: border-box;
  font-family: 'Prompt', sans-serif;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
  font-family: 'Prompt', sans-serif;
	overflow-x:hidden;
}

.container-fluid{
	max-width: 1170px;
}

h1, .h1{
	font-size: 3rem;
	letter-spacing: -1px;
	line-height: 3rem;
	color: #313942;
	font-weight: 600;
	margin-bottom: 20px;
}

h2, .h2{
	color: #45515d;
	font-size: 4.8rem;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 5rem;
	margin-bottom: 20px;
}


h3,.h3{
	color: #e65200;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.3rem;
	letter-spacing: 3px;
	margin-bottom: 15px;
}

h4{
	color: #e65200;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.1rem;
	letter-spacing: 2px;
	margin-bottom: 15px;
}


h5{
	color: #e65200;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 2rem;
	letter-spacing: 4px;
	margin-bottom: 20px;
}

a{
	color: #70994b;
	font-weight: 600;
	text-decoration: none;
}

a:hover,a:focus,a:active{
	color: #d45224;
	text-decoration: none;
}
a{
	word-break: break-word;
}
ul, ol{
	padding: 0;
}
.site-content li li{
	padding-left: 10px;
}
.site-content li li li{
	padding-left: 20px;
}

p, ul{
	margin-bottom: 30px;
}
p, li{
	font-size: 1.7rem;
	letter-spacing: 0.1rem;
	line-height: 2.4rem;
	color: #424242;
	font-weight: 400;

}
.footnote{
	font-size: 1.8rem;
	letter-spacing: 1px;
	line-height: 2rem;
	color: #9aa5a5;
	font-weight: 300;
	margin: -20px 0 20px 0;
}

button, .btn, .button{
	background-color: #d45224;
	border-radius: 40px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 2.4rem;
	padding: 15px;
	transition: 0.4s all;
	text-transform: uppercase;

}

.btn.green, button.green{
	background: #b6c730;
}

.btn.turqoise, button.turqoise{
	background: #03b5b1;
}

button:hover, .btn:hover, button:focus, .btn:focus, button:active, .btn:active, .button:hover, .button:focus, .button:active{
	background-color: #03b5b1;
	color: #fff;
}

.btn.turqoise:hover, button.turqoise:hover{
	background: #d45224;
}

.clr-turqoise{
	color: #03b5b1;
}
.clr-orange{
	color: #d45224;
}
a.clr-orange:hover{
	color: #b6c730;
}
.clr-green{
	color: #b6c730;
}
a.clr-green:hover{
	color: #d45224;
}

.miniTitle{
	font-size: 1.5rem;
	letter-spacing: 0px;
	line-height: 2rem;
	font-weight: 400;
	margin-bottom: 20px;
	text-transform: uppercase;
}
img{
	max-width: 100%;
	height: auto;
}

.small,.subTitle {
	font-size: 1.8rem;
	letter-spacing: 0.4rem;
	line-height: 2.5rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

.semiBig{
	font-size: 2.4rem;
	letter-spacing: 0.1rem;
	line-height: 3.6rem;
	font-weight: 600;
	text-transform: uppercase;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


a.pdf:before{
	content: url('./svgs/file-pdf.svg');
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(270deg) brightness(106%) contrast(102%);
	width: 11px;
    display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}


/****************************************
 Accessibility
****************************************/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/****************************************
 Site Header
****************************************/
header .fullWidth{
	float: left;
 	position: relative;
 	width: 100%;
 	z-index: 99;
 	background-color: rgba(0, 0, 0, 0.4);
 	margin: 0 auto;
 	text-align: center;
}

.custom-logo-link {
    display: block;
}

.headerWrapper {
	display: inline-block;
	width: 100%;
	max-width: 1600px;
}
.headerWrapper .left {
  float: left;
}
.headerWrapper .right {
  float: right;
}

.site-logo{
	padding: 2rem;
}
.secondary-navigation, .social-media-header, .secondary-menu .contactNumber{
	display: inline-block;
	vertical-align: middle;
}
.secondary-navigation{
	float: left;
	/*padding-top: 8px;*/
}
.secondary-menu .contactNumber{
	background-color: #d45224;
	margin: 0;
	padding: 5px 15px;
	color: #fff;
	font-size: 1.4rem;
}

.secondary-menu .contactNumber a{
	display: inline-block;
}
.secondary-menu .contactNumber a:hover, .secondary-menu .contactNumber a:focus{
	color: #b6c730;
}
.social-media-header .social-media ul{
	margin: 0 30px 0 15px;
}
.social-media-header .social-media li{
	margin-left: 0;
}
.social-media-header .social-media li span{
	width: 30px;
	height: 30px;
	padding: 1px;
}
.social-media-header .social-media li a:hover span:before{
	/*color: #b6c730;*/
	filter: invert(99%) sepia(92%) saturate(1435%) hue-rotate(7deg) brightness(87%) contrast(76%);
}
/****************************************
 Menus
****************************************/
.menu{
  margin: 0;
  padding: 0;
}
.menu li {
	display: inline-block;
	padding-right: 20px;
	text-transform: uppercase;
	color: #eaeaea;
	margin-bottom: 0;
	font-size: 1.8rem;
	letter-spacing: 1px;
	font-weight: 600;
}

.primary-menu{
	padding: 15px 0px 15px 50px;
}

.secondary-menu li{
	font-size: 1.4rem;
	font-weight: 500;
}
.site-menu {
  clear: right;
  float: right;
  text-align: right;
  position: relative;
}
.site-menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.site-menu ul ul {
    padding-left: 15px;
	padding-top: 5px;
}

.site-menu a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.site-menu a:hover, .site-menu a:focus,.site-menu li.current_page_parent > a, 
.site-menu li.current-menu-item > a,.site-menu li.current_page_item > a{
  color: #d45224;
}

/****************************************
 Mobile Menu
****************************************/
.site-menu .mobile-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	overflow: scroll;
	height: 100%;
	padding: 0 20px;
}
.mobile-navigation.toggled .menu-mobile-menu-container {
  right: 0;
}

.menu-toggle {
  display: none;
}


#mobile-menu li{
    display: block;
    padding: 0;
    font-size: 1.5rem;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 6px 0;
}
#mobile-menu li:last-child{
	border-bottom: none;
}
.menu-mobile-menu-container {
    position: fixed;
    right: 0;
    background: #595a5c;
    padding: 20px 0;
    top: 80px;
    min-width: 320px;
    right: -100%;
    z-index: 11;
	transition: 0.85s;
	bottom: 0;
}
#mobile-menu li a{
	margin-right: 25px;
	text-align: left;
}
#mobile-menu li a:hover,#mobile-menu li a:focus{
	color: #b6c730;
}
#mobile-menu li.menu-item-has-children{
	position: relative;

}
#mobile-menu li.menu-item-has-children .handler{
	position: absolute;
    right: 0;
    font-size: 3rem;
    top: 0;
	font-weight: 300;
	padding: 5px 7px;
	cursor: pointer;
}
#mobile-menu li.menu-item-has-children .handler:after {
    content: '+';    
}
#mobile-menu li.menu-item-has-children.active .handler:after {
	content: '-'
}

#mobile-menu li ul.sub-menu{
	display: none;
}

#cpt-menu{
	display: none;
}
.mob-menu .headertext {
  display: none;
}

.mob-menu-logo-holder {
  display: none;
}

.mobmenu-container {
  margin-top: -5px;
}
.mobile_menu{
	display: none;
}

.menu-toggle{
	background: none !important;
	border: 0;
	padding: 0;
	z-index: 11;
    position: relative;
}
body.toggled{
	overflow: hidden; 
}
#site-navigation.mobile-navigation.toggled:before {
    content: '';
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 10;

}
.menu-toggle:after{
	content: url('./svgs/bars.svg');
	width: 20px;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(270deg) brightness(106%) contrast(102%);
	display: block;
}

.mobile-navigation.toggled .menu-toggle:after{
	content: url('./svgs/times.svg');	
}


/****************************************
 Sub menu -Below banner
****************************************/

.sub_menu{
	background-color: #1a1a1a;
	margin: 0 auto;
	text-align: center;
}
.sub_menu_wrapper{
	max-width: 1600px;
	display: inline-block;
	width: 100%;
}

.sub_menu_wrapper ul{
	padding: 0;
	margin: 0 auto;
	display: table;
	width: auto;
}

.sub_menu_wrapper ul li{
	display: table-cell;
	padding: 35px 20px;
}
.sub_menu_wrapper ul li a{
	font-size: 1.6rem;
	letter-spacing: 1px;
	color: #f1f1f1;
	font-weight: 700;
	text-transform: uppercase;
}
.sub_menu_wrapper ul li a:hover, .sub_menu_wrapper ul li.current a{
	color: #f26322;
}
/****************************************
 Hero
****************************************/
.hero {
	background-color: #ccc;
	position: relative;
}


.hero-internal{
	min-height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.homeBanner.hero-internal{
	min-height: 700px;
}

.bannerContentWrapper span{
	display: block;
}

.bannerContentWrapper:not(.innerPage) *{
	color: #f1f1f1;
}

.clr-darkgreen{
	color: #70994b;
}

.clr-white{
	color: #fff;
}

.wrap {
    margin: 0 auto;
    max-width: 1170px;
}
.banner_content_wrapper {
    display: table;
    height: 100%;
    position: absolute;
    max-width: 650px;
	width: 100%;
}
.bannerContentWrapper {
    display: table-cell;
    vertical-align: middle;
	padding: 110px 15px 0;
}
.homeBanner .bannerContentWrapper{
	display: inline-block;
	width: 100%;
}
.bannerContentWrap{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}


/****************************************
 Breadcrumb
****************************************/
.breadcrumb{
	margin: 0;
	padding: 10px 0;
}
.br-separator {
    margin: 0 7px;
}
.br-separator:after{
	content: url('./svgs/chevron-right-solid.svg');
    width: 7px;
    display: inline-block;
	vertical-align: middle;
}
.breadcrumb *{
	font-size: 1.6rem;
	vertical-align: middle;
	display: inline-block;
}
.breadcrumbWrapper{
	background-color: #eee;
	display: inline-block;
	width: 100%;
}
/*-------------- Information center breadcrumb --------------------*/
.epkb-doc-search-container{
	padding-bottom: 0 !important;
}
.epkb-doc-search-container .breadcrumbWrapper .container-fluid{
	margin: 0 auto !important;
}
.epkb-doc-search-container .breadcrumbWrapper{
	margin-top: 20px !important;
}
.epkb-doc-search-container .breadcrumbWrapper .br-separator{
	margin: 0 7px !important;
}
.epkb-doc-search-container .breadcrumbWrapper .breadcrumb{
	margin: 0 !important;
	padding: 10px 0 !important;
}
.epkb-doc-search-container .breadcrumbWrapper .breadcrumb *{
	font-size: 1.6rem !important;
	vertical-align: middle !important;
}


/**************************************
 Homepage
**************************************/
.section{
	padding: 9rem 0;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
}
.noPadding{
	padding: 0 !important;
}

.sectionWrapper{
	position: relative;
	float: left;
	width: 100%;
}
.videoSection {
	padding: 3rem 0;
}
.videoWrap {
/*	 align-items: center;
  justify-content: center;*/
}
.videoWrap > div{
	margin-bottom: 20px;	
}
.videoSection iframe{
/*	height: auto !important;*/
}
.widerWidthVideoArea.container-fluid{
	max-width:1700px;
}

.videoSection .count-2 iframe{
	height: 400px;
}

.videoSection .count-1 iframe{
	height: 600px;
}
.backgroundImg{
	background-repeat: no-repeat;
	background-size: contain;
}

.background_orange{
	background-color: #d15420;
}

.background_grey{
	background-color: #f2f1f0;
}

.background_green{
	background-image: url('/wp-content/uploads/2020/04/green_bck.jpg');
}
.background_watermark{
	background-image: url('/wp-content/uploads/2020/04/watermark.png');
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 200px;
}

.paw_background{
	background-image: url('/wp-content/uploads/2020/04/paw.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	z-index: 1;
}

.sectionWrapper .paw_background{
	background-position: -10% center;
	background-size: 25%;
}

.background_orange *, .background_green *{
	color: #fff;
}

.leftSection{
	float: left;
	padding-right: 15px; 
}
.rightSection{
	float: right;
	padding-left: 15px;
}
.contentArea .content{
	padding-top: 30px;
	padding-bottom: 30px;
}
.contentArea.w100,.contentDiv.w100{
	width: 100% !important;
	padding: 0 15px !important;
	text-align: center;
	float: left;
}

.type4 .leftSection, .type4 .rightSection{
	padding: 0;
}
.type4 .leftSection .content{
	padding-right: 30px;
}
.type4 .rightSection .content{
	padding-left: 30px;
	text-align: right;
	padding-right: 15px;
}
.vAlignWrapper {
    display: table;
    height: 100%;
}
.vAlign {
    display: table-cell;
    vertical-align: middle;
}

.frontpage .content li{
	list-style-type: none;
}

.w40{
	width: 40%;
}

.w50{
	width: 50%;
}

.w60{
	width: 60%;
}

.leftSection .content{
	float: right;
}

.rightSection .content{
	float: left;
}


.max65{
	max-width: 65%;
}

.max75{
	max-width: 75%;
}

.imageArea img{
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.tickStyle li{
	list-style-type: none;
	padding-left: 30px;
	position: relative;
}
.tickStyle li:before{
	/*content: "\f00c";
	color: #b6c730;
	font-family: "Font Awesome 5 Free";
	font-size: 1.4rem;
	font-weight: 900;*/
	content: url('./svgs/check.svg');
	filter: invert(99%) sepia(92%) saturate(1435%) hue-rotate(7deg) brightness(87%) contrast(76%);
    width: 15px;
    height: 15px;
	position: absolute;
    display: inline-block;
	left: 0;
	top: 2px;
}

.vAlignMiddle{
	display: table;
	height: 100%;
	width: 100%;
}

.vAlignMiddle > div{
	display: table-cell;
	vertical-align: middle;
}

.post_item {
    background: #45515d;
    padding: 45px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.post_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.post_img img{
	opacity: 0;
	visibility: hidden;
}
.post_item .overlay{
	display: none;
}

.post_item .date{
	background: #d45224;
	border-radius: 50%;
	color: #fff;
	height: 60px;
	line-height: 20px;
	padding: 9px;
	text-align: center;
	vertical-align: middle;
	width: 60px;
}
.post_item *{
	color: #fff !important;
}

.post_item:hover .overlay{
	display: block;
	transition: 0.4s all;
}
.post_item:hover .date{
	background: #b6c730;
}
.post_item a {
    text-decoration: none;
    display: block;
    height: 300px;
    position: relative;
    z-index: 2;
}

.title {
    bottom: 0;
    display: inline-block;
    margin: 0;
    position: absolute;
    width: 100%;
    text-shadow: 1px 1px 2px #000;
}


/**************************************
 Footer
**************************************/
footer{
	float: left;
	width: 100%;
}
.footerTop{
	background-color: #f0eeed;
	padding: 50px 0;
	border-bottom: 2px solid #fff;
}
.footerMiddle{
	background-color: #f0eeed;
	padding: 90px 0;
}
.footerBottom{
	background-color: #424242;
	padding: 30px 0;
}

.site-info{
	font-size: 14px;
	color: #f2f1f0;
	font-weight: 300;
}
.social-media-footer{
	display: table;
	height: 100%;
	float: right;
}
.social-media{
	display: table-cell;
	vertical-align: middle;
}
.social-media span,.social-media ul{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.social-media li a{
	display: block;
}
.social-media ul{
	margin-left: 15px;
}
.social-media li{
	margin-left: 10px;
	display: inline-block;
}
.social-media > span{
	font-size: 3.6rem;
	line-height: 3rem;
	color: #45515d;
	font-weight: 400;
}
.social-media li span{
	width: 50px;
	height: 50px;
	color: #fff;
	padding: 10px;
	border-radius: 50%;
	font-size: 16px;
	line-height: 24px;
	text-align: center;

}
.social-media li span:before{
	position: relative;
	width: 30px;
	height: 30px;
	padding: 5px;
	display: inline-block;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(270deg) brightness(106%) contrast(102%);
}

.social-media-footer .facebook{
	background-color: #00aea9;	
}
.social-media-footer .twitter{
	background-color: #00b2e2;
}
.social-media-footer .youtube{
	background-color: #f26322;
}
.social-media-footer .instagram{
	background-color: #00aea9;
}


.facebook:before{
	content: url('./svgs/facebook.svg');
	width: 21px !important;
}

.twitter:before{
	content: url('./svgs/twitter.svg');
}
.youtube:before{
	content: url('./svgs/youtube.svg');
}
.instagram:before{
	content: url('./svgs/instagram.svg');
}

.social-media-footer li a:hover span{
	background-color: #b6c730;
}

.menu1, .menu2 {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.menu1 ul, .menu2 ul{
	padding: 0 0 0 10px;
}
.menu1 a, .menu2 a{
	font-weight: 400;
	color: #45515d;
}
.menu1 li,.menu2 li {
    padding: 0 0 8px;
    text-transform: none;
    list-style-type: disc;
    font-weight: 400;
    color: #45515d;
    display: list-item;
}






/**************************************
 introSection
**************************************/
.introSection{
	background-color: #f9f9f9;
}

.introSection .innerWrapper{
	display: table;
	width: 100%;
}

.introSection .imageWrapper{
	display: inline-block;
	width: auto;
	position: relative;
	padding-right: 35px;
	background-image: url('/wp-content/uploads/2020/04/watermark.png');
	background-repeat: no-repeat;
	background-position: 75% top;
	background-size: contain;
	display: table-cell;
	vertical-align: middle;

}
.introSection .imageWrapper .imageInnerWrapper{
	position: relative;
	float: left;
}
.introSection .introText{
	display: table-cell;
	width: 60%;
	vertical-align: middle;
}
.introSection.imageOnRight .imageWrapper{
	background-position: 65% top;
}
.introSection.imageOnRight .introText{
	padding-right: 60px;
	text-align: right;
	width: 50%;
}
.introSection.imageOnRight .introTextContentWrapper{
	max-width: 300px;
	float: right;
}

.preText {
    position: absolute;
    top: -17px;
    font-size: 20px;
    line-height: 20px;
    color: #b6c730;
    font-weight: 500;
    text-transform: uppercase;
}

.postText {
    position: absolute;
    bottom: -21px;
    font-size: 20px;
    line-height: 20px;
    color: #b6c730;
    font-weight: 500;
    right: 0;
    text-transform: uppercase;
}

.quoteStyle{
	position: relative;
}

.quoteStyle:before {
    content: url('./svgs/quote-left.svg');
	filter: invert(99%) sepia(92%) saturate(1435%) hue-rotate(7deg) brightness(87%) contrast(76%);
    position: absolute;
    left: -33px;
    top: -11px;
    width: 25px;
    display: inline-block;
}

/**************************************
 imageTextSection
**************************************/
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex; 
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}


.imageTextSection:nth-child(2n+1),.imageTextSection.grey{
	background-color: #f9f9f9;
}


.imageTextSection .contentWrapper{
	/*display: table;*/
	width: 100%;
	padding: 0 15px; 
}
.imageTextSection .contentDiv {
    width: 65%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 80px;
}
.imageTextSection:not(.imageOnLeft) .flex-item:nth-of-type(1),.imageTextSectionType1:not(.imageOnLeft) .flex-item:nth-of-type(1){
	order: 2; 
}

.imageTextSection.imageOnLeft .contentDiv{
    padding-left: 80px;	
 	padding-right: 0;   
}

.imageTextSection .imageDiv {
    display: table-cell;
    vertical-align: middle;
    width: 35%;
}

.imageTextSection .contentDiv p, .imageTextSection .contentDiv li, .imageTextSection .contentDiv span{
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}


.imageTextSection .imgBoxBorderWrapper, .imageTextSection .imgBorderWrapper{
	position: relative;
	display: inline-block;
}



.imageTextSection .imgBorderWrapper:after {
    position: absolute;
	height: 100%;
	width: 100%;
	background-color: #b6c730;
	top: 0px;
	content: '';
	display: block;
	z-index: -1;
	left: -15px;
}
.imageTextSection .imgBorderWrapper.right-side-border:after{
	right: -15px;
	left: auto;
}
.imageTextSection .imgBorderWrapper.top-side-border:after{
	top: -15px;
	left: auto;
}
.imageTextSection .imgBorderWrapper.bottom-side-border:after{
	bottom: -15px;
	left: auto;

}

.imageTextSection .imgBorderWrapper.topright-thin-border:after,
.imageTextSection .imgBorderWrapper.topleft-thin-border:after,
.imageTextSection .imgBorderWrapper.bottomleft-thin-border:after,
.imageTextSection .imgBorderWrapper.bottomright-thin-border:after {
  	border: 8px solid #d45224;
    bottom: -50px;
	right: -50px;
	left: auto;
	top: auto;
    max-height: 375px;
    max-width: 375px;
    background-color: transparent;
}


.imageTextSection .imgBorderWrapper.topright-thin-border:after {
	top: -50px;
	bottom: auto;
}
.imageTextSection .imgBorderWrapper.topleft-thin-border:after {
	top: -50px;
	left: -50px;
	bottom: auto;
	right: auto;
}
.imageTextSection .imgBorderWrapper.bottomleft-thin-border:after {
	left: -50px;
	right: auto;
}

.imageTextSection .imgBorderWrapper.topright-thick-border img,
.imageTextSection .imgBorderWrapper.topleft-thick-border img,
.imageTextSection .imgBorderWrapper.bottomright-thick-border img,
.imageTextSection .imgBorderWrapper.bottomleft-thick-border img{
	max-width: 275px;
	max-height: 275px;
}
.imageTextSection .imgBorderWrapper.topright-thick-border:after,
.imageTextSection .imgBorderWrapper.topleft-thick-border:after,
.imageTextSection .imgBorderWrapper.bottomright-thick-border:after,
.imageTextSection .imgBorderWrapper.bottomleft-thick-border:after {
    border: 30px solid #d45224;
    bottom: -50px;
	right: -50px;
	left: auto;
	top: auto;
    max-height: 375px;
    max-width: 375px;
    background-color: transparent;
}

.imageTextSection .imgBorderWrapper.topright-thick-border:after {
	top: -50px;
	bottom: auto;
}
.imageTextSection .imgBorderWrapper.topleft-thick-border:after {
	top: -50px;
	left: -50px;
	bottom: auto;
	right: auto;
}
.imageTextSection .imgBorderWrapper.bottomleft-thick-border:after {
	left: -50px;
	right: auto;
}



/*
.imageTextSection:nth-child(4n-1) .imgBorderWrapper:after {
	right: -15px;
	left: auto;
}
*/


/**************************************
 Image Text Section 2 
**************************************/

.basicContent.grey, .background-grey{
	background-color: #f9f9f9;
}
.background-green{
	background-color: #b6c730;
}
.background-orange{
	background-color: #d45224;
}
.basicContent .watermark{
	background-image: url('/wp-content/uploads/2020/04/watermark.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 200px;

}

.basicContent.background-green *, .basicContent.background-orange *, .basicContent.background-turqoise * {
    color: #fff;
}

.imageTextSection.background-green *, .imageTextSection.background-orange *, .imageTextSection.background-turqoise *{
	color: #fff;
}

.basicContent .textOverImage{
	position: relative;
	z-index: 2;
}

.imageTextSection2 .imgWrapper.imageWithMargin img{
	margin-bottom: 30px;
}
/**************************************
 Image FullWidth Content
**************************************/
.fullWidthImageContent .overlay{
	opacity: 1;
	background-size: cover;
	background-repeat: no-repeat;
}

.fullWidthImageContent .textOverImage{
	position: relative;
	z-index: 2;
}

.fullWidthImageContent:not(.franchiseContact):not(.background-none) .textOverImage *{
	color: #e9e9e9;
}

.franchiseContactLinks a{
	display: inline-block;
	margin: 0 30px 10px 0;
}
/**************************************
 Image FullWidth 
**************************************/
.section.fullWidthImage{
	padding: 0;
}
.section.fullWidthImage .imgWrapper{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.fullWidthImage img{
	visibility: hidden;
	opacity: 0;
}

/**************************************
 Franchise Resources Template 
**************************************/
.sectionMainTitle {
    width: 100%;
    display: block;
}

.franchisingResourcesTemplate .imageTextSection .contentDiv {
    width: 50%;
}
.franchisingResourcesTemplate .imageTextSection .contentDiv h3{
	color: #03b5b1;
}
/**************************************
 Franchise Development Template 
**************************************/

[class*="page-template-franchise-"] .sub_menu{
	background-color: #595a5c;
} 	
.franchisingDevelopmentTemplate h2{
	color: #03b5b1;
}

.pageContentSection.section{
	padding-bottom: 2rem; 
}
/**************************************
 Franchise Training Template 
**************************************/
.colContent h3{
	margin-bottom: 7px;
}
.colContent .contentDiv{
	padding: 0 20px;
}

.section.colContent {
    padding: 3rem 0;
}

.statsWrapper{
	background-color: #595a5c;
}
.stat p{
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	margin: 0;
}
.stat .stat_number{
	font-size: 6.5rem;
	line-height: 4rem;
	color: #03b5b1;
	font-weight: 700;
	padding: 0;
}
.stat.stat1 p{
	display: block;
	padding: 0;
}
.stat .subtitle{
	font-size: 2.6rem;
	letter-spacing: 2px;
	line-height: 3.6rem;
	font-weight: 700;
	color: #f26322;
}

/**************************************
 Apply Form 
**************************************/
.applyForm .gform_wrapper h2.gsection_title{
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 65px;
	color: #f7fafa;
	text-transform: uppercase;
}
.applyForm .gform_wrapper .gsection{
	border: none;
	background: #d15420;
    padding: 0px !important;
    text-align: center;
}
.applyForm .gfield{
	padding: 0 30px !important;
} 
.applyForm .ginput_container,.applyForm .gfield_label {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 15px !important;
	letter-spacing: 0px;
	line-height: 24px !important;
	color: #424242;
	font-weight: 400 !important;
}
.applyForm .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
	border: 1px solid #dddfe1;
	padding: 15px 20px !important;
}
.applyForm .gform_wrapper .ginput_complex.ginput_container_address .ginput_left,
.applyForm .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left{
	padding-right: 15px !important;	
	margin: 0 !important;
}
.applyForm .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 0;
}
#field_2_3, #field_2_7, #field_2_5, #field_2_8, #field_2_9, #field_2_14, #field_2_15, #field_2_16 {
    display: inline-block;
    width: 50%;
}
#field_2_3, #field_2_7, #field_2_8, #field_2_14, #field_2_16{
	padding-right: 15px !important; 
}
#field_2_5, #field_2_9, #field_2_15{
	padding-left: 15px !important; 
}
.applyForm .conditional_field .gfield_label {
    padding-left: 45px;
}
.applyForm .gfield.note{
	margin-top: 30px !important;
}
body .applyForm .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .applyForm .gform_wrapper ul li.field_description_below div.ginput_container_radio{
	margin-top: 7px;
}
.applyForm .gchoice_select_all, .applyForm .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, 
.applyForm .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label{
	font-weight: 400;
}

.applyForm .ginput_container input[type="text"],.applyForm .ginput_container select{
	width: 100% !important;
	color: #424242 !important;
}
#input_2_4_1_container{
	display: block;
	width: 50%;
	float: right;
	margin-top: -91px;
	padding-left: 15px;
}
#input_2_2_3_container{
    margin-left: 0 !important;
    padding-right: 23px !important;
}

#input_2_2_6_container {
    padding-left: 5px;
    padding-right: 15px;
}

#field_2_3 .ginput_container, #field_2_7 .ginput_container, #field_2_5 .ginput_container, 
#field_2_8 .ginput_container, #field_2_9 .ginput_container, 
#field_2_10 .ginput_container, #field_2_14 .ginput_container,
#field_2_15 .ginput_container, #field_2_16 .ginput_container{
	width: 100% !important;
}
.applyForm .gform_wrapper select {
    border: 1px solid #dddfe1;
    padding: 15px 20px !important;
    margin-top: 12px;
}
.applyForm .ginput_container.ginput_container_radio{
	padding-left: 30px;
}
.applyForm .gfield_radio li{
	display: inline-block;
	margin-right: 20px !important;
}

.applyForm .gform_wrapper .gform_footer input[type="submit"]{
	background-color: #d45224;
	border-radius: 40px;
	border: none;
	color: #fff;
	font-size: 1.6rem !important;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 2.4rem;
	padding: 15px;
	transition: 0.4s all;
	text-transform: uppercase;

}
.applyForm .gform_wrapper .gform_footer input[type="submit"]:hover, .applyForm .gform_wrapper .gform_footer input[type="submit"]:focus{
	background-color: #03b5b1;
	color: #fff;
}
.applyForm .gform_wrapper .gform_footer{
	text-align: center;
}
.applyForm .gform_wrapper .gform_footer input[type="submit"], .applyForm .gform_wrapper .gform_page_footer input[type="submit"]{
	margin: 0;
}

/**************************************
 Subscriber Form - Footer 
**************************************/
.subscribe_form input {
    border-radius: 20px;
    border: 0;
    margin-bottom: 15px;
    padding: 10px 15px !important;
}

.subscribe_form .ginput_container_email input {
    width: 100% !important;
    border: none;
    border-radius: 30px;
    padding: 10px 15px 10px 15px !important;
}
.subscribe_form .gform_wrapper form{
	position: relative;
}

.subscribe_form .gform_wrapper .gform_heading{
	display: none;
}
.subscribe_form .gform_wrapper li.hidden_label input, 
body .subscribe_form .gform_wrapper .top_label div.ginput_container,
body .subscribe_form .gform_wrapper ul li.gfield{
	margin-top: 0;
}

#field_1_4, #field_1_5 {
    display: inline-block;
    width: 50%;
}
#field_1_5{
	padding-right: 12px;
}
#field_1_4 input, #field_1_5 input{
	width: 100%;
}
.subscribe_form .gform_wrapper .gform_footer {
    position: relative;
   /* top: 8px;
	bottom: 23px;
    right: 20px;*/
    width: auto !important;
    margin: 0;
    padding: 0;
}
.subscribe_form .gform_button:hover{
	background-color: #03b5b1;
}
.subscribe_form .gform_button {
    text-indent: -9999px;
    border: 0;
    border-radius: 50%;
    width: 30px !important;
    height: 30px;
    background-color: #b6c730;
    background-image: url('/wp-content/uploads/2020/04/arrow.png');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.subscribe_form .gform_wrapper.gform_validation_error .gform_footer{
	top: 95px;
}

.subscribe_form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    padding-right: 0;
}

/**************************************
 Community Template 
**************************************/


.communityTemplate .imageTextSection .contentDiv{
	width: 50%;
	padding: 0 80px;
}

.communityTemplate .imageTextSection .imageDiv{
	padding: 0 80px;
}

/**************************************
 Blog Landing Template 
**************************************/
.page_content{
	padding: 60px 0;
}

/**************************************
 Blog Item Template 
**************************************/
article{
	padding: 60px 30px;
}

article h2{
	font-size: 3rem;
	letter-spacing: -1px;
	color: #d15420;
	font-weight: 400;
}
article h3{
	font-size: 2.4rem;
	letter-spacing: 1px;
	line-height: 3rem;
	color: #a8ad2c;
	font-weight: 400;
}
article .dateWrapper{
	display: inline-block;
	width: 20%;
	text-align: left;
	padding: 0 10px;
	vertical-align: middle;
}
article .dd{
	font-size: 9.2rem;
	letter-spacing: -2px;
	line-height: 7.2rem;
	color: #d45224;
	display: block;
}

article .mm{
	font-size: 1.4rem;
	letter-spacing: 7px;
	line-height: 2.3rem;
	color: #a8ad2c;
	font-weight: 700;
	display: block;
	margin: 0;
}

article .tagInfo{
	display: inline-block;
	width: 79%;
	vertical-align: middle;
}

article .tag{
	font-size: 1.6rem;
	letter-spacing: 2px;
	line-height: 2.3rem;
	color: #00b5b4;
	text-transform: uppercase;
	margin-bottom: 10px;
}

article .postImg{
	width: 100%;
	margin: 0 auto 20px;
}

article .postImg img{
	width: 100%;
}



article .quote{
	position: relative;
	border-top: 1px solid #a8ad2c;
	padding: 30px;
}

article .quote:before {
    position: absolute;
    content: url('./svgs/quote-left.svg');
	filter: invert(99%) sepia(92%) saturate(1435%) hue-rotate(7deg) brightness(87%) contrast(76%);
    position: absolute;
    left: -5px;
    top: 18px;
    width: 25px;
    display: inline-block;
}

article .quote .quote_by{
	font-size: 1.3rem;
	letter-spacing: 0px;
	line-height: 1.8rem;
	color: #707878;
	font-weight: 400;
	margin-top: 40px;
	display: block;
	text-align: left;
	text-transform: uppercase;
}
article *{
	clear: both;
}
.site-main .left{
	float: left;
	width: 50%;
	padding-bottom: 20px;
	padding-right: 15px;
}

.site-main .right{
	float: right;
	width: 50%;
	padding-bottom: 20px;
	padding-left: 15px;
	clear:none;

}

.site-main .left img, .site-main .right img{
	width: 100%;
}

article li{

	list-style-type: none;
	padding-left: 30px;
	position: relative;
}
article li:before{
	content: "\f00c";
	color: #b6c730;
	font-family: "Font Awesome 5 Free";
	font-size: 1.4rem;
	font-weight: 900;
	left: 0;
	position: absolute;

}
.nav-previous a, .nav-next a{
	background-color: #d45224;
	border-radius: 40px;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 2.4rem;
	padding: 10px;
	transition: 0.4s all;
	text-transform: uppercase;
	width: 115px !important;
	display: block;
	text-align: center;
}
.nav-previous a:hover, .nav-next a:hover{
	background-color: #03b5b1;
	color: #fff;
}
.nav-previous, .nav-next {
    display: inline-block;
    margin-bottom: 30px;
}
.nav-next {
	float: right;
}
/****************************************
 Product Landing Page
****************************************/

.product_info{
    background: #f8f8f8;
    padding: 25px 15px;
    text-align: center;
    height: 100%;
}

.product_item{
    margin-bottom: 30px;	
}
.product_cat_image{
	margin-bottom: 20px;
}
.product_cat_image .vAlignWrapper{
	width: 100%;
}
.product-content{
	margin-bottom: 10px;
}
.product_info p{
	margin-bottom: 7px;
}
.product_info h3{
	letter-spacing: 1.3px;
}
.product_landing_info{
	margin-bottom: 30px;
	text-align: left;
	padding: 30px;
}



.product_landing_info a.product_landing_info_link{
	font-size: 2.4rem;
	letter-spacing: 0.2rem;
	font-weight: 700;
}


/****************************************
 Product Item Page
****************************************/

.sub_product_list h2{
	font-size: 2.4rem;
	letter-spacing: -1px;
	line-height: 3rem;
	color: #45515d;
	font-weight: 600;
}


/**************************************
 Youtube Videos
**************************************/
.embed-responsive {
    display: block;
    height: 0;
	overflow: hidden;
    padding: 0;
	position: relative;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.youtube {
	cursor: pointer;
	position: relative;
}
.youtube img {
	left: 0;
    margin-top: 0; 
    position: absolute;
    top: -17%;
	width: 100%;
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}




/**************************************
 Store Locator
**************************************/
.page-template-store-locator #bannerSection{
	display: none !important;
}
.storeLocatorTemplate .wpsl-search{
	background-color: #d15420;
	margin: 0 auto;
	text-align: center;
}
.storeLocatorTemplate #wpsl-search-wrap{
	max-width: 1170px;
	padding: 15px 0;
	float: none;
	width: auto;
	display: inline-block;
}

.storeLocatorTemplate #wpsl-result-list{
	max-width: 1170px;
	padding: 30px;
	margin: 0 auto;
}

.storeLocatorTemplate #wpsl-stores li{
	margin-bottom: 20px;
}

.storeLocatorTemplate .wpsl-store-location h3{
	font-size: 2.4rem;
	letter-spacing: -1px;
	line-height: 1.8rem;
	color: #d15420;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}

.storeLocatorTemplate .wpsl-input label, .storeLocatorTemplate #wpsl-radius label, .storeLocatorTemplate #wpsl-category label{
	width: auto;
	color: #fff;
	font-size: 1.7rem;
	letter-spacing: -1px;
	line-height: 2rem;
	padding-top: 13px;
}

.storeLocatorTemplate #wpsl-search-btn, #wpsl-widget-submit{
    border-radius: 50% !important;
    color: #fff;
    background: #b6c730;
    border: 0 !important;
    font-size: 2.4rem;
    line-height: 5.7rem;
    color: #f1f1f1;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase !important;
    padding: 7px 10px;
}

.storeLocatorTemplate #wpsl-search-btn:hover, #wpsl-widget-submit:hover{
	background: #03b5b1;
}

.storeLocatorTemplate .wpsl-dropdown, .storeLocatorTemplate #wpsl-search-input{
	border-radius: 0;
	border: 0;
	padding: 11px 12px;
	font-size: 1.8rem;
    width: 240px;
    height: 50px;
}

.storeLocatorTemplate .wpsl-dropdown {
	padding: 2px 12px;
}

.storeLocatorTemplate .wpsl-directions {
    display: block;
    border-bottom: none !important;
    font-size: 1.8rem;
    letter-spacing: 1px;
    line-height: 2rem;
    color: #00b5b4;
    text-align: right;
    text-transform: uppercase;
    margin-top: 5px;
}

.storeLocatorTemplate .wpsl-direction-wrap{
    font-size: 2.4rem;
    letter-spacing: 1px;
    line-height: 2.4rem;
    color: #d15420;	
    text-align: right;
}

.storeLocatorTemplate .wpsl-direction-wrap {
    display: inline-block;
    width: 19%;
}

.storeLocatorTemplate .wpsl-store-location {
    display: inline-block;
    width: 80%;
}

.storeLocatorTemplate .wpsl-store-below #wpsl-result-list p{
	margin: 0;
}

.storeLocatorTemplate .wpsl-store-location p span{
	display: inline-block;
}
.storeLocatorTemplate #wpsl-result-list .wpsl-contact-details span{
	display: inline-block !important;
	font-size: 1.8rem;
	letter-spacing: 1px;
	line-height: 2.4rem;
	color: #646e7b;
	font-weight: 600;
	margin: 3px 0;
}
.storeLocatorTemplate #wpsl-result-list .wpsl-contact-details span.separator{
	padding: 0 5px;
}
.wpsl-contact-details {
    margin: 10px 0 !important;
}
.storeLocatorTemplate .wpsl-store-location p span.wpsl-street:before{
	content: url('./svgs/map-marker.svg');
	filter: invert(65%) sepia(52%) saturate(6309%) hue-rotate(146deg) brightness(97%) contrast(104%);
    width: 11px;
	margin-right: 5px;
	display: inline-block;
}

.wpsl-search-btn-wrap {
    margin-left: 10px;
    margin-top: -4px;
}

.bannerContentWrapper #wpsl-widget-form label{
	display: none;
}
.bannerContentWrapper #wpsl-widget-search {
    border-radius: 40px;
    padding: 20px;
    border: 1px solid #fff;
    background: rgba(0,0,0,0.6);
    width: 100%;
    font-size: 1.5rem;
	line-height: 1.5rem;
}
.bannerContentWrapper .search_area {
    width: 100%;
    /*padding-left: 9%;*/
}
.wpsl-search-widget-input-wrap {
    width: 88%;
    padding-right: 10px;
}
.wpsl-search-widget-btn-wrap{
	width: 11%;
}
.wpsl-search-widget-btn-wrap, .wpsl-search-widget-input-wrap{
	display: inline-block;
	vertical-align: middle;
}
#wpsl-search-wrap .wpsl-input label {
    padding-top: 8px;
}


/* ------------grid ---------------*/

.storeLocatorTemplate .grid .wpsl-direction-wrap {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.storeLocatorTemplate .grid .wpsl-store-location {
    display: inline-block;
    width: 100%;
}


.storeLocatorTemplate .grid .storeDetailsWrapper{
	padding: 20px;
	background: #f8f7f7;
	display: block;
	height: 100%;
}

.storeListingHandler {
    display: inline-block;
    width: 100%;
}
.storeListingHandler ul{
	margin: 0;
	display: inline-block;
	text-align: right;
	width: 100%;
}

.storeListingViews{
    display: none;
    width: 100%;
    border-bottom: 1px solid #ccc;	
}
.wpsl-store-below .storeListingViews{
	display: inline-block;
}
.storeListingHandler ul li{
	display: inline-block;
	padding: 35px 10px;
	border-left: 1px solid #ccc;
	vertical-align: middle;
	cursor: pointer;
}

.storeLocatorTemplate .grid .wpsl-directions{
	text-align: left;
}
.gridView:before,.listView:before{
	content: url('./svgs/grip-horizontal-solid.svg');
    width: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.listView:before{
	content: url('./svgs/list-solid.svg');
}
.storeListingHandler ul li.active,.storeListingHandler ul li:hover{
	color: #03b5b1;
}
.storeListingHandler ul li.active:before,.storeListingHandler ul li:hover:before{
	filter: invert(65%) sepia(52%) saturate(6309%) hue-rotate(146deg) brightness(97%) contrast(104%);
}
.storeLocatorTemplate #wpsl-result-list.grid .wpsl-contact-details span{
	display: block !important;
}
.storeLocatorTemplate #wpsl-result-list.grid .wpsl-contact-details span.separator{
	display: none !important;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list.grid li {
    display: inline-block;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
    border: 0;
    vertical-align: top;
}

.store__buttons {
	margin: 1em 0;
}

.store__buttons .columns {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.store__buttons a.btn.white {
	font-size: 14px;
	line-height: 1.2;
	padding: .5em 1em;
}

.store__buttons a.btn.white:first-child {
	margin: 0 1em 0 0;
}

/****************************************
 Columns
****************************************/
.columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.column-half {
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
}

.column-thirds {
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
}

.column-fourths {
	-ms-flex-preferred-size: 24%;
	flex-basis: 24%;
}

.column-three-fourths {
	-ms-flex-preferred-size: 74%;
	flex-basis: 74%;
}

.column-ten {
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
}

.column-ninety {
	-ms-flex-preferred-size: 90%;
	flex-basis: 90%;
}



/* ------------------ media queries ------------------*/
@media(max-width: 1390px){
	.secondary-navigation {
	    float: none;
	    clear: right;
	    display: block;
	}
	ul, ol {
		padding: 0 0 0 15px;
	}

}
@media(max-width: 1200px){
	.contentArea{
		padding: 0 15px;
	} 
}
@media(max-width: 1000px){
	#wpsl-wrap.wpsl-store-below #wpsl-result-list.grid li{
		width: 49.5%
	}
}
@media(max-width: 992px) and (min-width: 768px){
	.menu-mobile-menu-container{
		top: 92px;
	}
	.imageTextSection .flex-item:nth-of-type(1),.section .imageArea {
	    order: 1 !important;
	}
	.imageTextSection .flex-item:nth-of-type(2),.section .contentArea {
	    order: 2 !important;
	}
	.imageTextSection .imageDiv {
	    display: inline-block;
	    width: 100%;
		text-align: center;
	}
	.imageTextSection .contentDiv {
	    width: 100% !important;
	    display: inline-block;
	    padding-right: 0;
	    text-align: center;
	}
	.imageTextSection .imgBoxBorderWrapper, .imageTextSection .imgBorderWrapper{
		margin-bottom: 60px;
	}
	.imageTextSection .imgBorderWrapper.topright-thin-border:after,
	.imageTextSection .imgBorderWrapper.topleft-thin-border:after,
	.imageTextSection .imgBorderWrapper.bottomleft-thin-border:after,
	.imageTextSection .imgBorderWrapper.bottomright-thin-border:after{
		bottom: -25px;
		right: -25px;
	}
}
@media(max-width: 992px){
	.videoSection iframe{
	/*	height: 500px;*/
	}
	.videoSection .hasmore iframe{
		/*	height: 500px;*/
	}

	h2, .h2{
		font-size: 3.5rem;
		line-height: 4rem;
	}
	.site-logo {
	    max-width: 200px;
	}

	.main-navigation,.secondary-navigation{
		display: none !important;
	}
	.menu-toggle{
		display: block;
	}

	.communityTemplate .imageTextSection .contentDiv, .communityTemplate .imageTextSection .imageDiv {
	    padding: 0 30px;
	}
	.section{
		padding: 5rem 0;
	}

	.max65,.max75 {
	    max-width: 100%;
	    padding-left: 30px;
	}
	.site-content .section .leftSection,.site-content .section .rightSection{
		width: 50% !important;
	}
	.leftSection.contentArea{
		padding-left: 15px;
	}
	.post_item{
		padding: 25px;
	}
	.sub_menu{
		display: none;
	}
	.storeLocatorTemplate .wpsl-dropdown, .storeLocatorTemplate #wpsl-search-input{
		width: 215px;
	}
	.site-main .left,.site-main .right {
	    float: left;
	    width: 100%;
	    padding-bottom: 0;
	    padding-right: 0;
	}
	
}
@media(max-width: 767px){
	.videoSection iframe{
/*		height: 400px;*/
	}

	.storeListingHandler{
		display: none;
	}
	#wpsl-wrap.wpsl-store-below #wpsl-result-list.grid li{
		width: 100%;
	}
	.communityTemplate .imageTextSection .contentDiv, .communityTemplate .imageTextSection .imageDiv {
	    padding: 0 5px;
	    width: 100%;
	    display: block;
	    text-align: center;
	}
	.imageTextSection .flex-item:nth-of-type(1),.section .imageArea {
	    order: 1 !important;
	}
	.imageTextSection .flex-item:nth-of-type(2),.section .contentArea {
	    order: 2 !important;
	}
	.imageTextSection .imgBoxBorderWrapper, .imageTextSection .imgBorderWrapper{
		margin-bottom: 50px;
	}

	.imageTextSection .imgBorderWrapper.topright-thin-border:after,
	.imageTextSection .imgBorderWrapper.topleft-thin-border:after,
	.imageTextSection .imgBorderWrapper.bottomleft-thin-border:after,
	.imageTextSection .imgBorderWrapper.bottomright-thin-border:after{
		bottom: -30px;
		right: -30px;
	}

	.imageTextSection .imgBorderWrapper.topright-thin-border:after {
		top: -30px;
		bottom: auto;
	}
	.imageTextSection .imgBorderWrapper.topleft-thin-border:after {
		top: -30px;
		left: -30px;
		bottom: auto;
		right: auto;
	}
	.imageTextSection .imgBorderWrapper.bottomleft-thin-border:after {
		left: -30px;
		right: auto;
	}

	.imageTextSection .imgBorderWrapper.topright-thick-border:after,
	.imageTextSection .imgBorderWrapper.topleft-thick-border:after,
	.imageTextSection .imgBorderWrapper.bottomright-thick-border:after,
	.imageTextSection .imgBorderWrapper.bottomleft-thick-border:after{
		border: 20px solid #d45224;
		bottom: -40px;
		right: -40px;
	}

	.imageTextSection .imgBorderWrapper.topright-thick-border:after {
		top: -40px;
		bottom: auto;
	}
	.imageTextSection .imgBorderWrapper.topleft-thick-border:after {
		top: -40px;
		left: -40px;
		bottom: auto;
		right: auto;
	}
	.imageTextSection .imgBorderWrapper.bottomleft-thick-border:after {
		left: -40px;
	    right: auto;
	}


	p, li {
	    font-size: 1.6rem;
	    line-height: 2.2rem;
	}
	
	h2, .h2 {
	    font-size: 2.7rem;
	    line-height: 3.5rem;
	}
	button, .btn{
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
	.section{
		padding: 3rem 0;
	}
	.page_content {
	    padding: 30px 0;
	}
	.sub_menu_wrapper ul li{
		padding: 15px 10px;
	}
	.product_item, .product_cat_image, .product-content{
		height: auto !important;
	}
	.product_info{
		padding: 20px;
	}
	.footerMiddle{
		padding: 40px 0;
	}
	.menu1, .menu2{
		margin: 0 0 20px;
	}
	.product_landing_info {
	    margin-bottom: 10px;
	    padding: 20px;
	}
	
	.secondary-navigation, .social-media-header, .secondary-menu .contactNumber{
		display: none;
	}
	.primary-menu {
	    padding: 27px 35px 15px 50px;
	}
	.hero-internal{
		min-height: 330px;
	}
	.homeBanner.hero-internal {
	    min-height: 450px;
	}

	.statsWrapper .vAlignWrapper{
		width: 100%;
	}
	.statsWrapper .vAlignWrapper .stat1{
		text-align: center;
	}
	.stat {
	    margin-bottom: 30px;
	}
	.colContent .contentDiv{
		margin-bottom: 25px;
	}
	.sectionWrapper.statsWrapper{
		margin-bottom: 25px;
	}
	.section.colContent{
		padding: 0;
	}
	.franchiseContactLinks a {
	    display: inline-block;
	    text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.8px;

	}
	.text-link-section .content{
		text-align: center;
	}
	.max65, .max75{
		padding: 0 15px;
	}
	.leftSection{
		padding-right: 0;
	}
	.rightSection{
		padding-left: 0;
	}
	.leftSection.contentArea {
	    padding-left: 0;
	}
	.site-content .section .leftSection, .site-content .section .rightSection {
	    width: 100% !important;
	    height: auto !important;
	}
	.bannerContentWrapper .search_area{
		padding-left: 0;
	}
	.wpsl-search-widget-input-wrap {
	    width: 100%;
	    padding-right: 0;
	}
	.wpsl-search-widget-btn-wrap {
	    width: auto;
	    margin-top: 10px;
	}
	.bannerContentWrapper #wpsl-widget-search {
	    padding: 20px 15px;
	    font-size: 1.4rem;
	}
	.storeLocatorTemplate #wpsl-search-btn, #wpsl-widget-submit{
		font-size: 2rem;
		line-height: 3.8rem;
	}
	.type4 {
	    padding: 10px 0;
	}
	.type4 .leftSection .content,.type4 .rightSection .content {
	    text-align: center;
	    padding: 0 15px;
	}
	.imageTextSection .contentWrapper{
		display: block;
	}
	.franchisingResourcesTemplate .imageTextSection .contentDiv {
	    width: 100%;
	    padding: 0;
	}
	.stat p{
		padding-left: 10px;
		font-size: 1.4rem;
	}
	.stat .stat_number{
		font-size: 4.5rem;
		line-height: 4rem;
	}
	.imageTextSection .contentDiv{
		width: 100%;
		padding: 0 !important;
		display: block;
	}
	.imageTextSection .imageDiv{
		display: block;
		max-width: 80%;
		margin: 10px auto;
		text-align: center;
		width: 100%;
	}
	.imageTextSection .imageDiv div{
		text-align: center;
	}
	.imageTextSection .imgBorderWrapper.topright-thick-border img,
	.imageTextSection .imgBorderWrapper.topleft-thick-border img,
	.imageTextSection .imgBorderWrapper.bottomright-thick-border img, .imageTextSection .imgBorderWrapper.bottomleft-thick-border img{
		max-width: 100%;
	}
	article {
	    padding: 30px 10px;
	}
	article .dd{
		font-size: 5.2rem;
		line-height: 5.2rem;
	}
	article .dateWrapper{
		width: 100%;
	}
	.nav-previous a, .nav-next a{
		padding: 10px 5px;
		width: 100px !important;
		font-size: 1.4rem;
	}
	#wpsl-wrap.wpsl-store-below #wpsl-result-list li{
		padding: 0;
	}
	.storeLocatorTemplate .wpsl-store-location h3 {
	    font-size: 2rem;
	    letter-spacing: 0px;
	}
	.storeLocatorTemplate .wpsl-store-location{
		width: 100%;
	}
	.storeLocatorTemplate .wpsl-direction-wrap{
		width: 100%;
		text-align: left;
		padding: 10px 0;
	}
	.storeLocatorTemplate .wpsl-directions{
		text-align: left;
		font-size: 1.6rem;
	}
	.storeLocatorTemplate #wpsl-result-list .wpsl-contact-details span{
		font-size: 1.6rem;
		line-height: 2rem;
		display: inline-block !important;
	}
	.storeLocatorTemplate .wpsl-direction-wrap{
		font-size: 2rem;
	}
	.storeLocatorTemplate #wpsl-result-list .wpsl-contact-details span.separator{
		display: none !important;
	}
	.storeLocatorTemplate .wpsl-dropdown, .storeLocatorTemplate #wpsl-search-input{
		width: 180px;
		font-size: 1.5rem;	
	}
	#wpsl-search-wrap .wpsl-input{
		width: auto;
	}
	.storeLocatorTemplate .wpsl-input label{
		padding-top: 5px;
	}
	.applyForm .gfield {
	    padding: 0 15px !important;
	    margin-top: 0 !important;
	}
	.gfield {
	    width: 100% !important;
	    padding: 0 !important;
	}
	.applyForm .gform_wrapper .gsection{
		margin: 25px 0 !important;
	}
	.applyForm .ginput_container.ginput_container_radio {
	    padding-left: 15px;
	}
	.applyForm .gfield_radio li{
		margin-right: 15px !important;
	}
	.applyForm .ginput_container, .applyForm .gfield_label{
		width: 100%;
	}
	.applyForm .conditional_field .gfield_label {
	    padding-left: 0px;
	}
	#field_2_3, #field_2_7, #field_2_8, #field_2_14, #field_2_16 {
	    padding-right: 15px !important;
	}
	#field_2_3, #field_2_7, #field_2_5, #field_2_8, #field_2_9, #field_2_14, #field_2_15, #field_2_16{
		margin-top: 0;
	}
	.applyForm .gform_wrapper .ginput_complex.ginput_container_address .ginput_left, .applyForm .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
	    padding-right: 0px !important;
	}
	.applyForm .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	    margin-right: 0;
	    padding-left: 0;
	}
	#input_2_2_3_container {
	    padding-right: 0 !important;
	}
	#input_2_2_6_container {
	    padding-left: 0px;
	    padding-right: 0;
	}
	#input_2_4_1_container {
	    width: 100%;
	    float: left;
	    margin-top: 0;
	    padding-left: 0;
	}
	.introSection.imageOnRight .introText {
	    padding-right: 30px;
	}
}

@media(max-width: 640px){
	.videoSection iframe{
	/*	height: 300px;*/
	}

	.breadcrumb *{
		font-size: 1.3rem;
	}
	.br-separator:after{
		width: 6px;
	}
	
	.introSection .imageWrapper,.introSection .introText{
		width: 100% !important;
		display: inline-block;
	}
	.introSection .imageWrapper{
		margin-bottom: 35px;
	}
	.introSection .innerWrapper{
		padding: 0 30px;
		display: block;
	}
	.introSection.imageOnRight .introText{
		text-align: left;
		padding: 0;
	}
	.introSection .introTextContentWrapper{
		max-width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.social-media-footer .social-media{
		text-align: center;
	}
	.social-media-footer .social-media ul{
	    margin-left: 0;
	}
	.social-media-footer .social-media li {
	    margin: 0 5px;
	}
	.social-media > span{
	    padding: 30px 0 10px;
	}
	.subscribe_form .gform_wrapper .gform_footer{
		top: 12px;
	}
	#wpsl-search-wrap div{
		width: 98%;
	}
	.storeLocatorTemplate .wpsl-input label, .storeLocatorTemplate #wpsl-radius label, .storeLocatorTemplate #wpsl-category label{
		width: 100%;
	}
	#wpsl-search-wrap .wpsl-dropdown{
		width: 100% !important;
	}
	.wpsl-search-btn-wrap{
		margin: 13px auto 0;
	}
	#wpsl-search-wrap #wpsl-search-btn{
		float: none;
	}
	#wpsl-search-wrap .wpsl-input label{
		padding: 0;
	}
	.wpsl-search-btn-wrap {
	    width: 24% !important;
	    vertical-align: middle;
	    margin-top: 28px;
	    display: inline-block;
	    clear: none;
	}
	.wpsl-select-wrap{
		width: 70% !important;
	    display: inline-block;
	    vertical-align: middle;
	}
	#wpsl-search-wrap div label{
		text-align: left;
	}


}
.owl-carousel .owl-stage-outer{
	padding: 25px 0;
}

.owl-carousel button.owl-dot span{
	display: block;
	width: 15px;
	height: 15px;
	border: 4px solid #b6c730;
	border-radius: 50%;
	margin: 0 3px;
}
.owl-carousel button.owl-dot.active span,.owl-carousel button.owl-dot:hover span{
	border: 4px solid #d45224;
}
.owl-nav{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 100%;
}
.owl-nav button span {
    font-size: 40px;
    line-height: 30px;
	color: #b6c730;
}
.owl-nav button:hover span{
	color: #d45224;
}
.owl-prev{
	position: absolute;
    left: 0;
}
.owl-next{
	position: absolute;
    right: 0;
}
@media (min-width:782px){
	.wp-block-column:not(:first-child) {
		margin-left: 15px;
	}
}
@media (min-width:600px) and (max-width:781px){
	 .wp-block-column:nth-child(2n) {
	  margin-left:15px;
	 }
}

.wp-block-embed-youtube iframe {
    width: 100%;
}

body.page-template-cares .hero-internal{
   background-position: top;
} /****************************************
 Franchise Landing Page (reinvented)
 Scoped under .franchisingLanding
****************************************/

.franchisingLanding {
	overflow: hidden;
}

/* --- 1. Hero -------------------------------------------------- */
.franchiseLandingHero {
	position: relative;
}
.franchiseLandingHero__bg {
	min-height: 620px;
	background-color: #45515d;
	background-image:
		linear-gradient(135deg, rgba(212,82,36,0.92) 0%, rgba(69,81,93,0.85) 60%, rgba(3,181,177,0.85) 100%),
		url('/wp-content/uploads/2020/04/paw.png');
	background-size: cover, 320px;
	background-position: center, right -80px bottom -80px;
	background-repeat: no-repeat, no-repeat;
	position: relative;
}
.franchiseLandingHero__overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at top left, rgba(255,255,255,0.08), rgba(0,0,0,0.25));
	pointer-events: none;
}
.franchiseLandingHero .banner_content_wrapper {
	max-width: 760px;
	height: 620px;
}
.franchiseLandingHero__eyebrow {
	color: #ffd5c1 !important;
	letter-spacing: 4px;
	font-weight: 700;
	margin-bottom: 16px;
	display: inline-block;
}
.franchiseLandingHero__title {
	color: #fff !important;
	font-size: 5.6rem !important;
	line-height: 6rem !important;
	font-weight: 700;
	margin-bottom: 22px;
	text-shadow: 0 2px 18px rgba(0,0,0,0.25);
}
.franchiseLandingHero__lede {
	color: #fff !important;
	font-size: 2rem;
	line-height: 3rem;
	max-width: 560px;
	margin-bottom: 32px;
	opacity: 0.95;
}
.franchiseLandingHero__ctas .btn {
	margin: 0 12px 12px 0;
	box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

@media (max-width: 768px) {
	.franchiseLandingHero__bg { min-height: 520px; }
	.franchiseLandingHero .banner_content_wrapper { height: 520px; }
	.franchiseLandingHero__title { font-size: 3.6rem !important; line-height: 4rem !important; }
	.franchiseLandingHero__lede { font-size: 1.7rem; line-height: 2.4rem; }
}

/* --- 2. Opportunity Intro ------------------------------------- */
.franchiseLanding__intro {
	padding: 9rem 0 4rem;
	background: #fff;
}
.franchiseLanding__intro h2 {
	max-width: 820px;
	margin: 0 auto 24px;
}
.franchiseLanding__lede {
	font-size: 2rem;
	line-height: 3rem;
	max-width: 760px;
	margin: 0 auto 18px;
	color: #424242;
}

/* --- 3. Five-Advantage Grid ----------------------------------- */
.franchiseLanding__advantages {
	padding-top: 3rem;
	padding-bottom: 9rem;
	background: #fff;
}
.franchiseLanding__advantages .row {
	margin-left: -12px;
	margin-right: -12px;
}
.franchiseLanding__advantages .col-12 {
	padding: 12px;
	display: flex;
}
.franchiseLanding__advantageCard {
	width: 100%;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 16px;
	padding: 36px 28px;
	text-align: center;
	transition: 0.3s all;
	box-shadow: 0 4px 24px rgba(69,81,93,0.05);
	display: flex;
	flex-direction: column;
}
.franchiseLanding__advantageCard:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(212,82,36,0.18);
	border-color: #d45224;
}
.franchiseLanding__advantageIcon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin: 0 auto 18px;
	background: linear-gradient(135deg, #d45224 0%, #e06b3f 100%);
	color: #fff;
	border-radius: 50%;
	font-size: 2.4rem;
	font-weight: 700;
	box-shadow: 0 8px 18px rgba(212,82,36,0.28);
}
.franchiseLanding__advantageCard h3 {
	color: #45515d;
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.franchiseLanding__advantageCard p {
	color: #424242;
	margin-bottom: 0;
	flex-grow: 1;
}
.franchiseLanding__advantageCard--cta {
	background: linear-gradient(135deg, #03b5b1 0%, #0a8a87 100%);
	border-color: transparent;
	justify-content: center;
}
.franchiseLanding__advantageCard--cta h3,
.franchiseLanding__advantageCard--cta p {
	color: #fff !important;
}
.franchiseLanding__advantageCard--cta:hover {
	box-shadow: 0 16px 40px rgba(3,181,177,0.35);
	border-color: transparent;
}

/* --- 4. Did You Know stats band ------------------------------- */
.franchiseLanding__stats {
	background: linear-gradient(135deg, #d45224 0%, #b8431b 100%);
	position: relative;
}
.franchiseLanding__stats::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('/wp-content/uploads/2020/04/paw.png');
	background-repeat: no-repeat;
	background-size: 280px;
	background-position: right -40px center;
	opacity: 0.08;
	pointer-events: none;
}
.franchiseLanding__stats .section { position: relative; z-index: 2; padding: 7rem 0; }
.franchiseLanding__statsHeader {
	text-align: center;
	max-width: 880px;
	margin: 0 auto 5rem;
}
.franchiseLanding__statsHeader .subtitle {
	letter-spacing: 4px;
	margin-bottom: 14px;
	display: inline-block;
}
.franchiseLanding__statsHeader h2 {
	color: #fff !important;
	font-size: 3.6rem;
	line-height: 4.4rem;
	margin-bottom: 0;
}
.franchiseLanding__statsRow .stat {
	text-align: center;
	padding: 24px 12px;
	border-right: 1px solid rgba(255,255,255,0.18);
}
.franchiseLanding__statsRow [class*="col-"]:last-child .stat { border-right: none; }
.franchiseLanding__statsRow .stat_number {
	font-size: 7rem !important;
	line-height: 7rem !important;
	color: #fff !important;
	font-weight: 800;
	letter-spacing: -2px;
	margin-bottom: 10px !important;
	display: block !important;
	padding: 0 !important;
}
.franchiseLanding__statsRow .stat_text {
	color: #ffd5c1 !important;
	font-size: 1.4rem;
	letter-spacing: 3px;
	font-weight: 600;
	margin: 0;
	display: block !important;
	padding: 0 !important;
}
@media (max-width: 768px) {
	.franchiseLanding__statsHeader h2 { font-size: 2.6rem; line-height: 3.2rem; }
	.franchiseLanding__statsRow .stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.18); }
	.franchiseLanding__statsRow [class*="col-"]:last-child .stat { border-bottom: none; }
	.franchiseLanding__statsRow .stat_number { font-size: 5rem !important; line-height: 5rem !important; }
}

/* --- 5. Experience Makes the Difference ----------------------- */
.franchiseLanding__experience {
	padding: 9rem 0;
	background: #fafaf7;
}
.franchiseLanding__experienceText h2 {
	margin-bottom: 22px;
}
.franchiseLanding__experienceText .btn {
	margin-top: 10px;
}
.franchiseLanding__experienceCard {
	background: linear-gradient(135deg, #03b5b1 0%, #0a8a87 100%);
	color: #fff;
	border-radius: 24px;
	padding: 60px 30px;
	text-align: center;
	box-shadow: 0 24px 48px rgba(3,181,177,0.22);
	position: relative;
	overflow: hidden;
	min-height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.franchiseLanding__experienceCard::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('/wp-content/uploads/2020/04/paw.png');
	background-repeat: no-repeat;
	background-size: 220px;
	background-position: bottom -30px right -30px;
	opacity: 0.18;
}
.franchiseLanding__experienceCard__inner { position: relative; z-index: 2; }
.franchiseLanding__experienceCard__pre {
	color: #fff !important;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 8px !important;
	font-size: 1.6rem;
}
.franchiseLanding__experienceCard__big {
	color: #fff !important;
	font-size: 12rem;
	line-height: 11rem;
	font-weight: 800;
	letter-spacing: -4px;
	margin: 0 0 8px !important;
}
.franchiseLanding__experienceCard__big span {
	font-size: 3rem;
	letter-spacing: 0;
	font-weight: 600;
	margin-left: 6px;
	vertical-align: top;
}
.franchiseLanding__experienceCard__post {
	color: #fff !important;
	font-size: 1.7rem;
	margin: 0 !important;
	max-width: 280px;
	margin-left: auto !important;
	margin-right: auto !important;
}
@media (max-width: 991px) {
	.franchiseLanding__experienceImage { margin-top: 40px; }
}

/* --- 6. Investment band --------------------------------------- */
.franchiseLanding__investment {
	background: linear-gradient(135deg, #45515d 0%, #2f3942 100%);
	position: relative;
}
.franchiseLanding__investment::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('/wp-content/uploads/2020/04/paw.png');
	background-repeat: no-repeat;
	background-size: 320px;
	background-position: left -60px top -60px;
	opacity: 0.06;
	pointer-events: none;
}
.franchiseLanding__investment .section { padding: 8rem 0; position: relative; z-index: 2; }
.franchiseLanding__investment h2 {
	color: #fff !important;
	margin-bottom: 28px;
}
.franchiseLanding__investment p,
.franchiseLanding__investment li {
	color: #e6eaee;
}
.franchiseLanding__investment strong { color: #fff; }
.franchiseLanding__investmentRange {
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 16px;
	padding: 24px 28px;
	margin: 28px 0 !important;
	border-left: 6px solid #d45224;
}
.franchiseLanding__investmentRange__amount {
	display: block;
	color: #03b5b1;
	font-size: 3.2rem;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 3.6rem;
	margin-bottom: 6px;
}
.franchiseLanding__investmentRange__label {
	display: block;
	color: #ffd5c1;
	font-size: 1.3rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
}
.franchiseLanding__investmentList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.franchiseLanding__investmentList li {
	position: relative;
	padding: 16px 0 16px 38px;
	border-top: 1px solid rgba(255,255,255,0.12);
	margin: 0;
}
.franchiseLanding__investmentList li:first-child { border-top: none; }
.franchiseLanding__investmentList li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #03b5b1;
	box-shadow: inset 0 0 0 4px #45515d;
}
.franchiseLanding__investmentNote {
	display: block;
	font-size: 1.3rem;
	color: #b9c2cc;
	margin-top: 4px;
	font-style: italic;
}

/* --- 7. Safari Stan's ----------------------------------------- */
.franchiseLanding__safari {
	padding: 6rem 0;
	background: #fff;
}
.franchiseLanding__safariCard {
	background: #f7f5f0;
	border-radius: 20px;
	padding: 40px 44px;
	border-left: 6px solid #b6c730;
}
.franchiseLanding__safariCard h2 {
	margin-bottom: 12px;
	font-size: 3.2rem;
	line-height: 3.8rem;
}
.franchiseLanding__safariCard p { margin-bottom: 0; }
@media (max-width: 768px) {
	.franchiseLanding__safariCard { padding: 28px 24px; text-align: center; }
	.franchiseLanding__safariCard .btn { margin-top: 20px; }
}

/* --- 8. Petland Support System -------------------------------- */
.franchiseLanding__support {
	padding: 9rem 0;
	background: #fafaf7;
}
.franchiseLanding__supportLede {
	font-size: 1.8rem;
	max-width: 720px;
	margin: 0 auto 50px;
	color: #424242;
}
.franchiseLanding__supportGrid { margin-top: 30px; }
.franchiseLanding__supportGrid .col-12 { margin-bottom: 24px; }
.franchiseLanding__supportTile {
	display: block;
	height: 100%;
	background: #fff;
	border-radius: 18px;
	padding: 36px 28px 32px;
	text-decoration: none;
	border-top: 5px solid #d45224;
	box-shadow: 0 4px 24px rgba(69,81,93,0.06);
	transition: 0.3s all;
	position: relative;
	overflow: hidden;
}
.franchiseLanding__supportTile:nth-child(2),
.franchiseLanding__supportGrid .col-12:nth-child(2) .franchiseLanding__supportTile { border-top-color: #03b5b1; }
.franchiseLanding__supportGrid .col-12:nth-child(3) .franchiseLanding__supportTile { border-top-color: #b6c730; }
.franchiseLanding__supportGrid .col-12:nth-child(4) .franchiseLanding__supportTile { border-top-color: #45515d; }
.franchiseLanding__supportTile:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 40px rgba(69,81,93,0.14);
	color: inherit;
}
.franchiseLanding__supportTile__num {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 4px;
	color: #b9c2cc;
	margin-bottom: 14px;
}
.franchiseLanding__supportTile h3 {
	color: #45515d;
	font-size: 2rem;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.franchiseLanding__supportTile p {
	color: #424242;
	font-size: 1.5rem;
	line-height: 2.2rem;
	margin-bottom: 16px;
}
.franchiseLanding__supportTile__more {
	color: #d45224;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1.4rem;
	text-transform: uppercase;
	transition: 0.3s all;
}
.franchiseLanding__supportTile:hover .franchiseLanding__supportTile__more {
	color: #03b5b1;
	letter-spacing: 2px;
}

/* --- 9. Qualification Criteria accordion ---------------------- */
.franchiseLanding__criteria {
	padding: 9rem 0;
	background: #fff;
}
.franchiseLanding__criteriaLede {
	max-width: 660px;
	margin: 0 auto 50px;
	font-size: 1.7rem;
}
.franchiseLanding__accordion {
	max-width: 920px;
	margin: 0 auto;
}
.franchiseLanding__accItem {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 12px;
	margin-bottom: 14px;
	overflow: hidden;
	transition: 0.3s all;
}
.franchiseLanding__accItem[open] {
	border-color: #d45224;
	box-shadow: 0 8px 24px rgba(212,82,36,0.1);
}
.franchiseLanding__accItem summary {
	list-style: none;
	cursor: pointer;
	padding: 22px 26px;
	display: flex;
	align-items: center;
	gap: 18px;
	font-weight: 600;
	color: #45515d;
	transition: 0.2s all;
}
.franchiseLanding__accItem summary::-webkit-details-marker { display: none; }
.franchiseLanding__accItem summary::marker { content: ""; }
.franchiseLanding__accItem summary:hover { background: #fafaf7; }
.franchiseLanding__accNum {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #d45224;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1px;
}
.franchiseLanding__accItem[open] .franchiseLanding__accNum { background: #03b5b1; }
.franchiseLanding__accTitle {
	flex-grow: 1;
	font-size: 1.7rem;
	letter-spacing: 0.5px;
}
.franchiseLanding__accIcon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	position: relative;
}
.franchiseLanding__accIcon::before,
.franchiseLanding__accIcon::after {
	content: "";
	position: absolute;
	background: #d45224;
	border-radius: 2px;
	transition: 0.3s all;
}
.franchiseLanding__accIcon::before {
	top: 10px; left: 0; width: 22px; height: 2px;
}
.franchiseLanding__accIcon::after {
	top: 0; left: 10px; width: 2px; height: 22px;
}
.franchiseLanding__accItem[open] .franchiseLanding__accIcon::after { transform: rotate(90deg); opacity: 0; }
.franchiseLanding__accItem[open] .franchiseLanding__accIcon::before { background: #03b5b1; }
.franchiseLanding__accBody {
	padding: 0 26px 24px 86px;
}
.franchiseLanding__accBody p { margin-bottom: 14px; }
.franchiseLanding__accBody ul { margin: 0 0 0 18px; }
.franchiseLanding__accBody li { margin-bottom: 8px; }
@media (max-width: 768px) {
	.franchiseLanding__accBody { padding: 0 20px 20px 20px; }
	.franchiseLanding__accItem summary { padding: 16px 18px; gap: 12px; }
	.franchiseLanding__accTitle { font-size: 1.5rem; }
}

/* --- 10. Apply / Request Information -------------------------- */
.franchiseLanding__apply {
	padding: 9rem 0;
	background: linear-gradient(135deg, #fafaf7 0%, #f0eee7 100%);
	scroll-margin-top: 80px;
}
.franchiseLanding__applyIntro { padding-right: 30px; }
.franchiseLanding__apply--cta .franchiseLanding__applyIntro {
	padding-right: 0;
	max-width: 760px;
	margin: 0 auto;
}
.franchiseLanding__apply--cta .franchiseLanding__applyList {
	display: inline-block;
	text-align: left;
	margin: 1.5rem auto 2rem;
}
.franchiseLanding__applyCtaWrap {
	margin: 2rem 0 0;
}
.franchiseLanding__applyIntro h2 { margin-bottom: 22px; }
.franchiseLanding__applyList {
	list-style: none;
	padding: 0;
	margin: 24px 0 0;
}
.franchiseLanding__applyList li {
	position: relative;
	padding: 10px 0 10px 36px;
	font-size: 1.6rem;
	color: #45515d;
	font-weight: 500;
}
.franchiseLanding__applyList li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #03b5b1;
	background-image: url('./assets/css/svgs/check.svg');
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
}
.franchiseLanding__applyForm {
	background: #fff;
	border-radius: 18px;
	padding: 40px 36px;
	box-shadow: 0 16px 48px rgba(69,81,93,0.12);
	border-top: 6px solid #d45224;
}
@media (max-width: 991px) {
	.franchiseLanding__applyIntro { padding-right: 0; margin-bottom: 30px; }
	.franchiseLanding__applyForm { padding: 28px 22px; }
}

/* --- 11. Contact band ----------------------------------------- */
.franchiseLanding__contact {
	background: linear-gradient(135deg, #45515d 0%, #2f3942 100%);
	padding: 8rem 0;
}
.franchiseLanding__contact .overlay {
	background-image: url('/wp-content/uploads/2020/04/paw.png');
	background-repeat: no-repeat;
	background-size: 280px;
	background-position: right -40px center;
	opacity: 0.08;
}
.franchiseLanding__contact h2 { margin-bottom: 28px; }
.franchiseLanding__contact .franchiseContactLinks {
	margin: 0 0 26px;
}
.franchiseLanding__contact .franchiseContactLinks a {
	color: #fff !important;
	font-weight: 700;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin: 0 18px 14px;
	display: inline-block;
	border-bottom: 2px solid rgba(3,181,177,0.6);
	padding-bottom: 4px;
	transition: 0.3s all;
}
.franchiseLanding__contact .franchiseContactLinks a:hover {
	color: #03b5b1 !important;
	border-bottom-color: #03b5b1;
}

/* --- Sticky CTA ----------------------------------------------- */
.franchiseLanding__stickyCta {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 999;
	background: #d45224;
	color: #fff !important;
	padding: 14px 24px;
	border-radius: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 1.4rem;
	text-transform: uppercase;
	box-shadow: 0 12px 30px rgba(212,82,36,0.4);
	transition: 0.3s all;
	text-decoration: none;
}
.franchiseLanding__stickyCta:hover {
	background: #03b5b1;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(3,181,177,0.4);
}
@media (max-width: 768px) {
	.franchiseLanding__stickyCta { right: 12px; bottom: 12px; padding: 12px 18px; font-size: 1.3rem; }
}

/* ============================================================
   Franchise Sub-Page Hero (compact variant)
============================================================ */
.franchiseLandingHero--inner .franchiseLandingHero__bg {
	min-height: 380px;
}
.franchiseLandingHero--inner .banner_content_wrapper {
	height: 380px;
	max-width: 820px;
}
.franchiseLandingHero--inner .franchiseLandingHero__title {
	font-size: 4.4rem !important;
	line-height: 4.8rem !important;
}
.franchiseLandingHero--inner .franchiseLandingHero__lede {
	max-width: 620px;
}

@media (max-width: 768px) {
	.franchiseLandingHero--inner .franchiseLandingHero__bg { min-height: 320px; }
	.franchiseLandingHero--inner .banner_content_wrapper { height: 320px; }
	.franchiseLandingHero--inner .franchiseLandingHero__title {
		font-size: 2.8rem !important;
		line-height: 3.2rem !important;
	}
	.franchiseLandingHero--inner .franchiseLandingHero__lede {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}

/* ============================================================
   Mobile: horizontal scroll for franchise landing grids
   (advantages, stats band, support tiles)
============================================================ */
@media (max-width: 768px) {
	.franchiseLanding__advantages > .container-fluid > .row,
	.franchiseLanding__statsRow,
	.franchiseLanding__supportGrid {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		padding-bottom: 14px;
		scroll-padding-left: 15px;
	}
	.franchiseLanding__advantages > .container-fluid > .row::-webkit-scrollbar,
	.franchiseLanding__statsRow::-webkit-scrollbar,
	.franchiseLanding__supportGrid::-webkit-scrollbar {
		width: 0;
		height: 0;
		display: none;
	}
	.franchiseLanding__advantages > .container-fluid > .row > [class*="col-"],
	.franchiseLanding__statsRow > [class*="col-"],
	.franchiseLanding__supportGrid > [class*="col-"] {
		flex: 0 0 84%;
		max-width: 84%;
		scroll-snap-align: start;
	}
	.franchiseLanding__advantages > .container-fluid > .row > [class*="col-"]:last-child,
	.franchiseLanding__statsRow > [class*="col-"]:last-child,
	.franchiseLanding__supportGrid > [class*="col-"]:last-child {
		padding-right: 30px;
	}
	.franchiseLanding__supportTile {
		height: 100%;
	}
	.franchiseLanding__advantageCard {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
}

/* ============================================================
   Franchise Sub-Page: shared section rhythm
============================================================ */
.franchisingLanding .franchiseLanding__sectionHeader {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 4rem;
}
.franchisingLanding .franchiseLanding__sectionHeader h2 {
	margin-bottom: 16px;
}
.franchisingLanding .franchiseLanding__sectionHeader .franchiseLanding__lede {
	margin: 0 auto;
}

/* ============================================================
   Process grid (Development page)
============================================================ */
.franchiseLanding__process {
	padding: 7rem 0;
	background: #fff;
}
.franchiseLanding__processGrid {
	margin: 0 -12px;
}
.franchiseLanding__processGrid > [class*="col-"] {
	padding: 0 12px;
	margin-bottom: 24px;
}
.franchiseLanding__processCard {
	background: #f8f8f6;
	border-radius: 18px;
	padding: 36px 32px;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	border-top: 4px solid #f26322;
}
.franchiseLanding__processCard:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}
.franchiseLanding__processCard__num {
	display: inline-block;
	font-size: 5.6rem;
	font-weight: 800;
	color: #f26322;
	line-height: 1;
	margin-bottom: 16px;
}
.franchiseLanding__processCard h3 {
	font-size: 2.4rem;
	margin-bottom: 16px;
	color: #1a1a1a;
}
.franchiseLanding__processCard p {
	font-size: 1.5rem;
	line-height: 2.4rem;
	color: #424242;
	margin: 0;
}

/* ============================================================
   Training page — six-week highlight + programs
============================================================ */
.franchiseLanding__trainingHighlight .franchiseLanding__statsHeader h2 {
	font-size: 4.8rem;
	line-height: 5.2rem;
	margin-bottom: 8px;
}
.franchiseLanding__trainingHighlight__sub {
	font-size: 1.8rem;
	margin: 8px 0 0;
	opacity: 0.9;
}
.franchiseLanding__trainingHighlight .stat_number {
	font-size: 8rem;
	font-weight: 800;
	line-height: 1;
	color: #fff;
}

.franchiseLanding__programs {
	padding: 7rem 0;
	background: #fff;
}
.franchiseLanding__programsGrid {
	margin: 0 -12px;
}
.franchiseLanding__programsGrid > [class*="col-"] {
	padding: 0 12px;
	margin-bottom: 24px;
}
.franchiseLanding__programCard {
	background: #f8f8f6;
	border-radius: 16px;
	padding: 32px 28px;
	height: 100%;
	border-left: 4px solid #f26322;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.franchiseLanding__programCard:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(0,0,0,0.08);
}
.franchiseLanding__programCard--featured {
	background: linear-gradient(135deg, rgba(212,82,36,0.06) 0%, rgba(3,181,177,0.06) 100%);
	border-left-width: 6px;
	border-left-color: #03b5b1;
}
.franchiseLanding__programCard__tag {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #03b5b1;
	margin-bottom: 10px;
}
.franchiseLanding__programCard h3 {
	font-size: 2.2rem;
	margin-bottom: 14px;
	color: #1a1a1a;
}
.franchiseLanding__programCard p {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #424242;
	margin: 0;
}

/* ============================================================
   Resources page — categorized cards
============================================================ */
.franchiseLanding__resourceCategory {
	padding: 6rem 0;
	background: #fff;
}
.franchiseLanding__resourceCategory:nth-of-type(odd) {
	background: #f6f6f4;
}
.franchiseLanding__resourceGrid {
	margin: 0 -12px;
}
.franchiseLanding__resourceGrid > [class*="col-"] {
	padding: 0 12px;
	margin-bottom: 24px;
}
.franchiseLanding__resourceCard {
	background: #fff;
	border-radius: 14px;
	padding: 28px 24px;
	height: 100%;
	box-shadow: 0 6px 20px rgba(0,0,0,0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-top: 3px solid #f26322;
}
.franchiseLanding__resourceCategory:nth-of-type(odd) .franchiseLanding__resourceCard {
	box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}
.franchiseLanding__resourceCard:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(0,0,0,0.1);
}
.franchiseLanding__resourceCard h3 {
	font-size: 2rem;
	color: #1a1a1a;
	margin-bottom: 12px;
}
.franchiseLanding__resourceCard p {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #424242;
	margin: 0;
}

/* ============================================================
   Culture page — story blocks
============================================================ */
.franchiseLanding__cultureBlocks {
	padding: 6rem 0;
	background: #fff;
}
.franchiseLanding__cultureBlock {
	max-width: 880px;
	margin: 0 auto;
	padding: 4rem 16px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.franchiseLanding__cultureBlock:last-child {
	border-bottom: 0;
}
.franchiseLanding__cultureBlock__num {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	color: #03b5b1;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 14px;
}
.franchiseLanding__cultureBlock h2 {
	font-size: 3.6rem;
	line-height: 4rem;
	margin-bottom: 18px;
	color: #1a1a1a;
}
.franchiseLanding__cultureBlock p {
	font-size: 1.7rem;
	line-height: 2.8rem;
	color: #424242;
	margin: 0 0 1.4rem;
}
.franchiseLanding__cultureBlock p:last-child {
	margin-bottom: 0;
}

/* ============================================================
   Apply page — what-to-expect step icons
============================================================ */
.franchiseLanding__applySteps {
	padding: 6rem 0 3rem;
	background: #fff;
}
.franchiseLanding__applyStepsGrid {
	margin: 0 -12px;
}
.franchiseLanding__applyStepsGrid > [class*="col-"] {
	padding: 0 12px;
	margin-bottom: 24px;
}
.franchiseLanding__applyStep {
	text-align: center;
	padding: 24px 12px;
	height: 100%;
}
.franchiseLanding__applyStep__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #f26322;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 800;
	margin-bottom: 18px;
}
.franchiseLanding__applyStep h3 {
	font-size: 2rem;
	color: #1a1a1a;
	margin-bottom: 10px;
}
.franchiseLanding__applyStep p {
	font-size: 1.5rem;
	line-height: 2.4rem;
	color: #424242;
	margin: 0;
}

/* ============================================================
   Mobile horizontal scroll for sub-page grids
============================================================ */
@media (max-width: 768px) {
	.franchiseLanding__processGrid,
	.franchiseLanding__programsGrid,
	.franchiseLanding__resourceGrid,
	.franchiseLanding__applyStepsGrid {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-bottom: 14px;
		scroll-padding-left: 15px;
	}
	.franchiseLanding__processGrid::-webkit-scrollbar,
	.franchiseLanding__programsGrid::-webkit-scrollbar,
	.franchiseLanding__resourceGrid::-webkit-scrollbar,
	.franchiseLanding__applyStepsGrid::-webkit-scrollbar {
		display: none;
	}
	.franchiseLanding__processGrid > [class*="col-"],
	.franchiseLanding__programsGrid > [class*="col-"],
	.franchiseLanding__resourceGrid > [class*="col-"],
	.franchiseLanding__applyStepsGrid > [class*="col-"] {
		flex: 0 0 84%;
		max-width: 84%;
		scroll-snap-align: start;
		margin-bottom: 0;
	}
	.franchiseLanding__processGrid > [class*="col-"]:last-child,
	.franchiseLanding__programsGrid > [class*="col-"]:last-child,
	.franchiseLanding__resourceGrid > [class*="col-"]:last-child,
	.franchiseLanding__applyStepsGrid > [class*="col-"]:last-child {
		padding-right: 30px;
	}
	.franchiseLanding__cultureBlock h2 {
		font-size: 2.6rem;
		line-height: 3.2rem;
	}
	.franchiseLanding__cultureBlock p {
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.franchiseLanding__process,
	.franchiseLanding__programs,
	.franchiseLanding__resourceCategory,
	.franchiseLanding__cultureBlocks,
	.franchiseLanding__applySteps {
		padding-left: 0;
		padding-right: 0;
	}
	.franchiseLanding__trainingHighlight .franchiseLanding__statsHeader h2 {
		font-size: 3.2rem;
		line-height: 3.6rem;
	}
	.franchiseLanding__trainingHighlight .stat_number {
		font-size: 6rem;
	}
}

/* ============================================================
   Franchise Sub-Menu (sits under the hero on franchise pages)
============================================================ */
.franchiseSubmenu {
	background: #1a1a1a;
	border-bottom: 1px solid rgba(255,255,255,0.06);
	position: relative;
	z-index: 5;
}
.franchiseSubmenu__inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 16px;
}
.franchiseSubmenu__list {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
}
.franchiseSubmenu__list::-webkit-scrollbar {
	display: none;
}
.franchiseSubmenu__item {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}
.franchiseSubmenu__item a {
	display: inline-block;
	padding: 18px 22px;
	color: rgba(255,255,255,0.7);
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	transition: color 200ms ease, border-color 200ms ease;
	white-space: nowrap;
}
.franchiseSubmenu__item a:hover,
.franchiseSubmenu__item a:focus-visible {
	color: #fff;
	outline: 0;
}
.franchiseSubmenu__item.is-current a {
	color: #fff;
	border-bottom-color: #f26322;
}

@media (max-width: 768px) {
	.franchiseSubmenu__list {
		justify-content: flex-start;
		padding-left: 4px;
	}
	.franchiseSubmenu__item a {
		padding: 14px 16px;
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
}

/* ============================================================
   Franchise Breadcrumb (small, sits inside the hero)
============================================================ */
.franchiseBreadcrumb {
	margin: 0 0 18px;
}
.franchiseBreadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 1.4;
}
.franchiseBreadcrumb__item {
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,0.6);
	display: inline-flex;
	align-items: center;
}
.franchiseBreadcrumb__item:not(:first-child)::before {
	content: '/';
	margin: 0 10px;
	color: rgba(255,255,255,0.35);
	font-weight: 400;
}
.franchiseBreadcrumb__item a {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	transition: color 200ms ease;
}
.franchiseBreadcrumb__item a:hover,
.franchiseBreadcrumb__item a:focus-visible {
	color: #fff;
	outline: 0;
}
.franchiseBreadcrumb__item--current {
	color: #f26322;
}

@media (max-width: 768px) {
	.franchiseBreadcrumb {
		margin-bottom: 14px;
	}
	.franchiseBreadcrumb__list {
		font-size: 1rem;
		letter-spacing: 1.5px;
	}
	.franchiseBreadcrumb__item:not(:first-child)::before {
		margin: 0 8px;
	}
}

/* ============================================================
   Animated stat numbers (count-up entrance)
============================================================ */
.stat_number {
	font-variant-numeric: tabular-nums;
}

/* ============================================================
   Header Refinements — smaller logo, tighter type, mobile bg, icons
============================================================ */
.headerWrapper {
	background-color: rgba(0, 0, 0, 0.4);
}

.site-logo {
	padding: 1rem 1.5rem;
	max-width: 160px;
}
.site-logo .custom-logo,
.site-logo img {
	max-height: 56px;
	width: auto;
	height: auto;
	display: block;
}

.menu li {
	font-size: 1.3rem;
	letter-spacing: 1px;
	padding-right: 18px;
	font-weight: 600;
}

.primary-menu {
	padding: 15px 0 15px 30px;
}

.secondary-menu li {
	font-size: 1.15rem;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.secondary-menu .contactNumber {
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 999px;
	letter-spacing: 0.5px;
}
.secondary-menu .contactNumber::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 7px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

.social-media-header .social-media li span {
	width: 26px;
	height: 26px;
}
.social-media-header .social-media ul {
	margin: 0 22px 0 12px;
}

@media (max-width: 992px) {
	.site-logo {
		max-width: 120px;
		padding: 1rem;
	}
	.site-logo .custom-logo,
	.site-logo img {
		max-height: 44px;
	}
	.primary-menu {
		padding: 14px 18px 14px 24px;
	}
}

/* ============================================================
   Header Refinements v2 — flex layout, bigger logo, mega-menu sizing
   (theme uses Max Mega Menu plugin; .mega-menu-* selectors target it)
============================================================ */

/* Vertically center logo + menus, drop the floats */
.headerWrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.headerWrapper .left,
.headerWrapper .right {
	float: none;
}

/* Logo — sized between the original 268px and the previous 160px */
.site-logo {
	padding: 1rem 1.5rem;
	max-width: 240px;
	display: flex;
	align-items: center;
}
.site-logo .custom-logo,
.site-logo img {
	max-height: 56px;
	width: auto;
	height: auto;
	display: block;
}

/* Primary mega-menu (lower row) — cleaner / smaller */
.mega-menu .mega-menu-link {
	font-size: 1.3rem !important;
	letter-spacing: 0.5px !important;
	font-weight: 600 !important;
}
/* Secondary mega-menu (top row) — even smaller */
.secondary-menu .mega-menu .mega-menu-link {
	font-size: 1.05rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.5px !important;
}
/* Sub-menu items (dropdown) — match parent scale */
.mega-menu .mega-sub-menu .mega-menu-link {
	font-size: 1.2rem !important;
}
/* Slightly smaller dropdown chevron */
.mega-menu .mega-indicator {
	transform: scale(0.85);
}
/* Tighten the secondary mega-menu UL spacing */
#mega-menu-wrap-secondary {
	display: inline-block;
}

@media (max-width: 992px) {
	.site-logo {
		max-width: 180px;
	}
	.site-logo .custom-logo,
	.site-logo img {
		max-height: 44px;
	}
}

/* ============================================================
   Header Refinements v3 — desktop right/top spacing,
   unified mega-menu font size, mobile hamburger-left + phone-right
============================================================ */

/* Desktop: more breathing room around the headerWrapper */
.headerWrapper {
	padding: 8px 24px;
}

/* Both mega-menus use the SAME font size */
.mega-menu .mega-menu-link {
	font-size: 1.2rem !important;
}
.secondary-menu .mega-menu .mega-menu-link {
	font-size: 1.2rem !important;
}

/* The Max Mega Menu plugin renders its own responsive toggle button —
   we hide it so only the theme's existing .menu-toggle hamburger shows */
.mega-menu-toggle {
	display: none !important;
}

/* Mobile layout: hamburger | logo (centered) | phone — all vertically centered */
@media (max-width: 992px) {
	.headerWrapper {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 8px 64px;
		min-height: 64px;
	}
	.headerWrapper .left {
		flex: 1 1 auto;
		display: flex;
		justify-content: center;
		margin: 0;
	}
	.headerWrapper .left .site-logo {
		margin: 0 auto;
		padding: 0.4rem 0;
	}
	/* .right collapses but its absolutely-positioned children remain visible */
	.headerWrapper .right {
		position: static;
		flex: 0 0 auto;
		width: 0;
		overflow: visible;
	}
	/* Hamburger button absolute on the left, vertically centered */
	.menu-toggle {
		position: absolute !important;
		left: 16px;
		top: 50%;
		transform: translateY(-50%);
		padding: 8px !important;
		margin: 0 !important;
		z-index: 12;
	}
	/* Phone number absolute on the right, vertically centered
	   (overrides the existing display:none rules at 767px) */
	.secondary-menu .contactNumber {
		display: inline-flex !important;
		position: absolute !important;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
		margin: 0 !important;
		z-index: 11;
		font-size: 1.05rem !important;
		padding: 5px 12px !important;
		letter-spacing: 0;
	}
	/* Hide the rest of the .right contents on mobile */
	.secondary-menu .social-media-header,
	.secondary-navigation,
	.main-navigation {
		display: none !important;
	}
}

/* Very small phones: drop the "TOLL FREE:" prefix to keep the layout tight,
   show only the phone icon + the (800) number */
@media (max-width: 480px) {
	.secondary-menu .contactNumber {
		font-size: 0 !important;
		padding: 5px 10px !important;
	}
	.secondary-menu .contactNumber a {
		font-size: 1rem !important;
	}
	.secondary-menu .contactNumber::before {
		margin-right: 6px;
	}
}

/* ============================================================
   Featured Markets — state cards grid
============================================================ */
.featuredMarkets {
	padding: 7rem 0;
	background: #fff;
}
.featuredMarketsGrid {
	margin: 0 -12px;
}
.featuredMarketsGrid > [class*="col-"] {
	padding: 0 12px;
	margin-bottom: 24px;
}
.featuredMarketCard {
	background: #f8f8f6;
	border-radius: 16px;
	padding: 28px 28px;
	height: 100%;
	border-top: 4px solid #f26322;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
}
.featuredMarketCard:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}
.featuredMarketCard__state {
	font-size: 2.2rem;
	font-weight: 800;
	color: #1a1a1a;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(242,99,34,0.18);
}
.featuredMarketCard__cities {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #424242;
}
.featuredMarketCard__cities li {
	padding: 6px 0 6px 18px;
	font-size: 1.5rem;
	line-height: 2.2rem;
	color: #424242;
	position: relative;
}
.featuredMarketCard__cities li::before {
	content: '\2022';
	color: #f26322;
	position: absolute;
	left: 0;
	top: 4px;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.2rem;
}

@media (max-width: 768px) {
	.featuredMarketsGrid {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-bottom: 14px;
		scroll-padding-left: 15px;
	}
	.featuredMarketsGrid::-webkit-scrollbar {
		display: none;
	}
	.featuredMarketsGrid > [class*="col-"] {
		flex: 0 0 84%;
		max-width: 84%;
		scroll-snap-align: start;
		margin-bottom: 0;
	}
	.featuredMarketsGrid > [class*="col-"]:last-child {
		padding-right: 30px;
	}
	.featuredMarkets {
		padding: 5rem 0;
	}
}

/* ============================================================
   Header Refinements v4 — fix mobile positioning context,
   restyle call button, slide menu opens from the LEFT
============================================================ */

@media (max-width: 992px) {

	/* CRITICAL FIX: .site-menu (line 350) has position:relative which made
	   .primary-menu / .secondary-menu the containing block for absolute
	   children. That's why the hamburger and phone were positioning against
	   tiny zero-width containers instead of .headerWrapper. Reset them. */
	.headerWrapper .right .site-menu,
	.headerWrapper .right .primary-menu,
	.headerWrapper .right .secondary-menu,
	.headerWrapper .right .mobile-navigation {
		position: static !important;
		float: none !important;
		clear: none !important;
	}

	/* Hamburger: clearly on the LEFT, vertically centered, big tap target */
	.menu-toggle {
		position: absolute !important;
		left: 14px !important;
		right: auto !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		padding: 10px !important;
		margin: 0 !important;
		z-index: 12;
		background: none !important;
		border: 0 !important;
		display: block !important;
	}
	.menu-toggle:after {
		display: block;
	}

	/* Call button: ORANGE PILL on the right, vertically centered,
	   white phone icon + number, fully styled */
	.secondary-menu .contactNumber {
		display: inline-flex !important;
		align-items: center !important;
		position: absolute !important;
		right: 14px !important;
		left: auto !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		margin: 0 !important;
		padding: 7px 14px !important;
		background-color: #d45224 !important;
		color: #fff !important;
		border-radius: 999px !important;
		font-size: 1.05rem !important;
		font-weight: 600 !important;
		line-height: 1.2 !important;
		letter-spacing: 0.4px !important;
		z-index: 11;
		white-space: nowrap;
		box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	}
	.secondary-menu .contactNumber a {
		color: #fff !important;
		text-decoration: none;
	}

	/* Slide-out menu opens from the LEFT (override existing slide-from-right) */
	.menu-mobile-menu-container {
		left: -100% !important;
		right: auto !important;
		transition: left 0.4s ease !important;
	}
	.mobile-navigation.toggled .menu-mobile-menu-container {
		left: 0 !important;
		right: auto !important;
	}
}

/* Very small phones: drop "TOLL FREE:" prefix, keep the icon + number */
@media (max-width: 480px) {
	.secondary-menu .contactNumber {
		font-size: 0 !important;
		padding: 7px 12px !important;
	}
	.secondary-menu .contactNumber a {
		font-size: 0.95rem !important;
	}
	.secondary-menu .contactNumber::before {
		margin-right: 6px;
	}
}

/* ============================================================
   Header v5 — mobile call button = circular icon only
============================================================ */
@media (max-width: 992px) {
	/* Collapse the entire call button to a 42px orange circle with just
	   the phone icon — no "TOLL FREE:" text, no number text, fully tappable */
	.secondary-menu .contactNumber {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		position: absolute !important;
		right: 14px !important;
		left: auto !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		width: 42px !important;
		height: 42px !important;
		padding: 0 !important;
		margin: 0 !important;
		background-color: #d45224 !important;
		border-radius: 50% !important;
		font-size: 0 !important;
		line-height: 0 !important;
		letter-spacing: 0 !important;
		z-index: 11;
		box-shadow: 0 3px 10px rgba(0,0,0,0.25);
		text-align: center;
		overflow: hidden;
	}
	/* The <a> covers the whole circle so tapping anywhere dials */
	.secondary-menu .contactNumber a {
		position: absolute !important;
		inset: 0 !important;
		display: block !important;
		font-size: 0 !important;
		color: transparent !important;
	}
	/* Centered phone icon (bigger, no margin since no adjacent text) */
	.secondary-menu .contactNumber::before {
		position: relative !important;
		width: 18px !important;
		height: 18px !important;
		margin: 0 !important;
		flex-shrink: 0;
	}
}

/* Slightly smaller circle on tiny screens */
@media (max-width: 480px) {
	.secondary-menu .contactNumber {
		width: 40px !important;
		height: 40px !important;
		right: 12px !important;
	}
	.secondary-menu .contactNumber::before {
		width: 17px !important;
		height: 17px !important;
	}
}
