
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	/* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	/* Dark Gray 800 */
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	/* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.text-stroke, .text-stroke--primary, .text-stroke--secondary {
	-webkit-text-stroke-width: var(--wp--custom--typography--text-stroke-width, 2px) !important;
}

.ext-absolute {
	position: absolute !important;
}

.bring-to-front, .ext .wp-block-image, .ext-relative {
	position: relative !important;
}

.ext-top-base {
	top: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-top-lg {
	top: var(--extendify--spacing--large, 3rem) !important;
}

.ext--top-base {
	top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--top-lg {
	top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext-right-base {
	right: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-right-lg {
	right: var(--extendify--spacing--large, 3rem) !important;
}

.ext--right-base {
	right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--right-lg {
	right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext-bottom-base {
	bottom: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-bottom-lg {
	bottom: var(--extendify--spacing--large, 3rem) !important;
}

.ext--bottom-base {
	bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--bottom-lg {
	bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext-left-base {
	left: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-left-lg {
	left: var(--extendify--spacing--large, 3rem) !important;
}

.ext--left-base {
	left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--left-lg {
	left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext-order-1 {
	order: 1 !important;
}

.ext-order-2 {
	order: 2 !important;
}

.ext-col-auto {
	grid-column: auto !important;
}

.ext-col-span-1 {
	grid-column: span 1/span 1 !important;
}

.ext-col-span-2 {
	grid-column: span 2/span 2 !important;
}

.ext-col-span-3 {
	grid-column: span 3/span 3 !important;
}

.ext-col-span-4 {
	grid-column: span 4/span 4 !important;
}

.ext-col-span-5 {
	grid-column: span 5/span 5 !important;
}

.ext-col-span-6 {
	grid-column: span 6/span 6 !important;
}

.ext-col-span-7 {
	grid-column: span 7/span 7 !important;
}

.ext-col-span-8 {
	grid-column: span 8/span 8 !important;
}

.ext-col-span-9 {
	grid-column: span 9/span 9 !important;
}

.ext-col-span-10 {
	grid-column: span 10/span 10 !important;
}

.ext-col-span-11 {
	grid-column: span 11/span 11 !important;
}

.ext-col-span-12 {
	grid-column: span 12/span 12 !important;
}

.ext-col-span-full {
	grid-column: 1/-1 !important;
}

.ext-col-start-1 {
	grid-column-start: 1 !important;
}

.ext-col-start-2 {
	grid-column-start: 2 !important;
}

.ext-col-start-3 {
	grid-column-start: 3 !important;
}

.ext-col-start-4 {
	grid-column-start: 4 !important;
}

.ext-col-start-5 {
	grid-column-start: 5 !important;
}

.ext-col-start-6 {
	grid-column-start: 6 !important;
}

.ext-col-start-7 {
	grid-column-start: 7 !important;
}

.ext-col-start-8 {
	grid-column-start: 8 !important;
}

.ext-col-start-9 {
	grid-column-start: 9 !important;
}

.ext-col-start-10 {
	grid-column-start: 10 !important;
}

.ext-col-start-11 {
	grid-column-start: 11 !important;
}

.ext-col-start-12 {
	grid-column-start: 12 !important;
}

.ext-col-start-13 {
	grid-column-start: 13 !important;
}

.ext-col-start-auto {
	grid-column-start: auto !important;
}

.ext-col-end-1 {
	grid-column-end: 1 !important;
}

.ext-col-end-2 {
	grid-column-end: 2 !important;
}

.ext-col-end-3 {
	grid-column-end: 3 !important;
}

.ext-col-end-4 {
	grid-column-end: 4 !important;
}

.ext-col-end-5 {
	grid-column-end: 5 !important;
}

.ext-col-end-6 {
	grid-column-end: 6 !important;
}

.ext-col-end-7 {
	grid-column-end: 7 !important;
}

.ext-col-end-8 {
	grid-column-end: 8 !important;
}

.ext-col-end-9 {
	grid-column-end: 9 !important;
}

.ext-col-end-10 {
	grid-column-end: 10 !important;
}

.ext-col-end-11 {
	grid-column-end: 11 !important;
}

.ext-col-end-12 {
	grid-column-end: 12 !important;
}

.ext-col-end-13 {
	grid-column-end: 13 !important;
}

.ext-col-end-auto {
	grid-column-end: auto !important;
}

.ext-row-auto {
	grid-row: auto !important;
}

.ext-row-span-1 {
	grid-row: span 1/span 1 !important;
}

.ext-row-span-2 {
	grid-row: span 2/span 2 !important;
}

.ext-row-span-3 {
	grid-row: span 3/span 3 !important;
}

.ext-row-span-4 {
	grid-row: span 4/span 4 !important;
}

.ext-row-span-5 {
	grid-row: span 5/span 5 !important;
}

.ext-row-span-6 {
	grid-row: span 6/span 6 !important;
}

.ext-row-span-full {
	grid-row: 1/-1 !important;
}

.ext-row-start-1 {
	grid-row-start: 1 !important;
}

.ext-row-start-2 {
	grid-row-start: 2 !important;
}

.ext-row-start-3 {
	grid-row-start: 3 !important;
}

.ext-row-start-4 {
	grid-row-start: 4 !important;
}

.ext-row-start-5 {
	grid-row-start: 5 !important;
}

.ext-row-start-6 {
	grid-row-start: 6 !important;
}

.ext-row-start-7 {
	grid-row-start: 7 !important;
}

.ext-row-start-auto {
	grid-row-start: auto !important;
}

.ext-row-end-1 {
	grid-row-end: 1 !important;
}

.ext-row-end-2 {
	grid-row-end: 2 !important;
}

.ext-row-end-3 {
	grid-row-end: 3 !important;
}

.ext-row-end-4 {
	grid-row-end: 4 !important;
}

.ext-row-end-5 {
	grid-row-end: 5 !important;
}

.ext-row-end-6 {
	grid-row-end: 6 !important;
}

.ext-row-end-7 {
	grid-row-end: 7 !important;
}

.ext-row-end-auto {
	grid-row-end: auto !important;
}

.ext-m-0:not([style*=margin]) {
	margin: 0 !important;
}

.ext-m-auto:not([style*=margin]) {
	margin: auto !important;
}

.ext-m-base:not([style*=margin]) {
	margin: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-m-lg:not([style*=margin]) {
	margin: var(--extendify--spacing--large, 3rem) !important;
}

.ext--m-base:not([style*=margin]) {
	margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--m-lg:not([style*=margin]) {
	margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext-mx-0:not([style*=margin]) {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.ext .alignwide, .ext-mx-auto:not([style*=margin]) {
	margin-left: auto !important;
	margin-right: auto !important;
}

.ext-mx-base:not([style*=margin]) {
	margin-left: var(--wp--style--block-gap, 1.75rem) !important;
	margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-mx-lg:not([style*=margin]) {
	margin-left: var(--extendify--spacing--large, 3rem) !important;
	margin-right: var(--extendify--spacing--large, 3rem) !important;
}

.ext--mx-base:not([style*=margin]) {
	margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--mx-lg:not([style*=margin]) {
	margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext .wp-block-group>*, .ext-my-0:not([style*=margin]), .wp-block-column.editor\:pointer-events-none {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.ext-my-auto:not([style*=margin]) {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.ext h2, .ext-my-base:not([style*=margin]) {
	margin-top: var(--wp--style--block-gap, 1.75rem) !important;
	margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-my-lg:not([style*=margin]) {
	margin-top: var(--extendify--spacing--large, 3rem) !important;
	margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}

.ext--my-base:not([style*=margin]) {
	margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--my-lg:not([style*=margin]) {
	margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext .wp-block-columns+.wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]), .ext-mt-0:not([style*=margin]), [class*=fullwidth-cols] .wp-block-column:first-child, [class*=fullwidth-cols] .wp-block-column:first-child>*, [class*=fullwidth-cols] .wp-block-column>:first-child, [class*=fullwidth-cols] .wp-block-group:first-child {
	margin-top: 0 !important;
}

.ext-mt-auto:not([style*=margin]) {
	margin-top: auto !important;
}

.ext-mt-base:not([style*=margin]) {
	margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-mt-lg:not([style*=margin]) {
	margin-top: var(--extendify--spacing--large, 3rem) !important;
}

.ext--mt-base:not([style*=margin]) {
	margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--mt-lg:not([style*=margin]) {
	margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]), .ext-mr-0:not([style*=margin]) {
	margin-right: 0 !important;
}

.ext-mr-auto:not([style*=margin]) {
	margin-right: auto !important;
}

.ext-mr-base:not([style*=margin]) {
	margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-mr-lg:not([style*=margin]) {
	margin-right: var(--extendify--spacing--large, 3rem) !important;
}

.ext--mr-base:not([style*=margin]) {
	margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--mr-lg:not([style*=margin]) {
	margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext .is-not-stacked-on-mobile .wp-block-column, .ext-mb-0:not([style*=margin]), .ext.wp-block-group>:last-child, .wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile>.wp-block-column, [class*=fullwidth-cols] .wp-block-column:last-child, [class*=fullwidth-cols] .wp-block-column>:last-child, [class*=fullwidth-cols] .wp-block-group:last-child {
	margin-bottom: 0 !important;
}

.ext-mb-auto:not([style*=margin]) {
	margin-bottom: auto !important;
}

.ext-mb-base:not([style*=margin]), .wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child) {
	margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-mb-lg:not([style*=margin]) {
	margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}

.ext--mb-base:not([style*=margin]) {
	margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--mb-lg:not([style*=margin]) {
	margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.ext-ml-0:not([style*=margin]), .ext-ml-0:not([style*=margin]):not([style*=margin]) {
	margin-left: 0 !important;
}

.ext-ml-auto:not([style*=margin]) {
	margin-left: auto !important;
}

.ext-ml-base:not([style*=margin]) {
	margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-ml-lg:not([style*=margin]) {
	margin-left: var(--extendify--spacing--large, 3rem) !important;
}

.ext--ml-base:not([style*=margin]) {
	margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}

.ext--ml-lg:not([style*=margin]) {
	margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}

.editor\:no-resize .components-resizable-box__container, .ext-block {
	display: block !important;
}

.ext .wp-block-image img, .ext-inline-block {
	display: inline-block !important;
}

.ext-inline {
	display: inline !important;
}

.ext-flex {
	display: flex !important;
}

.ext-inline-flex {
	display: inline-flex !important;
}

.ext .ext-grid>[class*="_inner-container"], .ext-grid {
	display: grid !important;
}

.ext-inline-grid {
	display: inline-grid !important;
}

.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container::before, .editor\:no-caption .block-editor-rich-text__editable, .editor\:no-inserter .wp-block-column:not(.is-selected)>.block-list-appender, .editor\:no-inserter .wp-block-cover__inner-container>.block-list-appender, .editor\:no-inserter .wp-block-group__inner-container>.block-list-appender, .editor\:no-inserter>.block-list-appender, .ext-hidden {
	display: none !important;
}

.ext-w-auto {
	width: auto !important;
}

.ext-w-full {
	width: 100% !important;
}

.ext [class*=inner-container]>.alignwide [class*=inner-container]>*, .ext [class*=inner-container]>[data-align=wide] [class*=inner-container]>*, .ext-max-w-full {
	max-width: 100% !important;
}

.ext-flex-1 {
	flex: 1 1 0% !important;
}

.ext-flex-auto {
	flex: 1 1 auto !important;
}

.ext-flex-initial {
	flex: 0 1 auto !important;
}

.ext-flex-none {
	flex: none !important;
}

.ext-flex-shrink-0 {
	flex-shrink: 0 !important;
}

.ext-flex-shrink {
	flex-shrink: 1 !important;
}

.ext-flex-grow-0 {
	flex-grow: 0 !important;
}

.ext-flex-grow {
	flex-grow: 1 !important;
}

.ext-list-none, .is-style-inline-list li {
	list-style-type: none !important;
}

.ext .ext-grid-cols-1>[class*="_inner-container"], .ext-grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-2>[class*="_inner-container"], .ext-grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-3>[class*="_inner-container"], .ext-grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-4>[class*="_inner-container"], .ext-grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-5>[class*="_inner-container"], .ext-grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-6>[class*="_inner-container"], .ext-grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-7>[class*="_inner-container"], .ext-grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-8>[class*="_inner-container"], .ext-grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-9>[class*="_inner-container"], .ext-grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-10>[class*="_inner-container"], .ext-grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-11>[class*="_inner-container"], .ext-grid-cols-11 {
	grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-12>[class*="_inner-container"], .ext-grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-none>[class*="_inner-container"], .ext-grid-cols-none {
	grid-template-columns: none !important;
}

.ext .ext-grid-rows-1>[class*="_inner-container"], .ext-grid-rows-1 {
	grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-2>[class*="_inner-container"], .ext-grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-3>[class*="_inner-container"], .ext-grid-rows-3 {
	grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-4>[class*="_inner-container"], .ext-grid-rows-4 {
	grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-5>[class*="_inner-container"], .ext-grid-rows-5 {
	grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-6>[class*="_inner-container"], .ext-grid-rows-6 {
	grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-none>[class*="_inner-container"], .ext-grid-rows-none {
	grid-template-rows: none !important;
}

.ext-flex-row {
	flex-direction: row !important;
}

.ext-flex-row-reverse {
	flex-direction: row-reverse !important;
}

.ext-flex-col {
	flex-direction: column !important;
}

.ext-flex-col-reverse {
	flex-direction: column-reverse !important;
}

.ext-flex-wrap {
	flex-wrap: wrap !important;
}

.ext-flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.ext-flex-nowrap {
	flex-wrap: nowrap !important;
}

.ext .ext-items-start>[class*="_inner-container"], .ext-items-start {
	align-items: flex-start !important;
}

.ext .ext-items-end>[class*="_inner-container"], .ext-items-end {
	align-items: flex-end !important;
}

.ext .ext-items-center>[class*="_inner-container"], .ext .is-style-angled>[class*="_inner-container"], .ext-items-center {
	align-items: center !important;
}

.ext .ext-items-baseline>[class*="_inner-container"], .ext-items-baseline {
	align-items: baseline !important;
}

.ext .ext-items-stretch>[class*="_inner-container"], .ext-items-stretch {
	align-items: stretch !important;
}

.ext-justify-start {
	justify-content: flex-start !important;
}

.ext-justify-end {
	justify-content: flex-end !important;
}

.ext-justify-center {
	justify-content: center !important;
}

.ext-justify-between {
	justify-content: space-between !important;
}

.ext-justify-around {
	justify-content: space-around !important;
}

.ext-justify-evenly {
	justify-content: space-evenly !important;
}

.ext-justify-items-start {
	justify-items: start !important;
}

.ext-justify-items-end {
	justify-items: end !important;
}

.ext-justify-items-center {
	justify-items: center !important;
}

.ext-justify-items-stretch {
	justify-items: stretch !important;
}

.ext-gap-0 {
	gap: 0 !important;
}

.ext-gap-base {
	gap: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-gap-lg {
	gap: var(--extendify--spacing--large, 3rem) !important;
}

.ext-gap-x-0 {
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
}

.ext-gap-x-base {
	-moz-column-gap: var(--wp--style--block-gap, 1.75rem) !important;
	column-gap: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-gap-x-lg {
	-moz-column-gap: var(--extendify--spacing--large, 3rem) !important;
	column-gap: var(--extendify--spacing--large, 3rem) !important;
}

.ext-gap-y-0 {
	row-gap: 0 !important;
}

.ext-gap-y-base {
	row-gap: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-gap-y-lg {
	row-gap: var(--extendify--spacing--large, 3rem) !important;
}

.ext-justify-self-auto {
	justify-self: auto !important;
}

.ext-justify-self-start {
	justify-self: start !important;
}

.ext-justify-self-end {
	justify-self: end !important;
}

.ext-justify-self-center {
	justify-self: center !important;
}

.ext-justify-self-stretch {
	justify-self: stretch !important;
}

.ext-rounded-none {
	border-radius: 0 !important;
}

.ext-rounded-full {
	border-radius: 9999px !important;
}

.ext-rounded-t-none {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.ext-rounded-t-full {
	border-top-left-radius: 9999px !important;
	border-top-right-radius: 9999px !important;
}

.ext-rounded-r-none {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.ext-rounded-r-full {
	border-top-right-radius: 9999px !important;
	border-bottom-right-radius: 9999px !important;
}

.ext-rounded-b-none {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.ext-rounded-b-full {
	border-bottom-right-radius: 9999px !important;
	border-bottom-left-radius: 9999px !important;
}

.ext-rounded-l-none {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.ext-rounded-l-full {
	border-top-left-radius: 9999px !important;
	border-bottom-left-radius: 9999px !important;
}

.ext-rounded-tl-none {
	border-top-left-radius: 0 !important;
}

.ext-rounded-tl-full {
	border-top-left-radius: 9999px !important;
}

.ext-rounded-tr-none {
	border-top-right-radius: 0 !important;
}

.ext-rounded-tr-full {
	border-top-right-radius: 9999px !important;
}

.ext-rounded-br-none {
	border-bottom-right-radius: 0 !important;
}

.ext-rounded-br-full {
	border-bottom-right-radius: 9999px !important;
}

.ext-rounded-bl-none {
	border-bottom-left-radius: 0 !important;
}

.ext-rounded-bl-full {
	border-bottom-left-radius: 9999px !important;
}

.ext-border-0 {
	border-width: 0 !important;
}

.ext-border-t-0 {
	border-top-width: 0 !important;
}

.ext-border-r-0 {
	border-right-width: 0 !important;
}

.ext-border-b-0 {
	border-bottom-width: 0 !important;
}

.ext-border-l-0 {
	border-left-width: 0 !important;
}

.ext .wp-block-group__inner-container, .ext-p-0:not([style*=padding]) {
	padding: 0 !important;
}

.ext-p-base:not([style*=padding]) {
	padding: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-p-lg:not([style*=padding]) {
	padding: var(--extendify--spacing--large, 3rem) !important;
}

.ext .wp-block-columns .wp-block-column[style*=padding], .ext-px-0:not([style*=padding]) {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ext-px-base:not([style*=padding]), .ext.has-background {
	padding-left: var(--wp--style--block-gap, 1.75rem) !important;
	padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-px-lg:not([style*=padding]) {
	padding-left: var(--extendify--spacing--large, 3rem) !important;
	padding-right: var(--extendify--spacing--large, 3rem) !important;
}

.ext-py-0:not([style*=padding]) {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.ext-py-base:not([style*=padding]) {
	padding-top: var(--wp--style--block-gap, 1.75rem) !important;
	padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-py-lg:not([style*=padding]) {
	padding-top: var(--extendify--spacing--large, 3rem) !important;
	padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}

.ext-pt-0:not([style*=padding]) {
	padding-top: 0 !important;
}

.ext-pt-base:not([style*=padding]) {
	padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-pt-lg:not([style*=padding]) {
	padding-top: var(--extendify--spacing--large, 3rem) !important;
}

.ext-pr-0:not([style*=padding]) {
	padding-right: 0 !important;
}

.ext-pr-base:not([style*=padding]) {
	padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-pr-lg:not([style*=padding]) {
	padding-right: var(--extendify--spacing--large, 3rem) !important;
}

.ext-pb-0:not([style*=padding]) {
	padding-bottom: 0 !important;
}

.ext-pb-base:not([style*=padding]) {
	padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-pb-lg:not([style*=padding]) {
	padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}

.ext-pl-0:not([style*=padding]), .is-style-inline-list {
	padding-left: 0 !important;
}

.ext-pl-base:not([style*=padding]) {
	padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}

.ext-pl-lg:not([style*=padding]) {
	padding-left: var(--extendify--spacing--large, 3rem) !important;
}

.ext-text-left {
	text-align: left !important;
}

.ext .wp-block-image, .ext-text-center {
	text-align: center !important;
}

.ext-text-right {
	text-align: right !important;
}

.ext-leading-none {
	line-height: 1 !important;
}

.ext-leading-tight {
	line-height: 1.25 !important;
}

.ext-leading-snug {
	line-height: 1.375 !important;
}

.ext-leading-normal {
	line-height: 1.5 !important;
}

.ext-leading-relaxed {
	line-height: 1.625 !important;
}

.ext-leading-loose {
	line-height: 2 !important;
}

.ext-aspect-square img {
	aspect-ratio: 1/1 !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.ext-aspect-landscape img {
	aspect-ratio: 4/3 !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.ext-aspect-landscape-wide img {
	aspect-ratio: 16/9 !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.ext-aspect-portrait img {
	aspect-ratio: 3/4 !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.ext-aspect-landscape .components-resizable-box__container, .ext-aspect-landscape-wide .components-resizable-box__container, .ext-aspect-portrait .components-resizable-box__container, .ext-aspect-square .components-resizable-box__container {
	height: auto !important;
}

.clip-path--rhombus img {
	-webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
	clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
}

.clip-path--diamond img {
	-webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
	clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
}

.clip-path--rhombus-alt img {
	-webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
	clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
}

.wp-block-columns[class*=fullwidth-cols] {
	margin-bottom: unset !important;
}

.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.ext-my-0, .is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.wp-block-column.editor\:pointer-events-none, .is-root-container.block-editor-block-list__layout>[data-align=wide]>.ext-my-0:not([style*=margin]), .is-root-container.block-editor-block-list__layout>[data-align=wide]>.wp-block-column.editor\:pointer-events-none {
	margin-top: calc(-1 * var(--wp--style--block-gap, 28px)) !important;
}

@media (min-width:600px) and (max-width:781px) {
	.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
		margin-left: var(--wp--style--block-gap, 2em) !important;
	}
}

@media (max-width:781px) {
	.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-wrap: wrap !important;
	}
	
	.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column, .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]) {
		margin-left: 0 !important;
	}
	
	.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (max-width:1079px) {
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-wrap: wrap !important;
	}
	
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column, .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]) {
		margin-left: 0 !important;
	}
	
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important;
	}
	
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child) {
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
}

.direction-rtl {
	direction: rtl !important;
}

.direction-ltr {
	direction: ltr !important;
}

.bring-to-front {
	z-index: 10 !important;
}

.text-stroke {
	-webkit-text-stroke-color: var(--wp--preset--color--background) !important;
}

.text-stroke--primary {
	-webkit-text-stroke-color: var(--wp--preset--color--primary) !important;
}

.text-stroke--secondary {
	-webkit-text-stroke-color: var(--wp--preset--color--secondary) !important;
}

.editor\:no-resize .components-resizable-box__handle, .editor\:no-resize .components-resizable-box__handle::after, .editor\:no-resize .components-resizable-box__side-handle::before {
	display: none !important;
	pointer-events: none !important;
}

.editor\:pointer-events-none {
	pointer-events: none !important;
}

.is-style-angled {
	align-items: center !important;
	justify-content: flex-end !important;
}

.is-style-angled .wp-block-cover__image-background, .is-style-angled .wp-block-cover__video-background {
	-webkit-clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
	clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
	z-index: 1 !important;
}

.has-foreground-color {
	color: var(--wp--preset--color--foreground, #000) !important;
}

.has-foreground-background-color {
	background-color: var(--wp--preset--color--foreground, #000) !important;
}

.has-background-color {
	color: var(--wp--preset--color--background, #fff) !important;
}

.has-background-background-color {
	background-color: var(--wp--preset--color--background, #fff) !important;
}

.has-primary-color {
	color: var(--wp--preset--color--primary, #4b5563) !important;
}

.has-primary-background-color {
	background-color: var(--wp--preset--color--primary, #4b5563) !important;
}

.has-secondary-color {
	color: var(--wp--preset--color--secondary, #9ca3af) !important;
}

.has-secondary-background-color {
	background-color: var(--wp--preset--color--secondary, #9ca3af) !important;
}

.ext.has-text-color h1, .ext.has-text-color h2, .ext.has-text-color h3, .ext.has-text-color h4, .ext.has-text-color h5, .ext.has-text-color h6, .ext.has-text-color p {
	color: currentColor !important;
}

.has-white-color {
	color: var(--wp--preset--color--white, #fff) !important;
}

.has-black-color {
	color: var(--wp--preset--color--black, #000) !important;
}

.has-ext-foreground-background-color {
	background-color: var(--wp--preset--color--foreground, var(--wp--preset--color--black, #000)) !important;
}

.has-ext-primary-background-color {
	background-color: var(--wp--preset--color--primary, var(--wp--preset--color--cyan-bluish-gray, #000)) !important;
}

.wp-block-button__link.has-black-background-color {
	border-color: var(--wp--preset--color--black, #000) !important;
}

.wp-block-button__link.has-white-background-color {
	border-color: var(--wp--preset--color--white, #fff) !important;
}

.has-ext-small-font-size {
	font-size: var(--wp--preset--font-size--ext-small) !important;
}

.has-ext-medium-font-size {
	font-size: var(--wp--preset--font-size--ext-medium) !important;
}

.has-ext-large-font-size {
	font-size: var(--wp--preset--font-size--ext-large) !important;
	line-height: 1.2 !important;
}

.has-ext-x-large-font-size {
	font-size: var(--wp--preset--font-size--ext-x-large) !important;
	line-height: 1 !important;
}

.has-ext-xx-large-font-size {
	font-size: var(--wp--preset--font-size--ext-xx-large) !important;
	line-height: 1 !important;
}

.has-ext-x-large-font-size:not([style*=line-height]), .has-ext-xx-large-font-size:not([style*=line-height]) {
	line-height: 1.1 !important;
}

.ext .wp-block-group>*+* {
	margin-top: var(--wp--style--block-gap, 1.75rem) !important;
	margin-bottom: 0 !important;
}

.has-ext-x-large-font-size+h3, .has-ext-x-large-font-size+p {
	margin-top: .5rem !important;
}

.ext .wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, .5em) * .75) !important;
	min-width: 12rem !important;
}

.ext>[class*="_inner-container"]>.ext-grid:not([class*=columns]), .ext>[class*="_inner-container"]>.wp-block>.ext-grid:not([class*=columns]) {
	display: initial !important;
}

.ext .ext-grid-cols-13>[class*="_inner-container"] {
	grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
}

.ext [class*=inner-container]>.alignwide [class*=inner-container], .ext [class*=inner-container]>[data-align=wide] [class*=inner-container] {
	max-width: var(--responsive--alignwide-width, 120rem) !important;
}

.ext .wp-block-image img {
	vertical-align: middle !important;
}

body {
	--extendify--spacing--large: var(--wp--custom--spacing--large, clamp(2em, 8vw, 8em)) !important;
	--wp--preset--font-size--ext-small: 1rem !important;
	--wp--preset--font-size--ext-medium: 1.125rem !important;
	--wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem) !important;
	--wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem) !important;
	--wp--preset--font-size--ext-xx-large: clamp(3.25rem, 7.5vw, 5.75rem) !important;
	--wp--preset--color--black: #000 !important;
	--wp--preset--color--white: #fff !important;
}

.ext * {
	box-sizing: border-box !important;
}

.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container {
	background: 0 0 !important;
}

.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
	margin-top: unset !important;
	margin-bottom: unset !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-50 {
	min-height: 50vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-60 {
	min-height: 60vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-70 {
	min-height: 70vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-80 {
	min-height: 80vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-100 {
	min-height: 100vw !important;
}

.is-root-container .wp-block[data-align=full]>.ext-mx-0:not([style*=margin]):not([style*=margin]) {
	margin-right: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
	margin-left: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
	overflow: hidden !important;
	width: unset !important;
}

@media (min-width:782px) {
	.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child) {
		margin-bottom: 0 !important;
	}
	
	.is-style-inline-list li {
		margin-right: var(--wp--style--block-gap, 1.75rem) !important;
		display: inline !important;
	}
	
	.is-style-inline-list li:first-child {
		margin-left: 0 !important;
	}
	
	.is-style-inline-list li:last-child {
		margin-right: 0 !important;
	}
	
	.is-style-angled .wp-block-cover__image-background, .is-style-angled .wp-block-cover__video-background {
		-webkit-clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
		clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
	}
	
	.tablet\:ext-absolute {
		position: absolute !important;
	}
	
	.tablet\:ext-relative {
		position: relative !important;
	}
	
	.tablet\:ext-top-base {
		top: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-top-lg {
		top: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--top-base {
		top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--top-lg {
		top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-right-base {
		right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-right-lg {
		right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--right-base {
		right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--right-lg {
		right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-bottom-base {
		bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-bottom-lg {
		bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--bottom-base {
		bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--bottom-lg {
		bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-left-base {
		left: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-left-lg {
		left: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--left-base {
		left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--left-lg {
		left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-order-1 {
		order: 1 !important;
	}
	
	.tablet\:ext-order-2 {
		order: 2 !important;
	}
	
	.tablet\:ext-m-0:not([style*=margin]) {
		margin: 0 !important;
	}
	
	.tablet\:ext-m-auto:not([style*=margin]) {
		margin: auto !important;
	}
	
	.tablet\:ext-m-base:not([style*=margin]) {
		margin: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-m-lg:not([style*=margin]) {
		margin: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--m-base:not([style*=margin]) {
		margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--m-lg:not([style*=margin]) {
		margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-mx-0:not([style*=margin]) {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.tablet\:ext-mx-auto:not([style*=margin]) {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.tablet\:ext-mx-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem) !important;
		margin-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-mx-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large, 3rem) !important;
		margin-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--mx-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
		margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--mx-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
		margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-my-0:not([style*=margin]) {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.tablet\:ext-my-auto:not([style*=margin]) {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.tablet\:ext-my-base:not([style*=margin]) {
		margin-top: var(--wp--style--block-gap, 1.75rem) !important;
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-my-lg:not([style*=margin]) {
		margin-top: var(--extendify--spacing--large, 3rem) !important;
		margin-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--my-base:not([style*=margin]) {
		margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--my-lg:not([style*=margin]) {
		margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
		margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-mt-0:not([style*=margin]) {
		margin-top: 0 !important;
	}
	
	.tablet\:ext-mt-auto:not([style*=margin]) {
		margin-top: auto !important;
	}
	
	.tablet\:ext-mt-base:not([style*=margin]) {
		margin-top: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-mt-lg:not([style*=margin]) {
		margin-top: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--mt-base:not([style*=margin]) {
		margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--mt-lg:not([style*=margin]) {
		margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-mr-0:not([style*=margin]) {
		margin-right: 0 !important;
	}
	
	.tablet\:ext-mr-auto:not([style*=margin]) {
		margin-right: auto !important;
	}
	
	.tablet\:ext-mr-base:not([style*=margin]) {
		margin-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-mr-lg:not([style*=margin]) {
		margin-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--mr-base:not([style*=margin]) {
		margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--mr-lg:not([style*=margin]) {
		margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-mb-0:not([style*=margin]) {
		margin-bottom: 0 !important;
	}
	
	.tablet\:ext-mb-auto:not([style*=margin]) {
		margin-bottom: auto !important;
	}
	
	.tablet\:ext-mb-base:not([style*=margin]) {
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-mb-lg:not([style*=margin]) {
		margin-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--mb-base:not([style*=margin]) {
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--mb-lg:not([style*=margin]) {
		margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-ml-0:not([style*=margin]) {
		margin-left: 0 !important;
	}
	
	.tablet\:ext-ml-auto:not([style*=margin]) {
		margin-left: auto !important;
	}
	
	.tablet\:ext-ml-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-ml-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext--ml-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.tablet\:ext--ml-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.tablet\:ext-block {
		display: block !important;
	}
	
	.tablet\:ext-inline-block {
		display: inline-block !important;
	}
	
	.tablet\:ext-inline {
		display: inline !important;
	}
	
	.tablet\:ext-flex {
		display: flex !important;
	}
	
	.tablet\:ext-inline-flex {
		display: inline-flex !important;
	}
	
	.tablet\:ext-grid {
		display: grid !important;
	}
	
	.tablet\:ext-inline-grid {
		display: inline-grid !important;
	}
	
	.tablet\:ext-hidden {
		display: none !important;
	}
	
	.tablet\:ext-w-auto {
		width: auto !important;
	}
	
	.tablet\:ext-w-full {
		width: 100% !important;
	}
	
	.tablet\:ext-max-w-full {
		max-width: 100% !important;
	}
	
	.tablet\:ext-flex-1 {
		flex: 1 1 0% !important;
	}
	
	.tablet\:ext-flex-auto {
		flex: 1 1 auto !important;
	}
	
	.tablet\:ext-flex-initial {
		flex: 0 1 auto !important;
	}
	
	.tablet\:ext-flex-none {
		flex: none !important;
	}
	
	.tablet\:ext-flex-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.tablet\:ext-flex-shrink {
		flex-shrink: 1 !important;
	}
	
	.tablet\:ext-flex-grow-0 {
		flex-grow: 0 !important;
	}
	
	.tablet\:ext-flex-grow {
		flex-grow: 1 !important;
	}
	
	.tablet\:ext-list-none {
		list-style-type: none !important;
	}
	
	.tablet\:ext-grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}
	
	.tablet\:ext-grid-cols-none {
		grid-template-columns: none !important;
	}
	
	.tablet\:ext-flex-row {
		flex-direction: row !important;
	}
	
	.tablet\:ext-flex-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.tablet\:ext-flex-col {
		flex-direction: column !important;
	}
	
	.tablet\:ext-flex-col-reverse {
		flex-direction: column-reverse !important;
	}
	
	.tablet\:ext-flex-wrap {
		flex-wrap: wrap !important;
	}
	
	.tablet\:ext-flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.tablet\:ext-flex-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.tablet\:ext-items-start {
		align-items: flex-start !important;
	}
	
	.tablet\:ext-items-end {
		align-items: flex-end !important;
	}
	
	.tablet\:ext-items-center {
		align-items: center !important;
	}
	
	.tablet\:ext-items-baseline {
		align-items: baseline !important;
	}
	
	.tablet\:ext-items-stretch {
		align-items: stretch !important;
	}
	
	.tablet\:ext-justify-start {
		justify-content: flex-start !important;
	}
	
	.tablet\:ext-justify-end {
		justify-content: flex-end !important;
	}
	
	.tablet\:ext-justify-center {
		justify-content: center !important;
	}
	
	.tablet\:ext-justify-between {
		justify-content: space-between !important;
	}
	
	.tablet\:ext-justify-around {
		justify-content: space-around !important;
	}
	
	.tablet\:ext-justify-evenly {
		justify-content: space-evenly !important;
	}
	
	.tablet\:ext-justify-items-start {
		justify-items: start !important;
	}
	
	.tablet\:ext-justify-items-end {
		justify-items: end !important;
	}
	
	.tablet\:ext-justify-items-center {
		justify-items: center !important;
	}
	
	.tablet\:ext-justify-items-stretch {
		justify-items: stretch !important;
	}
	
	.tablet\:ext-justify-self-auto {
		justify-self: auto !important;
	}
	
	.tablet\:ext-justify-self-start {
		justify-self: start !important;
	}
	
	.tablet\:ext-justify-self-end {
		justify-self: end !important;
	}
	
	.tablet\:ext-justify-self-center {
		justify-self: center !important;
	}
	
	.tablet\:ext-justify-self-stretch {
		justify-self: stretch !important;
	}
	
	.tablet\:ext-p-0:not([style*=padding]) {
		padding: 0 !important;
	}
	
	.tablet\:ext-p-base:not([style*=padding]) {
		padding: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-p-lg:not([style*=padding]) {
		padding: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext-px-0:not([style*=padding]) {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.tablet\:ext-px-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem) !important;
		padding-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-px-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large, 3rem) !important;
		padding-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext-py-0:not([style*=padding]) {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.tablet\:ext-py-base:not([style*=padding]) {
		padding-top: var(--wp--style--block-gap, 1.75rem) !important;
		padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-py-lg:not([style*=padding]) {
		padding-top: var(--extendify--spacing--large, 3rem) !important;
		padding-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext-pt-0:not([style*=padding]) {
		padding-top: 0 !important;
	}
	
	.tablet\:ext-pt-base:not([style*=padding]) {
		padding-top: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-pt-lg:not([style*=padding]) {
		padding-top: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext-pr-0:not([style*=padding]) {
		padding-right: 0 !important;
	}
	
	.tablet\:ext-pr-base:not([style*=padding]) {
		padding-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-pr-lg:not([style*=padding]) {
		padding-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext-pb-0:not([style*=padding]) {
		padding-bottom: 0 !important;
	}
	
	.tablet\:ext-pb-base:not([style*=padding]) {
		padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-pb-lg:not([style*=padding]) {
		padding-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext-pl-0:not([style*=padding]) {
		padding-left: 0 !important;
	}
	
	.tablet\:ext-pl-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.tablet\:ext-pl-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.tablet\:ext-text-left {
		text-align: left !important;
	}
	
	.tablet\:ext-text-center {
		text-align: center !important;
	}
	
	.tablet\:ext-text-right {
		text-align: right !important;
	}
}

@media (min-width:1080px) {
	.desktop\:ext-absolute {
		position: absolute !important;
	}
	
	.desktop\:ext-relative {
		position: relative !important;
	}
	
	.desktop\:ext-top-base {
		top: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-top-lg {
		top: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--top-base {
		top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--top-lg {
		top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-right-base {
		right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-right-lg {
		right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--right-base {
		right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--right-lg {
		right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-bottom-base {
		bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-bottom-lg {
		bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--bottom-base {
		bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--bottom-lg {
		bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-left-base {
		left: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-left-lg {
		left: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--left-base {
		left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--left-lg {
		left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-order-1 {
		order: 1 !important;
	}
	
	.desktop\:ext-order-2 {
		order: 2 !important;
	}
	
	.desktop\:ext-m-0:not([style*=margin]) {
		margin: 0 !important;
	}
	
	.desktop\:ext-m-auto:not([style*=margin]) {
		margin: auto !important;
	}
	
	.desktop\:ext-m-base:not([style*=margin]) {
		margin: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-m-lg:not([style*=margin]) {
		margin: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--m-base:not([style*=margin]) {
		margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--m-lg:not([style*=margin]) {
		margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-mx-0:not([style*=margin]) {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.desktop\:ext-mx-auto:not([style*=margin]) {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.desktop\:ext-mx-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem) !important;
		margin-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-mx-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large, 3rem) !important;
		margin-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--mx-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
		margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--mx-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
		margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-my-0:not([style*=margin]) {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.desktop\:ext-my-auto:not([style*=margin]) {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.desktop\:ext-my-base:not([style*=margin]) {
		margin-top: var(--wp--style--block-gap, 1.75rem) !important;
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-my-lg:not([style*=margin]) {
		margin-top: var(--extendify--spacing--large, 3rem) !important;
		margin-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--my-base:not([style*=margin]) {
		margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--my-lg:not([style*=margin]) {
		margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
		margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-mt-0:not([style*=margin]) {
		margin-top: 0 !important;
	}
	
	.desktop\:ext-mt-auto:not([style*=margin]) {
		margin-top: auto !important;
	}
	
	.desktop\:ext-mt-base:not([style*=margin]) {
		margin-top: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-mt-lg:not([style*=margin]) {
		margin-top: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--mt-base:not([style*=margin]) {
		margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--mt-lg:not([style*=margin]) {
		margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-mr-0:not([style*=margin]) {
		margin-right: 0 !important;
	}
	
	.desktop\:ext-mr-auto:not([style*=margin]) {
		margin-right: auto !important;
	}
	
	.desktop\:ext-mr-base:not([style*=margin]) {
		margin-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-mr-lg:not([style*=margin]) {
		margin-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--mr-base:not([style*=margin]) {
		margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--mr-lg:not([style*=margin]) {
		margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-mb-0:not([style*=margin]) {
		margin-bottom: 0 !important;
	}
	
	.desktop\:ext-mb-auto:not([style*=margin]) {
		margin-bottom: auto !important;
	}
	
	.desktop\:ext-mb-base:not([style*=margin]) {
		margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-mb-lg:not([style*=margin]) {
		margin-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--mb-base:not([style*=margin]) {
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--mb-lg:not([style*=margin]) {
		margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-ml-0:not([style*=margin]) {
		margin-left: 0 !important;
	}
	
	.desktop\:ext-ml-auto:not([style*=margin]) {
		margin-left: auto !important;
	}
	
	.desktop\:ext-ml-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-ml-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext--ml-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
	}
	
	.desktop\:ext--ml-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
	}
	
	.desktop\:ext-block {
		display: block !important;
	}
	
	.desktop\:ext-inline-block {
		display: inline-block !important;
	}
	
	.desktop\:ext-inline {
		display: inline !important;
	}
	
	.desktop\:ext-flex {
		display: flex !important;
	}
	
	.desktop\:ext-inline-flex {
		display: inline-flex !important;
	}
	
	.desktop\:ext-grid {
		display: grid !important;
	}
	
	.desktop\:ext-inline-grid {
		display: inline-grid !important;
	}
	
	.desktop\:ext-hidden {
		display: none !important;
	}
	
	.desktop\:ext-w-auto {
		width: auto !important;
	}
	
	.desktop\:ext-w-full {
		width: 100% !important;
	}
	
	.desktop\:ext-max-w-full {
		max-width: 100% !important;
	}
	
	.desktop\:ext-flex-1 {
		flex: 1 1 0% !important;
	}
	
	.desktop\:ext-flex-auto {
		flex: 1 1 auto !important;
	}
	
	.desktop\:ext-flex-initial {
		flex: 0 1 auto !important;
	}
	
	.desktop\:ext-flex-none {
		flex: none !important;
	}
	
	.desktop\:ext-flex-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.desktop\:ext-flex-shrink {
		flex-shrink: 1 !important;
	}
	
	.desktop\:ext-flex-grow-0 {
		flex-grow: 0 !important;
	}
	
	.desktop\:ext-flex-grow {
		flex-grow: 1 !important;
	}
	
	.desktop\:ext-list-none {
		list-style-type: none !important;
	}
	
	.desktop\:ext-grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}
	
	.desktop\:ext-grid-cols-none {
		grid-template-columns: none !important;
	}
	
	.desktop\:ext-flex-row {
		flex-direction: row !important;
	}
	
	.desktop\:ext-flex-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.desktop\:ext-flex-col {
		flex-direction: column !important;
	}
	
	.desktop\:ext-flex-col-reverse {
		flex-direction: column-reverse !important;
	}
	
	.desktop\:ext-flex-wrap {
		flex-wrap: wrap !important;
	}
	
	.desktop\:ext-flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.desktop\:ext-flex-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.desktop\:ext-items-start {
		align-items: flex-start !important;
	}
	
	.desktop\:ext-items-end {
		align-items: flex-end !important;
	}
	
	.desktop\:ext-items-center {
		align-items: center !important;
	}
	
	.desktop\:ext-items-baseline {
		align-items: baseline !important;
	}
	
	.desktop\:ext-items-stretch {
		align-items: stretch !important;
	}
	
	.desktop\:ext-justify-start {
		justify-content: flex-start !important;
	}
	
	.desktop\:ext-justify-end {
		justify-content: flex-end !important;
	}
	
	.desktop\:ext-justify-center {
		justify-content: center !important;
	}
	
	.desktop\:ext-justify-between {
		justify-content: space-between !important;
	}
	
	.desktop\:ext-justify-around {
		justify-content: space-around !important;
	}
	
	.desktop\:ext-justify-evenly {
		justify-content: space-evenly !important;
	}
	
	.desktop\:ext-justify-items-start {
		justify-items: start !important;
	}
	
	.desktop\:ext-justify-items-end {
		justify-items: end !important;
	}
	
	.desktop\:ext-justify-items-center {
		justify-items: center !important;
	}
	
	.desktop\:ext-justify-items-stretch {
		justify-items: stretch !important;
	}
	
	.desktop\:ext-justify-self-auto {
		justify-self: auto !important;
	}
	
	.desktop\:ext-justify-self-start {
		justify-self: start !important;
	}
	
	.desktop\:ext-justify-self-end {
		justify-self: end !important;
	}
	
	.desktop\:ext-justify-self-center {
		justify-self: center !important;
	}
	
	.desktop\:ext-justify-self-stretch {
		justify-self: stretch !important;
	}
	
	.desktop\:ext-p-0:not([style*=padding]) {
		padding: 0 !important;
	}
	
	.desktop\:ext-p-base:not([style*=padding]) {
		padding: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-p-lg:not([style*=padding]) {
		padding: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext-px-0:not([style*=padding]) {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.desktop\:ext-px-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem) !important;
		padding-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-px-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large, 3rem) !important;
		padding-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext-py-0:not([style*=padding]) {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.desktop\:ext-py-base:not([style*=padding]) {
		padding-top: var(--wp--style--block-gap, 1.75rem) !important;
		padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-py-lg:not([style*=padding]) {
		padding-top: var(--extendify--spacing--large, 3rem) !important;
		padding-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext-pt-0:not([style*=padding]) {
		padding-top: 0 !important;
	}
	
	.desktop\:ext-pt-base:not([style*=padding]) {
		padding-top: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-pt-lg:not([style*=padding]) {
		padding-top: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext-pr-0:not([style*=padding]) {
		padding-right: 0 !important;
	}
	
	.desktop\:ext-pr-base:not([style*=padding]) {
		padding-right: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-pr-lg:not([style*=padding]) {
		padding-right: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext-pb-0:not([style*=padding]) {
		padding-bottom: 0 !important;
	}
	
	.desktop\:ext-pb-base:not([style*=padding]) {
		padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-pb-lg:not([style*=padding]) {
		padding-bottom: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext-pl-0:not([style*=padding]) {
		padding-left: 0 !important;
	}
	
	.desktop\:ext-pl-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem) !important;
	}
	
	.desktop\:ext-pl-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large, 3rem) !important;
	}
	
	.desktop\:ext-text-left {
		text-align: left !important;
	}
	
	.desktop\:ext-text-center {
		text-align: center !important;
	}
	
	.desktop\:ext-text-right {
		text-align: right !important;
	}
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=1be474de61c0629256765ac76fef2ce8)
 * Config saved to config.json and https://gist.github.com/1be474de61c0629256765ac76fef2ce8
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img, legend {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

legend, td, th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*, :after, :before {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	
	blockquote, pre {
		border: 1px solid #999;
	}
	
	thead {
		display: table-header-group;
	}
	
	blockquote, img, pre, tr {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
	
	.navbar {
		display: none;
	}
	
	.btn>.caret, .dropup>.btn>.caret {
		border-top-color: #000 !important;
	}
	
	.label {
		border: 1px solid #000;
	}
	
	.table {
		border-collapse: collapse !important;
	}
	
	.table td, .table th {
		background-color: #fff !important;
	}
	
	.table-bordered td, .table-bordered th {
		border: 1px solid #ddd !important;
	}
}

*, :after, :before, input[type=search] {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover {
	color: #23527c;
	text-decoration: underline;
}

a:focus, input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role=button] {
	cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%;
}

.h1, h1 {
	font-size: 36px;
}

.h2, h2 {
	font-size: 30px;
}

.h3, h3 {
	font-size: 24px;
}

.h4, h4 {
	font-size: 18px;
}

.h5, h5 {
	font-size: 14px;
}

.h6, h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width:768px) {
	.lead {
		font-size: 21px;
	}
}

.small, small {
	font-size: 85%;
}

.mark, mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left, th {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:focus, a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
	background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
	background-color: #286090;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 20px;
}

ol, ul {
	margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	margin-left: -5px;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dd, dt {
	line-height: 1.42857143;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

@media (min-width:992px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
	margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
	content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
	content: "";
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: " —";
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code, kbd, pre {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	flex: 0 0 auto;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width:768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left;
	}
	
	.col-sm-12 {
		width: 100%;
	}
	
	.col-sm-11 {
		width: 91.66666667%;
	}
	
	.col-sm-10 {
		width: 83.33333333%;
	}
	
	.col-sm-9 {
		width: 75%;
	}
	
	.col-sm-8 {
		width: 66.66666667%;
	}
	
	.col-sm-7 {
		width: 58.33333333%;
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	.col-sm-5 {
		width: 41.66666667%;
	}
	
	.col-sm-4 {
		width: 33.33333333%;
	}
	
	.col-sm-3 {
		width: 25%;
	}
	
	.col-sm-2 {
		width: 16.66666667%;
	}
	
	.col-sm-1 {
		width: 8.33333333%;
	}
	
	.col-sm-pull-12 {
		right: 100%;
	}
	
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	
	.col-sm-pull-9 {
		right: 75%;
	}
	
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	
	.col-sm-pull-6 {
		right: 50%;
	}
	
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	
	.col-sm-pull-3 {
		right: 25%;
	}
	
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	
	.col-sm-pull-0 {
		right: auto;
	}
	
	.col-sm-push-12 {
		left: 100%;
	}
	
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	
	.col-sm-push-9 {
		left: 75%;
	}
	
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	
	.col-sm-push-6 {
		left: 50%;
	}
	
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	
	.col-sm-push-3 {
		left: 25%;
	}
	
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	
	.col-sm-push-0 {
		left: auto;
	}
	
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
	}
	
	.col-md-12 {
		width: 100%;
	}
	
	.col-md-11 {
		width: 91.66666667%;
	}
	
	.col-md-10 {
		width: 83.33333333%;
	}
	
	.col-md-9 {
		width: 75%;
	}
	
	.col-md-8 {
		width: 66.66666667%;
	}
	
	.col-md-7 {
		width: 58.33333333%;
	}
	
	.col-md-6 {
		width: 50%;
	}
	
	.col-md-5 {
		width: 41.66666667%;
	}
	
	.col-md-4 {
		width: 33.33333333%;
	}
	
	.col-md-3 {
		width: 25%;
	}
	
	.col-md-1\/5 {
		width: 20%;
	}
	
	.col-md-2 {
		width: 16.66666667%;
	}
	
	.col-md-1 {
		width: 8.33333333%;
	}
	
	.col-md-pull-12 {
		right: 100%;
	}
	
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	
	.col-md-pull-9 {
		right: 75%;
	}
	
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	
	.col-md-pull-6 {
		right: 50%;
	}
	
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	
	.col-md-pull-3 {
		right: 25%;
	}
	
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	
	.col-md-pull-0 {
		right: auto;
	}
	
	.col-md-push-12 {
		left: 100%;
	}
	
	.col-md-push-11 {
		left: 91.66666667%;
	}
	
	.col-md-push-10 {
		left: 83.33333333%;
	}
	
	.col-md-push-9 {
		left: 75%;
	}
	
	.col-md-push-8 {
		left: 66.66666667%;
	}
	
	.col-md-push-7 {
		left: 58.33333333%;
	}
	
	.col-md-push-6 {
		left: 50%;
	}
	
	.col-md-push-5 {
		left: 41.66666667%;
	}
	
	.col-md-push-4 {
		left: 33.33333333%;
	}
	
	.col-md-push-3 {
		left: 25%;
	}
	
	.col-md-push-2 {
		left: 16.66666667%;
	}
	
	.col-md-push-1 {
		left: 8.33333333%;
	}
	
	.col-md-push-0 {
		left: auto;
	}
	
	.col-md-offset-12 {
		margin-left: 100%;
	}
	
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-md-offset-9 {
		margin-left: 75%;
	}
	
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-md-offset-6 {
		margin-left: 50%;
	}
	
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-md-offset-3 {
		margin-left: 25%;
	}
	
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left;
	}
	
	.col-lg-12 {
		width: 100%;
	}
	
	.col-lg-11 {
		width: 91.66666667%;
	}
	
	.col-lg-10 {
		width: 83.33333333%;
	}
	
	.col-lg-9 {
		width: 75%;
	}
	
	.col-lg-8 {
		width: 66.66666667%;
	}
	
	.col-lg-7 {
		width: 58.33333333%;
	}
	
	.col-lg-6 {
		width: 50%;
	}
	
	.col-lg-5 {
		width: 41.66666667%;
	}
	
	.col-lg-4 {
		width: 33.33333333%;
	}
	
	.col-lg-3 {
		width: 25%;
	}
	
	.col-lg-2 {
		width: 16.66666667%;
	}
	
	.col-lg-1 {
		width: 8.33333333%;
	}
	
	.col-lg-pull-12 {
		right: 100%;
	}
	
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	
	.col-lg-pull-9 {
		right: 75%;
	}
	
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	
	.col-lg-pull-6 {
		right: 50%;
	}
	
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	
	.col-lg-pull-3 {
		right: 25%;
	}
	
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	
	.col-lg-pull-0 {
		right: auto;
	}
	
	.col-lg-push-12 {
		left: 100%;
	}
	
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	
	.col-lg-push-9 {
		left: 75%;
	}
	
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	
	.col-lg-push-6 {
		left: 50%;
	}
	
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	
	.col-lg-push-3 {
		left: 25%;
	}
	
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	
	.col-lg-push-0 {
		left: auto;
	}
	
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-lg-offset-0 {
		margin-left: 0;
	}
}

pre code, table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	border-top: 1px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px;
}

.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
	background-color: #f5f5f5;
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*=col-], table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell;
}

.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8;
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
	background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6;
}

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
	background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3;
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
	background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc;
}

.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
	background-color: #f2dede;
}

.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc;
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%;
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	
	.table-responsive>.table {
		margin-bottom: 0;
	}
	
	.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
		white-space: nowrap;
	}
	
	.table-responsive>.table-bordered {
		border: 0;
	}
	
	.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0;
	}
	
	.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0;
	}
	
	.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0;
	}
}

fieldset, legend {
	padding: 0;
	border: 0;
}

fieldset {
	margin: 0;
	min-width: 0;
}

legend {
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px 	;
	line-height: normal;
}

input[type=file], legend {
	display: block;
}

input[type=range] {
	display: block;
	width: 100%;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control, select[multiple], select[multiple].input-sm, select[size], textarea.form-control, textarea.input-sm {
	height: auto;
}

.form-control, output {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}

output {
	padding-top: 7px;
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.nitro-lazy {
	background-image: none !important;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}

input[type=search] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
		line-height: 34px;
	}
	
	.input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
		line-height: 30px;
	}
	
	.input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
		line-height: 46px;
	}
}

.form-group {
	margin-bottom: 15px;
}

.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.checkbox label, .checkbox-inline, .radio label, .radio-inline {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.checkbox label, .radio label {
	min-height: 20px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px 	;
}

.checkbox+.checkbox, .radio+.radio {
	margin-top: -5px;
}

.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px;
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}

.form-group-sm .form-control, .input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.form-group-sm select.form-control, select.input-sm {
	height: 30px;
	line-height: 30px;
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.form-group-lg .form-control, .input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control, select[multiple].input-lg, textarea.input-lg {
	height: auto;
}

.form-group-lg select.form-control, select.input-lg {
	height: 46px;
	line-height: 46px;
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label~.form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.form-inline .form-control-static {
		display: inline-block;
	}
	
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	
	.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
		width: auto;
	}
	
	.form-inline .input-group>.form-control {
		width: 100%;
	}
	
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.form-inline .checkbox, .form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.form-inline .checkbox label, .form-inline .radio label {
		padding-left: 0;
	}
	
	.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0;
	}
	
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
	
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}

.fade {
	opacity: 0;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height, visibility;
	transition-duration: .35s;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid 	;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown, .dropup {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color: #777;
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}

.dropdown-menu>.disabled>a:focus.nitro-lazy, .dropdown-menu>.disabled>a:hover.nitro-lazy {
	background-image: none !important;
}

.open>.dropdown-menu {
	display: block;
}

.open>a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid 	;
	content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width:992px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav>li, .nav>li>a {
	position: relative;
	display: block;
}

.nav>li>a {
	padding: 10px 15px;
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee;
}

.nav>li.disabled>a {
	color: #777;
}

.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7;
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav>li>a>img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-tabs.nav-justified>li {
	float: none;
}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu, .nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%;
	}
	
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	
	.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff;
	}
}

.nav-pills>li {
	float: left;
}

.nav-pills>li>a {
	border-radius: 4px;
}

.nav-pills>li+li {
	margin-left: 2px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7;
}

.nav-justified>li, .nav-stacked>li {
	float: none;
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified {
	width: 100%;
}

.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px;
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%;
	}
	
	.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified {
	border-bottom: 0;
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	
	.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff;
	}
}

.tab-content>.tab-pane {
	display: none;
}

.navbar-brand>img, .tab-content>.active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width:1200px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	
	.navbar-collapse.in {
		overflow-y: visible;
	}
	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 200px;
	}
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width:992px) {
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width:992px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width:992px) {
	.navbar-fixed-bottom, .navbar-fixed-top {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}

@media (min-width:992px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle.nitro-lazy {
	background-image: none !important;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media (min-width:992px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width:991px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px;
	}
	
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}
	
	.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none;
	}
	
	.navbar-nav .open .dropdown-menu>li>a:focus.nitro-lazy, .navbar-nav .open .dropdown-menu>li>a:hover.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width:992px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	
	.navbar-nav>li {
		float: left;
	}
	
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.navbar-form {
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin: 8px -15px;
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.navbar-form .form-control-static {
		display: inline-block;
	}
	
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	
	.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
		width: auto;
	}
	
	.navbar-form .input-group>.form-control {
		width: 100%;
	}
	
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.navbar-form .checkbox, .navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.navbar-form .checkbox label, .navbar-form .radio label {
		padding-left: 0;
	}
	
	.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0;
	}
	
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width:991px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media (min-width:992px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none;
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width:992px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.navbar-left {
		float: left !important;
	}
	
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	
	.navbar-right~.navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #555;
}

@media (max-width:991px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .btn-link, .navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
	color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
	color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #080808;
	color: #fff;
}

@media (max-width:991px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent;
	}
}

.navbar-inverse .btn-link, .navbar-inverse .navbar-link {
	color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444;
}

.modal, .modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	transform: translate(0, -25%);
	transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	
	.modal-sm {
		width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px;
	}
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
	content: " ";
	display: table;
}

.clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.d-none, .hide {
	display: none !important;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none !important;
}

@media (max-width:767px) {
	.visible-xs, .visible-xs-block {
		display: block !important;
	}
	
	table.visible-xs {
		display: table !important;
	}
	
	tr.visible-xs {
		display: table-row !important;
	}
	
	td.visible-xs, th.visible-xs {
		display: table-cell !important;
	}
	
	.visible-xs-inline {
		display: inline !important;
	}
	
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm, .visible-sm-block {
		display: block !important;
	}
	
	table.visible-sm {
		display: table !important;
	}
	
	tr.visible-sm {
		display: table-row !important;
	}
	
	td.visible-sm, th.visible-sm {
		display: table-cell !important;
	}
	
	.visible-sm-inline {
		display: inline !important;
	}
	
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md, .visible-md-block {
		display: block !important;
	}
	
	table.visible-md {
		display: table !important;
	}
	
	tr.visible-md {
		display: table-row !important;
	}
	
	td.visible-md, th.visible-md {
		display: table-cell !important;
	}
	
	.visible-md-inline {
		display: inline !important;
	}
	
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:1200px) {
	.visible-lg, .visible-lg-block {
		display: block !important;
	}
	
	table.visible-lg {
		display: table !important;
	}
	
	tr.visible-lg {
		display: table-row !important;
	}
	
	td.visible-lg, th.visible-lg {
		display: table-cell !important;
	}
	
	.visible-lg-inline {
		display: inline !important;
	}
	
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	
	table.visible-print {
		display: table !important;
	}
	
	tr.visible-print {
		display: table-row !important;
	}
	
	td.visible-print, th.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
	
	.hidden-print {
		display: none !important;
	}
}

/*
Theme Name: Hub
Theme URI: https://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 5.0.7
License: GNU General Public License
License URI: license.txt
Text Domain: hub
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.wp-block-gallery {
	margin-bottom: 1em;
}

.blocks-gallery-caption {
	margin-top: 0;
}

/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.wp-block-button__link {
	--wp-btn-border-radius: 1.5em;
	border-radius: var(--wp-btn-border-radius);
	line-height: 1.35em;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	--wp-btn-border-radius: 0;
}

/*--------------------------------------------------------------
Cover
--------------------------------------------------------------*/
.wp-block-cover.has-background-dim {
	color: #fff;
}

.wp-block-cover.has-background-dim a {
	color: inherit;
}

.wp-block-group.has-background, .has-background {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Blockquote
--------------------------------------------------------------*/
.wp-block-pullquote blockquote {
	border: none;
}
