html .cog-cognito.el-message,
:root:root:root:root:root .cog-cognito.el-message {
	display: flex;
	position: fixed;
	left: 50%;
	top: 20px;
	align-items: center;
	justify-content: space-between;
	width: 95%;
	min-width: 280px;
	max-width: 500px;
	border-width: var(--input__border-width);
	border-style: solid;
	border-color: #fff;
	border-radius: var(--border-radius);
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1), 1px 1px 6px 0 rgba(0, 0, 0, .15);
	box-sizing: border-box;
	overflow: hidden;
	padding-right: calc(var(--gutter)/2);
	padding-left: calc(var(--gutter)/2);
	transform: translateX(-50%);
	transition: opacity calc(var(--speed)/4), transform calc(var(--speed)/2)
}

html .cog-cognito.el-message--info,
:root:root:root:root:root .cog-cognito.el-message--info {
	background-image: linear-gradient(to top, hsla(var(--background-hsl), 0.12), hsla(var(--background-hsl), 0.12) 100%), linear-gradient(to top, var(--form__background-color), var(--form__background-color) 100%), linear-gradient(to top, white, white 100%)
}

html .cog-cognito.el-message--success,
:root:root:root:root:root .cog-cognito.el-message--success {
	background-color: var(--success, #e7f9d2);
	color: var(--success-reverse, #314d00)
}

html .cog-cognito.el-message--warning,
:root:root:root:root:root .cog-cognito.el-message--warning {
	background-color: var(--warning, yellow);
	color: var(--warning-reverse, black)
}

html .cog-cognito.el-message--error,
:root:root:root:root:root .cog-cognito.el-message--error {
	background-color: var(--negative);
	border-color: var(--negative-reverse);
	color: var(--negative-reverse)
}

html .cog-cognito.el-message-fade-enter,
html .cog-cognito.el-message-fade-leave-to,
:root:root:root:root:root .cog-cognito.el-message-fade-enter,
:root:root:root:root:root .cog-cognito.el-message-fade-leave-to {
	opacity: 0;
	transform: translate(-50%, -100%)
}

html .cog-cognito .el-message__icon,
:root:root:root:root:root .cog-cognito .el-message__icon {
	display: none
}

html .cog-cognito .el-message__closeBtn,
:root:root:root:root:root .cog-cognito .el-message__closeBtn {
	margin-right: -0.8em;
	padding: .8em;
	cursor: pointer
}

html .cog-cognito .el-message__content,
:root:root:root:root:root .cog-cognito .el-message__content {
	margin: 1em 0
}

html .cog-cognito--styled .cog-header,
:root:root:root:root:root .cog-cognito--styled .cog-header {
	background: var(--header__background-color, transparent);
	color: var(--header__color)
}

html .cog-cognito--styled .cog-header h1,
:root:root:root:root:root .cog-cognito--styled .cog-header h1 {
	font-family: var(--header__font-family, inherit);
	font-size: var(--header__font-size, inherit);
	font-weight: var(--header__font-weight, normal)
}

html .cog-header.cog-wrapper,
:root:root:root:root:root .cog-header.cog-wrapper {
	padding-top: var(--form__margins--responsive);
	padding-bottom: var(--header__padding-bottom)
}

html .cog-header img,
:root:root:root:root:root .cog-header img {
	display: inline-block
}

html .cog-header--center:not(.cog-header--row),
:root:root:root:root:root .cog-header--center:not(.cog-header--row) {
	text-align: center
}

html .cog-header--right,
:root:root:root:root:root .cog-header--right {
	text-align: right
}

html .cog-header--row.cog-header--center,
:root:root:root:root:root .cog-header--row.cog-header--center {
	justify-content: center
}

html .cog-header--row.cog-header--right,
:root:root:root:root:root .cog-header--row.cog-header--right {
	flex-direction: row-reverse
}

html .cog-header--stretch .cog-header__text,
:root:root:root:root:root .cog-header--stretch .cog-header__text {
	padding-top: var(--gutter);
	padding-bottom: var(--gutter)
}

html .cog-header--stretch img,
:root:root:root:root:root .cog-header--stretch img {
	display: block;
	width: 100%
}

html .cog-header--logo-only .cog-header__text,
:root:root:root:root:root .cog-header--logo-only .cog-header__text {
	display: none
}

html .cog-header--column img+.cog-header__text,
:root:root:root:root:root .cog-header--column img+.cog-header__text {
	padding-top: var(--gutter)
}

html .cog-header__description,
:root:root:root:root:root .cog-header__description {
	margin-top: .5em
}

html .cog-header__description>*:last-child,
:root:root:root:root:root .cog-header__description>*:last-child {
	margin-bottom: 0
}

html .cog-form[data-width~="500"] .cog-header--row,
:root:root:root:root:root .cog-form[data-width~="500"] .cog-header--row {
	display: flex;
	align-items: center
}

html .cog-form[data-width~="500"] .cog-header--row.cog-header--center .cog-header__text,
:root:root:root:root:root .cog-form[data-width~="500"] .cog-header--row.cog-header--center .cog-header__text {
	max-width: 55%
}

html .cog-form[data-width~="500"] .cog-header--row img,
:root:root:root:root:root .cog-form[data-width~="500"] .cog-header--row img {
	-ms-flex-negative: 0;
	max-width: 25%
}

html .cog-form[data-width~="500"] .cog-header--row img+.cog-header__text,
:root:root:root:root:root .cog-form[data-width~="500"] .cog-header--row img+.cog-header__text {
	padding-left: var(--gutter)
}

html .cog-form[data-width~="500"] .cog-header--row.cog-header--right img+.cog-header__text,
:root:root:root:root:root .cog-form[data-width~="500"] .cog-header--row.cog-header--right img+.cog-header__text {
	padding-right: var(--gutter);
	padding-left: 0
}

html .cog-form:not([data-width~="500"]) .cog-header--center,
:root:root:root:root:root .cog-form:not([data-width~="500"]) .cog-header--center {
	text-align: center
}

html .cog-form:not([data-width~="500"]) .cog-header--row img,
:root:root:root:root:root .cog-form:not([data-width~="500"]) .cog-header--row img {
	max-height: 25vh
}

html .cog-button--no-style,
:root:root:root:root:root .cog-button--no-style {
	background: transparent;
	border: 0;
	padding: 0;
	font-size: inherit
}

html .cog-button svg,
:root:root:root:root:root .cog-button svg {
	transition: calc(var(--speed)/4)
}

html .cog-button,
:root:root:root:root:root .cog-button {
	margin: 0
}

html .cog-cognito--styled .cog-button--no-style,
:root:root:root:root:root .cog-cognito--styled .cog-button--no-style {
	color: var(--color)
}

html .cog-cognito--styled .cog-button,
:root:root:root:root:root .cog-cognito--styled .cog-button {
	position: relative;
	font-size: var(--button-primary__font-size, inherit);
	font-weight: var(--button-primary__font-weight, normal);
	line-height: calc(var(--line-height) - .1);
	transition: calc(var(--speed)/4)
}

html .cog-cognito--styled .cog-button:focus,
:root:root:root:root:root .cog-cognito--styled .cog-button:focus {
	border-width: var(--border-width);
	border-style: solid;
	border-color: var(--form__background-color);
	box-shadow: 0 0 0 var(--border-width) var(--highlight)
}

html .cog-cognito--styled .cog-button>span,
:root:root:root:root:root .cog-cognito--styled .cog-button>span {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

html .cog-cognito--styled .cog-button__icon,
html .cog-cognito--styled .cog-button__text,
:root:root:root:root:root .cog-cognito--styled .cog-button__icon,
:root:root:root:root:root .cog-cognito--styled .cog-button__text {
	padding: calc(var(--input__padding-v)*.25) calc(var(--input__padding-h)*.1)
}

html .cog-cognito--styled .cog-button__icon svg,
:root:root:root:root:root .cog-cognito--styled .cog-button__icon svg {
	width: 1.7em;
	height: 1.7em;
	font-size: .8em;
	stroke-width: calc(var(--icon-weight)*1.1px)
}

html .cog-cognito--styled .cog-button--primary,
:root:root:root:root:root .cog-cognito--styled .cog-button--primary {
	background: var(--button-primary__background-color, var(--primary));
	border: var(--button-primary__border-width) var(--button-primary__border-color, var(--primary)) solid;
	border-radius: var(--button-primary__border-radius);
	color: var(--button-primary__color, var(--primary-reverse));
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	font-family: var(--button-primary__font-family, inherit)
}

html .cog-cognito--styled .cog-button--primary:hover,
:root:root:root:root:root .cog-cognito--styled .cog-button--primary:hover {
	border-color: var(--button-primary__color, var(--primary-reverse))
}

html .cog-cognito--styled .cog-button--primary,
html .cog-cognito--styled .cog-page__navigation .cog-button,
:root:root:root:root:root .cog-cognito--styled .cog-button--primary,
:root:root:root:root:root .cog-cognito--styled .cog-page__navigation .cog-button {
	min-width: 80px;
	padding: calc(var(--input__padding-v)*.75) calc(var(--input__padding-h)*.75)
}

html .cog-cognito--styled .cog-button--secondary,
:root:root:root:root:root .cog-cognito--styled .cog-button--secondary {
	min-width: 55px;
	background: var(--button-secondary__background-color, var(--primary-reverse));
	border: var(--button-secondary__border-width) var(--button-secondary__border-color, var(--primary)) solid;
	border-radius: var(--button-secondary__border-radius);
	padding: calc(var(--input__padding-v)*.5) calc(var(--input__padding-h)*.7);
	color: var(--button-secondary__color, var(--primary));
	font-family: var(--button-secondary__font-family, inherit)
}

html .cog-cognito--styled .cog-button--secondary:hover,
:root:root:root:root:root .cog-cognito--styled .cog-button--secondary:hover {
	box-shadow: inset 0 0 0 1px var(--button-secondary__color, var(--primary))
}

html .cog-cognito--styled .cog-button--no-text,
:root:root:root:root:root .cog-cognito--styled .cog-button--no-text {
	min-width: 0
}

html .cog-cognito--styled .cog-button[disabled],
html .cog-cognito--styled .cog-button--no-style[disabled],
:root:root:root:root:root .cog-cognito--styled .cog-button[disabled],
:root:root:root:root:root .cog-cognito--styled .cog-button--no-style[disabled] {
	cursor: not-allowed;
	opacity: .6
}

html .cog-cognito.el-select-dropdown,
:root:root:root:root:root .cog-cognito.el-select-dropdown {
	transition: transform calc(var(--speed)/4), opacity calc(var(--speed)/4)
}

html .cog-cognito.el-zoom-in-top-enter-active,
html .cog-cognito.el-zoom-in-top-leave-active,
html .cog-cognito .el-zoom-in-top-enter-active,
html .cog-cognito .el-zoom-in-top-leave-active,
:root:root:root:root:root .cog-cognito.el-zoom-in-top-enter-active,
:root:root:root:root:root .cog-cognito.el-zoom-in-top-leave-active,
:root:root:root:root:root .cog-cognito .el-zoom-in-top-enter-active,
:root:root:root:root:root .cog-cognito .el-zoom-in-top-leave-active {
	opacity: 1;
	transform: scaleY(1);
	transform-origin: center top
}

html .cog-cognito.el-zoom-in-top-enter,
html .cog-cognito.el-zoom-in-top-leave-active,
html .cog-cognito .el-zoom-in-top-enter,
html .cog-cognito .el-zoom-in-top-leave-active,
:root:root:root:root:root .cog-cognito.el-zoom-in-top-enter,
:root:root:root:root:root .cog-cognito.el-zoom-in-top-leave-active,
:root:root:root:root:root .cog-cognito .el-zoom-in-top-enter,
:root:root:root:root:root .cog-cognito .el-zoom-in-top-leave-active {
	opacity: 0;
	transform: scaleY(0)
}

html .cog-cognito .slide-enter-active,
:root:root:root:root:root .cog-cognito .slide-enter-active {
	animation: expand calc(var(--speed)/2)
}

html .cog-cognito .slide-leave-active,
:root:root:root:root:root .cog-cognito .slide-leave-active {
	animation: cog-expand calc(var(--speed)/2) reverse
}

html .cog-fade-enter-active,
html .cog-fade-leave-active,
:root:root:root:root:root .cog-fade-enter-active,
:root:root:root:root:root .cog-fade-leave-active {
	transition: opacity calc(var(--speed)/4)
}

html .cog-fade-enter,
html .cog-fade-leave-to,
:root:root:root:root:root .cog-fade-enter,
:root:root:root:root:root .cog-fade-leave-to {
	opacity: 0
}

@keyframes cog-expand {
	0% {
		transform: scaleY(0)
	}

	100% {
		transform: scaleY(1)
	}
}

@keyframes cog-fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes cog-fade-out {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes cog-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(359deg)
	}
}

@keyframes cog-shake {

	from,
	to {
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-3px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(3px, 0, 0)
	}
}

@keyframes cog-tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes cog-zoom {
	0% {
		opacity: 0;
		transform: scale(1.1)
	}

	100% {
		opacity: 1;
		transform: scale(1)
	}
}

html .cog-button__status-icon,
:root:root:root:root:root .cog-button__status-icon {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto
}

html .cog-button--has-status[class*=is-] .cog-button__text,
html .cog-button--has-status[class*=is-] .cog-button__icon,
:root:root:root:root:root .cog-button--has-status[class*=is-] .cog-button__text,
:root:root:root:root:root .cog-button--has-status[class*=is-] .cog-button__icon {
	opacity: .3
}

html .cog-button__status-icon.is-validating,
:root:root:root:root:root .cog-button__status-icon.is-validating {
	animation: cog-spin calc(var(--speed)*1.5) infinite linear;
	fill: currentcolor;
	stroke: transparent
}

html .cog-button__status-icon.is-success,
:root:root:root:root:root .cog-button__status-icon.is-success {
	animation: cog-tada var(--speed)
}

html .cog-button.is-error,
:root:root:root:root:root .cog-button.is-error {
	animation: cog-shake var(--speed)
}

html .cog-button__status-icon.is-error,
:root:root:root:root:root .cog-button__status-icon.is-error {
	transform: scale(1.3)
}

html .cog-form--show-all-pages .cog-page+.cog-page,
:root:root:root:root:root .cog-form--show-all-pages .cog-page+.cog-page {
	margin-top: calc(var(--gutter) - calc(var(--gutter) / 4))
}

html .cog-page,
:root:root:root:root:root .cog-page {
	width: 100%
}

html .cog-page::after,
:root:root:root:root:root .cog-page::after {
	display: block;
	clear: both;
	content: ""
}

html .cog-page[data-page]::after,
:root:root:root:root:root .cog-page[data-page]::after {
	padding-top: calc(var(--gutter)/2);
	content: attr(data-page);
	font-size: var(--small-text);
	text-align: right
}

html .cog-page.cog-page-enter-active,
html .cog-page.cog-page-leave-active,
:root:root:root:root:root .cog-page.cog-page-enter-active,
:root:root:root:root:root .cog-page.cog-page-leave-active {
	transition: all ease-in-out var(--speed)
}

html .cog-form:not(.is-success) .cog-page.cog-transition-enter-active,
html .cog-form:not(.is-success) .cog-page-transition .cog-page,
:root:root:root:root:root .cog-form:not(.is-success) .cog-page.cog-transition-enter-active,
:root:root:root:root:root .cog-form:not(.is-success) .cog-page-transition .cog-page {
	position: absolute
}

html .cog-transition-ltr.cog-page-enter,
:root:root:root:root:root .cog-transition-ltr.cog-page-enter {
	opacity: 0;
	transform: translateX(-120%)
}

html .cog-transition-ltr.cog-page+.cog-transition-ltr.cog-page-leave-to,
:root:root:root:root:root .cog-transition-ltr.cog-page+.cog-transition-ltr.cog-page-leave-to {
	transform: translateX(100%)
}

html .cog-transition-ltr.cog-page+.cog-transition-ltr.cog-page-enter,
:root:root:root:root:root .cog-transition-ltr.cog-page+.cog-transition-ltr.cog-page-enter {
	transform: translateX(100%)
}

html .cog-transition-ltr.cog-page-leave-to,
:root:root:root:root:root .cog-transition-ltr.cog-page-leave-to {
	opacity: 0;
	transform: translateX(-120%)
}

html .is-validating .cog-page,
:root:root:root:root:root .is-validating .cog-page {
	opacity: .4
}

html .is-success:not(.cog-form--confirmation-has-entry-details) .cog-page:not(.cog-confirmation),
:root:root:root:root:root .is-success:not(.cog-form--confirmation-has-entry-details) .cog-page:not(.cog-confirmation) {
	display: none
}

html .cog-form--confirmation-has-entry-details .cog-page,
:root:root:root:root:root .cog-form--confirmation-has-entry-details .cog-page {
	opacity: 0;
	animation-name: cog-fade-in;
	animation-duration: calc(var(--speed)/2);
	animation-fill-mode: forwards;
	transition: none
}

html .cog-form--confirmation-has-entry-details .cog-page[data-page]::after,
:root:root:root:root:root .cog-form--confirmation-has-entry-details .cog-page[data-page]::after {
	content: none
}

html .cog-form--confirmation-has-entry-details .cog-page:not(.cog-confirmation),
:root:root:root:root:root .cog-form--confirmation-has-entry-details .cog-page:not(.cog-confirmation) {
	animation-delay: var(--speed)
}

html .grecaptcha-badge,
:root:root:root:root:root .grecaptcha-badge {
	display: none
}

html .cog-page__navigation,
:root:root:root:root:root .cog-page__navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: calc(var(--gutter)/2)
}

html .cog-page__navigation .cog-button,
:root:root:root:root:root .cog-page__navigation .cog-button {
	margin-top: calc(var(--gutter)/2)
}

html .cog-page__navigation .cog-button:not(:last-child),
:root:root:root:root .cog-page__navigation .cog-button:not(:last-child) {
	margin-right: calc(var(--gutter)/2)
}

html .cog-page__navigation.is-being-measured .cog-button--navigation,
:root:root:root:root:root .cog-page__navigation.is-being-measured .cog-button--navigation {
	transition: none
}

html .cog-button--save,
:root:root:root:root:root .cog-button--save {
	margin-left: auto
}

html .cog-submission-warning,
:root:root:root:root:root .cog-submission-warning {
	padding-top: calc(var(--gutter)/2);
	font-size: var(--small-text)
}

html .cog-form--paypal-button [type=submit],
:root:root:root:root:root .cog-form--paypal-button [type=submit] {
	width: 200px;
	height: 35px;
	background: no-repeat url(https://static.cognitoforms.com/form/modern/paypal-logo.svg?cde5e44ec811294e6300cf785e178c32) center center #ffc439;
	background-size: 66px;
	border: 0;
	border-radius: 18px;
	transition: none
}

html .cog-form--paypal-button [type=submit]:hover,
:root:root:root:root:root .cog-form--paypal-button [type=submit]:hover {
	background-color: #f2ba36
}

html .cog-form--paypal-button [type=submit] .cog-button__text,
:root:root:root:root:root .cog-form--paypal-button [type=submit] .cog-button__text {
	opacity: 0
}

html .cog-page__navigation--condensed .cog-button,
:root:root:root:root:root .cog-page__navigation--condensed .cog-button {
	width: 100%;
	margin-right: 0
}

html .cog-field__placeholder-inner,
:root:root:root:root:root .cog-field__placeholder-inner {
	margin: 0;
	outline-width: var(--input__border-width, var(--border-width));
	padding-top: var(--input__padding-v);
	padding-bottom: var(--input__padding-v);
	font-family: var(--font-family, inherit);
	font-size: var(--input__font-size, inherit);
	font-weight: inherit;
	line-height: var(--input__line-height);
	background: var(--input__background-color);
	border-width: var(--input__border-width-top, var(--input__border-width)) var(--input__border-width-right, var(--input__border-width)) var(--input__border-width-bottom, var(--input__border-width)) var(--input__border-width-left, var(--input__border-width));
	border-style: var(--input__border-style);
	border-color: var(--input__border-color);
	box-shadow: var(--input__box-shadow);
	padding-right: var(--input__padding-h);
	padding-left: var(--input__padding-h);
	color: var(--input__color, inherit);
	transition: border-color .3s, box-shadow .3s;
	-webkit-appearance: none;
	border-radius: var(--input__border-radius);
	position: relative;
	background: hsla(var(--background-hsl), 0.2);
	border-color: transparent;
	overflow: hidden
}

html .cog-field__placeholder-inner::placeholder,
:root:root:root:root:root .cog-field__placeholder-inner::placeholder {
	color: var(--placeholder__color)
}

html .cog-field__placeholder-inner::-ms-input-placeholder,
:root:root:root:root:root .cog-field__placeholder-inner::-ms-input-placeholder {
	color: var(--placeholder__color)
}

html .cog-field__placeholder-inner:-ms-input-placeholder,
:root:root:root:root:root .cog-field__placeholder-inner:-ms-input-placeholder {
	color: var(--placeholder__color) !important
}

html .cog-field__placeholder-inner::-moz-placeholder,
:root:root:root:root:root .cog-field__placeholder-inner::-moz-placeholder {
	opacity: 1
}

html .cog-field__placeholder-inner:focus,
html .cog-field__placeholder-inner.is-focus,
html .cog-field__placeholder-inner.StripeElement--focus,
html .cog-field__placeholder-inner.c-square-input--focus,
:root:root:root:root:root .cog-field__placeholder-inner:focus,
:root:root:root:root:root .cog-field__placeholder-inner.is-focus,
:root:root:root:root:root .cog-field__placeholder-inner.StripeElement--focus,
:root:root:root:root:root .cog-field__placeholder-inner.c-square-input--focus {
	border-color: var(--highlight);
	box-shadow: var(--input-focus__box-shadow)
}

html .cog-file .cog-field__placeholder-inner,
:root:root:root:root:root .cog-file .cog-field__placeholder-inner {
	min-height: calc(var(--input__line-height)*var(--button-primary__font-size) + var(--input__padding-v)*2 + var(--gutter)*1.125)
}

html .cog-signature .cog-field__placeholder-inner,
:root:root:root:root:root .cog-signature .cog-field__placeholder-inner {
	padding-top: 54.5%;
	padding-top: clamp(130px, 54.5%, 270px);
	line-height: 0
}

html .cog-address .cog-field__placeholder-inner,
:root:root:root:root:root .cog-address .cog-field__placeholder-inner {
	min-height: calc(var(--input__padding-v)*6 + var(--line-height)*var(--input__font-size)*3 + var(--input__border-width)*6 + var(--gutter))
}

html .cog-field__placeholder .cog-icon,
:root:root:root:root:root .cog-field__placeholder .cog-icon {
	position: absolute;
	bottom: calc(50% - 15px);
	left: 0;
	top: calc(50% - 15px);
	width: 100%;
	height: 30px;
	animation: cog-spin 2s linear infinite;
	fill: hsla(var(--background-hsl), 0.7);
	stroke: transparent
}

html :not(:first-child)+.cog-field__placeholder,
:root:root:root:root:root :not(:first-child)+.cog-field__placeholder {
	display: none
}

html .cog-section__placeholder,
:root:root:root:root:root .cog-section__placeholder {
	width: 100%;
	min-height: 200px;
	background: hsla(var(--background-hsl), 0.2);
	margin-bottom: var(--gutter)
}

html .cog-section+.cog-section__placeholder,
html .cog-table+.cog-section__placeholder,
:root:root:root:root:root .cog-section+.cog-section__placeholder,
:root:root:root:root:root .cog-table+.cog-section__placeholder {
	display: none
}

html .cog-table .cog-lookup--loading.is-read-only .cog-field__placeholder-inner,
:root:root:root:root:root .cog-table .cog-lookup--loading.is-read-only .cog-field__placeholder-inner {
	background: transparent;
	padding: 0;
	transform: scale(1.5)
}

html .cog-table .cog-lookup--loading.is-read-only .cog-icon,
:root:root:root:root:root .cog-table .cog-lookup--loading.is-read-only .cog-icon {
	bottom: 0;
	top: 0;
	height: 100%
}

html .cog-error-message,
:root:root:root:root:root .cog-error-message {
	background: var(--negative);
	padding: calc(var(--gutter)/4);
	color: var(--negative-reverse);
	font-size: var(--small-text)
}

html .cog-error-message--container-footer,
:root:root:root:root:root .cog-error-message--container-footer {
	border-radius: 0 0 var(--border-radius) var(--border-radius)
}

html .cog-error-message--inline,
:root:root:root:root:root .cog-error-message--inline {
	border-radius: calc(var(--border-radius)*.5);
	padding: .2em .4em;
	white-space: nowrap
}

html .cog-hidden-validation .cog-error-message--container-footer,
:root:root:root:root:root .cog-hidden-validation .cog-error-message--container-footer {
	width: 100%;
	margin-left: 0
}

html .cog-col.is-required,
:root:root:root:root:root .cog-col.is-required {
	transition: transform calc(var(--speed)/4)
}

html .cog-col.is-error:not(.cog-hidden-validation),
:root:root:root:root:root .cog-col.is-error:not(.cog-hidden-validation) {
	margin-top: calc(var(--gutter)/4);
	margin-bottom: calc(var(--gutter)/2 + 3px);
	transition: margin calc(var(--speed)/2)
}

html .cog-col.is-error:not(.cog-hidden-validation)::before,
html .cog-col.is-error:not(.cog-hidden-validation)::after,
:root:root:root:root:root .cog-col.is-error:not(.cog-hidden-validation)::before,
:root:root:root:root:root .cog-col.is-error:not(.cog-hidden-validation)::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: var(--border-radius);
	content: ""
}

html .cog-form--light-background .cog-col.is-error::before,
:root:root:root:root:root .cog-form--light-background .cog-col.is-error::before {
	background: #fff;
	outline: #fff calc(var(--gutter)/2 - 3px) solid;
	opacity: .8
}

html .cog-form--light-background .cog-col.is-error::after,
:root:root:root:root:root .cog-form--light-background .cog-col.is-error::after {
	background: var(--negative);
	outline: var(--negative) calc(var(--gutter)/2 - 3px) solid;
	opacity: .1
}

html .cog-form--dark-background .cog-col.is-error::before,
:root:root:root:root:root .cog-form--dark-background .cog-col.is-error::before {
	background: var(--negative);
	outline: var(--negative) calc(var(--gutter)/2 - 3px) solid;
	opacity: .5
}

html .cog-form--dark-background .cog-col.is-error::after,
:root:root:root:root:root .cog-form--dark-background .cog-col.is-error::after {
	background: #000;
	outline: #000 calc(var(--gutter)/2 - 3px) solid;
	opacity: .1
}

html .cog-cognito--styled .cog-error-message--container-footer,
:root:root:root:root:root .cog-cognito--styled .cog-error-message--container-footer {
	opacity: 1;
	transition: calc(var(--speed)/2)
}

html .cog-cognito--styled .cog-error-message-enter-active,
html .cog-cognito--styled .cog-error-message-leave-active,
:root:root:root:root:root .cog-cognito--styled .cog-error-message-enter-active,
:root:root:root:root:root .cog-cognito--styled .cog-error-message-leave-active {
	max-height: 4em
}

html .cog-cognito--styled .cog-error-message-enter,
html .cog-cognito--styled .cog-error-message-leave-to,
:root:root:root:root:root .cog-cognito--styled .cog-error-message-enter,
:root:root:root:root:root .cog-cognito--styled .cog-error-message-leave-to {
	max-height: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0
}

html .cog-cognito--styled .cog-section.is-error:focus::before,
html .cog-cognito--styled .cog-section.is-error:focus::after,
:root:root:root:root:root .cog-cognito--styled .cog-section.is-error:focus::before,
:root:root:root:root:root .cog-cognito--styled .cog-section.is-error:focus::after {
	outline-style: double
}

html .cog-cognito--styled .cog-field.is-error .el-input__inner:focus,
html .cog-cognito--styled .cog-field.is-error .el-textarea__inner:focus,
:root:root:root:root:root .cog-cognito--styled .cog-field.is-error .el-input__inner:focus,
:root:root:root:root:root .cog-cognito--styled .cog-field.is-error .el-textarea__inner:focus {
	border-color: var(--negative)
}

html .cog-field,
html .cog-section,
:root:root:root:root:root .cog-field,
:root:root:root:root:root .cog-section {
	position: relative;
	z-index: 0
}

html .cog-field,
:root:root:root:root:root .cog-field {
	min-width: 5.2em
}

html .cog-input,
:root:root:root:root:root .cog-input {
	margin-bottom: calc(var(--gutter)/4);
	padding-top: calc(var(--gutter)/4)
}

html [data-old-safari] .cog-input .cog-input,
:root:root:root:root:root [data-old-safari] .cog-input .cog-input {
	margin: 0 !important;
	padding: 0 !important
}

html .cog-input .cog-input,
:root:root:root:root:root .cog-input .cog-input {
	padding: 0
}

html .cog-form:not([data-old-safari]) .cog-field .cog-row,
:root:root:root:root:root .cog-form:not([data-old-safari]) .cog-field .cog-row {
	column-gap: calc(var(--gutter)/2)
}

html [data-old-safari] .cog-field .cog-row,
:root:root:root:root:root [data-old-safari] .cog-field .cog-row {
	width: calc(100% + calc(var(--gutter) / 2));
	margin-left: calc(var(--gutter)*-0.25)
}

html [data-old-safari] .cog-field .cog-row .cog-input,
:root:root:root:root:root [data-old-safari] .cog-field .cog-row .cog-input {
	padding-right: calc(var(--gutter)/4);
	padding-left: calc(var(--gutter)/4)
}

html .cog-input--full,
:root:root:root:root:root .cog-input--full {
	flex: 0 1 100%
}

html .cog-input--long,
:root:root:root:root:root .cog-input--long {
	flex: 3 1 12em
}

html .cog-input--medium,
:root:root:root:root:root .cog-input--medium {
	flex: 1 0 7em
}

html .cog-input--small,
:root:root:root:root:root .cog-input--small {
	flex: 1 0 5em
}

html .cog-input--tiny,
:root:root:root:root:root .cog-input--tiny {
	flex: 1 0 3.75em
}

html .cog-label,
:root:root:root:root:root .cog-label {
	display: block;
	padding-top: calc(var(--gutter)/4);
	color: var(--label__color, inherit);
	font-family: var(--label__font-family, inherit);
	font-size: var(--label__font-size, inherit);
	font-weight: var(--label__font-weight, normal)
}

html .is-required .cog-label,
:root:root:root:root:root .is-required .cog-label {
	padding-right: .6em
}

html .cog-asterisk,
:root:root:root:root:root .cog-asterisk {
	position: absolute;
	margin-left: .2em;
	content: "*";
	color: var(--negative)
}

html .cog-helptext,
:root:root:root:root:root .cog-helptext {
	margin-bottom: calc(var(--gutter)/4);
	font-size: var(--small-text)
}

html .cog-cognito--styled .cog-field,
:root:root:root:root:root .cog-cognito--styled .cog-field {
	border-radius: var(--border-radius)
}

html .cog-form fieldset,
:root:root:root:root:root .cog-form fieldset {
	border: 0
}

html .cog-form fieldset,
html .cog-form figure,
:root:root:root:root:root .cog-form fieldset,
:root:root:root:root:root .cog-form figure {
	margin: 0;
	padding: 0
}

html .cog-form legend,
:root:root:root:root:root .cog-form legend {
	display: block;
	width: 100%;
	float: left;
	padding-right: 0;
	padding-left: 0
}

html .cog-form legend+*,
:root:root:root:root:root .cog-form legend+* {
	clear: both
}

html .cog-inner-col--no-css-columns>*,
:root:root:root:root:root .cog-inner-col--no-css-columns>* {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 1em)
}

