/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wpdp-white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 800px;
	margin: 20px auto;
}

#wp-disclaimer-popup {
	font-family: 'Montserrat', sans-serif;
	}

#wp-disclaimer-popup h1 {
	font-size: 4rem;
	color: #1A4179;
}

#wp-disclaimer-popup h2 {
	font-size: 3.5rem;
	color: #1A4179;
}

#wp-disclaimer-popup h3 {
	font-size: 3rem;
	color: #1A4179;
}

#wp-disclaimer-popup p {
	font-size: 1.6rem;
}

#wp-disclaimer-popup p.wpdp-footer {
	text-align: center;
}

#wp-disclaimer-popup span#wpdp-close {
	padding: 4px 25px;
    display: inline-block;
    border: 2px solid #1A4179;
    margin-top: 1rem;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #1A4179;
    font-weight: 600;
}

#wp-disclaimer-popup span#wpdp-close:hover {
	background-color: #1A4179;
	cursor: pointer;
	color: #FFF;
}

body.noscroll {
/*   overflow-y: hidden!important; */
    margin: 0; 
    height: 100%; 
    overflow: hidden;
}