/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

audio:not([controls]) {
  display: none; }

button {
  overflow: visible; }

details {
  display: block; }

input[type="number"] {
  width: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

main {
  display: block; }

summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0; }

:root {
  box-sizing: border-box;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility; }

html {
  background-color: #FFFFFF;
  color: #000000; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  resize: vertical; }

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }
  [hidden][aria-hidden="false"]:focus {
    clip: auto; }

.meetBox:after {
  content: "";
  display: table;
  clear: both; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body {
  background-color: #ffffff;
  color: #404041; }
  @media (min-width: 768px) {
    body {
      padding: 0 50px; } }

img {
  max-width: 100%; }

a {
  transition: color .25s ease-out; }

body.has-fixed-modal {
  overflow: hidden; }

@font-face {
  font-family: "Neutraface Text";
  src: url("../fonts/NeutrafaceText-Bold.woff2") format("woff2"), url("../fonts/NeutrafaceText-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-rendering: optimizeLegibility; }
  @media (min-width: 768px) {
    body {
      font-size: 17px; } }

h1, h2, h3, h4, strong {
  font-family: "Neutraface Text", sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

.headline, .meetIntro h1, .redbox__header, .redbox__contact strong, .recentWork__header, .callout h2, .about__text h1, .form__header, .form__thanks h2, .projectInfo__header, .projectInfo__toggler, .otherProjects__header {
  font-size: 20px; }
  @media (min-width: 768px) {
    .headline, .meetIntro h1, .redbox__header, .redbox__contact strong, .recentWork__header, .callout h2, .about__text h1, .form__header, .form__thanks h2, .projectInfo__header, .projectInfo__toggler, .otherProjects__header {
      font-size: 25px; } }

.heroHeadline {
  font-size: 30px; }
  @media (min-width: 768px) {
    .heroHeadline {
      font-size: 50px; } }

.homeHero, .hero h1, .abouthero h1 {
  font-size: 50px; }

.homeHeroSub, .hero p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600; }
  @media (min-width: 768px) {
    .homeHeroSub, .hero p {
      font-size: 25px; } }

@font-face {
  font-family: 'jada-icons';
  src: url("../fonts/jada-icons.ttf?hs7hmy") format("truetype"), url("../fonts/jada-icons.woff?hs7hmy") format("woff"), url("../fonts/jada-icons.svg?hs7hmy#jada-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jada-icons' !important;
  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; }
  [class^="icon-"] span, [class*=" icon-"] span {
    display: none; }

.icon-menu:before {
  content: "\e906"; }

.icon-arrow-up:before {
  content: "\e900"; }

.icon-instagram:before {
  content: "\e901"; }

.icon-arrow-left:before {
  content: "\e902"; }

.icon-arrow-right:before {
  content: "\e903"; }

.icon-close:before {
  content: "\e904"; }

.icon-grid:before {
  content: "\e905"; }

.btn-circle {
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all .25s ease-out;
  color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px; }
  .btn-circle:hover {
    background-color: #ffffff;
    color: #DF5A49; }

.globalHeader {
  position: relative;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 25px; }
  @media (min-width: 768px) {
    .globalHeader {
      min-height: 100px;
      padding: 0; } }
  .globalHeader h1 {
    text-indent: -9999px;
    background: url("../images/logotype.svg") no-repeat 0 0;
    background-size: auto 100%;
    height: 27px;
    max-width: 180px;
    position: relative;
    z-index: 1337; }
    @media (min-width: 768px) {
      .globalHeader h1 {
        height: 46px; } }
    .globalHeader h1 a {
      display: block; }
  .globalHeader .menuOpen {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #404041; }
    @media (min-width: 768px) {
      .globalHeader .menuOpen {
        right: 0; } }
    .globalHeader .menuOpen:hover {
      color: #DF5A49; }

.menu {
  background-color: #DF5A49;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  transform: translateX(100%);
  transform-origin: right;
  transition: transform .25s ease-out;
  z-index: 9001; }
  @media (min-width: 768px) {
    .menu {
      padding: 50px; } }
  .menu--is-visible {
    transform: translateX(0); }
  .menu a {
    color: #ffffff; }

.menuNav {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: "Neutraface Text", sans-serif;
  font-size: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%; }
  @media (min-width: 768px) {
    .menuNav {
      margin-bottom: 0;
      font-size: 40px; } }
  .menuNav a {
    display: inline-block;
    padding: 5px 25px;
    position: relative;
    transition: color .25s ease-out;
    overflow: hidden; }
    .menuNav a:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #ffffff;
      width: 100%;
      height: 100%;
      transform: translateY(100%);
      transform-origin: bottom;
      z-index: -1;
      transition: transform .25s ease-out;
      opacity: 0; }
    @media (min-width: 768px) {
      .menuNav a.active, .menuNav a:hover {
        color: #DF5A49; }
      .menuNav a.active:after, .menuNav a:hover:after {
        transform: translateY(0);
        opacity: 1; } }

.menuText {
  position: absolute;
  bottom: 25px;
  left: 25px; }
  @media (min-width: 768px) {
    .menuText {
      bottom: 50px;
      left: 50px; } }

.menuAddress {
  color: #ffffff;
  padding-left: 25px; }

.menuPhone {
  padding-left: 25px; }
  @media (min-width: 768px) {
    .menuPhone {
      font-size: 25px; } }

.menuClose {
  position: absolute;
  top: 25px;
  right: 25px; }
  @media (min-width: 768px) {
    .menuClose {
      top: 50px;
      right: 50px; } }

.menuSocial {
  position: absolute;
  bottom: 25px;
  right: 25px; }
  @media (min-width: 768px) {
    .menuSocial {
      bottom: 50px;
      right: 50px; } }

.hero {
  background: url("https://unsplash.it/924/534");
  background-position: center center;
  background-size: cover;
  padding: 0 17px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  min-height: calc(100vh - 50px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 375px) {
    .hero {
      padding: 0 50px; } }
  @media (min-width: 414px) {
    .hero {
      padding: 0 25px; } }
  @media (min-width: 768px) {
    .hero {
      min-height: calc(100vh - 150px);
      margin-bottom: 50px; } }
  .hero h1, .hero p {
    transition: all .85s ease-out;
    transition-delay: .15s;
    opacity: 0; }
  .hero h1 {
    transform: translateY(30px);
    line-height: 1.2; }
  .hero p {
    transform: translateY(35px);
    transition-delay: .45s; }

.hero--no-bottom {
  margin-bottom: 0; }

.hero--is-animated h1, .hero--is-animated p {
  transform: translateY(0);
  opacity: 1; }

.meet {
  background-color: #FAFAFA;
  padding: 50px 25px 60px; }
  @media (min-width: 768px) {
    .meet {
      padding: 100px 50px; } }

.meetIntro {
  text-align: center;
  margin: 0 auto 45px;
  max-width: 460px; }
  @media (min-width: 768px) {
    .meetIntro {
      margin-bottom: 115px; } }
  @media (min-width: 768px) {
    .meetIntro h1 {
      margin-bottom: 15px; } }

.meetBox {
  margin-bottom: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .meetBox {
      -ms-flex-align: center;
          align-items: center;
      max-width: 760px;
      margin: 0 auto 115px;
      -ms-flex-direction: row;
          flex-direction: row; }
      .meetBox:nth-child(2n+1) {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
        .meetBox:nth-child(2n+1) .meetBox__text {
          text-align: right; }
        .meetBox:nth-child(2n+1) .meetBox__header:after {
          left: -100%; }
        .meetBox:nth-child(2n+1) p {
          float: right; }
      .meetBox:first-child {
        -ms-flex-direction: row;
            flex-direction: row; }
        .meetBox:first-child .meetBox__text {
          text-align: left; }
        .meetBox:first-child p {
          float: none; } }
  .meetBox:last-child {
    margin-bottom: 0; }

.meetBox--is-animated .meetBox__text,
.meetBox--is-animated .meetBox__image,
.meetBox:nth-child(2n+1).meetBox--is-animated .meetBox__text,
.meetBox:nth-child(2n+1).meetBox--is-animated .meetBox__image {
  opacity: 1; }

.meetBox--is-animated .meetBox__header:after,
.meetBox:nth-child(2n+1).meetBox--is-animated .meetBox__header:after {
  left: 0; }

.meetBox__text,
.meetBox__image {
  opacity: 0;
  transition: opacity .5s ease-out; }

.meetBox__text {
  margin: 0 auto 25px;
  width: 50%;
  transition-delay: .25s;
  overflow: hidden;
  min-width: 225px; }
  @media (min-width: 768px) {
    .meetBox__text {
      position: relative;
      height: 100%;
      width: calc(100% - 390px);
      margin: 0; } }
  .meetBox__text p {
    margin-bottom: 30px;
    max-width: 290px; }
    .meetBox__text p:last-child {
      margin-bottom: 0; }
  .meetBox__text a {
    text-transform: uppercase;
    color: #404041; }
    .meetBox__text a:hover {
      color: #DF5A49; }

.meetBox__header {
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative; }
  .meetBox__header:after {
    content: '';
    background-color: #DF5A49;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: left .5s ease-out;
    transition-delay: .25s; }
    @media (min-width: 768px) {
      .meetBox__header:after {
        height: 4px; } }
  .meetBox__header h2 {
    font-size: 20px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .meetBox__header h2 {
        font-size: 25px; } }

.meetBox__image {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .meetBox__image {
      float: right;
      width: 390px;
      margin-bottom: 0; } }
  .meetBox__image img {
    width: 100%; }

.redbox {
  background-color: #DF5A49;
  color: #ffffff;
  padding: 25px;
  text-align: center; }
  @media (min-width: 768px) {
    .redbox {
      padding: 85px 0; } }
  .redbox a {
    color: #ffffff; }
    .redbox a:hover {
      color: #404041; }

.redbox__container {
  width: 75%;
  margin: 0 auto;
  position: relative;
  padding: 25px;
  max-width: 480px;
  overflow: hidden;
  opacity: 0;
  transition: opacity .25s ease-out; }
  .redbox__container:before, .redbox__container:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #ffffff;
    transition: top .25s ease-out;
    transition-delay: .15s; }
  .redbox__container:before {
    top: 100%;
    left: 0; }
  .redbox__container:after {
    right: 0;
    top: -100%; }

.redbox__container--is-animated {
  opacity: 1; }
  .redbox__container--is-animated:before, .redbox__container--is-animated:after {
    top: 0; }

.redbox__header {
  margin-bottom: 25px; }

.redbox__text {
  max-width: 300px;
  margin: 0 auto; }

.redbox__contact p {
  margin-bottom: 25px; }
  .redbox__contact p:last-child {
    margin-bottom: 0; }

.redbox__contact strong {
  text-transform: none;
  display: block; }

.recentWork {
  background-color: #FAFAFA;
  padding: 45px 25px; }
  @media (min-width: 768px) {
    .recentWork {
      padding: 115px 0; } }

.recentWork__header {
  text-align: center;
  margin-bottom: 45px; }

.recentWork__properties {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 45px;
  max-width: 790px; }
  @media (min-width: 992px) {
    .recentWork__properties {
      max-width: 1062px; } }

.recentWork__property {
  -ms-flex: calc(50% - 30px);
      flex: calc(50% - 30px);
  text-align: center;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 200px;
  position: relative;
  margin: 0 15px 15px 0; }
  @media (min-width: 768px) {
    .recentWork__property {
      -ms-flex: calc(25% - 30px);
          flex: calc(25% - 30px);
      margin: 0 20px 0 0;
      min-height: 400px; } }
  @media (min-width: 992px) {
    .recentWork__property {
      min-height: 540px; } }
  .recentWork__property:nth-child(even) {
    margin-right: 0; }
    @media (min-width: 768px) {
      .recentWork__property:nth-child(even) {
        margin-right: 20px; } }
  @media (min-width: 768px) {
    .recentWork__property:last-child {
      margin-right: 0; } }
  .recentWork__property:after {
    content: '';
    background-color: rgba(223, 90, 73, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .25s ease-out; }
  .recentWork__property:hover:after,
  .recentWork__property:hover span {
    opacity: 1; }
  .recentWork__property:hover span:before, .recentWork__property:hover span:after {
    opacity: 1;
    top: 0; }
  .recentWork__property:hover div {
    filter: grayscale(100%); }
  .recentWork__property div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0; }
  .recentWork__property span {
    padding: 5px 15px;
    position: relative;
    opacity: 0;
    transition: opacity .25s ease-out;
    overflow: hidden;
    z-index: 2; }
    .recentWork__property span:before, .recentWork__property span:after {
      content: '';
      position: absolute;
      width: 3px;
      height: 100%;
      background-color: #ffffff;
      transition: all .5s ease-out;
      transition-delay: .15s;
      opacity: 0; }
    .recentWork__property span:before {
      top: 100%;
      left: 0; }
    .recentWork__property span:after {
      top: -100%;
      right: 0; }

.recentWork__link {
  text-transform: uppercase;
  text-align: center; }
  .recentWork__link a {
    color: #404041; }
    .recentWork__link a:hover {
      color: #DF5A49; }

@media (min-width: 992px) {
  .recentWork__property {
    opacity: 0;
    transition: all 1.25s ease-out; }
  .recentWork__property:nth-child(4n+1) {
    transform: translateY(50px); }
  .recentWork__property:nth-child(4n+2) {
    transform: translateY(125px); }
  .recentWork__property:nth-child(4n+3) {
    transform: translateY(100px); }
  .recentWork__property:nth-child(4n+4) {
    transform: translateY(75px); }
  .recentWork__property.recentWork__property--is-animated {
    opacity: 1;
    transform: translateY(0); } }

.callout {
  background-size: cover;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-transform: uppercase;
  min-height: 186px; }
  @media (min-width: 768px) {
    .callout {
      min-height: 240px; } }
  .callout a {
    color: #404041; }
    .callout a:hover {
      color: #DF5A49; }

.globalFooter__content {
  background-color: #DF5A49;
  color: #ffffff;
  overflow: hidden;
  line-height: 54px;
  padding: 0 25px;
  position: relative; }
  .globalFooter__content .logo {
    width: 143px;
    height: 54px;
    float: left;
    background: url(../images/footer-logo.svg) no-repeat center center;
    text-indent: -9999px; }
    @media (min-width: 768px) {
      .globalFooter__content .logo {
        width: 100%; } }
  .globalFooter__content a {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    z-index: 5; }

.globalFooter__copyright {
  font-size: 12px;
  color: #D1D2D4;
  text-align: center;
  padding: 15px; }
  .globalFooter__copyright a {
    color: #D1D2D4; }
    .globalFooter__copyright a:hover {
      color: #696b70; }

.about {
  margin: 0 auto 50px;
  position: relative;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 930px) {
    .about {
      max-width: 840px;
      margin-top: -170px; } }

.about__logo {
  margin: 50px 25px;
  max-width: 100%;
  transition: all .25s ease-out;
  opacity: 0; }
  @media (min-width: 930px) {
    .about__logo {
      position: absolute;
      bottom: 0;
      right: 0; } }

.about__logo--is-animated {
  opacity: 1; }
  @media (min-width: 930px) {
    .about__logo--is-animated {
      bottom: 85px; } }

.about__text {
  background-color: #DF5A49;
  color: #ffffff;
  padding: 25px; }
  @media (min-width: 400px) {
    .about__text {
      padding: 50px 64px; } }
  @media (min-width: 930px) {
    .about__text {
      max-width: 547px; } }
  .about__text h1,
  .about__text p {
    opacity: 0;
    transform: translateY(50px);
    transition: all .5s ease-out;
    transition-delay: .5s; }
  .about__text h1 {
    margin-bottom: 15px; }
  .about__text p {
    margin-bottom: 25px; }
    .about__text p:last-child {
      margin-bottom: 0; }

.about__text--is-animated h1, .about__text--is-animated p {
  transform: translateY(0);
  opacity: 1; }

.abouthero {
  background: url("https://unsplash.it/924/534");
  background-position: center center;
  background-size: cover;
  padding: 220px 45px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .abouthero {
      min-height: 534px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 0;
      margin-bottom: 50px; } }
  .abouthero h1 {
    max-width: 457px;
    margin: 0 auto; }

.form {
  background-color: #FAFAFA;
  padding: 50px 25px; }

.form__header {
  text-align: center;
  margin-bottom: 50px; }

.form__container {
  max-width: 480px;
  margin: 0 auto; }

.form__field {
  list-style: none;
  margin-bottom: 25px; }
  .form__field label {
    display: none; }
  .form__field input,
  .form__field textarea {
    background-color: #ffffff;
    width: 100%;
    line-height: 49px;
    padding: 0 15px; }
  .form__field textarea {
    padding: 10px 15px;
    line-height: 1.4; }

.form__button {
  list-style: none;
  text-align: center; }
  .form__button button {
    font-weight: 600;
    text-transform: uppercase; }

.form__thanks {
  text-align: center;
  max-width: 303px;
  margin: 0 auto;
  padding: 15vh 0; }

.project {
  position: relative;
  margin-bottom: 50px; }

.projectInfo {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #DF5A49;
  color: #ffffff;
  z-index: 1337;
  transition: all .25s ease-in;
  padding: 25px;
  text-align: center;
  opacity: 0;
  z-index: -1;
  overflow: scroll; }
  @media (min-width: 768px) {
    .projectInfo {
      padding: 50px;
      position: absolute;
      overflow: auto; } }
  .projectInfo a {
    display: inline-block;
    padding: 50px 50px 25px;
    max-width: 200px;
    margin: 0 auto;
    color: #ffffff;
    text-transform: uppercase; }
    .projectInfo a:hover {
      color: #404041; }

.projectInfo--is-visible {
  display: -ms-flexbox;
  display: flex;
  top: 0;
  opacity: 1;
  z-index: 1337;
  -ms-flex-direction: column;
      flex-direction: column; }
  .projectInfo--is-visible + .projectInfo__toggler {
    z-index: -1; }

.projectInfo__header {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .projectInfo__header {
      margin-bottom: 50px; } }

.projectInfo__text {
  max-width: 475px;
  margin: 0 auto;
  -ms-flex: 1;
      flex: 1; }

.projectInfo__toggler {
  font-family: "Neutraface Text", sans-serif;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #DF5A49;
  text-transform: uppercase;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  padding: 0 25px;
  z-index: 9000; }
  @media (min-width: 768px) {
    .projectInfo__toggler {
      font-size: 25px;
      height: 48px;
      line-height: 48px; } }
  .projectInfo__toggler i {
    font-size: 8px;
    margin-left: 15px; }
    @media (min-width: 768px) {
      .projectInfo__toggler i {
        font-size: 17px; } }
  .projectInfo__toggler:hover {
    color: #404041; }

.projectSlides .slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1000;
  color: #ffffff;
  padding: 25px;
  cursor: pointer;
  transition: color .25s ease-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .projectSlides .slick-arrow:hover {
    color: #DF5A49; }

.projectSlides .slick-next {
  right: 0; }

.projectSlides .slick-prev {
  left: 0; }

.projectSlides .slick-dots {
  position: absolute;
  bottom: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .projectSlides .slick-dots li {
    background-color: #FAFAFA;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    text-indent: -9999px;
    margin: 0 3px; }
  .projectSlides .slick-dots .slick-active {
    background-color: #DF5A49; }

.projectSlide {
  background-color: #FAFAFA;
  text-align: center; }
  .projectSlide img {
    display: inline;
    width: 100%; }

.otherProjects {
  background-color: #FAFAFA;
  padding: 50px 25px; }

.otherProjects__header {
  text-align: center;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .otherProjects__header {
      margin-bottom: 50px; } }

.otherProjects__items {
  margin: 0 auto;
  max-width: 984px; }
  @media (min-width: 768px) {
    .otherProjects__items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.otherProjects__item {
  list-style: none;
  position: relative;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .otherProjects__item {
      margin-bottom: 0;
      margin-right: 15px; }
      .otherProjects__item:last-child {
        margin-right: 0; } }
  .otherProjects__item img {
    width: 100%;
    filter: grayscale(0);
    transition: filter .25s ease-out; }
  .otherProjects__item a {
    display: block; }
    .otherProjects__item a:after {
      content: '';
      background-color: rgba(223, 90, 73, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity .25s ease-out; }
    .otherProjects__item a:hover:after,
    .otherProjects__item a:hover span,
    .otherProjects__item a:hover span:before,
    .otherProjects__item a:hover span:after {
      opacity: 1; }
    .otherProjects__item a:hover span:before,
    .otherProjects__item a:hover span:after {
      top: 0; }
    .otherProjects__item a:hover img {
      filter: grayscale(100%); }
  .otherProjects__item span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 500;
    transform: translate3d(-50%, -50%, 0);
    color: #ffffff;
    text-transform: uppercase;
    overflow: hidden;
    opacity: 0;
    padding: 5px 15px; }
    .otherProjects__item span:before, .otherProjects__item span:after {
      content: '';
      position: absolute;
      width: 3px;
      height: 100%;
      background-color: #ffffff;
      transition: all .5s ease-out;
      transition-delay: .15s;
      opacity: 0; }
    .otherProjects__item span:before {
      top: 100%;
      left: 0; }
    .otherProjects__item span:after {
      top: -100%;
      right: 0; }
