.progress-meu {
    /*height:100%;*/
    top: 0!important;
    background: transparent!important;
}
.progress-meu .region-sidebar-first {
    height: 100%;
    /*border-right:1px solid #dddddd;*/
}
.progress-content:before {
    display: none;
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
}
.progress-meu+section {
    position: relative;
}
.progress-meu+section:before {
    width: 1px;
    height: calc( 100% - 50px);
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background: #dddddd;
}
/*.cd-read-more li .progress{
  position:absolute;
  height:100%;
  width:0;
  background:#cdcdcd;
  left:0;
  top:0;
  z-index:-1;
}*/
.progress-meu.fixed {
    position: fixed;
    /*left:100px;*/
    left: calc(50% - 570px);
    /*left: calc(50% - 485px);*/
    top: 180px!important;
    background: #FFF !important;
}
.minified-header .progress-meu.fixed{
    top: 50px !important;
}
.user-logged-in .progress-meu.fixed {
    top: 250px!important;
}
.user-logged-in.minified-header .progress-meu.fixed {
    top: 150px!important;
}
/*.progress-meu.bottom-align{
  position:absolute;
  bottom:0;
  top:auto!important;
}*/

body {}
aside.progress-meu.bottom-align:not(.fixed) {
    top: auto!important;
    bottom: 0!important;
    position: absolute;
}
.progress-meu li {
    border: none!important;
}
.progress-meu li a {
    outline: 0!important;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    color: #4d4d4d;
    background: transparent!important;
    display: block;
    padding: 15px 0;
    line-height: normal;
    font-weight: 600;
    border-bottom: 1px solid #dbdbdb;
}
.progress-meu li a.reading {
    color: #00a160!important;
}
.progress-meu li a.read {
    color: #a9a9a9!important;
}
.progress-meu li .progress {
    background: #00a160 none repeat scroll 0 0;
    bottom: 0;
    height: 3px;
    margin: 0;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 0;
}
.progress-meu li:hover span {
    color: #000;
}
.progress-meue li a.read span {
    color: #302f30;
}
.progress-meu li a.reading span {
    font-weight: 600;
    color: #000000;
}
.path-about-aep .main-container {
    position: relative;
}
.path-about-aep .main-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-top: 30px solid #fff;
    height: 80px;
    background: #f2f2f2;
    width: calc( 100% - 30px);
    left: 15px;
    margin: 0 auto;
}
@media only screen and (max-width: 991px) {
    .path-about-aep .main-container:after {
        width: calc( 100% - 60px);
    }
}
