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

:root {
  --main: #003965;
  --second: #328559;
  --accent: #1A6D93;
  --pale:#E7F0F4;
  --pale2:#F1F1F1;
  --ltblue: #aadee9;
  --font: #333;
  --bluegrade: linear-gradient(to bottom, var(--accent) 0%, var(--main) 100%);
  --greengrade: linear-gradient(to bottom, var(--second) 0%,rgba(15,96,53,1) 100%); 
  --ciabatta: "ciabatta", "open sans", sans-serif;
}
/*
Green: #328559 0- second
Dark Blue: #003965 - main
Blue: #1A6D93 - accent
Light Blue: #E7F0F4 -pale
Light Grey: #F1F1F1 - pale2
Green Gradient: #328559 to #0F6035
Blue Gradient: #1A6D93 to #003965

#aadee9

*/

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

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

	p{margin: 14px 0;}
	article, aside {line-height: 1.5;}
	.liner, article {width: 100%;  max-width: 1430px; margin: 0 auto;  position: relative; }
	.container-fluid{max-width: 1430px; width: 100%; margin: 0 auto; padding: 0}
	section { width: 100%; padding: 0; margin: 0;}

	a, button.modal_link{  transition: all .25s; color: var(--main);font-weight: 600; }
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var--(second)}
	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-family: "open-sans", sans-serif; font-weight: 400; font-size: 20px; }
	button{border: 0; background: transparent;transition: all .25s;}
	.CHbox a, .CHA, .cardbennies{font-family: "open-sans", sans-serif; font-weight: 400; font-size: 20px; } /* match to regular font size */
	strong{}


	article ul {list-style: none;padding: 20px 0 20px 20px;}
	article ul li{padding-left: 30px; position: relative;position: relative; }
	article ul li:before {content: '\f058'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; position: absolute; top: 0; left: 0; color: var(--second); }

	/*image bullets
	article ul {list-style: none;padding: 20px 0 20px 20px;}
	article ul li{padding-left: 30px; position: relative; }
	article ul li {background: url(<?php echo $template_home; ?>images/Bullet.png) no-repeat left 5px; }
	*/

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

	/*L*/
	@media only screen and (max-width: 1199px) {
		body {font-size: 18px; }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		body {font-size: 16px; }
	}

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; padding: 0 30px; position: relative; background-color: var(--main); }
	header .liner{height: 120px;}
	header.stuck {position: fixed; top: 0; left: 0; }
	a[name]{position: relative; top: -120px; z-index: 1}

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

	.toplinks {color: white; top: 10px; position: relative;font-size: 14px; font-weight: 400;color: white;}
	.toplinks a, .toplinks .notalink  {color: white; font-size: 14px; font-weight: 400; margin-left: 20px }
	.toplinks a:hover, .toplinks a:focus {color: white; }

	.wave{border: solid 0px fuchsia; width: 100%; position: absolute; top: 120px; right: 0; z-index: 99}

	/*L*/
	@media only screen and (max-width: 1199px) {
		.toplinks {top: -10px; }
	}

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

	/*S*/
	@media only screen and  (max-width: 767px) {
		a.homelink{height: 100px;}
		header .liner{height: 140px;}
		.wave{top: 140px; }
		a[name]{ top: 0; }
		.toplinks {top: 100px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		header { padding: 0 20px;} 
	}

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

	nav.pc  {border: solid 0px cyan; z-index: 100; height: 50px; width: 100%; position: absolute; bottom: 9px; left: 0px;  z-index: 99; padding-right: calc(50% - 715px);}
	.navliner {border: solid 0px fuchsia; position: relative; float: right; width: 500px; max-width: 800px;   z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; height: 50px; gap: 10px;}

	button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;  display: flex; align-items: center;  color: white; position: relative; transition: all.25s; font-weight: 400; }
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none;color: white; padding-bottom: 5px;  }
	button.CMitem:after, a.CMitem:after{content:''; position: absolute; bottom: 0; right: 50%; width: 0; height: 2px; background-color: var(--ltblue); display: block; transition: all.25s}
	button.CMitem:hover:after, button.CMitem:focus:after, a.CMitem:hover:after, a.CMitem:focus:after{ width: 100%;right: 0}

	.ddcontent{ display: none;background-color: white;  position: absolute; top: 50px; left: 0px; width: 50%; padding: 40px; box-shadow: 0 0 5px 0 rgba(0,0,0,.5); font-size: 18px; text-align: left;}
	.ddcontent .container-fluid{ max-width: 1430px; width: 100%; margin: 0 auto;}
	header .ddcontent .liner {height: auto;}
	.ddcontent p {}
	.ddcontent a {display: block; color: var(--font); font-weight: 400; }
	.ddcontent a:hover, .ddcontent a:focus {}
	.ddcontent span.fa-solid, .ddcontent  span.fa-regular, .ddcontent span.fa-light{color: var(--second); margin-right: 10px;}
	.ddcontent a:hover span.fa-solid, .ddcontent a:hover span.fa-regular, .ddcontent a:hover span.fa-light, .ddcontent a:focus span.fa-solid, .ddcontent a:focus span.fa-regular, .ddcontent a:focus span.fa-light{text-decoration: none;}


	.ddcontent .row .bordered {border-right: solid 1px var(--font);font-weight: 600; color: var(--main); font-size: 20px; color: var(--second)}
	.ddcontent .row .bordered span.fa-solid, .ddcontent .row .bordered span.fa-regular, .ddcontent .row .bordered span.fa-light{font-size: 42px; display: block; margin-bottom: 10px;}
	.ddcontent .row .bordered .ciabatta{font-weight: 400; font-size: 20px; color: var(--main) }



	.ddcontent .MH, .ddcontent .MH a{font-weight: 600; color: var(--main); font-size: 20px;}
	.ddcontent .MH a:hover, .ddcontent .MH a:focus{color: var(--second);}
	.ddcontent .MHgreen{font-weight: 600; color: var(--second); font-size: 20px;}


	/* xxl */
	@media only screen and (max-width: 1500px) {
		nav.pc  { padding-right:  30px; }
	}

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

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

		nav.pc {display: none;}

		button.menutoggler{display: block; height: 50px; width: 44px; color: white; position: absolute;bottom: 10px; right: 0; }
		button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s;; color: var(--pale); padding-bottom: 10px;}
		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: white; position: absolute; top: 0; right: 0; text-align: center; padding: 0 }
		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: 0;}
		nav.mobile.out{right: 0; box-shadow: 0 0 5px black;}

		.TL{background-color: var(--main); color: white; padding: 20px 44px 20px 15px}
		nav.mobile .TL a{font-weight: 400; color: white; font-size: 14px; padding: 5px 0px; border: 0}

		.L1{padding: 20px;}

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

		nav.mobile a, nav.mobile button {color: white;text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s; padding: 5px 10px 5px 40px;color: var(--main); font-size: 18px; font-weight: 600;  border-top: solid 1px #d8d8d8;}
		nav.mobile button:after {content: '\f0d8'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; position: absolute; top: 5px; left: 20px; transition: all .25s; color: var(--font) }
		nav.mobile button.flipped:after { transform: rotate(180deg);}

		nav.mobile .L2 a, nav.mobile .L2 button { font-size: 18px;  padding: 5px 0px 5px 60px; border: 0}
		nav.mobile .L2 button:after {left: 40px;  }


		 nav.mobile .L3 a, nav.mobile .L3 button {font-weight: 400; font-size: 16px; line-height: 1.25; color: var(--font); }
		 nav.mobile .L3 a p {margin: 0; display: inline;}
		 nav.mobile .L3 a span {color: var(--second);}

		 nav.mobile .L2 a{}

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

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

	/*S*/
	@media only screen and  (max-width: 767px) {
		button.menutoggler{bottom: auto; top: 30px; right: 0; }
	}

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

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

	section.intbanner{ width: 100%; height: 500px; background-size: cover; background-position: center center; background-repeat: no-repeat}
	.inttext{ background-image: linear-gradient(to right, rgba(255, 255, 255, 0.65) 65%, rgba(255, 255, 255, 0) 100%); height: 100%; width: 50%;display: flex;  align-items: flex-end; padding: 0 0 70px calc(50% - 715px);}
	.crumbs{font-size: 18px; margin-top: 14px;}

	.dectree{ width: 100%; padding: 0 30px; height: auto;background-image: linear-gradient(to bottom, var(--pale2), #d8d8d8);}
	.dectree h2 {margin-top: 0; text-align: center;}

	section.inside{padding: 0 30px;}
	article.container-fluid { margin: 100px auto 0 auto; text-align: left; padding: 100px 0;}

	.floating_circles{position: relative; margin: 40px; height: 588px; width: 688px; float: right;}
	.pic1{width: 402px; height: 402px; padding: 9px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); background-color: #fff;border-radius: 50%; z-index: 20; position: absolute; bottom: 0; left: 0; }
	.pic2{padding: 15px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);  background-color: #fff;  width: 526px;  height: 526px;border-radius: 50%;z-index: 10; position: absolute; top: 0; right: 0;}
	.pic1 img, .pic2 img{width: 100%; height: 100%; border-radius: 50%;}

	.floating_circles.L{ float: left;}
	.floating_circles.L .pic1{ left: auto; right: 0; }
	.floating_circles.L .pic2{ right: auto; left: 0;}


	
	.compbox{border-radius: 40px;  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); background-color: #fff; overflow:hidden; width: 100%; height: 100%;top: 0; transition: all .25s; position: relative;}
	.compbox:hover{top: -10px}
	.compbox .CBhead{width: 100%; background-color: var(--main); color: white;padding: 40px; font-size:24px; line-height: 1.24}
	.compbox.G .CBhead{background-color: var(--second);}
	.compbox.B .CBhead{ background-color: var(--accent);}
	.compbox .CBhead h3{color: white;}
	.compbox .CBbody{width: 100%; padding: 20px}
	.compbox .CBbody a.cta{margin-top: 50px;}
	div.CBhead span.fa-solid, div.CBhead span.fa-regular, div.CBhead span.fa-light,div.CBhead span.fa-thin{font-size: 60px;}
	.CBbody ul {padding: 0; margin: 0 0 0 -20px; width: calc(100% + 40px);}
	.CBbody ul li{padding: 13px 0 13px 50px; border-bottom: solid 1px #d8d8d8;}
	article .CBbody ul li:before { top: 13px; left: 20px; font-weight: 400; }



	.colorbox{border-radius: 40px;  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); background-color: #fff; overflow:hidden; width: 100%; position: relative; margin: 40px 0; }
	.colortop{background-color: var(--main); color: white;  padding: 30px; text-align: center;}
	.colortop h2, .colortop h3, .colortop h4{color: white; margin: 0}
	.colortext{padding: 30px 70px; text-align: left;}
	.colorbox .cms_form_wrapper{margin-bottom: 40px}

	.ratesholder{width: 100%; }
	.ratesholder .colortop{ box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); border-radius: 40px 40px 0 0; }


	article .code_block_top, article .code_block_bttm, article .code_block_indiv_top, article .code_block_indiv_bttm{display: none;}
	article .code_block_center{display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px}
	article .code_block_box{flex: 1 1 25%; position: relative; overflow: hidden; }
	article .code_block_box:hover{}

	section.blue{background-color: var(--accent); color: white; padding:0px 30px;}
	section.blue article{padding: 100px 0;}
	section.blue h2, section.blue h3, section.blue h4{ color: white;}
	section.blue a{color: white; }
	section.blue img{border-radius: 40px; max-width: 100%;}
	section.blue a.ctaW{margin-top: 40px; }


	section.green{background: var(--greengrade); color: white; padding:100px 30px;}
	section.green article{padding: 100px 0;}
	section.green h2, section.green h3, section.green h4{ color: white;}
	section.green a{color: white; }
	section.green img{border-radius: 40px; max-width: 100%;}

	section.beige{background-image: linear-gradient(to bottom, var(--pale2), #d8d8d8); padding: 80px 30px;}

	section.bluegrade{background: var(--bluegrade); padding: 30px;;}

	section.bluewave{background: var(--bluegrade); padding: 0px 30px; color: white; position: relative;}
	section.bluewave:after{content: ''; display: block; width: 100%; height: 100%; background: url(../images/HelpWave.png) center bottom no-repeat; background-size: contain; position: absolute; bottom: 0; right: 0; z-index: 1 }
	section.bluewave article{ z-index: 90}
	section.bluewave h1,section.bluewave h2, section.bluewave h3, section.bluewave h4{ color: white;  position: relative;}
	section.bluewave a{color: white; }
	.RL ul {list-style: none; margin: 54px 0 0 0; padding: 0;display: flex; justify-content: center; gap: 50px; flex-wrap: wrap; position: relative; }
	.RL ul li{margin: 0; padding: 0; flex: 1 1;}
	.RL ul li:before{display: none;}
	.RL a{color: white; font-size: 18px; line-height: 1.33; text-align: center; flex: 1 1; position: relative; top: 0;}
	.RL a:hover, .RL a:focus{top: -10px; text-decoration: none;}
	.RL a .RLfa{display: flex; justify-content: center; align-items: center; font-size: 34px; color: white; background-color: var(--second); border: solid 2px white; width: 90px; height: 90px; border-radius: 50%; margin: 0 auto 20px auto;}
	.RL a:hover .RLfa.fa-light, .RL a:focus .RLfa.fa-light{font-weight: 400}


	.video_wrapper {margin-top: 20px !important;}


	/*XXL*/
	@media (max-width: 1500px) {
		.inttext {padding: 0 0 70px 85px}
	}

	/*XL*/
	@media only screen and (max-width: 1400px) {
		.floating_circles{height: 425px; width: 525px;}
		.pic1{width: 270px; height: 270px; padding: 9px;}
		.pic2{padding: 15px;  width: 405px;  height: 405px;}
	}

	/*L*/
	@media only screen and (max-width: 1199px) {
		article.container-fluid { margin-top: 60px; }
		.floating_circles{ height: 361px; width: 447px;}
		.pic1{width: 230px; height: 230px; padding: 8px;}
		.pic2{width: 345px;  height: 345px;padding: 13px; }
		.colortext{padding: 30px;}
		section.blue{padding:0px 30px;}
		section.intbanner{height: 400px;}
		.crumbs{font-size: 16px; margin-top: 0px;}
		.inttext {padding: 0 0 70px 30px}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.floating_circles, .floating_circles.L{float: none; margin: 20px auto;}
		.RL ul{  gap: 40px; max-width:450px; margin: 0 auto; }
		.RL li {flex: 1 1 30%; margin-top: 10px;}
		section.bluewave:after{ background-size: 100% auto; background-position: right bottom }
		section.intbanner{height: 309px;}
		.inttext {width: 66%;padding: 0 0 40px 30px}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		article.container-fluid { margin-top: 30px; }
		section.blue{padding:0 30px;}
		section.bluewave:after{ background-size: 800px auto; }
		section.intbanner{height: 230px;}
		.inttext {width: 66%;padding: 0 0 30px 30px}

	}


	/*XS*/
	@media only screen and  (max-width: 575px) {
		article.container-fluid { margin-top: 50px; }

		.floating_circles{ height: 231px; width: 286px;}
		.pic1{width: 147px; height: 147px; padding: 5px;}
		.pic2{width: 221px;  height: 221px;padding: 8px; }
		section.blue{padding:0px 20px;}
		.RL li{ flex: 1 1 40%;}
		section.intbanner{height: auto; padding-top: 144px; background-position: center top; background-size: auto 144px;}
		.inttext {height: auto; width: 100%; padding: 30px 20px}
		section.bluewave article{padding: 40px 0}



	}

/** BLOG WIDGET *********************************************/

	section.blogs {padding: 120px 30px;}
	section.blogs h2{margin-top: 0;}
	.blog-carousel{width: 100%;height: 740px; max-width: 1540px; margin: 0 auto; position: relative; border: solid 0px fuchsia}
	.blog-carousel .slick-slider{padding: 0; margin: 0 auto; width: calc(100% - 80px) !important; position: absolute; left: 40px;  border: solid 0px green; }
	.blog-carousel .slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto; display: flex;align-items: center;padding: 20px 0}
	.blog-carousel .slick-slide{display:none;min-height:1px;/* display: flex; justify-content: center; align-items: center;*/border: solid 0px orange; padding: 0; width: 458px; background-color: white;}
	.blog-carousel .slick-prev, .blog-carousel .slick-next{width: 40px;}
	.blog-carousel .slick-prev{left: -40px;}
	.blog-carousel .slick-next{left: auto;right: -40px;}
	.blog-carousel .slick-prev:hover, .blog-carousel .slick-prev:focus, .blog-carousel .slick-next:hover, .blog-carousel .slick-next:focus{opacity: 1; color: var(--accent); outline:none;left: -45px;}
	.blog-carousel .slick-next:hover, .blog-carousel .slick-next:focus{left: auto; right: -45px;}
	.blogbox{width: 458px; height: 700px; border-radius: 40px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); position: relative; overflow: hidden; margin: 0 auto;}
	.blogimg{position: absolute; height: 340px; top: 0; right: 0; width: 100%;}
	.blogimg img{object-fit: cover; object-position: center;width: 100%;  height: 100%;}
	.blogtext{width: 100%; height: 360px;   font-size: 18px; line-height: 1.67; position: absolute; bottom: 0; right: 0; padding: 30px 24px; text-align: left;}
	.blog_date{color: var(--font); font-size: 16px;padding-bottom: 20px;}
	a.blog_link{font-size: 28px; font-weight: 600;  line-height: 1.07;}


	/* XXL */
	@media only screen and (max-width: 1560px) { 
		.blog-carousel .slick-slide, .blogbox{ width: 400px;}
	}

	/* XL */
	@media only screen and (max-width: 1400px) { 
		.blog-carousel .slick-slide, .blogbox{ width: 350px; }
	}

	/*L*/
	@media only screen and (max-width: 1260px) { 
		.blog-carousel{height: 620px; }
		.blog-carousel .slick-slide{padding: 0 15px}
		.blog-carousel .slick-slide, .blogbox{ width: 100%; }
		.blogbox{height: 580px;}
		.blogimg{ height: 215px; }
		.blogtext{ height: 365px; }
		a.blog_link{font-size: 24px; }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.blogs {padding: 50px 30px 80px 30px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.blog-carousel{height: 620px; }
		.blog-carousel .slick-slide, .blogbox{ width: 320px; }
		.blogbox{height: 580px;}
		.blogimg{ height: 260px; }
		.blogtext{ height: 320px; font-size: 16px;}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.blog-carousel{height: 560px; }
		.blog-carousel .slick-slide, .blogbox{ width: 246px; }
		.blogbox{height: 520px;}
		.blogimg{ height: 182px; }
		.blogtext{ height: 338px; }
		a.blog_link{font-size: 20px; }
	}

/** BLOG PAGE **************************************************/

	/* pagination */
	.blogpagination{display: flex; flex-wrap: wrap; justify-content: flex-end; margin: 10px 0; width: 100%; }
	.blogpagination a, .blogpagination div{display: flex; justify-content: center; align-items: center; margin-left: 10px; font-size: 20px;  width: 46px; height: 46px; text-align: center; border-radius: 5px;  }
	.blogpagination a, .blogpagination a:visited{background-color: var(--accent); text-decoration: none;color: white;}
	.blogpagination a:hover, .blogpagination a:focus{background-color: var(--second); color: white;}
	.blogpagination div{ background-color: var(--main); color: white;text-decoration: none;}
	
	/* archive & categories */
	.BF, .archiver{position: relative; padding-top: 5px; }
	.archiver{}

	button.Bfilter{border: solid 1px var(--main); border-radius: 3px; width: 300px; text-align: left; padding: 0 10px;position: absolute; top: 0px; left: 130px; z-index: 90; background-color: white; height: 35px; }
	button.Bfilter.on{border-radius: 3px 3px 0 0;}
	button.Bfilter:hover, button.Bfilter:focus{background-color: var(--main); color: white; border: solid 1px  var(--main);}
	button.Bfilter:after {content: '\f078';font-family: 'Font Awesome 6 Pro';  position: relative; float: right;}
	
	button.Bfilter#Afilter{left: 100px; }
	.filterbox{display: none; width:300px;border: solid 1px var(--main); border-radius: 0 0 3px 3px; position: absolute;  left: 130px; top: 33px; z-index: 90; background-color: white; }
	.filterbox{z-index: 99}
	#Abox.filterbox{z-index: 90; left: 100px;}
	.filterbox a, .Afilter a {display: block; padding: 5px 20px; border-top: solid 1px var(--main);}
	.filterbox a, .filterbox a:visited {color: #008291;}
	.filterbox a:hover, .filterbox a:focus {color: white; background-color: var(--second); text-decoration: none;}
	.filterbox a:last-child { border-radius: 0 0 3px 3px;}

	.archiver{}
	.archiver form {display: inline}

	@media only screen and  (max-width: 991px) {
		button.Bfilter#Afilter{left: 130px; }
		#Abox.filterbox{left: 130px;}
	}
	@media only screen and  (max-width: 575px) {
		button.Bfilter{position: relative; top: 0px; left: 0; display: block;}
		button.Bfilter#Afilter{left: 0px; }
		.filterbox{ left: 15px; top: 62px; }
		#Abox.filterbox{ left: 15px;}
	}



/** FOOT ****************************************************/
	footer {width: 100%; background-color: white; padding: 40px 30px; font-size: 16px; color: var(--main)}

	/*footer div div{border: solid 1px blue;}
	footer div div div {border: solid 1px green;}
	footer div div div div {border: solid 1px red;}*/


	footer a{ text-decoration: none;}
	footer a:hover, footer a:focus { text-decoration: underline;}

	.Fhead{  font-size: 20px;  font-weight: 600; color: var(--second)}

	.bottomlinks {}
	.bottomlinks a {display: inline-block; margin-right: 30px;}

	.addr table td{padding: 0 0 20px 0}

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

	/*
	.socmed a .fa-facebook-f.RLicon{background-color: #4267B2;}
	.socmed a .fa-linkedin-in.RLicon{background-color: #0077b5;}
	.socmed a .fa-instagram.RLicon{background: url(../images/footer_instagram_bg.jpg);}
	.socmed a .RLicon.fa-youtube{background-color: #FF0000;}

		.socmed a:hover .fa-facebook-square, .socmed a:focus .fa-facebook-square{color: #4267B2;}
	.socmed a:hover .fa-linkedin, .socmed a:focus .fa-linkedin{color: #0077b5;}
	.socmed a:hover .fa-square-x-twitter, .socmed a:focus .fa-square-x-twitter{color: black;}

	.socmed a:nth-child(3){background: linear-gradient(135deg, rgba(116,119,136,1) 0%,rgba(116,119,136,1) 100%); color: var(--pale); font-size: 32px; width: 35px; height: 36px; border-radius: 5px;display: inline-block; position: relative; top: 3px; text-align: center; }
	.socmed a:nth-child(3) span{position: relative; top: -5px}
	.socmed a:nth-child(3):hover, .socmed a:nth-child(3):focus{background: linear-gradient(225deg, rgba(79,91,213,1) 0%,rgba(150,47,191,1) 24%,rgba(214,41,118,1) 47%,rgba(250,126,30,1) 76%,rgba(254,218,117,1) 100%); }

	*/

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



	/*L*/
	@media only screen and (max-width: 1199px) {
		article.container-fluid { padding: 80px 0;}

	}

	/*M*/
	@media only screen and (max-width: 991px) {
			article.container-fluid { padding: 60px 0;}
	}

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

	/*XS*/
	@media only screen and  (max-width: 575px) {
		footer {padding: 40px 20px; }
		article.container-fluid { padding: 20px 0;}

	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 11px; line-height: 1;}
	.ciabatta{font-family: var(--ciabatta);}
	.navytext{color: var(--main);}
	.greentext{color: var(--second);}
	.bluetext{color: var(--accent);} 

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

	a.cta, a.ctaW, input[type="submit"], a.clear, a.clear:visited, button.clear, input.go,  input[type="reset"],   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; color: white; padding: 17px 30px;font-size: 16px; color: white; background: transparent; border-radius: 25px;position: relative; z-index: 90 }
	a.ctaW{color: var(--main) !important;}

	a.cta:after, a.ctaW:after, a.clear:after, button.clear:after,  button.modal_button:after, button.cta:after, button#exedout:after{content: ''; width: 100%; height: 100%;  background-color: var(--second); border-radius: 25px;  display: block; position: absolute; top: 0; right: 0; z-index: -2}

	a.ctaW:after{background-color: white;}

	a.cta:before, a.ctaW:before,  a.clear:before, button.clear:before, button.modal_button:before, button.cta:before, button#exedout:before{content: ''; width: 0; height: 100%; background-color: var(--ltblue); border-radius: 25px;display: block; position: absolute; top: 0; left: 0; z-index: -1; transition: all .25s; opacity: 0;}

	a.cta:hover, a.clear:hover, button.clear:hover,   button.modal_button:hover, button.cta:hover, button#exedout:hover, a.cta:focus,  a.clear:focus, button.clear:focus,  button.modal_button:focus, button.cta:focus, button#exedout:focus, a.ctaW:hover, a.ctaW:focus{color: var(--main); text-decoration: none;}

	a.cta:hover:before, a.clear:hover:before, button.clear:hover:before,  button.modal_button:hover:before, button.cta:hover:before, button#exedout:hover:before, a.cta:focus:before,  a.clear:focus:before, button.clear:focus:before, button.modal_button:focus:before, button.cta:focus:before, button#exedout:focus:before, a.ctaW:hover:before, a.ctaW:focus:before{width: 100%; opacity: 1;}


	input[type="submit"], input.go, input[type="reset"], div.faq_advanced_search_panel input[type=button]
	{background-color: var(--second)}
	input[type="submit"]:hover, input.go:hover, input[type="reset"]:hover, div.faq_advanced_search_panel input[type=button]:hover, input[type="submit"]:focus, input.go:focus, input[type="reset"]:focus, div.faq_advanced_search_panel input[type=button]:focus{background-color: var(--ltblue);color: var(--main);}

	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 **********************************************/
	h1 {font-weight: 700; font-size: 46px; line-height: 1.13; color: var(--main);}


	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
	{font-family: var(--ciabatta); font-weight: 500; font-size:40px; line-height: 1.15; margin: 100px 0 14px 0; color: var(--second); clear: both;}
	article h2.KJEToggleTitle{padding: 0}
	article h2:first-child, .cke_editable h2:first-child, .blog_title{margin-top: 0px; }

	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, .cardname
	{font-weight: 600; font-size:30px; line-height: 1.15; margin: 24px 0 14px 0; color: var(--main)}

	h4, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-weight: 600; font-size:24px; line-height: 1.25; margin: 14px 0; color: var(--second)}

	h5, .forum_thread_date, .forum_mischeader_title	
	{font-weight: 600; font-size:20px; line-height: 1.3;; margin: 14px 0; color: var(--main)}

	h6 {}

	/*L*/
	@media only screen and (max-width: 1199px) {
		h1 {font-size:40px;}
		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:30px; margin-top: 80px; }
		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, .cardname{font-size:24px;}
		h4, .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;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		h1 {font-size:34px;}
		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:34px; margin-top: 60px}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		h1 {font-size:28px;}
		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; }
	}

	/*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, h1.KJEFontTitle, h1.faq_question{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, .cardname{font-size:20px;}
		h4, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name{font-size:18px;}
		h5, .forum_thread_date, .forum_mischeader_title	{font-size:16px;}
	}


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

	* {overflow-wrap: break-word;}
	hr { border: 0; height: 0; border-top: 1px solid var(--main) }
	.mobi {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;}

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

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


	/* wrappers */
	article .code_block_box.code_block_accordion,  .faq_question_block_slide, article .code_block_box.code_block_accordion:hover,  .faq_question_block_slide:hover {box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);border-radius: 20px; position: relative; margin-bottom: 20px; padding: 0}

	/* 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: 23px 70px 23px 50px;color: white; background-color: var(--main); display: block; position: relative; text-decoration: none;border-radius: 20px;  transition: all .25s; font-weight: 600; font-size:24px; line-height: 1.25; }
	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(--ltblue); color:var(--main);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
	{ background-color: white;color: var(--second);  display: block; padding: 23px 70px 23px 50px;  text-decoration: none; font-weight: 600; font-size:24px; line-height: 1.25; }

	.code_block_accordion div.code_block_indiv_top:after, 
	.code_block_accordion.open .code_block_indiv_top:after{top: 21px; right: 24px;  font-size: 24px;} 

	/* chevrons 
	.code_block_accordion div.code_block_indiv_top:after, 
	.code_block_accordion.open .code_block_indiv_top:after, 
	.faq_question_block_slide_question_closed a:after, 
	.faq_question_block_slide_question_open a:after, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:after, 
	div.faq_featured_block .faq_question_block_slide_question_open a:after,
	div.faq_popular_block .faq_question_block_slide_question_closed a:after, 
	div.faq_popular_block .faq_question_block_slide_question_open a:after,  
	div.faq_recent_block .faq_question_block_slide_question_closed a:after, 
	div.faq_recent_block .faq_question_block_slide_question_open a:after,
	div.faq_recent_block .faq_question_block_slide_question_closed a:after, 
	div.faq_recent_block .faq_question_block_slide_question_open a:after
	{content: '';}
	
	.code_block_accordion div.code_block_indiv_top:before, 
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:before, 
	div.cms_form_collapsible_header a:before, 
	.faq_question_block_slide_question_closed a:before, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:before,
	div.faq_popular_block .faq_question_block_slide_question_closed a:before,
	div.faq_question_panel .faq_question_block_slide_question_closed a:before,
	div.faq_recent_block .faq_question_block_slide_question_closed a:before
	{content: '\2b'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0; left: 0; font-size: 26px; padding: 0 20px; display: block; height: 100%; display: flex; justify-content: center; align-items: center; }
	
	.code_block_accordion.open div.code_block_indiv_top:before, 
	.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top:before, 
	div.cms_form_collapsible_header.open a:before, 
	.faq_question_block_slide_question_open a:before, 
	div.faq_featured_block .faq_question_block_slide_question_open a:before,
	div.faq_popular_block .faq_question_block_slide_question_open a:before,
	div.faq_question_panel .faq_question_block_slide_question_open a:before,
	div.faq_recent_block .faq_question_block_slide_question_open a:before
	{content: '\f068';}
	*/


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

	/*L*/
	@media only screen and (max-width: 1199px) {
		div.cms_form_collapsible_header a:visited, 
		.faq_question_block_slide_question_closed a, 
		.faq_question_block_slide_question_closed a:visited, 
		div.faq_recent_block .faq_question_block_slide_question_closed a, 
		div.faq_recent_block .faq_question_block_slide_question_closed a:visited, 
		div.faq_featured_block .faq_question_block_slide_question_closed a, 
		div.faq_featured_block .faq_question_block_slide_question_closed a:visited, 
		div.faq_popular_block .faq_question_block_slide_question_closed a, 
		div.faq_popular_block .faq_question_block_slide_question_closed a:visited, 
		div.faq_question_panel .faq_question_block_slide_question_closed a, 
		div.faq_question_panel .faq_question_block_slide_question_closed a:visited, 
		.code_block_accordion div.code_block_indiv_top,
		.code_block_accordion.open .code_block_accordion div.code_block_indiv_top,
		div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited, div.cms_form_collapsible_header.open a, 
		.faq_question_block_slide_question_open a, 
		div.faq_recent_block .faq_question_block_slide_question_open a, 
		.code_block_accordion.open div.code_block_indiv_top,  
		div.faq_featured_block .faq_question_block_slide_question_open a,  
		div.faq_popular_block  .faq_question_block_slide_question_open a, 
		div.faq_question_panel  .faq_question_block_slide_question_open a, 
		.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top
		{font-size:20px}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		div.cms_form_collapsible_header a:visited, 
		.faq_question_block_slide_question_closed a, 
		.faq_question_block_slide_question_closed a:visited, 
		div.faq_recent_block .faq_question_block_slide_question_closed a, 
		div.faq_recent_block .faq_question_block_slide_question_closed a:visited, 
		div.faq_featured_block .faq_question_block_slide_question_closed a, 
		div.faq_featured_block .faq_question_block_slide_question_closed a:visited, 
		div.faq_popular_block .faq_question_block_slide_question_closed a, 
		div.faq_popular_block .faq_question_block_slide_question_closed a:visited, 
		div.faq_question_panel .faq_question_block_slide_question_closed a, 
		div.faq_question_panel .faq_question_block_slide_question_closed a:visited, 
		.code_block_accordion div.code_block_indiv_top,
		.code_block_accordion.open .code_block_accordion div.code_block_indiv_top,
		div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited, div.cms_form_collapsible_header.open a, 
		.faq_question_block_slide_question_open a, 
		div.faq_recent_block .faq_question_block_slide_question_open a, 
		.code_block_accordion.open div.code_block_indiv_top,  
		div.faq_featured_block .faq_question_block_slide_question_open a,  
		div.faq_popular_block  .faq_question_block_slide_question_open a, 
		div.faq_question_panel  .faq_question_block_slide_question_open a, 
		.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top
		{padding: 15px 50px 15px 30px;}
	}


	/*XS*/
	@media only screen and  (max-width: 575px) {
		div.cms_form_collapsible_header a:visited, 
		.faq_question_block_slide_question_closed a, 
		.faq_question_block_slide_question_closed a:visited, 
		div.faq_recent_block .faq_question_block_slide_question_closed a, 
		div.faq_recent_block .faq_question_block_slide_question_closed a:visited, 
		div.faq_featured_block .faq_question_block_slide_question_closed a, 
		div.faq_featured_block .faq_question_block_slide_question_closed a:visited, 
		div.faq_popular_block .faq_question_block_slide_question_closed a, 
		div.faq_popular_block .faq_question_block_slide_question_closed a:visited, 
		div.faq_question_panel .faq_question_block_slide_question_closed a, 
		div.faq_question_panel .faq_question_block_slide_question_closed a:visited, 
		.code_block_accordion div.code_block_indiv_top,
		.code_block_accordion.open .code_block_accordion div.code_block_indiv_top,
		div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited, div.cms_form_collapsible_header.open a, 
		.faq_question_block_slide_question_open a, 
		div.faq_recent_block .faq_question_block_slide_question_open a, 
		.code_block_accordion.open div.code_block_indiv_top,  
		div.faq_featured_block .faq_question_block_slide_question_open a,  
		div.faq_popular_block  .faq_question_block_slide_question_open a, 
		div.faq_question_panel  .faq_question_block_slide_question_open a, 
		.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top
		{font-size:18px;}
	}



