.gr-product-btn { display: block; width: 100%; max-width: 720px; margin: 10px auto; padding: 14px 18px; font-size: 18px; letter-spacing: .12em; text-transform: uppercase; background: #d8cec4; color: #222; text-align: center; text-decoration: none; border: 0; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; } .gr-product-btn, .gr-product-btn:link, .gr-product-btn:visited, .gr-product-btn:hover, .gr-product-btn:focus, .gr-product-btn:active { text-decoration: none !important; color: #222 !important; } .gr-product-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 18px rgba(0, 0, 0, .10); background: #d2c7bc; } @media (max-width:749px) { .gr-product-btn { font-size: 14px; letter-spacing: .10em; padding: 12px 14px; } } .gr-product-readmore-toggle { display: inline-flex; align-items: baseline; font: inherit; font-style: italic; color: #222; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 1px; line-height: 1.1; cursor: pointer; } .gr-product-readmore-icon { width: 10px; height: 6px; margin-left: 4px; transform: translateY(-1px) rotate(0deg); transform-origin: 50% 50%; transition: transform .15s ease; flex: 0 0 auto; } .gr-product-readmore-toggle[aria-expanded="true"] .gr-product-readmore-icon { transform: translateY(-1px) rotate(180deg); } .gr-product-quick-facts { margin-top: 12px; padding: 14px 16px; background: #f6f1ec; overflow: hidden; max-height: 0; opacity: 0; transition: max-height .35s ease, opacity .25s ease; } .gr-product-quick-facts.gr-open { opacity: 1; } .gr-product-quick-facts h3 { margin: 0 0 10px 0; font-size: 16px; letter-spacing: .06em; text-transform: uppercase; } .gr-product-quick-facts ul { margin: 0; padding-left: 18px; } .gr-product-quick-facts li { margin: 6px 0; } .gr-product-qf-label { font-weight: 600; } Need a little extra help with percentages? Try one of our digital Skill Builders! Choose just one or several to practice converting between fractions, decimals, and percents; finding the percent, part, or whole; and solving problems involving discounts, sales tax, tips, and percent change. More advanced learners can explore interest, budgets, percent error, growth and decay, and percentage-based data analysis. Whether you need extra practice with the basics or support with more challenging percent problems, there is something to help every step of the way! Each PDF download includes a teaching page and practice page, plus an answer key. These are designed to reinforce concepts from the main curriculum and can also help fill in gaps while you wait for your books to arrive. This listing is a digital product. Your PDFs will be available in your account within a few minutes after purchase. You will need to print the pages at home. Read More Quick Facts Format: Digital PDFs Unit type: Skill Builders Estimated length: About 15 min per page Levels: Foundations (Grade 4) Step 1 (Grade 5) Step 2 (Grade 6) Step 3 (Grade 7) Step 4 (Grade 8) Step 5 (Grade 8) Step 6 (Grade 9) Included: 1 Module (choose level and topic) Written by: The Gather 'Round Writing Team Page Counts for Printing Estimates 9 pages View the Free Resources document.querySelectorAll('.gr-product-readmore-toggle').forEach(toggle => { toggle.addEventListener('click', function (e) { e.preventDefault(); const targetId = this.getAttribute('aria-controls'); const content = document.getElementById(targetId); const isOpen = this.getAttribute('aria-expanded') === 'true'; this.setAttribute('aria-expanded', !isOpen); if (!isOpen) { content.hidden = false; content.classList.add('gr-open'); content.style.maxHeight = content.scrollHeight + "px"; } else { content.style.maxHeight = content.scrollHeight + "px"; requestAnimationFrame(() => { content.style.maxHeight = "0px"; content.classList.remove('gr-open'); }); setTimeout(() => { content.hidden = true; }, 300); } }); });