﻿
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito'), local('Nunito'), url('https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFUZ0b.woff2') format('woff2');
}
html, body, .BackgroundMaster, table {
    height: 100%;
}
.welcome {
    font-size:18px;
    font-weight:600;
}
#desktopContentCell {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

    #desktopContentCell * {
        max-width: 100%;
        box-sizing: border-box;
    }
.desktop-content-wrapper {
    width: 100%;
    overflow-x: auto;
}

    .desktop-content-wrapper * {
        max-width: 100%;
        box-sizing: border-box;
    }


.fontsize14 {
    font-size:14px;
}
.menu-plus-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block !important;
}
.indexCard {
    border: lightgray solid 1px;
    border-radius: 10px;
    background-color: white;
    padding: 7px;
    margin-top: 15px;
}

.width100 {
    width: 100px!important;
}

.outer1 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nunitoXbold18white {
    font-family: Nunito;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    text-transform: uppercase;
}

.nunitobold16white {
    font-family: Nunito;
    font-weight: bolder;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 24px;
    text-transform: uppercase;
    line-height: 22px;
}
.nunitobold18red {
    font-family: Nunito;
    font-weight: bolder;
    font-size: 18px;
    color: #D73C19;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 24px;
}

.nunitobold16gray {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    color: #362F2E;
    letter-spacing: 0;
    line-height: 22px;
}
.nunitobold14black {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
}

.padding-left5 {
    padding-left:5px;
}
.margin-15 {
    margin-top: -53px !important;
}
.margin-dd {
    margin-top: -40px !important;
}
.margin-bottom10{
    margin-bottom:10px!important;
}
.my-form-select {
    display: inline-block;
    width: auto; /* or set a fixed width */
    padding: 6px 30px 6px 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none; /* allows custom styling */
    background-image: url("data:image/svg+xml,%3Csvg ...%3E"); /* optional dropdown arrow */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}
.my-form-control {
    display: block;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;

}

html {

}
/* This targets only the horizontal layout cases inside your d-flex wrapper */
.radio-group .form-check-input {
    margin-left: 0.1rem; /* small enough to align but reduce visual padding */
    margin-top: 0.2rem; /* nudge to baseline-align with label */
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #efefef!important;
}

body {
    max-width: 100%;

}

.pageHeading {
    font-family: Nunito;
    font-size:30pt;
    font-weight:bold;
    color: #362F2E;
}




.marginRight {
    margin-right: 20px;
}



.header-bar {
    height: 90px;
    width: 100%; /* or 100px if it's really fixed */
 
    background: linear-gradient(to right, #ffffff 0%, #ffffff 33%, #f2f2f2 100%);
}
.pill-button {
    display: block;
    line-height: 18px; /* Vertically center text */
    padding: 10px 20px;
    border: 2px solid #D73C19; /* Red border, 2px */
    border-radius: 999px; /* This makes it pill-shaped */
    background-color: white;
    color: #D73C19!important;
    font-weight: 600;
    font-size: 16px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;

    margin: 0 auto;
    margin-bottom:5px;
}

    .pill-button:hover {
        background-color: #046C7F;
        border: 2px solid #046C7F;
        color:white;
    }




/*.menu {
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
    font-family: Nunito;
    font-size: 14px;
    background-color: #046C7F;*/ /*#363636;*/
    /*text-decoration: none;
    padding-left: 22px;
}

    .menu:hover {
        color: white;
        font-weight: bold;
        background-color: #005c6f;
        text-decoration: none;
    }*/




.pageContainer {
    display: flex;
    width: 100%;
    min-height: 100vh;
    border-radius: 10px;
    border: #cdcaca solid 1px;
    background-color: white;
    overflow-y: scroll;

}


/* begin input definition*****************************************************/
.form-floating-group {
    position: relative;
    margin-bottom: 1.5rem;
}

/* INPUT FIELD */
.form-floating-input {
    width: 100%;
    height: 38px;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #888; /* dark gray when idle */
    border-radius: 0;
    background-color: #efefef;
    color: #333;
    transition: background-color 0.2s ease;

    outline: none;
    box-shadow: none;
    
    transition: 
        background-color 0.2s ease, 
        border 0.2s ease, 
        border-color 0.2s ease;
}

/* LABEL behaves like placeholder, left-aligned */
.form-floating-label {
    position: absolute;
    left: 12px;
    top: 12px; /* 👈 aligns with input text, not centered */
    font-size: 12px; /* 👈 smaller, like a placeholder */
    color: #666;
    pointer-events: none;
    background-color: transparent;
    transition: all 0.2s ease;
}

/* When focused or value exists */
.form-floating-input:focus,
.form-floating-input:not(:placeholder-shown) {
    background-color: white;
    border:none;
}

    .form-floating-input:focus + .form-floating-label,
    .form-floating-input:not(:placeholder-shown) + .form-floating-label {
        top: -10px;
        font-size: 14px;
        font-weight: 500;
        color: #046C7F;
        background-color: white;
        padding: 0 4px;
    }


.form-floating-input {
    outline: none; /* 🔥 kill the browser’s glow */
    box-shadow: none; /* 👈 also helps in some browsers */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
    -webkit-text-fill-color: #333 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    border-color: #046C7F; /* optional: if you want autofilled fields to look focused */
}
.image-border-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.border-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: url('/img/input-top-idle.png'),
                      url('/img/input-right-idle.png'),
                      url('/img/input-bottom-idle.png'),
                      url('/img/input-left-idle.png');
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-position: top left, top right, bottom left, top left;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
}
.hamburger-btn {
    background: none;
    border: none;
    color: white;
    z-index: 1000;
    cursor: pointer;
    margin-right:10px;
    margin-top:9px;
}

