@charset "UTF-8";
/**
  Core Theme Configuration File.

  Naming Convention:
  $Namespace-propertyDescription--modifier

  - Imports
    - functions
    - mixins
    - animations
    - fonts
    - font awesome 5
  - Color Definitions
  - Interface
    - General
    - Messaging Types
    - Button
    - Button State
    - Secondary Button
    - Secondary Button State
    - CTA Button
    - Borders
    - Links
    - Fonts
    - Transitions
    - Horizontal Rule
    - Breakpoints
    - Spacers

**/
/**
 * @defaults:
 */
/**
 * @prop:
 * @return: value without unit of measure
 */
/**
 * @prop:
 * @return: value in rems
 */
.textpods {
  width: calc(100% - 40px);
}
.textpods .slick-list {
  margin-right: -40px;
  padding-right: 40px;
}
.textpods .slick-list .textpod {
  -webkit-box-shadow: 0 0 0 1px #d8dada;
          box-shadow: 0 0 0 1px #d8dada;
}
.textpods .slick-list .textpod h2 {
  cursor: pointer;
}
.textpods .slick-list .textpod .Button.Button--cta::after, .textpods .slick-list .textpod .Button.Button--ctaInverse::after {
  background-image: none;
  content: "\E9F3";
  font-family: "verizon-icons" !important;
}
.textpods.one-pod {
  width: 100%;
}
.textpods.one-pod .slick-list {
  margin-right: 0;
  padding-right: 0;
}
.textpods .slick-arrow.slick-next {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 0;
  border-left: 1px solid #d8dada;
  border-radius: 0;
  border-right: 0;
  border-top: 1px transparent solid;
  bottom: 0;
  color: #000000;
  font-size: 15px !important;
  height: auto;
  left: calc(100% - 1px);
  margin: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  width: 41px;
  z-index: 100;
}
.textpods .slick-arrow.slick-prev {
  display: none !important;
}
.textpods .slick-dots {
  bottom: 20px;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .textpods .slick-dots {
    width: unset;
  }
}
.textpods .mf-product-image {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70%;
}
.textpods .vzrf-tooltip button {
  bottom: 40px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  text-decoration: none !important;
}
.textpods .vzrf-tooltip button:after {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "\E9F3";
  display: inline-block;
  font-family: "verizon-icons" !important;
  font-size: inherit;
  height: 0.9em;
  line-height: inherit;
  margin-left: 1ex;
  position: relative;
  top: 6.25%;
  vertical-align: top;
  width: 0.9em;
}

.link-box-container {
  -webkit-box-shadow: 0 0 0 0 #d8dada;
          box-shadow: 0 0 0 0 #d8dada;
}
.link-box-container .link-box {
  border-bottom: 1px solid #d8dada;
  height: 108px;
}
.link-box-container .Icon--right-caret {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-dots li {
  margin: 0 2px;
}
.slick-dots li button {
  width: 28px;
}

section {
  width: unset;
}
@media screen and (min-width: 768px) {
  section {
    margin: 0 auto;
    width: 30%;
  }
}