﻿/*--------FORM STYLES--------------------*/
.form-sect { 
	position: relative; z-index: 2; 
	width: 100%; padding: 80px max(5vw, calc(50% - 500px)); 
	display: flex; flex-direction: column; align-items: stretch; 
	background: #333!important; 
}
.form-sect:before {
	background-image: url('/siteart/bg-bubbles.png'); 
	background-size: cover; background-position: 50% 100%; background-repeat: no-repeat;  
	position: absolute; z-index: -1; content: ""; top: 24px; left: 0; width: 100%; height: calc(100% - 24px); 
	transform: rotate(180deg); opacity: .25;
}
.form-sect .content-sect { width: 100%; padding: 0 0 24px 0; }

form.circleb-form .title { 
	width: 100%; margin: 32px 0 0 0; padding-bottom: 4px; border-bottom: 1px solid #bbb; font-size: 24px; 
}
form.circleb-form p.txt-default { width: 100%; text-align: left; color: #fff; padding: 20px 0 0 0; }
form.circleb-form p.txt-default.center-style { text-align: center; }

form.circleb-form p.form-important-message { font-size: 18px; letter-spacing: .25px; }

form.circleb-form { 
	position: relative; 
	display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; 
	column-gap: 24px; 
}
form.circleb-form .formrow { width: 100%; display: flex; justify-content: center; }
form.circleb-form .formrow-captcha { width: 100%; display: flex; flex-direction: column; align-items: center; margin-top: 8px; }

form.circleb-form .smcol { 
	width: calc(33.333333% - 16px); 
	display: flex; flex-direction: column; align-items: flex-start; 
}

form.circleb-form .subtitle { 
	width: 100%; margin-top: 32px; 
}

form.circleb-form label { 
	width: 100%; padding: 12px 0 10px 0; box-sizing: border-box; margin-top: 10px; 
	color: #fff; font-size: 21px; 
	line-height: 1.4; letter-spacing: .5px; 
}
form.circleb-form select, form.circleb-form input:not(.btnclass), form.circleb-form input[type="text"], form.circleb-form input[type="email"], form.circleb-form textarea, form.circleb-form #CaptchaAnswer {
	font-family: 'paralucent-condensed', sans-serif;
	width: 100%; height: 42px; padding: 12px 10px; box-sizing: border-box; 
	color: #000; font-size: 16px; 
	line-height: 1.4; letter-spacing: .5px; 
	border: none; outline: 1px solid #000; 
}
form.circleb-form textarea { height: 120px; }
form.circleb-form select { background: #fff; border-right: 10px solid #fff!important; }

form.circleb-form a:not(.invisilink) { cursor: pointer; margin: 20px 0 0 0; }
form.circleb-form .CaptchaMessagePanel { font-family: 'new-frank', sans-serif!important; color: #fff; }
form.circleb-form #CaptchaAnswer { width: 180px!important; }
form.circleb-form div.CaptchaWhatsThisPanel a { 
	background: #fff; padding: 12px; 
	font-family: 'new-frank', sans-serif!important; transition: .15s ease all; 
}
form.circleb-form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"], form input[type="submit"] { cursor: pointer; background: none; border: none; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 750px) {
	form.circleb-form .smcol { width: 100%; }
}
