.search-result-content {
  transition: opacity .5s;
  opacity: 1;
}
#primary.du-searching .search-result-content {
  opacity: 0;
}
.breadcrumb {
  display: none;
}
#mobile-menu-mask {
  /* visibility: hidden !important; */
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.refinement.Technologies {
  display: none;
  /* opacity: .5;
  pointer-events: none */
}
.refinements.active {
  /* visibility: hidden !important; */
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.mobile-filter-group {
  /* display: none !important; */
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.wrap-top-search {
  /* display: none; */
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.wrap-top-search hgroup {
  display: none;
}
.wrap-top-search {
  display: none;
}
#du-lp {
  font-size: 10px;
}
#du-lp .ag-site-width {
  max-width: 1920px;
  min-width: 0;
}
/* #du-lp video,
#ddu-lp img {
  width: 100%;
  display: block;
} */
#du-tech video,
#du-header img {
  width: 100%;
  display: block;
}
#du-header .ag-overlay-center {
  width: 65%;
}
#du-header .ag-overlay-center img {
  margin: 2em auto;
}
#du-lp .visually-hidden {
  display: none;
}
#du-header .du-overlay p {
  margin: 1em;
  font-size: 4em;
  /* letter-spacing: 0.1em; */
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}
#du-videos {
  overflow: visible;
  height: 150.6em;
}
#du-videos .du-vid button {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  display: none;
  background: none;
  font-size: 25em;
  font-family: serif;
  padding: 0.2em;
  color: white;
}
#du-videos .du-vid.active button {
  display: block;
}
#du-videos .du-vid {
  position: absolute;
  top: 0;
  width: 50%;
  transition: 0.2s all;
  background: black;
  cursor: pointer;
}
#du-videos .du-vid.active {
  width: calc(100% + 1px); /*not sure why it needs 1px, but it does...*/
  z-index: 2;
  max-width: none;
}

#du-videos .du-vid-title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  text-align: center;
}
#du-videos .du-vid-title img {
  width: 100%;
  min-width: 0;
}
#du-videos .du-vid-overlay {
  width: 44vw;
  margin: 0 auto;
}

#du-videos a.cta-primary {
  display: none;
  background: none;
  border: 1px solid white;
  height: 4em;
  justify-content: center;
  align-items: center;
  width: 10em;
  min-width: 0;
  font-size: 6em;
  letter-spacing: 0.1em;
  margin-top: 0.3em;
}
#du-videos .du-vid.active a.cta-primary {
  display: inline-flex;
}
#du-videos .du-vid.active a.cta-primary:hover {
  color: #a41e21;
  background: white;
}
#du-videos .video-wrapper {
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 78.505vw;
  width: auto;
  max-width: none;
  opacity: .5;
}
#du-videos .du-vid.active .video-wrapper,
#du-videos .du-vid.unset .video-wrapper {
  opacity: 1;
}
#du-videos .video-wrapper video {
  height: 100%;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#du-videos .du-vid1 {
  left: 0;
}
#du-videos .du-vid2 {
  right: 0;
}

/* navigation */
#du-navigation {
  height: 24em;
  background: black;
}
#du-navigation .du-sticky-nav {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  height: 24em;
}
#du-navigation .du-is-sticky {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
}
#du-navigation .du-nav {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
}
#du-navigation .du-nav img {
  display: block;
  margin: 0 auto;
  width: 87%;
  min-width: 0;
}
#du-navigation .du-nav.active {
  background: #a41e21;
}
#du-navigation .du-nav.active:after {
  content: "";
  position: absolute;
  bottom: -7.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8em solid transparent;
  border-right: 8em solid transparent;
  border-top: 8em solid #a41e21;
  z-index: 1;
}
#du-navigation .du-nav1 {
  background: #4a4744;
}
#du-navigation .du-nav2 {
  background: #363432;
}

