﻿@font-face {
    font-family: 'Rockwell';
    src: url(/fonts/Rockwell-Bold.ttf);
    font-display: swap;
}

* {
    font-family: "Open-Sans", sans-serif;
    font-weight: lighter;
}

.alertBar p {
    text-align: center;
    padding: 20px;
    margin: 0;
}

h1 {
    font-family: 'Rockwell', sans-serif;
    font-weight: bold;
    font-size: 50px;
}

h2 {
    font-family: 'Rockwell', sans-serif;
    font-weight: bold;
}

p {
    font-family: "Open-Sans", sans-serif;
    font-weight: lighter;
    font-style: normal;
    font-size: 1em;
    font-size: 16px;
    line-height: 1.6875;
    margin: 0 0 1em 0;
    color: var(--dark-grey-on-white-color);
}

.hero p, .content-bg-bw-alt-blue p:not(.position-name), .footer-text p, .profit-circle p.center-text, .pretax-info p {
    color: #fff;
}

label {
    font-family: "Open-Sans", sans-serif;
    font-weight: normal;
}

@media (max-width: 768px) {
    h1 {
        font-size: 36px;
    }
}

@media(max-width: 425px) {
    h1 {
        font-size: 30px;
    }
}

.hero .hero-section-text p.sub-text {
    width: 60%;
    font-weight: 100;
}

@media (max-width: 768px) {
    h2, .hero .hero-section-text > h1 {
        font-size: 1.625em;
        margin-bottom: 0;
    }
}

h3 {
    font-weight: 200;
    font-style: normal;
    font-size: 1.75em;
    line-height: 1.22;
    font-family: Rockwell, sans-serif;
    font-weight: bold;
}

@media (max-width: 768px) {
    h3 {
        font-size: 1.25em;
    }
}

h4 {
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.22;
}

@media (max-width: 768px) {
    h4 {
        font-size: 1.25em;
    }
}

h5 {
    font-weight: 700;
    font-style: normal;
    font-size: 1.25em;
    line-height: 1.22;
}

@media (max-width: 768px) {
    h5 {
        font-size: 1.125em;
    }
}

h6 {
    font-weight: 700;
    font-style: normal;
    font-size: 1.125em;
    line-height: 1.22;
}

@media (max-width: 768px) {
    h6 {
        font-size: 1.0625em;
    }
}

p {
    font-family: "Open-Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 1.6875;
    margin: 0 0 1em 0;
}

@media (max-width: 768px) {
    p {
        font-size: 1.0625em;
    }
}

:root {
    --brightway-blue-color: #2574bb;
    --brightway-blue-alt-color: #1a3668;
    --brightway-yellow-color: #ffd457;
    --brightway-black-color: #2a2723;
    --brightway-orange-color: #f8971d;
    --brightway-green-color: #66b360;
    --brightway-red-color: #e34e35;
    --brightway-gray-color: #6a737b;
    --gray-line-border-color: #c5c5c5;
    --products-we-sell-bg-color: #F4FAFF;
    --dark-grey-on-white-color: #2B2B2B;
    --light-grey-bg-color: #F7F7F7;
}

.bw-blue-text {
    color: var(--brightway-blue-color);
}

.bw-yellow-text {
    color: var(--brightway-yellow-color);
}

.center-text {
    text-align: center;
}

.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.skip:active, a.skip:focus, a.skip:hover {
    background: #FFd457;
    color: #1A3668;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: auto;
    margin: 10px;
    padding: 5px;
    font-size: 1.1em;
    z-index: 999;
    border-radius: 5%;
}

.hero-section-txt.hero-triangle-bg {
    padding-bottom: 20px;
    width: 55%;
}

.bd-reasons .reasons-list {
    display: flex;
    flex-wrap: wrap;
    margin: auto 15%;
}

    .bd-reasons .reasons-list .reasons-item {
        flex: 0 0 33.333333%
    }

        .bd-reasons .reasons-list .reasons-item h3 {
            font-size: 1.5em;
            color: var(--brightway-blue-color);
            margin-top: 50px;
            height: 20px;
        }

@media(max-width: 1500px) {
    .bd-reasons .reasons-list .reasons-item h3 {
        height: 40px !important;
    }
}

@media(max-width: 700px) {
    .bd-reasons .reasons-list .reasons-item h3 {
        height: auto !important;
    }
}

.bd-reasons .reasons-list .reasons-item .item {
    margin: 0 10%;
    padding: 200px 6% 6%;
    background-repeat: no-repeat;
    background-position: center 14%;
    background-size: 175px;
}

.bd-reasons .reasons-list .reasons-item .item1 {
    background-image: url('/Content/Difference/img/image-economics.png');
}

.bd-reasons .reasons-list .reasons-item .item2 {
    background-image: url('/Content/Difference/img/image-support.png');
}

.bd-reasons .reasons-list .reasons-item .item3 {
    background-image: url('/Content/Difference/img/image-support.png');
}

main, header, section, aside, footer {
    margin: 0;
    padding: 0;
    color: black
}

body {
    width: 100%;
    margin: 0;
}

main {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
}

header.nav-header {
    background: #fff;
    z-index: 100;
    position: sticky;
    top: 0;
}

    header.nav-header.responsive {
        position: unset;
    }

nav {
    display: flex;
    flex-direction: row;
    background: #fff;
    justify-content: start;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px #888888;
}

    nav a.quoteCTA {
        padding: 13px 30px;
        color: white;
        background-color: var(--brightway-blue-color);
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
    }

        nav a.quoteCTA:hover {
            background-color: var(--brightway-blue-alt-color);
        }

.nav-bw-logo {
    margin-left: 20px;
    display: flex;
}

    .nav-bw-logo a {
        height: fit-content;
        margin: auto 0;
    }

@media(max-width: 1200px) {
    .nav-bw-logo {
        margin-left: 40px;
        display: flex;
    }
}

.nav-menu-links ul {
    list-style-type: none;
    display: flex;
    padding-left: 10px;
    align-items: center;
}

    .nav-menu-links ul li {
        text-decoration: none;
        display: flex;
        font-size: 18px;
    }

        .nav-menu-links ul li:not(.btn-link):not(.mobile-indicator) {
            padding: 0 15px;
        }

        .nav-menu-links ul li.mobile-indicator {
            margin: auto;
        }

        .nav-menu-links ul li a {
            text-decoration: none;
            color: var(--brightway-blue-color);
            font-family: Rockwell, sans-serif;
            font-weight: 200;
        }

            .nav-menu-links ul li a:hover {
                text-decoration: none;
                color: var(--brightway-yellow-color);
                transform: scale(1.1);
            }

.current-link {
    border-bottom: 3px solid var(--brightway-yellow-color);
}

