/*
Theme Name: jSinger Custom Theme
Author: jSinger Marketing
Author URI: http://jsingermarketing.com/
Description: jSinger Custom Theme
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
	}
	


body{
	line-height:1.450em;
	background:#fff;
	font-family: 'Lato', sans-serif;
	color:000;
}
a{
	text-decoration:none;
	color:#23a3e2;   /* LINK COLOR */
	-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
a:hover{
	color:#224092;
}
h1, h2, h3, h4{
	line-height:1em;
}

section{
	font-size: 1.313em;
	line-height: 1.313em;
}

section h2{
	font-weight:normal;
	font-size:2.143em;
	line-height:1em;
	text-transform:capitalize !important;
}

.bottom-arrow{
	width:54px;
	height:27px;
    position: absolute;
    bottom:-26px;
    left: 50%;
    margin-left: -27px;
	z-index: 2;
}

.icon-circle{
	width:190px;
	height:190px;
	border-radius:50%;
	border: 15px solid;
	display:inline-block;
}

.wrapper {
	position:relative;
	padding: 0 20px;
    max-width: 1220px;
	margin:0 auto;
}

img{
height: auto !important;
max-width: 100%;
}




input[type="submit"],
button,
.button{
	display:inline-block;
	margin-top:1.5em;
	background:#9eb2c7;  /* dark red */
	border:1px solid #9eb2c7;  /* dark red */
	color:#fff;
	text-transform:uppercase;
	font-size: 1em;
	padding:.75em 1.5em;
	-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
input[type="submit"]:hover,
button:hover,
.button:hover{
	background:#607a96;  /* PRIMARY COLOR DARK */
	border-color:#607a96;  /* PRIMARY COLOR DARK */
	color:#fff;
}


input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input.text,
textarea {
	-webkit-appearance: none;
	border: 0;
    padding: 20px 25px;
    font-size: 1.125em;
    background: #efeff0;
	border-radius: 5px; 
	text-transform:uppercase;
}

select {
	border:0;
	padding: 0.5em;
}

input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input.text:focus,
textarea:focus,
select:focus {
	background:#daeffa;
}

::-webkit-input-placeholder { /* Chrome */
  color: #939598;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #939598;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #939598;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #939598;
  opacity: 1;
}


.google-map{
	height:380px;
}

#map{

    position: absolute !important;
	width:100%;
	height:380px;
	overflow: hidden;
    transform: translateZ(0px);

}



.map-overlay{

	background:rgba(255, 255, 255, 0.8);
	border:1px solid #607a96;
	font-size:.8em;
	font-weight:700;
	line-height:1.125em;
	margin:0 auto;
	top:200px;
	padding:15px;
	position:relative;
	text-transform:uppercase;
	width:275px;
	z-index:2;
	text-align: center;
}



.map-overlay svg{

	fill:#696565;
	float:left;
height:58px;
	margin-right:1em;
	width:58px;
}

.map-overlay span{
	color:#607a96;
}

.content.internal .wpcf7-form{
	margin-top:3em;
}

.content.internal .wpcf7-text, .content.internal .wpcf7-tel, .content.internal .wpcf7-textarea {

    width: 100%;
    max-width: 500px;
	margin-bottom:1em;
}





/* ////////// --------------------------------- ////////// */
/* ////////// ----------- Top Bar ------------- ////////// */
/* ////////// --------------------------------- ////////// */

.top-bar{
	color:#dcdcdc;
	font-size:.85em;
	line-height:25px;
	padding:3px 0;
    background:#951520; 
}

.top-bar-wrapper{
	text-align:left;
	position:relative;
	padding: 0 20px;
}
.top-bar .user{
	margin-right:2em;
}

.top-bar .user .name{
	color:#dcdcdc;
}


.top-bar .alerts{
	margin-right:2em;
}
.top-bar .alert-count{
	color:#dcdcdc;
}

.top-bar a{

}

.top-bar .exlemation-circle{
	width:23px;
	height:23px;
	fill:#dcdcdc;
	vertical-align:middle;
	margin-right:10px;
}

.top-bar .svg-user-icon{
	width:23px;
	height:23px;
	fill:#dcdcdc;
	vertical-align:middle;
	margin-right:10px;
}

.top-bar .phone{

}

.top-bar .dot{
	color:#dcdcdc;
}

.top-bar .email a{
	color:#dcdcdc;
}

.top-bar .email a:hover{
	color:#fff;  
	text-decoration:underline;
}

.top-bar span{
   margin-right:1em;
}


.top-bar .social-links{
	float:right;
	margin-right:15px;
}

.top-bar .social-links a{
	margin: -5px 7px 0;
	display:inline-block;
	width:21px;
	height:21px;
	/* border-radius:50%;
	border:1px solid #dcdcdc; */
	vertical-align:middle;
}

