.background-video>video,
  .w-background-video>video{
    z-index: 0 !important;
  }
  li.list-item::marker {
    color: #da291c;
  }
  .roles-link:hover .role-border-right {
    background-color: #da291c;
  }
  .faq-question.active .faq-arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
  }
  .w-slider-dot {
    counter-increment: slides-number;
  }
  .w-slider-dot:before {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    content: counter(slides-number);
  }
  .w-slider-dot.w-active:before {
    color: #da291c;
  }
  .post-item img {
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
  }
  .post-link:hover h4 {
    color: #da291c;
  }
  .post-item:hover img {
    opacity: 0.8;
  }
  @media (min-width: 992px) {
    nav#w-dropdown-list-0:before {
      width: 12px;
      height: 12px;
      content: "";
      background-color: #da291c;
      position: absolute;
      top: 3px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      right: 23px;
    }
  }

.banner {
    display: block;
    font-size: 0.875rem;
    text-align: center;
    border: 1px solid;
    background-color: #fff;
}

.center-container {
    margin: auto;
}

.inline-button {
    display: inline;
}

.tracking-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0;
    border: 1px solid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
            box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
    z-index: 1;
}


.banner + footer {
    padding-bottom: 75px;
}

.responsive-video {
    width: 100%;
    height: auto;
}

@media {
	 .tracking-banner .col-10 {
		 margin-bottom: 15px;
	}
	 .banner + footer {
		 padding-bottom: 155px;
	}
}


