@font-face {
    font-family: 'alright';
    src: url('Fonts/Alright-Sans-LP-Regular.woff') format('woff'),
	url('Fonts/Alright-Sans-LP-Regular.otf') format('otf');
    font-weight: normal;
	font-display: swap;
    }
@font-face {
    font-family: 'alrightI';
    src: url('Fonts/Alright-Sans-LP-Regular-Italic.woff') format('woff'),
 	url('Fonts/Alright-Sans-LP-Regular-Italic.otf') format('otf');
   font-weight: normal;
    font-style: italic;
	font-display: swap;
    }


@font-face {
    font-family: 'alrightBI';
    src: url('Fonts/Alright-Sans-LP-Black-Italic.woff') format('woff'),
 	url('Fonts/Alright-Sans-LP-Black-Italic.otf') format('otf');
   font-weight: normal;
    font-style: italic;
	font-display: swap;
    }


:root {
  --main: #1A6887;
  --second: #F26322;
  --pale:  #e7eff3;
  --font: #212529;
  --darkT: #0F3252; 
  --lightT: #a1bdd0;
  --medT: #3c7e98;
  --orangeL: #f37238;
}

/*
Orange : #F26322
Medium Teal : #1A6887
Light Teal : #E7EFF3
Dark Teal : #0F3252

Black: #212529

padding
L - 40
M - 35
S - 30
Xs 20

*/

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

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



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

	a, button.modal_link{ font-family: alrightBI, 'arial black',sans-serif; font-style: italic;  transition: all .25s; color: var(--main); text-decoration: underline; }
	a:hover, a:focus, button.modal_link:focus, button.modal_link:hover {color: var(--font)}
	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: alright, arial, sans-serif; font-size: 18px}
	button{border: 0; background: transparent;transition: all .25s; text-align: center; padding: 0}
	.CHbox a, .CHA, .cardbennies{font-family: alright, arial, sans-serif; font-size: 18px} /* match to regular font size */
	strong{font-family: alrightB, sans-serif;}
	em {font-family: alrightI, arial, sans-serif; font-style: italic}
	blockquote{padding: 0 30px;}

	/*FA bullets*/
	article ul {list-style: none;padding: 0px 0 0px 24px;}
	article ul li, 	article ol li {position: relative; margin-bottom: 15px}
	article ul li:before {content: '\f061'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; color: var(--second); position: absolute; top: 0; left: -24px; }
	article ol {padding: 20px 0 20px 24px;}
	article ul li ul, article ol li ol {padding: 20px 0 0px 24px;}

	.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; }




