/* KK 13392 S26-inspired visual trial. Scoped for form 13392 assets/pages. */
:root {
	--kk-13392-page-bg: #fce3e3;
	--kk-13392-page-bg-2: #f6d3be;
	--kk-13392-card-bg: #fbf4e7;
	--kk-13392-title: #5a3824;
	--kk-13392-section-title: #9a5d4c;
	--kk-13392-text: #5f554f;
	--kk-13392-muted: #8a7a70;
	--kk-13392-primary: #b86b5e;
	--kk-13392-primary-hover: #9f584e;
	--kk-13392-link: #b86b5e;
	--kk-13392-link-hover: #8f4c43;
	--kk-13392-input-bg: #fffcf8;
	--kk-13392-input-border: #e6d0c3;
	--kk-13392-input-focus: #dfa08f;
	--kk-13392-required: #d85c5c;
	--kk-13392-line: #eadbd0;
	--kk-13392-notice-bg: #fff1ea;
	--kk-13392-warning: #b94a48;
}

html {
	background: var(--kk-13392-page-bg) !important;
}

/*** KK custom success page layout for form 13392. Migrated from form 12823. ***/
#main_body .form_success.kk-success-shell {
	margin: 0 auto;
	max-width: 720px;
	padding: 22px 22px 30px;
	background: linear-gradient(180deg, #fbebe4 0%, #fbeee7 52%, #f9e6de 100%);
	box-sizing: border-box;
	text-align: left;
}

#main_body .kk-success-stage {
	position: relative;
	padding-top: 68px;
	margin-bottom: 34px;
}

#main_body .kk-success-stage:last-of-type {
	margin-bottom: 24px;
}

#main_body .kk-success-badge {
	position: absolute;
	left: 50%;
	top: 0;
	width: 130px;
	height: 130px;
	margin-left: -65px;
	text-align: center;
	z-index: 2;
}

#main_body .kk-success-badge img {
	display: block;
	width: 130px;
	height: auto;
	margin: 0 auto;
}

#main_body .kk-success-card {
	position: relative;
	background: #fff9f4;
	border: 1px solid #d6cbc3;
	border-radius: 36px;
	box-shadow: 0 8px 18px rgba(87, 70, 62, 0.16);
	padding: 56px 34px 34px;
}

#main_body .kk-success-card-two-col {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
}

#main_body .kk-success-card-stacked {
	padding-top: 72px;
}

#main_body .kk-success-card-media,
#main_body .kk-success-banner-slot {
	text-align: center;
}

#main_body .kk-success-media-image {
	display: block;
	width: 170px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#main_body .kk-success-card-content h2,
#main_body .kk-success-card-content h1,
#main_body .kk-success-card-content h3,
#main_body .kk-success-card-content p {
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: left !important;
}

#main_body .kk-success-card-content h1 {
	color: #d11544 !important;
	font-size: 32px !important;
	line-height: 1.25 !important;
	margin: 0 0 8px !important;
}

#main_body .kk-success-card-content h2 {
	color: #8a4f1d !important;
	font-size: 26px !important;
	line-height: 1.3 !important;
	margin: 0 0 6px !important;
}

#main_body .kk-success-card-content h3 {
	color: #5b3d28 !important;
	font-size: 20px !important;
	line-height: 1.45 !important;
	margin: 0 0 8px !important;
}

#main_body .kk-success-card-content p {
	color: #5f4a2c !important;
	font-size: 17px !important;
	line-height: 1.7 !important;
	margin: 8px 0 0 !important;
}

#main_body .kk-success-callout {
	position: relative;
	margin: 0 auto 20px;
	max-width: 560px;
	padding: 16px 20px;
	border-radius: 999px;
	background: #d11544;
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.45;
	text-align: center;
	box-shadow: 0 6px 14px rgba(209, 21, 68, 0.25);
}

#main_body .kk-success-callout span {
	display: inline-block;
}

#main_body .kk-success-line-link {
	display: inline-block;
	text-decoration: none;
}

#main_body .kk-success-line-text-link,
#main_body .kk-success-line-text-link:visited {
	color: #0078d4 !important;
	font-weight: 800;
	text-decoration: underline;
}

#main_body .kk-success-banner-slot .mf-success-banner-wrap {
	max-width: 560px;
	margin: 0 auto;
}

#main_body .mf-success-banner-content {
	line-height: 1.45;
	text-align: left;
}

#main_body .kk-success-shell .mf-success-close-wrap {
	margin-top: 8px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#main_body .form_success.kk-success-shell {
		max-width: 100%;
		padding: 18px 12px 24px;
	}

	#main_body .kk-success-stage {
		padding-top: 52px;
		margin-bottom: 26px;
	}

	#main_body .kk-success-badge {
		width: 96px;
		height: 96px;
		margin-left: -48px;
	}

	#main_body .kk-success-badge img {
		width: 96px;
	}

	#main_body .kk-success-card,
	#main_body .kk-success-card-stacked {
		border-radius: 24px;
		padding: 48px 18px 24px;
	}

	#main_body .kk-success-card-two-col {
		display: block;
		text-align: center;
	}

	#main_body .kk-success-media-image {
		width: 132px;
		margin-bottom: 14px;
	}

	#main_body .kk-success-card-content h1 {
		font-size: 28px !important;
		text-align: center !important;
	}

	#main_body .kk-success-card-content h2 {
		font-size: 23px !important;
		text-align: center !important;
	}

	#main_body .kk-success-card-content h3,
	#main_body .kk-success-card-content p {
		font-size: 16px !important;
		text-align: center !important;
	}

	#main_body .kk-success-callout {
		border-radius: 20px;
		font-size: 17px;
		padding: 14px 16px;
	}
}

#main_body {
	box-sizing: border-box;
	color: var(--kk-13392-text);
	font-family: "Noto Sans TC", "Lucida Grande", Tahoma, Arial, Verdana, sans-serif !important;
	margin: 0 !important;
	min-height: 100vh;
	padding: 28px 0 56px;
	text-align: center;
}

#main_body *,
#main_body *::before,
#main_body *::after {
	box-sizing: border-box;
}

#form_container {
	background: rgba(255, 253, 249, 0.7) !important;
	border: 1px solid rgba(230, 208, 195, 0.8) !important;
	border-radius: 34px !important;
	box-shadow: 0 16px 40px rgba(120, 72, 52, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
	margin: 0 auto !important;
	max-width: calc(100% - 32px);
	overflow: hidden;
	padding: 24px !important;
	text-align: left;
	width: 680px !important;
}

#main_body .kk-form-header,
#main_body .kk-form-footer {
	background: var(--kk-13392-page-bg-2) !important;
	clear: both;
	line-height: 0;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	text-align: center;
	width: 100% !important;
}

#main_body .kk-form-header {
	border-radius: 22px 22px 0 0;
}

#main_body .kk-form-footer {
	border-top: 1px solid var(--kk-13392-line);
	border-radius: 0 0 22px 22px;
}

#main_body .kk-form-header img,
#main_body .kk-form-footer img {
	border: 0;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

#main_body .kk-form-header+h1 {
	display: none !important;
}

form.appnitro,
.embed form.appnitro {
	background: var(--kk-13392-card-bg) !important;
	margin: 0 !important;
	padding: 28px 34px 34px !important;
}

#main_body .form_description {
	border-bottom: 1px solid var(--kk-13392-line) !important;
	display: block !important;
	margin: 0 0 20px !important;
	padding: 0 0 16px !important;
}

#main_body .form_description h2,
#main_body .form_success h2 {
	color: var(--kk-13392-title) !important;
	font-size: 24px !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	line-height: 1.35 !important;
	margin: 0 0 8px !important;
}

#main_body .form_description p,
#main_body .form_success h3,
#main_body .form_success p {
	color: var(--kk-13392-text) !important;
	font-size: 15px !important;
	line-height: 1.7 !important;
	margin: 0 !important;
}

#main_body form li {
	padding: 7px 0 10px !important;
	width: 100% !important;
}

#main_body form li label.description,
#main_body form li span.description {
	color: var(--kk-13392-title) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
	margin: 0 0 7px !important;
	padding: 0 !important;
}

#main_body #form_13392 .required,
#main_body #form_13392 label .asterisk {
	color: var(--kk-13392-required) !important;
}

#main_body #form_13392 a,
#main_body #form_13392 a:visited {
	color: var(--kk-13392-link) !important;
}

#main_body #form_13392 a:hover,
#main_body #form_13392 a:focus {
	color: var(--kk-13392-link-hover) !important;
}

#main_body #form_13392 li.section_break {
	border-top-color: var(--kk-13392-line) !important;
}

#main_body #form_13392 li.section_break h3,
#main_body #form_13392 legend {
	color: var(--kk-13392-section-title) !important;
}

#main_body #form_13392 li.section_break p {
	color: var(--kk-13392-muted) !important;
}

#main_body #form_13392 input.text,
#main_body #form_13392 textarea.textarea,
#main_body #form_13392 select.select {
	background: var(--kk-13392-input-bg) !important;
	border: 1px solid var(--kk-13392-input-border) !important;
	border-radius: 16px !important;
	box-shadow: none !important;
	color: var(--kk-13392-text) !important;
	font-size: 16px !important;
	line-height: 1.35 !important;
	min-height: 48px;
	outline: none !important;
	padding: 12px 10px !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

#main_body #form_13392 textarea.textarea {
	min-height: 120px;
}

#main_body #form_13392 input.text:focus,
#main_body #form_13392 textarea.textarea:focus,
#main_body #form_13392 select.select:focus {
	background: #ffffff !important;
	border-color: var(--kk-13392-input-focus) !important;
	box-shadow: 0 0 0 3px rgba(223, 160, 143, 0.22) !important;
}

#main_body #form_13392 input.large,
#main_body #form_13392 textarea.large {
	width: 100% !important;
}

#main_body #form_13392 input.medium,
#main_body #form_13392 select.medium {
	width: min(100%, 360px) !important;
}

#main_body #form_13392 li.date_field input.text {
	text-align: center;
	width: 64px !important;
}

#main_body #form_13392 li.date_field .date_yyyy input.text {
	width: 92px !important;
}

#main_body #zipcode1 {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 100%;
}

#main_body #zipcode1 .addr3-county,
#main_body #zipcode1 .addr3-area {
	flex: 1 1 190px;
	min-width: 0;
	width: auto !important;
}

#main_body #zipcode1 .addr3-zip {
	display: none !important;
}

#main_body #form_13392 #zipcode1 {
	align-items: center;
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 10px;
}

#main_body #form_13392 #zipcode1 .addr3-county,
#main_body #form_13392 #zipcode1 .addr3-area {
	align-self: flex-start;
	box-sizing: border-box;
	flex: 1 1 calc(50% - 5px) !important;
	margin: 0 !important;
	max-width: calc(50% - 5px) !important;
	min-width: 0;
	width: auto !important;
}

#main_body form li.error {
	background: #fce6e6 !important;
	border: 1px solid rgba(184, 107, 94, 0.24) !important;
	border-radius: 16px;
	margin: 6px 0 !important;
	padding: 10px 12px !important;
}

#main_body #form_13392 .privacy-box,
#main_body #form_13392 .agreement-block,
#main_body #form_13392 .notice {
	background: var(--kk-13392-notice-bg) !important;
	border-left: 0 !important;
	color: var(--kk-13392-text) !important;
}

#main_body #form_13392 li.highlighted {
	background-color: #f9ecd4 !important;
	border-radius: 18px !important;
	margin: 6px 0 !important;
	padding: 12px 14px !important;
}