/*.border-inner::before {*/
    /* Idle (gray) border image */
    /*background-image: url('/img/input-top-idle.png'), url('/img/input-right-idle.png'), url('/img/input-bottom-idle.png'), url('/img/input-left-idle.png');
    ...
}*/

.border-inner.has-content::before {
    /* Active (teal) border image */
    background-image: url('/img/input-top.png'), url('/img/input-right.png'), url('/img/input-bottom.png'), url('/img/input-left.png');
}


/* END input definition*/
/*login page*******************************************************/
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 15px;
    min-height: 100vh;
   
}

.inner-login-container {
/*    max-width: 366px;
    min-width: 300px;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* Optional: center text too */
    width: fit-content; /* or set a fixed width */
}

.login-container {
    background-color: white;
    width: 100%;
    max-width: 700px !important;
    padding: 50px 167px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.logo {
    display: block;
    margin: 0 auto 20px auto;
    max-height: 100px;
}

.welcome-text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    color:#362f2e ;
}

.divider {
    border-top: 2px solid #ccc;
    margin: 20px 0;
}

.section-title {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    text-align:center;
    color: #046C7F;
}

.new-user {
    color: #046C7F;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.btn-login {
    width: 100%;
    background-color: #d73c19; /* Bootstrap red */
    color: white;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 30px; /* pill shape */
    margin-top: 10px;
    cursor: pointer;
}

    .btn-login:hover {
        background-color: #c9302c;
        color:white;
    }

.login-links {
    margin-top: 15px;
    text-align: center;
    font-size: 14px !important;
    color: #362F2E;
}
.login-links-red {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #D73C19!important;
}
.register-text {
    text-align: center;
    font-size: 14px;
}



/* end login page **********************************/


.backgroundGray{
    background-color:lightgray!important;
}

.ddHeight {
    height: 20px;
}
.dropdown-wrapper {
    position: relative; /* Allows dropdown menu to position absolutely within the wrapper */
    display: inline-block; /* Ensures the wrapper takes only as much space as needed */
    width: auto; /* Makes the wrapper adjust based on the button’s size */
    margin-top: 50px;
}
.dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
}
.checkboxDropdown {
    top: 100%; /* Positions the dropdown below the button */
    left: 0;
    width: 100%; /* Ensures dropdown menu matches the button’s width */
    z-index: 1000; /* Keeps the dropdown menu above other elements */
}
.w-95 {
    width: 95%!important;
}
.w-83 {
    width: 83.8% !important;
 
}
.w-85 {
    width: 85% !important;
}

.w-80 {
    width: 80% !important;
}


.overflow-y-scroll {
    overflow-y: scroll;
}
/* Optional additional styling for unselectable categories */
optgroup {
    font-weight: bold;
    color: #333; /* Darker color for category headers */
}
.alignLeft{
    text-align:left;

}
.btn-primary{
    color:white!important;
}
.ddown {
    color: black;  /*#066b7d*/
    font-size:24px;
    font-weight:400;
}
.employment1 {
    margin: 10px;
    min-width: 280px;
    max-width: 400px;
    border: solid 1px #066b7d;
    font-family: Arial;
    font-size: 16pt !important;
    line-height: 120% !important;
    padding: 10px;
    overflow-x: hidden;
    border-radius: 8px;
}
.auto-width {
    display: inline-block;
    padding: 5px; /* Optional: add some padding */
    background-color: #f0f0f0; /* Optional: for visibility */
    position: relative;
    top: 29px;
    z-index: 999;
    background-color: white;
}
.black {
    color:black!important;
}