/** 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: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';}
	/* 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: 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;}
	.regionbox form input, .regionbox form select {margin: 5px;}
	/*S*/
	@media only screen and  (max-width: 767px) {
		.blog_share {float: none; Text-align: left;}
	}


/** 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 { color: white; }
	td.content_calendar_table_headercell a:hover, td.content_calendar_table_headercell a:focus { color: var(--ltblue); }
	td.content_calendar_table_cell { border: solid 1px var(--main)}
	td.content_calendar_table_selectedcell { border: solid 1px var(--main); background-color: var(--ltblue)}

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


/** 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;  text-align: center; }
	.CHbox {height: auto; height: auto;border: 0; padding: 0px 0px 60px 0px; text-align: center;}
	.cardbennies, .CHAs {max-height: calc(100% - 50px); overflow: auto;}
	.card img {border: 0 !important}
	.CHAs{text-align: center;}

	/* 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: 0; font-size: 20px; font-weight: 400; line-height: 1.5; text-align: center; position: relative; top: -20px }
	.cardname{} /* matchED to H3 */
	.CHA {color: var(--main) } /* match to regular content size or not */
	.CHA:hover, .startover:hover {color:var(--second); cursor: pointer;}
	.cardbennies { } /* match to regular content size */

	.CHQ:before {display: none;}
	.CHA:before {display: none;}

	.startover{ font-size: 16px; left: 0;  text-align: center;}
	.startover:before {display: none;}


	.CHA {display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s; color: white; padding: 17px 30px;font-size: 16px; color: white; background: transparent; border-radius: 25px;position: relative; z-index: 90; margin: 10px; }

	.CHA:after{content: ''; width: 100%; height: 100%;  background-color: var(--second); border-radius: 25px;  display: block; position: absolute; top: 0; right: 0; z-index: -2}

	.CHA:before{content: ''; width: 0; height: 100%; background-color: var(--ltblue); border-radius: 25px;display: block; position: absolute; top: 0; left: 0; z-index: -1; transition: all .25s; opacity: 0;}

	.CHA:hover{color: var(--main); text-decoration: none;}

	.CHA:hover:before{width: 100%; opacity: 1;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		.CHQ  {font-size: 18px; }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.CHQ  {font-size: 16px; }
	}


