.frontpage_top {
  display: table;
  width: 100%;
  margin: 0 0 15px;
}
.highlights_wrapper {
  display: table-cell;
}
@media screen and (max-width:960px) {
  .highlights_wrapper {
    display: inline-block;
  }
}
.highlights {
  display: inline-block;
  margin: 0 0 30px 0;
}
.highlight_item {
  float: left;
  padding: 0 30px 0 0;
  margin: 30px 0 0 0;
}
@media screen and (max-width:690px) {
  .highlight_item {
    padding: 0;
    margin: 10px 0 0 0;
  }
}
.top_story {
  width: 60%;
}
.top_story p {
  font-size: 1.8em;
}
.top_story_img {
  width: 100%;
  height: auto;
  position: relative;
}
.top_story_content {
  background: #fff;
  padding: 30px;
  width: 96%;
  margin: -60px auto 0 auto;
  position: relative;
  z-index: 99;
}
.article_meta {
  text-transform: uppercase;
  font-size: 1.3em;
  color: #999;
  display: block;
  margin: 15px 0 0;
}
.latest_news {
  width: 40%;
}
.latest_news ul {
  background: #fff;
  display: inline-block;
}
.latest_news li {
  font-size: 1.5em;
  border-bottom: solid 1px #eee;
  padding: 10px 15px;
}
.latest_news li:last-child {
  border-bottom: none;
}
.latest_news li a {
  color: #666;
  display: block;
}
.features {
  width: 50%;
  text-transform: none;
}
.viewpoints {
  width: 33.3%;
  text-transform: capitalize;
}
.features ul,
.viewpoints ul {
  background: #fff;
  padding: 15px;
  display: inline-block;
}
.features a h2,
.features h2 a,
.viewpoints h2 a,
.viewpoints a h2 {
  font-size: 2.1em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #666;
}
.features li,
.viewpoints li {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 15px 0;
}
.features img,
.viewpoints img {
  width: 100px;
  height: auto;
  float: left;
  margin: 0 15px 15px 0;
}