.NoDecor {
    text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    
}
a {
    text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}
    a:hover {
        color: inherit;
        text-decoration: none;
    }

    /* Styling for the visited state */
    a:visited {
        color: inherit;
        text-decoration: none;
    }

    /* Styling for the active state (when the link is clicked) */
    a:active {
        color: inherit;
        text-decoration: none;
    }

.h61 {
    text-align: left;
    color: #066b7d;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 4px;
    margin-top: 10px;
    font-weight: 600;
}
h6 {
    text-align: left;
    color: #066b7d;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 4px;
    margin-top: 10px;
    font-weight:600;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-scroll {
    overflow-x: scroll;
}
.accordion-header {
    background-color: #066b7d;
    color: white;
}
.modal-title {
    color:white;
}

.colorRed {
    color: red;
}
.control-label {
    margin-top: 15px;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight:500;
}
.accordion-button {
    background-color: #066b7d;
    color: white;
    transition: background-color 0.3s ease; /* Smooth transition for color change */
}
    .accordion-button .status-icon {
        position:relative;
        left:10px;
        
    }
    .accordion-button.collapsed::after {
        content: "▼"; /* Down arrow */
        color: #ffffff; /* Color when closed */
        background-image: none;
    }
    .accordion-button.expanded {
        background-color: #10a5bd; /* New color when expanded */
        text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.8); /* Adds a subtle glow */

        color: white; /* Optional: change text color when expanded */
    }
    .accordion-button:not(.collapsed) {
        text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.8); /* Adds a subtle glow */
        content: "▲"; /* Up arrow */
        background-color: #10a5bd; /* New color when expanded */
        color: white; /* Optional: change text color when expanded */
    }
    .accordion-button::after {
       
        background-image: none !important;
        content: "▼";  /*Or your preferred symbol */
        color: #ffffff; /* Light color for contrast*/ 
        font-size: 1.2rem;
        transform: rotate(0deg);  /*Rotate if needed */
        background: none;  /*Remove any background */
        border: none;  /*Remove any default border */
        padding: 0;
      
        box-shadow: none;
        outline: none;
    }
    .accordion-button:not(.collapsed)::after {
        transform: rotate(180deg);
        color: #066b7d; /* New color when arrow faces up */
    }
.overflow-x-auto {
    overflow-x: auto;
}
.label-required:before {
    content: "*";
    color: red;
    margin-right: 5px; /* Adds some spacing between the asterisk and the label */
}
.cssRedButton {
    background-color: #dd3f1c;
    border-radius: 5px;
    color: white;
    height: 20px;
    padding: 2px 8px; /* Adjust top-bottom and left-right padding */
    line-height: 1; /* Set line-height to control the text's vertical space */
    font-size: 14px; /* Adjust font size as needed */
}

    .cssRedButton:hover, .cssRedButton:focus, .cssRedButton:active {
        color: blue;
    }

.cssTealButton {
    background-color: #066b7d;
    color: white;
    border-radius:5px;
    height: 24px;
    padding: 2px 8px; /* Adjust top-bottom and left-right padding */
    line-height: 1; /* Set line-height to control the text's vertical space */
    font-size: 14px; /* Adjust font size as needed */
}



#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; /* Ensures it stays on top */
    background-color: rgba(255, 255, 255, 0.8); /* Optional background overlay */
    padding: 20px;
    border-radius: 10px;
}
.LocationQty {
    width: 50px;
}
/* Center the loading GIF without a background */
#loading-overlay {
    position: fixed; /* Sticks to the viewport */
    top: 50%; /* Centers vertically */
    left: 50%; /* Centers horizontally */
    transform: translate(-50%, -50%); /* Moves it to center */
    z-index: 1000; /* Keeps it above other content */
}

    #loading-overlay img {
        display: block;
        width: 100px; /* Adjust as needed */
        height: auto; /* Maintain aspect ratio */
    }
.careerFinder {
    width:100%;
}
.careerFinder label {
    font-weight:500;
}
    .careerFinder h4 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

#pathway {
}
#pathway label {
    font-weight: bold;
}
.container {

    overflow: hidden;     /*Ensure container accounts for floats*/
}

.fontSize16{
    font-size:16pt!important;
}

.box {
    width: 32%;
    float: left;
    margin-right: 1.0%;
    box-sizing: border-box; /* Includes padding/border in width calculations */
 
}

    .box:last-child {
        margin-right: 0;
        float:right;
        padding-top: 40px;
    }

/* Ensure the image scales properly */
.responsive-image {
    width: 100%;
    height: auto; /* Keep aspect ratio */
    display: block;
}

