@charset "utf-8";
/* global */
#content p {
	font-size: 18px;
	line-height: 30px;
}
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content ul li {
	margin-bottom: .3rem;
}
#content ul li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: .5rem;
	color: #009fff;
	font-size: 16px;
}
.gfield_label {
	color: #009fff;
}
.gform_fields li::before {
	display: none !important;
}
#gform_submit_button_1 {
	border: none;
	display: inline-block;
	background: #009fff;
	color: #fff;
	padding: 1rem 1.5rem;
	text-transform: uppercase;
	font: 18px "Roboto";
	font-weight: 600;
}
.wrapper {
	padding: 0 !important;
}
.home .entry-header {
	display: none;
}
#content a {
	color: #365fca; 
	text-decoration: none !important;
	font-weight: 500;
}
.sow-image-container {
	margin-bottom: 1rem;
}

/* navbar */
#wrapper-navbar {
	background: #000;
}
.dropdown-menu {
	margin: .8rem 0 0 0 !important;
	background-color: #242424 !important;
	border: none !important;
	border-radius: 0 !important;
}
.dropdown-item {
	color: #365fca !important;
	text-transform: uppercase !important;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #1a1a1a !important;
}
.donate-btn {
	background-color: #fff;
	height: 50%;
	margin-left: 15px;
	border-radius: 5px;
}

/* nav bar*/
.nav-link {
	color: #365fca !important;
	letter-spacing: -0.2px;
	font-size: 19px !important;
	text-transform: uppercase;
}

/* banner */
#banner {
	width: 100%;
	margin-bottom: 2rem;
	position: relative;
	
}
#banner h1 {
	position: absolute;
	bottom: 2rem;
	font-size: 36px;
	color: #fff;
	z-index: 1;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#banner img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

/* footer */
#wrapper-footer-full {
	background: url("images/bg-footer.jpg") no-repeat center top /cover;
	color: #fff;
	padding: 2rem 0;
}
#wrapper-footer-full h3 {
	font-size: 16px;
	color: #fff;
	padding-bottom: 0px;
	margin-bottom: 10px;
	letter-spacing: normal;
	border-bottom: none;
}
#wrapper-footer-full a {
	color: #fff;
}
#wrapper-footer-full .social {
	font-size: 21px;
}
.logo-footer {
	margin-bottom: 1.5rem;
}
.legal {
	font-size: 14px;
	color: #fff;
	margin: 2rem 0 0 0;
}