@import url("https://use.typekit.net/pqc0hjg.css");
.plantin {
  font-family: plantin, serif;
  font-weight: 400;
  font-style: italic;
}

.lato {
  font-family: "Lato", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.masthead__bounds .menu {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
}

.hero__title {
  font-size: 86px;
  font-style: italic;
  letter-spacing: -2px;
  line-height: 1;
}

.hero__superscript h1,
.hero__superscript {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.hero__superscript h1 {
  display: inline-block;
}

.title,
.spotlight__title,
.process-step__title,
.about-panel__title {
  font-size: 60px;
}

.title--medium {
  font-size: 50px;
}

.contact__form label,
.superscript,
.spotlight__superscript,
.promo-bar__superscript,
.process-step__superscript,
.about-panel__superscript {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
}

.link-tile__superscript {
  color: #d1d1d1;
}

.body-text,
.spotlight__text,
.spotlight__text,
.link-tile__body,
.process-step__text,
.about-panel__text {
  font-size: 21px;
}

.body-text--small {
  font-size: 18px;
}

.about-panel__caption {
  font-size: 16px;
  color: #ccc;
}

.link-tile__tag {
  font-size: 30px;
  font-weight: 500;
}

.title--small,
.cta__title {
  font-size: 42px;
  letter-spacing: -1px;
  margin: 0;
  line-height: 1;
}

.promo-bar__text {
  font-size: 32px;
}

.btn,
.btn-text,
.line-btn,
.hero__btn,
.cta__btn {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}

.footer__title > *,
.footer__title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.mastfoot__quicklinks,
.footer__link {
  font-size: 20px;
}

.footer__contact-link,
.footer__text {
  font-size: 20px;
  font-weight: 300;
}

.footer__text strong,
.footer__text a {
  font-weight: bold;
}

.mastfoot__legal {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.mastfoot__attribution {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1500px) {
  .masthead__bounds .menu {
    font-size: 16px;
  }

  .hero__title {
    font-size: 66px;
  }

  .hero__superscript h1,
  .hero__superscript {
    font-size: 14px;
  }

  .title,
  .spotlight__title,
  .process-step__title,
  .about-panel__title {
    font-size: 40px;
  }

  .body-text,
  .spotlight__text,
  .link-tile__body,
  .process-step__text,
  .about-panel__text {
    font-size: 18px;
  }

  .about-panel__caption {
    font-size: 14px;
  }

  .link-tile__tag {
    font-size: 24px;
  }

  .promo-bar__text {
    font-size: 26px;
  }

  .title--small,
  .cta__title {
    font-size: 34px;
  }

  .btn-text,
  .line-btn,
  .hero__btn,
  .cta__btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero__title {
    font-size: 40px;
  }

  .hero__superscript h1,
  .hero__superscript {
    font-size: 12px;
  }

  .title,
  .spotlight__title,
  .process-step__title,
  .about-panel__title {
    font-size: 32px;
  }

  .footer__title {
    font-size: 18px;
  }

  .mastfoot__quicklinks,
  .footer__contact-link,
  .footer__text,
  .process-step__text,
  .about-panel__text {
    font-size: 16px;
  }

  .about-panel__caption {
    font-size: 13px;
  }

  .mastfoot__legal {
    font-size: 10px;
  }
}

@media only screen and (max-width: 700px) {
  .promo-bar__text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .title--small,
  .cta__title {
    font-size: 28px;
  }
}

.italic {
  font-style: italic;
}

/******************************
         font
*******************************/

html {
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 21px;
  box-sizing: border-box;
}

html *,
html *::before,
html *::after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  line-height: 1.5;
}

body.has-popup-open {
  overflow: hidden;
}

/******************************
         helpers
*******************************/

.bounds {
  max-width: calc(100vw - (167px * 2));
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (min-width: 1920px) {
  .bounds {
    max-width: 1620px;
  }
}

@media only screen and (max-width: 1440px) {
  .bounds {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

ul.has-clean-list,
.has-clean-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.has-styled-hover-links a:hover,
.has-styled-links a {
  background-color: #60717f;
}

.has-white-text {
  color: #fff;
}

.has-fancy-underline {
  position: relative;
}

.masthead__bounds .menu > li > a::after,
.has-fancy-underline::after {
  content: "";
  display: block;
  width: 94px;
  height: 6px;
  background: url("../assets/images/underline.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120%;
}

.masthead__bounds .menu > li > a::after {
  top: 95%;
}

.masthead__bounds .menu > li > a::after {
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.2s ease;
}

.masthead__bounds .menu > li:not(.menu-item-has-children) > a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.has-radial-overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: radial-gradient(rgba(0,0,0,0), rgb(0, 0, 0) 80%, rgb(0, 0, 0)); */
  background: radial-gradient(
      at 50% 45%,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 1) 85%,
      rgb(0, 0, 0)
    ),
    linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 20%);
  /* background: url("../assets/images/vignette.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; */
}

.has-gradient-background {
  background: #162530;
  position: relative;
}

.has-gradient-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #000, #162530);
  height: 50vh;
}

/******************************
       masthead 
*******************************/

.masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  padding-bottom: 20px;
}

.masthead::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0.75),
    rgba(10, 10, 10, 0.6) 75%,
    rgba(10, 10, 10, 0)
  );
  transition: all 0.8s ease;
  opacity: 0;
}