.bw-btn {
    font-family: Rockwell, sans-serif;
    display: inline-block;
    padding: 20px 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

    .bw-btn.gold-bg {
        background-color: var(--brightway-yellow-color);
        color: var(--brightway-black-color);
    }

        .bw-btn.gold-bg:hover {
            background-color: var(--brightway-black-color);
            color: var(--brightway-yellow-color);
        }

    .bw-btn.alt-blue-bg {
        background-color: var(--brightway-blue-alt-color);
        color: #fff;
    }

        .bw-btn.alt-blue-bg:hover {
            background-color: var(--brightway-blue-color);
            color: #fff;
        }

    .bw-btn.blue-bg {
        background-color: var(--brightway-blue-color);
        color: #fff;
    }

        .bw-btn.blue-bg:hover {
            background-color: var(--brightway-yellow-color);
            color: #fff;
        }

.btn {
    text-decoration:none;
    font-family: "museo-slab", serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: visible;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    position: relative;
    padding: 18px 55px 18px 45px;
    letter-spacing: 0.025em;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
    display: inline-block;
    -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.btn:after {
    content: '>';
    position: absolute;
    right: 20px;
    top: 27%;
}

.btn.blue {
    border: 3px solid var(--brightway-blue-alt-color);
    background: var(--brightway-blue-alt-color);
    color: #FFFFFF;
}

.btn.blue:hover {
    background: var(--brightway-yellow-color);
    color: var(--brightway-blue-alt-color);
    border-color: var(--brightway-yellow-color);
}


.btn-banner {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    background-clip: padding-box;
    text-decoration: none;
    cursor: pointer;
    font-weight: 200;
    padding: 10px 40px;
    margin-top: -10px;
}

    .btn-banner.nav-btnGold {
        background-color: var(--brightway-yellow-color);
        color: var(--brightway-black-color);
    }

        .btn-banner.nav-btnGold:hover {
            background-color: var(--brightway-black-color);
            color: var(--brightway-yellow-color);
        }

.btn-div .btn-banner {
    box-shadow: 0 4px 2px -2px grey;
}

.btn-padded {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    background-clip: padding-box;
    text-decoration: none;
    cursor: pointer;
    font-weight: 200;
    padding: 24px 48px;
    margin-top: -10px;
}

.btn.nav-btnGold {
    background-color: var(--brightway-yellow-color);
    color: var(--brightway-black-color);
}

    .btn.nav-btnGold:hover {
        background-color: var(--brightway-black-color);
        color: var(--brightway-yellow-color);
    }

.btn.nav-btnAltBlue {
    background-color: var(--brightway-blue-alt-color);
    color: #fff;
}

    .btn.nav-btnAltBlue:hover {
        background-color: var(--brightway-blue-color);
        color: #fff;
    }

.btn-padded.nav-btnBlue, .btn.nav-btnBlue {
    background-color: var(--brightway-blue-color);
    color: #fff;
}

    .btn.nav-btnBlue:hover {
        background-color: var(--brightway-yellow-color);
        color: #fff;
    }

.nav-menu-links .first-btn-link {
    /* margin: 0 20px 0 40px !important;*/
    margin: 0 20px 0 30px !important;
}

.nav-menu-links .second-btn-link {
    margin: 0 20px 0 0 !important;
}

.nav-menu.responsive .nav-menu-links .second-btn-link {
    margin: 0;
}

@media(max-width: 1200px) {
    .nav-menu .nav-menu-links ul li:not(.btn-link):not(.mobile-indicator) {
        font-size: 0.95em !important;
        padding: 0 13px !important;
    }
}

@media(max-width: 1100px) {
    .nav-menu .nav-menu-links ul li:not(.btn-link):not(.mobile-indicator) {
        font-size: 0.90em !important;
        padding: 0 10px !important;
    }
}

.hero {
    display: flex;
    flex-direction: row;
    position: relative;
    flex-shrink: 0;
}

hero-section-txt hero-triangle-bg {
    padding-bottom: 48px;
}

.hero .hero-banner {
    clear: both;
    margin-top: 10px;
    display: flex;
    background-color: var(--brightway-blue-color);
    color: #fff;
    width: 100%;
}

    .hero .hero-banner .hero-section-txt > h1 {
        width: 75%;
        margin: 50px auto 0 auto;
    }

    .hero .hero-banner .hero-section-txt > p.sub-text {
        width: 75%;
        margin: 10px auto 0 auto;
    }

    .hero .hero-banner .hero-section-txt > .btn-div {
        width: 75%;
        margin: 20px auto;
    }

    .hero .hero-banner .bw-btn {
        margin: 10px auto 0 auto;
        box-shadow: 0 4px 2px -2px gray;
    }

.btn-div .btn {
    box-shadow: 0 4px 2px -2px gray;
}

.hero-banner .banner-img {
    width: 45%;
    object-fit: cover;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .hero-banner .banner-img {
            width: 45%;
            height: 100%;
            object-fit: cover;
        }
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
        .hero-banner .banner-img {
            width: 45%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.hero-section-text {
    width: 40%;
    color: #fff;
    background-color: var(--brightway-blue-color);
    padding-left: 10%;
    float: left;
    height: 98.9%;
}

    .hero-section-text > h1, .hero-section-text > h2 {
        padding-top: 38px;
    }

.hero img.top-left-yellow-tri {
    position: absolute;
    width: 120px;
    top: -10%;
}

.hero-section-text .btn {
    box-shadow: 0 4px 2px -2px gray;
}

.hero-section-img {
    width: 50%;
    overflow: hidden;
}

.content-bg-white > h2 {
    width: 60%;
    margin: 88px auto 48px auto;
}

.content-bg-white {
    background: #fff;
    margin-bottom: 88px;
}

.content-company {
    margin: 88px auto 88px auto;
}

.subBanner-content li {
    text-align: center;
    margin-right: 60px;
}

.subBanner-content span {
    color: var(--brightway-blue-color);
}

    .subBanner-content span.character, .subBanner-content span.countToNumber {
        font-family: 'Open Sans', sans-serif;
        font-size: 2.25em;
        line-height: 1.1;
        font-weight: 700;
        font-style: normal;
    }

.content-bg-bw-blue {
    background: var(--brightway-blue-color);
}

.content-bg-bw-alt-blue {
    background: var(--brightway-blue-alt-color);
    color: #fff;
    padding: 88px 0 88px 0;
}

    .content-bg-bw-alt-blue > h2, .content-bg-bw-alt-blue > h3 {
        margin: 0 0 64px 0;
    }

.content-bg-newsroom {
    background: #F5F5F5;
    padding-top: 88px;
}

    .content-bg-newsroom .lead-message, .content-bg-newsroom .most-recent-news-header {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

.sidebar {
    border: 1px solid #000000;
    background: #673ab7;
}

footer {
    color: #fff;
    background: var(--brightway-blue-alt-color);
}

section {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.flex-container {
    display: flex;
}

footer {
    display: flex;
    flex-direction: column;
}

.history-tool-list {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

    .history-tool-list .history-tool-value {
        background-repeat: no-repeat;
        background-position: center top;
        width: 25%;
        display: inline-block;
        background-size: 150px;
        padding: 180px 10px 10px 10px;
        vertical-align: top;
        margin: 0 5px;
        text-align: center;
    }

@media(max-width: 1025px) {
    .profit-potential .profit-details-split .profit-group {
        flex-direction: column !important;
    }

    .btn {
        margin-top: unset !important;
    }

    .nav-menu-links ul li {
        padding: 10px 0;
    }

    .hero {
        flex-direction: column;
        max-height: unset;
        word-wrap: normal;
    }

        .hero .hero-section-text {
            width: fit-content;
        }

        .hero .hero-section-img {
            margin-top: unset;
            width: 100%;
        }

    .core-value-list {
        display: flex;
        flex-direction: column;
    }

        .core-value-list .core-value {
            display: block;
            width: 100%;
            max-width: 500px;
            margin: 40px auto 0;
            padding: 115px 0 6%;
        }

    .slideshow-container-testimonials-mobile {
        display: block !important;
        position: relative !important;
    }

    .slideshow-container-testimonials, .dot-container {
        display: none !important;
    }

    .content-company .company-history .subBanner-text h3 {
        margin: 0 auto !important;
    }

    .content-company .company-history {
        flex-direction: column;
    }

    .subBanner-text {
        width: 100% !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .subBanner-content {
        width: 100% !important;
        justify-content: center !important;
    }

        .subBanner-content ul {
            flex-direction: column;
        }

    .content-bg-newsroom .newslist {
        flex-direction: column;
        width: auto !important;
    }

    footer .footer-text {
        margin: 40px 40px auto 40px !important;
    }
}

.nav-menu.responsive .nav-menu-links {
    display: flex;
    width: 100%;
}

    .nav-menu.responsive .nav-menu-links ul {
        padding-left: 40px !important;
        align-items: unset;
    }

@media(max-width: 850px) {
    .nav-menu-links .menu-link {
        display: none;
    }

    .nav-menu.responsive {
        flex-direction: column;
    }

        .nav-menu.responsive .nav-menu-links ul {
            flex-direction: column;
        }

        .nav-menu.responsive .nav-menu-links .menu-link {
            display: flex;
        }

        .nav-menu.responsive .nav-menu-links .first-btn-link {
            margin: 0 !important;
            font-size: 20px;
        }

        .nav-menu.responsive .nav-menu-links ul li:not(.btn-link):not(.mobile-indicator) {
            margin: 10px 0 !important;
        }

    .toggle-button {
        display: flex !important;
    }

    nav div:last-of-type:not(.mobile-indicator) {
        margin-left: unset !important;
    }
}

@media(max-width: 700px) {
    .bd-reasons .reasons-list {
        flex-wrap: unset;
        flex-direction: column;
    }

    .footer-navbar ul.footer-ul {
        flex-direction: column !important;
    }
}

.slideshow-container-testimonials {
    position: relative;
    background: var(--brightway-blue-alt-color);
}

.franchise-types-mobile-slide {
    width: 85%;
}

    .franchise-types-mobile-slide .testimonial-slides-mobile-chart {
        padding: unset !important;
        flex: unset !important;
    }

        .franchise-types-mobile-slide .testimonial-slides-mobile-chart .slides {
            flex: unset !important;
            margin: unset !important;
        }

            .franchise-types-mobile-slide .testimonial-slides-mobile-chart .slides .office-agency, .franchise-types-mobile-slide .testimonial-slides-mobile-chart .slides .retail-agency {
                width: unset !important;
                padding: unset !important;
            }

            .franchise-types-mobile-slide .testimonial-slides-mobile-chart .slides img {
                border-radius: unset !important;
            }

    .franchise-types-mobile-slide ul.oa, .franchise-types-mobile-slide ul.ra {
        text-align: initial;
    }

        .franchise-types-mobile-slide ul.oa li, .franchise-types-mobile-slide ul.ra li {
            margin: 10px auto;
            font-family: "Open sans", sans-serif;
            font-weight: 600;
        }

.slideshow-container-testimonials-franchise-chart {
    background: #fff !important;
}

.franchise-types-mobile-slide .slideshow-container-testimonials-franchise-chart {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #888888;
    position: relative !important;
}

.testimonial-slides {
    display: none;
    padding: 0 80px 64px 80px;
    text-align: center;
    flex: 0 0 33.333333%;
    justify-content: center;
}

.slides > img {
    margin-bottom: 20px;
}

.testimonial-slides-mobile-footer, .testimonial-slides-mobile-chart {
    display: none;
    padding: 0 40px 64px 40px;
    text-align: center;
    flex: 0 0 100%;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: var(--brightway-yellow-color);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev-mobile, .next-mobile {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: var(--brightway-yellow-color);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev-mobile-footer, .next-mobile-footer {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: var(--brightway-yellow-color);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.franchise-types-mobile-slide .prev-mobile-chart, .franchise-types-mobile-slide .next-mobile-chart {
    cursor: pointer;
    position: absolute;
    top: 20%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: var(--brightway-yellow-color);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.franchise-types-mobile-slide {
    display: none;
}

.next, .next-mobile-footer, .next-mobile-chart {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover, .next:hover, .prev-mobile-footer:hover, .next-mobile-footer:hover, .prev-mobile-chart:hover, .next-mobile-chart:hover {
        background-color: rgba(0,0,0,0.8);
        color: white;
    }

.dot-container, .dot-container-mobile-footer {
    text-align: center;
    padding: 20px;
    background: var(--brightway-blue-alt-color);
}

.dot-container-mobile-footer {
    display: none !important;
}

.dot, .dot-mobile-footer {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--brightway-blue-alt-color);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: 1px solid #fff;
}

    .active, .dot:hover, .dot-mobile-footer:hover, .mobile-active, .mobile-dot:hover {
        background-color: var(--brightway-yellow-color);
    }

q {
    font-style: italic;
}

.position-name {
    color: var(--brightway-yellow-color);
}

.testimonial-slides .slides, .testimonial-slides-mobile-footer .slides {
    margin: 0 30px;
}

.testimonial-slides .slides {
    width: 300px;
}

    .testimonial-slides .slides img, .testimonial-slides-mobile-footer .slides img {
        border-radius: 50%;
    }

.slideshow-container-testimonials-mobile {
    display: none;
}

.content-company .company-history {
    display: flex;
    margin: 0 5%;
}

.subBanner-text {
    width: 40%;
}

.subBanner-content {
    display: flex;
    width: 60%;
}

    .subBanner-content ul {
        display: flex;
        list-style-type: none;
    }

        .subBanner-content ul li .img-wrap {
            max-width: 175px;
            margin: 0 auto 40px;
        }

            .subBanner-content ul li .img-wrap img {
                display: block;
                width: 100%;
                height: auto;
            }

.content-company .company-history .subBanner-text h3 {
    margin: auto 0 auto 20%;
}

.btn.btn-AltBlue {
    background-color: var(--brightway-blue-alt-color);
    color: #fff;
}

.content-bg-newsroom .newslist {
    width: 85%;
    margin: 0 auto;
    justify-content: center;
}

    .content-bg-newsroom .newslist .news-article {
        max-width: 250px;
        margin: 64px 20px 0 0;
    }

        .content-bg-newsroom .newslist .news-article h3 {
            font-size: 1em;
            color: var(--brightway-blue-color);
            margin: 0 0 10px 0;
        }

            .content-bg-newsroom .newslist .news-article h3 a {
                color: var(--brightway-blue-color);
                line-height: 1.5;
            }

        .content-bg-newsroom .newslist .news-article .article-text {
            line-height: 1.5;
        }

        .content-bg-newsroom .newslist .news-article img {
            width: 250px;
            height: auto;
        }

.content-bg-newsroom .more-articles {
    margin: 64px 0 88px 0;
}

.content-bg-sf-form {
    flex-direction: row;
    margin: 88px 0;
}

.sf-form ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

    .sf-form ul li:not(:last-child) {
        margin: 10px 0;
    }

    .sf-form ul li label {
        color: var(--brightway-blue-alt-color);
        margin: 10px 0;
        font-weight: 700;
    }

    .sf-form ul li.half input, .sf-form ul li.half select, .sf-form ul li.full input:not(.btn), .sf-form ul li.full input:not(.btn-franchise), .sf-form ul li.full select {
        width: 75%;
        border: 0;
        border-bottom: 1px solid var(--brightway-gray-color);
        background: #fff;
    }

.content-bg-sf-form .form-text {
    width: 55%;
    margin: 20px;
}

.content-bg-sf-form .sf-form {
    width: 40%;
}

.content-bg-sf-form .text-about-form {
    margin: 60px 100px 0 100px;
}

    .content-bg-sf-form .text-about-form h2 {
        margin-bottom: 0;
        margin-bottom: 32px;
    }

.sf-form ul li.half {
    display: flex;
    flex-direction: column;
    flex: 50%;
}

.sf-form ul li.full {
    flex: 100%;
}

    .sf-form ul li.full input, .sf-form ul li.full select {
        width: 88%;
        margin-top: 20px;
    }

#franchiseSubmit {
    margin: 20px 0 0px 0;
}

.form-text {
    margin: auto;
}

footer .footer-text {
    padding: 0;
    margin: 0;
    margin: 88px 100px 24px 100px;
}

footer img#footer-logo {
    max-width: 140px;
}

footer .social-media-links {
    margin: 0;
}

    footer .social-media-links a img {
        height: auto;
        max-width: 50px;
        width: 5.0%;
    }

    footer .social-media-links a {
        width: 50px;
    }

        footer .social-media-links a img:hover {
            transform: scale(1.3);
        }

.footer-navbar ul.footer-ul {
    display: flex;
    list-style-type: none;
    color: #fff;
    padding: 0;
    margin: 0;
    margin: 15px 0 22px 0;
}

    .footer-navbar ul.footer-ul li {
        margin-right: 28px;
        font-size: 1.2em;
    }

    .footer-navbar ul.footer-ul a {
        color: #fff;
        text-decoration: none;
    }

        .footer-navbar ul.footer-ul a:hover {
            color: var(--brightway-yellow-color);
            text-decoration: underline;
        }

.content-bg-white.top-leftblue-rightyellow {
    background: #fff;
    margin-bottom: 120px;
}

.content-bg-white > h1 {
    margin: 88px auto 24px auto;
}

.companies-we-represent-header {
    width: 75%;
}

.companies-we-represent-text {
    width: 75%;
    text-align: center;
    margin-bottom: 40px;
    color: var(--dark-grey-on-white-color);
}

    .companies-we-represent-text a {
        color: darkblue;
    }

.options-page-video .options-video-small {
    display: none;
}

.options-page-video .options-video-extra-small {
    display: none;
}

.franchise-header-text {
    width: 75%;
    font-weight: 200;
}

.home-page-video-mobile {
    display: none;
}

.home-page-video-mobile-small {
    display: none;
}

.content-bg-white .lead-message {
    width: 65%;
    text-align: center;
    margin: 0 auto 120px auto;
    color: var(--dark-grey-on-white-color);
}

.sub-lead-message {
    margin: 0 auto 56px auto;
}

.boxed-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 15%;
}

    .boxed-benefits .benefits-item {
        width: 49%;
    }

        .boxed-benefits .benefits-item h3, .boxed-benefits-mobile-slide .benefits-item h3 {
            color: var(--brightway-blue-alt-color);
            font-size: 1.5em;
            height: 20px;
        }

@media(max-width:1500px) {
    .boxed-benefits .benefits-item h3, .boxed-benefits-mobile-slide .benefits-item h3 {
        height: 40px !important;
    }
}

@media(max-width:900px) {
    .boxed-benefits .benefits-item h3, .boxed-benefits-mobile-slide .benefits-item h3 {
        height: unset !important;
    }
}

.boxed-benefits .benefits-item p, .boxed-benefits-mobile-slide .benefits-item p {
    color: var(--dark-grey-on-white-color);
}

.boxed-benefits .benefits-item:nth-child(2) {
    border-left: 1px solid var(--gray-line-border-color);
}

.boxed-benefits .benefits-item:nth-child(3) {
    border-top: 1px solid var(--gray-line-border-color);
}

.boxed-benefits .benefits-item:nth-child(4) {
    border-top: 1px solid var(--gray-line-border-color);
    border-left: 1px solid var(--gray-line-border-color);
}

.boxed-benefits .benefits-item .item {
    margin: 32px 58px;
    padding: 160px 6% 6%;
    background-repeat: no-repeat;
}

.boxed-benefits .benefits-item .item1 {
    background-image: url('/Content/Difference/img/image-support.png');
}

.boxed-benefits .benefits-item .item2 {
    background-image: url('/Content/Difference/img/image-support.png');
}

.boxed-benefits .benefits-item .item3 {
    background-image: url('/Content/Difference/img/image-support.png');
}

.boxed-benefits .benefits-item .item4 {
    background-image: url('/Content/Difference/img/image-support.png');
}

.profit-potential-lead-message {
    font-weight: 200;
    margin-bottom: 20px !important;
}

.content-bg-white.top-leftblue-bottom-rightyellow {
    background: #fff;
    margin-bottom: 120px;
}

.references-icon {
    color: var(--brightway-red-color);
    text-decoration: none;
}

    .references-icon:hover {
        color: var(--brightway-yellow-color);
        transform: scale(1.3);
    }

.profit-potential .profit-details {
    display: flex;
}

.content-bg-white.profit-potential {
    align-items: center;
}

    .content-bg-white.profit-potential > p {
        margin-bottom: 56px;
        color: var(--dark-grey-on-white-color);
        font-weight: 600;
    }

.profit-potential .profit-details .profit-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brightway-blue-alt-color);
    color: #fff;
    width: 265px;
    height: 265px;
    border-radius: 50%;
    margin: 0 18px;
}

.profit-circle p {
    font-family: Rockwell, open-sans;
    font-weight: 600;
    margin: 0;
}

.profit-potential .profit-details .profit-circle p {
    font-size: 1.5em;
    margin: 0;
}

.profit-circle span.profit-potential-numbers {
    font-weight: 900;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
}

.profit-potential .pretax-info {
    width: 65%;
    display: flex;
    background-color: var(--brightway-blue-color);
    color: #fff;
    text-align: center;
    margin: 56px auto 88px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

    .profit-potential .pretax-info p {
        margin: 0 2%;
        font-size: 1.3em;
    }

.profit-details-addtl {
    display: flex;
    width: 95%;
}

.profit-potential .profit-details.split p {
    font-size: 1em;
}

.profit-potential .profit-details-split {
    display: flex;
    flex-direction: column;
    width: 50%;
}

    .profit-potential .profit-details-split .profit-group {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0 auto;
    }

        .profit-potential .profit-details-split .profit-group .first-half, .profit-potential .profit-details-split .profit-group .second-half {
            display: flex;
            flex-direction: row;
        }

    .profit-potential .profit-details-split .profit-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--brightway-blue-alt-color);
        color: #fff;
        width: 175px;
        height: 175px;
        border-radius: 50%;
        margin: 0 2px;
    }

    .profit-potential .profit-details-split:nth-child(2) {
        border-left: 1px solid var(--gray-line-border-color);
    }

.profit-split-p {
    width: 55% !important;
    margin: 20px auto !important;
    text-align: center;
    color: var(--dark-grey-on-white-color);
}

.profit-details-addtl-headers {
    display: flex;
    width: 95%;
}

    .profit-details-addtl-headers .header-split {
        flex: 1;
    }

        .profit-details-addtl-headers .header-split:first-child {
            border-right: 1px solid var(--gray-line-border-color);
        }

.profit-addtl-header-p {
    width: 55% !important;
    margin: 20px auto !important;
    text-align: center;
    color: var(--dark-grey-on-white-color);
    font-weight: 600;
}

@media(max-width: 1023px) {
    .profit-potential .profit-details .profit-circle {
        margin: 5px auto;
    }

    .profit-potential .profit-details {
        display: flex;
        flex-direction: column !important;
    }
}

.award-list-section {
    display: flex;
    justify-content: center;
}

    .award-list-section ul.award-logos {
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        margin: 20px auto;
        padding: 0;
        justify-content: center;
    }

        .award-list-section ul.award-logos li {
            margin: 10px;
        }

        .award-list-section ul.award-logos img {
            width: 75px;
            height: 75px;
        }

.content-bg-white-top-left-blue .award-lead-message {
    color: var(--dark-grey-on-white-color);
    text-align: center;
}

.history-timeline {
    width: 100%;
    height: 300px;
    margin: 56px auto 0 auto;
}

.timeline {
    width: 70%;
    height: 20px;
    list-style: none;
    text-align: justify;
    margin: 80px auto;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0)), color-stop(51%, #CCD1D9), color-stop(57%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, #CCD1D9 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
}

    .timeline:after {
        display: inline-block;
        content: "";
        width: 100%;
    }

    .timeline li {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #F2BB13;
        text-align: center;
        line-height: 1.2;
        position: relative;
        border-radius: 50%;
    }

        .timeline li:nth-child(odd):before {
            top: -40px;
        }

        .timeline li:nth-child(even):before {
            bottom: -40px;
        }

        .timeline li p.year {
            font-family: 'Open sans', sans-serif;
        }

        .timeline li:nth-child(odd) p.year {
            display: inline-block;
            content: attr(data-year);
            position: absolute;
            top: -600%;
            left: 50%;
            transform: translateX(-50%);
            color: var(--brightway-blue-color);
        }

        .timeline li:nth-child(odd) p.txt {
            display: inline-block;
            font-size: 14px;
            position: absolute;
            top: -400%;
            left: 50%;
            transform: translateX(-15%);
            width: 200px;
            text-align: center;
            color: gray;
            text-align: initial;
            font-weight: 600;
        }

        .timeline li:nth-child(even) p.year {
            display: inline-block;
            content: attr(data-year);
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            color: var(--brightway-blue-color);
        }

        .timeline li:nth-child(even) p.txt {
            display: inline-block;
            font-size: 14px;
            position: absolute;
            top: 300%;
            left: 50%;
            transform: translateX(-15%);
            width: 200px;
            text-align: center;
            color: gray;
            text-align: initial;
            font-weight: 600;
        }

        .timeline li:nth-child(odd):after {
            bottom: 0;
            margin-bottom: -10px;
            transform: translate(-50%, 100%);
        }

        .timeline li:nth-child(even):after {
            top: 0;
            margin-top: -10px;
            transform: translate(-50%, -100%);
        }

.content-bg-white-top-left-blue {
    background: #fff;
    padding: 88px 0;
    align-items: center;
}

    .content-bg-white-top-left-blue > h1 {
        margin-bottom: 24px;
        margin-top: 0px;
    }

.history-container {
    display: flex;
    width: 95%;
}

.our-history-header {
    margin-bottom: 56px !important;
    font-weight: 200;
}

.core-values-header {
    margin: 88px auto 20px auto !important;
    font-weight: 200;
}

.core-values-lead-message {
    color: var(--dark-grey-on-white-color);
}

.value-list .value p {
    color: var(--dark-grey-on-white-color);
}

.core-value-list .core-value {
    background-repeat: no-repeat;
    background-position: center top;
    width: 25%;
    display: inline-block;
    padding: 100px 20px 20px 20px;
    vertical-align: top;
}

    .core-value-list .core-value h3 {
        color: var(--brightway-blue-color);
    }

.mandate-header {
    margin-bottom: 24px;
    font-weight: 200;
    width: 75%;
}

.content-bg-gray-top-right-yellow {
    background: var(--light-grey-bg-color);
    padding: 88px 0;
    align-items: center;
}

.content-bg-gray-bottom-left-blue-top-right-yellow {
    background: #F5F5F5;
    padding: 88px 0;
    align-items: center;
}

.content-bg-gray-top-right-yellow > h3 {
    margin-top: 0;
    margin-bottom: 56px;
}

.content-bg-gray-top-right-yellow .leadership-team {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
}

    .content-bg-gray-top-right-yellow .leadership-team .leader {
        flex: 0 0 20%;
        margin: 1%;
        text-align: center;
    }

        .content-bg-gray-top-right-yellow .leadership-team .leader > h3 {
            margin: 10px auto 0px auto;
            text-align: center;
        }

        .content-bg-gray-top-right-yellow .leadership-team .leader p.title {
            text-align: center;
            line-height: 1;
        }

        .content-bg-gray-top-right-yellow .leadership-team .leader img {
            width: 200px;
            height: 293px;
        }

.content-bg-white.top-left-blue-right-yellow {
    background: #fff;
    margin-bottom: 120px;
}

.culture-lead-message {
    text-align: center;
    width: 65%;
    margin: 0 auto 100px auto;
    color: var(--dark-grey-on-white-color);
}

.operating-mandate {
    display: flex;
    margin-bottom: 100px;
}

.mandate-text, .mandate-img {
    display: flex;
}

.mandate-text {
    flex-direction: column;
    justify-content: center;
    width: 60%;
}

    .mandate-text .text {
        display: flex;
        flex-direction: column;
        width: 55%;
        margin: 0 auto;
    }

    .mandate-text p {
        color: var(--dark-grey-on-white-color);
    }

.mandate-img img {
    width: 265px;
    height: 214px;
    margin: 0 auto;
}

.mandate-img-mobile-view img {
    width: 195px;
    height: 144px;
    margin: 0 auto;
}

.mandate-img-mobile-view {
    display: none;
}

.core-values {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

    .core-values .value-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .core-values .value-list .value {
            width: 33.33%;
        }

            .core-values .value-list .value img {
                width: 32%;
            }

            .core-values .value-list .value h3 {
                color: var(--brightway-blue-color);
            }

.content-bg-white-no-arrows {
    display: flex;
    background: #fff;
    margin: 88px auto 88px auto;
}

    .content-bg-white-no-arrows > p, .content-bg-white-no-arrows > h1, .content-bg-white-no-arrows > h2 {
        text-align: center;
        margin: 10px auto;
    }

    .content-bg-white-no-arrows > p {
        color: var(--dark-grey-on-white-color);
    }

    .content-bg-white-no-arrows > a {
        width: 25%;
        margin: 20px auto 0 auto;
    }

.chart-lead-text {
    width: 50%;
    text-align: center;
    margin-bottom: 64px;
}

.franchise-types {
    display: flex;
    width: 75%;
    flex-direction: column;
}

    .franchise-types .charts {
        display: flex;
        flex-direction: row;
    }

    .franchise-types .btn-split {
        display: flex;
        flex-direction: row;
    }

        .franchise-types .btn-split .split {
            width: 50%;
            padding: 40px 0px;
            display: flex;
            justify-content: center;
        }

.franchise-asterisk {
    color: var(--dark-grey-on-white-color);
}

.type-of-agency {
    color: var(--brightway-gray-color);
    text-align: center;
    margin: 0 auto 32px auto;
}

.type-of-agency {
    color: var(--brightway-gray-color);
    text-align: center;
    margin: 32px auto 24px auto;
    font-weight: 200;
}

.type-of-agency-img {
    display: block;
    margin: 0 auto;
}

.office-agency, .retail-agency {
    width: 50%;
    padding: 0 40px;
}

.slides-mobile .office-agency, .slides-mobile .retail-agency {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.slides-mobile .retail-agency {
    border: 0;
}

.retail-agency {
    border-left: 1px solid var(--gray-line-border-color);
}

.franchise-btn {
    display: flex;
    flex-direction: column;
}

    .franchise-btn .franchise-asterisk {
        text-align: center;
        margin: 32px auto 0 auto;
    }

.franchise-types ul.oa, .franchise-types ul.ra {
    list-style: none;
    margin-top: 32px;
}

.franchise-types-mobile-slide ul.oa, .franchise-types-mobile-slide ul.ra {
    list-style: none;
    margin-top: 32px;
    width: 80%;
}

.franchise-types ul.oa li:before, .franchise-types ul.ra li:before {
    content: "\2022";
    color: var(--brightway-blue-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.franchise-types-mobile-slide ul.oa li:before, .franchise-types-mobile-slide ul.ra li:before {
    content: "\2022";
    color: var(--brightway-blue-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.franchise-types ul.oa li, .franchise-types ul.ra li {
    margin: 20px auto;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.franchise-btn .btn {
    width: 50%;
    margin: 32px auto 0 auto;
}

.franchise-types-mobile-slide .franchise-btn .btn {
    margin: 24px auto 48px auto;
}

.products-we-sell {
    display: flex;
    flex-direction: column;
    background-color: var(--products-we-sell-bg-color);
    width: 100%;
}

    .products-we-sell .products-section {
        margin: 0 auto;
    }

        .products-we-sell .products-section .products-header {
            text-align: center;
            margin: 88px auto 56px auto;
        }

    .products-we-sell > h2, .products-we-sell > h3 {
        text-align: center;
    }

    .products-we-sell .products {
        display: flex;
        width: 85%;
        margin: 0 auto 88px auto;
    }

        .products-we-sell .products ul.product-list {
            display: flex;
            list-style-type: none;
            flex-wrap: wrap;
            margin: 0;
            padding: 0;
            justify-content: center;
        }

            .products-we-sell .products ul.product-list a {
                color: var(--brightway-blue-alt-color);
                font-weight: 600;
                text-decoration: none;
                display: grid;
            }

                .products-we-sell .products ul.product-list a img {
                    width: 80px;
                }

                .products-we-sell .products ul.product-list a .item-text {
                    text-align: center;
                }

                .products-we-sell .products ul.product-list a:hover {
                    text-decoration: underline;
                }

        .products-we-sell .products .product-list li {
            display: inline-block;
        }

        .products-we-sell .products .product-list .item {
            margin: 20px 20px;
        }

            .products-we-sell .products .product-list .item:hover {
                background-color: #fff;
                transform: scale(1.2);
                box-shadow: 0px 0px 5px 0px #888888;
            }

.product-list .item .text {
    display: flex;
    justify-content: center;
}

.products-we-sell .products .product-list .item.home {
    background-image: url('/Content/Difference/img/BW_Product_Icons_Home.png');
}

.products-we-sell .products .product-list .item.flood {
    background-image: url('/Content/Difference/img/BW_Product_Icons_Flood.png');
}

.products-we-sell .products .product-list .item.renters {
    background-image: url('/Content/Difference/img/BW_Product_Icons_Renters.png');
}

.products-we-sell .products .product-list .item.personal-articles {
    background-image: url('/Content/Difference/img/BW_Product_Icons_Personal_articles.png');
}

.products-we-sell .products .product-list .item.auto {
    background-image: url('/Content/Difference/img/BW_Product_Icons_Auto.png');
}

.products-we-sell .products .product-list .item.rv {
    background-image: url('/Content/Difference/img/BW_Product_Icons_RV.png');
}

.products-we-sell .products .product-list .item.motorcycle {
    background-image: url('/Content/Difference/img/BW_Product_Icons_Motorcycle.png');
}

.products-we-sell .products .product-list .item.boat {
    background-image: url('/Content/Difference/img/BW_Product_Icons_Boat.png');
}

.products-we-sell .products .product-list .item.life {
    background-image: url('/Content/Difference/img/BW_Product_Icons_Life.png');
}

.products-we-sell .products .product-list .item.umbrella {
    background-image: url('/Content/Difference/img/BW_Product_Icons_Umbrella.png');
}

.products-we-sell .products .product-list .item.commercial {
    background-image: url('/Content/Difference/img/BW_Product_Icons_Commercial_Business.png');
}

.companies-we-represent {
    display: flex;
    justify-content: center;
}

    .companies-we-represent .company-list {
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        justify-content: center;
    }

        .companies-we-represent .company-list img {
            flex: 0 0 20%;
            margin: 1%;
            width: 200px;
        }

.path-to-partnership-header {
    margin-bottom: 68px !important;
    width: 85%;
}

.path-to-partnership-items {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
}

    .path-to-partnership-items .item {
        width: 50%;
        margin: 48px 0 0 0;
        display: flex;
        flex-direction: row;
    }

        .path-to-partnership-items .item .path-circle {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--brightway-blue-alt-color);
            color: #fff;
            width: 75px;
            height: 75px;
            border-radius: 50%;
            margin: 0 18px;
        }

        .path-to-partnership-items .item .circle-image {
            width: 75px;
            height: auto;
            margin: 0 18px;
        }

            .path-to-partnership-items .item .circle-image img {
                width: 75px;
                height: auto;
            }

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .path-to-partnership-items .item .path-circle {
            display: unset;
            align-items: center;
            justify-content: center;
            background-color: var(--brightway-blue-alt-color);
            color: #fff;
            width: 75px;
            height: 75px;
            border-radius: 50%;
            margin: 0 18px;
        }
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
        .path-to-partnership-items .item .path-circle {
            display: unset;
            align-items: center;
            justify-content: center;
            background-color: var(--brightway-blue-alt-color);
            color: #fff;
            width: 75px;
            height: 75px;
            border-radius: 50%;
            margin: 0 18px;
        }
    }
}

.path-to-partnership-items .item .path-circle p {
    font-family: "Rockwell", sans-serif;
    font-weight: bold;
    justify-content: center;
    color: var(--brightway-yellow-color);
    font-size: 3.5em;
    margin: 0;
    padding: 0;
    width: 75px;
    text-align: center;
}

.path-to-partnership-items .item .text h3 {
    margin: 0 0 20px 0;
}

.path-to-partnership-items .item .text p {
    margin: 0;
}

.content-bg-white.newsroom > h1 {
    margin: 88px auto 16px auto;
}

.newsroom a {
    color: var(--brightway-blue-color);
    padding-left: 0;
}

.newsroom .news {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 75%;
}

    .newsroom .news .preview-text {
        width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .newsroom .news .featured-articles ul.featured-news-list {
        display: flex;
        flex-direction: column;
        list-style-type: none;
        border-bottom: 1px solid var(--gray-line-border-color);
    }

    .newsroom .news .articles ul.news-list {
        display: flex;
        flex-direction: column;
        list-style-type: none;
    }

        .newsroom .news .featured-articles ul.featured-news-list li:not(:last-child), .newsroom .news .articles ul.news-list li:not(:last-child) {
            margin-bottom: 48px;
        }

        .newsroom .news .featured-articles ul.featured-news-list li:last-child, .newsroom .news .articles ul.news-list li:last-child {
            margin-bottom: 88px;
        }

        .newsroom .news .featured-articles ul.featured-news-list li.item, .newsroom .news .articles ul.news-list li.item {
            display: flex;
            flex-direction: initial;
        }

        .newsroom .news .featured-articles ul.featured-news-list .img-wrap, .newsroom .news .articles ul.news-list .img-wrap {
            width: 50%;
            padding-bottom: 32px;
        }

        .newsroom .news .featured-articles ul.featured-news-list li .text-wrap, .newsroom .news .articles ul.news-list li .text-wrap {
            width: 50%;
            padding-bottom: 32px;
        }

        .newsroom .news .featured-articles ul.featured-news-list li:not(:last-child) .text-wrap, .newsroom .news .articles ul.news-list li:not(:last-child) .text-wrap {
            border-bottom: 1px solid var(--gray-line-border-color);
        }

        .newsroom .news .featured-articles ul.featured-news-list .text-wrap > h3, .newsroom .news .articles ul.news-list .text-wrap > h3 {
            margin-bottom: 12px;
            margin-top: 0;
        }

        .newsroom .news .featured-articles ul.featured-news-list .text-wrap > p, .newsroom .news .articles ul.news-list .text-wrap > p {
            margin-top: 24px;
            margin-bottom: 20px;
        }

        .newsroom .news .featured-articles ul.featured-news-list .text-wrap .btn, .newsroom .news .articles ul.news-list .text-wrap .btn {
            padding: 5px 0;
            text-decoration: underline;
            color: var(--brightway-blue-color);
        }

    .newsroom .news .articles {
        margin: 88px 0 0 0;
    }

        .newsroom .news .articles > h3 {
            margin: 0 0 64px 0;
        }

.newsroom .news-pages {
    display: flex;
    width: 75%;
    margin: 0 auto;
    border-bottom: 1px solid gray;
}

    .newsroom .news-pages .pagination {
        display: flex;
        text-align: center;
        margin: 0 auto;
        list-style-type: none;
        padding: 0;
    }

        .newsroom .news-pages .pagination li {
            padding: 0;
            margin: 0 0 20px;
        }

            .newsroom .news-pages .pagination li a {
                padding: 0 10px;
            }

                .newsroom .news-pages .pagination li a:hover {
                    color: white;
                    background-color: var(--brightway-blue-color);
                }

.newsroom .news-bottom-info-text {
    display: flex;
    width: 75%;
    margin: 88px auto 0 auto;
    text-align: center;
}

.faqs .faqs-detail {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 70%;
    margin-bottom: 48px;
}

.faqs-header {
    width: 70%;
    margin: 48px auto 28px auto;
}

.faqs-detail > h2 {
    margin: 0;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
}

}

.content-bg-white.faqs > h1 {
    margin: 88px auto 24px 15%;
}

.faqs-detail .faqs-list li.item h3.toggle-answer {
    color: var(--brightway-blue-color);
    display: inline;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

    .faqs-detail .faqs-list li.item h3.toggle-answer:hover {
        color: var(--brightway-yellow-color);
        cursor: pointer;
    }

.faqs-detail .faqs-list {
    padding: 0;
}

    .faqs-detail .faqs-list li.item {
        list-style-type: none;
        border-bottom: 1px solid #d3d3d3;
        padding: 20px;
    }

        .faqs-detail .faqs-list li.item:before {
            content: "+";
            margin-right: 4px;
        }

.newsroom .news h3 {
    margin-top: 0;
}

.newsroom .news p {
    margin-top: 24px;
    line-height: 1 !important;
}

img.latest-news-img {
    width: 65%;
    height: auto;
}

img.news-img {
    width: 65%;
    height: auto;
}

.newsroom .news time {
    font-size: 1.2em;
}

.boxed-benefits-mobile-slide {
    width: 85%;
    display: none;
    margin: 0 auto;
}

.slideshow-container-mobile {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #888888;
    position: relative !important;
    background: #fff !important;
}

.slides-mobile {
    display: none;
    padding: 20px;
    text-align: center;
    flex: 0 0 100%;
}

    .slides-mobile .slides .benefits-item img {
        width: 205px;
        margin: 32px auto 0 auto;
    }

    .slides-mobile .slides .benefits-item h3 {
        margin: 32px auto 16px auto;
    }

.mobile-prev, .mobile-next {
    cursor: pointer;
    position: absolute;
    /* top: 30%;*/
    top: 100%;
    width: auto;
    /*    margin-top: -30px;*/
    margin-top: 0px;
    padding: 16px;
    color: var(--brightway-blue-alt-color);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.mobile-prev-options, .mobile-next-options {
    cursor: pointer;
    position: absolute;
    /* top: 30%;*/
    /*   top: 100%;*/
    /*   bottom: -51%;*/
    /*    bottom: -60%;*/
    width: auto;
    /*    margin-top: -30px;*/
    margin-top: 0px;
    padding: 16px;
    color: var(--brightway-blue-alt-color);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.dot-btns {
    margin-top: 20px;
}

.mobile-prev-options {
    left: 10%;
}

.mobile-next-options {
    right: 10%;
}

.mobile-next {
    position: absolute;
    /*right: 0;*/
    right: 0;
    border-radius: 3px 0 0 3px;
}

.mobile-prev {
    left: 0;
}


.mobile-dot-container {
    display: none;
    text-align: center;
    margin: 20px auto;
    background: #fff;
}

.mobile-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: 1px solid var(--brightway-gray-color);
}

    .active, .mobile-dot:hover, .mobile-dot:hover {
        background-color: var(--brightway-blue-color);
    }

.timeline-container {
    display: none;
    width: 80%;
    padding: 50px 0;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}

    .timeline-container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 100%;
        background: #CCD1D9;
        z-index: 1
    }

.timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
}

.timeline-block-right {
    float: right;
}

.timeline-block-left {
    float: left;
    direction: rtl
}

.marker {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #F5F7FA;
    background: var(--brightway-yellow-color);
    ba margin-top: 10px;
    z-index: 9999
}

.timeline-content {
    width: 95%;
    padding: 0 15px;
    color: #666
}

    .timeline-content h3 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 25px;
        font-weight: 600;
        color: var(--brightway-blue-color);
    }

    .timeline-content span {
        font-size: 15px;
        color: #a4a4a4;
    }

    .timeline-content p {
        font-size: 16px;
        line-height: 1.5em;
        word-spacing: 1px;
        color: #888;
        font-weight: 600;
    }

.home-page-video {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .bw-btn {
        padding: 10px 20px;
    }

    .timeline-container:before {
        left: 8px;
        width: 2px;
    }

    .timeline-block {
        width: 100%;
        margin-bottom: 30px;
    }

    .timeline-block-right {
        float: none;
    }

    .timeline-block-left {
        float: none;
        direction: ltr;
    }
}

.news-footer-split {
    position: relative;
}

    .news-footer-split img.bottom-left-blue-tri {
        position: absolute;
        width: 15%;
        max-width: 180px;
        top: 50%;
    }

@media(max-width: 1025px) {
    .dot-container-mobile-footer {
        display: block !important;
    }

    .testimonial-slides .slides, .testimonial-slides-mobile-footer .slides {
        margin: 0 15px;
    }

    .news-footer-split img.bottom-left-blue-tri {
        position: absolute;
        width: 17%;
        top: 75%;
    }

    .path-to-partnership-items {
        height: auto;
    }

        .path-to-partnership-items .item {
            width: unset;
        }
}

.company-history .subBanner-content .character {
    color: var(--brightway-blue-color);
}

.company-history .subBanner-content .heading {
    color: #000;
    font-size: 1.2em;
}

.company-history .copy {
    font-family: Rockwell, sans-serif;
}

.toggle-button {
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    z-index: 1;
    margin: 0 40px;
}

    .toggle-button .bar {
        display: block;
        position: relative;
        height: 3px;
        width: 100%;
        margin: 0 auto 5px;
        background-color: var(--brightway-blue-color);
        border-radius: 10px;
        transition: -webkit-transform 0.25s ease-in-out,-moz-transform 0.25s ease-in-out,-o-transform 0.25s ease-in-out,transform 0.25s ease-in-out, opacity 0.25s ease-in-out, width 0.25s ease-in-out, top 0.25s ease-in-out;
    }

    .toggle-button.active-mobile span.bar {
        opacity: 0;
        width: 30px;
    }

        .toggle-button.active-mobile span.bar:first-child {
            opacity: 1;
            transform: rotate( 45deg);
            top: 13px;
        }

        .toggle-button.active-mobile span.bar:last-child {
            opacity: 1;
            transform: rotate( -45deg);
            top: -2px;
        }

@media(max-width: 1200px) {
    .history-timeline {
        display: none;
    }

    .timeline-container {
        display: block;
    }

    .our-history-header {
        margin-bottom: 26px !important;
    }
}

@media(max-width: 1150px) and (min-width: 1020px ) {
    .profit-potential .profit-details-split .profit-circle {
        width: 165px;
        height: 165px;
    }
}

.profit-details-addtl-headers .header-split .profit-addtl-header-p {
    display: block;
}

.profit-split-p {
    display: none;
}

@media(max-width:1025px) {
    .core-value-list .core-value {
        width: 75%;
    }

    .testimonial-slides .slides {
        width: unset !important;
    }

    .subBanner-content li {
        margin-bottom: 20px !important;
    }

    .news-article .image {
        display: flex;
        justify-content: center;
    }

    .content-bg-white, .content-bg-newsroom {
        background-size: 140px, 140px;
        margin-bottom: 68px;
    }

        .content-bg-newsroom .newslist .news-article {
            max-width: 50%;
            margin: 40px auto;
        }

            .content-bg-newsroom .newslist .news-article h3 {
                margin: 10px auto !important;
            }

            .content-bg-newsroom .newslist .news-article .art-text {
                text-align: center;
            }

            .content-bg-newsroom .newslist .news-article img {
                width: 350px !important;
                height: 250px !important;
            }

        .content-bg-white > h1 {
            margin: 64px auto 24px auto;
        }

        .content-bg-white .lead-message {
            margin: 0 auto 64px auto !important;
        }

    .sub-lead-message {
        margin: 48px auto 48px auto !important;
    }

    .boxed-benefits {
        margin: 0 5% !important;
    }

        .boxed-benefits .benefits-item .item {
            margin: 32px 32px !important;
            padding: 150px 1% 1% !important;
        }

    .content-bg-white.top-leftblue-rightyellow {
        margin-bottom: 64px;
        background-size: 180px, 160px !important;
    }

    .content-bg-white.top-leftblue-bottom-rightyellow {
        background-size: 120px, 100px !important;
        margin-bottom: 64px !important;
    }

    p.annual-gross-sub {
        margin: 24px auto auto auto;
    }

    .content-bg-white.profit-potential > p {
        margin-bottom: 48px !important;
        width: 60% !important;
    }

    .profit-potential .pretax-info {
        margin: 48px auto 48px auto !important;
    }

    .profit-potential .profit-details-split .profit-circle {
        width: 165px !important;
        height: 165px !important;
        margin: 5px auto !important;
    }

    .content-bg-sf-form .form-text {
        width: 45% !important;
    }

    .content-bg-sf-form .text-about-form {
        margin: 0 0 0 40px !important;
    }
}

@media(max-width: 1000px) {
    .hero .hero-banner {
        flex-direction: column !important;
    }

    .hero-banner .banner-img {
        width: 100% !important;
    }
}

#franchise-div-btn-mobile {
    display: none;
}

@media( max-width: 769px) {
    .newsroom .news .featured-articles ul.featured-news-list, .newsroom .news .articles ul.news-list {
        padding: 0;
    }

    .content-bg-white-top-left-blue {
        padding: 64px 0;
    }

    .footer-navbar ul.footer-ul li {
        margin: 24px 0;
    }

    footer .social-media-links a img {
        width: 48px;
    }

    .content-company {
        margin: 48px auto 48px auto;
    }

    .bd-reasons .reasons-list {
        width: 95%;
        margin: 0 auto;
    }

    .mandate-header {
        width: 100%;
    }

    .history-tool-list {
        flex-direction: column;
    }

        .history-tool-list .history-tool-value {
            width: 50%;
            background-size: 150px;
            padding: 160px 10px 10px 10px;
            vertical-align: top;
            text-align: center;
            margin: 20px auto;
        }

            .history-tool-list .history-tool-value:last-child {
                margin-bottom: 0px;
            }

    .content-bg-white > h2 {
        margin: 68px auto 0px auto !important;
    }

    .newsroom .news .featured-articles ul.featured-news-list .img-wrap, .newsroom .news .articles ul.news-list .img-wrap {
        margin-left: 0 !important;
    }

    ..newsroom .news .featured-articles ul.featured-news-list, .newsroom .news .articles ul.news-list {
        margin: 0 !important;
        padding: 0 !important;
    }

    .toggle-button {
        margin: 0 20px;
    }

    .nav-menu-links .second-btn-link {
        margin: 0;
    }

    .nav-menu.responsive .nav-menu-links ul li a {
        font-size: 20px;
        font-weight: 600;
    }

    .nav-menu.responsive .nav-menu-links .second-btn-link {
        margin: 0 !important;
        font-size: 20px
    }

    .nav-menu-links ul li.btn-link a {
        font-size: 0.8em !important;
    }

    .news-footer-split img.bottom-left-blue-tri {
        position: absolute;
        width: 17%;
        top: 72%;
    }

    .culture-lead-message {
        margin: 0 auto 88px auto;
    }

    .operating-mandate {
        margin-bottom: 156px;
        flex-direction: column;
        margin: 0 auto;
    }

    .mandate-img {
        display: none;
        width: unset;
        margin-bottom: 24px;
    }

    .mandate-img-mobile-view {
        display: flex;
        width: unset;
        margin-bottom: 24px;
    }

    .mandate-text {
        width: unset;
        margin-bottom: 88px;
    }

    .core-values > h3 {
        margin-bottom: 32px;
        margin-top: 0;
    }

    .content-bg-white.top-left-blue-right-yellow {
        background-size: 100px, 100px;
        margin-bottom: 48px;
    }

    .home-page-video {
        display: none !important;
    }

    .home-page-video-mobile {
        display: flex !important;
        margin: 20px auto 0 auto !important;
    }

    .prev, .next {
        display: none !important;
    }

    .prev-mobile, .next-mobile, .prev-mobile-chart, .next-mobile-chart {
        display: block !important;
    }

    .content-bg-sf-form {
        flex-direction: column !important;
    }

        .content-bg-sf-form .form-text {
            width: 100% !important;
            margin: unset !important;
        }

        .content-bg-sf-form .sf-form {
            width: 100% !important;
        }

    .profit-potential .profit-details-split .profit-group .first-half, .profit-potential .profit-details-split .profit-group .second-half {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }

    .sf-form ul li.full:last-child {
        display: flex !important;
        margin-top: 10px;
    }

    .content-bg-white-no-arrows {
        margin: 64px auto !important;
    }

    .content-bg-gray-bottom-left-blue-top-right-yellow {
        background-size: 100px, 100px !important;
        padding: 64px 0 !important;
    }

    #franchise-div-btn {
        display: none;
    }

    #franchise-div-btn-mobile {
        display: block;
    }

    .chart-lead-text {
        margin-top: 20px;
        margin-bottom: 48px !important;
    }

    .franchise-asterisk {
        margin-bottom: 24px !important;
    }

    .options-page-video {
        margin: 48px auto 0 auto !important;
    }

    .products-we-sell .products-section .products-header {
        margin: 64px auto 48px auto !important;
    }

    .products-we-sell {
        padding-bottom: 64px !important;
    }

    .content-bg-gray-top-right-yellow {
        background-size: 100px !important;
        padding: 64px 0 !important;
    }

    .content-bg-white-top-left-blue {
        background-size: 100px !important;
        padding: 64px 0 !important;
    }

    .path-to-partnership-header {
        margin-bottom: 48px !important;
    }

    .content-bg-white.newsroom > h1 {
        margin: 64px auto 24px 20%;
    }

    .newsroom .news .articles {
        margin: 64px 0 0 0 !important;
    }

        .newsroom .news .articles > h3 {
            margin: 0 0 48px 0;
        }

    .newsroom .news-bottom-info-text {
        margin: 64px auto 0 auto !important;
    }

    .newsroom .news .featured-articles ul.featured-news-list li:last-child, .newsroom .news .articles ul.news-list li:last-child {
        margin-bottom: 64px !important;
    }

    .newsroom .news-pages .pagination li a {
        padding: 0 5px !important;
    }

    .newsroom .news .featured-articles ul.featured-news-list .img-wrap, .newsroom .news .articles ul.news-list .img-wrap {
        width: unset !important;
    }

    .newsroom .news .featured-articles ul.featured-news-list li .text-wrap, .newsroom .news .articles ul.news-list li .text-wrap {
        width: unset !important;
    }

    .content-bg-white.top-leftblue-bottom-rightyellow {
        background-size: 90px, 90px !important;
        margin-bottom: 48px !important;
    }
}

@media(max-width: 700px) {
    .content-bg-white.top-leftblue-rightyellow {
        background-size: 140px, 100px !important;
    }

    .sub-lead-message {
        width: 85% !important;
        text-align: center;
    }

    .boxed-benefits {
        display: none;
    }

    .boxed-benefits-mobile-slide {
        display: flex;
    }

    /*    .mobile-dot-container {
        display: flex;
    }*/
}

@media(max-width: 600px) {
    .options-page-video .options-video-large {
        display: none;
    }

    .options-page-video .options-video-small {
        display: flex;
    }

    /*    .franchise-types {
        display: none !important;
    }

    .franchise-types-mobile-slide {
        display: flex !important;
    }*/
}

@media(max-width:530px) {
    .nav-menu:not(.responsive) .btn-link.first-btn-link {
        display: none !important;
    }

    .content-bg-white.top-leftblue-bottom-rightyellow {
        background-size: 80px, 80px !important;
        margin-bottom: 48px !important;
    }
}

@media( max-width: 426px) {
    .newsroom .news .articles {
        margin: 48px 0 0 0 !important;
    }

    .profit-details-addtl-headers .header-split .profit-addtl-header-p {
        display: none;
    }

    .profit-split-p {
        height: auto;
        display: block;
    }

    .bd-reasons .reasons-list .reasons-item .item {
        margin: 0 5%;
    }

    .faqs .faqs-detail {
        width: 90%;
    }

    .faqs-detail .faqs-list li.item h3.toggle-answer {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
    }

    .content-bg-white-top-left-blue {
        padding: 48px 0;
    }

    .content-bg-white.top-leftblue-bottom-rightyellow {
        background-size: 80px, 80px !important;
    }

    footer .footer-text {
        text-align: center;
    }

    footer .social-media-links {
        display: flex;
        justify-content: center;
    }

    .content-bg-newsroom .more-articles {
        margin: 32px 0 48px 0;
    }

    .content-bg-newsroom .newslist .news-article {
        margin: 20px auto;
    }

    .testimonial-slides-mobile-footer, .testimonial-slides-mobile-chart {
        padding: 0 20px 64px 20px;
    }

    .content-bg-white, .content-bg-newsroom {
        background-size: 80px, 80px;
        padding-top: 48px;
        margin-bottom: 48px;
    }

    .content-bg-gray-top-right-yellow > h3 {
        width: 75%;
    }

    .culture-lead-message {
        margin: 0 auto 72px auto;
    }

    .mandate-text {
        margin-bottom: 72px;
        text-align: center;
    }

    .content-bg-white > h2 {
        margin: 32px auto 0 auto !important;
        margin-bottom: 32px;
    }

    .news-footer-split img.bottom-left-blue-tri {
        position: absolute;
        width: 20%;
        top: 66%;
    }

    .award-list-section {
        margin-top: 48px;
    }

    .timeline-container {
        padding: 0;
    }

    .content-bg-white.top-left-blue-right-yellow {
        background-size: 80px, 80px;
        margin-bottom: 32px;
    }

    .core-values .value-list {
        flex-direction: column;
    }

        .core-values .value-list .value {
            width: unset;
            margin-bottom: 16px;
        }

            .core-values .value-list .value h3 {
                margin-bottom: 0;
            }

    p.annual-gross-sub {
        width: 65%;
    }

    .testimonial-slides-mobile-chart {
        display: block !important;
    }

    .content-bg-newsroom .newslist .news-article {
        max-width: 70% !important;
    }

        .content-bg-newsroom .newslist .news-article img {
            width: 319px !important;
            height: 209px !important;
        }

    .content-bg-white > h1 {
        margin: 48px auto 16px auto;
    }

    .content-bg-white .lead-message {
        margin: 0 auto 48px auto !important;
    }

    .content-bg-white.top-leftblue-rightyellow {
        margin-bottom: 48px !important;
        background-size: 100px, 80px !important;
        background-position: left 0px top -50px, right 0px top 10% !important;
    }

    .content-bg-white.top-leftblue-bottom-rightyellow {
        background-size: 80px, 80px !important;
        margin-bottom: 48px !important;
    }

    .profit-potential .profit-details {
        flex-direction: column !important;
    }

    .profit-details-addtl {
        flex-direction: column !important;
    }

    .profit-potential .profit-details .profit-circle {
        width: 225px !important;
        height: 225px !important;
    }

        .profit-potential .profit-details .profit-circle:not(:last-child) {
            margin-bottom: 12px !important;
        }

    .profit-potential .pretax-info {
        margin: 32px auto 48px auto !important;
    }

    .profit-potential .profit-details-split {
        width: 100% !important;
        margin-bottom: 32px !important;
    }

        .profit-potential .profit-details-split:nth-child(2) {
            border-left: 0 !important;
        }

    .content-bg-sf-form {
        margin: 48px auto !important;
    }

        .content-bg-sf-form .text-about-form {
            text-align: unset !important;
        }

    .sf-form ul {
        flex-wrap: unset !important;
        flex-direction: column !important;
        width: 90% !important;
    }

        .sf-form ul li.full input, .sf-form ul li.full select {
            width: 75% !important;
            margin: 10px auto !important;
        }

            .sf-form ul li.full input[type="submit"] {
                width: 75% !important;
            }

        .sf-form ul li.full:last-child {
            display: unset !important;
            justify-content: unset !important;
        }

    .faqs-list .answer.body-copy p {
        margin-top: 10px;
        color: var(--dark-grey-on-white-color);
    }

    .content-bg-white-no-arrows {
        margin: 48px auto !important;
    }

    .content-bg-gray-bottom-left-blue-top-right-yellow {
        background-size: 60px, 60px !important;
        padding: 48px 0 !important;
    }

    .products-we-sell {
        padding-bottom: 48px !important;
    }

        .products-we-sell .products-section .products-header {
            margin: 48px auto 32px auto !important;
        }

    .content-bg-gray-top-right-yellow {
        background-size: 60px !important;
        padding: 48px 0 !important;
    }

    .companies-we-represent-text {
        margin-bottom: 32px;
    }

    .companies-we-represent .company-list img {
        flex: 0 0 40% !important;
    }

    .content-bg-white-top-left-blue {
        background-size: 60px !important;
        padding: 48px 0 !important;
    }

    .path-to-partnership-items {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: unset !important;
        grid-template-rows: unset !important;
        grid-auto-flow: unset !important;
        width: 90%;
    }

        .path-to-partnership-items .item .path-circle {
            width: 50px;
            height: 50px;
        }

            .path-to-partnership-items .item .path-circle p {
                font-size: 2.5em;
            }

    .chart-lead-text {
        margin-bottom: 32px !important;
    }
}

@media(max-width: 376px) {
    .products-we-sell .products {
        display: flex;
        width: unset;
        margin: unset;
    }

    .news-footer-split img.bottom-left-blue-tri {
        top: 63%;
    }

    .newsroom .news-pages .pagination {
        flex-wrap: wrap;
    }
}

@media (max-width: 320px) {
    .content-bg-white.top-leftblue-rightyellow {
        margin-bottom: 48px !important;
        background-size: 70px, 70px !important;
        background-position: left 0px top -30px, right 0px bottom 0% !important;
    }

    .profit-potential .profit-details .profit-circle p {
        font-size: 1.4em;
    }
}

h2, .h2-style {
    font-size: 28px;
    font-family: 'Rockwell', sans-serif;
    font-weight: bold;
}

.h2-style-rock {
    font-size: 38px;
    font-family: 'Rockwell', sans-serif;
    font-weight: bold;
}

.header-copy-style {
    font-family: 'Rockwell', sans-serif;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}

@media(max-width: 426px) {
    .header-copy-style {
        font-size: 22px;
    }
}

@media(max-width: 426px) {
    h2, .h2-style {
        font-size: 22px;
    }
}

input, select, textarea, .body-copy {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
}

    input[type="submit"], .label-font, .company-history .copy {
        font-family: 'Rockwell', sans-serif;
    }

.hero-section-img-subpage img {
    max-height: 500px;
    object-fit: cover;
    width: -moz-available;
    width: -webkit-fill-available;
}

img.latest-news-image, img.news-image {
    /*width: 550px; */
    /*height:351px;*/
    height: auto;
    padding-right: 40px;
    max-width: 536px;
    width: 100%;
    height: 100%;
}

@media(max-width: 1100px) {
    .featured-news-list .item, .news-list .item {
        flex-direction: column !important;
    }

    .newsroom .news .featured-articles ul.featured-news-list li .text-wrap, .newsroom .news .articles ul.news-list li .text-wrap {
        width: unset !important;
        padding-top: 10px;
    }

    img.latest-news-image, img.news-image {
        width: 100%;
        max-width: 536px;
        height: auto;
    }
}

@media(max-width: 769px) {
    .newsroom .news .featured-articles ul.featured-news-list .text-wrap > h3, .newsroom .news .articles ul.news-list .text-wrap > h3 {
        margin-top: 20px;
        width: 75%;
    }
}

@media(max-width: 445px) {
    .profit-potential .profit-details .profit-circle p {
        font-size: 1.42em;
    }
}

@media(max-width: 425px) {
    .nav-menu:not(.responsive) .nav-menu-links .btn-link.second-btn-link a {
        font-size: 1em !important;
    }

    .nav-bw-logo {
        margin-left: 10px;
    }

    .nav-menu.responsive .nav-bw-logo {
        margin-left: 40px;
    }

    .content-bg-sf-form.flex-container p.body-copy {
        width: 95%;
    }
}

@media(max-width: 350px) {
    .options-page-video .options-video-small {
        display: none;
    }

    .options-page-video .options-video-extra-small {
        display: flex;
    }

    .home-page-video-mobile {
        display: none !important;
    }

    .home-page-video-mobile-small {
        display: flex !important;
        margin: 20px auto 0 auto !important;
    }
}

.bd-sitemap {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
}

    .bd-sitemap a {
        color: var(--brightway-blue-color);
    }

        .bd-sitemap a:hover {
            color: var(--brightway-yellow-color);
        }

.general-page {
    width: 75%;
    margin: 68px auto 0 auto;
}

.faqs-list .answer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: var(--dark-grey-on-white-color);
}

.faqs-list .answer ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: var(--dark-grey-on-white-color);
}

.btn-franchise {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    background-clip: padding-box;
    text-decoration: none;
    cursor: pointer;
    font-weight: 200;
    padding: 10px 40px;
    margin-top: -10px;
    width: unset !important;
}

    .btn-franchise.btn-AltBlue {
        background-color: var(--brightway-blue-alt-color) !important;
        color: #fff;
    }

        .btn-franchise.btn-AltBlue:hover {
            background-color: var(--brightway-blue-color) !important;
            color: #fff;
        }

    .btn-franchise.btn-Blue {
        background-color: var(--brightway-blue-color) !important;
        color: #fff;
    }

        .btn-franchise.btn-Blue:hover {
            background-color: var(--brightway-blue-alt-color) !important;
            color: #fff;
        }

.containerNarrow .row {
    width: 90%;
}

.row {
    width: 100%;
    position: relative;
    margin: 0 auto;
    *zoom: 1;
}

    .row:before, .row:after {
        content: "";
        display: table;
    }

.modalOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: scale(0) translateX(50%) translateY(50%);
    -moz-transform: scale(0) translateX(50%) translateY(50%);
    -o-transform: scale(0) translateX(50%) translateY(50%);
    -ms-transform: scale(0) translateX(50%) translateY(50%);
    transform: scale(0) translateX(50%) translateY(50%);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    -moz-transition: -moz-transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    -o-transition: -o-transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out,-moz-transform 0.15s ease-in-out,-o-transform 0.15s ease-in-out,transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    z-index: 9999;
}

    .modalOverlay.open {
        -webkit-transform: scale(1) translateX(0px) translateY(0);
        -moz-transform: scale(1) translateX(0px) translateY(0);
        -o-transform: scale(1) translateX(0px) translateY(0);
        -ms-transform: scale(1) translateX(0px) translateY(0);
        transform: scale(1) translateX(0px) translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .modalOverlay .videoWrap {
        position: absolute;
        width: 70%;
        height: 0;
        padding-bottom: 39.4%;
        left: 15%;
        top: 10%;
    }

@media (max-width: 768px) {
    .modalOverlay .videoWrap {
        width: 84%;
        left: 8%;
        padding-bottom: 47.1%;
    }
}

.modalOverlay .videoWrap button {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    height: 20px;
    width: 20px;
    background-image: url('/Content/images/modal-close.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/Content/Difference/js/vendor/backgroundsize.min.htc);
    z-index: 1;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}

.modalOverlay .videoWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modalBackground {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .modalBackground.open {
        opacity: 1;
        display: block;
    }

.modalInner {
    background-color: #fff;
    /*width: 100%;*/
    width: 80%;
    max-width: 1040px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 72px 111px;
    max-height: 70vh;
    overflow-y: auto;
}

@media (max-width: 1120px) {
    .modalInner {
        overflow-y: auto;
        max-width: 90vw;
        padding: 30px 60px;
    }
}

@media (max-width: 768px) {
    .modalInner {
        padding: 30px;
    }
}

.modalInner .closeButton {
    position: absolute;
    /*top: -25px;
    right: -25px;*/
    top: 2px;
    right: 2px;
    width: 50px;
    height: 50px;
    background-color: #1a91d0;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    display: block;
    text-indent: -9999px;
    background-image: url('/Content/Difference/img/icon-x-white.png');
    -webkit-background-size: 16px;
    -moz-background-size: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1120px) {
    .modalInner .closeButton {
        top: 7px;
        right: 7px;
        width: 30px;
        height: 30px;
    }
}

.modalInner .closeButton:focus {
    outline: none;
}

.modalInner [data-modal_transition="next"], .modalInner [data-modal_transition="prev"] {
    position: absolute;
    display: block;
    text-indent: -9999px;
    width: 25px;
    height: 46px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    background-size: 20px auto;
    background-repeat: no-repeat;
    -webkit-transition: background-position 0.15s ease;
    -moz-transition: background-position 0.15s ease;
    -o-transition: background-position 0.15s ease;
    transition: background-position 0.15s ease;
    cursor: pointer;
}

.modalInner [data-modal_transition="prev"] {
    background-image: url('/Content/Difference/img/arrow-left-blue-small.png');
    left: 10px;
    background-position: left 5px center;
}

    .modalInner [data-modal_transition="prev"]:hover {
        background-position: left center;
    }

.modalInner [data-modal_transition="next"] {
    background-image: url('/Content/Difference/img/arrow-right-blue-small.png');
    right: 10px;
    background-position: right 5px center;
}

    .modalInner [data-modal_transition="next"]:hover {
        background-position: right center;
    }

.modalInner .imgWrap {
    width: 28%;
    float: left;
}

@media (max-width: 1120px) {
    .modalInner .imgWrap {
        width: 15%;
    }
}

@media (max-width: 768px) {
    .modalInner .imgWrap {
        float: none;
        width: 168px;
        margin-bottom: 30px;
    }
}

.modalInner .imgWrap img {
    width: 100%;
    display: block;
    height: auto !important;
}

.modalInner .textWrap {
    width: 72%;
    float: left;
}

@media (max-width: 1120px) {
    .modalInner .textWrap {
        width: 85%;
        /*padding: 0 0 0 35px;*/
        padding: 0 0 0 0px;
    }
}

@media (max-width: 768px) {
    .modalInner .textWrap {
        width: 100%;
        float: none;
        padding: 0;
    }
}

.modalInner .textWrap h3 {
    margin: 0 0 0 20px;
}

.modalInner .textWrap .title {
    display: block;
    border-bottom: 1px solid #ecf0f3;
    margin: 0 0 13px 20px;
    padding: 0 0 20px;
}

.modalInner .textWrap div p {
    margin: 0 0 0 20px;
}

.quadWrap {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .quadWrap .quad {
        width: 200px;
        vertical-align: top;
        display: inline-block;
        padding: 0 10px;
        margin: 0 0 40px 0;
        cursor: pointer;
    }

@media (max-width: 1024px) {
    .quadWrap .quad {
        width: 32%;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .quadWrap .quad {
        width: 49%;
    }
}

@media (max-width: 480px) {
    .quadWrap .quad {
        width: 100%;
    }
}

.quadWrap .quad:hover .imgWrap .labelOverlay {
    opacity: 0.8;
}

.quadWrap .quad .imgWrap {
    position: relative;
    width: 200px;
    height: auto;
    margin: auto;
}

    .quadWrap .quad .imgWrap img {
        display: block;
        height: 293px;
    }

    .quadWrap .quad .imgWrap .labelOverlay {
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.02em;
        font-size: 0.875em;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0084ca;
        opacity: 0;
        padding: 0;
        -webkit-transition: opacity 0.15s ease;
        -moz-transition: opacity 0.15s ease;
        -o-transition: opacity 0.15s ease;
        transition: opacity 0.15s ease;
        background-image: url('/Content/Difference/img/plus-circle-white.png');
        -webkit-background-size: 50px auto;
        -moz-background-size: 50px auto;
        background-size: 50px auto;
        background-position: center 33%;
        background-repeat: no-repeat;
    }

.quadWrap .quad h3 {
    margin: 15px 0 0 0;
    text-align: center;
}

.quadWrap .quad span {
    display: block;
    text-align: center;
    min-height: 40px;
}

.labelOverlay .overlay-text {
    display: flex;
    justify-content: center;
    margin-top: 70%;
    font-size: 1.2em;
}

@media(max-width: 330px) {
    .nav-menu-links .second-btn-link {
        margin: 0 !important
    }

    .toggle-button {
        margin: 0 10px;
    }
}

.opportunity-subtext {
    margin-top: 40px;
}

.hero-banner .banner-image {
    width: 45%;
}

    .hero-banner .banner-image img.img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media(max-width: 1000px) {
    .hero .hero-banner .hero-section-txt.hero-triangle-bg, .hero-banner .banner-image {
        width: 100%;
    }
}

.boxed-benefits:nth-child(2) .benefits-item .item {
    padding-left: 1%;
}

.container {
    width: 90%;
    max-width: 1130px;
    margin: 0 auto;
}

.articleLinkWrap > ul li[role="article"] {
    font-size: 16px;
    padding: 0;
    margin: 0 0 40px 0;
}

    .articleLinkWrap > ul li[role="article"] .imgWrap {
        width: 34%;
    }

@media (max-width: 960px) {
    .articleLinkWrap > ul li[role="article"] .imgWrap {
        max-width: 375px;
        margin-bottom: 10px;
    }
}

.articleLinkWrap > ul li[role="article"] .imgWrap .hasNoImage {
    width: 100%;
    padding-bottom: 10%;
}

.articleLinkWrap > ul li[role="article"] .textWrap {
    width: 66%;
}

    .articleLinkWrap > ul li[role="article"] .textWrap h3 {
        line-height: 1.2;
        margin: 0 0 6px 0;
        font-size: 1.625em;
    }

    .articleLinkWrap > ul li[role="article"] .textWrap ul li {
        font-size: 16px;
        line-height: 1;
    }

    .articleLinkWrap > ul li[role="article"] .textWrap time {
        margin: 0 0 17px 0;
    }

    .articleLinkWrap > ul li[role="article"] .textWrap p {
        font-weight: 100;
        line-height: 1.2;
        margin: 0 0 8px 0;
    }

    .articleLinkWrap > ul li[role="article"] .textWrap .btn {
        padding: 0 46px 0 0;
        font-size: 1.375em;
        font-family: "museo-slab", serif;
        font-weight: 900;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        visibility: visible;
        color: #var(--brightway-blue-alt-color);
        -webkit-transition: color 0.15s ease-in-out;
        -moz-transition: color 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out;
    }

html.wf-loading .articleLinkWrap > ul li[role="article"] .textWrap .btn {
    visibility: hidden;
}

.articleLinkWrap > ul li[role="article"] .textWrap .btn:hover {
    background-color: transparent;
    color: #e3be37;
}

@media (max-width: 768px) {
    .articleLinkWrap > ul li[role="article"] .textWrap .btn {
        font-size: 1.125em;
    }
}

.articleLinkWrap > ul li[role="article"] .textWrap .btn:after {
    top: -5%;
}

.articleLinkWrap.featured {
    background-image: url('/Content/Corporate/img/bg-pattern-yellow-2.png');
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    -ms-behavior: url(/Content/Agencies/js/backgroundsize.min.htc);
    background-position: left top;
    background-color: var(--brightway-yellow-color);
    background-repeat: no-repeat;
    padding: 40px 0;
}

.articleLinkWrap.primaryFeatured {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    -ms-behavior: url(/Content/Agencies/js/backgroundsize.min.htc);
    background-position: left top;
    background-color: var(--brightway-blue-alt-color);
    background-repeat: no-repeat;
    padding: 40px 0;
    color: white;
}

.articleLinkWrap.featured.detailPage {
    background-image: none;
    background-color: transparent;
    padding-top: 180px;
}

    .articleLinkWrap.featured.detailPage .textWrap h1 {
        font-size: 2.625em;
        color: var(--brightway-blue-alt-color);
    }

    .articleLinkWrap.featured.detailPage .textWrap time, .articleLinkWrap.featured.detailPage .textWrap ul li a {
        font-size: 1.25em;
    }

    .articleLinkWrap.featured.detailPage .textWrap h5 {
        margin: 0 0 10px;
    }

    .articleLinkWrap.featured.detailPage .textWrap .st-btn {
        background-color: #289ad5 !important;
    }

.articleLinkWrap.featured .imgWrap {
    width: 48%;
    border: 3px solid #FFFFFF;
}

.articleLinkWrap.primaryFeatured .imgWrap {
    width: 48%;
    border: 3px solid #FFFFFF;
}

@media (max-width: 960px) {
    .articleLinkWrap.featured .imgWrap {
        max-width: 550px;
    }
}

@media (max-width: 960px) {
    .articleLinkWrap.primaryFeatured .imgWrap {
        max-width: 550px;
    }
}

.articleLinkWrap.featured .textWrap {
    width: 52%;
}

.articleLinkWrap.primaryFeatured .textWrap {
    width: 52%;
}

.articleLinkWrap.featured .textWrap .label {
    font-family: "museo-slab", serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: visible;
    font-size: 1.25em;
    text-transform: uppercase;
    color: var(--brightway-blue-alt-color);
    margin: 0 0 7px 0;
    display: block;
}

.articleLinkWrap.primaryFeatured .textWrap .label {
    font-family: "museo-slab", serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: visible;
    font-size: 1.25em;
    text-transform: uppercase;
    color: #fff;
    ;
    margin: 0 0 7px 0;
    display: block;
}

html.wf-loading .articleLinkWrap.featured .textWrap .label {
    visibility: hidden;
}

html.wf-loading .articleLinkWrap.primaryFeatured .textWrap .label {
    visibility: hidden;
}

.articleLinkWrap.featured .textWrap h3 {
    font-weight: 900;
    font-size: 1.875em;
}

.articleLinkWrap.primaryFeatured .textWrap h3 {
    font-weight: 900;
    font-size: 1.875em;
}

.articleLinkWrap.featured .textWrap p {
    color: var(--brightway-blue-alt-color);
}

.articleLinkWrap.primaryFeatured .textWrap p {
    color: #fff;
}

.articleLinkWrap.featured .textWrap time {
    margin: 0 0 20px 0;
}

.articleLinkWrap.primaryFeatured .textWrap time {
    margin: 0 0 20px 0;
}

.articleLinkWrap.featured .textWrap .btn {
    border: 2px solid #FFFFFF;
    color: var(--brightway-blue-alt-color);
    padding: 8px 48px 8px 23px;
    font-family: "museo-slab", serif;
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: visible;
    font-size: 1.25em;
}

.articleLinkWrap.primaryFeatured .textWrap .btn {
    border: 2px solid #FFFFFF;
    color: var(--brightway-yellow-color);
    padding: 8px 48px 8px 23px;
    font-family: "museo-slab", serif;
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: visible;
    font-size: 1.25em;
}

html.wf-loading .articleLinkWrap.featured .textWrap .btn {
    visibility: hidden;
}

html.wf-loading .articleLinkWrap.primaryFeatured .textWrap .btn {
    visibility: hidden;
}

.articleLinkWrap.featured .textWrap .btn:hover {
    background: #FFFFFF;
}

.articleLinkWrap.primaryFeatured .textWrap .btn:hover {
    background: #FFFFFF;
}

.articleLinkWrap.featured .textWrap .btn:after {
    top: 17%;
}

.articleLinkWrap.primaryFeatured .textWrap .btn:after {
    top: 17%;
}

.articleLinkWrap article, .articleLinkWrap [role="article"] {
    *zoom: 1;
}

    .articleLinkWrap article:before, .articleLinkWrap [role="article"]:before, .articleLinkWrap article:after, .articleLinkWrap [role="article"]:after {
        content: "";
        display: table;
    }

    .articleLinkWrap article:after, .articleLinkWrap [role="article"]:after {
        clear: both;
    }

    .articleLinkWrap article:before, .articleLinkWrap [role="article"]:before, .articleLinkWrap article:after, .articleLinkWrap [role="article"]:after {
        content: "";
        display: table;
    }

    .articleLinkWrap article:after, .articleLinkWrap [role="article"]:after {
        clear: both;
    }

    .articleLinkWrap article .imgWrap + .textWrap, .articleLinkWrap [role="article"] .imgWrap + .textWrap {
        padding-left: 40px;
    }

@media (max-width: 960px) {
    .articleLinkWrap article .imgWrap + .textWrap, .articleLinkWrap [role="article"] .imgWrap + .textWrap {
        padding-left: 0;
    }
}

.articleLinkWrap article .imgWrap, .articleLinkWrap [role="article"] .imgWrap {
    float: left;
}

@media (max-width: 960px) {
    .articleLinkWrap article .imgWrap, .articleLinkWrap [role="article"] .imgWrap {
        float: none;
        width: 100% !important;
        margin: 0 0 20px 0;
    }
}

.articleLinkWrap article .imgWrap img, .articleLinkWrap [role="article"] .imgWrap img {
    width: 100%;
    height: auto;
    display: block;
}

.articleLinkWrap article .textWrap, .articleLinkWrap [role="article"] .textWrap {
    float: left;
}

@media (max-width: 960px) {
    .articleLinkWrap article .textWrap, .articleLinkWrap [role="article"] .textWrap {
        float: none;
        width: 100% !important;
    }
}

.articleLinkWrap article .textWrap h3, .articleLinkWrap [role="article"] .textWrap h3 {
    color: var(--brightway-blue-alt-color);
    font-family: "museo-slab", serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: visible;
    margin: 0 0 10px 0;
}

html.wf-loading .articleLinkWrap article .textWrap h3, html.wf-loading .articleLinkWrap [role="article"] .textWrap h3 {
    visibility: hidden;
}

@media (max-width: 768px) {
    .articleLinkWrap article .textWrap h3, .articleLinkWrap [role="article"] .textWrap h3 {
        font-size: 1.375em !important;
    }
}

.articleLinkWrap article .textWrap time, .articleLinkWrap [role="article"] .textWrap time {
    font-family: "open-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: visible;
    text-transform: uppercase;
    color: var(--brightway-blue-alt-color);
    display: block;
    line-height: 1;
    float: left;
    width: 100%;
}

html.wf-loading .articleLinkWrap article .textWrap time, html.wf-loading .articleLinkWrap [role="article"] .textWrap time {
    visibility: hidden;
}

.articleLinkWrap article .textWrap ul, .articleLinkWrap [role="article"] .textWrap ul {
    *zoom: 1;
}

    .articleLinkWrap article .textWrap ul:before, .articleLinkWrap [role="article"] .textWrap ul:before, .articleLinkWrap article .textWrap ul:after, .articleLinkWrap [role="article"] .textWrap ul:after {
        content: "";
        display: table;
    }

    .articleLinkWrap article .textWrap ul:after, .articleLinkWrap [role="article"] .textWrap ul:after {
        clear: both;
    }

    .articleLinkWrap article .textWrap ul:before, .articleLinkWrap [role="article"] .textWrap ul:before, .articleLinkWrap article .textWrap ul:after, .articleLinkWrap [role="article"] .textWrap ul:after {
        content: "";
        display: table;
    }

    .articleLinkWrap article .textWrap ul:after, .articleLinkWrap [role="article"] .textWrap ul:after {
        clear: both;
    }

    .articleLinkWrap article .textWrap ul li, .articleLinkWrap [role="article"] .textWrap ul li {
        float: left;
        padding: 0;
        margin: 0 0 10px;
    }

        .articleLinkWrap article .textWrap ul li:first-child, .articleLinkWrap [role="article"] .textWrap ul li:first-child {
            padding-right: 10px;
        }

        .articleLinkWrap article .textWrap ul li:not(:first-child), .articleLinkWrap [role="article"] .textWrap ul li:not(:first-child) {
            border-left: 1px solid var(--brightway-blue-color);
            padding: 0 10px;
        }

        .articleLinkWrap article .textWrap ul li:before, .articleLinkWrap [role="article"] .textWrap ul li:before {
            display: none;
        }

        .articleLinkWrap article .textWrap ul li a, .articleLinkWrap [role="article"] .textWrap ul li a {
            color: var(--brightway-blue-alt-color);
        }

.articleLinkWrap article .textWrap p, .articleLinkWrap [role="article"] .textWrap p {
    margin: 0 0 25px 0;
    clear: both;
    font-weight: 400;
    font-size: 1.375em;
}

@media (max-width: 768px) {
    .articleLinkWrap article .textWrap p, .articleLinkWrap [role="article"] .textWrap p {
        font-size: 1.125em;
        line-height: 1.4;
    }
}

body > section.articleLinkWrap.primaryFeatured > div > article > div.textWrap > h3 {
    color: #fff;
}

body > section.articleLinkWrap.primaryFeatured > div > article > div.textWrap > time {
    color: #fff;
}

.slides .person {
    font-weight: bold;
}

.franchise-section {
    width: 80%;
    margin: 0 auto;
}

    .franchise-section > h2 {
        text-align: center;
        /* color: var(--brightway-blue-color);*/
        color: black;
        margin: auto;
    }

    .franchise-section h3 {
        color: var(--brightway-blue-color);
    }

    .franchise-section .franchise-support {
        display: flex;
        flex-wrap: wrap;
    }

        .franchise-section .franchise-support .item {
            width: 50%;
        }

.franchise-support .item .TableParagraph {
    padding-right: 80px;
    padding-bottom: 40px;
    height: 110px;
}

@media(max-width:1100px) {
    .franchise-section {
        margin-bottom: 60px;
    }

        .franchise-section .franchise-support .item {
            width: 80%;
            margin: 0 auto;
        }

        .franchise-section .franchise-support {
            display: flex;
            flex-wrap: unset;
            flex-direction: column;
        }

    .franchise-support .item .TableParagraph {
        padding-right: unset;
        padding-bottom: unset;
        height: unset;
    }
}

.home-page-video-container {
    width: 60%;
    margin: 0 auto;
}

    .home-page-video-container p {
        position: relative;
        max-width: 570px;
        height: 325px;
        margin: 0 auto;
    }

    .home-page-video-container .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.container.newsContent.mainContent a {
    color: var(--brightway-blue-alt-color);
    font-weight: 600;
}

    .container.newsContent.mainContent a:hover {
        background: var(--brightway-yellow-color);
    }

.container.newsContent.mainContent p strong {
    font-weight: bold;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: visible;
    color: var(--brightway-blue-alt-color);
}

.container.newsContent.mainContent blockquote {
    box-sizing: border-box;
    /*font-family: "museo-slab", serif;*/
    font-family: "Rockwell", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    visibility: visible;
    /* font-size: 30px; */
    font-size: 26px;
    line-height: 36px;
    color: var(--brightway-blue-alt-color);
    padding: 0 5%;
}

    .container.newsContent.mainContent blockquote span {
        font-family: "Rockwell", sans-serif;
    }

    .container.newsContent.mainContent blockquote a {
        text-decoration: none;
        font-family: "Rockwell", sans-serif;
        color: blue;
    }


/**/

#franchise-tablet-table {
    display: none;
}

#franchise-mobile-table {
    display: none;
}

#franchise-desktop-table {
    display: table;
}

@media(max-width:769px) {
    /*    #franchise-tablet-table {
        display: table;
    }*/

    #franchise-desktop-table {
        display: none;
    }

    .franchise-types {
        display: none !important;
    }

    .franchise-types-mobile-slide {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }


    #options-table {
        display: none;
    }

    .mobile-dot-container {
        display: flex;
    }
}

@media(max-width:600px) {
    #franchise-tablet-table {
        display: none;
    }

    #franchise-desktop-table {
        display: none;
    }

    #franchise-mobile-table {
        display: block;
    }
}

