﻿#fmobilehonp {
	display: none;
}

/* sign up form */

.block-scroll {
	overflow: hidden;
}

#hpcontact {
	width: 100%;
	display: table;
	/*padding: 90px 0 45px 0;*/
	/*max-width: 1675px;*/
	margin: 0 auto;
	background-color: #182C5C;
}

.hpcontactleft {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.hpcontactleft, .hpcontactright {
	width: 50%;
	display: table;
	float: left;
}

.hpcontactright {
	/*width: calc(62% - 15px);*/
}

.hpcontactleftcol, .hpcontactrightcol {
	height: 100%;
	/*background-color: rgba(0,0,0,0.4);*/
}

.hpcontactleft {
	text-align: center;	
}

.hpcontactright {
	padding: 79px 70px;
	/*text-align: center;*/
}

.hpcontactright .b11kh1title, .hpcontactright .b11kh2title {
	/*color: #000;*/
	text-align: left;
	text-transform: none;
	margin: 0px auto;
	padding-left: 0;
}

.hpcontactright .b11kh1title {
	margin-top: 0px;
	margin-bottom: 25px;
}

.hpcontactright .b11kh2title {
	margin-bottom: 10px;
}


#mregform {
	width: 100%;
	max-width: 600px;
	margin-top: 1.5px;
}

#mregform ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 30px;
}

#mregform li label {
	color: #fff;
	text-transform: unset;
	font-family: 'PoppinsRegular';
	font-size: 20px;
}

#mregform input {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #85a2a1;
	font-size: 20px;
	padding: 10px 0;
	color: #fff;
	outline: none;
	font-weight: lighter;
	padding-left: 2px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#mregform textarea {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #000;
	font-size: 15px;
	padding: 10px 0;
	height: 100px;
	color: #000;
	outline: none;
	resize: none;
	padding-left: 2px;
	font-family: 'Poppins';
	font-weight: bolder;
}

#mregform input::placeholder {
	color: #85a2a1;
	text-transform: unset;
	font-size: 14px;
	font-kerning: normal;
	font-weight: lighter;
}

#mregform li:last-of-type {
}

#mregform li:last-of-type label {
	display: grid;
	grid-column-start: 1;
	grid-column-end: 5;
	margin-bottom: 5px;
}

#mregform li:last-of-type input {
}

#mregform li:last-of-type input[type="checkbox"] {
	appearance: none;
	background-color: transparent;
	margin: 0;
	font: inherit;
	color: #fff;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #85a2a1;
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}

#mregform li:last-of-type input[type="checkbox"]::before {
	content: "✔";
	width: 0.65em;
	height: 0.65em;
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	margin-top: -.9em;
	margin-left: -.3em;
}

#mregform li:last-of-type input[type="checkbox"]:checked::before {
	transform: scale(1);
}

#mregform select {
	border: none;
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 11px 0;
	font-size: 14.1px;
	padding-left: 1px;
	font-family: 'Poppins';
	font-weight: bolder;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#mregform p.submitcontainer {
	margin-top: 40px;
}

#mregform p.submitcontainer span.privacydisclaimer {
	padding-left: 20px;
}

#mregform p.submitcontainer span.privacylink {
	font-weight: bold;
}

#mregform .signupbtn {
	background-color: transparent;
}

#mregform .signupbtn:hover {
	background-color: #000;
}

#newslettercb
{
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	grid-column-gap: 15px;
	grid-row-gap: 20px;
	margin-top:14px
}

#newslettercb input
{
	margin-right:10px !important;
	float:left;
}

#newslettercb span
{
	float:left;
}

@media screen and (min-width: 2000px) {
	#hpcontactoverlay {
		margin: auto;
	}
}

@media only screen and (max-width:1530px) {
	.hpcontactright {
		padding: 50px 35px;
	}
}

@media only screen and (max-width:1340px) {
	.hpcontactleft, .hpcontactright {
		width: 49%;
	}

	#mregform li:last-of-type {
	}
}

@media screen and (max-width: 1200px) {
	.hpcontactright {
		padding: 30px;
	}

	#mregform p.submitcontainer {
		align-items: center;
	}
}


@media only screen and (max-width:900px) {
	.hpcontactleft, .hpcontactright, #mregform {
		width: 100%;
	}

	.hpcontactleft, .hpcontactright {	
		float: none;
	}

	#mregform {
		max-width: 800px;
	}
}

@media screen and (max-width:800px) {
	.hpcontactright {
		padding: 30px 50px;
	}
}

@media only screen and (max-width:750px) {

	.hpcontactleft {
		height: 400px;
	}

	.hpcontactright {
		padding: 30px 50px;
		height: auto;
	}
}

@media only screen and (max-width:600px) {
	.hpcontactright .b11kh1title {
		font-size: 35px;
		line-height: 45px;
	}

	.hpcontactright .b11kh2title {
		font-size: calc(0.01944 * 100vw + 4px);
	}

	#mregform {
		width: 100%;
	}

	#mregform li:last-of-type {
		/*display: grid;
		grid-template-columns: .15fr auto;
		grid-column-gap: 10px;*/
	}

	#mregform li:last-of-type label {
		grid-column-start: 1;
		grid-column-end: 3
	}

	#mregform li label {
		font-size: 14px;
	}

	#mregform .signupbtn {
		width: 100%;
		margin-bottom: 15px;
	}

	#mregform p.submitcontainer span.privacydisclaimer {
		padding-left: 0;
	}

	.hpcontactleft {
		background-size: contain;		
		background-position:top;
	}
}

@media only screen and (max-width:450px) {
	.hpcontactright {
		padding: 30px 20px;
	}

	#newslettercb {	
		grid-template-columns: 1fr;
	}
}
