.article-title {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    text-align: left;
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 10px;
    position: relative;
}


ul.a {
list-style-type: circle !important;
margin-left: 25px;
}

ul.b {
list-style-type: square !important;
margin-left: 25px;
}

ul.c {
list-style-type: upper-roman !important;
margin-left: 25px;
}

ul.d {
list-style-type: lower-alpha !important;
margin-left: 25px;
}


.article-header h2 {
    font-size: 26px;
    font-weight: 800;
    color: #0C5179;
    line-height: 36px;

}

.article-text p  {
    font-size: 18px;
    font-weight: 400;
    color: #242424;
    line-height: 36px;
    }

.article-learnmore-text {
    font-size: 32px;
    font-weight: 400;
    color: #0C5179;
    line-height: 36px;
    padding: 12px 0 0;
}

.article-learnmore-link {
}


/* 01/27/20 - new style  */

.custom-margin{

    margin-top: 40px;
}
.meta-name, .meta-date, .teacherday-txt, .learn-txt a{
    color:#116687;
    font-weight: 600;
}
a:hover{
    text-decoration: none;
}
.meta-styling{
    border-right: 1px solid #000;
    margin-right: 10px;
    padding-right: 10px;
}
.article-section{
    margin-top: 39px;
}
.learn-txt{
    margin: 20px 0px;
}
.no-padding{
    padding: 0px;
}

.article-section p{
       line-height: 28px;
    margin-top: 10px;
    font-size: 18px;
}
.trending-container  h2{
        font-size: 18px;
    font-weight: 600;
}
.trending-container{
border-bottom: 2px solid #0c5179;

   padding: 8px 0px;
}
.trend-img{
    width: 75px;
    height: 75px;
    object-fit: cover;
     -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.img-container:hover .trend-img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}


.trending-list{
    display: flex;
        margin: 8px 0px;
}
.trending-txt:hover h5{
    color: #0c5179;
}
.trending-txt h5 {
    padding:9px 8px;
    font-size: 15px;
    color: #2f303a;
    font-weight: 500;
}
.article-header{
    margin-bottom: 1.5em;
}
.article-img{
    margin: 20px 0px;
}

@media only screen and (max-width : 767px) {
/* Styles */
.article-title{
    font-size: 30px;
}
.meta-data{
    font-size: 17px;
}
.article-text p , .article-text span {
    font-size: 17px;
    line-height: 24px;

}
.article-header h2 {
    font-size: 27px;
   line-height: 34px;

}
.learn-txt {
    margin: 10px 0px 20px;
}

.no-padding{
    padding-right: 15px;
 padding-left: 15px;
}
}
