.dca-nav-top a {
    color: #fff;
    text-decoration: none;
}



.backimg {
    background-position: left bottom;
    background-image: url("~/images/logo/full-color-seal-hcdc-3.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.backimg-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(19,36,59, 0.95);     */
    /* background-color: rgba(17,32,53, 0.95); */
    /* background-color: rgba(10, 25, 45, 0.9); 
    background-color: rgba(4, 23, 47, 0.9);
    background-color: rgba(1, 20, 43, 0.9)
    background-color: rgba(1, 17, 36, 0.9);*/
    background-color: rgba(2, 20, 42, 0.9) !important;
}

.dca-logo img {
    height: 90px;
}

.nav-title {
    font-size: xx-large;
}

.dca-ul-icon li {
    list-style: none;
    display: inline-block;
    padding: 5px 5px;
}

    .dca-ul-icon li .no-icon {
        padding: 0 8px;
        color: #cccbca;
        font-size: small;
    }

        .dca-ul-icon li .no-icon:hover {
            color: #febd3d;
        }

    .dca-ul-icon li .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        width: 1.875rem;
        height: 30px;
        height: 1.875rem;
        text-align: center;
        color: #febd3d;
        background: rgba(255,255,255,.15);
        border-radius: 50%;
    }


    .dca-ul-icon li a {
        position: relative;
        transition: .5s;
        z-index: 3;
    }

    .dca-ul-icon li .icon:hover {
        color: #254d77;
        background-color: #ccc;
    }


.btn-dca-toggle {
    display: flex;
    align-items: center;
    justify-content: right;
}

.icon-dca-toggle {
    color: #febd3d !important;
    background-color: transparent !important;
}

    .icon-dca-toggle:hover {
        color: #fff !important;
    }
.icon-btn {
    background-color: transparent;
    border: none !important;
}


.footer .content {
    color: #fff;
    border-top: 5px solid #febd3d;
}


.footer text-title{
    font-weight:bold;
    font-size:large;
}

.footer ul {
    padding-left: 5px;
    padding-top: 7.5px;
}

.footer li {
    list-style-type: none;
    text-align: left;
    font-style: italic;
    padding-left: 10px;
    margin-top: 3px;
}

    .footer li a {
        color: #fff;
        text-decoration: none;
    }

.footer li a:hover {
    color: #febd3d;
    cursor: pointer;
}


.item-link:hover {
    color: #febd3d;
    cursor: pointer;
}

.general-title {
    text-transform: uppercase;
    text-align: left;
    font-size: x-large;
    font-weight: bold;
    border-bottom: 1px solid #febd3d;
    margin-bottom: 20px;
}