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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* ---------------------- Responsiveness ---------------------- */
#ems {
  position: fixed;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.75);
  left: 30%;
  bottom: 0;
  padding: 0.25em;
}
#ems p {
  padding-bottom: 0;
}

#ems p {
  color: black;
  font-weight: bold;
}
#ems p:after {
  content: " <1 (i6 V)";
  margin-left: 1em;
}
@media only screen and (min-width: 32em) {
  #ems p:after {
    content: "bp1";
  }
}
.no-mq #ems p:after {
  content: "bp1";
}
@media only screen and (min-width: 41.5em) {
  #ems p:after {
    content: "bp2/i6 H";
  }
}
.no-mq #ems p:after {
  content: "bp2/i6 H";
}
@media only screen and (min-width: 47.5em) {
  #ems p:after {
    content: "bp3/ipad V";
  }
}
.no-mq #ems p:after {
  content: "bp3/ipad V";
}
@media only screen and (min-width: 62em) {
  #ems p:after {
    content: "bp4/ipad H";
  }
}
.no-mq #ems p:after {
  content: "bp4/ipad H";
}
@media only screen and (min-width: 72em) {
  #ems p:after {
    content: "bp5";
  }
}
.no-mq #ems p:after {
  content: "bp5";
}
@media only screen and (min-width: 85em) {
  #ems p:after {
    content: "bp6";
  }
}
.no-mq #ems p:after {
  content: "bp6";
}
@media only screen and (min-width: 100em) {
  #ems p:after {
    content: "bp7";
  }
}
.no-mq #ems p:after {
  content: "bp7";
}

/* ----------------------  ---------------------- */
html {
  box-sizing: border-box;
}

body {
  font-family: "Wix Madefor Display", "Lato", sans-serif;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
}

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

*[data-href] {
  cursor: hand;
  cursor: pointer;
}

figure img {
  width: 100%;
  display: block;
}

