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

:root {
  --main: #003946;
  --second: #69BE28;
  --accent: #4F324C;
  --pale: #eef5f8;
  --font: #222;
  --footer: #A1C6CF;
  --cyan: #569BBD;
  --ltgreen: #BDE18A;
  --brown: #776F65;
  --red: #6D2D41;
  --silver: #ddebf2;
  --dkcyan: #1a4d59;
  --mdblue: #549ABC;
}
/*
Cyan - #569BBD
Dark Blue - #003946 - main rgba(0, 57, 70, 0);
Light blue - #A1C6CF - footer
Bright Green - #69BE28 - second
Light Green - #BDE18A
Light Brown - #776F65
Purple - #4F324C - accent - rgba(79, 50, 76, 0);
Brick Red - #6D2D41 - rgba(109, 45, 65, 0);
Black - #2F3138 - font
#549ABC

*/

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

	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0;font-family: "poppins", sans-serif;font-size: 18px; font-weight: 300;}
	.contentwrapper{width: 100%; position: relative; overflow: hidden; }

	p{ margin: 0 0 1rem 0;}
	article, section.regions {line-height: 1.67}
	.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); text-decoration: underline}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color:  var(--accent);}
	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{}
	button{border: 0; background: transparent;transition: all .25s;}
	.CHbox a, .CHA, .cardbennies{} /* match to regular font size */
	strong{font-weight: 600;}

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

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

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

	a.homelink{position: absolute;  height: 100%;top: 0; left: 0}
	/* without box 
		a.homelink{position: absolute; width: 226px; height: 100%;  top: 0; left: 0; }
	*/
	a.homelink img {width: 100%; max-width: 235px; display: block;}
	a.homelink img.seventy{max-width: 66px; margin-left: 16px}

	.hlflex{ display: flex;  flex-direction: column;  justify-content: center;  align-items: flex-start;position: absolute;  height: 100%;top: 0; left: 0; width: 235px; gap: 8px; text-decoration: none;}

	.tagline1{font-size: 14px; font-style: italic; position: absolute; top: 5px; left: 0;}
	.tagline2{display: none; font-size: 9px; font-style: italic; color: var(--main);text-decoration: none;}

	.toplinks {background-color: var(--brown); color: white; padding: 7px 80px }
	.toplinks a, .toplinks .notalink  {color: white; font-size: 14px; margin-left: 12px}
	.toplinks a:hover, .toplinks a:focus {}
	
	.bttns a {color: var(--main); font-weight: 600; background-color: var(--second);  width: 124px; height: 26px; margin: 2px 1px 2px 13px; border-radius: 8px; transition: all .15s; display: inline-block; padding-top: 4px}
	.bttns a:hover, .bttns a:focus {background-color: var(--ltgreen); width: 126px; height: 30px; margin: 0 0 0 12px; text-decoration: none; padding-top: 6px}

	a.hbbttn {color: var(--main); font-weight: 600; background-color: var(--second); display: flex; justify-content: center; align-items: center;border-radius: 8px; position: absolute; top: 18px; right: 0;font-size: 18px;  padding: 14px 33px 13px 33px;margin: 2px 8px; display: block;}
	a.hbbttn:hover, a.hbbttn:focus {background-color: var(--ltgreen); padding: 16px 41px 15px 41px; margin: 0; text-decoration: none;}
	a.hbbttn span{padding-right: 10px; }


	#sitesearch { color: var(--main);width: 44px; height: 54px; position: absolute; top: 20px; left: 980px;  font-size: 20px; transition: all .15s; display: block;-moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: var(--main);-moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}
	#sitesearch.down:before{content: '\f00d';}

	.sitesearch {display: none; width: 690px; max-width: 100%; position: absolute; top: 100px; right: calc(50% - 345px);  background-color: var(--main); border-radius: 20px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); padding: 45px}
	.sitesearch.potest_quaerere {display: block;}

	.search_header{color: white; font-size: 34px; font-weight: 600; margin-bottom: 25px}

	.sitesearch form{display: block; position: relative; height: 60px;}
	
	.searchbox { padding-left: 20px; height: 60px; width: calc(100% - 44px); border: 0; background-color: white; width: calc(100% - 44px); position: absolute; top: 0; left: 0; border-radius: 10px 0 0 10px;}

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

	button#searchX {color: var(--ltgreen); font-size: 20px; width: 44px; height: 44px; position: absolute; top: 0; right: 0;}
	button#searchX:hover, button#searchX:focus {color: var(--ltgreen);font-size: 22px;}
	.sitesearch button#searchX:before{content: '\f00d';}

	/*XL*/
	@media only screen and (max-width: 1400px) {
		#sitesearch {left: auto; right: 240px;}
	}
	/*L*/
	@media only screen and (max-width: 1199px) {
		a.hbbttn { right: 64px;}
		#sitesearch {left: auto; right: 316px; font-size: 24px; }
		header {padding: 0 30px}
		.toplinks { padding: 7px 30px }
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.tagline1{display: none;}
		.tagline2{display: block;}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.sitesearch {right: 0; width: 100%; padding: 30px; top: 140px;}
		header .liner{height: 130px;}
		a.hbbttn { right: -30px; width: calc(100% + 60px); height: 50px; border-radius: 0; top: auto; bottom: 0; margin: 0;padding: 9px 0 0 0;}
		a.hbbttn:hover, a.hbbttn:focus {margin: 0;padding: 9px 0 0 0;}
		a.homelink {height: 80px;}
		#sitesearch {right: 54px; top: 0; height: 80px;}
		a.homelink img {max-width: 200px}
		a.homelink img.seventy{max-width: 40px; margin-left: 10px}


	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		header{padding: 0 20px}
		.sitesearch { padding: 20px;}
		a.homelink img {max-width: 170px}
		a.homelink img.seventy{max-width: 40px;}
		.hlflex{ width: 200px; }

	}

