.site-footer {
    margin-top: 20px;
}

.site-footer-links {
    min-height: 70px;
    background: #ffffff;
}

.footer-link-list {
    overflow: visible;
}

.footer-link-item {
    display: block;
    width: 273px;
    height: 34px;
    padding: 0 20px;
    background: #ffffff;
    line-height: 34px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    box-sizing: border-box;
}

.footer-link-item.last {
    margin-right: 0;
}

.footer-link-arrow {
    float: right;
    width: 0;
    height: 0;
    margin-top: 13px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #7e7e7e;
}

.site-footer-main {
    padding: 40px 0;
    background: #f7f7f7;
}

.footer-main-inner {
    overflow: hidden;
}

.footer-org-card,
.footer-contact-card {
    float: left;
    min-height: 130px;
    padding: 8px 20px 14px;
    background: #eeeeee;
    border-radius: 5px;
    box-sizing: border-box;
}

.footer-org-card {
    width: 320px;
}

.footer-contact-card {
    width: 715px;
    margin-left: 20px;
}

.footer-org-card p,
.footer-contact-row {
    margin: 0;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}

.footer-contact-item {
    display: inline-block;
    margin-right: 18px;
    color: #999999;
}

.footer-contact-item em {
    font-style: normal;
    color: #5b93d3;
}

.footer-badges {
    float: right;
    width: 123px;
    text-align: center;
}

.footer-badge {
    display: block;
    margin: 0 auto 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}

.footer-badge-image {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-badge-blue {
    width: 58px;
    height: 72px;
    line-height: 72px;
    background: linear-gradient(180deg, #4ca3eb 0%, #1d6cc6 100%);
    color: #ffffff;
}

.footer-badge-red {
    width: 123px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    border: 2px solid #e3413b;
    color: #c52a23;
    box-sizing: border-box;
}

.site-footer-bar {
    height: 67px;
    background: #4281c6;
}

.footer-bar-inner {
    overflow: hidden;
    text-align: center;
}

.footer-bar-inner span {
    display: inline-block;
    margin: 0 24px;
    color: #ffffff;
    font-size: 14px;
    line-height: 67px;
}
