@charset "UTF-8";
/* CSS Document */

.jackie-about-photo {
	border-radius: 1em !important;
	margin-top: 20px !important;
}

.cw-bluebox {
	margin-bottom: 20px;
}

.cw-redbox {
	margin-top: 20px;
	margin-bottom:20px;
}

.become-volunteer-today, .daves-mp4{
	margin-bottom: 20px;
}

.difference-img {
	border-radius: 1em;
	width:100%;
	margin-bottom: 20px;
}

.difference-description {
	margin-top: 20px;
	margin-bottom: 20px;
}

.difference-button{
	margin-top: 20px;
}

.difference-redbox{
	background: rgb(196,23,38);
	color: rgb(255,255,255);
	font-weight: 900;
	padding: 2em;
	border-radius: 1em;
}

.difference-bluebox{
	background: #365173;
	color: rgb(255,255,255);
	font-weight: 900;
	padding: 2em;
	border-radius: 1em;
}

@media (max-width:992px){
	.difference-description {
	margin-bottom: 40px;
}
}

@media (min-width:993px){
	.difference-col-lg-5{
		text-align: right;
	}
	.difference-img{
		max-width: 600px;
	}
	.difference-description{
		max-width: 900px;
	}
}