.main-footer {
    /*background: #4F5165;*/
    background: #FFFFFF;
    position: relative;
}

.main-footer:after {
    /*background: #4F5165;*/
    background: #FFFFFF;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer-overlay {
    position: relative;
    z-index: 1;
    /*color: #fff;*/
    border-top: 1px solid rgba(221, 221, 221, 0.31);
    color: #4F4F4F;
}

.footer-overlay h4,
.footer-overlay h3,
footer .item-891>a,
footer .item-896>a,
footer .item-902>a,
footer .item-916>a {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-top ul {
    margin-bottom: 15px;
    padding-left: 0;
    list-style: none;
}

.footer-top li {
    margin-bottom: 8px;
}

.footer-top li a {
    color: #4F4F4F;
    font-size: 12.8px;
    line-height: 12px;
}

.footer-top .separator{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.footer-top ul.nav>li>a {
    padding: 0px !important;
}

.footer-bottom {
/*    border-top: 1px solid rgba(221, 221, 221, 0.31);
    padding-top: 15px;*/
    padding-bottom: 5px;
}

.footer-bottom p {
    margin-top: 5px;
}

.footer-bottom li a,
.footer-bottom p {
    font-size: 14px;
    color: #4F4F4F;

/
.menu-dropdown a {
    font-size: 16px;
}

.footer-top .nav>li>a:focus,
.footer-top .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.footer-top ul.nav>li>a {
    padding: 0px !important;
    font-size: 22px;
}

.footer-top li a {
    font-size: 14px;
}

@media (max-width: 768px) {
    .main-footer {
        background: #4F5165;
    }
    .footer-overlay,
    .main-footer:after {
        background: none;
    }
    .footer-overlay h4,
    .footer-overlay h3,
    footer .item-891 a,
    footer .item-896 a,
    footer .item-902 a,
    footer .item-916 a {
        text-align: center;
    }
}

.teacher_table td {
    padding: 2% 3px;
}

.footer-top ul.nav>li>a,
.footer-top {
    font-size: 14px;
    line-height: 1.42857143;
}

