.Footer {
    padding-bottom: 20px;
    padding-top: 20px;
}

.Footer p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0;
}

.Footer .footer-link {
    color: #E5651A;
    cursor: pointer;
}

.Footer .center-container {
    width: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Footer .terms-security-privacy-container {
    text-align: center;
}

.Footer .copyright {
    text-align: center;
}

.Footer .footer-wrapper {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.Footer .partner-logo-link {
    padding-left: 5px;
    padding-right: 5px;
}

.Footer .footer-link {
    padding-left: 5px;
    padding-right: 5px;
}

.Footer .footer-icon-size {
    width: auto;
    height: 50px;
}

.Footer .support-container {
    text-align: center;
}

/*Dashboard css*/

.DashBoard.Footer .copyright {
    color: white;
}

.DashBoard.Footer .footer-link:hover {
    color: white;
}

/*Director Specific Css*/

.Director.Footer {
    color: white;
}

@media screen and (max-width: 580px) {
    .Footer .footer-wrapper {
        width: 100%;
    }

    .Footer .partner-logo-link {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}