.fea-nav .h2 {
    font-size: 24px;
    font-weight: 500;color:#000;
}
.fea-nav-link span.act:after,.fea-nav-link span.act:before{display:none}
.fea-nav-link{background:#fff;width:100%;padding:35px 0 20px;margin: 0;}
.fea-nav-link span.act{background:none;color:#013d98;border-bottom:2px solid #013d98}
.fea-nav-link span{color:#8b8b8b;background:#fff;border-bottom:1px solid #e5e5e5;font-size:15px;font-weight:400;padding:5px 0 8px}
.fea-nav-list{background:#fff}
.fea-list-cont>ul{width:33.333%;padding:0 1%;float:left;box-sizing:border-box}
.fea-list-cont>ul li{padding:10px 0;color:#fff}
.fea-nav-list a{color:#333333;font-size:14px;font-weight:300;position:relative}
.fea-nav-list a:before{content:'';position:absolute;width:7px;height:7px;background:#80b2fe;border-radius:50px;margin:4px 0 0 -15px}
.fea-nav-link span:nth-of-type(1){width:24%}
.fea-nav-link span:nth-of-type(2){width:18%}
.fea-nav-link span:nth-of-type(3){width:18%}
.footer-links .container{width:100%;max-width:1200px}
.footer-links h2{font-size:24px;font-weight:500}
.footer-links{padding-bottom:30px}
.footer-stripe{float: left;width: 100%;}

@media screen and (max-width: 1260px) {
.footer-links .container {max-width: 95%;}
    .footer-links{max-width:100%}
    .fea-nav-link span{    font-size: 13px;}
}
@media screen and (max-width: 992px) {
    .footer-links{display:none}
}