/*********************
BREAKPOINTS
*********************/
/***
*
*   News Teasers Mixin
*
*/
/***
*
*   Horizontal Teaser Mixin
*/
/***
*
*   Headline bar block
*
*/
.banner_container {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  width: 100%;
  padding: 15px 30px;
}

.landing-page-banner-img img {
  width: 100%;
  height: auto;
}

.banner_title {
  display: block;
  font-size: 1.2em;
  line-height: 0.7em;
  font-weight: 300;
  color: #bb0000;
  margin-bottom: 10px;
  vertical-align: baseline;
  font-family: "proximanova", Arial, sans-serif;
}

.banner_message {
  display: block;
  color: #999;
}

@media screen and (max-width: 640px) {
  .not-front #zone-highlight-wrapper {
    display: none !important;
  }
}

/*# sourceMappingURL=cfaesbasic_page_banner.css.map */
