/** DEFINITIONS **************************/

	:root {
	  --main: #502b3a;
	  --second: #e56a54;
	  --accent: #d6e865;
	  --pale: #dcd5d8;
	  --lavender: #9c97c5;
	  --lavenderLT: #b4b5df;
	  --salmon: #e56a54;
	  --salmonLT: #fa9370;
	  --green: #aed000;
	  --greenLT: #d6e865;
	  --font: #502b3a;

	  --Mtop: 60px;
	  --Pside: 20px;
	  --Ptop: var(--Mtop) var(--Pside) 0 var(--Pside);
	  --Pboth: var(--Mtop) var(--Pside); 
	  --maxW: 1636px;
	  --half: calc(50% - (var(--maxW) / 2));


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

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

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

		@media only screen and (min-width: 1200px) {
		  --Mtop: 100px;
		}
		@media only screen and (min-width: 1400px) {
		  --Mtop: 120px;
		}
		@media only screen and (min-width: 1900px) {
		  --Mtop: 100px;
		  
		}
	}

	/*
	font-family:dreaming-outloud-script; font-weight: 400;font-style: normal;
	font-family: dunbar-tall;font-weight: 400;font-style: normal;
	font-family: dunbar-text;font-weight: 400;font-style: normal;

	Icons - Font Awesome Classic Thin


	*/

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

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

	article p{margin: 1rem 0 0 0;}
	article{}
	.flexible{display: flex; justify-content: center; align-items: center; flex-wrap: wrap}
	.liner, article {width: 100%;  margin: 0 auto;  position: relative; max-width: var(--maxW);}
	.container-fluid{width: 100%; margin: 0 auto; padding: 0; max-width: var(--maxW);}
	section { width: 100%; padding: var(--Ptop); margin: 0;}

	a, button.modal_link{  transition: all .25s; font-weight: 400; color: var(--main); text-decoration: none;}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var(--second); text-decoration: underline;}
	button.modal_link{ padding:0; border: 0; background: transparent; cursor: pointer;  transition: all .25s;}
	button.modal_link:focus, button.modal_link:hover{text-decoration: underline;border: 0; outline: 0}
	button.modal_link{text-align: left;}


	input, select, textarea, button{font-family: dunbar-text;  font-size: 14px;  font-weight: 400;color: var(--font)}
	button{border: 0; background: transparent;transition: all .25s;text-align: center; padding: 0}
	.CHbox a, .CHA, .cardbennies{font-family: dunbar-text;  font-size: 14px;  font-weight: 400;color: var(--font)} 
	strong{font-weight: 700}
	blockquote{padding: 1rem 0 0 0;}
	.video_wrapper {margin-top: 20px !important;}
	article img{max-width: 100%;}

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

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


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


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

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

	article ul:not(.content_sitemap){list-style: none;padding: 0 0 0 30px;}
	article ul:not(.content_sitemap) li{position: relative;padding: 1rem 0 0 0}
	article ul:not(.content_sitemap) li:before {content: url(../images/bullet.png); position: absolute; top: 1rem; left: -30px; }


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

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

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.contentwrapper, input, select, textarea, button, label, .CHbox a, .CHA, .cardbennies, body , input, select, textarea, button {  font-size: 20px; }
		article, article.container-fluid{padding: 0 150px;}
		article ul:not(.content_sitemap) li:before{ top: calc(1rem + 3px); }

	}

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

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

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; padding: 0 var(--Pside); position: relative; background-color: white;z-index: 101}
	header .liner{height: 127px;max-width: var(--maxW);}
	header.stuck {position: fixed; top: 0; left: 75px; }

	a.homelink{position: absolute;  height: 100%;top: 0; left: 44px; width: calc(100% - 44px - 135px); z-index: 101}
	a.homelink img {width: 87px; }

	.toplinks, .bttns{display: none; }

	a.hbbttn{font-size: 12px; color: var(--main); width: 135px; height: 32px; display: flex; justify-content: center; align-items: center; background-color: var(--greenLT); border: solid 2px var(--main); position: absolute; top: 47.5px; right: 0; text-decoration: none; line-height: 1;font-weight: normal;}
	a.hbbttn span{margin-right: 5px;}
	a.hbbttn:hover, a.hbbttn:focus{background-color: var(--green); border: solid 2px var(--greenLT);color: var(--main);text-decoration: none;}

	#sitesearch, .sitesearch {display: none;}


	/*S*/
	@media only screen and  (min-width: 576px) {
		a.homelink img {width: 120px; }
		header .liner{height: 138px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		header .liner{height: 150px;}
		a.homelink{left: 0; width: 150px;}

		.toplinks {display:  flex; justify-content: flex-end; align-items: center; position: absolute; top: 37px; right: 0;width: calc(100% - 170px); gap: 20px; }
		.toplinks a, .toplinks .notalink  {font-size: 16px; color: var(--main); text-decoration: none;}
		.toplinks a:hover, .toplinks a:focus {text-decoration: underline}

		a.hbbttn{ top: auto; bottom: 37px; }

		.bttns{display: block; position: absolute; bottom: 37px; right: 155px;}

		.bttns a{font-size: 12px; color: var(--main); width: 135px; height: 32px; display: flex; justify-content: center; align-items: center; background-color: var(--greenLT); border: solid 2px var(--main); text-decoration: none; line-height: 1; font-weight: normal; text-transform: uppercase}
		.bttns a:hover, .bttns a:focus{background-color: var(--green); border: solid 2px var(--greenLT);color: var(--main);text-decoration: none;}



		#sitesearch { display: block; background-color: var(--main); color: white; width: 44px; height: 44px; position: absolute; bottom: 31px; right: 310px; border: solid 6px white }
		#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: white;}
		#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 7 Pro'; font-weight: 400;}
		#sitesearch.down:before{content: '\f00d';}

		.sitesearch {display: none;  border: solid 2px var(--main); /*border-right: 0;*/ position: absolute;bottom: 31px; right: 354px; height: 44px; width: calc(100% - 354px - 170px); max-width: 500px; background-color: white;}
		.sitesearch form{display: flex; justify-content: center; align-items: center; height: 100%}

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

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

	}

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


	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		header .liner{height: 120px;}
		a.homelink{width: 188px; height: 188px; top: 20px;}
		a.homelink img {width: 188px; }
		.toplinks {top: 56px; right: 376px; width: calc(100% - 208px - 376px); }
	}

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

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

	}