.franchise-office-type {
    display: flex;
    width: 75%;
    flex-direction: column;
}

table.a-table {
    /*        border-collapse: collapse;*/
    border-spacing: 0;
    width: 100%;
    border: 1px solid black;
}

.a-table-vertical {
    border: none;
    /*        border-collapse: collapse;*/
    border-spacing: 0;
    width: 100%;
    border: 1px solid black;
    border-color: black !important;
}

.franchise-revenue-charts {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}

table#franchise-average-revenue {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /*    border: 1px solid #ddd;*/
}

    table#franchise-average-revenue td {
        text-align: center;
        font-size: 2em;
        color: var(--brightway-gray-color);
    }

        table#franchise-average-revenue td p {
            margin: 10px auto;
            font-size: 1.5em;
            font-weight: bold
        }

    table#franchise-average-revenue td {
        border-bottom: 1px solid lightblue;
    }


        table#franchise-average-revenue td.striped {
            background-color: lightblue;
        }

    table#franchise-average-revenue th {
        background-color: var(--brightway-blue-color);
        color: #fff;
        border-right: 1px solid white;
        border-left: 1px solid white;
        font-size: 1.3em;
        padding: 5px;
        width: 33%;
    }

.a-table th, .a-table td {
    text-align: left;
    padding: 8px;
    vertical-align: top;
}

