#SearchModal .button.success {background-color: #333;  color: white;   font-size: 1rem; padding: .5rem .7rem .5rem .7rem;}

#SearchModal .ModalHeader {    height: 12rem}

#SearchModal .ModalBody { padding: 5rem 1rem; max-width: 30rem;    margin-left: auto; margin-right: auto; }

#SearchModal.reveal {max-width: none; }





#SearchModal input { position: initial; }

#SearchModal input.form-text {     padding: 0px 10px 0px 10px;
    font-size: 3.8rem;
background-color: transparent;
border: none;
border-bottom:2px solid #FFF;
color: #FFF;
height:100px;}


#SearchModal input.form-text::placeholder{
	color: #FFF;
}

.reveal-overlay{
	transition: all 0.5s ease;
	/*height: 90%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;*/
}

.ModalPeopleReveal {margin: 5rem; color: white; font-weight: 500; top: 0 !important;}
.ModalPeopleReveal h2 {color: white; padding-top: 0; }
.ModalPeopleReveal p {font-size: 1.3rem;}

.RevealFooterAknowledgement {color: white;     font-size: 1rem; 	margin-bottom: .8rem;}

#block-sitemap .menu li li {
	display: block;
	line-height: 1.3rem;
	margin-bottom: .4rem;
}