/** MOBI MENU - slide down ***************************************/

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

	button.menutoggler{ display: block; height: 100%; width: 44px; color: var(--main); position: absolute; top: 0; left: 0; font-size: 36px;}
	button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s;}
	button.menutoggler:before{content: "\f0c9"; font-family: 'Font Awesome 7 Pro'; font-weight: 400;}
	button.menutoggler.menuex:before{content: "\f00d";}

	.menutoggler2{display: none; width: 44px; height: 44px; border: solid 1px orange; color: white; position: absolute; top: 0; right: 0;}

	nav.mobile{display: none; position: absolute; right: 0; width: 100%; top: 127px; z-index: 1000;  background-color: var(--main); color: white; max-height: calc(100% - 127px); overflow-y: auto;}
	nav.mobile.fxd{position: absolute;}


	.L1{padding: 20px; }

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

	.L2 {display: none; padding: 20px; background-color: white;}
	.DDMheader{font-size: 24px; color: var(--main); font-family:dreaming-outloud-script; padding-bottom: 5px; border-bottom: solid 2px var(--main); text-align: left;}
	.L2 a, .L2 button {color: var(--main);  font-size: 16px; border: none; padding: 15px 0 5px 0;  font-weight: 700; border-bottom: solid 2px var(--pale);font-family: dunbar-tall; text-transform: initial}
	.L2 a{}
	.L2 button:after {display: none;}

	.L3 {/*display: none;*/ padding: 0 10px;}
	.L3 a{padding: 5px 0;font-size: 14px;color: var(--main); font-family: dunbar-text; border: 0}
	.L3 a:hover, .L3 a:focus{color: var(--green);text-decoration: underline;}

	.MMlinks1{padding: 20px; border-top: solid 7px white; }
	.MMlinks1 a, .MMlinks1 .notalink{color: white; display: block; font-size: 16px;  font-weight: normal;  line-height: 1.5; text-align: left; padding: 10px 0; text-decoration: none;}
	.MMlinks1 a:hover, .MMlinks1 a:focus{color: var(--green);text-decoration: underline;}

	.sitesearchM { position: relative; left: 20px; height: 44px; width: calc(100% - 40px);}

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

	button.SSbttnM{color: var(--main);background-color: white;  position: absolute; top: 0; right: 0; width: 44px; height: 44px;  }
	button.SSbttnM:hover, button.SSbttnM:focus {color: var(--second);}
	button.SSbttnM:before{content: '\f002'; font-family: 'Font Awesome 7 Pro'; font-weight: 400;}


	.MMlinks2{padding: 20px; text-align: left;}

	.MMlinks2 a{font-size: 12px; color: var(--main); width: auto; padding: 0 20px; height: 32px; display: inline-flex; justify-content: center; align-items: center; background-color: var(--greenLT); border: solid 2px var(--main);text-decoration: none; line-height: 1;font-weight: normal; text-transform: uppercase;}
	.MMlinks2 a:hover, .MMlinks2 a:focus{background-color: var(--green); border: solid 2px var(--greenLT);color: var(--main);text-decoration: none;}

	@media only screen and (orientation: landscape){
		nav.mobile{ top: 0 !important; max-height: 100%;}
		.menutoggler2{display: block;}
		.L1{padding:  44px  20px  20px  20px; }

	}

	@media only screen and  (min-width: 576px) {
		nav.mobile{ top: 138px;max-height: calc(100% - 138px);}
	}
	@media only screen and  (min-width: 576px)and (orientation: landscape){
	}
	
	@media only screen and  (min-width: 768px) {

/** MENU *********************************************/

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

		nav.pc  {background-color: var(--main); display: block; z-index: 100; overflow: visible;   z-index: 100;}
		.navliner {width: 100%;   z-index: 100; display: flex; justify-content: center; align-items: center;  align-content: center; gap: 100px;overflow: visible; }

		button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;  display: flex;  align-items: center; color: white;height: 40px;font-size: 15px;  font-weight: 500; text-transform: uppercase; overflow: visible; position: relative; }
		button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none;}
		button.CMitem:after, a.CMitem:after{content: ''; background: url(../images/ArrowMatchaSmall.png); background-size: cover; width: 49px; height: 49px; display: block; position: absolute; top: 10px; right: -54px; opacity: 0; transition: .25s; z-index: 100;}
		button.CMitem.opened:after {opacity: 1}
		button.CMitem:hover:after, button.CMitem:focus:after, a.CMitem:hover:after, a.CMitem:focus:after {opacity: 1}

		.ddcontent{display: none;background-color: var(--main); color: white;  position: absolute; top: 190px; left: 0px; z-index: 99; padding: 60px var(--Pside); width: 100%; border-top: solid 2px var(--pale);}
		header .ddcontent .liner {height: auto;}
		.ddcontent .container-fluid {width: 100%; margin: 0 auto;}


		.menuwhite{background-color: white; width: 100%; padding: 30px; height: 100%; text-align: left; }
		.DDMheader{font-size: 48px; padding: 0}
		.menuwhite p {font-family: dunbar-tall;  font-size: 24px;  line-height: 1.7;  padding: .5rem 0 0 0; margin: 0}
		.menuwhite a {color: var(--main); }
		.menuwhite a:hover, .ddcontent a:focus { text-decoration: underline; color: var(--green);}
		.menuwhite ul{list-style: none; padding: 0 0 0 10px; margin: 0; border-top: solid 2px var(--pale);}
		.menuwhite ul li {font-family: dunbar-text;  font-size: 20px;  font-weight: bold;  line-height: 1.7;}

		.promocol{ }
		.MMpromo{position: relative; padding-bottom: 50px; }
		.MMpic{aspect-ratio: 283 / 360; background-color: silver; width: 75%; max-width: 283px}
		.MMpic img{border: solid 2px white; width: 100%}
		.MMtext{color: var(--main);background-color: white; border: solid 2px var(--main); position: absolute; bottom: 0; right: 0;width: 75%; padding: 20px; text-align: left;}
		
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		nav.pc  {padding-right: 100px}
		.navliner {justify-content: flex-end;}
	}
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.ddcontent{top: 160px;}
	}

	@media only screen and (min-width: 1730px) {
		nav.pc  {padding-right: var(--half)}
	}

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

	
	.tagline{display: none; font-family: dunbar-tall; font-weight: 400;  font-size: 20px; color: var(--salmon); line-height: 1;padding: 20px var(--Pside); text-align: right;} 
	.tagline span.D{display: block;font-family: dreaming-outloud-script;  font-size: 32px; color: var(--main)}
	.tagline.inside{display: block;} 
	.tagline.inside span.D{display: inline;}
	.tagline p{margin: 0; padding: 0}
	

	section.app{background: url(../images/ArrowSalmonLarge.png) no-repeat right top var(--salmonLT); background-size: auto 90%; margin-top: var(--Mtop); padding: var(--Pboth); }
	.Aimg{text-align: center;}
	.Aimg img{max-width: 100%}
	.Atext {padding: 0 var(--Pside)}
	.Atext h2 {padding-bottom: 1rem;}
	.Atext p{padding: 1rem 0 0 0; margin: 0}



	/*S*/
	@media only screen and  (min-width: 576px) {
		.tagline{ font-size: 22px; }
		.tagline span.D{font-size: 38px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.tagline{ font-size: 24px; }
		.tagline span.D{font-size: 43px;}
		section.app{background-position: right center; background-size: auto 120%; }
		.Atext {padding: 0 .5rem}
		.Atext h2 {padding: 0 0 1rem 0;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.tagline{ font-size: 20px; display: block;padding: 20px var(--Pside); text-align: right;}
		.tagline span.D{font-size: 32px; display: inline}

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.app{background-position: calc(100% - var(--Pside)) center;  }
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		section.app{background-position: calc(100% - 200px) center;  }
	}

	/* XXXL */
	@media only screen and (min-width: 1720px) {
		.tagline{padding: 20px var(--half);}
	}

/** HOME 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(/templates/COMMON_JS/images/ajax-loader.gif) center center no-repeat;}
		.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent;}
		.slick-arrow.slick-hidden {display: none;}

	/* borders
	.rates-carousel{border: solid 1px fuchsia;}
	.slick-slider{ border: solid 1px blue; }
	.slick-slide{ border: solid 1px orange;}
	.slick-slide a{border: solid 1px red;}
	.slick-prev, .slick-next{border: solid 1px black;}
	 */

	section.rc-container{background: url(../images/ArrowMatchaLarge.png) no-repeat left center var(--greenLT);background-size: auto 120%; margin-top: var(--Mtop); padding: var(--Pboth);  }
	
	section.rc-container h2{ margin: 0; padding: 0px; text-align: left; color: var(--main);}
	.Rdate{font-size: 14px; text-transform: uppercase; color: var(--main);text-align: left; padding: 1rem 0}
	section.rc-container .liner{max-width: 1128px;}
	
	.Rlinks{}
	.Rlinks a.cta{margin: 10px;}

	.rates-carousel{ width: 100%;  position: relative; margin: 0 auto; padding: 2rem 0; border-top: solid 2px var(--main) }

	.rates-carousel .slick-slider{  padding: 0; margin: 0 auto; width: 100% !important;  }
	.rates-carousel .slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto; display: flex;align-items: center;}
	/* for dividers between 
		.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;}
	*/

	.rates-carousel .slick-slide{min-height:1px; display: flex; justify-content: center; align-items: center; padding: 0; background-color: white; margin: 0 10px;}
	
	a.Rlink{background-color: white; border: solid 2px var(--main); display: block; width: 100%;color: var(--main); font-weight: 400; padding: 1rem 20px; background-position: right top; height: 199px; display: flex; justify-content: center; align-items: center; flex-direction: column; transition: background .5s; }
	a.Rlink:hover, a.Rlink a:focus{text-decoration: none; background: url(../images/ArrowMatchaMedium.png) no-repeat right top ; background-color: rgba(255,255,255,0.6);    background-blend-mode: lighten;}


	.Rtext{ont-size: 16px; font-weight: 700; line-height: 1.33; }
	.Rapr{font-size: 14px; line-height: 1}
	.Rnumber{font-family: dunbar-tall;  font-size: 64px; line-height: 1; padding: 1rem 0 }

	/* arrows nav */
	.rates-carousel .slick-arrow.slick-hidden{display:none}
	.rates-carousel .slick-prev, .rates-carousel .slick-next{ z-index: 99; color: var(--second); position: absolute; top: -50px; display: block; width: 44px; height: 44px; cursor: pointer; background: transparent; opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90; padding: 0; display: flex; justify-content: center; align-items: center;}
	.rates-carousel .slick-prev{right: 44px}
	.rates-carousel .slick-next{right: 0;}
	.rates-carousel .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{opacity: 1; outline:none;border: 0; }


	.rates-carousel .slick-prev img{position: relative; left: 3px}
	.rates-carousel .slick-next img{position: relative; right: 3px}

	.rates-carousel .slick-prev img, .rates-carousel .slick-next img{position: relative;  border-radius: 50%; width: 26px; height: 26px;border: solid 1px transparent; transition: all .25s}
	.rates-carousel .slick-prev:hover img, .rates-carousel .slick-prev:focus img, .rates-carousel .slick-next:hover img, .rates-carousel .slick-next:focus img{border: solid 1px var(--main); }


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


	/*S*/
	@media only screen and  (min-width: 576px) {
		.rates-carousel .slick-slider{ width: 350px !important;  }
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.rates-carousel .slick-slider{ width: 100% !important; max-width: 900px !important; }
	}

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

/** HOME - GUIDE  ****************************************/

	section.guide{ padding: 20px var(--Pside);position: relative; z-index: 99 }
	section.guide h2{text-align: left;}

	section.guide .liner{width: 100%; height: 400px; background-color: var(--salmonLT); border: solid 2px var(--main);display:flex; align-items: center; justify-content: center }
	.guide_arrow{display: none;}

	/*section.guide form{border: solid 1px red;}
	.block1, .block2, .block3{border: solid 1px lime;}*/


	section.guide form{ margin: 0; position: relative;display: flex; flex-direction: column; flex-wrap: wrap; gap: 20px;}
	.block1, .block2, .block3{ text-align: left;display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 10px}


	section.guide select[name="tryingto"]{display: none;}

	section.guide label{ color: var(--main)}
	section.guide input[type=submit]{background-color: var(--main); color: white;	}
	section.guide input[type=submit]:hover, section.guide input[type=submit]:focus{background-color: var(--ltteal); color: var(--font);	}


	section.guide select{font-size: 16px; padding: 5px !important;*/ background-color: white;  border-radius: 5px; height: 40px;  border: 0;  min-width: 260px; }


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

	}

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

	/*L*/
	@media only screen and (min-width: 992px) {
		section.guide{height: 358px; width: 40%; padding: 20px 0  0  var(--Pside); margin-top: -378px}
		section.guide .liner{height: 100%;  }
		.guide_arrow{display: block; width: 92px; position: absolute; bottom: 20px; right: -60px;}


	}

	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.guide{ height: 387px;  margin-top: -387px;}
		.guide_arrow{ width: 132px;  bottom: 40px; right: -90px;}
		section.guide label{font-size: 32px;}
		.block1, .block2{display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 20px}

	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		section.guide{ height: 580px; margin-top: -580px;}
		.guide_arrow{ width: 132px;  bottom: auto; top: -50px; right: -80px;}
		section.guide label{font-size: 40px; }
	}

	@media only screen and (min-width: 1720px) {
		section.guide{ padding: 20px 0 0 var(--half); }
	}

