/** DEFINITIONS **************************/

	:root {
	  --main: #233973;
	  --second: #f5b816;
	  --accent: #00529C;
	  --pale: #ebebeb;
	  --font: #333;
	  --green: #849938;
	  --blue2: #1e3163;
	  --Mtop: 50px;
	  --Pside: 30px;
	  --Pneg: -30px;
	  --Ptop: var(--Mtop) var(--Pside) 0 var(--Pside);
	  --Pboth: var(--Mtop) var(--Pside); 
	  --maxW: 1505px;
	  --half: calc(50% - 753px);

	/*
	COLORS	
	Dark-slate-blue - #233973
	Squash - #f5b816 - yellow
	Peacock-blue - #00529C

	Dark-slate-blue2 - #1e3163
	Deep-sea-blue - #014c8f
	Black - #333333

	padding: 50px 30px;
	Small
	Space between content sections 60px
	padding: 60px 30px;
	Medium
	Space between content sections 90px
	padding: 90px 30px;
	Large
	Space between content sections 100px
	padding: 100px 30px;
	XL
	Space between content sections 100px
	padding: 100px 85px;
	XXL
	Space between content sections 125px
	padding: 125px 85px;

	margins XS - L: 30px
	XL - 85px

	max-width: 1505px;
	:after{content: ''; display: block; width: 80px; height: 3px; background-color: var(--second); margin-top: 5px;}

	*/


		@media only screen and  (min-width: 576px) {
			--Mtop: 60px;
		}

		@media only screen and  (min-width: 768px) {
			--Mtop: 90px;
		}

		@media only screen and (min-width: 992px) {
			--Mtop: 100px;
		}

		@media only screen and (min-width: 1200px) {
			--Pside: 85px;
			--Pneg: -85px;
		}
		@media only screen and (min-width: 1400px) {
			--Mtop: 125px;
	}

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

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

	article p{margin: 1rem 0 0 0;line-height: 1.67;}
	article{}
	.liner, article {width: 100%;  margin: 0 auto;  position: relative;  max-width: var(--maxW);}
	.container-fluid{width: 100%; margin: 0 auto; padding: 0;  max-width: var(--maxW);}
	section {/*border:solid 1px red;*/ width: 100%; padding: var(--Pboth); margin: 0;}

	a, button.modal_link{  transition: all .25s; font-weight: 700; color: var(--main);text-decoration: none;}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var(--main); text-decoration: underline;}
	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}
	button.modal_link{text-align: left;}


	input, select, textarea, button{}
	button{border: 0; background: transparent;transition: all .25s;text-align: center; padding: 0}
	.CHbox a, .CHA, .cardbennies{} /* match to regular font size */
	strong{font-weight: 700}
	blockquote{padding: 1rem 0 0 0;}
	.video_wrapper {margin-top: 20px !important;}
	article img{max-width: 100%;}

	article ul, article ol {margin: 0; padding: 1rem 0 0 20px;}


	/* diff color bullets*/
	article ul li::marker {color: var(--main);}
	.whiteCTA ul li::marker {color: white;}
	.text-center ul {text-align: left; margin: 0 auto;}
	

	/*FA bullets
	article ul:not(.content_sitemap) {list-style: none; padding: 1rem 0 .5rem 30px;}
	article ul:not(.content_sitemap) li {position: relative; font-weight: 600;line-height: 1.67; margin-bottom: 5px;}
	article ul:not(.content_sitemap) li:before {content: '\f058'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; color: var(--green); position: absolute; top: -7px; left: -30px; font-size: 24px }
	*/

	/*S*/
	@media only screen and  (min-width: 576px) {
		.contentwrapper, input, select, textarea, button, label, .CHbox a, .CHA, .cardbennies{}

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

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

	/*XXL*/
	@media only screen and (min-width: 1400px) {
	}

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; padding: 0 var(--Pside); position: relative;  background-image: linear-gradient(102deg, var(--blue2) 2%, var(--main) 93%);box-shadow: 0 0 15px 0 rgba(0,0,0,.5);}
	header .liner{height: 100px; margin-bottom: 50px;}
	header.stuck {position: fixed; top: 0; left: 0; }

	a.homelink{position: absolute; height: 100%; top: 0; left: 0; padding-left: var(--Pside); display: flex; justify-content: center; align-items: center;z-index: 1001;}
	a.homelink img {height: 68px}
	.homelink_shadow{display: none; transition: all .25s}

	.toplinks {display: none; }

	#sitesearch { color: white;width: 44px; height: 100%; position: absolute; top: 0; right: 54px;}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: var(--second);}
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;font-size: 30px; }
	#sitesearch.down:before{content: '\f00d';}

	.sitesearch {display: none;position: absolute; top: 174px; right: 0;  width: 100%;  height: 72px;  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);  background-color: white; padding: 0 20px; z-index: 1001}
	.sitesearch form{display: flex; justify-content: center; align-items: center; height: 100%}

	.searchbox { padding-left: 10px; height: 38px; width: calc(100% - 44px); border: 0; background-color: white; outline: 0; border-radius: 30px; border: solid 1px silver;}
	
	button.SSbttn{color: var(--main);  width: 44px; height: 44px; font-size: 20px;}
	button.SSbttn:hover, button.SSbttn:focus {color: var(--accent);}
	.sitesearch button:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}

	button#searchex {display: none;}

	#openbttn a{width: calc(50% + var(--Pside)); height: 50px; font-size: 16px;  font-weight: 700; position: absolute;  left: var(--Pneg); top: 100px; z-index: 90; background: linear-gradient(to bottom, #294387 0%,var(--accent) 26%,var(--accent) 100%); display: flex; justify-content: center; align-items: center; color: white; text-decoration: none;}
	#openbttn a:hover, #openbttn a:focus{ background: linear-gradient(to bottom, var(--blue2) 0%,var(--main) 26%,var(--main)  100%); color: white;}



	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		a[name]{position: relative; top: -130px; z-index: 1}
		.sitesearch { padding: 0 30px; top:124px;}
		header{background: none white;z-index: 1001;}
		header .liner{ margin-bottom: 0;}

		a.homelink{ height: 116px;  background: linear-gradient(110deg, var(--blue2) 3%, var(--main) 93%);padding: 0 20px 0 var(--Pside)}
		a.homelink img {height: 85px}
		.homelink_shadow{display: block; height: 116px;width: 273px; position: absolute; top: 0; left: 0; box-shadow: 0 0 15px 0 rgba(0,0,0,.5); z-index: 1}
		.homelink_shadow.stuck {position: fixed; top: 0; left: 0; }



		#openbttn a{ width: 174px; height: 50px;  border-radius: 100px; background: none var(--main); right: 250px; left: auto; top: 25px; }
		#openbttn a:hover, #openbttn a:focus{ background: none var(--main); color: white;top: 20px;}
		#sitesearch { color: var(--main);}
		#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: var(--accent); padding-bottom: 10px;}


	}

	/*L*/
	@media only screen and (min-width: 992px) {
		a.homelink{ height: 135px;   }
		a.homelink img {height: 101px}
		.homelink_shadow{height: 135px; width: 315px;}
		a[name]{position: relative; top: -150px; z-index: 1}


		.sitesearch {max-width: calc(100% - 315px);}


	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		header .liner{height: 130px; }

		.toplinks {display:  flex; justify-content: flex-end; align-items: center; position: absolute; top: 6px; right: 200px; gap: 20px; max-width: 100%;}
		.toplinks a, .toplinks .notalink  {font-size: 14px;  font-weight: 400; color: var(--font);}
		.toplinks a:hover, .toplinks a:focus {color: var(--main);}
		/*.toplinks  a:after, .toplinks .notalink:after{content: "|";display: inline-block; padding: 0 0 0 10px;}
		.toplinks a:nth-last-child(2):after, #openbttn2 a:after{content: ""; padding: 0;}*/

		#openbttn {display: none;}
		#openbttn2 a{display: flex; justify-content: center; align-items: center; width: 160px;  height: 38px;  border-radius: 19px; background: none var(--main); color: white; position: relative; top:0; right: auto; line-height: 1; padding: 0 0 4px 0; margin: 0}
		#openbttn2 a:hover, #openbttn2 a:focus{ background: none var(--main); color: white; top: -4px; text-decoration: none;}
		
		.sitesearch {max-width: calc(100% - 358px); top: 154px;}
		
		a.homelink{ top: 50px; height: 130px; width: auto; padding: 0 30px 0  var(--Pside); justify-content: flex-end;  }
		a.homelink img {height: 108px;}
		.homelink_shadow{height: 130px; width: 398px;top: 50px;}
		.homelink_shadow.stuck {top: 50px;}
		a[name]{position: relative; top: -200px; z-index: 1}

		#sitesearch {width: 44px; height: 50px;  top: auto; bottom: 18px; right: 140px;font-size: 20px; }
		#sitesearch:before {font-size: 20px; }


	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		header .liner{height: 150px; }
		.toplinks {top: 20px; max-width: calc(100% - 610px);}
		.sitesearch {max-width: calc(100% - 430px);top: 174px;}
		#sitesearch { right: 220px;}
		a.homelink{height: 165px; padding: 0 50px 0  var(--Pside); top: 15px;}
		a.homelink img {height: 130px;}
		.homelink_shadow{height: 165px; width: 476px;top: 15px;}
		.homelink_shadow.stuck {top: 15px;}
	}

	@media only screen and (min-width: 1600px) {
		#sitesearch { right: 260px;}
	}

	@media only screen and (min-width: 1670px) {
		a.homelink{ justify-content: flex-end; padding: 0 50px 0  var(--half); }
		.homelink_shadow{ width: calc(390px + var(--half));}

	}

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

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

	button.menutoggler{display: block; height: 100%; width: 44px; color: white; position: absolute; top: 0; right: 0; font-size: 36px;}
	button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s;}
	button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}
	button.menutoggler.menuex:before{content: "\f00d";}

	nav.mobile{display: none; position: absolute; right: 0; width: 100%; top: 100px; z-index: 1000; border-bottom: solid 30px var(--accent);box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); background-color: white; max-height: calc(100% - 100px); overflow-y: auto;}
	nav.mobile.fxd{position: absolute;}

	.MMlinks1{background: linear-gradient(to bottom, #294387 0%,var(--accent) 10%,var(--accent) 100%); color: white; padding: 20px; }
	.MMlinks1 a, .MMlinks1 .notalink{color: white;  font-size: 14px;  font-weight: 600;}
	.MMlinks1 a:after, .MMlinks1 .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.MMlinks1 a:last-child:after{display: none;}


	.GT {display: block; margin: 0 auto 15px auto; position: relative; }
	#google_translate_element{}
	.skiptranslate {border: none}

	.goog-te-gadget-simple{border: solid 2px var(--second); width: 190px; height: 38px; border-radius: 50px; color: var(--font);padding-top: 6px; position: relative; }
	.MMlinks1 .goog-te-gadget-simple a{color: var(--font);}


	.L1{padding:  0; }

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

	.L2 {display: none; padding-bottom: 15px;}
	.L3 {display: none;}
	.L2 a, .L2 button {color: var(--accent);  font-size: 16px; border: none; padding: 5px 15px 5px 30px;  font-weight: 600;}
	.L2 a{}

	.L3 a{padding: 5px 15px 5px 45px;}


	/*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  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		button.menutoggler{color: var(--main); }
		button.menutoggler:hover, button.menutoggler:focus {color: var(--accent); padding-bottom: 10px;}
		nav.mobile{margin-top:0;}
		nav.mobile.fxd{position: fixed}
		.MMlinks1{background: none var(--accent);}
	}

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

/** MENU *********************************************/
		button.menutoggler, .MMlinks1 .links, .L1{display: none;}

		nav.mobile{display: block; position: absolute; right: var(--Pside); width: 190px;height: 38px; top: 6px;  border-bottom: 0;box-shadow: none; background-color: white; z-index:  1002}
		.MMlinks1{background-color: white; padding: 0}

		.GT {  margin: 0;}



		nav.pc  { display: block; z-index: 100; position: absolute; bottom: 18px; right: 200px; width: calc(100% - 200px - 343px); max-width: 574px}
		.navliner {width: 100%;   z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; }

		button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;  display: flex; align-items: flex-start;  height: 37px;  font-size: 20px; color: var(--blue2); font-weight: 700;position: relative; }
		button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none;}

		button.CMitem:after, a.CMitem:after{content: ''; display: block; width: 100%; height: 3px; background: var(--second); position: absolute; bottom: 0; right: 0; transition: all .25s; opacity: 0} 
		button.CMitem:hover:after, button.CMitem:focus:after, a.CMitem:hover:after, a.CMitem:focus:after, button.CMitem.opened:after{bottom: 5px; opacity: 1} 


		.ddcontent{ display: none; background-color: white;  padding: 24px 36px;  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); position: absolute; top: 74px; left: 0px; width: 50%; text-align: left;}
		.ddcontent a {display: block;  }
		.ddcontent a:hover, .ddcontent a:focus { text-decoration: none;}

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

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		nav.pc  {right: 280px; width: calc(100% - 200px - 500px);}
		nav.mobile{ top: 20px;}

	}
	@media only screen and (min-width: 1600px) {
		nav.pc  {right: 330px;}
	}
	@media only screen and (min-width: 1670px) {
		nav.mobile{ right: var(--half);}
	}

