:root {
  --main: #18573C;
  --second: #088C00;
  --accent: #FF8C7A;
  --pale: #E6E6E6;
  --whitershadeofpale: #F7F7F7;
  --font: #333333;
  --futura: 'futura-pt-bold', serif;
  --dkteal:  #103827;
}

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

	body {background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0;/*Nimbus Sans*/ font-weight: 400; font-size: 20px;color: #333333; font-family:"nimbus-sans", arial, sans-serif; }
	.contentwrapper{width: 100%; position: relative; overflow: hidden;}
	
	p{margin: 14px 0;}
	article, section.aside {line-height: 1.25; }
	article a, section.aside a{text-decoration: underline;}
	.liner, article {width: 100%;  max-width: 1124px; margin: 0 auto;  position: relative; }
	.container-fluid{max-width: 1200px; width: 100%; margin: 0 auto;}
	section { width: 100%; padding: 0; margin: 0;}
	
	a, a:visited, button.modal_link{ color: var(--main); transition: all .25s;}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var(--second);}
	button.modal_link{ padding:0; border: 0; background: transparent; cursor: pointer;  transition: all .25s;}
	button.modal_link:focus, button.modal_link:hover{text-decoration: underline;border: 0; outline: 0}

	input, select, textarea, button{font-size: 20px;color: #333333; font-family:"nimbus-sans", arial, sans-serif;}
	.CHbox a, .CHA, .cardbennies{font-size: 20px;color: #333333; font-family:"nimbus-sans", arial, sans-serif;} /* match to regular font size */
	strong{font-weight:700;}
	button{border: 0; background: transparent;}

	/*center a list without centering the items*/
	/*article ul, article ol  {margin: 20px auto; text-align: left; display: table; }*/



	/* diff/colored bullets
	article ul {list-style: none;padding: 20px 0 20px 20px;}
	article ul li:before { content: " "; background-color: var(--main); display: inline-block; width: 6px; height: 6px; border-radius: 50%;   margin-left: -15px; position: relative; top: -3px; margin-right: 10px; }
	*/
	/*FA bullets
		article ul, .inttext ul {list-style: none;padding: 20px 0 20px 50px;}
	article ul li, .inttext ul li {position: relative;}
	article ul li:before, .inttext ul li:before {content: '\f058'; font-family: 'Font Awesome 6 Pro'; font-weight: 700; color:#006544; position: absolute; top: 0; left: -30px; }
	*/


	h1 {font-family: var(--futura); font-weight: 700; font-size: 40px; line-height: 1.1; margin: 14px 0;  color: #FFFFFF}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year
	{font-family: var(--futura); font-weight: 700; font-size: 38px; line-height: 1.1; margin: 14px 0;  color: var(--dkteal)}
	article h2.KJEToggleTitle{padding: 0}

	h3, .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,  .CHQ, .cardname
	{font-family: var(--futura); font-weight: 700; font-size: 36px; line-height: 1.2; margin: 14px 0;  color: var(--dkteal)}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-family: var(--futura); font-weight: 700; font-size: 30px; line-height: 1.2; margin: 14px 0;  color: var(--dkteal)}

	h5, .forum_thread_date, .forum_mischeader_title	{font-family: var(--futura); font-weight: 700; font-size: 24px; line-height: 1.2; margin: 14px 0;  color: var(--dkteal)}
	h6 {color: BLACK; font-size: 14px; font-style: italic; font-weight: bold;}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		h1 {font-size: 38px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year{font-size: 36px;}
		H3, .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,  .CHQ, .cardname	{font-size: 34px;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name{font-size: 28px;}
		h5, .forum_thread_date, .forum_mischeader_title	{font-size: 22px; line-height: 1.25}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		h1 {font-size: 36px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year	{font-size: 34px;}
		H3, .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,  .CHQ, .cardname{font-size: 32px;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name{font-size: 26px;}
		h5, .forum_thread_date, .forum_mischeader_title	{font-size: 20px; line-height: 1.25}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		h1 {font-size: 32px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year	{font-size: 30px;}
		H3, .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,  .CHQ, .cardname{font-size: 28px;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name{font-size: 24px;}
	}

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; height: 140px; background-color: var(--pale); padding: 0 30px;}
	header .liner{height: 140px;}
	header.stuck {position: fixed; top: 0; left: 0; }
	/*a[name]{position: relative; top: -57px; z-index: 1}*/

	a.homelink{width: 244px; height: 180px;  display: flex;  justify-content: center;  align-items: center; position: absolute; top: 0; left: 0; z-index: 102 }
	a.homelink.moved{left: 27px}

	#hbbttn{width: 190px; height: 60px; background-color: var(--accent); display: flex;  justify-content: center;  align-items: center; display: block; transition: all .25s; z-index: 102; position: absolute; top: 180px; left: 28px; padding: 0; }
	#hbbttn.down{background: transparent;left: 55px;}
	#hbbttn img{width: 120px;}


	.hb{position: absolute; top: 0; left: 0; background: url(../images/hb_bg.png) no-repeat center bottom;  background-size: cover;width: 244px; height: 288px; z-index: 101; transition: all .25s; padding-top: 240px;}
	.hb.dipped{width: 300px; height: 460px; }
	.hb iframe{display: none; height:200px; width: 200px; border: 0;}

	.hbshadow{background: url(../images/hb_shadow.png) no-repeat center bottom;position: absolute; top: 0; left: -6px; width: 256px;  height: 294px; z-index: 101;transition: all .25s;  background-size: cover;}
	.hbshadow.shadowed{width: 312px; height: 466px; }

	.toplinks {text-align: right; height: 58px;  display: flex;  justify-content: flex-end;  align-items: center; position: relative; right: 84px}
	.toplinks a, .toplinks a:visited, .toplinks .notalink  {margin-left: 30px;font-size: 18px;color: #333;text-decoration: none;}
	.toplinks a:hover, .toplinks a:focus {color: var(--second);}

	#sitesearch {color: var(--font); height: 44px; width: 44px; position: absolute; top: 7px; right: 0; background: transparent; transition: all .25s; font-size: 18px;}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: var(--second);}
	 #sitesearch.down {background-color: white;}
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}
	#sitesearch.down:before{content: '\f00d';}

	.sitesearch {display: none; position: absolute; top: 7px; right: 44px; width: calc(100% - 300px - 44px); background-color: white; height: 44px}

	.searchbox {position: absolute; top: 0; left: 0; padding-left: 10px; width: calc(100% - 44px); height: 44px; border: 0;}

	.sitesearch button[type=submit]{color: var(--main); position: absolute; top: 0; right: 0; width: 44px; height: 44px; background: transparent;  font-size: 18px; }
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {color: var(--second);}

	/*L*/
	@media only screen and (max-width: 1199px) {
		#sitesearch { right: 0;}
		.sitesearch { right: 44px; width: calc(100% - 300px - 44px);}
		.toplinks { right: 84px}
	}

	/*M*/
	@media only screen and (max-width: 1060px) {
		header .toplinks {display: none;}
		header{height: 64px; border-bottom: solid 6px var(--second);}

		a.homelink{width: 224px; height: 150px; }
		a.homelink img{width: 190px;}
		a.homelink.moved{left: 5px}
		#hbbttn{height: 55px; top: 150px; left: 17px; }
		#hbbttn.down{left: 22px;}
		.hb{width: 224px; height: 240px;padding-top: 200px;}
		.hb.dipped{width: 234px; height: 400px; }
		.hbshadow{ width: 236px;  height: 246px;}
		.hbshadow.shadowed{width: 244px; height: 406px; }
		#sitesearch { right: 44px; font-size: 24px}
		.sitesearch { right: 78px; width: calc(100% - 260px - 118px);}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		header, header .liner{height: 106px;}
		a.homelink{ width: 120px; height: 100px; }
		a.homelink.moved{left: 0}
		a.homelink img{width: 100%;}
		#hbbttn{top:22px; left: 50%; margin-left: -95px; }
		#hbbttn.down{top:22px; left: 50%; margin-left: -95px;}
		.hb{width: 234px; height: 0px;padding-top: 0px; top: 100px; left: 50%; margin-left: -117px;}
		.hb.dipped{width: 234px; height: 220px; top: 100px; left: 50%; margin-left: -117px;}
		.hbshadow{ width: 234px;  height: 0px;top: 100px; left: 50%; margin-left: -117px;}
		.hbshadow.shadowed{width: 244px; height: 226px; top: 100px; left: 50%;margin-left: -122px;}

		#sitesearch, .sitesearch { top: 23px; z-index: 99; height: 55px;}
		.searchbox, .sitesearch button[type=submit]{height: 55px;}
		.sitesearch { right: 138px; width: calc(100% - 310px );}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		header{height: 116px; padding: 0 20px;}
		 header .liner{height: 116px;}

		a.homelink{ width: 134px; height: 110px; }
		#hbbttn{top:10px; left: auto; right: 0; margin-left: 0; width: 164px; height: 48px}
		#hbbttn.down{top:10px; left: auto; right: 35px; margin-left: 0;}
		#hbbttn img{width: 103px;}
		.hb{ top: 0; left: auto; right: 0; margin-left: 0;}
		.hb.dipped{width: 234px; height: 260px;  top: 0; left: auto; right: 0; margin-left: 0; padding-top: 60px; }
		.hbshadow{ width: 234px;  height: 0px; top: 0; left: auto; right: 0; margin-left: 0;}
		.hbshadow.shadowed{width: 244px; height: 265px; top: 0; left: auto; right: -5px; margin-left: 0;}


		#sitesearch {top: auto; bottom: 15px; }
		#sitesearch, .sitesearch, .searchbox, .sitesearch button[type=submit]{ height: 44px;}
		.sitesearch { right: 0; width: 100%; top: 116px;}
	}

	/*XXS*/
	@media only screen and  (max-width: 400px) {
		header, header .liner{height: 116px;}
		a.homelink{max-width: 134px;width: calc(50% - 30px);  }
		#hbbttn{width: 50%; max-width: 165px; }
		#hbbttn.down{right: 0;}
		.hb{top: 116px; width: 100%}

		.hb.dipped{top: 116px; width: 100%; height: 220px;  padding-top: 0px; }
		.hbshadow{ top: 116px; width: 100%; height: 0px; top: 116px; width: 100%}
		.hbshadow.shadowed{width: calc(100% + 8px); height: 225px; top: 116px;  right: -4px;}
	}


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

	nav.pc  { z-index: 100; height: 80px; width: calc(100% + 60px); background-color: var(--main); border-top: solid 6px var(--second); position: absolute; top: 60px;  left: -30px;}
	.navliner {max-width: 824px; width: calc(100% - 350px);height: 74px;  z-index: 100; display: flex; justify-content: space-around; align-items: center;  align-content: center; position: absolute; top: 0; right: 50%; margin-right: -562px; }

	button.CMitem, a.CMitem, a.CMitem:visited{text-decoration: none; line-height: 1.15;  display: flex; justify-content: center;  align-items: center; flex: 1 0 auto; color: white; text-align: center; height: 74px;}
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none; background-color: var(--second);}

	.ddcontent{ display: none;background-color: var(--second);  position: absolute; top: 74px;  text-align: left; padding: 20px 0;}
	header .ddcontent .liner {height: auto;}
	.ddcontent a, .ddcontent a:visited {display: block; color:white; padding: 2px 20px; font-size: 18px;}
	.ddcontent a:hover, .ddcontent a:focus { text-decoration: none; background-color: var(--main)}

	/* for auto dds with 3rd levels
	.CMsub{display:none;padding-left: 20px;}
	button.CMlink{position: relative; width: 100%; text-align: left}
	button.CMlink:after {content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0px; right: 0px; transition: all .25s; }
	button.CMlink.opened:after { transform: rotate(180deg);}
	*/

	/*L*/
	@media only screen and (max-width: 1199px) {
		nav.pc  {  width: 100%;   left: 0;}
		.navliner {margin-right: 0; right: 20px }
	}

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

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

		nav.pc {display: none;}

		button.menutoggler{display: block; height: 44px; width: 44px; color: var(--main); position: absolute; top: 7px; right: 0; background: transparent; z-index: 99; font-size: 24px}
		button.menutoggler:hover, button.menutoggler:focus { -webkit-transition:  all .25s; transition:  all .25s;}
		button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}

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

		nav.mobile{display: block; background-color: var(--main); color: white; height: 100%; position: fixed; z-index: 1000; top: 0; overflow-y: auto;  width: 300px; right: -300px; text-align: right;  transition: all .25s; padding: 40px 30px 30px 30px;}
		nav.mobile.out{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: right;  display: block; transition: all .25s; text-transform:uppercase;margin-top: 10px; padding: 0}
		/*nav.mobile button:after {content: '\f0d7'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0px; right: 0px; transition: all .25s; }
		nav.mobile button.flipped:after { transform: rotate(180deg);}*/

		 nav.mobile .L2 a, nav.mobile .L2 button {}

		 nav.mobile .L2 a{text-decoration: underline;}

		 .TL{border-top: solid 1px white; padding: 20px 0; margin-top: 20px;}
		 nav.mobile .TL a, nav.mobile .TL .notalink{font-size: 18px; text-transform: initial;}

		/*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: var(--main);
		}
		nav.mobile::-webkit-scrollbar-thumb {
			-webkit-box-shadow: inset 0 0 3px rgba(0,73,135,.7);
			border-radius: 5px;
			background-color: var(--second);
		}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		button.menutoggler{ top: 28px}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		button.menutoggler{top: auto; bottom: 15px; }
	}

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

	section.help {background-color: var(--pale); padding: 50px 30px;}
	section.home {background-color: var(--pale);}
	.vidbox{border: solid 10px var(--main); border-radius: 40px; overflow: hidden;  }
	.vidbox img{width: 100%; }
	.vidbox .video_wrapper {margin-top: 0px !important;}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		section.home .container-fluid{max-width: 580px;}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.icons .liner{top: 0;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.icons{padding: 40px 20px;}
		section.help, section.community{padding: 40px 20px; }


	}
/** INSIDE **********************************************/
	section.intbanner {width: 100%; height: 430px; background-color: silver; position: relative; overflow: hidden;background-repeat: no-repeat; background-size: cover; background-position: center center;}
	.intgrade{width: 100%; height: 100%;background-image: linear-gradient(to bottom, rgba(24, 87, 60, 0) 49%, rgba(24, 87, 60, 0.7));  display: flex;  justify-content: center;  align-items: flex-end; padding: 0 30px;}
	.inttext {width: 1124px; padding-bottom: 60px;}

	section.inside{background-color: var(--whitershadeofpale);}
	section.beige{background-color: var(--pale);}
	section.inside, section.beige{padding: 60px 30px;}

	article { overflow: hidden; margin: 0 auto; text-align: left; }

	article .code_block_center{display: flex;  justify-content: space-between; flex-wrap: wrap}
	article .code_block_box{flex: 1 1 0; border: solid 4px #d4d4d4;   border-radius: 37px 37px 35px 35px; margin: 20px 12px; background-color: white; }
	article .code_block_box:hover{border: solid 4px var(--accent);}
	article .code_block_indiv_content{padding: 24px; overflow: visible; width: 100%; position: relative; height: 100%;}
	article .code_block_indiv_content h3{background-color: var(--main); color: white; margin: 0; width: calc(100% + 56px); position: relative; top: -29px; left: -29px;font-size: 24px; border-radius: 35px 35px 0 0; padding: 12px; text-align: center;}
	article .code_block_indiv_content a.cta{width: calc(100% - 70px); position: absolute; bottom: -29px; right: 35px; }
	article .code_block_indiv_content ul {margin: 20px; padding-left: 0px;}

	section.aside {width: 100%;background-color: var(--whitershadeofpale); padding: 60px 30px;}
	section.aside .liner{ display: flex; flex-wrap: wrap; justify-content: space-between;}
	.bannerbox, .regionbox {width: 30%; margin: 20px 1.5%;  background-color: var(--main); color: white;  padding: 24px 44px; border-radius: 35px; margin: 0 8px}
	section.aside  ul {margin: 0px; padding: 0px; list-style: none;}
	.bannerbox { padding: 0; border-radius: 35px; display: flex;  justify-content: center;  align-items: center; overflow: hidden;}
	.bannerbox img { width: 100%;}
	.regionbox h3{color: white;font-size: 30px;}
	.regionbox ul{text-align: left;}
	.regionbox ul li{margin-bottom: 10px;}
	.regionbox a{color: white;}
	.regionbox a, .regionbox a:visited{text-decoration: none;}
	.regionbox a:hover, .regionbox a:focus{text-decoration: underline;}
	.video_wrapper {margin-top: 20px !important;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		.code_block_box{min-width: 300px; max-width: 400px}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.aside .liner{ display: block; max-width: 400px}
		.bannerbox, .regionbox {width: 100%; margin: 20px 0; }
		.regionbox ul{text-align: center;}


	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.code_block_center{display: block;  max-width: 400px; margin: 0 auto;}
		.code_block_box{margin: 60px auto;}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.aside { padding: 40px 20px;}

	}

/** FOOT ****************************************************/
	footer {width: 100%; background-color: var(--second); color: white; padding: 70px 30px;}

	.Fcenter{border-left: solid 1px white;}

	.FR p {margin: 0}
	.FL{font-size: 18px;}

	footer a, footer a:visited { color: white;text-decoration: none;}
	footer a:hover, footer a:focus {color: white; text-decoration: underline;}

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

	.socmed{}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; font-size: 35px; margin-right: 20px;}

	.footicons{border: solid 0px fuchsia}
	.footicons img{margin-right: 20px;}
	.footnote{border: solid 0px silver}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		.FR{border-bottom: solid 1px white;}

	}

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

	/*XS*/
	@media only screen and  (max-width: 575px) {
		footer {padding: 40px 20px;}
	}

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

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

	a.cta, a.cta:visited, input[type="submit"], a.clear, a.clear:visited,  input.go,  input[type="reset"],  a.PSlogout, a.PSlogout:visited, div.faq_advanced_search_panel input[type=button], .Rbuttons li a, .Rbuttons li a:visited, input[type="reset"]
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; color: white; background-color: var(--second); padding: 15px 22px; text-transform: uppercase;font-size: 20px;}

	a.cta:hover, input[type="submit"]:hover, a.cta:focus, input[type="submit"]:focus, a.clear:hover, a.clear:focus,  input.go:hover, input.go:focus, input[type="reset"]:hover, input[type="reset"]: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, .Rbuttons li a:hover, .Rbuttons li a:focus, input[type="reset"]:hover, input[type="reset"]:focus
	{text-decoration: none; background-color: var(--dkteal);color: white;}



/** MORE UNIVERSAL *******************************************/
	* {overflow-wrap: break-word;}
	hr { border: 0; height: 0; border-top: 1px solid var(--main) }
	.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;}
	.flexcenter{display: flex; justify-content: center; align-items: center;}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.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) {
	}



