/********** Nexa Font **********/
@font-face {
    font-family: 'Nexa XBold';
    src: url('fonts/Nexa/Nexa-XBold.woff2') format('woff2'),
        url('fonts/Nexa/Nexa-XBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa/Nexa-Regular.woff2') format('woff2'),
        url('fonts/Nexa/Nexa-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa Light';
    src: url('fonts/Nexa/Nexa-Light.woff2') format('woff2'),
        url('fonts/Nexa/Nexa-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/********** Global Color & Font Utilities **********/
.bold {
    font-family: 'Nexa XBold', sans-serif !important;
}
.leaf {
    color: #36982e;
}
.dark-leaf {
    color: #00661F;
}
.gray {
     color: #6b6b6b;
}
.white {
    color: #ffffff;
}
.bg-offwhite {
    background-color: #f8f8f8;
}
.bg-leaf {
    background-color: #36982e;
}
#breadcrumb {
    background-color: #36982e;
}
#breadcrumb p {
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.1rem;
}
#breadcrumb p a {
    color: #ffffff;
    text-decoration: none;
}
#breadcrumb p a:hover {
    text-decoration: underline;
}

.desktop-hero, .mobile-hero {
    width: 100%;
    height: auto;
}
.headline {
    font-family: 'Nexa Light', Helvetica, sans-serif;
}
.section-title-icon {
    height: 24px;
    width: auto;
    margin-left: 10px;
}


@media (min-width: 1400px) {
    .container, .container-lg {
        max-width: 1140px !important;
    }
}
* {
    font-family: 'Nexa', Helvetica, sans-serif;
}
@media (min-width: 768px) {
    .mobile {
        display: none !important;
    }
}
@media (max-width: 767px) {
    #breadcrumb {
        position: sticky;
        top: 0;
    }
    .desktop {
        display: none !important;
    }
}