/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}
/* ------------------ */

/* Hide Print Button */
#print-preview {
  display: none !important;
  
}
/* ----------------- */
#form-element-wrapper_2{
  display: none;
}
/* Hiding Language dropdown*/
 
#form-element-wrapper_5{
  visibility: hidden !important;
}
/* css for edd logo and header*/

/* TO CONTROL SCREEN SCROLLBAR*/
.form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

/* Styling EDD logo to left*/

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
/*--------------------------------------------------------*/
ul {
    list-style: none;
    padding: 0;
}
li {
    padding-bottom: 12px;
    color: black;
}

.highlight {
    background-color: #d6d8fb;
    padding: 2px 4px;
}

.info a {
    /*color: blue;*/
    text-decoration: none;
}
.info a:hover {
    text-decoration: underline;
}
.schedule {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    padding-bottom:10px;
    padding-left: 2%;
    padding-top: 10px;
}
.contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}
.contact-item {
    min-width: 150px;
}

/*----------------------for white and black  bullet -------------------------------*/

/* Style for the main FAQ list */
.faq-list {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 0;
}

/* Style for the sublist under each FAQ */
.sublist {
    list-style-type: circle;
    margin-left: 22px;
    padding-left: 0;
}

/* Links inside the FAQ */
.faq-list a {
    /*color: #0073e6;*/
    text-decoration: none;
}

.faq-list a:hover {
    text-decoration: underline;
}
/*---------------------for 2 sets of bullets page 2------------------------*/
.large-bullet::before {
    content: '\2022';
    /* font-size: 1.5em; Adjust size as needed */
    /* margin-right: 0.5em;*/
    display: inline-block;
  }
  

.divTable1 {
    display: table;
    width: 100%;
    padding-top: 10px;
  }
  
  .divTableBody {
    display: table-row-group;
  }
  
  .divTableRow {
    display: table-row;
  }
  
/*------------------------------------*/
.divTable{ display: table; }
.divTableBody { display: table-row-group;}
.divTableRow { display: table-row; }
.divTableCell { display: table-cell;
    width: 13%;
    padding-top: 10px;}
    /*----------------------------------------------*/
    .tableContainer {
        display: table;
        width: 100%;
      }
      .tableBody {
        display: table-row-group;
      }
      .tableRow {
        display: table-row;
      }
      .tableCell {
        display: table-cell;
     width:0%;
        vertical-align: top;
        padding-left:3%;
      }
      .listItem::before {
        content: "\2022 "; /* Unicode character for a bullet */
        color: black;
        font-size: 1.2em;
        margin-right: 8px;
      }
     /*------------------------------------------*/
     .Checkboxsize {
        width: 14px;
        height: 14px;
        background-color: white;
        border-radius: 5%;
        border: 1px solid grey;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        margin-right: 8px;
    }
    .jtext {
        display: block;
        margin-top: -22px;
        padding-left: 35px;
        padding-right: 50px;
        
    }
    .cellContent {
        display: table-cell;
        width: -1%;
        vertical-align: top;
        padding-left: 3%;
    }
    /*---------------------------------------*/
    .tableDataCell {
        display: table-cell;
        width: 30%;
        padding-left:8%;
   
    }

    
   
ul,ol{ padding-right:20px;} 

.divTable1 {
    display: table;
    width: 100%;
    padding-top: 10px;
}
.divTableBody {
    display: table-row-group;
}
.divTableRow {
    display: table-row;}
    .divTableCellb {
        display: table-cell;
        vertical-align: top;
        padding-left: 33px;
        width:15%
    }
/*----------------date and time -------------------*/
.information{
    margin-left:0%;
}
.schedule-container {
    display: block;
    justify-content: space-between;
    align-items: flex-start; 
    flex-wrap: wrap; 
    margin: -15px;
    padding-top: 15px;
    padding-left:6%;
    padding-bottom: 10px;
  
  }
  
  .schedule-left, .schedule-center, .schedule-right {
    
    display: flex; 
    flex-direction: column; 
  }
  
  .schedule-row{
    display: flex; 
    justify-content: space-between; 
    margin-bottom: 8px; 
    width:55%;
  }
  
  .schedule-cell {
    flex: 1;
   /* padding: 5px;*/
    text-align: left; 
  }
    /*--------for telephone numbers --------------*/
    .information{
        margin-left:0%;
    }
    .headerContainer {
      /*  display: flex;*/
        justify-content: space-between;
        align-items: flex-start; 
        flex-wrap: wrap; 
        margin: -15px;
        padding-top: 25px;
        padding-left:5%;
        padding-bottom:10px;
      
      }
      
      .left, .center, .right {
        flex: 1; 
      /*  padding: 10px;*/
        display: flex; 
        flex-direction: column; 
      }
      
      .row {
        display: flex; 
        justify-content: space-between; 
        margin-bottom: 8px; 
      }
      
      .cell {
        flex: 1;
       /* padding: 5px;*/
        text-align: left; 
      }
      /*------------------for telephone number flip -----------*/
      .divTableCell1{
display:inline;
      }
      /* Base styles for the list */
.resource-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr; /* Single column by default */
    gap: 0px; /* Space between items */
    padding-top: 2%;
    padding-left: 7%;
  }
  




  .headerContainer1 {
    display: grid;
    grid-template-columns:   repeat(6, 1fr); /* 6 cells in a row */
    padding-left:20px;
    row-gap: 10px;
    align-items: center;
    padding-top: 10px;
}







  /* Media query for larger screens */
  @media (min-width: 768px) {
    .resource-list {
      grid-template-columns: repeat(2, 1fr); /* Two columns on larger screens */
    }
  }
  
 
      
    @media only screen and (max-width: 768px) {
   
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        
    }
    .headerContainer1 {
      grid-template-columns: 1fr 1fr; /* 2 cells per row: Language and Phone Number */
  }

  .cell {
      text-align: left;
     
  }
 .L1right{
    
    margin-right:-45px;
}
 .divTableCell {
    display: block;
    width: 100%;
    text-align: left;
  }

  .left, .center, .right {
    width: 100%;
    margin-bottom: -7%;
    padding: 10px;
}

  .row {
    flex-direction: row; /* Keep language and phone number in a row */
  }

    .headerContainer {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 5%;
        padding-bottom: 10px;
    }
  
  .information{
    padding-left:-3%;
}
.divTableCellb {
    display: contents;
}
.cellContent {
  
    padding-left: 10%;
}
.jtext {
    display: block;
    margin-top: -22px;
    padding-left: 20px;
    padding-right:25px;
    
}
.tableDataCell {
    display: table-cell;
    width: 20%;
    padding-left: 0%;
}
.schedule-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    width: 101%;
}
.schedule-cell {
    flex: 1;
    padding: 0px;
    text-align: left;
}
    }
/* Media Query for iPad Mini */
@media only screen 
and (min-width: 768px) 
and (max-width: 768px) 
and (min-height: 1024px) 
and (max-height: 1024px)
{
    .left, .center, .right {
        width: 70%;
        margin-bottom: -3%;
        padding: 10px;
    }
    
.cellContent {
  
    padding-left: 5%;
}
.schedule-row {
    display: flex
;
    justify-content: space-between;
    margin-bottom: 8px;
    width: 72%;
}
.headerContainer1 {
  grid-template-columns: 37% 20%;
}
} 
