:root {
  --main: #00416B;
  --second: #D6832B;
  --accent: #673918;
  --pale: #F6F1E4;
  --font: #53575A;
  --steel: #33647E;
  --yellow: #EBA900;
  --beige: #E0D0A6;
  --dkblue: #00263E;
  --whitenograde: linear-gradient(to right, white 0%, white 100%);
  --goldgrade: linear-gradient(to right, var(--second) 0%, var(--yellow) 100%);
  --bluenograde: linear-gradient(to right, var(--main) 0%, var(--main) 100%);
  --bluegrade: linear-gradient(to right, var(--main) 0%, var(--dkblue) 100%);
  --dkgoldgrade: linear-gradient(102deg, var(--second) 26%, var(--accent) 202%);
  --ctaB: linear-gradient(to bottom, var(--steel) 0%,var(--main) 100%);

/*
max-wdith: 1520px;

font-family: droid-serif, serif;

Spacing
XS 60px
Small 80px
XL 90px
XXL  120px 

  4 background-image: linear-gradient(117deg, #00416b 30%, #00263e 105%);
Colors (all HEX colors used)
Blue 00416B - main
Steel Blue 33647E
Dark Blue 00263E 
Orange D6832B - second
Yellow EBA900
Beige E0D0A6
Brown 673918- accent
Grey 53575A 50%
Light Tan F6F1E4 - pale
Grey Body Copy 53575A - font
Red Alert Bar A90B0B 
*/


  --Ptop: 40px 20px 0 20px;
  --Pboth: 40px 20px; 
  --Mtop: 40px;
  --Pside: 20px;
  --Pint: 40px 20px;


	@media only screen and  (min-width: 576px) {
	  --Ptop: 53px 40px 0 40px;
	  --Pboth: 53px 40px; 
	  --Mtop: 53px;
	  --Pside: 40px;
	  --Pint: 40px 40px;
	}

	@media only screen and  (min-width: 768px) {
	  --Ptop: 53px 60px 0 60px;
	  --Pboth: 53px 60px; 
	  --Mtop: 53px;
	  --Pside: 60px;
	}

	@media only screen and (min-width: 992px) {
	  --Ptop: 53px 100px 0 100px;
	  --Pboth: 53px 100px; 
	  --Mtop: 53px;
	  --Pside: 100px;
	  --Pint: 40px 100px;
	}

	@media only screen and (min-width: 1200px) {
	  --Ptop: 80px 100px 0 100px;
	  --Pboth: 80px 100px; 
	  --Mtop: 80px;
	  --Pside: 100px;
	}
}



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

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

	article p{margin: 1rem 0 0 0;}
	article{}
	.liner, article {width: 100%;  margin: 0 auto;  position: relative; max-width: 1520px; }
	.container-fluid{width: 100%; margin: 0 auto; padding: 0;  max-width: 1520px; }
	section { width: 100%; padding: var(--Ptop); margin: 0;}

	a, button.modal_link{  transition: all .25s;  color: var(--font);text-decoration: underline;}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var(--second); 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, label{font-family: droid-sans, sans-serif; font-size: 18px; font-weight: 400; color: var(--font);}
	button{border: 0; background: transparent;transition: all .25s;text-align: center; padding: 0}
	.CHbox a, .CHA, .cardbennies{font-family: droid-sans, sans-serif; font-size: 18px; font-weight: 400; color: var(--font);} /* match to regular font size */
	strong{font-weight: 700}
	blockquote{padding: 1rem 0 0 0;}
	.video_wrapper {margin-top: 20px !important; border: solid 3px black; padding: 5px;}
	article img{max-width: 100%;}

	article ul, article ol {margin: 0; padding: 1rem 0 0 20px;}
	/*.bs-content-row .cms_col:first-child{padding-left: 0}
	.bs-content-row .cms_col:last-child{padding-right: 0}*/


	/* diff color bullets
	article ul li::marker {color: var(--second);}
	*/

	/*FA bullets
	article ul:not(.content_sitemap) {list-style: none;padding: 20px 0 20px 50px;}
	article ul:not(.content_sitemap) li {position: relative;}
	article ul:not(.content_sitemap) li:before {content: '\f058'; font-family: 'Font Awesome 6 Pro'; font-weight: 700; color:#006544; position: absolute; top: 0; left: -30px; }
	*/

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

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

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; padding: 0 10px; position: relative; background-color: white; box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); z-index: 100}
	header .liner{height: 80px; max-width: 100%}
	header.stuck {position: fixed; top: 0; left: 0; }

	a.homelink{ position: absolute; height: 100%; width: 161px; max-width: calc(100% - 165px); top: 0; left: 0;  z-index: 101}
	a.homelink img {width: 100%; }


	.toplinks {display: none; }

	.join a{display: flex;  justify-content: center;  align-items: center; padding: 0 20px; height: 40px;  border-radius: 10px;  background: var(--bluenograde); border: solid 2px var(--main); color: white;  font-size: 15px;  font-weight: 700;text-transform: uppercase; line-height: 1; text-decoration: none}
	.join a:hover, .join a:focus{background: var(--ctaB); border: solid 2px white; color: white; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);text-decoration: none;}


	.sitesearch, .join {display: none;}

	@media only screen and  (min-width: 400px) {
		header {padding: 0 20px;}
	}


	/*S*/
	@media only screen and  (min-width: 576px) {
		header { padding: 0 33px; }
		a.homelink{width: 221px; max-width: 100%;}
		header .liner{height: 100px;}

		nav.toplinks {display: block; background-color: var(--pale); color: var(--steel); padding: 0 var(--Pside);}
		.toplinks .liner {height: 50px; display:  flex; justify-content: flex-end; align-items: center; gap: 20px;}
		.toplinks a, .toplinks .notalink  {color: var(--steel);font-size: 16px; font-weight: 400; text-decoration: none}
		.toplinks a:hover, .toplinks a:focus {color: var(--steel);text-decoration: underline}

		.join{display: block; position: absolute; top: 30px; right: 184px; z-index: 101}
		
		.sitesearch {display: block; height: 44px; width: 173px;  position: relative; }

		.searchbox {position: absolute; top: 5px; left: 0; padding: 0 44px 0 10px; height: 34px; width: 100%; border: 0; background-color: white; outline: 0; background-color: white;border-radius: 8px;}
		.searchbox::placeholder {font-size: 16px}
		.searchbox:-ms-input-placeholder {font-size: 16px}
		.searchbox::-ms-input-placeholder {font-size: 16px}

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

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	/* FIX THIS WHEN FA WORKING - XL too*/
		a.homelink{max-width: 261px; width: calc(100% - 350px) }
		.join{top: 25px; right: 312px}
		.join a{height: 50px;}
	}

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



	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		a.homelink{width: 225px; max-width: 100%;}
		.join{ right: 248px}
	}

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

	@media only screen and (min-width: 1600px) {
		a.homelink{width: 300px; }
	}

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

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

	button.menutoggler{display: block; height: 100%; width: 44px; color: var(--main); position: absolute; top: 0px; right: 0; }
	button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s;}
	button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 6 Pro'; font-size: 40px; font-weight: 900;}
	button.menutoggler[aria-expanded="true"]:before{content: "\f00d";}

	nav.mobile button.menutoggler2{text-decoration: none; height: 44px; width: 44px; font-size: 20px; color: var(--main); position: absolute; top: 0; right: 15px; text-align: center; font-size: 40px;}


	nav.mobile{display: block; background-color: var(--pale);  height: 100%; position: fixed; z-index: 1000; top: 0; overflow-y: auto;  width: 100%; right: -100%; text-align: left;  transition: all .25s; }
	nav.mobile.out{right: 0;-webkit-box-shadow: -5px 5px 5px 0 rgba(0,0,0,.25); box-shadow: -5px 5px 5px 0 rgba(0,0,0,.25);}


	.L1{ padding: 20px;}

	.L1 a, .L1 button {color: var(--main);text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s; padding: 0; background-color: white; border-radius: 20px; padding: 10px 10px 15px 10px;font-family: droid-serif, serif; margin-top: 20px; font-weight: 700}
	.L1 button.flipped{ border-radius: 20px 20px 0 0;}

	.L1 a:before, .L1 button:before{content: ''; display: block; width: calc(100% - 20px); height: 2px; background-color: var(--second); position: absolute; bottom: 10px; left: 10px; }

	.L1 button:after {content: '\2b'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; position: absolute; top: 10px; right: 10px; transition: all .25s; color: var(--second); }
	.L1 button.flipped:after { content: '\f068';}

	.L2 {display: none;background-color: white; border-radius: 20px; padding: 10px; border-radius: 0 0 20px 20px}
	.L2 a, .L2 button {font-family: droid-sans, sans-serif;   font-size: 20px;  font-weight: 400; line-height: 1.5; background:transparent; padding: 5px 10px; margin: 0}
	.L2 a:before, .L2 button:before{display: none;}

	.L3 {display: none;}
	.L3 a{}

	.ML{ padding: 20px; margin-top: 40px; display: flex;  justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px 20px}
	.ML a, .ML .notalink {font-size: 14px; color: var(--main);}
	nav.mobile .join {display: block; width: calc(100% - 84px - 15px); position: relative; left: 20px; margin: 10px 0 }
	nav.mobile .join a {color: white; padding: 0 10px; height: 40px;}


	.sitesearchM { position: relative;  height: 84px; width: 100%; background-color: var(--beige); }

	.searchboxM {position: absolute; top: 20px; left: 20px; padding-left: 10px; height: 44px; width: calc(100% - 84px); border: 0; background-color: white; outline: 0; border-radius: 10px 0 0 10px;}
	/*
	.searchboxM::placeholder {color: white;  opacity: 1;}
	.searchboxM:-ms-input-placeholder {color: white;}
	.searchboxM::-ms-input-placeholder { color: white;}
	*/

	button.SSbttnM{color: var(--main); position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; border-radius: 0 10px 10px 0; background-color: white; }
	button.SSbttnM:hover, button.SSbttnM:focus {color: var(--second);}
	button.SSbttnM:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}



	/*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) {
		nav.mobile{ width: 360px; right: -360px; }
		nav.mobile .join{ position: static}
		nav.mobile button.menutoggler2{display: none; }
		nav.mobile{ height: calc(100% - 150px);  top: 150px; }

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

	@media only screen and  (min-width: 768px)and (orientation: landscape){
		.TL{ margin-top: 0px;}
	}


	/*L*/
	@media only screen and (min-width: 992px) {
		nav.mobile button.menutoggler2{display: none; }
		nav.mobile{ height: calc(100% - 150px);  top: 150px; }
		.TL{ margin-top: 0px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {

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

		nav.pc  {display: block; z-index: 100; width: 100%; position: relative; margin: 0 auto; top: 36px;text-align: center; height: 28px; }
		.navliner {width: calc(100% - 245px - 350px);   z-index: 100; display: flex; /*justify-content: space-between;*/ justify-content: center ; gap: 33px; align-items: center;  align-content: center; position: absolute; top: 0; right: 340px;height: 28px;   }

		button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;  display: flex; align-items: center;  font-family: droid-serif, serif; font-size: 14px;height: 35px; font-weight: 700; color: var(--main);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: 0; height: 2px; background-color: var(--second); position: absolute; bottom: 0; left: 0; transition: all .25s;}
		button.CMitem:hover:after, button.CMitem:focus:after, a.CMitem:hover:after, a.CMitem:focus:after{ width: 100%; }

		.ddcontent{ display: none;background-color: var(--pale);  position: absolute; top: 100px; left: calc(50% - 580px); width: 1160px; border-radius: 0 0 20px 20px; padding: 20px 20px 20px 30px}
		header .ddcontent .liner {height: auto;}
		.ddcontent .container-fluid{border: solid 1px orange; max-width: 1430px; width: 100%; margin: 0 auto;}

		.ddcontent p {}
		.ddcontent a {display: block; color: var(--main);text-decoration: none; font-size: 20px;line-height: 1.5;}
		.ddcontent a:hover, .ddcontent a:focus { text-decoration: underline;color: var(--main);}

		.Mhead{font-size: 20px; font-weight: 700; line-height: 1.5;font-family: droid-serif, serif; color: var(--second);}
		.MPhead{ font-size: 30px;line-height: 1.33;font-family: droid-serif, serif; color: var(--main);}
		.MPbox{line-height: 1.67;  border-radius: 20px;  background-color: white; height: 100%; overflow: hidden; width: 320px; padding-bottom: 20px}
		.MPbox p {margin: 0; padding: 1rem 20px 0 20px;}
		.MPbox p:first-child { padding: 0;}

		/* 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) {
		button.CMitem, a.CMitem{ font-size: 18px;}
	}


	@media only screen and (min-width: 1500px) {
		.navliner {width: calc(100% - 255px - 360px);right: 360px  }
	}
	@media only screen and (min-width: 1600px) {
		.navliner {width: calc(100% - 328px - 360px);   justify-content: center ; gap: 33px;}
	}

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

	section.icons{}

	section.icons .liner{display: flex; justify-content: space-between; align-items: flex-end; gap: 10px 20px; flex-wrap: wrap; flex-direction: row; max-width: 511px}
	section.icons a{ flex: 1 1 40%;   height: 140px;    font-weight: 700; line-height: 1.14; color: var(--blue);  display: block; text-align: center; padding: 15px 5px; background: var(--goldgrade); border-radius: 20px;  border: solid 2px var(--main);font-weight: 700;color: var(--main);margin-top: 10px;text-decoration: none}
	section.icons a .RLwords{font-size: 14px; display: block; height: 60px;display: flex;  align-items: center;align-content: center; text-align: center; justify-content: center;}

	section.icons a:hover, section.icons a:focus{background: var(--bluegrade); height: 150px; padding-top: 25px;margin-top: 0px; color: white;text-decoration: none}
	section.icons a .RLicon{display: block; font-size: 35px; margin: 0 auto 10px auto;}

	section.Hpromos{}
	.HPbox{color: var(--beige);  border-radius: 30px;  background-color: var(--main); overflow: hidden; height: 100%; max-width: 360px; margin: 0 auto;}
	.HPimg{}
	.HPimg img{border-radius: 0 !important;}
	.HPtext{padding: 20px 20px 40px 20px; font-size: 16px; text-align: center;}
	.HPtext p {padding: 1rem 0 0 0; margin: 0 }
	.HPtext h3{color: var(--beige); font-size: 22px}

	/*S*/
	@media only screen and  (min-width: 576px) {
		section.icons a{  font-size: 16px; height: 158px; padding: 20px 10px;flex: 1 1 30%; }
		section.icons a:hover, section.icons a:focus{height: 168px; padding-top: 30px  }
		section.icons a .RLwords{font-size: 16px; height: 80px;}

		section.icons .liner{ gap: 10px 23px; justify-content: center;}
		.HPtext h3{ font-size: 28px}
		.HPtext{ font-size: 18px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.icons a{max-width: 155px; flex: 1 1 155px; }
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.icons{padding: var(--Mtop) 50px 0 50px}
		section.icons a{max-width: 100%; flex: 1 1 12%; }
		section.icons .liner{ max-width: 100%}
		.HPtext h3{ font-size: 32px}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.icons{padding: var(--Mtop) 0 0 0;}
		section.icons .liner{ max-width: 100%}
		section.icons a{ width: 160px;  height: 170px; min-width: 160px; flex: 0 0 ; padding-left: 20px; padding-right: 20px;}
		section.icons a:hover, section.icons a:focus{height: 180px }
		section.icons a .RLicon{ font-size: 44px; }
		.HPtext h3{ font-size: 24px}
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		section.icons a{ width: 170px;   min-width: 170px;}
		section.icons .liner{gap: 45px}
		.HPtext h3{ font-size: 30px}
	}

/** HOME - COMMUNITY */

	section.community{padding: var(--Mtop) 0 0 0 }
	section.community .liner{-webkit-box-shadow: -5px 5px 5px 0 rgba(0,0,0,.25); box-shadow: -5px 5px 5px 0 rgba(0,0,0,.25);border-left: solid 10px var(--second);  border-bottom: solid 10px var(--second); border-radius: 0 0 0 50px; padding-bottom: 62px; max-width: 390px;}

	.Ctitle{position: relative;  height: 72px; }
	.Ctitleimg{width: 85px; height: 72px;  background-color: var(--beige); border-radius: 0 20px 0 0; position: absolute; top: 0; left: -10px;}
	.Ctitleimg img{max-width: 100%}
	.CtitlenotH2 {width: calc(100% - 75px); height: 38px; font-size: 24px; text-align: left;  color: var(--second); background: var(--bluegrade); border-radius: 0 20px 0 0; position: absolute; bottom: 5px; right: 0; padding: 0; margin: 0; display: flex; align-items: center; padding-left: 10px;font-style: italic}
	.CtitlenotH2 p{ padding: 0; margin: 0;}
	
	.Ctext{padding: 40px; text-align: left;}
	.Ctext h2{text-align: left; }
	.Ctext p{margin: 0; padding: 1rem 0 0 0; font-size: 14px; line-height: 1.71;}
	
	.Cpix{width: 100%; height: 202px; padding: 0 40px; position: relative;}
	.blueblock{width: calc(100% - 13px - 234px - 40px);  height: 89px;  background: var(--bluegrade); border-radius: 16px 16px 0 16px; position: absolute; top: 0; left: 40px;}
	.Cimg1{ width: 234px;  height: 151px;    position: absolute; top: 0; right: 0;}
	.Cimg1 img{max-width: 100%;border-radius: 30px 0 30px 30px;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);}
	.Cimg2{ width: 165px; height: 101px; position: absolute; bottom: 0; left: 40px;}
	.Cimg2 img{max-width: 100%; border-radius: 30px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);}
	.goldblock{width: calc(100% - 165px - 13px - 40px); height: 42px;  background-image: var(--dkgoldgrade); position: absolute; bottom: 0; right: 0;border-radius: 0 16px 16px 16px;}
	

	

	/*S*/
	@media only screen and  (min-width: 576px) {
		section.community .liner{width: 524px; max-width: 1490px;}
		.Ctitle{height: 118px; }
		.Ctitleimg{width: 134px; height: 118px;border-radius: 0 30px 0 0;}
		.CtitlenotH2{width: calc(100% - 124px);height: 75px; font-size: 32px; border-radius: 0 30px 0 0;   bottom: 10px; right: 0;padding-left: 30px;}
		.Cpix{height: 310px;}
		.blueblock{width: 91px;  height: 137px;  border-radius: 25px 25px 0 25px;}
		.Cimg1{ width: 359px;  height: 232px;}
		.Cimg1 img{border-radius: 50px 0 50px 50px;}
		.Cimg2{ width: 253px; height: 156px;}
		.Cimg2 img{ border-radius: 50px;}
		.goldblock{ width: 199px;  height: 64px;border-radius: 0 25px 25px 25px;}

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

		section.community .liner{width: 760px;}
		.Ctitle{height: 137px; }
		.Ctitleimg{width: 158px;  height: 137px;}
		.CtitlenotH2{width: calc(100% - 148px);  bottom: 31px; right: 0;padding-left: 30px;}

		.Cpix{height: 458px;}
		.blueblock{ width: 134px;  height: 202px;}
		.Cimg1{ width: 531px; height: 343px;}
		.Cimg2{width: 374px;  height: 230px;}
		.goldblock{width: 294px; height: 95px;}

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.community .liner{width: 824px;}
		.Ctitle{height: 118px; }
		.Ctitleimg{width: 134px; height: 118px;border-radius: 0 30px 0 0;}
		.CtitlenotH2{width: calc(100% - 124px);  bottom: 10px; }
		.Cpix{height: 500px;}
		.blueblock{width: 146px; height: 220px;}
		.Cimg1{width: 576px; height: 373px;}
		.Cimg2{  width: 408px;  height: 250px;}
		.goldblock{ width: 318px; height: 103px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.community{padding: var(--Ptop);}
		section.community .liner{width: 100%;}

		.Ctitle{height: 148px; }
		.Ctitleimg{  width: 192px;  height: 148px;}
		.CtitlenotH2{height: 74px; width: calc(100% - 182px);  bottom: 37px; }

		.Ctext{min-height: 320px; padding: 40px 30px 80px 80px;width: 50%;  display: flex;  align-items: center}

		.Cpix{width: 50%; height: 346px; position: absolute; top: 148px; right: 0;}
		.blueblock{ width: calc(100% - 20px - 399px);  height: 152px; left: 0}
		.Cimg1{ width: 399px;  height: 258px; }
		.Cimg2{ width: 281px;  height: 173px;left: 0}
		.goldblock{ width: calc(100% - 20px - 281px); height: 71px;}
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.Ctext{min-height: 400px; padding: 70px 130px;}
		.Cpix{height: 440px;}
		.blueblock{ width: calc(100% - 20px - 480px); height: 218px;}
		.Cimg1{ width: 480px;  height: auto; }
		.Cimg2{ width: 340px;  height: auto;}
		.goldblock{ width: calc(100% - 20px - 340px); height: 110px;}


	}
	/*XXL*/
	@media only screen and (min-width: 1650px) {
		.Ctext{min-height: 490px; padding: 70px 130px;}
		.Cpix{height: 490px;}
		.blueblock{ width: calc(100% - 20px - 572px); height: 218px;}
		.Cimg1{ width: 572px;  height: 370px; }
		.Cimg2{ width: 404px;  height: 248px;}
		.goldblock{ width: calc(100% - 20px - 404px); height: 100px;}
	}

/** 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;}
	a.Rlink{border: solid 1px cyan;}
	.slick-prev, .slick-next{border: solid 1px lime;}
	*/

	section.rc-container{background-color: var(--pale);color: var(--main); padding: 40px 10px ; border-radius: 30px; width: calc(100% - 40px); position: relative;   max-width: 350px; margin: 0 auto; margin-top: var(--Mtop);}
	
	.Rtop(border: solid 1px fuchsia;)
	.Rdate{font-size: 14px;}
	.Rtitle{font-size: 32px; font-weight: 700;}
	
	.Rlinks{display: flex;  flex-direction: column; gap: 16px; align-items: center;}
	.Rlinks a.ctaB{}

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

	.slick-slider{  padding: 0; margin: 0 auto; width: calc(100% - 100px) !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 2px; height: 160px;}

	a.Rlink{text-decoration: none; position: relative; display: block; }
	a.Rlink:hover, .a.Rlink:focus{text-decoration: none;}
	a.Rlink:hover .Rtext, .a.Rlink:focus .Rtext{ text-decoration: underline;}


	.Rtext{font-size: 20px; line-height: 1.25; color: var(--main); transition: all .25s; padding: 0 10px;}
	.Rapr{font-size: 14px; color: var(--main);  line-height: 1}
	.Rnumber{font-size: 60px; color: var(--main); line-height: 1; padding: 17px 0 }

	/* arrows nav */
	.slick-arrow.slick-hidden{display:none}
	.slick-prev, .slick-next{border: solid 0px lime; z-index: 99; color: var(--main); font-size: 20px; position: absolute; top: 0; display: block;  width: 50px; height: 100%; cursor: pointer; text-align: center; background: transparent; opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90; display: flex; justify-content: center; align-items: center; padding: 0 }
	.slick-prev{left: 0;}
	.slick-next{left: auto;right: 0;}
	.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{opacity: 1;  outline:none;}
	
	.slick-prev span, .slick-next span{background-color: white; border: solid 3px var(--main); width: 36px; height: 36px; border-radius: 50%; display: flex;  justify-content: center;  align-items: center;}

	.slick-prev:hover span, .slick-prev:focus span, .slick-next:hover span, .slick-next:focus span{background-color: var(--second)}




	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.rc-container{ max-width: 824px; padding: 40px 0;}
		.Rlinks{flex-direction: row; gap: 16px;  justify-content: center;}
		.slick-active a.Rlink:before{content: ''; width: 2px; height: 160px;background-color: var(--second); position: absolute; top: 0; right: -4px;}

	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.rc-container{ max-width: 1366px; padding: 40px;}
		.Rrates{ margin: 0px auto; }
		.Rlinks{padding-top: 60px;}
		.Rtop{display: flex;  align-items: center; justify-content: flex-start;}
		.Rtitle, .Rdate{text-align: left;}

	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		section.rc-container{ padding: 50px;}
		.Rlinks{flex-direction: column;padding-top: 0}
		.Rtitle{font-size: 28px}
		.Rlinks a.ctaB{padding: 16px 20px; }

	}

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

	section.test{ width: 100%;  z-index: 99; position: relative; padding: var(--Pint); margin: var(--Mtop) 0; background-color: var(--pale);}
	.testicon{margin-bottom: 40px;}

	.testcontain{max-width: 500px; margin: 0 auto;}

	.content_slideshow.testimonial-carousel.carousel{border: 0;}
	
	/* borders 
	.testimonial-carousel.carousel{border:  solid 1px blue;}
	.content_slideshow.testimonial-carousel.carousel{border: solid 1px red;}
	.content_slideshow.testimonial-carousel .carousel-item{border: solid 1px green;}
	.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;}
	*/

	.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 {border: solid 0px blue; padding: 20px 0px; text-align: left;height: 100%; justify-content: start; font-size: 14px;}
	.content_slideshow.testimonial-carousel .carousel_caption_text{text-align: left; }
	section.test:not(.home) .content_slideshow.testimonial-carousel .carousel_caption_text{text-align: center; }



	.content_slideshow.testimonial-carousel button.carousel-control-pause, .content_slideshow.testimonial-carousel button.carousel-control-play {position: absolute;z-index: 99; bottom: 0px;left: calc(50% - 22px);  top: auto;  margin: 0; width: 44px; height: 44px; text-shadow: none; color: var(--main); width: 44px; height: 44px; font-size: 18px; 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: var(--second);}
	.content_slideshow.testimonial-carousel button.carousel-control-pause i, .content_slideshow.testimonial-carousel button.carousel-control-play i{font-weight: 400}


	.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(--main); 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:after, .content_slideshow.testimonial-carousel button.carousel-control-next:after{content: '\f060'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; font-size: 20px;}
	.content_slideshow.testimonial-carousel button.carousel-control-next:after{content: '\f061';}
	
	.content_slideshow.testimonial-carousel button.carousel-control-prev:hover:after, .content_slideshow.testimonial-carousel button.carousel-control-prev:focus:after, .content_slideshow.testimonial-carousel button.carousel-control-next:hover:after, .content_slideshow.testimonial-carousel button.carousel-control-next:focus:after{/*background-*/color: var(--second);}



	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.carousel_caption_text{text-align: left; }
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.testicon{margin-bottom: 0px;display: flex; justify-content: center; align-items: center; flex-direction: column}
		.testicon h2{font-size: 28px; padding-top: 1rem;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.testicon h2{font-size: 34px;}
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.testcontain{max-width: 800px;}
		.testicon h2{font-size: 36px;}

	}

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

	/* set the height - add arrows if they are on the side */
	.R0.regional_slideshow, .R0.regional_slideshow .carousel-item { height: auto;}

	.R0.regional_slideshow {} 
	.R0.regional_slideshow .carousel-item{position: relative; padding-bottom: 24px; }

	.R0.regional_slideshow .overlay{ width: calc(100% - 20px);  height: 100%; background: var(--bluegrade); position: absolute; top: 0; left: 20px; border-radius: 0 0 0 60px; z-index: 10;}

	.R0.regional_slideshow .overlay2{ width: calc(100% - 34px);  height: calc(100% - 14px); -webkit-box-shadow: -5px 5px 5px 0 rgba(0,0,0,.25); box-shadow: -5px 5px 5px 0 rgba(0,0,0,.25);border-left: solid 10px var(--second);  border-bottom: solid 10px var(--second); border-radius: 0 0 0 50px; position: absolute; top: 0; right: 0; z-index: 99;}

	.R0.regional_slideshow .carousel-image{;position: relative; left: 0; height: auto; z-index: 90 }
	.R0.regional_slideshow .carousel-image img{width: 100%;border-radius: 0 0 0 60px; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);}


	.R0.regional_slideshow .carousel-caption { width: calc(100% - 44px); height: 100%;color: white;  position: relative; z-index: 90; bottom: 0; right: 0; top: auto; left: auto;  padding: 2rem 40px; margin-left: 44px;}


	.R0.regional_slideshow .carousel-caption h1{margin-top: 0;}

	.R0.regional_slideshow .carousel_caption_text{}

		/* arrows grouped */
		.R0.regional_slideshow a.carousel-control-prev, .R0.regional_slideshow a.carousel-control-next {width: 44px; height: 44px; font-size: 18px; text-shadow: none; color: white; position: absolute; top: auto; bottom: 0;}
		.R0.regional_slideshow a.carousel-control-prev{left: auto; right: 50%; }
		.R0.regional_slideshow a.carousel-control-next{left: 50%;}
		.R0.regional_slideshow a.carousel-control-prev:after{content: '\f060'; font-family: 'Font Awesome 6 Pro'; font-weight: 300; }
		.R0.regional_slideshow a.carousel-control-next:after{content: '\f061'; font-family: 'Font Awesome 6 Pro'; font-weight: 300;}

		/* dots, squares, etc */
		.R0.regional_slideshow ol.carousel-indicators {border: solid 0px yellow;  height: 44px;  width:100%;}
		.R0.regional_slideshow ol.carousel-indicators li { width: 44px; height: 44px;background-color: transparent; border-radius: 0;  margin: 0px; border: 0; text-indent: 0; display: flex; justify-content: center;  align-items: center}
		.R0.regional_slideshow ol.carousel-indicators li:before{content: '\f0c8'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; color: white; }
		.R0.regional_slideshow ol.carousel-indicators li:hover {background-color: transparent; }
		.R0.regional_slideshow ol.carousel-indicators li:hover:before {font-weight: 900;}
		.R0.regional_slideshow ol.carousel-indicators li.active {background-color: transparent;  }
		.R0.regional_slideshow ol.carousel-indicators li.active:before {font-weight: 900; color: var(--second);  }

		/* playpause */
		.R0.regional_slideshow .playpause {position: absolute;  bottom: 0; right: 0; left: auto; top: auto;  margin: 0; width: auto; z-index: 99;}
		.R0.regional_slideshow .playpause button{color: white; background-color: transparent; width: 44px; height: 44px; font-size: 24px; border-radius: 5px; border: none; padding: 0;}
		.R0.regional_slideshow .playpause button:hover, .R0.regional_slideshow .playpause button:focus{background-color: transparent;color: var(--second);}
		.R0.regional_slideshow .playpause button.pushed{display: none;}
		.R0.regional_slideshow .pauseButton:after{content: '\f04c'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}
		.R0.regional_slideshow .playButton:after{content: '\f04b'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }


	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.R0.regional_slideshow .overlay{ width: calc(100% - 44px);  left: 44px;}
		.R0.regional_slideshow .overlay2{ width: calc(100% - 58px); }
		.R0.regional_slideshow .carousel-caption {width: calc(100% - 68px);  margin-left: 68px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.R0.regional_slideshow .carousel-item{ padding-bottom: 30px; }
		.R0.regional_slideshow .overlay{ width: calc(100% - 56px);  left: 56px;}
		.R0.regional_slideshow .overlay2{ width: calc(100% - 76px); height: calc(100% - 20px); }
		.R0.regional_slideshow .carousel-caption {width: calc(100% - 90px);  margin-left: 90px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	.R0.regional_slideshow{margin-bottom: -50px}
		.R0.regional_slideshow .carousel-item{display: flex; flex-direction: row-reverse;padding-bottom: 24px !important;}
		.R0.regional_slideshow .carousel-image{width: 50%; left: auto; height: 250px; }
		.R0.regional_slideshow .carousel-image img{object-fit: cover; object-position: center;width: 100%;  height: 250px;}


		.R0.regional_slideshow .carousel-caption { width: calc(50% - 50px); margin-left: 0px; height: 200px; position: absolute; bottom: auto; top: 0; left: 50px; padding: 50px; display: flex;  align-items: flex-end;}
		.R0.regional_slideshow .overlay{ width: calc(100% - 20px); height: 224px; left: 20px;}
		.R0.regional_slideshow .overlay2{ width: calc(100% - 40px); height: 210px; }

	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
	.R0.regional_slideshow{margin-bottom: 0px}
		.R0.regional_slideshow .carousel-item{ padding-bottom: 30px; }
	.R0.regional_slideshow .overlay{ width: calc(100% - 60px); height: 313px; left: 60px;}
		.R0.regional_slideshow .overlay2{ width: calc(100% - 80px);  height: 294px }
		.R0.regional_slideshow .carousel-caption {width: calc(50% - 90px); left: 90px; height: 285px }
		.R0.regional_slideshow .carousel-image{height: 350px; }
		.R0.regional_slideshow .carousel-image img{height: 350px;}

	}

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

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

	article img{box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25); border-radius: 0 40px 40px 40px;}

	section.beige{background-color: var(--beige); padding: var(--Pint); margin-top: var(--Mtop);}
	section.beige h2{padding-top: 0}


	section.blue{background: linear-gradient(to left, var(--main) 0%, var(--dkblue) 100%); padding: var(--Pint); margin-top: var(--Mtop); color: white;}
	section.blue h2{color: var(--pale); padding: 0 ;}

	.startingblox ul{display: flex;  flex-direction: column; gap: 20px; margin: 2rem auto 0 auto; max-width: 400px; list-style: none;}
	.startingblox ul li{width: 100%; padding: 13px 20px; background-color: white;  border-radius: 20px; position: relative;  top: 0; gap: 5px;}
	.startingblox ul li a{font-size: 20px; color: var(--main);line-height: 1.33;  display: flex; justify-content: center; align-items: center; text-decoration: none;  Width: 100%; gap: 10px;}
	.startingblox ul li a .RLfa{color: var(--second); font-size: 30px; }

	section.pale{background-color: var(--pale); padding: var(--Pint); margin-top: var(--Mtop);}
	section.pale h2{padding-top: 0}

	.compbox{border-left: solid 8px #d6832b; border-bottom: solid 8px #d6832b; background-color: white; border-radius: 0 20px; padding: 20px 20px 20px 20px; margin-top: 1rem; height: 100%}

	.promo{-webkit-box-shadow: -5px 5px 5px 0 rgba(0,0,0,.25); box-shadow: -5px 5px 5px 0 rgba(0,0,0,.25);border-left: solid 10px var(--second);  border-bottom: solid 10px var(--second); border-radius: 0 0 0 80px; padding: 0 0 2rem var(--Pside);margin-top: var(--Mtop);}
	.Pimg{}
	.Pimg img{box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25); border-radius: 40px 0 40px 40px !important;}
	.Ptext {}
	.Ptext h2{padding-top: 1rem; text-align: left;}

	.FBbox{ padding: 20px; height: 180px; border-radius: 20px;  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);  background-color: white; width: 100%; height: 100%; text-align: left;}
	.FBbox h3, .Fbox h4{padding-top: 0}

	.FBbox ul{list-style: none;padding: 1rem 0 0px 30px;}
	.FBbox ul li {position: relative; margin-bottom: 1rem}
	.FBbox ul li:before {content: '\f00c'; font-family: 'Font Awesome 6 Sharp'; font-weight: 900; font-size: 16px; color: var(--second); background-color: var(--pale);  width: 22px;  height: 22px;  border-radius: 3px; border: solid 1px var(--second); display: flex; justify-content: center; align-items: center; position: absolute; top: 2px; left: -30px; }

	.mortgage_map{max-width: 680px; margin: 0 auto}

	/*S*/
	@media only screen and  (min-width: 576px) {
		.startingblox ul li a{ font-size: 24px; }
		.startingblox ul li a .RLfa{ font-size: 40px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.startingblox ul {flex-direction: row; justify-content: center; gap: 24px; max-width:100%;}
		.startingblox ul li { height: 126px; max-width: 233px; top: 0; position: relative; transition: all .25s }
		.startingblox ul li a{ flex: 1 1; padding: 0px 20px; height: 100%;  }
		.startingblox ul li:hover{top: -10px}
		.startingblox ul li a .RLfa{width: 50px; }
		.promo{ padding: 0 0 var(--Pside) var(--Pside);margin-top: var(--Mtop);}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.startingblox ul li {height: 138px;}
		.Pimg{text-align: right}
		.promo{padding: 0 0 40px 40px;}
		.FBbox{ padding: 34px; }
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.startingblox ul{ gap: 40px;}
		.promo{padding: 0 0  60px 60px;}
		.mortgage_map{max-width: 800px;}

	}

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

	/* 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: inline-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; color: var(--main);}
	table.content_rates_table tr:nth-child(even) td, table.table_builder tr:nth-child(even) td{background-color: var(--pale);}
	table.content_rates_table tr:nth-child(odd) td, table.table_builder tr:nth-child(odd) td{background-color: var(--beige);}

	/* rounded corners */

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




	/*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: 20px; background-color: var(--main); border-bottom: solid 3px var(--second);color: white; position: static;    line-height: 1.25; font-weight: 700;}

		table.content_rates_table tr td, table.table_builder tr td{display: table-cell; padding: 20px;line-height: 1.25;}
		table.content_rates_table tr td:before, table.table_builder tr td:before {display: none}

		/* 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:nth-child(2) td:first-child, table.table_builder  tr:nth-child(2) td:first-child{ border-radius: 0;}


		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}
		table.content_rates_table  tr:first-child td:first-child, table.table_builder  tr:first-child td:first-child{ border-radius: 0;}

		

		
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		table.content_rates_table tr th, table.table_builder tr th, table.content_rates_table tr td, table.table_builder tr td{font-size: 24px;}

	}

/** 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: 20px 60px 20px 16px;background-color: white; color: var(--main); display: block; position: relative; text-decoration: none;   border-radius: 8px;  border: solid 1px var(--second); margin: 16px 0}
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited{ width: 100%; text-align: left;}

	/* for borders between
	.code_block_accordion_wrap .code_block_accordion:first-child div.code_block_indiv_top{border: 0}
	.code_block_accordion_wrap{ border-bottom: solid 1px var(--second);}

	*/
	
	/* 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); background-color:white;text-decoration: none;}

	/* open Q */
	.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);  display: block; padding: 20px 60px 20px 16px;  text-decoration: none;position: relative; position: relative;border-radius: 8px  8px 0 0; border-bottom: 0;  margin: 16px 0 0  0 }
	/*	div.cms_form_collapsible_header.open a, */

	/* 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: '';}
	
	.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: '\f078'; 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: '\f077'; 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 */
	.faq_question_block_slide_answer, article .code_block_accordion.open .code_block_indiv_content{padding: 0 20px 20px 20px; border-radius: 0; border: 0; border-top: 0; margin: 0; border-radius: 0 0 8px 8px;  border: solid 1px var(--second); border-top: 0; background-color:white;  margin: 0 0 16px 0}
	.cms_form_content_block{padding: 0 20px 20px 20px;  border: 0; margin: 0 0 16px 0}


	.faq_question_block_slide_answer:before, article .code_block_accordion.open .code_block_indiv_content:before{content: ''; display: block; width: 100%; height: 2px; background-color: var(--main); margin-bottom: 20px}

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

