/*
* Description: Custom CSS Additions Go Here
* Template: twentytwentyfive
* Version: 1.0
* Author: Cody Larkin, VDS
*/

/* You may notice all of the hyper-specific values (decimal values) throughout this file...
 * They are not auto-generated in any way. It's just me trying to match the comps
 * as much as possible using values from the designer's software. Especially prevalent
 * with row containers.
*/

/* vars vars vars vars vars vars vars vars vars vars vars vars vars vars vars vars vars vars vars vars vars vars vars vars vars */
:root {
/* The vars here do not require values as they get set automatically in options-page-stylesheet.php */
/* They're mainly here to show up as autocomplete suggestions (if uncommented & populated) in code editors like sublime if desired */

--accent1: #D3242A;                                         /* red                 */
--accent2: #B30911;                                         /* dark red            */
--accent3: #E53B41;                                         /* pastel-ish red      */
--dark1: #132430;                                           /* dark blue           */
--dark2: #203B4B;                                           /* lighter dark blue   */
--dark3: #132430;                                           /* darkest blue        */
--light1: #FFF;                                             /* white               */
--light2: #E0F4FF;                                          /* light blue          */
/*--light3:;*/                                              /* unpopulated         */
--white: #FFF;                                              /* white               */
--black: #000;                                              /* black               */

/* font family vars */
--navfont: PlusJakartaSans-Bold, sans serif;                /* nav                 */
--headingfont: PlusJakartaSans-Bold, sans serif;            /* headings            */
--bodyfont: PlusJakartaSans-Regular, sans serif;            /* body                */
--uifont: PlusJakartaSans-Bold, sans serif;                 /* ui                  */

/* not in options-page-stylesheet.php */
--pjs-reg: PlusJakartaSans, sans serif;                     /* regular             */
--pjs-reg-italic: PlusJakartaSans-Italic, sans serif;       /* regular italic      */
--pjs-med: PlusJakartaSans-Medium, sans serif;              /* medium              */
--pjs-med-italic: PlusJakartaSans-MediumItalic, sans serif; /* medium italic       */
--pjs-bold: PlusJakartaSans-Bold, sans serif;               /* bold                */
--pjs-bold-italic: PlusJakartaSans-BoldItalic, sans serif;  /* bold italic         */
--copyrightline: #727F7980;                                 /* random grey @ 50%   */
--fa7: "Font Awesome 7 Free";                               /* non-fontello icons  */
--accent4: #00567C;                                         /* an unmentioned blue */
--light2_50: #E0F4FF;                                       /* light2 @ 50%        */
--darkred: #7F0B14;                                         /* red in mobile comp  */
}
/* /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /var */

/* summon mobile nav sooner */

@media (max-width: 1200px) {
    nav#site-navigation.hide-small-desktop {
        display: none;
    }
    button.disabled {
        opacity: 0.5;
    }
    button:not(.disabled) {
        pointer-events: all !important;
    }
    button#primary-mobile-menu.display-small-desktop {
        display: flex !important;
        cursor: pointer;
    }
    .left-right-header .header-button {
        margin-right: 10px;
    }
    .top-header .main-navigation ul#top-menu li a,
    header .left-right-mobile-nav ul#top-menu li a,
    .left-logo-right-mobile-nav ul li a,
    nav ul#top-menu li ul.sub-menu li a {
        font-family: var(--pjs-bold) !important;
    }
    .top-header .main-navigation ul#top-menu li a:hover,
    header .left-right-mobile-nav ul#top-menu li a:hover,
    .left-logo-right-mobile-nav ul li a:hover {
        color: var(--light1) !important;
    }
    .top-header .container {
        width: 92%;
    }
    .mobile-menu li.no-bb {
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
    }
    body nav ul#top-menu li a {
        color: var(--light1) !important;
        letter-spacing: 0.5px;
        width: fit-content;
        font-size: 18px;
    }
    ul#top-menu.mobile-menu ul.sub-menu {
        margin-top: 12px;
    }
    ul#top-menu.mobile-menu ul.sub-menu li:first-child {
        padding-top: 0;
    }
    ul#top-menu.mobile-menu ul.sub-menu li {
        padding: 12px 0;
    }
    ul#top-menu.mobile-menu ul.sub-menu li a {
        font-size: 16px;
    }
    ul#top-menu.mobile-menu ul.sub-menu {
        padding-top: 14px !important;
    }
    .mobile-menu li.menu-item-has-children button.sub-menu-toggle {
        top: 8px !important;
        border-radius: 4px;
        cursor: pointer;
        height: 33px;
        width: 33px;
    }
    body nav ul#top-menu li ul.sub-menu a:after {
        bottom: -6px;
    }
}

/* quick vars quick vars quick vars quick vars quick vars */

/* adding a buffer for anchor links since it's a fixed header now */
@media (min-width: 481px) { [id] { scroll-margin-top: 100px; }}
@media (max-width: 480px) { [id] { scroll-margin-top: 40px;  }}

/* Sorry for this specific clutter - normally rows are
 * more standardized where we can use wpbakery row classes
 * to apply background color, like "accent1", "dark1", etc.,
 * and the heading tag color will automatically be applied
 * based on that via my background.css & color.css files
 *
 * After the fact, It seems most headings are either light1
 * or dark1 so here's a shortcut for either below:
 *
 * If it's a darker background row, add the class "dark".
 * If it's a lighter background row, add the class "light"
 *
 * section/row class "dark" = light1 headings
 * section/row class "light" = dark1 headings
 *
 */

body .bakery section.dark h2, body .bakery section.dark h3, body .bakery section.dark h4, body .bakery section.dark h5, body .bakery section.dark h6,
body .bakery .wpb_row.dark h2, body .bakery .wpb_row.dark h3, body .bakery .wpb_row.dark h4, body .bakery .wpb_row.dark h5,body .bakery .wpb_row.dark h6,
body h1,
.home-hero h2,
.stats-row h3,
.stats-row p,
.take-charge-row h2,
.take-charge-row h4,
.cta-row.gradient-row-blue h2,
.great-owner-row h2,
.great-owner-row p,
.great-owner-row li,
.brand-cta-row h3,
.brand-cta-row h4,
.gradient-row-blue.cta-row p,
.brand-cta-row li {
    color: var(--light1);
}
body .bakery section.light h2, body .bakery section.light h3, body .bakery section.light h4, body .bakery section.light h5, body .bakery section.light h6,
body .bakery .wpb_row.light h2, body .bakery .wpb_row.light h3, body .bakery .wpb_row.light h4, body .bakery .wpb_row.light h5, body .bakery .wpb_row.light h6,
.wpb_row.light h2,
.top-blurb.light1 h2,
.top-blurb.light1 h3,
.why-five-star-section h2,
.your-journey-section h2,
.timeline-row h4,
.fsa-heading-row h2,
.testimonials-heading-row h2,
.fropp-heading h2,
.fropp-block h4,
.explore-opps-row h3,
.drive-heading-section h2,
.awards-row h3,
.brand-tab-content-row h4,
.section-heading h2,
.enclosed-blurb h4,
.tab-content-heading-row h3,
.brand-promo-row h4,
.fast-facts h2,
body .fast-facts p.disclaimer,
.bottom-cta.mid-cta[class*="gradient"] h2,
.bottom-cta.mid-cta[class*="gradient"] p,
.bottom-cta.mid-cta[class^="gradient"] h2,
.bottom-cta.mid-cta[class^="gradient"] p,
#legal-page h2,
#legal-page h3 {
    color: var(--dark1);
}
.why-five-star-section h4,
.star-block h4,
.benefits-row h3,
.drive-tabs h3,
.faq-tab-content-row h4,
.brand-accordion-content-row h4,
.awards-row h4,
.team-row h4 {
    color: var(--accent1);
}
.comp-support-section h4,
.fast-facts .star-block h4,
.why-five-star-section.why-brand-section h4,
.team-row h5,
.fast-facts h4,
.fast-facts .star-block h4 {
    color: var(--black);
}
.benefits-row h4,
body #content .benefits-row h4 a:not(:hover) {
    color: var(--accent4);
}
.home-hero h2,
.top-blurb h3,
span.med,
.stat-label,
ul.award-icon li {
    font-family: var(--pjs-med);
}
.stat-num {
    font-family: var(--pjs-bold);
}
.disclaimer-block p em,
.fast-facts p.disclaimer {
    font-family: var(--pjs-reg-italic);
}

/* /quick vars /quick vars /quick vars /quick vars /quick */

/* General */

@media (max-width: 979px) {
    .wpb_row.reverse .container {
        flex-direction: column-reverse;
        display: flex;
    }
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: normal;
}
/* "smoother reduction of the header text sizes moving from larger to smaller screens" */
.default-header h1 {
    transition: all 0.3s ease-in-out;
}
i.fa-solid,
i.fa-solid.fa-magnifying-glass,
i.fa-solid.fa-phone-volume,
i.fa-solid.fa-phone,
i.fa-solid.fa-arrow-right-long {
    font-family: var(--fa7)
}
/* /General */

/* Boxed layout look/Header structure/Content margins/Row border radius */
header .top-widget {
    display: none;
}

/* makes the rows 1820 at 1920 */
html body { padding: 0 2.231% 40px 2.231%; }

/* exclude the header from the body padding */
header#header {
    z-index: 99999999999;
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
}

/* #content div placement, accounting for absolute header */
body #content {
    margin-top: 100px;
    padding: 40px 0;
}

/* account for admin bar */
@media (min-width: 980px) {
    body.logged-in               { margin-top: 0;     }
    body.logged-in header#header { top: 32px;         }
    body.logged-in #content      { margin-top: 132px; }
}

header .top-header { box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25); }

.bakery section,
.bakery .wpb_row {
    border-radius: 32px;
}
.nav-phone i {
    position: relative;
    margin-right: 0;
    top: 0;
}
header #top-menu:not(.mobile-menu) li:last-child {
    margin-right: 0;
}
.nav-search i {
    cursor: pointer;
}
a.mobile-header-button {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    background: var(--accent1);
    justify-content: center;
    text-decoration: none;
    align-items: center;
    border-radius: 5px;
    display: flex;
    height: 33px;
    width: 33px;
}
a.mobile-header-button i {
    color: var(--light1);
    font-size: 16px;
    line-height: 1;
}

@media (min-width: 1201px) {
    nav.primary-navigation ul li ul.sub-menu {
        border-bottom: 2px solid var(--dark3) !important;
        border-right: 2px solid var(--dark3) !important;
        border-left: 2px solid var(--dark3) !important;
        box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.25);
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
    }
    body nav ul#top-menu li ul.sub-menu {
        padding-left: 16px;
    }
    body nav ul#top-menu li ul.sub-menu a {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

button#primary-mobile-menu,
button#primary-mobile-menu span,
button#primary-mobile-menu span i {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 33px;
    width: 33px;
}
button#primary-mobile-menu span {
    line-height: unset;
    font-size: unset;
}
button#primary-mobile-menu i:before {
    margin: 0;
}
li.menu-item-has-children a {
    align-items: center;
    display: flex;
}
nav ul#top-menu li ul.sub-menu li a {
    font-family: var(--pjs-med) !important;
    font-size: 16px;
    line-height: 1;
}
/* new icon */
header nav#site-navigation.hide-small-desktop li.menu-item-has-children > a::before {
    font-family: 'fontello';
    color: var(--accent1);
    position: absolute;
    font-weight: 700;
    content: '\f107';
    font-size: 18px;
    bottom: -1px;
    right: -18px;
}
/* hide old icon conflicting with underline hover feature */
nav#site-navigation-right.hide-small-desktop li.menu-item-has-children::after,
nav#site-navigation.hide-small-desktop li.menu-item-has-children::after {
    content: none !important;
}
header .left-right-header ul#top-menu li {
    padding: 41px 20px;
}
header .left-right-header ul#top-menu li.nav-icons {
    padding: 41px 5px;
}

@media (min-width: 1201px) {
    ul#top-menu li ul.sub-menu {
        background: var(--dark2);
    }
    ul#top-menu li.brands-nav ul.sub-menu {
        min-width: 500px;
    }
    li.brands-nav .sub-menu-toggle[aria-expanded=true] ~ ul {
        justify-content: space-between;
        flex-wrap: wrap;
        display: flex;
    }
    li.brands-nav ul.sub-menu li {
        width: 50%;
    }
    body nav ul#top-menu li ul.sub-menu li a {
        color: var(--light1) !important;
        width: fit-content;
    }
    body nav ul#top-menu li ul.sub-menu li a:hover {
        color: var(--light2) !important;
    }
    header .top-header.left-right-header nav.hide-small-desktop li.brands-nav ul.sub-menu {
        padding-top: 6px !important;
    }
    header .top-header.left-right-header nav.hide-small-desktop li.brands-nav ul.sub-menu li:first-child a {
        padding-top: 10px !important;
    }
}
/* END Boxed layout look/Header structure/#content margins */

/* Top Anchor + Recaptcha */
a.topbutton {
    background-color: var(--accent1);
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--white);
    text-decoration: none;
    border-radius: 7px;
    bottom: 148px;
    right: 10px;
}
a.topbutton:hover {
	border-color: var(--accent2);
}
a.topbutton i.icon-angle-up {
	justify-content: center;
	align-items: center;
	display: flex;
}
a.topbutton i.icon-angle-up:before {
	transition: all 0.3s ease-in-out;
    margin: 0 !important;
    color: var(--white);
    position: relative;
    font-size: 48px;
    line-height: 1;
    top: -4.5px;
}
a.topbutton:hover i:before {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}
div.grecaptcha-badge {
    bottom: 70px !important;
}
/* END Top Anchor + Recaptcha */

/* ANIMATED HOVER UNDERLINE */
/* global idle link */
body .team-row h5 a,
body .wpb_row h4 a,
body .wpb_row:not(.year-timeline) p a:not(.btn-bt),
footer .widget ul.menu li a,
body nav ul#top-menu li a,
body .wpb_row li a,
p.footer-col-1-ctas span a,
.copyright p a,
.top-blurb h3 a {
    transition: all 0.3s ease-in-out;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    position: relative;
}
/* global hover link */
body .team-row h5 a:hover,
body .wpb_row h4 a:hover,
body .wpb_row:not(.year-timeline) p a:not(.btn-bt):hover,
footer .widget ul.menu li a:hover,
body nav ul#top-menu li a:hover,
body .wpb_row li a:hover,
p.footer-col-1-ctas span a:hover,
.copyright p a:hover,
body .top-blurb h3 a:hover {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
body #content .year-timeline a:hover {
    text-decoration: underline;
}
/* global idle line */
body .team-row h5 a:after,
body .wpb_row h4:not(.vc_tta-panel-title) a:after,
body .wpb_row:not(.year-timeline) p a:not(.btn-bt):after,
footer .widget ul.menu li a:after,
body nav ul#top-menu li a:after,
body .wpb_row li a:after,
p.footer-col-1-ctas span a:after,
.copyright p a:after,
body .top-blurb h3 a:after {
    transition: all 0.3s ease-in-out;
    position: absolute;
    content: '';
    height: 1px;
    bottom: 0;
    width: 0%;
    left: 0;
}
.top-blurb h3 a:after {
    bottom: 3px !important;
}

