.prelogin-footer-wrapper {
    margin: 0 108px;
    background-color: #FFFFFF;
    text-align: left;
    border: none;
    display: block;
    flex-direction: column;
    justify-content: space-between;
    letter-spacing: 0.1px !important;
    font-size: 9px;
    line-height: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, .7);
    font-family: OverpassCiti-Regular;
}

.prelogin-footer-wrapper .ccb-footer-link-container {
    line-height: 16px;
    font-size: 12px;
    font-family: OverpassCiti-Light;
    color: #34495f;
    font-weight: 300;
}

.prelogin-footer-wrapper .ccb-link {
    text-align: left;
    font-weight: 500;
    font-size: 9px;
    letter-spacing: 0px !important;
    margin: 0 32px 0 0;
}

.ccb-footer-link-a:focus {
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);  
}



.prelogin-footer-wrapper a {
    line-height: 16px;
    font-size: 12px;
    font-family: OverpassCiti-Regular;
    color: #34495F;
    font-weight: 300;
}

.prelogin-footer-wrapper .ccb-footer-text {
    padding-bottom: 26px;
    text-align: left;
}

.prelogin-footer-wrapper .ccb-footer-text p {
    line-height: 16px;
    font-size: 12px;
    font-weight: 300;
    color: #4f6f90;
    letter-spacing: 0;
    font-family: OverpassCiti-Light;
}

.prelogin-footer-wrapper .ccb-disclaimer {
    padding: .7rem 0;
}

.prelogin-footer-wrapper .top {
    /* display: flex;
     align-items: center;
     !*justify-content: space-between;*!*/
    width: 100%;
    margin: 15px 0 0 0;
}

.prelogin-footer-wrapper .top svg {
    width: 40px;
    height: 23px;
}

.prelogin-footer-wrapper .login-footer-top {
    width: 100%;
    margin: 26px 0 8px 0;
}

/* Media Queries Section Start */
@media screen and (max-width: 768px) {
    .prelogin-footer-wrapper {
        margin: 0 45px;
    }
}

/* @media screen and (max-width: 480px) {
    .prelogin-footer-wrapper {
        display: none;
    }
} */

/* Media Queries Section End */