:root {
	--primary: #EB7304;
	--secondary: #000000;
}

body, html {
	scroll-padding-top: 100px; /* Adjust this value for your top navigation bar height */
}

body {
	
}

a {
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

p, ul, ol {
	margin-bottom: 15px;
}

p, ul li, ol li {
	line-height: 1.68em;
}

h1, h2, h3, h4, h5 {
	
}

strong {
	font-family: "MissionGothic-Black";
	font-weight: normal;
}

em {
	font-family: "MissionGothic-LightItalic";
	font-weight: normal;
	font-style: normal;
}

h2 em, h3 em {
	font-family: "MissionGothic-BoldItalic";
	font-style: none;
}

.primary {
	color: var(--primary);
}

.secondary {
	color: var(--secondary);
}

blockquote {
	
}

iframe {
	border: none;
}

h1 {
	margin-bottom: 20px;
	margin-top: 40px;
}

h2, .astroid-framework h2, .astroid-framework .h2 {
	clear: none;
	margin: 30px 0 10px 0;
	padding: 0;
	color: #3D5E2E;
	font-size: 40px;
		/*text-decoration: underline;
		text-decoration-style: dashed!important;
		text-decoration-thickness: 3px!important;
	  text-underline-offset: 15px!important;
	  line-height: 1.6;*/
}

h3 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 32px;
	color: #3D5E2E;
}

h2.module-title {
	text-decoration: underline;
	text-decoration-style: dashed!important;
	text-decoration-thickness: 3px!important;
	text-underline-offset: 15px!important;
	padding-bottom: 20px;
	background-size: 250px auto;
	font-size: 46px;
}

h4 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
}

.staff h4 {
	margin: 0;
}

h5 {
	clear: none;
	margin: 20px 0 20px 0;
	padding: 0;
}

/*a.btn {
  text-transform:uppercase;
  padding:14px 20px 6px 14px;
  position:relative;
  background:none;
  border:none;
  color:#000;
  border-radius:50px 50px 50px 50px;
  margin:0;
  transition:all linear .6s;
  box-shadow:none;
  z-index:1;
  background:linear-gradient(90deg,rgb(232,67,47);
  50%,rgba(255,255,255,0) 50%);
  background-size:218%;
  background-position:right center;
  font-family: "MissionGothic-Bold";
  font-weight: normal;
  font-size: 20px;
}
a.btn:before {
  content:'';
  background:rgb(232,67,47);
  border-radius:100px;
  font-size:15px;
  padding:6px 18px;
  position:absolute;
  top:6px;
  left:-4px;
  width:45px;
  height:45px;
  z-index:-1;
  transition:all linear .6s
}
a.btn:hover {
  color:#FFF;
  border:none;
  background:none;
  background:linear-gradient(90deg,rgb(232,67,47);
  50%,rgba(255,255,255,0) 50%);
  background-size:218%;
  background-position:left center;
  transition:all linear .2s
}
a.btn:hover:before {
  content:'';
  background:rgb(232,67,47);
  border-radius:100px;
  font-size:15px;
  padding:6px 18px;
  position:absolute;
  top:6px;
  left:-4px;
  width:100%;
  height:45px;
  transition:all linear .2s;
  z-index:-1
}*/

a.btn {
	font-family: "MissionGothic-Bold";
	font-weight: normal;
	font-size: 16px;
	border: 1px solid #3D5E2E;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 30px;
	background: #3D5E2E;
	margin: 5px;
}

a.btn:hover {
	border: 1px solid #3D5E2E;
	color: #3D5E2E;;
}

a.btn.donate {
	background: #F04035;
	border-color: #F04035;
	font-size: 20px;
}

a.btn.donate:hover {
	color: #000;
}

a.readon {
	text-transform: uppercase;
	font-size: 85%;
}

blockquote {
	background: #FFF;
	border-radius: 8px;
	padding: 30px;
	text-align: center;
	font-family: "MissionGothic-LightItalic";
	font-weight: normal;
	font-style: normal;
	margin: 30px auto;
	border: 5px solid #ddd;
	border-width: 0 5px 5px 0;
}

blockquote p {
	font-size: 16px;
	margin: 0;
}

/*menu*/

#headerwrap {
	
}

#headerwrap .container {
	
}

.container-fluid {
	padding: 0;
}

