/* ldc-news.css */
/*news article search*/
.article-search {
  clear: both;
  position: relative;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  background: var(--primary);
}

.results-box {
  padding: 16px 15px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 10px;
  padding-right: 90px;
  font-weight: 600;
  font-size: 16px;
  color: var(--primary);
  background-color: #fff;
  border-top: none;
  margin-top: -20px;
}

.results-box .close {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 14px;
}

.results-box .close:hover {
  color: var(--secondary);
}

.results-box .close:after {
  content: "\f057";
  font: 20px rgd-icons;
  margin-left: 5px;
}

.news-search-results .filters {
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--mid-grey);
}

.news-search-results .filters > span {
  color: var(--black);
  display: block;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 0 5px;
  font-weight: 600;
  float: left;
  margin: 0 16px 0 0;
  line-height: 22px;
}

.news-search-results .filters ul {
  width: auto;
  display: block;
  position: relative;
}

.news-search-results .filters li {
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
}

.news-search-results .filters li a {
  color: var(--middark-grey);
  display: block;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 0 5px;
  font-weight: 600;
  float: left;
  margin: 0 16px;
  line-height: 22px;
}

.news-search-results .filters li.selected a {
  border-bottom: 2px solid var(--primary);
  color: var(--black);
}

#newsResultsContainer {
  position: relative;
}

.news-loader2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  margin: auto;
  z-index: 10;
  text-align: center;
  display: none;
}

.news-loader2 i {
  color: var(--primary);
  font-size: 80px;
}

/* articles */
.news-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-block h2 {
  font-size: 18px;
  color: var(--black);
}

.news-index {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.news-index .news-wrap {
  width: 100%;
  display: inline-block;
  position: relative;
}

.news-index .image-width {
  width: 25%;
  float: left;
  margin-bottom: 10px;
}

.news-index .image-wrap {
  padding-bottom: 66.66%;
  position: relative;
  height: 0;
  overflow: hidden;
  vertical-align: bottom;
}

.news-index .image-wrap img {
  width: 100%;
  height: auto;
  min-height: 100%;
  border: 0;
  position: absolute;
  bottom: 0;
}

.edge .news-index .image-wrap img {
  pointer-events: none;
}

.news-index .news-body {
  padding-left: 16px;
  float: left;
  width: 75%;
}

.news-index h3 {
  font-size: 18px;
}

.news-index h3.hover a {
  color: var(--primary);
  text-decoration: underline;
}

.news-list article.news-index:last-of-type {
  margin: 0;
}

.news-list .news-list-footer {
  clear: both;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 5px;
}

/* headliner panel */
.news-index.headline .image-width {
  float: left;
  padding-right: 0;
  width: 40%;
  margin-bottom: 10px;
}

.news-index.headline .news-body {
  width: 60%;
}

.news-index.headline h3 {
  margin-bottom: 16px;
  font-size: 24px;
}

.news-index p {
  font-size: 14px;
  line-height: 1.5em;
  color: var(--black);
}

.news-index p.summary {
  margin-top: -5px;
  padding-bottom: 10px;
}

.news-index .link-overlay {
  position: absolute;
  z-index: 0;
  display: block;
  visibility: visible;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

/* news authors */
.author-panel {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  background: #f4f4f4;
}

.author-panel .author-image {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 20px;
  max-width: 25%;
}

.author-panel .author-image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.edge .author-panel .author-image img {
  pointer-events: none;
}

.author-panel .author-bio-wrap {
  float: left;
  max-width: calc(75% - 20px);
}

.author-panel .author-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--primary);
}

.author-panel .author-jobtitle {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 13px;
}

.author-panel .author-bio {
  margin-bottom: 10px;
  font-size: 13px;
}

.author-panel .author-social {
  width: 100%;
  margin-top: 10px;
}

.author-panel p {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 13px;
}

.author-social li {
  float: left;
  width: 24px;
  padding: 0 !important;
  height: 24px;
  line-height: 24px;
  box-sizing: content-box;
  margin-right: 5px;
  border-radius: 3px;
}

.author-social li i {
  font-size: 16px;
  vertical-align: middle;
}

.author-social li a {
  color: #fff;
  display: block;
  text-align: center;
}

.author-social li.facebook {
  background: var(--facebook);
  color: #fff;
}

.author-social li.linkedin {
  background: var(--linkedin);
  color: #fff;
}

.author-social li.twitter {
  background: var(--twitter);
  color: #fff;
}

.author-social li.email {
  background: var(--dark-gray);
  color: #fff;
}

.author-social li.muckrack {
  width: 38px;
  background: var(--muckrack);
  color: #fff;
}

.author-social li.muckrack img {
  width: 100%;
  height: auto;
  padding: 3px !important;
}

/* new suggestions box */
.article-search .keyword-wrapper {
  width: 100%;
  font-size: 16px;
  position: relative;
}

.article-search .textinput {
  background: #fff;
  width: 100%;
  border-radius: 5px;
  position: relative;
}

.article-search .textinput input {
  height: 40px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 16px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.article-search .textinput.active input {
  border-radius: 5px 5px 0 0;
}

.article-search .textinput .autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 265px;
  overflow-y: auto;
}

.article-search .textinput.active .autocom-box {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.article-search .autocom-box li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

.article-search .textinput.active .autocom-box li {
  display: block;
}

.article-search .autocom-box li:hover {
  background: var(--main-bg);
}

.article-search .textinput .news-search-button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: var(--secondary);
  border-radius: 0 4px 4px 0;
}

.article-search .textinput .news-search-button:hover {
  background: var(--tertiary);
  color: #fff;
}

/* media queries */
@media (max-width: 799.98px) {
  .news-index.headline .image-width {
    width: 100%;
    padding-right: 0;
  }

  .news-index.headline .news-body {
    width: 100%;
  }
}

@media (max-width: 599.98px) {
  .news-search-results .desktop {
    display: none;
  }

  .news-search-results .filters li.top5 a:after {
    content: "s";
  }
}

@media (max-width: 479.98px) {
  .news-search-results .filters li a {
    font-size: 14px;
    margin: 0px 8px;
  }

  .news-search-results .filters > span {
    margin: 0px 8px 0px 0;
    font-size: 14px;
  }

  .news-index .news-wrap {
    display: block;
  }

  .news-index .image-width {
    width: 35%;
    margin-bottom: 8px;
    float: left;
    padding-right: 8px;
  }

  .news-index .news-body {
    float: none;
    display: inherit;
    padding-left: 5px;
    width: 100%;
  }

  .news-index p.summary {
    width: 100%;
    clear: both;
    font-size: 15px;
    line-height: 1.25em;
  }
}

@media (max-width: 359.98px) {
  .news-index.headline h3 {
    margin-bottom: 16px;
    font-size: 20px;
    float: left;
    width: 100%;
  }

  .news-index h3 {
    width: 65%;
    float: left;
  }
}