/** FOOT ****************************************************/
	footer {width: 100%; background-color: var(--main); color: white; padding: 0 0 var(--Mtop) var(--Pside); margin-top: var(--Mtop); font-size: 16px; text-align: left;}
	footer .Fcurve{-webkit-box-shadow: -5px 5px 5px 0 rgba(0,0,0,.25); box-shadow: -5px 5px 5px 0 rgba(0,0,0,.25);border-left: solid 10px var(--second);  border-bottom: solid 10px var(--second); border-radius: 0 0 0 50px; padding: var(--Mtop) var(--Pside); }
	footer .container-fluid{padding: 0) var(--Pside) 0 0;}

	.Fhead{font-family: droid-serif, serif; font-size: 20px;  font-weight: bold; color: var(--second);}

	footer p{margin: 0 padding: 1rem 0 0 0}
	footer a{ color: white;text-decoration: none;}
	footer a:hover, footer a:focus {color: var(--second); text-decoration: underline;}

	.links1, .links2{padding: 2rem 0 0 0} 
	.links1 a, .links1 .notalink{display: block; padding: .5rem 0 0 0}
	
	.links2 a:after, .links2 .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.links2 a:last-child:after{content: ""; padding: 0;}

	.socmed{font-size: 26px}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; margin-right: 10px; color: white;}
	.socmed a:hover, .socmed a:focus{color: var(--second);}

	.ncua{}
	.footicons{border: solid 0px fuchsia; white-space: nowrap; }
	.footicons img{ margin-right: 20px; transition: all .25s; height: 75px; /*transform: scale(.47);*/}
	.footicons img:hover{height: 142px;}
	.footnote{border: solid 0px silver}


	@media only screen and  (min-width: 576px){
		footer .Fcurve{ padding: 60px var(--Pside) var(--Mtop)  40px; }

	}

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

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		footer .Fcurve{ padding: 60px var(--Pside) var(--Mtop) 60px; }
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.links1 a, .links1 .notalink{display: inline; padding:  0}

		.links1 a:after, .links1 .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
		.links1 a:last-child:after{content: ""; padding: 0;}
	}
	/*XXL*/
	@media only screen and (min-width: 1400px) {
		footer .Fcurve{ padding: 60px var(--Pside) var(--Mtop) 100px; }

	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 14px; line-height: 1;}
	.largecopy{font-family: droid-sans, sans-serif; font-size: 24px; font-weight: 400; color: var(--font); line-height: 1.33; }
	.bluetext{color: var(--main);}
	.goldtext{color: var(--second);}
	.browntext{color: var(--accent);}
	.notrounded{border-radius: 0; box-shadow: none}

	/* Allpopint widget */
	#boxcontainer1 {width: 250px;background-color:#00A94F;padding-top: 5px;padding-bottom: 5px; margin-top: 1rem}
	#coopsearchbox1 {border-radius: 9px;text-align: middle;}
	#cooplogobox1 {width: 140px;height: 50px;margin-right: auto;margin-left: auto;margin-top: 5px;margin-bottom:5px;}
	#coopsearch1 {clear:left;color: #000;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;text-align: center;padding-left: 10px;margin-bottom:10px;}
	#searchheader1 {margin:0px; padding:0px 0px 5px 0px;font-size: 14px;text-align: center;}
	#boxcontainer1 input { margin: 10px auto 5px auto;border-radius: 5px;border: solid 1px var(--font);}
	#boxcontainer1 input[type="submit"] {display: block; margin: 3px auto 5px auto;border-radius: 5px;border: 0px;color: #000 !important;background: none #FFE800 !important;Padding:3px; 5px;}
	#boxcontainer1 input[type="submit"]:hover {background: none var(--font) !important;;color:#FFF !important;}

	/* Coop Search */
	#boxcontainer {width: 250px;Background-color:#C2EBFA;padding-top: 5px;padding-bottom: 5px; margin: 1rem auto 0 auto;}
	#coopsearchbox {text-align: middle;}
	#cooplogobox {width: 250px;margin-right: auto;margin-left: auto;margin-top: 5px;text-align: center;}
	#cooplogo {width: 70.2px;height: 56.4px;}
	#coopsearch {clear:left;color: #000;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;text-align: center;padding-left: 10px;margin-bottom:10px;}
	#searchheader{margin:0px; padding:0px 0px 5px 0px;font-size: 14px;text-align: center;}
	#boxcontainer input { margin: 10px auto 5px auto;border-radius: 5px;border: solid 1px var(--font);}
	
	#boxcontainer input[type="submit"] {display: block; margin: 3px auto 5px auto;border-radius: 5px;border: 0px;color: white !important;background: none #003e5b !important;Padding:3px; 5px;}
	#boxcontainer input[type="submit"]:hover {background: none var(--font) !important;;color:#FFF !important;}
	