#main_body #form_13392 #li_11.kk-privacy-consent-field {
	background: transparent !important;
	border-left: 0 !important;
}

#main_body form p.error,
#main_body form label.error {
	color: var(--kk-13392-warning) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
}

#main_body .buttons {
	margin-top: 18px !important;
	text-align: center;
}

#main_body input.button_text,
#main_body #submit_form,
#main_body #review_submit {
	background: var(--kk-13392-primary) !important;
	border: 2px solid var(--kk-13392-primary) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: #ffffff !important;
	cursor: pointer;
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	min-height: 48px;
	padding: 10px 28px !important;
	text-shadow: none !important;
}

#main_body input.button_text:hover,
#main_body #submit_form:hover,
#main_body #review_submit:hover {
	background: var(--kk-13392-primary-hover) !important;
	border-color: var(--kk-13392-primary-hover) !important;
}

#main_body input.btn_secondary,
#main_body #review_back {
	background: transparent !important;
	border: 0 !important;
	color: var(--kk-13392-link) !important;
	font-weight: 800 !important;
	text-decoration: underline;
}

#footer,
#footer.success {
	background: var(--kk-13392-card-bg) !important;
	color: var(--kk-13392-muted) !important;
	font-size: 12px !important;
	margin: 0 !important;
	padding: 14px 24px !important;
	text-align: center !important;
	width: auto !important;
}

html {
	background: url('../../../images/form_resources/grey-mild.png') repeat scroll 0 0 #ececec;
}

#main_body {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: small;
	margin: 20px 0 50px;
	text-align: center;
}

#form_container {
	background: #fff;
	border: none;
	border-radius: 10px;
	margin: 0 auto;
	text-align: left;
	width: 640px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

#top {
	display: block;
	height: 10px;
	margin: 10px auto 0;
	width: 650px;
}

#footer {
	clear: both;
	color: #999999;
	text-align: center;
	width: 640px;
	padding-bottom: 15px;
	font-size: 85%;
}

#footer a {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}

#bottom {
	display: block;
	height: 10px;
	margin: 0 auto;
	width: 650px;
}

form.appnitro {
	margin: 20px 20px 0;
	padding: 0 0 20px;
}

/**** Logo Section  *****/
#main_body h1 {

	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: -8000px;
	color: #fff;
	border-radius: 8px 8px 0 0;
	background-color: #525252;
	background-image: -webkit-gradient(linear, left center, right center, from(rgb(82, 82, 82)), to(rgb(136, 136, 136)));
	background-image: -webkit-linear-gradient(left, rgb(82, 82, 82), rgb(136, 136, 136));
	background-image: -moz-linear-gradient(left, rgb(82, 82, 82), rgb(136, 136, 136));
	background-image: -o-linear-gradient(left, rgb(82, 82, 82), rgb(136, 136, 136));
	background-image: -ms-linear-gradient(left, rgb(82, 82, 82), rgb(136, 136, 136));
	background-image: linear-gradient(left, rgb(82, 82, 82), rgb(136, 136, 136));
}

#main_body h1 a {
	display: block;
	height: 40px;
	overflow: hidden;
	background-image: url('../../../images/machform.png');
	background-repeat: no-repeat;
}


/**** Form Section ****/
.appnitro {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: small;
}

.appnitro li {
	width: 61%;
}

#main_body form ul {
	font-size: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#main_body form li {
	display: block;
	margin: 0;
	padding: 4px 5px 2px 9px;
	position: relative;
	clear: both;
}

#main_body form li:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#main_body .buttons:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#main_body .buttons {
	clear: both;
	display: block;
	margin-top: 10px;
}

#main_body html form li div {
	display: inline-block;
}

#main_body form li:not(.media_video) div {
	color: #444;
	margin: 0 4px 0 0;
	padding: 0 0 8px;
}

#main_body form li:not(.media_video) span {
	color: #444;
	float: left;
	margin: 0 4px 0 0;
	padding: 0 0 8px;
}

#main_body form li div.left {
	display: inline;
	float: left;
	width: 48%;
}

#main_body form li div.right {
	display: inline;
	float: right;
	width: 48%;
}

#main_body form li div.left .medium {
	width: 100%;
}

#main_body form li div.right .medium {
	width: 98%;
}

#main_body .clear {
	clear: both;
}

#main_body form li div label,
#main_body form li div span.label {
	clear: both;
	color: #444;
	display: block;
	font-size: 85%;
	line-height: 15px;
	margin: 0;
	padding-top: 3px;
}

#main_body form li div span.label var {
	font-style: normal;
	font-weight: bold;
}

#main_body form li span label {
	clear: both;
	color: #444;
	display: block;
	font-size: 85%;
	line-height: 15px;
	margin: 0;
	padding-top: 3px;
	margin-left: 3px;
}

#main_body em.currently_entered {
	white-space: nowrap;
}

#main_body form li .datepicker {
	cursor: pointer !important;
	float: left;
	height: 16px;
	margin: .1em 5px 0 0;
	padding: 0;
	width: 16px;
}

#main_body .form_description {
	border-bottom: 1px dotted #ccc;
	clear: both;
	display: inline-block;
	margin: 0 0 1em;
	color: #444;
}

#main_body .form_description[class] {
	display: block;
}

#main_body .form_description h2 {
	clear: left;
	font-size: 160%;
	font-weight: 400;
	margin: 0 0 3px;
}

#main_body .form_description p {
	font-size: 95%;
	line-height: 130%;
	margin: 0 0 12px;
}

#main_body form hr {
	display: none;
}

#main_body form li.total_payment {
	padding-bottom: 0;
	padding-top: 0;
	width: 97%;
}

#main_body form li.total_payment.mf_review {
	width: 97%;
	margin-top: 10px;
}

#main_body form li.total_payment span {
	float: right;
	text-align: center;
	padding-bottom: 0;
}

#main_body form li.total_payment h3 {
	margin: 0px;
	font-size: 150%;
}

#main_body form li.total_payment var {
	font-style: normal;
}

#main_body form li.total_payment h5 {
	font-size: 70%;
	font-weight: 100;
	margin: 0;
	text-transform: uppercase;
}

#main_body form li.total_payment span.total_extra {
	clear: both;
	margin-top: 10px;
	text-align: right
}

#main_body form li.total_payment span.total_extra h5 {
	font-weight: 700;
}

#main_body form li.section_break {
	border-top: 1px dotted #ccc;
	margin-top: 9px;
	padding-bottom: 0;
	padding-left: 9px;
	padding-top: 13px;
	width: 97% !important;
}

#main_body form ul li.first {
	border-top: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#main_body form .section_break h3,
#main_body form .media h3 {
	font-size: 110%;
	font-weight: 400;
	line-height: 130%;
	margin: 0 0 2px;
}

#main_body .media_image {
	max-width: 100%;
	height: auto;
}

#main_body form .section_break p,
#main_body form .media p {
	font-size: 85%;
	margin: 0 0 10px;
}

#main_body form li div.media_image_container,
#main_body form li div.media_pdf_container {
	margin: 0;
	padding: 0 0 10px 0;
}

#main_body form li div.media_video_container {
	width: 99%;
	height: auto;
	background-color: #000;
	margin-bottom: 10px;
}

#main_body form li div.media_video_container.small {
	width: 40%;
}

#main_body form li div.media_video_container.medium {
	width: 65%;
}

#main_body form li div.media_video_container.large {
	width: 99%;
}

#main_body form li div.media_image_left {
	text-align: left;
}

#main_body form li div.media_image_center {
	text-align: center;
}

#main_body form li div.media_image_right {
	text-align: right;
}

#main_body form li div.media_pdf_small {
	height: 300px;
}

#main_body form li div.media_pdf_medium {
	height: 600px;
}

#main_body form li div.media_pdf_large {
	height: 900px;
}

#main_body form li.media,
#main_body form li.signature {
	width: 97% !important;
}

#main_body form li:not(.media_video) div span {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#main_body form li.signature div span {
	width: auto;
}

.namewm_ext {
	width: 8%;
}

.namewm_first,
.namewm_middle {
	width: 23%;
}

.namewm_last {
	width: 30%;
}

/**** Choices Columns ****/
#main_body form li.two_columns div span {
	margin: 0 5px 0 0;
	width: 48%;
}

#main_body form li.three_columns div span {
	margin: 0 5px 0 0;
	width: 30%;
}

#main_body form li.inline_columns div span {
	margin: 0 6px 0 0;
	width: auto;
}

/**** Buttons ****/
#main_body input.button_text {
	overflow: visible;
	width: auto;

	outline: none;
	padding: 6px 9px;
	font: 300 1em 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	color: #333;
	text-shadow: 0 1px 0 #f0f0f0;
	background: #ebebeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dddddd));
	background: -moz-linear-gradient(top, #fefefe, #dddddd);
	border-width: 1px;
	border-style: solid;
	border-color: #bbb #bbb #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 #f8f8f8;
	-moz-box-shadow: 0 1px 0 #f8f8f8;
	box-shadow: 0 1px 0 #f8f8f8;
}

#main_body input.button_text:hover,
#main_body input.button_text:focus {
	color: #333;
	text-shadow: 0 1px 0 #f0f0f0;
	background: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dddddd));
	background: -moz-linear-gradient(top, #f0f0f0, #dddddd);
	border-color: #999 #999 #666;
}

#main_body input.button_text:not(.btn_secondary):hover {
	box-shadow: 0px 0px 1px 1px #666666;
}

#main_body input.button_text:active {
	color: #333;
	text-shadow: none;
	background: #ddd;
	border-color: #999 #999 #666;
}

#main_body .buttons input {
	font-size: 120%;
	margin-right: 5px;
}

#main_body input.btn_secondary {
	background: none;
	border: none;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	font-size: 100%;
	padding: 0;
}

/**** Inputs and Labels ****/
#main_body form li fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#main_body form li label.description,
#main_body form li span.description {
	border: none;
	color: #444;
	display: block;
	font-size: 95%;
	font-weight: 700;
	line-height: 150%;
	padding: 0 0 1px;
	float: none;
}

#main_body span.symbol {
	font-size: 115%;
	line-height: 130%;
}

#main_body input.text {
	border: 4px solid #EFEFEF;
	border-radius: 8px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
	outline: medium none;
	background: none repeat scroll 0 0 #FBFBFB;
	padding: 6px 0 6px 6px;
	color: #666666;

	font-size: 100%;
	margin: 0;
}

#main_body input.other {
	margin: 0 0 9px 25px;
	background: none repeat scroll 0 0 #FBFBFB;
}

#main_body input.file {
	color: #333;
	font-size: 100%;
	margin: 0;
	padding: 2px 0;
}

#main_body textarea.textarea {
	border: 4px solid #EFEFEF;
	border-radius: 8px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
	outline: medium none;
	background: none repeat scroll 0 0 #FBFBFB;
	padding: 6px 0 6px 6px;
	color: #666666;

	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	margin: 0;
	width: 98%;
}

#main_body select.select {

	border: 4px solid #EFEFEF;
	border-radius: 8px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
	outline: medium none;
	background: none repeat scroll 0 0 #FBFBFB;
	padding: 6px 0 6px 6px;
	color: #666666;
	height: 36px;
	font-size: 100%;
	margin: 1px 0;
}


#main_body input.currency {
	text-align: right;
	padding-right: 3px;
}

#main_body input.checkbox {
	display: block;
	height: 13px;
	line-height: 1.4em;
	margin: 6px 0 0 3px;
	width: 13px;
}

#main_body input.radio {
	display: block;
	height: 13px;
	line-height: 1.4em;
	margin: 6px 0 0 3px;
	width: 13px;
}

