@font-face {
  font-family: 'CCWildWordsLower';
  font-style: normal;
  font-weight: 400;
  src:  url("https://www.worldbook.com/landing%20pages/bbcs-activities/fonts/CCWildWordsLower.otf") format('opentype'); 
}
@font-face {
  font-family: 'CCWildWordsLower-Bold';
  font-style: bold;
  font-weight: 700;
  src:  url("https://www.worldbook.com/landing%20pages/bbcs-activities/fonts/CCWildWordsLower-Bold.otf") format('opentype'); 
}
@font-face {
  font-family: 'CCWildWordsLower-Italic';
  font-style: italic;
  font-weight: 400;
  src:  url("https://www.worldbook.com/landing%20pages/bbcs-activities/fonts/CCWildWordsLower-Italic.otf") format('opentype'); 
}
@font-face {
  font-family: 'CCWildWordsLower-BoldItalic';
  font-style: italic;
  font-weight: 700;
  src:  url("https://www.worldbook.com/landing%20pages/bbcs-activities/fonts/CCWildWordsLower-BoldItalic.otf") format('opentype'); 
}



:root {
  --wbBlue: #0080c7 !important;
  --wbBlueDk: #006399 !important;
  --teal: #329b76 !important;
  --red: #d23b27 !important;
  --orange: #e47930 !important;
  --purple: #7b75b8 !important;
  --lightpurple: #dddbff !important;
  --peach: #f89e5c !important;
  --yellow: #af9500 !important;
  --lightyellow: #fcd35a !important;
  --white: #ffffff !important;
  --black: #000000 !important;
  --blue: #005eb6 !important;
  --green: #529100 !important;
  --magenta: #af0089 !important;
}

