/*** GENERAL STYLES ***/
body {
	font-family: 'Montserrat', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #1a1a1a;
}
h1 {
	color: #000000;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 30px;
}
h2 {
	color: #000000;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 30px;
}
h3 {
	color: #000000;
	font-family: 'Montserrat', serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 30px;
}
h4 {
	color: #282828;
	font-family: 'Montserrat', serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 30px;
}
h5 {
	color: #000000;
	font-family: 'Montserrat', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}
h6 {
	color: #000000;
	font-family: 'Montserrat', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}
p {
	color: inherit;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}
p strong {
	font-family: 'Montserrat', serif;
	font-weight: 700 !important;
}
a {
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
a:hover {
	text-decoration: none;
}
.sml-editor-content h1, .sml-editor-content h2, .sml-editor-content h3,
.sml-editor-content h4, .sml-editor-content h5, .sml-editor-content h6 {
	color: inherit;
}
.sml-editor-content a {
	color: #0f95d3;
	text-decoration: none;
	font-weight: 700;
}
.sml-editor-content a:hover {
	color: #015a95;
	text-decoration: none;
}
.sml-editor-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 40px;
}
.sml-editor-content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
	padding-left: 26px;
}
.sml-editor-content ul li:before {
	content: '\f111';
	font-family: 'Font Awesome 5 Pro';
	font-size: 16px;
	line-height: 28px;
	color: #0f95d3;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.sml-editor-content ul.two-column,
.sml-editor-content ul.three-column {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.sml-editor-content ul.two-column:after,
.sml-editor-content ul.three-column:after {
	content: '';
	display: block;
	clear: both;
}
.sml-editor-content ul.two-column li,
.sml-editor-content ul.three-column li {
	list-style: none;
	margin-left: 0;
	position: relative;
	padding-left: 26px;
	float: left;
}
.sml-editor-content ul.two-column li:before,
.sml-editor-content ul.three-column li:before {
	content: '\f111';
	font-family: 'Font Awesome 5 Pro';
	color: #0f95d3;
	margin-right: 10px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.sml-editor-content ul.two-column,
.sml-editor-content ul.three-column {
	display: block;
}
.sml-editor-content ul.two-column li,
.sml-editor-content ul.three-column li {
	width: 100%;
	display: inline-block;
}
.sml-editor-content blockquote {
	display: block;
	color: #FFFFFF;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 40px;
	padding: 30px 40px;
	background-color: #0f95d3;
}
.sml-editor-content blockquote p:last-child {
	margin-bottom: 0;
}
.sml-editor-content img.alignright,
.sml-editor-content img.alignleft {
	background-color: transparent;
	padding: 9px;
	border: 1px solid #e1e1e1;
}

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
	.sml-editor-content ul.two-column li {
		width: 48%;
		margin-right: 1%;
	}
	.sml-editor-content ul.three-column li {
		width: 31%;
		margin-right: 1%;
	}
}
@media (min-width: 1200px) {}
/*** END GENERAL STYLES ***/



blockquote.sml-quote-green {
	display: block;
	background-color: #219d1b !important;
	padding: 30px;
	color: #FFFFFF !important;
}
blockquote.sml-quote-green p {
	color: #FFFFFF !important;
}
blockquote.sml-quote-blue {
	display: block;
	background-color: #0f95d3 !important;
	padding: 30px;
	color: #FFFFFF !important;
}
blockquote.sml-quote-blue p {
	color: #FFFFFF !important;
}

.sml-editor-content h2.special {
	font-family: 'Lora', serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 70px;
	color: #005a95;
}
.sml-editor-content h4.special {
	font-family: 'Lora', serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
}


/*** BUTTONS ***/
.btn.sml-button {
	font-size: 16px;
	font-weight: 700;
	padding: 17px 50px;
	line-height: 1em;
	text-transform: uppercase;
}
.btn.sml-button.sml-button-round {
	border-radius: 50px;
}
.btn.sml-button.sml-button-ghost {
	border-width: 1px;
}
/*** END BUTTONS ***/


/*** HEADER ***/
/*
header.sml-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 500;
	transition: all 0.5s ease-in-out;
}
header.sml-header.fixed {
	top: -40px;
	z-index: 3000;
}
*/
@media (min-width: 992px) {
	body {
		padding-top: 140px;
	}
	header.sml-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 500;
		transition: all 0.5s ease-in-out;
	}
	header.sml-header.fixed {
		top: -40px;
		z-index: 3000;
	}
}

.ncc-top-bar {
	background-color: #002137;
	color: #FFFFFF;
	height: 40px;
}
.ncc-newsletter-signup {
	display: inline-block;
	background-color: #00426e;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
}
.ncc-newsletter-signup i.email-icon {
	display: inline-block;
	background-color: #015a95;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.ncc-newsletter-signup span {
	display: inline-block;
	padding: 0 25px;
	white-space: nowrap;
	font-weight: 500;
}
.ncc-newsletter-signup i.arrow-icon {
	display: inline-block;
	margin-left: 7px;
	font-size: 14px;
}
.ncc-newsletter-signup:hover {
	color: #FFFFFF;
	background-color: #015a95;
}
.ncc-top-bar .sml-social {
	float: right;
}
.ncc-top-bar .sml-social a {
	display: block;
	color: #FFFFFF;
	line-height: 40px;
	width: 40px;
	text-align: center;
	float: left;
	font-size: 15px;
}
.ncc-top-bar .sml-social a.facebook {
	background-color: #3b5897;
}
.ncc-top-bar .sml-social a.twitter {
	background-color: #19aced;
}
.ncc-top-bar .sml-social a:hover {
	background-color: #015a95;
}
.ncc-navigation-header {
	background-color: #FFFFFF;
}
.ncc-navigation-header .sml-col {
	position: relative;
}
.ncc-logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
}
.ncc-logo a {
	display: inline-block;
}
.ncc-logo img {
	max-height: 157px;
	transition: all 0.5s ease-in-out;
}
header.sml-header.fixed .ncc-logo img {
	max-height: 100px;
}

@media (max-width: 575px) {
	.ncc-logo {
		width: 172px;
		height: 105px;
	}
	.ncc-logo img {
		width: 172px;
		height: 105px;
	}
	.ncc-mobile-donate {
		display: none !important;
	}
}
@media (min-width: 576px) {}
@media (min-width: 576px) and (max-width: 767px) {
	.ncc-logo {
		width: 257px;
		height: 157px;
	}
	.ncc-logo img {
/* 		width: 257px; */
		height: 157px;
	}
}
@media (max-width: 767px) {
	.sml-header .ncc-top-bar .sml-container {
		max-width: 100%;
	}
	.sml-header .ncc-navigation-header .sml-container {
		max-width: 100%;
	}
}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
/*** END HEADER ***/


