/****************
Colors
BLUE - main color --kelley-green: #00853f;
GREEN - alt color  --deep-green: #00602d;
RED - highlight color
BLACK - text color
SILVER - pale color #dedde0
YELLOW  --yellowish: #f6ec57;
GREY   --slate-grey: #5d5c69;

*************************/

/** UNIVERSAL *************************************/

	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0;font-family: 'Libre Franklin', sans-serif;font-size: 16px; color: BLACK}

	.contentwrapper{width: 100%; position: relative; overflow: hidden;}

	p{}
	article, aside {}
	a, a:visited{  transition: all .25s; color: #00853f; text-decoration: underline;}
	a:hover, a:focus {color: #003A85}
	input, select, textarea{font-family: 'Libre Franklin', sans-serif;font-size: 16px;color: BLACK}
	button {padding:0; border: 0; background: transparent; cursor: pointer; transition: all .25s;font-family: 'Libre Franklin', sans-serif;font-size: 16px; color: BLACK}
	button:hover, button:focus {border: 0; outline: 0}
	strong{}
	.liner {width: 100%;  max-width: 1200px; margin: 0 auto;  position: relative; }
	.container-fluid{max-width: 1200px; width: 100%; margin: 0 auto;}
	.blockquote {padding: 0 20px !important;}

	section { width: 100%; padding: 0; margin: 0;}

	/* diff/colored bullets
	article ul, aside ul {list-style: none;}
	article ul li:before, aside ul li:before { content: "�";color: #00853f; display: inline-block; width: 1em;   margin-left: -1em; }
	*/


	h1, .category_name, .podcast_list_header, .blog_year, #empapp h1
	{font-size: 36px; color: #00602d; font-weight: 700}

	h2, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, .content_blog_header, .blog_title, #empapp h2, section.test h2
	{font-size: 24px;color: #00602d; font-weight: 700}

	h3, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-size: 20px;font-weight: 700;color: #00602d;}

	h4, .forum_thread_date, .forum_mischeader_title	{color: #00602d; font-size: 18px; font-weight: 700 }
	h5 {color: #00602d; font-weight: 700}

	/*L*/
	@media only screen and (max-width: 1200px) {
	}

	/*M*/
	@media only screen and (max-width: 992px) {
	}

	/*S*/
	@media only screen and  (max-width: 768px) {
	}

	/*XS*/
	@media only screen and  (max-width: 576px) {
	}

/** CTA **********************************************/
	input[type="submit"] {-webkit-appearance: none; -moz-appearance: none;cursor: pointer}

	a.cta, a.cta:visited, input[type="submit"], a.clear, a.clear:visited, button#exedout, button.clear, input.go,  input[type="reset"], button.cta, a.PSlogout, a.PSlogout:visited, div.faq_advanced_search_panel input[type=button]
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; background-color: #00853f; border-radius: 10px; color: white; padding: 10px 20px;font-weight: 600;}

	a.cta:hover, input[type="submit"]:hover, a.cta:focus, input[type="submit"]:focus, a.clear:hover, a.clear:focus, button#exedout:hover, button#exedout:focus, button.clear:hover, button.clear:focus, input.go:hover, input.go:focus, input[type="reset"]:hover, input[type="reset"]:focus, a.ctaW:focus, a.ctaW:hover, button.cta:hover, button.cta:focus, a.PSlogout:hover, a.PSlogout:focus, div.faq_advanced_search_panel input[type=button]:hover, div.faq_advanced_search_panel input[type=button]:focus
	{text-decoration: none; background-color: #f6ec57;; color: BLACK}

	input[type="submit"] {padding-top: 0; padding-bottom: 0; }
	/*a.clear{ padding: 8px 30px  10px 30px ; }*/

/** HEADER ***********************************************/
	header {width: 100%; height: 100px; background: rgba(255,255,255,.8); position: absolute; top: 0; right: 0;  z-index: 999;}
	header.stuck {position: fixed;-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.25); box-shadow: 0 0 5px 0 rgba(0,0,0,.25);}
	a[name]{position: relative; top: -140px; z-index: 1}

	.logoholder{width: 330px; height: 337px; background-color: white;position: absolute; top: 0; left: 50%; margin-left: -600px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); border-radius: 0 0 10px 10px}

	header.stuck .logoholder{width: 300px; height: 132px;}
	header.stuck .logoholder.down{border-radius: 0 }
	
	a.homelink{width: 330px; height: 287px; display: flex; justify-content: center;  align-items: center; position: absolute; top: 0; left: 0;}
	a.homelink img {width: 223px}
	
	header.stuck a.homelink{width: 150px; height: 132px; display: flex; justify-content: center;  align-items: center; position: absolute; top: 0; left: 0;}
	header.stuck a.homelink img {width: 114px}

	.toplinks {text-align: right; position: absolute; top: 15px; left: calc(((100% - 1200px) / 2) + 470px); color: BLACK; font-size: 14px;}
	.toplinks a, .toplinks a:visited, .toplinks .notalink  {color: BLACK; margin-right: 23px; text-decoration: none;}
	.toplinks a:hover, .toplinks a:focus {color: BLACK}


	#sitesearch {color: #00853f;  width: 44px; height: 44px; position: absolute; bottom: 10px; right: 50%; margin-right: -600px;}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: #00602d;}
	#sitesearch .fa-caret-up{color: transparent; font-size: 32px; position: absolute; BOTTOM: -21px; right: 0; }
	#sitesearch.down .fa-caret-up{color: #00853f;  }
	.sitesearch {width: 300px; height: 50px; position: absolute; top: 100px; right: 0;right: 50%; margin-right: -600px; background-color: #00853f;  display: none; padding: 8px;} 
	.searchbox {height: 34px; width: 196px; position: absolute; top: 8px; left: 8px; border: 0 }
	.sitesearch button[type=submit]{color: black; height: 34px; width: 78px; background-color: #a3e5c1;position: absolute; top: 8px; right: 8px; }
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {color: #00602d;}

	/*XL*/
	@media only screen and (max-width: 1300px) {
		#sitesearch, .sitesearch {right: 30px; margin-right: 0;}
		.logoholder{ left: 30px; margin-left: 0;}
	}

	/*L*/
	@media only screen and (max-width: 1200px) {
		.toplinks { left: 390px; }
	}

	/*M*/
	@media only screen and (max-width: 992px) {
		header { background-color: rgba(0,133,63, .87); color: white; height: 71px;}
		.toplinks {display: none;}
		.logoholder{width: calc(100% - 230px); height: auto; background-color: transparent;box-shadow: none; border-radius: 0;}
		a.homelink{width: 164px; height: 156px; border-radius: 0 0 10px 10px; background-color: white; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);  border-radius: 0 0 10px 10px}
		a.homelink img {width: 125px}
		#sitesearch, #sitesearch:hover, #sitesearch:focus, #sitesearch.down  {color: white; width: 100px; height: 71px; bottom: 0; right: 100px; border-right: solid 1px white;border-left: solid 1px white;font-size: 33px;}
		#sitesearch .fa-caret-up{display: none;}
		.sitesearch { top: 71px; right: 0px; background-color: rgba(0,133,63, .87);} 
		a[name]{top: -120px;}
	}

	/*S*/
	@media only screen and  (max-width: 768px) {
	}

	/*XS*/
	@media only screen and  (max-width: 576px) {
		header {height: 53px;}
		a.homelink{width: 110px; height: 105px; left: -20px}
		a.homelink img {width: 85px}
		#sitesearch, #sitesearch:hover, #sitesearch:focus, #sitesearch.down  {width: calc((100% - 110px) / 4); height: 53px;right:  calc((100% - 110px) / 4);font-size: 24px;}
		.sitesearch {width: calc(100% - 110px); top: 53px; right: 0;} 
		.searchbox { width: calc(100% - 102px);} 

	.logoholder{left: 20px ;width: calc(((100% - 110px) / 2) + 90px);}

	}

/** MENU *********************************************/
	button.menutoggler{display: none;}

	nav.pc  { z-index: 100; position: absolute; bottom: 20px; left: calc(((100% - 1200px) / 2) + 470px); width: 630px; height: 24px; }
	.navliner {width: 100%;   z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; }

	button.CMitem, a.CMitem, a.CMitem:visited{text-decoration: none; line-height: 1.15;  display: flex; align-items: center;  font-size: 20px; font-weight: bold; color: #00853f;position: relative;}
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  { color: #00853f; text-decoration: none;}
	button.CMitem:after, a.CMitem:after{content: '\f0d8'; font-family: 'Font Awesome 5 Pro'; font-weight: 700; font-size: 32px; position: absolute; bottom: -35px; left: 50%; margin-left: -10px;color: transparent; }
	button.CMitem.opened:after{color: rgba(0,96,45,.95); }

	.ddcontent{ display: none;background-color: rgba(0,96,45,.95);  position: absolute; top: 44px; left: 0px; width: 100%; padding:30px 40px; text-align: left; }
	.ddcontent p {}
	.ddcontent a, .ddcontent a:visited, .ddcontent button {display: block;  text-decoration: none; color: white; display: block;}
	.ddcontent a:hover, .ddcontent a:focus, .ddcontent button:hover, .ddcontent button:focus {color: white;text-decoration: underline;}
	.CMsub{padding: 0 0 0 20px;}
	button.menutoggler {display: block;}
	/*L*/
	@media only screen and (max-width: 1200px) {
		nav.pc  {  left: 390px; width: calc(100% - 390px - 44px - 60px);}

	}

	/*M*/
	@media only screen and (max-width: 992px) {

/** MOBI MENU ***************************************/

		nav.pc {display: none;}

		button.menutoggler{display: block;  width: 100px; height: 71px;color: white; position: absolute; top: 0; right: 0;font-size: 33px;}
		button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 5 Pro';}

		nav.mobile button.menutoggler2{text-decoration: none; height: 44px; width: 44px; font-size: 20px; color: #FFFFFF; position: absolute; top: 0; right: 0; text-align: center; border: 0; padding:  0 }
		nav.mobile button.menutoggler2:after {content: '';}

		nav.mobile{ background-color: #00602d; color: white; height: 100%; position: fixed; z-index: 1000; top: 0; overflow-y: auto;  width: 300px; right: -300px; text-align: left;  transition: all .25s; padding: 60px 30px 30px 30px;}
		nav.mobile.showing{right: 0; box-shadow: 0 0 5px black;}

		div.L2, div.L3 {display: none;}

		nav.mobile a, nav.mobile button {color: white;text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s; font-weight: 700; border-top: solid 1px white; padding: 5px 0; }
		nav.mobile button:after {content: '\f078'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; position: absolute; top: 5px; right: 0px; transition: all .25s; }
		nav.mobile button.flipped:after { transform: rotate(180deg);}

		nav.mobile .TL a {border: none; font-weight: 400;}
		nav.mobile .TL a:first-child {border-top: solid 1px white;}

		 nav.mobile .L2 a, nav.mobile .L2 button {border: 0}

		 nav.mobile .L2 a{font-weight: 400; border: 0; font-size: 16px;}

		/*https://css-tricks.com/the-current-state-of-styling-scrollbars/*/
		nav.mobile::-webkit-scrollbar {width: 10px;}
		nav.mobile::-webkit-scrollbar-track {
			-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.7);
			background-color: #00853f;
		}
		nav.mobile::-webkit-scrollbar-thumb {
			-webkit-box-shadow: inset 0 0 3px rgba(0,73,135,.7);
			border-radius: 5px;
			background-color: #00602d;
		}

	}

	/*S*/
	@media only screen and  (max-width: 768px) {
	}

	/*XS*/
	@media only screen and  (max-width: 576px) {
		button.menutoggler{width:  calc((100% - 110px) / 4); height: 53px;font-size: 24px;}
	}

/** QUICK LINKS ******************************************/
	.ql{width: 100%; max-width: 523px; border-radius: 39px; background-color:#f6ec57; color: BLACK;  margin: 0 auto; text-align: center; position: absolute; top: 30px; left: 50%; margin-left: -261px; z-index: 99 }
	#QL{color: BLACK;  font-size: 24px; font-weight: 700; height: 60px; width: 100%;}
	#QL:after{content: '\f0d7'; font-family: 'Font Awesome 5 Pro'; font-weight: 700; position: relative; float: right; margin: 0 30px 0 -30px;}
	#QL.down:after{content: '\f0d8'; font-family: 'Font Awesome 5 Pro'; font-weight: 700;}
	.quicklinks{display: none; border-top: solid 1px BLACK; padding: 15px 0 30px 0; width: 90%; margin: 0 auto; }
	.quicklinks a, .quicklinks a:visited {color: BLACK; display: block; margin-bottom: 5px;}
	.quicklinks a:hover, .quicklinks a:focus{color: BLACK;}

	aside #QL{font-size: 18px;  height: 50px; }
	aside .ql {margin-bottom: 40px;width: 80%; position: relative; top: 0; left: 0; margin: 0}

	/*S*/
	@media only screen and  (max-width: 768px) {
		aside .ql {margin-bottom: 20px;}
	}

	/*XS*/
	@media only screen and  (max-width: 576px) {
		.ql{ width: 90%; left: 5%; margin-left: 0;}
	 }

/** HOME *************************************************/


	section.home {padding: 30px; height: 120px; position: relative;}

	section.icons {padding: 30px;}
	section.icons .liner {display: flex; justify-content: center; align-items: center;  flex-wrap: wrap;}
	section.icons a {  width: 210px; height: 210px; min-width: 210px; margin: 10px; border: solid 20px #dedde0; border-radius: 50%; color: BLACK; text-align: center; display: block; padding: 15px; display: flex; flex-direction: column; justify-content: center; align-items: center; align-content: center;font-weight: 700; font-size: 18px; position: relative; line-height: 1.22; text-decoration: none;}
	section.icons a .RLicon {color: #00853f; font-size: 70px; display: block; z-index: 90}
	section.icons a .RLwords{ z-index: 90; width: 140px}
	section.icons a:hover, section.icons a:focus {color: white; border: 0; border: solid 20px transparent;text-decoration: none;}
	section.icons a:hover .RLicon, section.icons a:focus .RLicon{color: white;}
	section.icons a:before{content: "";width: 210px; height: 210px; position: absolute; top: -20px; right: -20px; background-image: url(../images/green.png); z-index: 1; opacity: 0; transition: opacity .25s; }
	section.icons a:hover:before, section.icons a:focus:before {opacity: 1}
	
	
	/*L*/
	@media only screen and (max-width: 1200px) {
	}

	/*M*/
	@media only screen and (max-width: 992px) {
	}

	/*S*/
	@media only screen and  (max-width: 768px) {
		section.icons, section.home{padding: 20px;}
		section.icons .liner {display: block}
		section.icons a {width: 100%; max-width: 400px; height: 83px;  border: solid 5px #dedde0; border-radius: 41px;  padding: 5px 20px; flex-direction: row; margin: 10px auto }
		section.icons a .RLicon {font-size: 50px;  margin-right: 20px;}
		section.icons a .RLwords{ width: auto}
		section.icons a:hover, section.icons a:focus {color: black; border: 0;  border: solid 5px #dedde0;}
		section.icons a:hover .RLicon, section.icons a:focus .RLicon{color: #00853f; }
		section.icons a:hover:before, section.icons a:focus:before {opacity: 0}
	}

	/*XS*/
	@media only screen and  (max-width: 576px) {
		section.icons a .RLicon {margin-right: 10px;}
	}

/** INSIDE **********************************************/
	section.intbanner {width: 100%; height: 499px; background-color: #dedde0; position: relative; overflow: hidden;background-repeat: no-repeat; background-size: cover; background-position: center center;}
	.inttext {background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)); position: absolute; bottom: 0; right: 0;  width: 100%; text-align: left;height: 138px;}

	.h1 {font-size: 46px; color: white; font-weight: 700; text-transform: uppercase; color: white; width: 330px; position: absolute; bottom: 25px; left: 50%; margin-left: -600px; text-align: center;}


	.inttext .liner{padding: 25px 30px;}

	section.inside{padding: 30px;}

	article {width: 100%; max-width: 1200px; overflow: hidden; margin: 0 auto; text-align: left; line-height: 1.75;}

	aside {width: 100%;}
	aside  ul {margin: 0px; padding: 0 20px 0 0; list-style: none;}
	.regionbox {padding-bottom: 40px;}
	aside .regionbox:last-child {padding-bottom: 0px;}
	.regionbox h2 {font-size: 24px}

	section.green {padding: 50px 30px; background: url(../images/Tree-Interior.png) no-repeat right bottom #00602d; color: white;}
	section.green h2, section.green h3 {color: white;}

	/*aside img {max-width: 100%; width: 100%; }*/
	.video_wrapper {margin-top: 20px !important;}

	section.test {padding: 30px; border-top: solid 18px #00853f; border-bottom: solid 18px #00853f; text-align: left; font-size: 18px; }


	@media only screen and (max-width: 1300px) {
		.h1{ left: 30px; margin-left: 0;}
	}

	/*L*/
	@media only screen and (max-width: 1200px) {
		.inttext .liner{padding: 30px;}
		.h1{width: 290px; }
	}

	/*M*/
	@media only screen and (max-width: 992px) {
		section.green {padding: 30px;}
		section.intbanner {height: 398px; }
		.h1{width: auto; left: 30px; }
	}

	/*S*/
	@media only screen and  (max-width: 768px) {
		.regionbox {padding-bottom: 20px;}
		aside {width: 100%; border-top: solid 1px #00853f; padding-top: 20px; margin-top: 20px;}
		section.test h2 br {display: none;}

	}

	/*XS*/
	@media only screen and  (max-width: 576px) {
		section.green, section.inside {padding: 20px;}
		section.intbanner {height: 302px; }
		.inttext .liner{padding: 20px;}
		.h1{left: 20px; }
	}

/** FOOT ****************************************************/


	footer {width: 100%; border-bottom: solid 18px #00853f; text-align: left; border-bottom: solid 18px #00853f; background: url(../images/Tree-Footer.png) no-repeat left bottom; padding: 30px; font-size: 18px}

	footer a, footer a:visited { color: #00853f;text-decoration: none;}
	footer a:hover, footer a:focus {color: #00602d;}

	.footL{border-right: solid 1px BLACK;}

	.bottomlinks { }
	.bottomlinks a:after, .bottomlinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.bottomlinks a:last-child:after{content: "";}

	.signup {font-weight: 700; padding: 30px 0; line-height: 2}
	.signup a.cta{font-weight: 600;}
	.SUwords{display:  inline-block;padding-right: 20px;}
	

	.socmed{font-size: 45px;}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; color: #00853f; margin-right: 20px} 

	.footnote{font-size: 13px;}
	.footnote img {margin-bottom: 20px}

	/*L*/
	@media only screen and (max-width: 1200px) {
	}

	/*M*/
	@media only screen and (max-width: 992px) {
		.footL{border-right: 0; border-bottom: solid 1px BLACK;}
		.footnote{padding-top: 20px;}

	}

	/*S*/
	@media only screen and  (max-width: 768px) {
	}

	/*XS*/
	@media only screen and  (max-width: 576px) {
	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 11px; line-height: 1;}

/** MORE UNIVERSAL *******************************************/
	hr { border: 0; height: 0; border-top: 1px solid #00853f }
	.mobi {display: none;}
	a.skipper, a.skipper:visited {line-height: 0; font-size: 0; border: 0; background: transparent;position: absolute; top: 0; left: 0; z-index: 101}
	a.skipper:focus, a.skipper:visited:focus {border: solid 2px white; color: black; background-color: yellow; line-height: 1; font-size: 18px;}
	.breaker {clear: both; }
	img {border: 0px;}
	.print {display: none;}
	sup, sub {vertical-align: baseline; position: relative;  top: -0.4em;}
	sub {top: 0.4em;}

	/*S*/
	@media only screen and  (max-width: 768px) {
		.mobi {display: block;}
		.full {display: none;}
	}

	@media only screen and (max-width: 500px) {
		.sideslider table {width: 510px; }
		.sideslider { overflow: scroll;overflow-y: hidden; -ms-overflow-y: hidden;}
	}

	@media only screen and (max-width: 400px) {
		div#KJECalculatorScreenSize {position: relative; left: -15px;}
	}

/** RATES & TABLES ************************************************/
	.content_rates_table, TABLE.table_builder {margin-bottom: 20px; width: 100%; border-collapse: collapse; border: solid 2px #00853f}
	.content_rates_table th, .table_builder th {background-color: #00853f; color: white; font-size: 20px; line-height: 1.15;  font-weight: 600; padding: 10px 15px;}
	.content_rates_table th a, .table_builder th a{color: white; text-decoration: underline;}

	.content_rates_table th, .content_rates_table td{text-align:center;}

	.content_rates_table td, .table_builder td {border-left: solid 2px #00853f;  padding: 10px 15px;font-size: 16px; color: black; line-height: 1.15;}
	.content_rates_table_row2, TR.table_builder_row_even {background-color: #d9f0e3}
	TR.table_builder_row_odd {}
	.content_rates_table_row_highlight {color: RED;}
	.sideslider {width: 100%;}
	.table_builder .filtered {display: none;}
	.content_rates_table td.widecell{}
	.content_rates_table p, TABLE.table_builder p{margin: 0;}

	/*.content_rates_table_fields:first-child {border-left: none;}*/
	/*tr td.content_rates_table_row2:first-child, tr td.content_rates_table_row1:first-child {border-left: none; }*/

	.content_rates_table_postfix {line-height: 1;}
	/*XS*/
	@media only screen and  (max-width: 576px) {
		.content_rates_table, .table_builder {border-collapse: collapse;}
		.content_rates_table, .content_rates_table_effectivedate, .content_rates_table_title, .content_rates_table_row_highlight, .content_rates_table thead, .content_rates_table tbody, .content_rates_table_fields, .content_rates_table_row1, .content_rates_table_row2, .content_rates_table tr, .table_builder, .table_builder thead, .table_builder tbody, .table_builder_header_row, .table_builder_cell, .table_builder_row_even, .table_builder_row_odd{display: block;}
		.content_rates_table_fields_row, .table_builder_header_row {position: absolute; top: -9999px; left: -9999px; }
		.content_rates_table td, .table_builder td  { border: none; border-bottom: 1px solid #eee; position: relative; padding: 10px 10px 10px 20px; white-space: normal; text-align:center; }
		.content_rates_table td:before, .table_builder td:before {display: block; text-align:center; font-weight: bold; content: attr(data-title); position: relative; left: -10px; color: #00853F;}
		.content_rates_table td.content_rates_table_title, .content_rates_table td.content_rates_table_effectivedate {padding: 10px 0; border: 0}
	}


/** LOCATOR 2.5 **************************************************/

	button#exedout {display: none;}
	form#locator fieldset label {display: inline;}

	button#exedout {display: none;}
	.legend{ top: -10px;}
	.boxedsearch, .legend {BACKGROUND-COLOR: var(--silver); }

	@media only screen and (max-width: 1100px) {
		.boxedsearch fieldset {top: 0px}
	}
	/*S*/
	@media only screen and  (max-width: 768px) {
		.boxedsearch fieldset {width: 100%; float: none; top: 0; margin-bottom: 0}
		.boxedsearch {height: auto;}
		.legend { top: -20px; margin: 0; padding-top: 1px; text-align: left;}
		.legend_label {display: block;}
		.legend_label .fas, .legend_label .far, .legend_label .fa {padding-left: 0;}
		.loc_list {width: 100%; float: none; margin-bottom: 0px;}
	}
	/*XS*/
	@media only screen and  (max-width: 576px) {
		.legend {text-align: left;padding-right: 20px;}
		.legend_label .fas, .legend_label .far, .legend_label .fa { padding: 0 5px 0 0px;}
	}


/** ALERTS 2.0 ****************************************************/
	.alertholder{width: 100%; }
	.alertbar {padding: 10px 0; width: 100%; }
	.alertbar.regular{}
	.alertbar.high{}
	.alert {width: 96%; max-width: 1160px; margin: 0 auto; padding-right: 40px; position: relative; text-align: left}
	.alert_icon{}
	.alert a, .alert a:visited {}
	.alert a:hover, .alert a:focus {}
	button.exed {position: absolute; top: 0px; right: 10px; cursor: pointer; font-size: 20px; text-align: center; display: block; text-decoration: none !important;}
	button.exed:before {content:"\f057"; font-family: 'Font Awesome 5 Pro';}
	/* fa 4 - older sites
	button.exed {position: absolute; top: 0px; right: 10px; cursor: pointer; font-size: 20px; text-align: center; display: block; text-decoration: none !important; background: transparent; border: 0;}
	button.exed:before {content:"\f057"; font-family: 'FontAwesome'; }
	 */

/** ACCORDION - FAQS, FORMS, & DIVS ************************************************************/
	.faq_featured_block{ margin: 20px 0 0 0 !important; display: block}
	.faq_header{ display: block}
	.faq_question_block_slide{padding: 10px 0;border-bottom: 0;}
	.faq_question_block_slide_question{padding: 0; border: solid 0px red}
	.faq_question_block_slide_answer{padding: 0 20px 10px 20px;}

	.cms_form_collapsible_header{background: none; border-bottom: 0; }

	button.divheader, .cms_form_collapsible_header a, .cms_form_collapsible_header a:visited, .faq_question_block_slide_question_closed a, .faq_question_block_slide_question_closed a:visited {background-color: #00853f; color: WHITE; display: block;padding: 5px 10px; border-radius: 5px;}
	button.divheader{margin-top: 20px; width: 100%; text-align: left; border: 0 !important}
	button.divheader:hover, button.divheader:focus, .cms_form_collapsible_header a:hover, .cms_form_collapsible_header a:focus, .faq_question_block_slide_question_closed a:hover, .faq_question_block_slide_question_closed a:focus {background-color: #00602d; color: WHITE;}

	.cms_form_collapsible_header.open a, .faq_question_block_slide_question_open a {background-color: BLACK; color: WHITE; display: block;padding: 5px 10px; border-radius: 5px;}

	.cms_form_collapsible_header a:before, .faq_question_block_slide_question_closed a:before{content: '';}
	button.divheader:after, .cms_form_collapsible_header a:after, .faq_question_block_slide_question_closed a:after{content: '\f067'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; position: relative;float: right}

	button.divheader.open, .cms_form_collapsible_header.open a:before, .faq_question_block_slide_question_open a:before{content: ''; }
	button.divheader.open:after, .cms_form_collapsible_header.open a:after, .faq_question_block_slide_question_open a:after{content: '\f068'; font-family: 'Font Awesome 5 Pro'; font-weight: 400;position: relative;float: right}

	.divcontent {width: 100%; padding: 0px 50px 20px 50px; display: none;}

/** FAQs **********************************************/
	.faq_toolbar {padding-bottom: 15px;}
	.faq_viewed {color: #00853f; font-size: 11px; font-weight: bold;}
	.faq_search {margin: 20px 0px}
	.faq_question_block {margin-top: 10px;}
	.faq_advanced_search_panel {padding: 0px;}
	.faq_advanced_search_panel table {margin: 20px 0px;}
	.faq_advanced_search_panel table td {padding: 2px 0px;}
	.faq_advanced_search_panel i {color: silver;}
	div.faq_browse input[type=submit] {margin-left: 10px;}
	.faq_search_form input[type=submit]{margin: 0 10px;}
	div.faq_advanced_search_panel input[type=text], div.faq_advanced_search_panel textarea{width: 100%;}
	div.faq_advanced_search_panel input[type=button] {margin-left: 10px;}


/** FAQS REGION ***************************************/
	ul.region_faq_list li {margin-bottom: 5px;}
	span.region_faq_header {display: block; margin-bottom: 10px}

/** FORMS ************************************************/
	.visuallyhidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
	.cms_form_item, .cms_form_content_block {clear: both; padding: 10px 0; margin: 0 !important;}
	.cms_form_textinput, .cms_form_dropdown  {width: 100%; border: solid 1px #dedde0}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px #dedde0}
	.cms_form_item_sidebyside {width: 50%; padding: 0 20px 0 0;}
	.cms_form_label, legend.cms_form_legend{width: 33%; position: relative; float: left; margin: 0 1% 5px 0; font-weight: normal}
	.cms_form_object {width: 66%; position: relative; float: right; margin: 1px 0}
	fieldset.cms_form_fieldset {white-space: normal; width: 100%; border: none;}
	/*XS*/
	@media only screen and  (max-width: 576px) {
		.cms_form_label {width: 100%;  float: none; margin: 0 1% 5px 0; }
		.cms_form_object {width: 100%;  float: none; margin: 1px 0}
	}

/** CALENDAR *****************************/
	.content_calendar_table {border: solid 1px #00853f; border-collapse: collapse}
	td.content_calendar_table_headercell {background-color: #00853f; color: white; text-align: center; font-weight: bold;}
	td.content_calendar_table_headercell a, td.content_calendar_table_headercell a:visited { color: white; }
	td.content_calendar_table_headercell a:hover, td.content_calendar_table_headercell a:focus { color: #dedde0; }
	td.content_calendar_table_cell { border: solid 1px #00853f}
	td.content_calendar_table_selectedcell { border: solid 1px #00853f; background-color: #dedde0}

/** POLLS ****************************************/
	.region table td table td {padding: 2px;}
	.region table td table{margin-bottom: 10px;}
	.region_poll_table_inner td {padding: 2px;}
	.region_poll_table_inner {margin-bottom: 10px;}
	.region_poll_radio_cell input {position: relative; top: 5px;}


/** SIDEBAR CONTENT ************************************************/
	.code_block_top {}
	.code_block_center {}
	.code_block_bttm {}
	.code_block_indiv_content p{margin-top: 0px;}
	/*.boxtop, .code_block_indiv_top, .boxbottom, .code_block_indiv_bttm {display: none;}*/

/** SLICK SLIDESHOW *********************************************/
	.slick-slider {	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;    -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y;  touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
	.slick-list {position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
	.slick-list:focus{outline: none;}
	.slick-list.dragging {cursor: pointer; cursor: hand;}
	.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	.slick-track{position: relative; top: 0; left: 0; display: block; margin: 0 auto; }
	.slick-track:before {display: table;content: '';}
	.slick-track:after{display: table;content: '';clear: both;}
	.slick-loading .slick-track {visibility: hidden;}
	.slick-slide.slick-loading img{display: none;}
	.slick-slide.dragging img{pointer-events: none;}
	.slick-initialized .slick-slide{display: block;}
	.slick-loading .slick-slide{visibility: hidden;}
	.slick-loading .slick-list{background: #fff url(/templates/COMMON_JS/images/ajax-loader.gif) center center no-repeat;}
	.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent;}
	.slick-arrow.slick-hidden {display: none;}

/** BLOGS ********************************************/
	.blog_posted_date {display: block; color: BLACK;}
	span.blog_tags_tag a{display: inline-block;}
	.blog_share {position: relative; float: right; }
	.blog_share a { font-size: 32px; margin-left: 20px;}
	.blog_share ul {list-style: none; display: flex;  justify-content: flex-end;  align-items: center;}
	.blog_share ul li{ display: inline-block;}

/** RATINGS & COMMENTS **********************************/
	.comments_section_summary { padding: 20px; margin: 0px; border: 0; background: none;}
	.comment_rating_stars, .comment_rating_number {display:  inline-block; }
	.comments_sortbox {position: absolute; top: 5px; right: 0;top: -10px; width: auto;}
	.comments_form_table {background: none; border: 0; width: calc(100% - 20px); margin: 10px;}
	.comments_form_table TD {border: 0;  padding: 3px;}
	/*div.star-rating,div.star-rating a{background:url(../images/stars.png) no-repeat 0 0px}*/
	.comment_item {border: 0; background-color: #dedde0; padding: 20px; margin: 10px 0;}

/** DEC TREE ***************************************/
	div.CHboxedup {z-index: 90;  }
	.CHbox {border: solid 1px #00853f; border-radius: 10px; padding: 20px 10px 10px 10px; text-align: center;}
	.reallylarge {font-size: 50px;color: #00853f;}
	.CHQ {border-bottom: solid 2px #00853f;font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 20px; color: #00602d;}
	.CHQ:before {content: '\f059'; font-family: 'Font Awesome 5 Pro'; font-weight: 700; }
	.CHA { font-size: 16px; color: #00853f }
	.CHA:before {content: '\f0a4'; font-family: 'Font Awesome 5 Pro'; font-weight: 300;}
	#startover{color: #00602d; }
	#startover:before {content: '\f021'; font-family: 'Font Awesome 5 Pro'; font-weight: 400}
	.CHA:hover, #startover:hover {color:#00853f; cursor: pointer}
	.cardname{font-size: 18px; color: #00602d;}

	/* for FA 4
	.CHQ:before {content: '\f059'; font-family: 'FontAwesome';  }
	.CHA:before {content: '\f0a4'; font-family: 'FontAwesome'; }
	#startover:before {content: '\f021'; font-family: 'FontAwesome'; }
	*/