/** HOME COMMUNITY *************************/

	/* borders
	.Cmontage{border: solid 1px orange; }
	section.commnity .liner{border: solid 1px fuchsia;}
	.Ctext div{border: solid 1px lime; text-align: left;}
	*/


	section.commnity{ padding: var(--Mtop) 0 0 0; position: relative; }
	.Cblueblock{width: 100%; height: calc(100% - 87px - var(--Mtop)); background-color: var(--main); position: absolute; bottom: 0; left: 0;}
	section.commnity .liner{max-width: 600px;}
	.Cmontage{ display: flex; flex-wrap: wrap;  justify-content: space-between;  align-items: flex-end; padding: 0 20px}
	.Cphoto img{width: 100%; }
	.Cphoto1{width: 66%; padding: 0 2% 4% 0 }
	.Cphoto2{width: 34%;  padding: 0 0 4% 2%}
	.Cphoto3{width: 100%; padding: 0 4%}
	.Cphoto4{display: none;}
	
	.Ctext{color: white;padding: 0 calc(4% + 20px) var(--Mtop) calc(4% + 20px)}
	.Ctext h2{color: white; padding: 1rem 0 0 0}
	.Ctext h2:after{content: ''; display: block; width: 80px; height: 3px; background-color: var(--second); margin: 5px auto 0 auto;}


	.Ctext p{line-height: 1.75; margin: 0; padding: 1rem 0 0 0}


	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.Cmontage{padding: 0 var(--Pside)}
	}

	/*L*/
	@media only screen and (min-width: 992px) {

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.commnity .liner{border-top: solid 1px white;max-width: 100%; ;}
		.Cblueblock{display: none;}
		.Cmontage{ padding: 0 0 0 30px; width: 601px; position: absolute; top: 0; right: 0; z-index: 99}
		.Cphoto3{ padding: 0 0 0 8%}

		.Ctext{ width: 90%; padding: 80px 0 80px var(--Pside); background-color: var(--main); position: relative; margin-top: 100px; z-index: 1 }
		.Ctext div{width: calc(100% - 550px);  text-align: left;}
		.Ctext h2{padding: 0}
		.Ctext h2:after{margin: 5px 0 0 0 ;}

	}

	@media only screen and (min-width: 1530px) {
		section.commnity .liner{min-height: 529px;  display: flex; align-items: center;}
		.Cmontage{border: 0; width: 601px; position: absolute; top: 0;right: 335px; padding: 0;  z-index: 99}
		.Cphoto4{ width: 330px;}
		.Cphoto1{width: 375px; padding: 0 30px 20px 0}
		.Cphoto1 img{width: 355px}
		.Cphoto2{width: 226px; padding: 0 0 20px 0}
		.Cphoto2 img{width: 226px}
		.Cphoto3 img{width: 561px}
		.Cphoto3{padding: 0 0 0 40px;width: 591px}
		.Cphoto4{display: block; width: 335px; padding: 26px 0 0 30px; position: absolute; top: 0; right: 0;z-index: 99}
		.Cphoto4 img{ width: 305px;}

		.Ctext{width: calc(100% - 335px - 113px);  margin-top: 0px;  padding: 80px 0 80px var(--Pside); }
	}
	@media only screen and (min-width: 1670px) {
		.Ctext{ padding: 80px 0 80px var(--half); }
	}

