.homepage-banner__container.owl-carousel .owl-stage-outer {
    height: 100%;
}
.banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*height: 630px;*/
	height:340px;
	background-color: rgba(0,0,0,0.03);
	position: relative;
	display: block;
	text-decoration: none;
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.doctype-homepage  .banner {
	height:590px;
}
@media(max-width:767px){
	.banner,
	.doctype-homepage .banner {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		/*height: 630px;*/
		height:300px;
	}
}

.banner .btn {
	position: absolute;
	right: 15px;
	bottom: 21px;
	font-size: 20px;
	height: auto;
	padding: 5px 8px 6px;
	background: white;
	color: #015ac0;
	border-radius: 0px;
}
@media(max-width:767px){
	.banner .btn {
		position: relative;
		top: 0px;
		right: 0px;
		margin-left:5px;
	}
}

.homepage-banner__container {
	background:rgba(0,0,0,0.1);
	height:340px;	
	display:block !important;
}
.doctype-homepage .homepage-banner__container {
	height:590px;	
}
@media(max-width:767px){
	.homepage-banner__container,
	.doctype-homepage .homepage-banner__container {
		background:rgba(0,0,0,0.1);
		height:300px;	
	}	
}
/*.banner::after {
	content: "";
	display: block;
	width: 100%;
	height: 200px;
	height: 175px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.35);
}*/
.bannerImg--imgLoader {
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	max-width: 100%;
	z-index: -1;
}
.bannerImage__image {
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.banner.on .bannerImage__image {
	opacity: 1;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.homepage-banner .container {
	position: relative;
	z-index: 10;
	height: 100%;
}
.banner__captionContainer {
	text-align: left;
	height: 340px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.banner__caption {
	max-width: 100%;
	padding: 33px 0px 16px 0px;
	display: flex;
	/* flex-wrap: wrap; */
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	background: #015ac0;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-bottom: 18px;
}
@media(max-width:767px){
	.banner__caption {
		width: 100%;
		max-width:100%;
		/*padding: 53px 30px 16px 0px;*/
		padding-bottom:15px;
	}
}
.banner__captionText {
	margin: 0;
	font-size: 41px;
	font-weight: normal;
	color: white;
	text-align: left;
	line-height: 1.1;
	background:#015ac0;
	padding:5px;
	max-width: calc(100% - 280px);
}
@media(max-width:767px){
	.banner__captionText {
		margin: 0;
		font-size: 23px;
		max-width: none;
	}
}
.banner__captionSubtitle {
	color: white;
	text-align: left;
	line-height: 1.1;
	font-weight: 400;
	font-size: 20px;
	margin-top: 0px;
	background: #015ac0;
	padding: 7px 8px 12px;
	display: block;
	max-width: calc(100% - 280px);
	margin-bottom: 5px;
}
@media(max-width:767px){
	.banner__captionSubtitle {
		font-size: 16px;
		max-width: none;
	}
}
.banner__captionSubtitle:empty {
	margin-bottom: 0px;
	display:none;
}

.homepage-banner__container .owl-nav {
	position: absolute;
	top: 151px;
	z-index: 20;
	width: 100%;
}
@media(max-width:767px){
	.homepage-banner__container .owl-nav {
		top: 55px;
	}	
}
.homepage-banner__container.owl-theme [class*="owl-"].owl-prev, 
.homepage-banner__container.owl-theme [class*="owl-"].owl-next {
	bottom:auto;
	top:50%;
	
	transform:translatey(-50%);
}

.homepage-banner__container.owl-theme [class*="owl-"].owl-prev {
	left:60px;
}
@media(max-width:767px){
	.homepage-banner__container.owl-theme [class*="owl-"].owl-prev {
		left:15px;
	}
}
.homepage-banner__container.owl-theme [class*="owl-"].owl-next {
	right:60px;
}
@media(max-width:767px){
	.homepage-banner__container.owl-theme [class*="owl-"].owl-next {
		right:15px;
	}
}


.homepage-banner__container.owl-theme [class*="owl-"].owl-prev::after, 
.homepage-banner__container.owl-theme [class*="owl-"].owl-next::after {
	border-color:white;
}
.homepage-banner__container.owl-theme [class*="owl-"].owl-prev::before, 
.homepage-banner__container.owl-theme [class*="owl-"].owl-next::before {
	background: #fff;
}

.homepage-banner__container.owl-theme .owl-dots {
	position: absolute;
	z-index: 2;
	top: 2px;
	right: 57px;
	padding-top: 14px;
}
@media(max-width:991px){
	.homepage-banner__container.owl-theme .owl-dots {
		top: 12px;
		right: 17px;	
	}
}

.homepage-banner__container.owl-theme .owl-dots .owl-dot span {
	border-color:#fff;
}
.homepage-banner__container.owl-theme .owl-dots .owl-dot.active span, 
.homepage-banner__container.owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff;
}


.banner__link {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	background: rgba(0,0,0,0.5);
	padding: 0px 42px 0px 21px;
	border-radius: 20px;
	height: 40px;
	display: inline-block;
	margin-top: 33px;
	line-height: 40px;
	position: relative;
    
    display:none; /* until they realise they want a link in the banner */
}
.banner__link i {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px auto;
	background-image: url(/media/2876/arrow-red-right.svg);
}


.feature {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	display:block;
}
@media(max-width:767px){
	.alsoInterested .feature {
		margin-bottom:15px;
	}
}
.feature:hover,
.feature:focus,
.feature:active,
.feature:hover *,
.feature:focus *,
.feature:active *{
	text-decoration:none;
	color:white;
}
.feature:after {
	content:"";
	display:block;
	padding-bottom:61.9%;
}
.stamp .feature:after {
	padding-bottom:43.1%;	
}
.featureCaption {
	background: rgba(0,0,0,0.4);
	display: flex;
	flex-direction: column;
	color: white;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 5px 13px 14px 13px;
}
.feature--large .featureCaption {
	padding: 10px 19px 20px 19px;
}
.featureCaption * {
	margin: 0px;
	padding: 0px;
	color: inherit;
	line-height: 1.2;
}
.feature__topTitle {
	font-weight: 400;
	font-size: 13px;
}
.feature--large .feature__topTitle {
	font-size: 18px;
	line-height: 1.4;	
}
@media(max-width:991px){
	.feature--large .feature__topTitle {
		font-size: 13px;
	}
}
.feature__topTitle--homepage {
	display:none;	
}

.doctype-homepage .feature__topTitle {
	display:none;
}
.doctype-homepage .feature__topTitle--homepage {
	display:block;	
}

.feature__title {
	font-size: 20px;
	font-weight: 600;
}
.feature--large .feature__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
}
@media(max-width:991px){
	.feature--large .feature__title {
		font-size: 20px;
	}
}
.feature__detail {
	font-size: 12px;
}
.feature__largeDetail, 
.feature--large .feature__detail {
	font-size: 16px;
	font-weight: 400;
	margin-top: 6px;
}
@media(max-width:991px){
	.feature--large .feature__detail {
		font-size: 12px;
	}
}
.feature__quote {
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 22px;
	font-size: 16px;
	position:relative;
}
.feature__quote::before {
	content: '"';
	position: absolute;
	left: -29px;
	top: -1px;
	font-size: 49px;
	line-height: 1;
	font-family: arial;
	font-style: italic;
	font-weight: 400;
}
.feature__linkContainer {
	
}
.feature__title + .feature__linkContainer {
	margin-top: 30px;
}
.feature--large .feature__title + .feature__linkContainer {
	margin-top: 8px;	
}
.feature__detail + .feature__linkContainer {
	margin-top: 18px;
}
.feature__largeDetail + .feature__linkContainer,
.feature--large .feature__detail + .feature__linkContainer{
	margin-top: 16px;	
}
.feature--large .feature__detail + .feature__linkContainer {
	margin-top:14px;
}
.feature__link {
	background: #015ac0;
	padding: 4px 10px;
	border-radius: 3px;
	display: inline-block;
	width: auto;
	text-decoration:none;
	position:relative;
	z-index:1;
}
.feature__overlayLink {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}
.feature__tag {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #03a9cf;
	padding: 5px 10px;
	font-size: 13px;
	color:white;
}
.feature__balloon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 33px;
	width: 24px;
	line-height: 33px;
	text-align: center;
	background:url(/media/1342/google-marker.png) no-repeat center center transparent;
}
.feature--large .feature__link {
	padding: 4px 17px;
}