.is-scrolled .masthead::before {
  opacity: 1;
}

.masthead__bounds {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 46px;
  flex: 1;
}

.masthead-phone {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 14px;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

.mobile-spacer {
  display: none;
}

@media only screen and (max-width: 1500px) {
  .masthead-phone {
    font-size: 16px;
  }
}

.masthead__bounds .menu {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-10px);
}

.masthead__bounds nav {
  flex: 1;
}

#menu-mainmenuleft {
  justify-content: flex-end;
}

.masthead__bounds .menu a {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.masthead__bounds li {
  position: relative;
}

.masthead__bounds .menu > li > a {
  padding-bottom: 10px;
  display: block;
}

.masthead__bounds .menu-item-has-children {
  position: relative;
}

.masthead__bounds .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #162530;
  font-size: 18px;
  white-space: nowrap;
  display: none;
}

.masthead__bounds .menu-item-has-children .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.masthead__bounds li:hover > .sub-menu {
  display: block;
}

.masthead__bounds .sub-menu a {
  display: block;
  padding-bottom: 3px;
  padding-top: 3px;
}

.masthead__bounds .sub-menu li:first-child a {
  padding-top: 10px;
}

.masthead__bounds .sub-menu li:last-child a {
  padding-bottom: 10px;
}

.masthead__bounds .sub-menu a:hover {
  background-color: #60717f;
}

.masthead__logo {
  min-width: 240px;
  width: 240px;
  left: 50%;
  display: block;
  margin-left: 3vw;
  margin-right: 3vw;
  transition: all 0.4s ease;
}

.is-scrolled .masthead__logo {
  width: 140px;
  min-width: 140px;
}

.masthead__logo img {
  width: 100%;
  display: block;
}

.mobile-menu__toggle {
  outline: none;
  display: none;
  position: fixed;
  right: 30px;
  top: 46px;
  z-index: 1001;
  background-color: transparent;
  border: none;
  width: 25px;
  height: 25px;
  overflow: hidden;
  transition: background-color 0.8s ease;
}

.mobile-menu__toggle img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}

.has-menu-open .mobile-menu__toggle {
  width: 70px;
  height: 70px;
  right: 10px;
  top: 26px;
  background-color: #162530;
}

.has-menu-open .mobile-menu__toggle span {
  width: 26px;
  height: 26px;
  top: 20px;
  left: 20px;
  position: absolute;
  overflow: hidden;
}

.hide-sub-menu {
  position: fixed;
  top: 26px;
  right: 80px;
  font-size: 28px;
  padding: 20px;
  display: none;
  background-color: #162530;
}

.show-sub-menu .hide-sub-menu {
  z-index: 999;
  display: block;
}

/* .has-menu-open .mobile-menu__toggle img {
} */

.mobile-menu__toggle .mobile-menu__open {
  transition: all 0.3s ease 0.2s;
}

.has-menu-open .mobile-menu__toggle .mobile-menu__open {
  transform: translateX(100%) scale(0.7);
  transition: all 0.3s ease;
}

.mobile-menu__toggle .mobile-menu__close {
  transform: translateX(-100%) scale(0.7);
  /* transition: all 0.3s ease 0.7s; */
}

.has-menu-open .mobile-menu__close {
  transform: translateX(0);
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #162530;
  color: #fff;
  z-index: 1001;
  transform: translateX(-100%);
  transition: all 0.4s ease 0.1s;
}

.has-menu-open .mobile-menu {
  transform: translateX(0);
}

.mobile-menu__menus {
  padding-top: 100px;
  padding-left: 20px;
  font-size: 10vw;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease 0.5s;
}

.mobile-menu .sub-menu {
  padding-top: 100px;
  padding-left: 20px;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  overflow-y: auto;
  background-color: #162530;
  z-index: 200;
  transition: none;
  opacity: 0;
  /* font-size: 26px; */
}

.mobile-menu .sub-menu li:last-child {
  margin-bottom: 100px;
}

