#varshilmehta {
background-color: #891fb1;
color: white;
text-align: center;
border-radius: 5px;
}

#varshilmehta:hover {
    background-color: #573963;
}

#varshilmehta a {
    color: white;
}

.pkp_block .title {
    display: inline-block;
    padding-bottom: 0em;
    border-bottom: 0px;
    font-weight: 700;
    text-transform: inherit;
    color: #891fb1;
}

.timeline-Header-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #891fb1;
}

#customblock-Information {
    background-color: white;
    padding-top: 10px;
    padding-left: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    border-radius: 5px;
    padding-bottom: 10px;
margin-bottom: 30px;
}

.pkp_block {
    padding: 30px 1px;
    font-size: 14px;
    line-height: 20px;
}


/* carousel */
.carousel-control.left, .carousel-control.right {
    background-image: none;
    border-radius: 5px;
}

a.read-full-carousel:hover {
    text-decoration: none;
    color: white;
    background-color: #1B6685;
    border-color: #1B6685;
}

@media (max-width: 991px) {
    div.article-slider {
        display: none;
    }
}

@media (max-width: 1999px) {
    div.carousel-caption {
        padding-bottom: 150px;
        right: 10%;
        left: 10%;
    }
    p.slider-caption {
        margin-bottom: 15px;
        line-height: 18px;
    }

}
@media (min-width: 1200px) {
    div.carousel-caption {
        padding-bottom: 250px;
        right: 10%;
        left: 10%;
    }
    .carousel-caption h3 {
        font-size: 24px;
        line-height: 120%;
    }
    p.slider-caption {
        margin-bottom: 30px;
        line-height: 18px;
    }
}

a.title-link {
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-align: center;
    text-decoration: none;
    color: white;
}
.read-full-carousel {
    background-color: rgba(11, 157, 217, 0.3);
    padding: 6px 12px 6px 12px;
    border-radius: 5px;
    border: 1px solid white;
    color: white;
    margin-top: 20px;
}

/* articles list */
ol.article-list {
    padding-left: 0;
    list-style: none;
}
ol.article-list li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 40px;
}



@media (min-width: 720px) {
ol.article-list li:nth-child(2n+1) {
    clear: left;
}
}

/* override container width and borders */
@media (min-width: 1200px) {
    div.pkp_structure_main {
        width: 100%;
    }
}
@media (min-width: 992px) {
    div.pkp_structure_main {
        width: 100%;
    }
}
@media (min-width: 480px) {
    div.pkp_structure_main {
        width: 100%;
    }
}
div.pkp_structure_main:before, div.pkp_structure_main:after {
    display: none;
}

/* article title */
h3.article-title a {
    font-family: 'Play', sans-serif;
    font-size: 18px;
    color:#212121;
}
h3.article-title a:hover {
    text-decoration: none;
    color: #3fa5de;
}

/* Authors */
div.authors {
    font-family: 'PT Serif', serif;
    font-size: 16px;
}

/* Article additional info */
div.additional-article-info {
    margin-top: 10px;
    font-family: 'PT Serif', serif;
    font-size: 12px;
}
span.article-id {
    float: right;
}

/* Article Summary */
div.summary-wrapper > a {
    color: #4d4d4d;
}

/* recent title */
div.recent-articles, div.news {
    margin-top: 60px;
    margin-bottom: 60px;
}
div.recent-articles h2, div.news h2 {
    font-family: 'Play', sans-serif;
    letter-spacing: 0.7px;
    font-size: 20px;
    color: black;
    font-weight: 100;
}


ol.article-list li {
  margin-right: 2%;
  margin-top: 2em;
box-shadow: 0 0 3px rgba(0,0,0,0.5);
background-color: white;
border-radius: 5px;
padding: 5px;
display: -webkit-box;
line-height: 1.4em;
-webkit-box-orient: vertical;  
}




@media (min-width: 720px) {
ol.article-list li {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-top: 2em;
box-shadow: 0 0 3px rgba(0,0,0,0.5);
background-color: white;
border-radius: 5px;
padding: 5px;
display: -webkit-box;
line-height: 1.4em;
-webkit-box-orient: vertical;  
}
}

@media (min-width: 720px) {
ol.article-list li:nth-child(2n+1) {
    clear: left;
}
}

div.pkp_structure_page {
    box-shadow: none;
    text-align: justify;
    max-width: 100%;
    background-color: #efefef;
}

.summary {
overflow: hidden;
text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
height: 4.2em; /* exactly three lines */
  
}

a {
    color: #000;
    text-decoration: none;
}

.pkp_site_name_wrapper {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 700;
    background: #333;
    color: white;
}

.pkp_navigation_primary_row {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: normal;
    color: white;
    background: #333;
border-bottom: 10px solid #891fb1;
}

ul#navigationPrimary a {
    color: white;
padding-left: 5px;
padding-right: 5px;
}

ul#navigationPrimary a:hover {
background:#891fb1;
color: white;
border-bottom: 1px solid #891fb1;

}

.label-info {
    background-color: #891fb1;
}