@import "style.css?v=2";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.icomoon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: local('Helvetica Neue');
  font-weight: 700;
}
@font-face {
  font-family: 'Helvetica';
  src: local('Helvetica');
  font-weight: 700;
}
@font-face {
  font-family: 'Arial';
  src: local('Arial');
  font-weight: 700;
}
html {
  box-sizing: border-box;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}
/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}
.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}
.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}
/**
* Hide elements visually, but keep them available for screen-readers.
*
* Used for information required for screen-reader users to understand and use
* the site where visual display is undesirable. Information provided in this
* manner should be kept concise, to avoid unnecessary burden on the user.
* "!important" is used to prevent unintentional overrides.
*/
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.show-mobile {
  display: block;
}
@media only screen and (min-width: 769px) {
  .show-mobile {
    display: none;
  }
}
.show-desktop {
  display: block;
}
@media only screen and (max-width: 768px) {
  .show-desktop {
    display: none;
  }
}
.word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.lowercase {
  text-transform: lowercase;
}
body {
  background: #fff;
  color: #000;
  font: 400 18px/21px "TimesNewRoman", "Times New Roman", "Times", serif;
  padding: 0;
  margin: 0;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: padding 300ms ease-in-out 1000ms;
  -moz-transition: padding 300ms ease-in-out 1000ms;
  -o-transition: padding 300ms ease-in-out 1000ms;
  -ms-transition: padding 300ms ease-in-out 1000ms;
  transition: padding 300ms ease-in-out 1000ms;
}
body.logged-in {
  padding-top: 46px;
}
@media only screen and (min-width: 769px) {
  body.logged-in {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 768px) {
  body.open-menu,
  body.open-terms {
    height: 100vh;
    overflow: hidden;
  }
}
body.light,
body.page,
body.post-type-archive-work,
body.single {
  background: #fff;
  color: #000;
}
@media only screen and (min-width: 769px) {
  body.light #site-header #nav-main ul li a,
  body.page #site-header #nav-main ul li a,
  body.post-type-archive-work #site-header #nav-main ul li a,
  body.single #site-header #nav-main ul li a {
    color: rgba(0, 0, 0, 0.5);
  }
  body.light #site-header #nav-main ul li a:hover,
  body.page #site-header #nav-main ul li a:hover,
  body.post-type-archive-work #site-header #nav-main ul li a:hover,
  body.single #site-header #nav-main ul li a:hover {
    color: rgba(0, 0, 0, 0.9);
  }
  body.light #site-header #nav-main ul li.current-menu-ancestor > a,
  body.page #site-header #nav-main ul li.current-menu-ancestor > a,
  body.post-type-archive-work #site-header #nav-main ul li.current-menu-ancestor > a,
  body.single #site-header #nav-main ul li.current-menu-ancestor > a,
  body.light #site-header #nav-main ul li.current-menu-item > a,
  body.page #site-header #nav-main ul li.current-menu-item > a,
  body.post-type-archive-work #site-header #nav-main ul li.current-menu-item > a,
  body.single #site-header #nav-main ul li.current-menu-item > a {
    color: rgba(0, 0, 0, 0.9);
  }
  body.light #site-header #nav-main ul li.current-menu-ancestor > a:hover,
  body.page #site-header #nav-main ul li.current-menu-ancestor > a:hover,
  body.post-type-archive-work #site-header #nav-main ul li.current-menu-ancestor > a:hover,
  body.single #site-header #nav-main ul li.current-menu-ancestor > a:hover,
  body.light #site-header #nav-main ul li.current-menu-item > a:hover,
  body.page #site-header #nav-main ul li.current-menu-item > a:hover,
  body.post-type-archive-work #site-header #nav-main ul li.current-menu-item > a:hover,
  body.single #site-header #nav-main ul li.current-menu-item > a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}
