/****************************************************************************
 * Footer Cols
 ****************************************************************************/
.footer {
    border-top: 0.175rem solid  #006750;
}


/****************************************************************************
 * Footer Cols
 ****************************************************************************/
.footer_cols {
    text-align: center;
}
.footer_col {
    padding: 1rem 0;
    font-size: 1.25rem;
}

/****************************************************************************
 * Footer Logo
 ****************************************************************************/
.footer .logo_wrapper .logo {
    width: 80%; max-width: 10rem;
    margin: 0 auto;
    margin-left: 1rem;
}
.footer .logo_wrapper:after,
.footer .logo_wrapper:before {
    content: none;
}

/****************************************************************************
 * Footer Menu
 ****************************************************************************/
.footer .menu li {
    display: block;
}
.footer .menu li a {
    padding: 0; line-height: 1.3;
    color: #006750;
    font-size: 1.25rem;
}

.contact .listing .listing_item {
    padding-bottom: 0;
}



.social_menu {
    margin: 0 -0.5rem 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.social_menu li {
    list-style: none;
    padding: 0.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%; 
}


@media screen and (min-width: 40em) {
    /****************************************************************************
     * Footer Cols
     ****************************************************************************/
    .footer_cols {
        font-size: 0;
    }
    .footer_col {
        display: inline-block; vertical-align: top;
        font-size: 1.25rem; width: 50%;
    }
    .footer_col:first-child {
        width: 100%;
        margin-bottom: 2rem;
    }
    .footer_col:nth-child(2) {
        text-align: left;
    }
    .footer_col:nth-child(3) {
        text-align: right;
    }
    .footer_col .footer_col_inner {
        text-align: center;
        width: 75%;
    }
    .footer_col:nth-child(3) .footer_col_inner {
        margin: auto 0 auto auto;
    }
}

@media screen and (min-width: 64em) {
    /****************************************************************************
     * Footer Cols
     ****************************************************************************/
    .footer_col {
        margin: 0; padding: 0;
    }
    .footer_col .footer_col_inner {
        width: 60%;
    }
    .footer_col:first-child {
        width: 100%;
        height: 0;
        position: relative;
        margin: 0; padding: 0;
    }
    
    /****************************************************************************
     * Footer Logo
     ****************************************************************************/
    .footer .logo_wrapper .logo {
        position: absolute; left: 0; right: 0;
        margin: 0 auto; top: 0;
    }
}