footer.wp-block-template-part {
    margin-block-start: 0;
}

#site-footer {
    padding-top: 60px;
    padding-bottom: 60px;

    .top {
        display: flex;
        column-gap: 100px;
        flex-direction: column;
        @media only screen and (min-width: 1000px) {
            justify-content: space-between;
            flex-direction: row;
        }

        .left {
            flex: 1 1 44%;
            max-width: 550px;
            font-size: 14px;
            display: flex;
            flex-direction: column;

            .logos {
                margin-bottom: 48px;

                img {
                    width: 460px;
                    max-width: 100%;
                    height: auto;
                }
            }

            .org-name {
                text-transform: uppercase;
                line-height: 142.857%;
                letter-spacing: 0.28px;
            }

            .contact-info {
                margin-top: 26px;
                margin-bottom: 26px;
                display: grid;
                row-gap: 24px;
                @media only screen and (min-width: 1000px) {
                    grid-template-columns: 50% 50%;
                    column-gap: 12px;
                    width: fit-content;
                    margin-bottom: 100px;
                }

                a {
                    text-decoration: none;

                    &:hover {
                        text-decoration: underline;
                    }
                }
            }
        }

        .center {
            flex: 1 1 10%;
        }

        .right {
            @media only screen and (min-width: 1000px) {
                flex: 1 1 35%;
                max-width: 442px;
            }
        }
    }

    .copyright {
        font-weight: 500;
        font-size: 13px;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        letter-spacing: 0.26px;
        @media only screen and (max-width: 999px) {
            position: absolute;
            bottom: 0;
        }

        a {
            transition: 0.3s;

            &:hover {
                text-decoration: none;
            }
        }

        ul {
            list-style-type: none;
            padding-left: 0;
            display: flex;
            flex-wrap: wrap;

            li:not(:last-of-type) {
                &:after {
                    content: '|';
                    padding-left: 5px;
                    padding-right: 5px;
                }
            }
        }
    }

    #menu-footer-menu {
        list-style-type: none;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        gap: 6px;
        font-size: var(--wp--preset--font-size--nav-button-text);
        font-weight: 700;
        line-height: 130.769%;
        letter-spacing: 0.78px;
        text-transform: uppercase;

        a {
            transition: 0.3s;

            &:hover {
                text-decoration: none;
            }
        }
    }

    .form {
        @media only screen and (max-width: 999px) {
            border-top: 1px solid var(--wp--preset--color--haverhill-orange);
            padding-top: 8px;
            padding-bottom: 5rem;
        }
    }

    .social-media {
        margin-bottom: 2.5rem;

        ul {
            list-style-type: none;
            display: flex;
            padding-left: 0;
            gap: 25px;

            li {
                a {
                    &:after {
                        content: '';
                        display: block;
                        width: 50px;
                        height: 50px;
                        background-repeat: no-repeat;
                    }

                    &.instagram {
                        &:after {
                            background-image: url("data:image/svg+xml, %3Csvg%20width=%2249%22%20height=%2249%22%20viewBox=%220%200%2049%2049%22%20fill=%22none%22%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path=%22url(%23clip0_0_1)%22%3E%0A%3Cpath%20d=%22M24.5%201.1647C37.3875%201.16473%2047.835%2011.6122%2047.835%2024.4997C47.8349%2037.3871%2037.3875%2047.8346%2024.5%2047.8346C11.6125%2047.8346%201.16507%2037.3872%201.16504%2024.4997C1.16504%2011.6122%2011.6125%201.1647%2024.5%201.1647Z%22%20stroke=%22%23F15F22%22%20stroke-width=%221.5%22%20stroke-miterlimit=%2210%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d=%22M19.6789%2013.0941C18.456%2013.1411%2017.6094%2013.3292%2016.9039%2013.6585C16.1513%2013.9407%2015.4928%2014.364%2014.8814%2014.9755C14.2229%2015.6339%2013.8466%2016.2454%2013.5644%2016.998C13.2822%2017.7505%2013.0941%2018.5501%2013.047%2019.82C13%2021.0429%2013%2021.4192%2013%2024.5706C13%2027.7219%2013%2028.0982%2013.0941%2029.3211C13.1411%2030.544%2013.3292%2031.3906%2013.6585%2032.0961C13.9407%2032.8487%2014.364%2033.5072%2014.9755%2034.1186C15.6339%2034.7771%2016.2454%2035.1534%2016.998%2035.4356C17.7505%2035.7178%2018.5501%2035.9059%2019.82%2035.953C21.0429%2036%2021.4192%2036%2024.5706%2036C27.7219%2036%2028.0982%2036%2029.3211%2035.9059C30.544%2035.8589%2031.3906%2035.6708%2032.0961%2035.3415C32.8487%2035.0593%2033.5072%2034.636%2034.1186%2034.0245C34.7771%2033.3661%2035.1534%2032.7546%2035.4356%2032.002C35.7178%2031.2495%2035.9059%2030.4499%2035.953%2029.18C36%2027.9571%2036%2027.5337%2036%2024.4294C36%2021.2781%2036%2020.9018%2035.9059%2019.6789C35.8589%2018.456%2035.6708%2017.6094%2035.3415%2016.9039C35.0593%2016.1513%2034.636%2015.4928%2034.0245%2014.8814C33.3661%2014.2229%2032.7546%2013.8466%2032.002%2013.5644C31.2495%2013.2822%2030.4499%2013.0941%2029.18%2013.047C27.9571%2013%2027.5808%2013%2024.4294%2013C21.2781%2013%2020.9018%2013%2019.6789%2013.0941ZM19.82%2033.9305C18.6912%2033.8834%2018.0798%2033.6953%2017.6564%2033.5542C17.1391%2033.3661%2016.7157%2033.0838%2016.3395%2032.7076C15.9162%2032.2843%2015.681%2031.908%2015.4928%2031.3906C15.3517%2030.9673%2015.1636%2030.3558%2015.0695%2029.227C15.0225%2028.0041%2015.0225%2027.6278%2014.9755%2024.5706C14.9755%2021.5133%2014.9755%2021.137%2015.0225%2019.9141C15.0695%2018.7853%2015.2577%2018.1738%2015.3988%2017.7505C15.5869%2017.2331%2015.8691%2016.8098%2016.2454%2016.4335C16.6687%2016.0102%2017.045%2015.7751%2017.5624%2015.5869C17.9857%2015.4458%2018.5971%2015.2577%2019.6789%2015.1636C20.9018%2015.1166%2021.2781%2015.1166%2024.3354%2015.0695C27.3926%2015.0695%2027.7689%2015.0695%2028.9918%2015.1166C30.1207%2015.1636%2030.7321%2015.3517%2031.1554%2015.4928C31.6728%2015.681%2032.0961%2015.9632%2032.4724%2016.3395C32.8957%2016.7628%2033.1309%2017.1391%2033.319%2017.6564C33.4601%2018.0798%2033.6483%2018.6912%2033.7423%2019.773C33.7894%2020.9959%2033.8364%2021.3722%2033.8364%2024.4294C33.8364%2027.4867%2033.8364%2027.863%2033.7894%2029.0859C33.7423%2030.2147%2033.5542%2030.8262%2033.4131%2031.2495C33.2249%2031.7669%2032.9427%2032.1902%2032.5665%2032.5665C32.1432%2032.9898%2031.7669%2033.2249%2031.2495%2033.4131C30.8262%2033.5542%2030.2147%2033.7423%2029.1329%2033.8364C27.91%2033.8834%2027.5337%2033.8834%2024.4765%2033.9305C21.4192%2033.9305%2021.0429%2033.9305%2019.82%2033.8834M29.227%2018.362C29.227%2019.1145%2029.8384%2019.726%2030.591%2019.726C31.3436%2019.726%2031.955%2019.1145%2031.955%2018.362C31.955%2017.6094%2031.3436%2016.998%2030.591%2016.998C29.8384%2016.998%2029.227%2017.6094%2029.227%2018.362ZM18.5501%2024.5235C18.5501%2027.816%2021.2311%2030.4499%2024.4765%2030.4499C27.7689%2030.4499%2030.4029%2027.7689%2030.4029%2024.5235C30.4029%2021.2311%2027.7219%2018.5971%2024.4765%2018.5971C21.184%2018.5971%2018.5501%2021.2781%2018.5501%2024.5235ZM20.6196%2024.5235C20.6196%2022.407%2022.3129%2020.6667%2024.4765%2020.6667C26.593%2020.6667%2028.3333%2022.3599%2028.3333%2024.5235C28.3333%2026.6401%2026.6401%2028.3804%2024.4765%2028.3804C22.3599%2028.3804%2020.6196%2026.6871%2020.6196%2024.5235Z%22%20fill=%22white%22%2F%3E%0A%3Cdefs%3E%0A%3CclipPath%20id=%22clip0_0_1%22%3E%0A%3Crect%20width=%2249%22%20height=%2249%22%20fill=%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
                            transition: background-image 0.3s;
                        }

                        &:hover:after {
                            background-image: url("data:image/svg+xml, %3Csvg%20width=%2249%22%20height=%2249%22%20viewBox=%220%200%2049%2049%22%20fill=%22none%22%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path=%22url(%23clip0_0_1)%22%3E%0A%3Cpath%20d=%22M24.5%201.1647C37.3875%201.16473%2047.835%2011.6122%2047.835%2024.4997C47.8349%2037.3871%2037.3875%2047.8346%2024.5%2047.8346C11.6125%2047.8346%201.16507%2037.3872%201.16504%2024.4997C1.16504%2011.6122%2011.6125%201.1647%2024.5%201.1647Z%22%20fill=%22%23F15F22%22%20stroke=%22%23F15F22%22%20stroke-width=%221.5%22%20stroke-miterlimit=%2210%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d=%22M19.6789%2013.0941C18.456%2013.1411%2017.6094%2013.3292%2016.9039%2013.6585C16.1513%2013.9407%2015.4928%2014.364%2014.8814%2014.9755C14.2229%2015.6339%2013.8466%2016.2454%2013.5644%2016.998C13.2822%2017.7505%2013.0941%2018.5501%2013.047%2019.82C13%2021.0429%2013%2021.4192%2013%2024.5706C13%2027.7219%2013%2028.0982%2013.0941%2029.3211C13.1411%2030.544%2013.3292%2031.3906%2013.6585%2032.0961C13.9407%2032.8487%2014.364%2033.5072%2014.9755%2034.1186C15.6339%2034.7771%2016.2454%2035.1534%2016.998%2035.4356C17.7505%2035.7178%2018.5501%2035.9059%2019.82%2035.953C21.0429%2036%2021.4192%2036%2024.5706%2036C27.7219%2036%2028.0982%2036%2029.3211%2035.9059C30.544%2035.8589%2031.3906%2035.6708%2032.0961%2035.3415C32.8487%2035.0593%2033.5072%2034.636%2034.1186%2034.0245C34.7771%2033.3661%2035.1534%2032.7546%2035.4356%2032.002C35.7178%2031.2495%2035.9059%2030.4499%2035.953%2029.18C36%2027.9571%2036%2027.5337%2036%2024.4294C36%2021.2781%2036%2020.9018%2035.9059%2019.6789C35.8589%2018.456%2035.6708%2017.6094%2035.3415%2016.9039C35.0593%2016.1513%2034.636%2015.4928%2034.0245%2014.8814C33.3661%2014.2229%2032.7546%2013.8466%2032.002%2013.5644C31.2495%2013.2822%2030.4499%2013.0941%2029.18%2013.047C27.9571%2013%2027.5808%2013%2024.4294%2013C21.2781%2013%2020.9018%2013%2019.6789%2013.0941ZM19.82%2033.9305C18.6912%2033.8834%2018.0798%2033.6953%2017.6564%2033.5542C17.1391%2033.3661%2016.7157%2033.0838%2016.3395%2032.7076C15.9162%2032.2843%2015.681%2031.908%2015.4928%2031.3906C15.3517%2030.9673%2015.1636%2030.3558%2015.0695%2029.227C15.0225%2028.0041%2015.0225%2027.6278%2014.9755%2024.5706C14.9755%2021.5133%2014.9755%2021.137%2015.0225%2019.9141C15.0695%2018.7853%2015.2577%2018.1738%2015.3988%2017.7505C15.5869%2017.2331%2015.8691%2016.8098%2016.2454%2016.4335C16.6687%2016.0102%2017.045%2015.7751%2017.5624%2015.5869C17.9857%2015.4458%2018.5971%2015.2577%2019.6789%2015.1636C20.9018%2015.1166%2021.2781%2015.1166%2024.3354%2015.0695C27.3926%2015.0695%2027.7689%2015.0695%2028.9918%2015.1166C30.1207%2015.1636%2030.7321%2015.3517%2031.1554%2015.4928C31.6728%2015.681%2032.0961%2015.9632%2032.4724%2016.3395C32.8957%2016.7628%2033.1309%2017.1391%2033.319%2017.6564C33.4601%2018.0798%2033.6483%2018.6912%2033.7423%2019.773C33.7894%2020.9959%2033.8364%2021.3722%2033.8364%2024.4294C33.8364%2027.4867%2033.8364%2027.863%2033.7894%2029.0859C33.7423%2030.2147%2033.5542%2030.8262%2033.4131%2031.2495C33.2249%2031.7669%2032.9427%2032.1902%2032.5665%2032.5665C32.1432%2032.9898%2031.7669%2033.2249%2031.2495%2033.4131C30.8262%2033.5542%2030.2147%2033.7423%2029.1329%2033.8364C27.91%2033.8834%2027.5337%2033.8834%2024.4765%2033.9305C21.4192%2033.9305%2021.0429%2033.9305%2019.82%2033.8834M29.227%2018.362C29.227%2019.1145%2029.8384%2019.726%2030.591%2019.726C31.3436%2019.726%2031.955%2019.1145%2031.955%2018.362C31.955%2017.6094%2031.3436%2016.998%2030.591%2016.998C29.8384%2016.998%2029.227%2017.6094%2029.227%2018.362ZM18.5501%2024.5235C18.5501%2027.816%2021.2311%2030.4499%2024.4765%2030.4499C27.7689%2030.4499%2030.4029%2027.7689%2030.4029%2024.5235C30.4029%2021.2311%2027.7219%2018.5971%2024.4765%2018.5971C21.184%2018.5971%2018.5501%2021.2781%2018.5501%2024.5235ZM20.6196%2024.5235C20.6196%2022.407%2022.3129%2020.6667%2024.4765%2020.6667C26.593%2020.6667%2028.3333%2022.3599%2028.3333%2024.5235C28.3333%2026.6401%2026.6401%2028.3804%2024.4765%2028.3804C22.3599%2028.3804%2020.6196%2026.6871%2020.6196%2024.5235Z%22%20fill=%22white%22%2F%3E%0A%3Cdefs%3E%0A%3CclipPath%20id=%22clip0_0_1%22%3E%0A%3Crect%20width=%2249%22%20height=%2249%22%20fill=%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
                        }
                    }

                    &.linkedin {
                        &:after {
                            background-image: url("data:image/svg+xml, %3Csvg%20width=%2249%22%20height=%2249%22%20viewBox=%220%200%2049%2049%22%20fill=%22none%22%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path=%22url(%23clip0_0_1)%22%3E%0A%3Cpath%20d=%22M24.5%201.1647C37.3875%201.16473%2047.835%2011.6122%2047.835%2024.4997C47.8349%2037.3871%2037.3875%2047.8346%2024.5%2047.8346C11.6125%2047.8346%201.16507%2037.3872%201.16504%2024.4997C1.16504%2011.6122%2011.6125%201.1647%2024.5%201.1647Z%22%20stroke=%22%23F15F22%22%20stroke-width=%221.5%22%20stroke-miterlimit=%2210%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d=%22M18.992%2020.3025H14.3701V35H18.992V20.3025Z%22%20fill=%22white%22%2F%3E%0A%3Cpath%20d=%22M16.6807%2018.3151C15.2017%2018.3151%2014%2017.2059%2014%2015.6807C14%2014.1555%2015.2017%2013%2016.6807%2013C18.1597%2013%2019.3613%2014.1092%2019.3613%2015.6345C19.3613%2017.1597%2018.1597%2018.2689%2016.6807%2018.2689V18.3151Z%22%20fill=%22white%22%2F%3E%0A%3Cpath%20d=%22M36.0003%2035H31.3784V27.0042C31.3784%2024.6471%2030.3616%2023.9076%2029.0675%2023.9076C27.7734%2023.9076%2026.3406%2024.9244%2026.3406%2027.0505V35H21.7188V20.3026H26.1557V22.3362H26.2019C26.6641%2021.4118%2028.1893%2019.8866%2030.5927%2019.8866C32.9961%2019.8866%2035.954%2021.4118%2035.954%2025.895V34.9538L36.0003%2035Z%22%20fill=%22white%22%2F%3E%0A%3Cdefs%3E%0A%3CclipPath%20id=%22clip0_0_1%22%3E%0A%3Crect%20width=%2249%22%20height=%2249%22%20fill=%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
                            transition: background-image 0.3s;
                        }

                        &:hover:after {
                            background-image: url("data:image/svg+xml, %3Csvg%20width=%2249%22%20height=%2249%22%20viewBox=%220%200%2049%2049%22%20fill=%22none%22%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path=%22url(%23clip0_0_1)%22%3E%0A%3Cpath%20d=%22M24.5%201.1647C37.3875%201.16473%2047.835%2011.6122%2047.835%2024.4997C47.8349%2037.3871%2037.3875%2047.8346%2024.5%2047.8346C11.6125%2047.8346%201.16507%2037.3872%201.16504%2024.4997C1.16504%2011.6122%2011.6125%201.1647%2024.5%201.1647Z%22%20fill=%22%23F15F22%22%20stroke=%22%23F15F22%22%20stroke-width=%221.5%22%20stroke-miterlimit=%2210%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d=%22M18.992%2020.3025H14.3701V35H18.992V20.3025Z%22%20fill=%22white%22%2F%3E%0A%3Cpath%20d=%22M16.6807%2018.3151C15.2017%2018.3151%2014%2017.2059%2014%2015.6807C14%2014.1555%2015.2017%2013%2016.6807%2013C18.1597%2013%2019.3613%2014.1092%2019.3613%2015.6345C19.3613%2017.1597%2018.1597%2018.2689%2016.6807%2018.2689V18.3151Z%22%20fill=%22white%22%2F%3E%0A%3Cpath%20d=%22M36.0003%2035H31.3784V27.0042C31.3784%2024.6471%2030.3616%2023.9076%2029.0675%2023.9076C27.7734%2023.9076%2026.3406%2024.9244%2026.3406%2027.0505V35H21.7188V20.3026H26.1557V22.3362H26.2019C26.6641%2021.4118%2028.1893%2019.8866%2030.5927%2019.8866C32.9961%2019.8866%2035.954%2021.4118%2035.954%2025.895V34.9538L36.0003%2035Z%22%20fill=%22white%22%2F%3E%0A%3Cdefs%3E%0A%3CclipPath%20id=%22clip0_0_1%22%3E%0A%3Crect%20width=%2249%22%20height=%2249%22%20fill=%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
                        }
                    }
                }
            }
        }
    }
}