/** MENU *********************************************/
	button.menutoggler, nav.mobile{display: none;}
	nav.pc  {z-index: 100;  position: absolute; top: 36px; left: 0; width: 100%; }
	.navliner {width: 100%; position: absolute; left: 380px; width: calc(100% - 320px - 320px); max-width: 580px;z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; }

	button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15; font-size: 16px; font-weight: 600; color: var(--main); }
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none; /*-moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);*/}
	button.CMitem:after, a.CMitem:after{content: ''; width: 0; height: 2px; background-color: var(--brown); display: block; position: relative; left: 50%; transition: all .25s; margin-top: 5px;}
	button.CMitem:hover:after, button.CMitem:focus:after, a.CMitem:hover:after, a.CMitem:focus:after{width: 100%; left: 0;}

	.ddcontent{ display: none;background-color: white;  position: absolute; top: 58px; left: 0px; width: 100%;   border-radius: 0 0 30px 30px;  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2); overflow: hidden; padding-top: 50px}
	header .ddcontent .liner {height: auto; max-width: 100%; padding: 0}
	.ddcontent .container{max-width: calc(100% - 200px);}
	.ddcontent p {}
	.ddcontent a {display: block; color: var(--font); }
	.ddcontent table {width: calc(100% - 40px); border: 0; margin: 0 20px}

	.ddcontent .row div:last-child a, .ddcontent table tr td:last-child a {display: inline; }


	.ddcontent img{width: 244px; border-radius: 20px}
	.Mheader{color: var(--main); font-weight: 600}
	.Mhead{color: var(--accent); font-weight: 600;   font-size: 20px;}

	.green_links{background-color: var(--second); padding: 26px 50px 16px 100px}
	.green_links ul {list-style: none; margin: 0; padding: 0}
	.green_links ul li {display: inline-block; padding: 0 60px 10px 0;}
	.green_links ul li a{color: var(--main); font-weight: 600;}
	.green_links ul li a .RLfa{margin-right: 10px;}
	.green_links ul li a:hover, .green_links ul li a:focus{color: var(--main); text-decoration: none;}
	.green_links ul li a:hover .RLwords, .green_links ul li a:focus .RLwords{text-decoration: underline;}


	/*XL*/
	@media only screen and (max-width: 1399px) {
		.navliner   {  left: auto; right: 300px;}
		.ddcontent .container{max-width: calc(100% - 100px);}
		.green_links{ padding: 26px 50px 16px 50px}

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

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

		nav.pc {}

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

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

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

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

		nav.mobile a, nav.mobile button, nav.mobile .notalink {color: white;text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s; padding: 0; margin-top: 10px; font-weight: 400; display: block;}
		nav.mobile button:after {content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0px; right: 0px; transition: all .25s; }
		nav.mobile button.flipped:after { transform: rotate(180deg);}

		nav.mobile .L2 a, nav.mobile .L2 button {}

		nav.mobile .L2 a{text-decoration: underline;}

		.TL {margin-top: 10px; border-top: solid 1px var(--ltgreen);}
		nav.mobile .TL a, nav.mobile .TL .notalink{font-size: 14px;}
		nav.mobile .bttns a {width: 100%; margin: 12px 1px 2px 1px; display: flex; justify-content: center; align-items: center; height: 26px; color: var(--main); font-weight: 600}
		nav.mobile .bttns a:hover, .bttns a:focus {background-color: var(--second); width: 100%; margin: 12px 1px 2px 1px; text-decoration: none;}


		/*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{top: 0; height: 80px;}
	}

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

/** HOME - DIAMONDS ***************************************/

	section.icons { padding: 80px 30px 50px 30px; height: 720px; background: url(../images/XXLPath.png) no-repeat right center; text-align: center;}
	section.icons .liner{ }
	.subhead{font-size: 22px; color: var(--brown);}

	#diamond1{top: 160px; left: 0}
	#diamond2{top: 320px; left: 21%}
	#diamond3{top: 160px; left: calc(50% - 136px);}
	#diamond4{top: 320px; right: 21%}
	#diamond5{top: 160px; right: 0}

	.diamond{border: solid 1px transparent /* orange*/; width: 270px; height: 270px; position: absolute; display: inline-block; -moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg); overflow: hidden}
	
	.diamond:before{content:''; width: 242px; height: 242px; border: solid 5px var(--mdblue); border-radius: 40px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); display: block; position: absolute; top: 17px; right: 8px;  z-index: 1; background-color: rgba(255,255,255,.6);}
	
	a.icon{border: solid 5px var(--second); outline: solid 10px var(--ltgreen); width: 106px; height: 106px; border-radius: 50%; margin: 10px auto; background-color: white; transition: all .25s; z-index: 90}
	.diamond:hover a.icon, .diamond:focus a.icon{background: radial-gradient(ellipse at center, var(--ltgreen) 1%,var(--second) 100%);border: solid 15px transparent; outline: solid 0px transparent; width: 126px; height: 126px; margin: 0 auto;}

	.icon img{}
	.icontxt{border: solid 1px transparent /*fuchsia*/; width: 360px; height: 360px;  position: relative; top: -34px; left: -33px; z-index: 90; -moz-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);font-size: 16px }
	.iconheader{font-size: 20px; font-weight: 600; text-decoration: none;}
	.icontxt p{margin: 13px 0; line-height: 1.4}
	.icontxt span.fa-light{font-size: 30px; font-weight: 300; color: var(--main); opacity: 0; transition: all .25s }
	.diamond:hover .icontxt span.fa-light{opacity: 1}
	.stayput{position: absolute; top: 124px;padding: 0 50px;}

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

	@media only screen and (max-width: 1399px) {
		section.icons { background: url(../images/XLPath.png) no-repeat right center;}
		#diamond3{top: 160px; left: calc(50% - 120px);}
	
		.diamond{ width: 260px; height: 260px; }
		.diamond:before{ width: 210px; height: 210px;  top: 17px; right: 10px;}
		
		a.icon{border: solid 3px var(--second); outline: solid 8px var(--ltgreen); width: 88px; height: 88px; margin: 8px auto;}
		.diamond:hover a.icon,  .diamond:focus a.icon{border: solid 11px transparent; outline: solid 0px transparent; width: 104px; height: 104px; margin: 0 auto;}
		.icon img{width: 46px}
		.iconheader{font-size: 18px;}

		.icontxt{width: 360px; height: 360px; top: -36px; left: -16px; font-size: 14px }
		.stayput{  top: 96px;padding: 0 90px;}
		.icontxt p{margin: 10px 0; line-height: 1.4}

	}
	
	@media only screen and (max-width: 1199px) {
		section.icons {padding: 60px 30px 50px 30px; height: 650px; background: url(../images/MPath.png) no-repeat right top;}
		.iconheader{font-size: 20px; font-weight: 600; text-decoration: none;}
		#diamond1{top: 140px; left: 0}
		#diamond2{top: 300px; left: 20%}
		#diamond3{top: 140px; left: calc(50% - 136px);}
		#diamond4{top: 300px; right: 20%}
		#diamond5{top: 140px; right: 0}
	}

	/*M*/
	@media only screen and (max-width: 1077px) {
		section.icons {height: 880px;padding: 40px 30px;}
		section.icons .liner{max-width: 660px}
		section.icons h2{margin-top: 0;}
		#diamond1{top: 140px; left: 20px}
		#diamond2{top: 140px; right: 20px; left: auto}
		#diamond3{top: 340px; left: calc(50% - 120px);}
		#diamond4{top: 540px; left: 20px}
		#diamond5{top: 540px; right: 20px}	
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.icons {background: none; height: 740px;}
		section.icons .liner{max-width: 500px}
		.subhead{font-size: 20px;}

		.diamond{ width: 190px; height: 190px; }
		.diamond:before{ width: 160px; height: 160px;  border-radius: 30px;}
		#diamond1{top: 140px; left: 20px}
		#diamond2{top: 140px; right: 20px; left: auto}
		#diamond3{top: 300px; left: calc(50% - 96px);}
		#diamond4{top: 460px; left: 20px}
		#diamond5{top: 460px; right: 20px}	
		
		a.icon{width: 74px; height: 74px; margin: 14px auto 8px auto;}
		.diamond:hover a.icon, .diamond:focus a.icon{width: 90px; height: 90px; margin: 6px auto 0 auto;}
		.icon img{width: 40px}

		.icontxt{width: 300px; height: 300px; top: -34px; left: -34px; font-size: 14px }
		.stayput{  top: 90px;padding: 0 90px;}
		.icontxt p:nth-child(2){display: none;}
		.icontxt span.fa-light{opacity: 1}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.icons {height: 580px;padding: 40px 20px;}
		section.icons .liner{max-width: 400px}
		.subhead{font-size: 18px;}
		#diamond1{top: 120px; left: 0px}
		#diamond2{top: 120px; right: 0px; left: auto}
		#diamond3{top: 230px; left: calc(50% - 77px);}
		#diamond4{top: 350px; left: 0px}
		#diamond5{top: 350px; right: 0px}	
		.diamond{ width: 150px; height: 150px; }
		.diamond:before{ width: 125px; height: 125px;  border-radius: 20px; top: 11px; right: 12px;}
		a.icon{width: 62px; height: 62px; margin: 0px auto 8px auto;outline: solid 5px var(--ltgreen);}
		.diamond:hover a.icon,  a.icon:focus{width: 72px; height: 72px; margin: -5px auto 0 auto;}
		.icon img{width: 33px}
		.icontxt{width: 200px; height: 200px; top: -14px; left: -14px; }
		.iconheader{font-size: 14px }
		.stayput{  top: 66px;padding: 0 50px; width: 100%}
		.icontxt p{margin: 6px 0;}
		.icontxt span.fa-light{opacity: 1}
	}

	/*XXS*/
	@media only screen and  (max-width: 440px) {
		section.icons {height: 800px;}
		section.icons .liner{max-width: 280px}
		#diamond1{top: 120px; left: 0px}
		#diamond2{top: 230px; right: 0px;}
		#diamond3{top: 340px; left: 0}
		#diamond4{top: 450px; left: auto; right: 0px}
		#diamond5{top: 560px; right: auto; left: 0px}	
	}

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


	
	/*	promos with slide-up content*/
	section.home { padding: 100px 85px; position: relative;  z-index: 90 }
	.Pbox{width: 100%; position: relative; height: 550px; border-radius: 30px; overflow: hidden; cursor: pointer}
	.Pimg{position: absolute; top: 0; right: 0; width: 100%; height: 100%; z-index: 1; background-color: orange; text-align: center; z-index: 1}
	.Pimg img{object-fit: cover; object-position: center;width: 100%;  height: 100%;}
	.Ptxt {background: rgba(0, 57, 70, .8); height: 200px; width: 100%; transition: all .5s; z-index: 99;position: absolute; bottom: 0; right: 0; z-index: 90; display: flex; align-items: flex-start; color: white; padding-bottom: 20px;}
	.Ptxt.P{background: rgba(79, 50, 76, .8);}
	.Ptxt.R{background: rgba(109, 45, 65, .8);}
	.Pbox:hover .Ptxt {height: 100%;  align-items: center;}
	.Ptxt_holder{width: 100%; padding: 30px; overflow: hidden;font-size: 16px; line-height: 1.5;display: -webkit-box; position: relative; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-break: 'none'; overflow: hidden; hyphens: auto; transition: all .5s}
	.Pbox:hover .Ptxt .Ptxt_holder{-webkit-line-clamp: 20;}
	.Ptxt h3{ color: white;  font-weight: 400; margin: 0 0 13px 0}
	.Ptxt a.cta{ transition: all .25s; height: 0; overflow: hidden; line-height: 0; font-size: 0; padding: 0}
	.Pbox:hover .Ptxt a.cta{display: inline-block;height: 54px; line-height: 1; font-size: 18px;padding: 20px 33px 12px 33px; margin: 2px 8px;}
	.Pbox:hover .Ptxt a.cta:hover, .Pbox:hover .Ptxt a.cta:focus {text-decoration: none;background-color: var(--ltgreen); color: var(--main);padding: 22px 41px 18px 41px;height: 58px;margin: 0 ; }

	section.large_banner{background-position: center center; height: 700px; padding: 0 80px; background-repeat: no-repeat;}

	.Bbox{padding: 70px;text-shadow: 0 0 15px rgba(0, 0, 0, 0.6); border-radius: 30px;background: var(--cyan); color: white;}
	.Bbox h2{color: white;margin-top: 0;}
	section.large_banner a.cta{text-shadow: 0 0 0 rgba(0, 0, 0, 0);}
	.Bbox.P{background: rgba(79, 50, 76, .8);}
	.Bbox.R{background: rgba(109, 45, 65, .8);}
	.Bbox.B{background: rgba(0, 57, 70, .8); }


	/*L*/
	@media only screen and (max-width: 1199px) {
		section.home {padding: 65px 30px }
		.Pbox{margin: 15px 0;}
		.Ptxt {height: 100%;  display: block; padding:0px; align-items: flex-end;}
		.Pbox:hover .Ptxt {height:  100%;  }
		.Ptxt_holder{padding: 30px;  -webkit-line-clamp: 20;}
		.Ptxt a.cta{display: inline-block;height: 54px; line-height: 1; font-size: 18px;padding: 20px 33px 12px 33px; margin: 2px 8px;}
		section.large_banner{padding: 0 30px;height: 365px;}
		.Bbox{padding: 50px;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.large_banner{background-position: center top;  height: auto !important; background-size: auto 400px; padding-top: 300px}
		.Bbox{padding: 50px;}
		.Bbox.P{background: var(--purple);}
		.Bbox.R{background: var(--red);}
		.Bbox.B{background: var(--main); }
		.Bbox h2{margin-top: 0;}
		section.home {padding: 60px 30px }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.large_banner{background-size: auto 300px; padding-top: 230px;  height: auto !important;}
		.Bbox{padding: 30px;}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.Pbox{ height: 470px; }
		.Ptxt_holder{padding: 20px; }
		section.large_banner{height: auto !important; background-size: auto 200px; padding-top: 140px}
		.Bbox{padding: 30px 20px; margin: 0}
		.Bbox h2{margin-top: 0;}
		.Bbox a.cta{ margin: 9px 8px;}
		.Bbox a.cta:hover, .Bbox a.cta:focus{margin: 7px 0;}
		section.large_banner{ height: 550px;}
	}
	/*XXS*/
	@media only screen and  (max-width: 400px) {
		section.home {padding: 0 20px }
		section.large_banner{ height: 500px;}
	}

/** TABS *********************************/
	section.tabs{ width: 100%;}
	.tabbar{background-color: var(--main); height: 80px; padding: 0 calc(50% - 720px); gap: 40px; display: flex;}
	.tabbar a{background-color: transparent; font-size: 18px; font-weight: 600; color: white; height: 100%; position: relative; display: flex;  justify-content: center;  align-items: center; text-decoration: none;}
	.tabbar a.illuminatur{color: var(--ltgreen);}
	.tabbar a:hover, .tabbar a:focus{text-decoration: none;}
	.tabbar a:after{content:''; display: block; width: 100%; height: 2px; background-color: white; position: absolute; bottom: 0; right: 0; transition: all .25s; opacity: 0}
	.tabbar a.illuminatur:after{background-color: var(--ltgreen);}
	.tabbar a:hover:after, .tabbar a:focus:after{bottom: 24px; opacity: 1}


	.tabbox_placeholder{padding: 0}
	.tabbox{ display: none; transition: all .5s; }
	.tabbox.apparent{display: block;}

	/*XXL*/
	@media only screen and (max-width: 1600px) {
		.tabbar, .tabbox_placeholder{padding: 0 80px;}
	}

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



	/*L*/
	@media only screen and (max-width: 1199px) {
		.tabbar, .tabbox_placeholder{padding: 0 30px;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.tabbar a{font-size: 16px;}
		.tabbar {gap: 40px;}

	}

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

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.tabbar, .tabbox_placeholder{padding: 0 20px;margin-bottom: 40px;}
		.tabbar {gap: 20px;}
		.tabbar a{ font-size: 14px;}
	}

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

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

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

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

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

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


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

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

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


	.R0.regional_slideshow.carousel ol.carousel-indicators li:hover {background-color: var(--main);border: solid 1px white}
	.R0.regional_slideshow.carousel ol.carousel-indicators li.active, .R0.regional_slideshow.carousel ol.carousel-indicators li.active:hover {background-color: var(--second);  border: solid 1px var(--main)}

	/*XXL*/
	@media only screen and (max-width: 1600px) {
		.R0.regional_slideshow .carousel-caption { padding: 100px 80px;}
		.R0.regional_slideshow a.carousel-control-next{ right: 10px;}
		/*		.R0.regional_slideshow a.carousel-control-prev { left: 10px;} */
		.R0.regional_slideshow a.carousel-control-prev {right: 54px; }
	}


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

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

	}

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

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


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

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

	article img.R, article img.L{max-width: 488px; border-radius: 20px; position: relative; float: right; margin: 0 0 90px 90px}
	article img.L{ margin: 0 90px 90px 0; float: left}



	section.regions {}
	section.regions .liner{ display: flex; flex-wrap: wrap; justify-content: center; gap: 30px;}
	.bannerbox, .regionbox {flex: 1 1; max-width: 400px;  text-align: left}
	.regionbox {}
	.bannerbox img {width: 100%;}
	section.regions ul {margin: 0px; padding: 0px; list-style: none;}

	.prod_box{padding: 55px 30px; border-radius: 30px;  border: solid 1px #707070}


	/* comparison tables */
	.comptable_container{ width: calc(100% + 60px); position: relative; text-align: left; max-width: 1500px; margin: 50px auto 0 auto}
	.comptable_container h2, .comptable_container h3, .comptable_container h4{padding-left: 30px;}
	table.comptable {margin-bottom: 30px; border: 1; width: 100%; border-collapse: separate; border-spacing: 30px 0px; }
	table.comptable  a.cta{font-size: 18px;}

	table.comptable th{font-weight: bold; color: var(--main); background-color: var(--silver); padding: 15px 45px;border-radius: 30px 30px 0 0; width: 25%; text-align: center; font-size: 24px; line-height: 1.25}
	table.comptable td {padding: 3px 20px;background-color: var(--pale); text-align: center;font-size: 36px;}
	table.comptable tr:nth-child(even) td{background-color: var(--silver);}
	
	/* first column excepotions */
	table.comptable tr th:first-child{width: 50%; background-color: var(--main);color: white;text-align: left;}
	table.comptable tr td:first-child{background-color: var(--dkcyan);color: white;text-align: left;font-size: 18px;}
	table.comptable tr:nth-child(even) td:first-child{background-color: var(--main);}

	/* second last row */
	table.comptable tr:nth-last-child(2) td {border-radius: 0 0 30px 30px}

	/* last row */
	table.comptable tr:last-child td, table.comptable tr:nth-child(even):last-child td{background-color:white;}

	section.colorful{margin: 100px 0 0 0 ; padding: 70px 80px; background-color: var(--accent); width: calc(100% + 160px); position: relative;  left: -80px;color: white; }
	.Nimg{height: auto;}
	.Nimg img{max-width: 100%; border-radius: 30px;}
	.Ntxt { font-size: 22px;font-weight: 300;line-height: 1.36;}
	.Ntxt, .Ntxt h2, .Ntxt a{color: white;}
	.Ntxt a.cta{color: var(--main); font-size: 18px}
	.Ntxt h2{margin-top: 0 !important;}


	section.links{padding: 0px 80px 40px 80px;}
	section.links .liner div{display: inline-block; height: 70px;display: flex;  justify-content: center;  align-items: center; padding: 0 10px;}
	section.links a.cta {white-space: nowrap;}

	section.links a	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 0;color: var(--main);   background-color: var(--second);  border-radius: 10px;padding: 18px 33px 14px 33px; margin: 2px 8px;font-weight: 600;}

	section.links a:hover,  section.links a:focus
	{text-decoration: none;background-color: var(--ltgreen); color: var(--main); padding: 22px 41px 18px 41px; margin: -2px 0;}

	.col3{width: 33.33%;padding: 10px 20px; position: relative; float: left; overflow: hidden; margin: 0;}
	.col3 input{max-width: 100%;}


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

	/*XXL*/
	@media only screen and (max-width: 1600px) {
		.inttext { padding: 100px 80px;}
		.comptable_container{left: -30px; }

	}
	/*XL*/
	@media only screen and (max-width: 1400px) {
		article img{max-width: 40% }
	}



	/*L*/
	@media only screen and (max-width: 1199px) {
		article img.R, article img.L{margin: 0 0 30px 30px; max-width: 40% }
		article img.L{margin: 0 30px 30px 0}
		section.inside{padding: 0 30px;}
		section.intbanner { height: 400px;}
		.inttext {  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 0) 80%);padding:70px 30px;}
		section.colorful{ padding: 60px calc(50% - 305px); width: calc(100% + 60px); left: -30px;}
		section.links{padding:  0 30px 30px 30px;}
		section.comptable_section{padding: 0;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		article img.R, article img.L{ max-width: 50% }
		section.intbanner { height: 309px;}
		.inttext {padding: 46px 30px;}
		table.comptable {border-spacing: 20px 0px; }
		table.comptable th{padding: 30px 20px 12px 20px; font-size: 16px;}
		table.comptable td {padding: 12px 20px;font-size: 24px;}
		table.comptable tr td:first-child{font-size: 16px;}
		table.comptable tr:nth-last-child(2) td {padding: 12px 20px 30px 20px;}
		table.comptable  a.cta{padding: 18px 10px 14px 10px;}
		section.colorful{margin: 60px 0 0 0 }
		article.container-fluid.first{margin: 60px auto 0 auto;}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		article img.R, article img.L{float: none; margin: 0 0 14px 0; max-width: 330px; clear: both; display: block; }
		section.intbanner { height: 232px;}
		.inttext {padding: 40px  30px;}
		table.comptable {border-spacing: 10px 0px; }
		section.colorful{ padding: 60px 30px;}
		.Ntxt{font-size: 20px; height: auto;}
		section.links .liner {max-width: 400px}
		section.links a.cta{width: 100%}
		.comptable_container{left: -10px; width: calc(100% + 20px) }
		.comptable_container h2{padding-left: 10px;}
		.col3 {width: 100%; padding: 0 2% 10px 2%; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.inside{padding: 0 20px;}
		article.container-fluid.first{margin: 30px auto 0 auto;}
		article img.R, article img.L{max-width: 100%;  }
		section.intbanner { height: 145px;}
		.inttext {padding: 20px;}
		.comptable_container{left: -20px; width: calc(100% + 40px);margin: 30px auto 0 auto}
		.comptable_container h2{padding-left: 20px;}
		table.comptable { border-collapse: collapse; border-spacing: 0; width: calc(100% + 40px); position: relative; }
		table.comptable  a.cta{font-size: 14px;}
		table.comptable th{border-radius: 0;-moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); text-align: left; padding: 0 0 0 55px; background: transparent;  }
		table.comptable td {padding: 12px 20px; font-size: 18px; border-right: solid 2px white;}
		table.comptable td:last-child {border: 0;}
		table.comptable tr th:first-child{border-radius: 0;-moz-transform: rotate(0); -webkit-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); text-align: left; padding: 0 0 20px 20px; background: transparent; color: var(--main); vertical-align: bottom;}
		table.comptable tr td:first-child{font-size: 16px;}
		table.comptable tr:nth-last-child(2) td {border-radius: 0; padding: 12px 20px;}
		table.comptable TR.table_builder_row_odd:last-child td{padding: 12px 0}

		section.colorful{ padding: 40px 20px;width: calc(100% + 40px); left: -20px;margin: 30px 0 0 0 ;}
		section.links{padding: 0 20px 30px 20px;}
		section.links .liner div{ padding: 0;}

	}