/** HOME - ICONS *************************************************/

	section.icons{background-color: var(--main); color: white; padding: 33px var(--Pside); max-width: 1455px; margin: 0 auto; position: relative; }
	.Ititle{display: none; font-size: 24px; font-weight: 600; color: white;}
	.Ititle:after{content: ''; display: block; width: 80px; height: 3px; background-color: var(--second); margin-top: 5px;}
	.Ilinks ul{display: flex;  justify-content: space-between; flex-wrap: wrap; list-style: none; margin: 0 auto; padding: 0; gap: 40px 33px; /*max-width: 556px;*/}
	.Ilinks ul li{flex: 1 1 30%; margin: 0; padding: 0; max-width: calc(33% - 33px); font-size: 14px; }

	.Ilinks a{ display: flex; flex-direction: column;  align-items: center;font-size: 14px;  font-weight: 600;color: white; text-decoration: none;position: relative; top: 0; transition: all .5s}
	.Ilinks a:hover, .Ilinks a:focus{ text-decoration: none; top: -10px;}
	.Ilinks a .RLfa {background-color: white; color: var(--main); width: 48px;  height: 48px; border-radius: 50%;display: flex; justify-content: center; align-items: center; font-size: 20px; transition: all .25s; margin-bottom: 5px;}
	.Ilinks a:hover .RLfa, .Ilinks a:focus .RLfa{background-color: var(--second); color: var(--main);}
	.Ilinks a .RLwords{ font-size: 14px; font-weight: 600;}
	/*S*/
	@media only screen and  (min-width: 576px) {
		section.icons{ padding: 40px var(--Pside);}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.icons .liner{ display: flex;  justify-content: center; }
		.Ititle{display: block; width: 145px; text-align: left; padding-top: 20px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.icons{ padding: 30px 50px;}
		section.icons .liner{justify-content: flex-start; }
		.Ilinks ul{ max-width: 100%; gap: 10px; flex-wrap: nowrap}
		.Ilinks ul li{flex: 1 1 10%;  max-width: 164px; min-width: 164px; }
		.Ilinks a .RLwords{white-space: nowrap;}
		.Ititle{ padding-top: 30px; }
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		section.icons{ margin: -30px 0 0 0; left: calc(100% - 1455px); z-index: 99}
	}

/** HOME RATES SCROLLER + SLICK ***********************************************/
	/** 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;}

	/* borders 
	.rates-carousel{border: solid 1px fuchsia;}
	.slick-slider{ border: solid 1px green; }
	.slick-slide{ border: solid 1px orange;}
	.slick-slide a{border: solid 1px cyan;}
	.slick-prev, .slick-next{border: solid 1px lime;}
	.rate_cell{ border: solid 1px blue;}*/


	/* printable & mobi version */
	.printablerates{display: block;}
	.printablerates .liner{max-width: 400px; margin: 0 auto; display: flex;  flex-direction: column;  justify-content: center; }
	.printablerates .rate_cell{display: block !important;  width: 100%; display: flex;  justify-content: center;  align-items: center; position: relative;  }
	.printablerates .liner
	.rate_cell{display: block;}
	.rate_cell:after{content: ''; display: block; width: 80px; height: 3px; background-color: var(--second); margin: 20px auto;}
	.printablerates .liner .rate_cell:last-child:after{display: none;}

	/*.printablerates .rate_cell div{ text-align: center; color: var(--font);}*/
	
	section.rc-container{background-color: var(--pale2); color: black; padding: var(--Ptop);}
	
	section.rc-container h2{font-size: 46px; color: var(--main); display: inline-block; border-right: solid 0px var(--main); margin: 0 30px 0 0; padding-right: 30px}
	
	.Rlinks{padding: 45px 0;display: flex;  flex-direction: column;  align-items: center; gap: 20px;justify-content: center;}
	.Rlinks a.cta{min-width: 230px;}

	.rates-carousel{display: none; width: 100%; max-width: 1430px;  position: relative; margin: 0 auto; }

	.slick-slider{  padding: 0; margin: 0 auto; width: calc(100% - 80px) !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; padding: 0 20px}
	a.Rlink{}
	a.Rlink:hover, a.Rlink a:focus{text-decoration: none;}

	.Rtext{font-size: 20px; font-weight: 600; line-height: 1.33; color: var(--main); transition: all .25s; text-transform: uppercase}
	.Rapr{font-size: 15px; font-weight: 400; color: var(--main); padding: 5px 0 15px 0; line-height: 1}
	.Rnumber{ font-size: 42px; font-weight: 700;color: var(--main); line-height: 1 }
	.Rnumber:after{content: ''; display: block; width: 140px; height: 3px; background-color: var(--second); margin: 10px auto 0 auto; transition: all .5s; opacity: 0}

	/* arrows nav */
	.slick-arrow.slick-hidden{display:none}
	.slick-prev, .slick-next{ z-index: 99; color: var(--main); font-size: 32px; position: absolute; top: 0; display: block;  width: 40px; 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; color: var(--accent); outline:none;left: 0px;}
	.slick-next:hover, .slick-next:focus{left: auto; right: 0px;}

	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.printablerates{display: none;}
		.rates-carousel{display: block;}
		.Rlinks{ flex-direction: row; gap: 20px;}
		.slick-slide.slick-active{position: relative; }
		.slick-slide.slick-active:before{content: ''; width: 3px; height: 80px;background-color: var(--second); position: absolute; top: calc(50% - 40px); right: -4px;}
		.slick-track .slick-slide.slick-active:last-child:before{display: none;}
		a.Rlink:hover .Rnumber:after, a.Rlink:focus .Rnumber:after{margin: 5px auto;  opacity: 1}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.printablerates .liner{flex-direction: row; justify-content: center; gap: 20px;}
		.printablerates .rate_cell{flex: 1 1 40%; width: calc(50% - 20px); }

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

/** PROMO BOXES *************************************************/

	section.promos{padding: var(--Mtop) 0 0 0; position: relative; }
	.blueblock{display: none; width: 80%; height: 100px; background-color: var(--main);position: absolute;  left: 0; top: calc(100px + var(--Mtop)); z-index: 1}
	.Pcell{/*border: solid 1px red;*/ position: relative; }
	.Pcell .blueblock{display: block; width: 100%; height: 100px; background-color: var(--main);position: absolute;  left: 0; top: 100px; z-index: 1}
	.Pbox{max-width: 410px; margin: 0 auto; position: relative; z-index: 99; padding: 45px 30px; transition: all .25s}
	.Pbox:hover{ box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); background-color: rgba(255, 255, 255, 0.8);}

	.Pimg{padding-bottom: 32px}
	.Pimg img{max-width: 100%;}
	.Ptext{line-height: 1.75;}
	.Ptext p{margin: 0; padding: 1rem 0 0 0}
	.Ptext div{}
	.Ptext h3:after{content: ''; display: block; width: 80px; height: 3px; background-color: var(--second); margin: 5px auto 0 auto;}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.Pbox{max-width: 482px;padding: 55px 45px 35px 45px;}
		.Pbox:hover{padding: 45px; }
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.Pbox{max-width: 380px;}
		.Pcell .blueblock{ display: none;}
		.blueblock{display: block;}
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.Pbox{max-width: 482px;}
	}