#main_body label.choice {
	color: #444;
	display: block;
	font-size: 100%;
	line-height: 1.4em;
	margin: -1.55em 0 0 25px;
	padding: 4px 0 5px;
	width: 90%;
}

#main_body select.select[class] {
	margin: 0;
	padding: 6px 0 6px 6px;
}

*:first-child+html select.select[class] {
	margin: 1px 0;
}

#main_body .safari select.select {
	font-size: 120% !important;
	margin-bottom: 1px;
}

#main_body input.small {
	width: 25%;
}

#main_body select.small {
	width: 25%;
}

#main_body input.medium {
	width: 50%;
}

#main_body select.medium {
	width: 50%;
}

#main_body input.large {
	width: 98%;
}

#main_body select.large {
	width: 100%;
}

#main_body textarea.small {
	height: 5.5em;
}

#main_body textarea.medium {
	height: 10em;
}

#main_body textarea.large {
	height: 20em;
}

/**** Errors ****/
#error_message {
	background: #fff;
	border: 1px dotted red;
	margin-bottom: 1em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 4px;
	text-align: center;
	width: 97%;
}

#error_message_title {
	color: #DF0000;
	font-size: 125%;
	margin: 7px 0 5px !important;
	padding: 0 !important;
}

#error_message_desc {
	color: #000;
	font-size: 100%;
	margin: 0 0 .8em !important;
}

#error_message_desc strong {
	background-color: #FFDFDF;
	color: #c10000;
	padding: 2px 3px;
}

#main_body form li.error {
	background-color: #FFDFDF !important;
	border-bottom: 1px solid #EACBCC;
	border-right: 1px solid #EACBCC;
	margin: 3px 0;
}

#main_body form li.error label,
#main_body form li.error span.description {
	color: #c10000 !important;
}

#main_body form p.error {
	clear: both;
	color: #c10000;
	font-size: 80%;
	font-weight: 700;
	margin: 0 0 5px !important;
}

#main_body form .required,
#main_body .matrix span.required {
	color: #c10000 !important;
	float: none !important;
	font-weight: 700;
}

/**** Guidelines and Error Highlight ****/
#main_body form li.highlighted {
	background-color: #fff7c0;
}

#main_body form .guidelines {
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	color: #444;
	font-size: 105%;
	left: 100%;
	line-height: 100%;
	margin: 0 0 0 8px !important;
	padding: 8px 10px 9px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 42%;
	z-index: 1000;
}

#main_body form .guidelines small {
	font-size: 80%;
}

#main_body form li.highlighted .guidelines {
	visibility: visible;
}


#main_body form li:hover .guidelines {
	visibility: visible;
}

.no_guidelines .guidelines {
	display: none !important;
}

.no_guidelines form li {
	width: 97%;
}

.no_guidelines li.section {
	padding-left: 9px;
}

/*** Success Message ****/
.form_success {
	clear: both;
	margin: 0;
	padding: 90px 0pt 100px;
	text-align: center;
}

.form_success h2 {
	clear: left;
	font-size: 160%;
	font-weight: normal;
	margin: 0pt 0pt 3px;
}

.form_success h3 {
	font-weight: normal;
}

/*** Password ****/
#main_body ul.password {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}

.password h2 {
	color: #DF0000;
	font-weight: bold;
	margin: 0pt auto 10px;
}

.password input.text {
	font-size: 170% !important;
	width: 380px;
	text-align: center;
}

.password label {
	display: block;
	font-size: 120% !important;
	padding-top: 10px;
	font-weight: bold;
}

#li_captcha {
	padding-left: 5px;
	padding-bottom: 10px !important;
}


#li_captcha span {
	float: none !important;
	padding: 0px !important;
}

#li_captcha span.text_captcha {
	padding-bottom: 5px !important;
}

#li_captcha div {
	padding: 0px !important;
}

#captcha_image {
	padding-top: 5px;
	padding-bottom: 10px;
}

#captcha_response_field {
	margin-bottom: 10px;
}

#dummy_captcha_internal {
	height: 8px;
}

/** Matrix Table **/
#main_body form li.matrix {
	width: 97% !important;
}

#main_body .matrix table {
	margin: 0 0 5px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

#main_body .matrix th {
	font-size: 95%;
	text-align: center;
	padding: 5px 0px;
	border-bottom: 1px solid #888;
	font-weight: normal;
}

#main_body .matrix td {
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
	text-align: center;
}

#main_body .matrix tbody tr:hover td {
	background-color: #fff7c0;
}

#main_body .matrix td.first_col {
	text-align: left;
	font-weight: 700;
	font-size: 95%;
	color: #444;
}

#main_body .matrix tr.alt {
	background-color: #F5F5F5;
}

#main_body .matrix caption {
	text-align: left;
	font-size: 95%;
	font-weight: 700;
	color: #444;
}



/** Label Alignment **/
#main_body form.left_label li,
#main_body form.right_label li {
	padding-top: 12px;
	width: 76%;
}

.no_guidelines form.left_label li,
.no_guidelines form.right_label li {
	width: 97% !important;
}

#main_body form.left_label label.description,
#main_body form.left_label span.description {
	float: left;
	margin: 0 15px 0 0;
	width: 29%;
}

#main_body form.right_label label.description,
#main_body form.right_label span.description {
	float: left;
	margin: 0 15px 0 0;
	width: 29%;
	text-align: right;
}

.no_guidelines form.left_label label.description,
.no_guidelines form.right_label label.description,
.no_guidelines form.left_label span.description,
.no_guidelines form.right_label span.description {
	width: 30% !important;
}

#main_body form.left_label li div,
#main_body form.right_label li div {
	float: left;
	width: 65%;
}

#main_body ul.password>li>div {
	width: 100%;
}

#main_body form li div span.left {
	width: 49%;
	float: left;
}

#main_body form li div span.right {
	width: 49%;
	float: right;
}

#main_body form li.address * {
	box-sizing: border-box;
}

#main_body li.address input.large {
	width: 100%;
}

#main_body li.address .right.state_list input.large {
	width: 100%;
}

#main_body li.address select.large {
	width: 100%;
}

#main_body form li.address div {
	margin-right: 2px;
}

#main_body form li.address div span {
	padding-bottom: 8px;
}

#main_body form li.address span label {
	margin-bottom: 3px;
	padding-top: 0px;
}

#main_body form li.address span.description {
	margin-bottom: 3px;
}

#main_body form.left_label .guidelines,
#main_body form.right_label .guidelines {
	width: 20%;
}

#main_body form.left_label li div.mf_sig_wrapper,
#main_body form.right_label li div.mf_sig_wrapper {
	float: left;
	width: 309px;
}

#main_body form.left_label li .mf_sigpad_clear,
#main_body form.right_label li .mf_sigpad_clear {
	float: left;
}

/** Embedded Form **/
html.embed {
	background: none repeat scroll 0 0 transparent;
}

.embed #main_body {
	margin: 0px;
}

.embed #top,
.embed #bottom,
.embed h1 {
	display: none;
}

.embed #form_container {
	border: none;
	width: 100%;
	background: none;
	box-shadow: none;
}

.embed #footer {
	text-align: left;
	padding-left: 10px;
	width: 99%;
}

.embed #footer.success {
	text-align: center;
}

.embed form.appnitro {
	margin: 0px 0px 0;

}

/** Integrated Form **/
#main_body.integrated {
	margin: 0px;
}

.integrated * {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color: #000;
}

.integrated #top,
.integrated #bottom,
.integrated h1 {
	display: none;
}

.integrated #form_container {
	border: none;
	width: 99%;
	background: none;
	box-shadow: none;
}

.integrated #footer {
	text-align: left;
	padding-left: 10px;
	width: 99%;
}

.integrated #footer.success {
	text-align: center;
}

.integrated form.appnitro {
	margin: 0px 0px 0;

}

.integrated form .section_break h3 {
	border: none !important;
}

.integrated #error_message h3 {
	border: none !important;

}


/** Form Review **/
#machform_review_table tbody tr:hover {
	background-color: #FFF7C0;
}

.alt {
	background: #efefef;
}

#machform_review_table td {
	text-align: left;
	border-bottom: 1px solid #DEDEDE;
	padding: 5px 10px;
}

#machform_review_table td.mf_review_label {
	font-weight: 700;
}

/** Payment Page **/
#main_body ul.payment_summary {
	overflow: hidden;
}

#main_body form li.payment_summary_list {
	border-right: 1px dashed #ccc;
	padding-right: 10px;
	width: 70%;
	float: right;
	clear: none;
	text-align: right;
}

#main_body form li.payment_summary_amount {
	width: auto;
	float: right;
	clear: none;
}

#main_body form ul.payment_list_items li {
	width: 98%;
	font-size: 95%;
	padding-top: 0px;
	padding-bottom: 5px;
}

#main_body form ul.payment_list_items li span {
	margin: 0px;
	float: right;
	display: block;
	font-weight: bold;
	padding: 0px;
	padding-left: 10px;
	color: inherit;
}

#main_body form li.payment_summary_term {
	text-align: right;
	font-size: 90%;
	padding: 15px 0;
}

#main_body form li#li_accepted_cards {
	margin-bottom: 10px;
}

#li_accepted_cards img {
	height: 27px;
}

#main_body form ul.payment_detail_form {
	margin-top: 20px
}

#main_body form li.credit_card div span {
	padding-bottom: 8px;
}

#main_body form li.credit_card div span#li_cc_span_3 {
	width: 75%;
}

#main_body form li.credit_card div span#li_cc_span_4 {
	width: 21%;
}

#cc_secure_icon {
	float: left;
	margin-top: 5px;
}

#cc_expiry_month {
	width: 23%;
}

#main_body select#cc_expiry_year {
	width: 13%;
	margin-right: -3px;
}

#li_billing_address span.state_list,
#li_shipping_address span.state_list {
	padding-bottom: 12px !important;
}

#li_shipping_address div.shipping_address_detail {
	content: "";
	display: table;
	clear: both;
}

#li_credit_card {
	padding-bottom: 5px !important;
	margin-bottom: 20px !important;
}

#main_body input#cc_cvv.large {
	width: 95%;
}

#main_body form ul.payment_detail_form li span.description {
	margin-bottom: 5px;
}

#stripe-card-element {
	border: 4px solid #EFEFEF;
	border-radius: 8px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
	outline: medium none;
	background: none repeat scroll 0 0 #FBFBFB;
	padding: 0 0 0 5px !important;
	color: #666666;
	font-size: 100%;
	margin-bottom: 15px !important;
	width: 75%;
}

/** Calendar **/
.day_disabled {
	text-indent: -9999px;
	background: #eee url('../../../images/bullet_red.png') no-repeat center;
}

/** Pagination **/
#main_body form li.li_pagination {
	width: 97%;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#main_body form li.li_pagination span {
	font-family: Arial, Verdana, Helvetica;
	font-size: 90%;
	float: none;
	display: block;
	padding: 0px;
}

