/* POPUP2026: */
.modal 
{
	display: none; /* Show or hide by default */
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto; /* Enable scroll if needed */
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	overscroll-behavior: contain; /* prevent body scroll while popup open (some / most browsers) */
}
.modal-content 
{
	width: 950px; /* was 60% */
	background-color: #fff;
	padding: 0;
	position: relative;
	margin: 5% auto 10% auto;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	animation-name: popupFadeScale;
	animation-duration: 0.5s;
}
@media screen and (max-width:1200px)
{
	.modal-content 
	{
		width: 700px;
	}
}
@media screen and (max-width:860px)
{
	.modal-content
	{
		width: 80%;
	}
}

.close
{
	color: red;
	float: right;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	display: block;
	padding: 10px;
	position: relative;
	z-index: 1;
	margin-top: 0;
}
	/* TOP X BUTTON: */
	.modal-header .close
	{
		font-size: 50px;
		font-weight: normal;
		padding: 0 25px;
	}
	@media screen and (max-width:1200px)
	{
		.modal-header .close
		{
			font-size: 42px;
			padding: 0 15px;
		}
	}
	/* OKAY BUTTON: */
	.modal-footer .close
	{
		font-size: 21px;
		float: none;
		clear: both;
		display: block;
		padding: 11px;
		margin: 20px 0 0 0;
		background: #cd1719;
		color: #fff;
		text-align: center;
		border: solid #fff 15px;
		box-sizing: border-box;
	}
	.close:hover,
	.close:focus
	{
		opacity: 0.85;
		text-decoration: none;
		cursor: pointer;
	}

.modal-header 
{
	padding: 0;
}

.modal-body 
{
	text-align: left;
	padding: 0 40px; /* was 40px 10% 0 10% */
	box-sizing: border-box;
}
	@media screen and (max-width:800px)
	{
		.modal-body 
		{
			padding: 0 22px;
		}
	}

	.modal-body p,
	.modal-body ul
	{
		margin: 0 0 25px 0;
	}
	.modal-body ul li
	{
		background-position: 0 3px;
	}
	.modal-body p a
	{
	}
	.modal-body p a:hover
	{
	}

.modal-footer 
{
	padding: 0;
	color: #fff;
}

/* MODAL HEADINGS: */
.modal-body .sharpening-form h2
{
	font-size: 23px;
} 
.modal-body h2.modalh2 
{
	font-size: 45px;
	margin-top: -15px;
}
.modal-body h3
{
	font-size: 29px;
	border: 0 !important;
	margin: 0 !important;
}
	@media screen and (max-width:1200px)
	{
		.modal-body h2.modalh2 { font-size: 35px; }
		.modal-body h3 { font-size: 22px; }
	}
		@media screen and (max-width:800px)
		{
			.modal-body h2.modalh2 { font-size: 27px; }
			.modal-body h3 { font-size: 21px; font-weight: 400; text-transform: none; }
		}
/* =============================================================
END MODAL 
*/


/* SHARPENING FORM MARCH2025 ================================================================ */
.sharpening-form
{
	float: right;
	clear: none;
	width: 650px;
	margin: 10px 0 15px 10px;
}
	/* POPUP2026 added */
	.modal .sharpening-form
	{
		width: 565px;
		margin-top: 5px;
	}
.sharpening-form-left
{
	width: 32%;
}
	.modal .sharpening-form-left
	{
		width: 43%;
		float: right;
	}
.sharpening-form .signup-outer
{
	width: 64%;
	float: right;
}
	/* POPUP2026: */
	.modal .sharpening-form .signup-outer
	{
		width: 57%;
		float: left;
	}

@media screen and (max-width:1200px)
{
	.modal .sharpening-form
	{
		width: 100%;
		margin-top: 0;
	}
	.modal .sharpening-form-left
	{
		width: 35%;
		float: right;
	}
	.modal .sharpening-form .signup-outer
	{
		width: 65%;
		float: left;
	}
}
	@media screen and (max-width:660px)
	{
		.modal .sharpening-form-left
		{
			width: 55%;
			float: none;
			clear: both;
			margin: 0 auto;
		}
		.modal .sharpening-form .signup-outer
		{
			width: 100%;
			float: left;
			clear: both;
			margin-top: 15px;
		}
	}
		@media screen and (max-width:540px)
		{
			.modal .sharpening-form-left
			{
				width: 70%;
			}
		}
			@media screen and (max-width:480px)
			{
				.modal .sharpening-form-left
				{
					width: 90%;
				}
			}

@media screen and (max-width: 880px) 
{
	.sharpening-form
	{
		width: 100%;
	}
}

img.form-image
{
	width: 100% !important;
	height: auto !important;
	float: left !important;
	display: block !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* MARCH2025 custom checkbox: CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC */
label#sharpening-checkbox-label
{
	display: block !important;
	color: #fff !important;
	float: left !important;
	clear: both !important;
	padding: 0 0 20px 0;
}
label#sharpening-checkbox-label input#consent-checkbox
{
	width: auto !important;
	float: left !important;
	clear: none !important;
	margin: 5px 7px 0 0 !important;
}
.consent-text-input-for-newzapp
{
	display: none;
}

/* Animation */
@keyframes popupFadeScale
{
    from
    {
        opacity: 0;
        transform: scale(0.9);
    }
    to
    {
        opacity: 1;
        transform: scale(1);
    }
}