/*

TYPEKIT FONTS:

Azo Sans
------------
Thin: 		200 
Light: 		300 
Regular: 	400 (+ italic)
Bold: 		700

*/

/* General Styles + Resets ================ */
/* ======================================== */

* {
  padding: 0px;
  margin: 0px;
  border: none;
  outline: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100% !important;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.upcase {
  text-transform: uppercase;
}

/* typekit smooth loading class */
.wf-loading .tk-fade {
  opacity: 0;
}

.wf-active .tk-fade {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.2s;
  -o-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}

p,
ul,
ol {
  font-size: 100%;
  /*font-size: 1.25vw;*/
}

em,
i {
  font-style: italic;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

a {
  text-decoration: none;
  color: inherit;
}

.text-style p a:link,
.text-style li a:link {
  border-bottom: 1px solid transparent;
}

.no-touchevents .text-style p a:hover,
.no-touchevents .text-style p a:active,
.no-touchevents .text-style li a:hover,
.no-touchevents .text-style li a:active {
  border-bottom: 1px solid #000000;
}

.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

.addb4:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0px;
  margin-right: -4px;
  vertical-align: middle;
}

.ib {
  display: inline-block;
  margin-right: -4px;
}

.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.v-bottom {
  vertical-align: bottom;
}
.v-baseline {
  vertical-align: baseline;
}

.centerXY {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centerY {
  /*position: absolute;*/
  top: 50%;
  left: 0%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerX {
  /*position: absolute;*/
  top: 0%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.loadme {
  opacity: 0;
}

.fadeOn {
  opacity: 1 !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* Site Structure ========= */
/* ======================== */

main {
  margin: 0px auto;
  position: relative;
  z-index: 9;
}

/* Header ============================== */
/* ===================================== */

header,
.fixHeader.home header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.home header {
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

header .inner {
  position: relative;
  z-index: 2;
}

header .inner h1 {
  position: absolute;
  top: 40px;
  left: 3.75%;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  padding-bottom: 3px;
}

header .inner h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.logo-crumb {
  position: absolute;
  top: 18px;
  left: 40px;
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
  transition: opacity 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
  -o-transition: transform 0.2s 0.3s, opacity 0.2s 0.3s;
  transition: transform 0.2s 0.3s, opacity 0.2s 0.3s;
  transition: transform 0.2s 0.3s, opacity 0.2s 0.3s,
    -webkit-transform 0.2s 0.3s;
}

.slideshowON .logo-crumb {
  opacity: 0;
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: opacity 0.2s 0s, -webkit-transform 0.2s 0s;
  transition: opacity 0.2s 0s, -webkit-transform 0.2s 0s;
  -o-transition: transform 0.2s 0s, opacity 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s, -webkit-transform 0.2s 0s;
}

header .logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 48px;
}

/*need this in order for multiple versions of logo to receive hover effect. (in the halfway point of scroll, for example)*/
.hoverArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

header .logo svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 53px;
  height: auto;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

header .logo .logo-light {
  clip: rect(0px 53px 53px 0px);
}

header .logo .logo-dark {
  clip: rect(53px 53px 53px 0px);
}

.dark header .logo .logo-light {
  clip: rect(53px 53px 53px 0px);
}

.dark header .logo .logo-dark {
  clip: rect(0px 53px 53px 0px);
}

.light header .logo .logo-light {
  clip: rect(0px 53px 53px 0px);
}

.light header .logo .logo-dark {
  clip: rect(53px 53px 53px 0px);
}

header .logo svg path {
  fill: #ffffff;
  stroke: none;
}

header .logo .logo-dark path {
  fill: #000000;
}

.textpage header .logo svg path {
  fill: #000;
  stroke: none;
}

.no-touchevents header .logo .hoverArea:hover ~ svg {
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.hold-bread {
  display: block;
  font-weight: 700;
  letter-spacing: 0.21em;
  font-size: 80%;
  padding-left: 16px;
  text-transform: uppercase;
  cursor: pointer;
  position: fixed;
  top: 17px;
  left: 90px;
  width: 400px;
  height: 48px;
  z-index: 10;
  color: #fff;
  text-align: left;
  height: 48px;
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
  transition: opacity 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
  -o-transition: transform 0.2s 0.3s, opacity 0.2s 0.3s;
  transition: transform 0.2s 0.3s, opacity 0.2s 0.3s;
  transition: transform 0.2s 0.3s, opacity 0.2s 0.3s,
    -webkit-transform 0.2s 0.3s;
}

.slideshowON .hold-bread {
  opacity: 0;
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: opacity 0.2s 0s, -webkit-transform 0.2s 0s;
  transition: opacity 0.2s 0s, -webkit-transform 0.2s 0s;
  -o-transition: transform 0.2s 0s, opacity 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s, -webkit-transform 0.2s 0s;
}

.hold-bread:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  margin-right: -4px;
}

.hold-bread p {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin-right: -4px;
  position: relative;
}

.hold-bread p span {
  position: absolute;
  height: 48px;
  top: 0;
  left: 0;
}

.hold-bread p span:first-child {
  color: #fff;
  top: 50%;
  left: 0;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hold-bread p span:last-child {
  color: #000;
  top: 50%;
  left: 0;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hold-bread p span:first-child {
  clip: rect(0px 400px 400px 0px);
}

.hold-bread p span:last-child {
  clip: rect(400px 400px 400px 0px);
}

.dark .hold-bread p span:first-child {
  clip: rect(400px 400px 400px 0px);
}

.dark .hold-bread p span:last-child {
  clip: rect(0px 400px 400px 0px);
}

.light .hold-bread p span:first-child {
  clip: rect(0px 400px 400px 0px);
}

.light .hold-bread p span:last-child {
  clip: rect(400px 400px 400px 0px);
}

.loginpage .hold-bread p span:first-child {
  color: #000 !important;
  clip: rect(0px 400px 400px 0px) !important;
}

.menuBtn,
.fixHeader .home .menuBtn {
  position: fixed;
  right: 40px;
  top: 29px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
  transition: opacity 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
  -o-transition: transform 0.2s 0.3s, opacity 0.2s 0.3s;
  transition: transform 0.2s 0.3s, opacity 0.2s 0.3s;
  transition: transform 0.2s 0.3s, opacity 0.2s 0.3s,
    -webkit-transform 0.2s 0.3s;
}

.home .menuBtn {
  position: absolute;
}

.slideshowON .menuBtn {
  opacity: 0 !important;
  -webkit-transform: translate3d(10px, 0, 0) !important;
  transform: translate3d(10px, 0, 0) !important;
  -webkit-transition: opacity 0.2s 0s, -webkit-transform 0.2s 0s !important;
  transition: opacity 0.2s 0s, -webkit-transform 0.2s 0s !important;
  -o-transition: transform 0.2s 0s, opacity 0.2s 0s !important;
  transition: transform 0.2s 0s, opacity 0.2s 0s !important;
  transition: transform 0.2s 0s, opacity 0.2s 0s, -webkit-transform 0.2s 0s !important;
}

.menuBtn svg {
  width: 40px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.menuBtn .menu-light {
  clip: rect(0px 40px 27px 0px); /* on */
}

.menuBtn .menu-dark {
  clip: rect(27px 40px 27px 0px); /* off */
}

.dark .menuBtn .menu-dark {
  clip: rect(0px 40px 27px 0px);
}

.dark .menuBtn .menu-light {
  clip: rect(0px 40px 0px 0px);
}

.dark.menuOn .menuBtn .menu-dark {
  clip: rect(27px 40px 27px 0px);
}

.dark.menuOn .menuBtn .menu-light {
  clip: rect(0px 40px 27px 0px);
}

.light .menuBtn .menu-light {
  clip: rect(0px 40px 27px 0px); /* on */
}

.light .menuBtn .menu-dark {
  clip: rect(27px 40px 27px 0px); /* off */
}

.menuBtn svg path {
  position: relative;
  stroke: #fff;
  fill: none;
  stroke-width: 4;
  stroke-dasharray: 72;
  stroke-dashoffset: 193;
  -webkit-transition: stroke-dashoffset 0.5s ease-out 0s;
  -o-transition: stroke-dashoffset 0.5s ease-out 0s;
  transition: stroke-dashoffset 0.5s ease-out 0s;
}

.menuBtn .menu-dark path {
  stroke: #000;
}

.textpage .menuBtn svg path {
  stroke: #000;
}

.menuOn .menuBtn svg path {
  stroke-dashoffset: 99;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0, 0, 0.52, 0.09) 0s;
  -o-transition: stroke-dashoffset 0.4s cubic-bezier(0, 0, 0.52, 0.09) 0s;
  transition: stroke-dashoffset 0.4s cubic-bezier(0, 0, 0.52, 0.09) 0s;
}

.no-touchevents .wiggle .menuTarget:hover ~ .menuBtn svg path:first-child {
  -webkit-animation: jumper 0.5s 0s 1 forwards;
  animation: jumper 0.5s 0s 1 forwards;
}
.no-touchevents .wiggle .menuTarget:hover ~ .menuBtn svg path:last-child {
  -webkit-animation: faller 0.5s 0s 1 forwards;
  animation: faller 0.5s 0s 1 forwards;
}

@-webkit-keyframes jumper {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes jumper {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@-webkit-keyframes faller {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes faller {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.menuTarget,
.fixHeader .home .menuTarget {
  position: fixed;
  right: 0;
  right: 16px;
  top: 10px;
  width: 70px;
  height: 64px;
  display: block;
  cursor: pointer;
  z-index: 2;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
  transition: opacity 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
  -o-transition: transform 0.2s 0.3s, opacity 0.2s 0.3s;
  transition: transform 0.2s 0.3s, opacity 0.2s 0.3s;
  transition: transform 0.2s 0.3s, opacity 0.2s 0.3s,
    -webkit-transform 0.2s 0.3s;
}

.menu-overlay {
  color: #ffffff;
  text-align: center;
  position: fixed;
  -ms-transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  overflow: hidden;
}

.menu-overlay nav {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 156, 40, 0.9);
}

.menu-overlay nav > div {
  position: absolute;
  top: 47%;
  left: 0%;
  width: 100%;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
}

.menu-overlay nav > div p {
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1em;
  letter-spacing: 0.04em;
}

header nav ul {
  list-style-type: none;
}

header nav ul > li {
  font-size: 4.8vw;
  letter-spacing: 0.13em;
  line-height: 1;
  padding: 0.37em 0;
  font-weight: 200;
}

header nav ul li a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: padding-bottom 0.2s, font-size 0.2s;
  -o-transition: padding-bottom 0.2s, font-size 0.2s;
  transition: padding-bottom 0.2s, font-size 0.2s;
}

header nav ul li span {
  cursor: pointer;
}

header nav div > ul > li > span {
  display: block;
  padding-bottom: 0em;
  -webkit-transition: padding-bottom 0.2s, font-size 0.2s;
  -o-transition: padding-bottom 0.2s, font-size 0.2s;
  transition: padding-bottom 0.2s, font-size 0.2s;
}

header nav > div > ul.subOn > li > span {
  padding-bottom: 1em;
}

header nav > div > ul.top-level.subOn > li > a,
header nav > div > ul.top-level.subOn > li > span {
  font-size: 30%;
  font-weight: 200;
  -webkit-transition: padding-bottom 0.2s, font-size 0.2s;
  -o-transition: padding-bottom 0.2s, font-size 0.2s;
  transition: padding-bottom 0.2s, font-size 0.2s;
}

header nav ul.sub {
  height: auto;
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

header nav ul > li > ul > li {
  font-size: 48%;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 0.6em 0;
  font-weight: 700;
}

header nav ul.sub-sub {
  position: absolute;
  top: 45%;
  left: 150%;
  width: 80%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

header nav ul > li > ul > li > ul > li {
  font-size: 100%;
}

header nav ul.sub-sub a {
  display: inline-block;
}

header nav.sub-subOn > div > ul.top-level > li > span,
header nav.sub-subOn > div > ul.top-level > li > a,
header nav.sub-subOn > div > ul.top-level > li > ul.sub > li > span,
header nav.sub-subOn > div > ul.top-level > li > ul.sub > li > a {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s;
  -o-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}

#back {
  cursor: pointer;
  display: block;
  width: 16px;
  height: auto;
  position: absolute;
  top: 47.3%;
  left: 40px;
  opacity: 0;
  -webkit-transform: translate3d(20px, -50%, 0);
  transform: translate3d(20px, -50%, 0);
  -webkit-transition: opacity 0.1s 0s, -webkit-transform 0s 0.1s;
  transition: opacity 0.1s 0s, -webkit-transform 0s 0.1s;
  -o-transition: opacity 0.1s 0s, transform 0s 0.1s;
  transition: opacity 0.1s 0s, transform 0s 0.1s;
  transition: opacity 0.1s 0s, transform 0s 0.1s, -webkit-transform 0s 0.1s;
}

.sub-subOn #back {
  opacity: 1;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
  -webkit-transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  -o-transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s,
    -webkit-transform 0.3s 0.2s;
}

#back polygon {
  fill: #ffffff;
  stroke: none;
}

.menu-overlay .credit {
  position: absolute;
  z-index: 2;
  top: auto;
  left: 50%;
  bottom: 22px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 88%;
}

.menu-overlay .social ul {
  padding-bottom: 21px;
  list-style-type: none;
}

.menu-overlay .social ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
}

.menu-overlay .credit svg {
  display: block;
  width: 23px;
  height: auto;
  margin: auto;
}

.menu-overlay .credit svg * {
  fill: #ffffff;
}

.menu-overlay .credit p {
  font-size: 56%;
  letter-spacing: 0.15em;
}

/* Homepage ============================ */
/* ================================= */

body.orange-bg {
  background-color: rgba(255, 156, 40, 1);
}

.holder.home {
  opacity: 0;
}

#loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0px;
  margin-left: -30px;
  margin-top: -5px;
  -webkit-transition: opacity 0.4s 0s, z-index 0s 0.4s;
  -o-transition: opacity 0.4s 0s, z-index 0s 0.4s;
  transition: opacity 0.4s 0s, z-index 0s 0.4s;
}

#loader.done {
  z-index: -99;
  opacity: 0;
}

#loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0 5px;
  opacity: 0;
}

#loader span:nth-child(1) {
  -webkit-animation: opacitychange 1s ease-in-out infinite;
  animation: opacitychange 1s ease-in-out infinite;
}

#loader span:nth-child(2) {
  -webkit-animation: opacitychange 1s ease-in-out 0.33s infinite;
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader span:nth-child(3) {
  -webkit-animation: opacitychange 1s ease-in-out 0.66s infinite;
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

#loader.done span {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes opacitychange {
  0%,
  100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

@keyframes opacitychange {
  0%,
  100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

#intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  background-color: rgba(255, 156, 40, 1);
}

#intro.shift-colors {
  animation: bgshift 8s infinite alternate both;
  -webkit-animation: bgshift 8s infinite alternate both;
}

@-webkit-keyframes bgshift {
  0% {
    background-color: rgba(255, 156, 40, 1);
  }
  40% {
    background-color: rgba(255, 156, 40, 1);
  }
  60% {
    background-color: rgba(108, 195, 236, 1);
  }
  100% {
    background-color: rgba(108, 195, 236, 1);
  }
}

@keyframes bgshift {
  0% {
    background-color: rgba(255, 156, 40, 1);
  }
  40% {
    background-color: rgba(255, 156, 40, 1);
  }
  60% {
    background-color: rgba(108, 195, 236, 1);
  }
  100% {
    background-color: rgba(108, 195, 236, 1);
  }
}

#intro .logoHolder {
  width: 280px;
  height: auto;
  position: relative;
}

@media all and (min-width: 580px) {
  #intro .logoHolder {
    width: 460px;
  }
}
@media all and (min-width: 760px) {
  #intro .logoHolder {
    width: 610px;
  }
}
@media all and (min-width: 1030px) {
  #intro .logoHolder {
    width: 790px;
  }
}
@media all and (min-width: 1300px) {
  #intro .logoHolder {
    width: 1000px;
  }
}
@media all and (min-width: 1680px) {
  #intro .logoHolder {
    width: 1330px;
  }
}