/** CTA **********************************************/
	input[type="submit"], input[type="reset"] {appearance: none;cursor: pointer}

	a.cta,a.ctaB, 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
	{display: inline-block; text-decoration: none; cursor: pointer; line-height: 1; text-align: center; transition: all .25s;  padding: 16px 30px;  border-radius: 8px; border: solid 2px var(--second);  background: var(--whitenograde); font-size: 15px;  font-weight: 700; color: var(--dkblue); text-transform: uppercase; text-decoration: none;}

	a.ctaB{ background: var(--bluenograde); border: solid 2px var(--main); color: white;}

	.blog-filter a button {background: var(--whitenograde) !important;border: solid 2px var(--second) !important; }
	.blog-filter a button:hover, .blog-filter a button:focus {background: var(--dkgoldgrade) !important; border: solid 2px white !important; }


	a.cta:hover,  a.cta:focus, a.ctaB:hover, a.ctaB: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
	{box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);  border: solid 2px white; background: var(--dkgoldgrade);text-decoration: none;}

	a.ctaB:hover, a.ctaB:focus{background: var(--ctaB); border: solid 2px white; color: white; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);}

	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 {font-family: droid-serif, serif; font-size: 28px; font-weight: 400;  line-height: 1.2; color: #FFFFFF; margin: 0}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
	{margin: 0; font-family: droid-serif, serif; font-size: 26px; font-weight: 400; line-height: 1.125; color: var(--main); padding: var(--Mtop) 0 0 0; text-align: center;}
	article h2.KJEToggleTitle{padding: 0}


	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_faq_header, .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-family: droid-serif, serif; font-size: 22px; font-weight: 400; line-height: 1.33; color: var(--main)}

	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-family: droid-sans, sans-serif; font-size: 18px; font-weight: 700; line-height: 1.25; color: var(--main);}
	h5, .forum_thread_date, .forum_mischeader_title	
	{margin: 0; padding: 1rem 0 0 0;font-size: 18px; font-weight: 700; color: var(--font)}

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

	/*S*/
	@media only screen and  (min-width: 576px) {
		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
		{font-size: 34px;}

		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_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname, .blog-grid-wrap h2
		{font-size: 28px;}
		
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
		{font-size: 24px;}

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		h1 {font-size: 42px;}

	}

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

		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: 40px;}

	}

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

	}

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

		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: 48px;}

		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_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname, .blog-grid-wrap h2
		{ font-size: 30px;}

	}

