.secu h1, .secu h2, .secu h3, .secu h4, .secu h5, .secu h6,
.secu .h1, .secu .h2, .secu .h3, .secu .h4, .secu .h5, .secu .h6 {
    -webkit-margin-before:.5rem;
    margin-block-start:.5rem;
    -webkit-margin-after:1rem;
    margin-block-end:1rem;
    font-family:inherit;
    font-weight:500;
    line-height:1.2;
    color:inherit
}

.secu h1, .secu .h1, .secu .ofs-64 { 
	font-size: clamp(2.4rem, 1.7064rem + 3.6994vw, 4rem) !important; 
	line-height: 1.2em !important;
}

.secu h2, .secu .h2, .secu .ofs-48 { 
	font-size: clamp(2.1rem, 1.7098rem + 2.0809vw, 3rem) !important; 
	line-height: 1.3em !important;
}

.secu h3, .secu .h3, .secu .ofs-40 { 
	font-size: clamp(1.8rem, 1.4965rem + 1.6185vw, 2.5rem) !important; 
	line-height: 1.3em !important;
}

.secu h4, .secu .h4, .secu .ofs-32 { 
	font-size: clamp(1.6rem, 1.4266rem + 0.9249vw, 2rem) !important; 
	line-height: 1.3em !important;
}

.secu h5, .secu .h5, .secu .ofs-28 { 
	font-size: clamp(1.4rem, 1.2483rem + 0.8092vw, 1.75rem) !important; 
	line-height: 1.4em !important;
}

.secu h6, .secu .h6, .secu .ofs-24 { 
	font-size: clamp(1.2rem, 1.0699rem + 0.6936vw, 1.5rem) !important; 
	line-height: 1.5em !important;
}

.secu .ofs-20 {
	font-size: clamp(1.125rem, 1.0708rem + 0.289vw, 1.25rem) !important; 
	line-height: 1.6em !important;
}

.secu p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.contu {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.rowu,
.rowua {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.rowu > *,
.rowua > * {
	width: 100%;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;	
}

.colu {
	flex: 1 0 0%;
}

.colu-auto {
	flex: 0 0 auto;
	width: auto;
}

.colu-fit {
	flex: 0 1 fit-content;
	max-width: fit-content;
	width: auto;
}

.colu-eq {
	flex: 1 0 0%;
	width: 100%;
	max-width: 100%;
}

.colu-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.colu-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.colu-3 {
	flex: 0 0 auto;
	width: 25%;
}

.colu-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.colu-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.colu-6 {
	flex: 0 0 auto;
	width: 50%;
}

.colu-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.colu-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.colu-9 {
	flex: 0 0 auto;
	width: 75%;
}

.colu-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.colu-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.colu-12,
.colua {
	flex: 0 0 auto;
	width: 100%;
}

.rowua > * {
	flex: 0 0 auto;
}


.formu-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-family: inherit;
}

@media (prefers-reduced-motion: reduce) {
	.formu-control {
		transition: none;
	}
}

.formu-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.formu-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.formu-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.formu-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.formu-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.formu-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.formu-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.formu-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.formu-control:disabled, .formu-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.formu-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.formu-control-file,
.formu-control-range {
	display: block;
	width: 100%;
}

select.formu-control[size], select.formu-control[multiple] {
	height: auto;
}

textarea.formu-control {
	height: auto;
}

.formu-group {
	margin-bottom: 1rem;
}

.formu-rowu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.formu-rowu > .colu,
.formu-rowu > [class*="colu-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.formu-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.formu-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.formu-check-input[disabled] ~ .formu-check-label,
.formu-check-input:disabled ~ .formu-check-label {
	color: #6c757d;
}

.formu-check-label {
	margin-bottom: 0;
}

.formu-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.formu-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;	
}


.custu-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.custu-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.custu-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}

.custu-control-input:checked ~ .custu-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff;
}

.custu-control-input:focus ~ .custu-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custu-control-input:focus:not(:checked) ~ .custu-control-label::before {
	border-color: #80bdff;
}

.custu-control-input:not(:disabled):active ~ .custu-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

.custu-control-input[disabled] ~ .custu-control-label, .custu-control-input:disabled ~ .custu-control-label {
	color: #6c757d;
}

.custu-control-input[disabled] ~ .custu-control-label::before, .custu-control-input:disabled ~ .custu-control-label::before {
	background-color: #e9ecef;
}

.custu-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custu-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custu-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: 50% / 50% 50% no-repeat;
}

.custu-checkbox .custu-control-label::before {
	border-radius: 0.25rem;
}

