/* SCSS Document */
/* MICROSOFT NONSENSE */
/* MIXINS */
/* RESET STYLES */
html, body, ul, ol, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, button, select, textarea {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

/* VARIABLES */
/* ELEMENT STYLES */
strong {
  font-weight: 700;
}

a {
  color: #00174F;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
}
a img {
  border: none;
}

em {
  font-style: italic;
}

body.pause {
  overflow: hidden;
  height: 100%;
}

body, html {
  text-align: center;
  color: #00174F;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  background: #F3F0EA;
  line-height: 1.35em;
}

h1, h2, h3, h4, h5 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1em;
  display: block;
  margin: 0.15em 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 2em;
}
h2 + h3 {
  margin: 1em 0 0.5em;
}

h3 {
  font-size: 1em;
  text-transform: uppercase;
}
h3 + p {
  margin-top: 0;
}

input {
  line-height: 2em;
  margin-left: 1em;
  outline: none;
  border: none;
  font-family: futura-pt, sans-serif;
  font-size: 1em;
  background-color: transparent;
  color: #FFFFFF;
}

/* GENERAL STYLES */
.link {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  margin-right: 28px;
  cursor: pointer;
}
.link:hover {
  opacity: 0.5;
}

.hide {
  opacity: 0;
  cursor: default;
}

.dropin {
  opacity: 0;
  position: relative;
  top: 2em;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.dropin.now {
  opacity: 1;
  top: 0;
}

.inner {
  width: 90vw;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
  position: relative;
}

/* NAV STYLES */
nav {
  width: 100vw;
  top: 3em;
  position: fixed;
  z-index: 99998;
}
nav #trigger {
  background-color: #F3F0EA;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 4vw;
  right: 4vw;
  border-radius: 20px;
  z-index: 999;
  display: none;
}
nav #trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 28px;
  background: #00174F;
  opacity: 1;
  left: 6px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
nav #trigger span:nth-child(1) {
  top: 10px;
}
nav #trigger span:nth-child(2) {
  top: 18px;
}
nav #trigger span:nth-child(3) {
  top: 26px;
}
nav #trigger.open span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
nav #trigger.open span:nth-child(2) {
  opacity: 0;
}
nav #trigger.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-45deg);
}
nav ul {
  opacity: 1;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
  position: relative;
  background-color: #F3F0EA;
  border-radius: 24px;
}
nav ul li {
  font-weight: 400;
  display: inline-block;
  margin: 9px 1em 10px;
  line-height: 1em;
}
nav ul li a:hover {
  border-bottom: 2px solid #00174F;
}
nav ul li.selected a {
  border-bottom: 1px solid #00174F;
  cursor: default;
  cursor: pointer;
}
nav ul li.selected a:hover {
  cursor: default;
  border-width: 1px;
}

