

.secure_exit {
	font-family: 'Nunito', sans-serif;
}

.secure_exit .modal-content {
	background-color: #e4e4e4;
	font-family: 'Nunito', sans-serif;
	background-image: url(/images/secure/header_bg.jpg);
}

.secure_exit .modal-content .exit-modal-top-section .close {
	background-color: transparent;
	right: 10px;
	top: 10px;
	color: 888;
	background-image: none;
}

.secure_exit .exclamation_point {
	font-size: 96px;
	background-color: #fac630;
	width: 124px;
	height: 124px;
	border-radius: 124px;
	display: inline-block;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
}

.secure_exit h1 {
	text-align: center !important; 
	color: red !important;
	font-size: 48px;
	font-weight: 900;
	font-family: 'Nunito', sans-serif;
}

.secure_exit h2 {
	font-weight: 300 !important;
	color: #363636 !important;
	font-family: 'Nunito', sans-serif;
}

.secure_exit h2 span {
	font-weight: 600 !important;
}

.secure_exit p {
	font-size: 16px;
}


.secure_exit .exit-modal-top-section {padding: 20px 25px;}

