@charset "UTF-8";
/* CSS Document */
/* For emergency css updates by non SASS users -- Inform Dennis so updates can be integrated */
.min-00 { display: none; }



/* COLOR BOX */
#cboxContent {
  background: none !important;
}

.page-node-type-upgraded-experiences #cboxLoadedContent {
  border: none !important;
  border-radius: 0;
  background: transparent !important;
}

#cboxLoadedContent {
  border: none !important;
  background: transparent !important;
  color: #FFFFFF !important;
}
#cboxLoadedContent .colorpop {
  background: #449d92 !important;
  border-radius: 10px;
}
#cboxLoadedContent .colorpop .lightboxhero img {
  /*border-radius: 10px 10px 0 0;*/
}
#cboxLoadedContent .lightboxhero {
  margin-bottom: 40px;
}
#cboxLoadedContent .lightboxlogo img {
  max-width: 85% !important;
  margin: 0 auto;
}
#cboxLoadedContent p {
  color: #FFFFFF !important;
  font-size: 18px !important;
  width: 750px;
  max-width: 95%;
  margin: 0 auto 20px;
}
#cboxLoadedContent h2 {
  color: #FFFFFF !important;
  font-size: 36px !important;
  margin: 30px 20px;
  padding: 0 20px;
}
#cboxLoadedContent a:link, #cboxLoadedContent a:visited, #cboxLoadedContent a:focus, #cboxLoadedContent a:active {
  /*color: #FFFFFF;*/
  /*text-decoration: underline;*/
}
#cboxLoadedContent a:hover {
  text-decoration: none;
}
#cboxLoadedContent ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  flex-wrap: wrap;
  padding-left: 0;
}
#cboxLoadedContent ul li {
  padding: 20px;
}
#cboxLoadedContent ul li a {
  /*color: #2c3643 !important;*/
  display: block;
  background-color: #FFFFFF;
  list-style: none;
  /*width: 136px;*/
  height: 56px;
  font-size: 21px;
  line-height: 56px;
  margin: 10px auto;
  text-align: center;
  text-decoration: none !important;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.4);
}
#cboxLoadedContent ul li a:hover {
  color: #93979b !important;
  text-decoration: none !important;
  -webkit-box-shadow: -4px -4px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -4px -4px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: -4px -4px 3px 0px rgba(0, 0, 0, 0.4);
}

.page-node-type-kids-programs #cboxLoadedContent {
  background: #FFFFFF !important;
  color: #2c3643 !important;
  font-family: "Athletics-Bold", sans-serif;
}
.page-node-type-kids-programs #cboxLoadedContent p {
  color: #2c3643 !important;
}
.page-node-type-kids-programs #cboxLoadedContent h2 {
  color: #2c3643 !important;
}
.page-node-type-kids-programs #cboxLoadedContent a:link, .page-node-type-kids-programs #cboxLoadedContent a:visited, .page-node-type-kids-programs #cboxLoadedContent a:focus, .page-node-type-kids-programs #cboxLoadedContent a:active {
  color: #2c3643;
}
/*.page-node-type-kids-programs #cboxClose {
  position: absolute;
  bottom: 20px !important;
  right: 20px !important;
  display: block;
  background-image: url("/sites/default/files/2020-06/i-agree-button.png") !important;
  background-size: contain;
  width: 295px !important;
  height: 68px !important;
  text-indent: -9999px;
  bottom: 20px;
  top: auto !important;
}*/

#cboxClose {
  position: absolute;
  top: 20px !important;
  right: 20px !important;
  display: block;
  background-image: url("/themes/custom/park_stable/images/close-x.png") !important;
  background-size: contain;
  width: 20px !important;
  height: 20px !important;
  text-indent: -9999px;
}

@media screen and (max-width: 750px) {
  #cboxLoadedContent .lightboxhero {
    width: 100%;
    height: 161px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  #cboxLoadedContent .lightboxhero img {
    width: 750px;
    max-width: 750px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #cboxLoadedContent h2 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 500px) {
  #cboxLoadedContent h2 {
    font-size: 21px !important;
  }
  #cboxLoadedContent p {
    font-size: 16px !important;
  }
}
/*#cboxTopLeft {
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0.9) !important;
}
#cboxTopCenter {
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0.9) !important;

	}
#cboxTopRight {
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0.9) !important;
	}
#cboxMiddleLeft {
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0.9) !important;
	}
#cboxMiddleRight {
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0.9) !important;
	}
#cboxBottomLeft {
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0.9) !important;

	}
#cboxBottomCenter {
	background-image: none !important;
	background-color: rgba(255, 255, 255, 1.0) !important;

}
#cboxBottomRight {
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0.9) !important;

	}
#cboxLoadedContent iframe {
	border: none !important;
}*/

.region-content #block-exposedformsite-searchpage-1-2 #edit-actions input.button {
      background-color: #449d92;
      border: 1px solid #449d92;
}

#cboxLoadedContent #lightbox-holiday ul li a,
#cboxLoadedContent #lightbox-holiday ul li a:hover,
#cboxLoadedContent #lightbox-holiday ul li a:visited {
      color: #376746;
}

#cboxLoadedContent #lightbox-year-end ul li a,
#cboxLoadedContent #lightbox-year-end ul li a:hover,
#cboxLoadedContent #lightbox-year-end ul li a:visited {
      color: #215732;
}
