﻿/*--------FORM STYLES--------------------*/
.form-sect { 
	width: 100%; padding: 80px max(5vw, calc(50% - 600px)); 
	display: flex; flex-direction: column; align-items: stretch; 
	background: #000; 
}
.form-sect .content-sect { width: 100%; padding: 0 0 24px 0; }

form.ojp-form .title { 
	width: 100%; margin: 30px 0 0 0; padding-bottom: 4px; border-bottom: 1px solid #bbb; 
}
form.ojp-form p.txt-default { width: 100%; text-align: left; color: #fff; padding: 20px 0 0 0; }
form.ojp-form p.txt-default.center-style { text-align: center; }

form.ojp-form p.form-important-message { font-size: 18px; letter-spacing: .25px; }

form.ojp-form,form.ojp-form .section-of-form { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; column-gap: 24px; }
form.ojp-form .formrow { width: 100%; display: flex; justify-content: center; }
form.ojp-form .formrow-captcha { width: 100%; display: flex; flex-direction: column; align-items: center; margin-top: 8px; }

form.ojp-form .smcol { 
	width: calc(50% - 12px); 
	display: flex; flex-direction: column; align-items: flex-start; 
}

form.ojp-form .section-of-form { width: 100%; background: #f8f8f8; border: 1px solid var(--dpurple); padding: 24px min(24px, 4vw); margin: 24px 0 4px 0; }

form.ojp-form label { 
	width: 100%; padding: 12px 0 10px 0; box-sizing: border-box; margin-top: 10px; 
	color: #000; font-size: 18px; 
	line-height: 1.4; letter-spacing: 1.5px; text-transform: uppercase; 
}
form.ojp-form select, form.ojp-form input, form.ojp-form input[type="text"], form.ojp-form input[type="email"], form.ojp-form textarea, form.ojp-form #CaptchaAnswer {
	width: 100%; height: 42px; padding: 12px 10px; box-sizing: border-box; 
	color: #000; font-size: 16px; font-family: 'mozaic-geo-variable', sans-serif; 
	line-height: 1.4; letter-spacing: .5px; 
	border: none; outline: 1px solid #000; 
}
form.ojp-form textarea { height: 120px; }
form.ojp-form select { background: #fff; border-right: 10px solid #fff!important; }

form.ojp-form a:not(.invisilink) { cursor: pointer; margin: 20px 0 0 0; }
form.ojp-form .CaptchaMessagePanel { font-family: 'mozaic-geo-variable', sans-serif!important; color: #000; }
form.ojp-form #CaptchaAnswer { width: 180px!important; }
form.ojp-form div.CaptchaWhatsThisPanel a { 
	font-family: 'mozaic-geo-variable', sans-serif!important; transition: .15s ease all; 
}
form.ojp-form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"], form input[type="submit"] { cursor: pointer; border: none; font-family: 'mozaic-geo-variable', sans-serif; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1250px) {
	form.ojp-form .section-of-form .smcol { width: 100%; }
}

@media only screen and (max-width: 1080px) {
	form.ojp-form .smcol { width: 100%; }
}