/** INTERIOR HERO *****************************************/

	section.int_hero{background-color: var(--main); position: relative; padding: 0; z-index: 1 }
	.Himage{text-align: right;width: 100%; position: relative; z-index: 1}
	.Himage img{width: 75%; max-width: 1078px}
	.Hcaption{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; background: linear-gradient(to right, var(--main) 0%,rgba(0,82,156,1) 45%,rgba(0,82,156,0) 67%,rgba(0,82,156,0) 100%); padding: 0 60% 34px var(--Pside);display: flex;  justify-content: flex-start;  align-items: flex-end; }
	.Hcaption_text{text-align: left;}

	.nohero{padding: 50px var(--Pside); text-align: left;}

	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.nohero{padding: 60px var(--Pside) 50px var(--Pside);}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.Hcaption{ padding: 35px 60% 0 var(--Pside); align-items: center; }
		.nohero{padding: 80px var(--Pside) 50px var(--Pside); }
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.Hcaption{ padding: 50px 60% 0 var(--Pside);  }
		.nohero{padding: 90px var(--Pside) 50px var(--Pside); }
	}

	/*XL*/
	@media only screen and (min-width: 1400px) {
		.Hcaption{ padding: 30px 60% 0 var(--Pside);  }
		.nohero{padding: 80px var(--Pside) 50px var(--Pside); }
	}
	@media only screen and (min-width: 1670px) {
		.Hcaption{ padding: 30px 60% 0 var(--half); }
		.nohero{padding:  80px var(--half) 50px var(--half);; text-align: left;}

	}

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

	section.inside{padding: 0 var(--Pside);}
	article.container-fluid { margin: 0 auto; text-align: left; }

	img.shadowbox{box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); max-width: 100%;}

	section.blue{background-color: var(--accent); color: white; padding: var(--Pboth);margin-top: var(--Mtop)}
	section.blue h2,section.blue .content_faq_header{color: white; padding: 0}
	section.blue a:not(.learnmore, .cta){color: var(--second);}
	section.blue a:hover:not(.learnmore, .cta), section.blue a:focus:not(.learnmore, .cta){color: white;}

	section.Lpromo{ color: white;padding: var(--Mtop) 0 0 0}
	section.Lpromo .liner{}
	section.Lpromo a:not(.learnmore, .cta){color: var(--second);}
	section.Lpromo a:hover:not(.learnmore, .cta), section.Lpromo a:focus:not(.learnmore, .cta){color: white;}


	.LPbox{}
	.LPbox:hover{}

	.LPimg{padding: 0 var(--Pside); position: relative; z-index: 99}
	.LPimg img{width: 100%;max-width: 578px;}

	.LPtext{line-height: 1.75;background-color: var(--accent); color: white; padding: calc(46px + 1rem) var(--Pside) var(--Mtop) var(--Pside); position: relative; z-index: 1; margin-top: -46px}
	.LPtext p{margin: 0; padding: 1rem 0 0 0}
	.LPtext div{max-width: 578px; margin: 0 auto;}
	.LPtext h2{color: white;padding: 0}
	.LPtext h2:after{content: ''; display: block; width: 80px; height: 3px; background-color: var(--second);margin: 5px auto 0 auto;}



	/*S*/
	@media only screen and  (min-width: 576px) {
		img.shadowbox{max-width: 60% }
		.LPtext{ padding: calc(161px + 1rem) var(--Pside) var(--Mtop) var(--Pside); margin-top: -161px}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		img.shadowbox{ position: relative;  float: right; margin: 0 0 20px 40px; width: 40%; max-width: 609px}
		.LPtext div{max-width: 766px;}
		.LPimg img{max-width: 738px}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		img.shadowbox{margin: 0 0 50px 50px; }
		section.Lpromo{padding: 0 var(--Pside); background-color: var(--main); margin-top: calc(76px + var(--Mtop));}
		.LPbox{display: flex; flex-direction: row-reverse; gap: 30px}

		.LPimg{padding: 0; text-align: right; width: 50%; top: -76px}
		.LPimg img{ width: 100%;}
		.LPtext { background: none; margin-top: 0; padding: 0; width: 50%;display: flex;  align-items: center; justify-content: flex-start}
		.LPtext div{ text-align: left; max-width: 100%; width: 100%}
		.LPtext h2:after{ margin: 5px 0 0 0;}


	}
	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.LPbox{ gap: 150px}
	}

/** INSIDE - PRODUCT BOXES **********************************************/

	.products{ width: calc(100% + (2 * var(--Pside))); position: relative; left: var(--Pneg); padding: 2rem 0 0px 0; }
	.products .liner{ }
	.prodbox{ padding: 40px 30px  55px 30px ;  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);  background-color: var(--main); color: white; margin: 30PX 0; }
	.prodimg{}
	.prodimg img{box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);}
	.prodtext{}
	.prodtext h3{color: white;}
	.prodbox a:not(.learnmore){color: var(--second);}
	.prodbox a:hover:not(.learnmore), .prodbox a:focus:not(.learnmore){color: white;}
	
	.prodbox a.learnmore{color: white;}
	.prodbox a.learnmore:hover, .prodbox a.learnmore:focus{color: white;}

	/* S */
	@media only screen and  (min-width: 576px) {
		.products{ width:100%;  left:0; max-width: 450px; margin: 0 auto  -60px auto;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.products{max-width:100%; margin: 0 auto;}
		.products .liner{display: flex;  justify-content: center; flex-wrap: wrap; max-width:100%;gap: 30px;}
		.prodbox{max-width: 450px; flex: 1 1 40%; margin: 0;/* flex: 1 1 40%; height: 100% !important;*/ }
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.prodbox{ flex: 1 1 30%;}
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.prodbox{ max-width: calc(33% - 15px);}
	}

/** INSIDE - RATES & TABLES **********************************************/

	.content_rates_table_title{}
	.content_rates_table_effectivedate{}
	.content_rates_table_row_highlight{}
	table.content_rates_table tr td .widecell{}

	/* de-tablize it */
	table.content_rates_table, table.table_builder, table.content_rates_table tbody, table.table_builder tbody, 	table.content_rates_table thead, table.table_builder thead, table.content_rates_table tr, table.table_builder tr, table.content_rates_table tr th, table.table_builder tr th, table.content_rates_table tr td, table.table_builder tr td{display: block;}

	table.content_rates_table tr td, table.table_builder tr td{display: flex; color: var(--font)}

	/* remove table headers */
	table.content_rates_table tr th, table.table_builder tr th {position: absolute; top: -9999px; left: -9999px;}
	
	/* put title into cell */
	/*table.content_rates_table tr td:before, table.table_builder tr td:before {display: block; text-align:left; font-weight: 600; content: attr(data-title); position: relative; left: -10px}*/

	table.content_rates_table tr td:before, table.table_builder tr td:before { display: block; text-align:left; font-weight: 600; content: attr(data-title); position: relative; width: 50%; padding-right: 20px; color: var(--dpurple); }
	table.content_rates_table tr td.widecell:before{display: none;}


	/* style it */
	table.content_rates_table, table.table_builder{margin: 1rem 0; width: 100%; border-collapse: collapse;}
	table.content_rates_table tr td, table.table_builder tr td{padding: 18px 20px;}


	table.content_rates_table tr td:nth-child(even) , table.table_builder tr td:nth-child(odd){background-color: var(--pale);}
	table.content_rates_table tr td:first-child, table.table_builder tr td:first-child{background-color: var(--main); color: var(--second);  font-weight: 700}
	table.content_rates_table tr td:last-child, table.table_builder tr td:last-child{border-bottom: solid 1px var(--pale); margin-bottom: 1rem;}

	.whiteCTA .content_rates_table_title{color: white;}
	


	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		table.content_rates_table, table.table_builder{display: table;}
		table.content_rates_table tbody, table.table_builder tbody{display: table-row-group}
		table.content_rates_table thead, table.table_builder thead{display: table-header-group}
		table.content_rates_table tr, table.table_builder tr{display: table-row}
		table.content_rates_table tr th, table.table_builder tr th{display: table-cell; padding: 18px 20px; background-color: var(--main);  position: static; color: var(--second); padding: 26px 30px;}
		table.content_rates_table tr td, table.table_builder tr td{display: table-cell; padding: 26px 30px; }
		table.content_rates_table tr td:before, table.table_builder tr td:before {display: none}

		table.content_rates_table tr:nth-child(even) td, table.table_builder tr:nth-child(odd) td{background-color: white !important;}

		table.content_rates_table tr:nth-child(odd) td , table.table_builder tr:nth-child(even) td{background-color: var(--pale) !important;}

		table.content_rates_table tr td:first-child, table.table_builder tr td:first-child{ color: var(--font);  font-weight: 400}
		table.content_rates_table tr td:last-child, table.table_builder tr td:last-child{border-bottom: 0; margin-bottom: 0;}

		/* rounded corners 
		table.content_rates_table, table.table_builder{display: table; border-collapse: separate; border-spacing: 0; border: solid 1px var(--second); border-radius: 20px;}

		table.content_rates_table tr th:first-child, table.table_builder tr th:first-child{border-radius: 20px 0 0 0; }
		table.content_rates_table tr th:last-child, table.table_builder tr th:last-child{border-radius: 0 20px 0 0; }

		table.content_rates_table  tr:last-child td:first-child, table.table_builder  tr:last-child td:first-child{ border-radius: 0 0 0 20px;}
		table.content_rates_table  tr:last-child td:last-child, table.table_builder  tr:last-child td:last-child{border-radius:  0 0 20px 0}

		*/

		
	}

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

