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


	:root {
	  --main: #001489;
	  --second: #F75314;
	  --accent: #F75314;
	  --pale: #E2EAF3;
	  --font: #212529;
	  --dkblue: #000c52;
	  --Ptop: 60px 20px 0 20px;
	  --Pboth: 60px 20px; 
	  --Mtop: 60px;
	  --Pside: 20px;

	/*
	Blue: #001489
	Orange: #F75314
	Light Blue: #E2EAF3
	Black: #212529

	Xs 60px 20px
	SM 70px 30px
	MD  80px 42px
	LG 90px 62px
	XL 100px 118px
	XXL max-width: 1300px

	*/

		@media only screen and  (min-width: 576px) {
		  --Ptop: 70px 30px 0 30px;
		  --Pboth: 70px 30px; 
		  --Mtop: 70px;
		  --Pside: 30px;
		  --Phalf: 35px 30px; 
		}

		@media only screen and  (min-width: 768px) {
		  --Ptop: 80px 42px 0 42px;
		  --Pboth: 80px 42px; 
		  --Mtop: 80px;
		  --Pside: 42px;
		  --Phalf: 40px 41px; 
		}

		@media only screen and (min-width: 992px) {
		  --Ptop: 90px 62px 0 62px;
		  --Pboth: 90px 62px; 
		  --Mtop: 90px;
		  --Pside: 62px;
		   --Phalf: 45px 62px; 

		}

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

		}
	}

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

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

	article p{margin: 1rem 0 0 0;}
	article{text-align: left;}
	.liner, article {width: 100%; max-width: 1300px; margin: 0 auto;  position: relative; }
	.container-fluid{width: 100%; max-width: 1300px; margin: 0 auto; padding: 0}
	section { width: 100%; /*padding: var(--Ptop);*/ padding: 0 var(--Pside); margin: 0;}

	a, button.modal_link{  transition: all .25s; font-weight: 700; color: var(--main);text-decoration: underline;}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var(--font); 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-family: "bilo", sans-serif; font-weight: 400; font-size: 18px;  color: var(--font);}
	button{border: 0; background: transparent;transition: all .25s;text-align: center; padding: 0}
	.CHbox a, .CHA, .cardbennies{font-family: "bilo", sans-serif; font-weight: 400; font-size: 18px;  color: var(--font);} /* 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 ul ul, article ol ol {margin: 0; padding: 0 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: 1rem 0 0 30px; margin: 0}
	article ul:not(.content_sitemap) li {position: relative;padding: 0 0 1rem 0; margin: 0}
	article ul:not(.content_sitemap) li:before {content: '\f14a'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; color: var(--main); position: absolute; top: 0; left: -30px; }

	
	/*S*/
	@media only screen and  (min-width: 576px) {
		/*body {background: url(../images/cpcu_bg_sm.png) no-repeat left 550px;}*/
		.contentwrapper, input, select, textarea, button, label, .CHbox a, .CHA, .cardbennies{}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

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

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

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

	a.homelink{position: absolute;  height: 100%;top: 0; left: var(--Pside)}
	a.homelink img {width: 222px}


	.toplinks {width: 100%; background-color: var(--main); color: white; padding: 0 var(--Pside);}
	.toplinks .liner{padding: 0;display:  flex; justify-content: space-between; align-items: center; height: 50px;  gap: 20px;}
	.toplinks a, .toplinks .notalink  {color: white; text-decoration: none;  font-size: 15px;  font-weight: 500; }
	.toplinks a:hover, .toplinks a:focus {color: white; text-decoration: underline;}


	#sitesearch { color: var(--font);width: 44px; height: 100%; position: absolute; top: 0; right: calc(var(--Pside) + 60px); font-size: 24px;}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: var(--second);}
	#sitesearch:after{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}
	#sitesearch.down:after{content: '\f00d';}
	#sitesearchD{display: none;}

	.sitesearch {display: none;  position: absolute; bottom: -50px;; right: 0; height: 50px; width: 100%; background-color: var(--dkblue);}

	.searchbox { position: absolute; top: 0; left: 0; padding-left: 10px; height: 50px; width: calc(100% - 44px);  background-color: transparent; outline: 0; color: white; border: 0}
	.searchbox::placeholder {color: white;  opacity: 1;font-size: 15px;}
	.searchbox:-ms-input-placeholder {color: white;font-size: 15px;}
	.searchbox::-ms-input-placeholder { color: white;font-size: 15px;}

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

	a#hbbttn{width: 100%; height: 50px; background-color: var(--second); color: black; border: solid 2px var(--second); display: flex; justify-content: center; align-items: center; text-decoration: none;}
	a#hbbttn:hover, a#hbbttn:focus {background-color: white; color:var(--main);}

	a#hbbttn:before{content: '\f023'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-right: 5px;transition: all .25s}
	a#hbbttn:after{content: 'Online Banking'; transition: all .25s}



	/*S*/
	@media only screen and  (min-width: 576px) {
		#sitesearch {right: calc(var(--Pside) + 80px + 125px);}
		a.homelink img {width: 246px}
		a#hbbttn{width: 125px;  height: 50px; top: 100px; right: calc(var(--Pside) + 65px); position: absolute; }
		a#hbbttn:after{content: 'Login'; transition: all .25s}


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

	/*L*/
	@media only screen and (min-width: 992px) {
		#sitesearch {display: none;}
		#sitesearchD {display: block;  width: auto; height: auto; position: static; font-size: 15px;}
		#sitesearchD:hover, #sitesearchD:focus, #sitesearch.down {color: var(--second);}
		#sitesearchD:after{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;color: var(--second); margin-left: 5px;}
		#sitesearchD.down:after{content: '\f00d';}
		#sitesearchD:before{content: 'Search'; font-weight: 500;color: white;}
		#sitesearchD:hover:before, #sitesearchD:focus:before {text-decoration: underline;}
		.sitesearch { bottom: auto; top: -50px; right: calc( var(--Pside) + 80px); width: calc(100% - ((var(--Pside) * 2) + 80px))}



	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		a#hbbttn{ right: var(--Pside); }

	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.sitesearch { right: calc(var(--Pside) + 80px); width: calc((100% - (var(--Pside) * 2)) - 80px)}


	}
	@media only screen and (min-width: 1500px) {
		header .liner{max-width: 1300px; }
		a.homelink{ left:0}
		a#hbbttn{ right: calc(50% - 650px); }
		.sitesearch { right: calc( 50% - 650px + 80px); width: calc(1300px - 80px)}
	}

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

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

	button.menutoggler{display: block; height: 50px; width: 50px; background-color: var(--main); color: white; position: absolute; top: 50px; right: var(--Pside);font-size: 30px; }
	button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s;}
	
	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; }


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

	.Mhomelink{width: 100%; padding: 0 0 2rem 0; width: 100%; display: block; margin-top: 44px; text-align: center;}
	.Mhomelink img{width: 283px}

	.MMlinks1{}

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


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

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

	.L2 a, .L2 button {padding: 10px 0 0 20px; border: 0;color: var(--font);}
	.L2 a:hover, .L2 a:focus, .L2 button:hover, .L2 button:focus, .L1 button.flipped {border: 0; }
	.L2 a{}
	.L2 button:after {content: '\2b';}
	.L2 button.flipped:after  {content: '\f068';transform: rotate(0deg);}


	.L3 a{color: var(--font);font-weight: 400;}

	.rout{background-color: var(--main); color: white;  font-size: 14px;  font-weight: 600; height: 40px; width: 100%; /*position: absolute; bottom: 0; right: 0;*/}



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

	/*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: relative; }
		.navliner {border: solid 0px fuchsia;width: calc(100% - 303px - 145px - (var(--Pside) * 2));  height: 50px; z-index: 100; display: flex; justify-content: space-between; align-items: center; gap: 20px; align-content: center;  position: absolute; top: -100px; right: calc(145px + var(--Pside));}

		button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;  display: flex; align-items: center;  border-bottom: solid 2px transparent;font-size: 18px; color: var(--font); padding: 5px 0; font-weight: 500;}
		button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none;border-bottom: solid 2px var(--second); color: var(--main);}

		.ddcontent{ display: none;background-color: white;  position: absolute; top: 0px; left: 0; width: 100%; max-width: 1300px; padding: 0 0 0 30px;box-shadow: 0 15px 25px 0 rgba(0, 12, 82, 0.25); }
		header .ddcontent .liner {height: auto; padding: 0}

		.menudd{display: flex; width: 100%;}
		.menudd_col{ padding: 30px}
		.menu_promo{background-color: var(--pale); padding: 20px; width: 350px;}
		.menu_promo img{box-shadow: 0 15px 25px 0 rgba(0, 12, 82, 0.25); }
		.menu_list{width: calc(100% - 350px);}
		p.Mhead{padding: 1rem 0; font-size: 24px; }

		.ddcontent p {padding: .5rem 0 0 0; margin: 0}
		.ddcontent a {display: block; color: var(--main); font-weight: 400; text-decoration: none; font-size: 20px;}
		.ddcontent a:hover, .ddcontent a:focus { text-decoration: none; color: var(--second)}

		.ddcontent ul{list-style: none; margin: 0; padding:  0}
		.ddcontent ul li {padding: .5rem 0 0 0;  margin: 0}
		.ddcontent ul li a{color: var(--font); font-size: 18px;}



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

	@media only screen and (min-width: 1300px) {
		.ddcontent{ left: calc(50% - 650px);}
	}

	
	@media only screen and (min-width: 1500px) {
		.navliner {width: calc(100% - 303px - 145px - (100% - 1300px)); right: calc(145px + (50% - 650px));}
	}

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

	.bg1{ width: 100%; padding: 0; margin: 0;}



	section.icons{padding: var(--Pboth);}
	section.icons .liner{display: flex; gap: 20px; flex-direction: column; flex-wrap: wrap;align-items: center; }

	section.icons a{width: 100%; max-width: 350px; height: 75px;  padding: 13px;  box-shadow: 0 15px 25px 0 rgba(0, 12, 82, 0.25);  background-color: white; display: flex;  justify-content: center;  align-items: center; font-size: 20px;  font-weight: 500; color: var(--font); text-decoration: none;}

	section.icons a:hover, section.icons a:focus{ box-shadow: 0 15px 45px 0 rgba(0, 15, 102, 0.3); color: var(--main); text-decoration: underline;}
	section.icons a img{max-width: 58px; max-height: 50px; margin-right: 10px}
	section.icons a br{display: none;}

	section.rates_calc{padding: var(--Pboth);/* margin-top: var(--Mtop);*/ background-color: var(--main); color: white;}
	section.rates_calc h2{margin: 0; padding: 0 0 1rem 0; color: white;}
	section.rates_calc h3{font-weight: 400;margin: 0; padding: 0; color: white;}

	/*S*/
	@media only screen and  (min-width: 576px) {
		section.icons{padding: var(--Ptop);}
		.bg1{background: url(../images/cpcu_bg.png) no-repeat bottom left; padding: 0 0 var(--Mtop) 0;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.icons .liner{max-width: 600px;flex-direction: row; justify-content: center; align-items: center; gap: 20px 60px;}
		section.icons a{width: 130px;  height: 125px;  padding: 0;  box-shadow: none;  background-color: transparent; flex-direction: column; justify-content: space-between;}
		section.icons a:hover, section.icons a:focus{ box-shadow: none; color: var(--main); text-decoration: underline;}
		section.icons a img{max-width: 100%; max-height: 100%; transform: scale(1); transition: all .25s; margin-right: 0}
		section.icons a:hover img, section.icons a:focus img{ transform: scale(1.1)}
		section.icons a br{display: inline;}


	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.icons .liner{max-width: 1000px; justify-content: space-between; gap: 20px; }
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

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

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


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


	section.rc-container{background-color: var(--pale2); color: black; padding: calc(var(--Mtop) - 20px) var(--Pside) 0 var(--Pside);}
	
	section.rc-container h2{font-size: 46px; color: var(--main); display: inline-block; border-right: solid 0px var(--main); margin: 0 30px 0 0; padding-right: 30px}
	
	.Rlinks{ padding-top: 30px;  display: flex;  flex-wrap: wrap;  justify-content: center; gap: 20px;}

	.rates-carousel{  width: calc(100% - 80px) !important;  max-width: 1430px;  position: relative; margin: 0 auto; }

	#rates-carousel .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; gap: 40px;}*/
	/* for dividers between 
			.slick-active a.Rlink:before{content: ''; width: 2px; height: 160px;background-color: var(--second); position: absolute; top: 0; right: -4px;}
	*/

	/*.slick-slide{display:none;min-height:1px; display: flex; justify-content: center; align-items: center;padding: 0 !important;  }*/

	#rates-carousel .slick-slide{padding: 20px !important; margin: 0}


	a.Rlink{padding: 40px 20px; box-shadow: 0 5px 15px 0 rgba(0, 15, 102, 0.2); margin: 0; display: block; width: 100%; transform: scale(1); text-decoration: none; height: 205px; background-color: white;}
	a.Rlink:hover, a.Rlinka:focus{text-decoration: none;box-shadow: 0 5px 15px 0 rgba(0, 15, 102, 0.3);transform: scale(1.03)}


	.Rtext{  font-size: 20px;  font-weight: 500; line-height: 1.33; color: var(--font); transition: all .25s; }
	.Rapr{font-size: 15px; color: var(--font); padding: 10px 0 5px 0; line-height: 1}
	.Rnumber{font-size: 42px; font-weight: 500;;color: var(--main); line-height: 1 }

	/* arrows nav */
	#rates-carousel .slick-arrow.slick-hidden{display:none}
	#rates-carousel .slick-prev, #rates-carousel .slick-next{ z-index: 99; color: black; font-size: 20px; position: absolute; top: 0; display: block;  width: 40px; height: 100%; cursor: pointer; text-align: center; background: transparent; opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90; }
	#rates-carousel .slick-prev{left: -40px;}
	#rates-carousel .slick-next{left: auto;right: -40px;}
	#rates-carousel .slick-prev span, #rates-carousel .slick-next span{display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; box-shadow: 0 0 20px 0 rgba(0, 15, 102, 0.2);background-color: white;}
	#rates-carousel .slick-prev:hover, #rates-carousel .slick-prev:focus, #rates-carousel .slick-next:hover, #rates-carousel .slick-next:focus{opacity: 1; color: var(--second); outline:none;}
	#rates-carousel .slick-next:hover, .slick-next:focus{}

	/* printable version */
	.printablerates .liner{max-width: 400px; margin: 0 auto; display: flex;  flex-direction: column; gap: 20px; justify-content: center; }
	.printablerates .rate_cell{display: block !important; min-height: 170px; width: 100%; display: flex;  justify-content: center;  align-items: center; position: relative;  }
	.printablerates .rate_cell div{ text-align: center; color: var(--font);}


	/*S*/
	@media only screen and  (min-width: 576px) {
		/*section.rc-container{ padding: calc(var(--Mtop) - 40px) 0 0 0;}

		.rates-carousel{  width: calc(100% - 40px) !important; }
		.slick-prev{left: -20px;}
		.slick-next{right: -20px;}
		.slick-slide{ margin: 40px;  }*/

	}
	
	/*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) {
		section.rc-container .liner{display: flex;  justify-content: space-between;}
		.Rlinks{flex-direction: column; width: 170px; justify-content: center; align-items: center; gap: 12px; padding: 0}
		.Rlinks a.cta{width: 100%;padding: 15px;}
		.rates-carousel{ width: calc(100% - 380px) !important;  }
	}

/** HOME PROMO SCROLLER ***********************************************/

	/* 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;}
	*/
	
	section.promos{background: url(../images/home-hero_cpcu_pattern.png) repeat-x top center; color: black; padding: var(--Pboth);}

	.promo-carousel{ width: 100%; max-width: 460px;  position: relative; margin: 0 auto; padding-bottom: 64px;}

	#promo-carousel .slick-slide{display:none;min-height:1px; display: flex; justify-content: center; align-items: center; padding: 0 12px}

	.promo_cell{/*width: 350px; max-width: 340px;*/ height: 520px; background-color: var(--main);position: relative; margin: 0; transition: all .25s ; color: white;}
	.Pimg{}
	.Pimg img{ max-width: 100%;}
	.Ptext{line-height: 1.75; padding: 30px;  }
	.Ptext h3{padding: 0; color: white; font-size: 30px;}
	.Ptext p{margin: 0; padding: 1rem 0 0 0; }

	/* arrows nav */
	#promo-carousel .slick-arrow.slick-hidden{display:none}
	#promo-carousel .slick-prev, #promo-carousel .slick-next{ z-index: 99; color: #afafaf; font-size: 20px; position: absolute; top: auto; bottom: 0; display: block;  width: 44px; height: 44px; cursor: pointer; text-align: center; background: transparent; opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90}
	#promo-carousel .slick-prev{left: calc(50% - 44px);}
	#promo-carousel .slick-next{right: calc(50% - 44px);}
	#promo-carousel .slick-prev:hover, #promo-carousel .slick-prev:focus, #promo-carousel .slick-next:hover, #promo-carousel .slick-next:focus{opacity: 1; color: var(--font); outline:none;}




	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.promo-carousel{  max-width: 1300px;  }

	}

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

/** HOME BRANCHES + FINDER *************************************************/

	section.branches{ padding-bottom: 2rem;}
	section.branches .container-fluid{ max-width: 378px;}


	section.branches .locpanel_filter {display: none;}
	.locpanel_card {box-shadow: 0 15px 45px 0 rgba(0, 15, 102, 0.2); border: 0;}
	.locpanel_card.w-100 {width: 90% !important; margin: 0 auto;}
	.locpanel_img {width: 110%; position: relative; left: -5%;  z-index: 10; position: relative; }

	.locpanel_card_header{ padding: 0 !important}
	.locpanel_title{ padding: 1rem 20px 0 20px;margin: -20px 0 0 0 !important; width: 100%; z-index: 90; position: relative; background-color: white; }

	/*"locpanel_card locpanel_branch card w-100 h-100 p-0" id="LP3">

	<div class="locpanel_card_header">
	<div class="locpanel_img">
	div class="locpanel_cell col-12 col-md-6 col-lg-4 col-xl-3 py-3 Lansing-MI DT ATM ">
	*/
	
	section.finder{background-color: var(--pale); padding: 40px var(--Pside);}
	section.finder .liner{}
	section.finder h4{padding-bottom: 2rem}
	section.finder form#locator{}
	section.finder input[type="text"]{width: 225px; height: 50px; padding-left: 15px;  box-shadow: 0 15px 45px 0 rgba(0, 12, 82, 0.15);  background-color: white; border: 0; margin-right: 10px;}
	section.finder input[type="submit"]{height: 50px; background-color: var(--second); color: var(--main); border: solid 2px var(--second);}
	section.finder input[type="submit"]:hover, section.finder input[type="submit"]:focus{text-decoration: none;color: var(--main);background-color: white;  border: solid 2px var(--second);}

	/*S*/
	@media only screen and  (min-width: 576px) {
		section.branches{background: url(../images/cpcu_bg.png) no-repeat bottom right;}
		section.finder{ padding: 60px var(--Pside);}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.branches .container-fluid{ max-width: 756px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.branches .locpanel_cell.col-lg-4{width: 50%;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.branches .container-fluid{ max-width: 1300px;}
		section.branches .locpanel_cell.col-lg-4{width: 25%;}
	}
	/*XXL*/
	@media only screen and (min-width: 1400px) {
		section.branches{background: url(../images/cpcu_bg.png) no-repeat top right;}
	}

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

	section.test{ width: 100%;padding: 50px var(--Pside); background: url(../images/cpcu_pattern_long_dark.png) var(--main); color: white;}
	main.inner section.test{margin-top: var(--Mtop);}

	section.test img{max-width: 100%;}

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

	.content_slideshow.testimonial-carousel.carousel{height: 444px;}

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

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

	.consproname{font-size: 16px;}

	.stars{color: #f75314; font-size: 28px;}

	
	/* <||> group with circles around the icons */
	.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: white; 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{}
	.content_slideshow.testimonial-carousel button.carousel-control-pause:hover i, .content_slideshow.testimonial-carousel button.carousel-control-pause:focus i, .content_slideshow.testimonial-carousel button.carousel-control-play:hover i, .content_slideshow.testimonial-carousel button.carousel-control-play:focus i{}

	.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: white; left: calc(50% - 66px); text-shadow: none;}
	.content_slideshow.testimonial-carousel button.carousel-control-next{left: calc(50%  + 22px);  }

	.content_slideshow.testimonial-carousel button.carousel-control-prev:hover, .content_slideshow.testimonial-carousel button.carousel-control-prev:focus, .content_slideshow.testimonial-carousel button.carousel-control-next:hover, .content_slideshow.testimonial-carousel button.carousel-control-next:focus{color: var(--second);} 


	.content_slideshow.testimonial-carousel button.carousel-control-prev:after, .content_slideshow.testimonial-carousel button.carousel-control-next:after{content: '\f053'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; font-size: 18px;}
	.content_slideshow.testimonial-carousel button.carousel-control-next:after{content: '\f054';}
	.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{}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.content_slideshow.testimonial-carousel .carousel_caption_text{font-size: 22px;}
		.consproname{font-size: 18px;}

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.test{padding: 60px var(--Pside);}
		.content_slideshow.testimonial-carousel .carousel_caption_text{font-size: 24px;}
		.consproname{font-size: 20px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.test{padding: 80px var(--Pside);}
		.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: 300px;}
		.content_slideshow.testimonial-carousel.carousel{height: 344px;}


	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.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: 400px;}
		.content_slideshow.testimonial-carousel.carousel{height: 444px;}

	}

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

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

	/* no slideshow options */
	.hero {background: url(../images/cpcu_pattern_long_dark.png) no-repeat center right var(--main); padding: var(--Pboth); color: white;font-size: 20px;} 
	.hero h1{margin-top: 0;}
	.hero  p{margin: 0; padding: 1rem 0 0 0; line-height: 1.2;}



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

	.R0.regional_slideshow.carousel {background-color: var(--main);} 
	.R0.regional_slideshow .carousel-item{}

	.R0.regional_slideshow .carousel_overlay{}

	/*.R0.regional_slideshow .carousel-image{position: static; height: 200px}
	.R0.regional_slideshow .carousel-image img{object-fit: cover; object-position: center;width: 100%; height: 200px}*/
	
	.R0.regional_slideshow .carousel-image{position: static; }
	.R0.regional_slideshow .carousel-image img{max-width: 100%;}


	.R0.regional_slideshow .carousel-caption {width: 100%; /*height: 100%; */ display: flex; justify-content: center; align-items: center;color: white;  position: static; padding: 50px var(--Pside);  }
	.R0.regional_slideshow .carousel-caption h1{margin-top: 0;}

	.R0.regional_slideshow .carousel_caption_text{ font-size: 20px; line-height: 1.2;}
	.R0.regional_slideshow .carousel_caption_text p{margin: 0; padding: 1rem 0 0 0}

		/* 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.carousel ol.carousel-indicators {border: solid 0px yellow;  height: 44px;  width:100%;}
		.R0.regional_slideshow.carousel 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.carousel ol.carousel-indicators li:before{content: '\f0c8'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; color: white; }
		.R0.regional_slideshow.carousel ol.carousel-indicators li:hover {background-color: transparent; }
		.R0.regional_slideshow.carousel ol.carousel-indicators li:hover:before {font-weight: 900;}
		.R0.regional_slideshow.carousel ol.carousel-indicators li.active {background-color: transparent;  }
		.R0.regional_slideshow.carousel 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) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.R0.regional_slideshow.carousel {background: url(../images/cpcu_pattern_long_dark.png) no-repeat center right var(--main);} 

		.R0.regional_slideshow.carousel, .R0.regional_slideshow.carousel .carousel-item {height: 400px;}

		.R0.regional_slideshow .carousel-image{height: 400px; width: 56%;max-width: 600px; position: relative; float: right}
		.R0.regional_slideshow .carousel-image img{height: 400px; object-fit: cover; object-position: center;width: 100%;  height: 400px}

		.R0.regional_slideshow .carousel-caption {width: 44%; height: 100%; padding: 0 30px 0px var(--Pside); text-align: left; }
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.R0.regional_slideshow .carousel-image{margin-right: var(--Pside);}
		.R0.regional_slideshow .carousel-caption { width: calc(100% - var(--Pside) - 600px); }


	}

	/*XL*/
	@media only screen and (min-width: 1400px) {
		.R0.regional_slideshow .carousel-image{ width: 750px;max-width: 750px;margin-right: calc(50% - 650px);}
		.R0.regional_slideshow .carousel-caption {width: calc(100% - (50% - 650px) - 750px); padding: 0 30px 0px calc(50% - 650px); }
	}

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

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

	section.bluecallout, section.palecallout{padding: var(--Phalf); margin-top: var(--Mtop); background: url(../images/cpcu_pattern_long_light.png) center center var(--pale);text-align: left; }
	section..bluecallout article.container-fluid.text-center, section.palecallout article.container-fluid.text-center{text-align: left;}
	section.bluecallout{ background: url(../images/cpcu_pattern_long_dark.png) center center var(--main) ; color: white;}
	section.bluecallout h2, section.bluecallout h3, section.bluecallout h4{color: white;}
	section.bluecallout h2:first-child, section.palecallout  h2:first-child{padding: 0;}
	section.bluecallout a{color:white;}
	section.bluecallout a:hover, section.bluecallout a:focus{color: var(--second);}
	section.bluecallout ol, section.palecallout ol, section.bluecallout ul, section.palecallout ul {text-align: left;}
	section.bluecallout ul li:before{color: var(--pale); }


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

/* INSIDE COMP CARDS *******************************************************/

	section.compcards{padding: var(--Pboth); margin-top: var(--Mtop); background-color: var(--pale);}
	section.compcards article {display: flex; flex-direction: column; gap: 30px;}
	section.compcards h2{text-align: center; padding: 0; margin: 0 0 40px 0}
	.CCbox{background-color: white;box-shadow: 0 15px 45px 0 rgba(0, 15, 102, 0.2);}
	.CCimg{background-color: var(--main); padding: 40px 30px; color: white; text-align: left}
	.CCimg img{display: none; border-radius: 7px;}
	.CCimg h3{padding-top: 0; color: white;}
	.CCtext{padding: 40px 30px;  text-align: left}
	article .CCtext ul{padding-top: 0}
	
	/*S*/
	@media only screen and  (min-width: 576px) {
		.CCimg, .CCtext{padding: 40px;}

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.CCbox{display: flex;}
		.CCimg{width: 40%;}
		.CCtext{width: 60%;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.CCimg, .CCtext{padding: 40px 50px;}
		.CCimg img{display: block; max-width: 100%}
		.CCimg h3{padding-top: 1rem; }

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

/** 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.content_rates_table tbody, table.content_rates_table thead,  table.content_rates_table tr,  table.content_rates_table tr th,table.content_rates_table tr td {display: block;}

	/* remove table headers */
	table.content_rates_table tr th {position: absolute; top: -9999px; left: -9999px;}
	
	/* put title into cell */
	table.content_rates_table 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{margin: 1rem 0 2rem 0; width: 100%; border-collapse: collapse;box-shadow: 0 15px 45px 0 rgba(0, 15, 102, 0.2);}
	table.content_rates_table tr td{padding: 18px 20px;}
	table.content_rates_table tr:nth-child(even) td{background-color: var(--pale);}



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

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

/** INSIDE - TABLES **********************************************/


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

	/* remove table headers */
	table.table_builder tr th {position: absolute; top: -9999px; left: -9999px;}
	
	/* put title into cell */
	 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.table_builder{margin: 2rem 0; width: 100%; border-collapse: collapse;box-shadow: 0 15px 45px 0 rgba(0, 15, 102, 0.2);}
	table.table_builder tr td{padding: 18px 20px; border: 0;}
	table.table_builder tr:nth-child(even) td{background-color: var(--pale);}



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

		 table.table_builder tr td, table.table_builder tr th{border: solid 2px #e6e9ec; padding: 26px 22px;}
		 table.table_builder tr th {font-family: "bilo", sans-serif; font-weight: 500; font-size:  32px; line-height: 1.1;  color: white; text-align: center;padding: 14px 22px;}

		 table.table_builder tr:nth-child(even) td{background-color: transparent;}
		 table.table_builder tr td:first-child{background-color: var(--pale);}

	}

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

/** ACCORDION - FAQS, FORMS, & DIVS ************************************************************/
	.faq_featured_block{ margin: 20px 0 0 0 !important; display: block}
	.faq_header{ display: block}
	.faq_question_block_slide{padding: 10px 0;border-bottom: 0;}
	.faq_question_block_slide_question{padding: 0; border: solid 0px red}
	.faq_question_block_slide_answer{padding: 0 20px 10px 20px;}
	.faq_header{padding-top: 40px;}

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

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

	*/


	/* closed Q */
	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: 30px 60px 20px 30px;background-color: white; color: var(--font); display: block; position: relative; text-decoration: none; position: relative;   font-size: 22px;  font-weight: 500; box-shadow: 0 15px 25px 0 rgba(0, 12, 82, 0.25);margin-top: 20px;}
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited{ width: 100%; text-align: left; border: 0 !important}

	/* 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(--main); color:white;text-decoration: none;box-shadow: 0 15px 45px 0 rgba(0, 15, 102, 0.3);}

	/* open Q */
	div.cms_form_collapsible_header.open a, 
	.faq_question_block_slide_question_open a, 
	div.faq_recent_block .faq_question_block_slide_question_open a, 
	.code_block_accordion.open div.code_block_indiv_top,  
	div.faq_featured_block .faq_question_block_slide_question_open a,  
	div.faq_popular_block  .faq_question_block_slide_question_open a, 
	div.faq_question_panel  .faq_question_block_slide_question_open a, 
	.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top
	{background-color: var(--main); color:  white;  display: block; padding: 30px 60px 20px 30px; text-decoration: none;position: relative; position: relative;font-size: 22px;  font-weight: 500; box-shadow: none; }

	/* 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: 900; position: absolute; top: calc(50% - 17px); right: 24px;  padding: 0 20px; display: block; height: 34px; width: 30px; display: flex; justify-content: center; align-items: center; background-color: var(--main); color: white; transition: all .25s}

	.code_block_accordion div.code_block_indiv_top:hover:before, 
	.code_block_accordion.open div.code_block_indiv_top:hover:before, 
	div.cms_form_collapsible_header a:hover:before,
	div.cms_form_collapsible_header a:focus:before,
	.faq_question_block_slide_question_closed a:hover:before,
	.faq_question_block_slide_question_closed a:focus:before,
	.faq_question_block_slide_question_open a:hover:before,
	.faq_question_block_slide_question_open a:focus:before
	{color: var(--main); background-color: white;}

	
	.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-weight: 900; position: absolute; top: calc(50% - 17px); right: 24px;  padding: 0 20px; display: block; height: 34px; width: 30px; display: flex; justify-content: center; align-items: center; color: var(--main); background-color: white;}


	/* contents */
	article .code_block_accordion .code_block_indiv_content{padding: 0 20px;}
	.faq_question_block_slide_answer, article .code_block_accordion.open .code_block_indiv_content{ border-radius: 0; border: 0; border-top: 0; margin: 0; background-color: var(--main); color:  white; padding: 0px 60px 20px 30px; }

	article .code_block_accordion .code_block_indiv_content h2, 
	.faq_question_block_slide_answer h2,
	article .code_block_accordion .code_block_indiv_content h3, 
	.faq_question_block_slide_answer h3,
	article .code_block_accordion .code_block_indiv_content h4, 
	.faq_question_block_slide_answer h4{color: white;}

	article .code_block_accordion .code_block_indiv_content p, 
	.faq_question_block_slide_answer p{padding: 1rem 0 0 0; margin: 0;line-height: 1.3}

	.faq_question_block_slide_answer a, article .code_block_accordion.open .code_block_indiv_content a{color: var(--pale);}
	.faq_question_block_slide_answer a:hover, .faq_question_block_slide_answer a:focus, article .code_block_accordion.open .code_block_indiv_content a:hover, article .code_block_accordion.open .code_block_indiv_content a:focus{color: white;}



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

/** INSIDE - PRODUCT BOXES & PALE SECTION BOXES ***********************************************/
	
	section.pale{padding: var(--Pboth); margin-top: var(--Mtop); background: url(../images/cpcu_bg.png) no-repeat right bottom var(--pale); }
	section.pale h2{padding: 0}

	.boxrow{display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; gap: 30px; flex-direction: column;max-width: 685px; margin: 0 auto; padding: 2rem 0 0 0} 

	section.pale .boxrow{ padding:0} 

	.palebox{flex: 1 1;  background-color: var(--main);color: white;}
	section.pale .palebox{box-shadow: 0 15px 45px 0 rgba(0, 15, 102, 0.2); background-color: white; color: var(--font)}
	.paleimg{width: 100%;}
	.paleimg img{max-width: 100%;}
	.paletext{padding: 40px 30px; }
	.paletext ul{text-align: left}
	.paletext h3{color: white; }
	section.pale .paletext h3{color: var(--font);}
	section:not(.pale) .palebox a:not(a.cta, a.ctaO){color: var(--pale); text-decoration: none;}
	section:not(.pale) .palebox a:not(a.cta, a.ctaO):hover, 	section:not(.pale) .palebox a:not(a.cta, a.ctaO):focus{color: white;text-decoration: underline}

	section.inside .paletext ul li:before {color: var(--pale);}


	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.boxrow{flex-direction:row;  gap: 24px; max-width: 100%;}
		.palebox {flex: 1 1 40%; max-width: calc(50% - 12px);}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.palebox {flex: 1 1 20%; max-width: calc(33.33% - 12px);}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}


/** FOOT ****************************************************/


	footer {width: 100%; background-color: var(--main); color: white; padding: var(--Pboth); }

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

	.Frout{ font-weight: 500;}

	.bottomlinks {color: white;}
	.bottomlinks a {display: block;font-size: 16px; font-weight: 400; text-decoration: none; padding-bottom: 16px; }
	.bottomlinks a:hover, .bottomlinks a:focus{text-decoration: underline}
	/**.bottomlinks a:after, .bottomlinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.bottomlinks a:last-child:after{content: ""; padding: 0;}*/

	.socmed{display: flex; gap: 10px; justify-content: center; }
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; width: 44px; height: 44px; display: flex; justify-content: center;align-items: center;  border-radius: 50%; background-color: white; color: var(--main); font-size: 22px; border: solid 2px white;}
	.socmed a:hover, .socmed a:focus{color: var(--main); font-size: 22px; border: solid 2px var(--second);}


	/*.ncua{display: flex}*/
	.footicons{border: solid 0px fuchsia;display: flex; gap: 20px 10px; justify-content: center; flex-wrap: wrap; }
	.footicons img{}
	.footnote{border: solid 0px silver; font-size: 12px; line-height: 1.33; text-align: left;}

	button#topper{display: none;  width: 70px;  height: 31px;  color: white; background-color: var(--dkblue); position: fixed; bottom: 20px; right: 20px; z-index: 1000;   font-size: 13px;  font-weight: 600; border: solid 1px white; transition: all 0; transition: background-color .25s}
	button#topper:hover, button#topper:focus{background-color: var(--second); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);}



	@media only screen and (orientation: landscape){
	}
	@media only screen and  (min-width: 576px){
		.socmed{justify-content: flex-start}
		.footicons{justify-content: flex-start;}


	}

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

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

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

	a.cta:hover,  a.cta:focus, a.ctaO:hover, a.ctaO:focus, input[type="submit"]:hover, input[type="submit"]:focus, a.clear:hover, a.clear:focus, button.clear:hover, button.clear:focus,  input.go:hover, input.go:focus, input[type="reset"]:hover, input[type="reset"]:focus, a.PSlogout:hover, a.PSlogout:focus, div.faq_advanced_search_panel input[type=button]:hover, div.faq_advanced_search_panel input[type=button]:focus,  button.modal_button:hover, button.modal_button:focus, button.cta:hover, button.cta:focus, button#exedout:hover, button#exedout:focus, .blog-filter a button:hover, .blog-filter a button:focus, button.btn.btn-primary:hover, button.btn.btn-primary:focus
	{text-decoration: none;color: var(--main);background-color: white;  border: solid 2px var(--second);}



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


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

