:root {
  --main: #1F4287; 
  --second: #5D7E60;
  --accent: #89DB7D;
  --pale: #F5F5F5;
  --font: #4C4C4C;
  --grade: linear-gradient(to bottom, var(--pale), #e0e0e0);
  --shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  --overlay: linear-gradient(90deg, rgba(23,48,100,1) 0%, rgba(23,48,100,0.5) 40%, rgba(23,48,100,0.25) 45%, rgba(23,48,100,0) 50%, rgba(23,48,100,0) 100%);
}

/*
  Blue : #1F4287 - main
Green: #5D7E60 - second
Dark Grey: #4C4C4C - font
Light Grey : #F5F5F5 - pale
Grey Gradient: #F5F5F5 to #E0E0E0

*/


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

	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0;}
	.contentwrapper{width: 100%; position: relative; overflow: hidden; font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 18px; color: var(--font);}

	p{margin: 0 0 1rem 0;}
	article, aside {line-height: 1.5}
	.liner, article {width: 100%;  max-width: 1500px; margin: 0 auto;  position: relative; }
	.container-fluid{max-width: 1500px; width: 100%; margin: 0 auto; padding: 0}
	section { width: 100%; padding: 0; margin: 0;}

	a, button.modal_link{  transition: all .25s; color: var(--main);font-weight: 700;}
	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-family: 'Open Sans', sans-serif; font-size: 18px; }
	button{border: 0; background: transparent;transition: all .25s;}
	.CHbox a, .CHA, .cardbennies{font-family: 'Open Sans', sans-serif; font-size: 18px;} /* match to regular font size */
	strong{font-weight: 700}

	article ul li::marker {color: var(--second);}
	article ul li {margin-bottom: 10px}


	/*image bullets
	article ul {list-style: none;padding: 20px 0 20px 20px;}
	article ul li{padding-left: 30px; position: relative; }
	article ul li {background: url(<?php echo $template_home; ?>images/Bullet.png) no-repeat left 5px; }
	*/

	.use-mixin { background-color: #007bff; box-shadow: 0 0 1px rgba(0, 123, 255, 0.25); color: #fff; }
	.message, .success, .error, .warning { border: 1px solid #ccc; padding: 10px; color: #333; }
	.success { border-color: green; }
	.error { border-color: red; }
	.warning { border-color: yellow; }

/** CTA **********************************************/
	input[type="submit"], input[type="reset"] {cursor: pointer}

	a.cta, a.ctaO, a.ctaW, input[type="submit"], a.clear, a.clear:visited,  input.go, button.clear, input[type="reset"],  a.PSlogout, div.faq_advanced_search_panel input[type=button], .Rbuttons li a, input[type="reset"], button.modal_button, button.cta, button#exedout, .hdrbttn a, .slider_calc_ctas a
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 0; background-color: transparent;  padding: 18px 20px; font-size: 14px; text-transform: uppercase; color: white; position: relative;font-weight: 700; margin: 5px 10px; height: 50px;z-index: 99;}
	a.ctaO, .hdrbttn a{color: var(--second);}
	.hdrbttn a{ margin: 0;}

	a.cta:hover,  a.cta:focus, input[type="submit"]:hover, 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, button.modal_button:hover, button.modal_button:focus, button.cta:hover, button.cta:focus, button#exedout:hover, button#exedout:focus, .hdrbttn a:hover, .hdrbttn a:focus,  .slider_calc_ctas a:hover, .slider_calc_ctas a:focus,a.ctaO:hover,  a.ctaO:focus
	{text-decoration: none;color: white;}

	a.cta:after, a.clear:after, button.clear:after, a.PSlogout:after, .Rbuttons li a:after, button.modal_button:after, button.cta:after, button#exedout:after, .hdrbttn a:after, a.ctaO:after, a.ctaW:after, .slider_calc_ctas a:after
	{content:''; display: block; position: absolute; top: 0; right: 0; border: solid 2px var(--second); height: 100%; width: 100%;transform: skew(-25deg); z-index: -1; transition: all .25s; background-color: var(--second)}
	a.ctaO:after, a.ctaW:after, .hdrbttn a:after{background-color: transparent}
	
	a.cta:hover:after, a.cta:focus:after, a.clear:hover:after, a.clear:focus:after, button.clear:hover:after, button.clear:focus:after, a.PSlogout:hover:after, a.PSlogout:focus:after, .Rbuttons li a:hover:after, .Rbuttons li a:focus:after, button.modal_button:hover:after, button.modal_button:focus:after, button.cta:hover:after, button.cta:focus:after, button#exedout:hover:after, button#exedout:focus:after, .hdrbttn a:hover:after, .hdrbttn a:focus:after, .slider_calc_ctas a:hover:after, .slider_calc_ctas a:focus:after, a.ctaO:hover:after, a.ctaO:focus:after
	{border: solid 2px var(--main); background-color: var(--main);}


	button.clear:after, a.clear:after{display: none;}
	
	input[type="submit"], input[type="reset"], input.go, div.faq_advanced_search_panel input[type=button], button.clear, a.clear
	{background-color: var(--second); color: white; margin: 0}

	input[type="submit"]:hover, input[type="submit"]:focus, input.go:hover, input.go:focus, input[type="reset"]:hover, input[type="reset"]:focus, div.faq_advanced_search_panel input[type=button]:hover, div.faq_advanced_search_panel input[type=button]:focus, button.clear:hover, button.clear:focus, a.clear:hover, a.clear:focus {text-decoration: none; background-color: var(--main); color: white;}

	a.clear{position: relative; top: -1px; margin-left: 10px}

	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{}
	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus{}

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; padding: 0 60px; position: relative; background-color: white;box-shadow: 0 0 5px 0 rgba(0,0,0,.5); height: 215px;}
	header .liner{height: 145px; max-width: 1500px}
	header.stuck {position: fixed; top: 0; left: 0; }
	a[name]{position: relative; top: -215px; z-index: 1}

	a.homelink{position: absolute;  height: 100%;top: 0; left: 0}
	a.homelink img {width: 100%; max-width: 212px}

	.hdrbttn{position: absolute; top: 47px; right: 190px;}

	.toplinks {position: absolute; top: 58px; right: 420px; }
	.toplinks a, .toplinks .notalink  {font-size: 15px; font-weight: 400; color: var(--font);}
	.toplinks a:hover, .toplinks a:focus {color: var(--font);}
	.toplinks a:after, .toplinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.toplinks a:last-child:after{content: ""; padding: 0;}
	/*.RN:after{content: "|";display: inline-block; padding: 0 10px;}*/
	.toplinks a .RLicon, .toplinks .notalink .RLicon{display: none;}


	#sitesearch {width: 44px; height: 70px; color: white; position: absolute; bottom: -70px; right: calc(50% - 750px); z-index: 101}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: white; text-decoration: underline}
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}
	#sitesearch.down:before{content: '\f00d';}

	.sitesearch {display: none; position: absolute; bottom: -60px;  right: calc(50% - 750px); height: 50px;  width: calc(100% - 600px);box-shadow: 0 0 20px 0 rgba(11, 24, 50, 0.16); z-index: 100; width: 100%; max-width: 550px; background-color:white;}

	.searchbox {position: absolute; top: 0; left: 0; padding-left: 20px; height: 50px; width: calc(100% - 44px); border: 0; background-color: white;  font-size: 16px; }

	.sitesearch button[type=submit]{color: var(--main); position: absolute; top: 0; right: 0; width: 44px; height: 50px;font-size: 19px; }
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {color: var(--second);}
	.sitesearch button:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}

	button.searchex {color: var(--main);  }
	button.searchex:hover, button.searchex:focus {color: var(--second);}

	#hbbttn{position: absolute; top: 47px; right: 10px; margin: 0 !important}


	@media only screen and (max-width: 1600px) {
		#sitesearch{ right: 0px;}
		.sitesearch { right: 60px;}
	}

	/*L*/
	@media only screen and (max-width: 1199px) {
		.toplinks { top: 25px; right: 0; }
		.hdrbttn{top: 70px; }
		#hbbttn{top: 70px; }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		header { padding: 0 35px; height: 145px;}
		a[name]{position: relative; top: -145px; z-index: 1}
		.hdrbttn{ right: 278px;}
		.sitesearch { right: 35px;}
		#sitesearch { height: 50px; color: var(--main); bottom: 25px; right: 44px;  font-size: 24px; }
		#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: var(--second); text-decoration: none}
		#hbbttn{right: 98px; }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		header { padding: 0; height: 195px;}
		a.homelink{ left: 30px}
		.toplinks {right: 30px;}
		#sitesearch {right: 74px; }
		.sitesearch { right: 30px; width: calc(100% - 60px);}

		.hdrbttn{top: auto; bottom: -50px;width: 50%; left: 0; right: auto;}
		.hdrbttn a{border: solid 2px var(--second) !important;width: 100%;  padding: 16px 20px  !important; height: 50px; margin: 0 !important;}
		.hdrbttn a:hover, .hdrbttn a:focus{border: solid 2px var(--main) !important; background-color: var(--main);}
		.hdrbttn a:after{display: none !important;}
		#hbbttn{ top: auto; bottom: -50px; width: 50%; background-color: var(--second); right: 0}
		#hbbttn:hover, #hbbttn:focus { background-color: var(--main);}
		#hbbttn:after{display: none;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		header {  height: 245px;}
		a.homelink{ left: 25px}
		.toplinks {right: 25px;}
		#sitesearch {right: 69px; top: 0; height: 145px;}
		.sitesearch { right: 0px; width: 100%; bottom: -50px; }
		.hdrbttn{width: 100%; }
		#hbbttn{  bottom: -100px; width: 100%; }
	}

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

	.navbar{z-index: 100; background-color: var(--main); height: 70px; width: calc(100% + 120px); position: relative; left: -60px;}

	nav.pc  {position: absolute; top: 0; left: calc(50% - 750px); height: 100%; width: 1300px; }
	.navliner {width: 100%; height: 100%;  z-index: 100; display: flex; justify-content: space-between;  height: 100%}

	button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;  display: flex; align-items: center;  align-content: center;color: white; text-transform: uppercase; font-weight: 700; height: 100%}
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {color: white; text-decoration: underline;}

	.ddcontent{ display: none;background-color: white;  position: absolute; top: 70px; width: 700px;box-shadow: var(--shadow); padding: 30px 30px 30px 50px; text-align: left; z-index: 100}
	header .ddcontent .liner {height: auto;}
	.ddcontent .container-fluid{border: solid 1px orange; max-width: 1430px; width: 100%; margin: 0 auto;}

	.ddcontent .menubox{  width: 285px;  min-height: 350px; box-shadow: var(--shadow); padding: 0; border: 0; border-radius: 0}
	.ddcontent .menuboximg img{max-width: 100%}
	.ddcontent .menuboxtext{padding: 20px;font-size: 16px; line-height: 1.38;}
	.ddcontent .menuboxH{font-weight: 700; color: var(--main); text-transform: uppercase;}
	

	@media only screen and (max-width: 1600px) {
		nav.pc  { left: 60px;  width: 80%}
	}

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

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

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

		nav.pc, .navbar {display: none;}

		button.menutoggler{display: block; height: 50px; width: 44px; color: var(--main); position: absolute; bottom: 25px; right: 0; font-size: 36px; padding: 0}
		button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s;}
		button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}

		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 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: 360px; right: -360px; text-align: left;  transition: all .25s; padding: 40px 0 0 0 ;}
		nav.mobile.out{right: 0; box-shadow: 0 0 5px black;}

		div.L2{background-color: white;}

		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; padding: 10px 40px; font-weight: 700}
		nav.mobile button:after {content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 10px; right: 40px; transition: all .25s; }
		nav.mobile button.flipped:after { transform: rotate(180deg);}

		 nav.mobile .L2 a, nav.mobile .L2 button {color: var(--main);}
		 nav.mobile .L2 a:hover, nav.mobile .L2 a:focus, nav.mobile .L2 button:hover, nav.mobile .L2 button:focus {color: var(--second); text-decoration: underline;}

		 .RNm{color: white; padding: 20px 40px; font-weight: 400}
		nav.mobile .RNm a{ padding: 20px 0px 0 0; font-weight: 400}
		nav.mobile .RNm a:hover, nav.mobile .RNm a:focus{ 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: 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{ right: 30px; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		button.menutoggler{ right: 25px;  top: 0; height: 145px;}
	}

	@media only screen and  (max-width: 370px) {
		nav.mobile{  width: 300px; right: -300px; }
	}

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

	/* Rates Scroller see bottom of this file - must be after the slick styles */

	section.home {padding: 0 60px; margin: -50px 0 0 0; z-index: 90; position: relative;}
	.starbox{background: url(../images/pattern.jpg) center center white; box-shadow: var(--shadow); padding: 70px; }

	section.icons {padding: 100px 60px;}
	section.icons .container-fluid{max-width: 1100px;}
	.iconic{max-width: 80px; position: relative;}
	.iconic img{margin-bottom: 10px;}
	a.iconlink{display: block; font-size: 17px;line-height: 1.12; color: var(--font);}
	a.iconlink:hover, a.iconlink:focus{color: var(--second);}


	section.homepromo{padding: 100px 60px 60px 60px;}
	section.homepromo .liner{display: flex; align-items: center; height: 547px; margin-bottom: 40px;}
	.Pimg{height: 547px; width: 75%; max-width: 1102px; position: absolute; top: 0; right: 0; z-index: 80}
	.Pimg img{object-fit: cover; object-position: left;width: 100%;  height: 100%;}
	.Ptext{width: 642px; height: 325px; background-color: white; padding: 38px 74px;  font-size: 17px;  line-height: 1.47; position: relative; z-index: 90; text-align: left}


	section.homepromo .liner.alt{justify-content: flex-end;}
	.liner.alt .Pimg{height: 547px; width: 75%; max-width: 1102px; position: absolute; top: 0; left: 0; z-index: 80}
	.liner.alt .Ptext{width: 642px; height: 325px; background-color: white; padding: 38px 74px;  font-size: 17px;  line-height: 1.47; position: relative;  z-index: 90; text-align: left}

	/*L*/
	@media only screen and (max-width: 1199px) { 
		section.home {padding: 0 40px;}
		section.homepromo{padding: 100px 40px 80px 40px;}
		section.homepromo .liner{margin-bottom: 20px;}
		section.homepromo .liner.alt{justify-content: center;}
		section.testim{padding: 0 40px; }
		section.homepromo .liner{justify-content: center;  align-items: flex-end; height: auto; padding-top: 350px;}
		.Pimg, .liner.alt .Pimg{height: 450px; width: 100%; max-width: 100%;}
		.Pimg img{object-position: center;}
		.Ptext, .liner.alt .Ptext{width: 762px; height: auto;  padding: 38px 45px;  text-align: center}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.starbox{ padding: 60px; }
		section.home {padding: 0 35px;}
		section.testim{padding: 0 35px; }
		section.homepromo{padding: 100px 35px 80px 35px;}
		section.icons {padding: 85px 35px;}
		section.homepromo .liner{padding-top: 246px;}
		.Pimg, .liner.alt .Pimg{height: 346px;}
		.Ptext, .liner.alt .Ptext{width: 579px; }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.starbox{ padding: 40px; }
		section.home {padding: 0 30px;}
		section.homepromo{padding: 80px 30px 0px 30px;}
		section.testim{padding: 0 30px;} 
		a.iconlink{display: inline; }
		.iconic{max-width: 100%; height: 60px; width: 100%; display: flex; justify-content: center; align-items: center;}
		.iconic img{width: 40px; margin: 0 20px 0 0;}
		.iconic:after{content:''; display: block; position: absolute; top: 0; right: 0; box-shadow: var(--shadow); height: 100%; width: 100%;transform: skew(-25deg); z-index: -1; }
		section.homepromo .liner{padding-top: 193px;}
		.Pimg, .liner.alt .Pimg{height: 253px;}
		.Ptext, .liner.alt .Ptext{width: 436px; }


	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.starbox{ padding: 50px 25px; }
		section.home {padding: 0; margin: 0}
		section.icons {padding: 60px 35px;}
		section.testim{padding: 0;}
		section.testim .Tbox{margin: 0;} 
		section.homepromo{padding: 60px 25px 0px 25px;}
		section.homepromo .liner{padding-top: 0; display: block;}
		.Pimg, .liner.alt .Pimg{height: auto; width: 100%;  position: static}
		.Pimg img{object-fit: contain; width: 100%; max-width: 100%; height: auto;}
		.Ptext, .liner.alt .Ptext{width: 100%; padding: 20px 0 0 0 }

	}

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

	section.dectree{background: var(--grade); min-height: 360px; position: relative;}
	.whitebar{height: 41px;  width: 100%; background-color: white; position: absolute; top: 0; right: 0;}
	.eyebrow{font-size: 17px; font-weight: 700; color: var(--font); text-transform: uppercase; margin-top: 67px;}
	section.dectree .container-fluid{max-width: 1100px;}
	.dectreebox{padding-top: 41px;}
	.imgbox {width: 100%; max-width: 300px}
	section.dectree.inside{ min-height: 0px; padding: 70px 60px 30px 60px }

	/* use any height less than 1000px - within reason */
	.CHboxedup{max-width: 100%; height: auto; z-index: 90; padding: 0; border: solid 0px red; margin: 0; top: -20px; }
	.CHbox {height: auto; height: auto;border: 0; border-radius: 0; padding: 0 0 40px 0; text-align: center;  border: solid 0px blue}
	.cardbennies, .CHAs {max-height: 100%; 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: 0; color: var(--main);   font-size: 28px; text-align: center}/* matchED to H3 */
	.dectree.inside .CHQ {  font-size: 17px;  font-weight: 400;  line-height: 1.47; color: var(--font); text-transform: initial}
	.cardname{} /* matchED to H3 */

	.CHAs{text-align: center;border: solid 0px green}

	.CHA {display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 0; background-color: transparent;  padding: 18px 20px; font-size: 14px; text-transform: uppercase; color: white; position: relative;font-weight: 700; margin: 10px;}

	.CHA:hover{text-decoration: none;color: white;}

	.CHA:after{content:''; display: block; position: absolute; top: 0; right: 0; border: solid 2px var(--second); height: 100%; width: 100%;transform: skew(-25deg); z-index: -1; transition: all .25s; background-color: var(--second)}
	
	.CHA:hover:after{border: solid 2px var(--main); background-color: var(--main);}

	.startover{ font-size: 16px; color: var(--second); right: calc(50% - 45px);}
	.cardbennies { } /* match to regular content size */


	/*L*/
	@media only screen and (max-width: 1199px) { 
		section.dectree{ padding: 0px 40px }
		section.dectree.inside{ padding: 70px 40px 30px 40px }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.dectree{ padding: 0px 35px }
		.eyebrow{margin-top: 0px;}
		section.dectree.inside{ padding: 60px 35px 20px 35px }
		.whitebar{display: none;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.dectree{ padding: 0px 30px }
		section.dectree.inside{ padding: 40px 30px 10px 30px }
		.imgbox img{width: 100%;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.dectree{ padding: 0px 25px }
		section.dectree.inside{ padding: 40px 25px 0px 25px }
	}

/** TESTIMONIALS ******************************************/

	section.testim{padding: 0 60px; position: relative; z-index: 99}
	.Tbox{background: url(../images/pattern.jpg) center center white; box-shadow: var(--shadow); padding: 70px 25px;max-width: 1500px; width: 100%; margin: 100px auto 0 auto; text-align:center; }
	 section.testim.homepage .Tbox{ margin: 0 auto -50px auto;padding: 70px 0;}

	/* testim slideshow*/
	.testimonial-carousel.carousel{border: solid 0px red; width: 100%; }


	.content_slideshow.testimonial-carousel.carousel, .content_slideshow.testimonial-carousel .carousel-item {height: 200px; min-height: 200px}

	.content_slideshow.testimonial-carousel .carousel-item {border: solid 0px blue;  min-height: auto;}
	.testimonial-carousel.carousel{}
	.content_slideshow.testimonial-carousel .carousel-caption {border: dashed 0px lime; padding: 20px 0; text-align: left;height: 100%;}
	.content_slideshow.testimonial-carousel .carousel_caption_text{text-align: center; max-width: 792px; border: solid 0px fuchsia}


	.content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next {border: solid 1px transparent; border-radius: 3px; opacity: 1; text-decoration: none;  top: auto; bottom: 0px; height: 44px !important; width: 44px; color: white; left: calc(50% - 66px); text-shadow: none; color: var(--font);}
	.content_slideshow.testimonial-carousel a.carousel-control-next{left: calc(50%  + 22px)}
	.content_slideshow.testimonial-carousel a.carousel-control-prev:after{content: '\f060';font-family: 'Font Awesome 6 Pro'; font-weight: 400; font-size: 18px; }
	.content_slideshow.testimonial-carousel a.carousel-control-next:after{content: '\f061'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;font-size: 18px;}
	.content_slideshow.testimonial-carousel a.carousel-control-prev:hover, .content_slideshow.testimonial-carousel a.carousel-control-prev:focus, .content_slideshow.testimonial-carousel a.carousel-control-next:hover, .content_slideshow.testimonial-carousel a.carousel-control-next:focus{color: var(--font);border: solid 1px var(--font);}


	


	/*L*/
	@media only screen and (max-width: 1199px) { 
		section.testim{padding: 0 40px; }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.testim{padding: 0 35px; }
		section.testim.homepage .Tbox{ margin: 90px auto}
		.Tbox{ margin: 90px auto 0 auto; text-align:center; }
		.content_slideshow.testimonial-carousel .carousel_caption_text{max-width: 579px; }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.testim{padding: 0 30px;} 
		section.testim.homepage .Tbox{ margin: 80px auto}
		.Tbox{ margin: 80px auto 0 auto; text-align:center; }
		.content_slideshow.testimonial-carousel .carousel_caption_text{max-width: 436px; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.testim{padding: 0;}
		.homepage section.testim .Tbox{ margin: 0;} 
		.Tbox{ margin: 60px auto 0 auto; padding: 50px 25px 0 25px;}
	}

/** INTERIOR HERO *****************************************/
	.R0.regional_slideshow.carousel { position: relative;  min-height: 511px;  z-index: 1}

	.R0.regional_slideshow .carousel-item {width: 100%; min-height: 511px;  background-position: center center;   background-size: cover;   background-repeat: no-repeat;   position: relative;  z-index: 1}
	.R0.regional_slideshow .carousel-item h1{}

	.R0.regional_slideshow .carousel-caption {width: 100%; height: 100%; left: 0; bottom: 0; display: flex; justify-content: flex-start; align-items: center;  background: var(--overlay); padding: 0 0 0 calc(50% - 750px);}
	
	.R0.regional_slideshow .carousel-caption:after{content: ''; background: url(../images/hero-star-overlay.png) no-repeat left center; background-size: contain; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; text-align: left; padding: 0 0 0 calc(50% - 750px); z-index: 10; }

	.R0.regional_slideshow .carousel_caption_text{ text-align: left;  font-size: 17px;line-height: 1.47;position: relative; z-index: 11}

	.R0.regional_slideshow a.carousel-control-next, .R0.regional_slideshow a.carousel-control-prev {border: solid 0px orange; opacity: 1; text-decoration: none; top: auto; bottom: 0;  height: 44px; width: 44px; font-size: 20px; text-shadow: 0 0 3px #000; z-index: 99; }
	.R0.regional_slideshow a.carousel-control-next:hover,.R0.regional_slideshow a.carousel-control-next:focus, .R0.regional_slideshow a.carousel-control-prev:hover, .R0.regional_slideshow a.carousel-control-prev:focus{color: var(--accent); }

	.R0.regional_slideshow a.carousel-control-prev:after, .R0.regional_slideshow a.carousel-control-next:after { content: '\f053'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}
	.R0.regional_slideshow a.carousel-control-next:after {content: '\f054'; }
	
	/* option 1 - arrows on sides 
	.R0.regional_slideshow a.carousel-control-next{right: 30px; left: auto;} 
	.R0.regional_slideshow a.carousel-control-prev {right: auto; left: 30px;}
	*/

	/* option 2 - arrows lower right
	.R0.regional_slideshow a.carousel-control-next{right: 30px; left: auto;} 
	.R0.regional_slideshow a.carousel-control-prev {right: 74px; left: auto;} */


	/*.R0.regional_slideshow.carousel ol.carousel-indicators {border: solid 0px lime; position: absolute; bottom: 20px; left: 0; right: auto; top: auto; margin: 0; width: 100%; height: 20px; padding: 0; align-items: flex-end;}
	*/

	/* option 1 - dots
	.R0.regional_slideshow.carousel ol.carousel-indicators li {width: 16px;height: 16px; background-color: #fff; border-radius: 50%; opacity: 1; margin: 0 5px; padding: 0; border: solid 1px var(--main)}
	*/

	/* options 2 - bars 
	.R0.regional_slideshow.carousel ol.carousel-indicators { align-items: flex-end; padding-right: 30px;}
	.R0.regional_slideshow.carousel ol.carousel-indicators li {width: 20px;height: 5px; background-color: #fff; border-radius: 0; opacity: 1; margin: 0 5px; padding: 0; border: solid 1px var(--main)}
	.R0.regional_slideshow.carousel ol.carousel-indicators li.active { height: 10px;}
	*/

	.R0.regional_slideshow.carousel ol.carousel-indicators li:hover {background-color: var(--accent)}
	.R0.regional_slideshow.carousel ol.carousel-indicators li.active {background-color: var(--second)}


	.R0.regional_slideshow.carousel	a.starlink{color: white;}
	.R0.regional_slideshow.carousel a.starlink:before{font-weight: 400;color: white;} 
	.R0.regional_slideshow.carousel a.starlink:hover, .R0.regional_slideshow.carousel a.starlink:focus{color: white;}
	.R0.regional_slideshow.carousel a.starlink:hover:before, .R0.regional_slideshow.carousel a.starlink:focus:before{font-weight: 900;color: white;}

	.R0.regional_slideshow.carousel a.cta, .R0.regional_slideshow.carousel a.ctaO{color: white;}
	.R0.regional_slideshow.carousel a.cta:after, .R0.regional_slideshow.carousel a.ctaO:after{border: solid 2px white;background-color: transparent; }
	.R0.regional_slideshow.carousel a.cta:hover, .R0.regional_slideshow.carousel a.cta:focus, .R0.regional_slideshow.carousel a.ctaO:hover, .R0.regional_slideshow.carousel a.ctaO:focus{color: var(--main)}
	.R0.regional_slideshow.carousel a.cta:hover:after, .R0.regional_slideshow.carousel a.cta:focus:after, .R0.regional_slideshow.carousel a.ctaO:hover:after, .R0.regional_slideshow.carousel a.ctaO:focus:after{background-color: white; color: var(--main)}



	/*XXL*/
	@media only screen and (max-width: 1600px) {
		.R0.regional_slideshow .carousel-caption:after{ padding: 0 }
		.R0.regional_slideshow .carousel-caption { padding: 0 0 0 80px;}
		.R0.regional_slideshow.carousel, .R0.regional_slideshow .carousel-item {min-height: 425px;}
	}


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

	/*M*/
	@media only screen and (max-width: 991px) {
		.R0.regional_slideshow.carousel, .R0.regional_slideshow .carousel-item {min-height: 329px;}
		.R0.regional_slideshow .carousel-caption { padding: 0 30px;  background-image: linear-gradient(to right, #173064 0%, rgba(23, 48, 100, 0.5) 59%, rgba(23, 48, 100, 0.25) 66%, rgba(23, 48, 100, 0) 74%, rgba(23, 48, 100, 0) 100%); padding: 0 0 0 40px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.R0.regional_slideshow.carousel, .R0.regional_slideshow .carousel-item {min-height: 252px;}
		.R0.regional_slideshow .carousel-caption {justify-content: center; padding: 0 30px; background: none rgba(23, 48, 100, .75);}
		.R0.regional_slideshow .carousel_caption_text{text-align: center;}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.R0.regional_slideshow.carousel, .R0.regional_slideshow .carousel-item { height: 542px;}
		.R0.regional_slideshow .carousel-item{ background-size: auto 250px;  background-position: center top;}
		.R0.regional_slideshow .carousel-caption  { top: auto; bottom: 0; padding: 36px 25px;  background: url(../images/hero-star-overlay.png) no-repeat center top #173064;background-size: cover; height: 292px;align-items: flex-start;  }
		.R0.regional_slideshow .carousel-caption:after{display: none;}
		.R0.regional_slideshow .carousel_caption_text{font-size: 16px;}

	}

/** INSIDE **********************************************/

	section.inside{ padding: 100px 60px}
	article.container-fluid { margin: 0 auto; text-align: left; }

	.Fboxhead{font-size: 22px; color: var(--second); font-weight: 700; margin-bottom: 10px; text-transform: uppercase;}

	section.regions {background: var(--grade); padding: 80px 60px;}
	section.regions .liner{ display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px;}
	.bannerbox, .regionbox {flex: 1 1; max-width: 400px;  text-align: left; background-color: white; box-shadow: var(--shadow);}
	.regionbox {padding: 40px;  text-align: left;}
	.bannerbox img {width: 100%;}
	.regionbox  a{font-weight: 400; text-decoration: underline; display: block;}

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

	/*L*/
	@media only screen and (max-width: 1199px) {
		section.inside{ padding: 100px 40px}
		section.regions {padding: 80px 40px;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.inside{ padding: 100px 35px}
		section.regions .liner{flex-direction: column;align-items: center;}
		.bannerbox, .regionbox {width: 100%; max-width: 500px;}
		section.regions {padding: 80px 35px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.inside{ padding: 80px 30px}
		section.regions {padding: 60px 30px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.inside{ padding: 60px 25px}
		section.regions {padding: 40px 25px;}
	}

/** FOOT ****************************************************/
	footer {width: 100%; background-color: var(--font); color: white; position: relative; z-index: 90; padding: 130px 60px 80px 60px}
	.blocks{display: flex;justify-content: space-between; align-items: center; flex-wrap: wrap}
	.block{ text-align: center}

	footer a{ color: var(--pale);text-decoration: none;}
	footer a:hover, footer a:focus {color: white; text-decoration: underline;}

	.bottomlinks {color: white;}
	.bottomlinks a {display: inline-block;font-weight: 400; text-decoration: underline;}
	.bottomlinks a:before, .bottomlinks .notalink:before{content: "|";display: inline-block; padding: 0 10px;}
	.bottomlinks a:first-child:before{content: ""; padding: 0;}

	.socmed{}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{display: inline-block; text-decoration: none !important; font-size: 30px; width: 44px; height: 44px;}

	.block strong{text-transform: uppercase}
	.block a{font-weight: 400; text-decoration: underline;}
	.block a:hover, .block a:focus{font-weight: 700;}


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

	.footbttns{position: fixed; bottom: 0; right: 0; z-index: 99; background-color: white; box-shadow: var(--shadow); width: 100%;}
	.footbttns a{flex: 1 1; padding: 18px;color: var(--font)}
	.footbttns a:hover, .footbttns a:focus{color: var(--second);text-decoration: none}
	.footbttns a:hover .RLwords, .footbttns a:focus .RLwords{text-decoration: underline}
	.footbttns a .RLicon{display: block; color: var(--main);}
	.footbttns a:hover .RLicon, .footbttns a:focus .RLicon{ text-decoration: none}


	/*L*/
	@media only screen and (max-width: 1199px) {
		footer {padding: 130px 40px 80px 40px}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.block{flex: 1 1 50%; text-align: left}
		footer {padding: 120px 35px 50px 35px}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		footer {padding: 100px 30px 50px 30px}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		footer {padding: 50px 25px 130px 25px}
		.footicons{white-space: wrap;}
		.footicons img{margin: 0 10px;}

		.blocks{display: block;}
		.block{text-align: center; margin-bottom: 30px;}
	}
	@media only screen and  (max-width: 575px)and (orientation: landscape){
		.footbttns{position: static;}
		footer {padding: 50px 25px}
	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 11px; line-height: 1;}
	.green{color: var(--second);}
	.blue {color: var(--main);}
	a.starlink, a.starlinkW{color: var(--second);font-size: 14px; text-transform: uppercase; }
	a.starlink:hover, a.starlink:focus{color: var(--second);}
	a.starlink:before, a.starlinkW:before{content: '\f005';  font-family: 'Font Awesome 6 Sharp'; font-weight: 900; margin-right: 5px; display:inline-block; }
	a.starlink:before{color: var(--main);}
	a.starlink:hover:before, a.starlink:focus:before{color: var(--main);}

/** HEADERS **********************************************/
	h1 {font-weight: 700; font-size: 36px; line-height: 1; color: #FFFFFF; text-transform: uppercase; margin: 0 0 1rem 0;}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
	{font-weight: 700; font-size: 32px; line-height: 1; color: var(--main); text-transform: uppercase; margin: 100px 0 1rem 0;}
	article h2.KJEToggleTitle{padding: 0}
	article h2:first-child, div h2:first-child, .cke_editable h2:first-child, div#N_calculator h2{margin-top: 0px}


	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, #empapp h2, .CHQ, .cardname
	{font-weight: 700; font-size: 28px; line-height: 1.1; color: var(--second); text-transform: uppercase; margin: 28px 0 1rem 0;}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-weight: 700; font-size: 26px; line-height: 1.1; color: var(--main); text-transform: uppercase; margin: 0 0 1rem 0;}

	h5, .forum_thread_date, .forum_mischeader_title	
	{font-weight: 700; font-size: 22px; line-height: 1.1; color: var(--second); text-transform: uppercase; margin: 0 0 1rem 0;}

	h6 {font-weight: 700;}

	/*M*/
	@media only screen and (max-width: 991px) {
		h1 {font-size: 34px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question{font-size: 30px; margin: 60px 0 1rem 0;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		h1 {font-size: 32px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question{font-size: 28px; line-height: 1.1;  margin: 50px 0 1rem 0;}
		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, #empapp h2, .CHQ, .cardname{font-size: 26px;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name{font-size: 24px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		h1 {font-size: 30px; }
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question{font-size: 26px; margin: 40px 0 1rem 0;}
		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, #empapp h2, .CHQ, .cardname{font-size: 24px;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name{font-size: 22px;}
		h5, .forum_thread_date, .forum_mischeader_title	{font-size: 20px;}
	}

/** MORE UNIVERSAL *******************************************/

	* {overflow-wrap: break-word;}
	hr { border: 0; height: 0; border-top: 1px solid var(--main) }
	.mobi {display: none;}
	a.skipper {line-height: 0; font-size: 0; border: 0; background: transparent;position: absolute; top: 0; left: 0; z-index: 101}
	a.skipper: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;}

	/* resets */
	div.cms_form_collapsible_header{background: none; border-bottom: 0; }
	article .code_block_center.code_block_accordion_wrap {display: block; padding: 0px; gap: 0px;}
	article .code_block_box.code_block_accordion, article .code_block_box.code_block_accordion:hover {display: block; max-width:100%; padding: 0px; border: 0; outline: 0; border-radius: 0; box-shadow: none;background-color: transparent}
	article .code_block_box.code_block_accordion .code_block_indiv_image{display: none;}
	article .code_block_box.code_block_accordion .code_block_indiv_content{text-align: left}

	/* closed Q */
	div.cms_form_collapsible_header a:visited, 
	.faq_question_block_slide_question_closed a, 
	.faq_question_block_slide_question_closed a:visited, 
	div.faq_recent_block .faq_question_block_slide_question_closed a, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:visited, 
	div.faq_featured_block .faq_question_block_slide_question_closed a, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:visited, 
	div.faq_popular_block .faq_question_block_slide_question_closed a, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:visited, 
	div.faq_question_panel .faq_question_block_slide_question_closed a, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:visited, 
	.code_block_accordion div.code_block_indiv_top,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top,
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited
	{padding: 15px 30px 15px 60px;color: var(--main); background-color: var(--pale); display: block; position: relative; text-decoration: none;}
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited{margin-top: 20px; width: 100%; text-align: left; border: 0 !important}
	
	/* hover Q */
	div.cms_form_collapsible_header a:hover, 
	div.cms_form_collapsible_header a:focus, 
	.faq_question_block_slide_question_closed a:hover, 
	.faq_question_block_slide_question_closed a:focus, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:hover, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:focus, 
	.code_block_accordion div.code_block_indiv_top:hover, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:hover,
	div.faq_featured_block .faq_question_block_slide_question_closed a:focus, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:hover, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:focus,
	div.faq_question_panel .faq_question_block_slide_question_closed a:hover, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:focus,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:hover,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:focus
	{background-color: var(--main); color:white;text-decoration: none;}

	/* open Q */
	div.cms_form_collapsible_header.open a, 
	.faq_question_block_slide_question_open a, 
	div.faq_recent_block .faq_question_block_slide_question_open a, 
	.code_block_accordion.open div.code_block_indiv_top,  
	div.faq_featured_block .faq_question_block_slide_question_open a,  
	div.faq_popular_block  .faq_question_block_slide_question_open a, 
	div.faq_question_panel  .faq_question_block_slide_question_open a, 
	.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top
	{color: white; background-color: var(--main);  display: block; padding: 15px 30px 15px 60px; text-decoration: none;}

	/* chevrons */
	.code_block_accordion div.code_block_indiv_top:after, 
	.code_block_accordion.open .code_block_indiv_top:after, 
	.faq_question_block_slide_question_closed a:after, 
	.faq_question_block_slide_question_open a:after, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:after, 
	div.faq_featured_block .faq_question_block_slide_question_open a:after,
	div.faq_popular_block .faq_question_block_slide_question_closed a:after, 
	div.faq_popular_block .faq_question_block_slide_question_open a:after,  
	div.faq_recent_block .faq_question_block_slide_question_closed a:after, 
	div.faq_recent_block .faq_question_block_slide_question_open a:after,
	div.faq_recent_block .faq_question_block_slide_question_closed a:after, 
	div.faq_recent_block .faq_question_block_slide_question_open a:after
	{font-size: 30px; font-weight: 400; padding-right: 20px;}
	/*
	.code_block_accordion div.code_block_indiv_top:before, 
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:before, 
	div.cms_form_collapsible_header a:before, 
	.faq_question_block_slide_question_closed a:before, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:before,
	div.faq_popular_block .faq_question_block_slide_question_closed a:before,
	div.faq_question_panel .faq_question_block_slide_question_closed a:before,
	div.faq_recent_block .faq_question_block_slide_question_closed a:before
	{content: '\2b'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0; left: 0; font-size: 26px; padding: 0 20px; display: block; height: 100%; display: flex; justify-content: center; align-items: center; }
	
	.code_block_accordion.open div.code_block_indiv_top:before, 
	.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top:before, 
	div.cms_form_collapsible_header.open a:before, 
	.faq_question_block_slide_question_open a:before, 
	div.faq_featured_block .faq_question_block_slide_question_open a:before,
	div.faq_popular_block .faq_question_block_slide_question_open a:before,
	div.faq_question_panel .faq_question_block_slide_question_open a:before,
	div.faq_recent_block .faq_question_block_slide_question_open a:before
	{content: '\f068';}
	*/


	/* contents */
	article .code_block_accordion .code_block_indiv_content{padding: 0 20px;}
	.faq_question_block_slide_answer, article .code_block_accordion.open .code_block_indiv_content{padding: 20px 30px; border-radius: 0; border: 0; border-top: 0; margin: 0}


/** 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: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;}
	.regionbox form input, .regionbox form select {margin: 5px;}
	/*S*/
	@media only screen and  (max-width: 767px) {
		.blog_share {float: none; Text-align: left;}
	}


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

	@media only screen and  (max-width: 575px) {
		table.cms_event_table {border-collapse: collapse;}
		table.cms_event_table, table.cms_event_table tr, table.cms_event_table td{display: block;}
		table.cms_event_table tr td:last-child{border-bottom: solid 1px silver}
	}


/** CALCXML ***********************************/
	.calcxml_container.container{max-width: 100%;}
	.calcxml_container .row {margin: 0;}
	h3[data-toggle="collapse"] {border-bottom: 2px solid #333;}
	.row.collapsing, .row.collapse.show {  border: 2px solid #333;  border-top: none;}
	.calcxml_container h3[data-toggle="collapse"]:after {color: var(--main);}
	table.tipped_table{ margin: 10px 0; }
	input.calcxml_submit.btn.btn-lg.btn-block.btn-primary{}
	input.calcxml_submit.btn.btn-lg.btn-block.btn-primary:hover, input.calcxml_submit.btn.btn-lg.btn-block.btn-primary:focus{}
	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{}
	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus{}




/** 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(--font)}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px var(--font)}
	.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;}
	.cms_form_radio_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 {font-size: 18px; }
	.cuname { font-size: 22px;}

	form#locator fieldset p{display: flex; justify-content: flex-start; }
	input[type="checkbox"]{margin-right: 5px;}
	.legend .legend_label:nth-child(2){margin-right: 20px;}


	@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 {margin-bottom: 20px; width: 100%; border: 0; box-shadow: var(--shadow);}
	.content_rates_table th {font-weight: 700; color: white; background-color: var(--second); padding: 15px 60px;}
	.content_rates_table td{ padding: 15px 60px;}
	.content_rates_table_row1{background: var(--pale);}

	.content_rates_table_row_highlight {color: var(--second);font-weight: 700;}
	.sideslider {width: 100%;}
	.content_rates_table td.widecell{}
	.content_rates_table_postfix {line-height: 1;}
	.content_rates_table_effectivedate{ padding: 15px 0;}

	@media only screen and (max-width: 991px) {
		.content_rates_table th, .content_rates_table td{ padding: 15px 30px;}
	}


	@media only screen and  (max-width: 767px) {
		.content_rates_table {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 {display: block;}
		.content_rates_table_fields_row {position: absolute; top: -9999px; left: -9999px; }
		.content_rates_table td {border: none; border-bottom: 1px solid var(--pale); position: relative; padding: 10px 10px 10px 20px; white-space: normal; text-align:left; }
		.content_rates_table 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}

	}

/** TABLES MOD ************************************************/
	TABLE.table_builder, table.table {margin-bottom: 20px; width: 100%; border: 0}
	.table_builder th, table.table th {font-weight: bold; color: white; background-color: var(--main); padding: 34px 60px;}
	.table_builder td, table.table td {padding: 19px 60px}
	TR.table_builder_row_even{}
	table.table tr:nth-child(odd) td, TR.table_builder_row_even{background-color: var(--pale);}
	TR.table_builder_row_odd {}
	table.table tr:nth-child(even) td{background-color: var(--pale); border: 0}
	table.table tr:nth-child(odd) td{background-color: transparent; border: 0}
	
	.table_builder .filtered {display: none;}


	@media only screen and (max-width: 991px) {
		.table_builder th, table.table th { padding: 20px 30px;}
		.table_builder td, table.table td {padding: 15px 30px}
	}

	@media only screen and  (max-width: 767px) {
		.table_builder {border-collapse: collapse;}
		.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;}
		.table_builder_header_row {position: absolute; top: -9999px; left: -9999px; }
		.table_builder td  {border: none; border-bottom: 1px solid var(--pale); position: relative; padding: 10px 10px 10px 20px; white-space: normal; text-align:left; }
		.table_builder td:before {display: block; text-align:left; font-weight: bold; content: attr(data-title); position: relative; left: -10px}
		
	}


/** SIDEBAR CONTENT ************************************************/
	.code_block{max-width: 100%;}
	.code_block_top {}
	.code_block_center {}
	.code_block_bttm {}
	.code_block_indiv_content p{margin-top: 0px;}
	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 {	user-select: none;  -webkit-touch-callout: none; 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;}

/** SMARTBANNER ********************/

	#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
	#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
	#smartbanner .sb-container { margin: 0 auto; }
	#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
	#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
	#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
	#smartbanner.no-icon .sb-icon { display:none; }
	#smartbanner .sb-info { position:absolute; left:98px; top:18px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
	#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
	#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
	#smartbanner .sb-info > span { display:block; }
	#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
	#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
	#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

	#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

	#smartbanner.android { border-color:#212228; background: #3d3d3d url('data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7'); border-top: 5px solid #88B131; box-shadow: none; }
	#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
	#smartbanner.android .sb-close:active { color:#eee; }
	#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
	#smartbanner.android .sb-info strong { color:#fff; }
	#smartbanner.android .sb-button { min-width: 12%; border:1px solid #DDDCDC; padding:1px; color:#d1d1d1; background: none; border-radius: 0; box-shadow: none;}
	#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB)); background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB); text-transform:none; text-shadow:none; box-shadow:none; }
	#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
	#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

	#smartbanner.windows .sb-icon { border-radius: 0px; }

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
   *background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }

}


/*** HOME RATES SCROLLER ***********************************************/
	section.rc-container{ padding: 100px 60px;}
	section.rc-container .content_rates_table_title{display: none;}

	.rates_links {padding-top: 12px;}
	.rates_links a.cta{ margin: 5px 10px !important; width: 100%; max-width: 200px;}


	.rates-carousel{border: solid 0px fuchsia; width: 100%; max-width: 1430px;  position: relative; margin: 0 auto; }

	.slick-slider{ border: solid 0px green; padding: 0; margin: 0 auto; width: calc(100% - 160px) !important;  }
	.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto; display: flex;align-items: center;}

	.slick-slide{display:none;min-height:1px; display: flex; justify-content: center; align-items: center;border: solid 0px orange; padding: 0 20px}

	.Rtext{  font-size: 16px; font-weight: 700; line-height: 1.33; color: var(--font); transition: all .25s; text-transform: uppercase}
	.Rapr{  font-size: 13px; color: #6d6d6d; padding: 0; line-height: 1}
	.Rnumber{  font-size: 52px; font-weight: 700;color: var(--main); line-height: 1; margin: 10px 0 }
	/*.Rnumber:after{content:' %'; font-size: 34px; position: relative; bottom: 16px;}*/
	.Rnumber sup{font-size: 24px; top: -1em;}
	.slick-slide a:hover, .slick-slide a:focus{text-decoration: none;}
	.slick-slide a:hover .Rtext, .slick-slide a:focus .Rtext{color: var(--second); text-decoration: underline;}

	/* arrows nav */
	.slick-arrow.slick-hidden{display:none}
	.slick-prev, .slick-next{border: solid 0px lime; z-index: 99; --fa-primary-color: var(--font);--fa-secondary-color: #e9eaeb; --fa-secondary-opacity: 1; font-size: 38px; position: absolute; top: 0; display: block;  width: 80px; height: 100%; cursor: pointer; text-align: center; background: transparent; opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90}
	.slick-prev{left: 5px;}
	.slick-next{left: auto;right: 5px;}
	.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{opacity: 1; --fa-primary-color: white;--fa-secondary-color: var(--second); outline:none;left: 0px;}
	.slick-next:hover, .slick-next:focus{left: auto; right: 0px;}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.rc-container{ padding: 90px 40px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.rc-container{ padding: 80px 35px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.rc-container{ padding: 60px 25px;}
	}


