* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

img,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  max-width: 100%;
}

main table,
table {
  max-width: 100%;
}

.width_height_pixel {
  width: 100% !important;
  height: auto !important;
  max-width: 1062px;
}

/* .image-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgb(0 0 0 / 80%);
}

.image-modal.is-open {
  display: flex;
}

.image-modal img {
  width: auto;
  max-width: min(100%, 1100px);
  max-height: 90vh;
  object-fit: contain;
}

.image-modal-close {
  position: absolute;
  top: .75rem;
  right: 1rem;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1;
  cursor: pointer;
} */



.image-modal{
    position: fixed;
    inset: 0;
    background: black;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 40px;
}

.image-modal.is-open{
    display: flex;
}

.image-modal img{
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
}

.image-modal-close{
    position: absolute;
    top: 20px;
    right: 55px;
    font-size: 80px;
    font-weight: 300;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    line-height: 1;
     color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.image-modal-close:hover{
    color: #fff;
}


body.modal-open{
    overflow: hidden;
}



.contact-map-panel {
  min-height: 28rem;
}

.contact-map {
  width: 100%;
  height: 100%;
}

.notice-ticker-text {
  padding: .625rem 0;
}

@media (max-width: 640px) {
  .top_header {
    clip-path: none;
  }

  #mobile-menu {
    width: min(86vw, 22rem) !important;
  }

  main table,
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  main th,
  main td {
    min-width: 7.5rem;
    white-space: normal;
    vertical-align: middle;
  }

  main h1.text-4xl {
    font-size: 2rem;
    line-height: 1.25;
  }

  input,
  select,
  textarea,
  button {
    max-width: 100%;
  }

  iframe {
    min-height: 18rem;
  }

  .contact-map-panel {
    min-height: 20rem;
  }
}
