/*
* generated using stylus - don't alter
*/
@charset "UTF-8";

@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins/poppins-extrabold.woff2") format("woff2"),
  url("../fonts/poppins/poppins-extrabold.woff") format("woff");
  font-style: normal;
  font-weight: 800; }
@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins/poppins-bold.woff2") format("woff2"),
  url("../fonts/poppins/poppins-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins/poppins-semibold.woff2") format("woff2"),
  url("../fonts/poppins/poppins-semibold.woff") format("woff");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins/poppins-medium.woff2") format("woff2"),
  url("../fonts/poppins/poppins-medium.woff") format("woff");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins/poppins-regular.woff2") format("woff2"),
  url("../fonts/poppins/poppins-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins/poppins-light.woff2") format("woff2"),
  url("../fonts/poppins/poppins-light.woff") format("woff");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins/poppins-extralight.woff2") format("woff2"),
  url("../fonts/poppins/poppins-extralight.woff") format("woff");
  font-style: normal;
  font-weight: 200; }

/*
*
*
*
*
* start custom stylesheets
*
*
*
*
*
*/
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
body {
  font-size: 16px;
}
body {
  background-color: #f5f5f5;
  color: #212121;
}
body > header.sticky {
  background-blend-mode: multiply;
/*background: linear-gradient(to right, white,white,whiteAlp50)*/
  background-color: #212121;
}
hr {
  border: none;
  border-bottom: 1px solid #212121;
  margin: 0;
}
.noPad {
  padding: 0 !important;
}
.brand1 {
  color: #f57300;
}
body footer {
  border-top: 1px solid #dedede;
}
@media screen and (min-width: 750px) {
  main,
  div#priNav-v2,
  div#priNav,
  div#secNav,
  body > footer,
  div#carouselIndicator,
  div#slideNav {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  main,
  body > footer {
    padding-top: 3vw;
    padding-bottom: 5vw;
  }
  div#priNav,
  div#priNav-v2 {
    height: 11vh;
  }
  div#secNav {
    height: 8vh;
  }
  div#slideNav {
    padding-top: 1.5vw;
    padding-bottom: 1.8vw;
  }
  main {
    padding: 0;
  }
  body > header,
  body > footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.8vw 0;
    width: 100%;
  }
  body > header.fixed {
    min-height: 11vh;
    z-index: 2000;
    background-blend-mode: multiply;
    background: #212121;
  }
  body > header.sticky {
    min-height: 8vh;
    position: fixed;
    z-index: 20000;
    padding: 0;
    display: none;
    top: 0;
  }
  body > header > *,
  body > footer > * {
    margin-left: 2.7vw;
    margin-right: 2.7vw;
  }
}
body > footer {
  background-color: #111;
  color: rgba(255,255,255,0.5);
  padding-top: 3vw;
  padding-bottom: 3vw;
}
@media screen and (max-width: 1100px) {
  body > footer {
    padding-left: 7vw;
    padding-right: 7vw;
    text-align: center;
  }
}
body > footer a {
  color: rgba(255,255,255,0.5) !important;
}
body > footer img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.picturefill-background {
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 1100px) {
  .picturefill-background.containMob {
    background-size: contain;
    background-position: 50% 0;
  }
}
div.contentHdr,
div.content {
  width: 100%;
  height: 100%;
}
div.contentHdr {
  position: relative;
  z-index: 2;
}
div.content > section > div {
  padding: 3vw 7vw 3vw 7vw;
}
*.pullUp div.content > section > div {
  padding-top: 0;
}
*.inset div.content {
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
*.inset div.content > section > div {
  padding: 3vw;
  padding-right: 5vw;
}
*.fullH {
  min-height: 100vh;
}
@media screen and (max-width: 1100px) {
  *.fullH {
    min-height: 88vh;
  }
}
*.largeH {
  min-height: 85vh;
}
*.halfH {
  min-height: 50vh;
}
*.smallH {
  min-height: 25vh;
}
.largeH div.content > section > div {
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
}
.halfH div.content > section > div {
  padding-top: 2.1vw;
  padding-bottom: 2.1vw;
}
.smallH div.content > section > div {
  padding-top: 1.4vw;
  padding-bottom: 1.4vw;
}
article.imageContent div.content > section {
  margin-right: 0;
}
article.imageContent.row div.content > section:last-child {
  background-color: rgba(0,0,0,0);
}
article.imageContent section > div {
  padding: 5vw 3vw;
  min-height: 22vw;
}
article.grid section > div {
  padding: 0;
}
article.grid section > div:last-child,
article.grid .picturefill-background {
  padding: 3vw 3vw;
}
article.grid.side-by-side section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
article.grid.side-by-side section > div {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
article.grid.side-by-side section > div:last-child {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  padding: 1.5vw 0 1.8vw 1.8vw;
}
article > header {
  padding: 3vw;
}
*.centerMe div.content {
  text-align: center;
}
div.content.rC {
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.content.rE {
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.content.cC {
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.content.cE {
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rC > div,
.rE > div,
.cC > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rC > div {
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rE > div {
  -webkit-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cC > div {
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.tC {
  text-align: center;
}
.tR {
  text-align: left;
}
@media screen and (max-width: 750px) {
  div.content section > div {
    padding: 10.5vw 7vw 10.5vw 7.5vw !important;
  }
  article > header {
    padding: 10.5vw 7vw 7.5vw 7.5vw !important;
    border: none;
  }
  div.picturefill-background div.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  div.picturefill-background div.content section {
    width: 100%;
  }
  .picturefill-background {
    min-height: 50vh;
  }
  article.imageContent.row div.content > section:last-child {
    background: none;
  }
  article.grid {
    margin-top: 10vw;
    margin-bottom: 5vw;
  }
  article.grid section > div {
    padding: 5vw 7.5vw !important;
  }
  article.grid section > div:last-child {
    padding-bottom: 7vw !important;
  }
  article.grid.side-by-side section > div:first-child {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding: 3vw 3vw 3vw 7.5vw;
  }
  article.grid.side-by-side section > div:last-child {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    padding: 5vw 7vw 3vw 3vw;
    font-size: 85%;
  }
  article.grid .picturefill-background {
    min-height: 50vh;
  }
  article.grid .picturefill-background > div {
    min-height: 50vh;
  }
  article.imageContent {
    margin-bottom: 0;
  }
  body > footer div.content section > div {
    padding-top: 5vw !important;
    padding-bottom: 5vw !important;
  }
  body > footer {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
  .remSec section > div:first-child {
    display: none;
  }
  .remSec section > div {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    padding: 5vw 7.5vw !important;
  }
}
@media screen and (min-width: 750px) {
  div.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  div.content > section {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    margin-right: 1.5vw;
  }
  div.content > section:last-child {
    margin-right: 0;
  }
  article.grid div.content {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25vw, 1fr));
    -webkit-column-gap: 3vw;
    -moz-column-gap: 3vw;
    column-gap: 3vw;
    row-gap: 3vw;
  }
  article.grid div.content > section {
    margin: 0;
  }
  article.grid.allCols div.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
  }
  article.grid.allCols div.content > section {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
  article.grid .picturefill-background {
    min-height: 35vw;
  }
  article.grid .picturefill-background > div {
    min-height: 35vw;
  }
  main > article {
    margin-top: 14.5vw;
  }
  article.insetContent.editorial {
    padding: 0 7vw 0 7vw;
  }
  @supports not (display: grid) {
    article.insetContent.editorial div.content {
      -webkit-box-pack: center;
      -o-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @supports (display: grid) {
    article.insetContent.editorial div.content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: ([ col ] 6.25%)[16];
      grid-template-columns: repeat(16, [ col ] 6.25%);
    }
  }
  article.insetContent.editorial section {
    margin: 0;
    -ms-grid-row: 1;
    grid-row: 1;
    position: relative;
  }
  @supports (display: grid) {
    article.insetContent.editorial section:first-child {
      grid-column: col 1/span 9;
      z-index: 2500;
    }
  }
  @supports (display: grid) {
    article.insetContent.editorial section:last-child {
      grid-column: col 9/span 7;
      z-index: 2000;
    }
  }
  @supports (display: grid) {
    article.insetContent.editorial.flip section:first-child {
      grid-column: col 8/span 9;
    }
  }
  @supports (display: grid) {
    article.insetContent.editorial.flip section:last-child {
      grid-column: col 2/span 7;
    }
  }
  article.insetContent.editorial section:first-child > div.lowLayer {
    overflow: hidden;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    z-index: 5;
  }
  article.insetContent.editorial section:first-child > div.contentDiv {
    background-color: #fff;
    position: relative;
    z-index: 10;
    margin-top: 6.75vw;
  }
  article.insetContent.editorial section:last-child > div {
    padding: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  article.grid.side-by-side div.content {
    display: block;
  }
  article.grid.side-by-side section {
    margin-bottom: 3vw !important;
  }
  article.grid.side-by-side section > div {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  article.grid.side-by-side section > div:last-child {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}
@media screen and (min-width: 1100px) {
  div.content > section {
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
  }
  article.grid.allCols div.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  article.grid.allCols div.content > section {
    margin-right: 0.8vw;
  }
  article.grid.allCols div.content > section:last-child {
    margin-right: 0;
  }
  article.grid .picturefill-background {
    min-height: 14.5vw;
  }
  article.grid .picturefill-background > div {
    min-height: 14.5vw;
  }
  article.grid.side-by-side div.content {
    grid-template-columns: repeat(auto-fill, minmax(35vw, 1fr));
  }
  article.grid.side-by-side div.content > section {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  div.content.rC {
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  div.content.rE {
    -webkit-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  div.content.cC {
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  div.content.cE {
    -webkit-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .rC > div,
  .rE > div,
  .cC > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rC > div {
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rE > div {
    -webkit-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cC > div {
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .tC {
    text-align: center;
  }
  .tR {
    text-align: right;
  }
  article > header {
    max-width: 40vw;
  }
  .row.flip div.content {
    -webkit-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
body > footer div.content section > div {
  padding: 7vw;
}
@media screen and (min-width: 750px) {
  body > footer div.content section > div {
    padding: 1.8vw 3vw;
  }
  body > footer section {
    border-right: 1px dotted #dedede;
  }
  body > footer section:last-child {
    border-right: none;
  }
}
div#masthead {
  background-color: rgba(0,0,0,0.45);
  display: block;
  color: #fff;
}
div#priNav,
div#priNav-v2 {
  background-color: rgba(0,0,0,0.75);
  display: block;
}
div#slideNav {
  background-color: rgba(0,0,0,0.75);
}
div#secNav {
  background-color: rgba(0,0,0,0.75);
}
div#priNav,
div#priNav-v2,
div#secNav,
div#carouselIndicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div#priNav > *,
div#priNav-v2 > *,
div#secNav > * {
  margin-top: 0.8vw;
  margin-bottom: 0.8vw;
}
div#priNav > nav,
div#priNav-v2 > nav,
div#carouselIndicator > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
div#priNav > nav > *,
div#priNav-v2 > nav > *,
div#carouselIndicator > div:first-child > div {
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
  margin-right: 1.5vw;
}
div#priNav > div,
div#priNav-v2 > div {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}
div#secNav > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
div#secNav > nav > * {
  margin-left: 1.8vw;
}
div#secNav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}
div#secNav > div > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
div#secNav > div a {
  margin-right: 1.8vw;
}
div#slideNav {
  display: none;
}
div#slideNav > div {
  padding-left: 14.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
div#slideNav > div > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 10vw;
}
div#slideNav > div > nav > * {
  margin-bottom: 1.2vw;
}
div#carouselIndicator div.dashes > div {
  height: 4px;
}
div#carouselIndicator div.dashes > div.active {
  background-color: #666;
}
div#priNav-v2 > nav a:not(:first-child) {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255,255,255,0.5);
  padding-left: 3px;
  padding-bottom: 7px;
  color: rgba(255,255,255,0.75);
  -webkit-align-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-item-align: center;
}
div#priNav-v2 > nav a:first-child,
div#carouselIndicator > div:first-child > div:first-child {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
  div#priNav > nav,
  div#priNav-v2 > nav,
  div#carouselIndicator > div:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  div#priNav > nav > *,
  div#priNav-v2 > nav > *,
  div#carouselIndicator > div:first-child > div {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    margin-right: 3vw;
  }
  div#priNav-v2 > div,
  div#priNav > div {
    display: none;
  }
  div#slideNav > div {
    padding-left: 20%;
  }
}
.navHeight {
  height: 12vh;
}
#navMobile {
  position: fixed;
  bottom: 1.8vw;
  right: 1.8vw;
  z-index: 6000;
  display: none;
}
#navHeader {
  position: fixed;
  z-index: 7000;
  background-color: #212121;
  border-bottom: 1px solid rgba(0,0,0,0.45);
  width: 100vw;
  padding-left: 3vw;
  padding-right: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#navHeader div#mblNavControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#navHeader div#mblNavControl a {
  margin-left: 1.5vw;
  color: #fff;
}
div.mblnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6001;
  background-color: #fff;
}
div.mblnavContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/* The main point: */
  overflow-y: auto;
/* Optional but highly reccomended: enables momentum scrolling on iOS */
  -webkit-overflow-scrolling: touch;
  background-color: #212121;
}
.open {
  opacity: 1 !important;
  -ms-filter: none !important;
  -webkit-filter: none !important;
          filter: none !important;
}
div.containMNav {
  padding: 7vw 7vw;
}
div.containMNav > * {
  margin-bottom: 10vw;
}
div.containMNav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
div.containMNav nav a {
  padding: 4.5vw 3vw;
  line-height: 130%;
  margin: 1px 0;
  background-color: rgba(255,255,255,0.15);
}
div.containMNav h6 {
  font-size: 1em;
  margin-top: 1.8vw;
  margin-bottom: 5vw;
}
@media screen and (max-width: 1100px) {
  html.noscroll {
    overflow: hidden;
  }
  body.noscroll {
    overflow: visible;
    height: 100%;
  }
}
main.featurette b.highlight {
  background-color: #666;
  color: #fff;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
main.featurette {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: scroll;
  background-image: url("/images/cases/covid-safety/hero/xl.jpg");
}
@media screen and (max-width: 1100px) {
  main.featurette {
    background-attachment: scroll;
  }
}
main.featurette article {
  margin-top: 0;
  margin-bottom: 0px;
}
main.featurette header {
  margin-bottom: 5vw;
}
main.featurette article:last-child {
  border-bottom: none;
  margin-top: 5vw;
}
@media screen and (max-width: 1100px) {
  main.featurette div.picturefill-background div.content {
    background: none;
  }
  main.featurette div.picturefill-background section > div {
    background-repeat: no-repeat;
    background-position: -5% 105%;
    background-size: auto 30%;
    min-height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 5vw !important;
    color: #f57300;
  }
}
@media screen and (min-width: 750px) {
  main.featurette div.picturefill-background section > div {
    background-repeat: no-repeat;
    background-position: -2vw 50%;
    background-size: auto 90%;
    min-height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3vw 7vw 3vw 14vw;
  }
  main.featurette article div.content section {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
a.itemLink:link,
a.itemLink:visited {
  -webkit-transition: 0.35s;
  transition: 0.35s;
  color: #111;
  display: block;
}
@media (pointer: fine) {
  a.itemLink:hover {
    -webkit-transform: scale(103%);
    transform: scale(103%);
  }
}
a.itemLink span.thumbVid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5vw;
  padding: 3.75vw;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  a.itemLink span.thumbVid {
    height: 50vw;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  a.itemLink span.thumbVid {
    height: 25vw;
    margin-bottom: 3vw;
  }
}
a.itemLink span i {
  font-size: 6em;
  color: rgba(255,255,255,0.75);
  -webkit-align-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-item-align: center;
}
div.innerContent {
  z-index: 200;
}
div.insetContent > div {
  position: relative;
}
div.insetContent {
  position: relative;
}
@media screen and (min-width: 1100px) {
  div.insetContent {
    padding: 14vw 17.709999999999997vw 14vw 35vw;
  }
}
@media screen and (min-width: 1100px) {
  div.insetContent.alt {
    padding: 14vw 35vw 14vw 17.709999999999997vw;
  }
}
@media screen and (min-width: 750px) {
  div.gridItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 3vw;
    -moz-column-gap: 3vw;
    column-gap: 3vw;
    row-gap: 3vw;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  div.gridItems.three {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  div.gridItems div.item {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
  }
  div.gridItems.three div.item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
@media screen and (max-width: 1100px) {
  div.gridItems div.item {
    margin-bottom: 10vw;
  }
}
div.sec2 {
  background-color: #ffe6ce;
}
div.sec3 {
  background-color: #f7dbd3;
}
div.sec4 {
  background-color: #eaccb8;
}
div.sec5 {
  background-color: #fcf8e8;
}
div.sec1 h1,
div.sec1 h2,
div.sec1 h3,
div.sec1 h4,
div.sec1 h5,
div.sec1 h6 {
  color: #f57300;
}
div.sec2 h1,
div.sec2 h2,
div.sec2 h3,
div.sec2 h4,
div.sec2 h5,
div.sec2 h6 {
  color: #f57300;
}
div.sec3 h1,
div.sec3 h2,
div.sec3 h3,
div.sec3 h4,
div.sec3 h5,
div.sec3 h6 {
  color: #ff4900;
}
div.sec4 h1,
div.sec4 h2,
div.sec4 h3,
div.sec4 h4,
div.sec4 h5,
div.sec4 h6 {
  color: #e08d14;
}
div.sec5 h1,
div.sec5 h2,
div.sec5 h3,
div.sec5 h4,
div.sec5 h5,
div.sec5 h6 {
  color: #fa6a45;
}
@media screen and (max-width: 1100px) {
  div.inpage-content .innerContent {
    padding: 0 7.700000000000001vw 14vw 7.700000000000001vw;
    padding-top: 15vh;
    text-align: center;
  }
}
.icon {
  background-color: #f57300;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0.2em;
  font-size: 1.1em;
  border-radius: 50%;
}
.icon.alt {
  background-color: #666;
}
.ic-basic {
  font-size: 1.4em;
  line-height: 1.4em;
  color: #f57300;
}
.ic-basic::before {
  color: #f57300;
}
.ic-basic.rev {
  color: #fff;
}
.ic-basic.rev::before {
  color: #fff;
}
ul.iconRow,
ul.iconRow li {
  list-style-type: none;
}
ul.iconRow li {
  margin: 0.8vw 1.8vw 0 0;
  padding: 0.8vw 1.8vw 0.8vw 0;
  display: inline-block;
  border-right: 1px solid #f57300;
}
ul.iconRow li:last-child {
  border-right: none;
}
ul.iconRow li i {
  font-size: 2em;
}
div.socialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.socialLinks a {
  font-size: 2.5em;
  padding: 1.8vw;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
main div.socialLinks {
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
main div.socialLinks a {
  font-size: 2em;
  padding: 1.8vw;
  padding-left: 0;
  padding-top: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media screen and (max-width: 750px) {
  main div.socialLinks a {
    margin-right: 3.6vw;
  }
}
#navMobile .icon,
#navHeader .icon {
  background: none;
}
body > footer .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  font-size: 1.4em;
  width: 40px;
  height: 40px;
  margin-right: 1px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: none;
  padding: 0;
}
a.majorCTA,
a.ctaButton {
  color: #fff;
  background-color: #f57300;
  padding: 0.8vw 1.5vw 1vw 1.5vw;
  margin-bottom: 7px;
  display: inline-block;
  white-space: nowrap;
  border-radius: 2em;
  font-size: 0.8em;
  font-weight: 500;
}
div#masthead a.majorCTA {
  color: #fff !important;
}
a.ctaButton {
  border-radius: 6px;
  background: #f57300;
  color: #fff !important;
  font-size: 1em;
  font-weight: 500;
  border: 1px solid #f57300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: normal;
}
nav a.ctaButton {
  background: none;
  color: #f57300 !important;
  margin-left: 0.8vw;
  margin-right: 0.8vw;
  margin-bottom: 0;
  padding: 0.6vw 1.5vw;
}
a.ctaButton i {
  margin-left: 15px;
  margin-right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.ctaButton i:before {
  color: #fff;
}
a.ctaButton:hover,
a.ctaButton:hover > i:before {
  background: none;
  color: #666 !important;
  border-color: #666 !important;
  border-bottom-color: #666 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.ctaButton:hover i {
  margin-left: 25px;
  margin-right: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#priNav a.majorCTA {
  text-shadow: 0px 1px 2px rgba(0,0,0,0.45);
  -webkit-box-shadow: 0px 2px 2px #000;
  box-shadow: 0px 2px 2px #000;
}
div.cta > div {
  text-align: center;
}
div.cta > div > h6 {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  a.majorCTA {
    font-size: 1.1em;
    font-weight: 800;
    padding: 3vw 7vw 3vw 7vw;
  }
  a.ctaButton {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
.imgText {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  padding-right: 1.5vw;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
header.sticky .imgText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.siteLogo {
  font-size: 16px;
  line-height: 18px;
}
.txtC .txtC_Pr {
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0.1em 0;
  margin-right: 5px;
}
@media screen and (max-width: 750px) {
  .txtC .txtC_Pr {
    font-size: 0.85em;
  }
}
.txtC .txtC_Sc {
  font-size: 0.65em;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 750px) {
  .txtC .txtC_Sc {
    font-size: 0.5em;
  }
}
.imgText span.txtC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  padding-left: 20px;
}
header.sticky .imgText span.txtC {
  -webkit-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.imgText picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  height: 100%;
}
.imgText.tall span.txtC {
  -webkit-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.imgText.stacked {
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.imgText.stacked span.txtC {
  padding: 0;
  padding-left: 5px;
}
.imgText.stacked picture {
  margin-right: 0;
  margin-bottom: 10px;
}
picture.logoAsset img {
  height: 70px;
  width: auto;
}
header.sticky picture.logoAsset img {
  height: 60px;
}
header.sticky .imgText.stacked {
  -webkit-box-orient: horizontal;
  -o-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
header.sticky .imgText.stacked picture {
  margin-bottom: 0;
}
.mLogo picture {
  margin-right: 10px;
  max-width: 100% !important;
}
.mLogo img {
  max-height: 8vh !important;
  width: auto !important;
}
.mLogo.long {
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mLogo.long picture {
  max-width: 150px !important;
}
@media screen and (max-width: 750px) {
  .mLogo.long picture {
    margin-bottom: 0px;
  }
}
.mLogo.long img {
  max-height: 100% !important;
  max-width: 150px !important;
}
.inpage-logo {
  display: block;
  width: 50vw;
  height: auto;
}
.inpage-logo-stacked {
  display: block;
  width: 50vw;
  height: auto;
}
@media screen and (min-width: 750px) {
  body > footer img.logo {
    width: 5vw;
  }
  .inpage-logo {
    width: 30vw;
  }
  .inpage-logo-stacked {
    width: 30vw;
  }
}
@media screen and (min-width: 1100px) {
  .inpage-logo {
    width: 25vw;
  }
  .inpage-logo-stacked {
    width: 10vw;
  }
}
.grid-clients {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  grid-gap: 5px;
}
.grid-clients > div {
  padding: 1vw;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,0,0,0.1);
}
.grid-clients > div::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.grid-clients > div img {
  width: 100%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
i.block {
  display: inline-block;
  font-size: 1em;
  line-height: 100%;
  font-weight: 900;
}
.faded {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rotateIC {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.brand1 {
  color: #f57300;
}
.brand2 {
  color: #666;
}
.pbVideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}
.pbVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.video {
  position: relative;
}
div.video > div {
  width: 100%;
  height: 100%;
}
.hidden-xs {
  display: none;
}
div.vidHolder {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
video.hidden-xs {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1100px) {
  video.hidden-xs {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .hidden-xs {
    display: block;
  }
}
img {
  width: 100%;
  height: auto;
  display: block;
}
img.med {
  width: 75%;
  margin: 0px auto;
}
p.figureCap {
  width: auto;
  border-left: 2px solid #f57300;
  padding: 1.5vw 5vw 3vw 3vw;
  margin-left: 10vw;
  position: relative;
  margin-bottom: 5vw;
}
p.quote::before {
  position: absolute;
  content: '\201C';
  left: -3.3vw;
  font-weight: 1000;
  font-size: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 40px;
  line-height: 15px;
}
@media screen and (max-width: 750px) {
  p.figureCap {
    font-size: 0.8em;
  }
  p.quote::before {
    left: -40px;
    font-size: 60px;
    height: 35px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  p.figureCap {
    width: auto;
  }
  p.quote::before {
    left: -50px;
  }
}
@media screen and (min-width: 1100px) {
  p.figureCap {
    width: 40vw;
    padding: 0.8vw 1.5vw;
    margin-left: 3vw;
    margin-bottom: 5vw;
  }
  p.quote::before {
    left: -50px;
  }
}
div.slider {
  background-color: #f57300;
}
.inpgNv {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .inpgNv .inpgNvTop {
    display: none;
  }
}
.gridBoxes {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 27vmin 1px 27vmin;
  grid-template-columns: repeat(2, 27vmin);
  -ms-grid-rows: 20vmin 1px 20vmin 1px 20vmin;
  grid-template-rows: repeat(3, 20vmin);
  grid-gap: 1px;
}
.gridBoxes > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.gridBoxes > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.gridBoxes > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.gridBoxes > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.gridBoxes > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.gridBoxes > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.gridBoxes > * {
  background-blend-mode: multiply;
  background: -webkit-gradient(linear, right top, left bottom, from(rgba(180,0,0,0.8)), color-stop(#b40000), color-stop(rgba(190,0,0,0.8)), to(rgba(200,0,0,0.8)));
  background: linear-gradient(to bottom left, rgba(180,0,0,0.8), #b40000, rgba(190,0,0,0.8), rgba(200,0,0,0.8));
  padding: 1.2em;
}
.gridBoxes > * > * {
  margin: 0.1em;
}
@media screen and (max-width: 750px) {
  article.bythenumbers *.picturefill-background {
    height: auto;
  }
  article.bythenumbers div.content {
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gridBoxes {
    display: block;
  }
  .gridBoxes br {
    display: none;
  }
}
div.infographic {
  position: relative;
}
div.ig-whatisomni {
  margin-top: 0;
}
div.ig-whatisomni.end {
  margin-bottom: 5vw;
}
div.ig-whatisomni div.igHeader,
div.ig-whatisomni div.igContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 750px) {
  div.ig-whatisomni div.igHeader,
  div.ig-whatisomni div.igContent {
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
div.ig-whatisomni div.igContent {
  background-color: #fefefe;
}
div.ig-whatisomni div.igItem {
  padding: 1.5vw 1.8vw;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media screen and (max-width: 750px) {
  div.ig-whatisomni div.igItem {
    padding: 5vw 7vw;
    border-left: none;
  }
}
div.ig-whatisomni div.igItem:last-child {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 750px) {
  div.ig-whatisomni div.igItem:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 750px) {
  div.ig-whatisomni div.igItem hr {
    display: none;
  }
}
div.ig-whatisomni div.igHeader div.igItem {
  padding-bottom: 0.8vw;
}
div.ig-whatisomni div.igItem > div {
  padding: 0.8vw;
}
div.ig-whatisomni div.igItem > div > * {
  margin: 0;
  line-height: 1.3em;
  margin-bottom: 0.8vw;
}
div.ig-whatisomni div.igItem h5 {
  padding-bottom: 0;
  margin-bottom: 0;
}
div.ig-whatisomni div.igItem.orange h5 {
  color: #d8481b;
}
div.ig-whatisomni div.igItem.yellow h5 {
  color: #eb9626;
}
@media screen and (max-width: 750px) {
  div.ig-whatisomni div.igItem h5 > br {
    display: none;
  }
  div.ig-whatisomni div.igItem p {
    margin: 0.8vw 0;
  }
}
@media screen and (min-width: 1100px) {
  div.ig-whatisomni div.igItem {
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div.ig-whatisomni div.igItem > div {
    padding-left: 0;
    padding-bottom: 0;
  }
  div.ig-whatisomni div.igItem > div > *:not(p) {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .greyToColor.onOff .stateInactive {
    background-color: rgba(0,0,0,0.5) !important;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: 1s;
    transition: 1s;
  }
  .greyToColor.onOff .stateActive {
    background-color: rgba(0,0,0,0.1) !important;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transition: 2.5s;
    transition: 2.5s;
  }
}
span.storeLinks {
  display: block;
}
span.storeLinks a,
span.storeLinks a img {
  display: block;
  max-width: 150px;
  max-height: 40px;
}
span.storeLinks a {
  display: inline-block;
}
ul.featureList li {
  list-style-type: none;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
ul.featureList li strong {
  display: inline-block;
  min-width: 12%;
}
#contact label {
  display: block;
  line-height: 2em;
  margin-bottom: 0.3em;
}
#contact input,
#contact textarea {
  width: 90%;
  padding: 2%;
  margin-bottom: 1em;
}
#contact input[type=submit] {
  width: auto;
  padding-left: 1.8vw;
  padding-right: 1.8vw;
}
#contact #inputContainer #loadingText,
#contact #inputContainer #errorText,
#contact #inputContainer #doneText {
  display: none;
}
#contact #inputContainer.loading #loadingText {
  display: block;
}
#contact #inputContainer.loading #submit,
#contact #inputContainer.loading #errorText,
#contact #inputContainer.loading #doneText {
  display: none;
}
#contact #inputContainer.error #errorText {
  display: block;
}
#contact #inputContainer.error #submit,
#contact #inputContainer.error #loadingText,
#contact #inputContainer.error #doneText {
  display: none;
}
#contact #inputContainer.done #doneText {
  display: block;
}
#contact #inputContainer.done #submit,
#contact #inputContainer.done #loadingText,
#contact #inputContainer.done #errorText {
  display: none;
}
div.thirdparty-logo {
  border: 1px solid #f57300;
  background-color: rgba(0,0,0,0);
  padding: 0.8vw !important;
}
.lightSlider div.slickSlider {
  background-color: #fff;
}
.darkSlider div.slickSlider {
  background-color: #000;
}
div.slideTextOverlay {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.lightSlider div.slideTextOverlay {
  color: #666;
}
.darkSlider div.slideTextOverlay {
  color: #f57300;
}
@media screen and (max-width: 1100px) {
  div.containSlider,
  div.slideTextOverlay.fullH {
    height: auto;
    position: relative;
    padding-bottom: 14vw;
    background-blend-mode: multiply;
  }
  div.containSlider {
    background-image: url("/images/bgs/default-m.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    background-color: #212121;
  }
}
div.openingTitle {
  margin-left: 3vw;
  margin-right: 3vw;
  padding: 0 5vw 3vw 5vw;
}
@media screen and (max-width: 750px) {
  div.openingTitle {
    width: 85vw;
    margin-left: 0;
    margin-right: 0;
    margin-top: 11vh;
  }
}
@media screen and (min-width: 750px) {
  div.openingTitle {
    width: 75vw;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1500px) {
  div.openingTitle {
    width: 60vw;
  }
  div.openingTitle div > p {
    width: 90%;
  }
}
body.darkTheme div.openingTitle {
  color: #fff;
}
body.darkTheme div.openingTitle a.itemLink,
body.darkTheme div.openingTitle a.itemLink p {
  color: #fff;
}
body.darkTheme div.openingTitle a.itemLink:hover > * {
  color: #f57300;
}
div.parallaxMe {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
div.parallaxMe.base {
  z-index: 5;
}
div.parallaxMe.mid {
  z-index: 15;
}
div.parallaxMe.top {
  z-index: 25;
}
div.videoLayer {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  overflow: hidden;
}
div.videoLayerInContent {
  position: absolute;
  width: 100vw;
  height: 100vw;
  z-index: 10;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  overflow: hidden;
  left: 0;
}
div.videoLayer > div.centerInFrame > video {
  height: 100vh;
  width: auto;
  margin: 0px auto;
}
div.videoLayer > div.offsetBottom {
  margin-top: 25vh;
}
div.videoLayer > div.offsetTop {
  margin-top: -25vh;
}
div.videoLayer > div.offsetTop2 {
  margin-top: -12.5vh;
}
div.videoLayer > div.offsetRight {
  margin-left: 60vw;
}
div.videoLayer > div.offsetRight2 {
  margin-left: 45vw;
}
div.videoLayer.videoLayerInContent > div.offsetLeft {
  margin-left: -60vw;
}
div.videoLayer.videoLayerInContent > div.offsetRight {
  margin-left: 60vw;
}
div.videoLayer > div.offsetLeft {
  margin-left: -50vw;
}
div.videoLayer > div.offsetLeft2 {
  margin-left: -10vw;
}
div.videoLayer > div.width-75 > video {
  width: 75vw;
  height: auto;
}
div.videoLayer > div.width-65 > video {
  width: 65vw;
  height: auto;
}
div.videoLayer > div.width-100 > video {
  width: 100vw;
  height: auto;
}
div.videoLayer > div.alignRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.safari div.videoLayer video#bgvid1,
body.safari div.videoLayer video#bgvid2,
body.safari div.videoLayer video#bgvid3,
body.safari div.videoLayer video#bgvid4 {
  display: none;
}
a:link,
a:visited {
  color: white;
  text-decoration: none;
}
p a:link,
p a:visited,
li a:link,
li a:visited {
  text-decoration: underline;
}
.activeLink {
  font-weight: 600 !important;
}
ul {
  margin-bottom: 2em;
  padding-left: 1em;
}
ul li {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0.4em;
  list-style-type: disc;
}
*.picturefill-background a {
  color: #f57300;
}
@media screen and (min-width: 750px) {
  *.picturefill-background.lighten1,
  *.picturefill-background.lighten1 a,
  *.picturefill-background.lighten2,
  *.picturefill-background.lighten2 a,
  *.picturefill-background.darktext,
  *.picturefill-background.darktext a {
    color: rgba(0,0,0,0.5);
  }
  *.picturefill-background.lighttext,
  *.picturefill-background.lighttext a {
    color: #fff;
  }
}
nav a:link {
  color: #fff;
}
.activeLink,
nav a:hover,
p a:hover,
li a:hover,
*.picturefill-background a:hover {
  color: #f57300 !important;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.activeLink,
nav a:hover {
  border-bottom-color: #666 !important;
}
nav > * {
  font-weight: 300 !important;
  font-size: 1em !important;
  padding: 0 1vw;
}
body.darkSlider > header.fixed .siteLogo span,
body.darkSlider > header.fixed nav a.activeLink {
  color: #fff !important;
}
body.darkSlider > header.fixed nav a,
body.darkSlider > header.fixed nav a.ctaButton {
  color: #f57300 !important;
  border-color: #f57300 !important;
}
body.darkSlider > header.fixed nav a:hover {
  color: #666 !important;
  border-color: #666 !important;
}
body.lightSlider > header.fixed .siteLogo span,
body.lightSlider > header.fixed nav a.activeLink {
  color: #666 !important;
}
body.lightSlider > header.fixed nav a,
body.lightSlider > header.fixed nav a.ctaButton {
  color: #f57300 !important;
  border-color: #f57300 !important;
}
body.lightSlider > header.fixed nav a:hover {
  color: #666 !important;
  border-color: #f57300 !important;
}
body.darkTheme > header.sticky .siteLogo span,
body.darkTheme > header.sticky nav a.activeLink {
  color: #f57300 !important;
}
body.darkTheme > header.sticky nav a,
body.darkTheme > header.sticky nav a.ctaButton {
  color: #fff !important;
  border-color: #fff !important;
}
body.darkTheme > header.sticky nav a:hover {
  color: #f57300 !important;
  border-color: #f57300 !important;
}
body.lightTheme > header.sticky .siteLogo span,
body.lightTheme > header.sticky nav a.activeLink {
  color: #111 !important;
}
body.lightTheme > header.sticky nav a,
body.lightTheme > header.sticky nav a.ctaButton {
  color: #212121 !important;
  border-color: #212121 !important;
}
body.lightTheme > header.sticky nav a:hover {
  color: #f57300 !important;
  border-color: #f57300 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 0.8vw;
}
h1 {
  font-weight: 700;
  font-size: 3.5em;
  line-height: 105%;
  letter-spacing: -0.035em;
  color: #f57300;
}
h1 span {
  font-weight: 300;
}
h2 {
  font-weight: 600;
  font-size: 3.2em;
  line-height: 105%;
  letter-spacing: -0.045em;
}
h2 span {
  font-weight: 300;
  letter-spacing: -0.015em;
}
h3 {
  font-weight: 600;
  font-size: 2em;
  line-height: 115%;
  letter-spacing: -0.035em;
}
h3 span {
  font-weight: 300;
  letter-spacing: -0.01em;
}
h4 {
  font-weight: 600;
  font-size: 1.7em;
  line-height: 120%;
  letter-spacing: -0.01em;
}
h4 span {
  font-weight: 400;
}
h5 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 125%;
  letter-spacing: -0.02em;
}
h5 span {
  font-weight: 400;
  letter-spacing: -0.01em;
}
h6 {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 130%;
  letter-spacing: -0.015em;
}
p {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.35em;
  letter-spacing: -0.025em;
  margin-top: 0em;
}
strong {
  font-weight: 800;
  letter-spacing: -0.015em;
}
.small {
  font-size: 0.7em;
}
body > footer p a {
  font-size: 1em;
  line-height: 160%;
}
body > footer h6 {
  font-weight: 700;
  font-size: 1em;
  line-height: 120%;
  color: #666;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 2em;
    line-height: 110%;
  }
  *.picturefill-background h1 {
    font-size: 2.2em;
    line-height: 110%;
  }
  h2 {
    font-size: 2em;
    line-height: 110%;
  }
  h3 {
    font-size: 1.4em;
    line-height: 110%;
  }
  h4 {
    font-size: 1.4em;
    line-height: 110%;
  }
  h5 {
    font-size: 1.2em;
    line-height: 110%;
  }
  h6 {
    font-size: 1.1em;
    line-height: 110%;
  }
  p {
    font-size: 1em;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 750px) {
  .secTitle {
    font-size: 7em;
    font-weight: 650;
    letter-spacing: -0.045em;
    text-indent: -0.08em;
    color: #f57300;
  }
}
.darkSlide p {
  color: #fff;
}
p.intro {
  width: auto;
  color: #111;
}
@media screen and (min-width: 1100px) {
  p.intro {
    width: 80%;
  }
}
div.sec2 a.extLink:link,
div.sec2 a.extLink:visited {
  color: #f57300;
  text-decoration: none;
}
div.sec3 a.extLink:link,
div.sec3 a.extLink:visited {
  color: #ff4900;
  text-decoration: none;
}
div.sec4 a.extLink:link,
div.sec4 a.extLink:visited {
  color: #e08d14;
  text-decoration: none;
}
div.sec5 a.extLink:link,
div.sec5 a.extLink:visited {
  color: #fa6a45;
  text-decoration: none;
}
.openingTitle h5 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
}
.openingTitle div.item p {
  font-size: 95%;
  color: #212121;
}
div.item a:hover {
  color: #111 !important;
}

input:focus {outline:none;}


:root {
    --color__accent: #6200ee;
    --field__background: #f5f5f5;
    --field__background--hover: #e9e9e9;
    --input__border: rgba(0, 0, 0, 0.42);
    --input__border--hover: rgba(0, 0, 0, 0.62);
    --label__color: #222;
}

.floating {
    margin-bottom: 2rem;
    background-color: var(--field__background);
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.floating:hover,
.floating:focus-within {
  background-color: var(--field__background--hover);
}

.floating__input {
  padding: 1.8rem 1rem 0.6rem;
  font-size: 1rem;
  border: none;
  background: none;
  border-bottom: 0.1rem solid var(--input__border);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  width:100%;
  caret-color: var(--color__accent);
}

.floating:hover .floating__input {
  border-color: var(--input__border--hover);
}

.floating__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating__input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating__label {
  display: block;
  position: relative;
  max-height: 0;
  font-weight: 500;
  pointer-events: none;
}

.floating__label::before {
  color: var(--label__color);
  content: attr(data-content);
  display: inline-block;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  left: 1rem;
  position: relative;
}

.floating__label::after {
  bottom: 1rem;
  content: "";
  height: 0.1rem;
  position: absolute;
  -webkit-transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease,
  -webkit-transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease,
  -webkit-transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
  opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
  opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease,
  -webkit-transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  left: 0;
  top: 100%;
  margin-top: -0.1rem;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  width: 100%;
  background-color: var(--color__accent);
}

.floating__input:focus + .floating__label::after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}

.floating__input:-moz-placeholder-shown + .floating__label::before {
  transform: translate3d(0, -2.2rem, 0) scale3d(1, 1, 1);
}

.floating__input:-ms-input-placeholder + .floating__label::before {
  transform: translate3d(0, -2.2rem, 0) scale3d(1, 1, 1);
}

.floating__input:placeholder-shown + .floating__label::before {
  -webkit-transform: translate3d(0, -2.2rem, 0) scale3d(1, 1, 1);
          transform: translate3d(0, -2.2rem, 0) scale3d(1, 1, 1);
}

.floating__label::before,
.floating__input:focus + .floating__label::before {
  -webkit-transform: translate3d(0, -3.12rem, 0) scale3d(0.82, 0.82, 1);
          transform: translate3d(0, -3.12rem, 0) scale3d(0.82, 0.82, 1);
}

.floating__input:focus + .floating__label::before {
  color: var(--color__accent);
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.hidden--visually {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.button {
  background: var(--color__accent);
  border-width: 0;
  color: #fff;
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* effects */
.multiply {
  background-blend-mode: multiply;
/*background-color: blackAlp25*/
}
.bgoverlay0 {
  background-color: rgba(0,0,0,0.1) !important;
}
.bgoverlay1 {
  background-color: rgba(0,0,0,0.25) !important;
}
.bgoverlay2 {
  background-color: rgba(0,0,0,0.5) !important;
}
.bgoverlay3 {
  background-color: rgba(0,0,0,0.75) !important;
}
.multiplyBlack {
  background-color: #f57300;
}
.multiplyRed {
  background-color: #666;
}
.lighten1 {
  background-color: rgba(255,255,255,0.7);
  background-blend-mode: overlay;
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}
.lighten2 {
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: overlay;
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}
.greyscale {
  background-color: rgba(0,0,0,0.3);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 1s;
  transition: 1s;
}
.greyscaleLt {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: 2.5s;
  transition: 2.5s;
}
.burnColor {
  background-blend-mode: color-burn;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.gradient0 {
  background-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.75)), color-stop(rgba(0,0,0,0)), to(rgba(0,0,0,0)));
  background: linear-gradient(to right, rgba(0,0,0,0.75), rgba(0,0,0,0), rgba(0,0,0,0));
}
.gradient1 {
  background-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, from(#666), to(rgba(0,0,0,0.5)));
  background: linear-gradient(to right, #666, rgba(0,0,0,0.5));
}
.gradient2 {
  background-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.1)));
  background: linear-gradient(to right, #000, rgba(0,0,0,0.5), rgba(0,0,0,0.1));
}
.gradient3 {
  background-blend-mode: multiply;
  background: radial-gradient(circle at center, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0.1));
}
.gradientsec2 {
  background-blend-mode: multiply;
  background: radial-gradient(circle at center, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(135,53,33,0.2));
}
.gradientsec3 {
  background-blend-mode: multiply;
  background: radial-gradient(circle at center, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(122,2,34,0.1));
}
.gradientsec4 {
  background-blend-mode: multiply;
  background: radial-gradient(circle at center, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(170,117,0,0.2));
}
.gradientsec5 {
  background-blend-mode: multiply;
  background: radial-gradient(circle at center, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(135,53,33,0.2));
}
.blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media screen and (min-width: 1100px) {
  .m {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .d {
    display: none !important;
  }
}