.ap_tp_num {
	background-color: #6d6d6d;
	color: white !important;
	font-weight: bold;
	width: 23px !important;
	height: 23px !important;
	line-height: 23px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ap_tp_text {
	clear: both;
	padding-top: 3px !important;
}

.ap_tp_arrow {
	font-size: 90%;
	color: #bbb;
	font-family: Arial, Verdana, Helvetica;
}

.ap_tp_text_active {
	font-weight: bold;
}

.ap_tp_num_active {
	background-color: #558126;
}

.img_secondary {
	margin-left: 5px;
}

div.mf_progress_container {
	border: 1px solid #ccc !important;
	width: 98% !important;
	margin: 2px 5px 2px 0 !important;
	padding: 1px !important;
	float: left;
	background: white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

div.mf_progress_value {
	background-color: #558126;
	height: 12px;
	text-align: right;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

div.mf_progress_value span {
	line-height: 20px;
	font-weight: bold;
	color: #fff !important;
	padding-right: 5px !important;
	float: right !important;
}

.li_pagination h3 {
	font-size: 95%;
	padding-bottom: 2px;
	font-weight: normal;
	margin: 0px;
}

/** File Upload **/
.uploadifyQueueItem {
	background-color: #F5F5F5 !important;
	border: 2px solid #E5E5E5 !important;
	font: 85% Verdana, Geneva, sans-serif;
	margin-top: 5px !important;
	padding: 10px !important;
	width: 350px;
}

.uploadifyQueueItem .cancel {
	float: right;
}

.uploadifyQueueItem .file_attached {
	margin-right: 5px !important;
}

.uploadifyQueueItem .fileName {
	width: auto !important;
	padding: 0px !important;
}

.uploadifyQueueItem .percentage {
	width: auto !important;
	padding: 0 0 0 5px !important;
}

.uploadifyQueue .completed {
	background-color: #E5E5E5 !important;
	padding-bottom: 25px !important;
}

.uploadifyQueue .uploadifyError {
	background-color: #FDE5DD !important;
	border: 2px solid #FBCBBC !important;
	padding-bottom: 25px !important;
}

.uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
	clear: both;
	padding: 0px !important;
	margin: 0 !important;
}

.uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
	padding: 0px !important;
}

/** File Upload - HTML5 **/
.uploadifive-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0, #505050),
			color-stop(1, #707070));
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF !important;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.uploadifive-button:hover {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0, #606060),
			color-stop(1, #808080));
	background-position: center bottom;
}

.uploadifive-queue-item {
	background-color: #F5F5F5 !important;
	border: 2px solid #E5E5E5 !important;
	font: 85% Verdana, Geneva, sans-serif;
	margin-top: 5px !important;
	padding: 10px !important;
	width: 350px;
}

.uploadifive-queue-item.error {
	background-color: #FDE5DD !important;
	border: 2px solid #FBCBBC !important;
}

.uploadifive-queue-item .close {
	background: url('../../../images/icons/delete.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}

.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin: 8px 0 0 0 !important;
	width: 100%;
	padding: 0 !important;
	clear: both;
}

.uploadifive-queue-item .progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 0;
	padding: 0 !important;
}

.uploadifive-queue-item div {
	overflow: auto;
	padding-bottom: 0 !important;
}

.uploadifive-queue-item span {
	width: auto !important;
}

.uploadifive-queue-item span.fileinfo {
	margin-left: 5px !important;
}

.right_label object,
.left_label object {
	float: left;
}

#main_body form.right_label li div.uploadifyQueue,
#main_body form.left_label li div.uploadifyQueue {
	clear: both;
	width: 98%;
}

#main_body form.right_label li div.uploadifyQueueItem,
#main_body form.left_label li div.uploadifyQueueItem {
	width: 98%;
	padding-bottom: 8px !important;
}

#main_body form.right_label li div.cancel,
#main_body form.left_label li div.cancel {
	width: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}

#main_body form.right_label li div.uploadifyProgress,
#main_body form.left_label li div.uploadifyProgress {
	margin-top: 10px !important;
}

#main_body form.right_label li div.uploadifyProgressBar,
#main_body form.left_label li div.uploadifyProgressBar {
	width: 1%;
}

#li_resume_email {
	width: 61%;
}

#guide_resume_email {
	visibility: visible !important;
	display: block !important;
}

.section_scroll_small {
	height: 5em;
	overflow-y: scroll;
}

.section_scroll_medium {
	height: 10em;
	overflow-y: scroll;
}

.section_scroll_large {
	height: 20em;
	overflow-y: scroll;
}

#machform_review_table td.mf_review_section_break {
	padding: 10px 5px;
}

.mf_signature_wrapper {
	border-radius: 5px;
	border: 1px solid #ccc;
	padding-bottom: 0px !important;
}

.mf_signature_clear {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	display: block;
}

.mf_signature_switch a {
	text-decoration: none;
	border-bottom: 1px dotted #3B699F;
	font-family: Arial, Verdana, Helvetica;
}

.mf_signature_switch a:visited {
	color: #3661A1;
}

.mf_signature_switch a.active {
	text-decoration: none;
	border-bottom: none;
	background-color: #6d6d6d;
	border-radius: 3px;
	padding: 5px;
	color: #fff;
}

.mf_signature_draw {
	margin-top: 5px !important;
}

/** Built-in Class **/
#main_body form li.column_2 {
	width: 47%;
	float: left;
	clear: none !important;
}

#main_body form li.column_3 {
	width: 31%;
	float: left;
	clear: none !important;
}

#main_body form li.column_4 {
	width: 22%;
	float: left;
	clear: none !important;
}

#main_body form li.column_5 {
	width: 17%;
	float: left;
	clear: none !important;
}

#main_body form li.column_6 {
	width: 14%;
	float: left;
	clear: none !important;
}

#main_body form li.new_row {
	clear: left !important;
}

#main_body form li.hidden {
	display: none;
}

#main_body form li.guidelines_bottom {
	width: 97%;
}

#main_body form li.guidelines_bottom .guidelines {
	background: none !important;
	border: none !important;
	font-size: 105%;
	line-height: 100%;
	margin: 0 !important;
	padding: 0 0 5px;
	visibility: visible;
	width: 100%;
	position: static;
	clear: both;
}

#main_body form li.hide_cents .sub_currency {
	display: none;
}

/** Adjustments for built-in class **/
#main_body .column_2 input.large {
	width: 96%;
}

#main_body .column_3 input.large {
	width: 95%;
}

#main_body .column_4 input.large {
	width: 94%;
}

#main_body .column_5 input.large {
	width: 91%;
}

#main_body .column_6 input.large {
	width: 89%;
}

#main_body .column_2 textarea.textarea {
	width: 96%;
}

#main_body .column_3 textarea.textarea {
	width: 94%;
}

#main_body .column_4 textarea.textarea {
	width: 91%;
}

#main_body .namewm_ext input.large {
	width: 75%;
}

#main_body .namewm_first input.large,
#main_body .namewm_middle input.large {
	width: 90%;
}

#main_body .namewm_last input.large {
	width: 92%;
}

/*************************************** SHADOW STYLES ****************************************/


/******************************************************/
/****** WARP SHADOW ******/

.WarpShadow {
	position: relative;
	-moz-box-shadow: 0 14px 10px -12px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 14px 10px -12px rgba(0, 0, 0, 0.7);
	box-shadow: 0 14px 10px -12px rgba(0, 0, 0, 0.7);
}

.WarpShadow:before,
.WarpShadow:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	-moz-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.7);
}

.WarpShadow:before {
	right: 10px;
	-moz-transform: rotate(4deg) skew(4deg);
	-webkit-transform: rotate(4deg) skew(4deg);
	-o-transform: rotate(4deg) skew(4deg);
	transform: rotate(4deg) skew(4deg);
}

/**  'smallBox' class for boxes with width between 150px - 350px  **/
.smallBox.WarpShadow:before {
	-moz-transform: rotate(8deg) skew(4deg);
	-webkit-transform: rotate(8deg) skew(4deg);
	-o-transform: rotate(8deg) skew(4deg);
	transform: rotate(8deg) skew(4deg);
}

.WarpShadow:after {
	left: 10px;
	-moz-transform: rotate(-4deg) skew(-4deg);
	-webkit-transform: rotate(-4deg) skew(-4deg);
	-o-transform: rotate(-4deg) skew(-4deg);
	transform: rotate(-4deg) skew(-4deg);
}

.smallBox.WarpShadow:after {
	-moz-transform: rotate(-8deg) skew(-4deg);
	-webkit-transform: rotate(-8deg) skew(-4deg);
	-o-transform: rotate(-8deg) skew(-4deg);
	transform: rotate(-8deg) skew(-4deg);
}


/*** SHADOW PROJECTION LENGTH ***/

.WSmall:before,
.WSmall:after {
	width: 150px;
}

.smallBox.WSmall:before,
.smallBox.WSmall:after {
	width: 30px;
}

.WMedium:before,
.WMedium:after {
	width: 250px;
}

.smallBox.WMedium:before,
.smallBox.WMedium:after {
	width: 80px;
}

.WLarge:before,
.WLarge:after {
	width: 350px;
}

.smallBox.WLarge:before,
.smallBox.WLarge:after {
	width: 130px;
}


/*** SHADOW INTENSITY ***/

.WLight:before,
.WLight:after {
	height: 5px;
}

.WNormal:before,
.WNormal:after {
	height: 10px;
}

.WDark:before,
.WDark:after {
	height: 15px;
}






/******************************************************/
/****** RIGHT SIDE WARP SHADOW ******/

.RightWarpShadow {
	position: relative;
	-moz-box-shadow: 0 14px 10px -12px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 14px 10px -12px rgba(0, 0, 0, 0.7);
	box-shadow: 0 14px 10px -12px rgba(0, 0, 0, 0.7);
}

.RightWarpShadow:before,
.RightWarpShadow:after {
	content: '';
	position: absolute;
	z-index: -1;
	-moz-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.7);
}

.RightWarpShadow:before {
	right: 10px;
	bottom: 15px;
	-moz-transform: rotate(4deg) skew(4deg);
	-webkit-transform: rotate(4deg) skew(4deg);
	-o-transform: rotate(4deg) skew(4deg);
	transform: rotate(4deg) skew(4deg);
}

/**  'smallBox' class for boxes with width between 150px - 350px  **/
.smallBox.RightWarpShadow:before {
	-moz-transform: rotate(8deg) skew(4deg);
	-webkit-transform: rotate(8deg) skew(4deg);
	-o-transform: rotate(8deg) skew(4deg);
	transform: rotate(8deg) skew(4deg);
}

.RightWarpShadow:after {
	left: 10px;
	bottom: 20px;
	-moz-transform: rotate(-4deg) skew(-4deg);
	-webkit-transform: rotate(-4deg) skew(-4deg);
	-o-transform: rotate(-4deg) skew(-4deg);
	transform: rotate(-4deg) skew(-4deg);
}

.smallBox.RightWarpShadow:after {
	-moz-transform: rotate(-8deg) skew(-4deg);
	-webkit-transform: rotate(-8deg) skew(-4deg);
	-o-transform: rotate(-8deg) skew(-4deg);
	transform: rotate(-8deg) skew(-4deg);
}



/*** SHADOW PROJECTION LENGTH ***/

.RWSmall:before,
.RWSmall:after {
	width: 150px;
}

.smallBox.RWSmall:before,
.smallBox.RWSmall:after {
	width: 30px;
}

.RWMedium:before,
.RWMedium:after {
	width: 250px;
}

.smallBox.RWMedium:before,
.smallBox.RWMedium:after {
	width: 80px;
}

.RWLarge:before,
.RWLarge:after {
	width: 350px;
}

.smallBox.RWLarge:before,
.smallBox.RWLarge:after {
	width: 130px;
}


/*** SHADOW INTENSITY ***/

.RWLight:before,
.RWLight:after {
	height: 5px;
}

.RWNormal:before,
.RWNormal:after {
	height: 10px;
}

.RWDark:before,
.RWDark:after {
	height: 15px;
}






/******************************************************/
/****** LEFT SIDE WARP SHADOW ******/

