
/* Join NIAX - Joomla 3 / T3 Bootstrap friendly */
.fabrikForm .jniax-shell,
.jniax-shell {
	max-width: 1180px;
	margin: 0 auto 40px;
	padding: 10px;
	color: #172033;
}

.jniax-shell * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.jniax-top-tools {
	min-height: 10px;
	margin-bottom: 10px;
}

.jniax-hero {
	position: relative;
	overflow: hidden;
	margin-bottom: 22px;
	padding: 0;
	border: 1px solid #dce7f4;
	border-radius: 22px;
	background: #ffffff;
	color: #172033;
	box-shadow: 0 22px 45px rgba(4,28,67,.14);
}

.jniax-hero:before {
	content: '';
	position: absolute;
	right: -70px;
	bottom: -85px;
	width: 300px;
	height: 300px;
	background: url('https://www.networkinaction.com/images/navy-submark-200.png') center center no-repeat;
	background-size: contain;
	opacity: .055;
	pointer-events: none;
}

.jniax-hero:after {
	content: '';
	position: absolute;
	right: -120px;
	top: -130px;
	width: 340px;
	height: 340px;
	border-radius: 999px;
	background: #f0f6fd;
}

.jniax-brand-bar {
	position: relative;
	z-index: 2;
	display: table;
	width: 100%;
	padding: 26px 30px 20px;
	border-bottom: 1px solid #e4edf7;
	background: linear-gradient(135deg, #ffffff 0%, #f6faff 100%);
}

.jniax-primary-logo {
	display: table-cell;
	width: auto;
	max-width: 245px;
	max-height: 74px;
	vertical-align: middle;
}

.jniax-submark-logo {
	position: absolute;
	right: 28px;
	top: 20px;
	width: 82px;
	height: auto;
	opacity: .16;
}

.jniax-hero-copy {
	position: relative;
	z-index: 2;
	padding: 30px 34px 34px;
}

.jniax-eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	padding: 6px 11px;
	border: 1px solid #d7e5f5;
	border-radius: 999px;
	background: #f4f9ff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #041c43;
}

.jniax-hero h1 {
	margin: 0 0 10px;
	font-size: 34px;
	line-height: 1.08;
	font-weight: 800;
	color: #041c43;
}

.jniax-hero p {
	max-width: 760px;
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.55;
	color: #52647f;
}

.jniax-process {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 20px;
	border-spacing: 12px 0;
}

.jniax-process-step {
	display: table-cell;
	position: relative;
	padding: 17px 15px;
	border: 1px solid #dfeaf7;
	border-radius: 16px;
	background: #f8fbff;
	vertical-align: top;
}

.jniax-process-step-featured {
	background: #eef7ff;
	border-color: #bddbf8;
	box-shadow: 0 10px 30px rgba(4,28,67,.08);
}

.jniax-process-step span {
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-bottom: 10px;
	border-radius: 50%;
	background: #041c43;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 31px;
	text-align: center;
}

.jniax-process-step strong {
	display: block;
	margin-bottom: 5px;
	color: #041c43;
	font-size: 15px;
}

.jniax-process-step em {
	display: block;
	color: #65758e;
	font-size: 12px;
	font-style: normal;
	line-height: 1.35;
}

.jniax-card {
	margin-bottom: 22px;
	padding: 24px;
	border: 1px solid #e2e9f3;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(20,38,68,.08);
}

.jniax-card-primary {
	border-top: 5px solid #1e88e5;
}

