#customPageTitle {
  display: none;
  text-align: center;
  font-weight: bold;
  font-weight: 900;
  color: #58595b;
  letter-spacing: 0px;
  font-size: 21px;
  border-bottom: none;
  margin-top: 60px;
  text-transform: capitalize;
}

.customPageSubtitle {
  margin-bottom: 20px;
  font-weight: 600;
  font-weight: bold;
  font-weight: 600;
  width: 100%;
  float: left;
  height: 74px;
  line-height: 34px;
  color: #000000;
  letter-spacing: 0px;
  font-size: 28px;
  border-bottom: none;
  margin-top: 10px;
  margin-bottom: 0px;
}
.customPageCenteredContent {
  width: 100% !important;
}
.customPageCaption {
  width: calc(30% - 80px);
  float: left;
  text-align: left;
  margin-top: 85px;
  padding-left: 40px;
  font-size: 28px;
  margin-bottom: 0px;
  font-weight: 600;
}
.bannerContainer {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

.bannerContainer img {
  width: 100%;
  height: auto;
}
.secondHeader {
  width: 100%;
  height: auto;
  background: rgba(234, 234, 234, 0.5);
  color: #000000;
}
ul {
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 00px;
}
.linksWrapper {
  width: 80%;
  margin: auto;
  max-width: 580px;
  display: flex;
  line-height: 60px;
  font-size: 16px;
  justify-content: space-evenly;
  transition: font-weight 1s ease-in-out;
}

.linksWrapper a:hover {
  text-shadow: 0px 0 0 currentColor;
}
.secondHeader .headerOptionSelected {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .customPageCenteredContent {
    margin: auto;
    height: auto !important;
    min-height: auto !important;
  }
  .customPageSubtitle {
    width: 75%;
    float: inherit;
    margin: auto;
    display: block;
    font-size: 23px;
    line-height: 27px;
  }

  #content {
    min-height: calc(100vh - 88px - 390px);
  }
  .linksWrapper {
    font-size: 14px;
    width: 90%;
  }
}
