/*Fonts*/
/*Colors*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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

a {
  text-decoration: none; }

body, html {
  margin: 0;
  padding: 0;
  font-size: 10px; }

b, strong {
  font-weight: bold; }

.error .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.error h1 {
  font-size: 10rem;
  color: #363333;
  margin-bottom: 1.5rem;
  letter-spacing: 10px; }

.error h3, .error p {
  flex: 0 0 100%;
  text-align: center; }

.error h3, .error p {
  font-size: 4rem;
  margin: 0 0 1.5rem 0; }

.error p {
  font-size: 2rem; }

.error .button {
  margin-top: 1.5rem; }

body, html {
  font-size: 10px; }

body {
  overflow-x: hidden; }

* {
  box-sizing: border-box;
  font-family: roc-grotesk, sans-serif;
  color: #363333; }

.container {
  max-width: 90%;
  width: 1310px;
  margin: 0 auto; }

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

.img-container {
  position: relative;
  overflow: hidden; }
  .img-container > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }
    .img-container > img + .container {
      position: relative;
      z-index: 1; }

h2 {
  font-size: 3.7rem;
  letter-spacing: 1.38px;
  margin: 0 0 5rem; }

p, li {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: .27px;
  font-weight: 300; }
  p:first-of-type, li:first-of-type {
    margin-top: 0; }
  p:last-of-type, li:last-of-type {
    margin-bottom: 0; }

.button {
  display: inline-block;
  background-color: #363333;
  border: 1px solid #363333;
  color: white;
  padding: 2rem 4rem;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  font-weight: 500;
  font-size: 1.6rem;
  align-self: center;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none; }
  .button:hover {
    color: #363333;
    background-color: white; }

.banner {
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%; }
  .banner svg {
    width: 100%; }

.page-layout, .call-to-action {
  position: relative;
  background-color: white;
  top: 100vh; }
  .page-layout:before, .call-to-action:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #FBFBFB; }

.page-layout {
  padding: 15.5rem 0 0;
  margin-bottom: -5rem; }
  .page-layout .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .page-layout .container .img-container {
      height: 100%; }
      .page-layout .container .img-container:nth-of-type(1) {
        flex: 0 0 27%;
        padding-bottom: 38%; }
      .page-layout .container .img-container:nth-of-type(2) {
        flex: 0 0 50%;
        padding-bottom: 27.5%;
        margin: 0 10% 0 auto; }
      .page-layout .container .img-container:nth-of-type(3) {
        flex: 0 0 40%;
        padding-bottom: 32%;
        position: relative;
        left: 5rem;
        top: -5rem; }

.mission-statement {
  height: 100%;
  max-width: calc(50% - 5.5rem);
  padding: 0 10% 5rem 0;
  align-self: flex-end;
  position: relative;
  z-index: 3; }

.call-to-action {
  padding: 23rem 0 8rem;
  text-align: center;
  position: relative; }
  .call-to-action:after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 19rem;
    background-color: #242623; }
  .call-to-action a {
    color: #242623;
    font-size: 1.6rem;
    position: relative;
    font-weight: 400;
    padding: 1rem;
    left: -2.5rem; }
    .call-to-action a:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -7rem;
      width: 55px;
      height: 42px;
      background-image: url(images/arrow.svg);
      transition: all ease-in-out .2s; }
    .call-to-action a:hover:before {
      right: -8rem; }

@media only screen and (max-width: 1024px) {
  body, html {
    font-size: 8px; }
  .page-layout {
    padding: 8rem 0 0; }
  .call-to-action {
    padding: 20rem 0 8rem; }
    .call-to-action:after {
      height: 13rem; }
  h2 {
    margin: 0 0 3rem; } }

@media only screen and (max-width: 850px) {
  .mission-statement {
    padding: 0 0 5rem 0; }
  h2 {
    font-size: 3rem; } }

@media only screen and (max-width: 650px) {
  .mission-statement {
    max-width: 100%; }
  .page-layout .container .img-container:nth-of-type(1) {
    flex: 0 0 32%;
    padding-bottom: 45%; }
  .page-layout .container .img-container:nth-of-type(2) {
    flex: 0 0 55%;
    padding-bottom: 32.5%;
    margin: 0 0 0 auto; }
  .page-layout .container .img-container:nth-of-type(3) {
    flex: 0 0 50%;
    padding-bottom: 40%; }
  .call-to-action:after {
    top: 5rem;
    height: 10rem; } }

@media only screen and (max-width: 450px) {
  .page-layout .container .img-container {
    margin: 0 0 2.5rem !important; }
    .page-layout .container .img-container:nth-of-type(1) {
      flex: 0 0 66%;
      padding-bottom: 93%;
      margin: 0 auto 2.5rem !important; }
    .page-layout .container .img-container:nth-of-type(2) {
      flex: 0 0 100%;
      padding-bottom: 55%; }
    .page-layout .container .img-container:nth-of-type(3) {
      flex: 0 0 100%;
      padding-bottom: 100%;
      top: 0;
      left: 0; }
  .mission-statement {
    margin-top: 2.5rem; } }


/*# sourceMappingURL=app.min.css.map*/