body {
  background-color: #ffffff;
  color: #000000;
}
.bg-black {
  background-color: #000000;
  color: #ffffff;
}
.bg-gray {
  background-color: #F6F6F6;
  color: #000000;
}

.bg-stone {
  background-color: #F3EADD;
  color: #000000;
}
.bg-white {
  background-color: #ffffff !important;
  color: #000000;
}

.brand-space > .btn {
  margin-top: calc(2 * var(--bs-gutter-y));
}

.btn {
  padding: 11px 24px;
  border: 1px solid #000000;
  background-color: #ffffff;
  color:#000000;
}

.btn.rounded-pill {
  border: 1px solid #000000;
}

.btn-arrow {
  padding: 0;
  color: #000000;
  border: none;
  background-color: transparent;
}

.btn-arrow::after {
  content: '';
	background:url('https://info.verizonwireless.com/rs/324-BZD-350/images/right-caret-icon.png');
	margin-left: 10px;
	width: 12px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	transition: .25s;
}

.btn-arrow:focus::after {
  margin-left: 15px;
}

.btn-black {
  background-color: #000000;
  color: #ffffff;
}

.btn-black.rounded-pill:focus {
  background-color: #ffffff;
  color: #000000;
}

.gslide-description {
  display: none;
}

.gx-20 {
  --bs-gutter-x: 2.5rem;
}


.hero-text {
  width: 80%;
  max-width: 704px;
}

.hero-text, .brand-space {
  --bs-gutter-y: 1.5rem;
  margin-top: calc(-1 * var(--bs-gutter-y));
}

.hero-text > *, .brand-space > * {
  margin-top: var(--bs-gutter-y);
  margin-bottom: 0;
}

#mainMenu li a {
  border-bottom: 4px solid #ffffff;
  font-weight: 700;
  line-height: 100%;
  transition: border .5s;
  transition: padding .15s ease-in-out;
  padding: 20px 8px;
}

#mainMenu li a.active {
  border-bottom: 4px solid #D52B1E;
}



#mainMenu .nav-link {
  --bs-nav-link-color: #000000;
  --bs-nav-link-hover-color: #000000;
}

.navbar-brand {
  font-weight: 700;
  padding: 20px 0;
  vertical-align: middle;
  display: inline-block;
}


.navbar-toggler {
  float: right;
  margin-top: 8px;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-24 {
  border-radius: 24px;
}

.ratio-1x2 {
  --bs-aspect-ratio: 100%;
}

.ratio-2x1 {
  --bs-aspect-ratio: 50%;
}

.sticky-top > nav {
  transition: padding 0.5s linear;
}

/* .nav-sticky {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
} */

.play-button {
  display: none;
  transition: .25s;
}

.preview {
  display: flex;
  flex-direction: column;
  text-align: left;
  /* margin-top: calc(-1 * var(--bs-gutter-y)); */
}

.preview-cta {
  text-align: left;
}

.ratio .mktoImg img {
  position: absolute; 
  width: 100%;
  height: 100%;
}

.preview-text > *, .preview-cta > * {
  --bs-gutter-y: 1.5rem;
  margin-top: var(--bs-gutter-y);
  margin-bottom: 0;
}

.preview-text {height:100%;}

/* .preview-type {
  text-transform: capitalize;
} */

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.video .play-button {
  display: block;
  background-color: rgba(0,0,0,.25);
}

.video:hover .play-button {
  background-color: rgba(0,0,0,.4);
}


@media (hover: hover) {

  .btn.rounded-pill:hover {
    background-color: #000000;
    color:#ffffff;
  }

  .btn.rounded-pill:focus {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
  }

  .btn-arrow:hover::after {
    margin-left: 15px;
  }

  .btn-black.rounded-pill:hover {
    background-color: #ffffff;
    color: #000000;
  }

  /* #mainMenu li a:hover {
    padding-top: 18px;
    padding-bottom: 22px;
  } */
}