.a-table th,
.a-table-vertical th,
.a-table-mobile .item .item-header {
    text-align: center;
    background: var(--brightway-blue-color);
    color: white;
    border-bottom: 1px solid black;
    font-family: 'Rockwell', sans-serif;
    font-size: 1.7em;
}

    .a-table-mobile .item .item-header p {
        margin: auto;
        color: white;
        font-family: 'Rockwell', sans-serif;
    }

.a-table-mobile .item .item-details {
    border: 1px solid black;
    padding: 20px;
    margin-bottom: 20px;
}

.a-table-vertical th,
.a-table-vertical td {
    padding: 20px;
    border-bottom: 1px solid black;
}

.a-table th:nth-child(2),
.a-table tr td:nth-child(2) {
    border-left: 1px solid black;
    border-right: 1px solid black;
}


/*.a-table th:nth-child(2) {
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.a-table tr td:nth-child(2) {
    outline: 1px solid black;
}

.a-table tr td:nth-child(3) {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}*/

.a-table-vertical tr {
    /*    border-top: 1px solid black;*/
    border-bottom: 1px solid black;
}


.a-table-btn-div {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

#franchise-average-revenue-mobile {
    display: none;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

    #franchise-average-revenue-mobile .item {
        display: flex;
        flex-direction: column;
    }

        #franchise-average-revenue-mobile .item .item-header,
        #franchise-average-revenue-mobile .item .item-details {
            margin: 0 auto;
            font-size: 2em;
        }


        #franchise-average-revenue-mobile .item .item-header {
            background-color: var(--brightway-blue-color);
            width: 100%;
            text-align: center;
        }

            #franchise-average-revenue-mobile .item .item-header p {
                margin: 0;
                padding: 5px;
                color: white;
            }

        #franchise-average-revenue-mobile .item .item-details {
            width: 100%;
            text-align: center;
        }

            #franchise-average-revenue-mobile .item .item-details p.striped {
                background-color: lightblue;
            }