/** HEADER ***********************************************/
	header {width: 100%; z-index: 101; background-color: white; position: relative;box-shadow: 0 0 5px 0 rgba(0,0,0,.5);}
	header .liner{height: 130px;}
	header.stuck {position: fixed; top: 0; left: 0; }
	a[name]{position: relative; top: -180px; z-index: 1}

	.bluebar{background-color: var(--main); color: white; width: 100%; height: 50px;position: relative;z-index: 110}
	.bluebar .liner{max-width: 1920px; height: 50px; display: flex;  justify-content: flex-end;}
	.bluebar a{color: white; text-decoration: none; padding: 0 40px; display: inline-block; height: 50px;   font-size: 15px; text-transform: uppercase; display: inline-flex;  justify-content: center;  align-items: center;}
	.bluebar a:hover, .bluebar a:focus{color: white; background-color: var(--medT);}
	.bluebar a .RLicon, .bluebar .notalink .RLicon{padding-right: 5px;}

	.logobg{position: absolute; height: 280px; width: 280px; border-radius: 50%; top: -10px; left: calc(50% - 750px); 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: -60px; left: 0; z-index: 101; background-color: white; padding-top: 5px; transition: none;}
	/* without box 
		a.homelink{position: absolute; width: 226px; height: 100%;  top: 0; left: 0; }
	*/
	a.homelink img {width: 100%; max-width: 219px}

	.toplinks { position: absolute; top: 30px; right: 0; width: 948px; display: flex;  justify-content: space-between;align-items: center;}
	.toplinks a, .toplinks .notalink  {font-family: alrightI, arial, sans-serif; font-style: italic font-size: 16px; color: #6e6e6e; text-decoration: none;  display: block; line-height: 1.25}
	.toplinks a:hover, .toplinks a:focus {text-decoration: underline}
	a#related_link_349{white-space: nowrap; font-family: alrightBI, 'arial black',sans-serif; font-style: italic; }

	#sitesearch { color: var(--main);font-size: 16px; color: #6e6e6e;   }
	#sitesearch:hover, #sitesearch:focus, #sitesearch.down {text-decoration: underline;}
	#sitesearch:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; font-style: normal;}

	.searchveil {display: none; position: fixed; top: 0; right: 0; height: 100%; width: 100%; background: rgba(255, 255, 255, 0.5); padding: 230px 30px; z-index: 500}
	
	.sitesearch {width: 100%; max-width: 700px; /*height:290px;*/ background-color: var(--main); margin: 0 auto; position: relative;padding: 80px 36px}

	.Shead{font-size: 35px; font-family: alrightBI, 'arial black',sans-serif; font-style: italic;  color: white; text-align: center}
	.Shead:after{content: ''; width: 75px; height: 3px; background-color: var(--second); display: block; margin: 10px auto}

	.sitesearch form{position: relative; width: 100%; height: 60px; background-color: white; border-radius: 30px; margin-top: 40px}

	.searchbox {position: absolute; top: 0; left: 0; padding-left: 30px; height: 60px; width: calc(100% - 60px); border: 0; background-color: transparent;  border-radius: 30px 0 0  30px;}
	/*
	.searchbox::placeholder {color: white;  opacity: 1;}
	.searchbox:-ms-input-placeholder {color: white;}
	.searchbox::-ms-input-placeholder { color: white;}
	*/

	.sitesearch button[type=submit]{color: var(--main); position: absolute; top: 0; right: 0; width: 60px; height: 60px;}
	.sitesearch button[type=submit]:hover, .sitesearch button[type=submit]:focus {color: var(--second);}
	.sitesearch button[type=submit]:before{content: '\f002'; font-family: 'Font Awesome 6 Pro'; font-weight: 400;}

	button#searchex {color: var(--font);  width: 44px; height: 44px; border-radius: 50%; border: solid 2px var(--second);background-color: white; position: absolute; top: 20px; right: 20px; }
	button#searchex:after{content: '\f00d';font-family: 'Font Awesome 6 Pro'; font-weight: 300; font-size: 22px;} 
	button#searchex:hover, button#searchex:focus { border: solid 2px white;background-color: var(--second)}

	#hbbttn{background-color: var(--second); color: var(--font); width: 256px; height: 50px; z-index: 110; font-size: 15px; text-transform: uppercase;font-family: alrightBI, 'arial black',sans-serif; font-style: italic; }
	#hbbttn:hover, #hbbttn:focus {background-color: var(--lightT)}
	#hbbttn:before{content: url(../images/hbarrow.png); display: inline-block; margin-right: 5px; position: relative; top: 3px; width: 21px; }


	@media only screen and (max-width: 1630px) {
		header .liner{width: calc(100% - 130px)}
		header .bluebar .liner{width: 100% }
		.logobg{ left: 25px;}
		a.homelink{ left: -40px;}
		.toplinks { width: 799px;}
	}

	
	/*L*/
	@media only screen and (max-width: 1199px) {
		header .liner{width: calc(100% - 80px)}
		.logobg{ left: 0px;}
		.toplinks {width: 539px; gap: 50px; top: 10px}
		.Swords{display: none;}
		#sitesearch {color: var(--main);font-size: 26px; width: 44px; height: 44px; position: absolute; top: 60px; right: 64px;}
		#sitesearch:before{ font-weight: 900;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		header .liner{width: calc(100% - 60px)}
		.toplinks {width: 381px; gap: 30px;}
		.toplinks a:nth-child(4){display: none;}
		a.homelink{left: -30px}
		.searchveil {padding: 100px 30px; }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.logobg{display: none;}
		a.homelink{ height:100%; width: 190px; border-radius: 0%;  top: 0; left: 0;  padding-top: 0; }
		a.homelink img {max-width: 190px}
		.toplinks{ top: 0}
		.toplinks a, .toplinks .notalink {display: none;}
		#sitesearch { height: 130px; top: 0}
		.bluebar a{width: 50%;}
		.bluebar .BB{display: none}
		.searchveil {padding: 30px; }
		#hbbttn{width: 50%;}
		.bluebar a{ padding: 0 0px; width: 50%;}



	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		a.homelink{z-index: 100;}
		.searchveil {padding: 20px; }
	}

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

	nav.pc  {width: 100%; max-width: 1133px; height: 40px; z-index: 100; position: absolute; bottom: 16px; right: 0;}
	.navliner {width: 948px;  height: 40px; z-index: 100; display: flex; justify-content: space-between; align-items: center;  align-content: center; ; position: relative; float: right;}

	button.CMitem, a.CMitem{text-decoration: none; line-height: 1.15;  display: flex; align-items: center; font-family: alrightBI, 'arial black',sans-serif; font-style: italic;  font-size: 24px; line-height: 1;color: var(--main); position: relative;}
	a.L1{text-transform: uppercase;}
	button.CMitem:hover, button.CMitem:focus, a.CMitem:hover, a.CMitem:focus  {text-decoration: none; padding-bottom: 5px;}

	button.CMitem:after, a.CMitem:after{content: ''; width: 0; position: absolute; bottom: 0; left: 50%; margin-top: 0; height: 3px; background-color: var(--main); display: block; transition: all .25s}
	button.CMitem:hover:after,button.CMitem:focus:after, a.CMitem:hover:after, a.CMitem:focus:after{left: 0; margin-top: 5px; width: 100%;}

	.ddcontent{ display: none;background-color: var(--main); color: white; position: absolute; top: 56px; right: 0px; width: 100%; padding: 52px 50px; font-family: 'alrightBI', sans-serif;font-family: alrightBI, sans-serif;text-align: left;}
	header .ddcontent .liner {height: auto;}
	.ddcontent .container{ max-width: 100%;width: 100%; margin: 0}

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

	.ddcontent ul {margin: 0 0 1rem 0; padding: 0; list-style: none;}
	.ddcontent ul li {margin-bottom: 8px}
	.ddcontent ul li a {font-size: 17px; font-weight: 400;  font-style: normal;  line-height: 1.29;font-family: 'alright', sans-serif;text-decoration: none; }
	.ddcontent ul li a:hover, .ddcontent ul li a:focus{text-decoration: underline;}

	.ddcontent img{border: solid 15px var(--second); border-radius: 50% }

	/* for auto dds with 3rd levels
	.CMsub{display:none;padding-left: 20px;}
	button.CMlink{position: relative; width: 100%; text-align: left}
	button.CMlink:after {content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0px; right: 0px; transition: all .25s; }
	button.CMlink.opened:after { transform: rotate(180deg);}
	*/

	@media only screen and (max-width: 1630px) {
		.navliner{ width: 799px;}
		.ddcontent{ padding: 52px 0px;}
	}

	@media only screen and (max-width: 1360px) {
		.ddcontent{ width: calc(100% - 140px); }
	}
	/*L*/
	@media only screen and (max-width: 1199px) {

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

		nav.pc {display: none;}

		button.menutoggler{display: block; height: 44px; width: 44px; color: var(--main); position: absolute; top: 64px; right: 0;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(--main); position: absolute; top: 0; right: 20px; text-align: center; }
		nav.mobile button.menutoggler2:after, nav.mobile button.menutoggler2:before {display: none;}

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

		div.L2, div.L3 {display: none; background-color: var(--main); color: white;}

		nav.mobile a, nav.mobile button {color: white;text-decoration: none; position: relative; width: 100%; text-align: left;  display: block; transition: all .25s; padding: 0;font-family: alrightBI, sans-serif; transition: all .25s; color: var(--main); font-family: alrightBI, sans-serif;  font-size: 24px; padding: 15px 20px 15px 30px;}
		nav.mobile button:before {content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 15px; right: 20px; transition: all .25s; font-style: normal }
		nav.mobile button.flipped:before { transform: rotate(180deg);}
		nav.mobile button:after, nav.mobile a:after{content: ''; transition: all .25s; width: 0px; height: 0px; display: block; background-color: var(--main); margin-top: 0px; position: relative; left: 35px;  }
		nav.mobile button:hover:after, nav.mobile button:focus:after, nav.mobile a:hover:after, nav.mobile a:focus:after{ width: 70px; height: 3px; margin-top: 5px; left: 0 }

		nav.mobile .L2 a, nav.mobile .L2 button {color: white;font-size: 18px; text-decoration: none !important; padding: 12px 20px 12px 30px; text-transform: uppercase;}
		nav.mobile .L2 a:after, nav.mobile .L2 button:after{display: none;}
		nav.mobile .L2 a{text-decoration: underline;}
		nav.mobile button:before {top: 12px; }

		nav.mobile .L3 a{font-size: 17px; font-weight: 400;  font-style: normal;  line-height: 1.29;font-family: 'alright', sans-serif;text-decoration: none;  padding: 5px 20px 5px 30px; }
		nav.mobile .L3 a:hover, nav.mobile .L3 a:focus{text-decoration: underline;}


		nav.mobile .BB {padding: 0px 20px 20px 30px;margin-top: 14px; }
		nav.mobile .BB a{font-size: 16px; font-weight: 400;font-style: italic;  color: #6e6e6e; text-decoration: none; padding: 0}
		nav.mobile .BB a:hover, nav.mobile .BB a:focus{text-decoration: underline;}
		nav.mobile .BB a:before, nav.mobile .BB a:hover:before, nav.mobile .BB a:focus:before{display: none;}
		nav.mobile .BB a:after, nav.mobile .BB a:hover:after, nav.mobile .BB a:focus:after{display: none;}

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

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

	/*S*/
	@media only screen and  (max-width: 767px) {
		button.menutoggler{ height: 130px; top: 0}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
	}

	@media only screen and  (max-width: 370px) {
		nav.mobile{  width: 300px; right: -300px; }
	}

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


	/* Rates Scroller see bottom of this file - must be after the slick styles */

	section.icons {padding: 0 40px 100px 40px}
	.icon{position: relative; height: 177px; display: flex;  flex-direction: column;  justify-content: flex-end; align-items: center; max-width: 120px; margin: 0 auto;}
	.iconic{width: 115px; height: 115px; border: solid 3px var(--second); display: flex; justify-content: center; align-items: center; border-radius: 50%; margin-bottom: 15px; transition: all .25s}
	.icon:hover .iconic, .icon:focus .iconic{transform: rotate(10deg);}
	.icon a{text-decoration: none;line-height: 1.1;}
	.icon a:hover, .icon a:focus{color: var(--main); text-decoration: none;}
	.underline{width: 0; height: 0; background-color: var(--main); margin: 0 auto;  transition: .25s}
	.icon a:hover .underline, .icon a:focus .underline{width: 102px; height: 3px; left: 0;margin: 5px auto 0 auto;}

	section.commslides{}
	.slides{}
	article.commblurb{max-width: 765px; margin: 0 auto; padding: 70px 35px 0 35px}

	.Tcurve{background: url(../images/rounded-top.png) no-repeat center top var(--second); height: 104px;}




	/*	for promos with slide-up content
	section.home .code_block_top, section.home .code_block_bttm, section.home .code_block_indiv_top, section.home .code_block_indiv_bttm{display: none;}
	section.home .code_block_center{display: flex; justify-content: space-between; flex-wrap: wrap;}
	section.home .code_block_box{flex: 1 1 25%; margin: 20px; position: relative; height: 400px; border-radius: 20px 0; overflow: hidden; display: flex; align-items: flex-end;}
	section.home .code_block_box:hover{}
	section.home .code_block_indiv_image{position: absolute; top: 0; right: 0; width: 100%; height: 100%; z-index: 1}
	section.home .code_block_indiv_content {background: var(--blushade); border-radius: 20px 0; height: 96px; width: 100%; transition: height .5s; z-index: 99}
	section.promos .code_block_box:hover .code_block_indiv_content {height: 100%;   display: flex; align-items: center; align-content: center;}
	section.home .code_block_indiv_content h3{margin: 30px 0; color: white; font-size: 30px;}
	*/

	/*L*/
	@media only screen and (max-width: 1199px) { 
		article.commblurb{padding: 60px 35px 0 35px}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		section.icons {padding: 0 35px 100px 35px}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.icons {padding: 0 30px 90px 30px}
		.icon{ border: solid 3px var(--second); height: 80px; width: 100%; max-width: 425px; display: flex;  justify-content: center;  align-items: center; border-radius: 40px; margin: 7px auto; flex-direction: row;}
		.iconic{width: 55px; height: 55px; border: 0;  display: inline-block; margin: 0 10px 0 0;}
		.iconic img{width: 55px;}
		.icon:hover .iconic, .icon:focus .iconic{transform: rotate(10deg);}
		.underline{display: none;}
		article.commblurb{padding: 60px 30px 0 30px}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.icons {padding: 0 20px 50px 20px}
		article.commblurb{padding: 60px 20px 0 20px}
	}

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

	.intbanner{background: url(../images/orange-bg-desktop.jpg) no-repeat center top; background-size: cover;  height: 367px; width: 100%; border-bottom: solid 42px white; padding: 0 40px }
	.inttext{max-width: 1500px; margin: 0 auto; position: relative; text-align: left; height: 100%; display: flex; align-items: flex-end; padding-bottom: 100px}
	.hero_circle{width: 508px; height: 508px; position: absolute; bottom: -42px; right: 0;}
	.hero_circle img{object-fit: cover; object-position: center;width: 100%;  height: 100%; border: solid 20px white !important; border-radius: 50%}
	.hero_curve{display: none; width: 100%; 
	 -webkit-mask-image: url(../images/interior-hero-mobile-mask.png);
	  mask-image: url(../images/interior-hero-mobile-mask.png);
	  -webkit-mask-repeat: no-repeat;
	  mask-repeat: no-repeat;  
	  -webkit-mask-size: 100%;  
	  mask-size:  100%;
	}
	.hero_curve img {width: 100%}
	.hero_curve_border{display: none;}
	.inttext h1{max-width: calc(100% - 540px)}

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

	.bigbox{  border-radius: 50px; border: solid 3px var(--main); padding: 50px; width: 100%; margin: 0 0 1rem 0;}
	.feature{}
	.feature p{margin: 0 0 10px 24px;}
	.Fhead{font-family: 'alrightBI', sans-serif; font-family: alrightBI, sans-serif; }
	.Fhead:before{content: '\f061'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; color: var(--second); width: 24px; text-align: left; display: inline-block;}

	.bigbox.palebluebox{border: 0; background-color: var(--pale);border-radius: 0}

	.paleblueFW{border: 0; background-color: var(--pale);  padding: 50px; width: 100%; margin: 0 0 1rem 0;}
	.palegreyFW{border: 0; background-color: #f4f4f4; padding: 50px; width: 100%; margin: 0 0 1rem 0;}

	
	.bigbox.bluebox{border: 0; background-color: var(--main); color: white; }
	.bigbox.bluebox h2, .bigbox.bluebox h3, .bigbox.Dblue h2, .bigbox.Dblue h3{ color: white}

	article .bigbox.bluebox ul li:before, article .bigbox.blue ul li:before, .bigbox.bluebox .Fhead:before, .bigbox.Dblue .Fhead:before{color: white;  }


	.bigbox.Dblue{border: 0; background-color: var(--darkT); color: white}
	
	.bigbox.orangebox{border: 0; background-color: var(--orangeL); }
	article .bigbox.orangebox ul li:before, .bigbox.orangebox .Fhead:before {color: var(--darkT);  }
	.bigbox.orangebox h2, .bigbox.orangebox h3{color: var(--darkT);  }

	.bigbox.orangebox a.ctaW{padding: 19px 25px; }

	.cms_col .bigbox{height: 100%}



	/*
		  --main: #1A6887;
	  --second: #F26322;
	  --pale:  #e7eff3;
	  --font: #212529;
	  --darkT: #0F3252; 
	  --lightT: #a1bdd0;
	  --medT: #3c7e98;
	  --orangeL: #f37238;
	*/
	

	.video_wrapper {margin-top: 20px !important;}

	section.regions{background: url(../images/rounded-top.png) no-repeat center top var(--pale); padding: 162px 40px 20px 40px;;}
	section.regions h2 {margin: 0;}

	/* testim slideshow*/
	.testimonial-carousel.carousel{border: solid 0px red;height: 244px; min-height: 244px}

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

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

	.regional_slideshow.carousel ol.carousel-indicators { border: solid 0px lime; /*position: absolute;  bottom: 104px; right: 0;  top: auto;*/  margin: 0; width: 100%; height: 44px;  justify-content: center; padding: 0px; }

	.regional_slideshow.carousel ol.carousel-indicators li { width: 44px; height: 44px; background-color: transparent !important;opacity: 1; margin: 0; border: 0; position: relative; color: var(--font); font-size: 16px; line-height: 1; text-indent: 0; display: flex; justify-content: center;  align-items: center;}
	.regional_slideshow.carousel ol.carousel-indicators li:after{content: ''; display: block; width: 16px; height: 16px; background-color: var(--font); border: 2px solid var(--font); border-radius: 50%}

	.regional_slideshow.carousel ol.carousel-indicators li:hover {background-color: transparent;opacity: 1; color: white);}
	.regional_slideshow.carousel ol.carousel-indicators li:hover:after{ background-color: var(--pale); border: 2px solid var(--main);}

	.regional_slideshow.carousel ol.carousel-indicators li.active, .regional_slideshow.carousel ol.carousel-indicators li.active:hover { cursor: context-menu;background:transparent; }
	.regional_slideshow.carousel ol.carousel-indicators li.active:after, .regional_slideshow.carousel ol.carousel-indicators li.active:hover:after{ background-color: white; border: 2px solid var(--font);}

	.regional_slideshow.testimonial-carousel a.carousel-control-prev, .regional_slideshow.testimonial-carousel a.carousel-control-next {width: 120px;  font-size: 30px; text-shadow: none; color: var(--font); font-style: normal; }
	.regional_slideshow.testimonial-carousel a.carousel-control-prev:after{content: '\f060'; font-family: 'Font Awesome 6 Pro'; font-weight: 300; }
	.regional_slideshow.testimonial-carousel a.carousel-control-next:after{content: '\f061'; font-family: 'Font Awesome 6 Pro'; font-weight: 300;}

	/* playpause */
	.regional_slideshow .playpause {position: absolute;  bottom: 0; right: calc(50% - 750px); left: auto; top: auto;  margin: 0; width: auto; z-index: 99;}
	
	.regional_slideshow .playpause button{color: var(--main); background-color: transparent; width: 44px; height: 44px; font-size: 28px;  border: none;}
	
	.regional_slideshow .playpause button:hover, .regional_slideshow .playpause button:focus{background-color: transparent;color: var(--font);}
	.regional_slideshow .playpause button.pushed{display: none;}
	.regional_slideshow .pauseButton:after{content: '\f04c'; font-family: 'Font Awesome 6 Pro'; font-weight: 300; transition: all .25s}
	.regional_slideshow .playButton:after{content: '\f04b'; font-family: 'Font Awesome 6 Pro'; font-weight: 300;transition: all .25s }
	.regional_slideshow .pauseButton:hover:after, .regional_slideshow .pauseButton:focus:after, .regional_slideshow .playButton:hover:after, .regional_slideshow .playButton:focus:after{font-weight: 900}

	@media only screen and (max-width: 1600px) {
		.regional_slideshow .playpause { right: 0;}

	}

	/*L*/
	@media only screen and (max-width: 1199px) {
		.hero_circle{ right: -60px;}
		.inttext h1{max-width: calc(100% - 500px)}
		.regional_slideshow .playpause { right: 0;}
	}

	/*M*/
	@media only screen and (max-width: 991px) {
		.hero_circle {display: none;}
		.hero_curve{display: block; width: 100%; z-index: 5}
		.hero_curve_border{display: block; width: 100%; position: relative; z-index: 15; top: -60px}
		.hero_curve_border img{ width: 100%;}
		.intbanner{background: url(../images/orange-bg-desktop.jpg) no-repeat center bottom; background-size: contain; height: auto; width: 100%; border-bottom: 0; padding: 0 }
		.inttext h1{max-width: 100%; text-align: center;}
		.inttext{ height: 200px; display: flex; justify-content: center; align-items: center; padding: 35px; margin-top: -60px}
		section.inside{padding: 82px 35px;}
		.regional_slideshow.testimonial-carousel .carousel-caption {padding: 20px 50px;}
		.regional_slideshow.testimonial-carousel a.carousel-control-prev, .regional_slideshow.testimonial-carousel a.carousel-control-next {width: 50px;}

	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.intbanner{background: url(../images/orange-bg-mobile.jpg) no-repeat center bottom; background-size: contain; }
		.bigbox{padding: 50px 40px;  }
		.paleblueFW, .palegreyFW{padding: 50px 40px;}

		.hero_curve_border{ top: -46px}
		.inttext{margin-top: -46px}
		section.inside{padding: 70px 30px;}
		section.regions{padding: 162px 20px 20px 20px;}
		.regional_slideshow.testimonial-carousel .carousel-caption {font-size: 16px;}

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		.bigbox{padding: 30px;  }
		.paleblueFW, .palegreyFW{padding: 30px;}

		.hero_curve_border{ top: -40px}
		.inttext{margin-top: -40px}
		section.inside{padding: 60px 20px;}
		.regional_slideshow.testimonial-carousel.carousel, .regional_slideshow.testimonial-carousel .carousel-item, .regional_slideshow.testimonial-carousel a.carousel-control-prev, .regional_slideshow.testimonial-carousel a.carousel-control-next  {height: 240px; min-height: 240px}

	}

	@media only screen and  (max-width: 500px) {
		.bigbox{padding: 30px;  }
		.hero_curve_border{ top: -33px}
		.inttext{margin-top: -33px}
	.testimonial-carousel.carousel{margin-bottom: 44px;}
		.regional_slideshow .playpause { right: calc(50% - 22px); bottom: -44px;}


	}

/** FOOT ****************************************************/

	.tlx-webchat-container{border: solid 1px blue}
     .chatContainer{border: solid 1px fuchsia}

	.Bcurve{background: url(../images/rounded-bottom.png) no-repeat center bottom var(--pale); height: 150px; /*background-size: 100% 118px;*/ width: calc(100% + 60px); position: relative; left: -30px;}


	.QL{width: 100%;  color: white; background-color: var(--main); position: fixed; bottom: 0; right: 0; z-index: 101; height: 90px;}
	.QL a, .QL .notalink{color: white; background-color: var(--main); text-decoration: none; font-size: 14px;padding: 24px; flex:1 1; height: 100%;display: flex;  justify-content: center;  align-items: center;flex-direction: column; font-family: 'alrightBI', sans-serif;}
	.QL a span, .QL .notalink span{width: 100%; display: block;}
	.QL a:hover, .QL a:focus{color: white; background-color:  var(--medT); text-decoration: none;}

	footer {width: 100%; background-color: #f5f5f5; padding: 0 ; position: relative; z-index: 99}
	footer .container-fluid{max-width: 1160px; margin: 0 auto; padding: 0 40px 100px 40px;}

	.bottomlinks { }

	.bottomlinks div { width: 100%; column-count: 2;column-gap: 20px; text-align: left;}
	.bottomlinks a, .bottomlinks .notalink {display: block;  font-size: 15px; text-decoration: none; margin-bottom: 20px;font-family: alrightBI, sans-serif; color: var(--main)}
	.bottomlinks a:hover, .bottomlinks a:focus {text-decoration: underline; }
	.bottomlinks li {list-style: none;}

	.socmed{ position: relative; }
	.socmed a .RLwords {display: none;}
	.socmed a, .socmed .notalink{ text-decoration: none !important; width: 65px; height: 65px; border: solid 4px white; background-color: var(--main); color: white; display: inline-flex;  justify-content: center;  align-items: center; margin: 0 5px; border-radius: 50%;  font-size: 35px;}


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



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

	/*M*/
	@media only screen and (max-width: 991px) {
		.bottomlinks div {column-count: 1;column-gap: 0px;}
		footer .container-fluid{ padding: 0 35px 100px 35px; }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		footer .container-fluid { padding: 0 30px 100px 30px; }
	}
	@media only screen and  (max-width: 767px)and (orientation: landscape){
		.QL{ position: absolute; }

	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		footer .container-fluid { padding: 0 20px 100px 20px; }
		.bottomlinks div { width: 200px; margin: 0 auto}
		.footicons img{margin: 10px;}
		.socmed a, .socmed .notalink{ text-decoration: none !important; width: 65px; height: 65px; border: solid 4px white; background-color: var(--main); color: white; display: inline-flex;  justify-content: center;  align-items: center; margin: 0 5px; border-radius: 50%;  font-size: 35px;}
	}

	/*XXS*/
	@media only screen and  (max-width: 400px) {
		.socmed a, .socmed .notalink{width: 60px; height: 60px; border: solid 3px white; margin: 0 3px;  font-size: 32px;}
	}

/** CUSTOM STYLES ******************************************/
	.disclaim {font-size: 11px; line-height: 1;}
	.Aital{font-family: alrightI, arial, sans-serif; font-style: italic}
	.Bital{font-family: alrightBI, sans-serif;}
	img.rnded{border-radius: 50px;}



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

	a.cta, a.ctaW,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], .Rbuttons li a, input[type="reset"], button.modal_button, button.cta, button#exedout, .rates_links a, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary
	{display: inline-block; text-decoration: none; border: none;cursor: pointer; line-height: 1; text-align: center; transition: all .25s; border-radius: 0; background-color: var(--second);  padding: 22px 25px;  font-size: 16px; font-family: alrightBI, sans-serif; color: var(--font); border-radius: 30px; margin: 0 5px 5px 0}

	a.cta:hover,  a.cta:focus, a.ctaW:hover, a.ctaW: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, .Rbuttons li a:hover, .Rbuttons li a:focus, input[type="reset"]:hover, input[type="reset"]:focus, button.modal_button:hover, button.modal_button:focus, button.cta:hover, button.cta:focus, button#exedout:hover, button#exedout:focus, .rates_links a:hover, .rates_links a:focus, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus
	{text-decoration: none;background-color: var(--orangeL);color: var(--font);}

	a.ctaW, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{ padding: 16px 75px;border: solid 3px var(--main); background-color: white; color: var(--main) }
	a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{ padding: 20px;}
	a.ctaW:hover, a.ctaW:focus, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:hover, a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary:focus{color: white; background-color: var(--main)}

	/*a.calcxml_reset.btn.btn-lg.btn-block.btn-outline-primary{border: solid 3px var(--main); background-color: white; color: var(--main)}*/
	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 **********************************************/
	h1 {font-family: alrightBI, 'arial black',sans-serif; font-style: italic; font-size: 50px; line-height: 1; color: var(--darkT); margin: 0 0 1rem 0;text-transform: uppercase;}
	h1.nohero{margin: 0; padding: 2rem calc(50% - 750px + 320px) 0 calc(50% - 750px + 320px); text-align: center; color: var(--main)}

	h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question, .content_calendar_header
	{font-family: alrightBI, 'arial black',sans-serif; font-style: italic;  font-size: 38px; line-height: 1.1; color: var(--main); margin: 80px 0 1rem 0;text-transform: uppercase;}
	article h2.KJEToggleTitle{padding: 0}
	article h2:first-child, .cke_editable h2:first-child{margin-top: 0px}


	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, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname
	{font-family: alright, arial, sans-serif; font-size: 32px; line-height: 1.1; color: var(--main); margin: 0 0 1rem 0;}

	h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name, .LBheader
	{font-family: alrightBI, 'arial black',sans-serif; font-style: italic;  font-size: 28px; line-height: 1.1; color: var(--main); margin: 0 0 1rem 0;}
	.content_rates_table_title{margin-top: 40px; color: var(--second)}

	h5, .forum_thread_date, .forum_mischeader_title	
	{font-family: alright, arial, sans-serif; font-size: 24px; line-height: 1.1; color: var(--main); margin: 0 0 1rem 0;}

	h6 {}

	/*XL*/
	@media only screen and (max-width: 1399px) {
		h1.nohero{ padding: 2rem 300px 0 300px; }

	}
	/*L*/
	@media only screen and (max-width: 1199px) {
		h1.nohero{ padding: 2rem 260px 0 260px; }

	}


	/*M*/
	@media only screen and (max-width: 991px) {
		h1 {font-size: 46px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question, .content_calendar_header{font-size: 35px;}
		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, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname{font-size: 30px;}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		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, .content_calendar_header{font-size: 32px;margin: 70px 0 1rem 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, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname{font-size: 28px;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name, .LBheader{font-size: 26px;}
		h5, .forum_thread_date, .forum_mischeader_title	{font-size: 22px;}
		h1.nohero{ padding: 2rem 30px 0 30px; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		h1 {font-size: 38px;}
		h2, .blog_title, .content_blog_header, .category_name, .podcast_list_header, .blog_year, #empapp h1, article.FRC h1, h1.KJEFontTitle, h1.faq_question, .content_calendar_header{font-size: 30px;margin: 60px 0 1rem 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, .cms_form_header, .content_article_header, #empapp h2, .CHQ, .cardname{font-size: 26px;}
		h4, .content_rates_table_title, .region_faq_header, .comment_title, .forum_thread_firstpost_replies, .forum_reply_bottom, .branch_name, .LBheader{font-size: 24px;}
		h5, .forum_thread_date, .forum_mischeader_title	{font-size: 20px;}
		h1.nohero{ padding: 2rem 20px 0 20px; }
	}


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

	* {overflow-wrap: break-word;}
	hr { border: 0; height: 0; border-top: 1px solid var(--main) }
	.mobi {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;}
	.orange{color: var(--second);}


	/*S*/
	@media only screen and  (max-width: 767px) {
		.mobi {display: block;}
		.full {display: none;}
	}

	@media only screen and (max-width: 500px) {
		.sideslider table {width: 510px; }
		.sideslider { overflow: scroll;overflow-y: hidden; -ms-overflow-y: hidden;}
	}

	@media only screen and (max-width: 400px) {
	}



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

	/* 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: 20px 60px 20px 30px;background-color: var(--pale); color: var(--main); display: block;   font-size: 20px;position: relative; text-decoration: none; transition: all .25s; font-family: alrightBI, 'arial black',sans-serif; font-style: italic; }
	div.cms_form_collapsible_header a, div.cms_form_collapsible_header a:visited{margin-top: 20px; width: 100%; text-align: left; border: 0 !important; }
	
	/* hover Q */
	div.cms_form_collapsible_header a:hover, 
	div.cms_form_collapsible_header a:focus, 
	.faq_question_block_slide_question_closed a:hover, 
	.faq_question_block_slide_question_closed a:focus, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:hover, 
	div.faq_recent_block .faq_question_block_slide_question_closed a:focus, 
	.code_block_accordion div.code_block_indiv_top:hover, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:hover,
	div.faq_featured_block .faq_question_block_slide_question_closed a:focus, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:hover, 
	div.faq_popular_block .faq_question_block_slide_question_closed a:focus,
	div.faq_question_panel .faq_question_block_slide_question_closed a:hover, 
	div.faq_question_panel .faq_question_block_slide_question_closed a:focus,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:hover,
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:focus
	{background-color: var(--pale); color:var(--font);text-decoration: none;}

	/* open Q */
	div.cms_form_collapsible_header.open a, 
	div.faq_question_block_slide .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(--main); background-color: white;  display: block; padding: 20px 60px 20px 30px; text-decoration: none; font-size: 20px; position: relative;font-family: alrightBI, 'arial black',sans-serif; font-style: italic; }

	/* chevrons 
	.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, 
	div.faq_question_block_slide .faq_question_block_slide_question_open a:after, 

div.faq_question_block_slide div.faq_question_block_slide_question.faq_question_block_slide_question_open a:after, 
	div.faq_featured_block .faq_question_block_slide_question_closed a:after, 
	div.faq_featured_block .faq_question_block_slide_question_open a:after,
	div.faq_popular_block .faq_question_block_slide_question_closed a:after, 
	div.faq_popular_block .faq_question_block_slide_question_open a:after,  
	div.faq_recent_block .faq_question_block_slide_question_closed a:after, 
	div.faq_recent_block .faq_question_block_slide_question_open a:after,
	div.faq_recent_block .faq_question_block_slide_question_closed a:after, 
	div.faq_recent_block .faq_question_block_slide_question_open a:after
	{content: '';}
	
	.code_block_accordion div.code_block_indiv_top:before, 
	.code_block_accordion.open .code_block_accordion div.code_block_indiv_top:before, 
	div.cms_form_collapsible_header a:before, 
	.faq_question_block_slide_question_closed a:before, 
	div.faq_question_block_slide div.faq_question_block_slide_question.faq_question_block_slide_question_open a:before,
	div.faq_featured_block .faq_question_block_slide_question_closed a:before,
	div.faq_popular_block .faq_question_block_slide_question_closed a:before,
	div.faq_question_panel .faq_question_block_slide_question_closed a:before,
	div.faq_recent_block .faq_question_block_slide_question_closed a:before
	{content: '\f078'; font-family: 'Font Awesome 6 Pro'; font-weight: 400; position: absolute; top: 0; right: 0; font-size: 26px; 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, 
	div.faq_question_block_slide .faq_question_block_slide_question_open a:before, 
	div.faq_featured_block .faq_question_block_slide_question_open a:before,
	div.faq_popular_block .faq_question_block_slide_question_open a:before,
	div.faq_question_panel .faq_question_block_slide_question_open a:before,
	div.faq_recent_block .faq_question_block_slide_question_open a:before,
	div.faq_question_block_slide div.faq_question_block_slide_question.faq_question_block_slide_question_open a:after
	{content: '\f077';}
	*/
	
/***********/
	/* chevrons */
	.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: 0; right: 0; font-size: 26px; 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' !important;}



/****************/

	/* contents */
	article .code_block_accordion .code_block_indiv_content{padding: 0 20px;}
	.faq_question_block_slide_answer, article .code_block_accordion.open .code_block_indiv_content{padding: 30px; 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:before {content: '\f071 \a0 ALERT'; font-family: 'Font Awesome 6 Pro', open-sans, sans-serif; font-weight: 700; display: inline; position: relative; float: left; padding-right: 10px}
	*/
	.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';}
	/* fa 4 - older sites
	button.exed {position: absolute; top: 0px; right: 10px; cursor: pointer; font-size: 20px; text-align: center; display: block; text-decoration: none !important; background: transparent; border: 0;}
	button.exed:before {content:"\f057"; font-family: 'FontAwesome'; }
	 */

/** BLOGS ********************************************/
	.blog_posted_date {display: block; color: BLACK;}
	span.blog_tags_tag a{display: inline-block;}
	.blog_share {position: relative; float: right; }
	.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  (max-width: 767px) {
		.blog_share {float: none; Text-align: left;}
	}


/** CALENDAR *****************************/
	.content_calendar_table {border: solid 1px var(--main); border-collapse: collapse}
	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(--main)}
	td.content_calendar_table_selectedcell { border: solid 1px var(--main); background-color: var(--pale)}

	@media only screen and  (max-width: 575px) {
		table.cms_event_table {border-collapse: collapse;}
		table.cms_event_table, table.cms_event_table tr, table.cms_event_table td{display: block;}
		table.cms_event_table tr td:last-child{border-bottom: solid 1px silver}
	}


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

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


	/*S*/
	@media only screen and  (max-width: 767px) {
		form.faq_search_form input[type="submit"], div.faq_browse form input[type="submit"]{margin: 10px 0;}
	}

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

/** FORMS ************************************************/
	.visuallyhidden, .wordiness {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: 33%; position: relative; float: left; margin: 0 1% 5px 0; font-weight: normal}
	.cms_form_object {width: 66%; position: relative; float: right; 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;}


	/*XS*/
	@media only screen and  (max-width: 575px) {
		.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}
	}

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


	@media only screen and (max-width: 1100px) {
		.boxedsearch fieldset {top: 0px}
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		.boxedsearch fieldset {width: 100%; float: none; top: 0; margin-bottom: 0}
		.boxedsearch {height: auto;}
		.legend { top: 0; margin: 0; text-align: left;}
		.legend_label {display: block;}
		.legend_label .fas, .legend_label .far, .legend_label .fa {padding-left: 0;}
		.loc_list {width: 100%; float: none; margin-bottom: 0px;}
	}
	/*XS*/
	@media only screen and  (max-width: 575px) {
		.legend {text-align: left;padding-right: 20px;}
		.legend_label .fas, .legend_label .far, .legend_label .fa { padding: 0 5px 0 0px;}
		.loc_formbox input[type=text] {width: 100% !important;}
	}

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


/** RATES & TABLES ************************************************/
	.content_rates_table, TABLE.table_builder, table.table {margin-bottom: 20px; width: 100%; border: 0}
	.content_rates_table th, .table_builder th, table.table th {font-weight: bold; color: white; background-color: var(--main); padding: 21px 50px;font-family: alrightBI, 'arial black',sans-serif; font-style: italic; }
	.content_rates_table td, .table_builder td, table.table td { padding: 21px 50px;}
	.content_rates_table_row2, TR.table_builder_row_even{background-color: var(--pale);}
	TR.table_builder_row_odd {}

	table.table tr:nth-child(odd) td{}
	table.table tr:nth-child(even) td{background-color: var(--pale); border: 0}
	table.table tr:nth-child(odd) td{background-color: transparent; border: 0}

	/* rounded corners
	.content_rates_table tr:first-child th:first-child, .table_builder tr:first-child th:first-child{border-radius: 15px 0 0 0;}
	.content_rates_table tr:first-child th:last-child, .table_builder tr:first-child th:last-child{border-radius: 0 15px 0 0;}
	.content_rates_table tr:last-child td:first-child, .table_builder tr:last-child td:first-child{border-radius: 0 0 0 15px;}
	.content_rates_table tr:last-child td:last-child, .table_builder tr:last-child td:last-child{border-radius: 0 0 15px 0;}
	.content_rates_table tr:last-child td.widecell, .table_builder tr:last-child td[colspan="2"], .table_builder tr:last-child td[colspan="3"], .table_builder tr:last-child td[colspan="4"],.table_builder tr:last-child td[colspan="5"], .table_builder tr:last-child td[colspan="6"]{border-radius: 0 0 25px 25px;}

	*/
	.content_rates_table_row_highlight {color: var(--second);}
	.sideslider {width: 100%;}
	.table_builder .filtered {display: none;}
	.content_rates_table td.widecell{}

	/*.content_rates_table_fields:first-child {border-left: none;}*/
	/*tr td.content_rates_table_row2:first-child, tr td.content_rates_table_row1:first-child {border-left: none; }*/

	.content_rates_table_postfix {line-height: 1;}

	@media only screen and (max-width: 1200px) {

		.content_rates_table th, .table_builder th, table.table th { padding: 10px 20px;}
		.content_rates_table td, .table_builder td, table.table td { padding: 10px 20px;}
	}


	/*S*/
	@media only screen and  (max-width: 767px) {
		.content_rates_table, .table_builder {border-collapse: collapse;}
		.content_rates_table, .content_rates_table_effectivedate, .content_rates_table_title, .content_rates_table_row_highlight, .content_rates_table thead, .content_rates_table tbody, .content_rates_table_fields, .content_rates_table_row1, .content_rates_table_row2, .content_rates_table tr, .table_builder, .table_builder thead, .table_builder tbody, .table_builder_header_row, .table_builder_cell, .table_builder_row_even, .table_builder_row_odd{display: block;}
		.content_rates_table_fields_row, .table_builder_header_row {position: absolute; top: -9999px; left: -9999px; }
		.content_rates_table td, .table_builder td  {border: none; border-bottom: 1px solid var(--pale); position: relative; padding: 10px 10px 10px 20px; white-space: normal; text-align:left; }
		.content_rates_table td:before, .table_builder td:before {display: block; text-align:left; font-weight: bold; content: attr(data-title); position: relative; left: -10px}
		.content_rates_table td.content_rates_table_title, .content_rates_table td.content_rates_table_effectivedate {padding: 10px 0; border: 0}

		/* rounded corners 
		.content_rates_table tr:first-child td:first-child, .table_builder tr:first-child td:first-child{border-radius: 25px  25px 0 0; }
		.content_rates_table tr:first-child th:last-child, .table_builder tr:first-child th:last-child,.content_rates_table tr:last-child td:first-child, .table_builder tr:last-child td:first-child{border-radius: 0;}
		.content_rates_table tr:last-child td:last-child, .table_builder tr:last-child td:last-child{border-radius: 0 0 25px  25px;}
		*/
	}

/** RATINGS & COMMENTS **********************************/
	.comments_wrapper{position: relative;}
	.comments_section_summary { padding: 20px; margin: 0px; border: 0; background: none;}
	.comment_rating_stars, .comment_rating_number {display:  inline-block; }
	.comments_sortbox {position: absolute;  right: 0;top: 30px; width: auto;}
	.comments_form_table {background: none; border: 0; width: calc(100% - 20px); margin: 10px;}
	.comments_form_table TD {border: 0;  padding: 3px;}
	/*div.star-rating,div.star-rating a{background:url(../images/stars.png) no-repeat 0 0px}*/
	.comment_item {border: 0; background-color: var(--pale); padding: 20px; margin: 10px 0;}

	@media only screen and  (max-width: 767px) {
		.comments_sortbox {position: static}
		.comments_section_header{display: block; clear: both; width: 100%;}
		table.comments_form_table{}
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		table.comments_form_table, table.comments_form_table tbody, table.comments_form_table tr, table.comments_form_table td{display: block; margin: 0; width: 100%;}
		table.comments_form_table tr td:last-child  {border: none; border-bottom: 1px solid var(--pale); position: relative; padding: 5px 0; white-space: normal; text-align:left; }
	}

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

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

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

}

/*** HOME RATES SCROLLER ***********************************************/
	section.rc-container{padding: 56px 40px 100px 40px;  border: solid 0px red; background: transparent;}

	section.rc-container .content_rates_table_title{display: none;}

	.rates_links{border: solid 0px lime; text-align: center; position: relative; margin-top: -40px}
	.rates_links a{margin: 5px 10px}
	.rates_links ul{list-style: none; padding: 0; margin: 0; }
	.rates_links ul li{display: inline;}

	section.rc-container .rates-carousel{background-color: var(--main); color: white; width: 100%; max-width: 1500px;  position: relative; margin: 0 auto; padding-bottom: 20px; }

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

	section.rc-container .slick-slide{display:none;min-height:1px; display: flex; justify-content: center; align-items: center;border: solid 0px orange; padding: 44px 50px; text-align: center;}

	section.rc-container .slick-slide a{display: block; padding: 5px 0 3px 0; text-decoration: none;}

	.Rtext{font-size: 18px;  line-height: 1.33;color: white; transition: all .25s; text-transform: uppercase;font-family: alrightI, arial, sans-serif; font-style: italic}
	.Rapr{font-size: 14px; color: white;   line-height: 1; font-family: alrightI, arial, sans-serif; font-style: italic}
	.Rnumber{font-size: 50px; font-family: alrightBI, 'arial black',sans-serif; font-style: italic;  color: white; line-height: 1; padding: 10px 0}
	
	section.rc-container .slick-slide a:hover, section.rc-container .slick-slide a:focus{text-decoration: none; border-bottom: solid 3px white;padding: 0 0 5px  0;}

	/* arrows nav */
	.slick-arrow.slick-hidden{display:none}
	.slick-prev, .slick-next{border: solid 0px lime; z-index: 99; color: var(--main); font-size: 22px; position: absolute; top: calc(50% - 22px); display: block;  width: 44px; height: 44px; cursor: pointer; text-align: center; background: white; border-radius: 50%; border: solid 3px var(--second); opacity: 1; -webkit-transition: all .25; transition: all .25s; z-index: 90}
	.slick-prev{left: 18px;}
	.slick-next{left: auto;right: 18px;}
	.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{opacity: 1; color: white; background-color: var(--second); border: solid 3px white; outline:none;}
	.slick-next:hover, .slick-next:focus{}




	/*M*/
	@media only screen and (max-width: 991px) {
		section.rc-container{ padding: 90px 35px ; }
	}

	/*S*/
	@media only screen and  (max-width: 767px) {
		section.rc-container{ padding: 70px 30px; }
	}

	/*XS*/
	@media only screen and  (max-width: 575px) {
		section.rc-container{ padding: 60px 20px; }
		section.rc-container .rates-carousel{ padding-bottom: 100px; }
		section.rc-container .slick-slider{ width: calc(100% - 88px) !important;  }
		.rates_links{margin-top: -120px}
		.rates_links ul li{display: block;}
		.rates_links a{width: 200px; margin: 10px auto}
		section.rc-container .slick-prev, section.rc-container .slick-next{ top: 90px;}
	}
	@media only screen and  (max-width: 400px) {
		section.rc-container{ padding: 60px 0px; }
		section.rc-container .slick-slider{ width: 100% !important;  }
		section.rc-container .slick-prev{left: 10px;}
		section.rc-container .slick-next{left: auto;right: 10px;}

	}


