/**
The content container's styles
*/
.content {
  padding-top:3rem;
}


.feature-wrapper {
  background:#fff;
  /* padding:10px !important; */
  padding:0px !important;
}
.feature-wrapper .latest-article {
  /* min-height:650px; */
  height:100%;
  margin-left:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.feature-wrapper .latest-article .top-article-wrapper {
  width:100%;
  height:350px;
  width:100%;
  position:relative;
}
.feature-wrapper .latest-article .top-article-wrapper img.top-article-thumb {
  width:100%;
  height:350px;
}
.feature-wrapper .latest-article .top-article-wrapper .top-article-title{
  position:absolute;
  bottom:0;
  max-height:120px;
  background:#000;
  color:#fff;
  opacity:.8;
  width:100%;
  margin-bottom:0;
  padding:20px;
  font-size:1.8rem;
  font-weight:600;
  overflow:hidden;
}
.secondary-top-wrapper {
  margin-top:1.2rem;
}
.secondary-top-wrapper .secondary-top-item {
  max-height:320px;
  width:100%;
}
.secondary-top-wrapper .secondary-top-item.left {
  padding-left:0;
  padding-right:5px;
  height:auto;
}
.secondary-top-wrapper .secondary-top-item.right {
  padding-left:5px;
  padding-right:0;
  height:auto;
}

.background-image {
  width:  100%;
  /* height: 14rem; */
  height:auto !important;
  background-size: cover;
}


.article-bread-crumb {
  /* border-bottom:2px solid !important; */
  font-size:2rem;
  text-decoration:underline !important;
  text-underline-position:under;
  text-decoration: none;
  transition: 0s;
}
.article-bread-crumb:hover {
  text-decoration:underline;
  text-underline-position:under;
}
.article-bread-crumb:before {
  font-family: "FontAwesome";
  content: "\f0a8";
  margin-right:5px;
  display:inline-block;
  text-decoration:none;
}

.secondary-top-wrapper .secondary-top-item .article-link img {
  width:100%;
  max-height:240px;
  /* height:auto; */
}
.secondary-top-wrapper .secondary-top-item .article-link .article-title {
  width:100%;
  padding:10px;
  font-size:1.6rem;
  font-weight:550;
}
.article-doc {
  opacity:.5;
}
.article-link {
  color:#333;
}
.article-link:hover {
  color:#4588d1;
}

a.article-link.indent {
  padding-left:10px;
}
a.article-link.indent::after {
  /* content: ''; */
  width: 3px;
  height: 3px;
  background:#000;
  position: absolute;
  left:0;
  top: 10px;
}
a.article-link.indent:hover:after {
  background:#4588d1;
}

.feature-wrapper .most-read-wrapper {
  /* max-height:640px; */
  padding-left:20px;
  padding-right:0px;
}
@media (max-width:991.98px){
  .feature-wrapper .most-read-wrapper {
    margin-top:2rem;
    padding-left:0px !important;
    padding-right:0px;
  }
}

.feature-wrapper .most-read-wrapper .most-read-content {
  background:#f0f0f0;
  padding:20px;
}
.feature-wrapper .most-read-wrapper .most-read-content .title {
  font-weight:600;
  padding:.5rem;
  color:#0091cd;
}
.feature-wrapper .most-read-wrapper .most-read-content .most-read-item {
  border-top: 1px dashed #bbb;
  padding:10px 0;
  max-height:100px;
}
p.block-with-truncated-text {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom:0 !important;
}



.article-list-section {
  margin-top:2rem;
  background:#fff;
  padding:10px !important;
  height:auto;
}
/* .article-list-section .section-header {
  padding-left:0 !important;
  margin-bottom:1.2rem;
  display:block;
}
.article-list-section .section-header.dark-orange {
  border-bottom:2px solid #ff8C00;
}
.article-list-section .section-header.dark-orange .header-title {
  background:#ff8C00;
}
.article-list-section .section-header.dark-green {
  border-bottom:2px solid #4caf50;
}
.article-list-section .section-header.dark-green .header-title {
  background: #4caf50;
}
.article-list-section .section-header .header-title {
  padding: 15px 12px 6px 15px;
  color:#fff;
  font-weight:600;
  display:inline-block;
  border-top-right-radius: 30px;
} */
.article-list-section .ad-placeholder {
  padding-left:20px;
  padding-right:0;
}
.article-list-section .ad-placeholder img {
  width:100%;
}
@media (max-width:575.98px){
  .article-list-section .ad-placeholder {
    padding-left:0;
    padding-right:0;
  }
  .article-list-section .ad-placeholder img {
    height:450px;
  }
}

.article-list {
  padding:0;
  margin-bottom:1.2rem;
}
.article-list .artilce-list-item {
  margin:0 0 1.2rem 0;
}
.article-list .artilce-list-item .thumb-wrapper {
  width:100%;
  padding-left:0 !important;
  padding-right:0 !important;
}
.thumb-wrapper img {
  width:100%;
}
.article-list .artilce-list-item .title-wrapper {
  width:100%;
  padding:10px;
}
.article-list .artilce-list-item .article-doc {
  opacity:.8;
  font-size:1.2rem;
}

@media (max-width:575.98px) {
  .article-list .artilce-list-item .title-wrapper {
    padding:0 0 10px 10px;
  } 
}

.loadmore {
  display: flex; justify-content: center; align-items: center;
}
.loadmore a {
  background:#f0f0f0;
  padding: 10px 20px;
  z-index:1;
}
.loadmore::before {
  width: 100%;
  height: 2px;
  background: #f0f0f0;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}