html .cog-inner-col--no-css-columns.cog-inner-col--1 .cog-inner-col__item,
:root:root:root:root:root .cog-inner-col--no-css-columns.cog-inner-col--1 .cog-inner-col__item {
	width: 100%
}

html .cog-inner-col--no-css-columns.cog-inner-col--2 .cog-inner-col__item,
:root:root:root:root:root .cog-inner-col--no-css-columns.cog-inner-col--2 .cog-inner-col__item {
	width: 50%
}

html .cog-inner-col--no-css-columns.cog-inner-col--3 .cog-inner-col__item,
:root:root:root:root:root .cog-inner-col--no-css-columns.cog-inner-col--3 .cog-inner-col__item {
	width: 33.333%
}

html .cog-inner-col--no-css-columns.cog-inner-col--4 .cog-inner-col__item,
:root:root:root:root:root .cog-inner-col--no-css-columns.cog-inner-col--4 .cog-inner-col__item {
	width: 25%
}

html .cog-inner-col--css-columns.cog-inner-col--1,
:root:root:root:root:root .cog-inner-col--css-columns.cog-inner-col--1 {
	columns: 1 130px
}

html .cog-inner-col--css-columns.cog-inner-col--2,
:root:root:root:root:root .cog-inner-col--css-columns.cog-inner-col--2 {
	columns: 2 130px
}

