    body,
    html,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-family: Arial, Helvetica, sans-serif !important;
    }

    body {
        color: #252425 !important;
        font-size: 17px !important;
    }
    .breadcrumb>.active {
        color: #1c2a56 !important;
    }
    /* Target only the list in the #div_content */
    #div_content ul {
        list-style-position: outside !important;
        /* Ensures bullets are outside */
        list-style-type: disc;
    }

    #div_content li {
        margin-bottom: 10px;
        /* Optional: Adds spacing between list items */
    }
    #div_content div {
        font-size: 17px !important;
    }
    .navbar-static-top.navbar .menu-bar>.navbar-nav>li>a {
        font-family: Arial, Helvetica, sans-serif !important;
    }

    .footer-top,
    .footer-bottom {
        background-color: #1c2a56 !important;
        color: #F1F2F2 !important;
        font-size: 17px !important;
    }

    /*Home Page - Tag Line */
    #home-title-snippet {
        font-weight: bold !important;
        font-size: 36px !important;
    }

    /* Header Buttons */
    .navbar-nav>li>a {
        color: #F1F2F2 !important;
        font-weight: normal !important;
        font-size: 17px !important;
    }

    .navbar-right .fa-home {
        font-size: 17px !important;
    }

    /*Home Page - Sub Tag Line */
    #home-subtitle-snippet {
        font-weight: normal !important;
        font-size: 24px !important;
        color: #F1F2F2 !important;

    }

    .card-title {
        font-size: 17px !important;
        font-weight: bold !important;
    }

    .card-text {
        font-size: 17px !important;
        font-weight: normal !important;
    }

    .main-title h1.title {
        font-size: 17px !important;
        font-weight: bold !important;
    }
    .alert-post strong {
        font-size: 16px !important;
        font-weight: normal !important;
    }

    .service-tile {
        background-color: #1c2a56 !important;
        border: 7px solid #1c2a56 !important;
        border-radius: 25px !important;
        width: 100%;
        height: 200px !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        box-sizing: border-box;
        overflow: hidden;
    }

    .service-title {
        color: white !important;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px !important;
        font-weight: normal !important;
    }

    /* Deflection Text Styles */
    .xrm-attribute-value p {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 17px !important;
    }

    .xrm-attribute-value span {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 17px !important;

    }

    .xrm-attribute-value span[lang="EN-US"] {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 17px !important;
        font-style: normal !important;
    }

    .xrm-attribute-value div[lang="EN-US"] {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 17px !important;
        font-style: normal !important;
    }

    .xrm-attribute-value p[lang="EN-US"] {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 17px !important;
        font-style: normal !important;
    }

    .xrm-attribute-value div {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 17px !important;
    }

    .xrm-attribute-value a {
        color: #005a9e !important;
        text-decoration: underline !important;
    }
    .col-md-6.text-left a {
        font-size: 17px !important;
    }
    .crmEntityFormView .tab-title {
        font-size: 30px !important;
    }

    #filter-search,
    #filter-reset {
        color: #F1F2F2 !important;
        border-color: #1c2a56 !important;
        font-size: 17px !important;
    }

    .dataTables_wrapper .pagination>.active>a {
        background-color: transparent !important;
        border-color: transparent !important;
    }

    .esri-widget button,
    .esri-widget [role="button"] {
        color: #F1F2F2 !important;
    }

    .btn-primary {
        color: black !important;
        background-color: #43BEEF !important;
        border-color: #43BEEF !important;
        float: right;
        font-size: 17px !important;
    }

    #previousButton.btn-primary {
        float: left;
        font-size: 17px !important;
    }

    #UpdateButton.btn-primary,
    #InsertButton.btn-primary {
        float: right;
        font-size: 17px !important;
    }
    #previousButton.btn.btn-default {
    font-size: 17px !important;
    }
    #UploadButton.btn.btn-default.btn-secondary {
        font-size: 17px !important;
    }
    .xrm-attribute-value .contact-list strong {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 17px !important;
    }
    a:hover .service-tile {
        transform: scale(1.05) translateY(-5px);
        box-shadow: 0 5px 15px #757575;
    }

    .service-image:hover {
        opacity: unset !important;
    }

    .fa {
        display: inline-block !important;
        font-weight: normal !important;
    }

    /*.panel.panel-default {
    display: none !important;
}*/
    /*.knowledge-article-keywords{
   display: none !important; 
}*/
    /*Footer Responsive */
    body {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    footer {
        margin-top: auto;
    }

    @media screen and (max-width: 992px) {
        .navbar {
            margin: 0px 0px 0px 0px !important;
        }
    }

    @media (max-width: 620px) {
        .navbar {
            margin: 0px 0px 0px 0px !important;
        }
    }

    @media (max-width: 480px) {
        .navbar {
            margin: 0px 0px 0px 0px !important;
        }
    }

    /*@media (max-width: 768px) {
    .service-tile {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .service-tile {
        font-size: 1.1rem;
    }
}*/
    @media (min-width: 992px) {
        .col-md-6 {
            width: 60% !important;
        }
    }

    @media (min-width: 992px) {
        .col-md-offset-3 {
            margin-left: 20% !important;
        }
    }

    @media (max-width: 620px) {
        .col-md-6 {
            width: 61% !important;
        }
    }

    @media (max-width: 620px) {
        .col-md-offset-3 {
            margin-left: 20% !important;
        }
    }


    /* Medium screens (tablets) */
    @media (min-width: 768px) and (max-width: 991px) {
        .col-md-6 {
            width: 60% !important;
        }

        .col-md-offset-3 {
            margin-left: 18% !important;
        }
    }

    /* Small screens (phones) */
    @media (max-width: 767px) {
        .col-md-6 {
            width: 100% !important;
        }

        .col-md-offset-3 {
            margin-left: 0 !important;
        }
    }

    @media screen and (max-width: 480px) {
        .service-tile {
            width: calc(100% - 32px) !important;
            /* 16px padding on each side */
            margin: 0 auto 20px auto !important;
            padding-left: 16px !important;
            padding-right: 16px !important;
        }
    }

    @media (min-width: 481px) and (max-width: 992px) {
        .service-tile {
            width: calc(100% - 60px) !important;
            /* 30px padding on each side */
            margin: 0 auto 20px auto !important;
            padding-left: 30px !important;
            padding-right: 30px !important;
        }
    }

    iframe#WebResource_addressSearch1 {
        height: 34px !important;
    }
    iframe#WebResource_addressSearch {
        height: 34px !important;
    }
    iframe#WebResource_addressSearch2 {
        height: 34px !important;
    }

    /* Active Inquires Map*/
    @media (max-width: 480px) {
        #list-container table.display.dataTable {
            font-size: 0.8rem;
        }

        #list-container table.display.dataTable th,
        #list-container table.display.dataTable td {
            padding: 6px 8px;
        }
    }

    @media (min-width: 621px) and (max-width: 992px) {
        #list-container table.display.dataTable {
            font-size: 0.9rem;
        }

        #list-container table.display.dataTable th,
        #list-container table.display.dataTable td {
            padding: 10px 12px;
        }

    }

    /*Service Tile Responsive */
    @media screen and (min-width: 768px) and (max-width: 991px) {
        #home-page {
            background-repeat: no-repeat !important;
            background-size: 100% 800px !important;
        }
    }
    /* Medium screens: Mobile devices (480px - 767px) */
    @media (min-width: 480px) and (max-width: 767px) {
    .col-lg-4 {
        padding: 15px !important;
    }
}

/* Tablet Screens: Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .col-lg-4 {
        padding: 17px !important;
    }
}

/* Large Screens: Desktops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .col-lg-4 {
        padding: 17px !important;
    }
}

/* Extra Large Screens: Large Desktops (1200px and above) */
@media (min-width: 1200px) {
    .col-lg-4 {
        padding: 17px !important;
    }
}

  .entity-form .cell {
        padding-left: 0px !important;
        padding-right: 8px !important;
    }

    /*Service Request Map Navigation Issue 
#map,
.map-container,
.map-display{
    position: relative !important;
    z-index: 0 !important
}*/
    /*
    .alert-info {
        font-size: 17px !important;
    }
    */


    

