.section-title {
  text-align: left;
}

.site-header .header-wrapper .desktop-nav .menu a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.site-header .header-wrapper .header-right .phone {
  color: #000;
  font-weight: 500;
}

.notices .container {
  border-radius: 10px;
}
.notices .container .noticeCard {
  background: rgb(252, 252, 252);
  border: 1px solid #A9D8FF;
  border-radius: 34px;
  padding: 40px;
  box-sizing: border-box;
  width: 100%;
  color: #000;
  margin-bottom: 70px;
}
.notices .container .noticeCard .selfBodyCopy .h4 {
  font-size: 24px;
}
.notices .container .xtraFontBold {
  font-size: 1.771vw;
  line-height: 1.4;
  font-weight: bold;
}
.notices .container .sub-text {
  font-size: 22px;
}
.notices .container .primaryBtn {
  background: #ff6600;
  border-radius: 10px;
  padding: 12px 26px;
  text-transform: uppercase;
  display: inline-flex;
  font-weight: 500;
  align-items: center;
  color: #fff;
  font-size: 1.042vw;
  line-height: 1.4;
  text-decoration: none;
}
.notices .container .primaryBtn:hover {
  background: #D3642E;
}
.notices .overlay-content {
  top: 0 !important;
  bottom: 0;
  left: 0;
  right: 0;
  place-items: center;
  height: fit-content;
  flex-direction: column;
}
.notices .iframe-container {
  width: 100%;
}
.notices .selfDisclosureOverlay {
  align-items: flex-start !important;
  border-radius: unset;
  bottom: 0% !important;
}

.notices .overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.notices .overlay-content {
  display: none;
  position: fixed;
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  width: 90% !important;
  max-width: 650px !important;
  max-height: 85vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 20px !important;
  padding: 40px 30px 30px 30px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  box-sizing: border-box;
}
.notices .overlay-content .close-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #dce8f5;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
}
.notices .overlay-content .close-icon img {
  width: 14px;
  height: 14px;
}
.notices .overlay-content .close-icon:hover {
  background-color: #f0f7ff;
  border-color: #ff6600;
  transform: scale(1.05);
}
.notices .iframe-container {
  width: 100%;
}
.notices .selfDisclosureOverlay {
  align-items: flex-start !important;
  border-radius: 20px !important;
}

@media all and (max-width: 786px) {
  .section-title {
    padding-top: 20px;
    text-align: left;
  }
  .notices .container {
    border-radius: 10px;
  }
  .notices .container .noticeCard {
    background: rgb(252, 252, 252);
    border: 1px solid #A9D8FF;
    border-radius: 15px;
    padding: 24px 12px;
    box-sizing: border-box;
    width: 100%;
    color: #000;
    margin-bottom: 30px;
  }
  .notices .container .noticeCard h3 {
    margin-bottom: 14px;
  }
  .notices .container .xtraFontBold {
    font-size: 18px;
    line-height: 1.4;
    padding: 0;
  }
  .notices .container .sub-text {
    font-size: 14px;
    line-height: 1.4;
  }
  .notices .container .primaryBtn {
    font-size: 14px;
    line-height: 1.4;
    padding: 12px 24px;
  }
  .notices .overlay-content {
    width: 90%;
  }
  .notices .container .noticeCard .selfBodyCopy .h4 {
    font-size: 18px;
  }
}/*# sourceMappingURL=notifications.css.map */