

/*
COLORS:

navbar blue 		- #65a0cf 	- rgb(101,160,207)
dark text blue 		- #10497c 	- rgb()

*/

/*fonts*/

@font-face {
    font-family: 'Muli';
    src: url('fonts/muli-regular-webfont.woff2') format('woff2'),
         url('fonts/muli-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Muli';
    src: url('fonts/muli-bold-webfont.woff2') format('woff2'),
         url('fonts/muli-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}
@font-face {
    font-family: 'Muli';
    src: url('fonts/muli-semibold-webfont.woff2') format('woff2'),
         url('fonts/muli-semibold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: 500;
}


body{
	font-family: Muli
}
p{}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
a{}
a:hover{
	text-decoration: none;
}





.HHead {
	background-color: #eee;
}
.HHin {
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.HHtxt {
	max-width: 600px;
	padding:20px;
	text-align: center;
}
.HHtxt h1 {
	color: #fff;
	margin:0;
}
.topNavin {
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-end;
	align-items: center;
	padding:3px 16px;
}
.topNav {
	background-color: #65a0cf
}
.topNavBtn a {
	color: #000;
	text-transform: uppercase;
	padding: 2px;
	margin-right: 5px;
}
.topNavBtn a:hover {
	color: #fff;
}
.topNavSocial {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.topNavSocial a {
    display: flex;
    display: -ms-flexbox;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    padding: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    justify-content: center;
    margin-left: 6px;
}
.nav-link {
	color: #000;
	text-transform: uppercase;
	margin-left: 10px;
}
.HSerIcon {
	text-align: center;
}
.HSerIcon svg {
	font-size: 6em;
	margin:auto auto 15px;
	color: #65a0cf
}
.hser-col {
	margin-bottom: 30px;
}
.HSertxt h3 {
	color: #10497c;
}
#HServices {
	padding:80px 0;
}
.Testim-top {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
.Testim-top p {
	margin:0;
	font-size: 2em;
	color: #10497c
}
.Testim-img {
	margin:0 30px;
	border-radius: 50%;
    height: 80px;
    width: 80px !important;
}
#HTestimonials {
	background-color: #c1d9ec;
	padding:30px 0;
}
.T-item {
	text-align: center;
	max-width: 650px;
	margin:auto;
	padding:0 25px;
}
.TSlider {
	text-align: center;
}
.Testim-txt {
	padding-top: 20px;
}
.tauthor {
	font-weight: bold;
	margin:0;
}
.whiteNav {
	position: relative;
}
.whiteNav .owl-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width:100%;
	height: 0;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	align-items: center;
	margin:auto;
}
.whiteNav .owl-nav button.owl-prev, .whiteNav .owl-nav button.owl-next {
	color: #fff;
	font-size: 2.5em;
	outline: none;
}
.blueNav .owl-nav button.owl-prev, .blueNav .owl-nav button.owl-next {
	color: #10497c;
	outline: none;
}
.LSplitPics {
	position: relative;
}
.LSP-b {
	padding:0 7% 7% 0;
}
.LSP-s {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 40%;
    border-left: 10px solid #fff;
    border-top: 10px solid #fff;
}
#HUpcomingEvents {
	padding:80px 0;
}
.CommonText h2 {
	color: #10497c;
}
.HUEvent h4 {
	color: #10497c;
}
.CommonText h2 {
	margin-bottom: 20px;
}
.HUEvent h5 span {
	font-size: 1.3em;
}
.btn-common {
    border: 2px solid #c1d9ec;
    
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    padding: 3px 14px;
    border-radius: 25px;
    display: inline-block;
    min-width: 140px;
    text-align: center;
    transition: all ease 0.25s;
    position: relative;
    z-index: 2
}
.btn-common:before {
	content: '';
	border-radius: 25px;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 20em;
	left: -5em;
	text-align: center;
	transition: box-shadow 0.5s ease-out;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
a:hover::before {
  box-shadow: inset 0 0 0 30px #10497c;
}
.btn-common:hover {
	color: #fff;
}
input.btn-common:hover {
	background-color: #10497c
}
.btn-hollow {
	background-color: transparent;
	border-color: #fff;	
	color:#fff;
}
.btn-hollow:hover {
	background-color: #fff;
	color: #10497c
}
.splitEvents {
	margin-bottom: 20px;
}
.CenterText {
	text-align: center;
}
.CeTextIn {
	max-width: 700px;
	margin:auto;
}
.CeTextIn h2 {
	color: #10497c;
}
#EligibleTxt {
	padding:80px 0;
}
.CommonHeading {
	text-align: center;
}
.CommonHeading h2 {
	color: #10497c;
	margin:0;
}
#HBlogPosts {
	padding:80px 0;
}
.CommonHeading {
	margin-bottom: 40px;
}
.HPost {
	text-align: center;
	height: 100%;
	position: relative;
}
.HPosttxt h4 {
	color: #10497c;
	margin:15px 0 10px;
}
.HPostbtn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.HPosttxt {
	padding-bottom: 35px;
}
.SecBtmBtn {
	text-align: center;
	margin-top: 50px;
}
.HPostcol {
	margin-bottom: 30px;
}
.NewsletterSignup {
	background-color: #10497c;
	color: #fff;
	padding:40px 0;
}
.NewsSignIn {

}
.NSignTxt p {
	margin:0;
	font-size: 1.7em;
}
.footTop {
	background-color: #65a0cf;
	padding:30px 0;
}
.FooterLinks {
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	align-items: center;
}
.FooterLinks a {
	color: #fff;
	padding:2px;
	margin:5px 0;
	text-transform: uppercase;
	transition: all ease 0.15s;
}
.FooterSocial {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}
.FooterSocial a {
    display: flex;
    display: -ms-flexbox;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    font-size: 1.4em;
}
.fcopyright {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	padding:15px 15px;
}
.fcopyright p {
	margin:0;
	text-transform: uppercase;
	color: #10497c;
	font-size: 0.8em;
}
.copyrightimg {
	height: 26px;
	margin-left: 5px;
}
#Header {
	
}
.HeaderIn {
	height: 40vh;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	padding:15px;
}
.HeaderIn h1 {
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.7)
}
#BoardDirectors {
	padding:80px 0;
}
#MakingDifference {
	padding:40px 0;
	background-color: #10497c;
	color: #fff;
}
.counter {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.counttxt {
	display: flex;
	display: -ms-flexbox;
	align-items: flex-start;
	flex-direction: column;
	margin-left: 15px;
}
.counttxt p {
	margin:0;
}
.counter svg {
	font-size: 3.5em;
}
.counterNumber {
    font-size: 1.8em;
    line-height: 1.1em;
}
.BPerson {
	text-align: center;
}
.BPerson p {
	font-weight: bold;
	margin:10px 0 0;
}
#BoardMembers {
	padding:80px 0;
}
.PhotoSlider {
	padding:0 40px;
}
#Gallery {
	padding:80px 0;
}
.CLtxt h2 {
	color: #10497c;
}
.CLimg {
	position: relative;
}
.CLDate {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(101, 160, 207, 0.8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4px 15px;
}
.CLDate p {
	margin:0;
	font-weight: bold;
}
.CLclass {
	padding:80px 0 0;
}
#ClassList {
	padding:0 0 80px;
}
.CLDate .CLmonth {
	font-size: 1.2em;
	margin-bottom: 7px;
}
.CLday {
	font-size: 1.3em;
}
.ClassText {
	max-width: 700px;
	padding-bottom: 50px;
}
#ClassD {
	padding:80px 0 0;
}
.ClassText h2 {
	color: #10497c;
}
.ClassText h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 14px 0;
}
.BExcerpt {
	text-align: center;
	padding-bottom: 42px;
	position: relative;
	height: 100%;
}
.BExcerpt .BExcBtn{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
}
.BExcerpt h3 {
	margin:8px 0;
	color: #10497c
}
.BPosts {
	padding:80px 0;
}
.BExccol {
	margin-bottom: 50px;
}
#BPosts {
	padding:80px 0;
}
#post {
	padding: 80px 0 0
}
.BlogPost h1 {
	color: #10497c;
	margin-bottom: 15px;
}
.bottomgal {
	overflow: hidden;
	padding-top: 30px;
}
.EventsImg {
	position: relative;
	margin-bottom: 8px;
}
.EventsDate {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background-color: rgba(101, 160, 207, 0.8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4px 10px 10px;
}
.EventsDate p {
	margin:0;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
}
.EventsDate .CLday {
	font-size: 1.5em;
}
#Events {
	padding:80px 0;
}
.EventsCol {
	margin-bottom: 50px;
}
.EventsTxt h2 {
	color: #10497c;
}
#EventDetail {
	padding:80px 0;
}
.EventText h1 {
	margin-top: 15px;
	color: #10497c;
}
.EventText h2 {
    text-transform: uppercase;
    font-size: 1.4em;
    margin:15px 0;
}
.EDeBtn {
	margin-top: 30px;
}
.contactBtns {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	margin:40px 0;
	flex-wrap: wrap;
}
.contactBtns a {
    font-size: 1.1em;
    margin: 0 15px;
    padding: 2px;
    color: #000;
    transition: all ease 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactBtns a:hover {
	color: #65a0cf
}
.contactBtns a svg {
	font-size: 1.4em;
	margin-right: 7px;
}
.contacttxt {
	text-align: center;
	margin:auto;
	max-width: 700px;
}
.contacttxt h2 {
	color: #10497c;
}
.formLabel label {
	margin:0;
}
.formInput input {
	width:100%;
	padding: 6px 10px;
	border-radius: 20px;
	border:2px solid #eee;
	outline: none;
}
.formInput textarea {
	width:100%;
	padding: 6px 10px;
	border-radius: 20px;
	border:2px solid #eee;
	outline: none;
}
#Contacttxt {
	padding:80px 0 0;
}
#ContactForm {
	padding:0 0 80px;
}
.formRow .col-lg-6 {
	margin-bottom: 20px;
}
.formSubmit {
	padding:30px 0 0;
}
.fMhead {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}
.fMbody {
	text-align: center;
	padding-bottom: 15px;
}
.Donations {
	padding:80px 0;
}
.boardcol {
	margin-bottom: 30px;
}
.NSU-submit {
	margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hput {
	height: 0;
	width: 0;
	overflow: hidden;
}
.NSUinput input {
	width: 100%;
	border:2px solid #10497c;
    padding: 5px 10px;
    border-radius: 20px;
    outline: none;
}
.NSUlabel label {
	margin:0 0 5px;
}
.HUEvent h5 {
	color: #000
}
#Introtxt {
	padding:80px 0 0;
}
.sMinput input {
	border:2px solid #10497c;
	padding:2px 7px;
	border-radius: 8px
}
.sMsubmit {
	margin:15px 0 0;
}
.sMin {
	padding:80px 0;
}
.sMin {
	color: #10497c;
    margin-bottom: 12px;
}
.searchResults {
	padding:80px 0 0;
}
.sresult h2 {
	font-size: 1.4em;
	margin:0;
}
.sresult p {
	margin-bottom: 0px;
}
.sresult  {
	padding: 15px 0;
    max-width: 700px;
}
.sresults {
	padding:0 0 30px;
}
#nosresults {
	padding:80px 0 0;
}
.searchResults a {
    font-weight: bold;
    color: #65a0cf;
}
#top {
	padding-top: 122px;
	position: relative;
}
.fullNav {
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	z-index: 99;
	background-color: #fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.3)
}
.HHtxt h1 {
	text-shadow: 0px 0px 20px rgba(0,0,0,0.4)
}
.HSertxt {
	text-align: center;
}
.navbar-brand img {
	height: 75px;
}
.navbar-brand {
	padding:0;
}
.foocol1 img {
	max-width: 300px;
}
.contestList {
    padding: 60px 0;
    background: #c1d9ec;
}
.cLi > p {
    font-size: 1.3em;
    margin-bottom: 12px;
    font-weight: bold;
    line-height: 1em;
}
.cLi {
	box-shadow: 0px 3px 6px rgba(0,0,0,0.17);
    background: #fff;
    padding: 20px 20px 48px;
    border-radius: 7px;
    position: relative;
    height: 100%;
}
.cLiImg {
	margin-bottom: 9px;
}
.cLibtn {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.ctpage {
	padding:60px 0 0;
}
.ctgali {
	position: relative;
}
.ctgali a {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #10497c;
    font-size: 1.1em;
    z-index: 2;
    display: inline-block;
    padding: 0px 6px 2px 0;
}
.ctgalimg {
	position: relative;
}
.ctgal {
	padding:80px 0 0;
}
.ctgalimg {
	margin-bottom: 15px;
}
.ctSubmissions {
	margin:80px 0 0;
}
.ctpin {
	font-size: 1.1em;
}

/* BLOG */
.hfeed{
	padding: 0 16px 0 16px;
}
.hentry{
	background:blue;
	list-style-type:none;
}
#form1_login{
	padding: 40px 0 60px 0;
	text-align: center;
}
#form1_login fieldset{
	padding: 50px 30px 40px 30px;
	width: 400px;
	max-width: 100vw;
	margin: auto;
	box-shadow: 0 0 6px -3px black;
}
#form1_login legend{
	position: relative;
	top: 1.4em;
}
#form1_login fieldset div{
	position: relative;
}
.register-form{
	padding: 40px 0 60px 0;
	text-align: center;

}
.register-inner{
	margin: auto;
	width: 400px;
	max-width:100%;
	box-shadow: 1px 2px 6px -3px black;
	padding: 20px 30px 60px 30px;
}
.form-group{
	padding-top: 24px;
}
.comments.listing{
	list-style-type: none;
	padding-left: 20px;
}
.blog-comment .comment{
	width: calc(100% - 100px);
	display: inline-block;
	position: relative;
	left: 80px;
}
.blog-comment{
	position: relative;
}
.blog-comment img{
	position: absolute;
	top: 0;
	left: 0;
}
.comments-heading{
	padding: 0 0 20px 0;
}
.comment-form{
	width: 600px;
	max-width: 100%;
}
p.meta{
	color: #888888
}
.primary-content{
	padding-top: 30px;
}
.primary-content h1{
	text-align: center;
	padding-bottom: 20px;
}
.member-info{
	position: absolute;
	left: 20px;

}
.member-info div{
	display: inline-block;
	padding-right: 30px;
}
.blogimg{
	float: right;
	margin: 20px;
}
.h-entry{
	padding-bottom: 40px;
}
#form1_submit{
	margin: 0 0 18px 0;
}










@media (max-width: 991px) {
	.LSplitPics {
		margin-bottom: 25px;
	}
	.counterCol {
		margin-bottom: 25px
	}
	.nav-link {
		text-align: center;
	}
}
@media (min-width: 992px) {
	.nav-link:hover {
		color: #65a0cf
	}
	.FooterLinks a:hover {
		color: #10497c
	}
	.FooterSocial a:hover, .topNavSocial a:hover {
		background-color: #10497c;
		color: #fff;
	}
}
@media (min-width: 768px) {
	.NewsSignIn {
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		justify-content: space-between;
	}
}
@media (max-width: 768px) {
	.NewsSignIn {
		text-align: center;
	}
	.NSignTxt {
		margin-bottom: 10px;
	}
	.foocol1 {
		text-align: center;
	}
	.foocol2 {
		margin:20px 0;
	}
}