.LeftWarpShadow {
	position: relative;
	-moz-box-shadow: 0 14px 10px -12px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 14px 10px -12px rgba(0, 0, 0, 0.7);
	box-shadow: 0 14px 10px -12px rgba(0, 0, 0, 0.7);
}

.LeftWarpShadow:before,
.LeftWarpShadow:after {
	content: '';
	position: absolute;
	z-index: -1;
	-moz-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.7);
}

.LeftWarpShadow:before {
	right: 10px;
	bottom: 20px;
	-moz-transform: rotate(4deg) skew(4deg);
	-webkit-transform: rotate(4deg) skew(4deg);
	-o-transform: rotate(4deg) skew(4deg);
	transform: rotate(4deg) skew(4deg);
}

/**  'smallBox' class for boxes with width between 150px - 350px  **/
.smallBox.LeftWarpShadow:before {
	-moz-transform: rotate(8deg) skew(4deg);
	-webkit-transform: rotate(8deg) skew(4deg);
	-o-transform: rotate(8deg) skew(4deg);
	transform: rotate(8deg) skew(4deg);
}


.LeftWarpShadow:after {
	left: 10px;
	bottom: 15px;
	-moz-transform: rotate(-4deg) skew(-4deg);
	-webkit-transform: rotate(-4deg) skew(-4deg);
	-o-transform: rotate(-4deg) skew(-4deg);
	transform: rotate(-4deg) skew(-4deg);
}

.smallBox.LeftWarpShadow:after {
	-moz-transform: rotate(-8deg) skew(-4deg);
	-webkit-transform: rotate(-8deg) skew(-4deg);
	-o-transform: rotate(-8deg) skew(-4deg);
	transform: rotate(-8deg) skew(-4deg);
}



/*** SHADOW PROJECTION LENGTH ***/

.LWSmall:before,
.LWSmall:after {
	width: 150px;
}

.smallBox.LWSmall:before,
.smallBox.LWSmall:after {
	width: 30px;
}

.LWMedium:before,
.LWMedium:after {
	width: 250px;
}

.smallBox.LWMedium:before,
.smallBox.LWMedium:after {
	width: 80px;
}

.LWLarge:before,
.LWLarge:after {
	width: 350px;
}

.smallBox.LWLarge:before,
.smallBox.LWLarge:after {
	width: 130px;
}


/*** SHADOW INTENSITY ***/

.LWLight:before,
.LWLight:after {
	height: 5px;
}

.LWNormal:before,
.LWNormal:after {
	height: 10px;
}

.LWDark:before,
.LWDark:after {
	height: 15px;
}






/******************************************************/
/****** LEFT SIDE PERSPECTIVE SHADOW ******/
/*** (FOR BOXES OF SIZE GREATER THAN 150x150 px) ***/

.LeftPerspectiveShadow {
	position: relative;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

.LeftPerspectiveShadow:before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	width: 90px;
	-moz-transform: skew(50deg);
	-webkit-transform: skew(50deg);
	-o-transform: skew(50deg);
	transform: skew(50deg);
}


/*** SHADOW PROJECTION LENGTH ***/

.LPSmall:before {
	left: 114px;
	height: 20px;
}

.LPMedium:before {
	left: 102px;
	height: 40px;
}

.LPLarge:before {
	left: 90px;
	height: 60px;
}


/*** SHADOW INTENSITY ***/

.LPLight:before {
	-moz-box-shadow: -130px 0 8px 14px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -130px 0 8px 14px rgba(0, 0, 0, 0.2);
	box-shadow: -130px 0 8px 14px rgba(0, 0, 0, 0.2);
}

.LPNormal:before {
	-moz-box-shadow: -130px 0 8px 14px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: -130px 0 8px 14px rgba(0, 0, 0, 0.35);
	box-shadow: -130px 0 8px 14px rgba(0, 0, 0, 0.35);
}

.LPDark:before {
	-moz-box-shadow: -130px 0 8px 14px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: -130px 0 8px 14px rgba(0, 0, 0, 0.5);
	box-shadow: -130px 0 8px 14px rgba(0, 0, 0, 0.5);
}







/******************************************************/
/****** RIGHT SIDE PERSPECTIVE SHADOW ******/
/*** (FOR BOXES OF SIZE GREATER THAN 150x150 px) ***/

.RightPerspectiveShadow {
	position: relative;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

.RightPerspectiveShadow:before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	width: 90px;
	-moz-transform: skewX(-50deg);
	-webkit-transform: skewX(-50deg);
	-o-transform: skewX(-50deg);
	transform: skewX(-50deg);
}


/*** SHADOW PROJECTION LENGTH ***/

.RPSmall:before {
	right: 114px;
	height: 20px;
}

.RPMedium:before {
	right: 102px;
	height: 40px;
}

.RPLarge:before {
	right: 90px;
	height: 60px;
}


/*** SHADOW INTENSITY ***/

.RPLight:before {
	-moz-box-shadow: 130px 0 8px 14px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 130px 0 8px 14px rgba(0, 0, 0, 0.2);
	box-shadow: 130px 0 8px 14px rgba(0, 0, 0, 0.2);
}

.RPNormal:before {
	-moz-box-shadow: 130px 0 8px 14px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 130px 0 8px 14px rgba(0, 0, 0, 0.35);
	box-shadow: 130px 0 8px 14px rgba(0, 0, 0, 0.35);
}

.RPDark:before {
	-moz-box-shadow: 130px 0 8px 14px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 130px 0 8px 14px rgba(0, 0, 0, 0.5);
	box-shadow: 130px 0 8px 14px rgba(0, 0, 0, 0.5);
}







/******************************************************/
/****** BOTTOM PERSPECTIVE SHADOW ******/

.BottomShadow {
	position: relative;
}

.BottomShadow:before,
.BottomShadow:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	width: 30px;
	height: 50px;
}

.BottomShadow:before {
	-moz-transform: skew(40deg);
	-webkit-transform: skew(40deg);
	-o-transform: skew(40deg);
	transform: skew(40deg);
}

.BottomShadow:after {
	-moz-transform: skew(-40deg);
	-webkit-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	transform: skew(-40deg);
}



/*** SMALL SHADOW STYLES ***/

/* LIGHT */
.BSmall.BLight {
	-moz-box-shadow: 0 52px 26px -36px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 52px 30px -39px rgba(0, 0, 0, 0.7);
	box-shadow: 0 52px 30px -39px rgba(0, 0, 0, 0.7);
}

.BSmall.BLight:before {
	right: 54px;
	-moz-box-shadow: 9px 17px 18px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 14px 17px 26px rgba(0, 0, 0, 0.2);
	box-shadow: 9px 17px 18px rgba(0, 0, 0, 0.2);
}

.BSmall.BLight:after {
	left: 54px;
	-moz-box-shadow: -9px 17px 18px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -14px 17px 26px rgba(0, 0, 0, 0.2);
	box-shadow: -9px 17px 18px rgba(0, 0, 0, 0.2);
}


/* NORMAL */
.BSmall.BNormal {
	-moz-box-shadow: 0 52px 26px -36px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 52px 30px -39px rgba(0, 0, 0, 0.8);
	box-shadow: 0 52px 30px -39px rgba(0, 0, 0, 0.8);
}

.BSmall.BNormal:before {
	right: 54px;
	-moz-box-shadow: 9px 17px 18px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 14px 17px 26px rgba(0, 0, 0, 0.3);
	box-shadow: 9px 17px 18px rgba(0, 0, 0, 0.3);
}

.BSmall.BNormal:after {
	left: 54px;
	-moz-box-shadow: -9px 17px 18px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -14px 17px 26px rgba(0, 0, 0, 0.3);
	box-shadow: -9px 17px 18px rgba(0, 0, 0, 0.3);
}


/* DARK */
.BSmall.BDark {
	-moz-box-shadow: 0 52px 26px -36px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 52px 30px -39px rgba(0, 0, 0, 0.9);
	box-shadow: 0 52px 30px -39px rgba(0, 0, 0, 0.9);
}

.BSmall.BDark:before {
	right: 54px;
	-moz-box-shadow: 9px 17px 18px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 14px 17px 26px rgba(0, 0, 0, 0.4);
	box-shadow: 9px 17px 18px rgba(0, 0, 0, 0.4);
}

.BSmall.BDark:after {
	left: 54px;
	-moz-box-shadow: -9px 17px 18px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: -14px 17px 26px rgba(0, 0, 0, 0.4);
	box-shadow: -9px 17px 18px rgba(0, 0, 0, 0.4);
}



/*** MEDIUM SHADOW STYLES ***/

/* LIGHT */
.BMedium.BLight {
	-moz-box-shadow: 0 58px 26px -36px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 60px 44px -39px rgba(0, 0, 0, 0.7);
	box-shadow: 0 58px 30px -39px rgba(0, 0, 0, 0.7);
}

.BMedium.BLight:before {
	right: 60px;
	-moz-box-shadow: 9px 25px 18px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 14px 25px 26px rgba(0, 0, 0, 0.2);
	box-shadow: 9px 25px 18px rgba(0, 0, 0, 0.2);
}

.BMedium.BLight:after {
	left: 60px;
	-moz-box-shadow: -9px 25px 18px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -14px 25px 26px rgba(0, 0, 0, 0.2);
	box-shadow: -9px 25px 18px rgba(0, 0, 0, 0.2);
}


/* NORMAL */
.BMedium.BNormal {
	-moz-box-shadow: 0 58px 26px -36px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 60px 44px -39px rgba(0, 0, 0, 0.8);
	box-shadow: 0 58px 30px -39px rgba(0, 0, 0, 0.8);
}

.BMedium.BNormal:before {
	right: 60px;
	-moz-box-shadow: 9px 25px 18px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 14px 25px 26px rgba(0, 0, 0, 0.3);
	box-shadow: 9px 25px 18px rgba(0, 0, 0, 0.3);
}

.BMedium.BNormal:after {
	left: 60px;
	-moz-box-shadow: -9px 25px 18px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -14px 25px 26px rgba(0, 0, 0, 0.3);
	box-shadow: -9px 25px 18px rgba(0, 0, 0, 0.3);
}


/* DARK */
.BMedium.BDark {
	-moz-box-shadow: 0 58px 26px -36px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 60px 44px -39px rgba(0, 0, 0, 0.9);
	box-shadow: 0 58px 30px -39px rgba(0, 0, 0, 0.9);
}

.BMedium.BDark:before {
	right: 60px;
	-moz-box-shadow: 9px 25px 18px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 14px 25px 26px rgba(0, 0, 0, 0.4);
	box-shadow: 9px 25px 18px rgba(0, 0, 0, 0.4);
}

.BMedium.BDark:after {
	left: 60px;
	-moz-box-shadow: -9px 25px 18px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: -14px 25px 26px rgba(0, 0, 0, 0.4);
	box-shadow: -9px 25px 18px rgba(0, 0, 0, 0.4);
}



/*** LARGE SHADOW STYLES ***/

/* LIGHT */
.BLarge.BLight {
	-moz-box-shadow: 0 64px 26px -36px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 66px 58px -39px rgba(0, 0, 0, 0.7);
	box-shadow: 0 64px 30px -39px rgba(0, 0, 0, 0.7);
}

.BLarge.BLight:before {
	right: 64px;
	-moz-box-shadow: 9px 30px 18px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 10px 32px 26px rgba(0, 0, 0, 0.2);
	box-shadow: 9px 28px 18px rgba(0, 0, 0, 0.2);
}