/* technology */
#du-tech .du-tech-slider .du-tech-slide {
  position: relative;
}
#du-tech .du-tech-slider img {
  max-width: 100%;
}
#du-tech .du-tech-slider .du-callout {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 88em;
}
#du-tech .du-tech-slider .du-vid-wrapper {
  position: relative;
  overflow: hidden;
  border: solid #a41e21 3em;
  border-radius: 50%;
  z-index: 2;
}
#du-tech .du-tech-slider .du-callout:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 1em solid rgba(255, 255, 255, 0.5);
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  z-index: 1;
}
#du-tech .du-tech-slider .du-overlay {
  position: absolute;
}
#du-tech .du-tech-slider .du-overlay h2 {
  color: white;
  font-size: 17em;
  line-height: 1em;
  margin: 0;
}
#du-tech .du-tech-slider .du-overlay p {
  color: white;
  font-size: 8.2em;
  line-height: 1.25;
  margin: 0.5em 0;
}

#du-tech .du-tech-slide1 .du-overlay {
  text-align: left;
  width: auto;
  top: 3%;
  left: 4%;
}
#du-tech .du-tech-slide1 .du-callout {
  top: 56%;
  left: 54%;
  box-sizing: border-box;
}
#du-tech .du-tech-slide1 .du-callout:after {
  border-top-width: 60em;
  border-left-width: 40.5em;
  border-right-width: 30.5em;
  transform: rotate(-271deg);
  top: 15em;
  left: -46em;
}

#du-tech .du-tech-slide2 .du-overlay {
  text-align: left;
  width: auto;
  top: 3%;
  left: 4%;
}
#du-tech .du-tech-slide2 .du-callout {
  top: 62%;
  left: 60%;
  box-sizing: border-box;
}
#du-tech .du-tech-slide2 .du-callout:after {
  border-top-width: 66em;
  border-left-width: 40.5em;
  border-right-width: 30.5em;
  transform: rotate(-290deg);
  top: 30em;
  left: -45em;
}
/* reviews */
#du-reviews .du-review {
  position: relative;
}
#du-reviews .du-review1 .ag-overlay-center {
  width: 80%;
}
#du-reviews .du-review2 .ag-overlay-center {
  width: 70%;
}
#du-reviews img {
  width: 100%;
  display: block;
}

/* stories */
#du-stories .du-story {
  position: relative;
}
#du-stories .du-story img {
  width: 100%;
  display: block;
}
#du-stories .ag-overlay-center p {
  line-height: 1.1em;
  font-size: 8.4em;
}

#du-stories .ag-overlay-center a.cta-primary {
  height: 3em;
  width: 9em;
  max-width: none;
  min-width: 0;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  align-items: center;
  font-size: 8.6em;
}
#du-stories .du-story1 .ag-overlay-center {
  top: 54.6%;
  width: 87%;
}
#du-stories .du-story1 .ag-overlay-center p {
  margin-bottom: 78.6%;
}

#du-stories .du-story2 .ag-overlay-center {
  top: 51%;
  width: 87%;
}
#du-stories .du-story2 .ag-overlay-center p {
  margin-bottom: 87%;
  text-align: left;
}
#du-shop {
  position: relative;
  top: calc(-80em - 53px);  /*53px is mobile sticky primary nav height */
}