.megamenu-container.nav-submenu-container, #astroid-sticky-header, .megamenu-container {
	box-shadow: 1px 2.1px 2.2px rgba(0, 0, 0, 0.02),
	  2.5px 5.1px 5.3px rgba(0, 0, 0, 0.028),
	  4.6px 9.6px 10px rgba(0, 0, 0, 0.035),
	  8.3px 17.2px 17.9px rgba(0, 0, 0, 0.042),
	  15.5px 32.2px 33.4px rgba(0, 0, 0, 0.05),
	  37px 77px 80px rgba(0, 0, 0, 0.07);
}

ul.nav.justify-content-left {
	justify-content: end!important;
	padding-bottom: 10px;
}

ul.nav li:last-child a {
	padding-right: 0;
}

.astroid-nav .nav-submenu > li > .as-menu-item {
	padding: 0 15px;
}

.megamenu-container {
	border: none;
}

.megamenu-container .col {
	height: 220px;
	display: flex;
	align-items: stretch;
	flex-direction: column;
}

.megamenu-module {
	height: 100%;
}

.megamenu-module .moduletable {
	height: 100%;
}

.megamenu-module .custom {
	margin: -30px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px;
	height: calc(100% + 45px);;
}

.nav-item-megamenu .nav-submenu .item-link-heading.item-level-2, .nav-item-megamenu .nav-submenu .item-link-heading.item-level-2 span, .nav-item-megamenu .nav-submenu .item-link-heading.item-level-2 span span {
	color: #000!important;
	font-family: "MissionGothic-Bold";
	font-weight: normal;
}

.nav-item-megamenu .nav-submenu .item-link-heading.item-level-2:hover, .nav-item-megamenu .nav-submenu .item-link-heading.item-level-2:hover span, .nav-item-megamenu .nav-submenu .item-link-heading.item-level-2:hover span span {
	color: #000!important;
	text-decoration: none;
	cursor: inherit;
}

.megamenu-container li.nav-item-submenu > a:hover {
	text-decoration: underline;
}

.nav-item-megamenu .nav-submenu .item-link-heading.active {
	background: none !important;
	color: #000 !important;
}

.offcanvasRight {
	margin: 0;
	display: none!important;
}

.narrow {
	max-width: 900px;
}

#astroid-header .navHorizontalView {
	margin-bottom: -10px;
}

#astroid-header .navHorizontalView a {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
}

#astroid-header .navHorizontalView img, #astroid-header .navHorizontalView .fa {
	height: 22px;
	width: auto;
}

#astroid-header .navHorizontalView img {
	margin-right: 4px;
}

/*Banner*/

#bannerwrap {
	
}


/*row1wrap*/

#row1wrap {
	
}

#position-1-1 {
	padding: 0 30px;
}

.programs .row {
	margin: 30px auto!important;
}

.programs .col-sm {
	background: #F2F6DB;
	border: 10px solid #39542C;
	text-align: center;
	border-radius: 5px;
	box-shadow: 1px 3px 5px #44444470;
}

.programs .col-sm a {
	padding: 0px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.programs .col-sm h3 {
	padding: 10px;
	margin-top: 10px;
	color: #000;
	text-decoration: none;
}

.programs .col-sm h3 a, .programs .col-sm a h3 {
	text-decoration: none;
}

p.learnmore {
	text-decoration: underline;
}

.programs .col-sm.adulted {
	background: #E6F6FF;
	border-color: #215773;
}

.programs .col-sm.youth {
	background: #FFE0DE;
	border-color: #8D2D20;
}

.programs .col-sm.job {
	background: #FFF3A1;
	border-color: #A96138;
}

.programs .col-sm.advocacy {
	background: #FDEBF0;
	border-color: #7B4757;
}

.programs .col-sm.volunteer {
	background: #FAFFDB;
	border-color: #838C55;
}

.programs .col-sm:hover {
	transform: rotate(2deg);
}



/*row2wrap*/

#row2wrap {
	
}

#position-2-1 {
	
}

#position-2-1 a.btn {
	background: #FFF;
	color: #000;
}

#position-2-1 a.btn:hover {
	border-color: #FFF;
	color: #FFF;
	background: #7D4859;
}

/*row3wrap*/

#row3wrap {
	
}

#position-3-1 {
	
}


/*row4wrap*/

#row4wrap {
	
}

#position-4-1 {
	
}

