/* Whistleblowing page */

.wb-hero {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
}

.wb-hero__image {
  width: 100%;
  height: auto;
  display: block;
}

.wb-content {
  padding: 60px 0;
}

.wb-content .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}

.wb-content__title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #333;
}

.wb-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.wb-links {
  margin: 40px 0;
}

.wb-links h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}

.wb-documents {
  margin: 40px 0;
}

.wb-documents h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}

.wb-documents ul {
  list-style: none;
  padding: 0;
}

.wb-documents li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.wb-documents li a {
  color: #0063a3;
  font-size: 16px;
  text-decoration: none;
}

.wb-documents li a:hover {
  text-decoration: underline;
}

.wb-documents li a .fa {
  margin-right: 8px;
  color: #c00;
}

/* Hide default page elements */
.path-node-62 .breadcrumb,
.path-node-62 h1.page-title {
  display: none;
}

/* Hero title overlay */
.wb-hero__title {
  position: absolute;
  bottom: 200px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Gradient overlay transparent to black */
.wb-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  pointer-events: none;
}

section.wb-hero {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
