.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

#give-form-28-1 {
display: none;
}

[id*=give-form] .give-form-title {
display: none;
}

.give_warning {
display: none;
}

/* # Makes Donate Now button full width on mobile
--------------------------------------------- */
@media (max-width: 600px) {
.give-submit-button-wrap .give-submit {
width: 100% !important;
}
}

/* # Makes Search Box Lines Darker
--------------------------------------------- */
.search-form input[type='search'] {
padding: 30px;
border: 2px solid #fff;
background-color: #fff;
}


/* # Removes Before-Footer CTA
--------------------------------------------- */
.page-id-83 .before-footer,
.page-id-72 .before-footer {
display: none !important;
}