.footer_content {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 940px;
    height: 100%;
    margin-left: -4px;
    line-height: 20px;
    padding: 0 1em 2em 1em
}

.footer_content h2 {
    font-size: 180%;
    font-weight: 500;
    color: #21215d;
    padding: 1em 0;
    border-bottom: 1px dashed #ececec;
    margin-bottom: 1em;
}

.page_nav {
    position: absolute;
    top: 2.9em;
    right: 1em;
    bottom: auto;
    left: auto;
    color: #a7a7a7 !important;
    display: block;
    font-size: 13px;
}

.page_nav a {
    color: #a7a7a7;
}

.fa-angle-right {
    font-size: 13px;
    color: #a7a7a7;
    padding: 0 0.5em;
}

.footer_content h3 {
    margin: 1em 0;
    color: #1373ad;
}

.footer_content span {
    display: block;
    font-size: 13px;
    color: #de284a;
    margin-top: 0.5em;
    line-height: 18px;
}

.footer_content ol {
    list-style-type: decimal;
    padding: 0 0 0 1em;
}

.footer_content ol li {
    line-height: 20px;
    margin: 3px 0;
}

.footer_content ol li ul {
    margin: 1em;
}

.footer_content ol li ul li {
    list-style-type: disc;
    text-indent: -7px;
    color: #777;
}

.footer_content ul {
    margin-left: 2em;
}

.footer_content ul li {
    line-height: 20px;
    margin-bottom: 1em;
    list-style-type: disc;
    text-indent: -7px;
}

.footer_img_box {
    width: 100%;
    text-align: center;
}

.footer_content_img {
    display: block;
    width: 150px;
    margin: 3em auto 2em auto;
}

.footer_img_box ul {
    background: #f6f6f6;
    padding: 1em;
    border-radius: 25px;
}

.footer_img_box ul li {
    margin: 10px 0;
    font-size: 16px;
    line-height: 22px;
    list-style: none !important;
}

.footer_img_box ul li b {
    font-weight: 500;
    color: #de284a;
}

.footer_content_title {
    background: #f6f6f6;
    padding: 1em;
    border-radius: 8px;
    line-height: 20px;
    color: #212121 !important;
    margin-bottom: 1em;
}

.footer_content table {
    width:100%;
    border-bottom:1px solid #21215d;
}

.footer_content table th {
    border-bottom:2px solid #21215d;
    color:#21215d;
    padding:1em;
    text-align:center;
}

.footer_content table td {
    padding:1.5em;
    text-align:center;
    border-bottom:1px solid #ececec;
    letter-spacing:0;
}

@media screen and (max-width: 768px) {
    .page_nav {
        display: none !important;
    }
}