/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2019 | 21:36:43 */
.page-id-5516 iframe{
    margin: 0 auto;
    display: block;
}

#popUpModal img#donateimg {
    object-fit: cover !important;
    height: auto !important;
    width: 100% !important;
    max-height: 700px !important;
}

#popUpModal .modal-lg {
		width: 830px;
}
#popUpModal .modal {
	text-align: center;
	padding: 0!important;
}
#popUpModal button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	font-size: 41px;
	position: absolute;
	right: 8px;
	font-weight: lighter;
	z-index: 999;
}
#popUpModal .modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
/*
#popUpModal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}*/
#popUpModal .custom-mbox {
    padding: 25px 40px;
}
#popUpModal .custom-mbox h1 {
    color: #009ddc;
    margin-top: 0px;
    font-weight: bold;
}
#popUpModal .custom-mbox p{
	font-weight: lighter;
	color: #939598;
	line-height: 1.3;
    margin-bottom: 17px;
}
#popUpModal .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #popUpModal .gform_wrapper textarea {
		margin: 0px;
		width: 100% !important;
}
#popUpModal span.green-text{
	color:#77bc43;
}
#popUpModal .gform_wrapper .gform_footer input.button,#popUpModal .gform_wrapper .gform_footer input[type=submit],#popUpModal .gform_wrapper .gform_page_footer input.button,#popUpModal .gform_wrapper .gform_page_footer input[type=submit] {
		font-size: 1.2em!important;
		margin: 0 16px 0 0;
		width: auto;
		background: #f78e1e;
		color: #fff;
		border: none;
		padding: 0px 5px!important;
		font-family: roboto condensed,sans-serif!important;
		font-weight: 100;
		font-weight: 400;
		letter-spacing: 1px;
		text-transform: uppercase;
		float:left;
		font-size: 16px !important;
}
#popUpModal .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #popUpModal .gform_wrapper textarea {
		padding: 0px 10px!important;
}
#popUpModal .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),#popUpModal .gform_wrapper li.gfield_error textarea {
		border: 1px solid #ff0000 !important;
}
body #popUpModal .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
	display: none;
}
body #popUpModal img.gform_ajax_spinner {
	display: none !important;
}
#popUpModal .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		max-width: 100%;
		margin: 20px 0px;
		padding: 0px;
}
#popUpModal .row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
#popUpModal .row.no-gutters > [class^="col-"],
#popUpModal .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
@media only screen and (max-width: 991px) and (min-width: 300px)  {
	.image-container-modal{
		display: none;
	}
	#popUpModal .modal-lg {
    	width: 94%;
	}
}
@media only screen and (max-width: 600px) and (min-width: 300px)  {
	#popUpModal .custom-mbox h1 {
	    font-size: 28px;
	}
}