/** 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;}
	.faq_header{padding-top: 40px;}

	/* 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}
	.code_block_accordion{ margin: 0}

	/* for dropshadow
	
	article .code_block_box.code_block_accordion, article .code_block_box.code_block_accordion:hover  {box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); margin-top: 1rem; border-radius: 20px 20px 0 0;}
	article .code_block_box.code_block_accordion.open, article .code_block_box.code_block_accordion.open:hover {border-radius: 20px;}

	*/


	/* closed Q */
	.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: 24px 60px 24px 10px;background-color: white; color: var(--main) !important; display: block;font-size: 20px; font-weight: 700;position: relative; text-decoration: none; position: relative; margin-top: 0;}
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited{ width: 100%; text-align: left; border: 0 !important;}
	.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{margin-top: 1rem;}

	/* 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
	{color: var(--accent) !important; background-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
	{background-color: white; color: var(--main) !important;  display: block; padding: 24px 60px 24px 10px;  text-decoration: none;position: relative; position: relative; font-size: 20px; font-weight: 700;}
	div.cms_form_collapsible_header.open a, .code_block_accordion.open div.code_block_indiv_top, .code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top{margin: 1rem 0 0 0}

	/* chevrovs */
	.code_block_accordion div.code_block_indiv_top:after, 
	.code_block_accordion.open div.code_block_indiv_top:after, 
	div.cms_form_collapsible_header a:after,
	.faq_question_block_slide_question_closed a:after,
	.faq_question_block_slide_question_open a:after	
	{content: '';}

	div.cms_form_collapsible_header a:hover:before, 
	div.cms_form_collapsible_header a:focus:before, 
	.faq_question_block_slide_question_closed a:hover:before, 
	.faq_question_block_slide_question_closed a:focus:before, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:hover:before, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:focus:before, 
	.code_block_accordion div.code_block_indiv_top:hover:before, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:hover:before,
	div.faq_featured_block .faq_question_block_slide_question_closed a:focus:before, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:hover:before, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:focus:before,
	div.faq_question_panel .faq_question_block_slide_question_closed a:hover:before, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:focus:before,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:hover:before,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:focus:before
	{color: var(--second);}

	
	.code_block_accordion div.code_block_indiv_top:before, 
	.code_block_accordion.open div.code_block_indiv_top:before, 
	div.cms_form_collapsible_header a:before,
	.faq_question_block_slide_question_closed a:before,
	.faq_question_block_slide_question_open a:before
	{content: '\2b'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0; right: 0;  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
	{content: '\f068'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0; right: 0;  padding: 0 20px; display: block; height: 100%; display: flex; justify-content: center; align-items: center; }


	/* contents */
	article .code_block_accordion .code_block_indiv_content{padding: 0 10px;background-color: white; color: var(--font);}
	.faq_question_block_slide_answer, article .code_block_accordion.open .code_block_indiv_content{padding: 1px 10px 24px 10px !important; border-radius: 0; border: 0; border-top: 0; margin: 0; background-color: white; color: var(--font);}

	section.blue .faq_question_block_slide_answer a, section.blue .code_block_accordion.open .code_block_indiv_content a{color: var(--main); }
	section.blue .faq_question_block_slide_answer a:hover, section.blue .faq_question_block_slide_answer a:focus, section.blue .code_block_accordion.open .code_block_indiv_content a:hover, section.blue .code_block_accordion.open .code_block_indiv_content a:focus{color: var(--main); text-decoration: underline;}


	/*M*/
	@media only screen and  (min-width: 768px) {
		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,
		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
		{font-size: 22px;padding: 24px 60px 24px 17px;  }

		article .code_block_accordion .code_block_indiv_content{padding: 0 17px;}
		.faq_question_block_slide_answer, article .code_block_accordion.open .code_block_indiv_content{padding: 0px 17px 24px 17px; }

	}
	/*L*/
	@media only screen and (min-width: 992px) {
		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,
		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		{font-size:24px;}
	}

/** INSIDE - ICONS *************************************************/

	section.int_icons{ max-width: 1455px; margin: 0 auto; padding: 0}
	section.int_icons h2{padding-bottom: 40px;}
	section.int_icons ul{display: flex;  justify-content: center; flex-wrap: wrap; list-style: none; margin: 0 auto; padding: 0; gap: 40px 33px; max-width: 556px;}
	section.int_icons ul li{flex: 1 1 30%; margin: 0; padding: 0; /*max-width: calc(33% - 33px);*/ max-width: 150px; }
	section.int_icons a{ display: flex; flex-direction: column;  align-items: center;font-size: 14px;  font-weight: 600;color: var(--main); text-decoration: none;position: relative; top: 0; transition: all .5s}
	section.int_icons a:hover, .Ilinks a:focus{ text-decoration: none; top: -10px;color: var(--main);}
	section.int_icons a .RLfa {color: white; background-color: var(--main); width: 48px;  height: 48px; border-radius: 50%;display: flex; justify-content: center; align-items: center; font-size: 20px; transition: all .25s}
	section.int_icons a:hover .RLfa, .Ilinks a:focus .RLfa{background-color: var(--second); color: var(--main);}
	section.int_icons a .RLwords{display: block; text-align:center;}

	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.int_icons ul{ max-width: 100%;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		/*section.int_icons{ padding: 30px var(--Pside);}*/
		section.int_icons ul{ max-width: 100%; gap: 10px; flex-wrap: nowrap}
		section.int_icons ul li{flex: 1 1 10%;  max-width: 164px; min-width: 164px; }
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		section.int_icons{ margin: 0 auto;}
	}

/** TESTIMONIAL **************************/

	/*section.test{ width: 100%;  z-index: 99; position: relative; padding: var(--Pboth); margin-top: var(--Mtop)}*/

	.content_slideshow.testimonial-carousel.carousel{border: 0;}
	
	/* borders 	
	.testimonial-carousel.carousel{border:  solid 1px orange;}
	.content_slideshow.testimonial-carousel.carousel{border: solid 1px fuchsia;}
	.content_slideshow.testimonial-carousel .carousel-item{border: solid 1px gold;}
	.content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next {border: solid 1px lime;}
	.content_slideshow.testimonial-carousel .playpause {border: solid 1px orange;}
	.content_slideshow.testimonial-carousel .carousel-indicators {border: solid 1px white;}
	.content_slideshow.testimonial-carousel button.carousel-control-pause, .content_slideshow.testimonial-carousel button.carousel-control-play {border: solid 1px yellow;}
	*/

	.testimonial-carousel.carousel{border: 0;}

	.content_slideshow.testimonial-carousel.carousel, .content_slideshow.testimonial-carousel .carousel-item, .content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next  { height: 200px;}

	.content_slideshow.testimonial-carousel.carousel { padding: 0; min-height: 244px;}

	.content_slideshow.testimonial-carousel .carousel-item { min-height: auto; }
	.testimonial-carousel.carousel{}
	.content_slideshow.testimonial-carousel .carousel-caption {padding: 20px 0px; text-align: left;height: 100%;}
	.content_slideshow.testimonial-carousel .carousel_caption_text{text-align: center; color: white; }
	.content_slideshow.testimonial-carousel .carousel_caption_text p{margin: 0; padding: 0 0 1rem 0;}

	/* <||> group */
	.content_slideshow.testimonial-carousel button.carousel-control-pause, .content_slideshow.testimonial-carousel button.carousel-control-play {position: absolute;z-index: 99; bottom: 0px;  top: auto;  margin: 0; width: 44px; height: 44px;left: calc(50% - 22px);  top: auto; text-shadow: none; color: var(--second); font-size: 20px; padding: 0;display: flex;  justify-content: center;  align-items: center;}
	
	.content_slideshow.testimonial-carousel button.carousel-control-pause:hover, .content_slideshow.testimonial-carousel button.carousel-control-pause:focus, .content_slideshow.testimonial-carousel button.carousel-control-play:hover, .content_slideshow.testimonial-carousel button.carousel-control-play:focus{color: white;}

	.content_slideshow.testimonial-carousel button.carousel-control-prev, .content_slideshow.testimonial-carousel button.carousel-control-next {opacity: 1; text-decoration: none; position: absolute; top: auto; bottom: 0px; height: 44px; width: 44px; color: var(--second); left: calc(50% - 66px); text-shadow: none;}
	.content_slideshow.testimonial-carousel button.carousel-control-next{left: calc(50%  + 22px);  }
	.content_slideshow.testimonial-carousel button.carousel-control-prev:hover, .content_slideshow.testimonial-carousel button.carousel-control-prev:focus, .content_slideshow.testimonial-carousel button.carousel-control-next:hover, .content_slideshow.testimonial-carousel button.carousel-control-next:focus{color: white;}

	/* dots */

	.content_slideshow.testimonial-carousel .carousel-indicators {height: 44px; padding: 0; bottom: 0}
	
	.content_slideshow.testimonial-carousel .carousel-indicators button{background-color: var(--main);width: 20px; height: 20px; margin: 0; border: solid 14px transparent;}
	.content_slideshow.testimonial-carousel .carousel-indicators button:hover{background-color: var(--pale);}
	.content_slideshow.testimonial-carousel .carousel-indicators button.active{background-color: white;}



	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.content_slideshow.testimonial-carousel.carousel, .content_slideshow.testimonial-carousel .carousel-item, .content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next  { height: 150px;}

		.content_slideshow.testimonial-carousel.carousel { padding: 0; min-height: 194px;}
	}

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

	/*XXL*/
	@media only screen and (min-width: 1400px) {
	}