@media(max-width:700px) {
    #franchise-average-revenue-mobile {
        display: flex;
    }

    #franchise-average-revenue {
        display: none;
    }
}


.agency-production-chart caption,
.agency-production-chart-mobile caption {
    font-size: 2em;
    color: white;
    background-color: var(--brightway-blue-color);
    padding: 20px;
    border: 1px solid white;
}

.agency-production-chart tr th {
    font-size: 1em;
    color: white;
    background-color: var(--brightway-blue-color);
    padding: 20px;
    /*    border: 1px solid white;*/
}

.agency-production-chart-mobile tr th {
    font-size: 1em;
    color: white;
    background-color: var(--brightway-blue-color);
    padding: 20px;
    text-align: left;
    /* border: 1px solid white; */
    width: 75%;
}

.agency-production-chart-mobile tr td {
    text-align: center;
    border: 1px solid black;
}

.agency-production-chart-mobile td.year {
    font-size: 2em;
    background-color: lightblue;
}

.agency-production-chart tr.striped {
    background-color: lightblue;
}

.agency-production-chart tr td {
    text-align: center;
    padding: 20px;
}

/*    .agency-production-chart tr td:nth-child(2),
    .agency-production-chart tr td:nth-child(3),
    .agency-production-chart tr td:nth-child(4),
    .agency-production-chart tr td:nth-child(5) {
        border-left: 1px solid black;
        border-right: 1px solid black;
    }

    .agency-production-chart tr td:nth-child(1) {
        border-right: 1px solid black;
    }
    .agency-production-chart tr td:nth-child(6) {
        border-left: 1px solid black;
    }*/

