@font-face {
	font-family: 'UnitedSans';
	font-weight: 500;
/*	src:  url('font/UnitedSansSmCdMdTT.ttf')  format('truetype');*/
}
@font-face {
	font-family: 'UnitedSansI';
/*	src:  url('font/UnitedItalicSmCdMdTT.ttf')  format('truetype');*/
	font-weight: 500;
	text-decoration: italic;
}
@font-face {
	font-family: 'UnitedSansB';
/*	src:  url('font/UnitedSansSmCdBdTT.ttf')  format('truetype');*/
	font-weight: 700;
}

@font-face {
	font-family: 'UnitedSansBI';
/*	src:  url('font/UnitedItalicSmCdBdTT.ttf')  format('truetype');*/
	font-weight: 700;
	text-decoration: italic;
}


:root {
  --main: #BEB79B;
  --second: #596D90;
  --accent: #DF3011;
  --pale: #EFEFED;
  --white: #FFFFFF;
  --font: #000;
  --headers: #596D90;
  --links: #193D39;
  --Ptop: 40px 20px 0 20px;
  --Pboth: 40px 20px; 
  --Mtop: 40px;
  --Pside: 20px;
  --Nside: -20px;
  --shadedgold: #D9D5C6;
  --beige: #e0e0db;
  --gray2: #575555;
  --gray1: #757575;
  --dkgreen: #193D39;


/*
 #e0e0db;

font-family: UnitedSans, sans-serif;
Medium Gold: #FFC709 - main
Darker Gold: #CC9C00

Black 1: #141414 - second
Black 2: #333333 - font
Gray 1: #575555
Gray 2: #757575
Light Beige: #EFEFED -- pale
Beige: #E0E0DB

--dkgreen: #193D39;
 #DF3011; - accent

 XS Spacing between regions – 60px
SM Spacing between regions – 70px
MD Spacing between regions – 80px
LG Spacing between regions – 100px

max-width: 1320px;

*/

	@media only screen and  (min-width: 576px) {
	  --Ptop: 30px 20px 0 20px;
	  --Pboth: 30px 20px; 
	  --Mtop: 30px;
	}

	@media only screen and  (min-width: 768px) {
	  --Ptop: 40px 42px 0 42px;
	  --Pboth: 40px 42px; 
	  --Mtop: 40px;
	  --Pside: 42px;
	  --Nside: -42px;
	}

	@media only screen and (min-width: 992px) {
	  --Ptop: 50px 30px 0 30px;
	  --Pboth: 50px 30px; 
	  --Mtop: 50px;
	  --Pside: 30px;
	  --Nside: -30px;
	}

	@media only screen and (min-width: 1200px) {
	  --Ptop: 50px 55px 0 55px;
	  --Pboth: 50px 55px; 
	  --Mtop: 50px;
	  --Pside: 55px;
	  --Nside: -55px;
	}
}


/** UNIVERSAL *************************************/

	body {text-align: center; background-color: WHITE; -webkit-text-size-adjust: 100%; padding: 0; margin: 0;font-family: 'UnitedSans', sans-serif; font-weight: 500; font-size: 18px; }
	.contentwrapper{width: 100%; position: relative; overflow: hidden;  font-family: 'UnitedSans', sans-serif; font-weight: 500; font-size: 18px; color: var(--font);}

	article p{margin: 1rem 0 0 0;line-height: 1.3; font-family: 'UnitedSans', sans-serif; font-weight: 500; font-size: 18px; }
	article{font-family: 'UnitedSans', sans-serif; font-weight: 500; font-size: 18px; }
	.liner, article {width: 100%;  margin: 0 auto;  position: relative; max-width: 1320px;}
	.container-fluid{width: 100%; margin: 0 auto; padding: 0; max-width: 1320px;}
	section { width: 100%; padding: var(--Pboth); margin: 0;}

	a, button.modal_link{  transition: all .25s; font-family: 'UnitedSansB', sans-serif; color: var(--links);text-decoration: none;}
	article a, button.modal_link{text-decoration: underline;}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var(--accent); 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, label{ font-family: 'UnitedSans', sans-serif; font-weight: 500; font-size: 18px; color: var(--font);}
	button{border: 0; background: transparent;transition: all .25s;text-align: center; padding: 0}
	.CHbox a, .CHA, .cardbennies{ font-family: 'UnitedSans', sans-serif; font-weight: 500; font-size: 18px; color: var(--font);} /* match to regular font size */
	strong{font-family: 'UnitedSansB', sans-serif;}
	em{font-family: 'UnitedSansI', sans-serif;}
	blockquote{padding: 1rem 0 0 0;}
	.video_wrapper {margin-top: 20px !important;}

	article ul, article ol {margin: 0; padding: 1rem 0 0 20px;}
	/*.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);}
	*/