.custu-checkbox .custu-control-input:checked ~ .custu-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custu-checkbox .custu-control-input:indeterminate ~ .custu-control-label::before {
	border-color: #007bff;
	background-color: #007bff;
}

.custu-checkbox .custu-control-input:indeterminate ~ .custu-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custu-checkbox .custu-control-input:disabled:checked ~ .custu-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custu-checkbox .custu-control-input:disabled:indeterminate ~ .custu-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custu-radio .custu-control-label::before {
	border-radius: 50%;
}

.custu-radio .custu-control-input:checked ~ .custu-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custu-radio .custu-control-input:disabled:checked ~ .custu-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}


.cxs-1, .xs-1 > *,
.cxs-2, .xs-2 > * { flex: 0 0 auto !important; }
.cxs-1, .xs-1 > * { width: 100% !important; }
.cxs-2, .xs-2 > * { width: 50% !important; }

@media (min-width: 576px) 
{ 
	.csm-1, .sm-1 > *,
	.csm-2, .sm-2 > *,
	.csm-3, .sm-3 > *,
	.csm-4, .sm-4 > *,	
	.csm-5, .sm-5 > *,
	.csm-6, .sm-6 > * { flex: 0 0 auto !important; }
	.csm-1, .sm-1 > * { width: 100% !important; }
	.csm-2, .sm-2 > * { width: 50% !important; }
	.csm-3, .sm-3 > * { width: 33.333333% !important; }
	.csm-4, .sm-4 > * { width: 25% !important; }
	.csm-5, .sm-5 > * { width: 20% !important; }
	.csm-6, .sm-6 > * { width: 16.666667% !important; }	
}
@media (min-width: 768px) 
{ 
	.cmd-1, .md-1 > *,
	.cmd-2, .md-2 > *,
	.cmd-3, .md-3 > *,
	.cmd-4, .md-4 > *,	
	.cmd-5, .md-5 > *,
	.cmd-6, .md-6 > * { flex: 0 0 auto !important; }
	.cmd-1, .md-1 > * { width: 100% !important; }
	.cmd-2, .md-2 > * { width: 50% !important; }
	.cmd-3, .md-3 > * { width: 33.333333% !important; }
	.cmd-4, .md-4 > * { width: 25% !important; }
	.cmd-5, .md-5 > * { width: 20% !important; }
	.cmd-6, .md-6 > * { width: 16.666667% !important; }	
}
@media (min-width: 992px) 
{ 
	.clg-1, .lg-1 > *,
	.clg-2, .lg-2 > *,
	.clg-3, .lg-3 > *,
	.clg-4, .lg-4 > *,	
	.clg-5, .lg-5 > *,
	.clg-6, .lg-6 > * { flex: 0 0 auto !important; }
	.clg-1, .lg-1 > * { width: 100% !important; }
	.clg-2, .lg-2 > * { width: 50% !important; }
	.clg-3, .lg-3 > * { width: 33.333333% !important; }
	.clg-4, .lg-4 > * { width: 25% !important; }	
	.clg-5, .lg-5 > * { width: 20% !important; }
	.clg-6, .lg-6 > * { width: 16.666667% !important; }		
}
@media (min-width: 1200px) 
{ 
	.cxl-1, .xl-1 > *,
	.cxl-2, .xl-2 > *,
	.cxl-3, .xl-3 > *,
	.cxl-4, .xl-4 > *,	
	.cxl-5, .xl-5 > *,
	.cxl-6, .xl-6 > * { flex: 0 0 auto !important; }
	.cxl-1, .xl-1 > * { width: 100% !important; }
	.cxl-2, .xl-2 > * { width: 50% !important; }
	.cxl-3, .xl-3 > * { width: 33.333333% !important; }
	.cxl-4, .xl-4 > * { width: 25% !important; }	
	.cxl-5, .xl-5 > * { width: 20% !important; }
	.cxl-6, .xl-6 > * { width: 16.666667% !important; }	
}


