#footer {
    position: relative;
    width: 100%;
    padding: 0 0;
    max-width: 1170px;
    margin: 0 auto;
    /* background-color: rgba(33, 39, 53, 1); */
    background-color: #00000000;
    text-align: center;
    z-index: 3;
}

#footer .footer-tac {
    font-size: 11px;
    line-height: 1.3;
    font-family:
        Open Sans,
        sans-serif;
    font-weight: 300;
    color: hsla(0, 0%, 100%, 0.5);
    padding: 10px;
    max-width: 1170px;
    margin: 0 auto;
}

.landingPage_footer_logoSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0;
    text-align: center;
    padding: 10px 20px 0 20px;
    opacity: 0.6;
    max-width: 1170px;
    margin: 0 auto;
}

.landingPage_footer_textSection {
    font-size: 20px;
    line-height: 1.3;
    font-family:
        Open Sans,
        sans-serif;
    font-weight: 300;
    color: hsla(0, 0%, 100%, 0.5);
    padding: 100px 20px 20px 20px;
    max-width: 1170px;
    margin: 0 auto;
}

.rowLogo01,
.rowLogo {
    width: 100%;
}

#cg-footer-logo-timone,
#cg-footer-logo-adm {
    text-decoration: none;
}

.footerLogo1 {
    display: inline-block;
    margin: 0 10px 0 5px;
    text-align: center;
    height: 25px;
    width: auto;
}

.badges {
    text-align: center;
    margin: 0 5px 10px 5px;
}

.badgesin {
    display: inline-block;
    margin: 0 5px 0 5px;
    text-align: center;
    height: 35px;
    width: auto;
}

.footerLogo2 {
    display: inline-block;
    margin: 0 10px 15px;
    text-align: center;
    height: 20px;
    width: auto;
}

/*=Mobile=*/
.landingPage_footer_logoSection br {
    display: none;
}

/*=Desktop=*/
@media only screen and (min-width: 991px) {
    .landingPage_footer_logoSection br {
        display: block;
    }
}
