/** DEFINITIONS **************************/
	:root {
	  --main: #005825;
	  --second: #d9d9d9;
	  --accent:  #e8ba03;
	  --pale: #e5e5e5;
	  --font: #333;
	  --footer: #414141;
	  --silver: #d0d0d0;
	  --greengrade: linear-gradient(124deg, var(--main) 0%,var(--main) 33%, var(--pale) 100%);
	  --silvergrade: linear-gradient(to right, var(--pale) 0%, white 100%);
	  --Mtop: 50px;
	  --Pside: 20px;
	  --Pneg: -20px;
	  --Ptop: var(--Mtop) var(--Pside) 0 var(--Pside);
	  --Pboth: var(--Mtop) var(--Pside); 
	  --maxW: 1505px;
	  --half: calc(50% - 752.5px);


		@media only screen and  (min-width: 576px) {
		  --Pside: 32px;
		  --Pneg: -32px;
		}

		@media only screen and  (min-width: 768px) {
		  --Mtop: 80px;
		}

		@media only screen and (min-width: 992px) {
		}

		@media only screen and (min-width: 1200px) {
		  --Mtop: 125px;
		  --Pside: 85px;
		}
	}
	/*font-family: "calibri", sans-serif;*/
	/*font-family: "bebas-neue", sans-serif;*/

	/*-moz-transform: translateX(0px) translateY(-4px);-webkit-transform: translateX(0px) translateY(-4px);-o-transform: translateX(0px) translateY(-4px);-ms-transform: translateX(0px) translateY(-4px);transform: translateX(0px) translateY(-4px);*/

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


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

	.greengradeblock{display: none;width: 100%; /*height: 480px;*/ aspect-ratio: 1920 / 618; background: linear-gradient(110deg, var(--main) 0%, var(--main) 61% ,var(--pale) 100%); position: absolute; top: 0; right: 0; z-index: 1; max-height: 539px;}

	main p{margin: 1rem 0 0 0; line-height: 1.5}
	article{}
	.liner, article {width: 100%;  margin: 0 auto;  position: relative; max-width: var(--maxW);}
	.container-fluid{width: 100%; margin: 0 auto; padding: 0; max-width: var(--maxW);}
	section { width: 100%; /*padding: var(--Pboth);*/ padding: 0 var(--Pside); margin: 0;position: relative; z-index: 99}

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


	input, select, textarea, button{font-size: 18px;  line-height: 1.44;}
	button, input[type="submit"]{border: 0; background: transparent;transition: all .25s;text-align: center; padding: 0}
	.CHbox a, .CHA, .cardbennies{font-size: 18px;  line-height: 1.44;} /* match to regular font size */
	strong{font-weight: 700}
	blockquote{padding: 1rem 0 0 0;}
	.video_wrapper {margin-top: 20px !important;}
	article img{max-width: 100%;}

	article ul, article ol {margin: 0; padding: 1rem 0 0 20px;}


	.bs-content-row { padding-top: 1rem; }

	/*
	.bs-content-row {margin: 0;}
	.bs-content-row .cms_col:first-child{padding-left: 0}
	.bs-content-row .cms_col:last-child{padding-right: 0}
	*/


	/* diff color bullets
	article ul li::marker {color: var(--second);}
	*/

	/*FA bullets*/
	article ul:not(.content_sitemap) {list-style: none; padding: 1rem 0 0 30px;}
	article ul:not(.content_sitemap) li {position: relative;}
	article ul:not(.content_sitemap) li:before {content: '\f058'; font-family: 'Font Awesome 7 Pro'; font-weight: 400; color: var(--main); position: absolute; top: 0; left: -30px; }

	section.greengrade article ul:not(.content_sitemap) li:before , section.green article ul:not(.content_sitemap) li:before {color: var(--second);}

	section.greengrade article .LPtext ul:not(.content_sitemap) li:before , section.green article .LPtext ul:not(.content_sitemap) li:before {color:  var(--main);}
	
	
	

	

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

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.contentwrapper, input, select, textarea, button, label, .CHbox a, .CHA, .cardbennies{ font-size: 20px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.greengradeblock{display: block;}
		.greengradeblock.stuck{top: -179px;}
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		/*.greengradeblock{ height: 618px;}*/
		.greengradeblock.stuck{top: -166px;}
	}

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; padding: 0; position: relative;background: linear-gradient(101deg, var(--main) 0%,var(--main) 78%, var(--pale) 100%); transition: all .5s}
	header .liner{ height: 152px}
	header.stuck {position: fixed; top: 0; left: 0; }

	a.homelink{ width: 105px; position: absolute;  height: 80px;top: 36px; left: 30px;}
	a.homelink img {width: 100%; }

	.toplinks {display: flex; justify-content: center; align-items: center; height: 36px; background-color: white; position: absolute; top: 0; right: 0; width: 100%;}
	.toplinks a, .toplinks .notalink  {color: black; text-decoration: none;font-size: 16px;  font-weight: normal; }
	.toplinks a:hover, .toplinks a:focus {text-decoration: underline;}
	.toplinks a:after, .toplinks .notalink:after{content: "|";display: inline-block; padding: 0 10px;}
	.toplinks a:last-child:after{content: ""; padding: 0;}

	.buttons{display: flex; justify-content: center; align-items: center; height: 36px; width: 100%; background-color: var(--pale);  position: absolute; top: 116px; right: 0;}
	.buttons a {color: black; text-decoration: none; font-size: 14px; font-weight: 700; flex: 1 1; display: flex; justify-content: center; align-items: center; line-height: 1.15}
	.buttons a:hover, .buttons a:focus {text-decoration: underline;}
	.buttons a:nth-child(2){border-left: solid 1px white;border-right: solid 1px white;}

	#sitesearch {color: white;height: 50px; width: 50px; font-size: 32px; position: absolute; top: 51px; right: 90px; z-index: 1000}
	#sitesearch:hover, #sitesearch:focus {color: white; text-decoration: underline;}
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 7 Pro'; font-weight: 400;}
	#sitesearch.down:before{content: '\f00d';}



	.veil{display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,.3); position: absolute; top: 0; right: 0; z-index: 999}


	.sitesearch {/*display: none;*/  position: absolute; top: 162px; left: 0px; height: 44px; width: 0; border-radius: 5px 0 0 5px;  background-color: white; z-index: 1000; /*transition: all .5s;*/  }
	.sitesearch.onstage{animation-name: sitesearch; animation-duration: .75s;animation-fill-mode: forwards;animation-timing-function: ease-out;}
	.sitesearch.offstage{animation-name: nositesearch; animation-duration: .5s;animation-fill-mode: forwards;}

	/* The animation code */
	@keyframes sitesearch {
	  0%   { width: 0;border-radius: 0 5px 5px 0; }
	  60%  {border-radius: 5px;width: calc(100% - (2 * var(--Pside)));}
	  70%  {left: calc(2 * var(--Pside))}
	  100% {left: var(--Pside);border-radius: 5px;width: calc(100% - (2 * var(--Pside)));}
	}

	@keyframes nositesearch {
	  0%   {left: var(--Pside);border-radius: 5px;width: calc(100% - (2 * var(--Pside)));}
	  80%  {left: calc(2 * var(--Pside));left: 0;}
	  100% {left: 0;border-radius: 0 5px 5px 0; width:0;}
	}

	
	.sitesearch form{display: flex; justify-content: center; align-items: center; height: 100%}

	.searchbox { padding-left: 10px; height: 44px; width: calc(100% - 44px); border: 0; background-color: transparent; outline: 0}
	/*
	.searchbox::placeholder {color: white;  opacity: 1;}
	.searchbox:-ms-input-placeholder {color: white;}
	.searchbox::-ms-input-placeholder { color: white;}
	*/

	button.SSbttn{color: var(--main); width: 44px; height: 44px; opacity: 0}
	button.SSbttn:hover, button.SSbttn:focus {color: var(--second);}
	.sitesearch button:before{content: '\f002'; font-family: 'Font Awesome 7 Pro'; font-weight: 400;}
	.sitesearch.onstage button.SSbttn{opacity: 1}


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

	@media only screen and  (min-width: 360px) {
	}
	
	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		
		a.homelink{ width: 152px; height: 100%;top: 0; left: 0px;}
		header {padding: 0 var(--Pside);box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);}
		header .liner{ height: 120px;}
		#sitesearch {height: 100%; width: auto; font-size: 16px; position: static;}
		#sitesearch:after{content: "|";display: inline-block; padding: 0 10px;}

		a[name]{position: relative; top: -152px; z-index: 1}


		.sitesearch { top: 110px; }

		.toplinks  { justify-content: flex-end; height: 21px; background-color: transparent; position: absolute; top: 32px; right: 70px; width: calc(100% - 242px)}
		.toplinks a, .toplinks .notalink  {color: white;}
		.toplinks a:hover, .toplinks a:focus {color: white;}

		.buttons{  top: 64px; right: 70px;  justify-content: flex-end; background-color: transparent; padding: 0; gap: 10px; width: 450px }
		.buttons a {background-color: var(--pale); font-size: 16px;  flex: 0 0; min-width: 140px; height: 36px; border-radius: 5px;}
		.buttons a:nth-child(2){border: 0;}
		.buttons a:hover, .buttons a:focus {text-decoration: none; background-color: black; color: white; -moz-transform: translateX(0px) translateY(-4px);-webkit-transform: translateX(0px) translateY(-4px);-o-transform: translateX(0px) translateY(-4px);-ms-transform: translateX(0px) translateY(-4px);transform: translateX(0px) translateY(-4px);}
	}

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

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

		header {padding: 0 var(--Pside);box-shadow: none; background:  none;}
		header.stuck {background-color: var(--main);}
		header .liner{ height: 179px;}
		a.homelink{ width: 141px; height: auto; padding: 23px 0;;top: 0; left: 0px;}
		.toplinks  { top: 32px; right: 315px; width: calc(100% - 165px - 161px - (2 * var(--Pside)))}
		.buttons{  top: 64px; right: 315px; }
		.sitesearch { top: 157px; }
		a[name]{position: relative; top: -179px; z-index: 1}

	}

	/*XXL*/
	@media only screen and (min-width: 1520px) {
		header .liner{ height: 166px;}
		a.homelink{ width: 191px; height: 100%; padding: 0;}
		.buttons{  top: 43px;  }
		/*.buttons a { min-width: 120px;}*/
		.toplinks {height: 36px; top: 43px; right: 785px; width: calc(100% - 165px - 825px)}
		.buttons a { min-width: 140px;}
		a[name]{position: relative; top: -166px; z-index: 1}

	}

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

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

	button.menutoggler{ background-color: white;display: block; height: 50px; width: 50px; color: var(--main);  border-radius: 5px;  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); font-size: 32px; position: absolute; top: 51px; right: 30px; }
	button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s;}
	
	button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 7 Pro'; font-weight: 400;}

	button.menutoggler.menuex:before{content: "\f00d";}

	.menutoggler2{display: none;}

	nav.mobile{display: none; position: absolute; right: 0; width: 100%; max-width: 400px; top: 152px; z-index: 1000; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); background-color: white; max-height: calc(100% - 100px); overflow-y: auto;}
	nav.mobile.fxd{position: fixed;}

	.L1{padding:  0; }

	.L1 a, .L1 button {color: var(--font);text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s; padding: 0;  font-size: 22px;  font-weight: 700;  padding: 10px 0 10px 20px}
	.L1 button:before {content: '\f078'; font-family: 'Font Awesome 7 Pro'; font-weight: 400;  transition: all .25s; font-size: 18px; margin-right: 10px; }
	.L1 button.flipped:before { transform: rotate(180deg);}

	.L2 {display: none; padding-bottom: 15px;}
	.L3 {display: none;}
	.L2 a, .L2 button {color: var(--main);  font-size: 20px; border: none; padding: 5px 15px 5px 40px;  font-weight: 700;}
	.L2 a{}

	.L3 a{padding: 5px 15px 5px 45px;}

	@media only screen and  (min-width: 400px) {
		nav.mobile{padding: 20px;}
	}

	@media only screen and  (min-width: 576px) {
	}
	
	@media only screen and  (min-width: 768px) {
		button.menutoggler{ top: 40px; right:0px;}
		nav.mobile{top: 120px;}
	}

	@media only screen and (min-width: 992px) {
	}

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

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

		nav.pc  {display: block; z-index: 1000;position: absolute; top: 120px; right: 0; width: 100%; }
		.navliner { width: 100%; max-width: 723px; z-index: 100; display: flex; position: absolute; top: 0; right: calc(315px + var(--Pside));justify-content: space-between; align-items: center;}
		nav.pc.fxd  {position: fixed;}

		button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;  font-size: 22px;  font-weight: 700; color: white; position: relative; height: 36px; padding: 0; display:flex;align-items: flex-start;}
		button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none;}

		button.CMitem:after, a.CMitem:after{content: ''; display: block; width: 100%; height: 0; opacity: 0; background-color: white; position: absolute; bottom: 0; right: 0; transition: all .5s}
		button.CMitem:hover:after, button.CMitem:focus:after, a.CMitem:hover:after, a.CMitem:focus:after{height: 4px; opacity: 1;bottom: 3px;}

		
		.menuX{position: absolute; top: 10px; right: 10px; width: 44px;height: 44px; border-radius: 22px; border: dashed 1px var(--font); background: rgba(0,0,0,.2); color: var(--pale); font-size: 20px;display: flex; justify-content: center; align-items: center;}
		.menuX:hover, .menuX:focus{color: white;  background: rgba(0,0,0,.5);}

		.ddcontent{ display: block; background-color: silver;  position: /*absolute*/ fixed; top: -1000px; right: 0; z-index: 1001; width: 100%; min-height: 420px;transition: all .5s;background-color: white !important;max-width: 1280px;box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.25);}

		/*.ddcontent.downed{top: 179px;}
		.ddcontent .liner{height: auto;}*/

		.ddcontent.downed{animation-name: ddmenu; animation-duration: 1s;animation-fill-mode: forwards;animation-timing-function: ease-out;}
		.ddcontent.upped{animation-name: noddmenu; animation-duration: .5s;animation-fill-mode: forwards;animation-timing-function: ease-in}

		/* The animation code */
		@keyframes ddmenu {
		  0%   {top: -1000px; }
		  60%  {top: 220px;}
		  100% {top: 180px;}
		}

		@keyframes noddmenu {
		  0%   {top: 179px;}
		  100% {top: -1000px;}
		}

		.Mflex{ width: 100%; margin: 0 auto; display: flex; padding-left: 25px;}
		.Mlist{flex: 1 1; text-align: left; padding: 50px 25px; }
		.Mlist  p {margin: 0; padding: 1rem 0 0 0; }
		.Mlist  p:first-child {padding: 0; }
		.Mlist a {display: block;  font-size: 24px; color: var(--main)}
		.Mlist a:hover, .Mlist a:focus { }
		.Mlist ul {list-style: none; padding: 1rem 0 0 0;}
		.Mlist ul li a{font-size: 18px; color: var(--font);}
		.Mlist ul li{margin-bottom: 1rem;}

		.Mpic{position: relative;width: 404px; height: 420px; text-align: left;}
		.Mpic img{max-width: 100%}
		.Mpic .Mtext{border: solid 1px fuchsia;width: 100%; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 22%,rgba(0,0,0,0.7) 100%); ; color: white; padding: 44px 24px;font-size: 18px; position: absolute; bottom: 0; right: 0; }
		.Mhead{font-size: 30px;  font-weight: 700;color: white;}


	}
	@media only screen and (min-width: 1280px) {
		.ddcontent{right: calc(50% - 640px); }
	}

	@media only screen and (min-width: 1450px) {
		.menuX{ top: -30px; right: -30px; }
	}
	@media only screen and (min-width: 1520px) {
		nav.pc  { top: 100px; }
	}
	@media only screen and (min-width: 1640px) {
		.navliner {right: calc(315px + var(--half));}
	}