@media (min-width: 1201px) {
    body nav ul#top-menu li a:after {
        bottom: -3px;
    }
    body nav ul#top-menu li ul.sub-menu a:after {
        bottom: 5px;
    }
    body nav ul#top-menu li ul.sub-menu li:last-child a:after {
        bottom: 10px;
    }
}

/* global hover line */
body .team-row h5 a:hover:after,
body .wpb_row h4 a:hover:after,
body .wpb_row:not(.year-timeline) p a:not(.btn-bt):hover:after,
footer .widget ul.menu li a:hover:after,
body nav ul#top-menu li a:hover:after,
body .wpb_row li a:hover:after,
p.footer-col-1-ctas span a:hover:after,
.copyright p a:hover:after,
body .top-blurb h3 a:hover:after {
    transition: all 0.3s ease-in-out;
    width: 100%;
}
/* dark backgrounds */
/* link color */
body .wpb_row[class*='accent'] p a:not(.btn-bt),
body .wpb_row[class^='accent'] p a:not(.btn-bt),
body .wpb_row[class*='dark'] p a:not(.btn-bt),
body .wpb_row[class^='dark'] p a:not(.btn-bt),
body .wpb_row[class*='accent'] li a,
body .wpb_row[class^='accent'] li a,
body .wpb_row[class*='dark'] li a,
body .wpb_row[class^='dark'] li a,
footer .widget ul.menu li a,
p.footer-col-1-ctas span a,
.copyright p a {
    color: var(--white) !important;
}
/* link hover */
body .wpb_row[class*='accent'] p a:not(.btn-bt):hover,
body .wpb_row[class^='accent'] p a:not(.btn-bt):hover,
body .wpb_row[class*='dark'] p a:not(.btn-bt):hover,
body .wpb_row[class^='dark'] p a:not(.btn-bt):hover,
body .wpb_row[class*='accent'] li a:hover,
body .wpb_row[class^='accent'] li a:hover,
body .wpb_row[class*='dark'] li a:hover,
body .wpb_row[class^='dark'] li a:hover {
    color: var(--accent3) !important;
}
.copyright p a:hover,
p.footer-col-1-ctas span a:hover,
footer .widget ul.menu li a:hover {
    color: var(--white) !important;
}
/* line color */
body .wpb_row[class*='accent'] p a:not(.btn-bt):after,
body .wpb_row[class^='accent'] p a:not(.btn-bt):after,
body .wpb_row[class*='dark'] p a:not(.btn-bt):after,
body .wpb_row[class^='dark'] p a:not(.btn-bt):after,
body .wpb_row[class*='accent'] li a:after,
body .wpb_row[class^='accent'] li a:after,
body .wpb_row[class*='dark'] li a:after,
body .wpb_row[class^='dark'] li a:after {
    background-color: var(--accent3);
}
.copyright p a:after,
p.footer-col-1-ctas span a:after,
footer .widget ul.menu li a:after {
    background-color: var(--white);
}
/* light backgrounds */
/* link color */
body .wpb_row:not(.cta-row):not(.bottom-cta):not(.tabs) p a:not(.btn-bt),
body .wpb_row:not(.cta-row):not(.bottom-cta):not(.tabs) li a,
body .wpb_row[class*='light'] p a:not(.btn-bt),
body .wpb_row[class^='light'] p a:not(.btn-bt),
body .wpb_row[class*='light'] li a,
body .wpb_row[class^='light'] li a,
body nav ul#top-menu li a,
body .top-blurb h3 a,
body .team-row h5 a {
    color: var(--black) !important;
}
body .wpb_row.benefits-row h4 a {
    color: var(--accent4);
}
/* link hover */
body .wpb_row:not(.cta-row):not(.bottom-cta):not(.tabs) p a:not(.btn-bt):hover,
body .wpb_row:not(.cta-row):not(.bottom-cta):not(.tabs) li a:hover,
body .wpb_row[class*='light'] p a:not(.btn-bt):hover,
body .wpb_row[class^='light'] p a:not(.btn-bt):hover,
body .wpb_row[class*='light'] li a:hover,
body .wpb_row[class^='light'] li a:hover,
body nav ul#top-menu li a:hover,
body .top-blurb h3 a:hover,
body .wpb_row.benefits-row h4 a:hover,
body .team-row h5 a:hover {
    color: var(--accent1) !important;
}
/* line color */
body .wpb_row:not(.cta-row):not(.bottom-cta):not(.tabs) p a:not(.btn-bt):after,
body .wpb_row:not(.cta-row):not(.bottom-cta):not(.tabs) li a:after,
body .wpb_row[class*='light'] p a:not(.btn-bt):after,
body .wpb_row[class^='light'] p a:not(.btn-bt):after,
body .wpb_row[class*='light'] li a:after,
body .wpb_row[class^='light'] li a:after,
body nav ul#top-menu li a:after,
body .top-blurb h3 a:after,
body .wpb_row.benefits-row h4 a:after,
body .team-row h5 a:after {
    background-color: var(--accent1);
}
/* /ANIMATED HOVER UNDERLINE */

/* Button-palooza */
a.btn-bt {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12) !important;
    transition: all 0.3s ease-in-out;
    display: inline-flex !important;
    padding: 21px 20px !important;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 240px;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    z-index: 0;
}
body #content a.btn-bt:not(.alternate) {
    color: var(--light1);
}
a.btn-bt:after {
    transition: all 0.3s ease-in-out;
    font-family: var(--fa7);
    display: inline-block;
    font-weight: 900;
    overflow: hidden;
    content: '\f178';
    font-size: 18px;
    margin-left: 0;
    color: inherit;
    opacity: 0;
    width: 0;
}
a.btn-bt:hover:after {
    margin-left: 12px;
    width: 22px;
    opacity: 1;
}
a.btn-bt:before {
    transition: all 0.3s ease-in-out;
    border-radius: 18px;
    position: absolute;
    height: 100%;
    content: '';
    z-index: -1;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}
a.btn-bt:hover:before {
    opacity: 1;
}
a.btn-bt.alternate {
    background: var(--white);
    color: var(--accent1);
}
a.btn-bt.alternate:hover {
    color: var(--accent1) !important;
}

/* for these gradients, the before pseudo (hover) is just the inverse of the colors */
a.btn-bt.default                { background-image: linear-gradient(90deg, var(--accent2) 0%, var(--accent3) 100%); }
a.btn-bt.default:before         { background-image: linear-gradient(90deg, var(--accent3) 0%, var(--accent2) 100%); }

