.skip-to-content-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 9999;
  background: #ffffff;
  color: #000000;
  padding: 10px 16px;
  border: 2px solid #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
}

.skip-to-content-link:focus,
.skip-to-content-link:focus-visible {
  top: 16px;
  outline: 2px solid #000000;
  outline-offset: 2px;
}
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 999;
}

.back-to-top:hover,
.back-to-top:focus {
  transform: translateY(-2px);
}

.back-to-top:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
html {
    scroll-behavior: smooth;
}
.inner-header {
    background: rgba(0, 0, 0, 0.1);
}
.banner-content.container {
    background: rgba(0, 0, 0, 0.1);
}
span.ti-with-tooltip {
    color: #000;
}

.bluebox > .vc_column-inner > .wpb_wrapper {
    background-color: #4B75C3;
}
.vc_row.wpb_row.vc_row-fluid.blue_overlay.vc_custom_1766492899090.vc_row-has-fill {
    background: #000;
}
.wsf-form input[type=radio].wsf-field + label.wsf-label, label#wsf-1-label-20-row-1 {
	color: #595959 !important;
}
.wpb_wrapper a {
    color: #0071EB !important;
}
.specialtiesh h3.vc_custom_heading {
    font-size: 24px;
    line-height: 29px;
    color: #212529;
    font-weight: 500 !important;
}
.bluebox h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    color: #fff;
}

.grybox h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #212529;
}

span.ti-read-more-active {
    color: #000 !important;
    opacity: 1 !important;
}

.reportwebissue {
  text-align: justify;
  text-align-last: center; /* centers last line */
  max-width: 800px;
  margin: 0 auto; /* center block */
  padding: 0 20px;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 768px) {
  .reportwebissue {
    padding: 0 16px;
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .reportwebissue {
    padding: 0 12px;
    font-size: 14px;
  }
}

div#nav_menu-2{
	display: block !important;
}