#intro .logo {
  width: 100%;
  position: relative;
  height: auto;
  z-index: 2;
  cursor: pointer;
  display: block;
}

#intro .logo path,
#intro .logo rect,
#intro .logo polygon {
  fill: #ffffff;
  stroke: none;
}

#intro .mark {
  position: absolute;
  top: 50%;
  height: 300%;
  width: auto;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

#intro .mark#r {
  left: 86px;
}

@media all and (min-width: 580px) {
  #intro .mark#r {
    left: 138px;
  }
}
@media all and (min-width: 760px) {
  #intro .mark#r {
    left: 184px;
  }
}
@media all and (min-width: 1030px) {
  #intro .mark#r {
    left: 240px;
  }
}
@media all and (min-width: 1300px) {
  #intro .mark#r {
    left: 307px;
  }
}
@media all and (min-width: 1680px) {
  #intro .mark#r {
    left: 410px;
  }
}

#intro .mark#s {
  right: 86px;
}

@media all and (min-width: 580px) {
  #intro .mark#s {
    right: 138px;
  }
}
@media all and (min-width: 760px) {
  #intro .mark#s {
    right: 184px;
  }
}
@media all and (min-width: 1030px) {
  #intro .mark#s {
    right: 240px;
  }
}
@media all and (min-width: 1300px) {
  #intro .mark#s {
    right: 307px;
  }
}
@media all and (min-width: 1680px) {
  #intro .mark#s {
    right: 410px;
  }
}