/* Clear floats */
/*.container::after {
    content: "";
    display: table;
    clear: both;
}*/
.helpText {
    font-size: 16pt;
    line-height: 130%;
    margin: 30px;
    text-align: left;
}
h1 {
    color: #066b7d;
}
h2 {
    color: #066b7d;
}
h3 {
    color: #066b7d;
}
h4 {
    color: #066b7d;
}
strong {
    font-weight: 600!important;
}
li {
    margin-top: 10px;
    font-family: Calibri;
    font-size: 16pt !important;
    line-height: 130% !important;
}
.section {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

    .section.active {
        opacity: 1;
        max-height: 9999px; /*  Large enough to accommodate content */
    }

.modal-header {
    background-color: #066b7d;
    color: white;
}

#street-view {
    height: 700px;
}

.container-fluid p {
    font-family: Nunito !important;
    font-size: 18px !important;
}
.container p {
    font-family: Nunito !important;
    font-size: 18px!important;
}
.container-fluid p {
    padding-left: 10px !important;
    padding-right: 10px;
}
.paddingLeft20 {
    padding-left: 20px;
}
.paddingLeft10 {
    padding-left: 10px!important;
}
.menu-label {
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0;
}

/* Make sure text color updates in open state */
.menu.open .menu-label {
    color: #D73C19;
}


/* Media query for small screens */
@media (max-width: 990px) {

    .box {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

        /* Prevent excessive height from content */
        .box img {
            max-width: 100%;
            height: auto;
        }

}


@media (min-width: 769px) {
 

    .page-heading {
        font-family: Nunito;
        font-weight: bold;
        font-size: 30px;
        color: #362F2E;
        line-height: 41px;
        letter-spacing: 0;
    }
    .btnListing {
        background-color: #066b7d!important;
        color: white !important;
        margin: 10px;
        width: 200px;
        padding: 10px 20px;
        border-radius: 50%;
        display: inline-block;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        text-decoration: none;
        transform: translateZ(0); /* Prevents text quiver */
    }

        .btnListing:hover {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
            text-decoration: none; /* No underline */
            color: white !important;
        }

        .btnListing:active {
            transform: scale(0.98); /* Slight "press" effect */
        }
/*    .menuItem {
        color: #D73C19;
        font-size: 14px;
        font-family: Nunito;
        font-weight: 600;
        background-color: #efefef;
        text-decoration: none;
        border-top: solid #046C7F 1px;
        border-left: solid #D73C19 3px;
        padding-left: 30px;
        padding-top: 7px;
        padding-bottom: 7px;
        height:70px!important;
    }*/
    .menuItem {
        color: #D73C19;
        font-size: 16px;
        font-family: Nunito;
        font-weight: 600;
        background-color: #efefef;
        text-decoration: none;
        border-top: solid #046C7F 1px;
        border-left: solid #D73C19 3px;
        padding-left: 56px;
        padding-top: 7px;
        padding-bottom: 7px;
        text-align: left;
        height: 65px !important;
        display: flex;
        line-height: 120%;
        align-items: center;
    }
        .menuItem:hover {
            color: white;
            font-weight: bold;
            background-color: #005c6f;
            text-decoration: none;
        }
    .menu-label {
        display: flex;
        align-items: center;
        gap: 10px;

    }

    /* Make sure text color updates in open state */
    .menu.open .menu-label {
        color: #D73C19;
    }
    /*.menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 30px 7px 22px;
        background-color: #046C7F;
        border-left: 3px solid transparent;
        color: white;
        font-weight: 600;
        font-family: Nunito;
        font-size: 14px;
        text-decoration: none;
        cursor: pointer;*/
        /* ✨ Add this line */
        /*transition: background-color 0.25s ease-in, border-left-color 0.25s ease-in;
    }*/
    .menu {
        display: flex;
        align-items: center;
        text-align: left;
        justify-content: space-between;
        padding: 7px 30px 7px 0px!important;
        background-color: #046C7F;
        border-left: 3px solid transparent;
        color: white;
        font-weight: 600;
        font-family: Nunito;
        font-size: 16px;
        text-decoration: none;
        cursor: pointer;
        height: 70px!important;
        line-height: 120%;
        /* ✨ Add this line */
        transition: background-color 0.25s ease-in, border-left-color 0.25s ease-in;
    }    
    

        .menu:hover {
            color: white;
            font-weight: bold;
            background-color: #005c6f;
            text-decoration: none;
            border-left: 3px solid #D73C19;
            ; /* ← this adds the red line */
        }

        .menu.open {
            background-color: white;
            border-left: 3px solid #D73C19;
        }

/*    .MenuTitle {
        font-weight: bold;
        font-size: 16px !important;
        font-family: Nunito;
        margin-left: 1px!important;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 30px;
        letter-spacing: 1px !important;
    }*/
    .section-heading {
        font-family: Nunito;
        font-weight: bolder;
        font-size: 18px;
        color: #046C7F;
        letter-spacing: 20px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .mobile1FormWidth{
        width:90%;
    }

    .my-form-control {
        width: 100%;
    }
    #menuContainer {
        color: white;
        height: 100%;
        width: 300px;
        text-decoration: none;
        background-color: #046C7F;
        /*flex-shrink: 0; Prevent shrinking in flex layout */
    }
    .BackgroundMaster {
        background-color: #efefef;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 1px;
        padding-bottom: 30px;
        height: 100%;
    }

    .topHeading {
        padding-top: 22px;
        height: 112px;
        width: 100%;
        border: #cdcaca solid 1px;
        margin-left: 0px;
        margin-right: 80px;
        margin-top: 40px;
        margin-bottom: 0px;
        border-radius: 11px;
        background-color: white;
        padding-left: 40px;
        padding-right: 40px;
    }
    .showHidePostingMobile {
        display: none;
    }

    .showHidePosting {
        display: block;
    }
    .Mobile1, #mobileMenuWrapper {
        display: none !important;
    }

    .MobileNot {
        display: block !important;
    }
    .innerDiv1 {
        width: 100%;
        max-width: 600px;
    }

    subCategoryTitle {
        font-size: 16px;
        font-weight: 600;
        color: #362F2E;
    }
    .icon-lifestyle {
        margin-left: 2px !important; /* or -2px depending on direction */
    }

}