body.light #site-header .site-title a svg,
body.page #site-header .site-title a svg,
body.post-type-archive-work #site-header .site-title a svg,
body.single #site-header .site-title a svg {
  fill: #000;
}
body.posts-page,
body.single-post {
  background: #E6E6E6;
}
body.page-search,
body.search {
  background: #000;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  body.page-search #site-header #nav-main ul li a,
  body.search #site-header #nav-main ul li a {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
  }
  body.page-search #site-header #nav-main ul li a:hover,
  body.search #site-header #nav-main ul li a:hover {
    color: #fff;
  }
  body.page-search #site-header #nav-main ul li.search > a,
  body.search #site-header #nav-main ul li.search > a {
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
  }
}
body.page-search #site-header .site-title a svg,
body.search #site-header .site-title a svg {
  fill: #fff;
}
body.page-search #site-footer,
body.search #site-footer {
  color: #fff;
}
body.page-search #site-footer a,
body.search #site-footer a {
  color: #fff;
}
a {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -ms-transition: color 300ms;
  transition: color 300ms;
}
a:hover {
  color: rgba(0, 0, 0, 0.5);
}
a.more {
  display: block;
}
a.more:hover {
  color: rgba(0, 0, 0, 0.5);
}
b,
strong {
  font-weight: 500;
}
figure {
  margin: 0;
  padding: 0;
}
.h1,
h1 {
  margin: 0 0 54px;
  font: 400 100px/90px "TimesNewRoman", "Times New Roman", "Times", serif;
}
.h2,
h2 {
  margin: 0 0 54px;
  font: 500 96px/86px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.h3,
h3 {
  margin: 0 0 54px;
  font: 400 68px/68px "TimesNewRoman", "Times New Roman", "Times", serif;
}
.h4,
h4 {
  margin: 0 0 94px;
  font: 500 64px/64px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.h5,
h5 {
  margin: 0 0 94px;
  font: 500 36px/44px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.byline,
.h6,
a.more,
h6 {
  margin: 0 0 24px;
  font: 500 14px/18px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#site-header {
  padding: 10px 10px 0;
  margin: 0 auto;
  max-width: 1680px;
}
@media only screen and (min-width: 769px) {
  #site-header {
    margin: 0 auto;
    padding: 40px 40px 0;
    position: relative;
  }
}
#site-header form {
  display: none;
}
#site-header a#burger {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 32px;
  padding: 10px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 300ms ease-in-out 1000ms;
  -moz-transition: transform 300ms ease-in-out 1000ms;
  -o-transition: transform 300ms ease-in-out 1000ms;
  -ms-transition: transform 300ms ease-in-out 1000ms;
  transition: transform 300ms ease-in-out 1000ms;
}
@media only screen and (min-width: 769px) {
  #site-header a#burger {
    display: none;
  }
}
#site-header a#burger span {
  display: block;
  position: absolute;
  height: 2px;
  background: #000;
  width: 18px;
}
body.page-search #site-header a#burger span,
body.search #site-header a#burger span {
  background: #fff;
}
#site-header a#burger span.top {
  top: 10px;
  left: 10px;
}
#site-header a#burger span.middle {
  left: 10px;
  top: 15px;
}
#site-header a#burger span.bottom {
  bottom: 10px;
  right: 10px;
}
#site-header #nav-main {
  display: none;
}
@media only screen and (max-width: 768px) {
  #site-header #nav-main {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: #000;
    color: #fff;
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
  #site-header #nav-main .inner {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
  }
  #site-header #nav-main .inner ul {
    padding: 92px 10px 78px;
  }
  body.mobile-menu #site-header #nav-main {
    -webkit-transition: visibility 0s linear 300ms, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -moz-transition: visibility 0s linear 300ms, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -o-transition: visibility 0s linear 300ms, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -ms-transition: visibility 0s linear 300ms, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    transition: visibility 0s linear 300ms, transform 300ms ease-in-out, opacity 300ms ease-in-out;
  }
  body.open-menu #site-header #nav-main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0s linear 0s, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -moz-transition: visibility 0s linear 0s, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -o-transition: visibility 0s linear 0s, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -ms-transition: visibility 0s linear 0s, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    transition: visibility 0s linear 0s, transform 300ms ease-in-out, opacity 300ms ease-in-out;
  }
  #site-header #nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #site-header #nav-main ul.sub-menu {
    display: none;
  }
  #site-header #nav-main ul li {
    margin: 0 0 5px;
    padding: 0;
    font: 500 64px/64px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  #site-header #nav-main ul li a {
    color: #fff;
  }
  #site-header #nav-main ul li.search .icon {
    display: none;
  }
  #site-header #nav-main ul .-mobile-hide {
    display: none;
  }
  #site-header #nav-main ul .mobile-submenu {
    margin-top: 110px;
  }
  #site-header #nav-main ul .mobile-submenu li {
    font: 500 36px/36px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  #site-header #nav-main a.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #fff;
  }
  #site-header #nav-main a.close span {
    display: block;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  #site-header #nav-main {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
  }
  #site-header #nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #site-header #nav-main ul li {
    margin: 0;
    padding: 0;
    font: 500 22px/22px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  #site-header #nav-main ul li a {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    /*
            body.home & {
              color: @darkgrey;

              &:hover {
                color: @midgrey;
              }
            }
            */
  }
  #site-header #nav-main ul li a:hover {
    color: rgba(0, 0, 0, 0.9);
  }
  #site-header #nav-main ul li.search .label {
    display: none;
  }
  #site-header #nav-main ul li.search .icon-search {
    font-size: 17px;
  }
  #site-header #nav-main ul li.current-menu-ancestor > a,
  #site-header #nav-main ul li.current-menu-item > a {
    color: rgba(0, 0, 0, 0.9);
  }
  #site-header #nav-main ul li.current-menu-ancestor > a:hover,
  #site-header #nav-main ul li.current-menu-item > a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  #site-header #nav-main ul li.menu-item-has-children {
    position: relative;
  }
  #site-header #nav-main ul li.menu-item-has-children ul.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear;
  }
  #site-header #nav-main ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
  #site-header #nav-main ul.menu > li {
    vertical-align: top;
    margin-left: 20px;
    display: inline-block;
  }
  #site-header #nav-main a.close {
    display: none;
  }
  #site-header #nav-main .mobile-submenu {
    display: none;
  }
}
#site-header .site-title {
  margin: 0;
  font-size: 0;
}
#site-header .site-title a {
  width: 104px;
  height: 34px;
  overflow: hidden;
  display: block;
}
#site-header .site-title a svg {
  display: block;
  width: auto;
  height: 28.5px;
  margin: 1px 0 0 1px;
}
@media only screen and (min-width: 769px) {
  #site-header .site-title a {
    width: 84px;
    height: 26px;
  }
  #site-header .site-title a svg {
    height: auto;
    width: 78px;
  }
}
.aside-wrapper {
  clear: both;
}
.aside-wrapper aside#bottom {
  padding: 0 5px;
  max-width: 1680px;
  margin: 0 auto;
}
.aside-wrapper aside#bottom h2.aside-title {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 4px 0 0;
  font: 500 24px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 5px 16px;
}
body.single-post .aside-wrapper aside#bottom h2.aside-title {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.aside-wrapper aside#bottom #related-posts article.aside {
  padding: 0 5px;
  margin: 0 0 16px;
}
.aside-wrapper aside#bottom #related-posts article.aside a {
  display: block;
  color: rgba(0, 0, 0, 0.9);
}
.aside-wrapper aside#bottom #related-posts article.aside a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.aside-wrapper aside#bottom #related-posts article.aside h3.entry-title {
  font: 500 36px/36px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.aside-wrapper aside#bottom #related-posts article.aside h3.entry-title span {
  text-transform: lowercase;
}
@media only screen and (min-width: 769px) {
  .aside-wrapper aside#bottom #related-posts article.aside {
    float: left;
    width: 33.33333333%;
    padding: 0 20px;
    margin: 0;
  }
  .aside-wrapper aside#bottom #related-posts article.aside h3.entry-title {
    font: 500 59px/56px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  .aside-wrapper aside#bottom #related-posts article.aside:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 769px) {
  .aside-wrapper aside#bottom #work .work-wrapper {
    margin: 0;
  }
}
.aside-wrapper aside#bottom #work article.type-work {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 769px) {
  .aside-wrapper aside#bottom #work article.type-work {
    padding: 0 20px;
    margin: 0 0 40px;
  }
}
.aside-wrapper aside#bottom #work article.type-work:nth-child(2n+1) {
  clear: left;
}
@media only screen and (min-width: 769px) {
  .aside-wrapper aside#bottom {
    padding: 0 20px;
  }
  .aside-wrapper aside#bottom h2.aside-title {
    margin: 0 20px 40px;
    padding: 16px 0 0;
    font: 500 36px/27px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  body.single-post .aside-wrapper aside#bottom h2.aside-title {
    margin: 0 20px 25px;
  }
}
#site-footer {
  margin: 115px 10px 66px;
  padding: 0;
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.9);
}
body.page-template-page-jobs #site-footer,
body.page-template-page-jobs-old #site-footer {
  margin-top: 113px;
}
@media only screen and (min-width: 769px) {
  body.page-template-page-jobs #site-footer,
  body.page-template-page-jobs-old #site-footer {
    margin-top: 0;
    padding-top: 72px;
  }
}
body.post-type-archive-press #site-footer {
  margin-top: 92px;
}
@media only screen and (min-width: 769px) {
  body.post-type-archive-press #site-footer {
    margin-top: 0;
    padding-top: 16px;
  }
}
body.page-about #site-footer {
  margin-top: 100px;
}
@media only screen and (min-width: 769px) {
  body.page-about #site-footer {
    margin-top: 0;
    padding-top: 70px;
  }
}
body.single-post #site-footer {
  margin-top: 113px;
}
@media only screen and (min-width: 769px) {
  body.single-post #site-footer {
    margin-top: 0;
    padding-top: 113px;
  }
}
body.posts-page #site-footer {
  margin-top: 92px;
}
@media only screen and (min-width: 769px) {
  body.posts-page #site-footer {
    margin-top: 0;
    padding-top: 12px;
  }
}
#site-footer a {
  color: rgba(0, 0, 0, 0.9);
}
#site-footer a:hover {
  color: rgba(0, 0, 0, 0.5);
}
#site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-footer ul li {
  margin: 0;
  padding: 0;
}
#site-footer ul.offices li {
  margin: 21px 0 0;
}
#site-footer ul.offices li p {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  #site-footer {
    margin: 0 auto;
    max-width: 1680px;
    padding: 80px 40px;
  }
  body.single-work #site-footer {
    padding-top: 77px;
  }
  body.post-type-archive-work #site-footer {
    padding-top: 37px;
  }
  #site-footer .copyright {
    margin: 0;
    float: left;
    width: 25%;
  }
  #site-footer ul.social {
    margin: 0;
  }
  #site-footer ul.social li {
    margin: 0;
  }
  #site-footer ul.offices {
    float: left;
    display: block;
    width: 75%;
    margin: 0;
    padding: 0;
  }
  #site-footer ul.offices li {
    margin: 0;
    float: left;
    width: 33.33333333%;
    padding: 0 0 0 20px;
  }
}
main {
  overflow: hidden;
  padding: 0 10px;
  max-width: 1680px;
  margin: 56px auto 36px;
}
body.post-type-archive-work main {
  margin-top: 43px;
}
@media only screen and (min-width: 769px) {
  body.post-type-archive-work main {
    margin-top: 90px;
  }
}
body.single-post main {
  margin-top: 54px;
}
@media only screen and (min-width: 769px) {
  body.single-post main {
    margin-top: 128px;
  }
}
body.single-work main {
  margin-top: 54px;
}
@media only screen and (min-width: 769px) {
  body.single-work main {
    margin-top: 132px;
  }
}
body.posts-page main {
  margin-top: 56px;
}
@media only screen and (min-width: 769px) {
  body.posts-page main {
    margin-top: 114px;
  }
}
@media only screen and (min-width: 769px) {
  main {
    padding: 0;
    margin: 112px auto 40px;
  }
  body.page-about main,
  body.page-approach main,
  body.page-privacy-policy main,
  body.page-template-page-newsletter main,
  body.page-template-page-jobs main,
  body.page-template-page-jobs-old main,
  body.post-type-archive-press main,
  body.single-job main,
  body.single-press main {
    margin-top: 134px;
  }
}
body.page-about,
body.page-approach,
body.page-privacy-policy,
body.page-template-page-newsletter,
body.page-template-page-jobs,
body.page-template-page-jobs-old,
body.post-type-archive-press,
body.single-job,
body.single-press {
  background: #ffeeed;
}
body.page-about article.full.type-page,
body.page-approach article.full.type-page,
body.page-privacy-policy article.full.type-page,
body.page-template-page-newsletter article.full.type-page,
body.page-template-page-jobs article.full.type-page,
body.page-template-page-jobs-old article.full.type-page,
body.post-type-archive-press article.full.type-page,
body.single-job article.full.type-page,
body.single-press article.full.type-page {
  padding: 0;
}
article.type-approach section.about-section {
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 0.9);
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
article.type-approach section.about-section p {
  margin: 24px 0 0;
}
article.type-approach section.about-section p:first-child {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  article.type-approach section.about-section {
    padding: 0 20px;
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  article.type-approach section.about-section .about-header {
    margin: 0;
  }
}
article.type-approach section.about-section a {
  color: rgba(0, 0, 0, 0.9);
}
article.type-approach section.about-section a:hover {
  color: rgba(0, 0, 0, 0.5);
}
article.type-approach section.about-section .about-title {
  font: 500 36px/28px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 4px;
}
@media only screen and (min-width: 769px) {
  article.type-approach section.about-section .about-title {
    font: 500 59px/47px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
    margin: 0 0 15px;
  }
}
.about-header {
  margin: 0 0 9px;
}
@media only screen and (min-width: 769px) {
  .about-header {
    margin: 0 40px;
  }
}
.about-header .entry-title {
  text-transform: uppercase;
  font: 500 36px/28px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 21px;
}
.about-header .entry-title span {
  text-transform: lowercase;
}
@media only screen and (min-width: 769px) {
  .about-header .entry-title {
    font: 500 59px/47px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
    margin: 0 0 40px;
  }
}
.about-header nav.about-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.about-header nav.about-nav ul li {
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
}
.about-header nav.about-nav ul li a {
  font: 500 20px/15px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: block;
  color: rgba(0, 0, 0, 0.5) !important;
}
.about-header nav.about-nav ul li a:hover {
  color: rgba(0, 0, 0, 0.9) !important;
}
.about-header nav.about-nav ul li a.current,
.about-header nav.about-nav ul li a.current-menu-item {
  color: rgba(0, 0, 0, 0.9) !important;
}
.about-header nav.about-nav ul li a.current:hover,
.about-header nav.about-nav ul li a.current-menu-item:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
@media only screen and (min-width: 769px) {
  .about-header nav.about-nav ul {
    margin: 0 0 18px;
  }
  .about-header nav.about-nav ul li {
    margin: 0 20px 0 0;
  }
  .about-header nav.about-nav ul li a {
    font: 500 36px/28px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
  }
}
.about-content {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 6px 0 0;
}
body.page-about .about-content {
  font: 500 24px/26px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  body.page-about .about-content {
    font: 500 36px/38px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
.about-content .content {
  max-width: 1008px;
}
@media only screen and (min-width: 769px) {
  .about-content {
    margin: 0;
    padding: 11px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  article#page-404,
  article#page-privacy-policy {
    padding: 0 40px;
  }
}
article#page-404 .entry-header,
article#page-privacy-policy .entry-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0 0 6px;
  padding: 0 0 21px;
}
@media only screen and (min-width: 769px) {
  article#page-404 .entry-header,
  article#page-privacy-policy .entry-header {
    padding: 0 0 40px;
    margin: 0 0 11px;
  }
}
article#page-404 .entry-header h1.entry-title,
article#page-privacy-policy .entry-header h1.entry-title {
  margin: 0;
  text-transform: uppercase;
  font: 500 36px/28px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  article#page-404 .entry-header h1.entry-title,
  article#page-privacy-policy .entry-header h1.entry-title {
    font: 500 59px/47px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
  }
}
article#page-404 .entry-content,
article#page-privacy-policy .entry-content {
  max-width: 1008px;
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 20px;
}
article#page-404 .entry-content p,
article#page-privacy-policy .entry-content p {
  margin: 24px 0 0;
}
article#page-404 .entry-content p:first-child,
article#page-privacy-policy .entry-content p:first-child {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  article#page-404 .entry-content,
  article#page-privacy-policy .entry-content {
    margin: 0 0 75px;
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
@media only screen and (min-width: 769px) {
  article#page-jobs .about-header {
    padding: 0 40px;
  }
  article#page-jobs .about-content {
    margin: 0 20px;
    position: relative;
    border: none;
  }
  article#page-jobs .about-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }
  article#page-jobs .about-content .content {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 993px) {
  article#page-jobs .about-content .content {
    width: 66.66666667%;
  }
}
article#page-jobs .jobs__statement {
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  clear: both;
}
@media only screen and (min-width: 769px) {
  article#page-jobs .jobs__statement {
    margin: 0 20px;
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
article#page-jobs .jobs__statement__content {
  padding: 86px 0 0;
}
article#page-jobs .jobs__statement__content p {
  margin: 24px 0 0;
}
article#page-jobs .jobs__statement__content p:first-child {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  article#page-jobs .jobs__statement__content {
    padding: 26px 20px 0;
    width: 66.66666667%;
    max-width: 1008px;
  }
}
article#page-jobs section.about-section {
  margin: 0 0 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 6px 0 0;
  color: rgba(0, 0, 0, 0.9);
}
article#page-jobs section.about-section:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  article#page-jobs section.about-section {
    margin: 0 0 75px;
    padding: 15px 0 0;
  }
  article#page-jobs section.about-section .about-header {
    margin: 0;
  }
}
article#page-jobs section.about-section a {
  color: rgba(0, 0, 0, 0.9);
}
article#page-jobs section.about-section a:hover {
  color: rgba(0, 0, 0, 0.5);
}
article#page-jobs section.about-section h2.section-title {
  font: 500 24px/26px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 12px;
}
@media only screen and (min-width: 769px) {
  article#page-jobs section.about-section h2.section-title {
    margin: 0 0 36px;
    font: 500 36px/28px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
  }
}
article#page-jobs section.about-section#about {
  border: none;
  padding: 0;
  margin: 0 0 55px;
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  article#page-jobs section.about-section#about {
    margin: 0 0 75px;
  }
}
article#page-jobs section.about-section#about p {
  margin: 0 0 24px;
}
@media only screen and (min-width: 769px) {
  article#page-jobs section.about-section#about {
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
@media only screen and (min-width: 769px) {
  article#page-newsletter .about-header {
    padding: 0 40px;
  }
  article#page-newsletter .about-content {
    margin: 0 40px;
    position: relative;
  }
  article#page-newsletter .about-content .content {
    padding: 0 20px 0 0;
    max-width: 746px;
  }
}
article#page-newsletter section.about-section {
  margin: 0 0 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 6px 0 0;
  color: rgba(0, 0, 0, 0.9);
}
article#page-newsletter section.about-section:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  article#page-newsletter section.about-section {
    margin: 0 0 75px;
    padding: 15px 0 0;
  }
  article#page-newsletter section.about-section .about-header {
    margin: 0;
  }
}
article#page-newsletter section.about-section a {
  color: rgba(0, 0, 0, 0.9);
}
article#page-newsletter section.about-section a:hover {
  color: rgba(0, 0, 0, 0.5);
}
article#page-newsletter section.about-section#about {
  border: none;
  padding: 0;
  margin: 0 0 32px;
  font: 500 24px/26px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  article#page-newsletter section.about-section#about {
    font: 500 36px/38px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
