html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}
/*
body {
    margin-bottom: 60px;
}
*/
.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}


.header-container {
    /*remove the container default padding attribute*/
    padding-left: 10px !important;
    padding-right: 10px !important;
    /*increase width as per your need*/
    max-width: 100%;
}

.body-container {
    /*remove the container default padding attribute*/
    padding-left: 20px !important;
    padding-right: 20px !important;
    /*increase width as per your need*/
    max-width: 100%;
}

.header-image {
    background-image: url(../images/header.jpg);
    height: 200px;
    background-size: cover;
    background-position-y: 50%;
}

.index-image {
    max-height: 250px;
}

.nav-link.active {
    font-weight: bold;
}

.accordion-button:focus {
    outline: 0 !important; /* Removes the default browser outline */
    box-shadow: none !important; /* Removes the Bootstrap focus box shadow */
    border-color: transparent !important; /* Ensures no border color is applied */
}

.accordion-button::after {
    display: none !important; /* Hides the arrow completely */
}

.community-outreach {
    /*height: 350px;*/
}

.vertical-blue-bar, .office-info {
    float: left;
}

.community-outreach .vertical-blue-bar {
    width: 40px;
    height: 100%;
    background-color: var(--primary) !important;
    margin-right: 20px;
}

.community-outreach .office-info {
    width: calc(100% - 60px);
    height: 100%;
    display: block;
    list-style: none;
}


    .community-outreach .office-info h3 {
        /*font-family: 'Roboto Condensed' !important;*/
        text-transform: uppercase !important;
        letter-spacing: .5px !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        color: var(--primary);
        display: block;
        padding: 2px 0 10px 0 !important;
        text-align: left !important;
        margin: 0 0 25px 0 !important;
    }

.site-footer {
    /*padding: 15px 0 25px 0 !important;
    z-index: 250;*/
    background: #0B213F;
    color: #ccc;
}

    .site-footer .container {
        max-width: 100%;
    }
/*.footer-image img {
    height: 30px;
}*/

.no-bullets {
    list-style-type: none; /* Removes the bullet points */
    padding: 0; /* Removes default left padding */
    margin: 0; /* Removes default margin */
}

    .no-bullets li {
        display: block; /* Makes the entire list item clickable */
        margin-bottom: 20px; /* Optional: Adds some space between list items */
    }

    .no-bullets a {
        display: block; /* Makes the entire list item clickable */
        width: 200px; /* Ensures the link takes up the full width of the list item */
    }

    .no-bullets span {
        margin-left: 35px; /* Optional: Adds some space between list items */
    }

.home-nys-image {
    height: 300px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

    .home-nys-image.image1 {
        background-image: url(../images/index1.JPG);
    }

    .home-nys-image.image2 {
        background-image: url(../images/index2.JPG);
    }

    .home-nys-image.image3 {
        background-image: url(../images/index3.JPG);
    }

.footer-social-image {
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

    .footer-social-image.facebook {
        background-image: url(../images/logos/social/facebook.png);
    }

    .footer-social-image.x {
        background-image: url(../images/logos/social/x-white.png);
    }

    .footer-social-image.instagram {
        background-image: url(../images/logos/social/instagram.png);
    }

.footer-nys-image {
    height: 100px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

    .footer-nys-image.dot {
        background-image: url(../images/logos/nys/dot.png);
    }

    .footer-nys-image.fha {
        background-image: url(../images/logos/nys/fha.png);
    }

.navbar-logo {
    height: 75px;
    /*width: 250px;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/logos/qcf/blue.png);
    direction: rtl;
    padding-left: 120px !important;
    font-weight: bold;
    font-size: 24px;
}

button.nav-link {
    display: block;
    height: 100%;
    width: 100%;
    text-align: left;
}

    button.nav-link:hover {
        background-color: #e9ecef;
    }
.ui-dialog-titlebar {
    display: none;
}

.ui-dialog-buttonpane {
    text-align: center !important;
    background-color: #3b4a5f; 
    border:none;
}

.ui-dialog-buttonset {
    float: none !important;
    display: inline-block !important;
    width: 100% !important;
}

    .ui-dialog-buttonset button {
        width: 45%;
        border: none;
        color: white;
        height: 40px;
        border-radius: 5px;
        font-weight: bold;
    }

        .ui-dialog-buttonset button:first-child {
            background-color: green;
        }

        .ui-dialog-buttonset button:last-child {
            background-color: red;
            float: right;
        }

.yes-no-caption {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: white;
}

.ui-dialog {
    background-color: #3b4a5f;
}
article {
    border: none;
}
.text-left {
    text-align: left !important;
}