﻿#fmobilehonp {
	display: none;
}

/* sign up form */

.block-scroll {
	overflow: hidden;
}

#register-interest {
	width: 100%;
	display: table;
	/*padding: 90px 0 45px 0;*/
	/*max-width: 1675px;*/
	margin: 0 auto;
	background-color: #0E9AA4;
}

.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;
	filter: brightness(1.25);
}

.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: 0;
}

.hpcontactright .b11kh2title {
	margin-bottom: 10px;
}

.hpcontactright p {
	margin-top: 10px;
	margin-bottom: 25px;
	color: #fff;
}


#hpcontactform {
	width: 100%;
	max-width: 600px;
	margin-top: 1.5px;
}

#hpcontactform ul {
	display: grid;
	grid-template-columns: .9fr 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 30px;
}

#hpcontactform li label {
	display: block;
	color: #fff;
	text-transform: unset;
	font-family: 'RamillasRegular';
	font-size: 20px;
}

#hpcontactform li .otherop label {
	margin-top: 15px;
}

#hpcontactform input.txt {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #90D1D5;
	font-size: 20px;
	padding: 10px 0;
	color: #fff;
	outline: none;
	font-family: 'HelveticaLight';
	font-weight: lighter;
	padding-left: 2px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#hpcontactform textarea {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #90D1D5;
	font-size: 20px;
	padding: 10px 0;
	height: 100px;
	color: #fff;
	outline: none;
	resize: none;
	font-family: 'HelveticaLight';
	font-weight: lighter;
	padding-left: 2px;
}

#hpcontactform input::placeholder {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

/*
#hpcontactform input[type="checkbox"] {
	appearance: none;
	background-color: transparent;
	margin: 0;
	font: inherit;
	color: #fff;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #90D1D5;
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}

#hpcontactform 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;
}

#hpcontactform input[type="checkbox"]:checked::before {
	transform: scale(1);
}
*/

#hpcontactform select {
	border: none;
	outline: none;
	width: 100%;
	border-bottom: 1px solid #90D1D5;
	padding: 11px 0;
	font-size: 14.1px;
	padding-left: 1px;
	font-family: 'Poppins';
	font-weight: bolder;
	background-color: transparent;
	color: #fff;
}

#hpcontactform select option {
	color: #fff;
	background-color: #90D1D5;
}

#hpcontactform p.submitcontainer {
	display: grid;
	grid-template-columns: 130px auto;
	align-items: baseline;
	column-gap: 20px;
	text-align: center;
	margin-top: 40px;
}

#hpcontactform p.submitcontainer span.privacydisclaimer {
	text-align: left;
}

#hpcontactform p.submitcontainer span.privacylink {
	font-weight: bold;
}

.cboxwrap {
	display: block;
	margin-top: 15px;
	text-transform: capitalize;
}

#hpcontactform .signupbtn {
	width: auto;
	background-color: transparent;
	font-size: 13px;
	padding: 8px 25px;
	cursor: pointer;
	transition: 0.5s;
	color: #fff;
	text-transform: uppercase;
}

#hpcontactform .signupbtn:hover {
	background-color: #000;
}

.topmar20 {
	margin-top: 20px;
}

.lgtext {
}

@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%;
	}

	#hpcontactform li:last-of-type {
		grid-column-gap: 13px;
	}
}

@media screen and (max-width: 1200px) {
	.hpcontactright {
		padding: 30px;
	}

	#hpcontactform p.submitcontainer {
		align-items: center;
	}
}


@media only screen and (max-width:900px) {
	.hpcontactleft, .hpcontactright, #hpcontactform {
		width: 100%;
	}

	#hpcontactform {
		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);
	}

	#hpcontactform {
		width: 100%;
	}

	#hpcontactform li label {
		font-size: 14px;
	}

	#hpcontactform .signupbtn {
		width: 100%;
	}
}

@media only screen and (max-width:450px) {
	.hpcontactright {
		padding: 30px 20px;
	}

	#hpcontactform p.submitcontainer {
		grid-template-columns: 190px auto;
	}
}