#intro .arrow {
  display: block;
  position: absolute;
  bottom: 28px;
  left: 50%;
  width: 26px;
  margin-left: -13px;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  cursor: pointer;
}

#intro .arrow svg {
  display: block;
  fill: white;
}

.home .thumbs .row {
  background-color: rgba(255, 156, 40, 1);
}

.grid-1 .row img {
  opacity: 0;
  transition: opacity 0.4s;
}

.grid-1 .row img.loaded {
  opacity: 1;
}

.grid-1 .row img.in-view {
  opacity: 1;
  -webkit-transition: 0.4s 0.5s;
  -o-transition: 0.4s 0.5s;
  transition: 0.4s 0.5s;
}

/* Grids =========================== */
/* ================================= */

/* Grid 1: row-based, justified */
/* Grid 2: masonry grid */
/* Grid 3: square thumbnail containers, 3-column */
/* Grid 4: square thumbnail containers, 4-column */

.thumbs {
  width: 100%;
  position: relative;
  z-index: 2;
}

.thumbs .cell {
  opacity: 0;
}

/* Grid 1: row-based, justified */
.row {
  position: relative;
  text-align: center;
}

.grid-1.full-width-hovers figure {
  position: relative;
  cursor: pointer;
}

.grid-1.full-width-hovers a.row {
  display: block;
}

