.HeroWave {
	position:relative;
}
.HeroWave p {
	margin:0;
}
.HeroWave .wave {
    background: no-repeat transparent url("/Portals/0/Containers/ws2015/images/HeroWave.png");
    background-size: auto;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 83px;
    width: 100%;
    background-size: 100%;
    background-position: 0 bottom;
}
.CheckingWhiteB {
	background-color:#fff;
	max-width:535px;
	margin:0 auto 35px;
	-webkit-box-shadow: 3px 3px 13px -3px rgba(0,0,0,0.30);
  box-shadow: 3px 3px 12px -3px rgba(0,0,0,0.30);
  border: 1px solid #e6e6e6;
  position:relative;
}
.CheckingWhiteB .ContentTop {
	padding:35px 38px 0 38px;
}
.CheckingWhiteB .TobeRevealed {
	padding:0 38px 35px 38px;
}
.CheckingWhiteB  .ToggleButton {
	text-align:center;
	position: absolute;
  bottom: 0;
  width:100%;
}
.CheckingWhiteB h2 {
	font-weight:bold;
	color:#15345d;
	font-size:26px;
	margin-bottom: 15px;
}
.CheckingWhiteB p {
	font-size:16px;
	line-height:18px;
}
.CheckingWhiteB ul {
	margin-left:12px;
}
.CheckingWhiteB ul li {
	padding-left: 6px;
	line-height:16px;
	margin-bottom:7px;
}
@media (min-width:992px) {
.CheckingWhiteB {
	margin:0 0 35px 0;
}
}