/*	article ul:not(.content_sitemap) {list-style: none;padding: 20px 0 20px 30px;}
	article ul:not(.content_sitemap) li {position: relative;}
	article ul:not(.content_sitemap) li:before {content: url(../images/bullet-check.svg); width: 20px; height: 24px;  position: absolute; top: 0; left: -30px; }*/

	article ul.content_sitemap { margin: 0; padding-top: 0; padding-bottom: 0}
	article ul.content_sitemap li{margin: 0; padding:  0}


	/*S*/
	@media only screen and  (min-width: 576px) {
		.contentwrapper, input, select, textarea, button, .CHbox a, .CHA, .cardbennies{font-size: 22px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
	}

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; padding: 0 var(--Pside); position: relative; background-color: white; box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);background-color: var(--second);}
	header .liner{ height: 150px; max-width: 1420px; position: relative; }
	header.stuck {position: fixed; top: 0; left: 0; }

	a.homelink{position: absolute;  height: 100%;top: 0; left: 0; z-index: 101}
	a.homelink img {width: 84px; height: 70px;}


	.toplinks {display:  flex; /*justify-content: flex-end; align-items: center;*/  background-color: var(--main); width: 100%; position: relative;   padding: 0 var(--Pside);}

	.toplinks .liner{  max-width: 1420px;height: auto; padding: 10px 0; display: flex; justify-content: center; gap: 5px 10px; /*justify-content: space-between; */ align-items: center; flex-wrap: wrap; /*padding-right: 20%*/}
	
	.toplinks a, .toplinks .notalink  {color: var(--font);font-size: 15px; line-height: 1.6; display: flex; justify-content: center; align-items: center;/*flex-direction: column;*/font-family: 'UnitedSans', sans-serif; line-height: 1; gap: 5px;}
	
	.toplinks a .RLicon, .toplinks .notalink .RLicon{ width: 30px; height: 30px; border-radius: 5px; background-color: var(--font); color: white;font-size: 16px;display: flex; justify-content: center; align-items: center; line-height: 1}
	.toplinks a:hover, .toplinks a:focus {}

	#sitesearch {/*border: solid 1px lime;*/ color: white;width: 44px; height: 44px; position: absolute; bottom: 90px; right: 44px; font-size: 20px;z-index: 1001}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: var(--main);}
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 6 Sharp'; font-weight: 400;}
	#sitesearch.down:before{content: '\f057';}

	.sitesearch {display: none; position: absolute; top: 165px; right: 0; height: 54px; width: 100%; background-color: var(--font); color: white; border-radius: 10px;z-index: 101}

	.searchbox {position: absolute; top: 0; left: 0; padding-left: 10px; height: 54px; width: calc(100% - 44px); border: 0; background-color: transparent; outline: 0; color: white;}

	.searchbox::placeholder {color: white;  opacity: 1;}
	.searchbox:-ms-input-placeholder {color: white;}
	.searchbox::-ms-input-placeholder { color: white;}

	button.SSbttn{color: var(--main); position: absolute; top: 0; right: 0; width: 44px;height: 54px; font-size: 24px; }
	button.SSbttn:hover, button.SSbttn:focus {color: white;}
	.sitesearch button:before{content: '\f002'; font-family: 'Font Awesome 6 Sharp'; font-weight: 400;}



	.easypay {position: absolute;top: 70px;  right: 132px; /*left: calc(50% - 46px - 10px - 2px);*/  z-index: 1001}
	.easypay a	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s;   padding: 0; font-family: 'UnitedSans', sans-serif;  font-size: 16px; background-color: transparent; border-radius: 0;  color: white; font-weight: 400; position: relative; }

	.easypay a:before {content: '\24'; font-family: 'Font Awesome 6 Sharp'; font-weight: 400;  width: 45px; height: 45px;  background-color: var(--main);display: flex; justify-content: center; align-items: center; transition: all .25s; border-radius: 10px; color: var(--font); margin-bottom: 5px;}
	.easypay a:hover,  .easypay a:focus	{text-decoration: underline;}
	.easypay a:hover:before,  .easypay a:focus:before{background-color: var(--shadedgold); text-decoration: none;}
	.easypay a.down:before{content: '\f057';}

	/* XS */
	@media only screen and  (min-width: 400px) {
		header {padding: 0 var(--Pside);}

		.easypay { right: 210px; top: 15px;}
		header .liner{ height: 95px;  }
		#sitesearch { height: 100%; bottom: 0 }
		.sitesearch { top: 105px; }

	}

	/*S*/
	@media only screen and  (min-width: 576px) {
		header { padding: 0  0 0 var(--Pside);}
		header .liner{  height: 115px;}
		#sitesearch { font-size: 24px;}
		.sitesearch {top: 125px;}
		a.homelink img {width: 250px; height: 100px;}
		.easypay {top: 25px;right: 220px; /*top: 18px;left: auto; right: 178px;*/ }
		.easypay a	{/*font-size: 18px;*/}
		
		.toplinks a, .toplinks .notalink  {flex-direction: row; font-size: 18px;}
		.toplinks a .RLicon, .toplinks .notalink .RLicon{margin-right: 8px;}
	}	

	
	/*M*/
	@media only screen and  (min-width: 768px) {
		header { padding: 0 var(--Pside);}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		/*.toplinks { width: calc(100% + 60px);  left: -30px;}*/
		.toplinks .liner, .TL{justify-content: flex-end; gap: 30px; align-items: center; /*padding-right: 140px;*/}
		/*.TL a .RLicon{display: none}*/
		.easypay {top: 30px; right: 470px /*right: 340px*/ /*right: 270px;*/}
		.easypay a{ color: var(--font);  padding: 14px 25px;   font-family: 'UnitedSansB', sans-serif;  font-size: 22px; background-color: var(--main);border-radius: 10px 0 0  10px; border: solid 2px var(--main);  border-right: 0; margin-right: 55px;  }
		.easypay a:before{ font-weight: 400;  width: 55px; height: calc(100% + 4px); position: absolute; top: -2px; right: -55px; background-color: var(--shadedgold);display: flex; justify-content: center; align-items: center; transition: all .25s; border-radius: 0  10px 10px 0;}
		.easypay a:hover,  .easypay a:focus	{text-decoration: none;background-color: white;border: solid 2px #333; border-right: 0;}
		.easypay a:hover:before,  .easypay a:focus:before{color: var(--main); background-color: var(--second);}

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		header {padding: 0 30px;}
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		header {padding: 0 var(--Pside);}
		.easypay	{ right: 171px; ;}
		#sitesearch {right: 365px;}
		.sitesearch { top: 30px; right: 425px;  width: calc(100% - 425px - 280px);}

		.toplinks .liner{/*border: solid 1px black; */padding-right: 130px;}
	}
	@media only screen and (min-width: 1560px) {
	}

/** MOBI MENU ***************************************/

	nav.pc, .ddcontent {display: none;}

	button.menutoggler{/*border: solid 1px orange;*/ display: block; height: 44px; width: 44px;  position: absolute; bottom: 90px;  right: 0; font-size: 32px; color: white;}
	button.menutoggler:hover, button.menutoggler:focus {color: var(--main);transition:  all .25s;}
	/*button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 6 Sharp'; font-weight: 400;}*/

	nav.mobile button.menutoggler2{text-decoration: none; height: 44px; width: 44px; font-size: 20px; color: white; position: absolute; top: 0; right: 0; text-align: center; }
	nav.mobile button.menutoggler2:hover, nav.mobile button.menutoggler2:focus{color: var(--main);}


	nav.mobile{display: block; background-color: var(--second); color: white; height: 100%; position: fixed; z-index: 1000; top: 0; overflow-y: auto;  width: 300px; right: -300px; text-align: left;  transition: all .25s;padding: 40px 0px 30px 0px; text-align: center;}
	nav.mobile.out{right: 0; box-shadow: 0 0 5px black;}

	.Mlogo{width: 240px; margin: 30px auto; }

	.L1{padding: 0; width: 100%;}

	.L1 a, .L1 button {color: var(--main);text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s; padding: 5px 50px 5px 30px;font-size: 26px;font-family: 'UnitedSansB', sans-serif;}
	.L1 button.flipped, .L1 button.flipped:hover, .L1 button.flipped:focus {background-color: white; color: var(--font);}
	.L1 a:hover, .L1 a:focus, .L1 button:hover, .L1 button:focus {color: white;}
	
	.L1 button:after {content: '\f078'; font-family: 'Font Awesome 6 Sharp'; font-weight: 400; position: absolute; top: 0px; right: 30px; transition: all .25s; transform: rotate(-90deg);}
	.L1 button:hover:after , .L1 button:focus:after {transform: rotate(0deg);} 
	.L1 button.flipped:after { transform: rotate(180deg);}

	.L2 {display: none; background-color: white; }
	.L2 a, .L2 button {color: var(--second);padding: 5px 30px;font-size: 22px;font-family: 'UnitedSans', sans-serif;}
	.L2 button {padding: 5px 50px 5px 30px;color: var(--second);}
	.L2 button:hover, .L2 button:focus {color: var(--second);}

	.L3 {display: none;}
	.L3 a{padding: 5px 40px;font-size: 20px;}

	.L2 a:hover, .L2 a:focus, .L3 a:hover, .L3 a:focus {text-decoration: underline;color: var(--second);}

	.MMlinks1{background-color: var(--main);padding: 10px 0px; text-align: center;}
	.MMlinks1 a, .MMlinks1 .notalink{padding: 10px 30px; color: var(--font); font-size: 18px;font-family: 'UnitedSans', sans-serif; display: block;}
	.MMlinks1 a:hover, .MMlinks1 a:focus{color: var(--font); text-decoration: underline;}
	.MMlinks1 a .RLicon, .MMlinks1 .notalink .RLicon{ width: 30px; height: 30px; border-radius: 5px; background-color: var(--font); color: white;font-size: 16px;display: inline-flex; justify-content: center; align-items: center; line-height: 1}



	/*https://css-tricks.com/the-current-state-of-styling-scrollbars/*/
	nav.mobile::-webkit-scrollbar {width: 10px;}
	nav.mobile::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.7);
		background-color: var(--main);
	}
	nav.mobile::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 3px rgba(0,73,135,.7);
		border-radius: 5px;
		background-color: var(--second);
	}

	/* XS */
	@media only screen and  (min-width: 400px) {
		button.menutoggler{ height: 100%; bottom: 0}
	}

	/*S*/
	@media only screen and  (min-width: 576px) {
		nav.mobile{ width: 360px; right: -360px; }
		.Mlogo{width: 260px; margin: 30px auto; }
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		}

	@media only screen and (min-width: 1400px) {

/** MENU *********************************************/
		button.menutoggler, nav.mobile{display: none;}

		nav.pc  {border: solid 0px cyan; display: block; z-index: 100; width: 100%; max-width: 1280px; height: auto;  position: absolute; top: 0px; right: calc(50% - 640px);}
		
		.navliner {border: solid 0px orange;   z-index: 100; display: flex; justify-content: space-between;  align-content: center; max-width: 772px; position: relative; top: 0; left: 278px; }

		button.CMitem, a.CMitem{border: solid 0px orange; text-decoration: none; line-height: 1.15;  display: flex; align-items: center; justify-content: center; font-size: 26px;font-family: 'UnitedSansB', sans-serif; height: 115px; color: white; text-transform: uppercase;flex: 1 1 auto;}
		button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {color: var(--main);text-decoration: none;}

		.ddcontent{ display: none;  border-radius: 20px;  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);  background-color: white; position: relative; top: 0px; width: 100%; max-width: 1280px; min-height: 400px; z-index: 100; right: calc(50% - 640px);}
		
		header .ddcontent .liner {height: auto;min-height: 400px; display: flex; justify-content: space-between;}

		.ddcontent p { margin: 0; padding:  .5rem 0 0 0; line-height: 1.25}
		.ddcontent a { }
		.ddcontent a:hover, .ddcontent a:focus { text-decoration: none;}

		.Mlinks{border: solid 0px blue; padding:  0px 50px 20px 50px; text-align: left; width: calc(100% - 350px);}
		.Mlinks .container-fluid{max-width: 100%;}
		.ddcontent p.Mtitle, .ddcontent p.Mtitle a{font-size: 26px;font-family: 'UnitedSansB', sans-serif; margin: 0; padding: 2rem 0 0 0}
		.Mlinks a{color: var(--font);font-family: 'UnitedSans', sans-serif; font-size: 22px; }
		.Mlinks a:hover, .Mlinks a:focus {color: var(--font); text-decoration: underline;}
		.Mlinks ul {list-style: none; margin-left: 0; padding-left: 20px;}
		
		.Mimg{border: solid 0px red; width: 350px; height: 400px; position: relative; }
		.Mimg img{position: absolute; top: 0; right: 0; border-radius: 0 20px 20px 0; z-index: 1}
		.Mtext{ position: absolute; bottom: 0; right: 0;width: 350px; text-align: left; z-index: 10; color: white;background: linear-gradient(to bottom, rgba(31,31,31,0) 0%,rgba(31,31,31,0.7) 96%,rgba(31,31,31,0.7) 100%); padding: 30px;border-radius: 0 0 20px 0; }
		.Mtext a.learnmore{color: white;}
		.Mtext a.learnmore:hover, .Mtext a.learnmore:focus{color: var(--main);}

		.Mhead{font-size: 32px;font-family: 'UnitedSansB', sans-serif;}
		.Mtext p{/*padding: 22px 0 0 0; margin: 0*/}


	}

