html {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/Brandon-Grotesque/BrandonGrotesque-Light.eot");
  src: url("../fonts/Brandon-Grotesque/BrandonGrotesque-Light.woff2") format("woff2"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Light.woff") format("woff"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Light.ttf") format("truetype"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Light.svg#BrandonGrotesque-Light") format("svg"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/Brandon-Grotesque/BrandonGrotesque-Thin.eot");
  src: url("../fonts/Brandon-Grotesque/BrandonGrotesque-Thin.woff2") format("woff2"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Thin.woff") format("woff"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Thin.ttf") format("truetype"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Thin.svg#BrandonGrotesque-Thin") format("svg"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Thin.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/Brandon-Grotesque/BrandonGrotesque-Regular.eot");
  src: url("../fonts/Brandon-Grotesque/BrandonGrotesque-Regular.woff2") format("woff2"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Regular.woff") format("woff"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Regular.ttf") format("truetype"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular") format("svg"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/Brandon-Grotesque/BrandonGrotesque-Medium.eot");
  src: url("../fonts/Brandon-Grotesque/BrandonGrotesque-Medium.woff2") format("woff2"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Medium.woff") format("woff"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Medium.ttf") format("truetype"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium") format("svg"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/Brandon-Grotesque/BrandonGrotesque-Bold.eot");
  src: url("../fonts/Brandon-Grotesque/BrandonGrotesque-Bold.woff2") format("woff2"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Bold.woff") format("woff"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Bold.ttf") format("truetype"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold") format("svg"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/Brandon-Grotesque/BrandonGrotesque-Black.eot");
  src: url("../fonts/Brandon-Grotesque/BrandonGrotesque-Black.woff2") format("woff2"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Black.woff") format("woff"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Black.ttf") format("truetype"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Black.svg#BrandonGrotesque-Black") format("svg"), url("../fonts/Brandon-Grotesque/BrandonGrotesque-Black.eot?#iefix") format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
}

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #f88601;
  border: 0;
  border-radius: 2px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "Brandon Grotesque", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
  background-color: #c66b01;
  color: #000;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #f88601;
}

.btn {
  appearance: none;
  background: none;
  border: 2px solid transparent;
  border-radius: 2px;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-family: "Brandon Grotesque", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  height: 60px;
  letter-spacing: 4px;
  line-height: 58px;
  margin: 0;
  min-width: 230px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
  transition-timing-function: ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn::after {
  transition: all 0.3s;
}

.btn::before, .btn::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #ffffff;
  content: "";
  position: absolute;
}

.btn:hover {
  color: #f88601;
}

.btn:hover::after {
  height: 100%;
}

.btn-white {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-white::after {
  background-color: #ffffff;
}

.btn-white:hover {
  color: #f88601;
}

.btn-orange {
  border-color: #f88601;
  color: #f88601;
}

.btn-orange::after {
  background-color: #f88601;
}

.btn-orange:hover {
  color: #ffffff;
}

.btn-group .btn {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

html {
  background-color: #ffffff;
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}

.container-small {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.container-small::after {
  clear: both;
  content: "";
  display: block;
}

.small-section {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .small-section {
    background-attachment: fixed;
  }
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

html {
  color: #333333;
  font-family: "Crimson Text", serif;
  font-size: 100%;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Brandon Grotesque", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 10px;
}

p {
  margin: 0 0 10px;
}

a {
  color: #f88601;
  text-decoration-skip: ink;
  transition: color 150ms ease;
}

a:hover {
  color: #ba6501;
}

hr {
  border-bottom: 2px solid #dddddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 20px 0;
}

.headline-lg {
  color: #333333;
  font-size: 48px;
  font-weight: "Crimson Text", serif;
  margin-bottom: 40px;
}

.text-center {
  text-align: center;
}

.fill-white {
  fill: #ffffff;
}

.fill-facebook {
  fill: #3b5998;
}

.fill-youtube {
  fill: #c4302b;
}

.fill-twitter {
  fill: #26a6d1;
}

.fill-linkedin {
  fill: #0e76a8;
}

.fill-flickr_bg {
  fill: #e4e7e7;
}

.fill-flickr_pink {
  fill: #ff0084;
}

.fill-flickr_blue {
  fill: #0063dc;
}

.site-header {
  z-index: 999999999;
}

.site-header figure {
  z-index: 1;
}

.footer {
  z-index: 100000;
}

.client-square-grid {
  z-index: 999;
}

.main-hero {
  z-index: 50;
}

.blockquote-sec {
  z-index: 49;
}

.work-item__copy {
  z-index: 5;
}

.client-square__nav {
  z-index: 3;
}

.scroll-down-icon {
  z-index: 2;
}

.hero-scroll-down svg {
  z-index: 1;
}

.scroll-down::before {
  z-index: 1;
}

.btn::before, .btn::after {
  z-index: -1;
}

.blockquote-sec {
  padding-top: 155px;
  padding-bottom: 135px;
  background-image: url("../img/blockquote-bg.jpg");
  background-position: unset;
}

blockquote {
  border-left: 2px solid #f88601;
  color: #282828;
  font-family: "Crimson Text", serif;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 auto;
  padding-left: 40px;
}

blockquote small {
  display: block;
  font-size: 24px;
  line-height: 1.5;
}

.client-square-grid {
  background: #ffffff;
  padding: 110px 0;
}

.client-square {
  width: 100%;
  filter: saturate(1.5);
  margin-bottom: 2.35765%;
  overflow: hidden;
  position: relative;
}

.client-square::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: " ";
  display: block;
  transition: all .3s ease-in-out;
  z-index: 1;
}

@media all and (max-width: 649px) and (min-width: 400px) {
  .client-square {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .client-square:last-child {
    margin-right: 0;
  }
  .client-square:nth-child(2n) {
    margin-right: 0;
  }
  .client-square:nth-child(2n+1) {
    clear: left;
  }
}

@media all and (max-width: 991px) and (min-width: 650px) {
  .client-square {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .client-square:last-child {
    margin-right: 0;
  }
  .client-square:nth-child(3n) {
    margin-right: 0;
  }
  .client-square:nth-child(3n+1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .client-square {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .client-square:last-child {
    margin-right: 0;
  }
  .client-square:nth-child(4n) {
    margin-right: 0;
  }
  .client-square:nth-child(4n+1) {
    clear: left;
  }
}

.client-square:nth-child(1):focus::before, .client-square:nth-child(1):hover::before {
  background-color: rgba(0, 0, 0, 0);
}

.client-square:nth-child(2):focus::before, .client-square:nth-child(2):hover::before {
  background-color: rgba(0, 119, 192, 0.5);
}

.client-square:nth-child(3):focus::before, .client-square:nth-child(3):hover::before {
  background-color: rgba(34, 34, 38, 0.5);
}

.client-square:nth-child(4):focus::before, .client-square:nth-child(4):hover::before {
  background-color: rgba(234, 64, 49, 0.5);
}

.client-square:nth-child(5):focus::before, .client-square:nth-child(5):hover::before {
  background-color: rgba(249, 142, 56, 0.5);
}

.client-square:nth-child(6):focus::before, .client-square:nth-child(6):hover::before {
  background-color: rgba(147, 198, 70, 0.5);
}

.client-square:nth-child(7):focus::before, .client-square:nth-child(7):hover::before {
  background-color: rgba(238, 90, 44, 0.5);
}

.client-square:nth-child(8):focus::before, .client-square:nth-child(8):hover::before {
  background-color: rgba(21, 92, 172, 0.5);
}

.client-square:nth-child(9):focus::before, .client-square:nth-child(9):hover::before {
  background-color: rgba(59, 199, 243, 0.5);
}

.client-square:nth-child(10):focus::before, .client-square:nth-child(10):hover::before {
  background-color: rgba(241, 58, 51, 0.5);
}

.client-square:nth-child(11):focus::before, .client-square:nth-child(11):hover::before {
  background-color: rgba(0, 147, 215, 0.5);
}

.client-square:nth-child(12):focus::before, .client-square:nth-child(12):hover::before {
  background-color: rgba(255, 190, 27, 0.5);
}

.client-square:focus .client-square__bg, .client-square:hover .client-square__bg {
  transform: scale(1.1);
}

.client-square:focus .client-square__nav, .client-square:hover .client-square__nav {
  opacity: 1;
  transform: translateY(-50px);
}

.client-square__bg {
  height: 100%;
  width: 100%;
  filter: saturate(0);
  max-width: 100%;
  transform: scale(1.2);
  transition: all .3s ease-in-out;
}

.client-square__inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.client-square__inner svg {
  height: 100%;
  width: 80%;
  fill: #ffffff !important;
  max-height: 100px;
  max-width: 100%;
}

.client-square__nav {
  position: absolute;
  right: 0;
  bottom: -50px;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.client-square__nav--item {
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  line-height: 50px;
  margin-left: 2px;
  text-align: center;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.client-square__nav--item:hover {
  background: rgba(0, 0, 0, 0.75);
}

.client-square__nav--item:hover svg {
  fill: #f88601;
}

.client-square__nav--item svg {
  fill: #ffffff;
  vertical-align: middle;
}

.work-item {
  padding-right: 150px;
  padding-left: 150px;
  color: #ffffff;
  display: flex;
}

.work-item__copy {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 150px;
  width: 50%;
}

.work-item__figure {
  position: relative;
  left: 50%;
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  padding-right: 20px;
}

.work-item__figure img {
  position: absolute;
  bottom: 0;
  left: 0;
  align-self: flex-end;
  max-height: 95%;
}

.work-item__logo {
  height: 45px;
  margin-bottom: 40px;
}

.work-item__logo img {
  height: auto;
  max-height: 45px;
}

.work-item__logo svg {
  height: 100%;
  max-width: 250px;
}

.work-item__headline {
  font-size: 60px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.work-item__desc {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
}

main > section:nth-child(1):not(.site-menu),
main .work-item__figure:nth-child(1):not(.site-menu) {
  z-index: 2;
}

main > section:nth-child(2):not(.site-menu),
main .work-item__figure:nth-child(2):not(.site-menu) {
  z-index: 3;
}

main > section:nth-child(3):not(.site-menu),
main .work-item__figure:nth-child(3):not(.site-menu) {
  z-index: 4;
}

main > section:nth-child(4):not(.site-menu),
main .work-item__figure:nth-child(4):not(.site-menu) {
  z-index: 5;
}

main > section:nth-child(5):not(.site-menu),
main .work-item__figure:nth-child(5):not(.site-menu) {
  z-index: 6;
}

main > section:nth-child(6):not(.site-menu),
main .work-item__figure:nth-child(6):not(.site-menu) {
  z-index: 7;
}

main > section:nth-child(7):not(.site-menu),
main .work-item__figure:nth-child(7):not(.site-menu) {
  z-index: 8;
}

main > section:nth-child(8):not(.site-menu),
main .work-item__figure:nth-child(8):not(.site-menu) {
  z-index: 9;
}

main > section:nth-child(9):not(.site-menu),
main .work-item__figure:nth-child(9):not(.site-menu) {
  z-index: 10;
}

.case-study {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 100vh;
  position: relative;
  width: 100%;
}

.case-study::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  background-repeat: no-repeat;
  content: "";
  z-index: 0;
}

.case-study.case-study-lhh::after {
  background: rgba(6, 43, 111, 0.9);
}

.case-study.case-study__kendall-college::after {
  background: rgba(194, 1, 48, 0.5);
}

.case-study.case-study__first-bank::after {
  background: rgba(0, 153, 213, 0.3);
}

.case-study.case-study__melting-pot::after {
  background: rgba(27, 29, 32, 0.7);
}

.case-study.case-study__soc::after {
  background: rgba(238, 54, 66, 0.7);
}

.case-study.case-study__lori-greiner {
  background: #1d1d1d;
}

.case-study.case-study__lori-greiner::after {
  background: rgba(29, 29, 29, 0.7);
}

.case-study.case-study__lori-greiner .case-study__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.case-study.case-study__retrofit::after {
  background: rgba(1, 121, 174, 0.1);
}

.case-study.case-study__denali::after {
  background: rgba(34, 49, 63, 0.7);
}

.case-study__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #111111;
  background-size: cover;
  margin: 0 auto;
  padding: 0;
}

.case-study__header {
  height: 100%;
  width: 100%;
  position: relative;
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
  position: relative;
  text-align: center;
}

.footer__social {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .footer__social {
    float: right;
    margin-bottom: 0;
  }
}

.footer__social a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  transition: box-shadow .3s;
  vertical-align: middle;
}

.footer__social a:hover {
  box-shadow: 0 0 30px #f88601;
}

.footer__social a:hover .fill-facebook,
.footer__social a:hover .fill-youtube,
.footer__social a:hover .fill-twitter,
.footer__social a:hover .fill-linkedin,
.footer__social a:hover .fill-flickr_bg {
  fill: #f88601;
}

.footer__social a:hover .fill-flickr_pink,
.footer__social a:hover .fill-flickr_blue {
  fill: #ffffff;
}

.footer__social a:last-of-type {
  margin-right: 0;
}

.footer__social a svg {
  height: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .footer__contact {
    float: left;
  }
}

.footer__contact li {
  color: #767676;
  font-family: "Brandon Grotesque", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 30px;
  text-transform: uppercase;
}

@media (min-width: 867px) {
  .footer__contact li {
    display: inline-block;
    margin-right: 30px;
    text-align: left;
  }
  .footer__contact li:last-of-type {
    margin-right: 0;
  }
}

.footer__contact li svg {
  display: inline-block;
  fill: #cdcdcd;
  height: 100%;
  margin-right: 5px;
  max-height: 14px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.footer__contact li a {
  color: inherit;
  text-decoration: none;
}

.main-hero {
  height: 100vh;
  width: 100%;
  background-attachment: scroll;
  background-image: url("../img/hero-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .main-hero {
    background-attachment: fixed;
  }
}

.main-hero__content {
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
}

.main-hero__text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.main-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(40, 40, 40, 0.77);
  content: "";
}

.main-hero h1 {
  font-family: "Crimson Text", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 90px;
  margin-bottom: 60px;
}

.main-hero h1 small {
  padding-right: 30px;
  padding-left: 30px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 3px;
  display: inline-block;
  font-family: "Brandon Grotesque", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 32px;
  letter-spacing: 0.64px;
  line-height: 60px;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-hero .hero-cta {
  color: #ffffff;
  display: inline-block;
  font-family: "Brandon Grotesque", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.main-hero .hero-cta::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #f4f4f4;
  content: "";
}

.main-hero .hero-scroll-down {
  height: 60px;
  width: 60px;
  background-color: transparent;
  display: block;
  line-height: 60px;
  position: relative;
  text-align: center;
}

.main-hero .hero-scroll-down::after {
  border: 2px solid #ffffff;
  border-radius: 3px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s all ease;
}

.main-hero .hero-scroll-down:hover svg {
  fill: #282828;
}

.main-hero .hero-scroll-down:hover::after {
  background: #f88601;
  border-color: #f88601;
  transform: rotate(45deg);
}

.main-hero .hero-scroll-down:active {
  transform: scale(1.1);
}

.main-hero .hero-scroll-down:active svg {
  fill: #282828;
}

.main-hero .hero-scroll-down:active::before {
  background-color: #f88601;
}

.main-hero .hero-scroll-down:active::after {
  border-color: #f88601;
}

.main-hero .hero-scroll-down svg {
  height: 100%;
  width: 30px;
  display: inline-block;
  fill: #ffffff;
  position: relative;
}

/* Scroll down icon */
@keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}

.scroll-down {
  height: 40px;
  width: 40px;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-down::before {
  height: 20px;
  width: 20px;
  background: #ffffff;
  border-radius: 2px;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin: 0 0 0 -10px;
  position: absolute;
  transform: rotate(45deg);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-down:hover::before {
  opacity: 0.6;
}

.scroll-down-icon {
  height: 10px;
  width: 10px;
  animation: scroll-down-anim 1s infinite;
  bottom: 4px;
  color: #111111;
  display: block;
  font-size: 15px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
}

/* ==============================
	 IOS Background Fix
	 ============================== */
.mobile .main-hero {
  background-attachment: scroll;
}

.site-header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
}

.site-header::after {
  clear: both;
  content: "";
  display: block;
}

.site-header:hover .site-header__nav {
  transform: translate3d(0, 0, 0);
}

.site-header__show .site-header__nav {
  transform: translate3d(0, 0, 0);
}

.site-header figure {
  height: 110px;
  width: 110px;
  background-color: #f88601;
  display: inline-block;
  float: left;
  position: relative;
  text-align: center;
}

.site-header figure svg {
  height: 100%;
  width: 70px;
}

.site-header__nav {
  float: left;
  line-height: 110px;
  transform: translate3d(-100%, 0, 0);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}

.site-header__nav a {
  border-bottom: 2px solid transparent;
  color: #ffffff;
  font-family: "Brandon Grotesque", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  margin-left: 20px;
  padding-bottom: 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 997px) {
  .site-header__nav a {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .site-header__nav a {
    margin-left: 60px;
  }
}

.site-header__nav a:hover {
  border-color: #f88601;
  color: #f2f2f2;
}

.site-header .btn-ghost {
  background-color: rgba(33, 33, 33, 0.2);
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 40px;
  text-decoration: none;
  top: 37.5px;
}
