

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.45);
	z-index: 98;
	display: none;
	top: 0;
	left: 0
}

.reveal-modal {
	visibility: hidden;
	display: none;
	position: absolute;
	left: 50%;
	z-index: 99;
	height: auto;
	margin-left: -25%;
	width: 50%;

	padding: 0rem;
/*	border: solid 1px #666;
background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);*/
	top: 16.25rem!important
}

.reveal-modal .column,
.reveal-modal .columns {
	min-width: 0
}

.reveal-modal>:first-child {
	margin-top: 0
}

.reveal-modal>:last-child {
	margin-bottom: 0
}

.reveal-modal .close-reveal-modal {
	font-size: 5.375rem;
	line-height: 1;
	position: absolute;
	top: -0.5rem;
	right: 0.6875rem;
	color: #fbc827;
	font-weight: bold;
	cursor: pointer
}

@media only screen and (min-width: 40.063em) {
	.reveal-modal {
		padding: 1.875rem;
		top: 6.25rem
	}
	.reveal-modal.tiny {
		margin-left: -15%;
		width: 30%
	}
	.reveal-modal.small {
		margin-left: -20%;
		width: 40%
	}
	.reveal-modal.medium {
		margin-left: -30%;
		width: 60%
	}
	.reveal-modal.large {
		margin-left: -35%;
		width: 70%
	}
	.reveal-modal.xlarge {
		margin-left: -47.5%;
		width: 95%
	}
}

@media print {
	.reveal-modal {
		background: #fff !important
	}
}
