div#nav {
  z-index: 2 !important;
}

/*Most Popular Posts*/
.catHeadline {
   position: relative;
}
.most-popular-articles #secondary aside .catHeadline{
    border: none;
    margin: 5px 0;
    position: relative;
}

#wpp-2.most-popular-articles .wpp-post-title {
	font-weight: normal;
}

#secondary aside.most-popular-articles .catHeadline h2.hdg_h4.widget-title {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #009a5a;
    text-align: center;
    padding: 10px;
    letter-spacing: 2px;
    width: 100%;
}

#secondary aside.most-popular-articles .catHeadline h2.hdg_h4.widget-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #009a5a;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    z-index: 0;
}

.most-popular-articles ul{
  list-style: none;
  counter-reset: most-popular-list-counter;
  position: relative;
}

.most-popular-articles li{
 counter-increment: most-popular-list-counter;
}

.most-popular-articles ul li::before {
    content: counter(most-popular-list-counter) ". ";
    color: #000000;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 14px;
}

.wpp-post-title {
    display: inline-block;
    margin-left: 20px;
    line-height: 16px;
}




