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

	:root {
	  --main: #255A9E;
	  --second: #F37021;
	  --accent: #F8CD14;
	  --pale: #C5DDF3;
	  --pale2: #F2F2F2;
	  --mblue: #197CBD;
	  --font: #2D2D2D;
	  --Mtop: 60px;
	  --Pside: 20px;
	  --Ptop: var(--Mtop) var(--Pside) 0 var(--Pside);
	  --Pboth: var(--Mtop) var(--Pside); 
	  --maxW: 1530px;
	  --half: calc(50% - 765px);
	  --orangegrade: linear-gradient(to bottom, var(--second), #f4921c);
	  --bluegrade: linear-gradient(to bottom, var(--main), var(--mblue));
	  --bluesideways: linear-gradient(to right, var(--main), var(--mblue));
	  --nograde: linear-gradient(to bottom, white, white);
	  --sungrade: linear-gradient(to top, var(--second), var(--accent));
	  --sungradesideways: linear-gradient(to left, var(--second), var(--accent));
	  --palegrade: linear-gradient(to bottom, var(--pale) 100%, #99c3ea 0%);
	  

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

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

		@media only screen and (min-width: 992px) {
		  --Mtop: 80px;
		  /*--Mtop: 50px;*/
		  --Pside: 30px;
		}

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

		@media only screen and (min-width: 1710px) {
		  --Pside: calc(50% - 765px);
		}


	}

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

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

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

	a, button.modal_link{  transition: all .25s; color: var(--mblue); text-decoration: none;}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var(--main); text-decoration: underline;}
	button.modal_link{ padding:0; border: 0; background: transparent; cursor: pointer;  transition: all .25s;}
	button.modal_link:focus, button.modal_link:hover{text-decoration: underline;border: 0; outline: 0}
	button.modal_link{text-align: left;}


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


	.spacer{width: 100%;height: var(--Mtop);}
	.spacer p{margin: 0; padding: 0}

	/*
	.bs-content-row {margin: 0;}
	.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);}
	*/
	article ul:not(.content_faq_list), article ol {margin: 0; padding: 1rem 0 0 20px;}

	/*FA bullets*/
	article ul:not(.content_sitemap, .content_faq_list), .LPtext ul {list-style: none; padding: 0 0 0 60px;margin: 0;}
	article ul:not(.content_sitemap, .content_faq_list) li, .LPtext ul li {position: relative; padding: 1rem 0 0 0}
	article ul:not(.content_sitemap, .content_faq_list) li:before, .LPtext ul li:before {content: '\f058'; font-family: 'Font Awesome 7 Pro'; font-weight: 400; color: var(--mblue); position: absolute; top: 1rem; left: -30px; }
	article .code_block_accordion ul li:before {color: white;}
	section.sungrade article .code_block_accordion ul li:before {color: var(--font)  !important;}
	

	/*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, .cms_form_legend{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; position: relative; background-color: white;box-shadow: 0 0 5px 0 rgba(0,0,0,.5);}
	header .liner{height: 110px;}
	header.stuck {position: fixed; top: 0; left: 0; }

	a.homelink{border: solid 0px fuchsia; position: absolute; width: calc(100% - 88px - (2 * var(--Pside)));  height: 100%;top: 0; left: calc(var(--Pside) + 44px); display: flex; justify-content: center; align-items: center; padding: 15px; max-width: 352px}
	a.homelink img {width: 100%; height: 100%}

	.toplinks, .bttns {display:  flex; justify-content: space-between; align-items: center; gap: 2px}
	.bttns {flex: 1 1 ; max-width: calc(66.66% - 1px)}

	.bttns a, .bttns .notalink  {flex: 1 1 calc(50% - 1px);font-size: 15px;  font-weight: 500;line-height: 1; background: var(--orangegrade); border: 0; color: var(--font);display: flex; justify-content: center; align-items: center; height: 50px; text-decoration: none; padding: 0 10px}
	.bttns a:hover, .bttns a:focus {background: var(--nograde); color: var(--font);border: solid 2px var(--second)}

	.TL{display: none;}
	.TL a, .TL .notalink  {color: white; font-size: 15px;  font-weight: 500; text-decoration: none}
	.TL a:hover, .TL a:focus {color: white; text-decoration: underline;}


	.hb{flex: 1 1 ; max-width: calc(33.33% - 1px)}
	a.hbbttn{width: 100%; font-size: 15px;  font-weight: 500;line-height: 1;background: var(--bluegrade); color: white;display: flex; justify-content: center; align-items: center; height: 50px; text-decoration: none; padding: 0 10px}
	a.hbbttn span{display: inline;}
	a.hbbttn:hover, a.hbbttn:focus{background: var(--nograde); color: var(--font); border: solid 2px var(--main)}
	.hbtitle{display: none;}

	#sitesearch {color: var(--font);width: 44px; height: 100%; font-size: 21px; position: absolute; top: 0; left: var(--Pside);}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: var(--main);}
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 7 Pro'; font-weight: 400;}
	#sitesearch.down:before{content: '\f00d';}

	.sitesearch {display: none; background-color: var(--pale); position: absolute; top: 110px; right: 0; height: 44px; width: 100%; border: solid 1px var(--mblue)}
	.sitesearch form{display: flex; justify-content: center; align-items: center; height: 100%}

	.searchbox { padding-left: 10px; height: 44px; width: calc(100% - 44px); border: 0; background-color: transparent; outline: 0;var(--main) }
	.searchbox::placeholder {color: var(--main);  opacity: 1;}
	.searchbox:-ms-input-placeholder {color: var(--main);}
	.searchbox::-ms-input-placeholder { color: var(--main);}

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

	/*S*/
	@media only screen and  (min-width: 576px) {
		a[name]{position: relative; top: -180px; z-index: 1}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		header .liner{height: 145px;}
		a[name]{position: relative; top: -235px; z-index: 1}
		a.homelink {left: var(--Pside); padding: 0; }
		
		#sitesearch {left: auto; right: calc(64px + var(--Pside)); }
		.sitesearch {top: 165px; right: var(--Pside);  width: 323px; border-radius: 10px;}

		.toplinks {justify-content: flex-end; gap: 10px; padding: 10px var(--Pside); background-color: var(--main); height: 70px;}

		.bttns{justify-content: center; flex: 0 0; width: auto; gap: 10px; max-width: 323px;}
		.bttns a, .bttns .notalink  {flex: 0 0 ;border-radius: 10px; min-width: 156px; }
		.bttns a:hover, .bttns a:focus {transform: scale(1.05);}

		.hb{background-color: var(--mblue); color: white; padding: 6px 7px 6px 30px;border-radius: 10px;display: flex; justify-content: center; align-items: space-between; gap: 30px; height: 50px; margin-left: 10px; max-width: 300px;}
		a.hbbttn{background: var(--orangegrade); color: var(--font); height: 38px; border-radius: 10px; max-width: 102px}
		a.hbbttn:hover, a.hbbttn:focus{background: var(--nograde); color: var(--font); border: solid 2px var(--second)}
		.hbtitle{display: flex; justify-content: center; align-items: center; white-space: nowrap;}
		.hbtitle .fa-regular{margin-right: 5px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		#sitesearch {right: var(--Pside); }
		.TL{display: flex; justify-content: space-between; gap: 20px;;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

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

/** MOBI MENU - slide down ***************************************/

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

	button.menutoggler{color: var(--font);width: 44px; height: 100%; font-size: 28px; position: absolute; top: 0; right: var(--Pside);}
	button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s;}
	button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 7 Pro'; font-weight: 400;}
	button.menutoggler.menuex:before{content: "\f00d";}

	.menutoggler2{display: none; width: 44px; height: 44px; border: solid 1px orange; color: white; position: absolute; top: 0; right: 0;}


	nav.mobile{display: none; position: absolute; right: 0; width: 100%; top: 160px; z-index: 1000; background-color: white; max-height: calc(100% - 100px); overflow-y: auto;-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2); box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);}
	nav.mobile.fxd{position: absolute;}

	.MMlinks{background-color: var(--main); display: flex; justify-content: center; gap: 20px; min-height: 50px; padding: 20px var(--Pside); margin-top: 1rem;}
	.MMlinks a, .MMlinks .notalink{color: white; text-decoration: none;}
	.MMlinks a:after, .MMlinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.MMlinks a:last-child:after{display: none;}
	.MMlinks a:hover, .MMlinks a:focus{text-decoration: underline;}

	.L1{padding: 0 20px; }

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

	.L2 {display: none; padding: 15px 0; border-radius: 15px; background: var(--bluegrade); color: white;}
	.L2 a, .L2 button {color: white;  font-size: 16px; border: none; padding: 5px 15px 5px 30px;  font-weight: 600; text-decoration: none;}
	.L2 a:hover, .L2 a:focus{text-decoration: underline; color: white;}

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

	@media only screen and (orientation: landscape){
		nav.mobile{ top: 0 !important; max-height: 100%;}
		.menutoggler2{display: block;}
		.L1{padding:  44px  20px  20px  20px; }
	}

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

	
	@media only screen and  (min-width: 768px) {
		nav.mobile{top: 215px;}
	}

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

/** MENU *********************************************/
	

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

		nav.pc  { display: block; z-index: 100; height: 100%;position: absolute; top: 0px; right: calc(64px + var(--Pside)); width: calc(100% - (2 * var(--Pside)) - 64px -  372px); display: flex; justify-content: center; align-items: center;}
		.navliner {width: 100%;   z-index: 100; display: flex; justify-content: space-between; /*gap: 70px;*/ align-items: center;  align-content: center;}

		button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;   flex: 0 0 auto; height: 26px; border-bottom: solid 2px var(--pale); color: var(--font)}
		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: 145px; right: var(--Pside); max-width: 1058px; width: calc(100% - (2 * var(--Pside))); box-shadow: 0 0 50px 0 rgba(12, 28, 50, 0.15); border-radius: 0 0 15px 15px; overflow: hidden;}
		header .ddcontent .liner {height: auto;}
		.ddcontent .container-fluid{ max-width: 1430px; width: 100%; margin: 0 auto;}

		.ddcontent p {margin: 0; padding: 0 0 .75rem 0}

		.Mlinks{color: var(--main);}
		.Mlinks a{color: var(--main); text-decoration: none;}
		.Mlinks a:hover, .Mlinks a:focus{color: var(--main); text-decoration: underline}
		.Mlinks ul{list-style: none; margin: 0; padding: 0 0 1rem 0}
		.Mlinks ul li{margin: 0; padding: 0 0 .75rem 0}
		.Mlinks ul li a{color: var(--font);}
		.Mlinks ul li a:hover, .Mlinks ul li a:focus{color: var(--font); text-decoration: underline}


		.Mimg{background: var(--sungrade); padding: 30px 20px;}
		.Mimg img{border-radius: 50%;}
		.Mhead{font-size: 24px;}
		.Mimg p{margin: 0; padding: 1rem 0 0 0}
		.Mimg a{color: var(--font); font-weight: bold;}
		.Mimg a:hover, .Ming:focus{color: var(--font); text-decoration: underline}

	}
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.navliner { justify-content: flex-end; gap: 70px;}
	}