.grid-1 .row .cell {
  float: left;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.grid-1 .row .cell .mediawrap {
  position: relative;
  width: 100%;
  height: 0;
}

.grid-1 .row .cell .mediawrap img.photo,
.grid-1 .row .cell .mediawrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-1 .row .cell.noclick {
  pointer-events: none;
}

.grid-1 .cell:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.grid-1 .cell.noclick:before {
  display: none;
}

.no-touchevents .grid-1 .cell:hover:before {
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.grid-1.full-width-hovers .cell:before {
  display: none;
}

.row .photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 102%;
  margin-left: -1%;
  height: auto;
}

.home #thumbs .cell video,
.gallery #thumbs .cell video {
  opacity: 1;
  z-index: 2;
}

.grid-1 .cell figcaption {
  letter-spacing: 0.05em;
  line-height: 1;
  padding-top: 1.5em;
}

.thumbs figcaption h2 {
  font-size: 1.9rem;
  font-size: 2.35vw;
}

/*captions for "case studies" grid*/
.grid-1.full-width-hovers figcaption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 156, 40, 0.8);
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.no-touchevents .grid-1.full-width-hovers figure:hover figcaption {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.grid-1.full-width-hovers figcaption h2 {
  font-weight: 200;
  letter-spacing: 0.4em;
  font-size: 3.9rem;
  font-size: 4.8vw;
  width: 88%;
}

@media all and (min-width: 1280px) {
  .grid-1.full-width-hovers figcaption h2 {
    font-size: 3.9rem;
  }
}

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

/* Grid 2: masonry */
.thumbs.grid-2 {
  z-index: 5;
}

.grid-2 .gutter-sizer {
  width: 0;
}

.grid-2 .grid-sizer {
  width: 33.3333333%;
}

#thumbs.grid-2 .cell {
  width: 33.334%;
  float: left;
  display: block;
  z-index: 5;
  overflow: hidden;
  opacity: 1;
}