/** HEADERS **********************************************/
	/* padding, not margins */
	
	h1 {margin: 0; padding: 0; font-family: "bilo", sans-serif; font-weight: 500; font-size:  40px; line-height: 1.3; color: white}
	h1 .underline{border-bottom: solid 4px var(--second);}

	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: "bilo", sans-serif; font-weight: 500; font-size:  34px; line-height: 1.1; color: var(--font); padding: var(--Mtop) 0 0 0;}
	article h2.KJEToggleTitle, .cke_editable h2:first-child{padding: 0}




	h3, .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: "bilo", sans-serif; font-weight: 500; font-size:  30px; line-height: 1.1; 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: "bilo", sans-serif; font-weight: 500; font-size:  24px; line-height: 1.1; color: var(--font)}

	h5, .forum_thread_date, .forum_mischeader_title	
	{margin: 0; padding: 1rem 0 0 0;font-family: "bilo", sans-serif; font-weight: 500; font-size:  20px; line-height: 1.1; color: var(--main);}

	h6 	{margin: 0; padding: 1rem 0 0 0;font-size: 18px;font-family: "bilo", sans-serif; font-weight: 500; font-style: italic; color: var(--font)}

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

		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}

	}

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

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

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

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

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

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

		h3, .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: 36px;}

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

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

	}

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

/** 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}
	
	
	/* panels */
	/* templates/COMMON_JS/enhanced-blog-styles.css */
	
	.blog-grid-wrap{gap: 30px;}

	.blog-grid-wrap div.blog_entry{}

	.blog-grid-wrap h2.blog_title a{}
	.blog-grid-wrap h2.blog_title a:hover, .blog-grid-wrap h2.blog_title a:focus{ text-decoration: none;}

	
	.blog-grid-wrap .blog-img-container{}
	.blog-grid-wrap img.blog-image{ }
	.blog-grid-wrap .blog_entry .blog-img-container img { width: 100%;  height: auto;  object-fit: fill;}
 


	.blog-filter a button{margin: 0 5px 5px 0; }
	.blog-grid-wrap .blog-content p{background-color: blue; text-align: right;}

	.blog-grid-wrap .blog_posted_date{}
	.blog-grid-wrap .blog_comments_link_div{}
	div.blog_entry .blog_share{width: 100%;}


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

	}

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

	}


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

	.cms_form_required_block{text-decoration: none; border: 0}

	.bluecallout .cms_form_required_block{color: var(--pale);}

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

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

}

