.breakpointWrapper {
  position: relative;
}
.breakpointWrapper::after {
  content: "desktop";
  position: fixed;
  bottom: 7.5%;
  right: 0;
  background-color: black;
  color: white;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  .breakpointWrapper::after {
    content: "mobile";
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .breakpointWrapper::after {
    content: "tablet";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .breakpointWrapper::after {
    content: "desktop";
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .breakpointWrapper::after {
    content: "widescreen";
  }
}
@media screen and (min-width: 1408px) and (max-width: 1919px) {
  .breakpointWrapper::after {
    content: "fullhd (1440p)";
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .breakpointWrapper::after {
    content: "ultrahd (1080p+)";
  }
}
@media screen and (min-width: 2560px) {
  .breakpointWrapper::after {
    content: "qhd (1440p+)";
  }
}
.breakpointWrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 999998;
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(255, 0, 0, 0.9) calc(8.333% - 1px), rgba(255, 0, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(0, 0, 255, 0.9) calc(8.333% - 1px), rgba(0, 0, 255, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(0, 255, 0, 0.9) calc(8.333% - 1px), rgba(0, 255, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(255, 165, 0, 0.9) calc(8.333% - 1px), rgba(255, 165, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1408px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(128, 0, 128, 0.9) calc(8.333% - 1px), rgba(128, 0, 128, 0.9) 8.333%);
  }
}

.sehu-contact-grid {
  background-color: inherit;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.sehu-contact-grid .sehu-container {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sehu-contact-grid .sehu-container .contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .sehu-contact-grid .sehu-container .contact-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .sehu-contact-grid .sehu-container .contact-cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.sehu-contact-grid .contact-card {
  position: relative;
  border: 1px solid #00355F;
  border-radius: 0 50px 0 50px;
  overflow: hidden;
  min-height: 300px;
  padding: 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.sehu-contact-grid .contact-card .location-name {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #00355F;
  margin: 0 0 1rem 0;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .sehu-contact-grid .contact-card .location-name {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .sehu-contact-grid .contact-card .location-name {
    font-size: 24px;
  }
}
.sehu-contact-grid .contact-card .address-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .sehu-contact-grid .contact-card .address-hours-row {
    flex-direction: column;
    gap: 1rem;
  }
}
.sehu-contact-grid .contact-card .address-section {
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #00355F;
  text-align: left;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sehu-contact-grid .contact-card .address-section {
    font-size: 16px;
  }
}
.sehu-contact-grid .contact-card .hours-section {
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #00355F;
  text-align: right;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .sehu-contact-grid .contact-card .hours-section {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .sehu-contact-grid .contact-card .hours-section {
    font-size: 16px;
  }
}
.sehu-contact-grid .contact-card .phone-section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: auto;
}
.sehu-contact-grid .contact-card .phone-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sehu-contact-grid .contact-card .phone-line.telephone-line .phone-label {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  vertical-align: middle;
  color: #00355F;
}
.sehu-contact-grid .contact-card .phone-line.telephone-line .phone-number {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #00355F;
}
.sehu-contact-grid .contact-card .phone-line.toll-free-line .phone-label, .sehu-contact-grid .contact-card .phone-line.fax-line .phone-label, .sehu-contact-grid .contact-card .phone-line.tty-line .phone-label {
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  vertical-align: middle;
  color: #00355F;
}
.sehu-contact-grid .contact-card .phone-line.toll-free-line .phone-number, .sehu-contact-grid .contact-card .phone-line.fax-line .phone-number, .sehu-contact-grid .contact-card .phone-line.tty-line .phone-number {
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #00355F;
}
@media screen and (max-width: 768px) {
  .sehu-contact-grid .contact-card .phone-line .phone-label, .sehu-contact-grid .contact-card .phone-line .phone-number {
    font-size: 16px !important;
  }
}
@media (max-width: 1023px) {
  .sehu-contact-grid {
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  .sehu-contact-grid {
    padding: 1.5rem 0;
  }
}
