:root {
  --main: #002654;
  --second: #A32638;
  --hoverred: #952334;
  --accent: #89DB7D;
  --pale: #F2F2F2;
  --font: #333;
  --grey: #7D7D7D;
  --silver: #D9D6D4;
  --grade: linear-gradient(to bottom, rgba(163,38,56,1) 1%,rgba(0,38,84,1) 100%);
  --gradeR: linear-gradient(to right, rgba(163,38,56,1) 1%,rgba(0,38,84,1) 100%);
  --shadow:  0 0 30px 0 rgba(0, 0, 0, 0.16);
  --Ptop: 60px 20px 0 20px;
  --Pboth: 60px 20px; 
  --Mtop: 60px;


	@media only screen and  (min-width: 576px) {
	  --Ptop: 70px 30px 0 30px;
	  --Pboth: 70px 30px; 
	  --Mtop: 70px;
	}

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

	@media only screen and (min-width: 1200px) {
	  --Ptop: 90px 30px 0 30px;
	  --Pboth: 90px 30px; 
	  --Mtop: 90px;
	}

	@media only screen and (min-width: 1900px) {
	  --Ptop: 100px 50px 0 50px;
	  --Pboth: 100px 50px; 
	  --Mtop: 100px;
	}

}
/*
Navy: #002654 - main
Red: #A32638 - second
Dark Red: #952334 - hoverred
Black: #333333 - fot
Medium Grey: #7D7D7D
Light Grey: #D9D6D4
Lightest Grey: #F2F2F2 - pale
Gradient: #A32638 to #002654

Padding
XS - padding: 60px 20px;  padding: 60px 20px 0 20px;
SM = padding: 70px 30px;  padding: 70px 30px 0 30px;
MD = padding: 80px 40px;  padding: 80px 40px 0 40px;
lg = padding: 90px 30px;  padding: 90px 30px 0 30px;
xl = padding: 100px 50px;  max-width: 1295px;

*/


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

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

	section{padding: var(--Pboth); width: 100%; margin: 0;}

	

	article p{margin: 0; padding: 1rem 0 0 0;}
	article, .container-fluid, .liner{line-height: 1.3; width: 100%; max-width: 1295px; margin: 0 auto;  position: relative; padding: 0}

	a, button.modal_link{  transition: all .25s; font-weight: 600; color: var(--main); }
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var(--second);}
	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: "Open Sans", arial, sans-serif;font-size: 16px;font-weight: 400;color: var(--font); }
	button{border: 0; background: transparent;transition: all .25s;text-align: center; padding: 0}
	.CHbox a, .CHA, .cardbennies{} /* match to regular font size */
	strong{font-weight: 700}
	blockquote{padding: 1rem 0 0 0;}
	.video_wrapper {margin-top: 20px !important;}
	.row {margin: 0;}

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



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

	/*FA bullets
	article ul, .inttext ul {list-style: none;padding: 20px 0 20px 50px;}
	article ul li, .inttext ul li {position: relative;}
	article ul li:before, .inttext ul li:before {content: '\f058'; font-family: 'Font Awesome 6 Pro'; font-weight: 700; color:#006544; position: absolute; top: 0; left: -30px; }
	*/


	/*S*/
	@media only screen and  (min-width: 576px) {
		.contentwrapper, input, select, textarea, button{font-size: 18px;}
	}

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


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

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

