.blue {background-color: #004C98; }
.lb {background-color: #A8DADC; }
.blk {background-color: #000;}
.breakout h2, .breakout h1 {}
.triangle-down:before {
    content: '';
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
    border-top: 20px solid #e0e0e0;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -20px;
    top: auto;
    left: calc(50% - 12px);
}
.triangle-up,
.triangle-down {
  padding-top: 3em;
  position: relative;
}
p + p > .btn {margin-top: 10px; }
@media only screen and (min-width: 768px) {
	.billboard .slider-content.justify-content-md-end {
		background: rgb(10,10,10);
		background: -moz-linear-gradient(0deg, rgba(10,10,10,0.8) 0%, rgba(217,217,217,0) 60%);
		background: -webkit-linear-gradient(0deg, rgba(10,10,10,0.8) 0%, rgba(217,217,217,0) 60%);
		background: linear-gradient(0deg, rgba(10,10,10,0.8) 0%, rgba(217,217,217,0) 60%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a0a0a",endColorstr="#d9d9d9",GradientType=1);
	}
}