@media (max-width: 768px) {
    .menu-arrow-icon {
        width: 22px;
        height: 22px;
        margin-left: 8px;
        vertical-align: middle;
    }



    subCategoryTitle {
        font-size: 14px;
        font-weight: 600;
        color: #362F2E;
    }


    .page-heading {
        font-family: Nunito;
        font-weight: bold;
        font-size: 26px;
        color: #362F2E;
        line-height: 41px;
        letter-spacing: 0;
    }

    .outer1 {
        justify-content: center;
    }
/*    .indexCard table {
        table-layout: fixed;
        width: 100%;
    }*/

    .indexCard td {
        word-break: break-word;
        overflow-wrap: break-word;
    }


    .menu-plus-icon {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 22px !important;
        height: 22px !important;
        z-index: 11111;
    }
    .menu-arrow-icon {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 22px!important;
        height: 22px!important;
        z-index: 11111;
        position: absolute;
        right: 40px;

    }


    /*.menu-label {
        display: flex;*/
    /*align-items: center;*/
    /*text-align:left;
        gap: 10px;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: solid 2px #046C7F;
        padding: 10px;
        width: 100%;
        border-radius: 8px;
    }

        .menu-label:hover {
            color: white!important;
            font-weight: bold;
            background-color: #005c6f;
            text-decoration: none;
        }*/
    /* Make sure text color updates in open state */
    /*.menu.open .menu-label {
        color: #D73C19;
    }
  
    .menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 0px 7px 0px;
        background-color: white;
        border-left: 3px solid transparent;
        color: #046C7F;
        font-weight: 600;
        font-family: Nunito;
        font-size: 12px;
        text-decoration: none;
        cursor: pointer;

        transition: background-color 0.25s ease-in, border-left-color 0.25s ease-in;
    }



        .menu.open {
            background-color: white!important;*/
    /*   border-left: 3px solid #D73C19;*/
    /*}
    .menuItem {
        color: #D73C19;
        letter-spacing: 1px;
        font-size: 12px;
        text-align: left;
        margin-left: 20px;
        margin-right: 24px;
        border: 1px red solid;
        font-family: Nunito;
        font-weight: 600;
        background-color: #efefef;
        text-decoration: none;
        border-top: solid #D73C19 1px;
        border-left: solid #D73C19 1px;
        padding-left: 5px;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-bottom:5px;
    }

        .menuItem:hover {
            color: white!important;
            font-weight: bold;
            background-color: #005c6f;
            text-decoration: none;
        }
    */




    #mobileMenuWrapper {
        background-color: #046C7F !important;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }


    .menuItem {
        color: #D73C19;
        font-size: 16px;
        font-family: Nunito;
        font-weight: 600;
        background-color: #efefef;
        text-decoration: none;
        border-top: solid #046C7F 1px;
        border-left: solid #D73C19 3px;
        padding-left: 54px;
        padding-top: 7px;
        padding-bottom: 7px;
        text-align: left;
        height: 65px !important;
        display: flex;
        line-height: 120%;
        align-items: center;
    }

        .menuItem:hover {
            color: white;
            font-weight: bold;
            background-color: #005c6f;
            text-decoration: none;
        }

    .menu-label {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14pt;
        font-weight: 600;
        font-family: Nunito;
    }

    /* Make sure text color updates in open state */
    .menu.open .menu-label {
        /*color: #D73C19;*/
        color: black !important;
    }
    .ParentText {
        padding-left:5px;
    }
    .faIcon {
        width: 35px;
    }
    .menu {
        display: flex;
        align-items: center;
        text-align: left;
        justify-content: space-between;
        padding: 7px 20px 7px 0px!important;
        background-color: #046C7F;
        border-left: 3px solid transparent;
        color: white;
        font-weight: 600;
        font-family: Nunito;
        font-size: 16px;
        text-decoration: none;
        cursor: pointer;
        height: 70px;
        line-height: 120%;
        /* ✨ Add this line */
        transition: background-color 0.25s ease-in, border-left-color 0.25s ease-in;
    }

        .menu:hover {
            color: white;
            font-weight: bold;
            background-color: #005c6f;
            text-decoration: none;
            border-left: 3px solid #D73C19;
            ; /* ← this adds the red line */
        }

        .menu.open {
            background-color: white;
            border-left: 3px solid #D73C19;
        
        }

/*    .MenuTitle {
        font-weight: bold;
        font-size: 18px !important;
        font-family: Nunito;
        margin-left: 0px;
        text-align: center;
        margin-top: 15px;

        letter-spacing: 2px !important;
    }*/

    .innerDiv1 {
        margin: 0 auto;
        width: 90%; /* or adjust as needed for padding */
    }
    .section-heading {
        font-family: Nunito;
        font-weight: bolder;
        font-size: 17px;
        color: #046C7F;
        letter-spacing: 2px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .logout {
        color: #D73C19!important;
        font-size: 10px!important;
        text-align:right!important;
        text-decoration:none!important;

    }

    table tr td{
        font-size: 14px;
        line-height:18px;
    }

    tr.mobile-nudge-left {
        position: relative;
        left: 0px;
        width: 280px!important;
    }

    .my-form-control {
        width: 235px !important;

    }
    .mobile1FormWidth {
        /*        width: 280px !important;*/
        width: 235px!important;
      
    }
    .form-group label {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
    }
    #menuContainerMobile {
        /*color: #046C7F !important;*/
        height: 100%;
        text-decoration: none!important;
        background-color: #046C7F;

    }
    .BackgroundMaster {
        background-color: #efefef;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 1px;
        padding-bottom: 30px;
        height: 100%;
    }

    .ContentContainer {
        min-height: 500px;
        width: 100%;
        border: #cdcaca solid 1px;
        border-radius: 11px;
        background-color: white;
   
    }

    .ContentHeading {
        background-color: #046C7F;
        color: white;
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
        height: 77px;
        padding-top:9px;
      
    }
    .ContentHeading,
    .dashboard-header { /* whatever your wrapper class is */
     
    }

    .ccclogo{
        height:70px;

    }

    .topHeading {
        padding-top: 22px;
        height: 145px!important;
        width: 100%;
        border: #cdcaca solid 1px;
        /*        margin-left: 0px;
        margin-right: 80px;
        margin-top: 40px;
        margin-bottom: 20px;*/
        border-radius: 11px;
        background-color: white;
        padding-left: 10px;
        padding-right: 10px;
    }
    .login-container {
        background-color: white;
        width: 100%;
        max-width: 700px !important;
        padding: 50px 40px;
        border-radius: 50px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        min-width: 280px;
    }
    .Mobile1 {
        display: block!important;
        
    }

/*    .MenuMobileTD {
        vertical-align: top;
        text-align: left;
        background-color:white;
        color: #046C7F;
        padding: 1px;
        border-radius: 0px;
    }*/

    #mobileMenuWrapper {
        width: 100%;menuContainerMobile
        max-width: 500px;
        width: 100%;
        height: auto;
        overflow-y: auto;
        z-index: 1050; /* higher than most elements */
        background-color: white;
        color: #046C7F;
        padding-right:0px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .MobileNot {
        display: none !important;
    }
    .showHidePostingMobile {
        display: block;
    }

    .showHidePosting {
        display: none;
    }
    .pLabel{
        font-weight:bold;
       
    }
    .TopLogoPublic {
        width: 300px;
    }
    .container {
     
        padding-left: 0px;
        max-width: 100%;
        overflow-x: hidden;
    }
    #street-view {
        height: 470px;
    }
}
.btn-lighter {
    color: black !important;
    background-color: white;
}
.btnListingSize {
    background-color: #066b7d;
    color: white !important;
    margin: 10px;
   
}

    .btnListingSize:hover {
        color: azure;
        text-decoration-line: underline;
    }