html .cog-inner-col--css-columns.cog-inner-col--3,
:root:root:root:root:root .cog-inner-col--css-columns.cog-inner-col--3 {
	columns: 3 130px
}

html .cog-inner-col--css-columns.cog-inner-col--4,
:root:root:root:root:root .cog-inner-col--css-columns.cog-inner-col--4 {
	columns: 4 130px
}

html :not(:empty)+.cog-choice__placeholder,
:root:root:root:root:root :not(:empty)+.cog-choice__placeholder {
	display: none
}

html .cog-inner-col .cog-choice__checkable-placeholder,
:root:root:root:root:root .cog-inner-col .cog-choice__checkable-placeholder {
	width: 100%
}

html .cog-choice__checkable-placeholder,
:root:root:root:root:root .cog-choice__checkable-placeholder {
	margin-bottom: calc(var(--gutter)/2);
	padding-top: 1px
}

html .cog-choice__checkable-placeholder span,
:root:root:root:root:root .cog-choice__checkable-placeholder span {
	background: hsla(var(--background-hsl), 0.12);
	padding-left: calc(var(--checkable__scale)*1.5em);
	color: transparent
}

html .cog-choice__checkable-placeholder:not(:last-child),
:root:root:root:root:root .cog-choice__checkable-placeholder:not(:last-child) {
	margin-right: 12px
}

