.hp-banner .wrap{
	background-color:#006b95;
	background-position: top 0px right -50px;
	background-size:1000px auto;
	background-repeat: no-repeat;
	padding: 0 7vw;
	height:860px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hp-banner .wrap .image{display: none;}

.hp-banner .wrap .inner{
	max-width: 625px;
}

.hp-banner .wrap .inner h1{
	font-size: 9.375rem;
}

.hp-banner .wrap .inner p{
	color: #fff;
}
.hp-banner .wrap .inner p:last-of-type{
	margin: 0;
}

.hp-banner .btn{
	border: 4px solid #f5822a;
	background: transparent;
	position: relative;
	margin: 0;
}


.hp-banner .btn:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border: 2px solid #f5822a;
	top: -2px;
	left: -2px;
	transform-origin: center;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

.hp-banner .btn:hover::before{
	padding: 12px;
	margin: -12px;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

.hp-services{
	padding: calc(.8rem + 4vw) 7vw;
}

.hp-services .top{
	position: relative;
	display: grid;
	grid-template-columns: 6fr 4fr;
	background-color: #497f34;

}

.hp-services .top .image{
	background-image: url(img/service-bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}

.hp-services .top .image img{
	display: none;
}

.hp-services .top .text{
	box-sizing: border-box;
	padding: calc(.8rem + 4vw) 4vw calc(.8rem + 4vw) 0;
	color: #fff;
}

.hp-services .top .text h2{
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 113px;
	margin: 0 0 10px;
}

.hp-services .top .text .btn:nth-of-type(2){
	margin-left: 30px;
}

.hp-services .top .text .btn:before,
.hp-provider .top .text .btn:before,
.hp-about .wrap .text .btn:before,
.lower-cta .wrap .text .btn:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border: 2px solid #fff;
	top: -2px;
	left: -2px;
	transform-origin: center;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

.hp-services .top .text .btn:hover::before,
.hp-provider .top .text .btn:hover::before,
.hp-about .wrap .text .btn:hover::before,
.lower-cta .wrap .text .btn:hover::before{
	padding: 12px;
	margin: -12px;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

.hp-services .lower{
	margin: 15px 0 0;
}



.hp-services .lower .item .wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 300px;
	background-size: cover;
	background-position: center;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: relative;
}


.hp-services .lower .item:nth-of-type(1) .wrap,
.hp-services .lower .item:nth-of-type(5) .wrap{
	background-color: #c25c0e;
}


.hp-services .lower .item:nth-of-type(2) .wrap{
	background-color: #0078a8;
}


.hp-services .lower .item:nth-of-type(3) .wrap{
	background-color: #55903e;
}



.hp-services .lower .item:nth-of-type(4) .wrap{
	background-color: #595959;
}


.hp-services .lower .item .wrap .age{
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
	position: relative;
	z-index: 1;
}

.hp-services .lower .item .wrap h3{
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 48px;
	margin: 0;
	position: relative;
	z-index: 1;
	min-height: 1.5em;
	line-height: .75em;
}

.hp-services .lower .item .wrap h3 .small{
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;

}

.hp-services .lower .item .wrap .click{
	display: block;
	width: 54px;
	height: 54px;
	background: url(img/arrow.png);
	background-size: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.hp-services .lower .item .wrap .click:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 2px solid #fff;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

.hp-services .lower .item:hover .wrap .click:before{
	width: 80px;
	height: 80px;
	margin: -42px 0 0 -42px;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}


.hp-provider .top{
	background-color: #6d6e70;
	display: grid;
	grid-template-columns: 4fr 6fr;
	gap: calc(calc(.5rem + 1.5vw) * 2);
}

.hp-provider .top .text{
	padding: calc(calc(.8rem + 4vw) * 2) 0 calc(calc(.8rem + 4vw) * 2)  7vw;
	color: #fff;
}

.hp-provider .top .text h2{
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 113px;
	margin: 0 0 10px;
}

.hp-provider .top .image{
	background: url(img/pro-bg.jpg);
	background-size: cover;
	background-position: left center;
}

.hp-provider .top .image img{
	display: none;
}

.hp-provider .lower{
	margin: 15px 0 0;
}

.hp-provider .lower .item .wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 275px;
	background: #006b95;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.hp-provider .lower .item .wrap:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 100%;
	top: 0;
	left: 0;
	background: url(img/before-1.png);
	background-size: 125%;
}

.hp-provider .lower .item:nth-of-type(2) .wrap{
	background: #497f34;
}

.hp-provider .lower .item:nth-of-type(2) .wrap:before{
	background: url(img/before-2.png);
	background-size: 125%;
}

.hp-provider .lower .item:nth-of-type(3) .wrap{
	background: #da7425;
}

.hp-provider .lower .item:nth-of-type(3) .wrap:before{
	background: url(img/before-3.png);
	background-size: 125%;
}

.hp-provider .lower .item:nth-of-type(4) .wrap{
	background: #6d6e70;
}

.hp-provider .lower .item:nth-of-type(4) .wrap:before{
	background: url(img/before-4.png);
	background-size: 125%;
}

.hp-provider .lower .item .wrap .icon{
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
}

.hp-provider .lower .item:nth-of-type(1) .wrap .icon{
	background: url(img/blue-icon.png);
	background-size: 100%;
}

.hp-provider .lower .item:nth-of-type(2) .wrap .icon{
	background: url(img/green-icon.png);
	background-size: 100%;
}

.hp-provider .lower .item:nth-of-type(3) .wrap .icon{
	background: url(img/orange-icon.png);
	background-size: 100%;
}

.hp-provider .lower .item:nth-of-type(4) .wrap .icon{
	background: url(img/gray-icon.png);
	background-size: 100%;
}

.hp-provider .lower .item .wrap h3{
	color: #fff;
	font-weight: 400;
	font-family: 'Bebas Neue', sans-serif;
	text-align: center;
	font-size: 42px;
	margin: 0;
}

.hp-about{
	padding: calc(.8rem + 4vw) 7vw;
}

.hp-about .wrap{
	position: relative;
	display: grid;
	grid-template-columns: 5fr 5fr;
	background-color: #006b95;
}


.hp-about .wrap .image{
	background-image: url(img/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}

.hp-about .wrap .image img{
	display: none;
}

.hp-about .wrap .text{
	box-sizing: border-box;
	max-width: 660px;
	margin: 0 auto;
	padding: calc(.8rem + 4vw) 4vw calc(.8rem + 4vw) 0;
	color: #fff;
}


.hp-about .wrap .text h2{
	color: #fff;
	font-weight: 400;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 113px;
	margin: 0 0 10px;
}


/*Careers Page Template ------------------------------------------ */

.region-banner .top{position: relative;}

.region-banner .top .logo{
	display: block;
	position: absolute;
	top: 40px;
	left: 35px;
	width: 416px;
}

.region-banner .top .right{
	position: absolute;
	top: 40px;
	right: 50px;
}

.region-banner .top .right .more{
	display: block;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	padding-right: 40px;
	position: relative;
	padding-bottom: 20px;
}

.region-banner .top .right .more:before{
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url(img/arrow.png);
    background-size: 100%;
    top: -3px;
    right: 0;
}

.region-banner .top .right ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.region-banner .top .right ul li{
	margin: 0;
}

.region-banner .top .right ul li a.btn{
	min-width: 140px;
	font-size: 28px;
	margin: 0;
	padding: .25em .5em;
}

.region-banner .top .right ul li a.btn:last-of-type{
	margin: 0 0 0 10px;
}

.region-banner .bottom{
	padding: 200px 7vw 0;
}

.region-banner .bottom h1{
	    max-width: 625px;
}





