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

	:root {
	  --main: #16467A;
	  --second: #06838E;
	  --accent: #cf7505;
	  --pale: #B1E6DE;
	  --font: #333;
	  --pagegrade: linear-gradient(to bottom, #e9f7f5 0%, white 97%);
	  --Hgrade: linear-gradient(125deg, rgba(92,170,179,1) 0%,rgba(92,170,179,1) 6%,rgba(66,107,147,1) 94%,rgba(66,107,147,1) 100%);
	  --Mgrade: linear-gradient(125deg, rgba(66,107,147,1) 0%,rgba(66,107,147,1) 6%,rgba(92,170,179,1) 94%,rgba(92,170,179,1) 100%);
	  --Vgrade: linear-gradient(to bottom, rgba(92,170,179,1) 0%,rgba(92,170,179,1) 6%,rgba(67,105,146,1) 94%,rgba(66,107,147,1) 100%);
	  --Fgrade: linear-gradient(to right, rgba(0,129,140,1) 0%,rgba(0,129,140,1) 6%,rgba(60,105,145,1) 94%,rgba(80,105,145,1) 100%); 
	  --palegrade: linear-gradient(100deg, #cdede8 0%,#cdede8 6%,#446b94 94%,#446b94 100%);

		/*Teal - color: #06838E - second
		Blue - color: #16467A - main
		Seafoam - color: #B1E6DE - pale
		Black - color: #333333 - font
		*/

	  --Ptop: 50px 20px 0 20px;
	  --Pboth: 50px 20px; 
	  --Mtop: 50px;
	  --Pside: 20px;
		@media only screen and  (min-width: 576px) {
		  --Ptop: 80px 30px 0 30px;
		  --Pboth: 80px 30px; 
		  --Mtop: 80px;
		  --Pside: 30px;
		}

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


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

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

	/*
	font-family: "montserrat", sans-serif;
	weights 400, 500, 600, 700

	XS
	Space between content sections 50px
	Small
	Space between content sections 80px
	Medium
	Space between content sections 100px
	XL to L
	Space between content sections 100px
	XXL
	Space between content sections 125px

	max-width: 1500px;


	*/

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

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


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

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

	article ul, article ol {margin: 0; padding: 1rem 0 0 20px;}
	article .bs-content-row .cms_col:first-child{padding-left: 0}
	article .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: var(--second); position: absolute; top: 0; left: -30px; }

	button#topper{display: none;  width: 70px;  height: 31px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); color: white; background-color: var(--font); position: fixed; bottom: 20px; right: 20px; z-index: 1000; border-radius: 5px;  font-size: 13px;  font-weight: 600;}
	

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

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.contentwrapper, input, select, textarea, button, label, .CHbox a, .CHA, .cardbennies{font-size: 18px;}
	}

	/*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-color: white;height: 148px}
	header .liner{height: 110px; max-width: 100%}
	header.stuck {position: fixed; top: 0; left: 0; }

	a.homelink{position: absolute;  height: 100%; width: calc(100% - 120px); max-width: 200px;  top: 0; left: 0}
	a.homelink img {width: 100%; }

	.toplinks {display: block; max-width: 120px;; display:  flex; justify-content: flex-end; align-items: center; position: absolute;  right: -10px;height: 53px;color: var(--font);top: 60px;}

	.toplinks a, .toplinks .notalink{display: none;}


	#sitesearch { width: 44px; height: 44px;  position: absolute; top: 15px; right: 54px;  padding: 0}
	#sitesearch:hover, #sitesearch:focus {top: 10px;}

	#sitesearch:hover span, #sitesearch:focus span, #sitesearch.down span {background-color: var(--main);}
	#sitesearch span {background-color: var(--second); color: white;width: 38px; height: 38px; border-radius: 50%;  font-size: 16px; display: block;display: flex; justify-content: center; align-items: center;}
	#sitesearch span:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}
	#sitesearch.down span:before{content: '\f00d';}

	.sitesearch {display: none; background-color: var(--main); position: absolute; top: 113px; right: -20px; height: 50px; width: calc(100% + 40px);  padding: 0 10px; color: white;}
	.sitesearch label{font-size: 15px;}

	.sitesearch form{height: 100%;  display: flex; justify-content: center; align-items: center; gap: 10px; }


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

	.searchbox label{display: block;}
	button.SSbttn{ width: 44px; height: 100%; --fa-primary-opacity: 1; --fa-primary-color: white;--fa-secondary-opacity: 1; --fa-secondary-color: var(--second); font-size: 32px; transition: all .25s}
	button.SSbttn:hover, button.SSbttn:focus {--fa-primary-color: var(--second); --fa-secondary-color: white;}
	

	#loginbttn, #applybttn{ width: calc(50% + 20px); height: 38px; color: white; position: absolute; top: 110px;z-index: 90;  font-size: 14px; font-weight: 600;}
	#loginbttn:after, #applybttn:after{content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-left: 5px; transition: all .5s; transform: rotate(0deg);display: inline-block}
	#loginbttn[aria-expanded="true"]:after, #applybttn[aria-expanded="true"]:after{transform: rotate(180deg);}

	#loginbttn{ background-color: var(--main); right: -20px;}
	#loginbttn:hover, #loginbttn:focus {}

	.loginbox{display: none;width: calc(50% + 20px);  position: absolute; z-index: 100; top: 148px; right: -20px; background-color: white;}
	.loginbox a{box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); display: block; padding: 12px 17px; text-align: left; font-size: 14px; position: relative; z-index: 10}
	.loginbox a:hover, .loginbox a:focus{box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); z-index: 99; text-decoration: none;}

	#applybttn{ background-color: var(--second);  left: -20px; }
	#applybttn:hover, #applybttn:focus {}

	
	.applybox{display: none;width: calc(50% + 20px);  position: absolute; top: 148px; left: -20px; background-color: white;}
	.applybox a{box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); display: block; padding: 12px 17px; text-align: left; font-size: 14px; position: relative; z-index: 10}
	.applybox a:hover, .applybox a:focus{box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); z-index: 99}
	.applybox2{display:none}

	.weglot_box{/*border: solid 1px orange;*/ position: relative; width: 120px; height: 37px; top: 3px; z-index: 100}
	.weglot-container{ position: static !important; width: 100% !important; height: 20px;}
	aside.weglot_switcher{ position: static !important; width: 100% !important; height: 37px; padding: 0;}

	.toplinks .wg-li a, .toplinks .wg-li a:visited{display: block; color: var(--font); }
	.wg-li a:hover, .wg-li a:focus{display: block; color: var(--font); text-decoration: underline;}
	.wg-li a:after, .wg-li a:visited:after{display: none;}
	/*.wgcurrent.wg-li {border: 0 !important}*/
	.wgcurrent.wg-li {padding-top: 5px; height: 37px;border: 0 !important}
	.wg-drop.country-selector .wgcurrent:after, .wg-drop.country-selector.closed .wgcurrent:after{top: -4px;}


	@media only screen and  (min-width: 460px) {
		header {height: 113px}
		header .liner{height: 75px;}
		
		a.homelink{ width: 200px;  max-width: 100%;}
		
		.toplinks {max-width: calc(100% - 120px - 300px);  right: 120px;height: 53px; top: 10px;}

		#loginbttn, #applybttn{  top: 75px; }
		.loginbox, .applybox{ top: 113px; }
	}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.sitesearch { width: calc(100% + 60px); right: -30px;}
		#loginbttn, #applybttn, .loginbox, .applybox{ width: calc(50% + 30px); }
		#loginbttn, .loginbox{right: -30px;}
		#applybttn, .applybox{  left: -30px; }
		.weglot_box{ width: 120px; }


	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		/*a[name]{position: relative; top: -57px; z-index: 1}*/

		header { height: auto}
		header .liner{height: 137px;}
		a.homelink{ width: 280px;}
		
		#sitesearch {top: 14px; right: 0px; }
		#sitesearch:hover, #sitesearch:focus {top: 9px;}

		.sitesearch { max-width: 728px;  border-radius: 5px;  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); right: 0; width: 100%; top: 137px}

		#applybttn{display: none;}
		.applybox{display: none;}

		
		.toplinks { max-width: calc(100% - 64px - 300px); display:  flex; justify-content: flex-end; align-items: center; position: absolute;  right: 64px;height: 53px;color: var(--font);top: 10px;}

		/*.toplinks a, .toplinks .notalink{display: none;}*/
		.applybox2{display: flex; gap: 10px;/*position: absolute; top: 16px;right: 54px;*/}


		.toplinks .applybox2 a{display: block; padding: 13px 24px; text-align: center; font-size: 14px; line-height: 1; position: relative; z-index: 99; background-color: var(--second); color: white;border-radius: 6px; position: relative;  top: 0}
		.toplinks .applybox2 a:hover, .toplinks .applybox2 a:focus{ background-color: var(--main);color: white; text-decoration: none; top: -5px}
		.toplinks .applybox2 a:after{display: none;}
		.applybox2{margin-left: 20px;}


		#loginbttn{width: 193px; height: 42px; background-color: white;color: var(--main); position: absolute; top: auto; bottom: 16px; right: 64px;  border-radius: 6px;  border: solid 1px var(--font); padding: 0 10px; text-align: left;  font-size: 16px;}
		#loginbttn[aria-expanded="true"]{ border-radius: 6px 6px 0 0;  border-bottom:0 }

		#loginbttn:after, #applybttn:after{position: relative; float: right}
		#loginbttn:before{content: '\f023'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-right: 5px;}
		#loginbttn:hover, #loginbttn:focus {color: var(--second);}
		.loginbox{width: 193px;  top: 121px; right: 64px; border-radius: 0 0 6px 6px;  border: solid 1px var(--font); border-top: 0 }
		.loginbox a{box-shadow: none;  padding: 8px 10px;}
		.loginbox a:hover, .loginbox a:focus{box-shadow: none;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
			.toplinks { max-width: calc(100% - 64px - 340px);}
			a.homelink{ width: 320px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		header { padding: 0 100px;}
		header .liner{height: 162px;}
		a.homelink{ width: auto; height: 50px; top: 28px;}
		a.homelink img{width: auto; height: 100%;} 
		.toplinks {top: 24px;color: var(--font); max-width: calc(100% - 64px - 260px);}

		.toplinks a, .toplinks .notalink  {display: block; font-size: 14px; color: var(--font);}
		.toplinks a:after, .toplinks .notalink:after{content: '|'; padding: 0 10px;}
		.toplinks a:nth-last-child(2):after, .toplinks .notalink:nth-last-child(2):after{display: none;}
		.toplinks a:hover, .toplinks a:focus {color: var(--font);}
		.applybox2{ top: 30px; max-width: 280px;}
		.applybox2 a{padding: 12px 15px;}

		#sitesearch { top: 28px; }
		#sitesearch:hover, #sitesearch:focus {top: 23px;}
		.sitesearch { top: 162px}
		#loginbttn{right: 0;}
		.loginbox{right: 0; top: 146px;}
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
			.toplinks { max-width: calc(100% - 64px - 340px);}
		a.homelink{ width: auto; height: 61px; top: 28px;}

		.applybox2{  max-width: 100%;}
		.applybox2 a{padding: 12px 30px;}
	}

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

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

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

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


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

	.MMlinks{width: 100%; min-height: 50px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; color: white; background-color: var(--main); padding: 18px 10px;}
	.MMlinks a{color: white;font-size: 13px;  font-weight: 500;}
	.MMlinks a:after{content: '|'; padding: 0 10px;}
	.MMlinks a:last-child:after{display: none;}

	.L1{padding: 20px 30px 30px 30px;}

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

	.L2 {display: none;}
	.L2 a, .L2 button {font-size: 14px; padding: 5px 10px; color: var(--second) }
	.L2 a{}

	.L3 {display: none;}
	.L3 a{color: var(--font); padding: 5px 20px;}


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


	@media only screen and  (min-width: 460px) {
		button.menutoggler{ height: 100%; top: 0px; }
	}


	/*S*/
	@media only screen and  (min-width: 576px) {
		nav.mobile{ width: 360px; right: -360px; }
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		button.menutoggler{ top: auto; bottom: 14px; height: 54px}
		/*nav.mobile{ height: calc(100% - 137px); top: 137px;}*/
	}

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

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

		nav.pc  {border: solid 0px blue; display: block; z-index: 100; position: absolute; bottom: 16px; left: var(--Pside); width: calc(100% - 230px - (var(--Pside) * 2)); max-width: 1080px; }
		.navliner {border: solid 0px fuchsia; width: 100%;  height: 42px;  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;   height: 42px;  font-size: 16px;  font-weight: 600; color: var(--font); position: relative;  top: 0; display: flex;  align-items: center; transition: all .5s }
		button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: underline; top: -5px}

		.ddcontent{ display: none;background-color: white;  position: absolute; top: 162px; left: 0px;  padding: 25px var(--Pside);  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); width: 100%; text-align: center;}
		.ddcontent .container-fluid{z-index: 99 }
		.ddcontent .liner{height: auto;  max-width: 1300px; }
		.ddcontent:after{content: ''; display: block; width: calc(((100% - (2 * var(--Pside))) * .33) + var(--Pside)); height: 220px; position: absolute; top: calc(50% - 110px); right: 0; background: var(--Mgrade); z-index: 1; border-radius: 5px 0 0 5px}

		.ddcontent div{border: solid 0px lime; overflow: visible}
		.ddcontent div div{border: solid 0px orange; overflow: visible }
		.ddcontent div div div{border: solid 0px blue;  overflow: visible}
		.ddcontent p {margin: 0;padding: 1rem 0 0 20px}
		.ddcontent a {display: block;   font-size: 16px;  font-weight: 600; color: var(--second)}
		.ddcontent a:hover, .ddcontent a:focus { text-decoration: none;color: var(--main)}
		.ddcontent ul{list-style: none}
		.ddcontent ul li{margin: 0; padding: 1rem 0 0 0px}
		.ddcontent li a{font-weight: 500; color: var(--font)}
		.ddcontent li a:hover, .ddcontent li a:focus{ color: var(--main); text-decoration: underline}
		p.Mhead{color:#16467a;font-size:24px; font-weight: 700;  padding: 1rem 0 0 0px}
		
		.Mpic{max-width: 394px; width: 100%;  min-height: 416px;box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);border-radius: 20px;padding: 19px 19px 31px 21px; position: relative;  z-index: 99; background-color: white }
		.Mpic img{max-width: 100%;border-radius: 20px;}
		.MPhead{  font-size: 22px;  font-weight: bold; color: var(--second); padding: 1rem 0 0 0}
		.Mpic a.learnmore{color: var(--main)}
		.Mpic a.learnmore:hover, .Mpic a.learnmore:focus{color: var(--second)}

	}

	@media only screen and (min-width: 1400px) {
		nav.pc  {width: calc(100% - 230px - 200px); max-width: 100%;left: 100px  }
		.navliner { justify-content: flex-start;gap: 50px }

	}
	@media only screen and (min-width: 1540px) {
		.ddcontent:after{ width: calc(434px + (50% - 650px)); }
	}

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

	section.rates{padding: var(--Ptop); }

	section.rates .liner{display: flex;  flex-direction: column;  align-items: center; gap: 20px;}
	.Rhead{}
	.Rhead h2{padding: 0}
	.Rhead p{margin: 0; padding: 1rem 0 0 0}
	.Rhead .Rlinks{display: none;}
	.Rrates{display: flex;  flex-direction: column;  align-items: center; gap: 27px; flex-wrap: wrap}
	.Rbox{ position: relative; top: 0; transition: all .5s;}
	.Rbox:hover{top: -5px;}

	.Rbox p{margin: 0; padding: 0;}
	p.Rname{font-size: 20px;  font-weight: 600; color: var(--second); }
	.Rbox:hover p.Rname{text-decoration: underline;}
	p.Rapr{font-size: 14px;  font-weight: 500; padding: 10px 0 0 0}
	a.Rnumber{  font-size: 50px;  font-weight: 600; color: var(--main);}
	a.Rnumber:hover{ color: var(--main); text-decoration: none;}
	a.Rnumber:focus{ color: var(--second);text-decoration: none; }
	.Rlinks{display: flex;  flex-direction: column;  align-items: center; gap:18px;}

	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.rates .liner{gap: 36px;}
		.Rrates{flex-direction: row;  gap: 40px;}
		.Rlinks{flex-direction: row; gap: 10px}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.Rrates{flex-direction: row;  gap: 100px;}
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		section.rates .liner{ flex-direction: row; gap: 120px;justify-content: center; align-items: center;}
		.Rhead .Rlinks{display: flex;  align-items: flex-start; gap:18px;}
		.Rlinks{display: none;}
	}

