header.minimal {
	width: 100%;
	position: absolute;
	top: 0;
	min-width: 320px;
	background-color: #fff;
	z-index: 100;
	height: 80px;
	padding: 14px 16px;
}

header.minimal .logo {
	padding-top: 10px;
	width: 47px;
	height: 41px;
	float: left;
}
header.minimal .logo-wrapper {
	display: block;
}
header.minimal .logo-wrapper img{
	width: 100%;
}

header.minimal .contact-holder {
	float:right;
	font-size: 16px;
	color: #333;
	line-height: 60px;
}

header.minimal .contact-holder .icon-headphones {
	font-size: 26px;
	position: relative;
	top: 5px;
	right: 5px;
}

header.minimal .icon-headphones:before {
    content: "\e311";
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'Material Symbols Outlined' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 1px;
    display: inline-block;
}

header.minimal .contact-holder .headphones:before {
    font-family: 'Material Symbols Outlined';
	content: "\e311";
	font-size: 20px;
/*	background-image: url('clientlib-campaign/assets/headset.svg');*/
/*	background-size: contain;*/
/*	background-repeat: no-repeat;*/
/*	width: 25px;
	height: 25px;
	position: absolute;
	display: block;
	top: -25px;
	left: -25px;*/
}

header.minimal .contact-holder strong a {
	color: #15798d;
	text-decoration: none;
	font-weight: bold;
}


.banner.video-background {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 0;
    height: 480px;
}

.banner.video-background .banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #d8d8d8;
	background-blend-mode: multiply;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.banner.video-background .video-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner.video-background video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.banner.video-background video img {
	vertical-align: middle;
}

.banner.video-background .video-container::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.banner .container {
	height: 100%;
	width: 1170px;
	margin: 0 auto;
	position:relative;
}

.banner .container:before {
	content: " ";
	display: table;
}

.banner .container .row {
	height: 100%;
}

.banner .container .row:before {
	content: " ";
	display: table;
}

.banner .container .col-sm-7 {
	display: table;
	height: 100%;
}

.banner .container .text-overlay {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.banner .container .text-overlay h4.section-title {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 900;
	margin-bottom: 0;
}

.banner .container .text-overlay h2.banner-title {
	color: #fff;
	font-size: 68px;
	line-height: 1.12;
	font-weight: 900;
	margin-bottom: 0;
}

.banner .container .text-overlay p.description {
	color: #fff;
	font-size: 22px;
	line-height: 1.32;
	font-weight: normal;
	width: 100%;
	max-width: 520px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.banner .container .text-overlay .cta-container {
	margin-top: 25px;
}

.banner .container .text-overlay .cta-container.app-store-links {
	display: block;
}

.banner .container .text-overlay .cta-container.app-store-links a {
	display: inline-block;
	margin-right: 18px;
	height: 40px;
}

.banner .container .text-overlay .cta-container.app-store-links img {
	height: 40px;
	width: auto;
}

.banner .container .text-overlay .cta-container.app-store-links a.button-two {
	margin-right: 0;
}

	/* 	Responsive styling */

@media (min-width: 769px) {
    .banner .container {
		width: 750px;
	}

	header.minimal .logo {
		padding-top: 0;
		width: 96px;
		height: 84px;
	}
}

@media (min-width: 992px) {
	.banner .container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.banner .container {
		width: 1170px;
	}
}

@media (max-width: 769px) {

	.banner.video-background {
		height: 370px;
	}

	.banner.video-background video {
		display: none;
	}

		.banner .container {
		width: 100%;
	}
}

@media (max-width: 768px) {

	.banner .container .text-overlay {
		padding: 0 15px;
	}

	.banner .container .text-overlay h4.section-title {
		font-size: 18px;
		line-height: 22px;
	}

	.banner .container .text-overlay h2.banner-title {
		font-size: 48px;
		line-height: 1.2;
	}

	.banner .container .text-overlay p.description {
		font-size: 20px;
		line-height: 1.2;
		font-weight: 500;
	}
}

@media (max-width: 440px) {
	.banner .container .text-overlay {
		padding: 0;
	}

	.banner .container .text-overlay h4.section-title {
		font-size: 16px;
		line-height: 22px;
	}

	.banner .container .text-overlay h2.banner-title {
		font-size: 38px;
	}
}