article#page-newsletter section.about-section#about p {
  margin: 0 0 24px;
}
article#page-newsletter #mc_embed_signup {
  background: none;
  max-width: 370px;
}
@media only screen and (min-width: 769px) {
  article#page-newsletter #mc_embed_signup {
    margin: 0 40px;
  }
}
article#page-newsletter #mc_embed_signup .mc-field-group {
  margin: 32px 0 0;
}
article#page-newsletter #mc_embed_signup .mc-field-group div.mce_inline_error {
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: none;
  padding: 5px 0 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}
article#page-newsletter #mc_embed_signup .mc-field-group label {
  display: block;
  font: 500 18px/23px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
}
article#page-newsletter #mc_embed_signup .mc-field-group input {
  display: block;
  border: none;
  width: 100%;
  max-width: 370px;
  height: 50px;
  padding: 14px 20px;
  background: rgba(0, 0, 0, 0.1);
  font: 500 22px/1em "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
article#page-newsletter #mc_embed_signup #mce-responses {
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  article#page-newsletter #mc_embed_signup #mce-responses {
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
article#page-newsletter #mc_embed_signup .clear {
  margin: 44px 0 0;
}
article#page-newsletter #mc_embed_signup input.button {
  color: #fff;
  background: #000;
  height: 50px;
  padding: 10px 20px;
  border: none;
  font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.025em;
}
@media only screen and (min-width: 769px) {
  article#page-about {
    padding: 0 40px;
  }
}
article#page-about section.about-section {
  margin: 0 0 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 6px 0 0;
  color: rgba(0, 0, 0, 0.9);
}
article#page-about section.about-section:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section {
    margin: 0 0 75px;
    padding: 15px 0 0;
  }
  article#page-about section.about-section .about-header {
    margin: 0;
  }
}
article#page-about section.about-section a {
  color: rgba(0, 0, 0, 0.9);
}
article#page-about section.about-section a:hover {
  color: rgba(0, 0, 0, 0.5);
}
article#page-about section.about-section h2.section-title {
  font: 500 24px/26px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 12px;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section h2.section-title {
    margin: 0 0 36px;
    font: 500 36px/28px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
  }
}
article#page-about section.about-section ul.columns {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 500 27px/32px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
article#page-about section.about-section ul.columns li {
  margin: 0;
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section ul.columns li {
    padding: 0 70px 0 1.5em;
    margin: 0;
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.005em;
  }
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section ul.columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
article#page-about section.about-section.about-section--services {
  margin: 0 0 20px;
}
article#page-about section.about-section.about-section--services ul {
  padding: 0;
  margin: 0;
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
  list-style: none;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section.about-section--services ul {
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.005em;
  }
}
article#page-about section.about-section.about-section--services ul li {
  margin: 0;
  padding: 0;
}
article#page-about section.about-section.about-section--services ul a {
  display: block;
  padding: 0 0 0 26px;
  text-indent: -26px;
}
article#page-about section.about-section.about-section--services > ul > li > ul > li {
  margin: 21px 0 0;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section.about-section--services > ul > li > ul > li {
    margin: 24px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section.about-section--services > ul {
    display: flex;
  }
  article#page-about section.about-section.about-section--services > ul > li {
    flex: 0 0 33.33333333%;
    padding: 0 70px 0 0;
  }
  article#page-about section.about-section.about-section--services > ul > li > ul > li:first-child {
    margin: 0;
  }
}
article#page-about section.about-section.about-section--services .service a {
  padding: 0 0 0 52px;
  position: relative;
}
article#page-about section.about-section.about-section--services .service a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '—';
  text-indent: 0;
}
article#page-about section.about-section.flex-section {
  margin: 0 0 20px;
}
article#page-about section.about-section.flex-section .column {
  padding: 0;
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
}
article#page-about section.about-section.flex-section .column p {
  margin: 21px 0 0;
}
article#page-about section.about-section.flex-section .column:first-child p:first-child {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section.flex-section .column {
    float: left;
    width: 33.33333333%;
    padding: 0 70px 0 0;
    margin: 0 0 55px;
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.005em;
  }
  article#page-about section.about-section.flex-section .column:nth-child(3n+1) {
    clear: left;
  }
  article#page-about section.about-section.flex-section .column p {
    margin: 24px 0 0;
  }
  article#page-about section.about-section.flex-section .column p:first-child {
    margin: 0;
  }
}
article#page-about section.about-section#partners {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section#partners {
    margin: 0 0 75px;
  }
}
article#page-about section.about-section#partners ul.people {
  margin: 0;
  padding: 0;
  list-style: none;
}
article#page-about section.about-section#partners ul.people li {
  margin: 0 0 55px;
  padding: 0;
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
}
article#page-about section.about-section#partners ul.people li ul li {
  float: none;
  width: auto;
  padding: 0 0 0 24px;
}
article#page-about section.about-section#partners ul.people li p,
article#page-about section.about-section#partners ul.people li ul {
  margin: 21px 0 0;
}
article#page-about section.about-section#partners ul.people li p:first-child,
article#page-about section.about-section#partners ul.people li ul:first-child {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section#partners ul.people li {
    float: left;
    width: 33.33333333%;
    padding: 0 70px 0 0;
    margin: 0;
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.005em;
  }
  article#page-about section.about-section#partners ul.people li p,
  article#page-about section.about-section#partners ul.people li ul {
    margin: 24px 0 0;
  }
  article#page-about section.about-section#partners ul.people li p:first-child,
  article#page-about section.about-section#partners ul.people li ul:first-child {
    margin: 0;
  }
}
article#page-about section.about-section#about {
  border: none;
  padding: 0;
  margin: 0 0 55px;
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section#about {
    margin: 0 0 75px;
  }
}
article#page-about section.about-section#about p {
  margin: 0 0 24px;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section#about {
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
article#page-about section.about-section#contact {
  margin: 0 0 13px;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section#contact {
    margin: 0 0 75px;
  }
}
article#page-about section.about-section#contact .intro {
  font-size: 41px;
  line-height: 56px;
  max-width: 51.75438596%;
}
article#page-about section.about-section#contact .intro p {
  margin: 0 0 40px;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section#contact .intro {
    font-size: 21px;
    line-height: 26px;
  }
}
article#page-about section.about-section#contact ul.contacts {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}
article#page-about section.about-section#contact ul.contacts li {
  margin: 0 0 42px;
  padding: 0;
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
}
article#page-about section.about-section#contact ul.contacts li ul li {
  float: none;
  width: auto;
  padding: 0 0 0 24px;
}
article#page-about section.about-section#contact ul.contacts li p,
article#page-about section.about-section#contact ul.contacts li ul {
  margin: 0 0 21px;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section#contact ul.contacts li {
    float: left;
    width: 33.33333333%;
    padding: 0 70px 0 0;
    margin: 0;
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.005em;
  }
  article#page-about section.about-section#contact ul.contacts li p,
  article#page-about section.about-section#contact ul.contacts li ul {
    margin: 21px 0 0;
  }
  article#page-about section.about-section#contact ul.contacts li p:first-child,
  article#page-about section.about-section#contact ul.contacts li ul:first-child {
    margin: 0;
  }
}
article#page-about section.about-section#positions {
  border: none;
  padding: 0;
}
article#page-about section.about-section#positions .job {
  margin: 0 0 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 6px 0 0;
}
article#page-about section.about-section#positions .job .description {
  max-width: 940px;
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
}
article#page-about section.about-section#positions .job p {
  margin: 0 0 21px;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section#positions .job {
    margin: 0 0 75px;
    padding: 15px 0 0;
  }
  article#page-about section.about-section#positions .job .description {
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.005em;
  }
  article#page-about section.about-section#positions .job p {
    margin: 0 0 24px;
  }
}
article#page-about section.about-section#general .description {
  max-width: 940px;
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
}
article#page-about section.about-section#general .description p {
  margin: 0 0 21px;
}
article#page-about section.about-section#general .description p:last-child {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  article#page-about section.about-section#general .description {
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.005em;
  }
  article#page-about section.about-section#general .description p {
    margin: 0 0 48px;
  }
}
/*
body.page-approach &,
body.single-work & {
  #page {
    position: relative;
  }

  .header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;

    #site-header {
      padding: 40px 70px;
      max-width: none;
    }
  }

  main {
    padding: 0;
    max-width: none;
    margin: 0;
  }
}
*/
#search-form {
  border-bottom: 1px solid #fff;
  padding: 0 0 0 34px;
  height: auto;
  position: relative;
  margin: 0 0 10px;
}
#search-form input.search-field {
  font-size: 32px;
  width: 100%;
  margin: 0;
  display: block;
  padding: 0 0 20px;
  height: 24px;
  font-family: "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #fff;
  outline: none;
  background: none;
  border: none;
  vertical-align: top;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