a.btn-bt.bio-one                { background-image: linear-gradient(90deg, #E62A65 0%, #FF850A 100%); }
a.btn-bt.bio-one:before         { background-image: linear-gradient(90deg, #FF850A 0%, #E62A65 100%); }

a.btn-bt.card-my-yard           { background-image: linear-gradient(90deg, #018B3E 0%, #0AA951 100%); }
a.btn-bt.card-my-yard:before    { background-image: linear-gradient(90deg, #0AA951 0%, #018B3E 100%); }

a.btn-bt.bath-solutions         { background-image: linear-gradient(90deg, #1080C4 0%, #17B5E5 100%); }
a.btn-bt.bath-solutions:before  { background-image: linear-gradient(90deg, #17B5E5 0%, #1080C4 100%); }

a.btn-bt.gotcha-covered         { background-image: linear-gradient(90deg, #106892 0%, #1289C2 100%); }
a.btn-bt.gotcha-covered:before  { background-image: linear-gradient(90deg, #1289C2 0%, #106892 100%); }

a.btn-bt.mosquito-shield        { background-image: linear-gradient(90deg, #CB171E 0%, #EA1C24 100%); }
a.btn-bt.mosquito-shield:before { background-image: linear-gradient(90deg, #EA1C24 0%, #CB171E 100%); }

a.btn-bt.packouts               { background-image: linear-gradient(90deg, #1080C4 0%, #1496E5 100%); }
a.btn-bt.packouts:before        { background-image: linear-gradient(90deg, #1496E5 0%, #1080C4 100%); }

/*********** specific min-widths ***********/
.header-button a.btn-bt {
    min-width: 233px;
}
.hero-buttons a.btn-bt.default {
	min-width: 300px;
}
.hero-buttons a.btn-bt.alternate {
    min-width: 215px;
}
.footer-left a.btn-bt.default {
    min-width: 289px;
}
a.btn-bt.mw-250 {
    min-width: 250px;
}
a.btn-bt.mw-260 {
    min-width: 260px;
}
a.btn-bt.mw-292 {
    min-width: 292px;
}
a.btn-bt.mw-294 {
    min-width: 294px;
}
.fast-facts a.btn-bt {
    min-width: 296px;
}
/********** /specific min-widths ***********/

/* /Button-palooza */

/* Socials */
ul.social {
    justify-content: end;
    display: flex;
}
ul.social li a {
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--white);
    justify-content: center;
    text-decoration: none;
    border-radius: 50px;
    align-items: center;
    display: flex;
    height: 34px;
    width: 34px;
}
ul.social li a i {
    background: transparent;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    color: var(--white);
    display: flex;
}
ul.social li a i,
ul.social li a,
ul.social li {
    font-size: 20px !important;
    line-height: 1 !important;
}
footer#footer ul.social li a:hover {
    background: var(--white);
}
ul.social li a:hover i {
    color: var(--dark1);
}
/* /Socials */

/* Footer */
footer#footer {
    background-image: linear-gradient(270deg, #26141B 0%, #132430 42%, #203B4B 100%);
    padding-top: 75px !important;
    flex-direction: column;
    border-radius: 32px;
}

@media (min-width: 980px) {
    footer#footer .footer-left,
    footer#footer .footer-mid {
        width: 40%;
    }
    footer#footer .footer-right {
        width: 20%;
    }
}

footer .row:not(.copyright) .container > div {
    padding: 0;
}

@media (min-width: 980px) {
    footer .row:not(.copyright) .container {
        column-gap: 2.5%;
    }
}

footer a.footer-logo-link {
    width: fit-content;
    display: block;
}
footer img.footer-logo {
    margin-bottom: 48px;
    display: block;
    height: 57px;
    width: auto;
}
footer h6 {
    line-height: 48px;
    font-size: 36px;
}
footer h6.reg {
    font-family: var(--bodyfont);
    font-weight: normal;
    margin-bottom: 6px;
}
p.footer-col-1-ctas {
    justify-content: start;
    align-items: center;
    margin-top: 48px;
    column-gap: 18px;
    display: flex;
}
p.footer-col-1-ctas span {
    align-items: center;
    column-gap: 6px;
    display: flex;
}
p.footer-col-1-ctas span a {
    font-family: var(--headingfont);
}
footer .widget h2.widget-title {
    padding-bottom: 14px;
    margin-bottom: 18px;
    position: relative;
    line-height: 21px;
    font-size: 16px;
}
footer .widget h2.widget-title:after {
    background-color: var(--copyrightline);
    position: absolute;
    display: block;
    width: 123px;
    content: '';
    height: 1px;
    bottom: 0;
}
footer .row .widget h2,
footer .row .widget h3,
footer .row .widget h4,
footer .row .widget h5,
footer .row .widget h6,
footer .row .widget p,
footer .row .widget a:link:not(.ab-item):not(.btn-bt),
footer .row .widget li a:link:not(.ab-item):not(.btn-bt) {
    color: var(--white);
}
footer .widget ul.menu {
    list-style: none;
}
footer .widget ul.menu li {
    margin-bottom: 14px;
}
footer .widget ul.menu li,
footer .widget ul.menu li a,
p.footer-col-1-ctas span,
p.footer-col-1-ctas span a {
    text-decoration: none;
    line-height: 28px;
    font-size: 16px;
}
footer .row.copyright {
    background: unset;
}
.copyright .container {
    flex-wrap: wrap;
}
.copyright-socials {
    border-bottom: 1px solid var(--copyrightline);
    padding-bottom: 16px;
    margin-bottom: 24px;
    width: 100%;
}
.copyright-socials ul.social {
    text-align: right;
}
.copyright-text p,
.copyright-text p a,
.copyright-content p,
.copyright-content p a {
    line-height: 18px;
    font-size: 14px;
}
.copyright-text p a,
.copyright-content p a {
    text-decoration: none;
}
/* /Footer */

/* Nav Search */
#dropdown-search {
    transition: all 0.3s ease-in-out;
    background: var(--dark1);
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 0;
    right: 0;
    left: 0;
}
#dropdown-search form.search-form {
    padding: 20px 2.5%;
}
#dropdown-search input.search-field {
    background: transparent;
    color: var(--light2);
    font-size: 24px;
    line-height: 1;
    width: 100%;
    border: 0;
}
#dropdown-search input.search-field::-webkit-search-cancel-button {
    appearance: none;
}
#dropdown-search input.search-field::placeholder {
    color: var(--light2);
}
#dropdown-search input.search-field:focus {
    outline: none;
}
#dropdown-search button {
    display: none;
}
/* /Nav Search */

/* Homepage */
@media (min-width: 1441px) {
    .bakery .home-hero {
        height: 729px;
    }
}

@media (max-width: 1440px) {
    .bakery .home-hero {
        height: 425px;
    }
    p.stat-num {
        margin-bottom: 0 !important;
        line-height: 83px;
        font-size: 62px;
    }
    p.stat-label {
        line-height: 24px;
        font-size: 20px;
    }
    body .stats-row h3,
    body .stats-row h3 span {
        line-height: 34px;
        font-size: 24px;
    }
    .stats-row .wpb_column:first-child .vc_column-inner {
        padding-right: 18px;
    }
    .stats-row .wpb_column:not(:first-child) .vc_column-inner {
        max-width: unset;
        padding: 0 28px;
    }
}

@media (max-width: 1024px) {
    body h1 {
        line-height: 52px;
        font-size: 48px;
    }
    body .home-hero h2 {
        line-height: 36px;
        font-size: 28px;
    }
    .hero-buttons {
        margin-top: 24px;
    }
    .bakery .home-hero {
        min-height: unset;
        height: 266px;
    }
    p.stat-num {
        line-height: 63px;
        font-size: 42px;
    }
    p.stat-label {
        line-height: 20px;
        font-size: 16px;
    }
    .franchises-row .fropp-block {
        padding: 34px 37px;
        height: 280px;
    }
    .franchises-row .fropp-block h4 {
        margin-bottom: 10px;
        line-height: 24px;
        font-size: 18px;
    }
    .franchises-row .fropp-block p {
        line-height: 27px;
        font-size: 16px;
    }
    body h4 {
        line-height: 28px;
        font-size: 20px;
    }
    body p {
        line-height: 27px;
        font-size: 16px;
    }
    body .benefits-row h4 {
        line-height: 28px;
        font-size: 20px;
    }
    body .benefits-row .wpb_column:last-child p {
        font-size: 18px;
    }
    body h3 {
        line-height: 34px;
        font-size: 24px;
    }
    .video-nav {
        width: 375px !important;
    }
    .video-nav .thumb {
        height: 68px !important;
    }
    .bakery .wpb_row.testimonial-nav-row {
        padding-top: 0 !important;
    }
    .bakery .wpb_row.testimonials-heading-row {
        padding-bottom: 16px !important;
    }
    p.footer-col-1-ctas {
        flex-direction: column;
        align-items: start;
        margin-top: 24px;
        column-gap: 0;
        row-gap: 24px;
    }
}

.franchises-row .vc_column-inner > .wpb_wrapper {
    justify-content: center;
    align-items: start;
    display: flex;
}
.bakery .home-hero {
    min-height: 323px;
}
.bakery .home-hero .container {
    max-width: 1100px;
}
.hero-buttons {
    justify-content: center;
    margin-top: 35px;
    column-gap: 20px;
    display: flex;
}
.home-hero h2 {
    letter-spacing: 0.86px;
    line-height: 56px;
    margin-top: 5px;
    font-size: 48px;
}
.bakery .top-blurb .container {
    max-width: 1600px;
}
.bakery.franchise-opportunities .top-blurb .container {
    max-width: 1285px;
}
.top-blurb h2 {
    margin-bottom: 18px;
}
.top-blurb a.btn-bt {
    margin-top: 32px;
}
.gradient-row-blue {
    background-image: linear-gradient(90deg, #00567C 0%, var(--dark2) 100%);
    box-shadow: 0 0 48px 0 rgba(35, 40, 39, 0.25);
}
.bakery .stats-row {
    padding: 42px 0;
}
.bakery .stats-row .container {
    max-width: 1470px;
}
.stats-row h3 span {
    line-height: 46px;
    font-size: 36px;
    display: block;
}
.stats-row .wpb_column {
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
}
.stats-row .wpb_column .vc_column-inner {
    max-width: 350px;
}
.stats-row .wpb_column:not(:first-child) .vc_column-inner {
    max-width: 270px;
}
.stats-row .wpb_column:first-child {
    width: 30%;
}
.stats-row .wpb_column:not(:first-child) {
    width: 23.333333%;
}
.stats-row .wpb_column:not(:last-child):after {
    background: var(--accent1);
    border-radius: 50px;
    position: absolute;
    height: 117px;
    content: '';
    width: 4px;
    bottom: 0;
    right: 0;
}
.stat-num {
    line-height: 103px;
    font-size: 82px;
}
.stat-label {
    line-height: 28px;
    font-size: 24px;
}
.bakery section.vc_section.why-five-star-section {
    padding-bottom: 80px;
    padding-top: 80px;
}

@media (min-width: 980px) {
    .bakery.franchise-opportunities .why-five-star-section .star-block {
        min-height: 206px;
    }
}

.why-five-star-section .wpb_row .container {
    max-width: 1520px;
}
.gradient-row-light-blue {
    background-image: linear-gradient(180deg, var(--light1) 17%, var(--light2) 100%);
}
.star-block {
    justify-content: start;
    padding-left: 105px;
    align-items: center;
    position: relative;
    display: flex;
}
.star-block:not(:last-child):not(.mb0) {
    margin-bottom: 60px !important;
}
.star-block.less-mb:not(:last-child):not(.mb0) {
    margin-bottom: 28px !important;
}
.star-block:before {
    background-image: url(/wp-content/uploads/2025/09/star-bullet-with-white-box@2x.png);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 8px;
    position: absolute;
    height: 75px;
    content: '';
    width: 75px;
    left: 0;
}
.star-block h4 {
    margin-bottom: 8px;
}
.image-block img,
.video-block iframe {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
}

@media (min-width: 980px) {
    .bakery .wpb_row .vc_col-sm-6:not(.vc_col-has-fill):nth-child(1) {
        padding-right: 3%;
    }
    .bakery .wpb_row .vc_col-sm-6:not(.vc_col-has-fill):nth-child(2) {
        padding-left: 3%;
    }
}

.gradient-row-light-blue-top-down {
    background-image: linear-gradient(180deg, var(--light2) 17%, var(--light1) 100%);
}
.gradient-row-light-blue-top-down-abrupt-stop {
    background-image: linear-gradient(180deg, var(--light2) 0%, var(--light1) 50%);
}
.gradient-row-light-white-blue-top-down {
    background-image: linear-gradient(180deg, var(--light1) 0%, var(--light2) 100%);
}
.gradient-row-lightblue-white-top-down {
    background-image: linear-gradient(180deg, var(--light2) 0%, var(--light1) 100%);
}
.gradient-row-blue-fade-top-down {
    background-image: linear-gradient(180deg, var(--light1) -100%, var(--light2) 100%);
}
section#FranchiseOpportunities {
    padding-bottom: 120px;
}
.bakery .franchises-row .container {
    max-width: 1330px;
}
.fropp-block {
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.12);
    background: var(--light1);
    border-radius: 24px;
    max-width: 95%;
    height: 300px;
    width: 370px;
}
.fropp-block a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    border-radius: 24px;
    padding: 48px 62px;
    display: block;
    height: 100%;
}
.fropp-block a:hover {
    transition: all 0.3s ease-in-out;
    background: var(--light2_50);
}
.fropp-img {
    justify-content: center;
    margin-bottom: 24px;
    align-items: center;
    display: flex;
    height: 75px;
}
.fropp-block h4 {
    margin-bottom: 12px;
    line-height: 30px;
    font-size: 24px;
}
.fropp-block p {
    margin-bottom: 0 !important;
    line-height: 32px;
    font-size: 21px;
}
.explore-opps-row h3 {
    margin-bottom: 24px;
}
div#takeCharge {
    position: relative;
    overflow: visible;
}
div#takeCharge:after {
    background-image: url('/wp-content/uploads/2025/09/Lady-isolated.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    height: 653px;
    width: 785px;
    right: 175px;
    content: '';
    z-index: -1;
    bottom: 0;
}

@media (max-width: 1440px) {
    div#takeCharge:after {
        background-size: 70%;
        right: 33px;
    }
}

@media (max-width: 1024px) {
    div#takeCharge:after {
        background-size: 33%;
        right: 30px;
    }
}

.bakery .take-charge-row .container {
    max-width: 1520px;
}
.bakery .take-charge-row {
    height: 576px;
}
.take-charge-row h2 {
    line-height: 60px;
    max-width: 750px;
    font-size: 56px;
}
.take-charge-row h4 {
    margin-top: 18px;
    max-width: 720px;
}
.take-charge-row a.btn-bt {
    margin-top: 26px;
}
.bakery .timeline-row .container {
    max-width: 1692px;
}
.timeline-row img {
    position: relative;
    height: 103px;
    width: 103px;
    z-index: 1;
}
.timeline-row div.num-icon {
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
}
.year-timeline .num-icon:before,
.year-timeline .num-icon:after,
.timeline-row .wpb_column:not(:first-child) .num-icon:before,
.timeline-row .wpb_column:not(:last-child) .num-icon:after {
    background-color: var(--copyrightline);
    position: absolute;
    content: '';
    height: 1px;
    z-index: 0;
    width: 50%;
}
.year-timeline .num-icon:before { left: 0;  }
.year-timeline .num-icon:after  { right: 0; }
.timeline-row .wpb_column:not(:first-child) .num-icon:before { left: 0;  }
.timeline-row .wpb_column:not(:last-child) .num-icon:after   { right: 0; }

.timeline-row h4 {
    margin: 20px auto;
    max-width: 270px;
}
.year-timeline h4 {
    max-width: 340px;
}
.year-timeline .text-wrap p a {
    margin-right: 3px;
}
.year-timeline .text-wrap h4 {
    line-height: 36px;
    font-size: 28px;
}

@media (max-width: 1660px) { .year-timeline .text-wrap h4 { font-size: 1.6vw; line-height: 1.3; }}

@media (max-width: 1200px) { .year-timeline .text-wrap h4 { font-size: 2.2vw; }}
@media (max-width: 1024px) { .year-timeline .text-wrap h4 { font-size: 2.7vw; }}
@media (max-width: 768px)  { .year-timeline .text-wrap h4 { font-size: 3.5vw; }}
@media (max-width: 480px)  { .year-timeline .text-wrap h4 { font-size: 5vw;   }}

.timeline-row p {
    margin-bottom: 0 !important;
    text-align: center;
}
.year-timeline .slick-prev:before,
.year-timeline .slick-next:before {
    color: var(--accent1);
    font-size: 40px;
}
.year-timeline .slick-prev:not(.slick-disabled):before,
.year-timeline .slick-next:not(.slick-disabled):before {
    opacity: 1;
}
.year-timeline .slick-prev:before {
    font-family: fontello;
    content: '\e897';
}
.year-timeline .slick-next:before {
    font-family: fontello;
    content: '\e898';
}


@media (min-width: 980px) {
    .year-timeline .text-wrap {
        padding: 0 24px;
    }
    .timeline-row .container .wpb_column:not(:first-child) .text-wrap,
    .timeline-row .container .wpb_column:not(:last-child) .text-wrap {
        padding: 0 32px;
    }
}

p.hider-text {
    position: relative;
    overflow: hidden;
    /*height: 120px;*/
    height: 0;
    z-index: 0;
}
p.hider-text:not(.expanded):after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--light1) 100%);
    position: absolute;
    height: 90px;
    width: 100%;
    content: '';
    z-index: 1;
    bottom: 0;
    left: 0;
}
p.hider-toggle {
    transition: all 0.3s ease-in-out;
    justify-content: center;
    color: var(--accent1);
    align-items: center;
    position: relative;
    line-height: 27px;
    margin-top: 12px;
    font-size: 21px;
    cursor: pointer;
    display: flex;
}
p.hider-toggle:hover {
    color: var(--black);
}
p.hider-toggle:after {
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--accent1);
    justify-content: center;
    font-family: fontello;
    border-radius: 50px;
    align-items: center;
    position: relative;
    font-weight: 600;
    margin-left: 7px;
    content: '\f107';
    font-size: 16px;
    line-height: 1;
    color: inherit;
    display: flex;
    height: 24px;
    width: 24px;
}
p.hider-toggle.open:after {
    padding-bottom: 4px;
    padding-right: 1px;
    content: '\f106';
}
p.hider-toggle:hover:after {
    border-color: var(--black);
}
div#takeCharge {
    position: relative;
    z-index: 1;
}
section#YourJourney:not(.mt0) {
    position: relative;
    padding-top: 120px;
    margin-top: -60px;
    z-index: 0;
}

/* "The Five Star Advantage"
 * (the row that looks like a table)
 */
.bakery section#FiveStarAdvantage {
    padding-bottom: 80px;
}
.bakery .benefits-row-outer .container {
    max-width: 1330px;
}
.bakery .wpb_row.fsa-heading-row {
    padding-bottom: 60px;
}
.bakery .wpb_row.benefits-row {
    border-radius: 0;
    padding: 12px 0;
}
.bakery .wpb_row.benefits-row:nth-child(2) {
    padding-top: 20px !important;
}
.bakery .wpb_row.benefits-row.top {
    border-bottom: 1px solid var(--copyrightline);
    padding: 0 0 20px 0;
}
.benefits-row .wpb_column:first-child {
    padding-right: 2.5%;
    width: 39%;
}
.benefits-row .wpb_column:last-child {
    width: 61%;
}
.benefits-row .wpb_column:first-child .wpb_text_column {
    padding-left: 40px;
}
.benefits-row .wpb_column:first-child .wpb_text_column .wpb_wrapper {
    justify-content: start;
    align-items: center;
    column-gap: 55px;
    display: flex;
}
.benefits-row p {
    margin-bottom: 0 !important;
}
.benefits-row img {
    height: 42px;
    width: auto;
}
.benefits-row h4 {
    line-height: 32px;
    font-size: 24px;
}
.benefits-row .wpb_column:last-child p {
    font-size: 24px;
}

/* DRIVE tabs */
.bakery.home .wpb_row.drive-tabs.tabs .container {
    max-width: 1520px;
}
section#Drive {
    position: relative;
}
body.home {
    overflow-x: hidden;
}
section#Drive:after {
    background-image: url(/wp-content/uploads/2025/09/DRIVE-star-logo-lg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    height: 703px;
    width: 574px;
    right: -42px;
    content: '';
    z-index: -5;
    top: 190px;
}
.bakery .wpb_row.drive-heading-section {
    padding-bottom: 60px;
}
.drive-heading-section h2 {
    margin-bottom: 35px;
}
.bakery .drive-section .wpb_row.tabs ul.vc_tta-tabs-list {
    justify-content: space-between;
    position: relative;
    max-width: 1520px;
    overflow: visible;
    padding: 12px 0;
}
.drive-section ul.vc_tta-tabs-list:after {
    background-color: var(--copyrightline);
    position: absolute;
    z-index: -1;
    content: '';
    height: 1px;
    width: 100%;
    top: 52.56%;
    left: 0;
}
.bakery .drive-section .wpb_row.tabs .vc_tta-panels {
    max-width: 1520px;
}
.bakery .drive-section div.vc_tta-tabs-container {
    background: transparent;
}
body #content .drive-section li.vc_tta-tab {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    min-width: unset;
    max-width: 191px;
    width: 20%;
}
body #content .drive-section li.vc_tta-tab a {
    color: var(--accent4);
    border-radius: 24px;
}
body #content .drive-section li.vc_tta-tab:not(.vc_active):hover a {
    color: var(--accent1);
}
body #content .drive-section li.vc_tta-tab a span.vc_tta-title-text {
    font-size: 75px;
    line-height: 1;
}
body #content .drive-section li.vc_tta-tab.vc_active a {
    background: var(--accent1);
}
body #content .drive-section li.vc_tta-tab a,
body #content .drive-section li.vc_tta-tab:not(.vc_active):hover a {
    background: var(--light1);
}
.drive-section .tabs .vc_tta-panel-body h3 {
    margin-bottom: 40px;
}
.drive-section .tabs .vc_tta-panel-body a.btn-bt {
    margin-top: 28px;
}

@media (min-width: 980px) {
    .bakery .drive-section .wpb_row .vc_col-sm-6:nth-child(1) {
        width: 48%;
    }
    .bakery .drive-section .wpb_row .vc_col-sm-6:nth-child(2) {
        width: 52%;
    }
    .bakery .drive-section .wpb_row .vc_col-sm-6:not(.vc_col-has-fill):nth-child(1) .vc_column-inner {
        max-width: 350px;
    }
    .bakery .drive-section .wpb_row .vc_col-sm-6:nth-child(2) {
        padding-left: 0;
    }
}

