/*----------------Core---------------------------*/
body{
	margin: 0px;
	background: #fff;
	font: 16px 'Lato', sans-serif;
	line-height: 1.5em;
	color: #333;
}
img, input[type=image] { border: 0px; vertical-align: middle; }
a:link, a:visited, a:active { color: #178ecb; }
a:focus {outline: 0; }
a:hover { color: #178ecb; text-decoration: underline;}
form { margin: 0px; padding: 0px; }

.container {
	max-width: 980px;
}
h1,h2,h3,h4,h5,h6 { font-family: 'Lato', Arial, sans-serif; }

/*------------Utilities ----------------------*/
.clear{ clear: both; height: 0px; margin: 0px; overflow: hidden; }

.form-control { border-radius: 4px; font-size: 16px; padding: 8px 12px; height: 40px; border: 1px solid #ddd; box-shadow: unset; background: #fcfcfc; color: #000;}
label { font-weight: bold; font-size: 14px;  }

.small-padding { margin-left: -5px; margin-right: -5px; }
.small-padding .col-sm-1, .small-padding .col-sm-2, .small-padding .col-sm-3, .small-padding .col-sm-4, .small-padding .col-sm-5, .small-padding .col-sm-6, .small-padding .col-sm-7, .small-padding .col-sm-8, .small-padding .col-sm-9, .small-padding .col-sm-10, .small-padding .col-sm-11, .small-padding .col-sm-12,
.small-padding .col-xs-1, .small-padding .col-xs-2, .small-padding .col-xs-3, .small-padding .col-xs-4, .small-padding .col-xs-5, .small-padding .col-xs-6, .small-padding .col-xs-7, .small-padding .col-xs-8, .small-padding .col-xs-9, .small-padding .col-xs-10, .small-padding .col-xs-11, .small-padding .col-xs-12 { padding: 0 5px; }



.btn-primary, a.btn-primary { background-color: #178ecb; border: 0; padding: 8px 35px; color: #fff; border-radius: 4; text-transform: uppercase; }
	.btn-primary:hover, .btn-primary:active .btn-primary:focus, a.btn-primary:hover, a.btn-primary:active a.btn-primary:focus  { background: #24b253;  color: #fff; }

.arrow-container { text-align: center; margin: 0; }
	.arrow-container.white { background: #fff; }
	.arrow-container.gray { background: #333; }
	
.arrow-down { margin: 0px auto;  width: 0;  height: 0;  border-left: 30px solid transparent; border-right: 30px solid transparent; border-top: 20px solid #fff; }
	.arrow-down.blue { width: 0;  height: 0;  border-left: 30px solid transparent; border-right: 30px solid transparent; border-top: 20px solid #178ecb; }

/*------------ HEADER ----------------------*/
#bordertop { background: url('../images/border.png'); height: 6px; position: relative; }
	#social { position: absolute; right: 15px; top: 0; z-index: 999; padding: 8px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; background: #178ecb; }
	#social .social-circle span { font-size: 16px; line-height: 1.2em; margin: 3px; display: inline-block; background: #fff; border-radius: 100%; color: #178ecb; padding: 2px 3px; width: 24px; height: 24px; text-align: center; }

#header { padding: 25px 0 10px; }

.sf-menu { text-align: right; padding-top: 16px; }
.sf-menu ul li { display: inline-block; vertical-align: middle; padding: 12px 0; line-height: 1em; margin: 0; float: none;   }
	.sf-menu li a { transition: all 0.1s ease-in-out 0s; display: block; padding: 0px 16px; font-weight: normal; line-height: 1em; text-decoration: none; font-size: 18px; color: #333; border-right: 1px solid rgba(0,0,0,0.1); /*display: table-caption;*/ text-align: center;  }
		.sf-menu li:hover a, .sf-menu li.selected a{ color: #178ecb; }
	.sf-menu li.last a { border: 0px; margin: 0; }
	.sf-menu li ul { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; box-shadow: 2px 2px 8px rgba(0,0,0,0.3);  }
	.sf-menu li li, .sf-menu li.selected li {  border-radius: 0; transition: all 0.1s ease-in-out 0s; background: #178ecb; padding: 0px 0px; display: block; text-align: left; border-bottom: 1px solid rgba(0,0,0,0.1); }
	.sf-menu li li a, .sf-menu li:hover li a { display: block; color: #fff; text-align: left; transition: all 0.1s ease-in-out 0s; border: 0;  font-size: 16px; line-height: 1em; padding: 8px 12px; }
		.sf-menu li li:hover { background: #69be4c; border-radius: 0;  }
		.sf-menu li li:hover a{ color: #fff; text-decoration: none; }
		.sf-menu li li.last { border: 0px; }
		.sf-menu li.contacthtml a { border: 0; }
		.sf-menu li.donatehtml { background: #24b253; color: #fff; border: 0; border-radius: 4px; }
			.sf-menu li.donatehtml:hover { background: #178ecb;  }
			.sf-menu li.donatehtml a { color: #fff; }
		
.sf-menu ul li:hover ul, .sf-menu ul li.sfHover ul { top: 42px; }
.sf-menu ul li ul:before { content: ""; display: block; position: absolute; top: -8px; left: 17px; width: 0;  height: 0;  border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #178ecb; }
.sf-menu .menu-li.joinushtml { border: 1px solid #178ecb; border-radius: 4px; }
	.sf-menu .menu-li.joinushtml a { border: 0; }

.mobile-trigger{ }
	.mobile-text { font-size: 16px; color: #333; font-weight: bold; display: inline-block; padding: 15px 0px;  }
	.mobile-text:hover { color:#555; }
#mobile-menu-btn { float: right; margin-left: 15px; background: none; z-index: 9899; cursor: pointer; width: 45px; margin-top: 11px; padding: 5px 0px; overflow: hidden; text-decoration: none;  }
	#mobile-menu-btn .icon-bar { height: 2px; background: #333; display: block; margin: 4px 5px; border-radius: 0px; }
		#mobile-menu-btn:hover .icon-bar { background: #333; opacity: 0.8; color:#333; }

#mobile-menu { display: none; text-align: left; margin-bottom: 10px; padding: 0px 0px; width: 100%; overflow: auto; z-index: 900; text-transform: uppercase; font-size:17.7px;  }
	#mobile-menu a { text-decoration: none; }
	#mobile-menu ul { margin: 0px; padding: 0px; list-style: none; width: auto; }
	#mobile-menu li { margin: 0px; padding: 0px 20px; background: none; list-style: none; font-weight: normal;  }
	#mobile-menu li a{ display: block; padding: 6px 15px 6px 0; font-size: 16px; color: #333; border-bottom: 1px solid rgba(0,0,0,0.1); }
	#mobile-menu li.last a{ border: 0; }
	#mobile-menu li a:hover { opacity: 0.8; background: none; }
	

/*------------ FOOTER ----------------------*/
#footer-copyright { color: #666; font-size: 12px; padding: 4px 0; text-align: center; }
#footer { background: #333; color: #fff; padding: 25px 0; }
	#footer h4 { font-size: 28px; line-height: 1em; margin: 0 0 25px; }
	#footer h5 { font-size: 24px; margin: 0 0 15px; color: #178ecb; }
	#footer a { color: #fae544; }
/*------------CONTENT ----------------------*/
#top-content { background: #fff; padding: 25px 0; color: #fff; position: relative; }
	#top-content .container { z-index: 3; position: relative; }
	#top-content h1 { font-size: 28px; line-height: 1em; margin: 30px 0 15px 0; text-align: center; }
	#blue-bg { background: #178ecb; position: absolute; left: 0; bottom: 0; width: 100%; height: 60%; z-index: 1; }
		
	.full #blue-bg { height: 100%; }
	#top-content.full h1 { margin-top: 0px; }

.content { background: #fff; color: #333; padding: 25px 0 45px 0; }
	.content h1 { font-weight: normal; font-size: 36px; margin: 0px 0px 8px; color: #222; }
	.content h2 { font-weight: bold; font-size: 18px; margin: 0px 0px 8px; color: #178ecb; }

	.larger { font-weight: bold; font-size: 18px; line-height: 1.5em; }
	

.list { list-style: none; padding-left: 0; }
.list li { display: block; padding: 0px 0 10px; margin-bottom: 10px; border-bottom: 1px solid rgba(0,0,0,0.1);  }
	.list li a { display: block;  color: #333; text-decoration: none; }
	.list li.last { border: 0; margin: 0; }
	.list li strong { color: #178ecb; }
	
#sidebar { background: #178ecb; color: #fff; border-radius: 8px; padding: 15px; }
	#sidebar h3 { font-size: 18px; margin: 0 0 15px; font-weight: bold; color: #fff; }
	#sidebar ul { list-style: none; padding: 0; margin: 0; }
	#sidebar li { display: block; padding: 4px 0; border-top: 1px solid rgba(255,255,255,0.2);  }
	#sidebar li a { display: block; color: #fff; text-decoration: none; }
	

.events { padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.1); }
	.events.last { border: 0; }
	.events .month { margin-top: 2px; margin-right: 3px; display: block; line-height: 1em; white-space: nowrap; overflow: hidden;  padding: 4px; text-align: center; background: #C61D29; color: #fff; text-transform: uppercase; font-size: 10px; border-top-right-radius: 3px; border-top-left-radius: 3px; }
	.events .day { display: block; margin-right: 3px; padding: 5px 0; text-align: center; background: #fff; border-bottom: 2px solid #ccc; color: #222; font-size: 18px; font-weight: bold; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
	.events .title { font-size: 18px; font-weight: bold; color: #C61D29;  }
	.events .date { font-size: 14px;   }
	.events .description { color: #666; margin: 5px 0; }


.img-box { border: 1px solid #ddd; margin: 0 0 30px; height: 200px; background-color: #ccc; background-position: 50% 50%; background-size: cover;  border-radius: 4px; overflow: hidden; position:relative; }
	.img-box a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-decoration: none; color: #fff; }
		.img-box a span { display: block; position: absolute; top: 50%; left: 0; width: 100%; margin-top: -1em; color: #fff; text-indent: -999em; }
	.img-box a:hover { background: rgba(100,100,100,0.8); }
		.img-box a:hover span { text-indent: 0; text-align: center; }
a.news-box { min-height: 420px; padding: 15px; transition: background 0.3s ease-in-out 0s; background: #fff; display: block; overflow: hidden;  text-decoration: none; margin: 0 0 30px; border: 1px solid #ddd; border-radius: 4px; }
	a.news-box:hover { background: #eee; }
	a.news-box .img-box { border: 0; border-bottom: 1px solid #ddd; margin: -15px -15px 15px; }
	a.news-box .title { font-size: 18px; font-weight: bold; color: #178ecb; line-height: 1.4em;  }
	a.news-box .date { font-size: 12px; line-height: 1.2em; color: #888; margin-bottom: 4px; }
	a.news-box .readmore { font-size: 14px; font-weight: bold; color: #24b253; }


@media all and (min-width:766px) {
	#top-content h1, #footer h4, .heading { position: relative; text-align: center;  }
	#top-content h1 span, #footer h4 span, .heading span { background: #178ecb; padding: 0 25px;  position: relative; z-index: 1; }
	#top-content h1:before, #footer h4:before, .heading:before { background: rgba(255,255,255,0.2); content: ""; display: block; height: 1px; position: absolute; top: 50%; width: 100%; left: 0; }

	#footer h4 span { background: #333; }

}
@media all and (max-width:991px) {
	.sf-menu { padding: 0; }
	.sf-menu li a { padding: 0px 11px; }
}
@media all and (max-width:766px) {
	#blue-bg { height: 100%; }
	
	#header { padding: 10px 0 0; }
	#top-content { padding: 5px 0; }
		#top-content h1 { font-size: 20px; line-height: 1.3em; }
}