/******************************/
/*  MODULES, BELLS & WHISTLES */
/*        ALPHABETIZED        */
/******************************/

/** 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: var(--main); 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: var(--second); color: WHITE;}

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

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

	.cms_form_collapsible_header a:before, .faq_question_block_slide_question_closed a:before{content: '';}
	button.divheader.open, .cms_form_collapsible_header.open a:before, .faq_question_block_slide_question_open 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 6 Pro'; font-weight: 400; position: relative;float: right}
	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 6 Pro'; font-weight: 400;position: relative;float: right}


	/* FA 4
	button.divheader:after, .cms_form_collapsible_header a:after, .faq_question_block_slide_question_closed a:after{content: '\f067'; font-family: 'FontAwesome'; position: relative;float: right}
	button.divheader.open:after, .cms_form_collapsible_header.open a:after, .faq_question_block_slide_question_open a:after{content: '\f068'; font-family: 'FontAwesome';position: relative;float: right}
	*/

/** 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:before {content: '\f071 \a0 ALERT'; font-family: 'Font Awesome 6 Pro', open-sans, sans-serif; font-weight: 700; display: inline; position: relative; float: left; padding-right: 10px}
	*/
	.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 6 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'; }
	 */

/** 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;}
	article .blog_share ul li:before { display: none;}


/** CALENDAR *****************************/
	.content_calendar_table {border: solid 1px var(--main); border-collapse: collapse}
	td.content_calendar_table_headercell {background-color: var(--main); 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: var(--pale); }
	td.content_calendar_table_cell { border: solid 1px var(--main)}
	td.content_calendar_table_selectedcell { border: solid 1px var(--main); background-color: var(--pale)}