/** FOOT ****************************************************/
	
	.skyline{text-align: right; padding: var(--Mtop) 0 0 0; border-bottom: solid 30px var(--main)}
	.skyline img{max-width: 1063px; width: 100%}


	footer {width: 100%; background-color: var(--accent); color: white; padding: 30px var(--Pside);  font-size: 14px;font-weight: 600; }

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

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

	.socmed{display: block; }
	.socmed a .RLwords {display: none;font-size: 24px;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; display: inline-block; width: 44px; height: 44px; font-size: 24px;}
	.socmed a:hover, .socmed a:focus{color: var(--second)}

	.apps { display: flex;  justify-content: center; gap: 20px;}
	.apps a{flex: 1 1; font-size: 16px;  font-weight: 600; color: var(--font); background-color: white; display: inline-block; line-height: 1; border-radius: 10px; padding: 13px; transform: scale(1); max-width: 190px; }
	.apps a:hover, .apps a:focus{transform: scale(1.05); color: var(--font); text-decoration: none;}

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


	/*.footicons{border: solid 1px orange; display: flex; gap: 20px; justify-content: center;}
	.footicons img{ max-height: 50px; width: auto;}*/
	.footicons img{margin:  10px;}
	.footnote{ font-weight: 400;}

	/* move recaptcha badge to left */
	.grecaptcha-badge {z-index: 1000;}


	button.posh_search
	{
		display: block;
		position: fixed;
		bottom: 100px;
		right: 20px;
		z-index: 1000;
		background-color: #ffc72c;
		color: #003087;
		padding: 10px 30px;
		font-size: 18px;
		text-decoration: none;
		border: 0;
		border-radius: 5px;
		font-weight: 400;
		line-height: 1;
		-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .4);
		box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .4);
		font-weight: 700;
		border: solid 1px #003087;
	}
	button.posh_search:hover, button.posh_search:focus{color: #ffc72c; background-color: #003087;		border: solid 1px #003087;}






	@media only screen and (orientation: landscape){
	}
	@media only screen and  (min-width: 576px){
		.apps { gap: 30px; }
		.apps a{font-size: 20px;}
		.socmed{display: inline;}
		.bottomlinks a:last-child:after{display: inline-block;;}
	}

	/*M*/
	@media only screen and  (min-width: 768px) {
		.footicons img{ max-height: initial; flex: 1 1;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.ncua{display: flex}
		.apps { justify-content: flex-start;}
		.footicons{white-space: nowrap;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.apps { flex-direction: column; align-items: flex-end;}
		.apps a{width: 190px;}
	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 14px; line-height: 1;}
	img.rounded{max-width: 100%; border-radius: 30px;}
	a.learnmore{display: inline-block; color: var(--main); text-decoration: none; font-weight: 700; padding-bottom: 5px;position: relative; overflow: hidden }
	a.learnmore:before{content: ''; display: inline-block; width: 100%; height: 2px; background-color: var(--second);  transition: all .25s; position: absolute; bottom: 0;   }
	a.learnmore:hover:before, a.learnmore:focus:before{ bottom: 4px;}
	.whiteCTA a.learnmore{color: white;}

	.underlined:after, .blog_entry h2:after, .content_faq_header:after{content: ''; display: block; width: 80px; height: 3px; background-color: var(--second); margin-top: 5px;}
	.text-center .underlined:after, .underlined.text-center:after, .blog_entry h2:after{margin: 5px auto 0 auto;}

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

	a.cta, input[type="submit"], a.clear, a.clear:visited, button.clear, input.go,  input[type="reset"],  a.PSlogout, div.faq_advanced_search_panel input[type=button], button.modal_button, button.cta, button#exedout, .blog-filter a button, button.btn.btn-primary
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 0; background-color: var(--second); color: var(--main); padding: 17px 30px;  font-size: 16px;  font-weight: 700; border-radius: 25px;}

	a.cta:hover,  a.cta:focus, input[type="submit"]:hover, input[type="submit"]:focus, a.clear:hover, a.clear:focus, button.clear:hover, button.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,  button.modal_button:hover, button.modal_button:focus, button.cta:hover, button.cta:focus, button#exedout:hover, button#exedout:focus, .blog-filter a button:hover, .blog-filter a button:focus, button.btn.btn-primary:hover, button.btn.btn-primary:focus
	{text-decoration: none;background-color: var(--main); color: white;
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	}

	.whiteCTA a.cta:hover,  .whiteCTA a.cta:focus, .whiteCTA input[type="submit"]:hover, .whiteCTA input[type="submit"]:focus, .whiteCTA button.btn.btn-primary:hover, .whiteCTA button.btn.btn-primary:focus
	{color: var(--main); background-color: white;}

	.blog-filter a button {background-color: var(--second) !important;}
	.blog-filter a button:hover, .blog-filter a button:focus {background-color: var(--main) !important;}


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

/** HEADERS **********************************************/
	/* padding, not margins */



	
	h1 {margin: 0; padding: 0; font-size: 24px;font-weight: 700;  line-height: 1.2;text-transform: uppercase; color: white;}

	.whiteCTA h2, .whiteCTA h3, .whiteCTA h6{color: white}
	.whiteCTA h3 .whiteCTA h6, .whiteCTA h4, .whiteCTA h5{padding: 1rem 0 0 0;}
	.whiteCTA h4, .whiteCTA h5{color: white}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question, .content_faq_header
	{margin: 0; padding: var(--Mtop) 0 0 0; font-size: 22px; font-weight: 700; line-height: 1.9; color: var(--main); text-transform: uppercase; clear: both}
	article h2.KJEToggleTitle, .cke_editable h2:first-child, .cms_col:first-child{padding: 0}

	
	/*h2:after{content: ''; display: block; width: 80px; height: 3px; background-color: var(--second); margin-top: 5px;}
	.text-center h2:after, h2.text-center:after, .blog_entry h2:after{margin: 5px auto 0 auto;}*/


	h3, .code_block h1, .blog-grid-wrap h2.blog_title, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text,  .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname, .blog-grid-wrap h2
	{margin: 0; padding: 1rem 0 0 0;font-size: 20px; font-weight: 700; line-height: 1.25; color: var(--main);}
	
	/*h3:after, .content_faq_header:after{content: ''; display: block; width: 80px; height: 3px; background-color: var(--second); margin-top: 5px;}
	.text-center h3:after{margin: 5px auto 0 auto;}*/


	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{margin: 0; padding: 1rem 0 0 0;font-size: 18px; font-weight: 700; line-height: 1.3; color: var(--main);}

	.content_rates_table_title{ padding: var(--Mtop) 0 0 0;}
	section.whiteCTA article .content_rates_table_title{padding: 0; }

	h5, .forum_thread_date, .forum_mischeader_title	
	{margin: 0; padding: 1rem 0 0 0;font-size: 16px; font-weight: 700; color: var(--font)}

	h6 	{margin: 0; padding: 1rem 0 0 0;font-size: 16px;font-weight: 400; font-style: italic; color: var(--font)}


	/*S*/
	@media only screen and  (min-width: 576px) {
		h1 {font-size: 28px;}

		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question, .content_faq_header
		{font-size: 24px;}

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		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, .content_faq_header
		{font-size: 24px;}

		h3, .code_block h1, .blog-grid-wrap h2.blog_title, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname, .blog-grid-wrap h2
		{font-size: 22px;}

		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
		{font-size:20px;}

		h5, .forum_thread_date, .forum_mischeader_title, h6 {font-size: 18px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		h1 {font-size: 36px;}

		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question, .content_faq_header
		{font-size: 32px;}

		h3, .code_block h1, .blog-grid-wrap h2.blog_title, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname, .blog-grid-wrap h2
		{font-size:24px;}

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		h1 {font-size:40px;}

		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question, .content_faq_header
		{font-size:36px;}

	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		h1 {font-size:50px;}
	}

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

	* {overflow-wrap: break-word;}
	hr { border: 0; height: 0; border-top: 1px solid var(--main) }
	.full {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;}
	.sideslider table {width: 510px; }
	.sideslider { overflow: scroll;overflow-y: hidden; -ms-overflow-y: hidden;}

	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.mobi {display: none;}
		.full {display: block;}
		.sideslider table {width: 100%; }
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}
	.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; }

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.d-xxl-block{display: block !important;}
		.d-xxl-none{display: none !important;}
		.d-xxl-flex{display: flex !important;}
		.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {position: relative; width: 100%; padding-right: 15px; padding-left: 15px;}
		.col-xxl-1 {-ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
		.col-xxl-2 {-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
		.col-xxl-3 {-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
		.col-xxl-4 {-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
		.col-xxl-5 {-ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
		.col-xxl-6 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
		.col-xxl-7 {-ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
		.col-xxl-8 {-ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
		.col-xxl-9 {-ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
		.col-xxl-10 {-ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%;}
		.col-xxl-11 {-ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%;}
		.col-xxl-12 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
	}




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



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

/** BLOGS ********************************************/
	
	/* for individual blog pages */
	.blog_posted_date {display: block; }
	span.blog_tags_tag a{display: inline-block;}
	
	.blog_share {position: relative;  z-index: 99}
	.blog_share a { font-size: 32px; margin-left: 20px;}
	.blog_share ul {list-style: none;}
	.blog_share ul li{ display: inline-block;}
	article .blog_share ul li:before { display: none;}
	.regionbox form input, .regionbox form select {margin: 5px;}
	.comments_sortbox{margin-top: 1rem; z-index: 10}



	/* panels */
	/* templates/COMMON_JS/enhanced-blog-styles.css */
	/*div.blog-grid-wrap{border: dashed 1px black}
	div.blog_entry{border: solid 1px red;}*/

	div.blog-filter, div.page-selector{display: none;}
	
	/* wrapper */

	section.blogs{padding: var(--Ptop);}
	article section.blogs{padding: var(--Mtop) 0 0 0;}
	section.blogs h2{padding: 0}


	.blog-grid-wrap{gap: 0px; padding: 30px 0; max-width: var(--maxW); margin: 0 auto !important; display: flex;  flex-direction: row;  justify-content: center; align-content: stretch !important; align-items: stretch !important;}

	/* panels */
	.blog-grid-wrap div.blog_entry{max-width: 354px;width: 100%;border: solid 1px silver; border-radius: 0;position: relative;}
	.blog-grid-wrap div.blog_entry:last-child{display: none;}
	.blog-grid-wrap div.blog_entry:nth-last-child(3){display: none;}
	.blog-grid-wrap div.blog_entry:nth-last-child(2){display: none;}


	/* title */
	.blog-grid-wrap h2.blog_title a{ display: block;}
	.blog-grid-wrap h2.blog_title a:hover, .blog-grid-wrap h2.blog_title a:focus{ text-decoration: none;}

	
	/* img */
	.blog-grid-wrap .blog-img-container{padding: 30px 30px 0 30px;}
	.blog-grid-wrap img.blog-image{ box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); }
 

	/* filter match to CTA - use !important*/
	.blog-filter a{border: 0;  border-radius: 0; background: none; }
	.blog-filter a button{margin: 0 5px 5px 0; 	display: inline-block; text-decoration: none; cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 0 !important; color: var(--main); background-color: transparent !important; border: solid 1px var(--main) !important; padding: 16px 30px;  font-size: 20px;  font-weight: 700}
	.blog-filter a button:hover,  .blog-filter a button:focus
	{text-decoration: underline; color: var(--main); background-color: transparent !important; border: solid 1px var(--main) !important; }


	/* content */
	.blog-grid-wrap .blog_entry .blog-content{padding: 30px 30px 0 30px; font-size: 18px;}
	.blog-grid-wrap .blog_entry .blog-content h2{padding: 0;}
	.blog-grid-wrap .blog_entry .blog-content p{font-size: 18px; line-height: 1.67;padding: 1rem 0 0 0}

	.blog_read_more.cta{background-color: transparent; padding: 0; border-radius: 0; padding-bottom: 5px;font-size: 16px; line-height: 1.25; margin-bottom: 60px;}
	.blog_read_more.cta:hover, .blog_read_more.cta:focus{background-color: transparent; color: var(--main);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);}

	.blog_read_more.cta:after{content: ''; display: inline-block; width: 100%; height: 2px; background-color: var(--second);  transition: all .25s; margin: 5px 0 0 0 }
	.blog_read_more.cta:hover:after, .blog_read_more.cta:focus:after{margin: 0 0 5px 0}


	/* date */
	.blog-grid-wrap .blog_posted_date{color: var(--font);font-size: 14px;padding-top: .5rem}
	
	/* comments */
	.blog-grid-wrap .blog_comments_link_div{}
	
	
	/* share */
	div.blog_entry .blog_share{width: 100%;}

	.blog-grid-wrap .blog_share {position: relative; z-index: 99; padding: 9px; background-color: var(--main); color: white;position: absolute; bottom: 0; right: 0; width: 100%; height: 44px; font-size: 14px; }
	.blog-grid-wrap .blog_entry .blog_share ul li.blog_social_share {flex: auto 0 0;}
	.blog-grid-wrap .blog_share a { font-size: 14px !important; min-width: 44px; height: 44px; margin-left: 20px; color: white;}
	.blog-grid-wrap .blog_share ul {list-style: none; margin: 0; padding: 0;  display: flex; justify-content: center;  align-items: center; gap: 10px;}
	.blog-grid-wrap .blog_share ul li{ margin: 0; padding: 0;}



	@media (min-width: 768px) {
		.blog-grid-wrap{gap: 30px; padding: 30px 0; max-width: var(--maxW); margin: 0; display: flex;  flex-direction: row;  justify-content: center;max-width: 745px; }
		.blog-grid-wrap div.blog_entry:nth-last-child(2){display: block;flex: 1 1 auto;}
		.blog-grid-wrap .blog_entry {  flex: 1 1 auto;  }
		.blog-grid-wrap .blog_entry .blog-img-container img { height: auto;}
    }

	@media (min-width: 992px) {
		.blog-grid-wrap { justify-content: center;   margin-right: 0;}
	}


	@media only screen and  (min-width: 1200px) {
		.blog-grid-wrap div.blog_entry{flex: 1 1 calc(33% - 30px); max-width: calc(33% - 30px)}
		.blog-grid-wrap div.blog_entry:nth-last-child(3){display: block;flex: 1 1 calc(33% - 30px);}
		.blog-grid-wrap{max-width: 1122px; }
	}

	@media only screen and  (min-width: 1400px) {
		.blog-grid-wrap div.blog_entry{flex: 1 1 calc(25% - 30px) !important; max-width: calc(25% - 30px)}
		.blog-grid-wrap div.blog_entry:last-child{display: block;flex: 1 1 calc(25% - 30px) !important;}
		.blog-grid-wrap{max-width: 1506px; }
	}

/** CALENDAR *****************************/
	.content_calendar_table {border: 0; }
	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(--pale); border-top: 0}
	tr td.content_calendar_table_cell:last-child { border-bottom: solid 1px var(--main);}
	td.content_calendar_table_selectedcell { border: solid 1px var(--main); background-color: var(--pale)}

	/* de-tablize it */
	table.content_calendar_table, table.content_calendar_table tbody, table.content_calendar_table thead,  table.content_calendar_table tr, table.content_calendar_table tr th, table.content_calendar_table tr td{display: block;}

	/* remove empty cells */
	table.content_calendar_table tr td:empty{display: none;}

	/* fix the header row */
	table.content_calendar_table tr:first-child{display: flex; width: 100% !important; }
	table.content_calendar_table tr:first-child td.content_calendar_table_headercell{display: block; width: 33.33%}

	/* remove the days of the week row */
	table.content_calendar_table tr:nth-child(2){display: none}
	
	/* add days of the week to cells */
	table.content_calendar_table tr td:before{content:'Sunday: ';}
	table.content_calendar_table tr td:nth-child(2):before{content:'Monnday: '}
	table.content_calendar_table tr td:nth-child(3):before{content:'Tuesday: '}
	table.content_calendar_table tr td:nth-child(4):before{content:'Wednesday: '}
	table.content_calendar_table tr td:nth-child(5):before{content:'Thursday: '}
	table.content_calendar_table tr td:nth-child(6):before{content:'Friday: '}
	table.content_calendar_table tr td:last-child:before{content:'Saturday: '}
	table.content_calendar_table tr:first-child td:before{display: none;}



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

		/* re-tableize it */
		table.content_calendar_table{display: table;}
		table.content_calendar_table tbody{display: table-row-group}
		table.content_calendar_table tr, table.content_calendar_table tr:nth-child(2){display: table-row}
		table.content_calendar_table tr td, table.content_calendar_table tr td:empty{display: table-cell}
		table.content_calendar_table tr:first-child{display: table-row}
		/* fix header row */
		table.content_calendar_table tr:first-child td.content_calendar_table_headercell{display: table-cell; width: 14.29%;}
		table.content_calendar_table tr:first-child td.content_calendar_table_headercell[colspan="5"]{width: 71.42%;}
		/* remove days of the week from cells */
		table.content_calendar_table tr td:before{display: none;}

		.content_calendar_table {border: solid 1px var(--main); border-collapse: collapse}
		td.content_calendar_table_cell { border: solid 1px var(--main); }
	}

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

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



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

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

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

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

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

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

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

	/*remove recent, featured, & popular */
	/*div.faq_featured_block, div.faq_recent_block, .faq_popular_block{display: none;}*/

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

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

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

/** FORMS ************************************************/
	/*borders
	.cms_form_fieldset{border: solid 1px red;}
	LEGEND.cms_form_legend {border: solid 1px blue; }
	.cms_form_radio_container, .cms_form_checkbox_container{border: solid 1px green;}
	.cms_form_item{border: solid 1px orange}
	.cms_form_object{border: solid 1px cyan}
	.cms_form_error{} 
	.cms_form_label{border: solid 1px lime}
	.cms_form_content_block{border: dashed 1px black}
	FIELDSET.cms_form_fieldset {border: dashed 1px silver}
	*/

	form.cms_form_obj, .cms_form_errors{max-width: 1000px; margin: 0 auto;}
	form .cms_form_object:last-child{float: none;}
	.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_object input, .cms_form_item .cms_form_object select, .cms_form_item .cms_form_object textarea{ border-radius: 10px;border: solid 1px var(--font);}
	.cms_form_item .cms_form_object input[type="submit"]{width: auto;}

	.cms_form_item { margin: 5px 0}

	LEGEND.cms_form_legend, .cms_form_radio_container, .cms_form_checkbox_container, .cms_form_object, .cms_form_label, FIELDSET.cms_form_fieldset {width: 100% !important; display: block; float: none;}

	.cms_form_radio_container label, .cms_form_checkbox_container label{display: inline;}

	/*M*/
	@media only screen and  (min-width: 768px) {
		.cms_form_item {display: flex; flex-wrap: wrap;}
		.cms_form_object{width: calc(100% - 320px)  !important; }
		.cms_form_label{width: 300px  !important; }

		.cms_form_error{width: 100%  !important;} /* inside .cms_form_item */

		FIELDSET.cms_form_fieldset{position: relative; }
		LEGEND.cms_form_legend{ }
		FIELDSET.cms_form_fieldset .cms_form_object{display: flex; flex-wrap: wrap;justify-content: flex-start; width: 100% !important }
		.cms_form_radio_container, .cms_form_checkbox_container{ padding-right: 20px; width: auto !important;}
	}

/** 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; }
	.boxedsearch h2{padding: 0 0 1rem 0;}
	.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;}

	.locpanel_card_header{padding: 0 20px;}
	div#citylist, div#svclist{background-color: white; padding: 20px; border-radius: 10px; border-bottom: solid 1px silver}
	div#citylist button, div#svclist button{text-align: left}
	#showcities:after,#showservices:after{font-family: 'Font Awesome 6 Pro'; }



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

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

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



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


/** 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(255,255,255,1); 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('/templates/COMMON_JS/dark_background_stripes.gif'); 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; min-height:28px}
	#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;
  }

}