.btnListing {
    background-color: #066b7d!important;
    color: white !important;
    margin: 10px;
    width: 200px;
    padding: 10px 20px;
    border-radius: 50%;
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    transform: translateZ(0); /* Prevents text quiver */
}

    .btnListing:hover {
    
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
        text-decoration: none; /* No underline */
        color: white !important;
    }
    .btnListing:active {
        transform: scale(0.98); /* Slight "press" effect */
    }

.btnHelp {
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transform: translateZ(0); /* Prevents text quiver */
}
    .btnHelp:hover {
        transform: scale(1.05);
        text-decoration: none; /* No underline */
    }

    .btnHelp:active {
        transform: scale(0.98); /* Slight "press" effect */
    }
.coolBtn {
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transform: translateZ(0); /* Prevents text quiver */
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .coolBtn:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
        text-decoration: none; /* No underline */

    }

    .coolBtn:active {
        transform: scale(0.98); /* Slight "press" effect */
    }

.bolder {
    font-weight: 500;
}
.locationListing {
    border: solid 3px #066b7d;
    font-family: Arial;
    font-size: 16pt !important;
    line-height: 120% !important;
    margin-bottom: 30px;
    padding:10px;
    max-width: 100%;
    overflow-x: hidden;
    border-radius: 8px;
}
.margin5{
    margin:5px;
}
.employment {
    border: solid 2px #066b7d;
    font-family: Arial;
    font-size: 16pt !important;
    line-height: 120% !important;
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
    overflow-x: hidden;
    border-radius: 8px;
}
.employment1 {
    margin:10px;
    min-width:280px;

    border: solid 1px #066b7d;
    font-family: Arial;
    font-size: 16pt !important;
    line-height: 120% !important;

    padding: 10px;
    overflow-x: hidden;
    border-radius: 8px;
}