.mobile-menu .show-sub-menu .sub-menu {
  padding-right: 20px;
  transform: translateX(0);
  opacity: 1;
}

.has-menu-open .mobile-menu__menus {
  opacity: 1;
  transform: translateY(0);
  z-index: 200;
  position: relative;
}

.mobile-menu__logo {
  position: absolute;
  bottom: 20px;
  width: 40%;
  right: 20px;
  opacity: 0.2;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-animation: pulse 4s ease-in-out 0.5s 12 alternate;
  animation: pulse 4s ease-in-out 0.5s 12 alternate;
}

.menu li.mobile-only {
  display: none;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.2;
    -webkit-filter: saturate(0);
    filter: saturate(0);
  }

  100% {
    opacity: 0.4;
    -webkit-filter: saturate(0.7);
    filter: saturate(0.7);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.2;
    -webkit-filter: saturate(0);
    filter: saturate(0);
  }

  100% {
    opacity: 0.4;
    -webkit-filter: saturate(0.7);
    filter: saturate(0.7);
  }
}

.mobile-menu__phone {
  position: absolute;
  bottom: 20px;
  left: 24px;
  font-size: 40px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease 0.7s;
}

.has-menu-open .mobile-menu__phone {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (min-width: 600px) {
  .mobile-menu__menus {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1500px) {
  .masthead__logo {
    width: 200px;
    min-width: 200px;
  }

  .is-scrolled .masthead__logo {
    width: 120px;
    min-width: 120px;
  }
}

@media only screen and (max-width: 1024px) {
  .menu li.mobile-only {
    display: block;
  }

  .menu li.desktop-only {
    display: none;
  }

  .masthead__bounds nav {
    display: none;
  }

  .mobile-menu__toggle {
    display: block;
  }

  /* .masthead__logo {
    width: 140px;
    min-width: 140px;
  } */

  .masthead__bounds {
    padding-top: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-menu .show-sub-menu .sub-menu {
    font-size: 30px;
  }

  .mobile-menu .show-sub-menu .sub-menu li {
    max-width: 100%;
  }
}

/******************************
       hero 
*******************************/

.hero {
  height: 720px;
  position: relative;
  background-color: #162530;
}

.hero--large {
  height: 100vh;
}

.hero__background {
  height: 100%;
}

.hero__background video,
.hero__background img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}

.hero__title {
  margin-top: 20px;
  margin-bottom: 0;
}

.hero--large .hero__title {
  line-height: 1.1;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.btn,
.hero__btn {
  border: 1px solid #fff;
  max-width: 320px;
  display: inline-block;
  padding: 20px 40px;
  margin-top: 100px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.cta__btn,
.btn,
.hero__btn {
  transition: background-color 0.4s ease;
}

.cta__btn:hover,
.btn:hover,
.hero__btn:hover {
  background-color: #5b6c7a;
}

.hero__foreground {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 150px;
}

.hero--large .hero__foreground {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
  bottom: initial;
  max-width: 1100px;
  padding-top: 60px;
}

.hero__bounds > * {
  /* margin: 0; */
}

.hero__flourish {
  position: absolute;
  right: 6vw;
  top: 200px;
}

.hero__flourish::before {
  content: "";
  display: block;
  height: 1px;
  width: 250px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.hero__flourish::after {
  content: "";
  display: block;
  height: 85px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: -26px;
  right: 26px;
}

.hero__flourish2 {
  position: absolute;
  left: 6vw;
  bottom: 120px;
}

.hero__flourish2::before {
  content: "";
  display: block;
  height: 1px;
  width: 250px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero__flourish2::after {
  content: "";
  display: block;
  height: 85px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -26px;
  left: 26px;
}

@media only screen and (max-width: 1500px) {
  .hero--large .hero__foreground {
    max-width: 750px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero {
    height: 550px;
  }

  .hero.hero--large {
    height: 90vh;
  }

  .hero--large .hero__foreground {
    max-width: 500px;
    /* position: relative;
    transform: none;
    top: initial;
    left: initial; */
  }

  .hero--large .hero__title {
    max-width: 400px;
  }

  .hero__superscript {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .hero--large .hero__superscript {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 240px;
  }

  .hero--large .hero__flourish {
    display: none;
  }

  .hero--large .hero__flourish2 {
    bottom: 80px;
  }

  .hero__foreground {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 640px) {
  .hero.hero--large {
    height: 650px;
  }

  .hero__btn {
    margin-top: 70px;
  }

  .hero__flourish2 {
    display: none;
  }
}

@media only screen and (max-width: 340px) {
  .hero--large .hero__foreground {
    padding-top: 80px;
  }
}