@charset "UTF-8";
/*------------------------------------*\
    1. GENERAL
    2. HEADER
        2.1 LOGO
    3. FOOTER
    4. GRID
    5. NAVIGATION
    6. PAGE CONTENT
    7. PEOPLE
    8. LINKLIST
    x. MISC
\*------------------------------------*/
/*------------------------------------*\
    $1. GENERAL
\*------------------------------------*/
@-ms-viewport {
  width: device-width;
  zoom: 1; }
@viewport {
  width: device-width;
  zoom: 1; }

body {
  font-family: Apercu, Helvetica, sans-serif; }

a {
  color: #1A265D;
  text-decoration: none;
  transition: color 0.3s; }
  a:visited {
    color: #1a265d; }

h1 {
  font-family: 'Old Standard TT', serif;
  font-weight: 700;
  color: #1A265D;
  font-size: 22px;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 600px) {
    h1 {
      font-size: 34px; } }

h2 {
  font-size: 20px;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 500px) {
    h2 {
      font-size: 24px; } }

h1, h2, h3, h4 {
  -webkit-font-smoothing: antialiased; }

/*------------------------------------*\
    $STICKY FOOTER
\*------------------------------------*/
html, body {
  color: #464D57;
  height: 100%; }

#content {
  padding-bottom: 50px; }
  @media only screen and (min-width: 800px) {
    #content {
      padding-bottom: 100px; } }

@media only screen and (min-width: 800px) {
  .page-wrap {
    min-height: 100%;
    margin-bottom: -152px; }
  .page-wrap:after {
    content: "";
    display: block; }
  .footer, .page-wrap:after {
    height: 152px; } }

/*------------------------------------*\
    $2 HEADER
\*------------------------------------*/
.header {
  background-color: #1a265d;
  padding: 10px 0; }

.header__top {
  color: #fff;
  min-height: 45px;
  position: relative; }
  @media screen and (min-width: 750px) {
    .header__top {
      min-height: 60px; } }

.header__title {
  display: block;
  text-align: center;
  font-size: 20px;
  position: relative;
  top: 15px;
  z-index: 2;
  display: inline-block;
  width: 60%;
  line-height: 1; }
  .header__title svg {
    max-width: 100%; }
  .header__title__text {
    display: none;
    color: #fff;
    font-size: 18px; }
    @media screen and (max-width: 749px) {
      .header__title__text {
        display: block; } }
  .header__title__image {
    display: none; }
  .header__title img {
    width: auto;
    height: 95%; }
  @media screen and (max-width: 749px) {
    .header__title {
      left: 67px;
      left: 0;
      top: 20px;
      text-align: left;
      width: 80%;
      position: absolute;
      top: 15px;
      text-align: left;
      left: 10px; } }
  @media screen and (min-width: 750px) {
    .header__title {
      font-size: 28px;
      bottom: 0;
      left: 20px;
      top: 0;
      position: absolute;
      width: 100px; }
      .header__title__image {
        display: block; }
      .header__title__text {
        display: none; } }

/*------------------------------------*\
        $2.1 LOGO
    \*------------------------------------*/
.logo {
  display: block;
  width: 60px;
  position: absolute; }
  @media only screen and (max-width: 500px) {
    .logo {
      margin-left: 0;
      left: 10px;
      top: 20px;
      display: none; } }
  @media only screen and (min-width: 501px) {
    .logo {
      left: 50%;
      margin-left: -42.5px;
      width: 85px;
      bottom: 20px; } }
  @media screen and (min-width: 750px) {
    .logo {
      left: auto;
      margin-left: 0;
      right: 10px;
      bottom: 10px; } }
  .logo img {
    width: auto;
    height: 100%; }
  .logo svg {
    width: 120px; }

