
.main-footer-block .divider-top {
    border-top: 1px solid #e5e5e5;
}

.main-footer-block .cta-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-footer-block .cta-wrapper h2,
.main-footer-block .cta-wrapper .cta-btn {
    align-self: center;
}

.main-footer-block .cta-wrapper h2 {
    margin-right: 50px;
    margin-bottom: 0;
}

.main-footer-block h3 {
    margin-bottom: 20px;
}

.main-footer-block .return-to-top {
    margin-bottom: 30px;
}

.main-footer-block .footer-content a {

}

.main-footer-block .footer-content a:hover,
.main-footer-block .footer-content a:focus,
.main-footer-block .footer-content a:active {

}


.main-footer-block .copyright a {
    color: #ffffff;
}

.main-footer-block .copyright a:hover,
.main-footer-block .copyright a:focus,
.main-footer-block .copyright a:active {
    text-decoration: underline;
}

.main-footer-block .bg-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-footer-block hr {

}

.main-footer-block .footer-site-logo {
    margin-bottom: 25px;
}

.main-footer-block .footer-column-logo {
    margin-bottom: 20px;
    margin-top: 3px;
}

.main-footer-block .footer-content-column ul {
    padding-left: 0px;
    list-style: none;
}

.main-footer-block .menu-depth- a {
    text-transform: uppercase;
}

.main-footer-block .social-item {
    margin-bottom: 10px;
}

.main-footer-block .social-item i {
    margin-bottom: 10px;
    font-size: 1.5rem;
    margin-right: 10px;
    width: 24px;
}

.main-footer-block .footer-logos img {
    margin: 0 20px 20px 0;
}

.main-footer-block .copyright p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:991px) {

    .main-footer-block .footer-content-column {
        margin-bottom: 30px;
    }

    .main-footer-block .footer-content-column:last-child {
        margin-bottom: 0;
    }

}

@media screen and (max-width:768px) {

    .main-footer-block .cta-wrapper {
        display: block;
    }

    .main-footer-block .cta-wrapper h2 {
        margin-bottom: 30px;
    }

}