/** HOME PROMO 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 
	.slick-slider{ border: solid 1px yellow; }
	.slick-slide{ border: solid 1px orange;}
	.slick-slide a{border: solid 1px red;}
	.slick-prev, .slick-next{border: solid 1px lime;}
	.promo-carousel{border: solid 1px fuchsia;}
	ul.slick-dots li{ border: solid 1px orange; }
	*/


	section.promos{background: var(--palegrade); color: black; padding: var(--Mtop) 0;margin-top: var(--Mtop);}

	.promo-carousel{ /*width: 100%;*/ width: 390px; max-width: 1510px;  position: relative; margin: 0 auto; }


	.slick-slider{  padding: 0; margin: 0 auto; width: 100% !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: 5px 20px}

	.promo_cell{width: 320px;   height: 585px; background-color: white; border-radius: 30px;padding: 20px; max-width: 340px; position: relative; margin: 15px 0; transition: all .25s ;  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);}
	.promo_cell:hover{margin: 10px 0 20px 0 }
	.Pimg{}
	.Pimg img{border-radius: 30px; max-width: 100%; margin-bottom: 2rem;}
	.Ptext{line-height: 1.75; padding-bottom: 30px; }
	.Ptext h3{padding: 0}
	.Ptext p{margin: 0; padding: 1rem 0 0 0}
	.Ptext a.learnmore{position: absolute; bottom: 20px; right: 20px;}

	ul.slick-dots{list-style: none; display: flex; justify-content: center; padding: 0; margin: 0;}
	ul.slick-dots li{ width: 44px; height: 44px;  display: flex;  justify-content: center;  align-items: center;}
	ul.slick-dots li button	{font-size: 0;line-height: 0; display: block;width: 14px; height: 14px;	padding: 0;	cursor: pointer; color: transparent;border: 0;outline: none; border-radius: 50%; background: var(--main);;}
	.slick-dots li button:hover, .slick-dots li button:focus	{outline: none;	background: var(--second)}
	ul.slick-dots li.slick-active  button{box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); background-color: white;}


	@media only screen and  (min-width: 375px) {
		.promo_cell{width: 350px;}
	}


	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.promos{ padding: var(--Mtop) 15px;}
		.promo_cell{ padding: 30px 40px 40px 40px; width: 100%; max-width: 100%; height: 645px;}
		.promo-carousel{ width: 100%; max-width: 820px; }
		.slick-slide{ padding: 5px 15px}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.promo_cell{ padding: 30px 40px 40px 40px; width: 100%; height: 645px;}
		.promo-carousel{ width: 83.33%; max-width: 100%; }
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.promo-carousel{ max-width: 1230px;width: 100% }
		.promo_cell{ padding: 40px 50px 50px 50px; max-width: 450px; height: 733px;}
	}
	@media only screen and (min-width: 1400px) {
		.promo-carousel{max-width: 1510px;}
	}