/*** HEADER DESKTOP NAVIGATION ***/
.ncc-navigation {
	height: 100px;
}
.ncc-navigation .desktop-navigation {
	display: none;
}

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {
	.ncc-navigation .mobile-navigation {
		display: none;
	}
	.ncc-navigation .desktop-navigation {
		display: block;
		text-align: right;
	}
	.ncc-navigation .desktop-navigation .navigation > ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		float: right;
	}
	.ncc-navigation .desktop-navigation .navigation > ul > li {
		display: inline-block;
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		position: relative;
	}
	.ncc-navigation .desktop-navigation .navigation > ul > li > a {
		display: inline-block;
		color: #000000;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 600;
		line-height: 100px;
		padding: 0 15px;
		transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	}
	.ncc-navigation .desktop-navigation .navigation > ul > li > a:hover {
		color: #015a95;
	}
	.ncc-navigation .desktop-navigation .navigation > ul > li:last-child > a {
		background-color: #219d1b;
		color: #FFFFFF;
		font-size: 15px;
		font-weight: 700;
		margin-left: 25px;
		padding: 0 25px;
	}
	.ncc-navigation .desktop-navigation .navigation > ul > li:last-child > a:hover {
		background-color: #1b7c16;
		color: #FFFFFF;
	}
	.ncc-navigation .desktop-navigation .navigation > ul > li > ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 300;
		list-style: none;
		width: 300px;
		margin: 0;
		padding: 0;
		-webkit-box-shadow: 0px 15px 20px 0px rgba( 0, 0, 0, 0.3 );
		-moz-box-shadow: 0px 15px 20px 0px rgba( 0, 0, 0, 0.3 );
		box-shadow: 0px 15px 20px 0px rgba( 0, 0, 0, 0.3 );
	}
	.ncc-navigation .desktop-navigation .navigation > ul > li:hover > ul {
		display: inline-block;
	}
	.ncc-navigation .desktop-navigation .navigation > ul > li > ul > li {
		display: block;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #003a61;
	}
	.ncc-navigation .desktop-navigation .navigation > ul > li > ul > li:last-child {
		border-bottom: none;
	}
	.ncc-navigation .desktop-navigation .navigation > ul > li > ul > li > a {
		display: block;
		background-color: #002137;
		color: #FFFFFF;
		font-size: 12px;
		line-height: 24px;
		text-transform: uppercase;
		padding: 16px 20px;
		text-align: left;
		transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	}
	.ncc-navigation .desktop-navigation .navigation > ul > li > ul > li > a:hover {
		background-color: #0f95d3;
	}
}
/*** END HEADER DESKTOP NAVIGATION ***/


/*** HEADER MOBILE NAVIGATION ***/
.ncc-navigation {
	text-align: right;
}
.ncc-navigation .ncc-mobile-donate {
	float: right;
	display: inline-block;
	background-color: #219d1b;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	line-height: 100px;
	padding: 0 25px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.ncc-navigation .ncc-mobile-donate:hover {
	background-color: #1b7c16;
}
.ncc-navigation .mobile-menu-icon {
	display: inline-block;
	color: #000000;
	margin-right: 25px;
	margin-left: 15px;
	line-height: 100px;
	height: 100px;
}
.ncc-navigation .mobile-menu-icon span {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
	margin-right: 10px;
}
.ncc-navigation .mobile-menu-icon i {
	display: inline-block;
	line-height: 100px;
}
.ncc-navigation .mobile-navigation {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	text-align: left;
	background-color: #002137;
	position: absolute;
	left: 0;
	z-index: 500;
}
.ncc-navigation .mobile-navigation:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	background-color: inherit;
	width: 100%;
}
.ncc-navigation .mobile-navigation:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	background-color: inherit;
	width: 100%;
}
.ncc-navigation .mobile-navigation .navigation.open {
	display: block;
}
.ncc-navigation .mobile-navigation .navigation.closed {
	display: none;
}
.ncc-navigation .mobile-navigation .navigation ul,
.ncc-navigation .mobile-navigation .navigation li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}
.ncc-navigation .mobile-navigation .navigation ul.sub-menu {
	background-color: #000000;
}
.ncc-navigation .mobile-navigation .navigation ul.sub-menu > li > a.nav-link {
	padding-left: 30px;
}
.ncc-navigation .mobile-navigation .navigation ul.sub-menu > li > ul.sub-menu > li > a.nav-link {
	padding-left: 60px;
}
.ncc-navigation .mobile-navigation .navigation ul.sub-menu.closed {
	display: none;
}
.ncc-navigation .mobile-navigation .navigation ul.sub-menu.open {
	display: block;
}
.ncc-navigation .mobile-navigation .navigation a.sub-menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 15px;
	line-height: 23px;
	text-align: center;
}
.ncc-navigation .mobile-navigation .navigation a.sub-menu-toggle i.fa {
	display: inline-block;
	width: 1em;
	text-align: center;
}
.ncc-navigation .mobile-navigation .navigation a.nav-link {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: 600;
	padding: 10px 15px;
	text-align: left;
	background-color: transparent;
	border-top: 1px solid #003a61;
}
.ncc-navigation .mobile-navigation .navigation > ul > li:first-child a.nav-link {
	border-top: 0;
}
.ncc-navigation .mobile-navigation .navigation ul.sub-menu a.nav-link {
	border-top: 1px solid #003a61;
}
.ncc-navigation .mobile-navigation .navigation li.submenu-open > a.nav-link {
	background-color: #003a61;
}

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {
	.ncc-navigation {
		background-color: transparent;
	}
	.ncc-navigation .mobile-menu-icon {
		display: none;
	}
	.ncc-navigation .mobile-navigation {
		display: none;
	}
	.ncc-navigation .ncc-mobile-donate {
		display: none;
	}
}
/*** END HEADER MOBILE NAVIGATION ***/


/*** PAGE BANNER ***/
.sml-section-page-banner-title {
	display: inline-block;
	background-color: rgba( 1, 90, 149, 0.95 );
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 30px;
	margin-right: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	height: 50px;
}
/*** END PAGE BANNER ***/


