.hustle-ui .hustle-optin .hustle-checkbox span[aria-hidden]:before, .hustle-ui .hustle-optin .hustle-select2+.select2 .select2-selection--single .select2-selection__arrow:before, .ui-datepicker.hustle-calendar .ui-datepicker-header .ui-corner-all:before {
	speak: none;
	display: inline-block;
	color: inherit;
	font-family: hustle-icons-font !important;
	font-size: 1em;
	line-height: 1em;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width:782px) {
	.hustle-ui .hustle-hide-until-sm {
		display: none !important;
	}
}

@media (max-width:960px) {
	.hustle-ui .hustle-hide-until-md {
		display: none !important;
	}
}

@media (max-width:1200px) {
	.hustle-ui .hustle-hide-until-lg {
		display: none !important;
	}
}

@media (min-width:783px) {
	.hustle-ui .hustle-hide-after-sm {
		display: none !important;
	}
}

@media (min-width:961px) {
	.hustle-ui .hustle-hide-after-md {
		display: none !important;
	}
}

@media (min-width:1201px) {
	.hustle-ui .hustle-hide-after-lg {
		display: none !important;
	}
}

.hustle-ui a.hustle-button-submit.hustle-button-onload, .hustle-ui button.hustle-button-submit.hustle-button-onload {
	pointer-events: none;
	opacity: .6;
	-khtml-opacity: .6;
}

.hustle-ui a.hustle-button-submit.hustle-button-onload .hustle-button-text, .hustle-ui button.hustle-button-submit.hustle-button-onload .hustle-button-text {
	opacity: 0;
	-khtml-opacity: 0;
}

.hustle-ui a.hustle-button-submit.hustle-button-onload .hustle-loading-icon, .hustle-ui button.hustle-button-submit.hustle-button-onload .hustle-loading-icon {
	display: block;
}

.rtl .hustle-ui .hustle-button-icon.hustle-button-close {
	margin-right: auto;
	margin-left: 0;
	left: 0;
	right: auto;
}

.hustle-ui .hustle-optin .hustle-group-content :not([class*=forminator-]) b, .hustle-ui .hustle-optin .hustle-group-content :not([class*=forminator-]) strong {
	font-weight: 700;
}

