.fusion-page-title-bar {
  position: relative; }
  .fusion-page-title-bar:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }

.with-overlay {
  position: relative; }
  .with-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    content: ""; }

.white-text {
  color: #FFF; }
  .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
    color: #FFF !important; }
/*# sourceMappingURL=main.css.map */