.content-frame {
  padding: 0px;
}
.content-frame::before, .content-frame::after {
  content: none;
}
.content-frame .content {
  max-width: 1600px;
  margin: 0px auto;
}
.content-frame .content .content-table {
  display: table;
  width: 100%;
}
.content-frame .content .content-table .action-side-column-frame,
.content-frame .content .content-table .news-detail-column,
.content-frame .content .content-table .ad-medium-column-frame {
  vertical-align: top;
  display: table-cell;
}
.content-frame .content .content-table .action-side-column-frame {
  background-color: #4c4c4c;
  width: 260px;
}
.content-frame .content .content-table .news-detail-column {
  padding: 10px;
}
.content-frame .content .content-table .news-detail-column .breadcrumb-menu-frame {
  margin-bottom: 5px;
}
.content-frame .content .content-table .news-detail-column .breadcrumb-menu-frame .breadcrumb-menu {
  margin-top: -5px;
}
.content-frame .content .content-table .news-detail-column .breadcrumb-menu-frame .breadcrumb-menu li {
  display: inline-block;
}
.content-frame .content .content-table .news-detail-column .breadcrumb-menu-frame .breadcrumb-menu li a {
  color: #4287f5;
}
.content-frame .content .content-table .news-detail-column .breadcrumb-menu-frame .breadcrumb-menu li .divider {
  margin: 0px 5px;
}
.content-frame .content .content-table .news-detail-column .news-detail-banner {
  background-color: #d1d1d1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 390px;
  margin-bottom: 10px;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .title {
  font-size: 32px;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .subtitle {
  color: #b9b9b9;
  font-size: 24px;
  margin-bottom: 10px;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .blurb {
  font-size: 20px;
  line-height: 30px;
  font-weight: 100;
  margin-bottom: 20px;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .date {
  font-size: 18px;
  font-weight: 300;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .divider {
  margin: 20px 0px 10px;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .social {
  margin: 0px 0px 20px -2px;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .social .at-share-btn-elements .at-share-btn {
  margin-right: 8px;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .media {
  margin-bottom: 40px;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .media .label {
  color: #858383;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .media .share li {
  display: inline-block;
  vertical-align: middle;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .media .share li a {
  background-color: #d8d7d7;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .article_dates {
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 30px;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .article_dates .date_published, .content-frame .content .content-table .news-detail-column .news-detail-platform .article_dates .date_updated {
  color: #858383;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .body {
  font-size: 22px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 50px;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .body p {
  margin-bottom: 20px;
}
.content-frame .content .content-table .news-detail-column .news-detail-platform .author {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 120px;
}
.content-frame .content .content-table .ad-medium-column-frame {
  width: 320px;
}

/* Extra micro devices (smallest form phones, from 319px and lower) */
@media (max-width: 319px) {
  .content-frame .content .content-table .news-detail-column,
  .content-frame .content .content-table .ad-medium-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .news-detail-column .news-detail-banner {
    height: 250px;
  }
  .content-frame .content .content-table .news-detail-column .news-detail-platform .title {
    font-size: 28px;
    line-height: 34px;
  }
  .content-frame .content .content-table .news-detail-column .news-detail-platform .subtitle {
    font-size: 22px;
    line-height: 32px;
  }
  .content-frame .content .content-table .news-detail-column .news-detail-platform .blurb {
    text-align: justify;
    text-justify: inter-word;
  }
  .content-frame .content .content-table .news-detail-column .news-detail-platform .media {
    margin-bottom: 20px;
  }
  .content-frame .content .content-table .news-detail-column .news-detail-platform .body {
    font-size: 21px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .content-frame .content .content-table .news-detail-column .news-detail-platform .author {
    margin-bottom: 80px;
  }
}
/* Micro devices (smaller form phones, from 320px to 419px) */
@media (min-width: 320px) and (max-width: 419px) {
  .content-frame .content .content-table .news-detail-column,
  .content-frame .content .content-table .ad-medium-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .news-detail-column .news-detail-banner {
    height: 250px;
  }
  .content-frame .content .content-table .news-detail-column .news-detail-platform .title {
    font-size: 28px;
    line-height: 34px;
  }
  .content-frame .content .content-table .news-detail-column .news-detail-platform .blurb {
    text-align: justify;
    text-justify: inter-word;
  }
}
/* Extra small devices (portrait phones, from 420px to 576px) */
@media (min-width: 420px) and (max-width: 575px) {
  .content-frame .content .content-table .news-detail-column,
  .content-frame .content .content-table .ad-medium-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
}
/* Small devices (landscape phones, from 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .content-frame .content .content-table .news-detail-column,
  .content-frame .content .content-table .ad-medium-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .news-detail-column .news-detail-banner {
    height: 250px;
  }
}
/* Medium devices (tablets, from 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .content-frame .content .content-table .news-detail-column,
  .content-frame .content .content-table .ad-medium-column-frame {
    width: 100%;
    display: block;
  }
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .news-detail-column .news-detail-banner {
    height: 305px;
  }
}
/* Large devices (tablets, from 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .content-frame .content .content-table .action-side-column-frame {
    display: none;
  }
  .content-frame .content .content-table .news-detail-column .news-detail-banner {
    height: 265px;
  }
}