/** DEC TREE ***************************************/

	/* use any height less than 1000px - within reason */
	.CHboxedup{max-width: 100%; height: 500px; z-index: 90;  }
	.CHbox {height: auto; height: 500px;border: solid 1px var(--main); border-radius: 10px; padding: 20px 10px 10px 10px; text-align: center;}
	.cardbennies, .CHAs {max-height: calc(100% - 50px); overflow: auto;}
	.card img {border: 0 !important}

	/* to overwrite BS styles for .card */
	.CHbox .card {display: block;  background-color: transparent; border: none !important;}

	.CHbox a {} /* match to regular content size */
	.CHQ {border-bottom: solid 2px var(--main);}/* matchED to H3 */
	.cardname{} /* matchED to H3 */
	.CHA {color: var(--main) } /* match to regular content size or not */
	.CHA:hover, .startover:hover {color:var(--second); cursor: pointer;}
	.startover{ font-size: 16px; }
	.cardbennies { } /* match to regular content size */

	/* generic icons for FA 5 */
	.CHQ:before {content: '\f059'; font-family: 'Font Awesome 6 Pro'; font-weight: 700; margin-right: 10px; }
	.CHA:before {content: '\f0a4'; font-family: 'Font Awesome 6 Pro'; font-weight: 300;margin-right: 10px;}
	.startover:before {content: '\f021'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-right: 10px;}
	.startover i .fa{display: none;}

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