.category_tag a {
  font-size: .85em;
  text-transform: uppercase;
  color: #1a4455;
  display: block;
  padding: 0 0px;
  margin: 20px 0 0 0;
}
/********************************************************************************/
/******************** article_grid ********************/
/********************************************************************************/
.article_grid {
  max-width: 1200px;
  width: 100%;
  background: #fff;
  display: inline-block;
  padding: 15px 0;
  margin: 0 0 15px 0;
}
.article_grid_single {
  width: 25%;
  float: left;
  margin: 0 0 15px 0;
}
.article_grid_single div img {
  width: 100%;
  height: auto;
  padding: 0 15px;
}
.article_grid_single > .category_tag a {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #1a4455;
  display: block;
  padding: 0 15px;
  margin: 20px 0 0 0;
}
.article_grid_single h3 {
  font-size: 2.1em;
  color: #333;
  display: block;
  margin: 15px 0;
  padding: 0 15px;
}
.article_grid_single h4 {
  font-size: 1.5em;
  margin: 15px 0;
  display: block;
  padding: 0 15px;
}
.article_grid_single p {
  font-size: 1.5em;
  padding: 0 15px;
}
.article_grid_single > .article_meta {
  padding: 0 15px;
}
.article_grid_single:nth-child(4n+1) {
  clear: both;
}
@media screen and (max-width:960px) {
  .article_grid_single {
    width: 50%;
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
    border-bottom: solid 1px #ccc;
  }
  .article_grid_single:nth-child(2n + 1) {
    clear: both;
  }
  .article_grid_single:nth-last-child(-n + 2) {
    border: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width:690px) {
  .article_grid_single {
    width: 100%;
  }
  .article_grid_single:nth-last-child(2) {
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
    border-bottom: solid 1px #ccc;
  }
}
.article_grid_single.small {
  width: 12.5%;
  margin: 0 0 10px;
}
.article_grid_single.small h3 {
  font-size: 16px;
}
.article_grid_single.small:nth-child(4n+1) {
  clear: none;
}
.article_grid_single.small:nth-child(8n+1) {
  clear: both;
}
@media screen and (max-width:960px) {
  .article_grid_single.small {
    width: 25%;
  }
  .article_grid_single.small:nth-child(2n+1) {
    clear: none;
  }
  .article_grid_single.small:nth-child(8n+1) {
    clear: none;
  }
  .article_grid_single.small:nth-child(4n+1) {
    clear: both;
  }
  .article_grid_single.small:nth-last-child(-n + 4) {
    border: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width:690px) {
  .article_grid_single.small {
    width: 50%;
  }
  .article_grid_single.small:nth-child(4n+1) {
    clear: none;
  }
  .article_grid_single.small:nth-child(2n+1) {
    clear: both;
  }
  .article_grid_single.small:nth-last-child(-n + 4) {
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
    border-bottom: solid 1px #ccc;
  }
  .article_grid_single.small:nth-last-child(-n + 2) {
    border: none;
    padding: 0;
    margin: 0;
  }
}
.article_grid_single.vertical {
  width: 100%;
  display: table;
  border-bottom: solid 1px #cecece;
  padding-bottom: 10px;
}
.article_grid_single.vertical .article_meta {
  margin: 15px 0;
  padding: 0 15px;
}
.article_grid_single.vertical .image {
  display: table-cell;
  width: 25%;
}
.article_grid_single.vertical .text {
  display: table-cell;
  width: 75%;
}
.article_grid_single.vertical:last-child {
  border-bottom: none;
}
@media screen and (max-width:960px) {
  .article_grid_single.vertical .image {
    width: 50%;
  }
  .article_grid_single.vertical .text {
    width: 50%;
  }
}
@media screen and (max-width:690px) {
  .article_grid_single.vertical {
    display: inline-block;
  }
  .article_grid_single.vertical .text {
    width: 100%;
    display: block;
  }
  .article_grid_single.vertical .image {
    width: 100%;
    display: block;
  }
}
/********************************************************************************/
/******************** Insight ********************/
/********************************************************************************/
.insight_wrapper {
  display: table;
  margin: 0 0 30px 0;
  width: 100%;
}
.insight_wrapper > .ad_box {
  display: table-cell;
  width: 300px;
  min-width: 300px;
}
.insight {
  display: table-cell;
  width: 100%;
  background: #39AFD3;
  color: #fff;
}
.insight a {
  color: #fff;
}
.insight_half {
  width: 50%;
}
.insight_third {
  width: 33%;
}
.insight_third:last-child {
  width: 34%;
}
.insight_half,
.insight_third {
  float: left;
  padding: 15px 15px 0 15px;
}
.insight_half ul,
.insight_third ul {
  border-left: solid 1px #fff;
  padding: 10px 0;
  margin: 0 0 0 24px;
  float: left;
  clear: both;
}
.insight_half li,
.insight_third li {
  font-size: 1.5em;
  margin: 7px 0 15px 16px;
  position: relative;
}
.insight_half li:before,
.insight_third li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  font-size: 0.9em;
  color: #fff;
  position: absolute;
  top: 3px;
  left: -22px;
}
.insight_author_img {
  width: 50px;
  height: 50px;
  border: solid 2px #fff;
  border-radius: 50%;
  float: left;
}
.insight_author_img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.insight_author {
  color: #fff;
  font-size: 2.3em;
  float: left;
  line-height: 50px;
  margin: 0 0 0 15px;
}
.feedburnerFeedBlock div#creditfooter {
  display: none;
}
/********************************************************************************/
/******************** @media screen breakpoints ********************/
/********************************************************************************/
@media screen and (max-width: 870px) {
  .insight_half,
  .insight_third {
    width: 100% !important;
    padding: 15px 15px 0 15px;
  }
  .insight_half:last-child,
  .insight_third:last-child {
    padding: 0 15px;
  }
}
@media screen and (max-width:690px) {
  .top_story,
  .latest_news,
  .latest_news ul,
  .features,
  .features ul,
  .viewpoints,
  .viewpoints ul {
    width: 100%;
  }
  .top_story:nth-last-child(2),
  .latest_news:nth-last-child(2),
  .latest_news ul:nth-last-child(2),
  .features:nth-last-child(2),
  .features ul:nth-last-child(2),
  .viewpoints:nth-last-child(2),
  .viewpoints ul:nth-last-child(2) {
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
    border-bottom: solid 1px #ccc;
  }
  .top_story.small,
  .latest_news.small,
  .latest_news ul.small,
  .features.small,
  .features ul.small,
  .viewpoints.small,
  .viewpoints ul.small {
    width: 50%;
  }
  .top_story.small:nth-child(4n+1),
  .latest_news.small:nth-child(4n+1),
  .latest_news ul.small:nth-child(4n+1),
  .features.small:nth-child(4n+1),
  .features ul.small:nth-child(4n+1),
  .viewpoints.small:nth-child(4n+1),
  .viewpoints ul.small:nth-child(4n+1) {
    clear: none;
  }
  .top_story.small:nth-child(2n+1),
  .latest_news.small:nth-child(2n+1),
  .latest_news ul.small:nth-child(2n+1),
  .features.small:nth-child(2n+1),
  .features ul.small:nth-child(2n+1),
  .viewpoints.small:nth-child(2n+1),
  .viewpoints ul.small:nth-child(2n+1) {
    clear: both;
  }
  .top_story.small:nth-last-child(-n + 4),
  .latest_news.small:nth-last-child(-n + 4),
  .latest_news ul.small:nth-last-child(-n + 4),
  .features.small:nth-last-child(-n + 4),
  .features ul.small:nth-last-child(-n + 4),
  .viewpoints.small:nth-last-child(-n + 4),
  .viewpoints ul.small:nth-last-child(-n + 4) {
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
    border-bottom: solid 1px #ccc;
  }
  .top_story.small:nth-last-child(-n + 2),
  .latest_news.small:nth-last-child(-n + 2),
  .latest_news ul.small:nth-last-child(-n + 2),
  .features.small:nth-last-child(-n + 2),
  .features ul.small:nth-last-child(-n + 2),
  .viewpoints.small:nth-last-child(-n + 2),
  .viewpoints ul.small:nth-last-child(-n + 2) {
    border: none;
    padding: 0;
    margin: 0;
  }
  .insight {
    display: inline-block;
    width: 100%;
  }
  .insight_wrapper > .ad_box {
    display: block;
    clear: both;
    margin: 30px auto;
  }
}
.cta_sourcebook_sub {
  width: 100%;
  background: url(https://dzceab466r34n.cloudfront.net/KMWorld/TemplateImages/KMBG-bg.jpg) no-repeat center center;
  background-size: cover;
  display: inline-block;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 3px 5px #000;
}
.cta_sourcebook_sub_title {
  font-size: 3.0em;
  text-transform: none;
  font-style: italic;
}
.cta_sourcebook_sub_details {
  font-size: 2.2em;
  font-weight: 100;
}
@media screen and (max-width: 690px) {
  .cta_sourcebook_sub_details {
    font-size: 2em;
  }
}
.cta_sourcebook_sub_link {
  font-size: 1.7em;
  background: #015A84;
  margin: 15px auto;
  max-width: 330px;
  width: 100%;
  box-shadow: 0 3px 5px #000;
}
.cta_sourcebook_sub_link a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-style: italic;
  line-height: 2.5;
  display: block;
}