/** HEROES *********************************************/

	.hero{position: relative; z-index: 99; position: relative;padding: 0 var(--Pside) }
	.hero.home{}
	.Himg img, .HimgM img{max-width: 100%; border-radius: 20px; }
	.Himg{display: none;}
	.HimgM{}
	.Htext{padding: 30px 17px; color: black; background-color: var(--second);border-radius: 20px; width: calc(100% - 40px);position: relative; left: 20px; margin-top: -40px;font-size: 20px; }
	.Htext div{}

	.Htext a.cta{ background-color: var(--main); color: white !important;border: solid 1px var(--main);}
	.Htext a.cta:hover, .Htext a.cta:focus{background-color: black; border: solid 1px black; color: white;}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.Htext{padding: 40px 34px;  margin-top: -75px; }
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.Htext{ font-size: 24px;  width: calc(100% - 108px); left: 54px;  margin-top: -100px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.Htext{ width: calc(100% - 260px); left: 130px;  margin-top: -140px; }
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.Himg{display: block;}
		.HimgM{display: none;}
		.Htext{margin-top: 0px; position: absolute; top: 0; left: 0; height: 100%; width: 66%;  background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%); color: white; border-radius: 20px 0 0 20px; display: flex;  align-items: center; padding: 0 160px 0 56px;}
		.Htext div{text-align: left; }

		.Htext a.cta{background-color: var(--pale); border: solid 1px  var(--pale); color: black !important;}
		.Htext a.cta:hover, .Htext a.cta:focus	{background-color: var(--main);border: solid 1px white; color: white;}

	}

	/*XXL*/
	@media only screen and (min-width: 1575px) {
			.Htext{ width: 50%;   padding: 0 160px 0 96px;}

	}

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

	section.promos{padding: var(--Pboth);}
	.Pcell{}
	.Pbox{}
	.Pimg{}
	.Pimg img{}
	.Ptext{}
	.Ptext div{}

	section.icons{ padding: var(--Ptop);}
	section.icons ul{list-style: none;  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; margin: 0 auto; padding: 0; max-width: var(--maxW);}
	section.icons ul li{flex: 1 1 calc(33% - 30px);}
	section.icons ul li a{ font-size: 16px;  font-weight: 700; color: var(--font); width: 100%; display: block;text-align: center;line-height: 1.15}
	section.icons ul li a .RLfa{font-size: 36px; color: var(--main); display: block; width: 100%; margin-bottom: 10px; transition: all .25s;  }
	section.icons ul li a:hover, section.icons ul li a:focus{text-decoration: none;}
	section.icons ul li a:hover .RLfa, section.icons ul li a:focus .RLfa{text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25); -moz-transform: translateX(0px) translateY(-4px);-webkit-transform: translateX(0px) translateY(-4px);-o-transform: translateX(0px) translateY(-4px);-ms-transform: translateX(0px) translateY(-4px);transform: translateX(0px) translateY(-4px)}

	/*S*/
	@media only screen and  (min-width: 576px) {
		section.icons ul li a{ font-size: 18px; }
		section.icons ul li a .RLfa{font-size: 48px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.icons ul{padding: 0 60px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.icons ul{padding: 0 130px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.icons{ padding: 70px var(--Pside) 0 var(--Pside);}
		section.icons ul{padding: 0; gap: 30px;}
		section.icons ul li{flex: 1 1 calc(16.5% - 30px); width: calc(16.5% - 30px) }
	}

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

/** NEWS *****************************************************/

	/* section.news is for home */
	section.news{padding: var(--Ptop)}
	section.news h2{padding: 0 0 46px 0;}
	section.news .liner{display: flex; flex-direction: column; gap: 40px;align-items: center; }

	/* newsliner is for interior */
	.newsliner{display: flex; flex-direction: column; gap: 40px;align-items: center; width: 100%;  margin: 0 auto;  position: relative; max-width: var(--maxW);padding-top: 46px;}

	.Nbox{ max-width: 450px; }
	.Npic{width: 100%; border-radius: 20px;  margin-bottom: 22px;}
	.Npic img {border-radius: 20px; max-width: 100%;}
	.Ntext{text-align: left;}
	
	/*L*/
	@media only screen and (min-width: 992px) {
		section.news .liner{ flex-direction: row; flex-wrap: wrap; gap: 50px 30px; justify-content: center; align-items: flex-start}
		.newsliner{ flex-direction: row; flex-wrap: wrap; gap: 50px 30px; justify-content: center;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.news{padding: 70px var(--Pside) 0 var(--Pside)}
		.Nbox{max-width: 350px;}
	}

	@media only screen and (min-width: 1400px) {
		section.news .liner{ justify-content: space-between; }
		.newsliner{ flex-direction: row; flex-wrap: wrap; gap: 50px 30px; justify-content: center; }
		.Nbox{max-width: 380px;}
	}
	/*XXL*/
	@media only screen and (min-width: 1500px) {
		.Nbox{max-width: 390px;}
	}
	
/** TESTIMONIALS **************************/

	section.test.home{ width: 100%;  z-index: 99; position: relative; background: var(--greengrade);padding: var(--Pboth); margin-top: var(--Mtop);}
	section.test{ width: 100%;  z-index: 99; position: relative; padding: 0}

	.Timg {width: 100%; position: relative; z-index: 1}
	.Timg img{width: 100%;border-radius: 20px;}
	
	.Tblock{padding: 25px 12px; border-radius: 20px; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);  background-color: var(--second); color: black; width: calc(100% - 46px); position: relative; left: -100%; opacity: 0; margin-top: -40px; z-index: 99; transition: all 1s}
	.Tblock.slidingin{left: 23px; opacity: 1}

	section.test.silver .Tblock{background-color: var(--main); color: white;}
	.Thead{ font-size: 30px; color: var(--main); text-transform: uppercase;font-family: "bebas-neue", sans-serif; text-align: center;}
	section.test.silver	.Thead{  color: white; }

	.Thead span{display: block; font-size: 36px; margin: 0 auto;} 


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

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

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

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

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

		/* p|p */
		.content_slideshow.testimonial-carousel button.carousel-control-pause, .content_slideshow.testimonial-carousel button.carousel-control-play {position: absolute;z-index: 99; bottom: 0px;left: 0; right: auto;  top: auto;  margin: 0; width: 44px; height: 44px; text-shadow: none; color: white; font-size: 14px; padding: 0;display: flex;  justify-content: center;  align-items: center;}
		.content_slideshow.testimonial-carousel button.carousel-control-pause:hover, .content_slideshow.testimonial-carousel button.carousel-control-pause:focus, .content_slideshow.testimonial-carousel button.carousel-control-play:hover, .content_slideshow.testimonial-carousel button.carousel-control-play:focus{color: var(--main);}

		.content_slideshow.testimonial-carousel button.carousel-control-pause i, .content_slideshow.testimonial-carousel button.carousel-control-play i{background-color: var(--main); width: 24px; height: 24px; border-radius: 50%; display: flex;  justify-content: center;  align-items: center;}
		.content_slideshow.testimonial-carousel button.carousel-control-pause:hover i, .content_slideshow.testimonial-carousel button.carousel-control-pause:focus i, .content_slideshow.testimonial-carousel button.carousel-control-play:hover i, .content_slideshow.testimonial-carousel button.carousel-control-play:focus i{background-color: white;}


		/* dots */
		.content_slideshow.testimonial-carousel .carousel-indicators { height: 44px; padding: 0 0 0 44px; bottom: 2px; justify-content: flex-start;}
		.content_slideshow.testimonial-carousel .carousel-indicators button{background-color: var(--main);width: 20px; height: 20px; margin: 0; border: solid 14px transparent; padding: 0}
		.content_slideshow.testimonial-carousel .carousel-indicators button:hover{background-color:white;}
		.content_slideshow.testimonial-carousel .carousel-indicators button.active{background-color: var(--font);}


		/*arrows */
		.content_slideshow.testimonial-carousel button.carousel-control-prev, .content_slideshow.testimonial-carousel button.carousel-control-next {opacity: 1; text-decoration: none; position: absolute; top: auto; bottom: 0px; height: 44px; width: 44px;  left: calc(50% - 66px); text-shadow: none;}
		.content_slideshow.testimonial-carousel button.carousel-control-next{left: calc(50%  + 22px);  }
		.content_slideshow.testimonial-carousel button.carousel-control-prev:after, .content_slideshow.testimonial-carousel button.carousel-control-next:after{content: '\f060'; font-family: 'Font Awesome 7 Pro'; font-weight: 900; color: white; background-color: var(--main); width: 24px; height: 24px; border-radius: 50%; display: flex;  justify-content: center;  align-items: center; font-size: 14px;}

		.content_slideshow.testimonial-carousel button.carousel-control-next:after{content: '\f061';}
		.content_slideshow.testimonial-carousel button.carousel-control-prev:hover:after, .content_slideshow.testimonial-carousel button.carousel-control-prev:focus:after, .content_slideshow.testimonial-carousel button.carousel-control-next:hover:after, .content_slideshow.testimonial-carousel button.carousel-control-next:focus:after{background-color: color: white; color: var(--main);}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.Tblock{padding: 30px; width: calc(100% - 64px);  margin-top: -45px; }
		.Tblock.slidingin{left: 32px;}

		.Thead span{display: block; font-size: 48px} 

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.Tblock{padding: 30px; width: calc(100% - 130px);  margin-top: -60px; }
		.Tblock.slidingin{left: 65px;}

		.Thead{ font-size: 44px; }
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.Tblock{padding: 30px; width: calc(100% - 160px);  margin-top: -90px; }
		.Tblock.slidingin{left: 80px;}

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.test .liner{height: 600px; position: relative; }
		.Timg{width: 75%;  height: 600px; left: 25%; max-width: 1250px; }
		.Timg img{object-fit: cover; object-position: -330px;width: 100%;   height: 600px;}

		.Tblock{padding: 40px 65px; width: 50%;  height: 520px;position: absolute;top: 40px; margin-top: 0px; }
		.Tblock.slidingin{left: 0px;}

	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.Tblock{ width: 60%;  height: 468px;top: 66px; }
		.Timg img{ object-position: -200px;}
		/*.Timg img{ object-position: right;}*/
	}

	@media only screen and (min-width: 1575px) {
		.Timg img{ object-position: right;}
	}

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

	section.inside{}
	section.inside.first{padding-top: 0}

	.section_spacer{width: 100%; height: var(--Mtop); }

	article.container-fluid { margin: 0 auto; text-align: left; }

	.imageL, .imageR {padding-top: var(--Mtop);}
	img.contentimage, .imageL img, .imageR img{box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25); max-width: 100%;border-radius: 20px;}
	.imageL h2, .imageR h2{padding-top: var(--Mtop) !important;}


	/*section.greengrade, section.green, section.silver{margin-top: var(--Mtop)}*/

	section.greengrade{background: var(--greengrade);padding: var(--Pboth);}
	section.green{background-color: var(--main);padding: var(--Pboth); }
	section.silver{background: var(--silvergrade); padding: var(--Pboth);}
	section.greengrade article h2:first-child, section.green article h2:first-child, section.silver article h2:first-child{padding-top: 0}

	section.greengrade, section.green, section.greengrade h2, section.green h2, section.greengrade h3, section.green h3, section.greengrade h4, section.green h4, section.green div.content_rates_table_title, section.greengrade div.content_rates_table_title{ color: white;}

	section.greengrade a, section.green	a, section.greengrade button.modal_link, section.green button.modal_link{color: var(--second);text-decoration: none;}
	section.greengrade a:hover, section.greengrade a:focus, section.greengrade button.modal_link:focus, section.greengrade button.modal_link:hover, 
	section.green a:hover, section.green a:focus, section.green button.modal_link:focus, section.green button.modal_link:hover  {color: white; text-decoration: underline }

	




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

	/*L*/
	@media only screen and (min-width: 992px) {
		.imageL h2, .imageR h2{padding-top: 0 !important;}

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

/** INSIDE - PRODUCT BOXES **********************************************/

	.Cbox{border-radius: 20px; overflow: hidden;  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); max-width: 450px; margin: 0px auto; height: auto;  padding: 0; background: linear-gradient(to bottom, var(--pale) 0%, var(--pale) 60%, rgba(255,255,255,1) 100%); position: relative; }
	/*.row div:first-child .Cbox{margin: 30px auto;}*/
	.Chead{background-color: var(--main); color: white; padding: 30px 26px; text-align: center}
	.Chead h3{padding: 0; color: white}
	.Chead span.fa-regular, .Chead span.fa-solid, .Chead span.fa-fa-light, .Chead span.fa-thin{font-size: 48px;}
	.Ctext{padding: 30px 26px; color: var(--font)}
	.Ctext h4, .Ctext h3{padding: 0; color: var(--main)}
	
	section.greengrade .Chead, section.green .Chead{background-color: var(--font);}
	section.greengrade .Ctext h4, section.green .Ctext h4, section.greengrade  .Ctext h3, section.green  .Ctext h3{ color: var(--main);}

	section.green article .Ctext ul li:before, section.greengrade article .Ctext ul li:before {color: var(--main); }
	section.green article .Ctext a.learnmore, section.greengrade article .Ctext a.learnmore{color: var(--main); }

	section.green article .Ctext a:not(.ctaG, .cta), section.green article .Ctext button.modal_link{  transition: all .25s; font-weight: 700; color: var(--main);text-decoration: none;}
	
	section.greengrade article .Ctext a:not(.ctaG, .cta):hover, section.greengrade article .Ctext a:not(.ctaG, .cta):focus, section.greengrade article .Ctext button.modal_link:focus, section.greengrade article .Ctext button.modal_link:hover {color: var(--main); text-decoration: underline;}



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

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

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.Cbox{ height: 100%;}
		/*.Cbox{ margin: 45px auto 0 auto;}
		.row div:first-child .Cbox{margin: 45px auto 0 auto;}*/
		.Ctext{padding: 30px 26px 60px 26px;  }
		.Ctext a.cta, .Ctext a.ctaG, .Ctext a.learnmore{position: absolute; top: auto; bottom: 30px; right: 26px; width: calc(100% - 52px);padding: 15px 10px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {

	}

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

/** INSIDE - GRID *******************************************************/

	.grid{width: 100%; max-width: var(--maxW); display: flex; flex-wrap: wrap;justify-content: center;margin-top: 30px; padding-bottom: 1rem;}
	.grid a, .Gblock, .grid .notalink{ display: flex;  justify-content: center;  align-items: center;  flex-direction: column; flex: 1 1 33.33%; max-width: 33.33%; border-bottom: solid 1px var(--silver); border-right: solid 1px var(--silver); text-decoration: none;text-align: center; padding: 20px 5px; font-weight: 700; line-height: 1.25}
	/* color variations */


	.grid a.lastboxM, .grid .notalink.lastboxM, .grid .Gblock.lastboxM{border-right: 0}

	.grid a.bttmrowM, .grid .notalink.bttmrowM{border-bottom: 0}

	.Gblock{border-bottom: 0}

	.grid .RLicon{font-size: 36px; color: var(--main); display: block; margin: 0 0 10px 0; transition: all .25s;  }
	.grid .RLwords{font-size: 16px; color: var(--font);}
	.grid a:hover, .grid a:focus{text-decoration: none;}
	.grid a:hover  .RLwords, .grid a:focus  .RLwords{text-decoration: underline; color: var(--main);}

	section.greengrade .grid .RLicon, section.green .grid .RLicon{color:white;  }
	section.greengrade .grid .RLwords, section.green .grid .RLwords{ color: white;}
	section.greengrade .grid a:hover .RLwords, section.greengrade .grid a:focus  .RLwords, section.green .grid a:hover .RLwords, section.green .grid a:focus  .RLwords{ color: white; font-style: italic;}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.grid .RLicon{font-size: 40px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.grid .RLicon{font-size: 48px;}
		.grid .RLwords{font-size: 20px; }
		.grid{margin-top: 40px}
	}

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

		.grid a, .Gblock, .grid .notalink{flex: 1 1 25%; max-width: 25%;padding: 20px; }
		.grid a.lastboxM, .grid .notalink.lastboxM, .grid .Gblock.lastboxM{border-right: solid 1px var(--silver);}
		.grid a.lastbox, .grid .notalink.lastbox, .grid .Gblock.lastbox{border-right: 0}
		
		.grid a.bttmrow, .grid .notalink.bttmrow{border-bottom: 0}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.grid{margin-top: 70px}
		.grid a, .Gblock, .grid .notalink{flex: 1 1 25%; max-width: 25%;padding: 40px 20px}
		.grid .RLwords{font-size: 24px; }
	}

/** INSIDE - RATES & TABLES **********************************************/

	.content_rates_table_title{}
	.content_rates_table_effectivedate{}
	.content_rates_table_row_highlight{}
	table.content_rates_table tr td.widecell{}

	/* de-tablize it */
	table.content_rates_table, table.table_builder, table.content_rates_table tbody, table.table_builder tbody, 	table.content_rates_table thead, table.table_builder thead, table.content_rates_table tr, table.table_builder tr, table.content_rates_table tr th, table.table_builder tr th, table.content_rates_table tr td, table.table_builder tr td{display: block;}

	table.content_rates_table tr td, table.table_builder tr td{display: flex;}



	/* remove table headers */
	table.content_rates_table tr th, table.table_builder tr th {position: absolute; top: -9999px; left: -9999px;}
	
	/* put title into cell */
	table.content_rates_table tr td:before, table.table_builder tr td:before { display: inline-block; text-align:left; font-weight: 700; content: attr(data-title); position: relative; width: 50%; padding-right: 20px; color: var(--main);}



	/* style it */
	table.content_rates_table, table.table_builder{margin-bottom: 20px; width: 100%; border-collapse: collapse;}
	table.content_rates_table tr td, table.table_builder tr td{padding: 13px 17px;background-color: var(--pale); border-bottom: solid 1px var(--main); font-size: 16px;}

	section.silver table.content_rates_table tr td, section.silver table.table_builder tr td{background-color: white;}


	/* first cell like header */
	table.content_rates_table tr:first-child td:first-child, table.table_builder tr:first-child td:first-child, section.silver table.content_rates_table tr:first-child td:first-child, section.silver table.table_builder tr:first-child td:first-child{background-color: var(--main); color: white; font-weight: 700; border-radius: 10px 10px 0 0;margin-top: 2rem}

	table.content_rates_table tr:first-child td:first-child:before, table.table_builder tr:first-child td:first-child:before {color: white;}



	/* space after last cell */
	table.content_rates_table tr:last-child td:last-child, table.table_builder tr:last-child td:last-child{border: 0; }

	table.content_rates_table tr td.widecell{display: block; background-color: white; margin-top: 0;}
	table.content_rates_table tr td.widecell:before{display: none;}


	/* color variations */

	section.greengrade table.content_rates_table tr th, section.greengrade table.table_builder tr th, section.green table.content_rates_table tr th, section.green table.table_builder tr th{background-color: var(--font)}

	section.greengrade table.content_rates_table tr:first-child td:first-child, section.greengrade table.table_builder tr:first-child td:first-child, section.green table.content_rates_table tr:first-child td:first-child, section.green table.table_builder tr:first-child td:first-child{color: white;background-color: var(--font);}

	section.greengrade table.content_rates_table tr td, section.greengrade table.table_builder tr td, section.green table.content_rates_table tr td, section.green table.table_builder tr td{color: var(--font); background-color: white;}

	table.content_rates_table tr td a, table.table_builder tr td a{color: var(--main);text-decoration: none;}
	table.content_rates_table tr td a:hover, table.table_builder tr td a:hover, table.content_rates_table tr td a:focus, table.table_builder tr td a:focus{color: var(--main); text-decoration: underline;}


	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		table.content_rates_table, table.table_builder{display: table; margin-top: 1rem; box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);border-radius: 20px 20px 0 0;}
		table.content_rates_table tbody, table.table_builder tbody{display: table-row-group}
		table.content_rates_table thead, table.table_builder thead{display: table-header-group}
		table.content_rates_table tr, table.table_builder tr{display: table-row}
		table.content_rates_table tr th, table.table_builder tr th{display: table-cell; padding: 18px 20px; background-color: var(--main); color: white; position: static; padding: 25px 13px; font-size: 18px;}
		table.content_rates_table tr td, table.table_builder tr td, table.content_rates_table tr td.widecell{display: table-cell;  padding: 25px 13px; font-size: 18px;}
		table.content_rates_table tr td:before, table.table_builder tr td:before {display: none}

		table.content_rates_table tr:nth-child(odd) td, table.table_builder tr:nth-child(even) td{background-color: var(--pale); border: 0}
		table.content_rates_table tr:nth-child(even) td, table.table_builder tr:nth-child(odd) td{background-color: white; border: 0}
		table.content_rates_table tr:first-child td:first-child{background-color: var(--pale); color: var(--font);  border-radius: 0;margin-top: 0;  font-weight: 400}
		table.table_builder tr:first-child td:first-child{background-color: white; color: var(--font);  border-radius: 0;margin-top: 0; font-weight: 400}

		/*color variations */
		section.greengrade table.content_rates_table tr:nth-child(odd) td, section.greengrade table.table_builder tr:nth-child(even) td{background-color: var(--pale) !important;}
		section.greengrade table.content_rates_table tr:nth-child(even) td, section.greengrade table.table_builder tr:nth-child(odd) td{background-color: white !important;}
		section.greengrade table.content_rates_table tr td:first-child, section.greengrade table.table_builder tr td:first-child{ color: var(--font);}
		section.greengrade table.content_rates_table tr:first-child td:first-child{background-color: var(--pale); color: var(--font);  border-radius: 0;margin-top: 0; font-weight: 400}
		section.greengrade  table.table_builder tr:first-child td:first-child{background-color: white; color: var(--font);  border-radius: 0;margin-top: 0; font-weight: 400}


		section.green table.content_rates_table tr:nth-child(odd) td, section.green table.table_builder tr:nth-child(even) td{background-color: var(--pale) !important;}
		section.green table.content_rates_table tr:nth-child(even) td, section.green table.table_builder tr:nth-child(odd) td{background-color: white !important;}
		section.green table.content_rates_table tr td:first-child, section.green table.table_builder tr td:first-child{ color: var(--font);}
		section.green table.content_rates_table tr:first-child td:first-child{background-color: var(--pale); color: var(--font);  border-radius: 0;margin-top: 0; font-weight: 400}
		section.green  table.table_builder tr:first-child td:first-child{background-color: white; color: var(--font);  border-radius: 0;margin-top: 0; font-weight: 400}

		section.silver table.content_rates_table tr:nth-child(odd) td, section.silver table.table_builder tr:nth-child(even) td{background-color: var(--pale);}
		section.silver table.content_rates_table tr:nth-child(even) td, section.silver table.table_builder tr:nth-child(odd) td{background-color: white;}
		section.silver table.content_rates_table tr td:first-child, section.silver table.table_builder tr td:first-child{ color: var(--font);}

		section.silver table.content_rates_table tr:first-child td:first-child{background-color: var(--pale); color: var(--font);  border-radius: 0;margin-top: 0; font-weight: 400}
		section.silver table.table_builder tr:first-child td:first-child{background-color: white; color: var(--font);  border-radius: 0;margin-top: 0; font-weight: 400}



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

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

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
			table.content_rates_table tr th, table.table_builder tr th, table.content_rates_table tr td, table.table_builder tr td{font-size: 24px;padding: 25px 20px;}

	}