/** HEADER ***********************************************/
	header {width: 100%; z-index: 100; padding: 0 20px; position: relative; background-color: white;box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);}
	header .liner{height: 125px; max-width: 1440px}
	header.stuck {position: relative; }

	a.homelink{position: absolute; width: 100%; height: 85px; top: 0; left: 0;  z-index: 99}
	a.homelink img {width: 217px; height: 49px}

	.toplinks {display: none; }

	#sitesearch { color: var(--font);width: 44px; height: 44px; font-size: 20px; position: absolute; bottom: 10px;  right: 113px; z-index: 99}
	#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: '\f057';}

	.sitesearch {display: none;   width: 100%; height: 55px; position: absolute; top: 135px; right: 0; box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.12);  background-color: white;}

	.searchbox {position: absolute; top: 0; left: 0; padding-left: 10px;  height: 55px; width: calc(100% - 55px); 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{background-color: var(--second); color: white; position: absolute; top: 0; right: 0; width: 55px; height: 55px; }
	button.SSbttn:hover, button.SSbttn:focus {color: var(--main);}
	.sitesearch button:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}


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

	.bttns a{border: solid 2px var(--second);  font-size: 15px; font-weight: 600;line-height: 1.2; display: flex;  justify-content: center;  align-items: center; width: 125px; height: 55px; color: var(--second); text-decoration: none; transform: scale(1); padding: 5px;}
	.bttns a:hover, .bttns a:focus{transform: scale(1.05); background-color: var(--hoverred);color: white;}


	#loginButton{color: var(--main);  position: absolute; bottom: 10px; left: 0;height: 44px;  z-index: 99; font-weight: 600;}
	#loginButton:before{content: '\f023'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-right: 5px;font-size: 20px; }
	#loginButton span{display: inline-block; border-bottom: solid 2px var(--second);font-size: 16px;}


	#loginButton:hover, #loginButton:focus {color: var(--second);}

	/*S*/
	@media only screen and  (min-width: 576px) {
		header {padding: 0 30px;}
		a.homelink{ width: auto; height: 100%; top: 0; left: 0}
		a.homelink img {width: 266px; height: 60px}
		#loginButton{ bottom: auto; top: 10px; left: auto; right: 0;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		a[name]{position: relative; top: -145px; z-index: 1}
		header.stuck {position: fixed; top: 0; left: 0; }

		#sitesearch {height: 125px; top: 0; }
		#loginButton{height: 125px; top: 0; right: 200px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		header .liner{height: 115px;}
		a[name]{ top: -135px;}
		.toplinks {display: block; background-color: var(--pale); width: calc(100% + 60px); position: relative; left: -30px; padding: 0 30px; height: 50px;}
		.toplinks .liner{display:  flex; justify-content: flex-end; align-items: center; height: 100%}

		.toplinks a, .toplinks .notalink  {color: var(--grey);font-size: 16px; text-decoration: none; font-weight: 400; margin-left: 20px;}
		.toplinks a:hover, .toplinks a:focus {color: var(--second);text-decoration: underline}
		header .bttns{ width: 260px; height: 115px; position: absolute; top: 0; right: 100px;}
		#sitesearch {height: 115px; right: 510px }
		.sitesearch { top: 125px;}
		#loginButton{height: 115px;  right: 390px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		header{ padding: 0}
		header .bttns{ right: 30px; }
		#sitesearch {right: 440px }
		a.homelink{left: 30px}
		.toplinks { width: 100%;  left: 0; padding: 0 30px; }
		.sitesearch {width: calc(100% - 100px); right: 50px;}
		#loginButton{ right: 310px;}

	}

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

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

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

	button.menutoggler{display: block;height: 44px;/* width: 44px;*/ color: var(--main); position: absolute; bottom: 10px;  right: 0;  font-size: 15px; font-weight: 600; color: var(--font);}
	button.menutoggler span{font-size: 30px;}
	button.menutoggler span.Mwords{ font-size: 15px; position: relative; top: -7px;}
	button.menutoggler:hover, button.menutoggler:focus {transition:  all .25s; color: var(--second)}
	/*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{display: block; background-color: var(--pale); color: var(--font); 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: var(--shadow);}

	.Mlogo{padding: 40px 30px 30px 30px; text-align: center; background-color: white;}
	.Mlogo img {width: 265px; height: 60px; margin: 0 auto;}

	nav.mobile .bttns{padding: 0 30px 30px 30px;background-color: white;}

	.L1{padding: 0px;background-color: white;}

	.L1 a, .L1 button {color: var(--font);text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s; font-size: 22px; font-weight: 600; padding: 15px 30px }
	.L1 button:after {content: '\f054'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: relative; float: right;  transition: all .25s;   font-size: 18px;}
	.L1 button.flipped:after { transform: rotate(90deg); color: var(--second);}

	.L2 {display: none; background-color: var(--second); padding: 30px;}
	.L2 a, .L2 button {color: white;  font-size: 18px; font-weight: 600; text-transform: uppercase; text-decoration: none; width: 100%; text-align: left;  display: block; transition: all .25s;padding: 11px 0 }
	.L2 button:after {content: '\f054'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 11px; right: 0px; transition: all .25s; font-size: 18px;}
	.L2 button.flipped:after { transform: rotate(90deg); color: white;}

	.L3 {display: none;padding: 10px}
	.L3 a{ color: white; font-size: 16px; padding: 5px 0; text-decoration: none; display: block; text-transform: initial}
	.L3 a:hover, .L3 a:focus{text-decoration: underline;}

	.sidelinks{padding:0 30px 20px 30px;background-color: white;}
	.sidelinks a{font-size: 16px; color: var(--font); display: block; text-decoration: none; padding: 10px 0; }
	.sidelinks a .RLicon{font-size: 24px; color: var(--second); padding-left: 5px;}
	
	.TL{padding:20px 30px;}
	.TL a{font-size: 16px; color: var(--font); display: block; text-decoration: none; margin: 10px 0;font-weight: 400}
	.TL a:hover, .TL a:focus{color: var(--second);text-decoration: underline}

	nav.mobile .bttns{ gap: 10px; width: 100%; display: flex;  justify-content: center;  align-items: center; }
	nav.mobile .bttns a{text-align:center;}


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

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

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

		nav.pc  { display: block; width: 100%; position: relative;  }


		.MLM1{ max-width: 533px; width: calc(100% - 310px - 520px); position: absolute; top: -125px; left: 320px; display: flex; justify-content: space-between; align-items: center;  align-content: center;  }
		.bMLM1{ height: 125px; font-size: 22px; font-weight: 600;}
		.bMLM1:after{content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; margin-left: 5px; color: var(--silver);font-size: 18px; transition: all .25s; display: inline-block;}
		.bMLM1:hover:after, .bMLM1:focus:after{color: var(--second);}
		.bMLM1.opened:after{transform: rotate(180deg);}

		.MLM2{border: solid 0px yellow; /*display: none;*/ width: 100%; height: 55px; background-color: var(--second); color: white; position: absolute; top: -24px;  right: 0; padding: 0 calc(50% - 700px); z-index: 101; display: flex; justify-content: center; align-items: center; gap: 50px; transform: scale(1,0); transition: all .25s}
		.MLM2.ouvree{transform: scale(1); top: 0;}
		/*#MLM23{gap: 20px;}*/

		.bMLM2{color: white;  font-size: 16px; font-weight: 600; text-decoration: none;border-bottom: solid 2px transparent;text-transform: uppercase; }
		.bMLM2:hover, .bMLM2:focus{text-decoration: none; color: white; border-bottom: solid 2px white; }

		.MLM3{display: none; width: 1064px; background-color: white; position: absolute; top: 55px; right: calc(50% - 532px); box-shadow: var(--shadow);z-index: 100}

		.Mimg{background-color: var(--pale);display: flex; justify-content: center; align-items: center; padding: 40px 30px;}
		.Mimg .probox{width: 305px;  height: auto;margin: 0;}
		.Mimg .probox h3{ font-size: 24px;  font-weight: 600;font-family: "Open Sans", arial, sans-serif; margin: 0; padding: 0}
		.Mimg p{font-size: 18px;  line-height: 1.33; margin: 0; padding: 1rem 0 0 0;}
		
		.Mlinks{ padding: 50px 30px; text-align: left;}
		.Mlinks p{margin: 0; padding: 0 0 25px 0;}
		.Mlinks a{font-size: 20px;  font-weight: 600; text-decoration: none; color: var(--font);}
	}

	@media only screen and (min-width: 1360px) {
		.MLM1{ left: calc(50% - 370px) }
		.MLM2{ padding: 0 30px;}
	}

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

	/*section.disc{ margin: var(--Mtop); padding: 0; width: 100%; text-align: center; }
	section.disc .liner{padding: 2rem 0 0 0; font-size: 16px; line-height: 1.3;text-align: left !important; border-top: solid 1px var(--silver); color: var(--grey);}*/

	.disc{padding: 2rem 0 0 0;  font-size: 16px; border-top: solid 1px var(--silver); color: var(--grey);line-height: 1.3; width: 100%; max-width: 1295px; margin: 0 auto;  position: relative; text-align: left;  }


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

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

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

