/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/*Targets the parent container of the simple list items*/
.items_c5217b8ab82a47938fd429a6bdea1e0b {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_e7283708d7a9448f9e6ce01676edf03b {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_e7283708d7a9448f9e6ce01676edf03b > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_a98fd42e0d284a6cbd4c44ce925ebb78 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_a98fd42e0d284a6cbd4c44ce925ebb78 > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_f07210c117164435bcfc0044a938a889 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_f07210c117164435bcfc0044a938a889 > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_a0e0db893d39480aa37bd557ebde9a8a {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_a0e0db893d39480aa37bd557ebde9a8a > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_c3a81c443a364aab9631d3841be4a8ee {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_c3a81c443a364aab9631d3841be4a8ee > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_c3a81c443a364aab9631d3841be4a8ee {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_c3a81c443a364aab9631d3841be4a8ee > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_d0518d3de8a944b49670022b3c8571ca {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_d0518d3de8a944b49670022b3c8571ca > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_d3c8294b1a29416aa7b453805464b7ce {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_d3c8294b1a29416aa7b453805464b7ce > .item {
   display: flex;
   flex-direction: column;
}
/*Popup CSS*/
/*Popup CSS*/
.mad-popup-wrap {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 76%);
    z-index: 9999;
}

.mad-popup-wrap.show {
    display: block;
}

.mad-popup-content img {
    max-width: 100%;
    width: 100%;
}

.mad-popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    
    /* Width & Height Adjustments */
    width: 80%; /* Responsive width */
    max-width: 600px; /* Prevents it from being too wide */
    height: auto; /* Allows flexibility */
    max-height: 80vh; /* Ensures it doesn't get too tall */
    
    text-align: center;
    padding: 20px;
    box-sizing: border-box; /* Prevents width/height issues */
    overflow-y: auto; /* Adds scroll inside popup if needed */
}

.mad-popup-wrap .close {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 30px;
    cursor: pointer;
}

.mad-popup-text {
    padding: 15px;
}

.mad-popup-wrap p.popup-header {
    margin: 0;
    font-size: 30px;
    text-align: center;
}

.mad-popup-wrap p.popup-subheader {
    margin: 0;
    font-size: 25px;
    text-align: center;
}

/* Mobile adjustments */
@media screen and (max-width: 550px) {
    .mad-popup-box {
        width: 90%; /* Takes up most of the screen */
        max-width: 90%;
        max-height: 80vh; /* Prevents excessive height */
        top: 20vh; /* Moves it up to avoid needing to scroll */
        transform: translate(-50%, 0); /* Fixes off-screen positioning */
    }
}


/*uncomment to change color of the popup text*/
/*p.popup-header, p.popup-subheader {*/
/*    color: black;*/
/*}*/

/*uncomment to change close button to white*/
/*.close svg {*/
/*    filter: invert(1);*/
/*}*/
/* Sitewide Banner */

.block_a2cd5d24189e4974bbbf03262baf59b2{
background-color: #ffffff;
color: #000000; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
    padding-top: 0px !important;
}