.ldcv::before {
	background: rgba(0, 0, 0, 0.9);
}

.ribbon-holder {
	position: relative;
	margin: 0 auto;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 100%;
}
.ribbon {
	height: 62px;
	top: -30px;
	position: absolute;
	z-index: 3000;
	display: block;
	margin: 0 auto;
	left: 30.5%;
}
.close-modal {
	cursor: pointer;
	position: absolute;
	top: -18px;
	right: -4rem;
	z-index: 900;
}

.card-body .container {
	max-width: 850px;
}

.card-body section {
	padding-top: 0;
}

.pop-up-heading {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1.5rem;
	margin-bottom: 3rem;
	color: #201d1d;
	word-wrap: break-word !important;
	word-break: normal !important;
	font-size: 3.35rem;
	letter-spacing: 0em;
	line-height: 1.05;
	font-weight: 800;
	text-align: center;
}

.ldcv.ldcv-vortex.active > .base > .inner {
	overflow: hidden;
}
.ldcv > .base {
	max-width: 850px !important;
	left: -1.75rem;
	position: relative;
	top: 2rem;
	vertical-align: top;
}

.ldcv > .base > .inner.card {
	padding: 5px 25px 3rem;
	overflow-y: hidden;
	border-radius: 0;
}
.ldcv > .base > .inner.card .container {
	width: 100%;
}

.row::after {
	content: '';
	display: table;
	clear: both;
}

.half.column {
	display: inline-block;
	max-width: 45%;
	margin: 0 auto 1rem;
	padding: 10px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.half.column:first-child {
	margin-left: 0;
	margin-right: 2px;
}

.half.column:nth-child(2) {
	margin-left: 1rem;
}

.half.column p {
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.15;
	margin: 0;
}

.half.column .button {
	border-color: #1255bf;
	background-color: #1255bf;
	font-size: 2rem;
	font-weight: 500;
	padding: 1.25rem 1rem;
	width: 89%;
}

@media (max-width: 1000px) {
	.ldcv > .base {
		max-width: 90% !important;
	}
	.half.column {
		max-width: 65%;
	}
	.half.column:nth-child(2) {
		margin-left: 0;
	}
	.pop-up-heading {
		font-size: 2.4rem;
		line-height: 1.15;
		margin-bottom: 1rem;
	}
	.half.column .button {
		font-size: 1.25rem;
		padding: 0.75rem 1rem;
	}
	.half.column p {
		font-size: 1.5rem;
	}
}

.half.column p em {
	color: #1255bf;
}

.half.column.dotted {
	border: 5px dashed #000000;
	border-radius: 10px;
}

.half.column img {
	max-width: 75%;
}

@media (max-width: 600px) {
	.ldcv > .base {
		position: initial;
		max-width: 92% !important;
		vertical-align: middle;
	}
	.ldcv > .base > .inner.card {
		padding: 5px 15px;
	}
	.ldcv > .base > .inner {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.ldcv > .base > .inner .container {
		padding: 0;
	}
	.pop-up-heading {
		font-size: 1.57em;
		margin-bottom: 0.75rem;
	}
	.half.column {
		max-width: 92%;
	}
	.half.column .button {
		font-size: 1.25rem;
		padding: 0.5rem 1rem;
	}
	.close-modal {
		right: 0.5rem;
	}
	.submit-registration-btn {
		white-space: inherit;
	}
}
