<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
  --main: #4f2683; /*purple*/
  --second: #ffc425; /*yellow*/
  --blu:#006EBD;
  --accent:#ab97c4;
  --pale: #e0d9ea;
  --font: #333333;
  --CG: 'Century Gothic', sans-serif;
  --BR10: 10px 0 10px 10px;
  --BR30: 30px 0 30px 30px;
  --sun: url(../images/MenuSun.png) no-repeat right bottom;
}


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

	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0;color: var(--font);  font-size: 16px; font-family: 'Open Sans';}
	.contentwrapper{width: 100%; position: relative; overflow: hidden; position: relative;}
	
	p{margin: 14px 0;}
	article, aside {line-height: 1.5;  }
	.liner, article {width: 100%;  max-width: 1124px; margin: 0 auto;  position: relative;}
	.container-fluid{max-width: 1124px; width: 100%; margin: 0 auto;}
	section { width: 100%; padding: 0; margin: 0;}

	/*Links -font-weight: 700; color: #006EBD, Hover underline*/

	
	a, a:visited, 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}
	strong{font-weight: 700; }

	input, select, textarea, button{}
	button{background: none; border: none; }
	.CHbox a, .CHA, .cardbennies{} /* match to regular font size */
	strong{}

	/* diff/colored bullets*/
	article ul {list-style: none;padding: 14px 0 14px 20px; margin: 0;}
	article .Pcontent ul {list-style: none;padding: 0 0 0 20px; margin: 14px 0 14px 20px;}

	article ul li:before { content: " "; background-color: var(--main); display: inline-block; width: 6px; height: 6px; border-radius: 50%;   margin-left: -15px; position: relative; top: -3px; margin-right: 10px; }
	
	h1 {font-family: var(--CG); font-weight: 700; font-size: 40px; line-height: 1.15; color: #ffffff}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1
	{font-family: var(--CG); font-weight: 700; font-size: 40px; line-height: 1.15; margin: 0 0 14px 0; color: var(--main)}
	article h2.KJEToggleTitle{padding: 0}


	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-family: var(--CG); font-weight: 700; font-size: 36px; line-height: 1.16; margin: 14px 0; color: var(--main)}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{ font-family: var(--CG); font-weight: 700; font-size: 30px; line-height: 1.15; margin: 14px 0 10px 0; color: var(--main)}

	h5, .forum_thread_date, .forum_mischeader_title, .Ptitle {font-family: var(--CG); font-weight: 700; font-size: 24px; line-height: 1.2;  margin: 14px 0 10px 0; color: var(--main)}
	h6 {color: BLACK; font-size: 14px; font-style: italic; font-weight: bold;}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		H1 {font-size: 36px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1 {font-size: 36px;}
		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: 30px;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name {font-size: 24px;}
		h5, .forum_thread_date, .forum_mischeader_title {font-size: 20px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		H1 {font-size: 30px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1  {font-size: 30px;}
		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;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name {font-size: 20px;}
		h5, .forum_thread_date, .forum_mischeader_title  {font-size: 18px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		H1 {font-size: 24px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1  {font-size: 24px;}
		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;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name {font-size: 20px;}
		h5, .forum_thread_date, .forum_mischeader_title {font-size: 18px;}

	}

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; height: 180px;-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5); box-shadow: 0 0 5px 0 rgba(0,0,0,.5); z-index: 100; background-color: white; }
	header .liner{height: 130px;}
	header.stuck {position: fixed; top: 0; left: 0; }
	/*a[name]{position: relative; top: -57px; z-index: 1}*/

	a.homelink{position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 170px; height: 130px; }
	a.homelink img {width: 100%;}

	.toplinks {text-align: right; position: absolute; top: 30px; right: 0px; }
	.toplinks a, .toplinks a:visited, .toplinks .notalink  {font-size: 14px; color: var(--font); font-weight: 400}
	.toplinks a:hover, .toplinks a:focus {color: var(--main)}
	.toplinks a:after, .toplinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.toplinks a:last-child:after{content: ""; padding: 0;}


	#sitesearch {color: white;  height: 50px; position: absolute; top: 0; right: 50%; margin-right: -562px; font-size:  18px; width: 44px;}
	#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{content: '\f00d';}

	.sitesearch {display: none; position: absolute; top: 5px; right: 50%; margin-right: -500px; border-bottom: solid 1px white; width: calc(100% - 75px); max-width: 1070px; height: 40px; background-color: var(--main);}

	.searchbox {position: absolute; top: 0; left: 0; padding-left: 10px; color: white; width: calc(100% - 44px);height: 40px; background: transparent; border: 0; z-index: 102}
	.searchbox::placeholder {color: white; }
	.searchbox:-ms-input-placeholder {color: white;}
	.searchbox::-ms-input-placeholder { color: white;}


	.sitesearch button[type=submit]{color: white; position: absolute; top: 0; right: 0; width: 44px; height: 40px; border: solid 1px var(--second);}
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {color: var(--second);}

	button.searchex {color: var(--main);  }
	button.searchex:hover, button.searchex:focus {color: var(--second);}

	.buttons{display: flex;   justify-content: space-between;  position: absolute; top: 76px; right: 168px}
	.buttons a {padding: 0 20px; height: 40px;border-radius: var(--BR10); background-color: var(--second); color: var(--main); font-size: 14px; font-family: var(--CG); box-shadow: 2.1px 2.2px 7px 0 rgba(0, 0, 0, 0.35); display: inline-flex; justify-content: center; align-content: center;align-items: center; font-weight: 300; margin-right: 10px; }
	.buttons a .RLicon{margin-right: 5px;}

	.buttons a:hover, .buttons a:focus {background-color: var(--main); color: white; text-decoration: none;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		header .liner{margin: 0 30px; width: calc(100% - 60px)}
		#sitesearch { right: 30px; margin-right: 0;}
		.sitesearch { right: 84px; margin-right: 0; width: calc(100% - 114px);}

	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.toplinks {position: relative; top: auto; right: auto;  display: inline }
		header .TL{display: none}
		header{height: 126px;}
		header .liner{height: 76px; display: flex; justify-content: flex-end; align-items: center;}
		a.homelink{width: 98px; height: 76px; }
		#sitesearch { right: 84px; font-size: 24px}
		.sitesearch { right: 138px; margin-right: 0; width: calc(100% - 168px);}
		.buttons { position: static; }

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
	}

	/*XS*/
	@media only screen and  (max-width: 575px){
		header .liner{justify-content: space-between;margin: 0 24px; width: calc(100% - 48px)}
		.sitesearch { top: 50px; right: 0; border: 0; width: 100%; background-color: white;-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5); box-shadow: 0 0 5px 0 rgba(0,0,0,.5);}
		.searchbox { color: var(--main);}
		.searchbox::placeholder {color: var(--main);}
		.searchbox:-ms-input-placeholder {color: var(--main);}
		.searchbox::-ms-input-placeholder { color: var(--main);;}
		.sitesearch button[type=submit]{color: var(--main); }
		.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {background-color: var(--second); color: var(--font)}



	}

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

	nav.pc  { z-index: 100; background-color: var(--main); position: absolute; top: 130px; right: 0; width: 100%; height: 50px; }
	.navliner {width: 100%; max-width: 1050px;  z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; margin-left: calc(50% - 562px); height: 50px;}

	button.CMitem, a.CMitem, a.CMitem:visited{text-decoration: none; line-height: 1.15;  display: flex; align-items: center;  color: white; font-family: var(--CG); font-weight: 400;height: 50px; border-bottom: solid 5px transparent }
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none; border-bottom: solid 5px var(--second)}

	.ddcontent{ display: none;  position: absolute; top: 50px; left: 0px; width: 100%;  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); padding: 40px calc(50% - 562px); background: var(--sun) white; min-height: 260px;}
	header .ddcontent .liner {height: auto;}
	.ddcontent table{width: calc(100% - 260px);}
	.ddcontent p {font-family: var(--CG);}
	.ddcontent a, .ddcontent a:visited {display: block; font-family: var(--CG); color: var(--main); font-weight: normal; font-size: 14px; }
	.ddcontent a:hover, .ddcontent a:focus {color: var(--main) }
	.Mhead{font-weight: bold; color: var(--main)}

	/*L*/
	@media only screen and (max-width: 1199px) {
		.ddcontent{ padding: 40px 30px;}
		.navliner {width: calc(100% - 114px); margin-left: 30px;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {

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

		nav.pc  {top: 76px; }

		.navliner {display: none;}

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

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

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

		.TL{padding: 0 0 20px 0; margin-bottom: 20px; border-bottom: solid 1px var(--accent)}
		.TL a, .TL a:visited{font-size: 14px; font-weight: normal; display: block; color: var(--font); margin-bottom: 10px; }
		.TL a:hover, .TL a:focus{color: var(--main);}

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

		.ML a, .ML button {color: var(--main);text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s;  font-weight: bold; margin-bottom: 10px; padding: 0; font-weight: bold;}
		.ML button:after {content: '\f0d7'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; position: absolute; top: 0px; right: 0px; transition: all .25s; color: var(--second)}
		.ML button.flipped:after { transform: rotate(180deg);}

		 .ML .L2 a, .ML .L2 button {font-size: 14px; font-weight: normal; color: var(--font)}

		 .ML .L2 a{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  (max-width: 767px) {
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		button.menutoggler{right: 24px;}
	}

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

	#carousel {z-index: 1; position: relative; width: 100%; height: 550px; background-color: var(--pale);}

	section.home {width: 480px; height: 460px;border-radius: var(--BR30); box-shadow: 5.6px 5.8px 8px 0 rgba(0, 0, 0, 0.1);background-color: #fff; padding: 24px 60px; overflow: hidden; position: relative; top: -510px; float: right; margin: 0 calc(50% - 600px)  -440px 0; z-index: 99; text-align: left;}
	.Chead{  font-size: 20px; font-weight: bold; color: var(--main); font-family: var(--CG);}
	section.home .code_block{border-bottom: solid 1px var(--accent);}
	section.home .code_block:last-child{border-bottom: 0;}
	section.home .code_block p{margin: 10px 0;}
	.yellowarrow{color: var(--second); font-size: 80px; position: absolute; top: 30px; left: -11px; }

	section.icons{  padding: 0 calc(50% - 460px) 70px calc(50% - 460px); text-align: center;}
	section.icons .liner{  display: flex;  justify-content: space-between; flex-wrap: wrap; max-width: 920px; left: calc(50% - 460px);}
	.qlbox{margin: 0 18px; background-color: white;border-radius: 30px; padding: 40px 20px 20px 20px; border: solid 3px white; flex: 1 1;}
	.qlbox:hover{background: url(../images/IconSun.png) no-repeat center top;}

	.qlbox h3{font-size: 24px;}
	.qlbox span.fa-solid, .qlbox span.fa-regular, .qlbox span.fa-light, .qlbox span.fa-thin, .qlbox span.fa-duotone {display: block; width: 138px; height: 138px; background-color: var(--main); border: solid 9px var(--accent); color: white; font-size: 48px; border-radius: 50%; margin-bottom: 25px; display: flex;  justify-content: center;  align-items: center; margin: 0 auto;}
	.IL{display: none;}
	.IL a{display: block; text-decoration: none; line-height: 1; text-align: left; background-color: var(--main); color: white; border: solid 5px var(--accent); min-height: 50px; font-weight: bold; font-size: 16px; border-radius: var(--BR10); font-family: var(--CG); display: flex;   align-items: center; padding: 5px 20px; margin-bottom: 10px}
	.IL a .RLicon{font-size: 30px; }

	section.promos{padding: 0 30px 70px 30px;}
	section.promos .liner{display: flex;  justify-content: space-between; flex-wrap: wrap; }
	.promobox{margin: 0 32px; flex: 1 1;}
	.Ppic{border-radius: var(--BR30); width: 100%; height: 270px; margin-bottom: 40px; background-size: cover; background-position: center center;}
	.Pvid{height: 270px;width: 100%; border-radius: var(--BR30); background-color: var(--main); top: -20px; position: relative;}
	.Pvid .cms_external_video_responsive_container iframe {top: 30px; margin: 0}
	.Pvid h2.video_title, .Pvid .video_description{display: none;}
	.Pcontent{}
	
	/*XXL*/
	@media only screen and (max-width: 1680px) {
		section.icons{ padding: 0 30px 70px 30px;}
		section.icons .liner{left: 0;}

	}
	/*XL*/
	@media only screen and (max-width: 1280px) {
		section.home {margin-right:30px; }
	}


	/*L*/
	@media only screen and (max-width: 1199px) {
		section.home {  border: solid 1px #e1e5e7;width: calc(100% - 60px); height: auto; top: 0; float:none; margin: 46px 30px; }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.home {padding: 36px 50px;}
		.yellowarrow{ font-size:60px; position: absolute; top: 20px; left: -7px;}
		section.icons .liner{display: block}
		.qlbox{margin: 0;  padding: 0 0 20px 150px; position: relative; text-align:left; min-height: 185px}
		.qlbox span.fa-solid, .qlbox span.fa-regular, .qlbox span.fa-light, .qlbox span.fa-thin, .qlbox span.fa-duotone {position: absolute; top: 0; left: 0;  margin: 0}
		section.promos .liner{display:block; max-width: 350px;}
		.promobox{margin: 30px 0;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.home {padding: 36px;}
		.yellowarrow{ font-size:40px; position: absolute; top: 20px; left: -5px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.home { border: 0;width: 100% ;  margin: 30px 0; border-radius: 0; }
		.qlbox{display: none;}
		.IL{display: block;}
		section.icons, section.promos{padding: 0 24px 40px 24px;}
		Pvid{height: 300px;}
	}

	/*XXS*/
	@media only screen and  (max-width: 400px) {
		section.promos{padding:0 0 40px 0;}
		.promobox{margin: 0 0 30px 0; width: 100%;}
		.Ppic{border-radius: 0;  margin-bottom: 20px}
		.Pvid{height: 300px; border-radius: 0; padding: 0; background: transparent; }
	}

/** INSIDE **********************************************/
	section.intbanner {width: 100%; height: 400px; background-color: var(--pale); position: relative; overflow: hidden;background-repeat: no-repeat; background-size: cover; background-position: center center;}
	.inttext {width: 100%; padding: 86px calc(50% - 562px) 60px calc(50% - 562px); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 70%); position: absolute; bottom: 0; right: 0; text-align:left; border: solid 0px fuchsia}

	section.inside{padding: 60px 30px;}
	article {width: 100%; max-width: 1199px; overflow: hidden; margin: 0 auto; text-align: left; }

	aside {width: 100%; padding: 0 30px 120px 30px;}
	aside .liner{ display: flex; flex-wrap: wrap; justify-content: space-between;}
	.bannerbox, .regionbox { margin: 20px; text-align: left; border: solid 1px var(--accent); border-radius: var(--BR30); padding: 30px; flex: 1 1; text-align:center;}
	aside  ul {margin: 0px; padding: 0px; list-style: none;}
	.regionbox h3{font-size: 24px;}

	.bannerbox{padding: 0; overflow: hidden; border: 0}
	.bannerbox img{border-radius: var(--BR30); width: 100%;}

	.Pboxes{}
	.Ptitle{margin-top: 0; border-right: solid 1px var(--accent); margin-bottom: 40px;}
	.Pcontent{ margin-bottom: 40px;}
	.Pcontent p{margin-left: 20px;}
	.Pcontent ul, .Pcontent ol {margin-top: 0; padding-top: 0;}
	
	/*aside img {max-width: 100%; width: 100%; }*/
	.video_wrapper {margin-top: 20px !important;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		section.inside{padding: 50px 30px}
		aside {padding: 0 30px 60px 30px}
		.inttext { padding: 86px 30px 60px 30px; }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.bannerbox, .regionbox {max-width: 100%; min-width: calc(50% - 20px); margin: 10px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		aside .liner{ display: block;}
		.bannerbox, .regionbox {max-width: 100%; width: 100%;margin: 20px 0; }
		section.inside{padding: 40px 30px}
		section.intbanner { height: 260px;}
		.inttext { padding: 60px 30px 40px 30px; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.inside{padding: 30px 24px}
		aside {padding: 0 24px 40px 24px}
		section.intbanner { height: 200px;}
		.inttext { padding: 60px 24px 20px 24px; }
		.Ptitle{ border-right: 0; border-bottom: solid 1px var(--accent); margin-bottom: 0px; padding: 0}
		.Pcontent{ margin-bottom:20px;padding: 0}
		.Pcontent p{margin-left: 0px;}
		.video_wrapper {margin: 20px 0 !important; padding: 20px 0 !important;}

	}

/** FOOT ****************************************************/
	footer {width: 100%; color: white; padding: 70px 30px; background: url(../images/MenuSun.png) no-repeat right bottom var(--main); clear: both;}

	footer a, footer a:visited { color: white;text-decoration: none; font-weight: 400}
	footer a:hover, footer a:focus {color: var(--second); text-decoration: underline;}

	.bottomlinks {color: white; border: solid 0px yellow}
	.bottomlinks a {}
	.bottomlinks a:after, .bottomlinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.bottomlinks a:last-child:after{content: ""; padding: 0;}

	.socmed{ border: solid 0px lime}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{margin-right: 20px;font-size: 24px; color: white; text-decoration: none !important}
	.socmed a:hover, .socmed a:focus{color: var(--second);}

	.footL{}
	.footR{border-right: solid 1px white;}

	.links{ border: solid 0px orange}
	.links a{display: block; margin-bottom: 10px;}
	
	.logos{}
	.logos img{margin-right: 20px;}
	
	.footicons{border: solid 0px fuchsia}
	.footicons img{margin-right: 20px;}
	.footnote{border: solid 0px silver}
	.footnote p{margin: 0}
	 
	/*L*/
	@media only screen and (max-width: 1199px) {
		footer {padding: 50px 30px;}
		.logos img{margin: 10px;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		footer {padding: 30px 30px 80px 30px; background-size: 170px auto; }
		.footR{border: none; border-top: solid 1px white;}
		.logos img{margin: 0 10px;}
		.links a{display: inline-block; margin: 0 15px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		footer {padding: 30px;}
		.footicons, .footnote{ padding-right: 190px}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		footer {padding: 30px 24px 80px 24px;background-size: 124px auto;}
		.footicons, .footnote{ padding-right: 0px}
		.footicons img{margin: 0 10px;}
	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 11px; line-height: 1;}

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

	a.cta, a.cta:visited, input[type="submit"], a.clear, a.clear:visited, input.go,  input[type="reset"], a.PSlogout, a.PSlogout:visited, div.faq_advanced_search_panel input[type=button], .Rbuttons li a, .Rbuttons li a:visited, input[type="reset"]
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; background-color: var(--second); color: var(--font); padding: 12px 40px; font-weight: bold; font-size: 14px; border-radius: var(--BR10);box-shadow: 2.1px 2.2px 7px 0 rgba(0, 0, 0, 0.35); }

	a.cta:hover, input[type="submit"]:hover, a.cta:focus, input[type="submit"]:focus, a.clear:hover, a.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
	{text-decoration: none; background-color: var(--main); color: white;}

/** MORE UNIVERSAL *******************************************/
	* {overflow-wrap: break-word;}
	hr { border: 0; height: 0; border-top: 1px solid var(--main) }
	.mobi {display: none;}
	a.skipper, a.skipper:visited {line-height: 0; font-size: 0; border: 0; background: transparent;position: absolute; top: 0; left: 0; z-index: 101}
	a.skipper:focus, a.skipper:visited: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;}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.mobi {display: block;}
		.full {display: none;}
	}

	@media only screen and (max-width: 500px) {
		.sideslider table {width: 510px; }
		.sideslider { overflow: scroll;overflow-y: hidden; -ms-overflow-y: hidden;}
	}

	@media only screen and (max-width: 400px) {
	}

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

/** ACCORDION - FAQS, FORMS, &amp; 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;}

	.cms_form_collapsible_header{background: none; border-bottom: 0; }

	button.divheader, .cms_form_collapsible_header a, .cms_form_collapsible_header a:visited, .faq_question_block_slide_question_closed a, .faq_question_block_slide_question_closed a:visited {background-color: var(--main); color: WHITE; display: block;padding: 5px 10px; border-radius: 5px;}
	button.divheader{margin-top: 20px; width: 100%; text-align: left; border: 0 !important}
	button.divheader:hover, button.divheader:focus, .cms_form_collapsible_header a:hover, .cms_form_collapsible_header a:focus, .faq_question_block_slide_question_closed a:hover, .faq_question_block_slide_question_closed a:focus {background-color: var(--second); color: WHITE;}

	.cms_form_collapsible_header.open a, .faq_question_block_slide_question_open a {background-color: ORANGE; color: WHITE; display: block;padding: 5px 10px; border-radius: 5px;}

	.divcontent {width: 100%; padding: 0px 50px 20px 50px; display: none;}

	.cms_form_collapsible_header a:before, .faq_question_block_slide_question_closed a:before{content: '';}
	button.divheader.open, .cms_form_collapsible_header.open a:before, .faq_question_block_slide_question_open a:before{content: ''; }
	button.divheader:after, .cms_form_collapsible_header a:after, .faq_question_block_slide_question_closed a:after{content: '\f067'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: relative;float: right}
	button.divheader.open:after, .cms_form_collapsible_header.open a:after, .faq_question_block_slide_question_open a:after{content: '\f068'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;position: relative;float: right}

/** 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:before {content: '\f071 \a0 ALERT'; font-family: 'Font Awesome 6 Pro', open-sans, sans-serif; font-weight: 700; display: inline; position: relative; float: left; padding-right: 10px}
	*/
	.alert_icon{}
	.alert a, .alert a:visited {}
	.alert a:hover, .alert a:focus {}
	button.exed {position: absolute; top: 0px; right: 10px; cursor: pointer; font-size: 20px; text-align: center; display: block; text-decoration: none !important;}
	button.exed:before {content:"\f057"; font-family: 'Font Awesome 6 Pro';}

/** BLOGS ********************************************/
	.blog_posted_date {display: block; color: BLACK;}
	span.blog_tags_tag a{display: inline-block;}
	.blog_share {position: relative; float: right; }
	.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;}


/** CALENDAR *****************************/
	.content_calendar_table {border: solid 1px var(--main); border-collapse: collapse}
	td.content_calendar_table_headercell {background-color: var(--main); color: white; text-align: center; font-weight: bold;}
	td.content_calendar_table_headercell a, td.content_calendar_table_headercell a:visited { 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(--main)}
	td.content_calendar_table_selectedcell { border: solid 1px var(--main); background-color: var(--pale)}


/** DEC TREE ***************************************/

	/* use any height less than 1000px - within reason */
	.CHboxedup{max-width: 100%; height: 500px; z-index: 90;  }
	.CHbox {height: auto; height: 500px;border: solid 1px var(--main); border-radius: 10px; padding: 20px 10px 10px 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;}

/** 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;}
	
	/*remove recent, featured, &amp; popular */
	/*div.faq_featured_block, div.faq_recent_block, .faq_popular_block{display: none;}*/

	/*S*/
	@media only screen and  (max-width: 767px) {
		form.faq_search_form input[type="submit"], div.faq_browse form input[type="submit"]{margin: 10px 0;}
	}

/** 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(--pale)}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px var(--pale)}
	.cms_form_item_sidebyside {width: 50%; padding: 0 20px 0 0;}
	.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}
	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;}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.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}
	}

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

	@media only screen and (max-width: 1100px) {
		.boxedsearch fieldset {top: 0px}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.boxedsearch fieldset {width: 100%; float: none; top: 0; margin-bottom: 0}
		.boxedsearch {height: auto;}
		.legend { top: 0; margin: 0; text-align: left;}
		.legend_label {display: block;}
		.legend_label .fas, .legend_label .far, .legend_label .fa {padding-left: 0;}
		.loc_list {width: 100%; float: none; margin-bottom: 0px;}
	}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		.legend {text-align: left;padding-right: 20px;}
		.legend_label .fas, .legend_label .far, .legend_label .fa { padding: 0 5px 0 0px;}
		.loc_formbox input[type=text] {width: 100% !important;}
	}

/** 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 &amp; TABLES ************************************************/
	.content_rates_table, TABLE.table_builder {margin-bottom: 20px; width: 100%; border-collapse: collapse;}
	.content_rates_table th, .table_builder th {font-family: var(--CG);  color: white; background-color: var(--main); padding: 5px 10; min-height: 50px;}
	.content_rates_table td, .table_builder td {padding: 5px 10;min-height: 50px; border-bottom: solid 1px var(--accent);}
	.content_rates_table_row2, TR.table_builder_row_even {}
	TR.table_builder_row_odd {}
	.content_rates_table_row_highlight {background-color: var(--second);}
	.sideslider {width: 100%;}
	.table_builder .filtered {display: none;}
	.content_rates_table td.widecell{padding: 5px 10;min-height: 50px; border-bottom: solid 1px var(--accent);}

	.content_rates_table_postfix {line-height: 1;}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		.content_rates_table, .table_builder {border-collapse: collapse; border-bottom: solid 2px var(--main); margin-bottom: 30px;}
		.content_rates_table, .content_rates_table_effectivedate, .content_rates_table_title, .content_rates_table_row_highlight, .content_rates_table thead, .content_rates_table tbody, .content_rates_table_fields, .content_rates_table_row1, .content_rates_table_row2, .content_rates_table tr, .table_builder, .table_builder thead, .table_builder tbody, .table_builder_header_row, .table_builder_cell, .table_builder_row_even, .table_builder_row_odd{display: block;}
		.content_rates_table_fields_row, .table_builder_header_row {position: absolute; top: -9999px; left: -9999px; }
		.content_rates_table td, .table_builder td  {border: none;  position: relative; padding: 10px 10px 10px 20px; white-space: normal; text-align:left; }
		.content_rates_table tr td:first-child, .table_builder tr td:first-child{border-top: 1px solid var(--accent);}
		.content_rates_table td:before, .table_builder td:before {display: block; text-align:left; font-weight: bold; content: attr(data-title); position: relative; left: -10px}
		.content_rates_table td.content_rates_table_title, .content_rates_table td.content_rates_table_effectivedate {padding: 10px 0; border: 0}
		.content_rates_table_row2, TR.table_builder_row_even {background-color: var(--pale);}
		.content_rates_table td.widecell{border: 0;}
	}

/** RATINGS &amp; COMMENTS **********************************/
	.comments_wrapper{position: relative;}
	.comments_section_summary { padding: 20px; margin: 0px; border: 0; background: none;}
	.comment_rating_stars, .comment_rating_number {display:  inline-block; }
	.comments_sortbox {position: absolute;  right: 0;top: 30px; width: auto;}
	.comments_form_table {background: none; border: 0; width: calc(100% - 20px); margin: 10px;}
	.comments_form_table TD {border: 0;  padding: 3px;}
	/*div.star-rating,div.star-rating a{background:url(../images/stars.png) no-repeat 0 0px}*/
	.comment_item {border: 0; background-color: var(--pale); padding: 20px; margin: 10px 0;}

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

/** SLICK SLIDESHOW *********************************************/
	.slick-slider {	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;    -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y;  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;}

/**	WEGLOT ************************/

		aside.weglot_switcher{border: 0 !important;width: 200px; padding: 0 !important;  height: 40px; bottom: 20px !important;}
		aside.weglot_switcher ul {display: block; visibility: visible; height: auto; border: 0 !important; width: 100%;}
		li.wg-li{border: solid 0px lime;  display: block; width: 100%;border: 0 !important }

/** CHECKING CHART **********************/

	.chart_topper h2 span{color: var(--second)}
	.checking_chart .row div{border-top: solid 1px silver}
	.checking_chart .row div div{border: 0}
	.checking_chart .row div.purp{border-top: solid 1px white}
	.checking_chart p{margin: 5px 0 0 0}
	.purple{background-color: var(--main); color: white; }
	.purp{background-color: var(--main); color: white; font-weight: 600; }
	.best{font-size: 20px; font-style: italic; font-weight: 600}
	.vip{font-size: 40px; font-weight: 600; border-top: solid 1px var(--second)}
	.lavender{background-color: #7b5ca2;color: white;  }
	.lav{color: #7b5ca2; font-weight: 600; }
	.lilac{background-color:#8c72ae; color: white; }
	.lil{color:#8c72ae; font-weight: 600; border-left: solid 1px silver; border-RIGHT: solid 1px silver}
	.chart_header{font-weight: 600; font-size: 18px}
	.chart_name{font-weight: 600}
	.chart_name span{color: var(--second);}
	.chart_blurb{font-size: 14px}
	.checking_chart .fa-solid.fa-check{font-size: 30px;}
	/*S*/
	@media only screen and  (max-width: 767px) {
		.chart_topper h2 span{transform: rotate(90deg);}
		.chart_header{ font-size: 16px}
		.purp, .lav, .lil{font-weight: 400; font-size: 14px }
	}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		.purp .fa-solid.fa-check:after{content: 'Peak Checking'; font-size: 16px;font-family: 'Open Sans';}
		.lav .fa-solid.fa-check:after{content: 'Rise Checking'; font-size: 16px;font-family: 'Open Sans';}
		.lil .fa-solid.fa-check:after{content: 'Core Checking'; font-size: 16px;font-family: 'Open Sans';}
		.checking_chart .row.last div{border-bottom: solid 1px silver}
		.checking_chart .row.last div div, .checking_chart .row.last .chart_text{border: 0}

	}
</pre></body></html>