
.block-feature-block {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
  position: relative;
}

.block-feature-block .featured-block-col {
  height: 200px;
}

.block-feature-block .force-height .featured-block-col {
  height: 300px;
}

.block-feature-block .featured-block-col a {
  display: block;
  overflow: hidden;
}

.block-feature-block .featured-block-col a .image:hover {
  opacity: 1;
}

.block-feature-block .featured-block-col a .image {
  opacity: 0.8;
}

.block-feature-block .featured-block-col .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-position: 50% 50%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
}

.block-feature-block .cta {
  color: #ffffff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.block-feature-block .cta div {
  font-family: "ralewaymedium", Verdana, sans-serif;
  font-size: .9375em;
  padding: 20px;
}

@media (min-width: 540px) and (max-width: 767px) {
 .featured-block-text {
  font-size:1.125em
 }
}

@media only all and (min-width: 769px) {
  .block-feature-block .left .cta {
    bottom: 0;
    left: 0;
    right: auto;
    top: 0;
    width: 25%;
  }

  .block-feature-block .right .cta {
    bottom: 0;
    left: auto;
    right: 0;
    top: 0;
    width: 25%;
  }

  .layout--threecol-section--33-34-33 .block-feature-block .left .cta,
  .layout--threecol-section--33-34-33 .block-feature-block .right .cta {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: auto;
  }

  .layout--twocol-section--67-33 .block-feature-block .left .cta,
  .layout--twocol-section--67-33 .block-feature-block .right .cta,
  .layout--twocol-section--33-67 .block-feature-block .left .cta,
  .layout--twocol-section--33-67 .block-feature-block .right .cta,
  .layout--twocol-section--50-50 .block-feature-block .left .cta,
  .layout--twocol-section--50-50 .block-feature-block .right .cta {
    width: 33%;
  }

  .block-feature-block .left .cta div,
  .block-feature-block .right .cta div {
    bottom: 0;
    left: 0;
    max-height: 160px;
    position: absolute;
    right: 0;
    top: auto;
  }

  .layout--threecol-section--33-34-33 .block-feature-block .left .cta div,
  .layout--threecol-section--33-34-33 .block-feature-block .right .cta div {
    position: relative;
  }

  .block-feature-block .top .cta {
    bottom: auto;
    left: 0;
    right: 0;
    top: 0;
  }

  .block-feature-block .bottom .cta {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
  }

  .block-feature-block .cta div {
    font-size: 1.375em;
  }
}
