/*End Generated Styles*/.center {text-align:center;}
.homepage .whatsnew_present .page_title {display:none;}
#header {
  height: 50vh;
}
#user_content h4 {
  font-size: 21px;
  color: #458fbe;
  margin-top: 3em;
  margin-bottom: 1.2em;
}
#user_content h4:before {
  content: '';
  display: block;
  width: 15%;
  height: 2px;
  background-color: #bbb;
  position: relative;
  top: -2px;
  left: -10px;
}

.table-wrap {
  overflow-x:auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align:center;
}
table td, table th, table tr {
  border: 1px solid #ddd;
  padding: 8px;
}
table th {
  background-color: #eef6f4;
}
.closed {
  color: #e94e7a;
}

.head-nav-wrap .webdexpress_header h1 a {
  font-size: 2vw;
  display: flex;
  align-items: center;
  gap: 10px;
}
.head-nav-wrap .webdexpress_header h1 a:before {
  content:'';
  display: inline-block;
  width: 55px;
  height: 52px;
  background: url(/uploads/2025/11/07/logomark_rev.jpg) center/contain no-repeat;
}

#user_content .page-title {
  color: #333;
  font-size: 2.25rem;
  font-weight: 300;
  margin: 1em auto 1.5em auto;
  text-align: center;
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border-bottom: 2px solid #a2a2a2;
  background-color: #fff;
}
#user_content .page-title:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #fff;
  rotate: 135deg;
  translate: -50%;
}
#user_content .page-title:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: calc(50% - 4px);
  z-index: -1;
  width: 30px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #a2a2a2;
  box-shadow: 0 2px 0 #fff,0 -2px 0 #fff;
}

.faq-wrap {
  border-bottom: 1px dotted #bbb;
  padding: 1em 0;
}
.faq-wrap:last-of-type {
border:0;
}
.faq-wrap .question:before {
  content: 'Q';
  font-size: 30px;
  font-weight: 200;
  margin-right: 10px;
  position: relative;
  top: -2px;
  color:#20ab88;
}
.faq-wrap .answer:before {
  content: 'A';
  font-size: 30px;
  font-weight: 200;
  margin-right: 10px;
  position: relative;
  top: 2px;
  left: 2px;
  color:#cd2353
}

#user_content .sitemap-list {
  list-style: none;
  margin: 6em 0;
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
#user_content .sitemap-list a {
  text-decoration: none;
  display: inline-block;
  background-color: #498fc1;
  padding: 10px 15px;
  border-radius: 3px;
  color: #fff;
  border: 1px solid #498fc1;
}
#user_content .sitemap-list a:hover {
  background-color: #fff;
  color: #498fc1;
}

.footer-bot-sec .nav {
  display: flex;
  justify-content: center;
  gap: 10px 30px;
  margin: 2em 0;
}
.footer-bot-sec .nav a {
  text-decoration: none;
}
.footer-info {
  margin: 1em 0;
}
.footer-top-sec .webdexpress_header h1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-top-sec .webdexpress_header h1:before {
  content:'';
  display: inline-block;
  width: 30px;
  height: 28px;
  background: url(/uploads/2025/11/07/logomark_rev.jpg) center/contain no-repeat;
}
.footer-top-sec .webdexpress_header h1 a {
  font-size: 1.3rem;
}
#footer .social-media {display:none;}

@media screen and (max-width: 834px) {
  .head-nav-wrap .webdexpress_header h1 a {
    font-size: 4.5vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .head-nav-wrap .webdexpress_header h1 a:before {
    width: 40px;
    height: 38px;
  }
}