.featured-content-block {
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.featured-content-block .featured-content-content {
  z-index: 2;
}

.featured-content-block.filter_drk:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  position: absolute;
  background: rgba(21,21,21,0.6);
}

.featured-content-block.filter_lt:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  position: absolute;
  background: rgba(255,255,255,0.6);
}

.featured-content-block .video-container {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}

.featured-content-video-background {
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.featured-content-video-foreground,
.featured-content-video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.featured-content-block.txt_lt {
  color: #FFFFFF;
}

.featured-content-block.txt_drk {
  color: #474747;
}

.featured-content-block.txt_drk .featured-content-item-summary a {
  color: #474747;
}


.featured-content-block h2,
.featured-content-block h1 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.featured-content-block h4 {
  font-weight: bold;
}

.featured-content-block a {
  text-decoration: none;
}

.featured-content-block.txt_lt a {
  color: #FFFFFF;
  text-decoration: none;
}

.featured-content-block.txt_drk a {
  text-decoration: none;
}

.featured-content-block a:hover {
  text-decoration: underline;
}

.featured-content-block.txt_lt a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.featured-content-block.txt_drk a:hover {
  text-decoration: underline;
}

.featured-content-block .featured-content-content {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .featured-content-block .featured-content-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.featured-content-block.overlap-cards .featured-content-content {
  margin-top: -8rem;
}

@media (max-width: 767px) {
  .featured-content-block.overlap-cards .featured-content-content {
    margin-top: -4rem;
  }
}

.featured-content-block .featured-content-card {
  background-color: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
}


.featured-content-block .featured-content-item {
  margin-bottom: 2rem;
}
.featured-content-block .featured-content-item:focus {
  outline: none;
}

.featured-content-block .featured-content-accent {
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.featured-content-block .featured-content-item .featured-content-item-img-icon {
  font-size: 2.5rem;
}

.featured-content-block .featured-content-item .featured-content-item-img-icon a {
  display: block;
  height: 100%;
  width: 100%;
  min-height: 60px;
}

.featured-content-block .featured-content-item-title {
  font-size: 1.125rem;
}

.featured-content-block .featured-content-item-title a {
  display: block;
}

.featured-content-block .featured-content-item-summary {
  font-weight: lighter;
}

.featured-content-block .featured-content-item-summary a {
  display: block; 
}

.featured-content-block .featured-content-item .btn-primary {
  padding-left: 1rem;
  padding-right: 1rem;
}

.featured-content-block .featured-content-control {
  position: absolute;
  font-size: 2.5rem;
  cursor: pointer;
  top: 38%;
}

.featured-content-block .previous-control {
  left: 2rem;
}

.featured-content-block .next-control {
  right: 2rem;
}


@media (max-width: 767px) {
  .featured-content-block .previous-control {
    left: 1rem;
  }

  .featured-content-block .next-control {
    right: 1rem;
  }
}