.feature__dataDiv {
	display:none;	
}


.fourFeaturedPages {
	margin: 0px -11px;
	padding-top: 35px;
	padding-bottom: 13px;
}
.fourFeaturedPages.twoFeaturedPages {
	padding-top: 35px;
	padding-bottom: 33px;
	display:flex;
	flex-wrap:wrap;
}
.fourFeaturedPages::after {
	content: "";
	display: table;
	clear: both;
}
.fourFeaturedPages .feature {
	margin-bottom: 22px;
}
.fourFeaturedPages.twoFeaturedPages .feature {
	margin-bottom: 0px;
	width:100%;
}

.fourFeaturedPages.twoFeaturedPages .feature--large {
	display:flex;
	flex-wrap:wrap;
}


.banner svg {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display:none !important;
}
.banner svg path {
	opacity: 0.4;
	mix-blend-mode: multiply;
}
.banner.svg-too-tall svg {
	width: 100%;
	height: auto;
}
/*.doctype-homepage .banner svg {
	top:0px;
	right:0px;
	left:auto;
	-webkit-transform:none;
	transform:none;
}*/
.doctype-homepage .banner svg path {
	opacity: 0.4;
}


.people .feature.large .featureCaption {
	top: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 55px;
}
.people .feature.large .featureCaption > * {
	width:440px;	
	max-width:100%;
}


.sidebarTextArea h2 {
	margin-bottom: 9px;
	line-height: 1.2;
}
.sidebarTextArea h2 + h2 {
	margin-top: 21px;
}
.sidebarTextArea hr {
	margin-top: 11px;
	margin-bottom: 11px;
}
.sidebarTextArea p {
	margin-bottom: 24px;
}


.bannerImage__videoLink {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #01963a;
	display: block;
	height: 130px;
	width: 130px;
	border-radius: 50%;
	color: white;
	text-decoration: none;
	font-size: 20px;
	line-height: 44px;
	text-align: center;
	z-index: 10;
}
.bannerImage__videoLink em {
	display: block;
	line-height: 130px;
	padding-top: 0px;
	font-size: 42px;
	position: relative;
	left: 3px;
}
.bannerImage__videoLink:hover,
.bannerImage__videoLink:active,
.bannerImage__videoLink:focus {
	color:white;
	background:#333;
}

.banner__tag {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #03a9cf;
	padding: 5px 10px;
	font-size: 13px;
	color: white;
}