/** HOME SLIDING PROMOS*************************************************/

	/* arrows under Rates */
	section#home_carousel{height: 400px; width: 100%; background-color: var(--main); position: relative;  z-index: 10}

	/* slider */
	section.promos{padding: var(--Ptop);}
	section.promos h2{color: var(--main); padding: 0 0 2rem 0}
	section.promos h3{color: var(--main);}
	.promo-carousel{ width: 100%; max-width: var(--maxW);  position: relative; margin: 0 auto; padding-bottom: 64px;}

	.promo_cell{}
	.Pimg{}
	.Pimg img{max-width: 100%; border-radius: 10px;}
	.Ptext{line-height: 1.33;}
	.Ptext p{margin: 0; padding: 1rem 000}
	.Ptext div{}


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

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

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

/** HOME LARGE PROMOS*************************************************/

	.eyebrow{font-size: 16px; text-transform: uppercase }
	section.LpromoB, section.LpromoL{padding: 0; margin: 0;position: relative; }
	.liner{}
	.LPimg{max-width: 100%}
	.LPimg img{max-width: 100%;}
	.LPtext{padding: 30px var(--Pside);}
	.LPtext p{padding: 1rem 0 0 0; margin: 0}
	.LPtext ul{ margin: 0 auto;  display:inline-block; text-align: left; width: auto;}
	.LPtext ul li{padding-bottom: .5rem}

	section.LpromoB .LPtext{background: var(--bluegrade); color: white; }
	section.LpromoB h3{ color: white;}
	section.LpromoB a:not(.cta){color: white}
	section.LpromoB a:not(.cta):hover, section.LpromoB a:not(.cta):focus{color: var(--accent)}
	section.LpromoB ul li:before{ color: white; }


	section.LpromoL{}
	/*section.LpromoL .LPtext{background: var(--bluegrade);}*/
	section.LpromoL .LPtext{background: url(../images/ltbluebg_img-right.jpg) no-repeat center center; background-size: cover;}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.LPtext{padding: 40px var(--Pside);}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.LpromoB .LPtext{background: url(../images/dkbluebg-desktop_img-left.jpg) no-repeat center center; background-size: cover;}
		section.LpromoL .LPtext{background: url(../images/ltbluebg_img-right.jpg) no-repeat center center; background-size: cover;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.LPimg{width: 460px; height: 460px; border-radius: 50%; box-shadow: 0 0 25px 0 rgba(8, 19, 33, 0.15); overflow: hidden;}
		.LPimg img{object-fit: cover; object-position: center;width: 100%;  height: 100%;}
		
		section.LpromoB, section.LpromoL{background: url(../images/dkbluebg-desktop_img-left.jpg) no-repeat center center; background-size: cover;min-height: 474px; padding: 40px var(--Pside)}
		
		section.LpromoB{background: url(../images/dkbluebg-desktop_img-left.jpg) no-repeat center center; background-size: cover; margin-top: 100px}
		section.LpromoB .liner{display: flex; justify-content: flex-end;align-items: center; min-height: 474px; }

		section.LpromoB .LPtext, section.LpromoL .LPtext{background: none; text-align: left; padding: 0; width: calc(100% - 60px - 360px);}
		section.LpromoL .liner{display: flex; justify-content: flex-start; align-items: center; min-height: 474px; }

		section.LpromoB .LPimg{position: absolute; top: -100px; left: -100px;}

		section.LpromoL{background: url(../images/ltbluebg_img-right.jpg) no-repeat center center; background-size: cover; margin-bottom: 100px;}
		section.LpromoL .LPimg{position: absolute; bottom: -100px; right: -100px;}

		
	 
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.LpromoB .LPimg{left: 0px;}
		section.LpromoB .LPtext, section.LpromoL .LPtext{ width: calc(100% - 60px - 460px);}
		section.LpromoL .LPimg{ right: 0px;}
	}

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

	/* borders 	

	.rates-carousel{border: solid 1px fuchsia;}
	.slick-slider{ border: solid 1px green; }
	.slick-slide{ border: solid 1px orange;}
	.slick-slide a{border: solid 1px cyan;}
	.slick-prev, .slick-next{border: solid 1px lime;}
	*/
	section.rc-container{color: black; padding: 50px 30px;}
	
	section.rc-container h2{padding: 0 0 2rem 0; color: var(--main)}
	section.rc-container .row{position: relative; }
	.Rlinks{padding-top: 1rem;}
	.Rlinks a.cta{width: 160px; padding: 0}

	.rates-carousel{ width: 100%; max-width:  var(--maxW); position: relative; margin: 0 auto; padding-bottom: 64px }

	.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;}
	/* for dividers between 
		.slick-slide.slick-active{position: relative; }
		.slick-slide.slick-active:before{content: ''; width: 1px; height: 170px;background-color: white; position: absolute; top: 0; right: -2px;}
		.slick-track .slick-slide.slick-active:last-child:before{display: none;}
	*/

	.slick-slide{display:none;min-height:1px; display: flex; justify-content: center; align-items: center; padding: 10px 20px}
	a.Rlink{text-decoration: none;}
	a.Rlink:hover, a.Rlink:focus{text-decoration: none; }
	a.Rlink *{ transition: all .25s}
	a.Rlink:hover *, a.Rlink:focus *{ transform: scale(1.05)}
	a.Rlink:hover .Rtext span, a.Rlink:focus .Rtext span{color: var(--second);}
	a.Rlink:hover .Rnumber, a.Rlink:focus .Rnumber{color: var(--main);}


	.Rtext{font-size: 22px;  line-height: 1.33; color: var(--font); transition: all .25s; }
	.Rtext span{color: var(--mblue)}
	.Rapr{font-size: 15px; color: #757575; padding: .5rem 0 1rem 0; line-height: 1; text-transform: uppercase}
	.Rnumber{font-size: 52px; color: var(--mblue); line-height: 1;font-weight: 700;  }

	/* arrows nav */
	.slick-arrow.slick-hidden{display:none}
	.slick-prev, .slick-next{ z-index: 99; color: var(--font); font-size: 16px; 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}
	.slick-prev{right: 50%;}
	.slick-next{left: 50%;}
	.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{opacity: 1; color: var(--main); outline:none;font-size: 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) {
		.rates-carousel{ padding: 0 0 64px 0 }
		/*section.rc-container h2{padding: 0 0 2; }*/
		.Rlinks{ padding-top: 0px;text-align: left;}
		.slick-slide{padding: 50px 20px 10px 20px}
	}
	

/** HOME - SMALL PROMOS (sunrise)  ****************************************/

	section.sunrise{background: var(--sungrade); /*background:url(../images/sunburstbg-mobile.jpg) no-repeat center top; */width: 100%;  z-index: 99; position: relative;   padding: var(--Pboth);}
	section.sunrise h2{padding: 0 0 2rem 0}

	.bnnrpromo{position: relative; transition: all .25s}
	.bnnrpromo img{ max-width: 50%; border-radius: 50%; margin: 0 auto; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); position: relative; z-index: 99; transition: all .25s}

	.bnnrpromo div{display: flex; justify-content: center; align-items: center; width: 75%; height: 90px; background-color: white; position: relative; z-index: 90; border-radius: 20px;font-size: 20px;  margin: -20px auto 0 auto; color: var(--font); text-decoration: none; padding: 10px 10px 0 10px}
	.bnnrpromo div span{color: var(--mblue); font-size: 25px}


	.bnnrpromo:hover{transform: scale(1.05)}
	.bnnrpromo a:hover, .bnnrpromo a:focus{text-decoration: none;}
	.bnnrpromo:hover div span{color: var(--second);}


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

	}

	/*M*/
	@media only screen and  (min-width: 768px) {
		section.sunrise{background:url(../images/sunburstbg-mobile.jpg) no-repeat center top; background-size: cover;}
		.bnnrpromo img{ max-width: calc(100% - 120px); }
		.bnnrpromo div{ width: 100%; margin-bottom: 20px}
	}

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

	/*XL*/
	@media only screen and (min-width: 1200px) {
		.bnnrpromo img{ max-width: calc(100% - 80px); }
		.bnnrpromo div span{display: block;margin-bottom: 0}
	}

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

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

	section.testim{ width: 100%;  z-index: 99; position: relative; padding: 0 0 44px 0; margin: 0}
	section.testim h2{padding: 0 0 1rem 0; color: var(--main);}

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

	section.testim .liner{}
	.Tsunshinegrrl{display: none; position: relative; z-index: 10}
	.Tblurb{ padding: 40px var(--Pside);  line-height: 1.38; position: relative; z-index: 99}
	
	.Ttestim{background-image: linear-gradient(to top, var(--second) 0%, var(--accent) 100%);padding: 40px var(--Pside);}
	
	.Tcircular{}
	.Tcircular img{max-width: 100%}
	
	/* 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 button.carousel-control-prev, .content_slideshow.testimonial-carousel button.carousel-control-next {border: solid 1px lime;}
		.content_slideshow.testimonial-carousel .playpause {border: solid 1px orange;}
		.content_slideshow.testimonial-carousel .carousel-indicators {border: solid 1px blue;}
	*/

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

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

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

	.content_slideshow.testimonial-carousel .carousel-item { min-height: auto; }
	.testimonial-carousel.carousel{}

	/*Testimonial - SUBHEAD	 font-weight: 700; font-size: 18px, line-height: 1.1; text-transform: uppercase; letter-spacing: 5%, color: #FFFFFF
	font-family: "yellowtail", sans-serif; font-weight: 400;
	*/
	.content_slideshow.testimonial-carousel .carousel-caption {padding: 20px 0px; text-align: left;height: 100%;}
	.content_slideshow.testimonial-carousel .carousel_caption_text{text-align: center; width: 100%; font-size: 20px; line-height: 1.23; }

		/* p|p */
		.content_slideshow.testimonial-carousel button.carousel-control-pause, .content_slideshow.testimonial-carousel button.carousel-control-play {position: absolute;z-index: 99; bottom: -100px;  top: auto;  margin: 0; width: 44px; height: 44px;left: auto; right: 44px;   top: auto; text-shadow: none; color: var(--font); font-size: 16px; 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-prev:after, .content_slideshow.testimonial-carousel button.carousel-control-next:after{ font-family: "Font Awesome 7 Pro";}


		/* arrows*/
		.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: -100px; height: 44px; width: 44px; color: var(--font); left: auto; right: 88px; text-shadow: none; font-size: 16px;}
		.content_slideshow.testimonial-carousel button.carousel-control-next{left: auto; right: 0;  }
		.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{font-family: 'Font Awesome 7 Pro'; content:'\f060'; }
		.content_slideshow.testimonial-carousel button.carousel-control-next:after{font-family: 'Font Awesome 7 Pro'; content:'\f061'; }

		/* dots */

		.content_slideshow.testimonial-carousel .carousel-indicators {height: 44px; padding: 0; bottom: -100px; width: calc(100% - 152px); left: auto; right: 132px; justify-content: flex-end;}
		
		.content_slideshow.testimonial-carousel .carousel-indicators button{background-color: var(--pale);width: 16px; height: 16px; margin: 0; border: solid 16px transparent;}
		.content_slideshow.testimonial-carousel .carousel-indicators button:hover{background-color: var(--second);}
		.content_slideshow.testimonial-carousel .carousel-indicators button.active{background-color: var(--mblue);}


	@media only screen and  (min-width: 400px) {
		.content_slideshow.testimonial-carousel .carousel_caption_text{font-size: 24px;}
	}
	/*S*/
	@media only screen and  (min-width: 576px) {
		.content_slideshow.testimonial-carousel .carousel_caption_text{font-size: 30px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.testim{ padding-top: var(--Mtop);}
		.content_slideshow.testimonial-carousel.carousel, .content_slideshow.testimonial-carousel .carousel-item, .content_slideshow.testimonial-carousel.carousel {height: 360px; min-height: 360px;}

		.Ttopmatter{display: flex; justify-content: flex-end;align-items: center;  position: relative;  min-height: 400px;}
		.Tsunshinegrrl{display: block; height: 400px;  position: absolute; bottom: 0; right: calc(60% + 30px);}
		.Tsunshinegrrl img{/*max-width: 100%;*/ max-height: 100%}
		.Tblurb{width: calc(60% - 15px); text-align: left; padding: 0 var(--Pside) 0 0}
		.Tcircular{display: none;}
		.Ttestim{background: var(--sungradesideways);}

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.testim{ padding: var(--Mtop) var(--Pside) 44px var(--Pside);}
		.Ttopmatter{ min-height: 475px;}
		.Tsunshinegrrl{ height: 475px; right: auto; left: -150px;}
		.Tblurb{width: calc(100% - 420px); }
		.Ttestim{border-radius: 30px;}
		.content_slideshow.testimonial-carousel .carousel_caption_text{text-align: left;}
		.content_slideshow.testimonial-carousel.carousel, .content_slideshow.testimonial-carousel .carousel-item, .content_slideshow.testimonial-carousel.carousel {height: 300px; min-height: 300px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.testim{ padding: var(--Mtop) var(--Pside) 120px var(--Pside);}
		.content_slideshow.testimonial-carousel.carousel, .content_slideshow.testimonial-carousel .carousel-item, .content_slideshow.testimonial-carousel.carousel {height: 400px; min-height: 400px;}
		.Tcircular{display: block; width: 320px; height: 320px; border-radius: 50%; overflow: hidden; position: absolute; bottom: -120px; right: -50px;}
		.Tcircular img{object-fit: cover; object-position: center;width: 100%;  height: 100%;}
		.content_slideshow.testimonial-carousel .carousel-caption {padding: 20px 200px 20px 0px; }
		.content_slideshow.testimonial-carousel button.carousel-control-pause, .content_slideshow.testimonial-carousel button.carousel-control-play {bottom: -180px; right: 184px; }
		
		.content_slideshow.testimonial-carousel button.carousel-control-prev { bottom: -180px;  right: 228px; }
		.content_slideshow.testimonial-carousel button.carousel-control-next{ bottom: -180px; right: 140px;  }
		.content_slideshow.testimonial-carousel .carousel-indicators { bottom: -180px; width: calc(100% - 272px); left: auto; right: 272px; }
		.Ttestim{padding: 40px 85px;}



	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.content_slideshow.testimonial-carousel.carousel, .content_slideshow.testimonial-carousel .carousel-item, .content_slideshow.testimonial-carousel.carousel {height: 300px; min-height: 300px;}
	}


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

	section.hero{position: relative; padding: 0 }

	.hero_image{position: static; }
	.hero_image img{width: 100%}


	.hero_caption {width: 100%; height: 100%;  display: flex; justify-content: center; align-items: center;color: white; position: static; background: var(--bluegrade); padding: 50px 30px; }
	.hero_caption h1{margin-top: 0;}

	.hero_caption_text{width: 100%; line-height: 1.33}
	.hero_caption_text p{margin: 0; padding: 1rem 0 0 0;}

	.hero_overlay{}

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

	/*L*/
	@media only screen and (min-width: 992px) {
		section.hero{background: url(../images/dkbluebg-desktop_img-right.jpg) center center; background-size: cover; padding: 50px var(--Pside); display: flex; justify-content: flex-start;align-items: center;  min-height: 350px;}
		.hero_caption {background: none; height: auto; padding: 0; text-align: left; width: calc(100% - 425px - 60px);}
		.hero_image{width: 500px; height: 500px; border-radius: 50%; overflow: hidden; position: absolute; bottom: -75px; right: -105px;}
		.hero_image img{object-fit: cover; object-position: center;width: 100%; height: 100%}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.hero_caption {width: calc(100% - 425px - 60px - var(--Pside));}
		.hero_image{right: var(--Pside); }
	}

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

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

	.palegrade, .sungrade, .compcards, .bluegrade{padding: var(--Pboth);}
	.palegrade{background: var(--palegrade);}
	.sungrade, .compcards{background: var(--sungrade); }
	.bluegrade{background: var(--bluegrade); color: white;}

	.palegrade article h2:first-child, .sungrade article h2:first-child, .bluegrade article h2:first-child{padding-top: 0;}
	.palegrade a, .sungrade a{color: var(--font);}
	.palegrade ul li:before{ color:  var(--second); }

	.palegrade a:hover, .palegrade a:focus{color: var(--second);}
	.sungrade a:hover, .sungrade a:focus{color: var(--main);}

	.bluegrade a{color: var(--accent)}
	.bluegrade h2, .bluegrade h3{color: white;}
	.bluegrade a:hover, .bluegrade a:focus{color: white;}
	.bluegrade ul li:before{ color: white; }
	.sungrade ul li:before{ color: var(--font) !important; }


	.int_57_split {width: 100%;}
	.int_57_split img{border-radius: 30px; max-width: 100%;}


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


	.compcards{}
	.compcards h2{padding: 0 0 2rem 0;}
	.cardflex{display: flex; justify-content:center; gap: 30px; flex-wrap: wrap;}
	.compcard{width: 100%; border-radius: 10px; overflow: hidden; background-color: white; max-width: 568px;}
	.compcard_img{width: 100.5%;}
	.compcard_txt{text-align: center; padding: 30px;}
	.compcard_txt ul{ margin: 0 auto;  display:inline-block; text-align: left; width: auto;}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.compcard{width: calc(33.33% - 20px); flex: 1 1 calc(33.33% - 20px) }
	}

/** INSIDE - QL **********************************************/



	.QL{width: 100%}
	.QL h2{padding-bottom: 2rem;}
	.QLflex ul{display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; width: 100%; list-style: none; padding: 0; margin: 0;}
	.QLflex ul li{ display: block; flex: 1 1 100%; margin: 0; padding: 0}
	.QLflex a{padding: 35px 30px;  border-radius: 20px;  box-shadow: 0 0 50px 0 rgba(12, 28, 50, 0.15);  background-color: #fff; display: block;text-decoration: none; border: solid 1px white; width: 100%; text-align: center;font-size: 20px; color: var(--font); }
	.QLflex a .RLfa{color: var(--mblue); font-size: 32px;}

	.QLflex a:hover, .QLflex a:focus{transform: scale(1.05); text-decoration: underline; border: solid 1px var(--pale);}

	.QLflex  ul li:before {display: none; }

	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.QLflex ul li{ flex: 1 1 calc(50% - 15px); max-width: calc(50% - 15px); }
	}

	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.QLflex ul li{ flex: 1 1 calc(25% - 23px); width:  calc(25% - 23px); }
	}

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

	.content_rates_table_title{margin: 1rem 0}
	.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;}
	
	table.content_rates_table, table.table_builder{width: 100%; overflow: hidden;margin-bottom: 20px; width: 100%; border-collapse: separate; border-right: solid 2px var(--pale); border-left: solid 2px var(--pale);margin: 1rem 0; border-radius: 15px; border-bottom: solid 2px var(--pale)}
	.code_block_accordion table.content_rates_table, .code_block_accordion table.table_builder{border:  0}


	table.content_rates_table tr td, table.table_builder tr td{padding: 0 10px 10px 10px; overflow-wrap: break-word;  word-wrap: break-word;  align-items: center; color: var(--font); font-size: 14px; border: 0}

	table.content_rates_table tr td:before, table.table_builder tr td:before {background: transparent; color: black;display: block; text-align:left; font-weight: 700; content: attr(data-title) ": "; position: relative; width: calc(100% + 20px);position: relative; left: -10px; padding: 10px;}
	table.content_rates_table tr td:first-child:before, table.table_builder tr td:first-child:before {display: inline; width: auto;  margin-bottom: 0}
	table.content_rates_table tr td:first-child, table.table_builder tr td:first-child {background: var(--bluesideways); color: white; padding: 10px;}
	table.content_rates_table tr td:first-child:before, table.table_builder tr td:first-child:before { color: white;}
	

	table.content_rates_table tr td.widecell{display: block;margin-top: 0; border-radius: 0; background: transparent; color: var(--main)}
	table.content_rates_table tr td.widecell:before{display: none;}

	table.content_rates_table tr td.widecell:first-child {background: none white !important; color: var(--font);}
	table.content_rates_table tr td.widecell:first-child:before {display: none;}

	
	table.table_builder tr td[colspan="2"]:first-child {background: none white !important; color: var(--font);}
	table.table_builder tr td[colspan="2"]:before{display: none;}
	table.table_builder tr td[colspan="3"]:first-child {background: none white !important; color: var(--font);}
	table.table_builder tr td[colspan="3"]:before{display: none;}
	table.table_builder tr td[colspan="4"]:first-child {background: none white !important; color: var(--font);}
	table.table_builder tr td[colspan="4"]:before{display: none;}
	table.table_builder tr td[colspan="5"]:first-child {background: none white !important; color: var(--font);}
	table.table_builder tr td[colspan="52"]:before{display: none;}



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

	.code_block_accordion .content_rates_table_title, .code_block_accordion .content_rates_category1{color: white}
	.code_block_accordion table.content_rates_table tr td:first-child, .code_block_accordion table.table_builder tr td:first-child {background: var(--orangegrade); color: var(--font); }
	.code_block_accordion table.content_rates_table tr td:first-child:before, .code_block_accordion table.table_builder tr td:first-child:before { color: var(--font);}
	.code_block_accordion table.content_rates_table tr td.widecell{ background: white; color: var(--font)}


	.code_block_accordion table.content_rates_table a, .code_block_accordion table.table_builder a{color: var(--main) !important}
	.code_block_accordion table.content_rates_table a:hover, .code_block_accordion table.content_rates_table a:focus, .code_block_accordion table.table_builder a:hover, .code_block_accordion table.table_builder a:focus{color: var(--second) !important;}


	/* for CC table */
	#cb_accordion_59 table.content_rates_table{display: table; border-collapse: separate; border-spacing: 0; border: solid 1px var(--second); border-radius: 15px; border: 0;}
	#cb_accordion_59 table.content_rates_table tbody{display: table-row-group}
	#cb_accordion_59 table.content_rates_table thead{display: table-header-group}
	#cb_accordion_59 table.content_rates_table tr{display: table-row}
	#cb_accordion_59 table.content_rates_table tr th{display: table-cell; padding: 18px 20px; background-color: var(--main); color: white; position: static; background-color: var(--second); color: var(--font); }
	#cb_accordion_59 table.content_rates_table tr td, #cb_accordion_59 table.content_rates_table tr td.widecell{display: table-cell; padding: 18px 20px;text-indent: 0}
	#cb_accordion_59 table.content_rates_table tr td:before {display: none}

	#cb_accordion_59 table.content_rates_table tr:nth-child(2) td:first-child{border-radius: 0}
	#cb_accordion_59 table.content_rates_table tr:last-child td:last-child{border-radius: 0 0 15px 0; border-bottom: 0}

	/* rounded corners */

	#cb_accordion_59 table.content_rates_table tr th:first-child{border-radius: 15px 0 0 0; }
	#cb_accordion_59 table.content_rates_table tr th:last-child{border-radius: 0 15px 0 0; }
	#cb_accordion_59 table.content_rates_table  tr:last-child td:first-child{ border-radius: 0 0 0 15px;}
	#cb_accordion_59 table.content_rates_table  tr:last-child td:last-child{border-radius:  0 0 15px 0}
	#cb_accordion_59 table.content_rates_table  tr:last-child td.widecell{border-radius:  0 0 15px 15px}





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

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

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

		.code_block_accordion table.content_rates_table tr th, .code_block_accordion table.table_builder tr th{background-color: var(--mblue); color: white; }

		table.content_rates_table tr td:first-child, table.table_builder tr td:first-child {background: transparent; color:var(--font); padding: 18px 20px;}
		table.content_rates_table tr:nth-child(even) td:first-child, table.table_builder tr:nth-child(even) td:first-child{background-color: var(--pale);}
		table.content_rates_table tr:nth-child(odd) td:first-child, table.table_builder tr:nth-child(odd) td:first-child{background-color: white;color: var(--font); padding: 18px 20px;}
		table.content_rates_table tr td:first-child:before, table.table_builder tr td:first-child:before {display: none}

		.code_block_accordion table.content_rates_table tr:nth-child(even) td:first-child, .code_block_accordion table.table_builder tr:nth-child(odd) td:first-child {background: none var(--pale); color: var(--font); }
		.code_block_accordion table.content_rates_table tr:nth-child(odd) td:first-child, .code_block_accordion table.table_builder tr:nth-child(even) td:first-child {background: none white; color: var(--font); }
		
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		table.content_rates_table tr th, table.table_builder tr th, table.content_rates_table tr td, table.table_builder tr td, table.content_rates_table tr td.widecell{ padding: 25px 30px;}
	}
	
	/*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}
	ul.content_faq_list{margin: 0; padding: 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: 40px 60px 40px 40px;color: var(--font); background-color: var(--pale); display: block; font-size: 20px;position: relative; text-decoration: none; position: relative; margin: 1rem 0 0 0;  border-radius: 20px; transition: all .25s}

	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited{margin-top: 1rem; width: 100%; text-align: left; border: 0 !important}

	/* for borders between
	.code_block_accordion_wrap .code_block_accordion div.code_block_indiv_top{border-top: solid 1px var(--pale); }
	.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(--pale);}
	*/
	
	/* hover Q */
	div.cms_form_collapsible_header a:hover, 
	div.cms_form_collapsible_header a:focus, 
	.faq_question_block_slide_question_closed a:hover, 
	.faq_question_block_slide_question_closed a:focus, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:hover, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:focus, 
	.code_block_accordion div.code_block_indiv_top:hover, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:hover,
	div.faq_featured_block .faq_question_block_slide_question_closed a:focus, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:hover, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:focus,
	div.faq_question_panel .faq_question_block_slide_question_closed a:hover, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:focus,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:hover,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:focus
	{color: white; background-color: var(--main); text-decoration: none; cursor: pointer}

	/* open Q */
	div.cms_form_collapsible_header.open a, 
	.faq_question_block_slide_question_open a, 
	div.faq_recent_block .faq_question_block_slide_question_open a, 
	.code_block_accordion.open div.code_block_indiv_top,  
	div.faq_featured_block .faq_question_block_slide_question_open a,  
	div.faq_popular_block  .faq_question_block_slide_question_open a, 
	div.faq_question_panel  .faq_question_block_slide_question_open a, 
	.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top
	{color: white; background-color: var(--main); display: block; padding: 40px 60px 1rem 40px;  text-decoration: none;position: relative; position: relative; border-radius: 20px 20px 0 0;font-size: 20px;}

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


	/* contents */
	article .code_block_accordion .code_block_indiv_content{padding: 0 20px;}
	.faq_question_block_slide_answer, article .code_block_accordion .code_block_indiv_content{padding: 20px; border-radius: 0; border: 0; border-top: 0; margin: 0; color: white; background-color: var(--main); padding: 0 40px 40px 40px; border-radius: 0 0 20px 20px;line-height: 1.33;}
	.faq_question_block_slide_answer p, article .code_block_accordion .code_block_indiv_content p{margin: 0; padding: 1rem 0 0 0;}
	.faq_question_block_slide_answer h2, article .code_block_accordion .code_block_indiv_content h2,
	.faq_question_block_slide_answer h3, article .code_block_accordion .code_block_indiv_content h3,
	.faq_question_block_slide_answer h4, article .code_block_accordion .code_block_indiv_content h4,
	.faq_question_block_slide_answer h5, article .code_block_accordion .code_block_indiv_content h5{color: white;}
	.faq_question_block_slide_answer a, article .code_block_accordion a{color: var(--accent);}
	.faq_question_block_slide_answer a:hover, .faq_question_block_slide_answer a:focus, article .code_block_accordion a:hover, article .code_block_accordion 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;}
	}*/