/** HOME ICONS *************************************************/

	section.icons{padding: var(--Ptop);}
	section.icons .liner{display: flex; display: flex;  justify-content: center; flex-wrap: wrap; gap: 40px}

	.iconbox{padding: 0; display: flex; position: relative; }
	.iconimg{text-align: left; padding-bottom: 20px; }
	.iconimg img{width: 75px; height: 75px }
	.icontext{text-align: left; line-height: 1.33; padding-left: 20px;}
	.icontext p{margin: 0; padding: 1rem 0 0 0;}
	.icontext p.iconH{font-size: 18px; font-weight: 600; padding: 0}

	/*S*/
	@media only screen and  (min-width: 576px) {
		.iconimg img{width: 85px; height: 85px }
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
	.iconbox{flex: 1 1 40%; max-width: 50%;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.iconbox{flex: 1 1 30%; max-width: 33%; text-align: center; flex-direction: column;}
		.iconimg, .icontext{text-align: center;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.iconbox{flex: 1 1 15%; max-width: 20%; }
	}

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

/** HOME PROMOS *************************************************/

	
	/* TEST THIS  on a phone screen */
	section.promos{background-color: var(--pale); padding: var(--Pboth); margin-top: var(--Mtop);}
	.Pbox{ width: 100%; box-shadow: var(--shadow); height: 450px; position: relative; overflow:hidden;}
	.Pimg{width: 100%; height: 250px;}
	.Pimg img{object-fit: cover; object-position: center;width: 100%;  height: 100%;}
	
	.Ptext{height: 200px; width: 100%; display: flex; align-items: center; position: relative; background-color: white; padding: 0 30px; position: absolute; bottom: 0; right: 0; transition: all .25s; }
	.Ptextliner{ height: auto; transition: all .25s; }
	.Ptext p{transition: all .25s; transform: scale(1,0); padding: 0; line-height: 0; margin: 0; height: 0; }
	
	.Ptext p.Psubhead{ transform: scale(1,1); font-size: 18px; font-weight: 600;  line-height: 1.33; text-transform:uppercase; padding: 0; height: auto;}
	
	.Ptext h3{padding: 0px;}
	.Ptext:before{content:'';  position: absolute; top: 0; right: 0; width: 100%; height: 10px; background: var(--gradeR);}
	.Ptext:hover, .Ptext:focus, .Ptext:focus-within {height: 100%;  }
	.Ptext:hover p, .Ptext:focus p, .Ptext:focus-within p{transform: scale(1,1); line-height: 1.33;padding: 1rem 0 0 0;height: auto;}



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

	/*L*/
	@media only screen and (min-width: 992px) {
		.Pbox{ height: 500px; }
		.Ptext{height: 250px;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.Pbox{ height: 430px; }
		.Ptext{height: 180px;}
	}

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

	/* borders 
	.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{background-color: var(--pale2); color: black; padding: var(--Ptop); }
	
	h2.Rhead{font-size: 46px; color: var(--main); display: inline-block; border-right: solid 0px var(--main); margin: 0 30px 0 0; padding-right: 30px}
	
	.Rlinks{padding-top: 45px;}
	.Rlinks a.cta{display: block; margin: 10px auto; max-width: 200px;}

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

	.slick-slider{  padding: 0; margin: 0 auto; width: 100% !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; position: relative; padding: 30px; }
	
	a.Rlink{display: block; position: relative;padding: 50px 20px; transition: all .25s; transform: scale(1);  text-decoration: none; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16); background-color: white; }
	a.Rlink:hover, a.Rlink:focus{ transform: scale(1.02); text-decoration: none; }

	a.Rlink:before{content: ''; width: 10px;height: 100%; background: var(--grade); position: absolute; top: 0; left: 0; }

	.Rtext{  font-size: 20px;  font-weight: 600; line-height: 1.33; color: var(--font); text-transform: uppercase}
	.Rapr{font-size: 15px; color: var(--font); padding: 10px 0 15px 0; line-height: 1.2}
	.Rnumber{font-family: "Playfair Display", serif; font-weight: 700; font-size: 60px;color: var(--font); line-height: 1 }
	.slick-slide a:hover, .slick-slide a:focus{text-decoration: none;}
	.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: 28px; position: absolute; top: auto;  bottom: 0;display: block;  width: 44px; height: 44px; cursor: pointer; text-align: center; background: transparent; opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90}
	.slick-prev{right: calc(50% + 10px);}
	.slick-next{left:  calc(50% + 10px);}
	.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{opacity: 1; color: var(--second); outline:none;}



	/*S*/
	@media only screen and  (min-width: 576px) {
		.rates-carousel{ padding: 0px; }
		.slick-slider{  width: calc(100% - 120px) !important; }
		.slick-prev, .slick-next{ width: 60px; height: 100%;}
		.slick-prev{left: 0; right: auto; text-align: left;}
		.slick-next{right: 0; left: auto;text-align: right}
		.Rlinks a.cta{display: inline-block; margin: 10px; max-width: auto;}

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

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

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


	/* set the height - add arrows if they are on the side */
	.R0.regional_slideshow.carousel, .R0.regional_slideshow.carousel .carousel-item {/* height: 300px;*/ height: auto; max-width: 100%; min-height: auto;}

	.R0.regional_slideshow.carousel {background-color: var(--main);} 
	.R0.regional_slideshow .carousel-item{ position: relative;}

	.R0.regional_slideshow .carousel_overlay{display: none;}

	.R0.regional_slideshow .carousel-image{display: none;}
	.R0.regional_slideshow .carousel-image img{}


	.R0.regional_slideshow .carousel-caption { width: 100%; /*height: 100%;*/ height: auto;  padding: 50px 20px; display: flex; justify-content: center; align-items: center;color: white; position: static; /*top: 0; left: 0; bottom: auto; right: auto;*/}
	.R0.regional_slideshow .carousel-caption h1{padding-top: 0;}

	.R0.regional_slideshow .carousel_caption_text{ font-size: 20px;}
	.R0.regional_slideshow .carousel_caption_text p{margin: 0; padding: 1rem 0 0 0;}

	/* 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 { 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) {
		.R0.regional_slideshow .carousel-caption { padding: 60px 30px; }
		.R0.regional_slideshow .carousel_caption_text{ font-size: 22px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.R0.regional_slideshow.carousel, .R0.regional_slideshow.carousel .carousel-item { height: 450px;}
		.R0.regional_slideshow.carousel .carousel-item { position: relative; }
		.R0.regional_slideshow .carousel-image{width: 50%;height: 100%; z-index: 1; position: absolute; top: 0; left: 0; }
		.R0.regional_slideshow .carousel-image img{object-fit: cover; object-position: center;width: 100%;  height: 100%;}

		.R0.regional_slideshow .carousel-caption {position: absolute; top: 0; left: auto; bottom: auto; right: 0; width: 50%; height: 100%; padding: 35px }
		.R0.regional_slideshow .carousel_caption_text{text-align: left;font-size: 24px;}
		
		.R0.regional_slideshow .carousel_overlay{display: block; width: calc(100% - 80px); height: calc(100% - 80px);  border: solid 6px white; position: absolute; top: 40px; right: calc(100% + 40px); z-index: 99}

	}

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.R0.regional_slideshow.carousel, .R0.regional_slideshow.carousel .carousel-item { height: 550px;}
		.R0.regional_slideshow .carousel-image{width: 60%;}
		.R0.regional_slideshow .carousel-caption {width: 40%;} 
		.R0.regional_slideshow .carousel_overlay{ width: calc(100% + (100% / 2) - 100px); height: calc(100% - 100px); top: 50px; right: calc(100% + 50px); z-index: 99}
	}

	/*XXL*/
	@media only screen and (min-width: 1900px) {
		.R0.regional_slideshow .carousel-image{width: 50%;}
		.R0.regional_slideshow .carousel-caption {width: 50%;} 
		.R0.regional_slideshow .carousel_overlay{ width: calc(100% - 100px); right: calc(100% + 50px); z-index: 99}
	}

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

	section.inside{padding: 30px 20px 60px 20px;}
	article.container-fluid { margin: 0 auto; text-align: left; }

	.crumbs{padding-bottom:  30px}
	.crumbs a{color: var(--main);}
	.crumbs a:hover, .crumbs a:focus{color: var(--second);}

	.greybox{width: 100%; background-color: var(--pale); padding: 40px; text-align: center;}
	.greybox ul {list-style: none;padding: 1rem 0 0px 0px;}
	.greybox li {position: relative; padding: 1rem 0 0px 0px;}
	.greybox ul li:before {content: '\f058'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; color: var(--main); margin-right: 5px; /*position: absolute; top: 0; left: -30px;*/ }
	.cms_col .greybox{height: 100%;}

	.probox{width: 100%; box-shadow: var(--shadow); margin: 1rem 0; transform: scale(1); transition: all .25s}
	.proimg{width: 100%; /*height: 156px;*/}
	/*.proimg img{object-fit: cover; object-position: center;width: 100%;  height: 100%;}*/
	.protext{background-color: white; padding: 40px; text-align: center; position: relative;text-align: left; }
	.protext ul{text-align: left;}
	.protext:before{content:'';  position: absolute; top: 0; right: 0; width: 100%; height: 10px; background: var(--gradeR);}
	.probox:hover{transform: scale(1.01);}

	.justabox{width: 100%; box-shadow: var(--shadow); margin: 1rem 0; transform: scale(1); transition: all .25s; background-color: white; padding: 40px;}
	.justabox:hover{transform: scale(1.01);}
	.justabox ul.content_relatedlink_list{list-style: none; padding: 1rem 0; margin: 0}
	.justabox ul.content_relatedlink_list li{list-style: none; padding: 1rem 0 0 0 ; margin: 0}

	.staffinfo.row{max-width: 336px; margin: 0 auto;}
	.staffimg{text-align: center;}


	.tools a{font-size: 18px; font-weight: 600; color: var(--font); text-decoration: none;}
	.tools a:hover, .tools a:focus{color: var(--main); text-decoration: underline;}
	.tools div{position: relative; }
	.tools img{width: 85px; height: 85px;}

	.anchortabs{display: flex; justify-content: space-between; gap: 20px; padding: 35px 0; flex-wrap: wrap; transform: scale(1);}
	.anchortabs a{width: 100%; padding: 28px;  font-size: 18px; font-weight: 600;  color: var(--font); box-shadow: var(--shadow); position: relative; text-align: center; text-decoration: none; }
	.anchortabs a:before{content:'';  position: absolute; top: 0; left: 0; width: 10px; height: 100%; background: var(--grade);}
	.anchortabs a:hover, .anchortabs a:focus{transform: scale(1.02, 1.05); color: var(--main);}



	/*S*/
	@media only screen and  (min-width: 576px) {
		.anchortabs a{padding: 53px 28px; flex: 1 1 30%;}
		section.inside{padding: 35px 30px 70px 30px;}
		.crumbs{padding-bottom:  35px}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.staffinfo.row{max-width: 100%; margin: 0 auto;}
		.row .justabox, .row .probox{height: 100%}
		.tools a{font-size: 20px; }
		section.inside{padding: 40px 30px 80px 30px;}
		.crumbs{padding-bottom:  40px}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		.anchortabs a{padding: 53px 28px; flex: 1 1 20%;}
		section.inside{padding: 45px 30px 90px 30px;}
		.crumbs{padding-bottom:  45px}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		.staffinfo h3{padding-top: 0;}
		section.inside{padding: 50px 50px 100px 50px;}
		.crumbs{padding-bottom:  50px}
	}

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

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

	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 th, table.table_builder tr th {position: absolute; top: -9999px; left: -9999px;}
	
	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, table.table_builder{margin-bottom: 20px; width: 100%; border-collapse: collapse;border: solid 1px var(--silver);}
	table.content_rates_table tr td, table.table_builder tr td{padding: 14px 20px;}

	table.content_rates_table tr:nth-child(odd) td{background-color: var(--pale);}
	table.table_builder tr td:first-child{background-color: var(--pale); border: 0;}
	table.table_builder tr td:last-child{background-color: var(--main);}
	
	table.content_rates_table tr td:last-child, table.table_builder tr td:last-child{border-bottom: solid 1px var(--silver);}

	table.table_builder tr td a.cta{margin-top: 5px;}

	
	@media only screen and  (min-width: 768px) {
		table.content_rates_table, table.table_builder{display: table;margin-top: 1rem}
		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; text-transform: uppercase;font-weight: 600;border: solid 1px var(--silver); }
		table.content_rates_table tr td, table.table_builder tr td{display: table-cell; padding: 18px 20px;border: solid 1px var(--silver);}
		table.content_rates_table tr td:before, table.table_builder tr td:before {display: none}
		table.content_rates_table tr:nth-child(odd) td td{background-color: transparent;}
		table.table_builder tr td:last-child{text-align: center;}

	}

	@media only screen and (min-width: 1200px) {
		table.content_rates_table tr th, table.table_builder tr th, table.content_rates_table tr td, table.table_builder tr td{ padding: 26px 28px; }
	}
	*/

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


	/* 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: 24px 60px 24px 0;background-color: transparent; color: var(--font); display: block;   font-size: 20px;position: relative; text-decoration: none;  border-top: solid 1px var(--silver);}
	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_accordion_wrap .code_block_accordion:first-child div.code_block_indiv_top{border: 0}
	.code_block_accordion_wrap{ border-bottom: solid 1px var(--silver);}
	/* for borders between

	*/
	
	/* 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); background-color: transparent;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: transparent; color: var(--main); display: block; padding: 24px 60px 24px 0;  text-decoration: none; position: relative;  }

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


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

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

	section.testim{ width: 100%;  z-index: 99; position: relative; padding: var(--Ptop);}
	section.inside section.testim { padding: 0;}



	.content_slideshow.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 { height: 344px;}

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

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

	.Tname{ font-size: 18px; color: var(--main);font-weight: 600;}
	.content_slideshow.testimonial-carousel .carousel_caption_text p:last-child{ font-size: 18px; padding: 0; margin: 0;}

	/* arrows grouped */

	/* play/pause */
	.content_slideshow.testimonial-carousel .playpause {position: absolute;  bottom: 0; left: 0; right: auto; top: auto;  margin: 0; width: auto; z-index: 99;}
	.content_slideshow.testimonial-carousel .playpause button{color: var(--second); background-color: transparent; width: 44px; height: 44px; font-size: 24px; border: none;}
	.content_slideshow.testimonial-carousel .playpause button:hover, .content_slideshow.testimonial-carousel.carousel .playpause button:focus{background-color: transparent;color: var(--main);}
	.content_slideshow.testimonial-carousel .playpause button.pushed{display: none;}
	.content_slideshow.testimonial-carousel .pauseButton:after{content: '\f28b'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}
	.content_slideshow.testimonial-carousel .playButton:after{content: '\f144'; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }

	.content_slideshow.testimonial-carousel ol.carousel-indicators { position: absolute;  bottom: 0px; left: 64px;  top: auto;  margin: 0; width: auto;  justify-content: flex-start;height: 44px; }

	.content_slideshow.testimonial-carousel ol.carousel-indicators li { width: 44px; height: 44px; background-color: transparent !important;opacity: .6; margin: 0; border: 0; position: relative; color: var(--main); font-size: 14px; font-weight: 900; line-height: 1; text-indent: 0; display: flex; justify-content: center;  align-items: center; transition: all .25s}

	.content_slideshow.testimonial-carousel ol.carousel-indicators li:hover {background-color: transparent;opacity: .6; color: var(--main); font-size: 24px}
	.content_slideshow.testimonial-carousel ol.carousel-indicators li.active, .content_slideshow.testimonial-carousel ol.carousel-indicators li.active:hover {font-size: 24px; background-color: transparent;opacity: 1;color: var(--main); cursor: context-menu; }
	.content_slideshow.testimonial-carousel ol.carousel-indicators li:after{content: '\f111'; font-family: 'Font Awesome 6 Pro'; font-weight: 900;}


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


	/*S*/
	@media only screen and  (min-width: 576px) {
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		.content_slideshow.testimonial-carousel .carousel_caption_text{text-align: center; font-size: 22px;}
		.Tname{ font-size: 20px;}
	}

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

		.content_slideshow.testimonial-carousel.carousel { height: /*389px;*/304px; margin: 42px 0}
	}

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

/** FOOT ****************************************************/
	footer {width: 100%; background-color: var(--pale);font-size: 15px; padding: 60px 20px 120px 20px;}


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

	.Fbox{width: 100%; background-color: white; box-shadow: var(--shadow); padding: 40px;   font-size: 18px; font-weight: 600; color: var(--main);}
	.Fbox img{width: 34px;height: 34px;}

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

	.socmed{}
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none; width: 44px; height: 44px; border-radius: 50%; background-color: var(--main); color: white;font-size: 24px; display: inline-flex; justify-content: center; align-items: center; margin: 0 5px }
	.socmed a:hover, .socmed a:focus{background-color: var(--second); color: white;text-decoration: none }

	/*
	.socmed a .fa-facebook-f.RLicon{background-color: #4267B2;}
	.socmed a .fa-linkedin-in.RLicon{background-color: #0077b5;}
	.socmed a .fa-instagram.RLicon{background: url(../images/footer_instagram_bg.jpg);}
	.socmed a .RLicon.fa-youtube{background-color: #FF0000;}

	.socmed a:hover .fa-facebook-square, .socmed a:focus .fa-facebook-square{color: #4267B2;}
	.socmed a:hover .fa-linkedin, .socmed a:focus .fa-linkedin{color: #0077b5;}
	.socmed a:hover .fa-square-x-twitter, .socmed a:focus .fa-square-x-twitter{color: black;}

	.socmed a:nth-child(3){background: linear-gradient(135deg, rgba(116,119,136,1) 0%,rgba(116,119,136,1) 100%); color: var(--pale); font-size: 32px; width: 35px; height: 36px; border-radius: 5px;display: inline-block; position: relative; top: 3px; text-align: center; }
	.socmed a:nth-child(3) span{position: relative; top: -5px}
	.socmed a:nth-child(3):hover, .socmed a:nth-child(3):focus{background: linear-gradient(225deg, rgba(79,91,213,1) 0%,rgba(150,47,191,1) 24%,rgba(214,41,118,1) 47%,rgba(250,126,30,1) 76%,rgba(254,218,117,1) 100%); }

	*/

	.access{font-size: 16px; }

	.ncua{}
	.footicons{border: solid 0px fuchsia; gap: 20px;}
	.footicons img{margin-right: 20px;}
	.footnote{border: solid 0px silver}

	.sidebar{display: none;}

	.Mhead{  font-size: 20px; font-weight: 600;line-height: 1.3; color: var(--second);}


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

	@media only screen and  (min-width: 576px) {
		footer { padding: 60px 30px 120px 30px;}
		.sidebar{display: block; width: 160px; border: solid 1px white; border-right: 0; background-color: var(--second); color: white; position: fixed; top: 300px; right: -120px; z-index: 99; transition: all .25s}
		.sidebar a{display: block; color: white; text-decoration: none; padding: 10px 17px 10px 0; text-align: left;font-size: 18px;}
		.sidebar a .RLicon{ width: 40px; text-align: center; font-size: 24px;}
		.sidebar a .RLwords{}
		.sidebar:hover{right: 0;}
		.sidebar a:hover .RLwords{text-decoration: underline;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		footer { padding: 60px 40px 120px 40px;}
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		footer { padding: 60px 30px 120px 30px;;}
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
		footer { padding: 60px 50px 120px 50px;}
	.footicons{border: solid 0px fuchsia; gap: 10px;}
	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 16px; line-height: 1.3; padding: 1rem 0; text-align: left; }
	ul.chex {list-style: none;padding: 1rem 0 0px 0px;}
	ul.chex li {position: relative; padding: 1rem 0 0px 0px;}
	ul.chex li:before {content: '\f058'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; color: var(--main); margin-right: 5px; /*position: absolute; top: 0; left: -30px;*/ }
	table.minirates{ margin-top: 1rem;}
	table.minirates td{padding: 5px 10px;border-bottom: solid 1px var(--pale); text-align: left; background-color: white;}
	table.minirates tr td:first-child{color: var(--main);}

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

	a.cta, input[type="submit"], a.clear, a.clear:visited, button.clear, input.go,  input[type="reset"],  a.PSlogout, div.faq_advanced_search_panel input[type=button], button.modal_button, button.cta, button#exedout, .blog-filter a button
	{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(--second) !important; color: white; padding: 20px 30px;   font-size: 15px; font-weight: 600; transform: scale(1); text-transform: uppercase;}

	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
	{text-decoration: none;background-color: var(--hoverred) !important;transform: scale(1.02);color: white;}

	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 {font-family: "Playfair Display", serif; font-weight: 700; font-size: 38px; line-height: 1.2; color: white; margin: 0; padding: 1rem 0 0 0;}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, .cms_form_header, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question
	{font-family: "Playfair Display", serif; font-weight: 700; font-size: 32px; line-height: 1.2; color: var(--main); margin: 0; padding: 60px 0 0 0;}
	article h2.KJEToggleTitle, .cke_editable h2:first-child, .calcxml_container.container h2{padding: 0}
	div.blog-filter h2:first-child{padding: 0 0 1rem 0}

	section.inside article.container-fluid h2:nth-child(2){padding: 0}
	div.cms_col h2:first-child{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, .content_article_header, #empapp h2, .CHQ, .cardname
	{font-family: "Playfair Display", serif; font-weight: 700; font-size: 28px; 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: "Playfair Display", serif; font-weight: 700; 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: "Playfair Display", serif; font-weight: 700; font-size: 20px; line-height: 1.2; color: var(--font); margin: 0; padding: 1rem 0 0 0;}

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

	/*S*/
	@media only screen and  (min-width: 576px) {
		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
		{font-size: 36px; margin: 0; padding: 70px 0 0 0;}

		h3, .code_block h1, .content_rates_category1, .faq_header, .faq_question, .comments_section_header, .pod_episode_header, #KJETitle, .forum_thread_category, .Category_Header_Text, .content_faq_header, .content_calendar_header, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname
		{}

		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name
		{font-size: 22px;}
	}
	
	/*M*/
	@media only screen and  (min-width: 768px) {
		h1 {font-size: 45px;}

		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; margin: 0; padding: 80px 0 0 0;}

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

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

		h5, .forum_thread_date, .forum_mischeader_title	
		{font-size: 24px; }
	}

	/*L*/
	@media only screen and (min-width: 992px) {
		h1 {font-size: 50px;}

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

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

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

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

		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: 46px; margin: 0; padding: 100px 0 0 0;}

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


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

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

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

	/*L*/
	@media only screen and (min-width: 992px) {
	}
	
	/*XL*/
	@media only screen and (min-width: 1200px) {
	}
	.use-mixin { background-color: #007bff; box-shadow: 0 0 1px rgba(0, 123, 255, 0.25); color: #fff; }
	.message, .success, .error, .warning { border: 1px solid #ccc; padding: 10px; color: #333; }
	.success { border-color: green; }
	.error { border-color: red; }
	.warning { border-color: yellow; }

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




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



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

	.blog-filter a button{margin: 0 5px 5px 0;}

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


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


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

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

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

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

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



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

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

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

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

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



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

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

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

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

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

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

/** FAQs **********************************************/
	.faq_toolbar {padding-bottom: 15px;}
	.faq_viewed {color: var(--main); font-size: 11px; font-weight: bold;}
	.faq_search {margin: 20px 0px}
	.faq_question_block {margin-top: 10px;}
	.faq_advanced_search_panel {padding: 0px;}
	.faq_advanced_search_panel table {margin: 20px 0px;}
	.faq_advanced_search_panel table td {padding: 2px 0px;}
	.faq_advanced_search_panel i {color: silver;}
	div.faq_browse input[type=submit] {margin-left: 10px;}
	.faq_search_form input[type=submit]{margin: 0 10px;}
	div.faq_advanced_search_panel input[type=text], div.faq_advanced_search_panel textarea{width: 100%;}
	div.faq_advanced_search_panel input[type=button] {margin-left: 10px;}
		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(--grey); border-radius: 10px;}
	.cms_form_textarea {width: 100%; height: 100px; border: solid 1px var(--grey); border-radius: 10px;}
	.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, .cms_form_radio_container label{display: inline;}
	/*.cms_form_obj label{font-weight: 900; color: var(--second)}*/


	/*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) {
		.cms_form_label{min-width: 20% !important;}
		fieldset.cms_form_fieldset legend{ width: 20% !important;}
		fieldset.cms_form_fieldset .cms_form_object{ width: calc(80% - 20px);}

	}

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


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

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

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

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

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

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



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

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


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

	#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
	#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
	#smartbanner .sb-container { margin: 0 auto; }
	#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
	#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
	#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(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;
  }

}