/** 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, & 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; font-size: 16px;}
	.cms_form_textinput, .cms_form_dropdown {width: 100%; border: solid 1px #d8d8d8; border-radius: 10px;font-size: 16px; padding-left: 5px;}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px #d8d8d8; border-radius: 10px;font-size: 16px; padding: 5px;}
	.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; font-size: 16px;}
	.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;}
	.cms_form_radio_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(--ltblue); }
	.boxedsearch label, .boxedsearch legend, .legend_label {font-size: 18px; }
	.cuname { font-size: 22px;}

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


	@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 & TABLES ************************************************/
	.content_rates_table, TABLE.table_builder, table.table {width: 100%; border: 0; }
	.content_rates_table th, .table_builder th, table.table th {font-weight: bold; color: var(--main); padding: 20px 30px;border-bottom: solid 1px #d9d9db}
	.content_rates_table td, .table_builder td, table.table td {padding: 20px 30px; border-bottom: solid 1px #d9d9db}
	.content_rates_table_row1, TR.table_builder_row_odd{background-color: var(--pale);}
	table.table tr:nth-child(odd) td{background-color: var(--pale);}
	TR.table_builder_row_odd {}
	table.table tr:nth-child(even) td{background-color: var(--pale); border: 0}
	table.table tr:nth-child(odd) td{background-color: transparent; border: 0}
	.content_rates_table_title{display: none;}

	.content_rates_table_row_highlight {color: var(--accent);}
	.sideslider {width: 100%;}
	.table_builder .filtered {display: none;}
	.content_rates_table td.widecell{}
	.content_rates_table_postfix {line-height: 1;}

	.table_builder {border-radius: 40px; overflow: hidden;  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); border-collapse:separate;}

	.table_builder th{font-weight: 600; font-size:24px; color: white;}
	.table_builder tr th:nth-child(odd){background-color: var(--accent); }
	.table_builder tr th:nth-child(even){background-color: var(--second);}


	.table_builder tr th:nth-child(odd){background-color: var(--accent); }
 	.table_builder tr:nth-child(even) td:nth-child(odd){background-color: #d5edf9;}
	.table_builder tr:nth-child(odd) td:nth-child(odd){background-color: #e6f4fb;}

	.table_builder tr th:nth-child(even){background-color: var(--second);}
	.table_builder tr td:nth-child(even){background-color: #d2ecdf;}
	.table_builder tr:nth-child(odd) td{background-color: #e7f5ee;}

	.colortable{border-radius: 40px;  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); background-color: #fff; overflow:hidden; width: 100%; margin: 40px 0}
	.colortable h3{width: 100%; background-color: var(--main); color: white;padding: 30px; margin: 0; text-align: center}
	.colortable .table_builder{width: 100%;border-radius: 0}
	.colortable .table_builder th{font-weight: 600; font-size:24px; color: white; width: 15%; padding: 13px; text-align: center;}

	.colortable .table_builder tr th:first-child{color: var(--main); background-color: #b7b7b7; width: 40%; padding: 13px 42px; text-align: left;}
	.colortable .table_builder tr td:first-child{background-color: white;}
 	.colortable .table_builder tr:nth-child(even) td:first-child{background-color: #e7f0f4;}

	.colortable .table_builder tr th:nth-child(2){background-color: #707070;}
	.colortable .table_builder tr th:nth-child(3){background-color: #a19105;}
	.colortable .table_builder tr th:nth-child(4){background-color: var(--accent);}
	.colortable .table_builder tr th:nth-child(5){background-color: var(--font);}
	.colortable .table_builder tr th:nth-child(6){background-color: var(--second);}
	
	.colortable .table_builder td{ width: 15%; padding: 13px; text-align: center; border-top: solid 1px #d8d8d8;}
	.colortable .table_builder tr td:first-child{text-align:left; padding: 13px 42px;}
	.colortable .table_builder tr td:nth-child(2){background-color: #f0f0f0;}
 	.colortable .table_builder tr td:nth-child(3){background-color: #fefce7;}
	.colortable .table_builder tr td:nth-child(4){background-color: var(--pale);}
	.colortable .table_builder tr td:nth-child(5){background-color: var(--pale2);}
	.colortable .table_builder tr td:nth-child(6){background-color: #d9f0e3;}

	.colortable a.cta:before{ background-color: var(--main); }
	.colortable a.cta:hover, .colortable a.cta:focus{color: white;; }
	.colortable .table_builder td .fa-light{color: var(--second);}

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




		 .table_builder tr:nth-child(even) td{background-color: #d5edf9; !important; border: 0}
		 .table_builder tr:nth-child(odd) td{background-color: #d2ecdf !important; border: 0}

		
		.colortable .table_builder td{ width: 15%; padding: 13px; text-align: center; border-top: solid 1px #d8d8d8;}
		.colortable .table_builder tr td:first-child{text-align:left; padding: 13px 42px;}
		.colortable .table_builder tr td:nth-child(2){background-color: #f0f0f0 !important;}
		.colortable .table_builder tr td:nth-child(3){background-color: #fefce7 !important;}
		.colortable .table_builder tr td:nth-child(4){background-color: var(--pale) !important;}
		.colortable .table_builder tr td:nth-child(5){background-color: var(--pale2) !important;}
		.colortable .table_builder tr td:nth-child(6){background-color: #d9f0e3 !important;}

		.colortable .table_builder {width: 100%; max-width: 100%;}
		.colortable .table_builder, .colortable .table_builder tr{display: block; width: 100%}


		.colortable .table_builder thead, .colortable .table_builder  tbody, .colortable .table_builder .table_builder_header_row, .colortable .table_builder .table_builder_cell, .colortable .table_builder .table_builder_row_even, .colortable .table_builder .table_builder_row_odd{display: block;}


		.colortable .table_builder th {position: absolute; top: -9999px; left: -9999px;}
		.colortable .table_builder th, .colortable .table_builder tr th:first-child{width: 100%;display: block;}


		.colortable .table_builder td {display: block; width: 100%; padding: 15px 25px; text-align:left; width: 100% !important; }
		.colortable .table_builder td p{display: inline}
		.colortable .table_builder td:before {display: inline; text-align:left; font-weight: bold; content: attr(data-title) ':'; padding-right: 10px;}
		.colortable .table_builder tr td:first-child{color: white; background-color: var(--accent) !important; padding: 18px 25px; width: 100% !important; border: 0}
		.colortable .table_builder tr td:first-child:before{content: 'Card Benefits: ';}

		.colortable .table_builder tr:last-child td{display:none}
		.colortable .table_builder tr:last-child td:last-child{display:block; background-color: white; text-align: center;}
		.colortable .table_builder tr:last-child td:last-child:before{display:none;}

	}

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

/** 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: var(--ltblue); padding: 20px; margin: 10px 0;}

	@media only screen and  (max-width: 767px) {
		.comments_sortbox {position: static}
		.comments_section_header{display: block; clear: both; width: 100%;}
		table.comments_form_table{}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		table.comments_form_table, table.comments_form_table tbody, table.comments_form_table tr, table.comments_form_table td{display: block; margin: 0; width: 100%;}
		table.comments_form_table tr td:last-child  {border: none; border-bottom: 1px solid var(--ltblue); position: relative; padding: 5px 0; white-space: normal; text-align:left; }
	}

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

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

}

/*** HOME RATES SCROLLER ***********************************************/
	section.rc-container{background-color: var(--pale2); color: black; padding: 50px 30px;}
	h2.Rhead{font-size: 46px; color: var(--main); display: inline-block; border-right: solid 1px var(--main); margin: 0 30px 0 0; padding-right: 30px}
	.rates_links {display: inline-block;}
	.rates_links ul{list-style: none; position: relative; top: -10px; padding: 0; margin: 0}
	.rates_links li{display: inline-block;border-left: solid 1px var(--font) }
	.rates_links a{font-size: 16px; color: var(--second); padding: 0 10px; display: block;  }
	.rates_links ul li:first-child {border: 0;}
	.rates_links a:hover, .rates_links a:focus{color: var(--main);}

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

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

	.slick-slide{display:none;min-height:1px; display: flex; justify-content: center; align-items: center; padding: 0 20px; position: relative;}

	.Rtext{font-size: 18px;  font-weight: 700; line-height: 1.33; color: var(--main); transition: all .25s; text-transform: uppercase}
	.Rapr{font-size: 14px; font-weight: 400; color: var(--main); padding: 10px 0 5px 0; line-height: 1}
	.Rnumber{font-size: 55px; font-weight: 700;color: var(--second); line-height: 1 }
	.Rnumber sup{font-size: 24px; top: -1em;}
	.Rnote{font-size: 12px; color: var(--second); position: absolute; bottom: 5px; left: 140px; line-height: 1;}
	.Rnote:before{content:' %'; font-size: 34px; display: block; }
	.slick-slide a:hover, .slick-slide a:focus{text-decoration: none;}
	.slick-slide a:hover .Rtext, .slick-slide a:focus .Rtext{color: var(--accent); text-decoration: underline;}

	/* arrows nav */
	.slick-arrow.slick-hidden{display:none}
	.slick-prev, .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}
	.slick-prev{left: 5px;}
	.slick-next{left: auto;right: 5px;}
	.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{opacity: 1; color: var(--accent); outline:none;left: 0px;}
	.slick-next:hover, .slick-next:focus{left: auto; right: 0px;}

	/*L*/
	@media only screen and (max-width: 1199px) {
		h2.Rhead{font-size: 34px;}
	}


	/*M*/
	@media only screen and (max-width: 992px) {
		section.rc-container{ padding: 50px 30px;}
		section.large_banner{background-image: url();}
		section.large_banner.L{background-image: url();}
		section.rc-container h2 {margin-top: 0}
		.rates_links{display: block;}
		.rates_links ul{top: 0}
		h2.Rhead{color: var(--main); /*display: block;*/ border: 0; border-bottom: solid 1px var(--main); margin: 0 0 14px 0; padding: 0 0 14px 0;font-size: 34px;}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.Rtext{  font-size: 24px;}
		.Rapr{   font-size: 14px;}
		.Rnumber{  font-size: 50px;}
		.Rnumber sup{font-size: 20px; top: -1em;}
		h2.Rhead{font-size: 30px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
	.rates-carousel{width: 320px;}
		.slick-prev, .slick-next{font-size: 20px; width: 50px;}
		.slick-slider{ width: calc(100% - 100px) !important;  }
		section.rc-container{ padding: 40px 20px;}
		section.rc-container a.cta{ margin: 9px 8px;}
		section.rc-container a.cta:hover, section.rc-container a.cta:focus{margin: 7px 0;}
		h2.Rhead{font-size: 24px;}

	}


