#mainindex {
  background-color: #d3cebc;
}

.uspl-header-disclosure.uspl-homepage-disclosure {
  position: absolute;
  top: 94px;
  left: 50%;
  width: calc(100% - 32px);
  max-width: 940px;
  transform: translateX(-50%);
  z-index: 120;
}

.uspl-homepage-disclosure .uspl-header-disclosure-inner {
  background: transparent;
  box-shadow: none;
}

.uspl-homepage-disclosure p {
  margin: 0;
  padding: 12px 18px;
  color: #fff8dd;
  font-size: 1.5rem;
  line-height: 1.45;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

.park-doorway {
  width: 100%;
  max-width: 300px;
  height: 150px;
  display: block;
  margin: 6px auto;
  border: 1px solid #39402b;
  border-radius: 8px;
  background-size: cover;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.park-doorway .title {
  width: 100%;
  height: 35px;
  background-image: url("//s3-us-west-2.amazonaws.com/rocimages/2/images/title-bkg.png");
  border-radius: 8px 8px 0 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 1px 1px 1px #333;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
}

.park-doorway .title h2 {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  padding: 5px 15px;
  margin: 0;
  text-shadow: 1px 1px 1px #333;
}

.park-doorway .title a {
  color: #fff;
}

.park-doorway:hover,
.park-doorway:focus,
.park-doorway:active {
  color: inherit;
  text-decoration: none;
}

.handcursor {
  cursor: pointer;
}

#parklinks {
  display: none;
  text-align: center;
}

@media (max-width: 767px) {
  .uspl-header-disclosure.uspl-homepage-disclosure {
    top: 82px;
    width: calc(100% - 20px);
  }

  .uspl-homepage-disclosure p {
    padding: 10px 12px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
