.nav-item.item-101 {
	display: none;
}

.header-banner.header-banner {
	margin-bottom: 50px;
	background-color: #20264e;
}

.itemid-101 .header-banner.header-banner {
	margin-bottom: 0;
}


.header-banner-slider,
.header-banner-slide,
.header-banner-wrap,
.header-banner-overlay {
	height: 600px;
}

.header-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

body.landing-page .header-banner-slider,
body.landing-page .header-banner-slide,
body.landing-page .header-banner-wrap,
body.landing-page .header-banner-overlay {
	height: 900px;
}

.header-banner-slider {
	position: relative;
}

.header-banner-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	position: absolute;
	top: 0;
}

.header-banner-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: grid;
	grid-template-columns: max-content auto;
	z-index: 2;
}

.header-banner-logo {
	max-width: 200px;
}

.header-banner-logo-mobile { display: none; }

.header-banner-slide {
	background-size: cover;
}

.header-banner-wrap .header-banner-left,
.header-banner-wrap .header-banner-right {
	position: absolute;
	top: calc(50% - 30px);
	width: 60px;
	height: 60px;
	z-index: 1;
}

.header-banner-wrap {
	position: relative;
	overflow: hidden;
}

.header-banner-wrap .header-banner-left {
	/*left: 75px;
	background-image: url('../images/banner-chevron-left.png');
	cursor: pointer;*/
	display: none;
}

.header-banner-wrap .header-banner-right {
	right: 75px;
	background-image: url('../images/banner-chevron-right.png');
	cursor: pointer;
	background-size: contain;
}

.header-banner-slide > * {
	text-align: left;
}

.header-banner-title {
	align-self: end;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
}

.header-banner-description {
	max-width: 600px;
	color: #fff;
	font-size: 21px;
	margin-top: 50px;
	margin-top: 300px;
	padding: 0 0 0 32px;
	font-size: 30px;
}

body.landing-page .header-banner-description {
	margin-top: 400px;
}

.header-banner-description h1,
.header-banner-description h2{
	font-size: 40px;
	line-height: 1.3em;
	color: #fff;
	font-weight: 700;
}
.header-banner-description h2{
font-weight: 300 !important;
}
.header-banner-buttons {
	padding-left: 32px;
}

.header-banner-buttons a {
	margin: 45px 0;
	line-height: 45px;
	color: #fff;
	border-radius: 5px;
	padding: 0 30px;
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
}

.header-banner-buttons a + a {
	margin-left: 30px;
}

@media screen and (max-width: 1170px) {

	.header-banner-logo-mobile { display: unset; }
	.header-banner-logo-desktop { display: none; }

	/*.header-banner-slide > * {
		padding: 0 30px;
	}*/

	.header-banner-description {
		margin-top: 240px;
	}

	.header-banner-description h1,
	.mobile-menu-icon span:before {
		text-shadow: 0 0 4px #242424;
	}

	.header-banner-wrap .header-banner-right {
		background-image: url('../images/banner-chevron-right-mobile.png');
	}
}

@media screen and (max-width: 850px) {
	.header-banner-left,
	.header-banner-right {
		display: none;
	}

	body.landing-page .header-banner-slider,
	body.landing-page .header-banner-slide,
	body.landing-page .header-banner-wrap,
	body.landing-page .header-banner-overlay {
		height: 780px;
	}

	body.landing-page .header-banner-description {
		margin-top: 300px;
	}

	 .header-banner-description {
	 	padding-right: 30px;
	 }
}

@media screen and (max-width: 768px) {
	.header-banner-title {
		font-size:  40px;
	}

	.header-banner-title {
		margin-top: 30px;
	}

	.header-banner-buttons a,
	.header-banner-buttons a + a {
		margin:  15px auto;
	}

}

@media screen and (max-width: 640px) {
	.header-banner-description h1 {
		font-size: 24px;
		line-height: 1.3em;
	}
}