
:root {
    --background-color: #7e0d1f;
    --headerBackground: #497d33;
    --color-base :#770f1e;
    --footerHeight: 0px;
    --maxWidth: 1320px;
    --cassiopeia-color-primary: #912b3b;
    --cassiopeia-color-link: #30638d;
    --link-color: #30638d;
    --link-color-rgb: 48, 99, 141;
    --cassiopeia-color-hover: #954b56;
    --btn-primaryFocusBgColor : #DC9373FF;
    --border-width:1px;
}


.btn-primary {
    background-color: var(--cassiopeia-color-primary);
    border-color: var(--cassiopeia-color-primary);
}

.btn-primary:hover, .btn-primary:focus {
    background-color: var(--cassiopeia-color-hover);
    border-color: var(--cassiopeia-color-hover);
}


.navbar-nav .nav-link {
    white-space: nowrap;
    color: #fff !important;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
a {
    color: var(--color-base);
    text-decoration: underline;
}


.navbar-brand {width: 100%;}

.container {
    width: 96%;
    max-width: none; /* Disable the max-width constraint */
    margin-left: auto; /* Center the container horizontally */
    margin-right: auto;
}


.com-users-login {
    max-width: 480px;
    margin: 50px auto
}

.com-users-login form {
    margin-top: 50px
}

.control-group.com-users-login__input {
    margin-bottom: 20px
}

.com-users-registration {
    max-width: 1440px;
    margin: 50px auto
}

.com-users-registration form {
    max-width: 480px;
    margin: 50px auto
}





.loginFormClass {max-width: 320px; margin: 0 auto;}


.card {
    --tw-border-opacity: 1;
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-color: rgb(204 213 219/var(--tw-border-opacity));
    border-radius: 1rem;
    border-width: 1px;
    overflow: hidden;
    filter: var(--tw-drop-shadow);
    margin-bottom: 30px ;
}



.topBody {
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    background-color: white;
}

.siteBody {
    box-shadow: 0 6px 11px -3px rgba(0, 0, 0, 0.1);
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    background-color: white;
    flex: 1; /* Take up remaining space */
}

.home .siteBody{min-height: unset;}


footer {
    background: var(--headerBackground);
    color: black;
    width: 100%;
    z-index: 1;
    padding: 10px 0;
    flex-shrink: 0; /* Don't shrink the footer */
}


footer a {
    color: #cab7d4;
    text-decoration: none
}

footer a:hover,header {
    color: #fff
}


.topabZone,
.beforecontentZone,.userZone
{margin: 0 auto;}

.hpSlider{ border-radius:30px; overflow:hidden; margin-bottom: 30px}


.chairmanMessage .roundImg{
max-width: 300px;
width: 100%;
margin-left: 20px;
border-radius: 50%;}

.card-header {
    background-color: unset;
    color:black ; /*var(--headerBackground);*/
}

.containerMain {
    padding: 20px;
}


a:hover {
    color: var(--background-color);
}


header {
    background: transparent;
    z-index: 10;
    position: fixed;
    width: 100%;
    transition: background-color 0.3s ease-in-out;

}

.withoutInset header {
    background-color: var(--headerBackground);
}

header.whiteHeader {
    background-color: var(--headerBackground);;
    /*border-bottom: 1px solid #ccc;*/
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}


.withoutInset .siteBody {
    padding-top: 147px;
}

.container-topbar {
    background: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateY(0);
}

.whiteHeader .container-topbar {
    opacity: 0;
    transform: translateY(-100%);
    transition-delay: 0.2s;
    pointer-events: none;
    height: 0px;
}

.whiteHeader .sp-contact-info li{
   display: none;
}

.insetImgBanner {
    padding-top: 18rem;
    padding-bottom: 8rem;
    margin-bottom: 2rem;
    background-color: white;
    /*min-height: 620px;*/
}

.textZone {
    position: relative;
    max-width: var(--maxWidth);
    z-index: 1;
    color: white;
    margin: 0 auto;
}

.textZone h1 {
    font-size: 4rem;
}

.textZone .intro {
    margin-top: 1.25rem;
    font-size: 16px;
}

.imgZone {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.imgZone img {
    filter: brightness(50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    vertical-align: middle;;
}

.slant {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 3vw), 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% calc(100% - 3vw), 100% 0);
}




#top-bar {
    height: 40px;
    width: 100%;
    background-color: var(--white);
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 2px 0;
}

.sp-contact-info {
    list-style: none;
    padding: 0;
    margin: 0px;
}

.sp-contact-info li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-size: 90%;
    white-space: nowrap;
}

.sp-contact-info span {
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: var(--background-color);
}

.sp-contact-info a {
    color: #013220;
    text-decoration: none;
}


#inHeader {
    max-width: unset;
    margin: 0 auto;

}

#inHeader .image-title {
    display: none;
}

#inHeader .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
    background: black;
}

#inHeader .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



