.privacy, .privacy2, .copyright, .warning, .legal, .alert, .popup, .popup2 {
	font-size:				13px;
	line-height:			18px; 
	display:				none; 

	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height:auto;
	margin:0;
	background: rgba(0,0,0,0.5);
	text-align: center;
	z-index: 1005 !important;
}
.privacy h3, .privacy2 h3, .copyright h3, .warning h3, .legal h3, .alert h3, .popup h3, .popup2 h3 { 
	color:#203040; 
	font-weight:bold; 
	font-size: 1.6em;
	margin-bottom:20px; 
}
.privacy a, .privacy2 a, .copyright a, .warning a, .legal a, .alert a, .popup a, .popup a { 
	text-decoration:underline; 
}
.popup .close, .popup2 .close, .courses-container .close { 
	color:white; 
	background:black;
	right:10px; 
	top:15px; 
	padding:6px 9px;
	text-align:center; 
	border:2px solid black; 
	position:absolute; 
	font-size:18px;
	font-weight:bold;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
	border-radius: 			50%;
	-khtml-border-radius: 	50%; text-decoration:none;

	z-index:1001 !important;
	opacity: 1;
}
.close.close-background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background:none;
	bottom: 0;
	border-radius: 0;
	border: 	0;
	z-index: 1000 !important;
}
.pdf .center, .copyright .center, .warning .center, .legal .center, .privacy .center, .privacy2 .center, .alert .center, .popup .center, .popup2 .center {
	width: 70%;
	height: 70%;
	position: absolute;
	text-align: 			left;
	top: 50%;
	left: 50%;
	padding:20px;
	max-width:500px;
	margin:0 auto;
	background: rgba(255,255,255,1);
	transform: translate(-50%, -50%);
	z-index: 1001 !important;
	overflow-y: scroll;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	border-radius: 			5px;
	-khtml-border-radius: 	5px;
	-webkit-box-shadow:10px 15px 50px 2px rgba(30,30,30,0.50);
	box-shadow:10px 15px 50px 2px rgba(30,30,30,0.50);
	max-height: 70% !important;
}
.alert .center, .popup .center {
	height: fit-content;
	height: -moz-fit-content;
}

@media (max-width: 767px) {
	.privacy, .privacy2, .copyright, .warning, .legal, .alert, .popup, .popup2 {
		left:5px; right:5px; bottom:5px; top:5px;
		margin:0px; height:auto; width:auto;
	}
}
@media (max-width: 467px) {
	.privacy, .privacy2, .copyright, .warning, .legal, .alert, .popup, .popup2 {
		top:0;
		right:0;
		left:0;
		bottom:0;
		border:0;
	}
	.pdf .center .center, .copyright .center, .warning .center, .legal .center, .privacy .center, .privacy2 .center, .alert .center, .popup .center, .popup2 .center {
		width: 80%;
		height:80%;
	}
}

.pdf .close { display: none; }
.close a { text-decoration:none; }
a.close:hover { 
	color:white !important;
	background:none;
}