html :not(.cog-inner-col)>.cog-choice__checkable-placeholder,
:root:root:root:root:root :not(.cog-inner-col)>.cog-choice__checkable-placeholder {
	display: inline-block
}

html .cog-choice__allow-other-placeholder,
:root:root:root:root:root .cog-choice__allow-other-placeholder {
	display: inline-block
}

html .cog-choice__allow-other-placeholder>div,
:root:root:root:root:root .cog-choice__allow-other-placeholder>div {
	width: 130px
}

html .cog-slide-transition,
:root:root:root:root:root .cog-slide-transition {
	display: block !important;
	min-height: 0 !important;
	max-height: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	overflow: hidden !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	opacity: 0 !important
}

html .cog-form[data-width~="800"] .cog-slide-transition,
:root:root:root:root:root .cog-form[data-width~="800"] .cog-slide-transition {
	min-width: 0 !important;
	max-width: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important
}






.cog-10 {
	--background-hsl: 0, 0%, 80%;
	--border-radius: 0px;
	--border-width: 1px;
	--color: #000000;
	--font-family: 'Open Sans', Helvetica, sans-serif;
	--font-size: 16px;
	--font-weight: normal;
	--gutter: 25px;
	--highlight: hsl(206, 100%, 55%);
	--highlight-reverse: hsl(0, 0%, 100%);
	--icon-weight: .9;
	--line-height: 1.4;
	--negative: hsl(2, 70%, 47%);
	--negative-reverse: white;
	--primary: #4aad5a;
	--primary-reverse: #FFFFFF;
	--small-text: .85em;
	--speed: 1s;
	--a__color: #4aad5a;
	--a__font-family: ;
	--a__font-size: 0.88em;
	--a__font-weight: normal;
	--checkable__border-color: #bbb;
	--checkbox__border-radius: calc(var(--input__border-radius) * .2);
	--checkable__scale: 1;
	--checkable-checked__scale: 1.1;
	--button-primary__background-color: #4aad5a;
	--button-primary__border-color: #4aad5a;
	--button-primary__border-width: var(--border-width);
	--button-primary__border-radius: calc(var(--border-radius) + 3px);
	--button-primary__color: #FFFFFF;
	--button-primary__font-family: 'Open Sans', Helvetica, sans-serif;
	--button-primary__font-size: 1.38em;
	--button-primary__font-weight: bold;
	--button-secondary__background-color: #FFFFFF;
	--button-secondary__border-color: #4aad5a;
	--button-secondary__border-radius: calc(var(--border-radius) + 3px);
	--button-secondary__border-width: var(--border-width);
	--button-secondary__color: #4aad5a;
	--button-secondary__font-family: 'Open Sans', Helvetica, sans-serif;
	--button-secondary__font-size: 1.38em;
	--button-secondary__font-weight: bold;
	--form__background-color: rgba(255, 255, 255, 1);
	--form__margins: 0px;
	--form__margins--responsive: 0px;
	--form__opacity: 1;
	--form__width: 2000px;
	--h2__font-size: 1.25em;
	--header__background-color: rgba(0, 0, 0, 0);
	--header__padding-bottom: 0;
	--header__color: #000000;
	--header__font-family: 'Open Sans', Helvetica, sans-serif;
	--header__font-size: 1.5em;
	--header__font-weight: bold;
	--heading__base-size: 1.25em;
	--heading__color: #000000;
	--heading__font-family: 'Open Sans', Helvetica, sans-serif;
	--heading__font-size: 1.25em;
	--heading__font-weight: bold;
	--input__background-color: white;
	--input__border-color: #ccc;
	--input__border-radius: calc(var(--border-radius) * .75);
	--input__border-style: solid;
	--input__border-width: var(--border-width);
	--input__box-shadow: none;
	--input__color: #333;
	--input__line-height: calc(var(--line-height) - .1);
	--input__padding-h: 10px;
	--input__padding-v: 8px;
	--input-focus__box-shadow: 0 0 1px 2px var(--input__background-color);
	--label__color: #000000;
	--label__font-family: 'Open Sans', Helvetica, sans-serif;
	--label__font-size: 1em;
	--label__font-weight: bold;
	--page__background-color: rgba(204, 204, 204, 1);
	--page__background-image: none;
	--page__background-size: cover;
	--page__margins: 40px auto auto;
	--placeholder__color: #cccccc;
	--toggle__border-radius: var(--input__border-radius);
	--input-highlight: var(--highlight);
	--input-highlight-reverse: transparent;
	--background-hsl: 0, 0%, 80%;
	--color: inherit;
	--font-family: inherit;
	--font-size: inherit;
	--font-weight: inherit;
	--form__background-color: transparent;
	--header__padding-bottom: 0;
	--heading__color: inherit;
	--heading__font-family: inherit;
	--input__padding-v: 0px;
	--label__color: inherit;
	--label__font-family: inherit;
	--label__font-size: inherit;
	--label__font-weight: inherit;
	--negative: hsl(2, 70%, 47%);
	--negative-reverse: white;
	--highlight: black;
	--input-focus__box-shadow: 0 0 0 1px black;
	--page__background-color: transparent;
}