.newstext {
	padding: 30px 120px 30px 40px!important;
	margin-left: -30px!important;
	background: url('../images/newsbg.png') no-repeat center right;
	background-size: cover;
}

.newstext h3 {
	font-size: 24px;
}

.newstext h3 a {
	color: #000;
}

.newstext p {
	font-size: 16px;
	margin: 0;
}

/*row5wrap*/

#row5wrap {
	
}

#position-5-1 {
	
}

/*row6wrap*/

#row6wrap {
	
}

#position-6-1 h2 {
	color: #000;
}

#position-6-1 p, #position-6-1 .contactinfo {
	max-width: 500px;
	margin: 20px auto;
	text-align: center;
}

#position-6-1 .border-right {
	border-right: 1px solid #333;
}


/*Bottomwrap*/

#bottomwrap {
	
}


/*Footer*/

#footerwrap {
	background-size: 300px auto;
}

#footerwrap .container {
	max-width: 900px;
}

#footer1 small {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

#footer1 .socialicons .fa-2x {
	vertical-align: middle;
	margin: 0 10px;
	display: block;
}

.socialicons {
	text-align: start;
	display: flex;
	justify-content: center;
	gap: 1em;
	margin-top: 10px!important;
	margin-bottom: 20px!important;
}

#footer1 .socialicons a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	margin: 0;
}

#footer1 p {
	margin: 0;
}

/*Sidebar*/

#sp-sidebar-right {
	
}



/*Main area*/

body.home #mainwrap {
	
}

#mainwrap {
	
}

.staff h3 {
	font-size: 22px;
}

.staff h4 {
	font-size: 17px;
	margin-bottom: 5px;
}

.staff p {
	font-size: 14px;
}

.ashow-view {
	align-items: center;
	justify-content: center!important;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.logo-box__single {
	border: none;
	border-radius: 10px;
}

.logo-box__single .logo-box__icon img {
	opacity: .8;
}

.arrowbox div {
	position: relative!important;
}

.arrowbox div:after {
	position: absolute;
	right: -110px;
	top: 0;
	content: '';
	background: #B8D33D;
	width: 110px;
	height: 100%;
	clip-path: polygon(0% 0%, 0% 100%, 50% 50%)
}

.arrowunderline {
	text-decoration: underline;
	text-decoration-style: dashed!important;
	text-decoration-thickness: 3px!important;
	text-underline-offset: 10px!important;
}

.bg-primary a {
	color: #FFF;
}

.content-top-position {
	justify-content: center;
	background: #3D5E2E;
	margin: 0 -80px;
	max-width: calc(100% + 160px);
}

.content-top-position:last-child {
	
}

.content-top-position .navHorizontalView li.active a {
	text-decoration: none;
	cursor: inherit;
}

.content-top-position ul.nav {
	padding: 0px 10px 6px 10px;
	justify-content: center;
}

.content-top-position ul.nav a {
	text-transform: uppercase;
	font-size: 15px;
	color: #FFF;
}

.content-bottom-position.bg-secondary .btn {
	background: #FFF!important;
	color: #000;
}

.content-bottom-position.bg-secondary .btn:hover {
	background: none!important;
	border-color: #FFF;
	color: #FFF;
}

.content-bottom-position p {
	margin: 0px auto;;
}

.overview h3 {
	font-size: 24px;
}

.item-image img {
	box-shadow: 5px 5px 0px #3D5E2E;
}

#mainwrap .container {
	max-width: 960px;
}

.astroid-article-full-image figure {
	margin-bottom: 20px;
}

.item-image img {
	
}

.caption {
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
}

ul.fields-container {
	list-style-type: none;
	padding: 0;
}

#mapfield {
	clear: both;
}

span.field-label {
	display: inline-block;
	font-family: "MissionGothic-Black", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 10px;
}

p.date {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 0 5px 0;
}

.contentbox1 .col-sm {
	padding: 20px!important;
	background: #FFF;
	border-radius: 5px;
	margin-bottom: 30px;
	border: 1px solid #efefef;
	font-size: 90%;
}

.contentbox1 .col-sm h4 {
	background: #3D5E2E;
	color: #FFF;
	text-align: center;
	margin: -20px -20px 20px -20px;
	padding: 10px;
	border-radius: 5px 5px 0 0;
}

.isotope_grid .isotope_item {
	box-shadow: none;
	padding: 0;
}

.isotope_button-group .btn:hover, .isotope_button:hover {
	background: #B8D33D;
}

