.page-insights .page .the-content .inner {
  padding: 70px 45px 45px; }
  .page-insights .page .the-content .inner > p {
    margin: 0 0 30px;
    padding: 0; }
    @media (max-width: 767px) {
      .page-insights .page .the-content .inner > p {
        padding: 0; } }
.page-insights .page .the-content h1 {
  font-size: 3.125em;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
  text-transform: uppercase; }
  .page-insights .page .the-content h1:after,
  .page-insights .page .the-content h1 span {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    background: #212122; }
.page-insights .page .the-content .posts-show-more {
  text-align: center; }
  .page-insights .page .the-content .posts-show-more a.button {
    margin: 0 auto;
    display: inline-block;
    background: #00B8F0;
    float: none;
    padding: 15px 0 15px 23px;
    font-size: 0.875em;
    line-height: 1.2em; }

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .news-list li {
    width: calc(33.3333% - 6.66667px);
    background: #eee;
    margin: 0 10px 40px 0;
    transition: background-color 0.5s; }
    .news-list li:hover {
      background: #e5e5e5; }
    .news-list li:nth-child(3n + 1) {
      margin-right: 0; }
    @media (max-width: 991px) {
      .news-list li {
        width: calc(50% - 5px); }
        .news-list li:nth-child(3n + 1) {
          margin-right: 10px; }
        .news-list li:nth-child(2n + 1) {
          margin-right: 0; } }
    @media (max-width: 600px) {
      .news-list li {
        width: 100%;
        margin-right: 0 !important; } }
    .news-list li:first-child {
      width: 100%;
      margin-right: 0;
      display: flex;
      flex-wrap: wrap; }
      .news-list li:first-child > a {
        flex-direction: row; }
        .news-list li:first-child > a img {
          width: calc(66.666666%);
          border: none; }
      .news-list li:first-child .news-info {
        width: calc(33.333333%); }
        .news-list li:first-child .news-info .excerpt {
          display: block;
          margin-top: 20px; }
      @media (min-width: 992px) {
        .news-list li:first-child {
          flex-direction: initial;
          position: relative; }
          .news-list li:first-child .format {
            position: absolute;
            right: 0;
            bottom: 0;
            width: calc(33.333333%); } }
      @media (max-width: 991px) {
        .news-list li:first-child a {
          width: 100%;
          flex-direction: column; }
          .news-list li:first-child a img {
            width: 100%;
            border-bottom: solid 14px; }
        .news-list li:first-child .news-info {
          width: 100%; } }
      @media (max-width: 680px) {
        .news-list li:first-child a {
          width: 100%; }
        .news-list li:first-child .news-info {
          width: 100%; }
          .news-list li:first-child .news-info .excerpt {
            display: none; } }
    .news-list li a {
      height: 100%;
      display: flex;
      flex-direction: column; }
      .news-list li a:hover {
        text-decoration: none; }
      .news-list li a img {
        display: block;
        margin: 0 auto;
        border-bottom: 14px solid #000; }
    .news-list li .news-info {
      padding: 10px 10px 10px; }
      .news-list li .news-info h3 {
        font-size: 18px;
        margin: 0; }
      .news-list li .news-info p {
        margin: 0; }
        .news-list li .news-info p.date {
          font-size: 14px;
          font-weight: 600; }
        .news-list li .news-info p.category {
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase; }
      .news-list li .news-info .excerpt {
        display: none; }
    .news-list li .format {
      font-size: 12px;
      padding: 8px 10px 5px 46px;
      font-weight: 600;
      margin-top: auto;
      position: relative; }
      .news-list li .format span:before,
      .news-list li .format span:after {
        content: '';
        display: block;
        position: absolute;
        background-repeat: no-repeat; }
      .news-list li .format span:before {
        left: 10px;
        top: 8px;
        width: 28px;
        height: 20px; }
      .news-list li .format span:after {
        right: 10px;
        top: 2px;
        width: 24px;
        height: 24px; }
    .news-list li.advent-insights a img {
      border-color: #00B8F0; }
    .news-list li.advent-insights .news-info p.date {
      color: #00B8F0; }
    .news-list li.advent-insights .news-info p.category {
      color: #00B8F0; }
    .news-list li.advent-insights .format {
      color: #00B8F0; }
      .news-list li.advent-insights .format span:before {
        background-image: url(../img/icon-standard-insights.svg?v=2); }
      .news-list li.advent-insights .format.format-video span:before {
        background-image: url(../img/icon-video-insights.svg?v=2); }
      .news-list li.advent-insights .format.format-video span:after {
        background-image: url(../img/icon-play-insights.svg?v=2); }
    .news-list li.advent-in-the-news a img {
      border-color: #653165; }
    .news-list li.advent-in-the-news .news-info p.date {
      color: #653165; }
    .news-list li.advent-in-the-news .news-info p.category {
      color: #653165; }
    .news-list li.advent-in-the-news .format {
      color: #653165; }
      .news-list li.advent-in-the-news .format span:before {
        background-image: url(../img/icon-standard-news.svg?v=2); }
      .news-list li.advent-in-the-news .format.format-video span:before {
        background-image: url(../img/icon-video-news.svg?v=2); }
      .news-list li.advent-in-the-news .format.format-video span:after {
        background-image: url(../img/icon-play-news.svg?v=2); }

.filter-btns ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    .filter-btns ul {
      margin: 0 0 20px; } }
  .filter-btns ul li {
    display: inline-block;
    padding: 0 10px 10px 0;
    width: 33.33333%; }
    .filter-btns ul li:last-child {
      padding-right: 0; }
    @media (max-width: 670px) {
      .filter-btns ul li {
        display: block;
        width: 280px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 0 10px; } }
    .filter-btns ul li a {
      background-color: #005972;
      opacity: 0.85;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 14px;
      padding: 14px 5px;
      font-weight: 600;
      display: block;
      text-align: center; }
      .filter-btns ul li a:hover {
        text-decoration: none;
        opacity: 1 !important; }
      .filter-btns ul li a.active {
        font-weight: 600;
        opacity: 1 !important; }
    .filter-btns ul li#advent-insights a {
      background-color: #00B8F0;
      opacity: 0.85; }
    .filter-btns ul li#advent-in-the-news a {
      background-color: #653165;
      opacity: 0.85; }

.loader {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  top: 10px;
  display: none;
  background: url(../img/ajax-loader.gif) no-repeat; }

.single-insights .page .the-content .inner {
  padding: 70px 45px 45px;
  background: #fff; }
  .single-insights .page .the-content .inner .inner-content {
    background: #eee; }
    .single-insights .page .the-content .inner .inner-content .copy {
      padding: 10px 20px; }
      .single-insights .page .the-content .inner .inner-content .copy p a {
        color: #00B8F0; }
        .single-insights .page .the-content .inner .inner-content .copy p a.author {
          font-weight: 600;
          font-style: italic; }
        .single-insights .page .the-content .inner .inner-content .copy p a.company {
          font-weight: 600;
          font-style: italic;
          color: #005972; }
  .single-insights .page .the-content .inner .video-container .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    .single-insights .page .the-content .inner .video-container .video iframe,
    .single-insights .page .the-content .inner .video-container .video object,
    .single-insights .page .the-content .inner .video-container .video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .single-insights .page .the-content .inner .category {
    font-size: 14px;
    color: #00B8F0;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0; }
  .single-insights .page .the-content .inner h1 {
    margin-bottom: 0; }
  .single-insights .page .the-content .inner p.author {
    font-size: 14px;
    font-weight: 600;
    font-style: italic; }
  .single-insights .page .the-content .inner .date {
    font-size: 14px;
    color: #00B8F0;
    font-weight: 600;
    margin-bottom: 40px; }
  .single-insights .page .the-content .inner .back-link a {
    color: #00B8F0;
    font-weight: 600; }
  .single-insights .page .the-content .inner p.large {
    font-size: 1.4em;
    line-height: 1.2em;
    color: #005972; }
  .single-insights .page .the-content .inner blockquote {
    font-size: 1.2em;
    line-height: 1.1em;
    color: #005972;
    border-top: 2px solid #00B8F0;
    border-bottom: 2px solid #00B8F0;
    margin: 40px 0;
    padding: 5px 0; }
    .single-insights .page .the-content .inner blockquote p:last-child {
      margin-bottom: 0; }
  .single-insights .page .the-content .inner .statistic {
    text-align: center;
    margin: 30px 0 25px; }
    .single-insights .page .the-content .inner .statistic span {
      display: inline-block; }
    .single-insights .page .the-content .inner .statistic span:first-child {
      font-size: 3.4em;
      line-height: 1.1em;
      font-weight: 300;
      color: #00B8F0;
      border-bottom: 1px solid #00B8F0;
      padding: 0 20px;
      margin-bottom: 5px; }
  .single-insights .page .the-content .inner .advent-in-the-news .copy p a.company {
    color: #653165; }
  .single-insights .page .the-content .inner .advent-in-the-news .category {
    color: #653165; }
  .single-insights .page .the-content .inner .advent-in-the-news .date {
    color: #653165; }
  .single-insights .page .the-content .inner .advent-in-the-news p.large {
    font-size: 1.4em;
    line-height: 1.2em;
    color: #653165; }
  .single-insights .page .the-content .inner .advent-in-the-news blockquote {
    color: #653165; }
  .single-insights .page .the-content .inner .advent-in-the-news .statistic span:first-child {
    color: #653165; }

/*# sourceMappingURL=style.css.map */