main {
  display: flex;
  flex-wrap: wrap;
  /* HEADER STYLES */
}
main header {
  width: 100vw;
  height: 80vh;
  background-color: #F3F0EA;
  position: sticky;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-evenly;
}
main header .inner {
  padding: 0;
}
main header .inner h1 {
  font-size: 10em;
  line-height: 0.9em;
}
main header .inner h2 {
  font-size: 3.5em;
}
main header .padder {
  width: 100%;
}
main header img {
  width: 260px;
  height: auto;
  margin: 0 auto;
}
main section {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}
main section.stripe {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 50vh;
  position: sticky;
  top: 0;
}
main section.stripe.one {
  background-image: url("../images/stripe-1.svg");
  border-width: 20px 0;
  border-style: solid;
  border-color: #00174F;
  height: calc(50vh - 40px);
}
main section.stripe.two {
  background-image: url("../images/stripe-2.svg");
}
main section.stripe.three {
  background-image: url("../images/stripe-3.svg");
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.05);
}
main section.stripe.four {
  background-image: url("../images/stripe-4.svg");
}
main section.stripe.five {
  background-image: url("../images/stripe-5.svg");
}
main section.stripe.six {
  background-image: url("../images/stripe-6.svg");
}
main section.split {
  display: flex;
  flex-wrap: wrap;
  height: 90vh;
}
main section.split .splitimg {
  width: 50%;
  background-color: #FFFFFF;
}
main section.split .splitimg img {
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
main section.split .splitimg img.border {
  width: 90%;
  height: 81vh;
  margin: 4.5vh 5%;
}
main section.split .splitimg img.profile {
  width: 60%;
  height: auto;
  margin: 20%;
}
main section.split .splitcont {
  width: 30%;
  background-color: #FFFFFF;
  padding: 0 10%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main section.split .splitcont span {
  display: block;
  text-indent: 2em;
}
main section.quote {
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 90vh;
}
main section.quote blockquote {
  font-size: 3.5em;
  line-height: 1.2em;
  text-align: left;
  display: block;
  position: relative;
  width: 75vw;
  max-width: 900px;
  margin: 0 auto;
}
main section.quote blockquote::before {
  content: open-quote;
  display: block;
  position: absolute;
  top: 0;
  left: -0.5em;
}
main section.quote blockquote::after {
  content: close-quote;
}
main section.title {
  background-color: #F3F0EA;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100vh;
}
main section.title h2 {
  font-size: 10em;
}
main section.complist {
  background-color: transparent;
  height: auto;
  border-bottom: 2em solid #F3F0EA;
}
main section.complist .item {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main section.complist .item .wrapper {
  width: 22vw;
  background-color: #00174F;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
main section.complist .item .wrapper img {
  width: 100%;
  height: 13vw;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.complist .item .wrapper .copy {
  width: 86%;
  margin: 7%;
  text-align: left;
  height: 9.6em;
}
main section.complist .item .wrapper .copy h4 {
  font-size: 1.8em;
  line-height: 1.2em;
}
main section.complist .item .wrapper .copy h5 {
  opacity: 0.5;
  position: absolute;
  bottom: 7%;
}
main section.complist .item:nth-of-type(1) .wrapper {
  left: -35vw;
}
main section.complist .item:nth-of-type(2) .wrapper {
  left: 35vw;
}
main section.complist .item:nth-of-type(3) .wrapper {
  left: -25vw;
}
main section.complist .item:nth-of-type(4) .wrapper {
  left: 15vw;
}
main section.complist .item:nth-of-type(5) .wrapper {
  left: -20vw;
}
main section.complist .item:nth-of-type(6) .wrapper {
  left: 20vw;
}
main section.complist .item:last-of-type {
  margin-bottom: 100vh;
}
main section.full {
  height: auto;
}
main section.timeline {
  background-color: #00174F;
  color: #FFFFFF;
  height: auto;
}
main section.timeline #tlcont {
  position: sticky;
  top: 0;
  width: calc(100vw - 61px);
  color: #FFFFFF;
  z-index: 1;
}
main section.timeline #tlcont #tlyear {
  font-size: 10vw;
  line-height: 0.8em;
  display: block;
  position: absolute;
  left: 5vh;
  top: 15vh;
}
main section.timeline #tlcont #tlcopy {
  width: 20%;
  position: absolute;
  left: calc(23vw + 5vh);
  top: 15vh;
  text-align: left;
}
main section.timeline #tlcont #tlcopy div {
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00174F;
  height: 66vh;
}
main section.timeline #tlcont #tlcopy div h5 {
  text-transform: uppercase;
}
main section.timeline #tlcont #tlcopy div p {
  margin: 0;
  text-indent: 2em;
}
main section.timeline #tlcont #tlcopy div p:first-of-type {
  margin-top: 0.25em;
  text-indent: 0;
}
main section.timeline #tlcont #tlcopy div.show {
  opacity: 1;
}
main section.timeline .tlimgs {
  color: #FFFFFF;
  height: auto;
}
main section.timeline .tlimgs.first {
  margin-top: 15vh;
}
main section.timeline .tlimgs img {
  width: 50vw;
  height: 70vh;
  margin-left: calc(50vw - 61px);
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -5em;
}
main section.timeline .tlimgs img.c1 {
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
main section.timeline .tlimgs img.c2 {
  -o-object-position: 90% 50%;
     object-position: 90% 50%;
}
main section.timeline .tlimgs img.c3 {
  -o-object-position: 0 50%;
     object-position: 0 50%;
  height: 50vh;
}
main section.timeline .tlimgs img.c4 {
  -o-object-position: 90% 50%;
     object-position: 90% 50%;
}
main section.timeline .tlimgs img.c5 {
  -o-object-position: 25% 50%;
     object-position: 25% 50%;
}
main section.timeline .tlimgs img.c6 {
  -o-object-position: 90% 50%;
     object-position: 90% 50%;
}
main section.timeline .tlimgs img.c7 {
  -o-object-position: 0 50%;
     object-position: 0 50%;
  height: 50vh;
}
main section.timeline .tlimgs img.c8 {
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
}
main section.timeline .tlimgs img.c9 {
  -o-object-position: 90% 50%;
     object-position: 90% 50%;
}
main section.timeline .tlimgs img.c10 {
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
  height: 40vh;
}
main section.timeline .tlimgs img.c11 {
  -o-object-position: 90% 50%;
     object-position: 90% 50%;
}
main section.timeline .tlimgs img.c12 {
  -o-object-position: 15% 50%;
     object-position: 15% 50%;
}
main section.timeline .tlimgs img.c13 {
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
  height: 40vh;
}
main section.timeline .tlimgs img.c14 {
  -o-object-position: 70% 50%;
     object-position: 70% 50%;
}
main section.timeline .tlimgs img.c15 {
  -o-object-position: 10% 50%;
     object-position: 10% 50%;
}
main section.timeline .tlimgs img.c16 {
  -o-object-position: 0 50%;
     object-position: 0 50%;
  height: 45vh;
}
main section.timeline .tlimgs img.c17 {
  -o-object-position: 94% 50%;
     object-position: 94% 50%;
  height: 40vh;
}
main section.timeline .tlimgs img.c18 {
  -o-object-position: 10% 50%;
     object-position: 10% 50%;
  height: 60vh;
}
main section.timeline .tlimgs img.c19 {
  -o-object-position: 45% 50%;
     object-position: 45% 50%;
  height: 60vh;
}
main section.timeline .tlimgs img.c20 {
  -o-object-position: 90% 50%;
     object-position: 90% 50%;
  height: 45vh;
}
main section.timeline .tlimgs img.c21 {
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
  height: 50vh;
}
main section.timeline .tlimgs img.c22 {
  -o-object-position: 60% 50%;
     object-position: 60% 50%;
  height: 60vh;
}
main section.timeline .tlimgs img.c23 {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 50vh;
}
main section.timeline .tlimgs img.c24 {
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
  height: 55vh;
}
main section.timeline .tlimgs img.c25 {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 40vh;
}
main section.timeline .tlimgs img.c26 {
  -o-object-position: 40% 50%;
     object-position: 40% 50%;
  height: 50vh;
  margin-bottom: 50vh;
}
main section.timeline .tlimgs img.c27 {
  -o-object-position: 0 50%;
     object-position: 0 50%;
  height: 55vh;
}
main section.contact {
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  z-index: 99999;
  min-height: 80vh;
  height: auto;
}
main section.contact #searchconts {
  width: 100vw;
  background-color: #00174F;
  min-height: 10vh;
  position: sticky;
  top: 0;
  z-index: 1;
}
main section.contact #searchconts div {
  color: #FFFFFF;
  height: 40px;
  border-bottom: 1px solid #FFFFFF;
  margin: 30px auto 29px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5em;
}
main section.contact #contcopy {
  width: 21vw;
  padding: 4em 2vw;
  text-align: left;
}
main section.contact #contacts {
  display: flex;
  flex-wrap: wrap;
  width: 75vw;
  position: relative;
  padding: 3em 0 13em;
}
main section.contact #contacts .card {
  width: 33.33333%;
  padding: 0;
  border-top: 1px solid #7D87A4;
}
main section.contact #contacts .card div {
  text-align: left;
  padding: 1em 1em 1em 0;
  text-align: left;
}
main section.contact #contacts .card div h3 {
  font-size: 1.1em;
  margin: 1em 0;
}
main section.contact #contacts .card div .address {
  text-transform: uppercase;
}

