@media (min-width: 1001px) {
  .body-content:has(.not-full-height) {
    padding-top: 130px;
  }
}

#pageMarque {
  margin-bottom: 3rem;
}

.headerPanel {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
  margin-bottom: 3rem;
}

.h-p-img img {
  width: 200px;
}

.h-p-container {
  width: 100%;
  height: 650px;
}

.h-p-bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.h-p-txt {
  margin-bottom: 3em;
  margin-top: 1em;
}

.h-p-txt h2 {
  text-transform: uppercase;
}

/* cc3 */
.cc3headerPanel {
  position: relative;
  height: 85vh;
}

.cc3-overlay-title {
  position: absolute;
  top: 50%;
  color: rgb(255, 255, 255);
  font-size: 2em;
  text-transform: uppercase;
  z-index: 99;
  width: 100%;
  transform: translateY(-50%);
}

.cc3-left, .cc3-right {
  width: 55%;
  position: absolute;
}

.cc3-left {
  left: 0;
  z-index: 2;
}

.cc3-right {
  right: 0;
}

.cc3-l-content {
  padding: 2em;
}

.cc3-l-title {
  text-transform: uppercase;
  margin-right: 30px;
}

.cc3-l-title h3 {
  font-size: 1.5em;
}

.cc3-l-img, .cc3-r-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 85vh;
}
.cc3-l-img:before, .cc3-r-img:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  height: inherit;
}

.cc3-l-img {
  height: 65vh;
}

@media only screen and (max-width: 930px) {
  .body-content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 450px) {
  .cc3-l-title h3 {
    font-size: 1em;
  }
}/*# sourceMappingURL=childPageMaster.css.map */