@font-face {
  font-family: 'Next';
  src: url('Fonts/AvenirNext-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'NextB';
  src: url('Fonts/AvenirNext-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}

:root {
  --main: #0060AD;
  --second: #DD1321;
  --accent: #A90F19;
  --dkblue: #004F8F;
  --pale: #F6F6F6;
  --font: #333;
  --redgrade: linear-gradient(135deg, rgba(221,19,33,1) 0%,rgba(169,15,25,1) 100%);
  --redgradeR: linear-gradient(to left, rgba(221,19,33,1) 0%,rgba(169,15,25,1) 100%);
  --redshade: linear-gradient(to bottom, rgba(221,19,33,.85) 0%,rgba(169,15,25,.95) 100%);
  --redV: linear-gradient(to bottom, rgba(221,19,33,1) 0%,rgba(188,16,28,1) 100%);
  --Tshadow: 0 0 10px rgba(155, 26, 22, 0.5);
}

/*Red : #DD1321 - second
Dark red: #A90F19 - accent
Blue : #0060AD - main
Dark Blue: #004F8F - dkblue
Black: #333333 - font
Light Grey: #F6F6F6 - pale
*/

/*font-family: NextB, arial, sans-serif;*/

/*
XS – padding: 60px 20px 0 20px
SM - padding: 70px 30px 0 30px
MD - lg - padding: 80px 30px 0 30px
XL - xxl - padding: 100px 85px 0 85px
max-width: 1411px;
*/



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

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

	p{margin: 0; padding: 1rem 0 0 0;}
	article ul, article ol {margin: 0; padding: 1rem 0 0 20px;}
	article, aside {line-height: 1.3; }
	.liner, article, .container-fluid{max-width: 1411px; width: 100%;  margin: 0 auto;  position: relative; }
	section { width: 100%; padding: 60px 20px 0 20px; margin: 0;}

	a, button.modal_link{  transition: all .25s;  color: var(--second);font-family: NextB, arial, sans-serif; font-weight: 700; text-decoration: underline;}
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var(--main)}
	button.modal_link{ padding:0; border: 0; background: transparent; cursor: pointer;  transition: all .25s;}
	button.modal_link:focus, button.modal_link:hover{text-decoration: underline;border: 0; outline: 0}

	input, select, textarea, button{font-family: 'Next', arial, sans-serif;  font-size: 18px; font-weight: 500;}
	button{border: 0; background: transparent;transition: all .25s;text-align: center; padding: 0}
	.CHbox a, .CHA, .cardbennies{font-family: 'Next', arial, sans-serif;  font-size: 18px; font-weight: 500;} /* match to regular font size */
	strong{font-family: NextB, arial, sans-serif;font-weight: 700}
	blockquote{margin: 0; padding: 1rem 0 0 0;}
	.video_wrapper {margin-top: 20px !important;}
	.row {margin: 0;}

	/* diff color bullets*/
	article ul li::marker {color: var(--second);}
	
	.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; }

	/*S*/
	@media only screen and  (min-width: 576px) {
		section {padding: 70px 30px 0 30px}
	}

	/*M*/
	@media only screen and  (min-width: 768px) {
		section {padding: 80px 30px 0 30px}
	}

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

	/*XL*/
	@media only screen and (min-width: 1200px) {
		section {padding: 100px 85px 0 85px}
	}

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

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

	.logobg{display: none;}

	a.homelink{border: solid 0px lime; position: absolute; top: 0;left: 20px; height: 155px;}
	a.homelink img {  width: 147.2px;  height: 115px; transition: all .25s}
	a.homelink.byebye img{opacity: 0} 


	.toplinks {display: none; }

	#sitesearch {color: var(--font);width: 44px; height: 155px; font-size: 32px; position: absolute; top: 0; right: 74px;}
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {color: var(--second); }
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}
	#sitesearch.down:before{content: '\f00d';}

	.sitesearch {display: none;  position: absolute; top: 50px; right: 128px; height: 54px; width: calc(100% - 128px - 20px);  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);  background-color: white}

	.searchbox {position: absolute; top: 0; left: 0; padding-left: 10px; height: 54px; width: calc(100% - 54px); border: 0; background-color: white; outline: 0}

	/*
	.searchbox::placeholder {color: white;  opacity: 1;}
	.searchbox:-ms-input-placeholder {color: white;}
	.searchbox::-ms-input-placeholder { color: white;}
	*/

	button.SSbttn{color: white; background-color: var(--second); position: absolute; top: 5px; right: 5px; width: 44px; height: 44px; border-radius: 50%; transform: scale(1); }
	button.SSbttn:hover, button.SSbttn:focus {background-color: var(--accent); transform: scale(1.05);}
	.sitesearch button:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}


	.mmbr_bttn a{width: 50%; height: 55px; background-color: var(--main); color: white;  font-size: 16px;position: absolute; bottom: 0; left: 0;  display: flex;  justify-content: center; align-items: center;font-family: 'Next', arial, sans-serif; text-decoration: none;font-weight: 500;transform: scale(1); }
	.mmbr_bttn a:hover, .mmbr_bttn a:focus{background-color: var(--dkblue); text-decoration: none;transform: scale(1.02);}

	/*S*/
	@media only screen and  (min-width: 576px) {
		a.homelink.byebye img{opacity: 1} 
		.sitesearch { width: calc(100% - 128px - 187px); }

	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		a[name]{position: relative; top: -261px; z-index: 1}

		header{padding: 0 30px 0 0;}
		header .liner{ height: 154px;}

		.logobg{display: block; position: absolute; height: 280px; width: 280px; border-radius: 50%; top: -63px; left: 0; background-color: white; box-shadow: 0 0 5px 0 rgba(0,0,0,.5); z-index: 10; background-color: fuchsia}
		.logobg.fixed{position: fixed}

		a.homelink{position: absolute;  height: 280px; width: 280px; border-radius: 50%;  top: -63px; left: 0; z-index: 101; background-color: white;  transition: none;padding-top: 63px;}
		a.homelink img {  width: 160px;  height: 125px;}
	
		.mmbr_bttn a{width: 200px;  bottom: auto; top: 20px; left: auto; right: 210px;  border-radius: 27px;}

		#sitesearch {top: auto; bottom: 20px; right: 54px; height: 44px;}
		.sitesearch { top: auto; bottom: 15px;; right: 108px; height: 54px; width: calc(100% - 280px - 108px);}

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		header{padding: 0 30px;}
		.toplinks {display:  flex; justify-content: flex-end; align-items: center; position: absolute; top: 23px; right: 76px;}
		.toplinks a, .toplinks .notalink  {font-size: 15px;font-family: Next, arial, sans-serif; font-weight: 500; text-decoration: none; color: var(--font);}
		.toplinks a:hover, .toplinks a:focus {color: var(--second); text-decoration: underline;}
		.toplinks a:after, .toplinks .notalink:after{content: "|";display: inline-block; padding: 0 15px;}

		#sitesearch {font-size: 15px; bottom: auto; top: 23px; width: 76px;  height: auto; right: 0px;}
		#sitesearch:hover, #sitesearch:focus, #sitesearch.down {text-decoration: underline;}
		#sitesearch:before{margin-right: 5px;}
		.sitesearch { top: 7px; bottom: auto; right: 80px; height: 54px; width: calc(100% - 260px - 76px); max-width: 630px;}

		.mmbr_bttn a{ bottom: 23px; top: auto; right: 280px; }

		a.homelink{ left: -30px; }


	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		header{padding: 0 85px;}
		a.homelink{ left: -60px; }
		.logobg{left: 25px; }
		.mmbr_bttn a{  right: 210px; }

		.sitesearch {height: 45px; top: 13px; }
		.searchbox {height: 45px; width: calc(100% - 45px); }
		button.SSbttn{top: 7px; right: 7px; width: 31px; height: 31px; }

	}

	@media only screen and (min-width: 1580px) {
		.logobg{left: calc(50% - 765px) }
	}

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

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

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

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

	nav.mobile button.menutoggler2{text-decoration: none; height: 44px; width: 44px; font-size: 20px; color: var(--font); position: absolute; top: 0; right: 0; text-align: center; }
	nav.mobile button.menutoggler2:after {content: '';}
	nav.mobile button.menutoggler2:hover, nav.mobile button.menutoggler2:focus{color: var(--second);}


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

	.L1{padding: 60px 30px 0px 30px;}

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

	.L1 a, .L1 button {color: var(--font);text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s; padding: 10px 0; font-size: 22px;font-family: NextB, arial, sans-serif;}
	.L1 button:before {content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0px; right: 0px; transition: all .25s; }
	.L1 button.flipped:before { transform: rotate(180deg);}
	.L1 button:after{content: ''; width: 0; height: 2px; background-color: var(--second); display: block; transition: all .25s}
	.L1 button:hover, .L1 button:focus{color: var(--main);}
	.L1 button:hover:after, .L1 button:focus:after{ width: 100px;}

	div.L2 {padding-left: 20px;}
	.L2 a, .L2 button {font-size: 20px;font-family: NextB, arial, sans-serif; font-weight: 500; color: var(--main);}
	.L2 button:hover, .L2 button:focus, .L2 a:hover, .L2 a:focus{color: var(--second);}
	.L2 button:after{display: none;}

	 div.L3 {}
	.L3 a{font-size: 18px;font-family: Next, arial, sans-serif; color: var(--font)}
	.L3 a:hover, .L3 a:focus{color: var(--second);}

	.TL{padding: 30px;}
	.TL a, .TL .notalink{font-size: 15px; color: var(--font); display: Block;font-family: Next, arial, sans-serif; margin-bottom: 10px; text-decoration: none; font-weight: 500;}
	.TL a:hover, .TL a:focus{color: var(--second); text-decoration: underline;}


	/*https://css-tricks.com/the-current-state-of-styling-scrollbars/*/
	nav.mobile::-webkit-scrollbar {width: 10px;}
	nav.mobile::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.7);
		background-color: var(--main);
	}
	nav.mobile::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 3px rgba(0,73,135,.7);
		border-radius: 5px;
		background-color: var(--second);
	}

	/*S*/
	@media only screen and  (min-width: 576px) {
		nav.mobile{ width: 360px; right: -360px; }
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		button.menutoggler{top: auto; bottom: 20px; right: 0px; height: 44px;}

	}

	/*L*/
	@media only screen and (min-width: 992px) {
		button.menutoggler{ bottom: 23px; height: 55px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {

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

		nav.pc  {display: block; z-index: 100;  width: calc(100% - 220px - 420px); position: absolute; top: 82px; left: 220px; height: 40px}
		.navliner {width: 100%; max-width: 548px; margin: 0 auto; z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; }

		button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15; height: 40px; font-size: 22px;font-family: NextB, arial, sans-serif; color: var(--font);}
		button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none;color: var(--main);}
		button.CMitem:after, a.CMitem:after{content: ''; display: block; width: 0; background-color: var(--second); height: 2px; transition: all .25s; }
		button.CMitem:hover:after, button.CMitem:focus:after, a.CMitem:hover:after, a.CMitem:focus:after{width: 100%;}


		.ddcontent{ background-color: white; position: absolute; top: 154px;  width: 977px; box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);right: 0; }
		
		header .ddcontent .liner {height: auto;border: 0;display: flex;  }

		.ddcontent:before{content: ''; display: block; box-shadow: inset 0 7px 5px -7px rgba(0,0,0,0.5); width: 100%; height: 10px; position: absolute; top: 0; right: 0; z-index: 100}

		.Mlinks{width: calc(100% - 415px); display: inline-block; padding: 50px; display: flex;gap: 50px; justify-content: space-around; position: relative; z-index:90 }
		.Mlinks div{flex: 1 1;text-align: left;  }
		.Mlinks a{color: var(--font); font-weight: 400; text-decoration: none;font-family: Next, arial, sans-serif; }
		.Mlinks a:hover, .Mlinks a:focus{color: var(--second);text-decoration: underline !important;} 
		.Mhead{font-size: 20px; font-weight: 700; line-height: 1.4; color: var(--main);font-family: NextB, arial, sans-serif;}

		.Mpromo{ background:url(../images/menu-promo-rounded.svg) white left center; background-size: cover; color: white; width: 415px;  display: inline-block;display: flex;  align-items: center; padding-left: 93px;font-size: 16px;line-height: 1.38; position: relative; z-index:90 }
		.Mpromo .boxed{width: 265px;}
		.Mpromo .boxed:after{content: ''; display: block; width: calc(100% - 20px); height: calc(100% - 20px); border: solid 3px white;position: absolute; top: 10px; right: 10px; z-index: 99}
		.Mpromoliner{width: 265px; padding: 20px 0;}

		.MPhead{font-size: 20px; font-weight: 700;   line-height: 1.1;font-family: NextB, arial, sans-serif;}

		.ddcontent p {}
		.ddcontent a {display: block;  }
		.ddcontent a:hover, .ddcontent a:focus { text-decoration: none;}

	}
	/*XL*/
	@media only screen and (min-width: 1370px) {
		.ddcontent{right: auto; left: 220px; }
	}

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


	section.promos{padding: 60px 20px 0 20px}
	.Pimg{}
	.Pimg img{position: relative; z-index: 90}
	.outersquare{width: 100%; max-width: 720px; margin: 0 auto;position: relative;}
	.inner_square{width: calc(100% - 16px); height: calc(100% - 16px); border: solid 4px white; position: absolute; top: 8px; right: 8px; z-index: 99}
	.Ptext{}
	.Pinnertext{width: 100%; max-width: 680px; margin: 0 auto;}
	
	/*
	XS – padding: 60px 20px 0 20px
	SM - padding: 70px 30px 0 30px
	MD - padding: 80px 30px 0 30px
	LG - xxl - padding: 100px 85px 0 85px
	*/


	/*S*/
	@media only screen and  (min-width: 576px) {
		section.promos{padding: 70px 30px 0 30px}
		.inner_square{width: calc(100% - 24px); height: calc(100% - 24px);  top: 12px; right: 12px; }
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.promos{padding: 80px 30px 0 30px}
		.inner_square{width: calc(100% - 38px); height: calc(100% - 38px); top: 19px; right: 19px }
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.promos{padding: 100px 85px 0 85px}
		.Ptext{display: flex; align-items: center;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}

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

/** HOME - MISSION *************************************************/

	section.mission{padding: 0; margin-top: 175px;}
	.flexred{ max-width: 1411px; position: relative; margin: 0 auto; }
	.Mimg{background: var(--redgrade); padding: 0 20px; position: relative; z-index: 70}
	.Mimg img{position: relative; margin-top: -90px; z-index: 80}
	
	.redcover{border: solid 0px cyan;width: 100%; height: 150px; position: absolute; bottom: 60px; right: 0px;	z-index: 99; background:url(../images/home-hero-rounded-mobile.svg) center center; background-size: 992px 150px;}

	
	.Mtext{background: var(--redV); color: white; padding: 0 20px 50px 20px;  font-size: 17px;margin-top: -100px;position: relative; z-index: 90; text-shadow: var(--Tshadow); }
	.Mtext h2, .Mtext h3{color: white;}
		

	/*S*/
	@media only screen and  (min-width: 576px) {
		.redcover{bottom: 80px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.Mimg{padding: 0}
		.Mimg img{ margin-top: -70px;padding: 0 30px;}
		.Mtext{margin-top: -150px; }
		.redcover{bottom: 150px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.mission{background: var(--redgrade); position: relative;margin-top: 120px; }
		.flexred{}

		.Mimg{ background: none; padding: 0; width: 500px; position: absolute; bottom: 0; right: -50px; }
		.Mimg img{ margin-top: 0; }
		.redcover{display: none;}
		.Mtext{ background: none; padding: 50px 30px;  font-size: 17px;margin-top: 0; width: calc(100% - 450px);}
		.Mtext h2{margin-top: 0;}


	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.mission{padding: 0 85px; }
		.Mimg{width: 560px; right: 0  }
		.Mtext{ padding: 50px 30px 50px 0; font-size: 18px; width: calc(100% - 560px);;}
	}

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

/** HOME - PROMOS RED HOVER *******************************************/

	section.promos2{}
	section.promos2 .container-fluid{max-width: 440px;}

	.P2box{position: relative;}
	.P2img {WIDTH: 100%; height: 500px; position: relative; z-index: 90}
	.P2img img{object-fit: cover; object-position: center;width: 100%;  height: 100%; position: relative; z-index: 90}
	.P2text{width: 100%; height: 100%; position: absolute; top: 0; right: 0; padding: 15px; z-index: 99; background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); transition: all .25s}

	.P2text_red{width: 100%; height: 100%;background-image: var(--redshade); padding: 15px; linear-gradient(to bottom, rgba(221,19,33,.85) 0%,rgba(169,15,25,.95) 100%); position: absolute; top: 0; right: 0;z-index: 80; opacity: 0;  transition: all .25s}


	.P2text_border{width: 100%; height: 100%;  border: solid 4px white; padding: 30px; position: relative; z-index: 99; color: white; text-align: left;display: flex;  align-items: flex-end;}
	.P2text_inner{width: 100%;  z-index: 99; color: white; text-align: left;}
	.P2text_inner h3{color: white; font-size: 26px; margin: 0;}
	.P2text_inner a{color: white; text-decoration: none; display: inline-block}
	.P2text_inner a:after{content: ''; display: block; width: 0; background-color: white; height: 2px; transition: all .25s; }
	.P2text_inner a:hover:after, .P2text_inner a:focus:after{width: 100%; }
	.P2text_inner p{line-height: 0; font-size: 0; transition: all .25s;margin: 0;}

	.P2box:hover .P2text_inner p{line-height: 1.3; font-size: 18px;margin: 0 0 1rem 0;}
	.P2box:hover .P2text_inner h3{margin: 0 0 1rem 0;}
	.P2box:hover .P2text_red{opacity: 1;}
	.P2box:hover .P2text_border{align-items: center;}


	/*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.promos2 .container-fluid{max-width: 1411px;}

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

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

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

	/*.rates-carousel{border: solid 1px fuchsia;}
	.slick-slider{ border: solid 1px green; }
	.slick-slide{ border: solid 1px orange;}
	.slick-slide a{border: solid 1px cyan;}
	.slick-prev, .slick-next{border: solid 1px lime;}*/


	section.rc-container{}

	.Rlinks{padding-top: 45px; margin: 0 auto;width: 220px; }
	.Rlinks a.cta{display: block;margin: 5px 0}

	.rates-carousel{width: 100%; max-width: 1430px;  position: relative; margin: 0 auto; }

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

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

	.Rtext{font-size: 18px; font-family: Next, arial, sans-serif; font-weight: 500;line-height: 1.33; color: var(--font); }
	.Rapr{font-size: 14px; font-family: Next, arial, sans-serif; font-weight: 500; color: var(--font); padding: 0; line-height: 1}
	.Rnumber{ font-size: 55px; font-weight: 700;color: var(--font); line-height: 1; position: relative; margin:15px 0; display: inline-block;}
	.Rnumber:after{content:''; width: 0; height: 3px; background-color: var(--second); transition: all .25s; display: block;}

	.slick-slide a{text-decoration: none; text-align: center; display: block; max-width: 220px; margin: 0 auto;}

	.slick-slide a:hover, .slick-slide a:focus{text-decoration: none;}
	.slick-slide a:hover .Rnumber:after, .slick-slide a:focus .Rnumber:after{width: 100%}
	.slick-slide a:hover .Rnumber, .slick-slide a:focus .Rnumber{color: var(--main);}

	/* arrows nav */
	.slick-arrow.slick-hidden{display:none}
	.slick-prev, .slick-next{ z-index: 99; color: var(--font); font-size: 24px;; position: absolute; top: 0; display: block;  width: 40px; height: 100%; cursor: pointer; text-align: center; background: transparent; opacity: 1;  transition: all .25s; transform: scale(1);  z-index: 90}
	.slick-prev{left: 0;}
	.slick-next{left: auto;right: 0;}
	.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{opacity: 1; color: var(--second); outline:none;transform: scale(1.2); }



	/*S*/
	@media only screen and  (min-width: 576px) {
		.Rlinks{padding-top: 40px; width: 100%; }
		.Rlinks a.cta{display: inline-block;margin: 5px}
		.slick-slide a{text-align: left;}


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

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.slick-slider{width: calc(100% - 300px) !important;  }


	}

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

	section.guidebox{background: linear-gradient(90deg, rgba(0,96,173,1)  0%, rgba(0,79,143,1)  100%); position: relative; height: 1208px; margin-top: 60px; color: white; }
	section.guidebox .container-fluid {max-width: 460px;}
	.girlguidecookie{width: 878px;height: 878px; background: rgba(225,255,255,.1); border-radius: 50%; position: absolute; /*top: -67px;*/ left: calc(50% - 439px); top: calc(50% - 439px);}
	
	.guide{}
	.guide h2{font-size: 28px; color: white; margin-bottom: 30px;}

	.guide .liner{border: solid 1px blue; z-index: 90; text-align: left; }


	.QLguide{}
	.QLguide div{flex: 1 1 50%;}

	.QLguide .label{font-size: 22px;  color: white;font-family: NextB, arial, sans-serif; text-align: center; }

	.iamabox{border: solid 0px lime; position: relative; height: 110px;}

	.qlborderM{position: absolute; top: 30px; right: 0; width: 100%;   border-radius: 0; background-color: #fff; min-height: 55px; width: 100%; z-index: 99; margin-top: 10px;box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.25);}
	#qlbuttonM{display: block;text-align: left; width: 100%; text-align: left; color: var(--font); height: 55px; width: 100%; padding: 0 20px; border-radius: 0; font-size: 20px;}
	#qlbuttonM:hover, #qlbuttonM:focus {cursor: pointer; color: var(--main); } 
	#qlbuttonM span {position: relative; float: right; font-size: 20px; transition: all .25s;}
	#qlbuttonM span.rotated{transform: rotate(180deg);} 

	#qlboxM{width: 100%; text-align: left; DISPLAY: NONE;   border-top:0;}
	#qlboxM button{ width: 100%;padding: 0 20px 18px 20px; display: block; color: var(--font); font-size: 20px;  text-align: left;}
	#qlboxM button:hover, #qlboxM button:focus { color: var(--second);}

	/*#qlborder' . $catid . '*/
	.tryingtobox{border: solid 0px fuchsia;  position: relative; height: 100px;}
	.qlborder{display: none; position: absolute; top: 30px; right: 0; width: 100%;   border-radius: 0;  background-color: #fff; min-height: 55px; width: 100%;z-index: 90; margin-top: 10px; box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.25);}

	.qlbutton{text-align: left; width: 100%; text-align: left; color: var(--font); height: 55px; width: 100%; padding: 0 20px;font-size: 20px;}
	.qlbutton:hover, .qlbutton:focus {cursor: pointer; color: var(--main); } 
	.qlbutton span {position: relative; float: right; font-size: 20px;transition: all .25s;}
	.qlbutton span.rotated{transform: rotate(180deg);} 

	.qlbox{DISPLAY: NONE; width: 100%; text-align: left; }
	.qlbox a {padding: 0 20px 18px 20px; display: block; color: var(--font);font-family: Next, arial, sans-serif; font-weight: 500;font-size: 20px;text-decoration: none;}
	.qlbox a:hover, .qlbox a:focus { text-decoration: none; color: var(--second);}



	.icons{ margin: 57px auto 0 auto;}
	.iconbox{min-height: 150px; max-width: 200px; height: 100%; width: 100%; background-color: white;display: flex; justify-content: center; align-items: center; margin: 0 auto; position: relative; box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.25); transition: all .25s}
	.iconbox a{font-family: Next, arial, sans-serif; font-weight: 500; color: var(--font); text-decoration: none;transform: scale(1); transition: all .25s}
	.iconbox:hover{transform: scale(1.05);}


	/*S*/
	@media only screen and  (min-width: 576px) {
		section.guidebox{height: 878px; margin-top: 70px;}
	}

	/*M*/
	@media only screen and  (min-width: 768px) {
		section.guidebox{height: 770px;margin-top: 80px;}
		.QLguide{display: flex; gap: 15px}
		.QLguide div{flex: 1 1 50%;}
		section.guidebox .container-fluid {max-width: 100%;}
		.icons{max-width: 460px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.guidebox{height: 491px; padding-top: 65px; background: linear-gradient(to right, rgba(0,96,173,1)  0%, rgba(0,79,143,1)  100%); }

		.girlguidecookie{width: 625px;height: 625px; left: -60px; top: -60px;}
		.QLguide{display: block}
		.icons{ margin:  0 auto;}
		.guide h2{ margin-top: 15px;}


	}

	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.guidebox{margin-top: 100px;}
		.girlguidecookie{left: auto; right: calc(50% + -60px);}
		.QLguide{width: 300px; margin: 0 auto}
		section.guidebox .container-fluid {max-width: 1200px;}
	}

	@media only screen and (min-width: 1380px) {
		.girlguidecookie{left: auto; right: calc(50% + -20px);}

	}

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

	/* set the height */
	.R0.regional_slideshow.carousel, .R0.regional_slideshow.carousel .carousel-item {/* height: 360px;*/}

	.R0.regional_slideshow.carousel {} 
	.R0.regional_slideshow .carousel-item{}

	.R0.regional_slideshow .carousel-image{ width: 100%; height: 400px;max-width: 100%; position: relative;  z-index: 10}
	.R0.regional_slideshow .carousel-image img{/* width: 100%; */height: 400px;/*max-width: 100%;*/; position: relative;  left: calc(50% - 491px)}


	.R0.regional_slideshow .carousel-caption{width: 100%;  display: flex; justify-content: center; align-items: center;color: white;  background: var(--redV); position: relative; text-shadow: 0 0 20px rgba(155, 26, 22, 0.5); height: 340px; z-index: 90; left: auto; right: auto; top: auto; bottom: auto; padding-top: 0; z-index: 10; padding: 0 45px 20px 45px;}

	.R0.regional_slideshow .carousel_caption_text{}

	.R0.regional_slideshow .carousel_overlay{background: url(../images/home-hero-rounded-mobile.svg) center top; background-size: 992px 150px; width: 100%; position: absolute; bottom:  340px; right: 0;  z-index: 90; aspect-ratio: 496 / 75}


	/* arrows grouped */
	.R0.regional_slideshow a.carousel-control-prev, .R0.regional_slideshow a.carousel-control-next {width: 44px; height: 44px; font-size: 18px; text-shadow: none; color: white; position: absolute; top: auto; bottom: 0;}
	.R0.regional_slideshow a.carousel-control-prev{left: auto; right: 50%; }
	.R0.regional_slideshow a.carousel-control-next{left: 50%;}
	.R0.regional_slideshow a.carousel-control-prev:after{content: '\f060'; font-family: 'Font Awesome 6 Pro'; font-weight: 300; }
	.R0.regional_slideshow a.carousel-control-next:after{content: '\f061'; font-family: 'Font Awesome 6 Pro'; font-weight: 300;}

	/* dots, squares, etc */
	.R0.regional_slideshow.carousel ol.carousel-indicators {border: solid 0px yellow;  height: 44px;  width:100%;}
	.R0.regional_slideshow.carousel ol.carousel-indicators li { width: 44px; height: 44px;background-color: transparent; border-radius: 0;  margin: 0px; border: 0; text-indent: 0; display: flex; justify-content: center;  align-items: center}
	.R0.regional_slideshow.carousel ol.carousel-indicators li:before{content: '\f0c8'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; color: white; }
	.R0.regional_slideshow.carousel ol.carousel-indicators li:hover {background-color: transparent; }
	.R0.regional_slideshow.carousel ol.carousel-indicators li:hover:before {font-weight: 900;}
	.R0.regional_slideshow.carousel ol.carousel-indicators li.active {background-color: transparent;  }
	.R0.regional_slideshow.carousel ol.carousel-indicators li.active:before {font-weight: 900; color: var(--second);  }

	/* playpause */
	.R0.regional_slideshow .playpause {position: absolute;  bottom: 0; right: 0; left: auto; top: auto;  margin: 0; width: auto; z-index: 99;}
	.R0.regional_slideshow .playpause button{color: white; background-color: transparent; width: 44px; height: 44px; font-size: 24px; border-radius: 5px; border: none;}
	.R0.regional_slideshow .playpause button:hover, .R0.regional_slideshow .playpause button:focus{background-color: transparent;color: var(--second);}
	.R0.regional_slideshow .playpause button.pushed{display: none;}
	.R0.regional_slideshow .pauseButton:after{content: '\f04c'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}
	.R0.regional_slideshow .playButton:after{content: '\f04b'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }


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

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

		.R0.regional_slideshow , .R0.regional_slideshow  .carousel-item{height: 400px; }
		
		
		.R0.regional_slideshow  .carousel-image{ width: auto; height: 400px;width: 1020px; position: absolute; top: 0; right: calc(25% - 510px);}
		.R0.regional_slideshow  .carousel-image img{width: 1070px; height:  400px;}

		.R0.regional_slideshow  .carousel-caption {width: calc(50% - 55px);height:  400px; padding:  60px 0px 0px 30px; background: var(--redgradeR); position: absolute; top: 0; left: 0;}
		.R0.regional_slideshow .carousel_caption_text{ text-align: left; width:100%; top: 0}

		.R0.regional_slideshow  .carousel_overlay{background: url(../images/interior-hero-rounded-desktop.svg) center center; background-size: 110px 400px; width: 110px; height: 400px; top: 0; right: calc(50% - 55px);}

	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.R0.regional_slideshow  .carousel-caption { padding:  60px 0px 0px 85px; }

	}

	@media only screen and (min-width: 1580px) {
		.R0.regional_slideshow  .carousel-caption { padding:  60px 0px 0px calc(50% - 705px); }
		.R0.regional_slideshow  .carousel-image{right: 0;}

		.R0.regional_slideshow  .carousel-caption {width: calc(52% - 55px);}
		.R0.regional_slideshow  .carousel_overlay{right: calc(48% - 55px);}



	}


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

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

	section.inside{}
	article.container-fluid {overflow: hidden; margin: 0 auto; padding: 0; text-align: left; }

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

	.boxed{position: relative;max-width: 730px; margin: 0 auto;}
	.boxed img{ z-index: 90}
	.boxed:after{content: ''; display: block; width: calc(100% - 20px); height: calc(100% - 20px); border: solid 4px white;position: absolute; top: 10px; right: 10px; z-index: 99}

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

	.inticons{display: flex; flex-direction: column; justify-content: center; gap: 30px; flex-wrap: wrap; padding: 60px 1rem 1rem 1rem ; align-items: center;}
	.inticons .iconbox{ margin: 0;}
	.iconbox div{text-align: center;}

	/*S*/
	@media only screen and  (min-width: 576px) {
		.inticons{ padding-top: 70px;}
		.boxed:after{width: calc(100% - 30px); height: calc(100% - 30px); top: 15px; right: 15px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.boxed:after{width: calc(100% - 40px); height: calc(100% - 40px); top: 20px; right: 20px; }
		.inticons{ padding-top: 80px; flex-direction: row;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.boxed:after{width: calc(100% - 30px); height: calc(100% - 30px); top: 15px; right: 15px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.inticons{ padding-top: 100px;}
	}

/** INSIDE - DEC TREE ***************************************/

	section.grey{background-color: var(--pale); padding: 40px 20px;}
	
	/* use any height less than 1000px - within reason */
	.CHboxedup{max-width: 100%; height: auto; z-index: 90;  }
	.CHbox {height: auto; height: auto;border: 0; border-radius: 0px; padding: 0; 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;text-align: center;}

	.CHbox a {} /* match to regular content size */
	.CHQ {border-bottom: 0; text-align: center; padding-bottom: 1rem !important;}/* matchED to H2 */
	.CHQ:before, .CHA:before {display: none;}
	.cardname{} /* matchED to H3 */


	.CHAs {padding-bottom: 40px;display: flex;  justify-content: center; gap: 5px 15px; flex-wrap: wrap; line-height: 1;font-size: 18px}
	.CHA {   } /* match to cta */
	.CHA:hover{color: white !mportant;}
	.CHA:hover, .startover:hover {cursor: pointer;}
	.startover{bottom: 0px; right: 0px; font-size: 16px;}
	.startover:hover{color: var(--second); text-decoration: underline;}
	.cardbennies { } /* match to regular content size */

	/*S*/
	@media only screen and  (min-width: 576px) {
		section.grey{ padding: 40px 30px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		section.grey{ padding: 60px 30px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.grey{ padding: 60px 85px;}
	}

/* INSIDE - RED SECTION *************/	

	section.red{background: var(--redgrade); position: relative; padding: 40px 20px;color: white;text-shadow: var(--Tshadow); margin-top: 60px;}
	section.red h2{color: white; margin-top: 30px;}
	.watermark{background: url(../images/interior-promo-logo.svg) left bottom no-repeat; background-size: contain; width: 100%;; position: absolute; bottom: 0; left: 0; z-index: 1; height: 100%;}
	section.red .row{z-index: 99; position: relative; }
	section.red .boxed{margin: 0 auto;}


	/*S*/
	@media only screen and  (min-width: 576px) {
		section.red{ padding: 40px 30px;margin-top: 70px }
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.watermark{ width: 75%; left: 30px;margin-top: 90px}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		section.red{ padding: 80px 30px;}
		.watermark{ width: 75%; left: 0px;}
	}


	/*XL*/
	@media only screen and (min-width: 1200px) {
		section.red{ padding: 80px 85px;margin-top: 100px}
	}

	@media only screen and (min-width: 1580px) {
		section.red{ padding: 80px calc(50% - 705px) ;}
	}

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

	.content_rates_table_title{}
	.content_rates_table_effectivedate{display: none;}
	.content_rates_table_row_highlight{}
	table.content_rates_table tr td .widecell{}
	/*
		table.content_rates_table{}
		table.content_rates_table tbody{}
		table.content_rates_table thead{}
		table.content_rates_table tr{}
		table.content_rates_table tr th{}
		table.content_rates_table tr td{}

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

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

	/* style it */
	table.content_rates_table, table.table_builder{margin-top: 1rem; width: 100%; border-collapse: collapse;}
	table.content_rates_table tr td, table.table_builder tr td{padding: 18px 20px; border-bottom: solid 1px #d4d4d4;}
	table.content_rates_table tr:nth-child(even) td, table.table_builder tr:nth-child(even) td{background-color: var(--pale);}



	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		/* retableize it */
		table.content_rates_table, table.table_builder{display: table;}
		table.content_rates_table tbody, table.table_builder tbody{display: table-row-group}
		table.content_rates_table thead, table.table_builder thead{display: table-header-group}
		table.content_rates_table tr, table.table_builder tr{display: table-row}
		table.content_rates_table tr th, table.table_builder tr th{display: table-cell; padding: 16px 40px;background-color: var(--main); color: white; position: static; font-family: NextB, arial, sans-serif;}
		table.content_rates_table tr td, table.table_builder tr td{display: table-cell; padding: 16px 40px;}
		table.content_rates_table tr td:before, table.table_builder tr td:before {display: none}
		
		/* style it */
		table.content_rates_table tr:nth-child(even) td, table.table_builder tr:nth-child(even) td{background-color: white;}

		
	}

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

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

	section.test{ width: 100%;  z-index: 99; position: relative; padding: 50px 20px; margin-top: 64px}

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

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

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

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

	/* arrows  */
	.content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next {width: 44px; height: 44px;  font-size: 44px; text-shadow: none; color: var(--second); position: absolute; top: auto; bottom: 0; transform: scale(1); transition: all .25s;}
	.content_slideshow.testimonial-carousel a.carousel-control-prev{left: calc(50% - 88px); }
	.content_slideshow.testimonial-carousel a.carousel-control-next{left: calc(50% + 44px);}
	.content_slideshow.testimonial-carousel a.carousel-control-prev:after{content: '\f137'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
	.content_slideshow.testimonial-carousel a.carousel-control-next:after{content: '\f138'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}
	.content_slideshow.testimonial-carousel a.carousel-control-prev:hover, .content_slideshow.testimonial-carousel a.carousel-control-prev:focus, .content_slideshow.testimonial-carousel a.carousel-control-next:hover,  .content_slideshow.testimonial-carousel a.carousel-control-next:focus{transform: scale(1.05); color: var(--accent);} 


	/* play/pause */
	.content_slideshow.testimonial-carousel .playpause {position: absolute;  bottom: 0; right: calc(50% - 22px); left: auto; top: auto;  margin: 0; width: auto; z-index: 99;}
	.content_slideshow.testimonial-carousel .playpause button{color: var(--main); background-color: transparent; width: 44px; height: 44px; font-size: 24px; border-radius: 5px; border: none; transform: scale(1); transition: all .25s;}
	.content_slideshow.testimonial-carousel .playpause button:hover, .content_slideshow.testimonial-carousel.carousel .playpause button:focus{background-color: transparent;color: var(--dkblue);transform: scale(1.1);}
	.content_slideshow.testimonial-carousel .playpause button.pushed{display: none;}
	.content_slideshow.testimonial-carousel .pauseButton:after{content: '\f04c'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}
	.content_slideshow.testimonial-carousel .playButton:after{content: '\f04b'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }


	/*S*/
	@media only screen and  (min-width: 576px) {
		.content_slideshow.testimonial-carousel.carousel { padding: 0; min-height: 364px;}
		.content_slideshow.testimonial-carousel .carousel-caption {padding: 20px 80px;}
		.content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next { top: 0; bottom: auto; height: 300px}
		.content_slideshow.testimonial-carousel a.carousel-control-prev{left: 0; }
		.content_slideshow.testimonial-carousel a.carousel-control-next{left: auto ;right: 0}


	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.content_slideshow.testimonial-carousel .carousel-item, .content_slideshow.testimonial-carousel a.carousel-control-prev, .content_slideshow.testimonial-carousel a.carousel-control-next { height: 240px;}
		.content_slideshow.testimonial-carousel.carousel { padding: 0; min-height: 324px;}


	}

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

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

/** FOOT ****************************************************/
	footer {width: 100%;  color: white; padding: 0 0 50px 0; margin-top: 87px; background-size: cover; background: url(/files/meijercu/1/banners/footer-mobile_blue_175.jpg); }
	footer .container-fluid{ padding: 40px 20px;  max-width: 1411px; margin: 0 auto;}

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


	.socmed{border: solid 0px fuchsia; width: 100%; background: url(../images/footer-rounded-mobile.png) no-repeat center top; height: 75px;display: flex;  justify-content: center;  align-items: center; gap: 10px;}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; width: 55px; height: 55px; background-color: var(--second); border: solid 3px white; display: flex;  justify-content: center;  align-items: center;font-size: 28px; border-radius: 50%; line-height: 1; position: relative;  margin-top: -66px; transform: scale(1);}
	.socmed a:hover, .socmed a:focus{background-color: var(--accent);transform: scale(1.05);}
	
	.bottomlinks {color: white;}
	.bottomlinks a, .bottomlinks  .notalink {font-family: 'NextB'; display: block; margin-bottom: 10px;font-size: 16px;}

	
	
	.apps{}
	.apps img{margin: 5px; display: inline; font-weight: 700}


	.footbanner img{max-width: 100%;}

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


	@media only screen and (orientation: landscape){
	}
	@media only screen and  (min-width: 576px)and (orientation: landscape){
	}

	@media only screen and  (min-width: 576px){
		footer .container-fluid{padding: 40px 30px; }
		footer { margin-top: 70px; }
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.ncua{display: flex}
		footer { margin-top: 107px; }
	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		footer { margin-top: 127px; background: url(/files/meijercu/1/banners/footer-desktop_blue_173.jpg);}
		footer .container-fluid{ padding: 50px 85px; }
		.socmed{ background: url(../images/footer-rounded-desktop.png) no-repeat center top; height: 80px;}
		.socmed a, .socmed .notalink{ margin-top: -70px;}

	}

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

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

	a.cta, a.ctaR,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, .CHA
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .2s; border-radius: 0; background-color: var(--main); color: white; padding: 17px 30px; border-radius: 27px;font-family: Next, arial, sans-serif; font-weight: 500; border: solid 2px white;font-size: 16px;transform: scale(1);}

	a.cta:hover, a.cta:focus, a.ctaR:hover, a.ctaR: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, .CHA:hover, .CHA:focus
	{text-decoration: none;background-color: var(--dkblue); transform: scale(1.1); color: white;}

	 a.ctaR{background-color: var(--second);}
	 a.ctaR:hover, a.ctaR:focus{background-color: var(--accent);}


	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{ line-height: 1; transition: all .2s;color: var(--main); background-color: white;padding: 17px 30px;border-radius: 27px;font-family: Next, arial, sans-serif; font-weight: 500; border: solid 2px var(--main);font-size: 16px;transform: scale(1);text-decoration: none; }
	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus{transform: scale(1.02);color: var(--dkblue);border: solid 2px var(--dkblue); text-decoration: none; }

/** HEADERS **********************************************/
	h1 {font-family: NextB, arial, sans-serif; font-size: 34px; line-height: 1.2; color: white; margin: 0;}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question, .CHQ 
	{font-family: NextB, arial, sans-serif; font-size: 36px; line-height: 1.2; color: var(--main); margin: 0; padding: 60px 0 0 0 ;}
	article h2.KJEToggleTitle, .cke_editable h2:first-child, div h2:first-child, h2.nospace, .CHQ {padding: 0}


	h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .cardname
	{font-family: NextB, arial, sans-serif; font-size: 26px; line-height: 1.2; color: var(--font); margin: 0; padding: 1rem 0 0 0;}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
	{font-family: NextB, arial, sans-serif; font-size: 24px; line-height: 1.2; color: var(--main); margin: 0; padding: 1rem 0 0 0;}

	h5, .forum_thread_date, .forum_mischeader_title	
	{font-family: NextB, arial, sans-serif; font-size: 20px; line-height: 1.2; color: var(--font);margin: 0; padding: 1rem 0 0 0;}

	h6 {font-style: italic; font-size: 18px;margin: 0; padding: 1rem 0 0 0;}

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

		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question, .CHQ 
		{font-size: 32px; padding-top: 70px}
		.CHQ {padding: 0}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		h1 {font-size: 42px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question, .CHQ 
		{font-size: 34px; padding-top:80px}
		.CHQ {padding: 0}

	}

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

		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question, .CHQ 
		{padding-top: 100px;}
		.CHQ {padding: 0}
		h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .cardname
		{font-size: 28px}

	}
	

	/*XL*/
	@media only screen and (min-width: 1200px) {
		
		h1 {font-size: 46px; line-height: 1.1}

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




/** 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;}
	.sideslider table {width: 510px; }
	.sideslider { overflow: scroll;overflow-y: hidden; -ms-overflow-y: hidden;}
	.flexcenter{display: flex; justify-content: center; align-items: center;}


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



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

/** ACCORDION - FAQS, FORMS, & DIVS ************************************************************/
	.faq_featured_block{ margin: 20px 0 0 0 !important; display: block}
	.faq_header{ display: block}
	.faq_question_block_slide{padding: 10px 0;border-bottom: 0;}
	.faq_question_block_slide_question{padding: 0; border: solid 0px red}
	.faq_question_block_slide_answer{padding: 0 20px 10px 20px;}
	.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}

	/* 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 0px 0px;background-color: white; display: block; position: relative; text-decoration: none;  border-top: solid 1px #d4d4d4; color: var(--font); line-height: 1; margin: 0 !important;}

	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited{margin-top: 20px; width: 100%; text-align: left; border: 0 !important}


	.code_block_center.code_block_accordion_wrap{border-bottom: solid 1px #d4d4d4;}


	
	/* hover Q */
	div.cms_form_collapsible_header a:hover, 
	div.cms_form_collapsible_header a:focus, 
	.faq_question_block_slide_question_closed a:hover, 
	.faq_question_block_slide_question_closed a:focus, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:hover, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:focus, 
	.code_block_accordion div.code_block_indiv_top:hover, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:hover,
	div.faq_featured_block .faq_question_block_slide_question_closed a:focus, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:hover, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:focus,
	div.faq_question_panel .faq_question_block_slide_question_closed a:hover, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:focus,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:hover,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:focus
	{ color:var(--main);text-decoration: none;}

	/* open Q */
	div.cms_form_collapsible_header.open a, 
	.faq_question_block_slide_question_open a, 
	div.faq_recent_block .faq_question_block_slide_question_open a, 
	.code_block_accordion.open div.code_block_indiv_top,  
	div.faq_featured_block .faq_question_block_slide_question_open a,  
	div.faq_popular_block  .faq_question_block_slide_question_open a, 
	div.faq_question_panel  .faq_question_block_slide_question_open a, 
	.code_block_accordion.open .code_block_accordion.open div.code_block_indiv_top
	{color: var(--second); padding: 16px 60px 16px 0px; display: block; text-decoration: none;position: relative; }

	/* chevroms */
	.code_block_accordion div.code_block_indiv_top:after, 
	.code_block_accordion.open .code_block_indiv_top:after, 
	.faq_question_block_slide_question_closed a:after
	{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 6 Pro'; font-weight: 400; position: absolute; top: 8px; 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 6 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;}
	.faq_question_block_slide_answer, article .code_block_accordion.open .code_block_indiv_content{padding: 20px 0; border-radius: 0; border: 0; border-top: 0; margin: 0}


/** ALERTS 2.0 ****************************************************/
	.alertholder{width: 100%; }
	.alertbar {padding: 10px 0; width: 100%; }
	.alertbar.regular{}
	.alertbar.high{}
	.alert {width: 96%; max-width: 1160px; margin: 0 auto; padding-right: 40px; position: relative; text-align: left}
	.alert_icon{}
	.alert a {}
	.alert a:hover, .alert a:focus {}
	button.exed {position: absolute; top: 0px; right: 10px; cursor: pointer; font-size: 20px; text-align: center; display: block; text-decoration: none !important;}
	button.exed:before {content:"\f057"; font-family: 'Font Awesome 6 Pro';}

/** BLOGS ********************************************/
	.blog_posted_date {display: block; color: BLACK;}
	span.blog_tags_tag a{display: inline-block;}
	.blog_share {float: none; Text-align: left;}
	.blog_share a { font-size: 32px; margin-left: 20px;}
	.blog_share ul {list-style: none; display: flex;  justify-content: flex-end;  align-items: center;}
	.blog_share ul li{ display: inline-block;}
	article .blog_share ul li:before { display: none;}
	.regionbox form input, .regionbox form select {margin: 5px;}
	
	/*S*/
	@media only screen and  (min-width: 576px) {
		.blog_share {position: relative; float: right; }
	}


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

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

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

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

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



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

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

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

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

/** CALCXML ***********************************/
	.calcxml_container.container{max-width: 100%;}
	.calcxml_container .row {margin: 0;}
	h3[data-toggle="collapse"] {border-bottom: 0;}
	.row.collapsing, .row.collapse.show {  border: 0; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);}


	.calcxml_container h3[data-toggle="collapse"]:after {color: var(--second);}
	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{}


/** 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 ************************************************/
	.visuallyhidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
	.cms_form_item, .cms_form_content_block {clear: both; padding: 10px 0; margin: 0 !important;}
	.cms_form_textinput, .cms_form_dropdown  {width: 100%; border: solid 1px var(--font)}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px var(--font)}
	.cms_form_item_sidebyside {width: 50%; padding: 0 20px 0 0;}
	.cms_form_label, legend.cms_form_legend {width: 100% !important;  float: none; margin: 0 1% 5px 0; }
	.cms_form_object {width: 100%;  float: none; margin: 1px 0}
	fieldset.cms_form_fieldset {white-space: normal; width: 100%; border: none;}
	.cms_form_checkbox_container input[type="checkbox"], .cms_form_checkbox_container label{display: inline;}
	.cms_form_radio_container label {display: inline;}


	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.cms_form_item {display: flex; justify-content: space-between; gap: 20px;}
		.cms_form_label{flex: 1 1 33%; min-width: 33% !important;}
		fieldset.cms_form_fieldset{ display: inline;}
		fieldset.cms_form_fieldset legend{ width: 33% !important; position: relative;  float: left;}
		fieldset.cms_form_fieldset .cms_form_object{ width: calc(67% - 20px); position: relative;  float: right;}
	}

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

/** 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{margin-top: 1rem}
	.cuname { font-size: 22px;}

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

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

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

/** POLLS ****************************************/
	.region table td table td {padding: 2px;}
	.region table td table{margin-bottom: 10px;}
	.region_poll_table_inner td {padding: 2px;}
	.region_poll_table_inner {margin-bottom: 10px;}
	.region_poll_radio_cell input {position: relative; top: 5px;}
	label.content_poll_option_label{padding-left: 5px;}



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

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


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

	#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
	#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
	#smartbanner .sb-container { margin: 0 auto; }
	#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
	#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
	#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
	#smartbanner.no-icon .sb-icon { display:none; }
	#smartbanner .sb-info { position:absolute; left:98px; top:18px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
	#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
	#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
	#smartbanner .sb-info > span { display:block; }
	#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
	#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
	#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

	#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

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

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

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

}