@media screen and (min-width: 640.001px) {
  /* desktop styles */
  .refinements.is-sticky {
    top: 13%;
  }
  #du-lp {
    margin-bottom: 5em;
  }

  #du-header .ag-overlay-center {
    width: 25%;
  }

  /* videos */
  #du-videos {
    overflow: visible;
    height: 91.4em;
  }
  #du-videos .du-vid-title {
    height: 11.5em;
    position: relative;
    transition: 0.2s all;
    display: flex;

    transform: none;
  }
  #du-videos .du-vid.unset .du-vid-title {
    justify-content: center;
  }
  #du-videos .du-vid-overlay {
    width: 27%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 12em;
    opacity: 0.5;
  }
  #du-videos .du-vid.unset .du-vid-overlay {
    width: 38%;
    margin: 0;
  }
  #du-videos .du-vid.active .du-vid-overlay {
    width: 54%;
    opacity: 1;
  }
  #du-videos .du-vid a.cta-primary {
    width: 50%;
    margin: 0px 3em;
    font-size: 2.3em;
    height: 2.8em;
    box-sizing: border-box;
  }
  #du-videos .du-vid.active a.cta-primary {
  }
  #du-videos .du-vid.active button {
    display: none;
  }
  #du-videos .du-vid.active {
    width: calc(1420% / 1920 * 100);
  }
  #du-videos .du-vid.active .du-vid-title {
    background: #a41e21;
    justify-content: center;
  }
  #du-videos .du-vid.active .du-vid-title img {
    width: 50%;
    margin: 0 auto;
  }
  #du-videos .du-vid1 .du-vid-title {
    background: #4a4744;
    justify-content: flex-start;
  }
  #du-videos .du-vid2 .du-vid-title {
    background: #363432;
    justify-content: flex-end;
  }
  #du-videos .video-wrapper {
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 79.875em;
  }

  /* navigation */
  #du-navigation {
    height: 11.5em;
  }
  #du-navigation .du-nav {
    height: 11.5em;
    /* text-align: center; */
  }
  #du-navigation .du-nav img {
    height: 7.5em;
    margin: 0 auto;
    width: auto;
    max-width: none;
  }
  #du-navigation .du-nav.active:after {
    bottom: -3.8em;
    border-left-width: 4em;
    border-right-width: 4em;
    border-top-width: 4em;
  }

  /* technology */
  #du-tech .du-tech-slider .du-overlay h2 {
    font-size: 8em;
  }
  #du-tech .du-tech-slider .du-overlay p {
    font-size: 3.2em;
    width: 41%;
  }

  #du-tech .du-tech-slide1 .du-overlay {
    top: 12%;
    left: 12%;
  }
  #du-tech .du-tech-slide1 .du-overlay p {
    width: 41%;
  }
  #du-tech .du-tech-slide2 .du-overlay {
    top: 11%;
    left: 11%;
  }
  #du-tech .du-tech-slide2 .du-overlay p {
    width: 45%;
  }

  #du-tech .du-tech-slider .du-vid-wrapper {
    border-width: 0.9em;
  }
  #du-tech .du-tech-slider .du-callout {
    width: 45em;
  }
  #du-tech .du-tech-slide1 .du-callout {
    top: 70%;
    left: 28%;
  }
  #du-tech .du-tech-slide1 .du-callout:after {
    border-top-width: 36em;
    border-left-width: 21.5em;
    border-right-width: 21em;
    transform: rotate(254deg);
    top: -2em;
    left: 25em;
  }
  #du-tech .du-tech-slide2 .du-callout {
    top: 66%;
    left: 25%;
  }
  #du-tech .du-tech-slide2 .du-callout:after {
    border-top-width: 30em;
    border-left-width: 21.5em;
    border-right-width: 21em;
    transform: rotate(300deg);
    top: 19em;
    left: 21em;
  }

  #du-reviews .du-review1 .ag-overlay-center {
    width: 40%;
  }
  #du-reviews .du-review2 .ag-overlay-center {
    width: 50%;
  }
  /* stories */
  #du-stories {
    /* margin-bottom: 5em; */
  }
  #du-stories .ag-overlay-center {
  }
  #du-stories .ag-overlay-center p {
    font-size: 3em;
    line-height: 1.25em;
  }

  #du-stories .ag-overlay-center a.cta-primary {
    font-size: 2.2em;
  }
  #du-stories .du-story1 .ag-overlay-center {
    top: 50%;
    width: 37%;
    left: 68.6%;
  }
  #du-stories .du-story1 .ag-overlay-center p {
    margin-bottom: 5%;
  }

  #du-stories .du-story2 .ag-overlay-center {
    top: 44%;
    width: 31%;
    left: 69.4%;
    text-align: left;
  }
  #du-stories .du-story2 .ag-overlay-center p {
    margin-bottom: 5%;
    text-align: left;
  }
  #du-stories .du-story2 .ag-overlay-center a.cta-primary {
    margin-bottom: 5%;
    text-align: left;
    margin: 0 auto 0 0;
  }
  #du-shop {
    top: calc(-28em - 63px);  /*63px is desktop sticky primary nav height */
  }
}
@media screen and (max-width: 1920px) {
  /* desktop max styles */
  #du-lp {
    font-size: 0.521vw;
  }
}

.slick-slide > div {
  line-height: 0;
}