.BLarge.BLight:after {
	left: 64px;
	-moz-box-shadow: -9px 30px 18px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -10px 32px 26px rgba(0, 0, 0, 0.2);
	box-shadow: -9px 28px 18px rgba(0, 0, 0, 0.2);
}


/* NORMAL */
.BLarge.BNormal {
	-moz-box-shadow: 0 64px 26px -36px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 66px 58px -39px rgba(0, 0, 0, 0.8);
	box-shadow: 0 64px 30px -39px rgba(0, 0, 0, 0.8);
}

.BLarge.BNormal:before {
	right: 64px;
	-moz-box-shadow: 9px 30px 18px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 10px 32px 26px rgba(0, 0, 0, 0.3);
	box-shadow: 9px 28px 18px rgba(0, 0, 0, 0.3);
}

.BLarge.BNormal:after {
	left: 64px;
	-moz-box-shadow: -9px 30px 18px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -10px 32px 26px rgba(0, 0, 0, 0.3);
	box-shadow: -9px 28px 18px rgba(0, 0, 0, 0.3);
}


/* DARK */
.BLarge.BDark {
	-moz-box-shadow: 0 64px 26px -36px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 66px 58px -39px rgba(0, 0, 0, 0.9);
	box-shadow: 0 64px 30px -39px rgba(0, 0, 0, 0.9);
}

.BLarge.BDark:before {
	right: 64px;
	-moz-box-shadow: 9px 30px 18px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 10px 32px 26px rgba(0, 0, 0, 0.4);
	box-shadow: 9px 28px 18px rgba(0, 0, 0, 0.4);
}

.BLarge.BDark:after {
	left: 64px;
	-moz-box-shadow: -9px 30px 18px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: -10px 32px 26px rgba(0, 0, 0, 0.4);
	box-shadow: -9px 28px 18px rgba(0, 0, 0, 0.4);
}





/******************************************************/
/****** HOVER SHADOW ******/

.HoverShadow {
	position: relative;
}

.HoverShadow:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	height: 20px;
}

.HoverShadow.safari:after {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.HoverShadow.safari .after {
	position: absolute;
	z-index: -1;
	bottom: 0;
	height: 20px;
}


/*** SHADOW PROJECTION LENGTH ***/

.HSmall:after,
.HSmall.safari .after {
	width: 80%;
	left: 10%;
}

.HSmall:after {
	-moz-border-radius: 40%/10px;
	-webkit-border-radius: 40%/10px;
	border-radius: 40%/10px;
}

.HMedium:after,
.HMedium.safari .after {
	width: 90%;
	left: 5%;
}

.HMedium:after {
	-moz-border-radius: 45%/10px;
	-webkit-border-radius: 45%/10px;
	border-radius: 45%/10px;
}

.HLarge:after,
.HLarge.safari .after {
	width: 100%;
	left: 0;
}

.HLarge:after {
	-moz-border-radius: 50%/10px;
	-webkit-border-radius: 50%/10px;
	border-radius: 50%/10px;
}


/*** SHADOW INTENSITY ***/

.HLight:after,
.HLight.safari .after {
	-moz-box-shadow: 0 50px 15px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 50px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 50px 15px rgba(0, 0, 0, 0.3);
}

.HNormal:after,
.HNormal.safari .after {
	-moz-box-shadow: 0 50px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 50px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 50px 15px rgba(0, 0, 0, 0.5);
}

.HDark:after,
.HDark.safari .after {
	-moz-box-shadow: 0 50px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 50px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 50px 15px rgba(0, 0, 0, 0.7);
}





/******************************************************/
/****** STAND SHADOW ******/

.StandShadow {
	position: relative;
}

.StandShadow:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 40px;
	height: 40px;
}

.StandShadow.safari:after {
	display: none;
}

.StandShadow.safari .after {
	position: absolute;
	z-index: -1;
	bottom: 40px;
	height: 40px;
}


/*** SHADOW PROJECTION LENGTH ***/

.SSmall:after,
.SSmall.safari .after {
	width: 105%;
	left: -2.5%;
}

.SSmall:after {
	-moz-border-radius: 52.5%/20px;
	-webkit-border-radius: 52.5%/20px;
	border-radius: 52.5%/20px;
}

.SMedium:after,
.SMedium.safari .after {
	width: 110%;
	left: -5%;
}

.SMedium:after {
	-moz-border-radius: 55%/20px;
	-webkit-border-radius: 55%/20px;
	border-radius: 55%/20px;
}

.SLarge:after,
.SLarge.safari .after {
	width: 115%;
	left: -7.5%;
}

.SLarge:after {
	-moz-border-radius: 57.5%/20px;
	-webkit-border-radius: 57.5%/20px;
	border-radius: 57.5%/20px;
}


/*** SHADOW INTENSITY ***/

.SLight:after,
.SLight.safari .after {
	-moz-box-shadow: 0 60px 15px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 60px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 60px 15px rgba(0, 0, 0, 0.3);
}

.SNormal:after,
.SNormal.safari .after {
	-moz-box-shadow: 0 60px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 60px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 60px 15px rgba(0, 0, 0, 0.5);
}

.SDark:after,
.SDark.safari .after {
	-moz-box-shadow: 0 60px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 60px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 60px 15px rgba(0, 0, 0, 0.7);
}





/******************************************************/
/****** FOLD SHADOW ******/

.FoldShadow {
	position: relative;
}

.FoldShadow:after {
	content: '';
	position: absolute;
	z-index: -2;
	left: 2%;
	width: 96%;
	height: 60px;
	-moz-border-radius: 48%/30px;
	-webkit-border-radius: 48%/30px;
	border-radius: 48%/30px;
}

.FoldShadow:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 30%;
	width: 40%;
	height: 60px;
	-moz-border-radius: 15%/30px;
	-webkit-border-radius: 15%/30px;
	border-radius: 15%/30px;
}

.FoldShadow.safari:before,
.FoldShadow.safari:after {
	display: none;
}

.FoldShadow.safari .after {
	position: absolute;
	z-index: -2;
	left: 2%;
	width: 96%;
	height: 60px;
}

.FoldShadow.safari .before {
	position: absolute;
	z-index: -1;
	left: 30%;
	width: 40%;
	height: 60px;
}


/*** SHADOW PROJECTION LENGTH ***/

.FSmall:after,
.FSmall.safari .after {
	bottom: 28px;
}

.FSmall:before,
.FSmall.safari .before {
	bottom: 48px;
}

.FMedium:after,
.FMedium.safari .after {
	bottom: 24px;
}

.FMedium:before,
.FMedium.safari .before {
	bottom: 44px;
}

.FLarge:after,
.FLarge.safari .after {
	bottom: 20px;
}

.FLarge:before,
.FLarge.safari .before {
	bottom: 40px;
	;
}


/*** SHADOW INTENSITY ***/

.FLight:after,
.FLight.safari .after {
	-moz-box-shadow: 0 40px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 40px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 40px 15px rgba(0, 0, 0, 0.5);
}

.FLight:before,
.FLight.safari .before {
	-moz-box-shadow: 0 50px 50px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0 50px 50px rgba(255, 255, 255, 0.4);
	box-shadow: 0 50px 50px rgba(255, 255, 255, 0.4);
}

.FNormal:after,
.FNormal.safari .after {
	-moz-box-shadow: 0 40px 15px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 40px 15px rgba(0, 0, 0, 0.6);
	box-shadow: 0 40px 15px rgba(0, 0, 0, 0.6);
}

.FNormal:before,
.FNormal.safari .before {
	-moz-box-shadow: 0 50px 50px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 50px 50px rgba(255, 255, 255, 0.5);
	box-shadow: 0 50px 50px rgba(255, 255, 255, 0.5);
}

.FDark:after,
.FDark.safari .after {
	-moz-box-shadow: 0 40px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 40px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 40px 15px rgba(0, 0, 0, 0.7);
}

.FDark:before,
.FDark.safari .before {
	-moz-box-shadow: 0 50px 50px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0 50px 50px rgba(255, 255, 255, 0.6);
	box-shadow: 0 50px 50px rgba(255, 255, 255, 0.6);
}





/******************************************************/
/****** RIGHT SIDE CURL SHADOW ******/

.RightCurlShadow {
	position: relative;
}

.RightCurlShadow:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 55px;
	right: 58px;
	width: 50px;
	-moz-transform: rotate(4deg) skew(-4deg);
	-webkit-transform: rotate(4deg) skew(-4deg);
	-o-transform: rotate(4deg) skew(-4deg);
	transform: rotate(4deg) skew(-4deg);
}


/*** SHADOW PROJECTION LENGTH ***/

.RCSmall:before {
	height: 60%;
}

.RCMedium:before {
	height: 70%;
}

.RCLarge:before {
	height: 80%;
}


/*** SHADOW INTENSITY ***/

.RCLight:before {
	-moz-box-shadow: 50px -40px 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 50px -40px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 50px -40px 20px rgba(0, 0, 0, 0.3);
}

.RCNormal:before {
	-moz-box-shadow: 50px -40px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 50px -40px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 50px -40px 20px rgba(0, 0, 0, 0.5);
}

.RCDark:before {
	-moz-box-shadow: 50px -40px 20px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 50px -40px 20px rgba(0, 0, 0, 0.7);
	box-shadow: 50px -40px 20px rgba(0, 0, 0, 0.7);
}




/******************************************************/
/****** LEFT SIDE CURL SHADOW ******/

.LeftCurlShadow {
	position: relative;
}

.LeftCurlShadow:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 55px;
	left: 58px;
	width: 50px;
	-moz-transform: rotate(-4deg) skew(4deg);
	-webkit-transform: rotate(-4deg) skew(4deg);
	-o-transform: rotate(-4deg) skew(4deg);
	transform: rotate(-4deg) skew(4deg);
}


/*** SHADOW PROJECTION LENGTH ***/

.LCSmall:before {
	height: 60%;
}

.LCMedium:before {
	height: 70%;
}

.LCLarge:before {
	height: 80%;
}


/*** SHADOW INTENSITY ***/

.LCLight:before {
	-moz-box-shadow: -50px -40px 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -50px -40px 20px rgba(0, 0, 0, 0.3);
	box-shadow: -50px -40px 20px rgba(0, 0, 0, 0.3);
}

.LCNormal:before {
	-moz-box-shadow: -50px -40px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: -50px -40px 20px rgba(0, 0, 0, 0.5);
	box-shadow: -50px -40px 20px rgba(0, 0, 0, 0.5);
}

.LCDark:before {
	-moz-box-shadow: -50px -40px 20px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: -50px -40px 20px rgba(0, 0, 0, 0.7);
	box-shadow: -50px -40px 20px rgba(0, 0, 0, 0.7);
}

#edit_info {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #333;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	font-family: Arial, Verdana, Helvetica;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	font-size: 14px;
}

#edit_info img {
	vertical-align: bottom;
	margin-right: 5px;
}

#edit_info a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	margin-left: 25px;
}

#edit_info a:hover {
	text-decoration: underline;
}

#edit_info a:visited {
	color: #fff;
}

#main_body .rating .rating_label {
	margin: 5px 0 0 0;
	color: #444;
	font-size: 85%;
	line-height: 15px;
}

#main_body .rating .rating_label_low {
	float: left;
}

#main_body .rating .rating_label_high {
	float: right;
}

/* KK custom header/footer image slots */
#main_body .kk-form-header,
#main_body .kk-form-footer {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#main_body .kk-form-header img,
#main_body .kk-form-footer img {
	border: 0;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

/*** KK privacy consent panel for form 13392. ***/
#main_body #form_13392 #li_11.kk-privacy-consent-field {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	margin-bottom: 34px;
	max-width: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