.bakery .drive-section .wpb_row.tabs .vc_tta-panels-container {
    padding: 80px 0 0 0;
}
/* /DRIVE tabs */

.bakery .awards-row .container {
    max-width: 1440px;
}

@media (min-width: 980px) {
    .bakery .awards-row .container {
        column-gap: 8%;
    }
}

.awards-row .awards {
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.12);
    justify-content: space-between;
    background: var(--light1);
    padding: 37.5px 18px;
    border-radius: 24px;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 32px;
    width: 100%;
}
.awards-row h3 {
    margin-bottom: 24px;
    line-height: 46px;
    font-size: 42px;
}
.awards-row .awards .award-col {
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 23%;
}
.awards-row .awards img {
    max-width: 120px;
    margin: 0 auto;
    height: auto;
    width: 100%;
}
section#Awards {
    padding: 70px 0 140px 0px;
    margin-bottom: -70px;
}

/* bottom cta */
.bottom-cta {
    height: 473px;
}
.bottom-cta h4 {
    margin-bottom: 32px;
}
.bakery .testimonial-spotlight .container {
    max-width: 1350px;
}
.bakery .testimonial-nav-row .container {
    max-width: 1370px;
}
.bakery .testimonial-nav-row {
    padding-top: 12px !important;
}
.star-rating-block {
    margin-bottom: 32px !important;
    padding-left: 7px;
}
.star-rating-block i {
    color: var(--accent1);
}
.bakery .wpb_row.testimonials-heading-row {
    padding-bottom: 60px;
}
.testimonial-slide h3 {
    margin-bottom: 20px;
}
.testimonial-slide h3 em {
    font-family: var(--pjs-bold-italic);
}
.testimonial-slide p strong {
    font-family: var(--pjs-bold);
}
.testimonial-spotlight .slick-track {
    justify-content: center;
    align-items: center;
    display: flex;
}
.video-nav {
  justify-content: center;
  padding: 10px 0;
  display: flex;
  width: 488px;
  gap: 10px;
}
.video-nav .thumb {
  transition: transform 0.3s ease;
  cursor: pointer;
  height: 80px;
  width: 80px;
}
.video-nav .slick-track {
    column-gap: 24px;
    display: flex;
}
.video-nav .thumb img {
    border: 2px solid transparent;
    transition: all 0.3s ease;
    border-radius: 12px;
    position: relative;
    object-fit: cover;
    height: 100%;
    z-index: -1;
    width: 100%;
}
.video-nav .thumb.slick-current img,
.video-nav .thumb:not(.slick-current):hover img {
    transition: all 0.3s ease-in-out;
    border-color: var(--accent1);
}
.video-nav .thumb.slick-current,
.video-nav .thumb:not(.slick-current):hover {
    background: rgba(255, 255, 255, 0.00);
    transition: all 0.3s ease-in-out;
}
.video-nav .thumb:not(.slick-current) {
    background: rgba(255, 255, 255, 0.50);
    transition: all 0.3s ease-in-out;
}
p.testimonial-next {
    font-family: var(--pjs-bold);
    color: var(--accent1);
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
}

/* Reviews - WP Carousel  */

/*section#Reviews {
    position: relative;
}
section#Reviews:before {
    transition: all 0.3s ease-in-out;
    font-family: fontello;
    color: var(--accent1);
    position: absolute;
    content: '\f10d';
    font-size: 250px;
    line-height: 1;
    opacity: 0.2;
    left: 80px;
    top: 32px;
}

@media (max-width: 480px) {
    section#Reviews:before {
        transition: all 0.3s ease-in-out;
        font-size: 175px;
        left: 18px;
        top: 60px;
    }
}*/

span.swiper-pagination-bullet {
    margin-bottom: 0 !important;
}
.reviews-row .container {
    max-width: 1100px;
    width: 100%;
}
.rvw {
    padding: 0 5%;
}
.rvw .text {
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.10);
    margin-bottom: 24px !important;
    background: var(--white);
    border-radius: 24px;
    position: relative;
    padding: 24px 60px;
    line-height: 32px;
    font-size: 21px;
}
/*.rvw .text:before,
.rvw .text:after {
    transition: all 0.3s ease-in-out;
    font-family: fontello;
    color: var(--accent1);
    position: absolute;
    font-size: 30px;
    line-height: 1;
    opacity: 0.5;
}*/
/* open quote */
/*.rvw .text:before {
    content: '\f10d';
    left: 18px;
    top: 18px;
}*/
/* close quote */
/*.rvw .text:after {
    content: '\f10e';
    right: -36px;
    bottom: 0;
}*/
/*.rvw:hover .text:before,
.rvw:hover .text:after {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}*/
.rvw p {
    color: var(--black);
    margin-bottom: 0 !important;
    line-height: 28px;
    font-size: 18px;
}
.rvw .name {
    font-family: var(--pjs-bold);
}
.rvw .loc {
    font-family: var(--pjs-med);
}
.rvw .brand {
    font-family: var(--pjs-med-italic);
}

@media (min-width: 769px) {
    .reviews-row .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center .wpcp-next-button,
    .reviews-row .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center .wpcp-prev-button,
    .reviews-row .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center-inner .wpcp-next-button,
    .reviews-row .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center-inner .wpcp-prev-button,
    .reviews-row .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-on-hover .wpcp-next-button,
    .reviews-row .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-on-hover .wpcp-prev-button {
        top: 30% !important;
    }
}

@media (max-width: 768px) {
    .reviews-row .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center .wpcp-next-button,
    .reviews-row .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center .wpcp-prev-button,
    .reviews-row .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center-inner .wpcp-next-button,
    .reviews-row .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center-inner .wpcp-prev-button,
    .reviews-row .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-on-hover .wpcp-next-button,
    .reviews-row .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-on-hover .wpcp-prev-button {
        top: 40% !important;
    }
}

@media (max-width: 979px) {
    .wpcp-swiper-dots {
        display: none !important;
    }
    .review-section .wpcpro-wrapper .wpcp-carousel-section.wpcp-content-carousel .wpcp-single-content {
        padding-right: 0;
        padding-left: 0;
    }
    .brand-page section#Reviews {
        /*padding-bottom: 0 !important;*/
        margin-top: 18px !important;
    }
}

@media (max-width: 768px) {
    .wpcpro-wrapper .wpcp-carousel-section .wpcp-single-item {
        overflow: visible !important;
    }
    .rvw {
        padding-top: 24px !important;
        padding: 0;
    }
    .rvw p {
        line-height: 22px;
        font-size: 16px;
    }
    .rvw p.text {
        margin-bottom: 20px !important;
        line-height: 25px;
        box-shadow: none;
        font-size: 18px;
        padding: 24px;
    }
    .rvw .text:before {
        font-size: 24px;
        /*left: -36px;*/
        opacity: 1;
        /*top: -30px;*/
        /*right: 0;*/
    }
    .rvw .text:after {
        font-size: 24px;
        bottom: unset;
        right: -36px;
        opacity: 1;
        top: -30px;
        left: 0;
    }
}

@media (max-width: 480px) {
    .rvw p.text {
        margin-bottom: 18px !important;
        line-height: 24px;
        box-shadow: none;
        font-size: 16px;
    }
}

/* END Reviews - WP Carousel  */

/* /Homepage */

/* Subpages */
.default-header {
    box-shadow: 0 0 48px 0 rgba(35, 40, 39, 0.25);
    border-radius: 24px;
    text-align: center;
    padding: 32px 0;
}
.default-header .container {
    max-width: 1400px;
}

/* brands tabs */
.bakery section.vc_section.brands-section {
    padding-top: 50px;
}
.bakery .wpb_row.brands-tabs-heading-row {
    padding-bottom: 50px;
}
.bakery .wpb_row.brands-tabs.tabs .container {
    max-width: 1360px;
    width: 95%;
}
.brands-tabs div.vc_tta-tabs-container {
    overflow: visible !important;
    background: transparent;
}
.bakery .wpb_row.brands-tabs.tabs ul.vc_tta-tabs-list {
    overflow: visible;
    column-gap: 16px;
    max-width: unset;
    width: 100%;
    padding: 0;
}
.bakery .wpb_row.brands-tabs.tabs ul.vc_tta-tabs-list li.vc_tta-tab {
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.12);
    border-bottom: 6px solid var(--black);
    transition: all 0.3s ease-in-out;
    border-radius: 12px 12px 0 0;
    min-width: 180px;
}
.bakery .wpb_row.brands-tabs.faq-tabs.tabs ul.vc_tta-tabs-list li.vc_tta-tab:not(.vc_active):hover {
    transition: all 0.3s ease-in-out;
    border-color: var(--accent1);
}
.bakery .wpb_row.brands-tabs:not(.faq-tabs).tabs ul.vc_tta-tabs-list li.vc_tta-tab:not(.vc_active):hover {
    transition: all 0.3s ease-in-out;
    border-color: var(--dark2);
}
body #content .brands-tabs li.vc_tta-tab.vc_active {
    border-color: var(--dark2);
    position: relative;
}
body #content .brands-tabs li.vc_tta-tab.vc_active a {
    background: var(--accent4);
    color: var(--white);
    position: relative;
}
body #content .brands-tabs.faq-tabs li.vc_tta-tab.vc_active a {
    background: var(--accent4);
    color: var(--accent1);
}
body #content .brands-tabs:not(.faq-tabs) li.vc_tta-tab.vc_active a,
body #content .brands-tabs:not(.faq-tabs) li.vc_tta-tab:hover a {
    background: transparent !important;
    color: var(--white) !important;
}
body #content .brands-tabs:not(.faq-tabs) li.vc_tta-tab a span.vc_tta-title-text {
    position: relative;
    z-index: 1;
}
body #content .brands-tabs:not(.faq-tabs) li.vc_tta-tab a:before {
    transition: all 0.3s ease-in-out;
    border-radius: 12px 12px 0 0;
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
    opacity: 0;
    z-index: 0;
    left: 0;
    top: 0;
}
body #content .brands-tabs:not(.faq-tabs) li.vc_tta-tab:hover a:before,
body #content .brands-tabs:not(.faq-tabs) li.vc_tta-tab.vc_active a:before {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
body #content .brands-tabs:not(.faq-tabs) li.vc_tta-tab a#tab-Bio-One:before               { background-image: linear-gradient(90deg, #FF850A 0%, #E62A65 100%); }
body #content .brands-tabs:not(.faq-tabs) li.vc_tta-tab a#tab-CardMyYard:before            { background-image: linear-gradient(90deg, #0AA951 0%, #018B3E 100%); }
body #content .brands-tabs:not(.faq-tabs) li.vc_tta-tab a#tab-FiveStarBathSolutions:before { background-image: linear-gradient(90deg, #17B5E5 0%, #1080C4 100%); }
body #content .brands-tabs:not(.faq-tabs) li.vc_tta-tab a#tab-GotchaCovered:before         { background-image: linear-gradient(90deg, #1289C2 0%, #106892 100%); }
body #content .brands-tabs:not(.faq-tabs) li.vc_tta-tab a#tab-MosquitoShield:before        { background-image: linear-gradient(90deg, #EA1C24 0%, #CB171E 100%); }
body #content .brands-tabs:not(.faq-tabs) li.vc_tta-tab a#tab-1-800-Packouts:before        { background-image: linear-gradient(90deg, #1496E5 0%, #1080C4 100%); }

body #content .brands-tabs li.vc_tta-tab a {
    border-radius: 12px 12px 0 0;
    background: var(--white);
}
body #content .brands-tabs li.vc_tta-tab:not(.vc_active):hover a {
    color: var(--accent1);
}
.brands-tabs span.vc_tta-title-text {
    line-height: 30px;
    font-size: 20px;
}
.bakery .wpb_row.tabs.brands-tabs .vc_tta-panels-container {
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    padding: 40px 0;
}
.bakery .wpb_row.brands-tabs.tabs .vc_tta-panels {
    overflow: visible;
    max-width: unset;
    width: 90%;
}

@media (min-width: 980px) {
    .bakery .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
        margin: 0 !important;
    }
}

.bakery div.vc_row.brand-tab-content-row {
    align-items: start;
    column-gap: 2%;
}
.brand-tab-content-row .wpb_column:nth-child(1) {
    width: 24%;
}
.brand-tab-content-row .wpb_column:not(:nth-child(1)) {
    width: 19%;
}
.brand-tab-content-row .wpb_column:first-child img:first-child {
    border-radius: 24px;
    margin-bottom: 12px;
}
.brand-tab-content-row .wpb_column:first-child br {
    display: none;
}
.brand-tab-content-row .wpb_column:first-child p {
    text-align: center;
    line-height: 0;
}
.brand-tab-content-row .wpb_column:first-child a.btn-bt {
    margin: 12px auto 0 auto;
}
.brand-tab-content-row .wpb_column:not(:first-child) img {
    margin: 0 auto 16px auto !important;
    display: block;
    height: 50px;
    width: auto;
}
.brand-tab-content-row .wpb_column:last-child img {
    margin: 0 0 16px 32px !important;
}
.brand-tab-content-row h4 {
    margin-bottom: 30px;
    line-height: 36px;
    font-size: 20px;
}
body .brand-tab-content-row .wpb_column:not(:first-child) p {
    line-height: 28px;
}
.bakery .wpb_row.section-heading {
    padding-bottom: 50px;
}
.section-heading p {
    margin-top: 24px;
}