/** FOOT ****************************************************/
	footer {width: 100%; background-color: var(--footer); color: var(--font); margin-top: 40px;font-size: 16px;}
	footer .container-fluid{max-width: 1600px; padding: 50px 80px}

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

	.bottomlinks {color: white; background-color: var(--brown); padding: 30px 80px; font-size: 16px; line-height: 1.88}
	.bottomlinks a {display: inline-block; margin: 0 20px; color: white;}
	.bottomlinks a:hover, .bottomlinks a:focus {color: white;}
	/*.bottomlinks a:after, .bottomlinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.bottomlinks a:last-child:after{content: ""; padding: 0;}*/

	.socmed{position: fixed; bottom: 34px;  right: 20px; z-index: 99}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; display: inline-flex;  width: 44px; height: 44px; background-color: var(--second); color: var(--main); border-radius: 10px; font-size: 20px; margin: 0 5px; justify-content: center;  align-items: center;}
	.socmed a:hover, .socmed a:focus{background-color: var(--ltgreen);}

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

	.Flinks a{display: block; margin-top: 10px;}

	/*
	.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{color: var(--font);}



	/*L*/
	@media only screen and (max-width: 1199px) {
		.bottomlinks {padding: 30px 80px}
		footer .container-fluid{ padding: 50px 35px}
	}

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

	/*S*/
	@media only screen and  (max-width: 767px) {
		.socmed{position: static; z-index: 99}
		footer {padding-bottom: 60px;}

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

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

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

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

	a.cta, input[type="submit"], a.clear, a.clear:visited, button.clear, input.go,  input[type="reset"],  a.PSlogout, div.faq_advanced_search_panel input[type=button], .Rbuttons li a, input[type="reset"], button.modal_button, button.cta, button#exedout
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 0;color: var(--main);   background-color: var(--second);  border-radius: 10px;padding: 18px 33px 14px 33px; margin: 2px 8px;font-weight: 600;}

	a.cta:hover,  a.cta:focus, input[type="submit"]:hover, input[type="submit"]:focus, a.clear:hover, a.clear:focus, button.clear:hover, button.clear:focus,  input.go:hover, input.go:focus, input[type="reset"]:hover, input[type="reset"]:focus, a.PSlogout:hover, a.PSlogout:focus, div.faq_advanced_search_panel input[type=button]:hover, div.faq_advanced_search_panel input[type=button]:focus, .Rbuttons li a:hover, .Rbuttons li a:focus, input[type="reset"]:hover, input[type="reset"]:focus, button.modal_button:hover, button.modal_button:focus, button.cta:hover, button.cta:focus, button#exedout:hover, button#exedout:focus
	{text-decoration: none;background-color: var(--ltgreen); color: var(--main); padding: 22px 41px 18px 41px; margin: -2px 0;}

	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: 60px; line-height: 1.1; color: white; margin: 0 0  1rem 0;}


	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question, .content_faq_header
	{font-weight: 600; font-size: 40px; line-height: 46px; color: var(--main); margin: 0 0 1rem 0;}
	article h2, .content_faq_header{margin-top: 100px; display: block;}
	article h2.KJEToggleTitle{padding: 0}
	article h2.first:first-child, .cke_editable h2:first-child{margin-top: 0px}


	h3, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname
	{font-weight: 600; font-size: 34px; line-height: 40px; color: var(--accent); margin: 0 0 1rem 0;}
	.faq_header{margin-top: 3rem;}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-weight: 600; font-size: 24px; line-height: 30px; color: var(--accent); margin: 0 0 1rem 0;}

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

	h6 {}


	/*L*/
	@media only screen and (max-width: 1199px) {
		H1 {font-size: 44px;}
		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;}
		h3, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname{font-size: 30px;}
	}



	/*M*/
	@media only screen and (max-width: 991px) {
		H1 {font-size: 40px;}
		article h2, .content_faq_header{margin-top: 60px;}
		article h2.KJEToggleTitle, article h2.first:first-child, .cke_editable h2:first-child{margin-top: 0px}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		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: 30px; margin: 60px 0 1rem 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-size: 24px;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name{font-size: 20px;}
		h5, .forum_thread_date, .forum_mischeader_title	{font-size: 18px;}
	}


	/*XS*/
	@media only screen and  (max-width: 575px) {
		h1 {font-size: 26px}
		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; line-height: 30px; margin: 40px 0 1rem 0;}
		article h2, .content_faq_header{margin-top: 30px;}
		article h2.KJEToggleTitle, article h2.first:first-child, .cke_editable h2:first-child{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, .CHQ, .cardname{font-size: 20px;}
		h4, .content_rates_table_title, .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}
	.faq_question_block_slide{padding: 0}

	.faq_question_block_slide{border-bottom: solid 1px #9d9d9a;}

	/* 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
	{padding: 25px 60px 25px 0;color: var(--main); display: block; font-size: 20px;position: relative; text-decoration: none;font-weight: 600; font-size: 24px; line-height: 1.25;color: var(--main);}
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited{margin-top: 0px; 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
	{color: var(--accent); text-decoration: none;}

	/* open Q */
	div.cms_form_collapsible_header.open a, 
	.faq_question_block_slide_question_open a, 
	div.faq_recent_block .faq_question_block_slide_question_open a, 
	.code_block_accordion.open div.code_block_indiv_top,  
	div.faq_featured_block .faq_question_block_slide_question_open a,  
	div.faq_popular_block  .faq_question_block_slide_question_open a, 
	div.faq_question_panel  .faq_question_block_slide_question_open a, 
	.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top
	{color: var(--second);  display: block;  text-decoration: none;font-weight: 600;  font-size: 24px; line-height: 1.25;padding: 25px 60px 25px 0; color: var(--accent);}


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

	/* + & - */
	.faq_question_block_slide_question_closed a:after, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:after, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:after, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:after, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:after
	{content: '+'; position: relative;  float: right; right: -40px}

	.faq_question_block_slide_question_open a:after, 
	div.faq_recent_block .faq_question_block_slide_question_open a:after, 
	div.faq_featured_block .faq_question_block_slide_question_open a:after,  
	div.faq_popular_block  .faq_question_block_slide_question_open a:after, 
	div.faq_question_panel  .faq_question_block_slide_question_open a:after 
	{content: '-'; position: relative;  float: right;right: -40px}



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


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


	/*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.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(--pale); }
	td.content_calendar_table_cell { border: solid 1px var(--main)}
	td.content_calendar_table_selectedcell { border: solid 1px var(--main); background-color: var(--pale)}

	@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;  }
	.CHbox {height: auto; height: auto;border: solid 1px var(--main); border-radius: 10px; padding: 20px 10px 60px 10px; text-align: center;}
	.cardbennies, .CHAs {max-height: calc(100% - 50px); overflow: auto;}
	.card img {border: 0 !important}

	/* to overwrite BS styles for .card */
	.CHbox .card {display: block;  background-color: transparent; border: none !important;}

	.CHbox a {} /* match to regular content size */
	.CHQ {border-bottom: solid 2px var(--main);}/* matchED to H3 */
	.cardname{} /* matchED to H3 */
	.CHA {color: var(--main) } /* match to regular content size or not */
	.CHA:hover, .startover:hover {color:var(--second); cursor: pointer;}
	.startover{ font-size: 16px; }
	.cardbennies { } /* match to regular content size */

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

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

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

	/*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 var(--font)}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px var(--font)}
	.cms_form_item_sidebyside {width: 50%; padding: 0 20px 0 0;}
	.cms_form_label, legend.cms_form_legend{width: 33%; position: relative; float: left; margin: 0 1% 5px 0; font-weight: normal}
	.cms_form_object {width: 66%; position: relative; float: right; margin: 1px 0}
	fieldset.cms_form_fieldset {white-space: normal; width: 100%; border: none;}
	.cms_form_checkbox_container input[type="checkbox"], .cms_form_checkbox_container label{display: inline;}
	.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(--pale); }
	.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 {margin-bottom: 40px; width: 100%; border: 0}
	.content_rates_table th, .table_builder th, table.table th {font-weight: 600; color: white; background-color: var(--main); padding: 17px 30px;}
	.content_rates_table td, .table_builder td, table.table td {padding: 17px 30px; border-bottom: solid 1px #9d9d9a;}
	.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 td{}

	/* roudned corners
	.content_rates_table tr:first-child th:first-child, .table_builder tr:first-child th:first-child{border-radius: 15px 0 0 0;}
	.content_rates_table tr:first-child th:last-child, .table_builder tr:first-child th:last-child{border-radius: 0 15px 0 0;}
	.content_rates_table tr:last-child td:first-child, .table_builder tr:last-child td:first-child{border-radius: 0 0 0 15px;}
	.content_rates_table tr:last-child td:last-child, .table_builder tr:last-child td:last-child{border-radius: 0 0 15px 0;}
	.content_rates_table tr:last-child td.widecell{border-radius: 0 0 15px 15px;}

	*/
	.content_rates_table_row_highlight {color: var(--accent);}
	.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:not(.comptable), .table_builder:not(.comptable) thead, .table_builder:not(.comptable) tbody, .table_builder:not(.comptable) .table_builder_header_row, .table_builder:not(.comptable) .table_builder_cell, .table_builder:not(.comptable) .table_builder_row_even, .table_builder:not(.comptable) .table_builder_row_odd{display: block;}
		.content_rates_table_fields_row, .table_builder:not(.comptable) .table_builder_header_row {position: absolute; top: -9999px; left: -9999px; }
		.content_rates_table td, .table_builder:not(.comptable) td  {border: none; border-bottom: 1px solid var(--pale); position: relative; padding: 10px 10px 10px 20px; white-space: normal; text-align:left;  border-bottom: solid 1px #9d9d9a;}
		.content_rates_table td:before, .table_builder:not(.comptable) 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(--pale); 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(--pale); 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;
  }

}