.grid-2.fourcol .grid-sizer,
#thumbs.grid-2.fourcol .cell {
  width: 25%;
}

.grid-2.twocol .grid-sizer,
#thumbs.grid-2.twocol .cell {
  width: 50%;
}

.grid-2.onecol .grid-sizer,
#thumbs.grid-2.onecol .cell {
  width: 100%;
}

.grid-2 .cell a {
  display: block;
  overflow: hidden;
}

.grid-2 .cell a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background-color: rgba(255,156,40,.7);*/
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.no-touchevents .grid-2 .cell a:hover:before {
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.grid-2 .cell .photo {
  outline: none;
  border: none;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
}

.grid-2 .cell .photo.fadeOn {
  opacity: 1;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.grid-2 .cell .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(8, 8, 8, 0.67);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s;
  -o-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}

.no-touchevents .grid-2 .cell:hover .overlay {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0s;
  -o-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
}

.no-touchevents .grid-2 .cell.noclick {
  pointer-events: none;
  cursor: default;
}

.no-touchevents .grid-2 .cell.noclick:hover .overlay {
  display: none;
}

.grid-2 figcaption {
  width: 70%;
  padding-left: 10%;
  padding-top: 8%;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s;
  -o-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}

.no-touchevents .grid-2 .cell:hover figcaption {
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.15s;
  -o-transition: opacity 0.4s 0.15s;
  transition: opacity 0.4s 0.15s;
}

.thumbs.grid-2 figcaption h2 {
  letter-spacing: 0.05em;
  font-size: 1.95rem;
  font-size: 2.45vw;
  line-height: 0.95;
}

.thumbs.grid-2 figcaption h3 {
  font-size: 1.08rem;
  font-size: 1.35vw;
  letter-spacing: 0.04em;
}

.thumbs.grid-2 figcaption h2 + h3 {
  padding-top: 0.3em;
}

@media all and (max-width: 970px) {
  .thumbs.grid-2 figcaption h2 {
    font-size: 1.5rem;
  }
  .thumbs.grid-2 figcaption h3 {
    font-size: 0.8rem;
  }
}

.col {
  position: absolute;
  top: 0;
  width: 33.333333%;
  height: 100%;
  opacity: 1;
}

.twocol .col {
  width: 50%;
}

.col.on {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.col1 {
  left: 0;
  z-index: 3;
}

.col2 {
  left: 33.3333333% !important;
  z-index: 2;
}

.col3 {
  width: 34%;
  left: 66.6666666% !important;
  z-index: 1;
}

.onecol .col2,
.onecol .col3,
.onecol .col4 {
  display: none;
}

.twocol .col2 {
  left: 50% !important;
}

.twocol .col3,
.twocol .col4 {
  display: none;
}

.fourcol .col {
  width: 25%;
}

.fourcol .col2 {
  left: 25% !important;
}

.fourcol .col3 {
  left: 50% !important;
}

.fourcol .col4 {
  left: 75% !important;
}

/* Grid 3, 16:9 thumbs */
#thumbs.grid-3 .cell {
  opacity: 1;
  width: 50%;
  height: 200px;
  float: left;
  position: relative;
  overflow: hidden;
}

#thumbs.grid-3 .cell.large {
  width: 100%;
  height: 400px;
}