/** BLOGS  ****************************************/

	section.homeblogs{ padding: var(--Ptop);}
	section.inside section.homeblogs{padding: var(--Mtop) 0 0 0;}
	section.homeblogs h2{padding: 0; margin-bottom: 2rem}

	.Brow{max-width:765px; }
	.blogmain{}
	.blogMbox{background: var(--Vgrade); color: white;border-radius: 30px;  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); padding: 30px 20px 50px 20px; max-width:765px; margin: 0 auto; position: relative; top: 0; transition: all .5s}
	.blogMbox:hover{top: -5px}
	.Bimg{position: relative;border-radius: 30px; overflow: hidden; max-width: 666px; margin: 0 auto; }
	.Bimg img{  max-width: 100%; position: relative; z-index: 10;  }
	.Bimg h3{color: white; position: absolute; bottom: 0px; left: 0px; background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 57%, var(--font) 100%); width: 100%; height: 100%; padding: 20px 24px; display: flex; align-items: flex-end; z-index: 99}
	
	.Btext{line-height: 1.75;}
	.Btext p {padding: 1rem 0 0 0; margin: 0;}
	.Btext a{color: white; }
	.Btext a.learnmore{color: white; position: absolute; bottom: 20px; right: 20px;}
	.Btext a.learnmore:hover, .Btext a.learnmore:focus, .Btext a:hover, .Btext a:focus{color: white;}

	.blogsmall{display: none;}
	.blogbox{ height: 100%; border-radius: 30px;  border: solid 1px rgba(51, 51, 51, 0.3);  background-color: #fff; padding: 30px 20px 50px 20px; text-align: left;  position: relative; top: 0; transition: all .5s}
	.blogbox:hover{top: -5px}
	.blogbox p{line-height: 1.67; margin: 0; padding: 1rem 0 0 0}
	.blogbox a.learnmore{position: absolute; bottom: 20px; right: 30px;}
	

	/*S*/
	@media only screen and  (min-width: 576px) {
		.blogMbox{ padding: 30px 25px 50px 25px;}
		.Btext{padding: 0 34px;}
		.Btext a.learnmore{ right: 30px;}
		.Bimg h3{ padding: 20px 34px;}


	}

	/*M*/
	@media only screen and  (min-width: 768px) {
		.blogMbox{ padding: 35px 35px 55px 35px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.blogMbox{ padding: 35px 40px 70px 40px;}
		.blogsmall{display: flex;}

	}

	/*XL*/
	@media only screen and (min-width: 1200px) {
		.Btext{padding: 0 20px;}

	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.blogMbox{height: 100%;}
		.Btext{padding: 0 55px;}

	}

/**	PROMOS *************************************************/

	/* common */
	.LPtext p{line-height: 1.75;}
	article .LPtext ul li:before{color: var(--pale); }
	.LPtext h2:first-child{padding-top: 0}

	.placeholder4LPm{}
	.placeholder4LP{display: none;}

	.LPtext a:not(.cta){color: var(--pale);}
	.LPtext a:not(.cta):hover,	.LPtext a:not(.cta):focus{color: white;}


	.LPtext  a.cta:hover,  .LPtext a.cta:focus, .LPtext input[type="submit"]:hover, .LPtext input[type="submit"]:focus,  .LPtext button.modal_button:hover, .LPtext button.modal_button:focus, .LPtext button.cta:hover, .LPtext button.cta:focus 
	{background-color: var(--second); color: var(--main);}

	/* promo 1 */

	section.LP{padding: 20px 0 40px 0; margin-top: var(--Mtop); background-color: var(--main); color: white;}
	section.LP h2{padding-top: 0}
	section.LP h2, section.LP h3{color: white; }
	.LPimg{ background-color: white; position: relative; }
	.LP1bg{display: none;}
	.LPimg img{max-width: 100%;}
	.LPtext1{padding: 2rem var(--Pside) 0 var(--Pside);}
	
	/* promo 2*/

	section.LP2{padding: var(--Mtop) 0 0 0; text-align: center; }
	section.LP2 h2{padding-top: 0}
	section.LP2 h2, section.LP2 h3{color: white; }
	.LP2img{padding: 0}
	.LP2img img{max-width: 100%}
	.LP2text{padding: 40px var(--Pside); background-color: var(--main); color: white;  border-radius: 30px;  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); margin-top: 10px}
	.LP2text p {line-height: 1.75; margin: 0; padding: 1rem 0 0 0}

	/* promo 3*/

	section.LP3{padding: var(--Mtop) 0 0 0;text-align: center; }
	section.LP3 h2{padding-top: 0}
	section.LP3 h2, section.LP3 h3{color: white; }
	.bluebg{background-color: var(--main); color: white;  border-radius: 30px;  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); height: 100%; width: calc(100% - 60px); position: absolute; top: 0; right: 30px; z-index: -1}
	.LP3img{padding: 24px 0 0 0}
	.LP3img img{max-width: 100%}
	.LP3text{padding: 40px 60px;color: white; margin-top: 10px}
	.LP3text p {line-height: 1.75; margin: 0; padding: 1rem 0 0 0}


	/*S*/
	@media only screen and  (min-width: 576px) {
		section.LP{padding: 30px 0;}
		.LP2text{padding: 60px;}
		.bluebg{ width: calc(100% - 100px);  right: 50px; }
		.LP3text{padding: 40px 80px;}

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.LP{padding: 40px 0;}
		.LP2text{padding: 60px 80px;}
		.bluebg{ width: calc(100% - 120px);  right: 60px; }
		.LP3text{padding: 40px 120px;}
		section.LP3 .container-fluid{max-width: 770px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.LP{padding: 50px 0;}
		.LP2text{padding: 60px 120px;}
		.LPtext1div{margin: 0 auto; width: 83.33%}

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.LP{padding: 0 77px; max-height: 615px}
		.LPimg{background-color: transparent; position: relative; max-width: 770px; float: right;}
		.placeholder4LPm{display: none;}
		.placeholder4LP{display: block;}
		.LPimg .placeholder4LP{position: absolute; top: 0; right: 16px; width: calc(100% - 31px); max-width: 738px }
		.LP1bg{display: block;}
		.LPtext1div{ width: 100%}

		.LP1text{padding: 0;}
		.LP1text div{padding: 0 0 0 60px; max-width: 750px}
		.LP2text{padding: 60px 50px;}
		.LP2img{padding: 75px 20px;}

		section.LP3 .container-fluid{max-width: 1500px;}

		.bluebg{ height: calc(100% - 50px); width: 66%; position: absolute; top: 24px; right: auto; left: 0;}

		.LP3img{padding: 0}
	
		.LP3text{padding: 64px 20px 64px 60px; margin-top: 0px; }


	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		/*.LPimg img{position: relative; float: right;}*/
		.LP1text div{padding: 0 0 0 150px;}
		.LP2text{padding: 100px !important;}
		.LP3text{padding: 148px 32px 148px 120px !important; }
		.bluebg{ height: calc(100% - 176px);  top: 88px; }

	}

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

	section.hero{padding: 5px 0; }
	.heroM{}
	.tealblock{background-color: var(--second); border-radius: 0 5px 5px 0; width: 7%;}
	.heroic{max-width: 68%; padding: 0 5px;}
	.heroic img{max-width: 100%}
	.blueblock{background-color: var(--main); border-radius: 5px 0 0 5px; width: 25%;}

	.heroD{display: none;}

	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.tealblock{ border-radius: 0 7px 7px 0; }
		.blueblock{border-radius: 7px 0 0 7px; }
	}

	@media only screen and (min-width: 880px) {
		.tealblock{width: calc((100% - 609px) * .25);}
		.heroic{width: 609px; max-width:100%;padding: 0 8px;}
		.blueblock{width: calc((100% - 609px) * .75);}
	}

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

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.hero{ position: relative; float: right; padding: 40px 0 1rem 1rem; width: 677px; margin: 0 0 1rem 50px; }

		.heroD{height: 450px;  display: flex;width: 100%;}
		.heroic{max-width: 68%; padding: 0 5px;}
		.heroic img{height: 450px; display: inline-block;}
		.tealblock{display: inline-block; width: 53px; height: 100%; border-radius: 5px;}
		.paletealblock{background-color: var(--pale); border-radius: 7px 0 0 7px; flex: 1 1; min-width: 92px; margin-left: 7px;}
		.blueblock{width: 53px;border-radius: 7px; position: relative;  top: 40px; height: calc(100% - 60px)}

	}


	/*XXL*/
	@media only screen and (min-width: 1600px) {
		section.hero{ width: 900px; }

		.heroD{height: 615px;  display: flex;width: 100%;}
		
		.heroic{width: 629px ; max-width: 100%; height: 615px;padding: 0 8px; }
		.heroic img{height: 615px; width: 613px !important; display: inline-block;}
		
		.tealblock{ width: 53px; }
		.paletealblock{ flex: 1 1; min-width: 92px; margin-left: 8px;}
		.blueblock{width: 53px;}

	}

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

	.pagegrade{width: 100%; height: 500px; background: var(--pagegrade); position: absolute; top: 0; right: 0; z-index: -1}

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

	section.paleblue{background-color: rgba(22, 70, 122, 0.08); padding: var(--Pboth); margin-top: var(--Mtop);}

	.int_icons{padding-top: var(--Mtop); width: 100%; max-width: 340px; margin: 0 auto; clear: both; }
	.int_icons h2{padding: 0 0 2rem 0 !important;}
	article .int_icons ul{ display: flex;  flex-wrap: wrap; gap: 30px; justify-content: center;margin: 0; padding: 0}
	article .int_icons ul li{ margin: 0; padding: 0}
	article .int_icons ul li:before{display: none;}
	.int_icons ul li a{display: block; width: 149px;  height: 151.5px;  padding: 30px 10px; text-align: center;  border-radius: 30px; border: solid 1px rgba(51, 51, 51, 0.3);font-weight: 700; font-size: 16px; line-height: 1.25; position: relative; transition: all .5s; top: 0}
	.int_icons ul li a:hover, .int_icons ul li a:focus{top: -5px;  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); text-decoration: none;}
	.int_icons ul li a span{display: block}
	.int_icons ul li a .RLfa{display: block; font-size: 48px; background: -webkit-linear-gradient(117deg,  var(--second), var(--main) );  -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 1rem;}

	.disclosure{padding: var(--Ptop); font-size: 14px; text-align: left; max-width: 1300px; margin: 0 auto;}

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

	/*L*/
	@media only screen and (min-width: 992px) {
		article .int_icons ul{gap: 43px;}
		.int_icons ul li a{width: 160px; height: 166px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		article .int_icons ul{gap: 58px;}
		.int_icons ul li a{width: 200px;  height: 200px;font-size: 20px; padding: 34px 10px;}
		.int_icons ul li a .RLfa{font-size: 64px;}
	}

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

	section.insideP{padding: var(--Pboth); margin-top: var(--Mtop); background: var(--Hgrade);}
	section.insideP .liner{display: flex; align-items: center;justify-content: center; flex-direction: column; gap: 24px; max-width: 1500px}
	.IPcell{ background-color: white; border-radius: 30px;padding: 20px; position: relative;transition: all .25s ; /*height: 100%;*/  max-width: 290px; top:0; }
	.IPcell:hover{top: -5px }

	.IPimg{}
	.IPimg img{border-radius: 30px; max-width: 100%; margin-bottom: 2rem;}
	.IPtext{line-height: 1.75; padding-bottom: 60px; }
	.IPtext p{margin: 0; padding: 1rem 0 0 0}
	.IPtext a.learnmore{width: 100%; text-align: center; position: absolute; bottom: 30px; right: 0;}
	.IPtext h3{padding: 0}



	

	/*S*/
	@media only screen and  (min-width: 576px) {
		.IPcell{ max-width: 450px; }

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.insideP .liner{ flex-direction: row; gap: 30px; flex-wrap: wrap;/*align-items: flex-start;*/}
		.IPcell{ width: 290px; align-self: stretch;padding: 30px 40px 40px 40px;}
		
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.IPcell{ flex: 1 1 30%; padding: 30px 40px 40px 40px; }

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.IPcell{ padding: 40px 50px 50px 50px; /*max-width: 450px;*/ }

	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		section.insideP .liner{justify-content: space-between;gap: 60px;  }

	}

/** 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: 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: inline-block; text-align:left; font-weight: 600; content: attr(data-title); position: relative; width: 50%; padding-right: 20px;}
	table.content_rates_table tr td.widecell:before{display: none;}



	/* style it */
	table.content_rates_table, table.table_builder{margin: 1rem 0 0 0; width: 100%; border-collapse: collapse;}
	table.content_rates_table tr td, table.table_builder tr td{padding: 16px; background-color: rgba(6, 131, 142, 0.1); border-bottom: solid 1px #d9d9d9;text-align: left !important;}
	table#table_builder_5 tr:first-child td{text-align: center !important}

	table.content_rates_table tr:nth-child(even) td, table.table_builder tr:nth-child(even) td{}

	table.content_rates_table tr td:first-child, table.table_builder tr td:first-child{background-color: var(--main); color: white;font-weight: 600; border-radius: 5px 5px 0 0}
	
	table.content_rates_table tr td:first-child a, table.table_builder tr td:first-child a{color: var(--pale);}
	table.content_rates_table tr td:first-child a:hover, table.content_rates_table tr td:first-child a:focus, table.table_builder tr td:first-child a:hover, table.table_builder tr td:first-child a:focus{color: white;}

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

	/*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 16px; background-color:white; color: var(--font); position: static}
		table.content_rates_table tr td, table.table_builder tr td{display: table-cell;  padding: 20px 16px; border: 0;background-color: white}
		table.content_rates_table tr td:before, table.table_builder tr td:before {display: none}

		table.content_rates_table tr td:last-child, table.table_builder tr td:last-child{margin-bottom: 0; }
		table.content_rates_table tr td:first-child a, table.table_builder tr td:first-child a{color: var(--main);}
		table.content_rates_table tr td:first-child a:hover, table.content_rates_table tr td:first-child a:focus, table.table_builder tr td:first-child a:hover, table.table_builder tr td:first-child a:focus{color: var(--second);}

		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:nth-child(even) td, table.table_builder tr:nth-child(odd) td{background-color: rgba(6, 131, 142, 0.1); }

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

	}

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

/** INSIDE - CC COMPARE TABLE ********************************************/

	.cctable{padding-top: var(--Mtop)}
	.cctable h2{}
	.cctable .table_builder{}
	.bigapply{}
	.bigapply a{width: 100%}
	 .cctable a.cta {padding: 12px 12px;} 

	/* retableize it */
	.cctable table.table_builder{display: table;}
	.cctable table.table_builder tbody{display: table-row-group}
	.cctable table.table_builder thead{display: table-header-group}
	.cctable table.table_builder tr{display: table-row}
	.cctable table.table_builder tr th{display: table-cell;  position: static}
	.cctable table.table_builder tr td{display: table-cell; }
	.cctable table.table_builder tr td:before {display: none}

	/* style it */
	.cctable table.table_builder tr:first-child td{font-size: 16px; font-weight: 700;  text-align: center; color: var(--main); background-color: transparent}
	.cctable table.table_builder  h3, .cctable table.table_builder tr:first-child td:first-child{font-size: 16px; font-weight: 700;color: var(--main);}

	.cctable table.table_builder tr td{padding: 5px; font-size: 14px; background: transparent; border-bottom: 0;text-align: center; width: 25%; border-right: solid 1px #d9d9d9;}

	.cctable table.table_builder tr td:first-child{background-color: transparent; color: var(--font);font-weight: 400; border-radius: 0; text-align: left}
	.cctable table.table_builder tr td:last-child{margin-bottom: 0px; border: 0;}
	.cctable table.table_builder tr:last-child td{display: none;}

	.cctable table.table_builder tr:nth-child(even) td{background-color: rgba(6, 131, 142, 0.1); }

	.cctable table.table_builder tr:nth-child(even) td:first-child {border-radius: 5px 0 0 5px;}
	.cctable table.table_builder tr:nth-child(even) td:last-child {border-radius: 0 5px 5px 0;}

	.cctable table.table_builder h2{font-size: 18px;}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.cctable table.table_builder tr td{padding: 5px 10px;}

	}

	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.cctable table.table_builder {border-collapse: separate;border-spacing: 30px 0;}


		.cctable table.table_builder tr:first-child td{ padding: 0px; border: solid 1px #d9d9d9; border-bottom: 0;border-radius: 30px 30px 0 0;}
		.cctable table.table_builder tr:first-child td h3{font-size: 18px; color: white; background-color: var(--main); padding: 20px 10px;  border-radius: 30px 30px 0 0;}
		.cctable table.table_builder tr:first-child td p{padding: .5rem 10px;}
		.cctable table.table_builder tr:first-child td:first-child{ padding: 20px 10px;padding: 0px; border:  0;border-radius: 0;}
		.cctable table.table_builder tr:first-child td:first-child h3{ color:  var(--main); background-color: transparent; padding: 0px; border-radius: 0;font-size: 18px;}

		.cctable table.table_builder tr td{padding: 10px 20px; font-size: 16px;  border-left: solid 1px #d9d9d9;}
		.cctable table.table_builder tr td:last-child{border-left: solid 1px #d9d9d9; border-right: solid 1px #d9d9d9;}
		.cctable table.table_builder tr td:first-child{border: 0;}

		.bigapply{display: none;}

		.cctable table.table_builder tr:nth-child(even) td:first-child, .cctable table.table_builder tr:nth-child(even) td:last-child {border-radius:0;}

		.cctable table.table_builder tr:last-child td, .cctable table.table_builder tr:last-child td:last-child{display: table-cell;padding: 20px; background-color: var(--main); border-radius: 0 0 20px 20px;}
		.cctable table.table_builder tr:last-child td:first-child{ background-color: transparent; color: var(--font); border-radius: 0;padding: 20px; }
		.cctable table.table_builder tr:last-child td a.cta{width: 100%; margin: 0}




	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.cctable table.table_builder tr th h3{font-size: 20px;}
		.cctable table.table_builder tr th p{padding: .5rem 20px;}
		.cctable table.table_builder h2{font-size: 30px}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.cctable table.table_builder tr th h3{font-size: 24px;}
		.cctable table.table_builder tr th p{padding: .5rem 30px;}
		.cctable table.table_builder tr td{ font-size: 18px;}
		.cctable table.table_builder h2{font-size: 32px}

	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.cctable table.table_builder h2{font-size: 36px}
	}

/** 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 */
	div.cms_form_collapsible_header a:visited, 
	.faq_question_block_slide_question_closed a, 
	.faq_question_block_slide_question_closed a:visited, 
	div.faq_recent_block .faq_question_block_slide_question_closed a, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:visited, 
	div.faq_featured_block .faq_question_block_slide_question_closed a, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:visited, 
	div.faq_popular_block .faq_question_block_slide_question_closed a, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:visited, 
	div.faq_question_panel .faq_question_block_slide_question_closed a, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:visited, 
	.code_block_accordion div.code_block_indiv_top,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top,
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited
	{padding: 20px 60px 20px 10px;color: white; background-color: var(--main); display: block; position: relative; text-decoration: none; font-weight: 600; border-radius: 5px;margin-top: 20px;font-size: 16px}
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited{ width: 100%; text-align: left; border: 0 !important; font-size: 16px}

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

	/* open Q */
	div.cms_form_collapsible_header.open a, 
	.faq_question_block_slide_question_open a, 
	div.faq_recent_block .faq_question_block_slide_question_open a, 
	.code_block_accordion.open div.code_block_indiv_top,  
	div.faq_featured_block .faq_question_block_slide_question_open a,  
	div.faq_popular_block  .faq_question_block_slide_question_open a, 
	div.faq_question_panel  .faq_question_block_slide_question_open a, 
	.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top
	{color: white; background-color: var(--second);  display: block; padding: 20px 60px 20px 10px;  text-decoration: none; position: relative; font-weight: 600; border-radius: 5px;font-size: 16px}

	/* 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: '\2b'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: calc(50% - 10px); right: 20px; display: flex; justify-content: center; align-items: center; background-color: white; width: 20px; height: 20px; border-radius: 50%;color: var(--main); }
	
	.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: calc(50% - 10px); right: 20px; display: flex; justify-content: center; align-items: center; background-color: var(--pale); width: 20px; height: 20px; border-radius: 50%; color: var(--main);}


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

	/*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
		{padding: 20px 60px 20px 20px;font-size: 18px}
	}

/** FOOT ****************************************************/
	footer {width: 100%; background: var(--Fgrade); color: white; margin-top: var(--Mtop); padding: 50px var(--Pside);font-size: 14px;}

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

	.bottomlinks {color: white;}
	.bottomlinks a {font-size: 14px;  font-weight: 500;}
	.bottomlinks a:after, .bottomlinks .notalink:after, .addr a:after, .addr.notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.bottomlinks a:last-child:after, .addr a:last-child:after{display: none;}

	.addr a, .addr .notalink{font-size: 16px;  font-weight: 600;}


	.ncua{font-size: 14px;}
	.footicons{border: solid 0px fuchsia; white-space: nowrap;}
	.footicons img{margin: 0 10px;}
	.footnote{border: solid 0px silver}


	@media only screen and (orientation: landscape){
	}
	@media only screen and  (min-width: 576px)and (orientation: landscape){
	}

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

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

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 14px; line-height: 1;}
	img.rounded{max-width: 100%; border-radius: 30px;}
	a.learnmore{ color: var(--second); text-decoration: none; font-size: 15px; font-weight: 600; padding: 5px}
	a.learnmore:hover, a.learnmore:focus{padding: 5px 0px 5px 10px; color: var(--main);}
	a.learnmore:after{content: '\f138'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; margin-left: 5px; }
	a.learnmore:hover:after, a.learnmore:focus:after{}
	.blue{color: var(--main);}
	.teal{color: var(--second);}

/** 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
	{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: white; padding: 12px 30px;  border-radius: 6px;   font-size: 14px;  font-weight: 600; position: relative; top: 0; margin: 5px;}

	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
	{text-decoration: none;background-color: var(--main); top: -5px;}

	.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 **********************************************/
	
	h1 {margin: 0;padding: var(--Mtop) 0 0 0; font-weight: 700; font-size: 28px; line-height: 1.13; color: var(--main)}

	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; padding: 1rem 0 0 0; font-weight: 700; font-size: 24px; line-height: 1.167; color: var(--second)}
	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-weight: 700; font-size: 20px; line-height: 1.25; color: var(--second)}

	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-weight: 700; font-size: 18px; line-height: 1.25; color: var(--second)}

	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: 16px;font-weight: 400; font-style: italic; color: var(--font)}

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

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

	}

	
	/*M*/
	@media only screen and  (min-width: 768px) {
		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: 30px}

		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:  24px}

		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	
		{font-size: 20px; }

		h6 	{font-size: 18px;}
	}

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

		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: 32px}

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

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

	}

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

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

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

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




	.blog-grid-wrap{gap: 30px;}
	.blog-grid-wrap div.blog_entry{background-color: white; border-radius: 30px;padding: 20px;  border: solid 1px rgba(51, 51, 51, 0.3); }

	.blog-grid-wrap h2.blog_title a{color: var(--second);}
	.blog-grid-wrap h2.blog_title a:hover, .blog-grid-wrap h2.blog_title a:focus{color: var(--main); text-decoration: none;}

	div.blog-filter h2{padding: var(--Mtop) 0 1rem 0}
	.blog-grid-wrap .blog_posted_date{padding-top: 1rem;}
	
	.blog-grid-wrap .blog-img-container{}
	.blog-grid-wrap img.blog-image{border-radius: 30px;}

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

	.blog-grid-wrap .blog_posted_date{display: none;}
	.blog-grid-wrap .blog_comments_link_div{}
	div.blog_entry .blog_share{display: none;}
	div.blog_entry{position: relative; padding-bottom: 40px !important }

	a.blog_read_more.cta{padding: 0; background: transparent; color: var(--main); text-align: left; font-size: 18px; line-height: 1.25; position: absolute; top: auto; bottom: 20px; right: 2rem; }
	.blog-grid-wrap .blog-content p{text-align: right;}
	.blog-grid-wrap .blog-content .short-content p{text-align: left;}


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

	}

	@media only screen and  (min-width: 1400px) {

	}


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