/* convert to accordions */
@media (min-width: 1px) and (max-width: 979px) {
    .bakery .wpb_row.brands-tabs.tabs .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
        display: none !important; /* Hide horizontal tab nav on mobile */
    }
    body #content .bakery .wpb_row.brands-tabs.tabs .vc_tta.vc_tta-style-classic.vc_tta-tabs div.vc_tta-panel {
        margin: 0 0 10px 0 !important;
    }
    body #content .bakery .wpb_row.brands-tabs.tabs .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
        display: block !important; /* Show accordion-style headings */
        box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.12);
        border-bottom: 6px solid var(--black);
        transition: all 0.3s ease-in-out;
        border-radius: 12px 12px 0 0;
        background: var(--light1);
        border-right: none;
        border-left: none;
        border-top: none;
        cursor: pointer;
    }
    body #content .bakery .wpb_row.brands-tabs.tabs.faq-tabs .vc_tta.vc_tta-tabs .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover {
        transition: all 0.3s ease-in-out;
        border-color: var(--accent1);
    }
    body #content .bakery .wpb_row.brands-tabs.tabs:not(.faq-tabs) .vc_tta.vc_tta-tabs .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover {
        transition: all 0.3s ease-in-out;
        border-color: var(--dark2);
    }
    body #content .bakery .wpb_row.brands-tabs.tabs div.vc_tta-panel.vc_active .vc_tta-panel-heading {
        transition: all 0.3s ease-in-out;
        background: var(--accent4);
    }
    body #content .bakery .wpb_row.brands-tabs.tabs .vc_tta.vc_tta-tabs .vc_tta-panel-heading h4,
    body #content .bakery .wpb_row.brands-tabs.tabs .vc_tta.vc_tta-tabs .vc_tta-panel-heading h4 a {
        border-radius: 12px 12px 0 0;
        text-align: center;
    }
    body #content .bakery .wpb_row.brands-tabs.tabs div.vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
        transition: all 0.3s ease-in-out;
        color: var(--dark1);
    }
    body #content .bakery .wpb_row.brands-tabs.tabs div.vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
        transition: all 0.3s ease-in-out;
        color: var(--white);
    }
    body #content .bakery .wpb_row.brands-tabs.tabs.faq-tabs div.vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover h4.vc_tta-panel-title a span.vc_tta-title-text {
        transition: all 0.3s ease-in-out;
        color: var(--accent1);
    }
    body #content .bakery .wpb_row.brands-tabs.tabs:not(.faq-tabs) div.vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover h4.vc_tta-panel-title a span.vc_tta-title-text {
        transition: all 0.3s ease-in-out;
        color: var(--white);
    }
    body #content .bakery .wpb_row.brands-tabs.tabs div.vc_tta-panel.vc_active .vc_tta-panel-body {
        box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.12);
        padding: 40px;
    }
    body #content .bakery .wpb_row.brands-tabs.tabs:not(.faq-tabs) div#Bio-One h4 a:before               { background-image: linear-gradient(90deg, #FF850A 0%, #E62A65 100%); }
    body #content .bakery .wpb_row.brands-tabs.tabs:not(.faq-tabs) div#CardMyYard h4 a:before            { background-image: linear-gradient(90deg, #0AA951 0%, #018B3E 100%); }
    body #content .bakery .wpb_row.brands-tabs.tabs:not(.faq-tabs) div#FiveStarBathSolutions h4 a:before { background-image: linear-gradient(90deg, #17B5E5 0%, #1080C4 100%); }
    body #content .bakery .wpb_row.brands-tabs.tabs:not(.faq-tabs) div#GotchaCovered h4 a:before         { background-image: linear-gradient(90deg, #1289C2 0%, #106892 100%); }
    body #content .bakery .wpb_row.brands-tabs.tabs:not(.faq-tabs) div#MosquitoShield h4 a:before        { background-image: linear-gradient(90deg, #EA1C24 0%, #CB171E 100%); }
    body #content .bakery .wpb_row.brands-tabs.tabs:not(.faq-tabs) div[id*="Packouts"] h4 a:before       { background-image: linear-gradient(90deg, #1496E5 0%, #1080C4 100%); }

    body #content .bakery .wpb_row.brands-tabs.tabs:not(.faq-tabs) div.vc_tta-panel h4 a {
        position: relative;
        z-index: 1;
    }
    body #content .bakery .wpb_row.brands-tabs.tabs:not(.faq-tabs) div.vc_tta-panel h4 a:before {
        transition: all 0.3s ease-in-out;
        border-radius: 12px 12px 0 0;
        position: absolute;
        height: 100%;
        content: '';
        z-index: -1;
        width: 100%;
        opacity: 0;
        left: 0;
        top: 0;
    }
    body #content .bakery .wpb_row.brands-tabs.tabs:not(.faq-tabs) div.vc_tta-panel:hover h4 a:before,
    body #content .bakery .wpb_row.brands-tabs.tabs:not(.faq-tabs) div.vc_tta-panel.vc_active h4 a:before {
        transition: all 0.3s ease-in-out;
        opacity: 1;
    }
}


@media (max-width: 979px) {
    .bakery .wpb_row.brands-tabs.tabs .vc_tta-panels {
        width: 100%;
    }
    .bakery .wpb_row.tabs.brands-tabs .vc_tta-panels-container {
        padding: 0 !important;
        border-radius: 0;
        box-shadow: none;
    }
}

.disclaimer-block p {
    line-height: 22px;
    max-width: 1030px;
    font-size: 14px;
    margin: 0 auto;
}
.bakery .inline-fifty .container {
    max-width: 1520px;
}
.enclosed-blurb {
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.12);
    padding: 26px 40px 26px 100px;
    background: var(--white);
    justify-content: center;
    border-radius: 24px;
    align-items: center;
    position: relative;
    display: flex;
}
.enclosed-blurb h4 {
    margin-bottom: 10px;
    line-height: 38px;
    font-size: 30px;
}
.wpb_column.col-padding-0 {
    padding: 0 !important;
}

/* for those that prefer longer load times, there's an image for this "?" in the media library */
.enclosed-blurb:before,
.enclosed-blurb:after {
    transition: all 0.3s ease-in-out;
    font-family: var(--pjs-bold);
    border-radius: 0 12px 12px 0;
    justify-content: center;
    align-items: center;
    color: var(--white);
    position: absolute;
    font-size: 48px;
    line-height: 1;
    display: flex;
    height: 77px;
    width: 58px;
    left: 0;
}
.enclosed-blurb:before {
    background-image: linear-gradient(90deg, #B20A0F 0%, #D3242A 100%);
    content: '?';
    z-index: 1;
}
.enclosed-blurb:hover:before {
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.enclosed-blurb:after {
    background-image: linear-gradient(90deg, #D3242A 0%, #B20A0F 100%);
    content: '!';
    z-index: 0;
}
.enclosed-blurb:hover:after {
    transition: all 0.3s ease-in-out;
}
.cta-row .wpb_content_element .wpb_wrapper {
    column-gap: 40px;
}

/* FAQ Tabs */
.bakery .wpb_row.brands-tabs.faq-tabs.tabs .container {
    max-width: 1520px;
}
.bakery .wpb_row.brands-tabs.faq-tabs.tabs ul.vc_tta-tabs-list {
    max-width: 1326px;
    width: 97%;
}
.bakery .wpb_row.brands-tabs.faq-tabs.tabs ul.vc_tta-tabs-list li.vc_tta-tab {
    min-width: unset;
    width: 33.33%;
}
.bakery .wpb_row.brands-tabs.faq-tabs.tabs .vc_tta-panels-container {
    padding-top: 0;
}
.bakery .wpb_row.tab-content-heading-row {
    padding: 48px 0;
}
.faq-tab-content-row h4:not(:first-child) {
    margin-top: 30px;
}
.faq-tab-content-row h4 {
    justify-content: start;
    margin-bottom: 18px;
    align-items: center;
    padding-left: 60px;
    position: relative;
    line-height: 38px;
    font-size: 30px;
    display: flex;
}
.faq-tab-content-row h4:before {
    background-image: linear-gradient(90deg, #B20A0F 0%, #D3242A 100%);
    transition: all 0.3s ease-in-out;
    font-family: var(--pjs-bold);
    justify-content: center;
    border-radius: 12px;
    align-items: center;
    color: var(--white);
    position: absolute;
    font-size: 30px;
    line-height: 1;
    display: flex;
    content: '?';
    height: 40px;
    width: 40px;
    left: 0;
}
.faq-tab-content-row a.btn-bt {
    margin-top: 20px;
}
ul.star-list {
    padding-left: 0 !important;
    margin-bottom: 14px;
    list-style: none;
}
ul.star-list li {
    margin-bottom: 14px;
    padding-left: 36px;
    position: relative;
}
ul.star-list.award-icon li {
    margin-bottom: 14px;
    padding-left: 48px;
    position: relative;
}
ul.star-list li:before {
    background-image: url(/wp-content/uploads/2025/09/just-the-star-bullet@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    height: 24px;
    content: '';
    width: 24px;
    top: 2px;
    left: 0;
}
ul.star-list.award-icon li:before {
    background-position: unset;
    background-repeat: unset;
    background-image: unset;
    justify-content: center;
    font-family: 'fontello';
    background-size: unset;
    /*color: var(--light1);*/
    align-items: center;
    position: absolute;
    line-height: 24px;
    content: '\e882';
    font-size: 28px;
    display: flex;
    height: 32px;
    width: 32px;
    color: gold;
    left: 0;
    top: 0;
}
.bakery .bottom-cta.form-row .container {
    max-width: 1720px;
}
.bakery div.vc_row.bottom-cta.form-row {
    align-items: start;
    height: 1154px;
}
.form-row .hbspt-form {
    background: var(--white);
    border-radius: 24px;
    /*padding: 80px 60px;*/
	padding: none;
    width: 740px;
}

@media (min-width: 980px) {
    .bottom-cta.form-row .wpb_column:first-child {
        padding-left: 75px;
        padding-top: 60px;
    }
    .bottom-cta.form-row h2 {
        max-width: 613px;
    }
    .bottom-cta.form-row h4 {
        max-width: 406px;
    }
    .bottom-cta.form-row .form-col .wpb_text_column .wpb_wrapper {
        justify-content: end;
        align-items: start;
        display: flex;
    }
}

.brand-hero .container {
    flex-direction: column;
}
.brand-hero h1 {
    margin-bottom: 24px;
}
.bakery .brand-top-blurb {
    padding-top: 36px;
}
.bakery .top-blurb.brand-top-blurb .container {
    max-width: 1140px;
    /*max-width: 1500px;*/
}
.brand-top-blurb p:first-child {
    margin-bottom: 0 !important;
}
.brand-top-blurb img.aligncenter {
    margin: 0 auto 24px auto !important;
    display: block;
}
.brand-top-blurb a.btn-bt {
    margin-top: 16px;
}
.bakery section.vc_section.why-five-star-section.why-brand-section {
    padding-bottom: 0px;
    padding-top: 60px;
}
.star-block.star-block-list:not(:last-child):not(.mb0) {
    margin-bottom: 40px !important;
}

@media (max-width: 480px) {
    .why-brand-section .star-block.star-block-list:not(:last-child):not(.mb0) {
        margin-bottom: 20px !important;
    }
}

.bakery .wpb_row.brand-promo-row {
    padding: 80px 0;
}
.bakery .brand-promo-row .container {
    max-width: 1500px;
}
.brand-promo-row .wpb_column:not(:first-child) {
    padding-left: 2.5%;
}
.brand-promo-row .wpb_column:not(:last-child) {
    padding-right: 2.5%;
}
.brand-promo-row p:first-child {
    margin-bottom: 0 !important;
}
.brand-promo-row img {
    margin: 0 auto -18px auto !important;
    position: relative;
    display: block;
    height: auto;
    width: 225px;
    z-index: 0;
}
.brand-promo-row.less-canvas img {
    margin-bottom: 0 !important;
    width: 175px;
}
.brand-promo-row h4 {
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}
.bakery .vc_row.fast-facts {
    padding-bottom: 80px;
    padding-top: 80px;
}
.fast-facts h2 {
    margin-bottom: 35px !important;
}
.fast-facts .star-block:before {
    content: none !important;
}
.fast-facts p.disclaimer {
    margin-bottom: 35px !important;
    line-height: 18px !important;
    margin-top: 18px;
    font-size: 14px;
}
.fast-facts .star-block {
    padding-left: 0;
}
.star-block.star-block-compact:not(:last-child):not(.mb0) {
    margin-bottom: 20px !important;
}
.bakery section.vc_section.why-five-star-section.comp-support-section {
    padding-bottom: 140px;
}
.star-block.has-canvas:before {
    box-shadow: none;
    height: 115px;
    width: 115px;
    left: -20px;
}

.star-block.purpose:before  { background-image: url(/wp-content/uploads/2025/10/Our-Purpose.png);   }
.star-block.mission:before  { background-image: url(/wp-content/uploads/2025/10/Our-Mission-1.png); }
.star-block.vision:before   { background-image: url(/wp-content/uploads/2025/10/Our-Vision.png);    }
.star-block.promise:before  { background-image: url(/wp-content/uploads/2025/10/Our-Promise.png);   }

.bio-one-person-icon:before { background-image: url(/wp-content/uploads/2025/10/icon-bullet-Initial-Ongoing-Training@2x.png);     }
.bio-one-graph-icon:before  { background-image: url(/wp-content/uploads/2025/10/icon-bullet-Digital-Marketing-Tools@2x.png);      }
.bio-one-phone-icon:before  { background-image: url(/wp-content/uploads/2025/10/icon-bullet-Playbooks-Partnerships@2x.png);       }
.bio-one-clock-icon:before  { background-image: url(/wp-content/uploads/2025/10/icon-bullet-Team-Network-Support@2x.png);         }

.cmy-person-icon:before     { background-image: url(/wp-content/uploads/2025/10/cmy-icon-bullet-Initial-Ongoing-Training@2x.png); }
.cmy-brand-assets:before    { background-image: url(/wp-content/uploads/2025/10/icon-bullet-Branding-Materials@2x.png);           }
.cmy-site-icon:before       { background-image: url(/wp-content/uploads/2025/10/icon-bullet-Custom-Site@2x.png);                  }
.cmy-clock-icon:before      { background-image: url(/wp-content/uploads/2025/10/cmy-icon-bullet-Team-Network-Support@2x.png);     }
.cmy-back-end:before        { background-image: url(/wp-content/uploads/2025/10/icon-bullet-Back-end-Software@2x.png);            }

.fsbs-person-icon:before    { background-image: url(/wp-content/uploads/2025/10/fsbs-Initial-and-Ongoing-Training@2x.png);        }
.fsbs-graph-icon:before     { background-image: url(/wp-content/uploads/2025/10/fsbs-Digital-Marketing-Tools@2x.png);             }
.fsbs-phone-icon:before     { background-image: url(/wp-content/uploads/2025/10/fsbs-Playbooks-and-Partnerships@2x.png);          }
.fsbs-clock-icon:before     { background-image: url(/wp-content/uploads/2025/10/fsbs-Team-and-Network-Support@2x.png);            }
.fsbs-sourcing-icon:before  { background-image: url(/wp-content/uploads/2025/10/icon-bullet-Sourcing-Install@2x.png);             }

.gc-person-icon:before      { background-image: url(/wp-content/uploads/2025/10/gc-Initial-and-Ongoing-Training@2x.png);          }
.gc-graph-icon:before       { background-image: url(/wp-content/uploads/2025/10/gc-Digital-Marketing-Tools@2x.png);               }
.gc-phone-icon:before       { background-image: url(/wp-content/uploads/2025/10/gc-Playbooks-and-Partnerships@2x.png);            }
.gc-clock-icon:before       { background-image: url(/wp-content/uploads/2025/10/gc-Team-and-Network-Support@2x.png);              }
.gc-peer-icon:before        { background-image: url(/wp-content/uploads/2025/10/icon-bullet-Peer-Marketing-Group@2x.png);         }
.gc-coach-icon:before       { background-image: url(/wp-content/uploads/2025/10/icon-bullet-Coaching@2x.png);                     }

.ms-person-icon:before      { background-image: url(/wp-content/uploads/2025/10/ms-Initial-and-Ongoing-Training@2x.png);          }
.ms-graph-icon:before       { background-image: url(/wp-content/uploads/2025/10/ms-Digital-Marketing-Tools@2x.png);               }
.ms-phone-icon:before       { background-image: url(/wp-content/uploads/2025/10/ms-Playbooks-and-Partnerships@2x.png);            }
.ms-clock-icon:before       { background-image: url(/wp-content/uploads/2025/10/ms-Team-and-Network-Support@2x.png);              }
.ms-tech-icon:before        { background-image: url(/wp-content/uploads/2025/10/icon-bullet-Team-Network-Support-Copy@2x.png);    }
.ms-lead-icon:before        { background-image: url(/wp-content/uploads/2025/10/icon-bullet-Lead-management@2x.png);              }
.ms-success-icon:before     { background-image: url(/wp-content/uploads/2025/10/icon-bullet-Tools-for-Success@2x.png);            }

.pack-person-icon:before    { background-image: url(/wp-content/uploads/2025/10/pack-Initial-and-Ongoing-Training@2x.png);        }
.pack-graph-icon:before     { background-image: url(/wp-content/uploads/2025/10/pack-Digital-Marketing-Tools@2x.png);             }
.pack-phone-icon:before     { background-image: url(/wp-content/uploads/2025/10/pack-Playbooks-and-Partnerships@2x.png);          }
.pack-clock-icon:before     { background-image: url(/wp-content/uploads/2025/10/pack-Team-and-Network-Support@2x.png);            }

.bakery .wpb_row.great-owner-row {
    margin-top: -60px;
    padding: 83px 0;
}
.bakery .wpb_row.great-owner-row .container {
    max-width: 1520px;
}

@media (min-width: 980px) {
    .bakery .wpb_row.great-owner-row .wpb_column .vc_column-inner {
        max-width: 522px;
    }
}

.great-owner-row h2 {
    margin-bottom: 22px;
}
.bakery .great-owner-row .wpb_text_column p:not(:last-child) {
    margin-bottom: 30px;
}
.great-owner-row ul {
    margin-bottom: 40px;
}
ul.line-list {
    padding-left: 0 !important;
    list-style: none;
}
ul.line-list li:not(:last-child) {
    border-bottom: 1px solid var(--white);
    padding-bottom: 13px;
}
ul.line-list li:not(:first-child) {
    padding-top: 13px;
}
.bakery .wpb_row.brand-cta-row {
    padding: 34px 0;
}
.bakery .brand-cta-row .container {
    max-width: 1620px;
}
.brand-cta-row h3 {
    margin-bottom: 7px;
}
body .brand-cta-row h4 {
    font-family: var(--pjs-med);
    margin-bottom: 28px;
    line-height: 32px;
    font-size: 24px;
}
.badge-flex {
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    display: flex;
}
.badge-flex .badge {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 33.33%;
}
.badge-flex.more-than-three {
    column-gap: 18px;
    flex-wrap: wrap;
    row-gap: 18px;
}
.badge-flex.more-than-three .badge {
    width: auto;
}

@media (min-width: 980px) {
    .badge-flex.more-than-three.six-total {
        max-width: 430px;
        margin: 0 auto;
    }
    .badge-flex.more-than-three.eight-total-mixed-types {
        max-width: 590px;
        margin: 0 auto;
    }
}

.timeline-row.non-expanding p {
    padding: 0 32px;
}
.timeline-row.non-expanding h4 {
    margin-bottom: 12px;
}

@media (min-width: 980px) {
    .timeline-row.non-expanding h4 {
        max-width: 198px;
    }
}

.bakery.brand-page .your-journey-section .wpb_row:first-child .container {
    max-width: 1520px;
}
.bakery section.snapshot-section {
    padding-bottom: 40px;
}
.bakery .accordion .container {
    max-width: 1340px;
}
.accordion .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.accordion .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: 0 !important;
}
body #content .accordion div.vc_tta-panel {
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
}
.bakery .wpb_row.accordion .vc_tta-panel.vc_active {
    margin-bottom: 28px;
}
body #content .accordion div.vc_tta-panel-heading {
    background-color: var(--light1) !important;
    border-radius: 12px;
    border: none;
}
body #content .accordion div.vc_tta-panel .vc_tta-panel-heading:hover,
body #content .accordion div.vc_tta-panel.vc_active div.vc_tta-panel-heading,
body #content .accordion div.vc_tta-panel.vc_active div.vc_tta-panel-heading:hover,
body #content .bakery .wpb_row.accordion .vc_tta-panel-body {
    background-color: var(--light1) !important;
}
body #content .bakery .wpb_row.accordion .vc_tta-panel-body {
    border-radius: 0 0 12px 12px;
    padding: 0 40px 28px 40px;
}
body #content .accordion div.vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
    color: var(--dark1);
}
.bakery .wpb_row.accordion .vc_tta.vc_general h4.vc_tta-panel-title > a {
    justify-content: start;
    position: relative;
    padding: 32.5px 40px;
}
.accordion .vc_tta-panel-heading h4 a:before {
    border-radius: 0 4px 4px 0;
    background: var(--accent1);
    position: absolute;
    height: 26px;
    width: 11px;
    content: '';
    left: 0;
}
.accordion .vc_tta-panel-heading h4 a i {
    top: 28px !important;
    position: absolute;
    right: 32px;
}
body .bakery .wpb_row.accordion .vc_tta .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
body .bakery .wpb_row.accordion .vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    font-family: var(--fa7);
    color: var(--light1);
    border-radius: 50px;
    line-height: 40px;
    font-weight: 600;
    font-size: 24px;
    height: 40px;
    width: 40px;
    left: unset;
}
body .bakery .wpb_row.accordion .vc_tta .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    content: '\2b';
}
body .bakery .wpb_row.accordion .vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    background: var(--accent1);
    content: '\f068';
    font-size: 24px;
}
body .bakery .wpb_row.accordion .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading a:before,
body .bakery .wpb_row.accordion .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading a i:before {
    transition: all 0.3s ease-in-out;
    background: var(--accent1);
}
body .bakery .wpb_row.accordion .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading a:hover:before,
body .bakery .wpb_row.accordion .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading a:hover i:before {
    transition: all 0.3s ease-in-out;
    background: var(--accent4);
}
body .bakery .wpb_row.accordion .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading a:hover:before {
    border-radius: 12px 0 0 12px;
    height: 100%;
}
.accordion span.vc_tta-title-text {
    letter-spacing: -0.7px;
    line-height: 30px;
    font-size: 28px;
}
.accordion .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading a span.vc_tta-title-text {
    transition: all 0.3s ease-in-out;
}
.accordion .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading a:hover span.vc_tta-title-text {
    transition: all 0.3s ease-in-out;
    color: var(--accent4);
}

