.modal-prompt {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
  opacity: 1;
  z-index: 100000;
}
.modal-prompt .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.modal-prompt .modal {
  background: #fcce40;
  border: 8px solid #000;
  border-radius: 25px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-prompt .modal:before {
  content: '';
  position: absolute;
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  border: 6px dashed #fff;
  border-radius: 25px;
  z-index: -1;
}
.modal-prompt .modal .cancel-overlay {
  position: absolute;
  top: -26px;
  right: -25.5px;
  width: 44px;
  height: 44px;
  line-height: 40px;
  font-size: 0px;
  font-weight: bolder;
  color: #e7209f;
  cursor: pointer;
  background: url(../static/button_close.png) no-repeat center center;
  background-size: 41px 41px;
}
.modal-prompt .modal .cancel-overlay:hover {
  background-size: 44px 44px;
}
.modal-prompt .modal .activity-image {
  margin: 30px;
  display: block;
  z-index: 0;
}
.modal-prompt .modal .activity-image img {
  margin: 0 auto;
  display: block;
  position: relative;
  width: auto;
  max-width: 450px;
  height: auto;
  max-height: 62vh;
  z-index: -1;
}
@media (max-width: 400px) {
  .modal-prompt .modal .activity-image img {
    max-width: 80%;
  }
}
.modal-prompt .modal .modal-link {
  z-index: 1;
  display: block;
  background: #8e6dbb;
  width: 70%;
  text-align: center;
  max-width: 200px;
  font-size: 21px;
  margin: 30px auto 50px auto;
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
}
.modal-prompt .modal .modal-link:hover {
  text-decoration: none;
}
#coastline.wide.flexible.holidays #homeHighlight {
  padding: 0;
  padding-bottom: 30px;
}
.holiday #content-wrapper {
  background-color: #a9f4f9;
}
.holiday-category {
  font-size: 28px;
  text-align: center;
  padding: 40px 0 50px;
  text-transform: capitalize;
  font-weight: 600;
}
.holiday-category.baxter-day {
  background: url(../static/holidays/baxter-day-header.png) no-repeat center center;
  max-width: 600px;
  width: 100%;
  height: auto;
  background-size: 45%;
  margin: 20px auto;
  font-size: 0;
}
.holiday-category.christmas {
  background: url(../static/holidays/christmas-header.png) no-repeat center center;
  max-width: 600px;
  width: 100%;
  height: auto;
  background-size: 45%;
  margin: 20px auto;
  font-size: 0;
}
.holiday-category.hanukkah {
  background: url(../static/holidays/hanukkah-header.png) no-repeat center center;
  max-width: 600px;
  width: 100%;
  height: auto;
  background-size: 45%;
  margin: 20px auto;
  font-size: 0;
}
.holiday-category.kwanzaa {
  background: url(../static/holidays/kwanzaa-header.png) no-repeat center center;
  max-width: 500px;
  width: 100%;
  height: auto;
  background-size: 45%;
  margin: 20px auto;
  font-size: 0;
}
.holiday-category.volunteering {
  background: url(../static/holidays/volunteering-header.png) no-repeat center center;
  max-width: 600px;
  width: 100%;
  height: auto;
  background-size: 45%;
  margin: 20px auto;
  font-size: 0;
}
.holiday-category.new-year {
  background: url(../static/holidays/new-year-header.png) no-repeat center center;
  max-width: 600px;
  width: 100%;
  height: auto;
  background-size: 45%;
  margin: 20px auto;
  font-size: 0;
}
.holiday-category.winter-solstice {
  background: url(../static/holidays/winter-solstice-header.png) no-repeat center center;
  max-width: 600px;
  width: 100%;
  height: auto;
  background-size: 45%;
  margin: 20px auto;
  font-size: 0;
}
.holiday-category.lucia {
  background: url(../static/holidays/lucia-header.png) no-repeat center center;
  max-width: 330px;
  width: 100%;
  height: auto;
  background-size: 60%;
  margin: 20px auto;
  font-size: 0;
}
.holiday-category.ramadan-and-eid-ul-fitr {
  background: url(../static/holidays/ramadan-header.png) no-repeat center center;
  max-width: 600px;
  width: 100%;
  height: auto;
  background-size: 80%;
  margin: 20px auto;
  font-size: 0;
}
@media (max-width: 360px) {
  .holiday-category {
    padding: 20px 0;
  }
}
.holiday-wrapper {
  width: 93%;
  margin: 0 auto;
  position: relative;
}
.holiday-wrapper .slides {
  float: left;
  display: block;
  width: 65%;
  padding-right: 40px;
  border-right: 1px solid #333;
}
@media (max-width: 920px) {
  .holiday-wrapper .slides {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    float: none;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .holiday-wrapper .slides {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
}
.holiday-wrapper .slides .slide .holiday-image {
  display: block;
  float: left;
  margin-right: 0;
  width: 50%;
  min-height: 250px;
  padding: 15px;
}
@media (max-width: 920px) {
  .holiday-wrapper .slides .slide .holiday-image {
    min-height: unset;
  }
}
@media (max-width: 600px) {
  .holiday-wrapper .slides .slide .holiday-image {
    width: 98%;
    padding: 0;
    float: none;
  }
}
.holiday-wrapper .slides .slide .holiday-image img {
  width: 90%;
  display: block;
  border: 3px solid #fff;
  box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.5);
  max-height: 220px;
  transform: rotate(1deg);
}
@media (max-width: 920px) {
  .holiday-wrapper .slides .slide .holiday-image img {
    max-height: unset;
  }
}
@media (max-width: 600px) {
  .holiday-wrapper .slides .slide .holiday-image img {
    transform: rotate(0deg) !important;
    width: 99%;
    margin: 0 auto;
  }
}
.holiday-wrapper .slides .slide:nth-child(odd) .holiday-image img {
  transform: rotate(-1deg);
}
.holiday-wrapper .slides .slide p {
  width: 44%;
  float: left;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  clear: right;
  padding-top: 15px;
}
@media (max-width: 600px) {
  .holiday-wrapper .slides .slide p {
    width: 79%;
    padding: 15% 10%;
    margin-top: 30px;
    border-bottom: 2px solid #305b83;
    min-height: unset;
    float: none;
  }
}
.holiday-wrapper .slides .controls {
  float: left;
  position: absolute;
  bottom: 0;
  left: 52%;
}
@media (max-width: 920px) {
  .holiday-wrapper .slides .controls {
    left: 54%;
    float: none;
  }
}
@media (max-width: 600px) {
  .holiday-wrapper .slides .controls {
    bottom: auto;
    left: auto;
    top: 20%;
    width: 100%;
  }
}
.holiday-wrapper .slides .controls .prev, .holiday-wrapper .slides .controls .next {
  color: #fff;
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.holiday-wrapper .slides .controls .prev.slick-disabled, .holiday-wrapper .slides .controls .next.slick-disabled {
  opacity: 0.3;
}
.holiday-wrapper .slides .controls .prev:hover, .holiday-wrapper .slides .controls .next:hover {
  text-transform: none;
  text-decoration: none;
}
.holiday-wrapper .slides .controls .prev img, .holiday-wrapper .slides .controls .next img {
  width: 70px;
}
@media (max-width: 600px) {
  .holiday-wrapper .slides .controls .prev, .holiday-wrapper .slides .controls .next {
    position: absolute;
    margin-right: 0;
  }
  .holiday-wrapper .slides .controls .prev img, .holiday-wrapper .slides .controls .next img {
    width: 50px;
  }
}
@media (max-width: 600px) {
  .holiday-wrapper .slides .controls .prev {
    left: 0;
  }
  .holiday-wrapper .slides .controls .next {
    right: 0;
  }
}
.holiday-wrapper .slides .controls .slide-count {
  text-align: center;
  color: #305b83;
}
@media (max-width: 768px) {
  .holiday-wrapper .slides .controls .slide-count {
    margin-top: 55%;
  }
}
.holiday-wrapper .holiday-activity {
  border-radius: 4px;
  width: 28%;
  margin-left: 4.5%;
  float: left;
  max-width: 315px;
}
@media (max-width: 920px) {
  .holiday-wrapper .holiday-activity {
    width: 98%;
    float: none;
    margin: 0 auto;
  }
}
.holiday-wrapper .holiday-activity a {
  display: block;
  width: 98%;
  margin: 0 auto;
  border: 3px solid #fff;
  background: #fff;
  border-radius: 5px;
  color: #305b83;
}
.holiday-wrapper .holiday-activity a img {
  border: none !important;
  border-radius: 0 !important;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.holiday-wrapper .holiday-activity a h3 {
  text-align: center;
  padding: 15px 0;
  font-weight: 600;
}
