.marquee-page-title-block{
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.container-fluid .marquee-page-title-block{
  padding-left:10px
}
.container .marquee-page-title-block.imagesection{
  margin:0;
}
.marquee-page-title-block.imagesection {
height: 200px;
}
.marquee-page-title-block div.container{
  max-width: 1320px;
  margin: 0 auto;
}
.marquee-page-title-block .video-container {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}

.marquee-page-title-video-background {
  background: #FFFFFF;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.marquee-page-title-video-foreground,
.marquee-page-title-video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .marquee-page-title-video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .marquee-page-title-video-foreground { width: 300%; left: -100%; }
}
@media (min-aspect-ratio: 16/9) {
  .marquee-page-title-video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .marquee-page-title-video-foreground {
  	width: 300%;
  	left: -100%;
  	height: 150%;
    top: -15%;
  }
}
.marquee-page-title-block.txt_lt{
  color: white;
}
.marquee-page-title-block.txt_lt #crumbs, .marquee-page-title-block.txt_lt #crumbs a{
  color: white;
}
.marquee-page-title-block h1{
  font-size: 32px;
  margin: 10px 0;
}
.marquee-page-title-block p{
  font-size: 14px;
}
.marquee-page-title-block.txt_lt h1, .marquee-page-title-block.txt_lt p{
  color: white;
}

.marquee-page-title-block.txt_drk *{
  color: #1d2231;
}

.marquee-page-title-block.filter_drk:before{
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  position: absolute;
  background: rgba(21,21,21,0.6);
}

.marquee-page-title-block.filter_lt:before{
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  position: absolute;
  background: rgba(255,255,255,0.6);
}





/*//////////////////////////*/
.marquee-page-title-block.video{
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

/*.marquee-page-title-block.video {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}
*/
.marquee-page-title-block.video .marquee-page-title-video-background {
  background: #FFFFFF;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.marquee-page-title-block.video .marquee-page-title-video-foreground,
.marquee-page-title-block.video .marquee-page-title-video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.marquee-page-title-block.video.txt_lt *{
  color: #d55e35;
}

.marquee-page-title-block.video.txt_drk *{
  color: #1d2231;
}

.marquee-page-title-block.video.filter_drk:before{
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  position: absolute;
  background: rgba(21,21,21,0.6);
}

.marquee-page-title-block.video.filter_lt:before{
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  position: absolute;
  background: rgba(255,255,255,0.6);
}

.bottomgraylineonthemarquee {
  margin-bottom: 30px;
}
.bottomgraylineonthemarquee:after {
  border-bottom: 1px solid var(--midgray);
    position: absolute;
    left: 0;
    content: " ";
    display: block;
    width: 100%;
}

/*-- Temp styles --*/
.marquee-page-title-block.video{
  align-items: center;
  justify-content: center;}
body.home .marquee-page-title-block.video{height:700px;min-height:700px !important;}
.marquee-page-title-block.video .marquee-page-title-video-foreground, .marquee-page-title-block.video .marquee-page-title-video-background video{top:0px;}
.marquee-page-title-block.video .video-container{
display:block !important;
}
/*Set to display block to override mobile setting for testing */



@media (max-width:760px){
  body.home #marqueeVideo {
    max-width: 200%;
    margin-left: -50%;
}
  body.home .marquee-page-title-block.video{
    height:400px !important;
    min-height:0px !important;
  }
  body.home main {
    min-height: 400px !important;
  }

}
