@import url("https://use.typekit.net/meq7tvn.css");
body, p, small {
  font-family: "neue-haas-grotesk-text", Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
}

h1, h2, h3, h4 {
  font-family: "neue-haas-grotesk-display", Helvetica, Arial, sans-serif;
}

input[type=password]::-webkit-input-placeholder {
  font-family: "neue-haas-grotesk-text", Helvetica, Arial, sans-serif;
}

input[type=password]::-moz-placeholder {
  font-family: "neue-haas-grotesk-text", Helvetica, Arial, sans-serif;
}

input[type=password]::-ms-input-placeholder {
  font-family: "neue-haas-grotesk-text", Helvetica, Arial, sans-serif;
}

input[type=password]::-moz-placeholder {
  font-family: "neue-haas-grotesk-text", Helvetica, Arial, sans-serif;
}

input[type=password] {
  font-family: "Courier New", Courier, monospace;
}

.light {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.light-italic {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: italic;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.menu > li > a, .projects > li {
  font-family: "neue-haas-grotesk-display", Helvetica, Arial, sans-serif;
}

.uk-search .uk-search-input {
  font-family: "neue-haas-grotesk-display", Helvetica, Arial, sans-serif;
}

.small-title {
  font-family: "neue-haas-grotesk-display", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
}

footer .colophon {
  position: fixed;
}

.logo {
  height: 20px !important;
  width: 189px !important;
}
.logo img {
  height: 100%;
}

.logo.white img {
  margin-top: 2px;
}

header .common .tools .sandwich img {
  height: 26px;
}

header .common .tools ul.menu li.social {
  width: 25px;
  display: inline-block;
  margin: -1px 0 0 10px;
}

.fullscreen-modal {
  background: #000;
}
.fullscreen-modal .uk-navbar {
  top: 0;
  margin-top: 28px;
}
.fullscreen-modal .uk-modal-close-full {
  padding: 0;
  margin-right: -4px;
  margin-top: -3px;
}
.fullscreen-modal .uk-modal-close-full img {
  height: 30px;
}
.fullscreen-modal .colophon {
  color: #fff;
  position: fixed;
  width: 100%;
  bottom: 20px;
}
.fullscreen-modal ul.menu {
  margin-top: 71px;
}
@media (min-width: 640px) {
  .fullscreen-modal ul.menu {
    margin-top: 148px;
  }
}
.fullscreen-modal ul.menu li {
  margin-bottom: 20px;
}
.fullscreen-modal ul.menu li a {
  font-size: 3.125rem;
  line-height: 1.2;
  margin-left: -2px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-decoration: none;
}
.fullscreen-modal ul.menu li a:hover {
  color: #fff;
  text-decoration: underline;
}
.fullscreen-modal ul.menu li.social a {
  margin-right: 24px;
}
.fullscreen-modal .uk-search {
  margin: 150px 0 0 0;
  width: 100%;
}
.fullscreen-modal .uk-search .uk-search-input {
  border-bottom: 1px solid #fff;
  text-align: left;
  font-weight: 700;
  color: #fff;
  height: 100px;
  font-size: 3rem;
}
.fullscreen-modal .search-container {
  position: relative;
}
.fullscreen-modal .search-container .search-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 32px 30px;
  color: #fff;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fullscreen-modal .search-container .search-icon svg {
  width: 40px;
  height: 40px;
}

.column-margins-top-bottom {
  margin: 240px 0;
}

.uk-container {
  max-width: 1730px;
  width: 100%;
  box-sizing: border-box;
}
.uk-container.expand {
  max-width: 2400px;
}
