/* PWO FONTS */
.work-sans {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11pt;
    line-height: 13.2pt
}

.pwo-title-news{
    font-family: "Work Sans", sans-serif;
    font-weight: 900; /* Black */
    font-style: normal;
    font-size: 30pt;
    line-height: 27pt;
}
.pwo-title-pagecolumn{
    font-family: "Work Sans", sans-serif;
    font-weight: 800; /* ExtraBold */
    font-style: normal;
    font-size: 18pt;
}
.pwo-title{
    font-family: "Work Sans", sans-serif;
    font-weight: 900; /* Black */
    font-style: normal;
    font-size: 16pt;
    line-height: 15pt;
}
.pwo-title-sub{
    font-family: "Work Sans", sans-serif;
    font-weight: 900; /* Black */
    font-style: normal;
    font-size: 12pt;
}

#columns {
    scroll-behavior: smooth;
}

.active {
    border-color: black !important;
}

/* Add padding to allow centering first/last nav items */
@media (max-width: 767px) {
    #nav::before,
    #nav::after {
        content: '';
        flex: 0 0 50%;
    }
}
.work-sans-800 {
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.work-sans-600 {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.bg-green-pwo{
    background: #01A650;
}
.border-green-pwo{
    border-color: #01A650;
}

/*SCROLLBAR*/
::-webkit-scrollbar {
    width: 0;
    height: 0;
}
::-webkit-scrollbar-thumb {
    background: #21af14;
}
::-webkit-scrollbar-track {
    background: #f4faf3;
}