.grid-3 .cell a {
  display: block;
}

.grid-3 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*video*/
#thumbs .cell video {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  height: 104%;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: opacity 0.3s 0s;
  -o-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}

.touchevents #thumbs .cell video {
  display: none;
}

#thumbs .cell.playing video {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s;
  -o-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}

/* Slideshow ======================= */
/* ================================= */

.slideshowON main#wrapper {
  z-index: 15;
  -webkit-transition: z-index 0s 0.4s;
  -o-transition: z-index 0s 0.4s;
  transition: z-index 0s 0.4s;
}

#slideshow-container {
  background-color: #ffffff;
  opacity: 0;
  z-index: -99;
  -webkit-transition: opacity 0.4s 0s, z-index 0s 0.4s;
  -o-transition: opacity 0.4s 0s, z-index 0s 0.4s;
  transition: opacity 0.4s 0s, z-index 0s 0.4s;
}

.slideshowON #slideshow-container {
  opacity: 1;
  z-index: 15;
  -webkit-transition: opacity 0.4s 0s, z-index 0s 0s;
  -o-transition: opacity 0.4s 0s, z-index 0s 0s;
  transition: opacity 0.4s 0s, z-index 0s 0s;
}

.ui {
  width: 18px;
  position: absolute;
  z-index: 20;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.15s 0s;
  -o-transition: opacity 0.15s 0s;
  transition: opacity 0.15s 0s;
}

.slideshowON .ui {
  /*opacity: .1;*/
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.4s;
  -o-transition: opacity 0.4s 0.4s;
  transition: opacity 0.4s 0.4s;
}

