




header.thinking-top {
  position: relative;
  height: 100vh;
  width: 100%;
  color: white;
  -khtml-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  header.thinking-top .background-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(-269deg, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.38) 100%); }
    @media (max-width: 767.98px) {
      header.thinking-top .background-shadow {
        background-color: rgba(0, 0, 0, 0.5); } }
  header.thinking-top .container {
    height: 100vh; }
    header.thinking-top .container .row {
      width: 100%; }
  header.thinking-top section.title span.featured {
    text-transform: uppercase; }
  @media (max-width: 991.98px) {
    header.thinking-top section.text p {
      display: none; } }
  header.thinking-top section.text a.read-more {
    color: white; }
  header.thinking-top .arrow-container {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 4.5%;
    z-index: 2; }
    header.thinking-top .arrow-container button.arrow-down {
      cursor: pointer;
      -khtml-background-size: contain;
      -ms-background-size: contain;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../../images/down-arrow.png");
      background-color: transparent;
      border: 0;
      width: 50px;
      height: 20px; }

.post-listing {
  margin-top: 30px; }
  .post-listing.category-listing {
    padding-top: 125px; }
    @media (max-width: 767.98px) {
      .post-listing.category-listing {
        padding-top: 80px; } }

.thinking-nav h1 {
  position: relative;
  margin-bottom: 20px; }
  .thinking-nav h1:before {
    content: "";
    position: absolute;
    display: block;
    top: -5px;
    left: -12px;
    width: 10px;
    height: 10px;
    background-color: #C2CF2F;
    border-radius: 5px; }
    @media (max-width: 767.98px) {
      .thinking-nav h1:before {
        left: -8px; } }
  .thinking-nav h1.inline-dot:before {
    display: inline-block;
    position: relative;
    top: initial;
    left: initial;
    margin-right: 8px; }

