.CPAWS-footer {
    background-color: var(--custom-green);
    padding: var(--bg-block-vertical-padding) var(--bs-main-padding);
    display: flex;
    justify-content: center;
    -webkit-box-shadow: inset 0px 4px 6px -2px rgba(0,0,0,0.1); 
    box-shadow: inset 0px 4px 6px -2px rgba(0,0,0,0.1);
}

.CPAWS-footer h1 { 
    font-size: var(--bs-fs-h1);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.15;
}
.CPAWS-footer h2 { 
    font-size: var(--bs-fs-h2);
    line-height: 1.3;
}
.CPAWS-footer h3 { 
    font-size: var(--bs-fs-h3);
    line-height: 1.4;
}
.CPAWS-footer a { 
    color: inherit;
}

.CPAWS-footer h4 { font-size: var(--bs-fs-h4);}
.CPAWS-footer h5 { font-size: var(--bs-fs-h5);}
.CPAWS-footer p { margin: 1rem 0; }
.CPAWS-footer ul {
    margin: 0;
    padding: 0; 
}
.CPAWS-footer ul li { list-style-type: none; } 



.CPAWS-footer {
    background-color: var(--bs-primary);
    padding: var(--bg-block-vertical-padding) var(--bs-main-padding);
    display: flex;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.CPAWS-footer .quick-links .snap-sections p { 
    margin: 0; 
    margin-right: 0.5rem;
}

.CPAWS-footer .quick-links .snap-sections.arrow-bottom::after {
    border-color: white;
}

.CPAWS-footer .quick-links .snap-sections .sub-level-menu {
    top: unset;
    bottom: 100%;
    padding-bottom: 1rem;
    padding-top: 0;
}

.CPAWS-footer .quick-links .snap-sections:hover .sub-level-menu { display: block; }

.CPAWS-footer .quick-links ul { margin-top: 1rem; }

.CPAWS-footer .quick-links ul li { margin-top: 0.35rem; }

.CPAWS-footer .quick-links ul li a { 
    width: 100%;
    transition: 0.3s ease;
}

.CPAWS-footer .quick-links ul li a:hover { 
    opacity: 0.6;
    color: inherit;
}

.CPAWS-footer .quick-links .snap-sections {
    position: relative;
    display: flex;
    align-items: center;
    border-color: white;
}

.CPAWS-footer .footer-content article h3 {
    font-size: 1.5rem;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: white;
    min-height: 3rem;
    font-weight: 800;
}

.CPAWS-footer .footer-content article {
    flex: 1;
    color: white;
    min-width: 15rem;
    min-width: min(95%, 15rem);
}
/* Container for the injected content */
.CPAWS-footer  .footer__article-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.CPAWS-footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    gap:clamp(2rem, 5vw, 3rem);
    margin: auto;
    max-width: 1280px;
}

.CPAWS-footer .footer-content article p {line-height: 1.3;}

.CPAWS-footer .footer-content button {
        color: var(--bs-primary);
        background-color: white;
        font-size: 1.15rem;
        font-weight: 600;
        letter-spacing: inherit;
        transition: 0.3s ease;
        padding: 0.7em 1.4em;
        letter-spacing: 0.15em;
        &:hover {background-color: #e7e7e7;}
}

/* Nav arrow */
.CPAWS-footer .arrow-bottom::after {
    content:"";
    display: block;
    width: 0.5em;
    height: 0.5em;
    transform: rotate(45deg) translateY(-50%);
    border-color: var(--bs-black);
    border-width: 0;
    border-bottom-width: 0.2rem;
    border-right-width: 0.2rem;
    border-style: solid;
    transition: inherit;
}

/******** MENU STYLING **********/
/* Sub level menu styling */
.CPAWS-footer .sub-level-menu {
    display:none;
    z-index: 0;
    position: absolute;
    left: -1rem;
    top: 0;
    min-width: 14rem;
    padding-top: 2rem;
}

.CPAWS-footer .sub-level-menu .sub-level-menu {
    display: none;
    padding-top: 0rem;
    left: 100%;
    z-index: 1;
}

.CPAWS-footer .sub-level-menu .sub-level-menu:hover { display: block; }

.CPAWS-footer .sub-level-menu .sub-level-menu-list {
    background-color: var(--bs-primary);
    box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.15);
    color: white;
    font-weight: 400;
    font-size: 0.9rem;
    white-space: nowrap;
    position: relative;
}

.CPAWS-footer .sub-level-menu .sub-level-menu-list .menu-opt {
    position: relative;
    background-color: var(--bs-primary);
    display: flex;
    color: white;
    font-weight: 400;
    transition: background-color 0.3s ease;
}

.CPAWS-footer .sub-level-menu .sub-level-menu-list .menu-opt:hover .sub-level-menu { display: block; }

.CPAWS-footer .sub-level-menu .sub-level-menu-list .menu-opt > a{
    padding: 0.5rem 1rem;
    width: 100%;
}

.CPAWS-footer .sub-level-menu .sub-level-menu-list .menu-opt:hover { background-color: #2f731f;}

/* Used in nav and footer */
.CPAWS-footer .icon-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.CPAWS-footer .icon-tag {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 100%;
    transition: 0.2s ease;
    box-shadow: 0em 0.15em 0.65em 0em rgba(20, 20, 20, 0.212);
}
.CPAWS-footer .icon-tag .icon {
    line-height: 1;
    font-size: 1.5rem;
    color: grey; 
    transition: 0.3s ease;
} 
.CPAWS-footer .icon-tag:hover {
    box-shadow: 0em 0.15em 0.65em 0em rgba(39, 39, 39, 0.603); 
}
.CPAWS-footer .icon-tag:hover .icon {
    color: var(--bs-black)!important; 
}