@import url("/templates/COMMON_JS/bootstrap-4.6.2-dist/css/bootstrap.min.css");

:root {
  --main: #003C71;
  --second: #DA291C;
  --accent: #FED127;
  --pale: #f5f5f5;
  --font: #171717;
  --ltblue: #0084CC;
  --bluegrade: linear-gradient(to right, var(--main), #0072d7);
  --bluegrade2: linear-gradient(to top, var(--main), #0072d7);
  --blueicon: linear-gradient(to right, #13406b, #1684c7);
  --greenicon: linear-gradient(135deg, rgba(31,67,18,1) 0%,rgba(78,167,46,1) 100%);
  --silver: #ccd8e3;
  --palegrade: linear-gradient(135deg, var(--pale) 0%, white 100%)
}

/*
Dark Grey: #171717 - font
FS Blue: #003C71 - main
FS Yellow: #FED127 - accent
Light Blue: #0084CC 
FS Red: #DA291C - second
Alerts Red: #bc050b

margins and padding

XS 24
SM
MD
LG
XL
XXL
*/

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

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

	p{margin: 0 0 1rem 0;}
	article, aside {line-height: 1.75}
	.liner, article {width: 100%; max-width: 1240px; margin: 0 auto;  position: relative; }
	.container-fluid{width: 100%;  max-width: 1240px; margin: 0 auto; padding: 0}
	section { width: 100%; padding: 0; margin: 0;}

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

	input, select, textarea, button{font-weight: 400; color: var(--font);font-family: "Roboto", sans-serif, Arial; font-size: 16px; }
	button{border: 0; background: transparent;transition: all .25s;font-weight: 400; color: var(--font);font-family: "Roboto", sans-serif, Arial; font-size: 16px; }
	.CHbox a, .CHA, .cardbennies{font-weight: 400; color: var(--font);font-family: "Roboto", sans-serif, Arial; font-size: 16px; } /* match to regular font size */
	strong{font-weight: 700}
	blockquote{padding: 0 1rem;}
	.video_wrapper {margin-top: 20px !important;}
	.row {margin: 0;}

	.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) {
		body{font-size: 18px;}
	}

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

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

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; padding: 0 24px; position: relative; background-color: white; transition: all .25s}
	header .liner{height: 97px;}
	header.stuck {position: fixed; top: 0; left: 0; box-shadow: 0 0 5px 0 rgba(0,0,0,.5);}
	a[name]{position: relative; top: -97px; z-index: 1}


	a.homelink{position: absolute;  height: 100%;top: 0; left: 0; z-index: 101;}
	a.homelink img {width: 130px;}



	#sitesearch {display: none;  }

	header .sitesearch {display: none; }
	
	.sitesearch {position: relative; height: 50px; width: 100%; margin-bottom: 30px;}

	.searchbox {position: absolute; top: 0; left: 0; padding-left: 10px; height: 50px; width: calc(100% - 44px); border: solid 2px var(--silver);border-right: 0; border-radius: 5px 0 0 5px;}

	.sitesearch button[type=submit]{color: var(--main); position: absolute; top: 0; right:0; width: 44px; height: 50px; font-size: 26px;border: solid 2px var(--silver);border-left: 0; border-radius: 0 5px 5px 0; background-color: white;}
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {color: var(--second);}
	.sitesearch button:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}

	/*S*/
	@media only screen and  (min-width: 576px) {
		a.homelink img {width: 220px; }
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.toplinks {padding-top: 10px;}
		.toplinks a, .toplinks .notalink  {font-size: 14px; color: var(--main);font-weight: 400; margin-left: 20px}
		.toplinks a:hover, .toplinks a:focus {color: var(--main);}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		#sitesearch { display: block; color: var(--main);width: 44px; height: 44px; position: absolute;top: 42px; right: 128px; font-size: 26px;  z-index: 101;}
		#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: var(--second);}
		#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}
		#sitesearch.down:before, #sitesearch.down:focus:before{content: '\f057'; font-weight: 900; color: var(--main);}

		header .sitesearch {  position: absolute; top: 97px; width: 100%; right: 0; height: 148px; background-color: white;margin-bottom: 0; z-index: 99}

		.searchbox {top: 44px; left: calc(50% - 420px); height: 60px; width: 796px; border: solid 2px var(--pale);border-right: 0; }
		.sitesearch button[type=submit]{top: 44px; right: calc(50% - 420px);height: 60px; border: solid 2px var(--pale);border-left: 0; border-radius: 0 5px 5px 0; background-color: white;}
	}

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

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

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

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

	nav.mobile{display: none; background-color: var(--pale); color: var(--font); height: calc(100% - 97px); position: fixed; z-index: 1000; top: 97px; overflow-y: auto; overflow-x:hidden; width: 100%; right: 0; text-align: left; padding: 24px;  font-size: 16px;}
	nav.mobile.out{}

	nav.mobile a, nav.mobile button {color: var(--ltblue);text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s; padding: 0;  font-size: 16px;  font-weight: 600;margin-bottom: 30px;}
	nav.mobile a:hover, nav.mobile a:focus, nav.mobile button:hover, nav.mobile button:focus {color: var(--second);}

	.Mtitle{font-weight: 700; margin-bottom: 30px;}


	.L2{width: 100%; height: calc(100% - 50px - 24px - 30px); position: absolute; bottom: 0; right: -100%;  background-color: var(--pale); z-index: 101; padding:  0 24px 24px 24px; transition: all .25s; overflow-y: auto;}
	.L2.out{right: 0}
	nav.mobile .L2 .title{font-weight: 600; color: var(--second);margin-bottom: 8px}

	nav.mobile .L2 a, nav.mobile .L2 button {color: var(--font); margin-bottom: 8px; padding-left: 20px; font-size: 16px;  font-weight: 600;}

	nav.mobile .L2 button:after {content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; transition: all .25s; margin-left: 20px}
	nav.mobile .L2 button.flipped:after { transform: rotate(180deg);}

	nav.mobile .L2 button.mainMenu{margin-bottom: 30px;padding-left: 0px;} 
	nav.mobile .L2 button.mainMenu:after{display: none;}

	nav.mobile .L2 a{}

	div.L3 {display: none; padding: 0 0 0 44px ;}
	nav.mobile .L3 a{ font-size: 14px; font-weight: 400}

	.TL{position: relative; z-index: 100}

	nav.mobile .TL a{color: var(--font); font-size: 14px;  font-weight: 400;margin-bottom: 20px;}
	nav.mobile .TL a:hover, nav.mobile .TL a:focus{text-decoration: underline;}


	/*https://css-tricks.com/the-current-state-of-styling-scrollbars/*/
	nav.mobile::-webkit-scrollbar {width: 10px;}
	nav.mobile::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.7);
		background-color: var(--main);
	}
	nav.mobile::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 3px rgba(0,73,135,.7);
		border-radius: 5px;
		background-color: var(--second);
	}

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

	/*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  {display: block; width: 100%; position: absolute; top: 26px; right: 0; z-index: 100; border: solid 0px blue}
		.navliner { z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; border: solid 0px fuchsia; width: calc(100% - 250px - 190px); position: relative; left: 250px; height: 44px;}

		button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;  display: flex; align-items: center; flex: 1 0 auto;   font-weight: 500;}
		button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none; color: var(--second)}

		button.CMitem:after, a.CMitem:after{content: '\f0d7'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; margin-left: 5px;}

		.ddcontent{ display: none; background: linear-gradient(to top, var(--pale) 0%, white 100%);  position: absolute; top: 90px; left: 0px; width: 100%; padding: 50px 24px}
		header .ddcontent .liner {height: auto;}
		.ddcontent .container-fluid{ width: 100%; margin: 0 auto;}
		.ddcontent img {border-radius: 10px;}

		.Mhead{  font-size: 20px; font-weight: 600;}
		.ddcontent p {margin: 0}
		.ddcontent a {display: block; font-size: 16px;  font-weight: 400; color: var(--font)}
		.ddcontent a:hover, .ddcontent a:focus {color: var(--font) }
		.ddcontent ul{list-style: none; padding: 10px 0 10px 20px; margin: 0}
		.ddcontent ul li{ margin-bottom: 10px}

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

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

	section.icons{padding: 44px 40px; background-color: var(--silver); position: relative; z-index: 90}

	section.icons .liner{display: flex; flex-direction: column; justify-content: space-between; gap: 22px;  max-width: 1240px;}

	.iconbox{ width: 100%; background: var(--palegrade); padding: 28px 20px;  font-size: 18px; line-height: 1.56;  border-radius: 8px; text-align: left;}

	.iconbox span { font-size: 50px;background-color: var(--main);   background-image: var(--blueicon);  background-size: 100%;    -webkit-background-clip: text;  -moz-background-clip: text; -webkit-text-fill-color: transparent;  -moz-text-fill-color: transparent;}

	.iconbox h3{font-size: 19px; font-weight: 700; color: var(--font)}

	section.newsletter{padding: 44px 24px; background-color: var(--silver);}
	.newsbox{background: var(--bluegrade); color: white;  font-size: 18px; padding: 25px 17px; border-radius: 8px; text-align: left; max-width: 1240px; margin: 0 auto;}
	.newsbox h2{color: var(--accent);  font-size: 32px;  font-weight: 700;padding:0 23px; margin-top: 0 }
	.newsbox p{padding:0 23px; }
	.newsbox a{color: white}
	.newsbox a:hover, .newsbox a:focus{color: var(--accent);}


	/*#cms_form_wrapper_1 form#cms_form_1*/
	#cms_form_wrapper_1{}
	#cms_form_wrapper_1 *{float: none}
	#cms_form_wrapper_1 .cms_form_required_block{display: none;}
	#cms_form_wrapper_1 .cms_form_label{width: 0;}
	#cms_form_wrapper_1 .cms_form_object{width: 100%;}
	#cms_form_wrapper_1 .cms_form_textinput{font-size: 24px; color: white; background-color: var(--font); border: solid 1.5px var(--silver); border-radius: 5px; padding-left: 10px;}
	#cms_form_wrapper_1 .cms_form_textinput::placeholder {color: white;  opacity: 1;}
	#cms_form_wrapper_1 .cms_form_textinput:-ms-input-placeholder {color: white;}
	#cms_form_wrapper_1 .cms_form_textinput::-ms-input-placeholder { color: white;}

	#cms_form_wrapper_1 .cms_form_item { padding: 0 0 12px 0; }

	#cms_form_wrapper_1 input{height: 60px;}


	#cms_form_wrapper_1 input[type="submit"]{background: none var(--accent); color: var(--main);  font-size: 18px; font-weight: 700; padding: 7px 10px; border-radius: 5px;width: 100%; height: 40px; margin-top: 6px }
	#cms_form_wrapper_1 input[type="submit"]:hover, #cms_form_wrapper_1 input[type="submit"]:focus {background-color: var(--main); color: var(--accent);}

	#cms_form_wrapper_1 .cms_form_submitted{color: white !important;}

	#cms_form_wrapper_3{}
	#cms_form_wrapper_3 *{float: none}
	#cms_form_wrapper_3 .cms_form_required_block{color:white;}
	#cms_form_wrapper_3 .cms_form_label{width: 0;}
	#cms_form_wrapper_3 .cms_form_object{width: 100%;}
	#cms_form_wrapper_3 .cms_form_textinput{font-size: 24px; color: white; background-color: var(--font); border: solid 1.5px var(--silver); border-radius: 5px; padding-left: 10px;}
	#cms_form_wrapper_3 .cms_form_dropdown{font-size: 24px; color: white; background-color: var(--font); border: solid 1.5px var(--silver); border-radius: 5px; padding-left: 10px;}
	#cms_form_wrapper_3 .cms_form_textinput::placeholder {color: white;  opacity: 1;}
	#cms_form_wrapper_3 .cms_form_textinput:-ms-input-placeholder {color: white;}
	#cms_form_wrapper_3 .cms_form_textinput::-ms-input-placeholder { color: white;}
	#cms_form_wrapper_3 .cms_form_item { padding: 0 0 12px 0; }
	#cms_form_wrapper_3 input, #cms_form_wrapper_3 select{height: 60px;}
	#cms_form_wrapper_3 input[type="submit"]{background: none var(--accent); color: var(--main);  font-size: 18px; font-weight: 700; padding: 7px 10px; border-radius: 5px;width: 100%; height: 40px; margin-top: 6px }
	#cms_form_wrapper_3 input[type="submit"]:hover, #cms_form_wrapper_3 input[type="submit"]:focus {background-color: var(--main); color: var(--accent);}
	#cms_form_wrapper_3 .cms_form_submitted{color: white !important;}



	/*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.icons{padding: 44px 24px;}
		section.icons .liner{ flex-direction: row;}
		.iconbox{ width: 100%; flex: 1 1 22%;  font-size: 14px;}
		.iconbox h3{font-size: 18px;}
		.iconbox span { font-size: 36px;}
		.newsbox{display: flex;  justify-content: space-between;align-items: center; padding: 43px 100px; gap: 70px}
		.newsbox div{flex: 1 1 50%; }
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.icons .liner{position: relative; margin-top: -94px; z-index: 99; gap: 34px}
		.iconbox{ font-size: 18px;}
		.iconbox h3{font-size: 19px;}
		.iconbox span { font-size: 50px;}
	}

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

	section.rc-container{ background-color: var(--pale); color: black; padding: 24px 24px 68px 24px; position: relative; z-index: 90}

	.rates-carousel{border: solid 0px fuchsia; width: 100%; max-width: 1430px;  position: relative; margin: 0 auto; }

	section.rc-container .slick-slider{ border: solid 0px green; 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;}

	section.rc-container .slick-slide{display:none;min-height:1px; display: BLOCK;border: solid 0px orange; padding: 0 20px; text-align: left;}

	.Rnumber{font-size: 60px; font-weight: 700;color: var(--font); line-height: 1.33; }
	.Rtext{font-size: 19px;  font-weight: 400;  color: var(--font); }
	.Rapr{font-size: 14px; color: var(--main); padding: 10px 0 5px 0; line-height: 1}

	.Rlink a{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 0;   background: linear-gradient(109deg, #6d150e 0%, #da291c 104%); color: white; padding: 12px 20px; border-radius: 8px; margin-top: 20px;}
	.Rlink a:hover,  .Rlink a:focus{text-decoration: none; background: linear-gradient(109deg, #010202 0%, #0084cc 104%); color: white}


	/* arrows nav */
	section.rc-container .slick-arrow.slick-hidden{display:none}
	section.rc-container .slick-prev, section.rc-container .slick-next{border: solid 0px lime; z-index: 99; color: var(--second); font-size: 20px; position: absolute; top: 0; display: block;  width: 80px; height: 100%; cursor: pointer; text-align: center; background: transparent; opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90}
	section.rc-container .slick-prev{left: 5px;}
	section.rc-container .slick-next{left: auto;right: 5px;}
	section.rc-container .slick-prev:hover, section.rc-container .slick-prev:focus, section.rc-container .slick-next:hover, .slick-next:focus{opacity: 1; color: var(--accent); outline:none;left: 0px;}
	section.rc-container .slick-next:hover, section.rc-container .slick-next:focus{left: auto; right: 0px;}



	/*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.rc-container{display: none;}

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

/** HOME BANNER SLIDER **************************/


	section.banners{padding: 90px 24px; background-color: var(--silver); }
	section.banners h2{font-size: 40px;  font-weight: 400; letter-spacing: 2.4px; color: var(--font); margin: 0 0 50px 0}

	.banner-carousel{width: 100%; margin: 0 auto; position: relative; border: solid 0px fuchsia}
	.banner-carousel .slick-slider{padding: 0; margin: 0 auto; width: 100% !important;  border: solid 0px green}
	.banner-carousel .slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto; display: flex;align-items: center;}

	.banner-carousel .slick-slide{display:none;min-height:1px; display: flex; justify-content: center; align-items: center;border: solid 0px orange; padding: 0; padding: 15px 8px}
	.banner-carousel .slick-slide a{border-radius: 8px; max-width: 312px;}
	.banner-carousel .slick-slide a:hover, .banner-carousel .slick-slide a:focus{box-shadow: 0 0 10px 0 #003C71; }
	.banner-carousel .slick-slide img{width: 100%; border-radius: 8px}

	/* dots nav */
	.slick-dots{border: solid 0px lime; position: absolute;  bottom: -44px;  display: block;  width: 100%;  padding: 0;  margin: 0; list-style: none; text-align: center;}
	
	.slick-dots li{ position: relative;  display: inline-block;  width: 44px; height: 44px; margin: 0 5px; padding: 0;  cursor: pointer;}

	.slick-dots li button{font-size: 0; line-height: 0; display: block; width: 44px; height: 44px;   cursor: pointer;  color: transparent;  border: 0;  outline: none;  background: transparent;}
	.slick-dots li button:hover,.slick-dots li button:focus{ outline: none;}
	.slick-dots li button:before{content: '\f111'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; font-size: 14px; opacity: 1; color: black;}
	.slick-dots li button:hover:before,.slick-dots li button:focus:before{ opacity: 1; color: var(--ltblue);}
	.slick-dots li.slick-active button:before{ opacity: 1; color: var(--second);}



	/*S*/
	@media only screen and  (min-width: 576px) {
		.banner-carousel .slick-slide a{ max-width: 528px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.banners h2{font-size: 48px;}
		.banner-carousel .slick-slide a{ max-width: 648px;}
		.banner-carousel .slick-slider{ width: calc(100% - 60px) !important; }

		/* arrows nav */
		.banner-carousel .slick-prev, .banner-carousel .slick-next{ border: solid 0px lime; z-index: 99;color: var(--main); font-size: 60px; position: absolute; top: 0; display: block;  width: 30px; height: 100%; cursor: pointer; text-align: center;  opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90; padding: 0}
		.banner-carousel .slick-prev{left: 0px; }
		.banner-carousel .slick-next{left: auto;right: 6px; }
		.banner-carousel .slick-prev:hover, .banner-carousel .slick-prev:focus, .banner-carousel .slick-next:hover, .banner-carousel .slick-next:focus{opacity: 1; color: var(--second); outline:none; }
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.banner-carousel{width: 835px; }
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.banners{padding: 160px 24px;}
		.banner-carousel{width: 1230px; max-width: 100%; }
	}

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

/** INTERIOR HERO *****************************************/
	.R0.regional_slideshow.carousel { position: relative;  min-height: 488px;  z-index: 1}

	.R0.regional_slideshow .carousel-item {width: 100%; min-height: 488px;  background-position: center center;   background-size: cover;   background-repeat: no-repeat;   position: relative;  z-index: 1}
	.R0.regional_slideshow .carousel-item h1{margin-bottom: 0; color:white;}

	.R0.regional_slideshow .carousel-caption {width: 100%; height: 100%; left: 0; bottom: 0; display: flex; justify-content: flex-start; align-items: flex-end; background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 42%, rgba(0, 0, 0, 0) 62%); padding: 100px calc(50% - 715px);}

	.R0.regional_slideshow .carousel_caption_text{border: solid 1px orange; text-align: left;}

	.R0.regional_slideshow a.carousel-control-next, .R0.regional_slideshow a.carousel-control-prev {border: solid 0px orange; opacity: 1; text-decoration: none; top: auto; bottom: 0;  height: 44px; width: 44px; font-size: 20px; text-shadow: 0 0 3px #000; z-index: 99; }
	.R0.regional_slideshow a.carousel-control-next:hover,.R0.regional_slideshow a.carousel-control-next:focus, .R0.regional_slideshow a.carousel-control-prev:hover, .R0.regional_slideshow a.carousel-control-prev:focus{color: var(--accent); }

	.R0.regional_slideshow a.carousel-control-prev:after, .R0.regional_slideshow a.carousel-control-next:after { content: '\f053'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}
	.R0.regional_slideshow a.carousel-control-next:after {content: '\f054'; }
	
	/* option 1 - arrows on sides 
	.R0.regional_slideshow a.carousel-control-next{right: 30px; left: auto;} 
	.R0.regional_slideshow a.carousel-control-prev {right: auto; left: 30px;}
	*/

	/* option 2 - arrows lower right */
	.R0.regional_slideshow a.carousel-control-next{right: 30px; left: auto;} 
	.R0.regional_slideshow a.carousel-control-prev {right: 74px; left: auto;}


	.R0.regional_slideshow.carousel ol.carousel-indicators {border: solid 0px lime; position: absolute; bottom: 20px; left: 0; right: auto; top: auto; margin: 0; width: 100%; height: 20px; padding: 0; align-items: flex-end;}

	/* option 1 - dots
	.R0.regional_slideshow.carousel ol.carousel-indicators li {width: 16px;height: 16px; background-color: #fff; border-radius: 50%; opacity: 1; margin: 0 5px; padding: 0; border: solid 1px var(--main)}
	*/

	/* options 2 - bars */
	.R0.regional_slideshow.carousel ol.carousel-indicators { align-items: flex-end; padding-right: 30px;}
	.R0.regional_slideshow.carousel ol.carousel-indicators li {width: 20px;height: 5px; background-color: #fff; border-radius: 0; opacity: 1; margin: 0 5px; padding: 0; border: solid 1px var(--main)}
	.R0.regional_slideshow.carousel ol.carousel-indicators li.active { height: 10px;}


	.R0.regional_slideshow.carousel ol.carousel-indicators li:hover {background-color: var(--accent)}
	.R0.regional_slideshow.carousel ol.carousel-indicators li.active {background-color: var(--second)}
	/*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 (max-width: 1600px) {
		.R0.regional_slideshow .carousel-caption { padding: 100px 80px;}
		.R0.regional_slideshow a.carousel-control-next{ right: 10px;}
		/*		.R0.regional_slideshow a.carousel-control-prev { left: 10px;} */
		.R0.regional_slideshow a.carousel-control-prev {right: 54px; }
	}


	/*L*/
	@media only screen and (max-width: 1199px) {
		.R0.regional_slideshow.carousel, .R0.regional_slideshow .carousel-item {min-height: 400px;}
		.R0.regional_slideshow .carousel-caption {  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 0) 80%);padding:70px 30px;}
		.R0.regional_slideshow.carousel ol.carousel-indicators { bottom: 10px;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.R0.regional_slideshow.carousel, .R0.regional_slideshow .carousel-item {min-height: 309px;}
		.R0.regional_slideshow .carousel-caption {padding: 46px 30px;}
		/*.R0.regional_slideshow.carousel ol.carousel-indicators { bottom: 0;}*/
		.R0.regional_slideshow.carousel ol.carousel-indicators { bottom: 10px;}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.R0.regional_slideshow.carousel, .R0.regional_slideshow .carousel-item {min-height: 232px;}
		.R0.regional_slideshow .carousel-caption{padding: 44px  30px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.R0.regional_slideshow.carousel, .R0.regional_slideshow .carousel-item {min-height: 145px;}
		.R0.regional_slideshow .carousel-caption {padding: 30px 20px;}
	}

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

	article.inside div.crumbs{font-size: 16px; color: var(--main); padding: 20px}
	
	article.inside div.intbanner{ padding: 0}
	.intbanner img{max-width: 100%}


	section.inside{padding: 0 24px}
	article.container-fluid {overflow: hidden; text-align: left; }
	article.inside ul, article.inside ol{ padding: 0 0 0 20px;margin: 0 0 1rem 0;}

	.bluebox, .bluebox2{background: var(--bluegrade); color: white;  font-size: 18px; padding: 20px; border-radius: 8px; text-align: left; width: 100%; margin: 44px 0;position: relative;}
	.bluebox2{background: var(--bluegrade2); margin: 0;padding: 20px 20px 60px 20px;}

	.bluebox h3, .bluebox2 h3 {margin-top: 0 !important;  }
	.bluebox h2, .bluebox h3, .bluebox h4, .bluebox h5, .bluebox2 h2, .bluebox2 h3, .bluebox2 h4, .bluebox2 h5{color: var(--accent) !important;}
	.bluebox h6, .bluebox2 h6{color: white;}
	.bluebox a, .bluebox2 a, .bluebox a.learnmore, .bluebox2 a.learnmore{color: white; margin: 0;}
	.bluebox a:hover, .bluebox a:focus, .bluebox2 a:hover, .bluebox2 a:focus, .bluebox a.learnmore:hover, .bluebox2 a.learnmore:hover, .bluebox a.learnmore:focus, .bluebox2 a.learnmore:focus{color: var(--accent);}

	.row .bluebox2{height: 100%;}
	.bluebox2 h3 {font-size: 22px !important;}
	.bluebox2 a.cta, .bluebox2 a.ctaY{width: calc(100% - 40px); position: absolute; bottom: 20px; right: 20px;}

	.bluebox2.nocta{padding: 20px;}
	.bluebox2.nocta a.cta, .bluebox2.nocta a.ctaY{width: 100%; position: static}

	.specialsfilter{ height: 64px; position: relative; }
	button.Bfilter.specials{ top: 30px; left: 0px; }

	/*button.Bfilter.specials{position: static}
	.filterbox.specials{position: static }*/



	/*S*/
	@media only screen and  (min-width: 576px) {
		article.inside table, article.inside p{ padding: 0}

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		article.inside { padding: 0; }
		.bluebox{ padding: 30px; }
		article.inside div.intbanner{ width: calc(100% + 40px); position: relative; left: -20px}
		.specialsfilter{ height: 34px; }
		button.Bfilter.specials{ top: 0px; left: 100px; }

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		article.inside { padding: 0 153px}

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		article.inside div.intbanner{ width: calc(100% + 60px); position: relative; left: -30px}
	}

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

	section.test{ width: 100%;  z-index: 99; position: relative; padding: 50px 20px; margin-top: 64px}

	.testimonial-carousel.carousel{border: 0}
	
	/* borders */
	.testimonial-carousel.carousel{border:  solid 1px blue;}
	.regional_slideshow.testimonial-carousel.carousel{border: solid 1px red;}
	.regional_slideshow.testimonial-carousel .carousel-item{border: solid 1px green;}
	.regional_slideshow.testimonial-carousel a.carousel-control-prev, .regional_slideshow.testimonial-carousel a.carousel-control-next {border: solid 1px lime;}

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

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

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

	.regional_slideshow.testimonial-carousel .carousel-item { min-height: auto; }
	.testimonial-carousel.carousel{}
	.regional_slideshow.testimonial-carousel .carousel-caption {padding: 20px 0px; text-align: left;height: 100%;}
	.regional_slideshow.testimonial-carousel .carousel_caption_text{text-align: center; }

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

	
	/* arrows on the sides
	
	.content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next {width: 120px;  font-size: 30px; text-shadow: none; color: var(--font); }
	.content_slideshow.testimonial-carousel a.carousel-control-prev:after{content: '\f060'; font-family: 'Font Awesome 6 Pro'; font-weight: 300; }
	.content_slideshow.testimonial-carousel a.carousel-control-next:after{content: '\f061'; font-family: 'Font Awesome 6 Pro'; font-weight: 300;}
	*/

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

/** FOOT ****************************************************/
	footer {width: 100%; background-color: var(--main); color: white; margin-top:  30px;}
	.Fblue{padding: 60px 24px; font-size: 16px;} 
	.Fblack{padding: 60px 24px; background-color: var(--font)}

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

	.linksM button{font-size: 16px; font-weight: 600; color: var(--accent); border-bottom: solid 1px var(--ltblue); display: block; width: 100%; margin-top: 30px; text-align: left;}
	.linksM button:after{content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-left: 5px;transition: all .25s;}
	.linksM button[aria-expanded="true"]:after{transform: rotate(180deg);}
	
	.linksM a{font-size: 16px; font-weight: 400; color: white; display: block; margin-top: 10px; padding-left: 20px;}


	.copyr{font-size: 13px;}

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

	.socmed{}
	.socmed a .RLwords {display: none; }
	.socmed a, .socmed .notalink{ font-size: 30px; color: var(--ltblue); margin: 0 5px;}
	.socmed a:hover, .socmed a:focus {text-decoration: none !important; color: var(--accent);}

	.ncua{max-width: 800px; margin: 0 auto}
	.footicons{border: solid 0px fuchsia; white-space: nowrap;}
	.footicons img{margin-right: 20px;}
	.footnote{border: solid 0px silver; font-size: 13px; }
	.footnote p{margin: 0}


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

	
	/*M*/
	@media only screen and  (min-width: 768px) {
		footer {margin-top:  50px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		footer {margin-top:  60px;}
		.ncua{display: flex}
		.Fhead{font-size: 16px; font-weight: 600; color: var(--accent);text-align: left;}
		.links a{font-size: 16px; font-weight: 400; color: white; display: block; margin-top: 10px; padding-left: 20px;}

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

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 14px; line-height: 1;}
	h1.hero{font-weight: 600; font-size: 80px; line-height: 1.15; color: var(--accent);margin: 0 0 1rem 0 !important; text-shadow: 0 0 10px rgba(0,0,0,.5);}
	.hero_sub{font-size: 40px; font-weight: 300;  }
	.dkblue{color: var(--main);}
	.blue{color: var(--ltblue);}
	.red{color: var(--second);}
	.yellow{color: var(--accent);}
	.white{color: white;}
	.nonbold{font-weight: 300}
	a.learnmore{font-size: 14px; font-weight: 600; color: var(--ltblue); line-height: 2;}
	a.learnmore:hover, a.learnmore:focus{color: var(--second); text-decoration: none;}
	a.learnmore:after{content: '\f144'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; margin-left: 20px; 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) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		h1.hero{ font-size: 120px;}
		.hero_sub{font-size: 64px; }
	}

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

	a.cta, a.ctaY, 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], .Rbuttons li a, input[type="reset"], button.modal_button, button.cta, button#exedout
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 0; background: none var(--accent); color: var(--main);  font-size: 18px; font-weight: 700; padding: 10px 20px; border-radius: 5px;  margin-top: 6px}

	a.cta:hover,  a.cta:focus, a.ctaY:hover, a.ctaY: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, .Rbuttons li a:hover, .Rbuttons li a:focus, input[type="reset"]:hover, input[type="reset"]:focus, button.modal_button:hover, button.modal_button:focus, button.cta:hover, button.cta:focus, button#exedout:hover, button#exedout:focus
	{text-decoration: none;color: white; background-color: var(--main); text-decoration: none;}




	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 **********************************************/
	article.inside h1 {color: var(--font);  font-size: 32px;  font-weight:200; letter-spacing: 1.8px; margin: 30px 0; padding: 0 20px 10px 0;}
	article.inside h1:after{content: ''; width: 70px; height: 2px; background-color: var(--ltblue); display: block; margin-top: 10px;}

	article.inside 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: 28px;  font-weight: 300; letter-spacing: 1px; color: var(--main); margin: 30px 0 20px 0; position: relative;}
	article.inside  h2.KJEToggleTitle{padding: 0}

	article.inside  h2 span.fa-solid{background-color: #1f4312; background: var(--greenicon);background-size: 100%;    -webkit-background-clip: text;  -moz-background-clip: text; -webkit-text-fill-color: transparent;  -moz-text-fill-color: transparent;}

	article.inside h3, .code_block h1, .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
	{font-size: 22px;  font-weight: 600; letter-spacing: 1px; color: var(--font);  margin: 0 0 1rem 0 }

	article.inside h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-size: 20px;  font-weight: 400; letter-spacing: 1px; color: var(--main);   margin: 0 0 1rem 0}

	article.inside h5, .forum_thread_date, .forum_mischeader_title	
	{font-size: 18px;  font-weight: 600; letter-spacing: 1px; color: var(--font); }

	article.inside h6 { font-size: 16px; font-weight: 400; font-style: italic }

	/*S*/
	@media only screen and  (min-width: 576px) {
		article.inside h1 {margin: 30px 0 40px 0;font-size: 36px;}

		article.inside h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
		{ font-size: 32px; margin: 40px 0 20px 0;}
		article h2.KJEToggleTitle{padding: 0}

		article.inside h3, .code_block h1, .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
		{font-size: 24px;}

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

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

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		article.inside  h1 {padding: 0 20px 10px 0px;margin: 30px 0 50px 0;}

		article.inside h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
		{ margin: 50px 0 20px 0;}
		article h2.KJEToggleTitle{padding: 0}
		article h2 span.fa-solid{position: absolute; top: 0; left: -70px; color: green}

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		article.inside h1 {margin: 30px 0 55px 0;font-size: 40px;}

		article.inside h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
		{  margin: 60px 0 20px 0; font-size: 36px;}
		article h2.KJEToggleTitle{padding: 0}
		article h2 span.fa-solid{font-size: 100px; position: absolute; top: 0; left: -153px;}

		article.inside h3, .code_block h1, .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{font-size: 28px;}

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

		article.inside h5, .forum_thread_date, .forum_mischeader_title{  font-size: 20px; }
		

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



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

	* {overflow-wrap: break-word;}
	hr { border: 0; height: 2px;  background-image: linear-gradient(to right, rgba(23, 23, 23, 0.1), rgba(23, 23, 23, 0.3) 50%, rgba(23, 23, 23, 0.1)); margin: 30px 0;}
	.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) {
		hr { margin: 40px 0;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.mobi {display: none;}
		.full {display: block;}
		.sideslider table {width: 100%; }
		hr { margin: 50px 0; /*width: calc(100% + 140px); position: relative;left: -70px;*/}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		hr { margin: 60px 0;/*width: calc(100% + 306px); left: -153px;*/}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}



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

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

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

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

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



/** 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 {float: none; Text-align: left;}
	.blog_share a { font-size: 32px; margin-left: 20px;}
	.blog_share ul {list-style: none; display: flex;  justify-content: flex-end;  align-items: center;}
	.blog_share ul li{ display: inline-block;}
	article .blog_share ul li:before { display: none;}
	.regionbox form input, .regionbox form select {margin: 5px;}
	
	/*S*/
	@media only screen and  (min-width: 576px) {
		.blog_share {position: relative; float: right; }
	}


/** 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 ************************************************/
	.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_content_block {clear: both; padding: 10px 0; margin: 0 !important;}
	.cms_form_textinput, .cms_form_dropdown  {width: 100%; border: solid 1px var(--font)}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px var(--font)}
	.cms_form_item_sidebyside {width: 50%; padding: 0 20px 0 0;}
	.cms_form_label, legend.cms_form_legend {width: 100% !important;  float: none; margin: 0 1% 5px 0; }
	.cms_form_object {width: 100%;  float: none; margin: 1px 0}
	fieldset.cms_form_fieldset {white-space: normal; width: 100%; border: none;}
	.cms_form_checkbox_container input[type="checkbox"], .cms_form_checkbox_container label{display: inline;}
	.cms_form_radio_container label {display: inline;}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.cms_form_label, legend.cms_form_legend{width: 33%; position: relative; float: left; margin: 0 1% 5px 0; font-weight: normal}
		.cms_form_object {width: 66%; position: relative; float: right; margin: 1px 0}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

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

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

	div#map-canvas{ border-radius: 8px; border: 0;}

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

	button#exedout {display: none;}
	.boxedsearch {background: white; border-radius: 8px; padding: 0px 20px 30px 20px; margin: 0 0 30px 0;}
	.boxedsearch label, .boxedsearch legend, .legend_label {font-size: 18px; }
	.boxedsearch h2{margin-top: 0; padding-top: 2rem}
	.cuname { font-size: 22px;}

	.legend {background: white; border-radius: 8px; }
	/*.legend .legend_label:nth-child(2){margin-right: 20px;text-align: left; padding: 20px; font-size: 18px;}*/

	/*.loc_list {float: none; width: 100%}*/

	form#locator fieldset p{display: flex; justify-content: flex-start; }
	input[type="checkbox"]{margin-right: 5px;}

	.locpanel_card_header h3{padding: 20px 20px 0px 20px;}

	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.legend { position: absolute; top: 0; left: 0; width: 200px; height: 520px; text-align: left;}
		.legend_flex{display: block;}
		div#map-canvas{width: calc(100% - 200px); margin-left: 200px;  border-radius: 0 8px 8px 0 ; border: 0;}
	}

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


/** RATES & TABLES **********************************************/

	.content_rates_table_title{}
	.content_rates_table_effectivedate{}
	.content_rates_table_row_highlight{}
	table.content_rates_table tr td .widecell{}
/*
	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{}

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

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

	/* style it */
	table.content_rates_table, table.table_builder{margin-bottom: 20px; width: 100%; border-collapse: collapse;background-color: white;}
	table.content_rates_table  tr td, table.table_builder  tr td{padding: 18px 20px; }
	table.content_rates_table  tr td:last-child, table.table_builder tr td:last-child{border-bottom: solid 1px var(--silver);}
	/*table.content_rates_table  tr:nth-child(even) td, 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.content_rates_table, table.table_builder{display: table; background-color: white;border-radius: 5px;}
		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{display: table-cell; border-bottom: solid 1px var(--silver);}
		table.content_rates_table  tr td:before, table.table_builder  tr td:before {display: none}

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


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

		/* border-radius: 5px;*/
		
	}

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

/** 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(0,0,0,0.6); 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('data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7'); 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;}
	#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;
  }

}