/*hover*/
.accordion div#bio-one:not(.vc_active) a:hover span.vc_tta-title-text         { color: #FF850A !important; }
.accordion div#bio-one:not(.vc_active) .vc_tta-panel-heading a:hover:before   { background: #E62A65 !important; }
.accordion div#bio-one:not(.vc_active) .vc_tta-panel-heading a:hover i:before { background: #E62A65 !important; }
/*active*/
.accordion div#bio-one.vc_active a span.vc_tta-title-text         { color: #FF850A !important; }
.accordion div#bio-one.vc_active .vc_tta-panel-heading a:before   { background: #E62A65 !important; }
.accordion div#bio-one.vc_active .vc_tta-panel-heading a i:before { background: #E62A65 !important; }

/*hover*/
.accordion div#card-my-yard:not(.vc_active) a:hover span.vc_tta-title-text         { color: #0AA951 !important; }
.accordion div#card-my-yard:not(.vc_active) .vc_tta-panel-heading a:hover:before   { background: #0AA951 !important; }
.accordion div#card-my-yard:not(.vc_active) .vc_tta-panel-heading a:hover i:before { background: #0AA951 !important; }
/*active*/
.accordion div#card-my-yard.vc_active a span.vc_tta-title-text         { color: #0AA951 !important; }
.accordion div#card-my-yard.vc_active .vc_tta-panel-heading a:before   { background: #0AA951 !important; }
.accordion div#card-my-yard.vc_active .vc_tta-panel-heading a i:before { background: #0AA951 !important; }

/*hover*/
.accordion div#five-star-bath-solutions:not(.vc_active) a:hover span.vc_tta-title-text         { color: #1080C4 !important; }
.accordion div#five-star-bath-solutions:not(.vc_active) .vc_tta-panel-heading a:hover:before   { background: #17B5E5 !important; }
.accordion div#five-star-bath-solutions:not(.vc_active) .vc_tta-panel-heading a:hover i:before { background: #17B5E5 !important; }
/*active*/
.accordion div#five-star-bath-solutions.vc_active a span.vc_tta-title-text         { color: #1080C4 !important; }
.accordion div#five-star-bath-solutions.vc_active .vc_tta-panel-heading a:before   { background: #17B5E5 !important; }
.accordion div#five-star-bath-solutions.vc_active .vc_tta-panel-heading a i:before { background: #17B5E5 !important; }

/*hover*/
.accordion div#gotcha-covered:not(.vc_active) a:hover span.vc_tta-title-text         { color: #106892 !important; }
.accordion div#gotcha-covered:not(.vc_active) .vc_tta-panel-heading a:hover:before   { background: #1289C2 !important; }
.accordion div#gotcha-covered:not(.vc_active) .vc_tta-panel-heading a:hover i:before { background: #1289C2 !important; }
/*active*/
.accordion div#gotcha-covered.vc_active a span.vc_tta-title-text         { color: #106892 !important; }
.accordion div#gotcha-covered.vc_active .vc_tta-panel-heading a:before   { background: #1289C2 !important; }
.accordion div#gotcha-covered.vc_active .vc_tta-panel-heading a i:before { background: #1289C2 !important; }

/*hover*/
.accordion div#mosquito-shield:not(.vc_active) a:hover span.vc_tta-title-text         { color: #CB171E !important; }
.accordion div#mosquito-shield:not(.vc_active) .vc_tta-panel-heading a:hover:before   { background: #EA1C24 !important; }
.accordion div#mosquito-shield:not(.vc_active) .vc_tta-panel-heading a:hover i:before { background: #EA1C24 !important; }
/*active*/
.accordion div#mosquito-shield.vc_active a span.vc_tta-title-text         { color: #CB171E !important; }
.accordion div#mosquito-shield.vc_active .vc_tta-panel-heading a:before   { background: #EA1C24 !important; }
.accordion div#mosquito-shield.vc_active .vc_tta-panel-heading a i:before { background: #EA1C24 !important; }

/*hover*/
.accordion div[id="1-800-packouts"]:not(.vc_active) a:hover span.vc_tta-title-text         { color: #1080C4 !important; }
.accordion div[id="1-800-packouts"]:not(.vc_active) .vc_tta-panel-heading a:hover:before   { background: #1496E5 !important; }
.accordion div[id="1-800-packouts"]:not(.vc_active) .vc_tta-panel-heading a:hover i:before { background: #1496E5 !important; }
/*active*/
.accordion div[id="1-800-packouts"].vc_active a span.vc_tta-title-text         { color: #1080C4 !important; }
.accordion div[id="1-800-packouts"].vc_active .vc_tta-panel-heading a:before   { background: #1496E5 !important; }
.accordion div[id="1-800-packouts"].vc_active .vc_tta-panel-heading a i:before { background: #1496E5 !important; }

.brand-accordion-content-row h4 {
    margin-bottom: 24px;
}
.financing-financial-info h4 {
    margin-bottom: 7px;
}
.financing-financial-info h4:not(:first-child) {
    margin-top: 24px;
}
.financing-financial-info a.btn-bt {
    margin-top: 20px;
}


@media (min-width: 980px) {
    .financing-financial-info .wpb_column:first-child p {
        max-width: 600px;
    }
}

.bakery section#InvestmentComparisonTips {
    padding-bottom: 40px;
    padding-top: 40px;
}

section#Drive.with-bg:after {
    z-index: 0;
}
.bakery section#Drive.with-bg .wpb_row.tabs {
    position: relative;
    z-index: 1;
}
.why-five-star-section .vc_col-sm-6 h2 {
    margin-bottom: 20px;
}
.drive-heading-section p {
    margin: 0 auto !important;
    max-width: 900px;
}
.gradient-row-blue.cta-row p {
    margin-bottom: 0 !important;
    line-height: 38px;
    font-size: 24px;
}
.bakery .awards-row.mw-1520 .container {
    max-width: 1520px;
}
.awards-row h4 {
    margin-bottom: 24px;
}
.wpb_row.auto-height,
.bottom-cta.mid-cta.auto-height {
     height: auto !important;
}
.bakery.about .section-heading .container {
    max-width: 1300px;
}

@media (min-width: 980px) {
    .bottom-cta.mid-cta:not(.auto-height) {
         height: 305px;
    }
}

.bottom-cta.mid-cta a.btn-bt {
    margin-top: 10px;
}
.wpb_row.needs-mb {
    margin-bottom: 40px;
}
.testimonials-heading-row h3 {
    font-family: var(--pjs-med);
    margin-top: 8px;
}
.bakery .team-row .container {
    max-width: 1520px;
    column-gap: 2.5%;
}
.team-row .wpb_column {
    margin-bottom: 35px;
}
.team-row img {
    margin: 0 auto 14px auto !important;
    display: block;
}
.team-row h4 {
    margin-bottom: 5px;
}
body .team-row h5 {
    margin-bottom: 24px;
    line-height: 26px;
    font-size: 24px;
}
body section.brand-leadership-section .team-row h5 {
    margin-bottom: 0 !important;
}
body section.brand-leadership-section .team-row h5:last-child {
    margin-top: 5px;
}
body #content section.brand-leadership-section .team-row h5 a {
    font-family: var(--pjs-med);
    /*color: var(--black);*/
}
/*body #content section.brand-leadership-section .team-row h5 a:hover {
    text-decoration: underline;
    color: var(--accent2);
}*/

/* brand leadership links */
/*body #content a.b1         { color: var(--black); }
body #content a.b1:hover   { color: #e62a65; }

body #content a.cmy        { color: #07b255; }
body #content a.cmy:hover  { color: #07ae53; }

body #content a.fsbs       { color: #1080c4; }
body #content a.fsbs:hover { color: #17b5e5; }

body #content a.gc         { color: #106892; }
body #content a.gc:hover   { color: #1289c2; }

body #content a.ms         { color: #cb171e; }
body #content a.ms:hover   { color: #ea1c24; }

body #content a.pn         { color: #1C93D1; }
body #content a.pn:hover   { color: #566D8F; }*/
/* /brand leadership links */


.core-benefits-section ul {
    margin-top: 20px;
}
.core-benefits-section ul.star-list li:before {
    top: 3.5px;
}
.bakery.quiz .top-blurb h1 {
    margin-bottom: 20px;
}
.bakery .wpb_row.contact-page-form-row {
    padding-bottom: 80px;
    padding-top: 60px;
}
.contact-page-form-row h2 {
    margin-bottom: 24px;
}

@media (min-width: 980px) {
    .contact-page-form-row p {
        margin: 0 auto !important;
        justify-content: center;
        max-width: 770px;
        display: flex;
    }
}

#legal-page h2,
#legal-page h3 {
    margin-bottom: 18px;
}
figure.table-privacy-policy {
    font-family: var(--bodyfont);
    color: var(--black);
    text-align: center;
    font-size: 16px;
    margin: 28px 0;
}
figure.table-privacy-policy td {
    padding: 10px;
}
figure.table-privacy-policy tr:nth-child(odd) {
    background: #e8e8e8;
}
figure.table-privacy-policy tr:nth-child(even) {
    background: var(--light2_50);
}
#legal-page figure {
    overflow: scroll;
}
#legal-page #content .bakery h2 {
    border-bottom: 2px solid var(--accent4);
    margin-bottom: 16px !important;
    padding-bottom: 6px;
    line-height: 1.3;
    font-size: 24px;
}
#legal-page #content .bakery h3 {
    margin-bottom: 12px;
    line-height: 1.1;
    font-size: 20px;
}
.bakery.five-star-bath-solutions .brand-promo-row .container {
    max-width: 1700px;
}