#search-form button {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  height: 44px;
  width: 24px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  display: block;
}
#search-form button span.icon-search {
  padding-top: 2px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 44px;
  vertical-align: top;
}
@media only screen and (min-width: 769px) {
  #search-form {
    padding: 0 0 0 76px;
    height: 76px;
    position: relative;
    margin: 0 0 30px;
  }
  #search-form input.search-field {
    font-size: 72px;
    width: 100%;
    margin: 0;
    display: block;
    padding: 0 0 30px;
    height: 60px;
    font-family: "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #fff;
    outline: none;
    background: none;
    border: none;
    vertical-align: top;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
  }
  #search-form button {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 56px;
    height: 82px;
    width: 56px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
  }
  #search-form button span.icon-search {
    height: 82px;
  }
}
#search-results .teaser {
  margin: 60px 0 0;
}
#search-results .teaser:first-child {
  margin: 0;
}
#search-results .teaser a {
  display: block;
  color: #fff;
}
#search-results .teaser a .image-wrapper {
  position: relative;
  margin: 0 0 7px;
  overflow: hidden;
  padding: 66.66666667% 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  #search-results .teaser a .image-wrapper {
    margin: 0 0 15px;
  }
}
#search-results .teaser a .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
html.objectfit #search-results .teaser a .image-wrapper img {
  height: 100%;
  bottom: 0;
  object-fit: cover;
}
#search-results .teaser a .thumbnail {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
}
#search-results .teaser a h3 {
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0;
  color: #fff;
}
#search-results .teaser a h3 span {
  text-transform: lowercase;
}
#search-results h2 {
  font: 500 32px/32px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  #search-results {
    max-width: 1680px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #search-results .teaser {
    float: left;
    padding: 0 20px;
    margin: 0 0 40px;
    width: 50%;
  }
  #search-results .teaser:nth-child(2n+1) {
    clear: left;
  }
  #search-results h2 {
    font: 500 72px/72px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  body.page-search #main,
  body.search #main {
    margin-bottom: 32px;
  }
}
body.page-search #main #search-header,
body.search #main #search-header {
  position: relative;
}
@media only screen and (min-width: 769px) {
  body.page-search #main #search-header,
  body.search #main #search-header {
    margin: 18px auto 30px;
    max-width: 1680px;
    padding: 0 40px;
  }
}
body.page-template-page-jobs h1.archive-title,
body.post-type-archive-press h1.archive-title {
  text-transform: uppercase;
  font: 500 36px/28px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0 0 20px;
  padding: 0 0 10px;
}
body.page-template-page-jobs h1.archive-title span,
body.post-type-archive-press h1.archive-title span {
  text-transform: lowercase;
}
@media only screen and (min-width: 769px) {
  body.page-template-page-jobs h1.archive-title,
  body.post-type-archive-press h1.archive-title {
    font: 500 59px/47px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
    margin: 0 40px 40px;
    border: none;
    padding: 0;
  }
}
@media only screen and (min-width: 769px) {
  body.page-template-page-jobs .posts-wrapper,
  body.post-type-archive-press .posts-wrapper {
    margin: 0 20px;
  }
  body.page-template-page-jobs .posts-wrapper .type-job,
  body.post-type-archive-press .posts-wrapper .type-job,
  body.page-template-page-jobs .posts-wrapper .type-press,
  body.post-type-archive-press .posts-wrapper .type-press {
    float: left;
    width: 50%;
    padding: 7px 20px 0;
    border: none;
    margin: 0 0 60px;
    position: relative;
  }
  body.page-template-page-jobs .posts-wrapper .type-job h2,
  body.post-type-archive-press .posts-wrapper .type-job h2,
  body.page-template-page-jobs .posts-wrapper .type-press h2,
  body.post-type-archive-press .posts-wrapper .type-press h2 {
    margin-bottom: 32px;
  }
  body.page-template-page-jobs .posts-wrapper .type-job .thumbnail,
  body.post-type-archive-press .posts-wrapper .type-job .thumbnail,
  body.page-template-page-jobs .posts-wrapper .type-press .thumbnail,
  body.post-type-archive-press .posts-wrapper .type-press .thumbnail {
    margin-top: 15px;
  }
  body.page-template-page-jobs .posts-wrapper .type-job:after,
  body.post-type-archive-press .posts-wrapper .type-job:after,
  body.page-template-page-jobs .posts-wrapper .type-press:after,
  body.post-type-archive-press .posts-wrapper .type-press:after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }
  body.page-template-page-jobs .posts-wrapper .type-job:first-child,
  body.post-type-archive-press .posts-wrapper .type-job:first-child,
  body.page-template-page-jobs .posts-wrapper .type-press:first-child,
  body.post-type-archive-press .posts-wrapper .type-press:first-child {
    padding: 7px 20px 0;
  }
  body.page-template-page-jobs .posts-wrapper .type-job:nth-child(2n+1),
  body.post-type-archive-press .posts-wrapper .type-job:nth-child(2n+1),
  body.page-template-page-jobs .posts-wrapper .type-press:nth-child(2n+1),
  body.post-type-archive-press .posts-wrapper .type-press:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 993px) {
  body.page-template-page-jobs .posts-wrapper .type-job,
  body.post-type-archive-press .posts-wrapper .type-job,
  body.page-template-page-jobs .posts-wrapper .type-press,
  body.post-type-archive-press .posts-wrapper .type-press {
    width: 33.33333333%;
  }
  body.page-template-page-jobs .posts-wrapper .type-job,
  body.post-type-archive-press .posts-wrapper .type-job,
  body.page-template-page-jobs .posts-wrapper .type-press,
  body.post-type-archive-press .posts-wrapper .type-press,
  body.page-template-page-jobs .posts-wrapper .type-job:nth-child(2n),
  body.post-type-archive-press .posts-wrapper .type-job:nth-child(2n),
  body.page-template-page-jobs .posts-wrapper .type-press:nth-child(2n),
  body.post-type-archive-press .posts-wrapper .type-press:nth-child(2n),
  body.page-template-page-jobs .posts-wrapper .type-job:nth-child(2n+1),
  body.post-type-archive-press .posts-wrapper .type-job:nth-child(2n+1),
  body.page-template-page-jobs .posts-wrapper .type-press:nth-child(2n+1),
  body.post-type-archive-press .posts-wrapper .type-press:nth-child(2n+1) {
    clear: none;
  }
  body.page-template-page-jobs .posts-wrapper .type-job:nth-child(3n+1),
  body.post-type-archive-press .posts-wrapper .type-job:nth-child(3n+1),
  body.page-template-page-jobs .posts-wrapper .type-press:nth-child(3n+1),
  body.post-type-archive-press .posts-wrapper .type-press:nth-child(3n+1) {
    clear: left;
  }
}
body.posts-page h1.archive-title {
  text-transform: uppercase;
  font: 500 36px/28px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 18px;
  padding: 0;
}
body.posts-page h1.archive-title span {
  text-transform: lowercase;
}
@media only screen and (min-width: 769px) {
  body.posts-page h1.archive-title {
    font: 500 59px/47px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
    margin: 20px 40px 37px;
    border: none;
    padding: 0;
  }
}
@media only screen and (min-width: 769px) {
  body.posts-page .posts-wrapper {
    margin: 0 20px;
  }
  body.posts-page .posts-wrapper .type-post {
    float: left;
    width: 50%;
    padding: 5px 20px 0;
    border: none;
    margin: 0;
    min-height: 400px;
    position: relative;
  }
  body.posts-page .posts-wrapper .type-post:after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }
  body.posts-page .posts-wrapper .type-post:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 993px) {
  body.posts-page .posts-wrapper .type-post {
    width: 33.33333333%;
  }
  body.posts-page .posts-wrapper .type-post,
  body.posts-page .posts-wrapper .type-post:nth-child(2n),
  body.posts-page .posts-wrapper .type-post:nth-child(2n+1) {
    clear: none;
  }
  body.posts-page .posts-wrapper .type-post:nth-child(3n+1) {
    clear: left;
  }
}
article.teaser > a {
  display: block;
}
article.teaser.type-post {
  margin: 55px 0 0;
  padding: 7px 0 0;
  position: relative;
}
article.teaser.type-post:first-child {
  margin-top: 0;
}
article.teaser.type-post:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 769px) {
  article.teaser.type-post {
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
article.teaser.type-post h2 {
  font: 500 36px/36px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 11px;
  text-transform: uppercase;
  letter-spacing: 0;
}
article.teaser.type-post h2 span {
  text-transform: lowercase;
}
@media only screen and (min-width: 769px) {
  article.teaser.type-post h2 {
    font: 500 59px/56px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0 0 10px;
  }
}
article.teaser.type-post .byline {
  margin: 0;
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 769px) {
  article.teaser.type-post .byline {
    letter-spacing: 0;
    font: 500 22px/22px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0 0 6px;
  }
}
article.teaser.type-press {
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
  margin: 40px 0 0;
  padding: 8px 0 0;
  position: relative;
}
article.teaser.type-press:first-child {
  margin-top: 0;
}
article.teaser.type-press:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 769px) {
  article.teaser.type-press {
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
article.teaser.type-press h2 {
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
article.teaser.type-press h2 span {
  text-transform: lowercase;
}
@media only screen and (min-width: 769px) {
  article.teaser.type-press h2 {
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
article.teaser.type-press h2 a {
  color: rgba(0, 0, 0, 0.9);
}
article.teaser.type-press h2 a:hover {
  color: rgba(0, 0, 0, 0.5);
}
article.teaser.type-press .thumbnail {
  margin: 20px 0 0;
}
article.teaser.type-press .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
article.teaser.type-press .entry-content a,
article.teaser.type-press .entry-content p {
  display: inline;
}
article.teaser.type-job {
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
  margin: 40px 0 0;
  padding: 8px 0 0;
  position: relative;
}
article.teaser.type-job:first-child {
  margin-top: 0;
}
article.teaser.type-job:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
article.teaser.type-job a {
  color: rgba(0, 0, 0, 0.9);
}
article.teaser.type-job a .entry-link {
  transition: color 300ms;
  color: rgba(0, 0, 0, 0.5);
}
article.teaser.type-job a .entry-link:hover {
  color: rgba(0, 0, 0, 0.9);
}
article.teaser.type-job a:hover {
  color: rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 769px) {
  article.teaser.type-job {
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  article.teaser.type-job .entry-header {
    margin: 0 0 24px;
  }
}
article.teaser.type-job h2 {
  margin: 0 0 14px !important;
  font: 500 24px/26px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  article.teaser.type-job h2 {
    font: 500 36px/38px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
  }
}
article.teaser.type-job .team {
  margin: 0 0 21px;
}
@media only screen and (min-width: 769px) {
  article.teaser.type-job .team {
    margin: 0 0 24px;
  }
}
article.teaser.type-job .entry-content a,
article.teaser.type-job .entry-content p {
  display: inline;
}
article.full .body ul,
article.full .column ul,
article.full .content ul,
article.full .description ul,
article.full .entry-content ul,
article.full ul.contacts ul,
article.full ul.people ul {
  list-style: none;
  padding: 0;
}
article.full .body ul li,
article.full .column ul li,
article.full .content ul li,
article.full .description ul li,
article.full .entry-content ul li,
article.full ul.contacts ul li,
article.full ul.people ul li {
  position: relative;
  padding: 0 0 0 24px;
}
article.full .body ul li:before,
article.full .column ul li:before,
article.full .content ul li:before,
article.full .description ul li:before,
article.full .entry-content ul li:before,
article.full ul.contacts ul li:before,
article.full ul.people ul li:before {
  position: absolute;
  content: '\2014';
  top: 0;
  left: 0;
}
article.full .entry-content p {
  margin: 0 0 54px;
  padding: 0;
}
article.full .entry-content a {
  color: rgba(0, 0, 0, 0.5);
}
article.full .entry-content a:hover {
  color: #000000;
}
article.full .entry-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
article.full .entry-content .wp-caption {
  width: 100% !important;
  margin: 0 0 64px;
}
article.full .entry-content .wp-caption img {
  margin: 0 0 16px;
}
article.full .entry-content .wp-caption,
article.full .entry-content .wp-caption .wp-caption-text {
  max-width: none;
  font: 500 14px/18px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  article.full.type-page {
    padding: 0 40px;
  }
}
article.full.type-page .entry-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0 0 6px;
  padding: 0 0 21px;
}
@media only screen and (min-width: 769px) {
  article.full.type-page .entry-header {
    padding: 0 0 40px;
    margin: 0 0 11px;
  }
}
article.full.type-page .entry-header h1.entry-title {
  margin: 0px;
  text-transform: uppercase;
  font: 500 36px/28px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  article.full.type-page .entry-header h1.entry-title {
    margin: 0 0 80px;
    font: 500 59px/47px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
  }
}
article.full.type-page .entry-content {
  max-width: 1008px;
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 20px;
}
article.full.type-page .entry-content p {
  margin: 24px 0 0;
}
article.full.type-page .entry-content p:first-child {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  article.full.type-page .entry-content {
    margin: 0 0 75px;
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
article.full.type-page.post-password-required .entry-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0 0 80px;
}
@media only screen and (min-width: 769px) {
  article.full.type-post {
    padding: 0 40px;
  }
}
article.full.type-post .entry-header {
  margin: 0 0 55px;
}
article.full.type-post .entry-header h1.entry-title {
  font: 500 64px/54px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 7px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
article.full.type-post .entry-header .byline {
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
article.full.type-post .entry-header .byline span {
  text-transform: lowercase;
}
@media only screen and (min-width: 769px) {
  article.full.type-post .entry-header {
    margin: 0 0 35px;
  }
  article.full.type-post .entry-header h1.entry-title {
    font: 500 143px/0.85em "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0 0 15px;
    padding: 0 0 28px;
  }
  article.full.type-post .entry-header h1.entry-title span {
    display: block;
    margin-left: -8px;
  }
  article.full.type-post .entry-header .byline {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 26px;
  }
}
article.full.type-post .entry-content {
  font: 400 18px/21px "TimesNewRoman", "Times New Roman", "Times", serif;
  letter-spacing: -0.01em;
}
article.full.type-post .entry-content ul li {
  padding: 0 0 0 32px;
}
article.full.type-post .entry-content b,
article.full.type-post .entry-content strong {
  font-weight: 700;
}
article.full.type-post .entry-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
article.full.type-post .entry-content p {
  margin: 0 0 21px;
}
article.full.type-post .entry-content p:last-child {
  margin-bottom: 19px;
}
article.full.type-post .entry-content .wp-caption {
  margin: 0 0 21px;
}
article.full.type-post .entry-content .wp-caption img {
  margin: 0;
}
article.full.type-post .entry-content .wp-caption .wp-caption-text {
  margin: 6px 0 0;
  font: 400 10px/12px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  article.full.type-post .entry-content {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
  }
  article.full.type-post .entry-content p {
    margin: 0 0 26px;
  }
  article.full.type-post .entry-content p:last-child {
    margin-bottom: 21px;
  }
  article.full.type-post .entry-content .wp-caption {
    margin: 0 0 40px;
  }
  article.full.type-post .entry-content .wp-caption .wp-caption-text {
    margin: 10px 0 0;
    font: 400 12px/14px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
@media only screen and (min-width: 993px) {
  article.full.type-post .entry-content {
    max-width: 63%;
  }
}
article.full.type-press {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px 0 0;
}
article.full.type-press header {
  margin: 0 0 20px;
}
article.full.type-press header figure {
  margin: 0 0 20px;
  display: block;
}
article.full.type-press header figure img {
  display: block;
  width: 100%;
  height: auto;
}
article.full.type-press header figure figcaption {
  margin: 5px 0 0;
  font: 400 10px/12px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
article.full.type-press header h1.entry-title {
  margin: 0 0 14px;
  font: 500 24px/26px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  article.full.type-press header h1.entry-title {
    margin: 0 0 14px;
  }
}
article.full.type-press header .byline {
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
article.full.type-press header .byline span {
  text-transform: lowercase;
}
article.full.type-press .entry-content {
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
}
article.full.type-press .entry-content img,
article.full.type-press .entry-content p {
  margin: 0 0 21px;
}
article.full.type-press .entry-content .wp-caption {
  margin: 0 0 21px;
}
article.full.type-press .entry-content .wp-caption img {
  max-height: none;
  max-width: 100%;
  margin: 0;
}
article.full.type-press .entry-content .wp-caption .wp-caption-text {
  margin: 5px 0 0;
  font: 400 10px/12px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  article.full.type-press {
    margin: 0 40px;
    padding: 30px 0 0;
  }
  article.full.type-press header {
    max-width: 1008px;
    margin: 0 0 40px;
  }
  article.full.type-press header figure {
    margin: 0 0 40px;
  }
  article.full.type-press header figure figcaption {
    margin: 10px 0 0;
    font: 400 12px/14px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  article.full.type-press header h1.entry-title {
    font: 500 36px/38px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
  }
  article.full.type-press header .byline {
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.005em;
  }
  article.full.type-press .entry-content {
    max-width: 940px;
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.005em;
  }
  article.full.type-press .entry-content .wp-caption,
  article.full.type-press .entry-content img,
  article.full.type-press .entry-content p {
    margin: 0 0 24px;
  }
}
article.full.type-job {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px 0 0;
}
article.full.type-job header {
  margin: 0 0 20px;
}
article.full.type-job header h1.entry-title {
  margin: 0 0 14px;
  font: 500 24px/26px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  article.full.type-job header h1.entry-title {
    margin: 0 0 14px;
  }
}
article.full.type-job header .team {
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
}
article.full.type-job .entry-content {
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
}
article.full.type-job .entry-content img,
article.full.type-job .entry-content p {
  margin: 0 0 21px;
}
article.full.type-job .entry-content .wp-caption {
  margin: 0 0 21px;
}
article.full.type-job .entry-content .wp-caption img {
  max-height: none;
  max-width: 100%;
  margin: 0;
}
article.full.type-job .entry-content .wp-caption .wp-caption-text {
  margin: 5px 0 0;
  font: 400 10px/12px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
article.full.type-job .apply {
  margin: 75px 0 0;
}
article.full.type-job .apply a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.9);
  font: 500 23px/30px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.55px;
  color: #ffeeed;
  padding: 6px 36px;
  transition: background 300ms;
}
article.full.type-job .apply a:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 769px) {
  article.full.type-job {
    margin: 0 40px;
    padding: 30px 0 0;
  }
  article.full.type-job header {
    max-width: 1008px;
    margin: 0 0 40px;
  }
  article.full.type-job header h1.entry-title {
    font: 500 36px/38px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
  }
  article.full.type-job header .team {
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.005em;
  }
  article.full.type-job .entry-content {
    max-width: 812px;
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.005em;
  }
  article.full.type-job .entry-content .wp-caption,
  article.full.type-job .entry-content img,
  article.full.type-job .entry-content p {
    margin: 0 0 24px;
  }
}
.archive-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0 0 10px;
}
.archive-header h1.archive-title {
  text-transform: uppercase;
  font: 500 36px/36px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 7px;
}
.archive-header h1.archive-title span {
  text-transform: lowercase;
}
@media only screen and (min-width: 769px) {
  .archive-header h1.archive-title {
    margin: 0 0 15px;
  }
}
body.home .archive-header h1.archive-title {
  margin: 0 0 17px;
}
@media only screen and (min-width: 769px) {
  body.home .archive-header h1.archive-title {
    margin: 0 0 35px;
  }
}
.archive-header h1.archive-title .statements {
  display: block;
  position: relative;
}
.archive-header h1.archive-title .statements .statement {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.archive-header h1.archive-title .statements .statement:first-child {
  top: auto;
  left: auto;
  position: relative;
}
.archive-header h1.archive-title .statements .statement .word {
  text-transform: uppercase !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  -webkit-transition: opacity 167ms ease-in-out;
  -moz-transition: opacity 167ms ease-in-out;
  -o-transition: opacity 167ms ease-in-out;
  -ms-transition: opacity 167ms ease-in-out;
  transition: opacity 167ms ease-in-out;
}
.archive-header h1.archive-title .statements .statement .word.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .archive-header h1.archive-title .statements .statement .word {
    display: block;
  }
}
.archive-header nav {
  margin: 0 0 19px;
}
body.home .archive-header nav {
  margin: 0 0 9px;
}
.archive-header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  height: 15px;
}
.archive-header nav ul li {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
}
.archive-header nav ul li a {
  font: 500 20px/15px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: block;
  color: rgba(0, 0, 0, 0.25);
}
.archive-header nav ul li a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.archive-header nav ul li a.active {
  color: rgba(0, 0, 0, 0.9);
}
.archive-header .terms ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*
      &.terms__list--service {
          .column {
            > ul {
              > li {
                margin: 24px 0 0;
              }
            }
            &:first-child {
              > ul {
                > li {
                  &:first-child {
                    margin: 0;
                  }
                }
              }
            }
          }
          .service {
            margin: 0 0 0 -26px;
            a {
              position: relative;
              padding: 0 0 0 26px;
              &:before {
                position: absolute;
                top: 0;
                left: 0;
                content: '—';
              }
            }
          }
      }
      */
}
.archive-header .terms ul li {
  margin: 0;
  padding: 0 0 0 26px;
  text-indent: -26px;
  overflow: hidden;
}
.archive-header .terms ul li a {
  font: 500 24px/26px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 768px) {
  .archive-header .terms {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: #000;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
  .archive-header .terms .inner {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
  }
  .archive-header .terms .inner .terms__list {
    padding: 96px 10px 78px;
  }
  body.mobile-menu .archive-header .terms {
    -webkit-transition: visibility 0s linear 300ms, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -moz-transition: visibility 0s linear 300ms, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -o-transition: visibility 0s linear 300ms, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -ms-transition: visibility 0s linear 300ms, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    transition: visibility 0s linear 300ms, transform 300ms ease-in-out, opacity 300ms ease-in-out;
  }
  body.open-terms .archive-header .terms.open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0s linear 0s, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -moz-transition: visibility 0s linear 0s, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -o-transition: visibility 0s linear 0s, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -ms-transition: visibility 0s linear 0s, transform 300ms ease-in-out, opacity 300ms ease-in-out;
    transition: visibility 0s linear 0s, transform 300ms ease-in-out, opacity 300ms ease-in-out;
  }
  .archive-header .terms a.close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
  }
  .archive-header .terms a.close span {
    display: block;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 769px) {
  .archive-header {
    margin: 24px 40px 30px;
  }
  .archive-header h1.archive-title {
    font: 500 82px/72px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
  }
  .archive-header nav {
    margin: 0 0 34px;
  }
  body.home .archive-header nav {
    margin: 0 0 18px;
  }
  .archive-header nav ul {
    height: 28px;
  }
  .archive-header nav ul li {
    margin: 0 20px 0 0;
  }
  .archive-header nav ul li a {
    font: 500 36px/28px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  .archive-header .terms-wrapper {
    position: relative;
    overflow: hidden;
  }
  .archive-header .terms-wrapper.animate {
    -webkit-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    -ms-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out;
  }
  .archive-header .terms {
    padding: 16px 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    /*
      .terms__list--service {
        .column-count(auto);
        display: flex;
        .column {
          flex: 0 0 33.333333333%;
          margin: 0;
          padding: 0;
          text-indent: 0;
          > ul {
            > li {
              margin: 24px 0 0;
              &:first-child {
                margin: 0;
              }
            }
          }
        }
      }
      */
  }
  .archive-header .terms a.close {
    display: none;
  }
  .archive-header .terms .terms__list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .archive-header .terms .terms__list li a {
    color: rgba(0, 0, 0, 0.9);
  }
  .archive-header .terms .terms__list li a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  .archive-header .terms .terms__list li a.active {
    color: rgba(0, 0, 0, 0.5);
  }
  html.js .archive-header .terms {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition: visibility 0s linear 300ms, opacity 300ms ease-in-out, height 300ms ease-in-out;
    -moz-transition: visibility 0s linear 300ms, opacity 300ms ease-in-out, height 300ms ease-in-out;
    -o-transition: visibility 0s linear 300ms, opacity 300ms ease-in-out, height 300ms ease-in-out;
    -ms-transition: visibility 0s linear 300ms, opacity 300ms ease-in-out, height 300ms ease-in-out;
    transition: visibility 0s linear 300ms, opacity 300ms ease-in-out, height 300ms ease-in-out;
    z-index: 1;
  }
  html.js .archive-header .terms ul li a {
    -webkit-transition: all 3000ms ease-in-out;
    -moz-transition: all 3000ms ease-in-out;
    -o-transition: all 3000ms ease-in-out;
    -ms-transition: all 3000ms ease-in-out;
    transition: all 3000ms ease-in-out;
  }
  html.js .archive-header .terms.open {
    z-index: 2;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
    -webkit-transition: visibility 0s linear 0s, opacity 300ms ease-in-out, height 300ms ease-in-out;
    -moz-transition: visibility 0s linear 0s, opacity 300ms ease-in-out, height 300ms ease-in-out;
    -o-transition: visibility 0s linear 0s, opacity 300ms ease-in-out, height 300ms ease-in-out;
    -ms-transition: visibility 0s linear 0s, opacity 300ms ease-in-out, height 300ms ease-in-out;
    transition: visibility 0s linear 0s, opacity 300ms ease-in-out, height 300ms ease-in-out;
  }
}
@media only screen and (min-width: 769px) {
  .work-wrapper {
    margin: 0 20px;
  }
}
article.type-work {
  /*
  &.full {
    position: relative;

    ul#arrows {
      display: none;

      html.js & {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;

        li {
          padding: 0;
          margin: 0;

          &#previous-slide {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 70vh;
            user-select: none;
            z-index: 11;

            &:hover {
              cursor: url("../img/black-arrow-up.png") 50 50, n-resize;
            }
          }

          &#next-slide {
            position: fixed;
            top: 30vh;
            left: 0;
            right: 0;
            bottom: 0;
            user-select: none;
            z-index: 11;

            &:hover {
              cursor: url("../img/black-arrow-down.png") 50 50, s-resize;
            }
          }
        }

        &.first-slide {
          #previous-slide {
            display: none;
          }

          #next-slide {
            top: 0;
          }
        }

        &.bottom {
          display: none;
        }
      }

      html.js body.page-approach & {
        &.last-slide {
          #previous-slide {
            bottom: 0;
          }

          #next-slide {
            display: none;
          }
        }
      }
    }

    #page-nav {
      height: 0;
      z-index: 101;
      position: relative;

      &.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 70px;

        body.logged-in & {
          top: 46px;
          @media @tablet {
            top: 32px;
          }
        }
      }

      &.bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
      }

      ul {
        height: 70px;
        padding: 0 70px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        list-style: none;

        li {
          margin: 0 12px 0 0;
          padding: 0;
          display: inline-block;

          &.pdf {
            float: right;
            display: block;
            margin: 0;
          }

          a {
            display: block;
            padding: 28px 0;
            font: 500 14px/14px @ag;
            color: @gray;
            color: rgba(0, 0, 0, 0.5);

            &.active {
              color: @black;
            }

            &:hover {
              color: @pink;
            }
          }
        }
      }

      &.fill {
        ul {
          li {
            a {
              color: #999;
              color: rgba(255, 255, 255, 0.5);
            }
          }
        }
      }
    }

    section.slide {
      height: 100%;
      padding: 70px;

      body.page-approach & {
        border-bottom: 1px solid #f3f3f3;

        &:last-of-type {
          border: none;
        }
      }

      a {
        position: relative;
        z-index: 20;

        &:hover {
          color: @pink;
        }
      }

      &.video {
        &.fit {
          position: relative;

          figure {
            display: block;
            position: absolute;
            top: 70px;
            left: 70px;
            bottom: 70px;
            right: 70px;

            iframe {
              position: relative;
              z-index: 20;
              display: block;
              width: 100%;
              height: auto;
            }
          }
        }

        &.fill {
          position: relative;

          figure {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;

            iframe {
              z-index: 20;
              position: absolute;
              display: block;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              width: 100%;
              height: 100%;
            }
          }
        }
      }

      &.image {
        &.fill {
          position: relative;
          background: no-repeat 50% 50%;
          background-size: cover;

          .caption {
            max-width: 34.502923976%;
            position: absolute;
            bottom: 38px;
            left: 70px;
            right: 70px;
            display: block;
            font: 500 14px/16px @ag;
          }
        }

        &.fit {
          position: relative;

          div.fit {
            position: absolute;
            top: 70px;
            left: 0;
            right: 0;
            bottom: 70px;

            &.caption {
              bottom: 0;
            }
          }

          figure {
            display: block;
            position: absolute;
            left: 70px;
            right: 70px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);

            img {
              display: block;
              width: auto;
              height: auto;
              max-height: 100%;
              max-width: 100%;
            }

            figcaption {
              position: absolute;
              bottom: 0;
              left: 0;
              max-width: 34.502923976%;
              margin: 16px 0 38px;
              display: block;
              font: 500 14px/16px @ag;
            }
          }
        }
      }

      &.text {
        padding: 120px 70px 70px;
        font: 500 36px/44px @ag;
        position: relative;

        .body {
          position: absolute;
          top: 120px;
          left: 70px;
          right: 70px;
          bottom: 70px;
          overflow: auto;
          max-width: 77.631578947%;

          p {
            margin: 0 0 30px;
          }
        }

        h3.subhead {
          font: 500 14px/18px @ag;
          margin: 0 0 30px;
        }

        &.small {
          font: 400 21px/26px @times;

          .body {
            max-width: 51.754385965%;

            p {
              margin: 0 0 24px;
            }
          }
        }
      }
    }

    .first-slide {
      section.slide {
        padding: 100px 70px 70px;

        &.image {
          &.fit {
            div.fit {
              top: 100px;

              &.caption {
                bottom: 70px;

                figcaption {
                  margin-bottom: 0;
                }
              }
            }
          }
        }

        &.text {
          padding: 224px 70px 70px;

          .body {
            top: 224px;
          }
        }
      }
    }
  }
*/
}
article.type-work.teaser {
  margin: 38px auto 0;
}
article.type-work.teaser:first-child {
  margin-top: 0;
}
article.type-work.teaser > a {
  display: block;
}
article.type-work.teaser > a:hover .media-wrapper:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=(20));
  opacity: 0.2;
}
article.type-work.teaser h3 {
  text-transform: uppercase;
  margin: 10px 0 0;
  font: 500 18px/16px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
}
article.type-work.teaser h3 span {
  text-transform: lowercase;
}
article.type-work.teaser h3 span.prefix,
article.type-work.teaser h3 span.suffix {
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  article.type-work.teaser h3 {
    margin: 15px 0 0;
  }
}
article.type-work.teaser a {
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -ms-transition: color 300ms;
  transition: color 300ms;
}
article.type-work.teaser a .suffix {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -ms-transition: color 300ms;
  transition: color 300ms;
}
article.type-work.teaser a:hover {
  color: rgba(0, 0, 0, 0.9);
}
article.type-work.teaser a:hover .suffix {
  color: rgba(0, 0, 0, 0.9);
}
article.type-work.teaser img {
  display: block;
  width: 100%;
  height: auto;
}
article.type-work.teaser .media-wrapper {
  padding: 66.66666667% 0 0;
  position: relative;
  overflow: hidden;
}
article.type-work.teaser .media-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
article.type-work.teaser .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
article.type-work.teaser .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
article.type-work.teaser.image-loaded .image-wrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
article.type-work.teaser .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
article.type-work.teaser .video-wrapper video {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
article.type-work.teaser .video-wrapper.portrait video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  height: auto;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
article.type-work.teaser.video-loaded .video-wrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
article.type-work.teaser.video-loaded .image-wrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .work-wrapper article.type-work.teaser {
    max-width: none;
    vertical-align: top;
    width: 50%;
    margin: 0 0 38px;
    padding: 0 20px;
    float: left;
  }
  .work-wrapper article.type-work.teaser:nth-child(2n+1) {
    clear: left;
  }
}
article.type-work.full {
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  article.type-work.full {
    margin: 0 20px;
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
article.type-work.full .client {
  text-transform: uppercase;
  margin: 0 0 6px;
}
article.type-work.full .client span {
  text-transform: lowercase;
}
@media only screen and (min-width: 769px) {
  article.type-work.full .client {
    margin: 0 20px 10px;
    font: 500 24px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
article.type-work.full h1.entry-title {
  font: 500 64px/0.85em "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.025em;
  padding: 0 0 20px;
  margin: 0 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
article.type-work.full h1.entry-title span {
  display: block;
  margin-left: -3px;
}
article.type-work.full h1.entry-title span span {
  margin: 0;
  display: inline;
}
@media only screen and (min-width: 769px) {
  article.type-work.full h1.entry-title {
    font: 500 143px/0.85em "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding: 0 0 37px;
    margin: 0 20px 30px;
  }
  article.type-work.full h1.entry-title span {
    margin-left: -8px;
  }
}
article.type-work.full .slide {
  margin: 0 0 20px;
  clear: both;
}
article.type-work.full .slide.has-caption {
  margin: 0;
}
article.type-work.full .slide:last-child.has-caption {
  margin-bottom: 18px;
}
article.type-work.full .slide h2.section-title {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px 0 0;
  font: 500 24px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 20px;
}
article.type-work.full .slide figure {
  position: relative;
}
article.type-work.full .slide figure:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
article.type-work.full .slide figure img {
  width: 100%;
  height: auto;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  position: relative;
}
article.type-work.full .slide figure figcaption {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  margin: 3px 0;
  font: 400 12px/12px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
article.type-work.full .slide figure.viewed:before {
  background: transparent;
}
article.type-work.full .slide figure.viewed figcaption,
article.type-work.full .slide figure.viewed img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  article.type-work.full .slide.full .figure-wrapper figcaption {
    width: 50%;
    padding: 0 20px 0 0;
  }
}
article.type-work.full .slide.image.col-2 figure:before,
article.type-work.full .slide.video.col-2 figure:before,
article.type-work.full .slide.image.col-4 figure:before,
article.type-work.full .slide.video.col-4 figure:before,
article.type-work.full .slide.image.half figure:before,
article.type-work.full .slide.video.half figure:before {
  left: 20px;
  right: 20px;
}
article.type-work.full .slide.video .figure-wrapper {
  position: relative;
}
article.type-work.full .slide.video figure {
  position: relative;
}
article.type-work.full .slide.video figure:before {
  display: none;
}
article.type-work.full .slide.video figure .video-wrapper {
  padding: 56.25% 0 0;
  position: relative;
}
article.type-work.full .slide.video figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
article.type-work.full .slide.video figure figcaption {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
article.type-work.full .slide.text {
  clear: both;
}
article.type-work.full .slide.text p {
  margin: 0 0 20px;
}
article.type-work.full .slide.text ul.services {
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
article.type-work.full .slide.text ul.services li {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
}
article.type-work.full .slide.text ul.services li a {
  color: rgba(0, 0, 0, 0.5);
}
article.type-work.full .slide.text ul.services li a:hover {
  color: rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 769px) {
  article.type-work.full .slide {
    margin: 40px 0 0;
    padding: 0 20px;
  }
  article.type-work.full .slide.has-caption {
    margin: 40px 0 0;
  }
  article.type-work.full .slide:first-child {
    margin-top: 0;
  }
  article.type-work.full .slide:last-child.has-caption {
    margin-bottom: 40px;
  }
  article.type-work.full .slide h2.section-title {
    padding: 14px 0 0;
    margin: 0 0 40px;
    font: 500 36px/27px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  article.type-work.full .slide figure figcaption {
    margin: 4px 0 0;
    font: 400 14px/14px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  article.type-work.full .slide.text {
    clear: both;
  }
  article.type-work.full .slide.text h2.section-title {
    margin: 0 0 20px;
  }
  article.type-work.full .slide.text .body {
    float: left;
    max-width: 66.66666667%;
  }
  article.type-work.full .slide.text ul.services {
    float: right;
    margin: 0;
    width: 17.5%;
  }
  article.type-work.full .slide.image.half {
    clear: none;
    padding: 0;
    margin: 40px 0 0;
  }
  article.type-work.full .slide.image.half .section-title {
    margin: 0 20px 40px;
  }
  article.type-work.full .slide.image.half .figure,
  article.type-work.full .slide.image.half figure {
    padding: 0 20px;
    margin: 0 0 40px;
    float: left;
    width: 50%;
  }
  article.type-work.full .slide.image.half .figure figcaption,
  article.type-work.full .slide.image.half figure figcaption {
    padding: 0 20px;
  }
  article.type-work.full .slide.image.col-2 {
    clear: none;
    padding: 0;
    margin: 40px 0 0;
  }
  article.type-work.full .slide.image.col-2 .section-title {
    margin: 0 20px 40px;
  }
  article.type-work.full .slide.image.col-2 .figure,
  article.type-work.full .slide.image.col-2 figure {
    padding: 0 20px;
    margin: 0 0 40px;
    float: left;
    width: 33.33333333%;
  }
  article.type-work.full .slide.image.col-2 .figure figcaption,
  article.type-work.full .slide.image.col-2 figure figcaption {
    left: 20px;
    width: 100%;
  }
  article.type-work.full .slide.image.col-4 {
    clear: none;
    padding: 0;
    margin: 40px 0 0;
  }
  article.type-work.full .slide.image.col-4 .section-title {
    margin: 0 20px 40px;
  }
  article.type-work.full .slide.image.col-4 .figure,
  article.type-work.full .slide.image.col-4 figure {
    padding: 0 20px;
    margin: 0 0 40px;
    float: left;
    width: 66.66666667%;
  }
  article.type-work.full .slide.image.col-4 .figure figcaption,
  article.type-work.full .slide.image.col-4 figure figcaption {
    left: 20px;
    width: 100%;
    width: 75%;
    padding: 0 20px 0 0;
  }
  article.type-work.full .slide.image.clear {
    clear: both;
  }
  article.type-work.full .slide.video.half {
    clear: none;
    padding: 0;
    margin: 40px 0 0;
  }
  article.type-work.full .slide.video.half .section-title {
    margin: 0 20px 40px;
  }
  article.type-work.full .slide.video.half .figure-wrapper {
    padding: 0 20px;
    margin: 0 0 40px;
    float: left;
    width: 50%;
  }
  article.type-work.full .slide.video.half .figure-wrapper figcaption {
    padding: 0;
  }
  article.type-work.full .slide.video.col-2 {
    clear: none;
    padding: 0;
    margin: 40px 0 0;
  }
  article.type-work.full .slide.video.col-2 .section-title {
    margin: 0 20px 40px;
  }
  article.type-work.full .slide.video.col-2 .figure-wrapper {
    padding: 0 20px;
    margin: 0 0 40px;
    float: left;
    width: 33.33333333%;
  }
  article.type-work.full .slide.video.col-2 .figure-wrapper figcaption {
    left: 0;
    width: 100%;
  }
  article.type-work.full .slide.video.col-4 {
    clear: none;
    padding: 0;
    margin: 40px 0 0;
  }
  article.type-work.full .slide.video.col-4 .section-title {
    margin: 0 20px 40px;
  }
  article.type-work.full .slide.video.col-4 .figure-wrapper {
    padding: 0 20px;
    margin: 0 0 40px;
    float: left;
    width: 66.66666667%;
  }
  article.type-work.full .slide.video.col-4 .figure-wrapper figcaption {
    left: 0;
    width: 100%;
    width: 75%;
    padding: 0 10px 0 0;
  }
  article.type-work.full .slide.video.clear {
    clear: both;
  }
}
article.type-work.full aside#bottom {
  padding: 0;
  max-width: 1680px;
  margin: 60px auto 0;
}
article.type-work.full aside#bottom h2.aside-title {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px 0 0;
  font: 500 24px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 20px;
}
article.type-work.full aside#bottom #work .work-wrapper {
  margin: 0 -5px;
}
@media only screen and (min-width: 769px) {
  article.type-work.full aside#bottom #work .work-wrapper {
    margin: 0;
  }
}
article.type-work.full aside#bottom #work article.type-work {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  article.type-work.full aside#bottom #work article.type-work {
    padding: 0 20px;
    margin: 0;
  }
}
article.type-work.full aside#bottom #work article.type-work:nth-child(2n+1) {
  clear: left;
}
@media only screen and (min-width: 769px) {
  article.type-work.full aside#bottom {
    padding: 0;
    margin: 240px auto 0;
  }
  article.type-work.full aside#bottom h2.aside-title {
    margin: 0 20px 40px;
    padding: 14px 0 0;
    font: 500 36px/27px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  body.single-post article.type-work.full aside#bottom h2.aside-title {
    margin: 0 20px 20px;
  }
}
article.type-approach.full section.about-section {
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 0.9);
  font: 500 18px/21px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
article.type-approach.full section.about-section p {
  margin: 24px 0 0;
}
article.type-approach.full section.about-section p:first-child {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  article.type-approach.full section.about-section {
    padding: 0 20px;
    margin: 0 0 37px;
    font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  article.type-approach.full section.about-section .about-header {
    margin: 0;
  }
}
article.type-approach.full section.about-section a {
  color: rgba(0, 0, 0, 0.9);
}
article.type-approach.full section.about-section a:hover {
  color: rgba(0, 0, 0, 0.5);
}
article.type-approach.full section.about-section .about-title {
  font: 500 36px/28px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 4px;
}
@media only screen and (min-width: 769px) {
  article.type-approach.full section.about-section .about-title {
    font: 500 59px/47px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
    margin: 0 0 15px;
  }
}
article.type-approach.full .slide {
  margin-top: 55px;
}
article.type-approach.full .slide.image {
  padding-bottom: 5px;
}
article.type-approach.full .slide.has-title {
  padding-top: 0;
}
article.type-approach.full .slide h2.section-title,
article.type-approach.full .slide.text h2.section-title {
  padding: 6px 0 0;
  margin: 0 0 16px;
}
@media only screen and (min-width: 769px) {
  article.type-approach.full .slide h2.section-title,
  article.type-approach.full .slide.text h2.section-title {
    padding-top: 15px;
    margin: 0 0 36px;
  }
}
#home .item {
  font: 500 14px/19px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
  color: #000;
  margin: 56px 0 0;
}
#home .item:first-child {
  margin: 0;
}
#home .item .thumbnail {
  margin: 0 0 8px;
  display: block;
}
#home .item .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
#home .item h3 {
  margin: 0;
  text-transform: uppercase;
  font: 500 18px/19px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
}
#home .item h3 span {
  text-transform: lowercase;
}
#home .item h3 a {
  color: rgba(0, 0, 0, 0.9);
}
#home .item h3 a:hover {
  color: rgba(0, 0, 0, 0.5);
}
#home .textbox {
  margin: 115px 0 60px;
}
#home .textbox h2 {
  display: none;
}
#home .textbox .content {
  font: 500 48px/44px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.01em;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px 0;
}
#home .textbox .content p {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  #home {
    padding: 0 40px;
    margin: 0;
  }
  #home .item {
    margin: 80px 0 0;
    font: 500 18px/19px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  #home .item:first-child {
    margin: 0;
  }
  #home .item .thumbnail {
    margin: 0 0 20px;
  }
  #home .item h3 {
    font: 500 36px/28px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0 0 5px;
  }
  #home .textbox {
    margin: 140px 0 80px;
  }
  #home .textbox h2 {
    font: 500 15px/15px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    margin: 0 0 8px;
    display: block;
  }
  #home .textbox h2 span {
    text-transform: lowercase;
  }
  #home .textbox .content {
    font: 500 72px/72px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.01em;
    padding: 11px 0 10px;
  }
  #home .textbox .content p {
    max-width: 825px;
  }
}
.animate {
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.animate.opacity {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=(50));
  opacity: 0.5;
}
@media only screen and (min-width: 769px) {
  .animate.opacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
}
body.loaded .animate.opacity.onload {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
.animate.opacity.onview.viewed {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
#banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: transform 300ms ease-in-out 1000ms;
  -moz-transition: transform 300ms ease-in-out 1000ms;
  -o-transition: transform 300ms ease-in-out 1000ms;
  -ms-transition: transform 300ms ease-in-out 1000ms;
  transition: transform 300ms ease-in-out 1000ms;
}
body.post-type-archive-work #banner,
body.single-work #banner {
  background: #E6E6E6;
}
body.show-banner #banner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#banner .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1680px;
  padding: 16px 50px 16px 10px;
  font: 400 14px/14px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  #banner .inner {
    padding: 16px 80px 16px 40px;
  }
}
#banner .inner a {
  color: rgba(0, 0, 0, 0.5);
}
#banner .inner a:hover {
  color: rgba(0, 0, 0, 0.9);
}
#banner .inner a.close {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  cursor: pointer;
  margin: -18px 0 0;
}
@media only screen and (min-width: 769px) {
  #banner .inner a.close {
    right: 30px;
  }
}
#banner .inner a.close span {
  display: block;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  width: 36px;
}
#banner .inner p {
  margin: 0;
}
/*
#announcement {
  overflow: hidden;
  .transition(height 300ms ease-in-out);
  html.js & {
    display: none;
  }
}
*/
.announcement {
  position: relative;
  margin: 0 0 38px;
  padding: 0 0 33px;
  font: 500 24px/26px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (min-width: 769px) {
  .announcement {
    font: 500 36px/38px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0 40px 38px;
  }
}
.announcement__close {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  color: #fff;
  padding: 30px;
  text-align: center;
  cursor: pointer;
}
html.js .announcement__close {
  display: block;
}
.announcement__close span {
  font-size: 14px;
  line-height: 26px;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  .announcement__close span {
    font-size: 20px;
    line-height: 38px;
    vertical-align: middle;
  }
}
.announcement__close:hover {
  color: #fff;
}
.announcement__text {
  max-width: 1008px;
}
.announcement__link {
  max-width: 1008px;
  display: inline-block;
}
.announcement__title {
  font: 500 18px/23px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.announcement__inner {
  background: #000;
  color: #fff;
  padding: 30px 74px 65px 30px;
}
@media only screen and (min-width: 769px) {
  .announcement__inner {
    padding: 30px 80px 65px 30px;
  }
}
.announcement__inner a {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.announcement__inner a:hover {
  color: #fff;
}
.post-password-form h1 {
  font: 500 24px/26px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 32px;
  max-width: 460px;
}
@media only screen and (min-width: 769px) {
  .post-password-form h1 {
    font: 500 36px/38px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.025em;
  }
}
.post-password-form label {
  display: block;
  font: 500 18px/23px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.post-password-form .form__password {
  display: block;
  border: none;
  width: 100%;
  max-width: 370px;
  height: 50px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.1);
  font: small-caption;
  font-size: 29px;
  letter-spacing: 2px;
  margin: 0 0 16px;
}
.post-password-form .form__submit {
  color: #fff;
  background: #000;
  height: 50px;
  padding: 10px 20px;
  border: none;
  font: 500 22px/24px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.025em;
}
/**
 * Added from Customizer - Feb 2024
 */
.page-staff .page {
  padding: 0 40px;
}
.page-staff .entry-title {
  font: 500 59px/54px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  letter-spacing: -0.025em;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.page-staff .entry-content {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 6px 0 0;
}
.page-staff .entry-content p {
  font: 500 36px/38px "ag-book", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  max-width: 1008px;
}
/* Fix mysterious hiding service links on homepage */
.archive-header .terms ul li {
  overflow: visible;
}
/* Remove confusing line above job summary */
#page-jobs .type-job .entry-header {
  border-bottom: 0;
  padding-bottom: 0px;
}
article.type-job .entry-header .entry-title {
  margin-bottom: 4px !important;
}
.type-job .entry-header .team {
  text-transform: uppercase;
}
#page-jobs article.type-job {
  margin-bottom: 80px;
}
/* 2023 mobile layout tweaks
 * Standardize tab bar layout across home and About pages
 * Adjust vertical position of main title on About and Ideas list page
 * */
@media only screen and (max-width: 768px) {
  body.post-type-archive-work main {
    margin-top: 52px;
  }
  body.home .archive-header nav {
    margin-bottom: 9px !important;
  }
  body.home .archive-header nav ul,
  body.page-about .about-header nav.about-nav ul,
  body.page-approach .about-header nav.about-nav ul,
  body.page-privacy-policy .about-header nav.about-nav ul,
  body.page-template-page-newsletter .about-header nav.about-nav ul,
  body.page-jobs .about-header nav.about-nav ul,
  body.page-template-page-jobs .about-header nav.about-nav ul,
  body.page-template-page-jobs-old .about-header nav.about-nav ul,
  body.page-template.page-template-page-jobs.page-template-page-jobs-php.page.page-id-6242.page-child.parent-pageid-271.page-jobs.loaded .about-header nav.about-nav ul,
  body.post-type-archive-press .about-header nav.about-nav ul,
  body.single-job .about-header nav.about-nav ul,
  body.single-press .about-header nav.about-nav ul {
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    line-height: 1em;
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 9px;
  }
  body.home .archive-header nav ul li,
  .about-header nav.about-nav ul li {
    margin-right: 0 !important;
    float: none;
    display: block;
  }
}