html .cog-content pre,
:root:root:root:root:root .cog-content pre {
	white-space: pre-wrap
}

html .cog-i-file__paper,
:root:root:root:root:root .cog-i-file__paper {
	fill: #fff;
	stroke: #bdcccc;
	stroke-width: calc(var(--icon-weight)*.8px)
}

html .cog-i-file__extension,
:root:root:root:root:root .cog-i-file__extension {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 7px;
	text-align: center;
	text-transform: uppercase;
	fill: #fff;
	text-anchor: middle
}

html .cog-i-file__shadow,
:root:root:root:root:root .cog-i-file__shadow {
	opacity: .4;
	stroke: #000
}

html .cog-i-file__color,
:root:root:root:root:root .cog-i-file__color {
	width: 20px;
	height: 8.91px
}

html .cog-i-file--dark-text .cog-i-file__extension,
:root:root:root:root:root .cog-i-file--dark-text .cog-i-file__extension {
	fill: #000
}

html .cog-i-file--dark-text .cog-i-file__shadow,
:root:root:root:root:root .cog-i-file--dark-text .cog-i-file__shadow {
	opacity: .1
}

html .cog-i-file__format-symbol path,
html .cog-i-file__format-symbol rect,
:root:root:root:root:root .cog-i-file__format-symbol path,
:root:root:root:root:root .cog-i-file__format-symbol rect {
	fill: #d0dbdb
}

