
/* iOS, please stop rounding borders on all inputs */
input,
textarea,
select {border-radius: 0;}

textarea, select, input, button {outline: none;}


/* HEADER BANNER */

.heroBanner {
	position: relative;
	width: 100%;
	background: #75bcea;
}
.heroBanner img.displayMobile {
	display: none;
}
.heroBanner img.displayDesktop {
	display: block;
	width: 100%;
}

.bannerText {
	position: absolute;
	top: 15%;
	right: 44%;
	max-width: 500px;
}
.bannerText h2 {
	font-family: 'Oswald', sans-serif;
	font-size:60px;
	line-height: 60px;
	color: #fff;
	font-weight: 200;
	margin: 0 0 25px 0;
}
@media only screen and (max-width: 1400px) {
	.heroBanner {
        padding-top: 5%;
    }
    .bannerText {
        right: 40%;
    }
}
@media only screen and (max-width: 1200px) {
	.bannerText img {
        width: 60%;
    }
    .bannerText h2 {
         font-size:50px;
        line-height: 52px;
    }
    .bannerText {
        max-width: 420px;
    }
}
@media only screen and (max-width: 1000px) {
	.bannerText h2 {
	 font-size:40px;
	line-height: 42px;
}
.bannerText {
	max-width: 340px;
}
}
@media only screen and (max-width: 800px) {
	.bannerText h2 {
	 font-size:30px;
	line-height: 32px;
}
.bannerText {
	max-width: 270px;
}
}
@media only screen and (max-width: 700px) {
	.heroBanner img.displayMobile {
	display: block;
	width: 100%;
}
.heroBanner img.displayDesktop {
	display: none;
}
.heroBanner {
	padding-top:0;
}
.bannerText {
	right: 45%;
}
}
@media only screen and (max-width: 560px) {
	.bannerText {
	right: 46%;
	padding: 0 0 0 20px;
}
.heroBanner {
	padding-top: 10%;
}
}
@media only screen and (max-width: 500px) {
	.bannerText a.button {
	margin-bottom: 5px;
}
.heroBanner {
	padding-top:15%;
}
.bannerText {
	top: 10%;
	max-width: 230px;
	right: 41%;
}
.bannerText h2 {
	 font-size:24px;
	line-height: 26px;
	margin-bottom: 15px;
}
.bannerText img {
	width: 70%;
}
}
@media only screen and (max-width: 350px) {
	.heroBanner {
	padding-top:50%;
}
.bannerText {
	top: 10%;
	max-width: 270px;
	width: 100%;
	left: 0;
}
.bannerText a.button {
	display: table;
}
}
.fullWidth {
	position: relative;
	width: 100%;
}
.contained1600 {
	width: 100%;
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}
.contained1200 {
	width: 100%;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.contained900 {
	width: 100%;
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}
.contained800 {
	width: 100%;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.fullWidth::after,.contained800::after,.contained900::after,.contained1200::after,.contained1600::after{
	content: "";
	 clear: both;
	 display: block;
}
.textCenter {
	text-align: center;
}
.extraPadding {
	padding: 50px 20px 40px 20px;
}
.normalText h3 {
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	line-height: 30px;
	color: #f24e4d;
	font-weight: 200;
	margin: 0;
}
.normalText h2 {
	font-family: 'Oswald', sans-serif;
	font-size:60px;
	line-height: 60px;
	color: #f24e4d;
	font-weight: 200;
	margin: 0;
}
.normalText p {
	font-size: 22px;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	line-height: 24px;
	color: #555;
}
.normalText p a {
	color: #f24e4d;
	text-decoration: none;
}
.normalText p a:hover {
	text-decoration: underline;
}
a.button {
	font-size: 22px;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 6px 20px;
	transition: all .3s ease;
}
a.button:hover {
	background: #fff;
	color: #f24e4d;
}
@media only screen and (max-width: 1000px) {
	.normalText h2 {
	font-size:50px;
	line-height: 52px;
}
.normalText p {
	font-size: 20px;
	line-height: 22px;
}
a.button {
	font-size: 20px;
	line-height: 22px;
}
}
@media only screen and (max-width: 500px) {
	.normalText h2 {
	font-size:40px;
	line-height: 42px;
}
}
#intro .extraPadding {
	padding-top: 0;
}
#hiwIcons::after {
	content: "";
	 clear: both;
	 display: block;
}
#hiwIcons {
	padding: 13% 20px;
	clear: both;
	background: url(../../img/hiw-bg.jpg) center center no-repeat;
	background-size: cover;
}
#hiwIcons > div {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-column-gap: 20px;
}
#hiwIcons.normalText h2 {
	text-align: center;
	color: #fff;
}
#hiwIcons .colFive {
	text-align: center;
	padding: 0 30px;
	display: grid;
}
#hiwIcons .colFive div:last-child{
	display: grid;
	align-content: end;
}
#hiwIcons .colFive div a.button{
	max-width: 150px;
	margin: 0 auto;
}
#hiwIcons .colFive h3 {
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	line-height: 40px;
	color: #fff;
	font-weight: 200;
	margin: 0;
}
#hiwIcons .colFive p {
	font-size: 22px;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
}
#hiwIcons .colFive img {
	width: 150px;
	margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 800px) {
	#hiwIcons {
	background-color: #3081ae;
	background-image: url(../../img/hiw-bg-top.png), url(../../img/hiw-bg-bottom.png);
	background-size: contain, contain;
	background-position: top center, bottom center;
}
}
@media only screen and (max-width: 480px) {
}
#payments img {
	height: 60px;
	display: inline-block;
	margin: 0 10px;
}
#payments {
	margin:10px 0 40px 0;
}
.pricing-grid-container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.pricing-grid-container > div{
	padding: 20px;
}
.pricing-grid-container img{
	height: 60px;
	display: inline-block;
	margin: 0 10px;
}
@media only screen and (max-width: 800px) {
	.pricing-grid-container{
	grid-template-columns: 1fr;
}
#payments img {
	height: 40px;
	margin: 0 10px 10px 10px;
}
#payments {
	margin:10px 0;
}
}
#posmarket {
	background: url(../../img/home/pos-bg.jpg) center center no-repeat;
	background-size: cover;
}
#posmarket .normalText h2,#posmarket .normalText p {
	color: #fff;
}
#contact h2 {
	margin-bottom: 12px;
}
#formContainer::after {
	content: "";
	 clear: both;
	 display: block;
}
#formContainer > div {
	width: 50%;
	float: left;
	text-align: right;
}
#formContainer > div.normalText p {
	margin-top: 10px;
}
#formContainer > div.normalText p a {
	color: #555;
}
#formContainer > div.normalText p a:hover {
	text-decoration: underline;
}
#formHalf {
	padding: 10px 30px;
}
#formContainer > div#formHalf {
	text-align: left;
}
input,textarea {
	width:100%;
	padding:10px;
	color:#555;
	border-radius:0;
	font-weight: 400;
	background: #fff;
	margin-bottom: 10px;
	border:0;
	border: 1px solid #999;
}
textarea {
	height:100px;
	border-radius:0;
}
select {
	width:100%;
	display:block;
	width:100%;
	padding:10px;
	border:0;
	border-radius:0;
	font-weight: 400;
	height: 40px;
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #999;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	 color: #bfbfbf;
}
input::-moz-placeholder,textarea::-moz-placeholder {
	 color: #bfbfbf;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	 color: #bfbfbf;
}
input:-moz-placeholder,textarea:-moz-placeholder{
	 color: #bfbfbf;
}
input[type=submit] {
	font-size: 22px;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	line-height: 24px;
	color: #f24e4d;
	border: 2px solid #f24e4d;
	border-radius: 20px;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 6px 20px;
	transition: all .3s ease;
	width: auto;
	margin-top: 10px;
}
input[type=submit]:hover {
	color: #fff;
	background: #f24e4d;
}
@media only screen and (max-width: 560px) {
	#formContainer > div {
	width: 100%;
	float: none;
	text-align: left;
}
#formHalf {
	padding: 0;
}
}
footer {
	text-align: center;
	padding: 30px 20px;
	background: #2577a4 url(../../img/home/footer-bg.jpg) center center no-repeat;
	background-size: cover;
}
#footerText.normalText p,#footerText.normalText a {
	color: #fff;
}
#footerText a {
	text-decoration: none;
	[[easefive]]}