/* FOOTER STYLES */
footer {
  background-color: #FFFFFF;
  color: #00174F;
  height: 10vh;
  line-height: 10vh;
  position: relative;
  width: 100vw;
  font-size: 0.88em;
}
footer img {
  width: 51px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer .copy {
  position: absolute;
  top: 0;
  left: 5vw;
}
footer .hash {
  position: absolute;
  top: 0;
  right: 5vw;
}
footer.beige {
  background-color: #F3F0EA;
}
footer.blue {
  background-color: #00174F;
  color: #FFFFFF;
}

body.blue header, body.blue footer {
  background-color: #00174F;
  color: #FFFFFF;
}
body.blue nav ul {
  background-color: #00174F;
  color: #FFFFFF;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.05);
}
body.blue nav ul li a {
  color: #FFFFFF;
}
body.blue nav ul li a:hover {
  border-color: #FFFFFF;
}
body.blue nav ul li.selected a {
  border-color: #FFFFFF;
}

/* Desktop Styles */
@media only screen and (min-width: 1025px) {
  main section.contact #contacts .card:nth-child(-n+3) {
    border-top: 0;
  }
}
/* Tablet Styles */
@media only screen and (max-width: 1024px) {
  main header .inner h1 {
    font-size: 14vw;
  }
  main header .inner h2 {
    font-size: 4.5vw;
  }
  main section.split .splitimg {
    width: 66.66666%;
  }
  main section.split .splitimg img {
    -o-object-position: 25% 0;
       object-position: 25% 0;
  }
  main section.split .splitcont {
    width: 23.33333%;
    padding: 5%;
  }
  main section.title h2 {
    font-size: 14vw;
  }
  main section.contact #contacts .card {
    width: 40%;
    padding: 5%;
  }
  main section.contact #contacts .card:nth-child(-n+2) {
    border-top: 0;
  }
}
/* Phone Styles */
@media only screen and (max-width: 819px) {
  nav {
    top: 0;
  }
  nav #trigger {
    display: block;
  }
  nav ul {
    margin: 5vw;
    width: 90vw;
    padding: 0;
    opacity: 0;
  }
  nav ul li {
    font-size: 1.5em;
    line-height: 1.3em;
    width: 100%;
    margin: 0.5em 0;
  }
  nav.open ul {
    opacity: 1;
  }
  main section.split {
    height: auto;
    position: relative;
  }
  main section.split .splitimg {
    width: 100%;
  }
  main section.split .splitimg img {
    height: auto;
  }
  main section.split .splitcont {
    width: 90%;
    padding: 5em 5%;
    height: auto;
  }
  main section.quote blockquote {
    font-size: 2em;
  }
  main section.title h2 {
    font-size: 14vw;
  }
  main section.complist .item .wrapper {
    width: 47vw;
  }
  main section.complist .item .wrapper img {
    height: 28vw;
  }
  main section.complist .item .wrapper .copy h4 {
    font-size: 1.25em;
  }
  main section.complist .item:nth-of-type(1) .wrapper {
    left: -24.5vw;
  }
  main section.complist .item:nth-of-type(2) .wrapper {
    left: 24.5vw;
  }
  main section.complist .item:nth-of-type(3) .wrapper {
    left: -24.5vw;
  }
  main section.complist .item:nth-of-type(4) .wrapper {
    left: 24.5vw;
  }
  main section.complist .item:nth-of-type(5) .wrapper {
    left: -24.5vw;
  }
  main section.complist .item:nth-of-type(6) .wrapper {
    left: 24.5vw;
  }
  main section.complist .item:last-of-type {
    margin-bottom: 100vh;
  }
  main section.timeline #tlcont {
    width: 50vw;
  }
  main section.timeline #tlcont #tlyear {
    left: 4vw;
    width: 44vw;
    top: 5vw;
    text-align: left;
  }
  main section.timeline #tlcont #tlcopy {
    left: 4vw;
    width: 44vw;
    top: 11vh;
    font-size: 0.9em;
    line-height: 1.3em;
  }
  main section.timeline .tlimgs img {
    margin-left: 52vw;
    width: 44vw;
  }
  main section.contact #contcopy {
    width: 80vw;
    padding: 1em 10vw;
  }
  main section.contact #contacts {
    width: 100vw;
  }
  main section.contact #contacts .card {
    width: 90%;
    padding: 5%;
  }
  main section.contact #contacts .card:first-of-type {
    border-top: 0;
  }
  footer img {
    width: 26px;
    top: 0;
  }
}/*# sourceMappingURL=styles.css.map */