.x0 { margin-right: 0px; margin-left: 0px; }
.x0 > * { padding-right: 0px; padding-left: 0px; }
.x5 { margin-right: -2.5px; margin-left: -2.5px; }
.x5 > * { padding-right: 2.5px; padding-left: 2.5px; }
.x10 { margin-right: -5px; margin-left: -5px; }
.x10 > * { padding-right: 5px; padding-left: 5px; }
.x15 { margin-right: -7.5px; margin-left: -7.5px; }
.x15 > * { padding-right: 7.5px; padding-left: 7.5px; }
.x20 { margin-right: -10px; margin-left: -10px; }
.x20 > * { padding-right: 10px; padding-left: 10px; }
.x25 { margin-right: -12.5px; margin-left: -12.5px; }
.x25 > * { padding-right: 12.5px; padding-left: 12.5px; }
.x30 { margin-right: -15px; margin-left: -15px; }
.x30 > * { padding-right: 15px; padding-left: 15px; }
.x35 { margin-right: -17.5px; margin-left: -17.5px; }
.x35 > * { padding-right: 17.5px; padding-left: 17.5px; }
.x40 { margin-right: -20px; margin-left: -20px; }
.x40 > * { padding-right: 20px; padding-left: 20px; }
.x45 { margin-right: -22.5px; margin-left: -22.5px; }
.x45 > * { padding-right: 22.5px; padding-left: 22.5px; }
.x50 { margin-right: -25px; margin-left: -25px; }
.x50 > * { padding-right: 25px; padding-left: 25px; }
.x55 { margin-right: -27.5px; margin-left: -27.5px; }
.x55 > * { padding-right: 27.5px; padding-left: 27.5px; }
.x60 { margin-right: -30px; margin-left: -30px; }
.x60 > * { padding-right: 30px; padding-left: 30px; }
.x65 { margin-right: -32.5px; margin-left: -32.5px; }
.x65 > * { padding-right: 32.5px; padding-left: 32.5px; }
.x70 { margin-right: -35px; margin-left: -35px; }
.x70 > * { padding-right: 35px; padding-left: 35px; }

.y0 { margin-top: 0px; }	
.y0 > * { margin-top: 0px; }
.y5 { margin-top: -5px; }	
.y5 > * { margin-top: 5px; }
.y10 { margin-top: -10px; }	
.y10 > * { margin-top: 10px; }
.y15 { margin-top: -15px; }	
.y15 > * { margin-top: 15px; }
.y20 { margin-top: -20px; }	
.y20 > * { margin-top: 20px; }
.y25 { margin-top: -25px; }	
.y25 > * { margin-top: 25px; }
.y30 { margin-top: -30px; }	
.y30 > * { margin-top: 30px; }
.y35 { margin-top: -35px; }	
.y35 > * { margin-top: 35px; }
.y40 { margin-top: -40px; }	
.y40 > * { margin-top: 40px; }
.y45 { margin-top: -45px; }	
.y45 > * { margin-top: 45px; }
.y50 { margin-top: -50px; }	
.y50 > * { margin-top: 50px; }
.y55 { margin-top: -55px; }	
.y55 > * { margin-top: 55px; }
.y60 { margin-top: -60px; }	
.y60 > * { margin-top: 60px; }
.y65 { margin-top: -65px; }	
.y65 > * { margin-top: 65px; }
.y70 { margin-top: -70px; }	
.y70 > * { margin-top: 70px; }


@media (min-width: 576px) {
	.contu-def { max-width: 540px; }
}
@media (min-width: 768px) {
	.contu-def { max-width: 720px; }
}
@media (min-width: 992px) {
	.contu-def { max-width: 960px; }
}
@media (min-width: 1200px) {
	.contu-def { max-width: 1140px; }
}