.slideshowON.vidOn .ui {
  /*opacity: .5;*/
  opacity: 1;
}

.slideshowON.vidOn .videos .ui line {
  stroke: #ffffff;
}

.slideshowON .videos .ui {
  /*opacity: .5;*/
  opacity: 1;
}

.no-touchevents .slideshowON .ui:hover {
  opacity: 1;
  -webkit-transition: opacity 0.15s 0s;
  -o-transition: opacity 0.15s 0s;
  transition: opacity 0.15s 0s;
}

.ui line {
  stroke: #000000;
  stroke-width: 4;
}

.videos .ui line {
  stroke: #ffffff;
}

.ui.prev {
  left: 0px;
  padding: 23px;
}
.ui.next {
  right: 0;
  padding: 23px;
}

.ui.close {
  width: 20px;
  height: 20px;
  padding: 20px 22px;
  top: 0;
  left: 0;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

#slideshow-container .cell {
  text-align: center;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.6s 0.2s;
  -o-transition: opacity 0.6s 0.2s;
  transition: opacity 0.6s 0.2s;
}

.videos #slideshow-container .cell {
  background-color: #000;
}

#slideshow-container .cell .photo {
  max-width: 100%;
  max-height: 100%;
  margin-right: 0px;
  opacity: 0;
}

#slideshow-container .cell.portrait .photo {
}

#slideshow-container .cell iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* TEXT ONLY PAGE ======================= */
/* ================================= */

.textpage .textonly .inner {
  width: 90%;
  margin: 150px auto;
  text-align: left;
}

.textonly .inner h1,
.textonly .inner h2 {
  font-size: 1.3rem;
  letter-spacing: 0.45em;
  padding-bottom: 1.8em;
}

.textonly .inner h3 {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  padding-bottom: 0.8em;
}

.textonly .inner p {
  font-size: 0.86rem;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-bottom: 1.1em;
}

.text-style img {
  max-width: 100%;
}

.text-style .text2 {
  padding-top: 3.4em;
}

/* INFO PAGE ======================= */
/* ================================= */

.about {
  text-align: center;
  position: relative;
}

.about #hero {
  /* position: absolute; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 839px;
  z-index: 1;
  overflow: hidden;
}

.about #hero img {
  display: block;
  width: 100%;
  height: auto;
}

.about .layer2 {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  z-index: 2;
  top: 839px;
}

.text-style,
.mod-centered {
  width: 88%;
  max-width: 715px;
  margin: auto;
  padding: 88px 0px;
}

.mod-text.fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.mod-text.fullwidth .beef {
  width: 88%;
  width: calc(100% - 80px);
  margin: auto;
}

.about article h1,
.about article h2 {
  font-size: 1.3rem;
  letter-spacing: 0.45em;
  padding-bottom: 1.8em;
}

.about article h3,
.loginpage .login article h3 {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  padding-bottom: 0.8em;
}

.about article p {
  font-size: 0.86rem;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-bottom: 1.1em;
}

.about article ul,
.about article ol {
  margin-left: 6%;
}

.about article li {
  font-size: 0.86rem;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-bottom: 1.1em;
}

.about article p + h1,
.about article p + h2,
.about article ul + h1,
.about article ul + h2,
.about article ol + h1,
.about article ol + h2 {
  padding-top: 3.4em;
}

form {
  width: 100%;
  margin: 10px auto 0;
  max-width: 530px;
}

form input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  font-size: 0.75rem;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 12px;
  height: 45px;
  letter-spacing: 0.04em;
  margin: 0 6px 9px 0;
  width: 100%;
  max-width: 118px;
  color: #000000;
}

form input:focus {
  border: 1px solid #000000;
}

form input:required.error {
  border: 1px solid #ff9c28;
}

form input[type="email"] {
  max-width: 222px;
}

form input[placeholder="Company"] {
  max-width: 162px;
}

form input[type="submit"] {
  /*max-width: 120px;*/
  max-width: 186px;
  border: none;
  background-color: #ff9c28;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  color: #ffffff;
  -webkit-transition: background-color 0.25s 0s;
  -o-transition: background-color 0.25s 0s;
  transition: background-color 0.25s 0s;
  cursor: pointer;
}

form input[type="submit"]:disabled {
  background-color: #e1e1e1;
  cursor: default;
}

