/* 11060 CBUS Frontend Improvements - Colour Background Banner App Store Links */

.banner .btn-default.white {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.banner .btn-default.transparent{
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.banner .cta-container .btn.btn-cta {
	max-width: 250px;
}


.banner .btn.btn-cta.transparent {
	border: 1px solid #fff;
	box-shadow: none;
}

.banner .btn.btn-cta:after {
	position: absolute;
	right: 14px;
	top: 12px;
	font-size: 10px;
	font-size: 1rem;
	display: inline-block;
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e5cc";
	color: #000;
}

.banner .btn.btn-cta.transparent:after {
	color: #fff;
}

.banner .btn.btn-cta.external:after {
	content: "\e89e";
}

.banner .btn.btn-cta.contact:after {
	content: "\e158";
}

.banner .btn.btn-cta:hover {
	box-shadow: 0 5px 0px 0px rgba(0, 0, 0, 0.15);
	top: -2px;
}

.banner .btn.btn-cta.transparent:hover {
	background-color: transparent;
	color: #fff;
	box-shadow: none;
	top: -2px;
}

.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;
}

.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: right 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.image-background {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 0;
    height: 480px;
}

.banner.image-background .banner-bg {
	height: 100%;
	position:absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: right center;
}

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


.banner.colour-background {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 0;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner.colour-background.blue {
	background-color: #0a5490;
}

.banner.colour-background.green {
	background-color: #0d8045;
}

.banner.colour-background.purple {
	background-color: #72004d;
}

.banner.colour-background.black {
	background-color: #000;
}

.banner.colour-background.charcoal {
	background-color: #333;
}

.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.colour-background .container .row {
	height: auto;
}

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

.banner.colour-background .container .col-sm-7 {
	display: table;
	height: auto;
}

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

.banner .container .text-overlay * {
	margin-bottom:20px!important;
}

.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 .cta-container {
	margin-top: 25px;
}


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

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

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

.banner.colour-background .container .col-sm-12 {
    display: table;
    height: auto;
}


/* 	Responsive styling */

@media (min-width: 576px) {
	.banner .container {
		width: 100%;
		max-width: 100%;
	}
}

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

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

@media (max-width: 992px) {

	.banner .cta-container.cta-links .btn.btn-cta {
		max-width: 340px;
		display: block;
	}

	.banner .cta-container.cta-links .button-one {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

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

@media (max-width: 769px) {

	.banner .container {
		width: 100%;
	}

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

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

	.banner .container .text-overlay h4.section-title {
    	margin-top: 0;
    }

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

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

@media (max-width: 768px) {

	.banner.colour-banner {
		padding-top: 32px;
		padding-bottom: 32px;

	}

	.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 h4.section-title {
		font-size: 16px;
		line-height: 22px;
	}

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

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