/** FOOT ****************************************************/
	footer {width: 100%; background: var(--bluegrade); color: white; padding: var(--Pboth); margin-top: var(--Mtop)}

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

	.bottomlinks {color: white;}
	.bottomlinks a, .bottomlinks .notalink {display: inline-block; font-size: 16px; display: block;margin-bottom: 1rem;}
	/*.bottomlinks a:after, .bottomlinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.bottomlinks a:last-child:after{content: ""; padding: 0;}*/

	.addr a, .addr .notalink{display: block; margin-bottom: 34px;}

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


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

	/* move recaptcha badge to left */
	.grecaptcha-badge { 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: 576px){
		.socmed{justify-content: flex-start }
	}
		

	/*M*/
	@media only screen and  (min-width: 768px) {
		footer { background: url(../images/dkbluebg-footer.jpg) center center; background-size: cover; }
	}

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

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 15px; line-height: 1.4; background-color: #F2F2F2; border-radius: 15px; padding: 1rem 30px 1rem 30px; margin: 1rem 0}
	.disclaim p{margin: 0; padding: 1rem 0 0 0}
	img.rounded{max-width: 100%; border-radius: 15px;}
	.yellowtail{font-family: "yellowtail", sans-serif; }




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

	a.cta, a.ctaB, input[type="submit"], a.clear, a.clear:visited, button.clear, input.go,  input[type="reset"],  a.PSlogout, div.faq_advanced_search_panel input[type=button], button.modal_button, button.cta, button#exedout, .blog-filter a button, button.btn.btn-primary, input.calcxml_submit.btn.btn-lg.btn-block.btn-primary, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary
	{display: inline-flex; justify-content: center; align-items: center;text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 0; background: var(--orangegrade); color: var(--font); padding: 0 30px; height: 50px;font-size: 15px; border-radius: 10px; margin: 5px;}

	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{background: none white; border: solid 2px var(--second)}


	a.ctaB{background: var(--bluegrade); color: white;}

	a.cta:hover,  a.cta:focus,a.ctaB:hover,  a.ctaB:focus, input[type="submit"]:hover, input[type="submit"]:focus, a.clear:hover, a.clear:focus, button.clear:hover, button.clear:focus,  input.go:hover, input.go:focus, input[type="reset"]:hover, input[type="reset"]:focus, a.PSlogout:hover, a.PSlogout:focus, div.faq_advanced_search_panel input[type=button]:hover, div.faq_advanced_search_panel input[type=button]:focus,  button.modal_button:hover, button.modal_button:focus, button.cta:hover, button.cta:focus, button#exedout:hover, button#exedout:focus, .blog-filter a button:hover, .blog-filter a button:focus, button.btn.btn-primary:hover, button.btn.btn-primary:focus, 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:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus
	{text-decoration: none;background: var(--nograde);color: var(--font); transform: scale(1.05); border: solid 2px var(--second)}

	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus{border: solid 2px var(--main)}
	a.ctaB:hover,  a.ctaB:focus{ border: solid 2px var(--main)} 

	.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-weight: 700; font-size: 42px; line-height: 1.1; color: white}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
	{margin: 0; padding: var(--Mtop) 0 0 0; font-weight: 800; font-size: 36px; line-height: 1.1; color: var(--font)}
	article h2.KJEToggleTitle, .cke_editable h2:first-child, .cms_col h2:first-child{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: 28px; line-height: 1.1; color: var(--font)}

	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: 24px; line-height: 1.1; color: var(--font);}

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

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

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

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

	}

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

		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, .code_block h1, .blog-grid-wrap h2.blog_title, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname, .blog-grid-wrap h2
		{font-size: 30px;}
	}
	

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

	* {overflow-wrap: break-word;}
	hr { border: 0; height: 0; border-top: 1px solid var(--main) }
	.full {display: none;}
	a.skipper {line-height: 0; font-size: 0; border: 0; background: transparent;position: absolute; top: 0; left: 0; z-index: 101}
	a.skipper:focus {border: solid 2px white; color: black; background-color: yellow; line-height: 1; font-size: 18px;}
	.breaker {clear: both; }
	img {border: 0px;}
	.print {display: none;}
	sup, sub {vertical-align: baseline; position: relative;  top: -0.4em;}
	sub {top: 0.4em;}
	.flexcenter{display: flex; justify-content: center; align-items: center;}
	.sideslider table {width: 510px; }
	.sideslider { overflow: scroll;overflow-y: hidden; -ms-overflow-y: hidden;}
	.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 7 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{ display: block;}
	.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;}
 

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

	.blog-filter a button:hover,  .blog-filter a button:focus
	{text-decoration: underline; color: var(--main); background-color: transparent !important; border: solid 1px var(--main) !important; }


	.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; margin-top: 1rem;}
	td.content_calendar_table_headercell {background-color: var(--main); color: white; text-align: center; font-weight: bold;}
	td.content_calendar_table_headercell a { color: white; }
	td.content_calendar_table_headercell a:hover, td.content_calendar_table_headercell a:focus { color: var(--pale); }
	td.content_calendar_table_cell { border: solid 1px var(--pale); border-top: 0}
	tr td.content_calendar_table_cell:last-child { border-bottom: solid 1px var(--main);}
	td.content_calendar_table_selectedcell { border: solid 1px var(--main); background-color: var(--pale)}

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



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


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


	/* remove the days of the week row */
	table.content_calendar_table tr:nth-child(2){position: absolute; top: -9999px; left: -9999px;}

	
	/* add days of the week to cells */
	table.content_calendar_table tr td:before{content:'Sunday '; display: inline-block; text-align:left; font-weight: 700; position: relative; /*width: 50%;*/ padding-right: 20px; color: var(--main)}
	table.content_calendar_table tr td:nth-child(2):before{content:'Monday '}
	table.content_calendar_table tr td:nth-child(3):before{content:'Tuesday '}
	table.content_calendar_table tr td:nth-child(4):before{content:'Wednesday '}
	table.content_calendar_table tr td:nth-child(5):before{content:'Thursday '}
	table.content_calendar_table tr td:nth-child(6):before{content:'Friday '}
	table.content_calendar_table tr td:last-child:before{content:'Saturday '}
	table.content_calendar_table tr:first-child td:before{display: none;}

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