html .cog-i-file__format-symbol line,
html .cog-i-file__format-symbol polyline,
:root:root:root:root:root .cog-i-file__format-symbol line,
:root:root:root:root:root .cog-i-file__format-symbol polyline {
	stroke: #d0dbdb
}

html .cog-i-file__format-symbol--data rect,
:root:root:root:root:root .cog-i-file__format-symbol--data rect {
	width: 4.51px;
	height: 2.4px
}

html .cog-i-file__format-symbol--archive rect,
:root:root:root:root:root .cog-i-file__format-symbol--archive rect {
	width: 2.29px;
	height: 1.28px
}

html .cog-i-file__vector-handle-square,
:root:root:root:root:root .cog-i-file__vector-handle-square {
	width: 2px;
	height: 2px
}

html .cog-confirmation__documents,
:root:root:root:root:root .cog-confirmation__documents {
	margin-top: calc(var(--gutter)*.666);
	list-style: none
}

html .cog-confirmation__documents li,
:root:root:root:root:root .cog-confirmation__documents li {
	margin-bottom: calc(var(--gutter)/2)
}

html .cog-confirmation .cog-payment>.cog-section__inner,
:root:root:root:root:root .cog-confirmation .cog-payment>.cog-section__inner {
	padding-bottom: 0
}

html .cog-confirmation hr,
:root:root:root:root:root .cog-confirmation hr {
	margin-top: var(--gutter);
	margin-bottom: 0
}

html .cog-checkable,
:root:root:root:root:root .cog-checkable {
	margin: 0;
	padding-top: calc(var(--gutter)/4)
}

html .cog-checkable.is-read-only [class*=__input],
:root:root:root:root:root .cog-checkable.is-read-only [class*=__input] {
	display: none
}

html .cog-checkable .el-radio,
html .cog-checkable .el-checkbox,
:root:root:root:root:root .cog-checkable .el-radio,
:root:root:root:root:root .cog-checkable .el-checkbox {
	margin-bottom: calc(var(--gutter)/4);
	padding-left: calc(var(--checkable__scale)*2.5px)
}

