@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i&display=swap");
html {
	font-size: 1rem;
}
body {
	margin: 0px;
	padding: 0px;
	color: rgb(0, 0, 0);
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}
.video-block {
	position: relative;
	padding-bottom: 54.1%;
	padding-top: 25px;
	height: 0px;
	overflow: hidden;
	margin-bottom: 30px;
}
.video-block iframe, .video-block object, .video-block embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.video-wrap {
	width: 33%;
	float: left;
}
.none {
	display: none !important;
}
.full {
	width: 100%;
}
.bgd {
	background-color: rgb(248, 248, 248);
}
.yellowBorderTop {
	border-top: 6px solid rgb(32, 122, 189);
}
.photoMargin {
	margin: 1em 4%;
}
.greyBorderTop {
	border-top: 6px solid rgb(112, 112, 112);
}
.black {
	background-color: rgb(46, 76, 154);
}
.darkgrey {
	background-color: rgb(52, 52, 52);
}
.grey {
	background-color: rgb(112, 112, 112);
}
.lightgrey {
	background-color: rgb(240, 241, 245);
}
.white {
	background-color: rgb(255, 255, 255);
}
.white p {
	font-size: 0.8rem;
	color: rgb(0, 0, 0);
	padding: 20px 15%;
	text-align: center;
	margin: 0px;
	line-height: 1.2rem;
	width: 70%;
}
.wrapper {
	width: 1200px;
	margin: 0px auto;
	display: block;
	position: relative;
}
.marginLeft {
	margin-left: 0%;
}
.marginRight {
	margin-right: 0%;
}
.marginTop {
	margin-top: 2em;
}
.floatLeft {
	float: left;
	clear: both;
}
.floatRight {
	float: right;
}
.other-page a {
	font-weight: 700 !important;
}
.round {
	border-radius: 5px;
}
.round5 {
	border-radius: 5px;
	margin: 15px 3% !important;
}
.round10 {
	border-radius: 10px;
	margin: 15px 3% !important;
}
.round15 {
	border-radius: 15px;
	margin: 15px 3% !important;
}
.removeBorder {
	border: 0px solid rgb(255, 255, 255) !important;
}
.margin {
	margin: 2em 0px;
}
.borderTop {
	border-top: 6px solid rgb(32, 122, 189);
}
.sticky {
	position: sticky;
	top: 0px;
	background-color: rgb(255, 255, 255);
	z-index: 999;
}
.shadow {
	box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px -1px;
}
#navDiv {
	background-color: rgb(255, 255, 255);
	border-top: rgb(204, 204, 204);
}
#header {
	display: flex;
	justify-content: space-between;
	padding: 22px 10px;
}
#headingContainer {
	background-size: 100%;
}
#headingContainer h1 {
	padding: 1rem 0px;
	color: rgb(51, 51, 51);
}
#logo {
	height: 50px;
	float: left;
	text-align: center;
}
.denomination {
	float: left;
	margin: 30px 8.75%;
}
#headerRight {
	width: 80%;
}
#topbar {
	width: 100%;
	margin: 0px auto;
	display: block;
	min-height: 54px;
	zoom: 1;
	clear: both;
}
#menuWrapper {
	margin: 0px auto;
	display: block;
}
.blackCast {
	background-image: url("/stylesheets/images/temp/c1081.png");
	background-repeat: repeat;
	height: 15.625em;
}
#headingContainer {
	background-image: url("/stylesheets/images/temp/c1080.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 15.625em;
}
body.folder-about-us #headingContainer, body.folder_about-us #headingContainer {
	background-image: url("/content/pages/uploaded_images/49.jpg");
}
body.folder-how-do-we-help #headingContainer, body.folder_how-do-we-help #headingContainer {
	background-image: url("/content/pages/uploaded_images/50.jpg");
}
body.folder-home-mission #headingContainer, body.folder_home-mission #headingContainer {
	background-image: url("/content/pages/uploaded_images/456.jpg");
}
body.folder-news-events #headingContainer, body.folder_news-events #headingContainer {
	background-image: url("/content/pages/uploaded_images/52.jpg");
}
body.folder-resources #headingContainer, body.folder_resources #headingContainer {
	background-image: url("/content/pages/uploaded_images/53.jpg");
}
body.folder-contact #headingContainer, body.folder_contact #headingContainer {
	background-image: url("/content/pages/uploaded_images/54.jpg");
}
#headingContainer h1 {
	text-align: center;
	color: rgb(255, 255, 255);
	padding: 5em 0px 0px;
	letter-spacing: 0.0625em;
	margin: 0px;
}
#contentBody {
	min-height: 300px;
}
#breadWrapper {
	height: 50px;
	background-color: rgb(240, 241, 245);
	display: none;
}
#contentWrapper {
	margin-top: 50px;
	width: 75%;
	float: right;
}
.fullCal {
	width: 100% !important;
}
#sidebar {
	float: left;
	margin: 4.375em 0px;
	width: 25%;
}
#searchBar {
	height: 27px;
	padding: 4px 0px;
	font-size: 1rem;
}
#searchBarForm {
	background-color: rgb(172, 172, 172);
	color: rgb(68, 68, 68);
	width: 25%;
	border-radius: 3px;
	float: right;
}
#searchBarForm label {
	display: none;
}
#searchterm {
	border: 0px solid rgb(172, 172, 172);
	width: 70%;
	height: 25px;
	border-radius: 3px;
	box-sizing: border-box;
}
input#searchterm, input#textarea, input#button, input#select {
	background-color: rgb(172, 172, 172) !important;
}
#imageSubmit {
	float: right;
	vertical-align: middle;
	padding-right: 3px;
	padding-top: 2px;
	border-radius: 3px;
	background-color: rgb(172, 172, 172) !important;
}
#searchBar a:link, #searchBar a:visited {
	color: rgb(51, 51, 51);
	text-decoration: none;
}
.fab {
	color: rgb(172, 172, 172);
	font-size: 30px;
	margin-left: 0.3125em;
	margin-top: -2px;
}
.fa-twitter-square {
	float: right;
}
.fab:hover {
	color: rgb(162, 162, 162);
}
div#footer::before {
	content: "";
	display: block;
	width: 100%;
	height: 200px;
	background-image: url("/stylesheets/images/temp/c1110.png");
	background-position: 0px center;
	background-size: 100%;
	position: absolute;
	top: -134px;
	background-repeat: no-repeat;
}
#footer {
	position: relative;
	margin-top: 80px;
	padding-top: 60px;
	padding-bottom: 50px;
}
#footer p {
	color: rgb(255, 255, 255);
}
#footer .removeBorder {
	padding: 2.75em 1em;
	box-sizing: border-box;
}
#footer .removeBorder p {
	padding: 0.8em 0px;
}
#footer .removeBorder p:nth-child(2) {
	font-size: 1.125em;
}
#footer .removeBorder p:nth-child(3) {
	font-size: 0.875em;
	line-height: 1.3em;
	color: rgb(204, 204, 204);
}
#footer .removeBorder a {
	font-weight: 700;
	color: rgb(32, 122, 189);
	font-size: 1.25em;
}
#footer .white {
	padding: 1.75em 0px;
	text-align: center;
}
#footer .white img {
	padding: 0px 1em;
	height: 5.875em !important;
	width: auto !important;
}
span.footer {
	display: none;
}
span.footer a {
	font-size: 0.75rem;
	color: rgb(255, 255, 255);
}
img {
	border: 0px;
}
a img {
	opacity: 1;
}
a img:hover {
	opacity: 0.7;
}
#main, #contentMain, .boxContainer, #column1 {
	width: 100% !important;
	margin: 0px auto !important;
	padding: 0px !important;
}
.round5 {
	border-radius: 5px;
}
.round10 {
	border-radius: 10px;
}
.round15 {
	border-radius: 15px;
}
.margin {
	margin: 15px 3% !important;
}
.bordertop {
	border-top: 6px solid rgb(32, 122, 189);
}
.other-page+td img {
	max-width: 200px;
}
.oneColWidth, .twoColWidth, .threeColWidth {
	width: 100% !important;
	padding: 4em 0px !important;
	margin: 0px !important;
}
.oneColWidth article, .twoColWidth article, .threeColWidth article {
	max-width: 1200px;
	margin: 0px auto;
}
#column1 h1, header {
	font-size: 3rem;
	color: rgb(32, 122, 189);
	padding: 0em 5% 0.3em;
	margin: 0px;
	line-height: 1em;
}
article {
	padding: 1em 5%;
}
article p {
	font-size: 1rem;
	line-height: 1.7rem;
}
#column1 li:nth-of-type(2n+1) {
	/* background-color: rgb(240, 241, 245); */
}
.wrotator {
	border-radius: 0px !important;
	padding: 0px !important;
}
.wrotator article {
	max-width: 100% !important;
}
.rotator, .slideshow, .slideshow div {
	width: 100% !important;
	padding: 0px !important;
}
article.rotator .slideshow {
	background-color: rgb(52, 52, 52);
}
.slideshow div img {
	width: 100% !important;
	height: auto !important;
	margin: 0px auto !important;
	max-width: 1980px !important;
}
article.rotator .slideshow {
	background-color: rgb(52, 52, 52);
	height: 30vw !important;
}
.rotator .caption {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 90%;
	height: auto;
	z-index: 6 !important;
	margin: 0px !important;
	padding: 3em 5% !important;
	color: rgb(255, 255, 255) !important;
}
.rotator .caption p {
	margin: 0px;
	padding: 0px 5%;
	color: rgb(255, 255, 255);
	font-size: 1.125rem;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.2em;
	text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
}
.rotator .caption strong {
	font-size: 2.5rem;
	padding: 0px 0px 0.5em;
	line-height: 1.2em;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-weight: 700;
	display: block;
	text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
}
.rotator .caption a {
	color: rgb(222, 234, 255);
	font-weight: 600;
}
.w111 p {
	font-size: 1.375rem;
	line-height: 2rem;
	font-weight: 300;
}
.w111 h2 {
	padding: 1rem 0px;
	color: rgb(32, 122, 189);
	font-size: 2.5rem;
}
a:link.readmore, a:visited.readmore {
	padding: 4px 20px;
	font-weight: 400;
	border-radius: 20px;
	background-color: rgb(185, 178, 176);
	color: rgb(255, 255, 255) !important;
}
a:hover.readmore {
	background-color: rgb(52, 52, 52);
	text-decoration: none;
	color: rgb(255, 255, 255) !important;
}
.w111 img {
	border-radius: 50%;
	max-width: 210px;
	border: 1px solid rgb(185, 178, 176);
	box-sizing: border-box;
	padding: 0.5%;
}
.homepage .button {
	padding: 0.5em;
	color: rgb(136, 136, 136);
	border: 1px solid rgb(199, 199, 199);
	border-radius: 2px;
	cursor: pointer;
	font-size: 1.375rem;
	text-transform: uppercase;
	background: rgb(255, 255, 255);
	font-weight: 700 !important;
}
.homepage .button:hover {
	background-color: rgb(32, 122, 189);
	color: rgb(255, 255, 255);
	text-decoration: none;
	border: 0px solid rgb(199, 199, 199);
}
@media only screen and (max-width: 1280px) {
	html {
		font-size: 0.875rem;
	}
	#logo {}
	.wrapper {
		max-width: 920px;
	}
	#contentWrapper {
		width: 70%;
	}
}
@media only screen and (max-width: 1024px) {
	html {
		font-size: 0.8125rem;
	}
	#logo {
		float: initial;
	}
	#headerRight {
		margin-top: 0em;
		width: 100%;
		float: initial;
	}
	#searchBar {
		float: none;
	}
	ul#secondaryNav {
		width: 100%;
	}
	.wrapper {
		max-width: 728px;
	}
	#contentWrapper {
		width: 65%;
	}
}
@media only screen and (max-width: 767px) {
	html {
		font-size: 0.75rem;
	}
	.wrapper {
		max-width: 580px;
	}
	#sidebar {
		display: none;
	}
	#contentWrapper {
		width: 100%;
	}
}
@media only screen and (max-width: 579px) {
	html {
		font-size: 0.625rem;
	}
	.wrapper {
		max-width: 320px;
	}
	#breadcrumbs {
		display: none;
	}
	#breadCrumbFeatures {}
}
div#footer:before {
	content: '';
	display: block;
	width: 100%;
	height: 200px;
	/* background-color: red; */
	background-image: url("/stylesheets/images/c4.png");
	background-position: bottom center;
	background-size: 1280px;
	position: absolute;
	top: -134px;
	background-repeat: no-repeat;
}
#footer {
	position: relative;
	margin-top: 180px;
	padding-top: 60px;
	padding-bottom: 50px;
}
.imgTitle {
	display: block;
	background: red;
	padding: 20px;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	top: 27px;
}
.blue {
	background: #2E4C9A;
}
.lightBlue {
	background: #BBD9F3;
}
.green {
	background: #69B77B;
}
a.imgBtn {
	color: white;
	position: relative;
	font-size: 30px;
	font-weight: 600;
}