/** 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 ************************************************/
	form.cms_form_obj{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{width: 100%; border-radius: 10px;border: solid 1px var(--pale);}
	.cms_form_item .cms_form_object input[type="submit"]{width: auto;}
	
	.cms_form_item .cms_form_fieldset .cms_form_object input{width: auto;}
	.cms_form_label{font-size: 18px; line-height: 1.15;}
	.cms_form_item{padding: 20px 0 0 0}

	.grecaptcha-badge {z-index: 100; width: 70px !important; overflow: hidden !important; transition: all 0.3s ease important; left: 4px !important;}
	.grecaptcha-badge:hover { width: 256px !important;}

	@media only screen and  (min-width: 500px) {
		.cms_form_item{ display: flex; gap: 20px; padding: 5px 0}
		.cms_form_label{width: 200px;  }
		.cms_form_item .cms_form_object{flex: 1 1;}
		.cms_form_fieldset { width: 100%; display: flex; gap: 20px; position: relative; }
		.cms_form_fieldset .cms_form_legend{ position: absolute; top: 0; left: 0;width: 200px; }
		.cms_form_radio_container { width: calc(100% - 220px); position: relative;  left: 220px; }
	}

	/*L*/
	@media only screen and  (min-width: 922px) {
		.cms_form_label{width: 300px;  }
		.cms_form_fieldset .cms_form_legend{width: 300px; }
		.cms_form_radio_container { width: calc(100% - 320px);  left: 320px;}
	}

/** 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;}
	.legend h3{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) {
	}

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

}