/*
.whiteHeader .navbar-nav .nav-link {
    color: #000;
}*/

.navbar-nav li a {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 100;
    line-height: 30px;
    letter-spacing: 1px;
}

.dropdown-menu {
    transition: opacity 0.5s ease, visibility 0s linear 0.3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: 100;
}

.dropdown.show > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.dropdown:not(.show) > .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.3s;
}

.dropdown-toggle:focus + .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--background-color);
}


.right.no-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #006400;
}

.mod-articlescategory {
    list-style: none; /* removes bullet points */
}

.mod-articlescategory li {
    border-bottom: 1px solid #dcdcdc; /* add border to separate list items */
    padding: 10px 0; /* add some padding to improve spacing */
}


.mod-articlescategory li:last-child {
    border-bottom: none; /* remove border from last item */
}

.mod-articles-category-title {
    color: #0e6c0e;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.mod-articles-category-title a:hover {
    color: #0E6C0EFF;
    text-decoration: none;
}

.mod-articles-category-title.active {

    text-decoration: none;
}


/*our commission*/
.person-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.person-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: #f2f2f2;
    max-width: 260px;
    text-align: center;
}

.person-list li img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
    .person-list li {
        max-width: 100%;
    }
}


/*fin our commission*/


.page-header {margin-bottom: 40px;}
.page-header h1{color: var(--headerBackground);}


.com-content-article__body img{border-radius: 30px}


.back-to-top-link {
    position: fixed;
    inset-inline-end: 1rem;
    bottom: 1rem;
    z-index: 10000;
    padding: 0.5em;
    color: var(--headerBackground, hsl(220, 67%, 20%));
    pointer-events: all;
    background-color: var(--white, hsl(0, 0%, 100%));
    border: 1px solid var(--headerBackground, hsl(220, 67%, 20%));
    border-radius: 0.25rem;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
}
.back-to-top-link.visible {
    opacity: 1;
}
.back-to-top-link:hover, .back-to-top-link:focus {
    color: var(--white, hsl(0, 0%, 100%));
    background-color: var(--background-color);
    border-color: var(--white, hsl(0, 0%, 100%));
}


.mod-menu__sub .level3{
    left:60%;
}

.mod-menu-right  {
    list-style: none;
}

.mod-menu-right li {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0;
}

.mod-menu-right.active {
    text-decoration: none;
}