/** CALCXML ***********************************/
	.calcxml_container.container{max-width: 100%;}
	.calcxml_container .row {margin: 0;}
	h3[data-toggle="collapse"] {border-bottom: 0;  border-bottom: 2px solid transparent; transition: border .25s}
	h3.collapsed {border-bottom: 2px solid white;}
	.row.collapsing, .row.collapse.show {  border: 0 !important; background-color: white; border-radius: 20px !important; padding: 30px !important;-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2); box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);}
	.calcxml_container h3[data-toggle="collapse"]:after {color: var(--main);}
	.calcxml_container input:not(.calcxml_submit), .calcxml_container select{ background-color: var(--pale); border: 0; margin-bottom: .5rem}
	.calcxml_container label{padding-top: .5rem;}
	table.tipped_table{ margin: 10px 0; }



/** 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 7 Pro'; font-weight: 700; margin-right: 10px; }
	.CHA:before {content: '\f0a4'; font-family: 'Font Awesome 7 Pro'; font-weight: 300;margin-right: 10px;}
	.startover:before {content: '\f021'; font-family: 'Font Awesome 7 Pro'; font-weight: 400; margin-right: 10px;}
	.startover i .fa{display: none;}

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

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

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

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

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

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

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

	form.cms_form_obj, .cms_form_errors{max-width: 1000px; margin: 0 auto;}
	form .cms_form_object:last-child{float: none;}
	.visuallyhidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}

	.cms_form_item .cms_form_object input[type="text"],.cms_form_item .cms_form_object input[type="number"],.cms_form_item .cms_form_object input[type="password"], .cms_form_item .cms_form_object input[type="email"], .cms_form_item .cms_form_object select, .cms_form_item .cms_form_object textarea, .cms_form_object input[type="tel"]{ border-radius: 10px;border: solid 1px var(--font); width: 100%}
	.cms_form_item .cms_form_object input[type="submit"]{width: auto;}
	.cms_form_item { margin: 5px 0}

	.cms_form_item .cms_form_object select.cms_form_date_month, .cms_form_item .cms_form_object select.cms_form_date_day, .cms_form_item .cms_form_object select.cms_form_date_year{ display: inline; width: 30%}

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

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

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

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

		FIELDSET.cms_form_fieldset{position: relative;display: flex; flex-wrap: wrap; }
		LEGEND.cms_form_legend{width: 300px  !important;float: left; }
		FIELDSET.cms_form_fieldset .cms_form_object{display: flex; flex-wrap: wrap;justify-content: flex-start; /*width: calc(100% - 320px)  !important; position: relative; float: right*/ }
		.cms_form_radio_container, .cms_form_checkbox_container{ padding-right: 20px; width: auto !important;}
	}