form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a1a1a1;
}
form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a1a1a1;
}
form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a1a1a1;
}
form input:-moz-placeholder {
  /* Firefox 18- */
  color: #a1a1a1;
}

/* CASE STUDY DETAIL =============== */
/* ================================= */
/*(For case study overview, refer to .grid-1 styles)*/

/*general module rules:*/
.module iframe {
  display: block;
  margin: auto;
}

.module figure {
  width: 100%;
}

.module figure img {
  display: block;
  width: 100%;
  height: auto;
}

.module figure + figure,
.module figure + iframe,
.module iframe + figure,
.module iframe + iframe {
  padding-top: 40px;
}

.module + .module {
  padding-top: 94px;
  padding-bottom: 94px;
}

/*full-width image.video module:*/
.mod-full {
  width: 100%;
  height: auto;
}

.mod-full figure {
  width: 100%;
}

.mod-full img {
  display: block;
  width: 100%;
}

/*centered image/video module:*/
.mod-centered {
  padding: 0;
  width: 100%;
  max-width: none;
  text-align: center;
}

.mod-centered .beef {
  width: 100%;
  max-width: 715px;
  margin: auto;
}

.mod-centered figure {
  width: 100%;
  max-width: 715px;
}
.mod-centered img {
  display: block;
  width: 100%;
  max-width: 715px;
}

/*row of images module:*/
.mod-row {
  padding: 0 !important;
}

.mod-row .row {
}
.mod-row .cell {
  padding: 0;
}

.mod-row .cell:before {
  display: none;
}

/*text module:*/
.mod-text {
  padding: 0;
}

.mod-text h1 {
  font-size: 1.3rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  text-align: center;
}

.mod-text h1:after {
  content: "";
  display: block;
  margin: 1.3em auto 2.8em;
  width: 40px;
  height: 1px;
  background-color: #000000;
}

.mod-text h2 {
  font-size: 1.3rem;
  letter-spacing: 0.4em;
  padding-bottom: 0.8em;
  text-transform: uppercase;
}

.mod-text h3 {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  padding-bottom: 0.8em;
}

.mod-text p {
  font-size: 0.86rem;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-bottom: 1.1em;
}

.mod-text ul,
.mod-text ol {
  margin-left: 6%;
}

.mod-text li {
  font-size: 0.86rem;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-bottom: 1.1em;
}

.module.text-style p a:link,
.module.text-style li a:link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.module.text-style p a:visited,
.module.text-style li a:visited {
  color: #ff9c28;
  border-bottom: 1px solid #ff9c28;
}

.no-touchevents .module.text-style p a:hover,
.no-touchevents .module.text-style p a:active,
.no-touchevents .module.text-style li a:hover,
.no-touchevents .module.text-style li a:active {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

/*case study footer*/
#project-nav {
  position: relative;
  width: 100%;
  height: 85px;
  /*margin-top: 117px;*/
  margin-top: 0;
}

#project-nav a {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  font-size: 0.8rem;
  text-transform: uppercase;
}

#project-nav .mobileOnly {
  display: none;
}

#project-nav a svg {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: auto;
}

#project-nav a span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 14px;
  letter-spacing: 0.42em;
}

#project-nav a.prev {
  left: 40px;
}

#project-nav a.next {
  right: 40px;
}

#project-nav .back2top {
  position: absolute;
  top: 40%;
  left: 50%;
  cursor: pointer;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#project-nav .back2top svg {
  width: 22px;
  height: auto;
}

.holder.login {
  width: 90%;
  height: 100vh;
  margin: 0px auto;
}

.holder.login:before {
  content: "";
  width: 0px;
  height: 100%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.holder.login article {
  width: 100%;
  margin-right: -4px;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.holder.login article input[type="password"] {
  width: 80%;
  margin: 10px auto;
  max-width: 300px;
}

#intro .logoHolder img {
  display: none;
  width: 100%;
  margin: auto;
}

@supports (-ms-ime-align: auto) {
  #intro .logoHolder svg {
    display: none;
  }

  #intro .logoHolder img {
    display: block;
    opacity: 0;
    transition: opacity 0.3s 0.3s;
  }

  .ready #intro .logoHolder img {
    opacity: 1;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #intro .logoHolder svg {
    display: none;
  }

  #intro .logoHolder img {
    display: block;
    opacity: 0;
    transition: opacity 0.3s 0.3s;
  }

  .ready #intro .logoHolder img {
    opacity: 1;
  }
}
