Photos of Lady Wildcats Softball 8-19-21
August 21, 2021
tag -->\\n \\n\\n\",\"scss_code\":\"#socialMediaSectionContainer {\\n --bg-color: #F1F1F1;\\n --heading-color: #000;\\n \\n background-color: var(--bg-color);\\n padding: 40px 20px;\\n}\\n\\n@media only screen and (min-width: 600px) {\\n #socialMediaSectionContainer {\\n padding: 40px 32px;\\n }\\n}\\n\\n@media only screen and (min-width: 599px) {\\n #socialMediaSectionContainer {\\n padding: 50px;\\n }\\n}\\n\\n#socialMediaSectionContainer .see-all-container {\\n --width-header: 126px;\\n margin-bottom: 32px;\\n align-items: center;\\n}\\n\\n@media only screen and (min-width: 1280px) {\\n #socialMediaSectionContainer .see-all-container {\\n padding: 0 47px;\\n }\\n}\\n\\n#socialMediaSectionContainer .see-all-container .header-slot-container h2 {\\n font-weight: 400;\\n text-transform: uppercase;\\n color: var(--heading-color);\\n z-index: 1;\\n position: relative;\\n overflow-wrap: break-word;\\n font-size: 32px;\\n line-height: 1;\\n}\\n\\n\",\"container_id\":\"custom-html-2568fae2-688a-4d65-b48c-16159a6d5d3d\"}}],\"decorativeBackground\":{\"type\":\"None\",\"color\":{\"hex\":\"#C9AA78\"}}},{\"id\":\"63a0a4e6-6892-47d6-89b5-1300d47cad9a\",\"type\":\"Fullwidth\",\"components\":[{\"name\":\"Custom Code\",\"options\":{\"js_code\":\"\\n// JS to copy a section from another page\\n\\nconst pageName = '/o/mcusd2/page/sponsors-section';\\nconst homeIdContainer = \\\"#sponsors\\\";\\nconst sectionBlockToCopy = '#page'; \\nfetch(pageName).then(function (response) {\\n return response.text();\\n}).then(function (html) {\\n\\n var parser = new DOMParser();\\n var doc = parser.parseFromString(html, 'text/html');\\n\\n var section = doc.querySelector(sectionBlockToCopy);\\n\\n section.id = \\\"sponsors-inner\\\"; \\n document.querySelector(homeIdContainer).appendChild(section);\\n\\n}).catch(function (err) {\\n console.warn('Something went wrong.', err);\\n});\",\"css_code\":\"#custom-html-90453c40-721c-4ff7-bfd7-797ecc4811e9 #sponsors {\\n display: none;\\n}\\n#custom-html-90453c40-721c-4ff7-bfd7-797ecc4811e9 #sponsors-inner .heading-block h2 {\\n font-weight: 900;\\n font-size: 32px;\\n line-height: 1;\\n text-transform: uppercase;\\n color: #000;\\n}\\n#custom-html-90453c40-721c-4ff7-bfd7-797ecc4811e9 #sponsors-inner .ts-one-column-row .ts-one-column {\\n display: flex;\\n flex-wrap: wrap;\\n justify-content: center;\\n gap: 30px 40px;\\n}\\n#custom-html-90453c40-721c-4ff7-bfd7-797ecc4811e9 #sponsors-inner .ts-one-column-row .ts-one-column .block {\\n max-width: 200px;\\n height: auto;\\n display: flex;\\n align-items: center;\\n}\\n#custom-html-90453c40-721c-4ff7-bfd7-797ecc4811e9 #sponsors-inner .ts-one-column-row .ts-one-column .block img {\\n width: 100%;\\n height: auto;\\n}\\n\",\"html_code\":\"
\\n\",\"scss_code\":\"#sponsors {\\n display: none;\\n}\\n\\n#sponsors-inner .heading-block h2{\\n font-weight: 900;\\n font-size: 32px;\\n line-height: 1;\\n text-transform: uppercase;\\n color: #000;\\n}\\n\\n#sponsors-inner .ts-one-column-row .ts-one-column{\\n display: flex;\\n flex-wrap: wrap;\\n justify-content: center;\\n gap: 30px 40px;\\n}\\n\\n#sponsors-inner .ts-one-column-row .ts-one-column .block{\\n max-width: 200px;\\n height: auto;\\n display: flex;\\n align-items: center;\\n}\\n\\n#sponsors-inner .ts-one-column-row .ts-one-column .block img{\\n width: 100%;\\n height: auto;\\n}\",\"container_id\":\"custom-html-90453c40-721c-4ff7-bfd7-797ecc4811e9\"}}],\"decorativeBackground\":{\"type\":\"None\",\"color\":{\"hex\":\"#C9AA78\"}}}],\"floating_nav\":{\"options\":{\"style\":\"light\",\"active\":true,\"version\":\"FN1\",\"button_one\":{\"bg_color\":{\"hex\":\"#006241\",\"fixedColor\":\"primary\"},\"icon_and_text_color\":{\"hex\":\"#fff\"}},\"button_two\":{\"bg_color\":{\"hex\":\"#fff\"},\"icon_and_text_color\":{\"hex\":\"#333\"}},\"button_five\":{\"bg_color\":{\"hex\":\"#006241\",\"fixedColor\":\"primary\"},\"icon_and_text_color\":{\"hex\":\"#fff\"}},\"button_four\":{\"bg_color\":{\"hex\":\"#fff\"},\"icon_and_text_color\":{\"hex\":\"#333\"}},\"button_three\":{\"bg_color\":{\"hex\":\"#006241\",\"fixedColor\":\"primary\"},\"icon_and_text_color\":{\"hex\":\"#fff\"}},\"button_mobile\":{\"bg_color\":{\"hex\":\"#006241\",\"fixedColor\":\"primary\"},\"icon_and_text_color\":{\"hex\":\"#fff\"}}}},\"sticky_footer\":{\"options\":{\"style\":\"light\",\"active\":false,\"version\":\"StickyFooterV1\",\"bg_color\":{\"hex\":\"#C9AA78\",\"fixedColor\":\"secondary\"},\"icon_color\":{\"hex\":\"#333333\"},\"icon_text_color\":{\"hex\":\"#333333\"},\"separator_color\":{\"hex\":\"#333333\"},\"pill_button_color\":{\"hex\":\"#006241\",\"fixedColor\":\"primary\"},\"hide_button_text_color\":{\"hex\":\"#FFFFFF\"},\"pill_button_text_color\":{\"hex\":\"#FFFFFF\"},\"hide_button_and_bar_color\":{\"hex\":\"#242021\"}}},\"template_code\":{\"js_code\":\"\\n\\n/* smartResize */\\n(function ($, sr) {\\n var debounce = function (func, threshold, execAsap) {\\n var timeout;\\n return function debounced() {\\n var obj = this,\\n args = arguments;\\n\\n function delayed() {\\n if (!execAsap)\\n func.apply(obj, args);\\n timeout = null;\\n };\\n if (timeout)\\n clearTimeout(timeout);\\n\\n else if (execAsap)\\n func.apply(obj, args);\\n timeout = setTimeout(delayed, threshold || 100);\\n\\n };\\n\\n }\\n // smartresize\\n\\n jQuery.fn[sr] = function (fn) {\\n return fn ? this.bind('resize', debounce(fn)) : this.trigger(sr);\\n };\\n\\n})(jQuery, 'smartresize');\\n\\n/* EndsmartResize */\\n\\n$(document).ready(function () {\\n $('.footer-social-links li').each(function (index) {\\n var socialImgAlt = $(this).find('img').attr(\\\"alt\\\");\\n var socialBtn = socialImgAlt.match(/\\\\w+$/)[0];\\n $(this).addClass(socialBtn);\\n });\\n});\\n\\n//Social Header Change\\nfunction changeFooterText() {\\n if (\\n document.querySelectorAll(\\\"#footer-f1 div.row div.footer-column-last h2\\\")\\n .length === 1\\n ) {\\n document.querySelector(\\n \\\"#footer-f1 div.row div.footer-column-last h2\\\").innerText = \\\"Connect\\\";\\n } else {\\n setTimeout(function () {\\n changeFooterText();\\n }, 500);\\n }\\n}\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n/* ----------- Script to determine submenu position ----------- */\\n\\nfunction determineSubmenuPosition() {\\n const mainMenu = document.querySelectorAll(\\\"#m4 .m4-menu--bar-item-wrapper > div\\\");\\n\\n let visibleMenuItems = 0;\\n\\n for (let i = 0; i < mainMenu.length; i++) {\\n var idElement = \\\"\\\";\\n var currentSubmenu = \\\"\\\";\\n\\n if (mainMenu[i].classList.contains(\\\"m4--menu-item\\\")) {\\n idElement = mainMenu[i].id;\\n\\n visibleMenuItems++;\\n\\n if (idElement) {\\n currentSubmenu = document.getElementById(\\\"drawer-\\\" + idElement);\\n var leftDistance = mainMenu[i].offsetLeft;\\n var parentWidth = mainMenu[i].parentElement.clientWidth;\\n }\\n\\n if (currentSubmenu) {\\n currentSubmenu.classList.add(\\\"submenu__\\\" + visibleMenuItems);\\n if (parentWidth - leftDistance >= 280) {\\n currentSubmenu.style.left = leftDistance + \\\"px\\\";\\n currentSubmenu.style.right = \\\"auto\\\";\\n } else {\\n currentSubmenu.style.left = \\\"auto\\\";\\n currentSubmenu.style.right = 0 + \\\"px\\\";\\n }\\n\\n if (mainMenu[i].style.display == \\\"none\\\") {\\n currentSubmenu.style.left = \\\"auto\\\";\\n currentSubmenu.style.right = 280 + \\\"px\\\";\\n }\\n }\\n }\\n }\\n}\\n\\nsetTimeout(() => {\\n determineSubmenuPosition();\\n}, 3200);\\n\\n\\nvar resizeTimer;\\n\\nwindow.addEventListener(\\\"resize\\\", function (e) {\\n clearTimeout(resizeTimer);\\n resizeTimer = setTimeout(function () {\\n determineSubmenuPosition();\\n\\n }, 250);\\n});\\n\\n\\nconst moreDropdownArea = document.querySelector('#cms-header');\\n\\nmoreDropdownArea.addEventListener(\\\"mousemove\\\", function (e) {\\n const moreMenuDropdown = moreDropdownArea.querySelector(\\\"#more-menu-dropdown\\\");\\n if (moreMenuDropdown) {\\n const moreMenuDropdownItems = document.querySelectorAll(\\\".m4-menu--bar-dropdown-wrapper .m4--menu-dropdown-item\\\");\\n const mainMenuItems = document.querySelectorAll(\\\"#more-menu-dropdown .m4--menu-item\\\");\\n\\n console.log(mainMenuItems)\\n\\n for (let i = 0; i < moreMenuDropdownItems.length; i++) {\\n\\n\\n let dropdownId = moreMenuDropdownItems[i].getAttribute('id');\\n let menuItem = document.querySelector('.m4-menu--bar-item-wrapper #drawer-' + dropdownId);\\n let topDistance = moreMenuDropdownItems[i].offsetTop;\\n\\n console.log(menuItem)\\n console.log(topDistance)\\n menuItem.style.top = 'calc(100% + ' + topDistance + 'px)';\\n\\n }\\n }\\n\\n});\\n\\n\\n/* ----------- END Script to determine submenu position ----------- */\\n\\n\\n\\n\\n\\n\\n/* ----------- Add title on hero image from last element from breadcrumbs(if no alt, then from alt) ----------- */\\n\\nfunction addTitleToImage() {\\n\\n var pageTitle;\\n const topfullSection = document.querySelectorAll(\\\"#page .ts-full-width-row\\\")[0];\\n\\n if (topfullSection) {\\n const topImageContainer = topfullSection.querySelector(\\\".ts-full-width .image-container\\\");\\n\\n if (topImageContainer) {\\n\\n const pageBreadcrumbTitle = document.querySelector(\\\"#page-wrapper .breadcrumb ul li:last-child a\\\").innerText;\\n\\n console.log(pageBreadcrumbTitle)\\n\\n if (pageBreadcrumbTitle) {\\n pageTitle = pageBreadcrumbTitle;\\n } else {\\n const topImage = topImageContainer.querySelector(\\\"img\\\");\\n if (topImage) {\\n var topImageTitle = topImage.getAttribute('alt');\\n pageTitle = topImageTitle;\\n }\\n }\\n\\n /*if (pageTitle) {\\n topImageContainer.classList.add(\\\"customHeroSection\\\");\\n let heroTitle = document.createElement(\\\"h1\\\");\\n heroTitle.classList.add(\\\"pageTitle\\\");\\n heroTitle.innerText = pageTitle;\\n\\n topImageContainer.appendChild(heroTitle);\\n }*/\\n }\\n }\\n\\n\\n}\\n\\n\\nsetTimeout(() => {\\n addTitleToImage();\\n}, 1000);\\n// document.addEventListener(\\\"appLoaded\\\",\\n\\n// );\\n\\n/* ----------- END Add title on hero image from last element from breadcrumbs(if no alt, then from alt) ----------- */\\n\\nwindow.addEventListener(\\\"appLoaded\\\", (event) => {\\n $(\\\"#footer-f1 .footer-column-last .footer-social-links\\\")\\n .append(\\n '
\\\"\\n )\\n .css(\\\"display\\\", \\\"flex\\\");\\n}); \\n\\n/* ----------- START By The Numbers section ----------- */\\n\\nnew ByTheNumbersAnimator('.by-the-numbers-item', {\\n animationSpeed: 3000, // Total duration of the animation\\n animationStep: 60, // Duration between each increment\\n viewportOffset: 50, // animation will start before entering the viewport\\n});\\n\\nUtilityHelpers.addNotInCMSClass(['#by-the-numbers-area']);\\n/* ----------- END By The Numbers section ----------- */\\n\",\"css_code\":\".header-container {\\n border-bottom: 50px solid #fff;\\n}\\n\\n#SL1 {\\n display: none;\\n}\\n\\n.N4-story.bold .news-image-container .news-image:before,\\n.N4-story.light .news-image-container .news-image:before,\\n.N4-story.purple .news-image-container .news-image:before {\\n border: none !important;\\n}\\n\\n/* footer social icons */\\n\\n.footer-social-links li a {\\n margin-bottom: 20px;\\n overflow: hidden;\\n transition: 0.3s all linear;\\n padding: 2px !important;\\n}\\n\\n.footer-social-links li a:hover {\\n opacity: 0.9;\\n}\\n\\n.footer-social-links li.Facebook a {\\n background: url(https://cmsv2-shared-assets.apptegy.net/Global/Images/Icons/facebook-square-white.svg)\\n no-repeat center center;\\n background-size: cover;\\n}\\n\\n.footer-social-links li.Twitter a {\\n background: url(https://cmsv2-shared-assets.apptegy.net/Global/Images/Icons/twitter-square-white.svg)\\n no-repeat center center;\\n background-size: cover;\\n}\\n\\n.footer-social-links li.Youtube a {\\n background: url(https://5il.co/v9w0) no-repeat center center;\\n background-size: cover;\\n}\\n\\n.footer-social-links li.Instagram a {\\n background: url(https://cmsv2-shared-assets.apptegy.net/Global/Images/Icons/instagram_square-white.svg)\\n no-repeat center center;\\n background-size: cover;\\n}\\n\\n.footer-social-links li.Facebook a img,\\n.footer-social-links li.Twitter a img,\\n.footer-social-links li.Youtube a img,\\n.footer-social-links li.Instagram a img {\\n display: block;\\n opacity: 0;\\n}\\n\\n/*news image resize*/\\n.story .news-image .image-hidden-wrapper img {\\n object-fit: contain !important;\\n}\\n\\n#cms-footer .footer-social-links {\\n display: flex;\\n}\\n\\n/* ------------------------------------------ */\\n/* ------------- HEADER START --------------- */\\n/* ------------------------------------------ */\\n#h1 .header-container .logo-circle .logo .circle {\\n display: none;\\n}\\n\\n@media only screen and (min-width: 1600px) {\\n #h1 .header-container .logo-circle .logo {\\n top: 25px;\\n }\\n}\\n/* ------------------------------------------ */\\n/* ------------- HEADER END --------------- */\\n/* ------------------------------------------ */\\n\\n/* ------------------------------------------ */\\n/* ------------- BUTTONS B3 vB START --------------- */\\n/* ------------------------------------------ */\\n@media only screen and (min-width: 1280px) {\\n #home #cms-gallery .text {\\n bottom: 150px;\\n }\\n #home #cms-gallery .pause,\\n #home #cms-gallery .play,\\n #home #cms-gallery .position {\\n bottom: 105px;\\n }\\n #home #buttons-b3 {\\n max-width: 95%;\\n margin-left: auto;\\n margin-right: auto;\\n }\\n #home #buttons-b3 .button {\\n position: relative;\\n margin-top: -40px;\\n top: -40px;\\n box-shadow: 10px 10px 21px rgba(0, 0, 0, 0.25);\\n }\\n\\n #home #buttons-b3 .wrapper .button:first-child {\\n border-top-left-radius: 5px;\\n border-bottom-left-radius: 5px;\\n }\\n\\n #home #buttons-b3 .wrapper .button:last-child {\\n border-top-right-radius: 5px;\\n border-bottom-right-radius: 5px;\\n }\\n\\n #home #buttons-b3 .button .button-title {\\n font-size: 12px;\\n }\\n}\\n\\n@media only screen and (min-width: 1450px) and (max-width: 1920px) {\\n #home #buttons-b3 {\\n max-width: 85%;\\n }\\n #home #buttons-b3 .button .button-title {\\n font-size: 13px;\\n }\\n}\\n/* ------------------------------------------ */\\n/* ------------- BUTTONS B3 vB END --------------- */\\n/* ------------------------------------------ */\\n\\n/* ------------------------------------------ */\\n/* ------------- EXTRA BY THE NUMBERS START --------------- */\\n/* ------------------------------------------ */\\n#home #by-the-numbers-area {\\n display: none; \\n}\\n\\n#home #by-the-numbers-area .by-the-numbers-item {\\n opacity: 1 !important;\\n}\\n\\n#home .by-the-numbers-area--v3 .btn-image::after {\\n z-index: -1;\\n}\\n\\n#home #by-the-numbers-title {\\n text-align: center;\\n}\\n\\n#home .by-the-numbers-area--v3 .by-the-numbers-item__text {\\n font-weight: 300;\\n text-transform: uppercase;\\n}\\n/* ------------------------------------------ */\\n/* ------------- EXTRA BY THE NUMBERS END --------------- */\\n/* ------------------------------------------ */\\n\\n/* ------------------------------------------ */\\n/* ------------- NEWS START --------------- */\\n/* ------------------------------------------ */\\n.newsSectionWrap #news-n2 .see-all-container.see-all-top {\\n position: absolute;\\n left: 32px;\\n top: 40px;\\n}\\n\\n#news-n2 .story.N2-story {\\n margin-bottom: 24px;\\n}\\n\\n#home #news-n2 .story .news-image-container {\\n width: 100%;\\n margin-right: 0;\\n}\\n\\n#news-n2 .story .news-title {\\n padding: 12px 0 0;\\n font-weight: 500;\\n font-size: 18px;\\n line-height: 1.4;\\n}\\n\\n#home\\n .accent-styling\\n .N2-story.light\\n .news-image-container\\n .news-image\\n .image-hidden-wrapper {\\n border-top-width: 4px;\\n}\\n\\n#news-n2 .story.N2-story:first-child,\\n#news-n2 .more-headlines-header,\\n.story .news-snippet.outer-snippet,\\n.accent-styling .N2-story.light .news-image-container .news-image:before {\\n display: none;\\n}\\n\\n#news-n2 .story .inner-snippet {\\n display: none;\\n}\\n\\n#home #news-n2 .story {\\n width: 100%;\\n margin-right: 0;\\n margin-bottom: 24px;\\n}\\n\\n#home #news-n2 .story.N2-more-story:last-child {\\n margin-bottom: 0;\\n}\\n\\n#news-container\\n .story\\n .news-image-title-link\\n .news-image-container\\n .news-image\\n .image-hidden-wrapper {\\n padding-top: 65%;\\n}\\n\\n@media only screen and (min-width: 600px) {\\n #news-n2 .story.N2-story .news-image-title-link {\\n display: flex;\\n align-items: center;\\n }\\n\\n #home #news-n2 .story .news-title {\\n width: auto;\\n max-width: 850px;\\n padding: 0;\\n }\\n\\n #home #news-n2 .story .news-image-container {\\n width: auto;\\n min-width: 165px;\\n margin-right: 24px;\\n max-width: 460px;\\n }\\n}\\n\\n@media only screen and (min-width: 960px) {\\n #view-header #h2 .utilities.utilities-top {\\n height: 36px !important;\\n justify-content: center !important;\\n font-weight: 600 !important;\\n }\\n\\n #home .newsSectionWrap #news-n2 {\\n padding-top: 105px;\\n }\\n\\n .newsSectionWrap .first.left-sidebar {\\n width: 40% !important;\\n }\\n}\\n\\n@media only screen and (min-width: 1280px) {\\n #news-n2 .story .inner-snippet {\\n display: block;\\n font-weight: 400;\\n }\\n\\n #news-n2 .story .news-title {\\n font-size: 20px;\\n }\\n}\\n/* ------------------------------------------ */\\n/* ------------- NEWS END --------------- */\\n/* ------------------------------------------ */\\n\\n/* ------------------------------------------ */\\n/* ------------- EVENTS E4 START --------------- */\\n/* ------------------------------------------ */\\n#home #events-e4 {\\n --bg-color: #F9F9F9 !important;\\n}\\n\\n#home #events-e4 .events-info .events-card .events-card-mobile-border-right,\\n#home #events-e4 .events-info .events-card .events-card-mobile-border-top {\\n display: none;\\n}\\n\\n#home #events-e4 .events-info {\\n background: transparent;\\n -webkit-box-shadow: none;\\n box-shadow: none;\\n padding-top: 10px;\\n}\\n\\n#home #events-e4 .cards-slider-container {\\n gap: 20px;\\n}\\n\\n#home #events-e4 .events-info .events-card {\\n border: 0;\\n background: var(--event-bg-color);\\n border-top: 2px solid var(--primary-color);\\n width: calc(25% - 15px);\\n padding: 30px 25px;\\n display: flex;\\n flex-direction: column;\\n position: relative;\\n padding-left: clamp(85px, 7.5vw, 105px);\\n min-height: 195px;\\n border-radius: 15px;\\n overflow: hidden;\\n box-sizing: border-box;\\n border-top-right-radius: 0;\\n isolation: isolate;\\n}\\n\\n#home #events-e4 .events-info .events-card::after {\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 2px;\\n content: no-close-quote;\\n display: block;\\n background: var(--primary-color);\\n transition: all 0.35s ease-in-out;\\n z-index: -1;\\n}\\n\\n#home #events-e4 .events-info .events-card:hover::after {\\n height: 100%;\\n}\\n\\n#home #events-e4 .events-info .events-card:hover * {\\n color: #fff !important;\\n}\\n\\n#events-e4 .cards-slider-arrow.left {\\n left: -10px;\\n position: relative;\\n}\\n\\n#events-e4 .cards-slider-arrow.right {\\n right: -10px;\\n position: relative;\\n}\\n\\n#home #events-e4 .events-info .events-card.events-card-hidden {\\n visibility: visible;\\n}\\n\\n#home .view-events #events-e4 .events-card .events-date {\\n width: clamp(65px, 6.429vw, 90px);\\n border-right: 2px solid #fff;\\n position: absolute;\\n left: 0;\\n top: 0;\\n height: 100%;\\n background: var(--primary-color);\\n color: #fff;\\n margin: 0;\\n text-align: center;\\n box-sizing: border-box;\\n padding: 29px 10px 5px;\\n text-transform: uppercase;\\n font-size: 18px;\\n line-height: 1.3;\\n font-weight: 500;\\n}\\n\\n#home .view-events #events-e4 .events-card .events-date .day {\\n display: block;\\n color: #fff;\\n font-size: clamp(35px, 3.571vw, 50px);\\n line-height: 1;\\n font-weight: 700;\\n}\\n\\n#home .view-events #events-e4 .events-card.multipleDays .events-date .day {\\n font-size: clamp(30px, 3.214vw, 45px);\\n}\\n\\n#home .view-events #events-e4 .events-card .events-title {\\n font-size: clamp(17px, 1.357vw, 19px);\\n line-height: 1.1;\\n font-weight: 700;\\n -webkit-line-clamp: 5;\\n}\\n\\n#home .view-events #events-e4 .events-card .events-time {\\n font-size: 15px;\\n line-height: 1.4;\\n font-weight: 500;\\n}\\n\\n#home #events-e4 .events-info .events-card:nth-child(even) {\\n border-top-color: var(--secondary-color);\\n}\\n\\n#home .view-events #events-e4 .events-card:nth-child(even) .events-date,\\n#home #events-e4 .events-info .events-card:nth-child(even)::after {\\n background: var(--secondary-color);\\n color: #000;\\n}\\n\\n#home .view-events #events-e4 .events-card:not(.multipleDays) .events-date {\\n padding-top: 30px;\\n}\\n\\n@media only screen and (min-width: 600px) and (max-width: 959px) {\\n #home #events-e4 .events-info .events-card {\\n width: calc(50% - 11px);\\n }\\n}\\n\\n@media only screen and (max-width: 599px) {\\n #home #events-e4 .events-info .events-card {\\n width: 100%;\\n }\\n}\\n\\n/* ------------------------------------------ */\\n/* ------------- EVENTS E4 END --------------- */\\n/* ------------------------------------------ */\\n\",\"style_codes\":[\"https://cmsv2-shared-assets.apptegy.net/Global/Components/Animated-Numbers/animated-numbers.css\",\"https://cmsv2-shared-assets.apptegy.net/Global/Components/Custom-Styles/helpers.min.css\",\"https://cmsv2-shared-assets.apptegy.net/Global/Components/MenuV4-dropdowns/menuV4-dropdowns-CSS.css\"],\"script_codes\":[\"https://code.jquery.com/jquery-3.5.1.min.js\",\"https://cmsv2-shared-assets.apptegy.net/Global/Components/Custom-Classes/helpers.js\",\"https://cmsv2-shared-assets.apptegy.net/Global/Components/Animated-Numbers/animated-numbers.js\",\"https://cmsv2-shared-assets.apptegy.net/Global/Components/MenuV4-dropdowns/menuV4-dropdowns-JS.js\"]}},\"accent_styling\":false,\"accent_type\":null,\"published_by_id\":170348},\"active_theme_id\":361422,\"component_translations\":{\"about\":{},\"globals\":{\"skip_to_content\":\"Skip to content\",\"search_title\":\"Search site\",\"of\":\"of\",\"arrow_up\":\"Go up\",\"arrow_down\":\"Go down\",\"active\":\"Active\",\"inactive\":\"Inactive\",\"previous_item\":\"Previous Item\",\"next_item\":\"Next Item\"},\"header\":{\"menu_dropdown_title\":\"Menu\",\"explore_dropdown_title\":\"Explore\",\"schools_dropdown_title\":\"Schools\",\"services_dropdown_title\":\"Services\",\"language_dropdown_title\":\"English\",\"more_dropdown_title\":\"More\",\"translate_dropdown_title\":\"Translate\",\"translate_site\":\"Translate Site\",\"school_tag_line\":\"Making a Difference One Student at a Time\"},\"floating_nav\":{\"mobile_menu_title\":\"Collapse Menu\"},\"footer\":{\"copyright\":\"Copyright\",\"all_rights_reserved\":\"All rights reserved.\",\"powered_by\":\"Powered By\",\"stay_connected\":\"Stay Connected\",\"phone_number\":\"Number\",\"fax_number\":\"Fax\",\"email\":\"Email\",\"thrillshare\":\"Thrillshare\"},\"sticky_footer\":{\"hide_button_text\":\"Hide\",\"show_button_text\":\"Show\"},\"menu\":{\"title\":\"Menu\"},\"live_feed\":{\"title\":\"Live Feed\",\"see_all\":\"See All Posts\",\"top_heading\":\"Live\",\"bottom_heading\":\"Feed\",\"latest\":\"Latest\",\"view_image\":\"View Image\",\"view_images\":\"View Images\",\"open_image_in_modal\":\"Open image in modal\"},\"news\":{\"title\":\"News\",\"see_all\":\"See All News\",\"more_headlines\":\"More Headlines\",\"latest\":\"Latest\",\"read_article\":\"Read Article\",\"previous_item\":\"Previous Item\",\"next_item\":\"Next Item\"},\"events\":{\"title\":\"Events\",\"see_all\":\"See All Events\",\"all_day\":\"All Day\",\"latest\":\"Latest\"},\"programs\":{\"see_all\":\"See All Programs\"},\"athletics\":{\"title\":\"Schedule\",\"see_all\":\"See All Events\",\"latest\":\"Latest\",\"at\":\"at\",\"vs\":\"vs\"},\"stats\":{},\"spotlights\":{},\"buttons\":{},\"our_schools\":{},\"alert_modal\":{},\"custom_html\":{},\"custom_component\":{},\"media_custom_code\":{},\"pagination\":{\"jump_to_page\":\"Jump to Page\"},\"video\":{\"display_video\":\"Display video\",\"left_arrow\":\"Previous video\",\"right_arrow\":\"Next video\",\"video_player\":\"Video player\"}},\"created_at\":\"2021-02-18T09:54:39.208-06:00\",\"favicon\":{\"url\":\"https://cmsv2-assets.apptegy.net/uploads/6712/favicon/7979/Mattoon_Community_Unit_School_District_v2_logo_template_72.png\"},\"homepage\":{\"news\":{\"211b70c2-8afb-4a50-9af4-1af72fc8cbf8_0\":{\"see_all_link\":{\"href\":\"/news\",\"name\":\"See All Posts\",\"target\":\"_self\"},\"component_header\":\"News\",\"component_header_top\":\"Latest\"},\"401ef0ea-0416-4f89-8b10-fd77a17eec3b_1\":{\"see_all_link\":{\"href\":\"/news\",\"name\":\"See All News\",\"target\":\"_self\"},\"component_header\":\"News\",\"component_header_top\":\"Latest\"},\"f54186e0-0ebd-4f46-8d3d-58a5a33a54b3_0\":{\"see_all_link\":{\"href\":\"/news\",\"name\":\"See All News\",\"target\":\"_self\"},\"component_header\":\"News\",\"component_header_top\":\"Latest\"},\"ffde0b41-2b81-46cd-ae84-703853db312e_0\":{\"see_all_link\":{\"href\":\"/news\",\"name\":\"See All Posts\",\"target\":\"_self\"},\"component_header\":\"News\",\"component_header_top\":\"Latest\"}},\"about\":{},\"stats\":{\"97662661-05e0-4101-acd8-c2578952f711_0\":{\"content\":[],\"snippet\":true,\"bg_image\":{},\"headline\":true,\"stats_header\":\"Fun Facts\",\"component_header\":\"Why Us\"}},\"video\":{},\"events\":{\"meta\":{\"links\":{\"last\":\"https://thrillshare.com/api/v4/o/6712/cms/events?page_no=2\",\"next\":\"https://thrillshare.com/api/v4/o/6712/cms/events?page_no=2\",\"first\":\"https://thrillshare.com/api/v4/o/6712/cms/events?page_no=1\",\"total_entries\":32},\"filters\":[],\"sections\":[{\"id\":120506,\"url\":\"https://thrillshare.com/api/v4/o/6712/cms/events?slug=events-mcusd2\",\"name\":\"Events\",\"slug\":\"events-mcusd2\"}],\"last_static_update\":\"2024-12-13T16:53:51Z\"},\"events\":[{\"id\":35958090,\"day\":\"17\",\"end\":\"Dec 17 at 7:00 PM\",\"zip\":\"\",\"time\":\" 5:00 PM\",\"year\":\"2024\",\"month\":\"DEC\",\"start\":\"Dec 17 at 5:00 PM\",\"state\":\"\",\"title\":\"Winter Wonderland Community Chili Supper\",\"venue\":\"1200 S 9th St, Mattoon, IL 61938, USA\",\"end_at\":\"2024-12-17T19:00:00.000-06:00\",\"address\":\"1200 S 9th St, Mattoon, IL 61938, USA\",\"all_day\":false,\"latitude\":\"39.4714897\",\"start_at\":\"2024-12-17T17:00:00.000-06:00\",\"longitude\":\"-88.3631345\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"
New this year, along with driving through the front circle drive to see the various holiday displays & characters, DEN classes are working together to transform our halls into an indoor \\\"Winter Wonderland\\\" where community members can vote on their favorite areas of the building.
Families who attend will also be sent home with an activity pack to keep the learning going over winter break & MMS students who complete these activities will receive a special Holiday PAW when they return to school in Jan.
\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2024-12-17 19:00:00\",\"formatted_date\":\"DEC 17 5:00 PM - 7:00 PM\",\"formatted_start\":\"2024-12-17 17:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Dec 17 from 5:00 PM to 7:00 PM\",\"custom_section_name\":\"Events\"},{\"id\":33456048,\"day\":\"17\",\"end\":\"Dec 17 at 7:00 PM\",\"zip\":\"\",\"time\":\" 6:00 PM\",\"year\":\"2024\",\"month\":\"DEC\",\"start\":\"Dec 17 at 6:00 PM\",\"state\":\"\",\"title\":\"Elementary Band Concert\",\"venue\":\"4201 Western Ave, Mattoon, IL 61938, USA\",\"end_at\":\"2024-12-17T19:00:00.000-06:00\",\"address\":\"4201 Western Ave, Mattoon, IL 61938, USA\",\"all_day\":false,\"latitude\":\"39.4825153\",\"start_at\":\"2024-12-17T18:00:00.000-06:00\",\"longitude\":\"-88.41411599999999\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2024-12-17 19:00:00\",\"formatted_date\":\"DEC 17 6:00 PM - 7:00 PM\",\"formatted_start\":\"2024-12-17 18:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Dec 17 from 6:00 PM to 7:00 PM\",\"custom_section_name\":\"Events\"},{\"id\":36041530,\"day\":\"20\",\"end\":\"Dec 20 at 12:00 AM\",\"zip\":\"\",\"time\":\"12:00 AM\",\"year\":\"2024\",\"month\":\"DEC\",\"start\":\"Dec 20 at 12:00 AM\",\"state\":\"\",\"title\":\"Franklin Preschool Winter Program\",\"venue\":\"1201 S 6th St, Mattoon, IL 61938, USA\",\"end_at\":\"2024-12-20T00:00:00.000-06:00\",\"address\":\"1201 S 6th St, Mattoon, IL 61938, USA\",\"all_day\":true,\"latitude\":\"39.4709717\",\"start_at\":\"2024-12-20T00:00:00.000-06:00\",\"longitude\":\"-88.3608886\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2024-12-20 00:00:00\",\"formatted_date\":\"DEC 20\",\"formatted_start\":\"2024-12-20 00:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Dec 20 from\",\"custom_section_name\":\"Events\"},{\"id\":29807393,\"day\":\"21\",\"end\":\"Jan 5 at 12:00 AM\",\"zip\":\"\",\"time\":\"12:00 AM\",\"year\":\"2024\",\"month\":\"DEC\",\"start\":\"Dec 21 at 12:00 AM\",\"state\":\"\",\"title\":\"Winter Break: No School\",\"venue\":\"\",\"end_at\":\"2025-01-05T00:00:00.000-06:00\",\"address\":\"\",\"all_day\":true,\"latitude\":\"\",\"start_at\":\"2024-12-21T00:00:00.000-06:00\",\"longitude\":\"\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-01-05 00:00:00\",\"formatted_date\":\"DEC 21 - JAN 5\",\"formatted_start\":\"2024-12-21 00:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Dec 21 to Jan 5 from\",\"custom_section_name\":\"Events\"},{\"id\":29807395,\"day\":\"06\",\"end\":\"Jan 6 at 12:00 AM\",\"zip\":\"\",\"time\":\"12:00 AM\",\"year\":\"2025\",\"month\":\"JAN\",\"start\":\"Jan 6 at 12:00 AM\",\"state\":\"\",\"title\":\"Teacher Institute Day: No Student Attendance \",\"venue\":\"\",\"end_at\":\"2025-01-06T00:00:00.000-06:00\",\"address\":\"\",\"all_day\":true,\"latitude\":\"\",\"start_at\":\"2025-01-06T00:00:00.000-06:00\",\"longitude\":\"\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-01-06 00:00:00\",\"formatted_date\":\"JAN 6\",\"formatted_start\":\"2025-01-06 00:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Jan 6 from\",\"custom_section_name\":\"Events\"},{\"id\":29807434,\"day\":\"07\",\"end\":\"Jan 7 at 12:00 AM\",\"zip\":\"\",\"time\":\"12:00 AM\",\"year\":\"2025\",\"month\":\"JAN\",\"start\":\"Jan 7 at 12:00 AM\",\"state\":\"\",\"title\":\"Students Return from Winter Break\",\"venue\":\"\",\"end_at\":\"2025-01-07T00:00:00.000-06:00\",\"address\":\"\",\"all_day\":true,\"latitude\":\"\",\"start_at\":\"2025-01-07T00:00:00.000-06:00\",\"longitude\":\"\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-01-07 00:00:00\",\"formatted_date\":\"JAN 7\",\"formatted_start\":\"2025-01-07 00:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Jan 7 from\",\"custom_section_name\":\"Events\"},{\"id\":33456507,\"day\":\"13\",\"end\":\"Jan 13 at 12:00 AM\",\"zip\":\"\",\"time\":\"12:00 AM\",\"year\":\"2025\",\"month\":\"JAN\",\"start\":\"Jan 13 at 12:00 AM\",\"state\":\"\",\"title\":\"Arland D. Williams Jr. Day Celebration\",\"venue\":\"1709 S 9th St, Mattoon, IL 61938, USA\",\"end_at\":\"2025-01-13T00:00:00.000-06:00\",\"address\":\"1709 S 9th St, Mattoon, IL 61938, USA\",\"all_day\":true,\"latitude\":\"39.4642043\",\"start_at\":\"2025-01-13T00:00:00.000-06:00\",\"longitude\":\"-88.3655951\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-01-13 00:00:00\",\"formatted_date\":\"JAN 13\",\"formatted_start\":\"2025-01-13 00:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Jan 13 from\",\"custom_section_name\":\"Events\"},{\"id\":29793073,\"day\":\"14\",\"end\":\"Jan 14 at 8:00 PM\",\"zip\":\"\",\"time\":\" 7:00 PM\",\"year\":\"2025\",\"month\":\"JAN\",\"start\":\"Jan 14 at 7:00 PM\",\"state\":\"\",\"title\":\"January Board of Education Meeting\",\"venue\":\"1701 Charleston Ave, Mattoon, IL 61938, USA\",\"end_at\":\"2025-01-14T20:00:00.000-06:00\",\"address\":\"1701 Charleston Ave, Mattoon, IL 61938, USA\",\"all_day\":false,\"latitude\":\"39.4812416\",\"start_at\":\"2025-01-14T19:00:00.000-06:00\",\"longitude\":\"-88.3754884\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"
This meeting will take place at the Board of Education and Administrative Offices. The stream will be available on our Youtube channel here.
\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-01-14 20:00:00\",\"formatted_date\":\"JAN 14 7:00 PM - 8:00 PM\",\"formatted_start\":\"2025-01-14 19:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Jan 14 from 7:00 PM to 8:00 PM\",\"custom_section_name\":\"Events\"},{\"id\":29807441,\"day\":\"20\",\"end\":\"Jan 20 at 12:00 AM\",\"zip\":\"\",\"time\":\"12:00 AM\",\"year\":\"2025\",\"month\":\"JAN\",\"start\":\"Jan 20 at 12:00 AM\",\"state\":\"\",\"title\":\"Martin Luther King Jr. Day: No School\",\"venue\":\"\",\"end_at\":\"2025-01-20T00:00:00.000-06:00\",\"address\":\"\",\"all_day\":true,\"latitude\":\"\",\"start_at\":\"2025-01-20T00:00:00.000-06:00\",\"longitude\":\"\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-01-20 00:00:00\",\"formatted_date\":\"JAN 20\",\"formatted_start\":\"2025-01-20 00:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Jan 20 from\",\"custom_section_name\":\"Events\"},{\"id\":29793076,\"day\":\"11\",\"end\":\"Feb 11 at 8:00 PM\",\"zip\":\"\",\"time\":\" 7:00 PM\",\"year\":\"2025\",\"month\":\"FEB\",\"start\":\"Feb 11 at 7:00 PM\",\"state\":\"\",\"title\":\"February Board of Education Meeting\",\"venue\":\"1701 Charleston Ave, Mattoon, IL 61938, USA\",\"end_at\":\"2025-02-11T20:00:00.000-06:00\",\"address\":\"1701 Charleston Ave, Mattoon, IL 61938, USA\",\"all_day\":false,\"latitude\":\"39.4812416\",\"start_at\":\"2025-02-11T19:00:00.000-06:00\",\"longitude\":\"-88.3754884\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"
This meeting will take place at the Board of Education and Administrative Offices. The stream will be available on our Youtube channel here.
\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-02-11 20:00:00\",\"formatted_date\":\"FEB 11 7:00 PM - 8:00 PM\",\"formatted_start\":\"2025-02-11 19:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Feb 11 from 7:00 PM to 8:00 PM\",\"custom_section_name\":\"Events\"},{\"id\":29807465,\"day\":\"17\",\"end\":\"Feb 17 at 12:00 AM\",\"zip\":\"\",\"time\":\"12:00 AM\",\"year\":\"2025\",\"month\":\"FEB\",\"start\":\"Feb 17 at 12:00 AM\",\"state\":\"\",\"title\":\"Presidents' Day: No School\",\"venue\":\"\",\"end_at\":\"2025-02-17T00:00:00.000-06:00\",\"address\":\"\",\"all_day\":true,\"latitude\":\"\",\"start_at\":\"2025-02-17T00:00:00.000-06:00\",\"longitude\":\"\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-02-17 00:00:00\",\"formatted_date\":\"FEB 17\",\"formatted_start\":\"2025-02-17 00:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Feb 17 from\",\"custom_section_name\":\"Events\"},{\"id\":33456814,\"day\":\"18\",\"end\":\"Feb 18 at 7:30 PM\",\"zip\":\"\",\"time\":\" 6:00 PM\",\"year\":\"2025\",\"month\":\"FEB\",\"start\":\"Feb 18 at 6:00 PM\",\"state\":\"\",\"title\":\"Spring Title Night at Williams Elementary School (Open House)\",\"venue\":\"1709 S 9th St, Mattoon, IL 61938, USA\",\"end_at\":\"2025-02-18T19:30:00.000-06:00\",\"address\":\"1709 S 9th St, Mattoon, IL 61938, USA\",\"all_day\":false,\"latitude\":\"39.4642043\",\"start_at\":\"2025-02-18T18:00:00.000-06:00\",\"longitude\":\"-88.3655951\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-02-18 19:30:00\",\"formatted_date\":\"FEB 18 6:00 PM - 7:30 PM\",\"formatted_start\":\"2025-02-18 18:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Feb 18 from 6:00 PM to 7:30 PM\",\"custom_section_name\":\"Events\"},{\"id\":29807477,\"day\":\"06\",\"end\":\"Mar 6 at 12:00 AM\",\"zip\":\"\",\"time\":\"12:00 AM\",\"year\":\"2025\",\"month\":\"MAR\",\"start\":\"Mar 6 at 12:00 AM\",\"state\":\"\",\"title\":\"Evening Parent/Teacher Conferences\",\"venue\":\"\",\"end_at\":\"2025-03-06T00:00:00.000-06:00\",\"address\":\"\",\"all_day\":true,\"latitude\":\"\",\"start_at\":\"2025-03-06T00:00:00.000-06:00\",\"longitude\":\"\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-03-06 00:00:00\",\"formatted_date\":\"MAR 6\",\"formatted_start\":\"2025-03-06 00:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Mar 6 from\",\"custom_section_name\":\"Events\"},{\"id\":31623258,\"day\":\"07\",\"end\":\"Mar 7 at 12:00 AM\",\"zip\":\"\",\"time\":\"12:00 AM\",\"year\":\"2025\",\"month\":\"MAR\",\"start\":\"Mar 7 at 12:00 AM\",\"state\":\"\",\"title\":\"Future's Day\",\"venue\":\"2521 Walnut Ave, Mattoon, IL 61938, USA\",\"end_at\":\"2025-03-07T00:00:00.000-06:00\",\"address\":\"2521 Walnut Ave, Mattoon, IL 61938, USA\",\"all_day\":true,\"latitude\":\"39.4733491\",\"start_at\":\"2025-03-07T00:00:00.000-06:00\",\"longitude\":\"-88.3864445\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-03-07 00:00:00\",\"formatted_date\":\"MAR 7\",\"formatted_start\":\"2025-03-07 00:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Mar 7 from\",\"custom_section_name\":\"Events\"},{\"id\":29807510,\"day\":\"07\",\"end\":\"Mar 7 at 12:00 AM\",\"zip\":\"\",\"time\":\"12:00 AM\",\"year\":\"2025\",\"month\":\"MAR\",\"start\":\"Mar 7 at 12:00 AM\",\"state\":\"\",\"title\":\"Half-Day Teacher Institute: 2.5 Hour Early Dismissal\",\"venue\":\"\",\"end_at\":\"2025-03-07T00:00:00.000-06:00\",\"address\":\"\",\"all_day\":true,\"latitude\":\"\",\"start_at\":\"2025-03-07T00:00:00.000-06:00\",\"longitude\":\"\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-03-07 00:00:00\",\"formatted_date\":\"MAR 7\",\"formatted_start\":\"2025-03-07 00:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Mar 7 from\",\"custom_section_name\":\"Events\"},{\"id\":29793084,\"day\":\"11\",\"end\":\"Mar 11 at 8:00 PM\",\"zip\":\"\",\"time\":\" 7:00 PM\",\"year\":\"2025\",\"month\":\"MAR\",\"start\":\"Mar 11 at 7:00 PM\",\"state\":\"\",\"title\":\"March Board of Education Meeting\",\"venue\":\"1701 Charleston Ave, Mattoon, IL 61938, USA\",\"end_at\":\"2025-03-11T20:00:00.000-05:00\",\"address\":\"1701 Charleston Ave, Mattoon, IL 61938, USA\",\"all_day\":false,\"latitude\":\"39.4812416\",\"start_at\":\"2025-03-11T19:00:00.000-05:00\",\"longitude\":\"-88.3754884\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"
This meeting will take place at the Board of Education and Administrative Offices. The stream will be available on our Youtube channel here.
\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-03-11 20:00:00\",\"formatted_date\":\"MAR 11 7:00 PM - 8:00 PM\",\"formatted_start\":\"2025-03-11 19:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Mar 11 from 7:00 PM to 8:00 PM\",\"custom_section_name\":\"Events\"},{\"id\":29793089,\"day\":\"08\",\"end\":\"Apr 8 at 8:00 PM\",\"zip\":\"\",\"time\":\" 7:00 PM\",\"year\":\"2025\",\"month\":\"APR\",\"start\":\"Apr 8 at 7:00 PM\",\"state\":\"\",\"title\":\"April Board of Education Meeting\",\"venue\":\"1701 Charleston Ave, Mattoon, IL 61938, USA\",\"end_at\":\"2025-04-08T20:00:00.000-05:00\",\"address\":\"1701 Charleston Ave, Mattoon, IL 61938, USA\",\"all_day\":false,\"latitude\":\"39.4812416\",\"start_at\":\"2025-04-08T19:00:00.000-05:00\",\"longitude\":\"-88.3754884\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"
This meeting will take place at the Board of Education and Administrative Offices. The stream will be available on our Youtube channel here.
\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-04-08 20:00:00\",\"formatted_date\":\"APR 8 7:00 PM - 8:00 PM\",\"formatted_start\":\"2025-04-08 19:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Apr 8 from 7:00 PM to 8:00 PM\",\"custom_section_name\":\"Events\"},{\"id\":29807515,\"day\":\"12\",\"end\":\"Apr 21 at 12:00 AM\",\"zip\":\"\",\"time\":\"12:00 AM\",\"year\":\"2025\",\"month\":\"APR\",\"start\":\"Apr 12 at 12:00 AM\",\"state\":\"\",\"title\":\"Spring Break: No School\",\"venue\":\"\",\"end_at\":\"2025-04-21T00:00:00.000-05:00\",\"address\":\"\",\"all_day\":true,\"latitude\":\"\",\"start_at\":\"2025-04-12T00:00:00.000-05:00\",\"longitude\":\"\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-04-21 00:00:00\",\"formatted_date\":\"APR 12 - APR 21\",\"formatted_start\":\"2025-04-12 00:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Apr 12 to Apr 21 from\",\"custom_section_name\":\"Events\"},{\"id\":29807517,\"day\":\"22\",\"end\":\"Apr 22 at 12:00 AM\",\"zip\":\"\",\"time\":\"12:00 AM\",\"year\":\"2025\",\"month\":\"APR\",\"start\":\"Apr 22 at 12:00 AM\",\"state\":\"\",\"title\":\"Students Return from Spring Break\",\"venue\":\"\",\"end_at\":\"2025-04-22T00:00:00.000-05:00\",\"address\":\"\",\"all_day\":true,\"latitude\":\"\",\"start_at\":\"2025-04-22T00:00:00.000-05:00\",\"longitude\":\"\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-04-22 00:00:00\",\"formatted_date\":\"APR 22\",\"formatted_start\":\"2025-04-22 00:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Apr 22 from\",\"custom_section_name\":\"Events\"},{\"id\":33457070,\"day\":\"24\",\"end\":\"Apr 24 at 7:30 PM\",\"zip\":\"\",\"time\":\" 6:00 PM\",\"year\":\"2025\",\"month\":\"APR\",\"start\":\"Apr 24 at 6:00 PM\",\"state\":\"\",\"title\":\"Williams Elementary School Kindergarten Concert\",\"venue\":\"1709 S 9th St, Mattoon, IL 61938, USA\",\"end_at\":\"2025-04-24T19:30:00.000-05:00\",\"address\":\"1709 S 9th St, Mattoon, IL 61938, USA\",\"all_day\":false,\"latitude\":\"39.4642043\",\"start_at\":\"2025-04-24T18:00:00.000-05:00\",\"longitude\":\"-88.3655951\",\"recurrent\":false,\"city_state\":\"\",\"recurrency\":null,\"description\":\"\",\"filter_name\":[],\"filter_color\":[],\"formatted_end\":\"2025-04-24 19:30:00\",\"formatted_date\":\"APR 24 6:00 PM - 7:30 PM\",\"formatted_start\":\"2025-04-24 18:00:00\",\"custom_section_id\":120506,\"cms_formatted_date\":\"Apr 24 from 6:00 PM to 7:30 PM\",\"custom_section_name\":\"Events\"}],\"sectionIds\":{\"093d71e0-d3f3-4219-85de-4dedd84feea6_0\":[],\"211b70c2-8afb-4a50-9af4-1af72fc8cbf8_1\":[],\"359b5ed9-62be-4a12-85ea-78e3d0b47c8a_0\":[],\"9e7fe989-500c-4a4f-989e-9690764d29a6_0\":[],\"b3ee40ee-bd87-4b6c-9a9c-7fd99f665fdc_0\":[],\"deded511-052a-4d3a-a59a-adb3b25f2b1c_1\":[],\"ed7adbed-a5f5-4d02-902e-ff7d3509c14b_0\":[]},\"display_tags\":false,\"customSections\":[{\"id\":120506,\"icon\":\"events\",\"name\":\"Events\",\"type\":\"events\"}],\"background_image\":{},\"093d71e0-d3f3-4219-85de-4dedd84feea6_0\":{\"see_all_link\":{\"href\":\"/events\",\"name\":\"See All Events\",\"target\":\"_self\"},\"component_header\":\"Events\",\"component_header_top\":\"Latest\"},\"211b70c2-8afb-4a50-9af4-1af72fc8cbf8_1\":{\"see_all_link\":{\"href\":\"/events\",\"name\":\"See All Events\",\"target\":\"_self\"},\"component_header\":\"Events\",\"component_header_top\":\"Latest\"},\"359b5ed9-62be-4a12-85ea-78e3d0b47c8a_0\":{\"see_all_link\":{\"href\":\"/events\",\"name\":\"See All Events\",\"target\":\"_self\"},\"component_header\":\"Events\",\"component_header_top\":\"Latest\"}},\"footer\":{\"logo\":{\"url\":\"https://cmsv2-assets.apptegy.net/uploads/6712/logo/7979/Mattoon_Community_Unit_School_District_v2_logo_template_300.png\",\"type\":\"FooterLogo\",\"caption\":\"\",\"display\":\"actual-size\",\"alt_text\":\"Logo\",\"asset_id\":null,\"link_url\":\"\",\"set_ratio\":1,\"cropped_width\":null,\"cropped_height\":null,\"action_on_click\":\"no_action\",\"image_alignment\":\"left\",\"preferred_width\":null,\"preferred_height\":null,\"caption_alignment\":\"center\",\"open_link_in_new_tab\":false},\"columns\":[{\"items\":[{\"type\":\"FooterTextField\",\"content\":\"\"},{\"url\":\"https://www.mattoon.k12.il.us/page/suicide\",\"type\":\"FooterLink\",\"mailto\":false,\"content\":\"Suicide Prevention Resources\",\"ipAddress\":false,\"opens_in_new_tab\":true},{\"url\":\"https://www.mattoon.k12.il.us/o/mcusd2/page/family-grief-resources\",\"type\":\"FooterLink\",\"mailto\":false,\"content\":\"Family Resource Grief Guide\",\"ipAddress\":false,\"email_address\":\"\",\"opens_in_new_tab\":true},{\"url\":\"https://www.mattoon.k12.il.us/documents/student-links/mckinney-vento-homeless-resources/438017\",\"type\":\"FooterLink\",\"mailto\":false,\"content\":\"McKinney-Vento Homeless Resources\",\"ipAddress\":false,\"email_address\":\"\",\"opens_in_new_tab\":true},{\"url\":\"https://www.mattoon.k12.il.us/o/mcusd2/page/notice-of-nondiscrimination\",\"type\":\"FooterLink\",\"mailto\":false,\"content\":\"Notice of Nondiscrimination\",\"ipAddress\":false,\"email_address\":\"\",\"opens_in_new_tab\":false}],\"header\":\"Find Us\",\"hasHeader\":true,\"showSchools\":true},{\"items\":[],\"header\":\"Schools\",\"hasHeader\":true,\"showSchools\":true},{\"items\":[],\"header\":\"\",\"hasHeader\":true,\"showSchools\":true},{\"items\":[],\"header\":\"\",\"hasHeader\":true,\"showSchools\":true},{\"items\":[],\"header\":\"\",\"hasHeader\":true,\"showSchools\":true}],\"hasApps\":true,\"hasLogo\":true,\"twitter\":\"https://twitter.com/mattooncusd2\",\"youtube\":\"https://www.youtube.com/channel/UC8tlm2Ca546J0CS2iieBW9Q/featured\",\"facebook\":\"https://www.facebook.com/mattooncommunityunitschooldistrict2/\",\"hasSocial\":true,\"instagram\":\"https://www.instagram.com/mattooncusd2/\",\"organizations\":[{\"zip\":\"61938\",\"city\":\"Mattoon\",\"name\":\"Mattoon Community Unit School District 2\",\"email\":\"\",\"state\":\"Illinois IL\",\"address\":\"1701 Charleston Avenue\",\"fax_number\":\"\",\"phone_number\":\"(217) 238-8850\",\"showOnCmsPublic\":true},{\"zip\":\"61968\",\"city\":\"Mattoon\",\"name\":\"Franklin Preschool\",\"email\":\"\",\"state\":\"Illinois IL\",\"address\":\"1201 South 6th Street\",\"fax_number\":\"217-238-8805\",\"phone_number\":\"217-238-8800\",\"showOnCmsPublic\":true},{\"zip\":\"61938\",\"city\":\"Mattoon\",\"name\":\"Riddle Elementary School\",\"email\":\"\",\"state\":\"Illinois IL\",\"address\":\"4201 Western Ave\",\"fax_number\":\"\",\"phone_number\":\"(217) 238-3800\",\"showOnCmsPublic\":true},{\"zip\":\"61938\",\"city\":\"Mattoon\",\"name\":\"Williams Elementary School\",\"email\":\"\",\"state\":\"Illinois IL\",\"address\":\"1709 S. 9th Street\",\"fax_number\":\"217-238-2805\",\"phone_number\":\"217-238-2800\",\"showOnCmsPublic\":true},{\"zip\":\"61938\",\"city\":\"Mattoon\",\"name\":\"Mattoon Middle School\",\"email\":\"\",\"state\":\"Illinois IL\",\"address\":\"1200 South 9th Street\",\"fax_number\":\"(217)238-5805\",\"phone_number\":\"(217) 238-5800\",\"showOnCmsPublic\":true},{\"zip\":\"61938\",\"city\":\"Mattoon\",\"name\":\"Mattoon High School\",\"email\":\"\",\"state\":\"Illinois IL\",\"address\":\"2521 Walnut Ave.\",\"fax_number\":\"(217) 238-7905\",\"phone_number\":\"(217) 238-7800\",\"showOnCmsPublic\":true},{\"zip\":\"\",\"city\":\"\",\"name\":\"LIFT\",\"email\":\"\",\"state\":\"\",\"address\":\"\",\"fax_number\":\"\",\"phone_number\":\"\",\"showOnCmsPublic\":true}],\"additionalText\":\"
\",\"hasAdditionalText\":true,\"organization_info\":{\"zip\":\"61938\",\"city\":\"Mattoon\",\"name\":\"Mattoon Community Unit School District 2\",\"email\":\"\",\"state\":\"IL\",\"address\":\"1701 Charleston Avenue\",\"fax_number\":\"\",\"phone_number\":\"(217) 238-8850\"},\"additionalTextAlignment\":\"center\"},\"header\":{\"links\":[{\"link\":\"https://skyward.mcusd2.com/scripts/wsisa.dll/WService=wsEAplus/fwemnu01.w\",\"name\":\"Skyward\",\"opens_in_new_tab\":true},{\"link\":\"https://clever.com/in/mattoonusd2\",\"name\":\"Clever\",\"opens_in_new_tab\":true},{\"link\":\"https://mattoon.schoology.com\",\"name\":\"Parent Schoology Login\",\"opens_in_new_tab\":true},{\"link\":\"https://mail.google.com\",\"name\":\"Gmail\",\"opens_in_new_tab\":true}]},\"buttons\":{\"002b9072-681e-4180-b805-9b0e07070fe5_0\":{\"content\":[{\"link\":\"https://core-docs.s3.amazonaws.com/documents/asset/uploaded_file/1977826/Calendar_at_a_Glance_22-23.docx\",\"uuid\":\"5bd3d01f-7a93-400d-b6a8-2f5d7c50ac0a\",\"title\":\"2022-'23 District Calendar\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/documents/bus-stops/241078\",\"uuid\":\"a7a92d36-b1cc-4650-bd41-188a1148ee5b\",\"title\":\"2022-'23 Bus Stops\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/page/registration\",\"uuid\":\"c072d945-eaf3-4a61-b608-37c01131414c\",\"title\":\"2022-'23 Registration\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"http://www.generalasp.com/mattoon/onlineapp/default.aspx\",\"uuid\":\"c81b1675-db8a-4820-a32a-a6f311355f78\",\"title\":\"Employment Opportunities\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/o/lift\",\"uuid\":\"cf9bb77f-23a3-4279-96fc-0d63b391d589\",\"title\":\"LIFT Central Illinois\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/o/mcusd2/page/mhs-updates-and-renovations\",\"uuid\":\"604c4d6b-f969-4bf0-8210-365100fe66a3\",\"title\":\"MHS Updates\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/page/media-request\",\"uuid\":\"df7e58a5-f53f-4337-9e07-01bae6b4284c\",\"title\":\"Media Requests\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true}],\"icons_active\":true},\"1e8ecd02-18ff-4574-9235-7e5193f5ada1_0\":{\"content\":[{\"icon\":\"\",\"link\":\"https://www.mattoon.k12.il.us/documents/calendar-at-a-glance/206989\",\"uuid\":\"cf9bb77f-23a3-4279-96fc-0d63b391d589\",\"title\":\"School calendars\",\"mailto\":false,\"icon_id\":231,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"icon\":\"\",\"link\":\"https://www.mattoon.k12.il.us/documents/bus-stops/241078\",\"uuid\":\"604c4d6b-f969-4bf0-8210-365100fe66a3\",\"title\":\"Bus Stops\",\"mailto\":false,\"icon_id\":230,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"icon\":\"\",\"link\":\"https://www.mattoon.k12.il.us/page/media-request\",\"uuid\":\"df7e58a5-f53f-4337-9e07-01bae6b4284c\",\"title\":\"Media Requests\",\"mailto\":false,\"icon_id\":315,\"ipAddress\":false,\"opens_in_new_tab\":true}],\"icons_active\":true},\"69337ced-af81-4fa4-88ce-ca1bde9096b6_0\":{\"content\":[{\"link\":\"https://core-docs.s3.amazonaws.com/documents/asset/uploaded_file/1977826/Calendar_at_a_Glance_22-23.docx\",\"uuid\":\"5bd3d01f-7a93-400d-b6a8-2f5d7c50ac0a\",\"title\":\"2022-'23 District Calendar\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/documents/bus-stops/241078\",\"uuid\":\"a7a92d36-b1cc-4650-bd41-188a1148ee5b\",\"title\":\"2022-'23 Bus Stops\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/page/registration\",\"uuid\":\"c072d945-eaf3-4a61-b608-37c01131414c\",\"title\":\"2022-'23 Registration\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"http://www.generalasp.com/mattoon/onlineapp/default.aspx\",\"uuid\":\"c81b1675-db8a-4820-a32a-a6f311355f78\",\"title\":\"Employment Opportunities\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/o/lift\",\"uuid\":\"cf9bb77f-23a3-4279-96fc-0d63b391d589\",\"title\":\"LIFT Central Illinois\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/o/mcusd2/page/mhs-updates-and-renovations\",\"uuid\":\"604c4d6b-f969-4bf0-8210-365100fe66a3\",\"title\":\"MHS Updates\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/page/media-request\",\"uuid\":\"df7e58a5-f53f-4337-9e07-01bae6b4284c\",\"title\":\"Media Requests\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true}],\"icons_active\":true},\"d14d54a9-3734-454b-ad40-7a515b26a7da_0\":{\"content\":[{\"icon\":\"\",\"link\":\"https://www.mattoon.k12.il.us/o/mcusd2/page/student-registration\",\"title\":\"Register\",\"mailto\":false,\"icon_id\":208,\"ipAddress\":false,\"opens_in_new_tab\":false},{\"icon\":\"\",\"link\":\"https://www.mattoon.k12.il.us/documents/calendar-at-a-glance/206989\",\"title\":\"2024-25 Calendars\",\"mailto\":false,\"icon_id\":231,\"ipAddress\":false,\"opens_in_new_tab\":false},{\"icon\":\"\",\"link\":\"https://www.mattoon.k12.il.us/page/district-athletics\",\"uuid\":\"337f3fda-9423-40e9-9691-6bfdf211f4eb\",\"title\":\"Athletics & Activities\",\"mailto\":false,\"icon_id\":1777,\"ipAddress\":false,\"opens_in_new_tab\":false},{\"icon\":\"\",\"link\":\"https://www.mattoon.k12.il.us/documents/school-lunch-menus/242447\",\"uuid\":\"4d2a0f72-0cdd-46bb-aafe-3ac08b628908\",\"title\":\"Menus\",\"mailto\":false,\"icon_id\":1308,\"ipAddress\":false,\"opens_in_new_tab\":false},{\"icon\":\"\",\"link\":\"https://www.mattoon.k12.il.us/page/elearning\",\"uuid\":\"a4f1671f-3555-4640-8d8f-3bb9a7c6cfce\",\"title\":\"eLearning\",\"mailto\":false,\"icon_id\":1431,\"ipAddress\":false,\"opens_in_new_tab\":false},{\"icon\":\"\",\"link\":\"https://www.mattoon.k12.il.us/o/mcusd2/page/student-services-page\",\"uuid\":\"84d45a11-1446-431f-bc3e-443eef847c21\",\"title\":\"Teaching & Learning\",\"mailto\":false,\"icon_id\":346,\"ipAddress\":false,\"opens_in_new_tab\":false},{\"icon\":\"\",\"link\":\"https://www.mattoon.k12.il.us/page/employment-opportunities\",\"uuid\":\"100480e9-488c-4875-b193-740be715731e\",\"title\":\"Join MCUSD2\",\"mailto\":false,\"icon_id\":210,\"ipAddress\":false,\"opens_in_new_tab\":false},{\"icon\":\"\",\"link\":\"https://www.mattoon.k12.il.us/page/media-request\",\"uuid\":\"3980ec0b-f10e-416c-9282-60fb5a51963f\",\"title\":\"Media Requests\",\"mailto\":false,\"icon_id\":315,\"ipAddress\":false,\"opens_in_new_tab\":false}],\"icons_active\":true},\"ea2fbdf5-3581-416b-9354-d27fcf60744c_0\":{\"content\":[{\"link\":\"https://core-docs.s3.amazonaws.com/documents/asset/uploaded_file/1977826/Calendar_at_a_Glance_22-23.docx\",\"uuid\":\"5bd3d01f-7a93-400d-b6a8-2f5d7c50ac0a\",\"title\":\"2022-'23 District Calendar\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/documents/bus-stops/241078\",\"uuid\":\"a7a92d36-b1cc-4650-bd41-188a1148ee5b\",\"title\":\"2022-'23 Bus Stops\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/page/registration\",\"uuid\":\"c072d945-eaf3-4a61-b608-37c01131414c\",\"title\":\"2022-'23 Registration\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"http://www.generalasp.com/mattoon/onlineapp/default.aspx\",\"uuid\":\"c81b1675-db8a-4820-a32a-a6f311355f78\",\"title\":\"Employment Opportunities\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/o/lift\",\"uuid\":\"cf9bb77f-23a3-4279-96fc-0d63b391d589\",\"title\":\"LIFT Central Illinois\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/o/mcusd2/page/mhs-updates-and-renovations\",\"uuid\":\"604c4d6b-f969-4bf0-8210-365100fe66a3\",\"title\":\"MHS Updates\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true},{\"link\":\"https://www.mattoon.k12.il.us/page/media-request\",\"uuid\":\"df7e58a5-f53f-4337-9e07-01bae6b4284c\",\"title\":\"Media Requests\",\"mailto\":false,\"ipAddress\":false,\"opens_in_new_tab\":true}],\"icons_active\":true}},\"gallery\":{\"slides\":[{\"url\":\"https://cmsv2-assets.apptegy.net/uploads/6712/file/3533441/23d62c7d-89a6-4a0a-ac02-a2efafd902c7.mp4\",\"index\":0,\"sizes\":{\"px600\":null,\"px960\":null,\"small\":null,\"custom\":null,\"px1280\":null,\"px1600\":null,\"px1920\":null,\"px2560\":null},\"title\":\"\",\"content\":\"\",\"alt_text\":\"District Gallery Video\"}]},\"parallax\":{\"359b5ed9-62be-4a12-85ea-78e3d0b47c8a_0\":{\"background_image\":{}},\"d4c14396-eefb-4725-9a5e-88587303e5b6_0\":{\"background_image\":{}},\"e2366331-32c5-455c-acc0-7d8544fa1efe_0\":{\"background_image\":{\"url\":\"https://cmsv2-assets.apptegy.net/uploads/6712/file/1621741/d1fc8abb-05cb-4de4-bad7-6644865fd60b.png\",\"sizes\":{\"px600\":null,\"px960\":null,\"custom\":null,\"px1280\":null,\"px1600\":null,\"px1920\":null,\"px2560\":null},\"alt_text\":\"MHS Wavettes Cheering On Basketball\",\"asset_id\":1621741}},\"f03a9c24-a2d5-4d07-b279-779657ee3c86_0\":{\"background_image\":{\"url\":\"https://cmsv2-assets.apptegy.net/uploads/6712/file/1621753/9bd13b43-7af3-4150-b236-11abf87a9d84.png\",\"sizes\":{\"px600\":null,\"px960\":null,\"custom\":null,\"px1280\":null,\"px1600\":null,\"px1920\":null,\"px2560\":null},\"alt_text\":\"Teacher & student celebrating during the Reindeer Dash\",\"asset_id\":1621753}}},\"programs\":{\"07444c2c-84e3-47e2-b8f6-e516cd47a85d_0\":{\"slider\":true,\"content\":[],\"see_all\":true,\"num_columns\":4,\"see_all_link\":{},\"read_more_link\":true,\"component_header\":\"programs\",\"details_on_hover\":true},\"f5dd2039-567c-48ec-a846-80f45adc2085_0\":{\"slider\":true,\"content\":[],\"see_all\":true,\"num_columns\":4,\"see_all_link\":{},\"read_more_link\":true,\"component_header\":\"\",\"details_on_hover\":true}},\"timeline\":{},\"athletics\":{},\"live_feed\":{\"ed7adbed-a5f5-4d02-902e-ff7d3509c14b_0\":{\"see_all_link\":{\"href\":\"/live-feed\",\"name\":\"See All Posts\",\"target\":\"_self\"},\"component_header\":\"Live Feed\",\"component_header_top\":\"Latest\"}},\"spotlight\":{\"45a14cb7-8420-40a0-8b9f-d745c5cf6211_0\":{\"content\":[],\"show_name\":true,\"show_slider\":true,\"component_header\":\"Spotlight\"}},\"spotlights\":{\"45a14cb7-8420-40a0-8b9f-d745c5cf6211_0\":{\"content\":[{\"id\":\"lag59busk\",\"image\":{\"url\":\"https://cmsv2-assets.apptegy.net/uploads/6712/file/492794/9613e6c4-bde7-4456-b80f-4eea62464b6a.jpeg\",\"alt_text\":\"Cancer society donation 21\",\"asset_id\":492794},\"quote\":\"The MHS JROTC earned $689 at a recent car wash and donated the entire amount to the American Cancer Society. \",\"author\":\"\"}],\"show_name\":true,\"show_slider\":true,\"component_header\":\"district Spotlight \"},\"ebada11d-4cdf-4b1c-9b49-4bc196c85535_0\":{\"content\":[],\"show_name\":true,\"show_slider\":true,\"component_header\":\"Spotlight\"}},\"our_schools\":{\"content\":[]},\"floating_nav\":{\"shape\":\"angled\",\"buttons\":[],\"is_fixed\":false},\"schools_menu\":{\"menu\":[[],[],[]]},\"sticky_footer\":{\"pill_button\":{\"link\":\"\",\"title\":\"register\",\"opens_in_new_tab\":false},\"icon_buttons\":[],\"hide_text_label\":\"hide\",\"show_text_label\":\"show\",\"show_pill_button\":true,\"show_social_icons\":true,\"social_media_icons\":[],\"show_only_on_homepage\":true},\"custom_component\":{\"457cb41a-b82b-4f23-bfdf-66049c82c4ec_0\":{\"loop\":{},\"image\":{},\"input\":{},\"textarea\":{},\"rich_textarea\":{}}}},\"info\":{\"links_color\":{\"a\":1,\"hex\":\"#006241\",\"hsl\":{\"a\":1,\"h\":159.79591836734696,\"l\":0.19215686274509805,\"s\":1},\"hsv\":{\"a\":1,\"h\":159.79591836734696,\"s\":1,\"v\":0.3843137254901961},\"hex8\":\"#006241FF\",\"rgba\":{\"a\":1,\"b\":65,\"g\":98,\"r\":0},\"source\":\"hex\"},\"school_name\":\"Mattoon Community Unit School District 2\",\"customHeader\":false,\"primary_color\":{\"a\":1,\"hex\":\"#006241\",\"hsl\":{\"a\":1,\"h\":159.79591836734696,\"l\":0.19210000000000002,\"s\":1},\"hsv\":{\"a\":1,\"h\":159.79591836734696,\"s\":1,\"v\":0.38420000000000004},\"hex8\":\"#006241FF\",\"rgba\":{\"a\":1,\"b\":65,\"g\":98,\"r\":0},\"source\":\"hex\"},\"alert_bg_color\":{\"a\":1,\"hex\":\"#006241\",\"hsl\":{\"a\":1,\"h\":159.79591836734696,\"l\":0.19215686274509805,\"s\":1},\"hsv\":{\"a\":1,\"h\":159.79591836734696,\"s\":1,\"v\":0.3843137254901961},\"hex8\":\"#006241FF\",\"rgba\":{\"a\":1,\"b\":65,\"g\":98,\"r\":0},\"source\":\"hex\"},\"app_text_color\":\"dark\",\"school_tag_line\":\"Making a Difference One Student at a Time\",\"secondary_color\":{\"a\":1,\"hex\":\"#C9AA78\",\"hsl\":{\"a\":1,\"h\":37.03703703703703,\"l\":0.6294117647058823,\"s\":0.4285714285714285},\"hsv\":{\"a\":1,\"h\":37.03703703703703,\"s\":0.40298507462686567,\"v\":0.788235294117647},\"hex8\":\"#C9AA78FF\",\"rgba\":{\"a\":1,\"b\":120,\"g\":170,\"r\":201},\"source\":\"hex\"},\"alert_link_color\":{\"a\":1,\"hex\":\"#FFFFFF\",\"hsl\":{\"a\":1,\"h\":0,\"l\":1,\"s\":0},\"hsv\":{\"a\":1,\"h\":0,\"s\":0,\"v\":1},\"hex8\":\"#FFFFFFFF\",\"rgba\":{\"a\":1,\"b\":255,\"g\":255,\"r\":255},\"source\":\"hsva\",\"fixedColor\":\"default\"},\"alert_text_color\":{\"a\":1,\"hex\":\"#FFFFFF\",\"hsl\":{\"a\":1,\"h\":0,\"l\":1,\"s\":0},\"hsv\":{\"a\":1,\"h\":0,\"s\":0,\"v\":1},\"hex8\":\"#FFFFFFFF\",\"rgba\":{\"a\":1,\"b\":255,\"g\":255,\"r\":255},\"source\":\"hsva\",\"fixedColor\":\"default\"},\"app_primary_color\":{\"hex\":\"\"},\"cms_heading_color\":{\"a\":1,\"hex\":\"#006241\",\"hsl\":{\"a\":1,\"h\":159.79591836734696,\"l\":0.19215686274509805,\"s\":1},\"hsv\":{\"a\":1,\"h\":159.79591836734696,\"s\":1,\"v\":0.3843137254901961},\"hex8\":\"#006241FF\",\"rgba\":{\"a\":1,\"b\":65,\"g\":98,\"r\":0},\"source\":\"hex\"},\"organization_type\":\"School\",\"app_secondary_color\":{\"hex\":\"\"},\"alert_lightbox_overlay\":{\"a\":1,\"hex\":\"#000000\",\"hsl\":{\"a\":1,\"h\":0,\"l\":0,\"s\":0},\"hsv\":{\"a\":1,\"h\":0,\"s\":0,\"v\":0},\"hex8\":\"#000000FF\",\"rgba\":{\"a\":1,\"b\":0,\"g\":0,\"r\":0},\"source\":\"hex\",\"fixedColor\":\"primary\"},\"page_builder_theme_color\":{\"a\":1,\"hex\":\"#006241\",\"hsl\":{\"a\":1,\"h\":159.79591836734696,\"l\":0.19215686274509805,\"s\":1},\"hsv\":{\"a\":1,\"h\":159.79591836734696,\"s\":1,\"v\":0.3843137254901961},\"hex8\":\"#006241FF\",\"rgba\":{\"a\":1,\"b\":65,\"g\":98,\"r\":0},\"source\":\"hex\"},\"app_use_same_as_web_colors\":false},\"language\":\"english\",\"logo\":{\"url\":\"https://cmsv2-assets.apptegy.net/uploads/6712/logo/7979/Mattoon_Community_Unit_School_District_v2_logo_template_300.png\",\"px2560\":{\"url\":null},\"px1920\":{\"url\":null},\"px1600\":{\"url\":null},\"px1280\":{\"url\":null},\"px960\":{\"url\":null},\"px600\":{\"url\":null},\"custom\":{\"url\":null},\"small\":{\"url\":null}},\"old_active_theme_data\":{},\"parent_organization_id\":2057,\"proxy_url\":\"\",\"secondary_organization_id\":6712,\"secondary_organization_name\":\"Mattoon Community Unit School District 2\",\"settings\":{\"metadata\":[],\"embedCodes\":{\"customCodes\":[\"\"],\"facebookPixel\":\"\",\"googleAnalytics\":\"\\n