/** HOME & INT - ICONS *************************************************/


	section.icons{}
	section.icons.int{background-color: var(--greenLT); padding: var(--Pboth);}
	section.icons .liner{}
	section.icons h2{padding: 0 0 var(--Mtop) 0}

	section.icons ul.content_relatedlink_list{list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; gap: 30px; flex-wrap: wrap;}
	section.icons ul.content_relatedlink_list li{padding: 0; margin: 0}
	section.icons ul.content_relatedlink_list a{width: 150px; height: 150px; border-radius: 50%; color: white; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 10px; background-color: var(--main); padding: 10px 20px;transition: background .5s; }
	section.icons ul.content_relatedlink_list .RLwords{font-size: 14px;  line-height: 1.3;}
	section.icons ul.content_relatedlink_list .RLfa{font-size: 44px;}
	section.icons ul.content_relatedlink_list a:hover, ul.content_relatedlink_list a:focus{text-decoration: none; background: url(../images/QuicklinkRollover.png) no-repeat center center var(--main); background-size: cover;}
	
	/*S*/
	@media only screen and  (min-width: 576px) {
		section.icons ul.content_relatedlink_list{ gap: 44px; }
		section.icons ul.content_relatedlink_list a{width: 204px; height: 205px; padding: 10px 40px;}
		section.icons ul.content_relatedlink_list .RLfa{font-size: 80px;}

	}
	
	/*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) {
		section.icons ul.content_relatedlink_list .RLwords{font-size: 20px;}
	}

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

/** HOME - COMMUNITY *************************************************/

	section.community{}

	section.community h2{padding: 0}
	.salbox, .C_box, .lavbox{border: solid 2px var(--main); width: 100%; height: 100%; position: relative;}

	.C_box{padding: 23px; text-align: center; z-index: 98}
	.C_box h2{padding: 0 0 2rem 0}

	.salbox{background-color: var(--salmon)}
	.salbox:before{content: ''; display: block; width: 149px; height: 149px;position: absolute; bottom: 22px; left: 35px; z-index: 99; background: url(../images/ArrowLavenderMedium.png); background-size: cover} 
	.salbox:after{content: ''; display: block;  height: 103px; width: 103px; position: absolute; top: 36px; right: -50px; z-index: 99; background: url(../images/ArrowMatchaSmall.png); background-size: cover}

	
	.lavbox{background-color: var(--lavender)}
	.lavbox:after{content: ''; display: block; width: 81px; aspect-ratio: 1 / 1; position: absolute; bottom: -50px; left: -50px; z-index: 99; background: url(../images/ArrowSalmonSmall.png); background-size: cover}


	
	/*S*/
	@media only screen and  (min-width: 576px) {
		.lavbox:after{ width: 108px;  bottom: -50px; left: -70px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.C_box{padding: 84px 44px; }
		.lavbox:after{ width: 90px; bottom: 50%; left: -60px;}

	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.C_box{padding: 80px 120px; }
		.salbox:before{ left: 75px;}
		.lavbox:after{bottom: calc(50% - 45px); }
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.salbox:after{ right: auto; left: 50%;}
	}

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

/** HOME - BLOGS *******************************************/

	section.blogs{position: relative; }
	section.blogs h2.D{text-align: left; border-bottom: solid 2px var(--main); padding: 0 0 .5rem 0; margin-bottom: 1.5rem;}
	.Gbox{border: solid 2px var(--main); background-color: var(--green); height: 75px; width: 100%; position: relative; }
	.Gbox:after{content: ''; display: block; width: 87px; aspect-ratio: 1 / 1;position: absolute; top: -22px; left: 10px; background: url(../images/ArrowLavenderSmall.png); background-size: cover; z-index: 99}


	/* borders
	.blog-carousel{border: solid 1px fuchsia;}
	.slick-slider{ border: solid 1px blue; }
	.slick-slide{ border: solid 1px orange;}
	.slick-prev, .slick-next{border: solid 1px black;}
	*/
	
	.blog-carousel .slick-slider{  padding: 0; margin: 0 auto; width: 100% !important; position: relative;  }
	.blog-carousel .slick-track {position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto; display: flex;align-items: flex-start;}
	.blog-carousel .slick-slide{/*display:none;*/min-height:1px; display: flex; justify-content: center; align-items: flex-start !important; padding: 0; background-color: white; margin: 0;}

	
	/* arrows nav */
	.blog-carousel .slick-arrow.slick-hidden{display:none}
	.blog-carousel .slick-prev, .blog-carousel .slick-next{ z-index: 99; color: var(--second); position: absolute; top: -70px; display: block; width: 44px; height: 44px; cursor: pointer; background: transparent; opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90;  padding: 0; display: flex; justify-content: center; align-items: center;}
	.blog-carousel .slick-prev{right: 44px;}
	.blog-carousel .slick-next{right:0;}
	.blog-carousel .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{opacity: 1; color: var(--accent); outline:none; border: 0}

	.blog-carousel .slick-prev img, .blog-carousel .slick-next img{position: relative;  border-radius: 50%; width: 30px; height: 30px;border: solid 1px transparent; transition: all .25s}
	.blog-carousel .slick-prev img{position: relative; left: 3px; top: 0;}
	.blog-carousel .slick-next img{position: relative; right: 3px}
	.blog-carousel .slick-prev:hover img, .slick-prev:focus img, .slick-next:hover img, .slick-next:focus img{border: solid 1px var(--main); }


	.blogholder{}

	.blog_cell{}
	.blogbox{}
	.Bimg{}
	.Bimg img{max-width: 100%}
	.Btext{font-size: 16px;}
	.Btext p{margin: 1rem 0 0 0}
	.Btext h3{font-size: 24px; font-weight: 400}
	.Btext a.ctaS{line-height: 1.25}

	/*S*/
	@media only screen and  (min-width: 576px) {
		section.blogs .Gbox{ height: 96px; }
		h2.D{ padding: 0 0 1rem 0; margin-bottom: 1rem;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.blogs .Gbox{ height: 100%; }
		.Gbox:after{width: 92px; position: absolute; top:auto; bottom:  50px; left: -22px;}
		
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.Gbox:after{display: none;}
		/*section.blogs .Gbox{height: 700px;}*/
	
		section.blogs .blog-carousel .slick-slide{ margin: 0 10px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		/*section.blogs .Gbox{height: 640px;}*/
	}
	@media only screen and (min-width: 1720px) {
	}

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

/* TESTIMONIAL ***********************************************/

	section.testim{padding: var(--Mtop) 0 0 0;}
	section.testim .liner{max-width: 100%;}
	.Timg{width: 100%; position: relative; z-index: 10}
	.Timg img{object-fit: cover; object-position: center;width: 100%;  height: 100%;}
	.Tblock{padding: 37px 22px 44px 22px; border: solid 2px var(--main); background-color: white; position: relative; z-index: 99; width: calc(100% - (2 * var(--Pside))); left: var(--Pside); min-height: 364px; margin-top: -160px; text-align: left;}
	.Tblock h2{padding: 0; margin: 0}

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

	.testimonial-carousel.carousel{border: 0; padding-bottom: 44px;}

	.content_slideshow.testimonial-carousel.carousel, .content_slideshow.testimonial-carousel .carousel-item { height: 254px !important;}

	.content_slideshow.testimonial-carousel.carousel { padding: 0; }

	.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; font-size: 16px;}
	.content_slideshow.testimonial-carousel .carousel_caption_text p{margin: 0; padding: .5rem 0 }

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

	.content_slideshow.testimonial-carousel button.carousel-control-pause i, .content_slideshow.testimonial-carousel button.carousel-control-play i{color: var(--main);display: block; width: 30px; height: 30px; border: solid 1px transparent; border-radius: 50%;display: flex; justify-content: center; align-items: center;}

	.content_slideshow.testimonial-carousel button.carousel-control-pause:hover i, .content_slideshow.testimonial-carousel button.carousel-control-pause:focus i, .content_slideshow.testimonial-carousel button.carousel-control-play:hover i, .content_slideshow.testimonial-carousel button.carousel-control-play:focus i{border: solid 1px var(--main);}


	/* dots */

	.content_slideshow.testimonial-carousel .carousel-indicators {height: 88px;  padding: 0; bottom: -44px; width: calc(100% - 44px); left: 44px; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
	
	.content_slideshow.testimonial-carousel .carousel-indicators button{border: solid 1px white; background-color: transparent;height: 44px; width: 44px; margin: 0;  border-radius: 0; }
	.content_slideshow.testimonial-carousel .carousel-indicators button:hover, .content_slideshow.testimonial-carousel .carousel-indicators button:focus{background-color: transparent;}
	.content_slideshow.testimonial-carousel .carousel-indicators button.active{background-color: transparent;}

	.content_slideshow.testimonial-carousel .carousel-indicators button:after{content: ''; width: 26px; height: 7px; background-color: var(--green); display: block;}
	.content_slideshow.testimonial-carousel .carousel-indicators button.active:after{background-color: var(--main);}
	.content_slideshow.testimonial-carousel .carousel-indicators button:hover:after, .content_slideshow.testimonial-carousel .carousel-indicators button:focus:after{background-color: var(--greenLT)}



	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.testim .liner{display: flex; justify-content: flex-start; align-items: center;height: 497px}
		.Tblock{padding: 37px 22px; width: 75%; left: var(--Pside); margin-top: 0; }
		.Timg{width: 66%; position: absolute; top: 0; right: 0; height: 497px}
		.Timg img{height: 497px}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.Tblock{padding: 37px 22px; width: 58%;  }
		.Timg{width: 58%;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		section.testim .liner{height: 657px}
		.Timg{height: 657px; width: calc(58% + var(--Pside));}
		.Timg img{height: 657px}
	}

	@media only screen and (min-width: 1720px) {
		.Tblock{left: var(--half);}
		
	}
	/* XXXL */
	@media only screen and (min-width: 1900px) {
		/*.Tblock{padding: 37px 22px; width: 33.33%; left: calc(var(--half) + 16.67%); }*/
		.Timg{width: calc(50% + var(--half));height: 797px}
		section.testim .liner{height: 797px}
		.Timg img{height: 657px; height: 797px}
	}

/** INTERIOR HERO *****************************************/

	/* borders 
	.hero_caption {border:solid 1px fuchsia}
	.hero_caption_text{border:solid 1px black}
	.hero_overlay{border: solid 1px orange}
	*/

	section.hero{position: relative; padding: 0 var(--Pside); display: flex; gap: 20px;flex-wrap: wrap;  justify-content: space-between; }



	.hero_caption {border: solid 2px var(--main); min-width: 100%;position: relative; background-color: var(--salmonLT); color: var(--main); padding: 1rem 30px  100px 30px; text-align: left;}
	.hero_caption h1{margin-top: 0;}

	.hero_caption_text{width: 100%}

	.hero_arrowG{position: absolute; bottom: -60px; left: calc(60% - 44px); width: 98px}
	.hero_arrowL{display: none;}

	.hero_image, .hero_image2{height: 157px; flex: 1 1; background-size: cover}
	.hero_image1{min-width: 60%}
	.hero_image2{}
	.hero_image1 img, .hero_image2 img{object-fit: cover; object-position: center;width: 100%; height: 157px; border: solid 2px var(--main)}




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

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.hero_arrowG{ bottom: -100px; left: calc(60% - 66px); width: 132px}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.hero{height: 378px;flex-wrap: no-wrap;}
		.hero_caption {min-width: calc(41% - 13.33px); max-width: calc(41% - 13.33px);height: 378px;}
		.hero_image, .hero_image2{height: 378px; }
		.hero_image1{max-width: calc(33.33% - 13.33px); min-width: calc(33.33% - 13.33px);}
		.hero_image2{max-width: calc(25% - 13.33px);}
		.hero_image1 img, .hero_image2 img{height: 378px;}
		.hero_arrowG{ bottom: 10px; left: auto; right: -100px; width: 132px}
		.hero_arrowL{width: 71px; position: absolute; top: 60px; right: calc(var(--Pside) + 25% - 60px);display: block;}
	}

	@media only screen and (min-width: 1720px) {
		section.hero{ padding: 0 var(--half);}
		.hero_arrowL{right: calc(var(--half) + 396px - 20px);}
	}

/** INSIDE - CALLOUTS & FEATURES **********************************************/

	section.inside{padding: 0 var(--Pside);}
	article.container-fluid { margin: 0 auto; text-align: left; }

	section.lime{background-color: var(--greenLT); padding: var(--Pboth);}
	
	section.eggplant{background-color: var(--main); padding: var(--Pboth); color: white;}
	section.eggplant h2, section.eggplant h3, section.eggplant h4{color: white;}
	section.eggplant h2 {padding: 0}

	section.salmon{background: url(../images/ArrowSalmonLarge.png) no-repeat  var(--salmonLT); background-position: -150px -100px; background-size: 120%; padding: var(--Pboth);}
	
	section.lav{background: url(../images/ArrowLavenderLarge.png) no-repeat var(--lavenderLT); background-position: left center; background-size: 120%; padding: var(--Pboth);}
	
	article.features{flex-direction: column; padding: 0 var(--Pside); gap: 25px}
	.Fbox{width: 100%; max-width: 295px; display: flex; justify-content: flex-start; align-items: center; text-align: left; border: solid 2px var(--main); color: var(--main); gap: 20px; padding: 5px 20px; background-color: white; position: relative; transition: all .25s; font-size: 16px; line-height: 1.3;}
	.Fbox img{width: 59px; transform: scale(1); transition: all .25s}
	.Fbox:hover img{transform: scale(1.4)}
	.Fbox p{margin: 0; padding: 0}
	.Fbox a{color: var(--main); text-decoration: none; }


	/*S*/
	@media only screen and  (min-width: 576px) {
		section.salmon{ background-size: 800px; }
		section.lav{ background-size: 800px; }

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		article.features{flex-direction: row;}
		.Fbox{flex: 1 1 calc(50% - 12.5px); padding: 20px; }
		.Fbox img{width: 70px; }
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.salmon{background-position: -150px -100px; background-size: auto}
	}

	/* XXXL */
	@media only screen and (min-width: 1900px) {
		article.features{gap: 100px}
	}

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

	.promos{position: relative;gap: 44px;}
	.LPtext{}
	.LPtext h2{padding: 0}
	.LPtext p{padding: 2rem 0 0 0}
	.LPimg{position: relative; }
	.LPimg img{position: relative; z-index: 90}
	/*.LParrow1{position: absolute; top: -20px; right: 40px;}
	.LParrow1 img{width: 68px;}
	.LParrow2{display: none;}*/

	.LPimg:before{content: ''; display: block; width: 68px; aspect-ratio: 1/1; position: absolute; top: -20px; right: 40px; background: url(../images/ArrowSalmonSmall.png); background-size: cover; z-index: 99}
	.LPimg:after{content: ''; display: none; width: 256px; aspect-ratio: 1/1; position: absolute;top: 20px; right: -128px; background: url(../images/ArrowMatchaMedium.png); background-size: cover;z-index: 99}

	/*S*/
	@media only screen and  (min-width: 576px) {
		.LPimg:before{ top: -30px; right: 60px; width: 87px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.LPimg:before{ top: -40px; right: 100px; width: 108px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.promos{gap: 0;}
		.LPimg:before{ top: auto; bottom: -54px; right: auto; left:  100px;}
		.LPtext, .LPimg{display: flex;  align-items: center;}
		.LPtext{padding-right: 40px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.LPimg:before{ top: auto; bottom: -33px; right: auto; left:  -55px;}
		.LPimg:after{display: block;}
	}

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

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

	.products{flex-direction: column; gap: 24px; padding: 1rem 0}

	.Pbox{outline: solid 1px var(--main); border: solid 3px transparent;padding: 20px; max-width: 440px; position: relative; transition: all .25s }
	.Pbox:hover{outline: solid 1px var(--salmon); border: solid 3px salmon;}

	.Pimg{max-width: 100%}
	.Ptext{}
	.Ptext h3{padding: 0}
	.Ptext p{padding: 2rem 0 0 0; line-height: 1.5;}


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

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.products{flex-direction: row; align-items: flex-start}
		.Pbox{flex: 1 1 calc(50% - 12px);}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.Pbox{flex: 1 1 calc(33.33% - 16px);}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

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

/** INSIDE - MOBI-COLLAPSIBLE COMP BOXES ****************************/

	.boxes{flex-direction: column; gap: 16px; padding: 2rem 0}
	.CBbox{background-color: white; padding: 0 16px; color: var(--main); text-align: left;font-size: 16px;  line-height: 1.3; width: 100%}
	.CBbox h3{width: 100%; padding: 0; text-align: left; cursor: pointer;}
	.CBbox h3{padding: 1rem 40px 1rem 0; color: var(--salmon); position: relative;font-weight: 400; transition: all .25s; font-family: dunbar-tall;  font-size: 16px;   }

	.CBbox h3:hover, .CBbox h3:focus{font-weight: 700}
	.CBbox h3:after{content: '\f078'; font-family: 'Font Awesome 7 Pro'; font-weight: 400; position: absolute; top: 1rem; right: 0; transition: all .25s; color: var(--font):}
	.CBbox h3.spun:after{transform: rotate(180deg)}
	.CBtext {padding: 0 0 16px 0; display: none;}
	.CBtext p{padding: 1rem 0 0 0; margin: 0; }
	.CBtext p:first-child{padding: 0; margin: 0}
	.CBtext ul li p{padding: 0}


	section.eggplant .CBbox{color: var(--main)}
	section.eggplant .CBbox h3{ color: var(--salmon)}

	/*S*/
	@media only screen and  (min-width: 576px) {
		.CBbox h3{font-size: 28px}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.boxes{ flex-direction: row; gap: 24px; align-items: flex-start}
		.CBtext {padding: 0 0 20px 0; display: block;}
		.CBbox{ padding: 0 20px 20px 20px; border: solid 2px var(--salmon); flex: 1 1 calc(33.33% - 16px); max-width: calc(33.33% - 16px);}
		section.salmon .CBbox{  border: solid 2px var(--main);}
		.CBbox h3{padding: 1rem  0;cursor: default;}
		.CBbox h3:hover, .CBbox h3:focus{font-weight: 400}
		.CBbox h3:after{display: none;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.CBtext ul li:before { top: 1rem;  }
		.CBbox h3{font-size: 24px}

	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.CBbox h3{font-size: 32px}
	}

/** INSIDE - BLOGS *******************************************/

	section.blogs.int{position: relative; padding: var(--Mtop) 0;}
	section.blogs.int h2.D{text-align: left; border-bottom: solid 2px var(--main); padding: 0 0 .5rem 0; margin-bottom: 1.5rem;}
	section.blogs.int .Gbox{border: solid 2px var(--main); background-color: var(--green); height: 75px; width: 100%; position: relative; }

	section.blogs.int{position: relative;}
	section.blogs.int .Gbox{height: 100%;}

	section.blogs.int:after{content: ''; display: none; width: 89px; aspect-ratio: 1 / 1;position: absolute;bottom: 260px; left: 24%; background: url(../images/ArrowMatchaSmall.png); background-size: cover; z-index: 99}
	
	section.blogs.int .Gbox:before{content: ''; display: block; width: 59px; aspect-ratio: 1 / 1;position: absolute; top: 100px; right: -20px; background: url(../images/ArrowSalmonSmall.png); background-size: cover; z-index: 99}

	section.blogs.int .Gbox:after{content: ''; display: none; width: 141px; aspect-ratio: 1 / 1;position: absolute; bottom: -10px; left: -10px; background: url(../images/ArrowLavenderMedium.png); background-size: cover; z-index: 99}


	/* borders
	.blog-carousel{border: solid 1px fuchsia;}
	.slick-slider{ border: solid 1px blue; }
	section.blogs.int .blog-carousel .slick-slide{ border: solid 1px orange;}
	.slick-prev, .slick-next{border: solid 1px black;}
	*/
	
	section.blogs.int .blog-carousel .slick-slider{  padding: 0; margin: 0 auto; width: 100% !important; position: relative;  }
	section.blogs.int .blog-carousel .slick-track {position:relative;top:0;left:0;display:block;margin:0; /*display: flex;align-items: flex-start;*/}
	section.blogs.int .blog-carousel .slick-slide{/*display:none;*/height: 500px;display: flex; justify-content: center; align-items: flex-start !important; padding: 0; background-color: white; margin: 0; font-size: 14px;}


	
	/* arrows nav */
	section.blogs.int .blog-carousel .slick-arrow.slick-hidden{display:none}
	section.blogs.int .blog-carousel .slick-prev, section.blogs.int .blog-carousel .slick-next{ z-index: 99; color: var(--second); position: absolute;  display: block;  width: 44px; height: 44px; cursor: pointer; background: transparent; opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90; padding: 0; display: flex; justify-content: center; align-items: center; border: 0; display: flex; justify-content: center; }
	section.blogs.int .blog-carousel .slick-prev{right: 0px;top: -104px;align-items: flex-end; padding-bottom: 3px}
	section.blogs.int .blog-carousel .slick-next{right:0;top: -60px;align-items: flex-start; padding-top: 3px;}
	section.blogs.int .blog-carousel .slick-prev:hover, section.blogs.int .slick-prev:focus, .slick-next:hover, .slick-next:focus{opacity: 1;  outline:none;}

	section.blogs.int .blog-carousel .slick-prev img, section.blogs.int .blog-carousel .slick-next img{position: relative;  border-radius: 50%; width: 26px; height: 26px;border: solid 1px transparent; transition: all .25s}
	section.blogs.int .blog-carousel .slick-prev img{ top: 0;}
	section.blogs.int .blog-carousel .slick-next img{}
	section.blogs.int .blog-carousel .slick-prev:hover img, section.blogs.int .slick-prev:focus img, section.blogs.int .slick-next:hover img, section.blogs.int .slick-next:focus img{border: solid 1px var(--main); }

	.blogholder{}

	section.blogs.int .blog_cell{}
	section.blogs.int .blogbox{}
	section.blogs.int .Bimg{}
	section.blogs.int .Bimg img{max-width: 100%}
	section.blogs.int .Btext{font-size: 14px;}
	section.blogs.int .Btext p{margin: 1rem 0 0 0}
	section.blogs.int .Btext h3{font-size: 24px; font-weight: 400}
	section.blogs.int .Btext a.ctaS{line-height: 1.25}

	/*S*/
	@media only screen and  (min-width: 576px) {
		section.blogs.int .Gbox:before{width: 99px;  }
		section.blogs.int .blog-carousel .slick-slide{height: 600px;}

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		
		section.blogs.int .Gbox:before{ top: 100px; right: 120px; }
		section.blogs.int .Gbox:after{display: block;  }
		section.blogs.int:after{display: block;  }
		section.blogs.int .blog-carousel .slick-slide{font-size: 16px;height: 540px}

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		
		section.blogs.int .Gbox:before{ top: 50px; right: 0; }
		section.blogs.int .Gbox:after{ bottom: 70px; left: -20px; }
		section.blogs.int:after{ bottom: 50%; left: 7%; }
		section.blogs.int .blog-carousel .slick-slide{ padding: 20px 0;}
		section.blogs.int .blog-carousel .slick-slide{height: 240px; width: 100%; overflow: hidden;}
		section.blogs.int .blogbox{display: flex; justify-content: flex-start; align-items: flex-start; gap: 20px; width: 100%}
		section.blogs.int .Bimg{height: 200px; width: 288px; min-width: 288px}
		section.blogs.int .Bimg img{object-fit: cover; object-position: center;width: 100%;  height: 200px;}
		section.blogs.int .Btext h3{padding: 0}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {


	}

	/*XXL*/
	@media only screen and (min-width: 1400px) {
		section.blogs.int .Bimg{height: 308px; width: 443px; min-width: 443px}
		section.blogs.int .Bimg img{height: 308px;}

		section.blogs.int .blog-carousel .slick-slide{height: 348px; }

		section.blogs.int .Gbox:before{ top: 50px; right: calc(50% - 50px); }
		section.blogs.int:after{ bottom: 50%; left: 25%; }
		section.blogs.int .Gbox:after{ bottom: 170px; left: -20px; }


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

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

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

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

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

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

	/* remove table headers */
	table.content_rates_table tr th, table.table_builder tr th {position: absolute; top: -9999px; left: -9999px;}
	
	/* put title into cell */
	/*table.content_rates_table tr td:before, table.table_builder tr td:before {display: block; text-align:left; font-weight: 600; content: attr(data-title); position: relative; left: -10px}*/

	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: 1rem; width: 100%; border-collapse: collapse; border-bottom: solid 2px var(--main)}
	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: white;}


	/*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; border: 0}
		table.content_rates_table tbody, table.table_builder tbody{display: table-row-group}
		table.content_rates_table thead, table.table_builder thead{display: table-header-group}
		table.content_rates_table tr, table.table_builder tr{display: table-row}
		table.content_rates_table tr th, table.table_builder tr th{display: table-cell; padding: 18px 20px; background-color: var(--main); color: white; position: static}
		table.content_rates_table tr td, table.table_builder tr td{display: table-cell}
		table.content_rates_table tr td:before, table.table_builder tr td:before {display: none}

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



		/* rounded corners 
		table.content_rates_table, table.table_builder{display: table; border-collapse: separate; border-spacing: 0; border: solid 1px var(--second); border-radius: 20px;}

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

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

		*/

		
	}

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

/** 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: 16px 60px 16px 16px;background-color: white; color: var(--main); display: block; font-size: 16px;position: relative; text-decoration: none; text-align: left; margin-top: 1rem; border: solid 1px var(--salmon)}
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited{margin-top: 1rem; width: 100%; text-align: left; border: 0 !important}


	/* for borders between
	.code_block_accordion_wrap .code_block_accordion div.code_block_indiv_top{border-top: solid 1px var(--pale); }
	.code_block_accordion_wrap .code_block_accordion:first-child div.code_block_indiv_top{border: 0; }
	.code_block_accordion_wrap{ border-bottom: solid 1px var(--pale);}
	*/
	
	/* hover Q */
	div.cms_form_collapsible_header a:hover, 
	div.cms_form_collapsible_header a:focus, 
	.faq_question_block_slide_question_closed a:hover, 
	.faq_question_block_slide_question_closed a:focus, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:hover, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:focus, 
	.code_block_accordion div.code_block_indiv_top:hover, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:hover,
	div.faq_featured_block .faq_question_block_slide_question_closed a:focus, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:hover, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:focus,
	div.faq_question_panel .faq_question_block_slide_question_closed a:hover, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:focus,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:hover,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:focus
	{color: var(--salmon); background-color:white;text-decoration: none;}

	/* open Q */
	div.cms_form_collapsible_header.open a, 
	.faq_question_block_slide_question_open a, 
	div.faq_recent_block .faq_question_block_slide_question_open a, 
	.code_block_accordion.open div.code_block_indiv_top,  
	div.faq_featured_block .faq_question_block_slide_question_open a,  
	div.faq_popular_block  .faq_question_block_slide_question_open a, 
	div.faq_question_panel  .faq_question_block_slide_question_open a, 
	.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top
	{background-color: white; color: var(--main);  display: block;padding: 16px 60px 0 16px;  text-decoration: none;position: relative; position: relative; border: solid 1px var(--salmon); border-bottom: 0; font-size: 16px;margin-top: 1rem;}

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


	/* contents */
	article .code_block_accordion .code_block_indiv_content{padding: 0 20px;}
	.faq_question_block_slide_answer, article .code_block_accordion .code_block_indiv_content{padding: 20px; border-radius: 0; border: 0; border-top: 0; margin: 0; font-size: 16px; background-color: white;border: solid 1px var(--salmon); border-top: 0; color: var(--font);}

	.faq_question_block_slide_answer a:not(.cta), article .code_block_accordion .code_block_indiv_content a:not(.cta){color: var(--second);}

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


/** FOOT ****************************************************/
	.Ftag{padding: var(--Pboth); text-align: center; font-family: dunbar-tall;  font-size: 5vw;  font-weight: 400;  color: var(--main); line-height: normal; font-weight: 700}
	.Ftag span.D{font-family: dreaming-outloud-script;font-size: 7vw; line-height: normal; color: #000;font-weight:400}

	footer {width: 100%; background-color: var(--main); color: white; padding: var(--Pboth); }

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

	.twlogo img{width: 188px}

	.addr{font-size: 16px;}
	.addr p{padding: 0 0 2rem 0; margin: 0}

	.bottomlinks {color: white;}
	.bottomlinks a, .bottomlinks .notalink {display: block; margin-bottom: 10px; font-size: 16px;}

	.socmed{}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; font-siZe: 28px; margin: 0 10px}
	.socmed a:hover, .socmed a:focus{color: var(--greenLT)}

	.footicons{}
	.footicons img{display: block; margin: var(--Mtop) auto 0 auto;}
	.footnote{ font-size: 12px;}
	.footnote p{margin: 0; padding: 0}
	.footicons2{display: flex; justify-content: center; gap: 20px; }

	/* move recaptcha badge to left */
	.grecaptcha-badge { width: 70px !important; overflow: hidden !important;  transition: all 0.3s ease !important;  left: 4px !important;}
	.grecaptcha-badge:hover { width: 256px !important;}

	@media only screen and  (min-width: 430px) {
	.Ftag{ font-size: 24px; }
	.Ftag span.D{font-size: 32px; }
	}

	/*S*/
	@media only screen and  (min-width: 576px) {
		.Ftag {font-size: 32px;}
		.Ftag span.D{font-size: 40px}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.footicons{display: flex; justify-content: center; align-items: center; gap: 20px }
		.footicons img{ margin: 0}
		.bottomlinks { display: flex; justify-content: center; align-items: center; gap: 10px;}
		.bottomlinks a, .bottomlinks .notalink {margin-bottom: 0;}


	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.Ftag {font-size: 40px;}
		.Ftag span.D{font-size: 48px}
		.footicons2{display: flex; justify-content: center; align-items: center; gap: 20px }
	}
	
	/*XXL*/
	@media only screen and (min-width: 1400px) {
		.Ftag {font-size: 48px;}
		.Ftag span.D{font-size: 62px}
	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 14px; line-height: 1;}
	img.rounded{max-width: 100%; border-radius: 30px;}
	a.learnmore{ color: var(--second); text-decoration: none; }
	a.learnmore:after{content: '\f061'; font-family: 'Font Awesome 7 Pro'; font-weight: 400; margin: 0 5px; transition: all .25s}
	a.learnmore:hover:after, a.learnmore:focus:after{margin: 0 0 0 10px;}

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

	a.cta, a.ctaS, input[type="submit"], a.clear, a.clear:visited, button.clear, input.go,  input[type="reset"],  a.PSlogout, div.faq_advanced_search_panel input[type=button], button.modal_button, button.cta, button#exedout, .blog-filter a button, button.btn.btn-primary
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 0; background-color: var(--main); color: white; padding: 12px 30px;font-size: 16px; text-transform: uppercase; border: solid 2px var(--lavenderLT);}

	 a.ctaS{color: var(--main); background-color: var(--salmonLT); border: solid 2px var(--main);}

	a.cta:hover,  a.cta:focus, input[type="submit"]:hover, input[type="submit"]:focus, a.clear:hover, a.clear:focus, button.clear:hover, button.clear:focus,  input.go:hover, input.go:focus, input[type="reset"]:hover, input[type="reset"]:focus, a.PSlogout:hover, a.PSlogout:focus, div.faq_advanced_search_panel input[type=button]:hover, div.faq_advanced_search_panel input[type=button]:focus,  button.modal_button:hover, button.modal_button:focus, button.cta:hover, button.cta:focus, button#exedout:hover, button#exedout:focus, .blog-filter a button:hover, .blog-filter a button:focus, button.btn.btn-primary:hover, button.btn.btn-primary:focus
	{text-decoration: none;background-color: var(--main); border: solid 2px var(--main); color: white;}

	a.ctaS:hover,  a.ctaS:focus{text-decoration: none;background-color: var(--salmon); color: white;}

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


	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{}
	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus{}

/** HEADERS **********************************************/
	/* padding, not margins */
	
	h1 {margin: 0; padding: 0; font-family: dunbar-tall;  font-size: 24px;  font-weight: 400;  color: var(--main); line-height: normal;}
	h1.D, h1 .D{font-family: dreaming-outloud-script;  font-size: 32px; line-height: normal; color: #000;}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
	{margin: 0; padding: var(--Mtop) 0 0 0;font-family: dunbar-tall;  font-size: 20px;  font-weight: 400;  color: #000; line-height: normal;}
	article h2.KJEToggleTitle, .cke_editable h2:first-child, .cms_col h2:first-child{padding: 0}
	h2.D, h2 .D{font-family: dreaming-outloud-script;  font-size: 24px; line-height: normal; color: #000;}


	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-family: dunbar-tall;  font-size: 16px;  font-weight: bold; line-height: normal; color: #000;}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{margin: 0; padding: 1rem 0 0 0;font-family: dunbar-tall;  font-size: 14px;  font-weight: bold; line-height: 1.6;}

	h5, .forum_thread_date, .forum_mischeader_title	
	{margin: 0; padding: 1rem 0 0 0;font-size: 14px; font-weight: 400; color: var(--font); font-style: italic; }

	h6 	{}

	/*S*/
	@media only screen and  (min-width: 576px) {
		h1, h2.D, h2 .D {font-size: 32px;}
		h1.D, h1 .D{font-size: 40px}

		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
		{font-size: 24px}

		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: 28px}

		h4, h5, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
		{font-size: 16px}
	}

	
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		h1, h2.D, h2 .D {font-size: 40px;}
		h1.D, h1 .D{font-size: 48px}

		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: 32px}

		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: 24px}

		h4, h5, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
		{font-size: 20px}
	}


	/*XXL*/
	@media only screen and (min-width: 1400px) {
		h1, h2.D, h2 .D {font-size: 48px;}
		h1.D, h1 .D{font-size: 62px}

		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: 40px}

		h3, .code_block h1, .blog-grid-wrap h2.blog_title, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname, .blog-grid-wrap h2
		{font-size: 32px}

		h4, h5, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
		{font-size: 24px}
	}

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

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

	.blog-grid-wrap div.blog_entry{}

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

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

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

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


	.blog-grid-wrap .blog-content p{text-align: left;}

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


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

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


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

	}

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

	}


