﻿
.main_footer {
    overflow: hidden;
}


footer {
    background-image: url(/fileserver/sites/306/images/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: var(--app-wide-lg);
    margin: 0 auto;
        margin-top: 40px;
    position: relative;
}



footer * {
    color: #333;
    font-weight: 400;
}

.main_footer > .inner {
    width: 100%;
    margin: 0 auto;
    padding: 80px 10px 20px;
}

.main_footer > .inner * {
    font-size: 16px;
}

footer .footer > .inner *:before, footer .footer > .inner *:after {
    content: none;
}

footer .footer-flex {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    justify-content: space-between;
    max-width: var(--app-wide-md);
    margin: 0 auto;
}

.main_footer > .inner .menu-text a {
    font-size: 18px;
}


footer .footer-flex > div {
}

footer .footer-menus {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .footer-menus li {
    padding-bottom: 6px;
}

footer .footer-menus li a {
    text-transform: uppercase
}

.main_footer > .inner {
    overflow: hidden;
    border-top: none;
}


.main_footer > .inner .powered {
    display: none;
}

.main_footer > .inner .img-container {
    padding-top: 60px;
    padding-bottom: 180px;
}

.main_footer > .inner img {
    max-width: 100%;
}

.main_footer > .inner .footer-text-indent {
    padding-left: 80px;
}

.main_footer > .inner * {
    color: #000;
}

.main_footer > .inner .footer-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.main_footer > .inner a, .main_footer > .inner a:hover {
    color: #000;
}

.footer-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px 60px;
}

.footer-grid-4 > div {
    max-width: 440px;
}

.footer-grid-4 > div > div:not(:first-child) {
    padding-bottom: 6px;
}

.footer-grid-4 > div .fa {
    font-size: 28px;
}

.app-footer-sns a {
    padding: 4px 8px;
}

.app-footer-sns a:hover {
    opacity: 0.7;
}

.footer-flex > div > div {
    padding-bottom: 24px;
}

.main_footer > .inner .btn-submit {
    padding: 6px 16px;
}

.main_footer .form-control {
    color: #333;
}

.main_footer .app-error-color .form-control {
    border-color: red !important;
    color: red !important;
}



@media (max-width: 767px) {



    .section-calculators .inner {
        grid-template-columns: repeat( 1, minmax(250px, 1fr) );
    }


    .section-calculators .inner {
        display: grid;
        grid-template-columns: repeat(, minmax(250px, 1fr) );
        gap: 50px;
    }

    .section-calculators .inner > div {
        width: 100%;
    }

    .main_footer {
        overflow: hidden;
        padding-top: 0px;
    }



    .main_footer > .inner .img-container {
        padding-top: 40px;
        padding-bottom: 140px;
    }

    .main_footer > .inner .footer-text-indent {
        padding-left: 68px;
    }

    .main_footer > .inner {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_footer > .inner * {
        font-size: 14px;
    }

    .footer-grid-4 > div {
        max-width: 100%;
    }

    .footer-grid-4 {
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        max-width: 540px;
        margin: 0 auto;
    }

    .footer-grid-4 > div .fa {
        font-size: 24px;
    }

    footer .footer-flex {
        display: flex;
        gap: 30px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    footer .footer-flex > div {
        width: 100%;
        flex-grow: 0;
        text-align: center;
    }

    footer .footer-logo-img {
        max-width: 200px;
    }

    .footer-flex > div > div {
        padding-bottom: 10px;
    }

    .main_footer > .inner .menu-text a {
        font-size: 16px;
    }
}


.section-maps {
    height: auto !important;
    min-height: 100px !important;
    margin-bottom: -8px !important;
    margin-top: 20px !important;
}

.section-maps iframe {
    width: 100%;
    height: 80vh;
    max-height: 660px;
}