/** FAQs **********************************************/
	.faq_toolbar {padding-bottom: 15px;}
	.faq_viewed {color: var(--main); 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;}
	
	/*remove recent, featured, & popular */
	/*div.faq_featured_block, div.faq_recent_block, .faq_popular_block{display: none;}*/


	/*S*/
	@media only screen and  (max-width: 767px) {
		form.faq_search_form input[type="submit"], div.faq_browse form input[type="submit"]{margin: 10px 0;}
	}

/** 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 var(--pale)}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px var(--pale)}
	.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;}
	.cms_form_checkbox_container input[type="checkbox"], .cms_form_checkbox_container label{display: inline;}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.cms_form_label, legend.cms_form_legend {width: 100% !important;  float: none; margin: 0 1% 5px 0; }
		.cms_form_object {width: 100%;  float: none; margin: 1px 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(--pale); }
	.boxedsearch label, .boxedsearch legend, .legend_label, .note {font-size: 18px; }
	.cuname { font-size: 22px;}



	@media only screen and (max-width: 1100px) {
		.boxedsearch fieldset {top: 0px}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.boxedsearch fieldset {width: 100%; float: none; top: 0; margin-bottom: 0}
		.boxedsearch {height: auto;}
		.legend { top: 0; margin: 0; 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: 575px) {
		.legend {text-align: left;padding-right: 20px;}
		.legend_label .fas, .legend_label .far, .legend_label .fa { padding: 0 5px 0 0px;}
		.loc_formbox input[type=text] {width: 100% !important;}
	}

/** 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;}
	label.content_poll_option_label{padding-left: 5px;}


/** RATES & TABLES ************************************************/
	.content_rates_table, TABLE.table_builder {border-radius: 35px;margin-bottom: 20px; width: 100%; border-collapse: collapse;  overflow: hidden;}
	.content_rates_table th, .table_builder th {font-weight: bold; color: white; background-color: var(--main); padding: 14px 30px; }
	.content_rates_table td, .table_builder td {padding: 14px 30px;}
	.content_rates_table_row2, TR.table_builder_row_even {background-color: var(--pale);}
	.content_rates_table_row1, TR.table_builder_row_odd {background-color:white;}
	.content_rates_table_row_highlight {color: var(--accent);}
	.sideslider {width: 100%;}
	.table_builder .filtered {display: none;}
	.content_rates_table td.widecell{}

	/*.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: 575px) {
		.content_rates_table, .table_builder {border-collapse: collapse; border-radius: 15px;}
		.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:left; }
		.content_rates_table td:before, .table_builder td:before {display: block; text-align:left; font-weight: bold; content: attr(data-title); position: relative; left: -10px}
		.content_rates_table td.content_rates_table_title, .content_rates_table td.content_rates_table_effectivedate {padding: 10px 0; border: 0}
	}

/** RATINGS & COMMENTS **********************************/
	.comments_wrapper{position: relative;}
	.comments_section_summary { padding: 20px; margin: 0px; border: 0; background: none;}
	.comment_rating_stars, .comment_rating_number {display:  inline-block; }
	.comments_sortbox {position: absolute;  right: 0;top: 30px; 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: var(--pale); padding: 20px; margin: 10px 0;}

/** SIDEBAR CONTENT ************************************************/
	.code_block{max-width: 100%;}
	.code_block_top {}
	.code_block_center {}
	.code_block_bttm {}
	article .code_block_top {}
	article .code_block_center {}
	article .code_block_bttm {}
	article .code_block_indiv_top{}
	article .code_block_indiv_content{}
	article .code_block_indiv_bttm{}

	/*.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;}