#JobInfo {

}
.text-start h4 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.employment1-1Moble {

   
    background-color: #efefef;
    text-align: left;
    border: solid 1px #066b7d;
    font-family: Arial;
    font-size: 16pt !important;
    line-height: 120% !important;
    padding: 10px;
    overflow-x: hidden;
    border-radius: 8px;
    margin-bottom:10px;
}


.employment1-1 {
    margin: 12px;
    min-width: 280px;
    background-color:#efefef;
    text-align:left;
    border: solid 1px #066b7d;
    font-family: Arial;
    font-size: 16pt !important;
    line-height: 120% !important;
    padding: 10px;
    overflow-x: hidden;
    border-radius: 8px;
}

.border3 {
    border: 3px solid red;
}
.border4 {
    border: 4px solid blue;
}
.marginTop10 {
    margin-top: 10px;
}
.marginLeft25 {
    margin-left:25px;
}
.marginLeft10 {
    margin-left: 10px;
}

.table-striped > tbody > tr:nth-child(odd) > td
 {
    background-color: #066b7d;
    color: white;
}
.btnTable {
    color: #066b7d;
    background-color: #f2f2f2;
    font-weight:600;
}
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ffffff !important;
    color: #066b7d;
   
    border-top: #066b7d solid 1px;
    border-bottom: #066b7d solid 1px;
}
th {
    font-size: 18px;
    color: #066b7d;
}

.imageCarousel{
    background-color:white!important;
    width:100%;
    height:100%;
}
.carousel{
    width:800px;
    height:400px;
}
html {
    font-size: 16px;
}

/* USED FOR CENTERING */
.outer {
    width: 100%;
    text-align: center;
}

.innerDiv {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}
html {
    max-width: 100%;
    position: relative;
    min-height: 100%;
}



label {
    font-weight: bold;
}
/* Ensures the radio button and label align properly */
.radio-inline {
    display: inline-flex;
    align-items: center;
    margin-right: 1rem; /* Space between radio buttons */
}

    .radio-inline input[type="radio"] {
        margin-right: 0.5rem; /* Space between radio button and label */
    }

    .radio-inline label {
        margin: 0; /* Remove default margin */
    }



#sidebar {
    background-color: #363636;
    color: #eee;
    position: fixed;
    height: 100%;
    width: 250px;
    overflow: hidden;
    left: 0;
    margin: 0;
    -moz-transition: left ease .25s;
    -o-transition: left ease .25s;
    -webkit-transition: left ease .25s;
    transition: left ease .25s;
}