.teal { background: #a4d1c1 !important; }
.yellow { background: #fcd35a !important; }
.peach { background: #f89e5c !important; }
.red { background: #d23b27 !important; }
.orange { background: #e47930 !important; }
.blue { background: #005eb6 !important; }
.green { background: #529100 !important; }
.purple { background: #7b75b8 !important; }
.magenta { background: #ff00c8 !important;}

.span2 { grid-column: span 2 !important; }

.p-t-8 { padding-top: 8px !important; }
.p-t-16 { padding-top: 16px  !important; }
.p-t-24 { padding-top: 24px  !important; }
.p-t-32 { padding-top: 32px  !important; }
.p-t-40 { padding-top: 40px  !important; }
.p-b-16 { padding-bottom: 16px !important; }
.p-b-24 { padding-bottom: 24px !important; }
.p-l-24 { padding-left: 24px !important; }

.m-t-8 { margin-top: 8px !important; }
.m-t-16 { margin-top: 16px !important; }
.m-t-32 { margin-top: 32px !important; }

.max-w-300 {
  max-width: 300px !important;
}

.t-black { color: var(--black) !important; }
.t-white { color: var(--white) !important; }
.t-red { color: var(--red) !important; }
.t-orange { color: var(--orange) !important; }
.t-purple { color: var(--purple) !important; }
.t-blue { color: var(--blue) !important; }
.t-green { color: var(--green) !important; }
.t-yellow { color: var(--yellow) !important; }
.t-teal { color: var(--teal) !important; }
.t-magenta { color: var(--magenta) !important; }

.bold { font-weight: bold !important; }
.center { text-align: center !important; }
.grid-center { align-items: center !important; }
.flex {
  display: flex !important;
  flex-flow: row nowrap !important;
  width: 100% !important;
}
.hidden { display: none !important; }

.link {
  font-family: 'CCWildWordsLower-Bold', sans-serif !important;
  color: var(--blue) !important;
  text-decoration: none !important;
  transition: all .2s !important;
}
.link:hover {
  color: var(--red) !important;
}
* {
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
html {
  overflow: auto !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}
body {
  font-size: 1rem !important;
  height: 100% !important;
  width: 100% !important;
  font-family: 'Roboto', sans-serif !important;
  display: flex !important;
  flex-flow: column nowrap !important;
  align-items: center !important;
  background-image: linear-gradient(45deg, #faffe8 25%, #fdfff0 25%, #fdfff0 50%, #faffe8 50%, #faffe8 75%, #fdfff0 75%, #fdfff0 100%) !important;
  background-size: 56.57px 56.57px !important;
  overflow: hidden !important;
  margin-top: 0 !important;
}

header {
  width: 100% !important;
}
.scroll-overlay {
  position: fixed !important;
  bottom: 0 !important;
  text-align: center !important;
  transition: all .4s !important;
  background: #ffffff !important;
  padding: 16px !important;
  z-index: 2 !important;
  border-radius: 8px 8px 0 0 !important;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.25) !important;
  font-family: 'CCWildWordsLower', sans-serif !important;
  font-size: 14px !important;
}
.scroll-arrow {
  color: var(--purple) !important;
  -webkit-animation: pulse 2s infinite !important;
  animation: pulse 2s infinite !important;
}
h1,h2,h3,h4,h5,h6, header, .btn {
  font-family: 'CCWildWordsLower', sans-serif !important;
}
h1 {
  font-size: 2rem !important;
}
p {
  padding-bottom: 8px !important;
}
img {
  width: 100% !important;
}
.flex-center-between {
  align-items: center !important;
  display: flex !important;
  justify-content: space-between !important;
}
.flex-center-between img {
  width: auto !important;
  max-width: 200px
}
li {
  margin: 32px 0 !important;
}
section {
  padding: 16px 0 !important;
}
.grid, .grid-activity {
  padding: 16px !important;
  display: grid !important;
  grid-gap: 16px !important;
  grid-template-columns: 1fr !important;
  justify-content: center !important;
  max-width: 960px !important;
}
.grid-3 {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
}
header.grid {
  grid-template-columns: 1fr 1fr !important;
}
.unformatted {
  text-decoration: none !important;
}
.unformatted:focus .branding{
  color: #ffffff !important;
}
.head-links {
  display: flex !important;
  flex-flow: row nowrap !important;
  justify-content: flex-end !important;
  align-items: center !important;
}
.branding {
  font-size: 1.25rem !important;
  width: 100% !important;
  color: #000000 !important;
  text-decoration: none  !important;
}
.border {
  border: solid 3px #000000 !important;
}
.head-link {
  text-transform: uppercase !important;
  margin-right: 16px !important;
  transition: all .3s !important;
  cursor: pointer !important;
  font-family: 'CCWildWordsLower-Bold', sans-serif !important;
  text-decoration: none !important;
  color: var(--black) !important;
}
.head-link:visited {
  color: var(--black) !important;
}
.head-link:hover {
  text-decoration: underline !important;
  color: var(--red) !important;
  font-size: 1.1rem !important;
  text-decoration: underline !important;
}
a:focus, .head-link:focus, .button:focus, .button-alt:focus, a.download-link:focus, .foot-link a:focus, .a.download-link:focus .download {
  background: var(--black) !important;
  color: #ffffff  !important;
  outline: none !important;
}
.head-link:active {
  color: var(--purple) !important;
}
.intro {
  text-align: center !important;
}
.intro img {
  width: 100% !important;
}
.intro h1 {
  font-size: 2.5rem !important;
}
.intro p {
  font-size: 1.5rem !important;
}
.activity-desc {
  padding: 16px !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.25) !important;
  background-color: #ffffff !important;
  display: flex !important;
  flex-flow: column nowrap !important;
  justify-content: space-between !important;
}
.character-img {
  max-width: 226px !important;
  margin: auto !important;
  order: 2 !important;
}
.button-wrapper {
  position: relative !important;
  height: 63px !important;
}
.button::before, .button::after {
  position: absolute !important;
  content: '' !important;
  -webkit-transition: all .3s !important;
  transition: all .3s !important;
}
.button {
  display: inline-block !important;
  padding: 15px 20px !important;
  color: var(--black) !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  font-family: 'CCWildWordsLower', sans-serif !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  -webkit-transition: all .3s !important;
  transition: all .3s !important;
  background-color: var(--lightyellow) !important;
}
.button::before {
  bottom: -10px !important;
  height: 10px !important;
  width: 100% !important;
  left: 5px !important;
  -webkit-transform: skewX(45deg) !important;
          transform: skewX(45deg) !important;
  background-color: #804615 !important;
}
.button::after {
  right: -10px !important;
  height: 100% !important;
  width: 10px !important;
  bottom: -5px !important;
  -webkit-transform: skewY(45deg) !important;
          transform: skewY(45deg) !important;
  background-color: #ca8b18 !important;
}
.button:hover {
  color: #ffffff !important;
  margin-left: 5px !important;
  margin-top: 5px !important;
  background-color: var(--purple) !important;
}
.button:hover::before {
  bottom: -5px !important;
  height: 5px !important;
  left: 3px !important;
}
.button:hover::after {
  right: -5px !important;
  width: 5px !important;
  bottom: -3px !important;
}
.button:active {
  margin-left: 13px !important;
  margin-top: 13px !important;
}
.button:active::before {
  bottom: -2px !important;
  height: 2px !important;
  left: 1px !important;
}
.button:active::after {
  right: -2px !important;
  width: 2px !important;
  bottom: -1px !important;
}

.button-alt {
  padding: 24px 48px !important;
  background: #ffffff !important;
  color: #000000 !important;
  font-family: 'CCWildWordsLower' !important;
  text-decoration: none !important;
  transition: all .4s !important;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.25) !important;
}
.button-alt:hover {
  background: var(--lightyellow) !important;
  color: #000000 !important;
  box-shadow: 0px 6px 12px rgba(0,0,0,0.25) !important;
  border-radius: 8px !important;
}

.grid-activity {
  grid-template-columns: 1fr !important;
}

a.download-link, a.download-link:visited {
  font-family: 'CCWildWordsLower', sans-serif !important;
  text-decoration: none !important;
  color: var(--black) !important;
  transition: all .3s !important;
}
a.download-link:focus .download {
  color: #ffffff !important;
}

a.download-link:hover {
  background: var(--lightpurple) !important;
}

a.download-link hr {
  background-color: var(--lightpurple) !important;
  min-height: 1px !important;
  border: none !important;
}

.download {
  padding: 5px 0 !important;
}

.right-col {
  padding-bottom: 32px !important;
}

.book-item-img {
  max-width: 80% !important;
  margin: auto !important;
}

section.extra, footer {
  display: flex !important;
  flex-flow: column nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  /* background: #91000d !important; */
  background: var(--red) !important;
  color: #ffffff !important;
  padding: 80px 24px !important;
  width: 100% !important;
  position: relative !important;
}
.extra img.buy-al {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 20vw !important;
}
footer {
  background: var(--wbBlueDk) !important;
  display: flex !important;
  flex-flow: column wrap !important;
  justify-content: center !important;
}

.foot-link {
  display: inline-block !important;
}
.foot img {
  max-width: 250px !important;
}
.foot-link a{
  text-transform: uppercase !important;
  margin-right: 16px !important;
  transition: all .3s !important;
  cursor: pointer !important;
  font-family: 'CCWildWordsLower-Bold', sans-serif !important;
  text-decoration: none !important;
  color: var(--lightyellow) !important;
}

.foot-link a:visited {
  color: var(--lightyellow) !important;
}
.foot-link a:hover {
  text-decoration: underline !important;
  color: var(--white) !important;
  font-size: 1.1rem !important;
  text-decoration: underline !important;
}
.foot-link a:active {
  color: var(--purple) !important;
}

.overline {
  border-top: 2px solid #000000 !important;
  text-align: center !important;
  font-size: .7rem !important;
  margin: 0 4px !important;
}

.upsidedown {
  transform: rotate(180deg) !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important; }
  50% {
    -webkit-transform: translate(0, 10px) !important;
            transform: translate(0, 10px) !important; }
  100% {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important; } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important; }
  50% {
    -webkit-transform: translate(0, 10px) !important;
            transform: translate(0, 10px) !important; }
  100% {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important; } }

@media (min-width: 450px) {
  html {
    font-size: 16px !important;
  }
  .grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .overline {
    margin: 0 8px !important;
  }
}
@media (min-width: 768px) {
  .grid-activity {
    grid-template-columns: 1fr 3fr !important;
  }
  .character-img {
    order: 0 !important;
  }
  .overline {
    padding: 0 8px !important;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 18px !important;
  }
  .grid, .grid-activity {
    grid-gap: 24px !important;
  }
  .activity-desc {
    padding: 25px !important;
  }
  p {
    padding-bottom: 16px !important;
  }
}


#chat-widget-container, .AmeriCommerce-powered-by-link { display: none !important;}
body {margin-top: 0 !important}

header {
  background: none !important;
}