body{
    position: relative;
}

/* body > .breadcrumb-x + .container{
    padding-bottom: 30rem;
}

body:not(.ef-user-signed-in) > .breadcrumb-x + .container{
    padding-bottom: 52rem;
} */

body{
    padding-bottom: 32rem !important; 
}

body:not(.ef-user-signed-in){
    padding-bottom: 60rem !important;
}

#footer{
    background-color: rgba(36, 66, 132, 0);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 2rem 0;
}

#footer::before{
    content: '';
    position: absolute;
    top: -5%;
    left: -2%;
    bottom: -5%;
    width: 105%;
    background-color: rgba(84, 86, 91, 0.7);
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    z-index: 1;
}

#footer .footerWrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    height: 100%;
    z-index: 10;
}

#footer .topFooterContainer, #footer .leftFooterContainer, #footer .middleFooterContainer, #footer .rightFooterContainer{
    flex-grow: 0;
    flex-shrink: 0;
    color: white;
    margin-bottom: 2rem;
    font-family: 'Abel', sans-serif;
    align-self: flex-end;
}

#footer .topFooterContainer{
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    text-transform: uppercase;
}

#footer .leftFooterContainer{
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.7;
}

#footer .leftFooterContainer div.footerLink{
    position: relative;
}

#footer .leftFooterContainer div.footerLink a{
    text-decoration: none;
    color: white;
}

#footer .leftFooterContainer div.footerLink > a{
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#footer .leftFooterContainer div.footerLink > a:hover{
    border-bottom: 1px solid white;
}

#footer .leftFooterContainer i.fa{
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0px;
    font-size:30px;
    opacity: 0;
    transition: left 0.2s ease-out, opacity 0.2s ease-out;
    z-index: -1;
}

#footer .leftFooterContainer div.footerLink > a + img.worthingtonLogoSymbol{
    width: 34px;
    height: 18px;
    position: absolute;
    top: 8px;
    left: 0px;
    opacity: 0;
    transition: left 0.2s ease-out, opacity 0.2s ease-out;
    z-index: -1;
}

#footer .leftFooterContainer div.footerLink > a:hover + img.worthingtonLogoSymbol{
    left: -40px;
    opacity: 1;
}

#footer .leftFooterContainer div.footerLink > a:hover + i{
    display: inline-block;
    left: -35px;
    opacity: 1;
}

#footer .leftFooterContainer div.footerLink:last-child > a + i{
    top: -2px;
}

#footer .leftFooterContainer, #footer .rightFooterContainer{
    flex-basis: 25%;
}

#footer .middleFooterContainer{
    flex-basis: 50%;
}

#footer .middleFooterContainer img{
    height: auto;
    width: 100%;
}

#footer .rightFooterContainer{
    text-align: right;
    font-size: 1.8rem;
    line-height: 2rem;
}

#footer .rightFooterContainer > div:first-child{
    background-color: rgba(255, 255, 255, 0.5);
    color: rgb(36, 66, 132);
    font-weight: bold;
    text-transform: uppercase;
    display: inline;
    padding: 0 13px;
}

/*-------------*/

.navbar-form.hidden-xs.ef-active .searchDivRight{
    background-color: #25303D !important;
}

.navbar-form.hidden-xs.ef-active span.search-handle.input-group-addon{
    /* margin: 100rem !important; */
    background-color: green !important;
    /* opacity: 0; */
}

/* #ef-navbar form.navbar-form span.search-handle */

@media only screen and (max-width: 767px) {
    #footer .footerWrapper > div {
        flex-basis: 100% !important;
        text-align: center;
    }

    #footer .topFooterContainer {
        font-size: 3.5rem;
    }

    #footer .leftFooterContainer {
        font-size: 14px;
        font-weight: normal;
    }
    #footer .rightFooterContainer > div:first-child {
        line-height: 25px;
    }
    body{
        padding-bottom: 60rem !important;
    }
}

@media only screen and (max-width: 480px) {
    #footer .topFooterContainer {
        font-size: 2rem;
    }
}