
/****************
Colors
  --blue: #04369b;
  --red: #da291c;
  --lime-green: #bdd747;
  --black: #333;
  --light-blue: #0e7bbe;
  --dark-red: #910b01;
  --white: #d7d7d7;


*************************/

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

	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0; font-size: 18px; font-family: soleil, arial, sans-serif; color: #333}
	.contentwrapper{width: 100%; position: relative; overflow: hidden;}
	a:focus, button:focus{outline: 0 !important; border: 0 !important}

	p{margin-bottom: 14px}
	article, aside {line-height: 26px}
	a, a:visited{  transition: all .25s; font-weight: 700; color: #004c98}
	a:hover, a:focus {color: #da291c}
	input, select, textarea{font-family: soleil, arial, sans-serif;}
	button {padding:0; border: 0; background: transparent; cursor: pointer;  transition: all .25s;font-family: soleil, arial, sans-serif;font-size: 18px;}
	button:hover, button:focus {border: 0; outline: 0}
	.CHbox a, .CHA, .cardbennies{font-family: soleil, arial, sans-serif;font-size: 18px;} /* match to regular font size */
	strong{font-weight: 700}
	.liner {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;}

	h1 {font-weight: 400; font-size: 40px; line-height: 46px; color: #ffffff}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1
	{font-weight: 400; font-size: 36px; line-height: 42px; margin: 24px 0 14px 0; color: #04369B; margin-top: 24px}
	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-weight: 400; font-size: 30px; line-height: 36px; margin: 24px 0 14px 0;  color: #04369B; margin: 24px 0 14px 0;}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-weight: 400; font-size: 24px; line-height: 30px; margin: 24px 0 14px 0;  color: #04369B;  margin: 24px 0 14px 0;}

	h5, .forum_thread_date, .forum_mischeader_title	{color: #333; font-size: 14px; font-weight: bold; }
	h6 {color: #333; 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; line-height: 42px}
		h2 {font-size: 30px; line-height: 36px}
		h3 {font-size: 24px; line-height: 30px}
		h4 {font-size: 20px; line-height: 26px}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		p{margin-bottom: 10px}
		h1 {font-size: 30px; line-height: 36px}
		h2 {font-size: 24px; line-height: 30px; margin: 10px 0 8px 0;}
		h3 {font-size: 22px; line-height: 28px; margin: 10px 0 8px 0;}
		h4 {margin: 10px 0 6px 0;}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		h1 {font-size: 24px; line-height: 30px; text-align: center}
		h2 {font-size: 22px; line-height: 28px}
		h3 {font-size: 20px; line-height: 26px}
		h4 {font-size: 18px; line-height: 24px}

	}

/** HEADER ***********************************************/
	header {width: 100%;  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.25); background: rgba(255,255,255,.85); position: absolute; top: 0; right: 0; z-index: 100}
	header.stuck {position: fixed; top: 0; left: 0; }
	header .liner {height: 110px;}
	/*a[name]{position: relative; top: -57px; z-index: 1}*/

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

	.toplinks {width: 100%; background-color: #04369b; color: white; height: 39px; width: 100%; font-size: 14px;}
	.toplinks .liner{text-align: right; height: 39px;}
	.toplinks a, .toplinks a:visited, .toplinks .notalink, .socmed a, .socmed a:visited  {display: inline-block; color: white; padding: 9px 0 0  20px; font-weight: 400}
	.toplinks a:hover, .toplinks a:focus, .socmed a:hover, .socmed a:focus {color: #bdd747}
	.toplinks .TL .RLicon{display:none;}

	.socmed {position: relative; float: left;font-size: 16px;}
	.socmed a .RLwords{display: none;}
	.socmed a, .socmed a:visited  {color: white; padding: 7px 20px 0 0  }

	
	#sitesearch {color: #333;  right: 252px; top: 34px; position: absolute; width: 44px; height: 44px;}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: #da291c;}
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 5 Pro'; font-weight: 400;}
	#sitesearch.down:before{content: '\f00d';}

	.sitesearch {display: none; height: 40px; width: calc(100% - 139px - 218px - 35px - 44px - 30px); position: absolute; top: 36px; right: 297px;  border: solid 1px #e1e1e1; border-radius: 20px; background-color: white; z-index: 101}

	.searchbox {position: absolute; top: 0; left: 20px; height: 40px; border: 0; background: transparent; width: calc(100% - 44px - 20px); color: #04369b; font-size: 14px;}
	/*
	.searchbox::placeholder {color: white;  opacity: 1;}
	.searchbox:-ms-input-placeholder {color: white;}
	.searchbox::-ms-input-placeholder { color: white;}
	*/

	.sitesearch button[type=submit]{color: #04369b; position: absolute; top: 0; right: 0; width: 44px; height: 40px;background: transparent; font-size: 16px;}
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {color: #da291c;}

	button.searchex {color: #04369b;  }
	button.searchex:hover, button.searchex:focus {color: #da291c;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		header, .toplinks {padding: 0 40px;}

	}

	/*ML*/
	@media only screen and (max-width: 1140px) {
		#sitesearch {right: 64px;  font-size: 28px }
		.sitesearch { width: calc(100% - 139px - 218px - 35px - 44px); right: 270px; }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		header { background: white; position: relative; }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		header, .toplinks {padding: 0 33px;}
		.sitesearch { width: 300px; right: 0; top: 110px; box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.25); border-radius: 0 0 20px 20px;}
		.toplinks .TL .RLicon{display: inline;}
		.toplinks .TL .RLwords{display:none;}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		header .liner {height: 80px;}
		a.homelink{ height: 80px; width: 108px}
		#sitesearch {top: 18px; }
		.sitesearch { width: 100%; top: 80px; }
		header, .toplinks {padding: 0 20px;}
	}

	/*XXS*/
	@media only screen and  (max-width: 420px) {
		a.homelink{ height: 80px; width: 108px}
		#sitesearch {right: 44px; }
		header, .toplinks {padding: 0 10px;}
	}

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

	nav.pc  { z-index: 100;  height: 44px; width: calc(100% - 169px - 218px - 35px - 44px); position: absolute; top: 34px; left: 169px; padding: 0 15px }
	.navliner {width: 100%;   z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; }

	button.CMitem, a.CMitem, a.CMitem:visited{text-decoration: none; line-height: 1.15;  display: flex; align-items: center;justify-content: center; flex: 1 0 auto; height: 44px; color: #333; font-weight: 700; text-transform: uppercase; font-weight: 400}
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none; color: #04369b}

	.ddcontent{ display: none;  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); background-color: #fff;  position: absolute; top: 70px; left: 0px; width: 100%; border-radius: 0 0 20px 20px; padding: 30px; text-align: left; color: #04369b; text-transform: uppercase; line-height: 26px; }
	.ddcontent table tr td:first-child{border-right: solid 2px #d7d7d7; padding-right: 40px}
	.ddcontent table tr td:last-child{padding-left: 40px }
	.ddcontent a, .ddcontent a:visited {color: #04369b;font-weight: 400}
	.ddcontent a:hover, .ddcontent a:focus {text-decoration: none; color: #da291c;}
	.ddcontent ul { margin: 0; padding: 0; list-style: none;}
	.ddcontent ul li {color: #333;  text-transform: initial; font-size: 16px; margin-bottom: 14px;}
	.ddcontent ul li a, .ddcontent ul li a:visited{color: #333; font-weight: 400}
	.ddcontent ul li a:hover, .ddcontent ul li a:focus{text-decoration: none; color: #da291c;}
	header .ddcontent .liner {height: auto;}

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

	/*ML*/
	@media only screen and (max-width: 1140px) {

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

		nav.pc {display: none;}

		button.menutoggler{display: block; height: 44px; color: #333; width: 44px; position: absolute; top: 34px; right: 0; font-size: 28px }
		button.menutoggler:hover, button.menutoggler:focus { -webkit-transition:  all .25s; transition:  all .25s;}
		button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 5 Pro';}
		button.menutoggler.larry:before{content: "\f00d"; color:#da291c }

		nav.mobile button.menutoggler2{display: none; text-decoration: none; height: 44px; width: 44px; font-size: 20px; color: #FFFFFF; position: absolute; top: 0;  text-align: center; }
		nav.mobile button.menutoggler2:after {content: '';}

		nav.mobile{display: block; background-color: white; color: #333; height: 0; overflow: hidden; position: absolute; z-index: 1000; top: 140px; right: 40px; width: 300px;  text-align: left;  transition: all .25s; padding: 0 30px; border-radius: 0 0 20px 20px;}
		nav.mobile.out{ box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);overflow-y: auto;height: auto; max-height: calc(100% - 140px);padding: 30px;}
		nav.mobile.moveup{top: 100px;position: fixed;}

		div.L2, div.L3 {display: none;}
		nav.mobile a, nav.mobile button {color: #333;text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s; text-transform: uppercase; margin-top: 10px;font-weight: 400 }

		 nav.mobile .L2 a, nav.mobile .L2 button {text-transform:initial; color:#04369b; font-size: 16px; }

		 nav.mobile .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: #04369b;
		}
		nav.mobile::-webkit-scrollbar-thumb {
			-webkit-box-shadow: inset 0 0 3px rgba(0,73,135,.7);
			border-radius: 5px;
			background-color: #da291c;
		}
	}
	/*M*/
	@media only screen and (max-width: 991px) {
		nav.mobile{right: 33px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		nav.mobile{right: 20px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		button.menutoggler{top: 18px;}
		nav.mobile{right: 10px; top: 110px}
		nav.mobile.moveup{top: 70px;}
	}

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

	section.icons{padding: 90px 40px;}
	section.icons .liner{ display: flex; justify-content: space-between; }
	a.iconbox{position: relative; top: -80px; opacity: 0; flex: 1 1 0; padding: 0 20px;}
	a.iconbox:hover, a.iconbox:focus {text-decoration: none;}
	.icon{width: 97px;height: 40px; color: white; border-radius: 20px; position: relative; overflow: hidden; font-size: 24px; display: flex; justify-content: center; align-items: center; margin: 0 auto;}
	.icon:after {content: ''; position: absolute; bottom: 0; right: 0; width: 100%; height: 100%; background-color: #da291c; /*border-radius: 20px;*/	z-index: -2; transition: all .5s;}
	.icon:before {content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 100%; background-color: #bdd747; /*border-radius: 20px;*/ z-index: -1;transition: all .5s;}
	a.iconbox:hover .icon, a.iconbox:focus .icon {color: #333}
	a.iconbox:hover .icon:before, a.iconbox:focus .icon:before {width: 100%}
	a.iconbox:hover .icon:after, a.iconbox:focus .icon:after {width: 0}
	.txt{font-size: 16px; margin-top: 11px; text-transform: uppercase; color: #04369b; font-weight: 400}
	
	section.home {padding: 0 40px;}
	.promo {color: white; width: 100%; height: 460px; position: relative; margin-bottom: 68px;}
	.photo{height: 400px; width: 54%; position: absolute; top: 30px; left: 0; border-radius: 60px 0 0  60px; background-size: cover; background-position: center center;}
	.content{transition: all .5s;width: 50%;  height: 460px;border-radius: 60px; position: absolute; top: 0; right: -100px; opacity: 0; background: linear-gradient(to top, rgba(4,54,155,1) 0%,rgba(14,123,190,1) 100%); padding: 40px 50px;}
	.Phead{font-size: 36px;font-weight: 700; margin: 20px 0; } 
	.promo:nth-child(even) .content{background: linear-gradient(to bottom, rgba(218,41,28,1) 0%,rgba(145,11,1,1) 100%);}
	section.home .promo:nth-child(even) .photo{left: auto; right: 0; border-radius: 0 60px 60px 0;}
	section.home .promo:nth-child(even) .content{right: auto; left: -100px;}
	.promo h2{color: white;   font-size: 38px; margin-bottom: 24px;}
	.promo span.fal, .promo span.far, .promo span.fas{font-size: 60px;}
	.promo a.cta:hover, .promo a.cta:focus{background-color: white; color: #333;}


	/*L*/
	@media only screen and (max-width: 1199px) {
	}	
	
	/*M*/
	@media only screen and (max-width: 991px) {
		.promo { max-width: 560px; height: auto; padding-top: 350px; margin: 0 auto 68px auto; }
		.photo, section.home .promo:nth-child(even) .photo{width: 100%;  top: 0; border-radius: 60px 60px 0 0; }
		.content, section.home .promo:nth-child(even) .content{width: 100%; height: auto; position: relative; top: 0; left: 0; right: 0; border-radius: 60px;opacity: 1; }

		section.icons{padding: 45px 140px;}
		section.icons .liner{ display: block; }
		a.iconbox{top: 0; width: 100%; background-color: #da291c; color: white; height: 50px; border-radius: 25px;  margin: 5px 0; opacity: 1; display: block;/*display: flex; justify-content: center; align-items: center*/;}
		a.iconbox:hover, a.iconbox:focus{ background-color:#bdd747; color: #333}
		.icon{width: 40px; height: 40px; border-radius: 0; display: inline-block;position: relative; top: 7px;}
		.icon:after, .icon:before {display: none;}
		.txt{margin: 0; color: white; position: relative; display: inline-block;top: -7px;}
		a.iconbox:hover .txt, a.iconbox:focus .txt{color: #333}
		.promo h2{font-size: 36px;} 

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.content{padding: 40px;}
		.Phead{font-size: 30px; margin: 20px 0; } 
		section.icons{padding: 45px 60px;}
		section.home {padding: 0 33px;}
		.promo h2{font-size: 30px;} 
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.content, section.home .promo:nth-child(even) .content{padding: 25px; font-size: 16px; border-radius: 0 0 60px 60px;}
		.promo { padding-top: 240px; margin: 0 auto 68px auto; }
		.promo span.fal, .promo span.far, .promo span.fas{font-size: 40px;}
		.photo{height: 240px;}
		.Phead{font-size: 22px;} 
		section.icons{padding: 35px 20px;}
		section.home {padding: 0 20px;}
		.content{font-size: 16px; }
		.promo h2{font-size: 22px;} 
	}

/** INSIDE **********************************************/
	section.intbanner {width: 100%; height: 480px; background-color: #d7d7d7; position: relative; background-repeat: no-repeat; background-size: cover; background-position: center center;}
	.inttext { background: linear-gradient(to top, rgba(4,54,155,.7) 0%,rgba(14,123,190,.7) 100%); width: calc(600px + (50% - 575px)); position: absolute; bottom: 110px; left: 0; border-radius: 0 60px 60px 0; padding: 30px 60px 30px calc(50% - 575px); text-align: left; color: white; font-size: 20px; font-weight: 300 }

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


	article .code_block_center:not(.code_block_accordion_wrap) {display: flex; justify-content: space-between; flex-wrap: wrap; width: calc(100% + 16px); position: relative; left: -8px}
	article .code_block_box:not(.code_block_accordion){flex: 1 1 240px; background: linear-gradient(to top, rgba(4,54,155,1) 0%,rgba(14,123,190,1) 100%); color: white;  border-radius: 16px; padding: 36px 18px; margin: 8px; transition: all .5s; font-size: 16px; line-height: 26px;}
	article .code_block_box:not(.code_block_accordion):hover {background: linear-gradient(to bottom, rgba(218,41,28,1) 0%,rgba(145,11,1,1) 100%);}
	article .code_block_box:not(.code_block_accordion) h3 {color: white; font-size: 24px; line-height: 30px; text-align: center; margin-top: 0}

	article .code_block_accordion .code_block_indiv_top {padding: 10px 20px;background-color: #06559d;color:white;border-radius: 20px;text-transform: uppercase;}

	aside {width: 100%; padding: 40px;}
	aside  ul {margin: 0px; padding: 0px; list-style: none;}
	aside  ul li {margin-bottom: 10px;}
	.bannerbox img{border-radius: 16px; width: 100%}
	.codebox, .regionbox{border-radius: 16px; padding: 40px 30px;height: 100%; color: white;font-size: 16px;}
	.codebox{background: linear-gradient(to bottom, rgba(218,41,28,1) 0%,rgba(145,11,1,1) 100%);  }
	.codebox h2, .regionbox h2{font-size: 24px; line-height: 30px; margin: 0 0 24px 0}
	.regionbox{background: linear-gradient(to top, rgba(4,54,155,1) 0%,rgba(14,123,190,1) 100%); }
	aside h2, aside h3 {color: white; font-size: 24px; line-height: 30px; margin-top: 0}

	button.printbttn{width: 44px; height: 44px; color: white; background-color:  #04369b; position: fixed; top: 200px; left: 0; z-index: 99; font-size: 22px; border: solid 1px white; border-left: 0}
	button.printbttn:hover, button.printbttn:focus{ background-color: #da291c;}

	article .code_block_box:not(.code_block_accordion) a:not(.cta), article .code_block_box a:not(.cta):visited, aside a, aside a:visited{color: white; font-weight: 400; text-decoration: underline}
	article .code_block_box:not(.code_block_accordion) a:not(.cta):hover, article .code_block_box a:not(.cta):focus, aside a:hover, aside a:focus{color: #bdd747; font-weight: Bold; color: white;}

	.content_slideshow.carousel ol.carousel-indicators li:hover, .regional_slideshow.carousel ol.carousel-indicators li:hover{background-color: var(--blue);}
	.content_slideshow.carousel ol.carousel-indicators li.active, .regional_slideshow.carousel ol.carousel-indicators li.active {background-color: var(--red);}





	/*aside img {max-width: 100%; width: 100%; }*/
	.video_wrapper {margin-top: 20px !important;}

	/*XXL*/
	@media only screen and (max-width: 1260px) {
		.inttext { padding: 30px 60px 30px 40px; }
	}

	/*L*/
	@media only screen and (max-width: 1199px) {
		.inttext {width: 600px; bottom: 60px;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.intbanner { height: 400px; }
		article .code_block_box {flex: 1 1 300px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.intbanner {padding-top: 230px; background-position: center top; height: auto; background-size: auto 300px;} 
		.inttext { background: linear-gradient(to top, rgba(4,54,155,1) 0%,rgba(14,123,190,1) 100%);  padding: 30px 45px 30px 33px;  height: auto;  width: calc(100% - 33px); position: static; margin: 0; }
		section.inside, aside {padding: 33px;}
		article .code_block_box { margin: 8px 0}
		article .code_block_center {width: 100% ;  left: 0}

		.content_slideshow.carousel, .content_slideshow .carousel-item{min-height: 369px}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.intbanner {padding-top: 188px; background-position: center top; height: auto;background-size:  auto 188px;} 
		.inttext { padding: 20px;  height: auto;  width: 100%; border-radius: 0; position: static;font-size: 18px;margin: 0;}
		section.inside, aside {padding: 20px;}
	}

/** FOOT ****************************************************/
	footer {width: 100%; background-color: #d7d7d7; padding:30px 40px;font-size: 14px;}

	footer a, footer a:visited { color: #333;text-decoration: none;}
	footer a:hover, footer a:focus {color: #04369b; }
	.footerflex{display: flex;justify-content: space-between;  align-items: center;}

	.bottomlinks {color: #333;font-size: 14px; line-height: 1.71;margin: 20px 0}
	.bottomlinks a {white-space: nowrap; font-weight: normal}
	.bottomlinks a:after, .bottomlinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.bottomlinks a:last-child:after{content: ""; padding: 0;}

	.contact{width: 300px; text-align: left;  }

	.footnote{margin: 20px 0 0 0; }
	.footlogos{display: flex; flex-wrap: wrap;justify-content: center;}
	.f2{display: none;}
	.footlogos div{text-align: center;}
	.footlogos img{margin: 0 5px}

	.apps{width: 160px;}
	.apps img{margin: 5px 0;}
	
	.juntos img{width: 100%; max-width: 200px;}

	.Chead{font-size: 24px;color:#04369b;}

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

	/*M*/
	@media only screen and (max-width: 991px) {
		footer {padding:30px 40px 100px 40px;}
		.f1{display: none;}
		.f2{width: 100%;display: flex; flex-wrap: wrap;justify-content: center; margin-top: 20px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.footerflex{display: block}
		.contact{width: 100%; text-align: center;  }
		.apps{width: 100%;}
		.apps img{margin: 20px 10px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.Chead{text-align: center}

	}

/** 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, a.ctaR, a.ctaR:visited, input[type="submit"], a.clear, a.clear:visited, button#exedout, button.clear, input.go,  input[type="reset"], button.cta, a.PSlogout, a.PSlogout:visited, div.faq_advanced_search_panel input[type=button], .Rbuttons li a, .Rbuttons li a:visited, input[type="reset"], .modal_button
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; background-color: #bdd747; font-weight: 400; text-transform: uppercase; font-size: 14px; color: #333; padding: 13px 30px; border-radius: 20px;}

	a.cta:hover, input[type="submit"]:hover, a.cta:focus, a.ctaR:hover, a.ctaR:focus, input[type="submit"]:focus, a.clear:hover, a.clear:focus, button#exedout:hover, button#exedout:focus, button.clear:hover, button.clear:focus, input.go:hover, input.go:focus, input[type="reset"]:hover, input[type="reset"]:focus, a.ctaW:focus, a.ctaW:hover, button.cta:hover, button.cta: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, .modal_button:hover, .modal_button:active, .modal_button:focus
	{text-decoration: none; background-color: #da291c; color: white;}

	a.ctaR, a.ctaR:visited, input[type="submit"]{background-color:#da291c}
	input[type="submit"]:hover, a.ctaR:hover, a.ctaR:focus, input[type="submit"]:focus{background-color: #bdd747;}

	aside .codebox a.cta:hover,  aside .codebox a.cta:focus, article .code_block_box a.cta:hover, article .code_block_box a.cta:focus{background-color: white; color: #333;}



/** MORE UNIVERSAL *******************************************/
	hr { border: 0; height: 0; border-top: 1px solid #04369b }
	.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: #333; 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 & 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;}

	.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: #04369b; color: WHITE; display: block;padding: 13px 30px; margin: 1px 0;}
	button.divheader{ width: 100%; text-align: left; border: 0}
	div.div button.divheader:first-child, .cms_form_collapsible_header a:first-child {border-radius: 10px 10px 0 0;}
	div.div button.divheader:last-child, .cms_form_collapsible_header a:last-child {border-radius: 0 0 10px 10px;}
	div.div{border-radius: 10px; overflow: hidden;}

	button.divheader:hover, .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, button.divheader:focus {background-color: #da291c; color: WHITE;}

	.cms_form_collapsible_header.open a, .faq_question_block_slide_question_open a, button.divheader.ouvree {color: #da291c; background-color: white; display: block;padding: 13px 30px;border: solid 1px #e6e6e6; border-bottom: 0; margin-bottom: 0}

	.divcontent {width: 100%; padding: 0px 60px 60px 60px; display: none;border: solid 1px #e6e6e6; border-top: 0;}

	.cms_form_collapsible_header a:before, .faq_question_block_slide_question_closed a:before, button.divheader:before{content: '\f067'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; margin-right: 20px;}
	button.divheader.open, .cms_form_collapsible_header.open a:before, .faq_question_block_slide_question_open a:before, button.divheader.ouvree:before{content: '\f068'; }


	/*
	button.divheader:after, .cms_form_collapsible_header a:after, .faq_question_block_slide_question_closed a:after{content: '\f067'; font-family: 'Font Awesome 5 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 5 Pro'; font-weight: 400;position: relative;float: right}*/
	/* FA 4
	button.divheader:after, .cms_form_collapsible_header a:after, .faq_question_block_slide_question_closed a:after{content: '\f067'; font-family: 'FontAwesome'; 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: 'FontAwesome';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_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 5 Pro';}
	/* fa 4 - older sites
	button.exed {position: absolute; top: 0px; right: 10px; cursor: pointer; font-size: 20px; text-align: center; display: block; text-decoration: none !important; background: transparent; border: 0;}
	button.exed:before {content:"\f057"; font-family: 'FontAwesome'; }
	 */



/** BLOGS ********************************************/
	.blog_posted_date {display: block; color: #333;}
	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 #04369b; border-collapse: collapse}
	td.content_calendar_table_headercell {background-color: #04369b; 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: #d7d7d7; }
	td.content_calendar_table_cell { border: solid 1px #04369b}
	td.content_calendar_table_selectedcell { border: solid 1px #04369b; background-color: #d7d7d7}

	
	@media only screen and  (max-width: 575px) {
		table.cms_event_table {border-collapse: collapse;}
		table.cms_event_table, table.cms_event_table tr, table.cms_event_table td{display: block;}
		table.cms_event_table tr td:last-child{border-bottom: solid 1px silver}
	}

/** 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 #04369b; 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 #04369b;}/* matchED to H3 */
	.cardname{} /* matchED to H3 */
	.CHA {color: #04369b } /* match to regular content size or not */
	.CHA:hover, #startover:hover {color:#da291c; cursor: pointer;}
	#startover{ font-size: 16px; }
	.cardbennies { } /* match to regular content size */

	div#P31{height: 700px;}

	/* generic icons for FA 5 */
	.CHQ:before {content: '\f059'; font-family: 'Font Awesome 5 Pro'; font-weight: 700; margin-right: 10px; }
	.CHA:before {content: '\f0a4'; font-family: 'Font Awesome 5 Pro'; font-weight: 300;margin-right: 10px;}
	#startover:before {content: '\f021'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; margin-right: 10px;}

	/*S*/
	@media only screen and  (max-width: 700px) {
		div#P31{height: 750px;}
	}

	@media only screen and  (max-width: 575px) {
		div#P31{height: 820px;}
		
	}

	@media only screen and (max-width: 400px) {
		div#P31{height: 900px;}
	}



/** FAQs **********************************************/
	.faq_toolbar {padding-bottom: 15px;}
	.faq_viewed {color: #04369b; 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, & 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 #d7d7d7}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px #d7d7d7}
	.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;}
	/*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: #d7d7d7; }

	@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: 0px; margin: 0; padding-top: 1px; 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;}

/** RATES & TABLES ************************************************/
	.content_rates_table, TABLE.table_builder {margin-bottom: 20px; width: 100%; border-collapse: collapse;}
	.content_rates_table th, .table_builder th { padding: 13px 20px; color: white; background-color: #04369b}
	.content_rates_table tr th:first-child, .table_builder tr th:first-child, .content_rates_table tr td:first-child, .table_builder tr td:first-child {border-radius: 8px 0 0 8px; }
	.content_rates_table tr th:last-child, .table_builder tr th:last-child, .content_rates_table tr td:last-child, .table_builder tr td:last-child {border-radius: 0 8px 8px 0; }
	.content_rates_table td, .table_builder td {padding:  13px 20px;}
	.content_rates_table_row2, TR.table_builder_row_even {background-color: #d7d7d7;}
	TR.table_builder_row_odd {}
	.content_rates_table_row_highlight {color: #bdd747;}
	.sideslider {width: 100%;}
	.table_builder .filtered {display: none;}
	.content_rates_table td.widecell{}

	/*.content_rates_table_fields:first-child {border-left: none;}*/
	/*tr td.content_rates_table_row2:first-child, tr td.content_rates_table_row1:first-child {border-left: none; }*/

	.content_rates_table_postfix {line-height: 1;}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		.content_rates_table, .table_builder {border-collapse: collapse;}
		.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; border-bottom: 1px solid #eee; position: relative; padding: 10px 10px 10px 20px; white-space: normal; text-align:left; }
		.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 tr th:first-child, .table_builder tr th:first-child, .content_rates_table tr td:first-child, .table_builder tr td:first-child, .content_rates_table tr th:last-child, .table_builder tr th:last-child, .content_rates_table tr td:last-child, .table_builder tr td:last-child {border-radius: 0; }

	}

/** RATINGS & 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: #d7d7d7; padding: 20px; margin: 10px 0;}

/** SIDEBAR CONTENT ************************************************/
	.code_block_top {}
	.code_block_center {}
	.code_block_bttm {}
	.code_block_indiv_content p{margin-top: 0px;}
	article .code_block_top {}
	article .code_block_bttm {}
	article .code_block_indiv_top{}
	article .code_block_indiv_content{}
	article .code_block_indiv_bttm{}
	article .code_block .code_block_center:not(.code_block_accordion_wrap) h3{text-align: center;}

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