/* Responsive */

@media (min-width: 1025px) and (max-width: 1440px) {
    body .default-header h1 {
        transition: all 0.3s ease-in-out;
        line-height: 62px;
        font-size: 52px;
    }
}

@media (max-width: 1465px) {
    p.footer-col-1-ctas {
        flex-direction: column;
        align-items: start;
        row-gap: 18px;
        display: flex;
    }
}

@media (max-width: 1440px) {
    .footer-left a.btn-bt.default {
        min-width: 236px;
    }
}

@media (max-width: 1439px) {
    nav ul#top-menu li a,
    nav ul#top-menu li a span {
        letter-spacing: 0px;
        font-size: 16px;
        line-height: 1;
    }
    .header-button a.btn-bt {
        min-width: 197px;
    }
}


/* Maintain the two line break on these subheads in this section from Desktop all the way down to mobile scaling */
@media (max-width: 1400px) {
    body .timeline-row h4 {
        line-height: 28px;
        font-size: 20px;
    }
    body p.hider-toggle {
        line-height: 23px;
        font-size: 17px;
    }
}


@media (max-width: 1280px) {
    .bakery div.vc_row.bottom-cta.form-row {
        height: auto;
    }
}

@media (max-width: 1024px) and (min-width: 980px) {
    body .timeline-row h4 {
        line-height: 26px;
        font-size: 18px;
    }
    body p.hider-toggle {
        line-height: 21px;
        font-size: 15px;
    }
}
/* END Maintain the two line break on these subheads in this section from Desktop all the way down to mobile scaling */

@media (max-width: 1280px) {
    header .left-right-header ul#top-menu li:not(.nav-icons) {
        padding: 41px 15px;
    }
    nav ul#top-menu li a, nav ul#top-menu li a span {
        font-size: 15px;
    }
    .accordion .vc_col-sm-6 span.vc_tta-title-text {
        line-height: 22px;
        font-size: 20px;
    }
}

/* wanted the numbers hidden to save nav space */
.the-numbers-mason {
    display: none;
}

@media (max-width: 1024px) {
    .star-block:not(:last-child):not(.mb0) {
        margin-bottom: 28px !important;
    }
}

@media (max-width: 979px) {
    .bakery .wpb_row.pb0-979,
    .pb0-979 {
        padding-bottom: 0 !important;
    }
    body .brand-cta-row h3 {
        line-height: 28px;
        font-size: 24px;
    }
    body .brand-cta-row h4 {
        margin-bottom: 28px;
        line-height: 24px;
        font-size: 18px;
    }
    /*.top-header .main-navigation ul#top-menu li a,
    header .left-right-mobile-nav ul#top-menu li a,
    .left-logo-right-mobile-nav ul li a,
    nav ul#top-menu li ul.sub-menu li a {
        font-family: var(--pjs-bold) !important;
    }
    .top-header .main-navigation ul#top-menu li a:hover,
    header .left-right-mobile-nav ul#top-menu li a:hover,
    .left-logo-right-mobile-nav ul li a:hover {
        color: var(--light1) !important;
    }
    .top-header .container {
        width: 92%;
    }
    .mobile-menu li.no-bb {
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
    }
    body nav ul#top-menu li a {
        color: var(--light1) !important;
        letter-spacing: 0.5px;
        width: fit-content;
        font-size: 18px;
    }
    ul#top-menu.mobile-menu ul.sub-menu {
        margin-top: 12px;
    }
    ul#top-menu.mobile-menu ul.sub-menu li:first-child {
        padding-top: 0;
    }
    ul#top-menu.mobile-menu ul.sub-menu li {
        padding: 12px 0;
    }
    ul#top-menu.mobile-menu ul.sub-menu li a {
        font-size: 16px;
    }
    ul#top-menu.mobile-menu ul.sub-menu {
        padding-top: 14px !important;
    }
    .mobile-menu li.menu-item-has-children button.sub-menu-toggle {
        top: 8px !important;
        border-radius: 4px;
        height: 33px;
        width: 33px;
    }*/
    body h1 {
        transition: all 0.3s ease-in-out;
        line-height: 32px;
        font-size: 30px;
    }
    body .home-hero h2 {
        line-height: 22px;
        font-size: 21px;
    }
    .hero-buttons {
        margin: 20px auto 0 auto;
        flex-direction: column;
        column-gap: unset;
        max-width: 300px;
        row-gap: 16px;
    }
    .hero-buttons br {
        display: none;
    }
    body h2 {
        line-height: 28px;
        font-size: 26px;
    }
    body h3 {
        line-height: 22px;
        font-size: 20px;
    }
    .top-blurb h2 {
        margin-bottom: 12px;
    }
    .top-blurb a.btn-bt {
        margin-top: 20px;
    }
    .bakery .vc_row {
        padding-bottom: 32px;
        padding-top: 24px;
    }
    .bakery .stats-row .container {
        flex-wrap: wrap;
        display: flex;
    }
    .stats-row .wpb_column:first-child {
        width: 100%;
    }
    .stats-row .wpb_column:not(:first-child) {
        width: 33.333333%;
    }
    .stats-row .wpb_column:first-child:after {
        content: none;
    }
    .stats-row .wpb_column:after {
        height: 100% !important;
    }
    .stats-row .wpb_column:first-child .vc_column-inner {
        padding-right: 0;
    }
    .stats-row .wpb_column .vc_column-inner {
        max-width: unset;
    }
    .stats-row h3 {
        text-align: center !important;
    }
    .stats-row h3 span {
        display: inline-block;
    }
    .stats-row h3 br {
        display: none;
    }
    .bakery .stats-row .container {
        max-width: 580px;
    }
    .stats-row .wpb_content_element {
        margin-bottom: 0 !important;
    }
    .stats-row h3 {
        margin-bottom: 20px !important;
        text-align: center !important;
        margin-right: auto;
        margin-left: auto;
        max-width: 323px;
    }
    .bakery section.vc_section.why-five-star-section {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .bakery .wpb_row.section-heading {
        padding-bottom: 24px !important;
    }
    .star-block {
        justify-content: center;
        text-align: center;
        padding-left: 0;
        flex-wrap: wrap;
        row-gap: 18px;
    }
    .star-block .wpb_wrapper {
        width: 100%;
    }
    .star-block:before {
        position: relative;
        display: block;
        height: 48px;
        width: 48px;
    }
    body .star-block h4 {
        line-height: 20px;
        font-size: 18px;
    }
    body p {
        line-height: 20px;
        font-size: 15px;
    }
    section#WhyFiveStar .wpb_row:not(.section-heading):not(:last-child) {
        padding-bottom: 35px !important;
    }
    .bakery.franchise-opportunities section#WhyFiveStar .wpb_row:not(.section-heading):not(:last-child) {
        padding-bottom: 0px !important;
    }
    .bakery.franchise-opportunities section#WhyFiveStar {
        padding-top: 40px !important;
    }
    .image-block img {
        margin: 0 auto !important;
        display: block;
    }
    section#WhyFiveStar p {
        text-align: center;
    }
    .franchises-row .fropp-block {
        height: auto;
        padding: 0;
    }
    .fropp-block a {
        padding: 18px 12px;
    }
    body .bakery section.vc_section {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    section#FranchiseOpportunities {
        padding-bottom: 30px;
    }
    .take-charge-row h2 {
        text-align: center;
        line-height: 35px;
        max-width: unset;
        font-size: 28px;
    }
    .take-charge-row h4 {
        text-align: center;
        line-height: 21px;
        margin-top: 14px;
        max-width: unset;
        font-size: 20px;
    }
    body.home .take-charge-row p {
        text-align: center;
    }
    body h4 {
        line-height: 20px;
        font-size: 18px;
    }
    /*p.hider-text {
        overflow: unset;
        z-index: unset;
        height: auto;
    }
    p.hider-toggle {
        display: none;
    }
    p.hider-text:after {
        content: none !important;
    }*/
    .timeline-row .wpb_column:not(:last-child) .text-wrap {
        margin-bottom: 28px !important;
    }
    .timeline-row:not(.year-timeline) .wpb_column .num-icon:before,
    .timeline-row:not(.year-timeline) .wpb_column .num-icon:after {
        content: none !important;
    }
    .timeline-row h4 {
        margin: 16px auto 8px auto;
        max-width: unset;
    }
    .timeline-row .num-icon img {
        height: 50px;
        width: 50px;
    }
    .your-journey-section .wpb_row:first-child {
        padding-bottom: 30px !important;
    }
    section#YourJourney:not(.mt0) {
        padding-top: 90px;
    }
    .bakery .container .vc_inner.benefits-row {
        display: flex;
    }
    body .benefits-row h3 {
        line-height: 20px;
        font-size: 18px;
    }
    body .benefits-row h4 {
        line-height: 17px;
        font-size: 15px;
    }
    .benefits-row img {
        height: 20px;
        width: auto;
    }
    body .benefits-row .wpb_column:last-child p {
        line-height: 16px;
        font-size: 14px;
    }
    .benefits-row .wpb_column:first-child .wpb_text_column {
         padding-left: 0px;
    }
    .bakery .wpb_row.benefits-row.top {
        border-bottom: none;
        padding: 0;
    }
    .bakery section#FiveStarAdvantage {
        padding-bottom: 30px;
    }
    .benefits-row .wpb_column:first-child .wpb_text_column .wpb_wrapper {
        column-gap: 24px;
    }
    .bakery .benefits-row-outer .container {
        max-width: 615px;
    }
    .vc_row.wpb_row.vc_inner.testimonial-slide {
        flex-direction: column-reverse;
        display: flex;
    }
    .display-small-desktop p.testimonial-next {
        margin-bottom: 24px !important;
        margin-top: -16px;
        font-size: 18px;
    }
    .video-nav {
        padding-bottom: 0;
    }
    .bakery .wpb_row.drive-tabs.tabs ul.vc_tta-tabs-list {
        flex-direction: row;
    }
    section#Drive:after {
        height: 137px;
        width: 111px;
        right: -21px;
        top: 315px;
    }
    body #content .drive-section li.vc_tta-tab a span.vc_tta-title-text {
        font-size: 32px;
    }
    .bakery .drive-section .wpb_row.tabs .vc_tta-panels-container {
        padding: 10px 0 0 0;
    }
    .bakery div.wpb_row.drive-tabs.tabs ul.vc_tta-tabs-list li.vc_tta-tab {
        margin-bottom: 0;
    }
    .drive-tabs .vc_tta-panel-body {
        text-align: center;
    }
    .drive-section .tabs .vc_tta-panel-body h3 {
        margin-bottom: 18px;
    }
    .drive-section .tabs .vc_tta-panel-body a.btn-bt {
        margin-top: 8px;
    }
    .drive-heading-section h2 {
        margin-bottom: 20px;
    }
    .bakery .wpb_row.drive-heading-section {
        padding-bottom: 30px;
    }
    .drive-tabs .image-block {
        margin-bottom: 0 !important;
    }
    section#Awards {
        padding: 30px 0 110px 0px;
        margin-bottom: -70px;
    }
    .awards-row h3 {
        margin-bottom: 20px;
        text-align: center;
        line-height: 28px;
        font-size: 26px;
    }
    .awards-row h4,
    .awards-row p {
        text-align: center;
    }
    .bottom-cta {
        min-height: 262px;
        height: auto;
    }
    body .bottom-cta h2 {
        margin-bottom: 14px;
        line-height: 35px;
        font-size: 28px;
    }
    body .bottom-cta h4 {
        margin-bottom: 28px;
        line-height: 21px;
        font-size: 20px;
    }
    body #content {
        padding: 18px 0;
    }
    footer#footer {
        padding-bottom: 30px !important;
        padding-top: 40px !important;
        text-align: center;
    }
    a.footer-logo-link {
        margin: 0 auto
    }
    footer img.footer-logo {
        margin-bottom: 24px;
        height: 48px;
    }
    footer h6 {
        line-height: 36px;
        font-size: 28px;
    }
    p.footer-col-1-ctas {
        align-items: center;
        margin-top: 24px;
        row-gap: 24px;
    }
    footer .widget {
        margin-bottom: 36px !important;
        padding: 0;
    }
    footer .widget h2.widget-title {
        justify-content: center;
        align-items: center;
        line-height: 18px;
        font-size: 14px;
        display: flex;
    }
    footer .widget h2.widget-title:after {
        margin: 0 auto;
    }
    p.footer-col-1-ctas span,
    p.footer-col-1-ctas span a {
        line-height: 28px;
        font-size: 18px;
    }
    footer .widget ul.menu li,
    footer .widget ul.menu li a {
        line-height: 20px;
        font-size: 14px;
    }
    footer .widget ul.menu li {
        margin-bottom: 8px;
    }
    .copyright-socials {
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        display: flex;
    }
    html body {
        padding: 0 2% 18px 2%;
    }
    .brand-tab-content-row .wpb_column {
        width: 100% !important;
        text-align: center;

    }
    .brand-tab-content-row .wpb_column:nth-child(1) p {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    .brand-tab-content-row .wpb_column:last-child img {
        margin: 0 auto 16px auto !important;
    }
    .brand-tab-content-row h4 {
        margin-bottom: 0px;
    }
    body .brand-tab-content-row p {
        line-height: 24px;
        font-size: 21px;
    }
    .bakery .brand-tab-content-row .wpb_content_element {
        margin-bottom: 24px !important;
    }
    .bakery .brand-tab-content-row .wpb_column:last-child .wpb_content_element {
        margin-bottom: 0 !important;
    }
    .enclosed-blurb h4 {
        margin-bottom: 10px;
        line-height: 25px;
        font-size: 20px;
    }
    .enclosed-blurb:before,
    .enclosed-blurb:after {
        font-size: 36px;
        height: 57px;
        width: 32px;
    }
    .enclosed-blurb {
        padding: 12px 6px 16px 48px;
    }
    .right-for-you-section .wpb_content_element {
        margin-bottom: 18px;
    }
    .cta-row h2 {
        text-align: center;
    }
    .section-heading p {
        margin-bottom: 20px !important;
    }
    body .tab-content-heading-row h3 {
        margin-bottom: 14px !important;
        line-height: 24px;
        font-size: 22px;
    }
    .faq-tab-content-row h4 {
        margin-bottom: 14px;
        padding-left: 48px;
        line-height: 20px;
        font-size: 18px;
    }
    .faq-tab-content-row h4:before {
        font-size: 24px;
        height: 36px;
        width: 36px;
    }
    body #content .bakery .wpb_row.brands-tabs.tabs div.vc_tta-panel.vc_active .vc_tta-panel-body {
        padding: 20px;
    }
    .bakery .wpb_row.tab-content-heading-row {
        padding: 0 0 24px 0;
    }
    ul.star-list li {
        margin-bottom: 12px;
        padding-left: 32px;
        line-height: 20px;
        font-size: 15px;
    }
    body .bottom-cta h2 {
        margin-bottom: 14px;
        text-align: center;
        line-height: 32px;
        font-size: 30px;
    }
    body .bottom-cta h4 {
        margin-bottom: 28px !important;
        font-family: var(--pjs-med);
        text-align: center;
        line-height: 28px;
        font-size: 24px;
    }
    .form-row .hbspt-form {
        border-radius: 24px;
        padding: 24px 18px;
        max-width: 100%;
        margin: 0 auto;
    }
    .bakery div.vc_row.bottom-cta.form-row {
        height: auto;
    }
    .disclaimer-block {
        margin-top: 16px;
    }
    .why-five-star-section h2,
    .why-five-star-section h4 {
        text-align: center;
    }
    .bakery .awards-section .wpb_row.section-heading {
        padding-bottom: 8px !important;
    }
    .wpb_row.timeline-row.non-expanding .wpb_column:not(:last-child) {
        margin-bottom: 24px;
    }
    .year-timeline .text-wrap p {
        max-width: 320px;
        margin: 0 auto;
    }
    .star-block.has-canvas:before {
        left: 0;
    }
    body .team-row h5 {
        margin-bottom: 16px;
        line-height: 20px;
        font-size: 18px;
    }
    .team-row .wpb_column:last-child {
        margin-bottom: 0 !important;
    }
    body .bakery .vc_row.fast-facts {
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .fast-facts h2 {
        margin-bottom: 18px !important;
        text-align: center;
    }
    .fast-facts p {
        text-align: center;
    }
    .bakery .wpb_row.brand-promo-row {
        padding: 40px 0;
    }
    .comp-support-section p {
        text-align: center;
    }
    .bakery section.vc_section.why-five-star-section.comp-support-section {
        padding-bottom: 70px;
    }
    .badge-flex.more-than-three {
        margin-top: 28px;
    }
    .brand-promo-row:not(.less-canvas) .wpb_text_column {
        margin-bottom: 0 !important;
    }
    .brand-promo-row .wpb_column {
        padding: 0 !important;
    }
    .bakery.quiz #TopBlurb {
        margin-bottom: 18px !important;
        margin-top: 18px !important;
    }
    .bakery.contact-us .bottom-cta.mid-cta {
        margin-bottom: 18px !important;
    }
    .financing-financial-info h4:not(.vc_tta-panel-title) {
         text-align: center;
    }
    .bakery .take-charge-row {
        height: auto;
    }
    div#takeCharge:after {
        background-size: 0;
    }
    .default-header.brand-hero {
        min-height: 220px;
        height: auto;
    }
    .default-header:not(.brand-hero) {
        min-height: 150px;
        height: auto;
    }
}
/* END OF 979 */

