.jumbotron {
  margin-bottom: 40px;
  margin-top: 40px; }
  .jumbotron .bg-container {
    background-color: #e8e8e8;
    margin-top: 15px;
    margin-bottom: 15px; }
  .jumbotron .content {
    margin-top: 40px;
    margin-bottom: 30px; }
  .jumbotron .effect7 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .jumbotron .effect7:before, .jumbotron .effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(190, 190, 190, 0.8);
    -moz-box-shadow: 0 0 20px rgba(190, 190, 190, 0.8);
    box-shadow: 0 0 20px rgba(190, 190, 190, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px; }
  .jumbotron .effect7:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

/*# sourceMappingURL=dce_fullWidthBanner.css.map */