.franchise-revenue-charts #office-production,
.franchise-revenue-charts #office-production-mobile {
    margin-top: 40px;
}

.franchise-revenue-charts #retail-production-mobile,
.franchise-revenue-charts #office-production-mobile {
    display: none;
}


@media(max-width:740px) {
    .franchise-revenue-charts #retail-production {
        display: none;
    }

    .franchise-revenue-charts #office-production {
        display: none;
    }

    .franchise-revenue-charts #retail-production-mobile,
    .franchise-revenue-charts #office-production-mobile {
        display: block;
        margin: 40px auto 0 auto;
    }
}

@media(max-width:800px) {
    table#franchise-average-revenue td {
        font-size: 1.5em;
    }
}


#franchise-average-revenue-mobile .item .item-details p {
    font-weight: bold;
}


.options-franchise-types {
    width: 85%;
}

    .options-franchise-types #options-table tr th {
        background-color: var(--brightway-blue-color);
        color: white;
        border-bottom: 1px solid black;
        font-family: Rockwell, sans-serif;
        font-size: 1.4em;
    }

        .options-franchise-types #options-table tr th:nth-child(1) {
            border-top: 1px solid black;
            border-left: 1px solid black;
        }

        .options-franchise-types #options-table tr th:nth-child(3) {
            border-top: 1px solid black;
            border-right: 1px solid black;
        }

        .options-franchise-types #options-table tr th:nth-child(2) {
            border-top: 1px solid black;
            border-right: 1px solid black;
            border-left: 1px solid black;
        }

    .options-franchise-types #options-table tr:nth-child(2) td,
    .options-franchise-types #options-table tr:nth-child(3) td,
    .options-franchise-types #options-table tr:nth-child(4) td,
    .options-franchise-types #options-table tr:nth-child(5) td,
    .options-franchise-types #options-table tr:nth-child(6) td {
        border-bottom: 1px solid black;
    }

    .options-franchise-types #options-table tr td {
        padding: 5px;
        vertical-align: top;
    }

    .options-franchise-types #options-table {
        border-color: black;
        /* border-collapse: collapse;*/
        border-spacing: 0;
    }


        .options-franchise-types #options-table tr td:nth-child(1) {
            border-left: 1px solid black;
        }

        .options-franchise-types #options-table tr td:nth-child(2) {
            border-right: 1px solid black;
            border-left: 1px solid black;
        }

        .options-franchise-types #options-table tr td:nth-child(3) {
            border-right: 1px solid black;
        }

        .options-franchise-types #options-table tr ul {
            list-style: none;
        }

            .options-franchise-types #options-table tr ul li:before {
                content: '✓ ';
                color: var(--brightway-orange-color);
            }

            .options-franchise-types #options-table tr ul li {
                margin: 10px auto;
            }

