<div id="lead-box" class="wrappers">
			<div class="bar"></div>
			​
			<div class="holder">
				<div class="row">
					<div class="large-12 medium-12 small-12 columns">
						<div>
							<h1>Enterprise<br>Healthcare<br>is not going to<br>fix itself</h1>
							<h4>The Enterprise Healthcare Cloud</h4>
							<a class="button main-cta" target="_blank" href="http://content.castlighthealth.com/castlight-demo.html?promosrc=website_banner">See a Demo</a>
						</div>
					</div>
				</div>
				<div id="promo-box" class="row" style="opacity: 1;">
					<div>
						<div class="large-6 medium-6 small-12 columns promo video">
							<a target="_blank" class="promoCTA" href="http://content.castlighthealth.com/managing-the-transition-to-a-new-benefits-design-on-demand-webinar.html?promosrc=website%20banner">
								<h6><span></span>Video</h6>
								<h4>Managing the transition to a new benefits design</h4>
								<span>Watch Now</span>
							</a>
						</div>
						<div class="large-6 medium-6 small-12 columns promo map">
							<a target="_blank" class="promoCTA" href="/distinctive-searches/">
								<h6><span></span>Interactive Map</h6>
								<h4>New analysis:  A Snapshot of US Workers’ Health Search Patterns</h4>
								<span>Learn more</span>
							</a>
						</div>
											</div>
				</div>
			</div>
		</div>
.bar {
    bottom: 5%;
    height: 30px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}
.bar > p:before, .bar > p:after {
    border-top: 30px solid transparent;
    content: "";
    height: 30px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}
.bar:before, .bar:after {
    border-bottom: 30px solid white;
    box-sizing: border-box;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
}
.bar:before {
    border-right: 30px solid transparent;
    left: 0;
    width: 50%;
}
.bar:after {
    border-left: 30px solid transparent;
    right: 0;
    width: 50%;
}