.thinking-nav ul {
  margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    .thinking-nav ul {
      margin-bottom: 15px; } }
  .thinking-nav ul li {
    margin-bottom: 10px;
    display: block; }
    @media (max-width: 991.98px) {
      .thinking-nav ul li {
        display: inline-block;
        padding-right: 10px; } }
    .thinking-nav ul li a {
      color: #999999; }
      .thinking-nav ul li a.active {
        color: #1A1919; }

.thinking-nav ul.social-accounts {
  display: inline-block; }
  .thinking-nav ul.social-accounts li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px; }
    .thinking-nav ul.social-accounts li:last-child {
      margin-right: 0; }
    .thinking-nav ul.social-accounts li a {
      color: #1A1919; }
      .thinking-nav ul.social-accounts li a i {
        display: block;
        -khtml-background-size: contain;
        -ms-background-size: contain;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        .thinking-nav ul.social-accounts li a i.fa-facebook {
          width: 7px;
          height: 14px; }
        .thinking-nav ul.social-accounts li a i.fa-instagram {
          width: 16px;
          height: 16px; }
        .thinking-nav ul.social-accounts li a i.fa-twitter {
          width: 16px;
          height: 14px; }
        .thinking-nav ul.social-accounts li a i.fa-linkedin {
          width: 16px;
          height: 14px; }
        .thinking-nav ul.social-accounts li a i.fa-facebook {
          background-image: url("../../images/social-icons/facebook.png"); }
        .thinking-nav ul.social-accounts li a i.fa-instagram {
          background-image: url("../../images/social-icons/instagram.png"); }
        .thinking-nav ul.social-accounts li a i.fa-twitter {
          background-image: url("../../images/social-icons/twitter.png"); }
        .thinking-nav ul.social-accounts li a i.fa-linkedin {
          background-image: url("../../images/social-icons/linkedin.png"); }

@media (max-width: 1471.98px) {
  .thinking-nav ul.social-accounts li {
    margin-left: 4px;
    margin-right: 4px; } }

.posts a {
  color: #1A1919; }
  .posts a .text {
    padding-top: 30px; }
    .posts a .text date {
      font-size: 0.875rem;
      font-family: "halyard-micro";
      font-weight: 350; }
    .posts a .text .categories {
      min-height: 32px;
      font-size: 0.875rem;
      font-family: "halyard-micro";
      font-weight: 350; }

.posts a.blog-item {
  margin-bottom: 20px;
  position: relative; }
  .posts a.blog-item.normal-item .featured-image {
    position: relative;
    -khtml-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .posts a.blog-item.normal-item .featured-image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 71.40255%; }
    .posts a.blog-item.normal-item .featured-image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .posts a.blog-item.normal-item .featured-image:after {
      content: "";
      -webkit-transition: all 100ms ease-out;
      transition: all 100ms ease-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .posts a.blog-item.normal-item .featured-image:after {
          -webkit-transition: none;
          transition: none; } }
  .posts a.blog-item.normal-item:hover .featured-image {
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8; }
  @media (max-width: 767.98px) {
    .posts a.blog-item.normal-item .text {
      border-bottom: 1px solid #E4E4E3; } }
  .posts a.blog-item.big-bg {
    color: white; }
    .posts a.blog-item.big-bg .background {
      -khtml-background-size: cover;
      -ms-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      height: 100%;
      z-index: 2; }
      .posts a.blog-item.big-bg .background:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 109.47177%; }
      .posts a.blog-item.big-bg .background > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .posts a.blog-item.big-bg .background:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 100ms ease-out;
        transition: all 100ms ease-out;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
        background-image: linear-gradient(0deg, #000000 0%, transparent 100%); }
        @media screen and (prefers-reduced-motion: reduce) {
          .posts a.blog-item.big-bg .background:after {
            -webkit-transition: none;
            transition: none; } }
    .posts a.blog-item.big-bg:hover .background:after {
      -webkit-transition: all 100ms ease-out;
      transition: all 100ms ease-out;
      filter: alpha(opacity=80);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -webkit-opacity: 0.8;
      -khtml-opacity: 0.8;
      -moz-opacity: 0.8;
      -ms-opacity: 0.8;
      -o-opacity: 0.8;
      opacity: 0.8; }
      @media screen and (prefers-reduced-motion: reduce) {
        .posts a.blog-item.big-bg:hover .background:after {
          -webkit-transition: none;
          transition: none; } }
    .posts a.blog-item.big-bg .placeholder {
      position: relative; }
      .posts a.blog-item.big-bg .placeholder:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 71.40255%; }
      .posts a.blog-item.big-bg .placeholder > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .posts a.blog-item.big-bg .text {
      position: absolute;
      z-index: 3;
      width: 100%;
      padding-left: 25px;
      padding-right: 25px;
      bottom: 30px;
      left: 0; }
  .posts a.blog-item.no-featured-image .background {
    position: relative;
    background-color: #C2CF2F;
    padding: 30px 25px;
    height: 100%; }
    .posts a.blog-item.no-featured-image .background:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 109.47177%; }
    .posts a.blog-item.no-featured-image .background > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .posts a.blog-item.no-featured-image:hover h2 {
    text-decoration: underline; }
  .posts a.blog-item.no-featured-image .content {
    padding: 30px; }
  .posts a.blog-item.no-featured-image .text {
    position: relative;
    height: 100%;
    padding-top: 0; }
    .posts a.blog-item.no-featured-image .text h2 {
      font-size: 4.375rem;
      font-family: "halyard-display";
      font-weight: 600;
      letter-spacing: 0.01rem;
      font-size: 50px; }
      @media (max-width: 767.98px) {
        .posts a.blog-item.no-featured-image .text h2 {
          font-size: 2.5rem; } }
      @media (max-width: 1471.98px) {
        .posts a.blog-item.no-featured-image .text h2 {
          font-size: 1.5rem; } }
      .posts a.blog-item.no-featured-image .text h2.too-long {
        font-size: 25px; }
    @media (max-width: 991.98px) {
      .posts a.blog-item.no-featured-image .text .summary {
        display: none; } }
    .posts a.blog-item.no-featured-image .text .categories {
      color: white;
      position: absolute;
      bottom: 0;
      left: 0; }

.posts a.redline-item {
  margin-bottom: 20px; }
  .posts a.redline-item .redline-content {
    color: #1A1919;
    padding-bottom: 60px;
    background-color: #C1E1E0; }
    .posts a.redline-item .redline-content .redline-image {
      width: 100%;
      position: relative;
      -khtml-background-size: contain;
      -ms-background-size: contain;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      .posts a.redline-item .redline-content .redline-image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 71.40255%; }
      .posts a.redline-item .redline-content .redline-image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .posts a.redline-item .redline-content .text {
      padding-left: 25px;
      padding-right: 25px; }
