/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.intro-p-donate {padding-right: 20px; display:in-line; width: 60%; float: left; font: 1.125rem "Noto Serif", georgia, serif; line-height: 28px; margin-bottom: 40px;}
.prospectus-img {display:in-line; width: 40%; float: right; margin-bottom: 40px;margin-left: 20px;}
@media only screen and (max-width: 840px) {
.intro-p-donate {display: block; width: 100% !important;}
.prospectus-img {display: block; width: 100% !important;margin-left:0px;}
.wp-image-34769 {display: block; width: 100% !important;}
}
@media (min-width: 58em) {
.subpage-nav-grid ul li a {
    width: 32.333%;
    margin-right: 1%;
    font-size: 1.3rem;
    padding: 20px;
    float: left;
    text-align: center;
}
}
@media (min-width: 38.75em) {
.single .sidebar {
	padding: 1rem;
	border-left: 2px solid #ccc;
}
}

@media (min-width: 68em) {
	.subpage-nav-list ul li {
    margin: 0 12px 0px 0;
}
}

@media (max-width: 48em) {
    .newsletter-modal {
        bottom: 67px !important;
    }
}

.newsletter-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: 245px;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0);
}

.newsletter-modal-content {
    background-color: #192297;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: 1px solid #888;
    border-left: 8px solid red;
    max-width: 450px;
    height: 100%;
    animation-name: slidein;
    animation-duration: 0.8s;
}
	
@keyframes slidein {
    from {top: 100%;}
    to {top: 0%;}
}

.newsletter-modal-content p {
    color: white;
    margin-bottom: 0px;
    font-size: 1rem;
    font-family: Arial;
    line-height: 18px;
}

.newsletter-modal-content .title {
	font-size: 1.25rem;
	margin-bottom: .75rem;
}

.newsletter-modal-content p a {
    color: white;
    margin-bottom: 0px;
    font-size: 1rem;
    font-family: Arial;
    font-decoration: none;
}

.newsletter-modal-content .content-wrapper {
	display: flex;
}

.newsletter-modal-content .image {
	width: 200px; 
	margin-right: 1rem;
	display: none;
}

@media (min-width: 48em) {
	.newsletter-modal-content .image {
		display: block;
	}
}

.newsletter-modal-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.newsletter-modal-close:hover, .newsletter-modal-close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

.parler {
	display: none !important;
}