/**
* Global List Layout
*/
#ListView {
margin:0;
}
.listHeading {
background-color: #121212;
margin-bottom: 50px;
text-align: center;
}
.blogListView .heading {
padding: 0 15px;
}
.blogListView .pageTitle {
margin: 45px 0;
padding: 0;
}
.blogListView .pageTitle h1 {
margin-bottom: 0;
color: #f5a302;
}
.blogListView .category-desc {
margin-bottom: 45px;
color: #fff;
display: inline-block;
width: 65%;
}
@media (max-width: 767.99px) {
.blogListView .category-desc {
width: 100%;
}
}
.blogListView .category-desc p:last-child {
margin: 0;
}


.showNoArticles {
text-align: center;
margin-bottom: 50px;
}
.showNoArticles p:last-child{
margin: 0;
}
.showNoArticles .no-articles {
}

.careersConservationPartner {
margin: 0 0 50px 0;
border-top: 0px solid #ddd;
padding-top: 0;
}

/**
* Global SubLayout
*/

.leadItems.subLayout {
margin: 0 0 100px;
}
.leadItems.subLayout .article {
margin-bottom: 50px;
background-color: #D6F54F;
border-radius: 30px 0;
}
.astroid-component .leadItems a:hover{
border-bottom: 1px dotted transparent;
color:#EC5E2F!important
}
.leadItems h4 {
color: #3C3C3B;
font-size: 1.8rem;
font-weight: 700;
}
.subLayout .article:last-child {
margin-bottom: 0;
}
.introItems.subLayout .article {
margin: 0 0 50px;
}
.subLayout .introContent {
margin: 15px 15px 0;
line-height: 1.4;
}
.subLayout .introContent a {
border-bottom: 0;
}
@media (max-width: 767.99px) {
.subLayout .introImage {
margin-bottom: 15px;
}
}
/**
* Global List Pagination
*/
.listPagination {
margin: 60px 0!important;
}
.listPagination ul {
margin-bottom:0!important;
}
.listPagination .page-link {
padding: 5px 10px!important;
line-height: 1.1!important;
border: 1px solid #7b7e7f !important;
background-color: #fff;
color: #505253;
margin: 0 5px;
border-radius: 5px;
min-width: 30px;
text-align: center;
}
.listPagination .page-link:hover,
.page-link.active, .active > .page-link:hover {
background-color:#F5A302!important;
}
.page-link.active, .active > .page-link {
background-color: #000!important;
}
