/* =========================================================
   BACK TO SCHOOL LANDING PAGE
   Page ID: 903
   ========================================================= */

/* Main wrapper */
.bts-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Fixed-width responsive artboard */
.bts-artboard {
  position: relative;
  width: 100%;
  max-width: 1172px;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}

/* Main landing-page graphic */
.bts-poster {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* Base clickable hotspot */
.bts-link {
  position: absolute;
  display: block;
  z-index: 10;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  outline: none;
}

/* Keyboard accessibility */
.bts-link:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

/*

.page-id-903 .bts-link {
  background: rgba(255, 0, 0, 0.18);
  outline: 2px solid rgba(255, 0, 0, 0.85);
}

.page-id-903 .bts-link:hover {
  background: rgba(255, 0, 0, 0.35);
}

*/


.bts-header {
  left: 18%;
  top: 13.5%;
  width: 65%;
  height: 19%;
}

.bts-breakfast {
  left: 0%;
  top: 52%;
  width: 100%;
  height: 14.5%;
}

.bts-wtb {
  left: 0%;
  top: 68%;
  width: 100%;
  height: 15%;
}

.bts-feedingamerica {
  left: 0%;
  top: 85%;
  width: 100%;
  height: 10%;
}

.bts-recipe-1 {
  left: 3.9%;
  top: 37.5%;
  width: 45%;
  height: 12.5%;
}

.bts-recipe-2 {
  left: 53.3%;
  top: 37.5%;
  width: 45%;
  height: 12.5%;
}

.bts-facebook {
  left: 40%;
  top: 97%;
  width: 6%;
  height: 2%;
}

.bts-instagram {
  left: 47%;
  top: 97%;
  width: 6%;
  height: 2%;
}

.bts-pinterest {
  left: 54%;
  top: 97%;
  width: 6%;
  height: 2%;
}

/* Page-specific Avada spacing cleanup */
.page-id-903 .bts-wrap,
.page-id-903 .bts-artboard {
  margin-top: 0;
  padding-top: 0;
}

.page-id-903 #main,
.page-id-903 #content,
.page-id-903 .post-content {
  margin-top: 0;
  padding-top: 0;
}