html .cog-cognito--styled .cog-checkable .el-checkbox__input,
html .cog-cognito--styled .cog-checkable .el-radio__input,
:root:root:root:root:root .cog-cognito--styled .cog-checkable .el-checkbox__input,
:root:root:root:root:root .cog-cognito--styled .cog-checkable .el-radio__input {
	position: absolute;
	border-radius: 50%;
	margin-top: 2px
}

html .cog-checkable--inline .el-radio,
html .cog-checkable--inline .el-checkbox,
:root:root:root:root:root .cog-checkable--inline .el-radio,
:root:root:root:root:root .cog-checkable--inline .el-checkbox {
	display: inline-block;
	vertical-align: top
}

html .cog-checkable--inline .el-radio:not(:last-child),
html .cog-checkable--inline .el-checkbox:not(:last-child),
:root:root:root:root:root .cog-checkable--inline .el-radio:not(:last-child),
:root:root:root:root:root .cog-checkable--inline .el-checkbox:not(:last-child) {
	padding-right: calc(1em*var(--checkable__scale))
}

html .cog-inner-col--no-css-columns .el-radio,
html .cog-inner-col--no-css-columns .el-checkbox,
:root:root:root:root:root .cog-inner-col--no-css-columns .el-radio,
:root:root:root:root:root .cog-inner-col--no-css-columns .el-checkbox {
	padding-right: calc(1em*var(--checkable__scale))
}

html .cog-inner-col label,
:root:root:root:root:root .cog-inner-col label {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 100%;
	padding-top: calc(var(--checkable__scale)*.7em - 1em);
	padding-bottom: 4px
}

html .cog-checkable__allow-other .el-radio__label,
html .cog-checkable__allow-other .el-checkbox__label,
:root:root:root:root:root .cog-checkable__allow-other .el-radio__label,
:root:root:root:root:root .cog-checkable__allow-other .el-checkbox__label {
	width: 100%
}

html .cog-cognito--chameleon .cog-checkable__allow-other .el-radio__label,
html .cog-cognito--chameleon .cog-checkable__allow-other .el-checkbox__label,
:root:root:root:root:root .cog-cognito--chameleon .cog-checkable__allow-other .el-radio__label,
:root:root:root:root:root .cog-cognito--chameleon .cog-checkable__allow-other .el-checkbox__label {
	width: calc(100% - 25px)
}

html .cog-inner-col--no-css-columns .cog-checkable__allow-other,
:root:root:root:root:root .cog-inner-col--no-css-columns .cog-checkable__allow-other {
	padding-bottom: 0
}

html .cog-inner-col--no-css-columns:not(.cog-inner-col--1) .cog-checkable__allow-other,
:root:root:root:root:root:root .cog-inner-col--no-css-columns:not(.cog-inner-col--1) .cog-checkable__allow-other {
	margin-bottom: -0.75em
}

html .cog-checkable--allow-other.cog-inner-col--no-css-columns .el-checkbox-group,
:root:root:root:root:root .cog-checkable--allow-other.cog-inner-col--no-css-columns .el-checkbox-group {
	padding-bottom: .75em
}

html .cog-checkable .el-radio__label.el-radio__label,
html .cog-checkable .el-checkbox__label.el-checkbox__label,
:root:root:root:root:root .cog-checkable .el-radio__label.el-radio__label,
:root:root:root:root:root .cog-checkable .el-checkbox__label.el-checkbox__label {
	display: inline-block
}

html .cog-checkable .el-radio__label,
html .cog-checkable .el-checkbox__label,
:root:root:root:root:root .cog-checkable .el-radio__label,
:root:root:root:root:root .cog-checkable .el-checkbox__label {
	padding: 2px 0;
	padding-left: calc(var(--font-size) + var(--checkable__scale)*6px);
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

html .cog-cognito--styled .el-checkbox [type=checkbox],
html .cog-cognito--styled .el-radio [type=radio],
:root:root:root:root:root .cog-cognito--styled .el-checkbox [type=checkbox],
:root:root:root:root:root .cog-cognito--styled .el-radio [type=radio] {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap
}

html .cog-cognito--styled .el-radio,
html .cog-cognito--styled .el-checkbox,
:root:root:root:root:root .cog-cognito--styled .el-radio,
:root:root:root:root:root .cog-cognito--styled .el-checkbox {
	margin-bottom: calc(calc(var(--gutter) / 4) * var(--checkable__scale))
}

html .cog-cognito--styled .el-checkbox__input,
html .cog-cognito--styled .el-radio__input,
:root:root:root:root:root .cog-cognito--styled .el-checkbox__input,
:root:root:root:root:root .cog-cognito--styled .el-radio__input {
	border-radius: 50%;
	font-size: var(--font-size)
}

html .cog-cognito--styled .el-checkbox__inner,
html .cog-cognito--styled .el-radio__inner,
:root:root:root:root:root .cog-cognito--styled .el-checkbox__inner,
:root:root:root:root:root .cog-cognito--styled .el-radio__inner {
	display: inline-block;
	position: relative;
	width: 2.2em;
	height: 2.2em;
	background-color: var(--checkable__background-color, var(--input__background-color));
	border: calc(var(--input__border-width)*2) solid var(--checkable__border-color, var(--input__border-color));
	box-shadow: var(--input__box-shadow);
	vertical-align: text-top;
	transform: scale(var(--checkable__scale)) scale(0.5);
	transform-origin: 50% 50%
}

html .cog-cognito--styled .cog-checkable .el-checkbox__input,
html .cog-cognito--styled .cog-checkable .el-radio__input,
:root:root:root:root:root .cog-cognito--styled .cog-checkable .el-checkbox__input,
:root:root:root:root:root .cog-cognito--styled .cog-checkable .el-radio__input {
	transform: translate(-0.55em, -0.55em)
}

html .cog-cognito--styled .is-focus .el-checkbox__inner,
:root:root:root:root:root .cog-cognito--styled .is-focus .el-checkbox__inner {
	border-color: var(--highlight);
	box-shadow: var(--input-focus__box-shadow)
}

html .cog-cognito--styled .el-radio:focus .el-radio__inner,
:root:root:root:root:root .cog-cognito--styled .el-radio:focus .el-radio__inner {
	border-color: var(--highlight);
	box-shadow: var(--input-focus__box-shadow), 0 0 0 2px var(--input__background-color)
}

html .cog-cognito--styled .el-checkbox__inner,
:root:root:root:root:root .cog-cognito--styled .el-checkbox__inner {
	border-radius: var(--checkbox__border-radius);
	transition: background-color calc(var(--speed)/4)
}

html .cog-cognito--styled .el-checkbox__inner::after,
:root:root:root:root:root .cog-cognito--styled .el-checkbox__inner::after {
	display: block;
	width: 37%;
	height: 63%;
	border: calc(var(--icon-weight)*.32em) solid var(--highlight-reverse);
	border-top: 0;
	border-left: 0;
	margin-top: calc(21% - var(--icon-weight)*.15em);
	margin-left: calc(9% - var(--icon-weight)*.15em);
	transform: rotate(45deg) scaleY(0);
	backface-visibility: hidden;
	transform-origin: 100% 100%;
	content: "";
	transition: transform calc(var(--speed)/4) .1s
}

html .cog-cognito--styled .is-checked .el-checkbox__inner,
:root:root:root:root:root .cog-cognito--styled .is-checked .el-checkbox__inner {
	background-color: var(--highlight);
	border: 0;
	box-shadow: none;
	transform: scale(var(--checkable__scale)) scale(var(--checkable-checked__scale)) scale(0.47)
}

html .cog-cognito--styled .is-checked .el-checkbox__inner::after,
:root:root:root:root:root .cog-cognito--styled .is-checked .el-checkbox__inner::after {
	transform: rotate(45deg) scaleY(1);
	backface-visibility: hidden
}

@media print {

	html .cog-cognito--styled .is-checked .el-checkbox__inner,
	:root:root:root:root:root .cog-cognito--styled .is-checked .el-checkbox__inner {
		background-color: transparent;
		border: 1px solid var(--highlight)
	}

	html .cog-cognito--styled .is-checked .el-checkbox__inner::after,
	:root:root:root:root:root .cog-cognito--styled .is-checked .el-checkbox__inner::after {
		border: 2px solid var(--highlight);
		border-top: 0;
		border-left: 0
	}
}

html .cog-cognito--styled .el-radio__inner,
:root:root:root:root:root .cog-cognito--styled .el-radio__inner {
	position: relative;
	border-radius: 50%;
	box-shadow: var(--input__box-shadow), inset 0 0 0 0 var(--highlight)
}

html .cog-cognito--styled .is-checked .el-radio__inner,
:root:root:root:root:root .cog-cognito--styled .is-checked .el-radio__inner {
	background: var(--highlight-reverse);
	border: 0;
	transform: scale(var(--checkable__scale)) scale(var(--checkable-checked__scale)) scale(0.5)
}

html .cog-cognito--styled .el-radio__inner::after,
:root:root:root:root:root .cog-cognito--styled .el-radio__inner::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	border-radius: 50%;
	content: "";
	transition: calc(var(--speed)/4)
}