@media (min-width: 481px) and (max-width: 979px) {
    div.logo .site-branding a {
        height: 40px;
    }
    div.logo a img {
        max-height: 40px;
        height: 40px;
    }
    div#takeCharge {
        background-image: none !important;
        background: var(--darkred);
    }
}

@media (max-width: 768px) {
    .stats-row .wpb_column {
        align-items: start !important;
    }
}

@media (max-width: 600px) {
    section#Drive:after {
        height: 98px;
        width: 60px;
        right: -7px;
        top: 209px;
    }
}

@media (max-width: 480px) {
    .brands-tabs-heading-row h2 {
        margin-bottom: 24px !important;
    }
    .top-header .container {
        width: 95%;
    }
    .left-right-header .header-button a.btn-default.btn-bt,
    .left-right-header .header-button a.btn-default.btn-bt:after {
        font-size: 14px;
    }
    .left-right-header .header-button a.btn-default.btn-bt {
        padding: 16px 0 !important;
        min-width: 150px;
    }
    header .top-header .logo .site-branding a img {
        width: 130px !important;
    }
    header .top-header {
        height: 69px;
    }
    .header-button .btn-default.hide-mobile {
        display: none !important
    }
    header .top-header .logo .site-branding a {
        height: auto;
    }
    header .top-header .logo .site-branding a img {
        max-height: unset;
        height: auto;
        width: 179px;
    }
    body #content {
        margin-top: 69px;
        padding: 14px 0;
    }
    .bakery .stats-row .container {
        width: 96%;
    }
    body .stats-row h3,
    body .stats-row h3 span {
        line-height: 25px;
        font-size: 21px;
    }
    .stats-row p.stat-num {
        margin-bottom: 7px !important;
        text-align: center;
        font-size: 28px;
        line-height: 1;
    }
    p.stat-label {
        text-align: center;
        max-width: 120px;
        line-height: 1;
        margin: 0 auto;
    }
    .stats-row .wpb_column:not(:first-child) .vc_column-inner {
        padding: 0;
    }
    .stats-row .wpb_column:not(:last-child):after {
        width: 3px;
    }
    body .bakery section#HomeHero {
        padding: 0;
    }
    body .home-hero h2 {
        line-height: 24px;
        font-size: 19px;
    }
    section#WhyFiveStar.values .star-block.has-canvas:before {
        height: 75px;
        width: 75px;
    }
    section#WhyFiveStar.values .star-block:not(.mb0) {
        margin-bottom: 16px !important;
    }
    .fropp-block.wpb_content_element {
        margin-bottom: 14px;
    }
    .fropp-img {
        margin-bottom: 12px;
        height: auto;
    }
    .fropp-img img {
        height: 40px;
        width: auto;
    }
    .fropp-block.card-my-yard .fropp-img img {
        height: 28px;
    }
    .franchises-row .fropp-block h4 {
        margin-bottom: 0px;
        line-height: 20px;
    }
    .franchises-row .fropp-block p {
        line-height: 20px;
        font-size: 15px;
    }
    .explore-opps-row h3 {
        margin-bottom: 18px;
    }
    div#takeCharge:after {
        content: none;
    }
    .bakery .great-owner-row,
    .bakery .take-charge-row {
        background-position: top center !important;
        background-size: contain !important;
        padding-top: 200px !important;
        padding-bottom: 0 !important;
        padding-top: 39% !important;
        height: auto;
    }
    .bakery .great-owner-row .container,
    .bakery .take-charge-row .container {
        width: 100%;
    }
    .bakery .great-owner-row .wpb_text_column,
    .bakery .take-charge-row .wpb_text_column {
        border-radius: 0 0 28px 28px;
        padding: 20px 24px 28px 24px;
        background: var(--darkred);
    }
    .brand-cta-row ul.star-list {
        margin-top: 28px;
    }
    .bakery .take-charge-row .wpb_text_column {
        text-align: center;
    }
    .your-journey-section .wpb_row:first-child {
        padding-bottom: 24px !important;
    }
    .benefits-row .wpb_column:first-child .wpb_text_column .wpb_wrapper {
        column-gap: 12px;
    }
    .bakery .wpb_row.benefits-row:not(.top) {
        padding-bottom: 15px !important;
    }
    .bakery .wpb_row.benefits-row:nth-child(2) {
        padding-top: 10px !important;
    }
    section#FiveStarAdvantage {
        padding-top: 12px !important;
    }
    .benefits-row img {
        max-width: unset;
    }
    .bakery .wpb_row.section-heading {
        padding-bottom: 4px !important;
    }
    .star-rating-block {
        margin-bottom: 16px !important;
        padding-left: 0px;
    }
    .star-rating-block i {
        color: var(--accent1);
        font-size: 28px;
    }
    body .testimonial-slide h3 {
        line-height: 20px;
        font-size: 18px;
    }
    .video-nav {
        width: 300px !important;
    }
    .video-nav .slick-track {
        column-gap: 10px;
    }
    body .bakery section.vc_section.drive-section:not(.with-bg) {
        padding: 0px;
    }
    body .bakery section.vc_section.drive-section.with-bg {
        padding-bottom: 0 !important;
    }
    section.drive-section .vc_tta.vc_general .vc_tta-tab>a {
        padding: 14px;
    }
    .drive-heading-section p {
        margin-bottom: 10px !important;
    }
    .awards-row .awards .award-col {
        width: 49%;
    }
    .awards-row .awards {
        column-gap: 2%;
        padding: 24px;
        row-gap: 5px;
    }
    .awards-row .awards img {
        max-width: 100px;
    }
    .default-header {
        min-height: unset;
        height: 256px;
    }
    .gradient-row-blue.cta-row.extra-text p {
        margin-bottom: 18px !important;
        text-align: center;
        line-height: 23px;
        margin-top: -10px;
        font-size: 18px;
    }
    .vc_row.wpb_row.snapshot-accordions.accordion:not(.fast-facts) {
        padding-top: 24px !important;
    }
    .snapshot-accordions.accordion span.vc_tta-title-text {
        letter-spacing: -0.6px !important;
        line-height: 30px;
        text-align: left;
        font-size: 24px;
    }
    .fast-facts.snapshot-accordions.accordion span.vc_tta-title-text {
        letter-spacing: -0.6px !important;
        line-height: 26px;
        text-align: left;
        font-size: 20px;
    }
    .bakery .wpb_row.fast-facts.accordion .vc_tta.vc_general h4.vc_tta-panel-title > a {
        padding-right: 109px;
        padding-left: 32px;
    }
    .bakery section#InvestmentComparisonTips {
        padding-top: 0px;
    }
    .bakery .vc_custom_1760046887603 {
        margin-top: 16px !important;
    }
    .year-timeline .slick-next {
        right: -15px;
    }
    .year-timeline .slick-prev {
        left: -15px;
    }
    .star-block.has-canvas {
        row-gap: 0px;
    }
    .bakery.about section#Drive {
        padding-top: 24px;
    }
    .bakery .brand-leadership-section .section-heading {
        padding-bottom: 24px !important;
    }
    .bakery .brand-leadership-section .team-row:not(:last-child) {
        padding-bottom: 35px !important;
    }
    .bakery .why-brand-section .wpb_row.section-heading {
        padding-bottom: 24px !important;
    }
    .bakery.five-star-benefits .vc_custom_1760116206679 {
        padding-bottom: 32px !important;
    }
    .bakery.careers section .wpb_row.brand-promo-row {
        padding-bottom: 30px !important;
    }
    .why-work-section h2 {
        margin-bottom: 24px !important;
    }
    .bakery.careers .your-journey-section a.btn-bt {
        margin-top: 24px;
    }
    body.home .fsa-heading-row.section-heading h2 {
        margin-bottom: 24px !important;
    }
    /* QA edit
    On Mobile: Remove the “star” icons - too busy on mobile*/
    section#WhyFiveStar:not(.values) .star-block:before {
        content: none !important;
    }
    section#WhyFiveStar:not(.values) .star-block {
        padding-left: 0;
    }
    section#WhyFiveStar:not(.why-brand-section) h2 {
        margin-bottom: 24px !important;
    }
    /* /end QA edit */
    .your-journey-section h2,
    .fropp-heading.section-heading h2 {
        margin-bottom: 24px !important;
    }
    .comp-support-section h2 {
        margin-bottom: 18px !important;
    }
    .fropp-block p {
        display: none;
    }
    .fropp-block {
        width: 250px;
    }
    .explore-opps-row h3 {
        margin-bottom: 24px;
        margin-top: 20px;
    }
    .brand-promo-row img {
        margin: 0px auto -12px auto !important;
        width: 130px;
    }
    .comp-support-section .star-block.has-canvas:before {
        margin-bottom: -4px;
    }
    .comp-support-section .star-block.star-block-list:not(:last-child):not(.mb0) {
        margin-bottom: 12px !important;
    }
    .comp-support-section a.btn-bt {
        margin-top: 20px !important;
    }
    body .great-owner-row p,
    body .great-owner-row ul.line-list li {
        line-height: 22px;
        font-size: 16px;
    }
    .bakery .great-owner-row .wpb_text_column p:not(:last-child) {
        margin-bottom: 20px;
    }
    .great-owner-row ul {
        margin-bottom: 28px;
    }
    .comp-support-section .wpb_row:not(:first-child) .wpb_column:last-child .wpb_text_column:first-child {
        margin-bottom: 12px !important;
    }
    .bakery.about section#FranchiseOpportunities h2 {
        margin-bottom: 24px;
    }
    .core-benefits-section .section-heading h2 {
        margin-bottom: 24px !important;
    }
    body .default-header h1 {
        transition: all 0.3s ease-in-out;
        line-height: 26px;
        font-size: 24px;
    }
}

@media (max-width: 414px) {
    .stats-row p.stat-num {
        font-size: 24px;
    }
}

@media (max-width: 374px) {
    .left-right-header .header-button a.btn-default.btn-bt {
        min-width: 130px;
    }
    .left-right-header .header-button a.btn-default.btn-bt,
    .left-right-header .header-button a.btn-default.btn-bt:after {
        font-size: 12px;
    }
    header .top-header .logo .site-branding a img {
        width: 105px !important;
    }
    button#primary-mobile-menu,
    button#primary-mobile-menu span,
    button#primary-mobile-menu span i {
        height: 28px;
        width: 28px;
    }
    body button#primary-mobile-menu span i::before {
        font-size: 28px;
    }
    .left-right-header .header-button {
        margin-right: 7px;
    }
    body nav ul#top-menu li a {
        font-size: 14px;
    }
    .mobile-menu li.menu-item-has-children button.sub-menu-toggle {
        height: 24px !important;
        width: 24px !important;
    }
    .mobile-menu .sub-menu-toggle::after {
        font-size: 24px !important;
    }
}

/* /Responsive */