﻿section#clearingBanner.fullBanner {margin-top:0}
#mainContent > div:nth-child(1) > div {display:none}
#form1 > div.off-canvas-wrapper > div > div.off-canvas-content > div.row {display:none}
#clearingTitle {width:100%}
.breadCrumb:nth-child(1) {display:none}

/* Format overlay text for video banner */
.fullBanner__text p {
	color: #fff;
	font-size: 1.5rem;
  	font-weight: 600;
}

@media only screen and (min-width: 960px) {
	.fullBanner__text {
		position: absolute;
		right: 15%;
		top: 100px;
		text-align: right;
	}
}