/** CALENDAR *****************************/
	
	.content_calendar_table {border: 0; margin-top: 1rem;}
	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{border: solid 0px lime; 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){position: absolute; top: -9999px; left: -9999px;}

	
	/* add days of the week to cells */
	table.content_calendar_table tr td:before{content:'Sunday '; display: inline-block; text-align:left; font-weight: 700; position: relative; /*width: 50%;*/ padding-right: 20px; color: var(--main)}
	table.content_calendar_table tr td:nth-child(2):before{content:'Monday '}
	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;}

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


/** CALCXML ***********************************/
	.calcxml_container.container{max-width: 100%;}
	.calcxml_container .row {margin: 0;}
	h3[data-toggle="collapse"] {border-bottom: 2px solid #333;}
	.row.collapsing, .row.collapse.show {  border: 2px solid #333;  border-top: none;}
	.calcxml_container h3[data-toggle="collapse"]:after {color: var(--main);}
	table.tipped_table{ margin: 10px 0; }
	input.calcxml_submit.btn.btn-lg.btn-block.btn-primary{}
	input.calcxml_submit.btn.btn-lg.btn-block.btn-primary:hover, input.calcxml_submit.btn.btn-lg.btn-block.btn-primary:focus{}
	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{}
	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus{}



/** DEC TREE ***************************************/

	/* use any height less than 1000px - within reason */
	.CHboxedup{max-width: 100%; height: auto; z-index: 90;  }
	.CHbox {height: auto; height: auto;border: solid 1px var(--main); border-radius: 10px; padding: 20px 10px 60px 10px; text-align: center;}
	.cardbennies, .CHAs {max-height: calc(100% - 50px); overflow: auto;}
	.card img {border: 0 !important}

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

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

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

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

/** FAQs **********************************************/
	.faq_toolbar {padding-bottom: 15px;}
	.faq_viewed {color: var(--main); font-size: 11px; font-weight: 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 ************************************************/
	/*borders
	.cms_form_fieldset{border: solid 1px red;}
	LEGEND.cms_form_legend {border: solid 1px blue; }
	.cms_form_radio_container, .cms_form_checkbox_container{border: solid 1px green;}
	.cms_form_item{border: solid 1px orange}
	.cms_form_object{border: solid 1px cyan}
	.cms_form_error{} 
	.cms_form_label{border: solid 1px lime}
	.cms_form_content_block{border: dashed 1px black}
	FIELDSET.cms_form_fieldset {border: dashed 1px silver}
	*/

	form.cms_form_obj, .cms_form_errors{max-width: 1000px; margin: 0 auto;}
	form .cms_form_object:last-child{float: none;}
	.visuallyhidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}

	.cms_form_item .cms_form_object input[type="text"],.cms_form_item .cms_form_object input[type="number"],.cms_form_item .cms_form_object input[type="password"], .cms_form_item .cms_form_object input[type="email"], .cms_form_item .cms_form_object select, .cms_form_item .cms_form_object textarea{ border-radius: 10px;border: solid 1px var(--font); width: 100%}
	.cms_form_item .cms_form_object input[type="submit"]{width: auto;}
	.cms_form_item { margin: 5px 0}

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

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

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

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

		.cms_form_error{width: 100%  !important;} /* inside .cms_form_item */

		FIELDSET.cms_form_fieldset{position: relative;display: flex; flex-wrap: wrap; }
		LEGEND.cms_form_legend{width: 300px  !important;float: left; }
		FIELDSET.cms_form_fieldset .cms_form_object{display: flex; flex-wrap: wrap;justify-content: flex-start; /*width: calc(100% - 320px)  !important; position: relative; float: right*/ }
		.cms_form_radio_container, .cms_form_checkbox_container{ padding-right: 20px; width: auto !important;}
	}

/** LOCATOR 2.5 **************************************************/


	button#exedout {display: none;}
	form#locator fieldset label {display: inline;}

	button#exedout {display: none;}
	.legend{ top: -10px;}
	.boxedsearch, .legend {BACKGROUND-COLOR: var(--pale); }
	.boxedsearch label, .boxedsearch legend, .legend_label {font-size: 18px; }
	.boxedsearch h2{padding: 0 0 1rem 0;}
	.cuname { font-size: 22px;}

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

	
	.loc_formbox2 { top: 0px;}


	/*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('/templates/COMMON_JS/dark_background_stripes.gif'); border-top: 5px solid #88B131; box-shadow: none; }
	#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
	#smartbanner.android .sb-close:active { color:#eee; }
	#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
	#smartbanner.android .sb-info strong { color:#fff; }
	#smartbanner.android .sb-button { min-width: 12%; border:1px solid #DDDCDC; padding:1px; color:#d1d1d1; background: none; border-radius: 0; box-shadow: none; min-height:28px}
	#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB)); background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB); text-transform:none; text-shadow:none; box-shadow:none; }
	#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
	#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

	#smartbanner.windows .sb-icon { border-radius: 0px; }

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
   *background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }

}