.options-table-mobile {
    display: none;
    flex-direction: column;
}

    .options-table-mobile .item {
        border: 1px solid black;
        margin-bottom: 20px;
    }

        .options-table-mobile .item .item-header {
            background-color: var(--brightway-blue-color);
        }

            .options-table-mobile .item .item-header p {
                color: white;
                font-family: Rockwell, sans-serif;
                font-size: 1.3em;
                text-align: center;
            }

.options-franchise-types #options-table-mobile ul {
    list-style: none;
}

    .options-franchise-types #options-table-mobile ul li {
        margin: 10px auto;
    }

        .options-franchise-types #options-table-mobile ul li:before {
            content: '✓ ';
            color: var(--brightway-orange-color);
        }

.options-franchise-types #options-table-mobile p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding-right: 10px;
}

.options-franchise-types #options-table-mobile .item-header p {
    margin: 0;
    padding: 0;
}

.options-franchise-types #options-table-mobile .item .item-details:nth-child(2),
.options-franchise-types #options-table-mobile .item .item-details:nth-child(3),
.options-franchise-types #options-table-mobile .item .item-details:nth-child(4) {
    border-bottom: 1px solid black;
}


@media(max-width:600px) {
    /*    #options-table {
        display: none;
    }
*/
    /*    #options-table-mobile {
        display: flex;
    }*/
}

a.sup-link {
    text-decoration: none;
}

.slides .item .item-details {
    text-align: left;
}

    .slides .item .item-details ul {
        list-style: none;
        padding: 0;
    }

        .slides .item .item-details ul li:before {
            content: '✓ ';
            color: var(--brightway-orange-color);
        }

        .slides .item .item-details ul li {
            margin: 5px auto;
        }


@media(max-width:426px) {
    .path-to-partnership-items .item .text p {
        margin: 5px;
    }
}

.franchise-div-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#franchise-div-btn-mobile {
    background: #F5F5F5;
    align-items: center;
    margin-top: -40px;
}

    #franchise-div-btn-mobile .franchise-div-btn {
        margin-top: 0px;
        margin-bottom: 40px;
    }