#main_body #form_13392 #li_11.kk-privacy-consent-field span.description {
	color: #9f1f1f;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

#main_body #form_13392 #li_11.kk-privacy-consent-field>div,
#main_body #form_13392 #li_11.kk-privacy-consent-field fieldset {
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	padding: 0;
	width: 100%;
}

#main_body #form_13392 #li_11.kk-privacy-consent-field fieldset {
	display: none !important;
}

#main_body #form_13392 #li_11 .kk-privacy-consent-row {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	gap: 8px;
	max-width: 100%;
	min-width: 0;
	overflow: visible;
	outline: 0 !important;
	padding: 0 !important;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
}

#main_body #form_13392 #li_11 .kk-privacy-checkbox-visual {
	align-items: center;
	background: #fff;
	border: 2px solid #777;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 20px;
	font-size: 16px;
	font-weight: 700;
	height: 20px;
	justify-content: center;
	line-height: 1;
	width: 20px;
}

#main_body #form_13392 #li_11 input#element_11_1,
#main_body #form_13392 #li_11 .kk-privacy-native-checkbox {
	box-sizing: border-box !important;
	display: none !important;
	height: 1px !important;
	margin: 0 !important;
	opacity: 0 !important;
	padding: 0 !important;
	pointer-events: none !important;
	position: absolute !important;
	width: 1px !important;
}

#main_body #form_13392 #li_11 label[for="element_11_1"] {
	display: none !important;
}

#main_body #form_13392 #li_11 .kk-privacy-consent-label {
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: #222 !important;
	cursor: pointer;
	display: inline-flex !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	margin: 0 !important;
	max-width: 100% !important;
	min-height: 0 !important;
	min-width: 0 !important;
	outline: 0 !important;
	padding: 0 !important;
	-webkit-appearance: none !important;
	-webkit-tap-highlight-color: transparent;
	white-space: normal !important;
	width: auto !important;
}

#main_body #form_13392 #li_11 .kk-privacy-consent-label *,
#main_body #form_13392 #li_11 .kk-privacy-consent-row * {
	box-shadow: none !important;
	outline: 0 !important;
}

#main_body #form_13392 #li_11 .kk-privacy-label-prefix {
	color: #222;
	display: inline !important;
	margin-right: 4px;
	white-space: nowrap;
	width: auto !important;
}

#main_body #form_13392 #li_11 .kk-privacy-terms-text-link,
#main_body #form_13392 #li_11 .kk-privacy-terms-text-link:visited {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #0066cc;
	cursor: pointer;
	display: inline !important;
	font-weight: 700;
	max-width: 100% !important;
	outline: none !important;
	text-decoration: underline;
	white-space: normal !important;
	width: auto !important;
}

#main_body #form_13392 #li_11 .kk-privacy-terms-text-link:hover,
#main_body #form_13392 #li_11 .kk-privacy-terms-text-link:focus {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #004f9e;
	outline: none !important;
}

#main_body #form_13392 #kk_privacy_consent_errortxt {
	clear: both;
	display: block;
	margin: 8px 0 0 28px;
	padding: 0;
}

#main_body #form_13392 #kk_privacy_consent_errortxt label.error {
	color: #cc0000 !important;
	display: block !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	margin: 0 !important;
	padding: 0 !important;
}

#main_body #form_13392 #li_11.kk-privacy-consent-accepted .kk-privacy-checkbox-visual {
	background: #0d6efd !important;
	border-color: #0d6efd !important;
}

#main_body #form_13392 #li_11 input[type="checkbox"]+label::before {
	content: none !important;
	display: none !important;
}

@media only screen and (max-width: 700px) {
	#main_body #form_13392 #li_11.kk-privacy-consent-field {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0;
	}

	#main_body #form_13392 #li_11 .kk-privacy-consent-row {
		align-items: center;
		flex-wrap: wrap;
		gap: 6px !important;
		white-space: normal;
	}

	#main_body #form_13392 #li_11 .kk-privacy-checkbox-visual {
		flex-basis: 20px;
		font-size: 16px;
		height: 20px;
		width: 20px;
	}

	#main_body #form_13392 #li_11 .kk-privacy-consent-label {
		display: inline-flex !important;
		flex: 1 1 calc(100% - 28px) !important;
		flex-wrap: wrap;
		font-size: 20px !important;
		line-height: 1.45 !important;
		white-space: normal !important;
	}

	#main_body #form_13392 #li_11 .kk-privacy-label-prefix {
		display: inline;
		margin-right: 3px;
		white-space: nowrap;
	}

	#main_body #form_13392 #li_11 .kk-privacy-terms-text-link {
		display: inline !important;
		line-height: 1.45;
		white-space: normal !important;
	}
}

/*** KK 13392 success page final overrides. Keep after legacy form_success rules. ***/
html,
body {
	background: var(--kk-13392-page-bg) !important;
	background-image: none !important;
}

#main_body {
	background: none !important;
}

#main_body .form_success.kk-success-shell {
	background: var(--kk-13392-card-bg) !important;
	color: #4d4641 !important;
	border: 0 !important;
	box-shadow: none !important;
	overflow: visible !important;
	padding: 0 !important;
}

#main_body #form_container:has(.form_success.kk-success-shell) {
	background: rgba(255, 253, 249, 0.7) !important;
	border: 1px solid rgba(230, 208, 195, 0.8) !important;
	border-radius: 34px !important;
	box-shadow: 0 16px 40px rgba(120, 72, 52, 0.14), inset 0 0 0 1px rgba(230, 208, 195, 0.65) !important;
	overflow: hidden !important;
	padding: 14px !important;
}

#main_body #footer.success {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

#main_body .form_success.kk-success-shell .kk-success-card {
	background: #fffefb !important;
	border: 1px solid var(--kk-13392-input-border) !important;
	box-shadow: 0 8px 18px rgba(87, 70, 62, 0.16) !important;
}

#main_body .form_success.kk-success-shell .kk-success-callout {
	margin: 0 auto 34px !important;
	max-width: 560px !important;
	border-radius: 30px !important;
	border: 1px solid #d11544 !important;
	background: #d11544 !important;
	box-shadow: 0 8px 18px rgba(209, 21, 68, 0.58) !important;
	color: #ffffff !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	text-align: center !important;
	display: block !important;
	animation: kkSuccessBlink 1.3s ease-in-out infinite !important;
	transform-origin: center center;
}

#main_body .form_success.kk-success-shell .kk-success-callout:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -24px;
	margin-left: -18px;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 24px solid #d11544;
	filter: drop-shadow(0 2px 1px rgba(209, 21, 68, 0.18));
	animation: kkSuccessArrowBlink 1.3s ease-in-out infinite !important;
}

@keyframes kkSuccessBlink {

	0%,
	100% {
		background: #d11544;
		border-color: #d11544;
		box-shadow: 0 8px 18px rgba(209, 21, 68, 0.58);
		transform: scale(1);
	}

	50% {
		background: #f31f57;
		border-color: #ff6f95;
		box-shadow: 0 0 0 8px rgba(209, 21, 68, 0.14), 0 14px 30px rgba(209, 21, 68, 0.72);
		transform: scale(1.025);
	}
}

@keyframes kkSuccessArrowBlink {

	0%,
	100% {
		border-top-color: #d11544;
		filter: drop-shadow(0 2px 1px rgba(209, 21, 68, 0.18));
	}

	50% {
		border-top-color: #f31f57;
		filter: drop-shadow(0 8px 8px rgba(209, 21, 68, 0.32));
	}
}

#main_body .form_success.kk-success-shell .kk-success-callout span {
	display: block !important;
	font-size: 22px !important;
	line-height: 1.35 !important;
}

#main_body .form_success.kk-success-shell .mf-success-banner {
	background: var(--kk-13392-card-bg) !important;
	border: 1px solid var(--kk-13392-input-border) !important;
	border-radius: 16px !important;
	color: #1f2937 !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

#main_body .form_success.kk-success-shell .mf-success-banner-content em {
	color: #b45309 !important;
}

#main_body .form_success.kk-success-shell .kk-success-card-content h1,
#main_body .form_success.kk-success-shell .kk-success-card-content h2,
#main_body .form_success.kk-success-shell .kk-success-card-content h3,
#main_body .form_success.kk-success-shell .kk-success-card-content p {
	margin: 0 0 8px !important;
	padding: 0 !important;
	text-align: left !important;
	line-height: 1.4 !important;
	background: none !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
}

#main_body .form_success.kk-success-shell .kk-success-card-content-main h1,
#main_body .form_success.kk-success-shell .kk-success-card-content-main h2,
#main_body .form_success.kk-success-shell .kk-success-card-content-main h3,
#main_body .form_success.kk-success-shell .kk-success-card-content-main p {
	color: #c10000 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
}

#main_body .form_success.kk-success-shell .kk-success-card-content-main h1 {
	color: #c10000 !important;
	font-size: 40px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	margin: 0 0 10px !important;
	display: block !important;
}

#main_body .form_success.kk-success-shell .kk-success-card-content-main h2 {
	color: #c10000 !important;
	font-size: 24px !important;
	font-weight: 700 !important;
}

#main_body .form_success.kk-success-shell .kk-success-card-content-main h1 *,
#main_body .form_success.kk-success-shell .kk-success-card-content-main h2 *,
#main_body .form_success.kk-success-shell .kk-success-card-content-main h3 *,
#main_body .form_success.kk-success-shell .kk-success-card-content-main p * {
	color: #c10000 !important;
}

#main_body .form_success.kk-success-shell .kk-success-card-content h1 {
	color: #c10000 !important;
	font-size: 36px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: left !important;
}

#main_body .form_success.kk-success-shell .kk-success-card-content h3 {
	color: #57463e !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	text-align: left !important;
}

#main_body .form_success.kk-success-shell .kk-success-card-content p {
	color: #4d4641 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	text-align: left !important;
}

@media only screen and (max-width: 767px) {

	#main_body .form_success.kk-success-shell .kk-success-card-content h1,
	#main_body .form_success.kk-success-shell .kk-success-card-content h2,
	#main_body .form_success.kk-success-shell .kk-success-card-content h3,
	#main_body .form_success.kk-success-shell .kk-success-card-content p {
		text-align: center !important;
	}
}

/*** KK 13392 final error block color override. Keep after privacy transparent rules. ***/
#main_body #form_13392 li.error,
#main_body #form_13392 #li_2.error,
#main_body #form_13392 #li_5.error,
#main_body #form_13392 #li_11.kk-privacy-consent-field.error,
#main_body #form_13392 #li_17.error {
	background: #fce6e6 !important;
	border: 1px solid rgba(184, 107, 94, 0.24) !important;
	border-radius: 16px !important;
	margin: 6px 0 !important;
	padding: 10px 12px !important;
}