/* .top-bar .social-links a svg{
	
}

.top-bar .social-links a:hover{
	order:1px solid #fff;
	background:#637a0e;
	
} */


.top-bar .social-links a:hover svg{
	fill:#fff;   /* LINK HOVER COLOR */
}



.top-bar .social-links .svg-linkedin{
	width:12px;
	height:12px;
	fill: #eaf9b4;
}

.top-bar .social-links .svg-facebook{
	width:7px;
	height:14px;
	fill: #eaf9b4;
	margin-left:6px;
}

.top-bar .social-links .svg-twitter{
	width:14px;
	height:14px;
	fill: #eaf9b4;
}

.top-bar .social-links .svg-instagram{
	width:14px;
	height:14px;
	fill: #eaf9b4;
}

.top-bar .social-links .svg-youtube{
	width:30px;
	height:14px;
	fill: #eaf9b4;
}

.top-bar .social-links .svg-pinterest{
	width:14px;
	height:14px;
	fill: #eaf9b4;
}



/* ////////// --------------------------------- ////////// */
/* ////////// ------------ Header ------------- ////////// */
/* ////////// --------------------------------- ////////// */


header{
	margin:0;
	-webkit-transition: all .04s ease-in-out;
    -moz-transition: all .04s ease-in-out;
    -o-transition: all .04s ease-in-out;
    -ms-transition: all .04s ease-in-out;
    transition: all .04s ease-in-out;
	padding:1.5em 0;
}
header .logo-link{
	display:inline-block;
    color:#696565;  /* Gray */
}

header .logo-link img {
	display:inline-block;
}


header .logo-link svg {
    height: 67px;
    width: 178px;
}

.home-icon{
	position:absolute;
	left:20px;
	top:0;
	padding: 0 1em;
	font-size:1em;
	z-index:10;
	line-height:3.313em;
	border-top:1px solid #efeff0;
	border-left:1px solid #f9f9f9;
	border-right:1px solid #f9f9f9;

}
.home-icon:hover{
	background:#fff;  
	border-top:1px solid #fff;
	border-left:1px solid #efeff0;
	border-right:1px solid #efeff0;
}

.home-icon svg{
	width:20px;
	height:20px;
	vertical-align:middle;
	cursor: pointer;
	fill:#3d3e3e;
}

.home-icon:hover svg{
	fill:#23a3e2;   /* LINK HOVER COLOR */
}


/* ////////// --------------------------------- ////////// */
/* ////////// ----------- Home Page ----------- ////////// */
/* ////////// --------------------------------- ////////// */

h2.tag{
    color:#696565;  /* Lime Green Dark */
	font-size:1.75em;
	line-height:1.500em;
	font-weight:normal;
	text-align:center;
	margin:0 auto;
	width:80%;
	margin-top:60px;
	margin-bottom:60px;
}

.home-hr{
	height:1px;
	border:0;
	background:#bab3b3;  /* Light Gray */
	width:60%;
	margin-top:35px;
	margin-bottom:55px;
	margin-left:auto;
	margin-right:auto;
}

.icon-circle{
	border-radius: 50%;
	width:160px;
	height:160px;
	background:#fff;
	border:6px solid #4b6684; 
	
}
.icon-circle svg{
		fill:#4b6684; 
		width:80px;
	height:80px;
	margin:36px 25px;		
}







h3.icon-text{
	width:80%;
	font-size:1.250em;
	line-height:1.250em;
    color:#696565;  
	text-align:center;
	font-weight:normal;
	margin:0 auto;
	margin-top:25px;
}

.three-icons{
}

/*Custom CSS 3-10-19*/
.second_content h2{margin: 10px 0 0;font-size: 30px;}

/* ////////// --------------------------------- ////////// */
/* ////////// ----------- Internal ------------ ////////// */
/* ////////// --------------------------------- ////////// */

.internal{
	margin-bottom:4em;
}


.internal hr{
    height: 0;
    border-top: 1px solid #acacac;
    border-bottom: 0;
    max-width: 300px;
    width: 100%;
    margin: 2.5em auto 3em;
}

.internal .page-title h1{
	font-weight:400;
}
.narrow{
	max-width: 950px;
	margin:0 auto;
}



/* ////////// --------------------------------- ////////// */
/* ////////// ---------- Donate Bar ----------- ////////// */
/* ////////// --------------------------------- ////////// */

.donate-bar{
    padding: 1em 0 1em;
		background:#808080;
	
}
.donate-bar h3{
	font-size:1.5em;
	color:#ffffff;
	font-weight:400;
}
.donate-bar p{
	display:inline-block;
}
.donate-bar ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	display:inline-block;
	font-size: .875em;
	color:#bab3b3;  /* Light Gray */
}
.donate-bar ul strong{
	color:#ffffff;
}


.donate-bar .button{
	padding:1em 5em;
}


