/****************
Colors

#007a33 - green: #007a33
#094074 - blue: #094074
#094074, #f0b323 - gold: #f0b323
RED - highlight color
BLACK - text color
#ffefc8 - pale yellow: #ffefc8
pale green: #b9e1ca
dk grey: #222223

font-family: 'Font Awesome 5 Pro';
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5); box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
background: linear-gradient(to bottom,  #d0d6d8 0%,#aaaaaa 100%);

 font-family: 'Montserrat', sans-serif;
 font-family: angelina, 'Montserrat', sans-serif;
*************************/

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

	@font-face {
	  font-family: angelina;
	  src: url(angelina.TTF);
	}

	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0;font-family: 'Montserrat', sans-serif;   font-size: 18px; font-weight: 300;}
	.content_wrapper{position: relative;}

	.content_wrapper{max-width: 100%; overflow: hidden;}

	p{}
	article, aside {line-height: 1.67}
	a, a:visited, button.modal_link{ -webkit-transition:  all .5s; transition:  all .5s; color: #007a33;  font-weight: 500; text-decoration: underline;}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: #094074; text-decoration: underline;}

	input, select, textarea{}
	button {padding:0; border: 0; background: transparent; cursor: pointer; -webkit-transition:  all .5s; transition:  all .5s;}
	strong{font-weight: 900}
	ul li strong {font-weight: 500; color: #007a33;}
	.liner {width: 100%;  max-width: 1440px; margin: 0 auto;  position: relative; }
	.liner2 {width: 100%;  max-width: 1140px; margin: 0 auto;  position: relative; }

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

	.container-fluid{max-width: 1440px; width: 100%; margin: 0 auto;  border: solid 0px red !important}
	section { width: 100%; padding: 0; margin: 0;}


/** HEADER ***********************************************/
	header {width: 100%;  z-index: 100; background-color: white;  opacity: 0.9; position: relative; position: absolute; top: 0; right: 0; }
	header .liner {height: 125px; position: relative;}
	header.stuck {position: fixed; top: 0; left: 0; z-index: 100}
	/*a[name]{position: relative; top: -57px; z-index: 1}*/

	a.homelink{position: absolute; top: 15px; left: 0; }
	a.homelink img { width: 168px; height: 91px}

	/** TOPLINKS  **/
	.toplinks {text-align: right; font-weight: 600; font-size: 12px; position: absolute; top: 20px; right: 360px; }
	.toplinks a, .toplinks a:visited, .toplinks .notalink  {margin-left: 20px; color: #222223; text-decoration:none; }
	.toplinks a:hover, .toplinks a:focus {color: #094074; text-decoration:underline;}

	.toplinks .pipe {display: none;}


	@media only screen and (max-width: 1460px) {
		a.homelink{left: 20px; }
		.toplinks {right: 24%;}
	}
	@media only screen and (max-width: 1200px) {
		a.homelink{ top: 40px; }
		a.homelink img { width: 105px; height: 58px}
	}

	@media only screen and (max-width: 992px) {
		header {position: relative; padding: 0 20px;}
		a.homelink{left: 0; }
		.toplinks {right: 0}
	}
	@media only screen and  (max-width: 768px) {
		a.homelink{width: 105px; bottom: 20px; top: auto; }
		.toplinks {width: 100%; text-align: center; top: 10px}
	}
	@media only screen and  (max-width: 400px) {
		header, header .liner {height: 145px; }
	}



/** SEARCH **/
	button#sitesearch {display: none; color: #007a33; font-size: 18px; position: absolute; top: 0; right: 0;  width: 33px; height: 33px }
	button#sitesearch:before {content: "\f002";font-family: 'Font Awesome 5 Pro'; font-weight: 400; font-size: 18px; }
	button#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: #094074}
	#sitesearch.down:before {content: "\f00d"; }

	.sitesearch {border: solid 2px #007a33; border-radius: 10px; height: 38px; width: 247px; position: absolute; top: 60px; right: 360px; -webkit-transition:  all .5s; transition:  all .5s; z-index: 101; background-color: white;}

	.searchbox {height: 33px; border-radius: 10px 0 0 10px; width: calc(100% - 30px);position: absolute; top: 0; left: 0; padding-left: 10px; border: 0}
	.sitesearch button[type=submit]{position: absolute; top: 0; right: 0; height: 33px; width: 30px;}
	.sitesearch button[type=submit]:before {content: "\f002"; font-family: 'Font Awesome 5 Pro'; font-weight: 400; font-size: 18px; color: #007a33}
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {color: #094074}

	@media only screen and (max-width: 1460px) {
		.sitesearch {right: 24%;}
	}

	@media only screen and (max-width: 1200px) {
		.sitesearch {width: 38px; overflow: hidden;}
		.sitesearch.clickedon { width: 297px;}
		button#sitesearch {display: block;}
		.sitesearch form{ position: relative; width: calc(100% - 50px);}
		/*.sitesearch button[type=submit]:before {content: "\f0da";font-weight: 700; font-size: 16px; }*/
	}

	/*M*/
	@media only screen and (max-width: 992px) {
		.sitesearch {right: 0;}
	}
	/*S*/
	@media only screen and  (max-width: 768px) {
		.sitesearch {right: 138px;}
	}
	/*XS*/
	@media only screen and  (max-width: 576px) {
		.sitesearch.clickedon { width:calc(100% - 118px - 20px);}
	}
	
	@media only screen and  (max-width: 400px) {
		.sitesearch { top: 80px;right: 128px;}
		.sitesearch.clickedon { width:calc(100% - 108px - 20px);}
		.sitesearch button[type=submit]{text-align: right}

	}
/** MENU *******************************************************/

	nav.pc  { z-index: 100; position: absolute; top: 60px; right: 630px; width: calc(100% - 164px - 247px - 328px - 90px)  }/* - logo - search - hb - spacing*/
	.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; margin: 0 5px; padding: 8px 0;  font-size: 20px; font-weight: 600; color: #007a33; border-bottom: solid 5px transparent}
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {border-bottom: solid 5px #094074; color: #094074;}

	.ddcontent{ display: none;background-color: WHITE;  position: absolute; top: 50px; left: 0px;border: solid 4px #094074;border-radius: 20px; WIDTH: calc(100% + 267px); padding: 36px}
	.ddcontent p {}
	.ddcontent a, .ddcontent a:visited {display: block;  text-decoration: none;color: black; font-size: 18px }
	.ddcontent a:hover, .ddcontent a:focus { text-decoration: underline; color: #094074}
	.ddcontent div div{text-align: left;}
	.ddcontent div div:nth-child(2) p{margin: 5px 0}

	button.menutoggler{display: none;}

	@media only screen and (max-width: 1460px) {
		nav.pc  {right: calc(24% + 247px + 20px); width: calc(100% - 164px - 247px - 24% - 70px)  }/* - logo - search - hb - 40x2=30 psacing*/
	}
	@media only screen and (max-width: 1200px) {
		nav.pc  {right: calc(23% + 38px + 50px); width: calc(100% - 164px - 38px - 23% - 110px)  }/* - logo - search - hb - 40x2=30 psacing*/
		.ddcontent{WIDTH: calc(100% + 90px);}
	}
	/*M*/
	@media only screen and (max-width: 992px) {
		nav.pc  {right: 68px; width: calc(100% - 164px - 38px - 60px)  }
		.ddcontent{WIDTH: calc(100% + 60px);}
	}
	/*S*/
	@media only screen and  (max-width: 768px) {
			nav.pc  {display: none; }

/** MOBI MENU **/

		button.menutoggler{display:block; height: 38px; color: #00205b; width: 118px; position: absolute; top: 60px; right: 0; border: solid 2px #007a33; color: #007a33; border-radius: 10px;}
		button.menutoggler:hover, button.menutoggler:focus { -webkit-transition:  all .25s; transition:  all .25s; color: #094074}
		button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 5 Pro'; margin-right: 10px}

		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;}


		nav.mobile{ background: linear-gradient(to bottom,  rgba(0,83,35,1) 0%,rgba(0,48,20,1) 100%); color: white; height: 100%; position: fixed; z-index: 1000; top: 0; overflow-y: auto; box-shadow: 0 0 5px black; width: 300px; right: -300px; text-align: left; -webkit-transition:  all .5s; transition:  all .5s; padding: 40px 30px 30px 30px;}
		nav.mobile.out{right: 0; }

		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; margin-top: 10px;}
		nav.mobile button .fa-caret-down { position: absolute; top: 0px; right: 0px;-webkit-transition:  all .5s; transition:  all .5s; }
		nav.mobile button.flipped .fa-caret-down { transform: rotate(180deg);}


		 nav.mobile .L2 a, nav.mobile .L2 button {-webkit-transition:  all .5s; transition:  all .5s;}
		 nav.mobile .L2 a{text-decoration: underline;}
		/*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: #E86D1F;
		}
		nav.mobile::-webkit-scrollbar-thumb {
			-webkit-box-shadow: inset 0 0 3px rgba(0,73,135,.7);
			border-radius: 5px;
			background-color: #821453
		}

	}
	@media only screen and  (max-width: 400px) {
		button.menutoggler{top: 80px;}
	}


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

.swoosh{width: 100%; height: 120px; background: url(../images/divider-swoosh.svg) no-repeat center center;}

button.scroller{width: 46px; height: 46px; background-color: #f0b323; color: black; border-radius: 50%; top: -23px; position: relative; z-index: 99; font-size: 20px;}



	/*XS*/
	@media only screen and  (max-width: 576px) {
		.sitesearch.clickedon { width:calc(100% - 118px - 20px);}
	}

/** INSIDE **********************************************/
	section.intbanner {width: 100%; height: 580px; background-position: center center; background-size: cover; position: relative; overflow: hidden; padding: 0}
	.inttextholder {background: url(../images/hero-text-bg.svg) no-repeat center top; background-size: cover; position: absolute; bottom: 0; right: 0; width: 100%; height: 175px}
	.inttext{width: 100%;  max-width: 1440px; margin: 0 auto;  position: relative; padding: 70px 30px 0 30px }

	article {width: 68%; position: relative; float: right; }
	article h2 {position: relative; left: -50%; width: 38%; height: 0;}
	article.wider {width: 100%; float: none;}
	article.wider h2 {left: 0; width: 100%; height: auto;}

	aside { padding: 50px 0; width: 100%;}
	aside img {width: 100%;}
	aside  ul {margin: 0px; padding: 0px; list-style: none;}
	aside ul.regions_relatedlink_list {text-align: left}
	aside ul.regions_relatedlink_list li {margin-top: 10px;}
	aside h2 {font-family: angelina, 'Montserrat', sans-serif;font-size: 46px; font-weight:normal;  font-style: normal}


	aside div.bannerbox {padding: 0; border-radius: 15px; position: relative; width: 100%; height: 329px; background-size: cover; background-position: center center;}
	.greenswoosh2{background: url(../images/hero-text-bg.svg) no-repeat center top; background-size: cover; position: absolute; bottom: 0; right: 0; border-radius: 0 0 15px 15px;color: #ffffff; width: 100%; padding: 50px 25px 25px 25px;  z-index: 90; font-family: angelina, 'Montserrat', sans-serif;font-size: 40px;}



	.video_wrapper {margin-top: 20px !important;}


	@media only screen and (max-width: 992px) {
		article h2 {width: 42%;}
		section.intbanner {height: 400px;}
	}
	/*S*/
	@media only screen and  (max-width: 768px) {
		article {width: 100%; float: none; }
		article h2 {left: 0; width: 100%; height: auto;}
		.inttext{ padding: 90px 20px 0 20px }
		section.intbanner {height: 400px;}

	}

/** FOOT ****************************************************/
	footer {width: 100%;  color: white; background: linear-gradient(to bottom,  rgba(0,83,35,1) 0%,rgba(0,48,20,1) 100%); font-size: 16px;}

	footer a, footer a:visited { color: #f0b323;text-decoration: none;}
	footer a:hover, footer a:focus {color: WHITE; text-decoration: underline;}
	footer .container-fluid {background: url(../images/sun.svg) no-repeat 78% top; background-size: contain }

	.bottomlinks {color: white;}
	.bottomlinks .pipe, .Flist .pipe {display: none;}
	.bottomlinks a, .Flist a, .bottomlinks .notalink {display: block; margin-bottom: 10px;}

	.FlistH {font-size: 30px; color: white;}
	.socmed{}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed a:visited{color: #f0b323; font-size: 35px; margin-right: 20px; }
	.socmed a:hover, .socmed a:focus{color: WHITE; text-decoration: none;}

	.footnote img {margin-right: 20px;height: 40px;}
	.footnote img:hover {height: 100px;}
	


	@media only screen and (max-width: 1200px) {
		footer .container-fluid {background-position: right top }
	}

	@media only screen and (max-width: 992px) {
		footer .container-fluid {background-position: 120% top}
	}
	@media only screen and (max-width: 768px) {
		footer .container-fluid {background-position: right top}
	}
	@media only screen and (max-width: 576px) {
		footer .container-fluid {background: none}
	}

/** CUSTOM STYLES ********************************************************/

.angelina{font-family: angelina, 'Montserrat', sans-serif;}
.Phead{  font-size: 22px; font-weight: 600; color: #007a33; }
.monty {font-family: 'Montserrat', sans-serif; }

/** 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], button.modal_button
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1;   border-radius: 10px; background-color: #f0b323; color: #222223; height: 46px; padding: 15px 30px;}

	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, button.modal_button:hover, button.modal_button:focus
	{text-decoration: none; background-color: #007a33; color: white;}

	a.ctaG, a.ctaG:visited {display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1;   border-radius: 10px; background-color: #007a33; color: WHITE; height: 46px; padding: 15px 30px;}

	a.ctaG:hover,  a.cta:focus{text-decoration: none; background-color: #094074; color: white;}



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


/** HEADERS *********************************************/

	h1 { font-family: 'Montserrat', sans-serif; font-size: 30px;font-weight: 300; line-height: .9; color: #ffffff; margin: 0}
	h1 em{font-family: angelina, 'Montserrat', sans-serif;font-size: 65px; font-weight:normal; color: white; font-style: normal}
	/*S*/
	@media only screen and  (max-width: 768px) {
		h1 {  font-size: 20px; }
		h1 em{font-size: 45px; }

	}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year
	{ font-family: 'Montserrat', sans-serif; font-size: 30px;font-weight: 300; line-height: 1.23; color: #007a33}
	h2 em {font-family: angelina, 'Montserrat', sans-serif;font-size: 50px; font-weight:normal;  font-style: normal}


	h3, .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_rates_table_title
	{ font-family: 'Montserrat', sans-serif; font-size: 24px;font-weight: 500; line-height: 1.23; color: #007a33}
	h3 em {font-family: angelina, 'Montserrat', sans-serif;font-size: 40px; font-weight:normal; }


	h4, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{ font-family: 'Montserrat', sans-serif; font-size: 15px;font-weight: 300; line-height: 1.23;color: #007a33}
	h4 em {font-family: angelina, 'Montserrat', sans-serif;font-size: 30px; font-weight:normal;}

	h5, .forum_thread_date, .forum_mischeader_title
	{color: BLACK; font-size: 14px; font-weight: bold; }

	h6 {color: BLACK; font-size: 14px; font-style: italic; font-weight: bold;}

/** COLUMNS ***************************************************/
.flexrow{display: flex; flex-wrap: wrap;  border: solid 0px red}
.flexcol{padding: 0 20px 20px 20px; border: solid 0px blue; }
.fc2 .flexcol{flex: 1 1 400px; min-width: 50%}
.fc3 .flexcol{flex: 1 1 300px;min-width: 33.33% }
.fc4 .flexcol{flex: 1 1 250px; min-width: 25%}
.fc5 .flexcol{flex: 1 1 190px; min-width: 20%}
.fc6 .flexcol{flex: 1 1 190px; min-width: 16.66}

/** MORE UNIVERSAL *******************************************/
hr { border: 0; height: 0; border-top: 1px solid #007a33 }
.pipe { margin: 0px 10px;position: relative;}
.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;}
.disclaim {font-size: 11px; line-height: 1;}
sup, sub {vertical-align: baseline; position: relative;  top: -0.4em;}
sub {top: 0.4em;}
@media only screen and (max-width: 400px) {
	div#KJECalculatorScreenSize {position: relative; left: -15px;}
}
/** FEATURD RATES ***********************************************/
.regions_rates_table {width: 100%;}
.regions_rates_table_row1, .regions_rates_table_row2 {background-color: #ffefc8; border-bottom: 1px solid white; font-size: 12px; }
.regions_rates_table_effectivedate {font-size: 12px;}
.regions_rates_table_title {display: none;}
.regions_rates_table_fields { font-size: 12px; color: #007a33;}
.aprnote {font-size: 12px; width: 180px;}
td.regions_rates_table_row2 marquee, td.regions_rates_table_row1 marquee {width: 242px;}


/** RATES & TABLES ************************************************/
.content_rates_table, TABLE.table_builder {margin-bottom: 20px; width: 100%; border-collapse: collapse; border: solid 6px  #007a33}
.content_rates_table th, .table_builder th {background-color: #007a33; color: white;font-size: 20px; font-weight: 500; padding:20px 5px;}
.content_rates_table td, .table_builder td {padding:20px 5px; border-right: solid 2px #007a33}
td.content_rates_table_row2, .table_builder tr:nth-child(odd) {background-color: #ffefc8;}
.content_rates_table_row_highlight {color: RED;}
.sideslider {width: 100%;}
.table_builder .filtered {display: none;}
.widecell{border-top: solid 2px #007a33; border-bottom: solid 2px #007a33}

/*.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 #007a33; position: relative; padding:  10px 5px; white-space: normal; text-align:left; }
	.content_rates_table td:before, .table_builder td:before text-align:left; font-weight: bold; content: attr(data-title);}
	.content_rates_table td.content_rates_table_title, .content_rates_table td.content_rates_table_effectivedate {padding: 10px 0; border: 0}
	.content_rates_table_row2.widecell, .content_rates_table_row1.widecell{padding: 10px 5px;}
}
@media only screen and (max-width: 500px) {
	.sideslider table {width: 510px; }
	.sideslider { overflow: scroll;overflow-y: hidden; -ms-overflow-y: hidden;}
}

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

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

@media only screen and (max-width: 1100px) {
	.boxedsearch fieldset {top: 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: #007a33; color: WHITE; display: block;padding: 5px 10px; border-radius: 5px;}


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: #094074; 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;}

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


/** 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 #ffefc8}
.cms_form_textarea {width: 100%; height: 100px; border: solid 1px #ffefc8}
.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;}
form#locator fieldset label {display: inline;}

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


/** FAQs **********************************************/
.faq_toolbar {padding-bottom: 15px;}
.faq_viewed {color: #007a33; 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}


/** CALENDAR *****************************/
.content_calendar_table {border: solid 1px #007a33; border-collapse: collapse}
td.content_calendar_table_headercell {background-color: #007a33; 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: #ffefc8; }
td.content_calendar_table_cell { border: solid 1px #007a33}
td.content_calendar_table_selectedcell { border: solid 1px #007a33; background-color: #ffefc8}

/** 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 {margin-left: 10px;}


/** 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 {position: relative; float: right; margin-left: 5px;}
.blog_share ul {list-style: none}
.blog_share ul li{ display: inline-block;}
.blog_share ul li .fa {font-size: 20px; position: relative; top: 7px;}

/** 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: #ffefc8; padding: 20px; margin: 10px 0;}

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

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

a.chatter{background-color: #f0b323; color: black; -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); position: fixed; top: 200px; right: -40px; z-index: 9000; text-decoration: none; font-size: 16px; padding: 10px; border-radius: 5px 5px 0 0; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
box-shadow: 0 0 5px 0 rgba(0,0,0,.5);}
a.chatter:hover, a.chatter:focus{color: white; background-color: #007a33 }

@media only screen and (max-width: 992px) {
	a.chatter{top: calc(50% - 62px);}
}


