@charset "UTF-8";
/*CSS Document*/

@media only screen and (max-width:767px)
{
	.sentence-paragraphteanow h3 {
	font-size: 22px;
}
	.fullwidthgrp {
	height: auto;
}
	.offsideimage {
	display: inline-block;
	float: right;
	width: 100%;
	text-align: right;
	height: 100%;
	background: url('images/landingBground.png') top right no-repeat;
	background-size: cover;
}

.formcontent {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: +2;
	max-width: 100%;
	text-align: center;
	padding: 5%;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	height: 100%;
	margin: 0px !important;
	float: left;
}
.formcontentlogo {
	text-align: center;
}
.formpara form input[type="submit"] {

	float: left;

}
.formcontentlogo a {
	max-width: 240px;
}
.formpara h1 {	
	font-size: 38px;
}
.formpara h4 {
	font-size: 17px;

}
.footerlinksource {
	text-align: center;
}
.footerlinksource a {

	font-size: 11px;
	float: none;
}
.footerlinksource a + a::before {
	content: '|';
	width: 18px;
	text-align: center;
	display: inline-block;
}
}