.fcFooter {
    margin-top: 870px;
}

.footer-list {
    background: #434d79;
    min-height: 100px;
    height: 100%;
    color: #ffffff;
}

.footer-items {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    background: #434d79;
    text-align: center;
    float: none;
    cursor: pointer;
    list-style: none;
    padding-top: 10px;
}

/*.footer-items:hover{
  background: #211E59;
}*/

.footer-items a {
    color: #ffffff;
    margin-bottom: 0px;
}

.fc-footer-container {
    display : inline-block;
    background-color: #3A5485;
    color : #ffffff;
    font-weight: 400;
    font-family: 'Roboto', "Helvetica Neue", Arial, Helvetica, sans-serif;
    min-width: 100%;
}

.fc-footer-row-copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.fc-footer-row-links {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
}
.fc-footer-row-links a {
    color: #ffffff;
}

.fc-footer-row-link-terms {
    padding-bottom: 10px;
}

@media only screen and (min-width: 767px) {
    li.footer-items:first-child:nth-last-child(1) {
        display: table;
        width: 100%;
        margin-left: -45px;
        padding-top: 50px;
    }
    .fc-footer-row-link-terms {
        text-align: right;
    }
    .fc-footer-row-link-privacy {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .footer-list {
        height: 100%;
    }

    .footer-items {
        display: block;
        height: auto;
        padding: 10px 0 10px 0;
    }
}
