/** Shopify CDN: Minification failed

Line 211:14 Unexpected "<"

**/


/* CSS from section stylesheet tags */
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 0px) and (max-width: 767px) {

  .sub-call-description {
    display: block !important;
    justify-content: center !important;
    width: 100% !important;
}
  .sub-call-container {
    display: grid !important;
    height: auto !important;
    width: auto !important;
    padding: 10px !important;
    margin-top: 0px !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .sub-call-des-left {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
}
  .sub-call-des-right {
    width: 100% !important;
    margin: 0 !important;
}
  .sub-call-right-prompt {
    margin: 0 !important;
  }
.sub-status {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    padding: 0px !important;
    margin: 0 !important;
    width: 100% !important;
    right: 0 !important;
}

}


  
/*modal for Lightbox*/
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 10px;
  /*min-height: 95vh;*/
}
  
.submodal {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s linear;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.modal-content {
  margin: auto;
  display: block;
  width: auto;
  height: 90%;
  max-width: 700px;
  border-radius: 5px;
}

.image-item img {
  width: 100%;
  border-radius: 5px;
  max-width: 300px;
  cursor: pointer;
  transition: 0.25s;
}

.image-item img:hover {
  transform: scale(0.97);
}

.close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 0px 0px 6px 0px;
  top: 35px;
  right: 35px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: transform 0.3s;
}

button {
  background: none;
  border: none;
}

.close:hover {
  transform: scale(0.9);
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  white-space: pre-line;
  text-align: center;
  color: #ccc;
  padding: 25px 0px 42px 0px;
  height: 150px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s;
}

/*End modal for Lightbox*/
  .sub-timeline {
    display: flex;
    justify-content: center;
  }
  
  .deadline{
    color: red;
  }
  .hidden {
  display: none !important;
}
  .collapse-button{
    width: 100%;
  }
  ul{
    padding: 0px;
    margin: 0px;
  }
  li{
    list-style-type: none;
    padding: 0px;
    margin: 0px; 
  }
  .sub-call-img-container{
    justify-content: center;
    margin-bottom: 0px;
    padding: 0px;
  }
  .sub-img{
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
  }

  .sub-call-map{
    display: flex;
    justify-content: center;
  }
  
  .sub-map{
    /*
    padding: 10px;
    margin: 0;
    width: 50%;
    height: auto;*/
  }
  
  .sub-header{
    width: 100%;
    position: relative;
  }
  .sub-status {
    position: absolute;
    color: white;
    top: 0;
    right: 10px;
    background-color: #49de71;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px; 
    height: 30px;
    border-radius: 5px;
    width: 100px;
  }
  .sub-status < p{
    background-color: yellow;
  }
  
  .sub-title {
    display: flex;
    justify-content: center;
    
    padding: 0px;
    margin: 0;
  }

  .sub-call-container {
    display: flex;
    height: auto;
    width: auto;
    padding: 10px;
    margin-top: 0px;
    align-items: center;
    justify-content: center;
  }
  .sub-call-shell {
    height: auto;
    width: auto;
    padding: 10px;
    margin: 20px 100px;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
  }
  .sub-call-description {
    display:flex;
    justify-content: center;
    width: 100%
  }
  .sub-call-des-left {
    display: flex;
    flex-direction: column; /* Ensures vertical stacking */
    text-align: center;
    padding: 10px;
    margin: 10px;
    background-color: #f1f1f1;
    /* border: 1px solid black;*/
    width: 30%;
  }
  
  .sub-call-des-left small {
    margin: 0; /* Remove any default margin */
    padding: 0; /* Remove any default padding */
    display: block; /* Ensures each small element takes up the full width available */
  }
  .sub-call-des-right {
    /*display: flex;*/
    /*flex-direction: column;*/ /* Ensures vertical stacking */
    /*padding: 0;
    margin: 10px;*/
    /*background-color: #f1f1f1;*/
    /* border: 1px solid black;*/
    width: 70%;
  }

  .sub-call-right-prompt{
    display: flex;
    flex-direction: column; /* Ensures vertical stacking */
    padding: 0;
    margin: 10px;
    background-color: #f1f1f1;
    /* border: 1px solid black;*/
    width: auto;
  }

  .sub-call-des-right p {
    padding: 0;
    margin: 10px;
  }
  .sub-due{
    color: white;
    padding: 10px !important;
    text-align: center;
    background-color: #21272d;
  }
  .sub-button{
    margin: 10px;
    padding: 25px;
    border: 0px;
    background-color: #21272d;
    color: white;
    width: 100%;
  }

  .sub-button:hover {
    background-color: black; /* Darker background on hover */
    transform: scale(.95); /* Slightly scale up the button */
    cursor: pointer;
  }

  .sub-disabled-button {
    background-color: #d3d3d3; /* Gray background */
    color: #a9a9a9; /* Gray text */
    cursor: not-allowed; /* Change cursor to indicate disabled state */
    pointer-events: none; /* Prevents clicking */
    opacity: 0.6; /* Makes it look faded */
    margin: 10px;
    padding: 25px;
    border: 0px;
    width: 100%;
  }
  .sub-button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
  }