.hustle-ui .hustle-optin .hustle-group-content :not([class*=forminator-]) a {
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.hustle-ui .hustle-optin .hustle-group-content :not([class*=forminator-]) a, .hustle-ui .hustle-optin .hustle-group-content :not([class*=forminator-]) a:active, .hustle-ui .hustle-optin .hustle-group-content :not([class*=forminator-]) a:focus, .hustle-ui .hustle-optin .hustle-group-content :not([class*=forminator-]) a:hover, .hustle-ui .hustle-optin .hustle-group-content :not([class*=forminator-]) a:visited {
	border: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 700;
	text-decoration: none;
}

.hustle-ui .hustle-optin .hustle-group-content ol:not([class*=forminator-]), .hustle-ui .hustle-optin .hustle-group-content ul:not([class*=forminator-]) {
	padding: 0;
	border: 0;
	list-style: none;
}

.hustle-ui .hustle-optin .hustle-group-content ol:not([class*=forminator-]) li, .hustle-ui .hustle-optin .hustle-group-content ul:not([class*=forminator-]) li {
	padding: 0;
	border: 0;
}

.hustle-ui .hustle-optin .hustle-group-content ol:not([class*=forminator-]) ol, .hustle-ui .hustle-optin .hustle-group-content ol:not([class*=forminator-]) ul, .hustle-ui .hustle-optin .hustle-group-content ul:not([class*=forminator-]) ol, .hustle-ui .hustle-optin .hustle-group-content ul:not([class*=forminator-]) ul {
	margin-left: 20px !important;
}

.hustle-ui .hustle-optin .hustle-group-content ol:not([class*=forminator-]) ol:not(:last-child), .hustle-ui .hustle-optin .hustle-group-content ol:not([class*=forminator-]) ul:not(:last-child), .hustle-ui .hustle-optin .hustle-group-content ul:not([class*=forminator-]) ol:not(:last-child), .hustle-ui .hustle-optin .hustle-group-content ul:not([class*=forminator-]) ul:not(:last-child) {
	margin-bottom: 5px;
}

.hustle-ui .hustle-optin .hustle-group-content ul:not([class*=forminator-]) li:before {
	content: " ";
	width: 4px;
	height: 4px;
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 8px;
}

.hustle-ui .hustle-optin .hustle-group-content ol:not([class*=forminator-]) {
	counter-reset: hui-custom-counter;
}

.hustle-ui .hustle-optin .hustle-group-content ol:not([class*=forminator-]) li {
	counter-increment: hui-custom-counter;
}

.hustle-ui .hustle-optin .hustle-group-content ol:not([class*=forminator-]) li:before {
	content: counter(hui-custom-counter) ".";
	margin-right: 5px;
	font-weight: 700;
}

.hustle-ui .hustle-optin .hustle-group-content blockquote {
	padding: 10px 0 10px 14px;
	border-left-width: 4px;
	border-left-style: solid;
}

.hustle-ui .hustle-info .hustle-group-content {
	word-break: break-word;
}

.hustle-ui .hustle-info .hustle-group-content :not([class*=forminator-]) b, .hustle-ui .hustle-info .hustle-group-content :not([class*=forminator-]) strong {
	font-weight: 700;
}

.hustle-ui .hustle-info .hustle-group-content :not([class*=forminator-]) a {
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.hustle-ui .hustle-info .hustle-group-content :not([class*=forminator-]) a, .hustle-ui .hustle-info .hustle-group-content :not([class*=forminator-]) a:active, .hustle-ui .hustle-info .hustle-group-content :not([class*=forminator-]) a:focus, .hustle-ui .hustle-info .hustle-group-content :not([class*=forminator-]) a:hover, .hustle-ui .hustle-info .hustle-group-content :not([class*=forminator-]) a:visited {
	border: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 700;
	text-decoration: none;
}

.hustle-ui .hustle-info .hustle-group-content ol:not([class*=forminator-]), .hustle-ui .hustle-info .hustle-group-content ul:not([class*=forminator-]) {
	padding: 0;
	border: 0;
	list-style: none;
}

.hustle-ui .hustle-info .hustle-group-content ol:not([class*=forminator-]) li, .hustle-ui .hustle-info .hustle-group-content ul:not([class*=forminator-]) li {
	padding: 0;
	border: 0;
}

.hustle-ui .hustle-info .hustle-group-content ol:not([class*=forminator-]) ol, .hustle-ui .hustle-info .hustle-group-content ol:not([class*=forminator-]) ul, .hustle-ui .hustle-info .hustle-group-content ul:not([class*=forminator-]) ol, .hustle-ui .hustle-info .hustle-group-content ul:not([class*=forminator-]) ul {
	margin-left: 20px !important;
}

.hustle-ui .hustle-info .hustle-group-content ol:not([class*=forminator-]) ol:not(:last-child), .hustle-ui .hustle-info .hustle-group-content ol:not([class*=forminator-]) ul:not(:last-child), .hustle-ui .hustle-info .hustle-group-content ul:not([class*=forminator-]) ol:not(:last-child), .hustle-ui .hustle-info .hustle-group-content ul:not([class*=forminator-]) ul:not(:last-child) {
	margin-bottom: 5px;
}

.hustle-ui .hustle-info .hustle-group-content ul:not([class*=forminator-]) li:before {
	content: " ";
	width: 4px;
	height: 4px;
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 8px;
}

.hustle-ui .hustle-info .hustle-group-content ol:not([class*=forminator-]) {
	counter-reset: hui-custom-counter;
}

.hustle-ui .hustle-info .hustle-group-content ol:not([class*=forminator-]) li {
	counter-increment: hui-custom-counter;
}

.hustle-ui .hustle-info .hustle-group-content ol:not([class*=forminator-]) li:before {
	content: counter(hui-custom-counter) ".";
	margin-right: 5px;
	font-weight: 700;
}

.hustle-ui .hustle-info .hustle-group-content blockquote {
	padding: 10px 0 10px 14px;
	border-left-width: 4px;
	border-left-style: solid;
}

@media (min-width:783px) {}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin .hustle-group-content ol ol:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-optin .hustle-group-content ol ul:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-optin .hustle-group-content ul ol:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-optin .hustle-group-content ul ul:not(:last-child) {
		margin-bottom: 10px;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-info .hustle-group-content h1:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-info .hustle-group-content h2:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-info .hustle-group-content h3:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-info .hustle-group-content h4:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-info .hustle-group-content h5:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-info .hustle-group-content h6:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-info .hustle-group-content ol:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-info .hustle-group-content p:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-info .hustle-group-content ul:not(:last-child) {
		margin-bottom: 20px;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-info .hustle-group-content ol ol:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-info .hustle-group-content ol ul:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-info .hustle-group-content ul ol:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-info .hustle-group-content ul ul:not(:last-child) {
		margin-bottom: 10px;
	}
}

.hustle-ui .hustle-field.hustle-field-icon--animated .hustle-input:focus+.hustle-input-label [class*=hustle-icon-] {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	transition-timing-function: cubic-bezier(.7, 0, .3, 1);
}

.hustle-ui .hustle-field.hustle-field-filled .hustle-input-label span:not([class*=hustle-icon-]) {
	opacity: 0;
}

.hustle-ui .hustle-optin .hustle-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: middle;
	margin: 0 0 10px;
	padding: 0;
	border: 0;
}

.hustle-ui .hustle-optin .hustle-radio input:checked+span[aria-hidden]:before {
	opacity: 1;
	-khtml-opacity: 1;
}

.hustle-ui .hustle-optin .hustle-radio span[aria-hidden] {
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.hustle-ui .hustle-optin .hustle-radio span[aria-hidden]:before {
	content: " ";
	width: 10px;
	height: 10px;
	opacity: 0;
	-khtml-opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hustle-ui .hustle-optin .hustle-radio span:not([aria-hidden]) {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 0 0 10px;
}

.hustle-ui .hustle-optin .hustle-radio[for] {
	cursor: pointer;
}

.hustle-ui .hustle-optin .hustle-radio:last-child {
	margin: 0;
}

@media (min-width:783px) {
	.hustle-ui .hustle-optin .hustle-optin:not(.hustle-size--small) .hustle-radio-inline:last-child {
		margin-right: 0;
	}
}

@media (min-width:783px) {
	.hustle-ui .hustle-optin .hustle-optin:not(.hustle-size--small) .hustle-radio-inline {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-right: 20px;
		margin-bottom: 0;
		padding-bottom: 5px;
	}
}

.rtl .hustle-ui .hustle-optin .hustle-radio span:not([aria-hidden]) {
	margin: 0 10px 0 0;
}

.hustle-ui .hustle-optin .hustle-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: middle;
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	position: relative;
}

.hustle-ui .hustle-optin .hustle-checkbox input:checked+span[aria-hidden]:before {
	opacity: 1;
	-khtml-opacity: 1;
}

.hustle-ui .hustle-optin .hustle-checkbox span[aria-hidden] {
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.hustle-ui .hustle-optin .hustle-checkbox span[aria-hidden]:before {
	content: "";
	width: 100%;
	opacity: 0;
	-khtml-opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	color: inherit;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hustle-ui .hustle-optin .hustle-checkbox span:not([aria-hidden]) {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 0 0 10px;
}

.hustle-ui .hustle-optin .hustle-checkbox span:not([aria-hidden]) a, .hustle-ui .hustle-optin .hustle-checkbox span:not([aria-hidden]) a:active, .hustle-ui .hustle-optin .hustle-checkbox span:not([aria-hidden]) a:focus, .hustle-ui .hustle-optin .hustle-checkbox span:not([aria-hidden]) a:hover {
	border-width: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
	.hustle-ui .hustle-optin .hustle-checkbox span:not([aria-hidden]) {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

.hustle-ui .hustle-optin .hustle-checkbox[for] {
	cursor: pointer;
}

.hustle-ui .hustle-optin .hustle-checkbox:last-child {
	margin: 0;
}

.hustle-ui .hustle-optin .hustle-checkbox.hustle-gdpr {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 10px;
	margin-bottom: 0;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
	.hustle-ui .hustle-optin .hustle-checkbox.hustle-gdpr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width:783px) {
	.hustle-ui .hustle-optin .hustle-optin:not(.hustle-size--small) .hustle-checkbox.hustle-gdpr {
		margin-top: 20px;
		margin-bottom: 0;
	}
}

@media (min-width:783px) {
	.hustle-ui .hustle-optin .hustle-optin:not(.hustle-size--small) .hustle-checkbox-inline:last-child {
		margin-right: 0;
	}
}

@media (min-width:783px) {
	.hustle-ui .hustle-optin .hustle-optin:not(.hustle-size--small) .hustle-checkbox-inline {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-right: 20px;
		margin-bottom: 0;
		padding-bottom: 5px;
	}
}

.rtl .hustle-ui .hustle-optin .hustle-checkbox span:not([aria-hidden]) {
	padding: 0 10px 0 0;
}

.hustle-ui .hustle-optin .hustle-select2 {
	display: none;
}

.hustle-ui .hustle-optin .hustle-select2+.select2 {
	width: 100% !important;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

.hustle-ui .hustle-optin .hustle-select2+.select2, .hustle-ui .hustle-optin .hustle-select2+.select2 * {
	display: block;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.hustle-ui .hustle-optin .hustle-select2+.select2 .select2-selection--single {
	height: auto;
	min-height: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hustle-ui .hustle-optin .hustle-select2+.select2 .select2-selection--single .select2-selection__rendered {
	min-width: 1px;
	height: auto;
	min-height: 1px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.hustle-ui .hustle-optin .hustle-select2+.select2 .select2-selection--single .select2-selection__rendered+.select2-selection__arrow {
	margin-left: 5px;
}

.hustle-ui .hustle-optin .hustle-select2+.select2 .select2-selection--single .select2-selection__arrow {
	width: 20px;
	height: 20px;
	min-height: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	font-size: 12px;
	line-height: 20px;
}

.hustle-ui .hustle-optin .hustle-select2+.select2 .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.hustle-ui .hustle-optin .hustle-select2+.select2 .select2-selection--single .select2-selection__arrow:before {
	content: "";
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	color: inherit;
	text-align: center;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}

.hustle-ui .hustle-optin .hustle-select2+.select2.select2-container--open .select2-selection--single .select2-selection__arrow:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.select2-dropdown {
	width: 100%;
	display: block;
	position: absolute;
	z-index: 1051;
	left: -100000px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.select2-dropdown.hustle-dropdown {
	border: 0 !important;
	border-radius: 0;
}

.select2-dropdown.hustle-dropdown .select2-results .select2-results__options {
	padding: 5px 0;
}

.select2-dropdown.hustle-dropdown .select2-results .select2-results__options .select2-results__option {
	padding: 10px;
	font: 400 13px/18px "Open Sans", sans-serif;
	letter-spacing: 0;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-top: 0;
	margin-left: 0;
}

.select2-dropdown.hustle-dropdown.select2-dropdown--above {
	margin-top: -2px;
}

.select2-dropdown.hustle-dropdown.select2-dropdown--below {
	margin-top: 2px;
}

.select2-container.select2-container--open {
	z-index: 999999;
}

.select2-container.select2-container--open .select2-dropdown.hustle-dropdown {
	border: 0;
}

.ui-datepicker.hustle-calendar {
	width: auto;
	z-index: 999992 !important;
	margin: 0;
	padding: 1px 0;
	border: 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
}

.ui-datepicker.hustle-calendar, .ui-datepicker.hustle-calendar * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-datepicker.hustle-calendar:before {
	content: " ";
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 1px;
	left: 0;
	z-index: -1;
}

.ui-datepicker.hustle-calendar .ui-datepicker-header {
	display: block;
	padding: 15px 10px;
}

.ui-datepicker.hustle-calendar .ui-datepicker-header .ui-corner-all {
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 15px;
	font-size: 12px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.ui-datepicker.hustle-calendar .ui-datepicker-header .ui-corner-all:before {
	content: "";
}

.ui-datepicker.hustle-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
	left: 10px;
	right: unset;
}

.ui-datepicker.hustle-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ui-datepicker.hustle-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
	left: unset;
	right: 10px;
}

.ui-datepicker.hustle-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.ui-datepicker.hustle-calendar .ui-datepicker-header .ui-datepicker-title {
	display: block;
	padding: 0 30px;
	font: 600 15px/30px "Open Sans", sans-serif;
	letter-spacing: .14px;
	text-align: center;
}

.ui-datepicker.hustle-calendar .ui-datepicker-header .ui-datepicker-title select {
	margin-top: -10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ui-datepicker.hustle-calendar .ui-datepicker-header+.ui-datepicker-calendar {
	padding-top: 0;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar {
	width: auto;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	font-family: "Open Sans", sans-serif;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr {
	margin: 0;
	padding: 0;
	border: 0;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th {
	margin: 0;
	padding: 5px;
	border: 0;
	text-align: center;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td span, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th span, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td span, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th span {
	width: 30px;
	display: block;
	padding: 2px;
	border: 0;
	border-radius: 60px;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th a {
	text-decoration: none;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td a:active, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td a:hover, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td a:visited, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th a:active, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th a:hover, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th a:visited, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td a:active, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td a:hover, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td a:visited, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th a:active, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th a:hover, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th a:visited {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td a:visited, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th a:visited, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td a:visited, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th a, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th a:visited {
	font-weight: 400;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td a:active, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td a:hover, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th a:active, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th a:hover, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td a:active, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td a:hover, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th a:active, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th a:hover {
	font-weight: 600;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td:first-child, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th:first-child, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td:first-child, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th:first-child {
	padding-left: 15px;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td:last-child, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th:last-child, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td:last-child, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th:last-child {
	padding-right: 15px;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable, .ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr th.ui-datepicker-unselectable, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr td.ui-datepicker-unselectable, .ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th.ui-datepicker-unselectable {
	cursor: not-allowed;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th {
	font-size: 12px;
	line-height: 26px;
	font-weight: 600;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar thead tr th span {
	display: block;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar tbody tr td {
	font-size: 13px;
	line-height: 26px;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar:last-child tbody:last-child tr:last-child td, .ui-datepicker.hustle-calendar .ui-datepicker-calendar:last-child tbody:last-child tr:last-child th, .ui-datepicker.hustle-calendar .ui-datepicker-calendar:last-child thead:last-child tr:last-child td, .ui-datepicker.hustle-calendar .ui-datepicker-calendar:last-child thead:last-child tr:last-child th {
	padding-bottom: 15px;
}

.ui-datepicker.hustle-calendar .ui-datepicker-calendar+.ui-datepicker-buttonpane {
	padding-top: 8px;
}

.ui-datepicker.hustle-calendar .ui-datepicker-buttonpane {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
	padding: 15px;
	border: 0;
}

.ui-datepicker.hustle-calendar .ui-datepicker-buttonpane button {
	cursor: pointer;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0;
	border: 0;
	border-radius: 0;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	text-align: center;
}

.ui-datepicker.hustle-calendar .ui-datepicker-buttonpane button, .ui-datepicker.hustle-calendar .ui-datepicker-buttonpane button:active, .ui-datepicker.hustle-calendar .ui-datepicker-buttonpane button:hover {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui-datepicker.hustle-calendar .ui-datepicker-buttonpane button+button {
	margin-left: 20px;
}

.ui-datepicker.hustle-calendar .ui-datepicker-buttonpane .ui-priority-primary {
	min-width: 66px;
	padding: 3px 5px;
	font-size: 13px;
	line-height: 24px;
}

.ui-datepicker.hustle-calendar .ui-datepicker-buttonpane .ui-priority-secondary {
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

.hustle-ui .hustle-optin .hustle-timepicker {
	overflow: hidden;
	display: none;
	margin: 0;
	padding: 1px 0;
}

.hustle-ui .hustle-optin .hustle-timepicker * {
	pointer-events: initial;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hustle-ui .hustle-optin .hustle-timepicker .ui-timepicker {
	max-height: 230px;
	opacity: 1;
	-khtml-opacity: 1;
	display: block;
	margin: 0;
	padding: 10px 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	list-style: none outside none;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.hustle-ui .hustle-optin .hustle-timepicker .ui-timepicker .ui-timepicker-viewport {
	height: 230px;
	overflow: auto;
	overflow-x: hidden;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.hustle-ui .hustle-optin .hustle-timepicker .ui-timepicker .ui-timepicker-viewport .ui-menu-item {
	margin: 0;
	padding: 0;
	border: 0;
	font: 400 13px/30px "Open Sans", sans-serif;
	letter-spacing: 0;
}

.hustle-ui .hustle-optin .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a {
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0 10px;
	border: 0;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.hustle-ui .hustle-optin .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a, .hustle-ui .hustle-optin .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a:active, .hustle-ui .hustle-optin .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a:hover, .hustle-ui .hustle-optin .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a:visited {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

.hustle-ui .hustle-optin .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a, .hustle-ui .hustle-optin .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a:visited {
	font-weight: 400;
}

.hustle-ui .hustle-optin .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a:active, .hustle-ui .hustle-optin .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a:hover {
	font-weight: 600;
}

.hustle-ui .hustle-optin .hustle-timepicker.hustle-show {
	display: block;
}

.hustle-ui .hustle-optin .hustle-timepicker.hustle-show .ui-timepicker {
	opacity: 1;
	-khtml-opacity: 1;
}

.hustle-ui .hustle-optin .hustle-recaptcha {
	margin: 10px 0 0;
}

.hustle-ui .hustle-optin .hustle-recaptcha.hustle-recaptcha-nobadge {
	height: 0 !important;
	opacity: 0;
	-khtml-opacity: 0;
	visibility: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.hustle-ui .hustle-optin .hustle-recaptcha[data-size=normal] {
	width: 302px;
	height: 76px;
	-webkit-transform: scale(.7);
	transform: scale(.7);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.hustle-ui .hustle-optin .hustle-recaptcha[data-size=compact] {
	width: 156px;
	height: 136px;
}

.hustle-ui .hustle-optin .hustle-recaptcha:first-child {
	margin-top: 0;
}

.hustle-ui .hustle-optin .hustle-recaptcha-copy {
	display: block;
}

.hustle-ui .hustle-optin .hustle-recaptcha-copy b, .hustle-ui .hustle-optin .hustle-recaptcha-copy p b, .hustle-ui .hustle-optin .hustle-recaptcha-copy p strong, .hustle-ui .hustle-optin .hustle-recaptcha-copy strong {
	font-weight: 700;
}

.hustle-ui .hustle-optin .hustle-recaptcha-copy a, .hustle-ui .hustle-optin .hustle-recaptcha-copy p a {
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.hustle-ui .hustle-optin .hustle-recaptcha-copy a, .hustle-ui .hustle-optin .hustle-recaptcha-copy a:active, .hustle-ui .hustle-optin .hustle-recaptcha-copy a:focus, .hustle-ui .hustle-optin .hustle-recaptcha-copy a:hover, .hustle-ui .hustle-optin .hustle-recaptcha-copy a:visited, .hustle-ui .hustle-optin .hustle-recaptcha-copy p a, .hustle-ui .hustle-optin .hustle-recaptcha-copy p a:active, .hustle-ui .hustle-optin .hustle-recaptcha-copy p a:focus, .hustle-ui .hustle-optin .hustle-recaptcha-copy p a:hover, .hustle-ui .hustle-optin .hustle-recaptcha-copy p a:visited {
	border: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 700;
	text-decoration: none;
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin .hustle-recaptcha:first-child {
		margin-top: 0;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin .hustle-recaptcha {
		margin-top: 20px;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin .hustle-recaptcha[data-size=normal] {
		-webkit-transform: unset;
		transform: unset;
		-webkit-transform-style: unset;
		transform-style: unset;
		-webkit-transform-origin: unset;
		transform-origin: unset;
	}
}

.hustle-ui .hustle-optin .hustle-layout .hustle-error-message p {
	margin: 0;
	padding: 0;
	border: 0;
}

.hustle-ui .hustle-info .hustle-layout .hustle-error-message {
	margin: 10px 0 0;
	padding: 10px 20px;
	border: 0;
}

.hustle-ui .hustle-info .hustle-layout .hustle-error-message p {
	margin: 0;
	padding: 0;
	border: 0;
}

.hustle-ui .hustle-optin.hustle-optin--compact .hustle-form .hustle-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: left;
}

.hustle-ui .hustle-optin.hustle-optin--focus-content .hustle-form .hustle-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: left;
}

.hustle-ui .hustle-optin.hustle-optin--focus-optin .hustle-form .hustle-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: left;
}

@media (min-width:783px) {}

.hustle-ui .hustle-optin .hustle-success-content :not([class*=forminator-]) b, .hustle-ui .hustle-optin .hustle-success-content :not([class*=forminator-]) strong {
	font-weight: 700;
}

.hustle-ui .hustle-optin .hustle-success-content ol:not([class*=forminator-]), .hustle-ui .hustle-optin .hustle-success-content ul:not([class*=forminator-]) {
	padding: 0;
	border: 0;
	list-style: none;
}

.hustle-ui .hustle-optin .hustle-success-content ol:not([class*=forminator-]) li, .hustle-ui .hustle-optin .hustle-success-content ul:not([class*=forminator-]) li {
	padding: 0;
	border: 0;
}

.hustle-ui .hustle-optin .hustle-success-content ol:not([class*=forminator-]) ol, .hustle-ui .hustle-optin .hustle-success-content ol:not([class*=forminator-]) ul, .hustle-ui .hustle-optin .hustle-success-content ul:not([class*=forminator-]) ol, .hustle-ui .hustle-optin .hustle-success-content ul:not([class*=forminator-]) ul {
	margin-left: 20px !important;
}

.hustle-ui .hustle-optin .hustle-success-content ol:not([class*=forminator-]) ol:not(:last-child), .hustle-ui .hustle-optin .hustle-success-content ol:not([class*=forminator-]) ul:not(:last-child), .hustle-ui .hustle-optin .hustle-success-content ul:not([class*=forminator-]) ol:not(:last-child), .hustle-ui .hustle-optin .hustle-success-content ul:not([class*=forminator-]) ul:not(:last-child) {
	margin-bottom: 5px;
}

.hustle-ui .hustle-optin .hustle-success-content ul:not([class*=forminator-]) li:before {
	content: " ";
	width: 4px;
	height: 4px;
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 8px;
}

.hustle-ui .hustle-optin .hustle-success-content ol:not([class*=forminator-]) {
	counter-reset: hui-custom-counter;
}

.hustle-ui .hustle-optin .hustle-success-content ol:not([class*=forminator-]) li {
	counter-increment: hui-custom-counter;
}

.hustle-ui .hustle-optin .hustle-success-content ol:not([class*=forminator-]) li:before {
	content: counter(hui-custom-counter) ".";
	margin-right: 5px;
	font-weight: 700;
}

.hustle-ui .hustle-optin .hustle-success-content blockquote {
	padding: 10px 0 10px 14px;
	border-left-width: 4px;
	border-left-style: solid;
}

@media (min-width:783px) {}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin .hustle-success-content ol ol:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-optin .hustle-success-content ol ul:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-optin .hustle-success-content ul ol:not(:last-child), .hustle-ui:not(.hustle-size--small) .hustle-optin .hustle-success-content ul ul:not(:last-child) {
		margin-bottom: 10px;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--default .hustle-layout .hustle-layout-content.hustle-layout-position--left .hustle-content, .hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--default .hustle-layout .hustle-layout-content.hustle-layout-position--right .hustle-content {
		min-width: 1px;
		min-height: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--default .hustle-layout .hustle-layout-content.hustle-layout-position--left, .hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--default .hustle-layout .hustle-layout-content.hustle-layout-position--right {
		min-height: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.hustle-ui.hustle-slidein .hustle-slidein-content .hustle-optin.hustle-optin--default .hustle-layout-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--compact .hustle-layout .hustle-layout-body .hustle-layout-content .hustle-content {
		min-width: 1px;
		min-height: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--compact .hustle-layout .hustle-layout-body .hustle-layout-content .hustle-layout-form:only-child {
		min-width: 1px;
		min-height: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--compact .hustle-layout .hustle-layout-body .hustle-layout-content .hustle-layout-form {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--compact .hustle-layout .hustle-layout-body .hustle-layout-content {
		min-width: 1px;
		min-height: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--compact .hustle-layout .hustle-layout-body {
		min-height: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.hustle-ui.hustle-slidein .hustle-slidein-content .hustle-optin.hustle-optin--compact .hustle-layout-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--focus-optin .hustle-layout .hustle-layout-body .hustle-layout-content .hustle-content {
		min-height: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media (-ms-high-contrast:none)and (min-width:783px),(-ms-high-contrast:active)and (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--focus-optin .hustle-layout .hustle-layout-body .hustle-layout-content .hustle-content {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--focus-optin .hustle-layout .hustle-layout-body .hustle-layout-content {
		min-height: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--focus-optin .hustle-layout .hustle-layout-body .hustle-layout-form:only-child {
		max-width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--focus-optin .hustle-layout .hustle-layout-body .hustle-layout-form {
		min-height: 0;
		max-width: 320px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 320px;
		flex: 0 0 320px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--focus-optin .hustle-layout .hustle-layout-body {
		min-height: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.hustle-ui.hustle-slidein .hustle-slidein-content .hustle-optin.hustle-optin--focus-optin .hustle-layout-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--focus-content .hustle-layout .hustle-layout-body .hustle-layout-sidebar .hustle-image {
		min-height: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--focus-content .hustle-layout .hustle-layout-body .hustle-layout-sidebar .hustle-layout-form {
		min-height: 1px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--focus-content .hustle-layout .hustle-layout-body .hustle-layout-content {
		min-width: 1px;
		min-height: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

@media (min-width:783px) {
	.hustle-ui:not(.hustle-size--small) .hustle-optin.hustle-optin--focus-content .hustle-layout .hustle-layout-body {
		min-height: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.hustle-ui.hustle-slidein .hustle-slidein-content .hustle-optin.hustle-optin--focus-content .hustle-layout-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}