/** 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 ********************************************/
	.blog_posted_date {display: block; color: BLACK;}
	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}

	.blogarchive{border-left: solid 8px #d6832b; border-bottom: solid 8px #d6832b; background-color: var(--pale); border-radius: 0 20px; padding: 20px 20px 20px 20px; margin: 1rem 0}
	
	
	/* panels */
	.blog-grid-wrap{gap: 30px;}

	.blog-grid-wrap div.blog_entry{border: 0; border-left: solid 8px #d6832b; border-bottom: solid 8px #d6832b; background-color: var(--pale); border-radius: 0 20px; padding: 20px 20px 20px 20px;}

	.blog-grid-wrap h2.blog_title{ text-align: left; padding: 2rem 0 1rem 0}
	.blog-grid-wrap h2.blog_title a{color: var(--main); text-align: left; text-decoration: none;}
	.blog-grid-wrap h2.blog_title a:hover, .blog-grid-wrap h2.blog_title a:focus{color: var(--second); text-decoration: none;}

	.blog-grid-wrap .blog_entry .blog-content{padding: 0}
	
	a.blog_read_more.cta { line-height: 1.25; text-align: left;  padding: 0;  border-radius: 0; border: 0;  background:transparent; font-size: 18px;  text-transform: initial; text-decoration: none;}

	a.blog_read_more.cta:hover, a.blog_read_more.cta :focus{box-shadow: none;  border: 0; background: transparent;text-decoration: none; color: var(--second);}




	
	.blog-grid-wrap .blog-img-container{}
	.blog-grid-wrap .blog_entry .blog-img-container img { width: 100%;  height: auto;  object-fit: fill; border-radius: 0 20px 20px 20px;}

	.blog-filter a button{margin: 0 5px 5px 0; }

	.blog-grid-wrap .blog_posted_date{display: inline;}
	.blog-grid-wrap .blog_comments_link_div{}
	div.blog_entry .blog_share{width: 100%;}
	div.blog_entry .blog_share li:first-child{display: none;}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.blog_share { float: right; }
		.blog_share ul { display: flex;  justify-content: flex-end;  align-items: center;}
	}

	@media (min-width: 768px) {
		.blog-grid-wrap .blog_entry .blog-img-container img {height: auto;}
	}

	@media only screen and  (min-width: 992px) {
		.blog-grid-wrap{gap: 30px; margin-right: -30px;}
		.blog-grid-wrap div.blog_entry{flex: calc(33.33% - 30px) 0 1;}
		.blogarchive{width: calc(33.33% - 30px);}

	}

/** CALENDAR *****************************/
	
	.content_calendar_table {border: 0; margin-top: 1rem;}
	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{border: solid 0px lime; 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){position: absolute; top: -9999px; left: -9999px;}

	
	/* add days of the week to cells */
	table.content_calendar_table tr td:before{content:'Sunday '; display: inline-block; text-align:left; font-weight: 700; position: relative; /*width: 50%;*/ padding-right: 20px; color: var(--main)}
	table.content_calendar_table tr td:nth-child(2):before{content:'Monday '}
	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_content_block{padding: 0}
		.cms_form_item {display: flex; flex-wrap: wrap;}
		.cms_form_object{width: calc(100% - 340px)  !important; }
		.cms_form_label{width: 320px  !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;}

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

}