.m-0 { margin: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mr-0 { margin-right: 0px !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-35 { margin-right: 35px !important; }
.mr-40 { margin-right: 40px !important; }
.mb-0 { margin-bottom: 0px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }	
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }	
.ml-0 { margin-left: 0px !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ms-auto { margin-left: auto !important; }
.me-auto { margin-right: auto !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.p-0 { padding: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-55 { padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65 { padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80 { padding-top: 80px !important; }
.pb-0 { padding-bottom: 0 !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-25 { padding-bottom: 25px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-35 { padding-bottom: 35px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-45 { padding-bottom: 45px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-55 { padding-bottom: 55px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-65 { padding-bottom: 65px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-75 { padding-bottom: 75px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pr-0 { padding-right: 0 !important; }
.pl-0 { padding-left: 0 !important; }


.fw-normal { font-weight: 400 !important; }
.fw-bold { font-weight: 700 !important; }
.fw-bolder { font-weight: bolder !important; }
.lh-sm { line-height: 1.25 !important; }
.lh-base { line-height: 1.5 !important; }
.d-none { display: none !important; }
.d-block { display: block !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }
.inline-block { display: inline-block !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.justify-content-left { justify-content: flex-start !important; }
.justify-content-center { justify-content: center !important; }
.align-items-center { align-items: center !important; }
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.w-100 { width: 100% !important; }
.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }
.clearfix { display: block; clear: both; content: ""; }
.flex-center { display: flex; justify-content: center; align-items: center; }
.rowu > * p:last-child, 
.pp p:last-child { margin-bottom: 0; }
.oh { overflow: hidden; } 
.oh-x { overflow-x: hidden; }
.oh-xv { overflow-x: visible; }
.list { list-style: none; margin-top: 0; margin-bottom: 0; padding-left: 0; }  
.list li:first-child { margin-top: 0; }


/**************************************************/
.wvnota { padding:0 0 30px; }
.wvnota::after, 
.wvnotb::after, 
.wvnotb>div::after, 
.wvfix::after { content:""; display:table; clear:both; }
.wvnotb .msg {  padding:20px 35px; width:100%; font-size:14px; line-height:24px; } 
.wvnotb .h2a { font-size:18px; line-height:28px; font-weight:bold; position:relative; }
.wvnotb ul, 
.wvnotb li { margin:0; padding:0; }
.wvnotb ul { margin:5px 0 0 30px; }
.wvnota li, 
.wvnotb li { list-style:outside !important; padding:2px 15px 2px 2px; font-size: 16px; }
.wvnotb .error { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }		
.wvnotb .loading { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; }	
.wvnota, 
.wvnota .msg { display:none; }	
.wvnota.info, 
.wvnota.info .loading, 
.wvnota.error, 
.wvnota.error .error { display:block; }
.wvtop_wrap { padding:5%; }
.wvtop_head { font-weight:bold; font-size:20px; line-height:30px; }
.wvtop_msg { font-size:14px; line-height:24px; padding:18px 0 0; }

select.wverror,
input.wverror, 
textarea.wverror { background-color:#FFC !important; border:1px solid #cf4236 !important; }
div.wverror {
    margin: 5px 0 0px; padding:4px 10px 3px;
    font-weight: normal;font-size:13px; line-height:20px; color:#efeef6;
	background-color:#e84c3d;  border:1px solid #cf4236;
	}
.wverror.valid { display: none !important; }
.wvtop_success, 
.wvtop_error { display: none; }
	.wvform .formu-control:focus,
	.wvform .custom-select:focus { box-shadow: none; }
    
.wvform select,
.wvform input[type='text'] { height: 50px; padding: 12px; }
.wvform textarea { height: 130px; padding: 12px; }
.wvform select,
.wvform input[type='text'],
.wvform input[type='password'], 
.wvform textarea { 
	border:1px solid #eaeaea;
	background-color: #fafafa;
	color:#111111;
	font-size: 16px;
	border-radius: 4px;
    margin-bottom: 0;
	}
	.wvform select:focus,
	.wvform input[type='text']:focus,
	.wvform textarea:focus {
		background-color: #FFFFFF;
		border: 2px solid #101010; 
		}
	.wvform select:focus,	
	.wvform textarea:focus,
	.wvform input[type="text"]:focus { outline:0; /*border-color:#f1813b;*/ }	
    
.wvform ::-webkit-input-placeholder { color:#666666; }
.wvform :-moz-placeholder { color:#666666; }
.wvform ::-moz-placeholder { color:#666666; }
.wvform :-ms-input-placeholder { color:#666666; }	
	.wvform label { font-size: 16px; font-weight: 700;  display: inline-block; margin-bottom: 5px; }
	.wvform .custu-control-label { font-weight: normal; margin: 0; user-select: none; }  
	.wvform .custu-checkbox, .wvform .custu-radio { margin: 5px 0 0; }
	.wvform .custu-checkbox-1 {}
	
.reqd { color: #ff0000; font-weight: normal; font-size: 18px; }




/**************************************************/
#p1a_fw { 
	background: #FFFFFF; padding: 40px 20px 60px; border-radius: 20px; box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
	/*
    font-family: Metrophobic, "Helvetica Neue", Helvetica, Arial, sans-serif; 
    */
    font-size: 17px;
    max-width: 800px; margin: 10px auto 0;
	}
.p1a_h1w { text-align: center; }
.p1a_h1 { display: inline-block; padding: 0 30px 20px; }
.p1a_h1 .heading { 
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 20px; line-height: 30px; margin: 0 0 15px 0; padding: 0 25px; 
}
.p1a_divider { width: 100%; margin: 0 auto; background: #85adad; height: 5px; }

.p1a_btnw { text-align: center; padding: 10px 0 0; }
.p1a_btn {
	color: #fff; border-radius: 4px; cursor: pointer;

	background:#85adad;
	border: none;

	font-size: 16px !important; 
	padding: 12px 40px;
	box-shadow: none !important; 
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.p1a_btn:hover {
  background:#729494; 
}
.p1a_btn:focus, .p1a_btn.focus {
  background:#729494; 
}	
/* end */

















