.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;
  padding-bottom: 50px;
}
.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%;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  padding: 105px 0 15px 0;
  cursor:pointer;
}
.CheckingWhiteB .ToggleButton.removegradient {
	background: transparent;
}
.CheckingWhiteB  .ToggleButton p a {
	text-transform:uppercase;
	font-size:18px;
	color:#15345d;
}
.CheckingWhiteB  .ToggleButton p {
	text-align:center;
	margin:0;
}
.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;
}
.CheckingWhiteB .chevrondown {
  transition: transform 0.3s ease;
}
.CheckingWhiteB .chevrondown.rotate-up {
  transform: rotate(180deg);
}
.CheckingWhiteB.LightBlue {
	border:1px solid #cdcdcd;
	position: relative;
        z-index: 1;
}


/*.CheckingWhiteB.LightBlue .ribbon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(1.3);
}


.CheckingWhiteB.LightBlue .ribbon span {
    z-index: 2;
    overflow: hidden;
    font-size: 15px;         
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;      
    padding: 1px 0 0;
    transform: rotate(45deg);
    width: 180px;             
    display: block; 
    background: #5eb3e4;
    position: absolute;
    top: 20px; 
    right: -50px;        
   clip-path: polygon(0 0, 20% 0, 75% 100%, 56% 100%);
}*/

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #5eb3e4;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}


.CheckingWhiteB.LightBlue .ToggleButton p a {
	color: #5eb3e4;
}
.FullBlue {
	background-color: #0e315c;
  background-image: 
    radial-gradient(circle at center, rgba(14,49,92,0.2) 0%, rgba(14,49,92,1) 80%),
    linear-gradient(to bottom, #143865 0%, #0e315c 100%);
  box-shadow: inset 0 0 80px rgba(0,0,0,0.25);
	margin-bottom:40px;
	padding:40px 15px 35px 15px;
}
.FullBlue p, .FullBlue ul li {
	color:#fff;
}
.FullBlue p {
	font-size:24px;
	line-height:26px;
}
.FullBlue ul {
    padding-left: 0;
    margin: 0;
}
.FullBlue ul li{
   position: relative;
  padding-left: 35px; /* leave space for icon */
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}
.Normal .FullBlue ul li::before, .FullBlue ul li::before {
    content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 23px;
  background: url(/Portals/0/Containers/ws2015/images/white-checkmark.png) no-repeat center;
}
.CheckingIntro h1 {
	font-weight:bold;
	font-size:32px;
	color:#0c2140;
	margin:0 0 15px 0;
}
.CheckingIntro p {
	font-size:18px;
	line-height:24px;
}
.VideoImg {
	text-align:center;
	position:relative;
	margin-bottom:45px;
}
.VideoImg p {
	margin-bottom:15px;
}
.VideoImg .thumb {
  text-align: center;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 48%;
  width: 100%;
  transform: translate(-50%,-50%);
}
@media (min-width:992px) {
.CheckingWhiteB {
	margin:0 0 35px 0;
}
.CheckingWhiteB p.minheight {
	min-height:36px;
}
.CheckingWhiteB {
	min-height:613px;
}
.FullBlue {
	padding:0;
}
.FullBlue .col-md-6:nth-child(1) p {
	margin:0;
}
}
@media (min-width:1024px) {
  .FullBlue .row {
    display: flex;
    align-items: center; /* Vertically center both columns */
  }

  .FullBlue .wrappinguls {
    display: flex;
    justify-content: space-between;
    gap: 40px; /* space between the lists */
    align-items: flex-start;
  }

}
@media (min-width:1200px) {
	.CheckingWhiteB {
	min-height:655px;
}
}