 #dclm_modal_screen {
	position: fixed;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1100;
	backdrop-filter: blur(10px);
	z-index: 99999;
}

#dclm_modal_content {
	position: fixed;
	z-index: 100000;
	margin: 0 auto;
	font-size: 12px;
	padding: 30px;
	width: 290px; /* if you adjust it from the original 290px, adjust the difference in the width of #dclm_modal_content nav too */
	height: auto; /* if you adjust it from the original 290px, adjust the difference in the width of #dclm_modal_content nav too */
	background-position: center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 20px 150px rgba(51, 73, 90, 0.20);
    -moz-box-shadow: 0px 20px 150px rgba(51, 73, 90, 0.20);
    -webkit-box-shadow: 0px 20px 150px rgba(51, 73, 90, 0.20);
}

#dclm_modal_content .content_wrapper {
	/* padding-top: 8em;
	margin: 3em auto 0; */
	text-align: center;
}

#dclm_modal_content h2 {
	margin: 0 0 0 0;
	/* font:normal 15px/1.3em 'Gill Sans W01 Medium', Helvetica,arial,sans-serif; */
}

#dclm_modal_content p {
	max-width: 75%;
	margin: 1.2em auto 0;
	/* font:11px/1.5em "proxima-nova", Helvetica,arial,sans-serif; */
}

#dclm_modal_content nav {
	font-size: 16px;
	display:table;
	width: 230px;
	text-transform: uppercase;
	font-weight: bold;
}

#dclm_modal_content nav ul {
	display:table-row;
	width: 100%;
	margin:0;
	padding:0;
}

#dclm_modal_content nav li {
	display: table-cell;
	text-align: right;
	width: auto;
}

#dclm_modal_content nav:after {
	content: "";
	display: block;
	clear: both;
}

#dclm_modal_content nav small {
	display: block;
	text-align: center;
	color: #888;
	margin: 15px 0;
}

#dclm_modal_content nav a.av_btn {
	display: block;
	text-align: center;
	width: 90px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
	margin: 1em auto 0;
	text-decoration: none;
	padding: 15px;
	color: #fff;
	letter-spacing: 0.5px;
	/* font:normal .7em/1em 'AmericanTypwrterITCW01- 731031'; */
	text-transform: uppercase;
	letter-spacing: 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#dclm_modal_content nav .av_btn:hover {
	filter: brightness(1.1);
}

#dclm_modal_content #dclm_modal_regret_wrapper nav a.av_btn {
	margin-top: 0;
	width: 190px;
	letter-spacing: 0.5px;
	font-size: 0.8em;
}

#dclm-logo {
	margin: 0 0 20px;
}

@media (min-width: 688px) {
	#dclm-logo {
		margin: 0 0 40px;
	}
	#dclm_modal_content {
		top: 10em;
		top: 30vh;
		left: 30vw;
		width: 90%;
		max-width: 500px;
		height: auto;
		padding: 3em;
		background-position: center 3em;
		font-size: 16px;
	}

	#dclm_modal_content h2 {
		margin: 0 0 0 0;
		font-size: 1.875em;
	}

	#dclm_modal_content p {
		font-size: 1em;
		line-height: 1.9em;
	}

	#dclm_modal_content nav {
		width: 396px;
	}

	#dclm_modal_content nav a.av_btn {
		padding: 1em 2.5em;
		margin: 1.6em auto 0;
		font-size: 1em;
		width: 120px;
	}
}