/** HOME TABS *************************************************/

	section.hometabs{padding: var(--Ptop)}
	section.hometabs .liner{display: flex; flex-direction: column; gap: 15px;}

	.Htab{font-size: 24px; color: white; width: 100%; border-radius: 15px; padding: 14px;font-family: 'UnitedSans', sans-serif; }
	.Htab:hover, .Htab:focus, .Htab.voila{font-family: 'UnitedSansB', sans-serif; }
	.Htab:hover span, .Htab:focus span, .Htab.voila span{border-bottom: solid 2px var(--main); padding-bottom: 5px;}
	.Ht1{background-color: var(--gray1);}
	.Ht2{background-color: var(--gray2);}
	.Ht3{background-color: var(--font);}
	.Ht4{background-color: var(--second);}

	.Hcontent{ display: flex;padding: 0; flex-direction: column; gap: 10px;}

	.Hbox{ border-radius: 15px; position: relative; display: flex; justify-content: center;  align-items: center; gap: 12px;}
	.Hbox a.cta, .Hbox a.cta:hover, .Hbox a.cta:focus{position: absolute; top: 0; right: 0; width: 100%; background:transparent; color: transparent; margin: 0; border: 0; height: 100% }
	.Hbox a.cta:after{display: none;}

	.Hbox p{font-size: 0; line-height: 0; padding: 0; margin:0;}
	.Hbox img{height: 65px;}
	.Hc1 .Hbox{border: solid 3px var(--gray1);}
	.Hc2 .Hbox{border: solid 3px var(--gray2);}
	.Hc3 .Hbox{border: solid 3px var(--font);}
	.Hc4 .Hbox{border: solid 3px var(--second);}
	.Hheader{font-size: 22px;}

	.Htabs{display: none;}
	

	/*S*/
	@media only screen and  (min-width: 576px) {
		section.hometabs .liner{display: flex; flex-direction: column; gap: 0;}

		.Htab{margin-top: 15px}
		.Htab.voila{border-radius: 15px 15px 0 0 ;}


		.Hcontent{padding: 50px 30px;  gap: 50px; border-radius: 0 0 15px 15px}
		.Hbox{ border-radius: 0; display: block; background-color: white;}

		.Hbox p{font-size: 22px; line-height: 1.27; padding: 1rem 0 0 0 }
		.Hc1 .Hbox, .Hc2 .Hbox, .Hc3 .Hbox, .Hc4 .Hbox{border: none}

		.Hheader{font-size: 26px;}

		.Hbox a.cta, .Hbox a.cta:hover, .Hbox a.cta:focus{position: relative; top: 0; right: auto; width: auto;  background-color: var(--main);  color: var(--font); margin-right: 55px;  border: solid 2px var(--main);  border-right: 0; height: auto }
		.Hbox a.cta:hover, .Hbox a.cta:focus{position: relative; top: 0; right: auto; width: auto;text-decoration: none;background-color: white;border: solid 2px #333; border-right: 0;}
		.Hbox a.cta:after{display: flex;}


		.Hc1{border: solid 3px var(--gray1); border-top: 0}
		.Hc2{border: solid 3px var(--gray2); border-top: 0}
		.Hc3{border: solid 3px var(--font); border-top: 0}
		.Hc4{border: solid 3px var(--second); border-top: 0}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.Hcontent{ flex-direction: row; gap: 50px; flex-wrap: wrap; padding: 50px}
		.Hbox{flex: 1 1 40%;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.hometabs .liner{height: 525px; overflow: hidden;}
		.Hcontent{height: 425px; width: 100%; position: absolute; top: 95px; right: 0;gap: 30px;  padding: 30px}
		.Htab{display: none;}
		.Htabs{display: flex; padding-top: 15px;}
		.Hbox{flex: 1 1 10%;}
		.Htab2{font-size: 26px; color: white; width: 25%; border-radius: 15px 15px 0 0 ; padding: 0 14px; height: 85px; font-family: 'UnitedSans', sans-serif;}
		.Htab2:hover, .Htab2:focus, .Htab2.voila{font-family: 'UnitedSansB', sans-serif;box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5); }
		.Htab2:hover span, .Htab2:focus span, .Htab2.voila span{border-bottom: solid 2px var(--main); padding-bottom: 5px;}
		.Htt1{background-color: var(--gray1);}
		.Htt2{background-color: var(--gray2);}
		.Htt3{background-color: var(--font);}
		.Htt4{background-color: var(--second);}

		.Hc1{border-top: solid 3px var(--gray1);}
		.Hc2{border-top: solid 3px var(--gray2);}
		.Hc3{border-top: solid 3px var(--font);}
		.Hc4{border-top: solid 3px var(--second);}
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
	}

/** HOME LARGE PROMOS *************************************************/

	section.PromoR, section.PromoL{padding: var(--Mtop) 0 0 0; max-width: 1920px; margin: 0 auto;}
	.Pimg{ position: relative; z-index: 9}
	.Pimg img{max-width: 100%;}
	.Pangle{display: none;}
	.Ptext{ padding: 30px 20px; position: relative; z-index: 99}
	.Ptext div{ text-align: center;}
	.Ptext p{margin: 0; padding: 1rem 0 0 0 }
	.Ptext h2{margin: 0; padding:  0 }

	/*S*/
	@media only screen and  (min-width: 576px) {
		.Ptext{ background: url(../images/home-promo-right-mobile.png) no-repeat center top;  margin-top: -140px; padding: 130px 30px 80px 30px;}
		section.PromoL .Ptext{ background: url(../images/home-promo-left-mobile.png) no-repeat center top;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.Ptext{  margin-top: -180px; padding: 160px 42px 80px 42px; position: relative; z-index: 99}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.Ptext{  margin-top: -220px; padding: 160px 100px 100px 100px; position: relative; z-index: 99}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.PromoR{height: 600; padding: 0; position: relative; text-align: left}
		.Ptext{  margin: 0; width: 535px; height: 100%; padding: 0 52px 0 0px; position: absolute; top: 0; right: 0; display: flex;  align-items: center; background: none white;}
		.Ptext div{margin-left: -40px; width: calc(100% + 40px); text-align: left;}
		.Pangle{display: block; height: 100%; width: 365px; position: absolute; top: 0;right: 535px; z-index: 90}

		section.PromoR .Pimg{left: -12%}
		section.PromoL .Pimg{left: 12%}


		section.PromoL{height: 600; padding: 0; position: relative; text-align: right}
		section.PromoL .Ptext{ margin: 0;  padding: 0 0 0 52px; right: auto; left: 0;  background: none white; overflow: visible}
		section.PromoL .Ptext div{margin-right: -40px; position: relative; left: 40px;width: calc(100% + 40px);  }
		section.PromoL .Pangle{right: auto; left: 535px;}
	}
	

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.Pangle{right: calc(50% - 182px);}
		.Ptext{ width:calc(50% - 182px); padding: 0 calc(50% - 660px) 0 0;}

		section.PromoL .Pangle{left: calc(50% - 182px);}
		section.PromoL .Ptext{ width:calc(50% - 182px); padding: 0 0 0 calc(50% - 660px);}
	}

	@media only screen and (min-width: 1600px) {
		section.PromoR .Pimg{left: -6%}
		section.PromoL .Pimg{left: 6%}
	}

	@media only screen and (min-width: 1800px) {
		section.PromoR .Pimg, section.PromoL .Pimg{left: 0}
	}

	@media only screen and (min-width: 1840px) {
		.Pangle{right: calc(50% - 152px);}
		.Ptext{ width:calc(50% - 152px); padding: 0 calc(50% - 660px) 0 0;}
		section.PromoR .Pimg{left: 0}

		section.PromoL .Pangle{left: calc(50% - 152px); }
		section.PromoL .Ptext{ width:calc(50% - 152px); padding: 0 0 0 calc(50% - 660px);}
	}

/** RATES SCROLLER + SLICK ***********************************************/
	/** SLICK SLIDESHOW ***/
		.slick-slider {	user-select: none;  -webkit-touch-callout: none; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
		.slick-list {position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
		.slick-list:focus{outline: none;}
		.slick-list.dragging {cursor: pointer; cursor: hand;}
		.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
		.slick-track{position: relative; top: 0; left: 0; display: block; margin: 0 auto; }
		.slick-track:before {display: table;content: '';}
		.slick-track:after{display: table;content: '';clear: both;}
		.slick-loading .slick-track {visibility: hidden;}
		.slick-slide.slick-loading img{display: none;}
		.slick-slide.dragging img{pointer-events: none;}
		.slick-initialized .slick-slide{display: block;}
		.slick-loading .slick-slide{visibility: hidden;}
		.slick-loading .slick-list{background: #fff url(../js/ajax-loader.gif) center center no-repeat;}
		.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent;}
		.slick-arrow.slick-hidden {display: none;}

	/* borders 
	.rates-carousel{border: solid 1px fuchsia;}
	.slick-slider{ border: solid 1px green; }
	.slick-prev, .slick-next{border: solid 1px lime;}
	.slick-slide{ border: solid 1px orange;}
	.rate_cell div{border: solid 1px yellow;}
	.rate_cell{border: solid 1px cyan;}
	*/

	section.rc-container{background: url(../images/arrowbg_mobile.jpg) no-repeat center center; background-size: cover; color: white; padding: var(--Pboth); width: 100%; margin-top: var(--Mtop);}
	
	section.rc-container h2{ color: white; padding: 0 0 1rem 0}
	
	.Rlinks{padding-top: 45px;}
	.Rlinks a.cta{margin: 5px 60px 5px 5px; width: 225px}

	.rates-carousel{ width: 100%; max-width: 1430px;  position: relative; margin: 0 auto; }

	.slick-slider{  padding: 0; margin: 0 auto; width: calc(100% - 80px) !important;  }
	.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto; display: flex;align-items: center;}

	.slick-slide{display:none;min-height:1px;  padding: 0 20px; height: 170px; display: flex;  justify-content: center;  align-items: center}

	.rate_cell{height: 100%; display: flex;  justify-content: center;  align-items: center; position: relative;  }
	.rate_cell div{ text-align: left;}



	
	a.Rtext, .Rtext{font-size: 26px;font-family: 'UnitedSansB'; line-height: 1.08; color: white;}
	.Rapr{ font-size: 18px; color:white; padding: 10px 0 20px 0; line-height: 1}
	.Rnumber{font-size: 60px; font-family: 'UnitedSansB';color: white; line-height: 1 }
	
	a.Rtext:hover, a.Rtext:focus{ text-decoration: underline;}
	/*.rate_cell:hover .Rnumber{color: var(--main); text-decoration: none}*/

	/* arrows nav */
	.slick-arrow.slick-hidden{display:none}
	.slick-prev, .slick-next{ z-index: 99; color: white; font-size: 32px; position: absolute; top: 0; display: block;  width: 40px; height: 100%; cursor: pointer; text-align: center; background: transparent; opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90}
	.slick-prev{left: 0;}
	.slick-next{left: auto;right:0px;}
	.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{opacity: 1; color: var(--main); outline:none;}

	/* printable version */
	.printablerates .liner{max-width: 400px; margin: 0 auto; display: flex;  flex-direction: column; gap: 20px; justify-content: center; }
	.printablerates .rate_cell{display: block !important; min-height: 170px; width: 100%; display: flex;  justify-content: center;  align-items: center; position: relative;  }
	.printablerates .rate_cell div{ text-align: center; color: var(--font);}


	/*XS*/
	@media only screen and  (min-width: 400px) {
		.Rlinks a.cta{width: 245px}
	}

	/*S*/
	@media only screen and  (min-width: 576px) {
		.Rlinks a.cta{ width: auto}
		.slick-slide.slick-active{position: relative; }
		.slick-slide.slick-active:before{content: ''; width: 1px; height: 170px;background-color: white; position: absolute; top: 0; right: -2px;}
		.slick-track .slick-slide.slick-active:last-child:before{display: none;}

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.rc-container{background: url(../images/arrowbg_blue_desktop.jpg) no-repeat center center; }
		.slick-slide{padding: 0 30px}
		.printablerates .liner{flex-direction: row; gap: 0px; flex-wrap: wrap; max-width: 100%;}
		.printablerates .rate_cell{ flex: 1 1 33%; max-width: 33.33%;  padding: 0 20px  }

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.printablerates .rate_cell{flex: 1 1 20%; max-width: 24%; }

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

/** HOME BLOG SLIDER **/

	section.blogs{padding: var(--Mtop) 20px; background-color: var(--pale); max-width: 1920px; margin: 0 auto;}
	section.blogs h2{padding: 0;}

	.banner-carousel{border: solid 0px fuchsia;width: 100%; max-width: 660px; margin: 0 auto; position: relative;  height: 494px; margin: 40px 0 60px 0;}
	.banner-carousel .slick-slider{ border: solid 0px green; padding: 0; margin: 0 auto; width: 100% !important;}
	.banner-carousel .slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto; display: flex;align-items: center;}

	.banner-carousel .slick-slide{border: solid 0px orange; display:none;min-height:1px; display: flex; justify-content: center; align-items: flex-end;padding: 0; background-color: white;  padding: 0}

	.banner_cell{height: 450px; width: 100%; position: relative; background-repeat: no-repeat; background-size: auto 100% ; background-position: center center; transition: background-size .25s }
	.banner_cell:hover {background-size: auto 106% ;}
	
	.Nimg{height: 100%; width: 100%;max-width: 540px; overflow: hidden; position: absolute; top: 0; right: 0; z-index: 1}
	.Nimg img{object-fit: cover; object-position: center; width: 100%;  height: 100%; transition: all .25s; position: relative;  }
	.banner_cell:hover .Nimg img{width: 106%;  height: 106%;  }


	.Ncontent{height: 500px; width: 100%; max-width: 540px;background: linear-gradient(to bottom, rgba(31,31,31,0) 0%,rgba(31,31,31,0) 66%,rgba(31,31,31,0.7) 76%,rgba(31,31,31,0.7) 100%); display: flex; justify-content: flex-start; align-items: flex-end;position: relative; z-index: 90; color: white; padding: 30px; transition: all .25s}
	.banner_cell:hover .Ncontent{height: 550px;}
	
	.Ncat{line-height: 1.38; ;padding: 21px 30px;border-radius: 0 10px  10px 0; background:  rgba(255, 199, 9, .9); position: absolute; top: 30px; left: 0px; color: var(--font);}

	.Ntitle{ font-size: 28px;font-family: 'UnitedSansB', sans-serif;line-height: 1.14; padding: 30px 0}

	.Nlink{}
	.Nlink a{ display: block; font-size: 0;color: white; text-decoration: none;font-family: 'UnitedSansB', sans-serif;  padding-bottom: 0px;position: relative; border: 0; line-height:0; height: 0; bottom: 0; position: relative;}
	.banner_cell:hover .Nlink a, .Nlink a:focus{font-size: 18px;padding: 0px 0 10px 0; line-height: 1; height: 28px;}

	.Nlink a:hover, .Nlink a:focus{color: var(--main);text-decoration: none;}
	.Nlink a:after{content: ''; width: 0; height: 0; position: absolute; bottom: 0; left: 0; background-color: white;}
	.banner_cell:hover .Nlink a:after, .Nlink a:focus:after{ width: 76px; height: 2px;}

	.Nlink a span{display: inline-block; text-decoration: none; margin-right: 10px;}


	/* arrows nav */
	.banner-carousel .slick-arrow.slick-hidden{display:none}
	.banner-carousel .slick-prev, .banner-carousel .slick-next{ border: solid 0px lime; z-index: 99;color: var(--font); font-size: 40px; position: absolute; top: auto; bottom:0; display: block;  width: 44px; height: 44px; cursor: pointer; text-align: center;  opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90;  text-align: center}
	.banner-carousel .slick-prev{left: calc(50% - 65px);  }
	.banner-carousel .slick-next{left: auto;right: calc(50% - 65px);  }
	.banner-carousel .slick-prev:hover, .banner-carousel .slick-prev:focus, .banner-carousel .slick-next:hover, .banner-carousel .slick-next:focus{opacity: 1; color: var(--second); outline:none; }


	/*S*/
	@media only screen and  (min-width: 576px) {
		section.blogs{padding: var(--Mtop) 0}
		.banner-carousel{ height: 450px}
		.banner-carousel .slick-prev, .banner-carousel .slick-next{  top: 0;  width: 60px; height: 100%;}
		.banner-carousel .slick-slider{ width: calc(100% - 120px) !important; }
		.banner-carousel .slick-prev{left: 0;  }
		.banner-carousel .slick-next{right: 0;  }
	}

	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.banner_cell{margin: 0 9px;}
		.banner-carousel{max-width: 100%;}

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.banner-carousel{ max-width: 938px; }
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.banner-carousel{ max-width: 100%; }
	}

	/*XXL*/
	@media only screen and (min-width: 1900px) {
	}

/** INTERIOR HERO *****************************************/

	/* set the height - add arrows if they are on the side */
	.R0.regional_slideshow.carousel, .R0.regional_slideshow.carousel .carousel-item { height: auto; }
	.R0.regional_slideshow.carousel .carousel-item {background-color: #e0ac00; }

	.R0.regional_slideshow.carousel {} 
	.R0.regional_slideshow .carousel-item{}

	.R0.regional_slideshow .carousel_overlay{}

	.R0.regional_slideshow .carousel-image{border: solid 0px fuchsia; position: relative; z-index: 1;}
	.R0.regional_slideshow .carousel-image img{width: 100%;}

	.R0.regional_slideshow .carousel-image:after{content: ''; border: solid 0px blue; position: absolute; bottom: 0; right: 0; z-index: 90; width: 100%; height: 100%;background: url(../images/hero-yellow-mobile.png) no-repeat right bottom; background-size: 100% auto ; }


	.R0.regional_slideshow .carousel-caption {width: 100%; height: 100%; color: white;  position: relative; z-index: 10; bottom: 0; right: 0; top: auto; left: auto;   z-index: 10; padding: 0}


	.R0.regional_slideshow .carousel-caption h1{margin-top: 0;}

	.R0.regional_slideshow .carousel_caption_text{padding: 0px 20px 60px 20px;font-size: 20px; font-family: 'UnitedSans', sans-serif; line-height: 1.2; color: var(--font);}
	.R0.regional_slideshow .carousel_caption_text p{margin: 0; padding: 1rem 0 0 0}

	/* colors */
	.R0.regional_slideshow .carousel-item.Green .carousel-image:after{background: url(../images/hero-green-mobile.png) no-repeat right bottom; background-size: 100% auto ; }
	.R0.regional_slideshow.carousel .carousel-item.Green {background-color: var(--dkgreen);}

	.R0.regional_slideshow .carousel-item.Navy .carousel-image:after{background: url(../images/hero-navy-mobile.png) no-repeat right bottom; background-size: 100% auto ; }
	.R0.regional_slideshow.carousel .carousel-item.Navy {background-color: #001f3a;}
	
	.R0.regional_slideshow .carousel-item.Silver .carousel-image:after{background: url(../images/hero-silver-mobile.png) no-repeat right bottom; background-size: 100% auto ; }
	.R0.regional_slideshow.carousel .carousel-item.Silver {background-color: #e0e0db;}

	.R0.regional_slideshow .carousel-item.Red .carousel-image:after{background: url(../images/hero-red-mobile.png) no-repeat right bottom; background-size: 100% auto ; }
	.R0.regional_slideshow.carousel .carousel-item.Red {background-color: #d72d0f;}

	.R0.regional_slideshow .carousel-item.Teal .carousel-image:after{background: url(../images/hero-teal-mobile.png) no-repeat right bottom; background-size: 100% auto ; }
	.R0.regional_slideshow.carousel .carousel-item.Teal {background-color: #13b1c3;}
	
	.R0.regional_slideshow .carousel-item.Green .carousel-caption h1, .R0.regional_slideshow 	.carousel-item.Green .carousel_caption_text,
	.R0.regional_slideshow .carousel-item.Navy .carousel-caption h1, .R0.regional_slideshow 	.carousel-item.Navy .carousel_caption_text,
	.R0.regional_slideshow .carousel-item.Red .carousel-caption h1, .R0.regional_slideshow .carousel-item.Red .carousel_caption_text
	{ color: white;}




		/* arrows grouped */
		.R0.regional_slideshow a.carousel-control-prev, .R0.regional_slideshow a.carousel-control-next {width: 44px; height: 44px; font-size: 18px; text-shadow: none; color: white; position: absolute; top: auto; bottom: 0;}
		.R0.regional_slideshow a.carousel-control-prev{left: auto; right: 50%; }
		.R0.regional_slideshow a.carousel-control-next{left: 50%;}
		.R0.regional_slideshow a.carousel-control-prev:after{content: '\f060'; font-family: 'Font Awesome 6 Sharp'; font-weight: 300; }
		.R0.regional_slideshow a.carousel-control-next:after{content: '\f061'; font-family: 'Font Awesome 6 Sharp'; font-weight: 300;}

		/* dots, squares, etc */
		.R0.regional_slideshow.carousel ol.carousel-indicators {border: solid 0px yellow;  height: 44px;  width:100%;}
		.R0.regional_slideshow.carousel ol.carousel-indicators li { width: 44px; height: 44px;background-color: transparent; border-radius: 0;  margin: 0px; border: 0; text-indent: 0; display: flex; justify-content: center;  align-items: center}
		.R0.regional_slideshow.carousel ol.carousel-indicators li:before{content: '\f0c8'; font-family: 'Font Awesome 6 Sharp'; font-weight: 400; color: white; }
		.R0.regional_slideshow.carousel ol.carousel-indicators li:hover {background-color: transparent; }
		.R0.regional_slideshow.carousel ol.carousel-indicators li:hover:before {font-weight: 900;}
		.R0.regional_slideshow.carousel ol.carousel-indicators li.active {background-color: transparent;  }
		.R0.regional_slideshow.carousel ol.carousel-indicators li.active:before {font-weight: 900; color: var(--second);  }

		/* playpause */
		.R0.regional_slideshow .playpause {position: absolute;  bottom: 0; right: 0; left: auto; top: auto;  margin: 0; width: auto; z-index: 99;}
		.R0.regional_slideshow .playpause button{color: white; background-color: transparent; width: 44px; height: 44px; font-size: 24px; border-radius: 5px; border: none; padding: 0;}
		.R0.regional_slideshow .playpause button:hover, .R0.regional_slideshow .playpause button:focus{background-color: transparent;color: var(--second);}
		.R0.regional_slideshow .playpause button.pushed{display: none;}
		.R0.regional_slideshow .pauseButton:after{content: '\f04c'; font-family: 'Font Awesome 6 Sharp'; font-weight: 900;}
		.R0.regional_slideshow .playButton:after{content: '\f04b'; font-family: 'Font Awesome 6 Sharp'; font-weight: 900; }


	/*S*/
	@media only screen and  (min-width: 576px) {
		.R0.regional_slideshow .carousel_caption_text{font-size: 24px; margin-top: -40px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.R0.regional_slideshow .carousel_caption_text{padding: 0px 42px 70px 42px;margin-top: -60px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.R0.regional_slideshow .carousel_caption_text{padding: 0px 30px 80px 30px;margin-top: -110px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.R0.regional_slideshow .carousel-image{height: 550px;}
		/*.R0.regional_slideshow .carousel-image img{width: auto; height: 100%;}*/
		.R0.regional_slideshow .carousel-image  img{object-fit: cover; object-position: center;width: 100%;  height: 100%;}

		.R0.regional_slideshow .carousel-image:after{display: none; }

		.R0.regional_slideshow .carousel-caption {width: 56%; height: 100%; position: absolute; top: 0; left: 0;  z-index: 10; padding: 0; background: url(../images/interior-hero-yellow-desktop.png) right center no-repeat;display: flex; justify-content: flex-start; align-items: center; padding: 0px 300px 0px 55px; }

		/* colors */
		.R0.regional_slideshow .carousel-item.Green .carousel-caption {background: url(../images/interior-hero-green-desktop.png) right center no-repeat;}
		.R0.regional_slideshow .carousel-item.Navy .carousel-caption {background: url(../images/interior-hero-navy-desktop.png) right center no-repeat;}
		.R0.regional_slideshow .carousel-item.Silver .carousel-caption {background: url(../images/interior-hero-silver-desktop.png) right center no-repeat;}
		.R0.regional_slideshow .carousel-item.Red .carousel-caption {background: url(../images/interior-hero-red-desktop.png) right center no-repeat;}
		.R0.regional_slideshow .carousel-item.Teal .carousel-caption {background: url(../images/interior-hero-teal-desktop.png) right center no-repeat;}

		.R0.regional_slideshow .carousel_caption_text{margin: 0; padding: 0; text-align: left;}

	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.R0.regional_slideshow .carousel-caption {width: 47%;}
	}

	@media only screen and (min-width: 1530px) {
		.R0.regional_slideshow .carousel-caption { padding: 0px 300px 0px calc(50% - 710px); }
	}

	/*XXXL*/
	@media only screen and (min-width: 1921px) {
		.R0.regional_slideshow .carousel-caption { background: url(../images/oversize/home-hero-yellow-desktop.png) right center no-repeat;}


		/* colors */
		.R0.regional_slideshow .carousel-item.Green .carousel-caption {background: url(../images/oversize/interior-hero-green-desktop.png) right center no-repeat;}
		.R0.regional_slideshow .carousel-item.Navy .carousel-caption {background: url(../images/oversize/interior-hero-navy-desktop.png) right center no-repeat;}
		.R0.regional_slideshow .carousel-item.Silver .carousel-caption {background: url(../images/oversize/interior-hero-silver-desktop.png) right center no-repeat;}
		.R0.regional_slideshow .carousel-item.Red .carousel-caption {background: url(../images/oversize/interior-hero-red-desktop.png) right center no-repeat;}
		.R0.regional_slideshow .carousel-item.Teal .carousel-caption {background: url(../images/oversize/interior-hero-teal-desktop.png) right center no-repeat;}

	}

/** INSIDE **********************************************/

	section.inside{padding: 0 var(--Pside);}
	article.container-fluid { margin: 0 auto; text-align: left; }

	.benefits{ padding: var(--Mtop) 0 0 0;}
	.benefits .liner{max-width: 440px;}
	.benefits h2{padding: 0; margin-bottom: 32px; text-align: center;}
	.ben_box{display: flex;}
	.ben_img{}
	.ben_txt{text-align: left; padding: 0 1rem}
	.ben_txt p{margin: 0; padding: 1rem 0 0 0}
	.ben_txt h3{padding: 0; font-size: 28px;}

	.disclosure{text-align: left; width: 100%; border-top: solid 2px var(--beige); padding: 20px 0; margin-top: 2rem; font-size: 16px; }

	.regions{padding: var(--Pboth); margin-top: var(--Mtop); background-color: var(--pale); clear: both}
	.regions h3{padding: 0 0 30px 0; }

	.regions .liner.Iboxes{ display: flex;  justify-content: center; gap: 27px 17px; flex-wrap: wrap}
	.Ibox{width: 250px; overflow: hidden; position: relative; }
	.Iimg{width: 250px; height: 150px;overflow: hidden; margin-bottom: 15px;}
	.Iimg img{object-fit: cover; width: 100%;  height: 150px; transition: all .25s}
	.Ibox:hover img{width: 105%;  height: 157.5px; object-position: -3.25px -2.5%}
	.Ibox a{font-size: 24px; font-family: 'UnitedSansB';}
	.Ibox a:hover, .regions a:focus{color: var(--font)}

	.iconbox{border: solid 3px var(--font); border-radius: 15px; padding: 24px; height: 100%;-webkit-box-shadow: 0 0  10px 0 rgba(0,0,0,.3); box-shadow: 0 0  10px 0 rgba(0,0,0,.3);}
	.iconbox:hover{border: solid 3px var(--main);}

	img.pages{float: left; padding: 40px; max-width: 400px;}

	/*S*/
	@media only screen and  (min-width: 576px) {
		.benefits .liner{max-width: 100%;}
		.regions a{font-size: 26px;}
	}

	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

/** INSIDE - RATES & TABLES **********************************************/

	.content_rates_table_title{}
	.content_rates_table_title a:hover, .content_rates_table_title a:focus{text-decoration: none;}
	.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;}

	/* 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: 600; content: attr(data-title); position: relative; width: 50%; padding-right: 20px; color: var(--dpurple);}
	table.content_rates_table tr td.widecell:before{display: none;}


	/* style it */
	table.content_rates_table, table.table_builder{margin-bottom: 20px; width: 100%; border-collapse: collapse; border: solid 1px var(--beige); border-collapse: separate; border-spacing: 0; border-radius: 20px; overflow: hidden; margin-top: 1rem}
	table.content_rates_table tr td, table.table_builder tr td{padding: 18px 20px;}
	table.content_rates_table tr:nth-child(even) td, table.table_builder tr:nth-child(odd) td{background-color: var(--pale);}
	table.content_rates_table tr:nth-child(odd) td, table.table_builder tr:nth-child(even) td{background-color: var(--white);}

	article .code_block_accordion .code_block_indiv_content table.content_rates_table tr:nth-child(even) td, article .code_block_accordion .code_block_indiv_content table.table_builder tr:nth-child(odd) td{background-color: black;}

	article .code_block_accordion .code_block_indiv_content table.content_rates_table, article .code_block_accordion .code_block_indiv_content table.table_builder{ border: solid 1px black; }

	


	/*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;}
		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: 14px 20px; background-color: var(--headers); color: white; position: static}
		table.content_rates_table tr td, table.table_builder tr td{display: table-cell; padding: 14px 20px; }
		table.content_rates_table tr td:before, table.table_builder tr td:before {display: none}
	}

	@media only screen and  (max-width: 768px) {
		table.rtable tr td {display: block;}
		table.rtable tr td img {max-width: 100%;}
	}

	/*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{padding: 27px 40px;}
	}

/** 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: 10px 60px 10px 25px;background-color: var(--pale); color: var(--font); display: block;   position: relative; text-decoration: none; position: relative; border-radius: 15px;font-family: 'UnitedSansB', sans-serif; margin-top: 0;}
	.code_block_accordion div.code_block_indiv_top,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top{margin-top: 17px;}

	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited{margin-top: 17px; width: 100%; text-align: left; border: 0 !important}


	.code_block_accordion div.code_block_indiv_top,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top
	{background-color: var(--font); color: var(--pale); }


	.code_block_accordion.open .faq_question_block_slide_question_closed a, 
	.code_block_accordion.open .faq_question_block_slide_question_closed a:visited
	{background-color: var(--second); color: white;}
	
	/* hover Q */
	div.cms_form_collapsible_header a:hover, 
	div.cms_form_collapsible_header a:focus, 
	.faq_question_block_slide_question_closed a:hover, 
	.faq_question_block_slide_question_closed a:focus, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:hover, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:focus, 
	.code_block_accordion div.code_block_indiv_top:hover, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:hover,
	div.faq_featured_block .faq_question_block_slide_question_closed a:focus, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:hover, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:focus,
	div.faq_question_panel .faq_question_block_slide_question_closed a:hover, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:focus,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:hover,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:focus
	{background-color: var(--font); color: var(--main);text-decoration: none;}

	/* open Q */
	div.cms_form_collapsible_header.open a, 
	.faq_question_block_slide_question_open a, 
	div.faq_recent_block .faq_question_block_slide_question_open a, 
	.code_block_accordion.open div.code_block_indiv_top,  
	div.faq_featured_block .faq_question_block_slide_question_open a,  
	div.faq_popular_block  .faq_question_block_slide_question_open a, 
	div.faq_question_panel  .faq_question_block_slide_question_open a, 
	.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top
	{padding: 10px 60px 10px 25px;background-color: var(--font); color: var(--main); display: block;   position: relative; text-decoration: none; position: relative; border-radius: 15px 15px 0 0;font-family: 'UnitedSansB', sans-serif; }

	.code_block_accordion.open .faq_question_block_slide_question_open a, 
	.code_block_accordion.open .faq_question_block_slide_question_closed a:visited
	{background-color: var(--second); color: white; border: solid 2px var(--main); border-bottom: 0;}


	/* 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 6 Sharp'; 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 6 Sharp'; 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 20px;}
	.faq_question_block_slide_answer, article .code_block_accordion.open .code_block_indiv_content{padding: 2px 30px 30px 30px; border-radius: 0 0 15px 15px; border: 0; border-top: 0; margin: 0; background-color: var(--font); color: white}

	article .code_block_accordion .code_block_indiv_content a:not(.cta), .faq_question_block_slide_answer a{color: white;}
	article .code_block_accordion .code_block_indiv_content a:not(.cta):hover, article .code_block_accordion .code_block_indiv_content a:not(.cta):focus, .faq_question_block_slide_answer a:hover, .faq_question_block_slide_answer a:focus{color: var(--main);}


	.code_block_accordion.open .faq_question_block_slide_answer
	{background-color: var(--second); color: white; border: solid 2px var(--main); border-top: 0;}


	/*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: 20px;}
	}

/** TESTIMONIAL **************************/

	section.test{ width: 100%;  z-index: 99; position: relative; padding: var(--Pboth); margin-top: var(--Mtop)}

	.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;}

	.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; }

	/* arrows grouped */
	.content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next {width: 44px; height: 44px;  font-size: 18px; text-shadow: none; color: var(--font); position: absolute; top: auto; bottom: 0;}
	.content_slideshow.testimonial-carousel a.carousel-control-prev{left: auto; right: 50%; }
	.content_slideshow.testimonial-carousel a.carousel-control-next{left: 50%;}
	.content_slideshow.testimonial-carousel a.carousel-control-prev:after{content: '\f060'; font-family: 'Font Awesome 6 Sharp'; font-weight: 300; }
	.content_slideshow.testimonial-carousel a.carousel-control-next:after{content: '\f061'; font-family: 'Font Awesome 6 Sharp'; font-weight: 300;}


	/* play/pause */
	.content_slideshow.testimonial-carousel .playpause {position: absolute;  bottom: 0; right: 0; left: auto; top: auto;  margin: 0; width: auto; z-index: 99;}
	.content_slideshow.testimonial-carousel .playpause button{color: white; background-color: transparent; width: 44px; height: 44px; font-size: 24px; border-radius: 5px; border: none;}
	.content_slideshow.testimonial-carousel .playpause button:hover, .content_slideshow.testimonial-carousel.carousel .playpause button:focus{background-color: transparent;color: var(--second);}
	.content_slideshow.testimonial-carousel .playpause button.pushed{display: none;}
	.content_slideshow.testimonial-carousel .pauseButton:after{content: '\f04c'; font-family: 'Font Awesome 6 Sharp'; font-weight: 900;}
	.content_slideshow.testimonial-carousel .playButton:after{content: '\f04b'; font-family: 'Font Awesome 6 Sharp'; font-weight: 900; }

	/*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) {
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
	}

/** FOOT ****************************************************/
	footer {width: 100%; background: url(../images/arrowbg_mobile.jpg) no-repeat center center; background-size: cover; color: white; padding: var(--Pboth);font-size: 18px;}

	footer a{ color: var(--pale);text-decoration: none;}
	footer a:hover, footer a:focus {color: white; text-decoration: underline;}
	footer p{margin: 0; padding: 1rem 0 0 0}

	.router{padding: 0; font-family: 'UnitedSansB', sans-serif;}
	.router .notalink .RLicon{width: 30px; height: 30px; display: inline-flex; justify-content: center; align-items: center; background-color: var(--main); color: var(--font); margin-right: 5px;border-radius: 5px;}

	.apps{padding: 20px 0px; font-family: 'UnitedSansB', sans-serif;}

	.socmed{display: flex; justify-content: center; align-items: center; gap: 12px; padding: 10px 0 10px 0}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ width: 45px; height: 45px; border-radius: 10px;  background-color: var(--main); color: var(--font); display: flex; justify-content: center; align-items: center;border:solid 2px var(--main)}
	.socmed a:hover, .socmed a:focus{ text-decoration: none !important; background-color: transparent; color: var(--main); border:solid 2px var(--main)}

	.bottomlinks {color: white;display: flex; flex-direction: column; gap: 25px; padding-top: 25px }
	.bottomlinks a {display: block;}

	.ncua{/*display: flex*/ padding-top: 50px;}
	.footicons{border: solid 0px fuchsia; white-space: nowrap;}
	.footicons img{margin-right: 20px; height: 80px;}
	.footnote{font-size: 16px; line-height: 1.38;}


	@media only screen and (orientation: landscape){
	}
	@media only screen and  (min-width: 576px)and (orientation: landscape){
	}

	
	/*M*/
	@media only screen and  (min-width: 768px) {
		footer{background: url(../images/arrowbg_blue_desktop.jpg) no-repeat center center;  background-size: cover; }
		.ncua{display: flex;}
		.socmed{justify-content: flex-start; }
		.bottomlinks { padding-top: 0 }
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.ncua{display: block; padding-top: 0}
	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 14px; line-height: 1;}
	img.rounded{max-width: 100%; border-radius: 30px;}
	a.learnmore, a.learnmoreY{ color: var(--second); text-decoration: none; }
	a.learnmoreY{color: var(--main);}
	a.learnmore:after, a.learnmoreY:after{content: '\f061'; font-family: 'Font Awesome 6 Sharp'; font-weight: 400; margin: 0 5px; transition: all .25s}
	a.learnmore:hover:after, a.learnmore:focus:after, .learnmoreY:hover:after, a.learnmoreY:focus:after{margin: 0 0 0 10px;}
	section.grey{background-color: var(--pale); margin-top: var(--Mtop);}
	section.grey article h2:first-child{padding: 0;}

/** CTA **********************************************/
	input[type="submit"], input[type="button"], input[type="reset"] {appearance: none;cursor: pointer}

	a.cta, a.ctaB, input[type="submit"], input[type="button"], a.clear,  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#HBlogin, button.btn.btn-primary, input.btn.btn-primary
	{display: inline-block; text-decoration: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s;  color: var(--font);  padding: 14px 25px;   font-family: 'UnitedSansB', sans-serif;  font-size: 22px; background-color: var(--main);border-radius: 10px 0 0  10px; border: solid 2px var(--main);  border-right: 0;position: relative; margin-right: 55px; /*overflow: hidden*/}
	a.ctaB{background-color: var(--font); border: solid 2px var(--font); border-right: 0; color: var(--main)}

	 button.btn.btn-primary{max-width: 100%;white-space: wrap; text-align: left;}

	a.cta:after, a.clear:after, button.clear:after, a.PSlogout:after, div.faq_advanced_search_panel input[type=button]:after, button.modal_button:after, button.cta:after, 
	a.ctaB:after, button#HBlogin:after, button.btn.btn-primary:after
	{content: '\f061'; font-family: 'Font Awesome 6 Sharp'; font-weight: 400;  width: 55px; height: calc(100% + 4px); position: absolute; top: -2px; right: -55px; background-color: var(--shadedgold);display: flex; justify-content: center; align-items: center; transition: all .25s; border-radius: 0  10px 10px 0;}
	a.ctaB:after{color: var(--main); background-color: var(--second);}

	a.cta:hover,  a.cta:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="submit"]:focus, a.clear:hover, a.clear:focus, button.clear:hover, button.clear:focus,  input.go:hover, input.go:focus, input[type="reset"]:hover, input[type="reset"]:focus, a.PSlogout:hover, a.PSlogout:focus, div.faq_advanced_search_panel input[type=button]:hover, div.faq_advanced_search_panel input[type=button]:focus,  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, a.ctaB:hover, a.ctaB:focus, button#HBlogin:hover, button#HBlogin:focus, button.btn.btn-primary:hover, button.btn.btn-primary:focus, input.btn.btn-primary:hover, input.btn.btn-primary:focus
	{text-decoration: none;background-color: white;border: solid 2px var(--font); border-right: 0; color: var(--font)}

	a.cta:hover:after,  a.cta:focus:after, button.clear:hover:after, button.clear:focus:after,  input.go:hover:after, input.go:focus:after, input[type="reset"]:hover:after, a.PSlogout:hover:after, a.PSlogout:focus:after, div.faq_advanced_search_panel input[type=button]:hover:after, div.faq_advanced_search_panel input[type=button]:focus:after,  button.modal_button:hover:after, button.modal_button:focus:after, button.cta:hover:after, button.cta:focus:after, button#exedout:hover:after, button#exedout:focus:after, a.ctaB:hover:after, a.ctaB:focus:after, button#HBlogin:hover:after, button#HBlogin:focus:after, button.btn.btn-primary:hover:after, button.btn.btn-primary:focus:after{color: var(--main); background-color: var(--second);}

	a.ctaN
	{display: inline; text-decoration: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s;  color: var(--font);  padding: 14px 25px;   font-family: 'UnitedSansB', sans-serif;  font-size: 22px; background-color: var(--main);border-radius: 10px 10px 10px  10px; border: solid 2px;  position: relative; margin: 15px; /*overflow: hidden*/}
/*	a.ctaN:after
	{content: '\f061'; font-family: 'Font Awesome 6 Sharp'; font-weight: 400;  width: 55px; height: calc(100% + 4px); position: absolute; top: -2px; right: -55px; background-color: var(--shadedgold);display: flex; justify-content: center; align-items: center; transition: all .25s; border-radius: 0  10px 10px 0;}
*/
	a.ctaN:hover,  a.ctaN:focus
	{text-decoration: none;background-color: white;border: solid 2px; color: var(--font)}

	input[type="submit"], input[type="button"], input.go, input[type="reset"], .blog-filter a button, input.btn.btn-primary{border-radius:10px; margin-right: 0;border: solid 2px var(--main);}

	input[type="submit"]:hover, input.go:hover, input[type="reset"]:hover, input[type="submit"]:focus, input.go:focus, input[type="reset"]:focus,.blog-filter a button:hover, .blog-filter a button:focus, input.btn.btn-primary:hover, input.btn.btn-primary:focus{border-right: solid 2px var(--font);}

	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{background-color: var(--font); border: solid 2px var(--font); color: var(--main); font-size: 22px;}

	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus{text-decoration: none;background-color: white;border: solid 2px var(--font); border-right: solid 2px var(--font); color: var(--font); width: 100%; font-weight: 700}

	input.calcxml_submit.btn.btn-lg.btn-block.btn-primary, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{ width: 100%}
	input.calcxml_submit.btn.btn-lg.btn-block.btn-primary {position: relative;  float: right !important;}

	/*M*/
	@media only screen and  (min-width: 768px) {

		input.calcxml_submit.btn.btn-lg.btn-block.btn-primary, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus{width: 140px;}
	}


/** HEADERS **********************************************/
	/* padding, not margins */
	
	h1 {margin: 0; font-size:48px;font-family: "abolition", sans-serif; font-weight: 400; line-height: 1; color: var(--font);}

	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; font-size:42px;font-family: "abolition", sans-serif; font-weight: 400; line-height: 1; color: var(--font); padding: var(--Mtop) 0 1rem 0;}
	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:36px;font-family: "abolition", sans-serif; font-weight: 400; line-height: 1; color: var(--headers);}

	h4, .content_rates_table_title, .content_rates_table_title a, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{margin: 0; padding: 1rem 0 0 0;font-size:30px;font-family: "abolition", sans-serif; font-weight: 400; line-height: 1; color: var(--headers);}

	h5, .forum_thread_date, .forum_mischeader_title	
	{margin: 0; padding: 1rem 0 0 0;font-size:24px;font-family: "abolition", sans-serif; font-weight: 400; line-height: 1; color: var(--font);}

	h6 	{margin: 0; padding: 1rem 0 0 0;font-size: 18px; font-style: italic; font-family: "abolition", sans-serif; font-weight: 400; line-height: 1; color: var(--font);}

	/*S*/
	@media only screen and  (min-width: 576px) {
		h1 {font-size:68px;}

		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:55px;}

		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:46px;}

		h4, .content_rates_table_title, .content_rates_table_title a, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
		{font-size: 40px;}

		h6 	{font-size: 22px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		h1 {font-size:76px;}

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		h1 {font-size: 85px;}

		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: 60px;}

		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: 48px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
	}



