body.page-template-content-share_your_walk .site-content {
  position: relative;
  overflow: hidden;
}

.walk-photos-container {
  max-width: 100vw;
  width: 100vw;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
}
.walk-photos-container .btn-primary:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
.walk-photos-container .btn-primary:focus, .walk-photos-container .btn-outline-primary:focus {
  box-shadow: unset !important;
  background-color: transparent !important;
}

.walk-photo {
  width: 12.5vw;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.walk-photos-container-overlay-bg, .walk-photos-top-overlay-bg {
  background: rgb(4, 88, 159);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  z-index: 50;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.walk-photos-container-overlay-bg, .walk-photos-top-overlay-bg, .gallery-bg-overlay {
  background: rgba(4, 88, 159, 0.8);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  z-index: 50;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.facetwp-load-more {
  color: #0093D8;
  cursor: pointer;
}
.facetwp-load-more:hover {
  color: white;
  background: #0093D8;
}

.modal {
  background: rgba(8, 14, 44, 0.75);
}

.photo-upload-top-overlay {
  position: absolute;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.walk-photos-container-overlay {
  z-index: 51;
}

.walk-photos-container-overlay, .walk-photos-container-overlay-bg, .walk-photos-top-overlay-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation-name: complete;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.form-modal {
  background: transparent;
}
.form-modal .modal-header {
  top: 0;
  right: 0;
  border-bottom: unset;
}

.close-btn.btn-secondary:hover {
  background-color: transparent !important;
  border-color: none !important;
}

.form-modal .modal-content {
  border: none;
  background: white;
}

.form-modal .modal-dialog {
  padding: 50px 0;
}

.walk-photos-container-overlay .overlay-container-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 13.5px;
  opacity: 1;
  visibility: visible;
}

.walk-photos-container-overlay.hidden {
  animation-name: z-index;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
}

.walk-photos-container-overlay-bg.overlay-fade-out, .walk-photos-container-overlay.overlay-fade-out {
  bottom: 100%;
  height: unset;
  visibility: hidden;
  z-index: -1;
  overflow: hidden;
}
.walk-photos-container-overlay-bg.overlay-fade-out .overlay-top, .walk-photos-container-overlay.overlay-fade-out .overlay-top {
  display: none;
}

.walk-photos-container-overlay h1, .walk-photos-container-overlay h2 {
  color: white;
}

.walk-photos-container-overlay h1 {
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  margin: 0;
}

.walk-photos-container-overlay h2 {
  font-weight: 600 !important;
  font-size: 55px;
  line-height: 55px;
}

.walk-photos-container-overlay .overlay-top {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.walk-photos-container-overlay .overlay-bottom {
  gap: 18px;
}

.form-modal-button.upload-photo {
  background: #2268B8;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}
.form-modal-button.upload-photo span {
  font-weight: 700;
}
.form-modal-button.upload-photo:hover {
  background-color: white;
}
.form-modal-button.upload-photo:hover span {
  color: #2268B8;
}

.btn.explore-gallery {
  background: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}
.btn.explore-gallery span {
  font-weight: 700;
  color: #2268B8;
}
.btn.explore-gallery:hover span {
  color: white;
}

#gform_submit_button_1 {
  background-color: #2268B8;
  border-radius: 40px !important;
  border: none;
  padding: 10px 15px;
  font-weight: 700;
}

.modal-content p, .modal-content h3 {
  color: white;
}
.modal-content p {
  line-height: 22px;
}
.modal-content h3 {
  font-size: 43px !important;
  line-height: 45px;
  font-family: effra, sans-serif;
  font-weight: 500;
}
.modal-content h3 span {
  font-size: 43px !important;
  line-height: 45px;
  font-family: effra, sans-serif;
  font-weight: 700;
}

.walk-modal .modal-content {
  background: transparent;
}

.modal-body-left, .modal-body-right {
  flex: 0 0 48%;
}
.modal-body-left .btn, .modal-body-right .btn {
  background: transparent;
  border-radius: 0;
}

button.close-btn {
  background: transparent;
  border: none;
  display: flex;
  max-width: 32px;
  padding: 0;
  box-shadow: unset;
}
button.close-btn:focus {
  box-shadow: unset;
}

.modal-dialog.modal-xl {
  max-width: 1000px;
}

.modal-walk-photo {
  width: 100%;
  aspect-ratio: 1.2/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  display: none !important;
}
.gform_wrapper.gravity-theme .ginput_container_address span {
  flex: 1 !important;
  padding-right: 1% !important;
  padding-left: 0;
}

.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
  padding-right: 0 !important;
}

.pagination-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  bottom: 0;
  z-index: 15;
  transform: translate(-50%, 0);
}
.pagination-container .facetwp-facet-load_more button {
  background-color: #2268B8;
  color: white;
  border-radius: 40px !important;
  border: none;
  padding: 10px 15px;
  font-weight: 700;
}

.photo-upload-top-overlay-inner {
  gap: 15px;
}
.photo-upload-top-overlay-inner .photo-upload-top-overlay-inner-copy p {
  color: white;
  text-transform: uppercase;
  margin: 0;
  line-height: 20px;
  font-weight: 700;
  max-width: 530px;
}

.ginput_container.ginput_container_consent {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pagination-container {
  opacity: 0;
  visibility: hidden;
}

.pagination-container.visible {
  opacity: 1;
  visibility: visible !important;
}

.gallery-row-container {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1600px) {
  body.page-template-content-share_your_walk .walk-photo {
    width: 16.6666666667vw;
  }
}
@media screen and (max-width: 1300px) {
  body.page-template-content-share_your_walk .walk-photo {
    width: 20vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  div.gallery-img:last-of-type {
    display: none !important;
  }
  .gallery-img {
    width: 20% !important;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-content-share_your_walk .walk-photo {
    width: 25vw;
  }
  .gallery-row-inner, .gallery-row-container {
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  .gallery-img {
    flex-wrap: wrap;
    display: flex;
    width: 33.3333333333% !important;
    aspect-ratio: 1/1;
  }
  .gallery-img .gallery-img-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  .site-content .walk-photos-container-overlay-bg.hidden {
    animation-name: move-up-sm-screen;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
  }
  .site-content .photo-upload-top-overlay.visible {
    height: 120px;
  }
  .site-content .photo-upload-top-overlay-inner-copy p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-content-share_your_walk .walk-photo {
    width: 33.3333333333vw;
  }
  .walk-modal .modal-body {
    gap: 30px;
  }
  .walk-photos-container-overlay h1, .walk-photos-container-overlay h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .walk-photos-container-overlay .overlay-container-inner {
    top: 20%;
    transform: translate(-50%, -20%);
  }
}
@media screen and (max-width: 575px) {
  body.page-template-content-share_your_walk .walk-photo {
    width: 50vw;
  }
  .site-content .walk-photos-container-overlay-bg.hidden {
    animation-name: move-up-xsm-screen;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
  }
  .site-content .photo-upload-top-overlay.visible {
    height: 150px;
  }
  .walk-photos-container-overlay h1, .walk-photos-container-overlay h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.walk-photos-container-overlay.hidden .overlay-top {
  animation-name: fade-out;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.walk-photos-container-overlay.hidden .overlay-bottom {
  animation-name: fade-out;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

.walk-photos-container-overlay-bg.hidden {
  animation-name: move-up;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}

.photo-upload-top-overlay.visible {
  animation-name: fade-in;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
  z-index: 75;
  height: 100px;
}

@keyframes move-up {
  from {
    height: 100%;
  }
  to {
    height: 100px;
  }
}
@keyframes move-up-sm-screen {
  from {
    height: 100%;
  }
  to {
    height: 120px;
  }
}
@keyframes move-up-xsm-screen {
  from {
    height: 100%;
  }
  to {
    height: 150px;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes z-index {
  from {
    z-index: 51;
  }
  to {
    z-index: -1;
  }
}
.gallery-row {
  position: relative;
}

.gallery-copy-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
  gap: 20px;
}

.gallery-row h3 {
  font-size: 30px;
  font-weight: 700 !important;
  color: white;
  margin: 0;
}

.gallery-row h4 {
  font-size: 30px;
  font-weight: 500;
  color: white;
  margin: 0;
}

.gallery-copy-overlay .overlay-bottom {
  gap: 10px;
}

.gallery-row .explore-gallery {
  color: #2268B8 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}
.gallery-row .explore-gallery:hover {
  color: white !important;
}
.gallery-row .explore-gallery:focus {
  background-color: white !important;
}
.gallery-row .explore-gallery:active {
  background-color: white !important;
}

.gallery-img {
  width: 16.6666666667%;
  aspect-ratio: 1/1;
}
.gallery-img .gallery-img-inner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.resources-content-inner {
  gap: 40px;
  padding-top: 40px;
}

.resource-thumbnail-img {
  width: 250px;
  height: 131px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a.link-button {
  transition: 0.3s ease-in-out;
}
a.link-button:hover .resource-thumbnail-img {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

body.page-template-resources h1 {
  font-weight: 700 !important;
  font-size: 30px;
  line-height: 44px;
  color: var(--dark-blue);
}
/*# sourceMappingURL=maps/style.css.map */