.jniax-card-payments {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.jniax-card-heading {
	display: table;
	width: 100%;
	margin-bottom: 18px;
}

.jniax-card-heading > .jniax-step {
	display: table-cell;
	vertical-align: top;
}

.jniax-card-heading > div {
	display: table-cell;
	vertical-align: top;
	padding-left: 16px;
}

.jniax-step {
	
    width: 55px;
	min-width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #041c43;
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 15 px;
	text-align: center;
	white-space: nowrap;
    
    

    
}

.jniax-card-heading h2 {
	margin: 0 0 5px;
	font-size: 22px;
	line-height: 1.2;
	color: #041c43;
}

.jniax-card-heading p {
	margin: 0;
	color: #60718c;
	line-height: 1.5;
}

.jniax-field {
	margin-bottom: 18px;
}

.jniax-label-row label,
.jniax-field .control-label {
	display: block;
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .01em;
	color: #24324a;
}

.jniax-required {
	color: #d9534f;
}

.jniax-input-wrap input[type='text'],
.jniax-input-wrap input[type='email'],
.jniax-input-wrap input[type='password'],
.jniax-input-wrap input[type='number'],
.jniax-input-wrap input[type='tel'],
.jniax-input-wrap input[type='url'],
.jniax-input-wrap select,
.jniax-input-wrap textarea,
.jniax-field input[type='text'],
.jniax-field input[type='email'],
.jniax-field input[type='password'],
.jniax-field select,
.jniax-field textarea {
	width: 100%;
	max-width: 100%;
	min-height: 42px;
	padding: 9px 11px;
	border: 1px solid #ccd7e6;
	border-radius: 11px;
	background: #fff;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.025);
	font-size: 15px;
	color: #172033;
}

.jniax-input-wrap input:focus,
.jniax-input-wrap select:focus,
.jniax-input-wrap textarea:focus {
	border-color: #1e88e5;
	box-shadow: 0 0 0 3px rgba(30,136,229,.13);
	outline: none;
}

.jniax-help {
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.4;
	color: #72839b;
}

/* Horizontal, stable native radios. Keeps Fabrik radio inputs visible and clickable. */
.jniax-radio-card .fabrikElement,
.jniax-radio-card .controls {
	display: block;
	overflow: visible;
}

.jniax-radio-card .fabrikElement br,
.jniax-radio-card .controls br {
	display: none !important;
}

.jniax-radio-card .fabrikSubElementContainer,
.jniax-radio-card .fabrikSubElement,
.jniax-radio-card label.radio,
.jniax-radio-card .radio,
.jniax-radio-card .fabrikElement > label {
	display: inline-block !important;
	vertical-align: middle !important;
	margin: 0 22px 10px 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	min-width: 0 !important;
	width: auto !important;
	line-height: 22px !important;
	font-weight: 700;
	color: #24324a;
	white-space: nowrap;
}

.jniax-radio-card input[type='radio'] {
	position: static !important;
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
	margin: -2px 7px 0 0 !important;
	opacity: 1 !important;
	width: auto !important;
	height: auto !important;
}


/* Long legal opt-in radio labels: wrap inside the template instead of running off-card. */
.jniax-optin-card .fabrikElement,
.jniax-optin-card .controls,
.jniax-optin-card .fabrikSubElementContainer,
.jniax-optin-card .fabrikSubElement {
	max-width: 100% !important;
	width: 100% !important;
	overflow-wrap: anywhere;
	word-wrap: break-word;
}

.jniax-optin-card .fabrikSubElementContainer,
.jniax-optin-card .fabrikSubElement,
.jniax-optin-card label.radio,
.jniax-optin-card .radio,
.jniax-optin-card .fabrikElement > label {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	white-space: normal !important;
	line-height: 1.45 !important;
	font-weight: 600;
}

.jniax-optin-card label,
.jniax-optin-card .radio label {
	white-space: normal !important;
	overflow-wrap: anywhere;
	word-break: normal;
}

.jniax-optin-card input[type='radio'] {
	position: static !important;
	float: none !important;
	display: inline-block !important;
	vertical-align: top !important;
	margin: 3px 8px 0 0 !important;
	opacity: 1 !important;
	width: auto !important;
	height: auto !important;
}

.jniax-optin-card a {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.jniax-paypal-callout {
	margin-bottom: 18px;
	padding: 18px;
	border: 1px solid #d9e8fb;
	border-radius: 16px;
	background: #eef7ff;
}

.jniax-paypal-mark {
	display: inline-block;
	margin-bottom: 10px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #041c43;
	color: #fff;
	font-weight: 800;
	letter-spacing: .02em;
}

.jniax-paypal-callout strong {
	display: block;
	margin-bottom: 6px;
	font-size: 17px;
	color: #041c43;
}

.jniax-paypal-callout p {
	margin: 0;
	color: #60718c;
	line-height: 1.45;
}

 .jniax-payment-links {
	margin-top: 12px;
}

.jniax-payment-links a {
	display: inline-block;
	margin: 0 10px 6px 0;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	color: #041c43;
	text-decoration: underline;
}

.jniax-payment-links a:hover,
.jniax-payment-links a:focus {
	color: #1e88e5;
}

.jniax-mini-steps {
	border: 1px solid #e2e9f3;
	border-radius: 16px;
	overflow: hidden;
}

.jniax-mini-steps div {
	padding: 12px 14px;
	border-bottom: 1px solid #e2e9f3;
	font-weight: 700;
	color: #24324a;
}

.jniax-mini-steps div:last-child {
	border-bottom: 0;
}

.jniax-mini-steps span {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	border-radius: 50%;
	background: #e8f4ff;
	color: #1e88e5;
	line-height: 22px;
	text-align: center;
	font-weight: 800;
}

.jniax-note {
	margin-top: 12px;
	padding: 14px 16px;
	border-left: 4px solid #1e88e5;
	border-radius: 12px;
	background: #f4f9ff;
	color: #40516b;
	line-height: 1.5;
}

.jniax-hidden-element {
	display: none !important;
}

.jniax-shell .fabrikActions,
.jniax-shell .form-actions {
	margin-top: 10px;
	padding: 20px 24px;
	border: 1px solid #e2e9f3;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(20,38,68,.08);
}

.jniax-shell .fabrikActions .btn,
.jniax-shell .form-actions .btn,
.jniax-shell button[type='submit'],
.jniax-shell input[type='submit'] {
	border-radius: 999px;
	padding: 10px 20px;
	font-weight: 800;
}

@media (max-width: 979px) {
	.jniax-process {
		display: block;
		border-spacing: 0;
	}

	.jniax-process-step {
		display: block;
		margin-bottom: 12px;
	}

	.jniax-grid > .span7,
	.jniax-grid > .span5 {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.jniax-shell {
		padding: 0;
	}

	.jniax-hero,
	.jniax-card {
		border-radius: 16px;
		padding: 22px;
	}

	.jniax-brand-bar {
		padding: 20px 22px 16px;
	}

	.jniax-primary-logo {
		max-width: 205px;
		max-height: 62px;
	}

	.jniax-submark-logo {
		width: 62px;
		right: 18px;
		top: 18px;
	}

	.jniax-hero-copy {
		padding: 22px;
	}

	.jniax-hero h1 {
		font-size: 28px;
	}

	.jniax-card-heading {
		display: block;
	}

	.jniax-card-heading > .jniax-step,
	.jniax-card-heading > div {
		display: block;
		padding-left: 0;
	}

	.jniax-step {
		display: block;
		margin-bottom: 12px;
	}

	.jniax-radio-card .fabrikSubElementContainer,
	.jniax-radio-card .fabrikSubElement,
	.jniax-radio-card label.radio,
	.jniax-radio-card .radio,
	.jniax-radio-card .fabrikElement > label {
		display: block !important;
		margin-right: 0 !important;
		white-space: normal;
	}
}