.clear {
  clear: both;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.oh {
  overflow: hidden;
}

.smallcaps {
  font-variant: small-caps;
}

.allcaps {
  text-transform: uppercase;
}

.smaller {
  font-size: 90%;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

@media only screen and (min-width: 41.5em) {
  .tar-bp2 {
    text-align: right !important;
  }
}
.no-mq .tar-bp2 {
  text-align: right !important;
}

.center {
  text-align: center;
}

.centerm {
  margin: 0 auto;
}

.fixed {
  position: fixed;
}

@media only screen and (max-width: 41.5em) {
  .fixed-bp2 {
    position: fixed;
  }
}

@media only screen and (max-width: 47.5em) {
  .fixed-bp3 {
    position: fixed;
  }
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p, a, h1, h2, h3, h4, h5, h6, li, q {
  color: inherit;
  line-height: inherit;
}

p, h1, h2, h3, h4, h5, h6, li, q, div, span {
  font-optical-sizing: auto;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  padding-bottom: 1em;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  font-family: "Gothic A1", serif;
}

h1 {
  font-size: 274.4%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 196%;
}

h3 {
  font-size: 140%;
}

h2, h3, h4, h5 {
  margin-bottom: 1em;
}

p + h1, p + h2, p + h3, p + h4 {
  margin-top: 1.5em;
}

.cols + h1, .cols + h2, .cols + h3, .cols + h4 {
  margin-top: 1.5em;
}

section + h1, section + h2, section + h3, section + h4 {
  margin-top: 0.5em;
}

div.button,
p.button {
  padding: 0;
}

button.bgBlack,
a.button.bgBlack,
p.button a.bgBlack {
  background: #252525;
}
button.textWhite,
a.button.textWhite,
p.button a.textWhite {
  color: #FFFFFF;
}

p.button.wide {
  width: 100%;
  text-align: center;
}
p.button.wide a {
  display: block;
}

input[type=submit],
p.button.thin a {
  padding: 0.5em 1em;
}

button,
.button a,
input[type=submit] {
  font-family: "Wix Madefor Display", "Lato", sans-serif;
  background: #519ec8;
  border: none;
  padding: 1em 1em;
  color: white;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  font-size: 140%;
  letter-spacing: 1px;
  cursor: hand;
  cursor: pointer;
  font-weight: 400;
}
button:hover,
.button a:hover,
input[type=submit]:hover {
  background: rgb(55.2401746725, 132.576419214, 174.7598253275);
  color: white;
  text-decoration: none;
}
button.wide,
.button a.wide,
input[type=submit].wide {
  width: 100%;
}

.button a {
  display: inline-block;
}

p + p.button,
p + button {
  margin-top: 1em;
}

a.button {
  font-family: "Wix Madefor Display", "Lato", sans-serif;
  background: #519ec8;
  border: none;
  padding: 1em 1em;
  color: white;
  border-radius: 99em;
  letter-spacing: 1px;
  cursor: hand;
  cursor: pointer;
  font-weight: 400;
  transition: 250ms all;
}
a.button.square {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  width: 2em;
}
a.button:hover {
  background: rgb(55.2401746725, 132.576419214, 174.7598253275);
  color: white;
  text-decoration: none;
}

.buttonRow {
  display: flex;
  align-items: center;
}
.buttonRow > * {
  margin-left: 1em;
}
.buttonRow > *:first-child {
  margin-left: 0;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #DDD;
  padding: 1em 1.5em;
  margin-bottom: 0.5em;
  font-size: 90%;
  font-family: verdana, sans-serif;
}

textarea {
  height: 8em;
  margin-bottom: 2em;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea:-moz-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

.captchaSection {
  margin-bottom: 2em;
}

input.captcha {
  width: 5em;
  display: inline-block;
}

.captchaText {
  display: inline;
}

form.contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
form.contact ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
form.contact input + div {
  margin-top: 3em;
}
form.contact h3 {
  margin-bottom: 0.5em;
}
form.contact input[type=text] {
  margin-top: 0.5em;
}
form.contact input + label {
  margin-left: 0.75em;
}
@media only screen and (min-width: 47.5em) {
  form.contact input[type=text] {
    width: 49%;
  }
  form.contact ul,
  form.contact > div {
    width: 100%;
  }
  form.contact ul li {
    width: 49%;
    margin-bottom: 0.5em;
  }
}
.no-mq form.contact input[type=text] {
  width: 49%;
}
.no-mq form.contact ul,
.no-mq form.contact > div {
  width: 100%;
}
.no-mq form.contact ul li {
  width: 49%;
  margin-bottom: 0.5em;
}

/* ---------------------- layouts ---------------------- */
body > section,
body > footer {
  padding: 5em 0;
}
body > section.rotator,
body > footer.rotator {
  padding: 0;
}

.band {
  width: 100%;
  overflow: hidden;
  padding-top: 8em;
  padding-bottom: 8em;
}
.band.no-pad-top {
  padding-top: 0;
}
.band.rotator {
  padding: 0;
}
.band.white {
  color: #252525;
}
.band.lightGrey {
  background: #F8F8F8;
}
.band.orange {
  background: #d56a5a;
}
.band.blue {
  background: #74b1d3;
  color: #111;
}
.band.blue.slash {
  overflow: visible;
  position: relative;
  padding-top: 7em;
  padding-bottom: 7em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 47.5em) {
  .band.blue.slash {
    padding-bottom: 9em;
    margin-bottom: 5em;
  }
}
.no-mq .band.blue.slash {
  padding-bottom: 9em;
  margin-bottom: 5em;
}
.band.blue.slash:before {
  z-index: 2;
  position: absolute;
  bottom: 99.9%;
  left: 0;
  right: 0;
  width: 100%;
  content: " ";
  background: url("/images/blue-slash-top.png");
  background-size: cover;
  height: 5.7vw;
}
.band.blue.slash:after {
  z-index: 2;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  content: " ";
  background: url("/images/blue-slash-bottom.png");
  background-size: cover;
  height: 5.7vw;
}
.band.insetUp {
  margin-top: -15em;
}

main > article:first-child > section {
  margin-top: 5em;
}

.container {
  margin: 0 2.5em;
}
@media only screen and (min-width: 41.5em) {
  .container {
    margin: 0 4em;
  }
}
.no-mq .container {
  margin: 0 4em;
}
@media only screen and (min-width: 62em) {
  .container {
    margin: 0 5em;
  }
}
.no-mq .container {
  margin: 0 5em;
}
@media only screen and (min-width: 100em) {
  .container {
    width: 90em;
    margin: 0 auto;
  }
}
.no-mq .container {
  width: 90em;
  margin: 0 auto;
}

.rotatorWrapper {
  position: relative;
}

.rotator .flex-control-nav {
  bottom: 6%;
}

.band.rotator {
  margin: 0;
  z-index: 1;
}
.band.rotator ul.rotator {
  overflow: hidden;
  margin-bottom: 0;
}
.band.rotator ul.rotator li {
  line-height: 0;
}
.band.rotator ul.rotator li figure {
  width: 100%;
  position: relative;
}
.band.rotator ul.rotator li figure.solid-blue {
  background: #74b1d3;
  padding-top: 10em;
  padding-bottom: 8em;
}
@media only screen and (min-width: 47.5em) {
  .band.rotator ul.rotator li figure.solid-blue {
    padding-bottom: 20em;
  }
}
.no-mq .band.rotator ul.rotator li figure.solid-blue {
  padding-bottom: 20em;
}
.band.rotator ul.rotator li figure.solid-blue aside {
  text-transform: uppercase;
  position: relative;
  margin-top: 3em;
}
@media only screen and (min-width: 47.5em) {
  .band.rotator ul.rotator li figure.solid-blue aside {
    margin-top: 0;
  }
}
.no-mq .band.rotator ul.rotator li figure.solid-blue aside {
  margin-top: 0;
}
.band.rotator ul.rotator li figure.solid-blue aside h1 {
  font-family: "Wix Madefor Display", "Lato", sans-serif;
  margin-left: 20%;
  font-size: 300%;
  line-height: 1.3em;
  font-weight: 800;
}
.band.rotator ul.rotator li figure.solid-blue aside h1:before {
  font-family: "Gothic A1", serif;
  content: "/";
  font-size: 2em;
  font-weight: 400;
  color: white;
  position: absolute;
  left: 5%;
  top: 0.35em;
}
.band.rotator ul.rotator li figure.solid-blue aside h1 span {
  font-weight: 400;
}
.band.rotator ul.rotator li figure img,
.band.rotator ul.rotator li figure video {
  position: relative;
  z-index: 1;
  height: 80vh;
  width: 142.2222222222vh;
  transform: translateX(-35%);
}
@media only screen and (min-width: 41.5em) {
  .band.rotator ul.rotator li figure img,
  .band.rotator ul.rotator li figure video {
    width: 100%;
    display: block;
    height: auto;
    transform: none;
  }
}
.no-mq .band.rotator ul.rotator li figure img,
.no-mq .band.rotator ul.rotator li figure video {
  width: 100%;
  display: block;
  height: auto;
  transform: none;
}
.band.rotator ul.rotator li figure aside {
  z-index: 2;
  position: absolute;
  top: 42.75%;
  color: white;
  left: 6.5%;
  right: 1%;
}
.band.rotator ul.rotator li figure aside h1 {
  line-height: 1;
  font-size: 7vw;
  font-weight: 200;
  letter-spacing: 0.19vw;
  text-shadow: 0 0 8xp rgba(0, 0, 0, 0.5);
}
.band.rotator ul.rotator li figure aside h1 span {
  font-weight: 800;
}

figure.belowRotator {
  position: relative;
  width: 90%;
  margin: -5em auto 0;
  overflow: hidden;
  z-index: 5;
}
figure.belowRotator img {
  width: 200%;
}
@media only screen and (min-width: 47.5em) {
  figure.belowRotator {
    width: 70%;
    margin: -17em auto 0;
  }
  figure.belowRotator img {
    width: 100%;
  }
}
.no-mq figure.belowRotator {
  width: 70%;
  margin: -17em auto 0;
}
.no-mq figure.belowRotator img {
  width: 100%;
}

/* ---------------------- common ---------------------- */
.cols {
  overflow: hidden;
  margin-bottom: 1em;
}
.cols img {
  max-width: 100%;
}

@media only screen and (min-width: 47.5em) {
  .cols--two > * {
    width: 47.5%;
  }
  .cols--two > *:nth-child(2n+1) {
    clear: both;
    float: left;
  }
  .cols--two > *:nth-child(2n) {
    float: right;
  }
}
.no-mq .cols--two > * {
  width: 47.5%;
}
.no-mq .cols--two > *:nth-child(2n+1) {
  clear: both;
  float: left;
}
.no-mq .cols--two > *:nth-child(2n) {
  float: right;
}

@media only screen and (min-width: 41.5em) {
  .cols--two-bp2 > * {
    width: 47.5%;
  }
  .cols--two-bp2 > *:nth-child(2n+1) {
    clear: both;
    float: left;
  }
  .cols--two-bp2 > *:nth-child(2n) {
    float: right;
  }
}
.no-mq .cols--two-bp2 > * {
  width: 47.5%;
}
.no-mq .cols--two-bp2 > *:nth-child(2n+1) {
  clear: both;
  float: left;
}
.no-mq .cols--two-bp2 > *:nth-child(2n) {
  float: right;
}

@media only screen and (min-width: 41.5em) {
  .cols--three > * {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  .cols--three > *:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
}
.no-mq .cols--three > * {
  float: left;
  width: 30%;
  margin-left: 5%;
}
.no-mq .cols--three > *:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

@media only screen and (min-width: 32em) {
  .cols--three-two > * {
    float: left;
    width: 46%;
    margin-left: 8%;
  }
  .cols--three-two > *:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
.no-mq .cols--three-two > * {
  float: left;
  width: 46%;
  margin-left: 8%;
}
.no-mq .cols--three-two > *:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
@media only screen and (min-width: 62em) {
  .cols--three-two > * {
    width: 30%;
    margin-left: 3.3333333333%;
  }
  .cols--three-two > *:nth-child(2n+1) {
    clear: none;
    margin-left: 3.3333333333%;
  }
  .cols--three-two > *:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
}
.no-mq .cols--three-two > * {
  width: 30%;
  margin-left: 3.3333333333%;
}
.no-mq .cols--three-two > *:nth-child(2n+1) {
  clear: none;
  margin-left: 3.3333333333%;
}
.no-mq .cols--three-two > *:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

.cols--four > * {
  margin-bottom: 2em;
}
@media only screen and (min-width: 32em) {
  .cols--four > * {
    float: left;
    width: 47.5%;
    margin-left: 5%;
  }
  .cols--four > *:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
.no-mq .cols--four > * {
  float: left;
  width: 47.5%;
  margin-left: 5%;
}
.no-mq .cols--four > *:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
@media only screen and (min-width: 47.5em) {
  .cols--four > * {
    width: 23.75%;
    margin-left: 1.6666666667%;
  }
  .cols--four > *:nth-child(2n+1) {
    clear: none;
    margin-left: 1.6666666667%;
  }
  .cols--four > *:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
  }
}
.no-mq .cols--four > * {
  width: 23.75%;
  margin-left: 1.6666666667%;
}
.no-mq .cols--four > *:nth-child(2n+1) {
  clear: none;
  margin-left: 1.6666666667%;
}
.no-mq .cols--four > *:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}

@media only screen and (min-width: 47.5em) {
  .cols--five > * {
    float: left;
    width: 18.4%;
    margin-left: 2%;
  }
  .cols--five > *:nth-child(5n+1) {
    clear: left;
    margin-left: 0;
  }
}
.no-mq .cols--five > * {
  float: left;
  width: 18.4%;
  margin-left: 2%;
}
.no-mq .cols--five > *:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}

/* ---------------------- lists ---------------------- */
ol {
  counter-reset: li; /* Initiate a counter */
  list-style: none; /* Remove default numbering */
  *list-style: decimal; /* Keep using default numbering for IE6/7 */
  font: 15px "trebuchet MS", "lucida sans";
  padding: 1.5em;
  margin-bottom: 4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

ul {
  margin-bottom: 1em;
}

/* ---------- rounded list ---------- */
.rounded-list {
  padding: 0 1.5em;
}

.rounded-list li {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  *padding: 0.4em;
  margin: 0.5em 0;
  background: #ddd;
  color: #444;
  text-decoration: none;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
}
.rounded-list li a:hover {
  background: none;
}
.rounded-list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
  content: "» ";
}

.rounded-list li:hover {
  background: #eee;
}

ul.raquo li {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 0.2em;
}
ul.raquo:before {
  content: "» ";
  display: inline;
  margin-left: -10px;
}

/* ---------------------- header ---------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger-box {
  width: 25px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #FFF;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 50px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 50px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 50px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -50px;
  top: -50px;
  transform: translate3d(50px, 50px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -50px;
  top: -50px;
  transform: translate3d(-50px, 50px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -50px;
  top: 50px;
  transform: translate3d(50px, -50px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -50px;
  top: 50px;
  transform: translate3d(-50px, -50px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.5714285714px, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.5714285714px, -5px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

#mobileNavWrapper {
  cursor: hand;
  cursor: pointer;
  position: fixed;
  z-index: 5601;
  right: 1em;
  top: 1em;
  display: block;
}
@media only screen and (min-width: 47.5em) {
  #mobileNavWrapper {
    display: none;
  }
}
.no-mq #mobileNavWrapper {
  display: none;
}
#mobileNavWrapper.scrolled button.hamburger {
  box-shadow: none;
}

button.hamburger {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 99em;
  transition: 250ms all;
  padding: 12px 12px;
  opacity: 1;
}
button.hamburger:focus {
  outline: 0 !important;
}
button.hamburger:hover, button.hamburger.is-active {
  background: #519ec8;
}
button.hamburger .hamburger-box {
  margin-top: 1px !important;
  margin-bottom: -1px !important;
}

.hamburger-label {
  text-transform: uppercase;
  color: #519ec8;
  margin-right: 0.75em;
  display: inline-block;
  vertical-align: top;
}

/* ---------------------- header and logo ---------------------- */
header {
  width: 100%;
  display: block;
  min-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  height: 80vh;
}
header figure.logo {
  position: relative;
  z-index: 10;
  width: 70%;
  margin: 5em auto 1em;
}
@media only screen and (min-width: 35em) {
  header figure.logo {
    margin: 4em auto 1em;
    width: 60%;
  }
}
.no-mq header figure.logo {
  margin: 4em auto 1em;
  width: 60%;
}
@media only screen and (min-width: 41.5em) {
  header figure.logo {
    margin: 3em auto 1em;
    width: 40%;
  }
}
.no-mq header figure.logo {
  margin: 3em auto 1em;
  width: 40%;
}
@media only screen and (min-width: 47.5em) {
  header figure.logo {
    display: none;
  }
}
.no-mq header figure.logo {
  display: none;
}

/************************ Mobile **********************/
.offcanvas-menu {
  position: fixed;
  top: -150%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 100;
  color: #519ec8;
  transition: 500ms all;
  opacity: 0;
}
.offcanvas-menu figure.logo {
  width: 10em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
}
.offcanvas-menu figure.logo svg {
  width: 100%;
}
.offcanvas-menu nav {
  position: absolute;
  left: 15%;
  top: 50%;
  width: 80%;
  transform: translateY(-70%);
  font-weight: 400;
  font-family: "Gothic A1", serif;
  font-size: 8vw;
}
.offcanvas-menu nav ul li > a i.fa-solid {
  display: none;
}
@media only screen and (min-width: 32em) {
  .offcanvas-menu nav {
    transform: translateY(-70%);
    font-size: 2.25em;
  }
}
.no-mq .offcanvas-menu nav {
  transform: translateY(-70%);
  font-size: 2.25em;
}
@media only screen and (min-width: 41.5em) {
  .offcanvas-menu nav {
    left: 15%;
    transform: translateY(-50%);
  }
}
.no-mq .offcanvas-menu nav {
  left: 15%;
  transform: translateY(-50%);
}
@media only screen and (max-height: 25em) {
  .offcanvas-menu nav {
    font-size: 6vmin;
    transform: translateY(-60%);
    left: 45%;
  }
  .offcanvas-menu nav ul > li > div {
    left: 10em !important;
    font-size: 5vmin !important;
  }
}
@media only screen and (min-height: 30em) {
  .offcanvas-menu nav ul > li {
    margin-bottom: 0.5em;
  }
  .offcanvas-menu nav ul > li > div li {
    margin-bottom: 1em;
  }
}
.no-mq .offcanvas-menu nav ul > li {
  margin-bottom: 0.5em;
}
.no-mq .offcanvas-menu nav ul > li > div li {
  margin-bottom: 1em;
}
@media only screen and (min-height: 60em) {
  .offcanvas-menu nav {
    top: 40%;
  }
}
.no-mq .offcanvas-menu nav {
  top: 40%;
}
.offcanvas-menu nav li.tel {
  font-size: 80%;
  color: #519ec8 !important;
  line-height: 1.25;
}
.offcanvas-menu nav li.tel a.tel,
.offcanvas-menu nav li.tel a.text {
  color: #519ec8 !important;
}
.offcanvas-menu nav li.tel a.tel:hover,
.offcanvas-menu nav li.tel a.text:hover {
  color: #519ec8 !important;
}
.offcanvas-menu nav li.tel span {
  display: block;
  font-size: 50%;
}
.offcanvas-menu nav a {
  color: inherit !important;
  transition: 250ms color;
}
.offcanvas-menu nav a:hover {
  color: black !important;
  text-decoration: none;
  border-bottom: 1px solid #333;
}
.offcanvas-menu nav div.examples {
  display: none !important;
}
.offcanvas-menu nav div.subMenu h3 {
  display: none !important;
}
.offcanvas-menu nav ul > li {
  line-height: 1.2em;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 47.5em) {
  .offcanvas-menu nav ul > li.login > div {
    display: none !important;
  }
}
.offcanvas-menu nav ul > li > div {
  left: 57.5%;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.offcanvas-menu nav ul > li > div li {
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 32em) {
  .offcanvas-menu nav ul > li > div {
    left: 50%;
  }
}
.no-mq .offcanvas-menu nav ul > li > div {
  left: 50%;
}
@media only screen and (min-width: 41.5em) {
  .offcanvas-menu nav ul > li > div {
    left: 50%;
    font-size: 1.25rem;
  }
}
.no-mq .offcanvas-menu nav ul > li > div {
  left: 50%;
  font-size: 1.25rem;
}
@media only screen and (min-width: 47.5em) {
  .offcanvas-menu nav ul > li > div {
    left: 50%;
    font-size: 1.5rem;
  }
}
.no-mq .offcanvas-menu nav ul > li > div {
  left: 50%;
  font-size: 1.5rem;
}
@media only screen and (min-width: 62em) {
  .offcanvas-menu nav ul > li > div {
    left: 15em;
    font-size: 1.5rem;
  }
}
.no-mq .offcanvas-menu nav ul > li > div {
  left: 15em;
  font-size: 1.5rem;
}
.offcanvas-menu.active {
  top: 0;
  left: 0;
  opacity: 1;
}

/**************** DESKTOP MENU *****************/
@media only screen and (min-width: 47.5em) {
  .offcanvas-menu {
    width: 100%;
    height: auto;
    display: block;
    min-height: 1em;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    opacity: 1;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    padding-left: 3em;
    padding-right: 3em;
  }
  .offcanvas-menu figure.logo {
    z-index: 10;
    margin-top: 1em;
    margin-left: 0;
    float: left;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 47.5em) {
  .offcanvas-menu figure.logo {
    width: 13em;
  }
  .offcanvas-menu figure.logo img {
    height: 4em;
    width: auto;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq .offcanvas-menu figure.logo {
    width: 13em;
  }
  .no-mq .offcanvas-menu figure.logo img {
    height: 4em;
    width: auto;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 62em) {
  .offcanvas-menu figure.logo {
    width: 16em;
  }
  .offcanvas-menu figure.logo img {
    height: 5em;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq .offcanvas-menu figure.logo {
    width: 16em;
  }
  .no-mq .offcanvas-menu figure.logo img {
    height: 5em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 85em) {
  .offcanvas-menu figure.logo {
    width: 18em;
  }
  .offcanvas-menu figure.logo img {
    height: 6em;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq .offcanvas-menu figure.logo {
    width: 18em;
  }
  .no-mq .offcanvas-menu figure.logo img {
    height: 6em;
  }
  .offcanvas-menu nav {
    position: static;
    transform: none;
    width: auto;
    text-transform: lowercase;
    display: block;
    color: black;
    float: right;
    margin-top: 3em;
    margin-right: 1em;
    font-size: 90%;
    font-weight: 400;
    font-family: "Gothic A1", serif;
  }
  .dark .offcanvas-menu nav {
    color: white;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 52.5em) {
  .offcanvas-menu nav {
    font-size: 100%;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq .offcanvas-menu nav {
    font-size: 100%;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 62em) {
  .offcanvas-menu nav {
    font-size: 110%;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq .offcanvas-menu nav {
    font-size: 110%;
  }
  .offcanvas-menu nav > ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .offcanvas-menu nav > ul > li {
    margin-right: 1em;
  }
  .offcanvas-menu nav > ul > li > a {
    color: inherit !important;
    transition: 250ms all;
    display: block;
    margin: 0.25em 0.25em 0;
  }
  .offcanvas-menu nav > ul > li > a i.fa-solid {
    display: inline;
  }
  .offcanvas-menu nav > ul > li.quote {
    color: #d56a5a;
  }
  .offcanvas-menu nav > ul > li > div {
    transform: none;
    position: absolute;
    font-size: 100%;
    left: 0;
    right: 0;
    top: auto;
    margin-top: 2em;
    padding: 2em;
    width: 100%;
    background: rgba(255, 255, 255, 0.9) !important;
    flex-direction: row;
    justify-content: space-between;
    display: none;
  }
  .offcanvas-menu nav > ul > li > div h3 {
    font-family: "Wix Madefor Display", "Lato", sans-serif;
    text-transform: none;
    font-weight: 600;
    margin-left: 2em;
    color: #d56a5a;
  }
  .offcanvas-menu nav > ul > li > div ul {
    width: 100%;
  }
  .offcanvas-menu nav > ul > li > div ul li {
    clear: both;
    margin: 1em 0;
  }
  .offcanvas-menu nav > ul > li > div ul li.current {
    font-weight: bold;
  }
  .offcanvas-menu nav > ul > li > div ul li.current:after {
    content: "\f061";
    margin-left: 1em;
    font-family: "Font Awesome 6 Free";
  }
  .offcanvas-menu nav > ul > li > div div.examples {
    display: block !important;
  }
  .offcanvas-menu nav > ul > li > div div.examples > div {
    padding: 1em 2em 0 0;
    flex-direction: row;
    display: none;
  }
  .offcanvas-menu nav > ul > li > div div.examples > div figure {
    margin-left: 1em;
    width: 13em;
  }
  .offcanvas-menu nav > ul > li > div div.examples > div.construction {
    display: flex;
  }
  .offcanvas-menu.scrolled {
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 500ms;
    display: block;
  }
  .offcanvas-menu.scrolled nav {
    color: black !important;
  }
  .offcanvas-menu.scrolled nav a:hover {
    color: #519ec8 !important;
  }
  .offcanvas-menu.scrolled.animated {
    opacity: 1;
    top: 0;
  }
}
.no-mq .offcanvas-menu {
  width: 100%;
  height: auto;
  display: block;
  min-height: 1em;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  opacity: 1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  padding-left: 3em;
  padding-right: 3em;
}
.no-mq .offcanvas-menu figure.logo {
  z-index: 10;
  margin-top: 1em;
  margin-left: 0;
  float: left;
}
@media only screen and (min-width: 47.5em) {
  .no-mq .offcanvas-menu figure.logo {
    width: 13em;
  }
  .no-mq .offcanvas-menu figure.logo img {
    height: 4em;
    width: auto;
  }
}
.no-mq .no-mq .offcanvas-menu figure.logo {
  width: 13em;
}
.no-mq .no-mq .offcanvas-menu figure.logo img {
  height: 4em;
  width: auto;
}
@media only screen and (min-width: 62em) {
  .no-mq .offcanvas-menu figure.logo {
    width: 16em;
  }
  .no-mq .offcanvas-menu figure.logo img {
    height: 5em;
  }
}
.no-mq .no-mq .offcanvas-menu figure.logo {
  width: 16em;
}
.no-mq .no-mq .offcanvas-menu figure.logo img {
  height: 5em;
}
@media only screen and (min-width: 85em) {
  .no-mq .offcanvas-menu figure.logo {
    width: 18em;
  }
  .no-mq .offcanvas-menu figure.logo img {
    height: 6em;
  }
}
.no-mq .no-mq .offcanvas-menu figure.logo {
  width: 18em;
}
.no-mq .no-mq .offcanvas-menu figure.logo img {
  height: 6em;
}
.no-mq .offcanvas-menu nav {
  position: static;
  transform: none;
  width: auto;
  text-transform: lowercase;
  display: block;
  color: black;
  float: right;
  margin-top: 3em;
  margin-right: 1em;
  font-size: 90%;
  font-weight: 400;
  font-family: "Gothic A1", serif;
}
.dark .no-mq .offcanvas-menu nav {
  color: white;
}
@media only screen and (min-width: 52.5em) {
  .no-mq .offcanvas-menu nav {
    font-size: 100%;
  }
}
.no-mq .no-mq .offcanvas-menu nav {
  font-size: 100%;
}
@media only screen and (min-width: 62em) {
  .no-mq .offcanvas-menu nav {
    font-size: 110%;
  }
}
.no-mq .no-mq .offcanvas-menu nav {
  font-size: 110%;
}
.no-mq .offcanvas-menu nav > ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.no-mq .offcanvas-menu nav > ul > li {
  margin-right: 1em;
}
.no-mq .offcanvas-menu nav > ul > li > a {
  color: inherit !important;
  transition: 250ms all;
  display: block;
  margin: 0.25em 0.25em 0;
}
.no-mq .offcanvas-menu nav > ul > li > a i.fa-solid {
  display: inline;
}
.no-mq .offcanvas-menu nav > ul > li.quote {
  color: #d56a5a;
}
.no-mq .offcanvas-menu nav > ul > li > div {
  transform: none;
  position: absolute;
  font-size: 100%;
  left: 0;
  right: 0;
  top: auto;
  margin-top: 2em;
  padding: 2em;
  width: 100%;
  background: rgba(255, 255, 255, 0.9) !important;
  flex-direction: row;
  justify-content: space-between;
  display: none;
}
.no-mq .offcanvas-menu nav > ul > li > div h3 {
  font-family: "Wix Madefor Display", "Lato", sans-serif;
  text-transform: none;
  font-weight: 600;
  margin-left: 2em;
  color: #d56a5a;
}
.no-mq .offcanvas-menu nav > ul > li > div ul {
  width: 100%;
}
.no-mq .offcanvas-menu nav > ul > li > div ul li {
  clear: both;
  margin: 1em 0;
}
.no-mq .offcanvas-menu nav > ul > li > div ul li.current {
  font-weight: bold;
}
.no-mq .offcanvas-menu nav > ul > li > div ul li.current:after {
  content: "\f061";
  margin-left: 1em;
  font-family: "Font Awesome 6 Free";
}
.no-mq .offcanvas-menu nav > ul > li > div div.examples {
  display: block !important;
}
.no-mq .offcanvas-menu nav > ul > li > div div.examples > div {
  padding: 1em 2em 0 0;
  flex-direction: row;
  display: none;
}
.no-mq .offcanvas-menu nav > ul > li > div div.examples > div figure {
  margin-left: 1em;
  width: 13em;
}
.no-mq .offcanvas-menu nav > ul > li > div div.examples > div.construction {
  display: flex;
}
.no-mq .offcanvas-menu.scrolled {
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 500ms;
  display: block;
}
.no-mq .offcanvas-menu.scrolled nav {
  color: black !important;
}
.no-mq .offcanvas-menu.scrolled nav a:hover {
  color: #519ec8 !important;
}
.no-mq .offcanvas-menu.scrolled.animated {
  opacity: 1;
  top: 0;
}

form.login {
  width: 100%;
}
form.login input[type=text],
form.login input[type=password] {
  width: 20em;
  height: 1em;
  padding: 1em;
  font-size: 100%;
  border: none;
  margin-right: 1em;
  display: block;
  margin-bottom: 1em;
}
form.login input[type=submit] {
  float: none;
  clear: both;
}

/* ---------------------- colors ---------------------- */
.white {
  color: white;
}

.black {
  color: #252525;
}

/* ---------------------- video ---------------------- */
figure.youtube {
  display: flex;
  justify-content: center;
  pointer-events: none;
  aspect-ratio: 16/9;
}
figure.youtube iframe {
  width: 100% !important;
  height: 100%;
}

/* ---------------------- formatting ---------------------- */
article {
  background: white;
  position: relative;
  z-index: 2;
}

.quickLinks {
  margin-top: -4em;
  margin-bottom: 7em;
  color: white;
  margin-left: auto;
  margin-right: 3em;
  display: block;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: end;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-size: 90%;
}
@media only screen and (min-width: 47.5em) {
  .quickLinks {
    margin-top: -5em;
  }
}
.no-mq .quickLinks {
  margin-top: -5em;
}
@media only screen and (min-width: 32em) {
  .quickLinks {
    flex-wrap: nowrap;
  }
}
.no-mq .quickLinks {
  flex-wrap: nowrap;
}
.quickLinks li {
  margin-right: 0.5em;
}
.quickLinks li:after {
  content: "/";
  margin-left: 0.5em;
}
.quickLinks li:last-child:after {
  content: none;
}

@media only screen and (min-width: 47.5em) {
  .rightTwoThirds {
    width: 65%;
    margin: 0 0 0 auto;
  }
}
.no-mq .rightTwoThirds {
  width: 65%;
  margin: 0 0 0 auto;
}

@media only screen and (min-width: 47.5em) {
  .leftTwoThirds {
    width: 60%;
    margin: 0 auto 0 0;
  }
}
.no-mq .leftTwoThirds {
  width: 60%;
  margin: 0 auto 0 0;
}

.fs140 {
  font-size: 140%;
  line-height: 1.4;
}

.fs150 {
  font-size: 150%;
  line-height: 1.4;
}

.pRelative {
  position: relative;
}

.oh {
  overflow: hidden;
}

.behindText {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  font-size: 17em;
  font-family: "Gothic A1", serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: white;
  text-align: center;
  margin: 0.9em auto 0;
}
.behindText.fadedWhite {
  color: rgba(255, 255, 255, 0.1);
}
.behindText.fadedBlue {
  color: rgba(81, 158, 200, 0.1);
}
.behindText.customers {
  font-size: 17em !important;
  margin-top: -0.6em;
}
.behindText.vertical {
  margin: 0;
  writing-mode: vertical-lr;
  text-align: left;
  font-size: 17em;
}
.behindText.pushed {
  padding-left: 55vw;
}

/* ---------------------- Content ---------------------- */
@media only screen and (min-width: 47.5em) {
  .content.divided-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content.divided-content > div {
    width: 100%;
  }
  .content.divided-content > div:nth-child(1) {
    width: 25%;
  }
  .content.divided-content > div:nth-child(2) {
    width: 67%;
    margin-right: 3%;
  }
}
.no-mq .content.divided-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.no-mq .content.divided-content > div {
  width: 100%;
}
.no-mq .content.divided-content > div:nth-child(1) {
  width: 25%;
}
.no-mq .content.divided-content > div:nth-child(2) {
  width: 67%;
  margin-right: 3%;
}
.content.divided-content-fixed > div:nth-child(1) {
  width: 100%;
  text-align: center;
}
.content.divided-content-fixed > div:nth-child(2) {
  margin-top: 3em;
}
@media only screen and (min-width: 47.5em) {
  .content.divided-content-fixed {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .content.divided-content-fixed > div:nth-child(1) {
    width: 24em;
    text-align: left;
  }
  .content.divided-content-fixed > div:nth-child(2) {
    width: 100%;
    margin-top: 0;
  }
}
.no-mq .content.divided-content-fixed {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.no-mq .content.divided-content-fixed > div:nth-child(1) {
  width: 24em;
  text-align: left;
}
.no-mq .content.divided-content-fixed > div:nth-child(2) {
  width: 100%;
  margin-top: 0;
}
.content.divided-content-services > div:nth-child(1) {
  width: 100%;
  text-align: center;
}
.content.divided-content-services > div:nth-child(2) {
  margin-top: 3em;
}
@media only screen and (min-width: 62em) {
  .content.divided-content-services {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .content.divided-content-services > div:nth-child(1) {
    width: 27em;
    text-align: left;
  }
  .content.divided-content-services > div:nth-child(2) {
    margin-left: 3em;
    width: 100%;
    margin-top: 0;
  }
}
.no-mq .content.divided-content-services {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.no-mq .content.divided-content-services > div:nth-child(1) {
  width: 27em;
  text-align: left;
}
.no-mq .content.divided-content-services > div:nth-child(2) {
  margin-left: 3em;
  width: 100%;
  margin-top: 0;
}

.content p,
.content ul {
  font-weight: 100;
  color: #333;
  font-size: 120%;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.content h1 {
  text-transform: uppercase;
  font-size: 200%;
  font-family: "Wix Madefor Display", "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
}
.content h1 span {
  font-size: 90%;
}
.band.b-about .content h1 {
  font-size: 250%;
}

/* ---------------------- about ---------------------- */
div.numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 4em;
}
div.numbers > div {
  margin-top: 3em;
  margin-bottom: 4em;
}
div.numbers > div.empty {
  display: none;
}
@media only screen and (min-width: 47.5em) {
  div.numbers > div.empty {
    display: block;
  }
}
.no-mq div.numbers > div.empty {
  display: block;
}
@media only screen and (min-width: 47.5em) {
  div.numbers > div {
    width: 30%;
  }
}
.no-mq div.numbers > div {
  width: 30%;
}
div.numbers > div h1 {
  font-size: 6em;
  margin-bottom: 0;
  line-height: 1;
  font-family: "Gothic A1", serif;
}
div.numbers > div h2 {
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1em;
}
div.numbers > div p {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 47.5em) {
  div.numbers > div h1 {
    font-size: 5em;
  }
}
.no-mq div.numbers > div h1 {
  font-size: 5em;
}
@media only screen and (min-width: 62em) {
  div.numbers > div h1 {
    font-size: 6em;
  }
}
.no-mq div.numbers > div h1 {
  font-size: 6em;
}
@media only screen and (min-width: 72em) {
  div.numbers > div h1 {
    font-size: 7em;
  }
}
.no-mq div.numbers > div h1 {
  font-size: 7em;
}

div.serviceChart {
  margin-top: 8em;
}
div.serviceChart > div {
  display: flex;
  flex-direction: column;
  padding-bottom: 3em;
  padding-top: 3em;
  border-bottom: 1px solid #BBB;
}
div.serviceChart > div h2 {
  font-weight: 500;
  font-size: 150%;
  text-align: left;
}
div.serviceChart > div a {
  text-align: right;
  font-size: 200%;
  color: #d56a5a;
}
@media only screen and (min-width: 47.5em) {
  div.serviceChart > div {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  div.serviceChart > div h2 {
    margin-left: 5%;
    width: 25%;
    padding-right: 3%;
  }
  div.serviceChart > div p {
    width: 50%;
  }
  div.serviceChart > div a {
    width: 17%;
    margin-right: 3%;
  }
}
.no-mq div.serviceChart > div {
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.no-mq div.serviceChart > div h2 {
  margin-left: 5%;
  width: 25%;
  padding-right: 3%;
}
.no-mq div.serviceChart > div p {
  width: 50%;
}
.no-mq div.serviceChart > div a {
  width: 17%;
  margin-right: 3%;
}
div.serviceChart > div:last-child {
  border-bottom: none;
}
div.serviceChart > div:hover {
  background: white;
}

/* ----------------------  ---------------------- */
ul.scatter li {
  width: 67%;
  padding-bottom: 4em;
  margin: 0 auto 0 0;
}
ul.scatter li:nth-child(odd) {
  margin: 0 0 0 auto;
}
ul.scatter li figure {
  z-index: 5;
}
ul.scatter li aside {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  margin: 0 auto 0 0;
}
ul.scatter li aside h3 {
  font-weight: 600;
  color: red;
  font-size: 4vw;
}

.example-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.example-grid li {
  width: 48%;
  margin-bottom: 2%;
}
.example-grid li figure {
  position: relative;
  overflow: hidden;
}
.example-grid li figure img {
  position: relative;
  transition: 250ms all;
}
.example-grid li figure:hover img {
  transform: scale(1.15);
}
.example-grid li figure:hover h3 {
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
.example-grid li figure:hover h3:after {
  width: 1.5em;
  opacity: 1;
}
.example-grid li figure h3 {
  position: absolute;
  right: 1em;
  bottom: 1em;
  color: white;
  font-weight: 800;
  margin-bottom: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: 250ms all;
}
.example-grid li figure h3:after {
  transition: 250ms all;
  font: var(--fa-font-light);
  content: "\f061";
  padding-left: 0.5em;
  display: inline-block;
  width: 0;
  overflow: hidden;
  opacity: 0;
}

/* ---------------------- SERVICES page ---------------------- */
div.sideMenu h2 {
  font-size: 125%;
}
div.sideMenu ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 150%;
  color: #888;
}
div.sideMenu ul li.current {
  color: #252525;
}
div.sideMenu aside {
  position: relative;
  margin-top: 3em;
}
@media only screen and (min-width: 47.5em) {
  div.sideMenu aside {
    margin-top: 0;
  }
}
.no-mq div.sideMenu aside {
  margin-top: 0;
}
div.sideMenu aside h1 {
  margin-left: 20%;
  font-size: 300%;
  line-height: 1.3em;
}
div.sideMenu aside h1:before {
  font-family: "Gothic A1", serif;
  content: "/";
  font-size: 2em;
  font-weight: 400;
  color: #519ec8;
  position: absolute;
  left: 5%;
  top: 0.35em;
}
div.sideMenu aside h1 h1 {
  font-size: 100%;
}
div.sideMenu aside h1 span {
  font-weight: 400;
}

.service-text ul {
  margin: 2em 0 3em;
}
.service-text ul li {
  padding-left: 1em;
  margin-bottom: 2em;
}
.service-text figure {
  margin-top: 10em;
}

/* ---------------------- home industries ---------------------- */
.band.b-industries {
  padding-top: 8em;
  padding-bottom: 8em;
}
.band.b-industries .industries-header {
  margin-top: 2em;
}
@media only screen and (min-width: 47.5em) {
  .band.b-industries .industries-header {
    margin-left: 3em;
  }
}
.no-mq .band.b-industries .industries-header {
  margin-left: 3em;
}

.industry-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.industry-grid li {
  width: 50%;
  padding-left: 0.25em;
  margin-bottom: 0.25em;
}
.industry-grid li:nth-child(odd) {
  padding-left: 0;
}
@media only screen and (min-width: 47.5em) {
  .industry-grid li {
    width: 33.33%;
  }
  .industry-grid li:nth-child(odd) {
    padding-left: 0.25em;
  }
}
.no-mq .industry-grid li {
  width: 33.33%;
}
.no-mq .industry-grid li:nth-child(odd) {
  padding-left: 0.25em;
}
.industry-grid li figure {
  position: relative;
  overflow: hidden;
}
.industry-grid li figure img {
  position: relative;
  transition: 250ms all;
}
.industry-grid li figure:hover img {
  transform: scale(1.15);
}
.industry-grid li figure:hover h3 {
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
.industry-grid li figure:hover h3:after {
  width: 1.5em;
  opacity: 1;
}
.industry-grid li figure h3 {
  position: absolute;
  display: block;
  right: 1em;
  bottom: 1em;
  color: white;
  font-weight: 800;
  margin-bottom: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: 250ms all;
  text-align: right;
  font-size: 120%;
}
@media only screen and (min-width: 32em) {
  .industry-grid li figure h3 {
    font-size: 140%;
  }
}
.no-mq .industry-grid li figure h3 {
  font-size: 140%;
}
@media only screen and (min-width: 47.5em) {
  .industry-grid li figure h3 {
    font-size: 100%;
  }
}
.no-mq .industry-grid li figure h3 {
  font-size: 100%;
}
@media only screen and (min-width: 62em) {
  .industry-grid li figure h3 {
    font-size: 130%;
  }
}
.no-mq .industry-grid li figure h3 {
  font-size: 130%;
}
@media only screen and (min-width: 72em) {
  .industry-grid li figure h3 {
    font-size: 140%;
  }
}
.no-mq .industry-grid li figure h3 {
  font-size: 140%;
}
.industry-grid li figure h3:after {
  font-weight: 800;
  transition: 250ms all;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  padding-right: 0.25em;
  display: block;
  float: right;
  overflow: hidden;
  width: 0;
  opacity: 0;
}

/* ---------------------- gallery ---------------------- */
.band.b-gallery {
  text-align: center;
}
.band.b-gallery div.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
}
@media only screen and (min-width: 47.5em) {
  .band.b-gallery div.gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}
.no-mq .band.b-gallery div.gallery {
  grid-template-columns: repeat(5, 1fr);
}
.band.b-gallery div.gallery div {
  grid-column: span 1;
  grid-row: span 1;
  overflow: hidden;
}
.band.b-gallery div.gallery div.g2x1 {
  grid-column: span 2;
}
.band.b-gallery div.gallery div.g3x1 {
  grid-column: span 3;
}
.band.b-gallery div.gallery div.g3x2 {
  grid-column: span 3;
  grid-row: span 2;
}
.band.b-gallery div.gallery div.g1x2 {
  grid-row: span 2;
}
.band.b-gallery div.gallery div.g2x2 {
  grid-column: span 2;
  grid-row: span 2;
}
.band.b-gallery div.gallery div figure {
  overflow: hidden;
}
.band.b-gallery div.gallery div figure img {
  width: 100%;
  height: 100%;
}
.band.b-gallery div.gallery div:last-child {
  display: none;
}
@media only screen and (min-width: 47.5em) {
  .band.b-gallery div.gallery div:last-child {
    display: block;
  }
}
.no-mq .band.b-gallery div.gallery div:last-child {
  display: block;
}
.band.b-gallery div.gallery img {
  width: 100%;
  height: 100%;
  transition: 250ms all;
}
.band.b-gallery div.gallery img:hover {
  transform: scale(1.15);
}

/* ---------------------- slashes, dots, and headers ---------------------- */
.left-blue-slash {
  position: relative;
  z-index: 1;
  font-size: 150%;
  margin-left: 2em;
}
@media only screen and (min-width: 47.5em) {
  .left-blue-slash {
    font-size: 200% !important;
  }
}
.no-mq .left-blue-slash {
  font-size: 200% !important;
}
.left-blue-slash:before {
  position: absolute;
  content: "/";
  color: rgba(81, 158, 200, 0.5);
  top: 40%;
  margin-left: -0.65em;
  z-index: 2;
  font-size: 400%;
  font-weight: 400;
}
.left-blue-slash span {
  display: block;
}

.below-white-slash {
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
}
.below-white-slash:after {
  position: relative;
  content: "\\";
  color: rgba(255, 255, 255, 0.5);
  top: 100%;
  margin-left: 1em;
  z-index: 2;
}
@media only screen and (min-width: 47.5em) {
  .below-white-slash {
    text-align: center;
  }
  .below-white-slash:after {
    content: "\\";
    margin-left: 0;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0.7em;
    font-size: 7em;
    font-weight: 100;
    left: 25%;
  }
}
.no-mq .below-white-slash {
  text-align: center;
}
.no-mq .below-white-slash:after {
  content: "\\";
  margin-left: 0;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0.7em;
  font-size: 7em;
  font-weight: 100;
  left: 25%;
}
.below-white-slash span {
  display: block;
  color: #d56a5a;
  line-height: 1em;
}

.responsive-5-dots {
  font-size: 175%;
  font-family: "Wix Madefor Display", "Lato", sans-serif;
  position: relative;
  display: inline-block;
}
.responsive-5-dots:before {
  position: absolute;
  content: " ";
  background: url("/images/5-horizontal-dots.png") no-repeat;
  width: 120px;
  height: 20px;
  top: 50%;
  left: -150px;
}
.responsive-5-dots:after {
  position: absolute;
  content: " ";
  background: url("/images/5-horizontal-dots.png") no-repeat;
  width: 120px;
  height: 20px;
  top: 50%;
  right: -150px;
}
@media only screen and (min-width: 47.5em) {
  .responsive-5-dots {
    position: relative;
    display: inline-block;
    margin-left: 1em;
  }
  .responsive-5-dots:before {
    content: none;
  }
  .responsive-5-dots:after {
    position: absolute;
    content: " ";
    background: url("/images/5-vertical-dots.png") no-repeat;
    width: 20px;
    height: 120px;
    top: 0;
    right: -1.75em;
  }
}
.no-mq .responsive-5-dots {
  position: relative;
  display: inline-block;
  margin-left: 1em;
}
.no-mq .responsive-5-dots:before {
  content: none;
}
.no-mq .responsive-5-dots:after {
  position: absolute;
  content: " ";
  background: url("/images/5-vertical-dots.png") no-repeat;
  width: 20px;
  height: 120px;
  top: 0;
  right: -1.75em;
}

.horizontal-5-dots {
  font-size: 175%;
  font-family: "Wix Madefor Display", "Lato", sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
@media only screen and (min-width: 41.5em) {
  .horizontal-5-dots {
    margin-bottom: 2em;
  }
}
.no-mq .horizontal-5-dots {
  margin-bottom: 2em;
}
.horizontal-5-dots:before {
  position: absolute;
  content: " ";
  background: url("/images/5-horizontal-dots.png") no-repeat;
  width: 120px;
  height: 20px;
  top: 50%;
  left: -150px;
}
.horizontal-5-dots:after {
  position: absolute;
  content: " ";
  background: url("/images/5-horizontal-dots.png") no-repeat;
  width: 120px;
  height: 20px;
  top: 50%;
  right: -150px;
}

.vertical-5-dots {
  position: relative;
  display: inline-block;
}
.vertical-5-dots:after {
  position: absolute;
  content: " ";
  background: url("/images/5-vertical-dots.png") no-repeat;
  width: 20px;
  height: 120px;
  top: 0.75em;
  right: -1.75em;
}

.slash-on-right {
  position: relative;
}
@media only screen and (min-width: 47.5em) {
  .slash-on-right {
    width: 80%;
  }
}
.no-mq .slash-on-right {
  width: 80%;
}
.slash-on-right h2 {
  width: 80%;
  font-weight: 700;
  font-size: 170%;
}
.slash-on-right:after {
  content: "/";
  font-size: 5em;
  color: rgba(213, 106, 90, 0.5);
  position: absolute;
  right: 5%;
  top: 0.5em;
}
@media only screen and (min-width: 47.5em) {
  .slash-on-right {
    width: 80%;
  }
  .slash-on-right h2 {
    width: 100%;
  }
  .slash-on-right:after {
    content: "/";
    font-size: 10em;
    right: -15%;
    top: 30%;
  }
}
.no-mq .slash-on-right {
  width: 80%;
}
.no-mq .slash-on-right h2 {
  width: 100%;
}
.no-mq .slash-on-right:after {
  content: "/";
  font-size: 10em;
  right: -15%;
  top: 30%;
}

/* ---------------------- Our Work ---------------------- */
.videoList {
  margin-bottom: 0;
}
.videoList ul {
  margin: 0;
  padding: 0;
}
.videoList ul li {
  margin: 0;
  padding: 0;
}
.videoList ul li figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}
.videoList ul li figure video, .videoList ul li figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 41.5em) {
  .videoList ul li figure {
    height: 20em;
  }
  .videoList ul li figure img, .videoList ul li figure video {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.no-mq .videoList ul li figure {
  height: 20em;
}
.no-mq .videoList ul li figure img, .no-mq .videoList ul li figure video {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 62em) {
  .videoList ul li figure {
    height: 25em;
  }
}
.no-mq .videoList ul li figure {
  height: 25em;
}
@media only screen and (min-width: 100em) {
  .videoList ul li figure {
    height: 30em;
  }
}
.no-mq .videoList ul li figure {
  height: 30em;
}
.videoList ul li figure aside {
  position: absolute;
  left: 3em;
  right: 3em;
  bottom: 3em;
  color: white;
}
.videoList ul li figure aside h3 {
  font-family: "Wix Madefor Display", "Lato", sans-serif;
}
.videoList ul li figure aside span {
  font-weight: 500;
}

/* ---------------------- footer ---------------------- */
footer {
  font-family: "Wix Madefor Display", "Lato", sans-serif;
  background: #d56a5a;
  color: white;
  padding-top: 7em !important;
}
footer p.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 80%;
  margin-top: 2em;
}
footer h3.tel {
  margin-bottom: 0.5em;
}
footer .rightCol {
  margin-top: 0.75em;
}
footer .buttonRow a {
  font-size: 120%;
}
footer h2,
footer h3,
footer p {
  font-family: "Wix Madefor Display", "Lato", sans-serif;
}

.social {
  margin-top: 0.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  max-width: 18em;
}
.social li a {
  display: flex;
  text-align: center;
  margin: auto auto;
  background: #519ec8;
  color: white;
  border-radius: 99em;
  padding: 0.5em;
  justify-content: center;
  align-items: center;
  transition: 250ms all;
}
.social li a i {
  font-size: 110%;
  width: 1em;
  height: 1em;
  padding: 0.05em 0 0 0;
  margin: 0em 0 0 0;
}
.social li a:hover {
  background: #f5d500;
  color: #519ec8;
  transform: scale(1.25);
}

/* ---------------------- slick ---------------------- */
.slick-track {
  display: flex !important;
  height: 10em;
}

.slick-slide {
  margin: 0 1em;
  height: inherit !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (min-width: 62em) {
  .slick-slide {
    margin: 0 2em;
  }
}
.no-mq .slick-slide {
  margin: 0 2em;
}
@media only screen and (min-width: 85em) {
  .slick-slide {
    margin: 0 3em;
  }
}
.no-mq .slick-slide {
  margin: 0 3em;
}
.slick-slide > img {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}

/* ---------------------- Modal ---------------------- */
.modal .modalInterior {
  padding: 2em;
}
.modal .modalInterior input[type=text], .modal .modalInterior input[type=password] {
  padding: 1.5em 1.5em !important;
  border: 1px solid #888;
  width: 100%;
}
.modal#galleryModal {
  width: 88%;
}
.modal#galleryModal figure {
  border: 10px solid white;
}

/*# sourceMappingURL=screen.css.map */