/** INSIDE - LARGE PROMO **************************************************/

	.Lpromo{border: solid 0px orange;position: relative; z-index: 99; position: relative; text-align: left; }
	.Lpromo h2{padding: 0; color: var(--main)}
	.Lpromo.R{text-align: right;}

	section.greengrade .Lpromo h2, section.green .Lpromo h2{color: var(--main)}
	section.silver .Lpromo h2{color: white}

	section.silver article .LPtext ul:not(.content_sitemap) li:before {color: var(--second);}


		
	.LPimg{aspect-ratio: 350 / 226; max-width: 1250px;}
	.LPimg img{max-width: 100%; border-radius: 20px;object-fit: cover; object-position: left;width: 100%;  height: 100%; }
	.Lpromo.R .LPimg img{object-position: right;}
	

	.LPtext{border: solid 0px blue; width: calc(100% - 40px);position: relative; left: 20px; margin-top: -75px; }
	.LPtext div{padding: 30px 17px; color: black; background-color: var(--second);border-radius: 20px; width: 100%;font-size: 18px; text-align: center; }
	section.greengrade .LPtext div{background: var(--silvergrade);}
	section.silver .LPtext div{background-color: var(--main); color: white;}
	section.silver .LPtext a{color: white;}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.LPtext{ margin-top: -110px; }
		.LPtext div{padding: 40px 34px; }
		.LPimg{aspect-ratio: 511 / 330;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.LPtext{  width: calc(100% - 108px); left: 54px;  margin-top: -150px;}
		.LPtext div{font-size: 20px;}
		.LPimg{aspect-ratio: 707 / 457;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.LPtext{ width: calc(100% - 260px); left: 130px;  margin-top: -200px; }
		.LPimg{aspect-ratio: auto; height: 600px;}
		.LPimg img{height: 600px; }
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.LPimg{width: 75%}
		.LPtext{width: 50%; margin-top:0; position: absolute; left: auto; top: 0; right: 0; height: 100%;  display: flex;  align-items: center}
		.LPtext div{text-align: left; padding: 60px 65px;}

		.Lpromo.R{height: 600px;}
		.Lpromo.R .LPtext{left: 0;  right: auto; }
		.Lpromo.R .LPimg {float: right;}
	}

	/*XXL*/
	@media only screen and (min-width: 1575px) {
		.LPimg{width: 83%}
		.LPtext{width: 57%;}
		.LPtext div{ padding: 75px 46px;}

	}

/** ACCORDION - FAQS, FORMS, & DIVS *****************************************/
	.faq_featured_block{ margin: 20px 0 0 0 !important; display: block}
	.faq_header{ display: block}
	.faq_question_block_slide{padding: 10px 0;border-bottom: 0;}
	.faq_question_block_slide_question{padding: 0; border: solid 0px red}
	.faq_question_block_slide_answer{padding: 0 20px 10px 20px;}
	.faq_header{padding-top: 40px;}

	/* resets */
	div.cms_form_collapsible_header{background: none; border-bottom: 0; }
	article .code_block_center.code_block_accordion_wrap {display: block; padding: 0px; gap: 0px;}
	article .code_block_box.code_block_accordion, article .code_block_box.code_block_accordion:hover {display: block; max-width:100%; padding: 0px; border: 0; outline: 0; border-radius: 0; box-shadow: none;background-color: transparent}
	article .code_block_box.code_block_accordion .code_block_indiv_image{display: none;}
	article .code_block_box.code_block_accordion .code_block_indiv_content{text-align: left}
	.code_block_accordion{ margin: 0}

	/* for dropshadow
	
	article .code_block_box.code_block_accordion, article .code_block_box.code_block_accordion:hover  {box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); margin-top: 1rem; border-radius: 20px 20px 0 0;}
	article .code_block_box.code_block_accordion.open, article .code_block_box.code_block_accordion.open:hover {border-radius: 20px;}

	*/


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

	section.green div.cms_form_collapsible_header a:visited, 
	section.green .faq_question_block_slide_question_closed a, 
	section.green .faq_question_block_slide_question_closed a:visited, 
	section.green div.faq_recent_block .faq_question_block_slide_question_closed a, 
	section.green div.faq_recent_block .faq_question_block_slide_question_closed a:visited, 
	section.green div.faq_featured_block .faq_question_block_slide_question_closed a, 
	section.green div.faq_featured_block .faq_question_block_slide_question_closed a:visited, 
	section.green div.faq_popular_block .faq_question_block_slide_question_closed a, 
	section.green div.faq_popular_block .faq_question_block_slide_question_closed a:visited, 
	section.green div.faq_question_panel .faq_question_block_slide_question_closed a, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:visited, 
	section.green .code_block_accordion div.code_block_indiv_top,
	section.green .code_block_accordion.open .code_block_accordion div.code_block_indiv_top,
	section.green div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited
	{ color: white;}

	section.greengrade div.cms_form_collapsible_header a:visited, 
	section.greengrade .faq_question_block_slide_question_closed a, 
	section.greengrade .faq_question_block_slide_question_closed a:visited, 
	section.greengrade div.faq_recent_block .faq_question_block_slide_question_closed a, 
	section.greengrade div.faq_recent_block .faq_question_block_slide_question_closed a:visited, 
	section.greengrade div.faq_featured_block .faq_question_block_slide_question_closed a, 
	section.greengrade div.faq_featured_block .faq_question_block_slide_question_closed a:visited, 
	section.greengrade div.faq_popular_block .faq_question_block_slide_question_closed a, 
	section.greengrade div.faq_popular_block .faq_question_block_slide_question_closed a:visited, 
	section.greengrade div.faq_question_panel .faq_question_block_slide_question_closed a, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:visited, 
	section.greengrade .code_block_accordion div.code_block_indiv_top,
	section.greengrade .code_block_accordion.open .code_block_accordion div.code_block_indiv_top,
	section.greengrade div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited
	{ color: white;}



	/* for borders between*/
	.code_block_accordion_wrap .code_block_accordion div.code_block_indiv_top{border-top: solid 1px var(--silver); }
	.code_block_accordion_wrap .code_block_accordion:first-child div.code_block_indiv_top{border: 0; }
	.code_block_accordion_wrap{ border-bottom: solid 1px var(--silver);}

	
	
	/* 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(--main); text-decoration: underline !important; background-color:transparent;text-decoration: none;}

	section.green div.cms_form_collapsible_header a:hover, 
	section.green div.cms_form_collapsible_header a:focus, 
	section.green .faq_question_block_slide_question_closed a:hover, 
	section.green .faq_question_block_slide_question_closed a:focus, 
	section.green div.faq_recent_block .faq_question_block_slide_question_closed a:hover, 
	section.green div.faq_recent_block .faq_question_block_slide_question_closed a:focus, 
	section.green .code_block_accordion div.code_block_indiv_top:hover, 
	section.green div.faq_featured_block .faq_question_block_slide_question_closed a:hover,
	section.green div.faq_featured_block .faq_question_block_slide_question_closed a:focus, 
	section.green div.faq_popular_block .faq_question_block_slide_question_closed a:hover, 
	section.green div.faq_popular_block .faq_question_block_slide_question_closed a:focus,
	section.green div.faq_question_panel .faq_question_block_slide_question_closed a:hover, 
	section.green div.faq_question_panel .faq_question_block_slide_question_closed a:focus,
	section.green .code_block_accordion.open .code_block_accordion div.code_block_indiv_top:hover,
	section.green .code_block_accordion.open .code_block_accordion div.code_block_indiv_top:focus
	{color: white;  }

	section.greengrade div.cms_form_collapsible_header a:hover, 
	section.greengrade div.cms_form_collapsible_header a:focus, 
	section.greengrade .faq_question_block_slide_question_closed a:hover, 
	section.greengrade .faq_question_block_slide_question_closed a:focus, 
	section.greengrade div.faq_recent_block .faq_question_block_slide_question_closed a:hover, 
	section.greengrade div.faq_recent_block .faq_question_block_slide_question_closed a:focus, 
	section.greengrade .code_block_accordion div.code_block_indiv_top:hover, 
	section.greengrade div.faq_featured_block .faq_question_block_slide_question_closed a:hover,
	section.greengrade div.faq_featured_block .faq_question_block_slide_question_closed a:focus, 
	section.greengrade div.faq_popular_block .faq_question_block_slide_question_closed a:hover, 
	section.greengrade div.faq_popular_block .faq_question_block_slide_question_closed a:focus,
	section.greengrade div.faq_question_panel .faq_question_block_slide_question_closed a:hover, 
	section.greengrade div.faq_question_panel .faq_question_block_slide_question_closed a:focus,
	section.greengrade .code_block_accordion.open .code_block_accordion div.code_block_indiv_top:hover,
	section.greengrade .code_block_accordion.open .code_block_accordion div.code_block_indiv_top:focus
	{color: white;  }



	/* 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;padding: 20px 60px 20px 0px;  text-decoration: none;position: relative; position: relative; font-size: 24px;  line-height: 1.25; color: var(--main);font-weight: 700;}

	section.green div.cms_form_collapsible_header.open a, 
	section.green .faq_question_block_slide_question_open a, 
	section.green div.faq_recent_block .faq_question_block_slide_question_open a, 
	section.green .code_block_accordion.open div.code_block_indiv_top,  
	section.green div.faq_featured_block .faq_question_block_slide_question_open a,  
	section.green div.faq_popular_block  .faq_question_block_slide_question_open a, 
	section.green div.faq_question_panel  .faq_question_block_slide_question_open a, 
	section.green .code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top
	{color: white}

	section.greengrade div.cms_form_collapsible_header.open a, 
	section.greengrade .faq_question_block_slide_question_open a, 
	section.greengrade div.faq_recent_block .faq_question_block_slide_question_open a, 
	section.greengrade .code_block_accordion.open div.code_block_indiv_top,  
	section.greengrade div.faq_featured_block .faq_question_block_slide_question_open a,  
	section.greengrade div.faq_popular_block  .faq_question_block_slide_question_open a, 
	section.greengrade div.faq_question_panel  .faq_question_block_slide_question_open a, 
	section.greengrade .code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top
	{color: white}


	/* chevrovs */
	.code_block_accordion div.code_block_indiv_top:after, 
	.code_block_accordion.open div.code_block_indiv_top:after, 
	div.cms_form_collapsible_header a:after,
	.faq_question_block_slide_question_closed a:after,
	.faq_question_block_slide_question_open a:after	
	{content: '';}
	
	.code_block_accordion div.code_block_indiv_top:before, 
	.code_block_accordion.open div.code_block_indiv_top:before, 
	div.cms_form_collapsible_header a:before,
	.faq_question_block_slide_question_closed a:before,
	.faq_question_block_slide_question_open a:before
	{content: '\2b'; font-family: 'Font Awesome 7 Pro'; font-weight: 400; position: absolute; top: 0; right: 0;  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
	{content: '\f068'; font-family: 'Font Awesome 7 Pro'; font-weight: 400; position: absolute; top: 0; right: 0;  padding: 0 20px; display: block; height: 100%; display: flex; justify-content: center; align-items: center; }


	/* contents */
	article .code_block_accordion .code_block_indiv_content{padding: 0 0 20px 0;}
	.faq_question_block_slide_answer, article .code_block_accordion.open .code_block_indiv_content{padding: 0 0 20px 0; border-radius: 0; border: 0; border-top: 0; margin: 0}
	article .code_block_accordion .code_block_indiv_content p, .code_block_indiv_content p{margin: 1rem 0 0 0; line-height: 1.5}


	/*M*/
	@media only screen and  (min-width: 768px) {
		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: 32px; line-height: 1.19;}
	}

/** INSIDE - NEXT STEPS *******************************************/

	.nextsteps{padding: 0;}

	.nextsteps ul{ list-style: none;  display: flex; flex-wrap: wrap; justify-content: center; gap: 30px 10px; margin: 0 auto; padding: 0 !important; width: 100%; max-width: var(--maxW);max-width: 700px;}
	.nextsteps ul li:before {display: none;}
	.nextsteps ul li{ width: 110px; padding: 0; margin: 0;}
	.nextsteps ul li a{ font-size: 16px;  font-weight: 700; color: var(--font); width: 100%; display: block; text-align: center;}
	.nextsteps ul li a .RLfa{ font-size: 36px; color: var(--main); display: block; width: 100%; margin-bottom: 10px; transition: all .25s; }
	.nextsteps ul li a:hover, .nextsteps ul li a:focus{text-decoration: none;}
	.nextsteps ul li a:hover .RLfa, .nextsteps ul li a:focus .RLfa{text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25); -moz-transform: translateX(0px) translateY(-4px);-webkit-transform: translateX(0px) translateY(-4px);-o-transform: translateX(0px) translateY(-4px);-ms-transform: translateX(0px) translateY(-4px);transform: translateX(0px) translateY(-4px)}
	.nextsteps h2{padding-bottom: 2rem;}

	section.green .nextsteps ul li a .RLfa{  color: white; }
	section.green .nextsteps ul li a:hover .RLfa, section.green .nextsteps ul li a:focus .RLfa{text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);}
	section.green .nextsteps ul li a{ color:white;}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.nextsteps ul{ gap: 40px;}
		.nextsteps ul li{ width: 150px; }
		.nextsteps ul li a{ font-size: 18px; }
		.nextsteps ul li a .RLfa{font-size: 48px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.nextsteps ul li{ width: 180px; }
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.nextsteps ul{}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.nextsteps ul{max-width: 100%}
	}

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

