/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
____

thin 100
light 300
regular 400
bold 700
black 900
____

========================================================================================================================
*/

/*
==============================================
Billboard - Main
==============================================
*/
.billboard-section {
	background: #002949;
}

.billboard-section .billboard-container {
	min-height: 340px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 100%;
    transition: 800ms opacity ease;
    opacity: 0.12;
}

.billboard-section .billboard-container.show-billboard {
	opacity: 0.12 !important;
}
.billboard-content .hasVideo h1 {
	color: #fff;
}
.billboard-content .hasVideo {
  height: 790px !important;
  overflow: hidden;
	opacity: 1;
}
.billboard-background-video {
  height: 790px !important;
  overflow: hidden;
}
.billboard-background-video-overlay .billboard-heading {
max-width: 800px;
margin: 0 auto;
padding: 10px;
}
.billboard-content .hasVideo .billboard-background-video-wrapper:after {
position: absolute;
content: " ";
top: 0px;
left: 0;
width: 100%;
height: 100%;
display: block;
z-index: 0;
background-color: rgba(0,0,0,0.5) !important;
animation-duration: 4s;
animation-name: fadeIn;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-delay: .15s;
}


/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Billboard - Main
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Billboard - Main
==============================================
*/
	.scroller-mobile {
		display: none;
	}
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Billboard - Main
==============================================
*/

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Billboard - Main
==============================================
*/
	.copy-section {
		margin-top: inherit !important;
	}

	.logo-section {
		background: transparent;
	}
	.ftr-logo-wrapper .ftr-group-name {
		/* color:#ffffff !important; */
		color:#343434 !important;
	}
	.billboard-section, .billboard-sticky {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
		display: none;
	}

	.no-billboard .logo-section {
		/* background: #002949 !important; */
		background: transparent !important;
	}
.billboard-content .hasVideo {
  height: 527px !important;
  overflow: hidden;
}
.billboard-background-video {
  height: 527px !important;
  overflow: hidden;
}
.billboard-background-video-overlay .billboard-heading {
padding: 25px;
}
}

/* mouse scroller */


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Billboard - Main
==============================================
*/
	.logo-section {
		background: transparent;
	}
	.ftr-logo-wrapper .ftr-group-name {
		/* color:#ffffff !important;
		padding-top: 23px; */
		color:#343434 !important;
	}
	.billboard-section .billboard-container {
		min-height: 230px;
	}
	.billboard-content-wrapper {
		min-height: 230px;
	}
	.billboard-section, .billboard-sticky {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
		display: none;
	}

	.no-billboard .logo-section {
		/* background: #002949 !important; */
		background: transparent !important;
	}
	.scroller-mobile.show-scroller-mobile-up {
		bottom: 10%;
    right: 20px;
    left: auto;
		display: block;
	}
}



/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
/*
==============================================
Billboard - Main
==============================================
*/

	.logo-section {
		background: transparent;
	}
	.ftr-logo-wrapper .ftr-group-name {
		/* color:#ffffff !important;
		padding-top: 23px; */
		color:#343434 !important;
	}
	.billboard-section .billboard-container {
		min-height: 230px;
	}
	.billboard-content-wrapper {
		min-height: 230px;
	}
	.billboard-section, .billboard-sticky {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
		display: none;
	}

	.no-billboard .logo-section {
		/* background: #002949 !important; */
		background: transparent !important;
	}
	.scroller-mobile.show-scroller-mobile-up {
		bottom: 20%;
    right: 20px;
    left: auto;
		display: block;
	}
}

/* IE only */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.billboard-section .billboard-container.billboard-full-height {
		height: auto;
	}
}


.billboard-container.bb-video-blank .billboard-background-video-wrapper:after{
	display: none !important;
}
.billboard-video-play-pause {
  z-index: 1;
}

/* 
 .bb-bkg-size-cover
*/
.billboard-container.bb-set-height {
  background-size: auto !important;
  background-repeat: no-repeat;
  min-height: 660px !important;
  background-position: center top;
}

 
.billboard-container.bb-set-bottom {
  background-position: center bottom !important;
}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .billboard-content .hasVideo .billboard-background-video-wrapper:after {
    display: none !important;
  }   
}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
  .billboard-container.bb-set-height {
    min-height: 330px !important;
    background-size: cover !important;
  }
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .billboard-container.bb-set-height {
    min-height: 285px !important;
    background-size: cover !important;
  } 
}