/** LOCATOR 2.5 **************************************************/


	button#exedout {display: none;}
	form#locator fieldset label {display: inline;}

	button#exedout {display: none;}
	.legend{ top: -10px;}
	.boxedsearch, .legend {BACKGROUND-COLOR: var(--pale); }
	.boxedsearch label, .boxedsearch legend, .legend_label {font-size: 18px; }
	.boxedsearch h2{padding: 0 0 1rem 0;}
	.cuname { font-size: 22px;}

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

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

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

/** POLLS ****************************************/
	.region table td table td {padding: 2px;}
	.region table td table{margin-bottom: 10px;}
	.region_poll_table_inner td {padding: 2px;}
	.region_poll_table_inner {margin-bottom: 10px;}
	.region_poll_radio_cell input {position: relative; top: 5px;}
	label.content_poll_option_label{padding-left: 5px;}



/** SIDEBAR CONTENT ************************************************/
	.code_block{max-width: 100%;}
	.code_block_top {}
	.code_block_center {}
	.code_block_bttm {}
	.code_block_indiv_content p{margin-top: 0px;}
	article .code_block_top {}
	article .code_block_center {}
	article .code_block_bttm {}
	article .code_block_indiv_top{}
	article .code_block_indiv_content{}
	article .code_block_indiv_bttm{}

	/*.boxtop, .code_block_indiv_top, .boxbottom, .code_block_indiv_bttm {display: none;}*/


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

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

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

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

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

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

}

