/* CSS Document */




html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{
max-height: 95vh;
    display: block;
    overflow-y: auto;
    margin-bottom: 0;
}

/* Mobile phones */
@media (max-width: 767px){

	.page-header{
		margin-bottom:2em;
	}

	div.uael-modal > .uael-content {
    width: auto;
	}
	
	div.uael-modal > .uael-content .uael-close-custom-popup-edge-top-right {
    top: 0.5em;
    right: 0.5em;
    left: auto;
    position: absolute;
}
	body .newsletter_popup_content_box{
		min-height: 0;
	}
	
}