.isotope_button-group .btn:active, .isotope_button-group .btn.is-checked, .isotope_button:active, .isotope_button.is-checked, #offcanvas-clone .btn:active, #offcanvas-clone .btn.is-checked {
	background: #3D5E2E;
}

.iso_search {
	max-width: 600px;
	justify-content: center;
	margin: 20px auto;
}

.tf-map-marker-container--title {
	font-size: 18px!important;
	font-weight: normal;
	width: 200px;
	margin-right: 30px;
	display: inline-block;
}

.gm-ui-hover-effect {
	position: absolute!important;
	right: 0px;
	top: 0px;
}

.gm-style-iw-ch {
	padding-top: 10px!important;
}

.wf_file::before {
	content: "\f15b";
	font-family: "Font Awesome 7 Free";
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	margin: 0 5px 0 0;
}

.wf_file[href$=".pdf"]::before {
	content: "\f1c1";
}

.wf_file[href$=".doc"]::before {
	content: "\f1c2";
}

.wf_file[href$=".docx"]::before {
	content: "\f1c2";
}

.wf_file[href$=".xls"]::before {
	content: "\f1c3";
}

.wf_file[href$=".xlsx"]::before {
	content: "\f1c3";
}

.wf_file[href$=".zip"]::before {
	content: "\f1c6";
}

.wf_file[href$=".png"]::before {
	content: "\f1c5";
}

.wf_file[href$=".jpg"]::before {
	content: "\f1c5";
}

.fa-heart {
	color: #EF4035;
}

.crm-container fieldset legend {
	float: none;
	font-family: "MissionGothic-Black";
	font-weight: normal;
	font-size: 18px;
}

.crm-container a.button, .crm-container a.button:link, .crm-container a.button:visited, .crm-container .ui-dialog-buttonset .ui-button, .crm-container .crm-button {
	font-size: 18px;
	padding: 5px 10px;
}

@media  (max-width: 1040px) {
	.astroid-framework .astroid-nav > li > .as-menu-item {
		padding: 5px 10px; ;
	}
}

@media  (max-width: 1200px) {
	#headerwrap .container {
		max-width: 96%!important;
		padding: 0;
	}
}

@media  (max-width: 960px) {
	.offcanvasRight {
		margin: inherit;
		display: flex!important;
	}
	
	.content-top-position {
		justify-content: center;
		margin: 0px -12px 0px -12px;
		max-width: calc(100% + 24px);
		border-bottom: 0px solid #3D5E2E;
	}
	
	.content-top-position ul.nav {
		padding: 5px 10px 11px 10px;
		justify-content: center;
	}
}
	

@media  (max-width: 800px) {
	body {
		
	}
	
	#mainwrap {
		padding-top: 0;
	}
	
	.content-top-position {
		justify-content: center;
		margin: 0px -12px 0px -12px;
		max-width: calc(100% + 24px);
		border-bottom: 0px solid #3D5E2E;
	}
	
	.content-top-position ul.nav {
		padding: 5px 10px 11px 10px;
		justify-content: center;
	}
	
	#position-4-1 {
		padding: 0 30px;
	}
	
	#mod-custom155 h3 {
		font-size: 25px!important;
	}
	
	#mod-custom124 .border-right {
		border-width: 0px!important;;
	}
	
	.newstext {
		padding: 30px 120px 30px 40px!important;
		margin-left: -30px!important;
		margin-top: -70px;
		background: url('../images/newsbg.png') no-repeat center right;
		background-size: cover;
		width: calc(100% + 60px);
		max-width: calc(100% + 60px);
	}
	
	.newstext h3 {
		font-size: 24px;
	}
	
	.offcanvasRight {
		margin: inherit;
		display: flex!important;
	}
	
	.offcanvas-position .mod-list a {
		text-decoration: none;
		text-transform: uppercase;
		color: #000;
	}
	
	.nav-child.unstyled.dropdown-menus:not(.menu_open) {
		display: none;
	}
	
	.avVideo .avPlayerContainer .avPlayerBlock iframe, .avVideo .avPlayerContainer .avPlayerBlock object, .avVideo .avPlayerContainer .avPlayerBlock embed, .avVideo .avPlayerContainer .avPlayerBlock video, .avVideo .avPlayerContainer .avPlayerBlock > div {
		min-width: 200px!important;
	}
}