@charset "UTF-8";
.archive-contain {
  padding-bottom: 6rem; }
  @media (min-width: 55rem) {
    .archive-contain {
      padding-top: 4rem; } }

.archive-top {
  margin-bottom: 2rem; }
  .archive-top h3 {
    margin: 0; }

.archive-utilities {
  margin-bottom: 2rem; }
  @media (min-width: 55rem) {
    .archive-utilities {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

ul.categories {
  margin: 0;
  padding: 2rem 0;
  list-style: none;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (min-width: 55rem) {
    ul.categories {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 17rem);
      flex: 0 0 calc(100% - 17rem);
      max-width: calc(100% - 17rem); } }
  ul.categories li {
    margin: 0 1.5rem 0 0; }
    ul.categories li a {
      text-decoration: none;
      padding: 0.5rem 1.5rem 0.5rem 3.325rem;
      font-family: halyard-display, sans-serif;
      font-weight: 300;
      font-size: 1.875rem;
      display: inline-block;
      position: relative; }
      ul.categories li a:before {
        position: absolute;
        top: calc(50% - 1rem);
        left: 0;
        height: 2rem;
        width: 2rem;
        border-radius: 3px;
        border: 2px solid #2E2D2D;
        content: '';
        display: block; }
    ul.categories li.active .all:before {
      overflow: hidden;
      content: '✕';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      font-size: 3rem;
      font-weight: 100;
      font-family: monospace; }
    ul.categories li.active .case-study:before {
      background-color: #8B2233; }
    ul.categories li.active .blog-post:before {
      background-color: #BC955A; }
    ul.categories li.active .white-paper:before {
      background-color: #2E2D2D; }

.searchform {
  position: relative; }
  @media (min-width: 55rem) {
    .searchform {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 17rem;
      flex: 0 0 17rem;
      max-width: 17rem; } }
  .searchform [type="search"] {
    width: 100%;
    border-width: 0 0 2px 0;
    border-color: #2E2D2D;
    font-size: 1rem;
    color: #2E2D2D;
    font-weight: 500;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.75rem 1.5rem 0.75rem 0;
    background-color: transparent; }
    .searchform [type="search"]:focus {
      outline: none;
      border-color: #8B2233; }
  .searchform button {
    position: absolute;
    border: 0;
    padding: 0;
    background-color: transparent;
    top: calc(50% - 9.5px);
    right: 0;
    background-image: url("../img/search.svg");
    background-size: 19px 19px;
    width: 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 19px; }

.post-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .post-list li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    margin-bottom: 2.5rem; }
    @media (min-width: 35rem) {
      .post-list li {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media (min-width: 55rem) {
      .post-list li {
        max-width: 33.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%; }
        .post-list li.with-thumb {
          max-width: 66.6666%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 66.6666%;
          flex: 0 0 66.6666%; } }
    @media (min-width: 74rem) {
      .post-list li {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
        .post-list li.with-thumb {
          max-width: 50%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }

.post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #BC955A;
  color: #E7D3BC;
  height: 100%;
  border-radius: 0.6875rem;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 400ms ease;
  transition: -webkit-box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease; }
  @media (min-width: 55rem) {
    .post-link {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .post-link.white-paper {
    background: #2E2D2D; }
  .post-link.case-study {
    background: #8B2233; }
  .post-link:hover {
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25); }
  .post-link .link-thumb {
    padding: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    .post-link .link-thumb .thumb-image {
      width: 100%;
      height: 0;
      padding-bottom: 112%;
      -o-object-fit: cover;
      object-fit: cover;
      position: relative; }
      .post-link .link-thumb .thumb-image img {
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        -o-object-position: center;
        object-position: center;
        border-radius: 0.6875rem;
        display: block; }
    @media (max-width: 55rem) {
      .post-link .link-thumb + .link-content {
        padding-top: 0; } }
  .post-link .link-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 1.5rem; }
    @media (min-width: 55rem) {
      .post-link .link-content {
        min-height: 19rem; } }
    .post-link .link-content h4 {
      margin-bottom: 0; }
    .post-link .link-content h6 {
      font-size: 1rem;
      margin-bottom: 1rem; }
    .post-link .link-content .bottom-link {
      text-decoration: underline; }

.no-posts {
  margin: 8rem 0 12rem; }

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 4rem; }
  .nav-links span,
  .nav-links a {
    width: 3.4375rem;
    height: 3.4375rem;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 300;
    color: #2E2D2D;
    text-decoration: none;
    border: 2px solid #2E2D2D;
    margin: 0 0.375rem 0.5rem;
    border-radius: 0.1875rem;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background: transparent; }
    .nav-links span.current, .nav-links span.prev, .nav-links span.next,
    .nav-links a.current,
    .nav-links a.prev,
    .nav-links a.next {
      background: #2E2D2D;
      color: #E7D3BC; }
    .nav-links span.prev, .nav-links span.next,
    .nav-links a.prev,
    .nav-links a.next {
      font-size: 0.5rem; }
  .nav-links a:hover {
    background: #2E2D2D;
    color: #E7D3BC; }

/*# sourceMappingURL=maps/blog.css.map */
