/**********************************************************
// Header
**********************************************************/
.Header {
	width: 100%;
	background: #004FA3;
	text-align: center;
	position: relative;
	z-index: 10;
	}

.Header-Overlap { margin-bottom: -150px; }

.Header-Gradient {
	height: 170px;
	background: -moz-linear-gradient(top, rgba(26,78,162,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(26,78,162,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(26,78,162,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A4EA2', endColorstr='#00000000',GradientType=0 );
	position: absolute;
	z-index: 30;
	right: 0;
	left: 0;
	top: 0;
	}

.Header-Gradient-Left {
	width: 80%;
	background: -moz-linear-gradient(left, rgba(26,78,162,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(26,78,162,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(26,78,162,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A4EA2', endColorstr='#00000000',GradientType=1 );
	position: absolute;
	z-index: 30;
	bottom: 0;
	left: 0;
	top: 0;
	}

.Header-Gradient-Bottom {
	height: 400px;
	display: none;
	background: -moz-linear-gradient(bottom, rgba(0,79,163,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,79,163,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0,79,163,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#004FA3',GradientType=0 );
	position: absolute;
	z-index: 30;
	bottom: 100px;
	right: 0;
	left: 0;
	}

.Header-Background {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Header-Background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: top center;
	}

.Header-Background-Desktop { display: block; }
.Header-Background-Mobile  {
	width: 100%;
	height: 550px;
	overflow: hidden;
	display: none;
	}

.Header-Background-Gradient {
	opacity: 0.75;
	background: #155BAA;
	background: -webkit-linear-gradient(left, #155BAA 0%, #2F86C7 50%, #51B7E9 100%);
	background: -moz-linear-gradient(left, #155BAA 0%, #2F86C7 50%, #51B7E9 100%);
	background: linear-gradient(to right, #155BAA 0%, #2F86C7 50%, #51B7E9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#155BAA', endColorstr='#51B7E9',GradientType=1 );
	position: absolute;
	z-index: 20;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

/**********************************************************
// Header >> Main
**********************************************************/
.Header-Main {
	margin: auto;
	width: 100%;
	max-width: 1024px;
	position: relative;
	z-index: 50;
	}

.Header-Main-Right {
	margin-top: 20px;
	float: right;
	}

/**********************************************************
// Header >> Main >> Logo
**********************************************************/
.Header-Main-Logo {
	line-height: 0;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	float: left;
	}

.Header-Main-Logo img {
	width: auto;
	height: auto;
	max-height: 80px;
	}

/**********************************************************
// Header >> Main >> Button
**********************************************************/
.Header-Main-Button {
	margin: 0 30px 0 0;
	padding: 5px 30px;
	border: 2px solid #FFF;
	border-radius: 20px;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Main-Button:hover,
.Header-Main-Button:focus {
	background: #FFF;
	color: #EE3D8F;
	}

/**********************************************************
// Header >> Main >> Account
**********************************************************/
.Header-Main-Account:hover,
.Header-Main-Account:focus { color: #EE3D8F; }
.Header-Main-Account {
	margin: 0 30px 0 0;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Main-Account i {
	margin-right: 5px;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Main-Account span {
	display: inline-block;
	vertical-align: middle;
	}

/**********************************************************
// Header >> Main >> Menu
**********************************************************/
.Header-Main-Menu:hover,
.Header-Main-Menu:focus { background: #FFE160; }
.Header-Main-Menu {
	padding: 0 !important;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border: 0;
	border-radius: 100%;
	background: #EE3D8F;
	color: #FFF;
	font-size: 22px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	}

/**********************************************************
// Header >> Simple
**********************************************************/
.Header-Simple {
	padding: 20px 20px 0 20px;
	min-height: 270px;
	}

.Header-Simple-Wave-1 {
	height: 150px;
	position: absolute;
	z-index: 20;
	bottom: 0;
	right: 0;
	left: 0;
	}

.Header-Simple-Wave-2 {
	height: 150px;
	opacity: 0.3;
	position: absolute;
	z-index: 15;
	bottom: 20px;
	right: 0;
	left: 0;
	}

.Header-Simple-Main {
	margin: 50px auto 190px auto;
	width: 100%;
	max-width: 1024px;
	text-align: left;
	color: #FFF;
	position: relative;
	z-index: 50;
	}

.Header-Simple-Main h1 {
	padding: 0 !important;
	line-height: 1.5em;
	letter-spacing: 2px;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 78px;
	}

/**********************************************************
// Header >> Complex
**********************************************************/
.Header-Complex {
	padding: 20px 20px 0 20px;
	min-height: 650px;
	overflow: hidden;
	}

.Header-Complex-Wave-1 {
	position: absolute;
	z-index: 200;
	bottom: -560px;
	right: 0;
	left: 0;
	}

.Header-Complex-Wave-2 {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	position: absolute;
	z-index: 300;
	bottom: -550px;
	right: 0;
	left: 0;
	}

.Header-Complex-Main {
	margin: 50px auto 80px auto;
	width: 100%;
	max-width: 1024px;
	text-align: left;
	color: #FFF;
	position: relative;
	z-index: 1000;
	}

.Header-Complex-Main h1 {
	padding: 0 !important;
	line-height: 1.2em;
	letter-spacing: 2px;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 78px;
	}

.Header-Complex-Main h2 {
	margin-top: 20px;
	margin-left: 15px;
	padding: 0 !important;
	line-height: 1.3em;
	letter-spacing: 2px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #FFE160;
	}

.Header-Complex-Button {
	margin-top: 30px;
	margin-left: 15px;
	padding: 5px 30px;
	border-radius: 20px;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 700;
	font-size: 17px;
	background: #FFE160;
	color: #1A4EA2;
	display: inline-block;
	vertical-align: middle;
	}

.Header-Complex-Button:hover,
.Header-Complex-Button:focus {
	background: #EE3D8F;
	color: #FFF;
	}

/**********************************************************
// Header >> Video
**********************************************************/
#Header-Video-Desktop,
#Header-Video-Mobile {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
  	transform: translate(-50%, -50%);
	}

#Header-Video-Mobile { display: none; }

.Header-Video-Mask {
	opacity: 0.55;
	background-color: rgba(26, 78, 162, 1);
	position: absolute;
	z-index: 30;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

/**********************************************************
// Header >> YouTube
**********************************************************/
.Header-YT {
	overflow: hidden;
	position: absolute;
	z-index: 200;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Header-YT iframe {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}

@media (min-aspect-ratio: 16/9) {
	.Header-YT iframe {
		/* height = 100 * (9 / 16) = 56.25 */
		height: 56.25vw;
	}
}

@media (max-aspect-ratio: 16/9) {
	.Header-YT iframe {
		/* width = 100 / (9 / 16) = 177.777777 */
		width: 177.78vh;
	}
}

/**********************************************************
// Header >> Video >> Masks
**********************************************************/
.Header-Video-Mask-Desktop {
	display: block;
	position: absolute;
	z-index: 40;
	bottom: 0;
	right: 50%;
	left: 0;
	top: 0;
	}

.Header-Video-Mask-Mobile {
	display: none;
	height: var(--200px);
	position: absolute;
	z-index: 40;
	right: 0;
	left: 0;
	top: 0;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Header-Simple {
		margin-bottom: -40px;
		min-height: 200px;
		}

	.Header-Simple-Wave-1,
	.Header-Simple-Wave-2 { height: 80px; }

	.Header-Main-Right { margin-top: 5px; }

	.Header-Main-Logo img { max-height: 60px; }
	.Header .Header-Main-Button,
	.Header .Header-Main-Account { display: none; }

	.Header-Simple-Main {
		margin: 20px auto 100px auto;
		text-align: center;
		}

	.Header-Simple-Main h1 { font-size: 50px; }

	.Header-Background-Desktop { display: none; }
	.Header-Background-Mobile  { display: block; }
	.Header-Gradient { height: 150px; }
	.Header-Gradient-Bottom {
		height: 500px;
		display: block;
		bottom: 0;
		}

	.Header-Gradient-Left { display: none; }

	.Header-Complex-Main {
		margin: 250px auto 0 auto;
		text-align: center;
		}

	.Header-Complex-Main h1 { font-size: 50px; }
	.Header-Complex-Main h2 {
		margin-left: auto;
		font-size: 24px;
		}

	.Header-Complex-Button { margin-left: auto; }

	.Header-Complex { min-height: 650px; }
	.Header-Complex-Wave-1 { bottom: -520px; }
	.Header-Complex-Wave-2 { bottom: -510px; }

	.Header-Complex-Main h1 br { display: none; }
	.Header-Complex-Main h2 br { display: none; }

	#Header-Video-Desktop { display: none; }
	#Header-Video-Mobile { display: block; }

	.Header-Video-Mask-Desktop { display: none; }
	.Header-Video-Mask-Mobile { display: block; }
}

@media
all and (max-width: 600px),
all and (max-device-width: 600px)
{
	.Header-Complex-Main { margin-top: 200px; }
	.Header-Gradient-Bottom { height: 400px;  }
	.Header-Overlap { margin-bottom: 0; }
}

@media
all and (max-width: 500px),
all and (max-device-width: 500px)
{
	.Header-Complex-Main h1 br { display: unset; }
	.Header-Complex-Main h2 br { display: unset; }
}
