            .accordion_container {
              display: flex; 
              align-items: center; 
              justify-content: center; 
              flex-direction: column; 
              overflow: none; 
              width: 100%;
            }

            .accordion {
              background-color: #eee;
              color: #444;
              cursor: pointer;
              padding: 18px;
              width: 100%;
              border: none;
              text-align: center;
              outline: none;
              font-size: 18px;
              transition: 0.4s;
              font-weight: bold;
              border-bottom: 1px solid black;
            }

            .active, .accordion:hover {
              background-color: #ccc;
            }

            .panel {
              padding: 0 18px;
              background-color: white;
              max-height: 0;
              overflow: hidden;
              transition: max-height 0.2s ease-out;
            }

            .palette { 
              margin: 15px;
              text-align: center;
            }

            .palette img {
              width: 550px;
            }

            /* -------- Section Banners --------- */
            /*-- Math Banners --*/
              .MTH-banner {
                display: flex; 
                justify-content: flex-start; 
                align-items: center;
                flex-direction: row;
                flex-shrink: 0;
                margin: 10px 0px;
              }

              /*-- Foreign Language Banners --*/
                .FL-section-banner {
                  color: #0b476f;
                  display: flex; 
                  align-items: center;
                  justify-content: flex-start; 
                  flex-direction: row; 
                  margin: 15px;
                }

                .FL-section-banner h2{
                  margin-left: 10px;
                }

                .FL-section-banner img {
                  flex-shrink: 0;
                }


            /*-- English Banners --*/
              .ENG-banner {
                display: flex; 
                justify-content: flex-start; 
                align-items: center;
                flex-direction: row;
                flex-shrink: 0;
                margin: 10px 0px;
              }

              .ENG-banner h1 {
                color: #324555;
                padding-left: 15px;
              }

              .ENG-banner img {
                flex-shrink: 0; 
                width: 75px;
              }

              /*-- Science Banners --*/
              .SCI-banner {
                display: flex; 
                justify-content: flex-start; 
                align-items: center;
                flex-direction: row;
                flex-shrink: 0;
                margin: 10px 0px;

              }

              .SCI-banner h1 {
                color: #0a2463;
                padding-left: 30px;
                padding-right: 15px;
                border-bottom: 3px solid #Fb8b24;
                margin-left: -25px;
              }

              .SCI-banner img {
                flex-shrink: 0; 
                width: 90px;
                z-index: 20;
              }

              /*-- Social Studies Banners --*/
              .SS-banner {
                display: flex; 
                justify-content: flex-start; 
                align-items: center;
                flex-direction: row;
                flex-shrink: 0;
                margin: 10px 0px;
              }

              .SS-banner h1 {
                color: #001021;
                padding-left: 15px;
              }

              .SS-banner img {
                flex-shrink: 0; 
                width: 65px;
              }

              /*-- PE & Health Banners --*/
              .PE-banner {
                display: flex; 
                justify-content: flex-start; 
                align-items: center;
                flex-direction: row;
                flex-shrink: 0;
                margin: 10px 0px;
              }

              .PE-banner h1 {
                color: #084c61;
                padding-left: 5px;
              }

              .PE-banner img {
                flex-shrink: 0; 
                width: 75px;
              }


              /*-- Science Banners --*/
              .LA-banner {
                display: flex; 
                justify-content: flex-start; 
                align-items: center;
                flex-direction: row;
                flex-shrink: 0;
                margin: 10px 0px;

              }

              .LA-banner h1 {
                color: #Fbfbff;
                padding: 10px 25px 10px 60px;
                background: #875d86;
                margin-left: -50px;
                margin-top: 15px;
                border-bottom-right-radius: 20px;
                text-shadow: 1px 1px 3px #431941;
                
              }

              .LA-banner img {
                flex-shrink: 0; 
                width: 100px;
                z-index: 20;
              }


              /*-- Elective Banners --*/
              .ELEC-banner {
                display: flex; 
                justify-content: flex-start; 
                align-items: center;
                flex-direction: row;
                flex-shrink: 0;
                margin: 10px 0px;
              }

              .ELEC-banner h1 {
                color: #032b43;
                padding-left: 5px;
              }

              .ELEC-banner img {
                flex-shrink: 0; 
                width: 75px;
              }
            /* --- END Section Banners--- */