/*** KK 13392 mobile shell. Keep form-specific visual layout out of shared mobile CSS. ***/
@media only screen and (max-width: 700px) {
	html:has(#form_13392) {
		background: var(--kk-13392-page-bg, #fce3e3) !important;
		background-image: none !important;
	}

	body#main_body.kk-form-13392,
	body#main_body:has(#form_13392) {
		background: none !important;
		margin: 0 !important;
		min-height: 100vh;
		padding: 12px 0 30px !important;
	}

	body#main_body.kk-form-13392 #form_container,
	body#main_body #form_container:has(#form_13392) {
		background: rgba(255, 253, 249, 0.7) !important;
		border: 1px solid rgba(230, 208, 195, 0.8) !important;
		border-radius: 26px !important;
		box-shadow: 0 16px 36px rgba(120, 72, 52, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
		margin: 12px auto 24px !important;
		max-width: calc(100% - 20px) !important;
		overflow: hidden !important;
		padding: 8px !important;
		width: calc(100% - 20px) !important;
	}

	body#main_body #form_container:has(.form_success.kk-success-shell) {
		padding: 8px !important;
	}

	body#main_body.kk-form-13392 .kk-form-header,
	body#main_body.kk-form-13392 .kk-form-footer,
	body#main_body:has(#form_13392) .kk-form-header,
	body#main_body:has(#form_13392) .kk-form-footer {
		background: var(--kk-13392-page-bg-2, #f6d3be) !important;
		margin: 0 !important;
		width: 100% !important;
	}

	body#main_body.kk-form-13392 .kk-form-header,
	body#main_body:has(#form_13392) .kk-form-header {
		border-radius: 18px 18px 0 0 !important;
	}

	body#main_body.kk-form-13392 .kk-form-footer,
	body#main_body:has(#form_13392) .kk-form-footer {
		border-radius: 0 0 18px 18px !important;
	}

	body#main_body.kk-form-13392 .kk-form-header img,
	body#main_body.kk-form-13392 .kk-form-footer img,
	body#main_body:has(#form_13392) .kk-form-header img,
	body#main_body:has(#form_13392) .kk-form-footer img {
		display: block !important;
		height: auto !important;
		width: 100% !important;
	}

	body#main_body.kk-form-13392 form.appnitro,
	body#main_body:has(#form_13392) form.appnitro {
		margin: 0 !important;
		padding: 20px 16px 26px !important;
	}

	body#main_body.kk-form-13392 #form_13392 li,
	body#main_body:has(#form_13392) #form_13392 li {
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

	body#main_body.kk-form-13392 #form_13392 .form_description h2,
	body#main_body:has(#form_13392) #form_13392 .form_description h2 {
		font-size: 21px !important;
		line-height: 1.35 !important;
	}

	body#main_body.kk-form-13392 #form_13392 .form_description p,
	body#main_body:has(#form_13392) #form_13392 .form_description p {
		line-height: 1.38 !important;
	}

	body#main_body.kk-form-13392 #form_13392 .form_description ul,
	body#main_body:has(#form_13392) #form_13392 .form_description ul {
		line-height: 1.42 !important;
		margin-bottom: 0 !important;
		margin-top: 6px !important;
	}

	body#main_body.kk-form-13392 #form_13392 input.text,
	body#main_body.kk-form-13392 #form_13392 textarea.textarea,
	body#main_body.kk-form-13392 #form_13392 select.select,
	body#main_body:has(#form_13392) #form_13392 input.text,
	body#main_body:has(#form_13392) #form_13392 textarea.textarea,
	body#main_body:has(#form_13392) #form_13392 select.select {
		background: #fffcf8 !important;
		border-color: #e6d0c3 !important;
		border-radius: 16px !important;
		color: #5f554f !important;
		font-size: 16px !important;
		min-height: 48px;
		padding: 12px 10px !important;
		width: 100% !important;
	}

	body#main_body.kk-form-13392 #form_13392 li.date_field input.text,
	body#main_body:has(#form_13392) #form_13392 li.date_field input.text {
		width: 58px !important;
	}

	body#main_body.kk-form-13392 #form_13392 li.date_field .date_yyyy input.text,
	body#main_body:has(#form_13392) #form_13392 li.date_field .date_yyyy input.text {
		width: 84px !important;
	}

	body#main_body.kk-form-13392 #form_13392 li.highlighted,
	body#main_body:has(#form_13392) #form_13392 li.highlighted {
		background-color: #f9ecd4 !important;
		border-radius: 18px !important;
		margin: 6px 0 !important;
		padding: 10px !important;
	}

	body#main_body.kk-form-13392 #form_13392 #zipcode1,
	body#main_body:has(#form_13392) #form_13392 #zipcode1 {
		align-items: center;
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 8px;
		max-width: 100%;
	}

	body#main_body.kk-form-13392 #form_13392 #zipcode1 .addr3-county,
	body#main_body.kk-form-13392 #form_13392 #zipcode1 .addr3-area,
	body#main_body:has(#form_13392) #form_13392 #zipcode1 .addr3-county,
	body#main_body:has(#form_13392) #form_13392 #zipcode1 .addr3-area {
		align-self: flex-start;
		box-sizing: border-box;
		flex: 1 1 calc(50% - 4px) !important;
		max-width: calc(50% - 4px) !important;
		min-width: 0;
		width: auto !important;
	}

	body#main_body.kk-form-13392 #form_13392 #zipcode1 .addr3-zip,
	body#main_body:has(#form_13392) #form_13392 #zipcode1 .addr3-zip {
		display: none !important;
	}

	body#main_body.kk-form-13392 #form_13392 #li_11.kk-privacy-consent-field div span,
	body#main_body.kk-form-13392 #form_13392 #li_11.kk-privacy-consent-field div fieldset span,
	body#main_body.kk-form-13392 #form_13392 #li_11.kk-privacy-consent-field .kk-privacy-consent-label span,
	body#main_body:has(#form_13392) #form_13392 #li_11.kk-privacy-consent-field div span,
	body#main_body:has(#form_13392) #form_13392 #li_11.kk-privacy-consent-field div fieldset span,
	body#main_body:has(#form_13392) #form_13392 #li_11.kk-privacy-consent-field .kk-privacy-consent-label span {
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		margin: 0 !important;
		outline: 0 !important;
		padding: 0 !important;
		width: auto !important;
	}

	body#main_body.kk-form-13392 #form_13392 #li_11.kk-privacy-consent-field .kk-privacy-consent-row,
	body#main_body:has(#form_13392) #form_13392 #li_11.kk-privacy-consent-field .kk-privacy-consent-row {
		align-items: center !important;
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 6px !important;
		max-width: 100% !important;
		white-space: normal !important;
		width: 100% !important;
	}

	body#main_body.kk-form-13392 #form_13392 #li_11.kk-privacy-consent-field .kk-privacy-checkbox-visual,
	body#main_body:has(#form_13392) #form_13392 #li_11.kk-privacy-consent-field .kk-privacy-checkbox-visual {
		background: #fff !important;
		border: 2px solid #777 !important;
		border-radius: 4px !important;
		box-shadow: none !important;
		box-sizing: border-box !important;
		flex: 0 0 20px !important;
		height: 20px !important;
		margin: 0 !important;
		padding: 0 !important;
		width: 20px !important;
	}

	body#main_body.kk-form-13392 #form_13392 #li_11.kk-privacy-consent-field .kk-privacy-consent-label,
	body#main_body:has(#form_13392) #form_13392 #li_11.kk-privacy-consent-field .kk-privacy-consent-label {
		box-sizing: border-box !important;
		display: inline-flex !important;
		flex: 1 1 calc(100% - 28px) !important;
		flex-wrap: wrap !important;
		font-size: 18px !important;
		max-width: calc(100% - 28px) !important;
		min-width: 0 !important;
		overflow-wrap: anywhere !important;
		white-space: normal !important;
		width: auto !important;
		word-break: break-word !important;
	}

	body#main_body.kk-form-13392 #form_13392 #li_11.kk-privacy-consent-field .kk-privacy-label-prefix,
	body#main_body:has(#form_13392) #form_13392 #li_11.kk-privacy-consent-field .kk-privacy-label-prefix {
		display: inline !important;
		margin-right: 3px !important;
		white-space: nowrap !important;
	}

	body#main_body.kk-form-13392 #form_13392 #li_11.kk-privacy-consent-field .kk-privacy-terms-text-link,
	body#main_body:has(#form_13392) #form_13392 #li_11.kk-privacy-consent-field .kk-privacy-terms-text-link {
		display: inline !important;
		line-height: inherit !important;
		max-width: 100% !important;
		white-space: normal !important;
		width: auto !important;
	}

	body#main_body.kk-form-13392 #form_13392 #li_11.kk-privacy-consent-accepted .kk-privacy-checkbox-visual,
	body#main_body:has(#form_13392) #form_13392 #li_11.kk-privacy-consent-accepted .kk-privacy-checkbox-visual {
		background: #0d6efd !important;
		border-color: #0d6efd !important;
	}

	body#main_body.kk-form-13392 #form_13392 #li_11 input[type="checkbox"]+label::before,
	body#main_body:has(#form_13392) #form_13392 #li_11 input[type="checkbox"]+label::before {
		content: none !important;
		display: none !important;
	}

	body#main_body.kk-form-13392 #form_13392 #li_17.checkboxes>div,
	body#main_body.kk-form-13392 #form_13392 #li_17.checkboxes fieldset,
	body#main_body:has(#form_13392) #form_13392 #li_17.checkboxes>div,
	body#main_body:has(#form_13392) #form_13392 #li_17.checkboxes fieldset {
		align-items: stretch !important;
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 0 8px !important;
	}

	body#main_body.kk-form-13392 #form_13392 #li_17.checkboxes div span,
	body#main_body.kk-form-13392 #form_13392 #li_17.checkboxes div fieldset span,
	body#main_body:has(#form_13392) #form_13392 #li_17.checkboxes div span,
	body#main_body:has(#form_13392) #form_13392 #li_17.checkboxes div fieldset span {
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		box-sizing: border-box !important;
		flex: 0 0 calc(50% - 4px) !important;
		margin: 0 !important;
		max-width: calc(50% - 4px) !important;
		outline: 0 !important;
		padding: 8px 2px 8px 34px !important;
		position: relative;
		width: calc(50% - 4px) !important;
	}

	body#main_body.kk-form-13392 #form_13392 #li_17 input.checkbox,
	body#main_body:has(#form_13392) #form_13392 #li_17 input.checkbox {
		-webkit-appearance: none !important;
		appearance: none !important;
		height: 1px !important;
		left: 0 !important;
		margin: 0 !important;
		opacity: 0 !important;
		position: absolute !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		visibility: hidden !important;
		width: 1px !important;
	}

	body#main_body.kk-form-13392 #form_13392 #li_17 label.choice,
	body#main_body:has(#form_13392) #form_13392 #li_17 label.choice {
		display: inline-block !important;
		font-size: 16px !important;
		line-height: 1.35 !important;
		margin: 0 !important;
		position: relative !important;
		vertical-align: middle !important;
	}

	body#main_body.kk-form-13392 #form_13392 #li_17 input[type="checkbox"]+label.choice::before,
	body#main_body:has(#form_13392) #form_13392 #li_17 input[type="checkbox"]+label.choice::before {
		background-color: #ccc !important;
		border: 0 !important;
		border-bottom: 0 !important;
		border-radius: 0.3em !important;
		border-right: 0 !important;
		height: 1.2em !important;
		left: -34px !important;
		margin: 0 !important;
		position: absolute !important;
		top: 50% !important;
		-webkit-transform: translateY(-50%) !important;
		-moz-transform: translateY(-50%) !important;
		transform: translateY(-50%) !important;
		width: 1.2em !important;
	}

	body#main_body.kk-form-13392 #form_13392 #li_17 input[type="checkbox"]:checked+label.choice::before,
	body#main_body:has(#form_13392) #form_13392 #li_17 input[type="checkbox"]:checked+label.choice::before {
		background-color: #b86b5e !important;
		border: 0 !important;
		border-bottom: 0 !important;
		border-radius: 0.3em !important;
		border-right: 0 !important;
		height: 1.2em !important;
		-webkit-transform: translateY(-50%) !important;
		-moz-transform: translateY(-50%) !important;
		transform: translateY(-50%) !important;
		width: 1.2em !important;
	}
}