.hero-group {
  background-color: #fff;
  margin-bottom: 54px;
  border-bottom: 1px solid #ccc;
}

.hero {
  width: 100%;
  height: 560px;
  margin: 0 auto;
}

.hero-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.hero-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0;
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0;
  -o-transition-timing-function: ease;
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0;
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0;
  transform: translate3d(0, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box;
}

.hero-slide {
  float: left;
  width: 100%;
  height: 560px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.hero-active-slide {
  z-index: 1;
}

.hero-slide-container {
  height: 100%;
}

.hero-slide-wrapper {
  height: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 51px 0;
  position: relative;
  box-sizing: border-box;
}

.hero-pagination {
  top: auto;
  bottom: 24px;
  width: 100%;
  z-index: 20;
  position: absolute;
  text-align: center;
}

.hero-pagination-switch {
  background: #ccc;
  border-radius: 12px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin-right: 12px;
  opacity: 1;
  width: 12px;
}

.hero-active-switch {
  background: #333;
  border: 1px solid #333;
}

.hero-controls-wrapper {
  position: relative;
  max-width: 1280px;
  width: 100%;
  bottom: 50%;
  margin: 0 auto;
}

.hero-controls-next,
.hero-controls-previous {
  margin-top: -24px;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
}

.hero-controls-next {
  right: 12px;
}

.hero-controls-previous {
  left: 12px;
}

.hero-controls-next::after,
.hero-controls-previous::after {
  color: #000;
  display: inline-block;
  font-family: vzwIcons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 48px;
  width: 48px;
  height: 48px;
  text-align: center;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.hero-controls-next::after {
  content: "\e609";
}

.hero-controls-previous::after {
  content: "\e60a";
}

.hero-controls-next:hover::after {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.hero-controls-previous:hover::after {
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}

.hero-slide-leftSection,
.hero-slide-rightSection {
  position: relative;
  vertical-align: top;
  float: left;
  box-sizing: border-box;
}

.hero-slide-leftSection {
  text-align: left;
  width: 350px;
  z-index: 2;
  height: 100%;
}

.hero-slide-rightSection {
  width: calc(100% - 350px);
  z-index: 1;
  text-align: center;
}

.hero-slide-title {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 92.30769231%;
  letter-spacing: normal;
  margin-top: 0;
}

.hero-slide-subhead {
  font-family: NeueHaasGroteskDisplayBold, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 108.33333333%;
  letter-spacing: normal;
  margin-top: 50px;
}

.hero-slide-copy {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 114.28571429%;
  letter-spacing: normal;
  margin-top: 4px;
}

.btn-secondary {
  text-decoration: none;
  display: inline-block;
  font-family: NeueHaasGroteskDisplayBold, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 80.666666%;
  letter-spacing: normal;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}

.btn-secondary::after {
  content: "\e609";
  position: relative;
  top: 0;
  margin-left: 12px;
  font-family: 'vzwIcons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: margin 100ms ease;
  transition: margin 100ms ease;
  font-size: 20px;
  font-size: 2.0rem;
}

a.color_FF,
a.color_FF::after,
a.color_FF:active,
a.color_FF:active::after,
a.color_FF:focus,
a.color_FF:focus::after,
a.color_FF:hover,
a.color_FF:hover::after {
  color: #ffffff;
  text-decoration: none;
}

a.color_00,
a.color_00::after,
a.color_00:active,
a.color_00:active::after,
a.color_00:focus,
a.color_00:focus::after,
a.color_00:hover,
a.color_00:hover::after {
  color: #000000;
  text-decoration: none;
}

.btn-secondary:hover::after {
  margin-left: 18px;
}

.btn-secondary:active::after {
  margin-left: 12px;
}

.btn-secondary.pzn::after {
  color: #cd040b;
}

.btn-secondary.pzn:hover::after {
  color: #a80309;
}

.btn-secondary.pzn:active::after {
  color: #990308;
}

.hero-tooltip {
  position: absolute;
  bottom: 0;
  left: 300px;
  white-space: nowrap;
}

.hero-tooltip-link {
  font-family: NeueHaasGroteskTextBold, Arial, Helvetica, sans-serif;
  text-decoration: underline !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  background: none;
  border: none;
  padding: 0;
}

.hero-tooltip-content {
  background-color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 150%;
  color: #000000;
  text-align: left;
  position: absolute;
  bottom: -6px;
  left: 103%;
  width: 32vw;
  max-width: 370px;
  padding: 20px;
  box-shadow: 0 0 25px 0 #333;
  cursor: help;
  margin-left: 18px;
  z-index: 30;
  display: block;
  white-space: normal;
}

.hero-tooltip-content::before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
  border-right: 12px solid #ffffff;
  position: absolute;
  bottom: 2px;
  left: -12px;
}

.hero-slide-rightSection img {
  max-width: 100%;
}

@media screen and (max-width: 1084px) {
  .hero-slide-wrapper {
    padding: 52px 0;
    margin-left: 72px;
  }
  .hero-slide-leftSection {
    width: 300px;
  }
  .hero-slide-rightSection {
    width: calc(100% - 300px);
  }
  .hero-slide-title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 92.30769231%;
  }
  .hero-slide-subhead {
    margin-top: 32px;
  }
  .hero-tooltip {
    left: auto;
    right: 0;
  }
  .hero-tooltip-link {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* Templates */
.half .hero-slide-leftSection,
.half .hero-slide-rightSection {
  width: 50%;
}

.device {
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 374px, #f4f4f2 374px, #ffffff 400px, #ffffff 534px, #f1f1f1 560px);
  background: linear-gradient(to bottom, #ffffff 374px, #f4f4f2 374px, #ffffff 400px, #ffffff 534px, #f1f1f1 560px);
}

.lifestyle .hero-slide-rightSection {
  display: inline-block;
  width: auto !important;
  height: 100%;
  left: 50%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lifestyle .hero-slide-rightSection img {
  max-width: none;
}
