.pagetitlewrap {
	background-color: #FFF;
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	/*filter: grayscale(1);*/
}

.pagetitlewrap .overlay {
	/*background-color: rgba(78,233,241,0.66);*/
	position: absolute;
	z-index: 1;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.pagetitlewrap .container {
	padding-top: 120px;
	padding-bottom: 120px;
}

.pagetitlewrap .textwrap {
	/*width: 60%;
	max-width: 770px;*/
	display: inline-block;
	background-color: #abc44A;
	color: #fff;
	text-transform: uppercase;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 100px;
	box-sizing: border-box;
}

.pagetitlewrap .textwrap h1 {
	color: #fff;
	text-transform: uppercase;
}

.pagetitlewrap .maxwidth1440 {
	position: relative;
}

.pagetitlewrap .container {
	position: relative;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

@media only screen and (max-width: 1215px) {
	.pagetitlewrap .textwrap {
		/*width: 75%;*/
	}
	.pagetitlewrap .container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 900px) {
	.pagetitlewrap .textwrap {
		padding-left: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 30px;
		box-sizing: border-box;
		position: absolute;
		z-index: 2;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background-color: #abc44A;
		margin-left: -20px;
		margin-right: -20px;
	}
	.pagetitlewrap .container {
		padding-top: 300px;
		padding-bottom: 0px;
	}
	.pagetitlewrap {
		background-position: right center;
	}
}

@media only screen and (max-width: 500px) {
	.pagetitlewrap .textwrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.pagetitlewrap .container {
		padding-top: 250px;
		padding-bottom: 0px;
	}
}

.pagetitle .callus {
	background-color: #abc44a;
	padding-top: 20px;
	padding-bottom: 20px;
}


.pagetitle .callus p {
	padding-bottom: 0px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	padding-left: 30px;
	padding-right: 30px;
}

.pagetitle .callus p a {
	color: #fff;
}

@media only screen and (max-width: 900px) {
	.pagetitle .callus p {
		padding-left: 30px;
		padding-right: 30px;
	}
}


@media only screen and (max-width: 550px) {
	.pagetitle .callus {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.pagetitle .callus p {
		padding-left: 0px;
		padding-right: 0px;
		font-size: 16px;
		line-height: 22px;
	}
}

.pagetitle .callus p {
	padding-left: 0px;
}