/*** FOOTER ***/
.sml-footer {
	background-color: #002137;
	color: #FFFFFF;
	padding-top: 100px;
}
.sml-footer .ncc-footer-logo {
	display: inline-block;
	margin-bottom: 40px;
}
.sml-footer a {
	color: #FFFFFF;
}
.sml-footer p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
}
.sml-footer h1,
.sml-footer h2,
.sml-footer h3,
.sml-footer h4,
.sml-footer h5,
.sml-footer h6 {
	color: #F1F6F9;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}
.sml-footer .sml-social a {
	display: inline-block;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-radius: 42px;
}
.sml-footer .sml-social a.facebook {
	background-color: #3b5897;
}
.sml-footer .sml-social a.twitter {
	background-color: #19aced;
}
.sml-footer .sml-social a:hover {
	background-color: #015a95;
}
.sml-footer nav.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.sml-footer nav.navigation ul li {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	display: block;
}
.sml-footer nav.navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
}
.sml-footer nav.navigation ul li a:hover {
	color: #0f95d3;
}
.sml-footer .copyright-container {
	margin-top: 100px;
	position: relative;
	font-size: 11px;
	line-height: 21px;
}
.sml-footer .copyright-container .return-top {
	position: absolute;
	bottom: 100%;
	left: 15px;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #015a95;
}
.sml-footer .copyright-container:before {
	content: '';
	left: 15px;
	right: 0;
	top: 0;
	display: block;
	border-bottom: 1px solid #015a95;
}
.sml-footer .copyright-container .return-top:hover {
	background-color: #0f95d3;
}
.sml-footer .copyright-container .sml-col {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer.sml-footer .gform_wrapper .top_label .gfield_label {
	display: none !important;
}
footer.sml-footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 14px;
	line-height: 24px;
	padding: 12px 20px;
	border: 0;
	background-color: #012d4b;
	color: #FFFFFF;
	outline: 0;
}
footer.sml-footer .gform_wrapper textarea {
	font-size: 14px;
	line-height: 24px;
	padding: 12px 20px;
	border: 0;
	background-color: #012d4b;
	color: #FFFFFF;
	outline: 0;
}
footer.sml-footer .ginput_container input::-webkit-input-placeholder {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
footer.sml-footer .ginput_container input::-moz-placeholder {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
footer.sml-footer .ginput_container input:-ms-input-placeholder {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
footer.sml-footer .ginput_container input::placeholder {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
footer.sml-footer .ginput_container textarea::-webkit-input-placeholder {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
footer.sml-footer .ginput_container textarea::-moz-placeholder {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
footer.sml-footer .ginput_container textarea:-ms-input-placeholder {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
footer.sml-footer .ginput_container textarea::placeholder {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
footer.sml-footer .gform_wrapper .gform_footer {
	text-align: right;
}
footer.sml-footer .sml-copyright,
footer.sml-footer .sml-website-by {
	text-align: center;
}

@media (max-width: 575px) {
	.ncc-footer-site-links {
		margin-top: 40px;
	}
}
@media (min-width: 576px) {}
@media (min-width: 576px) and (max-width: 767px) {
	footer.sml-footer .gform_wrapper .gform_footer {
		margin-top: -80px;
		padding-bottom: 8px;
	}
}
@media (max-width: 767px) {
	footer.sml-footer .sml-copyright {
		padding-bottom: 0 !important;
	}
	footer.sml-footer .sml-website-by {
		padding-top: 0 !important;
	}
}
@media (min-width: 768px) {
	footer.sml-footer .gform_wrapper .gform_footer {
		text-align: right;
		display: inline-block;
		width: auto;
		position: absolute;
		right: 0;
		bottom: 15px;
	}
	footer.sml-footer .sml-copyright {
		text-align: left;
	}
	footer.sml-footer .sml-website-by {
		text-align: right;
	}
}
@media (max-width: 991px) {
	.sml-footer .sml-footer-form {
		margin-top: 70px;
	}
}
@media (min-width: 992px) {
	footer.sml-footer .gform_wrapper .gform_footer {
		position: static;
		right: auto;
		bottom: auto;
	}
}
@media (min-width: 1200px) {
	footer.sml-footer .gform_wrapper .gform_footer {
		text-align: right;
		display: inline-block;
		width: auto;
		position: absolute;
		right: 0;
		bottom: 15px;
	}
}
/*** END FOOTER ***/


/*** HERO SLIDER ***/
section.sml-section.sml-section-hero-slider-1 .sml-section-hero-slider-slide-content-container {
	z-index: 2;
}
section.sml-section.sml-section-hero-slider-1 .sml-slide {
	height: 655px;
	overflow: hidden;
}
section.sml-section.sml-section-hero-slider-1 .sml-section-hero-slider-slide-image img {
	width: auto !important;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.ncc-hero .sml-slide-content {
	z-index: 200 !important;
	bottom: 0;
	background-color: rgba( 1, 90, 149, 0.85 );
	color: #FFFFFF;
	width: 570px;
	max-width: 570px;
}
.ncc-hero .sml-section-hero-slider-slide-content-container .sml-col {
	max-width: 570px;
}
.ncc-hero .sml-slide-content:before {
	content: '';
	display: inline-block;
	background-color: rgba( 1, 90, 149, 0.85 );
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	z-index: 3;
	width: 200%;
}
.ncc-hero .sml-section-hero-slider-slide-content {
	padding: 0 30px 0 45px;
}
.ncc-hero .sml-editor-content {
	margin-top: 135px;
}
.ncc-hero .sml-editor-content h2 {
	font-size: 38px;
	line-height: 48px;
	font-weight: 700;
}
.ncc-hero .sml-editor-content ul li {
	margin-bottom: 20px;
}
.ncc-hero .sml-editor-content ul li:before {
	color: #FFFFFF;
	font-size: 15px;
}
.ncc-hero .sml-buttons {
	margin-top: 40px;
}
.ncc-hero .sml-slider.slick-slider ul.slick-dots {
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 200;
	list-style: none;
	padding: 0 0 0 55px;
	margin: 0;
}
.ncc-hero .sml-slider.slick-slider ul.slick-dots li {
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 1em;
}
.ncc-hero .sml-slider.slick-slider ul.slick-dots li button {
	background-color: transparent;
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 20px;
	height: 20px;
	margin: 0 7px;
	border-radius: 0;
	border: 2px solid #FFFFFF;
	text-indent: -9999px;
	overflow: hidden;
	outline: 0;
	font-size: 0;
}
.ncc-hero .sml-slider.slick-slider ul.slick-dots li.slick-active button {
	background-color: #FFFFFF;
}

@media (min-width: 576px) {}
@media (max-width: 767px) {
	.ncc-hero .sml-slide {
		height: 322px !important;
	}
	.ncc-hero .sml-section-hero-slider-slide-image img {
		height: 322px !important;
	}
	.ncc-hero .sml-section-hero-slider-slide-content-container {
		margin: 0;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.ncc-hero .sml-section-hero-slider-slide-content-container .sml-row {
		margin: 0;
	}
	.ncc-hero .sml-section-hero-slider-slide-content-container .sml-col {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	.ncc-hero .sml-slide-content {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
		background-color: transparent;
	}
	.ncc-hero .sml-editor-content {
		display: none;
	}
	.ncc-hero .sml-buttons {
		margin-top: 0;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.ncc-hero .sml-buttons .sml-button {
		display: block;
		width: 100%;
		border-radius: 0 !important;
	}
	.ncc-hero .sml-slider.slick-slider ul.slick-dots {
		padding: 0;
		transform: translateX(-50%);
		bottom: 75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	section.sml-section.sml-section-hero-slider-1 .sml-slide {
		height: 628px;
	}
	.ncc-hero .sml-slide-content {
		width: 383px;
		max-width: 383px;
	}
	.ncc-hero .sml-section-hero-slider-slide-content-container .sml-col {
		max-width: 383px;
	}
	.ncc-hero .sml-button {
		line-height: 26px;
		border-radius: 22px !important;
	}
}
@media (max-width: 768px) {
	.ncc-hero .sml-editor-content h2 {
		font-size: 38px;
		line-height: 48px;
		font-weight: 700;
	}
}
@media (max-width: 991px) {
	.ncc-hero .sml-editor-content ul li {
		font-size: 15px;
		line-height: 25px;
		font-weight: 400;
	}
	.ncc-hero .sml-button {
		white-space: normal;
	}
}
@media (min-width: 992px) {
	.ncc-hero .sml-editor-content {
		margin-top: 172px;
	}
	.ncc-hero .sml-editor-content h2 {
		font-size: 48px;
		line-height: 58px;
		font-weight: 700;
	}
	.ncc-hero .sml-editor-content ul li {
		font-size: 18px;
		line-height: 28px;
		font-weight: 400;
	}
	.ncc-hero .sml-slide-content {
		width: 480px;
		max-width: 480px;
	}
	.ncc-hero .sml-section-hero-slider-slide-content-container .sml-col {
		max-width: 480px;
	}
}
@media (min-width: 1200px) {
	.ncc-hero .sml-slide-content {
		z-index: 200 !important;
		bottom: 0;
		background-color: rgba( 1, 90, 149, 0.85 );
		color: #FFFFFF;
		width: 570px;
		max-width: 570px;
	}
	.ncc-hero .sml-section-hero-slider-slide-content-container .sml-col {
		max-width: 570px;
	}
}
/*** END HERO SLIDER ***/


/*** NCC INTRO ***/
section.sml-section.ncc-intro {
	padding-bottom: 0;
}
.ncc-intro .sml-editor-content {
	padding-left: 255px;
	position: relative;
}
.ncc-intro .sml-editor-content:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 255px;
	height: 400px;
	background-image: url(../images/home-intro-logo.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.ncc-intro .sml-editor-content h1 {
	margin-bottom: 15px;
}
.ncc-intro .sml-buttons {
	padding-left: 255px;
	margin-top: 40px;
}
.ncc-take-action {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ncc-take-action .sml-editor-content p {
	color: #005a95;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
}

@media (min-width: 576px) {
	.ncc-take-action .sml-editor-content p {
		font-size: 40px;
		line-height: 50px;
	}
}
@media (max-width: 767px) {
	.ncc-intro .sml-editor-content {
		padding-left: 0;
		text-align: center;
	}
	.ncc-intro .sml-editor-content:before {
		display: none;
	}
	.ncc-intro .sml-buttons {
		padding-left: 0;
		text-align: center !important;
	}
}
@media (min-width: 768px) {
	.ncc-take-action .sml-editor-content p {
		font-size: 55px;
		line-height: 65px;
	}
}
@media (min-width: 992px) {
	.ncc-take-action .sml-editor-content p {
		font-size: 50px;
		line-height: 60px;
		padding-left: 255px;
		text-align: left;
	}
}
@media (min-width: 1200px) {
	.ncc-take-action .sml-editor-content p {
		font-size: 64px;
		line-height: 74px;
	}
}
/*** END NCC INTRO ***/


/*** NCC GRID ROWS ***/
.ncc-grid-row {
	border-top: 10px solid #FFFFFF;
}
.ncc-grid-row .sml-section-content-left-image-right-mobile-image-container,
.ncc-grid-row .sml-section-content-right-image-left-mobile-image-container {
	border-bottom: 10px solid #FFFFFF;
}
.ncc-grid-row .sml-section-content-left-image-right-mobile-image-container img.sml-image,
.ncc-grid-row .sml-section-content-right-image-left-mobile-image-container img.sml-image{
	width: 100%;
}
.ncc-grid-row.first {
	border-top: none;
}
.ncc-grid-row .sml-section-content-left-image-right-content {
}
.ncc-grid-row .sml-section-content-left-image-right-desktop-image {
}
.ncc-grid-row .sml-section-content-right-image-left-content {
}
.ncc-grid-row .sml-section-content-right-image-left-desktop-image {
}
.ncc-grid-row .sml-section-content-left-image-right-content img {
	max-width: 104px;
}
.ncc-grid-row .sml-section-content-right-image-left-content img {
	max-width: 114px;
}
.ncc-grid-row .sml-editor-content p {
	color: #FFFFFF;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
}
.ncc-grid-row .sml-buttons {
	margin-top: 40px;
}
.ncc-grid-row .sml-buttons .sml-button.sml-button-ghost {
	border-width: 2px;
}

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
	.ncc-grid-row .sml-section-content-left-image-right-content {
/* 		border-right: 5px solid #FFFFFF; */
	}
	.ncc-grid-row .sml-section-content-left-image-right-desktop-image {
/* 		border-left: 10px solid #FFFFFF; */
		position: relative;
	}
	.ncc-grid-row .sml-section-content-left-image-right-desktop-image:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: -5px;
		display: inline-block;
		width: 10px;
		background-color: #FFFFFF;
	}
	.ncc-grid-row .sml-section-content-right-image-left-content {
/* 		border-left: 5px solid #FFFFFF; */
	}
	.ncc-grid-row .sml-section-content-right-image-left-desktop-image {
/* 		border-right: 10px solid #FFFFFF; */
		position: relative;
	}
	.ncc-grid-row .sml-section-content-right-image-left-desktop-image:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: -5px;
		display: inline-block;
		width: 10px;
		background-color: #FFFFFF;
	}
	.ncc-grid-row .sml-section-content-left-image-right-content {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
	.ncc-grid-row .sml-section-content-right-image-left-content {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ncc-grid-row .sml-section-content-left-image-right-content {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
	.ncc-grid-row .sml-section-content-right-image-left-content {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
	.ncc-grid-row.ncc-grid-donate-row .sml-section-content-left-image-right-desktop-image {
		background-position: 80% !important;
	}
}
@media (min-width: 1200px) {}
/*** END NCC GRID ROWS ***/


/*** NCC WHY IT MATTERS ***/
.ncc-why-it-matters {}
.ncc-why-it-matters .sml-top-content {
	margin-bottom: 60px;
}
.ncc-why-it-matters .sml-top-content h2 {
	font-size: 40px;
	line-height: 50px;
}
.ncc-why-it-matters .sml-columns {
	margin-bottom: 60px;
	overflow: hidden;
}
.ncc-why-it-matters .sml-columns .sml-col {
	padding: 40px;
	position: relative;
	text-align: center;
}
.ncc-why-it-matters .sml-columns .sml-col:first-child {
	background-color: #0f95d3;
	border-right: 15px solid #FFFFFF;
	border-bottom: 40px solid #FFFFFF;
	animation-delay: 0s;
}
.ncc-why-it-matters .sml-columns .sml-col:last-child {
	background-color: #a4b7b9;
	border-left: 15px solid #FFFFFF;
	border-top: 40px solid #FFFFFF;
	animation-delay: 0.5s;
}
.ncc-why-it-matters .sml-columns .sml-col:last-child:after {
	content: 'vs';
	position: absolute;
	top: 50%;
	left: -50px;
	z-index: 3;
	transform: translateY(-50%);
	display: inline-block;
	background-color: #FFFFFF;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #000000;
	font-size: 23px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	border-radius: 70px;
	animation-delay: 0.5s;
}
.ncc-why-it-matters .sml-columns .sml-col .sml-editor-content h3 {
	color: #FFFFFF;
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
}
.ncc-why-it-matters .sml-columns .sml-col .sml-editor-content h5 {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0;
}
.ncc-why-it-matters .sml-columns .sml-col .sml-editor-content p {
	color: #FFFFFF;
}
.ncc-why-it-matters .sml-columns .sml-col .sml-editor-content ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ncc-why-it-matters .sml-columns .sml-col .sml-editor-content ul li {
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 15px;
}
.ncc-why-it-matters .sml-columns .sml-col .sml-editor-content ul li:before {
	display: none;
}
.ncc-why-it-matters .sml-columns .sml-col .sml-editor-content ul li img {
	max-height: 130px;
}
.ncc-why-it-matters .sml-bottom-content-row .sml-editor-content h4 {
	font-weight: 600;
}
.ncc-why-it-matters .sml-buttons-row .sml-buttons {
	margin-top: 40px;
}

@media (max-width: 440px) {
	.ncc-why-it-matters .sml-columns .sml-col .sml-editor-content ul li {
		display: block;
		width: 100%;
	}
}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (max-width: 991px) {
	.ncc-why-it-matters .sml-columns .sml-col {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.ncc-why-it-matters .sml-columns .sml-col:first-child {
		border-right: 0;
		border-bottom: 0;
	}
	.ncc-why-it-matters .sml-columns .sml-col:last-child {
		border-left: 0;
	}
	.ncc-why-it-matters .sml-columns .sml-col:last-child:after {
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
/*** END NCC WHY IT MATTERS ***/


/*** NCC DONATE ***/
.ncc-donate {
	background-image: url(../images/donate-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}
.ncc-donate:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: rgba( 0, 66, 110, 0.8 );
}
.ncc-donate .sml-container {
	position: relative;
	z-index: 3;
}
.ncc-donate .sml-editor-content h2 {
	font-size: 40px;
	line-height: 50px;
}
.ncc-donate .sml-editor-content p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}
.ncc-donate .give-form-wrap {
	text-align: center;
}
.ncc-donate form {
	margin-bottom: 0;
	display: inline-block;
	width: auto;
}
.ncc-donate p {
	color: inherit;
}
.ncc-donate .give_error {
	color: #000000;
}
.ncc-donate .give_warning p {
	color: #000000;
}
.ncc-donate .give-total-wrap {
	margin: 0;
	display: inline-block !important;
	height: 45px;
}
.ncc-donate .give-total-wrap .give-donation-amount {
	border: 2px solid #FFFFFF;
	height: 45px;
}
.ncc-donate form[id*=give-form] .give-donation-amount {
	display: inline-block;
	margin-bottom: 0;
	height: 45px;
}
.ncc-donate form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
	background-color: transparent;
	border: none;
	color: #FFFFFF;
	height: 41px;
	line-height: 41px;
	font-size: 1em;
	padding: 0 7px 0 18px;
}
.ncc-donate form[id*=give-form] .give-donation-amount #give-amount,
.ncc-donate form[id*=give-form] .give-donation-amount #give-amount-text {
	border: 0;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	margin: 6px 5px 5px 0;
}
.ncc-donate form[id*=give-form] .give-recurring-donors-choice {
	margin-top: 30px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}
.ncc-donate #give-donation-level-button-wrap {
	margin: 0;
	padding: 0;
	display: inline-block  !important;
}
.ncc-donate #give-donation-level-button-wrap>li {
	display: inline-block;
	float: none;
	padding-left: 0;
	margin-right: 30px;
	margin-bottom: 0;
	height: 45px;
}
.ncc-donate #give-donation-level-button-wrap>li:nth-last-child(2) {
	/* margin-right: 0 !important; */
}
.ncc-donate #give-donation-level-button-wrap>li:last-child {
	display: none;
}
.ncc-donate #give-donation-level-button-wrap>li:before {
	display: none;
}
.ncc-donate [id*=give-form].give-display-modal .give-btn,
.ncc-donate [id*=give-form].give-display-reveal .give-btn {
	background-color: transparent;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	padding: 0 20px;
	line-height: 41px;
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto;
	outline: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.ncc-donate [id*=give-form].give-display-modal .give-btn:hover,
.ncc-donate [id*=give-form].give-display-reveal .give-btn:hover {
	background-color: #FFFFFF;
	color: #015a95;
}
.ncc-donate .give-btn.give-btn-modal {
	margin: 40px auto 0 !important;
	display: block !important;
	width: auto;
	background-color: #219d1b !important;
	border: none !important;
	border-radius: 50px;
	line-height: 50px !important;
	padding: 0 50px !important;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px !important;
	font-weight: 700;
}
.ncc-donate .give-btn.give-btn-modal:hover {
	background-color: #1b7c16 !important;
	color: #FFFFFF !important;
}

@media (max-width: 991px) {
	.ncc-donate form {
		display: flex;
		flex-direction: column;
	}
	.ncc-donate #give-donation-level-button-wrap > li {
		margin-bottom: 25px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.ncc-donate .give-total-wrap {
		display: block !important;
		order: 2;
	}
	.ncc-donate .give-btn {
		order: 4;
	}
	.ncc-donate .give-btn.give-btn-modal {
		margin-top: 20px !important;
	}
	.ncc-donate #give-donation-level-button-wrap {
		float: none;
		order: 1;
	}
	.ncc-donate .give-recurring-donors-choice {
		order: 3;
	}
}
@media (min-width: 992px) {
	.ncc-donate #give-donation-level-button-wrap {
		float: left;
	}
}
/*** END NCC DONATE ***/


/*** NCC EVENTS ***/
.sml-custom-section-ncc-local-events-map {
	padding-top: 0;
	padding-bottom: 0;
	overflow-x: hidden;
}
.ncc-local-events .ncc-event {
	display: block;
	margin-bottom: 10px;
}
.ncc-local-events .ncc-event .ncc-event-date {
	float: left;
	display: inline-block;
	width: 144px;
	height: 183px;
	color: #FFFFFF;
}
.ncc-local-events .ncc-event .ncc-event-date-weekday {
	border: 8px solid #0f95d3;
	background-color: #FFFFFF;
	color: #0F95d3;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
}
.ncc-local-events .ncc-event .ncc-event-date-day {
	display: block;
	font-size: 44px;
	line-height: 75px;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	height: 94px;
}
.ncc-local-events .ncc-event .ncc-event-info {
	padding: 10px 20px;
	margin-left: 144px;
}
.ncc-local-events .ncc-event .ncc-event-title h4 {
	font-size: 23px;
	font-weight: 700;
	line-height: 33px;
	margin-bottom: 10px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.ncc-local-events .ncc-event a:hover .ncc-event-title h4 {
	color: #0f95d3;
}
.ncc-local-events .ncc-event .ncc-event-location,
.ncc-local-events .ncc-event .ncc-event-date-full {
	color: #1a1a1a;
	font-size: 18px;
	line-height: 28px;
}
.ncc-local-events .ncc-event:nth-child(1) .ncc-event-date {
	background-color: #0f95d3;
}
.ncc-local-events .ncc-event.first .ncc-event-date {
	background-color: #0f95d3;
}
.ncc-local-events .ncc-event:nth-child(2) .ncc-event-date {
	background-color: #f9c42b;
}
.ncc-local-events .ncc-event.second .ncc-event-date {
	background-color: #f88e13;
}
.ncc-local-events .ncc-event:nth-child(3) .ncc-event-date {
	background-color: #219d1b;
}
.ncc-local-events .ncc-event:nth-child(1) .ncc-event-date-weekday {
	border-color: #0f95d3;
	color: #0f95d3;
}
.ncc-local-events .ncc-event.first .ncc-event-date-weekday {
	border-color: #0f95d3;
	color: #0f95d3;
}
.ncc-local-events .ncc-event:nth-child(2) .ncc-event-date-weekday {
	border-color: #f9c42b;
	color: #f9c42b;
}
.ncc-local-events .ncc-event.second .ncc-event-date-weekday {
	border-color: #f88e13;
	color: #f88e13;
}
.ncc-local-events .ncc-event:nth-child(3) .ncc-event-date-weekday {
	border-color: #219d1b;
	color: #219d1b;
}
.ncc-local-events-col {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-right: 45px;
}
.ncc-local-events-map-col {
	background-color: #f88e13;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 45px;
	position: relative;
	color: #FFFFFF;
}
.ncc-local-events-map-col:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 200%;
	background-color: #f88e13;
}
.ncc-local-events-map-col:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 200%;
	background-color: #f88e13;
}
.ncc-local-events-map-col h2 {
	color: #FFFFFF;
}
.ncc-local-events-map-col p {
	color: #FFFFFF;
}
.ncc-local-events-map-col img {
	padding: 0 !important;
	border: none !important;
}

@media (max-width: 575px) {
	.ncc-local-events .ncc-event {
		height: auto;
		margin-bottom: 30px;
	}
	.ncc-local-events .ncc-event .ncc-event-date {
		width: 113px;
		height: 143px;
	}
	.ncc-local-events .ncc-event .ncc-event-date-weekday {
		font-size: 22px;
		line-height: 15px;
	}
	.ncc-local-events .ncc-event .ncc-event-date-day {
		font-size: 34px;
		line-height: 64px;
		height: 64px;
	}
	.ncc-local-events .ncc-event .ncc-event-info {
		padding: 0;
	}
	.ncc-local-events .ncc-event .ncc-event-title h4 {
		margin-bottom: 5px;
	}
	.ncc-local-events .ncc-event .ncc-event-location {
		font-size: 16px;
		line-height: 26px;
	}
	.ncc-local-events .ncc-event .ncc-event-date-full {
		font-size: 16px;
		line-height: 26px;
	}
}
@media (min-width: 576px) {}
@media (min-width: 768px) {
	.ncc-local-events .ncc-event .ncc-event-info {
		padding: 20px 30px;
	}
}
@media (max-width: 991px) {
	.ncc-local-events-map-col {
		padding-left: 15px;
		text-align: center;
	}
	.ncc-local-events-map-col img {
		float: none;
		margin: 0;
	}
}
@media (min-width: 992px) {
	.ncc-local-events-map-col:before {
		display: none;
	}
}
@media (min-width: 1200px) {
	.ncc-local-events .ncc-event .ncc-event-info {
		padding: 0 30px;
	}
}
/*** END NCC EVENTS ***/


/*** NCC LATEST NEWS ***/
.sml-custom-section-ncc-latest-news {
	background-color: #015a95 !important;
}
.sml-custom-section-ncc-latest-news h1,
.sml-custom-section-ncc-latest-news h2,
.sml-custom-section-ncc-latest-news h3,
.sml-custom-section-ncc-latest-news h4,
.sml-custom-section-ncc-latest-news h5,
.sml-custom-section-ncc-latest-news h6 {
	color: #FFFFFF;
}
.sml-custom-section-ncc-latest-news h2 {
	font-size: 40px;
	line-height: 50px;
	color: #FFFFFF;
	font-weight: 700;
}
.sml-custom-section-ncc-latest-news h6 {
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 600;
}
.sml-custom-section-ncc-latest-news p {
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: 400;
}
.sml-custom-section-ncc-latest-news .sml-top-content {
	margin-bottom: 50px;
}
.sml-custom-section-ncc-latest-news .ncc-latest-news-blog-post-container {
	background-color: #0f95d3;
}
.sml-custom-section-ncc-latest-news .ncc-latest-news-blog-post-col a {
	display: block;
}
.sml-custom-section-ncc-latest-news .ncc-latest-news-blog-post-col .ncc-latest-news-blog-post-image a {
	position: relative;
	z-index: 1;
}
.sml-custom-section-ncc-latest-news .ncc-latest-news-blog-post-col .ncc-latest-news-blog-post-image img {
	width: 100%;
}
.sml-custom-section-ncc-latest-news .ncc-latest-news-blog-post-col .ncc-latest-news-blog-post-image a .ncc-latest-news-blog-post-image-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: rgba( 0, 0, 0, 0 );
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.sml-custom-section-ncc-latest-news .ncc-latest-news-blog-post-col a:hover .ncc-latest-news-blog-post-image-overlay {
	background-color: rgba( 0, 0, 0, 0.4 );
}
.sml-custom-section-ncc-latest-news .ncc-latest-news-blog-post-col .ncc-latest-news-blog-post-summary {
	padding: 25px;
}
.sml-custom-section-ncc-latest-news .ncc-latest-news-blog-post-col h6 a {
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 10px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.sml-custom-section-ncc-latest-news .ncc-latest-news-blog-post-col h6 a:hover {
	color: #c7ecfd;
}
.sml-custom-section-ncc-latest-news .ncc-latest-news-blog-post-col .ncc-latest-news-blog-post-date {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

@media (min-width: 576px) {}
@media (max-width: 767px) {
	.sml-custom-section-ncc-latest-news .ncc-latest-news-blog-post-col a .ncc-latest-news-blog-post-image img.sml-image {
		width: 100%;
	}
}
@media (min-width: 768px) {}
@media (max-width: 991px) {
	.sml-custom-section-ncc-latest-news .sml-row .ncc-latest-news-blog-post-col:last-child {
		display: none !important;
	}
	.sml-custom-section-ncc-latest-news .ncc-latest-news-blog-post-col {
		margin-bottom: 30px;
		opacity: 1 !important;
	}
	.sml-custom-section-ncc-latest-news .ncc-latest-news-blog-post-col:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
/*** END NCC LATEST NEWS ***/


/*** NCC CONTACT INTRO ***/
section.sml-section.ncc-contact-intro {
	padding-top: 70px;
	padding-bottom: 70px;
}
.ncc-contact-intro .sml-editor-content h1 {
	font-size: 34px;
	line-height: 44px;
}
/*** END NCC CONTACT INTRO ***/


/*** NCC CONTACT FORM ***/
.ncc-contact-form .sml-col {
	color: #FFFFFF;
}
.ncc-contact-form .sml-editor-content p {
	color: #FFFFFF;
}
.ncc-contact-form .sml-editor-content h2 {
	font-size: 30px;
	line-height: 40px;
}
.ncc-contact-form .sml-editor-content h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}
.ncc-contact-form .gform_wrapper {
	margin-top: 40px;
}
.ncc-contact-form .gfield_label {
	display: none !important;
}
.ncc-contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	padding: 0 20px;
}
.ncc-contact-form .gform_wrapper textarea {
	border: none;
	height: 150px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 16px 20px;
}
.ncc-contact-form .sml-button {
	border: 2px solid #FFFFFF;
}
.ncc-contact-form .sml-button:after {
	content: ' Message';
}
.ncc-contact-form .sml-button:hover {
	border-color: transparent;
}
.ncc-contact-form .gform_wrapper .gform_footer {
	text-align: left;
}

@media (min-width: 576px) {}
@media (min-width: 768px) {
	.ncc-contact-form .gform_wrapper .gform_footer {
		text-align: right;
		display: inline-block;
		width: auto;
		position: absolute;
		right: 0;
		bottom: 15px;
	}
}
@media (max-width: 991px) {
	section.sml-section.ncc-contact-form {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.ncc-contact-form {
		background-color: #f88e13 !important;
	}
}
@media (min-width: 992px) {
	section.sml-section.ncc-contact-form {
		padding-top: 0;
		padding-bottom: 100px;
	}
	.ncc-contact-form .sml-container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.ncc-contact-form .sml-col {
		background-color: #f88e13;
		color: #FFFFFF;
		border-radius: 20px;
		padding: 60px 95px;
	}
	.ncc-contact-form .gform_wrapper .gform_footer {
		position: static;
		right: auto;
		bottom: auto;
	}
}
@media (min-width: 1200px) {
	.ncc-contact-form .gform_wrapper .gform_footer {
		text-align: right;
		display: inline-block;
		width: auto;
		position: absolute;
		right: 0;
		bottom: 15px;
	}
}
/*** END NCC CONTACT FORM ***/


/*** NCC ABOUT INTRO ***/
section.sml-section.ncc-about-intro {
	padding-top: 70px;
	padding-bottom: 0;
}
section.sml-section.ncc-about-intro .sml-editor-content {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 60px;
}
section.sml-section.ncc-about-intro .sml-editor-content:after {
	content: '';
	display: block;
	clear: both;
}

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
	section.sml-section.ncc-about-intro img {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {}
/*** END NCC ABOUT INTRO ***/


/*** NCC TEAM MEMBERS ***/
section.sml-section.sml-custom-section-ncc-team-members {
	padding-top: 0;
	padding-bottom: 0;
}
section.sml-section.sml-custom-section-ncc-team-members .sml-container {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
section.sml-section.sml-custom-section-ncc-team-members .sml-container:after {
	content: '';
	position: absolute;
	right: 15px;
	bottom: 0;
	left: 15px;
	display: block;
	height: 1px;
	background-color: #e1e1e1;
}
section.sml-section.sml-custom-section-ncc-team-members .sml-top-content {
	margin-bottom: 80px;
}
section.sml-section.sml-custom-section-ncc-team-members.ncc-board-members .sml-container:after {
	display: none;
}
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member {
	margin-bottom: 30px;
}
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member a {
	color: #FFFFFF;
	display: block;
}
section.sml-section.sml-custom-section-ncc-team-members.ncc-executive-committee .ncc-team-member a {
	background-color: #0f95d3;
}
section.sml-section.sml-custom-section-ncc-team-members.ncc-board-members .ncc-team-member a {
	background-color: #015a95;
}
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-info {
	padding-left: 0;
	position: relative;
}
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-info-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 15px;
	transform: translateY(-50%);
	padding: 0 15px;
}
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-name {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-position {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-organization {
	font-size: 16px;
	line-height: 26px;
	margin-top: 40px;
	margin-bottom: 40px;
}
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-organization strong {
	font-size: 16px;
	line-height: 26px;
}
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member-arrow {
	position: absolute;
	right: 30px;
	bottom: 15px;
	color: #FFFFFF;
	font-size: 20px;
}
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member-biography-hidden {
	display: none;
}
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-read-bio {
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 20px;
}
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-name,
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-read-bio,
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-arrow {
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member a:hover .ncc-team-member-name:hover,
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member a:hover .ncc-team-member-read-bio:hover,
section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member a:hover .ncc-team-member-arrow:hover {
	color: #1a1a1a;
}

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (max-width: 991px) {
	section.sml-section.sml-custom-section-ncc-team-members.ncc-executive-committee .ncc-team-member-info {
		background-color: #0f95d3;
	}
	section.sml-section.sml-custom-section-ncc-team-members.ncc-board-members .ncc-team-member-info {
		background-color: #015a95;
	}
	section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-read-bio {
		margin-top: 30px;
	}
	section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-photo {
		overflow: hidden;
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 992px) {
	section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-photo {
		overflow: hidden;
		padding-right: 0;
		padding-left: 0;
		border-left: 15px solid #FFFFFF;
	}
	section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-photo img.sml-image {
		float: left;
		width: auto;
		min-height: 100%;
		max-width: none;
		min-width: 100%;
		max-height: 300px;
	}
}
@media (max-width: 1199px) {
	section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-organization {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-photo img.sml-image {
		float: left;
		width: auto;
		min-height: 100%;
		max-width: none;
		min-width: 100%;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (min-width: 1200px) {
	section.sml-section.sml-custom-section-ncc-team-members .ncc-team-member .ncc-team-member-photo {
		padding-left: 15px;
		border-left: none;
	}
}
/*** END NCC TEAM MEMBERS ***/


/*** NCC TEAM MEMBER MODAL ***/
body.ncc-team-member-modal-open {
	overflow: hidden;
}
.ncc-team-member-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	z-index: 100000;
	display: none;
}
.ncc-team-member-modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100001;
	background-color: rgba( 0, 0, 0, 0.75 );
}
.ncc-team-member-modal .ncc-team-member-biography {
	position: relative;
	z-index: 100002;
	margin: 100px auto;
}
.ncc-team-member-modal .ncc-team-member-biography .sml-row {
	position: relative;
	background-color: #FFFFFF;
	padding: 50px 30px;
}
.ncc-team-member-modal .ncc-team-member-modal-close {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	color: #0f95d3;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 20px 15px;
}
.ncc-team-member-modal .ncc-team-member-biography-image {
	text-align: center;
	margin-bottom: 40px;
}

@media (min-width: 576px) {}
@media (max-width: 767px) {
	.ncc-team-member-modal .ncc-team-member-biography {
		margin: 50px auto;
	}
}
@media (min-width: 768px) {}
@media (min-width: 992px) {
	.ncc-team-member-modal .ncc-team-member-biography-image {
		padding-left: 0;
		margin-bottom: 0;
	}
	.ncc-team-member-modal .ncc-team-member-biography-image img {
		width: 100%;
	}
}
@media (min-width: 1200px) {}
/*** END NCC TEAM MEMBER MODAL ***/



.sml-custom-section-ncc-local-events {
	padding-top: 75px;
	padding-bottom: 75px;
}

/*** News Post Blog ***/

.sml-section-blog-archive {
	padding-top: 70px;
}
.news-post {
    background-color: #0f95d3;
	margin-bottom: 30px;
}
.blog h6 {
	margin-bottom: 15px;
}
.news-post-summary {
    padding: 25px;
}
.news-post-summary p {
    color: #ffffff;
}
.news-post-summary span i {
    margin-right: 10px;
}
.news-post-summary a {
    color: #ffffff;
}
.news-post-summary a:hover {
    color: #282828;
}
.news-post-summary h6 a {
	font-size: 16px;
	line-height: 26px;
}
.news-post-summary h6:last-child {
    margin-bottom: 0;
}
.news-post-image {
    position: relative;
    z-index: 1;
}
.news-post-image a .ncc-latest-news-blog-post-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba( 0, 0, 0, 0 );
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.news-post-image a:hover .ncc-latest-news-blog-post-image-overlay {
    background-color: rgba( 0, 0, 0, 0.4 );
}
.news-post-summary span {
    white-space: nowrap;
    display: inline-block;
	font-size: 14px;
	line-height: 24px;
}
.news-post-summary span:first-child {
    margin-right: 20px;
}
.news-post-image img.sml-image {
    width: 100%;
}

/*** General Sidebar ***/

.sidebar h5 {
    background-color: #015a95;
    color: #ffffff;
    padding: 20px 40px;
	margin-bottom: 35px;
}

@media (max-width: 992px) {
	.sidebar {
		margin-top: 70px;
	}
}
/*** Search Form ***/

input#searchsubmit {
    color: #ffffff;
    background-color: #f88e13;
    border: none;
    width: 50px;
    height: 50px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding: 0;
    font-size: 20px;
}
input#searchsubmit:hover {
    background-color: #d77c12;
}
input#s {
    width: calc(100% - 50px);
	height: 50px;
    padding: 15px 20px;
    float: left;
	border: 1px solid #e1e1e1;
	outline: 0;
}
form#searchform {
    margin-top: 35px;
    margin-bottom: 50px;
}

/*** Sidebar Posts ***/

ul.sidebar-posts {
    list-style: none;
    padding-left: 0;
}
ul.sidebar-posts .sml-image {
    width: 65px;
    position: absolute;
    left: 0;
    top: 0;
}
ul.sidebar-posts li {
    position: relative;
    padding-left: 95px;
}
ul.sidebar-posts a, ul.sidebar-categories a {
    color: #282828;
}
ul.sidebar-posts a:hover, ul.sidebar-categories a:hover {
    color: #0f95d3;
}
ul.sidebar-posts a, ul.sidebar-categories a { display: inline-block; }

/*** Sidebar Categories ***/

ul.sidebar-categories {
    list-style: none;
	margin-bottom: 35px;
}
ul.post-categories {
    list-style: none;
    padding-left: 0;
	font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
}
ul.sidebar-categories li:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    color: #0f95d3;
	padding-right: 5px;
}

/*** Single Blog Post ***/

.sml-section-blog-post-single {
    padding-top: 70px !important;
}
.sml-section-blog-post-single h1 {
    color: #000000;
    font-family: 'Montserrat', serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}
.sml-blog-post-info span {
    white-space: nowrap;
    display: inline-block;
}
.sml-blog-post-info span i {
    margin-right: 10px;
	color: #a4a2a2;
}
.sml-blog-post-info span:first-child {
    margin-right: 20px;
}
img.sml-blog-post-featured-image {
    width: 100%;
	padding-bottom: 40px;
}
.sml-blog-post-tags {
    font-weight: 700;
}
.sml-blog-post-tags a {
	color: #0f95d3;
}
.sml-blog-post-tags a:hover {
	color: #015a95;
}
.sml-section-blog-post-single hr {
    margin-top: 55px;
    margin-bottom: 40px;
}
.sml-blog-post-social-share h6 {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0 !important;
}
.sml-blog-post-social-share-icons li a:hover {
    background-color: #015a95 !important;
}

/*** News Archive Pagination ***/

.sml-blog-pagination .nav-links a {
    color: #1a1a1a;
}
.sml-blog-pagination .nav-links a:hover, .sml-blog-pagination .nav-links .current {
    color: #0f95d3;
}
.nav-links {
    margin-left: auto;
    margin-right: auto;
	color: #000000;
	font-family: 'Montserrat', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
}
.sml-blog-pagination {
    margin-top: 40px;
}
.page-numbers {
    padding-left: 3px;
    padding-right: 3px;
}



/*** MAILCHIMP EMBEDED FORM ***/
.mailchimp {
	display: block;
	width: 480px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #FAFAFA;
	padding: 40px;
}
.mailchimp #mc_embed_signup {
	background-color: transparent !important;
}
.mailchimp label {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.mailchimp input[type="text"], .mailchimp input[type="email"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	padding: 0 20px;
	width: 100%;
	margin-bottom: 20px;
}
/*** END MAILCHIMP EMBEDED FORM ***/



/*** INTERACTIVE MAP ***/
.ncmap-container {
	height: 496px;
	overflow: hidden;
	margin-bottom: 20px;
}
.ncmap-links {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0 0;
	background-color: #FFFFFF;
	color: #333333;
}
.ncmap-links a {
	display: inline-block;
	margin: 0 20px;
	color: #0f95d3;
}

.north_carolinaHtml5Mapbottom .fm-tooltip-name {
	text-shadow: none !important;
}
.north_carolinaHtml5Mapbottom .fm-tooltip-comment {
	font-family: 'Montserrat', sans-serif !important;
}
.north_carolinaHtml5Mapbottom .fm-tooltip i.far {
	position: relative;
	top: -2px;
	margin-right: 5px;
}
.north_carolinaHtml5Mapbottom {
	background-color: #FFFFFF;
	border: 20px solid #FFFFFF;
	border-top: 40px;
	border-bottom: none;
	position: relative;
	min-height: 450px;
}
.north_carolinaHtml5Mapbottom .north_carolinaHtml5MapContainer {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.north_carolinaHtml5Mapbottom .fm-scale a {
	color: #333333 !important;
}
.north_carolinaHtml5Mapbottom .fm-scale a:hover {
	color: #186ba3 !important;
}
.north_carolinaHtml5Mapbottom .fm-map-container {
	min-height: 300px;
}
/* full map only */
.north_carolinaHtml5Mapbottom .fm-tooltip {
	margin-top: 8%;
}
/* homepage only */
.ncc-local-events-map-col .north_carolinaHtml5Mapbottom .fm-tooltip {
	margin-top: 5%;
}
/*** END INTERACTIVE MAP ***/



@media (min-width: 992px) {
	body.page-template section.sml-section.sml-section-content-2 {
		padding-top: 70px !important;
	}
	body.page-template.home section.sml-section.sml-section-content-2 {
		padding-top: 100px !important;
	}
}


.padding-top-none {
	padding-top: 0 !important;
}
.padding-top-small {
	padding-top: 40px !important;
}
.padding-top-medium {
	padding-top: 70px !important;
}
.padding-top-large {
	padding-top: 100px !important;
}

.padding-bottom-none {
	padding-bottom: 0 !important;
}
.padding-bottom-small {
	padding-bottom: 40px !important;
}
.padding-bottom-medium {
	padding-bottom: 70px !important;
}
.padding-bottom-large {
	padding-bottom: 100px !important;
}