#sidebar.hide-sidebar {
    left: -250px;
    -moz-transition: left ease .25s;
    -o-transition: left ease .25s;
    -webkit-transition: left ease .25s;
    transition: left ease .25s;
}

#wrapper {
    margin: 0 0 0 250px;
    -moz-transition: margin-left ease .25s;
    -o-transition: margin-left ease .25s;
    -webkit-transition: margin-left ease .25s;
    transition: margin-left ease .25s;
}

#wrapper.hide-sidebar {
    margin-left: 0;
    -moz-transition: margin-left ease .25s;
    -o-transition: margin-left ease .25s;
    -webkit-transition: margin-left ease .25s;
    transition: margin-left ease .25s;
}

#wrapper.hide-sidebarFast {
    margin-left: 0;
    -moz-transition: margin-left ease .25s;
    -o-transition: margin-left ease .25s;
    -webkit-transition: margin-left ease .25s;
    transition: margin-left ease .25s;
}

.logo {
    width: 100%;
    background-color: white;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.environment {
    width: 100%;
    background-color: white;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: red;
    font-size: large;
    font-style: italic; 
    font-weight: 500;
}
.environmentBig {
    width: 100%;
    background-color: white;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: red;
    font-size: xx-large;
    font-style: italic;
    font-weight: 500;
}
.TopLogo {
    width: 225px;
}
.TopLogoPublic {
    max-width: 400px;
}
.sideBarButton {
    width: 65px;
    background-color: white;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito'), local('Nunito'), url('https://themes.googleusercontent.com/static/fonts/Nunito/v5/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}


.overflowy {
    overflow-y: auto;
}

.btn-sm,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-delete::before {
    content: "Delete";
}

.btn-delete-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.BackToListTop {
    padding-top: 10px;
}

.left10 {
    margin-left: 10px;
}
.headshot {
    max-height: 60px;
    border: 1px solid#222;
    padding: 3px;
    margin-top: 3px;
}
.menu span {
    margin-left: 10px;
}

.changeImage {
    color: azure;
    font-size: smaller;
    font-style: italic;
}

.changeImage:hover {
    color: white;
    font-style: normal;
}
.topBar {
    height: 76px;
}

.footer {
    position: fixed;
    left: 250px;
    bottom: 0;
    width: 100%;
    background-color: white;
    font-size: smaller;
}

.footerAll {
    position: fixed;
    left: 0px;
    bottom: 0;
    width: 100%;
    background-color: white;
    font-size: smaller;
}

.footerLogoRight {
    float: right;
    position: relative;
    left: -285px;
    top: 12px;
    width: 100px;
    margin-right: 5px;
}

.em2p2LogoRightAll {
    float: right;
    position: relative;
    left: -35px;
    top: 2px;
    width: 75px;
    margin-right: 5px;
}

div.hidden {
    display: none
}
.alert {
    color: black;
    font-style: normal;
    font-size: 20px;
}
.numberalign {
    text-align: right;
}

.pagesize {
    max-width: 210px;
}

.pagenumber {
    max-width: 210px;
    
}
.ui-menu-item {
    background-color: white !important;
    list-style-type: none;
}
/*Horizontal list that wraps*/
/*.outer {
    width: 100%;
    text-align: left;
    word-wrap: break-word;
    vertical-align: top;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.innerDiv {
    display: inline-block;
    margin: 0 auto;
}*/

.padding5 {
    padding: 5px;
}
.paddingTop5 {
    padding-top: 5px;
}
.marginLeft5{
    margin-left:5px;
}
.marginRight5 {
    margin-right: 5px;
}


.linkItem {
    position: relative;
    margin: 5px;
    display: inline-block;
    width: 250px;
    height: 115px;
    padding: 5px;
}
/*.element {
    position: absolute;
    top: 36%;
    transform: translateX(-50%);
}*/
.linkTitle {
    font-family: 'Arial';
    font-size:   16pt;
    font-weight: 500;
    color: black;
    width: 100%;
}
.uploadedFiles {
    text-decoration: none;
    color: black;
}
.removeAttachmentX {
    color: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
}
/*hide the jquery ui autocomplete helper text*/
.ui-helper-hidden-accessible {
    display: none !important;
}
@media (max-width: 350px) {
    .form-group {
        margin-bottom: 0.75rem;
    }

    .form-control,
    .form-select {
        font-size: 0.9rem;
        padding: 0.375rem 0.5rem;
    }

    label {
        font-size: 0.85rem;
    }
}