/*------------------------------------*\
    $3. FOOTER
\*------------------------------------*/
.footer {
  background-color: #1a265d;
  color: #fff;
  font-size: 0;
  min-height: 195px;
  position: relative; }
  .footer a:hover {
    color: #D4E8D3; }
  .footer__contact-info {
    font-size: 12px;
    font-weight: 200;
    line-height: 1.4;
    margin: 0; }
    @media only screen and (max-width: 600px) {
      .footer__contact-info {
        font-size: 14px; } }
  .footer p a {
    color: #fff; }
  .footer__column {
    vertical-align: top;
    padding: 20px 0; }
    @media only screen and (min-width: 600px) {
      .footer__column {
        display: inline-block;
        width: 33.33333%; } }
    .footer__column-heading {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 10px;
      letter-spacing: 1px; }
  .footer__copyright-notice {
    color: #fff;
    font-size: 12px; }

/*------------------------------------*\
    $4. GRID
\*------------------------------------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px; }
  @media only screen and (min-width: 500px) {
    .container {
      padding: 0 20px; } }

.container--contain {
  position: relative;
  min-height: inherit; }

/*------------------------------------*\
    $5. NAVIGATION
\*------------------------------------*/
.menu__trigger {
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  top: 16px;
  line-height: 1; }
  @media screen and (min-width: 600px) {
    .menu__trigger {
      top: 16px; } }
  @media screen and (min-width: 750px) {
    .menu__trigger {
      display: none; } }
  .menu__trigger-inner {
    padding-left: 14px;
    padding-left: 17px; }
    .menu__trigger-inner:before {
      top: 2px; }
    .menu__trigger-inner:after {
      top: 4px; }
    .menu__trigger-inner:after {
      transition: -webkit-transform 0.25s;
      transition: transform 0.25s;
      content: "";
      position: absolute;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: #AEAEAE;
      left: -2px;
      top: 0; }
      a:focus .menu__trigger-inner:after, a:hover .menu__trigger-inner:after {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }

.nav-wrapper {
  transition: max-height 0.35s; }
  @media screen and (max-width: 749px) {
    .nav-wrapper {
      max-height: 0;
      overflow-y: hidden; }
      .nav-wrapper.is-open {
        max-height: 400px; } }
  @media screen and (min-width: 750px) {
    .nav-wrapper {
      position: absolute;
      right: 100px;
      left: 100px;
      top: 0;
      bottom: 0;
      text-align: center;
      z-index: 2; } }
  @media screen and (min-width: 750px) {
    .nav-wrapper {
      right: 1%;
      left: 1%; } }
  @media screen and (min-width: 1100px) {
    .nav-wrapper {
      right: 100px;
      left: 100px; } }

/*------------------------------------*\
    $MAIN NAV
\*------------------------------------*/
.header__nav {
  border-bottom: 1px solid #eee;
  padding: 10px 0 15px; }
  @media screen and (max-width: 749px) {
    .header__nav {
      text-align: right; } }

@media screen and (min-width: 750px) {
  .nav--footer {
    text-align: right; } }

.nav__list {
  margin: 0 0;
  padding: 0;
  list-style: none;
  font-size: 0; }
  @media screen and (max-width: 749px) {
    .nav__list {
      margin-top: 45px; } }
  .nav__list--footer {
    margin-bottom: 10px; }
    @media screen and (max-width: 749px) {
      .nav__list--footer {
        font-size: 0;
        border: 1px dotted rgba(255, 255, 255, 0.52);
        padding: 10px 0;
        border-width: 1px 0;
        margin-top: 0px;
        margin-bottom: 10px; } }

.nav__item {
  display: inline-block; }
  @media screen and (max-width: 749px) {
    .nav__item {
      display: block;
      margin-top: 5px;
      text-align: center; } }
  @media screen and (min-width: 750px) {
    .nav__item {
      margin: 0 1%; } }
  .nav__item--footer {
    vertical-align: top; }
    .nav__item--footer:nth-child(6):before {
      display: table;
      font-size: 14px;
      content: "\A";
      white-space: pre; }
    @media screen and (max-width: 749px) {
      .nav__item--footer {
        display: inline-block;
        margin-bottom: 6px;
        text-align: left;
        width: 33.33333%; } }
  .nav__item--sub {
    border-top: 1px solid rgba(17, 17, 17, 0.2);
    margin: 0;
    display: block; }
    .nav__item--sub + .nav__item--sub {
      padding-top: 10px; }
    .nav__item--sub:first-child {
      border-top: 0; }

.nav__link {
  transition: border-bottom 0.3s, color 0.3s;
  color: #fff;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 750px) {
    .nav__link {
      padding: 20px 10px; } }
  @media screen and (min-width: 1100px) {
    .nav__link {
      padding: 20px 20px; } }
  @media screen and (max-width: 749px) {
    .nav__link {
      font-size: 24px; } }
  .nav__link span {
    border-bottom: 1px solid transparent; }
  .nav__link:focus, .nav__link:hover {
    color: rgba(255, 255, 255, 0.8);
    color: #D4E8D3; }
  .nav__link:visited {
    color: rgba(255, 255, 255, 0.7);
    color: inherit; }
    .nav__link:visited:hover {
      color: #D4E8D3; }
  .is-active > .nav__link, .is-parent-active > .nav__link {
    color: rgba(255, 255, 255, 0.8);
    color: #D4E8D3; }
  .nav__link--footer {
    color: white;
    font-size: 14px;
    font-weight: 200;
    padding: 0; }
    @media screen and (max-width: 749px) {
      .nav__link--footer {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.8); } }
    a:focus .nav__link--footer, .nav__link--footer:hover {
      color: #D4E8D3; }
  .nav__link--sub {
    font-size: 15px;
    padding: 6px 15px; }
    .nav__link--sub:first-child {
      padding-top: 0; }
  .nav__link .nav__item--footer> {
    color: #fff; }

/*------------------------------------*\
    $NAV SUBLIST
\*------------------------------------*/
.nav__sublist-wrapper {
  transition: opacity, 0.25s;
  text-align: center;
  vertical-align: bottom;
  opacity: 0;
  display: none; }
  @media screen and (min-width: 750px) {
    .nav__sublist-wrapper {
      position: absolute; } }
  .nav__sublist-wrapper:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e3e3e3;
    display: inline-block;
    margin-bottom: 5px; }

.nav__sublist {
  border: 1px solid #e3e3e3;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 11px 10px 10px;
  margin-top: -10px; }
  @media screen and (min-width: 750px) {
    .nav__sublist {
      border-width: 1px 0 0;
      background-color: #e3e3e3; } }

.nav__sublist .nav__link {
  color: #333;
  font-size: 13px; }

/*------------------------------------*\
    $SUB NAV
\*------------------------------------*/
.sub-nav {
  padding-right: 30px; }
  .sub-nav__list {
    margin: 0;
    background-color: #eaeaea;
    padding: 10px 5px 10px 10px;
    display: none; }
    .sub-nav__link + .sub-nav__list {
      margin-top: 5px; }
    .sub-nav__list .is-parent-active > .sub-nav__list, .sub-nav__list .is-active > .sub-nav__list {
      display: block; }
    .sub-nav__list--top {
      padding: 0;
      background-color: transparent;
      padding: 0;
      display: block;
      border: 1px solid rgba(216, 216, 216, 0.2);
      border-width: 1px 0;
      padding: 10px 0 15px; }
      @media screen and (min-width: 750px) {
        .sub-nav__list--top {
          margin-top: 34px; } }
  .sub-nav__item {
    display: block; }
    .sub-nav__item + .sub-nav__item {
      margin-top: 5px; }
  .sub-nav__title {
    font-size: 13px;
    text-transform: uppercase;
    color: black;
    margin-bottom: 10px; }
  .sub-nav__link {
    font-size: 14px;
    color: black; }
    .sub-nav__link.is-active {
      color: #ED8917; }
    .sub-nav__link:hover {
      color: #ED8917; }

/*------------------------------------*\
    $6. PAGE CONTENT
\*------------------------------------*/
.article {
  font-size: 0;
  padding-top: 10px; }
  @media only screen and (min-width: 600px) {
    .article {
      padding-top: 50px; } }
  @media only screen and (min-width: 600px) {
    .article.has-breadcrumbs {
      padding-top: 20px; } }
  .article__column {
    display: inline-block;
    vertical-align: top; }
    .article__column--content {
      width: 100%; }
      @media screen and (min-width: 750px) {
        .article__column--content {
          width: 78%; } }
    .article__column--nav {
      width: 100%; }
      @media screen and (min-width: 750px) {
        .article__column--nav {
          width: 22%; } }

.article__text {
  font-size: 16px; }
  .article__text img {
    max-width: 100%;
    height: auto !important; }
  @media screen and (min-width: 600px) {
    .article__text {
      max-width: 80%; } }
  @media screen and (min-width: 1000px) {
    .article__text {
      max-width: 70%; } }
  .article__text.has-sidebar {
    display: inline-block;
    vertical-align: top; }
  .article__text.has-slideshow {
    display: inline-block;
    vertical-align: top; }
  .article__text a {
    color: #ED8917; }
    .article__text a:hover {
      color: #D4E8D3; }
  .article__text ul li + li {
    margin-top: 3px; }

@media screen and (min-width: 750px) {
  .article__image--left, .article__image--right {
    width: 50%; } }
.article__image--left {
  float: left; }
  @media screen and (min-width: 750px) {
    .article__image--left {
      margin-right: 20px;
      margin-bottom: 5px; } }
.article__image--right {
  float: right; }
  @media screen and (min-width: 750px) {
    .article__image--right {
      margin-left: 20px;
      margin-bottom: 5px; } }
.article__image__img {
  display: block; }
.article__image-caption {
  color: #747f8f;
  font-size: 12px; }

.article__sidebar {
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }
  @media only screen and (min-width: 600px) {
    .article__sidebar {
      max-width: 20%; } }
  @media only screen and (min-width: 900px) {
    .article__sidebar {
      max-width: 50%; } }

.article__date {
  color: #D8D8D8;
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 0 0; }

.edit-entry, .post-edit-link {
  display: none; }

/*------------------------------------*\
    $7. PEOPLE
\*------------------------------------*/
.person {
  display: inline-block;
  vertical-align: top;
  width: 50%; }
  @media only screen and (min-width: 550px) {
    .person {
      width: 25%; } }
  @media only screen and (min-width: 750px) {
    .person {
      width: 16.66667%; } }
  .person__image {
    display: block;
    margin: 0 auto;
    max-width: 90%; }
  .person__name {
    color: #030303;
    font-size: 12px;
    text-align: center; }
  .person__description {
    visibility: hidden; }

/*------------------------------------*\
    $8. LINKLIST
\*------------------------------------*/
.linklist__link {
  border-bottom: 1px solid #eee;
  color: #333;
  display: block;
  margin-bottom: 12px;
  padding-bottom: 10px;
  position: relative; }
  .linklist__link:focus, .linklist__link:hover {
    color: #D4E8D3; }
  @media only screen and (min-width: 500px) {
    .linklist__link {
      font-size: 27px; } }
.linklist__title {
  font-size: 20px;
  font-weight: 200;
  padding-left: 20px; }
.linklist__date {
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 3px; }

/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/
.pagination {
  padding-top: 10px; }

.pagination__item {
  transition: color 0.25s, background-color 0.25s;
  background-color: #D8D8D8;
  background-color: #1A265D;
  color: #030303;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 9px;
  margin-left: 5px;
  line-height: 1; }
  .pagination__item:visited {
    color: #fff !important; }
  .pagination__item:hover, .pagination__item.is-current {
    background-color: #eee;
    color: #030303 !important; }

/*------------------------------------*\
    $x. MISC
\*------------------------------------*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/*------------------------------------*\
    $INTRO
\*------------------------------------*/
.homepage__hero {
  background-size: cover;
  text-align: center;
  min-height: 500px;
  padding: 40px 10px; }
  .homepage__hero__title {
    color: #272728;
    font-size: 44px;
    text-transform: none;
    margin: 0; }
    @media screen and (max-width: 749px) {
      .homepage__hero__title {
        line-height: 1.2; } }
    @media screen and (min-width: 750px) {
      .homepage__hero__title {
        font-size: 56px; } }
  .homepage__hero__subtitle {
    color: #272728;
    font-size: 24px;
    max-width: 550px;
    margin: 0 auto; }
    @media screen and (max-width: 749px) {
      .homepage__hero__subtitle {
        color: #fff;
        padding-top: 20px; } }
  .homepage__hero__learn-more {
    color: #fff !important;
    display: block;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px; }
    .homepage__hero__learn-more:hover {
      color: #D4E8D3 !important; }
.homepage__intro {
  margin-top: 60px; }
  .homepage__intro-title {
    color: #030303;
    font-family: 'Apercu', sans-serif̋;
    font-size: 24px;
    line-height: 1.2334;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    text-transform: none;
    position: relative; }
    @media screen and (min-width: 750px) {
      .homepage__intro-title {
        font-size: 30px; } }
    .homepage__intro-title:after {
      background-color: #eee;
      content: "";
      display: block;
      width: 140px;
      height: 1px;
      position: absolute;
      left: 50%;
      bottom: -20px;
      margin-left: -70px; }
.homepage__services {
  font-size: 0;
  text-align: center;
  margin-top: 75px;
  max-width: 75%;
  margin: 75px auto 0;
  position: relative; }
  .homepage__services-title {
    font-size: 12px;
    font-family: 'Apercu', sans-serif̋;
    text-transform: uppercase; }
  .homepage__services__inner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
  .homepage__services-link {
    background-color: rgba(26, 38, 93, 0.92);
    color: #7D7D7D;
    color: white;
    display: block;
    font-size: 22px;
    font-family: 'Apercu', sans-serif̋;
    vertical-align: middle;
    position: relative;
    width: auto;
    text-align: center;
    padding: 40px 10px;
    min-height: 50px; }
    @media screen and (max-width: 749px) {
      .homepage__services-link + .homepage__services-link {
        margin-top: 10px; } }
    .homepage__services-link:visited {
      color: white; }
    @media screen and (min-width: 750px) {
      .homepage__services-link {
        display: inline-block;
        min-height: 94px;
        min-width: 200px;
        margin: 0 2%;
        padding: 20px 10px; } }
    .homepage__services-link:nth-child(1) .word2:after {
      content: "\A";
      white-space: pre; }
    .homepage__services-link:nth-child(3) .word1:after {
      content: "\A";
      white-space: pre; }
    a:focus .homepage__services-link, .homepage__services-link:hover {
      background-color: rgba(61, 39, 52, 0.92);
      color: #D8D8D8; }
    .homepage__services-link + .homepage__services-link {
      /* margin-left: 10px;
                padding-left: 10px;

                &:before {
                    $lineWidth: 6px;
                    background-color: #111;
                    content: "";
                    display: inline-block;
                    border-radius: 50%;
                    width: $lineWidth;
                    height: $lineWidth;
                    position: relative;
                    text-align: left;
                    left: -$lineWidth - 2;
                    vertical-align: middle;
                    //left: 50%;
                    //bottom: 0px;
                } */ }

/*------------------------------------*\
    $BLOCKS
\*------------------------------------*/
.blocks {
  margin: 20px 0 10px;
  font-size: 0;
  vertical-align: top; }

.block {
  width: 100%;
  display: inline-block;
  position: relative;
  background-size: cover;
  min-height: 220px;
  vertical-align: top;
  text-align: center;
  background-position: left 50%; }
  @media only screen and (min-width: 650px) {
    .block {
      width: 25%;
      min-height: 267px; } }
  .block__link {
    display: block;
    text-align: center;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0; }
    .block__link:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
  .block__text {
    display: inline-block;
    vertical-align: middle; }
  .block__title {
    transition: background-color 0.3s, color 0.3s;
    background-color: rgba(26, 38, 93, 0.8);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-family: 'Apercu', sans-serif̋;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 5px 15px; }
    @media only screen and (min-width: 650px) {
      .block__title {
        font-size: 15px; } }
  .block__description {
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 2;
    max-width: 300px;
    margin: 10px auto 0; }
    .block__description--bottom {
      position: absolute;
      bottom: 15px;
      right: 15px;
      text-align: right;
      max-width: 400px; }
  .block img {
    display: none; }
  .block__type {
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    color: #fff;
    font-family: 'Apercu', sans-serif̋;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 2;
    text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px; }
  .block__overlay {
    transition: background-color 0.35s;
    content: "";
    background-color: rgba(15, 15, 15, 0.51);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    a:focus .block__overlay, a:hover .block__overlay {
      background-color: rgba(15, 15, 15, 0.05); }

/*------------------------------------*\
    $NEWS TICKER
\*------------------------------------*/
.ticker {
  text-align: center;
  margin-top: 140px; }
  .ticker__title {
    color: #030303;
    font-family: 'Apercu', sans-serif̋;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 20px; }
    @media only screen and (min-width: 650px) {
      .ticker__title {
        font-size: 27px; } }
    .ticker__title:before {
      background-color: #eee;
      content: "";
      display: block;
      width: 135px;
      margin: 15px auto;
      height: 1px; }
  .ticker__link {
    color: #030303;
    display: block;
    font-size: 16px;
    font-family: 'Apercu', sans-serif̋;
    text-align: center; }
    @media only screen and (min-width: 650px) {
      .ticker__link {
        font-size: 18px; } }
    a:focus .ticker__link, .ticker__link:hover {
      color: #D8D8D8; }
    .ticker__link + .ticker__link:before {
      background-color: #eee;
      content: "";
      display: block;
      width: 238px;
      margin: 15px auto;
      height: 1px; }
      @media only screen and (min-width: 650px) {
        .ticker__link + .ticker__link:before {
          margin: 20px auto; } }

/*------------------------------------*\
    $MAP AND INSIGHTS
\*------------------------------------*/
.map-insights {
  font-size: 0;
  padding-top: 30px; }

.map {
  display: inline-block;
  vertical-align: top; }
  @media screen and (min-width: 750px) {
    .map {
      width: 50%; } }
  .map__title {
    color: #1a265d;
    font-size: 34px;
    margin: 0;
    padding-bottom: 30px;
    text-align: center; }
  .map__link {
    transition: opacity 0.25s;
    display: block;
    max-width: 90%;
    margin: 0 auto; }
    .map__link:hover {
      opacity: 0.7; }
  .map__image {
    width: 100%; }

.homepage-insights {
  font-size: 0;
  display: inline-block;
  padding-left: 1%;
  vertical-align: top;
  position: relative; }
  @media screen and (max-width: 749px) {
    .homepage-insights {
      padding: 20px 0; } }
  @media screen and (min-width: 750px) {
    .homepage-insights {
      width: 50%; } }
  .homepage-insights__title {
    color: #1a265d;
    text-transform: none;
    margin: 0;
    font-size: 20px;
    padding-bottom: 5px; }
  .homepage-insights__column {
    font-size: 0;
    display: block; }
  .homepage-insights__image {
    width: 100%; }
  .homepage-insights__link {
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    display: block;
    width: 100%;
    position: relative; }
    .homepage-insights__link + .homepage-insights__link {
      margin-top: 10px; }
    .homepage-insights__link__inner {
      background-color: red;
      background-size: cover;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .homepage-insights__link:hover {
      opacity: 0.7; }
    .homepage-insights__link--tall {
      height: 500px; }

.project {
  /*------------------------------------*\
        $INDEX PAGE
    \*------------------------------------*/
  /*------------------------------------*\
        $VIEW PAGE
    \*------------------------------------*/ }
  .project__list {
    font-size: 0; }
  .project__list-wrapper {
    padding-top: 30px; }
    .project__list-wrapper > h2:first-child {
      margin-top: 0; }
  .project__category-title {
    margin-bottom: 0.4em; }
  .project__sort-links {
    display: block;
    padding: 10px 0 10px;
    border: 2px solid #eee;
    border-width: 2px 0 2px;
    margin: 0 0 20px; }
    .project__sort-links-heading {
      display: inline-block;
      font-size: 10px;
      margin-right: 10px;
      font-weight: 200;
      text-transform: uppercase;
      letter-spacing: 1px;
      position: relative;
      top: -1px; }
  .project__sort-link {
    font-size: 14px;
    cursor: pointer;
    padding: 3px 4px;
    border-radius: 4px; }
    .project__sort-link:hover {
      color: #D4E8D3; }
    .project__sort-link.is-active {
      background-color: #eee; }
    .project__sort-link + .project__sort-link {
      margin-left: 14px; }
  .project__link {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px; }
    @media only screen and (min-width: 500px) {
      .project__link {
        width: 50%; } }
    @media only screen and (min-width: 700px) {
      .project__link {
        width: 33.33333%; } }
    .project__link--date {
      width: 100%; }
      .project__link--date:hover {
        color: #D4E8D3; }
  @media only screen and (min-width: 1000px) {
    .project__heading {
      max-width: 70%; } }
  .project__title {
    transition: color 0.3s;
    font-size: 16px;
    max-width: 90%;
    margin: 10px 0 0;
    color: #111; }
    a:hover .project__title {
      color: #D4E8D3; }
    .project__title--list {
      display: inline-block; }
  .project__list-image {
    transition: opacity 0.3s;
    max-width: 100%; }
    @media only screen and (min-width: 700px) {
      .project__list-image {
        max-width: 90%; } }
    a:hover .project__list-image {
      opacity: 0.7; }
  .project__date {
    font-size: 14px; }
    .project__date--list {
      display: inline-block;
      margin-right: 70px;
      min-width: 75px;
      text-align: left; }
  .project__slides {
    display: inline-block;
    width: 100%; }
    @media only screen and (min-width: 700px) {
      .project__slides {
        max-width: 50%; } }
  .project__description {
    padding-left: 0; }
    @media only screen and (min-width: 700px) {
      .project__description {
        padding-right: 30px;
        max-width: 50%; } }
    .project__description.has-no-images {
      padding-left: 0; }
  .project__meta {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
    margin-top: 0;
    display: inline-block;
    padding: 15px 10px;
    border: 2px solid #eee; }
    .project__meta-item {
      font-size: 14px;
      padding-left: 10px;
      padding-right: 10px; }
      .project__meta-item + .project__meta-item {
        border-top: 1px solid #eee;
        padding-top: 7px;
        margin-top: 7px; }
  .project__sorting {
    font-size: 0; }
    .project__sorting-link {
      font-size: 16px;
      display: inline-block; }
      .project__sorting-link + .project__sorting-link {
        margin-left: 15px; }
      .project__sorting-link.is-active {
        color: #ED8917; }
        .project__sorting-link.is-active span {
          padding-bottom: 1px;
          border-bottom: 1px solid #ED8917; }

.related-content {
  font-size: 0;
  max-width: 100%;
  padding-top: 5px;
  margin-top: 25px;
  border-top: 1px solid #eee; }
  @media only screen and (min-width: 500px) {
    .related-content {
      max-width: 100%; } }
  @media only screen and (min-width: 900px) {
    .related-content {
      max-width: 70%; } }
  .related-content--no-sectiontitle {
    padding-top: 20px; }
  .related-content__sectiontitle {
    margin: 10px 0 10px;
    font-family: 'Apercu', sans-serif̋;
    font-size: 20px; }
  .related-content--projects {
    max-width: 100%; }
  .related-content__item {
    display: inline-block;
    width: 100%;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
    vertical-align: top; }
    .related-content__item:hover {
      color: #D4E8D3; }
    @media only screen and (min-width: 700px) {
      .related-content__item {
        display: inline-block;
        width: 33.33333%; } }
  .related-content__image {
    display: block;
    max-width: 90%;
    margin-bottom: 10px; }
  .related-content__title {
    font-size: 14px;
    max-width: 100%;
    margin: 0; }

.modal {
  transition: max-width 0.35s, -webkit-transform 0.35s;
  transition: max-width 0.35s, transform 0.35s;
  color: #000;
  background-color: #D8D8D8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 3;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%; }
  @media only screen and (min-width: 500px) {
    .modal {
      position: fixed;
      bottom: 0;
      width: 80%; } }
  @media only screen and (min-width: 950px) {
    .modal {
      width: 50%; } }
  .modal.is-open {
    max-width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    @media only screen and (min-width: 500px) {
      .modal.is-open {
        max-width: 80%; } }
    @media only screen and (min-width: 850px) {
      .modal.is-open {
        max-width: 50%; } }
    @media only screen and (min-width: 950px) {
      .modal.is-open {
        max-width: 50%; } }
    @media only screen and (min-width: 1350px) {
      .modal.is-open {
        max-width: 600px; } }
  .modal img {
    display: block;
    max-width: 100%;
    margin-bottom: 35px; }
  .modal__inner {
    padding: 60px 40px; }
  .modal__title {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin: 0; }
  .modal__subtitle {
    margin: 5px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400; }
  .modal__close {
    display: block;
    color: #030303;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 40px;
    padding: 5px; }
  .modal-overlay {
    transition: opacity 0.25s;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden; }
    .modal-overlay.is-visible {
      visibility: visible;
      opacity: 1; }

.sy-box {
  padding-bottom: 20px; }

.sy-controls {
  font-size: 16px; }

.sy-pager {
  font-size: 16px; }
  .sy-pager li.sy-active a {
    background-color: #1A265D !important; }

.breadcrumbs {
  display: none;
  margin-bottom: 20px;
  width: 100%; }
  .breadcrumbs:after {
    border-bottom: 1px solid #cfcfcf;
    content: '';
    display: block;
    height: 1px;
    margin-top: 8px;
    width: 40px; }
  @media screen and (min-width: 750px) {
    .breadcrumbs {
      display: inline-block;
      vertical-align: top; } }

.breadcrumb__item, .breadcrumbs a {
  font-size: 12px;
  display: inline-block; }
.breadcrumb__link, .breadcrumbs a {
  color: #1A265D; }
  .breadcrumb__link:hover, .breadcrumbs a:hover {
    color: #D8D8D8; }
  .breadcrumb__link + .breadcrumb__link:before, .breadcrumbs a + .breadcrumb__link:before, .breadcrumbs .breadcrumb__link + a:before, .breadcrumbs a + a:before {
    color: #D8D8D8;
    content: '\003e';
    padding-left: 5px;
    padding-right: 5px; }
.breadcrumb__title {
  color: #a8a8a8;
  padding-right: 5px; }
.breadcrumb__breadcrumb {
  font: 12px; }

.newsletter-signup__button, .newsletter-signup__input {
  font-size: 14px; }
.newsletter-signup__button {
  color: #fff;
  border-radius: 0;
  border: 0; }
.newsletter-signup__input {
  border-radius: 0;
  border: 0; }

.newsletter-signup {
  font-size: 0;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  overflow-x: hidden; }
  .newsletter-signup:before {
    content: "Thank you, dear friend. We'll talk soon.";
    color: #030303;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 13px;
    left: 0;
    opacity: 0;
    transition: height 0.4s, scale 0.35s ease-in; }
  .newsletter-signup.is-submitted:before {
    z-index: 4;
    opacity: 1; }
  .newsletter-signup__form:before, .newsletter-signup__form:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: white;
    transition: height 0.3s; }
  .newsletter-signup__form:before {
    top: 0; }
  .newsletter-signup__form:after {
    bottom: 0; }
  .is-submitted .newsletter-signup__form:before, .is-submitted .newsletter-signup__form:after {
    z-index: 3;
    height: 50%; }
  .newsletter-signup__button, .newsletter-signup__input {
    font-family: 'Apercu', sans-serif̋;
    font-size: 14px;
    display: inline-block;
    border: 0;
    padding: 10px 20px 8px;
    line-height: 1;
    position: relative;
    z-index: 2;
    outline: 0;
    transition: background-color 0.25s, color 0.25s; }
    @media only screen and (max-width: 900px) {
      .newsletter-signup__button, .newsletter-signup__input {
        width: 100%; } }
  .newsletter-signup__input {
    background-color: #e8e8ea;
    color: #030303; }
    .newsletter-signup__input::-webkit-input-placeholder {
      color: #030303;
      font-family: 'Apercu', sans-serif̋;
      transition: color 0.25s; }
    .newsletter-signup__input::-moz-placeholder {
      color: #030303;
      font-family: 'Apercu', sans-serif̋;
      transition: color 0.25s; }
    .newsletter-signup__input:-moz-placeholder {
      color: #030303;
      font-family: 'Apercu', sans-serif̋;
      transition: color 0.25s; }
    .newsletter-signup__input:-ms-input-placeholder {
      color: #030303;
      font-family: 'Apercu', sans-serif̋;
      transition: color 0.25s; }
    .newsletter-signup__input--name {
      margin-bottom: 10px; }
      @media screen and (min-width: 750px) {
        .newsletter-signup__input--name {
          width: 44%; }
          .newsletter-signup__input--name + .newsletter-signup__input--name {
            margin-left: 2%; } }
    @media screen and (min-width: 750px) {
      .newsletter-signup__input--email {
        width: 60%; } }
    .newsletter-signup__input:focus {
      background-color: #3047ad;
      background-color: #363636;
      color: white; }
      .newsletter-signup__input:focus::-webkit-input-placeholder {
        color: #fff; }
      .newsletter-signup__input:focus::-moz-placeholder {
        color: #fff; }
      .newsletter-signup__input:focus:-moz-placeholder {
        color: #fff; }
      .newsletter-signup__input:focus:-ms-input-placeholder {
        color: #fff; }
  .newsletter-signup__button {
    background-color: #5B5B5B;
    padding-top: 11px;
    padding-bottom: 10px; }
    .newsletter-signup__button:focus, .newsletter-signup__button:active {
      outline: 0 !important; }
    input:focus + .newsletter-signup__button {
      background-color: #2b3e99;
      background-color: #292929;
      color: white; }
    @media screen and (min-width: 750px) {
      .newsletter-signup__button {
        width: 30%; } }
  .newsletter-signup__inner, .newsletter-signup__success, .newsletter-signup__error {
    transition: -webkit-transform 0.25s, opacity 0.3s;
    transition: transform 0.25s, opacity 0.3s; }
  @media only screen and (max-width: 900px) {
    .newsletter-signup__inner {
      padding-right: 20px; } }
  .is-submitted .newsletter-signup__inner {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .newsletter-signup__error {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    opacity: 0; }
    .has-error .newsletter-signup__error {
      opacity: 1; }
  .newsletter-signup__success {
    font-size: 10px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 1px;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 2;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px); }
    .is-submitted .newsletter-signup__success {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .newsletter-signup__explanation {
    font-size: 12px;
    margin: 0 0 8px; }

.search-widget {
  display: none;
  position: absolute;
  top: 8px; }
  @media screen and (min-width: 750px) {
    .search-widget {
      display: block;
      top: 12px;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .search-widget__inner {
    transition: -webkit-transform 0.25s ease, opacity 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease;
    background-color: #1a265d;
    padding: 10px 10px 10px;
    position: absolute;
    right: 0;
    top: 55px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    z-index: 1; }
    .search-widget__inner.is-open {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
  .search-widget__toggle {
    display: block;
    background-color: #202e71;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 0;
    z-index: 700; }
    .search-widget__toggle:hover {
      background-color: #253685; }
    .search-widget__toggle svg {
      width: 15px;
      height: auto;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .search-widget__toggle svg path {
        fill: #fff; }
  .search-widget__input {
    transition: color 0.25s, background-color 0.3s, opacity 0.3s;
    border: 1px solid #D8D8D8;
    border: 0;
    color: #030303;
    padding: 3px 8px;
    opacity: 0.7;
    outline: none; }
    .search-widget__input:focus {
      opacity: 1; }
    .search-widget__input::-webkit-input-placeholder {
      color: #1a265d;
      font-family: 'Apercu', sans-serif̋;
      transition: color 0.25s; }
    .search-widget__input::-moz-placeholder {
      color: #1a265d;
      font-family: 'Apercu', sans-serif̋;
      transition: color 0.25s; }
    .search-widget__input:-moz-placeholder {
      color: #1a265d;
      font-family: 'Apercu', sans-serif̋;
      transition: color 0.25s; }
    .search-widget__input:-ms-input-placeholder {
      color: #1a265d;
      font-family: 'Apercu', sans-serif̋;
      transition: color 0.25s; }

.social {
  font-size: 0;
  padding: 0 0 10px; }
  .social__link {
    background-repeat: no-repeat;
    background-size: 25px;
    display: inline-block;
    width: 25px;
    height: 25px; }
    .social__link svg {
      width: 100%;
      height: 100%; }
    .social__link-shape {
      fill-rule: evenodd;
      clip-rule: evenodd; }
    .social__link:hover .social__link-shape {
      fill: #D8D8D8; }
    .social__link + .social__link {
      margin-left: 10px; }

.landingpage__child-list {
  font-size: 0;
  padding: 15px 0 15px;
  border: 1px solid #eee;
  margin: 20px 0;
  border-width: 2px 0;
  padding-left: 0; }
  @media screen and (min-width: 750px) {
    .landingpage__child-list {
      max-width: 100%;
      padding-left: 10px; } }
  @media only screen and (min-width: 1000px) {
    .landingpage__child-list {
      max-width: 70%; } }
  .landingpage__child-list-heading {
    display: block;
    font-size: 10px;
    margin-bottom: 10px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .landingpage__child-list-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 600px) {
      .landingpage__child-list-inner {
        margin-left: -20px;
        margin-bottom: -20px; } }
.landingpage__child-link {
  display: inline-block;
  font-size: 14px;
  color: black;
  width: 100%;
  margin: 0 0;
  text-align: center;
  vertical-align: top;
  margin-bottom: 20px; }
  @media screen and (min-width: 750px) {
    .landingpage__child-link {
      width: 25%; } }
  @media only screen and (min-width: 800px) {
    .landingpage__child-link {
      width: 20%;
      padding-left: 20px; } }
  .landingpage__child-link span {
    transition: background-color 0.25s;
    background-color: #eee;
    display: block;
    padding: 20px 5px; }
  .landingpage__child-link:hover span {
    background-color: #1A265D;
    color: #fff; }

.insights {
  font-size: 0; }

.insight {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 10px;
  padding-bottom: 10px; }
  @media screen and (min-width: 500px) {
    .insight {
      width: 50%; } }
  @media screen and (min-width: 750px) {
    .insight {
      width: 25%; } }
  .insight__inner {
    transition: background-color 0.3s;
    background-color: #ED8917;
    background-size: cover;
    min-height: 300px;
    padding: 10px 20px;
    position: relative; }
    .insight:hover .insight__inner {
      background-color: #c26e0f; }
    .has-image .insight__inner:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      background-image: linear-gradient(to top,rgba(0, 0, 0, 0.2), transparent); }
  .insight__title {
    transition: opacity 0.3s, color 0.3s;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    padding: 0 20px;
    z-index: 2; }
    .insight:hover .insight__title {
      color: #000; }
    .insight.has-image:hover .insight__title {
      color: #f1a146; }
  .insight__type {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2; }
  .insight__summary {
    transition: opacity 0.3s;
    font-family: 'Old Standard TT', serif;
    color: #fff;
    font-size: 14px;
    padding-top: 15px;
    opacity: 0; }
    .insight:hover .insight__summary {
      opacity: 1; }

.sorting {
  font-size: 0; }
  .sorting-link {
    font-size: 16px;
    display: inline-block; }
    .sorting-link + .sorting-link {
      margin-left: 15px; }
    .sorting-link.is-active {
      color: red;
      color: #da0707; }
      .sorting-link.is-active span {
        padding-bottom: 1px;
        border-bottom: 1px solid #da0707; }

.sort-links {
  display: block;
  padding: 10px 0 10px;
  border: 2px solid #eee;
  border-width: 2px 0 2px;
  margin: 0 0 20px;
  position: relative; }
  .sort-links-heading {
    display: inline-block;
    font-size: 10px;
    margin-right: 10px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    top: -1px; }

.sort-link {
  font-size: 14px;
  cursor: pointer;
  padding: 3px 4px;
  border-radius: 4px; }
  .sort-link:hover {
    color: red; }
  .sort-link.is-active {
    background-color: #eee; }
  .sort-link + .sort-link {
    margin-left: 14px; }

.order-links {
  font-size: 0; }
  @media screen and (max-width: 499px) {
    .order-links {
      padding-top: 15px; } }
  @media screen and (min-width: 750px) {
    .order-links {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .order-links__heading {
    display: inline-block;
    font-size: 10px;
    margin-right: 10px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    top: -1px; }

.order-link {
  font-size: 12px;
  display: inline-block;
  padding: 3px 4px;
  border-radius: 4px; }
  .order-link:hover {
    color: #da0707; }
  .order-link.is-active {
    background-color: #eee; }
    .order-link.is-active span {
      padding-bottom: 1px;
      border-bottom: 1px solid #da0707; }
  .order-link + .order-link {
    margin-left: 10px; }

.attachments {
  border: 1px solid #eee;
  border-width: 1px 0;
  padding: 5px 0 10px;
  margin: 10px 0 0; }
  .attachments__list {
    margin: 0;
    padding: 0 0 0 0; }
  .attachments__heading {
    color: #1A265D;
    font-size: 18px;
    text-transform: none;
    margin: 0;
    padding-bottom: 10px; }

.attachment {
  list-style: none;
  padding: 0; }
  .attachment + .attachment {
    margin-top: 10px; }
  .attachment__link {
    display: block;
    font-size: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 20px;
    padding: 2px 0 2px 25px; }
    .attachment__link--pdf {
      background-image: url(../img/icon-pdf.png); }
