/**
 *CUSTOM STYLE
*/
.layout-home .t4-sticky.t4-palette-primary {
  background: linear-gradient(to top, rgba(0,0,0,0.2), rgb(0, 0, 0));
}
.not-at-top .t4-sticky.t4-palette-primary {
  background-color: rgba(0, 0, 0, 0.8);
}

.no-border {
	margin: 0 0 0 0;
	padding: 0 0 0 0 ;
}
.t4-masthead {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
div.bg-overlay-vid video {
    width: 100% !important;
    height: auto !important;
}