#socialIcons {
	margin-bottom: 10px;
}
#socialIcons a {
	display: inline-block;
}
#copyright.normalText p{
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}
#copyright a {
	color: #fff;
	text-decoration: none;
	[[easefive]]}
#footerText a:hover,#copyright a:hover {
	text-decoration: underline;
}
.page-wrapper {
	width: 100%;
	height: 100%;
}
.blur-it {
	filter: blur(8px) grayscale(0.2);
}
.popUp {
	opacity: 0;
	position: absolute;
	top: 5%;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	background: #0089d4 url(../../img/popup-bg.png) center bottom no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 99999;
	-webkit-box-shadow: 3px 3px 45px 5px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 45px 5px rgba(0,0,0,0.3);
	transition: all .4s ease;
	transform: scale(0.8) translateY(100px);
}
.popUp::after {
	content: "";
	 clear: both;
	 display: block;
}
.popUp.enable {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: scale(1) translateY(0);
	-moz-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	-o-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.popUp .popUpClose {
	display: block;
	position: absolute;
	padding: 2px 8px 8px 8px;
	top: -5px;
	right: -5px;
	color: #0089d4;
	font-size: 40px;
	line-height: 30px;
	text-decoration: none;
	background: #fff;
}
.popUp .popUpClose:hover {
	color: #f24e4d;
}
.popUp .colHalf {
	width: 50%;
	float: left;
	text-align: left;
}
.popColFull {
	padding: 20px;
	width: 100%;
}
.popUp .colHalf.sideImg {
	width: 50%;
	overflow: hidden;
	position: relative;
	height: 600px;
}
.popUp .colHalf.sideImg img {
	display: block;
}
.popUp .colHalf.textInfo {
	padding: 20px;
}
.popUp .colHalf.textInfo h2{
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	margin: 0;
}
.popUp .colHalf.textInfo p {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0.3px;
}
.popUp .colHalf.textInfo a {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0.3px;
	text-decoration: underline;
}
.showClose {
	display: block;
	position: absolute;
	padding: 0px 8px;
	top: -5px;
	right: -5px;
	color: #eae7e1;
	font-size: 2em;
	line-height: 1em;
	text-decoration: none;
	background: #007966;
}
#hiw1 > .colHalf.sideImg {
	background: url(../../img/home/popup-excess.jpg) center center no-repeat;
	background-size: cover;
}
#hiw2 > .colHalf.sideImg {
	background: url(../../img/home/popup-gate.jpg) center left no-repeat;
	background-size: cover;
}
#hiw3 > .colHalf.sideImg {
	background: url(../../img/home/popup-buy.jpg) center center no-repeat;
	background-size: cover;
}
#hiw4 > .colHalf.sideImg {
	background: url(../../img/home/popup-reports.jpg) center center no-repeat;
	background-size: cover;
}
#hiw5 > .colHalf.sideImg {
	background: url(../../img/popup-express.jpg) center center no-repeat;
	background-size: cover;
}
#playVid iframe{
	width: 100%;
	height: 600px;
	display: block;
}
@media only screen and (max-width: 1000px) {
	.popUp {
	width: 600px;
	margin-left: -300px;
}
.popUp .colHalf {
	width: 100%;
	float: none;
}
.popUp .colHalf.sideImg {
	width: 100%;
	overflow: hidden;
	height: 300px;
}
#hiw1 > .colHalf.sideImg {
	background: url(../../img/popup-excess.jpg) top center no-repeat;
	background-size: cover;
}
#hiw5 > .colHalf.sideImg {
	background: url(../../img/popup-express.jpg) top center no-repeat;
	background-size: cover;
}
.popUp .colHalf.textInfo {
	padding-bottom: 70px;
}
#playVid iframe{
	height: 400px;
}
}
@media only screen and (max-width: 600px) {
	.popUp {
	width: 400px;
	margin-left: -200px;
}
.popUp .colHalf.sideImg {
	height: 200px;
}
#playVid iframe{
	height: 250px;
}
}
@media only screen and (max-width: 400px) {
	.popUp {
	width: 320px;
	margin-left: -160px;
}
}
.error,.success{
	width:100%;
	max-width: 100%;
	margin:20px auto;
	padding:5px 10px;
	text-align: center;
}
.success{
	background:#efe;
	border:1px solid green;
	color:green;
}
.error{
	background:#efe;
	border:1px solid red;
	color:red;
}