/** SIDE NAV ******************************************/

	button#sidemenubttn{width: 44px;  height: 44px; border-radius: 5px 0 0  5px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); border: solid 1px white; border-right: 0;  background-color: var(--main); color: white; position: fixed; bottom: 160px; right: 0px; z-index: 99}
	button#sidemenubttn span{transition: all .5s}
	button#sidemenubttn.rite span{transform: rotate(180deg);}
	nav.sidemenu{padding: 22px 26px;  border-radius: 5px;  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);  background-color: white;position: fixed; bottom: 160px; right: -100%; z-index: 100; text-align: left; transition: all .5s; font-size: 16px}
	nav.sidemenu.outed{right: 54px;}
	nav.sidemenu ul{list-style: none; padding: 0; margin: 0}
	nav.sidemenu ul li{ padding: 4px 0; }
	nav.sidemenu a{color: black;font-size: 16px}
	nav.sidemenu a:hover, nav.sidemenu a:focus{color: var(--main); text-decoration: none;}


	@media only screen  and (orientation: landscape) {
		nav.sidemenu{bottom:auto;  top: 20px; }
	}

	/*S*/
	@media only screen and  (min-width: 576px) {
		nav.sidemenu{bottom: 214px;}
		nav.sidemenu.outed{right: 10px;}

	}

	@media only screen and  (min-width: 576px) and (orientation: landscape) {
		nav.sidemenu{bottom:auto;  top: 20px; }

	}

	@media only screen and  (min-width: 768px)  and (orientation: landscape){
		nav.sidemenu{bottom: 214px;  top: auto; }
	}

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

	footer a{ color: white;text-decoration: none;font-weight: 700;}
	footer a:hover, footer a:focus {color: white; text-decoration: underline;}

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

	.socmed{}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; font-size: 24px; margin-right: 20px; transition: all .5s; position: relative; top: 0}
	.socmed a:hover, .socmed a:focus{color: var(--pale); top: -4px}

	.apps{display: flex; gap: 20px;justify-content: center;}
	.apps a{max-width: 192px; width: calc(50% - 10px); height: 50px;  border-radius: 10px;  background-color: var(--pale); border: solid 1px  var(--pale); color: black;display: flex; justify-content: center; align-items: center; font-size: 20px;}
	.apps a:hover, .apps a:focus{ background-color: var(--main); border: solid 1px white; text-decoration: none;-moz-transform: translateX(0px) translateY(-4px);-webkit-transform: translateX(0px) translateY(-4px);-o-transform: translateX(0px) translateY(-4px);-ms-transform: translateX(0px) translateY(-4px);transform: translateX(0px) translateY(-4px);}
	.apps a .RLfa{font-size: 24px;}

	.footicons{border: solid 0px fuchsia; text-align: center; /*white-space: nowrap;*/}
	.footicons img{margin: 10px;}
	.footnote{font-size: 14px; line-height: 1.5;}


	.grecaptcha-badge { width: 70px !important; overflow: hidden !important;  transition: all 0.3s ease !important;  left: 4px !important;}
	.grecaptcha-badge:hover { width: 256px !important;}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.ncua{ display: flex; gap: 20px;}
		.footicons{white-space: nowrap; text-align: left;}
		.footicons img{margin: 0 20px 0 0;}

	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 14px; line-height: 1;}
	img.rounded{max-width: 100%; border-radius: 30px;}
	a.learnmore{ color: var(--main);  text-decoration: underline;}
	a.learnmore:after{content: '\f054'; font-family: 'Font Awesome 7 Pro'; font-weight: 400; margin: 0 0 0 10px; transition: all .25s; color: var(--font); display: inline-block;}
	a.learnmore:hover:after, a.learnmore:focus:after{-moz-transform: translateX(5px) translateY(0px);-webkit-transform: translateX(5px) translateY(0px);-o-transform: translateX(5px) translateY(0px);-ms-transform: translateX(5px) translateY(0px);transform: translateX(5px) translateY(0px);}

	.sml{font-size: 16px;  line-height: 1.5;}
	.smlr{font-size: 16px;  line-height: 1.5;}

	/*M*/
	@media only screen and  (min-width: 768px) {
		p.sml{font-size: 18px;  line-height: 1.44;}
	}

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

	a.cta, a.ctaG, a.ctaB, 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], button.modal_button, button.cta, button#exedout, .blog-filter a button, button.btn.btn-primary, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary, input.calcxml_submit.btn.btn-lg.btn-block.btn-primary
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 4px; background-color: var(--pale); /*font-size: 16px; */font-weight: 700; padding: 15px 20px; color: var(--main) !important}
	a.cta{border: solid 1.5px  var(--pale) !important;}

	a.ctaG, input.calcxml_submit.btn.btn-lg.btn-block.btn-primary, input[type="submit"]{ background-color: var(--main); color: white !important;border: solid 1px var(--main);}

	section.green input[type="submit"]{background-color: var(--pale); color: black; border: 0}

	a.cta:hover,  a.cta: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,  button.modal_button:hover, button.modal_button:focus, button.cta:hover, button.cta:focus, button#exedout:hover, button#exedout:focus, .blog-filter a button:hover, .blog-filter a button:focus, button.btn.btn-primary:hover, button.btn.btn-primary:focus
	{text-decoration: none !important;background-color: var(--main);box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);border: solid 1.5px white; color: white  !important;-moz-transform: translateX(0px) translateY(-4px);-webkit-transform: translateX(0px) translateY(-4px);-o-transform: translateX(0px) translateY(-4px);-ms-transform: translateX(0px) translateY(-4px);transform: translateX(0px) translateY(-4px);}

	a.ctaG:hover,  a.ctaG:focus, a.ctaB:hover,  a.ctaB:focus, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus, input.calcxml_submit.btn.btn-lg.btn-block.btn-primary:hover, input.calcxml_submit.btn.btn-lg.btn-block.btn-primary:focus, input[type="submit"]:hover, input[type="submit"]:focus, section.green input[type="submit"]:hover, section.green input[type="submit"]:focus{text-decoration: none !important;background-color: black;box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);color: white  !important;-moz-transform: translateX(0px) translateY(-4px);-webkit-transform: translateX(0px) translateY(-4px);-o-transform: translateX(0px) translateY(-4px);-ms-transform: translateX(0px) translateY(-4px);transform: translateX(0px) translateY(-4px);}



	.blog-filter a button {background-color: var(--second) !important;}
	.blog-filter a button:hover, .blog-filter a button:focus {background-color: var(--main) !important;}


	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{color: black}
	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 **********************************************/
	/* padding, not margins */
	
	h1 {margin: 0; padding: 0; font-family: "bebas-neue", sans-serif; font-size: 35px;  line-height: 1.21;color: var(--main);}
	h1.D { font-size: 18px;   line-height: 1.33; font-family: "calibri", sans-serif;}
	article h1{color: var(--main); padding: var(--Mtop) 0 0 0;}


	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
	{margin: 0; padding: var(--Mtop) 0 0 0;font-family: "bebas-neue", sans-serif; font-size: 34px;  line-height: 1.2; color: var(--main);}
	article h2.KJEToggleTitle, .cke_editable h2:first-child, .cms_col h2:first-child{padding: 0}


	h3, .code_block h1, .blog-grid-wrap h2.blog_title, .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, .blog-grid-wrap h2
	{margin: 0; padding: 1rem 0 0 0;font-size: 24px;  line-height: 1.25; color: var(--main);font-weight: 700;}

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

	h5, .forum_thread_date, .forum_mischeader_title	
	{margin: 0; padding: 1rem 0 0 0;font-size: 20px; font-weight: 700; color: var(--font)}

	h6 	{margin: 0; padding: 1rem 0 0 0;font-size: 18px;font-weight: 400; font-style: italic; color: var(--font)}


	/*S*/
	@media only screen and  (min-width: 576px) {
		h1 {font-size: 40px;  line-height: 1.19;}

		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: 38px; }


		h3, .code_block h1, .blog-grid-wrap h2.blog_title, .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, .blog-grid-wrap h2
		{font-size: 30px;}
	}

	
	/*M*/
	@media only screen and  (min-width: 768px) {
		h1 {font-size: 48px; line-height: 1.08;}
		h1.D { 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: 44px;  line-height: 1.14;}

		h3, .code_block h1, .blog-grid-wrap h2.blog_title, .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, .blog-grid-wrap h2
		{font-size: 32px; line-height: 1.19;}
	}

	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		h1 {font-size: 60px;  line-height: 1.1; color: white;}
		h1.D { font-size: 30px;  }

		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: 54px;   line-height: 1.11;}
	}

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

	* {overflow-wrap: break-word;}
	hr { border: 0; height: 0; border-top: 1px solid var(--main) }
	.full {display: none;}
	a.skipper {line-height: 0; font-size: 0; border: 0; background: transparent;position: absolute; top: 0; left: 0; z-index: 101}
	a.skipper:focus {border: solid 2px white; color: black; background-color: yellow; line-height: 1; font-size: 18px;}
	.breaker {clear: both; }
	img {border: 0px;}
	.print {display: none;}
	sup, sub {vertical-align: baseline; position: relative;  top: -0.4em;}
	sub {top: 0.4em;}
	.flexcenter{display: flex; justify-content: center; align-items: center;}
	.sideslider table {width: 510px; }
	.sideslider { overflow: scroll;overflow-y: hidden; -ms-overflow-y: hidden;}

	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.mobi {display: none;}
		.full {display: block;}
		.sideslider table {width: 100%; }
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}
	.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; }

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.d-xxl-block{display: block !important;}
		.d-xxl-none{display: none !important;}
		.d-xxl-flex{display: flex !important;}
		.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {position: relative; width: 100%; padding-right: 15px; padding-left: 15px;}
		.col-xxl-1 {-ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
		.col-xxl-2 {-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
		.col-xxl-3 {-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
		.col-xxl-4 {-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
		.col-xxl-5 {-ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
		.col-xxl-6 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
		.col-xxl-7 {-ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
		.col-xxl-8 {-ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
		.col-xxl-9 {-ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
		.col-xxl-10 {-ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%;}
		.col-xxl-11 {-ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%;}
		.col-xxl-12 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
	}




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



/** ALERTS 2.0 ****************************************************/
	.alertholder{width: 100%; }
	.alertbar {padding: 0px 0; width: 100%; }
	.alertbar.regular{}
	.alertbar.high{}
	.alert {width: 96%; max-width: 1160px; margin: 0 auto; padding-right: 40px; position: relative; text-align: left}
	.alert_icon{}
	.alert a {}
	.alert a:hover, .alert a:focus {}
	.alert p{margin: 0; padding: 0}
	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 7 Pro';}

/** BLOGS ********************************************/
	.blog_posted_date {display: block; color: BLACK;}
	span.blog_tags_tag a{display: inline-block;}
	.blog_share {position: relative;  z-index: 99}
	.blog_share a { font-size: 32px; margin-left: 20px;}
	.blog_share ul {list-style: none;}
	.blog_share ul li{ display: inline-block;}
	article .blog_share ul li:before { display: none;}
	.regionbox form input, .regionbox form select {margin: 5px;}
	.comments_sortbox{margin-top: 1rem; z-index: 10}
	
	
	/* panels */
	/* templates/COMMON_JS/enhanced-blog-styles.css */
	
	.blog-grid-wrap{gap: 30px;}

	.blog-grid-wrap div.blog_entry{}

	.blog-grid-wrap h2.blog_title a{ display: block;}
	.blog-grid-wrap h2.blog_title a:hover, .blog-grid-wrap h2.blog_title a:focus{ text-decoration: none;}

	
	.blog-grid-wrap .blog-img-container{}
	.blog-grid-wrap img.blog-image{ }
	.blog-grid-wrap .blog_entry .blog-img-container img { width: 100%;  height: auto;  object-fit: fill;}
 

	/* match to CTA - use !important*/
	.blog-filter a{border: 0;  border-radius: 0; background: none; }
	.blog-filter a button{margin: 0 5px 5px 0; 	display: inline-block; text-decoration: none; cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 0 !important; color: var(--main); background-color: transparent !important; border: solid 1px var(--main) !important; padding: 16px 30px;  font-size: 20px;  font-weight: 700}

	.blog-filter a button:hover,  .blog-filter a button:focus
	{text-decoration: underline; color: var(--main); background-color: transparent !important; border: solid 1px var(--main) !important; }


	.blog-grid-wrap .blog-content p{background-color: blue; text-align: right;}

	.blog-grid-wrap .blog_posted_date{}
	.blog-grid-wrap .blog_comments_link_div{}
	div.blog_entry .blog_share{width: 100%;}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.blog_share { float: right; }
		.blog_share ul { display: flex;  justify-content: flex-end;  align-items: center;}
	}

	@media (min-width: 768px) {
		.blog-grid-wrap .blog_entry .blog-img-container img {height: auto;}
	}


	@media only screen and  (min-width: 992px) {
		.blog-grid-wrap{gap: 30px; margin-right: -30px;}
		.blog-grid-wrap div.blog_entry{flex: calc(33.33% - 30px) 0 1;}

	}

	@media only screen and  (min-width: 1400px) {
		.blog-grid-wrap{gap: 60px; margin-right: -60px;}
		.blog-grid-wrap div.blog_entry{flex: calc(33.33% - 60px) 0 1;}

	}


/** CALENDAR *****************************/
	.content_calendar_table {border: 0; }
	td.content_calendar_table_headercell {background-color: var(--main); color: white; text-align: center; font-weight: 700;}
	td.content_calendar_table_headercell a { color: white; }
	td.content_calendar_table_headercell a:hover, td.content_calendar_table_headercell a:focus { color: var(--pale); }
	td.content_calendar_table_cell { border: solid 1px var(--pale); border-top: 0}
	tr td.content_calendar_table_cell:last-child { border-bottom: solid 1px var(--main);}
	td.content_calendar_table_selectedcell { border: solid 1px var(--main); background-color: var(--pale)}

	/* de-tablize it */
	table.content_calendar_table, table.content_calendar_table tbody, table.content_calendar_table thead,  table.content_calendar_table tr, table.content_calendar_table tr th, table.content_calendar_table tr td{display: block;}

	/* remove empty cells */
	table.content_calendar_table tr td:empty{display: none;}

	/* fix the header row */
	table.content_calendar_table tr:first-child{display: flex; width: 100% !important; }
	table.content_calendar_table tr:first-child td.content_calendar_table_headercell{display: block; width: 33.33%}

	/* remove the days of the week row */
	table.content_calendar_table tr:nth-child(2){display: none}
	
	/* add days of the week to cells */
	table.content_calendar_table tr td:before{content:'Sunday: ';}
	table.content_calendar_table tr td:nth-child(2):before{content:'Monnday: '}
	table.content_calendar_table tr td:nth-child(3):before{content:'Tuesday: '}
	table.content_calendar_table tr td:nth-child(4):before{content:'Wednesday: '}
	table.content_calendar_table tr td:nth-child(5):before{content:'Thursday: '}
	table.content_calendar_table tr td:nth-child(6):before{content:'Friday: '}
	table.content_calendar_table tr td:last-child:before{content:'Saturday: '}
	table.content_calendar_table tr:first-child td:before{display: none;}



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

		/* re-tableize it */
		table.content_calendar_table{display: table;}
		table.content_calendar_table tbody{display: table-row-group}
		table.content_calendar_table tr, table.content_calendar_table tr:nth-child(2){display: table-row}
		table.content_calendar_table tr td, table.content_calendar_table tr td:empty{display: table-cell}
		table.content_calendar_table tr:first-child{display: table-row}
		/* fix header row */
		table.content_calendar_table tr:first-child td.content_calendar_table_headercell{display: table-cell; width: 14.29%;}
		table.content_calendar_table tr:first-child td.content_calendar_table_headercell[colspan="5"]{width: 71.42%;}
		/* remove days of the week from cells */
		table.content_calendar_table tr td:before{display: none;}

		.content_calendar_table {border: solid 1px var(--main); border-collapse: collapse}
		td.content_calendar_table_cell { border: solid 1px var(--main); }
	}

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

/** CALCXML ***********************************/
	.calcxml_container.container{max-width: 100%;}
	.calcxml_container .row {margin: 0;}
	h3[data-toggle="collapse"] {border-bottom: 2px solid #333;}
	.row.collapsing, .row.collapse.show {  border: 2px solid #333;  border-top: none;}
	.calcxml_container h3[data-toggle="collapse"]:after {color: var(--main);}
	table.tipped_table{ margin: 10px 0; }
	input.calcxml_submit.btn.btn-lg.btn-block.btn-primary{ width: 100%}
	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{width: 100%}
	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 7 Pro'; font-weight: 700; margin-right: 10px; }
	.CHA:before {content: '\f0a4'; font-family: 'Font Awesome 7 Pro'; font-weight: 300;margin-right: 10px;}
	.startover:before {content: '\f021'; font-family: 'Font Awesome 7 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: 700;}
	.faq_search {margin: 20px 0px}
	.faq_question_block {margin-top: 10px;}
	.faq_advanced_search_panel {padding: 0px;}
	.faq_advanced_search_panel table {margin: 20px 0px;}
	.faq_advanced_search_panel table td {padding: 2px 0px;}
	.faq_advanced_search_panel i {color: silver;}
	div.faq_browse input[type=submit] {margin-left: 10px;}
	.faq_search_form input[type=submit]{margin: 0 10px;}
	div.faq_advanced_search_panel input[type=text], div.faq_advanced_search_panel textarea{width: 100%;}
	div.faq_advanced_search_panel input[type=button] {margin-left: 10px;}
		form.faq_search_form input[type="submit"], div.faq_browse form input[type="submit"]{margin: 10px 0;}

	/*remove recent, featured, & popular */
	/*div.faq_featured_block, div.faq_recent_block, .faq_popular_block{display: none;}*/

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

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

/** FAQS REGION ***************************************/
	ul.region_faq_list li {margin-bottom: 5px;}
	span.region_faq_header {display: block; margin-bottom: 10px}

/** FORMS ************************************************/
	/*borders
	.cms_form_fieldset{border: solid 1px red;}
	LEGEND.cms_form_legend {border: solid 1px blue; }
	.cms_form_radio_container, .cms_form_checkbox_container{border: solid 1px green;}
	.cms_form_item{border: solid 1px orange}
	.cms_form_object{border: solid 1px cyan}
	.cms_form_error{} 
	.cms_form_label{border: solid 1px lime}
	.cms_form_content_block{border: dashed 1px black}
	FIELDSET.cms_form_fieldset {border: dashed 1px silver}
	*/

	.cms_form_required_block{}
	section.green .cms_form_required_block{color: var(--pale);}

	form.cms_form_obj, .cms_form_errors{max-width: 1000px; margin: 0 auto;}
	form .cms_form_object:last-child{float: none;}
	.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_object input[type="text"],.cms_form_item .cms_form_object input[type="number"],.cms_form_item .cms_form_object input[type="password"], .cms_form_item .cms_form_object input[type="email"], .cms_form_item .cms_form_object select, .cms_form_item .cms_form_object textarea{ border-radius: 10px;border: solid 1px var(--font); width: 100%}
	.cms_form_item .cms_form_object input[type="submit"]{width: auto;}

	.cms_form_item { margin: 5px 0}

	.cms_form_item .cms_form_object select.cms_form_date_month, .cms_form_item .cms_form_object select.cms_form_date_day, .cms_form_item .cms_form_object select.cms_form_date_year{ display: inline; width: 30%}


	LEGEND.cms_form_legend, .cms_form_radio_container, .cms_form_checkbox_container, .cms_form_object, .cms_form_label, FIELDSET.cms_form_fieldset {width: 100% !important; display: block; float: none;}

	.cms_form_radio_container label, .cms_form_checkbox_container label{display: inline; }

	/*M*/
	@media only screen and  (min-width: 768px) {
		.cms_form_item {display: flex; flex-wrap: wrap;}
		.cms_form_object{width: calc(100% - 320px)  !important; }
		.cms_form_label{width: 300px  !important; }

		.cms_form_error{width: 100%  !important;} /* inside .cms_form_item */
		FIELDSET.cms_form_fieldset{position: relative;display: flex; flex-wrap: wrap; }
		LEGEND.cms_form_legend{width: 300px  !important;float: left; }
		FIELDSET.cms_form_fieldset .cms_form_object{display: flex; flex-wrap: wrap;justify-content: flex-start; /*width: calc(100% - 320px)  !important; position: relative; float: right*/ }


		.cms_form_radio_container, .cms_form_checkbox_container{ padding-right: 20px; width: auto !important;}
	}

/** 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; }
	.boxedsearch h2{padding: 0 0 1rem 0;}
	.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;}

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

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

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



/** SIDEBAR CONTENT ************************************************/
	.code_block{max-width: 100%;}
	.code_block_top {}
	.code_block_center {}
	.code_block_bttm {}
	.code_block_indiv_content p{margin-top: 0px;}
	article .code_block_top {}
	article .code_block_center {}
	article .code_block_bttm {}
	article .code_block_indiv_top{}
	article .code_block_indiv_content{}
	article .code_block_indiv_bttm{}

	/*.boxtop, .code_block_indiv_top, .boxbottom, .code_block_indiv_bttm {display: none;}*/


/** SMARTBANNER ********************/

	#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
	#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
	#smartbanner .sb-container { margin: 0 auto; }
	#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMT700',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(255,255,255,1); 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:700; 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:700; 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('/templates/COMMON_JS/dark_background_stripes.gif'); 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; min-height:28px}
	#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;
  }

}