.mod-menu-right a {
    color: #0e6c0e;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

/*Articles Attachements */
ul.fields-container{
    list-style: none;
    padding-left: 0px;

}



.attachment-group .fields-container {
    list-style-type: none;
    padding: 0;
}

.attachment-group .fields-container li {
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid #ccc;
}

.attachment-group .fields-container li .field-entry {
    flex: 1;
}

.attachment-group .fields-container li .field-value {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.attachment-group .fields-container li a {
    text-decoration: none;
}

.attachment-group .fields-container li .fileSize {
    min-width: 80px;
}

.acfup-item {
    display: flex;
    align-items: center;
    width: 100%;
}

.acfup-item a {
    text-decoration: none;
    margin-right: 10px;
}

.acfup-item .fileSize {
    margin-left: auto;
    text-align: right;
}
/*

.rightSideBar.fixed .right.no-card  {
    position: absolute;
    top:200px;
}
*/


.rightSideBar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.menuFooter{
    padding-top: 30px;
}

.oneFooterMenu{
    text-align: center;}


.chosen-container.chosen-container-single {
    max-width: 100%;
    font-size: 1rem;
}

.chosen-container.chosen-container-single .chosen-single {
    height: calc(1.5em + 1.2rem + calc(var(--border-width) * 2));
    color: var(--body-color);
    vertical-align: middle;
    background: #eaedf0 url("../images/select-bg.svg?v=5ebba0") right 1rem center no-repeat;
    background-image: none \9 ;
    border: var(--border-width) solid #ced4da;
    box-shadow: none;
    appearance: none;
    border-radius: var(--border-radius);
    background-size: 116rem;
    padding: .81rem 4rem .81rem 1rem;
    line-height: 1.5;
    display: inline-block;
}

.chosen-container.chosen-container-single .chosen-single abbr {
    top: 10px;
}

.chosen-container.chosen-container-single .chosen-single:focus {
    border-color: #8893aa;
    outline: none;
}

.chosen-container.chosen-container-single .chosen-single:disabled {
    cursor: not-allowed;
    background-color: var(--secondary-bg);
}

.chosen-container.chosen-container-single .chosen-single div b {
    background: none !important;
}

.chosen-container.chosen-container-single .chosen-drop {
    border: var(--border-width) solid #ced4da;
    background: #fff;
}

.chosen-container.chosen-container-single .chosen-results li {
    line-height: 1.3rem;
}

.chosen-container.chosen-container-single.chosen-container-active .chosen-single {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-container.chosen-container-multi .chosen-choices {
    max-width: 100%;
    min-height: calc(1.5em + 1.2rem + calc(var(--border-width) * 2));
    background: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
    color: #fff;
    background: var(--primary);
    border-radius: var(--border-radius);
    border: 0;
    padding: 5px 33px 5px 10px;
    box-shadow: 1px 1px 4px #0000001a;
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: #0003;
    width: 20px;
    height: 100%;
    top: 0;
    right: 0;
    background-image: none !important;
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    color: #fff;
    content: "×";
    font-size: 1rem;
    position: absolute;
    top: 6px;
    right: 5px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none;
}

.chosen-container-single {
    width: auto !important;
}

.card .chosen-container.chosen-container-single, .card .chosen-container.chosen-container-single .chosen-single {
    width: 100% !important;
}


.mod-login .form-group{
    margin-bottom: 30px;
}















@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
    }



}

@media (max-width: 992px) {
    #titleWebsite{display: none}
    header.whiteHeader {
        background-color: var(--headerBackground);

    }
    header.headerBgBlack{
        background-color: rgba(0, 0, 0, 0.9);
        color: white;
    }

    .navbar-nav .nav-link {
        color: #fff!important;
    }
    .navbar .dropdown-menu {
        background-color: transparent !important;
    }

    .navbar .dropdown-menu a {
        color: white;
    }

    .navbar .dropdown-menu a:hover {
        color: white;
        background-color: transparent !important;
    }

    .navbar .dropdown-menu li {
        background-color: transparent !important;
    }


    .container-topbar {
        display: none;
    }

    .insetImgBanner {
        padding-top: 10rem;
        padding-bottom: 6rem;

    }

    .textZone h1 {
        font-size: 20px;
    }

    .siteBody {
        margin-bottom: 0px;
    }

    footer {
        position: relative;
    }

}



.latestNews ul {padding-left: unset}
.latestNews .mod-articlescategory li {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0;
    height: 100%;
    min-height: 100px;
    /* margin: 5px 0; */
}
.npdatebadge {
    padding: 10px;
    background: var(--headerBackground);
    color: #fff;
    width: 16%;
    float: left;
}
.npnewstext {
    float: right;
    width: 80%;
}

.npnewstext h4 {
    margin: 0;font-size: 17px;
}
p.npday, p.npmonth, p.npyear {
    margin: 0 !important;
    text-align: center;
}
p.npmonth ,  p.npyear{
    font-size: 12px;
    font-weight: 200;
}



.js-stools-container-bar .btn-toolbar {
    justify-content: flex-end;
}
.js-stools-container-bar .ordering-select {
    display: flex;
}

/*
.js-stools-container-bar {
    padding: 10px 20px;
}

.js-stools-container-bar .btn-toolbar > * {
    margin: 4px 0;
    margin-inline-end: 8px;
}

.js-stools-container-bar .btn-toolbar .js-stools-btn-clear {
    background-color: #30638d;
    border: 0;
}


.js-stools-container-filters {
    margin-bottom: 20px;
    padding: 0 20px;
    display: none;
}

.js-stools-container-filters-visible {
    grid-gap: 8px;
    background-color: #fff;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    padding: 10px;
    display: grid;
}

.js-stools-container-filters > * {
    margin: 4px 0;
    margin-inline-end: 8px;
}

.js-stools-field-list + .js-stools-field-list {
    margin-inline-start: 8px;
}

.js-stools-field-selector .form-select {
    width: auto;
}
*/


.com-users-login__description.login-description{text-align: center;}


joomla-tab button[aria-expanded="true"]:after, joomla-tab button[aria-selected="true"]:after {
    content: "";
    opacity: .8;
    background-color: #00805e;
    height: 5px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}


.control-group {
    flex-wrap: wrap;
    margin: 0 0 1rem;
    display: flex;
    position: relative;
}

.control-group > .form-check {
    display: inline-block;
}

.control-group:after {
    clear: both;
    content: "";
    display: table;
}

.control-group .control-label {
    width: 240px;
    padding: 0.3rem 1rem 0.3rem 0;
}

.control-group .controls {
    flex: 1;
    min-width: 210px;
    max-width: 100%;
    position: relative;
}

.control-group .controls + div {
    width: 100%;
    margin: 5px 0 10px;
}



footer{color: #fff;}

.home footer{background: transparent; margin-top:-100px;}
/*.home .siteBody{display: none;}*/





@media(max-width:660px) {
    .npdatebadge {
        width: 15%;
    }
}

@media screen and (max-width: 480px) {
    .dnpblog3 {
        padding-bottom: 20px;
    }
    .npdatebadge, .npnewstext {
        width: 96%;
        float: none;
        margin-left: 0;
    }
    p.npday, p.npmonth, p.npyear {
        display: inline-block;
        margin-right: 4px;
    }
    .npdatebadge, .npnewstext {
        text-align: center;
        margin-bottom: 24px;
    }
}