/* ////////// --------------------------------- ////////// */
/* ////////// ---------- Site Search ---------- ////////// */
/* ////////// --------------------------------- ////////// */

.search-icon, .search-icon.active{
	position:absolute;
	right:20px;
	top:0;
	padding: 0 1em;
	font-size:1em;
	z-index:10;
	line-height:3.313em;
	border-top:1px solid #efeff0;
	border-left:1px solid #f9f9f9;
	border-right:1px solid #f9f9f9;
}
.search-icon:hover{
	background:#fff;  
	border-top:1px solid #fff;
	border-left:1px solid #efeff0;
	border-right:1px solid #efeff0;
}
.search-icon svg{
	width:20px;
	height:20px;
	vertical-align:middle;
	cursor: pointer;
}
.search-icon:hover svg{
	fill:#23a3e2;   /* LINK HOVER COLOR */
}
	
.search-icon .svg-search{
		fill:#3d3e3e;
}

.search-icon .svg-x{
	fill:#3d3e3e;
	display:none;
}

.search-icon.active .svg-search{
	display:none;
}

.search-icon.active .svg-x{
	display:block;

}


.site-search{
	position:absolute;
	border-left:1px solid #efeff0;
	border-right:1px solid #efeff0;
	border-top:1px solid #efeff0;
	z-index:1100;
	-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
	top: -1px;
	width:0;
	background: #fff;
	padding:15px 18px;
	display:none;
}
.site-search.active {
	width:80%;
	display:block;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
	
.site-search input {
	padding:2px;
	border-width: 0;
	width: 0;
	background: #fff;
	float:left;
	z-index:1100;
}
	
.site-search.active input {
	width:100%;
}

.site-search .search-icon-submit{
	position:absolute;
	right:0;
	top:0;
	width:22px;
	height:22px;
	margin:15px 13px 0 0;
	z-index:1101;
	cursor: pointer;
}
.site-search .search-icon-submit:hover{
	fill:#23a3e2;
}
.site-search .search-icon-submit svg{
	width:22px;
	height:22px;
}



.content{
	
	padding:0 0 0 0;

}

.content h1{
	
	margin-top:2em;
	margin-bottom:1.5em;
	
}

.content a{
	text-decoration: underline;
}
.content a:hover
{
	text-decoration: none;
}

/* ////////// --------------------------------- ////////// */
/* ////////// --------- Logo Slider  ---------- ////////// */
/* ////////// --------------------------------- ////////// */
/* /css/slick.css */
/* /css/slick-themes.css */

.logos-block{
	margin:3em 0 3em;
}




/* ////////// --------------------------------- ////////// */
/* ////////// -------- Contactform Bar -------- ////////// */
/* ////////// --------------------------------- ////////// */

.contactform-bar{
	background:#fff;
	text-align:center;
	padding:25px 0;
    color: #77787b;
}
.contactform-bar h2{
	margin-bottom:.25em;
	font-size:1.875em;
	font-weight:normal;
    color:#607a96;  /* PRIMARY COLOR */
}

.contactform-bar form{
	padding:0;
	margin-top:2em;
}

.contactform-bar .form-wrapper{
	margin:0 auto;
	width:80%;
	margin-top:2em;
}
	
.contactform-bar form .wpcf7-text, .contactform-bar form .wpcf7-textarea{
	padding:20px 25px;
	border:none;
	font-size:1.125em;
	width:100%;
}

.contactform-bar form .wpcf7-text{
	margin-bottom:40px;
}

.contactform-bar form .wpcf7-text.phone{
	margin-bottom:0;
}
.contactform-bar form .wpcf7-submit{
	background:#9eb2c7; /* PRIMARY COLOR LIGHT */
	color:#fff;
	border:1px solid #9eb2c7; /* PRIMARY COLOR LIGHT */
	padding:15px 45px;
	font-size:1.125em;
		-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.contactform-bar form .ajax-loader{
	display:none;
}

.contactform-bar form .wpcf7-submit:hover{
	background:#4b6684;  /* PRIMARY COLOR DARK */
	border-color:#4b6684;  /* PRIMARY COLOR DARK */
}


/* ////////// --------------------------------- ////////// */
/* ////////// ---------- Contact Bar ---------- ////////// */
/* ////////// --------------------------------- ////////// */



.contact-bar{
	background:#4b6684;  /* PRIMARY COLOR DARK */
	color:#ffffff;
	padding:2em 0;
	font-size:.9em;
}
		
.contact-bar .box{
	padding:1em 2em;
	display:inline-block;
	width:30%;
	margin-right:3%;
	vertical-align:middle;
}
.contact-bar .box .phone{
	font-size:1.758em;
}
.contact-bar p{
	display:inline-block;
	width:60%;
	text-align:left;
	margin:0;
	vertical-align:middle;
	font-size:1.5em;
	color:#fff;
	line-height:1.5em;
}

.contact-bar img {float:right;padding:20px;background-color:#fff;}

/* ////////// --------------------------------- ////////// */
/* ////////// --------- Testimonial ----------- ////////// */
/* ////////// --------------------------------- ////////// */
.testimonial-block{
	background:#f9f9f9;
	text-align:left;
	padding:0 1.5em 1.5em;
}

.testimonial-block .test-content{
	width:80%;
	float:left;
	font-style:italic;
}

.testimonial-block  .test-commenter{
	color:#607a96;  /* PRIMARY COLOR */
	vertical-align:middle;
	font-size:.875em;
}
.testimonial-block  .test-commenter svg{
	fill:#607a96;  /* PRIMARY COLOR */
	width:22px;
	height:18px;
		vertical-align:middle;
		margin-right:6px;
}

.testimonial-block .svg-quote{
	width:50px;
	height:50px;
	margin:1.5em 1.5em 0 0;
	fill:#d5d5d5;
	float:left;
}


/* ////////// --------------------------------- ////////// */
/* ////////// ------------ Footer ------------- ////////// */
/* ////////// --------------------------------- ////////// */

footer{
	background:#9eb2c7; /* PRIMARY COLOR LIGHT */
	text-align:center;
	padding:3em 0;
}

footer .testimonial-block{
	text-align:left;
	background:none;
	padding:0;
	margin:0;
}

footer .testimonial-block h3{
	text-transform:uppercase;
	color:#dcedfe;

}

footer .testimonial-block .test-content{
	font-style:italic;
	line-height:1.25em;
	color:#fff;
	float:left;
	width:75%;
}

footer .testimonial-block .test-featured{
	max-width:125px;
	float:left;
	margin-right:2em;
	border:6px solid #d3d5e5; 
	border-radius:50%;
	overflow:hidden;

}


footer .testimonial-block .test-content p{
	margin:0;
	padding:0 0 10px 0;

}

footer .testimonial-block .test-commenter{
	color:#dcedfe;
	vertical-align:middle;
	font-size:.875em;
}
footer .testimonial-block .test-commenter svg{
	fill:#dcedfe;
	width:22px;
	height:18px;
		vertical-align:middle;
		margin-right:6px;
}
footer .testimonial-block .button{
	background:none;
	font-size:.75em;
	color:#dcedfe;
	padding:.25em .75em;
	border:1px solid #dcedfe;
	
}
footer .testimonial-block .button:hover{
	background:#4b6684;  /* PRIMARY COLOR DARK */
	border-color:#4b6684;  /* PRIMARY COLOR DARK */
	color:#fff;
}



footer .recent-posts-block{
	text-align:left;
	color:#fff;

}
footer .recent-posts-block h3{
	text-transform:uppercase;
	color:#dcedfe;
}
.recent-posts{
	list-style:none;
	font-size:.875em;
	color:#dcedfe;
	padding:0;
	margin:0;
	
}
.recent-posts li{
	border-top:1px solid #dcedfe;
	padding:1em 0;
	line-height:1.25em;
}
.recent-posts li:first-child{
	border:0;
	margin-top:0;
	padding-top:0;
}
.recent-posts a{
	font-size:1.25em;
	color:#fff;
	display:block;
}




.subfooter{
	font-size:.75em;
	line-height:1.4em;
	text-align:center;
	color:#dcdcdc;
    background:#607a96;  /* PRIMARY COLOR */
	padding:.8em 0;
}

.subfooter .address-block{
	font-size:1.5em;
	color:#dcdcdc;
	font-weight:400;
	margin-bottom:25px;
	line-height:1.3em;
}

.subfooter .address-block .company{
	margin-top:25px;
	font-size:1.500em;
	line-height:1.250em;
}
.subfooter .address-block .phone{
	font-size:1.250em;
		line-height:1.250em;
}




.subfooter a{
		color:#dcdcdc;

}
.subfooter a:hover{
	color:#fff;
	text-decoration:underline;
}

.subfooter #site-by{
	font-size:1.25em;
	padding-bottom: 20px;
}

.subfooter .social-links{
	margin-bottom:2em;
}

.subfooter .social-links a{
	margin:0 7px;
	display:inline-block;
}

.subfooter .social-links a svg{
	vertical-align:middle;
}

.subfooter .social-links a:hover svg{
	fill:#fff;   /* LINK HOVER COLOR */
}



.subfooter .social-links .svg-linkedin{
	width:12px;
	height:12px;
	fill: #dcdcdc;
}

.subfooter .social-links .svg-facebook{
	width:7px;
	height:14px;
	fill: #dcdcdc;
}

.subfooter .social-links .svg-twitter{
	width:14px;
	height:14px;
	fill: #dcdcdc;
}

.subfooter .social-links .svg-instagram{
	width:14px;
	height:14px;
	fill: #dcdcdc;
}

.subfooter .social-links .svg-youtube{
	width:30px;
	height:14px;
	fill: #dcdcdc;
}

.subfooter .social-links .svg-pinterest{
	width:14px;
	height:14px;
	fill: #dcdcdc;
}

/* ////////// --------------------------------- ////////// */
/* ////////// ------------- Blog -------------- ////////// */
/* ////////// --------------------------------- ////////// */

.post-item{
	padding-bottom:2em;
	margin-bottom:2em;
}

.post-item a h2:hover{
	color:#23a3e2;
}
.post-item a h2{
	margin:.25em 0;
	font-size:2.5em;
	color:#181818;
}

.post-item .entry-date, .post .entry-date{
	font-size:.75em;
	margin-top:1em;
}
.post-item .category{
	background:#bab3b3;
	font-size:.85em;
	display:inline-block;
	color:#fff;
	padding:0 1.5em;
	text-align:center;
}

.post-item .category.Hunger {
	background:#fad556
}

.post-item .category.Press {
	background:#d0e389
}

.post-item .button{
	font-size:.9em;
	padding:.4em .8em;
	
}

.xoxo{
	list-style:none;
}


.post .category{
	text-align:left;
	background:#bab3b3;
	font-size:.85em;
	display:inline-block;
	color:#fff;
	padding:0 1.5em;
	text-align:center;
	margin-bottom:.5em;
}

.post .category.Hunger {
	background:#fad556
}

.post .category.Press {
	background:#d0e389
}

/* ////////// --------------------------------- ////////// */
/* ////////// ------------- FAQs -------------- ////////// */
/* ////////// --------------------------------- ////////// */

.faq{
	margin-bottom:1em;
	
}

.faq .que{
	color:#fff;
	background:#607a96;
	padding:.5em 1em;
	cursor:pointer;
	-webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.faq .que:hover{
	background:#23a3e2;
}
.faq .que.active{
	background:#9eb2c7;
}

.faq .ans{
    overflow: hidden;
    margin: 0 auto;
	background:#f9f9f9;
	padding:.5em 1em;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.award_imgs{display:inline-block;max-width:100%;}

/* ////////// --------------------------------- ////////// */
/* ////////// -------- Media Queries ---------- ////////// */
/* ////////// --------------------------------- ////////// */

@media only screen and (max-width: 1000px) {

	
	
	.search-icon .svg-search{display:none;}
	
	.site-search input {
		background: #efeff0;
	}
	
	.nav-wrapper.mobile .site-search {

		position:relative;
		display:block;
		width:auto;
		margin:20px;
		background: #efeff0;
		padding:10px 18px;
	}

	.nav-wrapper.mobile .site-search input {
		width:100%;
		display:block;
		float:none;
	}


	

}





@media only screen and (max-width: 500px) {
	
	
	
	
}

.col-1-3{
	width:29%;
	display:inline-block;
	vertical-align:top;
	margin:0 2%;
}

.col-2-3{
	width:60%;
	display:inline-block;
	vertical-align:top;
	margin:0 2%;
}

.col-1-2{
	width:44%;
	margin:0 2% 1.5em;
	display:inline-block;
	vertical-align:top;
}



.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
	}

.clearfix:after {
    clear: both;
	}

.clearfix {
    *zoom: 1;
	}

.cntr{
	text-align:center;
}	
	
	
/* =WordPress Core

-------------------------------------------------------------- */

.alignnone {

    margin: 5px 20px 20px 0;

}



.aligncenter,

div.aligncenter {

    display: block;

    margin: 5px auto 5px auto;

}



.alignright {

    float:right;

    margin: 5px 0 20px 20px;

}



.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.alignright {

    float: right;

    margin: 5px 0 20px 20px;

}



a img.alignnone {

    margin: 5px 20px 20px 0;

}



a img.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto

}



.wp-caption {

    background: #fff;

    border: 1px solid #f0f0f0;

    max-width: 96%; /* Image does not overflow the content area */

    padding: 5px 3px 10px;

    text-align: center;

}



.wp-caption.alignnone {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignleft {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignright {

    margin: 5px 0 20px 20px;

}



.wp-caption img {

    border: 0 none;

    height: auto;

    margin: 0;

    max-width: 98.5%;

    padding: 0;

    width: auto;

}



.wp-caption p.wp-caption-text {

    font-size: 11px;

    line-height: 17px;

    margin: 0;

    padding: 0 4px 5px;

}



/* Text meant only for screen readers. */

.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

        white-space: nowrap;

	height: 1px;

	width: 1px;

	overflow: hidden;

}



.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-size: 0.875rem;

	font-weight: bold;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000; /* Above WP toolbar. */

}

.rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
    border: none !important;
}

/* custome css */
p{color: #000;}
h1,h2,h3,h4,h5,h6{color: #072154}
a:link, a:visited{color: #97171c;}
a:hover{color: #a7a7a7;}

/* home page */
.site-nav ul.menu > li{position: relative;}
.top-bar{background: #951520;}
.site-nav .sub-menu{display: block;width: 450px !important;padding: 10px;border: 1px solid #ccc;border-bottom-width: 1px;font-weight: normal;font-size: 18px;line-height: 30px;z-index: 1000;background: rgba(255,255,255,.95) none;min-width: 218px;width: auto;box-shadow: 2px 2px 4px rgba(0,0,0,.1);padding: 10px  !important;}
.site-nav .sub-menu li{display: inline-block;width: 100%;}
.site-nav ul.menu > li > a{color: #072154 !important;transition:color 0.35s;display: inline-block;width: 100%;padding: 10px;}
.site-nav ul.menu > li > a:hover{color: #97171c !important;}
.site-nav .sub-menu a{color: #072154 !important; }
.site-nav .sub-menu a:hover{background: #97171c !important;color: #fff !important;transition:all 0.35s;}
.site-nav ul.menu > li.appointment > a{background: #9db2c7 !important;border-color: #9db2c7 !important;color: #fff !important;}
.site-nav ul.menu > li.appointment > a:hover{background: #9414219c !important;color: #fff !important;}

.home .three-icons .col-1-3 img{display: inline-block;margin: 0px auto;}
.home .dept_marketing {width: 100%;display: inline-block;background: #efeff0;position: relative;padding: 30px 30px 50px 30px;}
.home .dept_marketing .dept-img {text-align: center;}
.home .dept_marketing .dept-link-title {position: absolute;bottom: 16px;left: 0;width: 100%;text-align: center;color: #072154;}
h2.tag{color: #072154;}
.home-hr{background: #072154;}
.home-icon svg{fill:#072154;}
.home-icon:hover svg{fill:#951520;}
.search-icon svg{fill:#072154;}
.search-icon:hover svg{fill:#951520;}
.home .contact-bar .wrapper{border-top: 1px solid #a7a7a7;border-bottom:1px solid #a7a7a7;}


/* slider banner */

.home .custom-banner-content {background: #0202027d;text-align: center !important;padding: 15px 25px 25px 25px !important;text-align: center;}
.home .custom-banner-content h1{white-space: nowrap;font-size: 60px;font-weight: 400;color: rgb(255, 255, 255);letter-spacing: 0px;font-family: "Open Sans";visibility: inherit;transition: none;text-align: inherit;border-width: 0px;margin: 0px;padding: 0px;min-height: 0px;min-width: 0px;max-height: none;max-width: none;opacity: 1;background: none !important;text-align: center !important;margin-bottom: 20px !important;}
.home .custom-banner-content p{min-width: 715px; white-space: normal;font-size: 20px;line-height: 22px;font-weight: 400;color: rgb(255, 255, 255);letter-spacing: 0px;font-family: "Open Sans";visibility: inherit;transition: none;text-align: center;border-width: 0px;margin: 0px;padding: 0px;min-height: 0px;max-height: none;margin: 5px 0px 20px 0px !important;background: none !important;text-align: center !important;width: auto;}
.home .custom-banner-content a{white-space: nowrap;font-size: 14px;line-height: 14px;font-weight: 500;color: rgb(255, 255, 255);font-family: Roboto;background-color: rgba(255, 255, 255, 0);border-color: rgb(255, 255, 255);border-style: solid;border-width: 2px;border-radius: 30px;outline: none;box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;box-sizing: border-box;cursor: pointer;visibility: inherit;transition: none;text-align: inherit;margin: 0px;padding: 10px 30px;letter-spacing: 0px;min-height: 0px;min-width: 0px;max-height: none;max-width: none;background: none !important;display: inline-block;text-transform: capitalize !important;text-decoration: none; transition: 0.35s all;}
.home .custom-banner-content a:hover{background: #fff !important;color:#77787b !important;}

/*banner*/
.three-icons h2{text-align:center;}

/*hunger part*/
.donate-bar{padding: 1em 0 2em;}
.donate-bar p{color: #fff;}


/* form */
 .home form .col-1-2{margin-bottom: 0px;}
.contactform-bar h2{color: #072154}
.contactform-bar form{margin-bottom: 25px;}
.contactform-bar form .wpcf7-submit{border-radius: 3px;margin-top: 0px;padding: 15px 20px;}
.contactform-bar form .wpcf7-submit:hover{background: #072154;color: #fff;border: 1px solid #072154;}
.contactform-bar form .wpcf7-text, .contactform-bar form .wpcf7-textarea{padding: 15px 20px;border: 2px solid #efeff0;color: #000;font-size: 15px;margin-bottom: 20px;text-transform: none;}
.contactform-bar form .wpcf7-textarea{height: 197px;}
.contactform-bar form input::placeholder,.contactform-bar form textarea::placeholder{color: #000;}
.contactform-bar form input:focus,.contactform-bar form textarea:focus{background: none;}
/* footer */
.subfooter{background: #951520;}
.subfooter a{color: #fff;}
.subfooter .address-block .company{font-size: 14px;line-height: 20px;margin-top: 10px;}
.subfooter .address-block{font-size: 14px;line-height: 20px;margin-bottom: 17px;}
.subfooter .address-block .phone{font-size: 14px;line-height: 20px;}

/* contact page */
.page-id-10 form p{margin: 0px;}
.page-id-10 .content.internal .wpcf7-text, .page-id-10 .content.internal .wpcf7-tel, .page-id-10 .content.internal .wpcf7-textarea{padding: 15px 20px;border: 2px solid #efeff0;color: #000;font-size: 15px;margin-bottom: 20px;}
.page-id-10 .content.internal .wpcf7-text::placeholder, .page-id-10 .content.internal .wpcf7-tel::placeholder, .page-id-10 .content.internal .wpcf7-textarea::placeholder{color: #000;}
.page-id-10 .content.internal .wpcf7-text:focus, .page-id-10 .content.internal .wpcf7-tel:focus, .page-id-10 .content.internal .wpcf7-textarea:focus{background: none;}
.page-id-10 .content.internal .wpcf7-textarea{height: 150px;}
.page-id-10 form .wpcf7-submit{border-radius: 3px;margin-top: 0px;padding: 15px 20px;}
.page-id-10 form .wpcf7-submit:hover{background: #072154;color: #fff;border: 1px solid #072154;}

/* donate bar */
.donate-bar{background: #fff;}
.donate-bar p{color: #072154;}
.contact-bar{background: #fff;}
.contact-bar p{color:#072154;}



@media only screen and (max-width: 1000px) {
/* slider banner */
    .home .custom-banner-content{width:706px;display: inline-block;margin: 0px auto;}
    .home .custom-banner-content h1{font-size: 46px !important;}
    .home .custom-banner-content p{font-size: 17px !important;max-width:656px; min-width:120px;}
}

@media only screen and (max-width: 991px) {
    .home .three-icons .col-1-3{width: 30%;margin: 0% 1%;}
    .home .dept_marketing .dept-link-title{font-size: 17px;}
}
@media only screen and (max-width: 767px) {
    .home .three-icons .col-1-3{width:100%;margin: 0% 1%;}
    .home .dept_marketing {max-width: 343px;margin: 15px auto;}
    .home .dept_marketing .dept-link-title{font-size: 17px;}
    .home form .col-1-2{width: 100%;}
    .home .contactform-bar form .wpcf7-text.phone{margin-bottom: 20px;}
    
     /* slider banner */
    .home .custom-banner-content{width: 585px;}
    .home .custom-banner-content {padding:20px !important;}
    .home .custom-banner-content h1{font-size: 36px !important;line-height: 36px !important;}
    .home .custom-banner-content p{font-size: 15px !important;max-width: 535px; }
	
	.contact-bar .box{ width: 100%; margin-right: 0px;}
	.contact-bar p {width: 100%;}
	.contact-bar img {float: none;}
	
	.award_imgs{float:none;margin:10px;max-width:120px;}
}

@media only screen and (max-width: 600px){
    /* banner */
    .home .custom-banner-content{width: 370px;}
    .home .custom-banner-content {padding:15px !important;}
    .home .custom-banner-content h1{font-size: 24px !important;line-height: 24px !important;margin-bottom: 10px !important;}
    .home .custom-banner-content p{font-size: 15px !important;max-width: 380px;line-height: 20px !important;margin-bottom: 10px !important; }
}
@media only screen and (max-width: 400px){
    /* banner */
    .home .custom-banner-content{width: 290px;}
    .home .custom-banner-content {padding:5px 10px !important;}
    .home .custom-banner-content h1{font-size: 18px !important;line-height: 18px !important;margin-bottom: 10px !important;}
    .home .custom-banner-content p{font-size: 13px !important;max-width: 240px;line-height: 15px !important;margin-bottom: 5px !important; }
}

.subfooter #site-by{
	padding-bottom:20px;
}
#wprmenu_bar .menu_title a {
  color: #fff;
  top: 0px;
}

/* custom css 11-04 */
body p ,body ul li{line-height: 1.450em;font-size: 16px;}
#header{background: #072154;}
#header .wrapper{}
.header_sub_title{width: 100%;}
#header .header_btn {display: inline-block;font-weight: 700;background: #951520;color: #ffffff;text-transform: uppercase; font-size: 16px;padding: 10px 15px;margin-left: 15px;line-height: normal;border-radius: 3px;transition: 0.5s all;float: right;vertical-align: middle;}
#header .header_btn:hover{background: #fff;color:#072154;}
.header_sub_title {margin: 0;color: #fff;font-size: 21px;font-weight: 700;text-transform: uppercase;}

.sibling_content{display: flex;display: -webkit-flex;display: -ms-flexbox; flex-wrap: wrap;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;justify-content: space-between;-webkit-justify-content: space-between;-moz-justify-content: space-between;}
.sibling_content .sibling_left{width: calc(70% - 30px);display: inline-block;}
.sibling_content .sibling_right{width:30%;display: inline-block;}
.sibling_right{background: #f3f3f3;padding:20px 20px 10px;}
.sibling_right li{list-style: none;}
.sibling_right li a {display: block;text-decoration: none;color: #97171c;padding: 0px 0 10px;font-size: 16px;line-height: 20px;border-bottom: 1px solid #637c8824;margin-bottom: 10px;}
.sibling_right li:last-child{padding-bottom: 0;}
.sibling_right li:last-child a{border: none;}

.sibling_content ul li{color: #000 !important;} 


#mc_embed_signup_scroll h2{text-align: center;margin: 0 0 15px;text-transform: uppercase;}
.indicates-required{font-weight: 600;margin: 0 0 10px;}
.mc-field-group input[type="text"],.mc-field-group input[type="email"]{display: block;width: 100%;max-width: 100%;border: 2px solid rgba(0,0,0,0.7);font-size: 16px;text-transform: none;padding: 8px 15px;border-radius: 0;margin: 0 0 12px;}
#mc_embed_signup_scroll input[type="submit"]{background: #072154;padding: 10px 20px;text-transform: uppercase;font-size: 15px;display: inline-block;-webkit-transition: all 0.35s ease;transition: all 0.35s ease;color: #fff;margin: 0;}
#mc_embed_signup_scroll input[type="submit"]:hover{color: #fff;background: #97171c;}
#mc_embed_signup div.mce_inline_error{padding: 0 !important;color: #6B0505 !important;font-size: 12px !important;margin: 0 0 10px !important;background: transparent !important;}
.pum-theme-595 .pum-container, .pum-theme-lightbox .pum-container{width: 90% !important;max-width: 600px !important;}


@media(max-width:1480px){
	.site-nav ul.menu{display: flex !important;display: -webkit-flex !important;display: -ms-flexbox !important;}
	.site-nav ul.menu > li > a{max-width: 240px;line-height: 24px !important;height: 65px;display: flex !important;display: -webkit-flex !important;display: -ms-flexbox !important;align-items: center !important;-webkit-align-items: center !important;-moz-align-items: center !important;}
}

@media(max-width:1200px){
	#header .logo-link{max-width: 740px;}
	.site-nav ul.menu > li > a {padding: 0 7px!important;max-width: 195px;font-size: 14px !important;}
}

@media(max-width:1000px){
	#header .logo-link {max-width: 540px;}
	#header .header_btn{font-size: 13px;line-height: 17px;padding: 7px 8px;}
	.site-nav ul.menu {display: none !important;}
	#wprmenu_bar, #mg-wprm-wrap {display: block;}
	#wprmenu_bar {background-color: #072154;}
	html {padding-top: 42px !important;}
	#wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu {color: #FFFFFF;}
	.wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after {background: #FFFFFF;}
	div.wprmenu_bar div.hamburger {padding-right: 6px !important;}
	.wprmenu_bar .hamburger {float: left;}
	.header_sub_title {font-size: 17px;}
}
@media(max-width:767px){
	#header .wrapper {display: flex;display: -webkit-flex;display: -ms-flexbox;flex-wrap: wrap;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;align-items: center;-webkit-align-items: center;-moz-align-items: center;justify-content: center;-webkit-justify-content: center;-moz-justify-content: center;}
	#header .logo-link{width: 100%;display: block;}
	#header .header_btn{order: 3;margin:15px 0 0;}
	.sibling_content{display: block;}
	.sibling_content .sibling_left{width:100%;display: block;margin: 0 0 30px;}
	.sibling_content .sibling_right{width:100%;display: block;}
	.header_sub_title{font-size: 16px;}
}
@media(max-width:600px){
	.header_sub_title {font-size: 15px;}
	.pum-theme-595 .pum-container, .pum-theme-lightbox .pum-container{padding: 15px !important;}
	#mc_embed_signup_scroll h2{font-size: 20px;}
	.pum-content.popmake-content p{line-height: 1.3 !important;}
}


/*
     FILE ARCHIVED ON 04:50:08 Apr 19, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:59:16 Aug 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.76
  exclusion.robots: 0.093
  exclusion.robots.policy: 0.079
  esindex: 0.014
  cdx.remote: 11.26
  LoadShardBlock: 394.297 (3)
  PetaboxLoader3.datanode: 400.428 (5)
  PetaboxLoader3.resolve: 256.363 (2)
  load_resource: 312.77
  loaddict: 57.698
*/