html .cog-cognito--styled .is-checked .el-radio__inner::after,
:root:root:root:root:root .cog-cognito--styled .is-checked .el-radio__inner::after {
	box-shadow: inset 0 0 0 .75em var(--highlight)
}

@media print {

	html .cog-cognito--styled .is-checked .el-radio__inner::after,
	:root:root:root:root:root .cog-cognito--styled .is-checked .el-radio__inner::after {
		border: 10px solid var(--highlight);
		box-shadow: none
	}
}

html .cog-cognito--styled .is-focus.is-checked .el-checkbox__inner,
html .cog-cognito--styled .is-checked:focus .el-radio__inner,
:root:root:root:root:root .cog-cognito--styled .is-focus.is-checked .el-checkbox__inner,
:root:root:root:root:root .cog-cognito--styled .is-checked:focus .el-radio__inner {
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px var(--highlight)
}


/* Apply styles to the entire webpage
-------------------------------------------------------------------*/
body {
  	font-family: 'Poppins', sans-serif !important;
}

img:focus {
	outline: none;
}

/* Apply styles to headline elements
-------------------------------------------------------------------*/
[data-title='headline'] b {
	font-weight: 800 !important;
}

/* Apply styles to button elements
-------------------------------------------------------------------*/
[data-title='button'] a,
[data-title='cta-button'] a {
	border-style: none;
  	border-radius: 3px;
  	background-color: #ffd800;
  	background: -webkit-linear-gradient(#ffd800,#e6a800);
  	background: -moz-linear-gradient(#ffd800,#e6a800);
  	background: -ms-linear-gradient(#ffd800,#e6a800);
  	background: -o-linear-gradient(#ffd800,#e6a800);
  	background: linear-gradient(#ffd800,#e6a800);
  	box-shadow: 0 3px 0 #a27600;
  	background-repeat: no-repeat;
  	padding-top: 13px !important;
  	transition: background 2s;
}

.cog-form .cog-button {
	border-style: none;
  	border-radius: 3px;
  	background-color: #ffd800;
  	background: -webkit-linear-gradient(#ffd800,#e6a800);
  	background: -moz-linear-gradient(#ffd800,#e6a800);
  	background: -ms-linear-gradient(#ffd800,#e6a800);
  	background: -o-linear-gradient(#ffd800,#e6a800);
  	background: linear-gradient(#ffd800,#e6a800);
  	box-shadow: 0 3px 0 #a27600;
  	background-repeat: no-repeat;
  	padding: 13px 25px 10px 25px !important;
  	transition: background 2s;
}

[data-title='button'] a:hover,
[data-title='cta-button'] a:hover,
.cog-form .cog-button {
  	box-shadow: 0 3px 0 #b38200;
  	background-color: #ffdb11;
  	background: -webkit-linear-gradient(#ffdb11,#f7b400);
  	background: -moz-linear-gradient(#ffdb11,#f7b400);
  	background: -ms-linear-gradient(#ffdb11,#f7b400);
  	background: -o-linear-gradient(#ffdb11,#f7b400);
  	background: linear-gradient(#ffdb11,#f7b400);
}

[data-title='button'] span,
.cog-form .cog-button .cog-button__text {
  	letter-spacing: -1px;
  	text-transform: uppercase;
  	color: #1d2d35 !important;
  	text-shadow: none;
  	-pie-background: linear-gradient(#ffd800,#e6a800);
  	font-size: 26px;
  	line-height: 31px;
  	font-weight: 900;
  	text-align: center;
}

[data-title='cta-button'] span {
  	letter-spacing: -1px;
  	text-transform: uppercase;
  	color: #1d2d35 !important;
  	text-shadow: none;
  	-pie-background: linear-gradient(#ffd800,#e6a800);
  	font-size: 20px;
  	line-height: 26px;
  	font-weight: 900;
  	text-align: center;
}

/* Apply styles to the hero section and cta sections
-------------------------------------------------------------------*/
[data-title='hero-section'],
[data-title='cta-section'] {
  	position: relative;
}

[data-title='hero-section']:before,
[data-title='cta-section']:before {
  	position: absolute;
  	display: block;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	content: '';
  	background: rgba(29, 45, 53, 0.90);
}

.cog-form legend {
 	font-size: 24px !important;
  	font-weight: bold !important;
  	border-bottom: none !important;
  	color: #ffffff !important;
}

.cog-form label {
 	font-size: 18px !important;
  	font-weight: bold !important;
  	margin-left: 15px !important;
  	color: #ffffff !important;
}

.cog-form label .el-radio__label {
  	margin-left: 15px !important;
}

.cog-page__navigation {
 	justify-content: center !important; 
}

/* Apply styles to the services section
-------------------------------------------------------------------*/
[data-title='service-col'] .col-inner {
 	background-color: #ffffff !important;
  	box-shadow: 0 0 15px #dbdbdb;
}

/* Apply responsive styles
-------------------------------------------------------------------*/
@media screen and (max-width: 400px) {
  	[data-title='call-us-column'] {
        display: none; 
    }
  
    [data-title='button'] span {
		font-size: 20px;
      	line-height: 26px;
    }
  
  	[data-title='legal-links'] .elHeadline {
     	text-align: center !important; 
    }
}