/** 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: 10px 0; width: 100%; }
	.alertbar.regular{}
	.alertbar.high{}
	.alert {width: 96%; max-width: 1160px; margin: 0 auto; padding-right: 40px; position: relative; text-align: left}
	.alert_icon{}
	.alert a {}
	.alert a:hover, .alert a:focus {}
	button.exed {position: absolute; top: 0px; right: 10px; cursor: pointer; font-size: 20px; text-align: center; display: block; text-decoration: none !important;}
	button.exed:before {content:"\f057"; font-family: 'Font Awesome 6 Sharp';}

/** 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 */
	.blog-grid-wrap .div.blog_entry{}
	
	.blog-grid-wrap .blog-img-container{}
	.blog-grid-wrap img.blog-image{}

	.blog-filter a button{margin: 0 5px 5px 0}

	.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;}
	}


/** CALENDAR *****************************/
	.content_calendar_table {border: 0; }
	td.content_calendar_table_headercell {background-color: var(--main); color: white; text-align: center; font-weight: bold;}
	td.content_calendar_table_headercell a { color: white; }
	td.content_calendar_table_headercell a:hover, td.content_calendar_table_headercell a:focus { color: var(--pale); }
	td.content_calendar_table_cell { border: solid 1px var(--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: 0}
	.row.collapsing, .row.collapse.show {  border: 0; background-color: var(--font); color: white;border-radius: 20px; margin-top: 1rem;}
	.row.collapsing div, .row.collapse.show div{padding: 10px 20px;}
	.calcxml_container h3[data-toggle="collapse"]:after {color: #687176;; font-weight: 400; }
	table.tipped_table{ margin: 10px 0; }
	input.calcxml_submit.btn.btn-lg.btn-block.btn-primary{}
	input.calcxml_submit.btn.btn-lg.btn-block.btn-primary:hover, input.calcxml_submit.btn.btn-lg.btn-block.btn-primary:focus{}
	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{}
	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus{}
	.calcxml_container .help_button{color: var(--main); border-color: var(--main);}
	.calcxml_container .help_button:hover, .calcxml_container .help_button:focus{background-color: var(--main); color: var(--font);}
	.calcxml_container.container label{color: var(--pale)}
	.calcxml_sendit_form label{color: var(--font) !important;}



/** DEC TREE ***************************************/

	/* use any height less than 1000px - within reason */
	.CHboxedup{max-width: 100%; height: auto; z-index: 90;  }
	.CHbox {height: auto; height: auto;border: solid 1px var(--main); border-radius: 10px; padding: 20px 10px 60px 10px; text-align: center;}
	.cardbennies, .CHAs {max-height: calc(100% - 50px); overflow: auto;}
	.card img {border: 0 !important}

	/* to overwrite BS styles for .card */
	.CHbox .card {display: block;  background-color: transparent; border: none !important;}

	.CHbox a {} /* match to regular content size */
	.CHQ {border-bottom: solid 2px var(--main);}/* matchED to H3 */
	.cardname{} /* matchED to H3 */
	.CHA {color: var(--main) } /* match to regular content size or not */
	.CHA:hover, .startover:hover {color:var(--second); cursor: pointer;}
	.startover{ font-size: 16px; }
	.cardbennies { } /* match to regular content size */

	/* generic icons for FA 5 */
	.CHQ:before {content: '\f059'; font-family: 'Font Awesome 6 Sharp'; font-weight: 700; margin-right: 10px; }
	.CHA:before {content: '\f0a4'; font-family: 'Font Awesome 6 Sharp'; font-weight: 300;margin-right: 10px;}
	.startover:before {content: '\f021'; font-family: 'Font Awesome 6 Sharp'; font-weight: 400; margin-right: 10px;}
	.startover i .fa{display: none;}

	/* for FA 4
	.CHQ:before {content: '\f059'; font-family: 'FontAwesome';  }
	.CHA:before {content: '\f0a4'; font-family: 'FontAwesome'; }
	#startover:before {content: '\f021'; font-family: 'FontAwesome'; }
	*/

/** FAQs **********************************************/
	.faq_toolbar {padding-bottom: 15px;}
	.faq_viewed {color: var(--main); font-size: 11px; font-weight: bold;}
	.faq_search {margin: 20px 0px}
	.faq_question_block {margin-top: 10px;}
	.faq_advanced_search_panel {padding: 0px;}
	.faq_advanced_search_panel table {margin: 20px 0px;}
	.faq_advanced_search_panel table td {padding: 2px 0px;}
	.faq_advanced_search_panel i {color: silver;}
	div.faq_browse input[type=submit] {margin-left: 10px;}
	.faq_search_form input[type=submit]{margin: 0 10px;}
	div.faq_advanced_search_panel input[type=text], div.faq_advanced_search_panel textarea{width: 100%;}
	div.faq_advanced_search_panel input[type=button] {margin-left: 10px;}
		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 ************************************************/
	form.cms_form_obj{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, .cms_form_item .cms_form_object select, .cms_form_item .cms_form_object textarea{width: 100%; border-radius: 10px;border: solid 1px var(--font);}
	.cms_form_item .cms_form_object input[type="submit"]{width: auto;}
	
	.cms_form_item .cms_form_fieldset .cms_form_object input{width: auto;}
	.cms_form_label{font-size: 16px; line-height: 1.15;}
	.cms_form_item{padding: 20px 0 0 0}

	@media only screen and  (min-width: 500px) {
		.cms_form_item{ display: flex; gap: 20px; padding: 5px 0}
		.cms_form_label{width: 200px;  }
		.cms_form_item .cms_form_object{flex: 1 1;}
		.cms_form_fieldset { width: 100%; display: flex; gap: 20px; position: relative; }
		.cms_form_fieldset .cms_form_legend{ position: absolute; top: 0; left: 0;width: 200px; }
		.cms_form_radio_container { width: calc(100% - 220px); position: relative;  left: 220px; }
	}

	/*L*/
	@media only screen and  (min-width: 922px) {
		.cms_form_label{width: 300px;  }
		.cms_form_fieldset .cms_form_legend{width: 300px; }
		.cms_form_radio_container { width: calc(100% - 320px);  left: 320px;}
	}

/** 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:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
	#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
	#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(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:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
	#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
	#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
	#smartbanner .sb-info > span { display:block; }
	#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
	#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
	#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

	#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

	#smartbanner.android { border-color:#212228; background: #3d3d3d url('../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;
  }

}

/* ------------------------------------------------------------------------ */
/* Section Buttons
/* ------------------------------------------------------------------------ */
#sectionB {
	display: block;
	padding: 20px 0px;
}
#sectionB a {
	display: inline-block;
}


/* ------------------------------------------------------------------------ */
/* Back-To-Top Button
/* ------------------------------------------------------------------------ */

#back-to-top {
    position: fixed;
    z-index:1000;
    bottom: 20px;
    right: 20px;
    display: none;
}

    #back-to-top a {
        display: block;
        width: 40px;
        height: 40px;
        background: #999999 url(../images/backtotop.png) no-repeat center center;
        text-indent: -9999px;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        -webkit-transition:0.4s all ease;
		   -moz-transition:0.4s all ease;
		     -o-transition:0.4s all ease;
		        transition:0.4s all ease;
    }

    #back-to-top a:hover { background-color: #2da0ce }